++ LOG_DIR=/var/log/contrail ++ export CONTAINER_LOG_DIR=/var/log/contrail/config-api ++ CONTAINER_LOG_DIR=/var/log/contrail/config-api ++ mkdir -p /var/log/contrail/config-api ++ log_file=/var/log/contrail/config-api/console.log ++ touch /var/log/contrail/config-api/console.log ++ chmod 600 /var/log/contrail/config-api/console.log ++ exec +++ tee -a /var/log/contrail/config-api/console.log +++ date ++ echo 'INFO: =================== Mon Aug 3 02:32:32 AM UTC 2026 ===================' INFO: =================== Mon Aug 3 02:32:32 AM UTC 2026 =================== ++ LOG_LOCAL=1 ++ source /functions.sh ++ source /contrail-functions.sh +++ get_default_ip ++++ get_default_nic ++++ get_gateway_nic_for_ip 1 ++++ command -v ip ++++ local ip=1 +++++ ip route get 1 +++++ grep -o 'dev.*' +++++ awk '{print $2}' ++++ local iface=enp1s0 ++++ [[ enp1s0 == \l\o ]] ++++ echo enp1s0 +++ local nic=enp1s0 +++ get_ip_for_nic enp1s0 +++ local nic=enp1s0 +++ get_cidr_for_nic enp1s0 +++ cut -d / -f 1 +++ command -v ip +++ local nic=enp1s0 +++ ip addr show dev enp1s0 +++ grep 'inet ' +++ head -n 1 +++ awk '{print $2}' ++ DEFAULT_LOCAL_IP=10.0.0.161 ++ ENCAP_PRIORITY=MPLSoUDP,MPLSoGRE,VXLAN ++ VXLAN_VN_ID_MODE=automatic ++ DPDK_UIO_DRIVER=uio_pci_generic ++ CPU_CORE_MASK=0x01 ++ SERVICE_CORE_MASK= ++ DPDK_CTRL_THREAD_MASK= ++ HUGE_PAGES= ++ HUGE_PAGES_DIR=/dev/hugepages ++ HUGE_PAGES_1GB=0 ++ HUGE_PAGES_2MB=256 ++ HUGE_PAGES_1GB_DIR= ++ HUGE_PAGES_2MB_DIR= ++ [[ 0 != 0 ]] ++ [[ 0 != 256 ]] ++ [[ -z '' ]] +++ mount -t hugetlbfs +++ tail -n 1 +++ awk '/pagesize=2M/{print($3)}' ++ HUGE_PAGES_2MB_DIR= ++ DPDK_MEM_PER_SOCKET=1024 ++ DPDK_COMMAND_ADDITIONAL_ARGS= ++ NIC_OFFLOAD_ENABLE=False ++ DPDK_ENABLE_VLAN_FWRD=False ++ DIST_SNAT_PROTO_PORT_LIST= ++ CLOUD_ORCHESTRATOR=openstack ++ CLOUD_ADMIN_ROLE=admin ++ AAA_MODE=rbac ++ AUTH_MODE=keystone ++ AUTH_PARAMS= ++ SSL_ENABLE=false ++ SSL_INSECURE=True ++ SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ SERVER_CA_KEYFILE=/etc/contrail/ssl/private/ca-key.pem ++ SELFSIGNED_CERTS_WITH_IPS=True ++ CONTROLLER_NODES=10.0.0.249,10.0.0.50,10.0.0.161 ++ ANALYTICS_ALARM_ENABLE=True ++ ANALYTICS_SNMP_ENABLE=True ++ ANALYTICSDB_ENABLE=True ++ ANALYTICS_NODES=10.0.0.249,10.0.0.50,10.0.0.161 ++ ANALYTICSDB_NODES=10.0.0.249,10.0.0.50,10.0.0.161 ++ ANALYTICS_SNMP_NODES=10.0.0.249,10.0.0.50,10.0.0.161 ++ ANALYTICS_API_PORT=8081 ++ ANALYTICS_API_INTROSPECT_PORT=8090 ++ ANALYTICSDB_PORT=9160 ++ ANALYTICSDB_CQL_PORT=9042 ++ TOPOLOGY_INTROSPECT_PORT=5921 ++ QUERYENGINE_INTROSPECT_PORT=8091 +++ get_server_list ANALYTICS ':8081 ' +++ local server_typ=ANALYTICS_NODES +++ local 'port_with_delim=:8081 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.249 +++ local server_address=10.0.0.249 +++ extended_server_list+='10.0.0.249:8081 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.50 +++ local server_address=10.0.0.50 +++ extended_server_list+='10.0.0.50:8081 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.161 +++ local server_address=10.0.0.161 +++ extended_server_list+='10.0.0.161:8081 ' +++ '[' -n '10.0.0.249:8081 10.0.0.50:8081 10.0.0.161:8081 ' ']' +++ echo '10.0.0.249:8081 10.0.0.50:8081 10.0.0.161:8081' ++ ANALYTICS_SERVERS='10.0.0.249:8081 10.0.0.50:8081 10.0.0.161:8081' +++ get_server_list ANALYTICSDB ':9042 ' +++ local server_typ=ANALYTICSDB_NODES +++ local 'port_with_delim=:9042 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.249 +++ local server_address=10.0.0.249 +++ extended_server_list+='10.0.0.249:9042 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.50 +++ local server_address=10.0.0.50 +++ extended_server_list+='10.0.0.50:9042 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.161 +++ local server_address=10.0.0.161 +++ extended_server_list+='10.0.0.161:9042 ' +++ '[' -n '10.0.0.249:9042 10.0.0.50:9042 10.0.0.161:9042 ' ']' +++ echo '10.0.0.249:9042 10.0.0.50:9042 10.0.0.161:9042' ++ ANALYTICSDB_CQL_SERVERS='10.0.0.249:9042 10.0.0.50:9042 10.0.0.161:9042' ++ ANALYTICS_API_VIP= ++ ANALYTICS_ALARM_NODES=10.0.0.249,10.0.0.50,10.0.0.161 ++ ALARMGEN_INTROSPECT_PORT=5995 ++ BGP_PORT=179 ++ BGP_AUTO_MESH=true ++ BGP_ASN=64512 ++ ENABLE_4BYTE_AS=false ++ APPLY_DEFAULTS=true ++ COLLECTOR_PORT=8086 ++ COLLECTOR_INTROSPECT_PORT=8089 ++ COLLECTOR_SYSLOG_PORT=514 ++ COLLECTOR_SFLOW_PORT=6343 ++ COLLECTOR_IPFIX_PORT=4739 ++ COLLECTOR_PROTOBUF_PORT=3333 ++ COLLECTOR_STRUCTURED_SYSLOG_PORT=3514 ++ SNMPCOLLECTOR_INTROSPECT_PORT=5920 +++ get_server_list ANALYTICS ':8086 ' +++ local server_typ=ANALYTICS_NODES +++ local 'port_with_delim=:8086 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.249 +++ local server_address=10.0.0.249 +++ extended_server_list+='10.0.0.249:8086 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.50 +++ local server_address=10.0.0.50 +++ extended_server_list+='10.0.0.50:8086 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.161 +++ local server_address=10.0.0.161 +++ extended_server_list+='10.0.0.161:8086 ' +++ '[' -n '10.0.0.249:8086 10.0.0.50:8086 10.0.0.161:8086 ' ']' +++ echo '10.0.0.249:8086 10.0.0.50:8086 10.0.0.161:8086' ++ COLLECTOR_SERVERS='10.0.0.249:8086 10.0.0.50:8086 10.0.0.161:8086' ++ CASSANDRA_PORT=9160 ++ CASSANDRA_CQL_PORT=9042 ++ CASSANDRA_SSL_STORAGE_PORT=7011 ++ CASSANDRA_STORAGE_PORT=7010 ++ CASSANDRA_JMX_LOCAL_PORT=7200 ++ CONFIGDB_CASSANDRA_DRIVER=cql ++ CONFIG_NODES=10.0.0.249,10.0.0.50,10.0.0.161 ++ CONFIGDB_NODES=10.0.0.249,10.0.0.50,10.0.0.161 ++ CONFIG_API_PORT=8082 ++ CONFIG_API_INTROSPECT_PORT=8084 ++ CONFIG_API_ADMIN_PORT=8095 ++ CONFIGDB_PORT=9161 ++ CONFIGDB_CQL_PORT=9041 +++ get_server_list CONFIG ':8082 ' +++ local server_typ=CONFIG_NODES +++ local 'port_with_delim=:8082 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.249 +++ local server_address=10.0.0.249 +++ extended_server_list+='10.0.0.249:8082 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.50 +++ local server_address=10.0.0.50 +++ extended_server_list+='10.0.0.50:8082 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.161 +++ local server_address=10.0.0.161 +++ extended_server_list+='10.0.0.161:8082 ' +++ '[' -n '10.0.0.249:8082 10.0.0.50:8082 10.0.0.161:8082 ' ']' +++ echo '10.0.0.249:8082 10.0.0.50:8082 10.0.0.161:8082' ++ CONFIG_SERVERS='10.0.0.249:8082 10.0.0.50:8082 10.0.0.161:8082' +++ get_server_list CONFIGDB ':9161 ' +++ local server_typ=CONFIGDB_NODES +++ local 'port_with_delim=:9161 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.249 +++ local server_address=10.0.0.249 +++ extended_server_list+='10.0.0.249:9161 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.50 +++ local server_address=10.0.0.50 +++ extended_server_list+='10.0.0.50:9161 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.161 +++ local server_address=10.0.0.161 +++ extended_server_list+='10.0.0.161:9161 ' +++ '[' -n '10.0.0.249:9161 10.0.0.50:9161 10.0.0.161:9161 ' ']' +++ echo '10.0.0.249:9161 10.0.0.50:9161 10.0.0.161:9161' ++ CONFIGDB_SERVERS='10.0.0.249:9161 10.0.0.50:9161 10.0.0.161:9161' +++ get_server_list CONFIGDB ':9041 ' +++ local server_typ=CONFIGDB_NODES +++ local 'port_with_delim=:9041 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.249 +++ local server_address=10.0.0.249 +++ extended_server_list+='10.0.0.249:9041 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.50 +++ local server_address=10.0.0.50 +++ extended_server_list+='10.0.0.50:9041 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.161 +++ local server_address=10.0.0.161 +++ extended_server_list+='10.0.0.161:9041 ' +++ '[' -n '10.0.0.249:9041 10.0.0.50:9041 10.0.0.161:9041 ' ']' +++ echo '10.0.0.249:9041 10.0.0.50:9041 10.0.0.161:9041' ++ CONFIGDB_CQL_SERVERS='10.0.0.249:9041 10.0.0.50:9041 10.0.0.161:9041' ++ CONFIG_API_VIP= ++ CONFIG_API_SSL_ENABLE=false ++ CONFIG_API_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ CONFIG_API_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ CONFIG_API_SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ CONFIG_API_WORKER_COUNT=1 ++ CONFIG_API_MAX_REQUESTS=1024 ++ ANALYTICS_API_SSL_ENABLE=false ++ ANALYTICS_API_SSL_INSECURE=True ++ ANALYTICS_API_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ ANALYTICS_API_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ ANALYTICS_API_SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ CASSANDRA_SSL_ENABLE=false ++ CASSANDRA_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ CASSANDRA_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ CASSANDRA_SSL_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ CASSANDRA_SSL_KEYSTORE_PASSWORD=astrophytum ++ CASSANDRA_SSL_TRUSTSTORE_PASSWORD=ornatum ++ CASSANDRA_SSL_PROTOCOL=TLS ++ CASSANDRA_SSL_ALGORITHM=SunX509 ++ CASSANDRA_SSL_CIPHER_SUITES='[TLS_RSA_WITH_AES_128_CBC_SHA,TLS_RSA_WITH_AES_256_CBC_SHA,TLS_DHE_RSA_WITH_AES_128_CBC_SHA,TLS_DHE_RSA_WITH_AES_256_CBC_SHA,TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA,TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA]' ++ CASSANDRA_CONFIG_MEMTABLE_FLUSH_WRITER=4 ++ CASSANDRA_CONFIG_CONCURRECT_COMPACTORS=4 ++ CASSANDRA_CONFIG_COMPACTION_THROUGHPUT_MB_PER_SEC=256 ++ CASSANDRA_CONFIG_CONCURRECT_READS=64 ++ CASSANDRA_CONFIG_CONCURRECT_WRITES=64 ++ CASSANDRA_CONFIG_MEMTABLE_ALLOCATION_TYPE=offheap_objects ++ CASSANDRA_REAPER_ENABLED=false ++ CASSANDRA_REAPER_JMX_KEY=reaperJmxKey ++ CASSANDRA_REAPER_JMX_AUTH_USERNAME=reaperUser ++ CASSANDRA_REAPER_JMX_AUTH_PASSWORD=reaperPass ++ CASSANDRA_REAPER_APP_PORT=8071 ++ CASSANDRA_REAPER_ADM_PORT=8072 ++ CONTROL_NODES=10.20.0.25,10.20.0.29,10.20.0.30 ++ CONTROL_INTROSPECT_PORT=8083 ++ DNS_NODES=10.20.0.25,10.20.0.29,10.20.0.30 ++ DNS_SERVER_PORT=53 ++ DNS_INTROSPECT_PORT=8092 ++ RNDC_KEY=xvysmOR8lnUQRBcunkC6vg== ++ USE_EXTERNAL_TFTP=False ++ ZOOKEEPER_NODES=10.0.0.249,10.0.0.50,10.0.0.161 ++ ZOOKEEPER_PORT=2181 ++ ZOOKEEPER_PORTS=2888:3888 +++ get_server_list ZOOKEEPER :2181, +++ local server_typ=ZOOKEEPER_NODES +++ local port_with_delim=:2181, +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.249 +++ local server_address=10.0.0.249 +++ extended_server_list+=10.0.0.249:2181, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.50 +++ local server_address=10.0.0.50 +++ extended_server_list+=10.0.0.50:2181, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.161 +++ local server_address=10.0.0.161 +++ extended_server_list+=10.0.0.161:2181, +++ '[' -n 10.0.0.249:2181,10.0.0.50:2181,10.0.0.161:2181, ']' +++ echo 10.0.0.249:2181,10.0.0.50:2181,10.0.0.161:2181 ++ ZOOKEEPER_SERVERS=10.0.0.249:2181,10.0.0.50:2181,10.0.0.161:2181 +++ get_server_list ZOOKEEPER ':2181 ' +++ local server_typ=ZOOKEEPER_NODES +++ local 'port_with_delim=:2181 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.249 +++ local server_address=10.0.0.249 +++ extended_server_list+='10.0.0.249:2181 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.50 +++ local server_address=10.0.0.50 +++ extended_server_list+='10.0.0.50:2181 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.161 +++ local server_address=10.0.0.161 +++ extended_server_list+='10.0.0.161:2181 ' +++ '[' -n '10.0.0.249:2181 10.0.0.50:2181 10.0.0.161:2181 ' ']' +++ echo '10.0.0.249:2181 10.0.0.50:2181 10.0.0.161:2181' ++ ZOOKEEPER_SERVERS_SPACE_DELIM='10.0.0.249:2181 10.0.0.50:2181 10.0.0.161:2181' ++ RABBITMQ_NODES=10.0.0.249,10.0.0.50,10.0.0.161 ++ RABBITMQ_NODE_PORT=5673 +++ get_server_list RABBITMQ :5673, +++ local server_typ=RABBITMQ_NODES +++ local port_with_delim=:5673, +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.249 +++ local server_address=10.0.0.249 +++ extended_server_list+=10.0.0.249:5673, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.50 +++ local server_address=10.0.0.50 +++ extended_server_list+=10.0.0.50:5673, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.161 +++ local server_address=10.0.0.161 +++ extended_server_list+=10.0.0.161:5673, +++ '[' -n 10.0.0.249:5673,10.0.0.50:5673,10.0.0.161:5673, ']' +++ echo 10.0.0.249:5673,10.0.0.50:5673,10.0.0.161:5673 ++ RABBITMQ_SERVERS=10.0.0.249:5673,10.0.0.50:5673,10.0.0.161:5673 ++ RABBITMQ_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ RABBITMQ_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ RABBITMQ_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ RABBITMQ_SSL_FAIL_IF_NO_PEER_CERT=true ++ RABBITMQ_VHOST=/ ++ RABBITMQ_USER=guest ++ RABBITMQ_PASSWORD=guest ++ RABBITMQ_USE_SSL=false ++ RABBITMQ_SSL_VER=tlsv1.2 ++ RABBITMQ_CLIENT_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ RABBITMQ_CLIENT_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ RABBITMQ_CLIENT_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ RABBITMQ_HEARTBEAT_INTERVAL=60 ++ RABBITMQ_CLUSTER_PARTITION_HANDLING=autoheal ++ RABBITMQ_MIRRORED_QUEUE_MODE=all ++ REDIS_SERVER_PORT=6379 ++ REDIS_SERVER_PASSWORD= +++ get_server_list ANALYTICS ':6379 ' +++ local server_typ=ANALYTICS_NODES +++ local 'port_with_delim=:6379 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.249 +++ local server_address=10.0.0.249 +++ extended_server_list+='10.0.0.249:6379 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.50 +++ local server_address=10.0.0.50 +++ extended_server_list+='10.0.0.50:6379 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.161 +++ local server_address=10.0.0.161 +++ extended_server_list+='10.0.0.161:6379 ' +++ '[' -n '10.0.0.249:6379 10.0.0.50:6379 10.0.0.161:6379 ' ']' +++ echo '10.0.0.249:6379 10.0.0.50:6379 10.0.0.161:6379' ++ REDIS_SERVERS='10.0.0.249:6379 10.0.0.50:6379 10.0.0.161:6379' ++ REDIS_LISTEN_ADDRESS= ++ REDIS_PROTECTED_MODE= ++ REDIS_SSL_ENABLE=false ++ REDIS_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ REDIS_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ REDIS_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ redis_ssl_config= ++ KAFKA_NODES=10.0.0.249,10.0.0.50,10.0.0.161 ++ KAFKA_PORT=9092 +++ get_server_list KAFKA ':9092 ' +++ local server_typ=KAFKA_NODES +++ local 'port_with_delim=:9092 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.249 +++ local server_address=10.0.0.249 +++ extended_server_list+='10.0.0.249:9092 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.50 +++ local server_address=10.0.0.50 +++ extended_server_list+='10.0.0.50:9092 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.161 +++ local server_address=10.0.0.161 +++ extended_server_list+='10.0.0.161:9092 ' +++ '[' -n '10.0.0.249:9092 10.0.0.50:9092 10.0.0.161:9092 ' ']' +++ echo '10.0.0.249:9092 10.0.0.50:9092 10.0.0.161:9092' ++ KAFKA_SERVERS='10.0.0.249:9092 10.0.0.50:9092 10.0.0.161:9092' ++ KAFKA_SSL_ENABLE=false ++ KAFKA_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ KAFKA_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ KAFKA_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ KEYSTONE_AUTH_ADMIN_TENANT=admin ++ KEYSTONE_AUTH_ADMIN_USER=admin ++ KEYSTONE_AUTH_ADMIN_PASSWORD=contrail123 ++ KEYSTONE_AUTH_PROJECT_DOMAIN_NAME=Default ++ KEYSTONE_AUTH_USER_DOMAIN_NAME=Default ++ KEYSTONE_AUTH_REGION_NAME=RegionOne ++ KEYSTONE_AUTH_URL_VERSION=/v3 ++ KEYSTONE_AUTH_HOST=10.0.0.249 ++ KEYSTONE_AUTH_PROTO=http ++ KEYSTONE_AUTH_ADMIN_PORT=5000 ++ KEYSTONE_AUTH_PUBLIC_PORT=5000 ++ KEYSTONE_AUTH_URL_TOKENS=/v3/auth/tokens ++ KEYSTONE_AUTH_INSECURE=True ++ KEYSTONE_AUTH_CERTFILE= ++ KEYSTONE_AUTH_KEYFILE= ++ KEYSTONE_AUTH_CA_CERTFILE= ++ KEYSTONE_AUTH_ENDPOINT_TYPE= ++ KEYSTONE_AUTH_SYNC_ON_DEMAND= ++ KEYSTONE_AUTH_INTERFACE=public ++ KUBEMANAGER_NODES=10.0.0.249,10.0.0.50,10.0.0.161 ++ KUBERNETES_CLUSTER_NAME=k8s ++ KUBERNETES_CNI_META_PLUGIN=multus ++ METADATA_PROXY_SECRET=contrail ++ BARBICAN_TENANT_NAME=service ++ BARBICAN_USER=barbican ++ BARBICAN_PASSWORD=contrail123 ++ AGENT_MODE=kernel ++ EXTERNAL_ROUTERS= ++ SUBCLUSTER= ++ VROUTER_COMPUTE_NODE_ADDRESS= ++ VROUTER_MODULE_OPTIONS= ++ FABRIC_SNAT_HASH_TABLE_SIZE=4096 ++ TSN_EVPN_MODE=False ++ TSN_NODES='[]' ++ PRIORITY_ID= ++ PRIORITY_BANDWIDTH= ++ PRIORITY_SCHEDULING= ++ QOS_QUEUE_ID= ++ QOS_LOGICAL_QUEUES= ++ QOS_DEF_HW_QUEUE=False ++ PRIORITY_TAGGING=True ++ SLO_DESTINATION=collector ++ '[' -n '' ']' ++ SAMPLE_DESTINATION=collector ++ FLOW_EXPORT_RATE=0 ++ WEBUI_NODES=10.0.0.249,10.0.0.50,10.0.0.161 ++ WEBUI_JOB_SERVER_PORT=3000 ++ KUE_UI_PORT=3002 ++ WEBUI_HTTP_LISTEN_PORT=8180 ++ WEBUI_HTTPS_LISTEN_PORT=8143 ++ WEBUI_SSL_KEY_FILE=/etc/contrail/webui_ssl/cs-key.pem ++ WEBUI_SSL_CERT_FILE=/etc/contrail/webui_ssl/cs-cert.pem ++ WEBUI_SSL_CIPHERS=ECDHE-ECDSA-AES256-GCM-SHA384:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-CHACHA20-POLY1305:ECDHE-RSA-CHACHA20-POLY1305:ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES256-SHA384:ECDHE-RSA-AES256-SHA384:ECDHE-ECDSA-AES128-SHA256:ECDHE-RSA-AES128-SHA256:AES256-SHA ++ WEBUI_STATIC_AUTH_USER=admin ++ WEBUI_STATIC_AUTH_PASSWORD=contrail123 ++ WEBUI_STATIC_AUTH_ROLE=cloudAdmin ++ XMPP_SERVER_PORT=5269 ++ XMPP_SSL_ENABLE=false ++ XMPP_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ XMPP_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ XMPP_SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ LINKLOCAL_SERVICE_PORT=80 ++ LINKLOCAL_SERVICE_NAME=metadata ++ LINKLOCAL_SERVICE_IP=169.254.169.254 ++ IPFABRIC_SERVICE_PORT=8775 ++ INTROSPECT_SSL_ENABLE=false ++ INTROSPECT_SSL_INSECURE=True ++ INTROSPECT_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ INTROSPECT_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ INTROSPECT_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ INTROSPECT_LISTEN_ALL=True ++ SANDESH_SSL_ENABLE=false ++ SANDESH_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ SANDESH_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ SANDESH_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ SANDESH_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ SANDESH_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ METADATA_SSL_ENABLE=false ++ METADATA_SSL_CERTFILE= ++ METADATA_SSL_KEYFILE= ++ METADATA_SSL_CA_CERTFILE= ++ METADATA_SSL_CERT_TYPE= ++ CONFIGURE_IPTABLES=false ++ FWAAS_ENABLE=False ++ CONTAINERD_NAMESPACE=k8s.io ++ TOR_AGENT_OVS_KA=10000 ++ TOR_TYPE=ovs ++ TOR_OVS_PROTOCOL=tcp ++ TORAGENT_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ TORAGENT_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ TORAGENT_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ [[ /v3 == \/\v\2\.\0 ]] ++ [[ openstack == \o\p\e\n\s\t\a\c\k ]] ++ AUTH_MODE=keystone ++ [[ keystone == \k\e\y\s\t\o\n\e ]] ++ AUTH_PARAMS='--admin_password contrail123' ++ AUTH_PARAMS+=' --admin_tenant_name admin' ++ AUTH_PARAMS+=' --admin_user admin' ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ read -r -d '' sandesh_client_config ++ true ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ xmpp_certs_config= ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ analytics_api_ssl_opts= ++ read -r -d '' rabbitmq_config ++ true ++ read -r -d '' rabbit_config ++ true ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ kafka_ssl_config= ++ [[ -n '' ]] ++ collector_stats_config= ++ [[ -z '' ]] ++ is_enabled False ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ export TSN_AGENT_MODE= ++ TSN_AGENT_MODE= ++ [[ -n '' ]] ++ collector_stats_config= ++ [[ -z x ]] ++ RSYSLOGD_XFLOW_LISTEN_PORT=9898 + pre_start_init + wait_certs_if_ssl_enabled + is_ssl_enabled + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + return + wait_config_api_certs_if_ssl_enabled + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + return + wait_for_cassandra ++ cut -d , -f 1 ++ echo 10.0.0.249,10.0.0.50,10.0.0.161 + local cassandra=10.0.0.249 + (( i=1 )) + (( i<=30 )) + echo -e '\035\nquit' + nc -z 10.0.0.249 9041 + echo 'INFO: Cassandra is connected' INFO: Cassandra is connected + sleep 5 + return 0 + host_ip=0.0.0.0 + is_enabled + local val= + [[ '' == \t\r\u\e ]] + [[ '' == \y\e\s ]] + [[ '' == \e\n\a\b\l\e\d ]] ++ get_listen_ip_for_node CONFIG +++ find_my_ip_and_order_for_node CONFIG +++ cut -d ' ' -f 1 +++ local server_typ=CONFIG_NODES +++ find_my_ip_and_order_for_node_list 10.0.0.249,10.0.0.50,10.0.0.161 +++ local servers=10.0.0.249,10.0.0.50,10.0.0.161 +++ local server_list= +++ IFS=, +++ read -ra server_list ++++ get_local_ips ++++ cat /proc/net/fib_trie ++++ awk '/32 host/ { print f } {f=$2}' ++++ grep -vi host ++++ sort ++++ uniq ++++ tr '\n' , +++ local local_ips=,10.0.0.161,10.20.0.30,127.0.0.1,172.17.0.1,, +++ local ord=1 +++ for server in "${server_list[@]}" +++ local ret=0 ++++ python3 -c 'import socket; print(socket.gethostbyname('\''10.0.0.249'\''))' +++ local server_ip=10.0.0.249 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.249 ]] +++ [[ ,10.0.0.161,10.20.0.30,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.249, ]] +++ (( ord+=1 )) +++ for server in "${server_list[@]}" +++ local ret=0 ++++ python3 -c 'import socket; print(socket.gethostbyname('\''10.0.0.50'\''))' +++ local server_ip=10.0.0.50 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.50 ]] +++ [[ ,10.0.0.161,10.20.0.30,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.50, ]] +++ (( ord+=1 )) +++ for server in "${server_list[@]}" +++ local ret=0 ++++ python3 -c 'import socket; print(socket.gethostbyname('\''10.0.0.161'\''))' +++ local server_ip=10.0.0.161 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.161 ]] +++ [[ ,10.0.0.161,10.20.0.30,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.161, ]] +++ echo 10.0.0.161 3 +++ return ++ local ip=10.0.0.161 ++ [[ -z 10.0.0.161 ]] ++ echo 10.0.0.161 + host_ip=10.0.0.161 + [[ cql == \c\q\l ]] ++ sed 's/,/ /g' ++ echo 10.0.0.249:9041 10.0.0.50:9041 10.0.0.161:9041 + cassandra_server_list='10.0.0.249:9041 10.0.0.50:9041 10.0.0.161:9041' + config_api_certs_config= + uwsgi_socket='protocol = http\nsocket = 10.0.0.161:8082' + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled False + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + neutron_section= + mkdir -p /etc/contrail + introspect_port_list=("${CONFIG_API_INTROSPECT_PORT}") + admin_port_list=("${CONFIG_API_ADMIN_PORT}") + (( index=0 )) + (( index < CONFIG_API_WORKER_COUNT-1 )) + (( index=0 )) + (( index < CONFIG_API_WORKER_COUNT )) + cat ++ get_introspect_listen_ip_for_node CONFIG ++ local ip=0.0.0.0 ++ is_enabled True ++ local val=true ++ [[ true == \t\r\u\e ]] ++ echo 0.0.0.0 + add_ini_params_from_env API /etc/contrail/contrail-api-0.conf + local service_name=API + local cfg_path=/etc/contrail/contrail-api-0.conf + local delim=__ ++ sed 's/^API__//g' ++ cut -d = -f 1 ++ grep '^API__.*__.*=.*$' ++ set -o posix ++ set ++ sort + local vars= + local section= + (( ++index )) + (( index < CONFIG_API_WORKER_COUNT )) + (( CONFIG_API_WORKER_COUNT > 1 )) + service_cmd='/usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0' + set_third_party_auth_config + [[ keystone != \k\e\y\s\t\o\n\e ]] + local tmp_file=/etc/contrail/contrail-keystone-auth.conf.tmp + cat + [[ /v3 == \/\v\3 ]] + cat + [[ http == \h\t\t\p\s ]] + [[ -n '' ]] + [[ -n '' ]] + [[ -n public ]] + echo 'interface = public' + mv -f /etc/contrail/contrail-keystone-auth.conf.tmp /etc/contrail/contrail-keystone-auth.conf + set_vnc_api_lib_ini + local tmp_file=/etc/contrail/vnc_api_lib.ini.tmp + cat + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + [[ keystone == \k\e\y\s\t\o\n\e ]] + cat + [[ http == \h\t\t\p\s ]] + mv -f /etc/contrail/vnc_api_lib.ini.tmp /etc/contrail/vnc_api_lib.ini + upgrade_old_logs contrail-api + local template=contrail-api ++ dirname /var/log/contrail/config-api + local old_dir=/var/log/contrail + mkdir -p /var/log/contrail/config-api + chmod 755 /var/log/contrail/config-api + mv -n '/var/log/contrail/*contrail-api.log*' /var/log/contrail/config-api/ + true + [[ -n 1999 ]] + [[ -n 1999 ]] + local owner_opts=1999:1999 + chown 1999:1999 /var/log/contrail/config-api + find /var/log/contrail/config-api -uid 0 -exec chown 1999:1999 '{}' + + run_service /usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0 + [[ -n 1999 ]] + [[ -n 1999 ]] + local owner_opts=1999:1999 + mkdir -p /etc/contrail /var/lib/contrail + chown 1999:1999 /etc/contrail /var/lib/contrail + find /etc/contrail -uid 0 -exec chown 1999:1999 '{}' + + chmod 755 /etc/contrail + do_run_service /usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0 + [[ -n 1999 ]] + [[ -n 1999 ]] + mkdir -p /var/crashes + chmod 777 /var/crashes ++ id -un 1999 + local user_name=contrail + export HOME=/home/contrail + HOME=/home/contrail + mkdir -p /home/contrail + chown -R 1999:1999 /home/contrail + exec setpriv --reuid 1999 --regid 1999 --clear-groups --no-new-privs /usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0 /usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/vnc_addr_mgmt.py:287: SyntaxWarning: "is not" with a literal. Did you mean "!="? if ip_alloc_unit is not 1: /usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/vnc_addr_mgmt.py:1113: SyntaxWarning: "is" with a literal. Did you mean "=="? if len(ipam_subnets) is 0: /usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/vnc_addr_mgmt.py:1910: SyntaxWarning: "is" with a literal. Did you mean "=="? if len(ipam_subnets) is 0: 08/03/2026 02:32:43.832 7f66819e6280 [contrail-api] [INFO]: SANDESH: CONNECT TO COLLECTOR: True 08/03/2026 02:32:44.058 7f66819e6280 [contrail-api] [INFO]: SANDESH: INTROSPECT IS ON: 0.0.0.0:8084 08/03/2026 02:32:44.072 7f66819e6280 [contrail-api] [INFO]: SANDESH: Logging: LEVEL: [SYS_INFO] -> [SYS_DEBUG] 08/03/2026 02:32:44.073 7f66819e6280 [contrail-api] [INFO]: SANDESH: Logging: FILE: [None] -> [/var/log/contrail/config-api/contrail-api-0.log] HttpError Python 3.9.25: /usr/bin/python3 Mon Aug 3 02:32:53 2026 A problem occurred in a Python script. Here is the sequence of function calls leading up to the error, in the order they occurred. /usr/local/bin/contrail-api in 4 import sys 5 from vnc_cfg_api_server.api_server import server_main 6 if __name__ == '__main__': 7 sys.argv[0] = re.sub(r'(-script\.pyw|\.exe)?$', '', sys.argv[0]) 8 sys.exit(server_main()) sys = sys.exit = server_main = /usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/api_server.py in server_main(args_str=None) 5370 vnc_cgitb.enable(format='text') 5371 5372 main(args_str, VncApiServer(args_str)) 5373 #server_main 5374 global main = args_str = None global VncApiServer = /usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/api_server.py in __init__(self=, args_str='--conf_file /etc/contrail/contrail-api-0.conf --...ontrail/contrail-keystone-auth.conf --worker_id 0') 2216 else: 2217 self._db_connect(self._args.reset_config) 2218 self._db_init_entries() 2219 2220 self._initialize_quota_counters() self = self._db_init_entries = > /usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/api_server.py in _db_init_entries(self=) 3744 autonomous_system=64512, config_version=CONFIG_VERSION)) 3745 self._gsc_uuid = gsc.uuid 3746 gvc = self.create_singleton_entry(GlobalVrouterConfig( 3747 parent_obj=gsc)) 3748 domain = self.create_singleton_entry(Domain()) gvc undefined self = self.create_singleton_entry = > global GlobalVrouterConfig = parent_obj undefined gsc = /usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/api_server.py in create_singleton_entry(self=, singleton_obj=, user_visible=True) 4010 if not ok: 4011 (code, msg) = result 4012 raise cfgm_common.exceptions.HttpError(code, msg) 4013 obj_id = result 4014 s_obj.uuid = obj_id global cfgm_common = cfgm_common.exceptions = cfgm_common.exceptions.HttpError = code = 409 msg = 'FQ Name: /fq-name-to-uuid/global_vrouter_config:...c0da2b8f-ca60-4c21-88ca-8dc9fe705c30 at zookeeper' HttpError: HTTP Status: 409 Content: FQ Name: /fq-name-to-uuid/global_vrouter_config:default-global-system-config:default-global-vrouter-config exists already with ID: c0da2b8f-ca60-4c21-88ca-8dc9fe705c30 at zookeeper __cause__ = None __class__ = __context__ = NoIdError('global_vrouter_config default-global-system-config:default-global-vrouter-config') __delattr__ = __dict__ = {'content': 'FQ Name: /fq-name-to-uuid/global_vrouter_config:...c0da2b8f-ca60-4c21-88ca-8dc9fe705c30 at zookeeper', 'status_code': 409} __dir__ = __doc__ = None __eq__ = __format__ = __ge__ = __getattribute__ = __gt__ = __hash__ = __init__ = __init_subclass__ = __le__ = __lt__ = __module__ = 'vnc_api.exceptions' __ne__ = __new__ = __reduce__ = __reduce_ex__ = __repr__ = __setattr__ = __setstate__ = __sizeof__ = __str__ = __subclasshook__ = __suppress_context__ = False __traceback__ = __weakref__ = None args = (409, 'FQ Name: /fq-name-to-uuid/global_vrouter_config:...c0da2b8f-ca60-4c21-88ca-8dc9fe705c30 at zookeeper') content = 'FQ Name: /fq-name-to-uuid/global_vrouter_config:...c0da2b8f-ca60-4c21-88ca-8dc9fe705c30 at zookeeper' status_code = 409 with_traceback = The above is a description of an error in a Python program. Here is the original traceback: Traceback (most recent call last): File "/usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/api_server.py", line 3995, in create_singleton_entry s_obj.uuid = self._db_conn.fq_name_to_uuid(obj_type, fq_name) File "/usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/vnc_db.py", line 2506, in fq_name_to_uuid obj_uuid = self._object_db.fq_name_to_uuid(obj_type, fq_name) File "/usr/local/lib/python3.9/site-packages/cfgm_common/datastore/drivers/cassandra_cql.py", line 1045, in wrapper return func(*args, **kwargs) File "/usr/local/lib/python3.9/site-packages/cfgm_common/vnc_cassandra.py", line 1205, in fq_name_to_uuid raise NoIdError('%s %s' % (obj_type, fq_name_str)) vnc_api.exceptions.NoIdError: Unknown id: global_vrouter_config default-global-system-config:default-global-vrouter-config During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/local/bin/contrail-api", line 8, in sys.exit(server_main()) File "/usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/api_server.py", line 5372, in server_main main(args_str, VncApiServer(args_str)) File "/usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/api_server.py", line 2218, in __init__ self._db_init_entries() File "/usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/api_server.py", line 3746, in _db_init_entries gvc = self.create_singleton_entry(GlobalVrouterConfig( File "/usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/api_server.py", line 4012, in create_singleton_entry raise cfgm_common.exceptions.HttpError(code, msg) vnc_api.exceptions.HttpError: HTTP Status: 409 Content: FQ Name: /fq-name-to-uuid/global_vrouter_config:default-global-system-config:default-global-vrouter-config exists already with ID: c0da2b8f-ca60-4c21-88ca-8dc9fe705c30 at zookeeper ++ LOG_DIR=/var/log/contrail ++ export CONTAINER_LOG_DIR=/var/log/contrail/config-api ++ CONTAINER_LOG_DIR=/var/log/contrail/config-api ++ mkdir -p /var/log/contrail/config-api ++ log_file=/var/log/contrail/config-api/console.log ++ touch /var/log/contrail/config-api/console.log ++ chmod 600 /var/log/contrail/config-api/console.log ++ exec +++ tee -a /var/log/contrail/config-api/console.log +++ date ++ echo 'INFO: =================== Mon Aug 3 02:32:56 AM UTC 2026 ===================' INFO: =================== Mon Aug 3 02:32:56 AM UTC 2026 =================== ++ LOG_LOCAL=1 ++ source /functions.sh ++ source /contrail-functions.sh +++ get_default_ip ++++ get_default_nic ++++ get_gateway_nic_for_ip 1 ++++ command -v ip ++++ local ip=1 +++++ awk '{print $2}' +++++ grep -o 'dev.*' +++++ ip route get 1 ++++ local iface=enp1s0 ++++ [[ enp1s0 == \l\o ]] ++++ echo enp1s0 +++ local nic=enp1s0 +++ get_ip_for_nic enp1s0 +++ local nic=enp1s0 +++ cut -d / -f 1 +++ get_cidr_for_nic enp1s0 +++ command -v ip +++ local nic=enp1s0 +++ grep 'inet ' +++ ip addr show dev enp1s0 +++ awk '{print $2}' +++ head -n 1 ++ DEFAULT_LOCAL_IP=10.0.0.161 ++ ENCAP_PRIORITY=MPLSoUDP,MPLSoGRE,VXLAN ++ VXLAN_VN_ID_MODE=automatic ++ DPDK_UIO_DRIVER=uio_pci_generic ++ CPU_CORE_MASK=0x01 ++ SERVICE_CORE_MASK= ++ DPDK_CTRL_THREAD_MASK= ++ HUGE_PAGES= ++ HUGE_PAGES_DIR=/dev/hugepages ++ HUGE_PAGES_1GB=0 ++ HUGE_PAGES_2MB=256 ++ HUGE_PAGES_1GB_DIR= ++ HUGE_PAGES_2MB_DIR= ++ [[ 0 != 0 ]] ++ [[ 0 != 256 ]] ++ [[ -z '' ]] +++ mount -t hugetlbfs +++ awk '/pagesize=2M/{print($3)}' +++ tail -n 1 ++ HUGE_PAGES_2MB_DIR= ++ DPDK_MEM_PER_SOCKET=1024 ++ DPDK_COMMAND_ADDITIONAL_ARGS= ++ NIC_OFFLOAD_ENABLE=False ++ DPDK_ENABLE_VLAN_FWRD=False ++ DIST_SNAT_PROTO_PORT_LIST= ++ CLOUD_ORCHESTRATOR=openstack ++ CLOUD_ADMIN_ROLE=admin ++ AAA_MODE=rbac ++ AUTH_MODE=keystone ++ AUTH_PARAMS= ++ SSL_ENABLE=false ++ SSL_INSECURE=True ++ SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ SERVER_CA_KEYFILE=/etc/contrail/ssl/private/ca-key.pem ++ SELFSIGNED_CERTS_WITH_IPS=True ++ CONTROLLER_NODES=10.0.0.249,10.0.0.50,10.0.0.161 ++ ANALYTICS_ALARM_ENABLE=True ++ ANALYTICS_SNMP_ENABLE=True ++ ANALYTICSDB_ENABLE=True ++ ANALYTICS_NODES=10.0.0.249,10.0.0.50,10.0.0.161 ++ ANALYTICSDB_NODES=10.0.0.249,10.0.0.50,10.0.0.161 ++ ANALYTICS_SNMP_NODES=10.0.0.249,10.0.0.50,10.0.0.161 ++ ANALYTICS_API_PORT=8081 ++ ANALYTICS_API_INTROSPECT_PORT=8090 ++ ANALYTICSDB_PORT=9160 ++ ANALYTICSDB_CQL_PORT=9042 ++ TOPOLOGY_INTROSPECT_PORT=5921 ++ QUERYENGINE_INTROSPECT_PORT=8091 +++ get_server_list ANALYTICS ':8081 ' +++ local server_typ=ANALYTICS_NODES +++ local 'port_with_delim=:8081 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.249 +++ local server_address=10.0.0.249 +++ extended_server_list+='10.0.0.249:8081 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.50 +++ local server_address=10.0.0.50 +++ extended_server_list+='10.0.0.50:8081 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.161 +++ local server_address=10.0.0.161 +++ extended_server_list+='10.0.0.161:8081 ' +++ '[' -n '10.0.0.249:8081 10.0.0.50:8081 10.0.0.161:8081 ' ']' +++ echo '10.0.0.249:8081 10.0.0.50:8081 10.0.0.161:8081' ++ ANALYTICS_SERVERS='10.0.0.249:8081 10.0.0.50:8081 10.0.0.161:8081' +++ get_server_list ANALYTICSDB ':9042 ' +++ local server_typ=ANALYTICSDB_NODES +++ local 'port_with_delim=:9042 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.249 +++ local server_address=10.0.0.249 +++ extended_server_list+='10.0.0.249:9042 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.50 +++ local server_address=10.0.0.50 +++ extended_server_list+='10.0.0.50:9042 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.161 +++ local server_address=10.0.0.161 +++ extended_server_list+='10.0.0.161:9042 ' +++ '[' -n '10.0.0.249:9042 10.0.0.50:9042 10.0.0.161:9042 ' ']' +++ echo '10.0.0.249:9042 10.0.0.50:9042 10.0.0.161:9042' ++ ANALYTICSDB_CQL_SERVERS='10.0.0.249:9042 10.0.0.50:9042 10.0.0.161:9042' ++ ANALYTICS_API_VIP= ++ ANALYTICS_ALARM_NODES=10.0.0.249,10.0.0.50,10.0.0.161 ++ ALARMGEN_INTROSPECT_PORT=5995 ++ BGP_PORT=179 ++ BGP_AUTO_MESH=true ++ BGP_ASN=64512 ++ ENABLE_4BYTE_AS=false ++ APPLY_DEFAULTS=true ++ COLLECTOR_PORT=8086 ++ COLLECTOR_INTROSPECT_PORT=8089 ++ COLLECTOR_SYSLOG_PORT=514 ++ COLLECTOR_SFLOW_PORT=6343 ++ COLLECTOR_IPFIX_PORT=4739 ++ COLLECTOR_PROTOBUF_PORT=3333 ++ COLLECTOR_STRUCTURED_SYSLOG_PORT=3514 ++ SNMPCOLLECTOR_INTROSPECT_PORT=5920 +++ get_server_list ANALYTICS ':8086 ' +++ local server_typ=ANALYTICS_NODES +++ local 'port_with_delim=:8086 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.249 +++ local server_address=10.0.0.249 +++ extended_server_list+='10.0.0.249:8086 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.50 +++ local server_address=10.0.0.50 +++ extended_server_list+='10.0.0.50:8086 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.161 +++ local server_address=10.0.0.161 +++ extended_server_list+='10.0.0.161:8086 ' +++ '[' -n '10.0.0.249:8086 10.0.0.50:8086 10.0.0.161:8086 ' ']' +++ echo '10.0.0.249:8086 10.0.0.50:8086 10.0.0.161:8086' ++ COLLECTOR_SERVERS='10.0.0.249:8086 10.0.0.50:8086 10.0.0.161:8086' ++ CASSANDRA_PORT=9160 ++ CASSANDRA_CQL_PORT=9042 ++ CASSANDRA_SSL_STORAGE_PORT=7011 ++ CASSANDRA_STORAGE_PORT=7010 ++ CASSANDRA_JMX_LOCAL_PORT=7200 ++ CONFIGDB_CASSANDRA_DRIVER=cql ++ CONFIG_NODES=10.0.0.249,10.0.0.50,10.0.0.161 ++ CONFIGDB_NODES=10.0.0.249,10.0.0.50,10.0.0.161 ++ CONFIG_API_PORT=8082 ++ CONFIG_API_INTROSPECT_PORT=8084 ++ CONFIG_API_ADMIN_PORT=8095 ++ CONFIGDB_PORT=9161 ++ CONFIGDB_CQL_PORT=9041 +++ get_server_list CONFIG ':8082 ' +++ local server_typ=CONFIG_NODES +++ local 'port_with_delim=:8082 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.249 +++ local server_address=10.0.0.249 +++ extended_server_list+='10.0.0.249:8082 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.50 +++ local server_address=10.0.0.50 +++ extended_server_list+='10.0.0.50:8082 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.161 +++ local server_address=10.0.0.161 +++ extended_server_list+='10.0.0.161:8082 ' +++ '[' -n '10.0.0.249:8082 10.0.0.50:8082 10.0.0.161:8082 ' ']' +++ echo '10.0.0.249:8082 10.0.0.50:8082 10.0.0.161:8082' ++ CONFIG_SERVERS='10.0.0.249:8082 10.0.0.50:8082 10.0.0.161:8082' +++ get_server_list CONFIGDB ':9161 ' +++ local server_typ=CONFIGDB_NODES +++ local 'port_with_delim=:9161 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.249 +++ local server_address=10.0.0.249 +++ extended_server_list+='10.0.0.249:9161 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.50 +++ local server_address=10.0.0.50 +++ extended_server_list+='10.0.0.50:9161 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.161 +++ local server_address=10.0.0.161 +++ extended_server_list+='10.0.0.161:9161 ' +++ '[' -n '10.0.0.249:9161 10.0.0.50:9161 10.0.0.161:9161 ' ']' +++ echo '10.0.0.249:9161 10.0.0.50:9161 10.0.0.161:9161' ++ CONFIGDB_SERVERS='10.0.0.249:9161 10.0.0.50:9161 10.0.0.161:9161' +++ get_server_list CONFIGDB ':9041 ' +++ local server_typ=CONFIGDB_NODES +++ local 'port_with_delim=:9041 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.249 +++ local server_address=10.0.0.249 +++ extended_server_list+='10.0.0.249:9041 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.50 +++ local server_address=10.0.0.50 +++ extended_server_list+='10.0.0.50:9041 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.161 +++ local server_address=10.0.0.161 +++ extended_server_list+='10.0.0.161:9041 ' +++ '[' -n '10.0.0.249:9041 10.0.0.50:9041 10.0.0.161:9041 ' ']' +++ echo '10.0.0.249:9041 10.0.0.50:9041 10.0.0.161:9041' ++ CONFIGDB_CQL_SERVERS='10.0.0.249:9041 10.0.0.50:9041 10.0.0.161:9041' ++ CONFIG_API_VIP= ++ CONFIG_API_SSL_ENABLE=false ++ CONFIG_API_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ CONFIG_API_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ CONFIG_API_SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ CONFIG_API_WORKER_COUNT=1 ++ CONFIG_API_MAX_REQUESTS=1024 ++ ANALYTICS_API_SSL_ENABLE=false ++ ANALYTICS_API_SSL_INSECURE=True ++ ANALYTICS_API_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ ANALYTICS_API_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ ANALYTICS_API_SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ CASSANDRA_SSL_ENABLE=false ++ CASSANDRA_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ CASSANDRA_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ CASSANDRA_SSL_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ CASSANDRA_SSL_KEYSTORE_PASSWORD=astrophytum ++ CASSANDRA_SSL_TRUSTSTORE_PASSWORD=ornatum ++ CASSANDRA_SSL_PROTOCOL=TLS ++ CASSANDRA_SSL_ALGORITHM=SunX509 ++ CASSANDRA_SSL_CIPHER_SUITES='[TLS_RSA_WITH_AES_128_CBC_SHA,TLS_RSA_WITH_AES_256_CBC_SHA,TLS_DHE_RSA_WITH_AES_128_CBC_SHA,TLS_DHE_RSA_WITH_AES_256_CBC_SHA,TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA,TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA]' ++ CASSANDRA_CONFIG_MEMTABLE_FLUSH_WRITER=4 ++ CASSANDRA_CONFIG_CONCURRECT_COMPACTORS=4 ++ CASSANDRA_CONFIG_COMPACTION_THROUGHPUT_MB_PER_SEC=256 ++ CASSANDRA_CONFIG_CONCURRECT_READS=64 ++ CASSANDRA_CONFIG_CONCURRECT_WRITES=64 ++ CASSANDRA_CONFIG_MEMTABLE_ALLOCATION_TYPE=offheap_objects ++ CASSANDRA_REAPER_ENABLED=false ++ CASSANDRA_REAPER_JMX_KEY=reaperJmxKey ++ CASSANDRA_REAPER_JMX_AUTH_USERNAME=reaperUser ++ CASSANDRA_REAPER_JMX_AUTH_PASSWORD=reaperPass ++ CASSANDRA_REAPER_APP_PORT=8071 ++ CASSANDRA_REAPER_ADM_PORT=8072 ++ CONTROL_NODES=10.20.0.25,10.20.0.29,10.20.0.30 ++ CONTROL_INTROSPECT_PORT=8083 ++ DNS_NODES=10.20.0.25,10.20.0.29,10.20.0.30 ++ DNS_SERVER_PORT=53 ++ DNS_INTROSPECT_PORT=8092 ++ RNDC_KEY=xvysmOR8lnUQRBcunkC6vg== ++ USE_EXTERNAL_TFTP=False ++ ZOOKEEPER_NODES=10.0.0.249,10.0.0.50,10.0.0.161 ++ ZOOKEEPER_PORT=2181 ++ ZOOKEEPER_PORTS=2888:3888 +++ get_server_list ZOOKEEPER :2181, +++ local server_typ=ZOOKEEPER_NODES +++ local port_with_delim=:2181, +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.249 +++ local server_address=10.0.0.249 +++ extended_server_list+=10.0.0.249:2181, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.50 +++ local server_address=10.0.0.50 +++ extended_server_list+=10.0.0.50:2181, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.161 +++ local server_address=10.0.0.161 +++ extended_server_list+=10.0.0.161:2181, +++ '[' -n 10.0.0.249:2181,10.0.0.50:2181,10.0.0.161:2181, ']' +++ echo 10.0.0.249:2181,10.0.0.50:2181,10.0.0.161:2181 ++ ZOOKEEPER_SERVERS=10.0.0.249:2181,10.0.0.50:2181,10.0.0.161:2181 +++ get_server_list ZOOKEEPER ':2181 ' +++ local server_typ=ZOOKEEPER_NODES +++ local 'port_with_delim=:2181 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.249 +++ local server_address=10.0.0.249 +++ extended_server_list+='10.0.0.249:2181 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.50 +++ local server_address=10.0.0.50 +++ extended_server_list+='10.0.0.50:2181 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.161 +++ local server_address=10.0.0.161 +++ extended_server_list+='10.0.0.161:2181 ' +++ '[' -n '10.0.0.249:2181 10.0.0.50:2181 10.0.0.161:2181 ' ']' +++ echo '10.0.0.249:2181 10.0.0.50:2181 10.0.0.161:2181' ++ ZOOKEEPER_SERVERS_SPACE_DELIM='10.0.0.249:2181 10.0.0.50:2181 10.0.0.161:2181' ++ RABBITMQ_NODES=10.0.0.249,10.0.0.50,10.0.0.161 ++ RABBITMQ_NODE_PORT=5673 +++ get_server_list RABBITMQ :5673, +++ local server_typ=RABBITMQ_NODES +++ local port_with_delim=:5673, +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.249 +++ local server_address=10.0.0.249 +++ extended_server_list+=10.0.0.249:5673, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.50 +++ local server_address=10.0.0.50 +++ extended_server_list+=10.0.0.50:5673, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.161 +++ local server_address=10.0.0.161 +++ extended_server_list+=10.0.0.161:5673, +++ '[' -n 10.0.0.249:5673,10.0.0.50:5673,10.0.0.161:5673, ']' +++ echo 10.0.0.249:5673,10.0.0.50:5673,10.0.0.161:5673 ++ RABBITMQ_SERVERS=10.0.0.249:5673,10.0.0.50:5673,10.0.0.161:5673 ++ RABBITMQ_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ RABBITMQ_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ RABBITMQ_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ RABBITMQ_SSL_FAIL_IF_NO_PEER_CERT=true ++ RABBITMQ_VHOST=/ ++ RABBITMQ_USER=guest ++ RABBITMQ_PASSWORD=guest ++ RABBITMQ_USE_SSL=false ++ RABBITMQ_SSL_VER=tlsv1.2 ++ RABBITMQ_CLIENT_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ RABBITMQ_CLIENT_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ RABBITMQ_CLIENT_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ RABBITMQ_HEARTBEAT_INTERVAL=60 ++ RABBITMQ_CLUSTER_PARTITION_HANDLING=autoheal ++ RABBITMQ_MIRRORED_QUEUE_MODE=all ++ REDIS_SERVER_PORT=6379 ++ REDIS_SERVER_PASSWORD= +++ get_server_list ANALYTICS ':6379 ' +++ local server_typ=ANALYTICS_NODES +++ local 'port_with_delim=:6379 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.249 +++ local server_address=10.0.0.249 +++ extended_server_list+='10.0.0.249:6379 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.50 +++ local server_address=10.0.0.50 +++ extended_server_list+='10.0.0.50:6379 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.161 +++ local server_address=10.0.0.161 +++ extended_server_list+='10.0.0.161:6379 ' +++ '[' -n '10.0.0.249:6379 10.0.0.50:6379 10.0.0.161:6379 ' ']' +++ echo '10.0.0.249:6379 10.0.0.50:6379 10.0.0.161:6379' ++ REDIS_SERVERS='10.0.0.249:6379 10.0.0.50:6379 10.0.0.161:6379' ++ REDIS_LISTEN_ADDRESS= ++ REDIS_PROTECTED_MODE= ++ REDIS_SSL_ENABLE=false ++ REDIS_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ REDIS_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ REDIS_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ redis_ssl_config= ++ KAFKA_NODES=10.0.0.249,10.0.0.50,10.0.0.161 ++ KAFKA_PORT=9092 +++ get_server_list KAFKA ':9092 ' +++ local server_typ=KAFKA_NODES +++ local 'port_with_delim=:9092 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.249 +++ local server_address=10.0.0.249 +++ extended_server_list+='10.0.0.249:9092 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.50 +++ local server_address=10.0.0.50 +++ extended_server_list+='10.0.0.50:9092 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.161 +++ local server_address=10.0.0.161 +++ extended_server_list+='10.0.0.161:9092 ' +++ '[' -n '10.0.0.249:9092 10.0.0.50:9092 10.0.0.161:9092 ' ']' +++ echo '10.0.0.249:9092 10.0.0.50:9092 10.0.0.161:9092' ++ KAFKA_SERVERS='10.0.0.249:9092 10.0.0.50:9092 10.0.0.161:9092' ++ KAFKA_SSL_ENABLE=false ++ KAFKA_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ KAFKA_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ KAFKA_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ KEYSTONE_AUTH_ADMIN_TENANT=admin ++ KEYSTONE_AUTH_ADMIN_USER=admin ++ KEYSTONE_AUTH_ADMIN_PASSWORD=contrail123 ++ KEYSTONE_AUTH_PROJECT_DOMAIN_NAME=Default ++ KEYSTONE_AUTH_USER_DOMAIN_NAME=Default ++ KEYSTONE_AUTH_REGION_NAME=RegionOne ++ KEYSTONE_AUTH_URL_VERSION=/v3 ++ KEYSTONE_AUTH_HOST=10.0.0.249 ++ KEYSTONE_AUTH_PROTO=http ++ KEYSTONE_AUTH_ADMIN_PORT=5000 ++ KEYSTONE_AUTH_PUBLIC_PORT=5000 ++ KEYSTONE_AUTH_URL_TOKENS=/v3/auth/tokens ++ KEYSTONE_AUTH_INSECURE=True ++ KEYSTONE_AUTH_CERTFILE= ++ KEYSTONE_AUTH_KEYFILE= ++ KEYSTONE_AUTH_CA_CERTFILE= ++ KEYSTONE_AUTH_ENDPOINT_TYPE= ++ KEYSTONE_AUTH_SYNC_ON_DEMAND= ++ KEYSTONE_AUTH_INTERFACE=public ++ KUBEMANAGER_NODES=10.0.0.249,10.0.0.50,10.0.0.161 ++ KUBERNETES_CLUSTER_NAME=k8s ++ KUBERNETES_CNI_META_PLUGIN=multus ++ METADATA_PROXY_SECRET=contrail ++ BARBICAN_TENANT_NAME=service ++ BARBICAN_USER=barbican ++ BARBICAN_PASSWORD=contrail123 ++ AGENT_MODE=kernel ++ EXTERNAL_ROUTERS= ++ SUBCLUSTER= ++ VROUTER_COMPUTE_NODE_ADDRESS= ++ VROUTER_MODULE_OPTIONS= ++ FABRIC_SNAT_HASH_TABLE_SIZE=4096 ++ TSN_EVPN_MODE=False ++ TSN_NODES='[]' ++ PRIORITY_ID= ++ PRIORITY_BANDWIDTH= ++ PRIORITY_SCHEDULING= ++ QOS_QUEUE_ID= ++ QOS_LOGICAL_QUEUES= ++ QOS_DEF_HW_QUEUE=False ++ PRIORITY_TAGGING=True ++ SLO_DESTINATION=collector ++ '[' -n '' ']' ++ SAMPLE_DESTINATION=collector ++ FLOW_EXPORT_RATE=0 ++ WEBUI_NODES=10.0.0.249,10.0.0.50,10.0.0.161 ++ WEBUI_JOB_SERVER_PORT=3000 ++ KUE_UI_PORT=3002 ++ WEBUI_HTTP_LISTEN_PORT=8180 ++ WEBUI_HTTPS_LISTEN_PORT=8143 ++ WEBUI_SSL_KEY_FILE=/etc/contrail/webui_ssl/cs-key.pem ++ WEBUI_SSL_CERT_FILE=/etc/contrail/webui_ssl/cs-cert.pem ++ WEBUI_SSL_CIPHERS=ECDHE-ECDSA-AES256-GCM-SHA384:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-CHACHA20-POLY1305:ECDHE-RSA-CHACHA20-POLY1305:ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES256-SHA384:ECDHE-RSA-AES256-SHA384:ECDHE-ECDSA-AES128-SHA256:ECDHE-RSA-AES128-SHA256:AES256-SHA ++ WEBUI_STATIC_AUTH_USER=admin ++ WEBUI_STATIC_AUTH_PASSWORD=contrail123 ++ WEBUI_STATIC_AUTH_ROLE=cloudAdmin ++ XMPP_SERVER_PORT=5269 ++ XMPP_SSL_ENABLE=false ++ XMPP_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ XMPP_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ XMPP_SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ LINKLOCAL_SERVICE_PORT=80 ++ LINKLOCAL_SERVICE_NAME=metadata ++ LINKLOCAL_SERVICE_IP=169.254.169.254 ++ IPFABRIC_SERVICE_PORT=8775 ++ INTROSPECT_SSL_ENABLE=false ++ INTROSPECT_SSL_INSECURE=True ++ INTROSPECT_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ INTROSPECT_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ INTROSPECT_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ INTROSPECT_LISTEN_ALL=True ++ SANDESH_SSL_ENABLE=false ++ SANDESH_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ SANDESH_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ SANDESH_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ SANDESH_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ SANDESH_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ METADATA_SSL_ENABLE=false ++ METADATA_SSL_CERTFILE= ++ METADATA_SSL_KEYFILE= ++ METADATA_SSL_CA_CERTFILE= ++ METADATA_SSL_CERT_TYPE= ++ CONFIGURE_IPTABLES=false ++ FWAAS_ENABLE=False ++ CONTAINERD_NAMESPACE=k8s.io ++ TOR_AGENT_OVS_KA=10000 ++ TOR_TYPE=ovs ++ TOR_OVS_PROTOCOL=tcp ++ TORAGENT_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ TORAGENT_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ TORAGENT_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ [[ /v3 == \/\v\2\.\0 ]] ++ [[ openstack == \o\p\e\n\s\t\a\c\k ]] ++ AUTH_MODE=keystone ++ [[ keystone == \k\e\y\s\t\o\n\e ]] ++ AUTH_PARAMS='--admin_password contrail123' ++ AUTH_PARAMS+=' --admin_tenant_name admin' ++ AUTH_PARAMS+=' --admin_user admin' ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ read -r -d '' sandesh_client_config ++ true ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ xmpp_certs_config= ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ analytics_api_ssl_opts= ++ read -r -d '' rabbitmq_config ++ true ++ read -r -d '' rabbit_config ++ true ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ kafka_ssl_config= ++ [[ -n '' ]] ++ collector_stats_config= ++ [[ -z '' ]] ++ is_enabled False ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ export TSN_AGENT_MODE= ++ TSN_AGENT_MODE= ++ [[ -n '' ]] ++ collector_stats_config= ++ [[ -z x ]] ++ RSYSLOGD_XFLOW_LISTEN_PORT=9898 + pre_start_init + wait_certs_if_ssl_enabled + is_ssl_enabled + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + return + wait_config_api_certs_if_ssl_enabled + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + return + wait_for_cassandra ++ cut -d , -f 1 ++ echo 10.0.0.249,10.0.0.50,10.0.0.161 + local cassandra=10.0.0.249 + (( i=1 )) + (( i<=30 )) + echo -e '\035\nquit' + nc -z 10.0.0.249 9041 + echo 'INFO: Cassandra is connected' INFO: Cassandra is connected + sleep 5 + return 0 + host_ip=0.0.0.0 + is_enabled + local val= + [[ '' == \t\r\u\e ]] + [[ '' == \y\e\s ]] + [[ '' == \e\n\a\b\l\e\d ]] ++ get_listen_ip_for_node CONFIG +++ find_my_ip_and_order_for_node CONFIG +++ cut -d ' ' -f 1 +++ local server_typ=CONFIG_NODES +++ find_my_ip_and_order_for_node_list 10.0.0.249,10.0.0.50,10.0.0.161 +++ local servers=10.0.0.249,10.0.0.50,10.0.0.161 +++ local server_list= +++ IFS=, +++ read -ra server_list ++++ get_local_ips ++++ cat /proc/net/fib_trie ++++ tr '\n' , ++++ grep -vi host ++++ sort ++++ uniq ++++ awk '/32 host/ { print f } {f=$2}' +++ local local_ips=,10.0.0.161,10.20.0.30,127.0.0.1,172.17.0.1,, +++ local ord=1 +++ for server in "${server_list[@]}" +++ local ret=0 ++++ python3 -c 'import socket; print(socket.gethostbyname('\''10.0.0.249'\''))' +++ local server_ip=10.0.0.249 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.249 ]] +++ [[ ,10.0.0.161,10.20.0.30,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.249, ]] +++ (( ord+=1 )) +++ for server in "${server_list[@]}" +++ local ret=0 ++++ python3 -c 'import socket; print(socket.gethostbyname('\''10.0.0.50'\''))' +++ local server_ip=10.0.0.50 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.50 ]] +++ [[ ,10.0.0.161,10.20.0.30,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.50, ]] +++ (( ord+=1 )) +++ for server in "${server_list[@]}" +++ local ret=0 ++++ python3 -c 'import socket; print(socket.gethostbyname('\''10.0.0.161'\''))' +++ local server_ip=10.0.0.161 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.161 ]] +++ [[ ,10.0.0.161,10.20.0.30,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.161, ]] +++ echo 10.0.0.161 3 +++ return ++ local ip=10.0.0.161 ++ [[ -z 10.0.0.161 ]] ++ echo 10.0.0.161 + host_ip=10.0.0.161 + [[ cql == \c\q\l ]] ++ echo 10.0.0.249:9041 10.0.0.50:9041 10.0.0.161:9041 ++ sed 's/,/ /g' + cassandra_server_list='10.0.0.249:9041 10.0.0.50:9041 10.0.0.161:9041' + config_api_certs_config= + uwsgi_socket='protocol = http\nsocket = 10.0.0.161:8082' + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled False + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + neutron_section= + mkdir -p /etc/contrail + introspect_port_list=("${CONFIG_API_INTROSPECT_PORT}") + admin_port_list=("${CONFIG_API_ADMIN_PORT}") + (( index=0 )) + (( index < CONFIG_API_WORKER_COUNT-1 )) + (( index=0 )) + (( index < CONFIG_API_WORKER_COUNT )) + cat ++ get_introspect_listen_ip_for_node CONFIG ++ local ip=0.0.0.0 ++ is_enabled True ++ local val=true ++ [[ true == \t\r\u\e ]] ++ echo 0.0.0.0 + add_ini_params_from_env API /etc/contrail/contrail-api-0.conf + local service_name=API + local cfg_path=/etc/contrail/contrail-api-0.conf + local delim=__ ++ grep '^API__.*__.*=.*$' ++ sort ++ sed 's/^API__//g' ++ set -o posix ++ set ++ cut -d = -f 1 + local vars= + local section= + (( ++index )) + (( index < CONFIG_API_WORKER_COUNT )) + (( CONFIG_API_WORKER_COUNT > 1 )) + service_cmd='/usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0' + set_third_party_auth_config + [[ keystone != \k\e\y\s\t\o\n\e ]] + local tmp_file=/etc/contrail/contrail-keystone-auth.conf.tmp + cat + [[ /v3 == \/\v\3 ]] + cat + [[ http == \h\t\t\p\s ]] + [[ -n '' ]] + [[ -n '' ]] + [[ -n public ]] + echo 'interface = public' + mv -f /etc/contrail/contrail-keystone-auth.conf.tmp /etc/contrail/contrail-keystone-auth.conf + set_vnc_api_lib_ini + local tmp_file=/etc/contrail/vnc_api_lib.ini.tmp + cat + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + [[ keystone == \k\e\y\s\t\o\n\e ]] + cat + [[ http == \h\t\t\p\s ]] + mv -f /etc/contrail/vnc_api_lib.ini.tmp /etc/contrail/vnc_api_lib.ini + upgrade_old_logs contrail-api + local template=contrail-api ++ dirname /var/log/contrail/config-api + local old_dir=/var/log/contrail + mkdir -p /var/log/contrail/config-api + chmod 755 /var/log/contrail/config-api + mv -n '/var/log/contrail/*contrail-api.log*' /var/log/contrail/config-api/ + true + [[ -n 1999 ]] + [[ -n 1999 ]] + local owner_opts=1999:1999 + chown 1999:1999 /var/log/contrail/config-api + find /var/log/contrail/config-api -uid 0 -exec chown 1999:1999 '{}' + + run_service /usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0 + [[ -n 1999 ]] + [[ -n 1999 ]] + local owner_opts=1999:1999 + mkdir -p /etc/contrail /var/lib/contrail + chown 1999:1999 /etc/contrail /var/lib/contrail + find /etc/contrail -uid 0 -exec chown 1999:1999 '{}' + + chmod 755 /etc/contrail + do_run_service /usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0 + [[ -n 1999 ]] + [[ -n 1999 ]] + mkdir -p /var/crashes + chmod 777 /var/crashes ++ id -un 1999 + local user_name=contrail + export HOME=/home/contrail + HOME=/home/contrail + mkdir -p /home/contrail + chown -R 1999:1999 /home/contrail + exec setpriv --reuid 1999 --regid 1999 --clear-groups --no-new-privs /usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0 /usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/vnc_addr_mgmt.py:287: SyntaxWarning: "is not" with a literal. Did you mean "!="? if ip_alloc_unit is not 1: /usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/vnc_addr_mgmt.py:1113: SyntaxWarning: "is" with a literal. Did you mean "=="? if len(ipam_subnets) is 0: /usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/vnc_addr_mgmt.py:1910: SyntaxWarning: "is" with a literal. Did you mean "=="? if len(ipam_subnets) is 0: 08/03/2026 02:33:06.191 7f38bb74c300 [contrail-api] [INFO]: SANDESH: CONNECT TO COLLECTOR: True 08/03/2026 02:33:06.391 7f38bb74c300 [contrail-api] [INFO]: SANDESH: INTROSPECT IS ON: 0.0.0.0:8084 08/03/2026 02:33:06.405 7f38bb74c300 [contrail-api] [INFO]: SANDESH: Logging: LEVEL: [SYS_INFO] -> [SYS_DEBUG] 08/03/2026 02:33:06.405 7f38bb74c300 [contrail-api] [INFO]: SANDESH: Logging: FILE: [None] -> [/var/log/contrail/config-api/contrail-api-0.log] The option "admin_port" is not known to keystonemiddleware The option "max_requests" is not known to keystonemiddleware The option "signing_dir" is not known to keystonemiddleware The option "auth_url" is not known to keystonemiddleware The option "username" is not known to keystonemiddleware The option "password" is not known to keystonemiddleware The option "user_domain_name" is not known to keystonemiddleware The option "project_domain_name" is not known to keystonemiddleware The option "project_name" is not known to keystonemiddleware AuthToken middleware is set with keystone_authtoken.service_token_roles_required set to False. This is backwards compatible but deprecated behaviour. Please set this to True. Configuring www_authenticate_uri to point to the public identity endpoint is required; clients may not be able to authenticate against an admin endpoint Bottle v0.12.25 server starting up (using GeventPoolServer(spawn=))... Listening on http://localhost:8095/ Hit Ctrl-C to quit. Bottle v0.12.25 server starting up (using GeventPoolServer(spawn=))... Listening on http://10.0.0.161:8082/ Hit Ctrl-C to quit. 10.0.0.161 - - [2026-08-03 02:33:07] "GET / HTTP/1.1" 503 181 0.000293 10.0.0.161 - - [2026-08-03 02:33:07] "GET / HTTP/1.1" 503 181 0.000184 10.0.0.161 - - [2026-08-03 02:33:08] "GET / HTTP/1.1" 200 46155 0.001538 10.0.0.161 - - [2026-08-03 02:33:08] "GET / HTTP/1.1" 200 46155 0.001110 Using the in-process token cache is deprecated as of the 4.2.0 release and may be removed in the 5.0.0 release or the 'O' development cycle. The in-process cache causes inconsistent results and high memory usage. When the feature is removed the auth_token middleware will not cache tokens by default which may result in performance issues. It is recommended to use memcache for the auth_token token cache by setting the memcached_servers option. 10.0.0.161 - - [2026-08-03 02:33:08] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 401 293 0.000593 10.0.0.161 - - [2026-08-03 02:33:08] "POST /fqname-to-id HTTP/1.1" 401 293 0.000362 10.0.0.161 - - [2026-08-03 02:33:11] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 200 316 2.785213 10.0.0.161 - - [2026-08-03 02:33:11] "GET /projects?detail=False&count=False&shared=False HTTP/1.1" 200 337 0.005292 10.0.0.161 - - [2026-08-03 02:33:11] "POST /fqname-to-id HTTP/1.1" 200 156 2.373560 10.0.0.161 - - [2026-08-03 02:33:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.006164 /usr/local/lib/python3.9/site-packages/keystoneauth1/adapter.py:278: UserWarning: Using keystoneclient sessions has been deprecated. Please update your software to use keystoneauth1. warnings.warn( 10.0.0.50 - - [2026-08-03 02:33:19] "GET /global-system-configs HTTP/1.1" 401 293 0.000823 10.0.0.50 - - [2026-08-03 02:33:19] "POST /fqname-to-id HTTP/1.1" 401 293 0.000470 10.0.0.50 - - [2026-08-03 02:33:19] "GET /global-system-configs HTTP/1.1" 401 293 0.000443 10.0.0.50 - - [2026-08-03 02:33:19] "GET /global-system-configs HTTP/1.1" 401 293 0.000563 10.0.0.161 - - [2026-08-03 02:33:20] "GET /global-system-configs HTTP/1.1" 401 293 0.000528 10.0.0.50 - - [2026-08-03 02:33:20] "GET /global-system-configs HTTP/1.1" 401 293 0.000500 10.0.0.161 - - [2026-08-03 02:33:21] "GET /global-system-configs HTTP/1.1" 401 293 0.000634 10.0.0.161 - - [2026-08-03 02:33:21] "GET /global-system-configs HTTP/1.1" 401 293 0.000556 10.0.0.161 - - [2026-08-03 02:33:21] "GET /global-system-configs HTTP/1.1" 401 293 0.000582 10.0.0.249 - - [2026-08-03 02:33:21] "GET /global-system-configs HTTP/1.1" 401 293 0.000481 10.0.0.50 - - [2026-08-03 02:33:21] "POST /fqname-to-id HTTP/1.1" 404 225 0.066117 10.0.0.249 - - [2026-08-03 02:33:21] "GET /global-system-configs HTTP/1.1" 401 293 0.000460 10.0.0.50 - - [2026-08-03 02:33:21] "POST /access-control-lists HTTP/1.1" 200 587 0.050087 10.0.0.50 - - [2026-08-03 02:33:22] "POST /route-targets HTTP/1.1" 200 328 0.019115 10.0.0.50 - - [2026-08-03 02:33:22] "POST /ref-update HTTP/1.1" 200 156 0.026844 10.0.0.50 - - [2026-08-03 02:33:22] "POST /fqname-to-id HTTP/1.1" 404 201 0.004850 10.0.0.249 - - [2026-08-03 02:33:22] "GET /global-system-configs HTTP/1.1" 401 293 0.000616 10.0.0.249 - - [2026-08-03 02:33:22] "GET /global-system-configs HTTP/1.1" 401 293 0.000505 10.0.0.50 - - [2026-08-03 02:33:47] "POST /ref-update HTTP/1.1" 200 156 0.059371 The option "admin_port" is not known to keystonemiddleware The option "max_requests" is not known to keystonemiddleware The option "signing_dir" is not known to keystonemiddleware The option "auth_url" is not known to keystonemiddleware The option "username" is not known to keystonemiddleware The option "password" is not known to keystonemiddleware The option "user_domain_name" is not known to keystonemiddleware The option "project_domain_name" is not known to keystonemiddleware The option "project_name" is not known to keystonemiddleware AuthToken middleware is set with keystone_authtoken.service_token_roles_required set to False. This is backwards compatible but deprecated behaviour. Please set this to True. Configuring www_authenticate_uri to point to the public identity endpoint is required; clients may not be able to authenticate against an admin endpoint Using the in-process token cache is deprecated as of the 4.2.0 release and may be removed in the 5.0.0 release or the 'O' development cycle. The in-process cache causes inconsistent results and high memory usage. When the feature is removed the auth_token middleware will not cache tokens by default which may result in performance issues. It is recommended to use memcache for the auth_token token cache by setting the memcached_servers option. 10.0.0.161 - - [2026-08-03 02:36:05] "GET /obj-perms HTTP/1.1" 200 4509 0.479798 10.0.0.249 - - [2026-08-03 02:37:05] "GET /obj-perms HTTP/1.1" 200 4509 0.052011 10.0.0.50 - - [2026-08-03 02:37:06] "GET /obj-perms HTTP/1.1" 200 4509 0.045547 10.0.0.50 - - [2026-08-03 02:38:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.039087 [Introspect:8084]10.0.0.161 - - [2026-08-03 02:38:17] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 847 0.001210 [Introspect:8084]10.0.0.161 - - [2026-08-03 02:38:17] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3165 0.001242 10.0.0.50 - - [2026-08-03 02:38:18] "GET /global-system-configs HTTP/1.1" 401 293 0.000499 10.0.0.50 - - [2026-08-03 02:38:18] "GET /global-system-configs HTTP/1.1" 401 293 0.000509 10.0.0.50 - - [2026-08-03 02:38:19] "GET /global-system-configs HTTP/1.1" 401 293 0.000468 10.0.0.50 - - [2026-08-03 02:38:19] "GET /global-system-configs HTTP/1.1" 401 293 0.000513 10.0.0.161 - - [2026-08-03 02:38:19] "GET /global-system-configs HTTP/1.1" 401 293 0.000513 10.0.0.161 - - [2026-08-03 02:38:19] "GET /global-system-configs HTTP/1.1" 401 293 0.000573 10.0.0.161 - - [2026-08-03 02:38:21] "GET /global-system-configs HTTP/1.1" 401 293 0.000533 10.0.0.161 - - [2026-08-03 02:38:21] "GET /global-system-configs HTTP/1.1" 401 293 0.000432 10.0.0.249 - - [2026-08-03 02:38:21] "GET /global-system-configs HTTP/1.1" 401 293 0.000480 10.0.0.249 - - [2026-08-03 02:38:21] "GET /global-system-configs HTTP/1.1" 401 293 0.000458 10.0.0.249 - - [2026-08-03 02:38:22] "GET /global-system-configs HTTP/1.1" 401 293 0.000507 10.0.0.249 - - [2026-08-03 02:38:22] "GET /global-system-configs HTTP/1.1" 401 293 0.000510 [Introspect:8084]10.0.0.161 - - [2026-08-03 02:38:45] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 847 0.001090 [Introspect:8084]10.0.0.161 - - [2026-08-03 02:38:45] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3165 0.001189 10.0.0.249 - - [2026-08-03 02:40:32] "GET / HTTP/1.1" 200 36215 0.001873 10.0.0.249 - - [2026-08-03 02:40:33] "POST /fqname-to-id HTTP/1.1" 401 293 0.000606 10.0.0.249 - - [2026-08-03 02:40:33] "POST /fqname-to-id HTTP/1.1" 404 186 0.054194 10.0.0.161 - - [2026-08-03 02:40:34] "GET /projects?obj_uuids=3a94fa15-72eb-448f-b317-1f7e1ee011eb&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.063017 10.0.0.161 - - [2026-08-03 02:40:34] "GET /domains?obj_uuids=724de60e-9f87-4d23-867c-6bd9a9880f5b&detail=False&count=False&shared=False HTTP/1.1" 200 316 0.001353 10.0.0.161 - - [2026-08-03 02:40:34] "GET /domain/724de60e-9f87-4d23-867c-6bd9a9880f5b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.031560 10.0.0.161 - - [2026-08-03 02:40:34] "POST /id-to-fqname HTTP/1.1" 200 188 0.001555 10.0.0.161 - - [2026-08-03 02:40:34] "POST /fqname-to-id HTTP/1.1" 404 197 0.013950 10.0.0.161 - - [2026-08-03 02:40:34] "POST /security-groups HTTP/1.1" 200 591 0.055870 10.0.0.161 - - [2026-08-03 02:40:34] "POST /projects HTTP/1.1" 200 583 0.362604 10.0.0.161 - - [2026-08-03 02:40:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.439383 10.0.0.50 - - [2026-08-03 02:40:34] "POST /access-control-lists HTTP/1.1" 200 596 0.067596 10.0.0.249 - - [2026-08-03 02:40:34] "GET /project/3a94fa15-72eb-448f-b317-1f7e1ee011eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1357 0.685821 10.0.0.249 - - [2026-08-03 02:40:35] "GET / HTTP/1.1" 200 36215 0.002014 10.0.0.161 - - [2026-08-03 02:40:39] "GET /projects?obj_uuids=3a94fa15-72eb-448f-b317-1f7e1ee011eb&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001198 10.0.0.249 - - [2026-08-03 02:40:39] "GET /project/3a94fa15-72eb-448f-b317-1f7e1ee011eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1357 0.073061 10.0.0.161 - - [2026-08-03 02:40:39] "GET /projects?obj_uuids=3a94fa15-72eb-448f-b317-1f7e1ee011eb&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.002270 10.0.0.249 - - [2026-08-03 02:40:39] "GET /project/3a94fa15-72eb-448f-b317-1f7e1ee011eb?fields=virtual_networks HTTP/1.1" 200 1029 0.090454 10.0.0.161 - - [2026-08-03 02:40:39] "GET /projects?obj_uuids=3a94fa15-72eb-448f-b317-1f7e1ee011eb&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001288 10.0.0.249 - - [2026-08-03 02:40:39] "GET /project/3a94fa15-72eb-448f-b317-1f7e1ee011eb?fields=virtual_machine_interfaces HTTP/1.1" 200 1029 0.086232 10.0.0.161 - - [2026-08-03 02:40:39] "GET /projects?obj_uuids=3a94fa15-72eb-448f-b317-1f7e1ee011eb&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001534 10.0.0.249 - - [2026-08-03 02:40:39] "GET /project/3a94fa15-72eb-448f-b317-1f7e1ee011eb?fields=security_groups HTTP/1.1" 200 1254 0.089363 10.0.0.161 - - [2026-08-03 02:40:40] "GET /projects?obj_uuids=b58029c2-6735-4ede-aa49-7564ebdc8c42&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004389 10.0.0.161 - - [2026-08-03 02:40:40] "GET /domains?obj_uuids=724de60e-9f87-4d23-867c-6bd9a9880f5b&detail=False&count=False&shared=False HTTP/1.1" 200 316 0.001043 10.0.0.161 - - [2026-08-03 02:40:40] "GET /domain/724de60e-9f87-4d23-867c-6bd9a9880f5b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008831 10.0.0.161 - - [2026-08-03 02:40:41] "POST /id-to-fqname HTTP/1.1" 200 167 0.002861 10.0.0.161 - - [2026-08-03 02:40:41] "POST /fqname-to-id HTTP/1.1" 404 176 0.005192 10.0.0.161 - - [2026-08-03 02:40:41] "POST /security-groups HTTP/1.1" 200 570 0.055024 10.0.0.161 - - [2026-08-03 02:40:41] "POST /projects HTTP/1.1" 200 541 0.394680 10.0.0.50 - - [2026-08-03 02:40:41] "POST /fqname-to-id HTTP/1.1" 404 207 0.008254 10.0.0.161 - - [2026-08-03 02:40:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.471591 10.0.0.50 - - [2026-08-03 02:40:41] "POST /access-control-lists HTTP/1.1" 200 573 0.049488 10.0.0.249 - - [2026-08-03 02:40:41] "GET /project/b58029c2-6735-4ede-aa49-7564ebdc8c42?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1274 0.707419 [Introspect:8084]10.0.0.249 - - [2026-08-03 02:40:42] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3165 0.001844 10.0.0.161 - - [2026-08-03 02:40:43] "GET /projects?obj_uuids=b58029c2-6735-4ede-aa49-7564ebdc8c42&detail=False&count=False&shared=False HTTP/1.1" 200 327 0.001327 10.0.0.249 - - [2026-08-03 02:40:43] "GET /project/b58029c2-6735-4ede-aa49-7564ebdc8c42?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1274 0.090469 10.0.0.161 - - [2026-08-03 02:40:44] "GET /obj-perms HTTP/1.1" 200 4509 0.058641 [Introspect:8084]10.0.0.249 - - [2026-08-03 02:40:46] "GET /Snh_CollectorInfoRequest HTTP/1.1" 200 373 0.000851 10.0.0.249 - - [2026-08-03 02:40:46] "GET /obj-perms HTTP/1.1" 200 4509 0.045594 10.0.0.249 - - [2026-08-03 02:40:47] "GET /obj-perms HTTP/1.1" 200 4509 0.005233 10.0.0.249 - - [2026-08-03 02:40:47] "GET /obj-perms HTTP/1.1" 200 4509 0.005169 10.0.0.249 - - [2026-08-03 02:40:47] "GET /obj-perms HTTP/1.1" 200 4509 0.005167 10.0.0.249 - - [2026-08-03 02:40:47] "GET /obj-perms HTTP/1.1" 200 4509 0.004991 10.0.0.249 - - [2026-08-03 02:40:47] "GET /obj-perms HTTP/1.1" 200 4509 0.008822 10.0.0.249 - - [2026-08-03 02:40:47] "GET /obj-perms HTTP/1.1" 200 4509 0.007816 10.0.0.249 - - [2026-08-03 02:40:47] "GET /obj-perms HTTP/1.1" 200 4509 0.005501 10.0.0.249 - - [2026-08-03 02:40:47] "GET /obj-perms HTTP/1.1" 200 4509 0.006215 10.0.0.249 - - [2026-08-03 02:40:47] "GET /obj-perms HTTP/1.1" 200 4509 0.005253 10.0.0.249 - - [2026-08-03 02:40:47] "GET /obj-perms HTTP/1.1" 200 4509 0.006588 10.0.0.50 - - [2026-08-03 02:40:48] "GET /obj-perms HTTP/1.1" 200 4509 0.056448 10.0.0.249 - - [2026-08-03 02:40:48] "GET /obj-perms HTTP/1.1" 200 4509 0.006497 10.0.0.161 - - [2026-08-03 02:40:48] "GET /obj-perms HTTP/1.1" 200 4509 0.007959 10.0.0.161 - - [2026-08-03 02:40:48] "GET /obj-perms HTTP/1.1" 200 4509 0.005389 10.0.0.249 - - [2026-08-03 02:40:50] "GET /obj-perms HTTP/1.1" 200 4509 0.005394 10.0.0.249 - - [2026-08-03 02:40:50] "GET /obj-perms HTTP/1.1" 200 4509 0.004997 10.0.0.249 - - [2026-08-03 02:40:50] "GET /obj-perms HTTP/1.1" 200 4509 0.006736 10.0.0.249 - - [2026-08-03 02:40:50] "GET /obj-perms HTTP/1.1" 200 4509 0.007373 10.0.0.249 - - [2026-08-03 02:40:50] "GET /obj-perms HTTP/1.1" 200 4509 0.005728 10.0.0.249 - - [2026-08-03 02:40:50] "GET /obj-perms HTTP/1.1" 200 4509 0.010720 10.0.0.249 - - [2026-08-03 02:40:50] "GET /obj-perms HTTP/1.1" 200 4509 0.006501 10.0.0.249 - - [2026-08-03 02:40:51] "GET /obj-perms HTTP/1.1" 200 4509 0.005746 10.0.0.249 - - [2026-08-03 02:40:51] "GET /obj-perms HTTP/1.1" 200 4509 0.009778 10.0.0.249 - - [2026-08-03 02:40:51] "GET /obj-perms HTTP/1.1" 200 4509 0.012190 10.0.0.249 - - [2026-08-03 02:40:51] "GET /obj-perms HTTP/1.1" 200 4509 0.005445 10.0.0.249 - - [2026-08-03 02:40:54] "GET /obj-perms HTTP/1.1" 200 4509 0.005086 10.0.0.249 - - [2026-08-03 02:40:54] "GET /obj-perms HTTP/1.1" 200 4509 0.005450 10.0.0.249 - - [2026-08-03 02:40:54] "GET /obj-perms HTTP/1.1" 200 4509 0.004940 10.0.0.249 - - [2026-08-03 02:40:54] "GET /obj-perms HTTP/1.1" 200 4509 0.006406 10.0.0.249 - - [2026-08-03 02:40:56] "GET /obj-perms HTTP/1.1" 200 4509 0.005956 10.0.0.249 - - [2026-08-03 02:40:57] "POST /fqname-to-id HTTP/1.1" 404 199 0.032377 10.0.0.161 - - [2026-08-03 02:40:57] "GET /projects?obj_uuids=3d2eff42-28f3-4248-a53f-aceb7babfc17&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004063 10.0.0.161 - - [2026-08-03 02:40:57] "GET /domains?obj_uuids=724de60e-9f87-4d23-867c-6bd9a9880f5b&detail=False&count=False&shared=False HTTP/1.1" 200 316 0.001495 10.0.0.161 - - [2026-08-03 02:40:57] "GET /domain/724de60e-9f87-4d23-867c-6bd9a9880f5b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.011301 10.0.0.161 - - [2026-08-03 02:40:57] "POST /id-to-fqname HTTP/1.1" 200 201 0.004882 10.0.0.161 - - [2026-08-03 02:40:57] "POST /fqname-to-id HTTP/1.1" 404 210 0.019641 10.0.0.161 - - [2026-08-03 02:40:57] "POST /security-groups HTTP/1.1" 200 604 0.055338 10.0.0.161 - - [2026-08-03 02:40:57] "POST /projects HTTP/1.1" 200 609 0.382049 10.0.0.161 - - [2026-08-03 02:40:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.463359 10.0.0.50 - - [2026-08-03 02:40:57] "POST /fqname-to-id HTTP/1.1" 404 244 0.012445 10.0.0.249 - - [2026-08-03 02:40:57] "GET /project/3d2eff42-28f3-4248-a53f-aceb7babfc17?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1409 0.665691 10.0.0.249 - - [2026-08-03 02:40:59] "GET / HTTP/1.1" 200 36215 0.001988 10.0.0.249 - - [2026-08-03 02:41:00] "POST /fqname-to-id HTTP/1.1" 401 293 0.000701 10.0.0.249 - - [2026-08-03 02:41:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.061954 10.0.0.161 - - [2026-08-03 02:41:00] "GET /projects?obj_uuids=3d2eff42-28f3-4248-a53f-aceb7babfc17&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001409 10.0.0.249 - - [2026-08-03 02:41:00] "GET /project/3d2eff42-28f3-4248-a53f-aceb7babfc17?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1409 0.079030 10.0.0.50 - - [2026-08-03 02:41:01] "POST /ref-update HTTP/1.1" 200 156 0.090542 10.0.0.161 - - [2026-08-03 02:41:01] "POST /useragent-kv HTTP/1.1" 200 115 0.010758 10.0.0.249 - - [2026-08-03 02:41:01] "POST /neutron/subnet HTTP/1.1" 200 720 0.352441 10.0.0.249 - - [2026-08-03 02:41:01] "POST /id-to-fqname HTTP/1.1" 200 233 0.001672 10.0.0.249 - - [2026-08-03 02:41:01] "GET /virtual-network/4508312f-092d-41da-bb97-0b0faefbd88a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.008232 10.0.0.249 - - [2026-08-03 02:41:01] "GET /virtual-network/4508312f-092d-41da-bb97-0b0faefbd88a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.010341 10.0.0.249 - - [2026-08-03 02:41:02] "POST /neutron/network HTTP/1.1" 200 838 0.010861 10.0.0.249 - - [2026-08-03 02:41:02] "GET /virtual-network/4508312f-092d-41da-bb97-0b0faefbd88a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.008902 10.0.0.161 - - [2026-08-03 02:41:04] "GET /obj-perms HTTP/1.1" 200 4505 0.059748 10.0.0.249 - - [2026-08-03 02:41:04] "POST /id-to-fqname HTTP/1.1" 200 233 0.001544 10.0.0.161 - - [2026-08-03 02:41:07] "GET /projects?obj_uuids=3d2eff42-28f3-4248-a53f-aceb7babfc17&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001497 10.0.0.249 - - [2026-08-03 02:41:07] "GET /project/3d2eff42-28f3-4248-a53f-aceb7babfc17?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1409 0.095325 10.0.0.249 - - [2026-08-03 02:41:08] "POST /neutron/network HTTP/1.1" 200 838 0.029808 10.0.0.249 - - [2026-08-03 02:41:08] "POST /neutron/port HTTP/1.1" 200 117 0.012637 10.0.0.249 - - [2026-08-03 02:41:11] "GET /obj-perms HTTP/1.1" 200 4509 0.045247 10.0.0.249 - - [2026-08-03 02:41:13] "POST /neutron/port HTTP/1.1" 200 1080 0.052677 10.0.0.161 - - [2026-08-03 02:41:14] "DELETE /project/3a94fa1572eb448fb3171f7e1ee011eb HTTP/1.1" 404 173 0.005523 10.0.0.161 - - [2026-08-03 02:41:14] "DELETE /project/3d2eff4228f34248a53faceb7babfc17 HTTP/1.1" 404 173 0.009761 10.0.0.161 - - [2026-08-03 02:41:14] "GET /projects?obj_uuids=3a94fa15-72eb-448f-b317-1f7e1ee011eb&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001340 10.0.0.161 - - [2026-08-03 02:41:14] "DELETE /project/b58029c267354edeaa497564ebdc8c42 HTTP/1.1" 404 173 0.011328 10.0.0.249 - - [2026-08-03 02:41:14] "POST /neutron/port HTTP/1.1" 200 1070 0.066075 10.0.0.161 - - [2026-08-03 02:41:14] "GET /project/3a94fa15-72eb-448f-b317-1f7e1ee011eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1462 0.093292 10.0.0.161 - - [2026-08-03 02:41:14] "GET /projects?obj_uuids=3a94fa15-72eb-448f-b317-1f7e1ee011eb&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001603 10.0.0.161 - - [2026-08-03 02:41:14] "GET /project/3a94fa15-72eb-448f-b317-1f7e1ee011eb?fields=security_groups HTTP/1.1" 200 1359 0.127562 10.0.0.161 - - [2026-08-03 02:41:14] "DELETE /security-group/1f7744fe-8647-4348-a24b-135bd8e4b6de HTTP/1.1" 200 115 0.144941 10.0.0.161 - - [2026-08-03 02:41:14] "GET /projects?obj_uuids=3a94fa15-72eb-448f-b317-1f7e1ee011eb&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001531 10.0.0.161 - - [2026-08-03 02:41:15] "GET /project/3a94fa15-72eb-448f-b317-1f7e1ee011eb?fields=application_policy_sets HTTP/1.1" 200 1398 0.122905 10.0.0.161 - - [2026-08-03 02:41:15] "DELETE /project/3a94fa15-72eb-448f-b317-1f7e1ee011eb HTTP/1.1" 200 115 0.843138 10.0.0.249 - - [2026-08-03 02:41:15] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006044 10.0.0.249 - - [2026-08-03 02:41:16] "POST /neutron/network HTTP/1.1" 200 838 0.010070 10.0.0.249 - - [2026-08-03 02:41:24] "POST /neutron/port HTTP/1.1" 200 1134 0.035191 10.0.0.249 - - [2026-08-03 02:41:29] "POST /neutron/security_group HTTP/1.1" 200 2069 0.010631 10.0.0.249 - - [2026-08-03 02:41:39] "POST /neutron/port HTTP/1.1" 200 1134 0.023385 10.0.0.249 - - [2026-08-03 02:41:41] "GET /obj-perms HTTP/1.1" 200 4505 0.063971 10.0.0.249 - - [2026-08-03 02:41:45] "POST /neutron/network HTTP/1.1" 400 204 0.022795 10.0.0.249 - - [2026-08-03 02:41:47] "POST /neutron/port HTTP/1.1" 200 1124 0.026440 10.0.0.249 - - [2026-08-03 02:41:48] "POST /neutron/port HTTP/1.1" 200 117 0.036224 10.0.0.50 - - [2026-08-03 02:41:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.019234 10.0.0.161 - - [2026-08-03 02:41:50] "GET /projects?obj_uuids=3d2eff42-28f3-4248-a53f-aceb7babfc17&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.002509 10.0.0.249 - - [2026-08-03 02:41:50] "GET /project/3d2eff42-28f3-4248-a53f-aceb7babfc17?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1409 0.088480 10.0.0.161 - - [2026-08-03 02:41:50] "GET /projects?obj_uuids=3d2eff42-28f3-4248-a53f-aceb7babfc17&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001913 10.0.0.249 - - [2026-08-03 02:41:50] "GET /project/3d2eff42-28f3-4248-a53f-aceb7babfc17?fields=virtual_networks HTTP/1.1" 200 1055 0.189911 10.0.0.161 - - [2026-08-03 02:41:50] "GET /projects?obj_uuids=3d2eff42-28f3-4248-a53f-aceb7babfc17&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001163 10.0.0.249 - - [2026-08-03 02:41:50] "GET /project/3d2eff42-28f3-4248-a53f-aceb7babfc17?fields=virtual_machine_interfaces HTTP/1.1" 200 1055 0.084251 10.0.0.161 - - [2026-08-03 02:41:50] "GET /projects?obj_uuids=3d2eff42-28f3-4248-a53f-aceb7babfc17&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001399 10.0.0.249 - - [2026-08-03 02:41:50] "GET /project/3d2eff42-28f3-4248-a53f-aceb7babfc17?fields=security_groups HTTP/1.1" 200 1293 0.104214 10.0.0.161 - - [2026-08-03 02:41:51] "GET /projects?obj_uuids=b58029c2-6735-4ede-aa49-7564ebdc8c42&detail=False&count=False&shared=False HTTP/1.1" 200 327 0.001198 10.0.0.249 - - [2026-08-03 02:41:51] "GET /project/b58029c2-6735-4ede-aa49-7564ebdc8c42?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1274 0.119187 10.0.0.161 - - [2026-08-03 02:41:59] "GET /projects?obj_uuids=b58029c2-6735-4ede-aa49-7564ebdc8c42&detail=False&count=False&shared=False HTTP/1.1" 200 327 0.001493 10.0.0.249 - - [2026-08-03 02:41:59] "GET /project/b58029c2-6735-4ede-aa49-7564ebdc8c42?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1274 0.089898 10.0.0.50 - - [2026-08-03 02:42:02] "DELETE /access-control-list/c7a765b0-0143-4ba9-804b-623bb5ae4509 HTTP/1.1" 200 115 0.109465 10.0.0.249 - - [2026-08-03 02:42:02] "POST /fqname-to-id HTTP/1.1" 404 200 0.064869 10.0.0.161 - - [2026-08-03 02:42:02] "GET /projects?obj_uuids=f6210f9b-c006-483b-bff9-7fb57c02fc13&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004786 10.0.0.161 - - [2026-08-03 02:42:02] "GET /domains?obj_uuids=724de60e-9f87-4d23-867c-6bd9a9880f5b&detail=False&count=False&shared=False HTTP/1.1" 200 316 0.002584 10.0.0.161 - - [2026-08-03 02:42:02] "GET /domain/724de60e-9f87-4d23-867c-6bd9a9880f5b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.014493 10.0.0.161 - - [2026-08-03 02:42:02] "POST /id-to-fqname HTTP/1.1" 200 202 0.009662 10.0.0.161 - - [2026-08-03 02:42:02] "POST /fqname-to-id HTTP/1.1" 404 211 0.021070 10.0.0.161 - - [2026-08-03 02:42:02] "POST /security-groups HTTP/1.1" 200 605 0.102818 10.0.0.161 - - [2026-08-03 02:42:02] "POST /projects HTTP/1.1" 200 611 0.417068 10.0.0.161 - - [2026-08-03 02:42:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.453063 10.0.0.50 - - [2026-08-03 02:42:03] "POST /fqname-to-id HTTP/1.1" 404 245 0.026716 10.0.0.249 - - [2026-08-03 02:42:03] "GET /project/f6210f9b-c006-483b-bff9-7fb57c02fc13?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1414 0.694296 10.0.0.249 - - [2026-08-03 02:42:04] "GET / HTTP/1.1" 200 36215 0.002155 10.0.0.249 - - [2026-08-03 02:42:04] "POST /fqname-to-id HTTP/1.1" 401 293 0.000611 10.0.0.249 - - [2026-08-03 02:42:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.068660 10.0.0.161 - - [2026-08-03 02:42:05] "GET /projects?obj_uuids=f6210f9b-c006-483b-bff9-7fb57c02fc13&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.001258 10.0.0.249 - - [2026-08-03 02:42:05] "GET /project/f6210f9b-c006-483b-bff9-7fb57c02fc13?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1414 0.068814 10.0.0.249 - - [2026-08-03 02:42:05] "POST /neutron/network HTTP/1.1" 200 117 0.050992 10.0.0.50 - - [2026-08-03 02:42:06] "POST /ref-update HTTP/1.1" 200 156 0.060176 10.0.0.249 - - [2026-08-03 02:42:06] "POST /neutron/network HTTP/1.1" 200 922 0.013062 10.0.0.249 - - [2026-08-03 02:42:06] "POST /id-to-fqname HTTP/1.1" 200 275 0.001845 10.0.0.249 - - [2026-08-03 02:42:06] "GET /virtual-network/13ef149a-3ff3-4372-ab1b-4604c718e71e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2194 0.008453 10.0.0.249 - - [2026-08-03 02:42:06] "GET /virtual-network/13ef149a-3ff3-4372-ab1b-4604c718e71e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2194 0.008228 10.0.0.249 - - [2026-08-03 02:42:06] "POST /neutron/subnet HTTP/1.1" 200 724 0.013091 10.0.0.249 - - [2026-08-03 02:42:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004364 10.0.0.161 - - [2026-08-03 02:42:06] "GET /projects?obj_uuids=f6210f9b-c006-483b-bff9-7fb57c02fc13&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.001131 10.0.0.249 - - [2026-08-03 02:42:06] "GET /project/f6210f9b-c006-483b-bff9-7fb57c02fc13?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1414 0.091977 10.0.0.161 - - [2026-08-03 02:42:07] "POST /useragent-kv HTTP/1.1" 200 115 0.004865 10.0.0.249 - - [2026-08-03 02:42:07] "POST /neutron/subnet HTTP/1.1" 200 724 0.384142 10.0.0.249 - - [2026-08-03 02:42:07] "POST /id-to-fqname HTTP/1.1" 200 275 0.001573 10.0.0.249 - - [2026-08-03 02:42:07] "GET /virtual-network/027e45af-e5ab-4b8f-93d6-d0d06b9a61fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2193 0.019517 10.0.0.249 - - [2026-08-03 02:42:07] "GET /virtual-network/027e45af-e5ab-4b8f-93d6-d0d06b9a61fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2193 0.007692 10.0.0.249 - - [2026-08-03 02:42:07] "POST /neutron/network HTTP/1.1" 200 922 0.009582 10.0.0.249 - - [2026-08-03 02:42:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004447 10.0.0.161 - - [2026-08-03 02:42:07] "GET /projects?obj_uuids=f6210f9b-c006-483b-bff9-7fb57c02fc13&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.002426 10.0.0.249 - - [2026-08-03 02:42:07] "GET /project/f6210f9b-c006-483b-bff9-7fb57c02fc13?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1414 0.076132 10.0.0.161 - - [2026-08-03 02:42:07] "GET /projects?obj_uuids=f6210f9b-c006-483b-bff9-7fb57c02fc13&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.001188 10.0.0.249 - - [2026-08-03 02:42:07] "POST /neutron/network HTTP/1.1" 200 705 0.198829 10.0.0.50 - - [2026-08-03 02:42:07] "POST /route-targets HTTP/1.1" 200 328 0.016214 10.0.0.249 - - [2026-08-03 02:42:08] "POST /id-to-fqname HTTP/1.1" 200 276 0.004462 10.0.0.249 - - [2026-08-03 02:42:08] "GET /virtual-network/5ecdce89-26a5-456b-a596-0490e6346a7d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2197 0.007820 10.0.0.249 - - [2026-08-03 02:42:08] "POST /neutron/network HTTP/1.1" 200 924 0.008466 10.0.0.249 - - [2026-08-03 02:42:08] "GET /virtual-network/5ecdce89-26a5-456b-a596-0490e6346a7d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2197 0.007683 10.0.0.249 - - [2026-08-03 02:42:08] "POST /id-to-fqname HTTP/1.1" 200 275 0.001591 10.0.0.249 - - [2026-08-03 02:42:09] "POST /neutron/network HTTP/1.1" 200 932 0.009221 10.0.0.249 - - [2026-08-03 02:42:09] "POST /neutron/port HTTP/1.1" 200 117 0.009054 10.0.0.249 - - [2026-08-03 02:42:09] "POST /id-to-fqname HTTP/1.1" 200 276 0.001513 10.0.0.249 - - [2026-08-03 02:42:10] "POST /neutron/network HTTP/1.1" 200 924 0.014416 10.0.0.50 - - [2026-08-03 02:42:12] "GET /obj-perms HTTP/1.1" 200 4509 0.083371 10.0.0.249 - - [2026-08-03 02:42:12] "POST /neutron/network HTTP/1.1" 200 922 0.015335 10.0.0.50 - - [2026-08-03 02:42:12] "DELETE /route-target/c1f35352-9ad3-408b-b551-f31c1eb4dfad HTTP/1.1" 200 115 0.062529 10.0.0.161 - - [2026-08-03 02:42:12] "POST /useragent-kv HTTP/1.1" 200 115 0.006503 10.0.0.161 - - [2026-08-03 02:42:12] "POST /useragent-kv HTTP/1.1" 200 115 0.003791 10.0.0.249 - - [2026-08-03 02:42:12] "POST /neutron/network HTTP/1.1" 200 151 0.182251 10.0.0.50 - - [2026-08-03 02:42:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.007951 10.0.0.161 - - [2026-08-03 02:42:12] "GET /projects?obj_uuids=f6210f9b-c006-483b-bff9-7fb57c02fc13&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.001379 10.0.0.249 - - [2026-08-03 02:42:12] "GET /project/f6210f9b-c006-483b-bff9-7fb57c02fc13?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1414 0.090400 10.0.0.161 - - [2026-08-03 02:42:12] "GET /projects?obj_uuids=f6210f9b-c006-483b-bff9-7fb57c02fc13&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.003669 10.0.0.249 - - [2026-08-03 02:42:12] "GET /project/f6210f9b-c006-483b-bff9-7fb57c02fc13?fields=virtual_networks HTTP/1.1" 200 1058 0.086033 10.0.0.161 - - [2026-08-03 02:42:13] "GET /projects?obj_uuids=f6210f9b-c006-483b-bff9-7fb57c02fc13&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.001574 10.0.0.249 - - [2026-08-03 02:42:13] "GET /project/f6210f9b-c006-483b-bff9-7fb57c02fc13?fields=virtual_machine_interfaces HTTP/1.1" 200 1058 0.054921 10.0.0.161 - - [2026-08-03 02:42:13] "GET /projects?obj_uuids=f6210f9b-c006-483b-bff9-7fb57c02fc13&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.001461 10.0.0.249 - - [2026-08-03 02:42:13] "GET /project/f6210f9b-c006-483b-bff9-7fb57c02fc13?fields=security_groups HTTP/1.1" 200 1297 0.096596 10.0.0.249 - - [2026-08-03 02:42:14] "POST /fqname-to-id HTTP/1.1" 404 190 0.033206 10.0.0.161 - - [2026-08-03 02:42:14] "GET /projects?obj_uuids=59321346-2b18-4216-8e6c-6b5b7c1fd720&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004148 10.0.0.161 - - [2026-08-03 02:42:14] "GET /domains?obj_uuids=724de60e-9f87-4d23-867c-6bd9a9880f5b&detail=False&count=False&shared=False HTTP/1.1" 200 316 0.001408 10.0.0.161 - - [2026-08-03 02:42:14] "GET /domain/724de60e-9f87-4d23-867c-6bd9a9880f5b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008721 10.0.0.161 - - [2026-08-03 02:42:14] "POST /id-to-fqname HTTP/1.1" 200 192 0.008897 10.0.0.161 - - [2026-08-03 02:42:14] "POST /fqname-to-id HTTP/1.1" 404 201 0.011114 10.0.0.161 - - [2026-08-03 02:42:14] "POST /security-groups HTTP/1.1" 200 595 0.047286 10.0.0.161 - - [2026-08-03 02:42:14] "POST /projects HTTP/1.1" 200 591 0.366589 10.0.0.161 - - [2026-08-03 02:42:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.407825 10.0.0.50 - - [2026-08-03 02:42:14] "POST /access-control-lists HTTP/1.1" 200 600 0.044558 10.0.0.249 - - [2026-08-03 02:42:15] "GET /project/59321346-2b18-4216-8e6c-6b5b7c1fd720?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1373 0.665936 10.0.0.161 - - [2026-08-03 02:42:15] "DELETE /project/f6210f9bc006483bbff97fb57c02fc13 HTTP/1.1" 404 173 0.012503 10.0.0.161 - - [2026-08-03 02:42:15] "DELETE /project/593213462b1842168e6c6b5b7c1fd720 HTTP/1.1" 404 173 0.007878 10.0.0.161 - - [2026-08-03 02:42:15] "GET /projects?obj_uuids=f6210f9b-c006-483b-bff9-7fb57c02fc13&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.001404 10.0.0.161 - - [2026-08-03 02:42:15] "DELETE /project/3d2eff42-28f3-4248-a53f-aceb7babfc17 HTTP/1.1" 404 177 0.009814 10.0.0.161 - - [2026-08-03 02:42:15] "GET /project/f6210f9b-c006-483b-bff9-7fb57c02fc13?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1519 0.064995 10.0.0.161 - - [2026-08-03 02:42:15] "GET /projects?obj_uuids=f6210f9b-c006-483b-bff9-7fb57c02fc13&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.001786 10.0.0.161 - - [2026-08-03 02:42:15] "GET /project/f6210f9b-c006-483b-bff9-7fb57c02fc13?fields=security_groups HTTP/1.1" 200 1402 0.086194 10.0.0.161 - - [2026-08-03 02:42:15] "DELETE /security-group/89139f83-abdb-4355-ac53-2ad511fbe7e1 HTTP/1.1" 200 115 0.089932 10.0.0.161 - - [2026-08-03 02:42:15] "GET /projects?obj_uuids=f6210f9b-c006-483b-bff9-7fb57c02fc13&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.001977 10.0.0.50 - - [2026-08-03 02:42:15] "DELETE /access-control-list/88f9b58f-e789-4f79-945e-fbcc3dc8bce4 HTTP/1.1" 200 115 0.063885 10.0.0.161 - - [2026-08-03 02:42:16] "GET /project/f6210f9b-c006-483b-bff9-7fb57c02fc13?fields=application_policy_sets HTTP/1.1" 200 1441 0.115585 10.0.0.249 - - [2026-08-03 02:42:16] "POST /neutron/port HTTP/1.1" 200 117 0.014937 10.0.0.161 - - [2026-08-03 02:42:16] "DELETE /project/f6210f9b-c006-483b-bff9-7fb57c02fc13 HTTP/1.1" 200 115 0.720814 10.0.0.249 - - [2026-08-03 02:42:16] "GET / HTTP/1.1" 200 36215 0.002472 10.0.0.249 - - [2026-08-03 02:42:16] "POST /neutron/port HTTP/1.1" 200 117 0.008592 10.0.0.249 - - [2026-08-03 02:42:18] "POST /fqname-to-id HTTP/1.1" 401 293 0.000544 10.0.0.249 - - [2026-08-03 02:42:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.058619 10.0.0.161 - - [2026-08-03 02:42:18] "GET /projects?obj_uuids=59321346-2b18-4216-8e6c-6b5b7c1fd720&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001354 10.0.0.249 - - [2026-08-03 02:42:18] "POST /neutron/network HTTP/1.1" 200 117 0.046453 10.0.0.249 - - [2026-08-03 02:42:18] "GET /project/59321346-2b18-4216-8e6c-6b5b7c1fd720?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1373 0.076181 10.0.0.50 - - [2026-08-03 02:42:19] "POST /ref-update HTTP/1.1" 200 156 0.053921 10.0.0.161 - - [2026-08-03 02:42:19] "POST /useragent-kv HTTP/1.1" 200 115 0.017081 10.0.0.249 - - [2026-08-03 02:42:19] "POST /neutron/subnet HTTP/1.1" 200 720 0.346252 10.0.0.249 - - [2026-08-03 02:42:19] "POST /neutron/network HTTP/1.1" 200 891 0.008879 10.0.0.249 - - [2026-08-03 02:42:19] "POST /id-to-fqname HTTP/1.1" 200 255 0.001534 10.0.0.249 - - [2026-08-03 02:42:19] "GET /virtual-network/f6ea52aa-9b18-4917-8841-db33ba06fe7f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2141 0.009081 10.0.0.249 - - [2026-08-03 02:42:19] "POST /neutron/network HTTP/1.1" 200 891 0.013206 10.0.0.249 - - [2026-08-03 02:42:19] "GET /virtual-network/f6ea52aa-9b18-4917-8841-db33ba06fe7f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2141 0.006720 10.0.0.249 - - [2026-08-03 02:42:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004770 10.0.0.161 - - [2026-08-03 02:42:19] "GET /projects?obj_uuids=59321346-2b18-4216-8e6c-6b5b7c1fd720&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001217 10.0.0.249 - - [2026-08-03 02:42:19] "GET /project/59321346-2b18-4216-8e6c-6b5b7c1fd720?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1373 0.079288 10.0.0.249 - - [2026-08-03 02:42:19] "POST /neutron/network HTTP/1.1" 200 117 0.023065 10.0.0.249 - - [2026-08-03 02:42:20] "POST /neutron/network HTTP/1.1" 200 893 0.012082 10.0.0.249 - - [2026-08-03 02:42:20] "POST /id-to-fqname HTTP/1.1" 200 255 0.001693 10.0.0.249 - - [2026-08-03 02:42:20] "GET /virtual-network/33738452-e157-41f8-b924-53176e1102de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2147 0.007203 10.0.0.249 - - [2026-08-03 02:42:20] "GET /virtual-network/33738452-e157-41f8-b924-53176e1102de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2147 0.007549 10.0.0.249 - - [2026-08-03 02:42:20] "POST /neutron/subnet HTTP/1.1" 200 730 0.015367 10.0.0.249 - - [2026-08-03 02:42:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004335 10.0.0.161 - - [2026-08-03 02:42:20] "GET /projects?obj_uuids=59321346-2b18-4216-8e6c-6b5b7c1fd720&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001170 10.0.0.249 - - [2026-08-03 02:42:20] "GET /project/59321346-2b18-4216-8e6c-6b5b7c1fd720?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1373 0.067683 10.0.0.50 - - [2026-08-03 02:42:20] "POST /route-targets HTTP/1.1" 200 328 0.023584 10.0.0.161 - - [2026-08-03 02:42:21] "POST /useragent-kv HTTP/1.1" 200 115 0.015145 10.0.0.249 - - [2026-08-03 02:42:21] "POST /neutron/subnet HTTP/1.1" 200 719 0.304378 10.0.0.249 - - [2026-08-03 02:42:21] "POST /id-to-fqname HTTP/1.1" 200 256 0.001794 10.0.0.249 - - [2026-08-03 02:42:21] "GET /virtual-network/15b912b0-cf25-42c0-969a-6476b5e37200?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2144 0.006833 10.0.0.249 - - [2026-08-03 02:42:21] "POST /neutron/network HTTP/1.1" 200 893 0.010486 10.0.0.249 - - [2026-08-03 02:42:21] "GET /virtual-network/15b912b0-cf25-42c0-969a-6476b5e37200?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2144 0.009299 10.0.0.249 - - [2026-08-03 02:42:21] "POST /id-to-fqname HTTP/1.1" 200 255 0.001880 10.0.0.249 - - [2026-08-03 02:42:21] "POST /neutron/port HTTP/1.1" 200 117 0.010662 10.0.0.161 - - [2026-08-03 02:42:21] "GET /projects?obj_uuids=59321346-2b18-4216-8e6c-6b5b7c1fd720&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001446 10.0.0.249 - - [2026-08-03 02:42:21] "GET /project/59321346-2b18-4216-8e6c-6b5b7c1fd720?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1373 0.076283 10.0.0.249 - - [2026-08-03 02:42:22] "POST /neutron/port HTTP/1.1" 200 117 0.011929 10.0.0.249 - - [2026-08-03 02:42:22] "POST /id-to-fqname HTTP/1.1" 200 256 0.001817 10.0.0.249 - - [2026-08-03 02:42:22] "POST /neutron/network HTTP/1.1" 200 903 0.009930 10.0.0.249 - - [2026-08-03 02:42:22] "POST /neutron/port HTTP/1.1" 200 117 0.008049 10.0.0.249 - - [2026-08-03 02:42:22] "POST /neutron/network HTTP/1.1" 200 117 0.013300 10.0.0.249 - - [2026-08-03 02:42:24] "POST /neutron/network HTTP/1.1" 200 893 0.016124 10.0.0.50 - - [2026-08-03 02:42:24] "DELETE /route-target/a5b38db7-cfaf-43da-b277-2708aa39e327 HTTP/1.1" 200 115 0.046270 10.0.0.249 - - [2026-08-03 02:42:25] "POST /neutron/network HTTP/1.1" 200 891 0.010262 10.0.0.50 - - [2026-08-03 02:42:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.010834 10.0.0.161 - - [2026-08-03 02:42:25] "GET /projects?obj_uuids=59321346-2b18-4216-8e6c-6b5b7c1fd720&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001377 10.0.0.249 - - [2026-08-03 02:42:25] "GET /project/59321346-2b18-4216-8e6c-6b5b7c1fd720?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1373 0.077337 10.0.0.161 - - [2026-08-03 02:42:25] "GET /projects?obj_uuids=59321346-2b18-4216-8e6c-6b5b7c1fd720&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001399 10.0.0.249 - - [2026-08-03 02:42:25] "POST /neutron/network HTTP/1.1" 200 117 0.023308 10.0.0.249 - - [2026-08-03 02:42:25] "GET /project/59321346-2b18-4216-8e6c-6b5b7c1fd720?fields=virtual_networks HTTP/1.1" 200 1037 0.114249 10.0.0.161 - - [2026-08-03 02:42:25] "GET /projects?obj_uuids=59321346-2b18-4216-8e6c-6b5b7c1fd720&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001119 10.0.0.249 - - [2026-08-03 02:42:25] "GET /project/59321346-2b18-4216-8e6c-6b5b7c1fd720?fields=virtual_machine_interfaces HTTP/1.1" 200 1037 0.081810 10.0.0.161 - - [2026-08-03 02:42:25] "GET /projects?obj_uuids=59321346-2b18-4216-8e6c-6b5b7c1fd720&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001304 10.0.0.249 - - [2026-08-03 02:42:25] "GET /project/59321346-2b18-4216-8e6c-6b5b7c1fd720?fields=security_groups HTTP/1.1" 200 1266 0.076816 10.0.0.249 - - [2026-08-03 02:42:26] "POST /fqname-to-id HTTP/1.1" 404 196 0.045072 10.0.0.161 - - [2026-08-03 02:42:26] "GET /projects?obj_uuids=d6310e37-42f8-4a5e-9597-d66259159df0&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004016 10.0.0.161 - - [2026-08-03 02:42:27] "GET /domains?obj_uuids=724de60e-9f87-4d23-867c-6bd9a9880f5b&detail=False&count=False&shared=False HTTP/1.1" 200 316 0.001467 10.0.0.161 - - [2026-08-03 02:42:27] "GET /domain/724de60e-9f87-4d23-867c-6bd9a9880f5b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.013960 10.0.0.161 - - [2026-08-03 02:42:27] "POST /id-to-fqname HTTP/1.1" 200 198 0.007309 10.0.0.161 - - [2026-08-03 02:42:27] "POST /fqname-to-id HTTP/1.1" 404 207 0.017775 10.0.0.161 - - [2026-08-03 02:42:27] "POST /security-groups HTTP/1.1" 200 601 0.098354 10.0.0.161 - - [2026-08-03 02:42:27] "POST /projects HTTP/1.1" 200 603 0.388360 10.0.0.161 - - [2026-08-03 02:42:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.428369 10.0.0.50 - - [2026-08-03 02:42:27] "POST /access-control-lists HTTP/1.1" 200 606 0.054847 10.0.0.249 - - [2026-08-03 02:42:27] "GET /project/d6310e37-42f8-4a5e-9597-d66259159df0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.613036 10.0.0.249 - - [2026-08-03 02:42:28] "POST /neutron/port HTTP/1.1" 200 117 0.008449 10.0.0.249 - - [2026-08-03 02:42:28] "GET / HTTP/1.1" 200 36215 0.001787 10.0.0.249 - - [2026-08-03 02:42:29] "POST /neutron/port HTTP/1.1" 200 117 0.009266 10.0.0.249 - - [2026-08-03 02:42:29] "POST /fqname-to-id HTTP/1.1" 401 293 0.000611 10.0.0.249 - - [2026-08-03 02:42:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.075779 10.0.0.161 - - [2026-08-03 02:42:29] "GET /projects?obj_uuids=d6310e37-42f8-4a5e-9597-d66259159df0&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001031 10.0.0.249 - - [2026-08-03 02:42:29] "GET /project/d6310e37-42f8-4a5e-9597-d66259159df0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.063573 10.0.0.50 - - [2026-08-03 02:42:30] "POST /route-targets HTTP/1.1" 200 328 0.032926 10.0.0.161 - - [2026-08-03 02:42:30] "POST /useragent-kv HTTP/1.1" 200 115 0.012496 10.0.0.249 - - [2026-08-03 02:42:30] "POST /neutron/subnet HTTP/1.1" 200 725 0.337954 10.0.0.249 - - [2026-08-03 02:42:30] "POST /id-to-fqname HTTP/1.1" 200 267 0.001767 10.0.0.249 - - [2026-08-03 02:42:30] "GET /virtual-network/c3a5c3ee-29fc-4712-82ea-808537b19e8f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2174 0.007463 10.0.0.249 - - [2026-08-03 02:42:30] "GET /virtual-network/c3a5c3ee-29fc-4712-82ea-808537b19e8f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2174 0.009584 10.0.0.249 - - [2026-08-03 02:42:30] "POST /neutron/network HTTP/1.1" 200 910 0.008587 10.0.0.249 - - [2026-08-03 02:42:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004677 10.0.0.161 - - [2026-08-03 02:42:30] "GET /projects?obj_uuids=d6310e37-42f8-4a5e-9597-d66259159df0&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001508 10.0.0.249 - - [2026-08-03 02:42:30] "GET /project/d6310e37-42f8-4a5e-9597-d66259159df0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.075972 10.0.0.161 - - [2026-08-03 02:42:30] "GET /projects?obj_uuids=d6310e37-42f8-4a5e-9597-d66259159df0&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001302 10.0.0.249 - - [2026-08-03 02:42:31] "POST /neutron/network HTTP/1.1" 200 691 0.314492 10.0.0.50 - - [2026-08-03 02:42:31] "POST /ref-update HTTP/1.1" 200 156 0.037889 10.0.0.249 - - [2026-08-03 02:42:31] "POST /id-to-fqname HTTP/1.1" 200 267 0.004491 10.0.0.249 - - [2026-08-03 02:42:31] "GET /virtual-network/07789cb6-7725-4cef-9748-f3921a48c894?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2173 0.008008 10.0.0.249 - - [2026-08-03 02:42:31] "POST /neutron/network HTTP/1.1" 200 910 0.008823 10.0.0.249 - - [2026-08-03 02:42:31] "GET /virtual-network/07789cb6-7725-4cef-9748-f3921a48c894?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2173 0.006844 10.0.0.249 - - [2026-08-03 02:42:31] "POST /neutron/network HTTP/1.1" 200 117 0.010774 10.0.0.249 - - [2026-08-03 02:42:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003601 10.0.0.161 - - [2026-08-03 02:42:31] "GET /projects?obj_uuids=d6310e37-42f8-4a5e-9597-d66259159df0&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001080 10.0.0.249 - - [2026-08-03 02:42:31] "GET /project/d6310e37-42f8-4a5e-9597-d66259159df0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.065466 10.0.0.249 - - [2026-08-03 02:42:31] "POST /neutron/network HTTP/1.1" 200 117 0.030295 10.0.0.249 - - [2026-08-03 02:42:32] "POST /neutron/network HTTP/1.1" 200 912 0.010898 10.0.0.249 - - [2026-08-03 02:42:32] "POST /id-to-fqname HTTP/1.1" 200 268 0.001534 10.0.0.249 - - [2026-08-03 02:42:32] "GET /virtual-network/315cda61-6292-4c81-9231-3d40b658a1a5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2177 0.006259 10.0.0.249 - - [2026-08-03 02:42:32] "GET /virtual-network/315cda61-6292-4c81-9231-3d40b658a1a5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2177 0.007625 10.0.0.249 - - [2026-08-03 02:42:32] "POST /neutron/subnet HTTP/1.1" 200 724 0.011758 10.0.0.249 - - [2026-08-03 02:42:32] "POST /id-to-fqname HTTP/1.1" 200 267 0.001496 10.0.0.249 - - [2026-08-03 02:43:09] "POST /neutron/network HTTP/1.1" 200 920 0.010187 10.0.0.249 - - [2026-08-03 02:43:10] "POST /neutron/port HTTP/1.1" 200 117 0.009264 10.0.0.249 - - [2026-08-03 02:43:10] "POST /id-to-fqname HTTP/1.1" 200 268 0.002608 10.0.0.161 - - [2026-08-03 02:43:10] "GET /projects?obj_uuids=d6310e37-42f8-4a5e-9597-d66259159df0&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001572 10.0.0.249 - - [2026-08-03 02:43:10] "GET /project/d6310e37-42f8-4a5e-9597-d66259159df0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.071649 10.0.0.249 - - [2026-08-03 02:43:10] "POST /neutron/network HTTP/1.1" 200 912 0.009064 10.0.0.161 - - [2026-08-03 02:43:10] "GET /projects?obj_uuids=b58029c2-6735-4ede-aa49-7564ebdc8c42&detail=False&count=False&shared=False HTTP/1.1" 200 327 0.001717 10.0.0.249 - - [2026-08-03 02:43:10] "GET /project/b58029c2-6735-4ede-aa49-7564ebdc8c42?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1274 0.075623 10.0.0.249 - - [2026-08-03 02:43:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004615 10.0.0.249 - - [2026-08-03 02:43:11] "GET /security-group/5b22908d-ef82-49f9-b222-3ba40e7a2c52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3686 0.011211 10.0.0.249 - - [2026-08-03 02:43:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004915 10.0.0.161 - - [2026-08-03 02:43:11] "GET /projects?obj_uuids=b58029c2-6735-4ede-aa49-7564ebdc8c42&detail=False&count=False&shared=False HTTP/1.1" 200 327 0.002172 10.0.0.249 - - [2026-08-03 02:43:11] "GET /project/b58029c2-6735-4ede-aa49-7564ebdc8c42?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1274 0.076516 10.0.0.249 - - [2026-08-03 02:43:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.018800 10.0.0.249 - - [2026-08-03 02:43:12] "GET /security-group/5b22908d-ef82-49f9-b222-3ba40e7a2c52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3686 0.006308 10.0.0.249 - - [2026-08-03 02:43:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004927 10.0.0.249 - - [2026-08-03 02:43:12] "PUT /security-group/5b22908d-ef82-49f9-b222-3ba40e7a2c52 HTTP/1.1" 200 263 0.044087 10.0.0.50 - - [2026-08-03 02:43:12] "PUT /access-control-list/0a99c7fc-24e8-4509-828b-0b5c52350bca HTTP/1.1" 200 273 0.025710 10.0.0.249 - - [2026-08-03 02:43:12] "POST /fqname-to-id HTTP/1.1" 404 193 0.004413 10.0.0.249 - - [2026-08-03 02:43:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004560 10.0.0.161 - - [2026-08-03 02:43:13] "GET /domains?obj_uuids=724de60e-9f87-4d23-867c-6bd9a9880f5b&detail=False&count=False&shared=False HTTP/1.1" 200 316 0.002036 10.0.0.249 - - [2026-08-03 02:43:13] "GET /domain/724de60e-9f87-4d23-867c-6bd9a9880f5b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.010646 10.0.0.249 - - [2026-08-03 02:43:13] "POST /service-templates HTTP/1.1" 200 545 0.060378 10.0.0.249 - - [2026-08-03 02:43:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004815 10.0.0.249 - - [2026-08-03 02:43:13] "GET /service-template/228c93aa-f55a-4429-94c2-50a5cffbdd94?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1824 0.009120 10.0.0.249 - - [2026-08-03 02:43:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.018446 10.0.0.249 - - [2026-08-03 02:43:13] "GET /service-template/228c93aa-f55a-4429-94c2-50a5cffbdd94?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1824 0.006034 10.0.0.249 - - [2026-08-03 02:43:13] "POST /id-to-fqname HTTP/1.1" 200 267 0.001753 10.0.0.249 - - [2026-08-03 02:43:13] "POST /id-to-fqname HTTP/1.1" 200 267 0.001753 10.0.0.249 - - [2026-08-03 02:43:13] "POST /id-to-fqname HTTP/1.1" 200 268 0.001775 10.0.0.249 - - [2026-08-03 02:43:13] "GET /obj-perms HTTP/1.1" 200 4509 0.085485 10.0.0.249 - - [2026-08-03 02:43:13] "POST /neutron/port HTTP/1.1" 200 117 0.013157 10.0.0.249 - - [2026-08-03 02:43:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004767 10.0.0.249 - - [2026-08-03 02:43:13] "DELETE /service-template/228c93aa-f55a-4429-94c2-50a5cffbdd94 HTTP/1.1" 200 115 0.045146 10.0.0.249 - - [2026-08-03 02:43:13] "POST /fqname-to-id HTTP/1.1" 404 193 0.007910 10.0.0.249 - - [2026-08-03 02:43:15] "POST /neutron/network HTTP/1.1" 200 922 0.010030 10.0.0.249 - - [2026-08-03 02:43:15] "POST /neutron/port HTTP/1.1" 200 1068 0.058532 10.0.0.50 - - [2026-08-03 02:43:15] "DELETE /access-control-list/216afe2a-cdcc-45c2-8d15-0fdab3ce1f4a HTTP/1.1" 200 115 0.071858 10.0.0.249 - - [2026-08-03 02:43:16] "POST /neutron/port HTTP/1.1" 200 1068 0.029008 10.0.0.161 - - [2026-08-03 02:43:16] "DELETE /project/59321346-2b18-4216-8e6c-6b5b7c1fd720 HTTP/1.1" 404 177 0.003534 10.0.0.161 - - [2026-08-03 02:43:16] "DELETE /project/d6310e3742f84a5e9597d66259159df0 HTTP/1.1" 404 173 0.006334 10.0.0.249 - - [2026-08-03 02:43:16] "POST /neutron/network HTTP/1.1" 400 204 0.020732 10.0.0.249 - - [2026-08-03 02:43:17] "POST /neutron/subnet HTTP/1.1" 200 699 0.015518 10.0.0.249 - - [2026-08-03 02:43:17] "POST /neutron/subnet HTTP/1.1" 200 698 0.016074 10.0.0.249 - - [2026-08-03 02:43:17] "POST /neutron/port HTTP/1.1" 200 117 0.001673 10.0.0.50 - - [2026-08-03 02:43:18] "GET /global-system-configs HTTP/1.1" 401 293 0.000539 10.0.0.249 - - [2026-08-03 02:43:18] "POST /neutron/network HTTP/1.1" 400 204 0.023377 10.0.0.50 - - [2026-08-03 02:43:18] "GET /global-system-configs HTTP/1.1" 401 293 0.000677 10.0.0.50 - - [2026-08-03 02:43:19] "GET /global-system-configs HTTP/1.1" 401 293 0.000502 10.0.0.50 - - [2026-08-03 02:43:19] "GET /global-system-configs HTTP/1.1" 401 293 0.000521 10.0.0.161 - - [2026-08-03 02:43:19] "GET /global-system-configs HTTP/1.1" 401 293 0.001177 10.0.0.161 - - [2026-08-03 02:43:19] "GET /global-system-configs HTTP/1.1" 401 293 0.000582 10.0.0.161 - - [2026-08-03 02:43:21] "GET /global-system-configs HTTP/1.1" 401 293 0.000551 10.0.0.161 - - [2026-08-03 02:43:21] "GET /global-system-configs HTTP/1.1" 401 293 0.000557 10.0.0.249 - - [2026-08-03 02:43:21] "GET /global-system-configs HTTP/1.1" 401 293 0.000526 10.0.0.249 - - [2026-08-03 02:43:21] "GET /global-system-configs HTTP/1.1" 401 293 0.000549 10.0.0.249 - - [2026-08-03 02:43:21] "POST /neutron/port HTTP/1.1" 200 1132 0.030061 10.0.0.249 - - [2026-08-03 02:43:22] "GET /global-system-configs HTTP/1.1" 401 293 0.000643 10.0.0.249 - - [2026-08-03 02:43:22] "GET /global-system-configs HTTP/1.1" 401 293 0.000483 10.0.0.249 - - [2026-08-03 02:43:22] "POST /neutron/network HTTP/1.1" 200 910 0.010067 10.0.0.249 - - [2026-08-03 02:43:24] "POST /neutron/network HTTP/1.1" 400 204 0.018170 10.0.0.249 - - [2026-08-03 02:43:25] "POST /neutron/network HTTP/1.1" 200 117 0.013853 10.0.0.249 - - [2026-08-03 02:43:26] "POST /neutron/network HTTP/1.1" 400 204 0.021333 10.0.0.249 - - [2026-08-03 02:43:30] "POST /neutron/network HTTP/1.1" 200 910 0.011029 10.0.0.249 - - [2026-08-03 02:43:32] "POST /neutron/network HTTP/1.1" 400 204 0.017074 10.0.0.249 - - [2026-08-03 02:43:36] "POST /neutron/network HTTP/1.1" 200 910 0.009489 10.0.0.249 - - [2026-08-03 02:43:39] "POST /neutron/network HTTP/1.1" 400 204 0.018681 10.0.0.249 - - [2026-08-03 02:43:43] "POST /neutron/network HTTP/1.1" 200 910 0.009495 10.0.0.249 - - [2026-08-03 02:43:45] "POST /neutron/network HTTP/1.1" 400 204 0.038946 10.0.0.249 - - [2026-08-03 02:43:49] "POST /neutron/network HTTP/1.1" 200 910 0.009405 10.0.0.249 - - [2026-08-03 02:43:51] "POST /neutron/network HTTP/1.1" 400 204 0.025711 10.0.0.249 - - [2026-08-03 02:43:55] "POST /neutron/network HTTP/1.1" 200 910 0.009806 10.0.0.249 - - [2026-08-03 02:43:57] "POST /neutron/network HTTP/1.1" 400 204 0.018299 10.0.0.249 - - [2026-08-03 02:44:01] "POST /neutron/network HTTP/1.1" 200 910 0.010241 10.0.0.249 - - [2026-08-03 02:44:03] "POST /neutron/network HTTP/1.1" 400 204 0.018541 10.0.0.249 - - [2026-08-03 02:44:07] "POST /neutron/network HTTP/1.1" 200 910 0.009240 10.0.0.161 - - [2026-08-03 02:44:08] "POST /useragent-kv HTTP/1.1" 200 115 0.009387 10.0.0.161 - - [2026-08-03 02:44:08] "POST /useragent-kv HTTP/1.1" 200 115 0.007306 10.0.0.249 - - [2026-08-03 02:44:08] "POST /neutron/network HTTP/1.1" 200 151 0.290859 10.0.0.50 - - [2026-08-03 02:44:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.006617 10.0.0.161 - - [2026-08-03 02:44:08] "GET /projects?obj_uuids=d6310e37-42f8-4a5e-9597-d66259159df0&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001362 10.0.0.249 - - [2026-08-03 02:44:08] "GET /project/d6310e37-42f8-4a5e-9597-d66259159df0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.077772 10.0.0.161 - - [2026-08-03 02:44:08] "GET /projects?obj_uuids=d6310e37-42f8-4a5e-9597-d66259159df0&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001441 10.0.0.249 - - [2026-08-03 02:44:08] "GET /project/d6310e37-42f8-4a5e-9597-d66259159df0?fields=virtual_networks HTTP/1.1" 200 1336 0.093739 10.0.0.161 - - [2026-08-03 02:44:10] "GET /projects?obj_uuids=d6310e37-42f8-4a5e-9597-d66259159df0&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001301 10.0.0.249 - - [2026-08-03 02:44:10] "GET /project/d6310e37-42f8-4a5e-9597-d66259159df0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.068522 10.0.0.161 - - [2026-08-03 02:44:10] "GET /projects?obj_uuids=d6310e37-42f8-4a5e-9597-d66259159df0&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001518 10.0.0.249 - - [2026-08-03 02:44:10] "GET /project/d6310e37-42f8-4a5e-9597-d66259159df0?fields=virtual_networks HTTP/1.1" 200 1336 0.084555 10.0.0.161 - - [2026-08-03 02:44:12] "GET /projects?obj_uuids=d6310e37-42f8-4a5e-9597-d66259159df0&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001554 10.0.0.249 - - [2026-08-03 02:44:12] "GET /project/d6310e37-42f8-4a5e-9597-d66259159df0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.057098 10.0.0.161 - - [2026-08-03 02:44:12] "GET /projects?obj_uuids=d6310e37-42f8-4a5e-9597-d66259159df0&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001260 10.0.0.249 - - [2026-08-03 02:44:12] "GET /project/d6310e37-42f8-4a5e-9597-d66259159df0?fields=virtual_networks HTTP/1.1" 200 1336 0.063558 10.0.0.161 - - [2026-08-03 02:44:14] "GET /obj-perms HTTP/1.1" 200 4509 0.049501 10.0.0.161 - - [2026-08-03 02:44:14] "GET /projects?obj_uuids=d6310e37-42f8-4a5e-9597-d66259159df0&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001506 10.0.0.249 - - [2026-08-03 02:44:14] "GET /project/d6310e37-42f8-4a5e-9597-d66259159df0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.063730 10.0.0.161 - - [2026-08-03 02:44:14] "GET /projects?obj_uuids=d6310e37-42f8-4a5e-9597-d66259159df0&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001167 10.0.0.249 - - [2026-08-03 02:44:15] "GET /project/d6310e37-42f8-4a5e-9597-d66259159df0?fields=virtual_networks HTTP/1.1" 200 1336 0.072527 10.0.0.161 - - [2026-08-03 02:44:17] "GET /projects?obj_uuids=d6310e37-42f8-4a5e-9597-d66259159df0&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001249 10.0.0.249 - - [2026-08-03 02:44:17] "GET /project/d6310e37-42f8-4a5e-9597-d66259159df0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.067502 10.0.0.161 - - [2026-08-03 02:44:17] "GET /projects?obj_uuids=d6310e37-42f8-4a5e-9597-d66259159df0&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001421 10.0.0.249 - - [2026-08-03 02:44:17] "GET /project/d6310e37-42f8-4a5e-9597-d66259159df0?fields=virtual_networks HTTP/1.1" 200 1336 0.064016 10.0.0.161 - - [2026-08-03 02:44:19] "GET /projects?obj_uuids=d6310e37-42f8-4a5e-9597-d66259159df0&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001209 10.0.0.249 - - [2026-08-03 02:44:19] "GET /project/d6310e37-42f8-4a5e-9597-d66259159df0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.070039 10.0.0.161 - - [2026-08-03 02:44:19] "GET /projects?obj_uuids=d6310e37-42f8-4a5e-9597-d66259159df0&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001595 10.0.0.249 - - [2026-08-03 02:44:19] "GET /project/d6310e37-42f8-4a5e-9597-d66259159df0?fields=virtual_networks HTTP/1.1" 200 1336 0.074166 10.0.0.161 - - [2026-08-03 02:44:21] "GET /projects?obj_uuids=d6310e37-42f8-4a5e-9597-d66259159df0&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001350 10.0.0.249 - - [2026-08-03 02:44:21] "GET /project/d6310e37-42f8-4a5e-9597-d66259159df0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.059594 10.0.0.161 - - [2026-08-03 02:44:21] "GET /projects?obj_uuids=d6310e37-42f8-4a5e-9597-d66259159df0&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.002733 10.0.0.249 - - [2026-08-03 02:44:21] "GET /project/d6310e37-42f8-4a5e-9597-d66259159df0?fields=virtual_networks HTTP/1.1" 200 1336 0.087702 10.0.0.161 - - [2026-08-03 02:44:23] "GET /projects?obj_uuids=d6310e37-42f8-4a5e-9597-d66259159df0&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001274 10.0.0.249 - - [2026-08-03 02:44:23] "GET /project/d6310e37-42f8-4a5e-9597-d66259159df0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.052256 10.0.0.161 - - [2026-08-03 02:44:23] "GET /projects?obj_uuids=d6310e37-42f8-4a5e-9597-d66259159df0&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001315 10.0.0.249 - - [2026-08-03 02:44:23] "GET /project/d6310e37-42f8-4a5e-9597-d66259159df0?fields=virtual_networks HTTP/1.1" 200 1336 0.062567 10.0.0.249 - - [2026-08-03 02:44:24] "POST /neutron/port HTTP/1.1" 200 1132 0.029416 10.0.0.161 - - [2026-08-03 02:44:25] "GET /projects?obj_uuids=d6310e37-42f8-4a5e-9597-d66259159df0&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001309 10.0.0.249 - - [2026-08-03 02:44:25] "GET /project/d6310e37-42f8-4a5e-9597-d66259159df0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.069494 10.0.0.161 - - [2026-08-03 02:44:25] "GET /projects?obj_uuids=d6310e37-42f8-4a5e-9597-d66259159df0&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001588 10.0.0.249 - - [2026-08-03 02:44:26] "GET /project/d6310e37-42f8-4a5e-9597-d66259159df0?fields=virtual_networks HTTP/1.1" 200 1336 0.084866 10.0.0.249 - - [2026-08-03 02:44:27] "POST /neutron/port HTTP/1.1" 200 117 0.008626 10.0.0.161 - - [2026-08-03 02:44:28] "GET /projects?obj_uuids=d6310e37-42f8-4a5e-9597-d66259159df0&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001375 10.0.0.249 - - [2026-08-03 02:44:28] "GET /project/d6310e37-42f8-4a5e-9597-d66259159df0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.066807 10.0.0.161 - - [2026-08-03 02:44:28] "GET /projects?obj_uuids=d6310e37-42f8-4a5e-9597-d66259159df0&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.002885 10.0.0.249 - - [2026-08-03 02:44:28] "GET /project/d6310e37-42f8-4a5e-9597-d66259159df0?fields=virtual_networks HTTP/1.1" 200 1336 0.095785 10.0.0.249 - - [2026-08-03 02:44:29] "POST /neutron/port HTTP/1.1" 200 117 0.008028 10.0.0.161 - - [2026-08-03 02:44:30] "GET /projects?obj_uuids=d6310e37-42f8-4a5e-9597-d66259159df0&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001424 10.0.0.249 - - [2026-08-03 02:44:30] "GET /project/d6310e37-42f8-4a5e-9597-d66259159df0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.064638 10.0.0.161 - - [2026-08-03 02:44:30] "GET /projects?obj_uuids=d6310e37-42f8-4a5e-9597-d66259159df0&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001704 10.0.0.249 - - [2026-08-03 02:44:30] "GET /project/d6310e37-42f8-4a5e-9597-d66259159df0?fields=virtual_networks HTTP/1.1" 200 1336 0.070385 10.0.0.161 - - [2026-08-03 02:44:32] "GET /projects?obj_uuids=d6310e37-42f8-4a5e-9597-d66259159df0&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001267 10.0.0.249 - - [2026-08-03 02:44:32] "GET /project/d6310e37-42f8-4a5e-9597-d66259159df0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.065143 10.0.0.161 - - [2026-08-03 02:44:32] "GET /projects?obj_uuids=d6310e37-42f8-4a5e-9597-d66259159df0&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001237 10.0.0.249 - - [2026-08-03 02:44:32] "GET /project/d6310e37-42f8-4a5e-9597-d66259159df0?fields=virtual_networks HTTP/1.1" 200 1336 0.064469 10.0.0.161 - - [2026-08-03 02:44:34] "GET /projects?obj_uuids=d6310e37-42f8-4a5e-9597-d66259159df0&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001464 10.0.0.249 - - [2026-08-03 02:44:34] "GET /project/d6310e37-42f8-4a5e-9597-d66259159df0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.067255 10.0.0.161 - - [2026-08-03 02:44:34] "GET /projects?obj_uuids=d6310e37-42f8-4a5e-9597-d66259159df0&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001183 10.0.0.249 - - [2026-08-03 02:44:34] "GET /project/d6310e37-42f8-4a5e-9597-d66259159df0?fields=virtual_networks HTTP/1.1" 200 1336 0.081584 10.0.0.161 - - [2026-08-03 02:44:36] "GET /projects?obj_uuids=d6310e37-42f8-4a5e-9597-d66259159df0&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001314 10.0.0.249 - - [2026-08-03 02:44:36] "GET /project/d6310e37-42f8-4a5e-9597-d66259159df0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.062165 10.0.0.161 - - [2026-08-03 02:44:36] "GET /projects?obj_uuids=d6310e37-42f8-4a5e-9597-d66259159df0&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.002809 10.0.0.249 - - [2026-08-03 02:44:36] "GET /project/d6310e37-42f8-4a5e-9597-d66259159df0?fields=virtual_networks HTTP/1.1" 200 1336 0.082397 10.0.0.161 - - [2026-08-03 02:44:39] "GET /projects?obj_uuids=d6310e37-42f8-4a5e-9597-d66259159df0&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001652 10.0.0.249 - - [2026-08-03 02:44:39] "GET /project/d6310e37-42f8-4a5e-9597-d66259159df0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.063582 10.0.0.161 - - [2026-08-03 02:44:39] "GET /projects?obj_uuids=d6310e37-42f8-4a5e-9597-d66259159df0&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001766 10.0.0.249 - - [2026-08-03 02:44:39] "GET /project/d6310e37-42f8-4a5e-9597-d66259159df0?fields=virtual_networks HTTP/1.1" 200 1336 0.082855 10.0.0.161 - - [2026-08-03 02:44:41] "GET /projects?obj_uuids=d6310e37-42f8-4a5e-9597-d66259159df0&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001281 10.0.0.249 - - [2026-08-03 02:44:41] "GET /project/d6310e37-42f8-4a5e-9597-d66259159df0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.074827 10.0.0.161 - - [2026-08-03 02:44:41] "GET /projects?obj_uuids=d6310e37-42f8-4a5e-9597-d66259159df0&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001765 10.0.0.249 - - [2026-08-03 02:44:41] "GET /project/d6310e37-42f8-4a5e-9597-d66259159df0?fields=virtual_networks HTTP/1.1" 200 1336 0.066538 10.0.0.161 - - [2026-08-03 02:44:43] "GET /projects?obj_uuids=d6310e37-42f8-4a5e-9597-d66259159df0&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001848 10.0.0.249 - - [2026-08-03 02:44:43] "GET /project/d6310e37-42f8-4a5e-9597-d66259159df0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.083257 10.0.0.161 - - [2026-08-03 02:44:43] "GET /projects?obj_uuids=d6310e37-42f8-4a5e-9597-d66259159df0&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.002554 10.0.0.249 - - [2026-08-03 02:44:43] "GET /project/d6310e37-42f8-4a5e-9597-d66259159df0?fields=virtual_networks HTTP/1.1" 200 1336 0.106118 10.0.0.161 - - [2026-08-03 02:44:45] "GET /projects?obj_uuids=d6310e37-42f8-4a5e-9597-d66259159df0&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001329 10.0.0.249 - - [2026-08-03 02:44:45] "GET /project/d6310e37-42f8-4a5e-9597-d66259159df0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.115248 10.0.0.161 - - [2026-08-03 02:44:45] "GET /projects?obj_uuids=d6310e37-42f8-4a5e-9597-d66259159df0&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001960 10.0.0.249 - - [2026-08-03 02:44:45] "GET /project/d6310e37-42f8-4a5e-9597-d66259159df0?fields=virtual_networks HTTP/1.1" 200 1336 0.079161 10.0.0.161 - - [2026-08-03 02:44:47] "GET /projects?obj_uuids=d6310e37-42f8-4a5e-9597-d66259159df0&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001336 10.0.0.249 - - [2026-08-03 02:44:47] "GET /project/d6310e37-42f8-4a5e-9597-d66259159df0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.059225 10.0.0.161 - - [2026-08-03 02:44:47] "GET /projects?obj_uuids=d6310e37-42f8-4a5e-9597-d66259159df0&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.002146 10.0.0.249 - - [2026-08-03 02:44:48] "GET /project/d6310e37-42f8-4a5e-9597-d66259159df0?fields=virtual_networks HTTP/1.1" 200 1336 0.106195 10.0.0.161 - - [2026-08-03 02:44:50] "GET /projects?obj_uuids=d6310e37-42f8-4a5e-9597-d66259159df0&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001432 10.0.0.249 - - [2026-08-03 02:44:50] "GET /project/d6310e37-42f8-4a5e-9597-d66259159df0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.097922 10.0.0.161 - - [2026-08-03 02:44:50] "GET /projects?obj_uuids=d6310e37-42f8-4a5e-9597-d66259159df0&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.002097 10.0.0.249 - - [2026-08-03 02:44:50] "GET /project/d6310e37-42f8-4a5e-9597-d66259159df0?fields=virtual_networks HTTP/1.1" 200 1336 0.103172 10.0.0.161 - - [2026-08-03 02:44:52] "GET /projects?obj_uuids=d6310e37-42f8-4a5e-9597-d66259159df0&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001901 10.0.0.249 - - [2026-08-03 02:44:52] "GET /project/d6310e37-42f8-4a5e-9597-d66259159df0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.088252 10.0.0.161 - - [2026-08-03 02:44:52] "GET /projects?obj_uuids=d6310e37-42f8-4a5e-9597-d66259159df0&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001417 10.0.0.249 - - [2026-08-03 02:44:52] "GET /project/d6310e37-42f8-4a5e-9597-d66259159df0?fields=virtual_networks HTTP/1.1" 200 1336 0.060466 10.0.0.161 - - [2026-08-03 02:44:54] "GET /projects?obj_uuids=d6310e37-42f8-4a5e-9597-d66259159df0&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001335 10.0.0.249 - - [2026-08-03 02:44:54] "GET /project/d6310e37-42f8-4a5e-9597-d66259159df0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.072939 10.0.0.161 - - [2026-08-03 02:44:54] "GET /projects?obj_uuids=d6310e37-42f8-4a5e-9597-d66259159df0&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001235 10.0.0.249 - - [2026-08-03 02:44:54] "GET /project/d6310e37-42f8-4a5e-9597-d66259159df0?fields=virtual_networks HTTP/1.1" 200 1336 0.068010 10.0.0.161 - - [2026-08-03 02:44:56] "GET /projects?obj_uuids=d6310e37-42f8-4a5e-9597-d66259159df0&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001337 10.0.0.249 - - [2026-08-03 02:44:56] "GET /project/d6310e37-42f8-4a5e-9597-d66259159df0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.072925 10.0.0.161 - - [2026-08-03 02:44:56] "GET /projects?obj_uuids=d6310e37-42f8-4a5e-9597-d66259159df0&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001774 10.0.0.249 - - [2026-08-03 02:44:56] "GET /project/d6310e37-42f8-4a5e-9597-d66259159df0?fields=virtual_networks HTTP/1.1" 200 1336 0.076882 10.0.0.161 - - [2026-08-03 02:44:58] "GET /projects?obj_uuids=d6310e37-42f8-4a5e-9597-d66259159df0&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001442 10.0.0.249 - - [2026-08-03 02:44:59] "GET /project/d6310e37-42f8-4a5e-9597-d66259159df0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.098854 10.0.0.161 - - [2026-08-03 02:44:59] "GET /projects?obj_uuids=d6310e37-42f8-4a5e-9597-d66259159df0&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001407 10.0.0.249 - - [2026-08-03 02:44:59] "GET /project/d6310e37-42f8-4a5e-9597-d66259159df0?fields=virtual_networks HTTP/1.1" 200 1336 0.066102 10.0.0.161 - - [2026-08-03 02:45:01] "GET /projects?obj_uuids=d6310e37-42f8-4a5e-9597-d66259159df0&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001559 10.0.0.249 - - [2026-08-03 02:45:01] "GET /project/d6310e37-42f8-4a5e-9597-d66259159df0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.084117 10.0.0.161 - - [2026-08-03 02:45:01] "GET /projects?obj_uuids=d6310e37-42f8-4a5e-9597-d66259159df0&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001683 10.0.0.249 - - [2026-08-03 02:45:01] "GET /project/d6310e37-42f8-4a5e-9597-d66259159df0?fields=virtual_networks HTTP/1.1" 200 1336 0.097957 10.0.0.161 - - [2026-08-03 02:45:03] "GET /projects?obj_uuids=d6310e37-42f8-4a5e-9597-d66259159df0&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001907 10.0.0.249 - - [2026-08-03 02:45:03] "GET /project/d6310e37-42f8-4a5e-9597-d66259159df0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.068822 10.0.0.161 - - [2026-08-03 02:45:03] "GET /projects?obj_uuids=d6310e37-42f8-4a5e-9597-d66259159df0&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001378 10.0.0.249 - - [2026-08-03 02:45:03] "GET /project/d6310e37-42f8-4a5e-9597-d66259159df0?fields=virtual_networks HTTP/1.1" 200 1336 0.082630 10.0.0.161 - - [2026-08-03 02:45:05] "GET /projects?obj_uuids=d6310e37-42f8-4a5e-9597-d66259159df0&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001444 10.0.0.249 - - [2026-08-03 02:45:05] "GET /project/d6310e37-42f8-4a5e-9597-d66259159df0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.062379 10.0.0.161 - - [2026-08-03 02:45:05] "GET /projects?obj_uuids=d6310e37-42f8-4a5e-9597-d66259159df0&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001264 10.0.0.249 - - [2026-08-03 02:45:05] "GET /project/d6310e37-42f8-4a5e-9597-d66259159df0?fields=virtual_networks HTTP/1.1" 200 1336 0.054053 10.0.0.161 - - [2026-08-03 02:45:07] "GET /projects?obj_uuids=d6310e37-42f8-4a5e-9597-d66259159df0&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001277 10.0.0.249 - - [2026-08-03 02:45:07] "GET /project/d6310e37-42f8-4a5e-9597-d66259159df0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.091685 10.0.0.161 - - [2026-08-03 02:45:07] "GET /projects?obj_uuids=d6310e37-42f8-4a5e-9597-d66259159df0&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.002800 10.0.0.249 - - [2026-08-03 02:45:07] "GET /project/d6310e37-42f8-4a5e-9597-d66259159df0?fields=virtual_networks HTTP/1.1" 200 1336 0.092051 10.0.0.161 - - [2026-08-03 02:45:09] "GET /projects?obj_uuids=d6310e37-42f8-4a5e-9597-d66259159df0&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001905 10.0.0.249 - - [2026-08-03 02:45:10] "GET /project/d6310e37-42f8-4a5e-9597-d66259159df0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.105891 10.0.0.161 - - [2026-08-03 02:45:10] "GET /projects?obj_uuids=d6310e37-42f8-4a5e-9597-d66259159df0&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.006334 10.0.0.249 - - [2026-08-03 02:45:10] "GET /project/d6310e37-42f8-4a5e-9597-d66259159df0?fields=virtual_networks HTTP/1.1" 200 1336 0.068140 10.0.0.161 - - [2026-08-03 02:45:12] "GET /projects?obj_uuids=d6310e37-42f8-4a5e-9597-d66259159df0&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001598 10.0.0.249 - - [2026-08-03 02:45:12] "GET /project/d6310e37-42f8-4a5e-9597-d66259159df0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.088713 10.0.0.161 - - [2026-08-03 02:45:12] "GET /projects?obj_uuids=d6310e37-42f8-4a5e-9597-d66259159df0&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001477 10.0.0.249 - - [2026-08-03 02:45:12] "GET /project/d6310e37-42f8-4a5e-9597-d66259159df0?fields=virtual_networks HTTP/1.1" 200 1336 0.065141 10.0.0.161 - - [2026-08-03 02:45:14] "GET /projects?obj_uuids=d6310e37-42f8-4a5e-9597-d66259159df0&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001707 10.0.0.249 - - [2026-08-03 02:45:14] "GET /project/d6310e37-42f8-4a5e-9597-d66259159df0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.062869 10.0.0.161 - - [2026-08-03 02:45:14] "GET /projects?obj_uuids=d6310e37-42f8-4a5e-9597-d66259159df0&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.003031 10.0.0.249 - - [2026-08-03 02:45:14] "GET /project/d6310e37-42f8-4a5e-9597-d66259159df0?fields=virtual_networks HTTP/1.1" 200 1336 0.092723 10.0.0.249 - - [2026-08-03 02:45:15] "POST /fqname-to-id HTTP/1.1" 404 189 0.040726 10.0.0.161 - - [2026-08-03 02:45:15] "GET /projects?obj_uuids=3125e0b2-82da-4b36-9724-45bc070ec5f2&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004171 10.0.0.161 - - [2026-08-03 02:45:15] "GET /domains?obj_uuids=724de60e-9f87-4d23-867c-6bd9a9880f5b&detail=False&count=False&shared=False HTTP/1.1" 200 316 0.001369 10.0.0.161 - - [2026-08-03 02:45:15] "GET /domain/724de60e-9f87-4d23-867c-6bd9a9880f5b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.009369 10.0.0.161 - - [2026-08-03 02:45:15] "POST /id-to-fqname HTTP/1.1" 200 191 0.001677 10.0.0.161 - - [2026-08-03 02:45:15] "POST /fqname-to-id HTTP/1.1" 404 200 0.009284 10.0.0.161 - - [2026-08-03 02:45:15] "POST /security-groups HTTP/1.1" 200 594 0.040447 10.0.0.161 - - [2026-08-03 02:45:15] "POST /projects HTTP/1.1" 200 589 0.316999 10.0.0.161 - - [2026-08-03 02:45:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.362634 10.0.0.50 - - [2026-08-03 02:45:15] "POST /access-control-lists HTTP/1.1" 200 599 0.042338 10.0.0.249 - - [2026-08-03 02:45:15] "GET /project/3125e0b2-82da-4b36-9724-45bc070ec5f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1369 0.574009 10.0.0.161 - - [2026-08-03 02:45:16] "DELETE /project/3125e0b282da4b36972445bc070ec5f2 HTTP/1.1" 404 173 0.003887 10.0.0.249 - - [2026-08-03 02:45:17] "GET / HTTP/1.1" 200 36215 0.001991 10.0.0.249 - - [2026-08-03 02:45:18] "POST /fqname-to-id HTTP/1.1" 401 293 0.000576 10.0.0.249 - - [2026-08-03 02:45:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.088749 10.0.0.161 - - [2026-08-03 02:45:18] "GET /projects?obj_uuids=3125e0b2-82da-4b36-9724-45bc070ec5f2&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001230 10.0.0.249 - - [2026-08-03 02:45:18] "GET /project/3125e0b2-82da-4b36-9724-45bc070ec5f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1369 0.066314 10.0.0.50 - - [2026-08-03 02:45:19] "POST /route-targets HTTP/1.1" 200 328 0.018965 10.0.0.161 - - [2026-08-03 02:45:19] "POST /useragent-kv HTTP/1.1" 200 115 0.013851 10.0.0.249 - - [2026-08-03 02:45:19] "POST /neutron/subnet HTTP/1.1" 200 734 0.349048 10.0.0.249 - - [2026-08-03 02:45:19] "POST /id-to-fqname HTTP/1.1" 200 253 0.001712 10.0.0.249 - - [2026-08-03 02:45:19] "GET /virtual-network/e2ba562e-065c-453f-b559-f7ff128b1add?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2146 0.007068 10.0.0.249 - - [2026-08-03 02:45:19] "GET /virtual-network/e2ba562e-065c-453f-b559-f7ff128b1add?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2146 0.007245 10.0.0.249 - - [2026-08-03 02:45:19] "POST /neutron/network HTTP/1.1" 200 891 0.009577 10.0.0.249 - - [2026-08-03 02:45:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.005699 10.0.0.161 - - [2026-08-03 02:45:19] "GET /projects?obj_uuids=3125e0b2-82da-4b36-9724-45bc070ec5f2&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001802 10.0.0.249 - - [2026-08-03 02:45:19] "GET /project/3125e0b2-82da-4b36-9724-45bc070ec5f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1369 0.086801 10.0.0.161 - - [2026-08-03 02:45:19] "GET /projects?obj_uuids=3125e0b2-82da-4b36-9724-45bc070ec5f2&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001363 10.0.0.249 - - [2026-08-03 02:45:19] "POST /neutron/network HTTP/1.1" 200 670 0.202136 10.0.0.50 - - [2026-08-03 02:45:20] "POST /ref-update HTTP/1.1" 200 156 0.055921 10.0.0.249 - - [2026-08-03 02:45:20] "POST /id-to-fqname HTTP/1.1" 200 253 0.005224 10.0.0.249 - - [2026-08-03 02:45:20] "GET /virtual-network/32172dca-b44d-4950-bb7a-e352339831a3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2145 0.006733 10.0.0.249 - - [2026-08-03 02:45:20] "POST /neutron/network HTTP/1.1" 200 891 0.009315 10.0.0.249 - - [2026-08-03 02:45:20] "GET /virtual-network/32172dca-b44d-4950-bb7a-e352339831a3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2145 0.007654 10.0.0.249 - - [2026-08-03 02:45:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.006749 10.0.0.161 - - [2026-08-03 02:45:20] "GET /projects?obj_uuids=3125e0b2-82da-4b36-9724-45bc070ec5f2&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001150 10.0.0.249 - - [2026-08-03 02:45:20] "GET /project/3125e0b2-82da-4b36-9724-45bc070ec5f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1369 0.054241 10.0.0.249 - - [2026-08-03 02:45:20] "POST /neutron/network HTTP/1.1" 200 117 0.018838 10.0.0.249 - - [2026-08-03 02:45:21] "POST /neutron/network HTTP/1.1" 200 892 0.011875 10.0.0.249 - - [2026-08-03 02:45:21] "POST /id-to-fqname HTTP/1.1" 200 254 0.001717 10.0.0.249 - - [2026-08-03 02:45:21] "GET /virtual-network/f4ff9423-d15d-4d92-9667-d491332b91d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2146 0.007561 10.0.0.249 - - [2026-08-03 02:45:21] "GET /virtual-network/f4ff9423-d15d-4d92-9667-d491332b91d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2146 0.007664 10.0.0.249 - - [2026-08-03 02:45:21] "POST /neutron/subnet HTTP/1.1" 200 730 0.012139 10.0.0.249 - - [2026-08-03 02:45:21] "POST /id-to-fqname HTTP/1.1" 200 253 0.001390 10.0.0.249 - - [2026-08-03 02:45:21] "POST /neutron/port HTTP/1.1" 200 117 0.009798 10.0.0.249 - - [2026-08-03 02:45:21] "POST /id-to-fqname HTTP/1.1" 200 254 0.001719 10.0.0.249 - - [2026-08-03 02:45:21] "POST /neutron/network HTTP/1.1" 200 902 0.009466 10.0.0.249 - - [2026-08-03 02:45:22] "POST /neutron/port HTTP/1.1" 200 117 0.013194 10.0.0.249 - - [2026-08-03 02:45:22] "POST /fqname-to-id HTTP/1.1" 404 193 0.004746 10.0.0.249 - - [2026-08-03 02:45:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.004465 10.0.0.161 - - [2026-08-03 02:45:22] "GET /domains?obj_uuids=724de60e-9f87-4d23-867c-6bd9a9880f5b&detail=False&count=False&shared=False HTTP/1.1" 200 316 0.001265 10.0.0.249 - - [2026-08-03 02:45:22] "GET /domain/724de60e-9f87-4d23-867c-6bd9a9880f5b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.009339 10.0.0.249 - - [2026-08-03 02:45:22] "POST /service-templates HTTP/1.1" 200 545 0.044390 10.0.0.249 - - [2026-08-03 02:45:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004750 10.0.0.249 - - [2026-08-03 02:45:23] "GET /service-template/2aa89d58-6608-4ecf-8a97-aa181dd9b6f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1816 0.007863 10.0.0.249 - - [2026-08-03 02:45:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003616 10.0.0.249 - - [2026-08-03 02:45:23] "GET /service-template/2aa89d58-6608-4ecf-8a97-aa181dd9b6f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1816 0.005558 10.0.0.249 - - [2026-08-03 02:45:23] "POST /id-to-fqname HTTP/1.1" 200 253 0.001553 10.0.0.249 - - [2026-08-03 02:45:23] "POST /id-to-fqname HTTP/1.1" 200 253 0.001639 10.0.0.249 - - [2026-08-03 02:45:23] "POST /id-to-fqname HTTP/1.1" 200 254 0.001718 10.0.0.249 - - [2026-08-03 02:45:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.005030 10.0.0.249 - - [2026-08-03 02:45:23] "DELETE /service-template/2aa89d58-6608-4ecf-8a97-aa181dd9b6f3 HTTP/1.1" 200 115 0.055129 10.0.0.249 - - [2026-08-03 02:45:23] "POST /fqname-to-id HTTP/1.1" 404 193 0.008375 10.0.0.161 - - [2026-08-03 02:45:25] "GET /projects?obj_uuids=3125e0b2-82da-4b36-9724-45bc070ec5f2&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001585 Traceback (most recent call last): File "/usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/api_server.py", line 2527, in handler_trap_exception response = handler(*args, **kwargs) File "/usr/local/lib/python3.9/site-packages/cfgm_common/vnc_api_stats.py", line 16, in wrapper return func(api_server_obj, resource_type, *args, **kwargs) File "/usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/api_server.py", line 1177, in http_resource_create raise cfgm_common.exceptions.HttpError(code, msg) vnc_api.exceptions.HttpError: HTTP Status: 500 Content: vnc_api.exceptions.NoIdError: Unknown id: virtual_network default-domain:ctest-TestECMPSanity-45102545:ctest-left_ctest-TestECMPSanity-45102545-39864365 During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/local/lib/python3.9/site-packages/vnc_openstack/neutron_plugin_db.py", line 183, in _request ret_val = server_method() File "/usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/context.py", line 146, in wrapper return fn(*args, **kwargs) File "/usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/api_server.py", line 2539, in handler_trap_exception bottle.abort(e.status_code, e.content) File "/usr/local/bin/bottle.py", line 2439, in abort raise HTTPError(code, text) bottle.HTTPError: (500, 'vnc_api.exceptions.NoIdError: Unknown id: virtual_network default-domain:ctest-TestECMPSanity-45102545:ctest-left_ctest-TestECMPSanity-45102545-39864365') During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/local/bin/bottle.py", line 876, in _handle return route.call(**args) File "/usr/local/bin/bottle.py", line 1759, in wrapper rv = callback(*a, **ka) File "/usr/local/lib/python3.9/site-packages/vnc_openstack/context.py", line 61, in wrapper return fn(*args, **kwargs) File "/usr/local/lib/python3.9/site-packages/vnc_openstack/__init__.py", line 1411, in handler_trap_exception response = handler(*args, **kwargs) File "/usr/local/lib/python3.9/site-packages/vnc_openstack/neutron_plugin_interface.py", line 458, in plugin_http_post_port return self.plugin_create_port(context, port) File "/usr/local/lib/python3.9/site-packages/vnc_openstack/neutron_plugin_interface.py", line 416, in plugin_create_port net_info = cfgdb.port_create(context, port['resource']) File "/usr/local/lib/python3.9/site-packages/vnc_openstack/neutron_plugin_db.py", line 3638, in wrapper return func(self, *args, **kwargs) File "/usr/local/lib/python3.9/site-packages/vnc_openstack/neutron_plugin_db.py", line 5077, in port_create port_id = self._resource_create( File "/usr/local/lib/python3.9/site-packages/vnc_openstack/neutron_plugin_db.py", line 660, in _resource_create obj_uuid = create_method(obj) File "/usr/local/lib/python3.9/site-packages/vnc_api/vnc_api.py", line 52, in wrapper return func(self, *args, **kwargs) File "/usr/local/lib/python3.9/site-packages/vnc_api/vnc_api.py", line 648, in _object_create content = self._request_server( File "/usr/local/lib/python3.9/site-packages/vnc_api/vnc_api.py", line 1126, in _request_server return self._request( File "/usr/local/lib/python3.9/site-packages/vnc_openstack/context.py", line 61, in wrapper return fn(*args, **kwargs) File "/usr/local/lib/python3.9/site-packages/vnc_openstack/neutron_plugin_db.py", line 228, in _request raise vnc_exc.HttpError(status, content) vnc_api.exceptions.HttpError: HTTP Status: 500 Content: vnc_api.exceptions.NoIdError: Unknown id: virtual_network default-domain:ctest-TestECMPSanity-45102545:ctest-left_ctest-TestECMPSanity-45102545-39864365 10.0.0.249 - - [2026-08-03 02:45:26] "POST /neutron/port HTTP/1.1" 500 156 0.342512 10.0.0.249 - - [2026-08-03 02:45:26] "POST /neutron/network HTTP/1.1" 200 892 0.015906 10.0.0.50 - - [2026-08-03 02:45:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.007771 10.0.0.161 - - [2026-08-03 02:45:26] "POST /useragent-kv HTTP/1.1" 200 115 0.014511 10.0.0.161 - - [2026-08-03 02:45:26] "POST /useragent-kv HTTP/1.1" 200 115 0.005220 10.0.0.249 - - [2026-08-03 02:45:26] "POST /neutron/network HTTP/1.1" 200 151 0.266920 10.0.0.50 - - [2026-08-03 02:45:26] "DELETE /route-target/16389339-ead5-47f2-9a78-e908b74d0f5e HTTP/1.1" 200 115 0.083520 10.0.0.161 - - [2026-08-03 02:45:26] "GET /projects?obj_uuids=3125e0b2-82da-4b36-9724-45bc070ec5f2&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.006008 10.0.0.249 - - [2026-08-03 02:45:26] "GET /project/3125e0b2-82da-4b36-9724-45bc070ec5f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1369 0.120265 10.0.0.161 - - [2026-08-03 02:45:26] "GET /projects?obj_uuids=3125e0b2-82da-4b36-9724-45bc070ec5f2&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001486 10.0.0.249 - - [2026-08-03 02:45:26] "GET /project/3125e0b2-82da-4b36-9724-45bc070ec5f2?fields=virtual_networks HTTP/1.1" 200 1035 0.088168 10.0.0.161 - - [2026-08-03 02:45:26] "GET /projects?obj_uuids=3125e0b2-82da-4b36-9724-45bc070ec5f2&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001201 10.0.0.249 - - [2026-08-03 02:45:27] "GET /project/3125e0b2-82da-4b36-9724-45bc070ec5f2?fields=virtual_machine_interfaces HTTP/1.1" 200 1069 0.060175 10.0.0.161 - - [2026-08-03 02:45:27] "GET /projects?obj_uuids=3125e0b2-82da-4b36-9724-45bc070ec5f2&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001307 10.0.0.249 - - [2026-08-03 02:45:27] "GET /project/3125e0b2-82da-4b36-9724-45bc070ec5f2?fields=security_groups HTTP/1.1" 200 1263 0.080405 10.0.0.249 - - [2026-08-03 02:45:28] "POST /fqname-to-id HTTP/1.1" 404 193 0.041151 10.0.0.161 - - [2026-08-03 02:45:28] "GET /projects?obj_uuids=8af34d1b-0773-4b8f-9a1d-95654b7fba06&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003889 10.0.0.161 - - [2026-08-03 02:45:28] "GET /domains?obj_uuids=724de60e-9f87-4d23-867c-6bd9a9880f5b&detail=False&count=False&shared=False HTTP/1.1" 200 316 0.001548 10.0.0.161 - - [2026-08-03 02:45:28] "GET /domain/724de60e-9f87-4d23-867c-6bd9a9880f5b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.009621 10.0.0.161 - - [2026-08-03 02:45:28] "POST /id-to-fqname HTTP/1.1" 200 195 0.023712 10.0.0.161 - - [2026-08-03 02:45:28] "POST /fqname-to-id HTTP/1.1" 404 204 0.006834 10.0.0.249 - - [2026-08-03 02:45:28] "POST /neutron/network HTTP/1.1" 200 117 0.019577 10.0.0.161 - - [2026-08-03 02:45:28] "POST /security-groups HTTP/1.1" 200 598 0.082264 10.0.0.161 - - [2026-08-03 02:45:28] "POST /projects HTTP/1.1" 200 597 0.366147 10.0.0.50 - - [2026-08-03 02:45:28] "POST /fqname-to-id HTTP/1.1" 404 239 0.006599 10.0.0.161 - - [2026-08-03 02:45:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.413216 10.0.0.249 - - [2026-08-03 02:45:28] "GET /project/8af34d1b-0773-4b8f-9a1d-95654b7fba06?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1386 0.630449 10.0.0.50 - - [2026-08-03 02:45:28] "POST /access-control-lists HTTP/1.1" 200 601 0.087290 10.0.0.249 - - [2026-08-03 02:45:29] "POST /neutron/network HTTP/1.1" 200 117 0.011138 10.0.0.249 - - [2026-08-03 02:45:30] "GET / HTTP/1.1" 200 36215 0.001791 10.0.0.249 - - [2026-08-03 02:45:31] "POST /fqname-to-id HTTP/1.1" 401 293 0.000512 10.0.0.249 - - [2026-08-03 02:45:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.072864 10.0.0.161 - - [2026-08-03 02:45:31] "GET /projects?obj_uuids=8af34d1b-0773-4b8f-9a1d-95654b7fba06&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001132 10.0.0.249 - - [2026-08-03 02:45:31] "GET /project/8af34d1b-0773-4b8f-9a1d-95654b7fba06?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1386 0.064177 10.0.0.249 - - [2026-08-03 02:45:31] "POST /neutron/network HTTP/1.1" 200 117 0.036556 10.0.0.249 - - [2026-08-03 02:45:31] "POST /neutron/network HTTP/1.1" 200 117 0.007736 10.0.0.50 - - [2026-08-03 02:45:32] "POST /fqname-to-id HTTP/1.1" 401 293 0.000671 10.0.0.161 - - [2026-08-03 02:45:32] "POST /useragent-kv HTTP/1.1" 200 115 0.028619 10.0.0.249 - - [2026-08-03 02:45:32] "POST /neutron/subnet HTTP/1.1" 200 729 0.268828 10.0.0.249 - - [2026-08-03 02:45:32] "POST /id-to-fqname HTTP/1.1" 200 261 0.001493 10.0.0.249 - - [2026-08-03 02:45:32] "GET /virtual-network/1501e190-74a2-49a6-881b-bd64171951e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2745 0.009196 10.0.0.249 - - [2026-08-03 02:45:32] "GET /virtual-network/1501e190-74a2-49a6-881b-bd64171951e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2745 0.008058 10.0.0.249 - - [2026-08-03 02:45:32] "POST /neutron/network HTTP/1.1" 200 1076 0.012305 10.0.0.249 - - [2026-08-03 02:45:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004226 10.0.0.161 - - [2026-08-03 02:45:32] "GET /projects?obj_uuids=8af34d1b-0773-4b8f-9a1d-95654b7fba06&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001225 10.0.0.249 - - [2026-08-03 02:45:32] "GET /project/8af34d1b-0773-4b8f-9a1d-95654b7fba06?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1386 0.054340 10.0.0.249 - - [2026-08-03 02:45:32] "POST /neutron/network HTTP/1.1" 200 117 0.027664 10.0.0.50 - - [2026-08-03 02:45:33] "POST /route-targets HTTP/1.1" 200 328 0.020047 10.0.0.249 - - [2026-08-03 02:45:33] "POST /neutron/port HTTP/1.1" 200 117 0.011738 10.0.0.50 - - [2026-08-03 02:45:33] "POST /fqname-to-id HTTP/1.1" 404 207 0.060787 10.0.0.249 - - [2026-08-03 02:45:33] "POST /neutron/network HTTP/1.1" 200 117 0.007776 10.0.0.249 - - [2026-08-03 02:45:33] "POST /id-to-fqname HTTP/1.1" 200 261 0.004295 10.0.0.249 - - [2026-08-03 02:45:33] "GET /virtual-network/615d957c-1ef7-4d06-800a-49660d72b2c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2745 0.007046 10.0.0.249 - - [2026-08-03 02:45:33] "POST /neutron/network HTTP/1.1" 200 1076 0.011823 10.0.0.249 - - [2026-08-03 02:45:33] "GET /virtual-network/615d957c-1ef7-4d06-800a-49660d72b2c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2745 0.006705 10.0.0.249 - - [2026-08-03 02:45:33] "POST /neutron/subnet HTTP/1.1" 200 729 0.010991 10.0.0.249 - - [2026-08-03 02:45:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.004194 10.0.0.161 - - [2026-08-03 02:45:33] "GET /projects?obj_uuids=8af34d1b-0773-4b8f-9a1d-95654b7fba06&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001400 10.0.0.249 - - [2026-08-03 02:45:33] "GET /project/8af34d1b-0773-4b8f-9a1d-95654b7fba06?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1386 0.064347 10.0.0.249 - - [2026-08-03 02:45:34] "POST /neutron/port HTTP/1.1" 200 117 0.020307 10.0.0.50 - - [2026-08-03 02:45:34] "POST /ref-update HTTP/1.1" 200 156 0.068024 10.0.0.50 - - [2026-08-03 02:45:34] "POST /fqname-to-id HTTP/1.1" 404 207 0.006160 10.0.0.249 - - [2026-08-03 02:45:34] "POST /neutron/network HTTP/1.1" 200 1076 0.018039 10.0.0.249 - - [2026-08-03 02:45:35] "POST /id-to-fqname HTTP/1.1" 200 262 0.001657 10.0.0.249 - - [2026-08-03 02:45:35] "GET /virtual-network/e88f8075-bdfa-408e-bcdd-a997ccb085f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2745 0.007676 10.0.0.249 - - [2026-08-03 02:45:35] "GET /virtual-network/e88f8075-bdfa-408e-bcdd-a997ccb085f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2745 0.006870 10.0.0.249 - - [2026-08-03 02:45:35] "POST /neutron/subnet HTTP/1.1" 200 828 0.010877 10.0.0.249 - - [2026-08-03 02:45:35] "POST /id-to-fqname HTTP/1.1" 200 261 0.001724 10.0.0.249 - - [2026-08-03 02:45:35] "POST /neutron/network HTTP/1.1" 200 1086 0.010829 10.0.0.161 - - [2026-08-03 02:45:35] "GET /projects?obj_uuids=8af34d1b-0773-4b8f-9a1d-95654b7fba06&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.027439 10.0.0.249 - - [2026-08-03 02:45:35] "GET /project/8af34d1b-0773-4b8f-9a1d-95654b7fba06?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1386 0.097141 10.0.0.249 - - [2026-08-03 02:45:35] "POST /neutron/port HTTP/1.1" 200 117 0.008351 10.0.0.249 - - [2026-08-03 02:45:35] "POST /id-to-fqname HTTP/1.1" 200 262 0.001835 10.0.0.249 - - [2026-08-03 02:45:36] "POST /neutron/network HTTP/1.1" 200 1076 0.012742 10.0.0.249 - - [2026-08-03 02:45:37] "POST /neutron/port HTTP/1.1" 200 117 0.010460 10.0.0.249 - - [2026-08-03 02:45:38] "POST /neutron/network HTTP/1.1" 200 1076 0.012733 10.0.0.161 - - [2026-08-03 02:45:38] "POST /useragent-kv HTTP/1.1" 200 115 0.007868 10.0.0.161 - - [2026-08-03 02:45:38] "POST /useragent-kv HTTP/1.1" 200 115 0.003421 10.0.0.161 - - [2026-08-03 02:45:38] "POST /useragent-kv HTTP/1.1" 200 115 0.005626 10.0.0.50 - - [2026-08-03 02:45:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.005628 10.0.0.161 - - [2026-08-03 02:45:38] "POST /useragent-kv HTTP/1.1" 200 115 0.004590 10.0.0.249 - - [2026-08-03 02:45:38] "POST /neutron/network HTTP/1.1" 200 151 0.189612 10.0.0.50 - - [2026-08-03 02:45:38] "DELETE /route-target/6a55a780-720a-4525-93da-5c470f791d5d HTTP/1.1" 200 115 0.056710 10.0.0.161 - - [2026-08-03 02:45:38] "GET /projects?obj_uuids=8af34d1b-0773-4b8f-9a1d-95654b7fba06&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.002193 10.0.0.249 - - [2026-08-03 02:45:38] "GET /project/8af34d1b-0773-4b8f-9a1d-95654b7fba06?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1386 0.134690 10.0.0.161 - - [2026-08-03 02:45:38] "GET /projects?obj_uuids=8af34d1b-0773-4b8f-9a1d-95654b7fba06&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001431 10.0.0.249 - - [2026-08-03 02:45:38] "GET /project/8af34d1b-0773-4b8f-9a1d-95654b7fba06?fields=virtual_networks HTTP/1.1" 200 1044 0.082135 10.0.0.161 - - [2026-08-03 02:45:39] "GET /projects?obj_uuids=8af34d1b-0773-4b8f-9a1d-95654b7fba06&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001405 10.0.0.249 - - [2026-08-03 02:45:39] "GET /project/8af34d1b-0773-4b8f-9a1d-95654b7fba06?fields=virtual_machine_interfaces HTTP/1.1" 200 1044 0.090466 10.0.0.161 - - [2026-08-03 02:45:39] "GET /projects?obj_uuids=8af34d1b-0773-4b8f-9a1d-95654b7fba06&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001392 10.0.0.249 - - [2026-08-03 02:45:39] "GET /project/8af34d1b-0773-4b8f-9a1d-95654b7fba06?fields=security_groups HTTP/1.1" 200 1276 0.090809 10.0.0.249 - - [2026-08-03 02:45:39] "POST /neutron/port HTTP/1.1" 200 117 0.008156 10.0.0.249 - - [2026-08-03 02:45:39] "POST /neutron/network HTTP/1.1" 200 117 0.012247 10.0.0.249 - - [2026-08-03 02:45:40] "POST /fqname-to-id HTTP/1.1" 404 196 0.030094 10.0.0.161 - - [2026-08-03 02:45:40] "GET /projects?obj_uuids=6fc75131-c368-4496-ab5d-611048e0ece8&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003573 10.0.0.161 - - [2026-08-03 02:45:40] "GET /domains?obj_uuids=724de60e-9f87-4d23-867c-6bd9a9880f5b&detail=False&count=False&shared=False HTTP/1.1" 200 316 0.001840 10.0.0.161 - - [2026-08-03 02:45:40] "GET /domain/724de60e-9f87-4d23-867c-6bd9a9880f5b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.041874 10.0.0.161 - - [2026-08-03 02:45:40] "POST /id-to-fqname HTTP/1.1" 200 198 0.001442 10.0.0.161 - - [2026-08-03 02:45:40] "POST /fqname-to-id HTTP/1.1" 404 207 0.007846 10.0.0.161 - - [2026-08-03 02:45:40] "POST /security-groups HTTP/1.1" 200 601 0.043361 10.0.0.161 - - [2026-08-03 02:45:40] "POST /projects HTTP/1.1" 200 603 0.340557 10.0.0.50 - - [2026-08-03 02:45:40] "POST /fqname-to-id HTTP/1.1" 404 241 0.015484 10.0.0.161 - - [2026-08-03 02:45:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.432679 10.0.0.249 - - [2026-08-03 02:45:40] "GET /project/6fc75131-c368-4496-ab5d-611048e0ece8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1397 0.659631 10.0.0.249 - - [2026-08-03 02:45:42] "POST /neutron/network HTTP/1.1" 200 117 0.008589 10.0.0.249 - - [2026-08-03 02:45:42] "GET / HTTP/1.1" 200 36215 0.002182 10.0.0.249 - - [2026-08-03 02:45:42] "POST /fqname-to-id HTTP/1.1" 401 293 0.000795 10.0.0.249 - - [2026-08-03 02:45:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.062208 10.0.0.161 - - [2026-08-03 02:45:43] "GET /projects?obj_uuids=6fc75131-c368-4496-ab5d-611048e0ece8&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001426 10.0.0.249 - - [2026-08-03 02:45:43] "GET /project/6fc75131-c368-4496-ab5d-611048e0ece8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1397 0.082989 10.0.0.249 - - [2026-08-03 02:45:43] "POST /neutron/network HTTP/1.1" 200 117 0.044130 10.0.0.50 - - [2026-08-03 02:45:43] "POST /ref-update HTTP/1.1" 200 156 0.029575 10.0.0.249 - - [2026-08-03 02:45:44] "POST /neutron/network HTTP/1.1" 200 907 0.011473 10.0.0.249 - - [2026-08-03 02:45:44] "POST /id-to-fqname HTTP/1.1" 200 267 0.001365 10.0.0.249 - - [2026-08-03 02:45:44] "GET /virtual-network/94be0bcc-717a-4ed8-b296-7364dc0b49f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2166 0.006996 10.0.0.249 - - [2026-08-03 02:45:44] "GET /virtual-network/94be0bcc-717a-4ed8-b296-7364dc0b49f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2166 0.007533 10.0.0.249 - - [2026-08-03 02:45:44] "POST /neutron/subnet HTTP/1.1" 200 710 0.011844 10.0.0.249 - - [2026-08-03 02:45:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004335 10.0.0.161 - - [2026-08-03 02:45:44] "GET /projects?obj_uuids=6fc75131-c368-4496-ab5d-611048e0ece8&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001271 10.0.0.249 - - [2026-08-03 02:45:44] "GET /project/6fc75131-c368-4496-ab5d-611048e0ece8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1397 0.051127 10.0.0.161 - - [2026-08-03 02:45:44] "POST /useragent-kv HTTP/1.1" 200 115 0.013325 10.0.0.249 - - [2026-08-03 02:45:44] "POST /neutron/subnet HTTP/1.1" 200 724 0.264632 10.0.0.249 - - [2026-08-03 02:45:44] "POST /id-to-fqname HTTP/1.1" 200 267 0.001746 10.0.0.249 - - [2026-08-03 02:45:44] "GET /virtual-network/74db65e2-7343-4006-9fef-9dee28b13ea9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2174 0.006585 10.0.0.249 - - [2026-08-03 02:45:44] "GET /virtual-network/74db65e2-7343-4006-9fef-9dee28b13ea9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2174 0.006928 10.0.0.249 - - [2026-08-03 02:45:44] "POST /neutron/network HTTP/1.1" 200 910 0.010639 10.0.0.249 - - [2026-08-03 02:45:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004074 10.0.0.161 - - [2026-08-03 02:45:44] "GET /projects?obj_uuids=6fc75131-c368-4496-ab5d-611048e0ece8&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001213 10.0.0.249 - - [2026-08-03 02:45:45] "GET /project/6fc75131-c368-4496-ab5d-611048e0ece8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1397 0.090385 10.0.0.161 - - [2026-08-03 02:45:45] "GET /projects?obj_uuids=6fc75131-c368-4496-ab5d-611048e0ece8&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001108 10.0.0.249 - - [2026-08-03 02:45:45] "POST /neutron/network HTTP/1.1" 200 693 0.214316 10.0.0.50 - - [2026-08-03 02:45:45] "POST /route-targets HTTP/1.1" 200 328 0.019811 10.0.0.161 - - [2026-08-03 02:45:45] "POST /useragent-kv HTTP/1.1" 200 115 0.013823 10.0.0.249 - - [2026-08-03 02:45:45] "POST /neutron/subnet HTTP/1.1" 200 729 0.269664 10.0.0.249 - - [2026-08-03 02:45:45] "POST /id-to-fqname HTTP/1.1" 200 268 0.001667 10.0.0.249 - - [2026-08-03 02:45:45] "GET /virtual-network/53c2ec83-1c26-4467-8e17-f3844284b59f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2181 0.011811 10.0.0.249 - - [2026-08-03 02:45:45] "POST /neutron/network HTTP/1.1" 200 913 0.010197 10.0.0.249 - - [2026-08-03 02:45:45] "GET /virtual-network/53c2ec83-1c26-4467-8e17-f3844284b59f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2181 0.009600 10.0.0.249 - - [2026-08-03 02:45:45] "POST /id-to-fqname HTTP/1.1" 200 267 0.001823 10.0.0.249 - - [2026-08-03 02:45:45] "POST /neutron/port HTTP/1.1" 200 117 0.008012 10.0.0.249 - - [2026-08-03 02:45:46] "POST /neutron/port HTTP/1.1" 200 117 0.011569 10.0.0.249 - - [2026-08-03 02:45:46] "POST /id-to-fqname HTTP/1.1" 200 268 0.001880 10.0.0.249 - - [2026-08-03 02:45:46] "POST /neutron/network HTTP/1.1" 200 923 0.008536 10.0.0.161 - - [2026-08-03 02:45:46] "GET /projects?obj_uuids=6fc75131-c368-4496-ab5d-611048e0ece8&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001911 10.0.0.249 - - [2026-08-03 02:45:46] "GET /project/6fc75131-c368-4496-ab5d-611048e0ece8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1397 0.101770 10.0.0.249 - - [2026-08-03 02:45:46] "POST /neutron/port HTTP/1.1" 200 117 0.009066 10.0.0.161 - - [2026-08-03 02:45:48] "POST /useragent-kv HTTP/1.1" 200 115 0.003595 10.0.0.161 - - [2026-08-03 02:45:48] "POST /useragent-kv HTTP/1.1" 200 115 0.003244 10.0.0.249 - - [2026-08-03 02:45:48] "POST /neutron/network HTTP/1.1" 200 151 0.211028 10.0.0.50 - - [2026-08-03 02:45:48] "DELETE /route-target/544d6ab1-ccbd-4b9c-a399-2334ad73e1bb HTTP/1.1" 200 115 0.048689 10.0.0.249 - - [2026-08-03 02:45:49] "POST /neutron/network HTTP/1.1" 200 907 0.009192 10.0.0.50 - - [2026-08-03 02:45:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.010552 10.0.0.161 - - [2026-08-03 02:45:49] "GET /projects?obj_uuids=6fc75131-c368-4496-ab5d-611048e0ece8&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001179 10.0.0.249 - - [2026-08-03 02:45:49] "GET /project/6fc75131-c368-4496-ab5d-611048e0ece8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1397 0.096124 10.0.0.161 - - [2026-08-03 02:45:49] "GET /projects?obj_uuids=6fc75131-c368-4496-ab5d-611048e0ece8&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001915 10.0.0.249 - - [2026-08-03 02:45:49] "POST /neutron/network HTTP/1.1" 200 117 0.019197 10.0.0.249 - - [2026-08-03 02:45:49] "GET /project/6fc75131-c368-4496-ab5d-611048e0ece8?fields=virtual_networks HTTP/1.1" 200 1049 0.121275 10.0.0.161 - - [2026-08-03 02:45:49] "GET /projects?obj_uuids=6fc75131-c368-4496-ab5d-611048e0ece8&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001194 10.0.0.249 - - [2026-08-03 02:45:49] "GET /project/6fc75131-c368-4496-ab5d-611048e0ece8?fields=virtual_machine_interfaces HTTP/1.1" 200 1049 0.085514 10.0.0.161 - - [2026-08-03 02:45:49] "GET /projects?obj_uuids=6fc75131-c368-4496-ab5d-611048e0ece8&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001237 10.0.0.249 - - [2026-08-03 02:45:49] "GET /project/6fc75131-c368-4496-ab5d-611048e0ece8?fields=security_groups HTTP/1.1" 200 1284 0.113240 10.0.0.249 - - [2026-08-03 02:45:51] "POST /fqname-to-id HTTP/1.1" 404 193 0.044169 10.0.0.161 - - [2026-08-03 02:45:51] "GET /projects?obj_uuids=504421ec-a090-4348-b51b-053f81d6158a&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004646 10.0.0.161 - - [2026-08-03 02:45:51] "GET /domains?obj_uuids=724de60e-9f87-4d23-867c-6bd9a9880f5b&detail=False&count=False&shared=False HTTP/1.1" 200 316 0.001135 10.0.0.161 - - [2026-08-03 02:45:51] "GET /domain/724de60e-9f87-4d23-867c-6bd9a9880f5b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008258 10.0.0.161 - - [2026-08-03 02:45:51] "POST /id-to-fqname HTTP/1.1" 200 195 0.001464 10.0.0.161 - - [2026-08-03 02:45:51] "POST /fqname-to-id HTTP/1.1" 404 204 0.012680 10.0.0.161 - - [2026-08-03 02:45:51] "POST /security-groups HTTP/1.1" 200 598 0.094706 10.0.0.161 - - [2026-08-03 02:45:51] "POST /projects HTTP/1.1" 200 597 0.392644 10.0.0.161 - - [2026-08-03 02:45:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.478770 10.0.0.50 - - [2026-08-03 02:45:51] "POST /access-control-lists HTTP/1.1" 200 603 0.049464 10.0.0.249 - - [2026-08-03 02:45:51] "GET /project/504421ec-a090-4348-b51b-053f81d6158a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1385 0.649151 10.0.0.249 - - [2026-08-03 02:45:52] "POST /neutron/port HTTP/1.1" 200 117 0.008121 10.0.0.249 - - [2026-08-03 02:45:53] "GET / HTTP/1.1" 200 36215 0.003491 10.0.0.249 - - [2026-08-03 02:45:53] "POST /neutron/port HTTP/1.1" 200 117 0.008857 10.0.0.249 - - [2026-08-03 02:45:53] "POST /fqname-to-id HTTP/1.1" 401 293 0.000617 10.0.0.249 - - [2026-08-03 02:45:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.061050 10.0.0.161 - - [2026-08-03 02:45:54] "GET /projects?obj_uuids=504421ec-a090-4348-b51b-053f81d6158a&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001083 10.0.0.249 - - [2026-08-03 02:45:54] "GET /project/504421ec-a090-4348-b51b-053f81d6158a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1385 0.060759 10.0.0.50 - - [2026-08-03 02:45:54] "POST /route-targets HTTP/1.1" 200 328 0.021860 10.0.0.161 - - [2026-08-03 02:45:54] "POST /useragent-kv HTTP/1.1" 200 115 0.015918 10.0.0.249 - - [2026-08-03 02:45:54] "POST /neutron/subnet HTTP/1.1" 200 729 0.301264 10.0.0.249 - - [2026-08-03 02:45:54] "POST /id-to-fqname HTTP/1.1" 200 261 0.003220 10.0.0.249 - - [2026-08-03 02:45:54] "GET /virtual-network/ac649ef5-2fd1-4f46-a188-e98c95caad97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2163 0.009581 10.0.0.249 - - [2026-08-03 02:45:54] "GET /virtual-network/ac649ef5-2fd1-4f46-a188-e98c95caad97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2163 0.007136 10.0.0.249 - - [2026-08-03 02:45:54] "POST /neutron/network HTTP/1.1" 200 902 0.007703 10.0.0.249 - - [2026-08-03 02:45:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004899 10.0.0.161 - - [2026-08-03 02:45:54] "GET /projects?obj_uuids=504421ec-a090-4348-b51b-053f81d6158a&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001407 10.0.0.249 - - [2026-08-03 02:45:55] "GET /project/504421ec-a090-4348-b51b-053f81d6158a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1385 0.061118 10.0.0.161 - - [2026-08-03 02:45:55] "GET /projects?obj_uuids=504421ec-a090-4348-b51b-053f81d6158a&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001191 10.0.0.249 - - [2026-08-03 02:45:55] "POST /neutron/network HTTP/1.1" 200 682 0.170700 10.0.0.50 - - [2026-08-03 02:45:55] "POST /ref-update HTTP/1.1" 200 156 0.036058 10.0.0.249 - - [2026-08-03 02:45:55] "POST /id-to-fqname HTTP/1.1" 200 261 0.004189 10.0.0.249 - - [2026-08-03 02:45:55] "GET /virtual-network/7a76181b-0e28-4816-9cb8-3b05e9bc372d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2157 0.006639 10.0.0.249 - - [2026-08-03 02:45:55] "POST /neutron/network HTTP/1.1" 200 900 0.019200 10.0.0.249 - - [2026-08-03 02:45:55] "GET /virtual-network/7a76181b-0e28-4816-9cb8-3b05e9bc372d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2157 0.007949 10.0.0.249 - - [2026-08-03 02:45:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.005675 10.0.0.161 - - [2026-08-03 02:45:55] "GET /projects?obj_uuids=504421ec-a090-4348-b51b-053f81d6158a&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001323 10.0.0.249 - - [2026-08-03 02:45:55] "GET /project/504421ec-a090-4348-b51b-053f81d6158a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1385 0.093518 10.0.0.249 - - [2026-08-03 02:45:55] "POST /neutron/port HTTP/1.1" 200 117 0.022522 10.0.0.249 - - [2026-08-03 02:45:55] "POST /neutron/network HTTP/1.1" 200 117 0.029389 10.0.0.249 - - [2026-08-03 02:45:56] "POST /neutron/network HTTP/1.1" 200 904 0.011897 10.0.0.249 - - [2026-08-03 02:45:56] "POST /id-to-fqname HTTP/1.1" 200 262 0.001479 10.0.0.249 - - [2026-08-03 02:45:56] "GET /virtual-network/3701ee70-554c-4e34-bef1-3ae781d5da91?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2166 0.007837 10.0.0.249 - - [2026-08-03 02:45:56] "GET /virtual-network/3701ee70-554c-4e34-bef1-3ae781d5da91?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2166 0.007922 10.0.0.249 - - [2026-08-03 02:45:56] "POST /neutron/subnet HTTP/1.1" 200 729 0.011803 10.0.0.249 - - [2026-08-03 02:45:56] "POST /id-to-fqname HTTP/1.1" 200 261 0.001717 10.0.0.249 - - [2026-08-03 02:45:57] "POST /neutron/network HTTP/1.1" 200 900 0.009281 10.0.0.249 - - [2026-08-03 02:45:57] "POST /id-to-fqname HTTP/1.1" 200 262 0.001946 10.0.0.249 - - [2026-08-03 02:45:57] "POST /neutron/port HTTP/1.1" 200 117 0.010641 10.0.0.249 - - [2026-08-03 02:45:57] "POST /neutron/network HTTP/1.1" 200 904 0.008980 10.0.0.249 - - [2026-08-03 02:45:58] "POST /fqname-to-id HTTP/1.1" 404 193 0.004664 10.0.0.249 - - [2026-08-03 02:45:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004182 10.0.0.161 - - [2026-08-03 02:45:58] "GET /domains?obj_uuids=724de60e-9f87-4d23-867c-6bd9a9880f5b&detail=False&count=False&shared=False HTTP/1.1" 200 316 0.001741 10.0.0.249 - - [2026-08-03 02:45:58] "GET /domain/724de60e-9f87-4d23-867c-6bd9a9880f5b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.011065 10.0.0.249 - - [2026-08-03 02:45:58] "POST /service-templates HTTP/1.1" 200 545 0.048118 10.0.0.249 - - [2026-08-03 02:45:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004476 10.0.0.249 - - [2026-08-03 02:45:58] "GET /service-template/5147376e-3bbb-4f17-9429-1e5457ff2b9f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1821 0.007678 10.0.0.249 - - [2026-08-03 02:45:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003686 10.0.0.249 - - [2026-08-03 02:45:58] "GET /service-template/5147376e-3bbb-4f17-9429-1e5457ff2b9f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1821 0.007342 10.0.0.249 - - [2026-08-03 02:45:58] "POST /id-to-fqname HTTP/1.1" 200 261 0.001500 10.0.0.249 - - [2026-08-03 02:45:58] "POST /id-to-fqname HTTP/1.1" 200 261 0.001527 10.0.0.249 - - [2026-08-03 02:45:59] "POST /id-to-fqname HTTP/1.1" 200 262 0.001503 10.0.0.249 - - [2026-08-03 02:45:59] "POST /neutron/port HTTP/1.1" 200 117 0.010945 10.0.0.249 - - [2026-08-03 02:45:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.004095 10.0.0.249 - - [2026-08-03 02:45:59] "DELETE /service-template/5147376e-3bbb-4f17-9429-1e5457ff2b9f HTTP/1.1" 200 115 0.037753 10.0.0.249 - - [2026-08-03 02:45:59] "POST /fqname-to-id HTTP/1.1" 404 193 0.008391 10.0.0.50 - - [2026-08-03 02:46:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.010184 10.0.0.249 - - [2026-08-03 02:46:01] "POST /neutron/network HTTP/1.1" 200 904 0.014021 10.0.0.249 - - [2026-08-03 02:46:02] "POST /neutron/port HTTP/1.1" 400 207 0.006946 10.0.0.50 - - [2026-08-03 02:46:02] "DELETE /route-target/3c75fef4-2160-4595-890d-e8c0134cbb25 HTTP/1.1" 200 115 0.040888 10.0.0.161 - - [2026-08-03 02:46:02] "GET /projects?obj_uuids=504421ec-a090-4348-b51b-053f81d6158a&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001328 10.0.0.249 - - [2026-08-03 02:46:02] "GET /project/504421ec-a090-4348-b51b-053f81d6158a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1385 0.073019 10.0.0.161 - - [2026-08-03 02:46:02] "GET /projects?obj_uuids=504421ec-a090-4348-b51b-053f81d6158a&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001780 10.0.0.249 - - [2026-08-03 02:46:02] "GET /project/504421ec-a090-4348-b51b-053f81d6158a?fields=virtual_networks HTTP/1.1" 200 1043 0.099656 10.0.0.161 - - [2026-08-03 02:46:02] "GET /projects?obj_uuids=504421ec-a090-4348-b51b-053f81d6158a&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001590 10.0.0.249 - - [2026-08-03 02:46:02] "GET /project/504421ec-a090-4348-b51b-053f81d6158a?fields=virtual_machine_interfaces HTTP/1.1" 200 1043 0.077396 10.0.0.161 - - [2026-08-03 02:46:02] "GET /projects?obj_uuids=504421ec-a090-4348-b51b-053f81d6158a&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001356 10.0.0.249 - - [2026-08-03 02:46:02] "GET /project/504421ec-a090-4348-b51b-053f81d6158a?fields=security_groups HTTP/1.1" 200 1275 0.084005 10.0.0.249 - - [2026-08-03 02:46:03] "POST /fqname-to-id HTTP/1.1" 404 197 0.035444 10.0.0.161 - - [2026-08-03 02:46:04] "GET /projects?obj_uuids=9ff32be5-1ca5-42e9-9bba-50a4c5b98d25&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004139 10.0.0.161 - - [2026-08-03 02:46:04] "GET /domains?obj_uuids=724de60e-9f87-4d23-867c-6bd9a9880f5b&detail=False&count=False&shared=False HTTP/1.1" 200 316 0.001134 10.0.0.161 - - [2026-08-03 02:46:04] "GET /domain/724de60e-9f87-4d23-867c-6bd9a9880f5b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008427 10.0.0.161 - - [2026-08-03 02:46:04] "POST /id-to-fqname HTTP/1.1" 200 199 0.001434 10.0.0.161 - - [2026-08-03 02:46:04] "POST /fqname-to-id HTTP/1.1" 404 208 0.007995 10.0.0.161 - - [2026-08-03 02:46:04] "POST /security-groups HTTP/1.1" 200 602 0.045251 10.0.0.50 - - [2026-08-03 02:46:04] "POST /fqname-to-id HTTP/1.1" 404 243 0.005105 10.0.0.161 - - [2026-08-03 02:46:04] "POST /projects HTTP/1.1" 200 605 0.331531 10.0.0.161 - - [2026-08-03 02:46:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.375055 10.0.0.249 - - [2026-08-03 02:46:04] "GET /project/9ff32be5-1ca5-42e9-9bba-50a4c5b98d25?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1402 0.574447 10.0.0.50 - - [2026-08-03 02:46:04] "POST /access-control-lists HTTP/1.1" 200 605 0.079842 10.0.0.249 - - [2026-08-03 02:46:05] "POST /neutron/port HTTP/1.1" 200 117 0.008408 10.0.0.249 - - [2026-08-03 02:46:06] "GET / HTTP/1.1" 200 36215 0.002432 10.0.0.249 - - [2026-08-03 02:46:06] "POST /neutron/port HTTP/1.1" 200 117 0.009215 10.0.0.249 - - [2026-08-03 02:46:06] "POST /neutron/port HTTP/1.1" 200 117 0.014267 10.0.0.249 - - [2026-08-03 02:46:06] "POST /fqname-to-id HTTP/1.1" 401 293 0.000654 10.0.0.249 - - [2026-08-03 02:46:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.068928 10.0.0.161 - - [2026-08-03 02:46:07] "GET /projects?obj_uuids=9ff32be5-1ca5-42e9-9bba-50a4c5b98d25&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.001328 10.0.0.249 - - [2026-08-03 02:46:07] "GET /project/9ff32be5-1ca5-42e9-9bba-50a4c5b98d25?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1402 0.063838 10.0.0.161 - - [2026-08-03 02:46:07] "GET /projects?obj_uuids=9ff32be5-1ca5-42e9-9bba-50a4c5b98d25&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.001281 10.0.0.249 - - [2026-08-03 02:46:07] "POST /neutron/network HTTP/1.1" 200 694 0.209560 10.0.0.249 - - [2026-08-03 02:46:08] "POST /neutron/network HTTP/1.1" 200 1086 0.014858 10.0.0.249 - - [2026-08-03 02:46:08] "POST /id-to-fqname HTTP/1.1" 200 269 0.001565 10.0.0.249 - - [2026-08-03 02:46:08] "GET /virtual-network/652daff2-3070-4219-9afe-2aa35bfdf2ad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2761 0.006802 10.0.0.249 - - [2026-08-03 02:46:08] "GET /virtual-network/652daff2-3070-4219-9afe-2aa35bfdf2ad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2761 0.007942 10.0.0.249 - - [2026-08-03 02:46:08] "POST /neutron/subnet HTTP/1.1" 200 823 0.012310 10.0.0.249 - - [2026-08-03 02:46:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004846 10.0.0.161 - - [2026-08-03 02:46:08] "GET /projects?obj_uuids=9ff32be5-1ca5-42e9-9bba-50a4c5b98d25&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.001472 10.0.0.249 - - [2026-08-03 02:46:08] "GET /project/9ff32be5-1ca5-42e9-9bba-50a4c5b98d25?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1402 0.049389 10.0.0.161 - - [2026-08-03 02:46:08] "GET /projects?obj_uuids=9ff32be5-1ca5-42e9-9bba-50a4c5b98d25&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.001177 10.0.0.249 - - [2026-08-03 02:46:09] "POST /neutron/network HTTP/1.1" 200 694 0.210698 10.0.0.249 - - [2026-08-03 02:46:09] "POST /neutron/network HTTP/1.1" 200 117 0.009856 10.0.0.50 - - [2026-08-03 02:46:09] "POST /route-targets HTTP/1.1" 200 328 0.019803 10.0.0.50 - - [2026-08-03 02:46:09] "POST /fqname-to-id HTTP/1.1" 404 207 0.008522 10.0.0.249 - - [2026-08-03 02:46:09] "POST /neutron/network HTTP/1.1" 200 1087 0.019545 10.0.0.249 - - [2026-08-03 02:46:09] "POST /id-to-fqname HTTP/1.1" 200 269 0.001525 10.0.0.249 - - [2026-08-03 02:46:09] "GET /virtual-network/63ce3d4b-dc03-450b-80be-cc0c8ec72978?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2763 0.006683 10.0.0.249 - - [2026-08-03 02:46:09] "GET /virtual-network/63ce3d4b-dc03-450b-80be-cc0c8ec72978?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2763 0.008838 10.0.0.249 - - [2026-08-03 02:46:09] "POST /neutron/subnet HTTP/1.1" 200 828 0.010557 10.0.0.249 - - [2026-08-03 02:46:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003847 10.0.0.161 - - [2026-08-03 02:46:09] "GET /projects?obj_uuids=9ff32be5-1ca5-42e9-9bba-50a4c5b98d25&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.001201 10.0.0.249 - - [2026-08-03 02:46:10] "GET /project/9ff32be5-1ca5-42e9-9bba-50a4c5b98d25?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1402 0.077765 10.0.0.161 - - [2026-08-03 02:46:10] "GET /projects?obj_uuids=9ff32be5-1ca5-42e9-9bba-50a4c5b98d25&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.001535 10.0.0.249 - - [2026-08-03 02:46:10] "POST /neutron/network HTTP/1.1" 200 696 0.213394 10.0.0.50 - - [2026-08-03 02:46:10] "POST /ref-update HTTP/1.1" 200 156 0.032734 10.0.0.249 - - [2026-08-03 02:46:10] "POST /neutron/port HTTP/1.1" 200 117 0.008011 10.0.0.50 - - [2026-08-03 02:46:10] "POST /fqname-to-id HTTP/1.1" 404 207 0.011829 10.0.0.249 - - [2026-08-03 02:46:11] "POST /neutron/network HTTP/1.1" 200 1090 0.022496 10.0.0.249 - - [2026-08-03 02:46:11] "POST /id-to-fqname HTTP/1.1" 200 270 0.001819 10.0.0.249 - - [2026-08-03 02:46:11] "GET /virtual-network/c336ad76-b7e6-40d2-950f-a492214228a7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2771 0.016315 10.0.0.249 - - [2026-08-03 02:46:11] "GET /virtual-network/c336ad76-b7e6-40d2-950f-a492214228a7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2771 0.011007 10.0.0.249 - - [2026-08-03 02:46:11] "POST /neutron/network HTTP/1.1" 200 1090 0.013944 10.0.0.249 - - [2026-08-03 02:46:11] "POST /id-to-fqname HTTP/1.1" 200 269 0.001888 10.0.0.249 - - [2026-08-03 02:46:11] "POST /neutron/port HTTP/1.1" 200 117 0.011136 10.0.0.161 - - [2026-08-03 02:46:11] "GET /projects?obj_uuids=9ff32be5-1ca5-42e9-9bba-50a4c5b98d25&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.001137 10.0.0.249 - - [2026-08-03 02:46:11] "GET /project/9ff32be5-1ca5-42e9-9bba-50a4c5b98d25?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1402 0.098435 10.0.0.249 - - [2026-08-03 02:46:11] "POST /neutron/network HTTP/1.1" 200 1087 0.047787 10.0.0.249 - - [2026-08-03 02:46:12] "POST /id-to-fqname HTTP/1.1" 200 270 0.001931 10.0.0.249 - - [2026-08-03 02:46:12] "POST /neutron/port HTTP/1.1" 200 117 0.011131 10.0.0.249 - - [2026-08-03 02:46:12] "POST /neutron/port HTTP/1.1" 200 117 0.012632 10.0.0.249 - - [2026-08-03 02:46:14] "POST /fqname-to-id HTTP/1.1" 404 193 0.004243 10.0.0.249 - - [2026-08-03 02:46:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004226 10.0.0.161 - - [2026-08-03 02:46:14] "GET /domains?obj_uuids=724de60e-9f87-4d23-867c-6bd9a9880f5b&detail=False&count=False&shared=False HTTP/1.1" 200 316 0.001182 10.0.0.249 - - [2026-08-03 02:46:14] "GET /domain/724de60e-9f87-4d23-867c-6bd9a9880f5b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.009287 10.0.0.249 - - [2026-08-03 02:46:14] "POST /service-templates HTTP/1.1" 200 545 0.041055 10.0.0.249 - - [2026-08-03 02:46:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004714 10.0.0.249 - - [2026-08-03 02:46:14] "GET /service-template/9e6d88ac-39a6-4183-bb78-7627c3f9e516?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1826 0.007377 10.0.0.249 - - [2026-08-03 02:46:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003743 10.0.0.249 - - [2026-08-03 02:46:14] "GET /service-template/9e6d88ac-39a6-4183-bb78-7627c3f9e516?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1826 0.004945 10.0.0.249 - - [2026-08-03 02:46:14] "POST /id-to-fqname HTTP/1.1" 200 269 0.001586 10.0.0.249 - - [2026-08-03 02:46:14] "POST /id-to-fqname HTTP/1.1" 200 269 0.001571 10.0.0.249 - - [2026-08-03 02:46:14] "POST /id-to-fqname HTTP/1.1" 200 270 0.001662 10.0.0.249 - - [2026-08-03 02:46:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004984 10.0.0.249 - - [2026-08-03 02:46:15] "DELETE /service-template/9e6d88ac-39a6-4183-bb78-7627c3f9e516 HTTP/1.1" 200 115 0.044821 10.0.0.249 - - [2026-08-03 02:46:15] "POST /fqname-to-id HTTP/1.1" 404 193 0.004377 10.0.0.249 - - [2026-08-03 02:46:15] "POST /neutron/port HTTP/1.1" 200 117 0.008374 10.0.0.249 - - [2026-08-03 02:46:16] "POST /neutron/network HTTP/1.1" 200 1097 0.008468 10.0.0.249 - - [2026-08-03 02:46:17] "POST /neutron/network HTTP/1.1" 200 1100 0.023963 10.0.0.161 - - [2026-08-03 02:46:17] "GET /projects?obj_uuids=9ff32be5-1ca5-42e9-9bba-50a4c5b98d25&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.004102 10.0.0.161 - - [2026-08-03 02:46:17] "DELETE /project/504421eca0904348b51b053f81d6158a HTTP/1.1" 404 173 0.021106 10.0.0.161 - - [2026-08-03 02:46:17] "DELETE /project/8af34d1b07734b8f9a1d95654b7fba06 HTTP/1.1" 404 173 0.031828 10.0.0.161 - - [2026-08-03 02:46:17] "DELETE /project/9ff32be51ca542e99bba50a4c5b98d25 HTTP/1.1" 404 173 0.033780 10.0.0.161 - - [2026-08-03 02:46:17] "DELETE /project/6fc75131c3684496ab5d611048e0ece8 HTTP/1.1" 404 173 0.025950 10.0.0.161 - - [2026-08-03 02:46:17] "GET /projects?obj_uuids=504421ec-a090-4348-b51b-053f81d6158a&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001751 10.0.0.161 - - [2026-08-03 02:46:17] "GET /projects?obj_uuids=3125e0b2-82da-4b36-9724-45bc070ec5f2&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000944 10.0.0.161 - - [2026-08-03 02:46:17] "GET /projects?obj_uuids=6fc75131-c368-4496-ab5d-611048e0ece8&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.000877 10.0.0.161 - - [2026-08-03 02:46:17] "GET /projects?obj_uuids=8af34d1b-0773-4b8f-9a1d-95654b7fba06&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001328 10.0.0.161 - - [2026-08-03 02:46:17] "GET /project/504421ec-a090-4348-b51b-053f81d6158a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1490 0.116354 10.0.0.161 - - [2026-08-03 02:46:17] "GET /project/6fc75131-c368-4496-ab5d-611048e0ece8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1502 0.133153 10.0.0.161 - - [2026-08-03 02:46:17] "GET /project/8af34d1b-0773-4b8f-9a1d-95654b7fba06?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1491 0.140468 10.0.0.161 - - [2026-08-03 02:46:17] "GET /projects?obj_uuids=504421ec-a090-4348-b51b-053f81d6158a&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001150 10.0.0.161 - - [2026-08-03 02:46:17] "GET /projects?obj_uuids=6fc75131-c368-4496-ab5d-611048e0ece8&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.002466 10.0.0.161 - - [2026-08-03 02:46:17] "GET /project/3125e0b2-82da-4b36-9724-45bc070ec5f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1474 0.179016 10.0.0.161 - - [2026-08-03 02:46:17] "GET /projects?obj_uuids=8af34d1b-0773-4b8f-9a1d-95654b7fba06&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001297 10.0.0.161 - - [2026-08-03 02:46:17] "GET /projects?obj_uuids=3125e0b2-82da-4b36-9724-45bc070ec5f2&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001165 10.0.0.161 - - [2026-08-03 02:46:17] "GET /project/8af34d1b-0773-4b8f-9a1d-95654b7fba06?fields=security_groups HTTP/1.1" 200 1381 0.149329 10.0.0.161 - - [2026-08-03 02:46:18] "GET /project/6fc75131-c368-4496-ab5d-611048e0ece8?fields=security_groups HTTP/1.1" 200 1389 0.192671 10.0.0.161 - - [2026-08-03 02:46:18] "GET /project/504421ec-a090-4348-b51b-053f81d6158a?fields=security_groups HTTP/1.1" 200 1380 0.206753 10.0.0.249 - - [2026-08-03 02:46:18] "POST /neutron/port HTTP/1.1" 200 1177 0.947583 10.0.0.161 - - [2026-08-03 02:46:18] "GET /project/3125e0b2-82da-4b36-9724-45bc070ec5f2?fields=security_groups HTTP/1.1" 200 1105 0.335713 10.0.0.249 - - [2026-08-03 02:46:18] "POST /neutron/port HTTP/1.1" 200 1177 0.104218 10.0.0.161 - - [2026-08-03 02:46:18] "GET /projects?obj_uuids=3125e0b2-82da-4b36-9724-45bc070ec5f2&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001559 10.0.0.161 - - [2026-08-03 02:46:18] "GET /project/3125e0b2-82da-4b36-9724-45bc070ec5f2?fields=application_policy_sets HTTP/1.1" 404 203 0.058504 10.0.0.161 - - [2026-08-03 02:46:18] "DELETE /security-group/04d1e342-2e1d-4215-ac82-539140ef6231 HTTP/1.1" 200 115 0.274033 10.0.0.161 - - [2026-08-03 02:46:18] "GET /projects?obj_uuids=8af34d1b-0773-4b8f-9a1d-95654b7fba06&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001360 10.0.0.161 - - [2026-08-03 02:46:18] "DELETE /project/3125e0b2-82da-4b36-9724-45bc070ec5f2 HTTP/1.1" 404 171 0.710712 10.0.0.161 - - [2026-08-03 02:46:18] "DELETE /security-group/b91078bc-1a71-4134-b6f8-0803aa61f62e HTTP/1.1" 200 115 0.300806 10.0.0.161 - - [2026-08-03 02:46:18] "GET /projects?obj_uuids=504421ec-a090-4348-b51b-053f81d6158a&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001236 10.0.0.50 - - [2026-08-03 02:46:18] "DELETE /access-control-list/4ab5f30d-470f-44c2-bd96-33cc5cd4b7bc HTTP/1.1" 200 115 0.139748 10.0.0.161 - - [2026-08-03 02:46:18] "DELETE /security-group/1dc73a1a-a0ff-4cd1-95ef-26b5b4cff965 HTTP/1.1" 200 115 0.357759 10.0.0.161 - - [2026-08-03 02:46:18] "GET /projects?obj_uuids=6fc75131-c368-4496-ab5d-611048e0ece8&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001359 10.0.0.161 - - [2026-08-03 02:46:18] "GET /project/8af34d1b-0773-4b8f-9a1d-95654b7fba06?fields=application_policy_sets HTTP/1.1" 200 1420 0.143004 10.0.0.161 - - [2026-08-03 02:46:18] "GET /project/504421ec-a090-4348-b51b-053f81d6158a?fields=application_policy_sets HTTP/1.1" 200 1419 0.131379 10.0.0.161 - - [2026-08-03 02:46:18] "GET /project/6fc75131-c368-4496-ab5d-611048e0ece8?fields=application_policy_sets HTTP/1.1" 200 1428 0.257699 10.0.0.50 - - [2026-08-03 02:46:18] "DELETE /access-control-list/c22e5caf-be84-4ced-a7fb-efa8e9eca1bf HTTP/1.1" 200 115 0.209276 10.0.0.161 - - [2026-08-03 02:46:18] "DELETE /project/8af34d1b-0773-4b8f-9a1d-95654b7fba06 HTTP/1.1" 200 115 1.240602 10.0.0.161 - - [2026-08-03 02:46:18] "DELETE /project/504421ec-a090-4348-b51b-053f81d6158a HTTP/1.1" 200 115 1.319693 10.0.0.50 - - [2026-08-03 02:46:19] "GET /obj-perms HTTP/1.1" 200 4509 0.172814 10.0.0.161 - - [2026-08-03 02:46:19] "DELETE /project/6fc75131-c368-4496-ab5d-611048e0ece8 HTTP/1.1" 200 115 1.436794 10.0.0.249 - - [2026-08-03 02:46:19] "POST /neutron/port HTTP/1.1" 200 1230 0.349179 10.0.0.249 - - [2026-08-03 02:46:19] "POST /neutron/port HTTP/1.1" 200 1241 0.039750 10.0.0.249 - - [2026-08-03 02:46:19] "POST /neutron/subnet HTTP/1.1" 200 1389 0.025674 10.0.0.249 - - [2026-08-03 02:46:19] "POST /neutron/network HTTP/1.1" 200 1090 0.015544 10.0.0.249 - - [2026-08-03 02:46:20] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004989 10.0.0.249 - - [2026-08-03 02:46:20] "POST /neutron/port HTTP/1.1" 200 117 0.001696 10.0.0.249 - - [2026-08-03 02:46:21] "POST /neutron/network HTTP/1.1" 400 204 0.020636 10.0.0.249 - - [2026-08-03 02:46:25] "POST /neutron/network HTTP/1.1" 200 1087 0.012054 10.0.0.249 - - [2026-08-03 02:46:27] "POST /neutron/network HTTP/1.1" 400 204 0.017281 10.0.0.249 - - [2026-08-03 02:46:31] "POST /neutron/network HTTP/1.1" 200 1087 0.013107 10.0.0.249 - - [2026-08-03 02:46:33] "POST /neutron/network HTTP/1.1" 400 204 0.016233 10.0.0.249 - - [2026-08-03 02:46:37] "POST /neutron/network HTTP/1.1" 200 1087 0.012262 10.0.0.249 - - [2026-08-03 02:46:39] "POST /neutron/network HTTP/1.1" 400 204 0.017467 10.0.0.249 - - [2026-08-03 02:46:40] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005368 10.0.0.249 - - [2026-08-03 02:46:40] "POST /neutron/port HTTP/1.1" 200 117 0.001607 10.0.0.249 - - [2026-08-03 02:46:41] "POST /neutron/port HTTP/1.1" 200 1240 0.026221 10.0.0.249 - - [2026-08-03 02:46:41] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004732 10.0.0.249 - - [2026-08-03 02:46:41] "POST /neutron/port HTTP/1.1" 200 117 0.001218 10.0.0.249 - - [2026-08-03 02:46:41] "POST /neutron/network HTTP/1.1" 400 204 0.015051 10.0.0.249 - - [2026-08-03 02:46:42] "POST /neutron/port HTTP/1.1" 200 151 0.350968 10.0.0.249 - - [2026-08-03 02:46:44] "POST /neutron/port HTTP/1.1" 200 151 0.380941 10.0.0.50 - - [2026-08-03 02:46:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.009024 10.0.0.249 - - [2026-08-03 02:46:44] "POST /neutron/network HTTP/1.1" 200 1090 0.028352 10.0.0.50 - - [2026-08-03 02:46:44] "DELETE /route-target/76f62092-7dde-49da-b7a3-47f2d5d512bb HTTP/1.1" 200 115 0.037290 10.0.0.161 - - [2026-08-03 02:46:44] "POST /useragent-kv HTTP/1.1" 200 115 0.003670 10.0.0.161 - - [2026-08-03 02:46:44] "POST /useragent-kv HTTP/1.1" 200 115 0.003987 10.0.0.161 - - [2026-08-03 02:46:44] "POST /useragent-kv HTTP/1.1" 200 115 0.003226 10.0.0.161 - - [2026-08-03 02:46:44] "POST /useragent-kv HTTP/1.1" 200 115 0.004945 10.0.0.249 - - [2026-08-03 02:46:44] "POST /neutron/network HTTP/1.1" 200 151 0.206714 10.0.0.161 - - [2026-08-03 02:46:44] "GET /projects?obj_uuids=9ff32be5-1ca5-42e9-9bba-50a4c5b98d25&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.004354 10.0.0.249 - - [2026-08-03 02:46:44] "GET /project/9ff32be5-1ca5-42e9-9bba-50a4c5b98d25?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1402 0.114023 10.0.0.161 - - [2026-08-03 02:46:44] "GET /projects?obj_uuids=9ff32be5-1ca5-42e9-9bba-50a4c5b98d25&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.001598 10.0.0.249 - - [2026-08-03 02:46:44] "GET /project/9ff32be5-1ca5-42e9-9bba-50a4c5b98d25?fields=virtual_networks HTTP/1.1" 200 1052 0.091751 10.0.0.161 - - [2026-08-03 02:46:45] "GET /projects?obj_uuids=9ff32be5-1ca5-42e9-9bba-50a4c5b98d25&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.001606 10.0.0.249 - - [2026-08-03 02:46:45] "GET /project/9ff32be5-1ca5-42e9-9bba-50a4c5b98d25?fields=virtual_machine_interfaces HTTP/1.1" 200 1052 0.075033 10.0.0.161 - - [2026-08-03 02:46:45] "GET /projects?obj_uuids=9ff32be5-1ca5-42e9-9bba-50a4c5b98d25&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.001777 10.0.0.249 - - [2026-08-03 02:46:45] "GET /project/9ff32be5-1ca5-42e9-9bba-50a4c5b98d25?fields=security_groups HTTP/1.1" 200 1288 0.055408 10.0.0.249 - - [2026-08-03 02:46:46] "POST /fqname-to-id HTTP/1.1" 404 200 0.038387 10.0.0.161 - - [2026-08-03 02:46:46] "GET /projects?obj_uuids=c448364b-b66a-40ad-a7e8-61915864d67e&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003892 10.0.0.161 - - [2026-08-03 02:46:46] "GET /domains?obj_uuids=724de60e-9f87-4d23-867c-6bd9a9880f5b&detail=False&count=False&shared=False HTTP/1.1" 200 316 0.001907 10.0.0.161 - - [2026-08-03 02:46:46] "GET /domain/724de60e-9f87-4d23-867c-6bd9a9880f5b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.012272 10.0.0.161 - - [2026-08-03 02:46:46] "POST /id-to-fqname HTTP/1.1" 200 202 0.007341 10.0.0.161 - - [2026-08-03 02:46:46] "POST /fqname-to-id HTTP/1.1" 404 211 0.021002 10.0.0.161 - - [2026-08-03 02:46:46] "POST /security-groups HTTP/1.1" 200 605 0.037181 10.0.0.50 - - [2026-08-03 02:46:46] "POST /fqname-to-id HTTP/1.1" 404 246 0.007530 10.0.0.161 - - [2026-08-03 02:46:46] "POST /projects HTTP/1.1" 200 611 0.326104 10.0.0.161 - - [2026-08-03 02:46:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.360370 10.0.0.249 - - [2026-08-03 02:46:46] "GET /project/c448364b-b66a-40ad-a7e8-61915864d67e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1414 0.555512 10.0.0.50 - - [2026-08-03 02:46:46] "POST /access-control-lists HTTP/1.1" 200 608 0.072404 10.0.0.249 - - [2026-08-03 02:46:48] "GET / HTTP/1.1" 200 36215 0.002948 10.0.0.249 - - [2026-08-03 02:46:49] "POST /fqname-to-id HTTP/1.1" 401 293 0.000648 10.0.0.249 - - [2026-08-03 02:46:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.094821 10.0.0.161 - - [2026-08-03 02:46:50] "GET /projects?obj_uuids=c448364b-b66a-40ad-a7e8-61915864d67e&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.001267 10.0.0.249 - - [2026-08-03 02:46:50] "GET /project/c448364b-b66a-40ad-a7e8-61915864d67e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1414 0.080477 10.0.0.161 - - [2026-08-03 02:46:51] "POST /useragent-kv HTTP/1.1" 200 115 0.013948 10.0.0.249 - - [2026-08-03 02:46:51] "POST /neutron/subnet HTTP/1.1" 200 729 0.399112 10.0.0.249 - - [2026-08-03 02:46:51] "POST /id-to-fqname HTTP/1.1" 200 233 0.001887 10.0.0.249 - - [2026-08-03 02:46:51] "GET /virtual-network/b135271a-69c1-4cc4-a5cd-367cad2f40dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.007654 10.0.0.249 - - [2026-08-03 02:46:51] "GET /virtual-network/b135271a-69c1-4cc4-a5cd-367cad2f40dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.010925 10.0.0.249 - - [2026-08-03 02:46:51] "POST /neutron/network HTTP/1.1" 200 839 0.015078 10.0.0.249 - - [2026-08-03 02:46:51] "GET /virtual-network/b135271a-69c1-4cc4-a5cd-367cad2f40dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.006889 10.0.0.249 - - [2026-08-03 02:46:52] "GET /obj-perms HTTP/1.1" 200 4507 0.059345 10.0.0.249 - - [2026-08-03 02:46:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004877 10.0.0.161 - - [2026-08-03 02:46:53] "GET /projects?obj_uuids=c448364b-b66a-40ad-a7e8-61915864d67e&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.001166 10.0.0.249 - - [2026-08-03 02:46:53] "GET /project/c448364b-b66a-40ad-a7e8-61915864d67e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1414 0.064513 10.0.0.161 - - [2026-08-03 02:46:53] "GET /projects?obj_uuids=c448364b-b66a-40ad-a7e8-61915864d67e&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.001270 10.0.0.249 - - [2026-08-03 02:46:53] "POST /neutron/network HTTP/1.1" 200 619 0.185849 10.0.0.50 - - [2026-08-03 02:46:54] "POST /route-targets HTTP/1.1" 200 328 0.028195 10.0.0.249 - - [2026-08-03 02:46:54] "POST /id-to-fqname HTTP/1.1" 200 233 0.008701 10.0.0.249 - - [2026-08-03 02:46:54] "GET /virtual-network/b6d37ee6-9b4d-4919-8d46-31958ea9a50b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2064 0.015662 10.0.0.249 - - [2026-08-03 02:46:54] "POST /neutron/network HTTP/1.1" 200 836 0.009946 10.0.0.249 - - [2026-08-03 02:46:54] "GET /virtual-network/b6d37ee6-9b4d-4919-8d46-31958ea9a50b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2064 0.008062 10.0.0.249 - - [2026-08-03 02:46:54] "GET /virtual-network/b6d37ee6-9b4d-4919-8d46-31958ea9a50b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2064 0.008106 10.0.0.161 - - [2026-08-03 02:46:55] "GET /obj-perms HTTP/1.1" 200 4507 0.075177 10.0.0.249 - - [2026-08-03 02:46:55] "POST /id-to-fqname HTTP/1.1" 200 233 0.001807 10.0.0.50 - - [2026-08-03 02:47:18] "DELETE /access-control-list/a2586c2c-5a0b-4324-8998-43b8b93443e5 HTTP/1.1" 200 115 0.078950 10.0.0.161 - - [2026-08-03 02:47:19] "DELETE /project/c448364bb66a40ada7e861915864d67e HTTP/1.1" 404 173 0.003758 10.0.0.161 - - [2026-08-03 02:47:19] "DELETE /project/9ff32be5-1ca5-42e9-9bba-50a4c5b98d25 HTTP/1.1" 404 177 0.006723 10.0.0.249 - - [2026-08-03 02:47:30] "POST /neutron/network HTTP/1.1" 200 846 0.009910 10.0.0.249 - - [2026-08-03 02:47:31] "POST /neutron/port HTTP/1.1" 200 117 0.009077 10.0.0.249 - - [2026-08-03 02:47:31] "POST /id-to-fqname HTTP/1.1" 200 233 0.001781 10.0.0.161 - - [2026-08-03 02:47:31] "GET /projects?obj_uuids=c448364b-b66a-40ad-a7e8-61915864d67e&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.001117 10.0.0.249 - - [2026-08-03 02:47:31] "GET /project/c448364b-b66a-40ad-a7e8-61915864d67e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1414 0.087381 10.0.0.249 - - [2026-08-03 02:47:31] "POST /neutron/network HTTP/1.1" 200 839 0.010080 10.0.0.249 - - [2026-08-03 02:47:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.004930 10.0.0.161 - - [2026-08-03 02:47:31] "GET /projects?obj_uuids=c448364b-b66a-40ad-a7e8-61915864d67e&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.001613 10.0.0.249 - - [2026-08-03 02:47:31] "GET /project/c448364b-b66a-40ad-a7e8-61915864d67e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1414 0.085000 10.0.0.249 - - [2026-08-03 02:47:31] "GET /virtual-network/b135271a-69c1-4cc4-a5cd-367cad2f40dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.007025 10.0.0.249 - - [2026-08-03 02:47:31] "GET /floating-ip-pools?parent_id=b135271a-69c1-4cc4-a5cd-367cad2f40dd&detail=False&count=False&shared=False HTTP/1.1" 200 133 0.004091 10.0.0.249 - - [2026-08-03 02:47:31] "GET /virtual-network/b135271a-69c1-4cc4-a5cd-367cad2f40dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.007521 10.0.0.249 - - [2026-08-03 02:47:31] "POST /floating-ip-pools HTTP/1.1" 200 611 0.054964 10.0.0.249 - - [2026-08-03 02:47:31] "POST /ref-update HTTP/1.1" 200 156 0.023916 10.0.0.249 - - [2026-08-03 02:47:31] "GET /virtual-network/b135271a-69c1-4cc4-a5cd-367cad2f40dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.006669 10.0.0.249 - - [2026-08-03 02:47:32] "GET /virtual-network/b135271a-69c1-4cc4-a5cd-367cad2f40dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.007889 10.0.0.249 - - [2026-08-03 02:47:32] "POST /neutron/port HTTP/1.1" 200 117 0.008105 10.0.0.249 - - [2026-08-03 02:47:35] "POST /neutron/port HTTP/1.1" 200 1070 0.022378 10.0.0.249 - - [2026-08-03 02:47:35] "POST /neutron/network HTTP/1.1" 200 849 0.032323 10.0.0.249 - - [2026-08-03 02:47:36] "POST /neutron/port HTTP/1.1" 200 1073 0.040831 10.0.0.249 - - [2026-08-03 02:47:36] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005022 10.0.0.249 - - [2026-08-03 02:47:36] "POST /neutron/network HTTP/1.1" 200 836 0.009096 10.0.0.249 - - [2026-08-03 02:47:37] "POST /neutron/port HTTP/1.1" 200 1137 0.038507 10.0.0.249 - - [2026-08-03 02:47:37] "POST /neutron/port HTTP/1.1" 200 117 0.001350 10.0.0.249 - - [2026-08-03 02:47:42] "POST /neutron/security_group HTTP/1.1" 200 2070 0.013651 10.0.0.249 - - [2026-08-03 02:47:52] "POST /neutron/port HTTP/1.1" 200 1134 0.022974 10.0.0.249 - - [2026-08-03 02:47:57] "POST /neutron/security_group HTTP/1.1" 200 2070 0.014032 10.0.0.249 - - [2026-08-03 02:48:08] "POST /neutron/port HTTP/1.1" 200 1134 0.026753 10.0.0.249 - - [2026-08-03 02:48:13] "POST /neutron/security_group HTTP/1.1" 200 2070 0.009340 10.0.0.50 - - [2026-08-03 02:48:18] "GET /global-system-configs HTTP/1.1" 401 293 0.000567 10.0.0.50 - - [2026-08-03 02:48:18] "GET /global-system-configs HTTP/1.1" 401 293 0.000511 10.0.0.50 - - [2026-08-03 02:48:19] "GET /global-system-configs HTTP/1.1" 401 293 0.000511 10.0.0.50 - - [2026-08-03 02:48:19] "GET /global-system-configs HTTP/1.1" 401 293 0.000714 10.0.0.161 - - [2026-08-03 02:48:19] "GET /global-system-configs HTTP/1.1" 401 293 0.000480 10.0.0.161 - - [2026-08-03 02:48:19] "GET /global-system-configs HTTP/1.1" 401 293 0.000489 10.0.0.50 - - [2026-08-03 02:48:20] "GET /obj-perms HTTP/1.1" 200 4509 0.050270 10.0.0.161 - - [2026-08-03 02:48:21] "GET /global-system-configs HTTP/1.1" 401 293 0.000571 10.0.0.161 - - [2026-08-03 02:48:21] "GET /global-system-configs HTTP/1.1" 401 293 0.000506 10.0.0.249 - - [2026-08-03 02:48:21] "GET /global-system-configs HTTP/1.1" 401 293 0.000502 10.0.0.249 - - [2026-08-03 02:48:21] "GET /global-system-configs HTTP/1.1" 401 293 0.000509 10.0.0.249 - - [2026-08-03 02:48:22] "GET /global-system-configs HTTP/1.1" 401 293 0.000468 10.0.0.249 - - [2026-08-03 02:48:22] "GET /global-system-configs HTTP/1.1" 401 293 0.000533 10.0.0.249 - - [2026-08-03 02:48:23] "POST /neutron/port HTTP/1.1" 200 1134 0.029666 10.0.0.249 - - [2026-08-03 02:48:28] "POST /neutron/security_group HTTP/1.1" 200 2070 0.010090 10.0.0.249 - - [2026-08-03 02:48:38] "POST /neutron/port HTTP/1.1" 200 1134 0.031136 10.0.0.249 - - [2026-08-03 02:48:43] "POST /neutron/security_group HTTP/1.1" 200 2070 0.009203 10.0.0.249 - - [2026-08-03 02:48:49] "POST /neutron/port HTTP/1.1" 200 1134 0.027361 10.0.0.249 - - [2026-08-03 02:48:49] "POST /neutron/security_group HTTP/1.1" 200 2070 0.011249 10.0.0.249 - - [2026-08-03 02:48:49] "GET /virtual-machine/afd82a5f-f0b2-4eea-a163-3a2134316770 HTTP/1.1" 401 293 0.000560 10.0.0.249 - - [2026-08-03 02:48:49] "GET /virtual-machine/afd82a5f-f0b2-4eea-a163-3a2134316770 HTTP/1.1" 200 1307 0.037210 10.0.0.249 - - [2026-08-03 02:48:49] "GET /virtual-machine-interface/253dbc5a-7cfa-4560-9a56-d6bd2d93869a HTTP/1.1" 200 3010 0.007134 10.0.0.249 - - [2026-08-03 02:48:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004485 10.0.0.249 - - [2026-08-03 02:48:49] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004689 10.0.0.249 - - [2026-08-03 02:48:49] "GET /virtual-networks?parent_id=c448364b-b66a-40ad-a7e8-61915864d67e&detail=False&count=False&shared=False HTTP/1.1" 200 599 0.004383 10.0.0.249 - - [2026-08-03 02:48:49] "GET /virtual-network/b6d37ee6-9b4d-4919-8d46-31958ea9a50b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2064 0.007234 10.0.0.249 - - [2026-08-03 02:48:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.004601 10.0.0.249 - - [2026-08-03 02:48:52] "GET /virtual-network/b6d37ee6-9b4d-4919-8d46-31958ea9a50b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2064 0.006598 10.0.0.249 - - [2026-08-03 02:48:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004467 10.0.0.249 - - [2026-08-03 02:48:56] "GET /virtual-network/b6d37ee6-9b4d-4919-8d46-31958ea9a50b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2064 0.007653 10.0.0.249 - - [2026-08-03 02:49:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004968 10.0.0.249 - - [2026-08-03 02:49:01] "GET /virtual-network/b6d37ee6-9b4d-4919-8d46-31958ea9a50b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2064 0.009182 10.0.0.249 - - [2026-08-03 02:49:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004731 10.0.0.249 - - [2026-08-03 02:49:05] "GET /virtual-network/b6d37ee6-9b4d-4919-8d46-31958ea9a50b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2064 0.007130 10.0.0.249 - - [2026-08-03 02:49:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.004558 10.0.0.249 - - [2026-08-03 02:49:09] "GET /virtual-network/b6d37ee6-9b4d-4919-8d46-31958ea9a50b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2064 0.007141 10.0.0.249 - - [2026-08-03 02:49:10] "POST /neutron/network HTTP/1.1" 200 849 0.013930 10.0.0.249 - - [2026-08-03 02:49:10] "POST /neutron/port HTTP/1.1" 200 117 0.001526 10.0.0.249 - - [2026-08-03 02:49:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004667 10.0.0.249 - - [2026-08-03 02:49:13] "GET /virtual-network/b6d37ee6-9b4d-4919-8d46-31958ea9a50b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2064 0.007753 10.0.0.249 - - [2026-08-03 02:49:14] "POST /neutron/port HTTP/1.1" 200 1134 0.024364 10.0.0.249 - - [2026-08-03 02:49:15] "POST /neutron/subnet HTTP/1.1" 200 689 0.010684 10.0.0.249 - - [2026-08-03 02:49:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.005501 10.0.0.249 - - [2026-08-03 02:49:17] "GET /virtual-network/b6d37ee6-9b4d-4919-8d46-31958ea9a50b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2064 0.008710 10.0.0.249 - - [2026-08-03 02:49:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.005927 10.0.0.249 - - [2026-08-03 02:49:19] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005625 10.0.0.249 - - [2026-08-03 02:49:19] "GET /virtual-networks?parent_id=c448364b-b66a-40ad-a7e8-61915864d67e&detail=False&count=False&shared=False HTTP/1.1" 200 599 0.005095 10.0.0.249 - - [2026-08-03 02:49:19] "GET /virtual-network/b6d37ee6-9b4d-4919-8d46-31958ea9a50b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2064 0.008691 10.0.0.249 - - [2026-08-03 02:49:19] "POST /neutron/port HTTP/1.1" 200 1134 0.023362 10.0.0.249 - - [2026-08-03 02:49:21] "GET /obj-perms HTTP/1.1" 200 4509 0.048004 10.0.0.249 - - [2026-08-03 02:49:23] "POST /neutron/security_group HTTP/1.1" 200 2070 0.032489 10.0.0.249 - - [2026-08-03 02:49:24] "POST /neutron/port HTTP/1.1" 200 1134 0.021792 10.0.0.249 - - [2026-08-03 02:49:29] "POST /neutron/security_group HTTP/1.1" 200 2070 0.008919 10.0.0.249 - - [2026-08-03 02:49:35] "POST /neutron/floatingip HTTP/1.1" 200 531 0.010367 10.0.0.249 - - [2026-08-03 02:49:35] "POST /neutron/security_group HTTP/1.1" 200 2070 0.009078 10.0.0.249 - - [2026-08-03 02:49:35] "POST /neutron/port HTTP/1.1" 200 1137 0.023137 10.0.0.249 - - [2026-08-03 02:49:35] "GET /virtual-machine/6d9ea9d8-482c-4b06-a28d-8634e0f8aac8 HTTP/1.1" 200 1306 0.008031 10.0.0.249 - - [2026-08-03 02:49:35] "GET /virtual-machine-interface/4d611459-6ce7-46b7-a10b-7bff44f78cc3 HTTP/1.1" 200 3010 0.006804 10.0.0.249 - - [2026-08-03 02:49:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004543 10.0.0.249 - - [2026-08-03 02:49:35] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004832 10.0.0.249 - - [2026-08-03 02:49:35] "GET /virtual-networks?parent_id=c448364b-b66a-40ad-a7e8-61915864d67e&detail=False&count=False&shared=False HTTP/1.1" 200 599 0.004418 10.0.0.249 - - [2026-08-03 02:49:35] "GET /virtual-network/b135271a-69c1-4cc4-a5cd-367cad2f40dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.008416 10.0.0.249 - - [2026-08-03 02:49:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.006766 10.0.0.249 - - [2026-08-03 02:49:36] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005913 10.0.0.249 - - [2026-08-03 02:49:36] "GET /virtual-networks?parent_id=c448364b-b66a-40ad-a7e8-61915864d67e&detail=False&count=False&shared=False HTTP/1.1" 200 599 0.004993 10.0.0.249 - - [2026-08-03 02:49:36] "GET /virtual-network/b135271a-69c1-4cc4-a5cd-367cad2f40dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.007110 10.0.0.249 - - [2026-08-03 02:49:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.004014 10.0.0.249 - - [2026-08-03 02:49:37] "GET /routing-instance/4acdcafb-61d9-49e4-8ad7-ea24b181df00?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1494 0.005198 10.0.0.249 - - [2026-08-03 02:49:37] "GET /route-target/e1dad803-1c6b-4c8a-a6f0-132df4f16357?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.005581 10.0.0.249 - - [2026-08-03 02:49:47] "POST /neutron/floatingip HTTP/1.1" 200 576 0.032259 10.0.0.249 - - [2026-08-03 02:49:47] "POST /neutron/floatingip HTTP/1.1" 200 115 0.084200 10.0.0.249 - - [2026-08-03 02:49:47] "GET /floating-ip-pool/a881f792-f850-46de-b04d-794e1c3b6a9c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1208 0.005247 10.0.0.249 - - [2026-08-03 02:49:47] "POST /ref-update HTTP/1.1" 200 156 0.037800 10.0.0.249 - - [2026-08-03 02:49:47] "DELETE /floating-ip-pool/a881f792-f850-46de-b04d-794e1c3b6a9c HTTP/1.1" 200 115 0.067366 10.0.0.249 - - [2026-08-03 02:49:50] "POST /neutron/port HTTP/1.1" 200 1137 0.033131 10.0.0.249 - - [2026-08-03 02:49:50] "POST /neutron/port HTTP/1.1" 200 1134 0.085247 10.0.0.249 - - [2026-08-03 02:49:50] "POST /neutron/port HTTP/1.1" 200 1124 0.064781 10.0.0.161 - - [2026-08-03 02:49:52] "POST /useragent-kv HTTP/1.1" 200 115 0.006310 10.0.0.161 - - [2026-08-03 02:49:52] "POST /useragent-kv HTTP/1.1" 200 115 0.013286 10.0.0.249 - - [2026-08-03 02:49:52] "POST /neutron/network HTTP/1.1" 200 151 0.247773 10.0.0.50 - - [2026-08-03 02:49:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.004232 10.0.0.161 - - [2026-08-03 02:49:54] "GET /projects?obj_uuids=c448364b-b66a-40ad-a7e8-61915864d67e&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.001272 10.0.0.249 - - [2026-08-03 02:49:54] "GET /project/c448364b-b66a-40ad-a7e8-61915864d67e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1414 0.048069 10.0.0.161 - - [2026-08-03 02:49:54] "GET /projects?obj_uuids=c448364b-b66a-40ad-a7e8-61915864d67e&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.002021 10.0.0.249 - - [2026-08-03 02:49:54] "GET /project/c448364b-b66a-40ad-a7e8-61915864d67e?fields=virtual_networks HTTP/1.1" 200 1058 0.078863 10.0.0.161 - - [2026-08-03 02:49:54] "GET /projects?obj_uuids=c448364b-b66a-40ad-a7e8-61915864d67e&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.001152 10.0.0.249 - - [2026-08-03 02:49:54] "GET /project/c448364b-b66a-40ad-a7e8-61915864d67e?fields=virtual_machine_interfaces HTTP/1.1" 200 1058 0.071276 10.0.0.161 - - [2026-08-03 02:49:54] "GET /projects?obj_uuids=c448364b-b66a-40ad-a7e8-61915864d67e&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.001342 10.0.0.249 - - [2026-08-03 02:49:54] "GET /project/c448364b-b66a-40ad-a7e8-61915864d67e?fields=security_groups HTTP/1.1" 200 1297 0.053690 10.0.0.249 - - [2026-08-03 02:49:56] "POST /fqname-to-id HTTP/1.1" 404 188 0.044222 10.0.0.161 - - [2026-08-03 02:49:56] "GET /projects?obj_uuids=a270b6c9-5edc-4013-b493-509372b1c1e9&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004143 10.0.0.161 - - [2026-08-03 02:49:56] "GET /domains?obj_uuids=724de60e-9f87-4d23-867c-6bd9a9880f5b&detail=False&count=False&shared=False HTTP/1.1" 200 316 0.001302 10.0.0.161 - - [2026-08-03 02:49:56] "GET /domain/724de60e-9f87-4d23-867c-6bd9a9880f5b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.009429 10.0.0.161 - - [2026-08-03 02:49:56] "POST /id-to-fqname HTTP/1.1" 200 190 0.009977 10.0.0.161 - - [2026-08-03 02:49:56] "POST /fqname-to-id HTTP/1.1" 404 199 0.012350 10.0.0.161 - - [2026-08-03 02:49:56] "POST /security-groups HTTP/1.1" 200 593 0.085957 10.0.0.161 - - [2026-08-03 02:49:56] "POST /projects HTTP/1.1" 200 587 0.380575 10.0.0.50 - - [2026-08-03 02:49:56] "POST /access-control-lists HTTP/1.1" 200 598 0.037979 10.0.0.161 - - [2026-08-03 02:49:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.475360 10.0.0.249 - - [2026-08-03 02:49:56] "GET /project/a270b6c9-5edc-4013-b493-509372b1c1e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.663851 10.0.0.249 - - [2026-08-03 02:49:58] "GET / HTTP/1.1" 200 36215 0.001690 10.0.0.161 - - [2026-08-03 02:50:01] "GET /projects?obj_uuids=a270b6c9-5edc-4013-b493-509372b1c1e9&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001843 10.0.0.249 - - [2026-08-03 02:50:01] "GET /project/a270b6c9-5edc-4013-b493-509372b1c1e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.097865 10.0.0.161 - - [2026-08-03 02:50:01] "GET /projects?obj_uuids=a270b6c9-5edc-4013-b493-509372b1c1e9&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001755 10.0.0.249 - - [2026-08-03 02:50:01] "GET /project/a270b6c9-5edc-4013-b493-509372b1c1e9?fields=virtual_networks HTTP/1.1" 200 1034 0.095852 10.0.0.161 - - [2026-08-03 02:50:01] "GET /projects?obj_uuids=a270b6c9-5edc-4013-b493-509372b1c1e9&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001766 10.0.0.249 - - [2026-08-03 02:50:01] "GET /project/a270b6c9-5edc-4013-b493-509372b1c1e9?fields=virtual_machine_interfaces HTTP/1.1" 200 1034 0.084199 10.0.0.161 - - [2026-08-03 02:50:01] "GET /projects?obj_uuids=a270b6c9-5edc-4013-b493-509372b1c1e9&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001432 10.0.0.249 - - [2026-08-03 02:50:01] "GET /project/a270b6c9-5edc-4013-b493-509372b1c1e9?fields=security_groups HTTP/1.1" 200 1261 0.073263 10.0.0.249 - - [2026-08-03 02:50:02] "POST /fqname-to-id HTTP/1.1" 404 183 0.044011 10.0.0.161 - - [2026-08-03 02:50:03] "GET /projects?obj_uuids=58e169e0-8397-406f-990f-b9f6391e51cf&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.007339 10.0.0.50 - - [2026-08-03 02:50:03] "DELETE /access-control-list/4f7cf6c1-6241-4e65-8cfa-3368f9dbc980 HTTP/1.1" 200 115 0.045253 10.0.0.161 - - [2026-08-03 02:50:03] "GET /domains?obj_uuids=724de60e-9f87-4d23-867c-6bd9a9880f5b&detail=False&count=False&shared=False HTTP/1.1" 200 316 0.001479 10.0.0.161 - - [2026-08-03 02:50:03] "GET /domain/724de60e-9f87-4d23-867c-6bd9a9880f5b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.032701 10.0.0.161 - - [2026-08-03 02:50:03] "POST /id-to-fqname HTTP/1.1" 200 185 0.008528 10.0.0.161 - - [2026-08-03 02:50:03] "POST /fqname-to-id HTTP/1.1" 404 194 0.016951 10.0.0.161 - - [2026-08-03 02:50:03] "POST /security-groups HTTP/1.1" 200 588 0.152428 10.0.0.161 - - [2026-08-03 02:50:03] "POST /projects HTTP/1.1" 200 577 0.511230 10.0.0.161 - - [2026-08-03 02:50:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.590621 10.0.0.50 - - [2026-08-03 02:50:03] "POST /access-control-lists HTTP/1.1" 200 593 0.054453 10.0.0.249 - - [2026-08-03 02:50:03] "GET /project/58e169e0-8397-406f-990f-b9f6391e51cf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1345 0.924828 10.0.0.249 - - [2026-08-03 02:50:05] "GET / HTTP/1.1" 200 36215 0.001535 10.0.0.161 - - [2026-08-03 02:50:11] "GET /projects?obj_uuids=58e169e0-8397-406f-990f-b9f6391e51cf&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001307 10.0.0.249 - - [2026-08-03 02:50:11] "GET /project/58e169e0-8397-406f-990f-b9f6391e51cf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1345 0.079581 10.0.0.161 - - [2026-08-03 02:50:11] "GET /projects?obj_uuids=58e169e0-8397-406f-990f-b9f6391e51cf&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001695 10.0.0.249 - - [2026-08-03 02:50:11] "GET /project/58e169e0-8397-406f-990f-b9f6391e51cf?fields=virtual_networks HTTP/1.1" 200 1023 0.115793 10.0.0.161 - - [2026-08-03 02:50:11] "GET /projects?obj_uuids=58e169e0-8397-406f-990f-b9f6391e51cf&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001458 10.0.0.249 - - [2026-08-03 02:50:11] "GET /project/58e169e0-8397-406f-990f-b9f6391e51cf?fields=virtual_machine_interfaces HTTP/1.1" 200 1023 0.090815 10.0.0.161 - - [2026-08-03 02:50:11] "GET /projects?obj_uuids=58e169e0-8397-406f-990f-b9f6391e51cf&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001529 10.0.0.249 - - [2026-08-03 02:50:11] "GET /project/58e169e0-8397-406f-990f-b9f6391e51cf?fields=security_groups HTTP/1.1" 200 1245 0.076023 10.0.0.249 - - [2026-08-03 02:50:13] "POST /fqname-to-id HTTP/1.1" 404 187 0.046537 10.0.0.161 - - [2026-08-03 02:50:13] "GET /projects?obj_uuids=5f7a9aa5-5dc3-40ac-bfd4-527a26f08364&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003766 10.0.0.161 - - [2026-08-03 02:50:13] "GET /domains?obj_uuids=724de60e-9f87-4d23-867c-6bd9a9880f5b&detail=False&count=False&shared=False HTTP/1.1" 200 316 0.001330 10.0.0.161 - - [2026-08-03 02:50:13] "GET /domain/724de60e-9f87-4d23-867c-6bd9a9880f5b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.010687 10.0.0.161 - - [2026-08-03 02:50:13] "POST /id-to-fqname HTTP/1.1" 200 189 0.001539 10.0.0.161 - - [2026-08-03 02:50:13] "POST /fqname-to-id HTTP/1.1" 404 198 0.016168 10.0.0.161 - - [2026-08-03 02:50:13] "POST /security-groups HTTP/1.1" 200 592 0.062171 10.0.0.50 - - [2026-08-03 02:50:13] "POST /fqname-to-id HTTP/1.1" 404 233 0.005077 10.0.0.161 - - [2026-08-03 02:50:13] "POST /projects HTTP/1.1" 200 585 0.341156 10.0.0.161 - - [2026-08-03 02:50:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.382167 10.0.0.50 - - [2026-08-03 02:50:13] "POST /access-control-lists HTTP/1.1" 200 595 0.065130 10.0.0.249 - - [2026-08-03 02:50:13] "GET /project/5f7a9aa5-5dc3-40ac-bfd4-527a26f08364?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1361 0.597501 10.0.0.249 - - [2026-08-03 02:50:15] "GET / HTTP/1.1" 200 36215 0.002096 10.0.0.161 - - [2026-08-03 02:50:18] "GET /projects?obj_uuids=5f7a9aa5-5dc3-40ac-bfd4-527a26f08364&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001256 10.0.0.249 - - [2026-08-03 02:50:18] "GET /project/5f7a9aa5-5dc3-40ac-bfd4-527a26f08364?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1361 0.068856 10.0.0.161 - - [2026-08-03 02:50:18] "GET /projects?obj_uuids=5f7a9aa5-5dc3-40ac-bfd4-527a26f08364&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001223 10.0.0.249 - - [2026-08-03 02:50:18] "GET /project/5f7a9aa5-5dc3-40ac-bfd4-527a26f08364?fields=virtual_networks HTTP/1.1" 200 1031 0.061781 10.0.0.161 - - [2026-08-03 02:50:18] "GET /projects?obj_uuids=5f7a9aa5-5dc3-40ac-bfd4-527a26f08364&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001574 10.0.0.249 - - [2026-08-03 02:50:18] "GET /project/5f7a9aa5-5dc3-40ac-bfd4-527a26f08364?fields=virtual_machine_interfaces HTTP/1.1" 200 1031 0.045354 10.0.0.161 - - [2026-08-03 02:50:18] "GET /projects?obj_uuids=5f7a9aa5-5dc3-40ac-bfd4-527a26f08364&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001366 10.0.0.249 - - [2026-08-03 02:50:18] "GET /project/5f7a9aa5-5dc3-40ac-bfd4-527a26f08364?fields=security_groups HTTP/1.1" 200 1257 0.058664 10.0.0.161 - - [2026-08-03 02:50:19] "DELETE /project/58e169e08397406f990fb9f6391e51cf HTTP/1.1" 404 173 0.010905 10.0.0.161 - - [2026-08-03 02:50:19] "DELETE /project/c448364b-b66a-40ad-a7e8-61915864d67e HTTP/1.1" 404 177 0.010151 10.0.0.161 - - [2026-08-03 02:50:19] "DELETE /project/5f7a9aa55dc340acbfd4527a26f08364 HTTP/1.1" 404 173 0.014772 10.0.0.161 - - [2026-08-03 02:50:19] "DELETE /project/a270b6c95edc4013b493509372b1c1e9 HTTP/1.1" 404 173 0.009698 10.0.0.161 - - [2026-08-03 02:50:19] "GET /projects?obj_uuids=58e169e0-8397-406f-990f-b9f6391e51cf&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001043 10.0.0.161 - - [2026-08-03 02:50:19] "GET /projects?obj_uuids=5f7a9aa5-5dc3-40ac-bfd4-527a26f08364&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000873 10.0.0.161 - - [2026-08-03 02:50:19] "GET /projects?obj_uuids=a270b6c9-5edc-4013-b493-509372b1c1e9&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000765 10.0.0.161 - - [2026-08-03 02:50:19] "GET /project/5f7a9aa5-5dc3-40ac-bfd4-527a26f08364?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1466 0.079106 10.0.0.161 - - [2026-08-03 02:50:19] "GET /project/58e169e0-8397-406f-990f-b9f6391e51cf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1450 0.092937 10.0.0.161 - - [2026-08-03 02:50:19] "GET /project/a270b6c9-5edc-4013-b493-509372b1c1e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1471 0.107771 10.0.0.161 - - [2026-08-03 02:50:19] "GET /projects?obj_uuids=5f7a9aa5-5dc3-40ac-bfd4-527a26f08364&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001197 10.0.0.161 - - [2026-08-03 02:50:19] "GET /projects?obj_uuids=58e169e0-8397-406f-990f-b9f6391e51cf&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001171 10.0.0.161 - - [2026-08-03 02:50:19] "GET /projects?obj_uuids=a270b6c9-5edc-4013-b493-509372b1c1e9&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001257 10.0.0.161 - - [2026-08-03 02:50:20] "GET /project/5f7a9aa5-5dc3-40ac-bfd4-527a26f08364?fields=security_groups HTTP/1.1" 200 1362 0.069370 10.0.0.161 - - [2026-08-03 02:50:20] "GET /project/a270b6c9-5edc-4013-b493-509372b1c1e9?fields=security_groups HTTP/1.1" 200 1366 0.067145 10.0.0.161 - - [2026-08-03 02:50:20] "GET /project/58e169e0-8397-406f-990f-b9f6391e51cf?fields=security_groups HTTP/1.1" 200 1350 0.088527 10.0.0.249 - - [2026-08-03 02:50:20] "POST /fqname-to-id HTTP/1.1" 404 188 0.092213 10.0.0.161 - - [2026-08-03 02:50:20] "DELETE /security-group/4f5f50cc-22b0-4ba5-95ae-261788644bdf HTTP/1.1" 200 115 0.195195 10.0.0.161 - - [2026-08-03 02:50:20] "GET /projects?obj_uuids=5f7a9aa5-5dc3-40ac-bfd4-527a26f08364&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002349 10.0.0.161 - - [2026-08-03 02:50:20] "DELETE /security-group/00a17a91-4cb9-4fc2-a8d0-3e09faf469ad HTTP/1.1" 200 115 0.190413 10.0.0.161 - - [2026-08-03 02:50:20] "DELETE /security-group/0f648874-43da-4ce1-85e8-fb89a3d9b602 HTTP/1.1" 200 115 0.217246 10.0.0.161 - - [2026-08-03 02:50:20] "GET /projects?obj_uuids=58e169e0-8397-406f-990f-b9f6391e51cf&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001469 10.0.0.161 - - [2026-08-03 02:50:20] "GET /projects?obj_uuids=a270b6c9-5edc-4013-b493-509372b1c1e9&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001079 10.0.0.161 - - [2026-08-03 02:50:20] "GET /project/5f7a9aa5-5dc3-40ac-bfd4-527a26f08364?fields=application_policy_sets HTTP/1.1" 200 1401 0.101358 10.0.0.161 - - [2026-08-03 02:50:20] "GET /projects?obj_uuids=6d7b4d63-a1f4-4a84-82b3-be5a0df66464&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.050072 10.0.0.161 - - [2026-08-03 02:50:20] "GET /project/a270b6c9-5edc-4013-b493-509372b1c1e9?fields=application_policy_sets HTTP/1.1" 200 1405 0.169261 10.0.0.161 - - [2026-08-03 02:50:20] "GET /project/58e169e0-8397-406f-990f-b9f6391e51cf?fields=application_policy_sets HTTP/1.1" 200 1389 0.241382 10.0.0.50 - - [2026-08-03 02:50:20] "DELETE /access-control-list/17a1ee7f-7e98-4063-bf10-057168eced7e HTTP/1.1" 200 115 0.157335 10.0.0.161 - - [2026-08-03 02:50:20] "GET /domains?obj_uuids=724de60e-9f87-4d23-867c-6bd9a9880f5b&detail=False&count=False&shared=False HTTP/1.1" 200 316 0.001703 10.0.0.161 - - [2026-08-03 02:50:20] "GET /domain/724de60e-9f87-4d23-867c-6bd9a9880f5b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.056854 10.0.0.161 - - [2026-08-03 02:50:20] "DELETE /project/5f7a9aa5-5dc3-40ac-bfd4-527a26f08364 HTTP/1.1" 200 115 1.030677 10.0.0.50 - - [2026-08-03 02:50:20] "DELETE /access-control-list/700125b7-7407-4a4f-b48a-37d6f181ac91 HTTP/1.1" 200 115 0.114465 10.0.0.161 - - [2026-08-03 02:50:20] "DELETE /project/a270b6c9-5edc-4013-b493-509372b1c1e9 HTTP/1.1" 200 115 1.107661 10.0.0.161 - - [2026-08-03 02:50:21] "DELETE /project/58e169e0-8397-406f-990f-b9f6391e51cf HTTP/1.1" 200 115 1.207418 10.0.0.161 - - [2026-08-03 02:50:21] "POST /id-to-fqname HTTP/1.1" 200 190 0.002363 10.0.0.161 - - [2026-08-03 02:50:21] "POST /fqname-to-id HTTP/1.1" 404 199 0.012207 10.0.0.161 - - [2026-08-03 02:50:21] "POST /security-groups HTTP/1.1" 200 593 0.063435 10.0.0.161 - - [2026-08-03 02:50:21] "POST /projects HTTP/1.1" 200 587 0.555544 10.0.0.161 - - [2026-08-03 02:50:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.623696 10.0.0.50 - - [2026-08-03 02:50:21] "POST /fqname-to-id HTTP/1.1" 404 233 0.009735 10.0.0.249 - - [2026-08-03 02:50:21] "GET /project/6d7b4d63-a1f4-4a84-82b3-be5a0df66464?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 1.002152 10.0.0.161 - - [2026-08-03 02:50:22] "GET /obj-perms HTTP/1.1" 200 4509 0.085736 10.0.0.249 - - [2026-08-03 02:50:23] "GET / HTTP/1.1" 200 36215 0.002268 10.0.0.161 - - [2026-08-03 02:50:27] "GET /projects?obj_uuids=6d7b4d63-a1f4-4a84-82b3-be5a0df66464&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001386 10.0.0.249 - - [2026-08-03 02:50:27] "GET /project/6d7b4d63-a1f4-4a84-82b3-be5a0df66464?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.072211 10.0.0.161 - - [2026-08-03 02:50:27] "GET /projects?obj_uuids=6d7b4d63-a1f4-4a84-82b3-be5a0df66464&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001379 10.0.0.249 - - [2026-08-03 02:50:27] "GET /project/6d7b4d63-a1f4-4a84-82b3-be5a0df66464?fields=virtual_networks HTTP/1.1" 200 1032 0.082716 10.0.0.161 - - [2026-08-03 02:50:27] "GET /projects?obj_uuids=6d7b4d63-a1f4-4a84-82b3-be5a0df66464&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001773 10.0.0.249 - - [2026-08-03 02:50:27] "GET /project/6d7b4d63-a1f4-4a84-82b3-be5a0df66464?fields=virtual_machine_interfaces HTTP/1.1" 200 1032 0.067429 10.0.0.161 - - [2026-08-03 02:50:27] "GET /projects?obj_uuids=6d7b4d63-a1f4-4a84-82b3-be5a0df66464&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001254 10.0.0.249 - - [2026-08-03 02:50:27] "GET /project/6d7b4d63-a1f4-4a84-82b3-be5a0df66464?fields=security_groups HTTP/1.1" 200 1259 0.069870 10.0.0.249 - - [2026-08-03 02:50:28] "POST /fqname-to-id HTTP/1.1" 404 192 0.045005 10.0.0.161 - - [2026-08-03 02:50:28] "GET /projects?obj_uuids=9adbc3f8-5c62-4c7b-a506-36561c67e188&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003846 10.0.0.161 - - [2026-08-03 02:50:28] "GET /domains?obj_uuids=724de60e-9f87-4d23-867c-6bd9a9880f5b&detail=False&count=False&shared=False HTTP/1.1" 200 316 0.001276 10.0.0.161 - - [2026-08-03 02:50:28] "GET /domain/724de60e-9f87-4d23-867c-6bd9a9880f5b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.009496 10.0.0.161 - - [2026-08-03 02:50:28] "POST /id-to-fqname HTTP/1.1" 200 194 0.006409 10.0.0.161 - - [2026-08-03 02:50:28] "POST /fqname-to-id HTTP/1.1" 404 203 0.007609 10.0.0.161 - - [2026-08-03 02:50:28] "POST /security-groups HTTP/1.1" 200 597 0.049794 10.0.0.161 - - [2026-08-03 02:50:28] "POST /projects HTTP/1.1" 200 595 0.306922 10.0.0.161 - - [2026-08-03 02:50:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.348650 10.0.0.50 - - [2026-08-03 02:50:29] "POST /access-control-lists HTTP/1.1" 200 602 0.049091 10.0.0.249 - - [2026-08-03 02:50:29] "GET /project/9adbc3f8-5c62-4c7b-a506-36561c67e188?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.550446 10.0.0.249 - - [2026-08-03 02:50:30] "GET / HTTP/1.1" 200 36215 0.001753 10.0.0.161 - - [2026-08-03 02:50:33] "GET /projects?obj_uuids=9adbc3f8-5c62-4c7b-a506-36561c67e188&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001120 10.0.0.249 - - [2026-08-03 02:50:34] "GET /project/9adbc3f8-5c62-4c7b-a506-36561c67e188?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.072751 10.0.0.161 - - [2026-08-03 02:50:34] "GET /projects?obj_uuids=9adbc3f8-5c62-4c7b-a506-36561c67e188&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.009676 10.0.0.249 - - [2026-08-03 02:50:34] "GET /project/9adbc3f8-5c62-4c7b-a506-36561c67e188?fields=virtual_networks HTTP/1.1" 200 1042 0.083292 10.0.0.161 - - [2026-08-03 02:50:34] "GET /projects?obj_uuids=9adbc3f8-5c62-4c7b-a506-36561c67e188&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001424 10.0.0.249 - - [2026-08-03 02:50:34] "GET /project/9adbc3f8-5c62-4c7b-a506-36561c67e188?fields=virtual_machine_interfaces HTTP/1.1" 200 1042 0.059308 10.0.0.161 - - [2026-08-03 02:50:34] "GET /projects?obj_uuids=9adbc3f8-5c62-4c7b-a506-36561c67e188&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001212 10.0.0.249 - - [2026-08-03 02:50:34] "GET /project/9adbc3f8-5c62-4c7b-a506-36561c67e188?fields=security_groups HTTP/1.1" 200 1273 0.060597 10.0.0.249 - - [2026-08-03 02:50:35] "POST /fqname-to-id HTTP/1.1" 404 183 0.036039 10.0.0.161 - - [2026-08-03 02:50:35] "GET /projects?obj_uuids=1d8d9ddf-91bd-4939-b5e7-a1d3bfe9dc4f&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.072191 10.0.0.161 - - [2026-08-03 02:50:35] "GET /domains?obj_uuids=724de60e-9f87-4d23-867c-6bd9a9880f5b&detail=False&count=False&shared=False HTTP/1.1" 200 316 0.001335 10.0.0.161 - - [2026-08-03 02:50:35] "GET /domain/724de60e-9f87-4d23-867c-6bd9a9880f5b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.053579 10.0.0.161 - - [2026-08-03 02:50:35] "POST /id-to-fqname HTTP/1.1" 200 185 0.005890 10.0.0.161 - - [2026-08-03 02:50:35] "POST /fqname-to-id HTTP/1.1" 404 194 0.004843 10.0.0.161 - - [2026-08-03 02:50:36] "POST /security-groups HTTP/1.1" 200 588 0.086416 10.0.0.161 - - [2026-08-03 02:50:36] "POST /projects HTTP/1.1" 200 577 0.377497 10.0.0.50 - - [2026-08-03 02:50:36] "POST /fqname-to-id HTTP/1.1" 404 229 0.034648 10.0.0.161 - - [2026-08-03 02:50:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.451530 10.0.0.249 - - [2026-08-03 02:50:36] "GET /project/1d8d9ddf-91bd-4939-b5e7-a1d3bfe9dc4f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1345 0.745992 10.0.0.50 - - [2026-08-03 02:50:36] "POST /access-control-lists HTTP/1.1" 200 591 0.044149 10.0.0.249 - - [2026-08-03 02:50:37] "GET / HTTP/1.1" 200 36215 0.002282 10.0.0.249 - - [2026-08-03 02:50:38] "POST /fqname-to-id HTTP/1.1" 404 193 0.066719 10.0.0.161 - - [2026-08-03 02:50:38] "GET /projects?obj_uuids=b58029c2-6735-4ede-aa49-7564ebdc8c42&detail=False&count=False&shared=False HTTP/1.1" 200 327 0.001482 10.0.0.50 - - [2026-08-03 02:50:38] "POST /fqname-to-id HTTP/1.1" 404 227 0.011724 10.0.0.249 - - [2026-08-03 02:50:38] "POST /neutron/security_group HTTP/1.1" 200 1364 0.491641 10.0.0.50 - - [2026-08-03 02:50:38] "PUT /access-control-list/a9a9602c-7616-4e2a-8a38-ad6ebf713396 HTTP/1.1" 200 273 0.035116 10.0.0.249 - - [2026-08-03 02:50:39] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.201641 10.0.0.249 - - [2026-08-03 02:50:39] "POST /fqname-to-id HTTP/1.1" 404 193 0.007510 10.0.0.161 - - [2026-08-03 02:50:39] "GET /projects?obj_uuids=b58029c2-6735-4ede-aa49-7564ebdc8c42&detail=False&count=False&shared=False HTTP/1.1" 200 327 0.001524 10.0.0.50 - - [2026-08-03 02:50:39] "POST /fqname-to-id HTTP/1.1" 404 228 0.004057 10.0.0.50 - - [2026-08-03 02:50:39] "POST /access-control-lists HTTP/1.1" 200 590 0.050510 10.0.0.249 - - [2026-08-03 02:50:39] "POST /neutron/security_group HTTP/1.1" 200 1364 0.488494 10.0.0.249 - - [2026-08-03 02:50:40] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.151483 10.0.0.50 - - [2026-08-03 02:50:40] "PUT /access-control-list/d5c89a4f-6861-4f36-9144-6189e1a22e94 HTTP/1.1" 200 273 0.018096 10.0.0.249 - - [2026-08-03 02:50:40] "POST /fqname-to-id HTTP/1.1" 401 293 0.001085 10.0.0.249 - - [2026-08-03 02:50:40] "POST /fqname-to-id HTTP/1.1" 404 210 0.031023 10.0.0.161 - - [2026-08-03 02:50:41] "GET /projects?obj_uuids=1d8d9ddf-91bd-4939-b5e7-a1d3bfe9dc4f&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001370 10.0.0.50 - - [2026-08-03 02:50:41] "POST /access-control-lists HTTP/1.1" 200 609 0.042989 10.0.0.50 - - [2026-08-03 02:50:41] "PUT /access-control-list/813a23d1-edae-483f-b0e1-52c5cab9ae57 HTTP/1.1" 200 273 0.017251 10.0.0.249 - - [2026-08-03 02:50:41] "POST /neutron/security_group HTTP/1.1" 200 1379 0.504773 10.0.0.249 - - [2026-08-03 02:50:41] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.137957 10.0.0.249 - - [2026-08-03 02:50:42] "POST /fqname-to-id HTTP/1.1" 404 210 0.005826 10.0.0.161 - - [2026-08-03 02:50:42] "GET /projects?obj_uuids=1d8d9ddf-91bd-4939-b5e7-a1d3bfe9dc4f&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001431 10.0.0.50 - - [2026-08-03 02:50:42] "PUT /access-control-list/813a23d1-edae-483f-b0e1-52c5cab9ae57 HTTP/1.1" 200 273 0.028897 10.0.0.50 - - [2026-08-03 02:50:42] "POST /fqname-to-id HTTP/1.1" 404 244 0.013776 10.0.0.249 - - [2026-08-03 02:50:42] "POST /neutron/security_group HTTP/1.1" 200 1379 0.465115 10.0.0.50 - - [2026-08-03 02:50:42] "PUT /access-control-list/f4e33f34-05e0-4ea4-89bf-bb8aa5606abd HTTP/1.1" 200 273 0.025127 10.0.0.249 - - [2026-08-03 02:50:42] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.131646 10.0.0.161 - - [2026-08-03 02:50:44] "GET /projects?obj_uuids=b58029c2-6735-4ede-aa49-7564ebdc8c42&detail=False&count=False&shared=False HTTP/1.1" 200 327 0.001612 10.0.0.249 - - [2026-08-03 02:50:44] "POST /neutron/router HTTP/1.1" 200 541 0.135196 10.0.0.50 - - [2026-08-03 02:50:44] "POST /route-targets HTTP/1.1" 200 328 0.027228 10.0.0.249 - - [2026-08-03 02:50:44] "POST /neutron/router HTTP/1.1" 200 541 0.005631 10.0.0.249 - - [2026-08-03 02:50:44] "POST /neutron/router HTTP/1.1" 200 541 0.009742 10.0.0.249 - - [2026-08-03 02:50:44] "POST /neutron/router HTTP/1.1" 200 541 0.005929 10.0.0.249 - - [2026-08-03 02:50:44] "POST /neutron/router HTTP/1.1" 200 541 0.005740 10.0.0.249 - - [2026-08-03 02:50:44] "POST /neutron/router HTTP/1.1" 200 541 0.005524 10.0.0.249 - - [2026-08-03 02:50:44] "POST /neutron/router HTTP/1.1" 200 541 0.007596 10.0.0.249 - - [2026-08-03 02:50:44] "POST /neutron/router HTTP/1.1" 200 541 0.005320 10.0.0.249 - - [2026-08-03 02:50:44] "POST /neutron/router HTTP/1.1" 200 541 0.005485 10.0.0.249 - - [2026-08-03 02:50:45] "POST /neutron/router HTTP/1.1" 200 541 0.005891 10.0.0.249 - - [2026-08-03 02:50:45] "POST /neutron/router HTTP/1.1" 200 541 0.005566 10.0.0.249 - - [2026-08-03 02:50:45] "POST /neutron/router HTTP/1.1" 200 541 0.045039 10.0.0.249 - - [2026-08-03 02:50:45] "POST /neutron/router HTTP/1.1" 200 541 0.005582 10.0.0.50 - - [2026-08-03 02:50:45] "DELETE /route-target/c112185d-dfae-427d-a92e-0585cdf622a1 HTTP/1.1" 200 115 0.037819 10.0.0.249 - - [2026-08-03 02:50:45] "POST /neutron/router HTTP/1.1" 200 559 0.006737 10.0.0.249 - - [2026-08-03 02:50:45] "POST /neutron/router HTTP/1.1" 200 559 0.011276 10.0.0.249 - - [2026-08-03 02:50:45] "POST /neutron/router HTTP/1.1" 200 559 0.005955 10.0.0.249 - - [2026-08-03 02:50:45] "POST /neutron/router HTTP/1.1" 200 559 0.005887 10.0.0.249 - - [2026-08-03 02:50:45] "POST /neutron/router HTTP/1.1" 200 559 0.005828 10.0.0.249 - - [2026-08-03 02:50:45] "POST /neutron/router HTTP/1.1" 200 559 0.005520 10.0.0.249 - - [2026-08-03 02:50:45] "POST /neutron/router HTTP/1.1" 200 559 0.005733 10.0.0.249 - - [2026-08-03 02:50:46] "POST /neutron/router HTTP/1.1" 200 559 0.006285 10.0.0.249 - - [2026-08-03 02:50:46] "POST /neutron/router HTTP/1.1" 200 559 0.005856 10.0.0.249 - - [2026-08-03 02:50:46] "POST /neutron/router HTTP/1.1" 200 559 0.005359 10.0.0.249 - - [2026-08-03 02:50:46] "POST /neutron/router HTTP/1.1" 200 559 0.005392 10.0.0.249 - - [2026-08-03 02:50:46] "POST /neutron/router HTTP/1.1" 200 559 0.008360 10.0.0.50 - - [2026-08-03 02:50:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.006148 10.0.0.249 - - [2026-08-03 02:50:46] "POST /neutron/router HTTP/1.1" 200 151 0.123938 10.0.0.50 - - [2026-08-03 02:50:46] "GET /logical-router/29e6ca27-5a5c-4035-aa25-a46e6a659c90?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.039079 10.0.0.249 - - [2026-08-03 02:50:46] "POST /neutron/router HTTP/1.1" 200 542 0.022831 10.0.0.50 - - [2026-08-03 02:50:46] "PUT /logical-router/460533a5-273e-4db1-b857-272007ed9fdb HTTP/1.1" 200 263 0.062869 10.0.0.249 - - [2026-08-03 02:50:46] "POST /neutron/router HTTP/1.1" 200 542 0.012775 10.0.0.249 - - [2026-08-03 02:50:46] "POST /neutron/router HTTP/1.1" 200 542 0.005538 10.0.0.249 - - [2026-08-03 02:50:46] "POST /neutron/router HTTP/1.1" 200 542 0.005482 10.0.0.249 - - [2026-08-03 02:50:46] "POST /neutron/router HTTP/1.1" 200 542 0.005978 10.0.0.249 - - [2026-08-03 02:50:46] "POST /neutron/router HTTP/1.1" 200 542 0.005939 10.0.0.249 - - [2026-08-03 02:50:47] "POST /neutron/router HTTP/1.1" 200 542 0.006008 10.0.0.249 - - [2026-08-03 02:50:47] "POST /neutron/router HTTP/1.1" 200 542 0.006698 10.0.0.249 - - [2026-08-03 02:50:47] "POST /neutron/router HTTP/1.1" 200 542 0.005226 10.0.0.249 - - [2026-08-03 02:50:47] "POST /neutron/router HTTP/1.1" 200 542 0.005182 10.0.0.249 - - [2026-08-03 02:50:47] "POST /neutron/router HTTP/1.1" 200 542 0.005451 10.0.0.249 - - [2026-08-03 02:50:47] "POST /neutron/router HTTP/1.1" 200 541 0.035041 10.0.0.249 - - [2026-08-03 02:50:47] "POST /neutron/security_group HTTP/1.1" 200 521 0.007717 10.0.0.50 - - [2026-08-03 02:50:47] "DELETE /access-control-list/97c2ac61-c8de-4160-90ca-a5878ef03609 HTTP/1.1" 200 115 0.055961 10.0.0.249 - - [2026-08-03 02:50:47] "POST /neutron/security_group HTTP/1.1" 200 151 0.097716 10.0.0.50 - - [2026-08-03 02:50:47] "DELETE /access-control-list/813a23d1-edae-483f-b0e1-52c5cab9ae57 HTTP/1.1" 200 115 0.052493 10.0.0.249 - - [2026-08-03 02:50:47] "POST /neutron/security_group HTTP/1.1" 200 506 0.005661 10.0.0.50 - - [2026-08-03 02:50:48] "DELETE /access-control-list/f055e2fb-59fa-41bc-972f-a8002627cbce HTTP/1.1" 200 115 0.058815 10.0.0.161 - - [2026-08-03 02:50:49] "GET /projects?obj_uuids=1d8d9ddf-91bd-4939-b5e7-a1d3bfe9dc4f&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001533 10.0.0.249 - - [2026-08-03 02:50:49] "GET /project/1d8d9ddf-91bd-4939-b5e7-a1d3bfe9dc4f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1345 0.064398 10.0.0.161 - - [2026-08-03 02:50:49] "GET /projects?obj_uuids=1d8d9ddf-91bd-4939-b5e7-a1d3bfe9dc4f&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001264 10.0.0.249 - - [2026-08-03 02:50:49] "GET /project/1d8d9ddf-91bd-4939-b5e7-a1d3bfe9dc4f?fields=virtual_networks HTTP/1.1" 200 1023 0.067784 10.0.0.161 - - [2026-08-03 02:50:49] "GET /projects?obj_uuids=1d8d9ddf-91bd-4939-b5e7-a1d3bfe9dc4f&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001690 10.0.0.249 - - [2026-08-03 02:50:49] "GET /project/1d8d9ddf-91bd-4939-b5e7-a1d3bfe9dc4f?fields=virtual_machine_interfaces HTTP/1.1" 200 1023 0.064322 10.0.0.161 - - [2026-08-03 02:50:49] "GET /projects?obj_uuids=1d8d9ddf-91bd-4939-b5e7-a1d3bfe9dc4f&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001248 10.0.0.249 - - [2026-08-03 02:50:49] "GET /project/1d8d9ddf-91bd-4939-b5e7-a1d3bfe9dc4f?fields=security_groups HTTP/1.1" 200 1245 0.066002 10.0.0.249 - - [2026-08-03 02:50:50] "POST /fqname-to-id HTTP/1.1" 404 184 0.037112 10.0.0.161 - - [2026-08-03 02:50:50] "GET /projects?obj_uuids=42fd3946-c1c0-434f-8d67-93f1b693c9d5&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004174 10.0.0.161 - - [2026-08-03 02:50:50] "GET /domains?obj_uuids=724de60e-9f87-4d23-867c-6bd9a9880f5b&detail=False&count=False&shared=False HTTP/1.1" 200 316 0.001880 10.0.0.161 - - [2026-08-03 02:50:50] "GET /domain/724de60e-9f87-4d23-867c-6bd9a9880f5b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.047223 10.0.0.161 - - [2026-08-03 02:50:51] "POST /id-to-fqname HTTP/1.1" 200 186 0.011533 10.0.0.161 - - [2026-08-03 02:50:51] "POST /fqname-to-id HTTP/1.1" 404 195 0.003893 10.0.0.161 - - [2026-08-03 02:50:51] "POST /security-groups HTTP/1.1" 200 589 0.091750 10.0.0.161 - - [2026-08-03 02:50:51] "POST /projects HTTP/1.1" 200 579 0.397174 10.0.0.161 - - [2026-08-03 02:50:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.435090 10.0.0.50 - - [2026-08-03 02:50:51] "POST /access-control-lists HTTP/1.1" 200 594 0.050658 10.0.0.249 - - [2026-08-03 02:50:51] "GET /project/42fd3946-c1c0-434f-8d67-93f1b693c9d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1349 0.668009 10.0.0.249 - - [2026-08-03 02:50:52] "GET / HTTP/1.1" 200 36215 0.001606 10.0.0.249 - - [2026-08-03 02:50:54] "POST /fqname-to-id HTTP/1.1" 401 293 0.000562 10.0.0.249 - - [2026-08-03 02:50:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.090562 10.0.0.161 - - [2026-08-03 02:50:55] "GET /projects?obj_uuids=42fd3946-c1c0-434f-8d67-93f1b693c9d5&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001487 10.0.0.249 - - [2026-08-03 02:50:55] "GET /project/42fd3946-c1c0-434f-8d67-93f1b693c9d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1349 0.070630 10.0.0.161 - - [2026-08-03 02:50:55] "GET /projects?obj_uuids=42fd3946-c1c0-434f-8d67-93f1b693c9d5&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001518 10.0.0.249 - - [2026-08-03 02:50:55] "POST /neutron/network HTTP/1.1" 200 601 0.208159 10.0.0.50 - - [2026-08-03 02:50:55] "POST /route-targets HTTP/1.1" 200 328 0.020805 10.0.0.249 - - [2026-08-03 02:50:55] "POST /id-to-fqname HTTP/1.1" 200 216 0.004645 10.0.0.249 - - [2026-08-03 02:50:56] "GET /virtual-network/237ce59d-b312-4a30-a7a1-5b9aa7ae4809?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2031 0.008385 10.0.0.249 - - [2026-08-03 02:50:56] "POST /neutron/network HTTP/1.1" 200 819 0.008373 10.0.0.249 - - [2026-08-03 02:50:56] "GET /virtual-network/237ce59d-b312-4a30-a7a1-5b9aa7ae4809?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2031 0.008033 10.0.0.249 - - [2026-08-03 02:50:56] "POST /fqname-to-id HTTP/1.1" 404 206 0.004455 10.0.0.249 - - [2026-08-03 02:50:56] "GET /virtual-network/237ce59d-b312-4a30-a7a1-5b9aa7ae4809?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2031 0.008855 10.0.0.161 - - [2026-08-03 02:50:56] "GET /projects?obj_uuids=42fd3946-c1c0-434f-8d67-93f1b693c9d5&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001773 10.0.0.249 - - [2026-08-03 02:50:56] "POST /neutron/port HTTP/1.1" 200 1016 0.374876 10.0.0.249 - - [2026-08-03 02:50:56] "GET /virtual-machine-interface/50510892-1038-4888-87e9-c945592bcd1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2387 0.007104 10.0.0.249 - - [2026-08-03 02:50:56] "GET /virtual-machine-interface/50510892-1038-4888-87e9-c945592bcd1d?fields=instance_ip_back_refs HTTP/1.1" 200 1318 0.008558 10.0.0.249 - - [2026-08-03 02:50:56] "GET /instance-ip/aa3bd61c-ba82-474f-ae06-34d92032592b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1597 0.007004 10.0.0.249 - - [2026-08-03 02:50:57] "POST /neutron/network HTTP/1.1" 200 819 0.018010 10.0.0.50 - - [2026-08-03 02:50:57] "DELETE /route-target/b853124f-a652-416b-b04f-aa51671de495 HTTP/1.1" 200 115 0.042443 10.0.0.249 - - [2026-08-03 02:51:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.005648 10.0.0.161 - - [2026-08-03 02:51:00] "GET /projects?obj_uuids=42fd3946-c1c0-434f-8d67-93f1b693c9d5&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001334 10.0.0.249 - - [2026-08-03 02:51:00] "GET /project/42fd3946-c1c0-434f-8d67-93f1b693c9d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1349 0.088537 10.0.0.161 - - [2026-08-03 02:51:00] "GET /projects?obj_uuids=42fd3946-c1c0-434f-8d67-93f1b693c9d5&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001248 10.0.0.249 - - [2026-08-03 02:51:00] "POST /neutron/network HTTP/1.1" 200 603 0.214687 10.0.0.249 - - [2026-08-03 02:51:01] "POST /neutron/network HTTP/1.1" 200 978 0.020973 10.0.0.249 - - [2026-08-03 02:51:01] "POST /id-to-fqname HTTP/1.1" 200 217 0.001980 10.0.0.249 - - [2026-08-03 02:51:01] "GET /virtual-network/dc93dd17-ce0b-40cc-bf42-56458e131e9f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2564 0.009537 10.0.0.249 - - [2026-08-03 02:51:01] "GET /virtual-network/dc93dd17-ce0b-40cc-bf42-56458e131e9f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2564 0.007959 10.0.0.249 - - [2026-08-03 02:51:01] "POST /neutron/subnet HTTP/1.1" 200 729 0.015672 10.0.0.161 - - [2026-08-03 02:51:01] "GET /projects?obj_uuids=42fd3946-c1c0-434f-8d67-93f1b693c9d5&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.115773 10.0.0.249 - - [2026-08-03 02:51:02] "POST /neutron/port HTTP/1.1" 200 1017 0.571377 10.0.0.249 - - [2026-08-03 02:51:02] "POST /id-to-fqname HTTP/1.1" 200 217 0.001880 10.0.0.249 - - [2026-08-03 02:51:02] "POST /neutron/network HTTP/1.1" 200 978 0.013730 10.0.0.249 - - [2026-08-03 02:51:02] "POST /neutron/port HTTP/1.1" 200 117 0.009561 10.0.0.249 - - [2026-08-03 02:51:02] "POST /id-to-fqname HTTP/1.1" 200 217 0.001958 10.0.0.249 - - [2026-08-03 02:51:03] "POST /neutron/port HTTP/1.1" 200 1017 0.018260 10.0.0.249 - - [2026-08-03 02:51:03] "POST /neutron/port HTTP/1.1" 200 1019 0.020153 10.0.0.249 - - [2026-08-03 02:51:03] "POST /neutron/port HTTP/1.1" 200 117 0.008944 10.0.0.249 - - [2026-08-03 02:51:07] "POST /neutron/network HTTP/1.1" 200 988 0.008597 10.0.0.249 - - [2026-08-03 02:51:07] "POST /neutron/port HTTP/1.1" 200 1109 0.202211 10.0.0.249 - - [2026-08-03 02:51:07] "POST /neutron/port HTTP/1.1" 200 1019 0.041266 10.0.0.249 - - [2026-08-03 02:51:08] "POST /neutron/port HTTP/1.1" 200 1121 0.025330 10.0.0.249 - - [2026-08-03 02:51:08] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005181 10.0.0.249 - - [2026-08-03 02:51:09] "POST /neutron/network HTTP/1.1" 200 978 0.011841 10.0.0.249 - - [2026-08-03 02:51:09] "POST /neutron/subnet HTTP/1.1" 200 703 0.015766 10.0.0.249 - - [2026-08-03 02:51:13] "POST /neutron/port HTTP/1.1" 200 1121 0.023934 10.0.0.249 - - [2026-08-03 02:51:18] "POST /neutron/security_group HTTP/1.1" 200 2054 0.010725 10.0.0.161 - - [2026-08-03 02:51:21] "DELETE /project/6d7b4d63a1f44a8482b3be5a0df66464 HTTP/1.1" 404 173 0.018009 10.0.0.161 - - [2026-08-03 02:51:21] "DELETE /project/9adbc3f85c624c7ba50636561c67e188 HTTP/1.1" 404 173 0.012953 10.0.0.161 - - [2026-08-03 02:51:21] "DELETE /project/1d8d9ddf91bd4939b5e7a1d3bfe9dc4f HTTP/1.1" 404 173 0.012197 10.0.0.161 - - [2026-08-03 02:51:21] "DELETE /project/42fd3946c1c0434f8d6793f1b693c9d5 HTTP/1.1" 404 173 0.009659 10.0.0.161 - - [2026-08-03 02:51:21] "GET /projects?obj_uuids=6d7b4d63-a1f4-4a84-82b3-be5a0df66464&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000908 10.0.0.161 - - [2026-08-03 02:51:21] "GET /projects?obj_uuids=9adbc3f8-5c62-4c7b-a506-36561c67e188&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000789 10.0.0.161 - - [2026-08-03 02:51:21] "GET /projects?obj_uuids=1d8d9ddf-91bd-4939-b5e7-a1d3bfe9dc4f&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000757 10.0.0.161 - - [2026-08-03 02:51:21] "GET /project/9adbc3f8-5c62-4c7b-a506-36561c67e188?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1487 0.074991 10.0.0.161 - - [2026-08-03 02:51:21] "GET /project/1d8d9ddf-91bd-4939-b5e7-a1d3bfe9dc4f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1450 0.118761 10.0.0.161 - - [2026-08-03 02:51:21] "GET /projects?obj_uuids=9adbc3f8-5c62-4c7b-a506-36561c67e188&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001454 10.0.0.161 - - [2026-08-03 02:51:21] "GET /project/6d7b4d63-a1f4-4a84-82b3-be5a0df66464?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1469 0.145299 10.0.0.161 - - [2026-08-03 02:51:21] "GET /projects?obj_uuids=1d8d9ddf-91bd-4939-b5e7-a1d3bfe9dc4f&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001548 10.0.0.161 - - [2026-08-03 02:51:21] "GET /projects?obj_uuids=6d7b4d63-a1f4-4a84-82b3-be5a0df66464&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001492 10.0.0.161 - - [2026-08-03 02:51:21] "GET /project/9adbc3f8-5c62-4c7b-a506-36561c67e188?fields=security_groups HTTP/1.1" 200 1378 0.131152 10.0.0.161 - - [2026-08-03 02:51:21] "GET /project/6d7b4d63-a1f4-4a84-82b3-be5a0df66464?fields=security_groups HTTP/1.1" 200 1364 0.117181 10.0.0.161 - - [2026-08-03 02:51:21] "GET /project/1d8d9ddf-91bd-4939-b5e7-a1d3bfe9dc4f?fields=security_groups HTTP/1.1" 200 1350 0.213303 10.0.0.161 - - [2026-08-03 02:51:21] "DELETE /security-group/baa23508-2a66-413f-97b0-e4e4c0e3a734 HTTP/1.1" 200 115 0.129664 10.0.0.161 - - [2026-08-03 02:51:21] "GET /projects?obj_uuids=9adbc3f8-5c62-4c7b-a506-36561c67e188&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001468 10.0.0.50 - - [2026-08-03 02:51:21] "DELETE /access-control-list/9c0f7f70-6005-4bfc-9c26-67e52c3865c9 HTTP/1.1" 200 115 0.104006 10.0.0.161 - - [2026-08-03 02:51:21] "DELETE /security-group/fd339a64-a816-4a27-9e6d-07edc3ad7b89 HTTP/1.1" 200 115 0.159803 10.0.0.161 - - [2026-08-03 02:51:21] "GET /projects?obj_uuids=6d7b4d63-a1f4-4a84-82b3-be5a0df66464&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001245 10.0.0.161 - - [2026-08-03 02:51:21] "GET /project/9adbc3f8-5c62-4c7b-a506-36561c67e188?fields=application_policy_sets HTTP/1.1" 200 1417 0.103758 10.0.0.161 - - [2026-08-03 02:51:21] "DELETE /security-group/2ab6d590-5740-4605-ba7e-fe3f609e578d HTTP/1.1" 200 115 0.176503 10.0.0.161 - - [2026-08-03 02:51:21] "GET /projects?obj_uuids=1d8d9ddf-91bd-4939-b5e7-a1d3bfe9dc4f&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.004199 10.0.0.161 - - [2026-08-03 02:51:21] "GET /project/6d7b4d63-a1f4-4a84-82b3-be5a0df66464?fields=application_policy_sets HTTP/1.1" 200 1403 0.128582 10.0.0.161 - - [2026-08-03 02:51:21] "GET /project/1d8d9ddf-91bd-4939-b5e7-a1d3bfe9dc4f?fields=application_policy_sets HTTP/1.1" 200 1389 0.141749 10.0.0.50 - - [2026-08-03 02:51:21] "DELETE /access-control-list/30afa164-f810-42ad-84df-40a9d0ed05fc HTTP/1.1" 200 115 0.128769 10.0.0.161 - - [2026-08-03 02:51:22] "DELETE /project/9adbc3f8-5c62-4c7b-a506-36561c67e188 HTTP/1.1" 200 115 1.029748 10.0.0.161 - - [2026-08-03 02:51:22] "DELETE /project/6d7b4d63-a1f4-4a84-82b3-be5a0df66464 HTTP/1.1" 200 115 1.061680 10.0.0.161 - - [2026-08-03 02:51:22] "DELETE /project/1d8d9ddf-91bd-4939-b5e7-a1d3bfe9dc4f HTTP/1.1" 200 115 1.131344 10.0.0.249 - - [2026-08-03 02:51:29] "POST /neutron/port HTTP/1.1" 200 1121 0.026606 10.0.0.249 - - [2026-08-03 02:51:34] "POST /neutron/security_group HTTP/1.1" 200 2054 0.009739 10.0.0.249 - - [2026-08-03 02:51:34] "POST /neutron/port HTTP/1.1" 200 1121 0.028647 10.0.0.249 - - [2026-08-03 02:51:34] "GET /virtual-machine/696ef868-3173-4e45-b1b9-d2f018d95b7d HTTP/1.1" 401 293 0.000535 10.0.0.249 - - [2026-08-03 02:51:34] "GET /virtual-machine/696ef868-3173-4e45-b1b9-d2f018d95b7d HTTP/1.1" 200 1286 0.036258 10.0.0.249 - - [2026-08-03 02:51:34] "GET /virtual-machine-interface/ba97c55d-09ba-47c3-8401-537eed38f65e HTTP/1.1" 200 2930 0.007784 10.0.0.249 - - [2026-08-03 02:51:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.005521 10.0.0.249 - - [2026-08-03 02:51:34] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.007190 10.0.0.249 - - [2026-08-03 02:51:34] "GET /virtual-networks?parent_id=42fd3946-c1c0-434f-8d67-93f1b693c9d5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004552 10.0.0.249 - - [2026-08-03 02:51:34] "GET /virtual-network/dc93dd17-ce0b-40cc-bf42-56458e131e9f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2564 0.009732 10.0.0.249 - - [2026-08-03 02:51:37] "POST /neutron/security_group HTTP/1.1" 200 2054 0.008703 10.0.0.249 - - [2026-08-03 02:51:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.005231 10.0.0.249 - - [2026-08-03 02:51:38] "GET /virtual-network/dc93dd17-ce0b-40cc-bf42-56458e131e9f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2564 0.008145 10.0.0.249 - - [2026-08-03 02:51:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.005163 10.0.0.249 - - [2026-08-03 02:51:40] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005857 10.0.0.249 - - [2026-08-03 02:51:40] "GET /virtual-networks?parent_id=42fd3946-c1c0-434f-8d67-93f1b693c9d5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004743 10.0.0.249 - - [2026-08-03 02:51:40] "GET /virtual-network/dc93dd17-ce0b-40cc-bf42-56458e131e9f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2564 0.007198 10.0.0.249 - - [2026-08-03 02:51:40] "POST /neutron/port HTTP/1.1" 200 1119 0.026366 10.0.0.249 - - [2026-08-03 02:51:40] "POST /neutron/security_group HTTP/1.1" 200 2054 0.009780 10.0.0.249 - - [2026-08-03 02:51:40] "GET /virtual-machine/f2543f7e-9039-468d-8327-92a023628dcd HTTP/1.1" 200 1286 0.008122 10.0.0.249 - - [2026-08-03 02:51:40] "GET /virtual-machine-interface/2e61203f-ce0c-4e11-801f-2b4ece4416ac HTTP/1.1" 200 2929 0.008249 10.0.0.249 - - [2026-08-03 02:51:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004667 10.0.0.249 - - [2026-08-03 02:51:40] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005164 10.0.0.249 - - [2026-08-03 02:51:40] "GET /virtual-networks?parent_id=42fd3946-c1c0-434f-8d67-93f1b693c9d5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003887 10.0.0.249 - - [2026-08-03 02:51:40] "GET /virtual-network/dc93dd17-ce0b-40cc-bf42-56458e131e9f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2564 0.008938 10.0.0.249 - - [2026-08-03 02:51:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.004437 10.0.0.249 - - [2026-08-03 02:51:41] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005475 10.0.0.249 - - [2026-08-03 02:51:41] "GET /virtual-networks?parent_id=42fd3946-c1c0-434f-8d67-93f1b693c9d5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004305 10.0.0.249 - - [2026-08-03 02:51:41] "GET /virtual-network/dc93dd17-ce0b-40cc-bf42-56458e131e9f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2564 0.007194 10.0.0.249 - - [2026-08-03 02:51:45] "POST /neutron/port HTTP/1.1" 200 1109 0.023379 10.0.0.249 - - [2026-08-03 02:51:45] "POST /neutron/port HTTP/1.1" 200 1111 0.020912 10.0.0.249 - - [2026-08-03 02:51:46] "POST /neutron/network HTTP/1.1" 200 978 0.021678 10.0.0.50 - - [2026-08-03 02:51:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.005518 10.0.0.161 - - [2026-08-03 02:51:47] "GET /projects?obj_uuids=42fd3946-c1c0-434f-8d67-93f1b693c9d5&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001482 10.0.0.249 - - [2026-08-03 02:51:47] "GET /project/42fd3946-c1c0-434f-8d67-93f1b693c9d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1349 0.064980 10.0.0.161 - - [2026-08-03 02:51:47] "GET /projects?obj_uuids=42fd3946-c1c0-434f-8d67-93f1b693c9d5&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001115 10.0.0.249 - - [2026-08-03 02:51:48] "GET /project/42fd3946-c1c0-434f-8d67-93f1b693c9d5?fields=virtual_networks HTTP/1.1" 200 1025 0.070228 10.0.0.161 - - [2026-08-03 02:51:48] "GET /projects?obj_uuids=42fd3946-c1c0-434f-8d67-93f1b693c9d5&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001263 10.0.0.249 - - [2026-08-03 02:51:48] "GET /project/42fd3946-c1c0-434f-8d67-93f1b693c9d5?fields=virtual_machine_interfaces HTTP/1.1" 200 1025 0.071899 10.0.0.161 - - [2026-08-03 02:51:48] "GET /projects?obj_uuids=42fd3946-c1c0-434f-8d67-93f1b693c9d5&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001221 10.0.0.249 - - [2026-08-03 02:51:48] "GET /project/42fd3946-c1c0-434f-8d67-93f1b693c9d5?fields=security_groups HTTP/1.1" 200 1248 0.175498 10.0.0.249 - - [2026-08-03 02:51:49] "POST /fqname-to-id HTTP/1.1" 404 186 0.033960 10.0.0.161 - - [2026-08-03 02:51:49] "GET /projects?obj_uuids=220ffa4b-0260-4a87-9d8a-e0762b7567cc&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003795 10.0.0.161 - - [2026-08-03 02:51:49] "GET /domains?obj_uuids=724de60e-9f87-4d23-867c-6bd9a9880f5b&detail=False&count=False&shared=False HTTP/1.1" 200 316 0.001236 10.0.0.161 - - [2026-08-03 02:51:49] "GET /domain/724de60e-9f87-4d23-867c-6bd9a9880f5b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.009560 10.0.0.249 - - [2026-08-03 02:51:49] "POST /neutron/port HTTP/1.1" 400 205 0.004712 10.0.0.161 - - [2026-08-03 02:51:49] "POST /id-to-fqname HTTP/1.1" 200 188 0.001850 10.0.0.161 - - [2026-08-03 02:51:49] "POST /fqname-to-id HTTP/1.1" 404 197 0.010537 10.0.0.249 - - [2026-08-03 02:51:49] "POST /neutron/port HTTP/1.1" 400 205 0.005233 10.0.0.161 - - [2026-08-03 02:51:49] "POST /security-groups HTTP/1.1" 200 591 0.042073 10.0.0.161 - - [2026-08-03 02:51:49] "POST /projects HTTP/1.1" 200 583 0.381692 10.0.0.161 - - [2026-08-03 02:51:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.425205 10.0.0.50 - - [2026-08-03 02:51:49] "POST /access-control-lists HTTP/1.1" 200 596 0.041708 10.0.0.249 - - [2026-08-03 02:51:50] "GET /project/220ffa4b-0260-4a87-9d8a-e0762b7567cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1357 0.608918 10.0.0.249 - - [2026-08-03 02:51:51] "GET / HTTP/1.1" 200 36215 0.003353 10.0.0.249 - - [2026-08-03 02:51:53] "POST /fqname-to-id HTTP/1.1" 401 293 0.000611 10.0.0.249 - - [2026-08-03 02:51:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.068714 10.0.0.161 - - [2026-08-03 02:51:53] "GET /projects?obj_uuids=220ffa4b-0260-4a87-9d8a-e0762b7567cc&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001246 10.0.0.249 - - [2026-08-03 02:51:53] "GET /project/220ffa4b-0260-4a87-9d8a-e0762b7567cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1357 0.066260 10.0.0.161 - - [2026-08-03 02:51:53] "GET /projects?obj_uuids=220ffa4b-0260-4a87-9d8a-e0762b7567cc&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.005060 10.0.0.249 - - [2026-08-03 02:51:54] "POST /neutron/network HTTP/1.1" 200 605 0.200612 10.0.0.50 - - [2026-08-03 02:51:54] "POST /route-targets HTTP/1.1" 200 328 0.016862 10.0.0.249 - - [2026-08-03 02:51:54] "POST /id-to-fqname HTTP/1.1" 200 219 0.006299 10.0.0.249 - - [2026-08-03 02:51:54] "GET /virtual-network/840517b0-97b7-4aac-a00a-2fbb044c0522?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.008633 10.0.0.249 - - [2026-08-03 02:51:54] "POST /neutron/network HTTP/1.1" 200 824 0.008498 10.0.0.249 - - [2026-08-03 02:51:54] "GET /virtual-network/840517b0-97b7-4aac-a00a-2fbb044c0522?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.007235 10.0.0.249 - - [2026-08-03 02:51:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004270 10.0.0.161 - - [2026-08-03 02:51:54] "GET /projects?obj_uuids=220ffa4b-0260-4a87-9d8a-e0762b7567cc&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001256 10.0.0.249 - - [2026-08-03 02:51:54] "GET /project/220ffa4b-0260-4a87-9d8a-e0762b7567cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1357 0.062097 10.0.0.249 - - [2026-08-03 02:51:54] "POST /neutron/network HTTP/1.1" 200 117 0.025837 10.0.0.50 - - [2026-08-03 02:51:55] "POST /ref-update HTTP/1.1" 200 156 0.034884 10.0.0.249 - - [2026-08-03 02:51:55] "POST /neutron/network HTTP/1.1" 200 823 0.011482 10.0.0.249 - - [2026-08-03 02:51:55] "POST /id-to-fqname HTTP/1.1" 200 219 0.001669 10.0.0.249 - - [2026-08-03 02:51:55] "GET /virtual-network/18c08611-2206-48eb-8bea-b5d8e7c7799e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.010106 10.0.0.249 - - [2026-08-03 02:51:55] "GET /virtual-network/18c08611-2206-48eb-8bea-b5d8e7c7799e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.006593 10.0.0.249 - - [2026-08-03 02:51:55] "POST /neutron/subnet HTTP/1.1" 200 720 0.010810 10.0.0.249 - - [2026-08-03 02:51:55] "POST /id-to-fqname HTTP/1.1" 200 219 0.001434 10.0.0.249 - - [2026-08-03 02:51:55] "POST /neutron/port HTTP/1.1" 200 117 0.007755 10.0.0.249 - - [2026-08-03 02:51:56] "POST /id-to-fqname HTTP/1.1" 200 219 0.001750 10.0.0.249 - - [2026-08-03 02:51:56] "POST /neutron/network HTTP/1.1" 200 833 0.008160 10.0.0.249 - - [2026-08-03 02:51:56] "POST /neutron/port HTTP/1.1" 200 117 0.008237 10.0.0.161 - - [2026-08-03 02:51:56] "GET /projects?obj_uuids=220ffa4b-0260-4a87-9d8a-e0762b7567cc&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001749 10.0.0.249 - - [2026-08-03 02:51:57] "POST /neutron/router HTTP/1.1" 200 344 0.493788 10.0.0.50 - - [2026-08-03 02:51:57] "POST /ref-update HTTP/1.1" 200 156 0.028018 10.0.0.161 - - [2026-08-03 02:52:00] "GET /projects?obj_uuids=220ffa4b-0260-4a87-9d8a-e0762b7567cc&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001320 10.0.0.249 - - [2026-08-03 02:52:00] "POST /neutron/port HTTP/1.1" 200 1058 0.465592 10.0.0.161 - - [2026-08-03 02:52:00] "GET /projects?obj_uuids=220ffa4b-0260-4a87-9d8a-e0762b7567cc&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001362 10.0.0.249 - - [2026-08-03 02:52:01] "POST /neutron/port HTTP/1.1" 200 1057 0.586981 10.0.0.249 - - [2026-08-03 02:52:01] "POST /neutron/port HTTP/1.1" 200 1057 0.034852 10.0.0.249 - - [2026-08-03 02:52:02] "POST /neutron/port HTTP/1.1" 200 1122 0.066703 10.0.0.249 - - [2026-08-03 02:52:02] "POST /neutron/port HTTP/1.1" 200 117 0.001557 10.0.0.249 - - [2026-08-03 02:52:02] "POST /neutron/security_group HTTP/1.1" 200 2056 0.010537 10.0.0.249 - - [2026-08-03 02:52:02] "POST /neutron/subnet HTTP/1.1" 200 694 0.012572 10.0.0.249 - - [2026-08-03 02:52:07] "POST /neutron/port HTTP/1.1" 200 1122 0.027324 10.0.0.249 - - [2026-08-03 02:52:12] "POST /neutron/security_group HTTP/1.1" 200 2056 0.009970 10.0.0.161 - - [2026-08-03 02:52:22] "DELETE /project/220ffa4b02604a879d8ae0762b7567cc HTTP/1.1" 404 173 0.004797 10.0.0.161 - - [2026-08-03 02:52:22] "DELETE /project/42fd3946-c1c0-434f-8d67-93f1b693c9d5 HTTP/1.1" 404 177 0.004509 10.0.0.249 - - [2026-08-03 02:52:22] "POST /neutron/port HTTP/1.1" 200 1122 0.024129 10.0.0.50 - - [2026-08-03 02:52:24] "GET /obj-perms HTTP/1.1" 200 4509 0.054207 10.0.0.249 - - [2026-08-03 02:52:28] "POST /neutron/security_group HTTP/1.1" 200 2056 0.011659 10.0.0.249 - - [2026-08-03 02:52:28] "POST /neutron/port HTTP/1.1" 200 1122 0.021516 10.0.0.249 - - [2026-08-03 02:52:28] "GET /virtual-machine/43117c7d-ee05-4287-b975-bc12bfc2cbd4 HTTP/1.1" 401 293 0.000545 10.0.0.249 - - [2026-08-03 02:52:28] "GET /virtual-machine/43117c7d-ee05-4287-b975-bc12bfc2cbd4 HTTP/1.1" 200 1292 0.033445 10.0.0.249 - - [2026-08-03 02:52:28] "GET /virtual-machine-interface/a307132a-84d7-4157-885c-dbd2cacc4821 HTTP/1.1" 200 2940 0.007721 10.0.0.249 - - [2026-08-03 02:52:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004785 10.0.0.249 - - [2026-08-03 02:52:28] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004725 10.0.0.249 - - [2026-08-03 02:52:28] "GET /virtual-networks?parent_id=220ffa4b-0260-4a87-9d8a-e0762b7567cc&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003928 10.0.0.249 - - [2026-08-03 02:52:28] "GET /virtual-network/840517b0-97b7-4aac-a00a-2fbb044c0522?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.008056 10.0.0.249 - - [2026-08-03 02:52:29] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008655 10.0.0.249 - - [2026-08-03 02:52:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.004240 10.0.0.249 - - [2026-08-03 02:52:31] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005120 10.0.0.249 - - [2026-08-03 02:52:31] "GET /virtual-networks?parent_id=220ffa4b-0260-4a87-9d8a-e0762b7567cc&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.004602 10.0.0.249 - - [2026-08-03 02:52:31] "GET /virtual-network/840517b0-97b7-4aac-a00a-2fbb044c0522?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.008918 10.0.0.249 - - [2026-08-03 02:52:32] "POST /neutron/port HTTP/1.1" 200 1121 0.025059 10.0.0.249 - - [2026-08-03 02:52:32] "POST /neutron/security_group HTTP/1.1" 200 2056 0.009219 10.0.0.249 - - [2026-08-03 02:52:32] "GET /virtual-machine/fea4d782-3b90-42c1-8a7d-9be9963369e3 HTTP/1.1" 200 1292 0.007250 10.0.0.249 - - [2026-08-03 02:52:32] "GET /virtual-machine-interface/b892b4f3-db4a-4df6-a109-5b6c1ecb20c4 HTTP/1.1" 200 2941 0.006650 10.0.0.249 - - [2026-08-03 02:52:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004662 10.0.0.249 - - [2026-08-03 02:52:32] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004443 10.0.0.249 - - [2026-08-03 02:52:32] "GET /virtual-networks?parent_id=220ffa4b-0260-4a87-9d8a-e0762b7567cc&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003511 10.0.0.249 - - [2026-08-03 02:52:32] "GET /virtual-network/18c08611-2206-48eb-8bea-b5d8e7c7799e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.007991 10.0.0.249 - - [2026-08-03 02:52:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.004461 10.0.0.249 - - [2026-08-03 02:52:33] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004941 10.0.0.249 - - [2026-08-03 02:52:33] "GET /virtual-networks?parent_id=220ffa4b-0260-4a87-9d8a-e0762b7567cc&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.004199 10.0.0.249 - - [2026-08-03 02:52:33] "GET /virtual-network/18c08611-2206-48eb-8bea-b5d8e7c7799e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.006905 10.0.0.249 - - [2026-08-03 02:52:37] "POST /neutron/router HTTP/1.1" 200 580 0.007212 10.0.0.50 - - [2026-08-03 02:52:38] "POST /ref-update HTTP/1.1" 200 156 0.035978 10.0.0.249 - - [2026-08-03 02:52:40] "POST /neutron/router HTTP/1.1" 200 580 0.011523 10.0.0.161 - - [2026-08-03 02:52:44] "GET /projects?obj_uuids=220ffa4b-0260-4a87-9d8a-e0762b7567cc&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001301 10.0.0.249 - - [2026-08-03 02:52:44] "POST /neutron/router HTTP/1.1" 200 344 0.485533 10.0.0.50 - - [2026-08-03 02:52:46] "POST /ref-update HTTP/1.1" 200 156 0.028597 10.0.0.249 - - [2026-08-03 02:52:47] "POST /neutron/router HTTP/1.1" 200 580 0.009459 10.0.0.249 - - [2026-08-03 02:52:47] "POST /neutron/router HTTP/1.1" 200 151 0.138281 10.0.0.50 - - [2026-08-03 02:52:47] "DELETE /route-target/d38777d6-31d8-4a40-b526-2fd2f230785b HTTP/1.1" 200 115 0.050084 10.0.0.249 - - [2026-08-03 02:52:49] "POST /neutron/port HTTP/1.1" 200 1121 0.025496 10.0.0.249 - - [2026-08-03 02:52:49] "POST /neutron/port HTTP/1.1" 200 1122 0.030347 10.0.0.249 - - [2026-08-03 02:52:49] "POST /neutron/network HTTP/1.1" 400 204 0.064147 10.0.0.161 - - [2026-08-03 02:52:52] "POST /useragent-kv HTTP/1.1" 200 115 0.010086 10.0.0.161 - - [2026-08-03 02:52:52] "POST /useragent-kv HTTP/1.1" 200 115 0.007752 10.0.0.249 - - [2026-08-03 02:52:52] "POST /neutron/network HTTP/1.1" 200 151 0.261412 10.0.0.50 - - [2026-08-03 02:52:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.007674 10.0.0.161 - - [2026-08-03 02:52:53] "GET /projects?obj_uuids=220ffa4b-0260-4a87-9d8a-e0762b7567cc&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001435 10.0.0.249 - - [2026-08-03 02:52:53] "GET /project/220ffa4b-0260-4a87-9d8a-e0762b7567cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1357 0.061945 10.0.0.161 - - [2026-08-03 02:52:53] "GET /projects?obj_uuids=220ffa4b-0260-4a87-9d8a-e0762b7567cc&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001141 10.0.0.249 - - [2026-08-03 02:52:53] "GET /project/220ffa4b-0260-4a87-9d8a-e0762b7567cc?fields=virtual_networks HTTP/1.1" 200 1029 0.051780 10.0.0.161 - - [2026-08-03 02:52:53] "GET /projects?obj_uuids=220ffa4b-0260-4a87-9d8a-e0762b7567cc&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001452 10.0.0.249 - - [2026-08-03 02:52:54] "GET /project/220ffa4b-0260-4a87-9d8a-e0762b7567cc?fields=virtual_machine_interfaces HTTP/1.1" 200 1029 0.070272 10.0.0.161 - - [2026-08-03 02:52:54] "GET /projects?obj_uuids=220ffa4b-0260-4a87-9d8a-e0762b7567cc&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001279 10.0.0.249 - - [2026-08-03 02:52:54] "GET /project/220ffa4b-0260-4a87-9d8a-e0762b7567cc?fields=security_groups HTTP/1.1" 200 1254 0.055354 10.0.0.249 - - [2026-08-03 02:52:55] "POST /fqname-to-id HTTP/1.1" 404 191 0.062326 10.0.0.161 - - [2026-08-03 02:52:55] "GET /projects?obj_uuids=17bc2959-2861-48ca-877b-7d7b5b6b7cd3&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004135 10.0.0.161 - - [2026-08-03 02:52:55] "GET /domains?obj_uuids=724de60e-9f87-4d23-867c-6bd9a9880f5b&detail=False&count=False&shared=False HTTP/1.1" 200 316 0.001506 10.0.0.161 - - [2026-08-03 02:52:55] "GET /domain/724de60e-9f87-4d23-867c-6bd9a9880f5b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.009291 10.0.0.161 - - [2026-08-03 02:52:55] "POST /id-to-fqname HTTP/1.1" 200 193 0.001742 10.0.0.161 - - [2026-08-03 02:52:55] "POST /fqname-to-id HTTP/1.1" 404 202 0.010333 10.0.0.161 - - [2026-08-03 02:52:55] "POST /security-groups HTTP/1.1" 200 596 0.042770 10.0.0.161 - - [2026-08-03 02:52:55] "POST /projects HTTP/1.1" 200 593 0.352754 10.0.0.50 - - [2026-08-03 02:52:55] "POST /access-control-lists HTTP/1.1" 200 601 0.054136 10.0.0.161 - - [2026-08-03 02:52:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.436039 10.0.0.249 - - [2026-08-03 02:52:55] "GET /project/17bc2959-2861-48ca-877b-7d7b5b6b7cd3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1376 0.665617 10.0.0.249 - - [2026-08-03 02:52:57] "GET / HTTP/1.1" 200 36215 0.001672 10.0.0.249 - - [2026-08-03 02:52:59] "GET /project/17bc2959-2861-48ca-877b-7d7b5b6b7cd3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000691 10.0.0.161 - - [2026-08-03 02:53:00] "GET /projects?obj_uuids=17bc2959-2861-48ca-877b-7d7b5b6b7cd3&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001313 10.0.0.249 - - [2026-08-03 02:53:00] "GET /project/17bc2959-2861-48ca-877b-7d7b5b6b7cd3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1376 0.112631 10.0.0.249 - - [2026-08-03 02:53:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.005908 10.0.0.249 - - [2026-08-03 02:53:00] "GET /security-group/7a2f265b-47a5-47f9-8c8a-8039cb53e1f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3764 0.012418 10.0.0.249 - - [2026-08-03 02:53:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.005064 10.0.0.161 - - [2026-08-03 02:53:00] "GET /projects?obj_uuids=17bc2959-2861-48ca-877b-7d7b5b6b7cd3&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001545 10.0.0.249 - - [2026-08-03 02:53:00] "GET /project/17bc2959-2861-48ca-877b-7d7b5b6b7cd3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1376 0.066738 10.0.0.249 - - [2026-08-03 02:53:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004995 10.0.0.249 - - [2026-08-03 02:53:00] "GET /security-group/7a2f265b-47a5-47f9-8c8a-8039cb53e1f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3764 0.009077 10.0.0.249 - - [2026-08-03 02:53:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004943 10.0.0.249 - - [2026-08-03 02:53:00] "PUT /security-group/7a2f265b-47a5-47f9-8c8a-8039cb53e1f8 HTTP/1.1" 200 263 0.039969 10.0.0.249 - - [2026-08-03 02:53:00] "POST /fqname-to-id HTTP/1.1" 404 202 0.005191 10.0.0.50 - - [2026-08-03 02:53:00] "PUT /access-control-list/0c9ccc36-6c69-4f2d-aa16-fd70f1e3e768 HTTP/1.1" 200 273 0.017577 10.0.0.249 - - [2026-08-03 02:53:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.005833 10.0.0.161 - - [2026-08-03 02:53:00] "GET /projects?obj_uuids=17bc2959-2861-48ca-877b-7d7b5b6b7cd3&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.002169 10.0.0.249 - - [2026-08-03 02:53:00] "GET /project/17bc2959-2861-48ca-877b-7d7b5b6b7cd3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1376 0.064383 10.0.0.249 - - [2026-08-03 02:53:00] "POST /neutron/network HTTP/1.1" 200 117 0.037692 10.0.0.50 - - [2026-08-03 02:53:01] "POST /ref-update HTTP/1.1" 200 156 0.039145 10.0.0.249 - - [2026-08-03 02:53:01] "POST /neutron/network HTTP/1.1" 200 827 0.015512 10.0.0.249 - - [2026-08-03 02:53:01] "POST /id-to-fqname HTTP/1.1" 200 223 0.001828 10.0.0.249 - - [2026-08-03 02:53:01] "GET /virtual-network/4aeaba7a-dc53-4be0-a9a0-cf7d0c46a427?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.009097 10.0.0.249 - - [2026-08-03 02:53:01] "GET /virtual-network/4aeaba7a-dc53-4be0-a9a0-cf7d0c46a427?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.007648 10.0.0.249 - - [2026-08-03 02:53:01] "POST /neutron/subnet HTTP/1.1" 200 725 0.012863 10.0.0.249 - - [2026-08-03 02:53:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004613 10.0.0.161 - - [2026-08-03 02:53:01] "GET /projects?obj_uuids=17bc2959-2861-48ca-877b-7d7b5b6b7cd3&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001356 10.0.0.249 - - [2026-08-03 02:53:01] "GET /project/17bc2959-2861-48ca-877b-7d7b5b6b7cd3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1376 0.076771 10.0.0.161 - - [2026-08-03 02:53:02] "POST /useragent-kv HTTP/1.1" 200 115 0.014795 10.0.0.249 - - [2026-08-03 02:53:02] "POST /neutron/subnet HTTP/1.1" 200 724 0.288985 10.0.0.249 - - [2026-08-03 02:53:02] "POST /id-to-fqname HTTP/1.1" 200 227 0.001857 10.0.0.249 - - [2026-08-03 02:53:02] "GET /virtual-network/9277cf6c-464c-4d26-8b3e-e129cd45fb91?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2064 0.007381 10.0.0.249 - - [2026-08-03 02:53:02] "GET /virtual-network/9277cf6c-464c-4d26-8b3e-e129cd45fb91?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2064 0.007820 10.0.0.249 - - [2026-08-03 02:53:02] "POST /neutron/network HTTP/1.1" 200 834 0.008803 10.0.0.249 - - [2026-08-03 02:53:02] "POST /id-to-fqname HTTP/1.1" 200 223 0.001604 10.0.0.161 - - [2026-08-03 02:53:03] "GET /projects?obj_uuids=17bc2959-2861-48ca-877b-7d7b5b6b7cd3&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001817 10.0.0.249 - - [2026-08-03 02:53:03] "GET /project/17bc2959-2861-48ca-877b-7d7b5b6b7cd3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1376 0.142528 10.0.0.249 - - [2026-08-03 02:53:03] "POST /neutron/network HTTP/1.1" 200 827 0.048091 10.0.0.249 - - [2026-08-03 02:53:03] "POST /id-to-fqname HTTP/1.1" 200 227 0.001841 10.0.0.249 - - [2026-08-03 02:53:03] "POST /neutron/port HTTP/1.1" 200 117 0.008824 10.0.0.249 - - [2026-08-03 02:53:03] "POST /neutron/port HTTP/1.1" 200 117 0.010453 10.0.0.249 - - [2026-08-03 02:53:04] "POST /neutron/router HTTP/1.1" 200 585 0.011969 10.0.0.50 - - [2026-08-03 02:53:04] "POST /route-targets HTTP/1.1" 200 328 0.023539 10.0.0.50 - - [2026-08-03 02:53:04] "GET /logical-router/1f337de7-0672-44c5-850f-6e9ecc72be72?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1643 0.030200 10.0.0.161 - - [2026-08-03 02:53:04] "GET /projects?obj_uuids=17bc2959-2861-48ca-877b-7d7b5b6b7cd3&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001263 10.0.0.50 - - [2026-08-03 02:53:04] "POST /fqname-to-id HTTP/1.1" 404 215 0.013074 10.0.0.50 - - [2026-08-03 02:53:04] "DELETE /access-control-list/1b18298f-8ee1-4f7b-8017-b8027ab4a165 HTTP/1.1" 200 115 0.108543 10.0.0.50 - - [2026-08-03 02:53:05] "POST /route-tables HTTP/1.1" 200 584 0.129083 10.0.0.249 - - [2026-08-03 02:53:05] "POST /neutron/router HTTP/1.1" 200 344 0.798763 10.0.0.50 - - [2026-08-03 02:53:05] "POST /ref-update HTTP/1.1" 200 156 0.052591 10.0.0.50 - - [2026-08-03 02:53:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.005662 10.0.0.50 - - [2026-08-03 02:53:05] "POST /virtual-machine-interfaces HTTP/1.1" 200 814 0.161894 10.0.0.50 - - [2026-08-03 02:53:05] "POST /instance-ips HTTP/1.1" 400 246 0.066244 10.0.0.50 - - [2026-08-03 02:53:05] "PUT /instance-ip/fbcea302-13e3-443e-9429-cb8972cc9c21 HTTP/1.1" 200 257 0.049211 10.0.0.50 - - [2026-08-03 02:53:06] "POST /chown HTTP/1.1" 200 109 0.050311 10.0.0.50 - - [2026-08-03 02:53:06] "POST /chown HTTP/1.1" 200 109 0.021072 10.0.0.50 - - [2026-08-03 02:53:06] "POST /ref-update HTTP/1.1" 200 156 0.035837 10.0.0.50 - - [2026-08-03 02:53:06] "POST /virtual-machine-interfaces HTTP/1.1" 200 814 0.146832 10.0.0.50 - - [2026-08-03 02:53:06] "POST /chown HTTP/1.1" 200 109 0.015492 10.0.0.50 - - [2026-08-03 02:53:06] "POST /ref-update HTTP/1.1" 200 156 0.035093 10.0.0.50 - - [2026-08-03 02:53:07] "POST /chown HTTP/1.1" 200 109 0.042605 10.0.0.50 - - [2026-08-03 02:53:07] "PUT /virtual-machine-interface/5bcbfa2c-562e-40fa-ade4-82d65892103d HTTP/1.1" 200 285 0.027295 10.0.0.50 - - [2026-08-03 02:53:07] "POST /ref-update HTTP/1.1" 200 156 0.039693 10.0.0.161 - - [2026-08-03 02:53:07] "GET /projects?obj_uuids=17bc2959-2861-48ca-877b-7d7b5b6b7cd3&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001391 10.0.0.249 - - [2026-08-03 02:53:08] "POST /neutron/port HTTP/1.1" 200 1063 0.540541 10.0.0.249 - - [2026-08-03 02:53:08] "POST /neutron/port HTTP/1.1" 200 1117 0.224433 10.0.0.249 - - [2026-08-03 02:53:08] "POST /neutron/port HTTP/1.1" 200 1063 0.044121 10.0.0.249 - - [2026-08-03 02:53:09] "POST /neutron/port HTTP/1.1" 200 1127 0.029980 10.0.0.249 - - [2026-08-03 02:53:09] "POST /neutron/port HTTP/1.1" 200 117 0.001707 10.0.0.249 - - [2026-08-03 02:53:10] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004760 10.0.0.249 - - [2026-08-03 02:53:10] "POST /neutron/network HTTP/1.1" 200 834 0.010290 10.0.0.249 - - [2026-08-03 02:53:15] "POST /neutron/port HTTP/1.1" 200 1127 0.022904 10.0.0.50 - - [2026-08-03 02:53:18] "GET /global-system-configs HTTP/1.1" 401 293 0.000655 10.0.0.50 - - [2026-08-03 02:53:18] "GET /global-system-configs HTTP/1.1" 401 293 0.000516 10.0.0.50 - - [2026-08-03 02:53:19] "GET /global-system-configs HTTP/1.1" 401 293 0.000488 10.0.0.50 - - [2026-08-03 02:53:19] "GET /global-system-configs HTTP/1.1" 401 293 0.000504 10.0.0.161 - - [2026-08-03 02:53:19] "GET /global-system-configs HTTP/1.1" 401 293 0.000596 10.0.0.161 - - [2026-08-03 02:53:19] "GET /global-system-configs HTTP/1.1" 401 293 0.000458 10.0.0.249 - - [2026-08-03 02:53:20] "POST /neutron/security_group HTTP/1.1" 200 2002 0.010783 10.0.0.161 - - [2026-08-03 02:53:21] "GET /global-system-configs HTTP/1.1" 401 293 0.000605 10.0.0.161 - - [2026-08-03 02:53:21] "GET /global-system-configs HTTP/1.1" 401 293 0.000507 10.0.0.249 - - [2026-08-03 02:53:21] "GET /global-system-configs HTTP/1.1" 401 293 0.000500 10.0.0.249 - - [2026-08-03 02:53:21] "GET /global-system-configs HTTP/1.1" 401 293 0.000456 10.0.0.249 - - [2026-08-03 02:53:22] "GET /global-system-configs HTTP/1.1" 401 293 0.000607 10.0.0.249 - - [2026-08-03 02:53:22] "GET /global-system-configs HTTP/1.1" 401 293 0.000497 10.0.0.161 - - [2026-08-03 02:53:22] "DELETE /project/17bc2959286148ca877b7d7b5b6b7cd3 HTTP/1.1" 404 173 0.005669 10.0.0.161 - - [2026-08-03 02:53:22] "DELETE /project/220ffa4b-0260-4a87-9d8a-e0762b7567cc HTTP/1.1" 404 177 0.005091 10.0.0.249 - - [2026-08-03 02:53:25] "GET /obj-perms HTTP/1.1" 200 4509 0.056231 10.0.0.249 - - [2026-08-03 02:53:30] "POST /neutron/port HTTP/1.1" 200 1127 0.022719 10.0.0.249 - - [2026-08-03 02:53:30] "POST /neutron/security_group HTTP/1.1" 200 2002 0.009670 10.0.0.249 - - [2026-08-03 02:53:31] "GET /virtual-machine/e3d86064-fa52-4410-9097-8c21a3f13fcc HTTP/1.1" 401 293 0.000627 10.0.0.249 - - [2026-08-03 02:53:31] "GET /virtual-machine/e3d86064-fa52-4410-9097-8c21a3f13fcc HTTP/1.1" 200 1298 0.029916 10.0.0.249 - - [2026-08-03 02:53:31] "GET /virtual-machine-interface/1611dcb7-79c8-400d-919c-c220b39acf54 HTTP/1.1" 200 2962 0.007950 10.0.0.249 - - [2026-08-03 02:53:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.004713 10.0.0.249 - - [2026-08-03 02:53:31] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005393 10.0.0.249 - - [2026-08-03 02:53:31] "GET /virtual-networks?parent_id=17bc2959-2861-48ca-877b-7d7b5b6b7cd3&detail=False&count=False&shared=False HTTP/1.1" 200 881 0.004802 10.0.0.249 - - [2026-08-03 02:53:31] "GET /virtual-network/4aeaba7a-dc53-4be0-a9a0-cf7d0c46a427?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.007920 10.0.0.249 - - [2026-08-03 02:53:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004414 10.0.0.249 - - [2026-08-03 02:53:34] "GET /virtual-network/4aeaba7a-dc53-4be0-a9a0-cf7d0c46a427?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.006770 10.0.0.249 - - [2026-08-03 02:53:36] "POST /neutron/port HTTP/1.1" 200 1127 0.030568 10.0.0.249 - - [2026-08-03 02:53:38] "POST /neutron/security_group HTTP/1.1" 200 2002 0.008921 10.0.0.249 - - [2026-08-03 02:53:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004318 10.0.0.249 - - [2026-08-03 02:53:38] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004840 10.0.0.249 - - [2026-08-03 02:53:38] "GET /virtual-networks?parent_id=17bc2959-2861-48ca-877b-7d7b5b6b7cd3&detail=False&count=False&shared=False HTTP/1.1" 200 881 0.004482 10.0.0.249 - - [2026-08-03 02:53:38] "GET /virtual-network/4aeaba7a-dc53-4be0-a9a0-cf7d0c46a427?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.007908 10.0.0.249 - - [2026-08-03 02:53:39] "POST /neutron/port HTTP/1.1" 200 1127 0.025698 10.0.0.249 - - [2026-08-03 02:53:39] "POST /neutron/security_group HTTP/1.1" 200 2002 0.010338 10.0.0.249 - - [2026-08-03 02:53:39] "GET /virtual-machine/3e51b947-4820-4f32-a699-ff7f9ad8f420 HTTP/1.1" 200 1297 0.009657 10.0.0.249 - - [2026-08-03 02:53:39] "GET /virtual-machine-interface/1b2ba671-e408-4c8e-b579-13aff2b2f9c5 HTTP/1.1" 200 2974 0.007973 10.0.0.249 - - [2026-08-03 02:53:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.004417 10.0.0.249 - - [2026-08-03 02:53:39] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005645 10.0.0.249 - - [2026-08-03 02:53:39] "GET /virtual-networks?parent_id=17bc2959-2861-48ca-877b-7d7b5b6b7cd3&detail=False&count=False&shared=False HTTP/1.1" 200 881 0.004464 10.0.0.249 - - [2026-08-03 02:53:39] "GET /virtual-network/9277cf6c-464c-4d26-8b3e-e129cd45fb91?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2064 0.007310 10.0.0.249 - - [2026-08-03 02:53:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004358 10.0.0.249 - - [2026-08-03 02:53:40] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005325 10.0.0.249 - - [2026-08-03 02:53:40] "GET /virtual-networks?parent_id=17bc2959-2861-48ca-877b-7d7b5b6b7cd3&detail=False&count=False&shared=False HTTP/1.1" 200 881 0.004071 10.0.0.249 - - [2026-08-03 02:53:40] "GET /virtual-network/9277cf6c-464c-4d26-8b3e-e129cd45fb91?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2064 0.007612 10.0.0.249 - - [2026-08-03 02:53:48] "POST /neutron/router HTTP/1.1" 200 656 0.012332 10.0.0.50 - - [2026-08-03 02:53:49] "POST /ref-update HTTP/1.1" 200 156 0.037969 10.0.0.50 - - [2026-08-03 02:53:49] "GET /service-instance/b48548c5-5bc8-45f8-9316-1ca8a4c3ee23?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2318 0.004826 10.0.0.249 - - [2026-08-03 02:53:49] "POST /neutron/router HTTP/1.1" 200 151 0.120167 10.0.0.50 - - [2026-08-03 02:53:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004581 10.0.0.50 - - [2026-08-03 02:53:49] "POST /ref-update HTTP/1.1" 200 156 0.024988 10.0.0.50 - - [2026-08-03 02:53:49] "GET /instance-ip/f653996b-1b87-43f5-96db-751ccd44a6e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2163 0.024095 10.0.0.50 - - [2026-08-03 02:53:49] "POST /ref-update HTTP/1.1" 200 156 0.077791 10.0.0.50 - - [2026-08-03 02:53:49] "POST /ref-update HTTP/1.1" 200 156 0.040737 10.0.0.50 - - [2026-08-03 02:53:50] "DELETE /virtual-machine-interface/a9f57c96-ff25-49f6-b862-b10a6a6a7c39 HTTP/1.1" 200 115 0.130210 10.0.0.50 - - [2026-08-03 02:53:50] "DELETE /route-target/8d996a9e-1be4-4a9c-8168-8cef3f62c7b1 HTTP/1.1" 200 115 0.048980 10.0.0.50 - - [2026-08-03 02:53:50] "DELETE /service-instance/b48548c5-5bc8-45f8-9316-1ca8a4c3ee23 HTTP/1.1" 200 115 0.099334 10.0.0.50 - - [2026-08-03 02:53:50] "GET /virtual-machine-interface/d1ac38e6-7c9c-4be7-b297-0acddc0314e8?fields=instance_ip_back_refs%2Cfloating_ip_back_refs%2Cinterface_route_table_refs HTTP/1.1" 200 1656 0.008052 10.0.0.50 - - [2026-08-03 02:53:50] "DELETE /virtual-machine-interface/d1ac38e6-7c9c-4be7-b297-0acddc0314e8 HTTP/1.1" 200 115 0.109577 10.0.0.50 - - [2026-08-03 02:53:50] "GET /virtual-machine-interface/25310750-0ecf-476c-b706-4f2b3eba5890?fields=instance_ip_back_refs%2Cfloating_ip_back_refs%2Cinterface_route_table_refs HTTP/1.1" 200 1655 0.014769 10.0.0.50 - - [2026-08-03 02:53:50] "DELETE /instance-ip/fbcea302-13e3-443e-9429-cb8972cc9c21 HTTP/1.1" 200 115 0.084404 10.0.0.50 - - [2026-08-03 02:53:51] "DELETE /virtual-machine/9a13a438-37c6-4b94-b861-b7325d34da49 HTTP/1.1" 200 115 0.081938 10.0.0.249 - - [2026-08-03 02:53:51] "POST /neutron/port HTTP/1.1" 200 1127 0.022162 10.0.0.249 - - [2026-08-03 02:53:51] "POST /neutron/port HTTP/1.1" 200 1127 0.083620 10.0.0.249 - - [2026-08-03 02:53:51] "POST /neutron/network HTTP/1.1" 200 834 0.022495 10.0.0.161 - - [2026-08-03 02:53:52] "POST /useragent-kv HTTP/1.1" 200 115 0.005906 10.0.0.161 - - [2026-08-03 02:53:52] "POST /useragent-kv HTTP/1.1" 200 115 0.006077 10.0.0.249 - - [2026-08-03 02:53:52] "POST /neutron/network HTTP/1.1" 200 151 0.216884 10.0.0.50 - - [2026-08-03 02:53:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.005321 10.0.0.161 - - [2026-08-03 02:53:53] "GET /projects?obj_uuids=17bc2959-2861-48ca-877b-7d7b5b6b7cd3&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001254 10.0.0.249 - - [2026-08-03 02:53:53] "GET /project/17bc2959-2861-48ca-877b-7d7b5b6b7cd3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1376 0.071668 10.0.0.161 - - [2026-08-03 02:53:53] "GET /projects?obj_uuids=17bc2959-2861-48ca-877b-7d7b5b6b7cd3&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001543 10.0.0.249 - - [2026-08-03 02:53:53] "GET /project/17bc2959-2861-48ca-877b-7d7b5b6b7cd3?fields=virtual_networks HTTP/1.1" 200 1038 0.086848 10.0.0.161 - - [2026-08-03 02:53:53] "GET /projects?obj_uuids=17bc2959-2861-48ca-877b-7d7b5b6b7cd3&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.002163 10.0.0.249 - - [2026-08-03 02:53:53] "GET /project/17bc2959-2861-48ca-877b-7d7b5b6b7cd3?fields=virtual_machine_interfaces HTTP/1.1" 200 1038 0.073958 10.0.0.161 - - [2026-08-03 02:53:54] "GET /projects?obj_uuids=17bc2959-2861-48ca-877b-7d7b5b6b7cd3&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001377 10.0.0.249 - - [2026-08-03 02:53:54] "GET /project/17bc2959-2861-48ca-877b-7d7b5b6b7cd3?fields=security_groups HTTP/1.1" 200 1268 0.059422 10.0.0.249 - - [2026-08-03 02:53:55] "POST /fqname-to-id HTTP/1.1" 404 196 0.053551 10.0.0.161 - - [2026-08-03 02:53:55] "GET /projects?obj_uuids=0a7818b3-26da-4df2-bc3e-f3c6046ac98e&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.006553 10.0.0.161 - - [2026-08-03 02:53:55] "GET /domains?obj_uuids=724de60e-9f87-4d23-867c-6bd9a9880f5b&detail=False&count=False&shared=False HTTP/1.1" 200 316 0.001287 10.0.0.161 - - [2026-08-03 02:53:55] "GET /domain/724de60e-9f87-4d23-867c-6bd9a9880f5b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.009713 10.0.0.161 - - [2026-08-03 02:53:55] "POST /id-to-fqname HTTP/1.1" 200 198 0.001684 10.0.0.161 - - [2026-08-03 02:53:55] "POST /fqname-to-id HTTP/1.1" 404 207 0.010710 10.0.0.161 - - [2026-08-03 02:53:55] "POST /security-groups HTTP/1.1" 200 601 0.088604 10.0.0.161 - - [2026-08-03 02:53:55] "POST /projects HTTP/1.1" 200 603 0.366740 10.0.0.161 - - [2026-08-03 02:53:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.408431 10.0.0.50 - - [2026-08-03 02:53:55] "POST /access-control-lists HTTP/1.1" 200 606 0.041589 10.0.0.249 - - [2026-08-03 02:53:55] "GET /project/0a7818b3-26da-4df2-bc3e-f3c6046ac98e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.637636 10.0.0.249 - - [2026-08-03 02:53:57] "GET / HTTP/1.1" 200 36215 0.001409 10.0.0.249 - - [2026-08-03 02:53:59] "POST /fqname-to-id HTTP/1.1" 401 293 0.000715 10.0.0.249 - - [2026-08-03 02:53:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.066071 10.0.0.161 - - [2026-08-03 02:53:59] "GET /projects?obj_uuids=0a7818b3-26da-4df2-bc3e-f3c6046ac98e&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001251 10.0.0.249 - - [2026-08-03 02:53:59] "GET /project/0a7818b3-26da-4df2-bc3e-f3c6046ac98e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.080019 10.0.0.50 - - [2026-08-03 02:53:59] "POST /route-targets HTTP/1.1" 200 328 0.022564 10.0.0.161 - - [2026-08-03 02:54:00] "POST /useragent-kv HTTP/1.1" 200 115 0.015091 10.0.0.249 - - [2026-08-03 02:54:00] "POST /neutron/subnet HTTP/1.1" 200 725 0.308895 10.0.0.249 - - [2026-08-03 02:54:00] "POST /id-to-fqname HTTP/1.1" 200 228 0.001735 10.0.0.249 - - [2026-08-03 02:54:00] "GET /virtual-network/5100035b-6a00-47b1-aa6b-a5c54b80a5d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2642 0.013411 10.0.0.249 - - [2026-08-03 02:54:00] "POST /neutron/network HTTP/1.1" 200 1006 0.016193 10.0.0.249 - - [2026-08-03 02:54:00] "GET /virtual-network/5100035b-6a00-47b1-aa6b-a5c54b80a5d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2642 0.011971 10.0.0.249 - - [2026-08-03 02:54:00] "POST /neutron/subnet HTTP/1.1" 200 828 0.014120 10.0.0.249 - - [2026-08-03 02:54:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004673 10.0.0.161 - - [2026-08-03 02:54:00] "GET /projects?obj_uuids=0a7818b3-26da-4df2-bc3e-f3c6046ac98e&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001611 10.0.0.249 - - [2026-08-03 02:54:00] "GET /project/0a7818b3-26da-4df2-bc3e-f3c6046ac98e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.084951 10.0.0.50 - - [2026-08-03 02:54:01] "POST /ref-update HTTP/1.1" 200 156 0.052106 10.0.0.161 - - [2026-08-03 02:54:01] "POST /useragent-kv HTTP/1.1" 200 115 0.013387 10.0.0.249 - - [2026-08-03 02:54:01] "POST /neutron/subnet HTTP/1.1" 200 724 0.301771 10.0.0.249 - - [2026-08-03 02:54:01] "POST /id-to-fqname HTTP/1.1" 200 228 0.002108 10.0.0.249 - - [2026-08-03 02:54:01] "GET /virtual-network/f2a2b6c5-5565-42f8-a89b-37702678445f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.012832 10.0.0.249 - - [2026-08-03 02:54:01] "POST /neutron/network HTTP/1.1" 200 1005 0.028022 10.0.0.249 - - [2026-08-03 02:54:01] "GET /virtual-network/f2a2b6c5-5565-42f8-a89b-37702678445f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.008249 10.0.0.249 - - [2026-08-03 02:54:01] "POST /neutron/subnet HTTP/1.1" 200 823 0.021962 10.0.0.249 - - [2026-08-03 02:54:01] "POST /fqname-to-id HTTP/1.1" 404 234 0.004881 10.0.0.249 - - [2026-08-03 02:54:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.005179 10.0.0.161 - - [2026-08-03 02:54:01] "GET /projects?obj_uuids=0a7818b3-26da-4df2-bc3e-f3c6046ac98e&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001942 10.0.0.249 - - [2026-08-03 02:54:01] "GET /project/0a7818b3-26da-4df2-bc3e-f3c6046ac98e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.082128 10.0.0.249 - - [2026-08-03 02:54:02] "POST /network-policys HTTP/1.1" 200 579 0.058357 10.0.0.249 - - [2026-08-03 02:54:02] "GET /network-policy/7a0c2bfc-3379-441a-8adb-2ca7a9d3e2bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3129 0.009478 10.0.0.50 - - [2026-08-03 02:54:02] "POST /fqname-to-id HTTP/1.1" 404 207 0.050671 10.0.0.249 - - [2026-08-03 02:54:02] "POST /neutron/network HTTP/1.1" 200 1114 0.043191 10.0.0.249 - - [2026-08-03 02:54:02] "GET /virtual-network/5100035b-6a00-47b1-aa6b-a5c54b80a5d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2967 0.010355 10.0.0.249 - - [2026-08-03 02:54:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004997 10.0.0.249 - - [2026-08-03 02:54:02] "GET /network-policy/7a0c2bfc-3379-441a-8adb-2ca7a9d3e2bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3129 0.005929 10.0.0.50 - - [2026-08-03 02:54:02] "POST /fqname-to-id HTTP/1.1" 404 242 0.010796 10.0.0.249 - - [2026-08-03 02:54:02] "POST /neutron/network HTTP/1.1" 200 1113 0.032956 10.0.0.249 - - [2026-08-03 02:54:02] "GET /virtual-network/f2a2b6c5-5565-42f8-a89b-37702678445f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2965 0.010174 10.0.0.249 - - [2026-08-03 02:54:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.005809 10.0.0.249 - - [2026-08-03 02:54:02] "GET /network-policy/7a0c2bfc-3379-441a-8adb-2ca7a9d3e2bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3129 0.007532 10.0.0.249 - - [2026-08-03 02:54:03] "GET /virtual-network/5100035b-6a00-47b1-aa6b-a5c54b80a5d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2967 0.007851 10.0.0.161 - - [2026-08-03 02:54:05] "GET /obj-perms HTTP/1.1" 200 4499 0.066869 10.0.0.249 - - [2026-08-03 02:54:05] "GET /virtual-network/f2a2b6c5-5565-42f8-a89b-37702678445f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2965 0.008690 10.0.0.50 - - [2026-08-03 02:54:05] "DELETE /access-control-list/0c9ccc36-6c69-4f2d-aa16-fd70f1e3e768 HTTP/1.1" 200 115 0.070352 10.0.0.249 - - [2026-08-03 02:54:06] "POST /id-to-fqname HTTP/1.1" 200 228 0.001647 10.0.0.249 - - [2026-08-03 02:54:06] "POST /neutron/port HTTP/1.1" 200 117 0.007852 10.0.0.249 - - [2026-08-03 02:54:06] "POST /id-to-fqname HTTP/1.1" 200 228 0.002192 10.0.0.249 - - [2026-08-03 02:54:06] "POST /neutron/network HTTP/1.1" 200 1123 0.012826 10.0.0.161 - - [2026-08-03 02:54:06] "GET /projects?obj_uuids=0a7818b3-26da-4df2-bc3e-f3c6046ac98e&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001983 10.0.0.249 - - [2026-08-03 02:54:06] "GET /project/0a7818b3-26da-4df2-bc3e-f3c6046ac98e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.063776 10.0.0.249 - - [2026-08-03 02:54:07] "POST /neutron/port HTTP/1.1" 200 117 0.007911 10.0.0.161 - - [2026-08-03 02:54:10] "GET /projects?obj_uuids=0a7818b3-26da-4df2-bc3e-f3c6046ac98e&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001875 10.0.0.249 - - [2026-08-03 02:54:11] "POST /neutron/port HTTP/1.1" 200 1175 0.524224 10.0.0.249 - - [2026-08-03 02:54:11] "POST /neutron/port HTTP/1.1" 200 1175 0.029961 10.0.0.249 - - [2026-08-03 02:54:11] "POST /neutron/port HTTP/1.1" 200 1174 0.030007 10.0.0.249 - - [2026-08-03 02:54:12] "POST /neutron/port HTTP/1.1" 200 1239 0.025692 10.0.0.249 - - [2026-08-03 02:54:12] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005607 10.0.0.249 - - [2026-08-03 02:54:12] "POST /neutron/port HTTP/1.1" 200 117 0.001535 10.0.0.249 - - [2026-08-03 02:54:13] "POST /neutron/port HTTP/1.1" 200 1238 0.028968 10.0.0.249 - - [2026-08-03 02:54:13] "POST /neutron/subnet HTTP/1.1" 200 1379 0.032337 10.0.0.249 - - [2026-08-03 02:54:13] "POST /neutron/network HTTP/1.1" 200 1113 0.027356 10.0.0.161 - - [2026-08-03 02:54:22] "DELETE /project/0a7818b326da4df2bc3ef3c6046ac98e HTTP/1.1" 404 173 0.003681 10.0.0.161 - - [2026-08-03 02:54:22] "DELETE /project/17bc2959-2861-48ca-877b-7d7b5b6b7cd3 HTTP/1.1" 404 177 0.005828 10.0.0.249 - - [2026-08-03 02:54:22] "POST /neutron/port HTTP/1.1" 200 1239 0.022463 10.0.0.50 - - [2026-08-03 02:54:26] "GET /obj-perms HTTP/1.1" 200 4509 0.046340 10.0.0.249 - - [2026-08-03 02:54:27] "POST /neutron/security_group HTTP/1.1" 200 2066 0.009959 10.0.0.249 - - [2026-08-03 02:54:37] "POST /neutron/port HTTP/1.1" 200 1239 0.022785 10.0.0.249 - - [2026-08-03 02:54:38] "POST /neutron/security_group HTTP/1.1" 200 2066 0.009797 10.0.0.249 - - [2026-08-03 02:54:38] "GET /virtual-machine/2db5ece2-bc25-4f3e-8c60-9b9333983d7c HTTP/1.1" 401 293 0.000676 10.0.0.249 - - [2026-08-03 02:54:38] "GET /virtual-machine/2db5ece2-bc25-4f3e-8c60-9b9333983d7c HTTP/1.1" 200 1302 0.033201 10.0.0.249 - - [2026-08-03 02:54:38] "GET /virtual-machine-interface/7f16a18f-2db5-471d-af5b-e09fcb7b7beb HTTP/1.1" 200 3182 0.007319 10.0.0.249 - - [2026-08-03 02:54:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.005111 10.0.0.249 - - [2026-08-03 02:54:38] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005780 10.0.0.249 - - [2026-08-03 02:54:38] "GET /virtual-networks?parent_id=0a7818b3-26da-4df2-bc3e-f3c6046ac98e&detail=False&count=False&shared=False HTTP/1.1" 200 589 0.005692 10.0.0.249 - - [2026-08-03 02:54:38] "GET /virtual-network/5100035b-6a00-47b1-aa6b-a5c54b80a5d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2967 0.009831 10.0.0.249 - - [2026-08-03 02:54:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.005391 10.0.0.249 - - [2026-08-03 02:54:41] "GET /virtual-network/5100035b-6a00-47b1-aa6b-a5c54b80a5d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2967 0.006609 10.0.0.249 - - [2026-08-03 02:54:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004686 10.0.0.249 - - [2026-08-03 02:54:45] "GET /virtual-network/5100035b-6a00-47b1-aa6b-a5c54b80a5d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2967 0.007219 10.0.0.249 - - [2026-08-03 02:54:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004085 10.0.0.249 - - [2026-08-03 02:54:49] "GET /virtual-network/5100035b-6a00-47b1-aa6b-a5c54b80a5d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2967 0.007994 10.0.0.249 - - [2026-08-03 02:54:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004705 10.0.0.249 - - [2026-08-03 02:54:54] "GET /virtual-network/5100035b-6a00-47b1-aa6b-a5c54b80a5d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2967 0.009019 10.0.0.249 - - [2026-08-03 02:54:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004499 10.0.0.249 - - [2026-08-03 02:54:58] "GET /virtual-network/5100035b-6a00-47b1-aa6b-a5c54b80a5d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2967 0.007160 10.0.0.249 - - [2026-08-03 02:55:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.007551 10.0.0.249 - - [2026-08-03 02:55:02] "GET /virtual-network/5100035b-6a00-47b1-aa6b-a5c54b80a5d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2967 0.008701 10.0.0.249 - - [2026-08-03 02:55:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004578 10.0.0.249 - - [2026-08-03 02:55:06] "GET /virtual-network/5100035b-6a00-47b1-aa6b-a5c54b80a5d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2967 0.008242 10.0.0.249 - - [2026-08-03 02:55:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004513 10.0.0.249 - - [2026-08-03 02:55:08] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004759 10.0.0.249 - - [2026-08-03 02:55:08] "GET /virtual-networks?parent_id=0a7818b3-26da-4df2-bc3e-f3c6046ac98e&detail=False&count=False&shared=False HTTP/1.1" 200 589 0.004359 10.0.0.249 - - [2026-08-03 02:55:08] "GET /virtual-network/5100035b-6a00-47b1-aa6b-a5c54b80a5d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2967 0.009093 10.0.0.249 - - [2026-08-03 02:55:08] "POST /neutron/port HTTP/1.1" 200 1239 0.026258 10.0.0.249 - - [2026-08-03 02:55:13] "POST /neutron/security_group HTTP/1.1" 200 2066 0.013296 10.0.0.249 - - [2026-08-03 02:55:18] "POST /neutron/network HTTP/1.1" 200 1124 0.009141 10.0.0.249 - - [2026-08-03 02:55:18] "POST /neutron/subnet HTTP/1.1" 200 1385 0.017499 10.0.0.249 - - [2026-08-03 02:55:18] "POST /neutron/network HTTP/1.1" 200 1114 0.012072 10.0.0.249 - - [2026-08-03 02:55:24] "POST /neutron/port HTTP/1.1" 200 1239 0.022699 10.0.0.249 - - [2026-08-03 02:55:24] "POST /neutron/security_group HTTP/1.1" 200 2066 0.029554 10.0.0.249 - - [2026-08-03 02:55:26] "GET /obj-perms HTTP/1.1" 200 4509 0.048463 10.0.0.249 - - [2026-08-03 02:55:34] "POST /neutron/port HTTP/1.1" 200 1238 0.024810 10.0.0.249 - - [2026-08-03 02:55:34] "POST /neutron/security_group HTTP/1.1" 200 2066 0.009295 10.0.0.249 - - [2026-08-03 02:55:34] "GET /virtual-machine/c4fdb9ab-f5bf-428c-99f3-79350e282e03 HTTP/1.1" 200 1303 0.007197 10.0.0.249 - - [2026-08-03 02:55:34] "GET /virtual-machine-interface/d0b0310e-07ed-489f-a57f-c792c58e7ff7 HTTP/1.1" 200 3183 0.007018 10.0.0.249 - - [2026-08-03 02:55:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004933 10.0.0.249 - - [2026-08-03 02:55:35] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004295 10.0.0.249 - - [2026-08-03 02:55:35] "GET /virtual-networks?parent_id=0a7818b3-26da-4df2-bc3e-f3c6046ac98e&detail=False&count=False&shared=False HTTP/1.1" 200 589 0.004245 10.0.0.249 - - [2026-08-03 02:55:35] "GET /virtual-network/f2a2b6c5-5565-42f8-a89b-37702678445f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2965 0.007770 10.0.0.249 - - [2026-08-03 02:55:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004300 10.0.0.249 - - [2026-08-03 02:55:38] "GET /virtual-network/f2a2b6c5-5565-42f8-a89b-37702678445f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2965 0.006809 10.0.0.249 - - [2026-08-03 02:55:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004651 10.0.0.249 - - [2026-08-03 02:55:42] "GET /virtual-network/f2a2b6c5-5565-42f8-a89b-37702678445f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2965 0.006809 10.0.0.249 - - [2026-08-03 02:55:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.006934 10.0.0.249 - - [2026-08-03 02:55:46] "GET /virtual-network/f2a2b6c5-5565-42f8-a89b-37702678445f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2965 0.010240 10.0.0.249 - - [2026-08-03 02:55:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004254 10.0.0.249 - - [2026-08-03 02:55:50] "GET /virtual-network/f2a2b6c5-5565-42f8-a89b-37702678445f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2965 0.006702 10.0.0.249 - - [2026-08-03 02:55:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004549 10.0.0.249 - - [2026-08-03 02:55:54] "GET /virtual-network/f2a2b6c5-5565-42f8-a89b-37702678445f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2965 0.006723 10.0.0.249 - - [2026-08-03 02:55:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004296 10.0.0.249 - - [2026-08-03 02:55:56] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005594 10.0.0.249 - - [2026-08-03 02:55:56] "GET /virtual-networks?parent_id=0a7818b3-26da-4df2-bc3e-f3c6046ac98e&detail=False&count=False&shared=False HTTP/1.1" 200 589 0.004363 10.0.0.249 - - [2026-08-03 02:55:56] "GET /virtual-network/f2a2b6c5-5565-42f8-a89b-37702678445f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2965 0.008064 10.0.0.249 - - [2026-08-03 02:55:56] "POST /neutron/port HTTP/1.1" 200 1238 0.026350 10.0.0.249 - - [2026-08-03 02:56:02] "POST /neutron/security_group HTTP/1.1" 200 2066 0.011293 10.0.0.249 - - [2026-08-03 02:56:12] "POST /neutron/port HTTP/1.1" 200 1238 0.032299 10.0.0.249 - - [2026-08-03 02:56:13] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008889 10.0.0.249 - - [2026-08-03 02:56:16] "POST /neutron/port HTTP/1.1" 200 1238 0.031883 10.0.0.249 - - [2026-08-03 02:56:17] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005919 10.0.0.249 - - [2026-08-03 02:56:17] "POST /neutron/port HTTP/1.1" 200 117 0.001577 10.0.0.249 - - [2026-08-03 02:56:17] "POST /neutron/port HTTP/1.1" 200 1238 0.022298 10.0.0.249 - - [2026-08-03 02:56:17] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004750 10.0.0.249 - - [2026-08-03 02:56:18] "POST /neutron/port HTTP/1.1" 200 117 0.001572 10.0.0.161 - - [2026-08-03 02:56:27] "GET /obj-perms HTTP/1.1" 200 4509 0.056052 10.0.0.249 - - [2026-08-03 02:57:15] "POST /neutron/port HTTP/1.1" 200 1238 0.033374 10.0.0.249 - - [2026-08-03 02:57:17] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005706 10.0.0.249 - - [2026-08-03 02:57:17] "POST /neutron/port HTTP/1.1" 200 117 0.001685 10.0.0.249 - - [2026-08-03 02:57:17] "POST /neutron/port HTTP/1.1" 200 1239 0.051076 10.0.0.249 - - [2026-08-03 02:57:19] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005332 10.0.0.249 - - [2026-08-03 02:57:19] "POST /neutron/port HTTP/1.1" 200 117 0.001469 10.0.0.249 - - [2026-08-03 02:57:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004796 10.0.0.161 - - [2026-08-03 02:57:23] "GET /projects?obj_uuids=0a7818b3-26da-4df2-bc3e-f3c6046ac98e&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.027493 10.0.0.249 - - [2026-08-03 02:57:23] "GET /project/0a7818b3-26da-4df2-bc3e-f3c6046ac98e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.108861 10.0.0.249 - - [2026-08-03 02:57:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004164 10.0.0.249 - - [2026-08-03 02:57:23] "PUT /network-policy/7a0c2bfc-3379-441a-8adb-2ca7a9d3e2bd HTTP/1.1" 200 263 0.025116 10.0.0.50 - - [2026-08-03 02:57:24] "PUT /access-control-list/fa89f24c-2d97-4a0f-8237-f07dd69f1665 HTTP/1.1" 200 273 0.051907 10.0.0.249 - - [2026-08-03 02:57:27] "GET /virtual-network/f2a2b6c5-5565-42f8-a89b-37702678445f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2965 0.008104 10.0.0.249 - - [2026-08-03 02:57:27] "POST /neutron/network HTTP/1.1" 200 1113 0.010881 10.0.0.249 - - [2026-08-03 02:57:27] "GET /virtual-network/f2a2b6c5-5565-42f8-a89b-37702678445f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.010928 10.0.0.249 - - [2026-08-03 02:57:27] "GET /virtual-network/5100035b-6a00-47b1-aa6b-a5c54b80a5d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2967 0.006566 10.0.0.249 - - [2026-08-03 02:57:27] "POST /neutron/network HTTP/1.1" 200 1114 0.018488 10.0.0.50 - - [2026-08-03 02:57:27] "POST /fqname-to-id HTTP/1.1" 404 207 0.015550 10.0.0.249 - - [2026-08-03 02:57:27] "GET /virtual-network/5100035b-6a00-47b1-aa6b-a5c54b80a5d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2642 0.015372 10.0.0.50 - - [2026-08-03 02:57:27] "DELETE /access-control-list/fa89f24c-2d97-4a0f-8237-f07dd69f1665 HTTP/1.1" 200 115 0.092211 10.0.0.249 - - [2026-08-03 02:57:27] "DELETE /network-policy/7a0c2bfc-3379-441a-8adb-2ca7a9d3e2bd HTTP/1.1" 200 115 0.089387 10.0.0.249 - - [2026-08-03 02:57:27] "POST /neutron/network HTTP/1.1" 200 1005 0.014994 10.0.0.249 - - [2026-08-03 02:57:29] "POST /neutron/port HTTP/1.1" 200 1228 0.028213 10.0.0.249 - - [2026-08-03 02:57:29] "POST /neutron/port HTTP/1.1" 200 1229 0.020300 10.0.0.161 - - [2026-08-03 02:57:30] "POST /useragent-kv HTTP/1.1" 200 115 0.015148 10.0.0.161 - - [2026-08-03 02:57:30] "POST /useragent-kv HTTP/1.1" 200 115 0.004074 10.0.0.161 - - [2026-08-03 02:57:30] "POST /useragent-kv HTTP/1.1" 200 115 0.003581 10.0.0.161 - - [2026-08-03 02:57:30] "POST /useragent-kv HTTP/1.1" 200 115 0.003281 10.0.0.249 - - [2026-08-03 02:57:30] "POST /neutron/network HTTP/1.1" 200 151 0.229559 10.0.0.50 - - [2026-08-03 02:57:30] "DELETE /route-target/0f4c6b29-2a0c-4808-8b05-065793165a08 HTTP/1.1" 200 115 0.047988 10.0.0.161 - - [2026-08-03 02:57:35] "GET /projects?obj_uuids=0a7818b3-26da-4df2-bc3e-f3c6046ac98e&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001365 10.0.0.249 - - [2026-08-03 02:57:35] "GET /project/0a7818b3-26da-4df2-bc3e-f3c6046ac98e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.062142 10.0.0.249 - - [2026-08-03 02:57:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004878 10.0.0.161 - - [2026-08-03 02:57:35] "GET /domains?obj_uuids=724de60e-9f87-4d23-867c-6bd9a9880f5b&detail=False&count=False&shared=False HTTP/1.1" 200 316 0.001292 10.0.0.249 - - [2026-08-03 02:57:35] "GET /domain/724de60e-9f87-4d23-867c-6bd9a9880f5b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.009104 10.0.0.249 - - [2026-08-03 02:57:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004434 10.0.0.161 - - [2026-08-03 02:57:35] "GET /projects?obj_uuids=0a7818b3-26da-4df2-bc3e-f3c6046ac98e&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001612 10.0.0.249 - - [2026-08-03 02:57:35] "GET /project/0a7818b3-26da-4df2-bc3e-f3c6046ac98e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.067781 10.0.0.249 - - [2026-08-03 02:57:36] "GET /domains HTTP/1.1" 200 281 0.004946 10.0.0.161 - - [2026-08-03 02:57:36] "GET /domains?obj_uuids=724de60e-9f87-4d23-867c-6bd9a9880f5b&detail=False&count=False&shared=False HTTP/1.1" 200 316 0.001786 10.0.0.249 - - [2026-08-03 02:57:36] "GET /domain/724de60e-9f87-4d23-867c-6bd9a9880f5b HTTP/1.1" 200 2785 0.015392 10.0.0.161 - - [2026-08-03 02:57:36] "GET /projects?obj_uuids=0a7818b3-26da-4df2-bc3e-f3c6046ac98e&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001768 10.0.0.249 - - [2026-08-03 02:57:36] "GET /project/0a7818b3-26da-4df2-bc3e-f3c6046ac98e HTTP/1.1" 200 1903 0.114932 10.0.0.249 - - [2026-08-03 02:57:36] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 547 0.004161 10.0.0.249 - - [2026-08-03 02:57:36] "POST /network-ipams HTTP/1.1" 200 611 0.039401 10.0.0.249 - - [2026-08-03 02:57:36] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 805 0.004223 10.0.0.249 - - [2026-08-03 02:57:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004313 10.0.0.249 - - [2026-08-03 02:57:36] "GET /network-ipam/d74c8b61-3147-45eb-a36e-a5ae04903f61?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1437 0.008765 10.0.0.249 - - [2026-08-03 02:57:36] "PUT /network-ipam/d74c8b61-3147-45eb-a36e-a5ae04903f61 HTTP/1.1" 200 259 0.018239 10.0.0.249 - - [2026-08-03 02:57:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.005022 10.0.0.161 - - [2026-08-03 02:57:37] "GET /projects?obj_uuids=0a7818b3-26da-4df2-bc3e-f3c6046ac98e&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001176 10.0.0.249 - - [2026-08-03 02:57:37] "GET /project/0a7818b3-26da-4df2-bc3e-f3c6046ac98e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.120474 10.0.0.249 - - [2026-08-03 02:57:37] "POST /neutron/network HTTP/1.1" 200 117 0.015788 10.0.0.50 - - [2026-08-03 02:57:37] "POST /route-targets HTTP/1.1" 200 328 0.017014 10.0.0.161 - - [2026-08-03 02:57:38] "POST /useragent-kv HTTP/1.1" 200 115 0.013515 10.0.0.249 - - [2026-08-03 02:57:38] "POST /neutron/subnet HTTP/1.1" 200 701 0.224605 10.0.0.249 - - [2026-08-03 02:57:38] "POST /id-to-fqname HTTP/1.1" 200 231 0.001725 10.0.0.249 - - [2026-08-03 02:57:38] "GET /virtual-network/936c95ac-b0db-44d1-b0bb-4efbd972a69a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3198 0.009383 10.0.0.249 - - [2026-08-03 02:57:38] "POST /neutron/network HTTP/1.1" 200 1309 0.014886 10.0.0.249 - - [2026-08-03 02:57:38] "GET /virtual-network/936c95ac-b0db-44d1-b0bb-4efbd972a69a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3198 0.006905 10.0.0.249 - - [2026-08-03 02:57:38] "POST /neutron/subnet HTTP/1.1" 200 701 0.012501 10.0.0.249 - - [2026-08-03 02:57:38] "GET /virtual-network/936c95ac-b0db-44d1-b0bb-4efbd972a69a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3198 0.008335 10.0.0.50 - - [2026-08-03 02:57:39] "GET /obj-perms HTTP/1.1" 200 4499 0.046890 10.0.0.249 - - [2026-08-03 02:57:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.004461 10.0.0.161 - - [2026-08-03 02:57:39] "GET /projects?obj_uuids=0a7818b3-26da-4df2-bc3e-f3c6046ac98e&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001381 10.0.0.249 - - [2026-08-03 02:57:39] "GET /project/0a7818b3-26da-4df2-bc3e-f3c6046ac98e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.059968 10.0.0.161 - - [2026-08-03 02:57:39] "GET /projects?obj_uuids=0a7818b3-26da-4df2-bc3e-f3c6046ac98e&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001245 10.0.0.249 - - [2026-08-03 02:57:39] "POST /neutron/network HTTP/1.1" 200 619 0.179242 10.0.0.50 - - [2026-08-03 02:57:39] "POST /ref-update HTTP/1.1" 200 156 0.042935 10.0.0.161 - - [2026-08-03 02:57:40] "POST /useragent-kv HTTP/1.1" 200 115 0.015956 10.0.0.249 - - [2026-08-03 02:57:40] "POST /neutron/subnet HTTP/1.1" 200 828 0.230661 10.0.0.249 - - [2026-08-03 02:57:40] "POST /id-to-fqname HTTP/1.1" 200 231 0.001626 10.0.0.249 - - [2026-08-03 02:57:40] "GET /virtual-network/fb901f21-d1e3-4157-8099-d566197a671e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3197 0.006607 10.0.0.249 - - [2026-08-03 02:57:40] "GET /virtual-network/fb901f21-d1e3-4157-8099-d566197a671e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3197 0.007379 10.0.0.249 - - [2026-08-03 02:57:40] "POST /neutron/network HTTP/1.1" 200 1309 0.018286 10.0.0.249 - - [2026-08-03 02:57:40] "POST /neutron/subnet HTTP/1.1" 200 828 0.012106 10.0.0.249 - - [2026-08-03 02:57:40] "GET /virtual-network/fb901f21-d1e3-4157-8099-d566197a671e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3197 0.008467 10.0.0.249 - - [2026-08-03 02:57:41] "GET /obj-perms HTTP/1.1" 200 4499 0.045387 10.0.0.161 - - [2026-08-03 02:57:41] "GET /obj-perms HTTP/1.1" 200 4499 0.004692 10.0.0.249 - - [2026-08-03 02:57:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.005231 10.0.0.161 - - [2026-08-03 02:57:41] "GET /projects?obj_uuids=0a7818b3-26da-4df2-bc3e-f3c6046ac98e&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001156 10.0.0.249 - - [2026-08-03 02:57:41] "GET /project/0a7818b3-26da-4df2-bc3e-f3c6046ac98e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.057435 10.0.0.161 - - [2026-08-03 02:57:41] "POST /useragent-kv HTTP/1.1" 200 115 0.014033 10.0.0.249 - - [2026-08-03 02:57:41] "POST /neutron/subnet HTTP/1.1" 200 701 0.233598 10.0.0.50 - - [2026-08-03 02:57:42] "POST /fqname-to-id HTTP/1.1" 404 207 0.011497 10.0.0.249 - - [2026-08-03 02:57:42] "POST /neutron/network HTTP/1.1" 200 1309 0.017584 10.0.0.249 - - [2026-08-03 02:57:42] "POST /id-to-fqname HTTP/1.1" 200 231 0.001568 10.0.0.249 - - [2026-08-03 02:57:42] "GET /virtual-network/95d0c720-2dcf-4bfd-a196-231711499e8a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3198 0.007338 10.0.0.249 - - [2026-08-03 02:57:42] "GET /virtual-network/95d0c720-2dcf-4bfd-a196-231711499e8a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3198 0.007301 10.0.0.249 - - [2026-08-03 02:57:42] "POST /neutron/subnet HTTP/1.1" 200 701 0.012521 10.0.0.249 - - [2026-08-03 02:57:42] "GET /virtual-network/95d0c720-2dcf-4bfd-a196-231711499e8a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3198 0.007054 10.0.0.249 - - [2026-08-03 02:57:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.004272 10.0.0.161 - - [2026-08-03 02:57:43] "GET /projects?obj_uuids=0a7818b3-26da-4df2-bc3e-f3c6046ac98e&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001356 10.0.0.249 - - [2026-08-03 02:57:43] "GET /project/0a7818b3-26da-4df2-bc3e-f3c6046ac98e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.056005 10.0.0.249 - - [2026-08-03 02:57:43] "POST /neutron/network HTTP/1.1" 200 117 0.018288 10.0.0.50 - - [2026-08-03 02:57:43] "POST /ref-update HTTP/1.1" 200 156 0.038989 10.0.0.161 - - [2026-08-03 02:57:43] "POST /useragent-kv HTTP/1.1" 200 115 0.017114 10.0.0.249 - - [2026-08-03 02:57:43] "POST /neutron/subnet HTTP/1.1" 200 701 0.280108 10.0.0.249 - - [2026-08-03 02:57:44] "POST /id-to-fqname HTTP/1.1" 200 231 0.001807 10.0.0.249 - - [2026-08-03 02:57:44] "GET /virtual-network/44f590ad-8e20-4338-bbe2-ddf7e5c91900?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3194 0.009512 10.0.0.249 - - [2026-08-03 02:57:44] "POST /neutron/network HTTP/1.1" 200 1308 0.016732 10.0.0.249 - - [2026-08-03 02:57:44] "GET /virtual-network/44f590ad-8e20-4338-bbe2-ddf7e5c91900?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3194 0.006743 10.0.0.249 - - [2026-08-03 02:57:44] "POST /neutron/subnet HTTP/1.1" 200 701 0.010159 10.0.0.249 - - [2026-08-03 02:57:44] "GET /virtual-network/44f590ad-8e20-4338-bbe2-ddf7e5c91900?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3194 0.008285 10.0.0.50 - - [2026-08-03 02:57:44] "GET /obj-perms HTTP/1.1" 200 4499 0.005118 10.0.0.249 - - [2026-08-03 02:57:45] "POST /fqname-to-id HTTP/1.1" 404 225 0.005073 10.0.0.249 - - [2026-08-03 02:57:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004734 10.0.0.161 - - [2026-08-03 02:57:45] "GET /projects?obj_uuids=0a7818b3-26da-4df2-bc3e-f3c6046ac98e&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001518 10.0.0.249 - - [2026-08-03 02:57:45] "GET /project/0a7818b3-26da-4df2-bc3e-f3c6046ac98e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.066041 10.0.0.249 - - [2026-08-03 02:57:45] "POST /network-policys HTTP/1.1" 200 561 0.040551 10.0.0.249 - - [2026-08-03 02:57:45] "GET /network-policy/27be09a3-17bd-44cb-acc6-51965944e2af?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6938 0.009104 10.0.0.249 - - [2026-08-03 02:57:45] "POST /fqname-to-id HTTP/1.1" 404 225 0.004766 10.0.0.249 - - [2026-08-03 02:57:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004444 10.0.0.161 - - [2026-08-03 02:57:45] "GET /projects?obj_uuids=0a7818b3-26da-4df2-bc3e-f3c6046ac98e&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.002117 10.0.0.249 - - [2026-08-03 02:57:45] "GET /project/0a7818b3-26da-4df2-bc3e-f3c6046ac98e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.065947 10.0.0.249 - - [2026-08-03 02:57:45] "POST /network-policys HTTP/1.1" 200 561 0.051346 10.0.0.249 - - [2026-08-03 02:57:45] "GET /network-policy/b1ea7877-09b1-4093-bad3-13cbf8284b2e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5021 0.013372 10.0.0.249 - - [2026-08-03 02:57:45] "POST /fqname-to-id HTTP/1.1" 404 225 0.004135 10.0.0.249 - - [2026-08-03 02:57:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004501 10.0.0.161 - - [2026-08-03 02:57:45] "GET /projects?obj_uuids=0a7818b3-26da-4df2-bc3e-f3c6046ac98e&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001346 10.0.0.249 - - [2026-08-03 02:57:46] "GET /project/0a7818b3-26da-4df2-bc3e-f3c6046ac98e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.078295 10.0.0.249 - - [2026-08-03 02:57:46] "POST /network-policys HTTP/1.1" 200 561 0.040291 10.0.0.249 - - [2026-08-03 02:57:46] "GET /network-policy/96a1f96c-77e2-4dcb-8bdc-a3a1bba36e92?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6939 0.010741 10.0.0.249 - - [2026-08-03 02:57:46] "POST /fqname-to-id HTTP/1.1" 404 225 0.004151 10.0.0.249 - - [2026-08-03 02:57:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004749 10.0.0.161 - - [2026-08-03 02:57:46] "GET /projects?obj_uuids=0a7818b3-26da-4df2-bc3e-f3c6046ac98e&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001332 10.0.0.249 - - [2026-08-03 02:57:46] "GET /project/0a7818b3-26da-4df2-bc3e-f3c6046ac98e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.067289 10.0.0.249 - - [2026-08-03 02:57:46] "POST /network-policys HTTP/1.1" 200 561 0.048097 10.0.0.249 - - [2026-08-03 02:57:46] "GET /network-policy/be3f78b6-a40a-4c17-a8d5-375cfd398215?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 8845 0.008576 10.0.0.249 - - [2026-08-03 02:57:46] "POST /fqname-to-id HTTP/1.1" 404 225 0.004220 10.0.0.249 - - [2026-08-03 02:57:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004138 10.0.0.161 - - [2026-08-03 02:57:46] "GET /projects?obj_uuids=0a7818b3-26da-4df2-bc3e-f3c6046ac98e&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001675 10.0.0.249 - - [2026-08-03 02:57:46] "GET /project/0a7818b3-26da-4df2-bc3e-f3c6046ac98e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.069912 10.0.0.249 - - [2026-08-03 02:57:47] "POST /network-policys HTTP/1.1" 200 561 0.048871 10.0.0.249 - - [2026-08-03 02:57:47] "GET /network-policy/6a53035b-f750-4da9-95e1-50ddcb47f495?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5020 0.010342 10.0.0.249 - - [2026-08-03 02:57:47] "POST /fqname-to-id HTTP/1.1" 404 225 0.003946 10.0.0.249 - - [2026-08-03 02:57:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003928 10.0.0.161 - - [2026-08-03 02:57:47] "GET /projects?obj_uuids=0a7818b3-26da-4df2-bc3e-f3c6046ac98e&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001385 10.0.0.249 - - [2026-08-03 02:57:47] "GET /project/0a7818b3-26da-4df2-bc3e-f3c6046ac98e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.062679 10.0.0.249 - - [2026-08-03 02:57:47] "POST /network-policys HTTP/1.1" 200 561 0.042222 10.0.0.249 - - [2026-08-03 02:57:47] "GET /network-policy/d955c76c-7e45-4513-ba68-27d9aa5959cf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5021 0.013143 10.0.0.249 - - [2026-08-03 02:57:47] "POST /fqname-to-id HTTP/1.1" 404 225 0.004672 10.0.0.249 - - [2026-08-03 02:57:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004337 10.0.0.161 - - [2026-08-03 02:57:47] "GET /projects?obj_uuids=0a7818b3-26da-4df2-bc3e-f3c6046ac98e&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001529 10.0.0.249 - - [2026-08-03 02:57:47] "GET /project/0a7818b3-26da-4df2-bc3e-f3c6046ac98e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.077575 10.0.0.249 - - [2026-08-03 02:57:47] "POST /network-policys HTTP/1.1" 200 561 0.042594 10.0.0.249 - - [2026-08-03 02:57:48] "GET /network-policy/7d5063d4-3fda-4e97-ad04-37acebd4cdc6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 8844 0.015333 10.0.0.249 - - [2026-08-03 02:57:48] "POST /fqname-to-id HTTP/1.1" 404 225 0.004093 10.0.0.249 - - [2026-08-03 02:57:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004067 10.0.0.161 - - [2026-08-03 02:57:48] "GET /projects?obj_uuids=0a7818b3-26da-4df2-bc3e-f3c6046ac98e&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001217 10.0.0.249 - - [2026-08-03 02:57:48] "GET /project/0a7818b3-26da-4df2-bc3e-f3c6046ac98e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.088099 10.0.0.249 - - [2026-08-03 02:57:48] "POST /network-policys HTTP/1.1" 200 561 0.044248 10.0.0.249 - - [2026-08-03 02:57:48] "GET /network-policy/7e8d9db6-6ef3-406f-897f-f0b837e9ad79?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5019 0.008878 10.0.0.249 - - [2026-08-03 02:57:49] "POST /neutron/network HTTP/1.1" 200 1494 0.140484 10.0.0.249 - - [2026-08-03 02:57:49] "GET /virtual-network/936c95ac-b0db-44d1-b0bb-4efbd972a69a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3805 0.013407 10.0.0.249 - - [2026-08-03 02:57:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003910 10.0.0.249 - - [2026-08-03 02:57:49] "GET /network-policy/27be09a3-17bd-44cb-acc6-51965944e2af?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6938 0.005586 10.0.0.249 - - [2026-08-03 02:57:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004472 10.0.0.249 - - [2026-08-03 02:57:49] "GET /network-policy/b1ea7877-09b1-4093-bad3-13cbf8284b2e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5021 0.005826 10.0.0.50 - - [2026-08-03 02:57:49] "POST /fqname-to-id HTTP/1.1" 404 207 0.012113 10.0.0.50 - - [2026-08-03 02:57:49] "POST /fqname-to-id HTTP/1.1" 404 248 0.018072 10.0.0.249 - - [2026-08-03 02:57:49] "POST /neutron/network HTTP/1.1" 200 1494 0.134036 10.0.0.249 - - [2026-08-03 02:57:49] "GET /virtual-network/fb901f21-d1e3-4157-8099-d566197a671e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3804 0.013639 10.0.0.249 - - [2026-08-03 02:57:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.013322 10.0.0.249 - - [2026-08-03 02:57:49] "GET /network-policy/96a1f96c-77e2-4dcb-8bdc-a3a1bba36e92?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6939 0.005234 10.0.0.249 - - [2026-08-03 02:57:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004089 10.0.0.249 - - [2026-08-03 02:57:49] "GET /network-policy/be3f78b6-a40a-4c17-a8d5-375cfd398215?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 8845 0.006335 10.0.0.50 - - [2026-08-03 02:57:50] "POST /fqname-to-id HTTP/1.1" 404 248 0.005735 10.0.0.249 - - [2026-08-03 02:57:50] "POST /neutron/network HTTP/1.1" 200 1494 0.181436 10.0.0.249 - - [2026-08-03 02:57:50] "GET /virtual-network/95d0c720-2dcf-4bfd-a196-231711499e8a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3805 0.009297 10.0.0.249 - - [2026-08-03 02:57:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004631 10.0.0.249 - - [2026-08-03 02:57:50] "GET /network-policy/6a53035b-f750-4da9-95e1-50ddcb47f495?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5020 0.006280 10.0.0.249 - - [2026-08-03 02:57:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.007361 10.0.0.249 - - [2026-08-03 02:57:50] "GET /network-policy/d955c76c-7e45-4513-ba68-27d9aa5959cf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5021 0.007231 10.0.0.249 - - [2026-08-03 02:57:50] "POST /neutron/network HTTP/1.1" 200 1493 0.183168 10.0.0.50 - - [2026-08-03 02:57:50] "POST /access-control-lists HTTP/1.1" 200 607 0.129925 10.0.0.249 - - [2026-08-03 02:57:50] "GET /virtual-network/44f590ad-8e20-4338-bbe2-ddf7e5c91900?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3801 0.058141 10.0.0.249 - - [2026-08-03 02:57:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.009699 10.0.0.249 - - [2026-08-03 02:57:51] "GET /network-policy/7d5063d4-3fda-4e97-ad04-37acebd4cdc6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 8844 0.006238 10.0.0.249 - - [2026-08-03 02:57:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004715 10.0.0.249 - - [2026-08-03 02:57:51] "GET /network-policy/7e8d9db6-6ef3-406f-897f-f0b837e9ad79?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5019 0.009339 10.0.0.249 - - [2026-08-03 02:57:51] "POST /id-to-fqname HTTP/1.1" 200 231 0.002172 10.0.0.50 - - [2026-08-03 02:58:18] "GET /global-system-configs HTTP/1.1" 401 293 0.000500 10.0.0.50 - - [2026-08-03 02:58:18] "GET /global-system-configs HTTP/1.1" 401 293 0.000599 10.0.0.50 - - [2026-08-03 02:58:19] "GET /global-system-configs HTTP/1.1" 401 293 0.000495 10.0.0.50 - - [2026-08-03 02:58:19] "GET /global-system-configs HTTP/1.1" 401 293 0.000561 10.0.0.161 - - [2026-08-03 02:58:19] "GET /global-system-configs HTTP/1.1" 401 293 0.000532 10.0.0.161 - - [2026-08-03 02:58:19] "GET /global-system-configs HTTP/1.1" 401 293 0.000534 10.0.0.161 - - [2026-08-03 02:58:21] "GET /global-system-configs HTTP/1.1" 401 293 0.000716 10.0.0.161 - - [2026-08-03 02:58:21] "GET /global-system-configs HTTP/1.1" 401 293 0.000493 10.0.0.249 - - [2026-08-03 02:58:21] "GET /global-system-configs HTTP/1.1" 401 293 0.000488 10.0.0.249 - - [2026-08-03 02:58:21] "GET /global-system-configs HTTP/1.1" 401 293 0.000638 10.0.0.249 - - [2026-08-03 02:58:22] "GET /global-system-configs HTTP/1.1" 401 293 0.000697 10.0.0.249 - - [2026-08-03 02:58:22] "GET /global-system-configs HTTP/1.1" 401 293 0.000453 10.0.0.249 - - [2026-08-03 02:58:28] "POST /neutron/network HTTP/1.1" 200 1494 0.053499 10.0.0.249 - - [2026-08-03 02:58:28] "POST /id-to-fqname HTTP/1.1" 200 231 0.002698 10.0.0.249 - - [2026-08-03 02:58:28] "POST /neutron/port HTTP/1.1" 200 117 0.009147 10.0.0.249 - - [2026-08-03 02:58:28] "POST /neutron/port HTTP/1.1" 200 117 0.016997 10.0.0.249 - - [2026-08-03 02:58:29] "GET /obj-perms HTTP/1.1" 200 4509 0.045530 10.0.0.249 - - [2026-08-03 02:58:32] "POST /neutron/network HTTP/1.1" 200 1504 0.009145 10.0.0.249 - - [2026-08-03 02:58:33] "POST /neutron/port HTTP/1.1" 200 1170 0.028128 10.0.0.249 - - [2026-08-03 02:58:33] "POST /neutron/port HTTP/1.1" 200 1224 0.207692 10.0.0.249 - - [2026-08-03 02:58:34] "POST /neutron/port HTTP/1.1" 200 1224 0.196772 10.0.0.249 - - [2026-08-03 02:58:34] "POST /neutron/port HTTP/1.1" 200 1234 0.022176 10.0.0.249 - - [2026-08-03 02:58:34] "POST /neutron/subnet HTTP/1.1" 200 1361 0.019865 10.0.0.249 - - [2026-08-03 02:58:34] "POST /neutron/network HTTP/1.1" 200 1494 0.013245 10.0.0.249 - - [2026-08-03 02:58:35] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005086 10.0.0.249 - - [2026-08-03 02:58:35] "POST /neutron/port HTTP/1.1" 200 117 0.001459 10.0.0.249 - - [2026-08-03 02:58:39] "POST /neutron/security_group HTTP/1.1" 200 2066 0.010968 10.0.0.249 - - [2026-08-03 02:58:49] "POST /neutron/port HTTP/1.1" 200 1234 0.025030 10.0.0.249 - - [2026-08-03 02:58:54] "POST /neutron/security_group HTTP/1.1" 200 2066 0.011998 10.0.0.249 - - [2026-08-03 02:59:04] "POST /neutron/port HTTP/1.1" 200 1234 0.058202 10.0.0.249 - - [2026-08-03 02:59:10] "POST /neutron/security_group HTTP/1.1" 200 2066 0.017550 10.0.0.249 - - [2026-08-03 02:59:20] "POST /neutron/port HTTP/1.1" 200 1234 0.025481 10.0.0.249 - - [2026-08-03 02:59:25] "POST /neutron/security_group HTTP/1.1" 200 2066 0.010750 10.0.0.161 - - [2026-08-03 02:59:30] "GET /obj-perms HTTP/1.1" 200 4509 0.047743 10.0.0.249 - - [2026-08-03 02:59:35] "POST /neutron/port HTTP/1.1" 200 1234 0.025583 10.0.0.249 - - [2026-08-03 02:59:40] "POST /neutron/security_group HTTP/1.1" 200 2066 0.009831 10.0.0.249 - - [2026-08-03 02:59:45] "POST /neutron/port HTTP/1.1" 200 1234 0.025599 10.0.0.249 - - [2026-08-03 02:59:45] "POST /neutron/security_group HTTP/1.1" 200 2066 0.009632 10.0.0.249 - - [2026-08-03 02:59:46] "GET /virtual-machine/fef2c27e-1fbd-4246-b91f-6b8c297d9441 HTTP/1.1" 200 1303 0.035996 10.0.0.249 - - [2026-08-03 02:59:46] "GET /virtual-machine-interface/b21b01e4-2cba-4ff4-bdeb-186059da5881 HTTP/1.1" 200 3192 0.007135 10.0.0.249 - - [2026-08-03 02:59:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.025206 10.0.0.249 - - [2026-08-03 02:59:46] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.006794 10.0.0.249 - - [2026-08-03 02:59:46] "GET /virtual-networks?parent_id=0a7818b3-26da-4df2-bc3e-f3c6046ac98e&detail=False&count=False&shared=False HTTP/1.1" 200 1059 0.005219 10.0.0.249 - - [2026-08-03 02:59:46] "GET /virtual-network/936c95ac-b0db-44d1-b0bb-4efbd972a69a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3805 0.007528 10.0.0.249 - - [2026-08-03 02:59:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004160 10.0.0.249 - - [2026-08-03 02:59:49] "GET /virtual-network/936c95ac-b0db-44d1-b0bb-4efbd972a69a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3805 0.006888 10.0.0.249 - - [2026-08-03 02:59:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004682 10.0.0.249 - - [2026-08-03 02:59:53] "GET /virtual-network/936c95ac-b0db-44d1-b0bb-4efbd972a69a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3805 0.006751 10.0.0.249 - - [2026-08-03 02:59:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004844 10.0.0.249 - - [2026-08-03 02:59:57] "GET /virtual-network/936c95ac-b0db-44d1-b0bb-4efbd972a69a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3805 0.008611 10.0.0.249 - - [2026-08-03 03:00:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.006771 10.0.0.249 - - [2026-08-03 03:00:01] "GET /virtual-network/936c95ac-b0db-44d1-b0bb-4efbd972a69a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3805 0.012478 10.0.0.249 - - [2026-08-03 03:00:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.005745 10.0.0.249 - - [2026-08-03 03:00:05] "GET /virtual-network/936c95ac-b0db-44d1-b0bb-4efbd972a69a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3805 0.008517 10.0.0.249 - - [2026-08-03 03:00:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.005785 10.0.0.249 - - [2026-08-03 03:00:09] "GET /virtual-network/936c95ac-b0db-44d1-b0bb-4efbd972a69a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3805 0.007882 10.0.0.249 - - [2026-08-03 03:00:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004669 10.0.0.249 - - [2026-08-03 03:00:13] "GET /virtual-network/936c95ac-b0db-44d1-b0bb-4efbd972a69a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3805 0.007276 10.0.0.249 - - [2026-08-03 03:00:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004440 10.0.0.249 - - [2026-08-03 03:00:18] "GET /virtual-network/936c95ac-b0db-44d1-b0bb-4efbd972a69a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3805 0.007025 10.0.0.249 - - [2026-08-03 03:00:20] "POST /neutron/network HTTP/1.1" 200 1504 0.011752 10.0.0.249 - - [2026-08-03 03:00:20] "POST /neutron/subnet HTTP/1.1" 200 1361 0.022603 10.0.0.249 - - [2026-08-03 03:00:20] "POST /neutron/network HTTP/1.1" 200 1494 0.017027 10.0.0.249 - - [2026-08-03 03:00:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.004479 10.0.0.249 - - [2026-08-03 03:00:22] "GET /virtual-network/936c95ac-b0db-44d1-b0bb-4efbd972a69a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3805 0.007769 10.0.0.249 - - [2026-08-03 03:00:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004818 10.0.0.249 - - [2026-08-03 03:00:24] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005661 10.0.0.249 - - [2026-08-03 03:00:24] "GET /virtual-networks?parent_id=0a7818b3-26da-4df2-bc3e-f3c6046ac98e&detail=False&count=False&shared=False HTTP/1.1" 200 1059 0.005281 10.0.0.249 - - [2026-08-03 03:00:24] "GET /virtual-network/936c95ac-b0db-44d1-b0bb-4efbd972a69a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3805 0.007865 10.0.0.249 - - [2026-08-03 03:00:24] "POST /neutron/port HTTP/1.1" 200 1234 0.026111 10.0.0.249 - - [2026-08-03 03:00:24] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004915 10.0.0.249 - - [2026-08-03 03:00:24] "POST /neutron/port HTTP/1.1" 200 117 0.001540 10.0.0.249 - - [2026-08-03 03:00:29] "POST /neutron/port HTTP/1.1" 200 1234 0.023794 10.0.0.249 - - [2026-08-03 03:00:34] "POST /neutron/security_group HTTP/1.1" 200 2066 0.013553 10.0.0.249 - - [2026-08-03 03:00:39] "POST /neutron/port HTTP/1.1" 200 1234 0.026381 10.0.0.249 - - [2026-08-03 03:00:43] "POST /neutron/security_group HTTP/1.1" 200 2066 0.036756 10.0.0.249 - - [2026-08-03 03:00:50] "POST /neutron/port HTTP/1.1" 200 1234 0.032490 10.0.0.249 - - [2026-08-03 03:00:55] "POST /neutron/security_group HTTP/1.1" 200 2066 0.009669 10.0.0.249 - - [2026-08-03 03:00:55] "POST /neutron/port HTTP/1.1" 200 1234 0.027933 10.0.0.249 - - [2026-08-03 03:00:55] "GET /virtual-machine/bd648a0a-7442-4cd6-a823-f1548745e79f HTTP/1.1" 200 1303 0.008659 10.0.0.249 - - [2026-08-03 03:00:55] "GET /virtual-machine-interface/e0ce7a24-2558-4a57-8b43-082e4644de44 HTTP/1.1" 200 3192 0.007605 10.0.0.249 - - [2026-08-03 03:00:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.004920 10.0.0.249 - - [2026-08-03 03:00:55] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005769 10.0.0.249 - - [2026-08-03 03:00:55] "GET /virtual-networks?parent_id=0a7818b3-26da-4df2-bc3e-f3c6046ac98e&detail=False&count=False&shared=False HTTP/1.1" 200 1059 0.005376 10.0.0.249 - - [2026-08-03 03:00:55] "GET /virtual-network/fb901f21-d1e3-4157-8099-d566197a671e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3804 0.007858 10.0.0.249 - - [2026-08-03 03:00:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004618 10.0.0.249 - - [2026-08-03 03:00:57] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.006198 10.0.0.249 - - [2026-08-03 03:00:57] "GET /virtual-networks?parent_id=0a7818b3-26da-4df2-bc3e-f3c6046ac98e&detail=False&count=False&shared=False HTTP/1.1" 200 1059 0.004802 10.0.0.249 - - [2026-08-03 03:00:57] "GET /virtual-network/fb901f21-d1e3-4157-8099-d566197a671e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3804 0.008753 10.0.0.249 - - [2026-08-03 03:00:57] "POST /neutron/security_group HTTP/1.1" 200 2066 0.011112 10.0.0.249 - - [2026-08-03 03:00:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004717 10.0.0.249 - - [2026-08-03 03:00:57] "GET /network-policy/96a1f96c-77e2-4dcb-8bdc-a3a1bba36e92?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6939 0.005655 10.0.0.249 - - [2026-08-03 03:00:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004555 10.0.0.249 - - [2026-08-03 03:00:57] "GET /network-policy/be3f78b6-a40a-4c17-a8d5-375cfd398215?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 8845 0.006049 10.0.0.249 - - [2026-08-03 03:00:58] "POST /neutron/port HTTP/1.1" 200 1234 0.027064 10.0.0.249 - - [2026-08-03 03:00:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.005238 10.0.0.249 - - [2026-08-03 03:00:58] "GET /network-policy/27be09a3-17bd-44cb-acc6-51965944e2af?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6938 0.007157 10.0.0.249 - - [2026-08-03 03:00:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004979 10.0.0.249 - - [2026-08-03 03:00:58] "GET /network-policy/b1ea7877-09b1-4093-bad3-13cbf8284b2e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5021 0.006129 10.0.0.249 - - [2026-08-03 03:01:15] "GET /virtual-machine/bd648a0a-7442-4cd6-a823-f1548745e79f HTTP/1.1" 200 1303 0.006733 10.0.0.249 - - [2026-08-03 03:01:17] "GET /virtual-machine/bd648a0a-7442-4cd6-a823-f1548745e79f HTTP/1.1" 200 1303 0.006841 10.0.0.249 - - [2026-08-03 03:01:17] "POST /neutron/port HTTP/1.1" 200 1224 0.025731 10.0.0.249 - - [2026-08-03 03:01:19] "GET /virtual-machine/bd648a0a-7442-4cd6-a823-f1548745e79f HTTP/1.1" 404 171 0.004009 10.0.0.249 - - [2026-08-03 03:01:19] "GET /virtual-machine/bd648a0a-7442-4cd6-a823-f1548745e79f HTTP/1.1" 404 171 0.003752 10.0.0.249 - - [2026-08-03 03:01:19] "GET /virtual-machine/bd648a0a-7442-4cd6-a823-f1548745e79f HTTP/1.1" 404 171 0.003874 10.0.0.249 - - [2026-08-03 03:01:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004714 10.0.0.249 - - [2026-08-03 03:01:19] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005880 10.0.0.249 - - [2026-08-03 03:01:19] "GET /virtual-networks?parent_id=0a7818b3-26da-4df2-bc3e-f3c6046ac98e&detail=False&count=False&shared=False HTTP/1.1" 200 1059 0.004359 10.0.0.249 - - [2026-08-03 03:01:19] "GET /virtual-network/fb901f21-d1e3-4157-8099-d566197a671e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3804 0.010306 10.0.0.249 - - [2026-08-03 03:01:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004189 10.0.0.249 - - [2026-08-03 03:01:19] "GET /routing-instance/6cdddce0-688a-4d15-8899-d7826cae64f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1816 0.009728 10.0.0.249 - - [2026-08-03 03:01:19] "GET /route-target/c422e89c-0022-4ef9-8225-dff679cc5394?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.005513 10.0.0.249 - - [2026-08-03 03:01:20] "GET /virtual-machine/bd648a0a-7442-4cd6-a823-f1548745e79f HTTP/1.1" 404 171 0.005151 10.0.0.249 - - [2026-08-03 03:01:21] "GET /virtual-machine/bd648a0a-7442-4cd6-a823-f1548745e79f HTTP/1.1" 404 171 0.004467 10.0.0.249 - - [2026-08-03 03:01:22] "GET /virtual-machine/bd648a0a-7442-4cd6-a823-f1548745e79f HTTP/1.1" 404 171 0.004460 10.0.0.249 - - [2026-08-03 03:01:22] "POST /neutron/port HTTP/1.1" 200 1234 0.030687 10.0.0.249 - - [2026-08-03 03:01:23] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005301 10.0.0.249 - - [2026-08-03 03:01:23] "GET /virtual-machine/bd648a0a-7442-4cd6-a823-f1548745e79f HTTP/1.1" 404 171 0.004141 10.0.0.249 - - [2026-08-03 03:01:23] "POST /neutron/port HTTP/1.1" 200 117 0.001598 10.0.0.249 - - [2026-08-03 03:01:24] "GET /virtual-machine/bd648a0a-7442-4cd6-a823-f1548745e79f HTTP/1.1" 404 171 0.004623 10.0.0.249 - - [2026-08-03 03:01:25] "GET /virtual-machine/bd648a0a-7442-4cd6-a823-f1548745e79f HTTP/1.1" 404 171 0.004465 10.0.0.50 - - [2026-08-03 03:01:25] "GET /obj-perms HTTP/1.1" 200 4499 0.005446 10.0.0.249 - - [2026-08-03 03:01:28] "GET /obj-perms HTTP/1.1" 200 4499 0.005369 10.0.0.50 - - [2026-08-03 03:01:33] "GET /obj-perms HTTP/1.1" 200 4509 0.057338 10.0.0.249 - - [2026-08-03 03:01:34] "GET /obj-perms HTTP/1.1" 200 4499 0.005584 10.0.0.249 - - [2026-08-03 03:01:37] "GET /obj-perms HTTP/1.1" 200 4499 0.005431 10.0.0.50 - - [2026-08-03 03:01:37] "GET /obj-perms HTTP/1.1" 200 4499 0.007035 10.0.0.249 - - [2026-08-03 03:01:37] "GET /virtual-machine/fef2c27e-1fbd-4246-b91f-6b8c297d9441 HTTP/1.1" 200 1303 0.005073 10.0.0.249 - - [2026-08-03 03:01:39] "GET /virtual-machine/fef2c27e-1fbd-4246-b91f-6b8c297d9441 HTTP/1.1" 200 1303 0.004681 10.0.0.249 - - [2026-08-03 03:01:39] "POST /neutron/port HTTP/1.1" 200 1224 0.021210 10.0.0.249 - - [2026-08-03 03:01:41] "GET /virtual-machine/fef2c27e-1fbd-4246-b91f-6b8c297d9441 HTTP/1.1" 404 171 0.004093 10.0.0.249 - - [2026-08-03 03:01:41] "GET /virtual-machine/fef2c27e-1fbd-4246-b91f-6b8c297d9441 HTTP/1.1" 404 171 0.003623 10.0.0.249 - - [2026-08-03 03:01:41] "GET /virtual-machine/fef2c27e-1fbd-4246-b91f-6b8c297d9441 HTTP/1.1" 404 171 0.004636 10.0.0.249 - - [2026-08-03 03:01:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.006841 10.0.0.249 - - [2026-08-03 03:01:42] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.006934 10.0.0.249 - - [2026-08-03 03:01:42] "GET /virtual-networks?parent_id=0a7818b3-26da-4df2-bc3e-f3c6046ac98e&detail=False&count=False&shared=False HTTP/1.1" 200 1059 0.005430 10.0.0.249 - - [2026-08-03 03:01:42] "GET /virtual-network/936c95ac-b0db-44d1-b0bb-4efbd972a69a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3805 0.008088 10.0.0.249 - - [2026-08-03 03:01:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.006108 10.0.0.249 - - [2026-08-03 03:01:42] "GET /routing-instance/36bb5479-21ac-4a65-9435-c8f22581f11d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1817 0.005690 10.0.0.249 - - [2026-08-03 03:01:42] "GET /route-target/fbe74ca4-d954-4c49-9cfa-d9992a548905?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.010513 10.0.0.249 - - [2026-08-03 03:01:45] "GET /obj-perms HTTP/1.1" 200 4499 0.005014 10.0.0.249 - - [2026-08-03 03:01:48] "GET /obj-perms HTTP/1.1" 200 4499 0.005152 10.0.0.249 - - [2026-08-03 03:01:54] "GET /obj-perms HTTP/1.1" 200 4499 0.005859 10.0.0.249 - - [2026-08-03 03:01:57] "GET /obj-perms HTTP/1.1" 200 4499 0.005514 10.0.0.249 - - [2026-08-03 03:02:03] "GET /obj-perms HTTP/1.1" 200 4499 0.005392 10.0.0.249 - - [2026-08-03 03:02:07] "GET /obj-perms HTTP/1.1" 200 4499 0.006035 10.0.0.161 - - [2026-08-03 03:02:07] "GET /obj-perms HTTP/1.1" 200 4499 0.048949 10.0.0.249 - - [2026-08-03 03:02:07] "GET /virtual-network/44f590ad-8e20-4338-bbe2-ddf7e5c91900?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3801 0.007286 10.0.0.50 - - [2026-08-03 03:02:07] "POST /fqname-to-id HTTP/1.1" 404 207 0.032712 10.0.0.249 - - [2026-08-03 03:02:07] "POST /neutron/network HTTP/1.1" 200 1308 0.166814 10.0.0.249 - - [2026-08-03 03:02:07] "GET /virtual-network/44f590ad-8e20-4338-bbe2-ddf7e5c91900?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3194 0.008095 10.0.0.249 - - [2026-08-03 03:02:07] "GET /virtual-network/95d0c720-2dcf-4bfd-a196-231711499e8a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3805 0.009007 10.0.0.249 - - [2026-08-03 03:02:08] "POST /neutron/network HTTP/1.1" 200 1309 0.176258 10.0.0.249 - - [2026-08-03 03:02:08] "GET /virtual-network/95d0c720-2dcf-4bfd-a196-231711499e8a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3198 0.008718 10.0.0.249 - - [2026-08-03 03:02:08] "GET /virtual-network/fb901f21-d1e3-4157-8099-d566197a671e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3804 0.007611 10.0.0.249 - - [2026-08-03 03:02:08] "POST /neutron/network HTTP/1.1" 200 1309 0.154838 10.0.0.50 - - [2026-08-03 03:02:08] "DELETE /access-control-list/c3f07c2a-645c-4a1a-906b-daa973ec33d5 HTTP/1.1" 200 115 0.084143 10.0.0.249 - - [2026-08-03 03:02:08] "GET /virtual-network/fb901f21-d1e3-4157-8099-d566197a671e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3197 0.008555 10.0.0.249 - - [2026-08-03 03:02:08] "GET /virtual-network/936c95ac-b0db-44d1-b0bb-4efbd972a69a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3805 0.008884 10.0.0.50 - - [2026-08-03 03:02:08] "POST /fqname-to-id HTTP/1.1" 404 207 0.010044 10.0.0.249 - - [2026-08-03 03:02:09] "POST /neutron/network HTTP/1.1" 200 1309 0.171569 10.0.0.249 - - [2026-08-03 03:02:09] "GET /virtual-network/936c95ac-b0db-44d1-b0bb-4efbd972a69a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3198 0.006650 10.0.0.50 - - [2026-08-03 03:02:09] "POST /ref-update HTTP/1.1" 200 156 0.052445 10.0.0.249 - - [2026-08-03 03:02:09] "DELETE /network-policy/7e8d9db6-6ef3-406f-897f-f0b837e9ad79 HTTP/1.1" 200 115 0.084419 10.0.0.249 - - [2026-08-03 03:02:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.012980 10.0.0.161 - - [2026-08-03 03:02:09] "GET /projects?obj_uuids=0a7818b3-26da-4df2-bc3e-f3c6046ac98e&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001545 10.0.0.249 - - [2026-08-03 03:02:09] "GET /project/0a7818b3-26da-4df2-bc3e-f3c6046ac98e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.088516 10.0.0.249 - - [2026-08-03 03:02:09] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyIpv4v6-62141574&detail=False&count=False&shared=False HTTP/1.1" 200 1762 0.007753 10.0.0.249 - - [2026-08-03 03:02:09] "DELETE /network-policy/7d5063d4-3fda-4e97-ad04-37acebd4cdc6 HTTP/1.1" 200 115 0.104002 10.0.0.249 - - [2026-08-03 03:02:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.006081 10.0.0.161 - - [2026-08-03 03:02:09] "GET /projects?obj_uuids=0a7818b3-26da-4df2-bc3e-f3c6046ac98e&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001627 10.0.0.249 - - [2026-08-03 03:02:09] "GET /project/0a7818b3-26da-4df2-bc3e-f3c6046ac98e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.095524 10.0.0.249 - - [2026-08-03 03:02:09] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyIpv4v6-62141574&detail=False&count=False&shared=False HTTP/1.1" 200 1529 0.007701 10.0.0.249 - - [2026-08-03 03:02:09] "DELETE /network-policy/d955c76c-7e45-4513-ba68-27d9aa5959cf HTTP/1.1" 200 115 0.075185 10.0.0.249 - - [2026-08-03 03:02:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.009460 10.0.0.161 - - [2026-08-03 03:02:09] "GET /projects?obj_uuids=0a7818b3-26da-4df2-bc3e-f3c6046ac98e&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001460 10.0.0.249 - - [2026-08-03 03:02:09] "GET /project/0a7818b3-26da-4df2-bc3e-f3c6046ac98e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.095500 10.0.0.249 - - [2026-08-03 03:02:10] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyIpv4v6-62141574&detail=False&count=False&shared=False HTTP/1.1" 200 1296 0.007082 10.0.0.249 - - [2026-08-03 03:02:10] "DELETE /network-policy/6a53035b-f750-4da9-95e1-50ddcb47f495 HTTP/1.1" 200 115 0.064147 10.0.0.249 - - [2026-08-03 03:02:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004795 10.0.0.161 - - [2026-08-03 03:02:10] "GET /projects?obj_uuids=0a7818b3-26da-4df2-bc3e-f3c6046ac98e&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001312 10.0.0.249 - - [2026-08-03 03:02:10] "GET /project/0a7818b3-26da-4df2-bc3e-f3c6046ac98e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.085490 10.0.0.249 - - [2026-08-03 03:02:10] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyIpv4v6-62141574&detail=False&count=False&shared=False HTTP/1.1" 200 1062 0.008188 10.0.0.249 - - [2026-08-03 03:02:10] "DELETE /network-policy/be3f78b6-a40a-4c17-a8d5-375cfd398215 HTTP/1.1" 200 115 0.092967 10.0.0.249 - - [2026-08-03 03:02:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.005483 10.0.0.161 - - [2026-08-03 03:02:10] "GET /projects?obj_uuids=0a7818b3-26da-4df2-bc3e-f3c6046ac98e&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001275 10.0.0.249 - - [2026-08-03 03:02:10] "GET /project/0a7818b3-26da-4df2-bc3e-f3c6046ac98e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.057805 10.0.0.249 - - [2026-08-03 03:02:10] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyIpv4v6-62141574&detail=False&count=False&shared=False HTTP/1.1" 200 829 0.007310 10.0.0.249 - - [2026-08-03 03:02:10] "DELETE /network-policy/96a1f96c-77e2-4dcb-8bdc-a3a1bba36e92 HTTP/1.1" 200 115 0.068659 10.0.0.249 - - [2026-08-03 03:02:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004230 10.0.0.161 - - [2026-08-03 03:02:10] "GET /projects?obj_uuids=0a7818b3-26da-4df2-bc3e-f3c6046ac98e&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.002361 10.0.0.249 - - [2026-08-03 03:02:10] "GET /project/0a7818b3-26da-4df2-bc3e-f3c6046ac98e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.075180 10.0.0.249 - - [2026-08-03 03:02:10] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyIpv4v6-62141574&detail=False&count=False&shared=False HTTP/1.1" 200 596 0.006598 10.0.0.249 - - [2026-08-03 03:02:11] "DELETE /network-policy/b1ea7877-09b1-4093-bad3-13cbf8284b2e HTTP/1.1" 200 115 0.060307 10.0.0.249 - - [2026-08-03 03:02:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.010079 10.0.0.161 - - [2026-08-03 03:02:11] "GET /projects?obj_uuids=0a7818b3-26da-4df2-bc3e-f3c6046ac98e&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001613 10.0.0.249 - - [2026-08-03 03:02:11] "GET /project/0a7818b3-26da-4df2-bc3e-f3c6046ac98e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.091909 10.0.0.249 - - [2026-08-03 03:02:11] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyIpv4v6-62141574&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.007481 10.0.0.249 - - [2026-08-03 03:02:11] "DELETE /network-policy/27be09a3-17bd-44cb-acc6-51965944e2af HTTP/1.1" 200 115 0.055824 10.0.0.249 - - [2026-08-03 03:02:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.005775 10.0.0.161 - - [2026-08-03 03:02:11] "GET /projects?obj_uuids=0a7818b3-26da-4df2-bc3e-f3c6046ac98e&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001685 10.0.0.249 - - [2026-08-03 03:02:11] "GET /project/0a7818b3-26da-4df2-bc3e-f3c6046ac98e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.095587 10.0.0.249 - - [2026-08-03 03:02:11] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyIpv4v6-62141574&detail=False&count=False&shared=False HTTP/1.1" 200 131 0.007238 10.0.0.161 - - [2026-08-03 03:02:11] "POST /useragent-kv HTTP/1.1" 200 115 0.004019 10.0.0.161 - - [2026-08-03 03:02:11] "POST /useragent-kv HTTP/1.1" 200 115 0.007797 10.0.0.161 - - [2026-08-03 03:02:11] "POST /useragent-kv HTTP/1.1" 200 115 0.003619 10.0.0.161 - - [2026-08-03 03:02:11] "POST /useragent-kv HTTP/1.1" 200 115 0.007591 10.0.0.161 - - [2026-08-03 03:02:11] "POST /useragent-kv HTTP/1.1" 200 115 0.005141 10.0.0.161 - - [2026-08-03 03:02:11] "POST /useragent-kv HTTP/1.1" 200 115 0.007317 10.0.0.249 - - [2026-08-03 03:02:11] "POST /neutron/network HTTP/1.1" 200 151 0.225775 10.0.0.50 - - [2026-08-03 03:02:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004967 10.0.0.249 - - [2026-08-03 03:02:12] "POST /neutron/network HTTP/1.1" 200 1309 0.015708 10.0.0.50 - - [2026-08-03 03:02:12] "DELETE /route-target/c422e89c-0022-4ef9-8225-dff679cc5394 HTTP/1.1" 200 115 0.031209 10.0.0.161 - - [2026-08-03 03:02:13] "POST /useragent-kv HTTP/1.1" 200 115 0.006541 10.0.0.161 - - [2026-08-03 03:02:13] "POST /useragent-kv HTTP/1.1" 200 115 0.007576 10.0.0.161 - - [2026-08-03 03:02:13] "POST /useragent-kv HTTP/1.1" 200 115 0.020060 10.0.0.161 - - [2026-08-03 03:02:13] "POST /useragent-kv HTTP/1.1" 200 115 0.005745 10.0.0.161 - - [2026-08-03 03:02:13] "POST /useragent-kv HTTP/1.1" 200 115 0.004647 10.0.0.161 - - [2026-08-03 03:02:13] "POST /useragent-kv HTTP/1.1" 200 115 0.004373 10.0.0.249 - - [2026-08-03 03:02:13] "POST /neutron/network HTTP/1.1" 200 151 0.302021 10.0.0.249 - - [2026-08-03 03:02:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.005264 10.0.0.249 - - [2026-08-03 03:02:13] "DELETE /network-ipam/d74c8b61-3147-45eb-a36e-a5ae04903f61 HTTP/1.1" 200 115 0.068394 10.0.0.249 - - [2026-08-03 03:02:13] "POST /fqname-to-id HTTP/1.1" 404 252 0.007339 10.0.0.161 - - [2026-08-03 03:02:13] "GET /projects?obj_uuids=0a7818b3-26da-4df2-bc3e-f3c6046ac98e&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001506 10.0.0.161 - - [2026-08-03 03:02:13] "GET /project/0a7818b3-26da-4df2-bc3e-f3c6046ac98e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1501 0.076958 10.0.0.161 - - [2026-08-03 03:02:13] "GET /projects?obj_uuids=0a7818b3-26da-4df2-bc3e-f3c6046ac98e&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001245 10.0.0.161 - - [2026-08-03 03:02:14] "GET /project/0a7818b3-26da-4df2-bc3e-f3c6046ac98e?fields=security_groups HTTP/1.1" 200 1388 0.053246 10.0.0.161 - - [2026-08-03 03:02:14] "DELETE /security-group/5f93fbcd-f435-4a4c-b538-c5ed849f81d7 HTTP/1.1" 200 115 0.093652 10.0.0.161 - - [2026-08-03 03:02:14] "GET /projects?obj_uuids=0a7818b3-26da-4df2-bc3e-f3c6046ac98e&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001398 10.0.0.50 - - [2026-08-03 03:02:14] "DELETE /access-control-list/ce0142c4-7930-4e96-80b5-bed2b263e300 HTTP/1.1" 200 115 0.069536 10.0.0.161 - - [2026-08-03 03:02:14] "GET /project/0a7818b3-26da-4df2-bc3e-f3c6046ac98e?fields=application_policy_sets HTTP/1.1" 200 1427 0.095809 10.0.0.249 - - [2026-08-03 03:02:14] "DELETE /project/0a7818b3-26da-4df2-bc3e-f3c6046ac98e HTTP/1.1" 200 115 0.590645 10.0.0.161 - - [2026-08-03 03:02:14] "GET /domains?obj_uuids=724de60e-9f87-4d23-867c-6bd9a9880f5b&detail=False&count=False&shared=False HTTP/1.1" 200 316 0.001580 10.0.0.249 - - [2026-08-03 03:02:14] "GET /domain/724de60e-9f87-4d23-867c-6bd9a9880f5b?fields=projects HTTP/1.1" 200 1441 0.014192 10.0.0.249 - - [2026-08-03 03:02:19] "POST /fqname-to-id HTTP/1.1" 404 225 0.004902 10.0.0.161 - - [2026-08-03 03:02:20] "POST /id-to-fqname HTTP/1.1" 200 198 0.005159 10.0.0.161 - - [2026-08-03 03:02:20] "POST /fqname-to-id HTTP/1.1" 404 207 0.017049 10.0.0.161 - - [2026-08-03 03:02:20] "POST /security-groups HTTP/1.1" 200 601 0.044410 10.0.0.161 - - [2026-08-03 03:02:20] "POST /projects HTTP/1.1" 200 603 0.359308 10.0.0.249 - - [2026-08-03 03:02:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.392221 10.0.0.50 - - [2026-08-03 03:02:20] "POST /access-control-lists HTTP/1.1" 200 606 0.036723 10.0.0.161 - - [2026-08-03 03:02:20] "GET /projects?obj_uuids=0a7818b3-26da-4df2-bc3e-f3c6046ac98e&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.002536 10.0.0.249 - - [2026-08-03 03:02:20] "GET /project/0a7818b3-26da-4df2-bc3e-f3c6046ac98e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.103704 10.0.0.249 - - [2026-08-03 03:02:20] "POST /network-policys HTTP/1.1" 200 561 0.037673 10.0.0.249 - - [2026-08-03 03:02:20] "GET /network-policy/1df97a40-9a96-4f0f-9f6e-5dd93b99375f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3106 0.008609 10.0.0.249 - - [2026-08-03 03:02:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004184 10.0.0.161 - - [2026-08-03 03:02:20] "GET /projects?obj_uuids=0a7818b3-26da-4df2-bc3e-f3c6046ac98e&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001382 10.0.0.249 - - [2026-08-03 03:02:20] "GET /project/0a7818b3-26da-4df2-bc3e-f3c6046ac98e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.060064 10.0.0.50 - - [2026-08-03 03:02:21] "POST /route-targets HTTP/1.1" 200 328 0.018254 10.0.0.161 - - [2026-08-03 03:02:21] "POST /useragent-kv HTTP/1.1" 200 115 0.020373 10.0.0.249 - - [2026-08-03 03:02:21] "POST /neutron/subnet HTTP/1.1" 200 721 0.297463 10.0.0.249 - - [2026-08-03 03:02:21] "POST /id-to-fqname HTTP/1.1" 200 229 0.001659 10.0.0.249 - - [2026-08-03 03:02:21] "GET /virtual-network/2a27a9c1-06f2-4964-a5ea-8947ef01ded0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.009284 10.0.0.249 - - [2026-08-03 03:02:21] "POST /neutron/network HTTP/1.1" 200 1006 0.021472 10.0.0.249 - - [2026-08-03 03:02:21] "GET /virtual-network/2a27a9c1-06f2-4964-a5ea-8947ef01ded0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.007828 10.0.0.249 - - [2026-08-03 03:02:21] "POST /neutron/subnet HTTP/1.1" 200 823 0.015002 10.0.0.50 - - [2026-08-03 03:02:21] "POST /access-control-lists HTTP/1.1" 200 601 0.057011 10.0.0.249 - - [2026-08-03 03:02:21] "POST /neutron/network HTTP/1.1" 200 1105 0.030565 10.0.0.249 - - [2026-08-03 03:02:21] "GET /virtual-network/2a27a9c1-06f2-4964-a5ea-8947ef01ded0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2955 0.014618 10.0.0.249 - - [2026-08-03 03:02:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004379 10.0.0.249 - - [2026-08-03 03:02:22] "GET /network-policy/1df97a40-9a96-4f0f-9f6e-5dd93b99375f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3106 0.005579 10.0.0.249 - - [2026-08-03 03:02:22] "GET /virtual-network/2a27a9c1-06f2-4964-a5ea-8947ef01ded0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2955 0.006799 10.0.0.249 - - [2026-08-03 03:02:22] "GET /obj-perms HTTP/1.1" 200 4499 0.005429 10.0.0.249 - - [2026-08-03 03:02:22] "POST /id-to-fqname HTTP/1.1" 200 229 0.002487 10.0.0.161 - - [2026-08-03 03:02:22] "GET /projects?obj_uuids=0a7818b3-26da-4df2-bc3e-f3c6046ac98e&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001408 10.0.0.249 - - [2026-08-03 03:02:22] "GET /project/0a7818b3-26da-4df2-bc3e-f3c6046ac98e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.095969 10.0.0.249 - - [2026-08-03 03:02:23] "POST /neutron/port HTTP/1.1" 200 117 0.008260 10.0.0.249 - - [2026-08-03 03:02:23] "POST /id-to-fqname HTTP/1.1" 200 229 0.002168 10.0.0.161 - - [2026-08-03 03:02:23] "DELETE /project/0a7818b326da4df2bc3ef3c6046ac98e HTTP/1.1" 404 173 0.069332 10.0.0.249 - - [2026-08-03 03:02:23] "POST /neutron/network HTTP/1.1" 200 1115 0.010465 10.0.0.249 - - [2026-08-03 03:02:23] "POST /neutron/port HTTP/1.1" 200 117 0.009115 10.0.0.161 - - [2026-08-03 03:02:27] "GET /projects?obj_uuids=0a7818b3-26da-4df2-bc3e-f3c6046ac98e&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.019931 10.0.0.249 - - [2026-08-03 03:02:27] "POST /neutron/port HTTP/1.1" 200 1173 0.507796 10.0.0.249 - - [2026-08-03 03:02:28] "POST /neutron/port HTTP/1.1" 200 1173 0.076409 10.0.0.249 - - [2026-08-03 03:02:28] "POST /neutron/port HTTP/1.1" 200 1173 0.040674 10.0.0.249 - - [2026-08-03 03:02:28] "POST /neutron/port HTTP/1.1" 200 1237 0.024959 10.0.0.249 - - [2026-08-03 03:02:29] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006052 10.0.0.249 - - [2026-08-03 03:02:29] "POST /neutron/port HTTP/1.1" 200 117 0.001439 10.0.0.249 - - [2026-08-03 03:02:29] "POST /neutron/port HTTP/1.1" 200 1237 0.029905 10.0.0.249 - - [2026-08-03 03:02:29] "POST /neutron/subnet HTTP/1.1" 200 1376 0.016785 10.0.0.249 - - [2026-08-03 03:02:29] "POST /neutron/network HTTP/1.1" 200 1105 0.011233 10.0.0.249 - - [2026-08-03 03:02:39] "POST /neutron/port HTTP/1.1" 200 1237 0.025909 10.0.0.249 - - [2026-08-03 03:02:44] "POST /neutron/security_group HTTP/1.1" 200 2066 0.009461 10.0.0.249 - - [2026-08-03 03:02:54] "POST /neutron/port HTTP/1.1" 200 1237 0.025476 10.0.0.249 - - [2026-08-03 03:02:54] "POST /neutron/security_group HTTP/1.1" 200 2066 0.010283 10.0.0.249 - - [2026-08-03 03:02:54] "GET /virtual-machine/9117e797-aa86-409b-b70a-94f5fcd941c3 HTTP/1.1" 200 1303 0.007837 10.0.0.249 - - [2026-08-03 03:02:54] "GET /virtual-machine-interface/f3b0dd90-3c52-4591-a329-a3cc8c336ea5 HTTP/1.1" 200 3186 0.007283 10.0.0.249 - - [2026-08-03 03:02:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004364 10.0.0.249 - - [2026-08-03 03:02:54] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005303 10.0.0.249 - - [2026-08-03 03:02:54] "GET /virtual-networks?parent_id=0a7818b3-26da-4df2-bc3e-f3c6046ac98e&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.013276 10.0.0.249 - - [2026-08-03 03:02:54] "GET /virtual-network/2a27a9c1-06f2-4964-a5ea-8947ef01ded0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2955 0.009362 10.0.0.249 - - [2026-08-03 03:02:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004449 10.0.0.249 - - [2026-08-03 03:02:57] "GET /virtual-network/2a27a9c1-06f2-4964-a5ea-8947ef01ded0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2955 0.006963 10.0.0.249 - - [2026-08-03 03:03:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004472 10.0.0.249 - - [2026-08-03 03:03:02] "GET /virtual-network/2a27a9c1-06f2-4964-a5ea-8947ef01ded0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2955 0.008716 10.0.0.249 - - [2026-08-03 03:03:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004340 10.0.0.249 - - [2026-08-03 03:03:06] "GET /virtual-network/2a27a9c1-06f2-4964-a5ea-8947ef01ded0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2955 0.006808 10.0.0.249 - - [2026-08-03 03:03:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004626 10.0.0.249 - - [2026-08-03 03:03:10] "GET /virtual-network/2a27a9c1-06f2-4964-a5ea-8947ef01ded0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2955 0.007473 10.0.0.249 - - [2026-08-03 03:03:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004290 10.0.0.249 - - [2026-08-03 03:03:14] "GET /virtual-network/2a27a9c1-06f2-4964-a5ea-8947ef01ded0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2955 0.007052 10.0.0.249 - - [2026-08-03 03:03:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004693 10.0.0.249 - - [2026-08-03 03:03:18] "GET /virtual-network/2a27a9c1-06f2-4964-a5ea-8947ef01ded0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2955 0.007488 10.0.0.50 - - [2026-08-03 03:03:18] "GET /global-system-configs HTTP/1.1" 401 293 0.000626 10.0.0.50 - - [2026-08-03 03:03:18] "GET /global-system-configs HTTP/1.1" 401 293 0.000480 10.0.0.50 - - [2026-08-03 03:03:19] "GET /global-system-configs HTTP/1.1" 401 293 0.000500 10.0.0.50 - - [2026-08-03 03:03:19] "GET /global-system-configs HTTP/1.1" 401 293 0.000541 10.0.0.161 - - [2026-08-03 03:03:19] "GET /global-system-configs HTTP/1.1" 401 293 0.000821 10.0.0.161 - - [2026-08-03 03:03:19] "GET /global-system-configs HTTP/1.1" 401 293 0.000469 10.0.0.249 - - [2026-08-03 03:03:20] "POST /neutron/port HTTP/1.1" 200 1237 0.029375 10.0.0.161 - - [2026-08-03 03:03:21] "GET /global-system-configs HTTP/1.1" 401 293 0.000578 10.0.0.161 - - [2026-08-03 03:03:21] "GET /global-system-configs HTTP/1.1" 401 293 0.000634 10.0.0.249 - - [2026-08-03 03:03:21] "GET /global-system-configs HTTP/1.1" 401 293 0.000522 10.0.0.249 - - [2026-08-03 03:03:21] "GET /global-system-configs HTTP/1.1" 401 293 0.000521 10.0.0.249 - - [2026-08-03 03:03:22] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005488 10.0.0.249 - - [2026-08-03 03:03:22] "POST /neutron/port HTTP/1.1" 200 117 0.001754 10.0.0.249 - - [2026-08-03 03:03:22] "GET /global-system-configs HTTP/1.1" 401 293 0.000524 10.0.0.249 - - [2026-08-03 03:03:22] "GET /global-system-configs HTTP/1.1" 401 293 0.000630 10.0.0.249 - - [2026-08-03 03:03:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.005750 10.0.0.249 - - [2026-08-03 03:03:22] "GET /virtual-network/2a27a9c1-06f2-4964-a5ea-8947ef01ded0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2955 0.006444 10.0.0.249 - - [2026-08-03 03:03:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004876 10.0.0.249 - - [2026-08-03 03:03:26] "GET /virtual-network/2a27a9c1-06f2-4964-a5ea-8947ef01ded0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2955 0.006194 10.0.0.249 - - [2026-08-03 03:03:26] "POST /neutron/port HTTP/1.1" 200 1237 0.021689 10.0.0.249 - - [2026-08-03 03:03:28] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005628 10.0.0.249 - - [2026-08-03 03:03:28] "POST /neutron/port HTTP/1.1" 200 117 0.001489 10.0.0.249 - - [2026-08-03 03:03:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004421 10.0.0.249 - - [2026-08-03 03:03:28] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004408 10.0.0.249 - - [2026-08-03 03:03:28] "GET /virtual-networks?parent_id=0a7818b3-26da-4df2-bc3e-f3c6046ac98e&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.003963 10.0.0.249 - - [2026-08-03 03:03:28] "GET /virtual-network/2a27a9c1-06f2-4964-a5ea-8947ef01ded0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2955 0.011211 10.0.0.249 - - [2026-08-03 03:03:28] "POST /neutron/port HTTP/1.1" 200 1237 0.021852 10.0.0.249 - - [2026-08-03 03:03:33] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008809 10.0.0.50 - - [2026-08-03 03:03:34] "GET /obj-perms HTTP/1.1" 200 4509 0.047913 10.0.0.161 - - [2026-08-03 03:03:34] "GET /obj-perms HTTP/1.1" 200 4509 0.040708 10.0.0.249 - - [2026-08-03 03:03:39] "POST /neutron/port HTTP/1.1" 200 1237 0.028428 10.0.0.249 - - [2026-08-03 03:03:39] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008499 10.0.0.249 - - [2026-08-03 03:03:44] "POST /neutron/port HTTP/1.1" 200 1237 0.024056 10.0.0.249 - - [2026-08-03 03:03:44] "POST /neutron/security_group HTTP/1.1" 200 2066 0.010196 10.0.0.249 - - [2026-08-03 03:03:44] "GET /virtual-machine/354ceea6-9247-4fab-a9bc-60a4c8208955 HTTP/1.1" 200 1302 0.007626 10.0.0.249 - - [2026-08-03 03:03:44] "GET /virtual-machine-interface/3fa91c9b-27ca-453a-9dd3-f4238b3c24bf HTTP/1.1" 200 3185 0.009069 10.0.0.249 - - [2026-08-03 03:03:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.005019 10.0.0.249 - - [2026-08-03 03:03:44] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004947 10.0.0.249 - - [2026-08-03 03:03:44] "GET /virtual-networks?parent_id=0a7818b3-26da-4df2-bc3e-f3c6046ac98e&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.004873 10.0.0.249 - - [2026-08-03 03:03:44] "GET /virtual-network/2a27a9c1-06f2-4964-a5ea-8947ef01ded0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2955 0.007658 10.0.0.249 - - [2026-08-03 03:03:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004424 10.0.0.249 - - [2026-08-03 03:03:46] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005143 10.0.0.249 - - [2026-08-03 03:03:46] "GET /virtual-networks?parent_id=0a7818b3-26da-4df2-bc3e-f3c6046ac98e&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.004111 10.0.0.249 - - [2026-08-03 03:03:46] "GET /virtual-network/2a27a9c1-06f2-4964-a5ea-8947ef01ded0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2955 0.008105 10.0.0.249 - - [2026-08-03 03:04:03] "GET /virtual-network/2a27a9c1-06f2-4964-a5ea-8947ef01ded0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2955 0.008677 10.0.0.50 - - [2026-08-03 03:04:03] "POST /fqname-to-id HTTP/1.1" 404 207 0.013041 10.0.0.249 - - [2026-08-03 03:04:03] "POST /neutron/network HTTP/1.1" 200 1006 0.019038 10.0.0.249 - - [2026-08-03 03:04:03] "GET /virtual-network/2a27a9c1-06f2-4964-a5ea-8947ef01ded0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.007803 10.0.0.249 - - [2026-08-03 03:04:05] "POST /neutron/port HTTP/1.1" 200 1237 0.052098 10.0.0.249 - - [2026-08-03 03:04:05] "POST /neutron/port HTTP/1.1" 200 1227 0.021543 10.0.0.249 - - [2026-08-03 03:04:05] "POST /neutron/network HTTP/1.1" 200 1006 0.014046 10.0.0.50 - - [2026-08-03 03:04:06] "DELETE /route-target/0c6866dd-b8c6-4209-8813-c0a578411f6a HTTP/1.1" 200 115 0.084164 10.0.0.249 - - [2026-08-03 03:04:06] "DELETE /network-policy/1df97a40-9a96-4f0f-9f6e-5dd93b99375f HTTP/1.1" 200 115 0.052556 10.0.0.161 - - [2026-08-03 03:04:09] "GET /projects?obj_uuids=0a7818b3-26da-4df2-bc3e-f3c6046ac98e&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001272 10.0.0.249 - - [2026-08-03 03:04:09] "GET /project/0a7818b3-26da-4df2-bc3e-f3c6046ac98e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.108094 10.0.0.161 - - [2026-08-03 03:04:09] "GET /projects?obj_uuids=0a7818b3-26da-4df2-bc3e-f3c6046ac98e&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001840 10.0.0.249 - - [2026-08-03 03:04:09] "GET /project/0a7818b3-26da-4df2-bc3e-f3c6046ac98e?fields=virtual_networks HTTP/1.1" 200 1048 0.073001 10.0.0.161 - - [2026-08-03 03:04:09] "GET /projects?obj_uuids=0a7818b3-26da-4df2-bc3e-f3c6046ac98e&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001366 10.0.0.249 - - [2026-08-03 03:04:09] "GET /project/0a7818b3-26da-4df2-bc3e-f3c6046ac98e?fields=virtual_machine_interfaces HTTP/1.1" 200 1048 0.062109 10.0.0.161 - - [2026-08-03 03:04:09] "GET /projects?obj_uuids=0a7818b3-26da-4df2-bc3e-f3c6046ac98e&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001168 10.0.0.249 - - [2026-08-03 03:04:09] "GET /project/0a7818b3-26da-4df2-bc3e-f3c6046ac98e?fields=security_groups HTTP/1.1" 200 1283 0.065645 10.0.0.249 - - [2026-08-03 03:04:10] "POST /fqname-to-id HTTP/1.1" 404 202 0.033400 10.0.0.161 - - [2026-08-03 03:04:10] "GET /projects?obj_uuids=e0e04bd4-a126-4bb3-a28d-f7a74c1ac475&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004397 10.0.0.161 - - [2026-08-03 03:04:10] "GET /domains?obj_uuids=724de60e-9f87-4d23-867c-6bd9a9880f5b&detail=False&count=False&shared=False HTTP/1.1" 200 316 0.001387 10.0.0.161 - - [2026-08-03 03:04:10] "GET /domain/724de60e-9f87-4d23-867c-6bd9a9880f5b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.010033 10.0.0.161 - - [2026-08-03 03:04:10] "POST /id-to-fqname HTTP/1.1" 200 204 0.001656 10.0.0.161 - - [2026-08-03 03:04:10] "POST /fqname-to-id HTTP/1.1" 404 213 0.009368 10.0.0.161 - - [2026-08-03 03:04:10] "POST /security-groups HTTP/1.1" 200 607 0.042460 10.0.0.161 - - [2026-08-03 03:04:10] "POST /projects HTTP/1.1" 200 615 0.295768 10.0.0.50 - - [2026-08-03 03:04:10] "POST /fqname-to-id HTTP/1.1" 404 247 0.008182 10.0.0.161 - - [2026-08-03 03:04:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.380004 10.0.0.249 - - [2026-08-03 03:04:10] "GET /project/e0e04bd4-a126-4bb3-a28d-f7a74c1ac475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1422 0.562865 10.0.0.249 - - [2026-08-03 03:04:12] "GET / HTTP/1.1" 200 36215 0.002033 10.0.0.249 - - [2026-08-03 03:04:16] "GET /project/e0e04bd4-a126-4bb3-a28d-f7a74c1ac475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000603 10.0.0.161 - - [2026-08-03 03:04:16] "GET /projects?obj_uuids=e0e04bd4-a126-4bb3-a28d-f7a74c1ac475&detail=False&count=False&shared=False HTTP/1.1" 200 364 0.001254 10.0.0.249 - - [2026-08-03 03:04:16] "GET /project/e0e04bd4-a126-4bb3-a28d-f7a74c1ac475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1422 0.086647 10.0.0.249 - - [2026-08-03 03:04:17] "GET / HTTP/1.1" 200 36215 0.003091 10.0.0.249 - - [2026-08-03 03:04:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.005912 10.0.0.161 - - [2026-08-03 03:04:17] "GET /domains?obj_uuids=724de60e-9f87-4d23-867c-6bd9a9880f5b&detail=False&count=False&shared=False HTTP/1.1" 200 316 0.001131 10.0.0.249 - - [2026-08-03 03:04:17] "GET /domain/724de60e-9f87-4d23-867c-6bd9a9880f5b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.009514 10.0.0.249 - - [2026-08-03 03:04:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004886 10.0.0.161 - - [2026-08-03 03:04:17] "GET /projects?obj_uuids=e0e04bd4-a126-4bb3-a28d-f7a74c1ac475&detail=False&count=False&shared=False HTTP/1.1" 200 364 0.001410 10.0.0.249 - - [2026-08-03 03:04:17] "GET /project/e0e04bd4-a126-4bb3-a28d-f7a74c1ac475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1422 0.073250 10.0.0.249 - - [2026-08-03 03:04:19] "GET /domains HTTP/1.1" 401 293 0.000643 10.0.0.249 - - [2026-08-03 03:04:19] "GET /domains HTTP/1.1" 200 281 0.029696 10.0.0.161 - - [2026-08-03 03:04:19] "GET /domains?obj_uuids=724de60e-9f87-4d23-867c-6bd9a9880f5b&detail=False&count=False&shared=False HTTP/1.1" 200 316 0.001236 10.0.0.249 - - [2026-08-03 03:04:19] "GET /domain/724de60e-9f87-4d23-867c-6bd9a9880f5b HTTP/1.1" 200 2986 0.012178 10.0.0.161 - - [2026-08-03 03:04:19] "GET /projects?obj_uuids=e0e04bd4-a126-4bb3-a28d-f7a74c1ac475&detail=False&count=False&shared=False HTTP/1.1" 200 364 0.001369 10.0.0.249 - - [2026-08-03 03:04:19] "GET /project/e0e04bd4-a126-4bb3-a28d-f7a74c1ac475 HTTP/1.1" 200 1941 0.119074 10.0.0.249 - - [2026-08-03 03:04:19] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 547 0.004250 10.0.0.249 - - [2026-08-03 03:04:19] "POST /network-ipams HTTP/1.1" 200 629 0.069207 10.0.0.249 - - [2026-08-03 03:04:19] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 817 0.004250 10.0.0.249 - - [2026-08-03 03:04:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004625 10.0.0.249 - - [2026-08-03 03:04:19] "GET /network-ipam/528b55f7-c8b7-4614-ab7d-c0749325b1a6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1466 0.009435 10.0.0.249 - - [2026-08-03 03:04:20] "PUT /network-ipam/528b55f7-c8b7-4614-ab7d-c0749325b1a6 HTTP/1.1" 200 259 0.021787 10.0.0.249 - - [2026-08-03 03:04:20] "POST /fqname-to-id HTTP/1.1" 401 293 0.000596 10.0.0.249 - - [2026-08-03 03:04:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.028902 10.0.0.161 - - [2026-08-03 03:04:20] "GET /projects?obj_uuids=e0e04bd4-a126-4bb3-a28d-f7a74c1ac475&detail=False&count=False&shared=False HTTP/1.1" 200 364 0.001262 10.0.0.249 - - [2026-08-03 03:04:20] "GET /project/e0e04bd4-a126-4bb3-a28d-f7a74c1ac475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1422 0.074339 10.0.0.161 - - [2026-08-03 03:04:20] "GET /projects?obj_uuids=e0e04bd4-a126-4bb3-a28d-f7a74c1ac475&detail=False&count=False&shared=False HTTP/1.1" 200 364 0.001396 10.0.0.249 - - [2026-08-03 03:04:21] "POST /neutron/network HTTP/1.1" 200 625 0.227611 10.0.0.50 - - [2026-08-03 03:04:21] "POST /ref-update HTTP/1.1" 200 156 0.041117 10.0.0.249 - - [2026-08-03 03:04:21] "POST /neutron/network HTTP/1.1" 200 1141 0.014717 10.0.0.249 - - [2026-08-03 03:04:21] "POST /id-to-fqname HTTP/1.1" 200 237 0.001512 10.0.0.249 - - [2026-08-03 03:04:21] "GET /virtual-network/ced3617e-d4c3-4bd5-8525-07e771b03010?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2685 0.006035 10.0.0.249 - - [2026-08-03 03:04:21] "GET /virtual-network/ced3617e-d4c3-4bd5-8525-07e771b03010?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2685 0.007331 10.0.0.249 - - [2026-08-03 03:04:21] "POST /neutron/subnet HTTP/1.1" 200 725 0.010134 10.0.0.249 - - [2026-08-03 03:04:22] "GET /virtual-network/ced3617e-d4c3-4bd5-8525-07e771b03010?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2685 0.007099 10.0.0.161 - - [2026-08-03 03:04:23] "DELETE /project/e0e04bd4a1264bb3a28df7a74c1ac475 HTTP/1.1" 404 173 0.007807 10.0.0.161 - - [2026-08-03 03:04:23] "GET /projects?obj_uuids=0a7818b3-26da-4df2-bc3e-f3c6046ac98e&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001133 10.0.0.161 - - [2026-08-03 03:04:23] "GET /project/0a7818b3-26da-4df2-bc3e-f3c6046ac98e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1501 0.063596 10.0.0.161 - - [2026-08-03 03:04:23] "GET /projects?obj_uuids=0a7818b3-26da-4df2-bc3e-f3c6046ac98e&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001328 10.0.0.161 - - [2026-08-03 03:04:23] "GET /project/0a7818b3-26da-4df2-bc3e-f3c6046ac98e?fields=security_groups HTTP/1.1" 200 1388 0.056898 10.0.0.161 - - [2026-08-03 03:04:23] "DELETE /security-group/fff66e53-247d-4453-84c1-02865279bd2a HTTP/1.1" 200 115 0.072973 10.0.0.161 - - [2026-08-03 03:04:23] "GET /projects?obj_uuids=0a7818b3-26da-4df2-bc3e-f3c6046ac98e&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.002547 10.0.0.161 - - [2026-08-03 03:04:23] "GET /project/0a7818b3-26da-4df2-bc3e-f3c6046ac98e?fields=application_policy_sets HTTP/1.1" 200 1427 0.080205 10.0.0.161 - - [2026-08-03 03:04:24] "DELETE /project/0a7818b3-26da-4df2-bc3e-f3c6046ac98e HTTP/1.1" 200 115 0.575544 10.0.0.249 - - [2026-08-03 03:04:24] "POST /fqname-to-id HTTP/1.1" 404 231 0.004197 10.0.0.249 - - [2026-08-03 03:04:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004945 10.0.0.161 - - [2026-08-03 03:04:24] "GET /projects?obj_uuids=e0e04bd4-a126-4bb3-a28d-f7a74c1ac475&detail=False&count=False&shared=False HTTP/1.1" 200 364 0.002194 10.0.0.249 - - [2026-08-03 03:04:24] "GET /project/e0e04bd4-a126-4bb3-a28d-f7a74c1ac475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1422 0.056305 10.0.0.249 - - [2026-08-03 03:04:24] "POST /network-policys HTTP/1.1" 200 567 0.090089 10.0.0.249 - - [2026-08-03 03:04:24] "GET /network-policy/67b18576-c162-4196-8b3b-a9ce50e149a7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4075 0.007699 10.0.0.249 - - [2026-08-03 03:04:24] "POST /fqname-to-id HTTP/1.1" 404 231 0.004255 10.0.0.249 - - [2026-08-03 03:04:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004081 10.0.0.161 - - [2026-08-03 03:04:24] "GET /projects?obj_uuids=e0e04bd4-a126-4bb3-a28d-f7a74c1ac475&detail=False&count=False&shared=False HTTP/1.1" 200 364 0.001384 10.0.0.249 - - [2026-08-03 03:04:24] "GET /project/e0e04bd4-a126-4bb3-a28d-f7a74c1ac475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1422 0.064270 10.0.0.249 - - [2026-08-03 03:04:24] "POST /network-policys HTTP/1.1" 200 567 0.081547 10.0.0.249 - - [2026-08-03 03:04:25] "GET /network-policy/75a3ebb9-9c44-42f6-9e91-e5167fdf97d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3111 0.007601 10.0.0.249 - - [2026-08-03 03:04:25] "POST /fqname-to-id HTTP/1.1" 404 231 0.004196 10.0.0.249 - - [2026-08-03 03:04:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004215 10.0.0.161 - - [2026-08-03 03:04:25] "GET /projects?obj_uuids=e0e04bd4-a126-4bb3-a28d-f7a74c1ac475&detail=False&count=False&shared=False HTTP/1.1" 200 364 0.001372 10.0.0.249 - - [2026-08-03 03:04:25] "GET /project/e0e04bd4-a126-4bb3-a28d-f7a74c1ac475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1422 0.064138 10.0.0.249 - - [2026-08-03 03:04:25] "POST /network-policys HTTP/1.1" 200 567 0.040933 10.0.0.249 - - [2026-08-03 03:04:25] "GET /network-policy/4cfaa1c3-0559-4526-9948-4d50f9de23f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2141 0.007462 10.0.0.50 - - [2026-08-03 03:04:25] "POST /fqname-to-id HTTP/1.1" 404 254 0.021558 10.0.0.249 - - [2026-08-03 03:04:25] "POST /neutron/network HTTP/1.1" 200 1339 0.142243 10.0.0.249 - - [2026-08-03 03:04:25] "GET /virtual-network/ced3617e-d4c3-4bd5-8525-07e771b03010?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3304 0.007677 10.0.0.249 - - [2026-08-03 03:04:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004134 10.0.0.249 - - [2026-08-03 03:04:26] "GET /network-policy/67b18576-c162-4196-8b3b-a9ce50e149a7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4075 0.005352 10.0.0.249 - - [2026-08-03 03:04:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004755 10.0.0.249 - - [2026-08-03 03:04:26] "GET /network-policy/75a3ebb9-9c44-42f6-9e91-e5167fdf97d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3111 0.009014 10.0.0.249 - - [2026-08-03 03:04:26] "POST /id-to-fqname HTTP/1.1" 200 237 0.001880 10.0.0.249 - - [2026-08-03 03:04:26] "POST /neutron/network HTTP/1.1" 200 1339 0.037735 10.0.0.249 - - [2026-08-03 03:04:26] "POST /neutron/port HTTP/1.1" 200 117 0.008132 10.0.0.249 - - [2026-08-03 03:04:31] "POST /neutron/port HTTP/1.1" 200 1180 0.026727 10.0.0.249 - - [2026-08-03 03:04:31] "POST /neutron/port HTTP/1.1" 200 1244 0.035352 10.0.0.249 - - [2026-08-03 03:04:32] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004873 10.0.0.249 - - [2026-08-03 03:04:32] "POST /neutron/port HTTP/1.1" 200 117 0.001661 10.0.0.249 - - [2026-08-03 03:04:35] "GET /obj-perms HTTP/1.1" 200 4509 0.056396 10.0.0.249 - - [2026-08-03 03:04:37] "POST /neutron/port HTTP/1.1" 200 1244 0.026629 10.0.0.249 - - [2026-08-03 03:04:42] "POST /neutron/security_group HTTP/1.1" 200 2072 0.010130 10.0.0.249 - - [2026-08-03 03:04:52] "POST /neutron/port HTTP/1.1" 200 1244 0.024425 10.0.0.249 - - [2026-08-03 03:04:57] "POST /neutron/security_group HTTP/1.1" 200 2072 0.009777 10.0.0.249 - - [2026-08-03 03:04:57] "POST /neutron/port HTTP/1.1" 200 1244 0.026229 10.0.0.249 - - [2026-08-03 03:04:57] "GET /virtual-machine/5cf82712-8168-47a8-aa40-8c28ded0de28 HTTP/1.1" 401 293 0.000515 10.0.0.249 - - [2026-08-03 03:04:58] "GET /virtual-machine/5cf82712-8168-47a8-aa40-8c28ded0de28 HTTP/1.1" 200 1308 0.034891 10.0.0.249 - - [2026-08-03 03:04:58] "GET /virtual-machine-interface/5275ea5c-2684-4c28-98ac-cf76437002f4 HTTP/1.1" 200 3184 0.006682 10.0.0.249 - - [2026-08-03 03:04:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004566 10.0.0.249 - - [2026-08-03 03:04:58] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004804 10.0.0.249 - - [2026-08-03 03:04:58] "GET /virtual-networks?parent_id=e0e04bd4-a126-4bb3-a28d-f7a74c1ac475&detail=False&count=False&shared=False HTTP/1.1" 200 369 0.004001 10.0.0.249 - - [2026-08-03 03:04:58] "GET /virtual-network/ced3617e-d4c3-4bd5-8525-07e771b03010?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3304 0.006901 10.0.0.249 - - [2026-08-03 03:05:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.006017 10.0.0.249 - - [2026-08-03 03:05:01] "GET /virtual-network/ced3617e-d4c3-4bd5-8525-07e771b03010?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3304 0.010852 10.0.0.249 - - [2026-08-03 03:05:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.005242 10.0.0.249 - - [2026-08-03 03:05:05] "GET /virtual-network/ced3617e-d4c3-4bd5-8525-07e771b03010?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3304 0.007113 10.0.0.249 - - [2026-08-03 03:05:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.004121 10.0.0.249 - - [2026-08-03 03:05:09] "GET /virtual-network/ced3617e-d4c3-4bd5-8525-07e771b03010?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3304 0.009686 10.0.0.249 - - [2026-08-03 03:05:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004360 10.0.0.249 - - [2026-08-03 03:05:13] "GET /virtual-network/ced3617e-d4c3-4bd5-8525-07e771b03010?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3304 0.007010 10.0.0.249 - - [2026-08-03 03:05:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004410 10.0.0.249 - - [2026-08-03 03:05:17] "GET /virtual-network/ced3617e-d4c3-4bd5-8525-07e771b03010?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3304 0.006168 10.0.0.249 - - [2026-08-03 03:05:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004398 10.0.0.249 - - [2026-08-03 03:05:21] "GET /virtual-network/ced3617e-d4c3-4bd5-8525-07e771b03010?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3304 0.006707 10.0.0.249 - - [2026-08-03 03:05:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004370 10.0.0.249 - - [2026-08-03 03:05:26] "GET /virtual-network/ced3617e-d4c3-4bd5-8525-07e771b03010?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3304 0.006732 10.0.0.249 - - [2026-08-03 03:05:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.005431 10.0.0.249 - - [2026-08-03 03:05:28] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005350 10.0.0.249 - - [2026-08-03 03:05:28] "GET /virtual-networks?parent_id=e0e04bd4-a126-4bb3-a28d-f7a74c1ac475&detail=False&count=False&shared=False HTTP/1.1" 200 369 0.004178 10.0.0.249 - - [2026-08-03 03:05:28] "GET /virtual-network/ced3617e-d4c3-4bd5-8525-07e771b03010?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3304 0.008788 10.0.0.249 - - [2026-08-03 03:05:28] "POST /neutron/security_group HTTP/1.1" 200 2072 0.008950 10.0.0.249 - - [2026-08-03 03:05:30] "POST /neutron/network HTTP/1.1" 200 1349 0.009619 10.0.0.249 - - [2026-08-03 03:05:30] "POST /neutron/subnet HTTP/1.1" 200 1380 0.016388 10.0.0.249 - - [2026-08-03 03:05:30] "POST /neutron/network HTTP/1.1" 200 1339 0.011554 10.0.0.249 - - [2026-08-03 03:05:38] "POST /neutron/port HTTP/1.1" 200 1244 0.024599 10.0.0.249 - - [2026-08-03 03:05:43] "POST /neutron/security_group HTTP/1.1" 200 2072 0.015554 10.0.0.249 - - [2026-08-03 03:05:49] "POST /neutron/port HTTP/1.1" 200 1244 0.022180 10.0.0.249 - - [2026-08-03 03:05:54] "POST /neutron/security_group HTTP/1.1" 200 2072 0.008596 10.0.0.249 - - [2026-08-03 03:05:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004078 10.0.0.249 - - [2026-08-03 03:05:54] "GET /network-policy/67b18576-c162-4196-8b3b-a9ce50e149a7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4075 0.004593 10.0.0.249 - - [2026-08-03 03:05:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004102 10.0.0.249 - - [2026-08-03 03:05:54] "GET /network-policy/75a3ebb9-9c44-42f6-9e91-e5167fdf97d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3111 0.004849 10.0.0.249 - - [2026-08-03 03:05:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.005640 10.0.0.249 - - [2026-08-03 03:05:54] "GET /network-policy/4cfaa1c3-0559-4526-9948-4d50f9de23f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2141 0.005365 10.0.0.249 - - [2026-08-03 03:05:54] "POST /neutron/network HTTP/1.1" 200 1339 0.014149 10.0.0.50 - - [2026-08-03 03:05:55] "POST /fqname-to-id HTTP/1.1" 404 207 0.007441 10.0.0.249 - - [2026-08-03 03:05:55] "GET /virtual-network/ced3617e-d4c3-4bd5-8525-07e771b03010?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3601 0.014674 10.0.0.249 - - [2026-08-03 03:05:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.004547 10.0.0.249 - - [2026-08-03 03:05:55] "GET /network-policy/4cfaa1c3-0559-4526-9948-4d50f9de23f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2141 0.005034 10.0.0.249 - - [2026-08-03 03:05:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.006485 10.0.0.249 - - [2026-08-03 03:05:55] "GET /network-policy/67b18576-c162-4196-8b3b-a9ce50e149a7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4075 0.005583 10.0.0.249 - - [2026-08-03 03:05:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.005277 10.0.0.249 - - [2026-08-03 03:05:55] "GET /network-policy/75a3ebb9-9c44-42f6-9e91-e5167fdf97d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3111 0.006314 10.0.0.249 - - [2026-08-03 03:06:00] "GET /virtual-network/ced3617e-d4c3-4bd5-8525-07e771b03010?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3601 0.007971 10.0.0.249 - - [2026-08-03 03:06:00] "POST /neutron/network HTTP/1.1" 200 1431 0.013327 10.0.0.50 - - [2026-08-03 03:06:00] "DELETE /access-control-list/50934547-a681-49d9-96a6-e68ec786a41d HTTP/1.1" 200 115 0.099614 10.0.0.249 - - [2026-08-03 03:06:00] "GET /virtual-network/ced3617e-d4c3-4bd5-8525-07e771b03010?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2685 0.009942 10.0.0.249 - - [2026-08-03 03:06:05] "GET /virtual-machine/5cf82712-8168-47a8-aa40-8c28ded0de28 HTTP/1.1" 200 1308 0.006178 10.0.0.249 - - [2026-08-03 03:06:07] "POST /neutron/port HTTP/1.1" 200 1244 0.023329 10.0.0.249 - - [2026-08-03 03:06:07] "GET /virtual-machine/5cf82712-8168-47a8-aa40-8c28ded0de28 HTTP/1.1" 200 1308 0.004729 10.0.0.249 - - [2026-08-03 03:06:09] "GET /virtual-machine/5cf82712-8168-47a8-aa40-8c28ded0de28 HTTP/1.1" 404 171 0.004100 10.0.0.249 - - [2026-08-03 03:06:09] "GET /virtual-machine/5cf82712-8168-47a8-aa40-8c28ded0de28 HTTP/1.1" 404 171 0.003630 10.0.0.249 - - [2026-08-03 03:06:09] "GET /virtual-machine/5cf82712-8168-47a8-aa40-8c28ded0de28 HTTP/1.1" 404 171 0.003644 10.0.0.249 - - [2026-08-03 03:06:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.006501 10.0.0.249 - - [2026-08-03 03:06:10] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005234 10.0.0.249 - - [2026-08-03 03:06:10] "GET /virtual-networks?parent_id=e0e04bd4-a126-4bb3-a28d-f7a74c1ac475&detail=False&count=False&shared=False HTTP/1.1" 200 369 0.004384 10.0.0.249 - - [2026-08-03 03:06:10] "GET /virtual-network/ced3617e-d4c3-4bd5-8525-07e771b03010?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2685 0.010604 10.0.0.249 - - [2026-08-03 03:06:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004523 10.0.0.249 - - [2026-08-03 03:06:10] "GET /routing-instance/ae79ab3b-0fa9-487f-b9be-2224ca5b7800?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1505 0.006853 10.0.0.249 - - [2026-08-03 03:06:10] "GET /route-target/1823afd8-7ede-4441-993e-b2ce9da497c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.005579 10.0.0.249 - - [2026-08-03 03:06:10] "GET /obj-perms HTTP/1.1" 200 4474 0.050853 10.0.0.249 - - [2026-08-03 03:06:16] "GET /obj-perms HTTP/1.1" 200 4474 0.006301 10.0.0.249 - - [2026-08-03 03:06:19] "GET /obj-perms HTTP/1.1" 200 4474 0.004776 10.0.0.249 - - [2026-08-03 03:06:25] "GET /obj-perms HTTP/1.1" 200 4474 0.006040 10.0.0.249 - - [2026-08-03 03:06:28] "GET /obj-perms HTTP/1.1" 200 4474 0.004610 10.0.0.249 - - [2026-08-03 03:06:35] "GET /obj-perms HTTP/1.1" 200 4474 0.006048 10.0.0.50 - - [2026-08-03 03:06:37] "GET /obj-perms HTTP/1.1" 200 4509 0.045720 10.0.0.161 - - [2026-08-03 03:06:37] "GET /obj-perms HTTP/1.1" 200 4509 0.045960 10.0.0.249 - - [2026-08-03 03:06:38] "GET /obj-perms HTTP/1.1" 200 4474 0.004966 10.0.0.249 - - [2026-08-03 03:06:38] "DELETE /network-policy/4cfaa1c3-0559-4526-9948-4d50f9de23f6 HTTP/1.1" 200 115 0.054442 10.0.0.249 - - [2026-08-03 03:06:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.007004 10.0.0.161 - - [2026-08-03 03:06:38] "GET /projects?obj_uuids=e0e04bd4-a126-4bb3-a28d-f7a74c1ac475&detail=False&count=False&shared=False HTTP/1.1" 200 364 0.001747 10.0.0.249 - - [2026-08-03 03:06:38] "GET /project/e0e04bd4-a126-4bb3-a28d-f7a74c1ac475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1422 0.071578 10.0.0.249 - - [2026-08-03 03:06:38] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyModifyIpv4v6-93013676&detail=False&count=False&shared=False HTTP/1.1" 200 608 0.006904 10.0.0.249 - - [2026-08-03 03:06:38] "DELETE /network-policy/75a3ebb9-9c44-42f6-9e91-e5167fdf97d1 HTTP/1.1" 200 115 0.056935 10.0.0.249 - - [2026-08-03 03:06:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.007520 10.0.0.161 - - [2026-08-03 03:06:38] "GET /projects?obj_uuids=e0e04bd4-a126-4bb3-a28d-f7a74c1ac475&detail=False&count=False&shared=False HTTP/1.1" 200 364 0.001121 10.0.0.249 - - [2026-08-03 03:06:38] "GET /project/e0e04bd4-a126-4bb3-a28d-f7a74c1ac475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1422 0.056626 10.0.0.249 - - [2026-08-03 03:06:39] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyModifyIpv4v6-93013676&detail=False&count=False&shared=False HTTP/1.1" 200 369 0.007211 10.0.0.249 - - [2026-08-03 03:06:39] "DELETE /network-policy/67b18576-c162-4196-8b3b-a9ce50e149a7 HTTP/1.1" 200 115 0.050832 10.0.0.249 - - [2026-08-03 03:06:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.005500 10.0.0.161 - - [2026-08-03 03:06:39] "GET /projects?obj_uuids=e0e04bd4-a126-4bb3-a28d-f7a74c1ac475&detail=False&count=False&shared=False HTTP/1.1" 200 364 0.001225 10.0.0.249 - - [2026-08-03 03:06:39] "GET /project/e0e04bd4-a126-4bb3-a28d-f7a74c1ac475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1422 0.062962 10.0.0.249 - - [2026-08-03 03:06:39] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyModifyIpv4v6-93013676&detail=False&count=False&shared=False HTTP/1.1" 200 131 0.006991 10.0.0.249 - - [2026-08-03 03:06:39] "POST /neutron/network HTTP/1.1" 200 1141 0.014108 10.0.0.249 - - [2026-08-03 03:06:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.005173 10.0.0.249 - - [2026-08-03 03:06:39] "DELETE /network-ipam/528b55f7-c8b7-4614-ab7d-c0749325b1a6 HTTP/1.1" 200 115 0.068086 10.0.0.249 - - [2026-08-03 03:06:39] "POST /fqname-to-id HTTP/1.1" 404 264 0.004370 10.0.0.161 - - [2026-08-03 03:06:39] "GET /projects?obj_uuids=e0e04bd4-a126-4bb3-a28d-f7a74c1ac475&detail=False&count=False&shared=False HTTP/1.1" 200 364 0.001102 10.0.0.161 - - [2026-08-03 03:06:40] "GET /project/e0e04bd4-a126-4bb3-a28d-f7a74c1ac475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1527 0.071592 10.0.0.161 - - [2026-08-03 03:06:40] "GET /projects?obj_uuids=e0e04bd4-a126-4bb3-a28d-f7a74c1ac475&detail=False&count=False&shared=False HTTP/1.1" 200 364 0.001554 10.0.0.161 - - [2026-08-03 03:06:40] "GET /project/e0e04bd4-a126-4bb3-a28d-f7a74c1ac475?fields=security_groups HTTP/1.1" 200 1408 0.063892 10.0.0.161 - - [2026-08-03 03:06:40] "DELETE /security-group/29844969-2af0-4afd-b336-43c2edd379dd HTTP/1.1" 200 115 0.076543 10.0.0.161 - - [2026-08-03 03:06:40] "GET /projects?obj_uuids=e0e04bd4-a126-4bb3-a28d-f7a74c1ac475&detail=False&count=False&shared=False HTTP/1.1" 200 364 0.002067 10.0.0.50 - - [2026-08-03 03:06:40] "DELETE /access-control-list/e54fb902-c003-4605-9cac-c2d18eedea86 HTTP/1.1" 200 115 0.058200 10.0.0.161 - - [2026-08-03 03:06:40] "GET /project/e0e04bd4-a126-4bb3-a28d-f7a74c1ac475?fields=application_policy_sets HTTP/1.1" 200 1447 0.075412 10.0.0.249 - - [2026-08-03 03:06:40] "DELETE /project/e0e04bd4-a126-4bb3-a28d-f7a74c1ac475 HTTP/1.1" 200 115 0.569655 10.0.0.161 - - [2026-08-03 03:06:40] "GET /domains?obj_uuids=724de60e-9f87-4d23-867c-6bd9a9880f5b&detail=False&count=False&shared=False HTTP/1.1" 200 316 0.008958 10.0.0.249 - - [2026-08-03 03:06:40] "GET /domain/724de60e-9f87-4d23-867c-6bd9a9880f5b?fields=projects HTTP/1.1" 200 1441 0.024424 10.0.0.161 - - [2026-08-03 03:06:43] "GET /projects?obj_uuids=e0e04bd4-a126-4bb3-a28d-f7a74c1ac475&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.005053 10.0.0.161 - - [2026-08-03 03:06:43] "GET /domains?obj_uuids=724de60e-9f87-4d23-867c-6bd9a9880f5b&detail=False&count=False&shared=False HTTP/1.1" 200 316 0.001251 10.0.0.161 - - [2026-08-03 03:06:43] "GET /domain/724de60e-9f87-4d23-867c-6bd9a9880f5b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.051350 10.0.0.161 - - [2026-08-03 03:06:43] "POST /id-to-fqname HTTP/1.1" 200 204 0.001546 10.0.0.161 - - [2026-08-03 03:06:43] "POST /fqname-to-id HTTP/1.1" 404 213 0.014333 10.0.0.161 - - [2026-08-03 03:06:43] "POST /security-groups HTTP/1.1" 200 607 0.087095 10.0.0.161 - - [2026-08-03 03:06:43] "POST /projects HTTP/1.1" 200 615 0.356117 10.0.0.161 - - [2026-08-03 03:06:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.392865 10.0.0.50 - - [2026-08-03 03:06:43] "POST /access-control-lists HTTP/1.1" 200 612 0.038721 10.0.0.249 - - [2026-08-03 03:06:43] "GET /project/e0e04bd4-a126-4bb3-a28d-f7a74c1ac475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1422 0.588625 10.0.0.161 - - [2026-08-03 03:06:43] "GET /projects?obj_uuids=e0e04bd4-a126-4bb3-a28d-f7a74c1ac475&detail=False&count=False&shared=False HTTP/1.1" 200 364 0.003798 10.0.0.249 - - [2026-08-03 03:06:43] "GET /project/e0e04bd4-a126-4bb3-a28d-f7a74c1ac475?fields=virtual_networks HTTP/1.1" 200 1062 0.093295 10.0.0.161 - - [2026-08-03 03:06:44] "GET /projects?obj_uuids=e0e04bd4-a126-4bb3-a28d-f7a74c1ac475&detail=False&count=False&shared=False HTTP/1.1" 200 364 0.001230 10.0.0.249 - - [2026-08-03 03:06:44] "GET /project/e0e04bd4-a126-4bb3-a28d-f7a74c1ac475?fields=virtual_machine_interfaces HTTP/1.1" 200 1062 0.062195 10.0.0.161 - - [2026-08-03 03:06:44] "GET /projects?obj_uuids=e0e04bd4-a126-4bb3-a28d-f7a74c1ac475&detail=False&count=False&shared=False HTTP/1.1" 200 364 0.003787 10.0.0.249 - - [2026-08-03 03:06:44] "GET /project/e0e04bd4-a126-4bb3-a28d-f7a74c1ac475?fields=security_groups HTTP/1.1" 200 1303 0.079245 10.0.0.249 - - [2026-08-03 03:06:45] "POST /fqname-to-id HTTP/1.1" 404 204 0.037837 10.0.0.161 - - [2026-08-03 03:06:45] "GET /projects?obj_uuids=82a48da5-26d4-40b2-abca-9686c16b12c3&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003996 10.0.0.161 - - [2026-08-03 03:06:45] "GET /domains?obj_uuids=724de60e-9f87-4d23-867c-6bd9a9880f5b&detail=False&count=False&shared=False HTTP/1.1" 200 316 0.001763 10.0.0.161 - - [2026-08-03 03:06:45] "GET /domain/724de60e-9f87-4d23-867c-6bd9a9880f5b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.009591 10.0.0.161 - - [2026-08-03 03:06:45] "POST /id-to-fqname HTTP/1.1" 200 206 0.008259 10.0.0.161 - - [2026-08-03 03:06:45] "POST /fqname-to-id HTTP/1.1" 404 215 0.006810 10.0.0.161 - - [2026-08-03 03:06:45] "POST /security-groups HTTP/1.1" 200 609 0.048285 10.0.0.50 - - [2026-08-03 03:06:45] "POST /fqname-to-id HTTP/1.1" 404 250 0.005236 10.0.0.161 - - [2026-08-03 03:06:45] "POST /projects HTTP/1.1" 200 619 0.333061 10.0.0.161 - - [2026-08-03 03:06:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.400850 10.0.0.249 - - [2026-08-03 03:06:45] "GET /project/82a48da5-26d4-40b2-abca-9686c16b12c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1429 0.586855 10.0.0.50 - - [2026-08-03 03:06:45] "POST /access-control-lists HTTP/1.1" 200 612 0.083153 10.0.0.249 - - [2026-08-03 03:06:47] "GET / HTTP/1.1" 200 36215 0.002303 10.0.0.249 - - [2026-08-03 03:06:50] "POST /fqname-to-id HTTP/1.1" 401 293 0.000562 10.0.0.249 - - [2026-08-03 03:06:50] "POST /fqname-to-id HTTP/1.1" 404 233 0.085437 10.0.0.249 - - [2026-08-03 03:06:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004138 10.0.0.161 - - [2026-08-03 03:06:50] "GET /projects?obj_uuids=82a48da5-26d4-40b2-abca-9686c16b12c3&detail=False&count=False&shared=False HTTP/1.1" 200 366 0.001452 10.0.0.249 - - [2026-08-03 03:06:51] "GET /project/82a48da5-26d4-40b2-abca-9686c16b12c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1429 0.098596 10.0.0.249 - - [2026-08-03 03:06:51] "POST /network-policys HTTP/1.1" 200 569 0.045505 10.0.0.249 - - [2026-08-03 03:06:51] "GET /network-policy/b23d9c06-683d-4d7c-b6f9-6cb7221a831c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3155 0.011484 10.0.0.249 - - [2026-08-03 03:06:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004518 10.0.0.161 - - [2026-08-03 03:06:51] "GET /projects?obj_uuids=82a48da5-26d4-40b2-abca-9686c16b12c3&detail=False&count=False&shared=False HTTP/1.1" 200 366 0.001534 10.0.0.249 - - [2026-08-03 03:06:51] "GET /project/82a48da5-26d4-40b2-abca-9686c16b12c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1429 0.091424 10.0.0.161 - - [2026-08-03 03:06:51] "GET /projects?obj_uuids=82a48da5-26d4-40b2-abca-9686c16b12c3&detail=False&count=False&shared=False HTTP/1.1" 200 366 0.001678 10.0.0.249 - - [2026-08-03 03:06:51] "POST /neutron/network HTTP/1.1" 200 623 0.291332 10.0.0.249 - - [2026-08-03 03:06:52] "POST /neutron/network HTTP/1.1" 200 1017 0.017064 10.0.0.249 - - [2026-08-03 03:06:52] "POST /id-to-fqname HTTP/1.1" 200 237 0.001657 10.0.0.249 - - [2026-08-03 03:06:52] "GET /virtual-network/7975d837-ce19-4fb2-be64-39fee1c22f4b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2664 0.008133 10.0.0.249 - - [2026-08-03 03:06:52] "GET /virtual-network/7975d837-ce19-4fb2-be64-39fee1c22f4b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2664 0.020007 10.0.0.249 - - [2026-08-03 03:06:52] "POST /neutron/subnet HTTP/1.1" 200 730 0.016871 10.0.0.50 - - [2026-08-03 03:06:52] "POST /fqname-to-id HTTP/1.1" 404 252 0.015483 10.0.0.50 - - [2026-08-03 03:06:52] "POST /fqname-to-id HTTP/1.1" 404 207 0.012877 10.0.0.249 - - [2026-08-03 03:06:52] "POST /neutron/network HTTP/1.1" 200 1124 0.183590 10.0.0.249 - - [2026-08-03 03:06:52] "GET /virtual-network/7975d837-ce19-4fb2-be64-39fee1c22f4b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2988 0.022126 10.0.0.249 - - [2026-08-03 03:06:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.004011 10.0.0.249 - - [2026-08-03 03:06:53] "GET /network-policy/b23d9c06-683d-4d7c-b6f9-6cb7221a831c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3155 0.005680 10.0.0.249 - - [2026-08-03 03:06:53] "GET /virtual-network/7975d837-ce19-4fb2-be64-39fee1c22f4b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2988 0.007661 10.0.0.249 - - [2026-08-03 03:06:54] "GET /obj-perms HTTP/1.1" 200 4515 0.062972 10.0.0.249 - - [2026-08-03 03:06:55] "DELETE /network-policy/b23d9c06-683d-4d7c-b6f9-6cb7221a831c HTTP/1.1" 409 239 0.015675 10.0.0.161 - - [2026-08-03 03:06:55] "POST /useragent-kv HTTP/1.1" 200 115 0.003764 10.0.0.161 - - [2026-08-03 03:06:55] "POST /useragent-kv HTTP/1.1" 200 115 0.003896 10.0.0.161 - - [2026-08-03 03:06:55] "POST /useragent-kv HTTP/1.1" 200 115 0.003202 10.0.0.161 - - [2026-08-03 03:06:55] "POST /useragent-kv HTTP/1.1" 200 115 0.003269 10.0.0.249 - - [2026-08-03 03:06:55] "POST /neutron/network HTTP/1.1" 200 151 0.249124 10.0.0.249 - - [2026-08-03 03:06:56] "DELETE /network-policy/b23d9c06-683d-4d7c-b6f9-6cb7221a831c HTTP/1.1" 200 115 0.053140 10.0.0.249 - - [2026-08-03 03:06:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.005537 10.0.0.161 - - [2026-08-03 03:06:56] "GET /projects?obj_uuids=82a48da5-26d4-40b2-abca-9686c16b12c3&detail=False&count=False&shared=False HTTP/1.1" 200 366 0.001688 10.0.0.249 - - [2026-08-03 03:06:56] "GET /project/82a48da5-26d4-40b2-abca-9686c16b12c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1429 0.064904 10.0.0.50 - - [2026-08-03 03:06:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.005022 10.0.0.249 - - [2026-08-03 03:06:56] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyNegativeIpv4v6-27868382&detail=False&count=False&shared=False HTTP/1.1" 200 131 0.014404 10.0.0.161 - - [2026-08-03 03:06:59] "GET /projects?obj_uuids=82a48da5-26d4-40b2-abca-9686c16b12c3&detail=False&count=False&shared=False HTTP/1.1" 200 366 0.001269 10.0.0.249 - - [2026-08-03 03:06:59] "GET /project/82a48da5-26d4-40b2-abca-9686c16b12c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1429 0.065916 10.0.0.161 - - [2026-08-03 03:06:59] "GET /projects?obj_uuids=82a48da5-26d4-40b2-abca-9686c16b12c3&detail=False&count=False&shared=False HTTP/1.1" 200 366 0.001453 10.0.0.249 - - [2026-08-03 03:06:59] "GET /project/82a48da5-26d4-40b2-abca-9686c16b12c3?fields=virtual_networks HTTP/1.1" 200 1065 0.077998 10.0.0.161 - - [2026-08-03 03:06:59] "GET /projects?obj_uuids=82a48da5-26d4-40b2-abca-9686c16b12c3&detail=False&count=False&shared=False HTTP/1.1" 200 366 0.001078 10.0.0.249 - - [2026-08-03 03:06:59] "GET /project/82a48da5-26d4-40b2-abca-9686c16b12c3?fields=virtual_machine_interfaces HTTP/1.1" 200 1065 0.056195 10.0.0.161 - - [2026-08-03 03:06:59] "GET /projects?obj_uuids=82a48da5-26d4-40b2-abca-9686c16b12c3&detail=False&count=False&shared=False HTTP/1.1" 200 366 0.001410 10.0.0.249 - - [2026-08-03 03:06:59] "GET /project/82a48da5-26d4-40b2-abca-9686c16b12c3?fields=security_groups HTTP/1.1" 200 1308 0.077509 10.0.0.249 - - [2026-08-03 03:07:00] "POST /fqname-to-id HTTP/1.1" 404 188 0.034840 10.0.0.161 - - [2026-08-03 03:07:00] "GET /projects?obj_uuids=cdad6b81-3a97-4b80-a6f6-5bc8504fcd4b&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003620 10.0.0.161 - - [2026-08-03 03:07:00] "GET /domains?obj_uuids=724de60e-9f87-4d23-867c-6bd9a9880f5b&detail=False&count=False&shared=False HTTP/1.1" 200 316 0.001605 10.0.0.161 - - [2026-08-03 03:07:00] "GET /domain/724de60e-9f87-4d23-867c-6bd9a9880f5b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.010865 10.0.0.161 - - [2026-08-03 03:07:00] "POST /id-to-fqname HTTP/1.1" 200 190 0.009805 10.0.0.161 - - [2026-08-03 03:07:00] "POST /fqname-to-id HTTP/1.1" 404 199 0.006454 10.0.0.161 - - [2026-08-03 03:07:01] "POST /security-groups HTTP/1.1" 200 593 0.102832 10.0.0.161 - - [2026-08-03 03:07:01] "POST /projects HTTP/1.1" 200 587 0.384564 10.0.0.161 - - [2026-08-03 03:07:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.463142 10.0.0.50 - - [2026-08-03 03:07:01] "POST /access-control-lists HTTP/1.1" 200 598 0.045173 10.0.0.249 - - [2026-08-03 03:07:01] "GET /project/cdad6b81-3a97-4b80-a6f6-5bc8504fcd4b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.652763 10.0.0.249 - - [2026-08-03 03:07:02] "GET / HTTP/1.1" 200 36215 0.001695 10.0.0.249 - - [2026-08-03 03:07:04] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 401 293 0.000693 10.0.0.249 - - [2026-08-03 03:07:05] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 547 0.065380 10.0.0.249 - - [2026-08-03 03:07:05] "POST /network-ipams HTTP/1.1" 200 515 0.041173 10.0.0.249 - - [2026-08-03 03:07:05] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 753 0.006838 10.0.0.249 - - [2026-08-03 03:07:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004497 10.0.0.249 - - [2026-08-03 03:07:05] "GET /network-ipam/f9c5831f-8b73-41f5-883c-878d4d60a298?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1288 0.009370 10.0.0.249 - - [2026-08-03 03:07:05] "PUT /network-ipam/f9c5831f-8b73-41f5-883c-878d4d60a298 HTTP/1.1" 200 259 0.019238 10.0.0.249 - - [2026-08-03 03:07:05] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 753 0.004492 10.0.0.249 - - [2026-08-03 03:07:05] "POST /network-ipams HTTP/1.1" 200 515 0.036714 10.0.0.249 - - [2026-08-03 03:07:05] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 959 0.004671 10.0.0.249 - - [2026-08-03 03:07:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004920 10.0.0.249 - - [2026-08-03 03:07:05] "GET /network-ipam/be0dc77f-7175-4d8a-a851-1f4ad184c3fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1289 0.012034 10.0.0.249 - - [2026-08-03 03:07:05] "PUT /network-ipam/be0dc77f-7175-4d8a-a851-1f4ad184c3fa HTTP/1.1" 200 259 0.016838 10.0.0.249 - - [2026-08-03 03:07:05] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 959 0.004731 10.0.0.249 - - [2026-08-03 03:07:05] "POST /network-ipams HTTP/1.1" 200 515 0.036360 10.0.0.249 - - [2026-08-03 03:07:05] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 1166 0.004422 10.0.0.249 - - [2026-08-03 03:07:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004785 10.0.0.249 - - [2026-08-03 03:07:05] "GET /network-ipam/fcdf9127-5456-49c1-b15b-7527d3078e66?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1289 0.007573 10.0.0.249 - - [2026-08-03 03:07:05] "PUT /network-ipam/fcdf9127-5456-49c1-b15b-7527d3078e66 HTTP/1.1" 200 259 0.021653 10.0.0.50 - - [2026-08-03 03:07:06] "DELETE /access-control-list/5a6f3941-ad61-44b4-b3b8-9f81ee4cf739 HTTP/1.1" 200 115 0.052243 10.0.0.249 - - [2026-08-03 03:07:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004014 10.0.0.161 - - [2026-08-03 03:07:07] "GET /projects?obj_uuids=cdad6b81-3a97-4b80-a6f6-5bc8504fcd4b&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001649 10.0.0.249 - - [2026-08-03 03:07:07] "GET /project/cdad6b81-3a97-4b80-a6f6-5bc8504fcd4b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.115198 10.0.0.50 - - [2026-08-03 03:07:07] "POST /ref-update HTTP/1.1" 200 156 0.049526 10.0.0.161 - - [2026-08-03 03:07:07] "POST /useragent-kv HTTP/1.1" 200 115 0.025506 10.0.0.249 - - [2026-08-03 03:07:07] "POST /neutron/subnet HTTP/1.1" 200 725 0.297582 10.0.0.249 - - [2026-08-03 03:07:07] "POST /id-to-fqname HTTP/1.1" 200 221 0.003721 10.0.0.249 - - [2026-08-03 03:07:07] "GET /virtual-network/8087b447-613c-451b-9406-7b48652f13fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.008214 10.0.0.249 - - [2026-08-03 03:07:07] "GET /virtual-network/8087b447-613c-451b-9406-7b48652f13fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.006821 10.0.0.249 - - [2026-08-03 03:07:07] "POST /neutron/network HTTP/1.1" 200 824 0.009577 10.0.0.249 - - [2026-08-03 03:07:07] "GET /virtual-network/8087b447-613c-451b-9406-7b48652f13fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.007257 10.0.0.249 - - [2026-08-03 03:07:07] "GET /network-ipam/f9c5831f-8b73-41f5-883c-878d4d60a298?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1288 0.005316 10.0.0.249 - - [2026-08-03 03:07:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004552 10.0.0.161 - - [2026-08-03 03:07:08] "GET /projects?obj_uuids=cdad6b81-3a97-4b80-a6f6-5bc8504fcd4b&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001683 10.0.0.249 - - [2026-08-03 03:07:08] "GET /project/cdad6b81-3a97-4b80-a6f6-5bc8504fcd4b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.066558 10.0.0.249 - - [2026-08-03 03:07:08] "POST /neutron/network HTTP/1.1" 200 117 0.018052 10.0.0.249 - - [2026-08-03 03:07:08] "POST /neutron/network HTTP/1.1" 200 822 0.011649 10.0.0.249 - - [2026-08-03 03:07:08] "POST /id-to-fqname HTTP/1.1" 200 221 0.002931 10.0.0.249 - - [2026-08-03 03:07:08] "GET /virtual-network/8e3aefe5-7cb4-4124-8ccf-f9276ffb5817?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.010863 10.0.0.249 - - [2026-08-03 03:07:08] "GET /virtual-network/8e3aefe5-7cb4-4124-8ccf-f9276ffb5817?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.008194 10.0.0.249 - - [2026-08-03 03:07:08] "POST /neutron/subnet HTTP/1.1" 200 715 0.024701 10.0.0.249 - - [2026-08-03 03:07:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003746 10.0.0.161 - - [2026-08-03 03:07:08] "GET /projects?obj_uuids=cdad6b81-3a97-4b80-a6f6-5bc8504fcd4b&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001026 10.0.0.249 - - [2026-08-03 03:07:08] "GET /project/cdad6b81-3a97-4b80-a6f6-5bc8504fcd4b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.067369 10.0.0.50 - - [2026-08-03 03:07:09] "POST /route-targets HTTP/1.1" 200 328 0.016993 10.0.0.161 - - [2026-08-03 03:07:09] "POST /useragent-kv HTTP/1.1" 200 115 0.007123 10.0.0.249 - - [2026-08-03 03:07:09] "POST /neutron/subnet HTTP/1.1" 200 725 0.243815 10.0.0.249 - - [2026-08-03 03:07:09] "POST /id-to-fqname HTTP/1.1" 200 221 0.001737 10.0.0.249 - - [2026-08-03 03:07:09] "GET /virtual-network/dcdd938e-eea2-4cdc-a567-66fd48d262af?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.006790 10.0.0.249 - - [2026-08-03 03:07:09] "GET /virtual-network/dcdd938e-eea2-4cdc-a567-66fd48d262af?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.007793 10.0.0.249 - - [2026-08-03 03:07:09] "POST /neutron/network HTTP/1.1" 200 824 0.011889 10.0.0.249 - - [2026-08-03 03:07:09] "GET /virtual-network/8087b447-613c-451b-9406-7b48652f13fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.006666 10.0.0.50 - - [2026-08-03 03:07:10] "GET /obj-perms HTTP/1.1" 200 4483 0.054097 10.0.0.161 - - [2026-08-03 03:07:11] "GET /obj-perms HTTP/1.1" 200 4483 0.055532 10.0.0.249 - - [2026-08-03 03:07:11] "GET /virtual-network/8e3aefe5-7cb4-4124-8ccf-f9276ffb5817?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.007876 10.0.0.249 - - [2026-08-03 03:07:12] "GET /virtual-network/dcdd938e-eea2-4cdc-a567-66fd48d262af?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.006662 10.0.0.249 - - [2026-08-03 03:07:12] "GET /obj-perms HTTP/1.1" 200 4483 0.044211 10.0.0.249 - - [2026-08-03 03:07:12] "POST /fqname-to-id HTTP/1.1" 404 215 0.004123 10.0.0.249 - - [2026-08-03 03:07:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004631 10.0.0.161 - - [2026-08-03 03:07:13] "GET /projects?obj_uuids=cdad6b81-3a97-4b80-a6f6-5bc8504fcd4b&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001221 10.0.0.249 - - [2026-08-03 03:07:13] "GET /project/cdad6b81-3a97-4b80-a6f6-5bc8504fcd4b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.053017 10.0.0.249 - - [2026-08-03 03:07:13] "POST /network-policys HTTP/1.1" 200 555 0.036887 10.0.0.249 - - [2026-08-03 03:07:13] "GET /network-policy/333e4148-7419-46bf-8348-9623207b4e0b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2122 0.007604 10.0.0.249 - - [2026-08-03 03:07:13] "POST /fqname-to-id HTTP/1.1" 404 215 0.003573 10.0.0.249 - - [2026-08-03 03:07:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004537 10.0.0.161 - - [2026-08-03 03:07:13] "GET /projects?obj_uuids=cdad6b81-3a97-4b80-a6f6-5bc8504fcd4b&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001497 10.0.0.249 - - [2026-08-03 03:07:13] "GET /project/cdad6b81-3a97-4b80-a6f6-5bc8504fcd4b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.059498 10.0.0.249 - - [2026-08-03 03:07:13] "POST /network-policys HTTP/1.1" 200 555 0.036130 10.0.0.249 - - [2026-08-03 03:07:13] "GET /network-policy/a9e54eb5-fd28-4cb2-a4d8-44c4aa4d02cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2129 0.007286 10.0.0.249 - - [2026-08-03 03:07:13] "POST /fqname-to-id HTTP/1.1" 404 215 0.003422 10.0.0.249 - - [2026-08-03 03:07:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.005699 10.0.0.161 - - [2026-08-03 03:07:13] "GET /projects?obj_uuids=cdad6b81-3a97-4b80-a6f6-5bc8504fcd4b&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001546 10.0.0.249 - - [2026-08-03 03:07:13] "GET /project/cdad6b81-3a97-4b80-a6f6-5bc8504fcd4b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.058641 10.0.0.249 - - [2026-08-03 03:07:13] "POST /network-policys HTTP/1.1" 200 555 0.036050 10.0.0.249 - - [2026-08-03 03:07:13] "GET /network-policy/54809e83-94e3-47a1-b98a-f8a042878cc0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2122 0.007778 10.0.0.249 - - [2026-08-03 03:07:14] "POST /ref-update HTTP/1.1" 200 156 0.077259 10.0.0.50 - - [2026-08-03 03:07:14] "POST /access-control-lists HTTP/1.1" 200 593 0.055763 10.0.0.249 - - [2026-08-03 03:07:14] "POST /ref-update HTTP/1.1" 200 156 0.099169 10.0.0.249 - - [2026-08-03 03:07:14] "POST /neutron/network HTTP/1.1" 200 914 0.106857 10.0.0.50 - - [2026-08-03 03:07:14] "POST /access-control-lists HTTP/1.1" 200 593 0.082945 10.0.0.249 - - [2026-08-03 03:07:14] "GET /virtual-network/8e3aefe5-7cb4-4124-8ccf-f9276ffb5817?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2347 0.008521 10.0.0.249 - - [2026-08-03 03:07:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.024358 10.0.0.249 - - [2026-08-03 03:07:14] "GET /network-policy/a9e54eb5-fd28-4cb2-a4d8-44c4aa4d02cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2129 0.024737 10.0.0.249 - - [2026-08-03 03:07:14] "POST /id-to-fqname HTTP/1.1" 200 221 0.006066 10.0.0.161 - - [2026-08-03 03:07:14] "GET /projects?obj_uuids=cdad6b81-3a97-4b80-a6f6-5bc8504fcd4b&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001214 10.0.0.249 - - [2026-08-03 03:07:15] "GET /project/cdad6b81-3a97-4b80-a6f6-5bc8504fcd4b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.065392 10.0.0.249 - - [2026-08-03 03:07:15] "POST /neutron/network HTTP/1.1" 200 995 0.010449 10.0.0.249 - - [2026-08-03 03:07:15] "POST /id-to-fqname HTTP/1.1" 200 221 0.001832 10.0.0.249 - - [2026-08-03 03:07:15] "POST /neutron/port HTTP/1.1" 200 117 0.010985 10.0.0.249 - - [2026-08-03 03:07:16] "POST /neutron/port HTTP/1.1" 200 117 0.009612 10.0.0.249 - - [2026-08-03 03:07:16] "POST /id-to-fqname HTTP/1.1" 200 221 0.001651 10.0.0.249 - - [2026-08-03 03:07:16] "POST /neutron/network HTTP/1.1" 200 834 0.008337 10.0.0.249 - - [2026-08-03 03:07:16] "POST /neutron/port HTTP/1.1" 200 117 0.007882 10.0.0.161 - - [2026-08-03 03:07:19] "GET /projects?obj_uuids=cdad6b81-3a97-4b80-a6f6-5bc8504fcd4b&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001269 10.0.0.249 - - [2026-08-03 03:07:20] "POST /neutron/port HTTP/1.1" 200 1060 0.470287 10.0.0.249 - - [2026-08-03 03:07:20] "POST /neutron/port HTTP/1.1" 200 1114 0.174189 10.0.0.249 - - [2026-08-03 03:07:20] "POST /neutron/port HTTP/1.1" 200 1058 0.053962 10.0.0.249 - - [2026-08-03 03:07:21] "POST /neutron/port HTTP/1.1" 200 1124 0.024376 10.0.0.249 - - [2026-08-03 03:07:21] "POST /neutron/port HTTP/1.1" 200 117 0.001535 10.0.0.161 - - [2026-08-03 03:07:21] "GET /projects?obj_uuids=cdad6b81-3a97-4b80-a6f6-5bc8504fcd4b&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003453 10.0.0.249 - - [2026-08-03 03:07:22] "POST /neutron/port HTTP/1.1" 200 1122 0.060498 10.0.0.249 - - [2026-08-03 03:07:22] "POST /neutron/port HTTP/1.1" 200 1060 0.449621 10.0.0.249 - - [2026-08-03 03:07:22] "POST /neutron/port HTTP/1.1" 200 1060 0.020033 10.0.0.249 - - [2026-08-03 03:07:22] "POST /neutron/port HTTP/1.1" 200 1060 0.019730 10.0.0.249 - - [2026-08-03 03:07:23] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005566 10.0.0.249 - - [2026-08-03 03:07:23] "POST /neutron/network HTTP/1.1" 200 824 0.008324 10.0.0.161 - - [2026-08-03 03:07:24] "DELETE /project/82a48da526d440b2abca9686c16b12c3 HTTP/1.1" 404 173 0.039830 10.0.0.161 - - [2026-08-03 03:07:24] "DELETE /project/cdad6b813a974b80a6f65bc8504fcd4b HTTP/1.1" 404 173 0.054055 10.0.0.161 - - [2026-08-03 03:07:24] "DELETE /project/e0e04bd4-a126-4bb3-a28d-f7a74c1ac475 HTTP/1.1" 404 177 0.069864 10.0.0.161 - - [2026-08-03 03:07:24] "GET /projects?obj_uuids=82a48da5-26d4-40b2-abca-9686c16b12c3&detail=False&count=False&shared=False HTTP/1.1" 200 366 0.001015 10.0.0.161 - - [2026-08-03 03:07:24] "DELETE /project/e0e04bd4a1264bb3a28df7a74c1ac475 HTTP/1.1" 404 173 0.115188 10.0.0.161 - - [2026-08-03 03:07:24] "GET /project/82a48da5-26d4-40b2-abca-9686c16b12c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1534 0.059703 10.0.0.161 - - [2026-08-03 03:07:24] "GET /projects?obj_uuids=82a48da5-26d4-40b2-abca-9686c16b12c3&detail=False&count=False&shared=False HTTP/1.1" 200 366 0.001210 10.0.0.161 - - [2026-08-03 03:07:24] "GET /project/82a48da5-26d4-40b2-abca-9686c16b12c3?fields=security_groups HTTP/1.1" 200 1413 0.062800 10.0.0.161 - - [2026-08-03 03:07:24] "DELETE /security-group/6e634acd-ab1d-4959-970b-90eb47c349ad HTTP/1.1" 200 115 0.062840 10.0.0.161 - - [2026-08-03 03:07:24] "GET /projects?obj_uuids=82a48da5-26d4-40b2-abca-9686c16b12c3&detail=False&count=False&shared=False HTTP/1.1" 200 366 0.001790 10.0.0.161 - - [2026-08-03 03:07:24] "GET /project/82a48da5-26d4-40b2-abca-9686c16b12c3?fields=application_policy_sets HTTP/1.1" 200 1452 0.080079 10.0.0.50 - - [2026-08-03 03:07:24] "DELETE /access-control-list/3901d3d0-0efc-4651-865a-b524a4c22999 HTTP/1.1" 200 115 0.075971 10.0.0.161 - - [2026-08-03 03:07:24] "DELETE /project/82a48da5-26d4-40b2-abca-9686c16b12c3 HTTP/1.1" 200 115 0.584760 10.0.0.249 - - [2026-08-03 03:07:32] "POST /neutron/port HTTP/1.1" 200 1124 0.024886 10.0.0.249 - - [2026-08-03 03:07:37] "POST /neutron/security_group HTTP/1.1" 200 2058 0.009258 10.0.0.50 - - [2026-08-03 03:07:38] "GET /obj-perms HTTP/1.1" 200 4509 0.059367 10.0.0.249 - - [2026-08-03 03:07:47] "POST /neutron/port HTTP/1.1" 200 1124 0.023476 10.0.0.249 - - [2026-08-03 03:07:52] "POST /neutron/security_group HTTP/1.1" 200 2058 0.009444 10.0.0.249 - - [2026-08-03 03:07:57] "POST /neutron/port HTTP/1.1" 200 1124 0.023080 10.0.0.249 - - [2026-08-03 03:07:57] "POST /neutron/security_group HTTP/1.1" 200 2058 0.009302 10.0.0.249 - - [2026-08-03 03:07:58] "GET /virtual-machine/8eca4a1c-1b8c-4dad-bfb3-aeedbfa6717c HTTP/1.1" 401 293 0.000551 10.0.0.249 - - [2026-08-03 03:07:58] "GET /virtual-machine/8eca4a1c-1b8c-4dad-bfb3-aeedbfa6717c HTTP/1.1" 200 1295 0.032472 10.0.0.249 - - [2026-08-03 03:07:58] "GET /virtual-machine/8eca4a1c-1b8c-4dad-bfb3-aeedbfa6717c HTTP/1.1" 200 1295 0.006254 10.0.0.249 - - [2026-08-03 03:07:58] "GET /virtual-machine-interface/78750a55-bab8-403a-8d98-00c8f6ed7bdf HTTP/1.1" 200 2950 0.008747 10.0.0.249 - - [2026-08-03 03:07:58] "GET /virtual-machine/8eca4a1c-1b8c-4dad-bfb3-aeedbfa6717c HTTP/1.1" 200 1295 0.005731 10.0.0.249 - - [2026-08-03 03:07:58] "GET /virtual-machine-interface/78750a55-bab8-403a-8d98-00c8f6ed7bdf HTTP/1.1" 200 2950 0.006912 10.0.0.249 - - [2026-08-03 03:07:58] "GET /instance-ip/8e9ea290-31e4-40a8-adb5-dbe5cedabeac HTTP/1.1" 200 1625 0.008506 10.0.0.249 - - [2026-08-03 03:07:58] "GET /virtual-machine/8eca4a1c-1b8c-4dad-bfb3-aeedbfa6717c HTTP/1.1" 200 1295 0.005349 10.0.0.249 - - [2026-08-03 03:07:58] "GET /virtual-machine-interface/78750a55-bab8-403a-8d98-00c8f6ed7bdf HTTP/1.1" 200 2950 0.007159 10.0.0.249 - - [2026-08-03 03:07:58] "GET /instance-ip/8e9ea290-31e4-40a8-adb5-dbe5cedabeac HTTP/1.1" 200 1625 0.005540 10.0.0.249 - - [2026-08-03 03:07:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004162 10.0.0.249 - - [2026-08-03 03:07:58] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004437 10.0.0.249 - - [2026-08-03 03:07:58] "GET /virtual-networks?parent_id=cdad6b81-3a97-4b80-a6f6-5bc8504fcd4b&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.004588 10.0.0.249 - - [2026-08-03 03:07:58] "GET /virtual-network/8087b447-613c-451b-9406-7b48652f13fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.008170 10.0.0.249 - - [2026-08-03 03:07:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004266 10.0.0.249 - - [2026-08-03 03:07:58] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.006157 10.0.0.249 - - [2026-08-03 03:07:58] "GET /virtual-networks?parent_id=cdad6b81-3a97-4b80-a6f6-5bc8504fcd4b&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.004449 10.0.0.249 - - [2026-08-03 03:07:58] "GET /virtual-network/8087b447-613c-451b-9406-7b48652f13fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.007010 10.0.0.249 - - [2026-08-03 03:07:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004796 10.0.0.249 - - [2026-08-03 03:07:58] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005230 10.0.0.249 - - [2026-08-03 03:07:58] "GET /virtual-networks?parent_id=cdad6b81-3a97-4b80-a6f6-5bc8504fcd4b&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.004034 10.0.0.249 - - [2026-08-03 03:07:58] "GET /virtual-network/8087b447-613c-451b-9406-7b48652f13fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.007808 10.0.0.249 - - [2026-08-03 03:07:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004984 10.0.0.249 - - [2026-08-03 03:07:59] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005596 10.0.0.249 - - [2026-08-03 03:07:59] "GET /virtual-networks?parent_id=cdad6b81-3a97-4b80-a6f6-5bc8504fcd4b&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.004197 10.0.0.249 - - [2026-08-03 03:07:59] "GET /virtual-network/8087b447-613c-451b-9406-7b48652f13fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.008471 10.0.0.249 - - [2026-08-03 03:07:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.004556 10.0.0.249 - - [2026-08-03 03:07:59] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005789 10.0.0.249 - - [2026-08-03 03:07:59] "GET /virtual-networks?parent_id=cdad6b81-3a97-4b80-a6f6-5bc8504fcd4b&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.005362 10.0.0.249 - - [2026-08-03 03:07:59] "GET /virtual-network/8087b447-613c-451b-9406-7b48652f13fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.009412 10.0.0.249 - - [2026-08-03 03:08:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.005383 10.0.0.249 - - [2026-08-03 03:08:02] "GET /virtual-network/8087b447-613c-451b-9406-7b48652f13fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.009953 10.0.0.249 - - [2026-08-03 03:08:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004745 10.0.0.249 - - [2026-08-03 03:08:06] "GET /virtual-network/8087b447-613c-451b-9406-7b48652f13fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.007936 10.0.0.249 - - [2026-08-03 03:08:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004843 10.0.0.249 - - [2026-08-03 03:08:10] "GET /virtual-network/8087b447-613c-451b-9406-7b48652f13fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.007882 10.0.0.249 - - [2026-08-03 03:08:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004524 10.0.0.249 - - [2026-08-03 03:08:14] "GET /virtual-network/8087b447-613c-451b-9406-7b48652f13fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.006976 10.0.0.50 - - [2026-08-03 03:08:18] "GET /global-system-configs HTTP/1.1" 401 293 0.000488 10.0.0.50 - - [2026-08-03 03:08:18] "GET /global-system-configs HTTP/1.1" 401 293 0.000571 10.0.0.249 - - [2026-08-03 03:08:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004894 10.0.0.249 - - [2026-08-03 03:08:18] "GET /virtual-network/8087b447-613c-451b-9406-7b48652f13fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.007030 10.0.0.50 - - [2026-08-03 03:08:19] "GET /global-system-configs HTTP/1.1" 401 293 0.000469 10.0.0.50 - - [2026-08-03 03:08:19] "GET /global-system-configs HTTP/1.1" 401 293 0.000470 10.0.0.161 - - [2026-08-03 03:08:19] "GET /global-system-configs HTTP/1.1" 401 293 0.000536 10.0.0.161 - - [2026-08-03 03:08:19] "GET /global-system-configs HTTP/1.1" 401 293 0.000471 10.0.0.161 - - [2026-08-03 03:08:21] "GET /global-system-configs HTTP/1.1" 401 293 0.000592 10.0.0.161 - - [2026-08-03 03:08:21] "GET /global-system-configs HTTP/1.1" 401 293 0.000583 10.0.0.249 - - [2026-08-03 03:08:21] "GET /global-system-configs HTTP/1.1" 401 293 0.000545 10.0.0.249 - - [2026-08-03 03:08:21] "GET /global-system-configs HTTP/1.1" 401 293 0.000513 10.0.0.249 - - [2026-08-03 03:08:22] "GET /global-system-configs HTTP/1.1" 401 293 0.000568 10.0.0.249 - - [2026-08-03 03:08:22] "GET /global-system-configs HTTP/1.1" 401 293 0.000725 10.0.0.249 - - [2026-08-03 03:08:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.004797 10.0.0.249 - - [2026-08-03 03:08:22] "GET /virtual-network/8087b447-613c-451b-9406-7b48652f13fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.007354 10.0.0.249 - - [2026-08-03 03:08:24] "POST /neutron/port HTTP/1.1" 200 1122 0.056789 10.0.0.249 - - [2026-08-03 03:08:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004847 10.0.0.249 - - [2026-08-03 03:08:26] "GET /virtual-network/8087b447-613c-451b-9406-7b48652f13fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.007177 10.0.0.249 - - [2026-08-03 03:08:30] "POST /neutron/port HTTP/1.1" 200 1122 0.025429 10.0.0.249 - - [2026-08-03 03:08:31] "POST /neutron/subnet HTTP/1.1" 200 689 0.012330 10.0.0.249 - - [2026-08-03 03:08:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.004092 10.0.0.249 - - [2026-08-03 03:08:31] "GET /virtual-network/8087b447-613c-451b-9406-7b48652f13fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.006858 10.0.0.249 - - [2026-08-03 03:08:34] "POST /neutron/port HTTP/1.1" 200 1124 0.049278 10.0.0.249 - - [2026-08-03 03:08:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.005619 10.0.0.249 - - [2026-08-03 03:08:35] "GET /virtual-network/8087b447-613c-451b-9406-7b48652f13fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.007698 10.0.0.249 - - [2026-08-03 03:08:35] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005053 10.0.0.249 - - [2026-08-03 03:08:35] "POST /neutron/network HTTP/1.1" 200 995 0.008119 10.0.0.161 - - [2026-08-03 03:08:38] "GET /obj-perms HTTP/1.1" 200 4509 0.043914 10.0.0.249 - - [2026-08-03 03:08:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.005235 10.0.0.249 - - [2026-08-03 03:08:39] "GET /virtual-network/8087b447-613c-451b-9406-7b48652f13fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.008179 10.0.0.249 - - [2026-08-03 03:08:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.005188 10.0.0.249 - - [2026-08-03 03:08:43] "GET /virtual-network/8087b447-613c-451b-9406-7b48652f13fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.006706 10.0.0.249 - - [2026-08-03 03:08:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004673 10.0.0.249 - - [2026-08-03 03:08:47] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005361 10.0.0.249 - - [2026-08-03 03:08:47] "GET /virtual-networks?parent_id=cdad6b81-3a97-4b80-a6f6-5bc8504fcd4b&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.005332 10.0.0.249 - - [2026-08-03 03:08:47] "GET /virtual-network/8087b447-613c-451b-9406-7b48652f13fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.006998 10.0.0.249 - - [2026-08-03 03:08:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004611 10.0.0.249 - - [2026-08-03 03:08:47] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004980 10.0.0.249 - - [2026-08-03 03:08:47] "GET /virtual-networks?parent_id=cdad6b81-3a97-4b80-a6f6-5bc8504fcd4b&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.004581 10.0.0.249 - - [2026-08-03 03:08:47] "GET /virtual-network/8087b447-613c-451b-9406-7b48652f13fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.007445 10.0.0.249 - - [2026-08-03 03:08:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004549 10.0.0.249 - - [2026-08-03 03:08:47] "GET /routing-instance/47c7193a-4bfb-4f95-a1e9-fc5478ae441c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1789 0.005506 10.0.0.249 - - [2026-08-03 03:08:47] "GET /route-target/4af6bb36-cc4a-4eaa-9968-4b42d11e4519?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.005117 10.0.0.249 - - [2026-08-03 03:08:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004421 10.0.0.249 - - [2026-08-03 03:08:48] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004929 10.0.0.249 - - [2026-08-03 03:08:48] "GET /virtual-networks?parent_id=cdad6b81-3a97-4b80-a6f6-5bc8504fcd4b&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.005056 10.0.0.249 - - [2026-08-03 03:08:48] "GET /virtual-network/8087b447-613c-451b-9406-7b48652f13fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.007435 10.0.0.249 - - [2026-08-03 03:08:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004077 10.0.0.249 - - [2026-08-03 03:08:48] "GET /routing-instance/47c7193a-4bfb-4f95-a1e9-fc5478ae441c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1789 0.006603 10.0.0.249 - - [2026-08-03 03:08:48] "GET /route-target/4af6bb36-cc4a-4eaa-9968-4b42d11e4519?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.006249 10.0.0.249 - - [2026-08-03 03:08:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.005291 10.0.0.249 - - [2026-08-03 03:08:48] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005711 10.0.0.249 - - [2026-08-03 03:08:48] "GET /virtual-networks?parent_id=cdad6b81-3a97-4b80-a6f6-5bc8504fcd4b&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.004380 10.0.0.249 - - [2026-08-03 03:08:48] "GET /virtual-network/8087b447-613c-451b-9406-7b48652f13fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.013450 10.0.0.249 - - [2026-08-03 03:08:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004465 10.0.0.249 - - [2026-08-03 03:08:48] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.007175 10.0.0.249 - - [2026-08-03 03:08:48] "GET /virtual-networks?parent_id=cdad6b81-3a97-4b80-a6f6-5bc8504fcd4b&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.004130 10.0.0.249 - - [2026-08-03 03:08:48] "GET /virtual-network/8087b447-613c-451b-9406-7b48652f13fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.023828 10.0.0.249 - - [2026-08-03 03:08:48] "GET /obj-perms HTTP/1.1" 200 4483 0.004827 10.0.0.249 - - [2026-08-03 03:08:48] "GET /obj-perms HTTP/1.1" 200 4483 0.008691 10.0.0.161 - - [2026-08-03 03:08:48] "GET /obj-perms HTTP/1.1" 200 4483 0.004633 10.0.0.249 - - [2026-08-03 03:08:48] "GET /obj-perms HTTP/1.1" 200 4483 0.008816 10.0.0.249 - - [2026-08-03 03:08:49] "POST /neutron/port HTTP/1.1" 200 1124 0.026320 10.0.0.249 - - [2026-08-03 03:08:49] "POST /neutron/security_group HTTP/1.1" 200 2058 0.010664 10.0.0.249 - - [2026-08-03 03:08:49] "POST /neutron/port HTTP/1.1" 200 1122 0.023955 10.0.0.249 - - [2026-08-03 03:08:49] "GET /virtual-machine/1c0547e2-7b87-49ea-a460-ae8017766b52 HTTP/1.1" 200 1294 0.007837 10.0.0.249 - - [2026-08-03 03:08:49] "GET /virtual-machine/1c0547e2-7b87-49ea-a460-ae8017766b52 HTTP/1.1" 200 1294 0.007204 10.0.0.249 - - [2026-08-03 03:08:49] "GET /virtual-machine-interface/f761471d-86d6-4a57-b8e0-667c2f36fe3c HTTP/1.1" 200 2951 0.007704 10.0.0.249 - - [2026-08-03 03:08:49] "GET /virtual-machine/1c0547e2-7b87-49ea-a460-ae8017766b52 HTTP/1.1" 200 1294 0.006266 10.0.0.249 - - [2026-08-03 03:08:49] "GET /virtual-machine-interface/f761471d-86d6-4a57-b8e0-667c2f36fe3c HTTP/1.1" 200 2951 0.013093 10.0.0.249 - - [2026-08-03 03:08:49] "GET /instance-ip/994a2622-8279-4bb9-8bb2-98afbc35b5a5 HTTP/1.1" 200 1623 0.008882 10.0.0.249 - - [2026-08-03 03:08:49] "GET /virtual-machine/1c0547e2-7b87-49ea-a460-ae8017766b52 HTTP/1.1" 200 1294 0.008827 10.0.0.249 - - [2026-08-03 03:08:49] "GET /virtual-machine-interface/f761471d-86d6-4a57-b8e0-667c2f36fe3c HTTP/1.1" 200 2951 0.008547 10.0.0.249 - - [2026-08-03 03:08:49] "GET /instance-ip/994a2622-8279-4bb9-8bb2-98afbc35b5a5 HTTP/1.1" 200 1623 0.006016 10.0.0.249 - - [2026-08-03 03:08:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.008103 10.0.0.249 - - [2026-08-03 03:08:49] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.007230 10.0.0.249 - - [2026-08-03 03:08:49] "GET /virtual-networks?parent_id=cdad6b81-3a97-4b80-a6f6-5bc8504fcd4b&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.004033 10.0.0.249 - - [2026-08-03 03:08:49] "GET /virtual-network/8e3aefe5-7cb4-4124-8ccf-f9276ffb5817?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2347 0.008881 10.0.0.249 - - [2026-08-03 03:08:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004683 10.0.0.249 - - [2026-08-03 03:08:49] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.006077 10.0.0.249 - - [2026-08-03 03:08:49] "GET /virtual-networks?parent_id=cdad6b81-3a97-4b80-a6f6-5bc8504fcd4b&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.005351 10.0.0.249 - - [2026-08-03 03:08:49] "GET /virtual-network/8e3aefe5-7cb4-4124-8ccf-f9276ffb5817?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2347 0.007849 10.0.0.249 - - [2026-08-03 03:08:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004813 10.0.0.249 - - [2026-08-03 03:08:49] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005043 10.0.0.249 - - [2026-08-03 03:08:49] "GET /virtual-networks?parent_id=cdad6b81-3a97-4b80-a6f6-5bc8504fcd4b&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.004340 10.0.0.249 - - [2026-08-03 03:08:49] "GET /virtual-network/8e3aefe5-7cb4-4124-8ccf-f9276ffb5817?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2347 0.006924 10.0.0.249 - - [2026-08-03 03:08:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004287 10.0.0.249 - - [2026-08-03 03:08:49] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.006405 10.0.0.249 - - [2026-08-03 03:08:49] "GET /virtual-networks?parent_id=cdad6b81-3a97-4b80-a6f6-5bc8504fcd4b&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.006153 10.0.0.249 - - [2026-08-03 03:08:49] "GET /virtual-network/8e3aefe5-7cb4-4124-8ccf-f9276ffb5817?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2347 0.007676 10.0.0.249 - - [2026-08-03 03:08:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004985 10.0.0.249 - - [2026-08-03 03:08:50] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004813 10.0.0.249 - - [2026-08-03 03:08:50] "GET /virtual-networks?parent_id=cdad6b81-3a97-4b80-a6f6-5bc8504fcd4b&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.005771 10.0.0.249 - - [2026-08-03 03:08:50] "GET /virtual-network/8e3aefe5-7cb4-4124-8ccf-f9276ffb5817?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2347 0.007608 10.0.0.249 - - [2026-08-03 03:08:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.007595 10.0.0.249 - - [2026-08-03 03:08:51] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.020658 10.0.0.249 - - [2026-08-03 03:08:51] "GET /virtual-networks?parent_id=cdad6b81-3a97-4b80-a6f6-5bc8504fcd4b&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.005109 10.0.0.249 - - [2026-08-03 03:08:51] "GET /virtual-network/8e3aefe5-7cb4-4124-8ccf-f9276ffb5817?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2347 0.006765 10.0.0.249 - - [2026-08-03 03:08:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.005287 10.0.0.249 - - [2026-08-03 03:08:51] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004887 10.0.0.249 - - [2026-08-03 03:08:51] "GET /virtual-networks?parent_id=cdad6b81-3a97-4b80-a6f6-5bc8504fcd4b&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.004088 10.0.0.249 - - [2026-08-03 03:08:51] "GET /virtual-network/8e3aefe5-7cb4-4124-8ccf-f9276ffb5817?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2347 0.008145 10.0.0.249 - - [2026-08-03 03:08:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004097 10.0.0.249 - - [2026-08-03 03:08:51] "GET /routing-instance/5f7f9207-bc11-44fc-ace4-da49c504b79f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1789 0.008831 10.0.0.249 - - [2026-08-03 03:08:51] "GET /route-target/f7a3e450-4745-4236-9fc4-d04b5c3a983a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.011567 10.0.0.249 - - [2026-08-03 03:08:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004233 10.0.0.249 - - [2026-08-03 03:08:51] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004669 10.0.0.249 - - [2026-08-03 03:08:51] "GET /virtual-networks?parent_id=cdad6b81-3a97-4b80-a6f6-5bc8504fcd4b&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.005708 10.0.0.249 - - [2026-08-03 03:08:51] "GET /virtual-network/8e3aefe5-7cb4-4124-8ccf-f9276ffb5817?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2347 0.015069 10.0.0.249 - - [2026-08-03 03:08:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.005051 10.0.0.249 - - [2026-08-03 03:08:51] "GET /routing-instance/5f7f9207-bc11-44fc-ace4-da49c504b79f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1789 0.006169 10.0.0.249 - - [2026-08-03 03:08:51] "GET /route-target/f7a3e450-4745-4236-9fc4-d04b5c3a983a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.005965 10.0.0.249 - - [2026-08-03 03:08:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004299 10.0.0.249 - - [2026-08-03 03:08:52] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005715 10.0.0.249 - - [2026-08-03 03:08:52] "GET /virtual-networks?parent_id=cdad6b81-3a97-4b80-a6f6-5bc8504fcd4b&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.004708 10.0.0.249 - - [2026-08-03 03:08:52] "GET /virtual-network/8e3aefe5-7cb4-4124-8ccf-f9276ffb5817?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2347 0.011899 10.0.0.249 - - [2026-08-03 03:08:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.004555 10.0.0.249 - - [2026-08-03 03:08:52] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.006091 10.0.0.249 - - [2026-08-03 03:08:52] "GET /virtual-networks?parent_id=cdad6b81-3a97-4b80-a6f6-5bc8504fcd4b&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.004704 10.0.0.249 - - [2026-08-03 03:08:52] "GET /virtual-network/8e3aefe5-7cb4-4124-8ccf-f9276ffb5817?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2347 0.007700 10.0.0.249 - - [2026-08-03 03:08:52] "GET /obj-perms HTTP/1.1" 200 4483 0.006024 10.0.0.161 - - [2026-08-03 03:08:52] "GET /obj-perms HTTP/1.1" 200 4483 0.004710 10.0.0.249 - - [2026-08-03 03:08:52] "GET /obj-perms HTTP/1.1" 200 4483 0.009290 10.0.0.249 - - [2026-08-03 03:08:52] "POST /neutron/security_group HTTP/1.1" 200 2058 0.008685 10.0.0.50 - - [2026-08-03 03:08:52] "GET /obj-perms HTTP/1.1" 200 4483 0.004933 10.0.0.249 - - [2026-08-03 03:08:52] "GET /obj-perms HTTP/1.1" 200 4483 0.004657 10.0.0.249 - - [2026-08-03 03:08:52] "POST /neutron/port HTTP/1.1" 200 1124 0.035042 10.0.0.249 - - [2026-08-03 03:08:53] "POST /neutron/security_group HTTP/1.1" 200 2058 0.009990 10.0.0.249 - - [2026-08-03 03:08:53] "GET /virtual-machine/bf1ef528-a797-4395-b877-c5137b9e034f HTTP/1.1" 200 1295 0.008131 10.0.0.249 - - [2026-08-03 03:08:53] "GET /virtual-machine/bf1ef528-a797-4395-b877-c5137b9e034f HTTP/1.1" 200 1295 0.006589 10.0.0.249 - - [2026-08-03 03:08:53] "GET /virtual-machine-interface/5fa79724-0d72-4449-923d-37d916014d47 HTTP/1.1" 200 2950 0.008371 10.0.0.249 - - [2026-08-03 03:08:53] "GET /virtual-machine/bf1ef528-a797-4395-b877-c5137b9e034f HTTP/1.1" 200 1295 0.006562 10.0.0.249 - - [2026-08-03 03:08:53] "GET /virtual-machine-interface/5fa79724-0d72-4449-923d-37d916014d47 HTTP/1.1" 200 2950 0.008383 10.0.0.249 - - [2026-08-03 03:08:53] "GET /instance-ip/4a0d58f3-0f75-4454-89f6-7eda8736611b HTTP/1.1" 200 1623 0.008813 10.0.0.249 - - [2026-08-03 03:08:53] "GET /virtual-machine/bf1ef528-a797-4395-b877-c5137b9e034f HTTP/1.1" 200 1295 0.005595 10.0.0.249 - - [2026-08-03 03:08:53] "GET /virtual-machine-interface/5fa79724-0d72-4449-923d-37d916014d47 HTTP/1.1" 200 2950 0.007318 10.0.0.249 - - [2026-08-03 03:08:53] "GET /instance-ip/4a0d58f3-0f75-4454-89f6-7eda8736611b HTTP/1.1" 200 1623 0.005178 10.0.0.249 - - [2026-08-03 03:08:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.005097 10.0.0.249 - - [2026-08-03 03:08:53] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.006538 10.0.0.249 - - [2026-08-03 03:08:53] "GET /virtual-networks?parent_id=cdad6b81-3a97-4b80-a6f6-5bc8504fcd4b&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.005043 10.0.0.249 - - [2026-08-03 03:08:53] "GET /virtual-network/dcdd938e-eea2-4cdc-a567-66fd48d262af?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.007635 10.0.0.249 - - [2026-08-03 03:08:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004816 10.0.0.249 - - [2026-08-03 03:08:53] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005192 10.0.0.249 - - [2026-08-03 03:08:53] "GET /virtual-networks?parent_id=cdad6b81-3a97-4b80-a6f6-5bc8504fcd4b&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.004569 10.0.0.249 - - [2026-08-03 03:08:53] "GET /virtual-network/dcdd938e-eea2-4cdc-a567-66fd48d262af?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.007111 10.0.0.249 - - [2026-08-03 03:08:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.005284 10.0.0.249 - - [2026-08-03 03:08:53] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005330 10.0.0.249 - - [2026-08-03 03:08:53] "GET /virtual-networks?parent_id=cdad6b81-3a97-4b80-a6f6-5bc8504fcd4b&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.005184 10.0.0.249 - - [2026-08-03 03:08:53] "GET /virtual-network/dcdd938e-eea2-4cdc-a567-66fd48d262af?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.007498 10.0.0.249 - - [2026-08-03 03:08:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.005110 10.0.0.249 - - [2026-08-03 03:08:53] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005399 10.0.0.249 - - [2026-08-03 03:08:53] "GET /virtual-networks?parent_id=cdad6b81-3a97-4b80-a6f6-5bc8504fcd4b&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.004692 10.0.0.249 - - [2026-08-03 03:08:53] "GET /virtual-network/dcdd938e-eea2-4cdc-a567-66fd48d262af?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.007215 10.0.0.249 - - [2026-08-03 03:08:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003982 10.0.0.249 - - [2026-08-03 03:08:53] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005072 10.0.0.249 - - [2026-08-03 03:08:53] "GET /virtual-networks?parent_id=cdad6b81-3a97-4b80-a6f6-5bc8504fcd4b&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.004089 10.0.0.249 - - [2026-08-03 03:08:53] "GET /virtual-network/dcdd938e-eea2-4cdc-a567-66fd48d262af?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.007357 10.0.0.249 - - [2026-08-03 03:08:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004852 10.0.0.249 - - [2026-08-03 03:08:54] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005124 10.0.0.249 - - [2026-08-03 03:08:54] "GET /virtual-networks?parent_id=cdad6b81-3a97-4b80-a6f6-5bc8504fcd4b&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.006011 10.0.0.249 - - [2026-08-03 03:08:55] "GET /virtual-network/dcdd938e-eea2-4cdc-a567-66fd48d262af?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.008555 10.0.0.249 - - [2026-08-03 03:08:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.004689 10.0.0.249 - - [2026-08-03 03:08:55] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005517 10.0.0.249 - - [2026-08-03 03:08:55] "GET /virtual-networks?parent_id=cdad6b81-3a97-4b80-a6f6-5bc8504fcd4b&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.004556 10.0.0.249 - - [2026-08-03 03:08:55] "GET /virtual-network/dcdd938e-eea2-4cdc-a567-66fd48d262af?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.007845 10.0.0.249 - - [2026-08-03 03:08:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.005120 10.0.0.249 - - [2026-08-03 03:08:55] "GET /routing-instance/9652c3f4-ba3a-476b-a666-35fcb93834fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1483 0.005492 10.0.0.249 - - [2026-08-03 03:08:55] "GET /route-target/69dc1fec-8e54-455a-969a-ace0e3e65ecc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.006690 10.0.0.249 - - [2026-08-03 03:08:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.004179 10.0.0.249 - - [2026-08-03 03:08:55] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.006048 10.0.0.249 - - [2026-08-03 03:08:55] "GET /virtual-networks?parent_id=cdad6b81-3a97-4b80-a6f6-5bc8504fcd4b&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.004517 10.0.0.249 - - [2026-08-03 03:08:55] "GET /virtual-network/dcdd938e-eea2-4cdc-a567-66fd48d262af?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.007248 10.0.0.249 - - [2026-08-03 03:08:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.004096 10.0.0.249 - - [2026-08-03 03:08:55] "GET /routing-instance/9652c3f4-ba3a-476b-a666-35fcb93834fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1483 0.005423 10.0.0.249 - - [2026-08-03 03:08:55] "GET /route-target/69dc1fec-8e54-455a-969a-ace0e3e65ecc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.005999 10.0.0.249 - - [2026-08-03 03:08:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.005080 10.0.0.249 - - [2026-08-03 03:08:55] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.006019 10.0.0.249 - - [2026-08-03 03:08:55] "GET /virtual-networks?parent_id=cdad6b81-3a97-4b80-a6f6-5bc8504fcd4b&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.005258 10.0.0.249 - - [2026-08-03 03:08:55] "GET /virtual-network/dcdd938e-eea2-4cdc-a567-66fd48d262af?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.008060 10.0.0.249 - - [2026-08-03 03:08:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.005183 10.0.0.249 - - [2026-08-03 03:08:56] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005538 10.0.0.249 - - [2026-08-03 03:08:56] "GET /virtual-networks?parent_id=cdad6b81-3a97-4b80-a6f6-5bc8504fcd4b&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.004544 10.0.0.249 - - [2026-08-03 03:08:56] "GET /virtual-network/dcdd938e-eea2-4cdc-a567-66fd48d262af?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.007866 10.0.0.161 - - [2026-08-03 03:08:56] "GET /obj-perms HTTP/1.1" 200 4483 0.005143 10.0.0.249 - - [2026-08-03 03:08:56] "GET /obj-perms HTTP/1.1" 200 4483 0.005880 10.0.0.249 - - [2026-08-03 03:08:56] "GET /obj-perms HTTP/1.1" 200 4483 0.006232 10.0.0.249 - - [2026-08-03 03:08:56] "GET /obj-perms HTTP/1.1" 200 4483 0.005034 10.0.0.161 - - [2026-08-03 03:08:56] "GET /obj-perms HTTP/1.1" 200 4483 0.005569 10.0.0.249 - - [2026-08-03 03:08:56] "GET /virtual-machine/8eca4a1c-1b8c-4dad-bfb3-aeedbfa6717c HTTP/1.1" 200 1295 0.004992 10.0.0.249 - - [2026-08-03 03:08:56] "GET /virtual-machine-interface/78750a55-bab8-403a-8d98-00c8f6ed7bdf HTTP/1.1" 200 2950 0.006284 10.0.0.249 - - [2026-08-03 03:08:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004544 10.0.0.249 - - [2026-08-03 03:08:56] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005174 10.0.0.249 - - [2026-08-03 03:08:56] "GET /virtual-networks?parent_id=cdad6b81-3a97-4b80-a6f6-5bc8504fcd4b&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003800 10.0.0.249 - - [2026-08-03 03:08:56] "GET /virtual-network/8087b447-613c-451b-9406-7b48652f13fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.008193 10.0.0.249 - - [2026-08-03 03:08:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004908 10.0.0.249 - - [2026-08-03 03:08:57] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005242 10.0.0.249 - - [2026-08-03 03:08:57] "GET /virtual-networks?parent_id=cdad6b81-3a97-4b80-a6f6-5bc8504fcd4b&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.004461 10.0.0.249 - - [2026-08-03 03:08:57] "GET /virtual-network/8087b447-613c-451b-9406-7b48652f13fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.007572 10.0.0.249 - - [2026-08-03 03:08:57] "POST /neutron/port HTTP/1.1" 200 1124 0.028029 10.0.0.249 - - [2026-08-03 03:09:03] "GET /virtual-machine/1c0547e2-7b87-49ea-a460-ae8017766b52 HTTP/1.1" 200 1294 0.005958 10.0.0.249 - - [2026-08-03 03:09:03] "GET /virtual-machine-interface/f761471d-86d6-4a57-b8e0-667c2f36fe3c HTTP/1.1" 200 2951 0.007606 10.0.0.249 - - [2026-08-03 03:09:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004886 10.0.0.249 - - [2026-08-03 03:09:03] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005630 10.0.0.249 - - [2026-08-03 03:09:03] "GET /virtual-networks?parent_id=cdad6b81-3a97-4b80-a6f6-5bc8504fcd4b&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.004405 10.0.0.249 - - [2026-08-03 03:09:03] "GET /virtual-network/8e3aefe5-7cb4-4124-8ccf-f9276ffb5817?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2347 0.007406 10.0.0.249 - - [2026-08-03 03:09:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004618 10.0.0.249 - - [2026-08-03 03:09:04] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005837 10.0.0.249 - - [2026-08-03 03:09:04] "GET /virtual-networks?parent_id=cdad6b81-3a97-4b80-a6f6-5bc8504fcd4b&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.005998 10.0.0.249 - - [2026-08-03 03:09:04] "GET /virtual-network/8e3aefe5-7cb4-4124-8ccf-f9276ffb5817?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2347 0.008089 10.0.0.249 - - [2026-08-03 03:09:04] "GET /virtual-machine/bf1ef528-a797-4395-b877-c5137b9e034f HTTP/1.1" 200 1295 0.005742 10.0.0.249 - - [2026-08-03 03:09:04] "GET /virtual-machine-interface/5fa79724-0d72-4449-923d-37d916014d47 HTTP/1.1" 200 2950 0.007749 10.0.0.249 - - [2026-08-03 03:09:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004788 10.0.0.249 - - [2026-08-03 03:09:04] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004999 10.0.0.249 - - [2026-08-03 03:09:04] "GET /virtual-networks?parent_id=cdad6b81-3a97-4b80-a6f6-5bc8504fcd4b&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.004049 10.0.0.249 - - [2026-08-03 03:09:04] "GET /virtual-network/dcdd938e-eea2-4cdc-a567-66fd48d262af?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.007263 10.0.0.249 - - [2026-08-03 03:09:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004434 10.0.0.249 - - [2026-08-03 03:09:05] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004901 10.0.0.249 - - [2026-08-03 03:09:05] "GET /virtual-networks?parent_id=cdad6b81-3a97-4b80-a6f6-5bc8504fcd4b&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.004597 10.0.0.249 - - [2026-08-03 03:09:05] "GET /virtual-network/dcdd938e-eea2-4cdc-a567-66fd48d262af?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.007393 10.0.0.249 - - [2026-08-03 03:09:16] "GET /virtual-machine/bf1ef528-a797-4395-b877-c5137b9e034f HTTP/1.1" 200 1295 0.005957 10.0.0.249 - - [2026-08-03 03:09:18] "GET /virtual-machine/bf1ef528-a797-4395-b877-c5137b9e034f HTTP/1.1" 200 1295 0.005079 10.0.0.249 - - [2026-08-03 03:09:19] "POST /neutron/port HTTP/1.1" 200 1114 0.016498 10.0.0.249 - - [2026-08-03 03:09:20] "GET /virtual-machine/bf1ef528-a797-4395-b877-c5137b9e034f HTTP/1.1" 404 171 0.003967 10.0.0.249 - - [2026-08-03 03:09:20] "GET /virtual-machine/bf1ef528-a797-4395-b877-c5137b9e034f HTTP/1.1" 404 171 0.004317 10.0.0.249 - - [2026-08-03 03:09:20] "GET /virtual-machine/bf1ef528-a797-4395-b877-c5137b9e034f HTTP/1.1" 404 171 0.003632 10.0.0.249 - - [2026-08-03 03:09:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004417 10.0.0.249 - - [2026-08-03 03:09:21] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005164 10.0.0.249 - - [2026-08-03 03:09:21] "GET /virtual-networks?parent_id=cdad6b81-3a97-4b80-a6f6-5bc8504fcd4b&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.004853 10.0.0.249 - - [2026-08-03 03:09:21] "GET /virtual-network/dcdd938e-eea2-4cdc-a567-66fd48d262af?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.006862 10.0.0.249 - - [2026-08-03 03:09:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004188 10.0.0.249 - - [2026-08-03 03:09:21] "GET /routing-instance/9652c3f4-ba3a-476b-a666-35fcb93834fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1483 0.006096 10.0.0.249 - - [2026-08-03 03:09:21] "GET /route-target/69dc1fec-8e54-455a-969a-ace0e3e65ecc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004997 10.0.0.249 - - [2026-08-03 03:09:24] "GET /obj-perms HTTP/1.1" 200 4483 0.006862 10.0.0.249 - - [2026-08-03 03:09:27] "GET /obj-perms HTTP/1.1" 200 4483 0.004937 10.0.0.249 - - [2026-08-03 03:09:31] "POST /neutron/port HTTP/1.1" 200 1122 0.022645 10.0.0.249 - - [2026-08-03 03:09:32] "POST /neutron/subnet HTTP/1.1" 200 689 0.013051 10.0.0.249 - - [2026-08-03 03:09:33] "GET /obj-perms HTTP/1.1" 200 4483 0.005387 10.0.0.249 - - [2026-08-03 03:09:36] "GET /obj-perms HTTP/1.1" 200 4483 0.004720 10.0.0.50 - - [2026-08-03 03:09:37] "GET /obj-perms HTTP/1.1" 200 4483 0.004810 10.0.0.249 - - [2026-08-03 03:09:37] "GET /virtual-machine/1c0547e2-7b87-49ea-a460-ae8017766b52 HTTP/1.1" 200 1294 0.006552 10.0.0.249 - - [2026-08-03 03:09:39] "GET /virtual-machine/1c0547e2-7b87-49ea-a460-ae8017766b52 HTTP/1.1" 200 1294 0.004052 10.0.0.249 - - [2026-08-03 03:09:39] "POST /neutron/port HTTP/1.1" 200 1122 0.026855 10.0.0.249 - - [2026-08-03 03:09:41] "GET /virtual-machine/1c0547e2-7b87-49ea-a460-ae8017766b52 HTTP/1.1" 404 171 0.004199 10.0.0.249 - - [2026-08-03 03:09:41] "GET /virtual-machine/1c0547e2-7b87-49ea-a460-ae8017766b52 HTTP/1.1" 404 171 0.003800 10.0.0.249 - - [2026-08-03 03:09:41] "GET /virtual-machine/1c0547e2-7b87-49ea-a460-ae8017766b52 HTTP/1.1" 404 171 0.003830 10.0.0.249 - - [2026-08-03 03:09:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.005498 10.0.0.249 - - [2026-08-03 03:09:41] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005991 10.0.0.249 - - [2026-08-03 03:09:41] "GET /virtual-networks?parent_id=cdad6b81-3a97-4b80-a6f6-5bc8504fcd4b&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.004990 10.0.0.249 - - [2026-08-03 03:09:41] "GET /virtual-network/8e3aefe5-7cb4-4124-8ccf-f9276ffb5817?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2347 0.008199 10.0.0.249 - - [2026-08-03 03:09:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.005145 10.0.0.249 - - [2026-08-03 03:09:41] "GET /routing-instance/5f7f9207-bc11-44fc-ace4-da49c504b79f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1789 0.005568 10.0.0.249 - - [2026-08-03 03:09:41] "GET /route-target/f7a3e450-4745-4236-9fc4-d04b5c3a983a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.005406 10.0.0.249 - - [2026-08-03 03:09:41] "GET /obj-perms HTTP/1.1" 200 4483 0.004651 10.0.0.50 - - [2026-08-03 03:09:44] "GET /obj-perms HTTP/1.1" 200 4483 0.005651 10.0.0.249 - - [2026-08-03 03:09:50] "GET /obj-perms HTTP/1.1" 200 4483 0.004734 10.0.0.50 - - [2026-08-03 03:09:54] "GET /obj-perms HTTP/1.1" 200 4483 0.005078 10.0.0.249 - - [2026-08-03 03:10:00] "GET /obj-perms HTTP/1.1" 200 4483 0.005796 10.0.0.50 - - [2026-08-03 03:10:03] "GET /obj-perms HTTP/1.1" 200 4483 0.005117 10.0.0.249 - - [2026-08-03 03:10:06] "GET /obj-perms HTTP/1.1" 200 4483 0.005533 10.0.0.161 - - [2026-08-03 03:10:06] "GET /obj-perms HTTP/1.1" 200 4483 0.005044 10.0.0.249 - - [2026-08-03 03:10:06] "GET /virtual-machine/8eca4a1c-1b8c-4dad-bfb3-aeedbfa6717c HTTP/1.1" 200 1295 0.004908 10.0.0.249 - - [2026-08-03 03:10:08] "POST /neutron/port HTTP/1.1" 200 1124 0.024667 10.0.0.249 - - [2026-08-03 03:10:08] "GET /virtual-machine/8eca4a1c-1b8c-4dad-bfb3-aeedbfa6717c HTTP/1.1" 200 1295 0.005261 10.0.0.249 - - [2026-08-03 03:10:10] "GET /virtual-machine/8eca4a1c-1b8c-4dad-bfb3-aeedbfa6717c HTTP/1.1" 404 171 0.004513 10.0.0.249 - - [2026-08-03 03:10:10] "GET /virtual-machine/8eca4a1c-1b8c-4dad-bfb3-aeedbfa6717c HTTP/1.1" 404 171 0.004123 10.0.0.249 - - [2026-08-03 03:10:10] "GET /virtual-machine/8eca4a1c-1b8c-4dad-bfb3-aeedbfa6717c HTTP/1.1" 404 171 0.004077 10.0.0.249 - - [2026-08-03 03:10:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004530 10.0.0.249 - - [2026-08-03 03:10:10] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005237 10.0.0.249 - - [2026-08-03 03:10:10] "GET /virtual-networks?parent_id=cdad6b81-3a97-4b80-a6f6-5bc8504fcd4b&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.005967 10.0.0.249 - - [2026-08-03 03:10:11] "GET /virtual-network/8087b447-613c-451b-9406-7b48652f13fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.007311 10.0.0.249 - - [2026-08-03 03:10:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004008 10.0.0.249 - - [2026-08-03 03:10:11] "GET /routing-instance/47c7193a-4bfb-4f95-a1e9-fc5478ae441c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1789 0.005569 10.0.0.249 - - [2026-08-03 03:10:11] "GET /route-target/4af6bb36-cc4a-4eaa-9968-4b42d11e4519?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.005315 10.0.0.249 - - [2026-08-03 03:10:11] "GET /obj-perms HTTP/1.1" 200 4483 0.005370 10.0.0.249 - - [2026-08-03 03:10:17] "GET /obj-perms HTTP/1.1" 200 4483 0.005792 10.0.0.249 - - [2026-08-03 03:10:20] "GET /obj-perms HTTP/1.1" 200 4483 0.005575 10.0.0.249 - - [2026-08-03 03:10:26] "GET /obj-perms HTTP/1.1" 200 4483 0.004934 10.0.0.249 - - [2026-08-03 03:10:29] "GET /obj-perms HTTP/1.1" 200 4483 0.004959 10.0.0.249 - - [2026-08-03 03:10:35] "GET /obj-perms HTTP/1.1" 200 4483 0.005161 10.0.0.249 - - [2026-08-03 03:10:39] "GET /obj-perms HTTP/1.1" 200 4483 0.004367 10.0.0.50 - - [2026-08-03 03:10:39] "GET /obj-perms HTTP/1.1" 200 4483 0.004997 10.0.0.249 - - [2026-08-03 03:10:39] "GET /virtual-network/8e3aefe5-7cb4-4124-8ccf-f9276ffb5817?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2347 0.008868 10.0.0.249 - - [2026-08-03 03:10:39] "POST /neutron/network HTTP/1.1" 200 914 0.009999 10.0.0.249 - - [2026-08-03 03:10:39] "GET /virtual-network/8e3aefe5-7cb4-4124-8ccf-f9276ffb5817?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.025215 10.0.0.249 - - [2026-08-03 03:10:39] "POST /ref-update HTTP/1.1" 200 156 0.076622 10.0.0.249 - - [2026-08-03 03:10:39] "POST /ref-update HTTP/1.1" 200 156 0.107910 10.0.0.249 - - [2026-08-03 03:10:40] "DELETE /network-policy/54809e83-94e3-47a1-b98a-f8a042878cc0 HTTP/1.1" 200 115 0.064570 10.0.0.249 - - [2026-08-03 03:10:40] "DELETE /network-policy/a9e54eb5-fd28-4cb2-a4d8-44c4aa4d02cb HTTP/1.1" 200 115 0.062817 10.0.0.249 - - [2026-08-03 03:10:40] "DELETE /network-policy/333e4148-7419-46bf-8348-9623207b4e0b HTTP/1.1" 200 115 0.067566 10.0.0.249 - - [2026-08-03 03:10:40] "POST /neutron/network HTTP/1.1" 200 824 0.013593 10.0.0.50 - - [2026-08-03 03:10:40] "DELETE /access-control-list/c140ec33-2e25-44f7-8ab5-e1995cd8881c HTTP/1.1" 200 115 0.111435 10.0.0.50 - - [2026-08-03 03:10:40] "DELETE /route-target/69dc1fec-8e54-455a-969a-ace0e3e65ecc HTTP/1.1" 200 115 0.029027 10.0.0.161 - - [2026-08-03 03:10:41] "POST /useragent-kv HTTP/1.1" 200 115 0.053751 10.0.0.161 - - [2026-08-03 03:10:41] "POST /useragent-kv HTTP/1.1" 200 115 0.003560 10.0.0.249 - - [2026-08-03 03:10:41] "POST /neutron/network HTTP/1.1" 200 151 0.243679 10.0.0.249 - - [2026-08-03 03:10:41] "GET /obj-perms HTTP/1.1" 200 4509 0.117740 10.0.0.50 - - [2026-08-03 03:10:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.015624 10.0.0.249 - - [2026-08-03 03:10:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.004251 10.0.0.249 - - [2026-08-03 03:10:41] "DELETE /network-ipam/fcdf9127-5456-49c1-b15b-7527d3078e66 HTTP/1.1" 200 115 0.051130 10.0.0.249 - - [2026-08-03 03:10:41] "POST /fqname-to-id HTTP/1.1" 404 197 0.006126 10.0.0.249 - - [2026-08-03 03:10:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.005854 10.0.0.249 - - [2026-08-03 03:10:42] "DELETE /network-ipam/be0dc77f-7175-4d8a-a851-1f4ad184c3fa HTTP/1.1" 200 115 0.050661 10.0.0.249 - - [2026-08-03 03:10:42] "POST /fqname-to-id HTTP/1.1" 404 197 0.008069 10.0.0.249 - - [2026-08-03 03:10:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004663 10.0.0.249 - - [2026-08-03 03:10:42] "DELETE /network-ipam/f9c5831f-8b73-41f5-883c-878d4d60a298 HTTP/1.1" 200 115 0.058504 10.0.0.249 - - [2026-08-03 03:10:42] "POST /fqname-to-id HTTP/1.1" 404 197 0.004551 10.0.0.161 - - [2026-08-03 03:10:43] "GET /projects?obj_uuids=cdad6b81-3a97-4b80-a6f6-5bc8504fcd4b&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.004566 10.0.0.249 - - [2026-08-03 03:10:43] "GET /project/cdad6b81-3a97-4b80-a6f6-5bc8504fcd4b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.104289 10.0.0.161 - - [2026-08-03 03:10:43] "GET /projects?obj_uuids=cdad6b81-3a97-4b80-a6f6-5bc8504fcd4b&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.005046 10.0.0.249 - - [2026-08-03 03:10:43] "GET /project/cdad6b81-3a97-4b80-a6f6-5bc8504fcd4b?fields=virtual_networks HTTP/1.1" 200 1034 0.070719 10.0.0.161 - - [2026-08-03 03:10:43] "GET /projects?obj_uuids=cdad6b81-3a97-4b80-a6f6-5bc8504fcd4b&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001297 10.0.0.249 - - [2026-08-03 03:10:43] "GET /project/cdad6b81-3a97-4b80-a6f6-5bc8504fcd4b?fields=virtual_machine_interfaces HTTP/1.1" 200 1034 0.056549 10.0.0.161 - - [2026-08-03 03:10:43] "GET /projects?obj_uuids=cdad6b81-3a97-4b80-a6f6-5bc8504fcd4b&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001852 10.0.0.249 - - [2026-08-03 03:10:44] "GET /project/cdad6b81-3a97-4b80-a6f6-5bc8504fcd4b?fields=security_groups HTTP/1.1" 200 1261 0.058014 10.0.0.249 - - [2026-08-03 03:10:45] "POST /fqname-to-id HTTP/1.1" 404 194 0.032541 10.0.0.161 - - [2026-08-03 03:10:45] "GET /projects?obj_uuids=28d7bd5d-f624-4fde-a514-8098dd94d9e8&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003839 10.0.0.161 - - [2026-08-03 03:10:45] "GET /domains?obj_uuids=724de60e-9f87-4d23-867c-6bd9a9880f5b&detail=False&count=False&shared=False HTTP/1.1" 200 316 0.001936 10.0.0.161 - - [2026-08-03 03:10:45] "GET /domain/724de60e-9f87-4d23-867c-6bd9a9880f5b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.011503 10.0.0.161 - - [2026-08-03 03:10:45] "POST /id-to-fqname HTTP/1.1" 200 196 0.007882 10.0.0.161 - - [2026-08-03 03:10:45] "POST /fqname-to-id HTTP/1.1" 404 205 0.003865 10.0.0.161 - - [2026-08-03 03:10:45] "POST /security-groups HTTP/1.1" 200 599 0.092180 10.0.0.161 - - [2026-08-03 03:10:45] "POST /projects HTTP/1.1" 200 599 0.383492 10.0.0.161 - - [2026-08-03 03:10:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.417616 10.0.0.50 - - [2026-08-03 03:10:45] "POST /access-control-lists HTTP/1.1" 200 604 0.075006 10.0.0.249 - - [2026-08-03 03:10:45] "GET /project/28d7bd5d-f624-4fde-a514-8098dd94d9e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1389 0.621536 10.0.0.249 - - [2026-08-03 03:10:46] "GET / HTTP/1.1" 200 36215 0.001865 10.0.0.249 - - [2026-08-03 03:10:50] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 401 293 0.000566 10.0.0.249 - - [2026-08-03 03:10:50] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 547 0.079577 10.0.0.249 - - [2026-08-03 03:10:50] "POST /network-ipams HTTP/1.1" 200 521 0.043795 10.0.0.249 - - [2026-08-03 03:10:50] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 759 0.007414 10.0.0.249 - - [2026-08-03 03:10:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004323 10.0.0.249 - - [2026-08-03 03:10:50] "GET /network-ipam/831af0a7-21d1-466e-aee1-c59568052cf7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1300 0.009835 10.0.0.249 - - [2026-08-03 03:10:50] "PUT /network-ipam/831af0a7-21d1-466e-aee1-c59568052cf7 HTTP/1.1" 200 259 0.023203 10.0.0.249 - - [2026-08-03 03:10:50] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 759 0.004204 10.0.0.249 - - [2026-08-03 03:10:51] "POST /network-ipams HTTP/1.1" 200 521 0.037854 10.0.0.249 - - [2026-08-03 03:10:51] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 971 0.003924 10.0.0.249 - - [2026-08-03 03:10:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004415 10.0.0.249 - - [2026-08-03 03:10:51] "GET /network-ipam/10daaa38-7398-4935-83ae-b75c6334e52b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1299 0.008363 10.0.0.249 - - [2026-08-03 03:10:51] "PUT /network-ipam/10daaa38-7398-4935-83ae-b75c6334e52b HTTP/1.1" 200 259 0.025220 10.0.0.249 - - [2026-08-03 03:10:51] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 971 0.003710 10.0.0.249 - - [2026-08-03 03:10:51] "POST /network-ipams HTTP/1.1" 200 521 0.049845 10.0.0.249 - - [2026-08-03 03:10:51] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 1184 0.006053 10.0.0.249 - - [2026-08-03 03:10:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004045 10.0.0.249 - - [2026-08-03 03:10:51] "GET /network-ipam/b8720211-5ae9-42ed-9b66-6cae07d0222b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1301 0.011767 10.0.0.249 - - [2026-08-03 03:10:51] "PUT /network-ipam/b8720211-5ae9-42ed-9b66-6cae07d0222b HTTP/1.1" 200 259 0.027999 10.0.0.249 - - [2026-08-03 03:10:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.004771 10.0.0.161 - - [2026-08-03 03:10:52] "GET /projects?obj_uuids=28d7bd5d-f624-4fde-a514-8098dd94d9e8&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.001372 10.0.0.249 - - [2026-08-03 03:10:52] "GET /project/28d7bd5d-f624-4fde-a514-8098dd94d9e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1389 0.055847 10.0.0.249 - - [2026-08-03 03:10:52] "POST /neutron/network HTTP/1.1" 200 117 0.032952 10.0.0.50 - - [2026-08-03 03:10:53] "POST /route-targets HTTP/1.1" 200 328 0.020701 10.0.0.161 - - [2026-08-03 03:10:53] "POST /useragent-kv HTTP/1.1" 200 115 0.012816 10.0.0.249 - - [2026-08-03 03:10:53] "POST /neutron/subnet HTTP/1.1" 200 828 0.238469 10.0.0.249 - - [2026-08-03 03:10:53] "POST /id-to-fqname HTTP/1.1" 200 227 0.002074 10.0.0.249 - - [2026-08-03 03:10:53] "GET /virtual-network/70cc5b51-49e1-453f-8529-c797b4b08811?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.009027 10.0.0.249 - - [2026-08-03 03:10:53] "GET /virtual-network/70cc5b51-49e1-453f-8529-c797b4b08811?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.013957 10.0.0.249 - - [2026-08-03 03:10:53] "POST /neutron/network HTTP/1.1" 200 1012 0.119822 10.0.0.249 - - [2026-08-03 03:10:54] "POST /neutron/network HTTP/1.1" 200 1012 0.011743 10.0.0.249 - - [2026-08-03 03:10:54] "GET /virtual-network/70cc5b51-49e1-453f-8529-c797b4b08811?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.016143 10.0.0.249 - - [2026-08-03 03:10:54] "GET /network-ipam/831af0a7-21d1-466e-aee1-c59568052cf7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1300 0.006304 10.0.0.249 - - [2026-08-03 03:10:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004605 10.0.0.161 - - [2026-08-03 03:10:54] "GET /projects?obj_uuids=28d7bd5d-f624-4fde-a514-8098dd94d9e8&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.001287 10.0.0.249 - - [2026-08-03 03:10:54] "GET /project/28d7bd5d-f624-4fde-a514-8098dd94d9e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1389 0.058878 10.0.0.50 - - [2026-08-03 03:10:54] "POST /ref-update HTTP/1.1" 200 156 0.045910 10.0.0.161 - - [2026-08-03 03:10:54] "POST /useragent-kv HTTP/1.1" 200 115 0.014331 10.0.0.249 - - [2026-08-03 03:10:54] "POST /neutron/subnet HTTP/1.1" 200 720 0.261197 10.0.0.249 - - [2026-08-03 03:10:55] "POST /id-to-fqname HTTP/1.1" 200 227 0.001748 10.0.0.249 - - [2026-08-03 03:10:55] "GET /virtual-network/f5d620cc-71c9-4e8f-a31b-5eaf1abf6cdf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.010597 10.0.0.249 - - [2026-08-03 03:10:55] "POST /neutron/network HTTP/1.1" 200 1012 0.016861 10.0.0.249 - - [2026-08-03 03:10:55] "GET /virtual-network/f5d620cc-71c9-4e8f-a31b-5eaf1abf6cdf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.008166 10.0.0.249 - - [2026-08-03 03:10:55] "POST /neutron/subnet HTTP/1.1" 200 823 0.015873 10.0.0.249 - - [2026-08-03 03:10:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.007043 10.0.0.161 - - [2026-08-03 03:10:55] "GET /projects?obj_uuids=28d7bd5d-f624-4fde-a514-8098dd94d9e8&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.001301 10.0.0.249 - - [2026-08-03 03:10:55] "GET /project/28d7bd5d-f624-4fde-a514-8098dd94d9e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1389 0.068083 10.0.0.161 - - [2026-08-03 03:10:55] "POST /useragent-kv HTTP/1.1" 200 115 0.013602 10.0.0.249 - - [2026-08-03 03:10:55] "POST /neutron/subnet HTTP/1.1" 200 725 0.286026 10.0.0.50 - - [2026-08-03 03:10:56] "POST /fqname-to-id HTTP/1.1" 404 207 0.039063 10.0.0.249 - - [2026-08-03 03:10:56] "POST /id-to-fqname HTTP/1.1" 200 227 0.001801 10.0.0.249 - - [2026-08-03 03:10:56] "GET /virtual-network/709a9aa6-b333-48f3-809f-b04974519a86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2644 0.011384 10.0.0.249 - - [2026-08-03 03:10:56] "POST /neutron/network HTTP/1.1" 200 1014 0.013991 10.0.0.249 - - [2026-08-03 03:10:56] "GET /virtual-network/709a9aa6-b333-48f3-809f-b04974519a86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2644 0.008585 10.0.0.249 - - [2026-08-03 03:10:56] "POST /neutron/subnet HTTP/1.1" 200 828 0.012538 10.0.0.249 - - [2026-08-03 03:10:56] "GET /virtual-network/70cc5b51-49e1-453f-8529-c797b4b08811?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.007829 10.0.0.249 - - [2026-08-03 03:10:58] "GET /virtual-network/f5d620cc-71c9-4e8f-a31b-5eaf1abf6cdf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.008507 10.0.0.50 - - [2026-08-03 03:10:58] "GET /obj-perms HTTP/1.1" 200 4495 0.052881 10.0.0.161 - - [2026-08-03 03:10:58] "GET /obj-perms HTTP/1.1" 200 4495 0.041961 10.0.0.249 - - [2026-08-03 03:10:59] "GET /virtual-network/709a9aa6-b333-48f3-809f-b04974519a86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2644 0.007315 10.0.0.249 - - [2026-08-03 03:10:59] "GET /obj-perms HTTP/1.1" 200 4495 0.043855 10.0.0.249 - - [2026-08-03 03:10:59] "POST /fqname-to-id HTTP/1.1" 404 224 0.004061 10.0.0.249 - - [2026-08-03 03:10:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.004944 10.0.0.161 - - [2026-08-03 03:10:59] "GET /projects?obj_uuids=28d7bd5d-f624-4fde-a514-8098dd94d9e8&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.001814 10.0.0.249 - - [2026-08-03 03:10:59] "GET /project/28d7bd5d-f624-4fde-a514-8098dd94d9e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1389 0.061301 10.0.0.249 - - [2026-08-03 03:10:59] "POST /network-policys HTTP/1.1" 200 561 0.040462 10.0.0.249 - - [2026-08-03 03:10:59] "GET /network-policy/bdbd5e65-ab70-4891-96be-2ae29d37caea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2147 0.008414 10.0.0.249 - - [2026-08-03 03:10:59] "POST /fqname-to-id HTTP/1.1" 404 224 0.004086 10.0.0.249 - - [2026-08-03 03:10:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.004825 10.0.0.161 - - [2026-08-03 03:10:59] "GET /projects?obj_uuids=28d7bd5d-f624-4fde-a514-8098dd94d9e8&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.001242 10.0.0.249 - - [2026-08-03 03:10:59] "GET /project/28d7bd5d-f624-4fde-a514-8098dd94d9e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1389 0.114012 10.0.0.249 - - [2026-08-03 03:11:00] "POST /network-policys HTTP/1.1" 200 561 0.044370 10.0.0.249 - - [2026-08-03 03:11:00] "GET /network-policy/51c69ec0-b09d-4257-aa02-08327ec5746b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2977 0.011230 10.0.0.249 - - [2026-08-03 03:11:00] "POST /fqname-to-id HTTP/1.1" 404 224 0.005337 10.0.0.249 - - [2026-08-03 03:11:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.005375 10.0.0.161 - - [2026-08-03 03:11:00] "GET /projects?obj_uuids=28d7bd5d-f624-4fde-a514-8098dd94d9e8&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.001564 10.0.0.249 - - [2026-08-03 03:11:00] "GET /project/28d7bd5d-f624-4fde-a514-8098dd94d9e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1389 0.073553 10.0.0.249 - - [2026-08-03 03:11:00] "POST /network-policys HTTP/1.1" 200 561 0.041934 10.0.0.249 - - [2026-08-03 03:11:00] "GET /network-policy/0f77a6a9-8fcf-4542-88e7-bf51d7425618?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3096 0.009796 10.0.0.50 - - [2026-08-03 03:11:00] "POST /fqname-to-id HTTP/1.1" 404 242 0.007413 10.0.0.249 - - [2026-08-03 03:11:00] "POST /neutron/network HTTP/1.1" 200 1196 0.017145 10.0.0.249 - - [2026-08-03 03:11:00] "GET /virtual-network/70cc5b51-49e1-453f-8529-c797b4b08811?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3243 0.008066 10.0.0.249 - - [2026-08-03 03:11:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.013353 10.0.0.249 - - [2026-08-03 03:11:00] "GET /network-policy/51c69ec0-b09d-4257-aa02-08327ec5746b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2977 0.012829 10.0.0.249 - - [2026-08-03 03:11:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.011488 10.0.0.249 - - [2026-08-03 03:11:00] "GET /network-policy/bdbd5e65-ab70-4891-96be-2ae29d37caea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2147 0.006181 10.0.0.249 - - [2026-08-03 03:11:01] "POST /neutron/network HTTP/1.1" 200 1110 0.024596 10.0.0.249 - - [2026-08-03 03:11:01] "GET /virtual-network/f5d620cc-71c9-4e8f-a31b-5eaf1abf6cdf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2955 0.016855 10.0.0.50 - - [2026-08-03 03:11:01] "POST /access-control-lists HTTP/1.1" 200 599 0.120207 10.0.0.249 - - [2026-08-03 03:11:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.042174 10.0.0.249 - - [2026-08-03 03:11:01] "GET /network-policy/0f77a6a9-8fcf-4542-88e7-bf51d7425618?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3096 0.007868 10.0.0.249 - - [2026-08-03 03:11:01] "POST /id-to-fqname HTTP/1.1" 200 227 0.002936 10.0.0.161 - - [2026-08-03 03:11:01] "GET /projects?obj_uuids=28d7bd5d-f624-4fde-a514-8098dd94d9e8&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.001440 10.0.0.249 - - [2026-08-03 03:11:01] "GET /project/28d7bd5d-f624-4fde-a514-8098dd94d9e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1389 0.129884 10.0.0.249 - - [2026-08-03 03:11:02] "POST /neutron/port HTTP/1.1" 200 117 0.008683 10.0.0.249 - - [2026-08-03 03:11:02] "POST /id-to-fqname HTTP/1.1" 200 227 0.002235 10.0.0.249 - - [2026-08-03 03:11:02] "POST /neutron/network HTTP/1.1" 200 1120 0.008718 10.0.0.249 - - [2026-08-03 03:11:02] "POST /neutron/port HTTP/1.1" 200 117 0.008988 10.0.0.249 - - [2026-08-03 03:11:02] "POST /id-to-fqname HTTP/1.1" 200 227 0.001824 10.0.0.249 - - [2026-08-03 03:11:03] "POST /neutron/network HTTP/1.1" 200 1014 0.039785 10.0.0.249 - - [2026-08-03 03:11:03] "POST /neutron/port HTTP/1.1" 200 117 0.008157 10.0.0.249 - - [2026-08-03 03:11:06] "POST /neutron/port HTTP/1.1" 200 1171 0.036810 10.0.0.161 - - [2026-08-03 03:11:06] "GET /projects?obj_uuids=28d7bd5d-f624-4fde-a514-8098dd94d9e8&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.001352 10.0.0.249 - - [2026-08-03 03:11:07] "POST /neutron/port HTTP/1.1" 200 1171 0.579846 10.0.0.249 - - [2026-08-03 03:11:07] "POST /neutron/port HTTP/1.1" 200 1171 0.021368 10.0.0.50 - - [2026-08-03 03:11:08] "DELETE /access-control-list/9e4e94eb-f0c2-45d9-a697-9df09f5cacd7 HTTP/1.1" 200 115 0.088129 10.0.0.249 - - [2026-08-03 03:11:08] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005130 10.0.0.249 - - [2026-08-03 03:11:08] "POST /neutron/port HTTP/1.1" 200 117 0.001576 10.0.0.249 - - [2026-08-03 03:11:08] "POST /neutron/network HTTP/1.1" 200 1024 0.011739 10.0.0.249 - - [2026-08-03 03:11:08] "POST /neutron/security_group HTTP/1.1" 200 2064 0.035694 10.0.0.249 - - [2026-08-03 03:11:09] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004979 10.0.0.249 - - [2026-08-03 03:11:09] "POST /neutron/port HTTP/1.1" 200 117 0.001800 10.0.0.249 - - [2026-08-03 03:11:09] "POST /neutron/port HTTP/1.1" 200 1173 0.045183 10.0.0.249 - - [2026-08-03 03:11:10] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005293 10.0.0.249 - - [2026-08-03 03:11:10] "POST /neutron/port HTTP/1.1" 200 117 0.001759 10.0.0.249 - - [2026-08-03 03:11:13] "POST /neutron/port HTTP/1.1" 200 1235 0.024911 10.0.0.249 - - [2026-08-03 03:11:18] "POST /neutron/security_group HTTP/1.1" 200 2064 0.011903 10.0.0.161 - - [2026-08-03 03:11:25] "DELETE /project/28d7bd5df6244fdea5148098dd94d9e8 HTTP/1.1" 404 173 0.005182 10.0.0.161 - - [2026-08-03 03:11:25] "DELETE /project/cdad6b81-3a97-4b80-a6f6-5bc8504fcd4b HTTP/1.1" 404 177 0.008150 10.0.0.249 - - [2026-08-03 03:11:29] "POST /neutron/port HTTP/1.1" 200 1235 0.021845 10.0.0.249 - - [2026-08-03 03:11:34] "POST /neutron/port HTTP/1.1" 200 1235 0.028805 10.0.0.249 - - [2026-08-03 03:11:35] "POST /neutron/network HTTP/1.1" 200 1120 0.009756 10.0.0.249 - - [2026-08-03 03:11:35] "POST /neutron/subnet HTTP/1.1" 200 1375 0.019005 10.0.0.249 - - [2026-08-03 03:11:35] "POST /neutron/network HTTP/1.1" 200 1110 0.012181 10.0.0.249 - - [2026-08-03 03:11:44] "POST /neutron/port HTTP/1.1" 200 1235 0.026381 10.0.0.249 - - [2026-08-03 03:11:49] "POST /neutron/security_group HTTP/1.1" 200 2064 0.021741 10.0.0.249 - - [2026-08-03 03:11:49] "POST /neutron/port HTTP/1.1" 200 1235 0.022636 10.0.0.249 - - [2026-08-03 03:11:49] "POST /neutron/security_group HTTP/1.1" 200 2064 0.010107 10.0.0.249 - - [2026-08-03 03:11:49] "GET /virtual-machine/8204dc15-868c-4cb6-bb2f-5cf3ad8e9ef0 HTTP/1.1" 401 293 0.000663 10.0.0.249 - - [2026-08-03 03:11:50] "GET /virtual-machine/8204dc15-868c-4cb6-bb2f-5cf3ad8e9ef0 HTTP/1.1" 200 1300 0.031020 10.0.0.249 - - [2026-08-03 03:11:50] "GET /virtual-machine/8204dc15-868c-4cb6-bb2f-5cf3ad8e9ef0 HTTP/1.1" 200 1300 0.006603 10.0.0.249 - - [2026-08-03 03:11:50] "GET /virtual-machine-interface/394a5f3e-e7d0-4b9c-8fd4-3fd6e2aadbd6 HTTP/1.1" 200 3175 0.006824 10.0.0.249 - - [2026-08-03 03:11:50] "GET /virtual-machine/8204dc15-868c-4cb6-bb2f-5cf3ad8e9ef0 HTTP/1.1" 200 1300 0.005272 10.0.0.249 - - [2026-08-03 03:11:50] "GET /virtual-machine-interface/394a5f3e-e7d0-4b9c-8fd4-3fd6e2aadbd6 HTTP/1.1" 200 3175 0.007901 10.0.0.249 - - [2026-08-03 03:11:50] "GET /instance-ip/93689c46-1635-4082-92e3-7cad4ff053c8 HTTP/1.1" 200 1635 0.008984 10.0.0.249 - - [2026-08-03 03:11:50] "GET /instance-ip/9e119f20-de0d-4857-82cf-f59a58cbb94d HTTP/1.1" 200 1656 0.008475 10.0.0.249 - - [2026-08-03 03:11:50] "GET /virtual-machine/8204dc15-868c-4cb6-bb2f-5cf3ad8e9ef0 HTTP/1.1" 200 1300 0.005389 10.0.0.249 - - [2026-08-03 03:11:50] "GET /virtual-machine-interface/394a5f3e-e7d0-4b9c-8fd4-3fd6e2aadbd6 HTTP/1.1" 200 3175 0.008312 10.0.0.249 - - [2026-08-03 03:11:50] "GET /instance-ip/93689c46-1635-4082-92e3-7cad4ff053c8 HTTP/1.1" 200 1635 0.006134 10.0.0.249 - - [2026-08-03 03:11:50] "GET /instance-ip/9e119f20-de0d-4857-82cf-f59a58cbb94d HTTP/1.1" 200 1656 0.008818 10.0.0.249 - - [2026-08-03 03:11:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004699 10.0.0.249 - - [2026-08-03 03:11:50] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005185 10.0.0.249 - - [2026-08-03 03:11:50] "GET /virtual-networks?parent_id=28d7bd5d-f624-4fde-a514-8098dd94d9e8&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.004777 10.0.0.249 - - [2026-08-03 03:11:50] "GET /virtual-network/70cc5b51-49e1-453f-8529-c797b4b08811?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3243 0.008219 10.0.0.249 - - [2026-08-03 03:11:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.006371 10.0.0.249 - - [2026-08-03 03:11:50] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.012103 10.0.0.249 - - [2026-08-03 03:11:50] "GET /virtual-networks?parent_id=28d7bd5d-f624-4fde-a514-8098dd94d9e8&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.007343 10.0.0.249 - - [2026-08-03 03:11:50] "GET /virtual-network/70cc5b51-49e1-453f-8529-c797b4b08811?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3243 0.011227 10.0.0.249 - - [2026-08-03 03:11:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004296 10.0.0.249 - - [2026-08-03 03:11:50] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005537 10.0.0.249 - - [2026-08-03 03:11:50] "GET /virtual-networks?parent_id=28d7bd5d-f624-4fde-a514-8098dd94d9e8&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.004036 10.0.0.249 - - [2026-08-03 03:11:50] "GET /virtual-network/70cc5b51-49e1-453f-8529-c797b4b08811?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3243 0.007997 10.0.0.249 - - [2026-08-03 03:11:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004431 10.0.0.249 - - [2026-08-03 03:11:51] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.011600 10.0.0.249 - - [2026-08-03 03:11:51] "GET /virtual-networks?parent_id=28d7bd5d-f624-4fde-a514-8098dd94d9e8&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.016691 10.0.0.249 - - [2026-08-03 03:11:51] "GET /virtual-network/70cc5b51-49e1-453f-8529-c797b4b08811?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3243 0.008235 10.0.0.249 - - [2026-08-03 03:11:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004725 10.0.0.249 - - [2026-08-03 03:11:51] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.006356 10.0.0.249 - - [2026-08-03 03:11:51] "GET /virtual-networks?parent_id=28d7bd5d-f624-4fde-a514-8098dd94d9e8&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.004792 10.0.0.249 - - [2026-08-03 03:11:51] "GET /virtual-network/70cc5b51-49e1-453f-8529-c797b4b08811?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3243 0.007363 10.0.0.249 - - [2026-08-03 03:11:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.005095 10.0.0.249 - - [2026-08-03 03:11:54] "GET /virtual-network/70cc5b51-49e1-453f-8529-c797b4b08811?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3243 0.008091 10.0.0.249 - - [2026-08-03 03:11:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004316 10.0.0.249 - - [2026-08-03 03:11:58] "GET /virtual-network/70cc5b51-49e1-453f-8529-c797b4b08811?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3243 0.007401 10.0.0.249 - - [2026-08-03 03:12:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.005394 10.0.0.249 - - [2026-08-03 03:12:02] "GET /virtual-network/70cc5b51-49e1-453f-8529-c797b4b08811?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3243 0.009046 10.0.0.249 - - [2026-08-03 03:12:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.005473 10.0.0.249 - - [2026-08-03 03:12:06] "GET /virtual-network/70cc5b51-49e1-453f-8529-c797b4b08811?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3243 0.007643 10.0.0.249 - - [2026-08-03 03:12:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004559 10.0.0.249 - - [2026-08-03 03:12:10] "GET /virtual-network/70cc5b51-49e1-453f-8529-c797b4b08811?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3243 0.008133 10.0.0.249 - - [2026-08-03 03:12:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004275 10.0.0.249 - - [2026-08-03 03:12:14] "GET /virtual-network/70cc5b51-49e1-453f-8529-c797b4b08811?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3243 0.006865 10.0.0.249 - - [2026-08-03 03:12:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004970 10.0.0.249 - - [2026-08-03 03:12:18] "GET /virtual-network/70cc5b51-49e1-453f-8529-c797b4b08811?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3243 0.006960 10.0.0.249 - - [2026-08-03 03:12:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004401 10.0.0.249 - - [2026-08-03 03:12:23] "GET /virtual-network/70cc5b51-49e1-453f-8529-c797b4b08811?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3243 0.008040 10.0.0.249 - - [2026-08-03 03:12:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004144 10.0.0.249 - - [2026-08-03 03:12:27] "GET /virtual-network/70cc5b51-49e1-453f-8529-c797b4b08811?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3243 0.006463 10.0.0.249 - - [2026-08-03 03:12:28] "POST /neutron/port HTTP/1.1" 200 1237 0.026395 10.0.0.249 - - [2026-08-03 03:12:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.004694 10.0.0.249 - - [2026-08-03 03:12:31] "GET /virtual-network/70cc5b51-49e1-453f-8529-c797b4b08811?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3243 0.009691 10.0.0.249 - - [2026-08-03 03:12:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.004624 10.0.0.249 - - [2026-08-03 03:12:33] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005425 10.0.0.249 - - [2026-08-03 03:12:33] "GET /virtual-networks?parent_id=28d7bd5d-f624-4fde-a514-8098dd94d9e8&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.004952 10.0.0.249 - - [2026-08-03 03:12:33] "GET /virtual-network/70cc5b51-49e1-453f-8529-c797b4b08811?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3243 0.007780 10.0.0.249 - - [2026-08-03 03:12:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.004611 10.0.0.249 - - [2026-08-03 03:12:33] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004720 10.0.0.249 - - [2026-08-03 03:12:33] "GET /virtual-networks?parent_id=28d7bd5d-f624-4fde-a514-8098dd94d9e8&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.004344 10.0.0.249 - - [2026-08-03 03:12:33] "GET /virtual-network/70cc5b51-49e1-453f-8529-c797b4b08811?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3243 0.008463 10.0.0.249 - - [2026-08-03 03:12:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.004246 10.0.0.249 - - [2026-08-03 03:12:33] "GET /routing-instance/84642d94-c9c8-4e50-9a8e-3841183216c1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1801 0.005878 10.0.0.249 - - [2026-08-03 03:12:33] "GET /route-target/f064b42d-e74f-4ae3-91ee-88ce15511528?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.005170 10.0.0.249 - - [2026-08-03 03:12:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004916 10.0.0.249 - - [2026-08-03 03:12:34] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005296 10.0.0.249 - - [2026-08-03 03:12:34] "GET /virtual-networks?parent_id=28d7bd5d-f624-4fde-a514-8098dd94d9e8&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.004571 10.0.0.249 - - [2026-08-03 03:12:34] "GET /virtual-network/70cc5b51-49e1-453f-8529-c797b4b08811?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3243 0.007905 10.0.0.249 - - [2026-08-03 03:12:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004727 10.0.0.249 - - [2026-08-03 03:12:34] "GET /routing-instance/84642d94-c9c8-4e50-9a8e-3841183216c1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1801 0.005528 10.0.0.249 - - [2026-08-03 03:12:34] "GET /route-target/f064b42d-e74f-4ae3-91ee-88ce15511528?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.006241 10.0.0.249 - - [2026-08-03 03:12:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004462 10.0.0.249 - - [2026-08-03 03:12:34] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005792 10.0.0.249 - - [2026-08-03 03:12:34] "GET /virtual-networks?parent_id=28d7bd5d-f624-4fde-a514-8098dd94d9e8&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.004893 10.0.0.249 - - [2026-08-03 03:12:34] "GET /virtual-network/70cc5b51-49e1-453f-8529-c797b4b08811?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3243 0.007271 10.0.0.249 - - [2026-08-03 03:12:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.005555 10.0.0.249 - - [2026-08-03 03:12:34] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005833 10.0.0.249 - - [2026-08-03 03:12:34] "GET /virtual-networks?parent_id=28d7bd5d-f624-4fde-a514-8098dd94d9e8&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.005335 10.0.0.249 - - [2026-08-03 03:12:34] "GET /virtual-network/70cc5b51-49e1-453f-8529-c797b4b08811?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3243 0.008018 10.0.0.249 - - [2026-08-03 03:12:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004564 10.0.0.249 - - [2026-08-03 03:12:34] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.006168 10.0.0.249 - - [2026-08-03 03:12:34] "GET /virtual-networks?parent_id=28d7bd5d-f624-4fde-a514-8098dd94d9e8&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.004678 10.0.0.249 - - [2026-08-03 03:12:34] "GET /virtual-network/70cc5b51-49e1-453f-8529-c797b4b08811?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3243 0.008804 10.0.0.249 - - [2026-08-03 03:12:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004195 10.0.0.249 - - [2026-08-03 03:12:34] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005707 10.0.0.249 - - [2026-08-03 03:12:34] "GET /virtual-networks?parent_id=28d7bd5d-f624-4fde-a514-8098dd94d9e8&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.004150 10.0.0.249 - - [2026-08-03 03:12:34] "GET /virtual-network/70cc5b51-49e1-453f-8529-c797b4b08811?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3243 0.008552 10.0.0.161 - - [2026-08-03 03:12:34] "GET /obj-perms HTTP/1.1" 200 4495 0.010754 10.0.0.249 - - [2026-08-03 03:12:34] "GET /obj-perms HTTP/1.1" 200 4495 0.004559 10.0.0.249 - - [2026-08-03 03:12:34] "GET /obj-perms HTTP/1.1" 200 4495 0.004846 10.0.0.249 - - [2026-08-03 03:12:35] "GET /obj-perms HTTP/1.1" 200 4495 0.004759 10.0.0.161 - - [2026-08-03 03:12:35] "GET /obj-perms HTTP/1.1" 200 4495 0.004559 10.0.0.249 - - [2026-08-03 03:12:35] "POST /neutron/port HTTP/1.1" 200 1235 0.028864 10.0.0.249 - - [2026-08-03 03:12:35] "POST /neutron/security_group HTTP/1.1" 200 2064 0.009408 10.0.0.249 - - [2026-08-03 03:12:35] "POST /neutron/security_group HTTP/1.1" 200 2064 0.009604 10.0.0.249 - - [2026-08-03 03:12:35] "GET /virtual-machine/d88f5450-514e-4487-bbdd-fdb4851de218 HTTP/1.1" 200 1301 0.008212 10.0.0.249 - - [2026-08-03 03:12:35] "GET /virtual-machine/d88f5450-514e-4487-bbdd-fdb4851de218 HTTP/1.1" 200 1301 0.005696 10.0.0.249 - - [2026-08-03 03:12:35] "GET /virtual-machine-interface/374a8667-3069-47cf-b323-1cb5652c55ef HTTP/1.1" 200 3175 0.008382 10.0.0.249 - - [2026-08-03 03:12:35] "GET /virtual-machine/d88f5450-514e-4487-bbdd-fdb4851de218 HTTP/1.1" 200 1301 0.005467 10.0.0.249 - - [2026-08-03 03:12:35] "GET /virtual-machine-interface/374a8667-3069-47cf-b323-1cb5652c55ef HTTP/1.1" 200 3175 0.008416 10.0.0.249 - - [2026-08-03 03:12:35] "GET /instance-ip/51d4ce89-2c67-42c2-83e3-4e4d63f845f8 HTTP/1.1" 200 1654 0.008085 10.0.0.249 - - [2026-08-03 03:12:35] "GET /instance-ip/f9878265-b0f3-478a-a3bc-433df7958d3b HTTP/1.1" 200 1636 0.007932 10.0.0.249 - - [2026-08-03 03:12:35] "GET /virtual-machine/d88f5450-514e-4487-bbdd-fdb4851de218 HTTP/1.1" 200 1301 0.005334 10.0.0.249 - - [2026-08-03 03:12:35] "GET /virtual-machine-interface/374a8667-3069-47cf-b323-1cb5652c55ef HTTP/1.1" 200 3175 0.007426 10.0.0.249 - - [2026-08-03 03:12:35] "GET /instance-ip/51d4ce89-2c67-42c2-83e3-4e4d63f845f8 HTTP/1.1" 200 1654 0.006877 10.0.0.249 - - [2026-08-03 03:12:35] "GET /instance-ip/f9878265-b0f3-478a-a3bc-433df7958d3b HTTP/1.1" 200 1636 0.005610 10.0.0.249 - - [2026-08-03 03:12:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004761 10.0.0.249 - - [2026-08-03 03:12:35] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004891 10.0.0.249 - - [2026-08-03 03:12:35] "GET /virtual-networks?parent_id=28d7bd5d-f624-4fde-a514-8098dd94d9e8&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.004304 10.0.0.249 - - [2026-08-03 03:12:35] "GET /virtual-network/f5d620cc-71c9-4e8f-a31b-5eaf1abf6cdf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2955 0.007274 10.0.0.249 - - [2026-08-03 03:12:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004417 10.0.0.249 - - [2026-08-03 03:12:36] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005209 10.0.0.249 - - [2026-08-03 03:12:36] "GET /virtual-networks?parent_id=28d7bd5d-f624-4fde-a514-8098dd94d9e8&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.004117 10.0.0.249 - - [2026-08-03 03:12:36] "POST /neutron/network HTTP/1.1" 200 1120 0.029370 10.0.0.249 - - [2026-08-03 03:12:36] "GET /virtual-network/f5d620cc-71c9-4e8f-a31b-5eaf1abf6cdf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2955 0.008449 10.0.0.249 - - [2026-08-03 03:12:36] "POST /neutron/subnet HTTP/1.1" 200 1375 0.021963 10.0.0.249 - - [2026-08-03 03:12:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004061 10.0.0.249 - - [2026-08-03 03:12:36] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.006406 10.0.0.249 - - [2026-08-03 03:12:36] "GET /virtual-networks?parent_id=28d7bd5d-f624-4fde-a514-8098dd94d9e8&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.004669 10.0.0.249 - - [2026-08-03 03:12:36] "POST /neutron/network HTTP/1.1" 200 1110 0.013936 10.0.0.249 - - [2026-08-03 03:12:36] "GET /virtual-network/f5d620cc-71c9-4e8f-a31b-5eaf1abf6cdf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2955 0.007548 10.0.0.249 - - [2026-08-03 03:12:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004395 10.0.0.249 - - [2026-08-03 03:12:36] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005498 10.0.0.249 - - [2026-08-03 03:12:36] "GET /virtual-networks?parent_id=28d7bd5d-f624-4fde-a514-8098dd94d9e8&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.004489 10.0.0.249 - - [2026-08-03 03:12:36] "GET /virtual-network/f5d620cc-71c9-4e8f-a31b-5eaf1abf6cdf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2955 0.008600 10.0.0.249 - - [2026-08-03 03:12:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004572 10.0.0.249 - - [2026-08-03 03:12:36] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005116 10.0.0.249 - - [2026-08-03 03:12:36] "GET /virtual-networks?parent_id=28d7bd5d-f624-4fde-a514-8098dd94d9e8&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.004520 10.0.0.249 - - [2026-08-03 03:12:36] "GET /virtual-network/f5d620cc-71c9-4e8f-a31b-5eaf1abf6cdf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2955 0.007338 10.0.0.249 - - [2026-08-03 03:12:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.004771 10.0.0.249 - - [2026-08-03 03:12:37] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004359 10.0.0.249 - - [2026-08-03 03:12:37] "GET /virtual-networks?parent_id=28d7bd5d-f624-4fde-a514-8098dd94d9e8&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.003851 10.0.0.249 - - [2026-08-03 03:12:37] "GET /virtual-network/f5d620cc-71c9-4e8f-a31b-5eaf1abf6cdf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2955 0.006971 10.0.0.249 - - [2026-08-03 03:12:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.007909 10.0.0.249 - - [2026-08-03 03:12:38] "POST /neutron/network HTTP/1.1" 200 1206 0.009909 10.0.0.249 - - [2026-08-03 03:12:38] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.012472 10.0.0.249 - - [2026-08-03 03:12:38] "GET /virtual-networks?parent_id=28d7bd5d-f624-4fde-a514-8098dd94d9e8&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.004102 10.0.0.249 - - [2026-08-03 03:12:38] "POST /neutron/subnet HTTP/1.1" 200 1375 0.019190 10.0.0.249 - - [2026-08-03 03:12:38] "GET /virtual-network/f5d620cc-71c9-4e8f-a31b-5eaf1abf6cdf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2955 0.007537 10.0.0.249 - - [2026-08-03 03:12:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004178 10.0.0.249 - - [2026-08-03 03:12:38] "POST /neutron/network HTTP/1.1" 200 1196 0.011430 10.0.0.249 - - [2026-08-03 03:12:38] "GET /routing-instance/d8a6acae-d33d-417b-838d-c524d7571ccc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1801 0.004681 10.0.0.249 - - [2026-08-03 03:12:38] "GET /route-target/a3244600-f244-42c2-b884-7064f9368c1e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.004156 10.0.0.249 - - [2026-08-03 03:12:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004552 10.0.0.249 - - [2026-08-03 03:12:38] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004802 10.0.0.249 - - [2026-08-03 03:12:38] "GET /virtual-networks?parent_id=28d7bd5d-f624-4fde-a514-8098dd94d9e8&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.005203 10.0.0.249 - - [2026-08-03 03:12:38] "GET /virtual-network/f5d620cc-71c9-4e8f-a31b-5eaf1abf6cdf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2955 0.007692 10.0.0.249 - - [2026-08-03 03:12:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003993 10.0.0.249 - - [2026-08-03 03:12:38] "GET /routing-instance/d8a6acae-d33d-417b-838d-c524d7571ccc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1801 0.005590 10.0.0.249 - - [2026-08-03 03:12:38] "GET /route-target/a3244600-f244-42c2-b884-7064f9368c1e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.005735 10.0.0.249 - - [2026-08-03 03:12:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.005063 10.0.0.249 - - [2026-08-03 03:12:38] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.006297 10.0.0.249 - - [2026-08-03 03:12:38] "GET /virtual-networks?parent_id=28d7bd5d-f624-4fde-a514-8098dd94d9e8&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.004681 10.0.0.249 - - [2026-08-03 03:12:38] "GET /virtual-network/f5d620cc-71c9-4e8f-a31b-5eaf1abf6cdf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2955 0.007858 10.0.0.249 - - [2026-08-03 03:12:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004101 10.0.0.249 - - [2026-08-03 03:12:39] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.006046 10.0.0.249 - - [2026-08-03 03:12:39] "GET /virtual-networks?parent_id=28d7bd5d-f624-4fde-a514-8098dd94d9e8&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.004043 10.0.0.249 - - [2026-08-03 03:12:39] "GET /virtual-network/f5d620cc-71c9-4e8f-a31b-5eaf1abf6cdf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2955 0.007805 10.0.0.249 - - [2026-08-03 03:12:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.004393 10.0.0.249 - - [2026-08-03 03:12:39] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005195 10.0.0.249 - - [2026-08-03 03:12:39] "GET /virtual-networks?parent_id=28d7bd5d-f624-4fde-a514-8098dd94d9e8&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.004236 10.0.0.249 - - [2026-08-03 03:12:39] "GET /virtual-network/f5d620cc-71c9-4e8f-a31b-5eaf1abf6cdf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2955 0.009465 10.0.0.249 - - [2026-08-03 03:12:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.005476 10.0.0.249 - - [2026-08-03 03:12:39] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005195 10.0.0.249 - - [2026-08-03 03:12:39] "GET /virtual-networks?parent_id=28d7bd5d-f624-4fde-a514-8098dd94d9e8&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.004817 10.0.0.249 - - [2026-08-03 03:12:39] "GET /virtual-network/f5d620cc-71c9-4e8f-a31b-5eaf1abf6cdf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2955 0.007855 10.0.0.249 - - [2026-08-03 03:12:39] "GET /obj-perms HTTP/1.1" 200 4495 0.005159 10.0.0.249 - - [2026-08-03 03:12:39] "GET /obj-perms HTTP/1.1" 200 4495 0.005471 10.0.0.161 - - [2026-08-03 03:12:39] "GET /obj-perms HTTP/1.1" 200 4495 0.005598 10.0.0.50 - - [2026-08-03 03:12:39] "GET /obj-perms HTTP/1.1" 200 4495 0.005058 10.0.0.249 - - [2026-08-03 03:12:39] "GET /obj-perms HTTP/1.1" 200 4495 0.005488 10.0.0.249 - - [2026-08-03 03:12:39] "POST /neutron/port HTTP/1.1" 200 1237 0.030998 10.0.0.249 - - [2026-08-03 03:12:40] "POST /neutron/security_group HTTP/1.1" 200 2064 0.012326 10.0.0.249 - - [2026-08-03 03:12:40] "GET /virtual-machine/dea7c4fa-7219-4170-bf58-2a1244c39313 HTTP/1.1" 200 1301 0.008891 10.0.0.249 - - [2026-08-03 03:12:40] "GET /virtual-machine/dea7c4fa-7219-4170-bf58-2a1244c39313 HTTP/1.1" 200 1301 0.005834 10.0.0.249 - - [2026-08-03 03:12:40] "GET /virtual-machine-interface/a56aee6d-997c-46d5-a1ee-99e3009512e9 HTTP/1.1" 200 3176 0.008390 10.0.0.249 - - [2026-08-03 03:12:40] "GET /virtual-machine/dea7c4fa-7219-4170-bf58-2a1244c39313 HTTP/1.1" 200 1301 0.005687 10.0.0.249 - - [2026-08-03 03:12:40] "GET /virtual-machine-interface/a56aee6d-997c-46d5-a1ee-99e3009512e9 HTTP/1.1" 200 3176 0.008346 10.0.0.249 - - [2026-08-03 03:12:40] "GET /instance-ip/3ebd0482-e4ed-48fb-8fbf-1ea7cb54ce3c HTTP/1.1" 200 1656 0.008447 10.0.0.249 - - [2026-08-03 03:12:40] "GET /instance-ip/85cb74e0-0497-4d22-ab0d-09075f004a7e HTTP/1.1" 200 1636 0.008713 10.0.0.249 - - [2026-08-03 03:12:40] "GET /virtual-machine/dea7c4fa-7219-4170-bf58-2a1244c39313 HTTP/1.1" 200 1301 0.005024 10.0.0.249 - - [2026-08-03 03:12:40] "GET /virtual-machine-interface/a56aee6d-997c-46d5-a1ee-99e3009512e9 HTTP/1.1" 200 3176 0.007924 10.0.0.249 - - [2026-08-03 03:12:40] "GET /instance-ip/3ebd0482-e4ed-48fb-8fbf-1ea7cb54ce3c HTTP/1.1" 200 1656 0.005353 10.0.0.249 - - [2026-08-03 03:12:40] "GET /instance-ip/85cb74e0-0497-4d22-ab0d-09075f004a7e HTTP/1.1" 200 1636 0.005404 10.0.0.249 - - [2026-08-03 03:12:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004323 10.0.0.249 - - [2026-08-03 03:12:40] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005193 10.0.0.249 - - [2026-08-03 03:12:40] "GET /virtual-networks?parent_id=28d7bd5d-f624-4fde-a514-8098dd94d9e8&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.004745 10.0.0.249 - - [2026-08-03 03:12:40] "GET /virtual-network/709a9aa6-b333-48f3-809f-b04974519a86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2644 0.007775 10.0.0.249 - - [2026-08-03 03:12:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004932 10.0.0.249 - - [2026-08-03 03:12:40] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005534 10.0.0.249 - - [2026-08-03 03:12:40] "GET /virtual-networks?parent_id=28d7bd5d-f624-4fde-a514-8098dd94d9e8&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.004692 10.0.0.249 - - [2026-08-03 03:12:40] "GET /virtual-network/709a9aa6-b333-48f3-809f-b04974519a86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2644 0.007968 10.0.0.249 - - [2026-08-03 03:12:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004565 10.0.0.249 - - [2026-08-03 03:12:40] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005539 10.0.0.249 - - [2026-08-03 03:12:40] "GET /virtual-networks?parent_id=28d7bd5d-f624-4fde-a514-8098dd94d9e8&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.004401 10.0.0.249 - - [2026-08-03 03:12:40] "GET /virtual-network/709a9aa6-b333-48f3-809f-b04974519a86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2644 0.007380 10.0.0.249 - - [2026-08-03 03:12:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004338 10.0.0.249 - - [2026-08-03 03:12:40] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005058 10.0.0.249 - - [2026-08-03 03:12:40] "GET /virtual-networks?parent_id=28d7bd5d-f624-4fde-a514-8098dd94d9e8&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.004146 10.0.0.249 - - [2026-08-03 03:12:40] "GET /virtual-network/709a9aa6-b333-48f3-809f-b04974519a86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2644 0.007261 10.0.0.249 - - [2026-08-03 03:12:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004518 10.0.0.249 - - [2026-08-03 03:12:40] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005630 10.0.0.249 - - [2026-08-03 03:12:40] "GET /virtual-networks?parent_id=28d7bd5d-f624-4fde-a514-8098dd94d9e8&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.003945 10.0.0.249 - - [2026-08-03 03:12:40] "GET /virtual-network/709a9aa6-b333-48f3-809f-b04974519a86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2644 0.007185 10.0.0.249 - - [2026-08-03 03:12:41] "POST /neutron/port HTTP/1.1" 200 1235 0.022340 10.0.0.249 - - [2026-08-03 03:12:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004812 10.0.0.249 - - [2026-08-03 03:12:42] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.006965 10.0.0.249 - - [2026-08-03 03:12:42] "GET /virtual-networks?parent_id=28d7bd5d-f624-4fde-a514-8098dd94d9e8&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.004492 10.0.0.249 - - [2026-08-03 03:12:42] "GET /virtual-network/709a9aa6-b333-48f3-809f-b04974519a86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2644 0.007866 10.0.0.249 - - [2026-08-03 03:12:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004310 10.0.0.249 - - [2026-08-03 03:12:42] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004602 10.0.0.249 - - [2026-08-03 03:12:42] "GET /virtual-networks?parent_id=28d7bd5d-f624-4fde-a514-8098dd94d9e8&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.003806 10.0.0.249 - - [2026-08-03 03:12:42] "GET /virtual-network/709a9aa6-b333-48f3-809f-b04974519a86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2644 0.006853 10.0.0.249 - - [2026-08-03 03:12:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.005389 10.0.0.249 - - [2026-08-03 03:12:42] "GET /routing-instance/78c1a47c-9aa3-4e01-9bb3-648176936fb0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1488 0.006084 10.0.0.249 - - [2026-08-03 03:12:42] "GET /route-target/aad2ac03-e9d0-426e-94fb-3e1cd3a20a33?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.006256 10.0.0.249 - - [2026-08-03 03:12:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.006155 10.0.0.249 - - [2026-08-03 03:12:42] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005094 10.0.0.249 - - [2026-08-03 03:12:42] "GET /virtual-networks?parent_id=28d7bd5d-f624-4fde-a514-8098dd94d9e8&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.004190 10.0.0.249 - - [2026-08-03 03:12:42] "GET /virtual-network/709a9aa6-b333-48f3-809f-b04974519a86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2644 0.007556 10.0.0.249 - - [2026-08-03 03:12:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004009 10.0.0.249 - - [2026-08-03 03:12:42] "GET /routing-instance/78c1a47c-9aa3-4e01-9bb3-648176936fb0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1488 0.005970 10.0.0.249 - - [2026-08-03 03:12:42] "GET /route-target/aad2ac03-e9d0-426e-94fb-3e1cd3a20a33?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.005029 10.0.0.249 - - [2026-08-03 03:12:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.005073 10.0.0.249 - - [2026-08-03 03:12:42] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005393 10.0.0.249 - - [2026-08-03 03:12:42] "GET /virtual-networks?parent_id=28d7bd5d-f624-4fde-a514-8098dd94d9e8&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.004614 10.0.0.50 - - [2026-08-03 03:12:42] "GET /obj-perms HTTP/1.1" 200 4509 0.052394 10.0.0.249 - - [2026-08-03 03:12:42] "GET /virtual-network/709a9aa6-b333-48f3-809f-b04974519a86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2644 0.007481 10.0.0.249 - - [2026-08-03 03:12:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004688 10.0.0.249 - - [2026-08-03 03:12:43] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005979 10.0.0.249 - - [2026-08-03 03:12:43] "GET /virtual-networks?parent_id=28d7bd5d-f624-4fde-a514-8098dd94d9e8&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.003938 10.0.0.249 - - [2026-08-03 03:12:43] "GET /virtual-network/709a9aa6-b333-48f3-809f-b04974519a86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2644 0.008210 10.0.0.249 - - [2026-08-03 03:12:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.005187 10.0.0.249 - - [2026-08-03 03:12:43] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005518 10.0.0.249 - - [2026-08-03 03:12:43] "GET /virtual-networks?parent_id=28d7bd5d-f624-4fde-a514-8098dd94d9e8&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.004897 10.0.0.249 - - [2026-08-03 03:12:43] "GET /virtual-network/709a9aa6-b333-48f3-809f-b04974519a86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2644 0.008130 10.0.0.249 - - [2026-08-03 03:12:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.004686 10.0.0.249 - - [2026-08-03 03:12:43] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.006115 10.0.0.249 - - [2026-08-03 03:12:43] "GET /virtual-networks?parent_id=28d7bd5d-f624-4fde-a514-8098dd94d9e8&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.004899 10.0.0.249 - - [2026-08-03 03:12:43] "GET /virtual-network/709a9aa6-b333-48f3-809f-b04974519a86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2644 0.008099 10.0.0.161 - - [2026-08-03 03:12:43] "GET /obj-perms HTTP/1.1" 200 4495 0.011275 10.0.0.249 - - [2026-08-03 03:12:43] "GET /obj-perms HTTP/1.1" 200 4495 0.005073 10.0.0.249 - - [2026-08-03 03:12:43] "GET /obj-perms HTTP/1.1" 200 4495 0.004958 10.0.0.249 - - [2026-08-03 03:12:43] "GET /obj-perms HTTP/1.1" 200 4495 0.005888 10.0.0.161 - - [2026-08-03 03:12:43] "GET /obj-perms HTTP/1.1" 200 4495 0.009572 10.0.0.249 - - [2026-08-03 03:12:43] "GET /virtual-machine/8204dc15-868c-4cb6-bb2f-5cf3ad8e9ef0 HTTP/1.1" 200 1300 0.005871 10.0.0.249 - - [2026-08-03 03:12:43] "GET /virtual-machine-interface/394a5f3e-e7d0-4b9c-8fd4-3fd6e2aadbd6 HTTP/1.1" 200 3175 0.007720 10.0.0.249 - - [2026-08-03 03:12:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.004776 10.0.0.249 - - [2026-08-03 03:12:44] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.008008 10.0.0.249 - - [2026-08-03 03:12:44] "GET /virtual-networks?parent_id=28d7bd5d-f624-4fde-a514-8098dd94d9e8&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.004260 10.0.0.249 - - [2026-08-03 03:12:44] "GET /virtual-network/70cc5b51-49e1-453f-8529-c797b4b08811?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3243 0.007600 10.0.0.249 - - [2026-08-03 03:12:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.005175 10.0.0.249 - - [2026-08-03 03:12:45] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005515 10.0.0.249 - - [2026-08-03 03:12:45] "GET /virtual-networks?parent_id=28d7bd5d-f624-4fde-a514-8098dd94d9e8&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.004781 10.0.0.249 - - [2026-08-03 03:12:45] "GET /virtual-network/70cc5b51-49e1-453f-8529-c797b4b08811?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3243 0.008097 10.0.0.249 - - [2026-08-03 03:12:45] "POST /neutron/security_group HTTP/1.1" 200 2064 0.010407 10.0.0.249 - - [2026-08-03 03:12:50] "GET /virtual-machine/d88f5450-514e-4487-bbdd-fdb4851de218 HTTP/1.1" 200 1301 0.006681 10.0.0.249 - - [2026-08-03 03:12:50] "GET /virtual-machine-interface/374a8667-3069-47cf-b323-1cb5652c55ef HTTP/1.1" 200 3175 0.012483 10.0.0.249 - - [2026-08-03 03:12:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.005299 10.0.0.249 - - [2026-08-03 03:12:50] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.006089 10.0.0.249 - - [2026-08-03 03:12:50] "GET /virtual-networks?parent_id=28d7bd5d-f624-4fde-a514-8098dd94d9e8&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.006392 10.0.0.249 - - [2026-08-03 03:12:50] "GET /virtual-network/f5d620cc-71c9-4e8f-a31b-5eaf1abf6cdf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2955 0.007552 10.0.0.249 - - [2026-08-03 03:12:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004180 10.0.0.249 - - [2026-08-03 03:12:51] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005528 10.0.0.249 - - [2026-08-03 03:12:51] "GET /virtual-networks?parent_id=28d7bd5d-f624-4fde-a514-8098dd94d9e8&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.004636 10.0.0.249 - - [2026-08-03 03:12:51] "GET /virtual-network/f5d620cc-71c9-4e8f-a31b-5eaf1abf6cdf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2955 0.009752 10.0.0.249 - - [2026-08-03 03:12:52] "GET /virtual-machine/dea7c4fa-7219-4170-bf58-2a1244c39313 HTTP/1.1" 200 1301 0.006393 10.0.0.249 - - [2026-08-03 03:12:52] "GET /virtual-machine-interface/a56aee6d-997c-46d5-a1ee-99e3009512e9 HTTP/1.1" 200 3176 0.008213 10.0.0.249 - - [2026-08-03 03:12:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.004562 10.0.0.249 - - [2026-08-03 03:12:52] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.008514 10.0.0.249 - - [2026-08-03 03:12:52] "GET /virtual-networks?parent_id=28d7bd5d-f624-4fde-a514-8098dd94d9e8&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.004653 10.0.0.249 - - [2026-08-03 03:12:52] "GET /virtual-network/709a9aa6-b333-48f3-809f-b04974519a86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2644 0.007492 10.0.0.249 - - [2026-08-03 03:12:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.005952 10.0.0.249 - - [2026-08-03 03:12:53] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004800 10.0.0.249 - - [2026-08-03 03:12:53] "GET /virtual-networks?parent_id=28d7bd5d-f624-4fde-a514-8098dd94d9e8&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.004894 10.0.0.249 - - [2026-08-03 03:12:53] "GET /virtual-network/709a9aa6-b333-48f3-809f-b04974519a86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2644 0.007449 10.0.0.249 - - [2026-08-03 03:13:09] "GET /virtual-machine/dea7c4fa-7219-4170-bf58-2a1244c39313 HTTP/1.1" 200 1301 0.005873 10.0.0.249 - - [2026-08-03 03:13:11] "GET /virtual-machine/dea7c4fa-7219-4170-bf58-2a1244c39313 HTTP/1.1" 200 1301 0.005545 10.0.0.249 - - [2026-08-03 03:13:11] "POST /neutron/port HTTP/1.1" 200 151 0.390410 10.0.0.249 - - [2026-08-03 03:13:13] "GET /virtual-machine/dea7c4fa-7219-4170-bf58-2a1244c39313 HTTP/1.1" 404 171 0.005417 10.0.0.249 - - [2026-08-03 03:13:13] "GET /virtual-machine/dea7c4fa-7219-4170-bf58-2a1244c39313 HTTP/1.1" 404 171 0.003900 10.0.0.249 - - [2026-08-03 03:13:13] "GET /virtual-machine/dea7c4fa-7219-4170-bf58-2a1244c39313 HTTP/1.1" 404 171 0.003568 10.0.0.249 - - [2026-08-03 03:13:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.005417 10.0.0.249 - - [2026-08-03 03:13:13] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005641 10.0.0.249 - - [2026-08-03 03:13:13] "GET /virtual-networks?parent_id=28d7bd5d-f624-4fde-a514-8098dd94d9e8&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.003810 10.0.0.249 - - [2026-08-03 03:13:13] "GET /virtual-network/709a9aa6-b333-48f3-809f-b04974519a86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2644 0.008948 10.0.0.249 - - [2026-08-03 03:13:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004294 10.0.0.249 - - [2026-08-03 03:13:13] "GET /routing-instance/78c1a47c-9aa3-4e01-9bb3-648176936fb0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1488 0.005521 10.0.0.249 - - [2026-08-03 03:13:13] "GET /route-target/aad2ac03-e9d0-426e-94fb-3e1cd3a20a33?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.005414 10.0.0.249 - - [2026-08-03 03:13:14] "GET /obj-perms HTTP/1.1" 200 4495 0.004911 10.0.0.249 - - [2026-08-03 03:13:17] "GET /obj-perms HTTP/1.1" 200 4495 0.005335 10.0.0.50 - - [2026-08-03 03:13:18] "GET /global-system-configs HTTP/1.1" 401 293 0.000658 10.0.0.50 - - [2026-08-03 03:13:18] "GET /global-system-configs HTTP/1.1" 401 293 0.000497 10.0.0.50 - - [2026-08-03 03:13:19] "GET /global-system-configs HTTP/1.1" 401 293 0.000494 10.0.0.50 - - [2026-08-03 03:13:19] "GET /global-system-configs HTTP/1.1" 401 293 0.000445 10.0.0.161 - - [2026-08-03 03:13:19] "GET /global-system-configs HTTP/1.1" 401 293 0.000533 10.0.0.161 - - [2026-08-03 03:13:19] "GET /global-system-configs HTTP/1.1" 401 293 0.000449 10.0.0.161 - - [2026-08-03 03:13:21] "GET /global-system-configs HTTP/1.1" 401 293 0.000482 10.0.0.161 - - [2026-08-03 03:13:21] "GET /global-system-configs HTTP/1.1" 401 293 0.000608 10.0.0.249 - - [2026-08-03 03:13:21] "GET /global-system-configs HTTP/1.1" 401 293 0.000470 10.0.0.249 - - [2026-08-03 03:13:21] "GET /global-system-configs HTTP/1.1" 401 293 0.000519 10.0.0.249 - - [2026-08-03 03:13:22] "GET /global-system-configs HTTP/1.1" 401 293 0.000532 10.0.0.249 - - [2026-08-03 03:13:22] "GET /global-system-configs HTTP/1.1" 401 293 0.000580 10.0.0.249 - - [2026-08-03 03:13:23] "GET /obj-perms HTTP/1.1" 200 4495 0.006034 10.0.0.249 - - [2026-08-03 03:13:26] "GET /obj-perms HTTP/1.1" 200 4495 0.004913 10.0.0.249 - - [2026-08-03 03:13:32] "GET /obj-perms HTTP/1.1" 200 4495 0.005204 10.0.0.249 - - [2026-08-03 03:13:35] "GET /obj-perms HTTP/1.1" 200 4495 0.004819 10.0.0.249 - - [2026-08-03 03:13:37] "POST /neutron/network HTTP/1.1" 200 1120 0.009499 10.0.0.249 - - [2026-08-03 03:13:38] "POST /neutron/subnet HTTP/1.1" 200 1375 0.017441 10.0.0.249 - - [2026-08-03 03:13:38] "POST /neutron/network HTTP/1.1" 200 1110 0.013142 10.0.0.249 - - [2026-08-03 03:13:38] "GET /obj-perms HTTP/1.1" 200 4495 0.005777 10.0.0.249 - - [2026-08-03 03:13:39] "GET /virtual-machine/d88f5450-514e-4487-bbdd-fdb4851de218 HTTP/1.1" 200 1301 0.005416 10.0.0.249 - - [2026-08-03 03:13:41] "GET /virtual-machine/d88f5450-514e-4487-bbdd-fdb4851de218 HTTP/1.1" 200 1301 0.004849 10.0.0.249 - - [2026-08-03 03:13:41] "POST /neutron/port HTTP/1.1" 200 151 0.388950 10.0.0.249 - - [2026-08-03 03:13:43] "GET /virtual-machine/d88f5450-514e-4487-bbdd-fdb4851de218 HTTP/1.1" 404 171 0.004093 10.0.0.249 - - [2026-08-03 03:13:43] "GET /virtual-machine/d88f5450-514e-4487-bbdd-fdb4851de218 HTTP/1.1" 404 171 0.004512 10.0.0.249 - - [2026-08-03 03:13:43] "GET /virtual-machine/d88f5450-514e-4487-bbdd-fdb4851de218 HTTP/1.1" 404 171 0.003960 10.0.0.249 - - [2026-08-03 03:13:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.004655 10.0.0.249 - - [2026-08-03 03:13:43] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005089 10.0.0.249 - - [2026-08-03 03:13:43] "GET /virtual-networks?parent_id=28d7bd5d-f624-4fde-a514-8098dd94d9e8&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.004364 10.0.0.249 - - [2026-08-03 03:13:43] "GET /virtual-network/f5d620cc-71c9-4e8f-a31b-5eaf1abf6cdf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2955 0.008455 10.0.0.249 - - [2026-08-03 03:13:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.004377 10.0.0.249 - - [2026-08-03 03:13:43] "GET /routing-instance/d8a6acae-d33d-417b-838d-c524d7571ccc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1801 0.005440 10.0.0.249 - - [2026-08-03 03:13:43] "GET /route-target/a3244600-f244-42c2-b884-7064f9368c1e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.005098 10.0.0.50 - - [2026-08-03 03:13:43] "GET /obj-perms HTTP/1.1" 200 4495 0.005021 10.0.0.249 - - [2026-08-03 03:13:43] "GET /obj-perms HTTP/1.1" 200 4509 0.078372 10.0.0.50 - - [2026-08-03 03:13:49] "GET /obj-perms HTTP/1.1" 200 4495 0.004592 10.0.0.249 - - [2026-08-03 03:13:52] "GET /obj-perms HTTP/1.1" 200 4495 0.005184 10.0.0.50 - - [2026-08-03 03:13:59] "GET /obj-perms HTTP/1.1" 200 4495 0.005106 10.0.0.249 - - [2026-08-03 03:14:02] "GET /obj-perms HTTP/1.1" 200 4495 0.005450 10.0.0.249 - - [2026-08-03 03:14:05] "GET /obj-perms HTTP/1.1" 200 4495 0.005651 10.0.0.50 - - [2026-08-03 03:14:05] "GET /obj-perms HTTP/1.1" 200 4495 0.004971 10.0.0.249 - - [2026-08-03 03:14:05] "GET /virtual-machine/8204dc15-868c-4cb6-bb2f-5cf3ad8e9ef0 HTTP/1.1" 200 1300 0.007055 10.0.0.249 - - [2026-08-03 03:14:07] "GET /virtual-machine/8204dc15-868c-4cb6-bb2f-5cf3ad8e9ef0 HTTP/1.1" 200 1300 0.005767 10.0.0.249 - - [2026-08-03 03:14:07] "POST /neutron/port HTTP/1.1" 200 151 0.323413 10.0.0.249 - - [2026-08-03 03:14:09] "GET /virtual-machine/8204dc15-868c-4cb6-bb2f-5cf3ad8e9ef0 HTTP/1.1" 404 171 0.004280 10.0.0.249 - - [2026-08-03 03:14:09] "GET /virtual-machine/8204dc15-868c-4cb6-bb2f-5cf3ad8e9ef0 HTTP/1.1" 404 171 0.004283 10.0.0.249 - - [2026-08-03 03:14:09] "GET /virtual-machine/8204dc15-868c-4cb6-bb2f-5cf3ad8e9ef0 HTTP/1.1" 404 171 0.003930 10.0.0.249 - - [2026-08-03 03:14:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.004224 10.0.0.249 - - [2026-08-03 03:14:09] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004598 10.0.0.249 - - [2026-08-03 03:14:09] "GET /virtual-networks?parent_id=28d7bd5d-f624-4fde-a514-8098dd94d9e8&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.004812 10.0.0.249 - - [2026-08-03 03:14:09] "GET /virtual-network/70cc5b51-49e1-453f-8529-c797b4b08811?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3243 0.008310 10.0.0.249 - - [2026-08-03 03:14:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.006528 10.0.0.249 - - [2026-08-03 03:14:09] "GET /routing-instance/84642d94-c9c8-4e50-9a8e-3841183216c1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1801 0.005637 10.0.0.249 - - [2026-08-03 03:14:09] "GET /route-target/f064b42d-e74f-4ae3-91ee-88ce15511528?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.004681 10.0.0.249 - - [2026-08-03 03:14:13] "GET /obj-perms HTTP/1.1" 200 4495 0.005340 10.0.0.249 - - [2026-08-03 03:14:16] "GET /obj-perms HTTP/1.1" 200 4495 0.005426 10.0.0.249 - - [2026-08-03 03:14:22] "GET /obj-perms HTTP/1.1" 200 4495 0.004927 10.0.0.249 - - [2026-08-03 03:14:25] "GET /obj-perms HTTP/1.1" 200 4495 0.004695 10.0.0.249 - - [2026-08-03 03:14:31] "GET /obj-perms HTTP/1.1" 200 4495 0.005228 10.0.0.249 - - [2026-08-03 03:14:34] "GET /obj-perms HTTP/1.1" 200 4495 0.004979 10.0.0.249 - - [2026-08-03 03:14:37] "GET /obj-perms HTTP/1.1" 200 4495 0.004771 10.0.0.161 - - [2026-08-03 03:14:37] "GET /obj-perms HTTP/1.1" 200 4495 0.005181 10.0.0.249 - - [2026-08-03 03:14:38] "GET /virtual-network/f5d620cc-71c9-4e8f-a31b-5eaf1abf6cdf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2955 0.007482 10.0.0.50 - - [2026-08-03 03:14:38] "POST /fqname-to-id HTTP/1.1" 404 207 0.006677 10.0.0.249 - - [2026-08-03 03:14:38] "POST /neutron/network HTTP/1.1" 200 1012 0.038478 10.0.0.249 - - [2026-08-03 03:14:38] "GET /virtual-network/f5d620cc-71c9-4e8f-a31b-5eaf1abf6cdf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.012280 10.0.0.249 - - [2026-08-03 03:14:38] "GET /virtual-network/70cc5b51-49e1-453f-8529-c797b4b08811?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3243 0.007488 10.0.0.249 - - [2026-08-03 03:14:38] "POST /neutron/network HTTP/1.1" 200 1012 0.013942 10.0.0.249 - - [2026-08-03 03:14:38] "GET /virtual-network/70cc5b51-49e1-453f-8529-c797b4b08811?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.008360 10.0.0.249 - - [2026-08-03 03:14:38] "DELETE /network-policy/0f77a6a9-8fcf-4542-88e7-bf51d7425618 HTTP/1.1" 200 115 0.057311 10.0.0.249 - - [2026-08-03 03:14:38] "DELETE /network-policy/51c69ec0-b09d-4257-aa02-08327ec5746b HTTP/1.1" 200 115 0.070587 10.0.0.50 - - [2026-08-03 03:14:38] "DELETE /access-control-list/2faf1c38-0b61-401e-b712-16163a090827 HTTP/1.1" 200 115 0.078154 10.0.0.249 - - [2026-08-03 03:14:38] "DELETE /network-policy/bdbd5e65-ab70-4891-96be-2ae29d37caea HTTP/1.1" 200 115 0.079157 10.0.0.50 - - [2026-08-03 03:14:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.008657 10.0.0.249 - - [2026-08-03 03:14:39] "POST /neutron/network HTTP/1.1" 200 1012 0.012851 10.0.0.50 - - [2026-08-03 03:14:39] "DELETE /route-target/a3244600-f244-42c2-b884-7064f9368c1e HTTP/1.1" 200 115 0.030936 10.0.0.161 - - [2026-08-03 03:14:40] "POST /useragent-kv HTTP/1.1" 200 115 0.006096 10.0.0.161 - - [2026-08-03 03:14:40] "POST /useragent-kv HTTP/1.1" 200 115 0.006926 10.0.0.161 - - [2026-08-03 03:14:40] "POST /useragent-kv HTTP/1.1" 200 115 0.003353 10.0.0.161 - - [2026-08-03 03:14:40] "POST /useragent-kv HTTP/1.1" 200 115 0.003165 10.0.0.249 - - [2026-08-03 03:14:40] "POST /neutron/network HTTP/1.1" 200 151 0.220767 10.0.0.249 - - [2026-08-03 03:14:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004406 10.0.0.249 - - [2026-08-03 03:14:40] "DELETE /network-ipam/b8720211-5ae9-42ed-9b66-6cae07d0222b HTTP/1.1" 200 115 0.048350 10.0.0.249 - - [2026-08-03 03:14:40] "POST /fqname-to-id HTTP/1.1" 404 203 0.007747 10.0.0.249 - - [2026-08-03 03:14:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004191 10.0.0.249 - - [2026-08-03 03:14:40] "DELETE /network-ipam/10daaa38-7398-4935-83ae-b75c6334e52b HTTP/1.1" 200 115 0.050149 10.0.0.249 - - [2026-08-03 03:14:40] "POST /fqname-to-id HTTP/1.1" 404 203 0.005020 10.0.0.249 - - [2026-08-03 03:14:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004380 10.0.0.249 - - [2026-08-03 03:14:40] "DELETE /network-ipam/831af0a7-21d1-466e-aee1-c59568052cf7 HTTP/1.1" 200 115 0.052313 10.0.0.249 - - [2026-08-03 03:14:40] "POST /fqname-to-id HTTP/1.1" 404 203 0.018405 10.0.0.161 - - [2026-08-03 03:14:43] "GET /projects?obj_uuids=28d7bd5d-f624-4fde-a514-8098dd94d9e8&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.001713 10.0.0.249 - - [2026-08-03 03:14:43] "GET /project/28d7bd5d-f624-4fde-a514-8098dd94d9e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1389 0.074510 10.0.0.161 - - [2026-08-03 03:14:43] "GET /projects?obj_uuids=28d7bd5d-f624-4fde-a514-8098dd94d9e8&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.001835 10.0.0.249 - - [2026-08-03 03:14:43] "GET /project/28d7bd5d-f624-4fde-a514-8098dd94d9e8?fields=virtual_networks HTTP/1.1" 200 1045 0.080324 10.0.0.161 - - [2026-08-03 03:14:43] "GET /projects?obj_uuids=28d7bd5d-f624-4fde-a514-8098dd94d9e8&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.001425 10.0.0.249 - - [2026-08-03 03:14:43] "GET /project/28d7bd5d-f624-4fde-a514-8098dd94d9e8?fields=virtual_machine_interfaces HTTP/1.1" 200 1045 0.054025 10.0.0.161 - - [2026-08-03 03:14:43] "GET /projects?obj_uuids=28d7bd5d-f624-4fde-a514-8098dd94d9e8&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.001412 10.0.0.249 - - [2026-08-03 03:14:43] "GET /project/28d7bd5d-f624-4fde-a514-8098dd94d9e8?fields=security_groups HTTP/1.1" 200 1278 0.068001 10.0.0.249 - - [2026-08-03 03:14:46] "POST /fqname-to-id HTTP/1.1" 404 190 0.409544 10.0.0.161 - - [2026-08-03 03:14:46] "GET /projects?obj_uuids=0d8cbbc7-b5d2-4c40-bf89-bd7b6ef066da&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004303 10.0.0.161 - - [2026-08-03 03:14:46] "GET /domains?obj_uuids=724de60e-9f87-4d23-867c-6bd9a9880f5b&detail=False&count=False&shared=False HTTP/1.1" 200 316 0.001369 10.0.0.161 - - [2026-08-03 03:14:46] "GET /domain/724de60e-9f87-4d23-867c-6bd9a9880f5b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.041068 10.0.0.161 - - [2026-08-03 03:14:46] "POST /id-to-fqname HTTP/1.1" 200 192 0.002508 10.0.0.161 - - [2026-08-03 03:14:46] "POST /fqname-to-id HTTP/1.1" 404 201 0.011637 10.0.0.161 - - [2026-08-03 03:14:46] "POST /security-groups HTTP/1.1" 200 595 0.040142 10.0.0.50 - - [2026-08-03 03:14:46] "POST /fqname-to-id HTTP/1.1" 404 236 0.004352 10.0.0.161 - - [2026-08-03 03:14:46] "POST /projects HTTP/1.1" 200 591 0.332176 10.0.0.161 - - [2026-08-03 03:14:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.376132 10.0.0.249 - - [2026-08-03 03:14:46] "GET /project/0d8cbbc7-b5d2-4c40-bf89-bd7b6ef066da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1372 0.589085 10.0.0.50 - - [2026-08-03 03:14:46] "POST /access-control-lists HTTP/1.1" 200 598 0.069825 10.0.0.249 - - [2026-08-03 03:14:48] "GET / HTTP/1.1" 200 36215 0.002384 10.0.0.249 - - [2026-08-03 03:14:50] "POST /fqname-to-id HTTP/1.1" 401 293 0.000698 10.0.0.249 - - [2026-08-03 03:14:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.073493 10.0.0.161 - - [2026-08-03 03:14:50] "GET /projects?obj_uuids=0d8cbbc7-b5d2-4c40-bf89-bd7b6ef066da&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001271 10.0.0.249 - - [2026-08-03 03:14:50] "GET /project/0d8cbbc7-b5d2-4c40-bf89-bd7b6ef066da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1372 0.076849 10.0.0.161 - - [2026-08-03 03:14:51] "POST /useragent-kv HTTP/1.1" 200 115 0.018283 10.0.0.249 - - [2026-08-03 03:14:51] "POST /neutron/subnet HTTP/1.1" 200 729 0.281073 10.0.0.249 - - [2026-08-03 03:14:51] "POST /id-to-fqname HTTP/1.1" 200 222 0.001543 10.0.0.249 - - [2026-08-03 03:14:51] "GET /virtual-network/fbcf565d-7488-47c8-aef0-91c589b9f76c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.009104 10.0.0.249 - - [2026-08-03 03:14:51] "GET /virtual-network/fbcf565d-7488-47c8-aef0-91c589b9f76c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.007308 10.0.0.249 - - [2026-08-03 03:14:51] "POST /neutron/network HTTP/1.1" 200 827 0.010427 10.0.0.249 - - [2026-08-03 03:14:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004326 10.0.0.161 - - [2026-08-03 03:14:51] "GET /projects?obj_uuids=0d8cbbc7-b5d2-4c40-bf89-bd7b6ef066da&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001437 10.0.0.249 - - [2026-08-03 03:14:51] "GET /project/0d8cbbc7-b5d2-4c40-bf89-bd7b6ef066da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1372 0.060641 10.0.0.161 - - [2026-08-03 03:14:51] "GET /projects?obj_uuids=0d8cbbc7-b5d2-4c40-bf89-bd7b6ef066da&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001718 10.0.0.249 - - [2026-08-03 03:14:51] "POST /neutron/network HTTP/1.1" 200 607 0.187635 10.0.0.50 - - [2026-08-03 03:14:51] "POST /route-targets HTTP/1.1" 200 328 0.021813 10.0.0.249 - - [2026-08-03 03:14:52] "POST /id-to-fqname HTTP/1.1" 200 222 0.005684 10.0.0.249 - - [2026-08-03 03:14:52] "GET /virtual-network/bbc86abe-fca1-4c96-a6e7-1649b7b85eac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.011185 10.0.0.249 - - [2026-08-03 03:14:52] "POST /neutron/network HTTP/1.1" 200 826 0.009709 10.0.0.249 - - [2026-08-03 03:14:52] "GET /virtual-network/bbc86abe-fca1-4c96-a6e7-1649b7b85eac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.009641 10.0.0.249 - - [2026-08-03 03:14:52] "POST /fqname-to-id HTTP/1.1" 404 228 0.003959 10.0.0.249 - - [2026-08-03 03:14:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003767 10.0.0.161 - - [2026-08-03 03:14:52] "GET /projects?obj_uuids=0d8cbbc7-b5d2-4c40-bf89-bd7b6ef066da&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001441 10.0.0.249 - - [2026-08-03 03:14:52] "GET /project/0d8cbbc7-b5d2-4c40-bf89-bd7b6ef066da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1372 0.086686 10.0.0.249 - - [2026-08-03 03:14:52] "POST /network-policys HTTP/1.1" 200 573 0.045573 10.0.0.249 - - [2026-08-03 03:14:52] "GET /network-policy/ce86db53-3df8-4c26-92ad-698add529ae6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2154 0.007624 10.0.0.249 - - [2026-08-03 03:14:52] "POST /neutron/network HTTP/1.1" 200 827 0.008399 10.0.0.50 - - [2026-08-03 03:14:52] "POST /access-control-lists HTTP/1.1" 200 592 0.079640 10.0.0.249 - - [2026-08-03 03:14:52] "GET /virtual-network/fbcf565d-7488-47c8-aef0-91c589b9f76c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2369 0.019643 10.0.0.249 - - [2026-08-03 03:14:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.014868 10.0.0.249 - - [2026-08-03 03:14:52] "GET /network-policy/ce86db53-3df8-4c26-92ad-698add529ae6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2154 0.006167 10.0.0.249 - - [2026-08-03 03:14:52] "POST /neutron/network HTTP/1.1" 200 826 0.008959 10.0.0.249 - - [2026-08-03 03:14:53] "GET /virtual-network/bbc86abe-fca1-4c96-a6e7-1649b7b85eac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2366 0.033900 10.0.0.249 - - [2026-08-03 03:14:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.006219 10.0.0.50 - - [2026-08-03 03:14:53] "POST /ref-update HTTP/1.1" 200 156 0.056469 10.0.0.249 - - [2026-08-03 03:14:53] "GET /network-policy/ce86db53-3df8-4c26-92ad-698add529ae6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2154 0.008049 10.0.0.249 - - [2026-08-03 03:14:53] "GET /virtual-network/fbcf565d-7488-47c8-aef0-91c589b9f76c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2369 0.007079 10.0.0.249 - - [2026-08-03 03:14:54] "GET /obj-perms HTTP/1.1" 200 4487 0.056055 10.0.0.249 - - [2026-08-03 03:14:55] "GET /virtual-network/bbc86abe-fca1-4c96-a6e7-1649b7b85eac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2366 0.007677 10.0.0.50 - - [2026-08-03 03:14:56] "GET /obj-perms HTTP/1.1" 200 4487 0.046422 10.0.0.161 - - [2026-08-03 03:14:56] "GET /obj-perms HTTP/1.1" 200 4487 0.043558 10.0.0.249 - - [2026-08-03 03:14:56] "POST /id-to-fqname HTTP/1.1" 200 222 0.001553 10.0.0.249 - - [2026-08-03 03:14:56] "POST /neutron/network HTTP/1.1" 200 939 0.009448 10.0.0.161 - - [2026-08-03 03:14:56] "GET /projects?obj_uuids=0d8cbbc7-b5d2-4c40-bf89-bd7b6ef066da&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001478 10.0.0.249 - - [2026-08-03 03:14:56] "GET /project/0d8cbbc7-b5d2-4c40-bf89-bd7b6ef066da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1372 0.078907 10.0.0.249 - - [2026-08-03 03:14:56] "POST /neutron/port HTTP/1.1" 200 117 0.009202 10.0.0.249 - - [2026-08-03 03:14:56] "POST /id-to-fqname HTTP/1.1" 200 222 0.001812 10.0.0.249 - - [2026-08-03 03:14:57] "POST /neutron/network HTTP/1.1" 200 928 0.008557 10.0.0.249 - - [2026-08-03 03:14:57] "POST /neutron/port HTTP/1.1" 200 117 0.008198 10.0.0.249 - - [2026-08-03 03:15:01] "POST /neutron/port HTTP/1.1" 200 1063 0.063585 10.0.0.161 - - [2026-08-03 03:15:01] "GET /projects?obj_uuids=0d8cbbc7-b5d2-4c40-bf89-bd7b6ef066da&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001979 10.0.0.249 - - [2026-08-03 03:15:02] "POST /neutron/port HTTP/1.1" 200 1062 0.652585 10.0.0.249 - - [2026-08-03 03:15:02] "POST /neutron/port HTTP/1.1" 200 1062 0.030934 10.0.0.249 - - [2026-08-03 03:15:02] "POST /neutron/security_group HTTP/1.1" 200 2060 0.012899 10.0.0.249 - - [2026-08-03 03:15:03] "POST /neutron/subnet HTTP/1.1" 200 703 0.020317 10.0.0.249 - - [2026-08-03 03:15:03] "POST /neutron/port HTTP/1.1" 200 1126 0.028112 10.0.0.249 - - [2026-08-03 03:15:03] "POST /neutron/port HTTP/1.1" 200 117 0.001868 10.0.0.249 - - [2026-08-03 03:15:07] "POST /neutron/security_group HTTP/1.1" 200 2060 0.010110 10.0.0.249 - - [2026-08-03 03:15:17] "POST /neutron/port HTTP/1.1" 200 1127 0.022660 10.0.0.249 - - [2026-08-03 03:15:22] "POST /neutron/security_group HTTP/1.1" 200 2060 0.009244 10.0.0.161 - - [2026-08-03 03:15:25] "DELETE /project/0d8cbbc7b5d24c40bf89bd7b6ef066da HTTP/1.1" 404 173 0.005604 10.0.0.161 - - [2026-08-03 03:15:25] "DELETE /project/28d7bd5d-f624-4fde-a514-8098dd94d9e8 HTTP/1.1" 404 177 0.005327 10.0.0.249 - - [2026-08-03 03:15:28] "POST /neutron/port HTTP/1.1" 200 1127 0.023711 10.0.0.249 - - [2026-08-03 03:15:28] "POST /neutron/security_group HTTP/1.1" 200 2060 0.010067 10.0.0.249 - - [2026-08-03 03:15:28] "GET /virtual-machine/4f2ef4ba-c732-495e-9934-d4a439e103d0 HTTP/1.1" 401 293 0.000656 10.0.0.249 - - [2026-08-03 03:15:28] "GET /virtual-machine/4f2ef4ba-c732-495e-9934-d4a439e103d0 HTTP/1.1" 200 1296 0.033310 10.0.0.249 - - [2026-08-03 03:15:28] "GET /virtual-machine-interface/90630c09-6b43-4fc0-9813-4c05e2bd02b7 HTTP/1.1" 200 2958 0.006349 10.0.0.249 - - [2026-08-03 03:15:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004369 10.0.0.249 - - [2026-08-03 03:15:28] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005072 10.0.0.249 - - [2026-08-03 03:15:28] "GET /virtual-networks?parent_id=0d8cbbc7-b5d2-4c40-bf89-bd7b6ef066da&detail=False&count=False&shared=False HTTP/1.1" 200 577 0.003804 10.0.0.249 - - [2026-08-03 03:15:28] "GET /virtual-network/fbcf565d-7488-47c8-aef0-91c589b9f76c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2369 0.006871 10.0.0.249 - - [2026-08-03 03:15:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.005211 10.0.0.249 - - [2026-08-03 03:15:31] "GET /virtual-network/fbcf565d-7488-47c8-aef0-91c589b9f76c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2369 0.007894 10.0.0.249 - - [2026-08-03 03:15:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004559 10.0.0.249 - - [2026-08-03 03:15:36] "GET /virtual-network/fbcf565d-7488-47c8-aef0-91c589b9f76c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2369 0.006787 10.0.0.249 - - [2026-08-03 03:15:39] "POST /neutron/port HTTP/1.1" 200 1127 0.020480 10.0.0.249 - - [2026-08-03 03:15:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004447 10.0.0.249 - - [2026-08-03 03:15:40] "GET /virtual-network/fbcf565d-7488-47c8-aef0-91c589b9f76c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2369 0.006549 10.0.0.249 - - [2026-08-03 03:15:40] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005805 10.0.0.249 - - [2026-08-03 03:15:40] "POST /neutron/network HTTP/1.1" 200 929 0.009773 10.0.0.249 - - [2026-08-03 03:15:40] "POST /neutron/subnet HTTP/1.1" 200 699 0.010791 10.0.0.249 - - [2026-08-03 03:15:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004628 10.0.0.249 - - [2026-08-03 03:15:44] "GET /virtual-network/fbcf565d-7488-47c8-aef0-91c589b9f76c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2369 0.007084 10.0.0.249 - - [2026-08-03 03:15:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004567 10.0.0.249 - - [2026-08-03 03:15:48] "GET /virtual-network/fbcf565d-7488-47c8-aef0-91c589b9f76c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2369 0.007026 10.0.0.249 - - [2026-08-03 03:15:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.005626 10.0.0.249 - - [2026-08-03 03:15:52] "GET /virtual-network/fbcf565d-7488-47c8-aef0-91c589b9f76c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2369 0.006740 10.0.0.249 - - [2026-08-03 03:15:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.005154 10.0.0.249 - - [2026-08-03 03:15:56] "GET /virtual-network/fbcf565d-7488-47c8-aef0-91c589b9f76c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2369 0.007344 10.0.0.249 - - [2026-08-03 03:16:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004954 10.0.0.249 - - [2026-08-03 03:16:00] "GET /virtual-network/fbcf565d-7488-47c8-aef0-91c589b9f76c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2369 0.008153 10.0.0.249 - - [2026-08-03 03:16:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004788 10.0.0.249 - - [2026-08-03 03:16:02] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.006099 10.0.0.249 - - [2026-08-03 03:16:02] "GET /virtual-networks?parent_id=0d8cbbc7-b5d2-4c40-bf89-bd7b6ef066da&detail=False&count=False&shared=False HTTP/1.1" 200 577 0.004886 10.0.0.249 - - [2026-08-03 03:16:02] "GET /virtual-network/fbcf565d-7488-47c8-aef0-91c589b9f76c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2369 0.008234 10.0.0.249 - - [2026-08-03 03:16:02] "POST /neutron/port HTTP/1.1" 200 1127 0.022692 10.0.0.249 - - [2026-08-03 03:16:04] "POST /neutron/security_group HTTP/1.1" 200 2060 0.040941 10.0.0.249 - - [2026-08-03 03:16:08] "POST /neutron/port HTTP/1.1" 200 1127 0.023546 10.0.0.249 - - [2026-08-03 03:16:13] "POST /neutron/security_group HTTP/1.1" 200 2060 0.011075 10.0.0.249 - - [2026-08-03 03:16:18] "POST /neutron/port HTTP/1.1" 200 1126 0.023030 10.0.0.249 - - [2026-08-03 03:16:18] "POST /neutron/security_group HTTP/1.1" 200 2060 0.008587 10.0.0.249 - - [2026-08-03 03:16:18] "GET /virtual-machine/a66f27a9-c8eb-4c90-92ef-966b525d6547 HTTP/1.1" 200 1297 0.006670 10.0.0.249 - - [2026-08-03 03:16:18] "GET /virtual-machine-interface/92ed7b31-750a-4191-8339-fcee0bf0e27b HTTP/1.1" 200 2957 0.005655 10.0.0.249 - - [2026-08-03 03:16:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004239 10.0.0.249 - - [2026-08-03 03:16:18] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004984 10.0.0.249 - - [2026-08-03 03:16:18] "GET /virtual-networks?parent_id=0d8cbbc7-b5d2-4c40-bf89-bd7b6ef066da&detail=False&count=False&shared=False HTTP/1.1" 200 577 0.003937 10.0.0.249 - - [2026-08-03 03:16:18] "GET /virtual-network/bbc86abe-fca1-4c96-a6e7-1649b7b85eac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2366 0.007496 10.0.0.249 - - [2026-08-03 03:16:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004778 10.0.0.249 - - [2026-08-03 03:16:20] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005859 10.0.0.249 - - [2026-08-03 03:16:20] "GET /virtual-networks?parent_id=0d8cbbc7-b5d2-4c40-bf89-bd7b6ef066da&detail=False&count=False&shared=False HTTP/1.1" 200 577 0.004010 10.0.0.249 - - [2026-08-03 03:16:20] "GET /virtual-network/bbc86abe-fca1-4c96-a6e7-1649b7b85eac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2366 0.008166 10.0.0.249 - - [2026-08-03 03:16:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004140 10.0.0.161 - - [2026-08-03 03:16:35] "GET /projects?obj_uuids=0d8cbbc7-b5d2-4c40-bf89-bd7b6ef066da&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.032269 10.0.0.249 - - [2026-08-03 03:16:35] "GET /project/0d8cbbc7-b5d2-4c40-bf89-bd7b6ef066da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1372 0.118178 10.0.0.249 - - [2026-08-03 03:16:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004549 10.0.0.249 - - [2026-08-03 03:16:35] "PUT /network-policy/ce86db53-3df8-4c26-92ad-698add529ae6 HTTP/1.1" 200 263 0.019804 10.0.0.50 - - [2026-08-03 03:16:35] "PUT /access-control-list/0b33fe54-7d1b-4a89-9784-35c28cfd6495 HTTP/1.1" 200 273 0.052653 10.0.0.50 - - [2026-08-03 03:16:36] "POST /ref-update HTTP/1.1" 200 156 0.029315 10.0.0.249 - - [2026-08-03 03:16:39] "GET /virtual-network/bbc86abe-fca1-4c96-a6e7-1649b7b85eac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2366 0.007005 10.0.0.249 - - [2026-08-03 03:16:39] "POST /neutron/network HTTP/1.1" 200 826 0.039099 10.0.0.249 - - [2026-08-03 03:16:39] "GET /virtual-network/bbc86abe-fca1-4c96-a6e7-1649b7b85eac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.008778 10.0.0.249 - - [2026-08-03 03:16:39] "GET /virtual-network/fbcf565d-7488-47c8-aef0-91c589b9f76c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2369 0.007652 10.0.0.249 - - [2026-08-03 03:16:39] "POST /neutron/network HTTP/1.1" 200 827 0.028568 10.0.0.249 - - [2026-08-03 03:16:39] "GET /virtual-network/fbcf565d-7488-47c8-aef0-91c589b9f76c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.016143 10.0.0.249 - - [2026-08-03 03:16:39] "DELETE /network-policy/ce86db53-3df8-4c26-92ad-698add529ae6 HTTP/1.1" 200 115 0.062940 10.0.0.249 - - [2026-08-03 03:16:39] "POST /neutron/network HTTP/1.1" 200 826 0.009965 10.0.0.249 - - [2026-08-03 03:16:40] "POST /neutron/port HTTP/1.1" 200 1127 0.025393 10.0.0.249 - - [2026-08-03 03:16:41] "POST /neutron/network HTTP/1.1" 200 837 0.011057 10.0.0.249 - - [2026-08-03 03:16:41] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004572 10.0.0.249 - - [2026-08-03 03:16:41] "POST /neutron/network HTTP/1.1" 200 827 0.025681 10.0.0.249 - - [2026-08-03 03:16:41] "POST /neutron/port HTTP/1.1" 200 151 0.273357 10.0.0.249 - - [2026-08-03 03:16:41] "POST /neutron/port HTTP/1.1" 200 151 0.286914 10.0.0.50 - - [2026-08-03 03:16:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.006562 10.0.0.161 - - [2026-08-03 03:16:41] "POST /useragent-kv HTTP/1.1" 200 115 0.004203 10.0.0.161 - - [2026-08-03 03:16:41] "POST /useragent-kv HTTP/1.1" 200 115 0.003160 10.0.0.249 - - [2026-08-03 03:16:41] "POST /neutron/network HTTP/1.1" 200 151 0.174675 10.0.0.50 - - [2026-08-03 03:16:42] "DELETE /route-target/7e87e9a5-91e3-42d7-b8c9-c04b8e59f0b6 HTTP/1.1" 200 115 0.084832 10.0.0.161 - - [2026-08-03 03:16:43] "GET /projects?obj_uuids=0d8cbbc7-b5d2-4c40-bf89-bd7b6ef066da&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001376 10.0.0.249 - - [2026-08-03 03:16:44] "GET /project/0d8cbbc7-b5d2-4c40-bf89-bd7b6ef066da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1372 0.086987 10.0.0.161 - - [2026-08-03 03:16:44] "GET /projects?obj_uuids=0d8cbbc7-b5d2-4c40-bf89-bd7b6ef066da&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001620 10.0.0.249 - - [2026-08-03 03:16:44] "GET /project/0d8cbbc7-b5d2-4c40-bf89-bd7b6ef066da?fields=virtual_networks HTTP/1.1" 200 1036 0.074382 10.0.0.161 - - [2026-08-03 03:16:44] "GET /projects?obj_uuids=0d8cbbc7-b5d2-4c40-bf89-bd7b6ef066da&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001483 10.0.0.249 - - [2026-08-03 03:16:44] "GET /project/0d8cbbc7-b5d2-4c40-bf89-bd7b6ef066da?fields=virtual_machine_interfaces HTTP/1.1" 200 1036 0.073222 10.0.0.161 - - [2026-08-03 03:16:44] "GET /projects?obj_uuids=0d8cbbc7-b5d2-4c40-bf89-bd7b6ef066da&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001608 10.0.0.249 - - [2026-08-03 03:16:44] "GET /project/0d8cbbc7-b5d2-4c40-bf89-bd7b6ef066da?fields=security_groups HTTP/1.1" 200 1265 0.068420 10.0.0.249 - - [2026-08-03 03:16:45] "POST /fqname-to-id HTTP/1.1" 404 200 0.034250 10.0.0.161 - - [2026-08-03 03:16:45] "GET /projects?obj_uuids=03e98a91-8f63-4e84-8c19-d14e0b01e250&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004253 10.0.0.161 - - [2026-08-03 03:16:45] "GET /domains?obj_uuids=724de60e-9f87-4d23-867c-6bd9a9880f5b&detail=False&count=False&shared=False HTTP/1.1" 200 316 0.001250 10.0.0.161 - - [2026-08-03 03:16:45] "GET /domain/724de60e-9f87-4d23-867c-6bd9a9880f5b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.009143 10.0.0.161 - - [2026-08-03 03:16:45] "POST /id-to-fqname HTTP/1.1" 200 202 0.005043 10.0.0.161 - - [2026-08-03 03:16:45] "POST /fqname-to-id HTTP/1.1" 404 211 0.010595 10.0.0.161 - - [2026-08-03 03:16:45] "POST /security-groups HTTP/1.1" 200 605 0.057122 10.0.0.161 - - [2026-08-03 03:16:45] "POST /projects HTTP/1.1" 200 611 0.337726 10.0.0.161 - - [2026-08-03 03:16:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.380149 10.0.0.50 - - [2026-08-03 03:16:45] "POST /fqname-to-id HTTP/1.1" 404 245 0.005399 10.0.0.249 - - [2026-08-03 03:16:45] "GET /project/03e98a91-8f63-4e84-8c19-d14e0b01e250?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.575510 10.0.0.249 - - [2026-08-03 03:16:48] "GET / HTTP/1.1" 200 36215 0.001875 10.0.0.249 - - [2026-08-03 03:16:51] "GET /project/03e98a91-8f63-4e84-8c19-d14e0b01e250?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000784 10.0.0.161 - - [2026-08-03 03:16:52] "GET /projects?obj_uuids=03e98a91-8f63-4e84-8c19-d14e0b01e250&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.001742 10.0.0.249 - - [2026-08-03 03:16:52] "GET /project/03e98a91-8f63-4e84-8c19-d14e0b01e250?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.110013 10.0.0.249 - - [2026-08-03 03:16:52] "GET / HTTP/1.1" 200 36215 0.002693 10.0.0.249 - - [2026-08-03 03:16:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.007014 10.0.0.161 - - [2026-08-03 03:16:53] "GET /domains?obj_uuids=724de60e-9f87-4d23-867c-6bd9a9880f5b&detail=False&count=False&shared=False HTTP/1.1" 200 316 0.001726 10.0.0.249 - - [2026-08-03 03:16:53] "GET /domain/724de60e-9f87-4d23-867c-6bd9a9880f5b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.011652 10.0.0.249 - - [2026-08-03 03:16:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004184 10.0.0.161 - - [2026-08-03 03:16:53] "GET /projects?obj_uuids=03e98a91-8f63-4e84-8c19-d14e0b01e250&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.001673 10.0.0.249 - - [2026-08-03 03:16:53] "GET /project/03e98a91-8f63-4e84-8c19-d14e0b01e250?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.066265 10.0.0.249 - - [2026-08-03 03:16:54] "GET /domains HTTP/1.1" 401 293 0.000640 10.0.0.249 - - [2026-08-03 03:16:55] "GET /domains HTTP/1.1" 200 281 0.032317 10.0.0.161 - - [2026-08-03 03:16:55] "GET /domains?obj_uuids=724de60e-9f87-4d23-867c-6bd9a9880f5b&detail=False&count=False&shared=False HTTP/1.1" 200 316 0.001703 10.0.0.249 - - [2026-08-03 03:16:55] "GET /domain/724de60e-9f87-4d23-867c-6bd9a9880f5b HTTP/1.1" 200 2978 0.012841 10.0.0.161 - - [2026-08-03 03:16:55] "GET /projects?obj_uuids=03e98a91-8f63-4e84-8c19-d14e0b01e250&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.001423 10.0.0.249 - - [2026-08-03 03:16:55] "GET /project/03e98a91-8f63-4e84-8c19-d14e0b01e250 HTTP/1.1" 200 1927 0.115878 10.0.0.249 - - [2026-08-03 03:16:55] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 547 0.008781 10.0.0.249 - - [2026-08-03 03:16:55] "POST /network-ipams HTTP/1.1" 200 623 0.063614 10.0.0.249 - - [2026-08-03 03:16:55] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 813 0.004325 10.0.0.249 - - [2026-08-03 03:16:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.005072 10.0.0.249 - - [2026-08-03 03:16:55] "GET /network-ipam/da173b87-abe2-4a4c-8e45-07d4cfab2e03?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1457 0.007948 10.0.0.249 - - [2026-08-03 03:16:55] "PUT /network-ipam/da173b87-abe2-4a4c-8e45-07d4cfab2e03 HTTP/1.1" 200 259 0.018213 10.0.0.249 - - [2026-08-03 03:16:55] "POST /fqname-to-id HTTP/1.1" 401 293 0.000548 10.0.0.249 - - [2026-08-03 03:16:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.028162 10.0.0.161 - - [2026-08-03 03:16:56] "GET /projects?obj_uuids=03e98a91-8f63-4e84-8c19-d14e0b01e250&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.001778 10.0.0.249 - - [2026-08-03 03:16:56] "GET /project/03e98a91-8f63-4e84-8c19-d14e0b01e250?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.068108 10.0.0.249 - - [2026-08-03 03:16:56] "POST /neutron/network HTTP/1.1" 200 117 0.037575 10.0.0.50 - - [2026-08-03 03:16:56] "POST /ref-update HTTP/1.1" 200 156 0.036736 10.0.0.161 - - [2026-08-03 03:16:57] "POST /useragent-kv HTTP/1.1" 200 115 0.010553 10.0.0.249 - - [2026-08-03 03:16:57] "POST /neutron/subnet HTTP/1.1" 200 701 0.263614 10.0.0.249 - - [2026-08-03 03:16:57] "POST /id-to-fqname HTTP/1.1" 200 235 0.001966 10.0.0.249 - - [2026-08-03 03:16:57] "GET /virtual-network/1d030bbf-bbb6-4386-8334-20d00a5565b8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3177 0.010597 10.0.0.249 - - [2026-08-03 03:16:57] "POST /neutron/network HTTP/1.1" 200 1337 0.016534 10.0.0.249 - - [2026-08-03 03:16:57] "GET /virtual-network/1d030bbf-bbb6-4386-8334-20d00a5565b8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3177 0.008028 10.0.0.249 - - [2026-08-03 03:16:57] "POST /neutron/subnet HTTP/1.1" 200 701 0.012176 10.0.0.249 - - [2026-08-03 03:16:58] "GET /virtual-network/1d030bbf-bbb6-4386-8334-20d00a5565b8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3177 0.010335 10.0.0.249 - - [2026-08-03 03:16:58] "GET /obj-perms HTTP/1.1" 200 4472 0.054172 10.0.0.50 - - [2026-08-03 03:16:59] "GET /obj-perms HTTP/1.1" 200 4472 0.046841 10.0.0.249 - - [2026-08-03 03:16:59] "POST /fqname-to-id HTTP/1.1" 404 229 0.004446 10.0.0.249 - - [2026-08-03 03:16:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.005464 10.0.0.161 - - [2026-08-03 03:16:59] "GET /projects?obj_uuids=03e98a91-8f63-4e84-8c19-d14e0b01e250&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.001292 10.0.0.249 - - [2026-08-03 03:16:59] "GET /project/03e98a91-8f63-4e84-8c19-d14e0b01e250?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.088082 10.0.0.249 - - [2026-08-03 03:17:00] "POST /network-policys HTTP/1.1" 200 565 0.088605 10.0.0.249 - - [2026-08-03 03:17:00] "GET /network-policy/b9ace6bf-4c39-4b28-a568-ca364186ea96?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5026 0.008826 10.0.0.249 - - [2026-08-03 03:17:00] "POST /fqname-to-id HTTP/1.1" 404 229 0.004632 10.0.0.249 - - [2026-08-03 03:17:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004387 10.0.0.161 - - [2026-08-03 03:17:00] "GET /projects?obj_uuids=03e98a91-8f63-4e84-8c19-d14e0b01e250&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.001434 10.0.0.249 - - [2026-08-03 03:17:00] "GET /project/03e98a91-8f63-4e84-8c19-d14e0b01e250?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.063377 10.0.0.249 - - [2026-08-03 03:17:00] "POST /network-policys HTTP/1.1" 200 565 0.097840 10.0.0.249 - - [2026-08-03 03:17:00] "GET /network-policy/f6650482-2574-4913-bba6-88ef329e59b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 8882 0.009263 10.0.0.249 - - [2026-08-03 03:17:00] "POST /fqname-to-id HTTP/1.1" 404 229 0.004234 10.0.0.249 - - [2026-08-03 03:17:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004653 10.0.0.161 - - [2026-08-03 03:17:00] "GET /projects?obj_uuids=03e98a91-8f63-4e84-8c19-d14e0b01e250&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.001519 10.0.0.249 - - [2026-08-03 03:17:00] "GET /project/03e98a91-8f63-4e84-8c19-d14e0b01e250?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.060503 10.0.0.249 - - [2026-08-03 03:17:01] "POST /network-policys HTTP/1.1" 200 565 0.093743 10.0.0.249 - - [2026-08-03 03:17:01] "GET /network-policy/c4a3f164-1e29-4577-989b-e92dbf408d6a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5026 0.010681 10.0.0.249 - - [2026-08-03 03:17:01] "POST /fqname-to-id HTTP/1.1" 404 229 0.006213 10.0.0.249 - - [2026-08-03 03:17:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004900 10.0.0.161 - - [2026-08-03 03:17:01] "GET /projects?obj_uuids=03e98a91-8f63-4e84-8c19-d14e0b01e250&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.001623 10.0.0.249 - - [2026-08-03 03:17:01] "GET /project/03e98a91-8f63-4e84-8c19-d14e0b01e250?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.080154 10.0.0.249 - - [2026-08-03 03:17:01] "POST /network-policys HTTP/1.1" 200 565 0.106696 10.0.0.249 - - [2026-08-03 03:17:01] "GET /network-policy/c2d6a2ea-9fc3-4125-8afe-a99fca654920?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5026 0.008957 10.0.0.249 - - [2026-08-03 03:17:01] "POST /fqname-to-id HTTP/1.1" 404 229 0.004452 10.0.0.249 - - [2026-08-03 03:17:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004510 10.0.0.161 - - [2026-08-03 03:17:01] "GET /projects?obj_uuids=03e98a91-8f63-4e84-8c19-d14e0b01e250&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.001420 10.0.0.249 - - [2026-08-03 03:17:01] "GET /project/03e98a91-8f63-4e84-8c19-d14e0b01e250?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.071288 10.0.0.249 - - [2026-08-03 03:17:02] "POST /network-policys HTTP/1.1" 200 565 0.089979 10.0.0.249 - - [2026-08-03 03:17:02] "GET /network-policy/49cef526-c1d4-4c88-8a5b-d1082495263f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.010463 10.0.0.249 - - [2026-08-03 03:17:02] "POST /fqname-to-id HTTP/1.1" 404 229 0.004897 10.0.0.249 - - [2026-08-03 03:17:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.005879 10.0.0.161 - - [2026-08-03 03:17:02] "GET /projects?obj_uuids=03e98a91-8f63-4e84-8c19-d14e0b01e250&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.001714 10.0.0.249 - - [2026-08-03 03:17:02] "GET /project/03e98a91-8f63-4e84-8c19-d14e0b01e250?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.089714 10.0.0.249 - - [2026-08-03 03:17:02] "POST /network-policys HTTP/1.1" 200 565 0.101280 10.0.0.249 - - [2026-08-03 03:17:02] "GET /network-policy/7475ee88-815a-4cd9-b6f5-f44dd073b3ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.011756 10.0.0.249 - - [2026-08-03 03:17:02] "POST /fqname-to-id HTTP/1.1" 404 229 0.004728 10.0.0.249 - - [2026-08-03 03:17:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.005525 10.0.0.161 - - [2026-08-03 03:17:02] "GET /projects?obj_uuids=03e98a91-8f63-4e84-8c19-d14e0b01e250&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.001469 10.0.0.249 - - [2026-08-03 03:17:03] "GET /project/03e98a91-8f63-4e84-8c19-d14e0b01e250?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.072665 10.0.0.249 - - [2026-08-03 03:17:03] "POST /network-policys HTTP/1.1" 200 565 0.089228 10.0.0.249 - - [2026-08-03 03:17:03] "GET /network-policy/8b54087e-3b25-4129-8168-ac49a572624c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.010725 10.0.0.249 - - [2026-08-03 03:17:03] "POST /fqname-to-id HTTP/1.1" 404 229 0.004436 10.0.0.249 - - [2026-08-03 03:17:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.005223 10.0.0.161 - - [2026-08-03 03:17:03] "GET /projects?obj_uuids=03e98a91-8f63-4e84-8c19-d14e0b01e250&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.001834 10.0.0.249 - - [2026-08-03 03:17:03] "GET /project/03e98a91-8f63-4e84-8c19-d14e0b01e250?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.078070 10.0.0.249 - - [2026-08-03 03:17:03] "POST /network-policys HTTP/1.1" 200 565 0.092627 10.0.0.249 - - [2026-08-03 03:17:03] "GET /network-policy/87865127-f358-4d7b-b00f-99e185e4a34d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.008825 10.0.0.249 - - [2026-08-03 03:17:03] "POST /fqname-to-id HTTP/1.1" 404 229 0.004301 10.0.0.249 - - [2026-08-03 03:17:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003989 10.0.0.161 - - [2026-08-03 03:17:03] "GET /projects?obj_uuids=03e98a91-8f63-4e84-8c19-d14e0b01e250&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.001814 10.0.0.249 - - [2026-08-03 03:17:04] "GET /project/03e98a91-8f63-4e84-8c19-d14e0b01e250?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.074182 10.0.0.249 - - [2026-08-03 03:17:04] "POST /network-policys HTTP/1.1" 200 565 0.085367 10.0.0.249 - - [2026-08-03 03:17:04] "GET /network-policy/fe247fab-bce2-4979-8534-42dcf0b20266?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.008581 10.0.0.249 - - [2026-08-03 03:17:04] "POST /fqname-to-id HTTP/1.1" 404 229 0.004100 10.0.0.249 - - [2026-08-03 03:17:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003854 10.0.0.161 - - [2026-08-03 03:17:04] "GET /projects?obj_uuids=03e98a91-8f63-4e84-8c19-d14e0b01e250&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.001436 10.0.0.249 - - [2026-08-03 03:17:04] "GET /project/03e98a91-8f63-4e84-8c19-d14e0b01e250?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.072502 10.0.0.249 - - [2026-08-03 03:17:04] "POST /network-policys HTTP/1.1" 200 565 0.082375 10.0.0.249 - - [2026-08-03 03:17:04] "GET /network-policy/a03f3495-63d2-4358-b13f-f87059618b8f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5026 0.008084 10.0.0.249 - - [2026-08-03 03:17:05] "POST /neutron/network HTTP/1.1" 200 2250 0.208210 10.0.0.50 - - [2026-08-03 03:17:05] "POST /fqname-to-id HTTP/1.1" 404 207 0.052291 10.0.0.249 - - [2026-08-03 03:17:05] "GET /virtual-network/1d030bbf-bbb6-4386-8334-20d00a5565b8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6152 0.020882 10.0.0.249 - - [2026-08-03 03:17:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004184 10.0.0.249 - - [2026-08-03 03:17:05] "GET /network-policy/49cef526-c1d4-4c88-8a5b-d1082495263f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.006068 10.0.0.249 - - [2026-08-03 03:17:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.005109 10.0.0.249 - - [2026-08-03 03:17:05] "GET /network-policy/7475ee88-815a-4cd9-b6f5-f44dd073b3ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.006665 10.0.0.249 - - [2026-08-03 03:17:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.005170 10.0.0.249 - - [2026-08-03 03:17:05] "GET /network-policy/87865127-f358-4d7b-b00f-99e185e4a34d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.005791 10.0.0.249 - - [2026-08-03 03:17:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.012520 10.0.0.249 - - [2026-08-03 03:17:05] "GET /network-policy/8b54087e-3b25-4129-8168-ac49a572624c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.005720 10.0.0.249 - - [2026-08-03 03:17:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004123 10.0.0.249 - - [2026-08-03 03:17:05] "GET /network-policy/a03f3495-63d2-4358-b13f-f87059618b8f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5026 0.008462 10.0.0.249 - - [2026-08-03 03:17:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003852 10.0.0.249 - - [2026-08-03 03:17:05] "GET /network-policy/b9ace6bf-4c39-4b28-a568-ca364186ea96?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5026 0.005544 10.0.0.249 - - [2026-08-03 03:17:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004857 10.0.0.249 - - [2026-08-03 03:17:05] "GET /network-policy/c2d6a2ea-9fc3-4125-8afe-a99fca654920?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5026 0.006091 10.0.0.249 - - [2026-08-03 03:17:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.005542 10.0.0.249 - - [2026-08-03 03:17:05] "GET /network-policy/c4a3f164-1e29-4577-989b-e92dbf408d6a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5026 0.005515 10.0.0.249 - - [2026-08-03 03:17:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004294 10.0.0.249 - - [2026-08-03 03:17:05] "GET /network-policy/f6650482-2574-4913-bba6-88ef329e59b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 8882 0.005786 10.0.0.249 - - [2026-08-03 03:17:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004359 10.0.0.249 - - [2026-08-03 03:17:05] "GET /network-policy/fe247fab-bce2-4979-8534-42dcf0b20266?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.005993 10.0.0.249 - - [2026-08-03 03:17:06] "POST /id-to-fqname HTTP/1.1" 200 235 0.001645 10.0.0.249 - - [2026-08-03 03:17:06] "POST /neutron/network HTTP/1.1" 200 2250 0.049209 10.0.0.249 - - [2026-08-03 03:17:06] "POST /neutron/port HTTP/1.1" 200 117 0.009365 10.0.0.50 - - [2026-08-03 03:17:09] "DELETE /access-control-list/54b8361d-b909-42ce-a805-a8c8bf1cd5a4 HTTP/1.1" 200 115 0.078775 10.0.0.249 - - [2026-08-03 03:17:11] "POST /neutron/port HTTP/1.1" 200 1174 0.037422 10.0.0.249 - - [2026-08-03 03:17:11] "POST /neutron/port HTTP/1.1" 200 1238 0.027046 10.0.0.249 - - [2026-08-03 03:17:12] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006738 10.0.0.249 - - [2026-08-03 03:17:12] "POST /neutron/port HTTP/1.1" 200 117 0.001319 10.0.0.249 - - [2026-08-03 03:17:16] "POST /neutron/port HTTP/1.1" 200 1238 0.023118 10.0.0.249 - - [2026-08-03 03:17:22] "POST /neutron/security_group HTTP/1.1" 200 2070 0.010307 10.0.0.161 - - [2026-08-03 03:17:25] "DELETE /project/0d8cbbc7-b5d2-4c40-bf89-bd7b6ef066da HTTP/1.1" 404 177 0.004860 10.0.0.161 - - [2026-08-03 03:17:25] "DELETE /project/03e98a918f634e848c19d14e0b01e250 HTTP/1.1" 404 173 0.004220 10.0.0.249 - - [2026-08-03 03:17:32] "POST /neutron/port HTTP/1.1" 200 1238 0.023835 10.0.0.249 - - [2026-08-03 03:17:37] "POST /neutron/security_group HTTP/1.1" 200 2070 0.009592 10.0.0.249 - - [2026-08-03 03:17:37] "POST /neutron/port HTTP/1.1" 200 1238 0.025658 10.0.0.249 - - [2026-08-03 03:17:37] "GET /virtual-machine/95914dc5-0d41-4398-ba73-00175304c8f5 HTTP/1.1" 401 293 0.000554 10.0.0.249 - - [2026-08-03 03:17:38] "GET /virtual-machine/95914dc5-0d41-4398-ba73-00175304c8f5 HTTP/1.1" 200 1307 0.031226 10.0.0.249 - - [2026-08-03 03:17:38] "GET /virtual-machine-interface/8474c723-c9e1-451f-aead-3fc56f42e6cd HTTP/1.1" 200 3176 0.007278 10.0.0.249 - - [2026-08-03 03:17:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004785 10.0.0.249 - - [2026-08-03 03:17:38] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.009563 10.0.0.249 - - [2026-08-03 03:17:38] "GET /virtual-networks?parent_id=03e98a91-8f63-4e84-8c19-d14e0b01e250&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.004414 10.0.0.249 - - [2026-08-03 03:17:38] "GET /virtual-network/1d030bbf-bbb6-4386-8334-20d00a5565b8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6152 0.008537 10.0.0.249 - - [2026-08-03 03:17:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.004344 10.0.0.249 - - [2026-08-03 03:17:41] "GET /virtual-network/1d030bbf-bbb6-4386-8334-20d00a5565b8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6152 0.007234 10.0.0.249 - - [2026-08-03 03:17:42] "POST /neutron/port HTTP/1.1" 200 1238 0.024863 10.0.0.249 - - [2026-08-03 03:17:43] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005497 10.0.0.249 - - [2026-08-03 03:17:43] "POST /neutron/port HTTP/1.1" 200 117 0.001464 10.0.0.249 - - [2026-08-03 03:17:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004495 10.0.0.249 - - [2026-08-03 03:17:45] "GET /virtual-network/1d030bbf-bbb6-4386-8334-20d00a5565b8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6152 0.006801 10.0.0.161 - - [2026-08-03 03:17:47] "GET /obj-perms HTTP/1.1" 200 4509 0.043950 10.0.0.249 - - [2026-08-03 03:17:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004515 10.0.0.249 - - [2026-08-03 03:17:49] "GET /virtual-network/1d030bbf-bbb6-4386-8334-20d00a5565b8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6152 0.007268 10.0.0.249 - - [2026-08-03 03:17:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004465 10.0.0.249 - - [2026-08-03 03:17:53] "GET /virtual-network/1d030bbf-bbb6-4386-8334-20d00a5565b8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6152 0.008640 10.0.0.249 - - [2026-08-03 03:17:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004548 10.0.0.249 - - [2026-08-03 03:17:57] "GET /virtual-network/1d030bbf-bbb6-4386-8334-20d00a5565b8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6152 0.007697 10.0.0.249 - - [2026-08-03 03:18:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.005754 10.0.0.249 - - [2026-08-03 03:18:02] "GET /virtual-network/1d030bbf-bbb6-4386-8334-20d00a5565b8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6152 0.008922 10.0.0.249 - - [2026-08-03 03:18:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004849 10.0.0.249 - - [2026-08-03 03:18:06] "GET /virtual-network/1d030bbf-bbb6-4386-8334-20d00a5565b8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6152 0.007991 10.0.0.249 - - [2026-08-03 03:18:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.005872 10.0.0.249 - - [2026-08-03 03:18:10] "GET /virtual-network/1d030bbf-bbb6-4386-8334-20d00a5565b8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6152 0.007594 10.0.0.249 - - [2026-08-03 03:18:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004678 10.0.0.249 - - [2026-08-03 03:18:12] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005513 10.0.0.249 - - [2026-08-03 03:18:12] "GET /virtual-networks?parent_id=03e98a91-8f63-4e84-8c19-d14e0b01e250&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.004069 10.0.0.249 - - [2026-08-03 03:18:12] "GET /virtual-network/1d030bbf-bbb6-4386-8334-20d00a5565b8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6152 0.007574 10.0.0.249 - - [2026-08-03 03:18:12] "POST /neutron/security_group HTTP/1.1" 200 2070 0.010035 10.0.0.249 - - [2026-08-03 03:18:17] "POST /neutron/port HTTP/1.1" 200 1238 0.025118 10.0.0.50 - - [2026-08-03 03:18:18] "GET /global-system-configs HTTP/1.1" 401 293 0.000517 10.0.0.50 - - [2026-08-03 03:18:18] "GET /global-system-configs HTTP/1.1" 401 293 0.000514 10.0.0.50 - - [2026-08-03 03:18:19] "GET /global-system-configs HTTP/1.1" 401 293 0.000470 10.0.0.50 - - [2026-08-03 03:18:19] "GET /global-system-configs HTTP/1.1" 401 293 0.000575 10.0.0.161 - - [2026-08-03 03:18:19] "GET /global-system-configs HTTP/1.1" 401 293 0.000497 10.0.0.161 - - [2026-08-03 03:18:19] "GET /global-system-configs HTTP/1.1" 401 293 0.000466 10.0.0.161 - - [2026-08-03 03:18:21] "GET /global-system-configs HTTP/1.1" 401 293 0.000582 10.0.0.161 - - [2026-08-03 03:18:21] "GET /global-system-configs HTTP/1.1" 401 293 0.000626 10.0.0.249 - - [2026-08-03 03:18:21] "GET /global-system-configs HTTP/1.1" 401 293 0.000491 10.0.0.249 - - [2026-08-03 03:18:21] "GET /global-system-configs HTTP/1.1" 401 293 0.000498 10.0.0.249 - - [2026-08-03 03:18:22] "GET /global-system-configs HTTP/1.1" 401 293 0.000545 10.0.0.249 - - [2026-08-03 03:18:22] "GET /global-system-configs HTTP/1.1" 401 293 0.000484 10.0.0.249 - - [2026-08-03 03:18:23] "POST /neutron/security_group HTTP/1.1" 200 2070 0.009497 10.0.0.249 - - [2026-08-03 03:18:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.005625 10.0.0.249 - - [2026-08-03 03:18:23] "GET /network-policy/b9ace6bf-4c39-4b28-a568-ca364186ea96?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5026 0.005257 10.0.0.249 - - [2026-08-03 03:18:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004589 10.0.0.249 - - [2026-08-03 03:18:23] "GET /network-policy/f6650482-2574-4913-bba6-88ef329e59b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 8882 0.006384 10.0.0.249 - - [2026-08-03 03:18:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004136 10.0.0.249 - - [2026-08-03 03:18:23] "GET /network-policy/c4a3f164-1e29-4577-989b-e92dbf408d6a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5026 0.005836 10.0.0.249 - - [2026-08-03 03:18:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004117 10.0.0.249 - - [2026-08-03 03:18:23] "GET /network-policy/c2d6a2ea-9fc3-4125-8afe-a99fca654920?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5026 0.006105 10.0.0.249 - - [2026-08-03 03:18:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004894 10.0.0.249 - - [2026-08-03 03:18:23] "GET /network-policy/49cef526-c1d4-4c88-8a5b-d1082495263f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.005857 10.0.0.249 - - [2026-08-03 03:18:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003700 10.0.0.249 - - [2026-08-03 03:18:23] "GET /network-policy/7475ee88-815a-4cd9-b6f5-f44dd073b3ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.005765 10.0.0.249 - - [2026-08-03 03:18:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004074 10.0.0.249 - - [2026-08-03 03:18:23] "GET /network-policy/8b54087e-3b25-4129-8168-ac49a572624c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.005905 10.0.0.249 - - [2026-08-03 03:18:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004308 10.0.0.249 - - [2026-08-03 03:18:23] "GET /network-policy/87865127-f358-4d7b-b00f-99e185e4a34d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.005548 10.0.0.249 - - [2026-08-03 03:18:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003990 10.0.0.249 - - [2026-08-03 03:18:24] "GET /network-policy/fe247fab-bce2-4979-8534-42dcf0b20266?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.005531 10.0.0.249 - - [2026-08-03 03:18:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004041 10.0.0.249 - - [2026-08-03 03:18:24] "GET /network-policy/a03f3495-63d2-4358-b13f-f87059618b8f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5026 0.005988 10.0.0.249 - - [2026-08-03 03:18:24] "POST /neutron/network HTTP/1.1" 200 2250 0.015557 10.0.0.249 - - [2026-08-03 03:18:24] "GET /virtual-network/1d030bbf-bbb6-4386-8334-20d00a5565b8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3497 0.012661 10.0.0.249 - - [2026-08-03 03:18:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.006019 10.0.0.249 - - [2026-08-03 03:18:24] "GET /network-policy/b9ace6bf-4c39-4b28-a568-ca364186ea96?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5026 0.005127 10.0.0.249 - - [2026-08-03 03:18:29] "POST /neutron/network HTTP/1.1" 200 1440 0.018281 10.0.0.50 - - [2026-08-03 03:18:29] "PUT /access-control-list/54d75783-9a54-48d4-9d0c-47ff10ebe1c1 HTTP/1.1" 200 273 0.077713 10.0.0.249 - - [2026-08-03 03:18:29] "GET /virtual-network/1d030bbf-bbb6-4386-8334-20d00a5565b8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3497 0.009298 10.0.0.249 - - [2026-08-03 03:18:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003722 10.0.0.249 - - [2026-08-03 03:18:29] "GET /network-policy/f6650482-2574-4913-bba6-88ef329e59b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 8882 0.006021 10.0.0.249 - - [2026-08-03 03:18:35] "POST /neutron/network HTTP/1.1" 200 1440 0.015175 10.0.0.50 - - [2026-08-03 03:18:35] "POST /fqname-to-id HTTP/1.1" 404 207 0.012471 10.0.0.249 - - [2026-08-03 03:18:35] "GET /virtual-network/1d030bbf-bbb6-4386-8334-20d00a5565b8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3497 0.009294 10.0.0.249 - - [2026-08-03 03:18:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003844 10.0.0.249 - - [2026-08-03 03:18:35] "GET /network-policy/c4a3f164-1e29-4577-989b-e92dbf408d6a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5026 0.005710 10.0.0.249 - - [2026-08-03 03:18:36] "POST /neutron/port HTTP/1.1" 200 1238 0.023968 10.0.0.249 - - [2026-08-03 03:18:37] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005534 10.0.0.249 - - [2026-08-03 03:18:37] "POST /neutron/port HTTP/1.1" 200 117 0.001570 10.0.0.249 - - [2026-08-03 03:18:40] "POST /neutron/network HTTP/1.1" 200 1440 0.015234 10.0.0.249 - - [2026-08-03 03:18:40] "GET /virtual-network/1d030bbf-bbb6-4386-8334-20d00a5565b8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3497 0.010150 10.0.0.249 - - [2026-08-03 03:18:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004166 10.0.0.249 - - [2026-08-03 03:18:40] "GET /network-policy/c2d6a2ea-9fc3-4125-8afe-a99fca654920?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5026 0.006059 10.0.0.249 - - [2026-08-03 03:18:45] "POST /neutron/network HTTP/1.1" 200 1440 0.015876 10.0.0.50 - - [2026-08-03 03:18:45] "PUT /access-control-list/54d75783-9a54-48d4-9d0c-47ff10ebe1c1 HTTP/1.1" 200 273 0.076854 10.0.0.249 - - [2026-08-03 03:18:45] "GET /virtual-network/1d030bbf-bbb6-4386-8334-20d00a5565b8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3497 0.011438 10.0.0.249 - - [2026-08-03 03:18:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004807 10.0.0.249 - - [2026-08-03 03:18:45] "GET /network-policy/49cef526-c1d4-4c88-8a5b-d1082495263f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.005327 10.0.0.249 - - [2026-08-03 03:18:50] "POST /neutron/network HTTP/1.1" 200 1440 0.013885 10.0.0.50 - - [2026-08-03 03:18:51] "POST /fqname-to-id HTTP/1.1" 404 207 0.006608 10.0.0.249 - - [2026-08-03 03:18:51] "GET /virtual-network/1d030bbf-bbb6-4386-8334-20d00a5565b8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3497 0.014563 10.0.0.249 - - [2026-08-03 03:18:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004541 10.0.0.249 - - [2026-08-03 03:18:51] "GET /network-policy/7475ee88-815a-4cd9-b6f5-f44dd073b3ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.005540 10.0.0.249 - - [2026-08-03 03:18:56] "POST /neutron/network HTTP/1.1" 200 1440 0.016481 10.0.0.249 - - [2026-08-03 03:18:56] "GET /virtual-network/1d030bbf-bbb6-4386-8334-20d00a5565b8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3497 0.010362 10.0.0.249 - - [2026-08-03 03:18:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004910 10.0.0.249 - - [2026-08-03 03:18:56] "GET /network-policy/8b54087e-3b25-4129-8168-ac49a572624c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.005219 10.0.0.249 - - [2026-08-03 03:19:01] "POST /neutron/network HTTP/1.1" 200 1440 0.021818 10.0.0.50 - - [2026-08-03 03:19:01] "PUT /access-control-list/54d75783-9a54-48d4-9d0c-47ff10ebe1c1 HTTP/1.1" 200 273 0.116898 10.0.0.249 - - [2026-08-03 03:19:02] "GET /virtual-network/1d030bbf-bbb6-4386-8334-20d00a5565b8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3497 0.012975 10.0.0.249 - - [2026-08-03 03:19:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.007269 10.0.0.249 - - [2026-08-03 03:19:02] "GET /network-policy/87865127-f358-4d7b-b00f-99e185e4a34d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.006015 10.0.0.249 - - [2026-08-03 03:19:07] "POST /neutron/network HTTP/1.1" 200 1440 0.014151 10.0.0.50 - - [2026-08-03 03:19:07] "POST /fqname-to-id HTTP/1.1" 404 207 0.012939 10.0.0.249 - - [2026-08-03 03:19:07] "GET /virtual-network/1d030bbf-bbb6-4386-8334-20d00a5565b8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3497 0.011733 10.0.0.249 - - [2026-08-03 03:19:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004511 10.0.0.249 - - [2026-08-03 03:19:07] "GET /network-policy/fe247fab-bce2-4979-8534-42dcf0b20266?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.007088 10.0.0.249 - - [2026-08-03 03:19:12] "POST /neutron/network HTTP/1.1" 200 1440 0.017680 10.0.0.249 - - [2026-08-03 03:19:12] "GET /virtual-network/1d030bbf-bbb6-4386-8334-20d00a5565b8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3497 0.009862 10.0.0.249 - - [2026-08-03 03:19:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.005364 10.0.0.249 - - [2026-08-03 03:19:12] "GET /network-policy/a03f3495-63d2-4358-b13f-f87059618b8f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5026 0.005492 10.0.0.249 - - [2026-08-03 03:19:17] "GET /virtual-machine/95914dc5-0d41-4398-ba73-00175304c8f5 HTTP/1.1" 200 1307 0.005576 10.0.0.249 - - [2026-08-03 03:19:19] "GET /virtual-machine/95914dc5-0d41-4398-ba73-00175304c8f5 HTTP/1.1" 200 1307 0.005903 10.0.0.249 - - [2026-08-03 03:19:19] "POST /neutron/port HTTP/1.1" 200 1238 0.022164 10.0.0.249 - - [2026-08-03 03:19:21] "GET /virtual-machine/95914dc5-0d41-4398-ba73-00175304c8f5 HTTP/1.1" 404 171 0.004691 10.0.0.249 - - [2026-08-03 03:19:21] "GET /virtual-machine/95914dc5-0d41-4398-ba73-00175304c8f5 HTTP/1.1" 404 171 0.003427 10.0.0.249 - - [2026-08-03 03:19:21] "GET /virtual-machine/95914dc5-0d41-4398-ba73-00175304c8f5 HTTP/1.1" 404 171 0.008276 10.0.0.249 - - [2026-08-03 03:19:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.004671 10.0.0.249 - - [2026-08-03 03:19:22] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004886 10.0.0.249 - - [2026-08-03 03:19:22] "GET /virtual-networks?parent_id=03e98a91-8f63-4e84-8c19-d14e0b01e250&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.004133 10.0.0.249 - - [2026-08-03 03:19:22] "GET /virtual-network/1d030bbf-bbb6-4386-8334-20d00a5565b8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3497 0.008795 10.0.0.249 - - [2026-08-03 03:19:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.004887 10.0.0.249 - - [2026-08-03 03:19:22] "GET /routing-instance/5d75381b-de30-4107-a047-6ace3cde61a3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1502 0.006047 10.0.0.249 - - [2026-08-03 03:19:22] "GET /route-target/e4406456-0276-4903-954b-371d50a0fd1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.005187 10.0.0.249 - - [2026-08-03 03:19:22] "GET /obj-perms HTTP/1.1" 200 4472 0.005388 10.0.0.249 - - [2026-08-03 03:19:28] "GET /obj-perms HTTP/1.1" 200 4472 0.004930 10.0.0.249 - - [2026-08-03 03:19:31] "GET /obj-perms HTTP/1.1" 200 4472 0.004707 10.0.0.249 - - [2026-08-03 03:19:37] "GET /obj-perms HTTP/1.1" 200 4472 0.004821 10.0.0.249 - - [2026-08-03 03:19:38] "GET /obj-perms HTTP/1.1" 200 4472 0.005172 10.0.0.249 - - [2026-08-03 03:19:38] "GET /virtual-network/1d030bbf-bbb6-4386-8334-20d00a5565b8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3497 0.007533 10.0.0.249 - - [2026-08-03 03:19:38] "POST /neutron/network HTTP/1.1" 200 1440 0.015476 10.0.0.50 - - [2026-08-03 03:19:38] "DELETE /access-control-list/54d75783-9a54-48d4-9d0c-47ff10ebe1c1 HTTP/1.1" 200 115 0.070866 10.0.0.249 - - [2026-08-03 03:19:38] "GET /virtual-network/1d030bbf-bbb6-4386-8334-20d00a5565b8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3177 0.010708 10.0.0.249 - - [2026-08-03 03:19:38] "DELETE /network-policy/a03f3495-63d2-4358-b13f-f87059618b8f HTTP/1.1" 200 115 0.050190 10.0.0.249 - - [2026-08-03 03:19:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004378 10.0.0.161 - - [2026-08-03 03:19:38] "GET /projects?obj_uuids=03e98a91-8f63-4e84-8c19-d14e0b01e250&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.001770 10.0.0.249 - - [2026-08-03 03:19:38] "GET /project/03e98a91-8f63-4e84-8c19-d14e0b01e250?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.063941 10.0.0.249 - - [2026-08-03 03:19:38] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-82963131&detail=False&count=False&shared=False HTTP/1.1" 200 2264 0.007773 10.0.0.249 - - [2026-08-03 03:19:38] "DELETE /network-policy/fe247fab-bce2-4979-8534-42dcf0b20266 HTTP/1.1" 200 115 0.059730 10.0.0.249 - - [2026-08-03 03:19:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.005662 10.0.0.161 - - [2026-08-03 03:19:38] "GET /projects?obj_uuids=03e98a91-8f63-4e84-8c19-d14e0b01e250&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.002168 10.0.0.249 - - [2026-08-03 03:19:38] "GET /project/03e98a91-8f63-4e84-8c19-d14e0b01e250?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.062623 10.0.0.249 - - [2026-08-03 03:19:38] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-82963131&detail=False&count=False&shared=False HTTP/1.1" 200 2027 0.007051 10.0.0.249 - - [2026-08-03 03:19:39] "DELETE /network-policy/87865127-f358-4d7b-b00f-99e185e4a34d HTTP/1.1" 200 115 0.050028 10.0.0.249 - - [2026-08-03 03:19:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.005555 10.0.0.161 - - [2026-08-03 03:19:39] "GET /projects?obj_uuids=03e98a91-8f63-4e84-8c19-d14e0b01e250&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.001209 10.0.0.249 - - [2026-08-03 03:19:39] "GET /project/03e98a91-8f63-4e84-8c19-d14e0b01e250?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.073062 10.0.0.249 - - [2026-08-03 03:19:39] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-82963131&detail=False&count=False&shared=False HTTP/1.1" 200 1790 0.021839 10.0.0.249 - - [2026-08-03 03:19:39] "DELETE /network-policy/8b54087e-3b25-4129-8168-ac49a572624c HTTP/1.1" 200 115 0.064853 10.0.0.249 - - [2026-08-03 03:19:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.004840 10.0.0.161 - - [2026-08-03 03:19:39] "GET /projects?obj_uuids=03e98a91-8f63-4e84-8c19-d14e0b01e250&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.001682 10.0.0.249 - - [2026-08-03 03:19:39] "GET /project/03e98a91-8f63-4e84-8c19-d14e0b01e250?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.107256 10.0.0.249 - - [2026-08-03 03:19:39] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-82963131&detail=False&count=False&shared=False HTTP/1.1" 200 1553 0.007488 10.0.0.249 - - [2026-08-03 03:19:39] "DELETE /network-policy/7475ee88-815a-4cd9-b6f5-f44dd073b3ab HTTP/1.1" 200 115 0.061968 10.0.0.249 - - [2026-08-03 03:19:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.004175 10.0.0.161 - - [2026-08-03 03:19:39] "GET /projects?obj_uuids=03e98a91-8f63-4e84-8c19-d14e0b01e250&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.001951 10.0.0.249 - - [2026-08-03 03:19:39] "GET /project/03e98a91-8f63-4e84-8c19-d14e0b01e250?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.056017 10.0.0.249 - - [2026-08-03 03:19:39] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-82963131&detail=False&count=False&shared=False HTTP/1.1" 200 1316 0.007217 10.0.0.249 - - [2026-08-03 03:19:39] "DELETE /network-policy/49cef526-c1d4-4c88-8a5b-d1082495263f HTTP/1.1" 200 115 0.052750 10.0.0.249 - - [2026-08-03 03:19:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.006177 10.0.0.161 - - [2026-08-03 03:19:39] "GET /projects?obj_uuids=03e98a91-8f63-4e84-8c19-d14e0b01e250&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.001362 10.0.0.249 - - [2026-08-03 03:19:39] "GET /project/03e98a91-8f63-4e84-8c19-d14e0b01e250?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.061707 10.0.0.249 - - [2026-08-03 03:19:40] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-82963131&detail=False&count=False&shared=False HTTP/1.1" 200 1078 0.007311 10.0.0.249 - - [2026-08-03 03:19:40] "DELETE /network-policy/c2d6a2ea-9fc3-4125-8afe-a99fca654920 HTTP/1.1" 200 115 0.056100 10.0.0.249 - - [2026-08-03 03:19:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004801 10.0.0.161 - - [2026-08-03 03:19:40] "GET /projects?obj_uuids=03e98a91-8f63-4e84-8c19-d14e0b01e250&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.001494 10.0.0.249 - - [2026-08-03 03:19:40] "GET /project/03e98a91-8f63-4e84-8c19-d14e0b01e250?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.067059 10.0.0.249 - - [2026-08-03 03:19:40] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-82963131&detail=False&count=False&shared=False HTTP/1.1" 200 841 0.007052 10.0.0.249 - - [2026-08-03 03:19:40] "DELETE /network-policy/c4a3f164-1e29-4577-989b-e92dbf408d6a HTTP/1.1" 200 115 0.054456 10.0.0.249 - - [2026-08-03 03:19:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.007938 10.0.0.161 - - [2026-08-03 03:19:40] "GET /projects?obj_uuids=03e98a91-8f63-4e84-8c19-d14e0b01e250&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.001462 10.0.0.249 - - [2026-08-03 03:19:40] "GET /project/03e98a91-8f63-4e84-8c19-d14e0b01e250?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.068624 10.0.0.249 - - [2026-08-03 03:19:40] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-82963131&detail=False&count=False&shared=False HTTP/1.1" 200 604 0.007880 10.0.0.249 - - [2026-08-03 03:19:40] "DELETE /network-policy/f6650482-2574-4913-bba6-88ef329e59b0 HTTP/1.1" 200 115 0.056291 10.0.0.249 - - [2026-08-03 03:19:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004441 10.0.0.161 - - [2026-08-03 03:19:40] "GET /projects?obj_uuids=03e98a91-8f63-4e84-8c19-d14e0b01e250&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.002919 10.0.0.249 - - [2026-08-03 03:19:40] "GET /project/03e98a91-8f63-4e84-8c19-d14e0b01e250?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.068411 10.0.0.249 - - [2026-08-03 03:19:40] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-82963131&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.006732 10.0.0.249 - - [2026-08-03 03:19:40] "DELETE /network-policy/b9ace6bf-4c39-4b28-a568-ca364186ea96 HTTP/1.1" 200 115 0.048304 10.0.0.249 - - [2026-08-03 03:19:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.014716 10.0.0.161 - - [2026-08-03 03:19:41] "GET /projects?obj_uuids=03e98a91-8f63-4e84-8c19-d14e0b01e250&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.001393 10.0.0.249 - - [2026-08-03 03:19:41] "GET /project/03e98a91-8f63-4e84-8c19-d14e0b01e250?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.059185 10.0.0.249 - - [2026-08-03 03:19:41] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-82963131&detail=False&count=False&shared=False HTTP/1.1" 200 131 0.007879 10.0.0.249 - - [2026-08-03 03:19:41] "POST /neutron/network HTTP/1.1" 200 1337 0.013936 10.0.0.249 - - [2026-08-03 03:19:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.004457 10.0.0.249 - - [2026-08-03 03:19:41] "DELETE /network-ipam/da173b87-abe2-4a4c-8e45-07d4cfab2e03 HTTP/1.1" 200 115 0.053133 10.0.0.249 - - [2026-08-03 03:19:41] "POST /fqname-to-id HTTP/1.1" 404 260 0.006303 10.0.0.161 - - [2026-08-03 03:19:41] "GET /projects?obj_uuids=03e98a91-8f63-4e84-8c19-d14e0b01e250&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.001621 10.0.0.161 - - [2026-08-03 03:19:41] "GET /project/03e98a91-8f63-4e84-8c19-d14e0b01e250?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1517 0.056152 10.0.0.161 - - [2026-08-03 03:19:41] "GET /projects?obj_uuids=03e98a91-8f63-4e84-8c19-d14e0b01e250&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.001524 10.0.0.161 - - [2026-08-03 03:19:41] "GET /project/03e98a91-8f63-4e84-8c19-d14e0b01e250?fields=security_groups HTTP/1.1" 200 1400 0.061040 10.0.0.161 - - [2026-08-03 03:19:42] "DELETE /security-group/f6cc4c04-9b67-4fc6-a9b0-7b5287162c3a HTTP/1.1" 200 115 0.087927 10.0.0.161 - - [2026-08-03 03:19:42] "GET /projects?obj_uuids=03e98a91-8f63-4e84-8c19-d14e0b01e250&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.001655 10.0.0.50 - - [2026-08-03 03:19:42] "DELETE /access-control-list/12616074-c5f0-4507-b7db-25a4acea6bce HTTP/1.1" 200 115 0.075165 10.0.0.161 - - [2026-08-03 03:19:42] "GET /project/03e98a91-8f63-4e84-8c19-d14e0b01e250?fields=application_policy_sets HTTP/1.1" 200 1439 0.083823 10.0.0.249 - - [2026-08-03 03:19:42] "DELETE /project/03e98a91-8f63-4e84-8c19-d14e0b01e250 HTTP/1.1" 200 115 0.582766 10.0.0.161 - - [2026-08-03 03:19:42] "GET /domains?obj_uuids=724de60e-9f87-4d23-867c-6bd9a9880f5b&detail=False&count=False&shared=False HTTP/1.1" 200 316 0.001125 10.0.0.249 - - [2026-08-03 03:19:42] "GET /domain/724de60e-9f87-4d23-867c-6bd9a9880f5b?fields=projects HTTP/1.1" 200 1441 0.015661 10.0.0.161 - - [2026-08-03 03:19:45] "GET /projects?obj_uuids=03e98a91-8f63-4e84-8c19-d14e0b01e250&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.005547 10.0.0.161 - - [2026-08-03 03:19:45] "GET /domains?obj_uuids=724de60e-9f87-4d23-867c-6bd9a9880f5b&detail=False&count=False&shared=False HTTP/1.1" 200 316 0.001077 10.0.0.161 - - [2026-08-03 03:19:45] "GET /domain/724de60e-9f87-4d23-867c-6bd9a9880f5b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.050493 10.0.0.161 - - [2026-08-03 03:19:45] "POST /id-to-fqname HTTP/1.1" 200 202 0.003203 10.0.0.161 - - [2026-08-03 03:19:45] "POST /fqname-to-id HTTP/1.1" 404 211 0.013927 10.0.0.161 - - [2026-08-03 03:19:45] "POST /security-groups HTTP/1.1" 200 605 0.046242 10.0.0.161 - - [2026-08-03 03:19:45] "POST /projects HTTP/1.1" 200 611 0.321289 10.0.0.50 - - [2026-08-03 03:19:45] "POST /access-control-lists HTTP/1.1" 200 610 0.043361 10.0.0.161 - - [2026-08-03 03:19:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.413254 10.0.0.249 - - [2026-08-03 03:19:45] "GET /project/03e98a91-8f63-4e84-8c19-d14e0b01e250?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.602538 10.0.0.161 - - [2026-08-03 03:19:45] "GET /projects?obj_uuids=03e98a91-8f63-4e84-8c19-d14e0b01e250&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.001577 10.0.0.249 - - [2026-08-03 03:19:45] "GET /project/03e98a91-8f63-4e84-8c19-d14e0b01e250?fields=virtual_networks HTTP/1.1" 200 1056 0.092775 10.0.0.161 - - [2026-08-03 03:19:45] "GET /projects?obj_uuids=03e98a91-8f63-4e84-8c19-d14e0b01e250&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.001881 10.0.0.249 - - [2026-08-03 03:19:45] "GET /project/03e98a91-8f63-4e84-8c19-d14e0b01e250?fields=virtual_machine_interfaces HTTP/1.1" 200 1056 0.071717 10.0.0.161 - - [2026-08-03 03:19:45] "GET /projects?obj_uuids=03e98a91-8f63-4e84-8c19-d14e0b01e250&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.002404 10.0.0.249 - - [2026-08-03 03:19:46] "GET /project/03e98a91-8f63-4e84-8c19-d14e0b01e250?fields=security_groups HTTP/1.1" 200 1295 0.076073 10.0.0.249 - - [2026-08-03 03:19:47] "POST /fqname-to-id HTTP/1.1" 404 194 0.045270 10.0.0.161 - - [2026-08-03 03:19:47] "GET /projects?obj_uuids=4ab32dbb-e5b8-4074-9fb2-5f621ceaaffc&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003663 10.0.0.161 - - [2026-08-03 03:19:47] "GET /domains?obj_uuids=724de60e-9f87-4d23-867c-6bd9a9880f5b&detail=False&count=False&shared=False HTTP/1.1" 200 316 0.002147 10.0.0.161 - - [2026-08-03 03:19:47] "GET /domain/724de60e-9f87-4d23-867c-6bd9a9880f5b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.048059 10.0.0.161 - - [2026-08-03 03:19:47] "POST /id-to-fqname HTTP/1.1" 200 196 0.008579 10.0.0.161 - - [2026-08-03 03:19:47] "POST /fqname-to-id HTTP/1.1" 404 205 0.014066 10.0.0.161 - - [2026-08-03 03:19:47] "POST /security-groups HTTP/1.1" 200 599 0.093994 10.0.0.50 - - [2026-08-03 03:19:47] "POST /fqname-to-id HTTP/1.1" 404 240 0.004331 10.0.0.161 - - [2026-08-03 03:19:47] "POST /projects HTTP/1.1" 200 599 0.378260 10.0.0.161 - - [2026-08-03 03:19:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.468056 10.0.0.50 - - [2026-08-03 03:19:47] "POST /access-control-lists HTTP/1.1" 200 602 0.047163 10.0.0.249 - - [2026-08-03 03:19:47] "GET /project/4ab32dbb-e5b8-4074-9fb2-5f621ceaaffc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1389 0.685589 10.0.0.249 - - [2026-08-03 03:19:49] "GET / HTTP/1.1" 200 36215 0.002566 10.0.0.50 - - [2026-08-03 03:19:50] "GET /obj-perms HTTP/1.1" 200 4509 0.054278 10.0.0.249 - - [2026-08-03 03:19:51] "GET /project/4ab32dbb-e5b8-4074-9fb2-5f621ceaaffc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000538 10.0.0.161 - - [2026-08-03 03:19:52] "GET /projects?obj_uuids=4ab32dbb-e5b8-4074-9fb2-5f621ceaaffc&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.001220 10.0.0.249 - - [2026-08-03 03:19:52] "GET /project/4ab32dbb-e5b8-4074-9fb2-5f621ceaaffc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1389 0.125221 10.0.0.249 - - [2026-08-03 03:19:53] "GET / HTTP/1.1" 200 36215 0.002626 10.0.0.249 - - [2026-08-03 03:19:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004606 10.0.0.161 - - [2026-08-03 03:19:53] "GET /domains?obj_uuids=724de60e-9f87-4d23-867c-6bd9a9880f5b&detail=False&count=False&shared=False HTTP/1.1" 200 316 0.001270 10.0.0.249 - - [2026-08-03 03:19:53] "GET /domain/724de60e-9f87-4d23-867c-6bd9a9880f5b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.009055 10.0.0.249 - - [2026-08-03 03:19:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.005265 10.0.0.161 - - [2026-08-03 03:19:53] "GET /projects?obj_uuids=4ab32dbb-e5b8-4074-9fb2-5f621ceaaffc&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.001090 10.0.0.249 - - [2026-08-03 03:19:53] "GET /project/4ab32dbb-e5b8-4074-9fb2-5f621ceaaffc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1389 0.075287 10.0.0.249 - - [2026-08-03 03:19:54] "GET /domains HTTP/1.1" 401 293 0.000523 10.0.0.249 - - [2026-08-03 03:19:55] "GET /domains HTTP/1.1" 200 281 0.044871 10.0.0.161 - - [2026-08-03 03:19:55] "GET /domains?obj_uuids=724de60e-9f87-4d23-867c-6bd9a9880f5b&detail=False&count=False&shared=False HTTP/1.1" 200 316 0.001584 10.0.0.249 - - [2026-08-03 03:19:55] "GET /domain/724de60e-9f87-4d23-867c-6bd9a9880f5b HTTP/1.1" 200 2982 0.015697 10.0.0.161 - - [2026-08-03 03:19:55] "GET /projects?obj_uuids=4ab32dbb-e5b8-4074-9fb2-5f621ceaaffc&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.001527 10.0.0.249 - - [2026-08-03 03:19:55] "GET /project/4ab32dbb-e5b8-4074-9fb2-5f621ceaaffc HTTP/1.1" 200 1892 0.129570 10.0.0.249 - - [2026-08-03 03:19:55] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 547 0.007236 10.0.0.249 - - [2026-08-03 03:19:55] "POST /network-ipams HTTP/1.1" 200 605 0.043713 10.0.0.249 - - [2026-08-03 03:19:55] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 801 0.004840 10.0.0.249 - - [2026-08-03 03:19:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.004516 10.0.0.249 - - [2026-08-03 03:19:55] "GET /network-ipam/04c67462-e0a9-40c1-be50-0e4281e02cc5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1425 0.008102 10.0.0.249 - - [2026-08-03 03:19:55] "PUT /network-ipam/04c67462-e0a9-40c1-be50-0e4281e02cc5 HTTP/1.1" 200 259 0.018669 10.0.0.249 - - [2026-08-03 03:19:56] "POST /fqname-to-id HTTP/1.1" 401 293 0.000535 10.0.0.249 - - [2026-08-03 03:19:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.031623 10.0.0.161 - - [2026-08-03 03:19:56] "GET /projects?obj_uuids=4ab32dbb-e5b8-4074-9fb2-5f621ceaaffc&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.001716 10.0.0.249 - - [2026-08-03 03:19:56] "GET /project/4ab32dbb-e5b8-4074-9fb2-5f621ceaaffc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1389 0.057555 10.0.0.161 - - [2026-08-03 03:19:56] "GET /projects?obj_uuids=4ab32dbb-e5b8-4074-9fb2-5f621ceaaffc&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.001522 10.0.0.249 - - [2026-08-03 03:19:56] "POST /neutron/network HTTP/1.1" 200 617 0.202561 10.0.0.249 - - [2026-08-03 03:19:57] "POST /neutron/network HTTP/1.1" 200 1074 0.017109 10.0.0.249 - - [2026-08-03 03:19:57] "POST /id-to-fqname HTTP/1.1" 200 229 0.001661 10.0.0.249 - - [2026-08-03 03:19:57] "GET /virtual-network/282abbbe-ac1c-4b6f-9638-9b298cd5e412?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2576 0.007592 10.0.0.249 - - [2026-08-03 03:19:57] "GET /virtual-network/282abbbe-ac1c-4b6f-9638-9b298cd5e412?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2576 0.009534 10.0.0.249 - - [2026-08-03 03:19:57] "POST /neutron/subnet HTTP/1.1" 200 701 0.011896 10.0.0.249 - - [2026-08-03 03:19:58] "GET /virtual-network/282abbbe-ac1c-4b6f-9638-9b298cd5e412?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2576 0.007232 10.0.0.161 - - [2026-08-03 03:19:59] "GET /obj-perms HTTP/1.1" 200 4466 0.052126 10.0.0.249 - - [2026-08-03 03:19:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.005463 10.0.0.161 - - [2026-08-03 03:19:59] "GET /projects?obj_uuids=4ab32dbb-e5b8-4074-9fb2-5f621ceaaffc&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.001669 10.0.0.249 - - [2026-08-03 03:19:59] "GET /project/4ab32dbb-e5b8-4074-9fb2-5f621ceaaffc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1389 0.069807 10.0.0.161 - - [2026-08-03 03:20:00] "GET /projects?obj_uuids=4ab32dbb-e5b8-4074-9fb2-5f621ceaaffc&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.001554 10.0.0.249 - - [2026-08-03 03:20:00] "POST /neutron/network HTTP/1.1" 200 617 0.229113 10.0.0.50 - - [2026-08-03 03:20:00] "POST /route-targets HTTP/1.1" 200 328 0.022011 10.0.0.249 - - [2026-08-03 03:20:00] "POST /neutron/network HTTP/1.1" 200 1074 0.015453 10.0.0.249 - - [2026-08-03 03:20:00] "POST /id-to-fqname HTTP/1.1" 200 229 0.001618 10.0.0.249 - - [2026-08-03 03:20:00] "GET /virtual-network/867df8d2-b704-46d1-90c8-0a79e5e923b4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2576 0.008523 10.0.0.249 - - [2026-08-03 03:20:00] "GET /virtual-network/867df8d2-b704-46d1-90c8-0a79e5e923b4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2576 0.009895 10.0.0.249 - - [2026-08-03 03:20:00] "POST /neutron/subnet HTTP/1.1" 200 701 0.014170 10.0.0.249 - - [2026-08-03 03:20:01] "GET /virtual-network/867df8d2-b704-46d1-90c8-0a79e5e923b4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2576 0.007696 10.0.0.249 - - [2026-08-03 03:20:01] "GET /obj-perms HTTP/1.1" 200 4466 0.052209 10.0.0.249 - - [2026-08-03 03:20:01] "POST /fqname-to-id HTTP/1.1" 404 205 0.005425 10.0.0.249 - - [2026-08-03 03:20:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.005381 10.0.0.161 - - [2026-08-03 03:20:01] "GET /projects?obj_uuids=4ab32dbb-e5b8-4074-9fb2-5f621ceaaffc&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.002336 10.0.0.249 - - [2026-08-03 03:20:01] "GET /project/4ab32dbb-e5b8-4074-9fb2-5f621ceaaffc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1389 0.069931 10.0.0.249 - - [2026-08-03 03:20:02] "POST /network-policys HTTP/1.1" 200 529 0.107239 10.0.0.249 - - [2026-08-03 03:20:02] "GET /network-policy/a30800ff-7675-473c-81c6-9655f116517c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3984 0.010948 10.0.0.249 - - [2026-08-03 03:20:02] "POST /fqname-to-id HTTP/1.1" 404 205 0.005648 10.0.0.249 - - [2026-08-03 03:20:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004196 10.0.0.161 - - [2026-08-03 03:20:02] "GET /projects?obj_uuids=4ab32dbb-e5b8-4074-9fb2-5f621ceaaffc&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.001518 10.0.0.249 - - [2026-08-03 03:20:02] "GET /project/4ab32dbb-e5b8-4074-9fb2-5f621ceaaffc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1389 0.059607 10.0.0.249 - - [2026-08-03 03:20:02] "POST /network-policys HTTP/1.1" 200 529 0.085504 10.0.0.249 - - [2026-08-03 03:20:02] "GET /network-policy/226300e7-ef56-461c-9d51-13fd14f73ce5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3984 0.008142 10.0.0.249 - - [2026-08-03 03:20:02] "POST /fqname-to-id HTTP/1.1" 404 205 0.004202 10.0.0.249 - - [2026-08-03 03:20:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004290 10.0.0.161 - - [2026-08-03 03:20:02] "GET /projects?obj_uuids=4ab32dbb-e5b8-4074-9fb2-5f621ceaaffc&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.001413 10.0.0.249 - - [2026-08-03 03:20:02] "GET /project/4ab32dbb-e5b8-4074-9fb2-5f621ceaaffc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1389 0.068253 10.0.0.249 - - [2026-08-03 03:20:03] "POST /network-policys HTTP/1.1" 200 529 0.085403 10.0.0.249 - - [2026-08-03 03:20:03] "GET /network-policy/a45ed72e-1901-4bea-9663-90b7d9c5a824?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3985 0.007899 10.0.0.249 - - [2026-08-03 03:20:03] "POST /fqname-to-id HTTP/1.1" 404 205 0.004405 10.0.0.249 - - [2026-08-03 03:20:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004167 10.0.0.161 - - [2026-08-03 03:20:03] "GET /projects?obj_uuids=4ab32dbb-e5b8-4074-9fb2-5f621ceaaffc&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.001958 10.0.0.249 - - [2026-08-03 03:20:03] "GET /project/4ab32dbb-e5b8-4074-9fb2-5f621ceaaffc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1389 0.082541 10.0.0.249 - - [2026-08-03 03:20:03] "POST /network-policys HTTP/1.1" 200 529 0.088787 10.0.0.249 - - [2026-08-03 03:20:03] "GET /network-policy/03c81036-84bd-4103-b1d7-27ac557a22ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3983 0.007973 10.0.0.249 - - [2026-08-03 03:20:03] "POST /fqname-to-id HTTP/1.1" 404 207 0.004370 10.0.0.249 - - [2026-08-03 03:20:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.005005 10.0.0.161 - - [2026-08-03 03:20:03] "GET /projects?obj_uuids=4ab32dbb-e5b8-4074-9fb2-5f621ceaaffc&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.001658 10.0.0.249 - - [2026-08-03 03:20:03] "GET /project/4ab32dbb-e5b8-4074-9fb2-5f621ceaaffc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1389 0.057642 10.0.0.249 - - [2026-08-03 03:20:04] "POST /network-policys HTTP/1.1" 200 533 0.046112 10.0.0.249 - - [2026-08-03 03:20:04] "GET /network-policy/552606c0-b1a6-415c-b0ba-d7c4aacace69?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1945 0.008323 10.0.0.249 - - [2026-08-03 03:20:04] "POST /fqname-to-id HTTP/1.1" 404 206 0.004906 10.0.0.249 - - [2026-08-03 03:20:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.007874 10.0.0.161 - - [2026-08-03 03:20:04] "GET /projects?obj_uuids=4ab32dbb-e5b8-4074-9fb2-5f621ceaaffc&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.001411 10.0.0.249 - - [2026-08-03 03:20:04] "GET /project/4ab32dbb-e5b8-4074-9fb2-5f621ceaaffc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1389 0.070373 10.0.0.249 - - [2026-08-03 03:20:04] "POST /network-policys HTTP/1.1" 200 531 0.093187 10.0.0.249 - - [2026-08-03 03:20:04] "GET /network-policy/b433829e-baa7-44b5-960d-53f651cefbe8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3988 0.007599 10.0.0.249 - - [2026-08-03 03:20:04] "POST /fqname-to-id HTTP/1.1" 404 206 0.004386 10.0.0.249 - - [2026-08-03 03:20:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003922 10.0.0.161 - - [2026-08-03 03:20:04] "GET /projects?obj_uuids=4ab32dbb-e5b8-4074-9fb2-5f621ceaaffc&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.001323 10.0.0.249 - - [2026-08-03 03:20:04] "GET /project/4ab32dbb-e5b8-4074-9fb2-5f621ceaaffc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1389 0.070302 10.0.0.249 - - [2026-08-03 03:20:05] "POST /network-policys HTTP/1.1" 200 531 0.093035 10.0.0.249 - - [2026-08-03 03:20:05] "GET /network-policy/44346854-a55e-4b55-9695-272ba7c7b13c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3987 0.008263 10.0.0.249 - - [2026-08-03 03:20:05] "POST /fqname-to-id HTTP/1.1" 404 206 0.004205 10.0.0.249 - - [2026-08-03 03:20:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.005926 10.0.0.161 - - [2026-08-03 03:20:05] "GET /projects?obj_uuids=4ab32dbb-e5b8-4074-9fb2-5f621ceaaffc&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.001581 10.0.0.249 - - [2026-08-03 03:20:05] "GET /project/4ab32dbb-e5b8-4074-9fb2-5f621ceaaffc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1389 0.070737 10.0.0.249 - - [2026-08-03 03:20:05] "POST /network-policys HTTP/1.1" 200 531 0.085147 10.0.0.249 - - [2026-08-03 03:20:05] "GET /network-policy/fa6954b7-78d0-4539-9fa1-475153dc1433?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3988 0.016981 10.0.0.249 - - [2026-08-03 03:20:05] "POST /fqname-to-id HTTP/1.1" 404 206 0.004131 10.0.0.249 - - [2026-08-03 03:20:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004467 10.0.0.161 - - [2026-08-03 03:20:05] "GET /projects?obj_uuids=4ab32dbb-e5b8-4074-9fb2-5f621ceaaffc&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.001214 10.0.0.249 - - [2026-08-03 03:20:05] "GET /project/4ab32dbb-e5b8-4074-9fb2-5f621ceaaffc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1389 0.054244 10.0.0.249 - - [2026-08-03 03:20:05] "POST /network-policys HTTP/1.1" 200 531 0.089602 10.0.0.249 - - [2026-08-03 03:20:06] "GET /network-policy/04bcff4b-ea38-468b-a0d6-99b16609aca8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3986 0.008115 10.0.0.249 - - [2026-08-03 03:20:06] "POST /fqname-to-id HTTP/1.1" 404 208 0.005934 10.0.0.249 - - [2026-08-03 03:20:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004727 10.0.0.161 - - [2026-08-03 03:20:06] "GET /projects?obj_uuids=4ab32dbb-e5b8-4074-9fb2-5f621ceaaffc&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.001360 10.0.0.249 - - [2026-08-03 03:20:06] "GET /project/4ab32dbb-e5b8-4074-9fb2-5f621ceaaffc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1389 0.067950 10.0.0.249 - - [2026-08-03 03:20:06] "POST /network-policys HTTP/1.1" 200 535 0.037477 10.0.0.249 - - [2026-08-03 03:20:06] "GET /network-policy/2eda5730-36ca-421a-b5aa-1503fecd4f9c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1128 0.009360 10.0.0.249 - - [2026-08-03 03:20:07] "POST /neutron/network HTTP/1.1" 200 1157 0.120110 10.0.0.249 - - [2026-08-03 03:20:07] "GET /virtual-network/282abbbe-ac1c-4b6f-9638-9b298cd5e412?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2875 0.007041 10.0.0.249 - - [2026-08-03 03:20:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004067 10.0.0.50 - - [2026-08-03 03:20:07] "POST /access-control-lists HTTP/1.1" 200 605 0.101354 10.0.0.249 - - [2026-08-03 03:20:07] "GET /network-policy/a30800ff-7675-473c-81c6-9655f116517c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3984 0.010487 10.0.0.249 - - [2026-08-03 03:20:07] "POST /neutron/network HTTP/1.1" 200 1159 0.136906 10.0.0.249 - - [2026-08-03 03:20:07] "GET /virtual-network/867df8d2-b704-46d1-90c8-0a79e5e923b4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2877 0.009929 10.0.0.249 - - [2026-08-03 03:20:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003728 10.0.0.50 - - [2026-08-03 03:20:07] "POST /ref-update HTTP/1.1" 200 156 0.040388 10.0.0.249 - - [2026-08-03 03:20:07] "GET /network-policy/552606c0-b1a6-415c-b0ba-d7c4aacace69?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1945 0.008113 10.0.0.249 - - [2026-08-03 03:20:07] "POST /id-to-fqname HTTP/1.1" 200 229 0.001704 10.0.0.161 - - [2026-08-03 03:20:08] "GET /projects?obj_uuids=4ab32dbb-e5b8-4074-9fb2-5f621ceaaffc&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.001769 10.0.0.249 - - [2026-08-03 03:20:08] "GET /project/4ab32dbb-e5b8-4074-9fb2-5f621ceaaffc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1389 0.181381 10.0.0.249 - - [2026-08-03 03:20:08] "POST /neutron/network HTTP/1.1" 200 1157 0.011932 10.0.0.249 - - [2026-08-03 03:20:08] "POST /id-to-fqname HTTP/1.1" 200 229 0.001755 10.0.0.249 - - [2026-08-03 03:20:08] "POST /neutron/port HTTP/1.1" 200 117 0.007717 10.0.0.249 - - [2026-08-03 03:20:08] "POST /neutron/port HTTP/1.1" 200 117 0.009838 10.0.0.249 - - [2026-08-03 03:20:12] "POST /neutron/network HTTP/1.1" 200 1167 0.008265 10.0.0.249 - - [2026-08-03 03:20:13] "POST /neutron/port HTTP/1.1" 200 1061 0.055037 10.0.0.161 - - [2026-08-03 03:20:13] "GET /projects?obj_uuids=4ab32dbb-e5b8-4074-9fb2-5f621ceaaffc&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.001245 10.0.0.249 - - [2026-08-03 03:20:13] "POST /neutron/port HTTP/1.1" 200 1061 0.481781 10.0.0.249 - - [2026-08-03 03:20:14] "POST /neutron/port HTTP/1.1" 200 1115 0.248592 10.0.0.249 - - [2026-08-03 03:20:14] "POST /neutron/port HTTP/1.1" 200 1125 0.027566 10.0.0.249 - - [2026-08-03 03:20:14] "POST /neutron/port HTTP/1.1" 200 117 0.001487 10.0.0.249 - - [2026-08-03 03:20:15] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005316 10.0.0.249 - - [2026-08-03 03:20:15] "POST /neutron/network HTTP/1.1" 200 1159 0.011826 10.0.0.249 - - [2026-08-03 03:20:24] "POST /neutron/port HTTP/1.1" 200 1125 0.023812 10.0.0.161 - - [2026-08-03 03:20:25] "DELETE /project/4ab32dbbe5b840749fb25f621ceaaffc HTTP/1.1" 404 173 0.002991 10.0.0.161 - - [2026-08-03 03:20:25] "DELETE /project/03e98a91-8f63-4e84-8c19-d14e0b01e250 HTTP/1.1" 404 177 0.006939 10.0.0.161 - - [2026-08-03 03:20:25] "DELETE /project/03e98a918f634e848c19d14e0b01e250 HTTP/1.1" 404 173 0.005657 10.0.0.249 - - [2026-08-03 03:20:29] "POST /neutron/security_group HTTP/1.1" 200 2064 0.013065 10.0.0.249 - - [2026-08-03 03:20:37] "POST /neutron/port HTTP/1.1" 200 1125 0.024493 10.0.0.249 - - [2026-08-03 03:20:38] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005699 10.0.0.249 - - [2026-08-03 03:20:38] "POST /neutron/network HTTP/1.1" 200 1157 0.011621 10.0.0.249 - - [2026-08-03 03:20:39] "POST /neutron/port HTTP/1.1" 200 1125 0.022578 10.0.0.249 - - [2026-08-03 03:20:40] "POST /neutron/security_group HTTP/1.1" 200 2064 0.010535 10.0.0.249 - - [2026-08-03 03:20:40] "GET /virtual-machine/345eb3f9-08d6-4642-8ffb-9205817808bd HTTP/1.1" 401 293 0.000519 10.0.0.249 - - [2026-08-03 03:20:40] "GET /virtual-machine/345eb3f9-08d6-4642-8ffb-9205817808bd HTTP/1.1" 200 1300 0.031474 10.0.0.249 - - [2026-08-03 03:20:40] "GET /virtual-machine-interface/46681483-858c-47de-a7ac-d37aa6cc2865 HTTP/1.1" 200 2957 0.006589 10.0.0.249 - - [2026-08-03 03:20:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004461 10.0.0.249 - - [2026-08-03 03:20:40] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004572 10.0.0.249 - - [2026-08-03 03:20:40] "GET /virtual-networks?parent_id=4ab32dbb-e5b8-4074-9fb2-5f621ceaaffc&detail=False&count=False&shared=False HTTP/1.1" 200 591 0.003834 10.0.0.249 - - [2026-08-03 03:20:40] "GET /virtual-network/282abbbe-ac1c-4b6f-9638-9b298cd5e412?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2875 0.007639 10.0.0.249 - - [2026-08-03 03:20:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.004976 10.0.0.249 - - [2026-08-03 03:20:43] "GET /virtual-network/282abbbe-ac1c-4b6f-9638-9b298cd5e412?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2875 0.006872 10.0.0.249 - - [2026-08-03 03:20:45] "POST /neutron/network HTTP/1.1" 200 1169 0.009749 10.0.0.249 - - [2026-08-03 03:20:45] "POST /neutron/port HTTP/1.1" 200 117 0.001802 10.0.0.249 - - [2026-08-03 03:20:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.005072 10.0.0.249 - - [2026-08-03 03:20:47] "GET /virtual-network/282abbbe-ac1c-4b6f-9638-9b298cd5e412?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2875 0.009292 10.0.0.249 - - [2026-08-03 03:20:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004183 10.0.0.249 - - [2026-08-03 03:20:51] "GET /virtual-network/282abbbe-ac1c-4b6f-9638-9b298cd5e412?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2875 0.007068 10.0.0.249 - - [2026-08-03 03:20:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.005037 10.0.0.249 - - [2026-08-03 03:20:55] "GET /virtual-network/282abbbe-ac1c-4b6f-9638-9b298cd5e412?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2875 0.007230 10.0.0.249 - - [2026-08-03 03:21:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.006109 10.0.0.249 - - [2026-08-03 03:21:00] "GET /virtual-network/282abbbe-ac1c-4b6f-9638-9b298cd5e412?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2875 0.008984 10.0.0.249 - - [2026-08-03 03:21:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004696 10.0.0.249 - - [2026-08-03 03:21:04] "GET /virtual-network/282abbbe-ac1c-4b6f-9638-9b298cd5e412?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2875 0.008237 10.0.0.249 - - [2026-08-03 03:21:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004608 10.0.0.249 - - [2026-08-03 03:21:08] "GET /virtual-network/282abbbe-ac1c-4b6f-9638-9b298cd5e412?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2875 0.007825 10.0.0.249 - - [2026-08-03 03:21:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.005078 10.0.0.249 - - [2026-08-03 03:21:10] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004992 10.0.0.249 - - [2026-08-03 03:21:10] "GET /virtual-networks?parent_id=4ab32dbb-e5b8-4074-9fb2-5f621ceaaffc&detail=False&count=False&shared=False HTTP/1.1" 200 591 0.004932 10.0.0.249 - - [2026-08-03 03:21:10] "GET /virtual-network/282abbbe-ac1c-4b6f-9638-9b298cd5e412?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2875 0.012717 10.0.0.249 - - [2026-08-03 03:21:10] "POST /neutron/security_group HTTP/1.1" 200 2064 0.010924 10.0.0.249 - - [2026-08-03 03:21:15] "POST /neutron/port HTTP/1.1" 200 1125 0.023154 10.0.0.249 - - [2026-08-03 03:21:20] "POST /neutron/security_group HTTP/1.1" 200 2064 0.009342 10.0.0.249 - - [2026-08-03 03:21:26] "POST /neutron/port HTTP/1.1" 200 1125 0.025749 10.0.0.249 - - [2026-08-03 03:21:26] "POST /neutron/security_group HTTP/1.1" 200 2064 0.010024 10.0.0.249 - - [2026-08-03 03:21:26] "GET /virtual-machine/75b81cb6-395c-4cfe-a759-df1b2a5c32ba HTTP/1.1" 200 1300 0.012656 10.0.0.249 - - [2026-08-03 03:21:26] "GET /virtual-machine-interface/2c6cabae-25cc-46af-8ec8-c05cc6ac24ee HTTP/1.1" 200 2957 0.006861 10.0.0.249 - - [2026-08-03 03:21:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004197 10.0.0.249 - - [2026-08-03 03:21:26] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004344 10.0.0.249 - - [2026-08-03 03:21:26] "GET /virtual-networks?parent_id=4ab32dbb-e5b8-4074-9fb2-5f621ceaaffc&detail=False&count=False&shared=False HTTP/1.1" 200 591 0.003563 10.0.0.249 - - [2026-08-03 03:21:26] "GET /virtual-network/867df8d2-b704-46d1-90c8-0a79e5e923b4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2877 0.006775 10.0.0.249 - - [2026-08-03 03:21:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004822 10.0.0.249 - - [2026-08-03 03:21:27] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005319 10.0.0.249 - - [2026-08-03 03:21:27] "GET /virtual-networks?parent_id=4ab32dbb-e5b8-4074-9fb2-5f621ceaaffc&detail=False&count=False&shared=False HTTP/1.1" 200 591 0.004170 10.0.0.249 - - [2026-08-03 03:21:27] "GET /virtual-network/867df8d2-b704-46d1-90c8-0a79e5e923b4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2877 0.007530 10.0.0.249 - - [2026-08-03 03:21:27] "POST /neutron/port HTTP/1.1" 200 1125 0.022017 10.0.0.249 - - [2026-08-03 03:21:32] "POST /neutron/security_group HTTP/1.1" 200 2064 0.009872 10.0.0.249 - - [2026-08-03 03:21:38] "POST /neutron/security_group HTTP/1.1" 200 2064 0.009525 10.0.0.249 - - [2026-08-03 03:21:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.005623 10.0.0.249 - - [2026-08-03 03:21:38] "GET /network-policy/a30800ff-7675-473c-81c6-9655f116517c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3984 0.005052 10.0.0.249 - - [2026-08-03 03:21:38] "POST /neutron/port HTTP/1.1" 200 1125 0.024126 10.0.0.249 - - [2026-08-03 03:21:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004861 10.0.0.249 - - [2026-08-03 03:21:38] "GET /network-policy/552606c0-b1a6-415c-b0ba-d7c4aacace69?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1945 0.004786 10.0.0.249 - - [2026-08-03 03:21:39] "POST /neutron/network HTTP/1.1" 200 1157 0.118773 10.0.0.50 - - [2026-08-03 03:21:39] "PUT /access-control-list/02c0662a-1f0d-4b02-b6d7-8562e044e116 HTTP/1.1" 200 273 0.070815 10.0.0.249 - - [2026-08-03 03:21:39] "GET /virtual-network/282abbbe-ac1c-4b6f-9638-9b298cd5e412?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2875 0.009712 10.0.0.249 - - [2026-08-03 03:21:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.007254 10.0.0.249 - - [2026-08-03 03:21:39] "GET /network-policy/226300e7-ef56-461c-9d51-13fd14f73ce5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3984 0.006284 10.0.0.249 - - [2026-08-03 03:21:39] "POST /neutron/network HTTP/1.1" 200 1167 0.008696 10.0.0.249 - - [2026-08-03 03:21:39] "POST /neutron/port HTTP/1.1" 200 117 0.001793 10.0.0.249 - - [2026-08-03 03:21:44] "POST /neutron/port HTTP/1.1" 200 1125 0.022595 10.0.0.249 - - [2026-08-03 03:21:45] "POST /neutron/subnet HTTP/1.1" 200 675 0.015655 10.0.0.50 - - [2026-08-03 03:21:51] "GET /obj-perms HTTP/1.1" 200 4509 0.047089 10.0.0.161 - - [2026-08-03 03:21:52] "GET /obj-perms HTTP/1.1" 200 4509 0.047562 10.0.0.249 - - [2026-08-03 03:22:37] "POST /neutron/network HTTP/1.1" 200 1157 0.012284 10.0.0.249 - - [2026-08-03 03:22:37] "GET /virtual-network/282abbbe-ac1c-4b6f-9638-9b298cd5e412?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2878 0.030102 10.0.0.249 - - [2026-08-03 03:22:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.005739 10.0.0.249 - - [2026-08-03 03:22:37] "GET /network-policy/2eda5730-36ca-421a-b5aa-1503fecd4f9c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1128 0.005771 10.0.0.249 - - [2026-08-03 03:22:39] "POST /neutron/port HTTP/1.1" 200 1125 0.024007 10.0.0.249 - - [2026-08-03 03:22:40] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005047 10.0.0.249 - - [2026-08-03 03:22:40] "POST /neutron/network HTTP/1.1" 200 1160 0.011226 10.0.0.50 - - [2026-08-03 03:22:46] "PUT /access-control-list/02c0662a-1f0d-4b02-b6d7-8562e044e116 HTTP/1.1" 200 273 0.088639 10.0.0.249 - - [2026-08-03 03:22:46] "POST /neutron/network HTTP/1.1" 200 1157 0.192146 10.0.0.249 - - [2026-08-03 03:22:46] "GET /virtual-network/282abbbe-ac1c-4b6f-9638-9b298cd5e412?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2875 0.034360 10.0.0.249 - - [2026-08-03 03:22:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.011262 10.0.0.249 - - [2026-08-03 03:22:46] "GET /network-policy/a45ed72e-1901-4bea-9663-90b7d9c5a824?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3985 0.006311 10.0.0.249 - - [2026-08-03 03:22:47] "POST /neutron/network HTTP/1.1" 200 1169 0.009394 10.0.0.249 - - [2026-08-03 03:22:47] "POST /neutron/port HTTP/1.1" 200 117 0.001539 10.0.0.249 - - [2026-08-03 03:22:55] "POST /neutron/network HTTP/1.1" 200 1157 0.162872 10.0.0.249 - - [2026-08-03 03:22:55] "GET /virtual-network/282abbbe-ac1c-4b6f-9638-9b298cd5e412?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2875 0.007359 10.0.0.249 - - [2026-08-03 03:22:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.004107 10.0.0.249 - - [2026-08-03 03:22:55] "GET /network-policy/03c81036-84bd-4103-b1d7-27ac557a22ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3983 0.015820 10.0.0.50 - - [2026-08-03 03:23:02] "PUT /access-control-list/02c0662a-1f0d-4b02-b6d7-8562e044e116 HTTP/1.1" 200 273 0.072240 10.0.0.249 - - [2026-08-03 03:23:02] "POST /neutron/network HTTP/1.1" 200 1158 0.194647 10.0.0.249 - - [2026-08-03 03:23:02] "GET /virtual-network/282abbbe-ac1c-4b6f-9638-9b298cd5e412?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2876 0.011162 10.0.0.249 - - [2026-08-03 03:23:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.006599 10.0.0.249 - - [2026-08-03 03:23:02] "GET /network-policy/b433829e-baa7-44b5-960d-53f651cefbe8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3988 0.005502 10.0.0.249 - - [2026-08-03 03:23:11] "POST /neutron/network HTTP/1.1" 200 1158 0.121940 10.0.0.249 - - [2026-08-03 03:23:11] "GET /virtual-network/282abbbe-ac1c-4b6f-9638-9b298cd5e412?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2876 0.008560 10.0.0.249 - - [2026-08-03 03:23:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.006540 10.0.0.50 - - [2026-08-03 03:23:11] "POST /ref-update HTTP/1.1" 200 156 0.048573 10.0.0.249 - - [2026-08-03 03:23:11] "GET /network-policy/44346854-a55e-4b55-9695-272ba7c7b13c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3987 0.006078 10.0.0.50 - - [2026-08-03 03:23:18] "GET /global-system-configs HTTP/1.1" 401 293 0.000618 10.0.0.50 - - [2026-08-03 03:23:18] "GET /global-system-configs HTTP/1.1" 401 293 0.000502 10.0.0.249 - - [2026-08-03 03:23:18] "POST /neutron/network HTTP/1.1" 200 1158 0.118167 10.0.0.249 - - [2026-08-03 03:23:18] "GET /virtual-network/282abbbe-ac1c-4b6f-9638-9b298cd5e412?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2876 0.006937 10.0.0.249 - - [2026-08-03 03:23:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.007002 10.0.0.249 - - [2026-08-03 03:23:18] "GET /network-policy/fa6954b7-78d0-4539-9fa1-475153dc1433?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3988 0.006220 10.0.0.50 - - [2026-08-03 03:23:19] "GET /global-system-configs HTTP/1.1" 401 293 0.000555 10.0.0.50 - - [2026-08-03 03:23:19] "GET /global-system-configs HTTP/1.1" 401 293 0.000487 10.0.0.161 - - [2026-08-03 03:23:19] "GET /global-system-configs HTTP/1.1" 401 293 0.000580 10.0.0.161 - - [2026-08-03 03:23:19] "GET /global-system-configs HTTP/1.1" 401 293 0.000515 10.0.0.161 - - [2026-08-03 03:23:21] "GET /global-system-configs HTTP/1.1" 401 293 0.000594 10.0.0.161 - - [2026-08-03 03:23:21] "GET /global-system-configs HTTP/1.1" 401 293 0.000563 10.0.0.249 - - [2026-08-03 03:23:21] "GET /global-system-configs HTTP/1.1" 401 293 0.000495 10.0.0.249 - - [2026-08-03 03:23:21] "GET /global-system-configs HTTP/1.1" 401 293 0.000678 10.0.0.249 - - [2026-08-03 03:23:22] "GET /global-system-configs HTTP/1.1" 401 293 0.000687 10.0.0.249 - - [2026-08-03 03:23:22] "GET /global-system-configs HTTP/1.1" 401 293 0.000626 10.0.0.249 - - [2026-08-03 03:23:27] "POST /neutron/network HTTP/1.1" 200 1158 0.134719 10.0.0.249 - - [2026-08-03 03:23:27] "GET /virtual-network/282abbbe-ac1c-4b6f-9638-9b298cd5e412?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2876 0.007355 10.0.0.249 - - [2026-08-03 03:23:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004402 10.0.0.249 - - [2026-08-03 03:23:27] "GET /network-policy/04bcff4b-ea38-468b-a0d6-99b16609aca8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3986 0.005322 10.0.0.249 - - [2026-08-03 03:23:35] "GET /virtual-network/282abbbe-ac1c-4b6f-9638-9b298cd5e412?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2876 0.007457 10.0.0.249 - - [2026-08-03 03:23:35] "POST /neutron/network HTTP/1.1" 200 1074 0.109823 10.0.0.50 - - [2026-08-03 03:23:35] "DELETE /access-control-list/02c0662a-1f0d-4b02-b6d7-8562e044e116 HTTP/1.1" 200 115 0.065602 10.0.0.249 - - [2026-08-03 03:23:35] "GET /virtual-network/282abbbe-ac1c-4b6f-9638-9b298cd5e412?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2576 0.006624 10.0.0.249 - - [2026-08-03 03:23:35] "GET /virtual-machine/75b81cb6-395c-4cfe-a759-df1b2a5c32ba HTTP/1.1" 200 1300 0.005061 10.0.0.249 - - [2026-08-03 03:23:37] "GET /virtual-machine/75b81cb6-395c-4cfe-a759-df1b2a5c32ba HTTP/1.1" 200 1300 0.005469 10.0.0.249 - - [2026-08-03 03:23:37] "POST /neutron/port HTTP/1.1" 200 1115 0.019982 10.0.0.249 - - [2026-08-03 03:23:39] "GET /virtual-machine/75b81cb6-395c-4cfe-a759-df1b2a5c32ba HTTP/1.1" 404 171 0.004218 10.0.0.249 - - [2026-08-03 03:23:39] "GET /virtual-machine/75b81cb6-395c-4cfe-a759-df1b2a5c32ba HTTP/1.1" 404 171 0.010624 10.0.0.249 - - [2026-08-03 03:23:39] "GET /virtual-machine/75b81cb6-395c-4cfe-a759-df1b2a5c32ba HTTP/1.1" 404 171 0.005905 10.0.0.249 - - [2026-08-03 03:23:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.004242 10.0.0.249 - - [2026-08-03 03:23:39] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004596 10.0.0.249 - - [2026-08-03 03:23:39] "GET /virtual-networks?parent_id=4ab32dbb-e5b8-4074-9fb2-5f621ceaaffc&detail=False&count=False&shared=False HTTP/1.1" 200 591 0.003907 10.0.0.249 - - [2026-08-03 03:23:39] "GET /virtual-network/867df8d2-b704-46d1-90c8-0a79e5e923b4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2877 0.007394 10.0.0.249 - - [2026-08-03 03:23:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.006032 10.0.0.249 - - [2026-08-03 03:23:39] "GET /routing-instance/3c92823f-e0f8-4165-a416-e110270a0ceb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1496 0.006496 10.0.0.249 - - [2026-08-03 03:23:39] "GET /route-target/3f30a89e-95dd-41cf-8d49-db626368bf65?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.006212 10.0.0.249 - - [2026-08-03 03:23:39] "GET /obj-perms HTTP/1.1" 200 4466 0.005352 10.0.0.249 - - [2026-08-03 03:23:42] "POST /neutron/port HTTP/1.1" 200 1125 0.025649 10.0.0.249 - - [2026-08-03 03:23:42] "POST /neutron/subnet HTTP/1.1" 200 675 0.013474 10.0.0.50 - - [2026-08-03 03:23:43] "GET /obj-perms HTTP/1.1" 200 4466 0.051508 10.0.0.249 - - [2026-08-03 03:23:49] "GET /obj-perms HTTP/1.1" 200 4466 0.004902 10.0.0.50 - - [2026-08-03 03:23:52] "GET /obj-perms HTTP/1.1" 200 4466 0.004777 10.0.0.249 - - [2026-08-03 03:23:55] "GET /obj-perms HTTP/1.1" 200 4466 0.005237 10.0.0.50 - - [2026-08-03 03:24:01] "GET /obj-perms HTTP/1.1" 200 4466 0.005136 10.0.0.249 - - [2026-08-03 03:24:04] "GET /obj-perms HTTP/1.1" 200 4466 0.004624 10.0.0.249 - - [2026-08-03 03:24:07] "GET /obj-perms HTTP/1.1" 200 4466 0.005317 10.0.0.50 - - [2026-08-03 03:24:07] "GET /obj-perms HTTP/1.1" 200 4466 0.004825 10.0.0.249 - - [2026-08-03 03:24:08] "GET /virtual-machine/345eb3f9-08d6-4642-8ffb-9205817808bd HTTP/1.1" 200 1300 0.005457 10.0.0.249 - - [2026-08-03 03:24:10] "GET /virtual-machine/345eb3f9-08d6-4642-8ffb-9205817808bd HTTP/1.1" 200 1300 0.005194 10.0.0.249 - - [2026-08-03 03:24:10] "POST /neutron/port HTTP/1.1" 200 1125 0.024875 10.0.0.249 - - [2026-08-03 03:24:12] "GET /virtual-machine/345eb3f9-08d6-4642-8ffb-9205817808bd HTTP/1.1" 404 171 0.004969 10.0.0.249 - - [2026-08-03 03:24:12] "GET /virtual-machine/345eb3f9-08d6-4642-8ffb-9205817808bd HTTP/1.1" 404 171 0.003780 10.0.0.249 - - [2026-08-03 03:24:12] "GET /virtual-machine/345eb3f9-08d6-4642-8ffb-9205817808bd HTTP/1.1" 404 171 0.003881 10.0.0.249 - - [2026-08-03 03:24:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004424 10.0.0.249 - - [2026-08-03 03:24:12] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.008809 10.0.0.249 - - [2026-08-03 03:24:12] "GET /virtual-networks?parent_id=4ab32dbb-e5b8-4074-9fb2-5f621ceaaffc&detail=False&count=False&shared=False HTTP/1.1" 200 591 0.008235 10.0.0.249 - - [2026-08-03 03:24:12] "GET /virtual-network/282abbbe-ac1c-4b6f-9638-9b298cd5e412?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2576 0.007390 10.0.0.249 - - [2026-08-03 03:24:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003771 10.0.0.249 - - [2026-08-03 03:24:12] "GET /routing-instance/078ac90b-ef4e-4d12-a072-cf29049940d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1495 0.005800 10.0.0.249 - - [2026-08-03 03:24:12] "GET /route-target/8b1a29fc-26f4-49a0-8bab-89111cefcf8c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.009839 10.0.0.249 - - [2026-08-03 03:24:15] "GET /obj-perms HTTP/1.1" 200 4466 0.004775 10.0.0.249 - - [2026-08-03 03:24:18] "GET /obj-perms HTTP/1.1" 200 4466 0.005205 10.0.0.249 - - [2026-08-03 03:24:24] "GET /obj-perms HTTP/1.1" 200 4466 0.005669 10.0.0.249 - - [2026-08-03 03:24:28] "GET /obj-perms HTTP/1.1" 200 4466 0.005139 10.0.0.249 - - [2026-08-03 03:24:34] "GET /obj-perms HTTP/1.1" 200 4466 0.005707 10.0.0.249 - - [2026-08-03 03:24:37] "GET /obj-perms HTTP/1.1" 200 4466 0.005509 10.0.0.161 - - [2026-08-03 03:24:37] "GET /obj-perms HTTP/1.1" 200 4466 0.005276 10.0.0.249 - - [2026-08-03 03:24:37] "GET /virtual-network/867df8d2-b704-46d1-90c8-0a79e5e923b4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2877 0.007006 10.0.0.249 - - [2026-08-03 03:24:37] "POST /neutron/network HTTP/1.1" 200 1159 0.013844 10.0.0.50 - - [2026-08-03 03:24:37] "POST /ref-update HTTP/1.1" 200 156 0.025694 10.0.0.249 - - [2026-08-03 03:24:37] "GET /virtual-network/867df8d2-b704-46d1-90c8-0a79e5e923b4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2576 0.012092 10.0.0.249 - - [2026-08-03 03:24:38] "DELETE /network-policy/2eda5730-36ca-421a-b5aa-1503fecd4f9c HTTP/1.1" 200 115 0.051801 10.0.0.249 - - [2026-08-03 03:24:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.006241 10.0.0.161 - - [2026-08-03 03:24:38] "GET /projects?obj_uuids=4ab32dbb-e5b8-4074-9fb2-5f621ceaaffc&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.027709 10.0.0.249 - - [2026-08-03 03:24:38] "GET /project/4ab32dbb-e5b8-4074-9fb2-5f621ceaaffc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1389 0.106203 10.0.0.249 - - [2026-08-03 03:24:38] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-83149757&detail=False&count=False&shared=False HTTP/1.1" 200 2081 0.007786 10.0.0.249 - - [2026-08-03 03:24:38] "DELETE /network-policy/04bcff4b-ea38-468b-a0d6-99b16609aca8 HTTP/1.1" 200 115 0.053330 10.0.0.249 - - [2026-08-03 03:24:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.005433 10.0.0.161 - - [2026-08-03 03:24:38] "GET /projects?obj_uuids=4ab32dbb-e5b8-4074-9fb2-5f621ceaaffc&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.001207 10.0.0.249 - - [2026-08-03 03:24:38] "GET /project/4ab32dbb-e5b8-4074-9fb2-5f621ceaaffc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1389 0.055090 10.0.0.249 - - [2026-08-03 03:24:38] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-83149757&detail=False&count=False&shared=False HTTP/1.1" 200 1864 0.009173 10.0.0.249 - - [2026-08-03 03:24:38] "DELETE /network-policy/fa6954b7-78d0-4539-9fa1-475153dc1433 HTTP/1.1" 200 115 0.067112 10.0.0.249 - - [2026-08-03 03:24:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.007671 10.0.0.161 - - [2026-08-03 03:24:38] "GET /projects?obj_uuids=4ab32dbb-e5b8-4074-9fb2-5f621ceaaffc&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.001407 10.0.0.249 - - [2026-08-03 03:24:38] "GET /project/4ab32dbb-e5b8-4074-9fb2-5f621ceaaffc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1389 0.069732 10.0.0.249 - - [2026-08-03 03:24:38] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-83149757&detail=False&count=False&shared=False HTTP/1.1" 200 1647 0.007448 10.0.0.249 - - [2026-08-03 03:24:38] "DELETE /network-policy/44346854-a55e-4b55-9695-272ba7c7b13c HTTP/1.1" 200 115 0.058213 10.0.0.249 - - [2026-08-03 03:24:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.008204 10.0.0.161 - - [2026-08-03 03:24:38] "GET /projects?obj_uuids=4ab32dbb-e5b8-4074-9fb2-5f621ceaaffc&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.001425 10.0.0.249 - - [2026-08-03 03:24:38] "GET /project/4ab32dbb-e5b8-4074-9fb2-5f621ceaaffc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1389 0.071761 10.0.0.249 - - [2026-08-03 03:24:38] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-83149757&detail=False&count=False&shared=False HTTP/1.1" 200 1430 0.006929 10.0.0.249 - - [2026-08-03 03:24:39] "DELETE /network-policy/b433829e-baa7-44b5-960d-53f651cefbe8 HTTP/1.1" 200 115 0.055479 10.0.0.249 - - [2026-08-03 03:24:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.005075 10.0.0.161 - - [2026-08-03 03:24:39] "GET /projects?obj_uuids=4ab32dbb-e5b8-4074-9fb2-5f621ceaaffc&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.001102 10.0.0.249 - - [2026-08-03 03:24:39] "GET /project/4ab32dbb-e5b8-4074-9fb2-5f621ceaaffc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1389 0.056211 10.0.0.249 - - [2026-08-03 03:24:39] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-83149757&detail=False&count=False&shared=False HTTP/1.1" 200 1213 0.007478 10.0.0.249 - - [2026-08-03 03:24:39] "DELETE /network-policy/552606c0-b1a6-415c-b0ba-d7c4aacace69 HTTP/1.1" 200 115 0.062328 10.0.0.249 - - [2026-08-03 03:24:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.005808 10.0.0.161 - - [2026-08-03 03:24:39] "GET /projects?obj_uuids=4ab32dbb-e5b8-4074-9fb2-5f621ceaaffc&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.001466 10.0.0.249 - - [2026-08-03 03:24:39] "GET /project/4ab32dbb-e5b8-4074-9fb2-5f621ceaaffc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1389 0.070459 10.0.0.249 - - [2026-08-03 03:24:39] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-83149757&detail=False&count=False&shared=False HTTP/1.1" 200 994 0.007585 10.0.0.249 - - [2026-08-03 03:24:39] "DELETE /network-policy/03c81036-84bd-4103-b1d7-27ac557a22ff HTTP/1.1" 200 115 0.056041 10.0.0.249 - - [2026-08-03 03:24:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.004843 10.0.0.161 - - [2026-08-03 03:24:39] "GET /projects?obj_uuids=4ab32dbb-e5b8-4074-9fb2-5f621ceaaffc&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.001453 10.0.0.249 - - [2026-08-03 03:24:39] "GET /project/4ab32dbb-e5b8-4074-9fb2-5f621ceaaffc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1389 0.069685 10.0.0.249 - - [2026-08-03 03:24:39] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-83149757&detail=False&count=False&shared=False HTTP/1.1" 200 778 0.007985 10.0.0.249 - - [2026-08-03 03:24:39] "DELETE /network-policy/a45ed72e-1901-4bea-9663-90b7d9c5a824 HTTP/1.1" 200 115 0.068415 10.0.0.249 - - [2026-08-03 03:24:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.011680 10.0.0.161 - - [2026-08-03 03:24:39] "GET /projects?obj_uuids=4ab32dbb-e5b8-4074-9fb2-5f621ceaaffc&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.001359 10.0.0.249 - - [2026-08-03 03:24:40] "GET /project/4ab32dbb-e5b8-4074-9fb2-5f621ceaaffc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1389 0.070949 10.0.0.249 - - [2026-08-03 03:24:40] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-83149757&detail=False&count=False&shared=False HTTP/1.1" 200 562 0.007525 10.0.0.249 - - [2026-08-03 03:24:40] "DELETE /network-policy/226300e7-ef56-461c-9d51-13fd14f73ce5 HTTP/1.1" 200 115 0.060499 10.0.0.249 - - [2026-08-03 03:24:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004661 10.0.0.161 - - [2026-08-03 03:24:40] "GET /projects?obj_uuids=4ab32dbb-e5b8-4074-9fb2-5f621ceaaffc&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.002059 10.0.0.249 - - [2026-08-03 03:24:40] "GET /project/4ab32dbb-e5b8-4074-9fb2-5f621ceaaffc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1389 0.072046 10.0.0.249 - - [2026-08-03 03:24:40] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-83149757&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.007907 10.0.0.249 - - [2026-08-03 03:24:40] "DELETE /network-policy/a30800ff-7675-473c-81c6-9655f116517c HTTP/1.1" 200 115 0.050034 10.0.0.249 - - [2026-08-03 03:24:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004228 10.0.0.161 - - [2026-08-03 03:24:40] "GET /projects?obj_uuids=4ab32dbb-e5b8-4074-9fb2-5f621ceaaffc&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.001462 10.0.0.249 - - [2026-08-03 03:24:40] "GET /project/4ab32dbb-e5b8-4074-9fb2-5f621ceaaffc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1389 0.052772 10.0.0.249 - - [2026-08-03 03:24:40] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-83149757&detail=False&count=False&shared=False HTTP/1.1" 200 131 0.007990 10.0.0.249 - - [2026-08-03 03:24:40] "POST /neutron/network HTTP/1.1" 200 1074 0.012372 10.0.0.161 - - [2026-08-03 03:24:41] "POST /useragent-kv HTTP/1.1" 200 115 0.005232 10.0.0.161 - - [2026-08-03 03:24:41] "POST /useragent-kv HTTP/1.1" 200 115 0.004603 10.0.0.50 - - [2026-08-03 03:24:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.005606 10.0.0.161 - - [2026-08-03 03:24:41] "POST /useragent-kv HTTP/1.1" 200 115 0.003036 10.0.0.161 - - [2026-08-03 03:24:41] "POST /useragent-kv HTTP/1.1" 200 115 0.003982 10.0.0.249 - - [2026-08-03 03:24:41] "POST /neutron/network HTTP/1.1" 200 151 0.197824 10.0.0.249 - - [2026-08-03 03:24:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.004841 10.0.0.249 - - [2026-08-03 03:24:41] "DELETE /network-ipam/04c67462-e0a9-40c1-be50-0e4281e02cc5 HTTP/1.1" 200 115 0.056196 10.0.0.249 - - [2026-08-03 03:24:41] "POST /fqname-to-id HTTP/1.1" 404 248 0.004632 10.0.0.161 - - [2026-08-03 03:24:41] "GET /projects?obj_uuids=4ab32dbb-e5b8-4074-9fb2-5f621ceaaffc&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.002307 10.0.0.161 - - [2026-08-03 03:24:41] "GET /project/4ab32dbb-e5b8-4074-9fb2-5f621ceaaffc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1494 0.051885 10.0.0.161 - - [2026-08-03 03:24:41] "GET /projects?obj_uuids=4ab32dbb-e5b8-4074-9fb2-5f621ceaaffc&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.002172 10.0.0.161 - - [2026-08-03 03:24:41] "GET /project/4ab32dbb-e5b8-4074-9fb2-5f621ceaaffc?fields=security_groups HTTP/1.1" 200 1383 0.066793 10.0.0.161 - - [2026-08-03 03:24:42] "DELETE /security-group/7b098f20-e500-4a22-ab77-d15bbc50da16 HTTP/1.1" 200 115 0.088078 10.0.0.161 - - [2026-08-03 03:24:42] "GET /projects?obj_uuids=4ab32dbb-e5b8-4074-9fb2-5f621ceaaffc&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.002792 10.0.0.161 - - [2026-08-03 03:24:42] "GET /project/4ab32dbb-e5b8-4074-9fb2-5f621ceaaffc?fields=application_policy_sets HTTP/1.1" 200 1422 0.079680 10.0.0.50 - - [2026-08-03 03:24:42] "DELETE /access-control-list/2093ff4f-537f-4d37-bc1b-e9cca95cc972 HTTP/1.1" 200 115 0.062562 10.0.0.249 - - [2026-08-03 03:24:42] "DELETE /project/4ab32dbb-e5b8-4074-9fb2-5f621ceaaffc HTTP/1.1" 200 115 0.558388 10.0.0.161 - - [2026-08-03 03:24:42] "GET /domains?obj_uuids=724de60e-9f87-4d23-867c-6bd9a9880f5b&detail=False&count=False&shared=False HTTP/1.1" 200 316 0.002457 10.0.0.249 - - [2026-08-03 03:24:42] "GET /domain/724de60e-9f87-4d23-867c-6bd9a9880f5b?fields=projects HTTP/1.1" 200 1441 0.015439 10.0.0.161 - - [2026-08-03 03:24:43] "GET /projects?obj_uuids=4ab32dbb-e5b8-4074-9fb2-5f621ceaaffc&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.005107 10.0.0.161 - - [2026-08-03 03:24:43] "GET /domains?obj_uuids=724de60e-9f87-4d23-867c-6bd9a9880f5b&detail=False&count=False&shared=False HTTP/1.1" 200 316 0.001323 10.0.0.161 - - [2026-08-03 03:24:43] "GET /domain/724de60e-9f87-4d23-867c-6bd9a9880f5b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.051719 10.0.0.161 - - [2026-08-03 03:24:44] "POST /id-to-fqname HTTP/1.1" 200 196 0.009618 10.0.0.161 - - [2026-08-03 03:24:44] "POST /fqname-to-id HTTP/1.1" 404 205 0.006321 10.0.0.161 - - [2026-08-03 03:24:44] "POST /security-groups HTTP/1.1" 200 599 0.089950 10.0.0.161 - - [2026-08-03 03:24:44] "POST /projects HTTP/1.1" 200 599 0.385009 10.0.0.50 - - [2026-08-03 03:24:44] "POST /fqname-to-id HTTP/1.1" 404 239 0.014820 10.0.0.161 - - [2026-08-03 03:24:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.466343 10.0.0.249 - - [2026-08-03 03:24:44] "GET /project/4ab32dbb-e5b8-4074-9fb2-5f621ceaaffc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1389 0.683117 10.0.0.161 - - [2026-08-03 03:24:44] "GET /projects?obj_uuids=4ab32dbb-e5b8-4074-9fb2-5f621ceaaffc&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.001216 10.0.0.249 - - [2026-08-03 03:24:44] "GET /project/4ab32dbb-e5b8-4074-9fb2-5f621ceaaffc?fields=virtual_networks HTTP/1.1" 200 1045 0.076989 10.0.0.161 - - [2026-08-03 03:24:44] "GET /projects?obj_uuids=4ab32dbb-e5b8-4074-9fb2-5f621ceaaffc&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.001453 10.0.0.249 - - [2026-08-03 03:24:44] "GET /project/4ab32dbb-e5b8-4074-9fb2-5f621ceaaffc?fields=virtual_machine_interfaces HTTP/1.1" 200 1045 0.084541 10.0.0.161 - - [2026-08-03 03:24:44] "GET /projects?obj_uuids=4ab32dbb-e5b8-4074-9fb2-5f621ceaaffc&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.002097 10.0.0.249 - - [2026-08-03 03:24:44] "GET /project/4ab32dbb-e5b8-4074-9fb2-5f621ceaaffc?fields=security_groups HTTP/1.1" 200 1278 0.072060 10.0.0.249 - - [2026-08-03 03:24:45] "POST /fqname-to-id HTTP/1.1" 404 200 0.031163 10.0.0.161 - - [2026-08-03 03:24:45] "GET /projects?obj_uuids=580cf9fa-7fe0-4d78-8684-05b243fe0779&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004300 10.0.0.161 - - [2026-08-03 03:24:45] "GET /domains?obj_uuids=724de60e-9f87-4d23-867c-6bd9a9880f5b&detail=False&count=False&shared=False HTTP/1.1" 200 316 0.002182 10.0.0.161 - - [2026-08-03 03:24:45] "GET /domain/724de60e-9f87-4d23-867c-6bd9a9880f5b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.011410 10.0.0.161 - - [2026-08-03 03:24:46] "POST /id-to-fqname HTTP/1.1" 200 202 0.005801 10.0.0.161 - - [2026-08-03 03:24:46] "POST /fqname-to-id HTTP/1.1" 404 211 0.010434 10.0.0.161 - - [2026-08-03 03:24:46] "POST /security-groups HTTP/1.1" 200 605 0.092578 10.0.0.161 - - [2026-08-03 03:24:46] "POST /projects HTTP/1.1" 200 611 0.386265 10.0.0.161 - - [2026-08-03 03:24:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.423013 10.0.0.50 - - [2026-08-03 03:24:46] "POST /access-control-lists HTTP/1.1" 200 610 0.039054 10.0.0.249 - - [2026-08-03 03:24:46] "GET /project/580cf9fa-7fe0-4d78-8684-05b243fe0779?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.617468 10.0.0.249 - - [2026-08-03 03:24:47] "GET / HTTP/1.1" 200 36215 0.001514 10.0.0.249 - - [2026-08-03 03:24:50] "GET /project/580cf9fa-7fe0-4d78-8684-05b243fe0779?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000636 10.0.0.161 - - [2026-08-03 03:24:50] "GET /projects?obj_uuids=580cf9fa-7fe0-4d78-8684-05b243fe0779&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.001359 10.0.0.249 - - [2026-08-03 03:24:50] "GET /project/580cf9fa-7fe0-4d78-8684-05b243fe0779?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.114910 10.0.0.249 - - [2026-08-03 03:24:51] "GET / HTTP/1.1" 200 36215 0.002476 10.0.0.249 - - [2026-08-03 03:24:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004385 10.0.0.161 - - [2026-08-03 03:24:51] "GET /domains?obj_uuids=724de60e-9f87-4d23-867c-6bd9a9880f5b&detail=False&count=False&shared=False HTTP/1.1" 200 316 0.001704 10.0.0.249 - - [2026-08-03 03:24:51] "GET /domain/724de60e-9f87-4d23-867c-6bd9a9880f5b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.010728 10.0.0.249 - - [2026-08-03 03:24:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004809 10.0.0.161 - - [2026-08-03 03:24:51] "GET /projects?obj_uuids=580cf9fa-7fe0-4d78-8684-05b243fe0779&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.001946 10.0.0.249 - - [2026-08-03 03:24:51] "GET /project/580cf9fa-7fe0-4d78-8684-05b243fe0779?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.088136 10.0.0.249 - - [2026-08-03 03:24:53] "GET /domains HTTP/1.1" 401 293 0.000465 10.0.0.249 - - [2026-08-03 03:24:53] "GET /domains HTTP/1.1" 200 281 0.031584 10.0.0.161 - - [2026-08-03 03:24:53] "GET /domains?obj_uuids=724de60e-9f87-4d23-867c-6bd9a9880f5b&detail=False&count=False&shared=False HTTP/1.1" 200 316 0.001235 10.0.0.249 - - [2026-08-03 03:24:53] "GET /domain/724de60e-9f87-4d23-867c-6bd9a9880f5b HTTP/1.1" 200 2982 0.011754 10.0.0.161 - - [2026-08-03 03:24:53] "GET /projects?obj_uuids=580cf9fa-7fe0-4d78-8684-05b243fe0779&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.001414 10.0.0.249 - - [2026-08-03 03:24:53] "GET /project/580cf9fa-7fe0-4d78-8684-05b243fe0779 HTTP/1.1" 200 1927 0.118983 10.0.0.249 - - [2026-08-03 03:24:53] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 547 0.004692 10.0.0.249 - - [2026-08-03 03:24:54] "POST /network-ipams HTTP/1.1" 200 623 0.039824 10.0.0.249 - - [2026-08-03 03:24:54] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 813 0.004276 10.0.0.249 - - [2026-08-03 03:24:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004944 10.0.0.249 - - [2026-08-03 03:24:54] "GET /network-ipam/6544ca78-ca1d-4e9b-a2e1-99618eb43883?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1456 0.008073 10.0.0.249 - - [2026-08-03 03:24:54] "PUT /network-ipam/6544ca78-ca1d-4e9b-a2e1-99618eb43883 HTTP/1.1" 200 259 0.018225 10.0.0.249 - - [2026-08-03 03:24:54] "POST /fqname-to-id HTTP/1.1" 401 293 0.000693 10.0.0.249 - - [2026-08-03 03:24:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.039606 10.0.0.161 - - [2026-08-03 03:24:55] "GET /projects?obj_uuids=580cf9fa-7fe0-4d78-8684-05b243fe0779&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.001297 10.0.0.249 - - [2026-08-03 03:24:55] "GET /project/580cf9fa-7fe0-4d78-8684-05b243fe0779?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.084973 10.0.0.50 - - [2026-08-03 03:24:56] "POST /route-targets HTTP/1.1" 200 328 0.024056 10.0.0.161 - - [2026-08-03 03:24:56] "POST /useragent-kv HTTP/1.1" 200 115 0.026589 10.0.0.249 - - [2026-08-03 03:24:56] "POST /neutron/subnet HTTP/1.1" 200 701 0.313690 10.0.0.50 - - [2026-08-03 03:24:56] "POST /fqname-to-id HTTP/1.1" 404 207 0.059951 10.0.0.249 - - [2026-08-03 03:24:56] "POST /neutron/network HTTP/1.1" 200 1336 0.021278 10.0.0.249 - - [2026-08-03 03:24:56] "POST /id-to-fqname HTTP/1.1" 200 235 0.002307 10.0.0.249 - - [2026-08-03 03:24:56] "GET /virtual-network/1c706e74-b114-40cf-af0a-e0064c6bc5a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3175 0.009030 10.0.0.249 - - [2026-08-03 03:24:56] "GET /virtual-network/1c706e74-b114-40cf-af0a-e0064c6bc5a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3175 0.007800 10.0.0.249 - - [2026-08-03 03:24:57] "POST /neutron/subnet HTTP/1.1" 200 701 0.013538 10.0.0.249 - - [2026-08-03 03:24:57] "GET /virtual-network/1c706e74-b114-40cf-af0a-e0064c6bc5a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3175 0.009136 10.0.0.249 - - [2026-08-03 03:24:58] "GET /obj-perms HTTP/1.1" 200 4472 0.066108 10.0.0.50 - - [2026-08-03 03:24:59] "GET /obj-perms HTTP/1.1" 200 4472 0.051772 10.0.0.249 - - [2026-08-03 03:24:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.004712 10.0.0.161 - - [2026-08-03 03:24:59] "GET /projects?obj_uuids=580cf9fa-7fe0-4d78-8684-05b243fe0779&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.001656 10.0.0.249 - - [2026-08-03 03:24:59] "GET /project/580cf9fa-7fe0-4d78-8684-05b243fe0779?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.065202 10.0.0.249 - - [2026-08-03 03:24:59] "POST /neutron/network HTTP/1.1" 200 117 0.018938 10.0.0.50 - - [2026-08-03 03:25:00] "POST /ref-update HTTP/1.1" 200 156 0.053957 10.0.0.161 - - [2026-08-03 03:25:00] "POST /useragent-kv HTTP/1.1" 200 115 0.013934 10.0.0.249 - - [2026-08-03 03:25:00] "POST /neutron/subnet HTTP/1.1" 200 701 0.298767 10.0.0.249 - - [2026-08-03 03:25:00] "POST /id-to-fqname HTTP/1.1" 200 235 0.002298 10.0.0.249 - - [2026-08-03 03:25:00] "GET /virtual-network/fa0f4191-b4a4-4aed-b263-7a2fd43c582f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3179 0.011914 10.0.0.249 - - [2026-08-03 03:25:01] "POST /neutron/network HTTP/1.1" 200 1337 0.022107 10.0.0.249 - - [2026-08-03 03:25:01] "GET /virtual-network/fa0f4191-b4a4-4aed-b263-7a2fd43c582f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3179 0.010615 10.0.0.249 - - [2026-08-03 03:25:01] "POST /neutron/subnet HTTP/1.1" 200 701 0.015293 10.0.0.249 - - [2026-08-03 03:25:01] "GET /virtual-network/fa0f4191-b4a4-4aed-b263-7a2fd43c582f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3179 0.013935 10.0.0.161 - - [2026-08-03 03:25:01] "GET /obj-perms HTTP/1.1" 200 4472 0.051126 10.0.0.249 - - [2026-08-03 03:25:01] "POST /fqname-to-id HTTP/1.1" 404 211 0.005492 10.0.0.249 - - [2026-08-03 03:25:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.005663 10.0.0.161 - - [2026-08-03 03:25:01] "GET /projects?obj_uuids=580cf9fa-7fe0-4d78-8684-05b243fe0779&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.001995 10.0.0.249 - - [2026-08-03 03:25:02] "GET /project/580cf9fa-7fe0-4d78-8684-05b243fe0779?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.079712 10.0.0.249 - - [2026-08-03 03:25:02] "POST /network-policys HTTP/1.1" 200 535 0.097381 10.0.0.249 - - [2026-08-03 03:25:02] "GET /network-policy/2ce3f23e-1d6d-49a9-aa9a-649c08025bb4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4992 0.010585 10.0.0.249 - - [2026-08-03 03:25:02] "POST /fqname-to-id HTTP/1.1" 404 211 0.005326 10.0.0.249 - - [2026-08-03 03:25:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.007777 10.0.0.161 - - [2026-08-03 03:25:02] "GET /projects?obj_uuids=580cf9fa-7fe0-4d78-8684-05b243fe0779&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.001910 10.0.0.249 - - [2026-08-03 03:25:02] "GET /project/580cf9fa-7fe0-4d78-8684-05b243fe0779?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.075794 10.0.0.249 - - [2026-08-03 03:25:02] "POST /network-policys HTTP/1.1" 200 535 0.105252 10.0.0.249 - - [2026-08-03 03:25:02] "GET /network-policy/6592c9f7-5eae-45dc-8d6e-85c9f5a3120e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4992 0.009376 10.0.0.249 - - [2026-08-03 03:25:02] "POST /fqname-to-id HTTP/1.1" 404 211 0.005289 10.0.0.249 - - [2026-08-03 03:25:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.006369 10.0.0.161 - - [2026-08-03 03:25:02] "GET /projects?obj_uuids=580cf9fa-7fe0-4d78-8684-05b243fe0779&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.001423 10.0.0.249 - - [2026-08-03 03:25:03] "GET /project/580cf9fa-7fe0-4d78-8684-05b243fe0779?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.068158 10.0.0.249 - - [2026-08-03 03:25:03] "POST /network-policys HTTP/1.1" 200 535 0.089369 10.0.0.249 - - [2026-08-03 03:25:03] "GET /network-policy/7b7377a3-aabd-4b69-a78b-b72ec078295b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4992 0.009140 10.0.0.249 - - [2026-08-03 03:25:03] "POST /fqname-to-id HTTP/1.1" 404 211 0.004527 10.0.0.249 - - [2026-08-03 03:25:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004685 10.0.0.161 - - [2026-08-03 03:25:03] "GET /projects?obj_uuids=580cf9fa-7fe0-4d78-8684-05b243fe0779&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.001662 10.0.0.249 - - [2026-08-03 03:25:03] "GET /project/580cf9fa-7fe0-4d78-8684-05b243fe0779?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.065073 10.0.0.249 - - [2026-08-03 03:25:03] "POST /network-policys HTTP/1.1" 200 535 0.088125 10.0.0.249 - - [2026-08-03 03:25:03] "GET /network-policy/f128a689-2c15-4a39-81ef-dadc0f7e921a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4992 0.009047 10.0.0.249 - - [2026-08-03 03:25:03] "POST /fqname-to-id HTTP/1.1" 404 213 0.004518 10.0.0.249 - - [2026-08-03 03:25:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004276 10.0.0.161 - - [2026-08-03 03:25:03] "GET /projects?obj_uuids=580cf9fa-7fe0-4d78-8684-05b243fe0779&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.001778 10.0.0.249 - - [2026-08-03 03:25:03] "GET /project/580cf9fa-7fe0-4d78-8684-05b243fe0779?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.063566 10.0.0.249 - - [2026-08-03 03:25:04] "POST /network-policys HTTP/1.1" 200 539 0.043403 10.0.0.249 - - [2026-08-03 03:25:04] "GET /network-policy/4c0b82fb-a07c-4c04-81e1-36cba4788e8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1950 0.007495 10.0.0.249 - - [2026-08-03 03:25:04] "POST /fqname-to-id HTTP/1.1" 404 212 0.005334 10.0.0.249 - - [2026-08-03 03:25:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004845 10.0.0.161 - - [2026-08-03 03:25:04] "GET /projects?obj_uuids=580cf9fa-7fe0-4d78-8684-05b243fe0779&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.001891 10.0.0.249 - - [2026-08-03 03:25:04] "GET /project/580cf9fa-7fe0-4d78-8684-05b243fe0779?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.066243 10.0.0.249 - - [2026-08-03 03:25:04] "POST /network-policys HTTP/1.1" 200 537 0.100483 10.0.0.249 - - [2026-08-03 03:25:04] "GET /network-policy/b1d25f45-5d2c-45d0-b650-02118a99f3a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4996 0.008766 10.0.0.249 - - [2026-08-03 03:25:04] "POST /fqname-to-id HTTP/1.1" 404 212 0.004549 10.0.0.249 - - [2026-08-03 03:25:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004325 10.0.0.161 - - [2026-08-03 03:25:04] "GET /projects?obj_uuids=580cf9fa-7fe0-4d78-8684-05b243fe0779&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.001397 10.0.0.249 - - [2026-08-03 03:25:04] "GET /project/580cf9fa-7fe0-4d78-8684-05b243fe0779?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.073021 10.0.0.249 - - [2026-08-03 03:25:05] "POST /network-policys HTTP/1.1" 200 537 0.088369 10.0.0.249 - - [2026-08-03 03:25:05] "GET /network-policy/2d6f6ac6-6f81-4831-8c37-9c3dfbb9691b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4995 0.008338 10.0.0.249 - - [2026-08-03 03:25:05] "POST /fqname-to-id HTTP/1.1" 404 212 0.010677 10.0.0.249 - - [2026-08-03 03:25:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.005105 10.0.0.161 - - [2026-08-03 03:25:05] "GET /projects?obj_uuids=580cf9fa-7fe0-4d78-8684-05b243fe0779&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.001661 10.0.0.249 - - [2026-08-03 03:25:05] "GET /project/580cf9fa-7fe0-4d78-8684-05b243fe0779?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.061130 10.0.0.249 - - [2026-08-03 03:25:05] "POST /network-policys HTTP/1.1" 200 537 0.084888 10.0.0.249 - - [2026-08-03 03:25:05] "GET /network-policy/a5bb93e1-f6c1-4ac3-b12a-5d3e486aae0b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4996 0.019210 10.0.0.249 - - [2026-08-03 03:25:05] "POST /fqname-to-id HTTP/1.1" 404 212 0.004517 10.0.0.249 - - [2026-08-03 03:25:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.005214 10.0.0.161 - - [2026-08-03 03:25:05] "GET /projects?obj_uuids=580cf9fa-7fe0-4d78-8684-05b243fe0779&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.001760 10.0.0.249 - - [2026-08-03 03:25:05] "GET /project/580cf9fa-7fe0-4d78-8684-05b243fe0779?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.060200 10.0.0.249 - - [2026-08-03 03:25:06] "POST /network-policys HTTP/1.1" 200 537 0.089347 10.0.0.249 - - [2026-08-03 03:25:06] "GET /network-policy/c12d8636-9f87-4737-8f72-421e6e7b26d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4996 0.009690 10.0.0.249 - - [2026-08-03 03:25:06] "POST /fqname-to-id HTTP/1.1" 404 214 0.006384 10.0.0.249 - - [2026-08-03 03:25:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.006905 10.0.0.161 - - [2026-08-03 03:25:06] "GET /projects?obj_uuids=580cf9fa-7fe0-4d78-8684-05b243fe0779&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.001376 10.0.0.249 - - [2026-08-03 03:25:06] "GET /project/580cf9fa-7fe0-4d78-8684-05b243fe0779?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.086816 10.0.0.249 - - [2026-08-03 03:25:06] "POST /network-policys HTTP/1.1" 200 541 0.042869 10.0.0.249 - - [2026-08-03 03:25:06] "GET /network-policy/e3a38b1b-c5ac-4113-ac2d-970f6789a7ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1135 0.014245 10.0.0.249 - - [2026-08-03 03:25:07] "POST /neutron/network HTTP/1.1" 200 1424 0.134791 10.0.0.249 - - [2026-08-03 03:25:07] "GET /virtual-network/1c706e74-b114-40cf-af0a-e0064c6bc5a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3480 0.011022 10.0.0.249 - - [2026-08-03 03:25:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.015968 10.0.0.249 - - [2026-08-03 03:25:07] "GET /network-policy/2ce3f23e-1d6d-49a9-aa9a-649c08025bb4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4992 0.005806 10.0.0.50 - - [2026-08-03 03:25:07] "POST /fqname-to-id HTTP/1.1" 404 252 0.017456 10.0.0.50 - - [2026-08-03 03:25:07] "POST /fqname-to-id HTTP/1.1" 404 207 0.005681 10.0.0.249 - - [2026-08-03 03:25:07] "POST /neutron/network HTTP/1.1" 200 1427 0.122004 10.0.0.249 - - [2026-08-03 03:25:07] "GET /virtual-network/fa0f4191-b4a4-4aed-b263-7a2fd43c582f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3486 0.007187 10.0.0.249 - - [2026-08-03 03:25:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.011566 10.0.0.249 - - [2026-08-03 03:25:07] "GET /network-policy/4c0b82fb-a07c-4c04-81e1-36cba4788e8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1950 0.006150 10.0.0.249 - - [2026-08-03 03:25:07] "POST /id-to-fqname HTTP/1.1" 200 235 0.001722 10.0.0.249 - - [2026-08-03 03:25:08] "POST /neutron/network HTTP/1.1" 200 1424 0.038641 10.0.0.249 - - [2026-08-03 03:25:08] "POST /id-to-fqname HTTP/1.1" 200 235 0.001773 10.0.0.249 - - [2026-08-03 03:25:08] "POST /neutron/port HTTP/1.1" 200 117 0.011035 10.0.0.161 - - [2026-08-03 03:25:08] "GET /projects?obj_uuids=580cf9fa-7fe0-4d78-8684-05b243fe0779&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.001375 10.0.0.249 - - [2026-08-03 03:25:08] "GET /project/580cf9fa-7fe0-4d78-8684-05b243fe0779?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.072803 10.0.0.249 - - [2026-08-03 03:25:09] "POST /neutron/port HTTP/1.1" 200 117 0.012236 10.0.0.50 - - [2026-08-03 03:25:11] "DELETE /access-control-list/951bdbda-7211-4cdc-9b7b-34cad52bfb6e HTTP/1.1" 200 115 0.060210 10.0.0.249 - - [2026-08-03 03:25:12] "POST /neutron/network HTTP/1.1" 200 1434 0.009576 10.0.0.161 - - [2026-08-03 03:25:12] "GET /projects?obj_uuids=580cf9fa-7fe0-4d78-8684-05b243fe0779&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.001477 10.0.0.249 - - [2026-08-03 03:25:13] "POST /neutron/port HTTP/1.1" 200 1174 0.748466 10.0.0.249 - - [2026-08-03 03:25:13] "POST /neutron/port HTTP/1.1" 200 1227 0.236179 10.0.0.249 - - [2026-08-03 03:25:14] "POST /neutron/port HTTP/1.1" 200 1228 0.208966 10.0.0.249 - - [2026-08-03 03:25:14] "POST /neutron/port HTTP/1.1" 200 1237 0.029163 10.0.0.249 - - [2026-08-03 03:25:15] "POST /neutron/subnet HTTP/1.1" 200 1356 0.022056 10.0.0.249 - - [2026-08-03 03:25:15] "POST /neutron/network HTTP/1.1" 200 1424 0.018028 10.0.0.249 - - [2026-08-03 03:25:15] "POST /neutron/floatingip HTTP/1.1" 200 117 0.031920 10.0.0.249 - - [2026-08-03 03:25:15] "POST /neutron/port HTTP/1.1" 200 117 0.001413 10.0.0.249 - - [2026-08-03 03:25:19] "POST /neutron/security_group HTTP/1.1" 200 2070 0.010993 10.0.0.161 - - [2026-08-03 03:25:25] "DELETE /project/4ab32dbb-e5b8-4074-9fb2-5f621ceaaffc HTTP/1.1" 404 177 0.035935 10.0.0.161 - - [2026-08-03 03:25:25] "DELETE /project/4ab32dbbe5b840749fb25f621ceaaffc HTTP/1.1" 404 173 0.046727 10.0.0.161 - - [2026-08-03 03:25:25] "DELETE /project/580cf9fa7fe04d78868405b243fe0779 HTTP/1.1" 404 173 0.056846 10.0.0.249 - - [2026-08-03 03:25:29] "POST /neutron/port HTTP/1.1" 200 1237 0.026063 10.0.0.249 - - [2026-08-03 03:25:34] "POST /neutron/security_group HTTP/1.1" 200 2070 0.010677 10.0.0.249 - - [2026-08-03 03:25:39] "POST /neutron/port HTTP/1.1" 200 1237 0.030436 10.0.0.249 - - [2026-08-03 03:25:40] "POST /neutron/security_group HTTP/1.1" 200 2070 0.009466 10.0.0.249 - - [2026-08-03 03:25:40] "GET /virtual-machine/ee2221e3-c121-4c18-b7ba-c7f9afb7ab8a HTTP/1.1" 401 293 0.000621 10.0.0.249 - - [2026-08-03 03:25:40] "GET /virtual-machine/ee2221e3-c121-4c18-b7ba-c7f9afb7ab8a HTTP/1.1" 200 1307 0.031147 10.0.0.249 - - [2026-08-03 03:25:40] "GET /virtual-machine-interface/bd996354-173e-4f23-b8e8-161a99d4c8d8 HTTP/1.1" 200 3177 0.007959 10.0.0.249 - - [2026-08-03 03:25:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004767 10.0.0.249 - - [2026-08-03 03:25:40] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005525 10.0.0.249 - - [2026-08-03 03:25:40] "GET /virtual-networks?parent_id=580cf9fa-7fe0-4d78-8684-05b243fe0779&detail=False&count=False&shared=False HTTP/1.1" 200 603 0.004460 10.0.0.249 - - [2026-08-03 03:25:40] "GET /virtual-network/1c706e74-b114-40cf-af0a-e0064c6bc5a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3480 0.008354 10.0.0.249 - - [2026-08-03 03:25:43] "POST /neutron/network HTTP/1.1" 200 1434 0.014504 10.0.0.249 - - [2026-08-03 03:25:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.004824 10.0.0.249 - - [2026-08-03 03:25:43] "GET /virtual-network/1c706e74-b114-40cf-af0a-e0064c6bc5a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3480 0.014185 10.0.0.249 - - [2026-08-03 03:25:43] "POST /neutron/subnet HTTP/1.1" 200 1356 0.025423 10.0.0.249 - - [2026-08-03 03:25:43] "POST /neutron/network HTTP/1.1" 200 1424 0.014706 10.0.0.249 - - [2026-08-03 03:25:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.005010 10.0.0.249 - - [2026-08-03 03:25:47] "GET /virtual-network/1c706e74-b114-40cf-af0a-e0064c6bc5a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3480 0.007113 10.0.0.249 - - [2026-08-03 03:25:51] "POST /neutron/network HTTP/1.1" 200 1437 0.010749 10.0.0.249 - - [2026-08-03 03:25:51] "POST /neutron/subnet HTTP/1.1" 200 1361 0.021954 10.0.0.249 - - [2026-08-03 03:25:51] "POST /neutron/network HTTP/1.1" 200 1427 0.018500 10.0.0.249 - - [2026-08-03 03:25:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.005637 10.0.0.249 - - [2026-08-03 03:25:51] "GET /virtual-network/1c706e74-b114-40cf-af0a-e0064c6bc5a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3480 0.010043 10.0.0.249 - - [2026-08-03 03:25:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004896 10.0.0.249 - - [2026-08-03 03:25:56] "GET /virtual-network/1c706e74-b114-40cf-af0a-e0064c6bc5a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3480 0.007150 10.0.0.249 - - [2026-08-03 03:26:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.005260 10.0.0.249 - - [2026-08-03 03:26:00] "GET /virtual-network/1c706e74-b114-40cf-af0a-e0064c6bc5a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3480 0.008167 10.0.0.249 - - [2026-08-03 03:26:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.005089 10.0.0.249 - - [2026-08-03 03:26:04] "GET /virtual-network/1c706e74-b114-40cf-af0a-e0064c6bc5a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3480 0.007370 10.0.0.249 - - [2026-08-03 03:26:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.005009 10.0.0.249 - - [2026-08-03 03:26:08] "GET /virtual-network/1c706e74-b114-40cf-af0a-e0064c6bc5a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3480 0.007187 10.0.0.249 - - [2026-08-03 03:26:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004166 10.0.0.249 - - [2026-08-03 03:26:12] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004995 10.0.0.249 - - [2026-08-03 03:26:12] "GET /virtual-networks?parent_id=580cf9fa-7fe0-4d78-8684-05b243fe0779&detail=False&count=False&shared=False HTTP/1.1" 200 603 0.003985 10.0.0.249 - - [2026-08-03 03:26:12] "GET /virtual-network/1c706e74-b114-40cf-af0a-e0064c6bc5a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3480 0.007683 10.0.0.249 - - [2026-08-03 03:26:16] "POST /neutron/port HTTP/1.1" 200 1238 0.045801 10.0.0.249 - - [2026-08-03 03:26:17] "POST /neutron/security_group HTTP/1.1" 200 2070 0.009792 10.0.0.249 - - [2026-08-03 03:26:28] "POST /neutron/port HTTP/1.1" 200 1237 0.026475 10.0.0.249 - - [2026-08-03 03:26:33] "POST /neutron/security_group HTTP/1.1" 200 2070 0.009856 10.0.0.249 - - [2026-08-03 03:26:38] "POST /neutron/port HTTP/1.1" 200 1237 0.030928 10.0.0.249 - - [2026-08-03 03:26:43] "POST /neutron/port HTTP/1.1" 200 1237 0.025805 10.0.0.249 - - [2026-08-03 03:26:43] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004851 10.0.0.249 - - [2026-08-03 03:26:43] "POST /neutron/port HTTP/1.1" 200 1238 0.026757 10.0.0.249 - - [2026-08-03 03:26:43] "POST /neutron/security_group HTTP/1.1" 200 2070 0.011741 10.0.0.249 - - [2026-08-03 03:26:44] "POST /neutron/port HTTP/1.1" 200 1238 0.023900 10.0.0.249 - - [2026-08-03 03:26:44] "GET /virtual-machine/92ce7af4-3fc2-482c-baf1-1785d7c3c1f3 HTTP/1.1" 200 1307 0.012217 10.0.0.249 - - [2026-08-03 03:26:44] "GET /virtual-machine-interface/5ea038b2-df09-449a-aec9-fd3b6d2335c8 HTTP/1.1" 200 3176 0.010160 10.0.0.249 - - [2026-08-03 03:26:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004371 10.0.0.249 - - [2026-08-03 03:26:44] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005246 10.0.0.249 - - [2026-08-03 03:26:44] "GET /virtual-networks?parent_id=580cf9fa-7fe0-4d78-8684-05b243fe0779&detail=False&count=False&shared=False HTTP/1.1" 200 603 0.004560 10.0.0.249 - - [2026-08-03 03:26:44] "GET /virtual-network/fa0f4191-b4a4-4aed-b263-7a2fd43c582f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3486 0.007804 10.0.0.249 - - [2026-08-03 03:26:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.005299 10.0.0.249 - - [2026-08-03 03:26:45] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005401 10.0.0.249 - - [2026-08-03 03:26:45] "GET /virtual-networks?parent_id=580cf9fa-7fe0-4d78-8684-05b243fe0779&detail=False&count=False&shared=False HTTP/1.1" 200 603 0.004952 10.0.0.249 - - [2026-08-03 03:26:45] "GET /virtual-network/fa0f4191-b4a4-4aed-b263-7a2fd43c582f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3486 0.008413 10.0.0.249 - - [2026-08-03 03:26:45] "POST /neutron/security_group HTTP/1.1" 200 2070 0.010754 10.0.0.249 - - [2026-08-03 03:26:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004633 10.0.0.249 - - [2026-08-03 03:26:46] "GET /network-policy/4c0b82fb-a07c-4c04-81e1-36cba4788e8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1950 0.005057 10.0.0.249 - - [2026-08-03 03:26:46] "POST /neutron/port HTTP/1.1" 200 1237 0.029627 10.0.0.249 - - [2026-08-03 03:26:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004491 10.0.0.249 - - [2026-08-03 03:26:46] "GET /network-policy/2ce3f23e-1d6d-49a9-aa9a-649c08025bb4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4992 0.005691 10.0.0.249 - - [2026-08-03 03:26:46] "POST /neutron/network HTTP/1.1" 200 1424 0.159650 10.0.0.249 - - [2026-08-03 03:26:46] "GET /virtual-network/1c706e74-b114-40cf-af0a-e0064c6bc5a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3480 0.009441 10.0.0.249 - - [2026-08-03 03:26:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.005069 10.0.0.249 - - [2026-08-03 03:26:46] "GET /network-policy/6592c9f7-5eae-45dc-8d6e-85c9f5a3120e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4992 0.005798 10.0.0.249 - - [2026-08-03 03:26:50] "POST /neutron/port HTTP/1.1" 200 1238 0.020846 10.0.0.249 - - [2026-08-03 03:26:51] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005352 10.0.0.249 - - [2026-08-03 03:26:51] "POST /neutron/port HTTP/1.1" 200 117 0.001417 10.0.0.249 - - [2026-08-03 03:26:57] "GET /obj-perms HTTP/1.1" 200 4509 0.047237 10.0.0.249 - - [2026-08-03 03:27:03] "POST /neutron/network HTTP/1.1" 200 1427 0.141903 10.0.0.50 - - [2026-08-03 03:27:03] "PUT /access-control-list/715841e5-5beb-43fc-9112-5d872500b9b9 HTTP/1.1" 200 273 0.086305 10.0.0.249 - - [2026-08-03 03:27:03] "GET /virtual-network/1c706e74-b114-40cf-af0a-e0064c6bc5a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3483 0.009672 10.0.0.249 - - [2026-08-03 03:27:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.006489 10.0.0.249 - - [2026-08-03 03:27:03] "GET /network-policy/e3a38b1b-c5ac-4113-ac2d-970f6789a7ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1135 0.005828 10.0.0.50 - - [2026-08-03 03:27:15] "POST /fqname-to-id HTTP/1.1" 404 207 0.010408 10.0.0.249 - - [2026-08-03 03:27:15] "POST /neutron/network HTTP/1.1" 200 1424 0.149552 10.0.0.50 - - [2026-08-03 03:27:15] "POST /ref-update HTTP/1.1" 200 156 0.045412 10.0.0.249 - - [2026-08-03 03:27:15] "GET /virtual-network/1c706e74-b114-40cf-af0a-e0064c6bc5a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3480 0.008821 10.0.0.249 - - [2026-08-03 03:27:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004146 10.0.0.249 - - [2026-08-03 03:27:15] "GET /network-policy/7b7377a3-aabd-4b69-a78b-b72ec078295b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4992 0.008013 10.0.0.249 - - [2026-08-03 03:27:27] "POST /neutron/network HTTP/1.1" 200 1424 0.124078 10.0.0.249 - - [2026-08-03 03:27:27] "GET /virtual-network/1c706e74-b114-40cf-af0a-e0064c6bc5a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3480 0.011278 10.0.0.249 - - [2026-08-03 03:27:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003983 10.0.0.249 - - [2026-08-03 03:27:27] "GET /network-policy/f128a689-2c15-4a39-81ef-dadc0f7e921a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4992 0.005472 10.0.0.249 - - [2026-08-03 03:27:37] "POST /neutron/network HTTP/1.1" 200 1425 0.137953 10.0.0.249 - - [2026-08-03 03:27:37] "GET /virtual-network/1c706e74-b114-40cf-af0a-e0064c6bc5a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3481 0.008463 10.0.0.249 - - [2026-08-03 03:27:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.004978 10.0.0.249 - - [2026-08-03 03:27:37] "GET /network-policy/b1d25f45-5d2c-45d0-b650-02118a99f3a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4996 0.010895 10.0.0.50 - - [2026-08-03 03:27:37] "POST /ref-update HTTP/1.1" 200 156 0.060077 10.0.0.249 - - [2026-08-03 03:27:45] "POST /neutron/port HTTP/1.1" 200 1237 0.027639 10.0.0.249 - - [2026-08-03 03:27:45] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005321 10.0.0.249 - - [2026-08-03 03:27:45] "POST /neutron/port HTTP/1.1" 200 117 0.001880 10.0.0.50 - - [2026-08-03 03:27:49] "POST /fqname-to-id HTTP/1.1" 404 207 0.006700 10.0.0.249 - - [2026-08-03 03:27:49] "POST /neutron/network HTTP/1.1" 200 1425 0.162627 10.0.0.249 - - [2026-08-03 03:27:49] "GET /virtual-network/1c706e74-b114-40cf-af0a-e0064c6bc5a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3481 0.008094 10.0.0.249 - - [2026-08-03 03:27:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.016044 10.0.0.249 - - [2026-08-03 03:27:49] "GET /network-policy/2d6f6ac6-6f81-4831-8c37-9c3dfbb9691b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4995 0.010188 10.0.0.249 - - [2026-08-03 03:27:50] "POST /neutron/port HTTP/1.1" 200 1238 0.051492 10.0.0.249 - - [2026-08-03 03:27:51] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004786 10.0.0.249 - - [2026-08-03 03:27:51] "POST /neutron/port HTTP/1.1" 200 117 0.001641 10.0.0.50 - - [2026-08-03 03:27:58] "GET /obj-perms HTTP/1.1" 200 4509 0.052664 10.0.0.50 - - [2026-08-03 03:27:59] "PUT /access-control-list/715841e5-5beb-43fc-9112-5d872500b9b9 HTTP/1.1" 200 273 0.027153 10.0.0.249 - - [2026-08-03 03:27:59] "POST /neutron/network HTTP/1.1" 200 1425 0.196393 10.0.0.249 - - [2026-08-03 03:27:59] "GET /virtual-network/1c706e74-b114-40cf-af0a-e0064c6bc5a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3481 0.007399 10.0.0.249 - - [2026-08-03 03:27:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003827 10.0.0.249 - - [2026-08-03 03:27:59] "GET /network-policy/a5bb93e1-f6c1-4ac3-b12a-5d3e486aae0b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4996 0.006586 10.0.0.249 - - [2026-08-03 03:28:11] "POST /neutron/network HTTP/1.1" 200 1425 0.158388 10.0.0.249 - - [2026-08-03 03:28:11] "GET /virtual-network/1c706e74-b114-40cf-af0a-e0064c6bc5a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3481 0.012746 10.0.0.249 - - [2026-08-03 03:28:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.005099 10.0.0.249 - - [2026-08-03 03:28:11] "GET /network-policy/c12d8636-9f87-4737-8f72-421e6e7b26d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4996 0.005686 10.0.0.50 - - [2026-08-03 03:28:18] "GET /global-system-configs HTTP/1.1" 401 293 0.000633 10.0.0.50 - - [2026-08-03 03:28:18] "GET /global-system-configs HTTP/1.1" 401 293 0.000564 10.0.0.50 - - [2026-08-03 03:28:19] "GET /global-system-configs HTTP/1.1" 401 293 0.000519 10.0.0.50 - - [2026-08-03 03:28:19] "GET /global-system-configs HTTP/1.1" 401 293 0.000631 10.0.0.161 - - [2026-08-03 03:28:19] "GET /global-system-configs HTTP/1.1" 401 293 0.000537 10.0.0.161 - - [2026-08-03 03:28:19] "GET /global-system-configs HTTP/1.1" 401 293 0.001359 10.0.0.249 - - [2026-08-03 03:28:21] "GET /virtual-network/1c706e74-b114-40cf-af0a-e0064c6bc5a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3481 0.008684 10.0.0.50 - - [2026-08-03 03:28:21] "POST /fqname-to-id HTTP/1.1" 404 207 0.025295 10.0.0.249 - - [2026-08-03 03:28:21] "POST /neutron/network HTTP/1.1" 200 1336 0.163496 10.0.0.50 - - [2026-08-03 03:28:21] "POST /ref-update HTTP/1.1" 200 156 0.046505 10.0.0.249 - - [2026-08-03 03:28:21] "GET /virtual-network/1c706e74-b114-40cf-af0a-e0064c6bc5a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3175 0.011727 10.0.0.249 - - [2026-08-03 03:28:21] "GET /virtual-machine/92ce7af4-3fc2-482c-baf1-1785d7c3c1f3 HTTP/1.1" 200 1307 0.005139 10.0.0.161 - - [2026-08-03 03:28:21] "GET /global-system-configs HTTP/1.1" 401 293 0.000521 10.0.0.161 - - [2026-08-03 03:28:21] "GET /global-system-configs HTTP/1.1" 401 293 0.000519 10.0.0.249 - - [2026-08-03 03:28:21] "GET /global-system-configs HTTP/1.1" 401 293 0.000459 10.0.0.249 - - [2026-08-03 03:28:21] "GET /global-system-configs HTTP/1.1" 401 293 0.000431 10.0.0.249 - - [2026-08-03 03:28:22] "GET /global-system-configs HTTP/1.1" 401 293 0.000460 10.0.0.249 - - [2026-08-03 03:28:22] "GET /global-system-configs HTTP/1.1" 401 293 0.000531 10.0.0.249 - - [2026-08-03 03:28:23] "GET /virtual-machine/92ce7af4-3fc2-482c-baf1-1785d7c3c1f3 HTTP/1.1" 200 1307 0.005750 10.0.0.249 - - [2026-08-03 03:28:23] "POST /neutron/port HTTP/1.1" 200 1228 0.024485 10.0.0.249 - - [2026-08-03 03:28:25] "GET /virtual-machine/92ce7af4-3fc2-482c-baf1-1785d7c3c1f3 HTTP/1.1" 404 171 0.003875 10.0.0.249 - - [2026-08-03 03:28:25] "GET /virtual-machine/92ce7af4-3fc2-482c-baf1-1785d7c3c1f3 HTTP/1.1" 404 171 0.003445 10.0.0.249 - - [2026-08-03 03:28:25] "GET /virtual-machine/92ce7af4-3fc2-482c-baf1-1785d7c3c1f3 HTTP/1.1" 404 171 0.003622 10.0.0.249 - - [2026-08-03 03:28:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004312 10.0.0.249 - - [2026-08-03 03:28:25] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004322 10.0.0.249 - - [2026-08-03 03:28:25] "GET /virtual-networks?parent_id=580cf9fa-7fe0-4d78-8684-05b243fe0779&detail=False&count=False&shared=False HTTP/1.1" 200 603 0.004295 10.0.0.249 - - [2026-08-03 03:28:25] "GET /virtual-network/fa0f4191-b4a4-4aed-b263-7a2fd43c582f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3486 0.007447 10.0.0.249 - - [2026-08-03 03:28:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003695 10.0.0.249 - - [2026-08-03 03:28:25] "GET /routing-instance/14415a6e-c054-425e-ac7e-b81bfe231c60?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1502 0.007743 10.0.0.249 - - [2026-08-03 03:28:25] "GET /route-target/23ffc9f8-a676-43e4-9b7c-98f0cb5b2fff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.006334 10.0.0.249 - - [2026-08-03 03:28:32] "GET /obj-perms HTTP/1.1" 200 4472 0.005520 10.0.0.50 - - [2026-08-03 03:28:32] "GET /obj-perms HTTP/1.1" 200 4472 0.005133 10.0.0.249 - - [2026-08-03 03:28:35] "GET /obj-perms HTTP/1.1" 200 4472 0.007245 10.0.0.161 - - [2026-08-03 03:28:35] "GET /obj-perms HTTP/1.1" 200 4472 0.004451 10.0.0.249 - - [2026-08-03 03:28:35] "GET /virtual-machine/ee2221e3-c121-4c18-b7ba-c7f9afb7ab8a HTTP/1.1" 200 1307 0.005501 10.0.0.249 - - [2026-08-03 03:28:37] "GET /virtual-machine/ee2221e3-c121-4c18-b7ba-c7f9afb7ab8a HTTP/1.1" 200 1307 0.006424 10.0.0.249 - - [2026-08-03 03:28:37] "POST /neutron/port HTTP/1.1" 200 1227 0.026985 10.0.0.249 - - [2026-08-03 03:28:39] "GET /virtual-machine/ee2221e3-c121-4c18-b7ba-c7f9afb7ab8a HTTP/1.1" 404 171 0.004112 10.0.0.249 - - [2026-08-03 03:28:39] "GET /virtual-machine/ee2221e3-c121-4c18-b7ba-c7f9afb7ab8a HTTP/1.1" 404 171 0.005058 10.0.0.249 - - [2026-08-03 03:28:39] "GET /virtual-machine/ee2221e3-c121-4c18-b7ba-c7f9afb7ab8a HTTP/1.1" 404 171 0.004311 10.0.0.249 - - [2026-08-03 03:28:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.004274 10.0.0.249 - - [2026-08-03 03:28:39] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005013 10.0.0.249 - - [2026-08-03 03:28:39] "GET /virtual-networks?parent_id=580cf9fa-7fe0-4d78-8684-05b243fe0779&detail=False&count=False&shared=False HTTP/1.1" 200 603 0.005038 10.0.0.249 - - [2026-08-03 03:28:39] "GET /virtual-network/1c706e74-b114-40cf-af0a-e0064c6bc5a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3175 0.007510 10.0.0.249 - - [2026-08-03 03:28:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.004202 10.0.0.249 - - [2026-08-03 03:28:39] "GET /routing-instance/0ccd4eae-0b76-4f61-a360-0943e1361733?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1501 0.008017 10.0.0.249 - - [2026-08-03 03:28:40] "GET /route-target/f3afe873-7f29-4c45-9e2f-8cdeeb00e8c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.006085 10.0.0.249 - - [2026-08-03 03:28:43] "GET /obj-perms HTTP/1.1" 200 4472 0.005151 10.0.0.249 - - [2026-08-03 03:28:46] "GET /obj-perms HTTP/1.1" 200 4472 0.005677 10.0.0.249 - - [2026-08-03 03:28:52] "GET /obj-perms HTTP/1.1" 200 4472 0.005487 10.0.0.249 - - [2026-08-03 03:28:55] "GET /obj-perms HTTP/1.1" 200 4472 0.005154 10.0.0.249 - - [2026-08-03 03:28:58] "GET /obj-perms HTTP/1.1" 200 4509 0.051479 10.0.0.50 - - [2026-08-03 03:28:59] "GET /obj-perms HTTP/1.1" 200 4509 0.047286 10.0.0.249 - - [2026-08-03 03:29:04] "GET /obj-perms HTTP/1.1" 200 4472 0.004737 10.0.0.249 - - [2026-08-03 03:29:08] "GET /obj-perms HTTP/1.1" 200 4472 0.005134 10.0.0.249 - - [2026-08-03 03:29:08] "GET /virtual-network/fa0f4191-b4a4-4aed-b263-7a2fd43c582f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3486 0.007396 10.0.0.249 - - [2026-08-03 03:29:08] "POST /neutron/network HTTP/1.1" 200 1337 0.136144 10.0.0.249 - - [2026-08-03 03:29:08] "GET /virtual-network/fa0f4191-b4a4-4aed-b263-7a2fd43c582f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3179 0.012104 10.0.0.249 - - [2026-08-03 03:29:08] "DELETE /network-policy/e3a38b1b-c5ac-4113-ac2d-970f6789a7ac HTTP/1.1" 200 115 0.043864 10.0.0.249 - - [2026-08-03 03:29:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004425 10.0.0.161 - - [2026-08-03 03:29:08] "GET /projects?obj_uuids=580cf9fa-7fe0-4d78-8684-05b243fe0779&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.001393 10.0.0.249 - - [2026-08-03 03:29:09] "GET /project/580cf9fa-7fe0-4d78-8684-05b243fe0779?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.082583 10.0.0.249 - - [2026-08-03 03:29:09] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-25085521&detail=False&count=False&shared=False HTTP/1.1" 200 2135 0.007608 10.0.0.249 - - [2026-08-03 03:29:09] "DELETE /network-policy/c12d8636-9f87-4737-8f72-421e6e7b26d2 HTTP/1.1" 200 115 0.056119 10.0.0.249 - - [2026-08-03 03:29:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.005059 10.0.0.161 - - [2026-08-03 03:29:09] "GET /projects?obj_uuids=580cf9fa-7fe0-4d78-8684-05b243fe0779&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.001358 10.0.0.249 - - [2026-08-03 03:29:09] "GET /project/580cf9fa-7fe0-4d78-8684-05b243fe0779?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.102946 10.0.0.249 - - [2026-08-03 03:29:09] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-25085521&detail=False&count=False&shared=False HTTP/1.1" 200 1912 0.007571 10.0.0.249 - - [2026-08-03 03:29:09] "DELETE /network-policy/a5bb93e1-f6c1-4ac3-b12a-5d3e486aae0b HTTP/1.1" 200 115 0.058200 10.0.0.249 - - [2026-08-03 03:29:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.004826 10.0.0.161 - - [2026-08-03 03:29:09] "GET /projects?obj_uuids=580cf9fa-7fe0-4d78-8684-05b243fe0779&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.001374 10.0.0.249 - - [2026-08-03 03:29:09] "GET /project/580cf9fa-7fe0-4d78-8684-05b243fe0779?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.053802 10.0.0.249 - - [2026-08-03 03:29:09] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-25085521&detail=False&count=False&shared=False HTTP/1.1" 200 1689 0.008215 10.0.0.249 - - [2026-08-03 03:29:09] "DELETE /network-policy/2d6f6ac6-6f81-4831-8c37-9c3dfbb9691b HTTP/1.1" 200 115 0.054491 10.0.0.249 - - [2026-08-03 03:29:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.010134 10.0.0.161 - - [2026-08-03 03:29:09] "GET /projects?obj_uuids=580cf9fa-7fe0-4d78-8684-05b243fe0779&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.001872 10.0.0.249 - - [2026-08-03 03:29:09] "GET /project/580cf9fa-7fe0-4d78-8684-05b243fe0779?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.070061 10.0.0.249 - - [2026-08-03 03:29:09] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-25085521&detail=False&count=False&shared=False HTTP/1.1" 200 1466 0.006983 10.0.0.249 - - [2026-08-03 03:29:09] "DELETE /network-policy/b1d25f45-5d2c-45d0-b650-02118a99f3a8 HTTP/1.1" 200 115 0.064666 10.0.0.249 - - [2026-08-03 03:29:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.005938 10.0.0.161 - - [2026-08-03 03:29:09] "GET /projects?obj_uuids=580cf9fa-7fe0-4d78-8684-05b243fe0779&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.001394 10.0.0.249 - - [2026-08-03 03:29:10] "GET /project/580cf9fa-7fe0-4d78-8684-05b243fe0779?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.076200 10.0.0.249 - - [2026-08-03 03:29:10] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-25085521&detail=False&count=False&shared=False HTTP/1.1" 200 1243 0.007218 10.0.0.249 - - [2026-08-03 03:29:10] "DELETE /network-policy/4c0b82fb-a07c-4c04-81e1-36cba4788e8b HTTP/1.1" 200 115 0.051855 10.0.0.249 - - [2026-08-03 03:29:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.020111 10.0.0.161 - - [2026-08-03 03:29:10] "GET /projects?obj_uuids=580cf9fa-7fe0-4d78-8684-05b243fe0779&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.001602 10.0.0.249 - - [2026-08-03 03:29:10] "GET /project/580cf9fa-7fe0-4d78-8684-05b243fe0779?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.086952 10.0.0.249 - - [2026-08-03 03:29:10] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-25085521&detail=False&count=False&shared=False HTTP/1.1" 200 1018 0.007730 10.0.0.249 - - [2026-08-03 03:29:10] "DELETE /network-policy/f128a689-2c15-4a39-81ef-dadc0f7e921a HTTP/1.1" 200 115 0.052079 10.0.0.249 - - [2026-08-03 03:29:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.006198 10.0.0.161 - - [2026-08-03 03:29:10] "GET /projects?obj_uuids=580cf9fa-7fe0-4d78-8684-05b243fe0779&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.001849 10.0.0.249 - - [2026-08-03 03:29:10] "GET /project/580cf9fa-7fe0-4d78-8684-05b243fe0779?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.069078 10.0.0.249 - - [2026-08-03 03:29:10] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-25085521&detail=False&count=False&shared=False HTTP/1.1" 200 796 0.008428 10.0.0.249 - - [2026-08-03 03:29:10] "DELETE /network-policy/7b7377a3-aabd-4b69-a78b-b72ec078295b HTTP/1.1" 200 115 0.061364 10.0.0.249 - - [2026-08-03 03:29:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004193 10.0.0.161 - - [2026-08-03 03:29:10] "GET /projects?obj_uuids=580cf9fa-7fe0-4d78-8684-05b243fe0779&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.001272 10.0.0.249 - - [2026-08-03 03:29:10] "GET /project/580cf9fa-7fe0-4d78-8684-05b243fe0779?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.053592 10.0.0.249 - - [2026-08-03 03:29:10] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-25085521&detail=False&count=False&shared=False HTTP/1.1" 200 574 0.007482 10.0.0.249 - - [2026-08-03 03:29:11] "DELETE /network-policy/6592c9f7-5eae-45dc-8d6e-85c9f5a3120e HTTP/1.1" 200 115 0.058686 10.0.0.249 - - [2026-08-03 03:29:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004186 10.0.0.161 - - [2026-08-03 03:29:11] "GET /projects?obj_uuids=580cf9fa-7fe0-4d78-8684-05b243fe0779&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.001942 10.0.0.249 - - [2026-08-03 03:29:11] "GET /project/580cf9fa-7fe0-4d78-8684-05b243fe0779?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.055128 10.0.0.249 - - [2026-08-03 03:29:11] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-25085521&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.007337 10.0.0.249 - - [2026-08-03 03:29:11] "DELETE /network-policy/2ce3f23e-1d6d-49a9-aa9a-649c08025bb4 HTTP/1.1" 200 115 0.075901 10.0.0.249 - - [2026-08-03 03:29:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.005656 10.0.0.161 - - [2026-08-03 03:29:11] "GET /projects?obj_uuids=580cf9fa-7fe0-4d78-8684-05b243fe0779&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.001996 10.0.0.249 - - [2026-08-03 03:29:11] "GET /project/580cf9fa-7fe0-4d78-8684-05b243fe0779?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.072309 10.0.0.249 - - [2026-08-03 03:29:11] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-25085521&detail=False&count=False&shared=False HTTP/1.1" 200 131 0.007290 10.0.0.161 - - [2026-08-03 03:29:11] "POST /useragent-kv HTTP/1.1" 200 115 0.007763 10.0.0.50 - - [2026-08-03 03:29:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.008907 10.0.0.161 - - [2026-08-03 03:29:11] "POST /useragent-kv HTTP/1.1" 200 115 0.006486 10.0.0.161 - - [2026-08-03 03:29:11] "POST /useragent-kv HTTP/1.1" 200 115 0.008146 10.0.0.161 - - [2026-08-03 03:29:11] "POST /useragent-kv HTTP/1.1" 200 115 0.003325 10.0.0.161 - - [2026-08-03 03:29:11] "POST /useragent-kv HTTP/1.1" 200 115 0.004559 10.0.0.161 - - [2026-08-03 03:29:11] "POST /useragent-kv HTTP/1.1" 200 115 0.006914 10.0.0.249 - - [2026-08-03 03:29:11] "POST /neutron/network HTTP/1.1" 200 151 0.234812 10.0.0.50 - - [2026-08-03 03:29:12] "DELETE /route-target/f3afe873-7f29-4c45-9e2f-8cdeeb00e8c3 HTTP/1.1" 200 115 0.030527 10.0.0.249 - - [2026-08-03 03:29:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004961 10.0.0.249 - - [2026-08-03 03:29:12] "DELETE /network-ipam/6544ca78-ca1d-4e9b-a2e1-99618eb43883 HTTP/1.1" 200 115 0.067419 10.0.0.249 - - [2026-08-03 03:29:12] "POST /fqname-to-id HTTP/1.1" 404 260 0.005443 10.0.0.161 - - [2026-08-03 03:29:12] "GET /projects?obj_uuids=580cf9fa-7fe0-4d78-8684-05b243fe0779&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.001237 10.0.0.161 - - [2026-08-03 03:29:12] "GET /project/580cf9fa-7fe0-4d78-8684-05b243fe0779?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1517 0.058843 10.0.0.161 - - [2026-08-03 03:29:12] "GET /projects?obj_uuids=580cf9fa-7fe0-4d78-8684-05b243fe0779&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.001255 10.0.0.161 - - [2026-08-03 03:29:12] "GET /project/580cf9fa-7fe0-4d78-8684-05b243fe0779?fields=security_groups HTTP/1.1" 200 1400 0.060964 10.0.0.161 - - [2026-08-03 03:29:12] "DELETE /security-group/cb95451f-b85a-47d6-a37b-a7ab3e535666 HTTP/1.1" 200 115 0.064935 10.0.0.161 - - [2026-08-03 03:29:12] "GET /projects?obj_uuids=580cf9fa-7fe0-4d78-8684-05b243fe0779&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.003294 10.0.0.161 - - [2026-08-03 03:29:13] "GET /project/580cf9fa-7fe0-4d78-8684-05b243fe0779?fields=application_policy_sets HTTP/1.1" 200 1439 0.092061 10.0.0.249 - - [2026-08-03 03:29:13] "DELETE /project/580cf9fa-7fe0-4d78-8684-05b243fe0779 HTTP/1.1" 200 115 0.567572 10.0.0.161 - - [2026-08-03 03:29:13] "GET /domains?obj_uuids=724de60e-9f87-4d23-867c-6bd9a9880f5b&detail=False&count=False&shared=False HTTP/1.1" 200 316 0.001697 10.0.0.249 - - [2026-08-03 03:29:13] "GET /domain/724de60e-9f87-4d23-867c-6bd9a9880f5b?fields=projects HTTP/1.1" 200 1441 0.021189 10.0.0.161 - - [2026-08-03 03:29:14] "GET /projects?obj_uuids=580cf9fa-7fe0-4d78-8684-05b243fe0779&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003870 10.0.0.161 - - [2026-08-03 03:29:14] "GET /domains?obj_uuids=724de60e-9f87-4d23-867c-6bd9a9880f5b&detail=False&count=False&shared=False HTTP/1.1" 200 316 0.001457 10.0.0.161 - - [2026-08-03 03:29:14] "GET /domain/724de60e-9f87-4d23-867c-6bd9a9880f5b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.052962 10.0.0.161 - - [2026-08-03 03:29:15] "POST /id-to-fqname HTTP/1.1" 200 202 0.007777 10.0.0.161 - - [2026-08-03 03:29:15] "POST /fqname-to-id HTTP/1.1" 404 211 0.013259 10.0.0.161 - - [2026-08-03 03:29:15] "POST /security-groups HTTP/1.1" 200 605 0.086068 10.0.0.161 - - [2026-08-03 03:29:15] "POST /projects HTTP/1.1" 200 611 0.368179 10.0.0.50 - - [2026-08-03 03:29:15] "POST /fqname-to-id HTTP/1.1" 404 246 0.006371 10.0.0.161 - - [2026-08-03 03:29:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.409750 10.0.0.249 - - [2026-08-03 03:29:15] "GET /project/580cf9fa-7fe0-4d78-8684-05b243fe0779?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.620198 10.0.0.161 - - [2026-08-03 03:29:15] "GET /projects?obj_uuids=580cf9fa-7fe0-4d78-8684-05b243fe0779&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.002572 10.0.0.50 - - [2026-08-03 03:29:15] "POST /access-control-lists HTTP/1.1" 200 608 0.105446 10.0.0.249 - - [2026-08-03 03:29:15] "GET /project/580cf9fa-7fe0-4d78-8684-05b243fe0779?fields=virtual_networks HTTP/1.1" 200 1056 0.103969 10.0.0.161 - - [2026-08-03 03:29:15] "GET /projects?obj_uuids=580cf9fa-7fe0-4d78-8684-05b243fe0779&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.001405 10.0.0.249 - - [2026-08-03 03:29:15] "GET /project/580cf9fa-7fe0-4d78-8684-05b243fe0779?fields=virtual_machine_interfaces HTTP/1.1" 200 1056 0.062014 10.0.0.161 - - [2026-08-03 03:29:15] "GET /projects?obj_uuids=580cf9fa-7fe0-4d78-8684-05b243fe0779&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.001390 10.0.0.249 - - [2026-08-03 03:29:15] "GET /project/580cf9fa-7fe0-4d78-8684-05b243fe0779?fields=security_groups HTTP/1.1" 200 1295 0.067569 10.0.0.249 - - [2026-08-03 03:29:16] "POST /fqname-to-id HTTP/1.1" 404 182 0.031631 10.0.0.161 - - [2026-08-03 03:29:16] "GET /projects?obj_uuids=b219530a-2e12-462e-9079-1c9682fedb95&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004329 10.0.0.161 - - [2026-08-03 03:29:16] "GET /domains?obj_uuids=724de60e-9f87-4d23-867c-6bd9a9880f5b&detail=False&count=False&shared=False HTTP/1.1" 200 316 0.001436 10.0.0.161 - - [2026-08-03 03:29:16] "GET /domain/724de60e-9f87-4d23-867c-6bd9a9880f5b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.009837 10.0.0.161 - - [2026-08-03 03:29:17] "POST /id-to-fqname HTTP/1.1" 200 184 0.006632 10.0.0.161 - - [2026-08-03 03:29:17] "POST /fqname-to-id HTTP/1.1" 404 193 0.015144 10.0.0.161 - - [2026-08-03 03:29:17] "POST /security-groups HTTP/1.1" 200 587 0.089856 10.0.0.161 - - [2026-08-03 03:29:17] "POST /projects HTTP/1.1" 200 575 0.363106 10.0.0.50 - - [2026-08-03 03:29:17] "POST /fqname-to-id HTTP/1.1" 404 227 0.012069 10.0.0.161 - - [2026-08-03 03:29:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.442439 10.0.0.249 - - [2026-08-03 03:29:17] "GET /project/b219530a-2e12-462e-9079-1c9682fedb95?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1342 0.641824 10.0.0.249 - - [2026-08-03 03:29:18] "GET / HTTP/1.1" 200 36215 0.001772 10.0.0.249 - - [2026-08-03 03:29:19] "POST /fqname-to-id HTTP/1.1" 401 293 0.000654 10.0.0.249 - - [2026-08-03 03:29:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.068271 10.0.0.161 - - [2026-08-03 03:29:20] "GET /projects?obj_uuids=b219530a-2e12-462e-9079-1c9682fedb95&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001368 10.0.0.249 - - [2026-08-03 03:29:20] "GET /project/b219530a-2e12-462e-9079-1c9682fedb95?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1342 0.069778 10.0.0.249 - - [2026-08-03 03:29:20] "POST /neutron/network HTTP/1.1" 200 117 0.038612 10.0.0.50 - - [2026-08-03 03:29:20] "POST /ref-update HTTP/1.1" 200 156 0.035184 10.0.0.161 - - [2026-08-03 03:29:21] "POST /useragent-kv HTTP/1.1" 200 115 0.027270 10.0.0.249 - - [2026-08-03 03:29:21] "POST /neutron/subnet HTTP/1.1" 200 828 0.263017 10.0.0.249 - - [2026-08-03 03:29:21] "POST /id-to-fqname HTTP/1.1" 200 214 0.001709 10.0.0.249 - - [2026-08-03 03:29:21] "GET /virtual-network/e2af065f-affc-4e49-b705-259c3aaa83f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2618 0.006789 10.0.0.249 - - [2026-08-03 03:29:21] "GET /virtual-network/e2af065f-affc-4e49-b705-259c3aaa83f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2618 0.006943 10.0.0.249 - - [2026-08-03 03:29:21] "POST /neutron/network HTTP/1.1" 200 993 0.013737 10.0.0.249 - - [2026-08-03 03:29:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.005301 10.0.0.161 - - [2026-08-03 03:29:21] "GET /projects?obj_uuids=b219530a-2e12-462e-9079-1c9682fedb95&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001535 10.0.0.249 - - [2026-08-03 03:29:21] "GET /project/b219530a-2e12-462e-9079-1c9682fedb95?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1342 0.065978 10.0.0.249 - - [2026-08-03 03:29:21] "POST /neutron/network HTTP/1.1" 200 117 0.019598 10.0.0.50 - - [2026-08-03 03:29:22] "POST /fqname-to-id HTTP/1.1" 404 207 0.009459 10.0.0.161 - - [2026-08-03 03:29:22] "POST /useragent-kv HTTP/1.1" 200 115 0.011980 10.0.0.249 - - [2026-08-03 03:29:22] "POST /neutron/subnet HTTP/1.1" 200 828 0.275169 10.0.0.249 - - [2026-08-03 03:29:22] "POST /id-to-fqname HTTP/1.1" 200 214 0.001606 10.0.0.249 - - [2026-08-03 03:29:22] "GET /virtual-network/0bb1ceef-006a-489f-a43e-df07ca7bab1a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2613 0.007088 10.0.0.249 - - [2026-08-03 03:29:22] "GET /virtual-network/0bb1ceef-006a-489f-a43e-df07ca7bab1a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2613 0.007299 10.0.0.249 - - [2026-08-03 03:29:22] "POST /neutron/network HTTP/1.1" 200 992 0.013030 10.0.0.249 - - [2026-08-03 03:29:22] "POST /id-to-fqname HTTP/1.1" 200 214 0.001610 10.0.0.249 - - [2026-08-03 03:29:22] "POST /neutron/network HTTP/1.1" 200 1003 0.013242 10.0.0.50 - - [2026-08-03 03:29:22] "DELETE /access-control-list/bfacda9f-983a-41ef-932b-21088a8f5583 HTTP/1.1" 200 115 0.067262 10.0.0.249 - - [2026-08-03 03:29:23] "POST /neutron/port HTTP/1.1" 200 117 0.007727 10.0.0.249 - - [2026-08-03 03:29:23] "POST /id-to-fqname HTTP/1.1" 200 214 0.001743 10.0.0.249 - - [2026-08-03 03:29:23] "POST /neutron/network HTTP/1.1" 200 993 0.012544 10.0.0.249 - - [2026-08-03 03:29:23] "POST /id-to-fqname HTTP/1.1" 200 214 0.001583 10.0.0.249 - - [2026-08-03 03:29:23] "POST /neutron/port HTTP/1.1" 200 117 0.013236 10.0.0.161 - - [2026-08-03 03:29:23] "GET /projects?obj_uuids=b219530a-2e12-462e-9079-1c9682fedb95&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001477 10.0.0.249 - - [2026-08-03 03:29:23] "GET /project/b219530a-2e12-462e-9079-1c9682fedb95?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1342 0.078529 10.0.0.249 - - [2026-08-03 03:29:24] "POST /neutron/port HTTP/1.1" 200 117 0.011791 10.0.0.161 - - [2026-08-03 03:29:25] "DELETE /project/b219530a2e12462e90791c9682fedb95 HTTP/1.1" 404 173 0.009003 10.0.0.161 - - [2026-08-03 03:29:25] "DELETE /project/580cf9fa7fe04d78868405b243fe0779 HTTP/1.1" 404 173 0.005857 10.0.0.161 - - [2026-08-03 03:29:25] "DELETE /project/580cf9fa-7fe0-4d78-8684-05b243fe0779 HTTP/1.1" 404 177 0.008589 10.0.0.249 - - [2026-08-03 03:29:27] "POST /neutron/network HTTP/1.1" 200 1003 0.009276 10.0.0.161 - - [2026-08-03 03:29:27] "GET /projects?obj_uuids=b219530a-2e12-462e-9079-1c9682fedb95&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.002257 10.0.0.249 - - [2026-08-03 03:29:28] "POST /neutron/port HTTP/1.1" 200 1216 0.402624 10.0.0.249 - - [2026-08-03 03:29:28] "POST /neutron/port HTTP/1.1" 200 1162 0.650177 10.0.0.249 - - [2026-08-03 03:29:28] "POST /neutron/port HTTP/1.1" 200 1216 0.181887 10.0.0.249 - - [2026-08-03 03:29:29] "POST /neutron/port HTTP/1.1" 200 1226 0.026159 10.0.0.249 - - [2026-08-03 03:29:29] "POST /neutron/subnet HTTP/1.1" 200 1389 0.023086 10.0.0.249 - - [2026-08-03 03:29:29] "POST /neutron/network HTTP/1.1" 200 993 0.013283 10.0.0.249 - - [2026-08-03 03:29:29] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004896 10.0.0.249 - - [2026-08-03 03:29:30] "POST /neutron/port HTTP/1.1" 200 117 0.001580 10.0.0.161 - - [2026-08-03 03:29:30] "GET /projects?obj_uuids=b219530a-2e12-462e-9079-1c9682fedb95&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001613 10.0.0.249 - - [2026-08-03 03:29:30] "POST /neutron/port HTTP/1.1" 200 1161 0.527212 10.0.0.249 - - [2026-08-03 03:29:30] "POST /neutron/port HTTP/1.1" 200 1215 0.183258 10.0.0.249 - - [2026-08-03 03:29:31] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005456 10.0.0.249 - - [2026-08-03 03:29:32] "POST /neutron/port HTTP/1.1" 200 117 0.001376 10.0.0.249 - - [2026-08-03 03:29:34] "POST /neutron/security_group HTTP/1.1" 200 2052 0.009783 10.0.0.249 - - [2026-08-03 03:29:44] "POST /neutron/port HTTP/1.1" 200 1226 0.028397 10.0.0.249 - - [2026-08-03 03:29:49] "POST /neutron/security_group HTTP/1.1" 200 2052 0.010484 10.0.0.249 - - [2026-08-03 03:29:54] "POST /neutron/port HTTP/1.1" 200 1226 0.024328 10.0.0.249 - - [2026-08-03 03:29:55] "POST /neutron/network HTTP/1.1" 200 1003 0.009328 10.0.0.249 - - [2026-08-03 03:29:55] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005475 10.0.0.249 - - [2026-08-03 03:29:55] "POST /neutron/port HTTP/1.1" 200 117 0.001631 10.0.0.249 - - [2026-08-03 03:29:55] "POST /neutron/security_group HTTP/1.1" 200 2052 0.009885 10.0.0.249 - - [2026-08-03 03:29:55] "GET /virtual-machine/07da225a-ee58-4e9d-880e-a25efa107ff8 HTTP/1.1" 401 293 0.000526 10.0.0.249 - - [2026-08-03 03:29:55] "GET /virtual-machine/07da225a-ee58-4e9d-880e-a25efa107ff8 HTTP/1.1" 200 1286 0.036021 10.0.0.249 - - [2026-08-03 03:29:55] "GET /virtual-machine-interface/2006e3e1-a810-4b9a-b358-0edbb6c81833 HTTP/1.1" 200 3112 0.007875 10.0.0.249 - - [2026-08-03 03:29:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.004725 10.0.0.249 - - [2026-08-03 03:29:55] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.006066 10.0.0.249 - - [2026-08-03 03:29:55] "GET /virtual-networks?parent_id=b219530a-2e12-462e-9079-1c9682fedb95&detail=False&count=False&shared=False HTTP/1.1" 200 561 0.004639 10.0.0.249 - - [2026-08-03 03:29:55] "GET /virtual-network/e2af065f-affc-4e49-b705-259c3aaa83f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2618 0.008628 10.0.0.249 - - [2026-08-03 03:29:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004320 10.0.0.249 - - [2026-08-03 03:29:58] "GET /virtual-network/e2af065f-affc-4e49-b705-259c3aaa83f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2618 0.008477 10.0.0.249 - - [2026-08-03 03:30:00] "GET /obj-perms HTTP/1.1" 200 4509 0.058363 10.0.0.249 - - [2026-08-03 03:30:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004999 10.0.0.249 - - [2026-08-03 03:30:02] "GET /virtual-network/e2af065f-affc-4e49-b705-259c3aaa83f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2618 0.009913 10.0.0.249 - - [2026-08-03 03:30:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004934 10.0.0.249 - - [2026-08-03 03:30:07] "GET /virtual-network/e2af065f-affc-4e49-b705-259c3aaa83f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2618 0.007366 10.0.0.249 - - [2026-08-03 03:30:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004767 10.0.0.249 - - [2026-08-03 03:30:11] "GET /virtual-network/e2af065f-affc-4e49-b705-259c3aaa83f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2618 0.007069 10.0.0.249 - - [2026-08-03 03:30:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.005097 10.0.0.249 - - [2026-08-03 03:30:15] "GET /virtual-network/e2af065f-affc-4e49-b705-259c3aaa83f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2618 0.007123 10.0.0.249 - - [2026-08-03 03:30:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004698 10.0.0.249 - - [2026-08-03 03:30:19] "GET /virtual-network/e2af065f-affc-4e49-b705-259c3aaa83f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2618 0.008315 10.0.0.249 - - [2026-08-03 03:30:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004601 10.0.0.249 - - [2026-08-03 03:30:23] "GET /virtual-network/e2af065f-affc-4e49-b705-259c3aaa83f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2618 0.006635 10.0.0.249 - - [2026-08-03 03:30:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004526 10.0.0.249 - - [2026-08-03 03:30:25] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004986 10.0.0.249 - - [2026-08-03 03:30:25] "GET /virtual-networks?parent_id=b219530a-2e12-462e-9079-1c9682fedb95&detail=False&count=False&shared=False HTTP/1.1" 200 561 0.004391 10.0.0.249 - - [2026-08-03 03:30:25] "GET /virtual-network/e2af065f-affc-4e49-b705-259c3aaa83f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2618 0.007638 10.0.0.249 - - [2026-08-03 03:30:28] "POST /neutron/port HTTP/1.1" 200 1226 0.026985 10.0.0.249 - - [2026-08-03 03:30:30] "POST /neutron/security_group HTTP/1.1" 200 2052 0.010071 10.0.0.249 - - [2026-08-03 03:30:36] "POST /neutron/port HTTP/1.1" 200 1226 0.027435 10.0.0.249 - - [2026-08-03 03:30:36] "POST /neutron/security_group HTTP/1.1" 200 2052 0.010136 10.0.0.249 - - [2026-08-03 03:30:36] "GET /virtual-machine/057293f5-7709-44f8-b71c-3978767e94df HTTP/1.1" 200 1287 0.012587 10.0.0.249 - - [2026-08-03 03:30:36] "GET /virtual-machine-interface/d41efe62-7347-45d3-8ca9-76a5a0a7898f HTTP/1.1" 200 3113 0.006867 10.0.0.249 - - [2026-08-03 03:30:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004178 10.0.0.249 - - [2026-08-03 03:30:36] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.014531 10.0.0.249 - - [2026-08-03 03:30:36] "GET /virtual-networks?parent_id=b219530a-2e12-462e-9079-1c9682fedb95&detail=False&count=False&shared=False HTTP/1.1" 200 561 0.004981 10.0.0.249 - - [2026-08-03 03:30:36] "GET /virtual-network/e2af065f-affc-4e49-b705-259c3aaa83f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2618 0.007839 10.0.0.249 - - [2026-08-03 03:30:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.005197 10.0.0.249 - - [2026-08-03 03:30:39] "GET /virtual-network/e2af065f-affc-4e49-b705-259c3aaa83f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2618 0.010825 10.0.0.249 - - [2026-08-03 03:30:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.004944 10.0.0.249 - - [2026-08-03 03:30:43] "GET /virtual-network/e2af065f-affc-4e49-b705-259c3aaa83f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2618 0.006642 10.0.0.249 - - [2026-08-03 03:30:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.005336 10.0.0.249 - - [2026-08-03 03:30:47] "GET /virtual-network/e2af065f-affc-4e49-b705-259c3aaa83f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2618 0.008198 10.0.0.249 - - [2026-08-03 03:30:48] "POST /neutron/network HTTP/1.1" 200 1003 0.037248 10.0.0.249 - - [2026-08-03 03:30:48] "POST /neutron/subnet HTTP/1.1" 200 1389 0.019603 10.0.0.249 - - [2026-08-03 03:30:48] "POST /neutron/network HTTP/1.1" 200 993 0.015086 10.0.0.249 - - [2026-08-03 03:30:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.004308 10.0.0.249 - - [2026-08-03 03:30:52] "GET /virtual-network/e2af065f-affc-4e49-b705-259c3aaa83f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2618 0.008579 10.0.0.249 - - [2026-08-03 03:30:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004074 10.0.0.249 - - [2026-08-03 03:30:56] "GET /virtual-network/e2af065f-affc-4e49-b705-259c3aaa83f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2618 0.007527 10.0.0.249 - - [2026-08-03 03:30:57] "POST /neutron/network HTTP/1.1" 200 1003 0.028432 10.0.0.249 - - [2026-08-03 03:30:57] "POST /neutron/subnet HTTP/1.1" 200 1389 0.018311 10.0.0.249 - - [2026-08-03 03:30:57] "POST /neutron/network HTTP/1.1" 200 993 0.012765 10.0.0.249 - - [2026-08-03 03:31:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004899 10.0.0.249 - - [2026-08-03 03:31:00] "GET /virtual-network/e2af065f-affc-4e49-b705-259c3aaa83f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2618 0.009843 10.0.0.161 - - [2026-08-03 03:31:01] "GET /obj-perms HTTP/1.1" 200 4509 0.057929 10.0.0.249 - - [2026-08-03 03:31:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004700 10.0.0.249 - - [2026-08-03 03:31:04] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.006032 10.0.0.249 - - [2026-08-03 03:31:04] "GET /virtual-networks?parent_id=b219530a-2e12-462e-9079-1c9682fedb95&detail=False&count=False&shared=False HTTP/1.1" 200 561 0.004618 10.0.0.249 - - [2026-08-03 03:31:04] "GET /virtual-network/e2af065f-affc-4e49-b705-259c3aaa83f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2618 0.007769 10.0.0.249 - - [2026-08-03 03:31:09] "POST /neutron/port HTTP/1.1" 200 1226 0.024783 10.0.0.249 - - [2026-08-03 03:31:10] "POST /neutron/security_group HTTP/1.1" 200 2052 0.010592 10.0.0.249 - - [2026-08-03 03:31:20] "POST /neutron/port HTTP/1.1" 200 1225 0.029167 10.0.0.249 - - [2026-08-03 03:31:20] "POST /neutron/security_group HTTP/1.1" 200 2052 0.013213 10.0.0.249 - - [2026-08-03 03:31:20] "GET /virtual-machine/7f2cad45-70de-447b-a87a-979e14157f36 HTTP/1.1" 200 1288 0.007390 10.0.0.249 - - [2026-08-03 03:31:20] "GET /virtual-machine-interface/06a4235e-4bdb-4a5c-9ed8-f584c033f42b HTTP/1.1" 200 3111 0.006371 10.0.0.249 - - [2026-08-03 03:31:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004704 10.0.0.249 - - [2026-08-03 03:31:20] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004553 10.0.0.249 - - [2026-08-03 03:31:20] "GET /virtual-networks?parent_id=b219530a-2e12-462e-9079-1c9682fedb95&detail=False&count=False&shared=False HTTP/1.1" 200 561 0.005601 10.0.0.249 - - [2026-08-03 03:31:20] "GET /virtual-network/0bb1ceef-006a-489f-a43e-df07ca7bab1a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2613 0.007770 10.0.0.249 - - [2026-08-03 03:31:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004813 10.0.0.249 - - [2026-08-03 03:31:21] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004952 10.0.0.249 - - [2026-08-03 03:31:21] "GET /virtual-networks?parent_id=b219530a-2e12-462e-9079-1c9682fedb95&detail=False&count=False&shared=False HTTP/1.1" 200 561 0.004224 10.0.0.249 - - [2026-08-03 03:31:21] "GET /virtual-network/0bb1ceef-006a-489f-a43e-df07ca7bab1a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2613 0.009723 10.0.0.249 - - [2026-08-03 03:31:21] "POST /neutron/port HTTP/1.1" 200 1225 0.031804 10.0.0.249 - - [2026-08-03 03:31:25] "POST /neutron/security_group HTTP/1.1" 200 2052 0.027718 10.0.0.249 - - [2026-08-03 03:31:32] "POST /neutron/port HTTP/1.1" 200 1225 0.023168 10.0.0.249 - - [2026-08-03 03:31:38] "GET /forwarding-classs?detail=False&count=False&shared=False HTTP/1.1" 200 133 0.004211 10.0.0.249 - - [2026-08-03 03:31:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004040 10.0.0.249 - - [2026-08-03 03:31:38] "GET /global-qos-config/2551c231-2ca8-4b5a-bec3-986e14d7315d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1086 0.005519 10.0.0.249 - - [2026-08-03 03:31:38] "POST /fqname-to-id HTTP/1.1" 404 222 0.004208 10.0.0.249 - - [2026-08-03 03:31:38] "POST /forwarding-classs HTTP/1.1" 200 578 0.035263 10.0.0.249 - - [2026-08-03 03:31:38] "POST /id-to-fqname HTTP/1.1" 200 232 0.004309 10.0.0.249 - - [2026-08-03 03:31:39] "GET /forwarding-class/bb90e96c-c117-4d75-82aa-9366d6f59a1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1252 0.005959 10.0.0.161 - - [2026-08-03 03:31:39] "GET /projects?obj_uuids=b219530a-2e12-462e-9079-1c9682fedb95&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.033364 10.0.0.249 - - [2026-08-03 03:31:39] "GET /project/b219530a-2e12-462e-9079-1c9682fedb95?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1342 0.090276 10.0.0.249 - - [2026-08-03 03:31:39] "POST /fqname-to-id HTTP/1.1" 404 211 0.004182 10.0.0.249 - - [2026-08-03 03:31:39] "POST /qos-configs HTTP/1.1" 200 545 0.083397 10.0.0.249 - - [2026-08-03 03:31:39] "POST /id-to-fqname HTTP/1.1" 200 217 0.004488 10.0.0.249 - - [2026-08-03 03:31:39] "GET /qos-config/517d2b05-8e78-4028-bf71-8c2956405d30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1505 0.006077 10.0.0.249 - - [2026-08-03 03:31:39] "GET /virtual-machine-interface/2006e3e1-a810-4b9a-b358-0edbb6c81833?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2695 0.007651 10.0.0.249 - - [2026-08-03 03:31:39] "POST /ref-update HTTP/1.1" 200 156 0.018865 10.0.0.249 - - [2026-08-03 03:31:39] "POST /neutron/security_group HTTP/1.1" 200 2052 0.010476 10.0.0.249 - - [2026-08-03 03:31:39] "POST /neutron/port HTTP/1.1" 200 1226 0.025944 10.0.0.249 - - [2026-08-03 03:31:39] "POST /neutron/security_group HTTP/1.1" 200 2052 0.009860 10.0.0.249 - - [2026-08-03 03:31:40] "POST /id-to-fqname HTTP/1.1" 200 214 0.002347 10.0.0.249 - - [2026-08-03 03:31:40] "GET /virtual-machine/07da225a-ee58-4e9d-880e-a25efa107ff8 HTTP/1.1" 200 1286 0.005800 10.0.0.249 - - [2026-08-03 03:31:40] "GET /virtual-machine-interface/2006e3e1-a810-4b9a-b358-0edbb6c81833 HTTP/1.1" 200 3360 0.007946 10.0.0.249 - - [2026-08-03 03:31:40] "GET /instance-ip/3fe3dd1a-f06f-485a-b9ce-3e8e7b5de236 HTTP/1.1" 200 1612 0.008327 10.0.0.249 - - [2026-08-03 03:31:40] "GET /instance-ip/c97e3369-b169-49e6-803b-e6e7b669dc96 HTTP/1.1" 200 1631 0.009506 10.0.0.249 - - [2026-08-03 03:31:40] "POST /neutron/port HTTP/1.1" 200 1226 0.040617 10.0.0.249 - - [2026-08-03 03:31:40] "POST /neutron/security_group HTTP/1.1" 200 2052 0.010953 10.0.0.249 - - [2026-08-03 03:31:40] "POST /neutron/port HTTP/1.1" 200 1226 0.024528 10.0.0.249 - - [2026-08-03 03:31:40] "POST /neutron/network HTTP/1.1" 200 993 0.014262 10.0.0.249 - - [2026-08-03 03:31:40] "POST /id-to-fqname HTTP/1.1" 200 214 0.001859 10.0.0.249 - - [2026-08-03 03:31:40] "GET /virtual-machine/057293f5-7709-44f8-b71c-3978767e94df HTTP/1.1" 200 1287 0.005414 10.0.0.249 - - [2026-08-03 03:31:40] "GET /virtual-machine-interface/d41efe62-7347-45d3-8ca9-76a5a0a7898f HTTP/1.1" 200 3113 0.007807 10.0.0.249 - - [2026-08-03 03:31:40] "GET /instance-ip/219f6861-6f0e-4e02-ab86-c53302d5753c HTTP/1.1" 200 1612 0.008665 10.0.0.249 - - [2026-08-03 03:31:40] "GET /instance-ip/f3dd4945-067a-4b38-bdd2-eb0bfe45340a HTTP/1.1" 200 1632 0.007906 10.0.0.249 - - [2026-08-03 03:31:50] "POST /neutron/network HTTP/1.1" 200 1002 0.009736 10.0.0.249 - - [2026-08-03 03:31:50] "POST /neutron/subnet HTTP/1.1" 200 1385 0.019396 10.0.0.249 - - [2026-08-03 03:31:50] "POST /neutron/network HTTP/1.1" 200 992 0.017580 10.0.0.249 - - [2026-08-03 03:31:58] "POST /neutron/network HTTP/1.1" 200 1003 0.008392 10.0.0.249 - - [2026-08-03 03:31:58] "POST /neutron/subnet HTTP/1.1" 200 1389 0.019315 10.0.0.249 - - [2026-08-03 03:31:58] "POST /neutron/network HTTP/1.1" 200 993 0.012809 10.0.0.50 - - [2026-08-03 03:32:02] "GET /obj-perms HTTP/1.1" 200 4509 0.048532 10.0.0.249 - - [2026-08-03 03:32:47] "GET /virtual-machine-interface/2006e3e1-a810-4b9a-b358-0edbb6c81833?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2943 0.008769 10.0.0.249 - - [2026-08-03 03:32:47] "POST /ref-update HTTP/1.1" 200 156 0.028890 10.0.0.249 - - [2026-08-03 03:32:47] "DELETE /qos-config/517d2b05-8e78-4028-bf71-8c2956405d30 HTTP/1.1" 200 115 0.053047 10.0.0.249 - - [2026-08-03 03:32:47] "POST /id-to-fqname HTTP/1.1" 200 232 0.002312 10.0.0.249 - - [2026-08-03 03:32:47] "DELETE /forwarding-class/bb90e96c-c117-4d75-82aa-9366d6f59a1d HTTP/1.1" 200 115 0.051677 10.0.0.249 - - [2026-08-03 03:32:51] "POST /neutron/port HTTP/1.1" 200 1225 0.026389 10.0.0.249 - - [2026-08-03 03:32:51] "POST /neutron/port HTTP/1.1" 200 1226 0.027834 10.0.0.249 - - [2026-08-03 03:32:51] "POST /neutron/port HTTP/1.1" 200 1226 0.058538 10.0.0.249 - - [2026-08-03 03:32:51] "POST /neutron/port HTTP/1.1" 200 1216 0.038701 10.0.0.161 - - [2026-08-03 03:32:53] "POST /useragent-kv HTTP/1.1" 200 115 0.005219 10.0.0.161 - - [2026-08-03 03:32:53] "POST /useragent-kv HTTP/1.1" 200 115 0.009667 10.0.0.161 - - [2026-08-03 03:32:53] "POST /useragent-kv HTTP/1.1" 200 115 0.003975 10.0.0.161 - - [2026-08-03 03:32:53] "POST /useragent-kv HTTP/1.1" 200 115 0.003915 10.0.0.249 - - [2026-08-03 03:32:53] "POST /neutron/network HTTP/1.1" 200 151 0.215538 10.0.0.50 - - [2026-08-03 03:32:53] "DELETE /route-target/f96901aa-dda0-4317-9073-0ceaff807462 HTTP/1.1" 200 115 0.065975 10.0.0.161 - - [2026-08-03 03:32:54] "GET /projects?obj_uuids=b219530a-2e12-462e-9079-1c9682fedb95&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001580 10.0.0.249 - - [2026-08-03 03:32:54] "GET /project/b219530a-2e12-462e-9079-1c9682fedb95?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1342 0.106020 10.0.0.161 - - [2026-08-03 03:32:54] "GET /projects?obj_uuids=b219530a-2e12-462e-9079-1c9682fedb95&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001496 10.0.0.249 - - [2026-08-03 03:32:54] "GET /project/b219530a-2e12-462e-9079-1c9682fedb95?fields=virtual_networks HTTP/1.1" 200 1022 0.105533 10.0.0.161 - - [2026-08-03 03:32:54] "GET /projects?obj_uuids=b219530a-2e12-462e-9079-1c9682fedb95&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.002179 10.0.0.249 - - [2026-08-03 03:32:54] "GET /project/b219530a-2e12-462e-9079-1c9682fedb95?fields=virtual_machine_interfaces HTTP/1.1" 200 1022 0.068452 10.0.0.161 - - [2026-08-03 03:32:54] "GET /projects?obj_uuids=b219530a-2e12-462e-9079-1c9682fedb95&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001658 10.0.0.249 - - [2026-08-03 03:32:54] "GET /project/b219530a-2e12-462e-9079-1c9682fedb95?fields=security_groups HTTP/1.1" 200 1243 0.065596 10.0.0.249 - - [2026-08-03 03:32:55] "POST /fqname-to-id HTTP/1.1" 404 181 0.039197 10.0.0.161 - - [2026-08-03 03:32:55] "GET /projects?obj_uuids=757cd137-473d-41fc-b200-6ed036a12766&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004988 10.0.0.161 - - [2026-08-03 03:32:55] "GET /domains?obj_uuids=724de60e-9f87-4d23-867c-6bd9a9880f5b&detail=False&count=False&shared=False HTTP/1.1" 200 316 0.001988 10.0.0.161 - - [2026-08-03 03:32:55] "GET /domain/724de60e-9f87-4d23-867c-6bd9a9880f5b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.042094 10.0.0.161 - - [2026-08-03 03:32:55] "POST /id-to-fqname HTTP/1.1" 200 183 0.007747 10.0.0.161 - - [2026-08-03 03:32:55] "POST /fqname-to-id HTTP/1.1" 404 192 0.006982 10.0.0.249 - - [2026-08-03 03:32:56] "POST /neutron/port HTTP/1.1" 200 117 0.008587 10.0.0.161 - - [2026-08-03 03:32:56] "POST /security-groups HTTP/1.1" 200 586 0.055507 10.0.0.50 - - [2026-08-03 03:32:56] "POST /fqname-to-id HTTP/1.1" 404 227 0.005499 10.0.0.161 - - [2026-08-03 03:32:56] "POST /projects HTTP/1.1" 200 573 0.377335 10.0.0.161 - - [2026-08-03 03:32:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.412164 10.0.0.249 - - [2026-08-03 03:32:56] "GET /project/757cd137-473d-41fc-b200-6ed036a12766?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1337 0.666891 10.0.0.50 - - [2026-08-03 03:32:56] "POST /access-control-lists HTTP/1.1" 200 589 0.104824 10.0.0.249 - - [2026-08-03 03:32:57] "GET / HTTP/1.1" 200 36215 0.003557 10.0.0.249 - - [2026-08-03 03:32:57] "POST /neutron/network HTTP/1.1" 200 117 0.013144 10.0.0.249 - - [2026-08-03 03:32:59] "POST /fqname-to-id HTTP/1.1" 401 293 0.000622 10.0.0.249 - - [2026-08-03 03:32:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.067632 10.0.0.161 - - [2026-08-03 03:32:59] "GET /projects?obj_uuids=757cd137-473d-41fc-b200-6ed036a12766&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.002095 10.0.0.249 - - [2026-08-03 03:32:59] "GET /project/757cd137-473d-41fc-b200-6ed036a12766?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1337 0.079697 10.0.0.161 - - [2026-08-03 03:33:00] "POST /useragent-kv HTTP/1.1" 200 115 0.014381 10.0.0.249 - - [2026-08-03 03:33:00] "POST /neutron/subnet HTTP/1.1" 200 715 0.376250 10.0.0.249 - - [2026-08-03 03:33:00] "POST /id-to-fqname HTTP/1.1" 200 220 0.001959 10.0.0.249 - - [2026-08-03 03:33:00] "GET /virtual-network/f5c44f71-0aaa-4135-ae77-492b50a34f5e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.009851 10.0.0.249 - - [2026-08-03 03:33:00] "GET /virtual-network/f5c44f71-0aaa-4135-ae77-492b50a34f5e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.009312 10.0.0.249 - - [2026-08-03 03:33:00] "POST /neutron/network HTTP/1.1" 200 829 0.011065 10.0.0.249 - - [2026-08-03 03:33:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.005406 10.0.0.249 - - [2026-08-03 03:33:00] "GET /virtual-network/f5c44f71-0aaa-4135-ae77-492b50a34f5e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.009185 10.0.0.50 - - [2026-08-03 03:33:00] "POST /route-targets HTTP/1.1" 200 324 0.026575 10.0.0.249 - - [2026-08-03 03:33:00] "PUT /virtual-network/f5c44f71-0aaa-4135-ae77-492b50a34f5e HTTP/1.1" 200 265 0.108924 10.0.0.249 - - [2026-08-03 03:33:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.008641 10.0.0.161 - - [2026-08-03 03:33:01] "GET /projects?obj_uuids=757cd137-473d-41fc-b200-6ed036a12766&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001934 10.0.0.249 - - [2026-08-03 03:33:01] "GET /project/757cd137-473d-41fc-b200-6ed036a12766?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1337 0.082019 10.0.0.161 - - [2026-08-03 03:33:01] "GET /projects?obj_uuids=757cd137-473d-41fc-b200-6ed036a12766&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001577 10.0.0.249 - - [2026-08-03 03:33:01] "POST /neutron/network HTTP/1.1" 200 612 0.238791 10.0.0.50 - - [2026-08-03 03:33:01] "POST /ref-update HTTP/1.1" 200 156 0.051343 10.0.0.249 - - [2026-08-03 03:33:01] "POST /id-to-fqname HTTP/1.1" 200 220 0.005691 10.0.0.249 - - [2026-08-03 03:33:01] "GET /virtual-network/7616ac7a-9e61-4ed2-8922-aea49286ed46?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.010043 10.0.0.249 - - [2026-08-03 03:33:01] "POST /neutron/network HTTP/1.1" 200 832 0.011195 10.0.0.249 - - [2026-08-03 03:33:01] "GET /virtual-network/7616ac7a-9e61-4ed2-8922-aea49286ed46?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.009611 10.0.0.249 - - [2026-08-03 03:33:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.005621 10.0.0.249 - - [2026-08-03 03:33:02] "GET /virtual-network/7616ac7a-9e61-4ed2-8922-aea49286ed46?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.013241 10.0.0.249 - - [2026-08-03 03:33:02] "PUT /virtual-network/7616ac7a-9e61-4ed2-8922-aea49286ed46 HTTP/1.1" 200 265 0.139378 10.0.0.249 - - [2026-08-03 03:33:02] "POST /id-to-fqname HTTP/1.1" 200 220 0.001889 10.0.0.249 - - [2026-08-03 03:33:02] "POST /neutron/network HTTP/1.1" 200 839 0.009188 10.0.0.249 - - [2026-08-03 03:33:02] "POST /neutron/port HTTP/1.1" 200 117 0.011109 10.0.0.249 - - [2026-08-03 03:33:02] "POST /id-to-fqname HTTP/1.1" 200 220 0.002297 10.0.0.249 - - [2026-08-03 03:33:03] "POST /neutron/network HTTP/1.1" 200 832 0.042755 10.0.0.249 - - [2026-08-03 03:33:03] "POST /neutron/port HTTP/1.1" 200 117 0.007719 10.0.0.249 - - [2026-08-03 03:33:07] "POST /neutron/network HTTP/1.1" 200 842 0.013551 10.0.0.249 - - [2026-08-03 03:33:08] "POST /neutron/port HTTP/1.1" 200 1051 0.061598 10.0.0.249 - - [2026-08-03 03:33:08] "POST /neutron/port HTTP/1.1" 200 1054 0.028930 10.0.0.249 - - [2026-08-03 03:33:08] "POST /neutron/security_group HTTP/1.1" 200 2051 0.010440 10.0.0.249 - - [2026-08-03 03:33:09] "POST /neutron/subnet HTTP/1.1" 200 689 0.013835 10.0.0.249 - - [2026-08-03 03:33:09] "POST /neutron/port HTTP/1.1" 200 1118 0.134780 10.0.0.249 - - [2026-08-03 03:33:09] "POST /neutron/port HTTP/1.1" 200 117 0.001344 10.0.0.50 - - [2026-08-03 03:33:12] "DELETE /access-control-list/d5a5106f-19ce-4841-b441-7c2b3a11e5db HTTP/1.1" 200 115 0.071599 10.0.0.249 - - [2026-08-03 03:33:13] "POST /neutron/security_group HTTP/1.1" 200 2051 0.016018 10.0.0.50 - - [2026-08-03 03:33:18] "GET /global-system-configs HTTP/1.1" 401 293 0.000555 10.0.0.50 - - [2026-08-03 03:33:18] "GET /global-system-configs HTTP/1.1" 401 293 0.000523 10.0.0.50 - - [2026-08-03 03:33:19] "GET /global-system-configs HTTP/1.1" 401 293 0.000671 10.0.0.50 - - [2026-08-03 03:33:19] "GET /global-system-configs HTTP/1.1" 401 293 0.000590 10.0.0.161 - - [2026-08-03 03:33:19] "GET /global-system-configs HTTP/1.1" 401 293 0.001307 10.0.0.161 - - [2026-08-03 03:33:19] "GET /global-system-configs HTTP/1.1" 401 293 0.000699 10.0.0.161 - - [2026-08-03 03:33:21] "GET /global-system-configs HTTP/1.1" 401 293 0.000488 10.0.0.161 - - [2026-08-03 03:33:21] "GET /global-system-configs HTTP/1.1" 401 293 0.000483 10.0.0.249 - - [2026-08-03 03:33:21] "GET /global-system-configs HTTP/1.1" 401 293 0.000658 10.0.0.249 - - [2026-08-03 03:33:21] "GET /global-system-configs HTTP/1.1" 401 293 0.000520 10.0.0.249 - - [2026-08-03 03:33:22] "GET /global-system-configs HTTP/1.1" 401 293 0.000667 10.0.0.249 - - [2026-08-03 03:33:22] "GET /global-system-configs HTTP/1.1" 401 293 0.000708 10.0.0.249 - - [2026-08-03 03:33:24] "POST /neutron/port HTTP/1.1" 200 1115 0.027999 10.0.0.161 - - [2026-08-03 03:33:26] "DELETE /project/b219530a-2e12-462e-9079-1c9682fedb95 HTTP/1.1" 404 177 0.005430 10.0.0.161 - - [2026-08-03 03:33:26] "DELETE /project/757cd137473d41fcb2006ed036a12766 HTTP/1.1" 404 173 0.004920 10.0.0.249 - - [2026-08-03 03:33:29] "POST /neutron/security_group HTTP/1.1" 200 2051 0.009629 10.0.0.249 - - [2026-08-03 03:33:34] "POST /neutron/port HTTP/1.1" 200 1115 0.023038 10.0.0.249 - - [2026-08-03 03:33:34] "POST /neutron/security_group HTTP/1.1" 200 2051 0.009545 10.0.0.249 - - [2026-08-03 03:33:34] "GET /virtual-machine/31824592-b82b-4224-bbf5-24da69372b9b HTTP/1.1" 401 293 0.000464 10.0.0.249 - - [2026-08-03 03:33:35] "GET /virtual-machine/31824592-b82b-4224-bbf5-24da69372b9b HTTP/1.1" 200 1287 0.036085 10.0.0.249 - - [2026-08-03 03:33:35] "GET /virtual-machine-interface/90990975-bc2a-4534-a565-70ab016e6cbc HTTP/1.1" 200 2934 0.007830 10.0.0.249 - - [2026-08-03 03:33:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004711 10.0.0.249 - - [2026-08-03 03:33:35] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004966 10.0.0.249 - - [2026-08-03 03:33:35] "GET /virtual-networks?parent_id=757cd137-473d-41fc-b200-6ed036a12766&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.004810 10.0.0.249 - - [2026-08-03 03:33:35] "GET /virtual-network/f5c44f71-0aaa-4135-ae77-492b50a34f5e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2107 0.007952 10.0.0.249 - - [2026-08-03 03:33:37] "POST /neutron/port HTTP/1.1" 200 1118 0.026143 10.0.0.249 - - [2026-08-03 03:33:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004370 10.0.0.249 - - [2026-08-03 03:33:38] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005530 10.0.0.249 - - [2026-08-03 03:33:38] "GET /virtual-networks?parent_id=757cd137-473d-41fc-b200-6ed036a12766&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.004231 10.0.0.249 - - [2026-08-03 03:33:38] "GET /virtual-network/f5c44f71-0aaa-4135-ae77-492b50a34f5e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2107 0.008081 10.0.0.249 - - [2026-08-03 03:33:38] "POST /neutron/security_group HTTP/1.1" 200 2051 0.011127 10.0.0.249 - - [2026-08-03 03:33:38] "POST /neutron/port HTTP/1.1" 200 1118 0.022879 10.0.0.249 - - [2026-08-03 03:33:38] "GET /virtual-machine/c333b5c2-8ec0-45fd-b5b6-3f31e5099323 HTTP/1.1" 200 1288 0.007820 10.0.0.249 - - [2026-08-03 03:33:38] "GET /virtual-machine-interface/0d1cab22-f42f-4ab0-8441-097ba061a7be HTTP/1.1" 200 2931 0.006854 10.0.0.249 - - [2026-08-03 03:33:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004297 10.0.0.249 - - [2026-08-03 03:33:38] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004724 10.0.0.249 - - [2026-08-03 03:33:38] "GET /virtual-networks?parent_id=757cd137-473d-41fc-b200-6ed036a12766&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.004878 10.0.0.249 - - [2026-08-03 03:33:38] "GET /virtual-network/7616ac7a-9e61-4ed2-8922-aea49286ed46?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2114 0.007497 10.0.0.249 - - [2026-08-03 03:33:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004621 10.0.0.249 - - [2026-08-03 03:33:40] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005835 10.0.0.249 - - [2026-08-03 03:33:40] "GET /virtual-networks?parent_id=757cd137-473d-41fc-b200-6ed036a12766&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.007113 10.0.0.249 - - [2026-08-03 03:33:40] "GET /virtual-network/7616ac7a-9e61-4ed2-8922-aea49286ed46?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2114 0.007792 10.0.0.249 - - [2026-08-03 03:33:40] "POST /routing-policys HTTP/1.1" 200 536 0.042283 10.0.0.249 - - [2026-08-03 03:33:40] "GET /virtual-network/f5c44f71-0aaa-4135-ae77-492b50a34f5e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2107 0.018987 10.0.0.249 - - [2026-08-03 03:33:40] "PUT /virtual-network/f5c44f71-0aaa-4135-ae77-492b50a34f5e HTTP/1.1" 200 265 0.096668 10.0.0.249 - - [2026-08-03 03:33:44] "POST /ref-update HTTP/1.1" 200 156 0.072500 10.0.0.249 - - [2026-08-03 03:33:44] "DELETE /routing-policy/ef3252ed-fe5e-4b63-9c36-3ae295e8e719 HTTP/1.1" 200 115 0.088770 10.0.0.249 - - [2026-08-03 03:33:45] "POST /neutron/network HTTP/1.1" 400 204 0.021296 10.0.0.249 - - [2026-08-03 03:33:47] "POST /neutron/port HTTP/1.1" 200 1115 0.021655 10.0.0.249 - - [2026-08-03 03:33:47] "POST /neutron/port HTTP/1.1" 200 151 0.377674 10.0.0.249 - - [2026-08-03 03:33:49] "POST /neutron/network HTTP/1.1" 200 832 0.008395 10.0.0.50 - - [2026-08-03 03:33:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004771 10.0.0.50 - - [2026-08-03 03:33:49] "DELETE /route-target/57d6bbd1-719b-4fb9-a4f1-d4d3e3c57c61 HTTP/1.1" 409 240 0.009338 10.0.0.161 - - [2026-08-03 03:33:49] "POST /useragent-kv HTTP/1.1" 200 115 0.004181 10.0.0.161 - - [2026-08-03 03:33:49] "POST /useragent-kv HTTP/1.1" 200 115 0.005472 10.0.0.249 - - [2026-08-03 03:33:49] "POST /neutron/network HTTP/1.1" 200 151 0.177579 10.0.0.50 - - [2026-08-03 03:33:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.005100 10.0.0.249 - - [2026-08-03 03:33:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.007079 10.0.0.161 - - [2026-08-03 03:33:52] "GET /projects?obj_uuids=757cd137-473d-41fc-b200-6ed036a12766&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.003658 10.0.0.249 - - [2026-08-03 03:33:52] "GET /project/757cd137-473d-41fc-b200-6ed036a12766?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1337 0.078706 10.0.0.161 - - [2026-08-03 03:33:52] "POST /useragent-kv HTTP/1.1" 200 115 0.014915 10.0.0.249 - - [2026-08-03 03:33:53] "POST /neutron/subnet HTTP/1.1" 200 724 0.286099 10.0.0.249 - - [2026-08-03 03:33:53] "POST /id-to-fqname HTTP/1.1" 200 220 0.001523 10.0.0.249 - - [2026-08-03 03:33:53] "GET /virtual-network/42de9da3-833e-4653-af30-70e4399f27d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.006417 10.0.0.249 - - [2026-08-03 03:33:53] "GET /virtual-network/42de9da3-833e-4653-af30-70e4399f27d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.006575 10.0.0.249 - - [2026-08-03 03:33:53] "POST /neutron/network HTTP/1.1" 200 831 0.008940 10.0.0.249 - - [2026-08-03 03:33:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004495 10.0.0.249 - - [2026-08-03 03:33:53] "GET /virtual-network/42de9da3-833e-4653-af30-70e4399f27d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.009159 10.0.0.50 - - [2026-08-03 03:33:53] "POST /ref-update HTTP/1.1" 200 156 0.040511 10.0.0.249 - - [2026-08-03 03:33:53] "PUT /virtual-network/42de9da3-833e-4653-af30-70e4399f27d2 HTTP/1.1" 200 265 0.144401 10.0.0.249 - - [2026-08-03 03:33:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.010457 10.0.0.161 - - [2026-08-03 03:33:53] "GET /projects?obj_uuids=757cd137-473d-41fc-b200-6ed036a12766&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001429 10.0.0.249 - - [2026-08-03 03:33:53] "GET /project/757cd137-473d-41fc-b200-6ed036a12766?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1337 0.060417 10.0.0.161 - - [2026-08-03 03:33:53] "GET /projects?obj_uuids=757cd137-473d-41fc-b200-6ed036a12766&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001981 10.0.0.249 - - [2026-08-03 03:33:53] "POST /neutron/network HTTP/1.1" 200 612 0.178068 10.0.0.50 - - [2026-08-03 03:33:53] "POST /route-targets HTTP/1.1" 200 328 0.019675 10.0.0.249 - - [2026-08-03 03:33:54] "POST /id-to-fqname HTTP/1.1" 200 220 0.004646 10.0.0.249 - - [2026-08-03 03:33:54] "GET /virtual-network/a0a43278-d071-4e69-b3f6-5dafba346f34?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.008278 10.0.0.249 - - [2026-08-03 03:33:54] "POST /neutron/network HTTP/1.1" 200 831 0.009275 10.0.0.249 - - [2026-08-03 03:33:54] "GET /virtual-network/a0a43278-d071-4e69-b3f6-5dafba346f34?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.007004 10.0.0.249 - - [2026-08-03 03:33:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.006675 10.0.0.249 - - [2026-08-03 03:33:54] "GET /virtual-network/a0a43278-d071-4e69-b3f6-5dafba346f34?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.009823 10.0.0.249 - - [2026-08-03 03:33:54] "PUT /virtual-network/a0a43278-d071-4e69-b3f6-5dafba346f34 HTTP/1.1" 200 265 0.099586 10.0.0.249 - - [2026-08-03 03:33:54] "POST /id-to-fqname HTTP/1.1" 200 220 0.002136 10.0.0.249 - - [2026-08-03 03:33:54] "POST /neutron/network HTTP/1.1" 200 841 0.008061 10.0.0.161 - - [2026-08-03 03:33:54] "GET /projects?obj_uuids=757cd137-473d-41fc-b200-6ed036a12766&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001828 10.0.0.249 - - [2026-08-03 03:33:54] "GET /project/757cd137-473d-41fc-b200-6ed036a12766?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1337 0.083835 10.0.0.249 - - [2026-08-03 03:33:54] "POST /neutron/port HTTP/1.1" 200 117 0.010195 10.0.0.249 - - [2026-08-03 03:33:54] "POST /id-to-fqname HTTP/1.1" 200 220 0.001765 10.0.0.249 - - [2026-08-03 03:33:55] "POST /neutron/network HTTP/1.1" 200 831 0.009392 10.0.0.249 - - [2026-08-03 03:33:55] "POST /neutron/port HTTP/1.1" 200 117 0.007522 10.0.0.249 - - [2026-08-03 03:33:59] "POST /neutron/port HTTP/1.1" 200 1053 0.021584 10.0.0.249 - - [2026-08-03 03:33:59] "POST /neutron/network HTTP/1.1" 200 841 0.015685 10.0.0.249 - - [2026-08-03 03:34:00] "POST /neutron/port HTTP/1.1" 200 1053 0.030974 10.0.0.249 - - [2026-08-03 03:34:00] "POST /neutron/security_group HTTP/1.1" 200 2051 0.010101 10.0.0.249 - - [2026-08-03 03:34:00] "POST /neutron/subnet HTTP/1.1" 200 698 0.014412 10.0.0.249 - - [2026-08-03 03:34:01] "POST /neutron/port HTTP/1.1" 200 1117 0.031738 10.0.0.249 - - [2026-08-03 03:34:01] "POST /neutron/port HTTP/1.1" 200 117 0.001427 10.0.0.249 - - [2026-08-03 03:34:05] "POST /neutron/security_group HTTP/1.1" 200 2051 0.010011 10.0.0.249 - - [2026-08-03 03:34:16] "POST /neutron/port HTTP/1.1" 200 1117 0.026705 10.0.0.249 - - [2026-08-03 03:34:21] "POST /neutron/security_group HTTP/1.1" 200 2051 0.008978 10.0.0.249 - - [2026-08-03 03:34:26] "POST /neutron/port HTTP/1.1" 200 1117 0.022120 10.0.0.249 - - [2026-08-03 03:34:26] "POST /neutron/security_group HTTP/1.1" 200 2051 0.010466 10.0.0.249 - - [2026-08-03 03:34:26] "GET /virtual-machine/e88c4c2e-ae9e-421c-8d0d-b2017b0fdca9 HTTP/1.1" 200 1288 0.007883 10.0.0.249 - - [2026-08-03 03:34:26] "GET /virtual-machine-interface/691dfd9b-c1bd-408a-9c5a-33a6777ce38c HTTP/1.1" 200 2933 0.007169 10.0.0.249 - - [2026-08-03 03:34:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004229 10.0.0.249 - - [2026-08-03 03:34:26] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.006932 10.0.0.249 - - [2026-08-03 03:34:26] "GET /virtual-networks?parent_id=757cd137-473d-41fc-b200-6ed036a12766&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.004649 10.0.0.249 - - [2026-08-03 03:34:26] "GET /virtual-network/42de9da3-833e-4653-af30-70e4399f27d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2112 0.007057 10.0.0.249 - - [2026-08-03 03:34:28] "POST /neutron/port HTTP/1.1" 200 1117 0.022353 10.0.0.249 - - [2026-08-03 03:34:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.005004 10.0.0.249 - - [2026-08-03 03:34:29] "GET /virtual-network/42de9da3-833e-4653-af30-70e4399f27d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2112 0.006771 10.0.0.249 - - [2026-08-03 03:34:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.004192 10.0.0.249 - - [2026-08-03 03:34:31] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004611 10.0.0.249 - - [2026-08-03 03:34:31] "GET /virtual-networks?parent_id=757cd137-473d-41fc-b200-6ed036a12766&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.004724 10.0.0.249 - - [2026-08-03 03:34:31] "GET /virtual-network/42de9da3-833e-4653-af30-70e4399f27d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2112 0.008418 10.0.0.249 - - [2026-08-03 03:34:32] "POST /neutron/security_group HTTP/1.1" 200 2051 0.011423 10.0.0.249 - - [2026-08-03 03:34:32] "POST /neutron/port HTTP/1.1" 200 1117 0.026760 10.0.0.249 - - [2026-08-03 03:34:32] "GET /virtual-machine/796f0419-028c-4ad2-a620-8d2681fe0a84 HTTP/1.1" 200 1287 0.008030 10.0.0.249 - - [2026-08-03 03:34:32] "GET /virtual-machine-interface/77d93623-9cc2-4d50-94bc-c2cd19032ee1 HTTP/1.1" 200 2933 0.008152 10.0.0.249 - - [2026-08-03 03:34:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004809 10.0.0.249 - - [2026-08-03 03:34:32] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005339 10.0.0.249 - - [2026-08-03 03:34:32] "GET /virtual-networks?parent_id=757cd137-473d-41fc-b200-6ed036a12766&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.004650 10.0.0.249 - - [2026-08-03 03:34:32] "GET /virtual-network/a0a43278-d071-4e69-b3f6-5dafba346f34?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2113 0.007523 10.0.0.249 - - [2026-08-03 03:34:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.004765 10.0.0.249 - - [2026-08-03 03:34:33] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004725 10.0.0.249 - - [2026-08-03 03:34:33] "GET /virtual-networks?parent_id=757cd137-473d-41fc-b200-6ed036a12766&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.003640 10.0.0.249 - - [2026-08-03 03:34:33] "GET /virtual-network/a0a43278-d071-4e69-b3f6-5dafba346f34?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2113 0.007944 10.0.0.249 - - [2026-08-03 03:34:33] "POST /routing-policys HTTP/1.1" 200 536 0.041140 10.0.0.249 - - [2026-08-03 03:34:33] "GET /virtual-network/42de9da3-833e-4653-af30-70e4399f27d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2112 0.030841 10.0.0.50 - - [2026-08-03 03:34:33] "POST /ref-update HTTP/1.1" 200 156 0.045135 10.0.0.249 - - [2026-08-03 03:34:33] "PUT /virtual-network/42de9da3-833e-4653-af30-70e4399f27d2 HTTP/1.1" 200 265 0.097897 10.0.0.249 - - [2026-08-03 03:34:37] "POST /routing-policys HTTP/1.1" 200 536 0.034526 10.0.0.249 - - [2026-08-03 03:34:37] "GET /virtual-network/42de9da3-833e-4653-af30-70e4399f27d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2359 0.014374 10.0.0.249 - - [2026-08-03 03:34:37] "PUT /virtual-network/42de9da3-833e-4653-af30-70e4399f27d2 HTTP/1.1" 200 265 0.107084 10.0.0.249 - - [2026-08-03 03:34:38] "POST /ref-update HTTP/1.1" 200 156 0.101327 10.0.0.50 - - [2026-08-03 03:34:38] "POST /ref-update HTTP/1.1" 200 156 0.067237 10.0.0.249 - - [2026-08-03 03:34:38] "DELETE /routing-policy/0cb3e55f-92d4-4910-a142-8d998fc1b78f HTTP/1.1" 200 115 0.083514 10.0.0.249 - - [2026-08-03 03:34:38] "POST /ref-update HTTP/1.1" 200 156 0.084224 10.0.0.249 - - [2026-08-03 03:34:38] "DELETE /routing-policy/ac77b1ef-f317-41c4-8e24-583627927e7c HTTP/1.1" 200 115 0.088537 10.0.0.249 - - [2026-08-03 03:34:38] "POST /neutron/network HTTP/1.1" 400 204 0.019749 10.0.0.249 - - [2026-08-03 03:34:40] "POST /neutron/network HTTP/1.1" 400 204 0.024191 10.0.0.249 - - [2026-08-03 03:34:40] "POST /neutron/port HTTP/1.1" 200 151 0.267433 10.0.0.249 - - [2026-08-03 03:34:42] "POST /neutron/network HTTP/1.1" 200 831 0.009305 10.0.0.50 - - [2026-08-03 03:34:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004073 10.0.0.161 - - [2026-08-03 03:34:43] "POST /useragent-kv HTTP/1.1" 200 115 0.003747 10.0.0.161 - - [2026-08-03 03:34:43] "POST /useragent-kv HTTP/1.1" 200 115 0.003776 10.0.0.249 - - [2026-08-03 03:34:43] "POST /neutron/network HTTP/1.1" 200 151 0.182606 10.0.0.50 - - [2026-08-03 03:34:43] "DELETE /route-target/0e3bd960-36a2-455e-b67f-119251797f48 HTTP/1.1" 200 115 0.038502 10.0.0.249 - - [2026-08-03 03:34:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004399 10.0.0.161 - - [2026-08-03 03:34:45] "GET /projects?obj_uuids=757cd137-473d-41fc-b200-6ed036a12766&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001196 10.0.0.249 - - [2026-08-03 03:34:45] "GET /project/757cd137-473d-41fc-b200-6ed036a12766?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1337 0.054795 10.0.0.50 - - [2026-08-03 03:34:46] "POST /route-targets HTTP/1.1" 200 328 0.022005 10.0.0.161 - - [2026-08-03 03:34:46] "POST /useragent-kv HTTP/1.1" 200 115 0.008980 10.0.0.249 - - [2026-08-03 03:34:46] "POST /neutron/subnet HTTP/1.1" 200 720 0.271676 10.0.0.249 - - [2026-08-03 03:34:46] "POST /id-to-fqname HTTP/1.1" 200 220 0.002321 10.0.0.249 - - [2026-08-03 03:34:46] "GET /virtual-network/dbf92207-7fa6-44ba-b5dd-2a6073b8ce4d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.008756 10.0.0.249 - - [2026-08-03 03:34:46] "GET /virtual-network/dbf92207-7fa6-44ba-b5dd-2a6073b8ce4d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.006586 10.0.0.249 - - [2026-08-03 03:34:46] "POST /neutron/network HTTP/1.1" 200 830 0.009906 10.0.0.249 - - [2026-08-03 03:34:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.009406 10.0.0.249 - - [2026-08-03 03:34:46] "GET /virtual-network/dbf92207-7fa6-44ba-b5dd-2a6073b8ce4d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.008227 10.0.0.249 - - [2026-08-03 03:34:46] "PUT /virtual-network/dbf92207-7fa6-44ba-b5dd-2a6073b8ce4d HTTP/1.1" 200 265 0.111606 10.0.0.50 - - [2026-08-03 03:34:46] "POST /ref-update HTTP/1.1" 200 156 0.024881 10.0.0.249 - - [2026-08-03 03:34:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.005977 10.0.0.161 - - [2026-08-03 03:34:46] "GET /projects?obj_uuids=757cd137-473d-41fc-b200-6ed036a12766&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001472 10.0.0.249 - - [2026-08-03 03:34:46] "GET /project/757cd137-473d-41fc-b200-6ed036a12766?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1337 0.066893 10.0.0.161 - - [2026-08-03 03:34:47] "GET /projects?obj_uuids=757cd137-473d-41fc-b200-6ed036a12766&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001305 10.0.0.249 - - [2026-08-03 03:34:47] "POST /neutron/network HTTP/1.1" 200 612 0.200966 10.0.0.249 - - [2026-08-03 03:34:47] "POST /id-to-fqname HTTP/1.1" 200 220 0.004565 10.0.0.249 - - [2026-08-03 03:34:47] "GET /virtual-network/f209612d-7796-4622-93e4-4c42d9c2f121?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.017007 10.0.0.249 - - [2026-08-03 03:34:47] "POST /neutron/network HTTP/1.1" 200 829 0.009331 10.0.0.249 - - [2026-08-03 03:34:47] "GET /virtual-network/f209612d-7796-4622-93e4-4c42d9c2f121?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.007522 10.0.0.249 - - [2026-08-03 03:34:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004332 10.0.0.249 - - [2026-08-03 03:34:47] "GET /virtual-network/f209612d-7796-4622-93e4-4c42d9c2f121?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.006813 10.0.0.249 - - [2026-08-03 03:34:47] "PUT /virtual-network/f209612d-7796-4622-93e4-4c42d9c2f121 HTTP/1.1" 200 265 0.093030 10.0.0.50 - - [2026-08-03 03:34:47] "POST /ref-update HTTP/1.1" 200 156 0.043449 10.0.0.249 - - [2026-08-03 03:34:47] "POST /id-to-fqname HTTP/1.1" 200 220 0.002952 10.0.0.249 - - [2026-08-03 03:34:47] "POST /neutron/network HTTP/1.1" 200 840 0.010404 10.0.0.249 - - [2026-08-03 03:34:48] "POST /neutron/port HTTP/1.1" 200 117 0.009722 10.0.0.249 - - [2026-08-03 03:34:48] "POST /id-to-fqname HTTP/1.1" 200 220 0.001694 10.0.0.161 - - [2026-08-03 03:34:48] "GET /projects?obj_uuids=757cd137-473d-41fc-b200-6ed036a12766&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001545 10.0.0.249 - - [2026-08-03 03:34:48] "GET /project/757cd137-473d-41fc-b200-6ed036a12766?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1337 0.070725 10.0.0.249 - - [2026-08-03 03:34:48] "POST /neutron/network HTTP/1.1" 200 829 0.012929 10.0.0.249 - - [2026-08-03 03:34:49] "POST /neutron/port HTTP/1.1" 200 117 0.009226 10.0.0.249 - - [2026-08-03 03:34:52] "POST /neutron/port HTTP/1.1" 200 1052 0.024852 10.0.0.249 - - [2026-08-03 03:34:53] "POST /neutron/network HTTP/1.1" 200 839 0.015677 10.0.0.249 - - [2026-08-03 03:34:53] "POST /neutron/port HTTP/1.1" 200 1051 0.039071 10.0.0.249 - - [2026-08-03 03:34:54] "POST /neutron/security_group HTTP/1.1" 200 2051 0.017965 10.0.0.249 - - [2026-08-03 03:34:54] "POST /neutron/subnet HTTP/1.1" 200 694 0.013331 10.0.0.249 - - [2026-08-03 03:34:55] "POST /neutron/port HTTP/1.1" 200 1115 0.031633 10.0.0.249 - - [2026-08-03 03:34:55] "POST /neutron/port HTTP/1.1" 200 117 0.001704 10.0.0.249 - - [2026-08-03 03:34:59] "POST /neutron/security_group HTTP/1.1" 200 2051 0.011972 10.0.0.249 - - [2026-08-03 03:35:04] "GET /obj-perms HTTP/1.1" 200 4509 0.076765 10.0.0.249 - - [2026-08-03 03:35:09] "POST /neutron/port HTTP/1.1" 200 1116 0.038152 10.0.0.249 - - [2026-08-03 03:35:14] "POST /neutron/security_group HTTP/1.1" 200 2051 0.011974 10.0.0.249 - - [2026-08-03 03:35:19] "POST /neutron/port HTTP/1.1" 200 1116 0.024145 10.0.0.249 - - [2026-08-03 03:35:19] "POST /neutron/security_group HTTP/1.1" 200 2051 0.010584 10.0.0.249 - - [2026-08-03 03:35:19] "GET /virtual-machine/74da6f71-c3a3-4405-8bd2-ba1ded50d13c HTTP/1.1" 200 1287 0.007721 10.0.0.249 - - [2026-08-03 03:35:19] "GET /virtual-machine-interface/e4f82a91-6c0f-494e-89fc-cf912a9dd027 HTTP/1.1" 200 2933 0.006860 10.0.0.249 - - [2026-08-03 03:35:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004769 10.0.0.249 - - [2026-08-03 03:35:19] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.009402 10.0.0.249 - - [2026-08-03 03:35:20] "GET /virtual-networks?parent_id=757cd137-473d-41fc-b200-6ed036a12766&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.004629 10.0.0.249 - - [2026-08-03 03:35:20] "GET /virtual-network/dbf92207-7fa6-44ba-b5dd-2a6073b8ce4d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2110 0.007833 10.0.0.249 - - [2026-08-03 03:35:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004344 10.0.0.249 - - [2026-08-03 03:35:23] "POST /neutron/port HTTP/1.1" 200 1115 0.026694 10.0.0.249 - - [2026-08-03 03:35:23] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005219 10.0.0.249 - - [2026-08-03 03:35:23] "GET /virtual-networks?parent_id=757cd137-473d-41fc-b200-6ed036a12766&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.004511 10.0.0.249 - - [2026-08-03 03:35:23] "GET /virtual-network/dbf92207-7fa6-44ba-b5dd-2a6073b8ce4d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2110 0.007894 10.0.0.249 - - [2026-08-03 03:35:23] "POST /neutron/security_group HTTP/1.1" 200 2051 0.010288 10.0.0.249 - - [2026-08-03 03:35:23] "POST /neutron/port HTTP/1.1" 200 1115 0.027645 10.0.0.249 - - [2026-08-03 03:35:23] "GET /virtual-machine/7a71eadb-bd9d-4788-b8f7-f620ccc1fb1c HTTP/1.1" 200 1287 0.008356 10.0.0.249 - - [2026-08-03 03:35:23] "GET /virtual-machine-interface/20b8f66a-f26c-4ae2-ad20-3268920791af HTTP/1.1" 200 2933 0.007689 10.0.0.249 - - [2026-08-03 03:35:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004403 10.0.0.249 - - [2026-08-03 03:35:23] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004527 10.0.0.249 - - [2026-08-03 03:35:23] "GET /virtual-networks?parent_id=757cd137-473d-41fc-b200-6ed036a12766&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.004314 10.0.0.249 - - [2026-08-03 03:35:23] "GET /virtual-network/f209612d-7796-4622-93e4-4c42d9c2f121?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2107 0.009078 10.0.0.249 - - [2026-08-03 03:35:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004771 10.0.0.249 - - [2026-08-03 03:35:24] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005293 10.0.0.249 - - [2026-08-03 03:35:24] "GET /virtual-networks?parent_id=757cd137-473d-41fc-b200-6ed036a12766&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.005495 10.0.0.249 - - [2026-08-03 03:35:24] "GET /virtual-network/f209612d-7796-4622-93e4-4c42d9c2f121?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2107 0.008742 10.0.0.249 - - [2026-08-03 03:35:25] "POST /neutron/security_group HTTP/1.1" 200 2051 0.010632 10.0.0.249 - - [2026-08-03 03:35:30] "POST /interface-route-tables HTTP/1.1" 200 576 0.036857 10.0.0.249 - - [2026-08-03 03:35:30] "GET /interface-route-table/3797d679-fd66-4261-a033-d94ba4ad3c08?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1307 0.016877 10.0.0.249 - - [2026-08-03 03:35:30] "GET /virtual-machine-interface/e4f82a91-6c0f-494e-89fc-cf912a9dd027?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2711 0.007780 10.0.0.249 - - [2026-08-03 03:35:30] "POST /ref-update HTTP/1.1" 200 156 0.026029 10.0.0.249 - - [2026-08-03 03:35:30] "POST /routing-policys HTTP/1.1" 200 536 0.047355 10.0.0.249 - - [2026-08-03 03:35:30] "GET /virtual-network/dbf92207-7fa6-44ba-b5dd-2a6073b8ce4d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2110 0.008430 10.0.0.249 - - [2026-08-03 03:35:30] "PUT /virtual-network/dbf92207-7fa6-44ba-b5dd-2a6073b8ce4d HTTP/1.1" 200 265 0.090661 10.0.0.249 - - [2026-08-03 03:35:35] "POST /ref-update HTTP/1.1" 200 156 0.090590 10.0.0.249 - - [2026-08-03 03:35:35] "DELETE /routing-policy/df2c838f-607e-4bc8-a528-0a731d62d860 HTTP/1.1" 200 115 0.063100 10.0.0.249 - - [2026-08-03 03:35:37] "POST /neutron/port HTTP/1.1" 200 1115 0.023673 10.0.0.249 - - [2026-08-03 03:35:37] "POST /neutron/port HTTP/1.1" 200 1116 0.072039 10.0.0.249 - - [2026-08-03 03:35:37] "POST /neutron/port HTTP/1.1" 200 1106 0.056413 10.0.0.50 - - [2026-08-03 03:35:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.006178 10.0.0.161 - - [2026-08-03 03:35:39] "POST /useragent-kv HTTP/1.1" 200 115 0.008720 10.0.0.161 - - [2026-08-03 03:35:39] "POST /useragent-kv HTTP/1.1" 200 115 0.003332 10.0.0.249 - - [2026-08-03 03:35:39] "POST /neutron/network HTTP/1.1" 200 151 0.173336 10.0.0.50 - - [2026-08-03 03:35:39] "DELETE /route-target/918349fa-df3b-46d1-8641-831ea937b3c9 HTTP/1.1" 409 240 0.013045 10.0.0.50 - - [2026-08-03 03:35:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.009135 10.0.0.161 - - [2026-08-03 03:35:41] "GET /projects?obj_uuids=757cd137-473d-41fc-b200-6ed036a12766&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.002070 10.0.0.249 - - [2026-08-03 03:35:41] "GET /project/757cd137-473d-41fc-b200-6ed036a12766?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1337 0.095723 10.0.0.161 - - [2026-08-03 03:35:41] "GET /projects?obj_uuids=757cd137-473d-41fc-b200-6ed036a12766&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001110 10.0.0.249 - - [2026-08-03 03:35:41] "GET /project/757cd137-473d-41fc-b200-6ed036a12766?fields=virtual_networks HTTP/1.1" 200 1019 0.066255 10.0.0.161 - - [2026-08-03 03:35:41] "GET /projects?obj_uuids=757cd137-473d-41fc-b200-6ed036a12766&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001209 10.0.0.249 - - [2026-08-03 03:35:41] "GET /project/757cd137-473d-41fc-b200-6ed036a12766?fields=virtual_machine_interfaces HTTP/1.1" 200 1019 0.056563 10.0.0.161 - - [2026-08-03 03:35:41] "GET /projects?obj_uuids=757cd137-473d-41fc-b200-6ed036a12766&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001405 10.0.0.249 - - [2026-08-03 03:35:41] "GET /project/757cd137-473d-41fc-b200-6ed036a12766?fields=security_groups HTTP/1.1" 200 1239 0.056028 10.0.0.249 - - [2026-08-03 03:35:42] "POST /fqname-to-id HTTP/1.1" 404 192 0.038689 10.0.0.161 - - [2026-08-03 03:35:42] "GET /projects?obj_uuids=bd2c1e34-e63c-45e2-9ce4-c37c33180feb&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004690 10.0.0.161 - - [2026-08-03 03:35:42] "GET /domains?obj_uuids=724de60e-9f87-4d23-867c-6bd9a9880f5b&detail=False&count=False&shared=False HTTP/1.1" 200 316 0.001201 10.0.0.161 - - [2026-08-03 03:35:42] "GET /domain/724de60e-9f87-4d23-867c-6bd9a9880f5b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008401 10.0.0.161 - - [2026-08-03 03:35:43] "POST /id-to-fqname HTTP/1.1" 200 194 0.006575 10.0.0.161 - - [2026-08-03 03:35:43] "POST /fqname-to-id HTTP/1.1" 404 203 0.020580 10.0.0.161 - - [2026-08-03 03:35:43] "POST /security-groups HTTP/1.1" 200 597 0.086436 10.0.0.161 - - [2026-08-03 03:35:43] "POST /projects HTTP/1.1" 200 595 0.367586 10.0.0.50 - - [2026-08-03 03:35:43] "POST /access-control-lists HTTP/1.1" 200 602 0.039419 10.0.0.161 - - [2026-08-03 03:35:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.460899 10.0.0.249 - - [2026-08-03 03:35:43] "GET /project/bd2c1e34-e63c-45e2-9ce4-c37c33180feb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.640434 10.0.0.249 - - [2026-08-03 03:35:44] "GET / HTTP/1.1" 200 36215 0.001852 10.0.0.249 - - [2026-08-03 03:35:46] "POST /fqname-to-id HTTP/1.1" 401 293 0.000616 10.0.0.249 - - [2026-08-03 03:35:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.069290 10.0.0.161 - - [2026-08-03 03:35:47] "GET /projects?obj_uuids=bd2c1e34-e63c-45e2-9ce4-c37c33180feb&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001284 10.0.0.249 - - [2026-08-03 03:35:47] "GET /project/bd2c1e34-e63c-45e2-9ce4-c37c33180feb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.050850 10.0.0.249 - - [2026-08-03 03:35:47] "POST /neutron/network HTTP/1.1" 200 117 0.036527 10.0.0.50 - - [2026-08-03 03:35:47] "POST /route-targets HTTP/1.1" 200 328 0.017575 10.0.0.249 - - [2026-08-03 03:35:47] "POST /neutron/network HTTP/1.1" 200 834 0.016009 10.0.0.249 - - [2026-08-03 03:35:47] "POST /id-to-fqname HTTP/1.1" 200 226 0.002215 10.0.0.249 - - [2026-08-03 03:35:48] "GET /virtual-network/96563139-9910-4c16-b203-18ba303afddb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2063 0.009045 10.0.0.249 - - [2026-08-03 03:35:48] "GET /virtual-network/96563139-9910-4c16-b203-18ba303afddb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2063 0.011639 10.0.0.249 - - [2026-08-03 03:35:48] "POST /neutron/subnet HTTP/1.1" 200 734 0.015881 10.0.0.249 - - [2026-08-03 03:35:48] "GET /virtual-network/96563139-9910-4c16-b203-18ba303afddb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2063 0.008939 10.0.0.50 - - [2026-08-03 03:35:49] "GET /obj-perms HTTP/1.1" 200 4491 0.061641 10.0.0.161 - - [2026-08-03 03:35:50] "GET /obj-perms HTTP/1.1" 200 4491 0.054440 10.0.0.249 - - [2026-08-03 03:35:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.006422 10.0.0.249 - - [2026-08-03 03:35:50] "GET /virtual-network/96563139-9910-4c16-b203-18ba303afddb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2063 0.007173 10.0.0.249 - - [2026-08-03 03:35:50] "PUT /virtual-network/96563139-9910-4c16-b203-18ba303afddb HTTP/1.1" 200 265 0.139493 10.0.0.50 - - [2026-08-03 03:35:50] "POST /ref-update HTTP/1.1" 200 156 0.054950 10.0.0.249 - - [2026-08-03 03:35:55] "POST /id-to-fqname HTTP/1.1" 200 226 0.001807 10.0.0.249 - - [2026-08-03 03:35:56] "POST /neutron/port HTTP/1.1" 200 117 0.008747 10.0.0.249 - - [2026-08-03 03:36:00] "POST /neutron/network HTTP/1.1" 200 844 0.012406 10.0.0.249 - - [2026-08-03 03:36:01] "POST /neutron/port HTTP/1.1" 200 1066 0.057727 10.0.0.249 - - [2026-08-03 03:36:01] "POST /neutron/security_group HTTP/1.1" 200 2062 0.013785 10.0.0.249 - - [2026-08-03 03:36:02] "POST /neutron/subnet HTTP/1.1" 200 708 0.014094 10.0.0.249 - - [2026-08-03 03:36:06] "POST /neutron/port HTTP/1.1" 200 1130 0.024471 10.0.0.249 - - [2026-08-03 03:36:11] "POST /neutron/security_group HTTP/1.1" 200 2062 0.008871 10.0.0.249 - - [2026-08-03 03:36:21] "POST /neutron/port HTTP/1.1" 200 1130 0.025408 10.0.0.161 - - [2026-08-03 03:36:26] "DELETE /project/bd2c1e34e63c45e29ce4c37c33180feb HTTP/1.1" 404 173 0.008681 10.0.0.161 - - [2026-08-03 03:36:26] "GET /projects?obj_uuids=757cd137-473d-41fc-b200-6ed036a12766&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001654 10.0.0.161 - - [2026-08-03 03:36:26] "GET /project/757cd137-473d-41fc-b200-6ed036a12766?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1442 0.070120 10.0.0.161 - - [2026-08-03 03:36:26] "GET /projects?obj_uuids=757cd137-473d-41fc-b200-6ed036a12766&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001684 10.0.0.161 - - [2026-08-03 03:36:26] "GET /project/757cd137-473d-41fc-b200-6ed036a12766?fields=security_groups HTTP/1.1" 200 1089 0.079968 10.0.0.161 - - [2026-08-03 03:36:26] "GET /projects?obj_uuids=757cd137-473d-41fc-b200-6ed036a12766&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001205 10.0.0.161 - - [2026-08-03 03:36:26] "GET /project/757cd137-473d-41fc-b200-6ed036a12766?fields=application_policy_sets HTTP/1.1" 200 1383 0.059540 10.0.0.161 - - [2026-08-03 03:36:26] "DELETE /project/757cd137-473d-41fc-b200-6ed036a12766 HTTP/1.1" 409 279 0.315266 10.0.0.249 - - [2026-08-03 03:36:26] "POST /neutron/security_group HTTP/1.1" 200 2062 0.010312 10.0.0.249 - - [2026-08-03 03:36:27] "POST /neutron/port HTTP/1.1" 200 1130 0.024252 10.0.0.249 - - [2026-08-03 03:36:27] "GET /virtual-machine/005d6896-13ac-4f8a-9930-03751c8ebbbf HTTP/1.1" 401 293 0.000604 10.0.0.249 - - [2026-08-03 03:36:27] "GET /virtual-machine/005d6896-13ac-4f8a-9930-03751c8ebbbf HTTP/1.1" 200 1296 0.035682 10.0.0.249 - - [2026-08-03 03:36:27] "GET /virtual-machine-interface/915ba1e9-7fae-4660-a4b0-7001f2afeb68 HTTP/1.1" 200 2974 0.007427 10.0.0.249 - - [2026-08-03 03:36:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004855 10.0.0.249 - - [2026-08-03 03:36:27] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005469 10.0.0.249 - - [2026-08-03 03:36:27] "GET /virtual-networks?parent_id=bd2c1e34-e63c-45e2-9ce4-c37c33180feb&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.004089 10.0.0.249 - - [2026-08-03 03:36:27] "GET /virtual-network/96563139-9910-4c16-b203-18ba303afddb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2128 0.007221 10.0.0.249 - - [2026-08-03 03:36:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004331 10.0.0.249 - - [2026-08-03 03:36:30] "GET /virtual-network/96563139-9910-4c16-b203-18ba303afddb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2128 0.007055 10.0.0.249 - - [2026-08-03 03:36:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.006190 10.0.0.249 - - [2026-08-03 03:36:34] "GET /virtual-network/96563139-9910-4c16-b203-18ba303afddb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2128 0.007673 10.0.0.249 - - [2026-08-03 03:36:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.004524 10.0.0.249 - - [2026-08-03 03:36:39] "GET /virtual-network/96563139-9910-4c16-b203-18ba303afddb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2128 0.006785 10.0.0.249 - - [2026-08-03 03:36:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.004957 10.0.0.249 - - [2026-08-03 03:36:43] "GET /virtual-network/96563139-9910-4c16-b203-18ba303afddb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2128 0.007118 10.0.0.249 - - [2026-08-03 03:36:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004379 10.0.0.249 - - [2026-08-03 03:36:47] "GET /virtual-network/96563139-9910-4c16-b203-18ba303afddb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2128 0.008865 10.0.0.249 - - [2026-08-03 03:36:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.005937 10.0.0.249 - - [2026-08-03 03:36:51] "GET /virtual-network/96563139-9910-4c16-b203-18ba303afddb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2128 0.008636 10.0.0.249 - - [2026-08-03 03:36:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.006458 10.0.0.249 - - [2026-08-03 03:36:55] "GET /virtual-network/96563139-9910-4c16-b203-18ba303afddb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2128 0.007269 10.0.0.249 - - [2026-08-03 03:36:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004392 10.0.0.249 - - [2026-08-03 03:36:57] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005002 10.0.0.249 - - [2026-08-03 03:36:57] "GET /virtual-networks?parent_id=bd2c1e34-e63c-45e2-9ce4-c37c33180feb&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.004656 10.0.0.249 - - [2026-08-03 03:36:57] "GET /virtual-network/96563139-9910-4c16-b203-18ba303afddb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2128 0.008744 10.0.0.249 - - [2026-08-03 03:36:57] "POST /neutron/security_group HTTP/1.1" 200 2062 0.010621 10.0.0.249 - - [2026-08-03 03:37:02] "POST /neutron/port HTTP/1.1" 200 1130 0.026695 10.0.0.249 - - [2026-08-03 03:37:02] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005587 10.0.0.249 - - [2026-08-03 03:37:03] "POST /neutron/network HTTP/1.1" 200 834 0.010404 10.0.0.249 - - [2026-08-03 03:37:08] "POST /neutron/port HTTP/1.1" 200 1130 0.027002 10.0.0.249 - - [2026-08-03 03:37:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.005104 10.0.0.249 - - [2026-08-03 03:37:13] "GET /virtual-network/96563139-9910-4c16-b203-18ba303afddb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2128 0.008465 10.0.0.249 - - [2026-08-03 03:37:13] "PUT /virtual-network/96563139-9910-4c16-b203-18ba303afddb HTTP/1.1" 200 265 0.094373 10.0.0.50 - - [2026-08-03 03:37:13] "POST /ref-update HTTP/1.1" 200 156 0.064231 10.0.0.249 - - [2026-08-03 03:37:18] "POST /neutron/network HTTP/1.1" 400 204 0.021766 10.0.0.249 - - [2026-08-03 03:37:20] "POST /neutron/network HTTP/1.1" 200 834 0.023382 10.0.0.249 - - [2026-08-03 03:37:22] "POST /neutron/network HTTP/1.1" 200 834 0.010744 10.0.0.50 - - [2026-08-03 03:37:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.006051 10.0.0.249 - - [2026-08-03 03:37:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.005464 10.0.0.161 - - [2026-08-03 03:37:25] "GET /projects?obj_uuids=bd2c1e34-e63c-45e2-9ce4-c37c33180feb&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.024838 10.0.0.249 - - [2026-08-03 03:37:25] "GET /project/bd2c1e34-e63c-45e2-9ce4-c37c33180feb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.108782 10.0.0.161 - - [2026-08-03 03:37:26] "GET /projects?obj_uuids=bd2c1e34-e63c-45e2-9ce4-c37c33180feb&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.002120 10.0.0.249 - - [2026-08-03 03:37:26] "POST /neutron/network HTTP/1.1" 200 613 0.220157 10.0.0.50 - - [2026-08-03 03:37:26] "POST /ref-update HTTP/1.1" 200 156 0.039281 10.0.0.249 - - [2026-08-03 03:37:26] "POST /id-to-fqname HTTP/1.1" 200 226 0.004704 10.0.0.249 - - [2026-08-03 03:37:26] "GET /virtual-network/f42f1cc8-156e-48db-8237-8a7c20a7c2e4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.006989 10.0.0.249 - - [2026-08-03 03:37:26] "POST /neutron/network HTTP/1.1" 200 832 0.008944 10.0.0.249 - - [2026-08-03 03:37:26] "GET /virtual-network/f42f1cc8-156e-48db-8237-8a7c20a7c2e4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.008520 10.0.0.249 - - [2026-08-03 03:37:26] "GET /virtual-network/f42f1cc8-156e-48db-8237-8a7c20a7c2e4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.009331 10.0.0.249 - - [2026-08-03 03:37:27] "GET /obj-perms HTTP/1.1" 200 4491 0.042737 10.0.0.161 - - [2026-08-03 03:37:27] "GET /obj-perms HTTP/1.1" 200 4491 0.011611 10.0.0.249 - - [2026-08-03 03:37:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.007334 10.0.0.249 - - [2026-08-03 03:37:27] "GET /virtual-network/f42f1cc8-156e-48db-8237-8a7c20a7c2e4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.008020 10.0.0.249 - - [2026-08-03 03:37:27] "PUT /virtual-network/f42f1cc8-156e-48db-8237-8a7c20a7c2e4 HTTP/1.1" 200 265 0.115263 10.0.0.249 - - [2026-08-03 03:37:32] "POST /id-to-fqname HTTP/1.1" 200 226 0.001521 10.0.0.249 - - [2026-08-03 03:37:32] "POST /neutron/network HTTP/1.1" 200 842 0.009653 10.0.0.249 - - [2026-08-03 03:37:33] "POST /neutron/port HTTP/1.1" 200 117 0.008590 10.0.0.161 - - [2026-08-03 03:37:37] "GET /projects?obj_uuids=bd2c1e34-e63c-45e2-9ce4-c37c33180feb&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001363 10.0.0.249 - - [2026-08-03 03:37:37] "POST /neutron/port HTTP/1.1" 200 1064 0.564322 10.0.0.249 - - [2026-08-03 03:37:38] "POST /neutron/port HTTP/1.1" 200 1118 0.205045 10.0.0.249 - - [2026-08-03 03:37:39] "POST /neutron/port HTTP/1.1" 200 1128 0.027771 10.0.0.249 - - [2026-08-03 03:37:39] "POST /neutron/port HTTP/1.1" 200 117 0.001466 10.0.0.249 - - [2026-08-03 03:37:43] "POST /neutron/security_group HTTP/1.1" 200 2062 0.011126 10.0.0.249 - - [2026-08-03 03:37:53] "POST /neutron/port HTTP/1.1" 200 1128 0.026193 10.0.0.249 - - [2026-08-03 03:37:58] "POST /neutron/security_group HTTP/1.1" 200 2062 0.010962 10.0.0.249 - - [2026-08-03 03:38:03] "POST /neutron/port HTTP/1.1" 200 1128 0.025259 10.0.0.249 - - [2026-08-03 03:38:03] "POST /neutron/security_group HTTP/1.1" 200 2062 0.011763 10.0.0.249 - - [2026-08-03 03:38:04] "POST /neutron/port HTTP/1.1" 200 1128 0.035265 10.0.0.249 - - [2026-08-03 03:38:04] "POST /neutron/security_group HTTP/1.1" 200 2062 0.013984 10.0.0.249 - - [2026-08-03 03:38:04] "GET /virtual-machine/7fbd6c88-0ed0-47fa-a6cc-dbccbadd0ef0 HTTP/1.1" 200 1298 0.008816 10.0.0.249 - - [2026-08-03 03:38:04] "GET /virtual-machine-interface/4717ff01-265a-40ea-b67b-72a4b5799e4d HTTP/1.1" 200 2973 0.008315 10.0.0.249 - - [2026-08-03 03:38:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004878 10.0.0.249 - - [2026-08-03 03:38:04] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005653 10.0.0.249 - - [2026-08-03 03:38:04] "GET /virtual-networks?parent_id=bd2c1e34-e63c-45e2-9ce4-c37c33180feb&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.005097 10.0.0.249 - - [2026-08-03 03:38:04] "GET /virtual-network/f42f1cc8-156e-48db-8237-8a7c20a7c2e4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2121 0.008782 10.0.0.249 - - [2026-08-03 03:38:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004901 10.0.0.249 - - [2026-08-03 03:38:07] "GET /virtual-network/f42f1cc8-156e-48db-8237-8a7c20a7c2e4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2121 0.008004 10.0.0.50 - - [2026-08-03 03:38:08] "GET /obj-perms HTTP/1.1" 200 4509 0.046979 10.0.0.249 - - [2026-08-03 03:38:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004854 10.0.0.249 - - [2026-08-03 03:38:11] "GET /virtual-network/f42f1cc8-156e-48db-8237-8a7c20a7c2e4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2121 0.008446 10.0.0.249 - - [2026-08-03 03:38:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.005129 10.0.0.249 - - [2026-08-03 03:38:15] "GET /virtual-network/f42f1cc8-156e-48db-8237-8a7c20a7c2e4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2121 0.008812 10.0.0.50 - - [2026-08-03 03:38:18] "GET /global-system-configs HTTP/1.1" 401 293 0.000550 10.0.0.50 - - [2026-08-03 03:38:18] "GET /global-system-configs HTTP/1.1" 401 293 0.000532 10.0.0.50 - - [2026-08-03 03:38:19] "GET /global-system-configs HTTP/1.1" 401 293 0.000655 10.0.0.50 - - [2026-08-03 03:38:19] "GET /global-system-configs HTTP/1.1" 401 293 0.000597 10.0.0.249 - - [2026-08-03 03:38:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.005809 10.0.0.249 - - [2026-08-03 03:38:19] "GET /virtual-network/f42f1cc8-156e-48db-8237-8a7c20a7c2e4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2121 0.007324 10.0.0.161 - - [2026-08-03 03:38:19] "GET /global-system-configs HTTP/1.1" 401 293 0.000632 10.0.0.161 - - [2026-08-03 03:38:19] "GET /global-system-configs HTTP/1.1" 401 293 0.000690 10.0.0.161 - - [2026-08-03 03:38:21] "GET /global-system-configs HTTP/1.1" 401 293 0.000535 10.0.0.161 - - [2026-08-03 03:38:21] "GET /global-system-configs HTTP/1.1" 401 293 0.000507 10.0.0.249 - - [2026-08-03 03:38:21] "GET /global-system-configs HTTP/1.1" 401 293 0.000460 10.0.0.249 - - [2026-08-03 03:38:21] "GET /global-system-configs HTTP/1.1" 401 293 0.000673 10.0.0.249 - - [2026-08-03 03:38:22] "GET /global-system-configs HTTP/1.1" 401 293 0.000540 10.0.0.249 - - [2026-08-03 03:38:22] "GET /global-system-configs HTTP/1.1" 401 293 0.000603 10.0.0.249 - - [2026-08-03 03:38:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.005034 10.0.0.249 - - [2026-08-03 03:38:23] "GET /virtual-network/f42f1cc8-156e-48db-8237-8a7c20a7c2e4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2121 0.008440 10.0.0.249 - - [2026-08-03 03:38:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004648 10.0.0.249 - - [2026-08-03 03:38:27] "GET /virtual-network/f42f1cc8-156e-48db-8237-8a7c20a7c2e4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2121 0.006517 10.0.0.249 - - [2026-08-03 03:38:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.005116 10.0.0.249 - - [2026-08-03 03:38:31] "GET /virtual-network/f42f1cc8-156e-48db-8237-8a7c20a7c2e4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2121 0.008250 10.0.0.249 - - [2026-08-03 03:38:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004617 10.0.0.249 - - [2026-08-03 03:38:34] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004602 10.0.0.249 - - [2026-08-03 03:38:34] "GET /virtual-networks?parent_id=bd2c1e34-e63c-45e2-9ce4-c37c33180feb&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.004073 10.0.0.249 - - [2026-08-03 03:38:34] "GET /virtual-network/f42f1cc8-156e-48db-8237-8a7c20a7c2e4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2121 0.007133 10.0.0.249 - - [2026-08-03 03:38:34] "POST /neutron/security_group HTTP/1.1" 200 2062 0.015866 10.0.0.249 - - [2026-08-03 03:38:39] "POST /neutron/port HTTP/1.1" 200 1128 0.044984 10.0.0.249 - - [2026-08-03 03:38:44] "POST /neutron/security_group HTTP/1.1" 200 2062 0.010651 10.0.0.249 - - [2026-08-03 03:38:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.007702 10.0.0.249 - - [2026-08-03 03:38:49] "GET /virtual-network/f42f1cc8-156e-48db-8237-8a7c20a7c2e4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2121 0.009282 10.0.0.249 - - [2026-08-03 03:38:50] "PUT /virtual-network/f42f1cc8-156e-48db-8237-8a7c20a7c2e4 HTTP/1.1" 200 265 0.121933 10.0.0.50 - - [2026-08-03 03:38:50] "POST /ref-update HTTP/1.1" 200 156 0.117756 10.0.0.249 - - [2026-08-03 03:38:57] "POST /neutron/network HTTP/1.1" 200 832 0.009378 10.0.0.249 - - [2026-08-03 03:38:57] "POST /neutron/port HTTP/1.1" 200 1118 0.017731 10.0.0.161 - - [2026-08-03 03:38:59] "POST /useragent-kv HTTP/1.1" 200 115 0.004952 10.0.0.50 - - [2026-08-03 03:38:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.008583 10.0.0.161 - - [2026-08-03 03:38:59] "POST /useragent-kv HTTP/1.1" 200 115 0.005012 10.0.0.249 - - [2026-08-03 03:38:59] "POST /neutron/network HTTP/1.1" 200 151 0.184461 10.0.0.161 - - [2026-08-03 03:39:01] "GET /projects?obj_uuids=bd2c1e34-e63c-45e2-9ce4-c37c33180feb&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001397 10.0.0.249 - - [2026-08-03 03:39:01] "GET /project/bd2c1e34-e63c-45e2-9ce4-c37c33180feb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.095097 10.0.0.161 - - [2026-08-03 03:39:01] "GET /projects?obj_uuids=bd2c1e34-e63c-45e2-9ce4-c37c33180feb&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.004592 10.0.0.249 - - [2026-08-03 03:39:01] "GET /project/bd2c1e34-e63c-45e2-9ce4-c37c33180feb?fields=virtual_networks HTTP/1.1" 200 1042 0.109842 10.0.0.161 - - [2026-08-03 03:39:01] "GET /projects?obj_uuids=bd2c1e34-e63c-45e2-9ce4-c37c33180feb&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.002200 10.0.0.249 - - [2026-08-03 03:39:01] "GET /project/bd2c1e34-e63c-45e2-9ce4-c37c33180feb?fields=virtual_machine_interfaces HTTP/1.1" 200 1042 0.098583 10.0.0.161 - - [2026-08-03 03:39:01] "GET /projects?obj_uuids=bd2c1e34-e63c-45e2-9ce4-c37c33180feb&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.002033 10.0.0.249 - - [2026-08-03 03:39:01] "GET /project/bd2c1e34-e63c-45e2-9ce4-c37c33180feb?fields=security_groups HTTP/1.1" 200 1273 0.085421 10.0.0.249 - - [2026-08-03 03:39:03] "POST /fqname-to-id HTTP/1.1" 404 213 0.442508 10.0.0.161 - - [2026-08-03 03:39:03] "GET /projects?obj_uuids=55b87c4b-30a1-4fa8-ac2d-5a7bc93b673c&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004184 10.0.0.161 - - [2026-08-03 03:39:03] "GET /domains?obj_uuids=724de60e-9f87-4d23-867c-6bd9a9880f5b&detail=False&count=False&shared=False HTTP/1.1" 200 316 0.001747 10.0.0.161 - - [2026-08-03 03:39:03] "GET /domain/724de60e-9f87-4d23-867c-6bd9a9880f5b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.047248 10.0.0.161 - - [2026-08-03 03:39:03] "POST /id-to-fqname HTTP/1.1" 200 216 0.005375 10.0.0.161 - - [2026-08-03 03:39:03] "POST /fqname-to-id HTTP/1.1" 404 227 0.011838 10.0.0.161 - - [2026-08-03 03:39:03] "POST /security-groups HTTP/1.1" 200 618 0.051769 10.0.0.161 - - [2026-08-03 03:39:03] "POST /projects HTTP/1.1" 200 637 0.333324 10.0.0.50 - - [2026-08-03 03:39:03] "POST /access-control-lists HTTP/1.1" 200 623 0.041541 10.0.0.161 - - [2026-08-03 03:39:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.408737 10.0.0.249 - - [2026-08-03 03:39:03] "GET /project/55b87c4b-30a1-4fa8-ac2d-5a7bc93b673c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1465 0.628748 10.0.0.249 - - [2026-08-03 03:39:05] "GET / HTTP/1.1" 200 36215 0.001995 10.0.0.249 - - [2026-08-03 03:39:07] "POST /fqname-to-id HTTP/1.1" 401 293 0.000606 10.0.0.249 - - [2026-08-03 03:39:07] "POST /fqname-to-id HTTP/1.1" 404 249 0.063521 10.0.0.50 - - [2026-08-03 03:39:07] "POST /fqname-to-id HTTP/1.1" 404 281 0.004687 10.0.0.50 - - [2026-08-03 03:39:07] "POST /access-control-lists HTTP/1.1" 200 643 0.044704 10.0.0.249 - - [2026-08-03 03:39:08] "POST /neutron/security_group_rule HTTP/1.1" 200 539 0.382868 10.0.0.50 - - [2026-08-03 03:39:08] "PUT /access-control-list/f05b5b03-d527-47fc-8396-9cfa5333a6a8 HTTP/1.1" 200 273 0.029653 10.0.0.249 - - [2026-08-03 03:39:09] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.180040 10.0.0.249 - - [2026-08-03 03:39:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.004702 10.0.0.249 - - [2026-08-03 03:39:09] "GET /security-group/1f7e7eb9-a2b9-488f-ad52-6dc64bc66cf7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2028 0.004478 10.0.0.249 - - [2026-08-03 03:39:10] "POST /neutron/security_group HTTP/1.1" 200 151 0.088022 10.0.0.249 - - [2026-08-03 03:39:10] "POST /fqname-to-id HTTP/1.1" 404 249 0.005330 10.0.0.50 - - [2026-08-03 03:39:10] "DELETE /access-control-list/6226c9e1-d2cd-4d9a-9b44-6562617b3cf9 HTTP/1.1" 200 115 0.058457 10.0.0.249 - - [2026-08-03 03:39:10] "POST /fqname-to-id HTTP/1.1" 404 249 0.008076 10.0.0.50 - - [2026-08-03 03:39:10] "POST /access-control-lists HTTP/1.1" 200 645 0.038635 10.0.0.50 - - [2026-08-03 03:39:10] "PUT /access-control-list/f762d3a7-49c0-42ef-a946-0d6a35616600 HTTP/1.1" 200 273 0.024976 10.0.0.249 - - [2026-08-03 03:39:11] "POST /neutron/security_group_rule HTTP/1.1" 200 539 0.017436 10.0.0.249 - - [2026-08-03 03:39:11] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.202765 10.0.0.50 - - [2026-08-03 03:39:11] "PUT /access-control-list/f762d3a7-49c0-42ef-a946-0d6a35616600 HTTP/1.1" 200 273 0.032361 10.0.0.249 - - [2026-08-03 03:39:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004128 10.0.0.249 - - [2026-08-03 03:39:11] "GET /security-group/e2028061-743e-44a2-8315-fbe318e44660?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2028 0.007022 10.0.0.249 - - [2026-08-03 03:39:12] "POST /neutron/security_group_rule HTTP/1.1" 200 566 0.012073 10.0.0.50 - - [2026-08-03 03:39:12] "PUT /access-control-list/f762d3a7-49c0-42ef-a946-0d6a35616600 HTTP/1.1" 200 273 0.035037 10.0.0.249 - - [2026-08-03 03:39:12] "POST /neutron/security_group_rule HTTP/1.1" 200 601 0.183514 10.0.0.249 - - [2026-08-03 03:39:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.006368 10.0.0.161 - - [2026-08-03 03:39:12] "GET /projects?obj_uuids=55b87c4b-30a1-4fa8-ac2d-5a7bc93b673c&detail=False&count=False&shared=False HTTP/1.1" 200 375 0.001644 10.0.0.249 - - [2026-08-03 03:39:12] "GET /project/55b87c4b-30a1-4fa8-ac2d-5a7bc93b673c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1465 0.074111 10.0.0.50 - - [2026-08-03 03:39:13] "POST /ref-update HTTP/1.1" 200 156 0.045649 10.0.0.161 - - [2026-08-03 03:39:13] "POST /useragent-kv HTTP/1.1" 200 115 0.018132 10.0.0.249 - - [2026-08-03 03:39:13] "POST /neutron/subnet HTTP/1.1" 200 828 0.259181 10.0.0.249 - - [2026-08-03 03:39:13] "POST /id-to-fqname HTTP/1.1" 200 290 0.002168 10.0.0.249 - - [2026-08-03 03:39:13] "GET /virtual-network/d998b858-edad-4957-b039-9012c6b960ad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2809 0.013052 10.0.0.249 - - [2026-08-03 03:39:14] "POST /neutron/network HTTP/1.1" 200 1112 0.044662 10.0.0.249 - - [2026-08-03 03:39:14] "GET /virtual-network/d998b858-edad-4957-b039-9012c6b960ad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2809 0.055339 10.0.0.249 - - [2026-08-03 03:39:14] "POST /neutron/subnet HTTP/1.1" 200 720 0.016305 10.0.0.249 - - [2026-08-03 03:39:14] "GET /virtual-network/d998b858-edad-4957-b039-9012c6b960ad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2809 0.008427 10.0.0.249 - - [2026-08-03 03:39:15] "GET /obj-perms HTTP/1.1" 200 4533 0.079005 10.0.0.249 - - [2026-08-03 03:39:16] "POST /id-to-fqname HTTP/1.1" 200 290 0.002462 10.0.0.161 - - [2026-08-03 03:39:16] "GET /projects?obj_uuids=55b87c4b-30a1-4fa8-ac2d-5a7bc93b673c&detail=False&count=False&shared=False HTTP/1.1" 200 375 0.001709 10.0.0.249 - - [2026-08-03 03:39:16] "GET /project/55b87c4b-30a1-4fa8-ac2d-5a7bc93b673c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1465 0.138153 10.0.0.249 - - [2026-08-03 03:39:16] "POST /neutron/network HTTP/1.1" 200 1112 0.040454 10.0.0.249 - - [2026-08-03 03:39:17] "POST /id-to-fqname HTTP/1.1" 200 290 0.001845 10.0.0.249 - - [2026-08-03 03:39:17] "POST /neutron/port HTTP/1.1" 200 117 0.008398 10.0.0.249 - - [2026-08-03 03:39:17] "POST /neutron/network HTTP/1.1" 200 1112 0.011746 10.0.0.249 - - [2026-08-03 03:39:17] "POST /neutron/port HTTP/1.1" 200 117 0.008307 10.0.0.161 - - [2026-08-03 03:39:21] "GET /projects?obj_uuids=55b87c4b-30a1-4fa8-ac2d-5a7bc93b673c&detail=False&count=False&shared=False HTTP/1.1" 200 375 0.001369 10.0.0.249 - - [2026-08-03 03:39:21] "POST /neutron/port HTTP/1.1" 200 1191 0.486315 10.0.0.249 - - [2026-08-03 03:39:22] "POST /neutron/port HTTP/1.1" 200 1191 0.021659 10.0.0.161 - - [2026-08-03 03:39:22] "GET /projects?obj_uuids=55b87c4b-30a1-4fa8-ac2d-5a7bc93b673c&detail=False&count=False&shared=False HTTP/1.1" 200 375 0.005392 10.0.0.249 - - [2026-08-03 03:39:22] "POST /neutron/port HTTP/1.1" 200 1191 0.493100 10.0.0.249 - - [2026-08-03 03:39:22] "POST /neutron/port HTTP/1.1" 200 1245 0.160003 10.0.0.249 - - [2026-08-03 03:39:23] "POST /neutron/port HTTP/1.1" 200 1255 0.028328 10.0.0.249 - - [2026-08-03 03:39:23] "POST /neutron/subnet HTTP/1.1" 200 1380 0.019065 10.0.0.249 - - [2026-08-03 03:39:23] "POST /neutron/network HTTP/1.1" 200 1112 0.012706 10.0.0.249 - - [2026-08-03 03:39:23] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005276 10.0.0.249 - - [2026-08-03 03:39:24] "POST /neutron/port HTTP/1.1" 200 117 0.001744 10.0.0.161 - - [2026-08-03 03:39:26] "DELETE /project/bd2c1e34-e63c-45e2-9ce4-c37c33180feb HTTP/1.1" 404 177 0.005083 10.0.0.161 - - [2026-08-03 03:39:26] "DELETE /project/55b87c4b30a14fa8ac2d5a7bc93b673c HTTP/1.1" 404 173 0.004557 10.0.0.249 - - [2026-08-03 03:39:28] "POST /neutron/security_group HTTP/1.1" 200 1457 0.010936 10.0.0.249 - - [2026-08-03 03:39:38] "POST /neutron/port HTTP/1.1" 200 1255 0.027036 10.0.0.249 - - [2026-08-03 03:39:43] "POST /neutron/security_group HTTP/1.1" 200 1457 0.011475 10.0.0.249 - - [2026-08-03 03:39:48] "POST /neutron/port HTTP/1.1" 200 1255 0.025391 10.0.0.249 - - [2026-08-03 03:39:48] "POST /neutron/security_group HTTP/1.1" 200 1457 0.009839 10.0.0.249 - - [2026-08-03 03:39:48] "GET /virtual-machine/cc14c9ca-c278-499a-bd5c-58b80fc0e545 HTTP/1.1" 401 293 0.000496 10.0.0.249 - - [2026-08-03 03:39:49] "GET /virtual-machine/cc14c9ca-c278-499a-bd5c-58b80fc0e545 HTTP/1.1" 200 1320 0.029789 10.0.0.249 - - [2026-08-03 03:39:49] "GET /virtual-machine/cc14c9ca-c278-499a-bd5c-58b80fc0e545 HTTP/1.1" 200 1320 0.006657 10.0.0.249 - - [2026-08-03 03:39:49] "GET /virtual-machine-interface/00cbcf98-9557-4cfc-bc2c-95c01ea6f9c7 HTTP/1.1" 200 3422 0.008923 10.0.0.249 - - [2026-08-03 03:39:49] "GET /virtual-machine/cc14c9ca-c278-499a-bd5c-58b80fc0e545 HTTP/1.1" 200 1320 0.005577 10.0.0.249 - - [2026-08-03 03:39:49] "GET /virtual-machine-interface/00cbcf98-9557-4cfc-bc2c-95c01ea6f9c7 HTTP/1.1" 200 3422 0.007363 10.0.0.249 - - [2026-08-03 03:39:49] "GET /instance-ip/9b6045cf-1353-4a44-812b-b79167acfb1b HTTP/1.1" 200 1717 0.008465 10.0.0.249 - - [2026-08-03 03:39:49] "GET /instance-ip/d8cc8d1c-5d10-43d9-9771-92dbcad5b349 HTTP/1.1" 200 1739 0.007616 10.0.0.249 - - [2026-08-03 03:39:49] "GET /virtual-machine/cc14c9ca-c278-499a-bd5c-58b80fc0e545 HTTP/1.1" 200 1320 0.004994 10.0.0.249 - - [2026-08-03 03:39:49] "GET /virtual-machine-interface/00cbcf98-9557-4cfc-bc2c-95c01ea6f9c7 HTTP/1.1" 200 3422 0.007567 10.0.0.249 - - [2026-08-03 03:39:49] "GET /instance-ip/9b6045cf-1353-4a44-812b-b79167acfb1b HTTP/1.1" 200 1717 0.006077 10.0.0.249 - - [2026-08-03 03:39:49] "GET /instance-ip/d8cc8d1c-5d10-43d9-9771-92dbcad5b349 HTTP/1.1" 200 1739 0.006121 10.0.0.249 - - [2026-08-03 03:39:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004687 10.0.0.249 - - [2026-08-03 03:39:49] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005037 10.0.0.249 - - [2026-08-03 03:39:49] "GET /virtual-networks?parent_id=55b87c4b-30a1-4fa8-ac2d-5a7bc93b673c&detail=False&count=False&shared=False HTTP/1.1" 200 422 0.005897 10.0.0.249 - - [2026-08-03 03:39:49] "GET /virtual-network/d998b858-edad-4957-b039-9012c6b960ad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2809 0.007903 10.0.0.249 - - [2026-08-03 03:39:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004522 10.0.0.249 - - [2026-08-03 03:39:49] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005530 10.0.0.249 - - [2026-08-03 03:39:49] "GET /virtual-networks?parent_id=55b87c4b-30a1-4fa8-ac2d-5a7bc93b673c&detail=False&count=False&shared=False HTTP/1.1" 200 422 0.004755 10.0.0.249 - - [2026-08-03 03:39:49] "GET /virtual-network/d998b858-edad-4957-b039-9012c6b960ad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2809 0.009084 10.0.0.249 - - [2026-08-03 03:39:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004476 10.0.0.249 - - [2026-08-03 03:39:49] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.008210 10.0.0.249 - - [2026-08-03 03:39:49] "GET /virtual-networks?parent_id=55b87c4b-30a1-4fa8-ac2d-5a7bc93b673c&detail=False&count=False&shared=False HTTP/1.1" 200 422 0.006313 10.0.0.249 - - [2026-08-03 03:39:49] "GET /virtual-network/d998b858-edad-4957-b039-9012c6b960ad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2809 0.007127 10.0.0.249 - - [2026-08-03 03:39:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004884 10.0.0.249 - - [2026-08-03 03:39:49] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005059 10.0.0.249 - - [2026-08-03 03:39:49] "GET /virtual-networks?parent_id=55b87c4b-30a1-4fa8-ac2d-5a7bc93b673c&detail=False&count=False&shared=False HTTP/1.1" 200 422 0.005631 10.0.0.249 - - [2026-08-03 03:39:50] "GET /virtual-network/d998b858-edad-4957-b039-9012c6b960ad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2809 0.007837 10.0.0.249 - - [2026-08-03 03:39:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.028660 10.0.0.249 - - [2026-08-03 03:39:50] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005576 10.0.0.249 - - [2026-08-03 03:39:50] "GET /virtual-networks?parent_id=55b87c4b-30a1-4fa8-ac2d-5a7bc93b673c&detail=False&count=False&shared=False HTTP/1.1" 200 422 0.004966 10.0.0.249 - - [2026-08-03 03:39:50] "GET /virtual-network/d998b858-edad-4957-b039-9012c6b960ad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2809 0.008960 10.0.0.249 - - [2026-08-03 03:39:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004531 10.0.0.249 - - [2026-08-03 03:39:50] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005794 10.0.0.249 - - [2026-08-03 03:39:50] "GET /virtual-networks?parent_id=55b87c4b-30a1-4fa8-ac2d-5a7bc93b673c&detail=False&count=False&shared=False HTTP/1.1" 200 422 0.004315 10.0.0.249 - - [2026-08-03 03:39:50] "GET /virtual-network/d998b858-edad-4957-b039-9012c6b960ad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2809 0.008400 10.0.0.249 - - [2026-08-03 03:39:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004992 10.0.0.249 - - [2026-08-03 03:39:50] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005337 10.0.0.249 - - [2026-08-03 03:39:50] "GET /virtual-networks?parent_id=55b87c4b-30a1-4fa8-ac2d-5a7bc93b673c&detail=False&count=False&shared=False HTTP/1.1" 200 422 0.005357 10.0.0.249 - - [2026-08-03 03:39:50] "GET /virtual-network/d998b858-edad-4957-b039-9012c6b960ad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2809 0.009245 10.0.0.249 - - [2026-08-03 03:39:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.005089 10.0.0.249 - - [2026-08-03 03:39:53] "GET /virtual-network/d998b858-edad-4957-b039-9012c6b960ad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2809 0.006552 10.0.0.249 - - [2026-08-03 03:39:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004981 10.0.0.249 - - [2026-08-03 03:39:57] "GET /virtual-network/d998b858-edad-4957-b039-9012c6b960ad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2809 0.007406 10.0.0.249 - - [2026-08-03 03:40:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.005813 10.0.0.249 - - [2026-08-03 03:40:01] "GET /virtual-network/d998b858-edad-4957-b039-9012c6b960ad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2809 0.009727 10.0.0.249 - - [2026-08-03 03:40:03] "POST /neutron/port HTTP/1.1" 200 1255 0.026067 10.0.0.249 - - [2026-08-03 03:40:05] "POST /neutron/port HTTP/1.1" 200 1255 0.030865 10.0.0.249 - - [2026-08-03 03:40:05] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005105 10.0.0.249 - - [2026-08-03 03:40:05] "POST /neutron/port HTTP/1.1" 200 117 0.001536 10.0.0.249 - - [2026-08-03 03:40:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004259 10.0.0.249 - - [2026-08-03 03:40:05] "GET /virtual-network/d998b858-edad-4957-b039-9012c6b960ad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2809 0.008528 10.0.0.249 - - [2026-08-03 03:40:05] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005514 10.0.0.249 - - [2026-08-03 03:40:06] "POST /neutron/port HTTP/1.1" 200 117 0.001687 10.0.0.249 - - [2026-08-03 03:40:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.005150 10.0.0.249 - - [2026-08-03 03:40:10] "GET /virtual-network/d998b858-edad-4957-b039-9012c6b960ad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2809 0.008693 10.0.0.161 - - [2026-08-03 03:40:10] "GET /obj-perms HTTP/1.1" 200 4509 0.047433 10.0.0.249 - - [2026-08-03 03:40:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004548 10.0.0.249 - - [2026-08-03 03:40:14] "GET /virtual-network/d998b858-edad-4957-b039-9012c6b960ad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2809 0.009456 10.0.0.249 - - [2026-08-03 03:40:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004932 10.0.0.249 - - [2026-08-03 03:40:18] "GET /virtual-network/d998b858-edad-4957-b039-9012c6b960ad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2809 0.006926 10.0.0.249 - - [2026-08-03 03:40:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004875 10.0.0.249 - - [2026-08-03 03:40:20] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005877 10.0.0.249 - - [2026-08-03 03:40:20] "GET /virtual-networks?parent_id=55b87c4b-30a1-4fa8-ac2d-5a7bc93b673c&detail=False&count=False&shared=False HTTP/1.1" 200 422 0.005343 10.0.0.249 - - [2026-08-03 03:40:20] "GET /virtual-network/d998b858-edad-4957-b039-9012c6b960ad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2809 0.007242 10.0.0.249 - - [2026-08-03 03:40:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004222 10.0.0.249 - - [2026-08-03 03:40:20] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005529 10.0.0.249 - - [2026-08-03 03:40:20] "GET /virtual-networks?parent_id=55b87c4b-30a1-4fa8-ac2d-5a7bc93b673c&detail=False&count=False&shared=False HTTP/1.1" 200 422 0.004997 10.0.0.249 - - [2026-08-03 03:40:20] "GET /virtual-network/d998b858-edad-4957-b039-9012c6b960ad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2809 0.008138 10.0.0.249 - - [2026-08-03 03:40:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004578 10.0.0.249 - - [2026-08-03 03:40:20] "GET /routing-instance/e5a9c5fe-e2b1-4eb1-80fc-a0cf0ef12e8f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1683 0.006640 10.0.0.249 - - [2026-08-03 03:40:20] "GET /route-target/8dc373e6-bf9b-4f33-8e2a-edc5276f346c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.007523 10.0.0.249 - - [2026-08-03 03:40:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.005003 10.0.0.249 - - [2026-08-03 03:40:20] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005452 10.0.0.249 - - [2026-08-03 03:40:20] "GET /virtual-networks?parent_id=55b87c4b-30a1-4fa8-ac2d-5a7bc93b673c&detail=False&count=False&shared=False HTTP/1.1" 200 422 0.004530 10.0.0.249 - - [2026-08-03 03:40:20] "GET /virtual-network/d998b858-edad-4957-b039-9012c6b960ad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2809 0.007453 10.0.0.249 - - [2026-08-03 03:40:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004200 10.0.0.249 - - [2026-08-03 03:40:20] "GET /routing-instance/e5a9c5fe-e2b1-4eb1-80fc-a0cf0ef12e8f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1683 0.005863 10.0.0.249 - - [2026-08-03 03:40:20] "GET /route-target/8dc373e6-bf9b-4f33-8e2a-edc5276f346c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.005344 10.0.0.249 - - [2026-08-03 03:40:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004786 10.0.0.249 - - [2026-08-03 03:40:20] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.006096 10.0.0.249 - - [2026-08-03 03:40:21] "GET /virtual-networks?parent_id=55b87c4b-30a1-4fa8-ac2d-5a7bc93b673c&detail=False&count=False&shared=False HTTP/1.1" 200 422 0.004940 10.0.0.249 - - [2026-08-03 03:40:21] "GET /virtual-network/d998b858-edad-4957-b039-9012c6b960ad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2809 0.007724 10.0.0.249 - - [2026-08-03 03:40:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.015331 10.0.0.249 - - [2026-08-03 03:40:21] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005442 10.0.0.249 - - [2026-08-03 03:40:21] "GET /virtual-networks?parent_id=55b87c4b-30a1-4fa8-ac2d-5a7bc93b673c&detail=False&count=False&shared=False HTTP/1.1" 200 422 0.012498 10.0.0.249 - - [2026-08-03 03:40:21] "GET /virtual-network/d998b858-edad-4957-b039-9012c6b960ad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2809 0.007118 10.0.0.249 - - [2026-08-03 03:40:21] "GET /obj-perms HTTP/1.1" 200 4533 0.005455 10.0.0.161 - - [2026-08-03 03:40:21] "GET /obj-perms HTTP/1.1" 200 4533 0.047701 10.0.0.249 - - [2026-08-03 03:40:21] "GET /obj-perms HTTP/1.1" 200 4533 0.005400 10.0.0.249 - - [2026-08-03 03:40:21] "GET /obj-perms HTTP/1.1" 200 4533 0.004955 10.0.0.50 - - [2026-08-03 03:40:21] "GET /obj-perms HTTP/1.1" 200 4533 0.039467 10.0.0.249 - - [2026-08-03 03:40:21] "GET /virtual-machine/cc14c9ca-c278-499a-bd5c-58b80fc0e545 HTTP/1.1" 200 1320 0.005146 10.0.0.249 - - [2026-08-03 03:40:21] "GET /virtual-machine-interface/00cbcf98-9557-4cfc-bc2c-95c01ea6f9c7 HTTP/1.1" 200 3422 0.006895 10.0.0.249 - - [2026-08-03 03:40:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004138 10.0.0.249 - - [2026-08-03 03:40:21] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.006320 10.0.0.249 - - [2026-08-03 03:40:21] "GET /virtual-networks?parent_id=55b87c4b-30a1-4fa8-ac2d-5a7bc93b673c&detail=False&count=False&shared=False HTTP/1.1" 200 422 0.003760 10.0.0.249 - - [2026-08-03 03:40:21] "GET /virtual-network/d998b858-edad-4957-b039-9012c6b960ad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2809 0.007566 10.0.0.249 - - [2026-08-03 03:40:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.004058 10.0.0.249 - - [2026-08-03 03:40:22] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004123 10.0.0.249 - - [2026-08-03 03:40:22] "GET /virtual-networks?parent_id=55b87c4b-30a1-4fa8-ac2d-5a7bc93b673c&detail=False&count=False&shared=False HTTP/1.1" 200 422 0.003669 10.0.0.249 - - [2026-08-03 03:40:23] "GET /virtual-network/d998b858-edad-4957-b039-9012c6b960ad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2809 0.007173 10.0.0.249 - - [2026-08-03 03:40:23] "POST /neutron/port HTTP/1.1" 200 1255 0.027279 10.0.0.249 - - [2026-08-03 03:40:28] "POST /neutron/security_group HTTP/1.1" 200 1457 0.009264 10.0.0.249 - - [2026-08-03 03:40:36] "POST /neutron/port HTTP/1.1" 200 1255 0.023720 10.0.0.249 - - [2026-08-03 03:40:36] "POST /neutron/security_group HTTP/1.1" 200 1457 0.008660 10.0.0.249 - - [2026-08-03 03:40:44] "POST /neutron/port HTTP/1.1" 200 1255 0.024984 10.0.0.249 - - [2026-08-03 03:40:44] "POST /neutron/security_group HTTP/1.1" 200 1457 0.010375 10.0.0.249 - - [2026-08-03 03:40:44] "POST /neutron/port HTTP/1.1" 200 1255 0.026811 10.0.0.249 - - [2026-08-03 03:40:44] "GET /virtual-machine/a1d6c900-6bc3-4e54-8a92-00f8fb333be6 HTTP/1.1" 200 1319 0.008186 10.0.0.249 - - [2026-08-03 03:40:44] "GET /virtual-machine/a1d6c900-6bc3-4e54-8a92-00f8fb333be6 HTTP/1.1" 200 1319 0.005053 10.0.0.249 - - [2026-08-03 03:40:44] "GET /virtual-machine-interface/a20d6a23-550e-4477-92bb-40d7747c2847 HTTP/1.1" 200 3425 0.007109 10.0.0.249 - - [2026-08-03 03:40:44] "GET /virtual-machine/a1d6c900-6bc3-4e54-8a92-00f8fb333be6 HTTP/1.1" 200 1319 0.004883 10.0.0.249 - - [2026-08-03 03:40:44] "GET /virtual-machine-interface/a20d6a23-550e-4477-92bb-40d7747c2847 HTTP/1.1" 200 3425 0.007038 10.0.0.249 - - [2026-08-03 03:40:44] "GET /instance-ip/63a3a8c8-222a-4c9c-a47e-70374b2852c0 HTTP/1.1" 200 1738 0.007258 10.0.0.249 - - [2026-08-03 03:40:44] "GET /instance-ip/b5979fdc-62e9-47a9-a4fd-912d851681c3 HTTP/1.1" 200 1718 0.006971 10.0.0.249 - - [2026-08-03 03:40:44] "GET /virtual-machine/a1d6c900-6bc3-4e54-8a92-00f8fb333be6 HTTP/1.1" 200 1319 0.005028 10.0.0.249 - - [2026-08-03 03:40:44] "GET /virtual-machine-interface/a20d6a23-550e-4477-92bb-40d7747c2847 HTTP/1.1" 200 3425 0.006861 10.0.0.249 - - [2026-08-03 03:40:44] "GET /instance-ip/63a3a8c8-222a-4c9c-a47e-70374b2852c0 HTTP/1.1" 200 1738 0.005466 10.0.0.249 - - [2026-08-03 03:40:44] "GET /instance-ip/b5979fdc-62e9-47a9-a4fd-912d851681c3 HTTP/1.1" 200 1718 0.005098 10.0.0.249 - - [2026-08-03 03:40:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004915 10.0.0.249 - - [2026-08-03 03:40:44] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004870 10.0.0.249 - - [2026-08-03 03:40:44] "GET /virtual-networks?parent_id=55b87c4b-30a1-4fa8-ac2d-5a7bc93b673c&detail=False&count=False&shared=False HTTP/1.1" 200 422 0.005061 10.0.0.249 - - [2026-08-03 03:40:44] "GET /virtual-network/d998b858-edad-4957-b039-9012c6b960ad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2809 0.007987 10.0.0.249 - - [2026-08-03 03:40:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004698 10.0.0.249 - - [2026-08-03 03:40:44] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005484 10.0.0.249 - - [2026-08-03 03:40:44] "GET /virtual-networks?parent_id=55b87c4b-30a1-4fa8-ac2d-5a7bc93b673c&detail=False&count=False&shared=False HTTP/1.1" 200 422 0.004180 10.0.0.249 - - [2026-08-03 03:40:44] "GET /virtual-network/d998b858-edad-4957-b039-9012c6b960ad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2809 0.007551 10.0.0.249 - - [2026-08-03 03:40:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.006823 10.0.0.249 - - [2026-08-03 03:40:44] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005611 10.0.0.249 - - [2026-08-03 03:40:44] "GET /virtual-networks?parent_id=55b87c4b-30a1-4fa8-ac2d-5a7bc93b673c&detail=False&count=False&shared=False HTTP/1.1" 200 422 0.004534 10.0.0.249 - - [2026-08-03 03:40:44] "GET /virtual-network/d998b858-edad-4957-b039-9012c6b960ad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2809 0.007584 10.0.0.249 - - [2026-08-03 03:40:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004653 10.0.0.249 - - [2026-08-03 03:40:44] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005177 10.0.0.249 - - [2026-08-03 03:40:45] "GET /virtual-networks?parent_id=55b87c4b-30a1-4fa8-ac2d-5a7bc93b673c&detail=False&count=False&shared=False HTTP/1.1" 200 422 0.004082 10.0.0.249 - - [2026-08-03 03:40:45] "GET /virtual-network/d998b858-edad-4957-b039-9012c6b960ad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2809 0.007045 10.0.0.249 - - [2026-08-03 03:40:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004119 10.0.0.249 - - [2026-08-03 03:40:45] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005440 10.0.0.249 - - [2026-08-03 03:40:45] "GET /virtual-networks?parent_id=55b87c4b-30a1-4fa8-ac2d-5a7bc93b673c&detail=False&count=False&shared=False HTTP/1.1" 200 422 0.004757 10.0.0.249 - - [2026-08-03 03:40:45] "GET /virtual-network/d998b858-edad-4957-b039-9012c6b960ad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2809 0.008423 10.0.0.249 - - [2026-08-03 03:40:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.005027 10.0.0.249 - - [2026-08-03 03:40:45] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005646 10.0.0.249 - - [2026-08-03 03:40:45] "GET /virtual-networks?parent_id=55b87c4b-30a1-4fa8-ac2d-5a7bc93b673c&detail=False&count=False&shared=False HTTP/1.1" 200 422 0.004797 10.0.0.249 - - [2026-08-03 03:40:45] "GET /virtual-network/d998b858-edad-4957-b039-9012c6b960ad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2809 0.008697 10.0.0.249 - - [2026-08-03 03:40:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004761 10.0.0.249 - - [2026-08-03 03:40:45] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005726 10.0.0.249 - - [2026-08-03 03:40:45] "GET /virtual-networks?parent_id=55b87c4b-30a1-4fa8-ac2d-5a7bc93b673c&detail=False&count=False&shared=False HTTP/1.1" 200 422 0.004564 10.0.0.249 - - [2026-08-03 03:40:45] "GET /virtual-network/d998b858-edad-4957-b039-9012c6b960ad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2809 0.007613 10.0.0.249 - - [2026-08-03 03:40:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004673 10.0.0.249 - - [2026-08-03 03:40:46] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004958 10.0.0.249 - - [2026-08-03 03:40:46] "GET /virtual-networks?parent_id=55b87c4b-30a1-4fa8-ac2d-5a7bc93b673c&detail=False&count=False&shared=False HTTP/1.1" 200 422 0.004494 10.0.0.249 - - [2026-08-03 03:40:46] "GET /virtual-network/d998b858-edad-4957-b039-9012c6b960ad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2809 0.007665 10.0.0.249 - - [2026-08-03 03:40:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.005582 10.0.0.249 - - [2026-08-03 03:40:46] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.008858 10.0.0.249 - - [2026-08-03 03:40:46] "GET /virtual-networks?parent_id=55b87c4b-30a1-4fa8-ac2d-5a7bc93b673c&detail=False&count=False&shared=False HTTP/1.1" 200 422 0.004541 10.0.0.249 - - [2026-08-03 03:40:46] "GET /virtual-network/d998b858-edad-4957-b039-9012c6b960ad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2809 0.007858 10.0.0.249 - - [2026-08-03 03:40:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004203 10.0.0.249 - - [2026-08-03 03:40:46] "GET /routing-instance/e5a9c5fe-e2b1-4eb1-80fc-a0cf0ef12e8f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1683 0.005728 10.0.0.249 - - [2026-08-03 03:40:46] "GET /route-target/8dc373e6-bf9b-4f33-8e2a-edc5276f346c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.004701 10.0.0.249 - - [2026-08-03 03:40:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004313 10.0.0.249 - - [2026-08-03 03:40:46] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005564 10.0.0.249 - - [2026-08-03 03:40:46] "GET /virtual-networks?parent_id=55b87c4b-30a1-4fa8-ac2d-5a7bc93b673c&detail=False&count=False&shared=False HTTP/1.1" 200 422 0.004955 10.0.0.249 - - [2026-08-03 03:40:46] "GET /virtual-network/d998b858-edad-4957-b039-9012c6b960ad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2809 0.007447 10.0.0.249 - - [2026-08-03 03:40:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.005077 10.0.0.249 - - [2026-08-03 03:40:47] "GET /routing-instance/e5a9c5fe-e2b1-4eb1-80fc-a0cf0ef12e8f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1683 0.005493 10.0.0.249 - - [2026-08-03 03:40:47] "GET /route-target/8dc373e6-bf9b-4f33-8e2a-edc5276f346c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.005379 10.0.0.249 - - [2026-08-03 03:40:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.005110 10.0.0.249 - - [2026-08-03 03:40:47] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005911 10.0.0.249 - - [2026-08-03 03:40:47] "GET /virtual-networks?parent_id=55b87c4b-30a1-4fa8-ac2d-5a7bc93b673c&detail=False&count=False&shared=False HTTP/1.1" 200 422 0.004712 10.0.0.249 - - [2026-08-03 03:40:47] "GET /virtual-network/d998b858-edad-4957-b039-9012c6b960ad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2809 0.009134 10.0.0.249 - - [2026-08-03 03:40:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004562 10.0.0.249 - - [2026-08-03 03:40:47] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.007073 10.0.0.249 - - [2026-08-03 03:40:47] "GET /virtual-networks?parent_id=55b87c4b-30a1-4fa8-ac2d-5a7bc93b673c&detail=False&count=False&shared=False HTTP/1.1" 200 422 0.004765 10.0.0.249 - - [2026-08-03 03:40:47] "GET /virtual-network/d998b858-edad-4957-b039-9012c6b960ad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2809 0.008472 10.0.0.161 - - [2026-08-03 03:40:47] "GET /obj-perms HTTP/1.1" 200 4533 0.005271 10.0.0.249 - - [2026-08-03 03:40:47] "GET /obj-perms HTTP/1.1" 200 4533 0.006071 10.0.0.249 - - [2026-08-03 03:40:47] "GET /obj-perms HTTP/1.1" 200 4533 0.005701 10.0.0.50 - - [2026-08-03 03:40:47] "GET /obj-perms HTTP/1.1" 200 4533 0.005805 10.0.0.249 - - [2026-08-03 03:40:47] "GET /virtual-machine/a1d6c900-6bc3-4e54-8a92-00f8fb333be6 HTTP/1.1" 200 1319 0.005648 10.0.0.249 - - [2026-08-03 03:40:47] "GET /virtual-machine-interface/a20d6a23-550e-4477-92bb-40d7747c2847 HTTP/1.1" 200 3425 0.007199 10.0.0.249 - - [2026-08-03 03:40:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004886 10.0.0.249 - - [2026-08-03 03:40:47] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004711 10.0.0.249 - - [2026-08-03 03:40:47] "GET /virtual-networks?parent_id=55b87c4b-30a1-4fa8-ac2d-5a7bc93b673c&detail=False&count=False&shared=False HTTP/1.1" 200 422 0.004308 10.0.0.249 - - [2026-08-03 03:40:47] "GET /virtual-network/d998b858-edad-4957-b039-9012c6b960ad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2809 0.007278 10.0.0.249 - - [2026-08-03 03:40:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004178 10.0.0.249 - - [2026-08-03 03:40:49] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.006179 10.0.0.249 - - [2026-08-03 03:40:49] "GET /virtual-networks?parent_id=55b87c4b-30a1-4fa8-ac2d-5a7bc93b673c&detail=False&count=False&shared=False HTTP/1.1" 200 422 0.004674 10.0.0.249 - - [2026-08-03 03:40:49] "GET /virtual-network/d998b858-edad-4957-b039-9012c6b960ad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2809 0.007504 10.0.0.249 - - [2026-08-03 03:40:49] "GET /virtual-machine/cc14c9ca-c278-499a-bd5c-58b80fc0e545 HTTP/1.1" 200 1320 0.005495 10.0.0.249 - - [2026-08-03 03:40:49] "GET /virtual-machine-interface/00cbcf98-9557-4cfc-bc2c-95c01ea6f9c7 HTTP/1.1" 200 3422 0.007370 10.0.0.249 - - [2026-08-03 03:40:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004674 10.0.0.249 - - [2026-08-03 03:40:49] "GET /security-group/e2028061-743e-44a2-8315-fbe318e44660?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2741 0.006351 10.0.0.249 - - [2026-08-03 03:40:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004933 10.0.0.249 - - [2026-08-03 03:40:49] "GET /security-group/e2028061-743e-44a2-8315-fbe318e44660?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2741 0.005755 10.0.0.249 - - [2026-08-03 03:40:49] "POST /neutron/security_group HTTP/1.1" 200 1457 0.010901 10.0.0.249 - - [2026-08-03 03:40:49] "POST /neutron/port HTTP/1.1" 200 1245 0.028797 10.0.0.249 - - [2026-08-03 03:40:49] "GET /virtual-machine/cc14c9ca-c278-499a-bd5c-58b80fc0e545 HTTP/1.1" 200 1320 0.004984 10.0.0.249 - - [2026-08-03 03:40:49] "GET /virtual-machine-interface/00cbcf98-9557-4cfc-bc2c-95c01ea6f9c7 HTTP/1.1" 200 3366 0.009212 10.0.0.249 - - [2026-08-03 03:40:49] "POST /neutron/port HTTP/1.1" 200 1217 0.022628 10.0.0.249 - - [2026-08-03 03:40:50] "POST /neutron/port HTTP/1.1" 200 1245 0.131824 10.0.0.249 - - [2026-08-03 03:40:50] "GET /virtual-machine/cc14c9ca-c278-499a-bd5c-58b80fc0e545 HTTP/1.1" 200 1320 0.005450 10.0.0.249 - - [2026-08-03 03:40:50] "GET /virtual-machine-interface/00cbcf98-9557-4cfc-bc2c-95c01ea6f9c7 HTTP/1.1" 200 3422 0.007149 10.0.0.249 - - [2026-08-03 03:40:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.007226 10.0.0.249 - - [2026-08-03 03:40:50] "GET /security-group/e2028061-743e-44a2-8315-fbe318e44660?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2741 0.006193 10.0.0.249 - - [2026-08-03 03:40:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.005316 10.0.0.249 - - [2026-08-03 03:40:50] "GET /security-group/e2028061-743e-44a2-8315-fbe318e44660?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2741 0.007022 10.0.0.249 - - [2026-08-03 03:41:05] "POST /neutron/port HTTP/1.1" 200 1255 0.026161 10.0.0.249 - - [2026-08-03 03:41:06] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005522 10.0.0.249 - - [2026-08-03 03:41:06] "POST /neutron/port HTTP/1.1" 200 117 0.001621 10.0.0.249 - - [2026-08-03 03:41:07] "POST /neutron/port HTTP/1.1" 200 1255 0.052653 10.0.0.249 - - [2026-08-03 03:41:08] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005948 10.0.0.249 - - [2026-08-03 03:41:08] "POST /neutron/port HTTP/1.1" 200 117 0.001708 10.0.0.249 - - [2026-08-03 03:41:08] "POST /neutron/security_group_rule HTTP/1.1" 200 564 0.011243 10.0.0.50 - - [2026-08-03 03:41:08] "PUT /access-control-list/f762d3a7-49c0-42ef-a946-0d6a35616600 HTTP/1.1" 200 273 0.026497 10.0.0.249 - - [2026-08-03 03:41:08] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.165458 10.0.0.249 - - [2026-08-03 03:41:11] "POST /neutron/security_group HTTP/1.1" 200 1481 0.007031 10.0.0.249 - - [2026-08-03 03:41:11] "POST /fqname-to-id HTTP/1.1" 404 249 0.004952 10.0.0.249 - - [2026-08-03 03:41:11] "GET /virtual-machine/cc14c9ca-c278-499a-bd5c-58b80fc0e545 HTTP/1.1" 200 1320 0.011022 10.0.0.249 - - [2026-08-03 03:41:11] "GET /virtual-machine-interface/00cbcf98-9557-4cfc-bc2c-95c01ea6f9c7 HTTP/1.1" 200 3131 0.019285 10.0.0.50 - - [2026-08-03 03:41:11] "DELETE /access-control-list/217a6c5b-043c-429a-802a-c5464eb577a7 HTTP/1.1" 200 115 0.093188 10.0.0.249 - - [2026-08-03 03:41:11] "GET /virtual-machine/a1d6c900-6bc3-4e54-8a92-00f8fb333be6 HTTP/1.1" 200 1319 0.015305 10.0.0.249 - - [2026-08-03 03:41:11] "GET /virtual-machine-interface/a20d6a23-550e-4477-92bb-40d7747c2847 HTTP/1.1" 200 3134 0.030293 10.0.0.161 - - [2026-08-03 03:41:11] "GET /projects?obj_uuids=55b87c4b-30a1-4fa8-ac2d-5a7bc93b673c&detail=False&count=False&shared=False HTTP/1.1" 200 375 0.001219 10.0.0.249 - - [2026-08-03 03:41:11] "POST /neutron/security_group HTTP/1.1" 200 153 0.080160 10.0.0.249 - - [2026-08-03 03:41:12] "GET /virtual-machine/a1d6c900-6bc3-4e54-8a92-00f8fb333be6 HTTP/1.1" 200 1319 0.005106 10.0.0.249 - - [2026-08-03 03:41:14] "GET /virtual-machine/a1d6c900-6bc3-4e54-8a92-00f8fb333be6 HTTP/1.1" 200 1319 0.005412 10.0.0.249 - - [2026-08-03 03:41:14] "POST /neutron/port HTTP/1.1" 200 151 0.335975 10.0.0.249 - - [2026-08-03 03:41:16] "GET /virtual-machine/a1d6c900-6bc3-4e54-8a92-00f8fb333be6 HTTP/1.1" 404 171 0.004291 10.0.0.249 - - [2026-08-03 03:41:16] "GET /virtual-machine/a1d6c900-6bc3-4e54-8a92-00f8fb333be6 HTTP/1.1" 404 171 0.004996 10.0.0.249 - - [2026-08-03 03:41:16] "GET /virtual-machine/a1d6c900-6bc3-4e54-8a92-00f8fb333be6 HTTP/1.1" 404 171 0.003834 10.0.0.249 - - [2026-08-03 03:41:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004726 10.0.0.249 - - [2026-08-03 03:41:16] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005949 10.0.0.249 - - [2026-08-03 03:41:16] "GET /virtual-networks?parent_id=55b87c4b-30a1-4fa8-ac2d-5a7bc93b673c&detail=False&count=False&shared=False HTTP/1.1" 200 422 0.004634 10.0.0.249 - - [2026-08-03 03:41:16] "GET /virtual-network/d998b858-edad-4957-b039-9012c6b960ad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2809 0.008854 10.0.0.249 - - [2026-08-03 03:41:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004680 10.0.0.249 - - [2026-08-03 03:41:16] "GET /routing-instance/e5a9c5fe-e2b1-4eb1-80fc-a0cf0ef12e8f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1683 0.005961 10.0.0.249 - - [2026-08-03 03:41:16] "GET /route-target/8dc373e6-bf9b-4f33-8e2a-edc5276f346c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.004775 10.0.0.249 - - [2026-08-03 03:41:16] "GET /obj-perms HTTP/1.1" 200 4533 0.005762 10.0.0.50 - - [2026-08-03 03:41:19] "GET /obj-perms HTTP/1.1" 200 4533 0.004898 10.0.0.249 - - [2026-08-03 03:41:25] "GET /obj-perms HTTP/1.1" 200 4533 0.005274 10.0.0.50 - - [2026-08-03 03:41:29] "GET /obj-perms HTTP/1.1" 200 4533 0.004823 10.0.0.249 - - [2026-08-03 03:41:35] "GET /obj-perms HTTP/1.1" 200 4533 0.004625 10.0.0.50 - - [2026-08-03 03:41:35] "GET /obj-perms HTTP/1.1" 200 4533 0.005125 10.0.0.161 - - [2026-08-03 03:41:35] "GET /obj-perms HTTP/1.1" 200 4533 0.004983 10.0.0.249 - - [2026-08-03 03:41:35] "GET /virtual-machine/cc14c9ca-c278-499a-bd5c-58b80fc0e545 HTTP/1.1" 200 1320 0.005561 10.0.0.249 - - [2026-08-03 03:41:37] "GET /virtual-machine/cc14c9ca-c278-499a-bd5c-58b80fc0e545 HTTP/1.1" 200 1320 0.004703 10.0.0.249 - - [2026-08-03 03:41:37] "POST /neutron/port HTTP/1.1" 200 1217 0.023791 10.0.0.249 - - [2026-08-03 03:41:39] "GET /virtual-machine/cc14c9ca-c278-499a-bd5c-58b80fc0e545 HTTP/1.1" 404 171 0.004641 10.0.0.249 - - [2026-08-03 03:41:39] "GET /virtual-machine/cc14c9ca-c278-499a-bd5c-58b80fc0e545 HTTP/1.1" 404 171 0.003999 10.0.0.249 - - [2026-08-03 03:41:39] "GET /virtual-machine/cc14c9ca-c278-499a-bd5c-58b80fc0e545 HTTP/1.1" 404 171 0.004972 10.0.0.249 - - [2026-08-03 03:41:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.004169 10.0.0.249 - - [2026-08-03 03:41:39] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005301 10.0.0.249 - - [2026-08-03 03:41:39] "GET /virtual-networks?parent_id=55b87c4b-30a1-4fa8-ac2d-5a7bc93b673c&detail=False&count=False&shared=False HTTP/1.1" 200 422 0.004145 10.0.0.249 - - [2026-08-03 03:41:40] "GET /virtual-network/d998b858-edad-4957-b039-9012c6b960ad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2809 0.009441 10.0.0.249 - - [2026-08-03 03:41:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.005319 10.0.0.249 - - [2026-08-03 03:41:40] "GET /routing-instance/e5a9c5fe-e2b1-4eb1-80fc-a0cf0ef12e8f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1683 0.006455 10.0.0.249 - - [2026-08-03 03:41:40] "GET /route-target/8dc373e6-bf9b-4f33-8e2a-edc5276f346c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.006093 10.0.0.249 - - [2026-08-03 03:41:40] "GET /obj-perms HTTP/1.1" 200 4533 0.005701 10.0.0.249 - - [2026-08-03 03:41:43] "GET /obj-perms HTTP/1.1" 200 4533 0.005581 10.0.0.249 - - [2026-08-03 03:41:49] "GET /obj-perms HTTP/1.1" 200 4533 0.005471 10.0.0.249 - - [2026-08-03 03:41:52] "GET /obj-perms HTTP/1.1" 200 4533 0.009035 10.0.0.249 - - [2026-08-03 03:41:58] "GET /obj-perms HTTP/1.1" 200 4533 0.005675 10.0.0.249 - - [2026-08-03 03:42:01] "GET /obj-perms HTTP/1.1" 200 4533 0.006639 10.0.0.249 - - [2026-08-03 03:42:07] "GET /obj-perms HTTP/1.1" 200 4533 0.004873 10.0.0.249 - - [2026-08-03 03:42:08] "GET /obj-perms HTTP/1.1" 200 4533 0.004986 10.0.0.249 - - [2026-08-03 03:42:08] "POST /neutron/network HTTP/1.1" 200 1112 0.014204 10.0.0.50 - - [2026-08-03 03:42:08] "DELETE /route-target/8dc373e6-bf9b-4f33-8e2a-edc5276f346c HTTP/1.1" 200 115 0.033544 10.0.0.161 - - [2026-08-03 03:42:09] "GET /projects?obj_uuids=55b87c4b-30a1-4fa8-ac2d-5a7bc93b673c&detail=False&count=False&shared=False HTTP/1.1" 200 375 0.001332 10.0.0.249 - - [2026-08-03 03:42:09] "GET /project/55b87c4b-30a1-4fa8-ac2d-5a7bc93b673c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1465 0.067822 10.0.0.161 - - [2026-08-03 03:42:09] "GET /projects?obj_uuids=55b87c4b-30a1-4fa8-ac2d-5a7bc93b673c&detail=False&count=False&shared=False HTTP/1.1" 200 375 0.002648 10.0.0.249 - - [2026-08-03 03:42:10] "GET /project/55b87c4b-30a1-4fa8-ac2d-5a7bc93b673c?fields=virtual_networks HTTP/1.1" 200 1083 0.074099 10.0.0.161 - - [2026-08-03 03:42:10] "GET /projects?obj_uuids=55b87c4b-30a1-4fa8-ac2d-5a7bc93b673c&detail=False&count=False&shared=False HTTP/1.1" 200 375 0.001584 10.0.0.249 - - [2026-08-03 03:42:10] "GET /project/55b87c4b-30a1-4fa8-ac2d-5a7bc93b673c?fields=virtual_machine_interfaces HTTP/1.1" 200 1083 0.090202 10.0.0.161 - - [2026-08-03 03:42:10] "GET /projects?obj_uuids=55b87c4b-30a1-4fa8-ac2d-5a7bc93b673c&detail=False&count=False&shared=False HTTP/1.1" 200 375 0.001404 10.0.0.249 - - [2026-08-03 03:42:10] "GET /project/55b87c4b-30a1-4fa8-ac2d-5a7bc93b673c?fields=security_groups HTTP/1.1" 200 1335 0.102918 10.0.0.249 - - [2026-08-03 03:42:12] "POST /fqname-to-id HTTP/1.1" 404 218 0.041450 10.0.0.161 - - [2026-08-03 03:42:12] "GET /projects?obj_uuids=4ef2c374-cdbf-475e-bb16-98cbd596ff83&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003895 10.0.0.161 - - [2026-08-03 03:42:12] "GET /domains?obj_uuids=724de60e-9f87-4d23-867c-6bd9a9880f5b&detail=False&count=False&shared=False HTTP/1.1" 200 316 0.001440 10.0.0.161 - - [2026-08-03 03:42:12] "GET /domain/724de60e-9f87-4d23-867c-6bd9a9880f5b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.009701 10.0.0.161 - - [2026-08-03 03:42:12] "POST /id-to-fqname HTTP/1.1" 200 221 0.010334 10.0.0.161 - - [2026-08-03 03:42:12] "POST /fqname-to-id HTTP/1.1" 404 232 0.015301 10.0.0.161 - - [2026-08-03 03:42:12] "POST /security-groups HTTP/1.1" 200 623 0.044971 10.0.0.161 - - [2026-08-03 03:42:12] "POST /projects HTTP/1.1" 200 647 0.306262 10.0.0.161 - - [2026-08-03 03:42:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.346556 10.0.0.50 - - [2026-08-03 03:42:12] "POST /fqname-to-id HTTP/1.1" 404 263 0.011333 10.0.0.249 - - [2026-08-03 03:42:12] "GET /project/4ef2c374-cdbf-475e-bb16-98cbd596ff83?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1485 0.540468 10.0.0.249 - - [2026-08-03 03:42:14] "GET / HTTP/1.1" 200 36215 0.001744 10.0.0.50 - - [2026-08-03 03:42:15] "DELETE /access-control-list/957b7122-fe67-4d58-93f9-4b33934a170e HTTP/1.1" 200 115 0.072577 10.0.0.249 - - [2026-08-03 03:42:16] "POST /fqname-to-id HTTP/1.1" 401 293 0.000646 10.0.0.249 - - [2026-08-03 03:42:16] "POST /fqname-to-id HTTP/1.1" 404 254 0.035124 10.0.0.249 - - [2026-08-03 03:42:16] "POST /security-groups HTTP/1.1" 200 597 0.049710 10.0.0.249 - - [2026-08-03 03:42:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003855 10.0.0.50 - - [2026-08-03 03:42:16] "POST /fqname-to-id HTTP/1.1" 404 285 0.011745 10.0.0.249 - - [2026-08-03 03:42:16] "GET /security-group/92950cd0-eed9-4a52-b120-096bd964b2c9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1944 0.019962 10.0.0.249 - - [2026-08-03 03:42:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.006644 10.0.0.249 - - [2026-08-03 03:42:17] "GET /security-group/92950cd0-eed9-4a52-b120-096bd964b2c9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1944 0.008976 10.0.0.249 - - [2026-08-03 03:42:17] "DELETE /security-group/92950cd0-eed9-4a52-b120-096bd964b2c9 HTTP/1.1" 200 115 0.072540 10.0.0.249 - - [2026-08-03 03:42:17] "POST /fqname-to-id HTTP/1.1" 404 254 0.016177 10.0.0.50 - - [2026-08-03 03:42:17] "DELETE /access-control-list/9ee62020-7811-4b73-a9c3-0f30d827a0f2 HTTP/1.1" 200 115 0.045012 10.0.0.249 - - [2026-08-03 03:42:18] "POST /fqname-to-id HTTP/1.1" 404 254 0.004631 10.0.0.249 - - [2026-08-03 03:42:18] "POST /security-groups HTTP/1.1" 200 597 0.057439 10.0.0.249 - - [2026-08-03 03:42:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004855 10.0.0.50 - - [2026-08-03 03:42:18] "POST /fqname-to-id HTTP/1.1" 404 285 0.009452 10.0.0.249 - - [2026-08-03 03:42:18] "GET /security-group/86841660-bec7-4a13-abb4-03c236d31114?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1943 0.008768 10.0.0.249 - - [2026-08-03 03:42:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004322 10.0.0.249 - - [2026-08-03 03:42:18] "GET /security-group/86841660-bec7-4a13-abb4-03c236d31114?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1943 0.008649 10.0.0.249 - - [2026-08-03 03:42:18] "GET /security-group/86841660-bec7-4a13-abb4-03c236d31114?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1943 0.005230 10.0.0.249 - - [2026-08-03 03:42:19] "PUT /security-group/86841660-bec7-4a13-abb4-03c236d31114 HTTP/1.1" 200 263 0.025576 10.0.0.249 - - [2026-08-03 03:42:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003911 10.0.0.161 - - [2026-08-03 03:42:19] "GET /projects?obj_uuids=4ef2c374-cdbf-475e-bb16-98cbd596ff83&detail=False&count=False&shared=False HTTP/1.1" 200 380 0.002850 10.0.0.50 - - [2026-08-03 03:42:19] "PUT /access-control-list/e4401f38-58d6-4139-aa31-79ccab04f9b5 HTTP/1.1" 200 273 0.041054 10.0.0.249 - - [2026-08-03 03:42:19] "GET /project/4ef2c374-cdbf-475e-bb16-98cbd596ff83?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1485 0.100912 10.0.0.161 - - [2026-08-03 03:42:19] "GET /projects?obj_uuids=4ef2c374-cdbf-475e-bb16-98cbd596ff83&detail=False&count=False&shared=False HTTP/1.1" 200 380 0.001265 10.0.0.249 - - [2026-08-03 03:42:19] "POST /neutron/network HTTP/1.1" 200 735 0.197081 10.0.0.249 - - [2026-08-03 03:42:19] "POST /id-to-fqname HTTP/1.1" 200 300 0.003950 10.0.0.249 - - [2026-08-03 03:42:19] "GET /virtual-network/b0478eab-fd8e-4ed2-8f8a-9797a2265937?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2259 0.007221 10.0.0.249 - - [2026-08-03 03:42:19] "POST /neutron/network HTTP/1.1" 200 956 0.010113 10.0.0.249 - - [2026-08-03 03:42:19] "GET /virtual-network/b0478eab-fd8e-4ed2-8f8a-9797a2265937?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2259 0.007227 10.0.0.249 - - [2026-08-03 03:42:20] "GET /virtual-network/b0478eab-fd8e-4ed2-8f8a-9797a2265937?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2259 0.009372 10.0.0.161 - - [2026-08-03 03:42:21] "GET /obj-perms HTTP/1.1" 200 4543 0.055963 10.0.0.249 - - [2026-08-03 03:42:21] "POST /id-to-fqname HTTP/1.1" 200 300 0.001714 10.0.0.249 - - [2026-08-03 03:42:22] "POST /neutron/security_group HTTP/1.1" 200 1296 0.011630 10.0.0.249 - - [2026-08-03 03:42:22] "POST /neutron/port HTTP/1.1" 200 117 0.008337 10.0.0.249 - - [2026-08-03 03:42:22] "POST /id-to-fqname HTTP/1.1" 200 300 0.001680 10.0.0.249 - - [2026-08-03 03:42:22] "POST /neutron/security_group HTTP/1.1" 200 1296 0.010069 10.0.0.161 - - [2026-08-03 03:42:22] "GET /projects?obj_uuids=4ef2c374-cdbf-475e-bb16-98cbd596ff83&detail=False&count=False&shared=False HTTP/1.1" 200 380 0.001558 10.0.0.249 - - [2026-08-03 03:42:22] "GET /project/4ef2c374-cdbf-475e-bb16-98cbd596ff83?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1485 0.057694 10.0.0.249 - - [2026-08-03 03:42:23] "POST /neutron/port HTTP/1.1" 200 117 0.010552 10.0.0.249 - - [2026-08-03 03:42:26] "POST /neutron/network HTTP/1.1" 200 966 0.016006 10.0.0.161 - - [2026-08-03 03:42:26] "DELETE /project/55b87c4b-30a1-4fa8-ac2d-5a7bc93b673c HTTP/1.1" 404 177 0.003757 10.0.0.161 - - [2026-08-03 03:42:26] "DELETE /project/4ef2c374cdbf475ebb1698cbd596ff83 HTTP/1.1" 404 173 0.007049 10.0.0.249 - - [2026-08-03 03:42:27] "POST /neutron/network HTTP/1.1" 200 966 0.009950 10.0.0.249 - - [2026-08-03 03:42:27] "POST /neutron/port HTTP/1.1" 200 1092 0.020715 10.0.0.249 - - [2026-08-03 03:42:27] "POST /neutron/port HTTP/1.1" 200 1092 0.023763 10.0.0.249 - - [2026-08-03 03:42:28] "POST /neutron/port HTTP/1.1" 200 1157 0.026716 10.0.0.249 - - [2026-08-03 03:42:28] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004851 10.0.0.249 - - [2026-08-03 03:42:28] "POST /neutron/network HTTP/1.1" 200 956 0.007990 10.0.0.249 - - [2026-08-03 03:42:29] "POST /neutron/subnet HTTP/1.1" 200 708 0.013581 10.0.0.249 - - [2026-08-03 03:42:33] "POST /neutron/port HTTP/1.1" 200 1157 0.024553 10.0.0.249 - - [2026-08-03 03:42:38] "POST /neutron/security_group HTTP/1.1" 200 1296 0.009898 10.0.0.249 - - [2026-08-03 03:42:48] "POST /neutron/port HTTP/1.1" 200 1157 0.029685 10.0.0.249 - - [2026-08-03 03:42:53] "POST /neutron/security_group HTTP/1.1" 200 1296 0.009445 10.0.0.249 - - [2026-08-03 03:42:54] "POST /neutron/port HTTP/1.1" 200 1157 0.028785 10.0.0.249 - - [2026-08-03 03:42:54] "POST /neutron/security_group HTTP/1.1" 200 1296 0.011020 10.0.0.249 - - [2026-08-03 03:42:54] "GET /virtual-machine/cee5850c-555e-44ce-83c5-7004da884e08 HTTP/1.1" 401 293 0.000530 10.0.0.249 - - [2026-08-03 03:42:54] "GET /virtual-machine/cee5850c-555e-44ce-83c5-7004da884e08 HTTP/1.1" 200 1324 0.034429 10.0.0.249 - - [2026-08-03 03:42:54] "GET /virtual-machine/cee5850c-555e-44ce-83c5-7004da884e08 HTTP/1.1" 200 1324 0.004916 10.0.0.249 - - [2026-08-03 03:42:54] "GET /virtual-machine-interface/31742d15-ea9e-4136-b66d-198706645812 HTTP/1.1" 200 3269 0.007694 10.0.0.249 - - [2026-08-03 03:42:54] "GET /virtual-machine/cee5850c-555e-44ce-83c5-7004da884e08 HTTP/1.1" 200 1324 0.005488 10.0.0.249 - - [2026-08-03 03:42:54] "GET /virtual-machine-interface/31742d15-ea9e-4136-b66d-198706645812 HTTP/1.1" 200 3269 0.009621 10.0.0.249 - - [2026-08-03 03:42:54] "GET /instance-ip/68cdaa7d-9743-4cfe-9c22-7ffa2e50a4ca HTTP/1.1" 200 1735 0.010821 10.0.0.249 - - [2026-08-03 03:42:54] "GET /virtual-machine/cee5850c-555e-44ce-83c5-7004da884e08 HTTP/1.1" 200 1324 0.005353 10.0.0.249 - - [2026-08-03 03:42:54] "GET /virtual-machine-interface/31742d15-ea9e-4136-b66d-198706645812 HTTP/1.1" 200 3269 0.008213 10.0.0.249 - - [2026-08-03 03:42:54] "GET /instance-ip/68cdaa7d-9743-4cfe-9c22-7ffa2e50a4ca HTTP/1.1" 200 1735 0.006097 10.0.0.249 - - [2026-08-03 03:42:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004724 10.0.0.249 - - [2026-08-03 03:42:54] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.007258 10.0.0.249 - - [2026-08-03 03:42:54] "GET /virtual-networks?parent_id=4ef2c374-cdbf-475e-bb16-98cbd596ff83&detail=False&count=False&shared=False HTTP/1.1" 200 432 0.004019 10.0.0.249 - - [2026-08-03 03:42:54] "GET /virtual-network/b0478eab-fd8e-4ed2-8f8a-9797a2265937?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2259 0.008886 10.0.0.249 - - [2026-08-03 03:42:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004294 10.0.0.249 - - [2026-08-03 03:42:54] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.006383 10.0.0.249 - - [2026-08-03 03:42:54] "GET /virtual-networks?parent_id=4ef2c374-cdbf-475e-bb16-98cbd596ff83&detail=False&count=False&shared=False HTTP/1.1" 200 432 0.005507 10.0.0.249 - - [2026-08-03 03:42:54] "GET /virtual-network/b0478eab-fd8e-4ed2-8f8a-9797a2265937?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2259 0.007023 10.0.0.249 - - [2026-08-03 03:42:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.004706 10.0.0.249 - - [2026-08-03 03:42:55] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005911 10.0.0.249 - - [2026-08-03 03:42:55] "GET /virtual-networks?parent_id=4ef2c374-cdbf-475e-bb16-98cbd596ff83&detail=False&count=False&shared=False HTTP/1.1" 200 432 0.005012 10.0.0.249 - - [2026-08-03 03:42:55] "GET /virtual-network/b0478eab-fd8e-4ed2-8f8a-9797a2265937?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2259 0.007654 10.0.0.249 - - [2026-08-03 03:42:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.004450 10.0.0.249 - - [2026-08-03 03:42:55] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005089 10.0.0.249 - - [2026-08-03 03:42:55] "GET /virtual-networks?parent_id=4ef2c374-cdbf-475e-bb16-98cbd596ff83&detail=False&count=False&shared=False HTTP/1.1" 200 432 0.004631 10.0.0.249 - - [2026-08-03 03:42:55] "GET /virtual-network/b0478eab-fd8e-4ed2-8f8a-9797a2265937?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2259 0.008298 10.0.0.249 - - [2026-08-03 03:42:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.005040 10.0.0.249 - - [2026-08-03 03:42:55] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.006613 10.0.0.249 - - [2026-08-03 03:42:55] "GET /virtual-networks?parent_id=4ef2c374-cdbf-475e-bb16-98cbd596ff83&detail=False&count=False&shared=False HTTP/1.1" 200 432 0.005297 10.0.0.249 - - [2026-08-03 03:42:55] "GET /virtual-network/b0478eab-fd8e-4ed2-8f8a-9797a2265937?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2259 0.007640 10.0.0.249 - - [2026-08-03 03:42:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.004585 10.0.0.249 - - [2026-08-03 03:42:55] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.006197 10.0.0.249 - - [2026-08-03 03:42:55] "GET /virtual-networks?parent_id=4ef2c374-cdbf-475e-bb16-98cbd596ff83&detail=False&count=False&shared=False HTTP/1.1" 200 432 0.004205 10.0.0.249 - - [2026-08-03 03:42:55] "GET /virtual-network/b0478eab-fd8e-4ed2-8f8a-9797a2265937?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2259 0.007471 10.0.0.249 - - [2026-08-03 03:42:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.004394 10.0.0.249 - - [2026-08-03 03:42:55] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005301 10.0.0.249 - - [2026-08-03 03:42:55] "GET /virtual-networks?parent_id=4ef2c374-cdbf-475e-bb16-98cbd596ff83&detail=False&count=False&shared=False HTTP/1.1" 200 432 0.007346 10.0.0.249 - - [2026-08-03 03:42:55] "GET /virtual-network/b0478eab-fd8e-4ed2-8f8a-9797a2265937?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2259 0.009485 10.0.0.249 - - [2026-08-03 03:42:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004129 10.0.0.249 - - [2026-08-03 03:42:58] "GET /virtual-network/b0478eab-fd8e-4ed2-8f8a-9797a2265937?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2259 0.006992 10.0.0.249 - - [2026-08-03 03:43:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.005214 10.0.0.249 - - [2026-08-03 03:43:02] "GET /virtual-network/b0478eab-fd8e-4ed2-8f8a-9797a2265937?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2259 0.008045 10.0.0.249 - - [2026-08-03 03:43:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004942 10.0.0.249 - - [2026-08-03 03:43:06] "GET /virtual-network/b0478eab-fd8e-4ed2-8f8a-9797a2265937?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2259 0.007228 10.0.0.249 - - [2026-08-03 03:43:07] "POST /neutron/port HTTP/1.1" 200 1157 0.049291 10.0.0.249 - - [2026-08-03 03:43:08] "POST /neutron/subnet HTTP/1.1" 200 708 0.013428 10.0.0.249 - - [2026-08-03 03:43:08] "POST /neutron/port HTTP/1.1" 200 1157 0.021482 10.0.0.249 - - [2026-08-03 03:43:09] "POST /neutron/subnet HTTP/1.1" 200 708 0.011684 10.0.0.249 - - [2026-08-03 03:43:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.007577 10.0.0.249 - - [2026-08-03 03:43:11] "GET /virtual-network/b0478eab-fd8e-4ed2-8f8a-9797a2265937?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2259 0.008253 10.0.0.50 - - [2026-08-03 03:43:12] "GET /obj-perms HTTP/1.1" 200 4509 0.046932 10.0.0.249 - - [2026-08-03 03:43:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.005127 10.0.0.249 - - [2026-08-03 03:43:15] "GET /virtual-network/b0478eab-fd8e-4ed2-8f8a-9797a2265937?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2259 0.007925 10.0.0.50 - - [2026-08-03 03:43:18] "GET /global-system-configs HTTP/1.1" 401 293 0.000601 10.0.0.50 - - [2026-08-03 03:43:18] "GET /global-system-configs HTTP/1.1" 401 293 0.000536 10.0.0.249 - - [2026-08-03 03:43:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004894 10.0.0.249 - - [2026-08-03 03:43:19] "GET /virtual-network/b0478eab-fd8e-4ed2-8f8a-9797a2265937?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2259 0.007189 10.0.0.50 - - [2026-08-03 03:43:19] "GET /global-system-configs HTTP/1.1" 401 293 0.000504 10.0.0.50 - - [2026-08-03 03:43:19] "GET /global-system-configs HTTP/1.1" 401 293 0.000542 10.0.0.161 - - [2026-08-03 03:43:19] "GET /global-system-configs HTTP/1.1" 401 293 0.000628 10.0.0.161 - - [2026-08-03 03:43:19] "GET /global-system-configs HTTP/1.1" 401 293 0.000527 10.0.0.161 - - [2026-08-03 03:43:21] "GET /global-system-configs HTTP/1.1" 401 293 0.000620 10.0.0.161 - - [2026-08-03 03:43:21] "GET /global-system-configs HTTP/1.1" 401 293 0.000474 10.0.0.249 - - [2026-08-03 03:43:21] "GET /global-system-configs HTTP/1.1" 401 293 0.000485 10.0.0.249 - - [2026-08-03 03:43:21] "GET /global-system-configs HTTP/1.1" 401 293 0.002314 10.0.0.249 - - [2026-08-03 03:43:22] "GET /global-system-configs HTTP/1.1" 401 293 0.000484 10.0.0.249 - - [2026-08-03 03:43:22] "GET /global-system-configs HTTP/1.1" 401 293 0.000525 10.0.0.249 - - [2026-08-03 03:43:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004624 10.0.0.249 - - [2026-08-03 03:43:23] "GET /virtual-network/b0478eab-fd8e-4ed2-8f8a-9797a2265937?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2259 0.006768 10.0.0.249 - - [2026-08-03 03:43:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004227 10.0.0.249 - - [2026-08-03 03:43:27] "GET /virtual-network/b0478eab-fd8e-4ed2-8f8a-9797a2265937?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2259 0.007563 10.0.0.249 - - [2026-08-03 03:43:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.004884 10.0.0.249 - - [2026-08-03 03:43:31] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005051 10.0.0.249 - - [2026-08-03 03:43:31] "GET /virtual-networks?parent_id=4ef2c374-cdbf-475e-bb16-98cbd596ff83&detail=False&count=False&shared=False HTTP/1.1" 200 432 0.006976 10.0.0.249 - - [2026-08-03 03:43:31] "GET /virtual-network/b0478eab-fd8e-4ed2-8f8a-9797a2265937?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2259 0.007707 10.0.0.249 - - [2026-08-03 03:43:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.005351 10.0.0.249 - - [2026-08-03 03:43:32] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005510 10.0.0.249 - - [2026-08-03 03:43:32] "GET /virtual-networks?parent_id=4ef2c374-cdbf-475e-bb16-98cbd596ff83&detail=False&count=False&shared=False HTTP/1.1" 200 432 0.004268 10.0.0.249 - - [2026-08-03 03:43:32] "GET /virtual-network/b0478eab-fd8e-4ed2-8f8a-9797a2265937?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2259 0.007340 10.0.0.249 - - [2026-08-03 03:43:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004304 10.0.0.249 - - [2026-08-03 03:43:32] "GET /routing-instance/9dd3c40a-3972-444d-93ad-d6c8b7a7c079?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1709 0.007884 10.0.0.249 - - [2026-08-03 03:43:32] "GET /route-target/0144a5e8-20a9-46d3-96c3-3e3a9b38143f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 900 0.005545 10.0.0.249 - - [2026-08-03 03:43:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004834 10.0.0.249 - - [2026-08-03 03:43:32] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.006035 10.0.0.249 - - [2026-08-03 03:43:32] "GET /virtual-networks?parent_id=4ef2c374-cdbf-475e-bb16-98cbd596ff83&detail=False&count=False&shared=False HTTP/1.1" 200 432 0.005116 10.0.0.249 - - [2026-08-03 03:43:32] "GET /virtual-network/b0478eab-fd8e-4ed2-8f8a-9797a2265937?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2259 0.007712 10.0.0.249 - - [2026-08-03 03:43:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004160 10.0.0.249 - - [2026-08-03 03:43:32] "GET /routing-instance/9dd3c40a-3972-444d-93ad-d6c8b7a7c079?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1709 0.005775 10.0.0.249 - - [2026-08-03 03:43:32] "GET /route-target/0144a5e8-20a9-46d3-96c3-3e3a9b38143f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 900 0.004381 10.0.0.249 - - [2026-08-03 03:43:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004696 10.0.0.249 - - [2026-08-03 03:43:32] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005211 10.0.0.249 - - [2026-08-03 03:43:32] "GET /virtual-networks?parent_id=4ef2c374-cdbf-475e-bb16-98cbd596ff83&detail=False&count=False&shared=False HTTP/1.1" 200 432 0.003805 10.0.0.249 - - [2026-08-03 03:43:32] "GET /virtual-network/b0478eab-fd8e-4ed2-8f8a-9797a2265937?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2259 0.006721 10.0.0.249 - - [2026-08-03 03:43:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004507 10.0.0.249 - - [2026-08-03 03:43:32] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005212 10.0.0.249 - - [2026-08-03 03:43:32] "GET /virtual-networks?parent_id=4ef2c374-cdbf-475e-bb16-98cbd596ff83&detail=False&count=False&shared=False HTTP/1.1" 200 432 0.004283 10.0.0.249 - - [2026-08-03 03:43:32] "GET /virtual-network/b0478eab-fd8e-4ed2-8f8a-9797a2265937?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2259 0.007362 10.0.0.249 - - [2026-08-03 03:43:33] "GET /obj-perms HTTP/1.1" 200 4543 0.048828 10.0.0.161 - - [2026-08-03 03:43:33] "GET /obj-perms HTTP/1.1" 200 4543 0.005203 10.0.0.249 - - [2026-08-03 03:43:33] "GET /obj-perms HTTP/1.1" 200 4543 0.005877 10.0.0.249 - - [2026-08-03 03:43:33] "GET /obj-perms HTTP/1.1" 200 4543 0.006518 10.0.0.249 - - [2026-08-03 03:43:33] "GET /virtual-machine/cee5850c-555e-44ce-83c5-7004da884e08 HTTP/1.1" 200 1324 0.005820 10.0.0.249 - - [2026-08-03 03:43:33] "GET /virtual-machine-interface/31742d15-ea9e-4136-b66d-198706645812 HTTP/1.1" 200 3269 0.007291 10.0.0.249 - - [2026-08-03 03:43:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.004232 10.0.0.249 - - [2026-08-03 03:43:33] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005259 10.0.0.249 - - [2026-08-03 03:43:33] "GET /virtual-networks?parent_id=4ef2c374-cdbf-475e-bb16-98cbd596ff83&detail=False&count=False&shared=False HTTP/1.1" 200 432 0.004685 10.0.0.249 - - [2026-08-03 03:43:33] "GET /virtual-network/b0478eab-fd8e-4ed2-8f8a-9797a2265937?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2259 0.008193 10.0.0.249 - - [2026-08-03 03:43:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004385 10.0.0.249 - - [2026-08-03 03:43:34] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.006214 10.0.0.249 - - [2026-08-03 03:43:34] "GET /virtual-networks?parent_id=4ef2c374-cdbf-475e-bb16-98cbd596ff83&detail=False&count=False&shared=False HTTP/1.1" 200 432 0.005624 10.0.0.249 - - [2026-08-03 03:43:34] "GET /virtual-network/b0478eab-fd8e-4ed2-8f8a-9797a2265937?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2259 0.007646 10.0.0.249 - - [2026-08-03 03:43:34] "POST /neutron/port HTTP/1.1" 200 1157 0.021259 10.0.0.249 - - [2026-08-03 03:43:39] "POST /neutron/security_group HTTP/1.1" 200 1296 0.038815 10.0.0.249 - - [2026-08-03 03:43:40] "POST /neutron/port HTTP/1.1" 200 1157 0.030649 10.0.0.249 - - [2026-08-03 03:43:45] "POST /neutron/security_group HTTP/1.1" 200 1296 0.011915 10.0.0.249 - - [2026-08-03 03:43:50] "POST /neutron/port HTTP/1.1" 200 1157 0.030615 10.0.0.249 - - [2026-08-03 03:43:50] "POST /neutron/security_group HTTP/1.1" 200 1296 0.012957 10.0.0.249 - - [2026-08-03 03:43:51] "GET /virtual-machine/621aea3b-6887-44e8-b7f6-0ca2e06c1b31 HTTP/1.1" 200 1324 0.008399 10.0.0.249 - - [2026-08-03 03:43:51] "GET /virtual-machine/621aea3b-6887-44e8-b7f6-0ca2e06c1b31 HTTP/1.1" 200 1324 0.006563 10.0.0.249 - - [2026-08-03 03:43:51] "GET /virtual-machine-interface/d18976f1-db7a-40f3-92f2-3c19cbcb3703 HTTP/1.1" 200 3270 0.009130 10.0.0.249 - - [2026-08-03 03:43:51] "GET /virtual-machine/621aea3b-6887-44e8-b7f6-0ca2e06c1b31 HTTP/1.1" 200 1324 0.008029 10.0.0.249 - - [2026-08-03 03:43:51] "GET /virtual-machine-interface/d18976f1-db7a-40f3-92f2-3c19cbcb3703 HTTP/1.1" 200 3270 0.012618 10.0.0.249 - - [2026-08-03 03:43:51] "GET /instance-ip/e06b18ae-c8a2-4aab-bd86-f27e193c16d0 HTTP/1.1" 200 1736 0.010582 10.0.0.249 - - [2026-08-03 03:43:51] "GET /virtual-machine/621aea3b-6887-44e8-b7f6-0ca2e06c1b31 HTTP/1.1" 200 1324 0.006903 10.0.0.249 - - [2026-08-03 03:43:51] "GET /virtual-machine-interface/d18976f1-db7a-40f3-92f2-3c19cbcb3703 HTTP/1.1" 200 3270 0.008289 10.0.0.249 - - [2026-08-03 03:43:51] "GET /instance-ip/e06b18ae-c8a2-4aab-bd86-f27e193c16d0 HTTP/1.1" 200 1736 0.006467 10.0.0.249 - - [2026-08-03 03:43:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004508 10.0.0.249 - - [2026-08-03 03:43:51] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.007099 10.0.0.249 - - [2026-08-03 03:43:51] "GET /virtual-networks?parent_id=4ef2c374-cdbf-475e-bb16-98cbd596ff83&detail=False&count=False&shared=False HTTP/1.1" 200 432 0.004705 10.0.0.249 - - [2026-08-03 03:43:51] "GET /virtual-network/b0478eab-fd8e-4ed2-8f8a-9797a2265937?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2259 0.007278 10.0.0.249 - - [2026-08-03 03:43:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.005535 10.0.0.249 - - [2026-08-03 03:43:51] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.006037 10.0.0.249 - - [2026-08-03 03:43:51] "GET /virtual-networks?parent_id=4ef2c374-cdbf-475e-bb16-98cbd596ff83&detail=False&count=False&shared=False HTTP/1.1" 200 432 0.005360 10.0.0.249 - - [2026-08-03 03:43:51] "GET /virtual-network/b0478eab-fd8e-4ed2-8f8a-9797a2265937?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2259 0.011640 10.0.0.249 - - [2026-08-03 03:43:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004650 10.0.0.249 - - [2026-08-03 03:43:51] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005814 10.0.0.249 - - [2026-08-03 03:43:51] "GET /virtual-networks?parent_id=4ef2c374-cdbf-475e-bb16-98cbd596ff83&detail=False&count=False&shared=False HTTP/1.1" 200 432 0.005599 10.0.0.249 - - [2026-08-03 03:43:51] "GET /virtual-network/b0478eab-fd8e-4ed2-8f8a-9797a2265937?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2259 0.010262 10.0.0.249 - - [2026-08-03 03:43:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004794 10.0.0.249 - - [2026-08-03 03:43:51] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005821 10.0.0.249 - - [2026-08-03 03:43:51] "GET /virtual-networks?parent_id=4ef2c374-cdbf-475e-bb16-98cbd596ff83&detail=False&count=False&shared=False HTTP/1.1" 200 432 0.005224 10.0.0.249 - - [2026-08-03 03:43:51] "GET /virtual-network/b0478eab-fd8e-4ed2-8f8a-9797a2265937?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2259 0.008642 10.0.0.249 - - [2026-08-03 03:43:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.008503 10.0.0.249 - - [2026-08-03 03:43:51] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.011441 10.0.0.249 - - [2026-08-03 03:43:51] "GET /virtual-networks?parent_id=4ef2c374-cdbf-475e-bb16-98cbd596ff83&detail=False&count=False&shared=False HTTP/1.1" 200 432 0.005028 10.0.0.249 - - [2026-08-03 03:43:51] "GET /virtual-network/b0478eab-fd8e-4ed2-8f8a-9797a2265937?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2259 0.008753 10.0.0.249 - - [2026-08-03 03:43:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.005810 10.0.0.249 - - [2026-08-03 03:43:51] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005612 10.0.0.249 - - [2026-08-03 03:43:51] "GET /virtual-networks?parent_id=4ef2c374-cdbf-475e-bb16-98cbd596ff83&detail=False&count=False&shared=False HTTP/1.1" 200 432 0.004217 10.0.0.249 - - [2026-08-03 03:43:52] "GET /virtual-network/b0478eab-fd8e-4ed2-8f8a-9797a2265937?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2259 0.007144 10.0.0.249 - - [2026-08-03 03:43:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.011775 10.0.0.249 - - [2026-08-03 03:43:52] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005954 10.0.0.249 - - [2026-08-03 03:43:52] "GET /virtual-networks?parent_id=4ef2c374-cdbf-475e-bb16-98cbd596ff83&detail=False&count=False&shared=False HTTP/1.1" 200 432 0.006757 10.0.0.249 - - [2026-08-03 03:43:52] "GET /virtual-network/b0478eab-fd8e-4ed2-8f8a-9797a2265937?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2259 0.009221 10.0.0.249 - - [2026-08-03 03:43:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004920 10.0.0.249 - - [2026-08-03 03:43:53] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.006507 10.0.0.249 - - [2026-08-03 03:43:53] "GET /virtual-networks?parent_id=4ef2c374-cdbf-475e-bb16-98cbd596ff83&detail=False&count=False&shared=False HTTP/1.1" 200 432 0.005069 10.0.0.249 - - [2026-08-03 03:43:53] "GET /virtual-network/b0478eab-fd8e-4ed2-8f8a-9797a2265937?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2259 0.009425 10.0.0.249 - - [2026-08-03 03:43:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.005778 10.0.0.249 - - [2026-08-03 03:43:53] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005991 10.0.0.249 - - [2026-08-03 03:43:53] "GET /virtual-networks?parent_id=4ef2c374-cdbf-475e-bb16-98cbd596ff83&detail=False&count=False&shared=False HTTP/1.1" 200 432 0.004591 10.0.0.249 - - [2026-08-03 03:43:53] "GET /virtual-network/b0478eab-fd8e-4ed2-8f8a-9797a2265937?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2259 0.007532 10.0.0.249 - - [2026-08-03 03:43:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.005016 10.0.0.249 - - [2026-08-03 03:43:53] "GET /routing-instance/9dd3c40a-3972-444d-93ad-d6c8b7a7c079?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1709 0.006381 10.0.0.249 - - [2026-08-03 03:43:53] "GET /route-target/0144a5e8-20a9-46d3-96c3-3e3a9b38143f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 900 0.005214 10.0.0.249 - - [2026-08-03 03:43:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004843 10.0.0.249 - - [2026-08-03 03:43:53] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005565 10.0.0.249 - - [2026-08-03 03:43:53] "GET /virtual-networks?parent_id=4ef2c374-cdbf-475e-bb16-98cbd596ff83&detail=False&count=False&shared=False HTTP/1.1" 200 432 0.003828 10.0.0.249 - - [2026-08-03 03:43:54] "GET /virtual-network/b0478eab-fd8e-4ed2-8f8a-9797a2265937?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2259 0.008310 10.0.0.249 - - [2026-08-03 03:43:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.005821 10.0.0.249 - - [2026-08-03 03:43:54] "GET /routing-instance/9dd3c40a-3972-444d-93ad-d6c8b7a7c079?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1709 0.006382 10.0.0.249 - - [2026-08-03 03:43:54] "GET /route-target/0144a5e8-20a9-46d3-96c3-3e3a9b38143f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 900 0.006111 10.0.0.249 - - [2026-08-03 03:43:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.005968 10.0.0.249 - - [2026-08-03 03:43:54] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005198 10.0.0.249 - - [2026-08-03 03:43:54] "GET /virtual-networks?parent_id=4ef2c374-cdbf-475e-bb16-98cbd596ff83&detail=False&count=False&shared=False HTTP/1.1" 200 432 0.004597 10.0.0.249 - - [2026-08-03 03:43:54] "GET /virtual-network/b0478eab-fd8e-4ed2-8f8a-9797a2265937?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2259 0.010568 10.0.0.249 - - [2026-08-03 03:43:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.005127 10.0.0.249 - - [2026-08-03 03:43:54] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.006760 10.0.0.249 - - [2026-08-03 03:43:54] "GET /virtual-networks?parent_id=4ef2c374-cdbf-475e-bb16-98cbd596ff83&detail=False&count=False&shared=False HTTP/1.1" 200 432 0.004921 10.0.0.249 - - [2026-08-03 03:43:54] "GET /virtual-network/b0478eab-fd8e-4ed2-8f8a-9797a2265937?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2259 0.007253 10.0.0.161 - - [2026-08-03 03:43:54] "GET /obj-perms HTTP/1.1" 200 4543 0.005728 10.0.0.249 - - [2026-08-03 03:43:54] "GET /obj-perms HTTP/1.1" 200 4543 0.005688 10.0.0.249 - - [2026-08-03 03:43:54] "GET /obj-perms HTTP/1.1" 200 4543 0.005027 10.0.0.50 - - [2026-08-03 03:43:54] "GET /obj-perms HTTP/1.1" 200 4543 0.047590 10.0.0.249 - - [2026-08-03 03:43:54] "GET /obj-perms HTTP/1.1" 200 4543 0.005391 10.0.0.161 - - [2026-08-03 03:43:54] "GET /obj-perms HTTP/1.1" 200 4543 0.004462 10.0.0.249 - - [2026-08-03 03:43:54] "GET /virtual-machine/621aea3b-6887-44e8-b7f6-0ca2e06c1b31 HTTP/1.1" 200 1324 0.004973 10.0.0.249 - - [2026-08-03 03:43:54] "GET /virtual-machine-interface/d18976f1-db7a-40f3-92f2-3c19cbcb3703 HTTP/1.1" 200 3270 0.007484 10.0.0.249 - - [2026-08-03 03:43:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.004505 10.0.0.249 - - [2026-08-03 03:43:55] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005401 10.0.0.249 - - [2026-08-03 03:43:55] "GET /virtual-networks?parent_id=4ef2c374-cdbf-475e-bb16-98cbd596ff83&detail=False&count=False&shared=False HTTP/1.1" 200 432 0.004291 10.0.0.249 - - [2026-08-03 03:43:55] "GET /virtual-network/b0478eab-fd8e-4ed2-8f8a-9797a2265937?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2259 0.008691 10.0.0.249 - - [2026-08-03 03:43:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.005580 10.0.0.249 - - [2026-08-03 03:43:56] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005488 10.0.0.249 - - [2026-08-03 03:43:56] "GET /virtual-networks?parent_id=4ef2c374-cdbf-475e-bb16-98cbd596ff83&detail=False&count=False&shared=False HTTP/1.1" 200 432 0.006408 10.0.0.249 - - [2026-08-03 03:43:56] "GET /virtual-network/b0478eab-fd8e-4ed2-8f8a-9797a2265937?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2259 0.007841 10.0.0.249 - - [2026-08-03 03:43:56] "GET /virtual-machine/cee5850c-555e-44ce-83c5-7004da884e08 HTTP/1.1" 200 1324 0.007295 10.0.0.249 - - [2026-08-03 03:43:56] "GET /virtual-machine-interface/31742d15-ea9e-4136-b66d-198706645812 HTTP/1.1" 200 3269 0.008663 10.0.0.249 - - [2026-08-03 03:43:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.005248 10.0.0.249 - - [2026-08-03 03:43:56] "GET /security-group/86841660-bec7-4a13-abb4-03c236d31114?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2583 0.006341 10.0.0.249 - - [2026-08-03 03:43:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.005540 10.0.0.249 - - [2026-08-03 03:43:56] "GET /security-group/86841660-bec7-4a13-abb4-03c236d31114?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2583 0.006792 10.0.0.249 - - [2026-08-03 03:43:56] "POST /neutron/security_group HTTP/1.1" 200 1322 0.006423 10.0.0.249 - - [2026-08-03 03:43:56] "POST /neutron/port HTTP/1.1" 200 1147 0.022459 10.0.0.249 - - [2026-08-03 03:43:56] "GET /virtual-machine/cee5850c-555e-44ce-83c5-7004da884e08 HTTP/1.1" 200 1324 0.006532 10.0.0.249 - - [2026-08-03 03:43:56] "GET /virtual-machine-interface/31742d15-ea9e-4136-b66d-198706645812 HTTP/1.1" 200 3208 0.013479 10.0.0.249 - - [2026-08-03 03:43:57] "POST /neutron/security_group HTTP/1.1" 200 1296 0.012838 10.0.0.249 - - [2026-08-03 03:43:57] "POST /neutron/port HTTP/1.1" 200 1108 0.022627 10.0.0.249 - - [2026-08-03 03:43:57] "GET /virtual-machine/cee5850c-555e-44ce-83c5-7004da884e08 HTTP/1.1" 200 1324 0.034427 10.0.0.249 - - [2026-08-03 03:43:57] "GET /virtual-machine-interface/31742d15-ea9e-4136-b66d-198706645812 HTTP/1.1" 200 3269 0.015028 10.0.0.249 - - [2026-08-03 03:43:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.006321 10.0.0.249 - - [2026-08-03 03:43:57] "GET /security-group/86841660-bec7-4a13-abb4-03c236d31114?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2583 0.005670 10.0.0.249 - - [2026-08-03 03:43:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004664 10.0.0.249 - - [2026-08-03 03:43:57] "GET /security-group/86841660-bec7-4a13-abb4-03c236d31114?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2583 0.007090 10.0.0.249 - - [2026-08-03 03:44:06] "POST /neutron/port HTTP/1.1" 200 1157 0.024863 10.0.0.249 - - [2026-08-03 03:44:08] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006060 10.0.0.249 - - [2026-08-03 03:44:08] "POST /neutron/network HTTP/1.1" 200 956 0.009562 10.0.0.249 - - [2026-08-03 03:44:12] "POST /neutron/network HTTP/1.1" 200 966 0.010665 10.0.0.249 - - [2026-08-03 03:44:12] "POST /neutron/port HTTP/1.1" 200 117 0.001398 10.0.0.249 - - [2026-08-03 03:45:00] "GET /security-group/86841660-bec7-4a13-abb4-03c236d31114?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2583 0.006516 10.0.0.249 - - [2026-08-03 03:45:00] "PUT /security-group/86841660-bec7-4a13-abb4-03c236d31114 HTTP/1.1" 200 263 0.028971 10.0.0.50 - - [2026-08-03 03:45:00] "PUT /access-control-list/1b9ce283-7e2b-4579-98dc-389a739eb2b4 HTTP/1.1" 200 273 0.062931 10.0.0.249 - - [2026-08-03 03:45:02] "DELETE /security-group/86841660-bec7-4a13-abb4-03c236d31114 HTTP/1.1" 200 115 0.320474 10.0.0.249 - - [2026-08-03 03:45:02] "POST /fqname-to-id HTTP/1.1" 404 254 0.012632 10.0.0.50 - - [2026-08-03 03:45:02] "DELETE /access-control-list/e4401f38-58d6-4139-aa31-79ccab04f9b5 HTTP/1.1" 200 115 0.055240 10.0.0.249 - - [2026-08-03 03:45:03] "POST /fqname-to-id HTTP/1.1" 404 254 0.005127 10.0.0.249 - - [2026-08-03 03:45:03] "GET /virtual-machine/cee5850c-555e-44ce-83c5-7004da884e08 HTTP/1.1" 200 1324 0.006882 10.0.0.249 - - [2026-08-03 03:45:03] "GET /virtual-machine-interface/31742d15-ea9e-4136-b66d-198706645812 HTTP/1.1" 200 3208 0.012131 10.0.0.249 - - [2026-08-03 03:45:03] "GET /virtual-machine/621aea3b-6887-44e8-b7f6-0ca2e06c1b31 HTTP/1.1" 200 1324 0.006623 10.0.0.249 - - [2026-08-03 03:45:03] "GET /virtual-machine-interface/d18976f1-db7a-40f3-92f2-3c19cbcb3703 HTTP/1.1" 200 3209 0.013361 10.0.0.161 - - [2026-08-03 03:45:03] "GET /projects?obj_uuids=4ef2c374-cdbf-475e-bb16-98cbd596ff83&detail=False&count=False&shared=False HTTP/1.1" 200 380 0.029868 10.0.0.249 - - [2026-08-03 03:45:03] "POST /neutron/security_group HTTP/1.1" 200 153 0.134341 10.0.0.249 - - [2026-08-03 03:45:03] "GET /virtual-machine/621aea3b-6887-44e8-b7f6-0ca2e06c1b31 HTTP/1.1" 200 1324 0.005664 10.0.0.249 - - [2026-08-03 03:45:05] "GET /virtual-machine/621aea3b-6887-44e8-b7f6-0ca2e06c1b31 HTTP/1.1" 200 1324 0.005494 10.0.0.249 - - [2026-08-03 03:45:06] "POST /neutron/port HTTP/1.1" 200 151 0.288517 10.0.0.249 - - [2026-08-03 03:45:07] "GET /virtual-machine/621aea3b-6887-44e8-b7f6-0ca2e06c1b31 HTTP/1.1" 404 171 0.004275 10.0.0.249 - - [2026-08-03 03:45:07] "GET /virtual-machine/621aea3b-6887-44e8-b7f6-0ca2e06c1b31 HTTP/1.1" 404 171 0.003735 10.0.0.249 - - [2026-08-03 03:45:07] "GET /virtual-machine/621aea3b-6887-44e8-b7f6-0ca2e06c1b31 HTTP/1.1" 404 171 0.004425 10.0.0.249 - - [2026-08-03 03:45:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004726 10.0.0.249 - - [2026-08-03 03:45:08] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005668 10.0.0.249 - - [2026-08-03 03:45:08] "GET /virtual-networks?parent_id=4ef2c374-cdbf-475e-bb16-98cbd596ff83&detail=False&count=False&shared=False HTTP/1.1" 200 432 0.004790 10.0.0.249 - - [2026-08-03 03:45:08] "GET /virtual-network/b0478eab-fd8e-4ed2-8f8a-9797a2265937?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2259 0.008957 10.0.0.249 - - [2026-08-03 03:45:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004609 10.0.0.249 - - [2026-08-03 03:45:08] "GET /routing-instance/9dd3c40a-3972-444d-93ad-d6c8b7a7c079?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1709 0.007848 10.0.0.249 - - [2026-08-03 03:45:08] "GET /route-target/0144a5e8-20a9-46d3-96c3-3e3a9b38143f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 900 0.005433 10.0.0.50 - - [2026-08-03 03:45:08] "GET /obj-perms HTTP/1.1" 200 4543 0.005313 10.0.0.249 - - [2026-08-03 03:45:10] "POST /neutron/network HTTP/1.1" 200 966 0.012433 10.0.0.249 - - [2026-08-03 03:45:10] "POST /neutron/port HTTP/1.1" 200 117 0.001507 10.0.0.249 - - [2026-08-03 03:45:11] "GET /obj-perms HTTP/1.1" 200 4543 0.014328 10.0.0.249 - - [2026-08-03 03:45:17] "GET /obj-perms HTTP/1.1" 200 4543 0.005994 10.0.0.50 - - [2026-08-03 03:45:17] "GET /obj-perms HTTP/1.1" 200 4543 0.004863 10.0.0.249 - - [2026-08-03 03:45:26] "GET /obj-perms HTTP/1.1" 200 4543 0.004800 10.0.0.50 - - [2026-08-03 03:45:26] "GET /obj-perms HTTP/1.1" 200 4543 0.005970 10.0.0.249 - - [2026-08-03 03:45:36] "GET /obj-perms HTTP/1.1" 200 4543 0.004524 10.0.0.50 - - [2026-08-03 03:45:36] "GET /obj-perms HTTP/1.1" 200 4543 0.005092 10.0.0.161 - - [2026-08-03 03:45:36] "GET /projects?obj_uuids=4ef2c374-cdbf-475e-bb16-98cbd596ff83&detail=False&count=False&shared=False HTTP/1.1" 200 380 0.001569 10.0.0.249 - - [2026-08-03 03:45:36] "POST /neutron/security_group HTTP/1.1" 200 153 0.083162 10.0.0.249 - - [2026-08-03 03:45:36] "GET /virtual-machine/cee5850c-555e-44ce-83c5-7004da884e08 HTTP/1.1" 200 1324 0.005275 10.0.0.249 - - [2026-08-03 03:45:38] "GET /virtual-machine/cee5850c-555e-44ce-83c5-7004da884e08 HTTP/1.1" 200 1324 0.006599 10.0.0.249 - - [2026-08-03 03:45:38] "POST /neutron/port HTTP/1.1" 200 151 0.250466 10.0.0.249 - - [2026-08-03 03:45:40] "GET /virtual-machine/cee5850c-555e-44ce-83c5-7004da884e08 HTTP/1.1" 404 171 0.004252 10.0.0.249 - - [2026-08-03 03:45:40] "GET /virtual-machine/cee5850c-555e-44ce-83c5-7004da884e08 HTTP/1.1" 404 171 0.004201 10.0.0.249 - - [2026-08-03 03:45:40] "GET /virtual-machine/cee5850c-555e-44ce-83c5-7004da884e08 HTTP/1.1" 404 171 0.004551 10.0.0.249 - - [2026-08-03 03:45:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.007872 10.0.0.249 - - [2026-08-03 03:45:40] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004966 10.0.0.249 - - [2026-08-03 03:45:40] "GET /virtual-networks?parent_id=4ef2c374-cdbf-475e-bb16-98cbd596ff83&detail=False&count=False&shared=False HTTP/1.1" 200 432 0.004440 10.0.0.249 - - [2026-08-03 03:45:40] "GET /virtual-network/b0478eab-fd8e-4ed2-8f8a-9797a2265937?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2259 0.017903 10.0.0.249 - - [2026-08-03 03:45:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.005184 10.0.0.249 - - [2026-08-03 03:45:41] "GET /routing-instance/9dd3c40a-3972-444d-93ad-d6c8b7a7c079?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1709 0.005299 10.0.0.249 - - [2026-08-03 03:45:41] "GET /route-target/0144a5e8-20a9-46d3-96c3-3e3a9b38143f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 900 0.004361 10.0.0.249 - - [2026-08-03 03:45:41] "GET /obj-perms HTTP/1.1" 200 4543 0.004579 10.0.0.249 - - [2026-08-03 03:45:44] "GET /obj-perms HTTP/1.1" 200 4543 0.006788 10.0.0.249 - - [2026-08-03 03:45:50] "GET /obj-perms HTTP/1.1" 200 4543 0.005799 10.0.0.249 - - [2026-08-03 03:45:53] "GET /obj-perms HTTP/1.1" 200 4543 0.005002 10.0.0.249 - - [2026-08-03 03:45:59] "GET /obj-perms HTTP/1.1" 200 4543 0.006295 10.0.0.249 - - [2026-08-03 03:46:02] "GET /obj-perms HTTP/1.1" 200 4543 0.005121 10.0.0.249 - - [2026-08-03 03:46:08] "GET /obj-perms HTTP/1.1" 200 4543 0.005265 10.0.0.249 - - [2026-08-03 03:46:09] "GET /obj-perms HTTP/1.1" 200 4543 0.004905 10.0.0.161 - - [2026-08-03 03:46:09] "GET /obj-perms HTTP/1.1" 200 4543 0.004552 10.0.0.161 - - [2026-08-03 03:46:10] "GET /projects?obj_uuids=4ef2c374-cdbf-475e-bb16-98cbd596ff83&detail=False&count=False&shared=False HTTP/1.1" 200 380 0.001897 10.0.0.249 - - [2026-08-03 03:46:10] "GET /project/4ef2c374-cdbf-475e-bb16-98cbd596ff83?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1485 0.085114 10.0.0.161 - - [2026-08-03 03:46:10] "GET /projects?obj_uuids=4ef2c374-cdbf-475e-bb16-98cbd596ff83&detail=False&count=False&shared=False HTTP/1.1" 200 380 0.001328 10.0.0.249 - - [2026-08-03 03:46:11] "GET /project/4ef2c374-cdbf-475e-bb16-98cbd596ff83?fields=virtual_networks HTTP/1.1" 200 1093 0.068787 10.0.0.161 - - [2026-08-03 03:46:11] "GET /projects?obj_uuids=4ef2c374-cdbf-475e-bb16-98cbd596ff83&detail=False&count=False&shared=False HTTP/1.1" 200 380 0.001583 10.0.0.249 - - [2026-08-03 03:46:11] "GET /project/4ef2c374-cdbf-475e-bb16-98cbd596ff83?fields=virtual_machine_interfaces HTTP/1.1" 200 1093 0.082318 10.0.0.161 - - [2026-08-03 03:46:11] "GET /projects?obj_uuids=4ef2c374-cdbf-475e-bb16-98cbd596ff83&detail=False&count=False&shared=False HTTP/1.1" 200 380 0.001636 10.0.0.249 - - [2026-08-03 03:46:11] "GET /project/4ef2c374-cdbf-475e-bb16-98cbd596ff83?fields=security_groups HTTP/1.1" 200 1350 0.062470 10.0.0.249 - - [2026-08-03 03:46:12] "POST /fqname-to-id HTTP/1.1" 404 209 0.041595 10.0.0.161 - - [2026-08-03 03:46:12] "GET /projects?obj_uuids=bde2de8b-a18f-4ede-aa9d-ab43466dd7ed&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004435 10.0.0.161 - - [2026-08-03 03:46:12] "GET /domains?obj_uuids=724de60e-9f87-4d23-867c-6bd9a9880f5b&detail=False&count=False&shared=False HTTP/1.1" 200 316 0.002221 10.0.0.161 - - [2026-08-03 03:46:12] "GET /domain/724de60e-9f87-4d23-867c-6bd9a9880f5b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.044300 10.0.0.161 - - [2026-08-03 03:46:12] "POST /id-to-fqname HTTP/1.1" 200 212 0.004762 10.0.0.161 - - [2026-08-03 03:46:12] "POST /fqname-to-id HTTP/1.1" 404 222 0.010673 10.0.0.161 - - [2026-08-03 03:46:12] "POST /security-groups HTTP/1.1" 200 614 0.050034 10.0.0.50 - - [2026-08-03 03:46:12] "POST /fqname-to-id HTTP/1.1" 404 255 0.004180 10.0.0.161 - - [2026-08-03 03:46:12] "POST /projects HTTP/1.1" 200 629 0.332532 10.0.0.161 - - [2026-08-03 03:46:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.369950 10.0.0.249 - - [2026-08-03 03:46:13] "GET /project/bde2de8b-a18f-4ede-aa9d-ab43466dd7ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1450 0.606383 10.0.0.50 - - [2026-08-03 03:46:13] "POST /access-control-lists HTTP/1.1" 200 617 0.069936 10.0.0.249 - - [2026-08-03 03:46:14] "GET / HTTP/1.1" 200 36215 0.003809 10.0.0.50 - - [2026-08-03 03:46:15] "GET /obj-perms HTTP/1.1" 200 4509 0.072836 10.0.0.249 - - [2026-08-03 03:46:16] "POST /fqname-to-id HTTP/1.1" 401 293 0.000574 10.0.0.249 - - [2026-08-03 03:46:17] "POST /fqname-to-id HTTP/1.1" 404 245 0.029957 10.0.0.161 - - [2026-08-03 03:46:17] "GET /projects?obj_uuids=bde2de8b-a18f-4ede-aa9d-ab43466dd7ed&detail=False&count=False&shared=False HTTP/1.1" 200 371 0.001728 10.0.0.50 - - [2026-08-03 03:46:17] "POST /fqname-to-id HTTP/1.1" 404 277 0.004761 10.0.0.50 - - [2026-08-03 03:46:17] "POST /access-control-lists HTTP/1.1" 200 639 0.042439 10.0.0.249 - - [2026-08-03 03:46:17] "POST /neutron/security_group HTTP/1.1" 200 1423 0.519245 10.0.0.249 - - [2026-08-03 03:46:18] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.182375 10.0.0.50 - - [2026-08-03 03:46:18] "PUT /access-control-list/4adde192-944a-46be-9092-e7918f785e6a HTTP/1.1" 200 273 0.025693 10.0.0.249 - - [2026-08-03 03:46:18] "POST /neutron/security_group_rule HTTP/1.1" 200 585 0.181419 10.0.0.249 - - [2026-08-03 03:46:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004875 10.0.0.249 - - [2026-08-03 03:46:18] "GET /security-group/09993bc2-5192-40ce-86cd-d62c5d15175e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2001 0.009971 10.0.0.249 - - [2026-08-03 03:46:19] "POST /fqname-to-id HTTP/1.1" 404 245 0.004080 10.0.0.50 - - [2026-08-03 03:46:19] "DELETE /access-control-list/03a66701-d1df-4c6e-9829-01447df62711 HTTP/1.1" 200 115 0.054286 10.0.0.249 - - [2026-08-03 03:46:19] "POST /fqname-to-id HTTP/1.1" 404 245 0.004622 10.0.0.161 - - [2026-08-03 03:46:19] "GET /projects?obj_uuids=bde2de8b-a18f-4ede-aa9d-ab43466dd7ed&detail=False&count=False&shared=False HTTP/1.1" 200 371 0.001567 10.0.0.50 - - [2026-08-03 03:46:20] "POST /access-control-lists HTTP/1.1" 200 641 0.043641 10.0.0.50 - - [2026-08-03 03:46:20] "PUT /access-control-list/7e6f3d68-31dc-45c7-976a-a6d4c126ba18 HTTP/1.1" 200 273 0.017598 10.0.0.249 - - [2026-08-03 03:46:20] "POST /neutron/security_group HTTP/1.1" 200 1423 0.472917 10.0.0.249 - - [2026-08-03 03:46:20] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.183951 10.0.0.50 - - [2026-08-03 03:46:21] "PUT /access-control-list/7e6f3d68-31dc-45c7-976a-a6d4c126ba18 HTTP/1.1" 200 273 0.034880 10.0.0.249 - - [2026-08-03 03:46:21] "POST /neutron/security_group_rule HTTP/1.1" 200 585 0.148107 10.0.0.249 - - [2026-08-03 03:46:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.005791 10.0.0.249 - - [2026-08-03 03:46:21] "GET /security-group/8dbae9fa-ba07-45b8-a4a1-80d4a80b3bcc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2004 0.017106 10.0.0.249 - - [2026-08-03 03:46:21] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.176342 10.0.0.50 - - [2026-08-03 03:46:22] "PUT /access-control-list/7e6f3d68-31dc-45c7-976a-a6d4c126ba18 HTTP/1.1" 200 273 0.023361 10.0.0.249 - - [2026-08-03 03:46:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.004916 10.0.0.161 - - [2026-08-03 03:46:22] "GET /projects?obj_uuids=bde2de8b-a18f-4ede-aa9d-ab43466dd7ed&detail=False&count=False&shared=False HTTP/1.1" 200 371 0.001517 10.0.0.249 - - [2026-08-03 03:46:22] "GET /project/bde2de8b-a18f-4ede-aa9d-ab43466dd7ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1450 0.070830 10.0.0.249 - - [2026-08-03 03:46:22] "POST /neutron/network HTTP/1.1" 200 117 0.015207 10.0.0.50 - - [2026-08-03 03:46:22] "POST /ref-update HTTP/1.1" 200 156 0.039604 10.0.0.249 - - [2026-08-03 03:46:22] "POST /neutron/network HTTP/1.1" 200 926 0.013288 10.0.0.249 - - [2026-08-03 03:46:22] "POST /id-to-fqname HTTP/1.1" 200 282 0.001478 10.0.0.249 - - [2026-08-03 03:46:22] "GET /virtual-network/6f0d5ccb-b81c-4f67-a09e-10c1d9d99313?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2204 0.005983 10.0.0.249 - - [2026-08-03 03:46:22] "GET /virtual-network/6f0d5ccb-b81c-4f67-a09e-10c1d9d99313?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2204 0.007281 10.0.0.249 - - [2026-08-03 03:46:22] "POST /neutron/subnet HTTP/1.1" 200 720 0.014621 10.0.0.249 - - [2026-08-03 03:46:23] "GET /virtual-network/6f0d5ccb-b81c-4f67-a09e-10c1d9d99313?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2204 0.008502 10.0.0.249 - - [2026-08-03 03:46:24] "POST /id-to-fqname HTTP/1.1" 200 282 0.001760 10.0.0.249 - - [2026-08-03 03:46:25] "POST /neutron/network HTTP/1.1" 200 926 0.031012 10.0.0.249 - - [2026-08-03 03:46:25] "POST /id-to-fqname HTTP/1.1" 200 282 0.001814 10.0.0.249 - - [2026-08-03 03:46:25] "POST /neutron/port HTTP/1.1" 200 117 0.008111 10.0.0.249 - - [2026-08-03 03:46:25] "POST /neutron/network HTTP/1.1" 200 926 0.008739 10.0.0.249 - - [2026-08-03 03:46:26] "POST /neutron/port HTTP/1.1" 200 117 0.010821 10.0.0.161 - - [2026-08-03 03:46:27] "DELETE /project/bde2de8ba18f4edeaa9dab43466dd7ed HTTP/1.1" 404 173 0.003458 10.0.0.161 - - [2026-08-03 03:46:27] "DELETE /project/4ef2c374-cdbf-475e-bb16-98cbd596ff83 HTTP/1.1" 404 177 0.006382 10.0.0.161 - - [2026-08-03 03:46:29] "GET /projects?obj_uuids=bde2de8b-a18f-4ede-aa9d-ab43466dd7ed&detail=False&count=False&shared=False HTTP/1.1" 200 371 0.001575 10.0.0.249 - - [2026-08-03 03:46:30] "POST /neutron/port HTTP/1.1" 200 1080 0.430033 10.0.0.161 - - [2026-08-03 03:46:30] "GET /projects?obj_uuids=bde2de8b-a18f-4ede-aa9d-ab43466dd7ed&detail=False&count=False&shared=False HTTP/1.1" 200 371 0.002079 10.0.0.249 - - [2026-08-03 03:46:30] "POST /neutron/port HTTP/1.1" 200 1134 0.288203 10.0.0.249 - - [2026-08-03 03:46:30] "POST /neutron/port HTTP/1.1" 200 1080 0.525033 10.0.0.249 - - [2026-08-03 03:46:31] "POST /neutron/port HTTP/1.1" 200 1134 0.164845 10.0.0.249 - - [2026-08-03 03:46:31] "POST /neutron/port HTTP/1.1" 200 1144 0.024355 10.0.0.249 - - [2026-08-03 03:46:31] "POST /neutron/port HTTP/1.1" 200 117 0.001550 10.0.0.249 - - [2026-08-03 03:46:32] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004413 10.0.0.249 - - [2026-08-03 03:46:32] "POST /neutron/network HTTP/1.1" 200 926 0.008840 10.0.0.249 - - [2026-08-03 03:46:41] "POST /neutron/port HTTP/1.1" 200 1144 0.024958 10.0.0.249 - - [2026-08-03 03:46:46] "POST /neutron/security_group HTTP/1.1" 200 1415 0.010758 10.0.0.249 - - [2026-08-03 03:46:56] "POST /neutron/port HTTP/1.1" 200 1144 0.030126 10.0.0.249 - - [2026-08-03 03:46:56] "POST /neutron/security_group HTTP/1.1" 200 1415 0.009729 10.0.0.249 - - [2026-08-03 03:46:56] "POST /neutron/port HTTP/1.1" 200 1144 0.026803 10.0.0.249 - - [2026-08-03 03:46:57] "GET /virtual-machine/ff4861a2-32b9-4e7d-81d6-4eda7deee3d4 HTTP/1.1" 401 293 0.000745 10.0.0.249 - - [2026-08-03 03:46:57] "GET /virtual-machine/ff4861a2-32b9-4e7d-81d6-4eda7deee3d4 HTTP/1.1" 200 1315 0.032034 10.0.0.249 - - [2026-08-03 03:46:57] "GET /virtual-machine/ff4861a2-32b9-4e7d-81d6-4eda7deee3d4 HTTP/1.1" 200 1315 0.005175 10.0.0.249 - - [2026-08-03 03:46:57] "GET /virtual-machine-interface/95830f40-be60-4b8a-b0cc-1be7d3be1127 HTTP/1.1" 200 3198 0.008467 10.0.0.249 - - [2026-08-03 03:46:57] "GET /virtual-machine/ff4861a2-32b9-4e7d-81d6-4eda7deee3d4 HTTP/1.1" 200 1315 0.006952 10.0.0.249 - - [2026-08-03 03:46:57] "GET /virtual-machine-interface/95830f40-be60-4b8a-b0cc-1be7d3be1127 HTTP/1.1" 200 3198 0.008039 10.0.0.249 - - [2026-08-03 03:46:57] "GET /instance-ip/19efa54d-5509-4ca9-a037-1a3d28593e74 HTTP/1.1" 200 1705 0.008951 10.0.0.249 - - [2026-08-03 03:46:57] "GET /virtual-machine/ff4861a2-32b9-4e7d-81d6-4eda7deee3d4 HTTP/1.1" 200 1315 0.005841 10.0.0.249 - - [2026-08-03 03:46:57] "GET /virtual-machine-interface/95830f40-be60-4b8a-b0cc-1be7d3be1127 HTTP/1.1" 200 3198 0.007810 10.0.0.249 - - [2026-08-03 03:46:57] "GET /instance-ip/19efa54d-5509-4ca9-a037-1a3d28593e74 HTTP/1.1" 200 1705 0.005780 10.0.0.249 - - [2026-08-03 03:46:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004714 10.0.0.249 - - [2026-08-03 03:46:57] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005637 10.0.0.249 - - [2026-08-03 03:46:57] "GET /virtual-networks?parent_id=bde2de8b-a18f-4ede-aa9d-ab43466dd7ed&detail=False&count=False&shared=False HTTP/1.1" 200 414 0.004839 10.0.0.249 - - [2026-08-03 03:46:57] "GET /virtual-network/6f0d5ccb-b81c-4f67-a09e-10c1d9d99313?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2204 0.007488 10.0.0.249 - - [2026-08-03 03:46:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.005409 10.0.0.249 - - [2026-08-03 03:46:57] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.006185 10.0.0.249 - - [2026-08-03 03:46:57] "GET /virtual-networks?parent_id=bde2de8b-a18f-4ede-aa9d-ab43466dd7ed&detail=False&count=False&shared=False HTTP/1.1" 200 414 0.004838 10.0.0.249 - - [2026-08-03 03:46:57] "GET /virtual-network/6f0d5ccb-b81c-4f67-a09e-10c1d9d99313?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2204 0.008076 10.0.0.249 - - [2026-08-03 03:46:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004588 10.0.0.249 - - [2026-08-03 03:46:57] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005246 10.0.0.249 - - [2026-08-03 03:46:57] "GET /virtual-networks?parent_id=bde2de8b-a18f-4ede-aa9d-ab43466dd7ed&detail=False&count=False&shared=False HTTP/1.1" 200 414 0.003984 10.0.0.249 - - [2026-08-03 03:46:57] "GET /virtual-network/6f0d5ccb-b81c-4f67-a09e-10c1d9d99313?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2204 0.007291 10.0.0.249 - - [2026-08-03 03:46:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004455 10.0.0.249 - - [2026-08-03 03:46:57] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005406 10.0.0.249 - - [2026-08-03 03:46:58] "GET /virtual-networks?parent_id=bde2de8b-a18f-4ede-aa9d-ab43466dd7ed&detail=False&count=False&shared=False HTTP/1.1" 200 414 0.004636 10.0.0.249 - - [2026-08-03 03:46:58] "GET /virtual-network/6f0d5ccb-b81c-4f67-a09e-10c1d9d99313?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2204 0.006837 10.0.0.249 - - [2026-08-03 03:46:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004958 10.0.0.249 - - [2026-08-03 03:46:58] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.007785 10.0.0.249 - - [2026-08-03 03:46:58] "GET /virtual-networks?parent_id=bde2de8b-a18f-4ede-aa9d-ab43466dd7ed&detail=False&count=False&shared=False HTTP/1.1" 200 414 0.004733 10.0.0.249 - - [2026-08-03 03:46:58] "GET /virtual-network/6f0d5ccb-b81c-4f67-a09e-10c1d9d99313?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2204 0.008910 10.0.0.249 - - [2026-08-03 03:46:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.005011 10.0.0.249 - - [2026-08-03 03:46:58] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005425 10.0.0.249 - - [2026-08-03 03:46:58] "GET /virtual-networks?parent_id=bde2de8b-a18f-4ede-aa9d-ab43466dd7ed&detail=False&count=False&shared=False HTTP/1.1" 200 414 0.004270 10.0.0.249 - - [2026-08-03 03:46:58] "GET /virtual-network/6f0d5ccb-b81c-4f67-a09e-10c1d9d99313?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2204 0.007681 10.0.0.249 - - [2026-08-03 03:46:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004926 10.0.0.249 - - [2026-08-03 03:46:58] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005629 10.0.0.249 - - [2026-08-03 03:46:58] "GET /virtual-networks?parent_id=bde2de8b-a18f-4ede-aa9d-ab43466dd7ed&detail=False&count=False&shared=False HTTP/1.1" 200 414 0.005031 10.0.0.249 - - [2026-08-03 03:46:58] "GET /virtual-network/6f0d5ccb-b81c-4f67-a09e-10c1d9d99313?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2204 0.008393 10.0.0.249 - - [2026-08-03 03:47:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.005935 10.0.0.249 - - [2026-08-03 03:47:01] "GET /virtual-network/6f0d5ccb-b81c-4f67-a09e-10c1d9d99313?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2204 0.008441 10.0.0.249 - - [2026-08-03 03:47:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004703 10.0.0.249 - - [2026-08-03 03:47:05] "GET /virtual-network/6f0d5ccb-b81c-4f67-a09e-10c1d9d99313?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2204 0.008780 10.0.0.249 - - [2026-08-03 03:47:08] "POST /neutron/port HTTP/1.1" 200 1144 0.028107 10.0.0.249 - - [2026-08-03 03:47:09] "POST /neutron/subnet HTTP/1.1" 200 694 0.016479 10.0.0.249 - - [2026-08-03 03:47:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.004513 10.0.0.249 - - [2026-08-03 03:47:09] "GET /virtual-network/6f0d5ccb-b81c-4f67-a09e-10c1d9d99313?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2204 0.007496 10.0.0.249 - - [2026-08-03 03:47:13] "POST /neutron/port HTTP/1.1" 200 1144 0.026066 10.0.0.249 - - [2026-08-03 03:47:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004861 10.0.0.249 - - [2026-08-03 03:47:13] "GET /virtual-network/6f0d5ccb-b81c-4f67-a09e-10c1d9d99313?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2204 0.007421 10.0.0.249 - - [2026-08-03 03:47:14] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005980 10.0.0.249 - - [2026-08-03 03:47:14] "POST /neutron/network HTTP/1.1" 200 926 0.009234 10.0.0.249 - - [2026-08-03 03:47:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004426 10.0.0.249 - - [2026-08-03 03:47:17] "GET /virtual-network/6f0d5ccb-b81c-4f67-a09e-10c1d9d99313?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2204 0.006382 10.0.0.249 - - [2026-08-03 03:47:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.004945 10.0.0.249 - - [2026-08-03 03:47:22] "GET /virtual-network/6f0d5ccb-b81c-4f67-a09e-10c1d9d99313?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2204 0.007550 10.0.0.249 - - [2026-08-03 03:47:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004459 10.0.0.249 - - [2026-08-03 03:47:26] "GET /virtual-network/6f0d5ccb-b81c-4f67-a09e-10c1d9d99313?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2204 0.006881 10.0.0.249 - - [2026-08-03 03:47:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004474 10.0.0.249 - - [2026-08-03 03:47:28] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.006413 10.0.0.249 - - [2026-08-03 03:47:28] "GET /virtual-networks?parent_id=bde2de8b-a18f-4ede-aa9d-ab43466dd7ed&detail=False&count=False&shared=False HTTP/1.1" 200 414 0.004453 10.0.0.249 - - [2026-08-03 03:47:28] "GET /virtual-network/6f0d5ccb-b81c-4f67-a09e-10c1d9d99313?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2204 0.007421 10.0.0.249 - - [2026-08-03 03:47:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.005127 10.0.0.249 - - [2026-08-03 03:47:28] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005014 10.0.0.249 - - [2026-08-03 03:47:28] "GET /virtual-networks?parent_id=bde2de8b-a18f-4ede-aa9d-ab43466dd7ed&detail=False&count=False&shared=False HTTP/1.1" 200 414 0.003974 10.0.0.249 - - [2026-08-03 03:47:28] "GET /virtual-network/6f0d5ccb-b81c-4f67-a09e-10c1d9d99313?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2204 0.008772 10.0.0.249 - - [2026-08-03 03:47:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004560 10.0.0.249 - - [2026-08-03 03:47:28] "GET /routing-instance/a1d6e447-35dc-47b4-ac2c-cfb869f88808?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1664 0.005767 10.0.0.249 - - [2026-08-03 03:47:28] "GET /route-target/a412f9f8-1209-40df-a31b-b84ab02f030d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.005718 10.0.0.249 - - [2026-08-03 03:47:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004333 10.0.0.249 - - [2026-08-03 03:47:28] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005927 10.0.0.249 - - [2026-08-03 03:47:28] "GET /virtual-networks?parent_id=bde2de8b-a18f-4ede-aa9d-ab43466dd7ed&detail=False&count=False&shared=False HTTP/1.1" 200 414 0.003677 10.0.0.249 - - [2026-08-03 03:47:29] "GET /virtual-network/6f0d5ccb-b81c-4f67-a09e-10c1d9d99313?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2204 0.007452 10.0.0.249 - - [2026-08-03 03:47:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.004218 10.0.0.249 - - [2026-08-03 03:47:29] "GET /routing-instance/a1d6e447-35dc-47b4-ac2c-cfb869f88808?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1664 0.006220 10.0.0.249 - - [2026-08-03 03:47:29] "GET /route-target/a412f9f8-1209-40df-a31b-b84ab02f030d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.005354 10.0.0.249 - - [2026-08-03 03:47:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.004302 10.0.0.249 - - [2026-08-03 03:47:29] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005493 10.0.0.249 - - [2026-08-03 03:47:29] "GET /virtual-networks?parent_id=bde2de8b-a18f-4ede-aa9d-ab43466dd7ed&detail=False&count=False&shared=False HTTP/1.1" 200 414 0.004415 10.0.0.249 - - [2026-08-03 03:47:29] "GET /virtual-network/6f0d5ccb-b81c-4f67-a09e-10c1d9d99313?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2204 0.008315 10.0.0.249 - - [2026-08-03 03:47:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.004650 10.0.0.249 - - [2026-08-03 03:47:29] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.006007 10.0.0.249 - - [2026-08-03 03:47:29] "GET /virtual-networks?parent_id=bde2de8b-a18f-4ede-aa9d-ab43466dd7ed&detail=False&count=False&shared=False HTTP/1.1" 200 414 0.004399 10.0.0.249 - - [2026-08-03 03:47:29] "GET /virtual-network/6f0d5ccb-b81c-4f67-a09e-10c1d9d99313?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2204 0.008272 10.0.0.161 - - [2026-08-03 03:47:29] "GET /obj-perms HTTP/1.1" 200 4525 0.046462 10.0.0.249 - - [2026-08-03 03:47:29] "GET /obj-perms HTTP/1.1" 200 4525 0.052483 10.0.0.249 - - [2026-08-03 03:47:29] "GET /obj-perms HTTP/1.1" 200 4525 0.005146 10.0.0.249 - - [2026-08-03 03:47:29] "GET /obj-perms HTTP/1.1" 200 4525 0.005556 10.0.0.50 - - [2026-08-03 03:47:30] "GET /obj-perms HTTP/1.1" 200 4525 0.044802 10.0.0.161 - - [2026-08-03 03:47:30] "GET /obj-perms HTTP/1.1" 200 4525 0.004969 10.0.0.249 - - [2026-08-03 03:47:30] "GET /virtual-machine/ff4861a2-32b9-4e7d-81d6-4eda7deee3d4 HTTP/1.1" 200 1315 0.006535 10.0.0.249 - - [2026-08-03 03:47:30] "GET /virtual-machine-interface/95830f40-be60-4b8a-b0cc-1be7d3be1127 HTTP/1.1" 200 3198 0.007298 10.0.0.249 - - [2026-08-03 03:47:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004904 10.0.0.249 - - [2026-08-03 03:47:30] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.007706 10.0.0.249 - - [2026-08-03 03:47:30] "GET /virtual-networks?parent_id=bde2de8b-a18f-4ede-aa9d-ab43466dd7ed&detail=False&count=False&shared=False HTTP/1.1" 200 414 0.004655 10.0.0.249 - - [2026-08-03 03:47:30] "GET /virtual-network/6f0d5ccb-b81c-4f67-a09e-10c1d9d99313?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2204 0.008182 10.0.0.249 - - [2026-08-03 03:47:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.004580 10.0.0.249 - - [2026-08-03 03:47:31] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004479 10.0.0.249 - - [2026-08-03 03:47:31] "GET /virtual-networks?parent_id=bde2de8b-a18f-4ede-aa9d-ab43466dd7ed&detail=False&count=False&shared=False HTTP/1.1" 200 414 0.004089 10.0.0.249 - - [2026-08-03 03:47:31] "GET /virtual-network/6f0d5ccb-b81c-4f67-a09e-10c1d9d99313?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2204 0.007855 10.0.0.249 - - [2026-08-03 03:47:33] "POST /neutron/port HTTP/1.1" 200 1144 0.022833 10.0.0.249 - - [2026-08-03 03:47:34] "POST /neutron/security_group HTTP/1.1" 200 1415 0.008106 10.0.0.249 - - [2026-08-03 03:47:41] "POST /neutron/port HTTP/1.1" 200 1144 0.023381 10.0.0.249 - - [2026-08-03 03:47:42] "POST /neutron/security_group HTTP/1.1" 200 1415 0.010844 10.0.0.249 - - [2026-08-03 03:47:42] "POST /neutron/port HTTP/1.1" 200 1144 0.023123 10.0.0.249 - - [2026-08-03 03:47:42] "GET /virtual-machine/97b2cfcf-1616-400b-bf0e-43eaac4536aa HTTP/1.1" 200 1316 0.007706 10.0.0.249 - - [2026-08-03 03:47:42] "GET /virtual-machine/97b2cfcf-1616-400b-bf0e-43eaac4536aa HTTP/1.1" 200 1316 0.005137 10.0.0.249 - - [2026-08-03 03:47:42] "GET /virtual-machine-interface/6b457552-d3a4-4332-af17-f27212269359 HTTP/1.1" 200 3197 0.007043 10.0.0.249 - - [2026-08-03 03:47:42] "GET /virtual-machine/97b2cfcf-1616-400b-bf0e-43eaac4536aa HTTP/1.1" 200 1316 0.005122 10.0.0.249 - - [2026-08-03 03:47:42] "GET /virtual-machine-interface/6b457552-d3a4-4332-af17-f27212269359 HTTP/1.1" 200 3197 0.007016 10.0.0.249 - - [2026-08-03 03:47:42] "GET /instance-ip/474184d2-8fdf-41d4-b631-7d8cc9bc7923 HTTP/1.1" 200 1705 0.009056 10.0.0.249 - - [2026-08-03 03:47:42] "GET /virtual-machine/97b2cfcf-1616-400b-bf0e-43eaac4536aa HTTP/1.1" 200 1316 0.006160 10.0.0.249 - - [2026-08-03 03:47:42] "GET /virtual-machine-interface/6b457552-d3a4-4332-af17-f27212269359 HTTP/1.1" 200 3197 0.008623 10.0.0.249 - - [2026-08-03 03:47:42] "GET /instance-ip/474184d2-8fdf-41d4-b631-7d8cc9bc7923 HTTP/1.1" 200 1705 0.006082 10.0.0.249 - - [2026-08-03 03:47:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004836 10.0.0.249 - - [2026-08-03 03:47:42] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005088 10.0.0.249 - - [2026-08-03 03:47:42] "GET /virtual-networks?parent_id=bde2de8b-a18f-4ede-aa9d-ab43466dd7ed&detail=False&count=False&shared=False HTTP/1.1" 200 414 0.004055 10.0.0.249 - - [2026-08-03 03:47:42] "GET /virtual-network/6f0d5ccb-b81c-4f67-a09e-10c1d9d99313?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2204 0.007622 10.0.0.249 - - [2026-08-03 03:47:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004335 10.0.0.249 - - [2026-08-03 03:47:42] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005380 10.0.0.249 - - [2026-08-03 03:47:42] "GET /virtual-networks?parent_id=bde2de8b-a18f-4ede-aa9d-ab43466dd7ed&detail=False&count=False&shared=False HTTP/1.1" 200 414 0.004289 10.0.0.249 - - [2026-08-03 03:47:42] "GET /virtual-network/6f0d5ccb-b81c-4f67-a09e-10c1d9d99313?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2204 0.007684 10.0.0.249 - - [2026-08-03 03:47:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004889 10.0.0.249 - - [2026-08-03 03:47:42] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004668 10.0.0.249 - - [2026-08-03 03:47:42] "GET /virtual-networks?parent_id=bde2de8b-a18f-4ede-aa9d-ab43466dd7ed&detail=False&count=False&shared=False HTTP/1.1" 200 414 0.004271 10.0.0.249 - - [2026-08-03 03:47:42] "GET /virtual-network/6f0d5ccb-b81c-4f67-a09e-10c1d9d99313?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2204 0.007524 10.0.0.249 - - [2026-08-03 03:47:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003967 10.0.0.249 - - [2026-08-03 03:47:42] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005865 10.0.0.249 - - [2026-08-03 03:47:42] "GET /virtual-networks?parent_id=bde2de8b-a18f-4ede-aa9d-ab43466dd7ed&detail=False&count=False&shared=False HTTP/1.1" 200 414 0.003978 10.0.0.249 - - [2026-08-03 03:47:43] "GET /virtual-network/6f0d5ccb-b81c-4f67-a09e-10c1d9d99313?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2204 0.008162 10.0.0.249 - - [2026-08-03 03:47:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.004179 10.0.0.249 - - [2026-08-03 03:47:43] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005650 10.0.0.249 - - [2026-08-03 03:47:43] "GET /virtual-networks?parent_id=bde2de8b-a18f-4ede-aa9d-ab43466dd7ed&detail=False&count=False&shared=False HTTP/1.1" 200 414 0.004099 10.0.0.249 - - [2026-08-03 03:47:43] "GET /virtual-network/6f0d5ccb-b81c-4f67-a09e-10c1d9d99313?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2204 0.007098 10.0.0.249 - - [2026-08-03 03:47:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.004581 10.0.0.249 - - [2026-08-03 03:47:43] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005320 10.0.0.249 - - [2026-08-03 03:47:43] "GET /virtual-networks?parent_id=bde2de8b-a18f-4ede-aa9d-ab43466dd7ed&detail=False&count=False&shared=False HTTP/1.1" 200 414 0.004768 10.0.0.249 - - [2026-08-03 03:47:43] "GET /virtual-network/6f0d5ccb-b81c-4f67-a09e-10c1d9d99313?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2204 0.007676 10.0.0.249 - - [2026-08-03 03:47:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.004554 10.0.0.249 - - [2026-08-03 03:47:43] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005397 10.0.0.249 - - [2026-08-03 03:47:43] "GET /virtual-networks?parent_id=bde2de8b-a18f-4ede-aa9d-ab43466dd7ed&detail=False&count=False&shared=False HTTP/1.1" 200 414 0.004251 10.0.0.249 - - [2026-08-03 03:47:43] "GET /virtual-network/6f0d5ccb-b81c-4f67-a09e-10c1d9d99313?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2204 0.008089 10.0.0.249 - - [2026-08-03 03:47:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.005772 10.0.0.249 - - [2026-08-03 03:47:44] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004666 10.0.0.249 - - [2026-08-03 03:47:44] "GET /virtual-networks?parent_id=bde2de8b-a18f-4ede-aa9d-ab43466dd7ed&detail=False&count=False&shared=False HTTP/1.1" 200 414 0.003577 10.0.0.249 - - [2026-08-03 03:47:44] "GET /virtual-network/6f0d5ccb-b81c-4f67-a09e-10c1d9d99313?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2204 0.007889 10.0.0.249 - - [2026-08-03 03:47:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004015 10.0.0.249 - - [2026-08-03 03:47:44] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004460 10.0.0.249 - - [2026-08-03 03:47:44] "GET /virtual-networks?parent_id=bde2de8b-a18f-4ede-aa9d-ab43466dd7ed&detail=False&count=False&shared=False HTTP/1.1" 200 414 0.003502 10.0.0.249 - - [2026-08-03 03:47:44] "GET /virtual-network/6f0d5ccb-b81c-4f67-a09e-10c1d9d99313?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2204 0.007307 10.0.0.249 - - [2026-08-03 03:47:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004535 10.0.0.249 - - [2026-08-03 03:47:45] "GET /routing-instance/a1d6e447-35dc-47b4-ac2c-cfb869f88808?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1664 0.005859 10.0.0.249 - - [2026-08-03 03:47:45] "GET /route-target/a412f9f8-1209-40df-a31b-b84ab02f030d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.005290 10.0.0.249 - - [2026-08-03 03:47:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004683 10.0.0.249 - - [2026-08-03 03:47:45] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005124 10.0.0.249 - - [2026-08-03 03:47:45] "GET /virtual-networks?parent_id=bde2de8b-a18f-4ede-aa9d-ab43466dd7ed&detail=False&count=False&shared=False HTTP/1.1" 200 414 0.005460 10.0.0.249 - - [2026-08-03 03:47:45] "GET /virtual-network/6f0d5ccb-b81c-4f67-a09e-10c1d9d99313?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2204 0.009287 10.0.0.249 - - [2026-08-03 03:47:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004348 10.0.0.249 - - [2026-08-03 03:47:45] "GET /routing-instance/a1d6e447-35dc-47b4-ac2c-cfb869f88808?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1664 0.005836 10.0.0.249 - - [2026-08-03 03:47:45] "GET /route-target/a412f9f8-1209-40df-a31b-b84ab02f030d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.004976 10.0.0.249 - - [2026-08-03 03:47:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004268 10.0.0.249 - - [2026-08-03 03:47:45] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.006488 10.0.0.249 - - [2026-08-03 03:47:45] "GET /virtual-networks?parent_id=bde2de8b-a18f-4ede-aa9d-ab43466dd7ed&detail=False&count=False&shared=False HTTP/1.1" 200 414 0.004988 10.0.0.249 - - [2026-08-03 03:47:45] "GET /virtual-network/6f0d5ccb-b81c-4f67-a09e-10c1d9d99313?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2204 0.008586 10.0.0.249 - - [2026-08-03 03:47:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004672 10.0.0.249 - - [2026-08-03 03:47:45] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005441 10.0.0.249 - - [2026-08-03 03:47:45] "GET /virtual-networks?parent_id=bde2de8b-a18f-4ede-aa9d-ab43466dd7ed&detail=False&count=False&shared=False HTTP/1.1" 200 414 0.004455 10.0.0.249 - - [2026-08-03 03:47:45] "GET /virtual-network/6f0d5ccb-b81c-4f67-a09e-10c1d9d99313?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2204 0.007467 10.0.0.249 - - [2026-08-03 03:47:45] "GET /obj-perms HTTP/1.1" 200 4525 0.005494 10.0.0.249 - - [2026-08-03 03:47:45] "GET /obj-perms HTTP/1.1" 200 4525 0.004681 10.0.0.161 - - [2026-08-03 03:47:45] "GET /obj-perms HTTP/1.1" 200 4525 0.005678 10.0.0.249 - - [2026-08-03 03:47:46] "GET /obj-perms HTTP/1.1" 200 4525 0.005278 10.0.0.50 - - [2026-08-03 03:47:46] "GET /obj-perms HTTP/1.1" 200 4525 0.005237 10.0.0.249 - - [2026-08-03 03:47:46] "GET /virtual-machine/97b2cfcf-1616-400b-bf0e-43eaac4536aa HTTP/1.1" 200 1316 0.005817 10.0.0.249 - - [2026-08-03 03:47:46] "GET /virtual-machine-interface/6b457552-d3a4-4332-af17-f27212269359 HTTP/1.1" 200 3197 0.007527 10.0.0.249 - - [2026-08-03 03:47:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004722 10.0.0.249 - - [2026-08-03 03:47:46] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005289 10.0.0.249 - - [2026-08-03 03:47:46] "GET /virtual-networks?parent_id=bde2de8b-a18f-4ede-aa9d-ab43466dd7ed&detail=False&count=False&shared=False HTTP/1.1" 200 414 0.005367 10.0.0.249 - - [2026-08-03 03:47:46] "GET /virtual-network/6f0d5ccb-b81c-4f67-a09e-10c1d9d99313?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2204 0.007166 10.0.0.249 - - [2026-08-03 03:47:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004897 10.0.0.249 - - [2026-08-03 03:47:47] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005095 10.0.0.249 - - [2026-08-03 03:47:47] "GET /virtual-networks?parent_id=bde2de8b-a18f-4ede-aa9d-ab43466dd7ed&detail=False&count=False&shared=False HTTP/1.1" 200 414 0.004118 10.0.0.249 - - [2026-08-03 03:47:47] "GET /virtual-network/6f0d5ccb-b81c-4f67-a09e-10c1d9d99313?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2204 0.007927 10.0.0.249 - - [2026-08-03 03:47:47] "GET /virtual-machine/ff4861a2-32b9-4e7d-81d6-4eda7deee3d4 HTTP/1.1" 200 1315 0.005329 10.0.0.249 - - [2026-08-03 03:47:47] "GET /virtual-machine-interface/95830f40-be60-4b8a-b0cc-1be7d3be1127 HTTP/1.1" 200 3198 0.007303 10.0.0.249 - - [2026-08-03 03:47:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004327 10.0.0.249 - - [2026-08-03 03:47:47] "GET /security-group/8dbae9fa-ba07-45b8-a4a1-80d4a80b3bcc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2696 0.005375 10.0.0.249 - - [2026-08-03 03:47:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004498 10.0.0.249 - - [2026-08-03 03:47:47] "GET /security-group/8dbae9fa-ba07-45b8-a4a1-80d4a80b3bcc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2696 0.006382 10.0.0.249 - - [2026-08-03 03:47:47] "POST /neutron/security_group HTTP/1.1" 200 1415 0.009902 10.0.0.249 - - [2026-08-03 03:47:47] "POST /neutron/port HTTP/1.1" 200 1134 0.018137 10.0.0.249 - - [2026-08-03 03:47:47] "GET /virtual-machine/ff4861a2-32b9-4e7d-81d6-4eda7deee3d4 HTTP/1.1" 200 1315 0.006027 10.0.0.249 - - [2026-08-03 03:47:47] "GET /virtual-machine-interface/95830f40-be60-4b8a-b0cc-1be7d3be1127 HTTP/1.1" 200 3146 0.012043 10.0.0.249 - - [2026-08-03 03:47:48] "POST /neutron/port HTTP/1.1" 200 1106 0.023636 10.0.0.249 - - [2026-08-03 03:47:48] "POST /neutron/port HTTP/1.1" 200 1134 0.100190 10.0.0.249 - - [2026-08-03 03:47:48] "GET /virtual-machine/ff4861a2-32b9-4e7d-81d6-4eda7deee3d4 HTTP/1.1" 200 1315 0.006051 10.0.0.249 - - [2026-08-03 03:47:48] "GET /virtual-machine-interface/95830f40-be60-4b8a-b0cc-1be7d3be1127 HTTP/1.1" 200 3198 0.007431 10.0.0.249 - - [2026-08-03 03:47:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004269 10.0.0.249 - - [2026-08-03 03:47:48] "GET /security-group/8dbae9fa-ba07-45b8-a4a1-80d4a80b3bcc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2696 0.004812 10.0.0.249 - - [2026-08-03 03:47:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004920 10.0.0.249 - - [2026-08-03 03:47:48] "GET /security-group/8dbae9fa-ba07-45b8-a4a1-80d4a80b3bcc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2696 0.007169 10.0.0.249 - - [2026-08-03 03:48:09] "POST /neutron/port HTTP/1.1" 200 1144 0.046894 10.0.0.249 - - [2026-08-03 03:48:10] "POST /neutron/subnet HTTP/1.1" 200 694 0.012276 10.0.0.249 - - [2026-08-03 03:48:15] "POST /neutron/port HTTP/1.1" 200 1144 0.023119 10.0.0.249 - - [2026-08-03 03:48:16] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005225 10.0.0.249 - - [2026-08-03 03:48:16] "POST /neutron/network HTTP/1.1" 200 926 0.008945 10.0.0.50 - - [2026-08-03 03:48:18] "GET /global-system-configs HTTP/1.1" 401 293 0.000579 10.0.0.50 - - [2026-08-03 03:48:18] "GET /global-system-configs HTTP/1.1" 401 293 0.000455 10.0.0.50 - - [2026-08-03 03:48:19] "GET /global-system-configs HTTP/1.1" 401 293 0.000512 10.0.0.50 - - [2026-08-03 03:48:19] "GET /global-system-configs HTTP/1.1" 401 293 0.000464 10.0.0.161 - - [2026-08-03 03:48:19] "GET /global-system-configs HTTP/1.1" 401 293 0.000512 10.0.0.161 - - [2026-08-03 03:48:19] "GET /global-system-configs HTTP/1.1" 401 293 0.000513 10.0.0.161 - - [2026-08-03 03:48:21] "GET /global-system-configs HTTP/1.1" 401 293 0.000638 10.0.0.161 - - [2026-08-03 03:48:21] "GET /global-system-configs HTTP/1.1" 401 293 0.000642 10.0.0.249 - - [2026-08-03 03:48:21] "GET /global-system-configs HTTP/1.1" 401 293 0.000660 10.0.0.249 - - [2026-08-03 03:48:21] "GET /global-system-configs HTTP/1.1" 401 293 0.000607 10.0.0.249 - - [2026-08-03 03:48:22] "GET /global-system-configs HTTP/1.1" 401 293 0.000463 10.0.0.249 - - [2026-08-03 03:48:22] "GET /global-system-configs HTTP/1.1" 401 293 0.000468 10.0.0.249 - - [2026-08-03 03:48:48] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.153093 10.0.0.249 - - [2026-08-03 03:48:48] "POST /neutron/security_group_rule HTTP/1.1" 200 581 0.154805 10.0.0.50 - - [2026-08-03 03:48:49] "PUT /access-control-list/7e6f3d68-31dc-45c7-976a-a6d4c126ba18 HTTP/1.1" 200 273 0.030411 10.0.0.249 - - [2026-08-03 03:48:51] "POST /neutron/security_group HTTP/1.1" 200 151 0.226923 10.0.0.249 - - [2026-08-03 03:48:51] "POST /fqname-to-id HTTP/1.1" 404 245 0.004673 10.0.0.249 - - [2026-08-03 03:48:51] "GET /virtual-machine/ff4861a2-32b9-4e7d-81d6-4eda7deee3d4 HTTP/1.1" 200 1315 0.013003 10.0.0.249 - - [2026-08-03 03:48:51] "GET /virtual-machine-interface/95830f40-be60-4b8a-b0cc-1be7d3be1127 HTTP/1.1" 200 2911 0.013605 10.0.0.249 - - [2026-08-03 03:48:51] "GET /virtual-machine/97b2cfcf-1616-400b-bf0e-43eaac4536aa HTTP/1.1" 200 1316 0.006967 10.0.0.249 - - [2026-08-03 03:48:51] "GET /virtual-machine-interface/6b457552-d3a4-4332-af17-f27212269359 HTTP/1.1" 200 2910 0.021597 10.0.0.249 - - [2026-08-03 03:48:51] "GET /virtual-machine/97b2cfcf-1616-400b-bf0e-43eaac4536aa HTTP/1.1" 200 1316 0.005870 10.0.0.249 - - [2026-08-03 03:48:54] "GET /virtual-machine/97b2cfcf-1616-400b-bf0e-43eaac4536aa HTTP/1.1" 200 1316 0.004975 10.0.0.249 - - [2026-08-03 03:48:54] "POST /neutron/port HTTP/1.1" 200 1106 0.028754 10.0.0.249 - - [2026-08-03 03:48:56] "GET /virtual-machine/97b2cfcf-1616-400b-bf0e-43eaac4536aa HTTP/1.1" 404 171 0.005443 10.0.0.249 - - [2026-08-03 03:48:56] "GET /virtual-machine/97b2cfcf-1616-400b-bf0e-43eaac4536aa HTTP/1.1" 404 171 0.003971 10.0.0.249 - - [2026-08-03 03:48:56] "GET /virtual-machine/97b2cfcf-1616-400b-bf0e-43eaac4536aa HTTP/1.1" 404 171 0.004239 10.0.0.249 - - [2026-08-03 03:48:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.006636 10.0.0.249 - - [2026-08-03 03:48:56] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.006840 10.0.0.249 - - [2026-08-03 03:48:56] "GET /virtual-networks?parent_id=bde2de8b-a18f-4ede-aa9d-ab43466dd7ed&detail=False&count=False&shared=False HTTP/1.1" 200 414 0.005068 10.0.0.249 - - [2026-08-03 03:48:56] "GET /virtual-network/6f0d5ccb-b81c-4f67-a09e-10c1d9d99313?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2204 0.007646 10.0.0.249 - - [2026-08-03 03:48:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004692 10.0.0.249 - - [2026-08-03 03:48:56] "GET /routing-instance/a1d6e447-35dc-47b4-ac2c-cfb869f88808?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1664 0.006181 10.0.0.249 - - [2026-08-03 03:48:56] "GET /route-target/a412f9f8-1209-40df-a31b-b84ab02f030d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.006387 10.0.0.249 - - [2026-08-03 03:48:59] "GET /obj-perms HTTP/1.1" 200 4525 0.005876 10.0.0.50 - - [2026-08-03 03:49:02] "GET /obj-perms HTTP/1.1" 200 4525 0.005966 10.0.0.249 - - [2026-08-03 03:49:05] "GET /obj-perms HTTP/1.1" 200 4525 0.004928 10.0.0.161 - - [2026-08-03 03:49:06] "GET /obj-perms HTTP/1.1" 200 4525 0.004840 10.0.0.249 - - [2026-08-03 03:49:06] "POST /neutron/security_group HTTP/1.1" 200 117 0.009732 10.0.0.249 - - [2026-08-03 03:49:06] "GET /virtual-machine/ff4861a2-32b9-4e7d-81d6-4eda7deee3d4 HTTP/1.1" 200 1315 0.005965 10.0.0.249 - - [2026-08-03 03:49:08] "GET /virtual-machine/ff4861a2-32b9-4e7d-81d6-4eda7deee3d4 HTTP/1.1" 200 1315 0.005217 10.0.0.249 - - [2026-08-03 03:49:08] "POST /neutron/port HTTP/1.1" 200 1096 0.018352 10.0.0.249 - - [2026-08-03 03:49:10] "GET /virtual-machine/ff4861a2-32b9-4e7d-81d6-4eda7deee3d4 HTTP/1.1" 404 171 0.004164 10.0.0.249 - - [2026-08-03 03:49:10] "GET /virtual-machine/ff4861a2-32b9-4e7d-81d6-4eda7deee3d4 HTTP/1.1" 404 171 0.005415 10.0.0.249 - - [2026-08-03 03:49:10] "GET /virtual-machine/ff4861a2-32b9-4e7d-81d6-4eda7deee3d4 HTTP/1.1" 404 171 0.003996 10.0.0.249 - - [2026-08-03 03:49:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004906 10.0.0.249 - - [2026-08-03 03:49:10] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005870 10.0.0.249 - - [2026-08-03 03:49:10] "GET /virtual-networks?parent_id=bde2de8b-a18f-4ede-aa9d-ab43466dd7ed&detail=False&count=False&shared=False HTTP/1.1" 200 414 0.004299 10.0.0.249 - - [2026-08-03 03:49:10] "GET /virtual-network/6f0d5ccb-b81c-4f67-a09e-10c1d9d99313?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2204 0.008490 10.0.0.249 - - [2026-08-03 03:49:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004919 10.0.0.249 - - [2026-08-03 03:49:10] "GET /routing-instance/a1d6e447-35dc-47b4-ac2c-cfb869f88808?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1664 0.007104 10.0.0.249 - - [2026-08-03 03:49:10] "GET /route-target/a412f9f8-1209-40df-a31b-b84ab02f030d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.008396 10.0.0.249 - - [2026-08-03 03:49:10] "GET /obj-perms HTTP/1.1" 200 4525 0.006119 10.0.0.249 - - [2026-08-03 03:49:14] "POST /neutron/port HTTP/1.1" 200 117 0.009476 10.0.0.249 - - [2026-08-03 03:49:16] "GET /obj-perms HTTP/1.1" 200 4525 0.009578 10.0.0.50 - - [2026-08-03 03:49:18] "GET /obj-perms HTTP/1.1" 200 4509 0.052934 10.0.0.249 - - [2026-08-03 03:49:20] "GET /obj-perms HTTP/1.1" 200 4525 0.005211 10.0.0.249 - - [2026-08-03 03:49:26] "GET /obj-perms HTTP/1.1" 200 4525 0.005291 10.0.0.249 - - [2026-08-03 03:49:29] "GET /obj-perms HTTP/1.1" 200 4525 0.004732 10.0.0.249 - - [2026-08-03 03:49:35] "GET /obj-perms HTTP/1.1" 200 4525 0.006055 10.0.0.249 - - [2026-08-03 03:49:38] "GET /obj-perms HTTP/1.1" 200 4525 0.006788 10.0.0.249 - - [2026-08-03 03:49:38] "POST /neutron/network HTTP/1.1" 200 926 0.009062 10.0.0.50 - - [2026-08-03 03:49:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004949 10.0.0.161 - - [2026-08-03 03:49:40] "GET /projects?obj_uuids=bde2de8b-a18f-4ede-aa9d-ab43466dd7ed&detail=False&count=False&shared=False HTTP/1.1" 200 371 0.001881 10.0.0.249 - - [2026-08-03 03:49:40] "GET /project/bde2de8b-a18f-4ede-aa9d-ab43466dd7ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1450 0.064654 10.0.0.161 - - [2026-08-03 03:49:40] "GET /projects?obj_uuids=bde2de8b-a18f-4ede-aa9d-ab43466dd7ed&detail=False&count=False&shared=False HTTP/1.1" 200 371 0.001365 10.0.0.249 - - [2026-08-03 03:49:40] "GET /project/bde2de8b-a18f-4ede-aa9d-ab43466dd7ed?fields=virtual_networks HTTP/1.1" 200 1076 0.074151 10.0.0.161 - - [2026-08-03 03:49:40] "GET /projects?obj_uuids=bde2de8b-a18f-4ede-aa9d-ab43466dd7ed&detail=False&count=False&shared=False HTTP/1.1" 200 371 0.001289 10.0.0.249 - - [2026-08-03 03:49:40] "GET /project/bde2de8b-a18f-4ede-aa9d-ab43466dd7ed?fields=virtual_machine_interfaces HTTP/1.1" 200 1076 0.070737 10.0.0.161 - - [2026-08-03 03:49:40] "GET /projects?obj_uuids=bde2de8b-a18f-4ede-aa9d-ab43466dd7ed&detail=False&count=False&shared=False HTTP/1.1" 200 371 0.001341 10.0.0.249 - - [2026-08-03 03:49:40] "GET /project/bde2de8b-a18f-4ede-aa9d-ab43466dd7ed?fields=security_groups HTTP/1.1" 200 1324 0.079228 10.0.0.249 - - [2026-08-03 03:49:41] "POST /fqname-to-id HTTP/1.1" 404 186 0.059780 10.0.0.161 - - [2026-08-03 03:49:41] "GET /projects?obj_uuids=961789d9-0ca5-449b-819c-8841dae14b2c&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004651 10.0.0.161 - - [2026-08-03 03:49:42] "GET /domains?obj_uuids=724de60e-9f87-4d23-867c-6bd9a9880f5b&detail=False&count=False&shared=False HTTP/1.1" 200 316 0.001371 10.0.0.161 - - [2026-08-03 03:49:42] "GET /domain/724de60e-9f87-4d23-867c-6bd9a9880f5b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.009728 10.0.0.161 - - [2026-08-03 03:49:42] "POST /id-to-fqname HTTP/1.1" 200 188 0.004457 10.0.0.161 - - [2026-08-03 03:49:42] "POST /fqname-to-id HTTP/1.1" 404 197 0.010884 10.0.0.161 - - [2026-08-03 03:49:42] "POST /security-groups HTTP/1.1" 200 591 0.044230 10.0.0.161 - - [2026-08-03 03:49:42] "POST /projects HTTP/1.1" 200 583 0.323393 10.0.0.50 - - [2026-08-03 03:49:42] "POST /access-control-lists HTTP/1.1" 200 596 0.040789 10.0.0.161 - - [2026-08-03 03:49:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.422832 10.0.0.249 - - [2026-08-03 03:49:42] "GET /project/961789d9-0ca5-449b-819c-8841dae14b2c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1357 0.623914 10.0.0.249 - - [2026-08-03 03:49:43] "GET / HTTP/1.1" 200 36215 0.002467 10.0.0.249 - - [2026-08-03 03:49:45] "POST /fqname-to-id HTTP/1.1" 401 293 0.000616 10.0.0.249 - - [2026-08-03 03:49:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.063263 10.0.0.161 - - [2026-08-03 03:49:46] "GET /projects?obj_uuids=961789d9-0ca5-449b-819c-8841dae14b2c&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001352 10.0.0.249 - - [2026-08-03 03:49:46] "GET /project/961789d9-0ca5-449b-819c-8841dae14b2c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1357 0.065161 10.0.0.161 - - [2026-08-03 03:49:46] "GET /projects?obj_uuids=961789d9-0ca5-449b-819c-8841dae14b2c&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001955 10.0.0.249 - - [2026-08-03 03:49:46] "POST /neutron/network HTTP/1.1" 200 615 0.199703 10.0.0.50 - - [2026-08-03 03:49:46] "POST /route-targets HTTP/1.1" 200 328 0.021636 10.0.0.249 - - [2026-08-03 03:49:46] "POST /id-to-fqname HTTP/1.1" 200 224 0.004354 10.0.0.249 - - [2026-08-03 03:49:46] "GET /virtual-network/84f1f9a2-4315-4eea-a6ae-2d2bad69b5ae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.009213 10.0.0.249 - - [2026-08-03 03:49:46] "POST /neutron/network HTTP/1.1" 200 833 0.009485 10.0.0.249 - - [2026-08-03 03:49:46] "GET /virtual-network/84f1f9a2-4315-4eea-a6ae-2d2bad69b5ae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.006931 10.0.0.249 - - [2026-08-03 03:49:47] "POST /id-to-fqname HTTP/1.1" 200 224 0.003202 10.0.0.249 - - [2026-08-03 03:49:47] "POST /neutron/network HTTP/1.1" 200 843 0.008847 10.0.0.161 - - [2026-08-03 03:49:47] "GET /projects?obj_uuids=961789d9-0ca5-449b-819c-8841dae14b2c&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001943 10.0.0.249 - - [2026-08-03 03:49:47] "GET /project/961789d9-0ca5-449b-819c-8841dae14b2c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1357 0.116708 10.0.0.249 - - [2026-08-03 03:49:47] "POST /neutron/port HTTP/1.1" 200 117 0.009142 10.0.0.161 - - [2026-08-03 03:49:51] "GET /projects?obj_uuids=961789d9-0ca5-449b-819c-8841dae14b2c&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001513 10.0.0.249 - - [2026-08-03 03:49:52] "POST /neutron/port HTTP/1.1" 200 1057 0.450392 10.0.0.249 - - [2026-08-03 03:49:52] "POST /neutron/port HTTP/1.1" 200 1111 0.145821 10.0.0.249 - - [2026-08-03 03:49:53] "POST /neutron/port HTTP/1.1" 200 1121 0.022206 10.0.0.249 - - [2026-08-03 03:49:53] "POST /neutron/port HTTP/1.1" 200 117 0.001468 10.0.0.249 - - [2026-08-03 03:49:57] "POST /neutron/security_group HTTP/1.1" 200 2056 0.009448 10.0.0.249 - - [2026-08-03 03:50:08] "POST /neutron/port HTTP/1.1" 200 1121 0.024017 10.0.0.249 - - [2026-08-03 03:50:13] "POST /neutron/security_group HTTP/1.1" 200 2056 0.013708 10.0.0.50 - - [2026-08-03 03:50:17] "DELETE /access-control-list/321a0014-9f32-4170-a614-240528d91413 HTTP/1.1" 200 115 0.141480 10.0.0.249 - - [2026-08-03 03:50:18] "POST /neutron/security_group HTTP/1.1" 200 2056 0.009413 10.0.0.249 - - [2026-08-03 03:50:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004482 10.0.0.161 - - [2026-08-03 03:50:18] "GET /projects?obj_uuids=961789d9-0ca5-449b-819c-8841dae14b2c&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.029206 10.0.0.249 - - [2026-08-03 03:50:18] "GET /project/961789d9-0ca5-449b-819c-8841dae14b2c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1357 0.110284 10.0.0.249 - - [2026-08-03 03:50:18] "POST /neutron/network HTTP/1.1" 200 117 0.018060 10.0.0.161 - - [2026-08-03 03:50:19] "POST /useragent-kv HTTP/1.1" 200 115 0.013840 10.0.0.249 - - [2026-08-03 03:50:19] "POST /neutron/subnet HTTP/1.1" 200 715 0.260519 10.0.0.249 - - [2026-08-03 03:50:19] "POST /id-to-fqname HTTP/1.1" 200 223 0.001704 10.0.0.249 - - [2026-08-03 03:50:19] "GET /virtual-network/d91c15c9-e2a1-4261-aff9-0d6a75be0cfb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.008539 10.0.0.249 - - [2026-08-03 03:50:19] "GET /virtual-network/d91c15c9-e2a1-4261-aff9-0d6a75be0cfb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.007072 10.0.0.249 - - [2026-08-03 03:50:19] "POST /neutron/network HTTP/1.1" 200 830 0.007893 10.0.0.249 - - [2026-08-03 03:50:19] "POST /neutron/floatingip HTTP/1.1" 200 117 0.014298 10.0.0.249 - - [2026-08-03 03:50:19] "POST /neutron/network HTTP/1.1" 200 833 0.009116 10.0.0.249 - - [2026-08-03 03:50:19] "GET /obj-perms HTTP/1.1" 200 4509 0.502098 10.0.0.249 - - [2026-08-03 03:50:20] "GET /virtual-network/d91c15c9-e2a1-4261-aff9-0d6a75be0cfb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.009073 10.0.0.50 - - [2026-08-03 03:50:21] "GET /obj-perms HTTP/1.1" 200 4479 0.050818 10.0.0.161 - - [2026-08-03 03:50:21] "GET /obj-perms HTTP/1.1" 200 4479 0.045160 10.0.0.249 - - [2026-08-03 03:50:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004497 10.0.0.161 - - [2026-08-03 03:50:21] "GET /projects?obj_uuids=961789d9-0ca5-449b-819c-8841dae14b2c&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001107 10.0.0.249 - - [2026-08-03 03:50:21] "GET /project/961789d9-0ca5-449b-819c-8841dae14b2c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1357 0.067152 10.0.0.50 - - [2026-08-03 03:50:22] "POST /route-targets HTTP/1.1" 200 328 0.015403 10.0.0.161 - - [2026-08-03 03:50:22] "POST /useragent-kv HTTP/1.1" 200 115 0.017044 10.0.0.249 - - [2026-08-03 03:50:22] "POST /neutron/subnet HTTP/1.1" 200 714 0.255548 10.0.0.249 - - [2026-08-03 03:50:22] "POST /id-to-fqname HTTP/1.1" 200 223 0.001640 10.0.0.249 - - [2026-08-03 03:50:22] "GET /virtual-network/5b0c2b39-ef17-4d6a-984a-552c0d6b8d92?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005940 10.0.0.249 - - [2026-08-03 03:50:22] "GET /virtual-network/5b0c2b39-ef17-4d6a-984a-552c0d6b8d92?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.006219 10.0.0.249 - - [2026-08-03 03:50:22] "POST /neutron/network HTTP/1.1" 200 830 0.008070 10.0.0.249 - - [2026-08-03 03:50:22] "GET /virtual-network/5b0c2b39-ef17-4d6a-984a-552c0d6b8d92?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.007366 10.0.0.249 - - [2026-08-03 03:50:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004240 10.0.0.161 - - [2026-08-03 03:50:23] "GET /projects?obj_uuids=961789d9-0ca5-449b-819c-8841dae14b2c&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.000961 10.0.0.249 - - [2026-08-03 03:50:23] "GET /project/961789d9-0ca5-449b-819c-8841dae14b2c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1357 0.059506 10.0.0.161 - - [2026-08-03 03:50:23] "GET /projects?obj_uuids=961789d9-0ca5-449b-819c-8841dae14b2c&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001350 10.0.0.249 - - [2026-08-03 03:50:23] "POST /neutron/network HTTP/1.1" 200 615 0.171504 10.0.0.50 - - [2026-08-03 03:50:23] "POST /ref-update HTTP/1.1" 200 156 0.033868 10.0.0.249 - - [2026-08-03 03:50:23] "POST /id-to-fqname HTTP/1.1" 200 224 0.004370 10.0.0.249 - - [2026-08-03 03:50:23] "GET /virtual-network/e80db007-9efe-4a1b-9a9e-337f8543d602?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.007214 10.0.0.249 - - [2026-08-03 03:50:23] "POST /neutron/network HTTP/1.1" 200 833 0.008195 10.0.0.249 - - [2026-08-03 03:50:23] "GET /virtual-network/e80db007-9efe-4a1b-9a9e-337f8543d602?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005992 10.0.0.249 - - [2026-08-03 03:50:24] "GET /virtual-network/e80db007-9efe-4a1b-9a9e-337f8543d602?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.006605 10.0.0.249 - - [2026-08-03 03:50:24] "GET /obj-perms HTTP/1.1" 200 4479 0.047770 10.0.0.249 - - [2026-08-03 03:50:24] "POST /id-to-fqname HTTP/1.1" 200 223 0.001701 10.0.0.249 - - [2026-08-03 03:50:24] "POST /neutron/port HTTP/1.1" 200 1121 0.020041 10.0.0.249 - - [2026-08-03 03:50:24] "POST /neutron/network HTTP/1.1" 200 830 0.009346 10.0.0.249 - - [2026-08-03 03:50:25] "POST /neutron/port HTTP/1.1" 200 117 0.007667 10.0.0.249 - - [2026-08-03 03:50:25] "POST /id-to-fqname HTTP/1.1" 200 224 0.001556 10.0.0.249 - - [2026-08-03 03:50:25] "POST /neutron/network HTTP/1.1" 200 843 0.008789 10.0.0.249 - - [2026-08-03 03:50:25] "POST /neutron/security_group HTTP/1.1" 200 2056 0.010164 10.0.0.249 - - [2026-08-03 03:50:25] "POST /fqname-to-id HTTP/1.1" 404 193 0.005186 10.0.0.249 - - [2026-08-03 03:50:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004645 10.0.0.161 - - [2026-08-03 03:50:25] "GET /domains?obj_uuids=724de60e-9f87-4d23-867c-6bd9a9880f5b&detail=False&count=False&shared=False HTTP/1.1" 200 316 0.001208 10.0.0.249 - - [2026-08-03 03:50:25] "GET /domain/724de60e-9f87-4d23-867c-6bd9a9880f5b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.009470 10.0.0.249 - - [2026-08-03 03:50:25] "POST /service-templates HTTP/1.1" 200 545 0.055975 10.0.0.249 - - [2026-08-03 03:50:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004427 10.0.0.249 - - [2026-08-03 03:50:25] "GET /service-template/295e4ee3-51ba-4fe9-9262-93a096ac84af?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1818 0.007685 10.0.0.249 - - [2026-08-03 03:50:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003790 10.0.0.249 - - [2026-08-03 03:50:26] "GET /service-template/295e4ee3-51ba-4fe9-9262-93a096ac84af?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1818 0.006218 10.0.0.249 - - [2026-08-03 03:50:26] "POST /id-to-fqname HTTP/1.1" 200 223 0.001967 10.0.0.249 - - [2026-08-03 03:50:26] "POST /id-to-fqname HTTP/1.1" 200 223 0.001747 10.0.0.249 - - [2026-08-03 03:50:26] "POST /id-to-fqname HTTP/1.1" 200 224 0.001661 10.0.0.249 - - [2026-08-03 03:50:26] "POST /neutron/security_group HTTP/1.1" 200 2056 0.011192 10.0.0.249 - - [2026-08-03 03:50:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004556 10.0.0.249 - - [2026-08-03 03:50:26] "DELETE /service-template/295e4ee3-51ba-4fe9-9262-93a096ac84af HTTP/1.1" 200 115 0.038190 10.0.0.249 - - [2026-08-03 03:50:26] "POST /fqname-to-id HTTP/1.1" 404 193 0.005366 10.0.0.249 - - [2026-08-03 03:50:27] "POST /neutron/network HTTP/1.1" 200 830 0.007860 10.0.0.50 - - [2026-08-03 03:50:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004397 10.0.0.161 - - [2026-08-03 03:50:27] "DELETE /project/bde2de8b-a18f-4ede-aa9d-ab43466dd7ed HTTP/1.1" 404 177 0.003896 10.0.0.161 - - [2026-08-03 03:50:27] "DELETE /project/961789d90ca5449b819c8841dae14b2c HTTP/1.1" 404 173 0.007210 10.0.0.161 - - [2026-08-03 03:50:28] "POST /useragent-kv HTTP/1.1" 200 115 0.008063 10.0.0.161 - - [2026-08-03 03:50:28] "POST /useragent-kv HTTP/1.1" 200 115 0.006065 10.0.0.249 - - [2026-08-03 03:50:28] "POST /neutron/network HTTP/1.1" 200 151 0.166805 10.0.0.50 - - [2026-08-03 03:50:28] "DELETE /route-target/1b82eba3-c68a-4c32-a6d1-b7470e98a1f5 HTTP/1.1" 200 115 0.057691 10.0.0.249 - - [2026-08-03 03:50:28] "POST /neutron/network HTTP/1.1" 200 117 0.012348 10.0.0.249 - - [2026-08-03 03:50:28] "POST /neutron/port HTTP/1.1" 200 117 0.008768 10.0.0.249 - - [2026-08-03 03:50:30] "POST /neutron/network HTTP/1.1" 200 833 0.010255 10.0.0.249 - - [2026-08-03 03:50:31] "POST /neutron/port HTTP/1.1" 200 117 0.008355 10.0.0.249 - - [2026-08-03 03:50:31] "POST /neutron/port HTTP/1.1" 200 117 0.007936 10.0.0.249 - - [2026-08-03 03:50:34] "POST /neutron/port HTTP/1.1" 200 117 0.009488 10.0.0.249 - - [2026-08-03 03:50:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004440 10.0.0.161 - - [2026-08-03 03:50:35] "GET /projects?obj_uuids=961789d9-0ca5-449b-819c-8841dae14b2c&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001039 10.0.0.249 - - [2026-08-03 03:50:35] "GET /project/961789d9-0ca5-449b-819c-8841dae14b2c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1357 0.059435 10.0.0.249 - - [2026-08-03 03:50:35] "POST /neutron/network HTTP/1.1" 200 117 0.015462 10.0.0.50 - - [2026-08-03 03:50:35] "POST /route-targets HTTP/1.1" 200 328 0.016827 10.0.0.249 - - [2026-08-03 03:50:36] "POST /neutron/network HTTP/1.1" 200 833 0.011215 10.0.0.249 - - [2026-08-03 03:50:36] "POST /id-to-fqname HTTP/1.1" 200 223 0.001807 10.0.0.249 - - [2026-08-03 03:50:36] "GET /virtual-network/d477c910-3fe5-41e5-8b57-26b11170c822?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.007601 10.0.0.249 - - [2026-08-03 03:50:36] "GET /virtual-network/d477c910-3fe5-41e5-8b57-26b11170c822?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.007160 10.0.0.249 - - [2026-08-03 03:50:36] "POST /neutron/port HTTP/1.1" 200 117 0.012574 10.0.0.249 - - [2026-08-03 03:50:36] "GET /virtual-network/d477c910-3fe5-41e5-8b57-26b11170c822?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.006953 10.0.0.50 - - [2026-08-03 03:50:36] "GET /obj-perms HTTP/1.1" 200 4479 0.004894 10.0.0.161 - - [2026-08-03 03:50:36] "GET /obj-perms HTTP/1.1" 200 4479 0.004349 10.0.0.249 - - [2026-08-03 03:50:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004349 10.0.0.161 - - [2026-08-03 03:50:36] "GET /projects?obj_uuids=961789d9-0ca5-449b-819c-8841dae14b2c&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001102 10.0.0.249 - - [2026-08-03 03:50:36] "GET /project/961789d9-0ca5-449b-819c-8841dae14b2c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1357 0.053514 10.0.0.161 - - [2026-08-03 03:50:36] "GET /projects?obj_uuids=961789d9-0ca5-449b-819c-8841dae14b2c&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001969 10.0.0.249 - - [2026-08-03 03:50:37] "POST /neutron/network HTTP/1.1" 200 613 0.185054 10.0.0.50 - - [2026-08-03 03:50:37] "POST /ref-update HTTP/1.1" 200 156 0.045108 10.0.0.249 - - [2026-08-03 03:50:37] "POST /id-to-fqname HTTP/1.1" 200 223 0.003985 10.0.0.249 - - [2026-08-03 03:50:37] "GET /virtual-network/37547f79-8433-4911-ac33-a0605b3c5564?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.006491 10.0.0.249 - - [2026-08-03 03:50:37] "POST /neutron/network HTTP/1.1" 200 830 0.007898 10.0.0.249 - - [2026-08-03 03:50:37] "GET /virtual-network/37547f79-8433-4911-ac33-a0605b3c5564?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.006431 10.0.0.249 - - [2026-08-03 03:50:37] "GET /virtual-network/37547f79-8433-4911-ac33-a0605b3c5564?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.006468 10.0.0.249 - - [2026-08-03 03:50:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004418 10.0.0.161 - - [2026-08-03 03:50:38] "GET /projects?obj_uuids=961789d9-0ca5-449b-819c-8841dae14b2c&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001071 10.0.0.249 - - [2026-08-03 03:50:38] "GET /project/961789d9-0ca5-449b-819c-8841dae14b2c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1357 0.049573 10.0.0.249 - - [2026-08-03 03:50:38] "POST /neutron/network HTTP/1.1" 200 117 0.021053 10.0.0.249 - - [2026-08-03 03:50:38] "POST /neutron/network HTTP/1.1" 200 835 0.011770 10.0.0.249 - - [2026-08-03 03:50:38] "POST /id-to-fqname HTTP/1.1" 200 224 0.001492 10.0.0.249 - - [2026-08-03 03:50:38] "GET /virtual-network/4e97ecec-241e-435b-a13c-acfc30548003?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2059 0.008156 10.0.0.249 - - [2026-08-03 03:50:38] "GET /virtual-network/4e97ecec-241e-435b-a13c-acfc30548003?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2059 0.006815 10.0.0.249 - - [2026-08-03 03:50:38] "POST /neutron/subnet HTTP/1.1" 200 730 0.011062 10.0.0.249 - - [2026-08-03 03:50:39] "GET /virtual-network/4e97ecec-241e-435b-a13c-acfc30548003?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2059 0.006922 10.0.0.249 - - [2026-08-03 03:50:39] "GET /obj-perms HTTP/1.1" 200 4479 0.004846 10.0.0.249 - - [2026-08-03 03:50:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.004235 10.0.0.161 - - [2026-08-03 03:50:39] "GET /projects?obj_uuids=961789d9-0ca5-449b-819c-8841dae14b2c&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001157 10.0.0.249 - - [2026-08-03 03:50:39] "GET /project/961789d9-0ca5-449b-819c-8841dae14b2c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1357 0.061066 10.0.0.50 - - [2026-08-03 03:50:39] "POST /route-targets HTTP/1.1" 200 328 0.017222 10.0.0.161 - - [2026-08-03 03:50:40] "POST /useragent-kv HTTP/1.1" 200 115 0.012893 10.0.0.249 - - [2026-08-03 03:50:40] "POST /neutron/subnet HTTP/1.1" 200 725 0.276421 10.0.0.249 - - [2026-08-03 03:50:40] "POST /id-to-fqname HTTP/1.1" 200 229 0.003020 10.0.0.249 - - [2026-08-03 03:50:40] "GET /virtual-network/df117404-236b-489f-a5ae-80332a1ef466?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2072 0.008961 10.0.0.249 - - [2026-08-03 03:50:40] "GET /virtual-network/df117404-236b-489f-a5ae-80332a1ef466?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2072 0.007455 10.0.0.249 - - [2026-08-03 03:50:40] "POST /neutron/network HTTP/1.1" 200 844 0.007783 10.0.0.249 - - [2026-08-03 03:50:40] "GET /virtual-network/df117404-236b-489f-a5ae-80332a1ef466?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2072 0.007367 10.0.0.50 - - [2026-08-03 03:50:40] "GET /obj-perms HTTP/1.1" 200 4479 0.004506 10.0.0.161 - - [2026-08-03 03:50:40] "GET /obj-perms HTTP/1.1" 200 4479 0.004548 10.0.0.249 - - [2026-08-03 03:50:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003999 10.0.0.161 - - [2026-08-03 03:50:40] "GET /projects?obj_uuids=961789d9-0ca5-449b-819c-8841dae14b2c&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001568 10.0.0.249 - - [2026-08-03 03:50:40] "GET /project/961789d9-0ca5-449b-819c-8841dae14b2c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1357 0.053841 10.0.0.161 - - [2026-08-03 03:50:40] "GET /projects?obj_uuids=961789d9-0ca5-449b-819c-8841dae14b2c&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001101 10.0.0.249 - - [2026-08-03 03:50:41] "POST /neutron/network HTTP/1.1" 200 627 0.182291 10.0.0.50 - - [2026-08-03 03:50:41] "POST /ref-update HTTP/1.1" 200 156 0.032135 10.0.0.249 - - [2026-08-03 03:50:41] "POST /id-to-fqname HTTP/1.1" 200 230 0.003951 10.0.0.249 - - [2026-08-03 03:50:41] "GET /virtual-network/594b3e00-8e87-423f-a9fd-1c2e60a82dfd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2074 0.007426 10.0.0.249 - - [2026-08-03 03:50:41] "POST /neutron/network HTTP/1.1" 200 846 0.009835 10.0.0.249 - - [2026-08-03 03:50:41] "GET /virtual-network/594b3e00-8e87-423f-a9fd-1c2e60a82dfd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2074 0.008394 10.0.0.249 - - [2026-08-03 03:50:41] "GET /virtual-network/594b3e00-8e87-423f-a9fd-1c2e60a82dfd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2074 0.007366 10.0.0.249 - - [2026-08-03 03:50:42] "POST /id-to-fqname HTTP/1.1" 200 223 0.001916 10.0.0.249 - - [2026-08-03 03:50:42] "POST /neutron/network HTTP/1.1" 200 840 0.008547 10.0.0.161 - - [2026-08-03 03:50:42] "GET /projects?obj_uuids=961789d9-0ca5-449b-819c-8841dae14b2c&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001108 10.0.0.249 - - [2026-08-03 03:50:42] "GET /project/961789d9-0ca5-449b-819c-8841dae14b2c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1357 0.072240 10.0.0.249 - - [2026-08-03 03:50:42] "POST /neutron/port HTTP/1.1" 200 117 0.008247 10.0.0.249 - - [2026-08-03 03:50:42] "POST /id-to-fqname HTTP/1.1" 200 224 0.001878 10.0.0.249 - - [2026-08-03 03:50:43] "POST /neutron/network HTTP/1.1" 200 835 0.008627 10.0.0.249 - - [2026-08-03 03:50:43] "POST /fqname-to-id HTTP/1.1" 404 193 0.004140 10.0.0.249 - - [2026-08-03 03:50:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.004458 10.0.0.161 - - [2026-08-03 03:50:43] "GET /domains?obj_uuids=724de60e-9f87-4d23-867c-6bd9a9880f5b&detail=False&count=False&shared=False HTTP/1.1" 200 316 0.001166 10.0.0.249 - - [2026-08-03 03:50:43] "GET /domain/724de60e-9f87-4d23-867c-6bd9a9880f5b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.009320 10.0.0.249 - - [2026-08-03 03:50:43] "POST /service-templates HTTP/1.1" 200 545 0.046886 10.0.0.249 - - [2026-08-03 03:50:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.004286 10.0.0.249 - - [2026-08-03 03:50:43] "GET /service-template/1e08f5ee-fd5d-4c6c-b4e8-19e4b55786b8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1815 0.009484 10.0.0.249 - - [2026-08-03 03:50:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.005147 10.0.0.249 - - [2026-08-03 03:50:43] "GET /service-template/1e08f5ee-fd5d-4c6c-b4e8-19e4b55786b8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1815 0.005115 10.0.0.249 - - [2026-08-03 03:50:43] "POST /id-to-fqname HTTP/1.1" 200 223 0.001576 10.0.0.249 - - [2026-08-03 03:50:43] "POST /id-to-fqname HTTP/1.1" 200 229 0.001905 10.0.0.249 - - [2026-08-03 03:50:43] "POST /id-to-fqname HTTP/1.1" 200 230 0.001789 10.0.0.249 - - [2026-08-03 03:50:43] "POST /neutron/port HTTP/1.1" 200 117 0.009568 10.0.0.249 - - [2026-08-03 03:50:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003993 10.0.0.249 - - [2026-08-03 03:50:44] "DELETE /service-template/1e08f5ee-fd5d-4c6c-b4e8-19e4b55786b8 HTTP/1.1" 200 115 0.039953 10.0.0.249 - - [2026-08-03 03:50:44] "POST /fqname-to-id HTTP/1.1" 404 193 0.006107 10.0.0.249 - - [2026-08-03 03:50:44] "POST /neutron/network HTTP/1.1" 200 844 0.008050 10.0.0.50 - - [2026-08-03 03:50:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.005327 10.0.0.161 - - [2026-08-03 03:50:45] "POST /useragent-kv HTTP/1.1" 200 115 0.006482 10.0.0.161 - - [2026-08-03 03:50:45] "POST /useragent-kv HTTP/1.1" 200 115 0.007549 10.0.0.249 - - [2026-08-03 03:50:45] "POST /neutron/network HTTP/1.1" 200 151 0.188214 10.0.0.50 - - [2026-08-03 03:50:45] "DELETE /route-target/921251b1-b740-4606-a3b2-0524193b12a9 HTTP/1.1" 200 115 0.067220 10.0.0.249 - - [2026-08-03 03:50:46] "POST /neutron/network HTTP/1.1" 200 833 0.010744 10.0.0.50 - - [2026-08-03 03:50:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.005016 10.0.0.249 - - [2026-08-03 03:50:46] "POST /neutron/network HTTP/1.1" 200 117 0.008362 10.0.0.161 - - [2026-08-03 03:50:48] "GET /projects?obj_uuids=961789d9-0ca5-449b-819c-8841dae14b2c&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001200 10.0.0.249 - - [2026-08-03 03:50:48] "GET /project/961789d9-0ca5-449b-819c-8841dae14b2c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1357 0.066862 10.0.0.161 - - [2026-08-03 03:50:48] "GET /projects?obj_uuids=961789d9-0ca5-449b-819c-8841dae14b2c&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001827 10.0.0.249 - - [2026-08-03 03:50:48] "GET /project/961789d9-0ca5-449b-819c-8841dae14b2c?fields=virtual_networks HTTP/1.1" 200 1029 0.069026 10.0.0.161 - - [2026-08-03 03:50:48] "GET /projects?obj_uuids=961789d9-0ca5-449b-819c-8841dae14b2c&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001829 10.0.0.249 - - [2026-08-03 03:50:48] "GET /project/961789d9-0ca5-449b-819c-8841dae14b2c?fields=virtual_machine_interfaces HTTP/1.1" 200 1029 0.070401 10.0.0.161 - - [2026-08-03 03:50:48] "GET /projects?obj_uuids=961789d9-0ca5-449b-819c-8841dae14b2c&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.003148 10.0.0.249 - - [2026-08-03 03:50:48] "GET /project/961789d9-0ca5-449b-819c-8841dae14b2c?fields=security_groups HTTP/1.1" 200 1254 0.065919 10.0.0.249 - - [2026-08-03 03:50:49] "POST /fqname-to-id HTTP/1.1" 404 186 0.033235 10.0.0.161 - - [2026-08-03 03:50:49] "GET /projects?obj_uuids=ecd649b5-a5ad-42b7-a099-0d9048d54bd6&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004426 10.0.0.161 - - [2026-08-03 03:50:49] "GET /domains?obj_uuids=724de60e-9f87-4d23-867c-6bd9a9880f5b&detail=False&count=False&shared=False HTTP/1.1" 200 316 0.001683 10.0.0.161 - - [2026-08-03 03:50:49] "GET /domain/724de60e-9f87-4d23-867c-6bd9a9880f5b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.009468 10.0.0.161 - - [2026-08-03 03:50:49] "POST /id-to-fqname HTTP/1.1" 200 188 0.005562 10.0.0.161 - - [2026-08-03 03:50:49] "POST /fqname-to-id HTTP/1.1" 404 197 0.010030 10.0.0.161 - - [2026-08-03 03:50:49] "POST /security-groups HTTP/1.1" 200 591 0.048647 10.0.0.161 - - [2026-08-03 03:50:49] "POST /projects HTTP/1.1" 200 583 0.334661 10.0.0.161 - - [2026-08-03 03:50:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.371296 10.0.0.50 - - [2026-08-03 03:50:49] "POST /access-control-lists HTTP/1.1" 200 596 0.034755 10.0.0.249 - - [2026-08-03 03:50:49] "GET /project/ecd649b5-a5ad-42b7-a099-0d9048d54bd6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.574357 10.0.0.249 - - [2026-08-03 03:50:51] "GET / HTTP/1.1" 200 36215 0.002233 10.0.0.249 - - [2026-08-03 03:50:53] "POST /fqname-to-id HTTP/1.1" 401 293 0.000632 10.0.0.249 - - [2026-08-03 03:50:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.109279 10.0.0.161 - - [2026-08-03 03:50:53] "GET /projects?obj_uuids=ecd649b5-a5ad-42b7-a099-0d9048d54bd6&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001332 10.0.0.249 - - [2026-08-03 03:50:53] "GET /project/ecd649b5-a5ad-42b7-a099-0d9048d54bd6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.066614 10.0.0.249 - - [2026-08-03 03:50:53] "POST /neutron/network HTTP/1.1" 200 117 0.034085 10.0.0.249 - - [2026-08-03 03:50:54] "POST /neutron/network HTTP/1.1" 200 830 0.012333 10.0.0.249 - - [2026-08-03 03:50:54] "POST /id-to-fqname HTTP/1.1" 200 223 0.001983 10.0.0.249 - - [2026-08-03 03:50:54] "GET /virtual-network/810f7142-b252-4a7e-9e05-6e37a5f1167d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.007429 10.0.0.249 - - [2026-08-03 03:50:54] "GET /virtual-network/810f7142-b252-4a7e-9e05-6e37a5f1167d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.007342 10.0.0.249 - - [2026-08-03 03:50:54] "POST /neutron/subnet HTTP/1.1" 200 715 0.012250 10.0.0.50 - - [2026-08-03 03:50:54] "POST /route-targets HTTP/1.1" 200 328 0.018676 10.0.0.249 - - [2026-08-03 03:50:55] "GET /virtual-network/810f7142-b252-4a7e-9e05-6e37a5f1167d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.007910 10.0.0.249 - - [2026-08-03 03:50:55] "GET /obj-perms HTTP/1.1" 200 4479 0.052537 10.0.0.249 - - [2026-08-03 03:50:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004532 10.0.0.161 - - [2026-08-03 03:50:56] "GET /projects?obj_uuids=ecd649b5-a5ad-42b7-a099-0d9048d54bd6&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001438 10.0.0.249 - - [2026-08-03 03:50:56] "GET /project/ecd649b5-a5ad-42b7-a099-0d9048d54bd6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.059118 10.0.0.50 - - [2026-08-03 03:50:57] "POST /ref-update HTTP/1.1" 200 156 0.053187 10.0.0.161 - - [2026-08-03 03:50:57] "POST /useragent-kv HTTP/1.1" 200 115 0.024909 10.0.0.249 - - [2026-08-03 03:50:57] "POST /neutron/subnet HTTP/1.1" 200 725 0.282944 10.0.0.249 - - [2026-08-03 03:50:57] "POST /id-to-fqname HTTP/1.1" 200 225 0.001712 10.0.0.249 - - [2026-08-03 03:50:57] "GET /virtual-network/6429baa4-396f-413b-b5ce-eb32529875e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2059 0.007986 10.0.0.249 - - [2026-08-03 03:50:57] "GET /virtual-network/6429baa4-396f-413b-b5ce-eb32529875e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2059 0.009762 10.0.0.249 - - [2026-08-03 03:50:57] "POST /neutron/network HTTP/1.1" 200 836 0.012709 10.0.0.249 - - [2026-08-03 03:50:57] "GET /virtual-network/6429baa4-396f-413b-b5ce-eb32529875e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2059 0.007206 10.0.0.50 - - [2026-08-03 03:50:58] "GET /obj-perms HTTP/1.1" 200 4479 0.044884 10.0.0.161 - - [2026-08-03 03:50:58] "GET /obj-perms HTTP/1.1" 200 4479 0.045092 10.0.0.249 - - [2026-08-03 03:50:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004726 10.0.0.161 - - [2026-08-03 03:50:58] "GET /projects?obj_uuids=ecd649b5-a5ad-42b7-a099-0d9048d54bd6&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001644 10.0.0.249 - - [2026-08-03 03:50:58] "GET /project/ecd649b5-a5ad-42b7-a099-0d9048d54bd6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.063403 10.0.0.161 - - [2026-08-03 03:50:58] "GET /projects?obj_uuids=ecd649b5-a5ad-42b7-a099-0d9048d54bd6&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001345 10.0.0.249 - - [2026-08-03 03:50:58] "POST /neutron/network HTTP/1.1" 200 619 0.176256 10.0.0.249 - - [2026-08-03 03:50:59] "POST /id-to-fqname HTTP/1.1" 200 226 0.004303 10.0.0.249 - - [2026-08-03 03:50:59] "GET /virtual-network/c4710a1a-4cf4-4efe-ba68-c49fe17ff0b8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2063 0.006937 10.0.0.249 - - [2026-08-03 03:50:59] "POST /neutron/network HTTP/1.1" 200 838 0.010123 10.0.0.249 - - [2026-08-03 03:50:59] "GET /virtual-network/c4710a1a-4cf4-4efe-ba68-c49fe17ff0b8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2063 0.007334 10.0.0.249 - - [2026-08-03 03:50:59] "GET /virtual-network/c4710a1a-4cf4-4efe-ba68-c49fe17ff0b8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2063 0.007097 10.0.0.249 - - [2026-08-03 03:50:59] "POST /id-to-fqname HTTP/1.1" 200 225 0.002118 10.0.0.249 - - [2026-08-03 03:50:59] "POST /neutron/network HTTP/1.1" 200 846 0.010809 10.0.0.249 - - [2026-08-03 03:51:00] "POST /neutron/port HTTP/1.1" 200 117 0.008507 10.0.0.249 - - [2026-08-03 03:51:00] "POST /id-to-fqname HTTP/1.1" 200 226 0.001859 10.0.0.161 - - [2026-08-03 03:51:00] "GET /projects?obj_uuids=ecd649b5-a5ad-42b7-a099-0d9048d54bd6&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001733 10.0.0.249 - - [2026-08-03 03:51:00] "GET /project/ecd649b5-a5ad-42b7-a099-0d9048d54bd6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.075487 10.0.0.249 - - [2026-08-03 03:51:00] "POST /neutron/network HTTP/1.1" 200 838 0.009390 10.0.0.249 - - [2026-08-03 03:51:00] "POST /fqname-to-id HTTP/1.1" 404 193 0.005892 10.0.0.249 - - [2026-08-03 03:51:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.005590 10.0.0.161 - - [2026-08-03 03:51:00] "GET /domains?obj_uuids=724de60e-9f87-4d23-867c-6bd9a9880f5b&detail=False&count=False&shared=False HTTP/1.1" 200 316 0.001561 10.0.0.249 - - [2026-08-03 03:51:00] "GET /domain/724de60e-9f87-4d23-867c-6bd9a9880f5b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.012410 10.0.0.249 - - [2026-08-03 03:51:00] "POST /service-templates HTTP/1.1" 200 545 0.057367 10.0.0.249 - - [2026-08-03 03:51:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004946 10.0.0.249 - - [2026-08-03 03:51:01] "GET /service-template/1761170a-7acc-4e3d-8a89-8faf1cbb0ba0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1817 0.009364 10.0.0.249 - - [2026-08-03 03:51:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.005044 10.0.0.249 - - [2026-08-03 03:51:01] "GET /service-template/1761170a-7acc-4e3d-8a89-8faf1cbb0ba0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1817 0.007025 10.0.0.249 - - [2026-08-03 03:51:01] "POST /id-to-fqname HTTP/1.1" 200 223 0.002210 10.0.0.249 - - [2026-08-03 03:51:01] "POST /id-to-fqname HTTP/1.1" 200 225 0.002122 10.0.0.249 - - [2026-08-03 03:51:01] "POST /id-to-fqname HTTP/1.1" 200 226 0.002231 10.0.0.249 - - [2026-08-03 03:51:01] "POST /neutron/port HTTP/1.1" 200 117 0.012902 10.0.0.249 - - [2026-08-03 03:51:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.005498 10.0.0.249 - - [2026-08-03 03:51:01] "DELETE /service-template/1761170a-7acc-4e3d-8a89-8faf1cbb0ba0 HTTP/1.1" 200 115 0.059271 10.0.0.249 - - [2026-08-03 03:51:01] "POST /fqname-to-id HTTP/1.1" 404 193 0.008606 10.0.0.50 - - [2026-08-03 03:51:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.007412 10.0.0.249 - - [2026-08-03 03:51:02] "POST /neutron/network HTTP/1.1" 200 836 0.009550 10.0.0.50 - - [2026-08-03 03:51:02] "DELETE /route-target/4e8ab2b5-3dd0-4183-81b1-56d4f6ad0677 HTTP/1.1" 200 115 0.039787 10.0.0.161 - - [2026-08-03 03:51:02] "POST /useragent-kv HTTP/1.1" 200 115 0.008735 10.0.0.161 - - [2026-08-03 03:51:02] "POST /useragent-kv HTTP/1.1" 200 115 0.004606 10.0.0.249 - - [2026-08-03 03:51:02] "POST /neutron/network HTTP/1.1" 200 151 0.173289 10.0.0.249 - - [2026-08-03 03:51:03] "POST /neutron/network HTTP/1.1" 200 117 0.013762 10.0.0.249 - - [2026-08-03 03:51:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004237 10.0.0.161 - - [2026-08-03 03:51:05] "GET /projects?obj_uuids=ecd649b5-a5ad-42b7-a099-0d9048d54bd6&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001086 10.0.0.249 - - [2026-08-03 03:51:05] "GET /project/ecd649b5-a5ad-42b7-a099-0d9048d54bd6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.065496 10.0.0.161 - - [2026-08-03 03:51:06] "GET /projects?obj_uuids=ecd649b5-a5ad-42b7-a099-0d9048d54bd6&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001252 10.0.0.249 - - [2026-08-03 03:51:06] "POST /neutron/network HTTP/1.1" 200 613 0.170983 10.0.0.50 - - [2026-08-03 03:51:06] "POST /route-targets HTTP/1.1" 200 328 0.017519 10.0.0.249 - - [2026-08-03 03:51:06] "POST /id-to-fqname HTTP/1.1" 200 223 0.005272 10.0.0.249 - - [2026-08-03 03:51:06] "GET /virtual-network/e76375f4-e745-4afd-a469-a2d0f5f3a3cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.009369 10.0.0.249 - - [2026-08-03 03:51:06] "POST /neutron/network HTTP/1.1" 200 832 0.012518 10.0.0.249 - - [2026-08-03 03:51:06] "GET /virtual-network/e76375f4-e745-4afd-a469-a2d0f5f3a3cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.010370 10.0.0.249 - - [2026-08-03 03:51:06] "GET /virtual-network/e76375f4-e745-4afd-a469-a2d0f5f3a3cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.007361 10.0.0.249 - - [2026-08-03 03:51:07] "GET /obj-perms HTTP/1.1" 200 4479 0.004875 10.0.0.249 - - [2026-08-03 03:51:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004779 10.0.0.161 - - [2026-08-03 03:51:07] "GET /projects?obj_uuids=ecd649b5-a5ad-42b7-a099-0d9048d54bd6&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001199 10.0.0.249 - - [2026-08-03 03:51:07] "GET /project/ecd649b5-a5ad-42b7-a099-0d9048d54bd6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.083383 10.0.0.249 - - [2026-08-03 03:51:07] "POST /neutron/network HTTP/1.1" 200 117 0.020345 10.0.0.50 - - [2026-08-03 03:51:07] "POST /ref-update HTTP/1.1" 200 156 0.037359 10.0.0.249 - - [2026-08-03 03:51:07] "POST /neutron/network HTTP/1.1" 200 831 0.012925 10.0.0.249 - - [2026-08-03 03:51:07] "POST /id-to-fqname HTTP/1.1" 200 223 0.001876 10.0.0.249 - - [2026-08-03 03:51:07] "GET /virtual-network/e4d3c5e7-0b13-413a-b586-a7ec69fb1adb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.007148 10.0.0.249 - - [2026-08-03 03:51:07] "GET /virtual-network/e4d3c5e7-0b13-413a-b586-a7ec69fb1adb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.007953 10.0.0.249 - - [2026-08-03 03:51:07] "POST /neutron/subnet HTTP/1.1" 200 720 0.013120 10.0.0.249 - - [2026-08-03 03:51:08] "GET /virtual-network/e4d3c5e7-0b13-413a-b586-a7ec69fb1adb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.008126 10.0.0.50 - - [2026-08-03 03:51:08] "GET /obj-perms HTTP/1.1" 200 4479 0.005114 10.0.0.161 - - [2026-08-03 03:51:08] "GET /obj-perms HTTP/1.1" 200 4479 0.005250 10.0.0.249 - - [2026-08-03 03:51:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004637 10.0.0.161 - - [2026-08-03 03:51:08] "GET /projects?obj_uuids=ecd649b5-a5ad-42b7-a099-0d9048d54bd6&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.002344 10.0.0.249 - - [2026-08-03 03:51:08] "GET /project/ecd649b5-a5ad-42b7-a099-0d9048d54bd6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.071705 10.0.0.161 - - [2026-08-03 03:51:09] "POST /useragent-kv HTTP/1.1" 200 115 0.011759 10.0.0.249 - - [2026-08-03 03:51:09] "POST /neutron/subnet HTTP/1.1" 200 729 0.263272 10.0.0.249 - - [2026-08-03 03:51:09] "POST /id-to-fqname HTTP/1.1" 200 224 0.001737 10.0.0.249 - - [2026-08-03 03:51:09] "GET /virtual-network/4f91b13c-c01f-464f-98c9-1b14de10debe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2059 0.007818 10.0.0.249 - - [2026-08-03 03:51:09] "GET /virtual-network/4f91b13c-c01f-464f-98c9-1b14de10debe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2059 0.010404 10.0.0.249 - - [2026-08-03 03:51:09] "POST /neutron/network HTTP/1.1" 200 835 0.009561 10.0.0.249 - - [2026-08-03 03:51:09] "GET /virtual-network/4f91b13c-c01f-464f-98c9-1b14de10debe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2059 0.009951 10.0.0.249 - - [2026-08-03 03:51:09] "POST /id-to-fqname HTTP/1.1" 200 223 0.002080 10.0.0.249 - - [2026-08-03 03:51:10] "POST /neutron/network HTTP/1.1" 200 831 0.010210 10.0.0.249 - - [2026-08-03 03:51:10] "POST /id-to-fqname HTTP/1.1" 200 224 0.001560 10.0.0.249 - - [2026-08-03 03:51:10] "POST /neutron/port HTTP/1.1" 200 117 0.013844 10.0.0.249 - - [2026-08-03 03:51:10] "POST /neutron/port HTTP/1.1" 200 117 0.012919 10.0.0.249 - - [2026-08-03 03:51:10] "POST /fqname-to-id HTTP/1.1" 404 193 0.003917 10.0.0.249 - - [2026-08-03 03:51:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003568 10.0.0.161 - - [2026-08-03 03:51:10] "GET /domains?obj_uuids=724de60e-9f87-4d23-867c-6bd9a9880f5b&detail=False&count=False&shared=False HTTP/1.1" 200 316 0.001937 10.0.0.249 - - [2026-08-03 03:51:10] "GET /domain/724de60e-9f87-4d23-867c-6bd9a9880f5b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.012074 10.0.0.249 - - [2026-08-03 03:51:11] "POST /service-templates HTTP/1.1" 200 545 0.046522 10.0.0.249 - - [2026-08-03 03:51:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004741 10.0.0.249 - - [2026-08-03 03:51:11] "GET /service-template/eb2c493c-bb6c-4e47-bff1-89b376cd80c4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1819 0.008836 10.0.0.249 - - [2026-08-03 03:51:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003801 10.0.0.249 - - [2026-08-03 03:51:11] "GET /service-template/eb2c493c-bb6c-4e47-bff1-89b376cd80c4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1819 0.005059 10.0.0.249 - - [2026-08-03 03:51:11] "POST /id-to-fqname HTTP/1.1" 200 223 0.001513 10.0.0.249 - - [2026-08-03 03:51:11] "POST /id-to-fqname HTTP/1.1" 200 223 0.001604 10.0.0.249 - - [2026-08-03 03:51:11] "POST /id-to-fqname HTTP/1.1" 200 224 0.001595 10.0.0.249 - - [2026-08-03 03:51:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004524 10.0.0.249 - - [2026-08-03 03:51:11] "DELETE /service-template/eb2c493c-bb6c-4e47-bff1-89b376cd80c4 HTTP/1.1" 200 115 0.055167 10.0.0.249 - - [2026-08-03 03:51:11] "POST /fqname-to-id HTTP/1.1" 404 193 0.004151 10.0.0.249 - - [2026-08-03 03:51:12] "POST /neutron/network HTTP/1.1" 200 835 0.009637 10.0.0.50 - - [2026-08-03 03:51:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.011678 10.0.0.161 - - [2026-08-03 03:51:12] "POST /useragent-kv HTTP/1.1" 200 115 0.007055 10.0.0.161 - - [2026-08-03 03:51:12] "POST /useragent-kv HTTP/1.1" 200 115 0.004293 10.0.0.249 - - [2026-08-03 03:51:12] "POST /neutron/network HTTP/1.1" 200 151 0.171038 10.0.0.50 - - [2026-08-03 03:51:12] "DELETE /route-target/728422cc-6fa6-4d43-91da-0010cd45cae4 HTTP/1.1" 200 115 0.049032 10.0.0.161 - - [2026-08-03 03:51:14] "GET /projects?obj_uuids=ecd649b5-a5ad-42b7-a099-0d9048d54bd6&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001293 10.0.0.249 - - [2026-08-03 03:51:14] "GET /project/ecd649b5-a5ad-42b7-a099-0d9048d54bd6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.094980 10.0.0.161 - - [2026-08-03 03:51:14] "GET /projects?obj_uuids=ecd649b5-a5ad-42b7-a099-0d9048d54bd6&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.002079 10.0.0.249 - - [2026-08-03 03:51:14] "GET /project/ecd649b5-a5ad-42b7-a099-0d9048d54bd6?fields=virtual_networks HTTP/1.1" 200 1030 0.065794 10.0.0.161 - - [2026-08-03 03:51:14] "GET /projects?obj_uuids=ecd649b5-a5ad-42b7-a099-0d9048d54bd6&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001537 10.0.0.249 - - [2026-08-03 03:51:15] "GET /project/ecd649b5-a5ad-42b7-a099-0d9048d54bd6?fields=virtual_machine_interfaces HTTP/1.1" 200 1030 0.075170 10.0.0.161 - - [2026-08-03 03:51:15] "GET /projects?obj_uuids=ecd649b5-a5ad-42b7-a099-0d9048d54bd6&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001553 10.0.0.249 - - [2026-08-03 03:51:15] "GET /project/ecd649b5-a5ad-42b7-a099-0d9048d54bd6?fields=security_groups HTTP/1.1" 200 1255 0.079002 10.0.0.249 - - [2026-08-03 03:51:16] "POST /fqname-to-id HTTP/1.1" 404 184 0.037378 10.0.0.161 - - [2026-08-03 03:51:16] "GET /projects?obj_uuids=28c77334-60f2-4768-8244-ed6ab82f589a&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003853 10.0.0.161 - - [2026-08-03 03:51:16] "GET /domains?obj_uuids=724de60e-9f87-4d23-867c-6bd9a9880f5b&detail=False&count=False&shared=False HTTP/1.1" 200 316 0.001133 10.0.0.161 - - [2026-08-03 03:51:16] "GET /domain/724de60e-9f87-4d23-867c-6bd9a9880f5b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.038954 10.0.0.249 - - [2026-08-03 03:51:16] "POST /neutron/port HTTP/1.1" 200 117 0.008398 10.0.0.161 - - [2026-08-03 03:51:16] "POST /id-to-fqname HTTP/1.1" 200 186 0.005994 10.0.0.161 - - [2026-08-03 03:51:16] "POST /fqname-to-id HTTP/1.1" 404 195 0.006574 10.0.0.161 - - [2026-08-03 03:51:16] "POST /security-groups HTTP/1.1" 200 589 0.086344 10.0.0.50 - - [2026-08-03 03:51:16] "POST /fqname-to-id HTTP/1.1" 404 230 0.006263 10.0.0.161 - - [2026-08-03 03:51:16] "POST /projects HTTP/1.1" 200 579 0.355202 10.0.0.161 - - [2026-08-03 03:51:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.447981 10.0.0.50 - - [2026-08-03 03:51:17] "POST /access-control-lists HTTP/1.1" 200 592 0.047946 10.0.0.249 - - [2026-08-03 03:51:17] "GET /project/28c77334-60f2-4768-8244-ed6ab82f589a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1348 0.660651 10.0.0.249 - - [2026-08-03 03:51:17] "POST /neutron/port HTTP/1.1" 200 117 0.008200 10.0.0.249 - - [2026-08-03 03:51:18] "GET / HTTP/1.1" 200 36215 0.001767 10.0.0.249 - - [2026-08-03 03:51:20] "POST /fqname-to-id HTTP/1.1" 401 293 0.000656 10.0.0.249 - - [2026-08-03 03:51:20] "POST /neutron/network HTTP/1.1" 200 117 0.012816 10.0.0.249 - - [2026-08-03 03:51:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.052150 10.0.0.161 - - [2026-08-03 03:51:21] "GET /projects?obj_uuids=28c77334-60f2-4768-8244-ed6ab82f589a&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001560 10.0.0.249 - - [2026-08-03 03:51:21] "GET /project/28c77334-60f2-4768-8244-ed6ab82f589a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1348 0.071921 10.0.0.249 - - [2026-08-03 03:51:21] "GET /obj-perms HTTP/1.1" 200 4509 0.059719 10.0.0.50 - - [2026-08-03 03:51:21] "POST /route-targets HTTP/1.1" 200 328 0.018739 10.0.0.161 - - [2026-08-03 03:51:22] "POST /useragent-kv HTTP/1.1" 200 115 0.014819 10.0.0.249 - - [2026-08-03 03:51:22] "POST /neutron/subnet HTTP/1.1" 200 725 0.288844 10.0.0.249 - - [2026-08-03 03:51:22] "POST /id-to-fqname HTTP/1.1" 200 221 0.001723 10.0.0.249 - - [2026-08-03 03:51:22] "GET /virtual-network/96d94191-1535-4e1d-b870-20faededb91c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.007254 10.0.0.249 - - [2026-08-03 03:51:22] "GET /virtual-network/96d94191-1535-4e1d-b870-20faededb91c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.009371 10.0.0.249 - - [2026-08-03 03:51:22] "POST /neutron/network HTTP/1.1" 200 830 0.009986 10.0.0.249 - - [2026-08-03 03:51:22] "GET /virtual-network/96d94191-1535-4e1d-b870-20faededb91c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.008004 10.0.0.161 - - [2026-08-03 03:51:24] "GET /obj-perms HTTP/1.1" 200 4475 0.094295 10.0.0.249 - - [2026-08-03 03:51:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004108 10.0.0.161 - - [2026-08-03 03:51:24] "GET /projects?obj_uuids=28c77334-60f2-4768-8244-ed6ab82f589a&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001478 10.0.0.249 - - [2026-08-03 03:51:24] "GET /project/28c77334-60f2-4768-8244-ed6ab82f589a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1348 0.056205 10.0.0.249 - - [2026-08-03 03:51:24] "POST /neutron/network HTTP/1.1" 200 117 0.016295 10.0.0.50 - - [2026-08-03 03:51:25] "POST /ref-update HTTP/1.1" 200 156 0.029441 10.0.0.249 - - [2026-08-03 03:51:25] "POST /neutron/network HTTP/1.1" 200 830 0.011363 10.0.0.249 - - [2026-08-03 03:51:25] "POST /id-to-fqname HTTP/1.1" 200 221 0.001744 10.0.0.249 - - [2026-08-03 03:51:25] "GET /virtual-network/1c5a3851-8b4a-4683-8f5f-7147c8bd7d61?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.007544 10.0.0.249 - - [2026-08-03 03:51:25] "GET /virtual-network/1c5a3851-8b4a-4683-8f5f-7147c8bd7d61?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.010996 10.0.0.249 - - [2026-08-03 03:51:25] "POST /neutron/subnet HTTP/1.1" 200 724 0.018553 10.0.0.249 - - [2026-08-03 03:51:25] "GET /virtual-network/1c5a3851-8b4a-4683-8f5f-7147c8bd7d61?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.007628 10.0.0.50 - - [2026-08-03 03:51:26] "GET /obj-perms HTTP/1.1" 200 4475 0.044749 10.0.0.249 - - [2026-08-03 03:51:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004729 10.0.0.161 - - [2026-08-03 03:51:26] "GET /projects?obj_uuids=28c77334-60f2-4768-8244-ed6ab82f589a&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001393 10.0.0.249 - - [2026-08-03 03:51:26] "GET /project/28c77334-60f2-4768-8244-ed6ab82f589a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1348 0.058604 10.0.0.161 - - [2026-08-03 03:51:26] "POST /useragent-kv HTTP/1.1" 200 115 0.013959 10.0.0.249 - - [2026-08-03 03:51:26] "POST /neutron/subnet HTTP/1.1" 200 725 0.219788 10.0.0.249 - - [2026-08-03 03:51:26] "POST /id-to-fqname HTTP/1.1" 200 222 0.001603 10.0.0.249 - - [2026-08-03 03:51:26] "GET /virtual-network/2c0fdcbc-7e0c-4676-8eca-53f953760f50?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.006410 10.0.0.249 - - [2026-08-03 03:51:26] "GET /virtual-network/2c0fdcbc-7e0c-4676-8eca-53f953760f50?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.007248 10.0.0.249 - - [2026-08-03 03:51:26] "POST /neutron/network HTTP/1.1" 200 832 0.007957 10.0.0.249 - - [2026-08-03 03:51:27] "GET /virtual-network/2c0fdcbc-7e0c-4676-8eca-53f953760f50?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.007715 10.0.0.249 - - [2026-08-03 03:51:27] "GET /obj-perms HTTP/1.1" 200 4475 0.057821 10.0.0.249 - - [2026-08-03 03:51:27] "POST /id-to-fqname HTTP/1.1" 200 221 0.002214 10.0.0.161 - - [2026-08-03 03:51:27] "GET /projects?obj_uuids=28c77334-60f2-4768-8244-ed6ab82f589a&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.002026 10.0.0.161 - - [2026-08-03 03:51:27] "DELETE /project/ecd649b5a5ad42b7a0990d9048d54bd6 HTTP/1.1" 404 173 0.005971 10.0.0.161 - - [2026-08-03 03:51:27] "GET /projects?obj_uuids=ecd649b5-a5ad-42b7-a099-0d9048d54bd6&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.000963 10.0.0.161 - - [2026-08-03 03:51:27] "DELETE /project/28c7733460f247688244ed6ab82f589a HTTP/1.1" 404 173 0.016203 10.0.0.161 - - [2026-08-03 03:51:27] "DELETE /project/961789d9-0ca5-449b-819c-8841dae14b2c HTTP/1.1" 404 177 0.022635 10.0.0.249 - - [2026-08-03 03:51:27] "GET /project/28c77334-60f2-4768-8244-ed6ab82f589a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1348 0.109217 10.0.0.161 - - [2026-08-03 03:51:27] "GET /project/ecd649b5-a5ad-42b7-a099-0d9048d54bd6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1463 0.139439 10.0.0.161 - - [2026-08-03 03:51:27] "GET /projects?obj_uuids=ecd649b5-a5ad-42b7-a099-0d9048d54bd6&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001459 10.0.0.249 - - [2026-08-03 03:51:28] "POST /neutron/network HTTP/1.1" 200 830 0.035560 10.0.0.161 - - [2026-08-03 03:51:28] "GET /project/ecd649b5-a5ad-42b7-a099-0d9048d54bd6?fields=security_groups HTTP/1.1" 200 1360 0.085560 10.0.0.161 - - [2026-08-03 03:51:28] "DELETE /security-group/45947bd5-6224-4945-b5a3-0b4bf5e08637 HTTP/1.1" 200 115 0.091214 10.0.0.161 - - [2026-08-03 03:51:28] "GET /projects?obj_uuids=ecd649b5-a5ad-42b7-a099-0d9048d54bd6&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.003544 10.0.0.50 - - [2026-08-03 03:51:28] "DELETE /access-control-list/747dc45a-5f45-46bf-8e29-b72b274a77ad HTTP/1.1" 200 115 0.070127 10.0.0.161 - - [2026-08-03 03:51:28] "GET /project/ecd649b5-a5ad-42b7-a099-0d9048d54bd6?fields=application_policy_sets HTTP/1.1" 200 1399 0.080860 10.0.0.249 - - [2026-08-03 03:51:28] "POST /id-to-fqname HTTP/1.1" 200 222 0.001804 10.0.0.161 - - [2026-08-03 03:51:28] "DELETE /project/ecd649b5-a5ad-42b7-a099-0d9048d54bd6 HTTP/1.1" 200 115 0.735114 10.0.0.249 - - [2026-08-03 03:51:28] "POST /neutron/port HTTP/1.1" 200 117 0.008374 10.0.0.249 - - [2026-08-03 03:51:28] "POST /neutron/port HTTP/1.1" 200 117 0.009232 10.0.0.249 - - [2026-08-03 03:51:29] "POST /fqname-to-id HTTP/1.1" 404 193 0.004970 10.0.0.249 - - [2026-08-03 03:51:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003771 10.0.0.161 - - [2026-08-03 03:51:29] "GET /domains?obj_uuids=724de60e-9f87-4d23-867c-6bd9a9880f5b&detail=False&count=False&shared=False HTTP/1.1" 200 316 0.001665 10.0.0.249 - - [2026-08-03 03:51:29] "GET /domain/724de60e-9f87-4d23-867c-6bd9a9880f5b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.012614 10.0.0.249 - - [2026-08-03 03:51:29] "POST /service-templates HTTP/1.1" 200 545 0.038744 10.0.0.249 - - [2026-08-03 03:51:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.004193 10.0.0.249 - - [2026-08-03 03:51:29] "GET /service-template/bee18b0f-99d0-4bcb-bbaf-f0def3ef0e0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1817 0.009367 10.0.0.249 - - [2026-08-03 03:51:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.004159 10.0.0.249 - - [2026-08-03 03:51:29] "GET /service-template/bee18b0f-99d0-4bcb-bbaf-f0def3ef0e0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1817 0.005467 10.0.0.249 - - [2026-08-03 03:51:29] "POST /id-to-fqname HTTP/1.1" 200 221 0.001750 10.0.0.249 - - [2026-08-03 03:51:29] "POST /id-to-fqname HTTP/1.1" 200 221 0.001675 10.0.0.249 - - [2026-08-03 03:51:29] "POST /id-to-fqname HTTP/1.1" 200 222 0.001704 10.0.0.249 - - [2026-08-03 03:51:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.004834 10.0.0.249 - - [2026-08-03 03:51:29] "DELETE /service-template/bee18b0f-99d0-4bcb-bbaf-f0def3ef0e0e HTTP/1.1" 200 115 0.043005 10.0.0.249 - - [2026-08-03 03:51:29] "POST /fqname-to-id HTTP/1.1" 404 193 0.006269 10.0.0.249 - - [2026-08-03 03:51:30] "POST /neutron/network HTTP/1.1" 200 832 0.009710 10.0.0.50 - - [2026-08-03 03:51:30] "DELETE /route-target/1052f732-904c-4c33-b1a5-bbe6f5520091 HTTP/1.1" 200 115 0.037969 10.0.0.161 - - [2026-08-03 03:51:30] "POST /useragent-kv HTTP/1.1" 200 115 0.003490 10.0.0.161 - - [2026-08-03 03:51:30] "POST /useragent-kv HTTP/1.1" 200 115 0.005311 10.0.0.249 - - [2026-08-03 03:51:30] "POST /neutron/network HTTP/1.1" 200 151 0.182442 10.0.0.50 - - [2026-08-03 03:51:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.005550 10.0.0.249 - - [2026-08-03 03:51:31] "POST /neutron/port HTTP/1.1" 200 117 0.046004 10.0.0.249 - - [2026-08-03 03:51:32] "POST /neutron/port HTTP/1.1" 200 117 0.008020 10.0.0.249 - - [2026-08-03 03:51:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004823 10.0.0.161 - - [2026-08-03 03:51:34] "GET /projects?obj_uuids=28c77334-60f2-4768-8244-ed6ab82f589a&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001350 10.0.0.249 - - [2026-08-03 03:51:34] "GET /project/28c77334-60f2-4768-8244-ed6ab82f589a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1348 0.059019 10.0.0.50 - - [2026-08-03 03:51:34] "POST /ref-update HTTP/1.1" 200 156 0.038030 10.0.0.161 - - [2026-08-03 03:51:34] "POST /useragent-kv HTTP/1.1" 200 115 0.012128 10.0.0.249 - - [2026-08-03 03:51:34] "POST /neutron/subnet HTTP/1.1" 200 720 0.265024 10.0.0.249 - - [2026-08-03 03:51:34] "POST /id-to-fqname HTTP/1.1" 200 221 0.001636 10.0.0.249 - - [2026-08-03 03:51:34] "GET /virtual-network/fb2d6fd6-eeb9-4972-882e-5f73050fb45c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.007263 10.0.0.249 - - [2026-08-03 03:51:34] "GET /virtual-network/fb2d6fd6-eeb9-4972-882e-5f73050fb45c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.009702 10.0.0.249 - - [2026-08-03 03:51:34] "POST /neutron/network HTTP/1.1" 200 829 0.035573 10.0.0.249 - - [2026-08-03 03:51:35] "GET /virtual-network/fb2d6fd6-eeb9-4972-882e-5f73050fb45c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.007423 10.0.0.161 - - [2026-08-03 03:51:35] "GET /obj-perms HTTP/1.1" 200 4475 0.006306 10.0.0.249 - - [2026-08-03 03:51:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004316 10.0.0.161 - - [2026-08-03 03:51:35] "GET /projects?obj_uuids=28c77334-60f2-4768-8244-ed6ab82f589a&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001341 10.0.0.249 - - [2026-08-03 03:51:35] "GET /project/28c77334-60f2-4768-8244-ed6ab82f589a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1348 0.066772 10.0.0.161 - - [2026-08-03 03:51:35] "GET /projects?obj_uuids=28c77334-60f2-4768-8244-ed6ab82f589a&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001416 10.0.0.249 - - [2026-08-03 03:51:35] "POST /neutron/network HTTP/1.1" 200 611 0.186698 10.0.0.249 - - [2026-08-03 03:51:36] "POST /id-to-fqname HTTP/1.1" 200 221 0.004823 10.0.0.249 - - [2026-08-03 03:51:36] "GET /virtual-network/27d3a387-4ba7-48c1-93b2-f6d5c542ccbb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.007550 10.0.0.249 - - [2026-08-03 03:51:36] "POST /neutron/network HTTP/1.1" 200 828 0.008767 10.0.0.249 - - [2026-08-03 03:51:36] "GET /virtual-network/27d3a387-4ba7-48c1-93b2-f6d5c542ccbb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.008825 10.0.0.249 - - [2026-08-03 03:51:36] "GET /virtual-network/27d3a387-4ba7-48c1-93b2-f6d5c542ccbb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.009081 10.0.0.50 - - [2026-08-03 03:51:36] "GET /obj-perms HTTP/1.1" 200 4475 0.005272 10.0.0.249 - - [2026-08-03 03:51:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.005239 10.0.0.161 - - [2026-08-03 03:51:36] "GET /projects?obj_uuids=28c77334-60f2-4768-8244-ed6ab82f589a&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001596 10.0.0.249 - - [2026-08-03 03:51:36] "GET /project/28c77334-60f2-4768-8244-ed6ab82f589a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1348 0.066727 10.0.0.249 - - [2026-08-03 03:51:37] "POST /neutron/network HTTP/1.1" 200 117 0.023437 10.0.0.50 - - [2026-08-03 03:51:37] "POST /route-targets HTTP/1.1" 200 328 0.015892 10.0.0.249 - - [2026-08-03 03:51:37] "POST /neutron/network HTTP/1.1" 200 833 0.014277 10.0.0.249 - - [2026-08-03 03:51:37] "POST /id-to-fqname HTTP/1.1" 200 222 0.002091 10.0.0.249 - - [2026-08-03 03:51:37] "GET /virtual-network/6ddd2085-0206-46f0-b984-b802bff070dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.007197 10.0.0.249 - - [2026-08-03 03:51:37] "GET /virtual-network/6ddd2085-0206-46f0-b984-b802bff070dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.007308 10.0.0.249 - - [2026-08-03 03:51:37] "POST /neutron/subnet HTTP/1.1" 200 729 0.011895 10.0.0.249 - - [2026-08-03 03:51:37] "GET /virtual-network/6ddd2085-0206-46f0-b984-b802bff070dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.007635 10.0.0.249 - - [2026-08-03 03:51:38] "GET /obj-perms HTTP/1.1" 200 4475 0.004769 10.0.0.249 - - [2026-08-03 03:51:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004831 10.0.0.161 - - [2026-08-03 03:51:38] "GET /projects?obj_uuids=28c77334-60f2-4768-8244-ed6ab82f589a&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001412 10.0.0.249 - - [2026-08-03 03:51:38] "GET /project/28c77334-60f2-4768-8244-ed6ab82f589a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1348 0.072157 10.0.0.50 - - [2026-08-03 03:51:38] "POST /ref-update HTTP/1.1" 200 156 0.044019 10.0.0.161 - - [2026-08-03 03:51:38] "POST /useragent-kv HTTP/1.1" 200 115 0.010962 10.0.0.249 - - [2026-08-03 03:51:38] "POST /neutron/subnet HTTP/1.1" 200 715 0.250587 10.0.0.249 - - [2026-08-03 03:51:38] "POST /id-to-fqname HTTP/1.1" 200 227 0.001669 10.0.0.249 - - [2026-08-03 03:51:38] "GET /virtual-network/9d4aeb84-4169-4e4d-a818-66601516c766?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2062 0.015856 10.0.0.249 - - [2026-08-03 03:51:38] "GET /virtual-network/9d4aeb84-4169-4e4d-a818-66601516c766?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2062 0.009160 10.0.0.249 - - [2026-08-03 03:51:38] "POST /neutron/network HTTP/1.1" 200 840 0.009281 10.0.0.249 - - [2026-08-03 03:51:39] "GET /virtual-network/9d4aeb84-4169-4e4d-a818-66601516c766?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2062 0.007392 10.0.0.161 - - [2026-08-03 03:51:39] "GET /obj-perms HTTP/1.1" 200 4475 0.005161 10.0.0.249 - - [2026-08-03 03:51:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.004793 10.0.0.161 - - [2026-08-03 03:51:39] "GET /projects?obj_uuids=28c77334-60f2-4768-8244-ed6ab82f589a&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001042 10.0.0.249 - - [2026-08-03 03:51:39] "GET /project/28c77334-60f2-4768-8244-ed6ab82f589a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1348 0.055387 10.0.0.161 - - [2026-08-03 03:51:39] "GET /projects?obj_uuids=28c77334-60f2-4768-8244-ed6ab82f589a&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001494 10.0.0.249 - - [2026-08-03 03:51:39] "POST /neutron/network HTTP/1.1" 200 625 0.181851 10.0.0.249 - - [2026-08-03 03:51:40] "POST /id-to-fqname HTTP/1.1" 200 228 0.004135 10.0.0.249 - - [2026-08-03 03:51:40] "GET /virtual-network/1e32bb68-8ab2-4068-9171-3a20d350e511?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.007503 10.0.0.249 - - [2026-08-03 03:51:40] "POST /neutron/network HTTP/1.1" 200 845 0.008745 10.0.0.249 - - [2026-08-03 03:51:40] "GET /virtual-network/1e32bb68-8ab2-4068-9171-3a20d350e511?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.007594 10.0.0.249 - - [2026-08-03 03:51:40] "GET /virtual-network/1e32bb68-8ab2-4068-9171-3a20d350e511?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.006945 10.0.0.50 - - [2026-08-03 03:51:40] "GET /obj-perms HTTP/1.1" 200 4475 0.004565 10.0.0.249 - - [2026-08-03 03:51:40] "POST /id-to-fqname HTTP/1.1" 200 221 0.001572 10.0.0.249 - - [2026-08-03 03:51:41] "POST /neutron/network HTTP/1.1" 200 838 0.009178 10.0.0.249 - - [2026-08-03 03:51:41] "POST /neutron/port HTTP/1.1" 200 117 0.008519 10.0.0.249 - - [2026-08-03 03:51:41] "POST /id-to-fqname HTTP/1.1" 200 222 0.001971 10.0.0.161 - - [2026-08-03 03:51:41] "GET /projects?obj_uuids=28c77334-60f2-4768-8244-ed6ab82f589a&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001234 10.0.0.249 - - [2026-08-03 03:51:41] "GET /project/28c77334-60f2-4768-8244-ed6ab82f589a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1348 0.062564 10.0.0.249 - - [2026-08-03 03:51:41] "POST /neutron/network HTTP/1.1" 200 833 0.009655 10.0.0.249 - - [2026-08-03 03:51:41] "POST /fqname-to-id HTTP/1.1" 404 193 0.004139 10.0.0.249 - - [2026-08-03 03:51:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.005952 10.0.0.161 - - [2026-08-03 03:51:42] "GET /domains?obj_uuids=724de60e-9f87-4d23-867c-6bd9a9880f5b&detail=False&count=False&shared=False HTTP/1.1" 200 316 0.001465 10.0.0.249 - - [2026-08-03 03:51:42] "GET /domain/724de60e-9f87-4d23-867c-6bd9a9880f5b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.010005 10.0.0.249 - - [2026-08-03 03:51:42] "POST /service-templates HTTP/1.1" 200 545 0.045146 10.0.0.249 - - [2026-08-03 03:51:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004681 10.0.0.249 - - [2026-08-03 03:51:42] "GET /service-template/3f4e2411-94da-40b9-aa52-b2027b3ddacd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1813 0.008120 10.0.0.249 - - [2026-08-03 03:51:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004229 10.0.0.249 - - [2026-08-03 03:51:42] "GET /service-template/3f4e2411-94da-40b9-aa52-b2027b3ddacd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1813 0.005390 10.0.0.249 - - [2026-08-03 03:51:42] "POST /id-to-fqname HTTP/1.1" 200 221 0.003456 10.0.0.249 - - [2026-08-03 03:51:42] "POST /id-to-fqname HTTP/1.1" 200 227 0.001813 10.0.0.249 - - [2026-08-03 03:51:42] "POST /id-to-fqname HTTP/1.1" 200 228 0.001995 10.0.0.249 - - [2026-08-03 03:51:42] "POST /neutron/port HTTP/1.1" 200 117 0.010602 10.0.0.249 - - [2026-08-03 03:51:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.005035 10.0.0.249 - - [2026-08-03 03:51:42] "DELETE /service-template/3f4e2411-94da-40b9-aa52-b2027b3ddacd HTTP/1.1" 200 115 0.041145 10.0.0.249 - - [2026-08-03 03:51:42] "POST /fqname-to-id HTTP/1.1" 404 193 0.004897 10.0.0.50 - - [2026-08-03 03:51:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.007221 10.0.0.249 - - [2026-08-03 03:51:43] "POST /neutron/network HTTP/1.1" 200 840 0.010695 10.0.0.50 - - [2026-08-03 03:51:43] "DELETE /route-target/9077641d-66c3-4d04-96fb-704cf310db3a HTTP/1.1" 200 115 0.044463 10.0.0.161 - - [2026-08-03 03:51:44] "POST /useragent-kv HTTP/1.1" 200 115 0.007158 10.0.0.161 - - [2026-08-03 03:51:44] "POST /useragent-kv HTTP/1.1" 200 115 0.004663 10.0.0.249 - - [2026-08-03 03:51:44] "POST /neutron/network HTTP/1.1" 200 151 0.210113 10.0.0.249 - - [2026-08-03 03:51:44] "POST /neutron/network HTTP/1.1" 200 117 0.016030 10.0.0.50 - - [2026-08-03 03:51:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.005067 10.0.0.249 - - [2026-08-03 03:51:44] "POST /neutron/port HTTP/1.1" 200 117 0.018502 10.0.0.50 - - [2026-08-03 03:51:45] "DELETE /route-target/ac18b55b-752f-408d-a512-4adc1391b541 HTTP/1.1" 200 115 0.037181 10.0.0.161 - - [2026-08-03 03:51:46] "GET /projects?obj_uuids=28c77334-60f2-4768-8244-ed6ab82f589a&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001793 10.0.0.249 - - [2026-08-03 03:51:46] "GET /project/28c77334-60f2-4768-8244-ed6ab82f589a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1348 0.078704 10.0.0.161 - - [2026-08-03 03:51:46] "GET /projects?obj_uuids=28c77334-60f2-4768-8244-ed6ab82f589a&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001684 10.0.0.249 - - [2026-08-03 03:51:46] "GET /project/28c77334-60f2-4768-8244-ed6ab82f589a?fields=virtual_networks HTTP/1.1" 200 1024 0.092492 10.0.0.161 - - [2026-08-03 03:51:46] "GET /projects?obj_uuids=28c77334-60f2-4768-8244-ed6ab82f589a&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001356 10.0.0.249 - - [2026-08-03 03:51:46] "GET /project/28c77334-60f2-4768-8244-ed6ab82f589a?fields=virtual_machine_interfaces HTTP/1.1" 200 1024 0.060661 10.0.0.161 - - [2026-08-03 03:51:46] "GET /projects?obj_uuids=28c77334-60f2-4768-8244-ed6ab82f589a&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001332 10.0.0.249 - - [2026-08-03 03:51:46] "GET /project/28c77334-60f2-4768-8244-ed6ab82f589a?fields=security_groups HTTP/1.1" 200 1247 0.067770 10.0.0.249 - - [2026-08-03 03:51:47] "POST /fqname-to-id HTTP/1.1" 404 190 0.033548 10.0.0.161 - - [2026-08-03 03:51:48] "GET /projects?obj_uuids=4838de10-a2c5-431f-90f2-cdff49445b1a&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004336 10.0.0.161 - - [2026-08-03 03:51:48] "GET /domains?obj_uuids=724de60e-9f87-4d23-867c-6bd9a9880f5b&detail=False&count=False&shared=False HTTP/1.1" 200 316 0.001383 10.0.0.161 - - [2026-08-03 03:51:48] "GET /domain/724de60e-9f87-4d23-867c-6bd9a9880f5b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.009754 10.0.0.161 - - [2026-08-03 03:51:48] "POST /id-to-fqname HTTP/1.1" 200 192 0.003255 10.0.0.161 - - [2026-08-03 03:51:48] "POST /fqname-to-id HTTP/1.1" 404 201 0.021371 10.0.0.161 - - [2026-08-03 03:51:48] "POST /security-groups HTTP/1.1" 200 595 0.042236 10.0.0.161 - - [2026-08-03 03:51:48] "POST /projects HTTP/1.1" 200 591 0.315286 10.0.0.50 - - [2026-08-03 03:51:48] "POST /fqname-to-id HTTP/1.1" 404 235 0.010474 10.0.0.161 - - [2026-08-03 03:51:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.403343 10.0.0.249 - - [2026-08-03 03:51:48] "GET /project/4838de10-a2c5-431f-90f2-cdff49445b1a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1373 0.577831 10.0.0.249 - - [2026-08-03 03:51:49] "GET / HTTP/1.1" 200 36215 0.001765 10.0.0.249 - - [2026-08-03 03:51:51] "POST /fqname-to-id HTTP/1.1" 401 293 0.000586 10.0.0.249 - - [2026-08-03 03:51:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.075061 10.0.0.161 - - [2026-08-03 03:51:52] "GET /projects?obj_uuids=4838de10-a2c5-431f-90f2-cdff49445b1a&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001535 10.0.0.249 - - [2026-08-03 03:51:52] "GET /project/4838de10-a2c5-431f-90f2-cdff49445b1a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1373 0.077848 10.0.0.249 - - [2026-08-03 03:51:52] "POST /neutron/network HTTP/1.1" 200 117 0.053865 10.0.0.50 - - [2026-08-03 03:51:52] "POST /ref-update HTTP/1.1" 200 156 0.041204 10.0.0.249 - - [2026-08-03 03:51:52] "POST /neutron/network HTTP/1.1" 200 832 0.015568 10.0.0.249 - - [2026-08-03 03:51:52] "POST /id-to-fqname HTTP/1.1" 200 224 0.001518 10.0.0.249 - - [2026-08-03 03:51:52] "GET /virtual-network/621f2f28-0d77-4dc6-b25a-50ace87a2462?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.006071 10.0.0.249 - - [2026-08-03 03:51:53] "GET /virtual-network/621f2f28-0d77-4dc6-b25a-50ace87a2462?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.009666 10.0.0.249 - - [2026-08-03 03:51:53] "POST /neutron/subnet HTTP/1.1" 200 734 0.012006 10.0.0.249 - - [2026-08-03 03:51:53] "GET /virtual-network/621f2f28-0d77-4dc6-b25a-50ace87a2462?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.007840 10.0.0.249 - - [2026-08-03 03:51:54] "GET /obj-perms HTTP/1.1" 200 4487 0.058105 10.0.0.249 - - [2026-08-03 03:51:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.004907 10.0.0.161 - - [2026-08-03 03:51:55] "GET /projects?obj_uuids=4838de10-a2c5-431f-90f2-cdff49445b1a&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001475 10.0.0.249 - - [2026-08-03 03:51:55] "GET /project/4838de10-a2c5-431f-90f2-cdff49445b1a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1373 0.083261 10.0.0.161 - - [2026-08-03 03:51:55] "POST /useragent-kv HTTP/1.1" 200 115 0.014279 10.0.0.249 - - [2026-08-03 03:51:56] "POST /neutron/subnet HTTP/1.1" 200 734 0.263403 10.0.0.249 - - [2026-08-03 03:51:56] "POST /id-to-fqname HTTP/1.1" 200 225 0.001921 10.0.0.249 - - [2026-08-03 03:51:56] "GET /virtual-network/de469e97-1e0f-4932-be72-9060d7b027b6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2062 0.007203 10.0.0.249 - - [2026-08-03 03:51:56] "GET /virtual-network/de469e97-1e0f-4932-be72-9060d7b027b6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2062 0.007452 10.0.0.249 - - [2026-08-03 03:51:56] "POST /neutron/network HTTP/1.1" 200 834 0.009604 10.0.0.249 - - [2026-08-03 03:51:56] "GET /virtual-network/de469e97-1e0f-4932-be72-9060d7b027b6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2062 0.008764 10.0.0.161 - - [2026-08-03 03:51:56] "GET /obj-perms HTTP/1.1" 200 4487 0.069136 10.0.0.249 - - [2026-08-03 03:51:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004747 10.0.0.161 - - [2026-08-03 03:51:56] "GET /projects?obj_uuids=4838de10-a2c5-431f-90f2-cdff49445b1a&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001652 10.0.0.249 - - [2026-08-03 03:51:57] "GET /project/4838de10-a2c5-431f-90f2-cdff49445b1a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1373 0.053883 10.0.0.161 - - [2026-08-03 03:51:57] "GET /projects?obj_uuids=4838de10-a2c5-431f-90f2-cdff49445b1a&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002035 10.0.0.249 - - [2026-08-03 03:51:57] "POST /neutron/network HTTP/1.1" 200 617 0.192122 10.0.0.50 - - [2026-08-03 03:51:57] "POST /route-targets HTTP/1.1" 200 328 0.018832 10.0.0.249 - - [2026-08-03 03:51:57] "POST /id-to-fqname HTTP/1.1" 200 227 0.004680 10.0.0.249 - - [2026-08-03 03:51:57] "GET /virtual-network/83300e69-ded0-443d-a84b-e4434fc66653?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.007512 10.0.0.249 - - [2026-08-03 03:51:57] "POST /neutron/network HTTP/1.1" 200 836 0.007824 10.0.0.249 - - [2026-08-03 03:51:57] "GET /virtual-network/83300e69-ded0-443d-a84b-e4434fc66653?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.005701 10.0.0.249 - - [2026-08-03 03:51:57] "GET /virtual-network/83300e69-ded0-443d-a84b-e4434fc66653?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.008301 10.0.0.50 - - [2026-08-03 03:51:58] "GET /obj-perms HTTP/1.1" 200 4487 0.050084 10.0.0.249 - - [2026-08-03 03:51:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.005447 10.0.0.161 - - [2026-08-03 03:51:58] "GET /projects?obj_uuids=4838de10-a2c5-431f-90f2-cdff49445b1a&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001333 10.0.0.249 - - [2026-08-03 03:51:58] "GET /project/4838de10-a2c5-431f-90f2-cdff49445b1a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1373 0.067847 10.0.0.249 - - [2026-08-03 03:51:58] "POST /neutron/network HTTP/1.1" 200 117 0.021940 10.0.0.50 - - [2026-08-03 03:51:58] "POST /ref-update HTTP/1.1" 200 156 0.043791 10.0.0.249 - - [2026-08-03 03:51:59] "POST /neutron/network HTTP/1.1" 200 848 0.012484 10.0.0.249 - - [2026-08-03 03:51:59] "POST /id-to-fqname HTTP/1.1" 200 233 0.002151 10.0.0.249 - - [2026-08-03 03:51:59] "GET /virtual-network/6433fc75-ece3-4eaa-b4d9-211eceab44d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2079 0.007366 10.0.0.249 - - [2026-08-03 03:51:59] "GET /virtual-network/6433fc75-ece3-4eaa-b4d9-211eceab44d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2079 0.011875 10.0.0.249 - - [2026-08-03 03:51:59] "POST /neutron/subnet HTTP/1.1" 200 725 0.014216 10.0.0.249 - - [2026-08-03 03:51:59] "GET /virtual-network/6433fc75-ece3-4eaa-b4d9-211eceab44d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2079 0.008560 10.0.0.249 - - [2026-08-03 03:51:59] "GET /obj-perms HTTP/1.1" 200 4487 0.005975 10.0.0.249 - - [2026-08-03 03:51:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.005652 10.0.0.161 - - [2026-08-03 03:51:59] "GET /projects?obj_uuids=4838de10-a2c5-431f-90f2-cdff49445b1a&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001399 10.0.0.249 - - [2026-08-03 03:51:59] "GET /project/4838de10-a2c5-431f-90f2-cdff49445b1a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1373 0.059010 10.0.0.161 - - [2026-08-03 03:52:00] "POST /useragent-kv HTTP/1.1" 200 115 0.018300 10.0.0.249 - - [2026-08-03 03:52:00] "POST /neutron/subnet HTTP/1.1" 200 710 0.294821 10.0.0.249 - - [2026-08-03 03:52:00] "POST /id-to-fqname HTTP/1.1" 200 234 0.001785 10.0.0.249 - - [2026-08-03 03:52:00] "GET /virtual-network/7487c8fb-1d1e-4d8c-baac-575f60d6f9a7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.009145 10.0.0.249 - - [2026-08-03 03:52:00] "GET /virtual-network/7487c8fb-1d1e-4d8c-baac-575f60d6f9a7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.007680 10.0.0.249 - - [2026-08-03 03:52:00] "POST /neutron/network HTTP/1.1" 200 847 0.009222 10.0.0.249 - - [2026-08-03 03:52:00] "GET /virtual-network/7487c8fb-1d1e-4d8c-baac-575f60d6f9a7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.007987 10.0.0.161 - - [2026-08-03 03:52:01] "GET /obj-perms HTTP/1.1" 200 4487 0.007012 10.0.0.249 - - [2026-08-03 03:52:01] "POST /id-to-fqname HTTP/1.1" 200 224 0.002043 10.0.0.249 - - [2026-08-03 03:52:01] "POST /neutron/network HTTP/1.1" 200 832 0.011790 10.0.0.249 - - [2026-08-03 03:52:01] "POST /id-to-fqname HTTP/1.1" 200 225 0.001712 10.0.0.249 - - [2026-08-03 03:52:01] "POST /neutron/port HTTP/1.1" 200 117 0.011568 10.0.0.249 - - [2026-08-03 03:52:02] "POST /neutron/port HTTP/1.1" 200 117 0.011438 10.0.0.249 - - [2026-08-03 03:52:02] "POST /fqname-to-id HTTP/1.1" 404 193 0.004755 10.0.0.249 - - [2026-08-03 03:52:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.006425 10.0.0.161 - - [2026-08-03 03:52:02] "GET /domains?obj_uuids=724de60e-9f87-4d23-867c-6bd9a9880f5b&detail=False&count=False&shared=False HTTP/1.1" 200 316 0.001610 10.0.0.249 - - [2026-08-03 03:52:02] "GET /domain/724de60e-9f87-4d23-867c-6bd9a9880f5b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.010741 10.0.0.249 - - [2026-08-03 03:52:02] "POST /service-templates HTTP/1.1" 200 545 0.042772 10.0.0.249 - - [2026-08-03 03:52:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.005008 10.0.0.249 - - [2026-08-03 03:52:02] "GET /service-template/43eb5224-e78d-4764-bed6-015d3d3e6406?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1644 0.008188 10.0.0.249 - - [2026-08-03 03:52:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004452 10.0.0.249 - - [2026-08-03 03:52:02] "GET /service-template/43eb5224-e78d-4764-bed6-015d3d3e6406?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1644 0.010086 10.0.0.249 - - [2026-08-03 03:52:02] "POST /id-to-fqname HTTP/1.1" 200 233 0.002317 10.0.0.249 - - [2026-08-03 03:52:03] "POST /neutron/network HTTP/1.1" 200 858 0.009943 10.0.0.161 - - [2026-08-03 03:52:03] "GET /projects?obj_uuids=4838de10-a2c5-431f-90f2-cdff49445b1a&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001907 10.0.0.249 - - [2026-08-03 03:52:03] "GET /project/4838de10-a2c5-431f-90f2-cdff49445b1a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1373 0.067284 10.0.0.249 - - [2026-08-03 03:52:03] "POST /neutron/port HTTP/1.1" 200 117 0.009098 10.0.0.249 - - [2026-08-03 03:52:03] "GET /virtual-machine/0638b58c-258d-4b3a-9d75-aea2eb32040f HTTP/1.1" 401 293 0.000563 10.0.0.249 - - [2026-08-03 03:52:03] "GET /virtual-machine/0638b58c-258d-4b3a-9d75-aea2eb32040f HTTP/1.1" 404 171 0.036853 10.0.0.249 - - [2026-08-03 03:52:05] "GET /virtual-machine/0638b58c-258d-4b3a-9d75-aea2eb32040f HTTP/1.1" 404 171 0.004478 10.0.0.249 - - [2026-08-03 03:52:06] "POST /neutron/port HTTP/1.1" 200 1064 0.024978 10.0.0.249 - - [2026-08-03 03:52:06] "POST /neutron/network HTTP/1.1" 200 844 0.010369 10.0.0.249 - - [2026-08-03 03:52:07] "POST /neutron/port HTTP/1.1" 200 1064 0.031687 10.0.0.249 - - [2026-08-03 03:52:07] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005033 10.0.0.249 - - [2026-08-03 03:52:07] "POST /neutron/network HTTP/1.1" 200 832 0.007814 10.0.0.249 - - [2026-08-03 03:52:07] "GET /virtual-machine/0638b58c-258d-4b3a-9d75-aea2eb32040f HTTP/1.1" 404 171 0.004367 10.0.0.249 - - [2026-08-03 03:52:08] "POST /neutron/port HTTP/1.1" 200 1128 0.085106 10.0.0.249 - - [2026-08-03 03:52:08] "POST /neutron/port HTTP/1.1" 200 117 0.001593 10.0.0.249 - - [2026-08-03 03:52:08] "POST /neutron/port HTTP/1.1" 200 1062 0.021375 10.0.0.249 - - [2026-08-03 03:52:10] "GET /virtual-machine/0638b58c-258d-4b3a-9d75-aea2eb32040f HTTP/1.1" 200 1295 0.008152 10.0.0.249 - - [2026-08-03 03:52:10] "GET /virtual-machine-interface/e9ce5a35-a9cc-4ea8-b67c-662bc919512c HTTP/1.1" 200 2991 0.010355 10.0.0.249 - - [2026-08-03 03:52:10] "GET /virtual-machine-interface/e9ce5a35-a9cc-4ea8-b67c-662bc919512c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2769 0.008830 10.0.0.249 - - [2026-08-03 03:52:10] "POST /neutron/floatingip HTTP/1.1" 200 117 0.008063 10.0.0.249 - - [2026-08-03 03:52:10] "PUT /virtual-machine-interface/e9ce5a35-a9cc-4ea8-b67c-662bc919512c HTTP/1.1" 200 285 0.024031 10.0.0.249 - - [2026-08-03 03:52:10] "POST /neutron/network HTTP/1.1" 200 848 0.008546 10.0.0.249 - - [2026-08-03 03:52:15] "POST /neutron/port HTTP/1.1" 200 1126 0.024442 10.0.0.50 - - [2026-08-03 03:52:19] "DELETE /access-control-list/93c35169-ee44-4e20-b6c5-5e54eeb8ed8f HTTP/1.1" 200 115 0.052787 10.0.0.249 - - [2026-08-03 03:52:20] "POST /neutron/security_group HTTP/1.1" 200 2060 0.011336 10.0.0.50 - - [2026-08-03 03:52:22] "GET /obj-perms HTTP/1.1" 200 4509 0.042520 10.0.0.161 - - [2026-08-03 03:52:28] "DELETE /project/4838de10a2c5431f90f2cdff49445b1a HTTP/1.1" 404 173 0.003587 10.0.0.161 - - [2026-08-03 03:52:28] "DELETE /project/28c77334-60f2-4768-8244-ed6ab82f589a HTTP/1.1" 404 177 0.006707 10.0.0.249 - - [2026-08-03 03:52:30] "POST /neutron/port HTTP/1.1" 200 1126 0.026291 10.0.0.249 - - [2026-08-03 03:52:35] "POST /neutron/security_group HTTP/1.1" 200 2060 0.011185 10.0.0.249 - - [2026-08-03 03:52:45] "POST /neutron/port HTTP/1.1" 200 1126 0.024035 10.0.0.249 - - [2026-08-03 03:52:51] "POST /neutron/security_group HTTP/1.1" 200 2060 0.025514 10.0.0.249 - - [2026-08-03 03:52:51] "POST /neutron/port HTTP/1.1" 200 1126 0.030684 10.0.0.249 - - [2026-08-03 03:52:51] "GET /virtual-machine/0638b58c-258d-4b3a-9d75-aea2eb32040f HTTP/1.1" 200 1295 0.005970 10.0.0.249 - - [2026-08-03 03:52:51] "GET /virtual-machine-interface/e9ce5a35-a9cc-4ea8-b67c-662bc919512c HTTP/1.1" 200 3041 0.007072 10.0.0.249 - - [2026-08-03 03:52:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004250 10.0.0.249 - - [2026-08-03 03:52:51] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004866 10.0.0.249 - - [2026-08-03 03:52:51] "GET /virtual-networks?parent_id=4838de10-a2c5-431f-90f2-cdff49445b1a&detail=False&count=False&shared=False HTTP/1.1" 200 1280 0.004521 10.0.0.249 - - [2026-08-03 03:52:51] "GET /virtual-network/6433fc75-ece3-4eaa-b4d9-211eceab44d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2079 0.008096 10.0.0.249 - - [2026-08-03 03:52:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004631 10.0.0.249 - - [2026-08-03 03:52:54] "GET /virtual-network/6433fc75-ece3-4eaa-b4d9-211eceab44d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2079 0.007440 10.0.0.249 - - [2026-08-03 03:52:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004263 10.0.0.249 - - [2026-08-03 03:52:58] "GET /virtual-network/6433fc75-ece3-4eaa-b4d9-211eceab44d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2079 0.007437 10.0.0.249 - - [2026-08-03 03:53:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004833 10.0.0.249 - - [2026-08-03 03:53:02] "GET /virtual-network/6433fc75-ece3-4eaa-b4d9-211eceab44d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2079 0.009152 10.0.0.249 - - [2026-08-03 03:53:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.005256 10.0.0.249 - - [2026-08-03 03:53:06] "GET /virtual-network/6433fc75-ece3-4eaa-b4d9-211eceab44d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2079 0.008019 10.0.0.249 - - [2026-08-03 03:53:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004948 10.0.0.249 - - [2026-08-03 03:53:10] "GET /virtual-network/6433fc75-ece3-4eaa-b4d9-211eceab44d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2079 0.007454 10.0.0.249 - - [2026-08-03 03:53:12] "POST /neutron/security_group HTTP/1.1" 200 2060 0.035098 10.0.0.249 - - [2026-08-03 03:53:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.005411 10.0.0.249 - - [2026-08-03 03:53:15] "GET /virtual-network/6433fc75-ece3-4eaa-b4d9-211eceab44d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2079 0.007642 10.0.0.249 - - [2026-08-03 03:53:15] "POST /neutron/network HTTP/1.1" 200 844 0.036056 10.0.0.249 - - [2026-08-03 03:53:15] "POST /neutron/port HTTP/1.1" 200 117 0.001647 10.0.0.50 - - [2026-08-03 03:53:18] "GET /global-system-configs HTTP/1.1" 401 293 0.000487 10.0.0.50 - - [2026-08-03 03:53:18] "GET /global-system-configs HTTP/1.1" 401 293 0.000500 10.0.0.249 - - [2026-08-03 03:53:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.005149 10.0.0.249 - - [2026-08-03 03:53:19] "GET /virtual-network/6433fc75-ece3-4eaa-b4d9-211eceab44d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2079 0.008037 10.0.0.50 - - [2026-08-03 03:53:19] "GET /global-system-configs HTTP/1.1" 401 293 0.000642 10.0.0.50 - - [2026-08-03 03:53:19] "GET /global-system-configs HTTP/1.1" 401 293 0.000474 10.0.0.161 - - [2026-08-03 03:53:19] "GET /global-system-configs HTTP/1.1" 401 293 0.000555 10.0.0.161 - - [2026-08-03 03:53:19] "GET /global-system-configs HTTP/1.1" 401 293 0.001295 10.0.0.161 - - [2026-08-03 03:53:21] "GET /global-system-configs HTTP/1.1" 401 293 0.000545 10.0.0.161 - - [2026-08-03 03:53:21] "GET /global-system-configs HTTP/1.1" 401 293 0.000542 10.0.0.249 - - [2026-08-03 03:53:21] "GET /global-system-configs HTTP/1.1" 401 293 0.000500 10.0.0.249 - - [2026-08-03 03:53:21] "GET /global-system-configs HTTP/1.1" 401 293 0.000481 10.0.0.249 - - [2026-08-03 03:53:21] "POST /neutron/port HTTP/1.1" 200 1128 0.023163 10.0.0.249 - - [2026-08-03 03:53:22] "GET /global-system-configs HTTP/1.1" 401 293 0.000575 10.0.0.249 - - [2026-08-03 03:53:22] "GET /global-system-configs HTTP/1.1" 401 293 0.000530 10.0.0.249 - - [2026-08-03 03:53:22] "POST /neutron/subnet HTTP/1.1" 200 708 0.014024 10.0.0.249 - - [2026-08-03 03:53:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004726 10.0.0.249 - - [2026-08-03 03:53:23] "GET /virtual-network/6433fc75-ece3-4eaa-b4d9-211eceab44d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2079 0.007587 10.0.0.249 - - [2026-08-03 03:53:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004681 10.0.0.249 - - [2026-08-03 03:53:27] "GET /virtual-network/6433fc75-ece3-4eaa-b4d9-211eceab44d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2079 0.008288 10.0.0.249 - - [2026-08-03 03:53:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.004790 10.0.0.249 - - [2026-08-03 03:53:31] "GET /virtual-network/6433fc75-ece3-4eaa-b4d9-211eceab44d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2079 0.006535 10.0.0.249 - - [2026-08-03 03:53:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004769 10.0.0.249 - - [2026-08-03 03:53:35] "GET /virtual-network/6433fc75-ece3-4eaa-b4d9-211eceab44d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2079 0.007489 10.0.0.249 - - [2026-08-03 03:53:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.004958 10.0.0.249 - - [2026-08-03 03:53:39] "GET /virtual-network/6433fc75-ece3-4eaa-b4d9-211eceab44d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2079 0.008198 10.0.0.249 - - [2026-08-03 03:53:43] "POST /neutron/port HTTP/1.1" 200 1128 0.027958 10.0.0.249 - - [2026-08-03 03:53:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.004379 10.0.0.249 - - [2026-08-03 03:53:43] "GET /virtual-network/6433fc75-ece3-4eaa-b4d9-211eceab44d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2079 0.010518 10.0.0.249 - - [2026-08-03 03:53:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004894 10.0.0.249 - - [2026-08-03 03:53:45] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005517 10.0.0.249 - - [2026-08-03 03:53:45] "GET /virtual-networks?parent_id=4838de10-a2c5-431f-90f2-cdff49445b1a&detail=False&count=False&shared=False HTTP/1.1" 200 1280 0.004641 10.0.0.249 - - [2026-08-03 03:53:45] "GET /virtual-network/6433fc75-ece3-4eaa-b4d9-211eceab44d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2079 0.008103 10.0.0.249 - - [2026-08-03 03:53:46] "POST /neutron/security_group HTTP/1.1" 200 2060 0.010765 10.0.0.249 - - [2026-08-03 03:53:52] "POST /neutron/port HTTP/1.1" 200 1126 0.027209 10.0.0.249 - - [2026-08-03 03:53:56] "POST /neutron/security_group HTTP/1.1" 200 2060 0.009071 10.0.0.249 - - [2026-08-03 03:54:01] "POST /fqname-to-id HTTP/1.1" 404 211 0.006090 10.0.0.249 - - [2026-08-03 03:54:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.005245 10.0.0.161 - - [2026-08-03 03:54:01] "GET /projects?obj_uuids=4838de10-a2c5-431f-90f2-cdff49445b1a&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002002 10.0.0.249 - - [2026-08-03 03:54:01] "GET /project/4838de10-a2c5-431f-90f2-cdff49445b1a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1373 0.093367 10.0.0.249 - - [2026-08-03 03:54:01] "POST /service-instances HTTP/1.1" 200 549 0.057017 10.0.0.249 - - [2026-08-03 03:54:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.013067 10.0.0.249 - - [2026-08-03 03:54:01] "GET /service-instance/f6fe4e16-be4c-4db3-b196-f6c4effa6094?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2076 0.009842 10.0.0.249 - - [2026-08-03 03:54:02] "POST /port-tuples HTTP/1.1" 200 592 0.080177 10.0.0.249 - - [2026-08-03 03:54:02] "GET /virtual-machine-interface/e9ce5a35-a9cc-4ea8-b67c-662bc919512c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2819 0.007569 10.0.0.249 - - [2026-08-03 03:54:02] "PUT /virtual-machine-interface/e9ce5a35-a9cc-4ea8-b67c-662bc919512c HTTP/1.1" 200 285 0.027504 10.0.0.249 - - [2026-08-03 03:54:02] "POST /ref-update HTTP/1.1" 200 156 0.039638 10.0.0.50 - - [2026-08-03 03:54:02] "POST /ref-update HTTP/1.1" 200 156 0.090833 10.0.0.249 - - [2026-08-03 03:54:02] "POST /neutron/port HTTP/1.1" 200 1128 0.175037 10.0.0.50 - - [2026-08-03 03:54:02] "POST /ref-update HTTP/1.1" 200 156 0.025739 10.0.0.249 - - [2026-08-03 03:54:02] "POST /neutron/security_group HTTP/1.1" 200 2060 0.012281 10.0.0.249 - - [2026-08-03 03:54:02] "GET /virtual-machine/268a3397-cb74-4fbb-b818-588d6b615abe HTTP/1.1" 200 1296 0.008753 10.0.0.249 - - [2026-08-03 03:54:02] "GET /virtual-machine-interface/63bfa835-314d-461e-9730-930bf4f47491 HTTP/1.1" 200 2963 0.008032 10.0.0.249 - - [2026-08-03 03:54:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003999 10.0.0.249 - - [2026-08-03 03:54:02] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005086 10.0.0.249 - - [2026-08-03 03:54:02] "GET /virtual-networks?parent_id=4838de10-a2c5-431f-90f2-cdff49445b1a&detail=False&count=False&shared=False HTTP/1.1" 200 1280 0.004927 10.0.0.249 - - [2026-08-03 03:54:03] "GET /virtual-network/621f2f28-0d77-4dc6-b25a-50ace87a2462?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.007345 10.0.0.249 - - [2026-08-03 03:54:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.005409 10.0.0.249 - - [2026-08-03 03:54:04] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005785 10.0.0.249 - - [2026-08-03 03:54:04] "GET /virtual-networks?parent_id=4838de10-a2c5-431f-90f2-cdff49445b1a&detail=False&count=False&shared=False HTTP/1.1" 200 1280 0.004181 10.0.0.249 - - [2026-08-03 03:54:04] "GET /virtual-network/621f2f28-0d77-4dc6-b25a-50ace87a2462?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.009180 10.0.0.249 - - [2026-08-03 03:54:04] "POST /neutron/port HTTP/1.1" 200 1128 0.022419 10.0.0.249 - - [2026-08-03 03:54:04] "POST /neutron/security_group HTTP/1.1" 200 2060 0.009084 10.0.0.249 - - [2026-08-03 03:54:04] "GET /virtual-machine/3de7910e-f50b-4a7a-8d61-c675122fd5f1 HTTP/1.1" 200 1296 0.007506 10.0.0.249 - - [2026-08-03 03:54:04] "GET /virtual-machine-interface/24b9ef63-f2fa-4c96-a8b2-0a9584a96def HTTP/1.1" 200 2966 0.007358 10.0.0.249 - - [2026-08-03 03:54:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.005428 10.0.0.249 - - [2026-08-03 03:54:04] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005211 10.0.0.249 - - [2026-08-03 03:54:04] "GET /virtual-networks?parent_id=4838de10-a2c5-431f-90f2-cdff49445b1a&detail=False&count=False&shared=False HTTP/1.1" 200 1280 0.004383 10.0.0.249 - - [2026-08-03 03:54:04] "GET /virtual-network/de469e97-1e0f-4932-be72-9060d7b027b6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2062 0.007460 10.0.0.249 - - [2026-08-03 03:54:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004308 10.0.0.249 - - [2026-08-03 03:54:05] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004569 10.0.0.249 - - [2026-08-03 03:54:05] "GET /virtual-networks?parent_id=4838de10-a2c5-431f-90f2-cdff49445b1a&detail=False&count=False&shared=False HTTP/1.1" 200 1280 0.004128 10.0.0.249 - - [2026-08-03 03:54:05] "GET /virtual-network/de469e97-1e0f-4932-be72-9060d7b027b6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2062 0.008371 10.0.0.249 - - [2026-08-03 03:54:06] "POST /fqname-to-id HTTP/1.1" 404 215 0.004824 10.0.0.249 - - [2026-08-03 03:54:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004605 10.0.0.161 - - [2026-08-03 03:54:06] "GET /projects?obj_uuids=4838de10-a2c5-431f-90f2-cdff49445b1a&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001227 10.0.0.249 - - [2026-08-03 03:54:06] "GET /project/4838de10-a2c5-431f-90f2-cdff49445b1a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1373 0.069123 10.0.0.249 - - [2026-08-03 03:54:06] "POST /network-policys HTTP/1.1" 200 553 0.036393 10.0.0.249 - - [2026-08-03 03:54:06] "GET /network-policy/b9ecdbf5-fe53-4c70-802c-76ea3178b1c9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2474 0.007826 10.0.0.249 - - [2026-08-03 03:54:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003791 10.0.0.249 - - [2026-08-03 03:54:06] "GET /virtual-network/621f2f28-0d77-4dc6-b25a-50ace87a2462?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.007959 10.0.0.249 - - [2026-08-03 03:54:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004464 10.0.0.249 - - [2026-08-03 03:54:06] "GET /network-policy/b9ecdbf5-fe53-4c70-802c-76ea3178b1c9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2474 0.006030 10.0.0.249 - - [2026-08-03 03:54:06] "POST /ref-update HTTP/1.1" 200 156 0.103247 10.0.0.50 - - [2026-08-03 03:54:06] "POST /access-control-lists HTTP/1.1" 200 598 0.073116 10.0.0.249 - - [2026-08-03 03:54:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.025583 10.0.0.249 - - [2026-08-03 03:54:06] "GET /network-policy/b9ecdbf5-fe53-4c70-802c-76ea3178b1c9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2474 0.010302 10.0.0.249 - - [2026-08-03 03:54:06] "GET /virtual-network/621f2f28-0d77-4dc6-b25a-50ace87a2462?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2372 0.010210 10.0.0.249 - - [2026-08-03 03:54:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004108 10.0.0.249 - - [2026-08-03 03:54:06] "GET /network-policy/b9ecdbf5-fe53-4c70-802c-76ea3178b1c9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2474 0.005727 10.0.0.249 - - [2026-08-03 03:54:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004244 10.0.0.249 - - [2026-08-03 03:54:06] "GET /virtual-network/de469e97-1e0f-4932-be72-9060d7b027b6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2062 0.009071 10.0.0.249 - - [2026-08-03 03:54:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004081 10.0.0.249 - - [2026-08-03 03:54:06] "GET /network-policy/b9ecdbf5-fe53-4c70-802c-76ea3178b1c9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2474 0.005529 10.0.0.249 - - [2026-08-03 03:54:07] "POST /ref-update HTTP/1.1" 200 156 0.092457 10.0.0.50 - - [2026-08-03 03:54:07] "POST /access-control-lists HTTP/1.1" 200 601 0.064748 10.0.0.249 - - [2026-08-03 03:54:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.013176 10.0.0.249 - - [2026-08-03 03:54:07] "GET /network-policy/b9ecdbf5-fe53-4c70-802c-76ea3178b1c9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2474 0.007722 10.0.0.249 - - [2026-08-03 03:54:07] "GET /virtual-network/de469e97-1e0f-4932-be72-9060d7b027b6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2376 0.022676 10.0.0.249 - - [2026-08-03 03:54:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004125 10.0.0.249 - - [2026-08-03 03:54:07] "GET /network-policy/b9ecdbf5-fe53-4c70-802c-76ea3178b1c9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2474 0.005739 10.0.0.249 - - [2026-08-03 03:54:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.005103 10.0.0.249 - - [2026-08-03 03:54:07] "GET /service-template/43eb5224-e78d-4764-bed6-015d3d3e6406?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1644 0.005451 10.0.0.249 - - [2026-08-03 03:54:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003396 10.0.0.161 - - [2026-08-03 03:54:07] "GET /projects?obj_uuids=4838de10-a2c5-431f-90f2-cdff49445b1a&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001184 10.0.0.249 - - [2026-08-03 03:54:07] "GET /project/4838de10-a2c5-431f-90f2-cdff49445b1a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1373 0.065755 10.0.0.249 - - [2026-08-03 03:54:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004690 10.0.0.249 - - [2026-08-03 03:54:07] "GET /service-instance/f6fe4e16-be4c-4db3-b196-f6c4effa6094?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.007997 10.0.0.249 - - [2026-08-03 03:54:08] "POST /neutron/port HTTP/1.1" 200 1384 0.041165 10.0.0.249 - - [2026-08-03 03:54:08] "POST /neutron/security_group HTTP/1.1" 200 2060 0.009410 10.0.0.249 - - [2026-08-03 03:54:08] "POST /neutron/port HTTP/1.1" 200 1384 0.031517 10.0.0.249 - - [2026-08-03 03:54:08] "POST /neutron/network HTTP/1.1" 200 848 0.008873 10.0.0.249 - - [2026-08-03 03:54:08] "POST /id-to-fqname HTTP/1.1" 200 233 0.001750 10.0.0.249 - - [2026-08-03 03:54:08] "GET /virtual-machine/0638b58c-258d-4b3a-9d75-aea2eb32040f HTTP/1.1" 200 1295 0.005690 10.0.0.249 - - [2026-08-03 03:54:08] "GET /virtual-machine-interface/e9ce5a35-a9cc-4ea8-b67c-662bc919512c HTTP/1.1" 200 3900 0.007110 10.0.0.249 - - [2026-08-03 03:54:08] "GET /instance-ip/0d8612e1-5b41-483c-bcf7-6c41b3bf151a HTTP/1.1" 200 1967 0.005331 10.0.0.249 - - [2026-08-03 03:54:08] "GET /instance-ip/451d50b8-1ffd-4e50-ae8c-4cb910e090c4 HTTP/1.1" 200 1638 0.007152 10.0.0.249 - - [2026-08-03 03:54:08] "GET /instance-ip/e0f64bfc-a5ec-4c5d-be1a-3d3e33795da7 HTTP/1.1" 200 1967 0.005451 10.0.0.249 - - [2026-08-03 03:54:08] "POST /neutron/port HTTP/1.1" 200 1384 0.028333 10.0.0.249 - - [2026-08-03 03:54:08] "GET /virtual-machine/0638b58c-258d-4b3a-9d75-aea2eb32040f HTTP/1.1" 200 1295 0.005856 10.0.0.249 - - [2026-08-03 03:54:08] "GET /virtual-machine-interface/e9ce5a35-a9cc-4ea8-b67c-662bc919512c HTTP/1.1" 200 3900 0.007541 10.0.0.249 - - [2026-08-03 03:54:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004526 10.0.0.249 - - [2026-08-03 03:54:08] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004855 10.0.0.249 - - [2026-08-03 03:54:08] "GET /virtual-networks?parent_id=4838de10-a2c5-431f-90f2-cdff49445b1a&detail=False&count=False&shared=False HTTP/1.1" 200 1280 0.003912 10.0.0.249 - - [2026-08-03 03:54:08] "GET /virtual-network/6433fc75-ece3-4eaa-b4d9-211eceab44d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2079 0.007233 10.0.0.249 - - [2026-08-03 03:54:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.004415 10.0.0.249 - - [2026-08-03 03:54:09] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004728 10.0.0.249 - - [2026-08-03 03:54:09] "GET /virtual-networks?parent_id=4838de10-a2c5-431f-90f2-cdff49445b1a&detail=False&count=False&shared=False HTTP/1.1" 200 1280 0.004324 10.0.0.249 - - [2026-08-03 03:54:10] "GET /virtual-network/6433fc75-ece3-4eaa-b4d9-211eceab44d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2079 0.007179 10.0.0.249 - - [2026-08-03 03:54:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004619 10.0.0.249 - - [2026-08-03 03:54:10] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005877 10.0.0.249 - - [2026-08-03 03:54:10] "GET /virtual-networks?parent_id=4838de10-a2c5-431f-90f2-cdff49445b1a&detail=False&count=False&shared=False HTTP/1.1" 200 1280 0.004974 10.0.0.249 - - [2026-08-03 03:54:10] "GET /virtual-network/6433fc75-ece3-4eaa-b4d9-211eceab44d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2079 0.007661 10.0.0.249 - - [2026-08-03 03:54:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004797 10.0.0.249 - - [2026-08-03 03:54:10] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005304 10.0.0.249 - - [2026-08-03 03:54:10] "GET /virtual-networks?parent_id=4838de10-a2c5-431f-90f2-cdff49445b1a&detail=False&count=False&shared=False HTTP/1.1" 200 1280 0.004368 10.0.0.249 - - [2026-08-03 03:54:10] "GET /virtual-network/6433fc75-ece3-4eaa-b4d9-211eceab44d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2079 0.008881 10.0.0.249 - - [2026-08-03 03:54:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004659 10.0.0.249 - - [2026-08-03 03:54:10] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004827 10.0.0.249 - - [2026-08-03 03:54:10] "GET /virtual-networks?parent_id=4838de10-a2c5-431f-90f2-cdff49445b1a&detail=False&count=False&shared=False HTTP/1.1" 200 1280 0.004481 10.0.0.249 - - [2026-08-03 03:54:10] "GET /virtual-network/6433fc75-ece3-4eaa-b4d9-211eceab44d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2079 0.007968 10.0.0.249 - - [2026-08-03 03:54:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003902 10.0.0.249 - - [2026-08-03 03:54:10] "GET /routing-instance/9f002795-0b2e-4bfd-aaf9-e93a4a65482e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2104 0.005343 10.0.0.249 - - [2026-08-03 03:54:10] "GET /routing-instance/9f002795-0b2e-4bfd-aaf9-e93a4a65482e?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1593 0.006746 10.0.0.249 - - [2026-08-03 03:54:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004687 10.0.0.249 - - [2026-08-03 03:54:10] "GET /routing-instance/7c819411-7f8f-42b3-95c1-e3d479526b17?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2105 0.006613 10.0.0.249 - - [2026-08-03 03:54:10] "GET /routing-instance/7c819411-7f8f-42b3-95c1-e3d479526b17?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1595 0.008882 10.0.0.249 - - [2026-08-03 03:54:15] "POST /neutron/port HTTP/1.1" 200 1128 0.025312 10.0.0.249 - - [2026-08-03 03:54:16] "POST /neutron/subnet HTTP/1.1" 200 708 0.013070 10.0.0.249 - - [2026-08-03 03:54:22] "POST /neutron/port HTTP/1.1" 200 1384 0.030413 10.0.0.249 - - [2026-08-03 03:54:24] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005636 10.0.0.249 - - [2026-08-03 03:54:24] "POST /neutron/network HTTP/1.1" 200 848 0.008414 10.0.0.249 - - [2026-08-03 03:54:24] "GET /obj-perms HTTP/1.1" 200 4509 0.048653 10.0.0.249 - - [2026-08-03 03:55:03] "GET /network-policy/b9ecdbf5-fe53-4c70-802c-76ea3178b1c9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2474 0.005575 10.0.0.249 - - [2026-08-03 03:55:03] "PUT /network-policy/b9ecdbf5-fe53-4c70-802c-76ea3178b1c9 HTTP/1.1" 200 263 0.021249 10.0.0.249 - - [2026-08-03 03:55:03] "GET /network-policy/b9ecdbf5-fe53-4c70-802c-76ea3178b1c9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3770 0.007261 10.0.0.50 - - [2026-08-03 03:55:04] "PUT /access-control-list/c7cf3285-f86c-4e86-95e7-dbc51cffe84e HTTP/1.1" 200 273 0.065959 10.0.0.249 - - [2026-08-03 03:55:16] "POST /neutron/port HTTP/1.1" 200 1128 0.021990 10.0.0.249 - - [2026-08-03 03:55:18] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005391 10.0.0.249 - - [2026-08-03 03:55:18] "POST /neutron/network HTTP/1.1" 200 926 0.010397 10.0.0.249 - - [2026-08-03 03:55:23] "POST /neutron/network HTTP/1.1" 200 934 0.008560 10.0.0.249 - - [2026-08-03 03:55:23] "POST /neutron/port HTTP/1.1" 200 117 0.001534 10.0.0.161 - - [2026-08-03 03:55:25] "GET /obj-perms HTTP/1.1" 200 4509 0.071375 10.0.0.249 - - [2026-08-03 03:55:27] "POST /neutron/security_group HTTP/1.1" 200 2060 0.010754 10.0.0.249 - - [2026-08-03 03:55:32] "POST /ref-update HTTP/1.1" 200 156 0.088777 10.0.0.249 - - [2026-08-03 03:55:32] "GET /virtual-network/de469e97-1e0f-4932-be72-9060d7b027b6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2062 0.013195 10.0.0.249 - - [2026-08-03 03:55:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.006387 10.0.0.249 - - [2026-08-03 03:55:32] "GET /network-policy/b9ecdbf5-fe53-4c70-802c-76ea3178b1c9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3770 0.016521 10.0.0.50 - - [2026-08-03 03:55:32] "POST /ref-update HTTP/1.1" 200 156 0.070675 10.0.0.249 - - [2026-08-03 03:55:32] "POST /ref-update HTTP/1.1" 200 156 0.076806 10.0.0.249 - - [2026-08-03 03:55:32] "GET /virtual-network/621f2f28-0d77-4dc6-b25a-50ace87a2462?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.017875 10.0.0.249 - - [2026-08-03 03:55:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.019809 10.0.0.249 - - [2026-08-03 03:55:32] "GET /network-policy/b9ecdbf5-fe53-4c70-802c-76ea3178b1c9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3770 0.008743 10.0.0.50 - - [2026-08-03 03:55:32] "POST /ref-update HTTP/1.1" 200 156 0.056364 10.0.0.249 - - [2026-08-03 03:55:32] "DELETE /network-policy/b9ecdbf5-fe53-4c70-802c-76ea3178b1c9 HTTP/1.1" 200 115 0.097865 10.0.0.249 - - [2026-08-03 03:55:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.043776 10.0.0.50 - - [2026-08-03 03:55:33] "POST /ref-update HTTP/1.1" 200 156 0.060313 10.0.0.249 - - [2026-08-03 03:55:33] "DELETE /service-instance/f6fe4e16-be4c-4db3-b196-f6c4effa6094 HTTP/1.1" 200 115 0.118854 10.0.0.50 - - [2026-08-03 03:55:33] "POST /ref-update HTTP/1.1" 200 156 0.047242 10.0.0.249 - - [2026-08-03 03:55:33] "GET /service-instances?detail=False&count=False&shared=False HTTP/1.1" 200 133 0.005695 10.0.0.249 - - [2026-08-03 03:55:33] "GET /service-instances?detail=False&count=False&shared=False HTTP/1.1" 200 133 0.004918 10.0.0.50 - - [2026-08-03 03:55:33] "DELETE /instance-ip/0d8612e1-5b41-483c-bcf7-6c41b3bf151a HTTP/1.1" 200 115 0.054217 10.0.0.249 - - [2026-08-03 03:55:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.004309 10.0.0.249 - - [2026-08-03 03:55:33] "DELETE /service-template/43eb5224-e78d-4764-bed6-015d3d3e6406 HTTP/1.1" 200 115 0.041173 10.0.0.249 - - [2026-08-03 03:55:33] "POST /fqname-to-id HTTP/1.1" 404 193 0.008081 10.0.0.249 - - [2026-08-03 03:55:33] "POST /neutron/network HTTP/1.1" 200 847 0.009151 10.0.0.249 - - [2026-08-03 03:55:34] "POST /neutron/network HTTP/1.1" 400 204 0.024780 10.0.0.249 - - [2026-08-03 03:55:36] "POST /neutron/port HTTP/1.1" 200 1128 0.026022 10.0.0.249 - - [2026-08-03 03:55:36] "POST /neutron/port HTTP/1.1" 200 151 0.294124 10.0.0.249 - - [2026-08-03 03:55:36] "POST /neutron/port HTTP/1.1" 200 151 0.434151 10.0.0.50 - - [2026-08-03 03:55:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.005729 10.0.0.249 - - [2026-08-03 03:55:36] "POST /neutron/network HTTP/1.1" 200 836 0.009452 10.0.0.50 - - [2026-08-03 03:55:37] "DELETE /route-target/3cf0d55e-c462-492d-aa3a-4b74c17f6d5f HTTP/1.1" 200 115 0.053343 10.0.0.161 - - [2026-08-03 03:55:37] "POST /useragent-kv HTTP/1.1" 200 115 0.081642 10.0.0.161 - - [2026-08-03 03:55:37] "POST /useragent-kv HTTP/1.1" 200 115 0.002809 10.0.0.249 - - [2026-08-03 03:55:37] "POST /neutron/network HTTP/1.1" 200 151 0.239777 10.0.0.50 - - [2026-08-03 03:55:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.008790 10.0.0.161 - - [2026-08-03 03:55:39] "GET /projects?obj_uuids=4838de10-a2c5-431f-90f2-cdff49445b1a&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001440 10.0.0.249 - - [2026-08-03 03:55:39] "GET /project/4838de10-a2c5-431f-90f2-cdff49445b1a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1373 0.064141 10.0.0.161 - - [2026-08-03 03:55:39] "GET /projects?obj_uuids=4838de10-a2c5-431f-90f2-cdff49445b1a&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001884 10.0.0.249 - - [2026-08-03 03:55:39] "GET /project/4838de10-a2c5-431f-90f2-cdff49445b1a?fields=virtual_networks HTTP/1.1" 200 1037 0.056559 10.0.0.161 - - [2026-08-03 03:55:39] "GET /projects?obj_uuids=4838de10-a2c5-431f-90f2-cdff49445b1a&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001356 10.0.0.249 - - [2026-08-03 03:55:39] "GET /project/4838de10-a2c5-431f-90f2-cdff49445b1a?fields=virtual_machine_interfaces HTTP/1.1" 200 1037 0.062961 10.0.0.161 - - [2026-08-03 03:55:39] "GET /projects?obj_uuids=4838de10-a2c5-431f-90f2-cdff49445b1a&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001312 10.0.0.249 - - [2026-08-03 03:55:40] "GET /project/4838de10-a2c5-431f-90f2-cdff49445b1a?fields=security_groups HTTP/1.1" 200 1266 0.070799 10.0.0.249 - - [2026-08-03 03:55:41] "POST /fqname-to-id HTTP/1.1" 404 189 0.035676 10.0.0.161 - - [2026-08-03 03:55:41] "GET /projects?obj_uuids=336624ee-42fe-4500-ac3a-b5145b9dd466&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003823 10.0.0.161 - - [2026-08-03 03:55:41] "GET /domains?obj_uuids=724de60e-9f87-4d23-867c-6bd9a9880f5b&detail=False&count=False&shared=False HTTP/1.1" 200 316 0.001445 10.0.0.161 - - [2026-08-03 03:55:41] "GET /domain/724de60e-9f87-4d23-867c-6bd9a9880f5b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.010212 10.0.0.161 - - [2026-08-03 03:55:41] "POST /id-to-fqname HTTP/1.1" 200 191 0.005261 10.0.0.161 - - [2026-08-03 03:55:41] "POST /fqname-to-id HTTP/1.1" 404 200 0.004721 10.0.0.161 - - [2026-08-03 03:55:41] "POST /security-groups HTTP/1.1" 200 594 0.041807 10.0.0.161 - - [2026-08-03 03:55:41] "POST /projects HTTP/1.1" 200 589 0.305601 10.0.0.50 - - [2026-08-03 03:55:41] "POST /access-control-lists HTTP/1.1" 200 599 0.033887 10.0.0.161 - - [2026-08-03 03:55:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.385901 10.0.0.249 - - [2026-08-03 03:55:41] "GET /project/336624ee-42fe-4500-ac3a-b5145b9dd466?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1369 0.565042 10.0.0.249 - - [2026-08-03 03:55:43] "GET / HTTP/1.1" 200 36215 0.001782 10.0.0.249 - - [2026-08-03 03:55:45] "GET /project/336624ee-42fe-4500-ac3a-b5145b9dd466?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000692 10.0.0.161 - - [2026-08-03 03:55:46] "GET /projects?obj_uuids=336624ee-42fe-4500-ac3a-b5145b9dd466&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001603 10.0.0.249 - - [2026-08-03 03:55:46] "GET /project/336624ee-42fe-4500-ac3a-b5145b9dd466?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1369 0.101520 10.0.0.249 - - [2026-08-03 03:55:46] "POST /fqname-to-id HTTP/1.1" 404 180 0.004445 10.0.0.249 - - [2026-08-03 03:55:46] "POST /virtual-DNSs HTTP/1.1" 200 509 0.043984 10.0.0.249 - - [2026-08-03 03:55:46] "GET /virtual-DNS/971c4c4b-c200-459b-85fe-22718dd3c6cf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1439 0.015774 10.0.0.249 - - [2026-08-03 03:55:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004732 10.0.0.249 - - [2026-08-03 03:55:46] "GET /virtual-DNS/971c4c4b-c200-459b-85fe-22718dd3c6cf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1439 0.005530 10.0.0.249 - - [2026-08-03 03:55:46] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 547 0.004067 10.0.0.249 - - [2026-08-03 03:55:47] "POST /network-ipams HTTP/1.1" 200 516 0.037878 10.0.0.249 - - [2026-08-03 03:55:47] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 754 0.006572 10.0.0.249 - - [2026-08-03 03:55:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004897 10.0.0.249 - - [2026-08-03 03:55:47] "GET /network-ipam/c9e39224-934e-4a45-b12a-56672056d9ba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1402 0.008861 10.0.0.249 - - [2026-08-03 03:55:47] "PUT /network-ipam/c9e39224-934e-4a45-b12a-56672056d9ba HTTP/1.1" 200 259 0.024462 10.0.0.249 - - [2026-08-03 03:55:47] "POST /ref-update HTTP/1.1" 200 156 0.021868 10.0.0.249 - - [2026-08-03 03:55:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.008718 10.0.0.161 - - [2026-08-03 03:55:47] "GET /projects?obj_uuids=336624ee-42fe-4500-ac3a-b5145b9dd466&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001992 10.0.0.249 - - [2026-08-03 03:55:47] "GET /project/336624ee-42fe-4500-ac3a-b5145b9dd466?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1369 0.079287 10.0.0.249 - - [2026-08-03 03:55:47] "POST /neutron/network HTTP/1.1" 200 117 0.037612 10.0.0.50 - - [2026-08-03 03:55:47] "POST /route-targets HTTP/1.1" 200 328 0.020611 10.0.0.249 - - [2026-08-03 03:55:48] "POST /neutron/network HTTP/1.1" 200 833 0.016253 10.0.0.249 - - [2026-08-03 03:55:48] "POST /id-to-fqname HTTP/1.1" 200 227 0.001721 10.0.0.249 - - [2026-08-03 03:55:48] "GET /virtual-network/4b3625b1-c255-4c76-9759-2014963b289c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.007409 10.0.0.249 - - [2026-08-03 03:55:48] "GET /virtual-network/4b3625b1-c255-4c76-9759-2014963b289c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.008599 10.0.0.249 - - [2026-08-03 03:55:48] "POST /neutron/subnet HTTP/1.1" 200 711 0.012631 10.0.0.249 - - [2026-08-03 03:55:48] "POST /id-to-fqname HTTP/1.1" 200 227 0.002017 10.0.0.249 - - [2026-08-03 03:55:48] "POST /neutron/network HTTP/1.1" 200 843 0.008815 10.0.0.249 - - [2026-08-03 03:55:49] "POST /neutron/port HTTP/1.1" 200 117 0.009497 10.0.0.161 - - [2026-08-03 03:55:53] "GET /projects?obj_uuids=336624ee-42fe-4500-ac3a-b5145b9dd466&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001482 10.0.0.249 - - [2026-08-03 03:55:53] "POST /neutron/port HTTP/1.1" 200 1058 0.409262 10.0.0.249 - - [2026-08-03 03:55:53] "POST /neutron/port HTTP/1.1" 200 1112 0.179895 10.0.0.249 - - [2026-08-03 03:55:54] "POST /neutron/port HTTP/1.1" 200 1122 0.023021 10.0.0.249 - - [2026-08-03 03:55:54] "POST /neutron/port HTTP/1.1" 200 117 0.002018 10.0.0.249 - - [2026-08-03 03:55:59] "POST /neutron/security_group HTTP/1.1" 200 2059 0.009750 10.0.0.249 - - [2026-08-03 03:56:09] "POST /neutron/port HTTP/1.1" 200 1122 0.024815 10.0.0.249 - - [2026-08-03 03:56:14] "POST /neutron/security_group HTTP/1.1" 200 2059 0.010108 10.0.0.249 - - [2026-08-03 03:56:19] "POST /neutron/port HTTP/1.1" 200 1122 0.040386 10.0.0.249 - - [2026-08-03 03:56:20] "POST /neutron/security_group HTTP/1.1" 200 2059 0.020835 10.0.0.249 - - [2026-08-03 03:56:20] "GET /virtual-machine/963c762f-a622-4a45-bb5e-3e6d28d7d810 HTTP/1.1" 401 293 0.000633 10.0.0.50 - - [2026-08-03 03:56:20] "DELETE /access-control-list/c3d9f8f5-4649-4c4e-a123-839829ccc365 HTTP/1.1" 200 115 0.075502 10.0.0.249 - - [2026-08-03 03:56:20] "GET /virtual-machine/963c762f-a622-4a45-bb5e-3e6d28d7d810 HTTP/1.1" 200 1296 0.035962 10.0.0.249 - - [2026-08-03 03:56:20] "GET /virtual-machine-interface/578cf692-0617-4e8d-b6f8-ce6c2dd9f81f HTTP/1.1" 200 2970 0.008579 10.0.0.249 - - [2026-08-03 03:56:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004879 10.0.0.249 - - [2026-08-03 03:56:20] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005272 10.0.0.249 - - [2026-08-03 03:56:20] "GET /virtual-networks?parent_id=336624ee-42fe-4500-ac3a-b5145b9dd466&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.004344 10.0.0.249 - - [2026-08-03 03:56:20] "GET /virtual-network/4b3625b1-c255-4c76-9759-2014963b289c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.008524 10.0.0.249 - - [2026-08-03 03:56:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.005162 10.0.0.249 - - [2026-08-03 03:56:23] "GET /virtual-network/4b3625b1-c255-4c76-9759-2014963b289c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.006804 10.0.0.50 - - [2026-08-03 03:56:26] "GET /obj-perms HTTP/1.1" 200 4509 0.060045 10.0.0.249 - - [2026-08-03 03:56:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.005073 10.0.0.249 - - [2026-08-03 03:56:28] "GET /virtual-network/4b3625b1-c255-4c76-9759-2014963b289c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.007023 10.0.0.161 - - [2026-08-03 03:56:29] "DELETE /project/4838de10-a2c5-431f-90f2-cdff49445b1a HTTP/1.1" 404 177 0.033845 10.0.0.161 - - [2026-08-03 03:56:29] "DELETE /project/336624ee42fe4500ac3ab5145b9dd466 HTTP/1.1" 404 173 0.044191 10.0.0.249 - - [2026-08-03 03:56:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.005131 10.0.0.249 - - [2026-08-03 03:56:32] "GET /virtual-network/4b3625b1-c255-4c76-9759-2014963b289c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.008648 10.0.0.249 - - [2026-08-03 03:56:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004345 10.0.0.249 - - [2026-08-03 03:56:36] "GET /virtual-network/4b3625b1-c255-4c76-9759-2014963b289c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.006631 10.0.0.249 - - [2026-08-03 03:56:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004991 10.0.0.249 - - [2026-08-03 03:56:40] "GET /virtual-network/4b3625b1-c255-4c76-9759-2014963b289c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.006853 10.0.0.249 - - [2026-08-03 03:56:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004550 10.0.0.249 - - [2026-08-03 03:56:44] "GET /virtual-network/4b3625b1-c255-4c76-9759-2014963b289c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.007092 10.0.0.249 - - [2026-08-03 03:56:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004700 10.0.0.249 - - [2026-08-03 03:56:48] "GET /virtual-network/4b3625b1-c255-4c76-9759-2014963b289c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.014372 10.0.0.249 - - [2026-08-03 03:56:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.005582 10.0.0.249 - - [2026-08-03 03:56:50] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005551 10.0.0.249 - - [2026-08-03 03:56:50] "GET /virtual-networks?parent_id=336624ee-42fe-4500-ac3a-b5145b9dd466&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.005937 10.0.0.249 - - [2026-08-03 03:56:50] "GET /virtual-network/4b3625b1-c255-4c76-9759-2014963b289c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.008258 10.0.0.249 - - [2026-08-03 03:56:56] "POST /neutron/port HTTP/1.1" 200 1122 0.027518 10.0.0.249 - - [2026-08-03 03:56:56] "POST /neutron/security_group HTTP/1.1" 200 2059 0.009895 10.0.0.249 - - [2026-08-03 03:57:25] "POST /neutron/port HTTP/1.1" 200 1122 0.052409 10.0.0.249 - - [2026-08-03 03:57:26] "POST /neutron/network HTTP/1.1" 200 833 0.014617 10.0.0.249 - - [2026-08-03 03:57:26] "POST /id-to-fqname HTTP/1.1" 200 227 0.002192 10.0.0.249 - - [2026-08-03 03:57:27] "POST /neutron/network HTTP/1.1" 200 843 0.009252 10.0.0.249 - - [2026-08-03 03:57:27] "POST /neutron/subnet HTTP/1.1" 200 685 0.014067 10.0.0.249 - - [2026-08-03 03:57:27] "POST /neutron/network HTTP/1.1" 200 833 0.008427 10.0.0.249 - - [2026-08-03 03:57:27] "POST /neutron/port HTTP/1.1" 200 117 0.009561 10.0.0.161 - - [2026-08-03 03:57:31] "GET /projects?obj_uuids=336624ee-42fe-4500-ac3a-b5145b9dd466&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001186 10.0.0.249 - - [2026-08-03 03:57:32] "POST /neutron/port HTTP/1.1" 200 1058 0.406150 10.0.0.249 - - [2026-08-03 03:57:32] "POST /neutron/port HTTP/1.1" 200 1112 0.148113 10.0.0.249 - - [2026-08-03 03:57:33] "POST /neutron/port HTTP/1.1" 200 1122 0.022885 10.0.0.249 - - [2026-08-03 03:57:33] "POST /neutron/port HTTP/1.1" 200 117 0.001408 10.0.0.249 - - [2026-08-03 03:57:37] "POST /neutron/security_group HTTP/1.1" 200 2059 0.009684 10.0.0.249 - - [2026-08-03 03:57:47] "POST /neutron/port HTTP/1.1" 200 1122 0.023353 10.0.0.249 - - [2026-08-03 03:57:53] "POST /neutron/security_group HTTP/1.1" 200 2059 0.010199 10.0.0.249 - - [2026-08-03 03:57:58] "POST /neutron/port HTTP/1.1" 200 1122 0.026429 10.0.0.249 - - [2026-08-03 03:57:58] "POST /neutron/security_group HTTP/1.1" 200 2059 0.010744 10.0.0.249 - - [2026-08-03 03:57:58] "GET /virtual-machine/ee732dff-2e7c-40f8-911b-e1b0bfccc77c HTTP/1.1" 200 1296 0.008432 10.0.0.249 - - [2026-08-03 03:57:58] "GET /virtual-machine-interface/7e6f8a6e-9d75-4a73-8527-7014302220f6 HTTP/1.1" 200 2969 0.008005 10.0.0.249 - - [2026-08-03 03:57:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004277 10.0.0.249 - - [2026-08-03 03:57:58] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004452 10.0.0.249 - - [2026-08-03 03:57:58] "GET /virtual-networks?parent_id=336624ee-42fe-4500-ac3a-b5145b9dd466&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.004649 10.0.0.249 - - [2026-08-03 03:57:58] "GET /virtual-network/4b3625b1-c255-4c76-9759-2014963b289c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.007530 10.0.0.249 - - [2026-08-03 03:58:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.006361 10.0.0.249 - - [2026-08-03 03:58:01] "GET /virtual-network/4b3625b1-c255-4c76-9759-2014963b289c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.012127 10.0.0.249 - - [2026-08-03 03:58:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.006270 10.0.0.249 - - [2026-08-03 03:58:05] "GET /virtual-network/4b3625b1-c255-4c76-9759-2014963b289c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.007406 10.0.0.249 - - [2026-08-03 03:58:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.004715 10.0.0.249 - - [2026-08-03 03:58:09] "GET /virtual-network/4b3625b1-c255-4c76-9759-2014963b289c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.014988 10.0.0.249 - - [2026-08-03 03:58:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004769 10.0.0.249 - - [2026-08-03 03:58:13] "GET /virtual-network/4b3625b1-c255-4c76-9759-2014963b289c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.008115 10.0.0.249 - - [2026-08-03 03:58:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.005415 10.0.0.249 - - [2026-08-03 03:58:17] "GET /virtual-network/4b3625b1-c255-4c76-9759-2014963b289c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.006949 10.0.0.50 - - [2026-08-03 03:58:18] "GET /global-system-configs HTTP/1.1" 401 293 0.000551 10.0.0.50 - - [2026-08-03 03:58:18] "GET /global-system-configs HTTP/1.1" 401 293 0.000513 10.0.0.50 - - [2026-08-03 03:58:19] "GET /global-system-configs HTTP/1.1" 401 293 0.000662 10.0.0.50 - - [2026-08-03 03:58:19] "GET /global-system-configs HTTP/1.1" 401 293 0.000504 10.0.0.161 - - [2026-08-03 03:58:19] "GET /global-system-configs HTTP/1.1" 401 293 0.000505 10.0.0.161 - - [2026-08-03 03:58:19] "GET /global-system-configs HTTP/1.1" 401 293 0.000654 10.0.0.161 - - [2026-08-03 03:58:21] "GET /global-system-configs HTTP/1.1" 401 293 0.000522 10.0.0.161 - - [2026-08-03 03:58:21] "GET /global-system-configs HTTP/1.1" 401 293 0.000476 10.0.0.249 - - [2026-08-03 03:58:21] "GET /global-system-configs HTTP/1.1" 401 293 0.000518 10.0.0.249 - - [2026-08-03 03:58:21] "GET /global-system-configs HTTP/1.1" 401 293 0.000575 10.0.0.249 - - [2026-08-03 03:58:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.006102 10.0.0.249 - - [2026-08-03 03:58:22] "GET /virtual-network/4b3625b1-c255-4c76-9759-2014963b289c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.007795 10.0.0.249 - - [2026-08-03 03:58:22] "GET /global-system-configs HTTP/1.1" 401 293 0.000494 10.0.0.249 - - [2026-08-03 03:58:22] "GET /global-system-configs HTTP/1.1" 401 293 0.000505 10.0.0.249 - - [2026-08-03 03:58:22] "POST /neutron/network HTTP/1.1" 200 843 0.032368 10.0.0.249 - - [2026-08-03 03:58:22] "POST /neutron/port HTTP/1.1" 200 117 0.001722 10.0.0.249 - - [2026-08-03 03:58:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004654 10.0.0.249 - - [2026-08-03 03:58:26] "POST /neutron/port HTTP/1.1" 200 1122 0.029119 10.0.0.249 - - [2026-08-03 03:58:26] "GET /virtual-network/4b3625b1-c255-4c76-9759-2014963b289c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.006215 10.0.0.249 - - [2026-08-03 03:58:26] "POST /neutron/subnet HTTP/1.1" 200 685 0.011638 10.0.0.249 - - [2026-08-03 03:58:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004996 10.0.0.249 - - [2026-08-03 03:58:30] "GET /virtual-network/4b3625b1-c255-4c76-9759-2014963b289c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.008470 10.0.0.249 - - [2026-08-03 03:58:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004502 10.0.0.249 - - [2026-08-03 03:58:32] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005136 10.0.0.249 - - [2026-08-03 03:58:32] "GET /virtual-networks?parent_id=336624ee-42fe-4500-ac3a-b5145b9dd466&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.004271 10.0.0.249 - - [2026-08-03 03:58:32] "GET /virtual-network/4b3625b1-c255-4c76-9759-2014963b289c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.006908 10.0.0.249 - - [2026-08-03 03:58:32] "POST /neutron/port HTTP/1.1" 200 1122 0.025751 10.0.0.249 - - [2026-08-03 03:58:36] "POST /neutron/security_group HTTP/1.1" 200 2059 0.026642 10.0.0.249 - - [2026-08-03 03:58:42] "POST /neutron/port HTTP/1.1" 200 1122 0.023590 10.0.0.249 - - [2026-08-03 03:59:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004682 10.0.0.249 - - [2026-08-03 03:59:05] "DELETE /virtual-DNS/971c4c4b-c200-459b-85fe-22718dd3c6cf HTTP/1.1" 409 236 0.012162 10.0.0.249 - - [2026-08-03 03:59:05] "POST /fqname-to-id HTTP/1.1" 404 192 0.004677 10.0.0.249 - - [2026-08-03 03:59:05] "POST /virtual-DNS-records HTTP/1.1" 200 533 0.033288 10.0.0.249 - - [2026-08-03 03:59:06] "GET /virtual-DNS-record/985f9d6c-77ab-46c8-b9df-ce5220d81ee6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1338 0.006926 10.0.0.249 - - [2026-08-03 03:59:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.006217 10.0.0.249 - - [2026-08-03 03:59:06] "GET /virtual-DNS-record/985f9d6c-77ab-46c8-b9df-ce5220d81ee6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1338 0.005072 10.0.0.249 - - [2026-08-03 03:59:11] "DELETE /virtual-DNS-record/985f9d6c-77ab-46c8-b9df-ce5220d81ee6 HTTP/1.1" 200 115 0.051865 10.0.0.249 - - [2026-08-03 03:59:11] "POST /fqname-to-id HTTP/1.1" 404 184 0.004050 10.0.0.249 - - [2026-08-03 03:59:12] "POST /neutron/network HTTP/1.1" 400 204 0.023752 10.0.0.249 - - [2026-08-03 03:59:14] "POST /neutron/network HTTP/1.1" 200 833 0.018998 10.0.0.249 - - [2026-08-03 03:59:14] "POST /neutron/port HTTP/1.1" 200 151 0.324623 10.0.0.249 - - [2026-08-03 03:59:16] "POST /neutron/network HTTP/1.1" 200 833 0.009556 10.0.0.249 - - [2026-08-03 03:59:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.014208 10.0.0.249 - - [2026-08-03 03:59:16] "DELETE /network-ipam/c9e39224-934e-4a45-b12a-56672056d9ba HTTP/1.1" 200 115 0.079740 10.0.0.249 - - [2026-08-03 03:59:16] "DELETE /virtual-DNS/971c4c4b-c200-459b-85fe-22718dd3c6cf HTTP/1.1" 200 115 0.043522 10.0.0.249 - - [2026-08-03 03:59:16] "POST /fqname-to-id HTTP/1.1" 404 180 0.005530 10.0.0.161 - - [2026-08-03 03:59:18] "GET /projects?obj_uuids=336624ee-42fe-4500-ac3a-b5145b9dd466&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001720 10.0.0.249 - - [2026-08-03 03:59:18] "GET /project/336624ee-42fe-4500-ac3a-b5145b9dd466?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1369 0.111309 10.0.0.161 - - [2026-08-03 03:59:18] "GET /projects?obj_uuids=336624ee-42fe-4500-ac3a-b5145b9dd466&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003232 10.0.0.249 - - [2026-08-03 03:59:18] "GET /project/336624ee-42fe-4500-ac3a-b5145b9dd466?fields=virtual_networks HTTP/1.1" 200 1035 0.076495 10.0.0.161 - - [2026-08-03 03:59:18] "GET /projects?obj_uuids=336624ee-42fe-4500-ac3a-b5145b9dd466&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001623 10.0.0.249 - - [2026-08-03 03:59:18] "GET /project/336624ee-42fe-4500-ac3a-b5145b9dd466?fields=virtual_machine_interfaces HTTP/1.1" 200 1035 0.066328 10.0.0.161 - - [2026-08-03 03:59:18] "GET /projects?obj_uuids=336624ee-42fe-4500-ac3a-b5145b9dd466&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001564 10.0.0.249 - - [2026-08-03 03:59:18] "GET /project/336624ee-42fe-4500-ac3a-b5145b9dd466?fields=security_groups HTTP/1.1" 200 1263 0.057780 10.0.0.249 - - [2026-08-03 03:59:19] "POST /fqname-to-id HTTP/1.1" 404 189 0.040946 10.0.0.161 - - [2026-08-03 03:59:19] "GET /projects?obj_uuids=d1e707c1-3cdb-4233-aa1e-e27d7a56701b&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004302 10.0.0.161 - - [2026-08-03 03:59:19] "GET /domains?obj_uuids=724de60e-9f87-4d23-867c-6bd9a9880f5b&detail=False&count=False&shared=False HTTP/1.1" 200 316 0.001741 10.0.0.161 - - [2026-08-03 03:59:19] "GET /domain/724de60e-9f87-4d23-867c-6bd9a9880f5b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.009579 10.0.0.161 - - [2026-08-03 03:59:19] "POST /id-to-fqname HTTP/1.1" 200 191 0.006903 10.0.0.161 - - [2026-08-03 03:59:19] "POST /fqname-to-id HTTP/1.1" 404 200 0.007174 10.0.0.161 - - [2026-08-03 03:59:20] "POST /security-groups HTTP/1.1" 200 594 0.051620 10.0.0.50 - - [2026-08-03 03:59:20] "POST /fqname-to-id HTTP/1.1" 404 235 0.006064 10.0.0.161 - - [2026-08-03 03:59:20] "POST /projects HTTP/1.1" 200 589 0.311469 10.0.0.161 - - [2026-08-03 03:59:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.353158 10.0.0.249 - - [2026-08-03 03:59:20] "GET /project/d1e707c1-3cdb-4233-aa1e-e27d7a56701b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.561852 10.0.0.50 - - [2026-08-03 03:59:20] "POST /access-control-lists HTTP/1.1" 200 597 0.076690 10.0.0.249 - - [2026-08-03 03:59:21] "GET / HTTP/1.1" 200 36215 0.002754 10.0.0.249 - - [2026-08-03 03:59:23] "POST /fqname-to-id HTTP/1.1" 401 293 0.000592 10.0.0.249 - - [2026-08-03 03:59:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.067914 10.0.0.161 - - [2026-08-03 03:59:24] "GET /projects?obj_uuids=d1e707c1-3cdb-4233-aa1e-e27d7a56701b&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001642 10.0.0.249 - - [2026-08-03 03:59:24] "GET /project/d1e707c1-3cdb-4233-aa1e-e27d7a56701b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.056866 10.0.0.161 - - [2026-08-03 03:59:24] "GET /projects?obj_uuids=d1e707c1-3cdb-4233-aa1e-e27d7a56701b&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001716 10.0.0.249 - - [2026-08-03 03:59:24] "POST /neutron/network HTTP/1.1" 200 608 0.278233 10.0.0.50 - - [2026-08-03 03:59:24] "POST /route-targets HTTP/1.1" 200 328 0.024112 10.0.0.249 - - [2026-08-03 03:59:25] "POST /id-to-fqname HTTP/1.1" 200 222 0.005341 10.0.0.249 - - [2026-08-03 03:59:25] "GET /virtual-network/5fe449c5-aa52-409f-a42d-17dc5de2dfd7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.023493 10.0.0.249 - - [2026-08-03 03:59:25] "POST /neutron/network HTTP/1.1" 200 828 0.013548 10.0.0.249 - - [2026-08-03 03:59:25] "GET /virtual-network/5fe449c5-aa52-409f-a42d-17dc5de2dfd7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.006943 10.0.0.249 - - [2026-08-03 03:59:25] "GET /virtual-network/5fe449c5-aa52-409f-a42d-17dc5de2dfd7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.008249 10.0.0.249 - - [2026-08-03 03:59:26] "GET /obj-perms HTTP/1.1" 200 4485 0.060161 10.0.0.161 - - [2026-08-03 03:59:27] "GET /obj-perms HTTP/1.1" 200 4485 0.054348 10.0.0.249 - - [2026-08-03 03:59:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004317 10.0.0.161 - - [2026-08-03 03:59:27] "GET /projects?obj_uuids=d1e707c1-3cdb-4233-aa1e-e27d7a56701b&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001230 10.0.0.249 - - [2026-08-03 03:59:27] "GET /project/d1e707c1-3cdb-4233-aa1e-e27d7a56701b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.064025 10.0.0.249 - - [2026-08-03 03:59:27] "POST /neutron/network HTTP/1.1" 200 117 0.019125 10.0.0.50 - - [2026-08-03 03:59:28] "POST /ref-update HTTP/1.1" 200 156 0.035445 10.0.0.249 - - [2026-08-03 03:59:28] "POST /neutron/network HTTP/1.1" 200 829 0.016975 10.0.0.249 - - [2026-08-03 03:59:28] "POST /id-to-fqname HTTP/1.1" 200 222 0.001667 10.0.0.249 - - [2026-08-03 03:59:28] "GET /virtual-network/dc2c79e1-ce07-48ba-974a-f4e682388edc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.007132 10.0.0.249 - - [2026-08-03 03:59:28] "GET /virtual-network/dc2c79e1-ce07-48ba-974a-f4e682388edc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.008071 10.0.0.249 - - [2026-08-03 03:59:28] "POST /neutron/subnet HTTP/1.1" 200 734 0.013308 10.0.0.249 - - [2026-08-03 03:59:28] "GET /virtual-network/dc2c79e1-ce07-48ba-974a-f4e682388edc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.007442 10.0.0.50 - - [2026-08-03 03:59:28] "GET /obj-perms HTTP/1.1" 200 4509 0.064185 10.0.0.249 - - [2026-08-03 03:59:29] "POST /id-to-fqname HTTP/1.1" 200 222 0.001693 10.0.0.161 - - [2026-08-03 03:59:29] "DELETE /project/336624ee-42fe-4500-ac3a-b5145b9dd466 HTTP/1.1" 404 177 0.003895 10.0.0.161 - - [2026-08-03 03:59:29] "DELETE /project/d1e707c13cdb4233aa1ee27d7a56701b HTTP/1.1" 404 173 0.006025 10.0.0.161 - - [2026-08-03 03:59:46] "GET /projects?obj_uuids=d1e707c1-3cdb-4233-aa1e-e27d7a56701b&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001625 10.0.0.249 - - [2026-08-03 03:59:46] "GET /project/d1e707c1-3cdb-4233-aa1e-e27d7a56701b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.136305 10.0.0.249 - - [2026-08-03 03:59:46] "POST /neutron/port HTTP/1.1" 200 117 0.007734 10.0.0.249 - - [2026-08-03 03:59:46] "POST /id-to-fqname HTTP/1.1" 200 222 0.001700 10.0.0.249 - - [2026-08-03 03:59:47] "POST /neutron/network HTTP/1.1" 200 838 0.009244 10.0.0.249 - - [2026-08-03 03:59:47] "POST /neutron/port HTTP/1.1" 200 117 0.008474 10.0.0.161 - - [2026-08-03 03:59:51] "GET /projects?obj_uuids=d1e707c1-3cdb-4233-aa1e-e27d7a56701b&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001266 10.0.0.249 - - [2026-08-03 03:59:51] "POST /neutron/port HTTP/1.1" 200 1063 0.481009 10.0.0.249 - - [2026-08-03 03:59:51] "POST /neutron/port HTTP/1.1" 200 1063 0.051354 10.0.0.249 - - [2026-08-03 03:59:52] "POST /neutron/port HTTP/1.1" 200 1062 0.021353 10.0.0.249 - - [2026-08-03 03:59:52] "POST /neutron/port HTTP/1.1" 200 1127 0.040947 10.0.0.249 - - [2026-08-03 03:59:52] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004905 10.0.0.249 - - [2026-08-03 03:59:53] "POST /neutron/network HTTP/1.1" 200 829 0.009772 10.0.0.249 - - [2026-08-03 03:59:53] "POST /neutron/subnet HTTP/1.1" 200 703 0.017347 10.0.0.249 - - [2026-08-03 03:59:57] "POST /neutron/port HTTP/1.1" 200 1127 0.028121 10.0.0.249 - - [2026-08-03 04:00:02] "POST /neutron/security_group HTTP/1.1" 200 2059 0.014607 10.0.0.249 - - [2026-08-03 04:00:13] "POST /neutron/port HTTP/1.1" 200 1127 0.026750 10.0.0.249 - - [2026-08-03 04:00:18] "POST /neutron/security_group HTTP/1.1" 200 2059 0.011603 10.0.0.249 - - [2026-08-03 04:00:28] "POST /neutron/port HTTP/1.1" 200 1127 0.035836 10.0.0.249 - - [2026-08-03 04:00:29] "GET /obj-perms HTTP/1.1" 200 4509 0.051175 10.0.0.249 - - [2026-08-03 04:00:33] "POST /neutron/security_group HTTP/1.1" 200 2059 0.013075 10.0.0.249 - - [2026-08-03 04:00:43] "POST /neutron/port HTTP/1.1" 200 1127 0.026765 10.0.0.249 - - [2026-08-03 04:00:44] "POST /neutron/security_group HTTP/1.1" 200 2059 0.014202 10.0.0.249 - - [2026-08-03 04:00:44] "GET /virtual-machine/e793c504-e04c-417d-bac7-f17574d703b8 HTTP/1.1" 401 293 0.000568 10.0.0.249 - - [2026-08-03 04:00:44] "GET /virtual-machine/e793c504-e04c-417d-bac7-f17574d703b8 HTTP/1.1" 200 1296 0.037032 10.0.0.249 - - [2026-08-03 04:00:44] "GET /virtual-machine-interface/fe9b32b2-db56-48c2-9d8e-87969e4141b6 HTTP/1.1" 200 2956 0.007925 10.0.0.249 - - [2026-08-03 04:00:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004895 10.0.0.249 - - [2026-08-03 04:00:44] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005229 10.0.0.249 - - [2026-08-03 04:00:44] "GET /virtual-networks?parent_id=d1e707c1-3cdb-4233-aa1e-e27d7a56701b&detail=False&count=False&shared=False HTTP/1.1" 200 577 0.004796 10.0.0.249 - - [2026-08-03 04:00:44] "GET /virtual-network/dc2c79e1-ce07-48ba-974a-f4e682388edc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.007632 10.0.0.249 - - [2026-08-03 04:00:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004800 10.0.0.249 - - [2026-08-03 04:00:47] "GET /virtual-network/dc2c79e1-ce07-48ba-974a-f4e682388edc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.008746 10.0.0.249 - - [2026-08-03 04:00:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.005052 10.0.0.249 - - [2026-08-03 04:00:51] "GET /virtual-network/dc2c79e1-ce07-48ba-974a-f4e682388edc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.008801 10.0.0.249 - - [2026-08-03 04:00:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.005102 10.0.0.249 - - [2026-08-03 04:00:55] "GET /virtual-network/dc2c79e1-ce07-48ba-974a-f4e682388edc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.009165 10.0.0.249 - - [2026-08-03 04:01:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.006390 10.0.0.249 - - [2026-08-03 04:01:00] "GET /virtual-network/dc2c79e1-ce07-48ba-974a-f4e682388edc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.031095 10.0.0.249 - - [2026-08-03 04:01:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.005701 10.0.0.249 - - [2026-08-03 04:01:04] "GET /virtual-network/dc2c79e1-ce07-48ba-974a-f4e682388edc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.009848 10.0.0.249 - - [2026-08-03 04:01:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.005081 10.0.0.249 - - [2026-08-03 04:01:08] "GET /virtual-network/dc2c79e1-ce07-48ba-974a-f4e682388edc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.007623 10.0.0.249 - - [2026-08-03 04:01:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004725 10.0.0.249 - - [2026-08-03 04:01:12] "GET /virtual-network/dc2c79e1-ce07-48ba-974a-f4e682388edc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.008399 10.0.0.249 - - [2026-08-03 04:01:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.005643 10.0.0.249 - - [2026-08-03 04:01:16] "GET /virtual-network/dc2c79e1-ce07-48ba-974a-f4e682388edc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.011406 10.0.0.249 - - [2026-08-03 04:01:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004828 10.0.0.249 - - [2026-08-03 04:01:20] "GET /virtual-network/dc2c79e1-ce07-48ba-974a-f4e682388edc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.010653 10.0.0.249 - - [2026-08-03 04:01:23] "POST /neutron/port HTTP/1.1" 200 1126 0.033692 10.0.0.249 - - [2026-08-03 04:01:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004946 10.0.0.249 - - [2026-08-03 04:01:24] "GET /virtual-network/dc2c79e1-ce07-48ba-974a-f4e682388edc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.007132 10.0.0.249 - - [2026-08-03 04:01:25] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005341 10.0.0.249 - - [2026-08-03 04:01:25] "POST /neutron/network HTTP/1.1" 200 828 0.009497 10.0.0.249 - - [2026-08-03 04:01:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004993 10.0.0.249 - - [2026-08-03 04:01:28] "GET /virtual-network/dc2c79e1-ce07-48ba-974a-f4e682388edc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.009802 10.0.0.249 - - [2026-08-03 04:01:30] "POST /neutron/network HTTP/1.1" 200 839 0.011801 10.0.0.249 - - [2026-08-03 04:01:30] "POST /neutron/port HTTP/1.1" 200 117 0.001949 10.0.0.161 - - [2026-08-03 04:01:30] "GET /obj-perms HTTP/1.1" 200 4509 0.059443 10.0.0.249 - - [2026-08-03 04:01:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.005602 10.0.0.249 - - [2026-08-03 04:01:30] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005800 10.0.0.249 - - [2026-08-03 04:01:30] "GET /virtual-networks?parent_id=d1e707c1-3cdb-4233-aa1e-e27d7a56701b&detail=False&count=False&shared=False HTTP/1.1" 200 577 0.005421 10.0.0.249 - - [2026-08-03 04:01:30] "GET /virtual-network/dc2c79e1-ce07-48ba-974a-f4e682388edc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.011112 10.0.0.249 - - [2026-08-03 04:01:31] "POST /neutron/security_group HTTP/1.1" 200 2059 0.012043 10.0.0.249 - - [2026-08-03 04:01:41] "POST /neutron/port HTTP/1.1" 200 1127 0.028150 10.0.0.249 - - [2026-08-03 04:01:46] "POST /neutron/security_group HTTP/1.1" 200 2059 0.009377 10.0.0.249 - - [2026-08-03 04:01:51] "POST /neutron/port HTTP/1.1" 200 1127 0.033952 10.0.0.249 - - [2026-08-03 04:01:54] "POST /neutron/security_group HTTP/1.1" 200 2059 0.010868 10.0.0.249 - - [2026-08-03 04:02:02] "POST /neutron/port HTTP/1.1" 200 1127 0.033518 10.0.0.249 - - [2026-08-03 04:02:07] "POST /neutron/security_group HTTP/1.1" 200 2059 0.009071 10.0.0.249 - - [2026-08-03 04:02:17] "POST /neutron/port HTTP/1.1" 200 1126 0.026172 10.0.0.249 - - [2026-08-03 04:02:18] "POST /neutron/security_group HTTP/1.1" 200 2059 0.009925 10.0.0.249 - - [2026-08-03 04:02:18] "GET /virtual-machine/75fbb467-14ef-4d80-8e22-a983f0646a7a HTTP/1.1" 200 1295 0.009314 10.0.0.249 - - [2026-08-03 04:02:18] "GET /virtual-machine-interface/cd4edd69-e3c4-406e-90da-0400817bddfc HTTP/1.1" 200 2956 0.009776 10.0.0.249 - - [2026-08-03 04:02:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004505 10.0.0.249 - - [2026-08-03 04:02:18] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005833 10.0.0.249 - - [2026-08-03 04:02:18] "GET /virtual-networks?parent_id=d1e707c1-3cdb-4233-aa1e-e27d7a56701b&detail=False&count=False&shared=False HTTP/1.1" 200 577 0.004174 10.0.0.249 - - [2026-08-03 04:02:18] "GET /virtual-network/5fe449c5-aa52-409f-a42d-17dc5de2dfd7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.008963 10.0.0.249 - - [2026-08-03 04:02:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004977 10.0.0.249 - - [2026-08-03 04:02:19] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005541 10.0.0.249 - - [2026-08-03 04:02:19] "GET /virtual-networks?parent_id=d1e707c1-3cdb-4233-aa1e-e27d7a56701b&detail=False&count=False&shared=False HTTP/1.1" 200 577 0.004735 10.0.0.249 - - [2026-08-03 04:02:19] "GET /virtual-network/5fe449c5-aa52-409f-a42d-17dc5de2dfd7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.008760 10.0.0.249 - - [2026-08-03 04:02:19] "POST /neutron/port HTTP/1.1" 200 1126 0.029962 10.0.0.249 - - [2026-08-03 04:02:24] "POST /neutron/port HTTP/1.1" 200 1126 0.030006 10.0.0.249 - - [2026-08-03 04:02:25] "POST /neutron/network HTTP/1.1" 200 838 0.009785 10.0.0.249 - - [2026-08-03 04:02:25] "POST /neutron/port HTTP/1.1" 200 117 0.001775 10.0.0.249 - - [2026-08-03 04:02:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.004439 10.0.0.161 - - [2026-08-03 04:02:30] "GET /projects?obj_uuids=d1e707c1-3cdb-4233-aa1e-e27d7a56701b&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.031558 10.0.0.249 - - [2026-08-03 04:02:30] "GET /project/d1e707c1-3cdb-4233-aa1e-e27d7a56701b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.104866 10.0.0.249 - - [2026-08-03 04:02:30] "GET /virtual-network/5fe449c5-aa52-409f-a42d-17dc5de2dfd7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.008499 10.0.0.249 - - [2026-08-03 04:02:30] "GET /floating-ip-pools?parent_id=5fe449c5-aa52-409f-a42d-17dc5de2dfd7&detail=False&count=False&shared=False HTTP/1.1" 200 133 0.005043 10.0.0.249 - - [2026-08-03 04:02:30] "GET /virtual-network/5fe449c5-aa52-409f-a42d-17dc5de2dfd7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.008653 10.0.0.249 - - [2026-08-03 04:02:30] "POST /floating-ip-pools HTTP/1.1" 200 600 0.047061 10.0.0.249 - - [2026-08-03 04:02:30] "POST /ref-update HTTP/1.1" 200 156 0.025762 10.0.0.249 - - [2026-08-03 04:02:30] "GET /virtual-network/5fe449c5-aa52-409f-a42d-17dc5de2dfd7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.007102 10.0.0.249 - - [2026-08-03 04:02:30] "GET /virtual-network/5fe449c5-aa52-409f-a42d-17dc5de2dfd7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.008566 10.0.0.161 - - [2026-08-03 04:02:30] "GET /projects?obj_uuids=d1e707c1-3cdb-4233-aa1e-e27d7a56701b&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001691 10.0.0.249 - - [2026-08-03 04:02:31] "POST /neutron/floatingip HTTP/1.1" 200 531 0.206347 10.0.0.249 - - [2026-08-03 04:02:31] "POST /neutron/floatingip HTTP/1.1" 200 580 0.104925 10.0.0.249 - - [2026-08-03 04:02:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.004816 10.0.0.249 - - [2026-08-03 04:02:31] "GET /routing-instance/285a0c49-c1f9-48e1-8f08-647233cac15b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1483 0.009762 10.0.0.249 - - [2026-08-03 04:02:31] "GET /route-target/20917cfb-076c-4132-8f6c-490c25f4fd20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.005372 10.0.0.50 - - [2026-08-03 04:02:31] "GET /obj-perms HTTP/1.1" 200 4509 0.054685 10.0.0.249 - - [2026-08-03 04:02:31] "POST /neutron/network HTTP/1.1" 200 839 0.033360 10.0.0.249 - - [2026-08-03 04:02:31] "POST /neutron/port HTTP/1.1" 200 117 0.001717 10.0.0.249 - - [2026-08-03 04:02:53] "POST /neutron/floatingip HTTP/1.1" 200 531 0.051038 10.0.0.249 - - [2026-08-03 04:02:53] "GET /floating-ip-pool/be961a72-0e18-44ba-be32-6302d8d12259?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1186 0.016849 10.0.0.249 - - [2026-08-03 04:02:53] "POST /ref-update HTTP/1.1" 200 156 0.022773 10.0.0.249 - - [2026-08-03 04:02:53] "DELETE /floating-ip-pool/be961a72-0e18-44ba-be32-6302d8d12259 HTTP/1.1" 200 115 0.064908 10.0.0.249 - - [2026-08-03 04:02:53] "POST /neutron/network HTTP/1.1" 200 829 0.011013 10.0.0.249 - - [2026-08-03 04:02:55] "POST /neutron/port HTTP/1.1" 200 1116 0.023010 10.0.0.249 - - [2026-08-03 04:02:55] "POST /neutron/port HTTP/1.1" 200 1117 0.055841 10.0.0.249 - - [2026-08-03 04:02:55] "POST /neutron/network HTTP/1.1" 400 204 0.057517 10.0.0.249 - - [2026-08-03 04:02:58] "POST /neutron/network HTTP/1.1" 200 828 0.010823 10.0.0.50 - - [2026-08-03 04:02:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.047941 10.0.0.161 - - [2026-08-03 04:03:00] "GET /projects?obj_uuids=d1e707c1-3cdb-4233-aa1e-e27d7a56701b&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002555 10.0.0.249 - - [2026-08-03 04:03:00] "GET /project/d1e707c1-3cdb-4233-aa1e-e27d7a56701b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.092859 10.0.0.161 - - [2026-08-03 04:03:00] "GET /projects?obj_uuids=d1e707c1-3cdb-4233-aa1e-e27d7a56701b&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.009480 10.0.0.249 - - [2026-08-03 04:03:00] "GET /project/d1e707c1-3cdb-4233-aa1e-e27d7a56701b?fields=virtual_networks HTTP/1.1" 200 1036 0.118523 10.0.0.161 - - [2026-08-03 04:03:00] "GET /projects?obj_uuids=d1e707c1-3cdb-4233-aa1e-e27d7a56701b&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001776 10.0.0.249 - - [2026-08-03 04:03:00] "GET /project/d1e707c1-3cdb-4233-aa1e-e27d7a56701b?fields=virtual_machine_interfaces HTTP/1.1" 200 1036 0.100294 10.0.0.161 - - [2026-08-03 04:03:00] "GET /projects?obj_uuids=d1e707c1-3cdb-4233-aa1e-e27d7a56701b&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002601 10.0.0.249 - - [2026-08-03 04:03:00] "GET /project/d1e707c1-3cdb-4233-aa1e-e27d7a56701b?fields=security_groups HTTP/1.1" 200 1264 0.074555 10.0.0.249 - - [2026-08-03 04:03:01] "POST /fqname-to-id HTTP/1.1" 404 188 0.038033 10.0.0.161 - - [2026-08-03 04:03:01] "GET /projects?obj_uuids=1a354254-55e4-4d2f-9d2a-85dde1875ecf&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.005218 10.0.0.161 - - [2026-08-03 04:03:01] "GET /domains?obj_uuids=724de60e-9f87-4d23-867c-6bd9a9880f5b&detail=False&count=False&shared=False HTTP/1.1" 200 316 0.002453 10.0.0.161 - - [2026-08-03 04:03:01] "GET /domain/724de60e-9f87-4d23-867c-6bd9a9880f5b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.047761 10.0.0.161 - - [2026-08-03 04:03:02] "POST /id-to-fqname HTTP/1.1" 200 190 0.007075 10.0.0.161 - - [2026-08-03 04:03:02] "POST /fqname-to-id HTTP/1.1" 404 199 0.030845 10.0.0.161 - - [2026-08-03 04:03:02] "POST /security-groups HTTP/1.1" 200 593 0.058953 10.0.0.161 - - [2026-08-03 04:03:02] "POST /projects HTTP/1.1" 200 587 0.443783 10.0.0.161 - - [2026-08-03 04:03:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.489735 10.0.0.50 - - [2026-08-03 04:03:02] "POST /access-control-lists HTTP/1.1" 200 598 0.055868 10.0.0.249 - - [2026-08-03 04:03:02] "GET /project/1a354254-55e4-4d2f-9d2a-85dde1875ecf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.761153 10.0.0.249 - - [2026-08-03 04:03:03] "GET / HTTP/1.1" 200 36215 0.002204 10.0.0.249 - - [2026-08-03 04:03:05] "POST /fqname-to-id HTTP/1.1" 401 293 0.000629 10.0.0.249 - - [2026-08-03 04:03:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.059912 10.0.0.161 - - [2026-08-03 04:03:06] "GET /projects?obj_uuids=1a354254-55e4-4d2f-9d2a-85dde1875ecf&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001466 10.0.0.249 - - [2026-08-03 04:03:06] "GET /project/1a354254-55e4-4d2f-9d2a-85dde1875ecf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.083096 10.0.0.161 - - [2026-08-03 04:03:06] "GET /projects?obj_uuids=1a354254-55e4-4d2f-9d2a-85dde1875ecf&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001601 10.0.0.249 - - [2026-08-03 04:03:06] "POST /neutron/network HTTP/1.1" 200 625 0.245729 10.0.0.50 - - [2026-08-03 04:03:06] "POST /route-targets HTTP/1.1" 200 328 0.020501 10.0.0.249 - - [2026-08-03 04:03:07] "POST /id-to-fqname HTTP/1.1" 200 230 0.006202 10.0.0.249 - - [2026-08-03 04:03:07] "GET /virtual-network/a32c8b00-b83f-4d9a-9d55-d467caab3f19?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.008072 10.0.0.249 - - [2026-08-03 04:03:07] "POST /neutron/network HTTP/1.1" 200 839 0.010783 10.0.0.249 - - [2026-08-03 04:03:07] "GET /virtual-network/a32c8b00-b83f-4d9a-9d55-d467caab3f19?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.006889 10.0.0.249 - - [2026-08-03 04:03:07] "POST /neutron/network HTTP/1.1" 200 839 0.013830 10.0.0.249 - - [2026-08-03 04:03:07] "POST /id-to-fqname HTTP/1.1" 200 230 0.002332 10.0.0.249 - - [2026-08-03 04:03:07] "POST /neutron/port HTTP/1.1" 200 117 0.008149 10.0.0.249 - - [2026-08-03 04:03:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.005184 10.0.0.249 - - [2026-08-03 04:03:07] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005966 10.0.0.249 - - [2026-08-03 04:03:07] "PUT /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30 HTTP/1.1" 200 277 0.019787 10.0.0.249 - - [2026-08-03 04:03:12] "POST /neutron/network HTTP/1.1" 200 849 0.013623 10.0.0.249 - - [2026-08-03 04:03:12] "POST /neutron/port HTTP/1.1" 200 1055 0.031894 10.0.0.249 - - [2026-08-03 04:03:13] "POST /neutron/security_group HTTP/1.1" 200 2058 0.011256 10.0.0.249 - - [2026-08-03 04:03:13] "POST /neutron/subnet HTTP/1.1" 200 675 0.016679 10.0.0.249 - - [2026-08-03 04:03:18] "POST /neutron/port HTTP/1.1" 200 1119 0.031940 10.0.0.50 - - [2026-08-03 04:03:18] "GET /global-system-configs HTTP/1.1" 401 293 0.000712 10.0.0.50 - - [2026-08-03 04:03:18] "GET /global-system-configs HTTP/1.1" 401 293 0.000502 10.0.0.50 - - [2026-08-03 04:03:19] "GET /global-system-configs HTTP/1.1" 401 293 0.000569 10.0.0.50 - - [2026-08-03 04:03:19] "GET /global-system-configs HTTP/1.1" 401 293 0.000489 10.0.0.161 - - [2026-08-03 04:03:19] "GET /global-system-configs HTTP/1.1" 401 293 0.000572 10.0.0.161 - - [2026-08-03 04:03:19] "GET /global-system-configs HTTP/1.1" 401 293 0.000746 10.0.0.161 - - [2026-08-03 04:03:21] "GET /global-system-configs HTTP/1.1" 401 293 0.000535 10.0.0.161 - - [2026-08-03 04:03:21] "GET /global-system-configs HTTP/1.1" 401 293 0.000489 10.0.0.249 - - [2026-08-03 04:03:21] "GET /global-system-configs HTTP/1.1" 401 293 0.000481 10.0.0.249 - - [2026-08-03 04:03:21] "GET /global-system-configs HTTP/1.1" 401 293 0.000512 10.0.0.50 - - [2026-08-03 04:03:22] "DELETE /access-control-list/03e31ef0-5a8a-47e4-a1d7-7e350cc81480 HTTP/1.1" 200 115 0.094566 10.0.0.249 - - [2026-08-03 04:03:22] "GET /global-system-configs HTTP/1.1" 401 293 0.000627 10.0.0.249 - - [2026-08-03 04:03:22] "GET /global-system-configs HTTP/1.1" 401 293 0.000674 10.0.0.249 - - [2026-08-03 04:03:23] "POST /neutron/security_group HTTP/1.1" 200 2058 0.011596 10.0.0.161 - - [2026-08-03 04:03:29] "DELETE /project/1a35425455e44d2f9d2a85dde1875ecf HTTP/1.1" 404 173 0.006422 10.0.0.161 - - [2026-08-03 04:03:29] "DELETE /project/d1e707c1-3cdb-4233-aa1e-e27d7a56701b HTTP/1.1" 404 177 0.005926 10.0.0.249 - - [2026-08-03 04:03:33] "POST /neutron/port HTTP/1.1" 200 1119 0.029915 10.0.0.249 - - [2026-08-03 04:03:38] "POST /neutron/security_group HTTP/1.1" 200 2058 0.010082 10.0.0.249 - - [2026-08-03 04:03:38] "POST /neutron/port HTTP/1.1" 200 1119 0.022427 10.0.0.249 - - [2026-08-03 04:03:39] "GET /virtual-machine/24ec559c-5993-47d3-b15a-35024a68d7bf HTTP/1.1" 401 293 0.000629 10.0.0.249 - - [2026-08-03 04:03:39] "GET /virtual-machine/24ec559c-5993-47d3-b15a-35024a68d7bf HTTP/1.1" 200 1294 0.033058 10.0.0.249 - - [2026-08-03 04:03:39] "GET /virtual-machine-interface/4cd7cecd-da36-4cdc-a8ac-72102d3a7d1c HTTP/1.1" 200 2977 0.008359 10.0.0.249 - - [2026-08-03 04:03:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.004281 10.0.0.249 - - [2026-08-03 04:03:39] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1885 0.005377 10.0.0.249 - - [2026-08-03 04:03:39] "GET /virtual-networks?parent_id=1a354254-55e4-4d2f-9d2a-85dde1875ecf&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.004273 10.0.0.249 - - [2026-08-03 04:03:39] "GET /virtual-network/a32c8b00-b83f-4d9a-9d55-d467caab3f19?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.009113 10.0.0.249 - - [2026-08-03 04:03:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004962 10.0.0.249 - - [2026-08-03 04:03:42] "GET /virtual-network/a32c8b00-b83f-4d9a-9d55-d467caab3f19?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.007237 10.0.0.249 - - [2026-08-03 04:03:43] "POST /neutron/security_group HTTP/1.1" 200 2058 0.031827 10.0.0.249 - - [2026-08-03 04:03:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004958 10.0.0.249 - - [2026-08-03 04:03:44] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1885 0.005331 10.0.0.249 - - [2026-08-03 04:03:44] "GET /virtual-networks?parent_id=1a354254-55e4-4d2f-9d2a-85dde1875ecf&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.004485 10.0.0.249 - - [2026-08-03 04:03:44] "GET /virtual-network/a32c8b00-b83f-4d9a-9d55-d467caab3f19?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.027624 10.0.0.249 - - [2026-08-03 04:03:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.008294 10.0.0.249 - - [2026-08-03 04:03:52] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1885 0.014604 10.0.0.249 - - [2026-08-03 04:03:52] "PUT /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30 HTTP/1.1" 200 277 0.023830 10.0.0.249 - - [2026-08-03 04:03:52] "POST /neutron/network HTTP/1.1" 200 839 0.013056 10.0.0.249 - - [2026-08-03 04:03:54] "POST /neutron/port HTTP/1.1" 200 1109 0.019984 10.0.0.249 - - [2026-08-03 04:03:54] "POST /neutron/network HTTP/1.1" 400 204 0.047766 10.0.0.249 - - [2026-08-03 04:03:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.004782 10.0.0.161 - - [2026-08-03 04:04:00] "GET /projects?obj_uuids=1a354254-55e4-4d2f-9d2a-85dde1875ecf&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002005 10.0.0.249 - - [2026-08-03 04:04:00] "GET /project/1a354254-55e4-4d2f-9d2a-85dde1875ecf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.086190 10.0.0.249 - - [2026-08-03 04:04:00] "POST /neutron/network HTTP/1.1" 200 117 0.020569 10.0.0.50 - - [2026-08-03 04:04:00] "POST /route-targets HTTP/1.1" 200 328 0.019684 10.0.0.249 - - [2026-08-03 04:04:00] "POST /neutron/network HTTP/1.1" 200 824 0.015292 10.0.0.249 - - [2026-08-03 04:04:00] "POST /id-to-fqname HTTP/1.1" 200 220 0.002774 10.0.0.249 - - [2026-08-03 04:04:00] "GET /virtual-network/04eb6348-7a96-49ff-9148-4f6cf0f01cc5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.010339 10.0.0.249 - - [2026-08-03 04:04:00] "GET /virtual-network/04eb6348-7a96-49ff-9148-4f6cf0f01cc5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.010994 10.0.0.249 - - [2026-08-03 04:04:00] "POST /neutron/subnet HTTP/1.1" 200 725 0.015803 10.0.0.249 - - [2026-08-03 04:04:00] "POST /id-to-fqname HTTP/1.1" 200 220 0.002204 10.0.0.161 - - [2026-08-03 04:04:01] "GET /projects?obj_uuids=1a354254-55e4-4d2f-9d2a-85dde1875ecf&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002218 10.0.0.249 - - [2026-08-03 04:04:01] "GET /project/1a354254-55e4-4d2f-9d2a-85dde1875ecf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.073005 10.0.0.249 - - [2026-08-03 04:04:01] "POST /neutron/port HTTP/1.1" 200 117 0.012027 10.0.0.249 - - [2026-08-03 04:04:05] "POST /neutron/network HTTP/1.1" 200 834 0.020210 10.0.0.249 - - [2026-08-03 04:04:06] "POST /neutron/port HTTP/1.1" 200 1060 0.057851 10.0.0.249 - - [2026-08-03 04:04:06] "POST /neutron/security_group HTTP/1.1" 200 2058 0.015284 10.0.0.249 - - [2026-08-03 04:04:07] "POST /neutron/subnet HTTP/1.1" 200 699 0.012263 10.0.0.249 - - [2026-08-03 04:04:11] "POST /neutron/port HTTP/1.1" 200 1124 0.041691 10.0.0.249 - - [2026-08-03 04:04:16] "POST /neutron/security_group HTTP/1.1" 200 2058 0.011039 10.0.0.249 - - [2026-08-03 04:04:26] "POST /neutron/port HTTP/1.1" 200 1124 0.026909 10.0.0.249 - - [2026-08-03 04:04:32] "POST /neutron/security_group HTTP/1.1" 200 2058 0.012242 10.0.0.249 - - [2026-08-03 04:04:32] "POST /neutron/port HTTP/1.1" 200 1124 0.027146 10.0.0.249 - - [2026-08-03 04:04:32] "GET /virtual-machine/7f1eb93b-8d25-427e-a90a-72565bfaaee4 HTTP/1.1" 200 1294 0.008856 10.0.0.249 - - [2026-08-03 04:04:32] "GET /virtual-machine-interface/e5c54934-b5a3-49d1-80ff-418f29c4fb41 HTTP/1.1" 200 2947 0.007649 10.0.0.249 - - [2026-08-03 04:04:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.005493 10.0.0.249 - - [2026-08-03 04:04:32] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.006013 10.0.0.249 - - [2026-08-03 04:04:32] "GET /virtual-networks?parent_id=1a354254-55e4-4d2f-9d2a-85dde1875ecf&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.005603 10.0.0.249 - - [2026-08-03 04:04:32] "GET /virtual-network/04eb6348-7a96-49ff-9148-4f6cf0f01cc5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.007284 10.0.0.249 - - [2026-08-03 04:04:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004992 10.0.0.249 - - [2026-08-03 04:04:35] "GET /virtual-network/04eb6348-7a96-49ff-9148-4f6cf0f01cc5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.007663 10.0.0.249 - - [2026-08-03 04:04:36] "POST /neutron/security_group HTTP/1.1" 200 2058 0.009053 10.0.0.249 - - [2026-08-03 04:04:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.005752 10.0.0.249 - - [2026-08-03 04:04:37] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.006208 10.0.0.249 - - [2026-08-03 04:04:37] "GET /virtual-networks?parent_id=1a354254-55e4-4d2f-9d2a-85dde1875ecf&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.005172 10.0.0.249 - - [2026-08-03 04:04:37] "GET /virtual-network/04eb6348-7a96-49ff-9148-4f6cf0f01cc5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.007657 10.0.0.249 - - [2026-08-03 04:04:45] "POST /neutron/network HTTP/1.1" 200 824 0.010473 10.0.0.249 - - [2026-08-03 04:04:47] "POST /neutron/network HTTP/1.1" 200 824 0.008868 10.0.0.249 - - [2026-08-03 04:04:47] "POST /neutron/port HTTP/1.1" 200 151 0.316007 10.0.0.50 - - [2026-08-03 04:04:49] "DELETE /route-target/ed6e0393-dcbb-411d-90b2-32de83870b6c HTTP/1.1" 200 115 0.047527 10.0.0.249 - - [2026-08-03 04:04:52] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 547 0.004875 10.0.0.249 - - [2026-08-03 04:04:52] "POST /network-ipams HTTP/1.1" 200 543 0.048134 10.0.0.249 - - [2026-08-03 04:04:52] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 767 0.004972 10.0.0.249 - - [2026-08-03 04:04:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.004833 10.0.0.249 - - [2026-08-03 04:04:52] "GET /network-ipam/f2d83053-92c9-49d5-9995-166670db50ba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1331 0.008677 10.0.0.249 - - [2026-08-03 04:04:52] "PUT /network-ipam/f2d83053-92c9-49d5-9995-166670db50ba HTTP/1.1" 200 259 0.023272 10.0.0.249 - - [2026-08-03 04:04:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.005359 10.0.0.161 - - [2026-08-03 04:04:52] "GET /projects?obj_uuids=1a354254-55e4-4d2f-9d2a-85dde1875ecf&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001937 10.0.0.249 - - [2026-08-03 04:04:52] "GET /project/1a354254-55e4-4d2f-9d2a-85dde1875ecf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.083432 10.0.0.249 - - [2026-08-03 04:04:52] "POST /neutron/network HTTP/1.1" 200 117 0.015738 10.0.0.161 - - [2026-08-03 04:04:53] "POST /useragent-kv HTTP/1.1" 200 115 0.015904 10.0.0.249 - - [2026-08-03 04:04:53] "POST /neutron/subnet HTTP/1.1" 200 699 0.256315 10.0.0.249 - - [2026-08-03 04:04:53] "POST /id-to-fqname HTTP/1.1" 200 220 0.002025 10.0.0.249 - - [2026-08-03 04:04:53] "GET /virtual-network/70cb9553-38c8-46af-bb06-5418f41caa2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2550 0.011197 10.0.0.249 - - [2026-08-03 04:04:53] "GET /virtual-network/70cb9553-38c8-46af-bb06-5418f41caa2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2550 0.007894 10.0.0.249 - - [2026-08-03 04:04:53] "POST /neutron/network HTTP/1.1" 200 994 0.013187 10.0.0.249 - - [2026-08-03 04:04:53] "POST /neutron/network HTTP/1.1" 200 994 0.012881 10.0.0.161 - - [2026-08-03 04:04:53] "GET /projects?obj_uuids=1a354254-55e4-4d2f-9d2a-85dde1875ecf&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001562 10.0.0.249 - - [2026-08-03 04:04:54] "POST /neutron/port HTTP/1.1" 200 1017 0.374987 10.0.0.249 - - [2026-08-03 04:04:54] "POST /id-to-fqname HTTP/1.1" 200 220 0.002124 10.0.0.249 - - [2026-08-03 04:04:54] "POST /neutron/port HTTP/1.1" 200 1017 0.042377 10.0.0.249 - - [2026-08-03 04:04:55] "POST /neutron/port HTTP/1.1" 200 1017 0.017475 10.0.0.249 - - [2026-08-03 04:04:55] "POST /id-to-fqname HTTP/1.1" 200 220 0.001776 10.0.0.249 - - [2026-08-03 04:04:55] "POST /neutron/port HTTP/1.1" 200 117 0.009743 10.0.0.249 - - [2026-08-03 04:04:55] "POST /neutron/network HTTP/1.1" 200 994 0.013872 10.0.0.249 - - [2026-08-03 04:04:55] "POST /neutron/port HTTP/1.1" 200 117 0.011852 10.0.0.249 - - [2026-08-03 04:04:55] "POST /id-to-fqname HTTP/1.1" 200 220 0.002235 10.0.0.249 - - [2026-08-03 04:04:55] "POST /neutron/network HTTP/1.1" 200 1004 0.011388 10.0.0.249 - - [2026-08-03 04:04:56] "POST /neutron/port HTTP/1.1" 200 117 0.010177 10.0.0.249 - - [2026-08-03 04:04:56] "GET /virtual-network/70cb9553-38c8-46af-bb06-5418f41caa2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2550 0.008141 10.0.0.249 - - [2026-08-03 04:04:57] "GET /obj-perms HTTP/1.1" 200 4483 0.058685 10.0.0.161 - - [2026-08-03 04:04:58] "GET /obj-perms HTTP/1.1" 200 4483 0.046356 10.0.0.249 - - [2026-08-03 04:04:59] "POST /neutron/network HTTP/1.1" 200 1004 0.009470 10.0.0.249 - - [2026-08-03 04:04:59] "POST /neutron/port HTTP/1.1" 200 1109 0.207237 10.0.0.249 - - [2026-08-03 04:04:59] "POST /neutron/port HTTP/1.1" 200 1017 0.022390 10.0.0.249 - - [2026-08-03 04:05:00] "POST /neutron/port HTTP/1.1" 200 1119 0.034248 10.0.0.249 - - [2026-08-03 04:05:00] "POST /neutron/port HTTP/1.1" 200 117 0.001851 10.0.0.249 - - [2026-08-03 04:05:01] "POST /neutron/floatingip HTTP/1.1" 200 117 0.007492 10.0.0.249 - - [2026-08-03 04:05:01] "POST /neutron/network HTTP/1.1" 200 994 0.017790 10.0.0.249 - - [2026-08-03 04:05:02] "POST /neutron/port HTTP/1.1" 200 1055 0.037451 10.0.0.249 - - [2026-08-03 04:05:03] "POST /neutron/port HTTP/1.1" 200 1119 0.040906 10.0.0.249 - - [2026-08-03 04:05:03] "POST /neutron/port HTTP/1.1" 200 117 0.001641 10.0.0.249 - - [2026-08-03 04:05:03] "POST /neutron/security_group HTTP/1.1" 200 2058 0.011525 10.0.0.249 - - [2026-08-03 04:05:13] "POST /neutron/port HTTP/1.1" 200 1119 0.023507 10.0.0.249 - - [2026-08-03 04:05:18] "POST /neutron/security_group HTTP/1.1" 200 2058 0.008791 10.0.0.249 - - [2026-08-03 04:05:27] "POST /neutron/port HTTP/1.1" 200 1119 0.031505 10.0.0.249 - - [2026-08-03 04:05:29] "POST /neutron/floatingip HTTP/1.1" 200 117 0.010385 10.0.0.249 - - [2026-08-03 04:05:29] "POST /neutron/port HTTP/1.1" 200 1119 0.027118 10.0.0.249 - - [2026-08-03 04:05:29] "POST /neutron/port HTTP/1.1" 200 1119 0.030960 10.0.0.249 - - [2026-08-03 04:05:34] "POST /neutron/security_group HTTP/1.1" 200 2058 0.010366 10.0.0.50 - - [2026-08-03 04:05:34] "GET /obj-perms HTTP/1.1" 200 4509 0.049006 10.0.0.249 - - [2026-08-03 04:05:39] "POST /neutron/port HTTP/1.1" 200 1119 0.024431 10.0.0.249 - - [2026-08-03 04:05:39] "POST /neutron/security_group HTTP/1.1" 200 2058 0.009978 10.0.0.249 - - [2026-08-03 04:05:39] "GET /virtual-machine/dccdfeaa-53c1-4d24-a9ee-c149ba7be3a0 HTTP/1.1" 200 1291 0.008738 10.0.0.249 - - [2026-08-03 04:05:39] "GET /virtual-machine-interface/46046633-480f-41b5-9f4c-e34edc3cd323 HTTP/1.1" 200 2947 0.006766 10.0.0.249 - - [2026-08-03 04:05:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.004648 10.0.0.249 - - [2026-08-03 04:05:39] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004932 10.0.0.249 - - [2026-08-03 04:05:39] "GET /virtual-networks?parent_id=1a354254-55e4-4d2f-9d2a-85dde1875ecf&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.004032 10.0.0.249 - - [2026-08-03 04:05:39] "GET /virtual-network/70cb9553-38c8-46af-bb06-5418f41caa2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2550 0.006931 10.0.0.249 - - [2026-08-03 04:05:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004778 10.0.0.249 - - [2026-08-03 04:05:42] "GET /virtual-network/70cb9553-38c8-46af-bb06-5418f41caa2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2550 0.009197 10.0.0.249 - - [2026-08-03 04:05:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.005077 10.0.0.249 - - [2026-08-03 04:05:46] "GET /virtual-network/70cb9553-38c8-46af-bb06-5418f41caa2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2550 0.008364 10.0.0.249 - - [2026-08-03 04:05:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004500 10.0.0.249 - - [2026-08-03 04:05:51] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005458 10.0.0.249 - - [2026-08-03 04:05:51] "GET /virtual-networks?parent_id=1a354254-55e4-4d2f-9d2a-85dde1875ecf&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.005710 10.0.0.249 - - [2026-08-03 04:05:51] "GET /virtual-network/70cb9553-38c8-46af-bb06-5418f41caa2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2550 0.009058 10.0.0.249 - - [2026-08-03 04:05:51] "POST /neutron/port HTTP/1.1" 200 1119 0.023535 10.0.0.249 - - [2026-08-03 04:05:51] "POST /neutron/security_group HTTP/1.1" 200 2058 0.009840 10.0.0.249 - - [2026-08-03 04:05:51] "GET /virtual-machine/5b900ff9-d0c2-4bc2-9a5c-a88fc3e51b8e HTTP/1.1" 200 1290 0.008850 10.0.0.249 - - [2026-08-03 04:05:51] "GET /virtual-machine-interface/b1fdc3ca-67c7-43fe-9546-348dc1072e64 HTTP/1.1" 200 2948 0.008102 10.0.0.249 - - [2026-08-03 04:05:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004836 10.0.0.249 - - [2026-08-03 04:05:51] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004815 10.0.0.249 - - [2026-08-03 04:05:51] "GET /virtual-networks?parent_id=1a354254-55e4-4d2f-9d2a-85dde1875ecf&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.005457 10.0.0.249 - - [2026-08-03 04:05:51] "GET /virtual-network/70cb9553-38c8-46af-bb06-5418f41caa2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2550 0.007195 10.0.0.249 - - [2026-08-03 04:05:52] "POST /neutron/port HTTP/1.1" 200 1119 0.033917 10.0.0.249 - - [2026-08-03 04:05:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.004290 10.0.0.249 - - [2026-08-03 04:05:52] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004903 10.0.0.249 - - [2026-08-03 04:05:52] "GET /virtual-networks?parent_id=1a354254-55e4-4d2f-9d2a-85dde1875ecf&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.004478 10.0.0.249 - - [2026-08-03 04:05:52] "GET /virtual-network/70cb9553-38c8-46af-bb06-5418f41caa2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2550 0.007713 10.0.0.249 - - [2026-08-03 04:05:53] "POST /neutron/security_group HTTP/1.1" 200 2058 0.010311 10.0.0.249 - - [2026-08-03 04:05:53] "POST /neutron/port HTTP/1.1" 200 1119 0.025381 10.0.0.249 - - [2026-08-03 04:05:53] "GET /virtual-machine/86e606b5-69ad-4269-b95e-fbc70daaca11 HTTP/1.1" 200 1294 0.007810 10.0.0.249 - - [2026-08-03 04:05:53] "GET /virtual-machine-interface/0cd2117e-6ddb-4cf9-8ba5-3dad682fa2da HTTP/1.1" 200 2946 0.006501 10.0.0.249 - - [2026-08-03 04:05:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004277 10.0.0.249 - - [2026-08-03 04:05:53] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004438 10.0.0.249 - - [2026-08-03 04:05:53] "GET /virtual-networks?parent_id=1a354254-55e4-4d2f-9d2a-85dde1875ecf&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003500 10.0.0.249 - - [2026-08-03 04:05:53] "GET /virtual-network/70cb9553-38c8-46af-bb06-5418f41caa2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2550 0.006693 10.0.0.249 - - [2026-08-03 04:05:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004758 10.0.0.249 - - [2026-08-03 04:05:54] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005259 10.0.0.249 - - [2026-08-03 04:05:54] "GET /virtual-networks?parent_id=1a354254-55e4-4d2f-9d2a-85dde1875ecf&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.005838 10.0.0.249 - - [2026-08-03 04:05:54] "GET /virtual-network/70cb9553-38c8-46af-bb06-5418f41caa2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2550 0.007424 10.0.0.249 - - [2026-08-03 04:06:11] "POST /neutron/port HTTP/1.1" 200 1109 0.022352 10.0.0.249 - - [2026-08-03 04:06:11] "POST /neutron/port HTTP/1.1" 200 1109 0.036707 10.0.0.249 - - [2026-08-03 04:06:11] "POST /neutron/network HTTP/1.1" 400 204 0.029525 10.0.0.249 - - [2026-08-03 04:06:13] "POST /neutron/port HTTP/1.1" 200 151 0.244356 10.0.0.50 - - [2026-08-03 04:06:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.010504 10.0.0.249 - - [2026-08-03 04:06:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004112 10.0.0.249 - - [2026-08-03 04:06:14] "DELETE /network-ipam/f2d83053-92c9-49d5-9995-166670db50ba HTTP/1.1" 200 115 0.044733 10.0.0.249 - - [2026-08-03 04:06:14] "POST /fqname-to-id HTTP/1.1" 404 211 0.007560 10.0.0.249 - - [2026-08-03 04:06:15] "POST /neutron/port HTTP/1.1" 200 117 0.008900 10.0.0.249 - - [2026-08-03 04:06:15] "POST /neutron/port HTTP/1.1" 400 205 0.005443 10.0.0.161 - - [2026-08-03 04:06:15] "GET /projects?obj_uuids=1a354254-55e4-4d2f-9d2a-85dde1875ecf&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001652 10.0.0.249 - - [2026-08-03 04:06:15] "GET /project/1a354254-55e4-4d2f-9d2a-85dde1875ecf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.118894 10.0.0.161 - - [2026-08-03 04:06:15] "GET /projects?obj_uuids=1a354254-55e4-4d2f-9d2a-85dde1875ecf&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001176 10.0.0.249 - - [2026-08-03 04:06:15] "GET /project/1a354254-55e4-4d2f-9d2a-85dde1875ecf?fields=virtual_networks HTTP/1.1" 200 1033 0.060441 10.0.0.161 - - [2026-08-03 04:06:15] "GET /projects?obj_uuids=1a354254-55e4-4d2f-9d2a-85dde1875ecf&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001146 10.0.0.249 - - [2026-08-03 04:06:16] "GET /project/1a354254-55e4-4d2f-9d2a-85dde1875ecf?fields=virtual_machine_interfaces HTTP/1.1" 200 1033 0.047196 10.0.0.161 - - [2026-08-03 04:06:16] "GET /projects?obj_uuids=1a354254-55e4-4d2f-9d2a-85dde1875ecf&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001358 10.0.0.249 - - [2026-08-03 04:06:16] "GET /project/1a354254-55e4-4d2f-9d2a-85dde1875ecf?fields=security_groups HTTP/1.1" 200 1260 0.071582 10.0.0.249 - - [2026-08-03 04:06:17] "POST /fqname-to-id HTTP/1.1" 404 196 0.041624 10.0.0.161 - - [2026-08-03 04:06:17] "GET /projects?obj_uuids=3e7ddc86-fbac-4c72-b05f-e6a991088ac0&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004151 10.0.0.161 - - [2026-08-03 04:06:17] "GET /domains?obj_uuids=724de60e-9f87-4d23-867c-6bd9a9880f5b&detail=False&count=False&shared=False HTTP/1.1" 200 316 0.001178 10.0.0.161 - - [2026-08-03 04:06:17] "GET /domain/724de60e-9f87-4d23-867c-6bd9a9880f5b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008466 10.0.0.161 - - [2026-08-03 04:06:17] "POST /id-to-fqname HTTP/1.1" 200 198 0.006007 10.0.0.161 - - [2026-08-03 04:06:17] "POST /fqname-to-id HTTP/1.1" 404 207 0.008652 10.0.0.161 - - [2026-08-03 04:06:17] "POST /security-groups HTTP/1.1" 200 601 0.082137 10.0.0.161 - - [2026-08-03 04:06:17] "POST /projects HTTP/1.1" 200 603 0.315342 10.0.0.50 - - [2026-08-03 04:06:17] "POST /access-control-lists HTTP/1.1" 200 606 0.034828 10.0.0.161 - - [2026-08-03 04:06:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.396717 10.0.0.249 - - [2026-08-03 04:06:17] "GET /project/3e7ddc86-fbac-4c72-b05f-e6a991088ac0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1397 0.561866 10.0.0.249 - - [2026-08-03 04:06:19] "GET / HTTP/1.1" 200 36215 0.002211 10.0.0.249 - - [2026-08-03 04:06:21] "POST /fqname-to-id HTTP/1.1" 401 293 0.000664 10.0.0.249 - - [2026-08-03 04:06:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.065679 10.0.0.161 - - [2026-08-03 04:06:21] "GET /projects?obj_uuids=3e7ddc86-fbac-4c72-b05f-e6a991088ac0&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001314 10.0.0.249 - - [2026-08-03 04:06:21] "GET /project/3e7ddc86-fbac-4c72-b05f-e6a991088ac0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1397 0.060824 10.0.0.249 - - [2026-08-03 04:06:21] "POST /neutron/network HTTP/1.1" 200 117 0.037320 10.0.0.50 - - [2026-08-03 04:06:21] "POST /route-targets HTTP/1.1" 200 328 0.022880 10.0.0.50 - - [2026-08-03 04:06:22] "POST /fqname-to-id HTTP/1.1" 404 207 0.040523 10.0.0.161 - - [2026-08-03 04:06:22] "POST /useragent-kv HTTP/1.1" 200 115 0.010153 10.0.0.249 - - [2026-08-03 04:06:22] "POST /neutron/subnet HTTP/1.1" 200 720 0.246703 10.0.0.249 - - [2026-08-03 04:06:22] "POST /id-to-fqname HTTP/1.1" 200 228 0.001623 10.0.0.249 - - [2026-08-03 04:06:22] "GET /virtual-network/0379a687-60f0-4ce7-af8c-a1f0b7a92d46?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.010923 10.0.0.249 - - [2026-08-03 04:06:22] "GET /virtual-network/0379a687-60f0-4ce7-af8c-a1f0b7a92d46?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.006525 10.0.0.249 - - [2026-08-03 04:06:22] "POST /neutron/network HTTP/1.1" 200 1005 0.035352 10.0.0.50 - - [2026-08-03 04:06:22] "DELETE /access-control-list/828e4a12-2cb6-40e0-ab95-37424c991786 HTTP/1.1" 200 115 0.086171 10.0.0.249 - - [2026-08-03 04:06:23] "GET /virtual-network/0379a687-60f0-4ce7-af8c-a1f0b7a92d46?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.007030 10.0.0.249 - - [2026-08-03 04:06:25] "POST /id-to-fqname HTTP/1.1" 200 228 0.001869 10.0.0.249 - - [2026-08-03 04:06:25] "POST /neutron/network HTTP/1.1" 200 1015 0.009661 10.0.0.249 - - [2026-08-03 04:06:25] "POST /neutron/port HTTP/1.1" 200 117 0.007594 10.0.0.249 - - [2026-08-03 04:06:25] "POST /id-to-fqname HTTP/1.1" 200 228 0.001654 10.0.0.161 - - [2026-08-03 04:06:26] "GET /projects?obj_uuids=3e7ddc86-fbac-4c72-b05f-e6a991088ac0&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001183 10.0.0.249 - - [2026-08-03 04:06:26] "GET /project/3e7ddc86-fbac-4c72-b05f-e6a991088ac0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1397 0.158257 10.0.0.249 - - [2026-08-03 04:06:26] "POST /neutron/network HTTP/1.1" 200 1005 0.012923 10.0.0.249 - - [2026-08-03 04:06:26] "POST /id-to-fqname HTTP/1.1" 200 228 0.001971 10.0.0.249 - - [2026-08-03 04:06:26] "POST /neutron/port HTTP/1.1" 200 117 0.010660 10.0.0.249 - - [2026-08-03 04:06:26] "POST /neutron/port HTTP/1.1" 200 117 0.014787 10.0.0.249 - - [2026-08-03 04:06:26] "POST /id-to-fqname HTTP/1.1" 200 228 0.001788 10.0.0.249 - - [2026-08-03 04:06:27] "POST /neutron/network HTTP/1.1" 200 1015 0.008901 10.0.0.249 - - [2026-08-03 04:06:27] "POST /neutron/port HTTP/1.1" 200 117 0.007628 10.0.0.161 - - [2026-08-03 04:06:29] "DELETE /project/3e7ddc86fbac4c72b05fe6a991088ac0 HTTP/1.1" 404 173 0.005403 10.0.0.161 - - [2026-08-03 04:06:29] "DELETE /project/1a354254-55e4-4d2f-9d2a-85dde1875ecf HTTP/1.1" 404 177 0.004966 10.0.0.161 - - [2026-08-03 04:06:30] "GET /projects?obj_uuids=3e7ddc86-fbac-4c72-b05f-e6a991088ac0&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001514 10.0.0.249 - - [2026-08-03 04:06:31] "POST /neutron/port HTTP/1.1" 200 1174 0.534330 10.0.0.249 - - [2026-08-03 04:06:31] "POST /neutron/port HTTP/1.1" 200 1174 0.045799 10.0.0.249 - - [2026-08-03 04:06:31] "POST /neutron/port HTTP/1.1" 200 1174 0.075011 10.0.0.249 - - [2026-08-03 04:06:32] "POST /neutron/port HTTP/1.1" 200 1238 0.022032 10.0.0.249 - - [2026-08-03 04:06:32] "POST /neutron/subnet HTTP/1.1" 200 1380 0.016778 10.0.0.249 - - [2026-08-03 04:06:32] "POST /neutron/network HTTP/1.1" 200 1005 0.012787 10.0.0.249 - - [2026-08-03 04:06:32] "POST /neutron/network HTTP/1.1" 200 1015 0.008331 10.0.0.249 - - [2026-08-03 04:06:32] "POST /neutron/subnet HTTP/1.1" 200 1380 0.017392 10.0.0.249 - - [2026-08-03 04:06:32] "POST /neutron/port HTTP/1.1" 200 117 0.001475 10.0.0.249 - - [2026-08-03 04:06:32] "POST /neutron/network HTTP/1.1" 200 1015 0.016103 10.0.0.249 - - [2026-08-03 04:06:33] "POST /neutron/port HTTP/1.1" 200 1174 0.078847 10.0.0.249 - - [2026-08-03 04:06:33] "POST /neutron/port HTTP/1.1" 200 1174 0.037794 10.0.0.249 - - [2026-08-03 04:06:34] "POST /neutron/floatingip HTTP/1.1" 200 117 0.012562 10.0.0.249 - - [2026-08-03 04:06:34] "POST /neutron/port HTTP/1.1" 200 117 0.001647 10.0.0.249 - - [2026-08-03 04:06:35] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004764 10.0.0.249 - - [2026-08-03 04:06:35] "POST /neutron/subnet HTTP/1.1" 200 1380 0.025826 10.0.0.249 - - [2026-08-03 04:06:35] "POST /neutron/network HTTP/1.1" 200 1005 0.015318 10.0.0.249 - - [2026-08-03 04:06:35] "GET /obj-perms HTTP/1.1" 200 4509 0.060498 10.0.0.249 - - [2026-08-03 04:06:43] "POST /neutron/port HTTP/1.1" 200 1238 0.032054 10.0.0.249 - - [2026-08-03 04:06:48] "POST /neutron/security_group HTTP/1.1" 200 2066 0.010961 10.0.0.249 - - [2026-08-03 04:06:58] "POST /neutron/port HTTP/1.1" 200 1238 0.024464 10.0.0.249 - - [2026-08-03 04:07:03] "POST /neutron/security_group HTTP/1.1" 200 2066 0.013337 10.0.0.249 - - [2026-08-03 04:07:08] "POST /neutron/port HTTP/1.1" 200 1238 0.026850 10.0.0.249 - - [2026-08-03 04:07:08] "POST /neutron/security_group HTTP/1.1" 200 2066 0.010586 10.0.0.249 - - [2026-08-03 04:07:08] "GET /virtual-machine/10a8e223-b27a-469b-9e74-99ed82525f65 HTTP/1.1" 401 293 0.000569 10.0.0.249 - - [2026-08-03 04:07:09] "GET /virtual-machine/10a8e223-b27a-469b-9e74-99ed82525f65 HTTP/1.1" 200 1302 0.037264 10.0.0.249 - - [2026-08-03 04:07:09] "GET /virtual-machine-interface/18b8cbd9-61b2-4ba1-ac52-a29f2bae72f0 HTTP/1.1" 200 3182 0.009950 10.0.0.249 - - [2026-08-03 04:07:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.005659 10.0.0.249 - - [2026-08-03 04:07:09] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.006360 10.0.0.249 - - [2026-08-03 04:07:09] "GET /virtual-networks?parent_id=3e7ddc86-fbac-4c72-b05f-e6a991088ac0&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.004233 10.0.0.249 - - [2026-08-03 04:07:09] "GET /virtual-network/0379a687-60f0-4ce7-af8c-a1f0b7a92d46?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.007247 10.0.0.249 - - [2026-08-03 04:07:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.006608 10.0.0.249 - - [2026-08-03 04:07:12] "GET /virtual-network/0379a687-60f0-4ce7-af8c-a1f0b7a92d46?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.012260 10.0.0.249 - - [2026-08-03 04:07:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004920 10.0.0.249 - - [2026-08-03 04:07:16] "GET /virtual-network/0379a687-60f0-4ce7-af8c-a1f0b7a92d46?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.007563 10.0.0.249 - - [2026-08-03 04:07:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.005653 10.0.0.249 - - [2026-08-03 04:07:20] "GET /virtual-network/0379a687-60f0-4ce7-af8c-a1f0b7a92d46?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.012888 10.0.0.249 - - [2026-08-03 04:07:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004891 10.0.0.249 - - [2026-08-03 04:07:24] "GET /virtual-network/0379a687-60f0-4ce7-af8c-a1f0b7a92d46?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.008219 10.0.0.249 - - [2026-08-03 04:07:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.004947 10.0.0.249 - - [2026-08-03 04:07:29] "GET /virtual-network/0379a687-60f0-4ce7-af8c-a1f0b7a92d46?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.008140 10.0.0.249 - - [2026-08-03 04:07:32] "POST /neutron/network HTTP/1.1" 200 1015 0.011697 10.0.0.249 - - [2026-08-03 04:07:32] "POST /neutron/subnet HTTP/1.1" 200 1380 0.020318 10.0.0.249 - - [2026-08-03 04:07:32] "POST /neutron/network HTTP/1.1" 200 1005 0.012192 10.0.0.249 - - [2026-08-03 04:07:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.005092 10.0.0.249 - - [2026-08-03 04:07:33] "GET /virtual-network/0379a687-60f0-4ce7-af8c-a1f0b7a92d46?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.008448 10.0.0.161 - - [2026-08-03 04:07:36] "GET /obj-perms HTTP/1.1" 200 4509 0.051730 10.0.0.249 - - [2026-08-03 04:07:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.005399 10.0.0.249 - - [2026-08-03 04:07:37] "GET /virtual-network/0379a687-60f0-4ce7-af8c-a1f0b7a92d46?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.008859 10.0.0.249 - - [2026-08-03 04:07:38] "POST /neutron/network HTTP/1.1" 200 1015 0.036400 10.0.0.249 - - [2026-08-03 04:07:38] "POST /neutron/subnet HTTP/1.1" 200 1380 0.019173 10.0.0.249 - - [2026-08-03 04:07:38] "POST /neutron/network HTTP/1.1" 200 1005 0.013232 10.0.0.249 - - [2026-08-03 04:07:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.004840 10.0.0.249 - - [2026-08-03 04:07:41] "GET /virtual-network/0379a687-60f0-4ce7-af8c-a1f0b7a92d46?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.008321 10.0.0.249 - - [2026-08-03 04:07:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004915 10.0.0.249 - - [2026-08-03 04:07:45] "GET /virtual-network/0379a687-60f0-4ce7-af8c-a1f0b7a92d46?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.008196 10.0.0.249 - - [2026-08-03 04:07:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.005552 10.0.0.249 - - [2026-08-03 04:07:49] "GET /virtual-network/0379a687-60f0-4ce7-af8c-a1f0b7a92d46?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.009919 10.0.0.249 - - [2026-08-03 04:07:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004642 10.0.0.249 - - [2026-08-03 04:07:53] "GET /virtual-network/0379a687-60f0-4ce7-af8c-a1f0b7a92d46?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.010312 10.0.0.249 - - [2026-08-03 04:07:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004544 10.0.0.249 - - [2026-08-03 04:07:57] "GET /virtual-network/0379a687-60f0-4ce7-af8c-a1f0b7a92d46?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.006705 10.0.0.249 - - [2026-08-03 04:08:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.005621 10.0.0.249 - - [2026-08-03 04:08:01] "GET /virtual-network/0379a687-60f0-4ce7-af8c-a1f0b7a92d46?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.010080 10.0.0.249 - - [2026-08-03 04:08:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004678 10.0.0.249 - - [2026-08-03 04:08:03] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.006671 10.0.0.249 - - [2026-08-03 04:08:04] "GET /virtual-networks?parent_id=3e7ddc86-fbac-4c72-b05f-e6a991088ac0&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.006475 10.0.0.249 - - [2026-08-03 04:08:04] "GET /virtual-network/0379a687-60f0-4ce7-af8c-a1f0b7a92d46?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.008069 10.0.0.249 - - [2026-08-03 04:08:09] "POST /neutron/port HTTP/1.1" 200 1238 0.027223 10.0.0.249 - - [2026-08-03 04:08:09] "POST /neutron/security_group HTTP/1.1" 200 2066 0.010428 10.0.0.249 - - [2026-08-03 04:08:14] "POST /neutron/port HTTP/1.1" 200 1238 0.030473 10.0.0.50 - - [2026-08-03 04:08:18] "GET /global-system-configs HTTP/1.1" 401 293 0.000535 10.0.0.50 - - [2026-08-03 04:08:18] "GET /global-system-configs HTTP/1.1" 401 293 0.000551 10.0.0.50 - - [2026-08-03 04:08:19] "GET /global-system-configs HTTP/1.1" 401 293 0.000503 10.0.0.50 - - [2026-08-03 04:08:19] "GET /global-system-configs HTTP/1.1" 401 293 0.000501 10.0.0.161 - - [2026-08-03 04:08:19] "GET /global-system-configs HTTP/1.1" 401 293 0.000618 10.0.0.249 - - [2026-08-03 04:08:19] "POST /neutron/security_group HTTP/1.1" 200 2066 0.010077 10.0.0.161 - - [2026-08-03 04:08:19] "GET /global-system-configs HTTP/1.1" 401 293 0.000588 10.0.0.249 - - [2026-08-03 04:08:20] "POST /neutron/port HTTP/1.1" 200 1238 0.042819 10.0.0.249 - - [2026-08-03 04:08:20] "GET /virtual-machine/8e2044cd-fc43-4862-bee2-b847b4fcf399 HTTP/1.1" 200 1303 0.008861 10.0.0.249 - - [2026-08-03 04:08:20] "GET /virtual-machine-interface/908c6a61-a1da-4561-815a-652f416313d5 HTTP/1.1" 200 3182 0.007548 10.0.0.249 - - [2026-08-03 04:08:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004532 10.0.0.249 - - [2026-08-03 04:08:20] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005921 10.0.0.249 - - [2026-08-03 04:08:20] "GET /virtual-networks?parent_id=3e7ddc86-fbac-4c72-b05f-e6a991088ac0&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.004913 10.0.0.249 - - [2026-08-03 04:08:20] "GET /virtual-network/0379a687-60f0-4ce7-af8c-a1f0b7a92d46?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.008009 10.0.0.249 - - [2026-08-03 04:08:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.005364 10.0.0.249 - - [2026-08-03 04:08:21] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.006841 10.0.0.249 - - [2026-08-03 04:08:21] "GET /virtual-networks?parent_id=3e7ddc86-fbac-4c72-b05f-e6a991088ac0&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.006911 10.0.0.249 - - [2026-08-03 04:08:21] "GET /virtual-network/0379a687-60f0-4ce7-af8c-a1f0b7a92d46?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.009153 10.0.0.161 - - [2026-08-03 04:08:21] "GET /global-system-configs HTTP/1.1" 401 293 0.000766 10.0.0.161 - - [2026-08-03 04:08:21] "GET /global-system-configs HTTP/1.1" 401 293 0.000613 10.0.0.249 - - [2026-08-03 04:08:21] "POST /neutron/security_group HTTP/1.1" 200 2066 0.011585 10.0.0.249 - - [2026-08-03 04:08:21] "GET /global-system-configs HTTP/1.1" 401 293 0.000507 10.0.0.249 - - [2026-08-03 04:08:21] "GET /global-system-configs HTTP/1.1" 401 293 0.000621 10.0.0.249 - - [2026-08-03 04:08:22] "GET /global-system-configs HTTP/1.1" 401 293 0.000514 10.0.0.249 - - [2026-08-03 04:08:22] "GET /global-system-configs HTTP/1.1" 401 293 0.000485 10.0.0.249 - - [2026-08-03 04:08:26] "POST /neutron/port HTTP/1.1" 200 1238 0.027427 10.0.0.249 - - [2026-08-03 04:08:30] "POST /neutron/security_group HTTP/1.1" 200 2066 0.010053 10.0.0.249 - - [2026-08-03 04:08:31] "POST /neutron/port HTTP/1.1" 200 1238 0.029770 10.0.0.249 - - [2026-08-03 04:08:32] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005422 10.0.0.249 - - [2026-08-03 04:08:32] "POST /neutron/port HTTP/1.1" 200 117 0.001650 10.0.0.249 - - [2026-08-03 04:08:36] "POST /neutron/port HTTP/1.1" 200 1238 0.030612 10.0.0.249 - - [2026-08-03 04:08:37] "POST /neutron/port HTTP/1.1" 200 1238 0.026181 10.0.0.50 - - [2026-08-03 04:08:37] "GET /obj-perms HTTP/1.1" 200 4509 0.047504 10.0.0.249 - - [2026-08-03 04:08:37] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005903 10.0.0.249 - - [2026-08-03 04:08:38] "POST /neutron/port HTTP/1.1" 200 117 0.001527 10.0.0.249 - - [2026-08-03 04:08:42] "POST /neutron/security_group HTTP/1.1" 200 2066 0.011859 10.0.0.249 - - [2026-08-03 04:08:42] "POST /neutron/port HTTP/1.1" 200 1238 0.035436 10.0.0.249 - - [2026-08-03 04:08:42] "GET /virtual-machine/32aa754c-9d9c-41a1-83bd-c9b00b8c7cca HTTP/1.1" 200 1301 0.009959 10.0.0.249 - - [2026-08-03 04:08:42] "GET /virtual-machine-interface/5be454b5-be4c-4484-bdc7-ca23b0923118 HTTP/1.1" 200 3182 0.008916 10.0.0.249 - - [2026-08-03 04:08:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004936 10.0.0.249 - - [2026-08-03 04:08:42] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.006845 10.0.0.249 - - [2026-08-03 04:08:42] "GET /virtual-networks?parent_id=3e7ddc86-fbac-4c72-b05f-e6a991088ac0&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.004348 10.0.0.249 - - [2026-08-03 04:08:42] "GET /virtual-network/0379a687-60f0-4ce7-af8c-a1f0b7a92d46?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.008161 10.0.0.249 - - [2026-08-03 04:08:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.004402 10.0.0.249 - - [2026-08-03 04:08:43] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005801 10.0.0.249 - - [2026-08-03 04:08:43] "GET /virtual-networks?parent_id=3e7ddc86-fbac-4c72-b05f-e6a991088ac0&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.005873 10.0.0.249 - - [2026-08-03 04:08:44] "GET /virtual-network/0379a687-60f0-4ce7-af8c-a1f0b7a92d46?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.008069 10.0.0.249 - - [2026-08-03 04:09:32] "POST /neutron/port HTTP/1.1" 200 1238 0.046731 10.0.0.249 - - [2026-08-03 04:09:33] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005576 10.0.0.249 - - [2026-08-03 04:09:33] "POST /neutron/port HTTP/1.1" 200 117 0.001657 10.0.0.161 - - [2026-08-03 04:09:37] "GET /projects?obj_uuids=3e7ddc86-fbac-4c72-b05f-e6a991088ac0&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.092196 10.0.0.249 - - [2026-08-03 04:09:37] "GET /project/3e7ddc86-fbac-4c72-b05f-e6a991088ac0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1397 0.164492 10.0.0.249 - - [2026-08-03 04:09:37] "POST /fqname-to-id HTTP/1.1" 404 226 0.016114 10.0.0.249 - - [2026-08-03 04:09:38] "POST /interface-route-tables HTTP/1.1" 200 577 0.040576 10.0.0.249 - - [2026-08-03 04:09:38] "GET /interface-route-table/6a76a9d5-069c-468c-a69c-9bd2b2ed3003?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1333 0.008949 10.0.0.249 - - [2026-08-03 04:09:38] "GET /virtual-machine-interface/18b8cbd9-61b2-4ba1-ac52-a29f2bae72f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2765 0.008957 10.0.0.249 - - [2026-08-03 04:09:38] "POST /ref-update HTTP/1.1" 200 156 0.024855 10.0.0.249 - - [2026-08-03 04:09:43] "POST /neutron/port HTTP/1.1" 200 1238 0.032125 10.0.0.249 - - [2026-08-03 04:09:44] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006160 10.0.0.249 - - [2026-08-03 04:09:44] "POST /neutron/port HTTP/1.1" 200 117 0.001823 10.0.0.161 - - [2026-08-03 04:10:28] "GET /projects?obj_uuids=3e7ddc86-fbac-4c72-b05f-e6a991088ac0&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001183 10.0.0.249 - - [2026-08-03 04:10:28] "GET /project/3e7ddc86-fbac-4c72-b05f-e6a991088ac0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1397 0.078584 10.0.0.249 - - [2026-08-03 04:10:28] "POST /fqname-to-id HTTP/1.1" 404 226 0.005770 10.0.0.249 - - [2026-08-03 04:10:28] "POST /interface-route-tables HTTP/1.1" 200 577 0.044289 10.0.0.249 - - [2026-08-03 04:10:28] "GET /interface-route-table/9308f96d-0c07-41f5-be3e-40aa4395eb2d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1334 0.009614 10.0.0.249 - - [2026-08-03 04:10:28] "GET /virtual-machine-interface/908c6a61-a1da-4561-815a-652f416313d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2765 0.006711 10.0.0.249 - - [2026-08-03 04:10:28] "POST /ref-update HTTP/1.1" 200 156 0.017771 10.0.0.249 - - [2026-08-03 04:10:29] "GET /virtual-machine-interface/5be454b5-be4c-4484-bdc7-ca23b0923118?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2765 0.009796 10.0.0.249 - - [2026-08-03 04:10:29] "PUT /virtual-machine-interface/5be454b5-be4c-4484-bdc7-ca23b0923118 HTTP/1.1" 200 285 0.021845 10.0.0.249 - - [2026-08-03 04:10:29] "GET /virtual-machine-interface/18b8cbd9-61b2-4ba1-ac52-a29f2bae72f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3047 0.008749 10.0.0.249 - - [2026-08-03 04:10:29] "PUT /virtual-machine-interface/18b8cbd9-61b2-4ba1-ac52-a29f2bae72f0 HTTP/1.1" 200 285 0.027197 10.0.0.249 - - [2026-08-03 04:10:29] "GET /virtual-machine-interface/908c6a61-a1da-4561-815a-652f416313d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3047 0.016178 10.0.0.249 - - [2026-08-03 04:10:29] "PUT /virtual-machine-interface/908c6a61-a1da-4561-815a-652f416313d5 HTTP/1.1" 200 285 0.018895 10.0.0.249 - - [2026-08-03 04:10:31] "POST /neutron/port HTTP/1.1" 200 1238 0.025660 10.0.0.249 - - [2026-08-03 04:10:32] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004942 10.0.0.249 - - [2026-08-03 04:10:32] "POST /neutron/port HTTP/1.1" 200 117 0.001679 10.0.0.249 - - [2026-08-03 04:10:38] "POST /neutron/port HTTP/1.1" 200 1238 0.025566 10.0.0.249 - - [2026-08-03 04:10:39] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005439 10.0.0.249 - - [2026-08-03 04:10:39] "POST /neutron/port HTTP/1.1" 200 117 0.001463 10.0.0.249 - - [2026-08-03 04:11:30] "POST /neutron/security_group HTTP/1.1" 200 2066 0.034204 10.0.0.249 - - [2026-08-03 04:11:30] "POST /neutron/port HTTP/1.1" 200 1238 0.027061 10.0.0.249 - - [2026-08-03 04:11:30] "GET /virtual-machine/74446204-1e6c-44e6-908f-8454b9dc7006 HTTP/1.1" 200 1302 0.009794 10.0.0.249 - - [2026-08-03 04:11:30] "GET /virtual-machine-interface/ed69424f-90cd-40a7-bc3b-c0aa19e9cdee HTTP/1.1" 200 3183 0.007409 10.0.0.249 - - [2026-08-03 04:11:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.026699 10.0.0.249 - - [2026-08-03 04:11:30] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005666 10.0.0.249 - - [2026-08-03 04:11:30] "GET /virtual-networks?parent_id=3e7ddc86-fbac-4c72-b05f-e6a991088ac0&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.004822 10.0.0.249 - - [2026-08-03 04:11:30] "GET /virtual-network/0379a687-60f0-4ce7-af8c-a1f0b7a92d46?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.008945 10.0.0.249 - - [2026-08-03 04:11:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.004970 10.0.0.249 - - [2026-08-03 04:11:31] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005890 10.0.0.249 - - [2026-08-03 04:11:31] "GET /virtual-networks?parent_id=3e7ddc86-fbac-4c72-b05f-e6a991088ac0&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.004493 10.0.0.249 - - [2026-08-03 04:11:31] "GET /virtual-network/0379a687-60f0-4ce7-af8c-a1f0b7a92d46?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.009556 10.0.0.249 - - [2026-08-03 04:11:31] "GET /virtual-machine-interface/ed69424f-90cd-40a7-bc3b-c0aa19e9cdee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2766 0.007676 10.0.0.249 - - [2026-08-03 04:11:31] "PUT /virtual-machine-interface/ed69424f-90cd-40a7-bc3b-c0aa19e9cdee HTTP/1.1" 200 285 0.018841 10.0.0.249 - - [2026-08-03 04:11:32] "POST /neutron/port HTTP/1.1" 200 1238 0.026602 10.0.0.249 - - [2026-08-03 04:11:33] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005214 10.0.0.249 - - [2026-08-03 04:11:33] "POST /neutron/port HTTP/1.1" 200 117 0.001466 10.0.0.249 - - [2026-08-03 04:11:39] "POST /neutron/port HTTP/1.1" 200 1238 0.026953 10.0.0.249 - - [2026-08-03 04:11:39] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004938 10.0.0.249 - - [2026-08-03 04:11:39] "POST /neutron/port HTTP/1.1" 200 117 0.002876 10.0.0.249 - - [2026-08-03 04:11:39] "GET /obj-perms HTTP/1.1" 200 4509 0.060173 10.0.0.161 - - [2026-08-03 04:12:20] "GET /projects?obj_uuids=3e7ddc86-fbac-4c72-b05f-e6a991088ac0&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001800 10.0.0.249 - - [2026-08-03 04:12:20] "GET /project/3e7ddc86-fbac-4c72-b05f-e6a991088ac0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1397 0.072813 10.0.0.249 - - [2026-08-03 04:12:20] "POST /fqname-to-id HTTP/1.1" 404 226 0.004308 10.0.0.249 - - [2026-08-03 04:12:20] "POST /interface-route-tables HTTP/1.1" 200 577 0.044823 10.0.0.249 - - [2026-08-03 04:12:20] "GET /interface-route-table/5cdb8a29-2fb0-4188-be74-baecba45f76f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1333 0.009418 10.0.0.249 - - [2026-08-03 04:12:20] "GET /virtual-machine-interface/ed69424f-90cd-40a7-bc3b-c0aa19e9cdee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2816 0.009023 10.0.0.249 - - [2026-08-03 04:12:20] "POST /ref-update HTTP/1.1" 200 156 0.022820 10.0.0.249 - - [2026-08-03 04:12:21] "GET /virtual-machine-interface/18b8cbd9-61b2-4ba1-ac52-a29f2bae72f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3097 0.009861 10.0.0.249 - - [2026-08-03 04:12:21] "POST /ref-update HTTP/1.1" 200 156 0.036164 10.0.0.249 - - [2026-08-03 04:12:21] "DELETE /interface-route-table/6a76a9d5-069c-468c-a69c-9bd2b2ed3003 HTTP/1.1" 200 115 0.062618 10.0.0.249 - - [2026-08-03 04:12:23] "POST /neutron/port HTTP/1.1" 200 1228 0.028086 10.0.0.249 - - [2026-08-03 04:12:31] "GET /virtual-machine-interface/ed69424f-90cd-40a7-bc3b-c0aa19e9cdee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3098 0.011081 10.0.0.249 - - [2026-08-03 04:12:31] "POST /neutron/port HTTP/1.1" 200 1238 0.027415 10.0.0.249 - - [2026-08-03 04:12:31] "POST /ref-update HTTP/1.1" 200 156 0.029219 10.0.0.249 - - [2026-08-03 04:12:32] "DELETE /interface-route-table/5cdb8a29-2fb0-4188-be74-baecba45f76f HTTP/1.1" 200 115 0.055809 10.0.0.249 - - [2026-08-03 04:12:32] "GET /virtual-machine-interface/908c6a61-a1da-4561-815a-652f416313d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3097 0.008674 10.0.0.249 - - [2026-08-03 04:12:32] "POST /ref-update HTTP/1.1" 200 156 0.025106 10.0.0.249 - - [2026-08-03 04:12:32] "DELETE /interface-route-table/9308f96d-0c07-41f5-be3e-40aa4395eb2d HTTP/1.1" 200 115 0.059461 10.0.0.249 - - [2026-08-03 04:12:32] "POST /neutron/network HTTP/1.1" 200 1015 0.011431 10.0.0.249 - - [2026-08-03 04:12:32] "POST /neutron/subnet HTTP/1.1" 200 1380 0.024827 10.0.0.249 - - [2026-08-03 04:12:32] "POST /neutron/network HTTP/1.1" 200 1005 0.014669 10.0.0.249 - - [2026-08-03 04:12:34] "POST /neutron/port HTTP/1.1" 200 151 0.432419 10.0.0.249 - - [2026-08-03 04:12:34] "POST /neutron/port HTTP/1.1" 200 1238 0.046381 10.0.0.249 - - [2026-08-03 04:12:34] "POST /neutron/port HTTP/1.1" 200 151 0.549328 10.0.0.249 - - [2026-08-03 04:12:36] "POST /neutron/network HTTP/1.1" 200 1005 0.013613 10.0.0.161 - - [2026-08-03 04:12:38] "GET /projects?obj_uuids=3e7ddc86-fbac-4c72-b05f-e6a991088ac0&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001180 10.0.0.249 - - [2026-08-03 04:12:38] "GET /project/3e7ddc86-fbac-4c72-b05f-e6a991088ac0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1397 0.087078 10.0.0.161 - - [2026-08-03 04:12:38] "GET /projects?obj_uuids=3e7ddc86-fbac-4c72-b05f-e6a991088ac0&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001778 10.0.0.249 - - [2026-08-03 04:12:38] "GET /project/3e7ddc86-fbac-4c72-b05f-e6a991088ac0?fields=virtual_networks HTTP/1.1" 200 1049 0.083717 10.0.0.161 - - [2026-08-03 04:12:38] "GET /projects?obj_uuids=3e7ddc86-fbac-4c72-b05f-e6a991088ac0&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001829 10.0.0.249 - - [2026-08-03 04:12:38] "GET /project/3e7ddc86-fbac-4c72-b05f-e6a991088ac0?fields=virtual_machine_interfaces HTTP/1.1" 200 1049 0.062036 10.0.0.161 - - [2026-08-03 04:12:38] "GET /projects?obj_uuids=3e7ddc86-fbac-4c72-b05f-e6a991088ac0&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001360 10.0.0.249 - - [2026-08-03 04:12:38] "GET /project/3e7ddc86-fbac-4c72-b05f-e6a991088ac0?fields=security_groups HTTP/1.1" 200 1284 0.087667 10.0.0.249 - - [2026-08-03 04:12:39] "POST /fqname-to-id HTTP/1.1" 404 183 0.035532 10.0.0.161 - - [2026-08-03 04:12:39] "GET /projects?obj_uuids=aff1e391-0f8a-4eb6-924b-12cf48dacb66&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004617 10.0.0.161 - - [2026-08-03 04:12:40] "GET /domains?obj_uuids=724de60e-9f87-4d23-867c-6bd9a9880f5b&detail=False&count=False&shared=False HTTP/1.1" 200 316 0.001309 10.0.0.161 - - [2026-08-03 04:12:40] "GET /domain/724de60e-9f87-4d23-867c-6bd9a9880f5b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.039620 10.0.0.161 - - [2026-08-03 04:12:40] "POST /id-to-fqname HTTP/1.1" 200 185 0.008344 10.0.0.161 - - [2026-08-03 04:12:40] "POST /fqname-to-id HTTP/1.1" 404 194 0.010190 10.0.0.161 - - [2026-08-03 04:12:40] "POST /security-groups HTTP/1.1" 200 588 0.049499 10.0.0.161 - - [2026-08-03 04:12:40] "POST /projects HTTP/1.1" 200 577 0.347779 10.0.0.161 - - [2026-08-03 04:12:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.383447 10.0.0.249 - - [2026-08-03 04:12:40] "GET /project/aff1e391-0f8a-4eb6-924b-12cf48dacb66?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.571020 10.0.0.50 - - [2026-08-03 04:12:40] "POST /fqname-to-id HTTP/1.1" 404 229 0.354313 10.0.0.161 - - [2026-08-03 04:12:40] "GET /obj-perms HTTP/1.1" 200 4509 0.130012 10.0.0.50 - - [2026-08-03 04:12:40] "POST /access-control-lists HTTP/1.1" 200 591 0.062886 10.0.0.249 - - [2026-08-03 04:12:42] "GET / HTTP/1.1" 200 36215 0.003002 10.0.0.161 - - [2026-08-03 04:12:45] "GET /projects?obj_uuids=aff1e391-0f8a-4eb6-924b-12cf48dacb66&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001365 10.0.0.249 - - [2026-08-03 04:12:45] "GET /project/aff1e391-0f8a-4eb6-924b-12cf48dacb66?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.052755 10.0.0.161 - - [2026-08-03 04:12:45] "GET /projects?obj_uuids=aff1e391-0f8a-4eb6-924b-12cf48dacb66&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.002988 10.0.0.249 - - [2026-08-03 04:12:45] "GET /project/aff1e391-0f8a-4eb6-924b-12cf48dacb66?fields=virtual_networks HTTP/1.1" 200 1024 0.078826 10.0.0.161 - - [2026-08-03 04:12:45] "GET /projects?obj_uuids=aff1e391-0f8a-4eb6-924b-12cf48dacb66&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.003221 10.0.0.249 - - [2026-08-03 04:12:45] "GET /project/aff1e391-0f8a-4eb6-924b-12cf48dacb66?fields=virtual_machine_interfaces HTTP/1.1" 200 1024 0.060889 10.0.0.161 - - [2026-08-03 04:12:46] "GET /projects?obj_uuids=aff1e391-0f8a-4eb6-924b-12cf48dacb66&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001505 10.0.0.249 - - [2026-08-03 04:12:46] "GET /project/aff1e391-0f8a-4eb6-924b-12cf48dacb66?fields=security_groups HTTP/1.1" 200 1246 0.069372 10.0.0.249 - - [2026-08-03 04:12:47] "POST /fqname-to-id HTTP/1.1" 404 193 0.030146 10.0.0.161 - - [2026-08-03 04:12:47] "GET /projects?obj_uuids=537c17e1-fd9e-4796-b30f-6c1c09f44ae8&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004238 10.0.0.161 - - [2026-08-03 04:12:47] "GET /domains?obj_uuids=724de60e-9f87-4d23-867c-6bd9a9880f5b&detail=False&count=False&shared=False HTTP/1.1" 200 316 0.001369 10.0.0.161 - - [2026-08-03 04:12:47] "GET /domain/724de60e-9f87-4d23-867c-6bd9a9880f5b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.009429 10.0.0.161 - - [2026-08-03 04:12:47] "POST /id-to-fqname HTTP/1.1" 200 195 0.007605 10.0.0.161 - - [2026-08-03 04:12:47] "POST /fqname-to-id HTTP/1.1" 404 204 0.006007 10.0.0.161 - - [2026-08-03 04:12:47] "POST /security-groups HTTP/1.1" 200 598 0.052715 10.0.0.161 - - [2026-08-03 04:12:47] "POST /projects HTTP/1.1" 200 597 0.334066 10.0.0.161 - - [2026-08-03 04:12:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.415929 10.0.0.50 - - [2026-08-03 04:12:47] "POST /fqname-to-id HTTP/1.1" 404 238 0.022630 10.0.0.249 - - [2026-08-03 04:12:47] "GET /project/537c17e1-fd9e-4796-b30f-6c1c09f44ae8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1385 0.620237 10.0.0.249 - - [2026-08-03 04:12:49] "GET / HTTP/1.1" 200 36215 0.002792 10.0.0.161 - - [2026-08-03 04:12:52] "GET /projects?obj_uuids=537c17e1-fd9e-4796-b30f-6c1c09f44ae8&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001730 10.0.0.249 - - [2026-08-03 04:12:52] "GET /project/537c17e1-fd9e-4796-b30f-6c1c09f44ae8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1385 0.083881 10.0.0.161 - - [2026-08-03 04:12:52] "GET /projects?obj_uuids=537c17e1-fd9e-4796-b30f-6c1c09f44ae8&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.002041 10.0.0.249 - - [2026-08-03 04:12:52] "GET /project/537c17e1-fd9e-4796-b30f-6c1c09f44ae8?fields=virtual_networks HTTP/1.1" 200 1043 0.126900 10.0.0.161 - - [2026-08-03 04:12:52] "GET /projects?obj_uuids=537c17e1-fd9e-4796-b30f-6c1c09f44ae8&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.005189 10.0.0.249 - - [2026-08-03 04:12:52] "GET /project/537c17e1-fd9e-4796-b30f-6c1c09f44ae8?fields=virtual_machine_interfaces HTTP/1.1" 200 1043 0.105297 10.0.0.161 - - [2026-08-03 04:12:52] "GET /projects?obj_uuids=537c17e1-fd9e-4796-b30f-6c1c09f44ae8&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.002237 10.0.0.249 - - [2026-08-03 04:12:52] "GET /project/537c17e1-fd9e-4796-b30f-6c1c09f44ae8?fields=security_groups HTTP/1.1" 200 1275 0.088454 10.0.0.249 - - [2026-08-03 04:12:53] "POST /fqname-to-id HTTP/1.1" 404 199 0.050493 10.0.0.161 - - [2026-08-03 04:12:54] "GET /projects?obj_uuids=0a49c384-8029-46de-949e-fdcf4c32f377&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004482 10.0.0.161 - - [2026-08-03 04:12:54] "GET /domains?obj_uuids=724de60e-9f87-4d23-867c-6bd9a9880f5b&detail=False&count=False&shared=False HTTP/1.1" 200 316 0.001942 10.0.0.161 - - [2026-08-03 04:12:54] "GET /domain/724de60e-9f87-4d23-867c-6bd9a9880f5b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.012126 10.0.0.161 - - [2026-08-03 04:12:54] "POST /id-to-fqname HTTP/1.1" 200 201 0.008765 10.0.0.161 - - [2026-08-03 04:12:54] "POST /fqname-to-id HTTP/1.1" 404 210 0.033220 10.0.0.161 - - [2026-08-03 04:12:54] "POST /security-groups HTTP/1.1" 200 604 0.066712 10.0.0.161 - - [2026-08-03 04:12:54] "POST /projects HTTP/1.1" 200 609 0.409086 10.0.0.50 - - [2026-08-03 04:12:54] "POST /access-control-lists HTTP/1.1" 200 609 0.045150 10.0.0.161 - - [2026-08-03 04:12:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.500504 10.0.0.249 - - [2026-08-03 04:12:54] "GET /project/0a49c384-8029-46de-949e-fdcf4c32f377?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1408 0.726118 10.0.0.249 - - [2026-08-03 04:12:56] "GET / HTTP/1.1" 200 36215 0.001958 10.0.0.161 - - [2026-08-03 04:12:59] "GET /projects?obj_uuids=0a49c384-8029-46de-949e-fdcf4c32f377&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001799 10.0.0.249 - - [2026-08-03 04:12:59] "GET /project/0a49c384-8029-46de-949e-fdcf4c32f377?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1408 0.081998 10.0.0.161 - - [2026-08-03 04:12:59] "GET /projects?obj_uuids=0a49c384-8029-46de-949e-fdcf4c32f377&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001454 10.0.0.249 - - [2026-08-03 04:12:59] "GET /project/0a49c384-8029-46de-949e-fdcf4c32f377?fields=virtual_networks HTTP/1.1" 200 1054 0.083185 10.0.0.161 - - [2026-08-03 04:12:59] "GET /projects?obj_uuids=0a49c384-8029-46de-949e-fdcf4c32f377&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001681 10.0.0.249 - - [2026-08-03 04:12:59] "GET /project/0a49c384-8029-46de-949e-fdcf4c32f377?fields=virtual_machine_interfaces HTTP/1.1" 200 1054 0.080966 10.0.0.161 - - [2026-08-03 04:12:59] "GET /projects?obj_uuids=0a49c384-8029-46de-949e-fdcf4c32f377&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001297 10.0.0.249 - - [2026-08-03 04:12:59] "GET /project/0a49c384-8029-46de-949e-fdcf4c32f377?fields=security_groups HTTP/1.1" 200 1292 0.106505 10.0.0.249 - - [2026-08-03 04:13:00] "POST /fqname-to-id HTTP/1.1" 404 185 0.040332 10.0.0.161 - - [2026-08-03 04:13:00] "GET /projects?obj_uuids=f8d2615f-331b-4448-8855-2ea78efc5b3b&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.005079 10.0.0.161 - - [2026-08-03 04:13:00] "GET /domains?obj_uuids=724de60e-9f87-4d23-867c-6bd9a9880f5b&detail=False&count=False&shared=False HTTP/1.1" 200 316 0.002010 10.0.0.161 - - [2026-08-03 04:13:00] "GET /domain/724de60e-9f87-4d23-867c-6bd9a9880f5b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.016078 10.0.0.161 - - [2026-08-03 04:13:01] "POST /id-to-fqname HTTP/1.1" 200 187 0.004841 10.0.0.161 - - [2026-08-03 04:13:01] "POST /fqname-to-id HTTP/1.1" 404 196 0.013248 10.0.0.161 - - [2026-08-03 04:13:01] "POST /security-groups HTTP/1.1" 200 590 0.057660 10.0.0.50 - - [2026-08-03 04:13:01] "POST /fqname-to-id HTTP/1.1" 404 231 0.005516 10.0.0.161 - - [2026-08-03 04:13:01] "POST /projects HTTP/1.1" 200 581 0.466540 10.0.0.161 - - [2026-08-03 04:13:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.511378 10.0.0.249 - - [2026-08-03 04:13:01] "GET /project/f8d2615f-331b-4448-8855-2ea78efc5b3b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1353 0.753182 10.0.0.50 - - [2026-08-03 04:13:01] "POST /access-control-lists HTTP/1.1" 200 593 0.101258 10.0.0.249 - - [2026-08-03 04:13:02] "GET / HTTP/1.1" 200 36215 0.003792 10.0.0.161 - - [2026-08-03 04:13:06] "GET /projects?obj_uuids=f8d2615f-331b-4448-8855-2ea78efc5b3b&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001278 10.0.0.249 - - [2026-08-03 04:13:06] "GET /project/f8d2615f-331b-4448-8855-2ea78efc5b3b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1353 0.067486 10.0.0.161 - - [2026-08-03 04:13:06] "GET /projects?obj_uuids=f8d2615f-331b-4448-8855-2ea78efc5b3b&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001973 10.0.0.249 - - [2026-08-03 04:13:06] "GET /project/f8d2615f-331b-4448-8855-2ea78efc5b3b?fields=virtual_networks HTTP/1.1" 200 1027 0.101020 10.0.0.161 - - [2026-08-03 04:13:06] "GET /projects?obj_uuids=f8d2615f-331b-4448-8855-2ea78efc5b3b&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.002205 10.0.0.249 - - [2026-08-03 04:13:06] "GET /project/f8d2615f-331b-4448-8855-2ea78efc5b3b?fields=virtual_machine_interfaces HTTP/1.1" 200 1027 0.089263 10.0.0.161 - - [2026-08-03 04:13:06] "GET /projects?obj_uuids=f8d2615f-331b-4448-8855-2ea78efc5b3b&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001399 10.0.0.249 - - [2026-08-03 04:13:06] "GET /project/f8d2615f-331b-4448-8855-2ea78efc5b3b?fields=security_groups HTTP/1.1" 200 1251 0.086308 10.0.0.249 - - [2026-08-03 04:13:07] "POST /fqname-to-id HTTP/1.1" 404 182 0.040034 10.0.0.161 - - [2026-08-03 04:13:07] "GET /projects?obj_uuids=74c2a342-f9d3-4ae4-bdf2-f13dd56e4f35&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.005365 10.0.0.161 - - [2026-08-03 04:13:07] "GET /domains?obj_uuids=724de60e-9f87-4d23-867c-6bd9a9880f5b&detail=False&count=False&shared=False HTTP/1.1" 200 316 0.001674 10.0.0.161 - - [2026-08-03 04:13:07] "GET /domain/724de60e-9f87-4d23-867c-6bd9a9880f5b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.011324 10.0.0.161 - - [2026-08-03 04:13:08] "POST /id-to-fqname HTTP/1.1" 200 184 0.008661 10.0.0.161 - - [2026-08-03 04:13:08] "POST /fqname-to-id HTTP/1.1" 404 193 0.009558 10.0.0.161 - - [2026-08-03 04:13:08] "POST /security-groups HTTP/1.1" 200 587 0.097971 10.0.0.161 - - [2026-08-03 04:13:08] "POST /projects HTTP/1.1" 200 575 0.385591 10.0.0.161 - - [2026-08-03 04:13:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.421851 10.0.0.50 - - [2026-08-03 04:13:08] "POST /fqname-to-id HTTP/1.1" 404 227 0.018126 10.0.0.249 - - [2026-08-03 04:13:08] "GET /project/74c2a342-f9d3-4ae4-bdf2-f13dd56e4f35?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1341 0.612173 10.0.0.249 - - [2026-08-03 04:13:09] "GET / HTTP/1.1" 200 36215 0.001957 10.0.0.161 - - [2026-08-03 04:13:13] "GET /projects?obj_uuids=74c2a342-f9d3-4ae4-bdf2-f13dd56e4f35&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001442 10.0.0.249 - - [2026-08-03 04:13:13] "GET /project/74c2a342-f9d3-4ae4-bdf2-f13dd56e4f35?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1341 0.081100 10.0.0.161 - - [2026-08-03 04:13:13] "GET /projects?obj_uuids=74c2a342-f9d3-4ae4-bdf2-f13dd56e4f35&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001699 10.0.0.249 - - [2026-08-03 04:13:13] "GET /project/74c2a342-f9d3-4ae4-bdf2-f13dd56e4f35?fields=virtual_networks HTTP/1.1" 200 1021 0.087112 10.0.0.161 - - [2026-08-03 04:13:13] "GET /projects?obj_uuids=74c2a342-f9d3-4ae4-bdf2-f13dd56e4f35&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001863 10.0.0.249 - - [2026-08-03 04:13:13] "GET /project/74c2a342-f9d3-4ae4-bdf2-f13dd56e4f35?fields=virtual_machine_interfaces HTTP/1.1" 200 1021 0.091482 10.0.0.161 - - [2026-08-03 04:13:13] "GET /projects?obj_uuids=74c2a342-f9d3-4ae4-bdf2-f13dd56e4f35&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001841 10.0.0.249 - - [2026-08-03 04:13:13] "GET /project/74c2a342-f9d3-4ae4-bdf2-f13dd56e4f35?fields=security_groups HTTP/1.1" 200 1242 0.073871 10.0.0.249 - - [2026-08-03 04:13:14] "POST /fqname-to-id HTTP/1.1" 404 186 0.043578 10.0.0.161 - - [2026-08-03 04:13:14] "GET /projects?obj_uuids=2a2f2ea3-e796-4e26-97d6-4013969d1e28&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.006538 10.0.0.161 - - [2026-08-03 04:13:14] "GET /domains?obj_uuids=724de60e-9f87-4d23-867c-6bd9a9880f5b&detail=False&count=False&shared=False HTTP/1.1" 200 316 0.001262 10.0.0.161 - - [2026-08-03 04:13:14] "GET /domain/724de60e-9f87-4d23-867c-6bd9a9880f5b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.010809 10.0.0.161 - - [2026-08-03 04:13:15] "POST /id-to-fqname HTTP/1.1" 200 188 0.009810 10.0.0.161 - - [2026-08-03 04:13:15] "POST /fqname-to-id HTTP/1.1" 404 197 0.007787 10.0.0.161 - - [2026-08-03 04:13:15] "POST /security-groups HTTP/1.1" 200 591 0.086005 10.0.0.161 - - [2026-08-03 04:13:15] "POST /projects HTTP/1.1" 200 583 0.398403 10.0.0.161 - - [2026-08-03 04:13:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.436099 10.0.0.50 - - [2026-08-03 04:13:15] "POST /access-control-lists HTTP/1.1" 200 596 0.043781 10.0.0.249 - - [2026-08-03 04:13:15] "GET /project/2a2f2ea3-e796-4e26-97d6-4013969d1e28?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1357 0.691410 10.0.0.249 - - [2026-08-03 04:13:16] "GET / HTTP/1.1" 200 36215 0.002308 10.0.0.50 - - [2026-08-03 04:13:18] "GET /global-system-configs HTTP/1.1" 401 293 0.000545 10.0.0.50 - - [2026-08-03 04:13:18] "GET /global-system-configs HTTP/1.1" 401 293 0.000519 10.0.0.50 - - [2026-08-03 04:13:19] "GET /global-system-configs HTTP/1.1" 401 293 0.000513 10.0.0.50 - - [2026-08-03 04:13:19] "GET /global-system-configs HTTP/1.1" 401 293 0.000496 10.0.0.161 - - [2026-08-03 04:13:19] "GET /global-system-configs HTTP/1.1" 401 293 0.000732 10.0.0.161 - - [2026-08-03 04:13:19] "GET /global-system-configs HTTP/1.1" 401 293 0.000671 10.0.0.161 - - [2026-08-03 04:13:19] "GET /projects?obj_uuids=2a2f2ea3-e796-4e26-97d6-4013969d1e28&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001568 10.0.0.249 - - [2026-08-03 04:13:20] "GET /project/2a2f2ea3-e796-4e26-97d6-4013969d1e28?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1357 0.075195 10.0.0.161 - - [2026-08-03 04:13:20] "GET /projects?obj_uuids=2a2f2ea3-e796-4e26-97d6-4013969d1e28&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001796 10.0.0.249 - - [2026-08-03 04:13:20] "GET /project/2a2f2ea3-e796-4e26-97d6-4013969d1e28?fields=virtual_networks HTTP/1.1" 200 1029 0.103995 10.0.0.161 - - [2026-08-03 04:13:20] "GET /projects?obj_uuids=2a2f2ea3-e796-4e26-97d6-4013969d1e28&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001834 10.0.0.249 - - [2026-08-03 04:13:20] "GET /project/2a2f2ea3-e796-4e26-97d6-4013969d1e28?fields=virtual_machine_interfaces HTTP/1.1" 200 1029 0.083480 10.0.0.161 - - [2026-08-03 04:13:20] "GET /projects?obj_uuids=2a2f2ea3-e796-4e26-97d6-4013969d1e28&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.002810 10.0.0.249 - - [2026-08-03 04:13:20] "GET /project/2a2f2ea3-e796-4e26-97d6-4013969d1e28?fields=security_groups HTTP/1.1" 200 1254 0.085759 10.0.0.249 - - [2026-08-03 04:13:21] "POST /fqname-to-id HTTP/1.1" 404 186 0.042906 10.0.0.161 - - [2026-08-03 04:13:21] "GET /projects?obj_uuids=8922ff49-308e-4271-b5dc-21480ca57a46&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004838 10.0.0.161 - - [2026-08-03 04:13:21] "GET /global-system-configs HTTP/1.1" 401 293 0.000682 10.0.0.161 - - [2026-08-03 04:13:21] "GET /domains?obj_uuids=724de60e-9f87-4d23-867c-6bd9a9880f5b&detail=False&count=False&shared=False HTTP/1.1" 200 316 0.002284 10.0.0.161 - - [2026-08-03 04:13:21] "GET /domain/724de60e-9f87-4d23-867c-6bd9a9880f5b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.015880 10.0.0.161 - - [2026-08-03 04:13:21] "GET /global-system-configs HTTP/1.1" 401 293 0.000535 10.0.0.249 - - [2026-08-03 04:13:21] "GET /global-system-configs HTTP/1.1" 401 293 0.002342 10.0.0.161 - - [2026-08-03 04:13:21] "POST /id-to-fqname HTTP/1.1" 200 188 0.020412 10.0.0.161 - - [2026-08-03 04:13:21] "POST /fqname-to-id HTTP/1.1" 404 197 0.010956 10.0.0.249 - - [2026-08-03 04:13:21] "GET /global-system-configs HTTP/1.1" 401 293 0.001088 10.0.0.161 - - [2026-08-03 04:13:22] "POST /security-groups HTTP/1.1" 200 591 0.130864 10.0.0.50 - - [2026-08-03 04:13:22] "POST /fqname-to-id HTTP/1.1" 404 232 0.006998 10.0.0.161 - - [2026-08-03 04:13:22] "POST /projects HTTP/1.1" 200 583 0.462890 10.0.0.161 - - [2026-08-03 04:13:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.507871 10.0.0.249 - - [2026-08-03 04:13:22] "GET /project/8922ff49-308e-4271-b5dc-21480ca57a46?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1357 0.754746 10.0.0.50 - - [2026-08-03 04:13:22] "POST /access-control-lists HTTP/1.1" 200 594 0.083158 10.0.0.249 - - [2026-08-03 04:13:22] "GET /global-system-configs HTTP/1.1" 401 293 0.000599 10.0.0.249 - - [2026-08-03 04:13:22] "GET /global-system-configs HTTP/1.1" 401 293 0.000509 10.0.0.249 - - [2026-08-03 04:13:23] "GET / HTTP/1.1" 200 36215 0.002798 10.0.0.249 - - [2026-08-03 04:13:25] "POST /fqname-to-id HTTP/1.1" 401 293 0.000696 10.0.0.249 - - [2026-08-03 04:13:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.037081 10.0.0.161 - - [2026-08-03 04:13:26] "GET /projects?obj_uuids=8922ff49-308e-4271-b5dc-21480ca57a46&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001475 10.0.0.249 - - [2026-08-03 04:13:26] "GET /project/8922ff49-308e-4271-b5dc-21480ca57a46?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1357 0.065490 10.0.0.161 - - [2026-08-03 04:13:26] "GET /projects?obj_uuids=8922ff49-308e-4271-b5dc-21480ca57a46&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001798 10.0.0.249 - - [2026-08-03 04:13:26] "POST /neutron/network HTTP/1.1" 200 603 0.223011 10.0.0.249 - - [2026-08-03 04:13:27] "POST /id-to-fqname HTTP/1.1" 200 218 0.005304 10.0.0.249 - - [2026-08-03 04:13:27] "GET /virtual-network/d9653a7d-8192-4bc5-a504-11a7825854fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.008236 10.0.0.249 - - [2026-08-03 04:13:27] "POST /neutron/network HTTP/1.1" 200 823 0.010424 10.0.0.249 - - [2026-08-03 04:13:27] "GET /virtual-network/d9653a7d-8192-4bc5-a504-11a7825854fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.008572 10.0.0.249 - - [2026-08-03 04:13:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.005351 10.0.0.249 - - [2026-08-03 04:13:27] "GET /virtual-network/d9653a7d-8192-4bc5-a504-11a7825854fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.008647 10.0.0.50 - - [2026-08-03 04:13:27] "POST /route-targets HTTP/1.1" 200 328 0.039296 10.0.0.249 - - [2026-08-03 04:13:27] "PUT /virtual-network/d9653a7d-8192-4bc5-a504-11a7825854fd HTTP/1.1" 200 265 0.128848 10.0.0.50 - - [2026-08-03 04:13:27] "POST /ref-update HTTP/1.1" 200 156 0.052695 10.0.0.249 - - [2026-08-03 04:13:28] "GET /virtual-network/d9653a7d-8192-4bc5-a504-11a7825854fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2105 0.009322 10.0.0.50 - - [2026-08-03 04:13:29] "GET /obj-perms HTTP/1.1" 200 4479 0.069133 10.0.0.249 - - [2026-08-03 04:13:29] "POST /neutron/network HTTP/1.1" 200 823 0.015684 10.0.0.249 - - [2026-08-03 04:13:29] "POST /id-to-fqname HTTP/1.1" 200 218 0.001831 10.0.0.161 - - [2026-08-03 04:13:30] "DELETE /project/aff1e3910f8a4eb6924b12cf48dacb66 HTTP/1.1" 404 173 0.026705 10.0.0.161 - - [2026-08-03 04:13:30] "DELETE /project/8922ff49308e4271b5dc21480ca57a46 HTTP/1.1" 404 173 0.032269 10.0.0.161 - - [2026-08-03 04:13:30] "DELETE /project/0a49c384802946de949efdcf4c32f377 HTTP/1.1" 404 173 0.034469 10.0.0.161 - - [2026-08-03 04:13:30] "DELETE /project/2a2f2ea3e7964e2697d64013969d1e28 HTTP/1.1" 404 173 0.025084 10.0.0.161 - - [2026-08-03 04:13:30] "DELETE /project/74c2a342f9d34ae4bdf2f13dd56e4f35 HTTP/1.1" 404 173 0.026945 10.0.0.161 - - [2026-08-03 04:13:30] "GET /projects?obj_uuids=f8d2615f-331b-4448-8855-2ea78efc5b3b&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001634 10.0.0.161 - - [2026-08-03 04:13:30] "GET /projects?obj_uuids=2a2f2ea3-e796-4e26-97d6-4013969d1e28&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.004251 10.0.0.161 - - [2026-08-03 04:13:30] "GET /projects?obj_uuids=537c17e1-fd9e-4796-b30f-6c1c09f44ae8&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001373 10.0.0.161 - - [2026-08-03 04:13:30] "GET /projects?obj_uuids=74c2a342-f9d3-4ae4-bdf2-f13dd56e4f35&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001774 10.0.0.161 - - [2026-08-03 04:13:30] "GET /projects?obj_uuids=0a49c384-8029-46de-949e-fdcf4c32f377&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001466 10.0.0.161 - - [2026-08-03 04:13:30] "GET /projects?obj_uuids=8922ff49-308e-4271-b5dc-21480ca57a46&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001567 10.0.0.161 - - [2026-08-03 04:13:30] "DELETE /project/537c17e1fd9e4796b30f6c1c09f44ae8 HTTP/1.1" 404 173 0.025596 10.0.0.161 - - [2026-08-03 04:13:30] "DELETE /project/3e7ddc86-fbac-4c72-b05f-e6a991088ac0 HTTP/1.1" 404 177 0.029114 10.0.0.161 - - [2026-08-03 04:13:30] "DELETE /project/f8d2615f331b444888552ea78efc5b3b HTTP/1.1" 404 173 0.026146 10.0.0.161 - - [2026-08-03 04:13:30] "GET /projects?obj_uuids=aff1e391-0f8a-4eb6-924b-12cf48dacb66&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001561 10.0.0.161 - - [2026-08-03 04:13:30] "GET /project/f8d2615f-331b-4448-8855-2ea78efc5b3b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1458 0.180156 10.0.0.249 - - [2026-08-03 04:13:30] "GET /project/8922ff49-308e-4271-b5dc-21480ca57a46?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1357 0.275977 10.0.0.161 - - [2026-08-03 04:13:30] "GET /project/2a2f2ea3-e796-4e26-97d6-4013969d1e28?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1462 0.253538 10.0.0.161 - - [2026-08-03 04:13:30] "GET /project/537c17e1-fd9e-4796-b30f-6c1c09f44ae8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1490 0.286174 10.0.0.161 - - [2026-08-03 04:13:30] "GET /project/0a49c384-8029-46de-949e-fdcf4c32f377?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1513 0.282023 10.0.0.161 - - [2026-08-03 04:13:30] "GET /project/74c2a342-f9d3-4ae4-bdf2-f13dd56e4f35?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1446 0.298475 10.0.0.161 - - [2026-08-03 04:13:30] "GET /projects?obj_uuids=f8d2615f-331b-4448-8855-2ea78efc5b3b&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.002082 10.0.0.161 - - [2026-08-03 04:13:30] "GET /projects?obj_uuids=2a2f2ea3-e796-4e26-97d6-4013969d1e28&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.002148 10.0.0.161 - - [2026-08-03 04:13:30] "GET /projects?obj_uuids=74c2a342-f9d3-4ae4-bdf2-f13dd56e4f35&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.002006 10.0.0.161 - - [2026-08-03 04:13:30] "GET /projects?obj_uuids=0a49c384-8029-46de-949e-fdcf4c32f377&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001282 10.0.0.161 - - [2026-08-03 04:13:30] "GET /projects?obj_uuids=537c17e1-fd9e-4796-b30f-6c1c09f44ae8&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001478 10.0.0.249 - - [2026-08-03 04:13:30] "POST /neutron/network HTTP/1.1" 200 823 0.076862 10.0.0.161 - - [2026-08-03 04:13:30] "GET /project/aff1e391-0f8a-4eb6-924b-12cf48dacb66?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1451 0.443788 10.0.0.161 - - [2026-08-03 04:13:30] "GET /project/74c2a342-f9d3-4ae4-bdf2-f13dd56e4f35?fields=security_groups HTTP/1.1" 200 1347 0.205011 10.0.0.161 - - [2026-08-03 04:13:30] "GET /projects?obj_uuids=aff1e391-0f8a-4eb6-924b-12cf48dacb66&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001787 10.0.0.161 - - [2026-08-03 04:13:30] "GET /project/2a2f2ea3-e796-4e26-97d6-4013969d1e28?fields=security_groups HTTP/1.1" 200 1359 0.250530 10.0.0.161 - - [2026-08-03 04:13:30] "GET /project/537c17e1-fd9e-4796-b30f-6c1c09f44ae8?fields=security_groups HTTP/1.1" 200 1380 0.237084 10.0.0.161 - - [2026-08-03 04:13:30] "GET /project/f8d2615f-331b-4448-8855-2ea78efc5b3b?fields=security_groups HTTP/1.1" 200 1356 0.288982 10.0.0.161 - - [2026-08-03 04:13:30] "GET /project/0a49c384-8029-46de-949e-fdcf4c32f377?fields=security_groups HTTP/1.1" 200 1397 0.332898 10.0.0.161 - - [2026-08-03 04:13:30] "GET /project/aff1e391-0f8a-4eb6-924b-12cf48dacb66?fields=security_groups HTTP/1.1" 200 1351 0.276648 10.0.0.249 - - [2026-08-03 04:13:30] "POST /neutron/port HTTP/1.1" 200 117 0.017581 10.0.0.161 - - [2026-08-03 04:13:31] "DELETE /security-group/6ad10784-029a-461f-9725-4c7ad053fe76 HTTP/1.1" 200 115 0.314069 10.0.0.161 - - [2026-08-03 04:13:31] "GET /projects?obj_uuids=2a2f2ea3-e796-4e26-97d6-4013969d1e28&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001830 10.0.0.161 - - [2026-08-03 04:13:31] "DELETE /security-group/7dfd317a-084a-4d5c-8878-a969ac0e03f1 HTTP/1.1" 200 115 0.340900 10.0.0.161 - - [2026-08-03 04:13:31] "DELETE /security-group/916eba61-ecfd-4ebf-b7ac-68950e17af52 HTTP/1.1" 200 115 0.349931 10.0.0.161 - - [2026-08-03 04:13:31] "GET /projects?obj_uuids=537c17e1-fd9e-4796-b30f-6c1c09f44ae8&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.012564 10.0.0.161 - - [2026-08-03 04:13:31] "GET /projects?obj_uuids=f8d2615f-331b-4448-8855-2ea78efc5b3b&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001786 10.0.0.161 - - [2026-08-03 04:13:31] "DELETE /security-group/44b4f205-fcc9-4299-a884-c8f7b75eda2b HTTP/1.1" 200 115 0.417371 10.0.0.161 - - [2026-08-03 04:13:31] "GET /projects?obj_uuids=74c2a342-f9d3-4ae4-bdf2-f13dd56e4f35&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001749 10.0.0.161 - - [2026-08-03 04:13:31] "DELETE /security-group/146adf0b-6195-4aa5-a9dc-6ab1ad6dd93a HTTP/1.1" 200 115 0.359494 10.0.0.161 - - [2026-08-03 04:13:31] "GET /project/2a2f2ea3-e796-4e26-97d6-4013969d1e28?fields=application_policy_sets HTTP/1.1" 200 1398 0.188678 10.0.0.161 - - [2026-08-03 04:13:31] "GET /projects?obj_uuids=0a49c384-8029-46de-949e-fdcf4c32f377&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001534 10.0.0.161 - - [2026-08-03 04:13:31] "GET /project/537c17e1-fd9e-4796-b30f-6c1c09f44ae8?fields=application_policy_sets HTTP/1.1" 200 1419 0.232021 10.0.0.161 - - [2026-08-03 04:13:31] "GET /project/f8d2615f-331b-4448-8855-2ea78efc5b3b?fields=application_policy_sets HTTP/1.1" 200 1395 0.206466 10.0.0.161 - - [2026-08-03 04:13:31] "DELETE /security-group/1b19cd15-8868-4d5a-bc20-4fc97e23ba24 HTTP/1.1" 200 115 0.401903 10.0.0.161 - - [2026-08-03 04:13:31] "GET /projects?obj_uuids=aff1e391-0f8a-4eb6-924b-12cf48dacb66&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001596 10.0.0.50 - - [2026-08-03 04:13:31] "DELETE /access-control-list/f6e84635-41ef-4f3c-9345-73654f6404d2 HTTP/1.1" 200 115 0.279236 10.0.0.161 - - [2026-08-03 04:13:31] "GET /project/74c2a342-f9d3-4ae4-bdf2-f13dd56e4f35?fields=application_policy_sets HTTP/1.1" 200 1386 0.328589 10.0.0.161 - - [2026-08-03 04:13:31] "GET /project/0a49c384-8029-46de-949e-fdcf4c32f377?fields=application_policy_sets HTTP/1.1" 200 1436 0.328741 10.0.0.161 - - [2026-08-03 04:13:31] "GET /project/aff1e391-0f8a-4eb6-924b-12cf48dacb66?fields=application_policy_sets HTTP/1.1" 200 1390 0.355793 10.0.0.50 - - [2026-08-03 04:13:31] "DELETE /access-control-list/cb55a19f-a34e-472c-a640-f62af10105a1 HTTP/1.1" 200 115 0.253494 10.0.0.161 - - [2026-08-03 04:13:32] "DELETE /project/2a2f2ea3-e796-4e26-97d6-4013969d1e28 HTTP/1.1" 200 115 2.042681 10.0.0.161 - - [2026-08-03 04:13:32] "DELETE /project/537c17e1-fd9e-4796-b30f-6c1c09f44ae8 HTTP/1.1" 200 115 2.089514 10.0.0.161 - - [2026-08-03 04:13:32] "DELETE /project/f8d2615f-331b-4448-8855-2ea78efc5b3b HTTP/1.1" 200 115 2.110157 10.0.0.50 - - [2026-08-03 04:13:32] "DELETE /access-control-list/e480a03a-3dc4-4907-95ab-6cb226a6983a HTTP/1.1" 200 115 0.106226 10.0.0.161 - - [2026-08-03 04:13:32] "DELETE /project/74c2a342-f9d3-4ae4-bdf2-f13dd56e4f35 HTTP/1.1" 200 115 2.131784 10.0.0.161 - - [2026-08-03 04:13:32] "DELETE /project/0a49c384-8029-46de-949e-fdcf4c32f377 HTTP/1.1" 200 115 2.151686 10.0.0.161 - - [2026-08-03 04:13:32] "DELETE /project/aff1e391-0f8a-4eb6-924b-12cf48dacb66 HTTP/1.1" 200 115 2.211684 10.0.0.50 - - [2026-08-03 04:13:32] "DELETE /access-control-list/6a2f4d31-d424-4249-8f6e-6efe3bdd83b6 HTTP/1.1" 200 115 0.061210 10.0.0.249 - - [2026-08-03 04:13:35] "POST /neutron/port HTTP/1.1" 200 1059 0.056774 10.0.0.249 - - [2026-08-03 04:13:36] "POST /neutron/port HTTP/1.1" 200 1123 0.029945 10.0.0.249 - - [2026-08-03 04:13:37] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005921 10.0.0.249 - - [2026-08-03 04:13:37] "POST /neutron/network HTTP/1.1" 200 823 0.009231 10.0.0.249 - - [2026-08-03 04:13:46] "POST /neutron/port HTTP/1.1" 200 1123 0.030648 10.0.0.249 - - [2026-08-03 04:13:51] "POST /neutron/security_group HTTP/1.1" 200 2056 0.012076 10.0.0.249 - - [2026-08-03 04:14:01] "POST /neutron/port HTTP/1.1" 200 1123 0.033723 10.0.0.249 - - [2026-08-03 04:14:01] "POST /neutron/security_group HTTP/1.1" 200 2056 0.014666 10.0.0.249 - - [2026-08-03 04:14:01] "GET /virtual-machine/9e84967e-99cd-4671-ad47-7909dabc98b0 HTTP/1.1" 401 293 0.000760 10.0.0.249 - - [2026-08-03 04:14:02] "GET /virtual-machine/9e84967e-99cd-4671-ad47-7909dabc98b0 HTTP/1.1" 200 1293 0.041533 10.0.0.249 - - [2026-08-03 04:14:02] "GET /virtual-machine-interface/16470d39-8054-4c49-8f1b-8734eae3fc7e HTTP/1.1" 200 2937 0.009817 10.0.0.249 - - [2026-08-03 04:14:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.005042 10.0.0.249 - - [2026-08-03 04:14:02] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.006249 10.0.0.249 - - [2026-08-03 04:14:02] "GET /virtual-networks?parent_id=8922ff49-308e-4271-b5dc-21480ca57a46&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.005261 10.0.0.249 - - [2026-08-03 04:14:02] "GET /virtual-network/d9653a7d-8192-4bc5-a504-11a7825854fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2105 0.008243 10.0.0.249 - - [2026-08-03 04:14:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004650 10.0.0.249 - - [2026-08-03 04:14:05] "GET /virtual-network/d9653a7d-8192-4bc5-a504-11a7825854fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2105 0.008034 10.0.0.249 - - [2026-08-03 04:14:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.005199 10.0.0.249 - - [2026-08-03 04:14:09] "GET /virtual-network/d9653a7d-8192-4bc5-a504-11a7825854fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2105 0.009707 10.0.0.249 - - [2026-08-03 04:14:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004565 10.0.0.249 - - [2026-08-03 04:14:13] "GET /virtual-network/d9653a7d-8192-4bc5-a504-11a7825854fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2105 0.007618 10.0.0.249 - - [2026-08-03 04:14:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.005140 10.0.0.249 - - [2026-08-03 04:14:17] "GET /virtual-network/d9653a7d-8192-4bc5-a504-11a7825854fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2105 0.009382 10.0.0.249 - - [2026-08-03 04:14:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.005219 10.0.0.249 - - [2026-08-03 04:14:21] "GET /virtual-network/d9653a7d-8192-4bc5-a504-11a7825854fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2105 0.008911 10.0.0.249 - - [2026-08-03 04:14:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.005458 10.0.0.249 - - [2026-08-03 04:14:26] "GET /virtual-network/d9653a7d-8192-4bc5-a504-11a7825854fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2105 0.009242 10.0.0.249 - - [2026-08-03 04:14:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.005014 10.0.0.249 - - [2026-08-03 04:14:30] "GET /virtual-network/d9653a7d-8192-4bc5-a504-11a7825854fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2105 0.008542 10.0.0.249 - - [2026-08-03 04:14:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.005018 10.0.0.249 - - [2026-08-03 04:14:34] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.006714 10.0.0.249 - - [2026-08-03 04:14:34] "GET /virtual-networks?parent_id=8922ff49-308e-4271-b5dc-21480ca57a46&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.004614 10.0.0.249 - - [2026-08-03 04:14:34] "GET /virtual-network/d9653a7d-8192-4bc5-a504-11a7825854fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2105 0.009027 10.0.0.249 - - [2026-08-03 04:14:34] "POST /neutron/port HTTP/1.1" 200 1123 0.025970 10.0.0.249 - - [2026-08-03 04:14:39] "POST /neutron/security_group HTTP/1.1" 200 2056 0.010414 10.0.0.249 - - [2026-08-03 04:14:40] "POST /neutron/port HTTP/1.1" 200 1123 0.028031 10.0.0.249 - - [2026-08-03 04:14:42] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004921 10.0.0.249 - - [2026-08-03 04:14:42] "POST /neutron/network HTTP/1.1" 200 823 0.010861 10.0.0.249 - - [2026-08-03 04:14:43] "GET /obj-perms HTTP/1.1" 200 4509 0.050673 10.0.0.249 - - [2026-08-03 04:14:50] "POST /neutron/port HTTP/1.1" 200 1123 0.028241 10.0.0.249 - - [2026-08-03 04:14:50] "POST /neutron/security_group HTTP/1.1" 200 2056 0.011100 10.0.0.249 - - [2026-08-03 04:14:50] "POST /neutron/port HTTP/1.1" 200 1123 0.023728 10.0.0.249 - - [2026-08-03 04:14:50] "POST /neutron/network HTTP/1.1" 200 823 0.012414 10.0.0.249 - - [2026-08-03 04:14:50] "POST /id-to-fqname HTTP/1.1" 200 218 0.002125 10.0.0.249 - - [2026-08-03 04:14:50] "GET /virtual-machine/9e84967e-99cd-4671-ad47-7909dabc98b0 HTTP/1.1" 200 1293 0.007615 10.0.0.249 - - [2026-08-03 04:14:50] "GET /virtual-machine-interface/16470d39-8054-4c49-8f1b-8734eae3fc7e HTTP/1.1" 200 2937 0.009961 10.0.0.249 - - [2026-08-03 04:14:50] "GET /instance-ip/6755c9dd-2518-4c4e-9125-ee5f317a1f87 HTTP/1.1" 200 1620 0.015480 10.0.0.249 - - [2026-08-03 04:14:50] "POST /fqname-to-id HTTP/1.1" 404 208 0.005451 10.0.0.249 - - [2026-08-03 04:14:50] "GET /virtual-network/d9653a7d-8192-4bc5-a504-11a7825854fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2105 0.008915 10.0.0.161 - - [2026-08-03 04:14:50] "GET /projects?obj_uuids=8922ff49-308e-4271-b5dc-21480ca57a46&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.030162 10.0.0.249 - - [2026-08-03 04:14:50] "GET /project/8922ff49-308e-4271-b5dc-21480ca57a46?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1357 0.147035 10.0.0.249 - - [2026-08-03 04:14:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.007111 10.0.0.249 - - [2026-08-03 04:14:50] "GET /security-group/ca321609-9a4b-48cf-8fa1-4c84e1ec6504?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3750 0.007064 10.0.0.249 - - [2026-08-03 04:14:51] "POST /virtual-machine-interfaces HTTP/1.1" 200 565 0.155335 10.0.0.249 - - [2026-08-03 04:14:51] "POST /instance-ips HTTP/1.1" 200 358 0.055492 10.0.0.249 - - [2026-08-03 04:14:51] "GET /instance-ip/f65de4a7-7b57-40eb-a50d-2959e6361767?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1575 0.014567 10.0.0.249 - - [2026-08-03 04:14:51] "GET /virtual-machine-interface/07cd1b62-d34c-48be-9546-bfceac7db925?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2344 0.011132 10.0.0.249 - - [2026-08-03 04:14:51] "GET /virtual-machine-interface/07cd1b62-d34c-48be-9546-bfceac7db925?fields=instance_ip_back_refs HTTP/1.1" 200 1324 0.015303 10.0.0.249 - - [2026-08-03 04:14:51] "GET /instance-ip/f65de4a7-7b57-40eb-a50d-2959e6361767?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1575 0.005778 10.0.0.249 - - [2026-08-03 04:14:51] "POST /id-to-fqname HTTP/1.1" 200 218 0.002352 10.0.0.249 - - [2026-08-03 04:14:51] "POST /neutron/port HTTP/1.1" 200 966 0.017038 10.0.0.249 - - [2026-08-03 04:14:51] "POST /neutron/port HTTP/1.1" 200 966 0.016914 10.0.0.249 - - [2026-08-03 04:14:52] "POST /neutron/security_group HTTP/1.1" 200 2056 0.018578 10.0.0.249 - - [2026-08-03 04:14:56] "POST /neutron/port HTTP/1.1" 200 966 0.020431 10.0.0.249 - - [2026-08-03 04:14:56] "POST /neutron/port HTTP/1.1" 200 966 0.019213 10.0.0.249 - - [2026-08-03 04:14:57] "POST /neutron/security_group HTTP/1.1" 200 2056 0.011362 10.0.0.249 - - [2026-08-03 04:14:57] "POST /neutron/subnet HTTP/1.1" 200 703 0.015162 10.0.0.249 - - [2026-08-03 04:15:02] "POST /neutron/port HTTP/1.1" 200 1068 0.041938 10.0.0.249 - - [2026-08-03 04:15:07] "POST /neutron/security_group HTTP/1.1" 200 2056 0.011735 10.0.0.249 - - [2026-08-03 04:15:17] "POST /neutron/port HTTP/1.1" 200 1068 0.031119 10.0.0.249 - - [2026-08-03 04:15:23] "POST /neutron/security_group HTTP/1.1" 200 2056 0.010944 10.0.0.249 - - [2026-08-03 04:15:23] "POST /neutron/port HTTP/1.1" 200 1068 0.025826 10.0.0.249 - - [2026-08-03 04:15:23] "GET /virtual-machine/dcfb7804-bbf5-4cc8-aafd-cba08f3490fb HTTP/1.1" 200 1271 0.010608 10.0.0.249 - - [2026-08-03 04:15:23] "GET /virtual-machine-interface/07cd1b62-d34c-48be-9546-bfceac7db925 HTTP/1.1" 200 2986 0.009367 10.0.0.249 - - [2026-08-03 04:15:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004916 10.0.0.249 - - [2026-08-03 04:15:23] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005846 10.0.0.249 - - [2026-08-03 04:15:23] "GET /virtual-networks?parent_id=8922ff49-308e-4271-b5dc-21480ca57a46&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003996 10.0.0.249 - - [2026-08-03 04:15:23] "GET /virtual-network/d9653a7d-8192-4bc5-a504-11a7825854fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2105 0.006976 10.0.0.249 - - [2026-08-03 04:15:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.005402 10.0.0.249 - - [2026-08-03 04:15:26] "GET /virtual-network/d9653a7d-8192-4bc5-a504-11a7825854fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2105 0.007860 10.0.0.249 - - [2026-08-03 04:15:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.005278 10.0.0.249 - - [2026-08-03 04:15:30] "GET /virtual-network/d9653a7d-8192-4bc5-a504-11a7825854fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2105 0.008331 10.0.0.249 - - [2026-08-03 04:15:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.005432 10.0.0.249 - - [2026-08-03 04:15:34] "GET /virtual-network/d9653a7d-8192-4bc5-a504-11a7825854fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2105 0.009330 10.0.0.249 - - [2026-08-03 04:15:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004429 10.0.0.249 - - [2026-08-03 04:15:38] "GET /virtual-network/d9653a7d-8192-4bc5-a504-11a7825854fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2105 0.006690 10.0.0.249 - - [2026-08-03 04:15:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.005153 10.0.0.249 - - [2026-08-03 04:15:42] "GET /virtual-network/d9653a7d-8192-4bc5-a504-11a7825854fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2105 0.008095 10.0.0.161 - - [2026-08-03 04:15:44] "GET /obj-perms HTTP/1.1" 200 4509 0.047330 10.0.0.249 - - [2026-08-03 04:15:44] "POST /neutron/port HTTP/1.1" 200 1123 0.030693 10.0.0.249 - - [2026-08-03 04:15:45] "POST /neutron/subnet HTTP/1.1" 200 703 0.013549 10.0.0.249 - - [2026-08-03 04:15:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.005137 10.0.0.249 - - [2026-08-03 04:15:46] "GET /virtual-network/d9653a7d-8192-4bc5-a504-11a7825854fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2105 0.010090 10.0.0.249 - - [2026-08-03 04:15:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.005045 10.0.0.249 - - [2026-08-03 04:15:51] "GET /virtual-network/d9653a7d-8192-4bc5-a504-11a7825854fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2105 0.008890 10.0.0.249 - - [2026-08-03 04:15:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.004665 10.0.0.249 - - [2026-08-03 04:15:55] "GET /virtual-network/d9653a7d-8192-4bc5-a504-11a7825854fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2105 0.008449 10.0.0.249 - - [2026-08-03 04:15:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.004693 10.0.0.249 - - [2026-08-03 04:15:59] "GET /virtual-network/d9653a7d-8192-4bc5-a504-11a7825854fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2105 0.010041 10.0.0.249 - - [2026-08-03 04:16:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.005921 10.0.0.249 - - [2026-08-03 04:16:01] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005898 10.0.0.249 - - [2026-08-03 04:16:01] "GET /virtual-networks?parent_id=8922ff49-308e-4271-b5dc-21480ca57a46&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.005114 10.0.0.249 - - [2026-08-03 04:16:01] "GET /virtual-network/d9653a7d-8192-4bc5-a504-11a7825854fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2105 0.009820 10.0.0.249 - - [2026-08-03 04:16:01] "POST /neutron/port HTTP/1.1" 200 1068 0.033684 10.0.0.249 - - [2026-08-03 04:16:06] "POST /neutron/security_group HTTP/1.1" 200 2056 0.010116 10.0.0.249 - - [2026-08-03 04:16:11] "POST /neutron/port HTTP/1.1" 200 1068 0.034057 10.0.0.249 - - [2026-08-03 04:16:17] "POST /id-to-fqname HTTP/1.1" 200 218 0.001795 10.0.0.249 - - [2026-08-03 04:16:17] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008948 10.0.0.249 - - [2026-08-03 04:16:17] "POST /neutron/port HTTP/1.1" 200 2039 0.035397 10.0.0.249 - - [2026-08-03 04:16:17] "POST /neutron/port HTTP/1.1" 200 117 0.010623 10.0.0.249 - - [2026-08-03 04:16:22] "POST /neutron/port HTTP/1.1" 200 1059 0.052629 10.0.0.249 - - [2026-08-03 04:16:22] "POST /neutron/port HTTP/1.1" 200 1123 0.029480 10.0.0.249 - - [2026-08-03 04:16:23] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005410 10.0.0.249 - - [2026-08-03 04:16:23] "POST /neutron/network HTTP/1.1" 200 823 0.010936 10.0.0.249 - - [2026-08-03 04:16:33] "POST /neutron/port HTTP/1.1" 200 1123 0.026278 10.0.0.249 - - [2026-08-03 04:16:38] "POST /neutron/security_group HTTP/1.1" 200 2056 0.011271 10.0.0.249 - - [2026-08-03 04:16:43] "POST /neutron/port HTTP/1.1" 200 1123 0.074502 10.0.0.249 - - [2026-08-03 04:16:43] "POST /neutron/security_group HTTP/1.1" 200 2056 0.010577 10.0.0.249 - - [2026-08-03 04:16:43] "POST /neutron/network HTTP/1.1" 200 823 0.020228 10.0.0.50 - - [2026-08-03 04:16:44] "GET /obj-perms HTTP/1.1" 200 4509 0.051744 10.0.0.249 - - [2026-08-03 04:16:48] "POST /neutron/port HTTP/1.1" 200 1123 0.033554 10.0.0.249 - - [2026-08-03 04:16:48] "POST /neutron/security_group HTTP/1.1" 200 2056 0.010867 10.0.0.249 - - [2026-08-03 04:16:48] "GET /virtual-machine/b339eb3c-21f8-4c18-bd98-1483885978a5 HTTP/1.1" 200 1293 0.010648 10.0.0.249 - - [2026-08-03 04:16:48] "GET /virtual-machine-interface/07fb3ef1-8200-4d9f-befc-3ca99da22fc3 HTTP/1.1" 200 2936 0.008167 10.0.0.249 - - [2026-08-03 04:16:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.006015 10.0.0.249 - - [2026-08-03 04:16:48] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.008777 10.0.0.249 - - [2026-08-03 04:16:48] "GET /virtual-networks?parent_id=8922ff49-308e-4271-b5dc-21480ca57a46&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.006203 10.0.0.249 - - [2026-08-03 04:16:48] "GET /virtual-network/d9653a7d-8192-4bc5-a504-11a7825854fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2105 0.009262 10.0.0.249 - - [2026-08-03 04:16:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.004855 10.0.0.249 - - [2026-08-03 04:16:52] "GET /virtual-network/d9653a7d-8192-4bc5-a504-11a7825854fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2105 0.007504 10.0.0.249 - - [2026-08-03 04:16:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.005576 10.0.0.249 - - [2026-08-03 04:16:56] "GET /virtual-network/d9653a7d-8192-4bc5-a504-11a7825854fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2105 0.007861 10.0.0.249 - - [2026-08-03 04:17:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.005482 10.0.0.249 - - [2026-08-03 04:17:00] "GET /virtual-network/d9653a7d-8192-4bc5-a504-11a7825854fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2105 0.009242 10.0.0.249 - - [2026-08-03 04:17:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004845 10.0.0.249 - - [2026-08-03 04:17:04] "GET /virtual-network/d9653a7d-8192-4bc5-a504-11a7825854fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2105 0.008371 10.0.0.249 - - [2026-08-03 04:17:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.005134 10.0.0.249 - - [2026-08-03 04:17:08] "GET /virtual-network/d9653a7d-8192-4bc5-a504-11a7825854fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2105 0.008762 10.0.0.249 - - [2026-08-03 04:17:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004808 10.0.0.249 - - [2026-08-03 04:17:12] "GET /virtual-network/d9653a7d-8192-4bc5-a504-11a7825854fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2105 0.013093 10.0.0.249 - - [2026-08-03 04:17:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.005858 10.0.0.249 - - [2026-08-03 04:17:16] "GET /virtual-network/d9653a7d-8192-4bc5-a504-11a7825854fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2105 0.009509 10.0.0.249 - - [2026-08-03 04:17:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004539 10.0.0.249 - - [2026-08-03 04:17:20] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004541 10.0.0.249 - - [2026-08-03 04:17:20] "GET /virtual-networks?parent_id=8922ff49-308e-4271-b5dc-21480ca57a46&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003727 10.0.0.249 - - [2026-08-03 04:17:20] "GET /virtual-network/d9653a7d-8192-4bc5-a504-11a7825854fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2105 0.008329 10.0.0.249 - - [2026-08-03 04:17:26] "POST /neutron/port HTTP/1.1" 200 1123 0.025733 10.0.0.249 - - [2026-08-03 04:17:28] "POST /neutron/security_group HTTP/1.1" 200 2056 0.055542 10.0.0.249 - - [2026-08-03 04:17:35] "POST /neutron/port HTTP/1.1" 200 1123 0.024777 10.0.0.249 - - [2026-08-03 04:17:36] "POST /neutron/security_group HTTP/1.1" 200 2056 0.010795 10.0.0.249 - - [2026-08-03 04:17:36] "POST /neutron/port HTTP/1.1" 200 1123 0.025203 10.0.0.249 - - [2026-08-03 04:17:36] "POST /neutron/security_group HTTP/1.1" 200 2056 0.013186 10.0.0.249 - - [2026-08-03 04:17:36] "POST /id-to-fqname HTTP/1.1" 200 218 0.001722 10.0.0.249 - - [2026-08-03 04:17:36] "GET /virtual-machine/b339eb3c-21f8-4c18-bd98-1483885978a5 HTTP/1.1" 200 1293 0.005474 10.0.0.249 - - [2026-08-03 04:17:36] "GET /virtual-machine-interface/07fb3ef1-8200-4d9f-befc-3ca99da22fc3 HTTP/1.1" 200 2936 0.006296 10.0.0.249 - - [2026-08-03 04:17:36] "GET /instance-ip/8c14ad1d-8170-439b-976a-a8f5398cec4c HTTP/1.1" 200 1621 0.007830 10.0.0.249 - - [2026-08-03 04:17:37] "POST /neutron/network HTTP/1.1" 200 833 0.009987 10.0.0.249 - - [2026-08-03 04:17:37] "GET /virtual-machine-interface/07fb3ef1-8200-4d9f-befc-3ca99da22fc3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2714 0.006890 10.0.0.249 - - [2026-08-03 04:17:37] "PUT /virtual-machine-interface/07fb3ef1-8200-4d9f-befc-3ca99da22fc3 HTTP/1.1" 200 285 0.025102 10.0.0.249 - - [2026-08-03 04:17:37] "POST /neutron/port HTTP/1.1" 200 117 0.001488 10.0.0.249 - - [2026-08-03 04:17:49] "POST /neutron/port HTTP/1.1" 200 1123 0.029189 10.0.0.249 - - [2026-08-03 04:17:49] "POST /neutron/subnet HTTP/1.1" 200 703 0.013530 10.0.0.50 - - [2026-08-03 04:18:18] "GET /global-system-configs HTTP/1.1" 401 293 0.000556 10.0.0.50 - - [2026-08-03 04:18:18] "GET /global-system-configs HTTP/1.1" 401 293 0.000715 10.0.0.50 - - [2026-08-03 04:18:19] "GET /global-system-configs HTTP/1.1" 401 293 0.000607 10.0.0.50 - - [2026-08-03 04:18:19] "GET /global-system-configs HTTP/1.1" 401 293 0.000498 10.0.0.161 - - [2026-08-03 04:18:19] "GET /global-system-configs HTTP/1.1" 401 293 0.001428 10.0.0.161 - - [2026-08-03 04:18:19] "GET /global-system-configs HTTP/1.1" 401 293 0.000694 10.0.0.161 - - [2026-08-03 04:18:21] "GET /global-system-configs HTTP/1.1" 401 293 0.000612 10.0.0.161 - - [2026-08-03 04:18:21] "GET /global-system-configs HTTP/1.1" 401 293 0.000537 10.0.0.249 - - [2026-08-03 04:18:21] "GET /global-system-configs HTTP/1.1" 401 293 0.000536 10.0.0.249 - - [2026-08-03 04:18:21] "GET /global-system-configs HTTP/1.1" 401 293 0.000632 10.0.0.249 - - [2026-08-03 04:18:22] "GET /global-system-configs HTTP/1.1" 401 293 0.000651 10.0.0.249 - - [2026-08-03 04:18:22] "GET /global-system-configs HTTP/1.1" 401 293 0.000573 10.0.0.249 - - [2026-08-03 04:18:37] "POST /neutron/port HTTP/1.1" 200 1123 0.028642 10.0.0.249 - - [2026-08-03 04:18:39] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005538 10.0.0.249 - - [2026-08-03 04:18:39] "POST /neutron/network HTTP/1.1" 200 823 0.016280 10.0.0.249 - - [2026-08-03 04:18:47] "GET /obj-perms HTTP/1.1" 200 4509 0.052405 10.0.0.249 - - [2026-08-03 04:18:50] "POST /neutron/network HTTP/1.1" 200 833 0.037485 10.0.0.249 - - [2026-08-03 04:18:51] "POST /neutron/port HTTP/1.1" 200 117 0.001753 10.0.0.249 - - [2026-08-03 04:19:20] "DELETE /instance-ip/f65de4a7-7b57-40eb-a50d-2959e6361767 HTTP/1.1" 200 115 0.154094 10.0.0.249 - - [2026-08-03 04:19:21] "DELETE /virtual-machine-interface/07cd1b62-d34c-48be-9546-bfceac7db925 HTTP/1.1" 200 115 0.208351 10.0.0.249 - - [2026-08-03 04:19:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.005299 10.0.0.249 - - [2026-08-03 04:19:21] "GET /virtual-network/d9653a7d-8192-4bc5-a504-11a7825854fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2105 0.009899 10.0.0.249 - - [2026-08-03 04:19:21] "PUT /virtual-network/d9653a7d-8192-4bc5-a504-11a7825854fd HTTP/1.1" 200 265 0.110941 10.0.0.249 - - [2026-08-03 04:19:21] "POST /neutron/network HTTP/1.1" 400 204 0.051048 10.0.0.50 - - [2026-08-03 04:19:21] "DELETE /route-target/bb94b077-9412-4680-ad12-d16926f8dc78 HTTP/1.1" 200 115 0.086473 10.0.0.249 - - [2026-08-03 04:19:23] "POST /neutron/port HTTP/1.1" 200 151 0.343033 10.0.0.249 - - [2026-08-03 04:19:25] "POST /neutron/port HTTP/1.1" 200 1123 0.035074 10.0.0.249 - - [2026-08-03 04:19:25] "POST /neutron/port HTTP/1.1" 400 205 0.005809 10.0.0.249 - - [2026-08-03 04:19:25] "POST /neutron/network HTTP/1.1" 200 823 0.011111 10.0.0.161 - - [2026-08-03 04:19:27] "GET /projects?obj_uuids=8922ff49-308e-4271-b5dc-21480ca57a46&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.002558 10.0.0.249 - - [2026-08-03 04:19:27] "GET /project/8922ff49-308e-4271-b5dc-21480ca57a46?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1357 0.092647 10.0.0.161 - - [2026-08-03 04:19:27] "GET /projects?obj_uuids=8922ff49-308e-4271-b5dc-21480ca57a46&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.002030 10.0.0.249 - - [2026-08-03 04:19:27] "GET /project/8922ff49-308e-4271-b5dc-21480ca57a46?fields=virtual_networks HTTP/1.1" 200 1029 0.086822 10.0.0.161 - - [2026-08-03 04:19:27] "GET /projects?obj_uuids=8922ff49-308e-4271-b5dc-21480ca57a46&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001901 10.0.0.249 - - [2026-08-03 04:19:27] "GET /project/8922ff49-308e-4271-b5dc-21480ca57a46?fields=virtual_machine_interfaces HTTP/1.1" 200 1029 0.070793 10.0.0.161 - - [2026-08-03 04:19:27] "GET /projects?obj_uuids=8922ff49-308e-4271-b5dc-21480ca57a46&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001766 10.0.0.249 - - [2026-08-03 04:19:28] "GET /project/8922ff49-308e-4271-b5dc-21480ca57a46?fields=security_groups HTTP/1.1" 200 1254 0.076047 10.0.0.249 - - [2026-08-03 04:19:29] "POST /fqname-to-id HTTP/1.1" 404 185 0.036725 10.0.0.161 - - [2026-08-03 04:19:29] "GET /projects?obj_uuids=9198856e-7368-46d6-b65a-33e38bff5cc1&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.005589 10.0.0.161 - - [2026-08-03 04:19:29] "GET /domains?obj_uuids=724de60e-9f87-4d23-867c-6bd9a9880f5b&detail=False&count=False&shared=False HTTP/1.1" 200 316 0.001518 10.0.0.161 - - [2026-08-03 04:19:29] "GET /domain/724de60e-9f87-4d23-867c-6bd9a9880f5b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.046102 10.0.0.161 - - [2026-08-03 04:19:29] "POST /id-to-fqname HTTP/1.1" 200 187 0.001554 10.0.0.161 - - [2026-08-03 04:19:29] "POST /fqname-to-id HTTP/1.1" 404 196 0.011165 10.0.0.161 - - [2026-08-03 04:19:29] "POST /security-groups HTTP/1.1" 200 590 0.048315 10.0.0.161 - - [2026-08-03 04:19:29] "POST /projects HTTP/1.1" 200 581 0.340619 10.0.0.50 - - [2026-08-03 04:19:29] "POST /fqname-to-id HTTP/1.1" 404 231 0.009512 10.0.0.161 - - [2026-08-03 04:19:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.384098 10.0.0.249 - - [2026-08-03 04:19:29] "GET /project/9198856e-7368-46d6-b65a-33e38bff5cc1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.663941 10.0.0.50 - - [2026-08-03 04:19:29] "POST /access-control-lists HTTP/1.1" 200 593 0.116415 10.0.0.249 - - [2026-08-03 04:19:31] "GET / HTTP/1.1" 200 36215 0.002485 10.0.0.249 - - [2026-08-03 04:19:32] "POST /fqname-to-id HTTP/1.1" 401 293 0.000781 10.0.0.249 - - [2026-08-03 04:19:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.065117 10.0.0.161 - - [2026-08-03 04:19:33] "GET /projects?obj_uuids=9198856e-7368-46d6-b65a-33e38bff5cc1&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001398 10.0.0.161 - - [2026-08-03 04:19:33] "DELETE /project/9198856e736846d6b65a33e38bff5cc1 HTTP/1.1" 404 173 0.010299 10.0.0.161 - - [2026-08-03 04:19:33] "GET /projects?obj_uuids=8922ff49-308e-4271-b5dc-21480ca57a46&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001944 10.0.0.249 - - [2026-08-03 04:19:33] "GET /project/9198856e-7368-46d6-b65a-33e38bff5cc1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.105649 10.0.0.161 - - [2026-08-03 04:19:33] "GET /project/8922ff49-308e-4271-b5dc-21480ca57a46?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1462 0.127716 10.0.0.161 - - [2026-08-03 04:19:33] "GET /projects?obj_uuids=8922ff49-308e-4271-b5dc-21480ca57a46&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001853 10.0.0.161 - - [2026-08-03 04:19:33] "GET /projects?obj_uuids=9198856e-7368-46d6-b65a-33e38bff5cc1&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.002767 10.0.0.161 - - [2026-08-03 04:19:33] "GET /project/8922ff49-308e-4271-b5dc-21480ca57a46?fields=security_groups HTTP/1.1" 200 1359 0.089476 10.0.0.161 - - [2026-08-03 04:19:33] "DELETE /security-group/ca321609-9a4b-48cf-8fa1-4c84e1ec6504 HTTP/1.1" 200 115 0.107002 10.0.0.161 - - [2026-08-03 04:19:33] "GET /projects?obj_uuids=8922ff49-308e-4271-b5dc-21480ca57a46&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001674 10.0.0.249 - - [2026-08-03 04:19:33] "POST /neutron/network HTTP/1.1" 200 610 0.306665 10.0.0.161 - - [2026-08-03 04:19:33] "GET /project/8922ff49-308e-4271-b5dc-21480ca57a46?fields=application_policy_sets HTTP/1.1" 200 1398 0.092495 10.0.0.50 - - [2026-08-03 04:19:34] "POST /route-targets HTTP/1.1" 200 328 0.074056 10.0.0.161 - - [2026-08-03 04:19:34] "DELETE /project/8922ff49-308e-4271-b5dc-21480ca57a46 HTTP/1.1" 200 115 0.885051 10.0.0.249 - - [2026-08-03 04:19:34] "POST /id-to-fqname HTTP/1.1" 200 221 0.005201 10.0.0.249 - - [2026-08-03 04:19:34] "GET /virtual-network/1f11047f-e7cb-412b-82dd-0bc3642bb9e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.007317 10.0.0.249 - - [2026-08-03 04:19:34] "POST /neutron/network HTTP/1.1" 200 829 0.012776 10.0.0.249 - - [2026-08-03 04:19:34] "GET /virtual-network/1f11047f-e7cb-412b-82dd-0bc3642bb9e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.008914 10.0.0.249 - - [2026-08-03 04:19:34] "POST /fqname-to-id HTTP/1.1" 404 207 0.004474 10.0.0.249 - - [2026-08-03 04:19:34] "GET /virtual-network/1f11047f-e7cb-412b-82dd-0bc3642bb9e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.007980 10.0.0.161 - - [2026-08-03 04:19:34] "GET /projects?obj_uuids=9198856e-7368-46d6-b65a-33e38bff5cc1&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001569 10.0.0.249 - - [2026-08-03 04:19:34] "POST /neutron/port HTTP/1.1" 200 983 0.412957 10.0.0.249 - - [2026-08-03 04:19:35] "GET /virtual-machine-interface/7200ca5d-9a29-4cbf-b340-332b364bc68c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2354 0.008491 10.0.0.249 - - [2026-08-03 04:19:35] "GET /virtual-machine-interface/7200ca5d-9a29-4cbf-b340-332b364bc68c?fields=instance_ip_back_refs HTTP/1.1" 200 1321 0.008202 10.0.0.249 - - [2026-08-03 04:19:35] "GET /instance-ip/23c92a51-81c9-4071-ae42-ab9ad1fb9e6c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1603 0.007097 10.0.0.249 - - [2026-08-03 04:19:35] "POST /id-to-fqname HTTP/1.1" 200 221 0.002351 10.0.0.249 - - [2026-08-03 04:19:35] "POST /neutron/port HTTP/1.1" 200 117 0.008540 10.0.0.249 - - [2026-08-03 04:19:35] "POST /id-to-fqname HTTP/1.1" 200 221 0.002052 10.0.0.249 - - [2026-08-03 04:19:36] "POST /neutron/port HTTP/1.1" 200 983 0.018646 10.0.0.249 - - [2026-08-03 04:19:36] "POST /neutron/port HTTP/1.1" 200 983 0.017499 10.0.0.249 - - [2026-08-03 04:19:36] "POST /neutron/port HTTP/1.1" 200 117 0.008387 10.0.0.161 - - [2026-08-03 04:19:36] "GET /projects?obj_uuids=9198856e-7368-46d6-b65a-33e38bff5cc1&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001392 10.0.0.249 - - [2026-08-03 04:19:36] "GET /project/9198856e-7368-46d6-b65a-33e38bff5cc1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.088738 10.0.0.249 - - [2026-08-03 04:19:36] "POST /fqname-to-id HTTP/1.1" 404 208 0.004524 10.0.0.249 - - [2026-08-03 04:19:36] "POST /interface-route-tables HTTP/1.1" 200 558 0.035044 10.0.0.249 - - [2026-08-03 04:19:36] "GET /interface-route-table/f3417b9c-e3bb-4ac2-aa6f-f78a28467d02?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1276 0.007913 10.0.0.249 - - [2026-08-03 04:19:37] "GET /virtual-machine-interface/7200ca5d-9a29-4cbf-b340-332b364bc68c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2354 0.008882 10.0.0.249 - - [2026-08-03 04:19:37] "POST /ref-update HTTP/1.1" 200 156 0.041992 10.0.0.161 - - [2026-08-03 04:19:40] "GET /projects?obj_uuids=9198856e-7368-46d6-b65a-33e38bff5cc1&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.002278 10.0.0.249 - - [2026-08-03 04:19:40] "POST /neutron/port HTTP/1.1" 200 1057 0.442970 10.0.0.249 - - [2026-08-03 04:19:40] "POST /neutron/network HTTP/1.1" 200 839 0.009423 10.0.0.249 - - [2026-08-03 04:19:40] "POST /neutron/port HTTP/1.1" 200 1111 0.205817 10.0.0.249 - - [2026-08-03 04:19:41] "POST /neutron/port HTTP/1.1" 200 1121 0.033730 10.0.0.249 - - [2026-08-03 04:19:41] "POST /neutron/port HTTP/1.1" 200 1085 0.030196 10.0.0.249 - - [2026-08-03 04:19:41] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005147 10.0.0.249 - - [2026-08-03 04:19:42] "POST /neutron/network HTTP/1.1" 200 829 0.012520 10.0.0.249 - - [2026-08-03 04:19:47] "POST /neutron/port HTTP/1.1" 200 1121 0.036547 10.0.0.161 - - [2026-08-03 04:19:48] "GET /obj-perms HTTP/1.1" 200 4509 0.063574 10.0.0.249 - - [2026-08-03 04:19:53] "POST /neutron/security_group HTTP/1.1" 200 2055 0.011460 10.0.0.249 - - [2026-08-03 04:20:03] "POST /neutron/port HTTP/1.1" 200 1121 0.053617 10.0.0.249 - - [2026-08-03 04:20:08] "POST /neutron/security_group HTTP/1.1" 200 2055 0.010659 10.0.0.249 - - [2026-08-03 04:20:08] "POST /neutron/port HTTP/1.1" 200 1121 0.026781 10.0.0.249 - - [2026-08-03 04:20:08] "POST /neutron/security_group HTTP/1.1" 200 2055 0.011865 10.0.0.249 - - [2026-08-03 04:20:08] "GET /virtual-machine/04d8cee4-057f-4d0e-9686-8bf29fd035c7 HTTP/1.1" 401 293 0.000615 10.0.0.249 - - [2026-08-03 04:20:09] "GET /virtual-machine/04d8cee4-057f-4d0e-9686-8bf29fd035c7 HTTP/1.1" 200 1290 0.035598 10.0.0.249 - - [2026-08-03 04:20:09] "GET /virtual-machine/04d8cee4-057f-4d0e-9686-8bf29fd035c7 HTTP/1.1" 200 1290 0.006639 10.0.0.249 - - [2026-08-03 04:20:09] "GET /virtual-machine-interface/7591a54d-eb4d-4fb3-a46f-0c0d52fd65df HTTP/1.1" 200 2944 0.008431 10.0.0.249 - - [2026-08-03 04:20:09] "GET /virtual-machine/04d8cee4-057f-4d0e-9686-8bf29fd035c7 HTTP/1.1" 200 1290 0.007391 10.0.0.249 - - [2026-08-03 04:20:09] "GET /virtual-machine-interface/7591a54d-eb4d-4fb3-a46f-0c0d52fd65df HTTP/1.1" 200 2944 0.008922 10.0.0.249 - - [2026-08-03 04:20:09] "GET /instance-ip/ec9df9a6-8fdf-401f-b534-42a72899cea0 HTTP/1.1" 200 1622 0.030742 10.0.0.249 - - [2026-08-03 04:20:09] "GET /virtual-machine/04d8cee4-057f-4d0e-9686-8bf29fd035c7 HTTP/1.1" 200 1290 0.006744 10.0.0.249 - - [2026-08-03 04:20:09] "GET /virtual-machine-interface/7591a54d-eb4d-4fb3-a46f-0c0d52fd65df HTTP/1.1" 200 2944 0.016157 10.0.0.249 - - [2026-08-03 04:20:09] "GET /instance-ip/ec9df9a6-8fdf-401f-b534-42a72899cea0 HTTP/1.1" 200 1622 0.018632 10.0.0.249 - - [2026-08-03 04:20:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.005958 10.0.0.249 - - [2026-08-03 04:20:09] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005354 10.0.0.249 - - [2026-08-03 04:20:09] "GET /virtual-networks?parent_id=9198856e-7368-46d6-b65a-33e38bff5cc1&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.004945 10.0.0.249 - - [2026-08-03 04:20:09] "GET /virtual-network/1f11047f-e7cb-412b-82dd-0bc3642bb9e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.009880 10.0.0.249 - - [2026-08-03 04:20:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.005124 10.0.0.249 - - [2026-08-03 04:20:09] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.006724 10.0.0.249 - - [2026-08-03 04:20:09] "GET /virtual-networks?parent_id=9198856e-7368-46d6-b65a-33e38bff5cc1&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.004702 10.0.0.249 - - [2026-08-03 04:20:09] "GET /virtual-network/1f11047f-e7cb-412b-82dd-0bc3642bb9e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.009567 10.0.0.249 - - [2026-08-03 04:20:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.004949 10.0.0.249 - - [2026-08-03 04:20:09] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.007138 10.0.0.249 - - [2026-08-03 04:20:09] "GET /virtual-networks?parent_id=9198856e-7368-46d6-b65a-33e38bff5cc1&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.007242 10.0.0.249 - - [2026-08-03 04:20:09] "GET /virtual-network/1f11047f-e7cb-412b-82dd-0bc3642bb9e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.007755 10.0.0.249 - - [2026-08-03 04:20:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.005276 10.0.0.249 - - [2026-08-03 04:20:09] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.007354 10.0.0.249 - - [2026-08-03 04:20:09] "GET /virtual-networks?parent_id=9198856e-7368-46d6-b65a-33e38bff5cc1&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.005836 10.0.0.249 - - [2026-08-03 04:20:09] "GET /virtual-network/1f11047f-e7cb-412b-82dd-0bc3642bb9e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.007388 10.0.0.249 - - [2026-08-03 04:20:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.004896 10.0.0.249 - - [2026-08-03 04:20:10] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.006584 10.0.0.249 - - [2026-08-03 04:20:10] "GET /virtual-networks?parent_id=9198856e-7368-46d6-b65a-33e38bff5cc1&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.007762 10.0.0.249 - - [2026-08-03 04:20:10] "GET /virtual-network/1f11047f-e7cb-412b-82dd-0bc3642bb9e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.009086 10.0.0.249 - - [2026-08-03 04:20:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.005054 10.0.0.249 - - [2026-08-03 04:20:10] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005390 10.0.0.249 - - [2026-08-03 04:20:10] "GET /virtual-networks?parent_id=9198856e-7368-46d6-b65a-33e38bff5cc1&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.005676 10.0.0.249 - - [2026-08-03 04:20:10] "GET /virtual-network/1f11047f-e7cb-412b-82dd-0bc3642bb9e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.009649 10.0.0.249 - - [2026-08-03 04:20:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.005733 10.0.0.249 - - [2026-08-03 04:20:10] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.006165 10.0.0.249 - - [2026-08-03 04:20:10] "GET /virtual-networks?parent_id=9198856e-7368-46d6-b65a-33e38bff5cc1&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.006237 10.0.0.249 - - [2026-08-03 04:20:10] "GET /virtual-network/1f11047f-e7cb-412b-82dd-0bc3642bb9e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.012148 10.0.0.249 - - [2026-08-03 04:20:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.005185 10.0.0.249 - - [2026-08-03 04:20:11] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.006135 10.0.0.249 - - [2026-08-03 04:20:11] "GET /virtual-networks?parent_id=9198856e-7368-46d6-b65a-33e38bff5cc1&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.004760 10.0.0.249 - - [2026-08-03 04:20:11] "GET /virtual-network/1f11047f-e7cb-412b-82dd-0bc3642bb9e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.009661 10.0.0.249 - - [2026-08-03 04:20:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.005368 10.0.0.249 - - [2026-08-03 04:20:11] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.008806 10.0.0.249 - - [2026-08-03 04:20:11] "GET /virtual-networks?parent_id=9198856e-7368-46d6-b65a-33e38bff5cc1&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.005323 10.0.0.249 - - [2026-08-03 04:20:12] "GET /virtual-network/1f11047f-e7cb-412b-82dd-0bc3642bb9e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.011675 10.0.0.249 - - [2026-08-03 04:20:12] "POST /neutron/port HTTP/1.1" 200 1085 0.033404 10.0.0.249 - - [2026-08-03 04:20:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.006305 10.0.0.249 - - [2026-08-03 04:20:12] "GET /routing-instance/d60c3586-9dcb-4a58-a37e-63645f89e0af?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1492 0.011663 10.0.0.249 - - [2026-08-03 04:20:12] "GET /route-target/79fd6992-fd0a-439d-8e46-b4a1072a0292?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.006998 10.0.0.249 - - [2026-08-03 04:20:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.005713 10.0.0.249 - - [2026-08-03 04:20:12] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.007184 10.0.0.249 - - [2026-08-03 04:20:12] "GET /virtual-networks?parent_id=9198856e-7368-46d6-b65a-33e38bff5cc1&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.005437 10.0.0.249 - - [2026-08-03 04:20:12] "GET /virtual-network/1f11047f-e7cb-412b-82dd-0bc3642bb9e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.010083 10.0.0.249 - - [2026-08-03 04:20:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.005133 10.0.0.249 - - [2026-08-03 04:20:12] "GET /routing-instance/d60c3586-9dcb-4a58-a37e-63645f89e0af?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1492 0.008466 10.0.0.249 - - [2026-08-03 04:20:12] "GET /route-target/79fd6992-fd0a-439d-8e46-b4a1072a0292?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.006966 10.0.0.249 - - [2026-08-03 04:20:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004179 10.0.0.249 - - [2026-08-03 04:20:12] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.006545 10.0.0.249 - - [2026-08-03 04:20:12] "GET /virtual-networks?parent_id=9198856e-7368-46d6-b65a-33e38bff5cc1&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.004734 10.0.0.249 - - [2026-08-03 04:20:12] "GET /virtual-network/1f11047f-e7cb-412b-82dd-0bc3642bb9e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.008393 10.0.0.249 - - [2026-08-03 04:20:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.005492 10.0.0.249 - - [2026-08-03 04:20:12] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005357 10.0.0.249 - - [2026-08-03 04:20:12] "GET /virtual-networks?parent_id=9198856e-7368-46d6-b65a-33e38bff5cc1&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.004589 10.0.0.249 - - [2026-08-03 04:20:12] "GET /virtual-network/1f11047f-e7cb-412b-82dd-0bc3642bb9e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.007055 10.0.0.249 - - [2026-08-03 04:20:13] "GET /obj-perms HTTP/1.1" 200 4477 0.064901 10.0.0.161 - - [2026-08-03 04:20:14] "GET /obj-perms HTTP/1.1" 200 4477 0.066640 10.0.0.249 - - [2026-08-03 04:20:14] "GET /obj-perms HTTP/1.1" 200 4477 0.005804 10.0.0.249 - - [2026-08-03 04:20:14] "GET /obj-perms HTTP/1.1" 200 4477 0.009002 10.0.0.50 - - [2026-08-03 04:20:14] "GET /obj-perms HTTP/1.1" 200 4477 0.060901 10.0.0.249 - - [2026-08-03 04:20:14] "POST /neutron/security_group HTTP/1.1" 200 2055 0.012040 10.0.0.249 - - [2026-08-03 04:20:15] "POST /neutron/port HTTP/1.1" 200 1085 0.032017 10.0.0.249 - - [2026-08-03 04:20:15] "GET /virtual-machine/9c23c0c3-320b-42f8-ae39-a5e1706dfd88 HTTP/1.1" 200 1270 0.009611 10.0.0.249 - - [2026-08-03 04:20:15] "GET /virtual-machine-interface/7200ca5d-9a29-4cbf-b340-332b364bc68c HTTP/1.1" 200 3157 0.009341 10.0.0.249 - - [2026-08-03 04:20:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.005067 10.0.0.249 - - [2026-08-03 04:20:15] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005597 10.0.0.249 - - [2026-08-03 04:20:15] "GET /virtual-networks?parent_id=9198856e-7368-46d6-b65a-33e38bff5cc1&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.005439 10.0.0.249 - - [2026-08-03 04:20:15] "GET /virtual-network/1f11047f-e7cb-412b-82dd-0bc3642bb9e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.009040 10.0.0.249 - - [2026-08-03 04:20:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004455 10.0.0.249 - - [2026-08-03 04:20:16] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005036 10.0.0.249 - - [2026-08-03 04:20:16] "GET /virtual-networks?parent_id=9198856e-7368-46d6-b65a-33e38bff5cc1&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.004023 10.0.0.249 - - [2026-08-03 04:20:16] "GET /virtual-network/1f11047f-e7cb-412b-82dd-0bc3642bb9e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.007481 10.0.0.249 - - [2026-08-03 04:20:17] "GET /virtual-network/1f11047f-e7cb-412b-82dd-0bc3642bb9e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.010347 10.0.0.249 - - [2026-08-03 04:20:17] "GET /virtual-machine/04d8cee4-057f-4d0e-9686-8bf29fd035c7 HTTP/1.1" 200 1290 0.005807 10.0.0.249 - - [2026-08-03 04:20:19] "GET /virtual-machine/04d8cee4-057f-4d0e-9686-8bf29fd035c7 HTTP/1.1" 200 1290 0.006699 10.0.0.249 - - [2026-08-03 04:20:19] "POST /neutron/port HTTP/1.1" 200 1111 0.020327 10.0.0.249 - - [2026-08-03 04:20:21] "GET /virtual-machine/04d8cee4-057f-4d0e-9686-8bf29fd035c7 HTTP/1.1" 404 171 0.004987 10.0.0.249 - - [2026-08-03 04:20:21] "GET /virtual-machine/04d8cee4-057f-4d0e-9686-8bf29fd035c7 HTTP/1.1" 404 171 0.004234 10.0.0.249 - - [2026-08-03 04:20:21] "GET /virtual-machine/04d8cee4-057f-4d0e-9686-8bf29fd035c7 HTTP/1.1" 404 171 0.004188 10.0.0.249 - - [2026-08-03 04:20:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.005382 10.0.0.249 - - [2026-08-03 04:20:22] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005689 10.0.0.249 - - [2026-08-03 04:20:22] "GET /virtual-networks?parent_id=9198856e-7368-46d6-b65a-33e38bff5cc1&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.005277 10.0.0.249 - - [2026-08-03 04:20:22] "GET /virtual-network/1f11047f-e7cb-412b-82dd-0bc3642bb9e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.008555 10.0.0.249 - - [2026-08-03 04:20:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.004694 10.0.0.249 - - [2026-08-03 04:20:22] "GET /routing-instance/d60c3586-9dcb-4a58-a37e-63645f89e0af?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1492 0.006274 10.0.0.249 - - [2026-08-03 04:20:22] "GET /route-target/79fd6992-fd0a-439d-8e46-b4a1072a0292?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.005457 10.0.0.249 - - [2026-08-03 04:20:22] "GET /obj-perms HTTP/1.1" 200 4477 0.005785 10.0.0.249 - - [2026-08-03 04:20:28] "GET /obj-perms HTTP/1.1" 200 4477 0.005109 10.0.0.249 - - [2026-08-03 04:20:31] "GET /obj-perms HTTP/1.1" 200 4477 0.005891 10.0.0.249 - - [2026-08-03 04:20:38] "GET /obj-perms HTTP/1.1" 200 4477 0.006058 10.0.0.249 - - [2026-08-03 04:20:38] "GET /obj-perms HTTP/1.1" 200 4477 0.004785 10.0.0.161 - - [2026-08-03 04:20:38] "GET /obj-perms HTTP/1.1" 200 4477 0.005084 10.0.0.249 - - [2026-08-03 04:20:38] "GET /interface-route-table/f3417b9c-e3bb-4ac2-aa6f-f78a28467d02?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1276 0.005167 10.0.0.249 - - [2026-08-03 04:20:38] "GET /virtual-machine-interface/7200ca5d-9a29-4cbf-b340-332b364bc68c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2935 0.008157 10.0.0.249 - - [2026-08-03 04:20:38] "POST /ref-update HTTP/1.1" 200 156 0.024708 10.0.0.249 - - [2026-08-03 04:20:38] "DELETE /interface-route-table/f3417b9c-e3bb-4ac2-aa6f-f78a28467d02 HTTP/1.1" 200 115 0.058522 10.0.0.249 - - [2026-08-03 04:20:38] "POST /neutron/port HTTP/1.1" 200 151 0.290229 10.0.0.50 - - [2026-08-03 04:20:39] "DELETE /route-target/79fd6992-fd0a-439d-8e46-b4a1072a0292 HTTP/1.1" 200 115 0.059482 10.0.0.161 - - [2026-08-03 04:20:40] "GET /projects?obj_uuids=9198856e-7368-46d6-b65a-33e38bff5cc1&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.030384 10.0.0.249 - - [2026-08-03 04:20:40] "GET /project/9198856e-7368-46d6-b65a-33e38bff5cc1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.095479 10.0.0.161 - - [2026-08-03 04:20:40] "GET /projects?obj_uuids=9198856e-7368-46d6-b65a-33e38bff5cc1&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001693 10.0.0.249 - - [2026-08-03 04:20:40] "GET /project/9198856e-7368-46d6-b65a-33e38bff5cc1?fields=virtual_networks HTTP/1.1" 200 1028 0.061356 10.0.0.161 - - [2026-08-03 04:20:40] "GET /projects?obj_uuids=9198856e-7368-46d6-b65a-33e38bff5cc1&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001307 10.0.0.249 - - [2026-08-03 04:20:41] "GET /project/9198856e-7368-46d6-b65a-33e38bff5cc1?fields=virtual_machine_interfaces HTTP/1.1" 200 1028 0.068403 10.0.0.161 - - [2026-08-03 04:20:41] "GET /projects?obj_uuids=9198856e-7368-46d6-b65a-33e38bff5cc1&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001805 10.0.0.249 - - [2026-08-03 04:20:41] "GET /project/9198856e-7368-46d6-b65a-33e38bff5cc1?fields=security_groups HTTP/1.1" 200 1252 0.080575 10.0.0.249 - - [2026-08-03 04:20:42] "POST /fqname-to-id HTTP/1.1" 404 192 0.041337 10.0.0.161 - - [2026-08-03 04:20:42] "GET /projects?obj_uuids=8f6a7e06-6176-497e-a148-60b3adca290f&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003782 10.0.0.161 - - [2026-08-03 04:20:42] "GET /domains?obj_uuids=724de60e-9f87-4d23-867c-6bd9a9880f5b&detail=False&count=False&shared=False HTTP/1.1" 200 316 0.002111 10.0.0.161 - - [2026-08-03 04:20:42] "GET /domain/724de60e-9f87-4d23-867c-6bd9a9880f5b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.011368 10.0.0.161 - - [2026-08-03 04:20:42] "POST /id-to-fqname HTTP/1.1" 200 194 0.014048 10.0.0.161 - - [2026-08-03 04:20:42] "POST /fqname-to-id HTTP/1.1" 404 203 0.010868 10.0.0.161 - - [2026-08-03 04:20:42] "POST /security-groups HTTP/1.1" 200 597 0.042850 10.0.0.161 - - [2026-08-03 04:20:42] "POST /projects HTTP/1.1" 200 595 0.338871 10.0.0.161 - - [2026-08-03 04:20:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.374555 10.0.0.50 - - [2026-08-03 04:20:42] "POST /fqname-to-id HTTP/1.1" 404 237 0.020239 10.0.0.249 - - [2026-08-03 04:20:42] "GET /project/8f6a7e06-6176-497e-a148-60b3adca290f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.554924 10.0.0.249 - - [2026-08-03 04:20:42] "POST /neutron/port HTTP/1.1" 200 117 0.008204 10.0.0.249 - - [2026-08-03 04:20:44] "GET / HTTP/1.1" 200 36215 0.001927 10.0.0.249 - - [2026-08-03 04:20:44] "POST /fqname-to-id HTTP/1.1" 401 293 0.000623 10.0.0.249 - - [2026-08-03 04:20:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.072573 10.0.0.161 - - [2026-08-03 04:20:45] "GET /projects?obj_uuids=8f6a7e06-6176-497e-a148-60b3adca290f&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001392 10.0.0.249 - - [2026-08-03 04:20:45] "GET /project/8f6a7e06-6176-497e-a148-60b3adca290f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.059708 10.0.0.249 - - [2026-08-03 04:20:45] "POST /neutron/network HTTP/1.1" 200 117 0.039082 10.0.0.50 - - [2026-08-03 04:20:45] "POST /ref-update HTTP/1.1" 200 156 0.047087 10.0.0.249 - - [2026-08-03 04:20:45] "POST /neutron/network HTTP/1.1" 200 829 0.013265 10.0.0.249 - - [2026-08-03 04:20:45] "POST /id-to-fqname HTTP/1.1" 200 224 0.002213 10.0.0.249 - - [2026-08-03 04:20:45] "GET /virtual-network/374ded3e-e893-4386-8391-7de607b5d2f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.007134 10.0.0.249 - - [2026-08-03 04:20:45] "GET /virtual-network/374ded3e-e893-4386-8391-7de607b5d2f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.009675 10.0.0.249 - - [2026-08-03 04:20:45] "POST /neutron/subnet HTTP/1.1" 200 729 0.012200 10.0.0.249 - - [2026-08-03 04:20:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004049 10.0.0.161 - - [2026-08-03 04:20:45] "GET /projects?obj_uuids=8f6a7e06-6176-497e-a148-60b3adca290f&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001293 10.0.0.249 - - [2026-08-03 04:20:46] "GET /project/8f6a7e06-6176-497e-a148-60b3adca290f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.077723 10.0.0.161 - - [2026-08-03 04:20:46] "POST /useragent-kv HTTP/1.1" 200 115 0.016269 10.0.0.249 - - [2026-08-03 04:20:46] "POST /neutron/subnet HTTP/1.1" 200 729 0.287889 10.0.0.249 - - [2026-08-03 04:20:46] "POST /id-to-fqname HTTP/1.1" 200 224 0.002457 10.0.0.249 - - [2026-08-03 04:20:46] "GET /virtual-network/d26f5cdd-11b3-4baa-8ef0-1d2409470086?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.010150 10.0.0.249 - - [2026-08-03 04:20:46] "GET /virtual-network/d26f5cdd-11b3-4baa-8ef0-1d2409470086?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.007467 10.0.0.249 - - [2026-08-03 04:20:46] "POST /neutron/network HTTP/1.1" 200 829 0.009514 10.0.0.249 - - [2026-08-03 04:20:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004320 10.0.0.161 - - [2026-08-03 04:20:46] "GET /projects?obj_uuids=8f6a7e06-6176-497e-a148-60b3adca290f&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001352 10.0.0.249 - - [2026-08-03 04:20:46] "GET /project/8f6a7e06-6176-497e-a148-60b3adca290f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.074090 10.0.0.161 - - [2026-08-03 04:20:46] "GET /projects?obj_uuids=8f6a7e06-6176-497e-a148-60b3adca290f&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001744 10.0.0.249 - - [2026-08-03 04:20:47] "POST /neutron/network HTTP/1.1" 200 609 0.186602 10.0.0.50 - - [2026-08-03 04:20:47] "POST /route-targets HTTP/1.1" 200 328 0.021841 10.0.0.249 - - [2026-08-03 04:20:47] "POST /id-to-fqname HTTP/1.1" 200 224 0.004778 10.0.0.249 - - [2026-08-03 04:20:47] "GET /virtual-network/3871a332-6ac7-4dc2-b04f-cdcc2e5b87f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.009008 10.0.0.249 - - [2026-08-03 04:20:47] "POST /neutron/network HTTP/1.1" 200 830 0.012597 10.0.0.249 - - [2026-08-03 04:20:47] "GET /virtual-network/3871a332-6ac7-4dc2-b04f-cdcc2e5b87f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.009888 10.0.0.249 - - [2026-08-03 04:20:47] "POST /fqname-to-id HTTP/1.1" 404 214 0.005858 10.0.0.249 - - [2026-08-03 04:20:47] "GET /virtual-network/d26f5cdd-11b3-4baa-8ef0-1d2409470086?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.009198 10.0.0.161 - - [2026-08-03 04:20:47] "GET /projects?obj_uuids=8f6a7e06-6176-497e-a148-60b3adca290f&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.002040 10.0.0.249 - - [2026-08-03 04:20:48] "POST /neutron/port HTTP/1.1" 200 991 0.534343 10.0.0.249 - - [2026-08-03 04:20:48] "GET /virtual-machine-interface/61cd113d-fc1e-429f-98a8-87a7e3f971e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2377 0.008335 10.0.0.249 - - [2026-08-03 04:20:48] "GET /virtual-machine-interface/61cd113d-fc1e-429f-98a8-87a7e3f971e2?fields=instance_ip_back_refs HTTP/1.1" 200 1335 0.007817 10.0.0.249 - - [2026-08-03 04:20:48] "GET /instance-ip/f2ea7e5a-859d-4abf-af08-edff58aa6677?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.006009 10.0.0.249 - - [2026-08-03 04:20:48] "POST /fqname-to-id HTTP/1.1" 404 214 0.004512 10.0.0.249 - - [2026-08-03 04:20:48] "GET /virtual-network/374ded3e-e893-4386-8391-7de607b5d2f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.008691 10.0.0.161 - - [2026-08-03 04:20:48] "GET /projects?obj_uuids=8f6a7e06-6176-497e-a148-60b3adca290f&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.002473 10.0.0.249 - - [2026-08-03 04:20:48] "GET /project/8f6a7e06-6176-497e-a148-60b3adca290f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.085644 10.0.0.249 - - [2026-08-03 04:20:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004983 10.0.0.249 - - [2026-08-03 04:20:48] "GET /security-group/ca9ad500-e7d6-412e-abcc-4c07f9fa9804?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3768 0.007254 10.0.0.249 - - [2026-08-03 04:20:48] "POST /virtual-machine-interfaces HTTP/1.1" 200 571 0.164538 10.0.0.249 - - [2026-08-03 04:20:48] "POST /instance-ips HTTP/1.1" 200 358 0.121392 10.0.0.249 - - [2026-08-03 04:20:48] "GET /virtual-machine-interface/ede5cc70-585e-4df6-918b-3d25d2029cc0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2655 0.007752 10.0.0.249 - - [2026-08-03 04:20:48] "GET /virtual-machine-interface/ede5cc70-585e-4df6-918b-3d25d2029cc0?fields=instance_ip_back_refs HTTP/1.1" 200 1338 0.014267 10.0.0.249 - - [2026-08-03 04:20:48] "GET /instance-ip/e5054314-85a1-4056-964f-c52aefdbf6bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1587 0.006387 10.0.0.249 - - [2026-08-03 04:20:49] "POST /fqname-to-id HTTP/1.1" 404 214 0.005783 10.0.0.249 - - [2026-08-03 04:20:49] "GET /virtual-network/d26f5cdd-11b3-4baa-8ef0-1d2409470086?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.007175 10.0.0.50 - - [2026-08-03 04:20:49] "GET /obj-perms HTTP/1.1" 200 4509 0.108438 10.0.0.249 - - [2026-08-03 04:20:49] "GET /virtual-machine-interface/2d153d4f-73a6-41e0-b16f-05ab35ddf0af?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2377 0.015027 10.0.0.249 - - [2026-08-03 04:20:49] "GET /virtual-machine-interface/2d153d4f-73a6-41e0-b16f-05ab35ddf0af?fields=instance_ip_back_refs HTTP/1.1" 200 1335 0.012434 10.0.0.249 - - [2026-08-03 04:20:49] "GET /instance-ip/eb9fd611-2ba7-4b62-8b9e-e021fd8dbc77?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.007615 10.0.0.249 - - [2026-08-03 04:20:49] "POST /fqname-to-id HTTP/1.1" 404 214 0.007788 10.0.0.249 - - [2026-08-03 04:20:49] "GET /virtual-network/374ded3e-e893-4386-8391-7de607b5d2f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.008207 10.0.0.161 - - [2026-08-03 04:20:49] "GET /projects?obj_uuids=8f6a7e06-6176-497e-a148-60b3adca290f&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001281 10.0.0.249 - - [2026-08-03 04:20:49] "GET /project/8f6a7e06-6176-497e-a148-60b3adca290f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.086428 10.0.0.249 - - [2026-08-03 04:20:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004574 10.0.0.249 - - [2026-08-03 04:20:49] "GET /security-group/ca9ad500-e7d6-412e-abcc-4c07f9fa9804?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3768 0.005406 10.0.0.249 - - [2026-08-03 04:20:50] "POST /virtual-machine-interfaces HTTP/1.1" 200 571 0.203268 10.0.0.249 - - [2026-08-03 04:20:50] "POST /instance-ips HTTP/1.1" 200 358 0.072268 10.0.0.249 - - [2026-08-03 04:20:50] "GET /virtual-machine-interface/0a28facf-fb4e-4282-b41e-ffd682da377f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2653 0.009690 10.0.0.249 - - [2026-08-03 04:20:50] "GET /virtual-machine-interface/0a28facf-fb4e-4282-b41e-ffd682da377f?fields=instance_ip_back_refs HTTP/1.1" 200 1336 0.013490 10.0.0.249 - - [2026-08-03 04:20:50] "GET /instance-ip/e4ec6652-f695-4d3a-8029-4f42525b2690?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1586 0.006618 10.0.0.249 - - [2026-08-03 04:20:50] "POST /fqname-to-id HTTP/1.1" 404 214 0.004638 10.0.0.249 - - [2026-08-03 04:20:50] "GET /virtual-network/d26f5cdd-11b3-4baa-8ef0-1d2409470086?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.008900 10.0.0.249 - - [2026-08-03 04:20:50] "GET /virtual-machine-interface/750184ee-c9ed-4a47-b4ba-d2fa86c240a5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2377 0.014536 10.0.0.249 - - [2026-08-03 04:20:50] "GET /virtual-machine-interface/750184ee-c9ed-4a47-b4ba-d2fa86c240a5?fields=instance_ip_back_refs HTTP/1.1" 200 1335 0.027751 10.0.0.249 - - [2026-08-03 04:20:50] "GET /instance-ip/12e52952-45f8-4edb-8a54-31654ddb4cde?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.007956 10.0.0.249 - - [2026-08-03 04:20:50] "POST /fqname-to-id HTTP/1.1" 404 214 0.004555 10.0.0.249 - - [2026-08-03 04:20:50] "GET /virtual-network/3871a332-6ac7-4dc2-b04f-cdcc2e5b87f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.009742 10.0.0.161 - - [2026-08-03 04:20:50] "GET /projects?obj_uuids=8f6a7e06-6176-497e-a148-60b3adca290f&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001758 10.0.0.249 - - [2026-08-03 04:20:51] "GET /project/8f6a7e06-6176-497e-a148-60b3adca290f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.061573 10.0.0.249 - - [2026-08-03 04:20:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.005204 10.0.0.249 - - [2026-08-03 04:20:51] "GET /security-group/ca9ad500-e7d6-412e-abcc-4c07f9fa9804?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3768 0.007047 10.0.0.249 - - [2026-08-03 04:20:51] "POST /virtual-machine-interfaces HTTP/1.1" 200 571 0.180154 10.0.0.249 - - [2026-08-03 04:20:51] "POST /instance-ips HTTP/1.1" 200 358 0.107162 10.0.0.249 - - [2026-08-03 04:20:51] "GET /virtual-machine-interface/3b6df3b4-ba69-4228-8b7b-d240ddfabfa0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2653 0.013884 10.0.0.249 - - [2026-08-03 04:20:51] "GET /virtual-machine-interface/3b6df3b4-ba69-4228-8b7b-d240ddfabfa0?fields=instance_ip_back_refs HTTP/1.1" 200 1337 0.029186 10.0.0.249 - - [2026-08-03 04:20:51] "GET /instance-ip/038ce372-b05e-4b63-98eb-e1f25a5fbd37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1586 0.006019 10.0.0.249 - - [2026-08-03 04:20:53] "POST /id-to-fqname HTTP/1.1" 200 224 0.001608 10.0.0.249 - - [2026-08-03 04:20:53] "POST /neutron/port HTTP/1.1" 200 991 0.025876 10.0.0.249 - - [2026-08-03 04:20:53] "POST /neutron/port HTTP/1.1" 200 991 0.017055 10.0.0.249 - - [2026-08-03 04:20:53] "POST /neutron/port HTTP/1.1" 200 117 0.007664 10.0.0.249 - - [2026-08-03 04:20:53] "POST /id-to-fqname HTTP/1.1" 200 224 0.001679 10.0.0.161 - - [2026-08-03 04:20:54] "GET /projects?obj_uuids=8f6a7e06-6176-497e-a148-60b3adca290f&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001717 10.0.0.249 - - [2026-08-03 04:20:54] "GET /project/8f6a7e06-6176-497e-a148-60b3adca290f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.138362 10.0.0.249 - - [2026-08-03 04:20:54] "POST /neutron/network HTTP/1.1" 200 830 0.046213 10.0.0.249 - - [2026-08-03 04:20:54] "POST /id-to-fqname HTTP/1.1" 200 224 0.002441 10.0.0.249 - - [2026-08-03 04:20:54] "POST /neutron/port HTTP/1.1" 200 117 0.013535 10.0.0.249 - - [2026-08-03 04:20:54] "POST /neutron/network HTTP/1.1" 200 829 0.009897 10.0.0.249 - - [2026-08-03 04:20:55] "POST /neutron/port HTTP/1.1" 200 117 0.011779 10.0.0.249 - - [2026-08-03 04:20:55] "POST /neutron/router HTTP/1.1" 200 598 0.033384 10.0.0.50 - - [2026-08-03 04:20:55] "PUT /logical-router/cdd7c169-64cf-47ea-8f1f-268499c27c26 HTTP/1.1" 200 263 0.069699 10.0.0.161 - - [2026-08-03 04:20:56] "GET /projects?obj_uuids=8f6a7e06-6176-497e-a148-60b3adca290f&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001318 10.0.0.249 - - [2026-08-03 04:20:56] "POST /neutron/router HTTP/1.1" 200 344 0.598799 10.0.0.249 - - [2026-08-03 04:20:58] "POST /neutron/network HTTP/1.1" 200 839 0.009245 10.0.0.249 - - [2026-08-03 04:20:58] "POST /neutron/port HTTP/1.1" 200 1083 0.205381 10.0.0.249 - - [2026-08-03 04:20:59] "POST /neutron/subnet HTTP/1.1" 200 703 0.020727 10.0.0.249 - - [2026-08-03 04:21:00] "POST /neutron/port HTTP/1.1" 200 991 0.020040 10.0.0.249 - - [2026-08-03 04:21:00] "POST /neutron/port HTTP/1.1" 200 991 0.018011 10.0.0.161 - - [2026-08-03 04:21:01] "GET /projects?obj_uuids=8f6a7e06-6176-497e-a148-60b3adca290f&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.002495 10.0.0.249 - - [2026-08-03 04:21:01] "POST /neutron/port HTTP/1.1" 200 1066 0.515741 10.0.0.249 - - [2026-08-03 04:21:01] "POST /neutron/port HTTP/1.1" 200 1066 0.031939 10.0.0.249 - - [2026-08-03 04:21:01] "POST /neutron/port HTTP/1.1" 200 117 0.002141 10.0.0.249 - - [2026-08-03 04:21:01] "POST /neutron/port HTTP/1.1" 200 1093 0.040519 10.0.0.249 - - [2026-08-03 04:21:02] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006874 10.0.0.249 - - [2026-08-03 04:21:03] "POST /neutron/network HTTP/1.1" 200 830 0.009976 10.0.0.249 - - [2026-08-03 04:21:12] "POST /neutron/port HTTP/1.1" 200 1093 0.032355 10.0.0.249 - - [2026-08-03 04:21:17] "POST /neutron/security_group HTTP/1.1" 200 2062 0.010112 10.0.0.50 - - [2026-08-03 04:21:25] "DELETE /access-control-list/958395c8-d845-428d-93ee-8e16b7e0a510 HTTP/1.1" 200 115 0.113679 10.0.0.249 - - [2026-08-03 04:21:27] "POST /neutron/port HTTP/1.1" 200 1093 0.030902 10.0.0.249 - - [2026-08-03 04:21:32] "POST /neutron/security_group HTTP/1.1" 200 2062 0.011641 10.0.0.161 - - [2026-08-03 04:21:34] "DELETE /project/8f6a7e066176497ea14860b3adca290f HTTP/1.1" 404 173 0.003846 10.0.0.161 - - [2026-08-03 04:21:34] "DELETE /project/9198856e-7368-46d6-b65a-33e38bff5cc1 HTTP/1.1" 404 177 0.007673 10.0.0.249 - - [2026-08-03 04:21:37] "POST /neutron/port HTTP/1.1" 200 1093 0.028525 10.0.0.249 - - [2026-08-03 04:21:37] "POST /neutron/security_group HTTP/1.1" 200 2062 0.011964 10.0.0.249 - - [2026-08-03 04:21:37] "GET /virtual-machine/d962c946-26d4-4203-88dd-e286daf70e7e HTTP/1.1" 401 293 0.000623 10.0.0.249 - - [2026-08-03 04:21:38] "GET /virtual-machine/d962c946-26d4-4203-88dd-e286daf70e7e HTTP/1.1" 200 1276 0.034269 10.0.0.249 - - [2026-08-03 04:21:38] "GET /virtual-machine-interface/61cd113d-fc1e-429f-98a8-87a7e3f971e2 HTTP/1.1" 200 3194 0.009765 10.0.0.249 - - [2026-08-03 04:21:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.005237 10.0.0.249 - - [2026-08-03 04:21:38] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005363 10.0.0.249 - - [2026-08-03 04:21:38] "GET /virtual-networks?parent_id=8f6a7e06-6176-497e-a148-60b3adca290f&detail=False&count=False&shared=False HTTP/1.1" 200 806 0.005540 10.0.0.249 - - [2026-08-03 04:21:38] "GET /virtual-network/d26f5cdd-11b3-4baa-8ef0-1d2409470086?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.007711 10.0.0.249 - - [2026-08-03 04:21:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.005605 10.0.0.249 - - [2026-08-03 04:21:41] "GET /virtual-network/d26f5cdd-11b3-4baa-8ef0-1d2409470086?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.007658 10.0.0.249 - - [2026-08-03 04:21:44] "POST /neutron/network HTTP/1.1" 200 840 0.030269 10.0.0.249 - - [2026-08-03 04:21:44] "POST /neutron/port HTTP/1.1" 200 117 0.001701 10.0.0.249 - - [2026-08-03 04:21:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.005648 10.0.0.249 - - [2026-08-03 04:21:45] "GET /virtual-network/d26f5cdd-11b3-4baa-8ef0-1d2409470086?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.008755 10.0.0.249 - - [2026-08-03 04:21:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004723 10.0.0.249 - - [2026-08-03 04:21:49] "GET /virtual-network/d26f5cdd-11b3-4baa-8ef0-1d2409470086?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.009060 10.0.0.249 - - [2026-08-03 04:21:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.005468 10.0.0.249 - - [2026-08-03 04:21:53] "GET /virtual-network/d26f5cdd-11b3-4baa-8ef0-1d2409470086?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.011461 10.0.0.249 - - [2026-08-03 04:21:55] "POST /neutron/port HTTP/1.1" 200 1093 0.031754 10.0.0.249 - - [2026-08-03 04:21:55] "POST /neutron/subnet HTTP/1.1" 200 703 0.015049 10.0.0.249 - - [2026-08-03 04:21:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.009018 10.0.0.249 - - [2026-08-03 04:21:57] "GET /virtual-network/d26f5cdd-11b3-4baa-8ef0-1d2409470086?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.007318 10.0.0.249 - - [2026-08-03 04:22:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.005613 10.0.0.249 - - [2026-08-03 04:22:02] "GET /virtual-network/d26f5cdd-11b3-4baa-8ef0-1d2409470086?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.012012 10.0.0.249 - - [2026-08-03 04:22:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.005102 10.0.0.249 - - [2026-08-03 04:22:06] "GET /virtual-network/d26f5cdd-11b3-4baa-8ef0-1d2409470086?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.008471 10.0.0.249 - - [2026-08-03 04:22:10] "POST /neutron/port HTTP/1.1" 200 1130 0.031178 10.0.0.249 - - [2026-08-03 04:22:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.005250 10.0.0.249 - - [2026-08-03 04:22:10] "GET /virtual-network/d26f5cdd-11b3-4baa-8ef0-1d2409470086?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.010278 10.0.0.249 - - [2026-08-03 04:22:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004590 10.0.0.249 - - [2026-08-03 04:22:14] "GET /virtual-network/d26f5cdd-11b3-4baa-8ef0-1d2409470086?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.007144 10.0.0.249 - - [2026-08-03 04:22:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004461 10.0.0.249 - - [2026-08-03 04:22:18] "GET /virtual-network/d26f5cdd-11b3-4baa-8ef0-1d2409470086?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.007190 10.0.0.249 - - [2026-08-03 04:22:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.005372 10.0.0.249 - - [2026-08-03 04:22:20] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.006103 10.0.0.249 - - [2026-08-03 04:22:20] "GET /virtual-networks?parent_id=8f6a7e06-6176-497e-a148-60b3adca290f&detail=False&count=False&shared=False HTTP/1.1" 200 806 0.004892 10.0.0.249 - - [2026-08-03 04:22:20] "GET /virtual-network/d26f5cdd-11b3-4baa-8ef0-1d2409470086?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.011842 10.0.0.249 - - [2026-08-03 04:22:20] "POST /neutron/security_group HTTP/1.1" 200 2062 0.010316 10.0.0.249 - - [2026-08-03 04:22:26] "POST /neutron/port HTTP/1.1" 200 1093 0.040634 10.0.0.249 - - [2026-08-03 04:22:31] "POST /neutron/security_group HTTP/1.1" 200 2062 0.010947 10.0.0.249 - - [2026-08-03 04:22:36] "POST /neutron/port HTTP/1.1" 200 1130 0.025532 10.0.0.249 - - [2026-08-03 04:22:36] "POST /neutron/security_group HTTP/1.1" 200 2062 0.011261 10.0.0.249 - - [2026-08-03 04:22:36] "GET /virtual-machine/9bbec98a-71bc-479c-ae16-6fdcf26876f6 HTTP/1.1" 200 1299 0.008310 10.0.0.249 - - [2026-08-03 04:22:36] "GET /virtual-machine-interface/07c31879-d69d-4b45-980c-0c4a58ec542b HTTP/1.1" 200 2966 0.009006 10.0.0.249 - - [2026-08-03 04:22:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.005114 10.0.0.249 - - [2026-08-03 04:22:36] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005736 10.0.0.249 - - [2026-08-03 04:22:36] "GET /virtual-networks?parent_id=8f6a7e06-6176-497e-a148-60b3adca290f&detail=False&count=False&shared=False HTTP/1.1" 200 806 0.005009 10.0.0.249 - - [2026-08-03 04:22:36] "GET /virtual-network/3871a332-6ac7-4dc2-b04f-cdcc2e5b87f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.008870 10.0.0.249 - - [2026-08-03 04:22:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.005241 10.0.0.249 - - [2026-08-03 04:22:37] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.006146 10.0.0.249 - - [2026-08-03 04:22:37] "GET /virtual-networks?parent_id=8f6a7e06-6176-497e-a148-60b3adca290f&detail=False&count=False&shared=False HTTP/1.1" 200 806 0.004234 10.0.0.249 - - [2026-08-03 04:22:38] "GET /virtual-network/3871a332-6ac7-4dc2-b04f-cdcc2e5b87f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.007323 10.0.0.249 - - [2026-08-03 04:22:38] "POST /neutron/port HTTP/1.1" 200 1093 0.025777 10.0.0.249 - - [2026-08-03 04:22:38] "POST /neutron/security_group HTTP/1.1" 200 2062 0.010939 10.0.0.249 - - [2026-08-03 04:22:38] "GET /virtual-machine/5efd2f71-d30d-49f8-96e7-c9d18070b716 HTTP/1.1" 200 1276 0.008377 10.0.0.249 - - [2026-08-03 04:22:38] "GET /virtual-machine-interface/750184ee-c9ed-4a47-b4ba-d2fa86c240a5 HTTP/1.1" 200 3194 0.007942 10.0.0.249 - - [2026-08-03 04:22:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004986 10.0.0.249 - - [2026-08-03 04:22:38] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.006191 10.0.0.249 - - [2026-08-03 04:22:38] "GET /virtual-networks?parent_id=8f6a7e06-6176-497e-a148-60b3adca290f&detail=False&count=False&shared=False HTTP/1.1" 200 806 0.004670 10.0.0.249 - - [2026-08-03 04:22:38] "GET /virtual-network/d26f5cdd-11b3-4baa-8ef0-1d2409470086?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.008652 10.0.0.249 - - [2026-08-03 04:22:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.004666 10.0.0.249 - - [2026-08-03 04:22:39] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.006373 10.0.0.249 - - [2026-08-03 04:22:39] "GET /virtual-networks?parent_id=8f6a7e06-6176-497e-a148-60b3adca290f&detail=False&count=False&shared=False HTTP/1.1" 200 806 0.004594 10.0.0.249 - - [2026-08-03 04:22:39] "GET /virtual-network/d26f5cdd-11b3-4baa-8ef0-1d2409470086?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.007924 10.0.0.249 - - [2026-08-03 04:22:39] "POST /neutron/port HTTP/1.1" 200 1093 0.026848 10.0.0.249 - - [2026-08-03 04:22:45] "POST /neutron/port HTTP/1.1" 200 1130 0.027659 10.0.0.249 - - [2026-08-03 04:22:46] "POST /neutron/subnet HTTP/1.1" 200 708 0.013692 10.0.0.249 - - [2026-08-03 04:22:56] "POST /neutron/port HTTP/1.1" 200 1093 0.035220 10.0.0.249 - - [2026-08-03 04:22:58] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005877 10.0.0.249 - - [2026-08-03 04:22:58] "POST /neutron/network HTTP/1.1" 200 829 0.010479 10.0.0.50 - - [2026-08-03 04:23:18] "GET /global-system-configs HTTP/1.1" 401 293 0.000744 10.0.0.50 - - [2026-08-03 04:23:18] "GET /global-system-configs HTTP/1.1" 401 293 0.000701 10.0.0.50 - - [2026-08-03 04:23:19] "GET /global-system-configs HTTP/1.1" 401 293 0.000700 10.0.0.50 - - [2026-08-03 04:23:19] "GET /global-system-configs HTTP/1.1" 401 293 0.000474 10.0.0.161 - - [2026-08-03 04:23:19] "GET /global-system-configs HTTP/1.1" 401 293 0.000654 10.0.0.161 - - [2026-08-03 04:23:19] "GET /global-system-configs HTTP/1.1" 401 293 0.000627 10.0.0.161 - - [2026-08-03 04:23:21] "GET /global-system-configs HTTP/1.1" 401 293 0.000744 10.0.0.161 - - [2026-08-03 04:23:21] "GET /global-system-configs HTTP/1.1" 401 293 0.000738 10.0.0.249 - - [2026-08-03 04:23:21] "GET /global-system-configs HTTP/1.1" 401 293 0.000492 10.0.0.249 - - [2026-08-03 04:23:21] "GET /global-system-configs HTTP/1.1" 401 293 0.000545 10.0.0.249 - - [2026-08-03 04:23:22] "GET /global-system-configs HTTP/1.1" 401 293 0.000612 10.0.0.249 - - [2026-08-03 04:23:22] "GET /global-system-configs HTTP/1.1" 401 293 0.000534 10.0.0.249 - - [2026-08-03 04:23:46] "POST /neutron/network HTTP/1.1" 200 840 0.011146 10.0.0.249 - - [2026-08-03 04:23:47] "POST /neutron/port HTTP/1.1" 200 117 0.002023 10.0.0.249 - - [2026-08-03 04:23:51] "GET /obj-perms HTTP/1.1" 200 4509 0.053501 10.0.0.249 - - [2026-08-03 04:23:54] "POST /neutron/port HTTP/1.1" 200 1093 0.045156 10.0.0.249 - - [2026-08-03 04:23:55] "POST /neutron/subnet HTTP/1.1" 200 703 0.014398 10.0.0.249 - - [2026-08-03 04:24:02] "POST /neutron/router HTTP/1.1" 200 598 0.009947 10.0.0.249 - - [2026-08-03 04:24:03] "POST /neutron/router HTTP/1.1" 200 344 0.276653 10.0.0.50 - - [2026-08-03 04:24:03] "POST /ref-update HTTP/1.1" 200 156 0.068640 10.0.0.249 - - [2026-08-03 04:24:05] "DELETE /instance-ip/038ce372-b05e-4b63-98eb-e1f25a5fbd37 HTTP/1.1" 200 115 0.102845 10.0.0.249 - - [2026-08-03 04:24:05] "DELETE /virtual-machine-interface/3b6df3b4-ba69-4228-8b7b-d240ddfabfa0 HTTP/1.1" 200 115 0.170344 10.0.0.249 - - [2026-08-03 04:24:05] "POST /neutron/port HTTP/1.1" 200 1083 0.039000 10.0.0.249 - - [2026-08-03 04:24:05] "POST /neutron/port HTTP/1.1" 200 1120 0.017448 10.0.0.249 - - [2026-08-03 04:24:05] "DELETE /instance-ip/e4ec6652-f695-4d3a-8029-4f42525b2690 HTTP/1.1" 200 115 0.117708 10.0.0.249 - - [2026-08-03 04:24:06] "DELETE /virtual-machine-interface/0a28facf-fb4e-4282-b41e-ffd682da377f HTTP/1.1" 200 115 0.172161 10.0.0.249 - - [2026-08-03 04:24:06] "POST /neutron/port HTTP/1.1" 200 151 0.175927 10.0.0.249 - - [2026-08-03 04:24:06] "DELETE /instance-ip/e5054314-85a1-4056-964f-c52aefdbf6bc HTTP/1.1" 200 115 0.072080 10.0.0.249 - - [2026-08-03 04:24:06] "DELETE /virtual-machine-interface/ede5cc70-585e-4df6-918b-3d25d2029cc0 HTTP/1.1" 200 115 0.105742 10.0.0.249 - - [2026-08-03 04:24:06] "POST /neutron/network HTTP/1.1" 200 830 0.010260 10.0.0.50 - - [2026-08-03 04:24:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.006263 10.0.0.161 - - [2026-08-03 04:24:07] "POST /useragent-kv HTTP/1.1" 200 115 0.006111 10.0.0.161 - - [2026-08-03 04:24:07] "POST /useragent-kv HTTP/1.1" 200 115 0.005387 10.0.0.249 - - [2026-08-03 04:24:07] "POST /neutron/network HTTP/1.1" 200 151 0.237831 10.0.0.50 - - [2026-08-03 04:24:07] "DELETE /route-target/86140f8a-114c-4e1b-9ea7-e804e4be90b0 HTTP/1.1" 200 115 0.057977 10.0.0.161 - - [2026-08-03 04:24:07] "GET /projects?obj_uuids=8f6a7e06-6176-497e-a148-60b3adca290f&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001547 10.0.0.249 - - [2026-08-03 04:24:07] "GET /project/8f6a7e06-6176-497e-a148-60b3adca290f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.085418 10.0.0.161 - - [2026-08-03 04:24:07] "GET /projects?obj_uuids=8f6a7e06-6176-497e-a148-60b3adca290f&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001192 10.0.0.249 - - [2026-08-03 04:24:07] "GET /project/8f6a7e06-6176-497e-a148-60b3adca290f?fields=virtual_networks HTTP/1.1" 200 1042 0.082718 10.0.0.161 - - [2026-08-03 04:24:07] "GET /projects?obj_uuids=8f6a7e06-6176-497e-a148-60b3adca290f&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001900 10.0.0.249 - - [2026-08-03 04:24:07] "GET /project/8f6a7e06-6176-497e-a148-60b3adca290f?fields=virtual_machine_interfaces HTTP/1.1" 200 1042 0.062394 10.0.0.161 - - [2026-08-03 04:24:07] "GET /projects?obj_uuids=8f6a7e06-6176-497e-a148-60b3adca290f&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001439 10.0.0.249 - - [2026-08-03 04:24:07] "GET /project/8f6a7e06-6176-497e-a148-60b3adca290f?fields=security_groups HTTP/1.1" 200 1273 0.074924 10.0.0.249 - - [2026-08-03 04:24:08] "POST /fqname-to-id HTTP/1.1" 404 187 0.038770 10.0.0.161 - - [2026-08-03 04:24:09] "GET /projects?obj_uuids=5851176f-a628-48de-82c9-ce3c4728b8bf&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.006327 10.0.0.161 - - [2026-08-03 04:24:09] "GET /domains?obj_uuids=724de60e-9f87-4d23-867c-6bd9a9880f5b&detail=False&count=False&shared=False HTTP/1.1" 200 316 0.001708 10.0.0.161 - - [2026-08-03 04:24:09] "GET /domain/724de60e-9f87-4d23-867c-6bd9a9880f5b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.010543 10.0.0.161 - - [2026-08-03 04:24:09] "POST /id-to-fqname HTTP/1.1" 200 189 0.007902 10.0.0.161 - - [2026-08-03 04:24:09] "POST /fqname-to-id HTTP/1.1" 404 198 0.024948 10.0.0.161 - - [2026-08-03 04:24:09] "POST /security-groups HTTP/1.1" 200 592 0.087079 10.0.0.50 - - [2026-08-03 04:24:09] "POST /fqname-to-id HTTP/1.1" 404 233 0.006708 10.0.0.161 - - [2026-08-03 04:24:09] "POST /projects HTTP/1.1" 200 585 0.398150 10.0.0.161 - - [2026-08-03 04:24:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.434284 10.0.0.249 - - [2026-08-03 04:24:09] "GET /project/5851176f-a628-48de-82c9-ce3c4728b8bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1360 0.667695 10.0.0.50 - - [2026-08-03 04:24:09] "POST /access-control-lists HTTP/1.1" 200 595 0.118718 10.0.0.249 - - [2026-08-03 04:24:09] "POST /neutron/port HTTP/1.1" 400 205 0.011291 10.0.0.249 - - [2026-08-03 04:24:10] "POST /neutron/port HTTP/1.1" 400 205 0.005056 10.0.0.249 - - [2026-08-03 04:24:10] "GET / HTTP/1.1" 200 36215 0.004188 10.0.0.249 - - [2026-08-03 04:24:12] "POST /fqname-to-id HTTP/1.1" 401 293 0.000742 10.0.0.249 - - [2026-08-03 04:24:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.084661 10.0.0.161 - - [2026-08-03 04:24:13] "GET /projects?obj_uuids=5851176f-a628-48de-82c9-ce3c4728b8bf&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001925 10.0.0.249 - - [2026-08-03 04:24:13] "GET /project/5851176f-a628-48de-82c9-ce3c4728b8bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1360 0.105636 10.0.0.249 - - [2026-08-03 04:24:13] "POST /neutron/network HTTP/1.1" 200 117 0.164335 10.0.0.249 - - [2026-08-03 04:24:14] "POST /neutron/network HTTP/1.1" 200 822 0.017483 10.0.0.249 - - [2026-08-03 04:24:14] "POST /id-to-fqname HTTP/1.1" 200 219 0.001654 10.0.0.249 - - [2026-08-03 04:24:14] "GET /virtual-network/630b8de1-b027-428e-856f-a94ced2c5e75?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.009013 10.0.0.249 - - [2026-08-03 04:24:14] "GET /virtual-network/630b8de1-b027-428e-856f-a94ced2c5e75?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.006766 10.0.0.249 - - [2026-08-03 04:24:14] "POST /neutron/subnet HTTP/1.1" 200 719 0.015115 10.0.0.249 - - [2026-08-03 04:24:14] "GET /virtual-network/630b8de1-b027-428e-856f-a94ced2c5e75?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.007985 10.0.0.50 - - [2026-08-03 04:24:16] "GET /obj-perms HTTP/1.1" 200 4481 0.060449 10.0.0.161 - - [2026-08-03 04:24:16] "GET /obj-perms HTTP/1.1" 200 4481 0.057196 10.0.0.249 - - [2026-08-03 04:24:16] "POST /id-to-fqname HTTP/1.1" 200 219 0.002047 10.0.0.249 - - [2026-08-03 04:24:17] "POST /neutron/port HTTP/1.1" 200 117 0.009697 10.0.0.249 - - [2026-08-03 04:24:17] "POST /id-to-fqname HTTP/1.1" 200 219 0.001817 10.0.0.249 - - [2026-08-03 04:24:17] "POST /neutron/network HTTP/1.1" 200 832 0.011091 10.0.0.249 - - [2026-08-03 04:24:17] "POST /neutron/port HTTP/1.1" 200 117 0.008913 10.0.0.161 - - [2026-08-03 04:24:21] "GET /projects?obj_uuids=5851176f-a628-48de-82c9-ce3c4728b8bf&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001754 10.0.0.249 - - [2026-08-03 04:24:21] "POST /neutron/port HTTP/1.1" 200 1058 0.462582 10.0.0.249 - - [2026-08-03 04:24:22] "POST /neutron/port HTTP/1.1" 200 1112 0.163548 10.0.0.249 - - [2026-08-03 04:24:23] "POST /neutron/port HTTP/1.1" 200 1122 0.027596 10.0.0.249 - - [2026-08-03 04:24:23] "POST /neutron/port HTTP/1.1" 200 117 0.001651 10.0.0.161 - - [2026-08-03 04:24:23] "GET /projects?obj_uuids=5851176f-a628-48de-82c9-ce3c4728b8bf&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001781 10.0.0.249 - - [2026-08-03 04:24:24] "POST /neutron/port HTTP/1.1" 200 1058 0.459592 10.0.0.249 - - [2026-08-03 04:24:24] "POST /neutron/port HTTP/1.1" 200 1112 0.192244 10.0.0.249 - - [2026-08-03 04:24:25] "POST /neutron/subnet HTTP/1.1" 200 693 0.013056 10.0.0.50 - - [2026-08-03 04:24:26] "DELETE /access-control-list/f48a5056-553e-468f-9d84-0033fd68f2d1 HTTP/1.1" 200 115 0.135107 10.0.0.249 - - [2026-08-03 04:24:28] "POST /neutron/port HTTP/1.1" 200 1122 0.028539 10.0.0.249 - - [2026-08-03 04:24:33] "POST /neutron/security_group HTTP/1.1" 200 2057 0.011256 10.0.0.161 - - [2026-08-03 04:24:34] "DELETE /project/5851176fa62848de82c9ce3c4728b8bf HTTP/1.1" 404 173 0.035784 10.0.0.161 - - [2026-08-03 04:24:34] "DELETE /project/8f6a7e06-6176-497e-a148-60b3adca290f HTTP/1.1" 404 177 0.045991 10.0.0.249 - - [2026-08-03 04:24:43] "POST /neutron/port HTTP/1.1" 200 1122 0.030114 10.0.0.249 - - [2026-08-03 04:24:48] "POST /neutron/security_group HTTP/1.1" 200 2057 0.009048 10.0.0.249 - - [2026-08-03 04:24:58] "POST /neutron/port HTTP/1.1" 200 1122 0.038594 10.0.0.249 - - [2026-08-03 04:24:58] "POST /neutron/security_group HTTP/1.1" 200 2057 0.013375 10.0.0.249 - - [2026-08-03 04:24:58] "GET /virtual-machine/ef85d5c0-0838-4a8f-b4bd-2ed968409b04 HTTP/1.1" 401 293 0.000686 10.0.0.249 - - [2026-08-03 04:24:59] "GET /virtual-machine/ef85d5c0-0838-4a8f-b4bd-2ed968409b04 HTTP/1.1" 200 1294 0.037151 10.0.0.249 - - [2026-08-03 04:24:59] "GET /virtual-machine-interface/9f81e721-5f1d-4b9d-a3b6-83e0ee6cbdf5 HTTP/1.1" 200 2943 0.010453 10.0.0.249 - - [2026-08-03 04:24:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.005689 10.0.0.249 - - [2026-08-03 04:24:59] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.006640 10.0.0.249 - - [2026-08-03 04:24:59] "GET /virtual-networks?parent_id=5851176f-a628-48de-82c9-ce3c4728b8bf&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.005732 10.0.0.249 - - [2026-08-03 04:24:59] "GET /virtual-network/630b8de1-b027-428e-856f-a94ced2c5e75?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.008595 10.0.0.249 - - [2026-08-03 04:25:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.006758 10.0.0.249 - - [2026-08-03 04:25:02] "GET /virtual-network/630b8de1-b027-428e-856f-a94ced2c5e75?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.009447 10.0.0.249 - - [2026-08-03 04:25:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.005385 10.0.0.249 - - [2026-08-03 04:25:06] "GET /virtual-network/630b8de1-b027-428e-856f-a94ced2c5e75?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.008381 10.0.0.249 - - [2026-08-03 04:25:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.006325 10.0.0.249 - - [2026-08-03 04:25:10] "GET /virtual-network/630b8de1-b027-428e-856f-a94ced2c5e75?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.008573 10.0.0.249 - - [2026-08-03 04:25:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.005596 10.0.0.249 - - [2026-08-03 04:25:15] "GET /virtual-network/630b8de1-b027-428e-856f-a94ced2c5e75?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.009418 10.0.0.249 - - [2026-08-03 04:25:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.005846 10.0.0.249 - - [2026-08-03 04:25:19] "GET /virtual-network/630b8de1-b027-428e-856f-a94ced2c5e75?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.007738 10.0.0.249 - - [2026-08-03 04:25:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004896 10.0.0.249 - - [2026-08-03 04:25:23] "GET /virtual-network/630b8de1-b027-428e-856f-a94ced2c5e75?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.008450 10.0.0.249 - - [2026-08-03 04:25:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.006054 10.0.0.249 - - [2026-08-03 04:25:27] "GET /virtual-network/630b8de1-b027-428e-856f-a94ced2c5e75?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.008652 10.0.0.249 - - [2026-08-03 04:25:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.005278 10.0.0.249 - - [2026-08-03 04:25:31] "GET /virtual-network/630b8de1-b027-428e-856f-a94ced2c5e75?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.009103 10.0.0.249 - - [2026-08-03 04:25:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.005303 10.0.0.249 - - [2026-08-03 04:25:35] "GET /virtual-network/630b8de1-b027-428e-856f-a94ced2c5e75?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.008869 10.0.0.249 - - [2026-08-03 04:25:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.004933 10.0.0.249 - - [2026-08-03 04:25:39] "GET /virtual-network/630b8de1-b027-428e-856f-a94ced2c5e75?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.008587 10.0.0.249 - - [2026-08-03 04:25:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.005504 10.0.0.249 - - [2026-08-03 04:25:43] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.009155 10.0.0.249 - - [2026-08-03 04:25:43] "GET /virtual-networks?parent_id=5851176f-a628-48de-82c9-ce3c4728b8bf&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.009902 10.0.0.249 - - [2026-08-03 04:25:43] "GET /virtual-network/630b8de1-b027-428e-856f-a94ced2c5e75?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.009241 10.0.0.249 - - [2026-08-03 04:25:43] "POST /neutron/port HTTP/1.1" 200 1122 0.027584 10.0.0.249 - - [2026-08-03 04:25:49] "POST /neutron/security_group HTTP/1.1" 200 2057 0.011413 10.0.0.249 - - [2026-08-03 04:25:54] "POST /neutron/port HTTP/1.1" 200 1122 0.029242 10.0.0.249 - - [2026-08-03 04:25:55] "POST /neutron/port HTTP/1.1" 200 1122 0.030154 10.0.0.249 - - [2026-08-03 04:25:55] "POST /neutron/subnet HTTP/1.1" 200 693 0.014051 10.0.0.249 - - [2026-08-03 04:25:56] "POST /neutron/port HTTP/1.1" 200 1122 0.048992 10.0.0.249 - - [2026-08-03 04:25:59] "POST /neutron/security_group HTTP/1.1" 200 2057 0.010757 10.0.0.249 - - [2026-08-03 04:26:04] "POST /neutron/port HTTP/1.1" 200 1122 0.027923 10.0.0.249 - - [2026-08-03 04:26:05] "POST /neutron/security_group HTTP/1.1" 200 2057 0.029546 10.0.0.249 - - [2026-08-03 04:26:05] "GET /virtual-machine/090a2a0c-d762-4b05-9237-540108ee2731 HTTP/1.1" 200 1292 0.010745 10.0.0.249 - - [2026-08-03 04:26:05] "GET /virtual-machine-interface/8f12f941-aac2-4641-8f30-489488cc4612 HTTP/1.1" 200 2943 0.008661 10.0.0.249 - - [2026-08-03 04:26:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.005622 10.0.0.249 - - [2026-08-03 04:26:05] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005841 10.0.0.249 - - [2026-08-03 04:26:05] "GET /virtual-networks?parent_id=5851176f-a628-48de-82c9-ce3c4728b8bf&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.004258 10.0.0.249 - - [2026-08-03 04:26:05] "GET /virtual-network/630b8de1-b027-428e-856f-a94ced2c5e75?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.007533 10.0.0.249 - - [2026-08-03 04:26:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004872 10.0.0.249 - - [2026-08-03 04:26:06] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.006323 10.0.0.249 - - [2026-08-03 04:26:06] "GET /virtual-networks?parent_id=5851176f-a628-48de-82c9-ce3c4728b8bf&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.004849 10.0.0.249 - - [2026-08-03 04:26:06] "GET /virtual-network/630b8de1-b027-428e-856f-a94ced2c5e75?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.007432 10.0.0.249 - - [2026-08-03 04:26:54] "GET /obj-perms HTTP/1.1" 200 4509 0.057800 10.0.0.249 - - [2026-08-03 04:26:56] "POST /neutron/network HTTP/1.1" 200 832 0.011116 10.0.0.249 - - [2026-08-03 04:26:56] "POST /neutron/port HTTP/1.1" 200 117 0.001757 10.0.0.249 - - [2026-08-03 04:27:30] "POST /neutron/network HTTP/1.1" 400 204 0.021539 10.0.0.249 - - [2026-08-03 04:27:32] "POST /neutron/network HTTP/1.1" 200 822 0.010501 10.0.0.249 - - [2026-08-03 04:27:32] "POST /neutron/port HTTP/1.1" 200 151 0.317215 10.0.0.249 - - [2026-08-03 04:27:34] "POST /neutron/network HTTP/1.1" 200 822 0.008625 10.0.0.50 - - [2026-08-03 04:27:34] "DELETE /route-target/e8083599-7921-4cbd-91c7-2f00ae5ef390 HTTP/1.1" 200 115 0.039196 10.0.0.161 - - [2026-08-03 04:27:36] "GET /projects?obj_uuids=5851176f-a628-48de-82c9-ce3c4728b8bf&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.032128 10.0.0.249 - - [2026-08-03 04:27:36] "GET /project/5851176f-a628-48de-82c9-ce3c4728b8bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1360 0.134604 10.0.0.161 - - [2026-08-03 04:27:36] "GET /projects?obj_uuids=5851176f-a628-48de-82c9-ce3c4728b8bf&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001636 10.0.0.249 - - [2026-08-03 04:27:36] "GET /project/5851176f-a628-48de-82c9-ce3c4728b8bf?fields=virtual_networks HTTP/1.1" 200 1030 0.086358 10.0.0.161 - - [2026-08-03 04:27:36] "GET /projects?obj_uuids=5851176f-a628-48de-82c9-ce3c4728b8bf&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001466 10.0.0.249 - - [2026-08-03 04:27:36] "GET /project/5851176f-a628-48de-82c9-ce3c4728b8bf?fields=virtual_machine_interfaces HTTP/1.1" 200 1030 0.074373 10.0.0.161 - - [2026-08-03 04:27:36] "GET /projects?obj_uuids=5851176f-a628-48de-82c9-ce3c4728b8bf&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002098 10.0.0.249 - - [2026-08-03 04:27:36] "GET /project/5851176f-a628-48de-82c9-ce3c4728b8bf?fields=security_groups HTTP/1.1" 200 1256 0.061318 10.0.0.249 - - [2026-08-03 04:27:37] "POST /fqname-to-id HTTP/1.1" 404 187 0.036951 10.0.0.161 - - [2026-08-03 04:27:37] "GET /projects?obj_uuids=b32f3d3e-8ceb-46da-b353-73620a2045f7&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004830 10.0.0.161 - - [2026-08-03 04:27:37] "GET /domains?obj_uuids=724de60e-9f87-4d23-867c-6bd9a9880f5b&detail=False&count=False&shared=False HTTP/1.1" 200 316 0.001671 10.0.0.161 - - [2026-08-03 04:27:37] "GET /domain/724de60e-9f87-4d23-867c-6bd9a9880f5b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.010585 10.0.0.161 - - [2026-08-03 04:27:38] "POST /id-to-fqname HTTP/1.1" 200 189 0.008192 10.0.0.161 - - [2026-08-03 04:27:38] "POST /fqname-to-id HTTP/1.1" 404 198 0.015446 10.0.0.161 - - [2026-08-03 04:27:38] "POST /security-groups HTTP/1.1" 200 592 0.057435 10.0.0.161 - - [2026-08-03 04:27:38] "POST /projects HTTP/1.1" 200 585 0.357252 10.0.0.50 - - [2026-08-03 04:27:38] "POST /fqname-to-id HTTP/1.1" 404 232 0.006992 10.0.0.161 - - [2026-08-03 04:27:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.448430 10.0.0.249 - - [2026-08-03 04:27:38] "GET /project/b32f3d3e-8ceb-46da-b353-73620a2045f7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.642901 10.0.0.249 - - [2026-08-03 04:27:39] "GET / HTTP/1.1" 200 36215 0.002481 10.0.0.249 - - [2026-08-03 04:27:41] "POST /fqname-to-id HTTP/1.1" 401 293 0.000700 10.0.0.249 - - [2026-08-03 04:27:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.068058 10.0.0.161 - - [2026-08-03 04:27:42] "GET /projects?obj_uuids=b32f3d3e-8ceb-46da-b353-73620a2045f7&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001731 10.0.0.249 - - [2026-08-03 04:27:42] "GET /project/b32f3d3e-8ceb-46da-b353-73620a2045f7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.064162 10.0.0.161 - - [2026-08-03 04:27:42] "GET /projects?obj_uuids=b32f3d3e-8ceb-46da-b353-73620a2045f7&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002221 10.0.0.249 - - [2026-08-03 04:27:42] "POST /neutron/network HTTP/1.1" 200 604 0.221328 10.0.0.50 - - [2026-08-03 04:27:42] "POST /ref-update HTTP/1.1" 200 156 0.041489 10.0.0.249 - - [2026-08-03 04:27:43] "POST /id-to-fqname HTTP/1.1" 200 219 0.005193 10.0.0.249 - - [2026-08-03 04:27:43] "GET /virtual-network/52316dd6-7455-4d26-8e27-5ed03c1b82bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.009515 10.0.0.249 - - [2026-08-03 04:27:43] "POST /neutron/network HTTP/1.1" 200 825 0.012090 10.0.0.249 - - [2026-08-03 04:27:43] "GET /virtual-network/52316dd6-7455-4d26-8e27-5ed03c1b82bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.008551 10.0.0.249 - - [2026-08-03 04:27:43] "GET /virtual-network/52316dd6-7455-4d26-8e27-5ed03c1b82bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.008178 10.0.0.50 - - [2026-08-03 04:27:45] "GET /obj-perms HTTP/1.1" 200 4481 0.080698 10.0.0.161 - - [2026-08-03 04:27:45] "GET /obj-perms HTTP/1.1" 200 4481 0.052894 10.0.0.249 - - [2026-08-03 04:27:45] "POST /id-to-fqname HTTP/1.1" 200 219 0.002383 10.0.0.249 - - [2026-08-03 04:27:45] "POST /neutron/network HTTP/1.1" 200 835 0.011432 10.0.0.161 - - [2026-08-03 04:27:45] "GET /projects?obj_uuids=b32f3d3e-8ceb-46da-b353-73620a2045f7&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002047 10.0.0.249 - - [2026-08-03 04:27:45] "GET /project/b32f3d3e-8ceb-46da-b353-73620a2045f7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.154370 10.0.0.249 - - [2026-08-03 04:27:46] "POST /neutron/port HTTP/1.1" 200 117 0.008775 10.0.0.249 - - [2026-08-03 04:27:46] "POST /id-to-fqname HTTP/1.1" 200 219 0.001812 10.0.0.249 - - [2026-08-03 04:27:46] "POST /neutron/network HTTP/1.1" 200 825 0.032410 10.0.0.249 - - [2026-08-03 04:27:46] "POST /neutron/port HTTP/1.1" 200 117 0.008975 10.0.0.249 - - [2026-08-03 04:27:51] "POST /neutron/port HTTP/1.1" 200 1061 0.039569 10.0.0.249 - - [2026-08-03 04:27:52] "POST /neutron/port HTTP/1.1" 200 1125 0.030602 10.0.0.249 - - [2026-08-03 04:27:52] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005290 10.0.0.249 - - [2026-08-03 04:27:52] "POST /neutron/network HTTP/1.1" 200 825 0.009254 10.0.0.249 - - [2026-08-03 04:27:55] "POST /neutron/port HTTP/1.1" 200 1061 0.026233 10.0.0.249 - - [2026-08-03 04:27:57] "POST /neutron/port HTTP/1.1" 200 1125 0.031332 10.0.0.249 - - [2026-08-03 04:27:57] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006279 10.0.0.249 - - [2026-08-03 04:27:57] "POST /neutron/network HTTP/1.1" 200 825 0.009172 10.0.0.249 - - [2026-08-03 04:28:07] "POST /neutron/port HTTP/1.1" 200 1125 0.027734 10.0.0.249 - - [2026-08-03 04:28:12] "POST /neutron/security_group HTTP/1.1" 200 2057 0.012130 10.0.0.50 - - [2026-08-03 04:28:18] "GET /global-system-configs HTTP/1.1" 401 293 0.000987 10.0.0.50 - - [2026-08-03 04:28:18] "GET /global-system-configs HTTP/1.1" 401 293 0.000492 10.0.0.50 - - [2026-08-03 04:28:19] "GET /global-system-configs HTTP/1.1" 401 293 0.000598 10.0.0.50 - - [2026-08-03 04:28:19] "GET /global-system-configs HTTP/1.1" 401 293 0.000624 10.0.0.161 - - [2026-08-03 04:28:19] "GET /global-system-configs HTTP/1.1" 401 293 0.000498 10.0.0.161 - - [2026-08-03 04:28:19] "GET /global-system-configs HTTP/1.1" 401 293 0.001348 10.0.0.161 - - [2026-08-03 04:28:21] "GET /global-system-configs HTTP/1.1" 401 293 0.000533 10.0.0.161 - - [2026-08-03 04:28:21] "GET /global-system-configs HTTP/1.1" 401 293 0.000612 10.0.0.249 - - [2026-08-03 04:28:21] "GET /global-system-configs HTTP/1.1" 401 293 0.000621 10.0.0.249 - - [2026-08-03 04:28:21] "GET /global-system-configs HTTP/1.1" 401 293 0.000551 10.0.0.249 - - [2026-08-03 04:28:22] "GET /global-system-configs HTTP/1.1" 401 293 0.000503 10.0.0.249 - - [2026-08-03 04:28:22] "GET /global-system-configs HTTP/1.1" 401 293 0.000495 10.0.0.249 - - [2026-08-03 04:28:22] "POST /neutron/port HTTP/1.1" 200 1125 0.026638 10.0.0.249 - - [2026-08-03 04:28:27] "POST /neutron/security_group HTTP/1.1" 200 2057 0.011685 10.0.0.249 - - [2026-08-03 04:28:27] "POST /neutron/port HTTP/1.1" 200 1125 0.023739 10.0.0.249 - - [2026-08-03 04:28:28] "GET /virtual-machine/0de15e78-6c8d-48ef-89f8-ce3717792455 HTTP/1.1" 401 293 0.000589 10.0.0.249 - - [2026-08-03 04:28:28] "GET /virtual-machine/0de15e78-6c8d-48ef-89f8-ce3717792455 HTTP/1.1" 200 1292 0.055198 10.0.0.249 - - [2026-08-03 04:28:28] "GET /virtual-machine-interface/940b45bb-dda6-4cad-8ad3-31e50d369e43 HTTP/1.1" 200 2943 0.006946 10.0.0.249 - - [2026-08-03 04:28:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004840 10.0.0.249 - - [2026-08-03 04:28:28] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005723 10.0.0.249 - - [2026-08-03 04:28:28] "GET /virtual-networks?parent_id=b32f3d3e-8ceb-46da-b353-73620a2045f7&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.004269 10.0.0.249 - - [2026-08-03 04:28:28] "GET /virtual-network/52316dd6-7455-4d26-8e27-5ed03c1b82bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.008621 10.0.0.249 - - [2026-08-03 04:28:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.005025 10.0.0.249 - - [2026-08-03 04:28:31] "GET /virtual-network/52316dd6-7455-4d26-8e27-5ed03c1b82bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.008376 10.0.0.161 - - [2026-08-03 04:28:34] "DELETE /project/5851176f-a628-48de-82c9-ce3c4728b8bf HTTP/1.1" 404 177 0.005994 10.0.0.161 - - [2026-08-03 04:28:34] "DELETE /project/b32f3d3e8ceb46dab35373620a2045f7 HTTP/1.1" 404 173 0.004739 10.0.0.249 - - [2026-08-03 04:28:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.005546 10.0.0.249 - - [2026-08-03 04:28:35] "GET /virtual-network/52316dd6-7455-4d26-8e27-5ed03c1b82bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.006609 10.0.0.249 - - [2026-08-03 04:28:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.004599 10.0.0.249 - - [2026-08-03 04:28:39] "GET /virtual-network/52316dd6-7455-4d26-8e27-5ed03c1b82bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.008351 10.0.0.249 - - [2026-08-03 04:28:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.005440 10.0.0.249 - - [2026-08-03 04:28:44] "GET /virtual-network/52316dd6-7455-4d26-8e27-5ed03c1b82bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.009573 10.0.0.249 - - [2026-08-03 04:28:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.005441 10.0.0.249 - - [2026-08-03 04:28:48] "GET /virtual-network/52316dd6-7455-4d26-8e27-5ed03c1b82bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.009139 10.0.0.249 - - [2026-08-03 04:28:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.005733 10.0.0.249 - - [2026-08-03 04:28:52] "GET /virtual-network/52316dd6-7455-4d26-8e27-5ed03c1b82bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.009787 10.0.0.249 - - [2026-08-03 04:28:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004924 10.0.0.249 - - [2026-08-03 04:28:56] "GET /virtual-network/52316dd6-7455-4d26-8e27-5ed03c1b82bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.006706 10.0.0.249 - - [2026-08-03 04:28:59] "POST /neutron/port HTTP/1.1" 200 1125 0.054090 10.0.0.249 - - [2026-08-03 04:28:59] "POST /neutron/subnet HTTP/1.1" 200 708 0.015670 10.0.0.249 - - [2026-08-03 04:29:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.006115 10.0.0.249 - - [2026-08-03 04:29:00] "GET /virtual-network/52316dd6-7455-4d26-8e27-5ed03c1b82bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.008632 10.0.0.249 - - [2026-08-03 04:29:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.006109 10.0.0.249 - - [2026-08-03 04:29:04] "GET /virtual-network/52316dd6-7455-4d26-8e27-5ed03c1b82bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.008124 10.0.0.249 - - [2026-08-03 04:29:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004596 10.0.0.249 - - [2026-08-03 04:29:08] "GET /virtual-network/52316dd6-7455-4d26-8e27-5ed03c1b82bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.008748 10.0.0.249 - - [2026-08-03 04:29:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004999 10.0.0.249 - - [2026-08-03 04:29:12] "GET /virtual-network/52316dd6-7455-4d26-8e27-5ed03c1b82bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.016716 10.0.0.249 - - [2026-08-03 04:29:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.005579 10.0.0.249 - - [2026-08-03 04:29:16] "GET /virtual-network/52316dd6-7455-4d26-8e27-5ed03c1b82bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.008000 10.0.0.249 - - [2026-08-03 04:29:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004948 10.0.0.249 - - [2026-08-03 04:29:18] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005066 10.0.0.249 - - [2026-08-03 04:29:18] "GET /virtual-networks?parent_id=b32f3d3e-8ceb-46da-b353-73620a2045f7&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.005445 10.0.0.249 - - [2026-08-03 04:29:19] "GET /virtual-network/52316dd6-7455-4d26-8e27-5ed03c1b82bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.008140 10.0.0.249 - - [2026-08-03 04:29:19] "POST /neutron/port HTTP/1.1" 200 1125 0.030063 10.0.0.249 - - [2026-08-03 04:29:24] "POST /neutron/security_group HTTP/1.1" 200 2057 0.012351 10.0.0.249 - - [2026-08-03 04:29:29] "POST /neutron/port HTTP/1.1" 200 1125 0.021596 10.0.0.249 - - [2026-08-03 04:29:34] "POST /neutron/security_group HTTP/1.1" 200 2057 0.014240 10.0.0.249 - - [2026-08-03 04:29:35] "POST /neutron/port HTTP/1.1" 200 1125 0.031623 10.0.0.249 - - [2026-08-03 04:29:35] "GET /virtual-machine/887af280-7bd4-4da6-b503-1a9a9136af9c HTTP/1.1" 200 1293 0.010388 10.0.0.249 - - [2026-08-03 04:29:35] "GET /virtual-machine-interface/0ab1f1fd-1f25-4c1d-853b-1fb75600b59d HTTP/1.1" 200 2940 0.008465 10.0.0.249 - - [2026-08-03 04:29:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.005665 10.0.0.249 - - [2026-08-03 04:29:35] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.011174 10.0.0.249 - - [2026-08-03 04:29:35] "GET /virtual-networks?parent_id=b32f3d3e-8ceb-46da-b353-73620a2045f7&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.005654 10.0.0.249 - - [2026-08-03 04:29:35] "GET /virtual-network/52316dd6-7455-4d26-8e27-5ed03c1b82bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.008648 10.0.0.249 - - [2026-08-03 04:29:35] "POST /neutron/security_group HTTP/1.1" 200 2057 0.011001 10.0.0.249 - - [2026-08-03 04:29:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.005083 10.0.0.249 - - [2026-08-03 04:29:36] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.006871 10.0.0.249 - - [2026-08-03 04:29:36] "GET /virtual-networks?parent_id=b32f3d3e-8ceb-46da-b353-73620a2045f7&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.005252 10.0.0.249 - - [2026-08-03 04:29:36] "GET /virtual-network/52316dd6-7455-4d26-8e27-5ed03c1b82bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.007953 10.0.0.249 - - [2026-08-03 04:29:41] "POST /neutron/port HTTP/1.1" 200 1125 0.031212 10.0.0.249 - - [2026-08-03 04:29:57] "GET /obj-perms HTTP/1.1" 200 4509 0.051508 10.0.0.249 - - [2026-08-03 04:30:00] "POST /neutron/port HTTP/1.1" 200 1125 0.033801 10.0.0.249 - - [2026-08-03 04:30:01] "POST /neutron/subnet HTTP/1.1" 200 708 0.018041 10.0.0.249 - - [2026-08-03 04:30:51] "POST /neutron/network HTTP/1.1" 200 825 0.023092 10.0.0.249 - - [2026-08-03 04:30:53] "POST /neutron/port HTTP/1.1" 200 1115 0.024892 10.0.0.249 - - [2026-08-03 04:30:53] "POST /neutron/port HTTP/1.1" 200 1115 0.055687 10.0.0.249 - - [2026-08-03 04:30:53] "POST /neutron/network HTTP/1.1" 400 204 0.022922 10.0.0.50 - - [2026-08-03 04:30:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.046396 10.0.0.161 - - [2026-08-03 04:30:57] "GET /projects?obj_uuids=b32f3d3e-8ceb-46da-b353-73620a2045f7&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001434 10.0.0.249 - - [2026-08-03 04:30:57] "GET /project/b32f3d3e-8ceb-46da-b353-73620a2045f7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.075317 10.0.0.161 - - [2026-08-03 04:30:57] "GET /projects?obj_uuids=b32f3d3e-8ceb-46da-b353-73620a2045f7&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001756 10.0.0.249 - - [2026-08-03 04:30:57] "GET /project/b32f3d3e-8ceb-46da-b353-73620a2045f7?fields=virtual_networks HTTP/1.1" 200 1032 0.083098 10.0.0.161 - - [2026-08-03 04:30:57] "GET /projects?obj_uuids=b32f3d3e-8ceb-46da-b353-73620a2045f7&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001435 10.0.0.249 - - [2026-08-03 04:30:57] "GET /project/b32f3d3e-8ceb-46da-b353-73620a2045f7?fields=virtual_machine_interfaces HTTP/1.1" 200 1032 0.074878 10.0.0.161 - - [2026-08-03 04:30:57] "GET /projects?obj_uuids=b32f3d3e-8ceb-46da-b353-73620a2045f7&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001677 10.0.0.249 - - [2026-08-03 04:30:57] "GET /project/b32f3d3e-8ceb-46da-b353-73620a2045f7?fields=security_groups HTTP/1.1" 200 1258 0.083669 10.0.0.161 - - [2026-08-03 04:30:58] "GET /obj-perms HTTP/1.1" 200 4509 0.407453 10.0.0.249 - - [2026-08-03 04:31:16] "GET / HTTP/1.1" 200 36215 0.002781 10.0.0.249 - - [2026-08-03 04:31:17] "POST /fqname-to-id HTTP/1.1" 401 293 0.000649 10.0.0.249 - - [2026-08-03 04:31:17] "POST /fqname-to-id HTTP/1.1" 404 201 0.059347 10.0.0.161 - - [2026-08-03 04:31:17] "GET /projects?obj_uuids=8000be77-12e5-4524-9e8e-fa8cb705383b&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004135 10.0.0.161 - - [2026-08-03 04:31:17] "GET /domains?obj_uuids=724de60e-9f87-4d23-867c-6bd9a9880f5b&detail=False&count=False&shared=False HTTP/1.1" 200 316 0.001907 10.0.0.161 - - [2026-08-03 04:31:17] "GET /domain/724de60e-9f87-4d23-867c-6bd9a9880f5b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.053245 10.0.0.161 - - [2026-08-03 04:31:17] "POST /id-to-fqname HTTP/1.1" 200 203 0.005269 10.0.0.161 - - [2026-08-03 04:31:18] "POST /fqname-to-id HTTP/1.1" 404 212 0.013958 10.0.0.161 - - [2026-08-03 04:31:18] "POST /security-groups HTTP/1.1" 200 606 0.073318 10.0.0.161 - - [2026-08-03 04:31:18] "POST /projects HTTP/1.1" 200 613 0.395678 10.0.0.161 - - [2026-08-03 04:31:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.446332 10.0.0.50 - - [2026-08-03 04:31:18] "POST /access-control-lists HTTP/1.1" 200 611 0.070560 10.0.0.249 - - [2026-08-03 04:31:18] "GET /project/8000be77-12e5-4524-9e8e-fa8cb705383b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1417 0.715023 10.0.0.249 - - [2026-08-03 04:31:19] "GET / HTTP/1.1" 200 36215 0.003171 10.0.0.249 - - [2026-08-03 04:31:20] "POST /fqname-to-id HTTP/1.1" 401 293 0.000679 10.0.0.249 - - [2026-08-03 04:31:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.064208 10.0.0.161 - - [2026-08-03 04:31:20] "GET /projects?obj_uuids=8000be77-12e5-4524-9e8e-fa8cb705383b&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.002309 10.0.0.249 - - [2026-08-03 04:31:20] "GET /project/8000be77-12e5-4524-9e8e-fa8cb705383b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1417 0.098532 10.0.0.249 - - [2026-08-03 04:31:20] "POST /neutron/network HTTP/1.1" 200 117 0.037990 10.0.0.50 - - [2026-08-03 04:31:21] "POST /route-targets HTTP/1.1" 200 328 0.027545 10.0.0.249 - - [2026-08-03 04:31:21] "POST /neutron/network HTTP/1.1" 200 838 0.015561 10.0.0.249 - - [2026-08-03 04:31:21] "POST /id-to-fqname HTTP/1.1" 200 234 0.002079 10.0.0.249 - - [2026-08-03 04:31:21] "GET /virtual-network/051dc991-6372-49e7-94b5-0fc93bc9a490?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.007932 10.0.0.249 - - [2026-08-03 04:31:21] "GET /virtual-network/051dc991-6372-49e7-94b5-0fc93bc9a490?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.007468 10.0.0.249 - - [2026-08-03 04:31:21] "POST /neutron/subnet HTTP/1.1" 200 720 0.014591 10.0.0.249 - - [2026-08-03 04:31:21] "POST /id-to-fqname HTTP/1.1" 200 234 0.002246 10.0.0.249 - - [2026-08-03 04:31:22] "POST /neutron/port HTTP/1.1" 200 117 0.010249 10.0.0.249 - - [2026-08-03 04:31:22] "POST /id-to-fqname HTTP/1.1" 200 234 0.002315 10.0.0.249 - - [2026-08-03 04:31:22] "POST /neutron/network HTTP/1.1" 200 848 0.009554 10.0.0.161 - - [2026-08-03 04:31:22] "GET /projects?obj_uuids=8000be77-12e5-4524-9e8e-fa8cb705383b&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001497 10.0.0.249 - - [2026-08-03 04:31:22] "GET /project/8000be77-12e5-4524-9e8e-fa8cb705383b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1417 0.061419 10.0.0.249 - - [2026-08-03 04:31:22] "POST /neutron/port HTTP/1.1" 200 117 0.010321 10.0.0.249 - - [2026-08-03 04:31:23] "GET /virtual-network/051dc991-6372-49e7-94b5-0fc93bc9a490?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.008736 10.0.0.50 - - [2026-08-03 04:31:24] "GET /obj-perms HTTP/1.1" 200 4509 0.063505 10.0.0.161 - - [2026-08-03 04:31:26] "GET /projects?obj_uuids=8000be77-12e5-4524-9e8e-fa8cb705383b&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.002470 10.0.0.249 - - [2026-08-03 04:31:26] "POST /neutron/port HTTP/1.1" 200 1072 0.544060 10.0.0.249 - - [2026-08-03 04:31:27] "POST /neutron/port HTTP/1.1" 200 1126 0.205597 10.0.0.50 - - [2026-08-03 04:31:28] "DELETE /access-control-list/5b9f48d7-6b1c-48b2-bac6-064a2d3d3469 HTTP/1.1" 200 115 0.119881 10.0.0.249 - - [2026-08-03 04:31:28] "POST /neutron/subnet HTTP/1.1" 200 694 0.013696 10.0.0.249 - - [2026-08-03 04:31:28] "POST /neutron/network HTTP/1.1" 200 848 0.009197 10.0.0.249 - - [2026-08-03 04:31:29] "POST /neutron/port HTTP/1.1" 200 1072 0.026518 10.0.0.249 - - [2026-08-03 04:31:30] "POST /neutron/security_group HTTP/1.1" 200 2071 0.012243 10.0.0.249 - - [2026-08-03 04:31:30] "POST /neutron/subnet HTTP/1.1" 200 694 0.013042 10.0.0.161 - - [2026-08-03 04:31:34] "DELETE /project/b32f3d3e-8ceb-46da-b353-73620a2045f7 HTTP/1.1" 404 177 0.004642 10.0.0.161 - - [2026-08-03 04:31:34] "DELETE /project/8000be7712e545249e8efa8cb705383b HTTP/1.1" 404 173 0.007396 10.0.0.249 - - [2026-08-03 04:31:35] "POST /neutron/port HTTP/1.1" 200 1136 0.031014 10.0.0.249 - - [2026-08-03 04:31:40] "POST /neutron/security_group HTTP/1.1" 200 2071 0.011599 10.0.0.249 - - [2026-08-03 04:31:50] "POST /neutron/port HTTP/1.1" 200 1136 0.025811 10.0.0.249 - - [2026-08-03 04:31:55] "POST /neutron/security_group HTTP/1.1" 200 2071 0.014311 10.0.0.249 - - [2026-08-03 04:32:05] "POST /neutron/port HTTP/1.1" 200 1136 0.027079 10.0.0.249 - - [2026-08-03 04:32:06] "POST /neutron/security_group HTTP/1.1" 200 2071 0.011146 10.0.0.249 - - [2026-08-03 04:32:06] "GET /virtual-machine/5e30b0da-6679-4268-8b66-6a5984f43e5b HTTP/1.1" 401 293 0.000672 10.0.0.249 - - [2026-08-03 04:32:06] "GET /virtual-machine/5e30b0da-6679-4268-8b66-6a5984f43e5b HTTP/1.1" 200 1307 0.039368 10.0.0.249 - - [2026-08-03 04:32:06] "GET /virtual-machine-interface/6d9e10e8-36a3-4b5b-b507-d281fb442d75 HTTP/1.1" 200 3015 0.007807 10.0.0.249 - - [2026-08-03 04:32:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.006673 10.0.0.249 - - [2026-08-03 04:32:06] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.006778 10.0.0.249 - - [2026-08-03 04:32:06] "GET /virtual-networks?parent_id=8000be77-12e5-4524-9e8e-fa8cb705383b&detail=False&count=False&shared=False HTTP/1.1" 200 366 0.005537 10.0.0.249 - - [2026-08-03 04:32:06] "GET /virtual-network/051dc991-6372-49e7-94b5-0fc93bc9a490?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.008012 10.0.0.249 - - [2026-08-03 04:32:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.006723 10.0.0.249 - - [2026-08-03 04:32:09] "GET /virtual-network/051dc991-6372-49e7-94b5-0fc93bc9a490?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.007599 10.0.0.249 - - [2026-08-03 04:32:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004607 10.0.0.249 - - [2026-08-03 04:32:13] "GET /virtual-network/051dc991-6372-49e7-94b5-0fc93bc9a490?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.008475 10.0.0.249 - - [2026-08-03 04:32:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004835 10.0.0.249 - - [2026-08-03 04:32:18] "GET /virtual-network/051dc991-6372-49e7-94b5-0fc93bc9a490?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.008124 10.0.0.249 - - [2026-08-03 04:32:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.010052 10.0.0.249 - - [2026-08-03 04:32:22] "GET /virtual-network/051dc991-6372-49e7-94b5-0fc93bc9a490?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.008797 10.0.0.249 - - [2026-08-03 04:32:22] "POST /neutron/port HTTP/1.1" 200 1136 0.051300 10.0.0.249 - - [2026-08-03 04:32:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004625 10.0.0.249 - - [2026-08-03 04:32:24] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004935 10.0.0.249 - - [2026-08-03 04:32:24] "GET /virtual-networks?parent_id=8000be77-12e5-4524-9e8e-fa8cb705383b&detail=False&count=False&shared=False HTTP/1.1" 200 366 0.003863 10.0.0.249 - - [2026-08-03 04:32:24] "GET /virtual-network/051dc991-6372-49e7-94b5-0fc93bc9a490?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.007875 10.0.0.249 - - [2026-08-03 04:32:24] "POST /neutron/security_group HTTP/1.1" 200 2071 0.010250 10.0.0.249 - - [2026-08-03 04:32:29] "POST /neutron/port HTTP/1.1" 200 1136 0.034049 10.0.0.249 - - [2026-08-03 04:32:29] "POST /neutron/security_group HTTP/1.1" 200 2071 0.009736 10.0.0.249 - - [2026-08-03 04:32:29] "GET /virtual-machine/2b435e41-3cf4-455e-a144-2e4c60620492 HTTP/1.1" 200 1307 0.009565 10.0.0.249 - - [2026-08-03 04:32:29] "GET /virtual-machine-interface/349fa9d7-1db0-453e-9662-89c3cfa69672 HTTP/1.1" 200 3015 0.008333 10.0.0.249 - - [2026-08-03 04:32:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.005300 10.0.0.249 - - [2026-08-03 04:32:29] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005562 10.0.0.249 - - [2026-08-03 04:32:29] "GET /virtual-networks?parent_id=8000be77-12e5-4524-9e8e-fa8cb705383b&detail=False&count=False&shared=False HTTP/1.1" 200 366 0.004684 10.0.0.249 - - [2026-08-03 04:32:29] "GET /virtual-network/051dc991-6372-49e7-94b5-0fc93bc9a490?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.008249 10.0.0.249 - - [2026-08-03 04:32:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.005238 10.0.0.249 - - [2026-08-03 04:32:30] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.006571 10.0.0.249 - - [2026-08-03 04:32:30] "GET /virtual-networks?parent_id=8000be77-12e5-4524-9e8e-fa8cb705383b&detail=False&count=False&shared=False HTTP/1.1" 200 366 0.006226 10.0.0.249 - - [2026-08-03 04:32:30] "GET /virtual-network/051dc991-6372-49e7-94b5-0fc93bc9a490?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.008557 10.0.0.249 - - [2026-08-03 04:32:31] "POST /neutron/port HTTP/1.1" 200 1136 0.030328 10.0.0.249 - - [2026-08-03 04:32:36] "POST /neutron/security_group HTTP/1.1" 200 2071 0.010664 10.0.0.249 - - [2026-08-03 04:32:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004791 10.0.0.249 - - [2026-08-03 04:32:42] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004734 10.0.0.249 - - [2026-08-03 04:32:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003708 10.0.0.249 - - [2026-08-03 04:32:42] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005861 10.0.0.249 - - [2026-08-03 04:32:42] "PUT /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30 HTTP/1.1" 200 277 0.015261 10.0.0.249 - - [2026-08-03 04:32:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.006129 10.0.0.249 - - [2026-08-03 04:32:56] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1641 0.006680 10.0.0.249 - - [2026-08-03 04:32:56] "PUT /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30 HTTP/1.1" 200 277 0.020521 10.0.0.249 - - [2026-08-03 04:33:00] "GET /obj-perms HTTP/1.1" 200 4509 0.058747 10.0.0.249 - - [2026-08-03 04:33:03] "POST /neutron/network HTTP/1.1" 200 848 0.010151 10.0.0.249 - - [2026-08-03 04:33:03] "POST /neutron/port HTTP/1.1" 200 117 0.001700 10.0.0.50 - - [2026-08-03 04:33:18] "GET /global-system-configs HTTP/1.1" 401 293 0.000730 10.0.0.50 - - [2026-08-03 04:33:18] "GET /global-system-configs HTTP/1.1" 401 293 0.000526 10.0.0.50 - - [2026-08-03 04:33:19] "GET /global-system-configs HTTP/1.1" 401 293 0.000641 10.0.0.50 - - [2026-08-03 04:33:19] "GET /global-system-configs HTTP/1.1" 401 293 0.000621 10.0.0.161 - - [2026-08-03 04:33:19] "GET /global-system-configs HTTP/1.1" 401 293 0.000490 10.0.0.161 - - [2026-08-03 04:33:19] "GET /global-system-configs HTTP/1.1" 401 293 0.000684 10.0.0.161 - - [2026-08-03 04:33:21] "GET /global-system-configs HTTP/1.1" 401 293 0.000534 10.0.0.161 - - [2026-08-03 04:33:21] "GET /global-system-configs HTTP/1.1" 401 293 0.000631 10.0.0.249 - - [2026-08-03 04:33:21] "GET /global-system-configs HTTP/1.1" 401 293 0.000567 10.0.0.249 - - [2026-08-03 04:33:21] "GET /global-system-configs HTTP/1.1" 401 293 0.000678 10.0.0.249 - - [2026-08-03 04:33:22] "GET /global-system-configs HTTP/1.1" 401 293 0.000713 10.0.0.249 - - [2026-08-03 04:33:22] "GET /global-system-configs HTTP/1.1" 401 293 0.000527 10.0.0.249 - - [2026-08-03 04:33:50] "POST /neutron/network HTTP/1.1" 400 204 0.020071 10.0.0.249 - - [2026-08-03 04:33:52] "POST /neutron/port HTTP/1.1" 200 1126 0.029833 10.0.0.249 - - [2026-08-03 04:33:52] "POST /neutron/network HTTP/1.1" 200 838 0.009920 10.0.0.249 - - [2026-08-03 04:33:54] "POST /neutron/network HTTP/1.1" 200 838 0.009314 10.0.0.161 - - [2026-08-03 04:33:55] "GET /projects?obj_uuids=8000be77-12e5-4524-9e8e-fa8cb705383b&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.029265 10.0.0.249 - - [2026-08-03 04:33:55] "GET /project/8000be77-12e5-4524-9e8e-fa8cb705383b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1417 0.127472 10.0.0.161 - - [2026-08-03 04:33:55] "GET /projects?obj_uuids=8000be77-12e5-4524-9e8e-fa8cb705383b&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001403 10.0.0.249 - - [2026-08-03 04:33:55] "GET /project/8000be77-12e5-4524-9e8e-fa8cb705383b?fields=virtual_networks HTTP/1.1" 200 1059 0.064963 10.0.0.161 - - [2026-08-03 04:33:55] "GET /projects?obj_uuids=8000be77-12e5-4524-9e8e-fa8cb705383b&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.002295 10.0.0.249 - - [2026-08-03 04:33:55] "GET /project/8000be77-12e5-4524-9e8e-fa8cb705383b?fields=virtual_machine_interfaces HTTP/1.1" 200 1059 0.080839 10.0.0.161 - - [2026-08-03 04:33:55] "GET /projects?obj_uuids=8000be77-12e5-4524-9e8e-fa8cb705383b&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001848 10.0.0.249 - - [2026-08-03 04:33:55] "GET /project/8000be77-12e5-4524-9e8e-fa8cb705383b?fields=security_groups HTTP/1.1" 200 1299 0.076241 10.0.0.249 - - [2026-08-03 04:33:56] "POST /fqname-to-id HTTP/1.1" 404 206 0.034634 10.0.0.161 - - [2026-08-03 04:33:56] "GET /projects?obj_uuids=e42ba79f-2109-4161-9d1f-6be1086755f5&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004784 10.0.0.161 - - [2026-08-03 04:33:56] "GET /domains?obj_uuids=724de60e-9f87-4d23-867c-6bd9a9880f5b&detail=False&count=False&shared=False HTTP/1.1" 200 316 0.002476 10.0.0.161 - - [2026-08-03 04:33:56] "GET /domain/724de60e-9f87-4d23-867c-6bd9a9880f5b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.013939 10.0.0.161 - - [2026-08-03 04:33:57] "POST /id-to-fqname HTTP/1.1" 200 209 0.008560 10.0.0.161 - - [2026-08-03 04:33:57] "POST /fqname-to-id HTTP/1.1" 404 217 0.008259 10.0.0.161 - - [2026-08-03 04:33:57] "POST /security-groups HTTP/1.1" 200 611 0.052868 10.0.0.50 - - [2026-08-03 04:33:57] "POST /fqname-to-id HTTP/1.1" 404 252 0.010410 10.0.0.161 - - [2026-08-03 04:33:57] "POST /projects HTTP/1.1" 200 623 0.354102 10.0.0.161 - - [2026-08-03 04:33:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.486794 10.0.0.249 - - [2026-08-03 04:33:57] "GET /project/e42ba79f-2109-4161-9d1f-6be1086755f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1438 0.697790 10.0.0.50 - - [2026-08-03 04:33:57] "POST /access-control-lists HTTP/1.1" 200 614 0.114152 10.0.0.249 - - [2026-08-03 04:33:58] "GET / HTTP/1.1" 200 36215 0.003367 10.0.0.249 - - [2026-08-03 04:33:59] "POST /fqname-to-id HTTP/1.1" 401 293 0.000792 10.0.0.249 - - [2026-08-03 04:33:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.069209 10.0.0.161 - - [2026-08-03 04:33:59] "GET /projects?obj_uuids=e42ba79f-2109-4161-9d1f-6be1086755f5&detail=False&count=False&shared=False HTTP/1.1" 200 368 0.002045 10.0.0.249 - - [2026-08-03 04:33:59] "GET /project/e42ba79f-2109-4161-9d1f-6be1086755f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1438 0.070334 10.0.0.161 - - [2026-08-03 04:33:59] "GET /projects?obj_uuids=e42ba79f-2109-4161-9d1f-6be1086755f5&detail=False&count=False&shared=False HTTP/1.1" 200 368 0.002232 10.0.0.249 - - [2026-08-03 04:34:00] "POST /neutron/network HTTP/1.1" 200 625 0.305303 10.0.0.249 - - [2026-08-03 04:34:00] "POST /id-to-fqname HTTP/1.1" 200 239 0.006103 10.0.0.249 - - [2026-08-03 04:34:00] "GET /virtual-network/b0864ca3-a1eb-43b9-90e0-0e9ea4dfd744?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2085 0.009990 10.0.0.249 - - [2026-08-03 04:34:00] "POST /neutron/network HTTP/1.1" 200 845 0.011520 10.0.0.249 - - [2026-08-03 04:34:00] "GET /virtual-network/b0864ca3-a1eb-43b9-90e0-0e9ea4dfd744?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2085 0.009853 10.0.0.249 - - [2026-08-03 04:34:00] "POST /id-to-fqname HTTP/1.1" 200 239 0.002151 10.0.0.249 - - [2026-08-03 04:34:00] "POST /neutron/network HTTP/1.1" 200 855 0.012940 10.0.0.161 - - [2026-08-03 04:34:01] "GET /obj-perms HTTP/1.1" 200 4509 0.086008 10.0.0.249 - - [2026-08-03 04:34:01] "POST /neutron/port HTTP/1.1" 200 117 0.010938 10.0.0.249 - - [2026-08-03 04:34:01] "POST /id-to-fqname HTTP/1.1" 200 239 0.002078 10.0.0.249 - - [2026-08-03 04:34:02] "POST /neutron/network HTTP/1.1" 200 845 0.034290 10.0.0.249 - - [2026-08-03 04:34:02] "GET /virtual-network/b0864ca3-a1eb-43b9-90e0-0e9ea4dfd744?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2085 0.009661 10.0.0.50 - - [2026-08-03 04:34:04] "GET /obj-perms HTTP/1.1" 200 4519 0.050812 10.0.0.249 - - [2026-08-03 04:34:04] "POST /neutron/port HTTP/1.1" 200 117 0.014545 10.0.0.249 - - [2026-08-03 04:34:06] "POST /neutron/port HTTP/1.1" 200 1079 0.068114 10.0.0.249 - - [2026-08-03 04:34:08] "POST /neutron/port HTTP/1.1" 200 1143 0.035854 10.0.0.249 - - [2026-08-03 04:34:08] "POST /neutron/port HTTP/1.1" 200 117 0.001541 10.0.0.161 - - [2026-08-03 04:34:08] "GET /projects?obj_uuids=e42ba79f-2109-4161-9d1f-6be1086755f5&detail=False&count=False&shared=False HTTP/1.1" 200 368 0.001444 10.0.0.249 - - [2026-08-03 04:34:08] "POST /neutron/port HTTP/1.1" 200 1079 0.438593 10.0.0.249 - - [2026-08-03 04:34:09] "POST /neutron/port HTTP/1.1" 200 1133 0.165577 10.0.0.249 - - [2026-08-03 04:34:10] "POST /neutron/port HTTP/1.1" 200 1143 0.028423 10.0.0.249 - - [2026-08-03 04:34:10] "POST /neutron/port HTTP/1.1" 200 117 0.001820 10.0.0.249 - - [2026-08-03 04:34:14] "POST /neutron/security_group HTTP/1.1" 200 2076 0.012052 10.0.0.249 - - [2026-08-03 04:34:25] "POST /neutron/port HTTP/1.1" 200 1143 0.026353 10.0.0.50 - - [2026-08-03 04:34:28] "DELETE /access-control-list/3cd453d9-a2fc-4e47-b95c-6ee116f08e24 HTTP/1.1" 200 115 0.091714 10.0.0.249 - - [2026-08-03 04:34:30] "POST /neutron/security_group HTTP/1.1" 200 2076 0.012897 10.0.0.161 - - [2026-08-03 04:34:35] "DELETE /project/e42ba79f210941619d1f6be1086755f5 HTTP/1.1" 404 173 0.003901 10.0.0.161 - - [2026-08-03 04:34:35] "DELETE /project/8000be77-12e5-4524-9e8e-fa8cb705383b HTTP/1.1" 404 177 0.007257 10.0.0.249 - - [2026-08-03 04:34:40] "POST /neutron/port HTTP/1.1" 200 1143 0.026818 10.0.0.249 - - [2026-08-03 04:34:45] "POST /neutron/security_group HTTP/1.1" 200 2076 0.010594 10.0.0.249 - - [2026-08-03 04:34:45] "POST /neutron/port HTTP/1.1" 200 1143 0.030579 10.0.0.249 - - [2026-08-03 04:34:45] "GET /virtual-machine/9abe3263-06f9-41a1-a373-049785a0c7cd HTTP/1.1" 401 293 0.000662 10.0.0.249 - - [2026-08-03 04:34:46] "GET /virtual-machine/9abe3263-06f9-41a1-a373-049785a0c7cd HTTP/1.1" 200 1313 0.034108 10.0.0.249 - - [2026-08-03 04:34:46] "GET /virtual-machine-interface/ed9b2554-b707-4bd1-932c-7b5bf7f6d649 HTTP/1.1" 200 3041 0.009683 10.0.0.249 - - [2026-08-03 04:34:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.005833 10.0.0.249 - - [2026-08-03 04:34:46] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.006783 10.0.0.249 - - [2026-08-03 04:34:46] "GET /virtual-networks?parent_id=e42ba79f-2109-4161-9d1f-6be1086755f5&detail=False&count=False&shared=False HTTP/1.1" 200 371 0.005270 10.0.0.249 - - [2026-08-03 04:34:46] "GET /virtual-network/b0864ca3-a1eb-43b9-90e0-0e9ea4dfd744?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2085 0.008474 10.0.0.249 - - [2026-08-03 04:34:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.005216 10.0.0.249 - - [2026-08-03 04:34:49] "GET /virtual-network/b0864ca3-a1eb-43b9-90e0-0e9ea4dfd744?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2085 0.009582 10.0.0.249 - - [2026-08-03 04:34:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.005484 10.0.0.249 - - [2026-08-03 04:34:53] "GET /virtual-network/b0864ca3-a1eb-43b9-90e0-0e9ea4dfd744?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2085 0.008148 10.0.0.249 - - [2026-08-03 04:34:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.005249 10.0.0.249 - - [2026-08-03 04:34:57] "GET /virtual-network/b0864ca3-a1eb-43b9-90e0-0e9ea4dfd744?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2085 0.010113 10.0.0.249 - - [2026-08-03 04:35:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.006286 10.0.0.249 - - [2026-08-03 04:35:01] "GET /virtual-network/b0864ca3-a1eb-43b9-90e0-0e9ea4dfd744?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2085 0.009780 10.0.0.249 - - [2026-08-03 04:35:02] "POST /neutron/security_group HTTP/1.1" 200 2076 0.011095 10.0.0.249 - - [2026-08-03 04:35:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004973 10.0.0.249 - - [2026-08-03 04:35:03] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005186 10.0.0.249 - - [2026-08-03 04:35:03] "GET /virtual-networks?parent_id=e42ba79f-2109-4161-9d1f-6be1086755f5&detail=False&count=False&shared=False HTTP/1.1" 200 371 0.004515 10.0.0.249 - - [2026-08-03 04:35:03] "GET /virtual-network/b0864ca3-a1eb-43b9-90e0-0e9ea4dfd744?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2085 0.008337 10.0.0.249 - - [2026-08-03 04:35:04] "POST /neutron/security_group HTTP/1.1" 200 2076 0.012875 10.0.0.249 - - [2026-08-03 04:35:04] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005503 10.0.0.249 - - [2026-08-03 04:35:04] "POST /neutron/network HTTP/1.1" 200 845 0.011765 10.0.0.249 - - [2026-08-03 04:35:12] "POST /neutron/port HTTP/1.1" 200 1143 0.030541 10.0.0.249 - - [2026-08-03 04:35:14] "POST /neutron/security_group HTTP/1.1" 200 2076 0.010327 10.0.0.249 - - [2026-08-03 04:35:14] "POST /neutron/port HTTP/1.1" 200 1143 0.026634 10.0.0.249 - - [2026-08-03 04:35:14] "GET /virtual-machine/58b85c3e-95b7-4dbf-b55f-839312519642 HTTP/1.1" 200 1312 0.008783 10.0.0.249 - - [2026-08-03 04:35:14] "GET /virtual-machine-interface/7321bb8f-8ded-4516-890e-3875fa3a350b HTTP/1.1" 200 3039 0.007190 10.0.0.249 - - [2026-08-03 04:35:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004911 10.0.0.249 - - [2026-08-03 04:35:14] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.007176 10.0.0.249 - - [2026-08-03 04:35:15] "GET /virtual-networks?parent_id=e42ba79f-2109-4161-9d1f-6be1086755f5&detail=False&count=False&shared=False HTTP/1.1" 200 371 0.004594 10.0.0.249 - - [2026-08-03 04:35:15] "GET /virtual-network/b0864ca3-a1eb-43b9-90e0-0e9ea4dfd744?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2085 0.009058 10.0.0.249 - - [2026-08-03 04:35:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.005794 10.0.0.249 - - [2026-08-03 04:35:16] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.006456 10.0.0.249 - - [2026-08-03 04:35:16] "GET /virtual-networks?parent_id=e42ba79f-2109-4161-9d1f-6be1086755f5&detail=False&count=False&shared=False HTTP/1.1" 200 371 0.005812 10.0.0.249 - - [2026-08-03 04:35:16] "GET /virtual-network/b0864ca3-a1eb-43b9-90e0-0e9ea4dfd744?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2085 0.008640 10.0.0.249 - - [2026-08-03 04:35:16] "POST /neutron/security_group HTTP/1.1" 200 2076 0.011245 10.0.0.249 - - [2026-08-03 04:35:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.005566 10.0.0.161 - - [2026-08-03 04:35:26] "GET /projects?obj_uuids=e42ba79f-2109-4161-9d1f-6be1086755f5&detail=False&count=False&shared=False HTTP/1.1" 200 368 0.001785 10.0.0.249 - - [2026-08-03 04:35:26] "GET /project/e42ba79f-2109-4161-9d1f-6be1086755f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1438 0.087834 10.0.0.249 - - [2026-08-03 04:35:26] "POST /neutron/network HTTP/1.1" 200 117 0.020134 10.0.0.249 - - [2026-08-03 04:35:27] "POST /neutron/network HTTP/1.1" 200 846 0.011866 10.0.0.249 - - [2026-08-03 04:35:27] "POST /id-to-fqname HTTP/1.1" 200 239 0.001703 10.0.0.249 - - [2026-08-03 04:35:27] "GET /virtual-network/0b2ac531-9ab1-4243-9d1c-0b59314847a0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2086 0.007072 10.0.0.249 - - [2026-08-03 04:35:27] "GET /virtual-network/0b2ac531-9ab1-4243-9d1c-0b59314847a0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2086 0.007997 10.0.0.249 - - [2026-08-03 04:35:27] "POST /neutron/subnet HTTP/1.1" 200 734 0.011901 10.0.0.249 - - [2026-08-03 04:35:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004884 10.0.0.161 - - [2026-08-03 04:35:27] "GET /projects?obj_uuids=e42ba79f-2109-4161-9d1f-6be1086755f5&detail=False&count=False&shared=False HTTP/1.1" 200 368 0.001551 10.0.0.249 - - [2026-08-03 04:35:27] "GET /project/e42ba79f-2109-4161-9d1f-6be1086755f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1438 0.063488 10.0.0.50 - - [2026-08-03 04:35:27] "POST /ref-update HTTP/1.1" 200 156 0.032666 10.0.0.161 - - [2026-08-03 04:35:28] "POST /useragent-kv HTTP/1.1" 200 115 0.009971 10.0.0.249 - - [2026-08-03 04:35:28] "POST /neutron/subnet HTTP/1.1" 200 729 0.255537 10.0.0.249 - - [2026-08-03 04:35:28] "POST /id-to-fqname HTTP/1.1" 200 242 0.002012 10.0.0.249 - - [2026-08-03 04:35:28] "GET /virtual-network/91015025-a920-4d03-968a-67107ff0abaa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2094 0.007560 10.0.0.249 - - [2026-08-03 04:35:28] "GET /virtual-network/91015025-a920-4d03-968a-67107ff0abaa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2094 0.007876 10.0.0.249 - - [2026-08-03 04:35:28] "POST /neutron/network HTTP/1.1" 200 851 0.009256 10.0.0.249 - - [2026-08-03 04:35:28] "POST /id-to-fqname HTTP/1.1" 200 239 0.002609 10.0.0.249 - - [2026-08-03 04:35:28] "POST /neutron/security_group HTTP/1.1" 200 2076 0.011153 10.0.0.161 - - [2026-08-03 04:35:28] "GET /projects?obj_uuids=e42ba79f-2109-4161-9d1f-6be1086755f5&detail=False&count=False&shared=False HTTP/1.1" 200 368 0.001474 10.0.0.249 - - [2026-08-03 04:35:28] "GET /project/e42ba79f-2109-4161-9d1f-6be1086755f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1438 0.093867 10.0.0.249 - - [2026-08-03 04:35:28] "POST /neutron/port HTTP/1.1" 200 2134 0.033933 10.0.0.249 - - [2026-08-03 04:35:28] "POST /id-to-fqname HTTP/1.1" 200 242 0.001887 10.0.0.249 - - [2026-08-03 04:35:29] "POST /neutron/port HTTP/1.1" 200 2134 0.031991 10.0.0.249 - - [2026-08-03 04:35:29] "POST /neutron/network HTTP/1.1" 200 851 0.011891 10.0.0.249 - - [2026-08-03 04:35:29] "POST /neutron/port HTTP/1.1" 200 117 0.009166 10.0.0.249 - - [2026-08-03 04:35:29] "POST /id-to-fqname HTTP/1.1" 200 239 0.001733 10.0.0.249 - - [2026-08-03 04:35:29] "POST /id-to-fqname HTTP/1.1" 200 239 0.001589 10.0.0.249 - - [2026-08-03 04:35:30] "POST /neutron/network HTTP/1.1" 200 1559 0.013345 10.0.0.249 - - [2026-08-03 04:35:30] "POST /neutron/port HTTP/1.1" 200 2134 0.048231 10.0.0.249 - - [2026-08-03 04:35:30] "GET /virtual-network/b0864ca3-a1eb-43b9-90e0-0e9ea4dfd744?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2085 0.007344 10.0.0.249 - - [2026-08-03 04:35:31] "GET /obj-perms HTTP/1.1" 200 4519 0.061792 10.0.0.161 - - [2026-08-03 04:35:31] "GET /obj-perms HTTP/1.1" 200 4519 0.075330 10.0.0.249 - - [2026-08-03 04:35:31] "GET /virtual-network/0b2ac531-9ab1-4243-9d1c-0b59314847a0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2086 0.006887 10.0.0.50 - - [2026-08-03 04:35:31] "GET /obj-perms HTTP/1.1" 200 4519 0.006005 10.0.0.249 - - [2026-08-03 04:35:32] "GET /virtual-network/91015025-a920-4d03-968a-67107ff0abaa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2094 0.007643 10.0.0.249 - - [2026-08-03 04:35:32] "POST /neutron/port HTTP/1.1" 200 117 0.008155 10.0.0.249 - - [2026-08-03 04:35:33] "POST /neutron/port HTTP/1.1" 200 1080 0.089843 10.0.0.249 - - [2026-08-03 04:35:34] "POST /neutron/network HTTP/1.1" 200 1559 0.013378 10.0.0.161 - - [2026-08-03 04:35:34] "GET /projects?obj_uuids=e42ba79f-2109-4161-9d1f-6be1086755f5&detail=False&count=False&shared=False HTTP/1.1" 200 368 0.001337 10.0.0.249 - - [2026-08-03 04:35:35] "POST /neutron/port HTTP/1.1" 200 117 0.001465 10.0.0.161 - - [2026-08-03 04:35:35] "GET /projects?obj_uuids=e42ba79f-2109-4161-9d1f-6be1086755f5&detail=False&count=False&shared=False HTTP/1.1" 200 368 0.002053 10.0.0.249 - - [2026-08-03 04:35:35] "POST /neutron/port HTTP/1.1" 200 1080 0.480550 10.0.0.249 - - [2026-08-03 04:35:35] "POST /neutron/port HTTP/1.1" 200 1133 0.218837 10.0.0.249 - - [2026-08-03 04:35:35] "POST /neutron/port HTTP/1.1" 200 1079 0.566380 10.0.0.249 - - [2026-08-03 04:35:36] "POST /neutron/port HTTP/1.1" 200 1133 0.172132 10.0.0.249 - - [2026-08-03 04:35:36] "POST /neutron/port HTTP/1.1" 200 1134 0.148605 10.0.0.249 - - [2026-08-03 04:35:37] "POST /neutron/subnet HTTP/1.1" 200 703 0.012201 10.0.0.249 - - [2026-08-03 04:35:37] "POST /neutron/port HTTP/1.1" 200 2135 0.031106 10.0.0.249 - - [2026-08-03 04:35:37] "POST /neutron/subnet HTTP/1.1" 200 704 0.012575 10.0.0.249 - - [2026-08-03 04:35:37] "POST /neutron/network HTTP/1.1" 200 845 0.012454 10.0.0.249 - - [2026-08-03 04:35:37] "POST /neutron/port HTTP/1.1" 200 117 0.001727 10.0.0.249 - - [2026-08-03 04:35:42] "POST /neutron/security_group HTTP/1.1" 200 2076 0.011286 10.0.0.249 - - [2026-08-03 04:35:52] "POST /neutron/port HTTP/1.1" 200 1143 0.024967 10.0.0.249 - - [2026-08-03 04:35:58] "POST /neutron/security_group HTTP/1.1" 200 2076 0.010952 10.0.0.249 - - [2026-08-03 04:36:03] "GET /obj-perms HTTP/1.1" 200 4509 0.054298 10.0.0.249 - - [2026-08-03 04:36:05] "POST /neutron/port HTTP/1.1" 200 1143 0.033421 10.0.0.249 - - [2026-08-03 04:36:06] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005647 10.0.0.249 - - [2026-08-03 04:36:06] "POST /neutron/network HTTP/1.1" 200 845 0.011194 10.0.0.249 - - [2026-08-03 04:36:13] "POST /neutron/port HTTP/1.1" 200 1143 0.026228 10.0.0.249 - - [2026-08-03 04:36:13] "POST /neutron/security_group HTTP/1.1" 200 2076 0.009392 10.0.0.249 - - [2026-08-03 04:36:13] "GET /virtual-machine/01360fea-86b8-4e35-8087-faf7e56e03c7 HTTP/1.1" 200 1309 0.008082 10.0.0.249 - - [2026-08-03 04:36:13] "GET /virtual-machine-interface/a141caf6-af64-4eda-8d59-9ed24df3d02e HTTP/1.1" 200 3050 0.007368 10.0.0.249 - - [2026-08-03 04:36:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.009588 10.0.0.249 - - [2026-08-03 04:36:13] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.006840 10.0.0.249 - - [2026-08-03 04:36:13] "GET /virtual-networks?parent_id=e42ba79f-2109-4161-9d1f-6be1086755f5&detail=False&count=False&shared=False HTTP/1.1" 200 854 0.004871 10.0.0.249 - - [2026-08-03 04:36:13] "GET /virtual-network/91015025-a920-4d03-968a-67107ff0abaa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2094 0.011135 10.0.0.249 - - [2026-08-03 04:36:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004960 10.0.0.249 - - [2026-08-03 04:36:16] "GET /virtual-network/91015025-a920-4d03-968a-67107ff0abaa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2094 0.007748 10.0.0.249 - - [2026-08-03 04:36:18] "POST /neutron/port HTTP/1.1" 200 2135 0.027028 10.0.0.249 - - [2026-08-03 04:36:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004641 10.0.0.249 - - [2026-08-03 04:36:20] "GET /virtual-network/91015025-a920-4d03-968a-67107ff0abaa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2094 0.008187 10.0.0.249 - - [2026-08-03 04:36:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.005010 10.0.0.249 - - [2026-08-03 04:36:25] "GET /virtual-network/91015025-a920-4d03-968a-67107ff0abaa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2094 0.009298 10.0.0.249 - - [2026-08-03 04:36:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.004800 10.0.0.249 - - [2026-08-03 04:36:29] "GET /virtual-network/91015025-a920-4d03-968a-67107ff0abaa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2094 0.007990 10.0.0.249 - - [2026-08-03 04:36:29] "POST /neutron/security_group HTTP/1.1" 200 2076 0.008833 10.0.0.249 - - [2026-08-03 04:36:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.005125 10.0.0.249 - - [2026-08-03 04:36:33] "GET /virtual-network/91015025-a920-4d03-968a-67107ff0abaa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2094 0.008819 10.0.0.249 - - [2026-08-03 04:36:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.004502 10.0.0.249 - - [2026-08-03 04:36:37] "GET /virtual-network/91015025-a920-4d03-968a-67107ff0abaa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2094 0.006928 10.0.0.249 - - [2026-08-03 04:36:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.004547 10.0.0.249 - - [2026-08-03 04:36:39] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005789 10.0.0.249 - - [2026-08-03 04:36:39] "GET /virtual-networks?parent_id=e42ba79f-2109-4161-9d1f-6be1086755f5&detail=False&count=False&shared=False HTTP/1.1" 200 854 0.004701 10.0.0.249 - - [2026-08-03 04:36:39] "GET /virtual-network/91015025-a920-4d03-968a-67107ff0abaa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2094 0.008052 10.0.0.249 - - [2026-08-03 04:36:39] "POST /neutron/port HTTP/1.1" 200 1143 0.028811 10.0.0.249 - - [2026-08-03 04:36:44] "POST /neutron/security_group HTTP/1.1" 200 2076 0.009445 10.0.0.249 - - [2026-08-03 04:36:45] "POST /neutron/port HTTP/1.1" 200 1144 0.029520 10.0.0.249 - - [2026-08-03 04:36:45] "GET /virtual-machine/15e96e25-ed94-4792-9cbe-6a9e74439752 HTTP/1.1" 200 1312 0.008839 10.0.0.249 - - [2026-08-03 04:36:45] "GET /virtual-machine-interface/3493801d-2753-4351-8464-7e58f6f54658 HTTP/1.1" 200 3039 0.007083 10.0.0.249 - - [2026-08-03 04:36:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.005191 10.0.0.249 - - [2026-08-03 04:36:45] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005904 10.0.0.249 - - [2026-08-03 04:36:45] "GET /virtual-networks?parent_id=e42ba79f-2109-4161-9d1f-6be1086755f5&detail=False&count=False&shared=False HTTP/1.1" 200 854 0.006270 10.0.0.249 - - [2026-08-03 04:36:45] "GET /virtual-network/0b2ac531-9ab1-4243-9d1c-0b59314847a0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2086 0.007046 10.0.0.249 - - [2026-08-03 04:36:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004650 10.0.0.249 - - [2026-08-03 04:36:46] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.006189 10.0.0.249 - - [2026-08-03 04:36:46] "GET /virtual-networks?parent_id=e42ba79f-2109-4161-9d1f-6be1086755f5&detail=False&count=False&shared=False HTTP/1.1" 200 854 0.004274 10.0.0.249 - - [2026-08-03 04:36:46] "GET /virtual-network/0b2ac531-9ab1-4243-9d1c-0b59314847a0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2086 0.007261 10.0.0.249 - - [2026-08-03 04:36:46] "POST /neutron/security_group HTTP/1.1" 200 2076 0.010968 10.0.0.249 - - [2026-08-03 04:36:52] "POST /neutron/port HTTP/1.1" 200 2135 0.040057 10.0.0.249 - - [2026-08-03 04:36:52] "POST /neutron/security_group HTTP/1.1" 200 2076 0.017629 10.0.0.249 - - [2026-08-03 04:36:52] "GET /virtual-machine/d5887006-899a-419f-a5e4-48125ee79be3 HTTP/1.1" 200 1590 0.012620 10.0.0.249 - - [2026-08-03 04:36:52] "GET /virtual-machine-interface/34182fcd-5a38-444b-9b07-4f1e364f3097 HTTP/1.1" 200 3040 0.007028 10.0.0.249 - - [2026-08-03 04:36:52] "GET /virtual-machine-interface/3cd52648-9808-442e-a75b-fa63155ed598 HTTP/1.1" 200 3040 0.008047 10.0.0.249 - - [2026-08-03 04:36:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.004302 10.0.0.249 - - [2026-08-03 04:36:52] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004898 10.0.0.249 - - [2026-08-03 04:36:52] "GET /virtual-networks?parent_id=e42ba79f-2109-4161-9d1f-6be1086755f5&detail=False&count=False&shared=False HTTP/1.1" 200 854 0.004181 10.0.0.249 - - [2026-08-03 04:36:52] "GET /virtual-network/b0864ca3-a1eb-43b9-90e0-0e9ea4dfd744?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2085 0.007217 10.0.0.249 - - [2026-08-03 04:36:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.005437 10.0.0.249 - - [2026-08-03 04:36:53] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004590 10.0.0.249 - - [2026-08-03 04:36:53] "GET /virtual-networks?parent_id=e42ba79f-2109-4161-9d1f-6be1086755f5&detail=False&count=False&shared=False HTTP/1.1" 200 854 0.004166 10.0.0.249 - - [2026-08-03 04:36:53] "GET /virtual-network/b0864ca3-a1eb-43b9-90e0-0e9ea4dfd744?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2085 0.007455 10.0.0.249 - - [2026-08-03 04:36:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.006318 10.0.0.249 - - [2026-08-03 04:36:53] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.007370 10.0.0.249 - - [2026-08-03 04:36:53] "GET /virtual-networks?parent_id=e42ba79f-2109-4161-9d1f-6be1086755f5&detail=False&count=False&shared=False HTTP/1.1" 200 854 0.005533 10.0.0.249 - - [2026-08-03 04:36:53] "GET /virtual-network/0b2ac531-9ab1-4243-9d1c-0b59314847a0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2086 0.007710 10.0.0.249 - - [2026-08-03 04:36:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.004980 10.0.0.249 - - [2026-08-03 04:36:55] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.006580 10.0.0.249 - - [2026-08-03 04:36:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.005978 10.0.0.249 - - [2026-08-03 04:36:55] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005761 10.0.0.249 - - [2026-08-03 04:36:55] "PUT /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30 HTTP/1.1" 200 277 0.020144 10.0.0.249 - - [2026-08-03 04:36:55] "POST /fqname-to-id HTTP/1.1" 404 217 0.005753 10.0.0.249 - - [2026-08-03 04:36:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.005098 10.0.0.161 - - [2026-08-03 04:36:55] "GET /projects?obj_uuids=e42ba79f-2109-4161-9d1f-6be1086755f5&detail=False&count=False&shared=False HTTP/1.1" 200 368 0.001667 10.0.0.249 - - [2026-08-03 04:36:55] "GET /project/e42ba79f-2109-4161-9d1f-6be1086755f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1438 0.084946 10.0.0.249 - - [2026-08-03 04:36:55] "POST /network-policys HTTP/1.1" 200 541 0.045152 10.0.0.249 - - [2026-08-03 04:36:55] "GET /network-policy/fbacf2d8-f40c-40aa-aafc-533f8f61cfa0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1994 0.009391 10.0.0.249 - - [2026-08-03 04:36:55] "POST /neutron/network HTTP/1.1" 200 845 0.011286 10.0.0.249 - - [2026-08-03 04:36:56] "GET /virtual-network/b0864ca3-a1eb-43b9-90e0-0e9ea4dfd744?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2396 0.008891 10.0.0.249 - - [2026-08-03 04:36:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004128 10.0.0.249 - - [2026-08-03 04:36:56] "GET /network-policy/fbacf2d8-f40c-40aa-aafc-533f8f61cfa0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1994 0.005930 10.0.0.249 - - [2026-08-03 04:36:56] "POST /neutron/network HTTP/1.1" 200 846 0.012591 10.0.0.249 - - [2026-08-03 04:36:56] "GET /virtual-network/0b2ac531-9ab1-4243-9d1c-0b59314847a0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2397 0.013010 10.0.0.249 - - [2026-08-03 04:36:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.005517 10.0.0.249 - - [2026-08-03 04:36:56] "GET /network-policy/fbacf2d8-f40c-40aa-aafc-533f8f61cfa0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1994 0.005061 10.0.0.50 - - [2026-08-03 04:36:56] "POST /fqname-to-id HTTP/1.1" 404 254 0.067555 10.0.0.249 - - [2026-08-03 04:36:56] "GET /virtual-network/b0864ca3-a1eb-43b9-90e0-0e9ea4dfd744?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2396 0.008050 10.0.0.50 - - [2026-08-03 04:36:56] "POST /access-control-lists HTTP/1.1" 200 611 0.042907 10.0.0.50 - - [2026-08-03 04:36:57] "GET /obj-perms HTTP/1.1" 200 4519 0.004865 10.0.0.161 - - [2026-08-03 04:36:57] "GET /obj-perms HTTP/1.1" 200 4519 0.005759 10.0.0.249 - - [2026-08-03 04:36:57] "GET /virtual-network/0b2ac531-9ab1-4243-9d1c-0b59314847a0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2397 0.009620 10.0.0.249 - - [2026-08-03 04:36:57] "GET /virtual-network/b0864ca3-a1eb-43b9-90e0-0e9ea4dfd744?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2396 0.007857 10.0.0.249 - - [2026-08-03 04:36:58] "GET /obj-perms HTTP/1.1" 200 4519 0.005999 10.0.0.249 - - [2026-08-03 04:36:58] "GET /virtual-network/0b2ac531-9ab1-4243-9d1c-0b59314847a0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2397 0.008100 10.0.0.50 - - [2026-08-03 04:36:58] "GET /obj-perms HTTP/1.1" 200 4519 0.004724 10.0.0.161 - - [2026-08-03 04:36:58] "GET /obj-perms HTTP/1.1" 200 4519 0.005718 10.0.0.249 - - [2026-08-03 04:36:59] "GET /virtual-network/91015025-a920-4d03-968a-67107ff0abaa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2094 0.007761 10.0.0.249 - - [2026-08-03 04:37:03] "POST /neutron/port HTTP/1.1" 200 1144 0.030604 10.0.0.249 - - [2026-08-03 04:37:04] "GET /obj-perms HTTP/1.1" 200 4509 0.055659 10.0.0.249 - - [2026-08-03 04:37:05] "POST /neutron/network HTTP/1.1" 200 950 0.009520 10.0.0.249 - - [2026-08-03 04:37:05] "POST /neutron/port HTTP/1.1" 200 117 0.001487 10.0.0.249 - - [2026-08-03 04:37:06] "POST /neutron/network HTTP/1.1" 200 949 0.008963 10.0.0.249 - - [2026-08-03 04:37:06] "POST /neutron/port HTTP/1.1" 200 117 0.001939 10.0.0.249 - - [2026-08-03 04:37:15] "GET /obj-perms HTTP/1.1" 200 4519 0.005186 10.0.0.249 - - [2026-08-03 04:38:04] "POST /neutron/port HTTP/1.1" 200 1143 0.027231 10.0.0.249 - - [2026-08-03 04:38:05] "POST /neutron/port HTTP/1.1" 200 1143 0.033338 10.0.0.249 - - [2026-08-03 04:38:05] "POST /neutron/port HTTP/1.1" 200 117 0.001575 10.0.0.161 - - [2026-08-03 04:38:05] "GET /obj-perms HTTP/1.1" 200 4509 0.053866 10.0.0.249 - - [2026-08-03 04:38:06] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006254 10.0.0.249 - - [2026-08-03 04:38:06] "POST /neutron/network HTTP/1.1" 200 939 0.010612 10.0.0.50 - - [2026-08-03 04:38:18] "GET /global-system-configs HTTP/1.1" 401 293 0.000578 10.0.0.50 - - [2026-08-03 04:38:18] "GET /global-system-configs HTTP/1.1" 401 293 0.000754 10.0.0.50 - - [2026-08-03 04:38:19] "GET /global-system-configs HTTP/1.1" 401 293 0.000684 10.0.0.50 - - [2026-08-03 04:38:19] "GET /global-system-configs HTTP/1.1" 401 293 0.000693 10.0.0.161 - - [2026-08-03 04:38:19] "GET /global-system-configs HTTP/1.1" 401 293 0.000509 10.0.0.161 - - [2026-08-03 04:38:19] "GET /global-system-configs HTTP/1.1" 401 293 0.000663 10.0.0.161 - - [2026-08-03 04:38:21] "GET /global-system-configs HTTP/1.1" 401 293 0.000676 10.0.0.161 - - [2026-08-03 04:38:21] "GET /global-system-configs HTTP/1.1" 401 293 0.000571 10.0.0.249 - - [2026-08-03 04:38:21] "GET /global-system-configs HTTP/1.1" 401 293 0.000588 10.0.0.249 - - [2026-08-03 04:38:21] "GET /global-system-configs HTTP/1.1" 401 293 0.000630 10.0.0.249 - - [2026-08-03 04:38:22] "GET /global-system-configs HTTP/1.1" 401 293 0.000648 10.0.0.249 - - [2026-08-03 04:38:22] "GET /global-system-configs HTTP/1.1" 401 293 0.000603 10.0.0.249 - - [2026-08-03 04:39:05] "POST /neutron/port HTTP/1.1" 200 1144 0.028944 10.0.0.249 - - [2026-08-03 04:39:06] "POST /neutron/port HTTP/1.1" 200 1144 0.027148 10.0.0.50 - - [2026-08-03 04:39:06] "GET /obj-perms HTTP/1.1" 200 4509 0.067097 10.0.0.249 - - [2026-08-03 04:39:06] "POST /neutron/network HTTP/1.1" 200 939 0.032583 10.0.0.249 - - [2026-08-03 04:39:06] "POST /neutron/port HTTP/1.1" 200 117 0.001677 10.0.0.249 - - [2026-08-03 04:39:07] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006008 10.0.0.249 - - [2026-08-03 04:39:07] "POST /neutron/network HTTP/1.1" 200 940 0.010589 10.0.0.249 - - [2026-08-03 04:40:06] "POST /neutron/port HTTP/1.1" 200 1143 0.032596 10.0.0.249 - - [2026-08-03 04:40:07] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005342 10.0.0.249 - - [2026-08-03 04:40:07] "POST /neutron/network HTTP/1.1" 200 939 0.010451 10.0.0.249 - - [2026-08-03 04:40:07] "POST /neutron/subnet HTTP/1.1" 200 703 0.013516 10.0.0.249 - - [2026-08-03 04:40:36] "GET /obj-perms HTTP/1.1" 200 4519 0.056521 10.0.0.249 - - [2026-08-03 04:40:37] "GET /obj-perms HTTP/1.1" 200 4519 0.006408 10.0.0.249 - - [2026-08-03 04:40:39] "GET /virtual-network/0b2ac531-9ab1-4243-9d1c-0b59314847a0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2397 0.033874 10.0.0.249 - - [2026-08-03 04:40:39] "POST /neutron/network HTTP/1.1" 200 940 0.041724 10.0.0.249 - - [2026-08-03 04:40:39] "GET /virtual-network/0b2ac531-9ab1-4243-9d1c-0b59314847a0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2086 0.010798 10.0.0.249 - - [2026-08-03 04:40:39] "GET /virtual-network/b0864ca3-a1eb-43b9-90e0-0e9ea4dfd744?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2396 0.008332 10.0.0.249 - - [2026-08-03 04:40:39] "POST /neutron/network HTTP/1.1" 200 939 0.009959 10.0.0.249 - - [2026-08-03 04:40:40] "GET /virtual-network/b0864ca3-a1eb-43b9-90e0-0e9ea4dfd744?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2085 0.009687 10.0.0.249 - - [2026-08-03 04:40:40] "DELETE /network-policy/fbacf2d8-f40c-40aa-aafc-533f8f61cfa0 HTTP/1.1" 200 115 0.055866 10.0.0.249 - - [2026-08-03 04:40:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.007004 10.0.0.249 - - [2026-08-03 04:40:40] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1642 0.006500 10.0.0.249 - - [2026-08-03 04:40:40] "PUT /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30 HTTP/1.1" 200 277 0.016711 10.0.0.50 - - [2026-08-03 04:40:40] "POST /ref-update HTTP/1.1" 200 156 0.029489 10.0.0.50 - - [2026-08-03 04:40:40] "POST /ref-update HTTP/1.1" 200 156 0.053136 10.0.0.249 - - [2026-08-03 04:40:41] "POST /neutron/network HTTP/1.1" 200 851 0.013424 10.0.0.249 - - [2026-08-03 04:40:43] "POST /neutron/port HTTP/1.1" 200 1144 0.023860 10.0.0.249 - - [2026-08-03 04:40:43] "POST /neutron/network HTTP/1.1" 200 851 0.008048 10.0.0.249 - - [2026-08-03 04:40:44] "POST /neutron/port HTTP/1.1" 200 2135 0.049317 10.0.0.249 - - [2026-08-03 04:40:44] "POST /neutron/port HTTP/1.1" 200 151 0.353998 10.0.0.249 - - [2026-08-03 04:40:46] "POST /neutron/network HTTP/1.1" 200 851 0.011175 10.0.0.50 - - [2026-08-03 04:40:46] "DELETE /route-target/726d07cf-2588-4e76-b54f-04b37e3d1326 HTTP/1.1" 200 115 0.047522 10.0.0.161 - - [2026-08-03 04:40:46] "POST /useragent-kv HTTP/1.1" 200 115 0.038008 10.0.0.161 - - [2026-08-03 04:40:46] "POST /useragent-kv HTTP/1.1" 200 115 0.042190 10.0.0.249 - - [2026-08-03 04:40:46] "POST /neutron/network HTTP/1.1" 200 151 0.271877 10.0.0.249 - - [2026-08-03 04:40:49] "POST /neutron/port HTTP/1.1" 200 1143 0.023660 10.0.0.249 - - [2026-08-03 04:40:49] "POST /neutron/port HTTP/1.1" 200 1143 0.033062 10.0.0.249 - - [2026-08-03 04:40:49] "POST /neutron/network HTTP/1.1" 400 204 0.032752 10.0.0.50 - - [2026-08-03 04:40:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.007276 10.0.0.161 - - [2026-08-03 04:40:51] "POST /useragent-kv HTTP/1.1" 200 115 0.004466 10.0.0.161 - - [2026-08-03 04:40:51] "POST /useragent-kv HTTP/1.1" 200 115 0.004673 10.0.0.249 - - [2026-08-03 04:40:51] "POST /neutron/network HTTP/1.1" 200 151 0.264006 10.0.0.161 - - [2026-08-03 04:40:52] "GET /projects?obj_uuids=e42ba79f-2109-4161-9d1f-6be1086755f5&detail=False&count=False&shared=False HTTP/1.1" 200 368 0.001420 10.0.0.249 - - [2026-08-03 04:40:52] "GET /project/e42ba79f-2109-4161-9d1f-6be1086755f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1438 0.128668 10.0.0.161 - - [2026-08-03 04:40:52] "GET /projects?obj_uuids=e42ba79f-2109-4161-9d1f-6be1086755f5&detail=False&count=False&shared=False HTTP/1.1" 200 368 0.004832 10.0.0.249 - - [2026-08-03 04:40:52] "GET /project/e42ba79f-2109-4161-9d1f-6be1086755f5?fields=virtual_networks HTTP/1.1" 200 1070 0.116188 10.0.0.161 - - [2026-08-03 04:40:52] "GET /projects?obj_uuids=e42ba79f-2109-4161-9d1f-6be1086755f5&detail=False&count=False&shared=False HTTP/1.1" 200 368 0.003136 10.0.0.249 - - [2026-08-03 04:40:52] "GET /project/e42ba79f-2109-4161-9d1f-6be1086755f5?fields=virtual_machine_interfaces HTTP/1.1" 200 1070 0.082084 10.0.0.161 - - [2026-08-03 04:40:52] "GET /projects?obj_uuids=e42ba79f-2109-4161-9d1f-6be1086755f5&detail=False&count=False&shared=False HTTP/1.1" 200 368 0.001385 10.0.0.249 - - [2026-08-03 04:40:52] "GET /project/e42ba79f-2109-4161-9d1f-6be1086755f5?fields=security_groups HTTP/1.1" 200 1315 0.087602 10.0.0.249 - - [2026-08-03 04:40:53] "POST /fqname-to-id HTTP/1.1" 404 183 0.446825 10.0.0.161 - - [2026-08-03 04:40:54] "GET /projects?obj_uuids=eec62704-7eb9-439a-a3c8-ddcd616a4beb&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003939 10.0.0.161 - - [2026-08-03 04:40:54] "GET /domains?obj_uuids=724de60e-9f87-4d23-867c-6bd9a9880f5b&detail=False&count=False&shared=False HTTP/1.1" 200 316 0.001652 10.0.0.161 - - [2026-08-03 04:40:54] "GET /domain/724de60e-9f87-4d23-867c-6bd9a9880f5b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.058654 10.0.0.161 - - [2026-08-03 04:40:54] "POST /id-to-fqname HTTP/1.1" 200 185 0.003989 10.0.0.161 - - [2026-08-03 04:40:54] "POST /fqname-to-id HTTP/1.1" 404 194 0.009729 10.0.0.161 - - [2026-08-03 04:40:54] "POST /security-groups HTTP/1.1" 200 588 0.061155 10.0.0.161 - - [2026-08-03 04:40:54] "POST /projects HTTP/1.1" 200 577 0.463919 10.0.0.161 - - [2026-08-03 04:40:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.511956 10.0.0.50 - - [2026-08-03 04:40:54] "POST /access-control-lists HTTP/1.1" 200 593 0.056712 10.0.0.249 - - [2026-08-03 04:40:54] "GET /project/eec62704-7eb9-439a-a3c8-ddcd616a4beb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.803903 10.0.0.249 - - [2026-08-03 04:40:56] "GET / HTTP/1.1" 200 36215 0.002622 10.0.0.161 - - [2026-08-03 04:40:56] "GET /projects?obj_uuids=b58029c2-6735-4ede-aa49-7564ebdc8c42&detail=False&count=False&shared=False HTTP/1.1" 200 327 0.001758 10.0.0.249 - - [2026-08-03 04:40:56] "GET /project/b58029c2-6735-4ede-aa49-7564ebdc8c42?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1274 0.090907 10.0.0.249 - - [2026-08-03 04:40:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004575 10.0.0.249 - - [2026-08-03 04:40:57] "GET /security-group/5b22908d-ef82-49f9-b222-3ba40e7a2c52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3709 0.006393 10.0.0.249 - - [2026-08-03 04:40:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.005318 10.0.0.161 - - [2026-08-03 04:40:57] "GET /projects?obj_uuids=b58029c2-6735-4ede-aa49-7564ebdc8c42&detail=False&count=False&shared=False HTTP/1.1" 200 327 0.002126 10.0.0.249 - - [2026-08-03 04:40:57] "GET /project/b58029c2-6735-4ede-aa49-7564ebdc8c42?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1274 0.081160 10.0.0.249 - - [2026-08-03 04:40:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004859 10.0.0.249 - - [2026-08-03 04:40:57] "GET /security-group/5b22908d-ef82-49f9-b222-3ba40e7a2c52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3709 0.006878 10.0.0.249 - - [2026-08-03 04:40:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004838 10.0.0.249 - - [2026-08-03 04:40:58] "PUT /security-group/5b22908d-ef82-49f9-b222-3ba40e7a2c52 HTTP/1.1" 200 263 0.024551 10.0.0.50 - - [2026-08-03 04:40:58] "PUT /access-control-list/0a99c7fc-24e8-4509-828b-0b5c52350bca HTTP/1.1" 200 273 0.042205 10.0.0.161 - - [2026-08-03 04:41:00] "GET /projects?obj_uuids=eec62704-7eb9-439a-a3c8-ddcd616a4beb&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001559 10.0.0.249 - - [2026-08-03 04:41:01] "GET /project/eec62704-7eb9-439a-a3c8-ddcd616a4beb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.088323 10.0.0.161 - - [2026-08-03 04:41:01] "GET /projects?obj_uuids=eec62704-7eb9-439a-a3c8-ddcd616a4beb&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.002116 10.0.0.249 - - [2026-08-03 04:41:01] "GET /project/eec62704-7eb9-439a-a3c8-ddcd616a4beb?fields=virtual_networks HTTP/1.1" 200 1024 0.089748 10.0.0.161 - - [2026-08-03 04:41:01] "GET /projects?obj_uuids=eec62704-7eb9-439a-a3c8-ddcd616a4beb&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001983 10.0.0.249 - - [2026-08-03 04:41:01] "GET /project/eec62704-7eb9-439a-a3c8-ddcd616a4beb?fields=virtual_machine_interfaces HTTP/1.1" 200 1024 0.140543 10.0.0.161 - - [2026-08-03 04:41:01] "GET /projects?obj_uuids=eec62704-7eb9-439a-a3c8-ddcd616a4beb&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.002489 10.0.0.249 - - [2026-08-03 04:41:01] "GET /project/eec62704-7eb9-439a-a3c8-ddcd616a4beb?fields=security_groups HTTP/1.1" 200 1246 0.093271 10.0.0.249 - - [2026-08-03 04:41:02] "POST /fqname-to-id HTTP/1.1" 404 192 0.036469 10.0.0.161 - - [2026-08-03 04:41:02] "GET /projects?obj_uuids=5eb031ff-9bbe-43ad-8796-c086f0b870b0&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004931 10.0.0.161 - - [2026-08-03 04:41:02] "GET /domains?obj_uuids=724de60e-9f87-4d23-867c-6bd9a9880f5b&detail=False&count=False&shared=False HTTP/1.1" 200 316 0.001500 10.0.0.161 - - [2026-08-03 04:41:02] "GET /domain/724de60e-9f87-4d23-867c-6bd9a9880f5b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.010092 10.0.0.161 - - [2026-08-03 04:41:02] "POST /id-to-fqname HTTP/1.1" 200 194 0.004010 10.0.0.161 - - [2026-08-03 04:41:02] "POST /fqname-to-id HTTP/1.1" 404 203 0.016917 10.0.0.161 - - [2026-08-03 04:41:03] "POST /security-groups HTTP/1.1" 200 597 0.051814 10.0.0.161 - - [2026-08-03 04:41:03] "POST /projects HTTP/1.1" 200 595 0.395249 10.0.0.161 - - [2026-08-03 04:41:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.431072 10.0.0.50 - - [2026-08-03 04:41:03] "POST /access-control-lists HTTP/1.1" 200 602 0.050796 10.0.0.249 - - [2026-08-03 04:41:03] "GET /project/5eb031ff-9bbe-43ad-8796-c086f0b870b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1380 0.624437 10.0.0.249 - - [2026-08-03 04:41:04] "GET / HTTP/1.1" 200 36215 0.002725 10.0.0.249 - - [2026-08-03 04:41:06] "POST /fqname-to-id HTTP/1.1" 401 293 0.000768 10.0.0.249 - - [2026-08-03 04:41:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.102880 10.0.0.161 - - [2026-08-03 04:41:06] "GET /projects?obj_uuids=5eb031ff-9bbe-43ad-8796-c086f0b870b0&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001479 10.0.0.249 - - [2026-08-03 04:41:07] "GET /project/5eb031ff-9bbe-43ad-8796-c086f0b870b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1380 0.051859 10.0.0.50 - - [2026-08-03 04:41:07] "POST /route-targets HTTP/1.1" 200 328 0.023961 10.0.0.161 - - [2026-08-03 04:41:07] "POST /useragent-kv HTTP/1.1" 200 115 0.014742 10.0.0.249 - - [2026-08-03 04:41:07] "POST /neutron/subnet HTTP/1.1" 200 720 0.332003 10.0.0.249 - - [2026-08-03 04:41:07] "POST /id-to-fqname HTTP/1.1" 200 231 0.002379 10.0.0.249 - - [2026-08-03 04:41:07] "GET /virtual-network/fb03e7b7-dc2c-4232-9ca4-cac19ee056ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.008204 10.0.0.249 - - [2026-08-03 04:41:07] "GET /virtual-network/fb03e7b7-dc2c-4232-9ca4-cac19ee056ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.010592 10.0.0.249 - - [2026-08-03 04:41:07] "POST /neutron/network HTTP/1.1" 200 841 0.012679 10.0.0.249 - - [2026-08-03 04:41:07] "POST /id-to-fqname HTTP/1.1" 200 231 0.002170 10.0.0.161 - - [2026-08-03 04:41:08] "GET /projects?obj_uuids=5eb031ff-9bbe-43ad-8796-c086f0b870b0&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001422 10.0.0.249 - - [2026-08-03 04:41:08] "GET /project/5eb031ff-9bbe-43ad-8796-c086f0b870b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1380 0.141260 10.0.0.249 - - [2026-08-03 04:41:08] "POST /neutron/network HTTP/1.1" 200 841 0.038615 10.0.0.249 - - [2026-08-03 04:41:09] "POST /id-to-fqname HTTP/1.1" 200 231 0.001767 10.0.0.249 - - [2026-08-03 04:41:09] "POST /neutron/port HTTP/1.1" 200 117 0.011455 10.0.0.249 - - [2026-08-03 04:41:14] "POST /neutron/port HTTP/1.1" 200 1063 0.037919 10.0.0.249 - - [2026-08-03 04:41:15] "POST /neutron/port HTTP/1.1" 200 1127 0.037944 10.0.0.249 - - [2026-08-03 04:41:15] "POST /neutron/port HTTP/1.1" 200 117 0.002196 10.0.0.50 - - [2026-08-03 04:41:30] "DELETE /access-control-list/ac1a5530-1550-422f-bbf8-542783e9dd06 HTTP/1.1" 200 115 0.175128 10.0.0.249 - - [2026-08-03 04:41:34] "POST /neutron/network HTTP/1.1" 200 841 0.015709 10.0.0.249 - - [2026-08-03 04:41:34] "POST /neutron/port HTTP/1.1" 200 117 0.010141 10.0.0.161 - - [2026-08-03 04:41:35] "DELETE /project/5eb031ff9bbe43ad8796c086f0b870b0 HTTP/1.1" 404 173 0.007838 10.0.0.161 - - [2026-08-03 04:41:35] "DELETE /project/e42ba79f-2109-4161-9d1f-6be1086755f5 HTTP/1.1" 404 177 0.010464 10.0.0.161 - - [2026-08-03 04:41:35] "DELETE /project/eec627047eb9439aa3c8ddcd616a4beb HTTP/1.1" 404 173 0.007243 10.0.0.161 - - [2026-08-03 04:41:35] "GET /projects?obj_uuids=eec62704-7eb9-439a-a3c8-ddcd616a4beb&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001337 10.0.0.161 - - [2026-08-03 04:41:35] "GET /project/eec62704-7eb9-439a-a3c8-ddcd616a4beb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1451 0.078192 10.0.0.161 - - [2026-08-03 04:41:35] "GET /projects?obj_uuids=eec62704-7eb9-439a-a3c8-ddcd616a4beb&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.002426 10.0.0.161 - - [2026-08-03 04:41:35] "GET /project/eec62704-7eb9-439a-a3c8-ddcd616a4beb?fields=security_groups HTTP/1.1" 200 1351 0.071374 10.0.0.161 - - [2026-08-03 04:41:35] "DELETE /security-group/40def17b-e46a-42ff-9aeb-2b01f75c6ed4 HTTP/1.1" 200 115 0.099779 10.0.0.161 - - [2026-08-03 04:41:35] "GET /projects?obj_uuids=eec62704-7eb9-439a-a3c8-ddcd616a4beb&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.010120 10.0.0.161 - - [2026-08-03 04:41:35] "GET /project/eec62704-7eb9-439a-a3c8-ddcd616a4beb?fields=application_policy_sets HTTP/1.1" 200 1390 0.151386 10.0.0.161 - - [2026-08-03 04:41:36] "DELETE /project/eec62704-7eb9-439a-a3c8-ddcd616a4beb HTTP/1.1" 200 115 0.708706 10.0.0.249 - - [2026-08-03 04:41:38] "POST /neutron/network HTTP/1.1" 200 851 0.009365 10.0.0.249 - - [2026-08-03 04:41:39] "POST /neutron/port HTTP/1.1" 200 1063 0.053522 10.0.0.249 - - [2026-08-03 04:41:40] "POST /neutron/security_group HTTP/1.1" 200 2062 0.012099 10.0.0.249 - - [2026-08-03 04:41:40] "POST /neutron/port HTTP/1.1" 200 1127 0.027810 10.0.0.249 - - [2026-08-03 04:41:40] "GET /virtual-machine/a35537dc-fc53-429f-a05b-4daecd12c122 HTTP/1.1" 401 293 0.000598 10.0.0.249 - - [2026-08-03 04:41:40] "GET /virtual-machine/a35537dc-fc53-429f-a05b-4daecd12c122 HTTP/1.1" 200 1299 0.034141 10.0.0.249 - - [2026-08-03 04:41:40] "GET /virtual-machine-interface/5849467d-9572-4c29-afa9-bfb4abe83568 HTTP/1.1" 200 2988 0.007878 10.0.0.249 - - [2026-08-03 04:41:40] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006384 10.0.0.249 - - [2026-08-03 04:41:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004449 10.0.0.249 - - [2026-08-03 04:41:40] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.006197 10.0.0.249 - - [2026-08-03 04:41:40] "GET /virtual-networks?parent_id=5eb031ff-9bbe-43ad-8796-c086f0b870b0&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.004343 10.0.0.249 - - [2026-08-03 04:41:40] "POST /neutron/network HTTP/1.1" 200 841 0.009662 10.0.0.249 - - [2026-08-03 04:41:40] "GET /virtual-network/fb03e7b7-dc2c-4232-9ca4-cac19ee056ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.008659 10.0.0.249 - - [2026-08-03 04:41:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.005932 10.0.0.249 - - [2026-08-03 04:41:43] "GET /virtual-network/fb03e7b7-dc2c-4232-9ca4-cac19ee056ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.011702 10.0.0.249 - - [2026-08-03 04:41:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.005378 10.0.0.249 - - [2026-08-03 04:41:48] "GET /virtual-network/fb03e7b7-dc2c-4232-9ca4-cac19ee056ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.008100 10.0.0.249 - - [2026-08-03 04:41:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.005933 10.0.0.249 - - [2026-08-03 04:41:50] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.006174 10.0.0.249 - - [2026-08-03 04:41:50] "GET /virtual-networks?parent_id=5eb031ff-9bbe-43ad-8796-c086f0b870b0&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.004848 10.0.0.249 - - [2026-08-03 04:41:50] "GET /virtual-network/fb03e7b7-dc2c-4232-9ca4-cac19ee056ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.006994 10.0.0.249 - - [2026-08-03 04:41:50] "POST /neutron/port HTTP/1.1" 200 1127 0.027636 10.0.0.249 - - [2026-08-03 04:41:55] "POST /neutron/security_group HTTP/1.1" 200 2062 0.010407 10.0.0.249 - - [2026-08-03 04:42:05] "POST /neutron/port HTTP/1.1" 200 1127 0.027498 10.0.0.249 - - [2026-08-03 04:42:09] "POST /neutron/port HTTP/1.1" 200 1127 0.030439 10.0.0.249 - - [2026-08-03 04:42:10] "POST /neutron/subnet HTTP/1.1" 200 694 0.013962 10.0.0.249 - - [2026-08-03 04:42:11] "POST /neutron/port HTTP/1.1" 200 1127 0.023430 10.0.0.249 - - [2026-08-03 04:42:16] "POST /neutron/security_group HTTP/1.1" 200 2062 0.010586 10.0.0.249 - - [2026-08-03 04:42:26] "POST /neutron/port HTTP/1.1" 200 1127 0.021112 10.0.0.249 - - [2026-08-03 04:42:31] "POST /neutron/security_group HTTP/1.1" 200 2062 0.011948 10.0.0.249 - - [2026-08-03 04:42:36] "POST /neutron/port HTTP/1.1" 200 1127 0.026424 10.0.0.249 - - [2026-08-03 04:42:36] "POST /neutron/security_group HTTP/1.1" 200 2062 0.011842 10.0.0.249 - - [2026-08-03 04:42:36] "GET /virtual-machine/485670ed-2673-4367-aeca-437bd6039de7 HTTP/1.1" 200 1298 0.008457 10.0.0.249 - - [2026-08-03 04:42:36] "GET /virtual-machine-interface/2a68f14f-2a6f-4d0c-a199-a7787cc62b16 HTTP/1.1" 200 2988 0.007348 10.0.0.249 - - [2026-08-03 04:42:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004848 10.0.0.249 - - [2026-08-03 04:42:36] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005694 10.0.0.249 - - [2026-08-03 04:42:36] "GET /virtual-networks?parent_id=5eb031ff-9bbe-43ad-8796-c086f0b870b0&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.005558 10.0.0.249 - - [2026-08-03 04:42:36] "GET /virtual-network/fb03e7b7-dc2c-4232-9ca4-cac19ee056ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.009427 10.0.0.249 - - [2026-08-03 04:42:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.004641 10.0.0.249 - - [2026-08-03 04:42:40] "GET /virtual-network/fb03e7b7-dc2c-4232-9ca4-cac19ee056ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.009351 10.0.0.249 - - [2026-08-03 04:42:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.005100 10.0.0.249 - - [2026-08-03 04:42:44] "GET /virtual-network/fb03e7b7-dc2c-4232-9ca4-cac19ee056ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.008867 10.0.0.249 - - [2026-08-03 04:42:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.005768 10.0.0.249 - - [2026-08-03 04:42:48] "GET /virtual-network/fb03e7b7-dc2c-4232-9ca4-cac19ee056ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.009221 10.0.0.249 - - [2026-08-03 04:42:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.005148 10.0.0.249 - - [2026-08-03 04:42:52] "GET /virtual-network/fb03e7b7-dc2c-4232-9ca4-cac19ee056ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.010113 10.0.0.249 - - [2026-08-03 04:42:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.005327 10.0.0.249 - - [2026-08-03 04:42:56] "GET /virtual-network/fb03e7b7-dc2c-4232-9ca4-cac19ee056ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.009891 10.0.0.249 - - [2026-08-03 04:43:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.006242 10.0.0.249 - - [2026-08-03 04:43:00] "GET /virtual-network/fb03e7b7-dc2c-4232-9ca4-cac19ee056ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.011411 10.0.0.249 - - [2026-08-03 04:43:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.005199 10.0.0.249 - - [2026-08-03 04:43:04] "GET /virtual-network/fb03e7b7-dc2c-4232-9ca4-cac19ee056ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.009098 10.0.0.249 - - [2026-08-03 04:43:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004724 10.0.0.249 - - [2026-08-03 04:43:08] "GET /virtual-network/fb03e7b7-dc2c-4232-9ca4-cac19ee056ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.007291 10.0.0.249 - - [2026-08-03 04:43:10] "POST /neutron/network HTTP/1.1" 200 851 0.009905 10.0.0.249 - - [2026-08-03 04:43:10] "POST /neutron/port HTTP/1.1" 200 117 0.001811 10.0.0.161 - - [2026-08-03 04:43:10] "GET /obj-perms HTTP/1.1" 200 4509 0.062588 10.0.0.249 - - [2026-08-03 04:43:10] "GET /obj-perms HTTP/1.1" 200 4509 0.050700 10.0.0.249 - - [2026-08-03 04:43:11] "POST /neutron/port HTTP/1.1" 200 1127 0.027719 10.0.0.249 - - [2026-08-03 04:43:12] "POST /neutron/subnet HTTP/1.1" 200 694 0.021651 10.0.0.249 - - [2026-08-03 04:43:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.005988 10.0.0.249 - - [2026-08-03 04:43:12] "GET /virtual-network/fb03e7b7-dc2c-4232-9ca4-cac19ee056ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.011122 10.0.0.249 - - [2026-08-03 04:43:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.005232 10.0.0.249 - - [2026-08-03 04:43:16] "GET /virtual-network/fb03e7b7-dc2c-4232-9ca4-cac19ee056ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.007472 10.0.0.50 - - [2026-08-03 04:43:18] "GET /global-system-configs HTTP/1.1" 401 293 0.000617 10.0.0.50 - - [2026-08-03 04:43:18] "GET /global-system-configs HTTP/1.1" 401 293 0.001514 10.0.0.50 - - [2026-08-03 04:43:19] "GET /global-system-configs HTTP/1.1" 401 293 0.000522 10.0.0.50 - - [2026-08-03 04:43:19] "GET /global-system-configs HTTP/1.1" 401 293 0.000690 10.0.0.161 - - [2026-08-03 04:43:19] "GET /global-system-configs HTTP/1.1" 401 293 0.000615 10.0.0.161 - - [2026-08-03 04:43:19] "GET /global-system-configs HTTP/1.1" 401 293 0.000987 10.0.0.249 - - [2026-08-03 04:43:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.005352 10.0.0.249 - - [2026-08-03 04:43:21] "GET /virtual-network/fb03e7b7-dc2c-4232-9ca4-cac19ee056ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.009028 10.0.0.161 - - [2026-08-03 04:43:21] "GET /global-system-configs HTTP/1.1" 401 293 0.000521 10.0.0.161 - - [2026-08-03 04:43:21] "GET /global-system-configs HTTP/1.1" 401 293 0.000750 10.0.0.249 - - [2026-08-03 04:43:21] "GET /global-system-configs HTTP/1.1" 401 293 0.000837 10.0.0.249 - - [2026-08-03 04:43:21] "GET /global-system-configs HTTP/1.1" 401 293 0.000767 10.0.0.249 - - [2026-08-03 04:43:22] "GET /global-system-configs HTTP/1.1" 401 293 0.000618 10.0.0.249 - - [2026-08-03 04:43:22] "GET /global-system-configs HTTP/1.1" 401 293 0.000600 10.0.0.249 - - [2026-08-03 04:43:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.007375 10.0.0.249 - - [2026-08-03 04:43:25] "GET /virtual-network/fb03e7b7-dc2c-4232-9ca4-cac19ee056ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.010381 10.0.0.249 - - [2026-08-03 04:43:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.005493 10.0.0.249 - - [2026-08-03 04:43:29] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.006664 10.0.0.249 - - [2026-08-03 04:43:29] "GET /virtual-networks?parent_id=5eb031ff-9bbe-43ad-8796-c086f0b870b0&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.005021 10.0.0.249 - - [2026-08-03 04:43:29] "GET /virtual-network/fb03e7b7-dc2c-4232-9ca4-cac19ee056ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.008327 10.0.0.249 - - [2026-08-03 04:43:29] "POST /neutron/port HTTP/1.1" 200 1127 0.027526 10.0.0.249 - - [2026-08-03 04:43:34] "POST /neutron/security_group HTTP/1.1" 200 2062 0.010916 10.0.0.249 - - [2026-08-03 04:43:39] "POST /neutron/port HTTP/1.1" 200 1127 0.048269 10.0.0.249 - - [2026-08-03 04:43:45] "POST /neutron/security_group HTTP/1.1" 200 2062 0.012439 10.0.0.249 - - [2026-08-03 04:43:55] "POST /neutron/port HTTP/1.1" 200 1127 0.030274 10.0.0.249 - - [2026-08-03 04:44:00] "POST /neutron/security_group HTTP/1.1" 200 2062 0.015285 10.0.0.249 - - [2026-08-03 04:44:06] "POST /neutron/security_group HTTP/1.1" 200 2062 0.011721 10.0.0.249 - - [2026-08-03 04:44:07] "POST /neutron/floatingip HTTP/1.1" 200 117 0.028338 10.0.0.249 - - [2026-08-03 04:44:07] "POST /neutron/network HTTP/1.1" 200 841 0.010194 10.0.0.249 - - [2026-08-03 04:44:11] "POST /neutron/network HTTP/1.1" 200 851 0.013987 10.0.0.249 - - [2026-08-03 04:44:11] "POST /neutron/port HTTP/1.1" 200 117 0.002120 10.0.0.249 - - [2026-08-03 04:44:11] "POST /fqname-to-id HTTP/1.1" 404 240 0.005777 10.0.0.50 - - [2026-08-03 04:44:11] "GET /obj-perms HTTP/1.1" 200 4509 0.061768 10.0.0.249 - - [2026-08-03 04:44:11] "POST /bgp-as-a-services HTTP/1.1" 200 599 0.062703 10.0.0.249 - - [2026-08-03 04:44:12] "GET /bgp-as-a-service/8dbde240-9067-4eb5-b80f-8240074dd9fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1623 0.009356 10.0.0.249 - - [2026-08-03 04:44:12] "GET /virtual-machine-interface/2a68f14f-2a6f-4d0c-a199-a7787cc62b16?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2766 0.012957 10.0.0.249 - - [2026-08-03 04:44:12] "POST /ref-update HTTP/1.1" 200 156 0.027144 10.0.0.249 - - [2026-08-03 04:44:12] "POST /neutron/subnet HTTP/1.1" 200 720 0.014801 10.0.0.50 - - [2026-08-03 04:44:12] "POST /bgp-routers HTTP/1.1" 200 605 0.092910 10.0.0.50 - - [2026-08-03 04:44:12] "POST /ref-update HTTP/1.1" 200 156 0.035988 10.0.0.249 - - [2026-08-03 04:44:30] "GET /bgp-as-a-service/8dbde240-9067-4eb5-b80f-8240074dd9fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2252 0.008818 10.0.0.249 - - [2026-08-03 04:44:30] "GET /virtual-machine-interface/2a68f14f-2a6f-4d0c-a199-a7787cc62b16?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3096 0.011476 10.0.0.249 - - [2026-08-03 04:44:30] "POST /ref-update HTTP/1.1" 200 156 0.027686 10.0.0.50 - - [2026-08-03 04:44:30] "POST /ref-update HTTP/1.1" 200 156 0.061525 10.0.0.249 - - [2026-08-03 04:44:30] "DELETE /bgp-as-a-service/8dbde240-9067-4eb5-b80f-8240074dd9fc HTTP/1.1" 200 115 0.161220 10.0.0.249 - - [2026-08-03 04:44:30] "POST /neutron/network HTTP/1.1" 200 841 0.011003 10.0.0.249 - - [2026-08-03 04:44:32] "POST /neutron/port HTTP/1.1" 200 1117 0.024696 10.0.0.249 - - [2026-08-03 04:44:32] "POST /neutron/port HTTP/1.1" 200 1117 0.024934 10.0.0.249 - - [2026-08-03 04:44:32] "POST /neutron/network HTTP/1.1" 400 204 0.042040 10.0.0.50 - - [2026-08-03 04:44:35] "DELETE /route-target/6a2d1f49-8796-4bdf-acdf-7f23b0dbd22d HTTP/1.1" 200 115 0.046390 10.0.0.161 - - [2026-08-03 04:44:36] "GET /projects?obj_uuids=5eb031ff-9bbe-43ad-8796-c086f0b870b0&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001407 10.0.0.249 - - [2026-08-03 04:44:36] "GET /project/5eb031ff-9bbe-43ad-8796-c086f0b870b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1380 0.069756 10.0.0.161 - - [2026-08-03 04:44:36] "GET /projects?obj_uuids=5eb031ff-9bbe-43ad-8796-c086f0b870b0&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.002283 10.0.0.249 - - [2026-08-03 04:44:36] "GET /project/5eb031ff-9bbe-43ad-8796-c086f0b870b0?fields=virtual_networks HTTP/1.1" 200 1040 0.066866 10.0.0.161 - - [2026-08-03 04:44:36] "GET /projects?obj_uuids=5eb031ff-9bbe-43ad-8796-c086f0b870b0&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001678 10.0.0.249 - - [2026-08-03 04:44:36] "GET /project/5eb031ff-9bbe-43ad-8796-c086f0b870b0?fields=virtual_machine_interfaces HTTP/1.1" 200 1040 0.071294 10.0.0.161 - - [2026-08-03 04:44:36] "GET /projects?obj_uuids=5eb031ff-9bbe-43ad-8796-c086f0b870b0&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.002486 10.0.0.249 - - [2026-08-03 04:44:36] "GET /project/5eb031ff-9bbe-43ad-8796-c086f0b870b0?fields=security_groups HTTP/1.1" 200 1271 0.068025 10.0.0.249 - - [2026-08-03 04:44:37] "POST /fqname-to-id HTTP/1.1" 404 189 0.035083 10.0.0.161 - - [2026-08-03 04:44:37] "GET /projects?obj_uuids=53303f69-ac17-4836-b1d5-7cfab11ae23e&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004813 10.0.0.161 - - [2026-08-03 04:44:37] "GET /domains?obj_uuids=724de60e-9f87-4d23-867c-6bd9a9880f5b&detail=False&count=False&shared=False HTTP/1.1" 200 316 0.003651 10.0.0.161 - - [2026-08-03 04:44:37] "GET /domain/724de60e-9f87-4d23-867c-6bd9a9880f5b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.016073 10.0.0.161 - - [2026-08-03 04:44:38] "POST /id-to-fqname HTTP/1.1" 200 191 0.002655 10.0.0.161 - - [2026-08-03 04:44:38] "POST /fqname-to-id HTTP/1.1" 404 200 0.005937 10.0.0.161 - - [2026-08-03 04:44:38] "POST /security-groups HTTP/1.1" 200 594 0.050292 10.0.0.161 - - [2026-08-03 04:44:38] "POST /projects HTTP/1.1" 200 589 0.330240 10.0.0.161 - - [2026-08-03 04:44:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.380128 10.0.0.50 - - [2026-08-03 04:44:38] "POST /fqname-to-id HTTP/1.1" 404 234 0.011414 10.0.0.249 - - [2026-08-03 04:44:38] "GET /project/53303f69-ac17-4836-b1d5-7cfab11ae23e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1369 0.626285 10.0.0.249 - - [2026-08-03 04:44:39] "GET / HTTP/1.1" 200 36215 0.003567 10.0.0.249 - - [2026-08-03 04:44:41] "POST /fqname-to-id HTTP/1.1" 401 293 0.000916 10.0.0.249 - - [2026-08-03 04:44:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.071052 10.0.0.161 - - [2026-08-03 04:44:41] "GET /projects?obj_uuids=53303f69-ac17-4836-b1d5-7cfab11ae23e&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001904 10.0.0.249 - - [2026-08-03 04:44:42] "GET /project/53303f69-ac17-4836-b1d5-7cfab11ae23e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1369 0.076002 10.0.0.249 - - [2026-08-03 04:44:42] "POST /neutron/network HTTP/1.1" 200 117 0.036320 10.0.0.50 - - [2026-08-03 04:44:42] "POST /ref-update HTTP/1.1" 200 156 0.041557 10.0.0.249 - - [2026-08-03 04:44:42] "POST /neutron/network HTTP/1.1" 200 832 0.012724 10.0.0.249 - - [2026-08-03 04:44:42] "POST /id-to-fqname HTTP/1.1" 200 225 0.001970 10.0.0.249 - - [2026-08-03 04:44:42] "GET /virtual-network/f93454c2-293e-4fb9-82ea-682845dd6139?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.008609 10.0.0.249 - - [2026-08-03 04:44:42] "GET /virtual-network/f93454c2-293e-4fb9-82ea-682845dd6139?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.009039 10.0.0.249 - - [2026-08-03 04:44:42] "POST /neutron/subnet HTTP/1.1" 200 720 0.018834 10.0.0.249 - - [2026-08-03 04:44:42] "POST /id-to-fqname HTTP/1.1" 200 225 0.002232 10.0.0.249 - - [2026-08-03 04:44:43] "POST /neutron/port HTTP/1.1" 200 117 0.010184 10.0.0.249 - - [2026-08-03 04:44:43] "POST /id-to-fqname HTTP/1.1" 200 225 0.002004 10.0.0.249 - - [2026-08-03 04:44:43] "POST /neutron/network HTTP/1.1" 200 842 0.013898 10.0.0.161 - - [2026-08-03 04:44:43] "GET /projects?obj_uuids=53303f69-ac17-4836-b1d5-7cfab11ae23e&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001949 10.0.0.249 - - [2026-08-03 04:44:43] "GET /project/53303f69-ac17-4836-b1d5-7cfab11ae23e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1369 0.101940 10.0.0.249 - - [2026-08-03 04:44:44] "POST /neutron/port HTTP/1.1" 200 117 0.010327 10.0.0.249 - - [2026-08-03 04:44:44] "POST /id-to-fqname HTTP/1.1" 200 225 0.001907 10.0.0.249 - - [2026-08-03 04:44:44] "POST /neutron/network HTTP/1.1" 200 832 0.010449 10.0.0.249 - - [2026-08-03 04:44:44] "POST /neutron/port HTTP/1.1" 200 117 0.011998 10.0.0.249 - - [2026-08-03 04:44:48] "POST /neutron/port HTTP/1.1" 200 1060 0.029868 10.0.0.249 - - [2026-08-03 04:44:48] "POST /neutron/network HTTP/1.1" 200 842 0.014746 10.0.0.249 - - [2026-08-03 04:44:48] "POST /neutron/port HTTP/1.1" 200 1060 0.035935 10.0.0.249 - - [2026-08-03 04:44:49] "POST /neutron/floatingip HTTP/1.1" 200 117 0.007235 10.0.0.249 - - [2026-08-03 04:44:49] "POST /neutron/network HTTP/1.1" 200 832 0.016301 10.0.0.249 - - [2026-08-03 04:44:49] "POST /neutron/port HTTP/1.1" 200 1124 0.036894 10.0.0.249 - - [2026-08-03 04:44:50] "POST /neutron/floatingip HTTP/1.1" 200 117 0.011981 10.0.0.249 - - [2026-08-03 04:44:50] "POST /neutron/network HTTP/1.1" 200 832 0.012203 10.0.0.249 - - [2026-08-03 04:44:55] "POST /neutron/port HTTP/1.1" 200 1060 0.033114 10.0.0.249 - - [2026-08-03 04:44:56] "POST /neutron/port HTTP/1.1" 200 1124 0.035187 10.0.0.249 - - [2026-08-03 04:44:56] "POST /neutron/port HTTP/1.1" 200 117 0.002453 10.0.0.249 - - [2026-08-03 04:45:00] "POST /neutron/security_group HTTP/1.1" 200 2059 0.013892 10.0.0.249 - - [2026-08-03 04:45:10] "POST /neutron/port HTTP/1.1" 200 1124 0.030491 10.0.0.249 - - [2026-08-03 04:45:15] "POST /neutron/security_group HTTP/1.1" 200 2059 0.013277 10.0.0.249 - - [2026-08-03 04:45:25] "POST /neutron/port HTTP/1.1" 200 1124 0.027116 10.0.0.249 - - [2026-08-03 04:45:30] "POST /neutron/security_group HTTP/1.1" 200 2059 0.011567 10.0.0.161 - - [2026-08-03 04:45:36] "DELETE /project/5eb031ff-9bbe-43ad-8796-c086f0b870b0 HTTP/1.1" 404 177 0.007422 10.0.0.161 - - [2026-08-03 04:45:36] "DELETE /project/53303f69ac174836b1d57cfab11ae23e HTTP/1.1" 404 173 0.004368 10.0.0.249 - - [2026-08-03 04:45:41] "POST /neutron/port HTTP/1.1" 200 1124 0.029691 10.0.0.249 - - [2026-08-03 04:45:46] "POST /neutron/security_group HTTP/1.1" 200 2059 0.012206 10.0.0.249 - - [2026-08-03 04:45:56] "POST /neutron/port HTTP/1.1" 200 1124 0.029875 10.0.0.249 - - [2026-08-03 04:45:56] "POST /neutron/security_group HTTP/1.1" 200 2059 0.011298 10.0.0.249 - - [2026-08-03 04:45:56] "GET /virtual-machine/40fbf837-b076-40dd-a9fc-303e6f66a653 HTTP/1.1" 401 293 0.000694 10.0.0.249 - - [2026-08-03 04:45:57] "GET /virtual-machine/40fbf837-b076-40dd-a9fc-303e6f66a653 HTTP/1.1" 200 1295 0.032461 10.0.0.249 - - [2026-08-03 04:45:57] "GET /virtual-machine-interface/33cedee8-d9fe-40ba-a938-608dee38df91 HTTP/1.1" 200 2964 0.008857 10.0.0.249 - - [2026-08-03 04:45:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004651 10.0.0.249 - - [2026-08-03 04:45:57] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005435 10.0.0.249 - - [2026-08-03 04:45:57] "GET /virtual-networks?parent_id=53303f69-ac17-4836-b1d5-7cfab11ae23e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.004404 10.0.0.249 - - [2026-08-03 04:45:57] "GET /virtual-network/f93454c2-293e-4fb9-82ea-682845dd6139?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.010080 10.0.0.249 - - [2026-08-03 04:46:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.005022 10.0.0.249 - - [2026-08-03 04:46:00] "GET /virtual-network/f93454c2-293e-4fb9-82ea-682845dd6139?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.007606 10.0.0.249 - - [2026-08-03 04:46:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.005062 10.0.0.249 - - [2026-08-03 04:46:04] "GET /virtual-network/f93454c2-293e-4fb9-82ea-682845dd6139?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.008848 10.0.0.249 - - [2026-08-03 04:46:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004569 10.0.0.249 - - [2026-08-03 04:46:08] "GET /virtual-network/f93454c2-293e-4fb9-82ea-682845dd6139?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.008685 10.0.0.249 - - [2026-08-03 04:46:09] "POST /neutron/port HTTP/1.1" 200 1124 0.029335 10.0.0.249 - - [2026-08-03 04:46:11] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006051 10.0.0.249 - - [2026-08-03 04:46:11] "POST /neutron/network HTTP/1.1" 200 832 0.010105 10.0.0.249 - - [2026-08-03 04:46:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.005565 10.0.0.249 - - [2026-08-03 04:46:12] "GET /virtual-network/f93454c2-293e-4fb9-82ea-682845dd6139?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.010239 10.0.0.249 - - [2026-08-03 04:46:16] "POST /neutron/network HTTP/1.1" 200 842 0.009002 10.0.0.249 - - [2026-08-03 04:46:16] "POST /neutron/port HTTP/1.1" 200 117 0.002245 10.0.0.249 - - [2026-08-03 04:46:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.006441 10.0.0.249 - - [2026-08-03 04:46:16] "GET /virtual-network/f93454c2-293e-4fb9-82ea-682845dd6139?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.008598 10.0.0.249 - - [2026-08-03 04:46:20] "POST /neutron/security_group HTTP/1.1" 200 2059 0.010519 10.0.0.249 - - [2026-08-03 04:46:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.005313 10.0.0.249 - - [2026-08-03 04:46:20] "GET /virtual-network/f93454c2-293e-4fb9-82ea-682845dd6139?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.007649 10.0.0.249 - - [2026-08-03 04:46:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004995 10.0.0.249 - - [2026-08-03 04:46:25] "GET /virtual-network/f93454c2-293e-4fb9-82ea-682845dd6139?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.008057 10.0.0.249 - - [2026-08-03 04:46:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.005069 10.0.0.249 - - [2026-08-03 04:46:29] "GET /virtual-network/f93454c2-293e-4fb9-82ea-682845dd6139?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.006384 10.0.0.249 - - [2026-08-03 04:46:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.005053 10.0.0.249 - - [2026-08-03 04:46:33] "GET /virtual-network/f93454c2-293e-4fb9-82ea-682845dd6139?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.010115 10.0.0.249 - - [2026-08-03 04:46:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.004838 10.0.0.249 - - [2026-08-03 04:46:37] "GET /virtual-network/f93454c2-293e-4fb9-82ea-682845dd6139?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.008369 10.0.0.249 - - [2026-08-03 04:46:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.006455 10.0.0.249 - - [2026-08-03 04:46:41] "GET /virtual-network/f93454c2-293e-4fb9-82ea-682845dd6139?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.008071 10.0.0.249 - - [2026-08-03 04:46:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.005834 10.0.0.249 - - [2026-08-03 04:46:45] "GET /virtual-network/f93454c2-293e-4fb9-82ea-682845dd6139?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.008071 10.0.0.249 - - [2026-08-03 04:46:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004993 10.0.0.249 - - [2026-08-03 04:46:49] "GET /virtual-network/f93454c2-293e-4fb9-82ea-682845dd6139?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.007598 10.0.0.249 - - [2026-08-03 04:46:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.005368 10.0.0.249 - - [2026-08-03 04:46:53] "GET /virtual-network/f93454c2-293e-4fb9-82ea-682845dd6139?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.010705 10.0.0.249 - - [2026-08-03 04:46:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.006254 10.0.0.249 - - [2026-08-03 04:46:57] "GET /virtual-network/f93454c2-293e-4fb9-82ea-682845dd6139?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.009294 10.0.0.249 - - [2026-08-03 04:47:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.005545 10.0.0.249 - - [2026-08-03 04:47:01] "GET /virtual-network/f93454c2-293e-4fb9-82ea-682845dd6139?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.008743 10.0.0.249 - - [2026-08-03 04:47:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.005099 10.0.0.249 - - [2026-08-03 04:47:06] "GET /virtual-network/f93454c2-293e-4fb9-82ea-682845dd6139?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.009401 10.0.0.249 - - [2026-08-03 04:47:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.005227 10.0.0.249 - - [2026-08-03 04:47:10] "GET /virtual-network/f93454c2-293e-4fb9-82ea-682845dd6139?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.008402 10.0.0.249 - - [2026-08-03 04:47:11] "POST /neutron/network HTTP/1.1" 200 842 0.035432 10.0.0.249 - - [2026-08-03 04:47:11] "POST /neutron/port HTTP/1.1" 200 117 0.001580 10.0.0.249 - - [2026-08-03 04:47:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.005098 10.0.0.249 - - [2026-08-03 04:47:14] "GET /virtual-network/f93454c2-293e-4fb9-82ea-682845dd6139?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.007513 10.0.0.161 - - [2026-08-03 04:47:14] "GET /obj-perms HTTP/1.1" 200 4509 0.061601 10.0.0.249 - - [2026-08-03 04:47:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.005375 10.0.0.249 - - [2026-08-03 04:47:16] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005408 10.0.0.249 - - [2026-08-03 04:47:16] "GET /virtual-networks?parent_id=53303f69-ac17-4836-b1d5-7cfab11ae23e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.004827 10.0.0.249 - - [2026-08-03 04:47:16] "GET /virtual-network/f93454c2-293e-4fb9-82ea-682845dd6139?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.008004 10.0.0.249 - - [2026-08-03 04:47:16] "POST /neutron/port HTTP/1.1" 200 1124 0.045983 10.0.0.249 - - [2026-08-03 04:47:17] "POST /neutron/network HTTP/1.1" 200 842 0.009784 10.0.0.249 - - [2026-08-03 04:47:17] "POST /neutron/port HTTP/1.1" 200 117 0.002138 10.0.0.249 - - [2026-08-03 04:47:21] "POST /neutron/security_group HTTP/1.1" 200 2059 0.011918 10.0.0.249 - - [2026-08-03 04:47:26] "POST /neutron/port HTTP/1.1" 200 1124 0.024201 10.0.0.249 - - [2026-08-03 04:47:28] "POST /neutron/security_group HTTP/1.1" 200 2059 0.009617 10.0.0.249 - - [2026-08-03 04:47:37] "POST /neutron/port HTTP/1.1" 200 1124 0.024787 10.0.0.249 - - [2026-08-03 04:47:42] "POST /neutron/security_group HTTP/1.1" 200 2059 0.013354 10.0.0.249 - - [2026-08-03 04:47:52] "POST /neutron/port HTTP/1.1" 200 1124 0.042843 10.0.0.249 - - [2026-08-03 04:47:58] "POST /neutron/security_group HTTP/1.1" 200 2059 0.010129 10.0.0.249 - - [2026-08-03 04:47:58] "POST /neutron/port HTTP/1.1" 200 1124 0.030401 10.0.0.249 - - [2026-08-03 04:47:58] "GET /virtual-machine/1f6084cc-edf1-411a-b07d-c5ae3f20c95f HTTP/1.1" 200 1295 0.008730 10.0.0.249 - - [2026-08-03 04:47:58] "GET /virtual-machine-interface/50b6e69b-bea9-4ba6-92ff-5cb010adb319 HTTP/1.1" 200 2964 0.007637 10.0.0.249 - - [2026-08-03 04:47:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.005198 10.0.0.249 - - [2026-08-03 04:47:58] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005410 10.0.0.249 - - [2026-08-03 04:47:58] "GET /virtual-networks?parent_id=53303f69-ac17-4836-b1d5-7cfab11ae23e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.004833 10.0.0.249 - - [2026-08-03 04:47:58] "GET /virtual-network/f93454c2-293e-4fb9-82ea-682845dd6139?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.009284 10.0.0.249 - - [2026-08-03 04:47:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.004728 10.0.0.249 - - [2026-08-03 04:47:59] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005275 10.0.0.249 - - [2026-08-03 04:47:59] "GET /virtual-networks?parent_id=53303f69-ac17-4836-b1d5-7cfab11ae23e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.005878 10.0.0.249 - - [2026-08-03 04:47:59] "GET /virtual-network/f93454c2-293e-4fb9-82ea-682845dd6139?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.007316 10.0.0.249 - - [2026-08-03 04:47:59] "POST /neutron/security_group HTTP/1.1" 200 2059 0.010725 10.0.0.249 - - [2026-08-03 04:48:00] "POST /neutron/port HTTP/1.1" 200 1124 0.033582 10.0.0.249 - - [2026-08-03 04:48:00] "GET /virtual-machine/70de539b-a718-4813-9900-412ba67834e1 HTTP/1.1" 200 1295 0.010030 10.0.0.249 - - [2026-08-03 04:48:00] "GET /virtual-machine-interface/a55750bb-2add-40ea-85ff-8fbbd6d61d2a HTTP/1.1" 200 2964 0.009890 10.0.0.249 - - [2026-08-03 04:48:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.006288 10.0.0.249 - - [2026-08-03 04:48:00] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.007640 10.0.0.249 - - [2026-08-03 04:48:00] "GET /virtual-networks?parent_id=53303f69-ac17-4836-b1d5-7cfab11ae23e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.006112 10.0.0.249 - - [2026-08-03 04:48:00] "GET /virtual-network/f93454c2-293e-4fb9-82ea-682845dd6139?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.010574 10.0.0.249 - - [2026-08-03 04:48:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.006138 10.0.0.249 - - [2026-08-03 04:48:01] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.008609 10.0.0.249 - - [2026-08-03 04:48:01] "GET /virtual-networks?parent_id=53303f69-ac17-4836-b1d5-7cfab11ae23e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.006031 10.0.0.249 - - [2026-08-03 04:48:01] "GET /virtual-network/f93454c2-293e-4fb9-82ea-682845dd6139?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.012085 10.0.0.249 - - [2026-08-03 04:48:01] "POST /neutron/security_group HTTP/1.1" 200 2059 0.014048 10.0.0.249 - - [2026-08-03 04:48:06] "POST /fqname-to-id HTTP/1.1" 404 198 0.004875 10.0.0.249 - - [2026-08-03 04:48:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004966 10.0.0.249 - - [2026-08-03 04:48:06] "GET /global-system-config/69fa806c-a223-4399-a0ee-28cb18baee96?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1968 0.011633 10.0.0.249 - - [2026-08-03 04:48:06] "POST /control-node-zones HTTP/1.1" 200 571 0.052016 10.0.0.249 - - [2026-08-03 04:48:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004441 10.0.0.249 - - [2026-08-03 04:48:07] "GET /bgp-router/ba9b29c4-0fe6-4dce-ac63-00145b4e424a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2843 0.006292 10.0.0.249 - - [2026-08-03 04:48:07] "GET /control-node-zone/e0bf0258-3e38-4616-9b62-486b0d021391?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1135 0.007373 10.0.0.249 - - [2026-08-03 04:48:07] "PUT /bgp-router/ba9b29c4-0fe6-4dce-ac63-00145b4e424a HTTP/1.1" 200 255 0.035600 10.0.0.249 - - [2026-08-03 04:48:07] "POST /fqname-to-id HTTP/1.1" 404 198 0.004229 10.0.0.249 - - [2026-08-03 04:48:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004633 10.0.0.249 - - [2026-08-03 04:48:07] "GET /global-system-config/69fa806c-a223-4399-a0ee-28cb18baee96?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1968 0.013889 10.0.0.249 - - [2026-08-03 04:48:07] "POST /control-node-zones HTTP/1.1" 200 571 0.050739 10.0.0.249 - - [2026-08-03 04:48:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004947 10.0.0.249 - - [2026-08-03 04:48:07] "GET /bgp-router/d699acce-f93d-4433-8515-58f4ea10a4b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2842 0.006983 10.0.0.249 - - [2026-08-03 04:48:07] "GET /control-node-zone/d8e44dd8-2827-481e-9541-592171046328?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1135 0.009484 10.0.0.249 - - [2026-08-03 04:48:07] "PUT /bgp-router/d699acce-f93d-4433-8515-58f4ea10a4b1 HTTP/1.1" 200 255 0.033484 10.0.0.249 - - [2026-08-03 04:48:07] "POST /fqname-to-id HTTP/1.1" 404 198 0.005524 10.0.0.249 - - [2026-08-03 04:48:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.005335 10.0.0.249 - - [2026-08-03 04:48:07] "GET /global-system-config/69fa806c-a223-4399-a0ee-28cb18baee96?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1968 0.009382 10.0.0.249 - - [2026-08-03 04:48:07] "POST /control-node-zones HTTP/1.1" 200 571 0.036594 10.0.0.249 - - [2026-08-03 04:48:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.005492 10.0.0.249 - - [2026-08-03 04:48:07] "GET /bgp-router/9f228a7e-6a35-4014-9be8-b35a49877b04?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2845 0.008392 10.0.0.249 - - [2026-08-03 04:48:07] "GET /control-node-zone/e09af511-edf1-411e-ad3a-78ef3cb435eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1135 0.008905 10.0.0.249 - - [2026-08-03 04:48:07] "PUT /bgp-router/9f228a7e-6a35-4014-9be8-b35a49877b04 HTTP/1.1" 200 255 0.032017 10.0.0.249 - - [2026-08-03 04:48:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.005196 10.0.0.249 - - [2026-08-03 04:48:08] "GET /global-system-config/69fa806c-a223-4399-a0ee-28cb18baee96?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1968 0.008944 10.0.0.249 - - [2026-08-03 04:48:08] "POST /fqname-to-id HTTP/1.1" 404 234 0.004256 10.0.0.249 - - [2026-08-03 04:48:08] "POST /bgp-as-a-services HTTP/1.1" 200 590 0.047812 10.0.0.249 - - [2026-08-03 04:48:08] "POST /neutron/network HTTP/1.1" 200 832 0.010834 10.0.0.249 - - [2026-08-03 04:48:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.005091 10.0.0.249 - - [2026-08-03 04:48:08] "GET /bgp-as-a-service/d100ae50-5bab-4f10-9210-732ea3e064af?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1549 0.007876 10.0.0.249 - - [2026-08-03 04:48:08] "GET /control-node-zone/e0bf0258-3e38-4616-9b62-486b0d021391?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1135 0.005625 10.0.0.249 - - [2026-08-03 04:48:08] "POST /ref-update HTTP/1.1" 200 156 0.023036 10.0.0.249 - - [2026-08-03 04:48:11] "POST /neutron/port HTTP/1.1" 200 1124 0.028690 10.0.0.249 - - [2026-08-03 04:48:12] "POST /neutron/subnet HTTP/1.1" 200 694 0.018698 10.0.0.249 - - [2026-08-03 04:48:15] "GET /obj-perms HTTP/1.1" 200 4509 0.060310 10.0.0.50 - - [2026-08-03 04:48:15] "GET /obj-perms HTTP/1.1" 200 4509 0.046933 10.0.0.249 - - [2026-08-03 04:48:16] "POST /neutron/port HTTP/1.1" 200 1124 0.027378 10.0.0.249 - - [2026-08-03 04:48:18] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005436 10.0.0.249 - - [2026-08-03 04:48:18] "POST /neutron/network HTTP/1.1" 200 832 0.010692 10.0.0.50 - - [2026-08-03 04:48:18] "GET /global-system-configs HTTP/1.1" 401 293 0.000634 10.0.0.50 - - [2026-08-03 04:48:18] "GET /global-system-configs HTTP/1.1" 401 293 0.000507 10.0.0.50 - - [2026-08-03 04:48:19] "GET /global-system-configs HTTP/1.1" 401 293 0.000565 10.0.0.50 - - [2026-08-03 04:48:19] "GET /global-system-configs HTTP/1.1" 401 293 0.000496 10.0.0.161 - - [2026-08-03 04:48:19] "GET /global-system-configs HTTP/1.1" 401 293 0.000733 10.0.0.249 - - [2026-08-03 04:48:19] "GET /bgp-as-a-service/d100ae50-5bab-4f10-9210-732ea3e064af?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1838 0.008281 10.0.0.161 - - [2026-08-03 04:48:19] "GET /global-system-configs HTTP/1.1" 401 293 0.000492 10.0.0.249 - - [2026-08-03 04:48:19] "GET /virtual-machine-interface/33cedee8-d9fe-40ba-a938-608dee38df91?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2742 0.007317 10.0.0.249 - - [2026-08-03 04:48:20] "POST /ref-update HTTP/1.1" 200 156 0.018573 10.0.0.50 - - [2026-08-03 04:48:20] "POST /bgp-routers HTTP/1.1" 200 596 0.053319 10.0.0.50 - - [2026-08-03 04:48:20] "POST /ref-update HTTP/1.1" 200 156 0.027037 10.0.0.249 - - [2026-08-03 04:48:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.005477 10.0.0.249 - - [2026-08-03 04:48:21] "GET /global-system-config/69fa806c-a223-4399-a0ee-28cb18baee96?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1968 0.009699 10.0.0.249 - - [2026-08-03 04:48:21] "POST /fqname-to-id HTTP/1.1" 404 234 0.005421 10.0.0.249 - - [2026-08-03 04:48:21] "POST /bgp-as-a-services HTTP/1.1" 200 590 0.048960 10.0.0.249 - - [2026-08-03 04:48:21] "POST /neutron/network HTTP/1.1" 200 832 0.009787 10.0.0.161 - - [2026-08-03 04:48:21] "GET /global-system-configs HTTP/1.1" 401 293 0.000607 10.0.0.249 - - [2026-08-03 04:48:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.005517 10.0.0.249 - - [2026-08-03 04:48:21] "GET /bgp-as-a-service/db162d3a-177d-4985-b0fa-d2532b5b5c0f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1549 0.008426 10.0.0.161 - - [2026-08-03 04:48:21] "GET /global-system-configs HTTP/1.1" 401 293 0.000740 10.0.0.249 - - [2026-08-03 04:48:21] "GET /control-node-zone/d8e44dd8-2827-481e-9541-592171046328?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1135 0.006134 10.0.0.249 - - [2026-08-03 04:48:21] "POST /ref-update HTTP/1.1" 200 156 0.019814 10.0.0.249 - - [2026-08-03 04:48:21] "GET /global-system-configs HTTP/1.1" 401 293 0.000768 10.0.0.249 - - [2026-08-03 04:48:21] "GET /global-system-configs HTTP/1.1" 401 293 0.000515 10.0.0.249 - - [2026-08-03 04:48:22] "GET /global-system-configs HTTP/1.1" 401 293 0.000497 10.0.0.249 - - [2026-08-03 04:48:22] "GET /global-system-configs HTTP/1.1" 401 293 0.000580 10.0.0.249 - - [2026-08-03 04:48:30] "GET /bgp-as-a-service/db162d3a-177d-4985-b0fa-d2532b5b5c0f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1840 0.010795 10.0.0.249 - - [2026-08-03 04:48:30] "GET /virtual-machine-interface/50b6e69b-bea9-4ba6-92ff-5cb010adb319?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2742 0.009378 10.0.0.249 - - [2026-08-03 04:48:30] "POST /ref-update HTTP/1.1" 200 156 0.021803 10.0.0.50 - - [2026-08-03 04:48:31] "POST /ref-update HTTP/1.1" 200 156 0.043289 10.0.0.249 - - [2026-08-03 04:48:48] "GET /control-node-zone/e0bf0258-3e38-4616-9b62-486b0d021391?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1135 0.006607 10.0.0.249 - - [2026-08-03 04:48:48] "POST /ref-update HTTP/1.1" 200 156 0.027137 10.0.0.249 - - [2026-08-03 04:48:48] "GET /control-node-zone/d8e44dd8-2827-481e-9541-592171046328?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1135 0.007601 10.0.0.249 - - [2026-08-03 04:48:48] "POST /ref-update HTTP/1.1" 200 156 0.028638 10.0.0.249 - - [2026-08-03 04:48:48] "GET /control-node-zone/e09af511-edf1-411e-ad3a-78ef3cb435eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1135 0.005640 10.0.0.249 - - [2026-08-03 04:48:48] "POST /ref-update HTTP/1.1" 200 156 0.028532 10.0.0.249 - - [2026-08-03 04:48:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.005469 10.0.0.249 - - [2026-08-03 04:48:48] "GET /bgp-router/9f228a7e-6a35-4014-9be8-b35a49877b04?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2845 0.007034 10.0.0.249 - - [2026-08-03 04:48:48] "GET /control-node-zone/e0bf0258-3e38-4616-9b62-486b0d021391?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1135 0.005796 10.0.0.249 - - [2026-08-03 04:48:48] "PUT /bgp-router/9f228a7e-6a35-4014-9be8-b35a49877b04 HTTP/1.1" 200 255 0.030765 10.0.0.249 - - [2026-08-03 04:48:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004070 10.0.0.249 - - [2026-08-03 04:48:48] "GET /bgp-router/d699acce-f93d-4433-8515-58f4ea10a4b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2842 0.006366 10.0.0.249 - - [2026-08-03 04:48:48] "GET /control-node-zone/d8e44dd8-2827-481e-9541-592171046328?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1135 0.005113 10.0.0.249 - - [2026-08-03 04:48:48] "PUT /bgp-router/d699acce-f93d-4433-8515-58f4ea10a4b1 HTTP/1.1" 200 255 0.032366 10.0.0.249 - - [2026-08-03 04:48:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.005711 10.0.0.249 - - [2026-08-03 04:48:49] "GET /bgp-router/ba9b29c4-0fe6-4dce-ac63-00145b4e424a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2843 0.006517 10.0.0.249 - - [2026-08-03 04:48:49] "GET /control-node-zone/e09af511-edf1-411e-ad3a-78ef3cb435eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1135 0.005050 10.0.0.249 - - [2026-08-03 04:48:49] "PUT /bgp-router/ba9b29c4-0fe6-4dce-ac63-00145b4e424a HTTP/1.1" 200 255 0.028977 10.0.0.249 - - [2026-08-03 04:49:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.006959 10.0.0.249 - - [2026-08-03 04:49:05] "GET /bgp-as-a-service/d100ae50-5bab-4f10-9210-732ea3e064af?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2450 0.009076 10.0.0.249 - - [2026-08-03 04:49:05] "GET /control-node-zone/e0bf0258-3e38-4616-9b62-486b0d021391?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1135 0.006608 10.0.0.249 - - [2026-08-03 04:49:05] "POST /ref-update HTTP/1.1" 200 156 0.024869 10.0.0.249 - - [2026-08-03 04:49:05] "GET /control-node-zone/e0bf0258-3e38-4616-9b62-486b0d021391?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1135 0.011922 10.0.0.249 - - [2026-08-03 04:49:05] "POST /ref-update HTTP/1.1" 200 156 0.032809 10.0.0.249 - - [2026-08-03 04:49:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.009020 10.0.0.249 - - [2026-08-03 04:49:05] "GET /global-system-config/69fa806c-a223-4399-a0ee-28cb18baee96?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1968 0.010840 10.0.0.249 - - [2026-08-03 04:49:05] "POST /neutron/subnet HTTP/1.1" 200 720 0.021412 10.0.0.249 - - [2026-08-03 04:49:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.005162 10.0.0.249 - - [2026-08-03 04:49:05] "GET /bgp-as-a-service/d100ae50-5bab-4f10-9210-732ea3e064af?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2161 0.010255 10.0.0.249 - - [2026-08-03 04:49:05] "GET /control-node-zone/e09af511-edf1-411e-ad3a-78ef3cb435eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1135 0.006281 10.0.0.249 - - [2026-08-03 04:49:05] "POST /ref-update HTTP/1.1" 200 156 0.024426 10.0.0.249 - - [2026-08-03 04:49:07] "GET /bgp-as-a-service/d100ae50-5bab-4f10-9210-732ea3e064af?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2450 0.008948 10.0.0.249 - - [2026-08-03 04:49:07] "GET /virtual-machine-interface/33cedee8-d9fe-40ba-a938-608dee38df91?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3058 0.012035 10.0.0.249 - - [2026-08-03 04:49:12] "POST /neutron/port HTTP/1.1" 200 1124 0.027089 10.0.0.249 - - [2026-08-03 04:49:14] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006537 10.0.0.249 - - [2026-08-03 04:49:14] "POST /neutron/network HTTP/1.1" 200 832 0.011165 10.0.0.249 - - [2026-08-03 04:49:16] "POST /neutron/network HTTP/1.1" 200 842 0.326970 10.0.0.249 - - [2026-08-03 04:49:16] "POST /neutron/port HTTP/1.1" 200 117 0.001559 10.0.0.249 - - [2026-08-03 04:49:24] "GET /bgp-as-a-service/d100ae50-5bab-4f10-9210-732ea3e064af?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2450 0.005830 10.0.0.249 - - [2026-08-03 04:49:24] "GET /virtual-machine-interface/33cedee8-d9fe-40ba-a938-608dee38df91?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3058 0.007470 10.0.0.249 - - [2026-08-03 04:49:24] "POST /ref-update HTTP/1.1" 200 156 0.023814 10.0.0.249 - - [2026-08-03 04:49:24] "GET /bgp-as-a-service/db162d3a-177d-4985-b0fa-d2532b5b5c0f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2452 0.006771 10.0.0.249 - - [2026-08-03 04:49:24] "GET /virtual-machine-interface/50b6e69b-bea9-4ba6-92ff-5cb010adb319?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3058 0.007228 10.0.0.249 - - [2026-08-03 04:49:24] "POST /ref-update HTTP/1.1" 200 156 0.020912 10.0.0.249 - - [2026-08-03 04:49:24] "DELETE /bgp-as-a-service/db162d3a-177d-4985-b0fa-d2532b5b5c0f HTTP/1.1" 200 115 0.080082 10.0.0.249 - - [2026-08-03 04:49:24] "GET /bgp-as-a-service/d100ae50-5bab-4f10-9210-732ea3e064af?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2154 0.012119 10.0.0.249 - - [2026-08-03 04:49:24] "GET /virtual-machine-interface/33cedee8-d9fe-40ba-a938-608dee38df91?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3058 0.008570 10.0.0.249 - - [2026-08-03 04:49:24] "DELETE /bgp-as-a-service/d100ae50-5bab-4f10-9210-732ea3e064af HTTP/1.1" 200 115 0.069728 10.0.0.249 - - [2026-08-03 04:49:24] "GET /control-node-zone/e09af511-edf1-411e-ad3a-78ef3cb435eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1135 0.007189 10.0.0.249 - - [2026-08-03 04:49:24] "POST /ref-update HTTP/1.1" 200 156 0.043178 10.0.0.249 - - [2026-08-03 04:49:24] "DELETE /control-node-zone/e09af511-edf1-411e-ad3a-78ef3cb435eb HTTP/1.1" 200 115 0.038322 10.0.0.249 - - [2026-08-03 04:49:24] "GET /control-node-zone/d8e44dd8-2827-481e-9541-592171046328?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1135 0.011119 10.0.0.50 - - [2026-08-03 04:49:24] "POST /ref-update HTTP/1.1" 404 171 0.031434 10.0.0.249 - - [2026-08-03 04:49:25] "POST /ref-update HTTP/1.1" 200 156 0.074485 10.0.0.50 - - [2026-08-03 04:49:25] "POST /ref-update HTTP/1.1" 200 156 0.056659 10.0.0.249 - - [2026-08-03 04:49:25] "DELETE /control-node-zone/d8e44dd8-2827-481e-9541-592171046328 HTTP/1.1" 200 115 0.097819 10.0.0.249 - - [2026-08-03 04:49:25] "GET /control-node-zone/e0bf0258-3e38-4616-9b62-486b0d021391?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1135 0.008508 10.0.0.249 - - [2026-08-03 04:49:25] "DELETE /control-node-zone/e0bf0258-3e38-4616-9b62-486b0d021391 HTTP/1.1" 200 115 0.063949 10.0.0.249 - - [2026-08-03 04:49:25] "POST /neutron/network HTTP/1.1" 400 204 0.024381 10.0.0.249 - - [2026-08-03 04:49:27] "POST /neutron/port HTTP/1.1" 200 1124 0.039353 10.0.0.249 - - [2026-08-03 04:49:27] "POST /neutron/network HTTP/1.1" 200 832 0.015488 10.0.0.249 - - [2026-08-03 04:49:27] "POST /neutron/port HTTP/1.1" 200 151 0.338128 10.0.0.249 - - [2026-08-03 04:49:29] "POST /neutron/network HTTP/1.1" 200 832 0.009718 10.0.0.50 - - [2026-08-03 04:49:30] "DELETE /route-target/f1431236-4b30-4887-9b67-70714512a358 HTTP/1.1" 200 115 0.032929 10.0.0.249 - - [2026-08-03 04:49:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.005953 10.0.0.161 - - [2026-08-03 04:49:32] "GET /projects?obj_uuids=53303f69-ac17-4836-b1d5-7cfab11ae23e&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.029204 10.0.0.249 - - [2026-08-03 04:49:32] "GET /project/53303f69-ac17-4836-b1d5-7cfab11ae23e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1369 0.151738 10.0.0.161 - - [2026-08-03 04:49:33] "GET /projects?obj_uuids=53303f69-ac17-4836-b1d5-7cfab11ae23e&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002478 10.0.0.249 - - [2026-08-03 04:49:33] "POST /neutron/network HTTP/1.1" 200 614 0.191876 10.0.0.249 - - [2026-08-03 04:49:33] "POST /id-to-fqname HTTP/1.1" 200 225 0.004684 10.0.0.249 - - [2026-08-03 04:49:33] "GET /virtual-network/1afafcb3-0af4-430c-b650-a968e99d66a6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2062 0.008502 10.0.0.249 - - [2026-08-03 04:49:33] "POST /neutron/network HTTP/1.1" 200 835 0.012276 10.0.0.249 - - [2026-08-03 04:49:33] "GET /virtual-network/1afafcb3-0af4-430c-b650-a968e99d66a6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2062 0.010021 10.0.0.249 - - [2026-08-03 04:49:33] "POST /id-to-fqname HTTP/1.1" 200 225 0.001649 10.0.0.249 - - [2026-08-03 04:49:33] "POST /neutron/network HTTP/1.1" 200 845 0.011932 10.0.0.249 - - [2026-08-03 04:49:34] "POST /neutron/port HTTP/1.1" 200 117 0.009443 10.0.0.249 - - [2026-08-03 04:49:34] "POST /id-to-fqname HTTP/1.1" 200 225 0.001886 10.0.0.161 - - [2026-08-03 04:49:34] "GET /projects?obj_uuids=53303f69-ac17-4836-b1d5-7cfab11ae23e&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001676 10.0.0.249 - - [2026-08-03 04:49:34] "GET /project/53303f69-ac17-4836-b1d5-7cfab11ae23e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1369 0.111303 10.0.0.249 - - [2026-08-03 04:49:34] "POST /neutron/network HTTP/1.1" 200 835 0.029602 10.0.0.249 - - [2026-08-03 04:49:34] "POST /id-to-fqname HTTP/1.1" 200 225 0.001792 10.0.0.249 - - [2026-08-03 04:49:34] "POST /neutron/port HTTP/1.1" 200 117 0.014908 10.0.0.249 - - [2026-08-03 04:49:35] "POST /neutron/port HTTP/1.1" 200 117 0.016906 10.0.0.249 - - [2026-08-03 04:49:38] "POST /neutron/network HTTP/1.1" 200 845 0.008376 10.0.0.249 - - [2026-08-03 04:49:38] "POST /neutron/port HTTP/1.1" 200 1063 0.035089 10.0.0.161 - - [2026-08-03 04:49:39] "GET /projects?obj_uuids=53303f69-ac17-4836-b1d5-7cfab11ae23e&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002197 10.0.0.249 - - [2026-08-03 04:49:39] "POST /neutron/port HTTP/1.1" 200 1063 0.519994 10.0.0.249 - - [2026-08-03 04:49:39] "POST /neutron/port HTTP/1.1" 200 1117 0.165623 10.0.0.249 - - [2026-08-03 04:49:40] "POST /neutron/subnet HTTP/1.1" 200 708 0.014428 10.0.0.249 - - [2026-08-03 04:49:40] "POST /neutron/network HTTP/1.1" 200 845 0.008893 10.0.0.249 - - [2026-08-03 04:49:40] "POST /neutron/security_group HTTP/1.1" 200 2059 0.030363 10.0.0.249 - - [2026-08-03 04:49:41] "POST /neutron/subnet HTTP/1.1" 200 708 0.015127 10.0.0.249 - - [2026-08-03 04:49:41] "POST /neutron/port HTTP/1.1" 200 1063 0.030240 10.0.0.249 - - [2026-08-03 04:49:42] "POST /neutron/port HTTP/1.1" 200 1127 0.035489 10.0.0.249 - - [2026-08-03 04:49:42] "POST /neutron/port HTTP/1.1" 200 117 0.002076 10.0.0.249 - - [2026-08-03 04:49:45] "POST /neutron/security_group HTTP/1.1" 200 2059 0.034248 10.0.0.249 - - [2026-08-03 04:49:56] "POST /neutron/port HTTP/1.1" 200 1127 0.040523 10.0.0.249 - - [2026-08-03 04:50:01] "POST /neutron/security_group HTTP/1.1" 200 2059 0.021379 10.0.0.249 - - [2026-08-03 04:50:11] "POST /neutron/port HTTP/1.1" 200 1127 0.036454 10.0.0.249 - - [2026-08-03 04:50:16] "POST /neutron/port HTTP/1.1" 200 1127 0.030636 10.0.0.249 - - [2026-08-03 04:50:16] "POST /neutron/network HTTP/1.1" 200 845 0.012141 10.0.0.249 - - [2026-08-03 04:50:16] "POST /neutron/port HTTP/1.1" 200 117 0.002138 10.0.0.249 - - [2026-08-03 04:50:21] "POST /neutron/security_group HTTP/1.1" 200 2059 0.012886 10.0.0.249 - - [2026-08-03 04:50:21] "POST /neutron/port HTTP/1.1" 200 1127 0.032084 10.0.0.249 - - [2026-08-03 04:50:21] "GET /virtual-machine/b70a77c6-1716-4c3d-b63d-1715131fd8ae HTTP/1.1" 200 1296 0.012014 10.0.0.249 - - [2026-08-03 04:50:21] "GET /virtual-machine-interface/a5589d73-34dc-4b47-bb16-eb535fed672e HTTP/1.1" 200 2965 0.010628 10.0.0.249 - - [2026-08-03 04:50:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.030399 10.0.0.249 - - [2026-08-03 04:50:21] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.008862 10.0.0.249 - - [2026-08-03 04:50:21] "GET /virtual-networks?parent_id=53303f69-ac17-4836-b1d5-7cfab11ae23e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.005633 10.0.0.249 - - [2026-08-03 04:50:22] "GET /virtual-network/1afafcb3-0af4-430c-b650-a968e99d66a6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2062 0.008460 10.0.0.249 - - [2026-08-03 04:50:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.005270 10.0.0.249 - - [2026-08-03 04:50:25] "GET /virtual-network/1afafcb3-0af4-430c-b650-a968e99d66a6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2062 0.008469 10.0.0.249 - - [2026-08-03 04:50:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.005147 10.0.0.249 - - [2026-08-03 04:50:29] "GET /virtual-network/1afafcb3-0af4-430c-b650-a968e99d66a6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2062 0.007923 10.0.0.249 - - [2026-08-03 04:50:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.005380 10.0.0.249 - - [2026-08-03 04:50:33] "GET /virtual-network/1afafcb3-0af4-430c-b650-a968e99d66a6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2062 0.008925 10.0.0.249 - - [2026-08-03 04:50:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.005669 10.0.0.249 - - [2026-08-03 04:50:37] "GET /virtual-network/1afafcb3-0af4-430c-b650-a968e99d66a6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2062 0.008697 10.0.0.249 - - [2026-08-03 04:50:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.005450 10.0.0.249 - - [2026-08-03 04:50:41] "GET /virtual-network/1afafcb3-0af4-430c-b650-a968e99d66a6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2062 0.008973 10.0.0.249 - - [2026-08-03 04:50:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004930 10.0.0.249 - - [2026-08-03 04:50:45] "GET /virtual-network/1afafcb3-0af4-430c-b650-a968e99d66a6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2062 0.009272 10.0.0.249 - - [2026-08-03 04:50:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.005953 10.0.0.249 - - [2026-08-03 04:50:49] "GET /virtual-network/1afafcb3-0af4-430c-b650-a968e99d66a6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2062 0.010819 10.0.0.249 - - [2026-08-03 04:50:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.005576 10.0.0.249 - - [2026-08-03 04:50:53] "GET /virtual-network/1afafcb3-0af4-430c-b650-a968e99d66a6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2062 0.010121 10.0.0.249 - - [2026-08-03 04:50:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004959 10.0.0.249 - - [2026-08-03 04:50:57] "GET /virtual-network/1afafcb3-0af4-430c-b650-a968e99d66a6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2062 0.008000 10.0.0.249 - - [2026-08-03 04:51:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.005902 10.0.0.249 - - [2026-08-03 04:51:02] "GET /virtual-network/1afafcb3-0af4-430c-b650-a968e99d66a6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2062 0.009457 10.0.0.249 - - [2026-08-03 04:51:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.005883 10.0.0.249 - - [2026-08-03 04:51:06] "GET /virtual-network/1afafcb3-0af4-430c-b650-a968e99d66a6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2062 0.009731 10.0.0.249 - - [2026-08-03 04:51:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.005912 10.0.0.249 - - [2026-08-03 04:51:10] "GET /virtual-network/1afafcb3-0af4-430c-b650-a968e99d66a6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2062 0.007986 10.0.0.249 - - [2026-08-03 04:51:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.005863 10.0.0.249 - - [2026-08-03 04:51:14] "GET /virtual-network/1afafcb3-0af4-430c-b650-a968e99d66a6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2062 0.009686 10.0.0.249 - - [2026-08-03 04:51:15] "POST /neutron/port HTTP/1.1" 200 1127 0.058702 10.0.0.249 - - [2026-08-03 04:51:16] "POST /neutron/port HTTP/1.1" 200 1127 0.030675 10.0.0.249 - - [2026-08-03 04:51:16] "POST /neutron/subnet HTTP/1.1" 200 708 0.022767 10.0.0.249 - - [2026-08-03 04:51:17] "POST /neutron/port HTTP/1.1" 200 1127 0.028791 10.0.0.249 - - [2026-08-03 04:51:18] "POST /neutron/subnet HTTP/1.1" 200 708 0.015030 10.0.0.249 - - [2026-08-03 04:51:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.010197 10.0.0.249 - - [2026-08-03 04:51:18] "GET /virtual-network/1afafcb3-0af4-430c-b650-a968e99d66a6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2062 0.010210 10.0.0.249 - - [2026-08-03 04:51:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.004936 10.0.0.249 - - [2026-08-03 04:51:22] "GET /virtual-network/1afafcb3-0af4-430c-b650-a968e99d66a6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2062 0.009287 10.0.0.249 - - [2026-08-03 04:51:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.005718 10.0.0.249 - - [2026-08-03 04:51:26] "GET /virtual-network/1afafcb3-0af4-430c-b650-a968e99d66a6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2062 0.008894 10.0.0.249 - - [2026-08-03 04:51:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.005082 10.0.0.249 - - [2026-08-03 04:51:28] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.006112 10.0.0.249 - - [2026-08-03 04:51:28] "GET /virtual-networks?parent_id=53303f69-ac17-4836-b1d5-7cfab11ae23e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.004677 10.0.0.249 - - [2026-08-03 04:51:28] "GET /virtual-network/1afafcb3-0af4-430c-b650-a968e99d66a6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2062 0.008754 10.0.0.249 - - [2026-08-03 04:51:28] "POST /neutron/port HTTP/1.1" 200 1127 0.029916 10.0.0.249 - - [2026-08-03 04:51:34] "POST /neutron/security_group HTTP/1.1" 200 2059 0.012795 10.0.0.249 - - [2026-08-03 04:51:44] "POST /neutron/port HTTP/1.1" 200 1127 0.030395 10.0.0.249 - - [2026-08-03 04:51:45] "POST /neutron/security_group HTTP/1.1" 200 2059 0.010922 10.0.0.249 - - [2026-08-03 04:51:50] "POST /neutron/port HTTP/1.1" 200 1127 0.044946 10.0.0.249 - - [2026-08-03 04:51:54] "POST /neutron/security_group HTTP/1.1" 200 2059 0.012051 10.0.0.249 - - [2026-08-03 04:52:05] "POST /neutron/port HTTP/1.1" 200 1127 0.026064 10.0.0.249 - - [2026-08-03 04:52:10] "POST /neutron/security_group HTTP/1.1" 200 2059 0.017663 10.0.0.249 - - [2026-08-03 04:52:16] "POST /neutron/port HTTP/1.1" 200 1127 0.052468 10.0.0.249 - - [2026-08-03 04:52:17] "POST /neutron/network HTTP/1.1" 200 845 0.009655 10.0.0.249 - - [2026-08-03 04:52:17] "POST /neutron/port HTTP/1.1" 200 117 0.001637 10.0.0.249 - - [2026-08-03 04:52:18] "POST /neutron/network HTTP/1.1" 200 845 0.009873 10.0.0.249 - - [2026-08-03 04:52:18] "POST /neutron/port HTTP/1.1" 200 117 0.002020 10.0.0.161 - - [2026-08-03 04:52:19] "GET /obj-perms HTTP/1.1" 200 4509 0.047512 10.0.0.249 - - [2026-08-03 04:52:19] "GET /obj-perms HTTP/1.1" 200 4509 0.048693 10.0.0.249 - - [2026-08-03 04:52:20] "POST /neutron/security_group HTTP/1.1" 200 2059 0.015629 10.0.0.249 - - [2026-08-03 04:52:21] "POST /neutron/port HTTP/1.1" 200 1127 0.026880 10.0.0.249 - - [2026-08-03 04:52:21] "GET /virtual-machine/acf76869-9df2-49d4-94c1-21ef4813758e HTTP/1.1" 200 1296 0.030501 10.0.0.249 - - [2026-08-03 04:52:21] "GET /virtual-machine-interface/0ef644bc-659e-4bc8-9ff2-d60f05d9a18a HTTP/1.1" 200 2964 0.009028 10.0.0.249 - - [2026-08-03 04:52:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004694 10.0.0.249 - - [2026-08-03 04:52:21] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005179 10.0.0.249 - - [2026-08-03 04:52:21] "GET /virtual-networks?parent_id=53303f69-ac17-4836-b1d5-7cfab11ae23e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.006087 10.0.0.249 - - [2026-08-03 04:52:21] "GET /virtual-network/1afafcb3-0af4-430c-b650-a968e99d66a6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2062 0.008084 10.0.0.249 - - [2026-08-03 04:52:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.004853 10.0.0.249 - - [2026-08-03 04:52:22] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.006577 10.0.0.249 - - [2026-08-03 04:52:22] "GET /virtual-networks?parent_id=53303f69-ac17-4836-b1d5-7cfab11ae23e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.004607 10.0.0.249 - - [2026-08-03 04:52:22] "GET /virtual-network/1afafcb3-0af4-430c-b650-a968e99d66a6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2062 0.007741 10.0.0.249 - - [2026-08-03 04:52:22] "POST /neutron/security_group HTTP/1.1" 200 2059 0.010169 10.0.0.249 - - [2026-08-03 04:52:22] "POST /neutron/port HTTP/1.1" 200 1127 0.029507 10.0.0.249 - - [2026-08-03 04:52:22] "GET /virtual-machine/37711c75-64eb-4539-a8e1-8d33a2379ccd HTTP/1.1" 200 1295 0.009176 10.0.0.249 - - [2026-08-03 04:52:22] "GET /virtual-machine-interface/1269dc58-2e10-4a25-a76f-6f949d660316 HTTP/1.1" 200 2964 0.010478 10.0.0.249 - - [2026-08-03 04:52:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.005625 10.0.0.249 - - [2026-08-03 04:52:22] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.006172 10.0.0.249 - - [2026-08-03 04:52:22] "GET /virtual-networks?parent_id=53303f69-ac17-4836-b1d5-7cfab11ae23e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.005532 10.0.0.249 - - [2026-08-03 04:52:22] "GET /virtual-network/1afafcb3-0af4-430c-b650-a968e99d66a6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2062 0.008572 10.0.0.249 - - [2026-08-03 04:52:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.005206 10.0.0.249 - - [2026-08-03 04:52:24] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.006763 10.0.0.249 - - [2026-08-03 04:52:24] "GET /virtual-networks?parent_id=53303f69-ac17-4836-b1d5-7cfab11ae23e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.007912 10.0.0.249 - - [2026-08-03 04:52:24] "GET /virtual-network/1afafcb3-0af4-430c-b650-a968e99d66a6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2062 0.009222 10.0.0.249 - - [2026-08-03 04:52:24] "POST /fqname-to-id HTTP/1.1" 404 198 0.004588 10.0.0.249 - - [2026-08-03 04:52:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.007001 10.0.0.249 - - [2026-08-03 04:52:24] "GET /global-system-config/69fa806c-a223-4399-a0ee-28cb18baee96?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1968 0.010431 10.0.0.249 - - [2026-08-03 04:52:24] "POST /control-node-zones HTTP/1.1" 200 571 0.048488 10.0.0.249 - - [2026-08-03 04:52:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.005208 10.0.0.249 - - [2026-08-03 04:52:24] "GET /bgp-router/ba9b29c4-0fe6-4dce-ac63-00145b4e424a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2843 0.008142 10.0.0.249 - - [2026-08-03 04:52:24] "GET /control-node-zone/75835160-4433-45bf-b3e9-8b036796479e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1134 0.009514 10.0.0.249 - - [2026-08-03 04:52:24] "PUT /bgp-router/ba9b29c4-0fe6-4dce-ac63-00145b4e424a HTTP/1.1" 200 255 0.028270 10.0.0.249 - - [2026-08-03 04:52:24] "POST /fqname-to-id HTTP/1.1" 404 198 0.004393 10.0.0.249 - - [2026-08-03 04:52:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004755 10.0.0.249 - - [2026-08-03 04:52:24] "GET /global-system-config/69fa806c-a223-4399-a0ee-28cb18baee96?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1968 0.009246 10.0.0.249 - - [2026-08-03 04:52:24] "POST /control-node-zones HTTP/1.1" 200 571 0.043721 10.0.0.249 - - [2026-08-03 04:52:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.005206 10.0.0.249 - - [2026-08-03 04:52:24] "GET /bgp-router/d699acce-f93d-4433-8515-58f4ea10a4b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2842 0.006597 10.0.0.249 - - [2026-08-03 04:52:24] "GET /control-node-zone/9686b3cc-40fc-4501-b79b-80aa3dcb4acb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1135 0.007918 10.0.0.249 - - [2026-08-03 04:52:25] "PUT /bgp-router/d699acce-f93d-4433-8515-58f4ea10a4b1 HTTP/1.1" 200 255 0.031481 10.0.0.249 - - [2026-08-03 04:52:25] "POST /fqname-to-id HTTP/1.1" 404 198 0.005179 10.0.0.249 - - [2026-08-03 04:52:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.005669 10.0.0.249 - - [2026-08-03 04:52:25] "GET /global-system-config/69fa806c-a223-4399-a0ee-28cb18baee96?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1968 0.009643 10.0.0.249 - - [2026-08-03 04:52:25] "POST /control-node-zones HTTP/1.1" 200 571 0.043657 10.0.0.249 - - [2026-08-03 04:52:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.005469 10.0.0.249 - - [2026-08-03 04:52:25] "GET /bgp-router/9f228a7e-6a35-4014-9be8-b35a49877b04?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2845 0.007677 10.0.0.249 - - [2026-08-03 04:52:25] "GET /control-node-zone/188dd62c-34c7-4177-add5-def6698c73c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1134 0.010211 10.0.0.249 - - [2026-08-03 04:52:25] "PUT /bgp-router/9f228a7e-6a35-4014-9be8-b35a49877b04 HTTP/1.1" 200 255 0.033427 10.0.0.249 - - [2026-08-03 04:52:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.007878 10.0.0.249 - - [2026-08-03 04:52:25] "GET /global-system-config/69fa806c-a223-4399-a0ee-28cb18baee96?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1968 0.007910 10.0.0.249 - - [2026-08-03 04:52:25] "POST /fqname-to-id HTTP/1.1" 404 234 0.004240 10.0.0.249 - - [2026-08-03 04:52:25] "POST /bgp-as-a-services HTTP/1.1" 200 590 0.049424 10.0.0.249 - - [2026-08-03 04:52:25] "POST /neutron/subnet HTTP/1.1" 200 734 0.015755 10.0.0.249 - - [2026-08-03 04:52:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004980 10.0.0.249 - - [2026-08-03 04:52:25] "GET /bgp-as-a-service/d3429435-1941-49b6-a9f7-4f41794e9fe2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1549 0.009181 10.0.0.249 - - [2026-08-03 04:52:25] "GET /control-node-zone/75835160-4433-45bf-b3e9-8b036796479e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1134 0.006249 10.0.0.249 - - [2026-08-03 04:52:25] "POST /ref-update HTTP/1.1" 200 156 0.026504 10.0.0.249 - - [2026-08-03 04:52:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.006745 10.0.0.249 - - [2026-08-03 04:52:26] "GET /bgp-as-a-service/d3429435-1941-49b6-a9f7-4f41794e9fe2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1838 0.009227 10.0.0.249 - - [2026-08-03 04:52:26] "GET /control-node-zone/9686b3cc-40fc-4501-b79b-80aa3dcb4acb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1135 0.005708 10.0.0.249 - - [2026-08-03 04:52:26] "POST /ref-update HTTP/1.1" 200 156 0.023956 10.0.0.249 - - [2026-08-03 04:52:43] "GET /bgp-as-a-service/d3429435-1941-49b6-a9f7-4f41794e9fe2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2101 0.010355 10.0.0.249 - - [2026-08-03 04:52:43] "GET /virtual-machine-interface/a5589d73-34dc-4b47-bb16-eb535fed672e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2743 0.009125 10.0.0.249 - - [2026-08-03 04:52:43] "POST /ref-update HTTP/1.1" 200 156 0.015576 10.0.0.50 - - [2026-08-03 04:52:43] "POST /bgp-routers HTTP/1.1" 200 596 0.063611 10.0.0.50 - - [2026-08-03 04:52:43] "POST /ref-update HTTP/1.1" 200 156 0.029207 10.0.0.249 - - [2026-08-03 04:52:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.005507 10.0.0.249 - - [2026-08-03 04:52:43] "GET /global-system-config/69fa806c-a223-4399-a0ee-28cb18baee96?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1968 0.011233 10.0.0.249 - - [2026-08-03 04:52:43] "POST /fqname-to-id HTTP/1.1" 404 234 0.005330 10.0.0.249 - - [2026-08-03 04:52:44] "POST /bgp-as-a-services HTTP/1.1" 200 590 0.052845 10.0.0.249 - - [2026-08-03 04:52:44] "POST /neutron/network HTTP/1.1" 200 835 0.012292 10.0.0.249 - - [2026-08-03 04:52:44] "POST /neutron/subnet HTTP/1.1" 200 734 0.015569 10.0.0.249 - - [2026-08-03 04:52:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.005558 10.0.0.249 - - [2026-08-03 04:52:44] "GET /bgp-as-a-service/f039ae00-6573-47f3-a47c-8031274719c4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1549 0.010140 10.0.0.249 - - [2026-08-03 04:52:44] "GET /control-node-zone/75835160-4433-45bf-b3e9-8b036796479e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1134 0.006546 10.0.0.249 - - [2026-08-03 04:52:44] "POST /ref-update HTTP/1.1" 200 156 0.022848 10.0.0.249 - - [2026-08-03 04:52:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.005806 10.0.0.249 - - [2026-08-03 04:52:44] "GET /bgp-as-a-service/f039ae00-6573-47f3-a47c-8031274719c4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1838 0.010339 10.0.0.249 - - [2026-08-03 04:52:44] "GET /control-node-zone/9686b3cc-40fc-4501-b79b-80aa3dcb4acb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1135 0.006568 10.0.0.249 - - [2026-08-03 04:52:44] "POST /ref-update HTTP/1.1" 200 156 0.025112 10.0.0.249 - - [2026-08-03 04:52:51] "GET /bgp-as-a-service/f039ae00-6573-47f3-a47c-8031274719c4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2101 0.010550 10.0.0.249 - - [2026-08-03 04:52:51] "GET /virtual-machine-interface/0ef644bc-659e-4bc8-9ff2-d60f05d9a18a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2742 0.009925 10.0.0.249 - - [2026-08-03 04:52:51] "POST /ref-update HTTP/1.1" 200 156 0.024012 10.0.0.50 - - [2026-08-03 04:52:51] "POST /ref-update HTTP/1.1" 200 156 0.065254 10.0.0.249 - - [2026-08-03 04:53:11] "GET /bgp-as-a-service/f039ae00-6573-47f3-a47c-8031274719c4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2713 0.008632 10.0.0.249 - - [2026-08-03 04:53:11] "GET /virtual-machine-interface/0ef644bc-659e-4bc8-9ff2-d60f05d9a18a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3058 0.013748 10.0.0.249 - - [2026-08-03 04:53:11] "POST /ref-update HTTP/1.1" 200 156 0.020387 10.0.0.50 - - [2026-08-03 04:53:11] "POST /ref-update HTTP/1.1" 200 156 0.028517 10.0.0.249 - - [2026-08-03 04:53:11] "DELETE /bgp-as-a-service/f039ae00-6573-47f3-a47c-8031274719c4 HTTP/1.1" 200 115 0.128838 10.0.0.249 - - [2026-08-03 04:53:11] "GET /bgp-as-a-service/d3429435-1941-49b6-a9f7-4f41794e9fe2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2713 0.021167 10.0.0.249 - - [2026-08-03 04:53:11] "GET /virtual-machine-interface/a5589d73-34dc-4b47-bb16-eb535fed672e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3059 0.017243 10.0.0.249 - - [2026-08-03 04:53:11] "POST /ref-update HTTP/1.1" 200 156 0.018353 10.0.0.50 - - [2026-08-03 04:53:11] "POST /ref-update HTTP/1.1" 200 156 0.043095 10.0.0.249 - - [2026-08-03 04:53:11] "DELETE /bgp-as-a-service/d3429435-1941-49b6-a9f7-4f41794e9fe2 HTTP/1.1" 200 115 0.133488 10.0.0.249 - - [2026-08-03 04:53:11] "GET /control-node-zone/188dd62c-34c7-4177-add5-def6698c73c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1134 0.013693 10.0.0.249 - - [2026-08-03 04:53:11] "POST /ref-update HTTP/1.1" 200 156 0.028169 10.0.0.249 - - [2026-08-03 04:53:11] "DELETE /control-node-zone/188dd62c-34c7-4177-add5-def6698c73c8 HTTP/1.1" 200 115 0.046175 10.0.0.249 - - [2026-08-03 04:53:11] "GET /control-node-zone/9686b3cc-40fc-4501-b79b-80aa3dcb4acb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1135 0.012375 10.0.0.249 - - [2026-08-03 04:53:11] "POST /ref-update HTTP/1.1" 200 156 0.045747 10.0.0.249 - - [2026-08-03 04:53:11] "DELETE /control-node-zone/9686b3cc-40fc-4501-b79b-80aa3dcb4acb HTTP/1.1" 200 115 0.062910 10.0.0.249 - - [2026-08-03 04:53:11] "GET /control-node-zone/75835160-4433-45bf-b3e9-8b036796479e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1134 0.010293 10.0.0.249 - - [2026-08-03 04:53:12] "POST /ref-update HTTP/1.1" 200 156 0.028034 10.0.0.249 - - [2026-08-03 04:53:12] "DELETE /control-node-zone/75835160-4433-45bf-b3e9-8b036796479e HTTP/1.1" 200 115 0.048019 10.0.0.249 - - [2026-08-03 04:53:14] "POST /neutron/port HTTP/1.1" 200 1127 0.031717 10.0.0.249 - - [2026-08-03 04:53:14] "POST /neutron/port HTTP/1.1" 200 1127 0.070085 10.0.0.249 - - [2026-08-03 04:53:14] "POST /neutron/port HTTP/1.1" 200 1117 0.031331 10.0.0.249 - - [2026-08-03 04:53:14] "POST /neutron/port HTTP/1.1" 200 151 0.375429 10.0.0.249 - - [2026-08-03 04:53:16] "POST /neutron/network HTTP/1.1" 200 835 0.009849 10.0.0.50 - - [2026-08-03 04:53:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004753 10.0.0.249 - - [2026-08-03 04:53:17] "POST /neutron/network HTTP/1.1" 200 117 0.011097 10.0.0.161 - - [2026-08-03 04:53:18] "GET /projects?obj_uuids=53303f69-ac17-4836-b1d5-7cfab11ae23e&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002111 10.0.0.249 - - [2026-08-03 04:53:18] "GET /project/53303f69-ac17-4836-b1d5-7cfab11ae23e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1369 0.119370 10.0.0.161 - - [2026-08-03 04:53:18] "GET /projects?obj_uuids=53303f69-ac17-4836-b1d5-7cfab11ae23e&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001610 10.0.0.249 - - [2026-08-03 04:53:18] "GET /project/53303f69-ac17-4836-b1d5-7cfab11ae23e?fields=virtual_networks HTTP/1.1" 200 1035 0.079879 10.0.0.161 - - [2026-08-03 04:53:18] "GET /projects?obj_uuids=53303f69-ac17-4836-b1d5-7cfab11ae23e&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002554 10.0.0.249 - - [2026-08-03 04:53:18] "GET /project/53303f69-ac17-4836-b1d5-7cfab11ae23e?fields=virtual_machine_interfaces HTTP/1.1" 200 1035 0.074044 10.0.0.161 - - [2026-08-03 04:53:18] "GET /projects?obj_uuids=53303f69-ac17-4836-b1d5-7cfab11ae23e&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001834 10.0.0.249 - - [2026-08-03 04:53:18] "GET /project/53303f69-ac17-4836-b1d5-7cfab11ae23e?fields=security_groups HTTP/1.1" 200 1263 0.066304 10.0.0.50 - - [2026-08-03 04:53:19] "GET /global-system-configs HTTP/1.1" 401 293 0.000582 10.0.0.50 - - [2026-08-03 04:53:19] "GET /global-system-configs HTTP/1.1" 401 293 0.000515 10.0.0.50 - - [2026-08-03 04:53:19] "GET /global-system-configs HTTP/1.1" 401 293 0.000515 10.0.0.50 - - [2026-08-03 04:53:19] "GET /global-system-configs HTTP/1.1" 401 293 0.000660 10.0.0.161 - - [2026-08-03 04:53:20] "GET /global-system-configs HTTP/1.1" 401 293 0.000572 10.0.0.161 - - [2026-08-03 04:53:20] "GET /global-system-configs HTTP/1.1" 401 293 0.000564 10.0.0.50 - - [2026-08-03 04:53:20] "GET /obj-perms HTTP/1.1" 200 4509 0.224917 10.0.0.249 - - [2026-08-03 04:53:21] "POST /fqname-to-id HTTP/1.1" 404 181 0.822816 10.0.0.161 - - [2026-08-03 04:53:21] "GET /projects?obj_uuids=f7ddb4b8-aa23-46f2-a00f-93289db41acb&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004222 10.0.0.161 - - [2026-08-03 04:53:21] "GET /domains?obj_uuids=724de60e-9f87-4d23-867c-6bd9a9880f5b&detail=False&count=False&shared=False HTTP/1.1" 200 316 0.001679 10.0.0.161 - - [2026-08-03 04:53:21] "GET /domain/724de60e-9f87-4d23-867c-6bd9a9880f5b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.048113 10.0.0.161 - - [2026-08-03 04:53:21] "POST /id-to-fqname HTTP/1.1" 200 183 0.006036 10.0.0.161 - - [2026-08-03 04:53:21] "POST /fqname-to-id HTTP/1.1" 404 192 0.005430 10.0.0.161 - - [2026-08-03 04:53:21] "POST /security-groups HTTP/1.1" 200 586 0.059942 10.0.0.161 - - [2026-08-03 04:53:21] "GET /global-system-configs HTTP/1.1" 401 293 0.000484 10.0.0.161 - - [2026-08-03 04:53:21] "POST /projects HTTP/1.1" 200 573 0.352969 10.0.0.161 - - [2026-08-03 04:53:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.395062 10.0.0.161 - - [2026-08-03 04:53:21] "GET /global-system-configs HTTP/1.1" 401 293 0.000610 10.0.0.249 - - [2026-08-03 04:53:21] "GET /project/f7ddb4b8-aa23-46f2-a00f-93289db41acb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1338 0.624679 10.0.0.50 - - [2026-08-03 04:53:21] "POST /access-control-lists HTTP/1.1" 200 591 0.072629 10.0.0.249 - - [2026-08-03 04:53:21] "GET /global-system-configs HTTP/1.1" 401 293 0.000751 10.0.0.249 - - [2026-08-03 04:53:22] "GET /global-system-configs HTTP/1.1" 401 293 0.000566 10.0.0.249 - - [2026-08-03 04:53:22] "GET /global-system-configs HTTP/1.1" 401 293 0.000498 10.0.0.249 - - [2026-08-03 04:53:22] "GET /global-system-configs HTTP/1.1" 401 293 0.000489 10.0.0.249 - - [2026-08-03 04:53:23] "GET / HTTP/1.1" 200 36215 0.002696 10.0.0.161 - - [2026-08-03 04:53:26] "GET /projects?obj_uuids=f7ddb4b8-aa23-46f2-a00f-93289db41acb&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.002057 10.0.0.249 - - [2026-08-03 04:53:26] "GET /project/f7ddb4b8-aa23-46f2-a00f-93289db41acb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1338 0.081616 10.0.0.161 - - [2026-08-03 04:53:26] "GET /projects?obj_uuids=f7ddb4b8-aa23-46f2-a00f-93289db41acb&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.002248 10.0.0.249 - - [2026-08-03 04:53:26] "GET /project/f7ddb4b8-aa23-46f2-a00f-93289db41acb?fields=virtual_networks HTTP/1.1" 200 1020 0.073795 10.0.0.161 - - [2026-08-03 04:53:26] "GET /projects?obj_uuids=f7ddb4b8-aa23-46f2-a00f-93289db41acb&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001806 10.0.0.249 - - [2026-08-03 04:53:26] "GET /project/f7ddb4b8-aa23-46f2-a00f-93289db41acb?fields=virtual_machine_interfaces HTTP/1.1" 200 1020 0.075858 10.0.0.161 - - [2026-08-03 04:53:26] "GET /projects?obj_uuids=f7ddb4b8-aa23-46f2-a00f-93289db41acb&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001408 10.0.0.249 - - [2026-08-03 04:53:26] "GET /project/f7ddb4b8-aa23-46f2-a00f-93289db41acb?fields=security_groups HTTP/1.1" 200 1240 0.060067 10.0.0.249 - - [2026-08-03 04:53:28] "POST /fqname-to-id HTTP/1.1" 404 189 0.034376 10.0.0.161 - - [2026-08-03 04:53:28] "GET /projects?obj_uuids=2c7b9ddb-5b20-4c3a-bbc8-995acfabc477&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004640 10.0.0.161 - - [2026-08-03 04:53:28] "GET /domains?obj_uuids=724de60e-9f87-4d23-867c-6bd9a9880f5b&detail=False&count=False&shared=False HTTP/1.1" 200 316 0.001311 10.0.0.161 - - [2026-08-03 04:53:28] "GET /domain/724de60e-9f87-4d23-867c-6bd9a9880f5b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008644 10.0.0.161 - - [2026-08-03 04:53:28] "POST /id-to-fqname HTTP/1.1" 200 191 0.005570 10.0.0.161 - - [2026-08-03 04:53:28] "POST /fqname-to-id HTTP/1.1" 404 200 0.014354 10.0.0.161 - - [2026-08-03 04:53:28] "POST /security-groups HTTP/1.1" 200 594 0.042178 10.0.0.50 - - [2026-08-03 04:53:28] "POST /fqname-to-id HTTP/1.1" 404 235 0.010237 10.0.0.161 - - [2026-08-03 04:53:28] "POST /projects HTTP/1.1" 200 589 0.341370 10.0.0.161 - - [2026-08-03 04:53:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.432235 10.0.0.50 - - [2026-08-03 04:53:28] "POST /access-control-lists HTTP/1.1" 200 597 0.070528 10.0.0.249 - - [2026-08-03 04:53:28] "GET /project/2c7b9ddb-5b20-4c3a-bbc8-995acfabc477?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1369 0.642016 10.0.0.249 - - [2026-08-03 04:53:30] "GET / HTTP/1.1" 200 36215 0.003196 10.0.0.161 - - [2026-08-03 04:53:33] "GET /projects?obj_uuids=2c7b9ddb-5b20-4c3a-bbc8-995acfabc477&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001950 10.0.0.249 - - [2026-08-03 04:53:33] "GET /project/2c7b9ddb-5b20-4c3a-bbc8-995acfabc477?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1369 0.057828 10.0.0.161 - - [2026-08-03 04:53:33] "GET /projects?obj_uuids=2c7b9ddb-5b20-4c3a-bbc8-995acfabc477&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002315 10.0.0.249 - - [2026-08-03 04:53:33] "GET /project/2c7b9ddb-5b20-4c3a-bbc8-995acfabc477?fields=virtual_networks HTTP/1.1" 200 1035 0.070355 10.0.0.161 - - [2026-08-03 04:53:33] "GET /projects?obj_uuids=2c7b9ddb-5b20-4c3a-bbc8-995acfabc477&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001893 10.0.0.249 - - [2026-08-03 04:53:33] "GET /project/2c7b9ddb-5b20-4c3a-bbc8-995acfabc477?fields=virtual_machine_interfaces HTTP/1.1" 200 1035 0.057848 10.0.0.161 - - [2026-08-03 04:53:33] "GET /projects?obj_uuids=2c7b9ddb-5b20-4c3a-bbc8-995acfabc477&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001260 10.0.0.249 - - [2026-08-03 04:53:33] "GET /project/2c7b9ddb-5b20-4c3a-bbc8-995acfabc477?fields=security_groups HTTP/1.1" 200 1263 0.052039 10.0.0.249 - - [2026-08-03 04:53:34] "POST /fqname-to-id HTTP/1.1" 404 195 0.040225 10.0.0.161 - - [2026-08-03 04:53:34] "GET /projects?obj_uuids=6bcb5bba-3ea8-4a0e-8968-f936fa819d29&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004721 10.0.0.161 - - [2026-08-03 04:53:34] "GET /domains?obj_uuids=724de60e-9f87-4d23-867c-6bd9a9880f5b&detail=False&count=False&shared=False HTTP/1.1" 200 316 0.001988 10.0.0.161 - - [2026-08-03 04:53:34] "GET /domain/724de60e-9f87-4d23-867c-6bd9a9880f5b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.012340 10.0.0.161 - - [2026-08-03 04:53:34] "POST /id-to-fqname HTTP/1.1" 200 197 0.005914 10.0.0.161 - - [2026-08-03 04:53:34] "POST /fqname-to-id HTTP/1.1" 404 206 0.012253 10.0.0.161 - - [2026-08-03 04:53:35] "POST /security-groups HTTP/1.1" 200 600 0.040314 10.0.0.50 - - [2026-08-03 04:53:35] "POST /fqname-to-id HTTP/1.1" 404 241 0.005337 10.0.0.161 - - [2026-08-03 04:53:35] "POST /projects HTTP/1.1" 200 601 0.340095 10.0.0.161 - - [2026-08-03 04:53:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.422849 10.0.0.50 - - [2026-08-03 04:53:35] "POST /access-control-lists HTTP/1.1" 200 603 0.040107 10.0.0.249 - - [2026-08-03 04:53:35] "GET /project/6bcb5bba-3ea8-4a0e-8968-f936fa819d29?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1392 0.637563 10.0.0.249 - - [2026-08-03 04:53:36] "GET / HTTP/1.1" 200 36215 0.003085 10.0.0.161 - - [2026-08-03 04:53:37] "DELETE /project/6bcb5bba3ea84a0e8968f936fa819d29 HTTP/1.1" 404 173 0.015023 10.0.0.161 - - [2026-08-03 04:53:37] "DELETE /project/2c7b9ddb5b204c3abbc8995acfabc477 HTTP/1.1" 404 173 0.013613 10.0.0.161 - - [2026-08-03 04:53:37] "DELETE /project/f7ddb4b8aa2346f2a00f93289db41acb HTTP/1.1" 404 173 0.012717 10.0.0.161 - - [2026-08-03 04:53:37] "DELETE /project/53303f69-ac17-4836-b1d5-7cfab11ae23e HTTP/1.1" 404 177 0.011652 10.0.0.161 - - [2026-08-03 04:53:37] "GET /projects?obj_uuids=2c7b9ddb-5b20-4c3a-bbc8-995acfabc477&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001318 10.0.0.161 - - [2026-08-03 04:53:37] "GET /projects?obj_uuids=f7ddb4b8-aa23-46f2-a00f-93289db41acb&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.000963 10.0.0.161 - - [2026-08-03 04:53:37] "GET /project/2c7b9ddb-5b20-4c3a-bbc8-995acfabc477?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1474 0.088459 10.0.0.161 - - [2026-08-03 04:53:37] "GET /project/f7ddb4b8-aa23-46f2-a00f-93289db41acb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1443 0.110114 10.0.0.161 - - [2026-08-03 04:53:37] "GET /projects?obj_uuids=2c7b9ddb-5b20-4c3a-bbc8-995acfabc477&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001368 10.0.0.161 - - [2026-08-03 04:53:37] "GET /projects?obj_uuids=f7ddb4b8-aa23-46f2-a00f-93289db41acb&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.003248 10.0.0.161 - - [2026-08-03 04:53:37] "GET /project/f7ddb4b8-aa23-46f2-a00f-93289db41acb?fields=security_groups HTTP/1.1" 200 1345 0.082767 10.0.0.161 - - [2026-08-03 04:53:37] "GET /project/2c7b9ddb-5b20-4c3a-bbc8-995acfabc477?fields=security_groups HTTP/1.1" 200 1368 0.093983 10.0.0.161 - - [2026-08-03 04:53:37] "DELETE /security-group/5c124130-2e5d-4fb5-b221-17c3cacaa49c HTTP/1.1" 200 115 0.100865 10.0.0.161 - - [2026-08-03 04:53:37] "DELETE /security-group/5c85194a-0510-4574-b01d-84d574c45fbe HTTP/1.1" 200 115 0.114580 10.0.0.161 - - [2026-08-03 04:53:37] "GET /projects?obj_uuids=f7ddb4b8-aa23-46f2-a00f-93289db41acb&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.002410 10.0.0.161 - - [2026-08-03 04:53:37] "GET /projects?obj_uuids=2c7b9ddb-5b20-4c3a-bbc8-995acfabc477&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001961 10.0.0.161 - - [2026-08-03 04:53:37] "GET /project/f7ddb4b8-aa23-46f2-a00f-93289db41acb?fields=application_policy_sets HTTP/1.1" 200 1384 0.120489 10.0.0.161 - - [2026-08-03 04:53:37] "GET /project/2c7b9ddb-5b20-4c3a-bbc8-995acfabc477?fields=application_policy_sets HTTP/1.1" 200 1407 0.137982 10.0.0.50 - - [2026-08-03 04:53:37] "DELETE /access-control-list/90731b11-2ae4-4772-9df8-7f117860d336 HTTP/1.1" 200 115 0.157193 10.0.0.161 - - [2026-08-03 04:53:37] "DELETE /project/f7ddb4b8-aa23-46f2-a00f-93289db41acb HTTP/1.1" 200 115 0.866915 10.0.0.161 - - [2026-08-03 04:53:37] "DELETE /project/2c7b9ddb-5b20-4c3a-bbc8-995acfabc477 HTTP/1.1" 200 115 0.915864 10.0.0.249 - - [2026-08-03 04:53:38] "POST /fqname-to-id HTTP/1.1" 401 293 0.000598 10.0.0.249 - - [2026-08-03 04:53:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.037454 10.0.0.249 - - [2026-08-03 04:53:39] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.006009 10.0.0.249 - - [2026-08-03 04:53:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.005154 10.0.0.249 - - [2026-08-03 04:53:39] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005630 10.0.0.249 - - [2026-08-03 04:53:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.004865 10.0.0.249 - - [2026-08-03 04:53:39] "PUT /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30 HTTP/1.1" 200 277 0.019494 10.0.0.249 - - [2026-08-03 04:53:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.004421 10.0.0.161 - - [2026-08-03 04:53:39] "GET /projects?obj_uuids=6bcb5bba-3ea8-4a0e-8968-f936fa819d29&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001392 10.0.0.249 - - [2026-08-03 04:53:39] "GET /project/6bcb5bba-3ea8-4a0e-8968-f936fa819d29?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1392 0.115096 10.0.0.161 - - [2026-08-03 04:53:39] "GET /projects?obj_uuids=6bcb5bba-3ea8-4a0e-8968-f936fa819d29&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001581 10.0.0.249 - - [2026-08-03 04:53:39] "POST /neutron/network HTTP/1.1" 200 594 0.216736 10.0.0.50 - - [2026-08-03 04:53:39] "POST /ref-update HTTP/1.1" 200 156 0.046192 10.0.0.249 - - [2026-08-03 04:53:40] "POST /id-to-fqname HTTP/1.1" 200 218 0.004853 10.0.0.249 - - [2026-08-03 04:53:40] "GET /virtual-network/5ebc5e86-0529-486a-8700-c32a3a860ad4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.008036 10.0.0.249 - - [2026-08-03 04:53:40] "POST /neutron/network HTTP/1.1" 200 808 0.009480 10.0.0.249 - - [2026-08-03 04:53:40] "GET /virtual-network/5ebc5e86-0529-486a-8700-c32a3a860ad4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.007625 10.0.0.249 - - [2026-08-03 04:53:40] "POST /id-to-fqname HTTP/1.1" 200 218 0.001824 10.0.0.249 - - [2026-08-03 04:53:40] "POST /neutron/network HTTP/1.1" 200 818 0.009637 10.0.0.249 - - [2026-08-03 04:53:41] "POST /neutron/port HTTP/1.1" 200 117 0.008060 10.0.0.249 - - [2026-08-03 04:53:41] "POST /id-to-fqname HTTP/1.1" 200 218 0.001670 10.0.0.161 - - [2026-08-03 04:53:41] "GET /projects?obj_uuids=6bcb5bba-3ea8-4a0e-8968-f936fa819d29&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.002009 10.0.0.249 - - [2026-08-03 04:53:41] "GET /project/6bcb5bba-3ea8-4a0e-8968-f936fa819d29?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1392 0.071537 10.0.0.249 - - [2026-08-03 04:53:41] "POST /neutron/network HTTP/1.1" 200 808 0.011693 10.0.0.249 - - [2026-08-03 04:53:42] "GET /virtual-network/5ebc5e86-0529-486a-8700-c32a3a860ad4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.007380 10.0.0.249 - - [2026-08-03 04:53:43] "POST /neutron/port HTTP/1.1" 200 117 0.009020 10.0.0.249 - - [2026-08-03 04:53:45] "POST /neutron/port HTTP/1.1" 200 1062 0.025948 10.0.0.249 - - [2026-08-03 04:53:45] "POST /neutron/network HTTP/1.1" 200 818 0.010246 10.0.0.249 - - [2026-08-03 04:53:46] "POST /neutron/port HTTP/1.1" 200 1062 0.029472 10.0.0.249 - - [2026-08-03 04:53:46] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005527 10.0.0.249 - - [2026-08-03 04:53:46] "POST /neutron/network HTTP/1.1" 200 808 0.010971 10.0.0.249 - - [2026-08-03 04:53:47] "POST /neutron/subnet HTTP/1.1" 200 675 0.015025 10.0.0.249 - - [2026-08-03 04:53:49] "POST /neutron/port HTTP/1.1" 200 1126 0.038702 10.0.0.249 - - [2026-08-03 04:53:54] "POST /neutron/security_group HTTP/1.1" 200 2065 0.013651 10.0.0.249 - - [2026-08-03 04:54:04] "POST /neutron/port HTTP/1.1" 200 1126 0.031464 10.0.0.249 - - [2026-08-03 04:54:09] "POST /neutron/security_group HTTP/1.1" 200 2065 0.010742 10.0.0.249 - - [2026-08-03 04:54:09] "POST /neutron/port HTTP/1.1" 200 1126 0.025826 10.0.0.249 - - [2026-08-03 04:54:09] "POST /neutron/security_group HTTP/1.1" 200 2065 0.011718 10.0.0.249 - - [2026-08-03 04:54:09] "GET /virtual-machine/9f6a9022-a3ce-45a7-b523-d4b022a519da HTTP/1.1" 401 293 0.000650 10.0.0.249 - - [2026-08-03 04:54:10] "GET /virtual-machine/9f6a9022-a3ce-45a7-b523-d4b022a519da HTTP/1.1" 200 1302 0.032647 10.0.0.249 - - [2026-08-03 04:54:10] "GET /virtual-machine/9f6a9022-a3ce-45a7-b523-d4b022a519da HTTP/1.1" 200 1302 0.005592 10.0.0.249 - - [2026-08-03 04:54:10] "GET /virtual-machine-interface/f7c0b73e-9914-4927-98e5-b3b9d4992b4b HTTP/1.1" 200 2956 0.007121 10.0.0.249 - - [2026-08-03 04:54:10] "GET /virtual-machine/9f6a9022-a3ce-45a7-b523-d4b022a519da HTTP/1.1" 200 1302 0.006013 10.0.0.249 - - [2026-08-03 04:54:10] "GET /virtual-machine-interface/f7c0b73e-9914-4927-98e5-b3b9d4992b4b HTTP/1.1" 200 2956 0.007983 10.0.0.249 - - [2026-08-03 04:54:10] "GET /instance-ip/5ad0c2b0-a03a-4f68-9b3c-3de6fd507ff1 HTTP/1.1" 200 1623 0.009562 10.0.0.249 - - [2026-08-03 04:54:10] "GET /virtual-machine/9f6a9022-a3ce-45a7-b523-d4b022a519da HTTP/1.1" 200 1302 0.005837 10.0.0.249 - - [2026-08-03 04:54:10] "GET /virtual-machine-interface/f7c0b73e-9914-4927-98e5-b3b9d4992b4b HTTP/1.1" 200 2956 0.007328 10.0.0.249 - - [2026-08-03 04:54:10] "GET /instance-ip/5ad0c2b0-a03a-4f68-9b3c-3de6fd507ff1 HTTP/1.1" 200 1623 0.006968 10.0.0.249 - - [2026-08-03 04:54:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004976 10.0.0.249 - - [2026-08-03 04:54:10] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.007148 10.0.0.249 - - [2026-08-03 04:54:10] "GET /virtual-networks?parent_id=6bcb5bba-3ea8-4a0e-8968-f936fa819d29&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.009873 10.0.0.249 - - [2026-08-03 04:54:10] "GET /virtual-network/5ebc5e86-0529-486a-8700-c32a3a860ad4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.008055 10.0.0.249 - - [2026-08-03 04:54:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004551 10.0.0.249 - - [2026-08-03 04:54:10] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005924 10.0.0.249 - - [2026-08-03 04:54:10] "GET /virtual-networks?parent_id=6bcb5bba-3ea8-4a0e-8968-f936fa819d29&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.005022 10.0.0.249 - - [2026-08-03 04:54:10] "GET /virtual-network/5ebc5e86-0529-486a-8700-c32a3a860ad4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.008275 10.0.0.249 - - [2026-08-03 04:54:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.005122 10.0.0.249 - - [2026-08-03 04:54:10] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005620 10.0.0.249 - - [2026-08-03 04:54:10] "GET /virtual-networks?parent_id=6bcb5bba-3ea8-4a0e-8968-f936fa819d29&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.012737 10.0.0.249 - - [2026-08-03 04:54:10] "GET /virtual-network/5ebc5e86-0529-486a-8700-c32a3a860ad4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.007424 10.0.0.249 - - [2026-08-03 04:54:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004566 10.0.0.249 - - [2026-08-03 04:54:10] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005204 10.0.0.249 - - [2026-08-03 04:54:10] "GET /virtual-networks?parent_id=6bcb5bba-3ea8-4a0e-8968-f936fa819d29&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.006525 10.0.0.249 - - [2026-08-03 04:54:10] "GET /virtual-network/5ebc5e86-0529-486a-8700-c32a3a860ad4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.009411 10.0.0.249 - - [2026-08-03 04:54:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.007259 10.0.0.249 - - [2026-08-03 04:54:10] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.007756 10.0.0.249 - - [2026-08-03 04:54:10] "GET /virtual-networks?parent_id=6bcb5bba-3ea8-4a0e-8968-f936fa819d29&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.004544 10.0.0.249 - - [2026-08-03 04:54:11] "GET /virtual-network/5ebc5e86-0529-486a-8700-c32a3a860ad4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.009262 10.0.0.249 - - [2026-08-03 04:54:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004770 10.0.0.249 - - [2026-08-03 04:54:11] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.007947 10.0.0.249 - - [2026-08-03 04:54:11] "GET /virtual-networks?parent_id=6bcb5bba-3ea8-4a0e-8968-f936fa819d29&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.008432 10.0.0.249 - - [2026-08-03 04:54:11] "GET /virtual-network/5ebc5e86-0529-486a-8700-c32a3a860ad4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.007288 10.0.0.249 - - [2026-08-03 04:54:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.005075 10.0.0.249 - - [2026-08-03 04:54:11] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005931 10.0.0.249 - - [2026-08-03 04:54:11] "GET /virtual-networks?parent_id=6bcb5bba-3ea8-4a0e-8968-f936fa819d29&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.007498 10.0.0.249 - - [2026-08-03 04:54:11] "GET /virtual-network/5ebc5e86-0529-486a-8700-c32a3a860ad4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.009439 10.0.0.249 - - [2026-08-03 04:54:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004656 10.0.0.249 - - [2026-08-03 04:54:14] "GET /virtual-network/5ebc5e86-0529-486a-8700-c32a3a860ad4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.008005 10.0.0.249 - - [2026-08-03 04:54:17] "POST /neutron/port HTTP/1.1" 200 1126 0.051103 10.0.0.249 - - [2026-08-03 04:54:17] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005700 10.0.0.249 - - [2026-08-03 04:54:17] "POST /neutron/network HTTP/1.1" 200 808 0.010759 10.0.0.249 - - [2026-08-03 04:54:18] "POST /neutron/subnet HTTP/1.1" 200 675 0.013712 10.0.0.249 - - [2026-08-03 04:54:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.005352 10.0.0.249 - - [2026-08-03 04:54:18] "GET /virtual-network/5ebc5e86-0529-486a-8700-c32a3a860ad4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.008669 10.0.0.249 - - [2026-08-03 04:54:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.005093 10.0.0.249 - - [2026-08-03 04:54:22] "GET /virtual-network/5ebc5e86-0529-486a-8700-c32a3a860ad4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.008651 10.0.0.249 - - [2026-08-03 04:54:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.005024 10.0.0.249 - - [2026-08-03 04:54:26] "GET /virtual-network/5ebc5e86-0529-486a-8700-c32a3a860ad4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.007891 10.0.0.249 - - [2026-08-03 04:54:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004655 10.0.0.249 - - [2026-08-03 04:54:30] "GET /virtual-network/5ebc5e86-0529-486a-8700-c32a3a860ad4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.008377 10.0.0.249 - - [2026-08-03 04:54:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.006096 10.0.0.249 - - [2026-08-03 04:54:34] "GET /virtual-network/5ebc5e86-0529-486a-8700-c32a3a860ad4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.010592 10.0.0.249 - - [2026-08-03 04:54:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.004978 10.0.0.249 - - [2026-08-03 04:54:39] "GET /virtual-network/5ebc5e86-0529-486a-8700-c32a3a860ad4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.007228 10.0.0.249 - - [2026-08-03 04:54:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.005554 10.0.0.249 - - [2026-08-03 04:54:43] "GET /virtual-network/5ebc5e86-0529-486a-8700-c32a3a860ad4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.009820 10.0.0.249 - - [2026-08-03 04:54:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.005214 10.0.0.249 - - [2026-08-03 04:54:45] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.006167 10.0.0.249 - - [2026-08-03 04:54:45] "GET /virtual-networks?parent_id=6bcb5bba-3ea8-4a0e-8968-f936fa819d29&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.004528 10.0.0.249 - - [2026-08-03 04:54:45] "GET /virtual-network/5ebc5e86-0529-486a-8700-c32a3a860ad4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.008340 10.0.0.249 - - [2026-08-03 04:54:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.005473 10.0.0.249 - - [2026-08-03 04:54:45] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.007344 10.0.0.249 - - [2026-08-03 04:54:45] "GET /virtual-networks?parent_id=6bcb5bba-3ea8-4a0e-8968-f936fa819d29&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.005377 10.0.0.249 - - [2026-08-03 04:54:45] "GET /virtual-network/5ebc5e86-0529-486a-8700-c32a3a860ad4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.008053 10.0.0.249 - - [2026-08-03 04:54:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.005391 10.0.0.249 - - [2026-08-03 04:54:45] "GET /routing-instance/6a243dba-89d5-4b52-89a1-d5a0df4f6d41?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1448 0.006353 10.0.0.249 - - [2026-08-03 04:54:45] "GET /route-target/967e88ca-4cbc-406e-a324-a71695a3d835?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.007682 10.0.0.249 - - [2026-08-03 04:54:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.005651 10.0.0.249 - - [2026-08-03 04:54:45] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.006542 10.0.0.249 - - [2026-08-03 04:54:46] "GET /virtual-networks?parent_id=6bcb5bba-3ea8-4a0e-8968-f936fa819d29&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.005712 10.0.0.249 - - [2026-08-03 04:54:46] "GET /virtual-network/5ebc5e86-0529-486a-8700-c32a3a860ad4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.008695 10.0.0.249 - - [2026-08-03 04:54:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.005962 10.0.0.249 - - [2026-08-03 04:54:46] "GET /routing-instance/6a243dba-89d5-4b52-89a1-d5a0df4f6d41?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1448 0.006927 10.0.0.249 - - [2026-08-03 04:54:46] "GET /route-target/967e88ca-4cbc-406e-a324-a71695a3d835?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.006563 10.0.0.249 - - [2026-08-03 04:54:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.005862 10.0.0.249 - - [2026-08-03 04:54:46] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.006323 10.0.0.249 - - [2026-08-03 04:54:46] "GET /virtual-networks?parent_id=6bcb5bba-3ea8-4a0e-8968-f936fa819d29&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.004881 10.0.0.249 - - [2026-08-03 04:54:46] "GET /virtual-network/5ebc5e86-0529-486a-8700-c32a3a860ad4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.010607 10.0.0.249 - - [2026-08-03 04:54:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.005167 10.0.0.249 - - [2026-08-03 04:54:46] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005634 10.0.0.249 - - [2026-08-03 04:54:46] "GET /virtual-networks?parent_id=6bcb5bba-3ea8-4a0e-8968-f936fa819d29&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.004883 10.0.0.249 - - [2026-08-03 04:54:46] "GET /virtual-network/5ebc5e86-0529-486a-8700-c32a3a860ad4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.009704 10.0.0.161 - - [2026-08-03 04:54:46] "GET /obj-perms HTTP/1.1" 200 4497 0.057590 10.0.0.249 - - [2026-08-03 04:54:46] "GET /obj-perms HTTP/1.1" 200 4497 0.045634 10.0.0.249 - - [2026-08-03 04:54:46] "GET /obj-perms HTTP/1.1" 200 4497 0.005922 10.0.0.249 - - [2026-08-03 04:54:46] "GET /obj-perms HTTP/1.1" 200 4497 0.005605 10.0.0.50 - - [2026-08-03 04:54:47] "GET /obj-perms HTTP/1.1" 200 4497 0.046420 10.0.0.161 - - [2026-08-03 04:54:47] "GET /obj-perms HTTP/1.1" 200 4497 0.004889 10.0.0.249 - - [2026-08-03 04:54:47] "POST /neutron/port HTTP/1.1" 200 1126 0.031411 10.0.0.249 - - [2026-08-03 04:54:47] "POST /neutron/security_group HTTP/1.1" 200 2065 0.010623 10.0.0.249 - - [2026-08-03 04:54:47] "POST /neutron/port HTTP/1.1" 200 1126 0.028019 10.0.0.249 - - [2026-08-03 04:54:47] "GET /virtual-machine/9acb8344-013c-483c-9319-688693249474 HTTP/1.1" 200 1302 0.008360 10.0.0.249 - - [2026-08-03 04:54:47] "GET /virtual-machine/9acb8344-013c-483c-9319-688693249474 HTTP/1.1" 200 1302 0.027119 10.0.0.249 - - [2026-08-03 04:54:47] "GET /virtual-machine-interface/33fdec26-2eb0-4b63-b1a2-06099eb02e04 HTTP/1.1" 200 2955 0.039006 10.0.0.249 - - [2026-08-03 04:54:47] "GET /virtual-machine/9acb8344-013c-483c-9319-688693249474 HTTP/1.1" 200 1302 0.005602 10.0.0.249 - - [2026-08-03 04:54:47] "GET /virtual-machine-interface/33fdec26-2eb0-4b63-b1a2-06099eb02e04 HTTP/1.1" 200 2955 0.007397 10.0.0.249 - - [2026-08-03 04:54:47] "GET /instance-ip/05c0d203-4f08-4de4-8485-d85bff8eccba HTTP/1.1" 200 1621 0.013887 10.0.0.249 - - [2026-08-03 04:54:47] "GET /virtual-machine/9acb8344-013c-483c-9319-688693249474 HTTP/1.1" 200 1302 0.006287 10.0.0.249 - - [2026-08-03 04:54:47] "GET /virtual-machine-interface/33fdec26-2eb0-4b63-b1a2-06099eb02e04 HTTP/1.1" 200 2955 0.008747 10.0.0.249 - - [2026-08-03 04:54:47] "GET /instance-ip/05c0d203-4f08-4de4-8485-d85bff8eccba HTTP/1.1" 200 1621 0.007839 10.0.0.249 - - [2026-08-03 04:54:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.005764 10.0.0.249 - - [2026-08-03 04:54:47] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005606 10.0.0.249 - - [2026-08-03 04:54:47] "GET /virtual-networks?parent_id=6bcb5bba-3ea8-4a0e-8968-f936fa819d29&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.005140 10.0.0.249 - - [2026-08-03 04:54:47] "GET /virtual-network/5ebc5e86-0529-486a-8700-c32a3a860ad4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.007489 10.0.0.249 - - [2026-08-03 04:54:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.005399 10.0.0.249 - - [2026-08-03 04:54:47] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.006443 10.0.0.249 - - [2026-08-03 04:54:47] "GET /virtual-networks?parent_id=6bcb5bba-3ea8-4a0e-8968-f936fa819d29&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.005464 10.0.0.249 - - [2026-08-03 04:54:47] "GET /virtual-network/5ebc5e86-0529-486a-8700-c32a3a860ad4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.008145 10.0.0.249 - - [2026-08-03 04:54:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.006377 10.0.0.249 - - [2026-08-03 04:54:48] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.006247 10.0.0.249 - - [2026-08-03 04:54:48] "GET /virtual-networks?parent_id=6bcb5bba-3ea8-4a0e-8968-f936fa819d29&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.005366 10.0.0.249 - - [2026-08-03 04:54:48] "GET /virtual-network/5ebc5e86-0529-486a-8700-c32a3a860ad4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.009170 10.0.0.249 - - [2026-08-03 04:54:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004911 10.0.0.249 - - [2026-08-03 04:54:48] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005823 10.0.0.249 - - [2026-08-03 04:54:48] "GET /virtual-networks?parent_id=6bcb5bba-3ea8-4a0e-8968-f936fa819d29&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.005187 10.0.0.249 - - [2026-08-03 04:54:48] "GET /virtual-network/5ebc5e86-0529-486a-8700-c32a3a860ad4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.009319 10.0.0.249 - - [2026-08-03 04:54:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.005608 10.0.0.249 - - [2026-08-03 04:54:48] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.006325 10.0.0.249 - - [2026-08-03 04:54:48] "GET /virtual-networks?parent_id=6bcb5bba-3ea8-4a0e-8968-f936fa819d29&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.005453 10.0.0.249 - - [2026-08-03 04:54:48] "GET /virtual-network/5ebc5e86-0529-486a-8700-c32a3a860ad4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.009149 10.0.0.249 - - [2026-08-03 04:54:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.005430 10.0.0.249 - - [2026-08-03 04:54:48] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005923 10.0.0.249 - - [2026-08-03 04:54:48] "GET /virtual-networks?parent_id=6bcb5bba-3ea8-4a0e-8968-f936fa819d29&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.005468 10.0.0.249 - - [2026-08-03 04:54:48] "GET /virtual-network/5ebc5e86-0529-486a-8700-c32a3a860ad4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.008786 10.0.0.249 - - [2026-08-03 04:54:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.005472 10.0.0.249 - - [2026-08-03 04:54:48] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.006540 10.0.0.249 - - [2026-08-03 04:54:48] "GET /virtual-networks?parent_id=6bcb5bba-3ea8-4a0e-8968-f936fa819d29&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.004621 10.0.0.249 - - [2026-08-03 04:54:48] "GET /virtual-network/5ebc5e86-0529-486a-8700-c32a3a860ad4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.008336 10.0.0.249 - - [2026-08-03 04:54:49] "POST /neutron/security_group HTTP/1.1" 200 2065 0.014858 10.0.0.249 - - [2026-08-03 04:54:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.005251 10.0.0.249 - - [2026-08-03 04:54:49] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005868 10.0.0.249 - - [2026-08-03 04:54:49] "GET /virtual-networks?parent_id=6bcb5bba-3ea8-4a0e-8968-f936fa819d29&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.005443 10.0.0.249 - - [2026-08-03 04:54:49] "GET /virtual-network/5ebc5e86-0529-486a-8700-c32a3a860ad4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.008830 10.0.0.249 - - [2026-08-03 04:54:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.005088 10.0.0.249 - - [2026-08-03 04:54:50] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.006483 10.0.0.249 - - [2026-08-03 04:54:50] "GET /virtual-networks?parent_id=6bcb5bba-3ea8-4a0e-8968-f936fa819d29&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.005202 10.0.0.249 - - [2026-08-03 04:54:50] "GET /virtual-network/5ebc5e86-0529-486a-8700-c32a3a860ad4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.009609 10.0.0.249 - - [2026-08-03 04:54:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004837 10.0.0.249 - - [2026-08-03 04:54:50] "GET /routing-instance/6a243dba-89d5-4b52-89a1-d5a0df4f6d41?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1448 0.008837 10.0.0.249 - - [2026-08-03 04:54:50] "GET /route-target/967e88ca-4cbc-406e-a324-a71695a3d835?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.008822 10.0.0.249 - - [2026-08-03 04:54:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.005650 10.0.0.249 - - [2026-08-03 04:54:50] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.009692 10.0.0.249 - - [2026-08-03 04:54:50] "GET /virtual-networks?parent_id=6bcb5bba-3ea8-4a0e-8968-f936fa819d29&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.005733 10.0.0.249 - - [2026-08-03 04:54:50] "GET /virtual-network/5ebc5e86-0529-486a-8700-c32a3a860ad4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.009605 10.0.0.249 - - [2026-08-03 04:54:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.005599 10.0.0.249 - - [2026-08-03 04:54:50] "GET /routing-instance/6a243dba-89d5-4b52-89a1-d5a0df4f6d41?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1448 0.006907 10.0.0.249 - - [2026-08-03 04:54:50] "GET /route-target/967e88ca-4cbc-406e-a324-a71695a3d835?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.005422 10.0.0.249 - - [2026-08-03 04:54:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.007425 10.0.0.249 - - [2026-08-03 04:54:50] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.007134 10.0.0.249 - - [2026-08-03 04:54:50] "GET /virtual-networks?parent_id=6bcb5bba-3ea8-4a0e-8968-f936fa819d29&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.005821 10.0.0.249 - - [2026-08-03 04:54:51] "GET /virtual-network/5ebc5e86-0529-486a-8700-c32a3a860ad4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.012653 10.0.0.249 - - [2026-08-03 04:54:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.006443 10.0.0.249 - - [2026-08-03 04:54:51] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.006909 10.0.0.249 - - [2026-08-03 04:54:51] "GET /virtual-networks?parent_id=6bcb5bba-3ea8-4a0e-8968-f936fa819d29&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.004392 10.0.0.249 - - [2026-08-03 04:54:51] "GET /virtual-network/5ebc5e86-0529-486a-8700-c32a3a860ad4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.009773 10.0.0.249 - - [2026-08-03 04:54:51] "GET /obj-perms HTTP/1.1" 200 4497 0.006020 10.0.0.249 - - [2026-08-03 04:54:51] "GET /obj-perms HTTP/1.1" 200 4497 0.007133 10.0.0.161 - - [2026-08-03 04:54:51] "GET /obj-perms HTTP/1.1" 200 4497 0.006412 10.0.0.249 - - [2026-08-03 04:54:51] "GET /obj-perms HTTP/1.1" 200 4497 0.006408 10.0.0.50 - - [2026-08-03 04:54:51] "GET /obj-perms HTTP/1.1" 200 4497 0.005958 10.0.0.249 - - [2026-08-03 04:54:51] "GET /virtual-machine/9f6a9022-a3ce-45a7-b523-d4b022a519da HTTP/1.1" 200 1302 0.006261 10.0.0.249 - - [2026-08-03 04:54:51] "GET /virtual-machine-interface/f7c0b73e-9914-4927-98e5-b3b9d4992b4b HTTP/1.1" 200 2956 0.009432 10.0.0.249 - - [2026-08-03 04:54:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004954 10.0.0.249 - - [2026-08-03 04:54:51] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.007032 10.0.0.249 - - [2026-08-03 04:54:51] "GET /virtual-networks?parent_id=6bcb5bba-3ea8-4a0e-8968-f936fa819d29&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.006467 10.0.0.249 - - [2026-08-03 04:54:51] "GET /virtual-network/5ebc5e86-0529-486a-8700-c32a3a860ad4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.009904 10.0.0.249 - - [2026-08-03 04:54:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.005893 10.0.0.249 - - [2026-08-03 04:54:53] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005164 10.0.0.249 - - [2026-08-03 04:54:53] "GET /virtual-networks?parent_id=6bcb5bba-3ea8-4a0e-8968-f936fa819d29&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.004879 10.0.0.249 - - [2026-08-03 04:54:53] "GET /virtual-network/5ebc5e86-0529-486a-8700-c32a3a860ad4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.007925 10.0.0.249 - - [2026-08-03 04:54:53] "POST /neutron/port HTTP/1.1" 200 1126 0.027870 10.0.0.249 - - [2026-08-03 04:54:58] "GET /virtual-machine/9acb8344-013c-483c-9319-688693249474 HTTP/1.1" 200 1302 0.006903 10.0.0.249 - - [2026-08-03 04:54:58] "GET /virtual-machine-interface/33fdec26-2eb0-4b63-b1a2-06099eb02e04 HTTP/1.1" 200 2955 0.008852 10.0.0.249 - - [2026-08-03 04:54:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004940 10.0.0.249 - - [2026-08-03 04:54:58] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005370 10.0.0.249 - - [2026-08-03 04:54:58] "GET /virtual-networks?parent_id=6bcb5bba-3ea8-4a0e-8968-f936fa819d29&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.004573 10.0.0.249 - - [2026-08-03 04:54:58] "GET /virtual-network/5ebc5e86-0529-486a-8700-c32a3a860ad4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.008362 10.0.0.249 - - [2026-08-03 04:54:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.004901 10.0.0.249 - - [2026-08-03 04:54:59] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.007265 10.0.0.249 - - [2026-08-03 04:54:59] "GET /virtual-networks?parent_id=6bcb5bba-3ea8-4a0e-8968-f936fa819d29&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.005451 10.0.0.249 - - [2026-08-03 04:54:59] "GET /virtual-network/5ebc5e86-0529-486a-8700-c32a3a860ad4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.010672 10.0.0.249 - - [2026-08-03 04:55:17] "POST /neutron/port HTTP/1.1" 200 1126 0.028366 10.0.0.249 - - [2026-08-03 04:55:18] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006334 10.0.0.249 - - [2026-08-03 04:55:18] "POST /neutron/network HTTP/1.1" 200 808 0.010180 10.0.0.249 - - [2026-08-03 04:55:20] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006028 10.0.0.249 - - [2026-08-03 04:55:20] "POST /neutron/network HTTP/1.1" 200 808 0.012104 10.0.0.249 - - [2026-08-03 04:56:19] "POST /neutron/port HTTP/1.1" 200 1126 0.025445 10.0.0.249 - - [2026-08-03 04:56:20] "POST /neutron/subnet HTTP/1.1" 200 675 0.013339 10.0.0.249 - - [2026-08-03 04:56:20] "POST /neutron/port HTTP/1.1" 200 1126 0.028122 10.0.0.249 - - [2026-08-03 04:56:20] "POST /neutron/subnet HTTP/1.1" 200 675 0.015259 10.0.0.161 - - [2026-08-03 04:56:23] "GET /obj-perms HTTP/1.1" 200 4509 0.052928 10.0.0.249 - - [2026-08-03 04:56:55] "POST /neutron/port HTTP/1.1" 200 1126 0.028394 10.0.0.249 - - [2026-08-03 04:56:55] "GET /virtual-machine/9f6a9022-a3ce-45a7-b523-d4b022a519da HTTP/1.1" 200 1302 0.006141 10.0.0.249 - - [2026-08-03 04:56:55] "GET /virtual-machine-interface/f7c0b73e-9914-4927-98e5-b3b9d4992b4b HTTP/1.1" 200 2956 0.009765 10.0.0.249 - - [2026-08-03 04:56:55] "GET /virtual-machine/9f6a9022-a3ce-45a7-b523-d4b022a519da HTTP/1.1" 200 1302 0.006303 10.0.0.249 - - [2026-08-03 04:56:55] "GET /virtual-machine-interface/f7c0b73e-9914-4927-98e5-b3b9d4992b4b HTTP/1.1" 200 2956 0.008408 10.0.0.249 - - [2026-08-03 04:56:55] "GET /instance-ip/5ad0c2b0-a03a-4f68-9b3c-3de6fd507ff1 HTTP/1.1" 200 1623 0.007145 10.0.0.249 - - [2026-08-03 04:56:55] "GET /virtual-machine/9f6a9022-a3ce-45a7-b523-d4b022a519da HTTP/1.1" 200 1302 0.008106 10.0.0.249 - - [2026-08-03 04:56:55] "GET /virtual-machine-interface/f7c0b73e-9914-4927-98e5-b3b9d4992b4b HTTP/1.1" 200 2956 0.011014 10.0.0.249 - - [2026-08-03 04:56:55] "GET /instance-ip/5ad0c2b0-a03a-4f68-9b3c-3de6fd507ff1 HTTP/1.1" 200 1623 0.007244 10.0.0.249 - - [2026-08-03 04:56:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.005906 10.0.0.249 - - [2026-08-03 04:56:55] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.007148 10.0.0.249 - - [2026-08-03 04:56:55] "GET /virtual-networks?parent_id=6bcb5bba-3ea8-4a0e-8968-f936fa819d29&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.005944 10.0.0.249 - - [2026-08-03 04:56:56] "GET /virtual-network/5ebc5e86-0529-486a-8700-c32a3a860ad4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.009943 10.0.0.249 - - [2026-08-03 04:56:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.005496 10.0.0.249 - - [2026-08-03 04:56:56] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.006304 10.0.0.249 - - [2026-08-03 04:56:56] "GET /virtual-networks?parent_id=6bcb5bba-3ea8-4a0e-8968-f936fa819d29&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.006335 10.0.0.249 - - [2026-08-03 04:56:56] "GET /virtual-network/5ebc5e86-0529-486a-8700-c32a3a860ad4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.009128 10.0.0.249 - - [2026-08-03 04:56:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.005960 10.0.0.249 - - [2026-08-03 04:56:56] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005552 10.0.0.249 - - [2026-08-03 04:56:56] "GET /virtual-networks?parent_id=6bcb5bba-3ea8-4a0e-8968-f936fa819d29&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.005471 10.0.0.249 - - [2026-08-03 04:56:56] "GET /virtual-network/5ebc5e86-0529-486a-8700-c32a3a860ad4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.008466 10.0.0.249 - - [2026-08-03 04:56:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004757 10.0.0.249 - - [2026-08-03 04:56:56] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004987 10.0.0.249 - - [2026-08-03 04:56:56] "GET /virtual-networks?parent_id=6bcb5bba-3ea8-4a0e-8968-f936fa819d29&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.004985 10.0.0.249 - - [2026-08-03 04:56:56] "GET /virtual-network/5ebc5e86-0529-486a-8700-c32a3a860ad4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.009447 10.0.0.249 - - [2026-08-03 04:56:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.005514 10.0.0.249 - - [2026-08-03 04:56:56] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.006002 10.0.0.249 - - [2026-08-03 04:56:56] "GET /virtual-networks?parent_id=6bcb5bba-3ea8-4a0e-8968-f936fa819d29&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.005091 10.0.0.249 - - [2026-08-03 04:56:56] "GET /virtual-network/5ebc5e86-0529-486a-8700-c32a3a860ad4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.008299 10.0.0.249 - - [2026-08-03 04:56:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004826 10.0.0.249 - - [2026-08-03 04:56:56] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005552 10.0.0.249 - - [2026-08-03 04:56:56] "GET /virtual-networks?parent_id=6bcb5bba-3ea8-4a0e-8968-f936fa819d29&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.004161 10.0.0.249 - - [2026-08-03 04:56:56] "GET /virtual-network/5ebc5e86-0529-486a-8700-c32a3a860ad4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.008664 10.0.0.249 - - [2026-08-03 04:56:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004915 10.0.0.249 - - [2026-08-03 04:56:56] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005686 10.0.0.249 - - [2026-08-03 04:56:56] "GET /virtual-networks?parent_id=6bcb5bba-3ea8-4a0e-8968-f936fa819d29&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.004926 10.0.0.249 - - [2026-08-03 04:56:56] "GET /virtual-network/5ebc5e86-0529-486a-8700-c32a3a860ad4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.012534 10.0.0.249 - - [2026-08-03 04:56:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.005281 10.0.0.249 - - [2026-08-03 04:56:57] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005640 10.0.0.249 - - [2026-08-03 04:56:57] "GET /virtual-networks?parent_id=6bcb5bba-3ea8-4a0e-8968-f936fa819d29&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.005590 10.0.0.249 - - [2026-08-03 04:56:58] "GET /virtual-network/5ebc5e86-0529-486a-8700-c32a3a860ad4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.007777 10.0.0.249 - - [2026-08-03 04:56:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004933 10.0.0.249 - - [2026-08-03 04:56:58] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.006125 10.0.0.249 - - [2026-08-03 04:56:58] "GET /virtual-networks?parent_id=6bcb5bba-3ea8-4a0e-8968-f936fa819d29&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.004473 10.0.0.249 - - [2026-08-03 04:56:58] "GET /virtual-network/5ebc5e86-0529-486a-8700-c32a3a860ad4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.008713 10.0.0.249 - - [2026-08-03 04:56:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.006574 10.0.0.249 - - [2026-08-03 04:56:58] "GET /routing-instance/6a243dba-89d5-4b52-89a1-d5a0df4f6d41?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1448 0.005539 10.0.0.249 - - [2026-08-03 04:56:58] "GET /route-target/967e88ca-4cbc-406e-a324-a71695a3d835?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.005677 10.0.0.249 - - [2026-08-03 04:56:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004969 10.0.0.249 - - [2026-08-03 04:56:58] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.006103 10.0.0.249 - - [2026-08-03 04:56:58] "GET /virtual-networks?parent_id=6bcb5bba-3ea8-4a0e-8968-f936fa819d29&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.004923 10.0.0.249 - - [2026-08-03 04:56:58] "GET /virtual-network/5ebc5e86-0529-486a-8700-c32a3a860ad4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.007815 10.0.0.249 - - [2026-08-03 04:56:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004194 10.0.0.249 - - [2026-08-03 04:56:58] "GET /routing-instance/6a243dba-89d5-4b52-89a1-d5a0df4f6d41?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1448 0.006845 10.0.0.249 - - [2026-08-03 04:56:58] "GET /route-target/967e88ca-4cbc-406e-a324-a71695a3d835?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.005672 10.0.0.249 - - [2026-08-03 04:56:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.005453 10.0.0.249 - - [2026-08-03 04:56:58] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.009592 10.0.0.249 - - [2026-08-03 04:56:58] "GET /virtual-networks?parent_id=6bcb5bba-3ea8-4a0e-8968-f936fa819d29&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.005807 10.0.0.249 - - [2026-08-03 04:56:59] "GET /virtual-network/5ebc5e86-0529-486a-8700-c32a3a860ad4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.008632 10.0.0.249 - - [2026-08-03 04:56:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.004572 10.0.0.249 - - [2026-08-03 04:56:59] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005538 10.0.0.249 - - [2026-08-03 04:56:59] "GET /virtual-networks?parent_id=6bcb5bba-3ea8-4a0e-8968-f936fa819d29&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.004410 10.0.0.249 - - [2026-08-03 04:56:59] "GET /virtual-network/5ebc5e86-0529-486a-8700-c32a3a860ad4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.010416 10.0.0.249 - - [2026-08-03 04:56:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.006048 10.0.0.249 - - [2026-08-03 04:56:59] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.007017 10.0.0.249 - - [2026-08-03 04:56:59] "GET /virtual-networks?parent_id=6bcb5bba-3ea8-4a0e-8968-f936fa819d29&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.006075 10.0.0.249 - - [2026-08-03 04:56:59] "GET /virtual-network/5ebc5e86-0529-486a-8700-c32a3a860ad4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.009154 10.0.0.161 - - [2026-08-03 04:57:03] "GET /obj-perms HTTP/1.1" 200 4497 0.005687 10.0.0.161 - - [2026-08-03 04:57:09] "GET /obj-perms HTTP/1.1" 200 4497 0.006023 10.0.0.249 - - [2026-08-03 04:57:13] "GET /obj-perms HTTP/1.1" 200 4497 0.005559 10.0.0.161 - - [2026-08-03 04:57:13] "GET /obj-perms HTTP/1.1" 200 4497 0.006823 10.0.0.249 - - [2026-08-03 04:57:13] "GET /obj-perms HTTP/1.1" 200 4497 0.007063 10.0.0.249 - - [2026-08-03 04:57:13] "GET /obj-perms HTTP/1.1" 200 4497 0.005609 10.0.0.249 - - [2026-08-03 04:57:14] "POST /neutron/security_group HTTP/1.1" 200 2065 0.011572 10.0.0.249 - - [2026-08-03 04:57:14] "GET /virtual-machine/9acb8344-013c-483c-9319-688693249474 HTTP/1.1" 200 1302 0.005997 10.0.0.249 - - [2026-08-03 04:57:14] "GET /virtual-machine-interface/33fdec26-2eb0-4b63-b1a2-06099eb02e04 HTTP/1.1" 200 2955 0.016335 10.0.0.249 - - [2026-08-03 04:57:14] "GET /virtual-machine/9acb8344-013c-483c-9319-688693249474 HTTP/1.1" 200 1302 0.007252 10.0.0.249 - - [2026-08-03 04:57:14] "GET /virtual-machine-interface/33fdec26-2eb0-4b63-b1a2-06099eb02e04 HTTP/1.1" 200 2955 0.017295 10.0.0.249 - - [2026-08-03 04:57:14] "GET /instance-ip/05c0d203-4f08-4de4-8485-d85bff8eccba HTTP/1.1" 200 1621 0.017343 10.0.0.249 - - [2026-08-03 04:57:14] "GET /virtual-machine/9acb8344-013c-483c-9319-688693249474 HTTP/1.1" 200 1302 0.012320 10.0.0.249 - - [2026-08-03 04:57:14] "GET /virtual-machine-interface/33fdec26-2eb0-4b63-b1a2-06099eb02e04 HTTP/1.1" 200 2955 0.009559 10.0.0.249 - - [2026-08-03 04:57:14] "GET /instance-ip/05c0d203-4f08-4de4-8485-d85bff8eccba HTTP/1.1" 200 1621 0.009928 10.0.0.249 - - [2026-08-03 04:57:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004692 10.0.0.249 - - [2026-08-03 04:57:14] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.007815 10.0.0.249 - - [2026-08-03 04:57:14] "GET /virtual-networks?parent_id=6bcb5bba-3ea8-4a0e-8968-f936fa819d29&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.006763 10.0.0.249 - - [2026-08-03 04:57:14] "GET /virtual-network/5ebc5e86-0529-486a-8700-c32a3a860ad4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.007898 10.0.0.249 - - [2026-08-03 04:57:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004770 10.0.0.249 - - [2026-08-03 04:57:14] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.006508 10.0.0.249 - - [2026-08-03 04:57:14] "GET /virtual-networks?parent_id=6bcb5bba-3ea8-4a0e-8968-f936fa819d29&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.008094 10.0.0.249 - - [2026-08-03 04:57:14] "GET /virtual-network/5ebc5e86-0529-486a-8700-c32a3a860ad4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.007688 10.0.0.249 - - [2026-08-03 04:57:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.005673 10.0.0.249 - - [2026-08-03 04:57:14] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005487 10.0.0.249 - - [2026-08-03 04:57:14] "GET /virtual-networks?parent_id=6bcb5bba-3ea8-4a0e-8968-f936fa819d29&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.004455 10.0.0.249 - - [2026-08-03 04:57:14] "GET /virtual-network/5ebc5e86-0529-486a-8700-c32a3a860ad4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.020617 10.0.0.249 - - [2026-08-03 04:57:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.005058 10.0.0.249 - - [2026-08-03 04:57:14] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.006191 10.0.0.249 - - [2026-08-03 04:57:14] "GET /virtual-networks?parent_id=6bcb5bba-3ea8-4a0e-8968-f936fa819d29&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.005019 10.0.0.249 - - [2026-08-03 04:57:14] "GET /virtual-network/5ebc5e86-0529-486a-8700-c32a3a860ad4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.008424 10.0.0.249 - - [2026-08-03 04:57:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.005480 10.0.0.249 - - [2026-08-03 04:57:14] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005432 10.0.0.249 - - [2026-08-03 04:57:14] "GET /virtual-networks?parent_id=6bcb5bba-3ea8-4a0e-8968-f936fa819d29&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.005684 10.0.0.249 - - [2026-08-03 04:57:14] "GET /virtual-network/5ebc5e86-0529-486a-8700-c32a3a860ad4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.016020 10.0.0.249 - - [2026-08-03 04:57:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.006160 10.0.0.249 - - [2026-08-03 04:57:14] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.006238 10.0.0.249 - - [2026-08-03 04:57:15] "GET /virtual-networks?parent_id=6bcb5bba-3ea8-4a0e-8968-f936fa819d29&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.005226 10.0.0.249 - - [2026-08-03 04:57:15] "GET /virtual-network/5ebc5e86-0529-486a-8700-c32a3a860ad4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.020325 10.0.0.249 - - [2026-08-03 04:57:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.005397 10.0.0.249 - - [2026-08-03 04:57:15] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.006428 10.0.0.249 - - [2026-08-03 04:57:15] "GET /virtual-networks?parent_id=6bcb5bba-3ea8-4a0e-8968-f936fa819d29&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.005109 10.0.0.249 - - [2026-08-03 04:57:15] "GET /virtual-network/5ebc5e86-0529-486a-8700-c32a3a860ad4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.008637 10.0.0.249 - - [2026-08-03 04:57:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004739 10.0.0.249 - - [2026-08-03 04:57:16] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005476 10.0.0.249 - - [2026-08-03 04:57:16] "GET /virtual-networks?parent_id=6bcb5bba-3ea8-4a0e-8968-f936fa819d29&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.005625 10.0.0.249 - - [2026-08-03 04:57:16] "GET /virtual-network/5ebc5e86-0529-486a-8700-c32a3a860ad4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.009202 10.0.0.249 - - [2026-08-03 04:57:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004649 10.0.0.249 - - [2026-08-03 04:57:16] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.006511 10.0.0.249 - - [2026-08-03 04:57:16] "GET /virtual-networks?parent_id=6bcb5bba-3ea8-4a0e-8968-f936fa819d29&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.004418 10.0.0.249 - - [2026-08-03 04:57:16] "GET /virtual-network/5ebc5e86-0529-486a-8700-c32a3a860ad4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.008341 10.0.0.249 - - [2026-08-03 04:57:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.005438 10.0.0.249 - - [2026-08-03 04:57:16] "GET /routing-instance/6a243dba-89d5-4b52-89a1-d5a0df4f6d41?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1448 0.007113 10.0.0.249 - - [2026-08-03 04:57:16] "GET /route-target/967e88ca-4cbc-406e-a324-a71695a3d835?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.006232 10.0.0.249 - - [2026-08-03 04:57:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.005474 10.0.0.249 - - [2026-08-03 04:57:16] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.007160 10.0.0.249 - - [2026-08-03 04:57:17] "GET /virtual-networks?parent_id=6bcb5bba-3ea8-4a0e-8968-f936fa819d29&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.004799 10.0.0.249 - - [2026-08-03 04:57:17] "GET /virtual-network/5ebc5e86-0529-486a-8700-c32a3a860ad4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.008035 10.0.0.249 - - [2026-08-03 04:57:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004441 10.0.0.249 - - [2026-08-03 04:57:17] "GET /routing-instance/6a243dba-89d5-4b52-89a1-d5a0df4f6d41?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1448 0.005956 10.0.0.249 - - [2026-08-03 04:57:17] "GET /route-target/967e88ca-4cbc-406e-a324-a71695a3d835?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.005710 10.0.0.249 - - [2026-08-03 04:57:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.005512 10.0.0.249 - - [2026-08-03 04:57:17] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005856 10.0.0.249 - - [2026-08-03 04:57:17] "GET /virtual-networks?parent_id=6bcb5bba-3ea8-4a0e-8968-f936fa819d29&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.004927 10.0.0.249 - - [2026-08-03 04:57:17] "GET /virtual-network/5ebc5e86-0529-486a-8700-c32a3a860ad4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.007804 10.0.0.249 - - [2026-08-03 04:57:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004851 10.0.0.249 - - [2026-08-03 04:57:17] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.006545 10.0.0.249 - - [2026-08-03 04:57:17] "GET /virtual-networks?parent_id=6bcb5bba-3ea8-4a0e-8968-f936fa819d29&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.004759 10.0.0.249 - - [2026-08-03 04:57:17] "GET /virtual-network/5ebc5e86-0529-486a-8700-c32a3a860ad4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.007928 10.0.0.249 - - [2026-08-03 04:57:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004369 10.0.0.249 - - [2026-08-03 04:57:17] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.007199 10.0.0.249 - - [2026-08-03 04:57:17] "GET /virtual-networks?parent_id=6bcb5bba-3ea8-4a0e-8968-f936fa819d29&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.005568 10.0.0.249 - - [2026-08-03 04:57:17] "GET /virtual-network/5ebc5e86-0529-486a-8700-c32a3a860ad4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.009029 10.0.0.161 - - [2026-08-03 04:57:17] "GET /obj-perms HTTP/1.1" 200 4497 0.005582 10.0.0.249 - - [2026-08-03 04:57:17] "GET /obj-perms HTTP/1.1" 200 4497 0.005478 10.0.0.249 - - [2026-08-03 04:57:17] "GET /obj-perms HTTP/1.1" 200 4497 0.005763 10.0.0.249 - - [2026-08-03 04:57:17] "GET /obj-perms HTTP/1.1" 200 4497 0.005144 10.0.0.50 - - [2026-08-03 04:57:18] "GET /obj-perms HTTP/1.1" 200 4497 0.005075 10.0.0.161 - - [2026-08-03 04:57:18] "GET /obj-perms HTTP/1.1" 200 4497 0.005116 10.0.0.249 - - [2026-08-03 04:57:20] "POST /neutron/port HTTP/1.1" 200 1126 0.025341 10.0.0.249 - - [2026-08-03 04:57:20] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005285 10.0.0.249 - - [2026-08-03 04:57:20] "POST /neutron/network HTTP/1.1" 200 808 0.009787 10.0.0.249 - - [2026-08-03 04:57:21] "POST /neutron/subnet HTTP/1.1" 200 675 0.040013 10.0.0.249 - - [2026-08-03 04:57:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004652 10.0.0.249 - - [2026-08-03 04:57:38] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005578 10.0.0.249 - - [2026-08-03 04:57:38] "GET /virtual-networks?parent_id=6bcb5bba-3ea8-4a0e-8968-f936fa819d29&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.006066 10.0.0.249 - - [2026-08-03 04:57:38] "GET /virtual-network/5ebc5e86-0529-486a-8700-c32a3a860ad4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.008518 10.0.0.249 - - [2026-08-03 04:57:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.006144 10.0.0.249 - - [2026-08-03 04:57:39] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005473 10.0.0.249 - - [2026-08-03 04:57:39] "GET /virtual-networks?parent_id=6bcb5bba-3ea8-4a0e-8968-f936fa819d29&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.004349 10.0.0.249 - - [2026-08-03 04:57:39] "GET /virtual-network/5ebc5e86-0529-486a-8700-c32a3a860ad4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.010885 10.0.0.249 - - [2026-08-03 04:57:55] "GET /virtual-machine/9acb8344-013c-483c-9319-688693249474 HTTP/1.1" 200 1302 0.005783 10.0.0.249 - - [2026-08-03 04:57:55] "GET /virtual-machine-interface/33fdec26-2eb0-4b63-b1a2-06099eb02e04 HTTP/1.1" 200 2955 0.007470 10.0.0.249 - - [2026-08-03 04:57:55] "GET /instance-ip/05c0d203-4f08-4de4-8485-d85bff8eccba HTTP/1.1" 200 1621 0.006466 10.0.0.249 - - [2026-08-03 04:57:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.004526 10.0.0.249 - - [2026-08-03 04:57:55] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005541 10.0.0.249 - - [2026-08-03 04:57:55] "GET /virtual-networks?parent_id=6bcb5bba-3ea8-4a0e-8968-f936fa819d29&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.005371 10.0.0.249 - - [2026-08-03 04:57:55] "GET /virtual-network/5ebc5e86-0529-486a-8700-c32a3a860ad4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.008803 10.0.0.249 - - [2026-08-03 04:57:58] "GET /virtual-machine/9acb8344-013c-483c-9319-688693249474 HTTP/1.1" 200 1302 0.005556 10.0.0.249 - - [2026-08-03 04:58:00] "GET /virtual-machine/9acb8344-013c-483c-9319-688693249474 HTTP/1.1" 200 1302 0.007683 10.0.0.249 - - [2026-08-03 04:58:00] "POST /neutron/port HTTP/1.1" 200 1126 0.032979 10.0.0.249 - - [2026-08-03 04:58:02] "GET /virtual-machine/9acb8344-013c-483c-9319-688693249474 HTTP/1.1" 404 171 0.005525 10.0.0.249 - - [2026-08-03 04:58:02] "GET /virtual-machine/9acb8344-013c-483c-9319-688693249474 HTTP/1.1" 404 171 0.005477 10.0.0.249 - - [2026-08-03 04:58:02] "GET /virtual-machine/9acb8344-013c-483c-9319-688693249474 HTTP/1.1" 404 171 0.006306 10.0.0.249 - - [2026-08-03 04:58:03] "GET /virtual-machine/9acb8344-013c-483c-9319-688693249474 HTTP/1.1" 404 171 0.004779 10.0.0.249 - - [2026-08-03 04:58:04] "GET /virtual-machine/9acb8344-013c-483c-9319-688693249474 HTTP/1.1" 404 171 0.004795 10.0.0.249 - - [2026-08-03 04:58:05] "GET /virtual-machine/9acb8344-013c-483c-9319-688693249474 HTTP/1.1" 404 171 0.004794 10.0.0.249 - - [2026-08-03 04:58:06] "GET /virtual-machine/9acb8344-013c-483c-9319-688693249474 HTTP/1.1" 404 171 0.004689 10.0.0.249 - - [2026-08-03 04:58:07] "GET /virtual-machine/9acb8344-013c-483c-9319-688693249474 HTTP/1.1" 404 171 0.005033 10.0.0.249 - - [2026-08-03 04:58:08] "GET /virtual-machine/9acb8344-013c-483c-9319-688693249474 HTTP/1.1" 404 171 0.005670 10.0.0.249 - - [2026-08-03 04:58:08] "GET /virtual-machine/9acb8344-013c-483c-9319-688693249474 HTTP/1.1" 404 171 0.004223 10.0.0.249 - - [2026-08-03 04:58:09] "GET /virtual-machine/9acb8344-013c-483c-9319-688693249474 HTTP/1.1" 404 171 0.005058 10.0.0.249 - - [2026-08-03 04:58:10] "GET /virtual-machine/9acb8344-013c-483c-9319-688693249474 HTTP/1.1" 404 171 0.005202 10.0.0.249 - - [2026-08-03 04:58:11] "GET /virtual-machine/9acb8344-013c-483c-9319-688693249474 HTTP/1.1" 404 171 0.005243 10.0.0.249 - - [2026-08-03 04:58:12] "GET /virtual-machine/9acb8344-013c-483c-9319-688693249474 HTTP/1.1" 404 171 0.005093 10.0.0.249 - - [2026-08-03 04:58:13] "GET /virtual-machine/9acb8344-013c-483c-9319-688693249474 HTTP/1.1" 404 171 0.005882 10.0.0.249 - - [2026-08-03 04:58:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004551 10.0.0.249 - - [2026-08-03 04:58:13] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005851 10.0.0.249 - - [2026-08-03 04:58:13] "GET /virtual-networks?parent_id=6bcb5bba-3ea8-4a0e-8968-f936fa819d29&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.005278 10.0.0.249 - - [2026-08-03 04:58:13] "GET /virtual-network/5ebc5e86-0529-486a-8700-c32a3a860ad4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.010108 10.0.0.249 - - [2026-08-03 04:58:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.005818 10.0.0.249 - - [2026-08-03 04:58:14] "GET /routing-instance/6a243dba-89d5-4b52-89a1-d5a0df4f6d41?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1448 0.006051 10.0.0.249 - - [2026-08-03 04:58:14] "GET /route-target/967e88ca-4cbc-406e-a324-a71695a3d835?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.006013 10.0.0.249 - - [2026-08-03 04:58:14] "GET /virtual-machine/9acb8344-013c-483c-9319-688693249474 HTTP/1.1" 404 171 0.004356 10.0.0.249 - - [2026-08-03 04:58:15] "GET /virtual-machine/9acb8344-013c-483c-9319-688693249474 HTTP/1.1" 404 171 0.004805 10.0.0.249 - - [2026-08-03 04:58:16] "GET /virtual-machine/9acb8344-013c-483c-9319-688693249474 HTTP/1.1" 404 171 0.004704 10.0.0.249 - - [2026-08-03 04:58:17] "GET /virtual-machine/9acb8344-013c-483c-9319-688693249474 HTTP/1.1" 404 171 0.004499 10.0.0.249 - - [2026-08-03 04:58:18] "GET /virtual-machine/9acb8344-013c-483c-9319-688693249474 HTTP/1.1" 404 171 0.004993 10.0.0.50 - - [2026-08-03 04:58:18] "GET /global-system-configs HTTP/1.1" 401 293 0.000690 10.0.0.50 - - [2026-08-03 04:58:18] "GET /global-system-configs HTTP/1.1" 401 293 0.000558 10.0.0.249 - - [2026-08-03 04:58:19] "GET /virtual-machine/9acb8344-013c-483c-9319-688693249474 HTTP/1.1" 404 171 0.004460 10.0.0.249 - - [2026-08-03 04:58:19] "GET /virtual-machine/9acb8344-013c-483c-9319-688693249474 HTTP/1.1" 404 171 0.005142 10.0.0.50 - - [2026-08-03 04:58:19] "GET /global-system-configs HTTP/1.1" 401 293 0.000674 10.0.0.50 - - [2026-08-03 04:58:19] "GET /global-system-configs HTTP/1.1" 401 293 0.000795 10.0.0.161 - - [2026-08-03 04:58:19] "GET /global-system-configs HTTP/1.1" 401 293 0.000538 10.0.0.161 - - [2026-08-03 04:58:19] "GET /global-system-configs HTTP/1.1" 401 293 0.000563 10.0.0.249 - - [2026-08-03 04:58:20] "POST /neutron/port HTTP/1.1" 200 1126 0.026335 10.0.0.249 - - [2026-08-03 04:58:20] "GET /virtual-machine/9acb8344-013c-483c-9319-688693249474 HTTP/1.1" 404 171 0.004251 10.0.0.249 - - [2026-08-03 04:58:21] "GET /virtual-machine/9acb8344-013c-483c-9319-688693249474 HTTP/1.1" 404 171 0.004308 10.0.0.161 - - [2026-08-03 04:58:21] "GET /global-system-configs HTTP/1.1" 401 293 0.000574 10.0.0.161 - - [2026-08-03 04:58:21] "GET /global-system-configs HTTP/1.1" 401 293 0.000755 10.0.0.249 - - [2026-08-03 04:58:21] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006118 10.0.0.249 - - [2026-08-03 04:58:21] "POST /neutron/network HTTP/1.1" 200 808 0.013266 10.0.0.249 - - [2026-08-03 04:58:21] "GET /global-system-configs HTTP/1.1" 401 293 0.000544 10.0.0.249 - - [2026-08-03 04:58:21] "GET /global-system-configs HTTP/1.1" 401 293 0.000617 10.0.0.249 - - [2026-08-03 04:58:22] "GET /virtual-machine/9acb8344-013c-483c-9319-688693249474 HTTP/1.1" 404 171 0.004405 10.0.0.249 - - [2026-08-03 04:58:22] "GET /global-system-configs HTTP/1.1" 401 293 0.000571 10.0.0.249 - - [2026-08-03 04:58:22] "GET /global-system-configs HTTP/1.1" 401 293 0.000498 10.0.0.249 - - [2026-08-03 04:58:23] "GET /virtual-machine/9acb8344-013c-483c-9319-688693249474 HTTP/1.1" 404 171 0.003949 10.0.0.249 - - [2026-08-03 04:58:24] "GET /virtual-machine/9acb8344-013c-483c-9319-688693249474 HTTP/1.1" 404 171 0.004127 10.0.0.249 - - [2026-08-03 04:58:24] "GET /obj-perms HTTP/1.1" 200 4497 0.005133 10.0.0.249 - - [2026-08-03 04:58:24] "GET /obj-perms HTTP/1.1" 200 4497 0.005373 10.0.0.249 - - [2026-08-03 04:58:24] "GET /virtual-machine/9f6a9022-a3ce-45a7-b523-d4b022a519da HTTP/1.1" 200 1302 0.006337 10.0.0.249 - - [2026-08-03 04:58:26] "GET /virtual-machine/9f6a9022-a3ce-45a7-b523-d4b022a519da HTTP/1.1" 200 1302 0.005575 10.0.0.249 - - [2026-08-03 04:58:26] "POST /neutron/port HTTP/1.1" 200 151 0.289297 10.0.0.249 - - [2026-08-03 04:58:28] "GET /virtual-machine/9f6a9022-a3ce-45a7-b523-d4b022a519da HTTP/1.1" 404 171 0.009730 10.0.0.249 - - [2026-08-03 04:58:28] "GET /virtual-machine/9f6a9022-a3ce-45a7-b523-d4b022a519da HTTP/1.1" 404 171 0.005104 10.0.0.249 - - [2026-08-03 04:58:28] "GET /virtual-machine/9f6a9022-a3ce-45a7-b523-d4b022a519da HTTP/1.1" 404 171 0.004095 10.0.0.249 - - [2026-08-03 04:58:28] "GET /virtual-machine/9f6a9022-a3ce-45a7-b523-d4b022a519da HTTP/1.1" 404 171 0.004489 10.0.0.249 - - [2026-08-03 04:58:29] "GET /virtual-machine/9f6a9022-a3ce-45a7-b523-d4b022a519da HTTP/1.1" 404 171 0.004406 10.0.0.249 - - [2026-08-03 04:58:30] "GET /virtual-machine/9f6a9022-a3ce-45a7-b523-d4b022a519da HTTP/1.1" 404 171 0.005330 10.0.0.249 - - [2026-08-03 04:58:31] "GET /virtual-machine/9f6a9022-a3ce-45a7-b523-d4b022a519da HTTP/1.1" 404 171 0.004163 10.0.0.249 - - [2026-08-03 04:58:32] "GET /virtual-machine/9f6a9022-a3ce-45a7-b523-d4b022a519da HTTP/1.1" 404 171 0.007518 10.0.0.249 - - [2026-08-03 04:58:33] "GET /virtual-machine/9f6a9022-a3ce-45a7-b523-d4b022a519da HTTP/1.1" 404 171 0.004704 10.0.0.249 - - [2026-08-03 04:58:33] "GET /virtual-machine/9f6a9022-a3ce-45a7-b523-d4b022a519da HTTP/1.1" 404 171 0.004408 10.0.0.249 - - [2026-08-03 04:58:34] "GET /virtual-machine/9f6a9022-a3ce-45a7-b523-d4b022a519da HTTP/1.1" 404 171 0.004719 10.0.0.249 - - [2026-08-03 04:58:35] "GET /virtual-machine/9f6a9022-a3ce-45a7-b523-d4b022a519da HTTP/1.1" 404 171 0.005471 10.0.0.249 - - [2026-08-03 04:58:36] "GET /virtual-machine/9f6a9022-a3ce-45a7-b523-d4b022a519da HTTP/1.1" 404 171 0.005375 10.0.0.249 - - [2026-08-03 04:58:37] "GET /virtual-machine/9f6a9022-a3ce-45a7-b523-d4b022a519da HTTP/1.1" 404 171 0.005393 10.0.0.249 - - [2026-08-03 04:58:38] "GET /virtual-machine/9f6a9022-a3ce-45a7-b523-d4b022a519da HTTP/1.1" 404 171 0.004568 10.0.0.249 - - [2026-08-03 04:58:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004390 10.0.0.249 - - [2026-08-03 04:58:39] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005489 10.0.0.249 - - [2026-08-03 04:58:39] "GET /virtual-networks?parent_id=6bcb5bba-3ea8-4a0e-8968-f936fa819d29&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.030850 10.0.0.249 - - [2026-08-03 04:58:39] "GET /virtual-network/5ebc5e86-0529-486a-8700-c32a3a860ad4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.007330 10.0.0.249 - - [2026-08-03 04:58:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.004184 10.0.0.249 - - [2026-08-03 04:58:39] "GET /routing-instance/6a243dba-89d5-4b52-89a1-d5a0df4f6d41?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1448 0.005614 10.0.0.249 - - [2026-08-03 04:58:39] "GET /route-target/967e88ca-4cbc-406e-a324-a71695a3d835?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.006091 10.0.0.249 - - [2026-08-03 04:58:39] "GET /obj-perms HTTP/1.1" 200 4497 0.004989 10.0.0.249 - - [2026-08-03 04:58:42] "GET /obj-perms HTTP/1.1" 200 4497 0.005036 10.0.0.50 - - [2026-08-03 04:58:42] "GET /obj-perms HTTP/1.1" 200 4497 0.004936 10.0.0.161 - - [2026-08-03 04:58:42] "GET /obj-perms HTTP/1.1" 200 4497 0.005793 10.0.0.249 - - [2026-08-03 04:58:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.004225 10.0.0.249 - - [2026-08-03 04:58:43] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.007576 10.0.0.249 - - [2026-08-03 04:58:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.004985 10.0.0.249 - - [2026-08-03 04:58:43] "PUT /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30 HTTP/1.1" 200 277 0.018796 10.0.0.161 - - [2026-08-03 04:58:45] "GET /projects?obj_uuids=6bcb5bba-3ea8-4a0e-8968-f936fa819d29&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.028206 10.0.0.249 - - [2026-08-03 04:58:45] "GET /project/6bcb5bba-3ea8-4a0e-8968-f936fa819d29?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1392 0.118366 10.0.0.161 - - [2026-08-03 04:58:45] "GET /projects?obj_uuids=6bcb5bba-3ea8-4a0e-8968-f936fa819d29&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001397 10.0.0.249 - - [2026-08-03 04:58:45] "GET /project/6bcb5bba-3ea8-4a0e-8968-f936fa819d29?fields=virtual_networks HTTP/1.1" 200 1046 0.072885 10.0.0.161 - - [2026-08-03 04:58:45] "GET /projects?obj_uuids=6bcb5bba-3ea8-4a0e-8968-f936fa819d29&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001720 10.0.0.249 - - [2026-08-03 04:58:46] "GET /project/6bcb5bba-3ea8-4a0e-8968-f936fa819d29?fields=virtual_machine_interfaces HTTP/1.1" 200 1046 0.083987 10.0.0.161 - - [2026-08-03 04:58:46] "GET /projects?obj_uuids=6bcb5bba-3ea8-4a0e-8968-f936fa819d29&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001242 10.0.0.249 - - [2026-08-03 04:58:46] "GET /project/6bcb5bba-3ea8-4a0e-8968-f936fa819d29?fields=security_groups HTTP/1.1" 200 1280 0.063776 10.0.0.249 - - [2026-08-03 04:58:47] "POST /fqname-to-id HTTP/1.1" 404 194 0.033327 10.0.0.161 - - [2026-08-03 04:58:47] "GET /projects?obj_uuids=14930297-97bc-4499-bfd2-d225e28f7710&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003695 10.0.0.161 - - [2026-08-03 04:58:47] "GET /domains?obj_uuids=724de60e-9f87-4d23-867c-6bd9a9880f5b&detail=False&count=False&shared=False HTTP/1.1" 200 316 0.001338 10.0.0.161 - - [2026-08-03 04:58:47] "GET /domain/724de60e-9f87-4d23-867c-6bd9a9880f5b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.041518 10.0.0.161 - - [2026-08-03 04:58:47] "POST /id-to-fqname HTTP/1.1" 200 196 0.008504 10.0.0.161 - - [2026-08-03 04:58:47] "POST /fqname-to-id HTTP/1.1" 404 205 0.006860 10.0.0.161 - - [2026-08-03 04:58:47] "POST /security-groups HTTP/1.1" 200 599 0.093026 10.0.0.161 - - [2026-08-03 04:58:47] "POST /projects HTTP/1.1" 200 599 0.386258 10.0.0.50 - - [2026-08-03 04:58:47] "POST /fqname-to-id HTTP/1.1" 404 240 0.036650 10.0.0.161 - - [2026-08-03 04:58:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.463276 10.0.0.249 - - [2026-08-03 04:58:47] "GET /project/14930297-97bc-4499-bfd2-d225e28f7710?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1389 0.665817 10.0.0.50 - - [2026-08-03 04:58:47] "POST /access-control-lists HTTP/1.1" 200 602 0.068907 10.0.0.249 - - [2026-08-03 04:58:49] "GET / HTTP/1.1" 200 36215 0.003291 10.0.0.161 - - [2026-08-03 04:58:52] "GET /projects?obj_uuids=14930297-97bc-4499-bfd2-d225e28f7710&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.001611 10.0.0.249 - - [2026-08-03 04:58:52] "GET /project/14930297-97bc-4499-bfd2-d225e28f7710?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1389 0.102633 10.0.0.161 - - [2026-08-03 04:58:52] "GET /projects?obj_uuids=14930297-97bc-4499-bfd2-d225e28f7710&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.001206 10.0.0.249 - - [2026-08-03 04:58:52] "GET /project/14930297-97bc-4499-bfd2-d225e28f7710?fields=virtual_networks HTTP/1.1" 200 1045 0.077893 10.0.0.161 - - [2026-08-03 04:58:52] "GET /projects?obj_uuids=14930297-97bc-4499-bfd2-d225e28f7710&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.003010 10.0.0.249 - - [2026-08-03 04:58:52] "GET /project/14930297-97bc-4499-bfd2-d225e28f7710?fields=virtual_machine_interfaces HTTP/1.1" 200 1045 0.104528 10.0.0.161 - - [2026-08-03 04:58:52] "GET /projects?obj_uuids=14930297-97bc-4499-bfd2-d225e28f7710&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.002055 10.0.0.249 - - [2026-08-03 04:58:52] "GET /project/14930297-97bc-4499-bfd2-d225e28f7710?fields=security_groups HTTP/1.1" 200 1278 0.086411 10.0.0.249 - - [2026-08-03 04:58:53] "POST /fqname-to-id HTTP/1.1" 404 188 0.034972 10.0.0.161 - - [2026-08-03 04:58:54] "GET /projects?obj_uuids=406ceb64-bdff-45be-9a45-0df06108d32a&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.005822 10.0.0.161 - - [2026-08-03 04:58:54] "GET /domains?obj_uuids=724de60e-9f87-4d23-867c-6bd9a9880f5b&detail=False&count=False&shared=False HTTP/1.1" 200 316 0.001410 10.0.0.161 - - [2026-08-03 04:58:54] "GET /domain/724de60e-9f87-4d23-867c-6bd9a9880f5b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.009711 10.0.0.161 - - [2026-08-03 04:58:54] "POST /id-to-fqname HTTP/1.1" 200 190 0.003634 10.0.0.161 - - [2026-08-03 04:58:54] "POST /fqname-to-id HTTP/1.1" 404 199 0.009771 10.0.0.161 - - [2026-08-03 04:58:54] "POST /security-groups HTTP/1.1" 200 593 0.064106 10.0.0.161 - - [2026-08-03 04:58:54] "POST /projects HTTP/1.1" 200 587 0.375507 10.0.0.161 - - [2026-08-03 04:58:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.469601 10.0.0.50 - - [2026-08-03 04:58:54] "POST /fqname-to-id HTTP/1.1" 404 233 0.013029 10.0.0.249 - - [2026-08-03 04:58:54] "GET /project/406ceb64-bdff-45be-9a45-0df06108d32a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.691748 10.0.0.249 - - [2026-08-03 04:58:55] "GET / HTTP/1.1" 200 36215 0.002792 10.0.0.161 - - [2026-08-03 04:58:59] "GET /projects?obj_uuids=406ceb64-bdff-45be-9a45-0df06108d32a&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001883 10.0.0.249 - - [2026-08-03 04:58:59] "GET /project/406ceb64-bdff-45be-9a45-0df06108d32a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.085099 10.0.0.161 - - [2026-08-03 04:58:59] "GET /projects?obj_uuids=406ceb64-bdff-45be-9a45-0df06108d32a&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001289 10.0.0.249 - - [2026-08-03 04:58:59] "GET /project/406ceb64-bdff-45be-9a45-0df06108d32a?fields=virtual_networks HTTP/1.1" 200 1033 0.075301 10.0.0.161 - - [2026-08-03 04:58:59] "GET /projects?obj_uuids=406ceb64-bdff-45be-9a45-0df06108d32a&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001812 10.0.0.249 - - [2026-08-03 04:58:59] "GET /project/406ceb64-bdff-45be-9a45-0df06108d32a?fields=virtual_machine_interfaces HTTP/1.1" 200 1033 0.075883 10.0.0.161 - - [2026-08-03 04:58:59] "GET /projects?obj_uuids=406ceb64-bdff-45be-9a45-0df06108d32a&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001637 10.0.0.249 - - [2026-08-03 04:58:59] "GET /project/406ceb64-bdff-45be-9a45-0df06108d32a?fields=security_groups HTTP/1.1" 200 1260 0.066141 10.0.0.249 - - [2026-08-03 04:59:00] "POST /fqname-to-id HTTP/1.1" 404 196 0.038302 10.0.0.161 - - [2026-08-03 04:59:00] "GET /projects?obj_uuids=59b7e781-aaa0-4eeb-9fed-227e166cdc94&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.005353 10.0.0.161 - - [2026-08-03 04:59:00] "GET /domains?obj_uuids=724de60e-9f87-4d23-867c-6bd9a9880f5b&detail=False&count=False&shared=False HTTP/1.1" 200 316 0.001974 10.0.0.161 - - [2026-08-03 04:59:00] "GET /domain/724de60e-9f87-4d23-867c-6bd9a9880f5b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.014653 10.0.0.161 - - [2026-08-03 04:59:01] "POST /id-to-fqname HTTP/1.1" 200 198 0.010457 10.0.0.161 - - [2026-08-03 04:59:01] "POST /fqname-to-id HTTP/1.1" 404 207 0.004720 10.0.0.161 - - [2026-08-03 04:59:01] "POST /security-groups HTTP/1.1" 200 601 0.063606 10.0.0.161 - - [2026-08-03 04:59:01] "POST /projects HTTP/1.1" 200 603 0.416034 10.0.0.161 - - [2026-08-03 04:59:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.464032 10.0.0.50 - - [2026-08-03 04:59:01] "POST /access-control-lists HTTP/1.1" 200 606 0.068124 10.0.0.249 - - [2026-08-03 04:59:01] "GET /project/59b7e781-aaa0-4eeb-9fed-227e166cdc94?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1397 0.691795 10.0.0.249 - - [2026-08-03 04:59:02] "GET / HTTP/1.1" 200 36215 0.002892 10.0.0.249 - - [2026-08-03 04:59:03] "POST /fqname-to-id HTTP/1.1" 401 293 0.000625 10.0.0.249 - - [2026-08-03 04:59:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.080361 10.0.0.161 - - [2026-08-03 04:59:03] "GET /projects?obj_uuids=59b7e781-aaa0-4eeb-9fed-227e166cdc94&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001840 10.0.0.249 - - [2026-08-03 04:59:03] "GET /project/59b7e781-aaa0-4eeb-9fed-227e166cdc94?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1397 0.071825 10.0.0.249 - - [2026-08-03 04:59:03] "POST /neutron/network HTTP/1.1" 200 117 0.047691 10.0.0.50 - - [2026-08-03 04:59:04] "POST /route-targets HTTP/1.1" 200 328 0.019060 10.0.0.161 - - [2026-08-03 04:59:04] "POST /useragent-kv HTTP/1.1" 200 115 0.017525 10.0.0.50 - - [2026-08-03 04:59:04] "POST /fqname-to-id HTTP/1.1" 404 207 0.071804 10.0.0.249 - - [2026-08-03 04:59:04] "POST /neutron/subnet HTTP/1.1" 200 724 0.345332 10.0.0.249 - - [2026-08-03 04:59:04] "POST /id-to-fqname HTTP/1.1" 200 222 0.002148 10.0.0.249 - - [2026-08-03 04:59:04] "GET /virtual-network/f726877a-d3b1-4d2f-8114-eac25d9f6cf7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2561 0.009756 10.0.0.249 - - [2026-08-03 04:59:04] "GET /virtual-network/f726877a-d3b1-4d2f-8114-eac25d9f6cf7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2561 0.008428 10.0.0.249 - - [2026-08-03 04:59:05] "POST /neutron/network HTTP/1.1" 200 975 0.018414 10.0.0.249 - - [2026-08-03 04:59:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004674 10.0.0.161 - - [2026-08-03 04:59:05] "GET /projects?obj_uuids=59b7e781-aaa0-4eeb-9fed-227e166cdc94&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001243 10.0.0.249 - - [2026-08-03 04:59:05] "GET /project/59b7e781-aaa0-4eeb-9fed-227e166cdc94?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1397 0.058903 10.0.0.249 - - [2026-08-03 04:59:05] "POST /neutron/network HTTP/1.1" 200 117 0.021553 10.0.0.50 - - [2026-08-03 04:59:05] "POST /ref-update HTTP/1.1" 200 156 0.036650 10.0.0.161 - - [2026-08-03 04:59:06] "POST /useragent-kv HTTP/1.1" 200 115 0.012366 10.0.0.249 - - [2026-08-03 04:59:06] "POST /neutron/subnet HTTP/1.1" 200 729 0.319565 10.0.0.249 - - [2026-08-03 04:59:06] "POST /id-to-fqname HTTP/1.1" 200 222 0.002203 10.0.0.249 - - [2026-08-03 04:59:06] "GET /virtual-network/365436e7-f2a6-4582-8a61-415e57aa0e49?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2563 0.007481 10.0.0.249 - - [2026-08-03 04:59:06] "GET /virtual-network/365436e7-f2a6-4582-8a61-415e57aa0e49?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2563 0.009057 10.0.0.249 - - [2026-08-03 04:59:06] "POST /neutron/network HTTP/1.1" 200 976 0.014987 10.0.0.249 - - [2026-08-03 04:59:06] "POST /id-to-fqname HTTP/1.1" 200 222 0.002164 10.0.0.249 - - [2026-08-03 04:59:06] "POST /neutron/network HTTP/1.1" 200 985 0.009639 10.0.0.249 - - [2026-08-03 04:59:06] "POST /neutron/port HTTP/1.1" 200 117 0.010520 10.0.0.249 - - [2026-08-03 04:59:06] "POST /id-to-fqname HTTP/1.1" 200 222 0.002126 10.0.0.249 - - [2026-08-03 04:59:07] "POST /neutron/network HTTP/1.1" 200 976 0.067188 10.0.0.249 - - [2026-08-03 04:59:07] "POST /neutron/port HTTP/1.1" 200 117 0.009810 10.0.0.249 - - [2026-08-03 04:59:11] "POST /neutron/port HTTP/1.1" 200 1153 0.054332 10.0.0.249 - - [2026-08-03 04:59:11] "POST /neutron/network HTTP/1.1" 200 986 0.009564 10.0.0.249 - - [2026-08-03 04:59:12] "POST /neutron/port HTTP/1.1" 200 1154 0.034863 10.0.0.249 - - [2026-08-03 04:59:12] "POST /neutron/security_group HTTP/1.1" 200 2066 0.012199 10.0.0.249 - - [2026-08-03 04:59:13] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005109 10.0.0.249 - - [2026-08-03 04:59:13] "POST /neutron/port HTTP/1.1" 200 117 0.001963 10.0.0.249 - - [2026-08-03 04:59:13] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005302 10.0.0.249 - - [2026-08-03 04:59:13] "POST /neutron/port HTTP/1.1" 200 117 0.002160 10.0.0.249 - - [2026-08-03 04:59:17] "POST /neutron/port HTTP/1.1" 200 1217 0.030918 10.0.0.249 - - [2026-08-03 04:59:23] "POST /neutron/security_group HTTP/1.1" 200 2066 0.013829 10.0.0.249 - - [2026-08-03 04:59:33] "POST /neutron/port HTTP/1.1" 200 1217 0.028362 10.0.0.249 - - [2026-08-03 04:59:38] "POST /neutron/security_group HTTP/1.1" 200 2066 0.011478 10.0.0.249 - - [2026-08-03 04:59:38] "POST /neutron/port HTTP/1.1" 200 1217 0.029766 10.0.0.249 - - [2026-08-03 04:59:38] "GET /virtual-machine/fdedd7cb-f9e2-433d-9f05-89a78f54e845 HTTP/1.1" 401 293 0.000656 10.0.0.249 - - [2026-08-03 04:59:39] "GET /virtual-machine/fdedd7cb-f9e2-433d-9f05-89a78f54e845 HTTP/1.1" 200 1303 0.062815 10.0.0.249 - - [2026-08-03 04:59:39] "GET /virtual-machine-interface/76397f62-7b7d-4dc4-82af-0feaf2342a83 HTTP/1.1" 200 3163 0.019739 10.0.0.161 - - [2026-08-03 04:59:39] "DELETE /project/6bcb5bba-3ea8-4a0e-8968-f936fa819d29 HTTP/1.1" 404 177 0.017934 10.0.0.161 - - [2026-08-03 04:59:39] "DELETE /project/1493029797bc4499bfd2d225e28f7710 HTTP/1.1" 404 173 0.022677 10.0.0.161 - - [2026-08-03 04:59:39] "DELETE /project/406ceb64bdff45be9a450df06108d32a HTTP/1.1" 404 173 0.020605 10.0.0.161 - - [2026-08-03 04:59:39] "DELETE /project/59b7e781aaa04eeb9fed227e166cdc94 HTTP/1.1" 404 173 0.010786 10.0.0.161 - - [2026-08-03 04:59:39] "GET /projects?obj_uuids=406ceb64-bdff-45be-9a45-0df06108d32a&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001469 10.0.0.161 - - [2026-08-03 04:59:39] "GET /projects?obj_uuids=14930297-97bc-4499-bfd2-d225e28f7710&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.001258 10.0.0.161 - - [2026-08-03 04:59:39] "GET /project/14930297-97bc-4499-bfd2-d225e28f7710?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1494 0.087542 10.0.0.249 - - [2026-08-03 04:59:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.046018 10.0.0.161 - - [2026-08-03 04:59:39] "GET /project/406ceb64-bdff-45be-9a45-0df06108d32a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1470 0.115670 10.0.0.249 - - [2026-08-03 04:59:39] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.031439 10.0.0.161 - - [2026-08-03 04:59:39] "GET /projects?obj_uuids=14930297-97bc-4499-bfd2-d225e28f7710&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.002602 10.0.0.161 - - [2026-08-03 04:59:39] "GET /projects?obj_uuids=406ceb64-bdff-45be-9a45-0df06108d32a&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001721 10.0.0.249 - - [2026-08-03 04:59:39] "GET /virtual-networks?parent_id=59b7e781-aaa0-4eeb-9fed-227e166cdc94&detail=False&count=False&shared=False HTTP/1.1" 200 577 0.008057 10.0.0.249 - - [2026-08-03 04:59:39] "GET /virtual-network/f726877a-d3b1-4d2f-8114-eac25d9f6cf7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2561 0.017249 10.0.0.161 - - [2026-08-03 04:59:39] "GET /project/406ceb64-bdff-45be-9a45-0df06108d32a?fields=security_groups HTTP/1.1" 200 1365 0.134130 10.0.0.161 - - [2026-08-03 04:59:39] "GET /project/14930297-97bc-4499-bfd2-d225e28f7710?fields=security_groups HTTP/1.1" 200 1383 0.155123 10.0.0.161 - - [2026-08-03 04:59:39] "DELETE /security-group/fc00da70-040a-43cf-8679-7a5a90f10230 HTTP/1.1" 200 115 0.138399 10.0.0.161 - - [2026-08-03 04:59:39] "GET /projects?obj_uuids=14930297-97bc-4499-bfd2-d225e28f7710&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.002205 10.0.0.161 - - [2026-08-03 04:59:39] "DELETE /security-group/d104dbd7-b997-4a29-a9b2-17c1c9d9012e HTTP/1.1" 200 115 0.150822 10.0.0.161 - - [2026-08-03 04:59:39] "GET /projects?obj_uuids=406ceb64-bdff-45be-9a45-0df06108d32a&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.006644 10.0.0.50 - - [2026-08-03 04:59:39] "DELETE /access-control-list/1a56aa9c-c152-48a7-9ddb-da33f16ec02c HTTP/1.1" 200 115 0.112003 10.0.0.161 - - [2026-08-03 04:59:39] "GET /project/14930297-97bc-4499-bfd2-d225e28f7710?fields=application_policy_sets HTTP/1.1" 200 1422 0.095745 10.0.0.161 - - [2026-08-03 04:59:39] "GET /project/406ceb64-bdff-45be-9a45-0df06108d32a?fields=application_policy_sets HTTP/1.1" 200 1404 0.154035 10.0.0.50 - - [2026-08-03 04:59:39] "DELETE /access-control-list/46610669-66a5-44e7-a745-a5d1e249d47b HTTP/1.1" 200 115 0.109828 10.0.0.161 - - [2026-08-03 04:59:39] "DELETE /project/14930297-97bc-4499-bfd2-d225e28f7710 HTTP/1.1" 200 115 0.838343 10.0.0.161 - - [2026-08-03 04:59:39] "DELETE /project/406ceb64-bdff-45be-9a45-0df06108d32a HTTP/1.1" 200 115 0.931824 10.0.0.249 - - [2026-08-03 04:59:40] "POST /neutron/security_group HTTP/1.1" 200 2066 0.084321 10.0.0.249 - - [2026-08-03 04:59:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.005322 10.0.0.249 - - [2026-08-03 04:59:42] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.006853 10.0.0.249 - - [2026-08-03 04:59:42] "GET /virtual-networks?parent_id=59b7e781-aaa0-4eeb-9fed-227e166cdc94&detail=False&count=False&shared=False HTTP/1.1" 200 577 0.005503 10.0.0.249 - - [2026-08-03 04:59:42] "GET /virtual-network/f726877a-d3b1-4d2f-8114-eac25d9f6cf7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2561 0.010359 10.0.0.249 - - [2026-08-03 04:59:42] "POST /neutron/port HTTP/1.1" 200 1218 0.032701 10.0.0.249 - - [2026-08-03 04:59:42] "POST /neutron/security_group HTTP/1.1" 200 2066 0.014323 10.0.0.249 - - [2026-08-03 04:59:42] "GET /virtual-machine/890e0351-06d3-41bb-8d88-f9ac8835ca8e HTTP/1.1" 200 1302 0.010248 10.0.0.249 - - [2026-08-03 04:59:42] "GET /virtual-machine-interface/dc301dbe-63e9-483d-a2a5-86ca306865ee HTTP/1.1" 200 3165 0.008536 10.0.0.249 - - [2026-08-03 04:59:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.004783 10.0.0.249 - - [2026-08-03 04:59:43] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004895 10.0.0.249 - - [2026-08-03 04:59:43] "GET /virtual-networks?parent_id=59b7e781-aaa0-4eeb-9fed-227e166cdc94&detail=False&count=False&shared=False HTTP/1.1" 200 577 0.004478 10.0.0.249 - - [2026-08-03 04:59:43] "GET /virtual-network/365436e7-f2a6-4582-8a61-415e57aa0e49?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2563 0.008261 10.0.0.249 - - [2026-08-03 04:59:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.005507 10.0.0.249 - - [2026-08-03 04:59:46] "GET /virtual-network/365436e7-f2a6-4582-8a61-415e57aa0e49?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2563 0.011117 10.0.0.249 - - [2026-08-03 04:59:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.005419 10.0.0.249 - - [2026-08-03 04:59:48] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.006804 10.0.0.249 - - [2026-08-03 04:59:48] "GET /virtual-networks?parent_id=59b7e781-aaa0-4eeb-9fed-227e166cdc94&detail=False&count=False&shared=False HTTP/1.1" 200 577 0.005993 10.0.0.249 - - [2026-08-03 04:59:48] "GET /virtual-network/365436e7-f2a6-4582-8a61-415e57aa0e49?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2563 0.008323 10.0.0.249 - - [2026-08-03 04:59:48] "POST /fqname-to-id HTTP/1.1" 404 209 0.005244 10.0.0.249 - - [2026-08-03 04:59:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.005230 10.0.0.161 - - [2026-08-03 04:59:48] "GET /projects?obj_uuids=59b7e781-aaa0-4eeb-9fed-227e166cdc94&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001626 10.0.0.249 - - [2026-08-03 04:59:48] "GET /project/59b7e781-aaa0-4eeb-9fed-227e166cdc94?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1397 0.073797 10.0.0.249 - - [2026-08-03 04:59:48] "POST /network-policys HTTP/1.1" 200 535 0.045401 10.0.0.249 - - [2026-08-03 04:59:48] "GET /network-policy/f9ba38f7-9682-416c-b8f9-1472aa85b383?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2097 0.007647 10.0.0.249 - - [2026-08-03 04:59:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004010 10.0.0.249 - - [2026-08-03 04:59:48] "GET /virtual-network/f726877a-d3b1-4d2f-8114-eac25d9f6cf7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2561 0.009332 10.0.0.249 - - [2026-08-03 04:59:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004426 10.0.0.249 - - [2026-08-03 04:59:48] "GET /network-policy/f9ba38f7-9682-416c-b8f9-1472aa85b383?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2097 0.006994 10.0.0.50 - - [2026-08-03 04:59:49] "POST /fqname-to-id HTTP/1.1" 404 207 0.025369 10.0.0.249 - - [2026-08-03 04:59:49] "POST /ref-update HTTP/1.1" 200 156 0.112366 10.0.0.249 - - [2026-08-03 04:59:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.005783 10.0.0.249 - - [2026-08-03 04:59:49] "GET /network-policy/f9ba38f7-9682-416c-b8f9-1472aa85b383?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2097 0.006289 10.0.0.249 - - [2026-08-03 04:59:49] "POST /neutron/network HTTP/1.1" 200 1061 0.021169 10.0.0.249 - - [2026-08-03 04:59:49] "GET /virtual-network/f726877a-d3b1-4d2f-8114-eac25d9f6cf7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2869 0.013918 10.0.0.249 - - [2026-08-03 04:59:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004785 10.0.0.249 - - [2026-08-03 04:59:49] "GET /network-policy/f9ba38f7-9682-416c-b8f9-1472aa85b383?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2097 0.006038 10.0.0.249 - - [2026-08-03 04:59:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.005311 10.0.0.249 - - [2026-08-03 04:59:49] "GET /virtual-network/365436e7-f2a6-4582-8a61-415e57aa0e49?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2563 0.008039 10.0.0.249 - - [2026-08-03 04:59:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.005213 10.0.0.249 - - [2026-08-03 04:59:49] "GET /network-policy/f9ba38f7-9682-416c-b8f9-1472aa85b383?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2097 0.006430 10.0.0.50 - - [2026-08-03 04:59:49] "POST /fqname-to-id HTTP/1.1" 404 230 0.026907 10.0.0.249 - - [2026-08-03 04:59:49] "POST /ref-update HTTP/1.1" 200 156 0.107886 10.0.0.249 - - [2026-08-03 04:59:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004560 10.0.0.249 - - [2026-08-03 04:59:49] "GET /network-policy/f9ba38f7-9682-416c-b8f9-1472aa85b383?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2097 0.006521 10.0.0.249 - - [2026-08-03 04:59:49] "GET /virtual-network/365436e7-f2a6-4582-8a61-415e57aa0e49?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2871 0.032305 10.0.0.249 - - [2026-08-03 04:59:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.011190 10.0.0.249 - - [2026-08-03 04:59:49] "GET /network-policy/f9ba38f7-9682-416c-b8f9-1472aa85b383?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2097 0.006208 10.0.0.249 - - [2026-08-03 04:59:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004646 10.0.0.161 - - [2026-08-03 04:59:49] "GET /projects?obj_uuids=59b7e781-aaa0-4eeb-9fed-227e166cdc94&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001287 10.0.0.249 - - [2026-08-03 04:59:49] "GET /project/59b7e781-aaa0-4eeb-9fed-227e166cdc94?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1397 0.073780 10.0.0.161 - - [2026-08-03 04:59:50] "GET /projects?obj_uuids=59b7e781-aaa0-4eeb-9fed-227e166cdc94&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001970 10.0.0.249 - - [2026-08-03 04:59:50] "POST /neutron/network HTTP/1.1" 200 585 0.217207 10.0.0.50 - - [2026-08-03 04:59:50] "POST /route-targets HTTP/1.1" 200 328 0.022203 10.0.0.249 - - [2026-08-03 04:59:50] "POST /id-to-fqname HTTP/1.1" 200 214 0.004319 10.0.0.249 - - [2026-08-03 04:59:50] "GET /virtual-network/7c9fc5d7-caab-4694-a4db-b6354d7c91f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2001 0.007199 10.0.0.249 - - [2026-08-03 04:59:50] "POST /neutron/network HTTP/1.1" 200 799 0.008996 10.0.0.249 - - [2026-08-03 04:59:50] "GET /virtual-network/7c9fc5d7-caab-4694-a4db-b6354d7c91f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2001 0.007513 10.0.0.249 - - [2026-08-03 04:59:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004597 10.0.0.161 - - [2026-08-03 04:59:50] "GET /projects?obj_uuids=59b7e781-aaa0-4eeb-9fed-227e166cdc94&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001254 10.0.0.249 - - [2026-08-03 04:59:50] "GET /project/59b7e781-aaa0-4eeb-9fed-227e166cdc94?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1397 0.072750 10.0.0.249 - - [2026-08-03 04:59:50] "POST /neutron/network HTTP/1.1" 200 117 0.023797 10.0.0.50 - - [2026-08-03 04:59:51] "POST /ref-update HTTP/1.1" 200 156 0.061821 10.0.0.249 - - [2026-08-03 04:59:51] "POST /neutron/network HTTP/1.1" 200 799 0.011846 10.0.0.249 - - [2026-08-03 04:59:51] "POST /id-to-fqname HTTP/1.1" 200 214 0.001508 10.0.0.249 - - [2026-08-03 04:59:51] "GET /virtual-network/937aa0f8-8323-4ed2-b88e-35c009a38b48?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2002 0.006261 10.0.0.249 - - [2026-08-03 04:59:51] "GET /virtual-network/937aa0f8-8323-4ed2-b88e-35c009a38b48?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2002 0.006894 10.0.0.249 - - [2026-08-03 04:59:51] "POST /neutron/subnet HTTP/1.1" 200 701 0.023319 10.0.0.249 - - [2026-08-03 04:59:51] "POST /fqname-to-id HTTP/1.1" 404 239 0.005037 10.0.0.249 - - [2026-08-03 04:59:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.021640 10.0.0.161 - - [2026-08-03 04:59:51] "GET /projects?obj_uuids=59b7e781-aaa0-4eeb-9fed-227e166cdc94&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001921 10.0.0.249 - - [2026-08-03 04:59:51] "GET /project/59b7e781-aaa0-4eeb-9fed-227e166cdc94?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1397 0.071958 10.0.0.249 - - [2026-08-03 04:59:51] "POST /network-policys HTTP/1.1" 200 589 0.052203 10.0.0.249 - - [2026-08-03 04:59:51] "GET /network-policy/185e6c8d-e88f-4ba8-9680-793d63602b33?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2161 0.009900 10.0.0.249 - - [2026-08-03 04:59:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.007442 10.0.0.249 - - [2026-08-03 04:59:51] "GET /virtual-network/7c9fc5d7-caab-4694-a4db-b6354d7c91f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2001 0.007867 10.0.0.249 - - [2026-08-03 04:59:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004478 10.0.0.249 - - [2026-08-03 04:59:52] "GET /network-policy/185e6c8d-e88f-4ba8-9680-793d63602b33?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2161 0.006166 10.0.0.249 - - [2026-08-03 04:59:52] "POST /ref-update HTTP/1.1" 200 156 0.091007 10.0.0.249 - - [2026-08-03 04:59:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.020365 10.0.0.249 - - [2026-08-03 04:59:52] "GET /network-policy/185e6c8d-e88f-4ba8-9680-793d63602b33?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2161 0.006900 10.0.0.249 - - [2026-08-03 04:59:52] "GET /virtual-network/7c9fc5d7-caab-4694-a4db-b6354d7c91f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2336 0.013207 10.0.0.249 - - [2026-08-03 04:59:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.005073 10.0.0.249 - - [2026-08-03 04:59:52] "GET /network-policy/185e6c8d-e88f-4ba8-9680-793d63602b33?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2161 0.006434 10.0.0.249 - - [2026-08-03 04:59:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.005311 10.0.0.249 - - [2026-08-03 04:59:52] "GET /virtual-network/937aa0f8-8323-4ed2-b88e-35c009a38b48?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2002 0.010336 10.0.0.249 - - [2026-08-03 04:59:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.006029 10.0.0.249 - - [2026-08-03 04:59:52] "GET /network-policy/185e6c8d-e88f-4ba8-9680-793d63602b33?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2161 0.013883 10.0.0.50 - - [2026-08-03 04:59:52] "POST /fqname-to-id HTTP/1.1" 404 210 0.008998 10.0.0.249 - - [2026-08-03 04:59:52] "POST /ref-update HTTP/1.1" 200 156 0.100788 10.0.0.249 - - [2026-08-03 04:59:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.004289 10.0.0.249 - - [2026-08-03 04:59:52] "GET /network-policy/185e6c8d-e88f-4ba8-9680-793d63602b33?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2161 0.009914 10.0.0.249 - - [2026-08-03 04:59:52] "GET /virtual-network/937aa0f8-8323-4ed2-b88e-35c009a38b48?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2337 0.010588 10.0.0.249 - - [2026-08-03 04:59:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.004195 10.0.0.249 - - [2026-08-03 04:59:52] "GET /network-policy/185e6c8d-e88f-4ba8-9680-793d63602b33?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2161 0.006173 10.0.0.249 - - [2026-08-03 04:59:52] "POST /id-to-fqname HTTP/1.1" 200 214 0.001455 10.0.0.249 - - [2026-08-03 04:59:53] "POST /neutron/port HTTP/1.1" 200 2281 0.041213 10.0.0.161 - - [2026-08-03 04:59:53] "GET /projects?obj_uuids=59b7e781-aaa0-4eeb-9fed-227e166cdc94&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001415 10.0.0.249 - - [2026-08-03 04:59:53] "GET /project/59b7e781-aaa0-4eeb-9fed-227e166cdc94?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1397 0.100854 10.0.0.249 - - [2026-08-03 04:59:53] "POST /neutron/network HTTP/1.1" 200 912 0.009787 10.0.0.249 - - [2026-08-03 04:59:53] "POST /neutron/port HTTP/1.1" 200 117 0.019719 10.0.0.249 - - [2026-08-03 04:59:53] "POST /id-to-fqname HTTP/1.1" 200 214 0.001993 10.0.0.249 - - [2026-08-03 04:59:54] "POST /neutron/network HTTP/1.1" 200 922 0.012156 10.0.0.249 - - [2026-08-03 04:59:54] "POST /neutron/security_group HTTP/1.1" 200 2066 0.025788 10.0.0.249 - - [2026-08-03 04:59:54] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 901 0.007094 10.0.0.249 - - [2026-08-03 04:59:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.006370 10.0.0.249 - - [2026-08-03 04:59:54] "GET /bgp-router/ba9b29c4-0fe6-4dce-ac63-00145b4e424a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2843 0.010611 10.0.0.249 - - [2026-08-03 04:59:56] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 901 0.005674 10.0.0.249 - - [2026-08-03 04:59:56] "GET /bgp-router/ba9b29c4-0fe6-4dce-ac63-00145b4e424a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2843 0.007675 10.0.0.249 - - [2026-08-03 04:59:56] "GET /bgp-router/ba9b29c4-0fe6-4dce-ac63-00145b4e424a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2843 0.008261 10.0.0.249 - - [2026-08-03 04:59:56] "PUT /bgp-router/ba9b29c4-0fe6-4dce-ac63-00145b4e424a HTTP/1.1" 200 255 0.054265 10.0.0.249 - - [2026-08-03 04:59:56] "PUT /bgp-router/ba9b29c4-0fe6-4dce-ac63-00145b4e424a HTTP/1.1" 200 255 0.069017 10.0.0.249 - - [2026-08-03 04:59:56] "GET /bgp-router/9f228a7e-6a35-4014-9be8-b35a49877b04?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2845 0.008484 10.0.0.249 - - [2026-08-03 04:59:56] "GET /bgp-router/9f228a7e-6a35-4014-9be8-b35a49877b04?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2845 0.019987 10.0.0.249 - - [2026-08-03 04:59:56] "PUT /bgp-router/9f228a7e-6a35-4014-9be8-b35a49877b04 HTTP/1.1" 200 255 0.076202 10.0.0.249 - - [2026-08-03 04:59:56] "PUT /bgp-router/9f228a7e-6a35-4014-9be8-b35a49877b04 HTTP/1.1" 200 255 0.092164 10.0.0.249 - - [2026-08-03 04:59:56] "GET /bgp-router/d699acce-f93d-4433-8515-58f4ea10a4b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2842 0.022625 10.0.0.249 - - [2026-08-03 04:59:56] "GET /bgp-router/d699acce-f93d-4433-8515-58f4ea10a4b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2842 0.009076 10.0.0.249 - - [2026-08-03 04:59:56] "PUT /bgp-router/d699acce-f93d-4433-8515-58f4ea10a4b1 HTTP/1.1" 200 255 0.068773 10.0.0.249 - - [2026-08-03 04:59:56] "PUT /bgp-router/d699acce-f93d-4433-8515-58f4ea10a4b1 HTTP/1.1" 200 255 0.112893 10.0.0.249 - - [2026-08-03 04:59:57] "GET /bgp-router/ba9b29c4-0fe6-4dce-ac63-00145b4e424a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2843 0.015008 10.0.0.249 - - [2026-08-03 04:59:57] "GET /bgp-router/ba9b29c4-0fe6-4dce-ac63-00145b4e424a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2843 0.009495 10.0.0.249 - - [2026-08-03 04:59:57] "PUT /bgp-router/ba9b29c4-0fe6-4dce-ac63-00145b4e424a HTTP/1.1" 200 255 0.042181 10.0.0.249 - - [2026-08-03 04:59:57] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 901 0.004911 10.0.0.249 - - [2026-08-03 04:59:57] "GET /bgp-router/ba9b29c4-0fe6-4dce-ac63-00145b4e424a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2843 0.006785 10.0.0.249 - - [2026-08-03 04:59:57] "GET /bgp-router/ba9b29c4-0fe6-4dce-ac63-00145b4e424a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2843 0.007101 10.0.0.249 - - [2026-08-03 04:59:57] "PUT /bgp-router/ba9b29c4-0fe6-4dce-ac63-00145b4e424a HTTP/1.1" 200 255 0.042474 10.0.0.249 - - [2026-08-03 04:59:57] "PUT /bgp-router/ba9b29c4-0fe6-4dce-ac63-00145b4e424a HTTP/1.1" 200 255 0.079263 10.0.0.249 - - [2026-08-03 04:59:57] "GET /bgp-router/9f228a7e-6a35-4014-9be8-b35a49877b04?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2845 0.007868 10.0.0.249 - - [2026-08-03 04:59:57] "GET /bgp-router/9f228a7e-6a35-4014-9be8-b35a49877b04?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2845 0.036594 10.0.0.249 - - [2026-08-03 04:59:57] "PUT /bgp-router/9f228a7e-6a35-4014-9be8-b35a49877b04 HTTP/1.1" 200 255 0.071501 10.0.0.249 - - [2026-08-03 04:59:57] "PUT /bgp-router/9f228a7e-6a35-4014-9be8-b35a49877b04 HTTP/1.1" 200 255 0.085305 10.0.0.249 - - [2026-08-03 04:59:57] "GET /bgp-router/d699acce-f93d-4433-8515-58f4ea10a4b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2842 0.011441 10.0.0.249 - - [2026-08-03 04:59:57] "GET /bgp-router/d699acce-f93d-4433-8515-58f4ea10a4b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2842 0.009467 10.0.0.249 - - [2026-08-03 04:59:57] "PUT /bgp-router/d699acce-f93d-4433-8515-58f4ea10a4b1 HTTP/1.1" 200 255 0.063989 10.0.0.249 - - [2026-08-03 04:59:57] "PUT /bgp-router/d699acce-f93d-4433-8515-58f4ea10a4b1 HTTP/1.1" 200 255 0.089454 10.0.0.249 - - [2026-08-03 04:59:58] "GET /bgp-router/9f228a7e-6a35-4014-9be8-b35a49877b04?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2845 0.018116 10.0.0.249 - - [2026-08-03 04:59:58] "GET /bgp-router/9f228a7e-6a35-4014-9be8-b35a49877b04?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2845 0.025206 10.0.0.161 - - [2026-08-03 04:59:58] "GET /projects?obj_uuids=59b7e781-aaa0-4eeb-9fed-227e166cdc94&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.002691 10.0.0.249 - - [2026-08-03 04:59:58] "PUT /bgp-router/9f228a7e-6a35-4014-9be8-b35a49877b04 HTTP/1.1" 200 255 0.063385 10.0.0.249 - - [2026-08-03 04:59:58] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 901 0.013498 10.0.0.249 - - [2026-08-03 04:59:58] "GET /bgp-router/ba9b29c4-0fe6-4dce-ac63-00145b4e424a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2843 0.023633 10.0.0.249 - - [2026-08-03 04:59:58] "GET /bgp-router/ba9b29c4-0fe6-4dce-ac63-00145b4e424a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2843 0.012256 10.0.0.249 - - [2026-08-03 04:59:58] "PUT /bgp-router/ba9b29c4-0fe6-4dce-ac63-00145b4e424a HTTP/1.1" 200 255 0.061123 10.0.0.249 - - [2026-08-03 04:59:58] "PUT /bgp-router/ba9b29c4-0fe6-4dce-ac63-00145b4e424a HTTP/1.1" 200 255 0.154517 10.0.0.249 - - [2026-08-03 04:59:58] "GET /bgp-router/9f228a7e-6a35-4014-9be8-b35a49877b04?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2845 0.025802 10.0.0.249 - - [2026-08-03 04:59:58] "GET /bgp-router/9f228a7e-6a35-4014-9be8-b35a49877b04?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2845 0.016603 10.0.0.249 - - [2026-08-03 04:59:58] "PUT /bgp-router/9f228a7e-6a35-4014-9be8-b35a49877b04 HTTP/1.1" 200 255 0.058109 10.0.0.249 - - [2026-08-03 04:59:58] "POST /neutron/port HTTP/1.1" 200 1063 0.763727 10.0.0.249 - - [2026-08-03 04:59:58] "PUT /bgp-router/9f228a7e-6a35-4014-9be8-b35a49877b04 HTTP/1.1" 200 255 0.150182 10.0.0.249 - - [2026-08-03 04:59:58] "GET /bgp-router/d699acce-f93d-4433-8515-58f4ea10a4b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2842 0.026629 10.0.0.249 - - [2026-08-03 04:59:58] "GET /bgp-router/d699acce-f93d-4433-8515-58f4ea10a4b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2842 0.007426 10.0.0.249 - - [2026-08-03 04:59:59] "POST /neutron/port HTTP/1.1" 200 1063 0.137717 10.0.0.249 - - [2026-08-03 04:59:59] "PUT /bgp-router/d699acce-f93d-4433-8515-58f4ea10a4b1 HTTP/1.1" 200 255 0.130245 10.0.0.249 - - [2026-08-03 04:59:59] "PUT /bgp-router/d699acce-f93d-4433-8515-58f4ea10a4b1 HTTP/1.1" 200 255 0.139889 10.0.0.249 - - [2026-08-03 04:59:59] "GET /bgp-router/d699acce-f93d-4433-8515-58f4ea10a4b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2842 0.030921 10.0.0.249 - - [2026-08-03 04:59:59] "GET /bgp-router/d699acce-f93d-4433-8515-58f4ea10a4b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2842 0.008652 10.0.0.249 - - [2026-08-03 04:59:59] "PUT /bgp-router/d699acce-f93d-4433-8515-58f4ea10a4b1 HTTP/1.1" 200 255 0.066260 10.0.0.249 - - [2026-08-03 04:59:59] "POST /neutron/port HTTP/1.1" 200 1063 0.092691 10.0.0.249 - - [2026-08-03 04:59:59] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 901 0.010690 10.0.0.249 - - [2026-08-03 04:59:59] "GET /bgp-router/ba9b29c4-0fe6-4dce-ac63-00145b4e424a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2843 0.025245 10.0.0.249 - - [2026-08-03 04:59:59] "GET /bgp-router/ba9b29c4-0fe6-4dce-ac63-00145b4e424a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2843 0.033890 10.0.0.249 - - [2026-08-03 04:59:59] "PUT /bgp-router/ba9b29c4-0fe6-4dce-ac63-00145b4e424a HTTP/1.1" 200 255 0.143212 10.0.0.249 - - [2026-08-03 05:00:00] "PUT /bgp-router/ba9b29c4-0fe6-4dce-ac63-00145b4e424a HTTP/1.1" 200 255 0.122232 10.0.0.249 - - [2026-08-03 05:00:00] "GET /bgp-router/9f228a7e-6a35-4014-9be8-b35a49877b04?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2908 0.011722 10.0.0.249 - - [2026-08-03 05:00:00] "GET /bgp-router/9f228a7e-6a35-4014-9be8-b35a49877b04?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2908 0.010485 10.0.0.249 - - [2026-08-03 05:00:00] "PUT /bgp-router/9f228a7e-6a35-4014-9be8-b35a49877b04 HTTP/1.1" 200 255 0.095201 10.0.0.249 - - [2026-08-03 05:00:00] "PUT /bgp-router/9f228a7e-6a35-4014-9be8-b35a49877b04 HTTP/1.1" 200 255 0.076578 10.0.0.249 - - [2026-08-03 05:00:00] "GET /bgp-router/d699acce-f93d-4433-8515-58f4ea10a4b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2968 0.015064 10.0.0.249 - - [2026-08-03 05:00:00] "GET /bgp-router/d699acce-f93d-4433-8515-58f4ea10a4b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2968 0.028831 10.0.0.249 - - [2026-08-03 05:00:00] "PUT /bgp-router/d699acce-f93d-4433-8515-58f4ea10a4b1 HTTP/1.1" 200 255 0.072314 10.0.0.249 - - [2026-08-03 05:00:00] "POST /neutron/port HTTP/1.1" 200 1127 0.093173 10.0.0.249 - - [2026-08-03 05:00:00] "PUT /bgp-router/d699acce-f93d-4433-8515-58f4ea10a4b1 HTTP/1.1" 200 255 0.178590 10.0.0.249 - - [2026-08-03 05:00:00] "POST /neutron/port HTTP/1.1" 200 1127 0.049642 10.0.0.249 - - [2026-08-03 05:00:01] "POST /neutron/floatingip HTTP/1.1" 200 117 0.007610 10.0.0.249 - - [2026-08-03 05:00:01] "POST /neutron/network HTTP/1.1" 200 912 0.013016 10.0.0.249 - - [2026-08-03 05:00:10] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 901 0.005289 10.0.0.249 - - [2026-08-03 05:00:10] "GET /bgp-router/ba9b29c4-0fe6-4dce-ac63-00145b4e424a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2969 0.007646 10.0.0.249 - - [2026-08-03 05:00:10] "GET /bgp-router/ba9b29c4-0fe6-4dce-ac63-00145b4e424a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2969 0.007253 10.0.0.249 - - [2026-08-03 05:00:11] "PUT /bgp-router/ba9b29c4-0fe6-4dce-ac63-00145b4e424a HTTP/1.1" 200 255 0.068604 10.0.0.249 - - [2026-08-03 05:00:11] "PUT /bgp-router/ba9b29c4-0fe6-4dce-ac63-00145b4e424a HTTP/1.1" 200 255 0.100143 10.0.0.249 - - [2026-08-03 05:00:11] "GET /bgp-router/9f228a7e-6a35-4014-9be8-b35a49877b04?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2908 0.012078 10.0.0.249 - - [2026-08-03 05:00:11] "GET /bgp-router/9f228a7e-6a35-4014-9be8-b35a49877b04?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2908 0.009315 10.0.0.249 - - [2026-08-03 05:00:11] "PUT /bgp-router/9f228a7e-6a35-4014-9be8-b35a49877b04 HTTP/1.1" 200 255 0.061483 10.0.0.249 - - [2026-08-03 05:00:11] "PUT /bgp-router/9f228a7e-6a35-4014-9be8-b35a49877b04 HTTP/1.1" 200 255 0.076725 10.0.0.249 - - [2026-08-03 05:00:11] "GET /bgp-router/d699acce-f93d-4433-8515-58f4ea10a4b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2842 0.023610 10.0.0.249 - - [2026-08-03 05:00:11] "GET /bgp-router/d699acce-f93d-4433-8515-58f4ea10a4b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2842 0.040349 10.0.0.249 - - [2026-08-03 05:00:11] "PUT /bgp-router/d699acce-f93d-4433-8515-58f4ea10a4b1 HTTP/1.1" 200 255 0.064026 10.0.0.249 - - [2026-08-03 05:00:11] "PUT /bgp-router/d699acce-f93d-4433-8515-58f4ea10a4b1 HTTP/1.1" 200 255 0.074762 10.0.0.249 - - [2026-08-03 05:00:11] "GET /bgp-router/ba9b29c4-0fe6-4dce-ac63-00145b4e424a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2843 0.007925 10.0.0.249 - - [2026-08-03 05:00:11] "GET /bgp-router/ba9b29c4-0fe6-4dce-ac63-00145b4e424a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2843 0.022584 10.0.0.249 - - [2026-08-03 05:00:11] "PUT /bgp-router/ba9b29c4-0fe6-4dce-ac63-00145b4e424a HTTP/1.1" 200 255 0.050687 10.0.0.249 - - [2026-08-03 05:00:11] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 901 0.008676 10.0.0.249 - - [2026-08-03 05:00:11] "GET /bgp-router/ba9b29c4-0fe6-4dce-ac63-00145b4e424a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2843 0.007921 10.0.0.249 - - [2026-08-03 05:00:11] "GET /bgp-router/ba9b29c4-0fe6-4dce-ac63-00145b4e424a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2843 0.006934 10.0.0.249 - - [2026-08-03 05:00:12] "PUT /bgp-router/ba9b29c4-0fe6-4dce-ac63-00145b4e424a HTTP/1.1" 200 255 0.040572 10.0.0.249 - - [2026-08-03 05:00:12] "PUT /bgp-router/ba9b29c4-0fe6-4dce-ac63-00145b4e424a HTTP/1.1" 200 255 0.105632 10.0.0.249 - - [2026-08-03 05:00:12] "GET /bgp-router/9f228a7e-6a35-4014-9be8-b35a49877b04?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2845 0.024068 10.0.0.249 - - [2026-08-03 05:00:12] "GET /bgp-router/9f228a7e-6a35-4014-9be8-b35a49877b04?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2845 0.006572 10.0.0.249 - - [2026-08-03 05:00:12] "PUT /bgp-router/9f228a7e-6a35-4014-9be8-b35a49877b04 HTTP/1.1" 200 255 0.060013 10.0.0.249 - - [2026-08-03 05:00:12] "PUT /bgp-router/9f228a7e-6a35-4014-9be8-b35a49877b04 HTTP/1.1" 200 255 0.072943 10.0.0.249 - - [2026-08-03 05:00:12] "GET /bgp-router/d699acce-f93d-4433-8515-58f4ea10a4b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2842 0.014951 10.0.0.249 - - [2026-08-03 05:00:12] "GET /bgp-router/d699acce-f93d-4433-8515-58f4ea10a4b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2842 0.007032 10.0.0.249 - - [2026-08-03 05:00:12] "PUT /bgp-router/d699acce-f93d-4433-8515-58f4ea10a4b1 HTTP/1.1" 200 255 0.059324 10.0.0.249 - - [2026-08-03 05:00:12] "PUT /bgp-router/d699acce-f93d-4433-8515-58f4ea10a4b1 HTTP/1.1" 200 255 0.079338 10.0.0.249 - - [2026-08-03 05:00:12] "GET /bgp-router/9f228a7e-6a35-4014-9be8-b35a49877b04?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2845 0.007987 10.0.0.249 - - [2026-08-03 05:00:12] "GET /bgp-router/9f228a7e-6a35-4014-9be8-b35a49877b04?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2845 0.027675 10.0.0.249 - - [2026-08-03 05:00:12] "PUT /bgp-router/9f228a7e-6a35-4014-9be8-b35a49877b04 HTTP/1.1" 200 255 0.039755 10.0.0.249 - - [2026-08-03 05:00:12] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 901 0.005883 10.0.0.249 - - [2026-08-03 05:00:12] "GET /bgp-router/ba9b29c4-0fe6-4dce-ac63-00145b4e424a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2843 0.007361 10.0.0.249 - - [2026-08-03 05:00:12] "GET /bgp-router/ba9b29c4-0fe6-4dce-ac63-00145b4e424a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2843 0.008386 10.0.0.249 - - [2026-08-03 05:00:13] "PUT /bgp-router/ba9b29c4-0fe6-4dce-ac63-00145b4e424a HTTP/1.1" 200 255 0.049107 10.0.0.249 - - [2026-08-03 05:00:13] "PUT /bgp-router/ba9b29c4-0fe6-4dce-ac63-00145b4e424a HTTP/1.1" 200 255 0.081285 10.0.0.249 - - [2026-08-03 05:00:13] "GET /bgp-router/9f228a7e-6a35-4014-9be8-b35a49877b04?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2845 0.015653 10.0.0.249 - - [2026-08-03 05:00:13] "GET /bgp-router/9f228a7e-6a35-4014-9be8-b35a49877b04?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2845 0.011113 10.0.0.249 - - [2026-08-03 05:00:13] "PUT /bgp-router/9f228a7e-6a35-4014-9be8-b35a49877b04 HTTP/1.1" 200 255 0.065157 10.0.0.249 - - [2026-08-03 05:00:13] "PUT /bgp-router/9f228a7e-6a35-4014-9be8-b35a49877b04 HTTP/1.1" 200 255 0.071400 10.0.0.249 - - [2026-08-03 05:00:13] "GET /bgp-router/d699acce-f93d-4433-8515-58f4ea10a4b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2842 0.027574 10.0.0.249 - - [2026-08-03 05:00:13] "GET /bgp-router/d699acce-f93d-4433-8515-58f4ea10a4b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2842 0.016189 10.0.0.249 - - [2026-08-03 05:00:13] "PUT /bgp-router/d699acce-f93d-4433-8515-58f4ea10a4b1 HTTP/1.1" 200 255 0.068178 10.0.0.249 - - [2026-08-03 05:00:13] "PUT /bgp-router/d699acce-f93d-4433-8515-58f4ea10a4b1 HTTP/1.1" 200 255 0.121443 10.0.0.249 - - [2026-08-03 05:00:13] "GET /bgp-router/d699acce-f93d-4433-8515-58f4ea10a4b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2842 0.015535 10.0.0.249 - - [2026-08-03 05:00:13] "GET /bgp-router/d699acce-f93d-4433-8515-58f4ea10a4b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2842 0.008511 10.0.0.249 - - [2026-08-03 05:00:13] "PUT /bgp-router/d699acce-f93d-4433-8515-58f4ea10a4b1 HTTP/1.1" 200 255 0.044060 10.0.0.249 - - [2026-08-03 05:00:14] "POST /ref-update HTTP/1.1" 200 156 0.254143 10.0.0.50 - - [2026-08-03 05:00:14] "DELETE /access-control-list/c799586c-d91c-43ff-9220-170639216092 HTTP/1.1" 200 115 0.267862 10.0.0.249 - - [2026-08-03 05:00:14] "GET /virtual-network/937aa0f8-8323-4ed2-b88e-35c009a38b48?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2002 0.042129 10.0.0.249 - - [2026-08-03 05:00:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.010024 10.0.0.249 - - [2026-08-03 05:00:14] "GET /network-policy/185e6c8d-e88f-4ba8-9680-793d63602b33?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2161 0.008622 10.0.0.249 - - [2026-08-03 05:00:14] "POST /ref-update HTTP/1.1" 200 156 0.105561 10.0.0.50 - - [2026-08-03 05:00:14] "POST /ref-update HTTP/1.1" 200 156 0.053936 10.0.0.249 - - [2026-08-03 05:00:14] "GET /virtual-network/7c9fc5d7-caab-4694-a4db-b6354d7c91f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2001 0.040594 10.0.0.249 - - [2026-08-03 05:00:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.006883 10.0.0.249 - - [2026-08-03 05:00:14] "GET /network-policy/185e6c8d-e88f-4ba8-9680-793d63602b33?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2161 0.007167 10.0.0.249 - - [2026-08-03 05:00:14] "DELETE /network-policy/185e6c8d-e88f-4ba8-9680-793d63602b33 HTTP/1.1" 200 115 0.071453 10.0.0.249 - - [2026-08-03 05:00:14] "POST /neutron/network HTTP/1.1" 200 799 0.011248 10.0.0.249 - - [2026-08-03 05:00:17] "POST /neutron/network HTTP/1.1" 400 204 0.025971 10.0.0.249 - - [2026-08-03 05:00:20] "POST /neutron/port HTTP/1.1" 200 1218 0.026809 10.0.0.249 - - [2026-08-03 05:00:21] "POST /neutron/port HTTP/1.1" 200 1218 0.024825 10.0.0.249 - - [2026-08-03 05:00:22] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006262 10.0.0.249 - - [2026-08-03 05:00:22] "POST /neutron/port HTTP/1.1" 200 117 0.001486 10.0.0.249 - - [2026-08-03 05:00:22] "POST /neutron/port HTTP/1.1" 200 1217 0.024517 10.0.0.249 - - [2026-08-03 05:00:23] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006052 10.0.0.249 - - [2026-08-03 05:00:23] "POST /neutron/network HTTP/1.1" 400 204 0.019771 10.0.0.249 - - [2026-08-03 05:00:23] "POST /neutron/network HTTP/1.1" 200 1061 0.017715 10.0.0.249 - - [2026-08-03 05:00:25] "POST /neutron/port HTTP/1.1" 200 1127 0.038534 10.0.0.249 - - [2026-08-03 05:00:25] "POST /neutron/port HTTP/1.1" 200 151 0.285201 10.0.0.249 - - [2026-08-03 05:00:27] "POST /neutron/network HTTP/1.1" 200 799 0.011586 10.0.0.50 - - [2026-08-03 05:00:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004589 10.0.0.161 - - [2026-08-03 05:00:27] "POST /useragent-kv HTTP/1.1" 200 115 0.007849 10.0.0.161 - - [2026-08-03 05:00:27] "POST /useragent-kv HTTP/1.1" 200 115 0.003920 10.0.0.249 - - [2026-08-03 05:00:27] "POST /neutron/network HTTP/1.1" 200 151 0.206523 10.0.0.249 - - [2026-08-03 05:00:27] "POST /ref-update HTTP/1.1" 200 156 0.118606 10.0.0.249 - - [2026-08-03 05:00:27] "GET /virtual-network/365436e7-f2a6-4582-8a61-415e57aa0e49?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2563 0.015836 10.0.0.249 - - [2026-08-03 05:00:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.009917 10.0.0.50 - - [2026-08-03 05:00:28] "POST /ref-update HTTP/1.1" 200 156 0.057447 10.0.0.249 - - [2026-08-03 05:00:28] "GET /network-policy/f9ba38f7-9682-416c-b8f9-1472aa85b383?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2097 0.005169 10.0.0.50 - - [2026-08-03 05:00:28] "POST /fqname-to-id HTTP/1.1" 404 207 0.017786 10.0.0.249 - - [2026-08-03 05:00:28] "POST /ref-update HTTP/1.1" 200 156 0.159595 10.0.0.249 - - [2026-08-03 05:00:28] "GET /virtual-network/f726877a-d3b1-4d2f-8114-eac25d9f6cf7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2561 0.012942 10.0.0.249 - - [2026-08-03 05:00:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.008101 10.0.0.249 - - [2026-08-03 05:00:28] "GET /network-policy/f9ba38f7-9682-416c-b8f9-1472aa85b383?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2097 0.006817 10.0.0.249 - - [2026-08-03 05:00:28] "DELETE /network-policy/f9ba38f7-9682-416c-b8f9-1472aa85b383 HTTP/1.1" 200 115 0.057099 10.0.0.249 - - [2026-08-03 05:00:28] "POST /neutron/network HTTP/1.1" 200 976 0.013772 10.0.0.249 - - [2026-08-03 05:00:29] "POST /neutron/port HTTP/1.1" 200 117 0.017504 10.0.0.249 - - [2026-08-03 05:00:30] "POST /neutron/port HTTP/1.1" 200 1207 0.030370 10.0.0.249 - - [2026-08-03 05:00:31] "POST /neutron/port HTTP/1.1" 200 151 0.413262 10.0.0.249 - - [2026-08-03 05:00:32] "POST /neutron/network HTTP/1.1" 200 976 0.013508 10.0.0.50 - - [2026-08-03 05:00:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.009351 10.0.0.161 - - [2026-08-03 05:00:33] "POST /useragent-kv HTTP/1.1" 200 115 0.019618 10.0.0.161 - - [2026-08-03 05:00:33] "POST /useragent-kv HTTP/1.1" 200 115 0.005228 10.0.0.161 - - [2026-08-03 05:00:33] "POST /useragent-kv HTTP/1.1" 200 115 0.003647 10.0.0.161 - - [2026-08-03 05:00:33] "POST /useragent-kv HTTP/1.1" 200 115 0.003794 10.0.0.249 - - [2026-08-03 05:00:33] "POST /neutron/network HTTP/1.1" 200 151 0.256990 10.0.0.50 - - [2026-08-03 05:00:33] "DELETE /route-target/5e705773-b827-416d-9f28-c30947ab0a7f HTTP/1.1" 200 115 0.069835 10.0.0.249 - - [2026-08-03 05:00:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.005602 10.0.0.161 - - [2026-08-03 05:00:34] "GET /projects?obj_uuids=59b7e781-aaa0-4eeb-9fed-227e166cdc94&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001975 10.0.0.249 - - [2026-08-03 05:00:34] "GET /project/59b7e781-aaa0-4eeb-9fed-227e166cdc94?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1397 0.083619 10.0.0.161 - - [2026-08-03 05:00:35] "POST /useragent-kv HTTP/1.1" 200 115 0.012367 10.0.0.249 - - [2026-08-03 05:00:35] "POST /neutron/subnet HTTP/1.1" 200 716 0.297702 10.0.0.249 - - [2026-08-03 05:00:35] "POST /id-to-fqname HTTP/1.1" 200 222 0.002097 10.0.0.249 - - [2026-08-03 05:00:35] "GET /virtual-network/2ffa78e1-8ba5-4a4c-8b45-fbd69a7cdbb2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2567 0.011011 10.0.0.249 - - [2026-08-03 05:00:35] "POST /neutron/network HTTP/1.1" 200 977 0.016887 10.0.0.249 - - [2026-08-03 05:00:35] "GET /virtual-network/2ffa78e1-8ba5-4a4c-8b45-fbd69a7cdbb2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2567 0.008199 10.0.0.249 - - [2026-08-03 05:00:35] "POST /neutron/subnet HTTP/1.1" 200 734 0.012895 10.0.0.249 - - [2026-08-03 05:00:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.005901 10.0.0.161 - - [2026-08-03 05:00:35] "GET /projects?obj_uuids=59b7e781-aaa0-4eeb-9fed-227e166cdc94&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001778 10.0.0.249 - - [2026-08-03 05:00:35] "GET /project/59b7e781-aaa0-4eeb-9fed-227e166cdc94?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1397 0.082173 10.0.0.50 - - [2026-08-03 05:00:36] "POST /route-targets HTTP/1.1" 200 328 0.020317 10.0.0.50 - - [2026-08-03 05:00:36] "POST /fqname-to-id HTTP/1.1" 404 207 0.012341 10.0.0.161 - - [2026-08-03 05:00:36] "POST /useragent-kv HTTP/1.1" 200 115 0.011681 10.0.0.249 - - [2026-08-03 05:00:36] "POST /neutron/subnet HTTP/1.1" 200 716 0.248279 10.0.0.249 - - [2026-08-03 05:00:36] "POST /id-to-fqname HTTP/1.1" 200 222 0.001832 10.0.0.249 - - [2026-08-03 05:00:36] "GET /virtual-network/a79c25d1-f253-4a2a-9e42-d274164bd71e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2562 0.011074 10.0.0.249 - - [2026-08-03 05:00:36] "POST /neutron/network HTTP/1.1" 200 975 0.015681 10.0.0.249 - - [2026-08-03 05:00:36] "GET /virtual-network/a79c25d1-f253-4a2a-9e42-d274164bd71e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2562 0.007994 10.0.0.249 - - [2026-08-03 05:00:37] "POST /neutron/subnet HTTP/1.1" 200 725 0.014076 10.0.0.249 - - [2026-08-03 05:00:37] "POST /id-to-fqname HTTP/1.1" 200 222 0.001855 10.0.0.249 - - [2026-08-03 05:00:37] "POST /neutron/port HTTP/1.1" 200 117 0.008017 10.0.0.249 - - [2026-08-03 05:00:37] "POST /id-to-fqname HTTP/1.1" 200 222 0.002152 10.0.0.249 - - [2026-08-03 05:00:37] "POST /neutron/network HTTP/1.1" 200 985 0.012784 10.0.0.161 - - [2026-08-03 05:00:37] "GET /projects?obj_uuids=59b7e781-aaa0-4eeb-9fed-227e166cdc94&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001961 10.0.0.249 - - [2026-08-03 05:00:37] "GET /project/59b7e781-aaa0-4eeb-9fed-227e166cdc94?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1397 0.070373 10.0.0.249 - - [2026-08-03 05:00:38] "POST /neutron/port HTTP/1.1" 200 117 0.008911 10.0.0.161 - - [2026-08-03 05:00:41] "GET /projects?obj_uuids=59b7e781-aaa0-4eeb-9fed-227e166cdc94&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001408 10.0.0.249 - - [2026-08-03 05:00:42] "POST /neutron/port HTTP/1.1" 200 1155 0.577854 10.0.0.249 - - [2026-08-03 05:00:42] "POST /neutron/port HTTP/1.1" 200 1155 0.054115 10.0.0.249 - - [2026-08-03 05:00:43] "POST /neutron/port HTTP/1.1" 200 1153 0.035261 10.0.0.249 - - [2026-08-03 05:00:43] "POST /neutron/port HTTP/1.1" 200 1219 0.033774 10.0.0.249 - - [2026-08-03 05:00:43] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005511 10.0.0.249 - - [2026-08-03 05:00:43] "POST /neutron/port HTTP/1.1" 200 117 0.001564 10.0.0.249 - - [2026-08-03 05:00:44] "POST /neutron/port HTTP/1.1" 200 1217 0.027932 10.0.0.249 - - [2026-08-03 05:00:44] "POST /neutron/subnet HTTP/1.1" 200 1273 0.017862 10.0.0.249 - - [2026-08-03 05:00:44] "POST /neutron/network HTTP/1.1" 200 975 0.015683 10.0.0.249 - - [2026-08-03 05:00:53] "POST /neutron/port HTTP/1.1" 200 1219 0.034114 10.0.0.249 - - [2026-08-03 05:00:58] "POST /neutron/security_group HTTP/1.1" 200 2066 0.014172 10.0.0.249 - - [2026-08-03 05:01:08] "POST /neutron/port HTTP/1.1" 200 1219 0.033229 10.0.0.249 - - [2026-08-03 05:01:09] "POST /neutron/security_group HTTP/1.1" 200 2066 0.012184 10.0.0.249 - - [2026-08-03 05:01:09] "GET /virtual-machine/0481970c-4ae2-4c0e-9200-883f68949cc2 HTTP/1.1" 200 1301 0.011512 10.0.0.249 - - [2026-08-03 05:01:09] "GET /virtual-machine-interface/9da20178-238a-493f-a515-2820d8c0d1b4 HTTP/1.1" 200 3165 0.008988 10.0.0.249 - - [2026-08-03 05:01:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.005563 10.0.0.249 - - [2026-08-03 05:01:09] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.006926 10.0.0.249 - - [2026-08-03 05:01:09] "GET /virtual-networks?parent_id=59b7e781-aaa0-4eeb-9fed-227e166cdc94&detail=False&count=False&shared=False HTTP/1.1" 200 577 0.005249 10.0.0.249 - - [2026-08-03 05:01:09] "GET /virtual-network/2ffa78e1-8ba5-4a4c-8b45-fbd69a7cdbb2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2567 0.008241 10.0.0.249 - - [2026-08-03 05:01:11] "POST /neutron/port HTTP/1.1" 200 1219 0.036883 10.0.0.249 - - [2026-08-03 05:01:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.005108 10.0.0.249 - - [2026-08-03 05:01:12] "GET /virtual-network/2ffa78e1-8ba5-4a4c-8b45-fbd69a7cdbb2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2567 0.018871 10.0.0.249 - - [2026-08-03 05:01:14] "POST /neutron/security_group HTTP/1.1" 200 2066 0.012023 10.0.0.249 - - [2026-08-03 05:01:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.005369 10.0.0.249 - - [2026-08-03 05:01:14] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.006837 10.0.0.249 - - [2026-08-03 05:01:14] "GET /virtual-networks?parent_id=59b7e781-aaa0-4eeb-9fed-227e166cdc94&detail=False&count=False&shared=False HTTP/1.1" 200 577 0.005071 10.0.0.249 - - [2026-08-03 05:01:14] "GET /virtual-network/2ffa78e1-8ba5-4a4c-8b45-fbd69a7cdbb2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2567 0.011840 10.0.0.249 - - [2026-08-03 05:01:15] "POST /neutron/port HTTP/1.1" 200 1217 0.036004 10.0.0.249 - - [2026-08-03 05:01:15] "POST /neutron/security_group HTTP/1.1" 200 2066 0.016080 10.0.0.249 - - [2026-08-03 05:01:15] "GET /virtual-machine/7b03aa0d-81e3-4633-a729-fb9a139a57ac HTTP/1.1" 200 1302 0.009448 10.0.0.249 - - [2026-08-03 05:01:15] "GET /virtual-machine-interface/ef741dd8-80a8-47c3-8f2d-a0cd77c773b4 HTTP/1.1" 200 3165 0.010266 10.0.0.249 - - [2026-08-03 05:01:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.006113 10.0.0.249 - - [2026-08-03 05:01:15] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.007592 10.0.0.249 - - [2026-08-03 05:01:15] "GET /virtual-networks?parent_id=59b7e781-aaa0-4eeb-9fed-227e166cdc94&detail=False&count=False&shared=False HTTP/1.1" 200 577 0.010965 10.0.0.249 - - [2026-08-03 05:01:15] "GET /virtual-network/a79c25d1-f253-4a2a-9e42-d274164bd71e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2562 0.011309 10.0.0.249 - - [2026-08-03 05:01:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.005914 10.0.0.249 - - [2026-08-03 05:01:16] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.007620 10.0.0.249 - - [2026-08-03 05:01:16] "GET /virtual-networks?parent_id=59b7e781-aaa0-4eeb-9fed-227e166cdc94&detail=False&count=False&shared=False HTTP/1.1" 200 577 0.005214 10.0.0.249 - - [2026-08-03 05:01:16] "GET /virtual-network/a79c25d1-f253-4a2a-9e42-d274164bd71e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2562 0.009831 10.0.0.249 - - [2026-08-03 05:01:16] "POST /fqname-to-id HTTP/1.1" 404 209 0.004853 10.0.0.249 - - [2026-08-03 05:01:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.005538 10.0.0.161 - - [2026-08-03 05:01:16] "GET /projects?obj_uuids=59b7e781-aaa0-4eeb-9fed-227e166cdc94&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001938 10.0.0.249 - - [2026-08-03 05:01:16] "GET /project/59b7e781-aaa0-4eeb-9fed-227e166cdc94?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1397 0.093571 10.0.0.249 - - [2026-08-03 05:01:16] "POST /network-policys HTTP/1.1" 200 535 0.049985 10.0.0.249 - - [2026-08-03 05:01:17] "GET /network-policy/570fa996-906f-48f5-89f9-1f9c29c2299b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2095 0.033384 10.0.0.249 - - [2026-08-03 05:01:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004908 10.0.0.249 - - [2026-08-03 05:01:17] "GET /virtual-network/2ffa78e1-8ba5-4a4c-8b45-fbd69a7cdbb2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2567 0.010282 10.0.0.249 - - [2026-08-03 05:01:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.005567 10.0.0.249 - - [2026-08-03 05:01:17] "GET /network-policy/570fa996-906f-48f5-89f9-1f9c29c2299b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2095 0.005886 10.0.0.249 - - [2026-08-03 05:01:17] "POST /ref-update HTTP/1.1" 200 156 0.080064 10.0.0.249 - - [2026-08-03 05:01:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.005655 10.0.0.249 - - [2026-08-03 05:01:17] "GET /network-policy/570fa996-906f-48f5-89f9-1f9c29c2299b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2095 0.005567 10.0.0.249 - - [2026-08-03 05:01:17] "GET /virtual-network/2ffa78e1-8ba5-4a4c-8b45-fbd69a7cdbb2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2875 0.015189 10.0.0.249 - - [2026-08-03 05:01:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.006128 10.0.0.249 - - [2026-08-03 05:01:17] "GET /network-policy/570fa996-906f-48f5-89f9-1f9c29c2299b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2095 0.007109 10.0.0.249 - - [2026-08-03 05:01:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004800 10.0.0.249 - - [2026-08-03 05:01:17] "GET /virtual-network/a79c25d1-f253-4a2a-9e42-d274164bd71e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2562 0.010530 10.0.0.249 - - [2026-08-03 05:01:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.005512 10.0.0.50 - - [2026-08-03 05:01:17] "POST /access-control-lists HTTP/1.1" 200 580 0.058343 10.0.0.249 - - [2026-08-03 05:01:17] "GET /network-policy/570fa996-906f-48f5-89f9-1f9c29c2299b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2095 0.009153 10.0.0.50 - - [2026-08-03 05:01:17] "POST /fqname-to-id HTTP/1.1" 404 207 0.009190 10.0.0.249 - - [2026-08-03 05:01:17] "POST /ref-update HTTP/1.1" 200 156 0.092146 10.0.0.249 - - [2026-08-03 05:01:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.020171 10.0.0.50 - - [2026-08-03 05:01:17] "POST /ref-update HTTP/1.1" 200 156 0.074850 10.0.0.249 - - [2026-08-03 05:01:17] "GET /network-policy/570fa996-906f-48f5-89f9-1f9c29c2299b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2095 0.018611 10.0.0.249 - - [2026-08-03 05:01:17] "GET /virtual-network/a79c25d1-f253-4a2a-9e42-d274164bd71e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2870 0.017802 10.0.0.249 - - [2026-08-03 05:01:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.007466 10.0.0.249 - - [2026-08-03 05:01:17] "GET /network-policy/570fa996-906f-48f5-89f9-1f9c29c2299b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2095 0.006535 10.0.0.249 - - [2026-08-03 05:01:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.006471 10.0.0.161 - - [2026-08-03 05:01:18] "GET /projects?obj_uuids=59b7e781-aaa0-4eeb-9fed-227e166cdc94&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001805 10.0.0.249 - - [2026-08-03 05:01:18] "GET /project/59b7e781-aaa0-4eeb-9fed-227e166cdc94?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1397 0.082979 10.0.0.249 - - [2026-08-03 05:01:18] "POST /neutron/network HTTP/1.1" 200 117 0.023549 10.0.0.249 - - [2026-08-03 05:01:18] "POST /neutron/network HTTP/1.1" 200 799 0.016747 10.0.0.249 - - [2026-08-03 05:01:18] "POST /id-to-fqname HTTP/1.1" 200 214 0.002974 10.0.0.249 - - [2026-08-03 05:01:18] "GET /virtual-network/33cb3807-a029-437a-960c-c5488632a7c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2001 0.011625 10.0.0.249 - - [2026-08-03 05:01:18] "GET /virtual-network/33cb3807-a029-437a-960c-c5488632a7c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2001 0.009528 10.0.0.249 - - [2026-08-03 05:01:18] "POST /neutron/subnet HTTP/1.1" 200 701 0.014749 10.0.0.249 - - [2026-08-03 05:01:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004869 10.0.0.161 - - [2026-08-03 05:01:18] "GET /projects?obj_uuids=59b7e781-aaa0-4eeb-9fed-227e166cdc94&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001830 10.0.0.249 - - [2026-08-03 05:01:18] "GET /project/59b7e781-aaa0-4eeb-9fed-227e166cdc94?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1397 0.085582 10.0.0.50 - - [2026-08-03 05:01:19] "POST /route-targets HTTP/1.1" 200 328 0.028833 10.0.0.161 - - [2026-08-03 05:01:19] "POST /useragent-kv HTTP/1.1" 200 115 0.020606 10.0.0.249 - - [2026-08-03 05:01:19] "POST /neutron/subnet HTTP/1.1" 200 701 0.354104 10.0.0.249 - - [2026-08-03 05:01:19] "POST /id-to-fqname HTTP/1.1" 200 214 0.002341 10.0.0.249 - - [2026-08-03 05:01:19] "GET /virtual-network/f9a536ad-7a8d-414e-bdde-6ce1b6b11bfb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2002 0.010520 10.0.0.249 - - [2026-08-03 05:01:19] "GET /virtual-network/f9a536ad-7a8d-414e-bdde-6ce1b6b11bfb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2002 0.007288 10.0.0.249 - - [2026-08-03 05:01:19] "POST /neutron/network HTTP/1.1" 200 799 0.010742 10.0.0.249 - - [2026-08-03 05:01:19] "POST /fqname-to-id HTTP/1.1" 404 239 0.004532 10.0.0.249 - - [2026-08-03 05:01:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.006601 10.0.0.161 - - [2026-08-03 05:01:19] "GET /projects?obj_uuids=59b7e781-aaa0-4eeb-9fed-227e166cdc94&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001545 10.0.0.249 - - [2026-08-03 05:01:19] "GET /project/59b7e781-aaa0-4eeb-9fed-227e166cdc94?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1397 0.075906 10.0.0.249 - - [2026-08-03 05:01:20] "POST /network-policys HTTP/1.1" 200 589 0.051466 10.0.0.249 - - [2026-08-03 05:01:20] "GET /network-policy/044ffb2f-0f74-4174-81b5-c79246a9f9b6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2159 0.009752 10.0.0.249 - - [2026-08-03 05:01:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.005396 10.0.0.249 - - [2026-08-03 05:01:20] "GET /virtual-network/33cb3807-a029-437a-960c-c5488632a7c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2001 0.009961 10.0.0.249 - - [2026-08-03 05:01:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004782 10.0.0.249 - - [2026-08-03 05:01:20] "GET /network-policy/044ffb2f-0f74-4174-81b5-c79246a9f9b6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2159 0.006575 10.0.0.249 - - [2026-08-03 05:01:20] "POST /ref-update HTTP/1.1" 200 156 0.108159 10.0.0.249 - - [2026-08-03 05:01:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004224 10.0.0.50 - - [2026-08-03 05:01:20] "POST /access-control-lists HTTP/1.1" 200 556 0.096710 10.0.0.249 - - [2026-08-03 05:01:20] "GET /network-policy/044ffb2f-0f74-4174-81b5-c79246a9f9b6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2159 0.013644 10.0.0.249 - - [2026-08-03 05:01:20] "GET /virtual-network/33cb3807-a029-437a-960c-c5488632a7c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2336 0.014598 10.0.0.249 - - [2026-08-03 05:01:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.005875 10.0.0.249 - - [2026-08-03 05:01:20] "GET /network-policy/044ffb2f-0f74-4174-81b5-c79246a9f9b6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2159 0.005870 10.0.0.249 - - [2026-08-03 05:01:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.006127 10.0.0.249 - - [2026-08-03 05:01:20] "GET /virtual-network/f9a536ad-7a8d-414e-bdde-6ce1b6b11bfb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2002 0.009272 10.0.0.249 - - [2026-08-03 05:01:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.005811 10.0.0.249 - - [2026-08-03 05:01:20] "GET /network-policy/044ffb2f-0f74-4174-81b5-c79246a9f9b6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2159 0.005750 10.0.0.249 - - [2026-08-03 05:01:20] "POST /ref-update HTTP/1.1" 200 156 0.086838 10.0.0.249 - - [2026-08-03 05:01:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004808 10.0.0.249 - - [2026-08-03 05:01:20] "GET /network-policy/044ffb2f-0f74-4174-81b5-c79246a9f9b6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2159 0.007288 10.0.0.50 - - [2026-08-03 05:01:20] "POST /ref-update HTTP/1.1" 200 156 0.058241 10.0.0.249 - - [2026-08-03 05:01:20] "POST /neutron/network HTTP/1.1" 200 912 0.018710 10.0.0.249 - - [2026-08-03 05:01:20] "GET /virtual-network/f9a536ad-7a8d-414e-bdde-6ce1b6b11bfb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2337 0.010483 10.0.0.249 - - [2026-08-03 05:01:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.006142 10.0.0.249 - - [2026-08-03 05:01:21] "GET /network-policy/044ffb2f-0f74-4174-81b5-c79246a9f9b6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2159 0.006760 10.0.0.249 - - [2026-08-03 05:01:21] "POST /id-to-fqname HTTP/1.1" 200 214 0.002098 10.0.0.249 - - [2026-08-03 05:01:21] "POST /neutron/network HTTP/1.1" 200 922 0.011688 10.0.0.249 - - [2026-08-03 05:01:21] "POST /neutron/port HTTP/1.1" 200 2282 0.042816 10.0.0.249 - - [2026-08-03 05:01:21] "POST /id-to-fqname HTTP/1.1" 200 214 0.001970 10.0.0.249 - - [2026-08-03 05:01:21] "POST /neutron/port HTTP/1.1" 200 2282 0.049508 10.0.0.249 - - [2026-08-03 05:01:22] "POST /neutron/network HTTP/1.1" 200 912 0.014156 10.0.0.249 - - [2026-08-03 05:01:22] "POST /neutron/port HTTP/1.1" 200 117 0.010331 10.0.0.249 - - [2026-08-03 05:01:22] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 901 0.005220 10.0.0.249 - - [2026-08-03 05:01:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.005649 10.0.0.249 - - [2026-08-03 05:01:22] "GET /bgp-router/ba9b29c4-0fe6-4dce-ac63-00145b4e424a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2843 0.008945 10.0.0.249 - - [2026-08-03 05:01:23] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006711 10.0.0.249 - - [2026-08-03 05:01:23] "POST /neutron/subnet HTTP/1.1" 200 1273 0.022961 10.0.0.249 - - [2026-08-03 05:01:23] "POST /neutron/network HTTP/1.1" 200 1061 0.017099 10.0.0.249 - - [2026-08-03 05:01:23] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 901 0.006032 10.0.0.249 - - [2026-08-03 05:01:23] "GET /bgp-router/ba9b29c4-0fe6-4dce-ac63-00145b4e424a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2843 0.006265 10.0.0.249 - - [2026-08-03 05:01:23] "GET /bgp-router/ba9b29c4-0fe6-4dce-ac63-00145b4e424a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2843 0.006463 10.0.0.249 - - [2026-08-03 05:01:23] "PUT /bgp-router/ba9b29c4-0fe6-4dce-ac63-00145b4e424a HTTP/1.1" 200 255 0.053534 10.0.0.249 - - [2026-08-03 05:01:24] "PUT /bgp-router/ba9b29c4-0fe6-4dce-ac63-00145b4e424a HTTP/1.1" 200 255 0.082487 10.0.0.249 - - [2026-08-03 05:01:24] "GET /bgp-router/9f228a7e-6a35-4014-9be8-b35a49877b04?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2845 0.015544 10.0.0.249 - - [2026-08-03 05:01:24] "GET /bgp-router/9f228a7e-6a35-4014-9be8-b35a49877b04?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2845 0.012751 10.0.0.249 - - [2026-08-03 05:01:24] "PUT /bgp-router/9f228a7e-6a35-4014-9be8-b35a49877b04 HTTP/1.1" 200 255 0.059494 10.0.0.249 - - [2026-08-03 05:01:24] "PUT /bgp-router/9f228a7e-6a35-4014-9be8-b35a49877b04 HTTP/1.1" 200 255 0.078580 10.0.0.249 - - [2026-08-03 05:01:24] "GET /bgp-router/d699acce-f93d-4433-8515-58f4ea10a4b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2842 0.013617 10.0.0.249 - - [2026-08-03 05:01:24] "GET /bgp-router/d699acce-f93d-4433-8515-58f4ea10a4b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2842 0.011889 10.0.0.249 - - [2026-08-03 05:01:24] "PUT /bgp-router/d699acce-f93d-4433-8515-58f4ea10a4b1 HTTP/1.1" 200 255 0.073824 10.0.0.249 - - [2026-08-03 05:01:24] "PUT /bgp-router/d699acce-f93d-4433-8515-58f4ea10a4b1 HTTP/1.1" 200 255 0.104452 10.0.0.249 - - [2026-08-03 05:01:24] "GET /bgp-router/ba9b29c4-0fe6-4dce-ac63-00145b4e424a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2843 0.026211 10.0.0.249 - - [2026-08-03 05:01:24] "POST /neutron/floatingip HTTP/1.1" 200 117 0.027568 10.0.0.249 - - [2026-08-03 05:01:24] "GET /bgp-router/ba9b29c4-0fe6-4dce-ac63-00145b4e424a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2843 0.050951 10.0.0.249 - - [2026-08-03 05:01:24] "PUT /bgp-router/ba9b29c4-0fe6-4dce-ac63-00145b4e424a HTTP/1.1" 200 255 0.047176 10.0.0.249 - - [2026-08-03 05:01:24] "POST /neutron/port HTTP/1.1" 200 117 0.002102 10.0.0.249 - - [2026-08-03 05:01:24] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 901 0.006195 10.0.0.249 - - [2026-08-03 05:01:24] "GET /bgp-router/ba9b29c4-0fe6-4dce-ac63-00145b4e424a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2843 0.009712 10.0.0.249 - - [2026-08-03 05:01:24] "GET /bgp-router/ba9b29c4-0fe6-4dce-ac63-00145b4e424a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2843 0.013698 10.0.0.249 - - [2026-08-03 05:01:25] "PUT /bgp-router/ba9b29c4-0fe6-4dce-ac63-00145b4e424a HTTP/1.1" 200 255 0.052740 10.0.0.249 - - [2026-08-03 05:01:25] "PUT /bgp-router/ba9b29c4-0fe6-4dce-ac63-00145b4e424a HTTP/1.1" 200 255 0.086812 10.0.0.249 - - [2026-08-03 05:01:25] "GET /bgp-router/9f228a7e-6a35-4014-9be8-b35a49877b04?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2845 0.024329 10.0.0.249 - - [2026-08-03 05:01:25] "GET /bgp-router/9f228a7e-6a35-4014-9be8-b35a49877b04?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2845 0.009818 10.0.0.249 - - [2026-08-03 05:01:25] "PUT /bgp-router/9f228a7e-6a35-4014-9be8-b35a49877b04 HTTP/1.1" 200 255 0.062800 10.0.0.249 - - [2026-08-03 05:01:25] "PUT /bgp-router/9f228a7e-6a35-4014-9be8-b35a49877b04 HTTP/1.1" 200 255 0.073048 10.0.0.249 - - [2026-08-03 05:01:25] "GET /bgp-router/d699acce-f93d-4433-8515-58f4ea10a4b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2842 0.032984 10.0.0.249 - - [2026-08-03 05:01:25] "GET /bgp-router/d699acce-f93d-4433-8515-58f4ea10a4b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2842 0.011286 10.0.0.249 - - [2026-08-03 05:01:25] "PUT /bgp-router/d699acce-f93d-4433-8515-58f4ea10a4b1 HTTP/1.1" 200 255 0.061037 10.0.0.249 - - [2026-08-03 05:01:25] "PUT /bgp-router/d699acce-f93d-4433-8515-58f4ea10a4b1 HTTP/1.1" 200 255 0.140854 10.0.0.249 - - [2026-08-03 05:01:25] "GET /bgp-router/9f228a7e-6a35-4014-9be8-b35a49877b04?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2845 0.019949 10.0.0.249 - - [2026-08-03 05:01:25] "GET /bgp-router/9f228a7e-6a35-4014-9be8-b35a49877b04?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2845 0.022181 10.0.0.249 - - [2026-08-03 05:01:25] "POST /neutron/network HTTP/1.1" 200 922 0.025906 10.0.0.249 - - [2026-08-03 05:01:25] "PUT /bgp-router/9f228a7e-6a35-4014-9be8-b35a49877b04 HTTP/1.1" 200 255 0.058611 10.0.0.249 - - [2026-08-03 05:01:26] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 901 0.014146 10.0.0.249 - - [2026-08-03 05:01:26] "GET /bgp-router/ba9b29c4-0fe6-4dce-ac63-00145b4e424a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2843 0.011070 10.0.0.249 - - [2026-08-03 05:01:26] "GET /bgp-router/ba9b29c4-0fe6-4dce-ac63-00145b4e424a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2843 0.009434 10.0.0.249 - - [2026-08-03 05:01:26] "PUT /bgp-router/ba9b29c4-0fe6-4dce-ac63-00145b4e424a HTTP/1.1" 200 255 0.096202 10.0.0.249 - - [2026-08-03 05:01:26] "PUT /bgp-router/ba9b29c4-0fe6-4dce-ac63-00145b4e424a HTTP/1.1" 200 255 0.116002 10.0.0.249 - - [2026-08-03 05:01:26] "GET /bgp-router/9f228a7e-6a35-4014-9be8-b35a49877b04?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2845 0.011616 10.0.0.249 - - [2026-08-03 05:01:26] "GET /bgp-router/9f228a7e-6a35-4014-9be8-b35a49877b04?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2845 0.010053 10.0.0.249 - - [2026-08-03 05:01:26] "PUT /bgp-router/9f228a7e-6a35-4014-9be8-b35a49877b04 HTTP/1.1" 200 255 0.110588 10.0.0.249 - - [2026-08-03 05:01:26] "POST /neutron/port HTTP/1.1" 200 1063 0.084516 10.0.0.249 - - [2026-08-03 05:01:26] "PUT /bgp-router/9f228a7e-6a35-4014-9be8-b35a49877b04 HTTP/1.1" 200 255 0.230260 10.0.0.249 - - [2026-08-03 05:01:26] "GET /bgp-router/d699acce-f93d-4433-8515-58f4ea10a4b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2842 0.050510 10.0.0.249 - - [2026-08-03 05:01:26] "GET /bgp-router/d699acce-f93d-4433-8515-58f4ea10a4b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2842 0.017913 10.0.0.249 - - [2026-08-03 05:01:27] "PUT /bgp-router/d699acce-f93d-4433-8515-58f4ea10a4b1 HTTP/1.1" 200 255 0.179383 10.0.0.249 - - [2026-08-03 05:01:27] "POST /neutron/port HTTP/1.1" 200 1117 0.485758 10.0.0.249 - - [2026-08-03 05:01:27] "PUT /bgp-router/d699acce-f93d-4433-8515-58f4ea10a4b1 HTTP/1.1" 200 255 0.123227 10.0.0.249 - - [2026-08-03 05:01:27] "GET /bgp-router/d699acce-f93d-4433-8515-58f4ea10a4b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2842 0.017474 10.0.0.249 - - [2026-08-03 05:01:27] "GET /bgp-router/d699acce-f93d-4433-8515-58f4ea10a4b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2842 0.016752 10.0.0.249 - - [2026-08-03 05:01:27] "PUT /bgp-router/d699acce-f93d-4433-8515-58f4ea10a4b1 HTTP/1.1" 200 255 0.097946 10.0.0.249 - - [2026-08-03 05:01:27] "GET /bgp-router/ba9b29c4-0fe6-4dce-ac63-00145b4e424a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2843 0.012745 10.0.0.249 - - [2026-08-03 05:01:27] "POST /neutron/port HTTP/1.1" 200 1117 0.333463 10.0.0.249 - - [2026-08-03 05:01:27] "GET /bgp-router/ba9b29c4-0fe6-4dce-ac63-00145b4e424a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2843 0.014993 10.0.0.249 - - [2026-08-03 05:01:27] "PUT /bgp-router/ba9b29c4-0fe6-4dce-ac63-00145b4e424a HTTP/1.1" 200 255 0.049480 10.0.0.249 - - [2026-08-03 05:01:27] "GET /bgp-router/9f228a7e-6a35-4014-9be8-b35a49877b04?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2845 0.009222 10.0.0.249 - - [2026-08-03 05:01:27] "GET /bgp-router/9f228a7e-6a35-4014-9be8-b35a49877b04?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2845 0.012954 10.0.0.249 - - [2026-08-03 05:01:27] "PUT /bgp-router/9f228a7e-6a35-4014-9be8-b35a49877b04 HTTP/1.1" 200 255 0.042935 10.0.0.249 - - [2026-08-03 05:01:27] "GET /bgp-router/d699acce-f93d-4433-8515-58f4ea10a4b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2842 0.007545 10.0.0.249 - - [2026-08-03 05:01:27] "GET /bgp-router/d699acce-f93d-4433-8515-58f4ea10a4b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2842 0.009536 10.0.0.249 - - [2026-08-03 05:01:27] "PUT /bgp-router/d699acce-f93d-4433-8515-58f4ea10a4b1 HTTP/1.1" 200 255 0.034205 10.0.0.249 - - [2026-08-03 05:01:28] "POST /neutron/subnet HTTP/1.1" 200 675 0.014354 10.0.0.249 - - [2026-08-03 05:01:28] "GET /obj-perms HTTP/1.1" 200 4509 0.068737 10.0.0.249 - - [2026-08-03 05:01:28] "POST /neutron/port HTTP/1.1" 200 1127 0.027655 10.0.0.249 - - [2026-08-03 05:01:28] "POST /neutron/port HTTP/1.1" 200 117 0.002090 10.0.0.249 - - [2026-08-03 05:01:38] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 901 0.005143 10.0.0.249 - - [2026-08-03 05:01:38] "GET /bgp-router/ba9b29c4-0fe6-4dce-ac63-00145b4e424a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2906 0.007297 10.0.0.249 - - [2026-08-03 05:01:38] "GET /bgp-router/ba9b29c4-0fe6-4dce-ac63-00145b4e424a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2906 0.007104 10.0.0.249 - - [2026-08-03 05:01:38] "PUT /bgp-router/ba9b29c4-0fe6-4dce-ac63-00145b4e424a HTTP/1.1" 200 255 0.044811 10.0.0.249 - - [2026-08-03 05:01:38] "PUT /bgp-router/ba9b29c4-0fe6-4dce-ac63-00145b4e424a HTTP/1.1" 200 255 0.049743 10.0.0.249 - - [2026-08-03 05:01:38] "GET /bgp-router/9f228a7e-6a35-4014-9be8-b35a49877b04?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2908 0.019709 10.0.0.249 - - [2026-08-03 05:01:38] "GET /bgp-router/9f228a7e-6a35-4014-9be8-b35a49877b04?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2908 0.007476 10.0.0.249 - - [2026-08-03 05:01:38] "PUT /bgp-router/9f228a7e-6a35-4014-9be8-b35a49877b04 HTTP/1.1" 200 255 0.055352 10.0.0.249 - - [2026-08-03 05:01:38] "PUT /bgp-router/9f228a7e-6a35-4014-9be8-b35a49877b04 HTTP/1.1" 200 255 0.064173 10.0.0.249 - - [2026-08-03 05:01:38] "GET /bgp-router/d699acce-f93d-4433-8515-58f4ea10a4b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2905 0.014918 10.0.0.249 - - [2026-08-03 05:01:38] "GET /bgp-router/d699acce-f93d-4433-8515-58f4ea10a4b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2905 0.007145 10.0.0.249 - - [2026-08-03 05:01:38] "PUT /bgp-router/d699acce-f93d-4433-8515-58f4ea10a4b1 HTTP/1.1" 200 255 0.066743 10.0.0.249 - - [2026-08-03 05:01:38] "PUT /bgp-router/d699acce-f93d-4433-8515-58f4ea10a4b1 HTTP/1.1" 200 255 0.061599 10.0.0.249 - - [2026-08-03 05:01:38] "GET /bgp-router/ba9b29c4-0fe6-4dce-ac63-00145b4e424a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2906 0.015092 10.0.0.249 - - [2026-08-03 05:01:38] "GET /bgp-router/ba9b29c4-0fe6-4dce-ac63-00145b4e424a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2906 0.009118 10.0.0.249 - - [2026-08-03 05:01:38] "PUT /bgp-router/ba9b29c4-0fe6-4dce-ac63-00145b4e424a HTTP/1.1" 200 255 0.036715 10.0.0.249 - - [2026-08-03 05:01:38] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 901 0.005368 10.0.0.249 - - [2026-08-03 05:01:38] "GET /bgp-router/ba9b29c4-0fe6-4dce-ac63-00145b4e424a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2843 0.008023 10.0.0.249 - - [2026-08-03 05:01:38] "GET /bgp-router/ba9b29c4-0fe6-4dce-ac63-00145b4e424a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2843 0.007925 10.0.0.249 - - [2026-08-03 05:01:39] "PUT /bgp-router/ba9b29c4-0fe6-4dce-ac63-00145b4e424a HTTP/1.1" 200 255 0.054386 10.0.0.249 - - [2026-08-03 05:01:39] "PUT /bgp-router/ba9b29c4-0fe6-4dce-ac63-00145b4e424a HTTP/1.1" 200 255 0.087565 10.0.0.249 - - [2026-08-03 05:01:39] "GET /bgp-router/9f228a7e-6a35-4014-9be8-b35a49877b04?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2908 0.013909 10.0.0.249 - - [2026-08-03 05:01:39] "GET /bgp-router/9f228a7e-6a35-4014-9be8-b35a49877b04?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2908 0.045676 10.0.0.249 - - [2026-08-03 05:01:39] "PUT /bgp-router/9f228a7e-6a35-4014-9be8-b35a49877b04 HTTP/1.1" 200 255 0.048449 10.0.0.249 - - [2026-08-03 05:01:39] "PUT /bgp-router/9f228a7e-6a35-4014-9be8-b35a49877b04 HTTP/1.1" 200 255 0.089825 10.0.0.249 - - [2026-08-03 05:01:39] "GET /bgp-router/d699acce-f93d-4433-8515-58f4ea10a4b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2905 0.037108 10.0.0.249 - - [2026-08-03 05:01:39] "GET /bgp-router/d699acce-f93d-4433-8515-58f4ea10a4b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2905 0.009208 10.0.0.249 - - [2026-08-03 05:01:39] "PUT /bgp-router/d699acce-f93d-4433-8515-58f4ea10a4b1 HTTP/1.1" 200 255 0.067085 10.0.0.249 - - [2026-08-03 05:01:39] "PUT /bgp-router/d699acce-f93d-4433-8515-58f4ea10a4b1 HTTP/1.1" 200 255 0.088586 10.0.0.249 - - [2026-08-03 05:01:39] "GET /bgp-router/9f228a7e-6a35-4014-9be8-b35a49877b04?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2908 0.026665 10.0.0.249 - - [2026-08-03 05:01:39] "GET /bgp-router/9f228a7e-6a35-4014-9be8-b35a49877b04?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2908 0.013179 10.0.0.249 - - [2026-08-03 05:01:39] "PUT /bgp-router/9f228a7e-6a35-4014-9be8-b35a49877b04 HTTP/1.1" 200 255 0.045486 10.0.0.249 - - [2026-08-03 05:01:39] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 901 0.009892 10.0.0.249 - - [2026-08-03 05:01:40] "GET /bgp-router/ba9b29c4-0fe6-4dce-ac63-00145b4e424a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2843 0.009944 10.0.0.249 - - [2026-08-03 05:01:40] "GET /bgp-router/ba9b29c4-0fe6-4dce-ac63-00145b4e424a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2843 0.011569 10.0.0.249 - - [2026-08-03 05:01:40] "PUT /bgp-router/ba9b29c4-0fe6-4dce-ac63-00145b4e424a HTTP/1.1" 200 255 0.050205 10.0.0.249 - - [2026-08-03 05:01:40] "PUT /bgp-router/ba9b29c4-0fe6-4dce-ac63-00145b4e424a HTTP/1.1" 200 255 0.067935 10.0.0.249 - - [2026-08-03 05:01:40] "GET /bgp-router/9f228a7e-6a35-4014-9be8-b35a49877b04?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2845 0.010100 10.0.0.249 - - [2026-08-03 05:01:40] "GET /bgp-router/9f228a7e-6a35-4014-9be8-b35a49877b04?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2845 0.035084 10.0.0.249 - - [2026-08-03 05:01:40] "PUT /bgp-router/9f228a7e-6a35-4014-9be8-b35a49877b04 HTTP/1.1" 200 255 0.059334 10.0.0.249 - - [2026-08-03 05:01:40] "PUT /bgp-router/9f228a7e-6a35-4014-9be8-b35a49877b04 HTTP/1.1" 200 255 0.084460 10.0.0.249 - - [2026-08-03 05:01:40] "GET /bgp-router/d699acce-f93d-4433-8515-58f4ea10a4b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2905 0.017724 10.0.0.249 - - [2026-08-03 05:01:40] "GET /bgp-router/d699acce-f93d-4433-8515-58f4ea10a4b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2905 0.021293 10.0.0.249 - - [2026-08-03 05:01:40] "PUT /bgp-router/d699acce-f93d-4433-8515-58f4ea10a4b1 HTTP/1.1" 200 255 0.043928 10.0.0.249 - - [2026-08-03 05:01:40] "PUT /bgp-router/d699acce-f93d-4433-8515-58f4ea10a4b1 HTTP/1.1" 200 255 0.086608 10.0.0.249 - - [2026-08-03 05:01:40] "GET /bgp-router/d699acce-f93d-4433-8515-58f4ea10a4b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2905 0.019394 10.0.0.249 - - [2026-08-03 05:01:40] "GET /bgp-router/d699acce-f93d-4433-8515-58f4ea10a4b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2905 0.009200 10.0.0.249 - - [2026-08-03 05:01:40] "PUT /bgp-router/d699acce-f93d-4433-8515-58f4ea10a4b1 HTTP/1.1" 200 255 0.040713 10.0.0.249 - - [2026-08-03 05:01:41] "POST /ref-update HTTP/1.1" 200 156 0.084553 10.0.0.249 - - [2026-08-03 05:01:41] "GET /virtual-network/f9a536ad-7a8d-414e-bdde-6ce1b6b11bfb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2002 0.031433 10.0.0.249 - - [2026-08-03 05:01:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.005095 10.0.0.249 - - [2026-08-03 05:01:41] "GET /network-policy/044ffb2f-0f74-4174-81b5-c79246a9f9b6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2159 0.006675 10.0.0.249 - - [2026-08-03 05:01:41] "POST /ref-update HTTP/1.1" 200 156 0.095729 10.0.0.50 - - [2026-08-03 05:01:41] "DELETE /access-control-list/aacb80ab-5d25-4309-a341-9187b5b85492 HTTP/1.1" 200 115 0.079788 10.0.0.249 - - [2026-08-03 05:01:41] "POST /neutron/network HTTP/1.1" 200 799 0.017236 10.0.0.249 - - [2026-08-03 05:01:41] "GET /virtual-network/33cb3807-a029-437a-960c-c5488632a7c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2001 0.008921 10.0.0.249 - - [2026-08-03 05:01:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.005542 10.0.0.249 - - [2026-08-03 05:01:41] "GET /network-policy/044ffb2f-0f74-4174-81b5-c79246a9f9b6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2159 0.008984 10.0.0.249 - - [2026-08-03 05:01:41] "DELETE /network-policy/044ffb2f-0f74-4174-81b5-c79246a9f9b6 HTTP/1.1" 200 115 0.080480 10.0.0.249 - - [2026-08-03 05:01:43] "POST /neutron/network HTTP/1.1" 200 799 0.009359 10.0.0.249 - - [2026-08-03 05:01:45] "POST /neutron/network HTTP/1.1" 400 204 0.026701 10.0.0.249 - - [2026-08-03 05:01:50] "POST /neutron/network HTTP/1.1" 200 799 0.011223 10.0.0.249 - - [2026-08-03 05:01:50] "POST /neutron/port HTTP/1.1" 200 1117 0.029684 10.0.0.249 - - [2026-08-03 05:01:52] "POST /neutron/network HTTP/1.1" 400 204 0.021760 10.0.0.249 - - [2026-08-03 05:01:53] "POST /neutron/port HTTP/1.1" 200 151 0.343559 10.0.0.249 - - [2026-08-03 05:01:54] "POST /neutron/network HTTP/1.1" 200 799 0.012722 10.0.0.50 - - [2026-08-03 05:01:54] "DELETE /route-target/a10a9a7b-9231-4d2b-937e-d229e29c0062 HTTP/1.1" 200 115 0.068885 10.0.0.249 - - [2026-08-03 05:01:54] "POST /ref-update HTTP/1.1" 200 156 0.135661 10.0.0.50 - - [2026-08-03 05:01:54] "DELETE /access-control-list/45511ab2-9ad9-4e20-a3e8-03794bdaaad2 HTTP/1.1" 200 115 0.123562 10.0.0.249 - - [2026-08-03 05:01:54] "POST /neutron/network HTTP/1.1" 200 975 0.071412 10.0.0.249 - - [2026-08-03 05:01:54] "GET /virtual-network/a79c25d1-f253-4a2a-9e42-d274164bd71e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2562 0.032724 10.0.0.249 - - [2026-08-03 05:01:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.009096 10.0.0.249 - - [2026-08-03 05:01:55] "GET /network-policy/570fa996-906f-48f5-89f9-1f9c29c2299b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2095 0.008559 10.0.0.249 - - [2026-08-03 05:01:55] "POST /ref-update HTTP/1.1" 200 156 0.139881 10.0.0.50 - - [2026-08-03 05:01:55] "POST /ref-update HTTP/1.1" 200 156 0.052161 10.0.0.249 - - [2026-08-03 05:01:55] "GET /virtual-network/2ffa78e1-8ba5-4a4c-8b45-fbd69a7cdbb2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2567 0.054626 10.0.0.249 - - [2026-08-03 05:01:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.008455 10.0.0.249 - - [2026-08-03 05:01:55] "GET /network-policy/570fa996-906f-48f5-89f9-1f9c29c2299b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2095 0.006602 10.0.0.249 - - [2026-08-03 05:01:55] "DELETE /network-policy/570fa996-906f-48f5-89f9-1f9c29c2299b HTTP/1.1" 200 115 0.059575 10.0.0.249 - - [2026-08-03 05:01:55] "POST /neutron/network HTTP/1.1" 400 204 0.024332 10.0.0.249 - - [2026-08-03 05:01:57] "POST /neutron/port HTTP/1.1" 200 1217 0.027518 10.0.0.249 - - [2026-08-03 05:01:57] "POST /neutron/port HTTP/1.1" 200 1207 0.043441 10.0.0.249 - - [2026-08-03 05:01:58] "POST /neutron/port HTTP/1.1" 200 151 0.557794 10.0.0.249 - - [2026-08-03 05:02:00] "POST /neutron/network HTTP/1.1" 200 977 0.027037 10.0.0.50 - - [2026-08-03 05:02:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.007207 10.0.0.161 - - [2026-08-03 05:02:01] "GET /projects?obj_uuids=59b7e781-aaa0-4eeb-9fed-227e166cdc94&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.002719 10.0.0.249 - - [2026-08-03 05:02:01] "GET /project/59b7e781-aaa0-4eeb-9fed-227e166cdc94?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1397 0.118044 10.0.0.161 - - [2026-08-03 05:02:01] "GET /projects?obj_uuids=59b7e781-aaa0-4eeb-9fed-227e166cdc94&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.002207 10.0.0.249 - - [2026-08-03 05:02:01] "GET /project/59b7e781-aaa0-4eeb-9fed-227e166cdc94?fields=virtual_networks HTTP/1.1" 200 1049 0.095077 10.0.0.161 - - [2026-08-03 05:02:02] "GET /projects?obj_uuids=59b7e781-aaa0-4eeb-9fed-227e166cdc94&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.002353 10.0.0.249 - - [2026-08-03 05:02:02] "GET /project/59b7e781-aaa0-4eeb-9fed-227e166cdc94?fields=virtual_machine_interfaces HTTP/1.1" 200 1049 0.105065 10.0.0.161 - - [2026-08-03 05:02:02] "GET /projects?obj_uuids=59b7e781-aaa0-4eeb-9fed-227e166cdc94&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.003092 10.0.0.249 - - [2026-08-03 05:02:02] "GET /project/59b7e781-aaa0-4eeb-9fed-227e166cdc94?fields=security_groups HTTP/1.1" 200 1284 0.104881 10.0.0.249 - - [2026-08-03 05:02:03] "POST /fqname-to-id HTTP/1.1" 404 183 0.038300 10.0.0.161 - - [2026-08-03 05:02:03] "GET /projects?obj_uuids=2f9a2645-1dc6-4631-89fc-b7ddabb78462&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.005452 10.0.0.161 - - [2026-08-03 05:02:03] "GET /domains?obj_uuids=724de60e-9f87-4d23-867c-6bd9a9880f5b&detail=False&count=False&shared=False HTTP/1.1" 200 316 0.002684 10.0.0.161 - - [2026-08-03 05:02:03] "GET /domain/724de60e-9f87-4d23-867c-6bd9a9880f5b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.016766 10.0.0.161 - - [2026-08-03 05:02:03] "POST /id-to-fqname HTTP/1.1" 200 185 0.006928 10.0.0.161 - - [2026-08-03 05:02:03] "POST /fqname-to-id HTTP/1.1" 404 194 0.011466 10.0.0.161 - - [2026-08-03 05:02:03] "POST /security-groups HTTP/1.1" 200 588 0.101148 10.0.0.161 - - [2026-08-03 05:02:03] "POST /projects HTTP/1.1" 200 577 0.435915 10.0.0.161 - - [2026-08-03 05:02:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.480131 10.0.0.50 - - [2026-08-03 05:02:03] "POST /access-control-lists HTTP/1.1" 200 593 0.051658 10.0.0.249 - - [2026-08-03 05:02:04] "GET /project/2f9a2645-1dc6-4631-89fc-b7ddabb78462?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1344 0.750528 10.0.0.249 - - [2026-08-03 05:02:05] "GET / HTTP/1.1" 200 36215 0.002877 10.0.0.249 - - [2026-08-03 05:02:07] "POST /fqname-to-id HTTP/1.1" 401 293 0.000747 10.0.0.249 - - [2026-08-03 05:02:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.034961 10.0.0.249 - - [2026-08-03 05:02:08] "GET /api-access-list/c625fa7c-8ee2-478d-9b8b-839e02089b1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1884 0.005132 10.0.0.249 - - [2026-08-03 05:02:08] "GET /api-access-list/c625fa7c-8ee2-478d-9b8b-839e02089b1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1884 0.004938 10.0.0.249 - - [2026-08-03 05:02:08] "GET /api-access-list/c625fa7c-8ee2-478d-9b8b-839e02089b1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1884 0.004963 10.0.0.249 - - [2026-08-03 05:02:08] "PUT /api-access-list/c625fa7c-8ee2-478d-9b8b-839e02089b1c HTTP/1.1" 200 265 0.017153 10.0.0.249 - - [2026-08-03 05:02:10] "POST /fqname-to-id HTTP/1.1" 404 183 0.029686 10.0.0.161 - - [2026-08-03 05:02:10] "GET /projects?obj_uuids=3403e250-1799-4591-8e00-3a9de39aa922&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004633 10.0.0.161 - - [2026-08-03 05:02:10] "GET /domains?obj_uuids=724de60e-9f87-4d23-867c-6bd9a9880f5b&detail=False&count=False&shared=False HTTP/1.1" 200 316 0.001998 10.0.0.161 - - [2026-08-03 05:02:10] "GET /domain/724de60e-9f87-4d23-867c-6bd9a9880f5b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.016294 10.0.0.161 - - [2026-08-03 05:02:11] "POST /id-to-fqname HTTP/1.1" 200 185 0.003888 10.0.0.161 - - [2026-08-03 05:02:11] "POST /fqname-to-id HTTP/1.1" 404 194 0.013163 10.0.0.161 - - [2026-08-03 05:02:11] "POST /security-groups HTTP/1.1" 200 588 0.094222 10.0.0.50 - - [2026-08-03 05:02:11] "POST /fqname-to-id HTTP/1.1" 404 229 0.004897 10.0.0.161 - - [2026-08-03 05:02:11] "POST /projects HTTP/1.1" 200 577 0.381516 10.0.0.161 - - [2026-08-03 05:02:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.428463 10.0.0.249 - - [2026-08-03 05:02:11] "GET /project/3403e250-1799-4591-8e00-3a9de39aa922?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1345 0.657800 10.0.0.50 - - [2026-08-03 05:02:11] "POST /access-control-lists HTTP/1.1" 200 591 0.123481 10.0.0.249 - - [2026-08-03 05:02:12] "POST /fqname-to-id HTTP/1.1" 404 183 0.038079 10.0.0.161 - - [2026-08-03 05:02:12] "GET /projects?obj_uuids=9f36cd44-e6e2-46ac-be4a-eb937de42801&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004266 10.0.0.161 - - [2026-08-03 05:02:12] "GET /domains?obj_uuids=724de60e-9f87-4d23-867c-6bd9a9880f5b&detail=False&count=False&shared=False HTTP/1.1" 200 316 0.004050 10.0.0.161 - - [2026-08-03 05:02:12] "GET /domain/724de60e-9f87-4d23-867c-6bd9a9880f5b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.014832 10.0.0.161 - - [2026-08-03 05:02:12] "POST /id-to-fqname HTTP/1.1" 200 185 0.006436 10.0.0.161 - - [2026-08-03 05:02:12] "POST /fqname-to-id HTTP/1.1" 404 194 0.013505 10.0.0.161 - - [2026-08-03 05:02:12] "POST /security-groups HTTP/1.1" 200 588 0.089086 10.0.0.161 - - [2026-08-03 05:02:12] "POST /projects HTTP/1.1" 200 577 0.409723 10.0.0.50 - - [2026-08-03 05:02:12] "POST /fqname-to-id HTTP/1.1" 404 228 0.020814 10.0.0.161 - - [2026-08-03 05:02:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.500394 10.0.0.249 - - [2026-08-03 05:02:12] "GET /project/9f36cd44-e6e2-46ac-be4a-eb937de42801?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.711851 10.0.0.249 - - [2026-08-03 05:02:13] "GET / HTTP/1.1" 200 36215 0.002756 10.0.0.249 - - [2026-08-03 05:02:14] "GET / HTTP/1.1" 200 36215 0.001744 10.0.0.249 - - [2026-08-03 05:02:15] "POST /fqname-to-id HTTP/1.1" 404 183 0.005408 10.0.0.249 - - [2026-08-03 05:02:15] "POST /api-access-lists HTTP/1.1" 200 523 0.044734 10.0.0.249 - - [2026-08-03 05:02:15] "GET /api-access-list/6faa5128-cbae-4ba1-b0f3-54518ee23740?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1266 0.007221 10.0.0.249 - - [2026-08-03 05:02:15] "POST /fqname-to-id HTTP/1.1" 401 293 0.000874 10.0.0.249 - - [2026-08-03 05:02:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.153155 10.0.0.161 - - [2026-08-03 05:02:16] "GET /projects?obj_uuids=3403e250-1799-4591-8e00-3a9de39aa922&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.002204 10.0.0.249 - - [2026-08-03 05:02:16] "GET /project/3403e250-1799-4591-8e00-3a9de39aa922?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1345 0.121482 10.0.0.249 - - [2026-08-03 05:02:16] "GET /virtual-networks?parent_id=3403e250-1799-4591-8e00-3a9de39aa922&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.033647 10.0.0.249 - - [2026-08-03 05:02:16] "POST /virtual-networks HTTP/1.1" 200 570 0.173753 10.0.0.249 - - [2026-08-03 05:02:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.060649 10.0.0.50 - - [2026-08-03 05:02:16] "POST /ref-update HTTP/1.1" 200 156 0.043828 10.0.0.249 - - [2026-08-03 05:02:16] "GET /network-ipam/cbc42447-9723-4149-a401-bead89aeaa6d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1091 0.065683 10.0.0.161 - - [2026-08-03 05:02:17] "POST /useragent-kv HTTP/1.1" 200 115 0.016447 10.0.0.249 - - [2026-08-03 05:02:17] "POST /ref-update HTTP/1.1" 200 156 0.155487 10.0.0.249 - - [2026-08-03 05:02:17] "POST /neutron/network HTTP/1.1" 200 834 0.078902 10.0.0.249 - - [2026-08-03 05:02:17] "GET /virtual-network/427b4890-b9e7-4838-b6b3-e2140aa00aa1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1989 0.034319 10.0.0.249 - - [2026-08-03 05:02:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.031739 10.0.0.249 - - [2026-08-03 05:02:19] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 362 0.073614 10.0.0.249 - - [2026-08-03 05:02:20] "GET /virtual-network/427b4890-b9e7-4838-b6b3-e2140aa00aa1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1989 0.053838 10.0.0.249 - - [2026-08-03 05:02:20] "POST /id-to-fqname HTTP/1.1" 401 293 0.000725 10.0.0.249 - - [2026-08-03 05:02:21] "POST /id-to-fqname HTTP/1.1" 200 230 0.078498 10.0.0.249 - - [2026-08-03 05:02:21] "POST /neutron/network HTTP/1.1" 200 844 0.082602 10.0.0.161 - - [2026-08-03 05:02:21] "GET /projects?obj_uuids=9f36cd44-e6e2-46ac-be4a-eb937de42801&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001399 10.0.0.249 - - [2026-08-03 05:02:21] "GET /project/9f36cd44-e6e2-46ac-be4a-eb937de42801?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.112430 10.0.0.249 - - [2026-08-03 05:02:22] "POST /neutron/port HTTP/1.1" 200 117 0.034966 10.0.0.249 - - [2026-08-03 05:02:26] "POST /neutron/network HTTP/1.1" 200 834 0.058793 10.0.0.249 - - [2026-08-03 05:02:27] "POST /neutron/port HTTP/1.1" 200 1057 0.026865 10.0.0.249 - - [2026-08-03 05:02:27] "POST /neutron/security_group HTTP/1.1" 200 2053 0.013498 10.0.0.249 - - [2026-08-03 05:02:28] "POST /neutron/subnet HTTP/1.1" 200 659 0.015618 10.0.0.50 - - [2026-08-03 05:02:29] "GET /obj-perms HTTP/1.1" 200 4509 0.082320 10.0.0.161 - - [2026-08-03 05:02:29] "GET /obj-perms HTTP/1.1" 200 4509 0.047493 10.0.0.249 - - [2026-08-03 05:02:32] "POST /neutron/port HTTP/1.1" 200 1121 0.026574 10.0.0.249 - - [2026-08-03 05:02:37] "POST /neutron/security_group HTTP/1.1" 200 2053 0.010859 10.0.0.161 - - [2026-08-03 05:02:40] "DELETE /project/59b7e781-aaa0-4eeb-9fed-227e166cdc94 HTTP/1.1" 404 177 0.009483 10.0.0.161 - - [2026-08-03 05:02:40] "DELETE /project/2f9a26451dc6463189fcb7ddabb78462 HTTP/1.1" 404 173 0.007555 10.0.0.161 - - [2026-08-03 05:02:40] "DELETE /project/3403e250179945918e003a9de39aa922 HTTP/1.1" 404 173 0.014766 10.0.0.161 - - [2026-08-03 05:02:40] "DELETE /project/9f36cd44e6e246acbe4aeb937de42801 HTTP/1.1" 404 173 0.009018 10.0.0.249 - - [2026-08-03 05:02:47] "POST /neutron/port HTTP/1.1" 200 1121 0.036087 10.0.0.249 - - [2026-08-03 05:02:53] "POST /neutron/security_group HTTP/1.1" 200 2053 0.011605 10.0.0.249 - - [2026-08-03 05:02:53] "POST /neutron/port HTTP/1.1" 200 1121 0.033586 10.0.0.249 - - [2026-08-03 05:02:53] "POST /neutron/security_group HTTP/1.1" 200 2053 0.011386 10.0.0.249 - - [2026-08-03 05:02:53] "GET /virtual-machine/f16cab05-1b01-4f2e-b001-d52fd3946116 HTTP/1.1" 401 293 0.000630 10.0.0.249 - - [2026-08-03 05:02:53] "GET /virtual-machine/f16cab05-1b01-4f2e-b001-d52fd3946116 HTTP/1.1" 200 1290 0.081156 10.0.0.249 - - [2026-08-03 05:02:53] "GET /virtual-machine/f16cab05-1b01-4f2e-b001-d52fd3946116 HTTP/1.1" 200 1290 0.035373 10.0.0.249 - - [2026-08-03 05:02:54] "GET /virtual-machine-interface/2eba707e-02bf-4a54-a392-f0f6f370ca2a HTTP/1.1" 200 2536 0.041163 10.0.0.249 - - [2026-08-03 05:02:54] "GET /virtual-machine/f16cab05-1b01-4f2e-b001-d52fd3946116 HTTP/1.1" 200 1290 0.030915 10.0.0.249 - - [2026-08-03 05:02:54] "GET /virtual-machine-interface/2eba707e-02bf-4a54-a392-f0f6f370ca2a HTTP/1.1" 200 2536 0.036458 10.0.0.249 - - [2026-08-03 05:02:54] "GET /instance-ip/e63ff6c9-ab77-44f0-99d0-329a411f3495 HTTP/1.1" 200 1631 0.033807 10.0.0.249 - - [2026-08-03 05:02:54] "GET /virtual-machine/f16cab05-1b01-4f2e-b001-d52fd3946116 HTTP/1.1" 200 1290 0.031770 10.0.0.249 - - [2026-08-03 05:02:54] "GET /virtual-machine-interface/2eba707e-02bf-4a54-a392-f0f6f370ca2a HTTP/1.1" 200 2536 0.036243 10.0.0.249 - - [2026-08-03 05:02:54] "GET /instance-ip/e63ff6c9-ab77-44f0-99d0-329a411f3495 HTTP/1.1" 200 1631 0.040714 10.0.0.249 - - [2026-08-03 05:02:54] "POST /fqname-to-id HTTP/1.1" 403 339 0.027052 10.0.0.249 - - [2026-08-03 05:02:54] "GET / HTTP/1.1" 200 36215 0.002488 10.0.0.249 - - [2026-08-03 05:02:54] "POST /fqname-to-id HTTP/1.1" 401 293 0.000815 10.0.0.249 - - [2026-08-03 05:02:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.031691 10.0.0.249 - - [2026-08-03 05:02:55] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.006574 10.0.0.249 - - [2026-08-03 05:02:55] "GET /virtual-networks?parent_id=9f36cd44-e6e2-46ac-be4a-eb937de42801&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.024947 10.0.0.249 - - [2026-08-03 05:02:55] "POST /fqname-to-id HTTP/1.1" 403 339 0.026579 10.0.0.249 - - [2026-08-03 05:02:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.005240 10.0.0.249 - - [2026-08-03 05:02:55] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.006147 10.0.0.249 - - [2026-08-03 05:02:55] "GET /virtual-networks?parent_id=9f36cd44-e6e2-46ac-be4a-eb937de42801&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.029154 10.0.0.249 - - [2026-08-03 05:02:55] "POST /fqname-to-id HTTP/1.1" 403 339 0.030616 10.0.0.249 - - [2026-08-03 05:02:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.005967 10.0.0.249 - - [2026-08-03 05:02:55] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.006679 10.0.0.249 - - [2026-08-03 05:02:55] "GET /virtual-networks?parent_id=9f36cd44-e6e2-46ac-be4a-eb937de42801&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.026469 10.0.0.249 - - [2026-08-03 05:02:55] "POST /fqname-to-id HTTP/1.1" 403 339 0.034395 10.0.0.249 - - [2026-08-03 05:02:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.005725 10.0.0.249 - - [2026-08-03 05:02:55] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.006723 10.0.0.249 - - [2026-08-03 05:02:55] "GET /virtual-networks?parent_id=9f36cd44-e6e2-46ac-be4a-eb937de42801&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.031414 10.0.0.249 - - [2026-08-03 05:02:55] "POST /fqname-to-id HTTP/1.1" 403 339 0.074733 10.0.0.249 - - [2026-08-03 05:02:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.008190 10.0.0.249 - - [2026-08-03 05:02:55] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.007207 10.0.0.249 - - [2026-08-03 05:02:56] "GET /virtual-networks?parent_id=9f36cd44-e6e2-46ac-be4a-eb937de42801&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.032761 10.0.0.249 - - [2026-08-03 05:02:59] "POST /fqname-to-id HTTP/1.1" 403 339 0.027067 10.0.0.249 - - [2026-08-03 05:02:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.005314 10.0.0.249 - - [2026-08-03 05:02:59] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005380 10.0.0.249 - - [2026-08-03 05:02:59] "GET /virtual-networks?parent_id=9f36cd44-e6e2-46ac-be4a-eb937de42801&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.029249 10.0.0.249 - - [2026-08-03 05:02:59] "POST /fqname-to-id HTTP/1.1" 403 339 0.028181 10.0.0.249 - - [2026-08-03 05:02:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.005161 10.0.0.249 - - [2026-08-03 05:02:59] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.006118 10.0.0.249 - - [2026-08-03 05:02:59] "GET /virtual-networks?parent_id=9f36cd44-e6e2-46ac-be4a-eb937de42801&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.028741 10.0.0.249 - - [2026-08-03 05:02:59] "POST /fqname-to-id HTTP/1.1" 403 361 0.026085 10.0.0.249 - - [2026-08-03 05:02:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.005541 10.0.0.249 - - [2026-08-03 05:02:59] "GET /routing-instance/db2ea74e-f0a7-4fa8-90cb-285132fbbe50?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1534 0.006417 10.0.0.249 - - [2026-08-03 05:02:59] "GET /route-target/37452dd8-1c76-466a-b551-be44dc57546c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 361 0.025415 10.0.0.249 - - [2026-08-03 05:02:59] "GET /route-target/37452dd8-1c76-466a-b551-be44dc57546c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.006239 10.0.0.249 - - [2026-08-03 05:02:59] "POST /fqname-to-id HTTP/1.1" 403 339 0.028699 10.0.0.249 - - [2026-08-03 05:02:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.005305 10.0.0.249 - - [2026-08-03 05:02:59] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.006335 10.0.0.249 - - [2026-08-03 05:02:59] "GET /virtual-networks?parent_id=9f36cd44-e6e2-46ac-be4a-eb937de42801&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.028103 10.0.0.249 - - [2026-08-03 05:02:59] "POST /fqname-to-id HTTP/1.1" 403 361 0.028777 10.0.0.249 - - [2026-08-03 05:02:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.005962 10.0.0.249 - - [2026-08-03 05:02:59] "GET /routing-instance/db2ea74e-f0a7-4fa8-90cb-285132fbbe50?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1534 0.009975 10.0.0.249 - - [2026-08-03 05:03:00] "GET /route-target/37452dd8-1c76-466a-b551-be44dc57546c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 361 0.032479 10.0.0.249 - - [2026-08-03 05:03:00] "GET /route-target/37452dd8-1c76-466a-b551-be44dc57546c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.007701 10.0.0.249 - - [2026-08-03 05:03:00] "POST /fqname-to-id HTTP/1.1" 403 339 0.030684 10.0.0.249 - - [2026-08-03 05:03:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.005960 10.0.0.249 - - [2026-08-03 05:03:00] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.006357 10.0.0.249 - - [2026-08-03 05:03:00] "GET /virtual-networks?parent_id=9f36cd44-e6e2-46ac-be4a-eb937de42801&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.029692 10.0.0.249 - - [2026-08-03 05:03:00] "POST /fqname-to-id HTTP/1.1" 403 339 0.032704 10.0.0.249 - - [2026-08-03 05:03:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.006342 10.0.0.249 - - [2026-08-03 05:03:00] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.006641 10.0.0.249 - - [2026-08-03 05:03:00] "GET /virtual-networks?parent_id=9f36cd44-e6e2-46ac-be4a-eb937de42801&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.031103 10.0.0.249 - - [2026-08-03 05:03:01] "GET /obj-perms HTTP/1.1" 200 4305 0.056049 10.0.0.249 - - [2026-08-03 05:03:01] "GET /obj-perms HTTP/1.1" 200 4305 0.029220 10.0.0.161 - - [2026-08-03 05:03:01] "GET /obj-perms HTTP/1.1" 200 4305 0.076578 10.0.0.249 - - [2026-08-03 05:03:01] "GET /obj-perms HTTP/1.1" 200 4305 0.031746 10.0.0.249 - - [2026-08-03 05:03:01] "GET /obj-perms HTTP/1.1" 200 4305 0.042799 10.0.0.161 - - [2026-08-03 05:03:01] "GET /virtual-machine/f16cab05-1b01-4f2e-b001-d52fd3946116?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 994 0.032607 10.0.0.249 - - [2026-08-03 05:03:01] "GET /obj-perms HTTP/1.1" 200 4305 0.030156 10.0.0.249 - - [2026-08-03 05:03:02] "GET /obj-perms HTTP/1.1" 200 4305 0.084859 10.0.0.249 - - [2026-08-03 05:03:02] "GET /obj-perms HTTP/1.1" 200 4305 0.025706 10.0.0.249 - - [2026-08-03 05:03:03] "GET /obj-perms HTTP/1.1" 200 4305 0.068627 10.0.0.249 - - [2026-08-03 05:03:03] "GET /obj-perms HTTP/1.1" 200 4305 0.021085 10.0.0.249 - - [2026-08-03 05:03:04] "GET /virtual-machine/f16cab05-1b01-4f2e-b001-d52fd3946116 HTTP/1.1" 200 1290 0.088617 10.0.0.249 - - [2026-08-03 05:03:06] "POST /neutron/port HTTP/1.1" 200 1121 0.030653 10.0.0.249 - - [2026-08-03 05:03:06] "GET /virtual-machine/f16cab05-1b01-4f2e-b001-d52fd3946116 HTTP/1.1" 200 1290 0.069682 10.0.0.249 - - [2026-08-03 05:03:08] "GET /virtual-machine/f16cab05-1b01-4f2e-b001-d52fd3946116 HTTP/1.1" 404 171 0.025068 10.0.0.249 - - [2026-08-03 05:03:08] "GET /virtual-machine/f16cab05-1b01-4f2e-b001-d52fd3946116 HTTP/1.1" 404 171 0.023462 10.0.0.249 - - [2026-08-03 05:03:08] "GET /virtual-machine/f16cab05-1b01-4f2e-b001-d52fd3946116 HTTP/1.1" 404 171 0.022630 10.0.0.249 - - [2026-08-03 05:03:08] "POST /fqname-to-id HTTP/1.1" 403 339 0.030895 10.0.0.249 - - [2026-08-03 05:03:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.006152 10.0.0.249 - - [2026-08-03 05:03:08] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.007761 10.0.0.249 - - [2026-08-03 05:03:08] "GET /virtual-networks?parent_id=9f36cd44-e6e2-46ac-be4a-eb937de42801&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.033649 10.0.0.249 - - [2026-08-03 05:03:09] "POST /fqname-to-id HTTP/1.1" 403 361 0.026190 10.0.0.249 - - [2026-08-03 05:03:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.004988 10.0.0.249 - - [2026-08-03 05:03:09] "GET /routing-instance/db2ea74e-f0a7-4fa8-90cb-285132fbbe50?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1534 0.005989 10.0.0.249 - - [2026-08-03 05:03:09] "GET /route-target/37452dd8-1c76-466a-b551-be44dc57546c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 361 0.023386 10.0.0.249 - - [2026-08-03 05:03:09] "GET /route-target/37452dd8-1c76-466a-b551-be44dc57546c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.006222 10.0.0.249 - - [2026-08-03 05:03:09] "GET /obj-perms HTTP/1.1" 200 4305 0.023816 10.0.0.249 - - [2026-08-03 05:03:09] "GET /obj-perms HTTP/1.1" 200 4473 0.051332 10.0.0.249 - - [2026-08-03 05:03:13] "GET /obj-perms HTTP/1.1" 200 4473 0.007707 10.0.0.50 - - [2026-08-03 05:03:13] "GET /obj-perms HTTP/1.1" 200 4473 0.064200 10.0.0.161 - - [2026-08-03 05:03:14] "GET /obj-perms HTTP/1.1" 200 4473 0.054695 10.0.0.50 - - [2026-08-03 05:03:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.007541 10.0.0.161 - - [2026-08-03 05:03:14] "POST /useragent-kv HTTP/1.1" 200 115 0.004867 10.0.0.161 - - [2026-08-03 05:03:14] "POST /useragent-kv HTTP/1.1" 200 115 0.004128 10.0.0.249 - - [2026-08-03 05:03:14] "DELETE /virtual-network/427b4890-b9e7-4838-b6b3-e2140aa00aa1 HTTP/1.1" 200 115 0.309277 10.0.0.249 - - [2026-08-03 05:03:14] "DELETE /api-access-list/6faa5128-cbae-4ba1-b0f3-54518ee23740 HTTP/1.1" 200 115 0.072963 10.0.0.161 - - [2026-08-03 05:03:14] "GET /projects?obj_uuids=9f36cd44-e6e2-46ac-be4a-eb937de42801&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.002236 10.0.0.249 - - [2026-08-03 05:03:14] "GET /project/9f36cd44-e6e2-46ac-be4a-eb937de42801?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.103112 10.0.0.161 - - [2026-08-03 05:03:14] "GET /projects?obj_uuids=9f36cd44-e6e2-46ac-be4a-eb937de42801&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.002544 10.0.0.249 - - [2026-08-03 05:03:15] "GET /project/9f36cd44-e6e2-46ac-be4a-eb937de42801?fields=virtual_networks HTTP/1.1" 200 1024 0.111635 10.0.0.161 - - [2026-08-03 05:03:15] "GET /projects?obj_uuids=9f36cd44-e6e2-46ac-be4a-eb937de42801&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.002206 10.0.0.249 - - [2026-08-03 05:03:15] "GET /project/9f36cd44-e6e2-46ac-be4a-eb937de42801?fields=virtual_machine_interfaces HTTP/1.1" 200 1024 0.099987 10.0.0.161 - - [2026-08-03 05:03:15] "GET /projects?obj_uuids=9f36cd44-e6e2-46ac-be4a-eb937de42801&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.002341 10.0.0.249 - - [2026-08-03 05:03:15] "GET /project/9f36cd44-e6e2-46ac-be4a-eb937de42801?fields=security_groups HTTP/1.1" 200 1246 0.088026 10.0.0.161 - - [2026-08-03 05:03:15] "GET /projects?obj_uuids=3403e250-1799-4591-8e00-3a9de39aa922&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.002479 10.0.0.249 - - [2026-08-03 05:03:16] "GET /project/3403e250-1799-4591-8e00-3a9de39aa922?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1345 0.130506 10.0.0.161 - - [2026-08-03 05:03:16] "GET /projects?obj_uuids=3403e250-1799-4591-8e00-3a9de39aa922&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.002496 10.0.0.249 - - [2026-08-03 05:03:16] "GET /project/3403e250-1799-4591-8e00-3a9de39aa922?fields=virtual_networks HTTP/1.1" 200 1023 0.112346 10.0.0.161 - - [2026-08-03 05:03:16] "GET /projects?obj_uuids=3403e250-1799-4591-8e00-3a9de39aa922&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.002593 10.0.0.249 - - [2026-08-03 05:03:16] "GET /project/3403e250-1799-4591-8e00-3a9de39aa922?fields=virtual_machine_interfaces HTTP/1.1" 200 1023 0.076754 10.0.0.161 - - [2026-08-03 05:03:16] "GET /projects?obj_uuids=3403e250-1799-4591-8e00-3a9de39aa922&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.002189 10.0.0.249 - - [2026-08-03 05:03:16] "GET /project/3403e250-1799-4591-8e00-3a9de39aa922?fields=security_groups HTTP/1.1" 200 1245 0.078987 10.0.0.50 - - [2026-08-03 05:03:18] "GET /global-system-configs HTTP/1.1" 401 293 0.000626 10.0.0.50 - - [2026-08-03 05:03:18] "GET /global-system-configs HTTP/1.1" 401 293 0.000542 10.0.0.249 - - [2026-08-03 05:03:19] "GET /api-access-list/c625fa7c-8ee2-478d-9b8b-839e02089b1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2413 0.006364 10.0.0.249 - - [2026-08-03 05:03:19] "PUT /api-access-list/c625fa7c-8ee2-478d-9b8b-839e02089b1c HTTP/1.1" 200 265 0.021507 10.0.0.161 - - [2026-08-03 05:03:19] "GET /projects?obj_uuids=2f9a2645-1dc6-4631-89fc-b7ddabb78462&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.002289 10.0.0.249 - - [2026-08-03 05:03:19] "GET /project/2f9a2645-1dc6-4631-89fc-b7ddabb78462?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1344 0.077335 10.0.0.161 - - [2026-08-03 05:03:19] "GET /projects?obj_uuids=2f9a2645-1dc6-4631-89fc-b7ddabb78462&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.002332 10.0.0.50 - - [2026-08-03 05:03:19] "GET /global-system-configs HTTP/1.1" 401 293 0.000564 10.0.0.249 - - [2026-08-03 05:03:19] "GET /project/2f9a2645-1dc6-4631-89fc-b7ddabb78462?fields=virtual_networks HTTP/1.1" 200 1022 0.103310 10.0.0.50 - - [2026-08-03 05:03:19] "GET /global-system-configs HTTP/1.1" 401 293 0.000722 10.0.0.161 - - [2026-08-03 05:03:19] "GET /projects?obj_uuids=2f9a2645-1dc6-4631-89fc-b7ddabb78462&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.002067 10.0.0.249 - - [2026-08-03 05:03:19] "GET /project/2f9a2645-1dc6-4631-89fc-b7ddabb78462?fields=virtual_machine_interfaces HTTP/1.1" 200 1022 0.083194 10.0.0.161 - - [2026-08-03 05:03:19] "GET /projects?obj_uuids=2f9a2645-1dc6-4631-89fc-b7ddabb78462&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001857 10.0.0.249 - - [2026-08-03 05:03:19] "GET /project/2f9a2645-1dc6-4631-89fc-b7ddabb78462?fields=security_groups HTTP/1.1" 200 1244 0.088679 10.0.0.161 - - [2026-08-03 05:03:20] "GET /global-system-configs HTTP/1.1" 401 293 0.000846 10.0.0.161 - - [2026-08-03 05:03:20] "GET /global-system-configs HTTP/1.1" 401 293 0.000701 10.0.0.249 - - [2026-08-03 05:03:20] "POST /fqname-to-id HTTP/1.1" 404 188 0.039984 10.0.0.161 - - [2026-08-03 05:03:20] "GET /projects?obj_uuids=67b05e5e-3366-4288-a261-7ae52a90b50b&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.005267 10.0.0.161 - - [2026-08-03 05:03:21] "GET /domains?obj_uuids=724de60e-9f87-4d23-867c-6bd9a9880f5b&detail=False&count=False&shared=False HTTP/1.1" 200 316 0.002814 10.0.0.161 - - [2026-08-03 05:03:21] "GET /domain/724de60e-9f87-4d23-867c-6bd9a9880f5b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.015535 10.0.0.161 - - [2026-08-03 05:03:21] "POST /id-to-fqname HTTP/1.1" 200 190 0.003664 10.0.0.161 - - [2026-08-03 05:03:21] "POST /fqname-to-id HTTP/1.1" 404 199 0.015594 10.0.0.161 - - [2026-08-03 05:03:21] "POST /security-groups HTTP/1.1" 200 593 0.101225 10.0.0.161 - - [2026-08-03 05:03:21] "POST /projects HTTP/1.1" 200 587 0.402174 10.0.0.161 - - [2026-08-03 05:03:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.438694 10.0.0.50 - - [2026-08-03 05:03:21] "POST /access-control-lists HTTP/1.1" 200 598 0.065208 10.0.0.249 - - [2026-08-03 05:03:21] "GET /project/67b05e5e-3366-4288-a261-7ae52a90b50b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.692037 10.0.0.161 - - [2026-08-03 05:03:21] "GET /global-system-configs HTTP/1.1" 401 293 0.000636 10.0.0.161 - - [2026-08-03 05:03:21] "GET /global-system-configs HTTP/1.1" 401 293 0.000540 10.0.0.249 - - [2026-08-03 05:03:22] "GET /global-system-configs HTTP/1.1" 401 293 0.000599 10.0.0.249 - - [2026-08-03 05:03:22] "GET /global-system-configs HTTP/1.1" 401 293 0.000600 10.0.0.249 - - [2026-08-03 05:03:22] "GET /global-system-configs HTTP/1.1" 401 293 0.000566 10.0.0.249 - - [2026-08-03 05:03:22] "GET /global-system-configs HTTP/1.1" 401 293 0.000551 10.0.0.249 - - [2026-08-03 05:03:23] "GET / HTTP/1.1" 200 36215 0.004107 10.0.0.249 - - [2026-08-03 05:03:25] "POST /fqname-to-id HTTP/1.1" 401 293 0.000585 10.0.0.249 - - [2026-08-03 05:03:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.035631 10.0.0.249 - - [2026-08-03 05:03:26] "GET /api-access-list/c625fa7c-8ee2-478d-9b8b-839e02089b1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1884 0.005751 10.0.0.249 - - [2026-08-03 05:03:26] "GET /api-access-list/c625fa7c-8ee2-478d-9b8b-839e02089b1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1884 0.006195 10.0.0.249 - - [2026-08-03 05:03:26] "GET /api-access-list/c625fa7c-8ee2-478d-9b8b-839e02089b1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1884 0.006204 10.0.0.249 - - [2026-08-03 05:03:26] "PUT /api-access-list/c625fa7c-8ee2-478d-9b8b-839e02089b1c HTTP/1.1" 200 265 0.021306 10.0.0.249 - - [2026-08-03 05:03:28] "POST /fqname-to-id HTTP/1.1" 404 188 0.028080 10.0.0.161 - - [2026-08-03 05:03:28] "GET /projects?obj_uuids=7ebc8bbc-a515-4daa-966e-1c92934f496f&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004624 10.0.0.161 - - [2026-08-03 05:03:28] "GET /domains?obj_uuids=724de60e-9f87-4d23-867c-6bd9a9880f5b&detail=False&count=False&shared=False HTTP/1.1" 200 316 0.001660 10.0.0.161 - - [2026-08-03 05:03:28] "GET /domain/724de60e-9f87-4d23-867c-6bd9a9880f5b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.012549 10.0.0.161 - - [2026-08-03 05:03:28] "POST /id-to-fqname HTTP/1.1" 200 190 0.004395 10.0.0.161 - - [2026-08-03 05:03:28] "POST /fqname-to-id HTTP/1.1" 404 199 0.007678 10.0.0.161 - - [2026-08-03 05:03:28] "POST /security-groups HTTP/1.1" 200 593 0.051475 10.0.0.50 - - [2026-08-03 05:03:28] "POST /fqname-to-id HTTP/1.1" 404 234 0.009617 10.0.0.161 - - [2026-08-03 05:03:28] "POST /projects HTTP/1.1" 200 587 0.369929 10.0.0.161 - - [2026-08-03 05:03:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.409910 10.0.0.249 - - [2026-08-03 05:03:28] "GET /project/7ebc8bbc-a515-4daa-966e-1c92934f496f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.605765 10.0.0.50 - - [2026-08-03 05:03:28] "POST /access-control-lists HTTP/1.1" 200 596 0.071401 10.0.0.249 - - [2026-08-03 05:03:29] "POST /fqname-to-id HTTP/1.1" 404 188 0.028715 10.0.0.161 - - [2026-08-03 05:03:29] "GET /projects?obj_uuids=15fc1cab-e416-4ad2-addc-d1773c901149&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.005250 10.0.0.161 - - [2026-08-03 05:03:29] "GET /domains?obj_uuids=724de60e-9f87-4d23-867c-6bd9a9880f5b&detail=False&count=False&shared=False HTTP/1.1" 200 316 0.001694 10.0.0.161 - - [2026-08-03 05:03:29] "GET /domain/724de60e-9f87-4d23-867c-6bd9a9880f5b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.011264 10.0.0.161 - - [2026-08-03 05:03:29] "POST /id-to-fqname HTTP/1.1" 200 190 0.013525 10.0.0.161 - - [2026-08-03 05:03:29] "POST /fqname-to-id HTTP/1.1" 404 199 0.007526 10.0.0.161 - - [2026-08-03 05:03:29] "POST /security-groups HTTP/1.1" 200 593 0.090850 10.0.0.161 - - [2026-08-03 05:03:29] "POST /projects HTTP/1.1" 200 587 0.431056 10.0.0.161 - - [2026-08-03 05:03:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.509559 10.0.0.50 - - [2026-08-03 05:03:29] "POST /fqname-to-id HTTP/1.1" 404 233 0.012055 10.0.0.249 - - [2026-08-03 05:03:30] "GET /project/15fc1cab-e416-4ad2-addc-d1773c901149?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.788465 10.0.0.249 - - [2026-08-03 05:03:30] "GET /obj-perms HTTP/1.1" 200 4509 0.143708 10.0.0.249 - - [2026-08-03 05:03:31] "GET / HTTP/1.1" 200 36215 0.004591 10.0.0.249 - - [2026-08-03 05:03:32] "GET / HTTP/1.1" 200 36215 0.002423 10.0.0.249 - - [2026-08-03 05:03:32] "POST /fqname-to-id HTTP/1.1" 404 183 0.004729 10.0.0.249 - - [2026-08-03 05:03:32] "POST /api-access-lists HTTP/1.1" 200 523 0.037343 10.0.0.249 - - [2026-08-03 05:03:32] "GET /api-access-list/41863e75-7ae4-42c1-9fbc-4a709b132adb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1290 0.009418 10.0.0.249 - - [2026-08-03 05:03:33] "POST /fqname-to-id HTTP/1.1" 401 293 0.000703 10.0.0.249 - - [2026-08-03 05:03:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.057994 10.0.0.161 - - [2026-08-03 05:03:33] "GET /projects?obj_uuids=7ebc8bbc-a515-4daa-966e-1c92934f496f&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002047 10.0.0.249 - - [2026-08-03 05:03:33] "GET /project/7ebc8bbc-a515-4daa-966e-1c92934f496f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.116888 10.0.0.249 - - [2026-08-03 05:03:33] "GET /virtual-networks?parent_id=7ebc8bbc-a515-4daa-966e-1c92934f496f&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.027960 10.0.0.249 - - [2026-08-03 05:03:34] "POST /virtual-networks HTTP/1.1" 200 585 0.153318 10.0.0.249 - - [2026-08-03 05:03:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.058535 10.0.0.50 - - [2026-08-03 05:03:34] "POST /ref-update HTTP/1.1" 200 156 0.034795 10.0.0.249 - - [2026-08-03 05:03:34] "GET /network-ipam/cbc42447-9723-4149-a401-bead89aeaa6d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1091 0.057361 10.0.0.161 - - [2026-08-03 05:03:34] "POST /useragent-kv HTTP/1.1" 200 115 0.012889 10.0.0.249 - - [2026-08-03 05:03:34] "POST /ref-update HTTP/1.1" 200 156 0.190443 10.0.0.249 - - [2026-08-03 05:03:34] "POST /neutron/network HTTP/1.1" 200 845 0.071099 10.0.0.249 - - [2026-08-03 05:03:34] "GET /virtual-network/0752169e-656a-4cb8-b706-51c9ad45c011?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2006 0.036929 10.0.0.249 - - [2026-08-03 05:03:35] "POST /neutron/subnet HTTP/1.1" 200 664 0.075421 10.0.0.249 - - [2026-08-03 05:03:35] "POST /fqname-to-id HTTP/1.1" 401 293 0.000692 10.0.0.249 - - [2026-08-03 05:03:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.096627 10.0.0.161 - - [2026-08-03 05:03:35] "GET /projects?obj_uuids=15fc1cab-e416-4ad2-addc-d1773c901149&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001524 10.0.0.249 - - [2026-08-03 05:03:35] "GET /project/15fc1cab-e416-4ad2-addc-d1773c901149?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.181694 10.0.0.249 - - [2026-08-03 05:03:35] "GET /virtual-networks?parent_id=15fc1cab-e416-4ad2-addc-d1773c901149&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.082717 10.0.0.249 - - [2026-08-03 05:03:36] "POST /virtual-networks HTTP/1.1" 200 585 0.405069 10.0.0.249 - - [2026-08-03 05:03:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.148793 10.0.0.50 - - [2026-08-03 05:03:36] "DELETE /access-control-list/e0dd6c31-ed2f-43bc-804e-3a3be1f6c685 HTTP/1.1" 200 115 0.156492 10.0.0.249 - - [2026-08-03 05:03:36] "GET /network-ipam/cbc42447-9723-4149-a401-bead89aeaa6d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1091 0.101467 10.0.0.50 - - [2026-08-03 05:03:36] "DELETE /access-control-list/ab9e2996-2cae-49a7-92df-ecff7cbcfb57 HTTP/1.1" 200 115 0.170169 10.0.0.161 - - [2026-08-03 05:03:37] "POST /useragent-kv HTTP/1.1" 200 115 0.011411 10.0.0.249 - - [2026-08-03 05:03:37] "POST /ref-update HTTP/1.1" 200 156 0.375139 10.0.0.249 - - [2026-08-03 05:03:37] "GET /virtual-network/a632ed01-fa93-4bcf-9f66-9a10d31d62f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2021 0.048810 10.0.0.249 - - [2026-08-03 05:03:37] "POST /neutron/network HTTP/1.1" 200 850 0.104952 10.0.0.249 - - [2026-08-03 05:03:39] "GET /virtual-network/0752169e-656a-4cb8-b706-51c9ad45c011?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2006 0.052992 10.0.0.249 - - [2026-08-03 05:03:39] "GET /virtual-network/0752169e-656a-4cb8-b706-51c9ad45c011?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 376 0.041148 10.0.0.50 - - [2026-08-03 05:03:40] "POST /fqname-to-id HTTP/1.1" 401 293 0.000654 10.0.0.161 - - [2026-08-03 05:03:40] "DELETE /project/67b05e5e33664288a2617ae52a90b50b HTTP/1.1" 404 173 0.008767 10.0.0.161 - - [2026-08-03 05:03:40] "DELETE /project/2f9a2645-1dc6-4631-89fc-b7ddabb78462 HTTP/1.1" 404 177 0.008799 10.0.0.161 - - [2026-08-03 05:03:40] "DELETE /project/15fc1cabe4164ad2addcd1773c901149 HTTP/1.1" 404 173 0.005269 10.0.0.161 - - [2026-08-03 05:03:40] "DELETE /project/7ebc8bbca5154daa966e1c92934f496f HTTP/1.1" 404 173 0.007771 10.0.0.161 - - [2026-08-03 05:03:40] "DELETE /project/9f36cd44-e6e2-46ac-be4a-eb937de42801 HTTP/1.1" 404 177 0.042954 10.0.0.161 - - [2026-08-03 05:03:40] "DELETE /project/3403e250-1799-4591-8e00-3a9de39aa922 HTTP/1.1" 404 177 0.042306 10.0.0.161 - - [2026-08-03 05:03:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.029311 10.0.0.249 - - [2026-08-03 05:03:42] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 372 0.046618 10.0.0.249 - - [2026-08-03 05:03:42] "GET /obj-perms HTTP/1.1" 200 4483 0.056545 10.0.0.249 - - [2026-08-03 05:03:42] "PUT /virtual-network/0752169e-656a-4cb8-b706-51c9ad45c011 HTTP/1.1" 200 265 0.099314 10.0.0.249 - - [2026-08-03 05:03:42] "GET /virtual-network/0752169e-656a-4cb8-b706-51c9ad45c011?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 376 0.021559 10.0.0.249 - - [2026-08-03 05:03:43] "GET /virtual-network/0752169e-656a-4cb8-b706-51c9ad45c011?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 376 0.044862 10.0.0.50 - - [2026-08-03 05:03:43] "GET /obj-perms HTTP/1.1" 403 257 0.057178 10.0.0.161 - - [2026-08-03 05:03:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.005203 10.0.0.249 - - [2026-08-03 05:03:44] "GET /virtual-network/0752169e-656a-4cb8-b706-51c9ad45c011?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2010 0.036442 10.0.0.249 - - [2026-08-03 05:03:44] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 132 0.054912 10.0.0.249 - - [2026-08-03 05:03:44] "GET /obj-perms HTTP/1.1" 200 4483 0.005888 10.0.0.249 - - [2026-08-03 05:03:44] "PUT /virtual-network/0752169e-656a-4cb8-b706-51c9ad45c011 HTTP/1.1" 200 265 0.096725 10.0.0.50 - - [2026-08-03 05:03:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.009133 10.0.0.161 - - [2026-08-03 05:03:45] "POST /useragent-kv HTTP/1.1" 200 115 0.037683 10.0.0.161 - - [2026-08-03 05:03:45] "POST /useragent-kv HTTP/1.1" 200 115 0.004817 10.0.0.249 - - [2026-08-03 05:03:45] "DELETE /virtual-network/a632ed01-fa93-4bcf-9f66-9a10d31d62f6 HTTP/1.1" 200 115 0.300881 10.0.0.161 - - [2026-08-03 05:03:45] "POST /useragent-kv HTTP/1.1" 200 115 0.004882 10.0.0.161 - - [2026-08-03 05:03:45] "POST /useragent-kv HTTP/1.1" 200 115 0.003611 10.0.0.249 - - [2026-08-03 05:03:45] "DELETE /virtual-network/0752169e-656a-4cb8-b706-51c9ad45c011 HTTP/1.1" 200 115 0.219774 10.0.0.249 - - [2026-08-03 05:03:45] "DELETE /api-access-list/41863e75-7ae4-42c1-9fbc-4a709b132adb HTTP/1.1" 200 115 0.057231 10.0.0.50 - - [2026-08-03 05:03:45] "DELETE /route-target/40203a9f-17f2-4d06-a393-c597d5f392da HTTP/1.1" 200 115 0.051978 10.0.0.161 - - [2026-08-03 05:03:45] "GET /projects?obj_uuids=15fc1cab-e416-4ad2-addc-d1773c901149&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001586 10.0.0.249 - - [2026-08-03 05:03:45] "GET /project/15fc1cab-e416-4ad2-addc-d1773c901149?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.151884 10.0.0.161 - - [2026-08-03 05:03:45] "GET /projects?obj_uuids=15fc1cab-e416-4ad2-addc-d1773c901149&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002592 10.0.0.249 - - [2026-08-03 05:03:45] "GET /project/15fc1cab-e416-4ad2-addc-d1773c901149?fields=virtual_networks HTTP/1.1" 200 1033 0.086360 10.0.0.161 - - [2026-08-03 05:03:45] "GET /projects?obj_uuids=15fc1cab-e416-4ad2-addc-d1773c901149&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002714 10.0.0.249 - - [2026-08-03 05:03:46] "GET /project/15fc1cab-e416-4ad2-addc-d1773c901149?fields=virtual_machine_interfaces HTTP/1.1" 200 1033 0.103010 10.0.0.161 - - [2026-08-03 05:03:46] "GET /projects?obj_uuids=15fc1cab-e416-4ad2-addc-d1773c901149&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001780 10.0.0.249 - - [2026-08-03 05:03:46] "GET /project/15fc1cab-e416-4ad2-addc-d1773c901149?fields=security_groups HTTP/1.1" 200 1260 0.089918 10.0.0.161 - - [2026-08-03 05:03:46] "GET /projects?obj_uuids=7ebc8bbc-a515-4daa-966e-1c92934f496f&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001593 10.0.0.249 - - [2026-08-03 05:03:46] "GET /project/7ebc8bbc-a515-4daa-966e-1c92934f496f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.078962 10.0.0.161 - - [2026-08-03 05:03:46] "GET /projects?obj_uuids=7ebc8bbc-a515-4daa-966e-1c92934f496f&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002197 10.0.0.249 - - [2026-08-03 05:03:46] "GET /project/7ebc8bbc-a515-4daa-966e-1c92934f496f?fields=virtual_networks HTTP/1.1" 200 1033 0.089779 10.0.0.161 - - [2026-08-03 05:03:46] "GET /projects?obj_uuids=7ebc8bbc-a515-4daa-966e-1c92934f496f&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002081 10.0.0.249 - - [2026-08-03 05:03:47] "GET /project/7ebc8bbc-a515-4daa-966e-1c92934f496f?fields=virtual_machine_interfaces HTTP/1.1" 200 1033 0.079633 10.0.0.161 - - [2026-08-03 05:03:47] "GET /projects?obj_uuids=7ebc8bbc-a515-4daa-966e-1c92934f496f&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001644 10.0.0.249 - - [2026-08-03 05:03:47] "GET /project/7ebc8bbc-a515-4daa-966e-1c92934f496f?fields=security_groups HTTP/1.1" 200 1260 0.079755 10.0.0.249 - - [2026-08-03 05:03:51] "GET / HTTP/1.1" 200 36215 0.002638 10.0.0.249 - - [2026-08-03 05:03:52] "GET / HTTP/1.1" 200 36215 0.002401 10.0.0.249 - - [2026-08-03 05:03:52] "POST /fqname-to-id HTTP/1.1" 401 293 0.000727 10.0.0.249 - - [2026-08-03 05:03:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.092179 10.0.0.161 - - [2026-08-03 05:03:53] "GET /projects?obj_uuids=67b05e5e-3366-4288-a261-7ae52a90b50b&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001536 10.0.0.249 - - [2026-08-03 05:03:53] "GET /project/67b05e5e-3366-4288-a261-7ae52a90b50b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.099885 10.0.0.249 - - [2026-08-03 05:03:53] "GET /virtual-networks?parent_id=67b05e5e-3366-4288-a261-7ae52a90b50b&detail=False&count=False&shared=False HTTP/1.1" 403 263 0.021405 10.0.0.249 - - [2026-08-03 05:03:53] "POST /fqname-to-id HTTP/1.1" 404 197 0.021227 10.0.0.249 - - [2026-08-03 05:03:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.021627 10.0.0.161 - - [2026-08-03 05:03:53] "GET /domains?obj_uuids=724de60e-9f87-4d23-867c-6bd9a9880f5b&detail=False&count=False&shared=False HTTP/1.1" 200 316 0.001972 10.0.0.249 - - [2026-08-03 05:03:53] "GET /domain/724de60e-9f87-4d23-867c-6bd9a9880f5b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.029932 10.0.0.249 - - [2026-08-03 05:03:53] "POST /service-templates HTTP/1.1" 403 264 0.031309 10.0.0.249 - - [2026-08-03 05:03:53] "POST /fqname-to-id HTTP/1.1" 404 215 0.004776 10.0.0.249 - - [2026-08-03 05:03:53] "POST /api-access-lists HTTP/1.1" 200 557 0.039969 10.0.0.249 - - [2026-08-03 05:03:53] "GET /api-access-list/dc8fc53a-9cc2-4ea8-81f9-c4f41145091f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1324 0.011728 10.0.0.249 - - [2026-08-03 05:03:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.026747 10.0.0.161 - - [2026-08-03 05:03:54] "GET /projects?obj_uuids=67b05e5e-3366-4288-a261-7ae52a90b50b&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001508 10.0.0.249 - - [2026-08-03 05:03:54] "GET /project/67b05e5e-3366-4288-a261-7ae52a90b50b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.093861 10.0.0.249 - - [2026-08-03 05:03:54] "GET /virtual-networks?parent_id=67b05e5e-3366-4288-a261-7ae52a90b50b&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.024171 10.0.0.249 - - [2026-08-03 05:03:54] "POST /virtual-networks HTTP/1.1" 200 585 0.145559 10.0.0.249 - - [2026-08-03 05:03:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.062575 10.0.0.249 - - [2026-08-03 05:03:54] "GET /network-ipam/cbc42447-9723-4149-a401-bead89aeaa6d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1091 0.034932 10.0.0.161 - - [2026-08-03 05:03:54] "POST /useragent-kv HTTP/1.1" 200 115 0.018547 10.0.0.249 - - [2026-08-03 05:03:54] "POST /ref-update HTTP/1.1" 200 156 0.165584 10.0.0.249 - - [2026-08-03 05:03:55] "POST /neutron/network HTTP/1.1" 200 848 0.080717 10.0.0.249 - - [2026-08-03 05:03:55] "GET /virtual-network/2f37fa33-f76e-43e1-8a0a-9905eb547cc0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.035965 10.0.0.249 - - [2026-08-03 05:03:55] "POST /neutron/network HTTP/1.1" 200 848 0.070650 10.0.0.249 - - [2026-08-03 05:03:55] "GET /virtual-network/2f37fa33-f76e-43e1-8a0a-9905eb547cc0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.008381 10.0.0.249 - - [2026-08-03 05:03:55] "GET /network-ipam/cbc42447-9723-4149-a401-bead89aeaa6d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1091 0.006185 10.0.0.249 - - [2026-08-03 05:03:55] "GET /virtual-network/2f37fa33-f76e-43e1-8a0a-9905eb547cc0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.009340 10.0.0.50 - - [2026-08-03 05:03:56] "GET /obj-perms HTTP/1.1" 200 4483 0.063267 10.0.0.249 - - [2026-08-03 05:03:57] "POST /fqname-to-id HTTP/1.1" 404 197 0.021868 10.0.0.249 - - [2026-08-03 05:03:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.021853 10.0.0.161 - - [2026-08-03 05:03:57] "GET /domains?obj_uuids=724de60e-9f87-4d23-867c-6bd9a9880f5b&detail=False&count=False&shared=False HTTP/1.1" 200 316 0.002169 10.0.0.249 - - [2026-08-03 05:03:57] "GET /domain/724de60e-9f87-4d23-867c-6bd9a9880f5b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.033526 10.0.0.249 - - [2026-08-03 05:03:57] "POST /service-templates HTTP/1.1" 403 264 0.020198 10.0.0.249 - - [2026-08-03 05:03:57] "POST /fqname-to-id HTTP/1.1" 404 183 0.005250 10.0.0.249 - - [2026-08-03 05:03:57] "POST /api-access-lists HTTP/1.1" 200 523 0.035596 10.0.0.249 - - [2026-08-03 05:03:57] "GET /api-access-list/0a73c3b5-a047-4f99-9dc0-fdc07d0dfa3c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1290 0.009599 10.0.0.249 - - [2026-08-03 05:03:57] "POST /fqname-to-id HTTP/1.1" 404 197 0.025616 10.0.0.249 - - [2026-08-03 05:03:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.028948 10.0.0.161 - - [2026-08-03 05:03:57] "GET /domains?obj_uuids=724de60e-9f87-4d23-867c-6bd9a9880f5b&detail=False&count=False&shared=False HTTP/1.1" 200 316 0.001526 10.0.0.249 - - [2026-08-03 05:03:57] "GET /domain/724de60e-9f87-4d23-867c-6bd9a9880f5b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.032620 10.0.0.249 - - [2026-08-03 05:03:57] "POST /service-templates HTTP/1.1" 200 553 0.076590 10.0.0.249 - - [2026-08-03 05:03:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.034786 10.0.0.249 - - [2026-08-03 05:03:57] "GET /service-template/4ac0341b-eb1d-40c1-bc94-b65d08c3b38b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1855 0.032023 10.0.0.249 - - [2026-08-03 05:03:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.029715 10.0.0.249 - - [2026-08-03 05:03:57] "GET /service-template/4ac0341b-eb1d-40c1-bc94-b65d08c3b38b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1855 0.049488 10.0.0.249 - - [2026-08-03 05:03:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.004823 10.0.0.50 - - [2026-08-03 05:03:59] "GET /virtual-network/2f37fa33-f76e-43e1-8a0a-9905eb547cc0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 263 0.045854 10.0.0.161 - - [2026-08-03 05:04:00] "GET /obj-perms HTTP/1.1" 403 257 0.053677 10.0.0.249 - - [2026-08-03 05:04:00] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 403 263 0.048969 10.0.0.249 - - [2026-08-03 05:04:00] "GET /api-access-list/dc8fc53a-9cc2-4ea8-81f9-c4f41145091f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1324 0.009948 10.0.0.249 - - [2026-08-03 05:04:00] "PUT /api-access-list/dc8fc53a-9cc2-4ea8-81f9-c4f41145091f HTTP/1.1" 200 265 0.023089 10.0.0.249 - - [2026-08-03 05:04:00] "POST /fqname-to-id HTTP/1.1" 401 293 0.000947 10.0.0.249 - - [2026-08-03 05:04:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.072945 10.0.0.161 - - [2026-08-03 05:04:01] "GET /projects?obj_uuids=67b05e5e-3366-4288-a261-7ae52a90b50b&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001759 10.0.0.249 - - [2026-08-03 05:04:01] "GET /project/67b05e5e-3366-4288-a261-7ae52a90b50b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.212925 10.0.0.249 - - [2026-08-03 05:04:01] "GET /virtual-networks?parent_id=67b05e5e-3366-4288-a261-7ae52a90b50b&detail=False&count=False&shared=False HTTP/1.1" 200 372 0.044880 10.0.0.249 - - [2026-08-03 05:04:01] "POST /virtual-networks HTTP/1.1" 403 263 0.030555 10.0.0.249 - - [2026-08-03 05:04:02] "GET /virtual-network/2f37fa33-f76e-43e1-8a0a-9905eb547cc0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.048055 10.0.0.249 - - [2026-08-03 05:04:02] "GET /api-access-list/0a73c3b5-a047-4f99-9dc0-fdc07d0dfa3c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1290 0.006221 10.0.0.249 - - [2026-08-03 05:04:02] "PUT /api-access-list/0a73c3b5-a047-4f99-9dc0-fdc07d0dfa3c HTTP/1.1" 200 265 0.026059 10.0.0.249 - - [2026-08-03 05:04:02] "POST /fqname-to-id HTTP/1.1" 404 197 0.028987 10.0.0.249 - - [2026-08-03 05:04:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.031963 10.0.0.161 - - [2026-08-03 05:04:02] "GET /domains?obj_uuids=724de60e-9f87-4d23-867c-6bd9a9880f5b&detail=False&count=False&shared=False HTTP/1.1" 200 316 0.002344 10.0.0.249 - - [2026-08-03 05:04:02] "GET /domain/724de60e-9f87-4d23-867c-6bd9a9880f5b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.040915 10.0.0.249 - - [2026-08-03 05:04:02] "POST /service-templates HTTP/1.1" 403 264 0.037665 10.0.0.249 - - [2026-08-03 05:04:02] "GET /api-access-list/dc8fc53a-9cc2-4ea8-81f9-c4f41145091f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1461 0.006193 10.0.0.249 - - [2026-08-03 05:04:02] "PUT /api-access-list/dc8fc53a-9cc2-4ea8-81f9-c4f41145091f HTTP/1.1" 200 265 0.022603 10.0.0.249 - - [2026-08-03 05:04:02] "GET /api-access-list/0a73c3b5-a047-4f99-9dc0-fdc07d0dfa3c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1428 0.006117 10.0.0.249 - - [2026-08-03 05:04:02] "PUT /api-access-list/0a73c3b5-a047-4f99-9dc0-fdc07d0dfa3c HTTP/1.1" 200 265 0.031912 10.0.0.249 - - [2026-08-03 05:04:03] "GET /obj-perms HTTP/1.1" 403 257 0.025472 10.0.0.249 - - [2026-08-03 05:04:04] "GET /obj-perms HTTP/1.1" 403 257 0.052295 10.0.0.50 - - [2026-08-03 05:04:04] "GET /virtual-network/2f37fa33-f76e-43e1-8a0a-9905eb547cc0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 263 0.025591 10.0.0.50 - - [2026-08-03 05:04:04] "GET /virtual-network/2f37fa33-f76e-43e1-8a0a-9905eb547cc0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 263 0.049298 10.0.0.161 - - [2026-08-03 05:04:04] "GET /obj-perms HTTP/1.1" 403 257 0.024395 10.0.0.161 - - [2026-08-03 05:04:05] "GET /obj-perms HTTP/1.1" 403 257 0.049436 10.0.0.249 - - [2026-08-03 05:04:05] "GET /obj-perms HTTP/1.1" 403 257 0.022207 10.0.0.249 - - [2026-08-03 05:04:05] "GET /api-access-list/c625fa7c-8ee2-478d-9b8b-839e02089b1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2413 0.006361 10.0.0.249 - - [2026-08-03 05:04:05] "PUT /api-access-list/c625fa7c-8ee2-478d-9b8b-839e02089b1c HTTP/1.1" 200 265 0.022595 10.0.0.249 - - [2026-08-03 05:04:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.005116 10.0.0.249 - - [2026-08-03 05:04:05] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 372 0.046919 10.0.0.249 - - [2026-08-03 05:04:05] "DELETE /api-access-list/dc8fc53a-9cc2-4ea8-81f9-c4f41145091f HTTP/1.1" 200 115 0.073743 10.0.0.249 - - [2026-08-03 05:04:05] "DELETE /api-access-list/0a73c3b5-a047-4f99-9dc0-fdc07d0dfa3c HTTP/1.1" 200 115 0.060043 10.0.0.249 - - [2026-08-03 05:04:07] "GET /virtual-network/2f37fa33-f76e-43e1-8a0a-9905eb547cc0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 263 0.042633 10.0.0.50 - - [2026-08-03 05:04:07] "GET /virtual-network/2f37fa33-f76e-43e1-8a0a-9905eb547cc0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 263 0.035176 10.0.0.161 - - [2026-08-03 05:04:08] "GET /obj-perms HTTP/1.1" 403 257 0.055021 10.0.0.249 - - [2026-08-03 05:04:08] "GET /api-access-list/c625fa7c-8ee2-478d-9b8b-839e02089b1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2688 0.006175 10.0.0.249 - - [2026-08-03 05:04:08] "PUT /api-access-list/c625fa7c-8ee2-478d-9b8b-839e02089b1c HTTP/1.1" 200 265 0.021894 10.0.0.249 - - [2026-08-03 05:04:08] "GET /obj-perms HTTP/1.1" 403 257 0.015666 10.0.0.249 - - [2026-08-03 05:04:08] "GET /obj-perms HTTP/1.1" 403 257 0.015548 10.0.0.249 - - [2026-08-03 05:04:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.023378 10.0.0.249 - - [2026-08-03 05:04:08] "DELETE /service-template/4ac0341b-eb1d-40c1-bc94-b65d08c3b38b HTTP/1.1" 200 115 0.059930 10.0.0.249 - - [2026-08-03 05:04:08] "POST /fqname-to-id HTTP/1.1" 404 197 0.028146 10.0.0.161 - - [2026-08-03 05:04:08] "POST /useragent-kv HTTP/1.1" 200 115 0.005675 10.0.0.161 - - [2026-08-03 05:04:08] "POST /useragent-kv HTTP/1.1" 200 115 0.007115 10.0.0.249 - - [2026-08-03 05:04:08] "DELETE /virtual-network/2f37fa33-f76e-43e1-8a0a-9905eb547cc0 HTTP/1.1" 200 115 0.168243 10.0.0.50 - - [2026-08-03 05:04:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.032161 10.0.0.249 - - [2026-08-03 05:04:09] "GET /api-access-list/c625fa7c-8ee2-478d-9b8b-839e02089b1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2969 0.006238 10.0.0.249 - - [2026-08-03 05:04:09] "PUT /api-access-list/c625fa7c-8ee2-478d-9b8b-839e02089b1c HTTP/1.1" 200 265 0.017135 10.0.0.249 - - [2026-08-03 05:04:09] "GET /api-access-list/c625fa7c-8ee2-478d-9b8b-839e02089b1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2694 0.005765 10.0.0.249 - - [2026-08-03 05:04:09] "PUT /api-access-list/c625fa7c-8ee2-478d-9b8b-839e02089b1c HTTP/1.1" 200 265 0.019702 10.0.0.249 - - [2026-08-03 05:04:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004805 10.0.0.161 - - [2026-08-03 05:04:12] "GET /projects?obj_uuids=67b05e5e-3366-4288-a261-7ae52a90b50b&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001938 10.0.0.249 - - [2026-08-03 05:04:12] "GET /project/67b05e5e-3366-4288-a261-7ae52a90b50b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.091401 10.0.0.50 - - [2026-08-03 05:04:12] "POST /ref-update HTTP/1.1" 200 156 0.050817 10.0.0.161 - - [2026-08-03 05:04:13] "POST /useragent-kv HTTP/1.1" 200 115 0.018958 10.0.0.249 - - [2026-08-03 05:04:13] "POST /neutron/subnet HTTP/1.1" 200 723 0.346900 10.0.0.249 - - [2026-08-03 05:04:13] "POST /id-to-fqname HTTP/1.1" 200 240 0.001768 10.0.0.249 - - [2026-08-03 05:04:13] "GET /virtual-network/fa3182aa-6721-4558-84c3-03612f68752c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2104 0.007872 10.0.0.249 - - [2026-08-03 05:04:13] "GET /virtual-network/fa3182aa-6721-4558-84c3-03612f68752c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2104 0.016012 10.0.0.249 - - [2026-08-03 05:04:13] "POST /neutron/network HTTP/1.1" 200 862 0.016685 10.0.0.249 - - [2026-08-03 05:04:13] "GET /virtual-network/fa3182aa-6721-4558-84c3-03612f68752c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2104 0.010547 10.0.0.249 - - [2026-08-03 05:04:13] "GET /network-ipam/cbc42447-9723-4149-a401-bead89aeaa6d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1091 0.007468 10.0.0.249 - - [2026-08-03 05:04:13] "GET /virtual-network/fa3182aa-6721-4558-84c3-03612f68752c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2104 0.010632 10.0.0.161 - - [2026-08-03 05:04:14] "GET /obj-perms HTTP/1.1" 200 4483 0.086828 10.0.0.249 - - [2026-08-03 05:04:14] "POST /fqname-to-id HTTP/1.1" 404 215 0.005246 10.0.0.249 - - [2026-08-03 05:04:14] "POST /api-access-lists HTTP/1.1" 200 557 0.040353 10.0.0.249 - - [2026-08-03 05:04:14] "GET /api-access-list/b335a7a7-9e32-407f-9d83-f665f27a0428?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2444 0.009577 10.0.0.249 - - [2026-08-03 05:04:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.030418 10.0.0.161 - - [2026-08-03 05:04:14] "GET /projects?obj_uuids=67b05e5e-3366-4288-a261-7ae52a90b50b&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002314 10.0.0.249 - - [2026-08-03 05:04:14] "GET /project/67b05e5e-3366-4288-a261-7ae52a90b50b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.104893 10.0.0.249 - - [2026-08-03 05:04:14] "POST /neutron/network HTTP/1.1" 200 117 0.112547 10.0.0.249 - - [2026-08-03 05:04:15] "POST /neutron/network HTTP/1.1" 200 693 0.065482 10.0.0.249 - - [2026-08-03 05:04:15] "POST /id-to-fqname HTTP/1.1" 200 240 0.022990 10.0.0.249 - - [2026-08-03 05:04:15] "GET /virtual-network/a8d2adad-3ce4-4d59-a512-a5bf9902cc1b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2120 0.034216 10.0.0.249 - - [2026-08-03 05:04:15] "POST /neutron/network HTTP/1.1" 200 862 0.051974 10.0.0.249 - - [2026-08-03 05:04:15] "GET /virtual-network/a8d2adad-3ce4-4d59-a512-a5bf9902cc1b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2120 0.035207 10.0.0.249 - - [2026-08-03 05:04:15] "POST /neutron/network HTTP/1.1" 200 862 0.012305 10.0.0.249 - - [2026-08-03 05:04:15] "GET /virtual-network/a8d2adad-3ce4-4d59-a512-a5bf9902cc1b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2120 0.008534 10.0.0.249 - - [2026-08-03 05:04:15] "GET /network-ipam/cbc42447-9723-4149-a401-bead89aeaa6d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1091 0.006173 10.0.0.249 - - [2026-08-03 05:04:16] "GET /virtual-network/a8d2adad-3ce4-4d59-a512-a5bf9902cc1b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2120 0.008924 10.0.0.249 - - [2026-08-03 05:04:16] "GET /obj-perms HTTP/1.1" 200 4483 0.008380 10.0.0.249 - - [2026-08-03 05:04:16] "POST /fqname-to-id HTTP/1.1" 404 232 0.026239 10.0.0.50 - - [2026-08-03 05:04:17] "POST /fqname-to-id HTTP/1.1" 404 264 0.004697 10.0.0.50 - - [2026-08-03 05:04:17] "POST /access-control-lists HTTP/1.1" 200 626 0.044481 10.0.0.161 - - [2026-08-03 05:04:17] "GET /projects?obj_uuids=67b05e5e-3366-4288-a261-7ae52a90b50b&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002375 10.0.0.249 - - [2026-08-03 05:04:17] "POST /neutron/security_group_rule HTTP/1.1" 200 575 0.149839 10.0.0.50 - - [2026-08-03 05:04:18] "PUT /access-control-list/d1de1d73-abda-4130-ae0d-705b30dbea26 HTTP/1.1" 200 273 0.036675 10.0.0.161 - - [2026-08-03 05:04:18] "GET /projects?obj_uuids=67b05e5e-3366-4288-a261-7ae52a90b50b&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001700 10.0.0.249 - - [2026-08-03 05:04:18] "POST /neutron/security_group_rule HTTP/1.1" 200 151 0.347552 10.0.0.249 - - [2026-08-03 05:04:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.062432 10.0.0.249 - - [2026-08-03 05:04:18] "GET /security-group/866276ca-1bab-464e-aee1-87b2aed349be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1318 0.028431 10.0.0.249 - - [2026-08-03 05:04:19] "POST /id-to-fqname HTTP/1.1" 200 240 0.027464 10.0.0.249 - - [2026-08-03 05:04:20] "POST /neutron/network HTTP/1.1" 200 862 0.032052 10.0.0.249 - - [2026-08-03 05:04:20] "POST /neutron/port HTTP/1.1" 200 117 0.036538 10.0.0.161 - - [2026-08-03 05:04:25] "GET /projects?obj_uuids=67b05e5e-3366-4288-a261-7ae52a90b50b&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002270 10.0.0.249 - - [2026-08-03 05:04:25] "POST /neutron/port HTTP/1.1" 200 1058 0.894000 10.0.0.249 - - [2026-08-03 05:04:26] "POST /neutron/port HTTP/1.1" 200 1058 0.048427 10.0.0.249 - - [2026-08-03 05:04:27] "POST /neutron/port HTTP/1.1" 200 1122 0.030938 10.0.0.249 - - [2026-08-03 05:04:27] "POST /neutron/port HTTP/1.1" 200 117 0.001990 10.0.0.249 - - [2026-08-03 05:04:31] "POST /neutron/security_group HTTP/1.1" 200 2058 0.010534 10.0.0.50 - - [2026-08-03 05:04:37] "DELETE /access-control-list/a43e06a3-ccf9-448d-9a13-14f21c16b579 HTTP/1.1" 200 115 0.078824 10.0.0.161 - - [2026-08-03 05:04:40] "DELETE /project/15fc1cab-e416-4ad2-addc-d1773c901149 HTTP/1.1" 404 177 0.042024 10.0.0.161 - - [2026-08-03 05:04:40] "DELETE /project/7ebc8bbc-a515-4daa-966e-1c92934f496f HTTP/1.1" 404 177 0.052752 10.0.0.249 - - [2026-08-03 05:04:41] "POST /neutron/port HTTP/1.1" 200 1122 0.027138 10.0.0.249 - - [2026-08-03 05:04:46] "POST /neutron/security_group HTTP/1.1" 200 2058 0.012677 10.0.0.249 - - [2026-08-03 05:04:51] "POST /neutron/port HTTP/1.1" 200 1122 0.029124 10.0.0.249 - - [2026-08-03 05:04:51] "POST /neutron/security_group HTTP/1.1" 200 2058 0.012501 10.0.0.249 - - [2026-08-03 05:04:52] "GET /virtual-machine/8b6c3396-647b-4d8a-b4ac-f2b3949cc230 HTTP/1.1" 401 293 0.000598 10.0.0.249 - - [2026-08-03 05:04:52] "GET /virtual-machine/8b6c3396-647b-4d8a-b4ac-f2b3949cc230 HTTP/1.1" 200 1295 0.058034 10.0.0.249 - - [2026-08-03 05:04:52] "GET /virtual-machine/8b6c3396-647b-4d8a-b4ac-f2b3949cc230 HTTP/1.1" 200 1295 0.028811 10.0.0.249 - - [2026-08-03 05:04:52] "GET /virtual-machine-interface/86c30b23-e33a-41ef-9d11-d4d1c8f02bd5 HTTP/1.1" 200 3030 0.033826 10.0.0.249 - - [2026-08-03 05:04:52] "GET /virtual-machine/8b6c3396-647b-4d8a-b4ac-f2b3949cc230 HTTP/1.1" 200 1295 0.025723 10.0.0.249 - - [2026-08-03 05:04:52] "GET /virtual-machine-interface/86c30b23-e33a-41ef-9d11-d4d1c8f02bd5 HTTP/1.1" 200 3030 0.043002 10.0.0.249 - - [2026-08-03 05:04:52] "GET /instance-ip/10c81cec-9046-4cc8-8229-feef6c501b52 HTTP/1.1" 200 1640 0.040197 10.0.0.249 - - [2026-08-03 05:04:52] "GET /virtual-machine/8b6c3396-647b-4d8a-b4ac-f2b3949cc230 HTTP/1.1" 200 1295 0.053891 10.0.0.249 - - [2026-08-03 05:04:52] "GET /virtual-machine-interface/86c30b23-e33a-41ef-9d11-d4d1c8f02bd5 HTTP/1.1" 200 3030 0.041929 10.0.0.249 - - [2026-08-03 05:04:53] "GET /instance-ip/10c81cec-9046-4cc8-8229-feef6c501b52 HTTP/1.1" 200 1640 0.056653 10.0.0.249 - - [2026-08-03 05:04:53] "POST /fqname-to-id HTTP/1.1" 403 354 0.023068 10.0.0.249 - - [2026-08-03 05:04:53] "GET / HTTP/1.1" 200 36215 0.002401 10.0.0.249 - - [2026-08-03 05:04:53] "POST /fqname-to-id HTTP/1.1" 401 293 0.000587 10.0.0.249 - - [2026-08-03 05:04:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.044899 10.0.0.249 - - [2026-08-03 05:04:53] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.006099 10.0.0.249 - - [2026-08-03 05:04:53] "GET /virtual-networks?parent_id=67b05e5e-3366-4288-a261-7ae52a90b50b&detail=False&count=False&shared=False HTTP/1.1" 200 613 0.035971 10.0.0.249 - - [2026-08-03 05:04:54] "GET /virtual-network/a8d2adad-3ce4-4d59-a512-a5bf9902cc1b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2120 0.032377 10.0.0.249 - - [2026-08-03 05:04:54] "POST /fqname-to-id HTTP/1.1" 403 354 0.024870 10.0.0.249 - - [2026-08-03 05:04:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.005772 10.0.0.249 - - [2026-08-03 05:04:54] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.006965 10.0.0.249 - - [2026-08-03 05:04:54] "GET /virtual-networks?parent_id=67b05e5e-3366-4288-a261-7ae52a90b50b&detail=False&count=False&shared=False HTTP/1.1" 200 613 0.043987 10.0.0.249 - - [2026-08-03 05:04:54] "POST /neutron/port HTTP/1.1" 200 1122 0.063362 10.0.0.249 - - [2026-08-03 05:04:54] "GET /virtual-network/a8d2adad-3ce4-4d59-a512-a5bf9902cc1b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2120 0.047016 10.0.0.249 - - [2026-08-03 05:04:54] "POST /fqname-to-id HTTP/1.1" 403 354 0.028677 10.0.0.249 - - [2026-08-03 05:04:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.005718 10.0.0.249 - - [2026-08-03 05:04:54] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005620 10.0.0.249 - - [2026-08-03 05:04:54] "GET /virtual-networks?parent_id=67b05e5e-3366-4288-a261-7ae52a90b50b&detail=False&count=False&shared=False HTTP/1.1" 200 613 0.112638 10.0.0.249 - - [2026-08-03 05:04:54] "GET /virtual-network/a8d2adad-3ce4-4d59-a512-a5bf9902cc1b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2120 0.029562 10.0.0.249 - - [2026-08-03 05:04:54] "POST /fqname-to-id HTTP/1.1" 403 354 0.044471 10.0.0.249 - - [2026-08-03 05:04:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.006306 10.0.0.249 - - [2026-08-03 05:04:54] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.006366 10.0.0.249 - - [2026-08-03 05:04:54] "GET /virtual-networks?parent_id=67b05e5e-3366-4288-a261-7ae52a90b50b&detail=False&count=False&shared=False HTTP/1.1" 200 613 0.040764 10.0.0.249 - - [2026-08-03 05:04:54] "GET /virtual-network/a8d2adad-3ce4-4d59-a512-a5bf9902cc1b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2120 0.035871 10.0.0.249 - - [2026-08-03 05:04:54] "POST /fqname-to-id HTTP/1.1" 403 354 0.025559 10.0.0.249 - - [2026-08-03 05:04:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.005376 10.0.0.249 - - [2026-08-03 05:04:54] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.006126 10.0.0.249 - - [2026-08-03 05:04:54] "GET /virtual-networks?parent_id=67b05e5e-3366-4288-a261-7ae52a90b50b&detail=False&count=False&shared=False HTTP/1.1" 200 613 0.040047 10.0.0.249 - - [2026-08-03 05:04:55] "GET /virtual-network/a8d2adad-3ce4-4d59-a512-a5bf9902cc1b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2120 0.034829 10.0.0.249 - - [2026-08-03 05:04:56] "POST /fqname-to-id HTTP/1.1" 403 354 0.029304 10.0.0.249 - - [2026-08-03 05:04:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004314 10.0.0.249 - - [2026-08-03 05:04:56] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005320 10.0.0.249 - - [2026-08-03 05:04:56] "GET /virtual-networks?parent_id=67b05e5e-3366-4288-a261-7ae52a90b50b&detail=False&count=False&shared=False HTTP/1.1" 200 613 0.042392 10.0.0.249 - - [2026-08-03 05:04:56] "GET /virtual-network/a8d2adad-3ce4-4d59-a512-a5bf9902cc1b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2120 0.032001 10.0.0.249 - - [2026-08-03 05:04:56] "POST /fqname-to-id HTTP/1.1" 403 354 0.024391 10.0.0.249 - - [2026-08-03 05:04:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003997 10.0.0.249 - - [2026-08-03 05:04:56] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.007153 10.0.0.249 - - [2026-08-03 05:04:56] "GET /virtual-networks?parent_id=67b05e5e-3366-4288-a261-7ae52a90b50b&detail=False&count=False&shared=False HTTP/1.1" 200 613 0.038829 10.0.0.249 - - [2026-08-03 05:04:56] "GET /virtual-network/a8d2adad-3ce4-4d59-a512-a5bf9902cc1b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2120 0.036238 10.0.0.249 - - [2026-08-03 05:04:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.030165 10.0.0.249 - - [2026-08-03 05:04:56] "GET /routing-instance/b49cfd11-3093-4eb0-8c46-a7cc9d7bb911?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.039745 10.0.0.249 - - [2026-08-03 05:04:56] "POST /fqname-to-id HTTP/1.1" 403 354 0.028766 10.0.0.249 - - [2026-08-03 05:04:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.005794 10.0.0.249 - - [2026-08-03 05:04:56] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.008199 10.0.0.249 - - [2026-08-03 05:04:56] "GET /virtual-networks?parent_id=67b05e5e-3366-4288-a261-7ae52a90b50b&detail=False&count=False&shared=False HTTP/1.1" 200 613 0.052853 10.0.0.249 - - [2026-08-03 05:04:57] "GET /virtual-network/a8d2adad-3ce4-4d59-a512-a5bf9902cc1b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2120 0.034360 10.0.0.249 - - [2026-08-03 05:04:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.031322 10.0.0.249 - - [2026-08-03 05:04:57] "GET /routing-instance/b49cfd11-3093-4eb0-8c46-a7cc9d7bb911?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.032533 10.0.0.161 - - [2026-08-03 05:04:57] "GET /obj-perms HTTP/1.1" 403 257 0.017762 10.0.0.249 - - [2026-08-03 05:04:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004532 10.0.0.249 - - [2026-08-03 05:04:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004811 10.0.0.161 - - [2026-08-03 05:04:57] "GET /virtual-machine/8b6c3396-647b-4d8a-b4ac-f2b3949cc230?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 994 0.027332 10.0.0.249 - - [2026-08-03 05:04:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.006015 10.0.0.249 - - [2026-08-03 05:04:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.006669 10.0.0.249 - - [2026-08-03 05:04:57] "GET /obj-perms HTTP/1.1" 403 257 0.023526 10.0.0.249 - - [2026-08-03 05:04:58] "GET /obj-perms HTTP/1.1" 200 4483 0.006130 10.0.0.249 - - [2026-08-03 05:04:58] "GET /obj-perms HTTP/1.1" 403 257 0.042074 10.0.0.249 - - [2026-08-03 05:04:58] "GET /obj-perms HTTP/1.1" 200 4483 0.006363 10.0.0.249 - - [2026-08-03 05:04:59] "GET /virtual-machines?detail=False&count=False&shared=False HTTP/1.1" 200 321 0.056327 10.0.0.50 - - [2026-08-03 05:04:59] "GET /obj-perms HTTP/1.1" 403 257 0.034480 10.0.0.161 - - [2026-08-03 05:04:59] "GET /obj-perms HTTP/1.1" 403 257 0.018364 10.0.0.249 - - [2026-08-03 05:04:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.022689 10.0.0.161 - - [2026-08-03 05:04:59] "GET /projects?obj_uuids=67b05e5e-3366-4288-a261-7ae52a90b50b&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001754 10.0.0.249 - - [2026-08-03 05:04:59] "GET /project/67b05e5e-3366-4288-a261-7ae52a90b50b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.117669 10.0.0.249 - - [2026-08-03 05:04:59] "GET /virtual-network/fa3182aa-6721-4558-84c3-03612f68752c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2104 0.036932 10.0.0.249 - - [2026-08-03 05:04:59] "GET /floating-ip-pools?parent_id=fa3182aa-6721-4558-84c3-03612f68752c&detail=False&count=False&shared=False HTTP/1.1" 200 394 0.036842 10.0.0.249 - - [2026-08-03 05:04:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.025186 10.0.0.249 - - [2026-08-03 05:04:59] "GET /floating-ip-pool/22078621-d1cd-48d5-8033-1fa75ece4cdb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1181 0.031624 10.0.0.161 - - [2026-08-03 05:04:59] "GET /projects?obj_uuids=67b05e5e-3366-4288-a261-7ae52a90b50b&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001573 10.0.0.249 - - [2026-08-03 05:04:59] "GET /project/67b05e5e-3366-4288-a261-7ae52a90b50b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.079083 10.0.0.249 - - [2026-08-03 05:05:00] "POST /floating-ips HTTP/1.1" 200 618 0.207596 10.0.0.249 - - [2026-08-03 05:05:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.036262 10.0.0.249 - - [2026-08-03 05:05:00] "GET /floating-ip/20196203-4d0a-41cd-bf76-3f6b4b01512a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1478 0.029680 10.0.0.249 - - [2026-08-03 05:05:00] "GET /floating-ip/20196203-4d0a-41cd-bf76-3f6b4b01512a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1478 0.025818 10.0.0.249 - - [2026-08-03 05:05:00] "GET /virtual-machine/8b6c3396-647b-4d8a-b4ac-f2b3949cc230?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 994 0.025616 10.0.0.249 - - [2026-08-03 05:05:00] "GET /virtual-machine/8b6c3396-647b-4d8a-b4ac-f2b3949cc230?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1206 0.029598 10.0.0.249 - - [2026-08-03 05:05:00] "GET /virtual-machine-interface/86c30b23-e33a-41ef-9d11-d4d1c8f02bd5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2808 0.041049 10.0.0.249 - - [2026-08-03 05:05:00] "POST /ref-update HTTP/1.1" 200 156 0.083930 10.0.0.249 - - [2026-08-03 05:05:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.032791 10.0.0.249 - - [2026-08-03 05:05:01] "GET /routing-instance/980bd317-9764-463c-b14f-db925eefc8b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.230324 10.0.0.249 - - [2026-08-03 05:05:01] "GET /virtual-network/a8d2adad-3ce4-4d59-a512-a5bf9902cc1b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2120 0.041477 10.0.0.249 - - [2026-08-03 05:05:01] "POST /neutron/security_group HTTP/1.1" 200 542 0.089823 10.0.0.249 - - [2026-08-03 05:05:02] "POST /neutron/port HTTP/1.1" 200 1112 0.256872 10.0.0.249 - - [2026-08-03 05:05:02] "GET /virtual-machine/8b6c3396-647b-4d8a-b4ac-f2b3949cc230 HTTP/1.1" 200 1295 0.041345 10.0.0.249 - - [2026-08-03 05:05:02] "GET /virtual-machine-interface/86c30b23-e33a-41ef-9d11-d4d1c8f02bd5 HTTP/1.1" 200 3594 0.059325 10.0.0.249 - - [2026-08-03 05:05:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.030018 10.0.0.249 - - [2026-08-03 05:05:02] "GET /security-group/866276ca-1bab-464e-aee1-87b2aed349be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1318 0.032804 10.0.0.249 - - [2026-08-03 05:05:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.049757 10.0.0.249 - - [2026-08-03 05:05:02] "GET /security-group/866276ca-1bab-464e-aee1-87b2aed349be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1318 0.034929 10.0.0.249 - - [2026-08-03 05:05:03] "DELETE /floating-ip/20196203-4d0a-41cd-bf76-3f6b4b01512a HTTP/1.1" 200 115 0.144091 10.0.0.249 - - [2026-08-03 05:05:03] "GET /virtual-machine/8b6c3396-647b-4d8a-b4ac-f2b3949cc230 HTTP/1.1" 200 1295 0.029960 10.0.0.249 - - [2026-08-03 05:05:05] "GET /virtual-machine/8b6c3396-647b-4d8a-b4ac-f2b3949cc230 HTTP/1.1" 200 1295 0.029909 10.0.0.249 - - [2026-08-03 05:05:05] "POST /neutron/port HTTP/1.1" 200 1163 0.026544 10.0.0.249 - - [2026-08-03 05:05:07] "GET /virtual-machine/8b6c3396-647b-4d8a-b4ac-f2b3949cc230 HTTP/1.1" 404 171 0.023665 10.0.0.249 - - [2026-08-03 05:05:07] "GET /virtual-machine/8b6c3396-647b-4d8a-b4ac-f2b3949cc230 HTTP/1.1" 404 171 0.021919 10.0.0.249 - - [2026-08-03 05:05:07] "GET /virtual-machine/8b6c3396-647b-4d8a-b4ac-f2b3949cc230 HTTP/1.1" 404 171 0.024161 10.0.0.249 - - [2026-08-03 05:05:07] "POST /fqname-to-id HTTP/1.1" 403 354 0.026929 10.0.0.249 - - [2026-08-03 05:05:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.005562 10.0.0.249 - - [2026-08-03 05:05:07] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.007581 10.0.0.249 - - [2026-08-03 05:05:07] "GET /virtual-networks?parent_id=67b05e5e-3366-4288-a261-7ae52a90b50b&detail=False&count=False&shared=False HTTP/1.1" 200 613 0.048872 10.0.0.249 - - [2026-08-03 05:05:07] "GET /virtual-network/a8d2adad-3ce4-4d59-a512-a5bf9902cc1b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2120 0.038141 10.0.0.249 - - [2026-08-03 05:05:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.028858 10.0.0.249 - - [2026-08-03 05:05:08] "GET /routing-instance/b49cfd11-3093-4eb0-8c46-a7cc9d7bb911?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.042788 10.0.0.249 - - [2026-08-03 05:05:08] "GET /obj-perms HTTP/1.1" 403 257 0.023457 10.0.0.249 - - [2026-08-03 05:05:08] "GET /obj-perms HTTP/1.1" 403 257 0.041863 10.0.0.249 - - [2026-08-03 05:05:11] "GET /obj-perms HTTP/1.1" 200 4483 0.006055 10.0.0.249 - - [2026-08-03 05:05:11] "GET /obj-perms HTTP/1.1" 200 4483 0.007820 10.0.0.249 - - [2026-08-03 05:05:11] "POST /neutron/security_group HTTP/1.1" 200 568 0.028023 10.0.0.249 - - [2026-08-03 05:05:12] "POST /fqname-to-id HTTP/1.1" 404 232 0.069512 10.0.0.50 - - [2026-08-03 05:05:12] "DELETE /access-control-list/fdefa643-2739-44f3-84f7-6b0483493e3b HTTP/1.1" 200 115 0.124923 10.0.0.161 - - [2026-08-03 05:05:13] "POST /useragent-kv HTTP/1.1" 200 115 0.005425 10.0.0.161 - - [2026-08-03 05:05:13] "POST /useragent-kv HTTP/1.1" 200 115 0.003928 10.0.0.249 - - [2026-08-03 05:05:13] "POST /neutron/network HTTP/1.1" 200 151 0.352795 10.0.0.50 - - [2026-08-03 05:05:13] "DELETE /route-target/46750a33-7170-4e02-9686-0e61a9764b4d HTTP/1.1" 200 115 0.058012 10.0.0.249 - - [2026-08-03 05:05:13] "DELETE /api-access-list/b335a7a7-9e32-407f-9d83-f665f27a0428 HTTP/1.1" 200 115 0.070376 10.0.0.249 - - [2026-08-03 05:05:15] "GET /api-access-list/c625fa7c-8ee2-478d-9b8b-839e02089b1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2413 0.006987 10.0.0.249 - - [2026-08-03 05:05:15] "PUT /api-access-list/c625fa7c-8ee2-478d-9b8b-839e02089b1c HTTP/1.1" 200 265 0.029487 10.0.0.161 - - [2026-08-03 05:05:16] "GET /projects?obj_uuids=67b05e5e-3366-4288-a261-7ae52a90b50b&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.006124 10.0.0.249 - - [2026-08-03 05:05:16] "GET /project/67b05e5e-3366-4288-a261-7ae52a90b50b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.153095 10.0.0.161 - - [2026-08-03 05:05:16] "GET /projects?obj_uuids=67b05e5e-3366-4288-a261-7ae52a90b50b&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002001 10.0.0.249 - - [2026-08-03 05:05:16] "GET /project/67b05e5e-3366-4288-a261-7ae52a90b50b?fields=virtual_networks HTTP/1.1" 200 1033 0.116747 10.0.0.161 - - [2026-08-03 05:05:16] "GET /projects?obj_uuids=67b05e5e-3366-4288-a261-7ae52a90b50b&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002112 10.0.0.249 - - [2026-08-03 05:05:16] "GET /project/67b05e5e-3366-4288-a261-7ae52a90b50b?fields=virtual_machine_interfaces HTTP/1.1" 200 1033 0.072885 10.0.0.161 - - [2026-08-03 05:05:16] "GET /projects?obj_uuids=67b05e5e-3366-4288-a261-7ae52a90b50b&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002810 10.0.0.249 - - [2026-08-03 05:05:16] "GET /project/67b05e5e-3366-4288-a261-7ae52a90b50b?fields=security_groups HTTP/1.1" 200 1260 0.080896 10.0.0.161 - - [2026-08-03 05:05:17] "GET /projects?obj_uuids=b58029c2-6735-4ede-aa49-7564ebdc8c42&detail=False&count=False&shared=False HTTP/1.1" 200 327 0.001794 10.0.0.249 - - [2026-08-03 05:05:17] "GET /project/b58029c2-6735-4ede-aa49-7564ebdc8c42?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1274 0.080326 [Introspect:8084]10.0.0.249 - - [2026-08-03 05:05:19] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3165 0.001601 10.0.0.249 - - [2026-08-03 05:05:21] "POST /fqname-to-id HTTP/1.1" 404 189 0.037337 10.0.0.161 - - [2026-08-03 05:05:21] "GET /projects?obj_uuids=34ffcb1a-09fd-4528-8d5b-a11d79da58f5&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.005830 10.0.0.161 - - [2026-08-03 05:05:21] "GET /domains?obj_uuids=724de60e-9f87-4d23-867c-6bd9a9880f5b&detail=False&count=False&shared=False HTTP/1.1" 200 316 0.001853 10.0.0.161 - - [2026-08-03 05:05:21] "GET /domain/724de60e-9f87-4d23-867c-6bd9a9880f5b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.019255 10.0.0.161 - - [2026-08-03 05:05:21] "POST /id-to-fqname HTTP/1.1" 200 191 0.009521 10.0.0.161 - - [2026-08-03 05:05:21] "POST /fqname-to-id HTTP/1.1" 404 200 0.016690 10.0.0.161 - - [2026-08-03 05:05:22] "POST /security-groups HTTP/1.1" 200 594 0.062177 10.0.0.50 - - [2026-08-03 05:05:22] "POST /fqname-to-id HTTP/1.1" 404 235 0.013809 10.0.0.161 - - [2026-08-03 05:05:22] "POST /projects HTTP/1.1" 200 589 0.381024 10.0.0.161 - - [2026-08-03 05:05:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.415414 10.0.0.249 - - [2026-08-03 05:05:22] "GET /project/34ffcb1a-09fd-4528-8d5b-a11d79da58f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1369 0.628986 10.0.0.50 - - [2026-08-03 05:05:22] "POST /access-control-lists HTTP/1.1" 200 597 0.087125 10.0.0.249 - - [2026-08-03 05:05:23] "GET / HTTP/1.1" 200 36215 0.003379 10.0.0.249 - - [2026-08-03 05:05:25] "POST /fqname-to-id HTTP/1.1" 401 293 0.000814 10.0.0.249 - - [2026-08-03 05:05:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.076257 10.0.0.161 - - [2026-08-03 05:05:25] "GET /projects?obj_uuids=34ffcb1a-09fd-4528-8d5b-a11d79da58f5&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002448 10.0.0.249 - - [2026-08-03 05:05:26] "GET /project/34ffcb1a-09fd-4528-8d5b-a11d79da58f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1369 0.100069 10.0.0.249 - - [2026-08-03 05:05:26] "POST /neutron/network HTTP/1.1" 200 117 0.046348 10.0.0.249 - - [2026-08-03 05:05:26] "POST /neutron/network HTTP/1.1" 200 825 0.013618 10.0.0.249 - - [2026-08-03 05:05:26] "POST /id-to-fqname HTTP/1.1" 200 222 0.002012 10.0.0.249 - - [2026-08-03 05:05:26] "GET /virtual-network/b661d1df-0f01-4878-a9d7-7d4211c600a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.008940 10.0.0.249 - - [2026-08-03 05:05:26] "GET /virtual-network/b661d1df-0f01-4878-a9d7-7d4211c600a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.008594 10.0.0.249 - - [2026-08-03 05:05:26] "POST /neutron/subnet HTTP/1.1" 200 716 0.014678 10.0.0.249 - - [2026-08-03 05:05:27] "GET /virtual-network/b661d1df-0f01-4878-a9d7-7d4211c600a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.008253 10.0.0.50 - - [2026-08-03 05:05:28] "GET /obj-perms HTTP/1.1" 200 4485 0.056394 10.0.0.161 - - [2026-08-03 05:05:29] "GET /obj-perms HTTP/1.1" 200 4485 0.056149 10.0.0.249 - - [2026-08-03 05:05:29] "POST /id-to-fqname HTTP/1.1" 200 222 0.002284 10.0.0.249 - - [2026-08-03 05:05:29] "POST /neutron/port HTTP/1.1" 200 117 0.009329 10.0.0.249 - - [2026-08-03 05:05:29] "POST /id-to-fqname HTTP/1.1" 200 222 0.002164 10.0.0.249 - - [2026-08-03 05:05:30] "POST /neutron/network HTTP/1.1" 200 835 0.015532 10.0.0.161 - - [2026-08-03 05:05:30] "GET /projects?obj_uuids=34ffcb1a-09fd-4528-8d5b-a11d79da58f5&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001941 10.0.0.249 - - [2026-08-03 05:05:30] "GET /project/34ffcb1a-09fd-4528-8d5b-a11d79da58f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1369 0.119872 10.0.0.249 - - [2026-08-03 05:05:30] "POST /neutron/port HTTP/1.1" 200 117 0.009400 10.0.0.161 - - [2026-08-03 05:05:34] "GET /projects?obj_uuids=34ffcb1a-09fd-4528-8d5b-a11d79da58f5&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002313 10.0.0.249 - - [2026-08-03 05:05:34] "POST /neutron/port HTTP/1.1" 200 1059 0.515442 10.0.0.249 - - [2026-08-03 05:05:34] "POST /neutron/port HTTP/1.1" 200 1059 0.118245 10.0.0.249 - - [2026-08-03 05:05:35] "POST /neutron/port HTTP/1.1" 200 1059 0.066196 10.0.0.249 - - [2026-08-03 05:05:35] "POST /neutron/port HTTP/1.1" 200 1123 0.043402 10.0.0.249 - - [2026-08-03 05:05:36] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005717 10.0.0.249 - - [2026-08-03 05:05:36] "POST /neutron/network HTTP/1.1" 200 825 0.009980 10.0.0.249 - - [2026-08-03 05:05:36] "POST /neutron/subnet HTTP/1.1" 200 690 0.015237 10.0.0.50 - - [2026-08-03 05:05:38] "DELETE /access-control-list/fea125e8-3713-4197-8563-ae9397780214 HTTP/1.1" 200 115 0.072430 10.0.0.161 - - [2026-08-03 05:05:40] "DELETE /project/34ffcb1a09fd45288d5ba11d79da58f5 HTTP/1.1" 404 173 0.007092 10.0.0.161 - - [2026-08-03 05:05:40] "DELETE /project/67b05e5e-3366-4288-a261-7ae52a90b50b HTTP/1.1" 404 177 0.006628 10.0.0.249 - - [2026-08-03 05:05:40] "POST /neutron/port HTTP/1.1" 200 1123 0.031170 10.0.0.249 - - [2026-08-03 05:05:45] "POST /neutron/security_group HTTP/1.1" 200 2059 0.014599 10.0.0.249 - - [2026-08-03 05:05:56] "POST /neutron/port HTTP/1.1" 200 1123 0.029366 10.0.0.249 - - [2026-08-03 05:06:01] "POST /neutron/security_group HTTP/1.1" 200 2059 0.014022 10.0.0.249 - - [2026-08-03 05:06:01] "POST /neutron/port HTTP/1.1" 200 1123 0.099395 10.0.0.249 - - [2026-08-03 05:06:01] "GET /virtual-machine/f7ecf15c-6909-44e8-98a2-19d1ead5fbce HTTP/1.1" 401 293 0.000856 10.0.0.249 - - [2026-08-03 05:06:01] "GET /virtual-machine/f7ecf15c-6909-44e8-98a2-19d1ead5fbce HTTP/1.1" 200 1296 0.042036 10.0.0.249 - - [2026-08-03 05:06:02] "GET /virtual-machine-interface/d8d19501-3ccb-41af-819d-365ecd5ed8e2 HTTP/1.1" 200 2955 0.011752 10.0.0.249 - - [2026-08-03 05:06:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.006858 10.0.0.249 - - [2026-08-03 05:06:02] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.007722 10.0.0.249 - - [2026-08-03 05:06:02] "GET /virtual-networks?parent_id=34ffcb1a-09fd-4528-8d5b-a11d79da58f5&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.006301 10.0.0.249 - - [2026-08-03 05:06:02] "GET /virtual-network/b661d1df-0f01-4878-a9d7-7d4211c600a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.010169 10.0.0.249 - - [2026-08-03 05:06:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.005529 10.0.0.249 - - [2026-08-03 05:06:05] "GET /virtual-network/b661d1df-0f01-4878-a9d7-7d4211c600a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.008233 10.0.0.249 - - [2026-08-03 05:06:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.005524 10.0.0.249 - - [2026-08-03 05:06:09] "GET /virtual-network/b661d1df-0f01-4878-a9d7-7d4211c600a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.007558 10.0.0.249 - - [2026-08-03 05:06:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.005219 10.0.0.249 - - [2026-08-03 05:06:13] "GET /virtual-network/b661d1df-0f01-4878-a9d7-7d4211c600a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.008744 10.0.0.249 - - [2026-08-03 05:06:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.005207 10.0.0.249 - - [2026-08-03 05:06:17] "GET /virtual-network/b661d1df-0f01-4878-a9d7-7d4211c600a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.008328 10.0.0.249 - - [2026-08-03 05:06:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004912 10.0.0.249 - - [2026-08-03 05:06:21] "GET /virtual-network/b661d1df-0f01-4878-a9d7-7d4211c600a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.009917 10.0.0.249 - - [2026-08-03 05:06:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.005431 10.0.0.249 - - [2026-08-03 05:06:25] "GET /virtual-network/b661d1df-0f01-4878-a9d7-7d4211c600a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.008236 10.0.0.249 - - [2026-08-03 05:06:28] "POST /neutron/port HTTP/1.1" 200 1123 0.033002 10.0.0.249 - - [2026-08-03 05:06:29] "POST /neutron/subnet HTTP/1.1" 200 690 0.014186 10.0.0.249 - - [2026-08-03 05:06:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.005167 10.0.0.249 - - [2026-08-03 05:06:29] "GET /virtual-network/b661d1df-0f01-4878-a9d7-7d4211c600a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.010182 10.0.0.249 - - [2026-08-03 05:06:30] "POST /neutron/port HTTP/1.1" 200 1123 0.027475 10.0.0.249 - - [2026-08-03 05:06:31] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005794 10.0.0.249 - - [2026-08-03 05:06:31] "POST /neutron/network HTTP/1.1" 200 825 0.012295 10.0.0.249 - - [2026-08-03 05:06:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.005526 10.0.0.249 - - [2026-08-03 05:06:34] "GET /virtual-network/b661d1df-0f01-4878-a9d7-7d4211c600a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.008835 10.0.0.249 - - [2026-08-03 05:06:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.006043 10.0.0.249 - - [2026-08-03 05:06:36] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.006279 10.0.0.249 - - [2026-08-03 05:06:36] "GET /virtual-networks?parent_id=34ffcb1a-09fd-4528-8d5b-a11d79da58f5&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.005575 10.0.0.249 - - [2026-08-03 05:06:36] "GET /virtual-network/b661d1df-0f01-4878-a9d7-7d4211c600a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.010097 10.0.0.249 - - [2026-08-03 05:06:41] "POST /neutron/port HTTP/1.1" 200 1123 0.037773 10.0.0.249 - - [2026-08-03 05:06:41] "POST /neutron/security_group HTTP/1.1" 200 2059 0.009756 10.0.0.249 - - [2026-08-03 05:06:52] "POST /neutron/port HTTP/1.1" 200 1123 0.032248 10.0.0.249 - - [2026-08-03 05:06:52] "POST /neutron/security_group HTTP/1.1" 200 2059 0.014577 10.0.0.249 - - [2026-08-03 05:06:52] "GET /virtual-machine/7541dfc5-c4be-4082-b6ad-ab2e70520fd9 HTTP/1.1" 200 1295 0.009447 10.0.0.249 - - [2026-08-03 05:06:52] "GET /virtual-machine-interface/06e93982-f5ea-4ddf-82b8-dd1ed9b4fb4a HTTP/1.1" 200 2953 0.009060 10.0.0.249 - - [2026-08-03 05:06:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.005762 10.0.0.249 - - [2026-08-03 05:06:52] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.006819 10.0.0.249 - - [2026-08-03 05:06:52] "GET /virtual-networks?parent_id=34ffcb1a-09fd-4528-8d5b-a11d79da58f5&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.005619 10.0.0.249 - - [2026-08-03 05:06:52] "GET /virtual-network/b661d1df-0f01-4878-a9d7-7d4211c600a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.010922 10.0.0.249 - - [2026-08-03 05:06:52] "POST /neutron/port HTTP/1.1" 200 1123 0.029522 10.0.0.249 - - [2026-08-03 05:06:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.005348 10.0.0.249 - - [2026-08-03 05:06:53] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.008530 10.0.0.249 - - [2026-08-03 05:06:53] "GET /virtual-networks?parent_id=34ffcb1a-09fd-4528-8d5b-a11d79da58f5&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.007210 10.0.0.249 - - [2026-08-03 05:06:53] "GET /virtual-network/b661d1df-0f01-4878-a9d7-7d4211c600a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.012859 10.0.0.249 - - [2026-08-03 05:06:53] "POST /neutron/security_group HTTP/1.1" 200 2059 0.016149 10.0.0.249 - - [2026-08-03 05:07:27] "POST /neutron/port HTTP/1.1" 200 1123 0.031507 10.0.0.249 - - [2026-08-03 05:07:29] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006243 10.0.0.249 - - [2026-08-03 05:07:29] "POST /neutron/network HTTP/1.1" 200 825 0.010882 10.0.0.249 - - [2026-08-03 05:07:32] "POST /neutron/network HTTP/1.1" 200 835 0.009564 10.0.0.249 - - [2026-08-03 05:07:32] "POST /neutron/port HTTP/1.1" 200 117 0.001582 10.0.0.249 - - [2026-08-03 05:07:34] "GET /obj-perms HTTP/1.1" 200 4509 0.057442 10.0.0.50 - - [2026-08-03 05:08:18] "GET /global-system-configs HTTP/1.1" 401 293 0.000495 10.0.0.50 - - [2026-08-03 05:08:18] "GET /global-system-configs HTTP/1.1" 401 293 0.000527 10.0.0.50 - - [2026-08-03 05:08:19] "GET /global-system-configs HTTP/1.1" 401 293 0.000706 10.0.0.50 - - [2026-08-03 05:08:19] "GET /global-system-configs HTTP/1.1" 401 293 0.000512 10.0.0.161 - - [2026-08-03 05:08:19] "GET /global-system-configs HTTP/1.1" 401 293 0.000578 10.0.0.161 - - [2026-08-03 05:08:19] "GET /global-system-configs HTTP/1.1" 401 293 0.000556 10.0.0.161 - - [2026-08-03 05:08:21] "GET /global-system-configs HTTP/1.1" 401 293 0.000748 10.0.0.161 - - [2026-08-03 05:08:21] "GET /global-system-configs HTTP/1.1" 401 293 0.000558 10.0.0.249 - - [2026-08-03 05:08:21] "GET /global-system-configs HTTP/1.1" 401 293 0.000666 10.0.0.249 - - [2026-08-03 05:08:21] "GET /global-system-configs HTTP/1.1" 401 293 0.000648 10.0.0.249 - - [2026-08-03 05:08:22] "GET /global-system-configs HTTP/1.1" 401 293 0.000709 10.0.0.249 - - [2026-08-03 05:08:22] "GET /global-system-configs HTTP/1.1" 401 293 0.000530 10.0.0.249 - - [2026-08-03 05:08:30] "POST /neutron/port HTTP/1.1" 200 1123 0.030980 10.0.0.249 - - [2026-08-03 05:08:31] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006370 10.0.0.249 - - [2026-08-03 05:08:31] "POST /neutron/network HTTP/1.1" 200 825 0.011878 10.0.0.249 - - [2026-08-03 05:08:31] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006377 10.0.0.249 - - [2026-08-03 05:08:31] "POST /neutron/network HTTP/1.1" 200 825 0.010212 10.0.0.50 - - [2026-08-03 05:08:34] "GET /obj-perms HTTP/1.1" 200 4509 0.061606 10.0.0.161 - - [2026-08-03 05:08:35] "GET /obj-perms HTTP/1.1" 200 4509 0.060503 10.0.0.249 - - [2026-08-03 05:09:08] "GET /virtual-machine/f7ecf15c-6909-44e8-98a2-19d1ead5fbce HTTP/1.1" 200 1296 0.005601 10.0.0.249 - - [2026-08-03 05:09:08] "GET /virtual-machine-interface/d8d19501-3ccb-41af-819d-365ecd5ed8e2 HTTP/1.1" 200 2955 0.009539 10.0.0.249 - - [2026-08-03 05:09:08] "GET /virtual-machine/f7ecf15c-6909-44e8-98a2-19d1ead5fbce HTTP/1.1" 200 1296 0.006728 10.0.0.249 - - [2026-08-03 05:09:08] "GET /virtual-machine-interface/d8d19501-3ccb-41af-819d-365ecd5ed8e2 HTTP/1.1" 200 2955 0.010089 10.0.0.249 - - [2026-08-03 05:09:08] "GET /instance-ip/6c960fda-5619-43ab-9e98-bb0f464135ae HTTP/1.1" 200 1624 0.010682 10.0.0.249 - - [2026-08-03 05:09:08] "GET /virtual-machine/f7ecf15c-6909-44e8-98a2-19d1ead5fbce HTTP/1.1" 200 1296 0.006382 10.0.0.249 - - [2026-08-03 05:09:08] "GET /virtual-machine-interface/d8d19501-3ccb-41af-819d-365ecd5ed8e2 HTTP/1.1" 200 2955 0.007924 10.0.0.249 - - [2026-08-03 05:09:08] "GET /instance-ip/6c960fda-5619-43ab-9e98-bb0f464135ae HTTP/1.1" 200 1624 0.007341 10.0.0.249 - - [2026-08-03 05:09:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.005008 10.0.0.249 - - [2026-08-03 05:09:08] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.006469 10.0.0.249 - - [2026-08-03 05:09:08] "GET /virtual-networks?parent_id=34ffcb1a-09fd-4528-8d5b-a11d79da58f5&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.004876 10.0.0.249 - - [2026-08-03 05:09:08] "GET /virtual-network/b661d1df-0f01-4878-a9d7-7d4211c600a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.010004 10.0.0.249 - - [2026-08-03 05:09:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.005962 10.0.0.249 - - [2026-08-03 05:09:09] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.006423 10.0.0.249 - - [2026-08-03 05:09:09] "GET /virtual-networks?parent_id=34ffcb1a-09fd-4528-8d5b-a11d79da58f5&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.005100 10.0.0.249 - - [2026-08-03 05:09:09] "GET /virtual-network/b661d1df-0f01-4878-a9d7-7d4211c600a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.008959 10.0.0.249 - - [2026-08-03 05:09:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.004711 10.0.0.249 - - [2026-08-03 05:09:09] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.006488 10.0.0.249 - - [2026-08-03 05:09:09] "GET /virtual-networks?parent_id=34ffcb1a-09fd-4528-8d5b-a11d79da58f5&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.004778 10.0.0.249 - - [2026-08-03 05:09:09] "GET /virtual-network/b661d1df-0f01-4878-a9d7-7d4211c600a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.009515 10.0.0.249 - - [2026-08-03 05:09:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.005640 10.0.0.249 - - [2026-08-03 05:09:09] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.006437 10.0.0.249 - - [2026-08-03 05:09:09] "GET /virtual-networks?parent_id=34ffcb1a-09fd-4528-8d5b-a11d79da58f5&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.004503 10.0.0.249 - - [2026-08-03 05:09:09] "GET /virtual-network/b661d1df-0f01-4878-a9d7-7d4211c600a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.007983 10.0.0.249 - - [2026-08-03 05:09:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.005347 10.0.0.249 - - [2026-08-03 05:09:09] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.006291 10.0.0.249 - - [2026-08-03 05:09:09] "GET /virtual-networks?parent_id=34ffcb1a-09fd-4528-8d5b-a11d79da58f5&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.005750 10.0.0.249 - - [2026-08-03 05:09:09] "GET /virtual-network/b661d1df-0f01-4878-a9d7-7d4211c600a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.009862 10.0.0.249 - - [2026-08-03 05:09:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.004756 10.0.0.249 - - [2026-08-03 05:09:09] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005835 10.0.0.249 - - [2026-08-03 05:09:09] "GET /virtual-networks?parent_id=34ffcb1a-09fd-4528-8d5b-a11d79da58f5&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.004410 10.0.0.249 - - [2026-08-03 05:09:09] "GET /virtual-network/b661d1df-0f01-4878-a9d7-7d4211c600a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.008125 10.0.0.249 - - [2026-08-03 05:09:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.005112 10.0.0.249 - - [2026-08-03 05:09:09] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005535 10.0.0.249 - - [2026-08-03 05:09:09] "GET /virtual-networks?parent_id=34ffcb1a-09fd-4528-8d5b-a11d79da58f5&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.004451 10.0.0.249 - - [2026-08-03 05:09:09] "GET /virtual-network/b661d1df-0f01-4878-a9d7-7d4211c600a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.007729 10.0.0.249 - - [2026-08-03 05:09:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.005309 10.0.0.249 - - [2026-08-03 05:09:10] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005840 10.0.0.249 - - [2026-08-03 05:09:10] "GET /virtual-networks?parent_id=34ffcb1a-09fd-4528-8d5b-a11d79da58f5&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.004956 10.0.0.249 - - [2026-08-03 05:09:10] "GET /virtual-network/b661d1df-0f01-4878-a9d7-7d4211c600a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.008351 10.0.0.249 - - [2026-08-03 05:09:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.005422 10.0.0.249 - - [2026-08-03 05:09:10] "GET /routing-instance/63451959-1b72-4828-9be7-8a838a487dab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1483 0.009840 10.0.0.249 - - [2026-08-03 05:09:10] "GET /route-target/2b05ffe8-9834-4853-b1f0-91c1c39f254a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.006272 10.0.0.249 - - [2026-08-03 05:09:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.007028 10.0.0.249 - - [2026-08-03 05:09:10] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.006569 10.0.0.249 - - [2026-08-03 05:09:10] "GET /virtual-networks?parent_id=34ffcb1a-09fd-4528-8d5b-a11d79da58f5&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.005011 10.0.0.249 - - [2026-08-03 05:09:10] "GET /virtual-network/b661d1df-0f01-4878-a9d7-7d4211c600a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.011025 10.0.0.249 - - [2026-08-03 05:09:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.005641 10.0.0.249 - - [2026-08-03 05:09:10] "GET /routing-instance/63451959-1b72-4828-9be7-8a838a487dab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1483 0.007067 10.0.0.249 - - [2026-08-03 05:09:10] "GET /route-target/2b05ffe8-9834-4853-b1f0-91c1c39f254a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.005797 10.0.0.249 - - [2026-08-03 05:09:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004912 10.0.0.249 - - [2026-08-03 05:09:10] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005971 10.0.0.249 - - [2026-08-03 05:09:10] "GET /virtual-networks?parent_id=34ffcb1a-09fd-4528-8d5b-a11d79da58f5&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.005580 10.0.0.249 - - [2026-08-03 05:09:10] "GET /virtual-network/b661d1df-0f01-4878-a9d7-7d4211c600a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.009790 10.0.0.249 - - [2026-08-03 05:09:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.005677 10.0.0.249 - - [2026-08-03 05:09:10] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.006770 10.0.0.249 - - [2026-08-03 05:09:10] "GET /virtual-networks?parent_id=34ffcb1a-09fd-4528-8d5b-a11d79da58f5&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.006057 10.0.0.249 - - [2026-08-03 05:09:11] "GET /virtual-network/b661d1df-0f01-4878-a9d7-7d4211c600a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.010360 10.0.0.249 - - [2026-08-03 05:09:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.009099 10.0.0.249 - - [2026-08-03 05:09:11] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.006481 10.0.0.249 - - [2026-08-03 05:09:11] "GET /virtual-networks?parent_id=34ffcb1a-09fd-4528-8d5b-a11d79da58f5&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.006778 10.0.0.249 - - [2026-08-03 05:09:11] "GET /virtual-network/b661d1df-0f01-4878-a9d7-7d4211c600a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.008692 10.0.0.249 - - [2026-08-03 05:09:11] "GET /obj-perms HTTP/1.1" 200 4485 0.058258 10.0.0.161 - - [2026-08-03 05:09:11] "GET /obj-perms HTTP/1.1" 200 4485 0.006555 10.0.0.249 - - [2026-08-03 05:09:11] "GET /obj-perms HTTP/1.1" 200 4485 0.005665 10.0.0.249 - - [2026-08-03 05:09:11] "GET /obj-perms HTTP/1.1" 200 4485 0.006006 10.0.0.249 - - [2026-08-03 05:09:12] "POST /neutron/port HTTP/1.1" 200 1123 0.031643 10.0.0.249 - - [2026-08-03 05:09:12] "GET /virtual-machine/7541dfc5-c4be-4082-b6ad-ab2e70520fd9 HTTP/1.1" 200 1295 0.007008 10.0.0.249 - - [2026-08-03 05:09:12] "GET /virtual-machine-interface/06e93982-f5ea-4ddf-82b8-dd1ed9b4fb4a HTTP/1.1" 200 2953 0.010652 10.0.0.249 - - [2026-08-03 05:09:12] "GET /virtual-machine/7541dfc5-c4be-4082-b6ad-ab2e70520fd9 HTTP/1.1" 200 1295 0.007674 10.0.0.249 - - [2026-08-03 05:09:12] "GET /virtual-machine-interface/06e93982-f5ea-4ddf-82b8-dd1ed9b4fb4a HTTP/1.1" 200 2953 0.010443 10.0.0.249 - - [2026-08-03 05:09:12] "GET /instance-ip/cfea4736-913a-4f43-a7aa-e15e0c322f96 HTTP/1.1" 200 1625 0.009513 10.0.0.249 - - [2026-08-03 05:09:12] "GET /virtual-machine/7541dfc5-c4be-4082-b6ad-ab2e70520fd9 HTTP/1.1" 200 1295 0.007864 10.0.0.249 - - [2026-08-03 05:09:12] "GET /virtual-machine-interface/06e93982-f5ea-4ddf-82b8-dd1ed9b4fb4a HTTP/1.1" 200 2953 0.009749 10.0.0.249 - - [2026-08-03 05:09:12] "GET /instance-ip/cfea4736-913a-4f43-a7aa-e15e0c322f96 HTTP/1.1" 200 1625 0.007622 10.0.0.249 - - [2026-08-03 05:09:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004504 10.0.0.249 - - [2026-08-03 05:09:12] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005833 10.0.0.249 - - [2026-08-03 05:09:12] "GET /virtual-networks?parent_id=34ffcb1a-09fd-4528-8d5b-a11d79da58f5&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.005166 10.0.0.249 - - [2026-08-03 05:09:12] "GET /virtual-network/b661d1df-0f01-4878-a9d7-7d4211c600a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.012583 10.0.0.249 - - [2026-08-03 05:09:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.005338 10.0.0.249 - - [2026-08-03 05:09:12] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005368 10.0.0.249 - - [2026-08-03 05:09:12] "GET /virtual-networks?parent_id=34ffcb1a-09fd-4528-8d5b-a11d79da58f5&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.004607 10.0.0.249 - - [2026-08-03 05:09:12] "GET /virtual-network/b661d1df-0f01-4878-a9d7-7d4211c600a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.009917 10.0.0.249 - - [2026-08-03 05:09:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004836 10.0.0.249 - - [2026-08-03 05:09:12] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005609 10.0.0.249 - - [2026-08-03 05:09:12] "GET /virtual-networks?parent_id=34ffcb1a-09fd-4528-8d5b-a11d79da58f5&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.006185 10.0.0.249 - - [2026-08-03 05:09:12] "GET /virtual-network/b661d1df-0f01-4878-a9d7-7d4211c600a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.007924 10.0.0.249 - - [2026-08-03 05:09:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.008791 10.0.0.249 - - [2026-08-03 05:09:12] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.006982 10.0.0.249 - - [2026-08-03 05:09:12] "GET /virtual-networks?parent_id=34ffcb1a-09fd-4528-8d5b-a11d79da58f5&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.005768 10.0.0.249 - - [2026-08-03 05:09:12] "GET /virtual-network/b661d1df-0f01-4878-a9d7-7d4211c600a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.008874 10.0.0.249 - - [2026-08-03 05:09:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.006003 10.0.0.249 - - [2026-08-03 05:09:12] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.007864 10.0.0.249 - - [2026-08-03 05:09:12] "GET /virtual-networks?parent_id=34ffcb1a-09fd-4528-8d5b-a11d79da58f5&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.007679 10.0.0.249 - - [2026-08-03 05:09:12] "GET /virtual-network/b661d1df-0f01-4878-a9d7-7d4211c600a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.009114 10.0.0.249 - - [2026-08-03 05:09:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.007716 10.0.0.249 - - [2026-08-03 05:09:13] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.007128 10.0.0.249 - - [2026-08-03 05:09:13] "GET /virtual-networks?parent_id=34ffcb1a-09fd-4528-8d5b-a11d79da58f5&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.010436 10.0.0.249 - - [2026-08-03 05:09:13] "GET /virtual-network/b661d1df-0f01-4878-a9d7-7d4211c600a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.009574 10.0.0.249 - - [2026-08-03 05:09:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.006800 10.0.0.249 - - [2026-08-03 05:09:13] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.006577 10.0.0.249 - - [2026-08-03 05:09:13] "GET /virtual-networks?parent_id=34ffcb1a-09fd-4528-8d5b-a11d79da58f5&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.004894 10.0.0.249 - - [2026-08-03 05:09:13] "GET /virtual-network/b661d1df-0f01-4878-a9d7-7d4211c600a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.010870 10.0.0.249 - - [2026-08-03 05:09:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.006108 10.0.0.249 - - [2026-08-03 05:09:13] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.008743 10.0.0.249 - - [2026-08-03 05:09:13] "GET /virtual-networks?parent_id=34ffcb1a-09fd-4528-8d5b-a11d79da58f5&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.006533 10.0.0.249 - - [2026-08-03 05:09:13] "GET /virtual-network/b661d1df-0f01-4878-a9d7-7d4211c600a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.010410 10.0.0.249 - - [2026-08-03 05:09:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.008200 10.0.0.249 - - [2026-08-03 05:09:13] "GET /routing-instance/63451959-1b72-4828-9be7-8a838a487dab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1483 0.017805 10.0.0.249 - - [2026-08-03 05:09:13] "GET /route-target/2b05ffe8-9834-4853-b1f0-91c1c39f254a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.006060 10.0.0.249 - - [2026-08-03 05:09:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.006418 10.0.0.249 - - [2026-08-03 05:09:13] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.007588 10.0.0.249 - - [2026-08-03 05:09:13] "GET /virtual-networks?parent_id=34ffcb1a-09fd-4528-8d5b-a11d79da58f5&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.005274 10.0.0.249 - - [2026-08-03 05:09:14] "GET /virtual-network/b661d1df-0f01-4878-a9d7-7d4211c600a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.009554 10.0.0.249 - - [2026-08-03 05:09:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.005325 10.0.0.249 - - [2026-08-03 05:09:14] "GET /routing-instance/63451959-1b72-4828-9be7-8a838a487dab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1483 0.006539 10.0.0.249 - - [2026-08-03 05:09:14] "GET /route-target/2b05ffe8-9834-4853-b1f0-91c1c39f254a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.006263 10.0.0.249 - - [2026-08-03 05:09:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.011762 10.0.0.249 - - [2026-08-03 05:09:14] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.007757 10.0.0.249 - - [2026-08-03 05:09:14] "GET /virtual-networks?parent_id=34ffcb1a-09fd-4528-8d5b-a11d79da58f5&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.004982 10.0.0.249 - - [2026-08-03 05:09:14] "GET /virtual-network/b661d1df-0f01-4878-a9d7-7d4211c600a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.010514 10.0.0.249 - - [2026-08-03 05:09:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.005360 10.0.0.249 - - [2026-08-03 05:09:14] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005625 10.0.0.249 - - [2026-08-03 05:09:14] "GET /virtual-networks?parent_id=34ffcb1a-09fd-4528-8d5b-a11d79da58f5&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.004923 10.0.0.249 - - [2026-08-03 05:09:14] "GET /virtual-network/b661d1df-0f01-4878-a9d7-7d4211c600a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.009843 10.0.0.249 - - [2026-08-03 05:09:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.005052 10.0.0.249 - - [2026-08-03 05:09:14] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.007146 10.0.0.249 - - [2026-08-03 05:09:14] "GET /virtual-networks?parent_id=34ffcb1a-09fd-4528-8d5b-a11d79da58f5&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.004796 10.0.0.249 - - [2026-08-03 05:09:14] "GET /virtual-network/b661d1df-0f01-4878-a9d7-7d4211c600a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.008967 10.0.0.161 - - [2026-08-03 05:09:14] "GET /obj-perms HTTP/1.1" 200 4485 0.006281 10.0.0.249 - - [2026-08-03 05:09:14] "GET /obj-perms HTTP/1.1" 200 4485 0.006387 10.0.0.249 - - [2026-08-03 05:09:15] "GET /obj-perms HTTP/1.1" 200 4485 0.006488 10.0.0.249 - - [2026-08-03 05:09:15] "GET /obj-perms HTTP/1.1" 200 4485 0.005350 10.0.0.249 - - [2026-08-03 05:09:19] "GET /virtual-machine/7541dfc5-c4be-4082-b6ad-ab2e70520fd9 HTTP/1.1" 200 1295 0.007875 10.0.0.249 - - [2026-08-03 05:09:21] "POST /neutron/port HTTP/1.1" 200 1113 0.025397 10.0.0.249 - - [2026-08-03 05:09:21] "GET /virtual-machine/7541dfc5-c4be-4082-b6ad-ab2e70520fd9 HTTP/1.1" 200 1295 0.006723 10.0.0.249 - - [2026-08-03 05:09:24] "GET /virtual-machine/7541dfc5-c4be-4082-b6ad-ab2e70520fd9 HTTP/1.1" 404 171 0.005429 10.0.0.249 - - [2026-08-03 05:09:24] "GET /virtual-machine/7541dfc5-c4be-4082-b6ad-ab2e70520fd9 HTTP/1.1" 404 171 0.005665 10.0.0.249 - - [2026-08-03 05:09:24] "GET /virtual-machine/7541dfc5-c4be-4082-b6ad-ab2e70520fd9 HTTP/1.1" 404 171 0.005110 10.0.0.249 - - [2026-08-03 05:09:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004845 10.0.0.249 - - [2026-08-03 05:09:24] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.006066 10.0.0.249 - - [2026-08-03 05:09:24] "GET /virtual-networks?parent_id=34ffcb1a-09fd-4528-8d5b-a11d79da58f5&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.004364 10.0.0.249 - - [2026-08-03 05:09:24] "GET /virtual-network/b661d1df-0f01-4878-a9d7-7d4211c600a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.008085 10.0.0.249 - - [2026-08-03 05:09:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004618 10.0.0.249 - - [2026-08-03 05:09:24] "GET /routing-instance/63451959-1b72-4828-9be7-8a838a487dab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1483 0.006324 10.0.0.249 - - [2026-08-03 05:09:24] "GET /route-target/2b05ffe8-9834-4853-b1f0-91c1c39f254a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.006337 10.0.0.249 - - [2026-08-03 05:09:27] "GET /obj-perms HTTP/1.1" 200 4485 0.005393 10.0.0.249 - - [2026-08-03 05:09:30] "GET /obj-perms HTTP/1.1" 200 4485 0.006681 10.0.0.249 - - [2026-08-03 05:09:31] "POST /neutron/port HTTP/1.1" 200 1123 0.027310 10.0.0.249 - - [2026-08-03 05:09:31] "POST /neutron/subnet HTTP/1.1" 200 690 0.014597 10.0.0.249 - - [2026-08-03 05:09:34] "GET /obj-perms HTTP/1.1" 200 4485 0.005393 10.0.0.50 - - [2026-08-03 05:09:34] "GET /obj-perms HTTP/1.1" 200 4485 0.006319 10.0.0.161 - - [2026-08-03 05:09:34] "GET /obj-perms HTTP/1.1" 200 4485 0.005609 10.0.0.249 - - [2026-08-03 05:09:34] "GET /virtual-machine/f7ecf15c-6909-44e8-98a2-19d1ead5fbce HTTP/1.1" 200 1296 0.006764 10.0.0.249 - - [2026-08-03 05:09:36] "POST /neutron/port HTTP/1.1" 200 1123 0.025930 10.0.0.249 - - [2026-08-03 05:09:36] "GET /virtual-machine/f7ecf15c-6909-44e8-98a2-19d1ead5fbce HTTP/1.1" 200 1296 0.005307 10.0.0.249 - - [2026-08-03 05:09:38] "GET /virtual-machine/f7ecf15c-6909-44e8-98a2-19d1ead5fbce HTTP/1.1" 404 171 0.004731 10.0.0.249 - - [2026-08-03 05:09:38] "GET /virtual-machine/f7ecf15c-6909-44e8-98a2-19d1ead5fbce HTTP/1.1" 404 171 0.004624 10.0.0.249 - - [2026-08-03 05:09:38] "GET /virtual-machine/f7ecf15c-6909-44e8-98a2-19d1ead5fbce HTTP/1.1" 404 171 0.004452 10.0.0.249 - - [2026-08-03 05:09:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004570 10.0.0.249 - - [2026-08-03 05:09:38] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.006542 10.0.0.249 - - [2026-08-03 05:09:38] "GET /virtual-networks?parent_id=34ffcb1a-09fd-4528-8d5b-a11d79da58f5&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.005530 10.0.0.249 - - [2026-08-03 05:09:38] "GET /virtual-network/b661d1df-0f01-4878-a9d7-7d4211c600a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.008354 10.0.0.249 - - [2026-08-03 05:09:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004604 10.0.0.249 - - [2026-08-03 05:09:38] "GET /routing-instance/63451959-1b72-4828-9be7-8a838a487dab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1483 0.006336 10.0.0.249 - - [2026-08-03 05:09:38] "GET /route-target/2b05ffe8-9834-4853-b1f0-91c1c39f254a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.005773 10.0.0.249 - - [2026-08-03 05:09:38] "GET /obj-perms HTTP/1.1" 200 4485 0.005650 10.0.0.249 - - [2026-08-03 05:09:42] "GET /obj-perms HTTP/1.1" 200 4485 0.007008 10.0.0.249 - - [2026-08-03 05:09:42] "POST /neutron/network HTTP/1.1" 200 825 0.012357 10.0.0.50 - - [2026-08-03 05:09:42] "DELETE /route-target/2b05ffe8-9834-4853-b1f0-91c1c39f254a HTTP/1.1" 200 115 0.087911 10.0.0.249 - - [2026-08-03 05:09:45] "POST /fqname-to-id HTTP/1.1" 404 200 0.004900 10.0.0.249 - - [2026-08-03 05:09:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004632 10.0.0.161 - - [2026-08-03 05:09:45] "GET /projects?obj_uuids=34ffcb1a-09fd-4528-8d5b-a11d79da58f5&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.031454 10.0.0.249 - - [2026-08-03 05:09:45] "GET /project/34ffcb1a-09fd-4528-8d5b-a11d79da58f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1369 0.114402 10.0.0.249 - - [2026-08-03 05:09:45] "POST /network-policys HTTP/1.1" 200 524 0.048526 10.0.0.249 - - [2026-08-03 05:09:45] "GET /network-policy/2e88a82b-e858-40ba-b633-aac074b77ca9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2079 0.010419 10.0.0.249 - - [2026-08-03 05:09:45] "POST /fqname-to-id HTTP/1.1" 404 200 0.004589 10.0.0.249 - - [2026-08-03 05:09:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.005370 10.0.0.161 - - [2026-08-03 05:09:45] "GET /projects?obj_uuids=34ffcb1a-09fd-4528-8d5b-a11d79da58f5&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002466 10.0.0.249 - - [2026-08-03 05:09:45] "GET /project/34ffcb1a-09fd-4528-8d5b-a11d79da58f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1369 0.077796 10.0.0.249 - - [2026-08-03 05:09:45] "POST /network-policys HTTP/1.1" 200 524 0.048579 10.0.0.249 - - [2026-08-03 05:09:45] "GET /network-policy/4ae8f1cf-3e8d-4d31-88be-fdef9652cba7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2078 0.009788 10.0.0.249 - - [2026-08-03 05:09:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.005534 10.0.0.161 - - [2026-08-03 05:09:45] "GET /projects?obj_uuids=34ffcb1a-09fd-4528-8d5b-a11d79da58f5&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002306 10.0.0.249 - - [2026-08-03 05:09:46] "GET /project/34ffcb1a-09fd-4528-8d5b-a11d79da58f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1369 0.092485 10.0.0.249 - - [2026-08-03 05:09:46] "GET /virtual-networks?parent_id=34ffcb1a-09fd-4528-8d5b-a11d79da58f5&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.005503 10.0.0.249 - - [2026-08-03 05:09:46] "POST /virtual-networks HTTP/1.1" 200 548 0.166922 10.0.0.249 - - [2026-08-03 05:09:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004733 10.0.0.249 - - [2026-08-03 05:09:46] "GET /network-ipam/cbc42447-9723-4149-a401-bead89aeaa6d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1091 0.012365 10.0.0.161 - - [2026-08-03 05:09:46] "POST /useragent-kv HTTP/1.1" 200 115 0.015701 10.0.0.249 - - [2026-08-03 05:09:46] "POST /ref-update HTTP/1.1" 200 156 0.137496 10.0.0.249 - - [2026-08-03 05:09:46] "POST /neutron/network HTTP/1.1" 200 809 0.011513 10.0.0.249 - - [2026-08-03 05:09:46] "GET /virtual-network/037fe6af-1c0e-4e8c-98f0-f57c25b33b36?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1933 0.007822 10.0.0.249 - - [2026-08-03 05:09:47] "GET /virtual-network/037fe6af-1c0e-4e8c-98f0-f57c25b33b36?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1933 0.010116 10.0.0.249 - - [2026-08-03 05:09:47] "GET /obj-perms HTTP/1.1" 200 4485 0.006201 10.0.0.50 - - [2026-08-03 05:09:47] "GET /obj-perms HTTP/1.1" 200 4485 0.005360 10.0.0.249 - - [2026-08-03 05:09:47] "GET /virtual-network/037fe6af-1c0e-4e8c-98f0-f57c25b33b36?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1933 0.009676 10.0.0.249 - - [2026-08-03 05:09:47] "PUT /virtual-network/037fe6af-1c0e-4e8c-98f0-f57c25b33b36 HTTP/1.1" 200 265 0.075160 10.0.0.249 - - [2026-08-03 05:09:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004679 10.0.0.249 - - [2026-08-03 05:09:47] "GET /network-policy/2e88a82b-e858-40ba-b633-aac074b77ca9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2079 0.005954 10.0.0.50 - - [2026-08-03 05:09:47] "POST /fqname-to-id HTTP/1.1" 404 237 0.018653 10.0.0.249 - - [2026-08-03 05:09:47] "POST /ref-update HTTP/1.1" 200 156 0.099830 10.0.0.249 - - [2026-08-03 05:09:47] "POST /neutron/network HTTP/1.1" 200 886 0.029357 10.0.0.249 - - [2026-08-03 05:09:47] "GET /virtual-network/037fe6af-1c0e-4e8c-98f0-f57c25b33b36?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2227 0.009498 10.0.0.249 - - [2026-08-03 05:09:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004531 10.0.0.249 - - [2026-08-03 05:09:47] "GET /network-policy/2e88a82b-e858-40ba-b633-aac074b77ca9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2079 0.006222 10.0.0.249 - - [2026-08-03 05:09:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004801 10.0.0.161 - - [2026-08-03 05:09:47] "GET /projects?obj_uuids=34ffcb1a-09fd-4528-8d5b-a11d79da58f5&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002130 10.0.0.249 - - [2026-08-03 05:09:48] "GET /project/34ffcb1a-09fd-4528-8d5b-a11d79da58f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1369 0.071448 10.0.0.249 - - [2026-08-03 05:09:48] "GET /virtual-networks?parent_id=34ffcb1a-09fd-4528-8d5b-a11d79da58f5&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.005092 10.0.0.249 - - [2026-08-03 05:09:48] "POST /virtual-networks HTTP/1.1" 200 548 0.122515 10.0.0.249 - - [2026-08-03 05:09:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004175 10.0.0.249 - - [2026-08-03 05:09:48] "GET /network-ipam/cbc42447-9723-4149-a401-bead89aeaa6d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1091 0.020215 10.0.0.50 - - [2026-08-03 05:09:48] "POST /ref-update HTTP/1.1" 200 156 0.064889 10.0.0.161 - - [2026-08-03 05:09:48] "POST /useragent-kv HTTP/1.1" 200 115 0.015133 10.0.0.249 - - [2026-08-03 05:09:48] "POST /ref-update HTTP/1.1" 200 156 0.156665 10.0.0.249 - - [2026-08-03 05:09:48] "GET /virtual-network/a7c4faf9-ef5f-4c0c-b87e-bbeec2a5ab08?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1935 0.008208 10.0.0.249 - - [2026-08-03 05:09:48] "POST /neutron/network HTTP/1.1" 200 809 0.010277 10.0.0.249 - - [2026-08-03 05:09:48] "GET /virtual-network/a7c4faf9-ef5f-4c0c-b87e-bbeec2a5ab08?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1935 0.010765 10.0.0.161 - - [2026-08-03 05:09:49] "GET /obj-perms HTTP/1.1" 200 4485 0.006331 10.0.0.249 - - [2026-08-03 05:09:49] "GET /virtual-network/a7c4faf9-ef5f-4c0c-b87e-bbeec2a5ab08?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1935 0.008834 10.0.0.249 - - [2026-08-03 05:09:49] "PUT /virtual-network/a7c4faf9-ef5f-4c0c-b87e-bbeec2a5ab08 HTTP/1.1" 200 265 0.086710 10.0.0.249 - - [2026-08-03 05:09:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.005551 10.0.0.249 - - [2026-08-03 05:09:49] "GET /network-policy/4ae8f1cf-3e8d-4d31-88be-fdef9652cba7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2078 0.006166 10.0.0.249 - - [2026-08-03 05:09:49] "POST /ref-update HTTP/1.1" 200 156 0.092493 10.0.0.249 - - [2026-08-03 05:09:49] "GET /virtual-network/a7c4faf9-ef5f-4c0c-b87e-bbeec2a5ab08?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2229 0.010621 10.0.0.249 - - [2026-08-03 05:09:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.037372 10.0.0.50 - - [2026-08-03 05:09:49] "POST /ref-update HTTP/1.1" 200 156 0.055266 10.0.0.249 - - [2026-08-03 05:09:49] "GET /network-policy/4ae8f1cf-3e8d-4d31-88be-fdef9652cba7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2078 0.034462 10.0.0.249 - - [2026-08-03 05:09:49] "POST /id-to-fqname HTTP/1.1" 200 222 0.005728 10.0.0.249 - - [2026-08-03 05:09:50] "POST /neutron/network HTTP/1.1" 200 896 0.011074 10.0.0.249 - - [2026-08-03 05:09:50] "POST /neutron/port HTTP/1.1" 200 117 0.009425 10.0.0.249 - - [2026-08-03 05:09:50] "POST /id-to-fqname HTTP/1.1" 200 222 0.001665 10.0.0.249 - - [2026-08-03 05:09:51] "POST /neutron/network HTTP/1.1" 200 886 0.035591 10.0.0.249 - - [2026-08-03 05:09:51] "POST /neutron/port HTTP/1.1" 200 117 0.009750 10.0.0.249 - - [2026-08-03 05:09:55] "POST /neutron/port HTTP/1.1" 200 1061 0.037156 10.0.0.249 - - [2026-08-03 05:09:55] "POST /neutron/network HTTP/1.1" 200 896 0.010617 10.0.0.249 - - [2026-08-03 05:09:56] "POST /neutron/port HTTP/1.1" 200 1061 0.045756 10.0.0.249 - - [2026-08-03 05:09:56] "POST /neutron/port HTTP/1.1" 200 1125 0.037982 10.0.0.249 - - [2026-08-03 05:09:56] "POST /neutron/subnet HTTP/1.1" 200 646 0.015712 10.0.0.249 - - [2026-08-03 05:09:57] "POST /neutron/port HTTP/1.1" 200 1125 0.033607 10.0.0.249 - - [2026-08-03 05:09:57] "POST /neutron/port HTTP/1.1" 200 117 0.001855 10.0.0.249 - - [2026-08-03 05:10:01] "POST /neutron/security_group HTTP/1.1" 200 2059 0.017454 10.0.0.249 - - [2026-08-03 05:10:11] "POST /neutron/port HTTP/1.1" 200 1125 0.030869 10.0.0.249 - - [2026-08-03 05:10:17] "POST /neutron/security_group HTTP/1.1" 200 2059 0.030895 10.0.0.249 - - [2026-08-03 05:10:22] "POST /neutron/port HTTP/1.1" 200 1125 0.046712 10.0.0.249 - - [2026-08-03 05:10:22] "POST /neutron/security_group HTTP/1.1" 200 2059 0.013425 10.0.0.249 - - [2026-08-03 05:10:22] "GET /virtual-machine/2ee71b48-3fe8-484a-a055-b002968f1362 HTTP/1.1" 200 1295 0.009848 10.0.0.249 - - [2026-08-03 05:10:22] "GET /virtual-machine-interface/04227adc-3efd-4c4c-9d97-17325e13a5bd HTTP/1.1" 200 2954 0.012221 10.0.0.249 - - [2026-08-03 05:10:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.005388 10.0.0.249 - - [2026-08-03 05:10:22] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.006540 10.0.0.249 - - [2026-08-03 05:10:22] "GET /virtual-networks?parent_id=34ffcb1a-09fd-4528-8d5b-a11d79da58f5&detail=False&count=False&shared=False HTTP/1.1" 200 577 0.005311 10.0.0.249 - - [2026-08-03 05:10:22] "GET /virtual-network/037fe6af-1c0e-4e8c-98f0-f57c25b33b36?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2227 0.009057 10.0.0.249 - - [2026-08-03 05:10:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.030807 10.0.0.249 - - [2026-08-03 05:10:25] "GET /virtual-network/037fe6af-1c0e-4e8c-98f0-f57c25b33b36?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2227 0.009099 10.0.0.249 - - [2026-08-03 05:10:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.005153 10.0.0.249 - - [2026-08-03 05:10:29] "GET /virtual-network/037fe6af-1c0e-4e8c-98f0-f57c25b33b36?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2227 0.008526 10.0.0.249 - - [2026-08-03 05:10:30] "POST /neutron/port HTTP/1.1" 200 1125 0.030095 10.0.0.249 - - [2026-08-03 05:10:31] "POST /neutron/subnet HTTP/1.1" 200 646 0.016804 10.0.0.249 - - [2026-08-03 05:10:31] "POST /neutron/port HTTP/1.1" 200 1125 0.028668 10.0.0.249 - - [2026-08-03 05:10:31] "POST /neutron/subnet HTTP/1.1" 200 646 0.014002 10.0.0.249 - - [2026-08-03 05:10:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.005520 10.0.0.249 - - [2026-08-03 05:10:34] "GET /virtual-network/037fe6af-1c0e-4e8c-98f0-f57c25b33b36?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2227 0.009969 10.0.0.249 - - [2026-08-03 05:10:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.005780 10.0.0.249 - - [2026-08-03 05:10:38] "GET /virtual-network/037fe6af-1c0e-4e8c-98f0-f57c25b33b36?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2227 0.008989 10.0.0.249 - - [2026-08-03 05:10:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.006369 10.0.0.249 - - [2026-08-03 05:10:42] "GET /virtual-network/037fe6af-1c0e-4e8c-98f0-f57c25b33b36?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2227 0.009028 10.0.0.249 - - [2026-08-03 05:10:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.005516 10.0.0.249 - - [2026-08-03 05:10:46] "GET /virtual-network/037fe6af-1c0e-4e8c-98f0-f57c25b33b36?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2227 0.008615 10.0.0.249 - - [2026-08-03 05:10:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.005303 10.0.0.249 - - [2026-08-03 05:10:50] "GET /virtual-network/037fe6af-1c0e-4e8c-98f0-f57c25b33b36?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2227 0.014895 10.0.0.249 - - [2026-08-03 05:10:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.005242 10.0.0.249 - - [2026-08-03 05:10:54] "GET /virtual-network/037fe6af-1c0e-4e8c-98f0-f57c25b33b36?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2227 0.010090 10.0.0.249 - - [2026-08-03 05:10:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.005868 10.0.0.249 - - [2026-08-03 05:10:58] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.007836 10.0.0.249 - - [2026-08-03 05:10:58] "GET /virtual-networks?parent_id=34ffcb1a-09fd-4528-8d5b-a11d79da58f5&detail=False&count=False&shared=False HTTP/1.1" 200 577 0.005706 10.0.0.249 - - [2026-08-03 05:10:58] "GET /virtual-network/037fe6af-1c0e-4e8c-98f0-f57c25b33b36?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2227 0.009385 10.0.0.249 - - [2026-08-03 05:10:58] "POST /neutron/port HTTP/1.1" 200 1125 0.056595 10.0.0.249 - - [2026-08-03 05:11:02] "POST /neutron/security_group HTTP/1.1" 200 2059 0.032321 10.0.0.249 - - [2026-08-03 05:11:04] "POST /neutron/port HTTP/1.1" 200 1125 0.038483 10.0.0.249 - - [2026-08-03 05:11:09] "POST /neutron/security_group HTTP/1.1" 200 2059 0.012142 10.0.0.249 - - [2026-08-03 05:11:14] "POST /neutron/port HTTP/1.1" 200 1125 0.025768 10.0.0.249 - - [2026-08-03 05:11:14] "POST /neutron/security_group HTTP/1.1" 200 2059 0.014573 10.0.0.249 - - [2026-08-03 05:11:14] "GET /virtual-machine/be477428-4431-411c-a0da-5abdec8026a0 HTTP/1.1" 200 1296 0.038100 10.0.0.249 - - [2026-08-03 05:11:14] "GET /virtual-machine-interface/3696ad97-90fa-4d83-8d2b-361dd76c08ef HTTP/1.1" 200 2955 0.009938 10.0.0.249 - - [2026-08-03 05:11:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.005525 10.0.0.249 - - [2026-08-03 05:11:14] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.007154 10.0.0.249 - - [2026-08-03 05:11:14] "GET /virtual-networks?parent_id=34ffcb1a-09fd-4528-8d5b-a11d79da58f5&detail=False&count=False&shared=False HTTP/1.1" 200 577 0.005433 10.0.0.249 - - [2026-08-03 05:11:15] "GET /virtual-network/a7c4faf9-ef5f-4c0c-b87e-bbeec2a5ab08?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2229 0.009207 10.0.0.249 - - [2026-08-03 05:11:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.005829 10.0.0.249 - - [2026-08-03 05:11:16] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.006986 10.0.0.249 - - [2026-08-03 05:11:16] "GET /virtual-networks?parent_id=34ffcb1a-09fd-4528-8d5b-a11d79da58f5&detail=False&count=False&shared=False HTTP/1.1" 200 577 0.006215 10.0.0.249 - - [2026-08-03 05:11:16] "GET /virtual-network/a7c4faf9-ef5f-4c0c-b87e-bbeec2a5ab08?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2229 0.009425 10.0.0.249 - - [2026-08-03 05:11:31] "POST /neutron/port HTTP/1.1" 200 1125 0.058301 10.0.0.249 - - [2026-08-03 05:11:32] "POST /neutron/subnet HTTP/1.1" 200 646 0.014328 10.0.0.249 - - [2026-08-03 05:11:32] "POST /neutron/port HTTP/1.1" 200 1125 0.056667 10.0.0.249 - - [2026-08-03 05:11:33] "POST /neutron/subnet HTTP/1.1" 200 646 0.013158 10.0.0.50 - - [2026-08-03 05:11:37] "GET /virtual-router/0debc78f-c889-428c-a71e-0da59581d43b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1246 0.028593 10.0.0.249 - - [2026-08-03 05:12:31] "POST /neutron/port HTTP/1.1" 200 1125 0.045083 10.0.0.249 - - [2026-08-03 05:12:32] "POST /neutron/floatingip HTTP/1.1" 200 117 0.007009 10.0.0.249 - - [2026-08-03 05:12:32] "POST /neutron/network HTTP/1.1" 200 886 0.011450 10.0.0.249 - - [2026-08-03 05:12:35] "POST /neutron/network HTTP/1.1" 200 896 0.010668 10.0.0.249 - - [2026-08-03 05:12:35] "POST /neutron/port HTTP/1.1" 200 117 0.001876 ++ LOG_DIR=/var/log/contrail ++ export CONTAINER_LOG_DIR=/var/log/contrail/config-api ++ CONTAINER_LOG_DIR=/var/log/contrail/config-api ++ mkdir -p /var/log/contrail/config-api ++ log_file=/var/log/contrail/config-api/console.log ++ touch /var/log/contrail/config-api/console.log ++ chmod 600 /var/log/contrail/config-api/console.log ++ exec +++ tee -a /var/log/contrail/config-api/console.log +++ date ++ echo 'INFO: =================== Mon Aug 3 05:12:35 AM UTC 2026 ===================' INFO: =================== Mon Aug 3 05:12:35 AM UTC 2026 =================== ++ LOG_LOCAL=1 ++ source /functions.sh ++ source /contrail-functions.sh +++ get_default_ip ++++ get_default_nic ++++ get_gateway_nic_for_ip 1 ++++ command -v ip ++++ local ip=1 +++++ ip route get 1 +++++ awk '{print $2}' +++++ grep -o 'dev.*' ++++ local iface=enp1s0 ++++ [[ enp1s0 == \l\o ]] ++++ echo enp1s0 +++ local nic=enp1s0 +++ get_ip_for_nic enp1s0 +++ local nic=enp1s0 +++ get_cidr_for_nic enp1s0 +++ command -v ip +++ local nic=enp1s0 +++ cut -d / -f 1 +++ ip addr show dev enp1s0 +++ grep 'inet ' +++ awk '{print $2}' +++ head -n 1 ++ DEFAULT_LOCAL_IP=10.0.0.161 ++ ENCAP_PRIORITY=MPLSoUDP,MPLSoGRE,VXLAN ++ VXLAN_VN_ID_MODE=automatic ++ DPDK_UIO_DRIVER=uio_pci_generic ++ CPU_CORE_MASK=0x01 ++ SERVICE_CORE_MASK= ++ DPDK_CTRL_THREAD_MASK= ++ HUGE_PAGES= ++ HUGE_PAGES_DIR=/dev/hugepages ++ HUGE_PAGES_1GB=0 ++ HUGE_PAGES_2MB=256 ++ HUGE_PAGES_1GB_DIR= ++ HUGE_PAGES_2MB_DIR= ++ [[ 0 != 0 ]] ++ [[ 0 != 256 ]] ++ [[ -z '' ]] +++ mount -t hugetlbfs +++ awk '/pagesize=2M/{print($3)}' +++ tail -n 1 ++ HUGE_PAGES_2MB_DIR= ++ DPDK_MEM_PER_SOCKET=1024 ++ DPDK_COMMAND_ADDITIONAL_ARGS= ++ NIC_OFFLOAD_ENABLE=False ++ DPDK_ENABLE_VLAN_FWRD=False ++ DIST_SNAT_PROTO_PORT_LIST= ++ CLOUD_ORCHESTRATOR=openstack ++ CLOUD_ADMIN_ROLE=admin ++ AAA_MODE=rbac ++ AUTH_MODE=keystone ++ AUTH_PARAMS= ++ SSL_ENABLE=false ++ SSL_INSECURE=True ++ SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ SERVER_CA_KEYFILE=/etc/contrail/ssl/private/ca-key.pem ++ SELFSIGNED_CERTS_WITH_IPS=True ++ CONTROLLER_NODES=10.0.0.249,10.0.0.50,10.0.0.161 ++ ANALYTICS_ALARM_ENABLE=True ++ ANALYTICS_SNMP_ENABLE=True ++ ANALYTICSDB_ENABLE=True ++ ANALYTICS_NODES=10.0.0.249,10.0.0.50,10.0.0.161 ++ ANALYTICSDB_NODES=10.0.0.249,10.0.0.50,10.0.0.161 ++ ANALYTICS_SNMP_NODES=10.0.0.249,10.0.0.50,10.0.0.161 ++ ANALYTICS_API_PORT=8081 ++ ANALYTICS_API_INTROSPECT_PORT=8090 ++ ANALYTICSDB_PORT=9160 ++ ANALYTICSDB_CQL_PORT=9042 ++ TOPOLOGY_INTROSPECT_PORT=5921 ++ QUERYENGINE_INTROSPECT_PORT=8091 +++ get_server_list ANALYTICS ':8081 ' +++ local server_typ=ANALYTICS_NODES +++ local 'port_with_delim=:8081 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.249 +++ local server_address=10.0.0.249 +++ extended_server_list+='10.0.0.249:8081 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.50 +++ local server_address=10.0.0.50 +++ extended_server_list+='10.0.0.50:8081 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.161 +++ local server_address=10.0.0.161 +++ extended_server_list+='10.0.0.161:8081 ' +++ '[' -n '10.0.0.249:8081 10.0.0.50:8081 10.0.0.161:8081 ' ']' +++ echo '10.0.0.249:8081 10.0.0.50:8081 10.0.0.161:8081' ++ ANALYTICS_SERVERS='10.0.0.249:8081 10.0.0.50:8081 10.0.0.161:8081' +++ get_server_list ANALYTICSDB ':9042 ' +++ local server_typ=ANALYTICSDB_NODES +++ local 'port_with_delim=:9042 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.249 +++ local server_address=10.0.0.249 +++ extended_server_list+='10.0.0.249:9042 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.50 +++ local server_address=10.0.0.50 +++ extended_server_list+='10.0.0.50:9042 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.161 +++ local server_address=10.0.0.161 +++ extended_server_list+='10.0.0.161:9042 ' +++ '[' -n '10.0.0.249:9042 10.0.0.50:9042 10.0.0.161:9042 ' ']' +++ echo '10.0.0.249:9042 10.0.0.50:9042 10.0.0.161:9042' ++ ANALYTICSDB_CQL_SERVERS='10.0.0.249:9042 10.0.0.50:9042 10.0.0.161:9042' ++ ANALYTICS_API_VIP= ++ ANALYTICS_ALARM_NODES=10.0.0.249,10.0.0.50,10.0.0.161 ++ ALARMGEN_INTROSPECT_PORT=5995 ++ BGP_PORT=179 ++ BGP_AUTO_MESH=true ++ BGP_ASN=64512 ++ ENABLE_4BYTE_AS=false ++ APPLY_DEFAULTS=true ++ COLLECTOR_PORT=8086 ++ COLLECTOR_INTROSPECT_PORT=8089 ++ COLLECTOR_SYSLOG_PORT=514 ++ COLLECTOR_SFLOW_PORT=6343 ++ COLLECTOR_IPFIX_PORT=4739 ++ COLLECTOR_PROTOBUF_PORT=3333 ++ COLLECTOR_STRUCTURED_SYSLOG_PORT=3514 ++ SNMPCOLLECTOR_INTROSPECT_PORT=5920 +++ get_server_list ANALYTICS ':8086 ' +++ local server_typ=ANALYTICS_NODES +++ local 'port_with_delim=:8086 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.249 +++ local server_address=10.0.0.249 +++ extended_server_list+='10.0.0.249:8086 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.50 +++ local server_address=10.0.0.50 +++ extended_server_list+='10.0.0.50:8086 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.161 +++ local server_address=10.0.0.161 +++ extended_server_list+='10.0.0.161:8086 ' +++ '[' -n '10.0.0.249:8086 10.0.0.50:8086 10.0.0.161:8086 ' ']' +++ echo '10.0.0.249:8086 10.0.0.50:8086 10.0.0.161:8086' ++ COLLECTOR_SERVERS='10.0.0.249:8086 10.0.0.50:8086 10.0.0.161:8086' ++ CASSANDRA_PORT=9160 ++ CASSANDRA_CQL_PORT=9042 ++ CASSANDRA_SSL_STORAGE_PORT=7011 ++ CASSANDRA_STORAGE_PORT=7010 ++ CASSANDRA_JMX_LOCAL_PORT=7200 ++ CONFIGDB_CASSANDRA_DRIVER=cql ++ CONFIG_NODES=10.0.0.249,10.0.0.50,10.0.0.161 ++ CONFIGDB_NODES=10.0.0.249,10.0.0.50,10.0.0.161 ++ CONFIG_API_PORT=8082 ++ CONFIG_API_INTROSPECT_PORT=8084 ++ CONFIG_API_ADMIN_PORT=8095 ++ CONFIGDB_PORT=9161 ++ CONFIGDB_CQL_PORT=9041 +++ get_server_list CONFIG ':8082 ' +++ local server_typ=CONFIG_NODES +++ local 'port_with_delim=:8082 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.249 +++ local server_address=10.0.0.249 +++ extended_server_list+='10.0.0.249:8082 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.50 +++ local server_address=10.0.0.50 +++ extended_server_list+='10.0.0.50:8082 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.161 +++ local server_address=10.0.0.161 +++ extended_server_list+='10.0.0.161:8082 ' +++ '[' -n '10.0.0.249:8082 10.0.0.50:8082 10.0.0.161:8082 ' ']' +++ echo '10.0.0.249:8082 10.0.0.50:8082 10.0.0.161:8082' ++ CONFIG_SERVERS='10.0.0.249:8082 10.0.0.50:8082 10.0.0.161:8082' +++ get_server_list CONFIGDB ':9161 ' +++ local server_typ=CONFIGDB_NODES +++ local 'port_with_delim=:9161 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.249 +++ local server_address=10.0.0.249 +++ extended_server_list+='10.0.0.249:9161 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.50 +++ local server_address=10.0.0.50 +++ extended_server_list+='10.0.0.50:9161 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.161 +++ local server_address=10.0.0.161 +++ extended_server_list+='10.0.0.161:9161 ' +++ '[' -n '10.0.0.249:9161 10.0.0.50:9161 10.0.0.161:9161 ' ']' +++ echo '10.0.0.249:9161 10.0.0.50:9161 10.0.0.161:9161' ++ CONFIGDB_SERVERS='10.0.0.249:9161 10.0.0.50:9161 10.0.0.161:9161' +++ get_server_list CONFIGDB ':9041 ' +++ local server_typ=CONFIGDB_NODES +++ local 'port_with_delim=:9041 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.249 +++ local server_address=10.0.0.249 +++ extended_server_list+='10.0.0.249:9041 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.50 +++ local server_address=10.0.0.50 +++ extended_server_list+='10.0.0.50:9041 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.161 +++ local server_address=10.0.0.161 +++ extended_server_list+='10.0.0.161:9041 ' +++ '[' -n '10.0.0.249:9041 10.0.0.50:9041 10.0.0.161:9041 ' ']' +++ echo '10.0.0.249:9041 10.0.0.50:9041 10.0.0.161:9041' ++ CONFIGDB_CQL_SERVERS='10.0.0.249:9041 10.0.0.50:9041 10.0.0.161:9041' ++ CONFIG_API_VIP= ++ CONFIG_API_SSL_ENABLE=false ++ CONFIG_API_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ CONFIG_API_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ CONFIG_API_SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ CONFIG_API_WORKER_COUNT=1 ++ CONFIG_API_MAX_REQUESTS=1024 ++ ANALYTICS_API_SSL_ENABLE=false ++ ANALYTICS_API_SSL_INSECURE=True ++ ANALYTICS_API_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ ANALYTICS_API_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ ANALYTICS_API_SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ CASSANDRA_SSL_ENABLE=false ++ CASSANDRA_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ CASSANDRA_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ CASSANDRA_SSL_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ CASSANDRA_SSL_KEYSTORE_PASSWORD=astrophytum ++ CASSANDRA_SSL_TRUSTSTORE_PASSWORD=ornatum ++ CASSANDRA_SSL_PROTOCOL=TLS ++ CASSANDRA_SSL_ALGORITHM=SunX509 ++ CASSANDRA_SSL_CIPHER_SUITES='[TLS_RSA_WITH_AES_128_CBC_SHA,TLS_RSA_WITH_AES_256_CBC_SHA,TLS_DHE_RSA_WITH_AES_128_CBC_SHA,TLS_DHE_RSA_WITH_AES_256_CBC_SHA,TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA,TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA]' ++ CASSANDRA_CONFIG_MEMTABLE_FLUSH_WRITER=4 ++ CASSANDRA_CONFIG_CONCURRECT_COMPACTORS=4 ++ CASSANDRA_CONFIG_COMPACTION_THROUGHPUT_MB_PER_SEC=256 ++ CASSANDRA_CONFIG_CONCURRECT_READS=64 ++ CASSANDRA_CONFIG_CONCURRECT_WRITES=64 ++ CASSANDRA_CONFIG_MEMTABLE_ALLOCATION_TYPE=offheap_objects ++ CASSANDRA_REAPER_ENABLED=false ++ CASSANDRA_REAPER_JMX_KEY=reaperJmxKey ++ CASSANDRA_REAPER_JMX_AUTH_USERNAME=reaperUser ++ CASSANDRA_REAPER_JMX_AUTH_PASSWORD=reaperPass ++ CASSANDRA_REAPER_APP_PORT=8071 ++ CASSANDRA_REAPER_ADM_PORT=8072 ++ CONTROL_NODES=10.20.0.25,10.20.0.29,10.20.0.30 ++ CONTROL_INTROSPECT_PORT=8083 ++ DNS_NODES=10.20.0.25,10.20.0.29,10.20.0.30 ++ DNS_SERVER_PORT=53 ++ DNS_INTROSPECT_PORT=8092 ++ RNDC_KEY=xvysmOR8lnUQRBcunkC6vg== ++ USE_EXTERNAL_TFTP=False ++ ZOOKEEPER_NODES=10.0.0.249,10.0.0.50,10.0.0.161 ++ ZOOKEEPER_PORT=2181 ++ ZOOKEEPER_PORTS=2888:3888 +++ get_server_list ZOOKEEPER :2181, +++ local server_typ=ZOOKEEPER_NODES +++ local port_with_delim=:2181, +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.249 +++ local server_address=10.0.0.249 +++ extended_server_list+=10.0.0.249:2181, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.50 +++ local server_address=10.0.0.50 +++ extended_server_list+=10.0.0.50:2181, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.161 +++ local server_address=10.0.0.161 +++ extended_server_list+=10.0.0.161:2181, +++ '[' -n 10.0.0.249:2181,10.0.0.50:2181,10.0.0.161:2181, ']' +++ echo 10.0.0.249:2181,10.0.0.50:2181,10.0.0.161:2181 ++ ZOOKEEPER_SERVERS=10.0.0.249:2181,10.0.0.50:2181,10.0.0.161:2181 +++ get_server_list ZOOKEEPER ':2181 ' +++ local server_typ=ZOOKEEPER_NODES +++ local 'port_with_delim=:2181 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.249 +++ local server_address=10.0.0.249 +++ extended_server_list+='10.0.0.249:2181 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.50 +++ local server_address=10.0.0.50 +++ extended_server_list+='10.0.0.50:2181 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.161 +++ local server_address=10.0.0.161 +++ extended_server_list+='10.0.0.161:2181 ' +++ '[' -n '10.0.0.249:2181 10.0.0.50:2181 10.0.0.161:2181 ' ']' +++ echo '10.0.0.249:2181 10.0.0.50:2181 10.0.0.161:2181' ++ ZOOKEEPER_SERVERS_SPACE_DELIM='10.0.0.249:2181 10.0.0.50:2181 10.0.0.161:2181' ++ RABBITMQ_NODES=10.0.0.249,10.0.0.50,10.0.0.161 ++ RABBITMQ_NODE_PORT=5673 +++ get_server_list RABBITMQ :5673, +++ local server_typ=RABBITMQ_NODES +++ local port_with_delim=:5673, +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.249 +++ local server_address=10.0.0.249 +++ extended_server_list+=10.0.0.249:5673, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.50 +++ local server_address=10.0.0.50 +++ extended_server_list+=10.0.0.50:5673, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.161 +++ local server_address=10.0.0.161 +++ extended_server_list+=10.0.0.161:5673, +++ '[' -n 10.0.0.249:5673,10.0.0.50:5673,10.0.0.161:5673, ']' +++ echo 10.0.0.249:5673,10.0.0.50:5673,10.0.0.161:5673 ++ RABBITMQ_SERVERS=10.0.0.249:5673,10.0.0.50:5673,10.0.0.161:5673 ++ RABBITMQ_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ RABBITMQ_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ RABBITMQ_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ RABBITMQ_SSL_FAIL_IF_NO_PEER_CERT=true ++ RABBITMQ_VHOST=/ ++ RABBITMQ_USER=guest ++ RABBITMQ_PASSWORD=guest ++ RABBITMQ_USE_SSL=false ++ RABBITMQ_SSL_VER=tlsv1.2 ++ RABBITMQ_CLIENT_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ RABBITMQ_CLIENT_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ RABBITMQ_CLIENT_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ RABBITMQ_HEARTBEAT_INTERVAL=60 ++ RABBITMQ_CLUSTER_PARTITION_HANDLING=autoheal ++ RABBITMQ_MIRRORED_QUEUE_MODE=all ++ REDIS_SERVER_PORT=6379 ++ REDIS_SERVER_PASSWORD= +++ get_server_list ANALYTICS ':6379 ' +++ local server_typ=ANALYTICS_NODES +++ local 'port_with_delim=:6379 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.249 +++ local server_address=10.0.0.249 +++ extended_server_list+='10.0.0.249:6379 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.50 +++ local server_address=10.0.0.50 +++ extended_server_list+='10.0.0.50:6379 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.161 +++ local server_address=10.0.0.161 +++ extended_server_list+='10.0.0.161:6379 ' +++ '[' -n '10.0.0.249:6379 10.0.0.50:6379 10.0.0.161:6379 ' ']' +++ echo '10.0.0.249:6379 10.0.0.50:6379 10.0.0.161:6379' ++ REDIS_SERVERS='10.0.0.249:6379 10.0.0.50:6379 10.0.0.161:6379' ++ REDIS_LISTEN_ADDRESS= ++ REDIS_PROTECTED_MODE= ++ REDIS_SSL_ENABLE=false ++ REDIS_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ REDIS_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ REDIS_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ redis_ssl_config= ++ KAFKA_NODES=10.0.0.249,10.0.0.50,10.0.0.161 ++ KAFKA_PORT=9092 +++ get_server_list KAFKA ':9092 ' +++ local server_typ=KAFKA_NODES +++ local 'port_with_delim=:9092 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.249 +++ local server_address=10.0.0.249 +++ extended_server_list+='10.0.0.249:9092 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.50 +++ local server_address=10.0.0.50 +++ extended_server_list+='10.0.0.50:9092 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.161 +++ local server_address=10.0.0.161 +++ extended_server_list+='10.0.0.161:9092 ' +++ '[' -n '10.0.0.249:9092 10.0.0.50:9092 10.0.0.161:9092 ' ']' +++ echo '10.0.0.249:9092 10.0.0.50:9092 10.0.0.161:9092' ++ KAFKA_SERVERS='10.0.0.249:9092 10.0.0.50:9092 10.0.0.161:9092' ++ KAFKA_SSL_ENABLE=false ++ KAFKA_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ KAFKA_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ KAFKA_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ KEYSTONE_AUTH_ADMIN_TENANT=admin ++ KEYSTONE_AUTH_ADMIN_USER=admin ++ KEYSTONE_AUTH_ADMIN_PASSWORD=contrail123 ++ KEYSTONE_AUTH_PROJECT_DOMAIN_NAME=Default ++ KEYSTONE_AUTH_USER_DOMAIN_NAME=Default ++ KEYSTONE_AUTH_REGION_NAME=RegionOne ++ KEYSTONE_AUTH_URL_VERSION=/v3 ++ KEYSTONE_AUTH_HOST=10.0.0.249 ++ KEYSTONE_AUTH_PROTO=http ++ KEYSTONE_AUTH_ADMIN_PORT=5000 ++ KEYSTONE_AUTH_PUBLIC_PORT=5000 ++ KEYSTONE_AUTH_URL_TOKENS=/v3/auth/tokens ++ KEYSTONE_AUTH_INSECURE=True ++ KEYSTONE_AUTH_CERTFILE= ++ KEYSTONE_AUTH_KEYFILE= ++ KEYSTONE_AUTH_CA_CERTFILE= ++ KEYSTONE_AUTH_ENDPOINT_TYPE= ++ KEYSTONE_AUTH_SYNC_ON_DEMAND= ++ KEYSTONE_AUTH_INTERFACE=public ++ KUBEMANAGER_NODES=10.0.0.249,10.0.0.50,10.0.0.161 ++ KUBERNETES_CLUSTER_NAME=k8s ++ KUBERNETES_CNI_META_PLUGIN=multus ++ METADATA_PROXY_SECRET=contrail ++ BARBICAN_TENANT_NAME=service ++ BARBICAN_USER=barbican ++ BARBICAN_PASSWORD=contrail123 ++ AGENT_MODE=kernel ++ EXTERNAL_ROUTERS= ++ SUBCLUSTER= ++ VROUTER_COMPUTE_NODE_ADDRESS= ++ VROUTER_MODULE_OPTIONS= ++ FABRIC_SNAT_HASH_TABLE_SIZE=4096 ++ TSN_EVPN_MODE=False ++ TSN_NODES='[]' ++ PRIORITY_ID= ++ PRIORITY_BANDWIDTH= ++ PRIORITY_SCHEDULING= ++ QOS_QUEUE_ID= ++ QOS_LOGICAL_QUEUES= ++ QOS_DEF_HW_QUEUE=False ++ PRIORITY_TAGGING=True ++ SLO_DESTINATION=collector ++ '[' -n '' ']' ++ SAMPLE_DESTINATION=collector ++ FLOW_EXPORT_RATE=0 ++ WEBUI_NODES=10.0.0.249,10.0.0.50,10.0.0.161 ++ WEBUI_JOB_SERVER_PORT=3000 ++ KUE_UI_PORT=3002 ++ WEBUI_HTTP_LISTEN_PORT=8180 ++ WEBUI_HTTPS_LISTEN_PORT=8143 ++ WEBUI_SSL_KEY_FILE=/etc/contrail/webui_ssl/cs-key.pem ++ WEBUI_SSL_CERT_FILE=/etc/contrail/webui_ssl/cs-cert.pem ++ WEBUI_SSL_CIPHERS=ECDHE-ECDSA-AES256-GCM-SHA384:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-CHACHA20-POLY1305:ECDHE-RSA-CHACHA20-POLY1305:ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES256-SHA384:ECDHE-RSA-AES256-SHA384:ECDHE-ECDSA-AES128-SHA256:ECDHE-RSA-AES128-SHA256:AES256-SHA ++ WEBUI_STATIC_AUTH_USER=admin ++ WEBUI_STATIC_AUTH_PASSWORD=contrail123 ++ WEBUI_STATIC_AUTH_ROLE=cloudAdmin ++ XMPP_SERVER_PORT=5269 ++ XMPP_SSL_ENABLE=false ++ XMPP_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ XMPP_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ XMPP_SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ LINKLOCAL_SERVICE_PORT=80 ++ LINKLOCAL_SERVICE_NAME=metadata ++ LINKLOCAL_SERVICE_IP=169.254.169.254 ++ IPFABRIC_SERVICE_PORT=8775 ++ INTROSPECT_SSL_ENABLE=false ++ INTROSPECT_SSL_INSECURE=True ++ INTROSPECT_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ INTROSPECT_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ INTROSPECT_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ INTROSPECT_LISTEN_ALL=True ++ SANDESH_SSL_ENABLE=false ++ SANDESH_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ SANDESH_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ SANDESH_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ SANDESH_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ SANDESH_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ METADATA_SSL_ENABLE=false ++ METADATA_SSL_CERTFILE= ++ METADATA_SSL_KEYFILE= ++ METADATA_SSL_CA_CERTFILE= ++ METADATA_SSL_CERT_TYPE= ++ CONFIGURE_IPTABLES=false ++ FWAAS_ENABLE=False ++ CONTAINERD_NAMESPACE=k8s.io ++ TOR_AGENT_OVS_KA=10000 ++ TOR_TYPE=ovs ++ TOR_OVS_PROTOCOL=tcp ++ TORAGENT_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ TORAGENT_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ TORAGENT_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ [[ /v3 == \/\v\2\.\0 ]] ++ [[ openstack == \o\p\e\n\s\t\a\c\k ]] ++ AUTH_MODE=keystone ++ [[ keystone == \k\e\y\s\t\o\n\e ]] ++ AUTH_PARAMS='--admin_password contrail123' ++ AUTH_PARAMS+=' --admin_tenant_name admin' ++ AUTH_PARAMS+=' --admin_user admin' ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ read -r -d '' sandesh_client_config ++ true ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ xmpp_certs_config= ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ analytics_api_ssl_opts= ++ read -r -d '' rabbitmq_config ++ true ++ read -r -d '' rabbit_config ++ true ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ kafka_ssl_config= ++ [[ -n '' ]] ++ collector_stats_config= ++ [[ -z '' ]] ++ is_enabled False ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ export TSN_AGENT_MODE= ++ TSN_AGENT_MODE= ++ [[ -n '' ]] ++ collector_stats_config= ++ [[ -z x ]] ++ RSYSLOGD_XFLOW_LISTEN_PORT=9898 + pre_start_init + wait_certs_if_ssl_enabled + is_ssl_enabled + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + return + wait_config_api_certs_if_ssl_enabled + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + return + wait_for_cassandra ++ echo 10.0.0.249,10.0.0.50,10.0.0.161 ++ cut -d , -f 1 + local cassandra=10.0.0.249 + (( i=1 )) + (( i<=30 )) + echo -e '\035\nquit' + nc -z 10.0.0.249 9041 + echo 'INFO: Cassandra is connected' INFO: Cassandra is connected + sleep 5 + return 0 + host_ip=0.0.0.0 + is_enabled + local val= + [[ '' == \t\r\u\e ]] + [[ '' == \y\e\s ]] + [[ '' == \e\n\a\b\l\e\d ]] ++ get_listen_ip_for_node CONFIG +++ find_my_ip_and_order_for_node CONFIG +++ cut -d ' ' -f 1 +++ local server_typ=CONFIG_NODES +++ find_my_ip_and_order_for_node_list 10.0.0.249,10.0.0.50,10.0.0.161 +++ local servers=10.0.0.249,10.0.0.50,10.0.0.161 +++ local server_list= +++ IFS=, +++ read -ra server_list ++++ get_local_ips ++++ tr '\n' , ++++ cat /proc/net/fib_trie ++++ grep -vi host ++++ uniq ++++ sort ++++ awk '/32 host/ { print f } {f=$2}' +++ local local_ips=,10.0.0.161,10.20.0.30,127.0.0.1,172.17.0.1,, +++ local ord=1 +++ for server in "${server_list[@]}" +++ local ret=0 ++++ python3 -c 'import socket; print(socket.gethostbyname('\''10.0.0.249'\''))' +++ local server_ip=10.0.0.249 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.249 ]] +++ [[ ,10.0.0.161,10.20.0.30,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.249, ]] +++ (( ord+=1 )) +++ for server in "${server_list[@]}" +++ local ret=0 ++++ python3 -c 'import socket; print(socket.gethostbyname('\''10.0.0.50'\''))' +++ local server_ip=10.0.0.50 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.50 ]] +++ [[ ,10.0.0.161,10.20.0.30,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.50, ]] +++ (( ord+=1 )) +++ for server in "${server_list[@]}" +++ local ret=0 ++++ python3 -c 'import socket; print(socket.gethostbyname('\''10.0.0.161'\''))' +++ local server_ip=10.0.0.161 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.161 ]] +++ [[ ,10.0.0.161,10.20.0.30,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.161, ]] +++ echo 10.0.0.161 3 +++ return ++ local ip=10.0.0.161 ++ [[ -z 10.0.0.161 ]] ++ echo 10.0.0.161 + host_ip=10.0.0.161 + [[ cql == \c\q\l ]] ++ echo 10.0.0.249:9041 10.0.0.50:9041 10.0.0.161:9041 ++ sed 's/,/ /g' + cassandra_server_list='10.0.0.249:9041 10.0.0.50:9041 10.0.0.161:9041' + config_api_certs_config= + uwsgi_socket='protocol = http\nsocket = 10.0.0.161:8082' + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled False + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + neutron_section= + mkdir -p /etc/contrail + introspect_port_list=("${CONFIG_API_INTROSPECT_PORT}") + admin_port_list=("${CONFIG_API_ADMIN_PORT}") + (( index=0 )) + (( index < CONFIG_API_WORKER_COUNT-1 )) + (( index=0 )) + (( index < CONFIG_API_WORKER_COUNT )) + cat ++ get_introspect_listen_ip_for_node CONFIG ++ local ip=0.0.0.0 ++ is_enabled True ++ local val=true ++ [[ true == \t\r\u\e ]] ++ echo 0.0.0.0 + add_ini_params_from_env API /etc/contrail/contrail-api-0.conf + local service_name=API + local cfg_path=/etc/contrail/contrail-api-0.conf + local delim=__ ++ set -o posix ++ set ++ sort ++ cut -d = -f 1 ++ sed 's/^API__//g' ++ grep '^API__.*__.*=.*$' + local vars= + local section= + (( ++index )) + (( index < CONFIG_API_WORKER_COUNT )) + (( CONFIG_API_WORKER_COUNT > 1 )) + service_cmd='/usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0' + set_third_party_auth_config + [[ keystone != \k\e\y\s\t\o\n\e ]] + local tmp_file=/etc/contrail/contrail-keystone-auth.conf.tmp + cat + [[ /v3 == \/\v\3 ]] + cat + [[ http == \h\t\t\p\s ]] + [[ -n '' ]] + [[ -n '' ]] + [[ -n public ]] + echo 'interface = public' + mv -f /etc/contrail/contrail-keystone-auth.conf.tmp /etc/contrail/contrail-keystone-auth.conf + set_vnc_api_lib_ini + local tmp_file=/etc/contrail/vnc_api_lib.ini.tmp + cat + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + [[ keystone == \k\e\y\s\t\o\n\e ]] + cat + [[ http == \h\t\t\p\s ]] + mv -f /etc/contrail/vnc_api_lib.ini.tmp /etc/contrail/vnc_api_lib.ini + upgrade_old_logs contrail-api + local template=contrail-api ++ dirname /var/log/contrail/config-api + local old_dir=/var/log/contrail + mkdir -p /var/log/contrail/config-api + chmod 755 /var/log/contrail/config-api + mv -n '/var/log/contrail/*contrail-api.log*' /var/log/contrail/config-api/ + true + [[ -n 1999 ]] + [[ -n 1999 ]] + local owner_opts=1999:1999 + chown 1999:1999 /var/log/contrail/config-api + find /var/log/contrail/config-api -uid 0 -exec chown 1999:1999 '{}' + + run_service /usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0 + [[ -n 1999 ]] + [[ -n 1999 ]] + local owner_opts=1999:1999 + mkdir -p /etc/contrail /var/lib/contrail + chown 1999:1999 /etc/contrail /var/lib/contrail + find /etc/contrail -uid 0 -exec chown 1999:1999 '{}' + + chmod 755 /etc/contrail + do_run_service /usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0 + [[ -n 1999 ]] + [[ -n 1999 ]] + mkdir -p /var/crashes + chmod 777 /var/crashes ++ id -un 1999 + local user_name=contrail + export HOME=/home/contrail + HOME=/home/contrail + mkdir -p /home/contrail + chown -R 1999:1999 /home/contrail + exec setpriv --reuid 1999 --regid 1999 --clear-groups --no-new-privs /usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0 /usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/vnc_addr_mgmt.py:287: SyntaxWarning: "is not" with a literal. Did you mean "!="? if ip_alloc_unit is not 1: /usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/vnc_addr_mgmt.py:1113: SyntaxWarning: "is" with a literal. Did you mean "=="? if len(ipam_subnets) is 0: /usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/vnc_addr_mgmt.py:1910: SyntaxWarning: "is" with a literal. Did you mean "=="? if len(ipam_subnets) is 0: 08/03/2026 05:12:47.403 7fe0ae5152c0 [contrail-api] [INFO]: SANDESH: CONNECT TO COLLECTOR: True 08/03/2026 05:12:47.663 7fe0ae5152c0 [contrail-api] [INFO]: SANDESH: INTROSPECT IS ON: 0.0.0.0:8084 08/03/2026 05:12:47.693 7fe0ae5152c0 [contrail-api] [INFO]: SANDESH: Logging: LEVEL: [SYS_INFO] -> [SYS_DEBUG] 08/03/2026 05:12:47.693 7fe0ae5152c0 [contrail-api] [INFO]: SANDESH: Logging: FILE: [None] -> [/var/log/contrail/config-api/contrail-api-0.log] The option "admin_port" is not known to keystonemiddleware The option "max_requests" is not known to keystonemiddleware The option "signing_dir" is not known to keystonemiddleware The option "auth_url" is not known to keystonemiddleware The option "username" is not known to keystonemiddleware The option "password" is not known to keystonemiddleware The option "user_domain_name" is not known to keystonemiddleware The option "project_domain_name" is not known to keystonemiddleware The option "project_name" is not known to keystonemiddleware AuthToken middleware is set with keystone_authtoken.service_token_roles_required set to False. This is backwards compatible but deprecated behaviour. Please set this to True. Configuring www_authenticate_uri to point to the public identity endpoint is required; clients may not be able to authenticate against an admin endpoint Bottle v0.12.25 server starting up (using GeventPoolServer(spawn=))... Listening on http://localhost:8095/ Hit Ctrl-C to quit. Bottle v0.12.25 server starting up (using GeventPoolServer(spawn=))... Listening on http://10.0.0.161:8082/ Hit Ctrl-C to quit. 10.0.0.161 - - [2026-08-03 05:12:48] "GET / HTTP/1.1" 503 181 0.000376 10.0.0.161 - - [2026-08-03 05:12:48] "GET / HTTP/1.1" 503 181 0.000286 10.0.0.161 - - [2026-08-03 05:12:49] "GET / HTTP/1.1" 200 46155 0.001856 10.0.0.161 - - [2026-08-03 05:12:49] "GET / HTTP/1.1" 200 46155 0.001261 Using the in-process token cache is deprecated as of the 4.2.0 release and may be removed in the 5.0.0 release or the 'O' development cycle. The in-process cache causes inconsistent results and high memory usage. When the feature is removed the auth_token middleware will not cache tokens by default which may result in performance issues. It is recommended to use memcache for the auth_token token cache by setting the memcached_servers option. 10.0.0.161 - - [2026-08-03 05:12:49] "POST /fqname-to-id HTTP/1.1" 401 293 0.000819 10.0.0.161 - - [2026-08-03 05:12:49] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 401 293 0.000406 10.0.0.161 - - [2026-08-03 05:12:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.800028 10.0.0.161 - - [2026-08-03 05:12:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003894 10.0.0.161 - - [2026-08-03 05:12:50] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 200 316 0.451317 10.0.0.161 - - [2026-08-03 05:12:50] "GET /projects?detail=False&count=False&shared=False HTTP/1.1" 200 1225 0.004844 /usr/local/lib/python3.9/site-packages/keystoneauth1/adapter.py:278: UserWarning: Using keystoneclient sessions has been deprecated. Please update your software to use keystoneauth1. warnings.warn( 10.0.0.161 - - [2026-08-03 05:12:51] "GET /projects?obj_uuids=757cd137-473d-41fc-b200-6ed036a12766&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.002096 10.0.0.161 - - [2026-08-03 05:12:51] "GET /project/757cd137-473d-41fc-b200-6ed036a12766?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1442 0.123196 [Introspect:8084]10.0.0.249 - - [2026-08-03 05:12:51] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3186 0.002083 10.0.0.161 - - [2026-08-03 05:12:51] "GET /projects?obj_uuids=757cd137-473d-41fc-b200-6ed036a12766&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001913 10.0.0.161 - - [2026-08-03 05:12:51] "GET /project/757cd137-473d-41fc-b200-6ed036a12766?fields=security_groups HTTP/1.1" 200 1089 0.097481 10.0.0.161 - - [2026-08-03 05:12:51] "GET /projects?obj_uuids=757cd137-473d-41fc-b200-6ed036a12766&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001798 10.0.0.161 - - [2026-08-03 05:12:51] "GET /project/757cd137-473d-41fc-b200-6ed036a12766?fields=application_policy_sets HTTP/1.1" 200 1383 0.117527 10.0.0.161 - - [2026-08-03 05:12:51] "DELETE /project/757cd137-473d-41fc-b200-6ed036a12766 HTTP/1.1" 409 279 0.455010 [Introspect:8084]10.0.0.249 - - [2026-08-03 05:12:56] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3164 0.001606 [Introspect:8084]10.0.0.249 - - [2026-08-03 05:12:57] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3164 0.001741 The option "admin_port" is not known to keystonemiddleware The option "max_requests" is not known to keystonemiddleware The option "signing_dir" is not known to keystonemiddleware The option "auth_url" is not known to keystonemiddleware The option "username" is not known to keystonemiddleware The option "password" is not known to keystonemiddleware The option "user_domain_name" is not known to keystonemiddleware The option "project_domain_name" is not known to keystonemiddleware The option "project_name" is not known to keystonemiddleware AuthToken middleware is set with keystone_authtoken.service_token_roles_required set to False. This is backwards compatible but deprecated behaviour. Please set this to True. Configuring www_authenticate_uri to point to the public identity endpoint is required; clients may not be able to authenticate against an admin endpoint Using the in-process token cache is deprecated as of the 4.2.0 release and may be removed in the 5.0.0 release or the 'O' development cycle. The in-process cache causes inconsistent results and high memory usage. When the feature is removed the auth_token middleware will not cache tokens by default which may result in performance issues. It is recommended to use memcache for the auth_token token cache by setting the memcached_servers option. 10.0.0.249 - - [2026-08-03 05:12:58] "GET /obj-perms HTTP/1.1" 200 4485 0.450698 10.0.0.249 - - [2026-08-03 05:12:58] "GET /obj-perms HTTP/1.1" 200 4485 0.005966 10.0.0.249 - - [2026-08-03 05:12:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.028322 10.0.0.161 - - [2026-08-03 05:12:58] "GET /projects?obj_uuids=34ffcb1a-09fd-4528-8d5b-a11d79da58f5&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001922 10.0.0.249 - - [2026-08-03 05:12:58] "GET /project/34ffcb1a-09fd-4528-8d5b-a11d79da58f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1369 0.086718 10.0.0.249 - - [2026-08-03 05:12:58] "GET /virtual-networks?parent_id=34ffcb1a-09fd-4528-8d5b-a11d79da58f5&detail=False&count=False&shared=False HTTP/1.1" 200 577 0.005669 10.0.0.249 - - [2026-08-03 05:12:59] "POST /virtual-networks HTTP/1.1" 200 548 0.156525 10.0.0.249 - - [2026-08-03 05:12:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.007427 10.0.0.249 - - [2026-08-03 05:12:59] "GET /network-ipam/cbc42447-9723-4149-a401-bead89aeaa6d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1091 0.007506 10.0.0.161 - - [2026-08-03 05:12:59] "POST /useragent-kv HTTP/1.1" 200 115 0.018156 10.0.0.249 - - [2026-08-03 05:12:59] "POST /ref-update HTTP/1.1" 200 156 0.177210 10.0.0.249 - - [2026-08-03 05:12:59] "POST /neutron/network HTTP/1.1" 200 809 0.045029 10.0.0.249 - - [2026-08-03 05:12:59] "GET /virtual-network/e9a33921-fe9a-45a7-b4f4-65f11134f1d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1934 0.007648 10.0.0.249 - - [2026-08-03 05:13:00] "GET /virtual-network/037fe6af-1c0e-4e8c-98f0-f57c25b33b36?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2227 0.011155 10.0.0.249 - - [2026-08-03 05:13:00] "GET /obj-perms HTTP/1.1" 200 4485 0.006508 10.0.0.161 - - [2026-08-03 05:13:00] "GET /obj-perms HTTP/1.1" 200 4485 0.042431 10.0.0.249 - - [2026-08-03 05:13:00] "POST /id-to-fqname HTTP/1.1" 200 222 0.001851 10.0.0.249 - - [2026-08-03 05:13:00] "POST /neutron/port HTTP/1.1" 200 2098 0.045243 10.0.0.161 - - [2026-08-03 05:13:00] "GET /projects?obj_uuids=34ffcb1a-09fd-4528-8d5b-a11d79da58f5&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002140 10.0.0.249 - - [2026-08-03 05:13:00] "GET /project/34ffcb1a-09fd-4528-8d5b-a11d79da58f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1369 0.118154 10.0.0.249 - - [2026-08-03 05:13:00] "POST /neutron/network HTTP/1.1" 200 886 0.033911 10.0.0.249 - - [2026-08-03 05:13:01] "POST /neutron/port HTTP/1.1" 200 117 0.011721 10.0.0.161 - - [2026-08-03 05:13:05] "GET /projects?obj_uuids=34ffcb1a-09fd-4528-8d5b-a11d79da58f5&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001673 10.0.0.249 - - [2026-08-03 05:13:05] "POST /neutron/port HTTP/1.1" 200 1061 0.486612 10.0.0.249 - - [2026-08-03 05:13:06] "POST /neutron/port HTTP/1.1" 200 1115 0.268894 10.0.0.249 - - [2026-08-03 05:13:07] "POST /neutron/port HTTP/1.1" 200 1125 0.027263 10.0.0.249 - - [2026-08-03 05:13:07] "POST /neutron/port HTTP/1.1" 200 117 0.001456 10.0.0.249 - - [2026-08-03 05:13:11] "POST /neutron/security_group HTTP/1.1" 200 2059 0.016452 10.0.0.50 - - [2026-08-03 05:13:18] "GET /global-system-configs HTTP/1.1" 401 293 0.000810 10.0.0.50 - - [2026-08-03 05:13:18] "GET /global-system-configs HTTP/1.1" 401 293 0.000510 10.0.0.50 - - [2026-08-03 05:13:19] "GET /global-system-configs HTTP/1.1" 401 293 0.000539 10.0.0.50 - - [2026-08-03 05:13:19] "GET /global-system-configs HTTP/1.1" 401 293 0.000643 10.0.0.161 - - [2026-08-03 05:13:19] "GET /global-system-configs HTTP/1.1" 401 293 0.000642 10.0.0.161 - - [2026-08-03 05:13:19] "GET /global-system-configs HTTP/1.1" 401 293 0.000787 10.0.0.161 - - [2026-08-03 05:13:21] "GET /global-system-configs HTTP/1.1" 401 293 0.000623 10.0.0.161 - - [2026-08-03 05:13:21] "GET /global-system-configs HTTP/1.1" 401 293 0.000836 10.0.0.249 - - [2026-08-03 05:13:21] "POST /neutron/port HTTP/1.1" 200 1125 0.043116 10.0.0.249 - - [2026-08-03 05:13:21] "GET /global-system-configs HTTP/1.1" 401 293 0.000557 10.0.0.249 - - [2026-08-03 05:13:21] "GET /global-system-configs HTTP/1.1" 401 293 0.000649 10.0.0.249 - - [2026-08-03 05:13:22] "GET /global-system-configs HTTP/1.1" 401 293 0.000606 10.0.0.249 - - [2026-08-03 05:13:22] "GET /global-system-configs HTTP/1.1" 401 293 0.000588 10.0.0.249 - - [2026-08-03 05:13:26] "POST /neutron/security_group HTTP/1.1" 200 2059 0.012608 10.0.0.249 - - [2026-08-03 05:13:32] "POST /neutron/port HTTP/1.1" 200 1125 0.030992 10.0.0.249 - - [2026-08-03 05:13:32] "POST /neutron/security_group HTTP/1.1" 200 2059 0.010483 10.0.0.249 - - [2026-08-03 05:13:32] "GET /virtual-machine/07750ad5-b5b5-43a8-90db-8df2e3967090 HTTP/1.1" 200 1294 0.031533 10.0.0.249 - - [2026-08-03 05:13:32] "GET /virtual-machine/07750ad5-b5b5-43a8-90db-8df2e3967090 HTTP/1.1" 200 1294 0.005530 10.0.0.249 - - [2026-08-03 05:13:32] "GET /virtual-machine-interface/96157e08-4adb-471f-a875-63141c2cae23 HTTP/1.1" 200 2956 0.009040 10.0.0.249 - - [2026-08-03 05:13:32] "GET /virtual-machine/07750ad5-b5b5-43a8-90db-8df2e3967090 HTTP/1.1" 200 1294 0.009862 10.0.0.249 - - [2026-08-03 05:13:32] "GET /virtual-machine-interface/96157e08-4adb-471f-a875-63141c2cae23 HTTP/1.1" 200 2956 0.007721 10.0.0.249 - - [2026-08-03 05:13:32] "GET /instance-ip/951a7415-2a6b-4c6a-86d4-006e03a3d6bb HTTP/1.1" 200 1626 0.008669 10.0.0.249 - - [2026-08-03 05:13:32] "GET /virtual-machine/07750ad5-b5b5-43a8-90db-8df2e3967090 HTTP/1.1" 200 1294 0.005788 10.0.0.249 - - [2026-08-03 05:13:32] "GET /virtual-machine-interface/96157e08-4adb-471f-a875-63141c2cae23 HTTP/1.1" 200 2956 0.008185 10.0.0.249 - - [2026-08-03 05:13:32] "GET /instance-ip/951a7415-2a6b-4c6a-86d4-006e03a3d6bb HTTP/1.1" 200 1626 0.006030 10.0.0.249 - - [2026-08-03 05:13:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004749 10.0.0.249 - - [2026-08-03 05:13:32] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.006577 10.0.0.249 - - [2026-08-03 05:13:32] "GET /virtual-networks?parent_id=34ffcb1a-09fd-4528-8d5b-a11d79da58f5&detail=False&count=False&shared=False HTTP/1.1" 200 800 0.004148 10.0.0.249 - - [2026-08-03 05:13:32] "GET /virtual-network/037fe6af-1c0e-4e8c-98f0-f57c25b33b36?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2227 0.007268 10.0.0.249 - - [2026-08-03 05:13:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004500 10.0.0.249 - - [2026-08-03 05:13:32] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005323 10.0.0.249 - - [2026-08-03 05:13:32] "GET /virtual-networks?parent_id=34ffcb1a-09fd-4528-8d5b-a11d79da58f5&detail=False&count=False&shared=False HTTP/1.1" 200 800 0.008398 10.0.0.249 - - [2026-08-03 05:13:32] "GET /virtual-network/037fe6af-1c0e-4e8c-98f0-f57c25b33b36?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2227 0.008003 10.0.0.249 - - [2026-08-03 05:13:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004483 10.0.0.249 - - [2026-08-03 05:13:32] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005006 10.0.0.249 - - [2026-08-03 05:13:32] "GET /virtual-networks?parent_id=34ffcb1a-09fd-4528-8d5b-a11d79da58f5&detail=False&count=False&shared=False HTTP/1.1" 200 800 0.004843 10.0.0.249 - - [2026-08-03 05:13:32] "GET /virtual-network/037fe6af-1c0e-4e8c-98f0-f57c25b33b36?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2227 0.007530 10.0.0.249 - - [2026-08-03 05:13:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.005219 10.0.0.249 - - [2026-08-03 05:13:33] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005659 10.0.0.249 - - [2026-08-03 05:13:33] "GET /virtual-networks?parent_id=34ffcb1a-09fd-4528-8d5b-a11d79da58f5&detail=False&count=False&shared=False HTTP/1.1" 200 800 0.006157 10.0.0.249 - - [2026-08-03 05:13:33] "GET /virtual-network/037fe6af-1c0e-4e8c-98f0-f57c25b33b36?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2227 0.008954 10.0.0.249 - - [2026-08-03 05:13:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.005080 10.0.0.249 - - [2026-08-03 05:13:33] "POST /neutron/port HTTP/1.1" 200 1125 0.036556 10.0.0.249 - - [2026-08-03 05:13:33] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.006091 10.0.0.249 - - [2026-08-03 05:13:33] "GET /virtual-networks?parent_id=34ffcb1a-09fd-4528-8d5b-a11d79da58f5&detail=False&count=False&shared=False HTTP/1.1" 200 800 0.004914 10.0.0.249 - - [2026-08-03 05:13:33] "GET /virtual-network/037fe6af-1c0e-4e8c-98f0-f57c25b33b36?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2227 0.007038 10.0.0.249 - - [2026-08-03 05:13:34] "POST /neutron/port HTTP/1.1" 200 1125 0.064038 10.0.0.249 - - [2026-08-03 05:13:34] "POST /neutron/subnet HTTP/1.1" 200 646 0.021434 10.0.0.249 - - [2026-08-03 05:13:35] "POST /neutron/network HTTP/1.1" 200 896 0.009477 10.0.0.249 - - [2026-08-03 05:13:35] "POST /neutron/port HTTP/1.1" 200 117 0.001599 10.0.0.249 - - [2026-08-03 05:13:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004634 10.0.0.249 - - [2026-08-03 05:13:36] "GET /virtual-network/037fe6af-1c0e-4e8c-98f0-f57c25b33b36?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2227 0.008139 10.0.0.249 - - [2026-08-03 05:13:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.005080 10.0.0.249 - - [2026-08-03 05:13:40] "GET /virtual-network/037fe6af-1c0e-4e8c-98f0-f57c25b33b36?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2227 0.006563 10.0.0.249 - - [2026-08-03 05:13:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.005224 10.0.0.249 - - [2026-08-03 05:13:44] "GET /virtual-network/037fe6af-1c0e-4e8c-98f0-f57c25b33b36?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2227 0.010322 10.0.0.249 - - [2026-08-03 05:13:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004886 10.0.0.249 - - [2026-08-03 05:13:48] "GET /virtual-network/037fe6af-1c0e-4e8c-98f0-f57c25b33b36?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2227 0.008436 10.0.0.249 - - [2026-08-03 05:13:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.004876 10.0.0.249 - - [2026-08-03 05:13:52] "GET /virtual-network/037fe6af-1c0e-4e8c-98f0-f57c25b33b36?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2227 0.009003 10.0.0.249 - - [2026-08-03 05:13:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.005478 10.0.0.249 - - [2026-08-03 05:13:56] "GET /virtual-network/037fe6af-1c0e-4e8c-98f0-f57c25b33b36?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2227 0.008517 10.0.0.249 - - [2026-08-03 05:14:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.006214 10.0.0.249 - - [2026-08-03 05:14:00] "GET /virtual-network/037fe6af-1c0e-4e8c-98f0-f57c25b33b36?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2227 0.010601 10.0.0.249 - - [2026-08-03 05:14:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.006167 10.0.0.249 - - [2026-08-03 05:14:05] "GET /virtual-network/037fe6af-1c0e-4e8c-98f0-f57c25b33b36?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2227 0.009658 10.0.0.249 - - [2026-08-03 05:14:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.005599 10.0.0.249 - - [2026-08-03 05:14:07] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005985 10.0.0.249 - - [2026-08-03 05:14:07] "GET /virtual-networks?parent_id=34ffcb1a-09fd-4528-8d5b-a11d79da58f5&detail=False&count=False&shared=False HTTP/1.1" 200 800 0.004819 10.0.0.249 - - [2026-08-03 05:14:07] "GET /virtual-network/037fe6af-1c0e-4e8c-98f0-f57c25b33b36?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2227 0.007989 10.0.0.249 - - [2026-08-03 05:14:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.005080 10.0.0.249 - - [2026-08-03 05:14:07] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005963 10.0.0.249 - - [2026-08-03 05:14:07] "GET /virtual-networks?parent_id=34ffcb1a-09fd-4528-8d5b-a11d79da58f5&detail=False&count=False&shared=False HTTP/1.1" 200 800 0.004816 10.0.0.249 - - [2026-08-03 05:14:07] "GET /virtual-network/037fe6af-1c0e-4e8c-98f0-f57c25b33b36?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2227 0.009506 10.0.0.249 - - [2026-08-03 05:14:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004276 10.0.0.249 - - [2026-08-03 05:14:07] "GET /routing-instance/dbe4fe15-976a-4496-9314-6c8fd9559164?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1792 0.005603 10.0.0.249 - - [2026-08-03 05:14:07] "GET /route-target/c48e4bf4-4bf1-4397-8398-f7cb4cf592eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.005053 10.0.0.249 - - [2026-08-03 05:14:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.005394 10.0.0.249 - - [2026-08-03 05:14:07] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.006608 10.0.0.249 - - [2026-08-03 05:14:07] "GET /virtual-networks?parent_id=34ffcb1a-09fd-4528-8d5b-a11d79da58f5&detail=False&count=False&shared=False HTTP/1.1" 200 800 0.005666 10.0.0.249 - - [2026-08-03 05:14:07] "GET /virtual-network/037fe6af-1c0e-4e8c-98f0-f57c25b33b36?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2227 0.007963 10.0.0.249 - - [2026-08-03 05:14:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004629 10.0.0.249 - - [2026-08-03 05:14:07] "GET /routing-instance/dbe4fe15-976a-4496-9314-6c8fd9559164?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1792 0.006022 10.0.0.249 - - [2026-08-03 05:14:07] "GET /route-target/c48e4bf4-4bf1-4397-8398-f7cb4cf592eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004798 10.0.0.249 - - [2026-08-03 05:14:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.005034 10.0.0.249 - - [2026-08-03 05:14:08] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005927 10.0.0.249 - - [2026-08-03 05:14:08] "GET /virtual-networks?parent_id=34ffcb1a-09fd-4528-8d5b-a11d79da58f5&detail=False&count=False&shared=False HTTP/1.1" 200 800 0.004329 10.0.0.249 - - [2026-08-03 05:14:08] "GET /virtual-network/037fe6af-1c0e-4e8c-98f0-f57c25b33b36?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2227 0.008531 10.0.0.249 - - [2026-08-03 05:14:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.005708 10.0.0.249 - - [2026-08-03 05:14:08] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.006469 10.0.0.249 - - [2026-08-03 05:14:08] "GET /virtual-networks?parent_id=34ffcb1a-09fd-4528-8d5b-a11d79da58f5&detail=False&count=False&shared=False HTTP/1.1" 200 800 0.004824 10.0.0.249 - - [2026-08-03 05:14:08] "GET /virtual-network/037fe6af-1c0e-4e8c-98f0-f57c25b33b36?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2227 0.009147 10.0.0.249 - - [2026-08-03 05:14:08] "GET /obj-perms HTTP/1.1" 200 4485 0.005595 10.0.0.161 - - [2026-08-03 05:14:08] "GET /obj-perms HTTP/1.1" 200 4485 0.005674 10.0.0.249 - - [2026-08-03 05:14:08] "GET /obj-perms HTTP/1.1" 200 4485 0.005690 10.0.0.50 - - [2026-08-03 05:14:08] "GET /obj-perms HTTP/1.1" 200 4485 0.070261 10.0.0.249 - - [2026-08-03 05:14:09] "POST /id-to-fqname HTTP/1.1" 200 222 0.002037 10.0.0.249 - - [2026-08-03 05:14:09] "POST /neutron/security_group HTTP/1.1" 200 2059 0.022878 10.0.0.249 - - [2026-08-03 05:14:09] "POST /neutron/port HTTP/1.1" 200 3070 0.050039 10.0.0.249 - - [2026-08-03 05:14:09] "POST /neutron/port HTTP/1.1" 200 117 0.009529 10.0.0.249 - - [2026-08-03 05:14:14] "POST /neutron/port HTTP/1.1" 200 1061 0.034029 10.0.0.249 - - [2026-08-03 05:14:14] "POST /neutron/port HTTP/1.1" 200 1125 0.030093 10.0.0.249 - - [2026-08-03 05:14:15] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005788 10.0.0.249 - - [2026-08-03 05:14:15] "POST /neutron/network HTTP/1.1" 200 886 0.013705 10.0.0.249 - - [2026-08-03 05:14:21] "POST /neutron/port HTTP/1.1" 200 1125 0.045622 10.0.0.249 - - [2026-08-03 05:14:25] "POST /neutron/security_group HTTP/1.1" 200 2059 0.013819 10.0.0.249 - - [2026-08-03 05:14:33] "POST /neutron/port HTTP/1.1" 200 1125 0.022360 10.0.0.249 - - [2026-08-03 05:14:34] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006487 10.0.0.249 - - [2026-08-03 05:14:34] "POST /neutron/network HTTP/1.1" 200 886 0.008875 10.0.0.249 - - [2026-08-03 05:14:35] "POST /neutron/security_group HTTP/1.1" 200 2059 0.011442 10.0.0.249 - - [2026-08-03 05:14:36] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006838 10.0.0.249 - - [2026-08-03 05:14:36] "POST /neutron/network HTTP/1.1" 200 886 0.010200 10.0.0.249 - - [2026-08-03 05:14:40] "POST /neutron/port HTTP/1.1" 200 1125 0.036165 10.0.0.50 - - [2026-08-03 05:14:40] "GET /obj-perms HTTP/1.1" 200 4509 0.049174 10.0.0.249 - - [2026-08-03 05:14:40] "POST /neutron/security_group HTTP/1.1" 200 2059 0.013067 10.0.0.249 - - [2026-08-03 05:14:40] "GET /virtual-machine/95e6831e-f935-49f2-b4fe-538c07b566f2 HTTP/1.1" 200 1296 0.008233 10.0.0.249 - - [2026-08-03 05:14:40] "GET /virtual-machine/95e6831e-f935-49f2-b4fe-538c07b566f2 HTTP/1.1" 200 1296 0.005134 10.0.0.249 - - [2026-08-03 05:14:40] "GET /virtual-machine-interface/16c62997-7b7c-442d-9ebb-9bdd5aff0eb2 HTTP/1.1" 200 2955 0.006636 10.0.0.249 - - [2026-08-03 05:14:40] "GET /virtual-machine/95e6831e-f935-49f2-b4fe-538c07b566f2 HTTP/1.1" 200 1296 0.006067 10.0.0.249 - - [2026-08-03 05:14:40] "GET /virtual-machine-interface/16c62997-7b7c-442d-9ebb-9bdd5aff0eb2 HTTP/1.1" 200 2955 0.011556 10.0.0.249 - - [2026-08-03 05:14:40] "GET /instance-ip/2290bbaa-382a-4c07-ac2e-dec43b5fae48 HTTP/1.1" 200 1626 0.008248 10.0.0.249 - - [2026-08-03 05:14:40] "GET /virtual-machine/95e6831e-f935-49f2-b4fe-538c07b566f2 HTTP/1.1" 200 1296 0.006309 10.0.0.249 - - [2026-08-03 05:14:40] "GET /virtual-machine-interface/16c62997-7b7c-442d-9ebb-9bdd5aff0eb2 HTTP/1.1" 200 2955 0.009313 10.0.0.249 - - [2026-08-03 05:14:40] "GET /instance-ip/2290bbaa-382a-4c07-ac2e-dec43b5fae48 HTTP/1.1" 200 1626 0.006940 10.0.0.249 - - [2026-08-03 05:14:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.005516 10.0.0.249 - - [2026-08-03 05:14:41] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.006601 10.0.0.249 - - [2026-08-03 05:14:41] "GET /virtual-networks?parent_id=34ffcb1a-09fd-4528-8d5b-a11d79da58f5&detail=False&count=False&shared=False HTTP/1.1" 200 800 0.004893 10.0.0.249 - - [2026-08-03 05:14:41] "GET /virtual-network/a7c4faf9-ef5f-4c0c-b87e-bbeec2a5ab08?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2229 0.009299 10.0.0.161 - - [2026-08-03 05:14:41] "GET /obj-perms HTTP/1.1" 200 4509 0.062448 10.0.0.249 - - [2026-08-03 05:14:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.005493 10.0.0.249 - - [2026-08-03 05:14:41] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.006780 10.0.0.249 - - [2026-08-03 05:14:41] "GET /virtual-networks?parent_id=34ffcb1a-09fd-4528-8d5b-a11d79da58f5&detail=False&count=False&shared=False HTTP/1.1" 200 800 0.005438 10.0.0.249 - - [2026-08-03 05:14:41] "GET /virtual-network/a7c4faf9-ef5f-4c0c-b87e-bbeec2a5ab08?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2229 0.009609 10.0.0.249 - - [2026-08-03 05:14:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.005244 10.0.0.249 - - [2026-08-03 05:14:41] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.006159 10.0.0.249 - - [2026-08-03 05:14:41] "GET /virtual-networks?parent_id=34ffcb1a-09fd-4528-8d5b-a11d79da58f5&detail=False&count=False&shared=False HTTP/1.1" 200 800 0.005692 10.0.0.249 - - [2026-08-03 05:14:41] "GET /virtual-network/a7c4faf9-ef5f-4c0c-b87e-bbeec2a5ab08?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2229 0.009871 10.0.0.249 - - [2026-08-03 05:14:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.005561 10.0.0.249 - - [2026-08-03 05:14:41] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.006914 10.0.0.249 - - [2026-08-03 05:14:41] "GET /virtual-networks?parent_id=34ffcb1a-09fd-4528-8d5b-a11d79da58f5&detail=False&count=False&shared=False HTTP/1.1" 200 800 0.005402 10.0.0.249 - - [2026-08-03 05:14:41] "GET /virtual-network/a7c4faf9-ef5f-4c0c-b87e-bbeec2a5ab08?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2229 0.012083 10.0.0.249 - - [2026-08-03 05:14:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.006070 10.0.0.249 - - [2026-08-03 05:14:41] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.006949 10.0.0.249 - - [2026-08-03 05:14:41] "GET /virtual-networks?parent_id=34ffcb1a-09fd-4528-8d5b-a11d79da58f5&detail=False&count=False&shared=False HTTP/1.1" 200 800 0.006500 10.0.0.249 - - [2026-08-03 05:14:41] "GET /virtual-network/a7c4faf9-ef5f-4c0c-b87e-bbeec2a5ab08?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2229 0.010347 10.0.0.249 - - [2026-08-03 05:14:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004555 10.0.0.249 - - [2026-08-03 05:14:44] "GET /virtual-network/a7c4faf9-ef5f-4c0c-b87e-bbeec2a5ab08?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2229 0.007400 10.0.0.249 - - [2026-08-03 05:14:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.005379 10.0.0.249 - - [2026-08-03 05:14:48] "GET /virtual-network/a7c4faf9-ef5f-4c0c-b87e-bbeec2a5ab08?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2229 0.009917 10.0.0.249 - - [2026-08-03 05:14:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.006215 10.0.0.249 - - [2026-08-03 05:14:53] "GET /virtual-network/a7c4faf9-ef5f-4c0c-b87e-bbeec2a5ab08?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2229 0.010323 10.0.0.249 - - [2026-08-03 05:14:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.005506 10.0.0.249 - - [2026-08-03 05:14:57] "GET /virtual-network/a7c4faf9-ef5f-4c0c-b87e-bbeec2a5ab08?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2229 0.008201 10.0.0.249 - - [2026-08-03 05:15:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.005836 10.0.0.249 - - [2026-08-03 05:15:01] "GET /virtual-network/a7c4faf9-ef5f-4c0c-b87e-bbeec2a5ab08?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2229 0.008207 10.0.0.249 - - [2026-08-03 05:15:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.005793 10.0.0.249 - - [2026-08-03 05:15:05] "GET /virtual-network/a7c4faf9-ef5f-4c0c-b87e-bbeec2a5ab08?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2229 0.010123 10.0.0.249 - - [2026-08-03 05:15:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.006092 10.0.0.249 - - [2026-08-03 05:15:09] "GET /virtual-network/a7c4faf9-ef5f-4c0c-b87e-bbeec2a5ab08?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2229 0.007899 10.0.0.249 - - [2026-08-03 05:15:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.005234 10.0.0.249 - - [2026-08-03 05:15:13] "GET /virtual-network/a7c4faf9-ef5f-4c0c-b87e-bbeec2a5ab08?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2229 0.008937 10.0.0.249 - - [2026-08-03 05:15:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.005217 10.0.0.249 - - [2026-08-03 05:15:17] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005890 10.0.0.249 - - [2026-08-03 05:15:17] "GET /virtual-networks?parent_id=34ffcb1a-09fd-4528-8d5b-a11d79da58f5&detail=False&count=False&shared=False HTTP/1.1" 200 800 0.004921 10.0.0.249 - - [2026-08-03 05:15:17] "GET /virtual-network/a7c4faf9-ef5f-4c0c-b87e-bbeec2a5ab08?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2229 0.007949 10.0.0.249 - - [2026-08-03 05:15:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004616 10.0.0.249 - - [2026-08-03 05:15:17] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005905 10.0.0.249 - - [2026-08-03 05:15:17] "GET /virtual-networks?parent_id=34ffcb1a-09fd-4528-8d5b-a11d79da58f5&detail=False&count=False&shared=False HTTP/1.1" 200 800 0.004751 10.0.0.249 - - [2026-08-03 05:15:18] "GET /virtual-network/a7c4faf9-ef5f-4c0c-b87e-bbeec2a5ab08?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2229 0.009218 10.0.0.249 - - [2026-08-03 05:15:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004732 10.0.0.249 - - [2026-08-03 05:15:18] "GET /routing-instance/7b24b36a-bcc8-4688-a72a-458ce9557d43?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1791 0.009097 10.0.0.249 - - [2026-08-03 05:15:18] "GET /route-target/f19528f7-3888-4492-84d3-726b5d765347?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.006123 10.0.0.249 - - [2026-08-03 05:15:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.005642 10.0.0.249 - - [2026-08-03 05:15:18] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.007281 10.0.0.249 - - [2026-08-03 05:15:18] "GET /virtual-networks?parent_id=34ffcb1a-09fd-4528-8d5b-a11d79da58f5&detail=False&count=False&shared=False HTTP/1.1" 200 800 0.004961 10.0.0.249 - - [2026-08-03 05:15:18] "GET /virtual-network/a7c4faf9-ef5f-4c0c-b87e-bbeec2a5ab08?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2229 0.008267 10.0.0.249 - - [2026-08-03 05:15:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.006046 10.0.0.249 - - [2026-08-03 05:15:18] "GET /routing-instance/7b24b36a-bcc8-4688-a72a-458ce9557d43?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1791 0.007408 10.0.0.249 - - [2026-08-03 05:15:18] "GET /route-target/f19528f7-3888-4492-84d3-726b5d765347?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.006367 10.0.0.249 - - [2026-08-03 05:15:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.005436 10.0.0.249 - - [2026-08-03 05:15:18] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.006335 10.0.0.249 - - [2026-08-03 05:15:18] "GET /virtual-networks?parent_id=34ffcb1a-09fd-4528-8d5b-a11d79da58f5&detail=False&count=False&shared=False HTTP/1.1" 200 800 0.004830 10.0.0.249 - - [2026-08-03 05:15:18] "GET /virtual-network/a7c4faf9-ef5f-4c0c-b87e-bbeec2a5ab08?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2229 0.094782 10.0.0.249 - - [2026-08-03 05:15:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.005441 10.0.0.249 - - [2026-08-03 05:15:18] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005901 10.0.0.249 - - [2026-08-03 05:15:18] "GET /virtual-networks?parent_id=34ffcb1a-09fd-4528-8d5b-a11d79da58f5&detail=False&count=False&shared=False HTTP/1.1" 200 800 0.009406 10.0.0.249 - - [2026-08-03 05:15:18] "GET /virtual-network/a7c4faf9-ef5f-4c0c-b87e-bbeec2a5ab08?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2229 0.009340 10.0.0.249 - - [2026-08-03 05:15:18] "GET /obj-perms HTTP/1.1" 200 4485 0.005744 10.0.0.249 - - [2026-08-03 05:15:19] "GET /obj-perms HTTP/1.1" 200 4485 0.006282 10.0.0.161 - - [2026-08-03 05:15:19] "GET /obj-perms HTTP/1.1" 200 4485 0.008228 10.0.0.249 - - [2026-08-03 05:15:19] "GET /obj-perms HTTP/1.1" 200 4485 0.005421 10.0.0.249 - - [2026-08-03 05:15:19] "GET /virtual-machine/07750ad5-b5b5-43a8-90db-8df2e3967090 HTTP/1.1" 200 1294 0.005598 10.0.0.249 - - [2026-08-03 05:15:19] "GET /virtual-machine-interface/96157e08-4adb-471f-a875-63141c2cae23 HTTP/1.1" 200 2956 0.008857 10.0.0.249 - - [2026-08-03 05:15:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.005396 10.0.0.249 - - [2026-08-03 05:15:19] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.006350 10.0.0.249 - - [2026-08-03 05:15:19] "GET /virtual-networks?parent_id=34ffcb1a-09fd-4528-8d5b-a11d79da58f5&detail=False&count=False&shared=False HTTP/1.1" 200 800 0.007099 10.0.0.249 - - [2026-08-03 05:15:19] "GET /virtual-network/037fe6af-1c0e-4e8c-98f0-f57c25b33b36?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2227 0.009378 10.0.0.249 - - [2026-08-03 05:15:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.005826 10.0.0.249 - - [2026-08-03 05:15:20] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.006805 10.0.0.249 - - [2026-08-03 05:15:20] "GET /virtual-networks?parent_id=34ffcb1a-09fd-4528-8d5b-a11d79da58f5&detail=False&count=False&shared=False HTTP/1.1" 200 800 0.005471 10.0.0.249 - - [2026-08-03 05:15:20] "GET /virtual-network/037fe6af-1c0e-4e8c-98f0-f57c25b33b36?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2227 0.010776 10.0.0.249 - - [2026-08-03 05:15:20] "GET /virtual-machine/95e6831e-f935-49f2-b4fe-538c07b566f2 HTTP/1.1" 200 1296 0.006482 10.0.0.249 - - [2026-08-03 05:15:20] "GET /virtual-machine-interface/16c62997-7b7c-442d-9ebb-9bdd5aff0eb2 HTTP/1.1" 200 2955 0.010756 10.0.0.249 - - [2026-08-03 05:15:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.007084 10.0.0.249 - - [2026-08-03 05:15:21] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.007197 10.0.0.249 - - [2026-08-03 05:15:21] "GET /virtual-networks?parent_id=34ffcb1a-09fd-4528-8d5b-a11d79da58f5&detail=False&count=False&shared=False HTTP/1.1" 200 800 0.006218 10.0.0.249 - - [2026-08-03 05:15:21] "GET /virtual-network/a7c4faf9-ef5f-4c0c-b87e-bbeec2a5ab08?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2229 0.011014 10.0.0.249 - - [2026-08-03 05:15:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.005332 10.0.0.249 - - [2026-08-03 05:15:22] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005808 10.0.0.249 - - [2026-08-03 05:15:22] "GET /virtual-networks?parent_id=34ffcb1a-09fd-4528-8d5b-a11d79da58f5&detail=False&count=False&shared=False HTTP/1.1" 200 800 0.006038 10.0.0.249 - - [2026-08-03 05:15:22] "GET /virtual-network/a7c4faf9-ef5f-4c0c-b87e-bbeec2a5ab08?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2229 0.008514 10.0.0.249 - - [2026-08-03 05:15:22] "POST /neutron/port HTTP/1.1" 200 1125 0.033779 10.0.0.249 - - [2026-08-03 05:15:23] "POST /neutron/security_group HTTP/1.1" 200 2059 0.011703 10.0.0.249 - - [2026-08-03 05:15:33] "POST /neutron/port HTTP/1.1" 200 1125 0.033116 10.0.0.249 - - [2026-08-03 05:15:34] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005566 10.0.0.249 - - [2026-08-03 05:15:34] "POST /neutron/network HTTP/1.1" 200 886 0.012483 10.0.0.249 - - [2026-08-03 05:15:37] "POST /neutron/network HTTP/1.1" 200 896 0.011551 10.0.0.249 - - [2026-08-03 05:15:37] "POST /neutron/port HTTP/1.1" 200 117 0.001613 10.0.0.249 - - [2026-08-03 05:15:41] "GET /obj-perms HTTP/1.1" 200 4509 0.055870 10.0.0.249 - - [2026-08-03 05:16:26] "GET /virtual-machine/95e6831e-f935-49f2-b4fe-538c07b566f2 HTTP/1.1" 200 1296 0.006787 10.0.0.249 - - [2026-08-03 05:16:28] "GET /virtual-machine/95e6831e-f935-49f2-b4fe-538c07b566f2 HTTP/1.1" 200 1296 0.005857 10.0.0.249 - - [2026-08-03 05:16:28] "POST /neutron/port HTTP/1.1" 200 1115 0.023989 10.0.0.249 - - [2026-08-03 05:16:30] "GET /virtual-machine/95e6831e-f935-49f2-b4fe-538c07b566f2 HTTP/1.1" 404 171 0.005437 10.0.0.249 - - [2026-08-03 05:16:30] "GET /virtual-machine/95e6831e-f935-49f2-b4fe-538c07b566f2 HTTP/1.1" 404 171 0.005398 10.0.0.249 - - [2026-08-03 05:16:30] "GET /virtual-machine/95e6831e-f935-49f2-b4fe-538c07b566f2 HTTP/1.1" 404 171 0.004234 10.0.0.249 - - [2026-08-03 05:16:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.005727 10.0.0.249 - - [2026-08-03 05:16:30] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.006491 10.0.0.249 - - [2026-08-03 05:16:30] "GET /virtual-networks?parent_id=34ffcb1a-09fd-4528-8d5b-a11d79da58f5&detail=False&count=False&shared=False HTTP/1.1" 200 800 0.005515 10.0.0.249 - - [2026-08-03 05:16:30] "GET /virtual-network/a7c4faf9-ef5f-4c0c-b87e-bbeec2a5ab08?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2229 0.008108 10.0.0.249 - - [2026-08-03 05:16:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.005358 10.0.0.249 - - [2026-08-03 05:16:30] "GET /routing-instance/7b24b36a-bcc8-4688-a72a-458ce9557d43?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1791 0.006432 10.0.0.249 - - [2026-08-03 05:16:30] "GET /route-target/f19528f7-3888-4492-84d3-726b5d765347?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.006374 10.0.0.249 - - [2026-08-03 05:16:33] "GET /obj-perms HTTP/1.1" 200 4485 0.006003 10.0.0.249 - - [2026-08-03 05:16:34] "GET /obj-perms HTTP/1.1" 200 4485 0.006192 10.0.0.50 - - [2026-08-03 05:16:34] "GET /obj-perms HTTP/1.1" 200 4485 0.005766 10.0.0.249 - - [2026-08-03 05:16:34] "GET /virtual-machine/07750ad5-b5b5-43a8-90db-8df2e3967090 HTTP/1.1" 200 1294 0.006812 10.0.0.249 - - [2026-08-03 05:16:35] "POST /neutron/port HTTP/1.1" 200 1125 0.031901 10.0.0.249 - - [2026-08-03 05:16:35] "POST /neutron/subnet HTTP/1.1" 200 646 0.014390 10.0.0.249 - - [2026-08-03 05:16:36] "GET /virtual-machine/07750ad5-b5b5-43a8-90db-8df2e3967090 HTTP/1.1" 200 1294 0.005198 10.0.0.249 - - [2026-08-03 05:16:36] "POST /neutron/port HTTP/1.1" 200 1125 0.025334 10.0.0.249 - - [2026-08-03 05:16:38] "GET /virtual-machine/07750ad5-b5b5-43a8-90db-8df2e3967090 HTTP/1.1" 404 171 0.004874 10.0.0.249 - - [2026-08-03 05:16:38] "GET /virtual-machine/07750ad5-b5b5-43a8-90db-8df2e3967090 HTTP/1.1" 404 171 0.004771 10.0.0.249 - - [2026-08-03 05:16:38] "GET /virtual-machine/07750ad5-b5b5-43a8-90db-8df2e3967090 HTTP/1.1" 404 171 0.004700 10.0.0.249 - - [2026-08-03 05:16:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.005070 10.0.0.249 - - [2026-08-03 05:16:38] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005076 10.0.0.249 - - [2026-08-03 05:16:38] "GET /virtual-networks?parent_id=34ffcb1a-09fd-4528-8d5b-a11d79da58f5&detail=False&count=False&shared=False HTTP/1.1" 200 800 0.005267 10.0.0.249 - - [2026-08-03 05:16:38] "GET /virtual-network/037fe6af-1c0e-4e8c-98f0-f57c25b33b36?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2227 0.007703 10.0.0.249 - - [2026-08-03 05:16:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004831 10.0.0.249 - - [2026-08-03 05:16:38] "GET /routing-instance/dbe4fe15-976a-4496-9314-6c8fd9559164?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1792 0.006219 10.0.0.249 - - [2026-08-03 05:16:38] "GET /route-target/c48e4bf4-4bf1-4397-8398-f7cb4cf592eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.006098 10.0.0.249 - - [2026-08-03 05:16:42] "GET /obj-perms HTTP/1.1" 200 4485 0.006050 10.0.0.50 - - [2026-08-03 05:16:42] "GET /obj-perms HTTP/1.1" 200 4485 0.006370 10.0.0.161 - - [2026-08-03 05:16:42] "GET /obj-perms HTTP/1.1" 200 4485 0.006347 10.0.0.161 - - [2026-08-03 05:16:42] "POST /useragent-kv HTTP/1.1" 200 115 0.011681 10.0.0.161 - - [2026-08-03 05:16:42] "POST /useragent-kv HTTP/1.1" 200 115 0.005959 10.0.0.249 - - [2026-08-03 05:16:42] "DELETE /virtual-network/e9a33921-fe9a-45a7-b4f4-65f11134f1d6 HTTP/1.1" 200 115 0.224072 10.0.0.50 - - [2026-08-03 05:16:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.044014 10.0.0.249 - - [2026-08-03 05:16:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.005265 10.0.0.249 - - [2026-08-03 05:16:42] "GET /network-policy/4ae8f1cf-3e8d-4d31-88be-fdef9652cba7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2078 0.007163 10.0.0.249 - - [2026-08-03 05:16:42] "POST /ref-update HTTP/1.1" 200 156 0.101328 10.0.0.50 - - [2026-08-03 05:16:42] "POST /ref-update HTTP/1.1" 200 156 0.055510 10.0.0.249 - - [2026-08-03 05:16:42] "POST /neutron/network HTTP/1.1" 200 809 0.020147 10.0.0.249 - - [2026-08-03 05:16:42] "GET /virtual-network/a7c4faf9-ef5f-4c0c-b87e-bbeec2a5ab08?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1935 0.031195 10.0.0.249 - - [2026-08-03 05:16:43] "DELETE /virtual-network/a7c4faf9-ef5f-4c0c-b87e-bbeec2a5ab08 HTTP/1.1" 409 249 0.033677 10.0.0.249 - - [2026-08-03 05:16:45] "POST /neutron/port HTTP/1.1" 200 151 0.442646 10.0.0.249 - - [2026-08-03 05:16:45] "POST /neutron/port HTTP/1.1" 200 151 0.499837 10.0.0.161 - - [2026-08-03 05:16:45] "POST /useragent-kv HTTP/1.1" 200 115 0.007189 10.0.0.161 - - [2026-08-03 05:16:45] "POST /useragent-kv HTTP/1.1" 200 115 0.005214 10.0.0.249 - - [2026-08-03 05:16:45] "DELETE /virtual-network/a7c4faf9-ef5f-4c0c-b87e-bbeec2a5ab08 HTTP/1.1" 200 115 0.311426 10.0.0.249 - - [2026-08-03 05:16:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004698 10.0.0.249 - - [2026-08-03 05:16:45] "GET /network-policy/2e88a82b-e858-40ba-b633-aac074b77ca9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2079 0.005628 10.0.0.249 - - [2026-08-03 05:16:45] "POST /ref-update HTTP/1.1" 200 156 0.090371 10.0.0.50 - - [2026-08-03 05:16:45] "DELETE /access-control-list/4e93eac6-6f13-4141-92d9-d1df0eedec39 HTTP/1.1" 200 115 0.101504 10.0.0.249 - - [2026-08-03 05:16:45] "GET /virtual-network/037fe6af-1c0e-4e8c-98f0-f57c25b33b36?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1933 0.012006 10.0.0.161 - - [2026-08-03 05:16:45] "POST /useragent-kv HTTP/1.1" 200 115 0.004950 10.0.0.161 - - [2026-08-03 05:16:45] "POST /useragent-kv HTTP/1.1" 200 115 0.007054 10.0.0.249 - - [2026-08-03 05:16:45] "DELETE /virtual-network/037fe6af-1c0e-4e8c-98f0-f57c25b33b36 HTTP/1.1" 200 115 0.180677 10.0.0.249 - - [2026-08-03 05:16:46] "DELETE /network-policy/4ae8f1cf-3e8d-4d31-88be-fdef9652cba7 HTTP/1.1" 200 115 0.062342 10.0.0.249 - - [2026-08-03 05:16:46] "DELETE /network-policy/2e88a82b-e858-40ba-b633-aac074b77ca9 HTTP/1.1" 200 115 0.071543 10.0.0.161 - - [2026-08-03 05:17:14] "GET /projects?obj_uuids=34ffcb1a-09fd-4528-8d5b-a11d79da58f5&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001493 10.0.0.249 - - [2026-08-03 05:17:15] "GET /project/34ffcb1a-09fd-4528-8d5b-a11d79da58f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1369 0.104477 10.0.0.161 - - [2026-08-03 05:17:15] "GET /projects?obj_uuids=34ffcb1a-09fd-4528-8d5b-a11d79da58f5&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.004699 10.0.0.249 - - [2026-08-03 05:17:15] "GET /project/34ffcb1a-09fd-4528-8d5b-a11d79da58f5?fields=virtual_networks HTTP/1.1" 200 1035 0.070760 10.0.0.161 - - [2026-08-03 05:17:15] "GET /projects?obj_uuids=34ffcb1a-09fd-4528-8d5b-a11d79da58f5&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002107 10.0.0.249 - - [2026-08-03 05:17:15] "GET /project/34ffcb1a-09fd-4528-8d5b-a11d79da58f5?fields=virtual_machine_interfaces HTTP/1.1" 200 1035 0.076856 10.0.0.161 - - [2026-08-03 05:17:15] "GET /projects?obj_uuids=34ffcb1a-09fd-4528-8d5b-a11d79da58f5&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001732 10.0.0.249 - - [2026-08-03 05:17:15] "GET /project/34ffcb1a-09fd-4528-8d5b-a11d79da58f5?fields=security_groups HTTP/1.1" 200 1263 0.075941 10.0.0.249 - - [2026-08-03 05:17:16] "POST /fqname-to-id HTTP/1.1" 404 188 0.030601 10.0.0.161 - - [2026-08-03 05:17:16] "GET /projects?obj_uuids=938ac193-6ec7-444d-9d33-6fae2ba8f706&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004823 10.0.0.161 - - [2026-08-03 05:17:16] "GET /domains?obj_uuids=724de60e-9f87-4d23-867c-6bd9a9880f5b&detail=False&count=False&shared=False HTTP/1.1" 200 316 0.001426 10.0.0.161 - - [2026-08-03 05:17:16] "GET /domain/724de60e-9f87-4d23-867c-6bd9a9880f5b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.010517 10.0.0.161 - - [2026-08-03 05:17:16] "POST /id-to-fqname HTTP/1.1" 200 190 0.013330 10.0.0.161 - - [2026-08-03 05:17:16] "POST /fqname-to-id HTTP/1.1" 404 199 0.010330 10.0.0.161 - - [2026-08-03 05:17:16] "POST /security-groups HTTP/1.1" 200 593 0.093744 10.0.0.161 - - [2026-08-03 05:17:16] "POST /projects HTTP/1.1" 200 587 0.399965 10.0.0.50 - - [2026-08-03 05:17:16] "POST /fqname-to-id HTTP/1.1" 404 234 0.014012 10.0.0.161 - - [2026-08-03 05:17:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.446100 10.0.0.249 - - [2026-08-03 05:17:17] "GET /project/938ac193-6ec7-444d-9d33-6fae2ba8f706?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.660119 10.0.0.50 - - [2026-08-03 05:17:17] "POST /access-control-lists HTTP/1.1" 200 596 0.104500 10.0.0.249 - - [2026-08-03 05:17:18] "GET / HTTP/1.1" 200 36215 0.002039 10.0.0.249 - - [2026-08-03 05:17:20] "POST /fqname-to-id HTTP/1.1" 401 293 0.000648 10.0.0.249 - - [2026-08-03 05:17:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.066090 10.0.0.161 - - [2026-08-03 05:17:20] "GET /projects?obj_uuids=938ac193-6ec7-444d-9d33-6fae2ba8f706&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001162 10.0.0.249 - - [2026-08-03 05:17:20] "GET /project/938ac193-6ec7-444d-9d33-6fae2ba8f706?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.062037 10.0.0.161 - - [2026-08-03 05:17:20] "GET /projects?obj_uuids=938ac193-6ec7-444d-9d33-6fae2ba8f706&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001190 10.0.0.249 - - [2026-08-03 05:17:21] "POST /neutron/network HTTP/1.1" 200 605 0.248360 10.0.0.249 - - [2026-08-03 05:17:21] "POST /id-to-fqname HTTP/1.1" 200 220 0.004916 10.0.0.249 - - [2026-08-03 05:17:21] "GET /virtual-network/147e71ba-c117-41cc-96d6-ca35c475f124?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2035 0.012729 10.0.0.249 - - [2026-08-03 05:17:21] "POST /neutron/network HTTP/1.1" 200 822 0.014748 10.0.0.249 - - [2026-08-03 05:17:21] "GET /virtual-network/147e71ba-c117-41cc-96d6-ca35c475f124?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2035 0.009045 10.0.0.249 - - [2026-08-03 05:17:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.005117 10.0.0.161 - - [2026-08-03 05:17:21] "GET /projects?obj_uuids=938ac193-6ec7-444d-9d33-6fae2ba8f706&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001364 10.0.0.249 - - [2026-08-03 05:17:21] "GET /project/938ac193-6ec7-444d-9d33-6fae2ba8f706?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.090447 10.0.0.249 - - [2026-08-03 05:17:21] "POST /neutron/network HTTP/1.1" 200 117 0.023727 10.0.0.50 - - [2026-08-03 05:17:22] "POST /route-targets HTTP/1.1" 200 328 0.023173 10.0.0.249 - - [2026-08-03 05:17:22] "POST /neutron/network HTTP/1.1" 200 823 0.016726 10.0.0.249 - - [2026-08-03 05:17:22] "POST /id-to-fqname HTTP/1.1" 200 220 0.001871 10.0.0.249 - - [2026-08-03 05:17:22] "GET /virtual-network/c92bfba7-7518-4039-a6e5-216c539183ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.009734 10.0.0.249 - - [2026-08-03 05:17:22] "GET /virtual-network/c92bfba7-7518-4039-a6e5-216c539183ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.010355 10.0.0.249 - - [2026-08-03 05:17:22] "POST /neutron/subnet HTTP/1.1" 200 720 0.016132 10.0.0.249 - - [2026-08-03 05:17:22] "POST /id-to-fqname HTTP/1.1" 200 220 0.002018 10.0.0.249 - - [2026-08-03 05:17:23] "POST /neutron/port HTTP/1.1" 200 117 0.010591 10.0.0.249 - - [2026-08-03 05:17:23] "POST /id-to-fqname HTTP/1.1" 200 220 0.002039 10.0.0.249 - - [2026-08-03 05:17:23] "POST /neutron/network HTTP/1.1" 200 833 0.009791 10.0.0.161 - - [2026-08-03 05:17:23] "GET /projects?obj_uuids=938ac193-6ec7-444d-9d33-6fae2ba8f706&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002389 10.0.0.249 - - [2026-08-03 05:17:23] "GET /project/938ac193-6ec7-444d-9d33-6fae2ba8f706?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.071051 10.0.0.249 - - [2026-08-03 05:17:23] "POST /neutron/port HTTP/1.1" 200 117 0.011503 10.0.0.161 - - [2026-08-03 05:17:27] "GET /projects?obj_uuids=938ac193-6ec7-444d-9d33-6fae2ba8f706&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001864 10.0.0.249 - - [2026-08-03 05:17:27] "POST /neutron/port HTTP/1.1" 200 1058 0.535676 10.0.0.249 - - [2026-08-03 05:17:28] "POST /neutron/port HTTP/1.1" 200 1058 0.062389 10.0.0.249 - - [2026-08-03 05:17:28] "POST /neutron/port HTTP/1.1" 200 1059 0.032119 10.0.0.249 - - [2026-08-03 05:17:28] "POST /neutron/port HTTP/1.1" 200 1122 0.033126 10.0.0.249 - - [2026-08-03 05:17:29] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006127 10.0.0.249 - - [2026-08-03 05:17:29] "POST /neutron/network HTTP/1.1" 200 822 0.010896 10.0.0.249 - - [2026-08-03 05:17:29] "POST /neutron/subnet HTTP/1.1" 200 694 0.015274 10.0.0.50 - - [2026-08-03 05:17:32] "DELETE /access-control-list/52bf9e11-1d0f-4646-aa6a-85960974a151 HTTP/1.1" 200 115 0.114033 10.0.0.249 - - [2026-08-03 05:17:34] "POST /neutron/port HTTP/1.1" 200 1122 0.032014 10.0.0.249 - - [2026-08-03 05:17:39] "POST /neutron/security_group HTTP/1.1" 200 2058 0.046531 10.0.0.249 - - [2026-08-03 05:17:49] "POST /neutron/port HTTP/1.1" 200 1122 0.034909 10.0.0.161 - - [2026-08-03 05:17:52] "DELETE /project/34ffcb1a-09fd-4528-8d5b-a11d79da58f5 HTTP/1.1" 404 177 0.044277 10.0.0.161 - - [2026-08-03 05:17:52] "DELETE /project/938ac1936ec7444d9d336fae2ba8f706 HTTP/1.1" 404 173 0.054817 10.0.0.249 - - [2026-08-03 05:17:54] "POST /neutron/security_group HTTP/1.1" 200 2058 0.014059 10.0.0.249 - - [2026-08-03 05:17:54] "POST /neutron/port HTTP/1.1" 200 1122 0.030280 10.0.0.249 - - [2026-08-03 05:17:54] "GET /virtual-machine/6ab467b0-4f3b-462a-99d5-ec4bf381d14f HTTP/1.1" 401 293 0.000549 10.0.0.249 - - [2026-08-03 05:17:55] "GET /virtual-machine/6ab467b0-4f3b-462a-99d5-ec4bf381d14f HTTP/1.1" 200 1294 0.040450 10.0.0.249 - - [2026-08-03 05:17:55] "GET /virtual-machine-interface/ec0bc5d2-1673-4acf-9e27-1482ca6e8758 HTTP/1.1" 200 2948 0.009508 10.0.0.249 - - [2026-08-03 05:17:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.005626 10.0.0.249 - - [2026-08-03 05:17:55] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.006542 10.0.0.249 - - [2026-08-03 05:17:55] "GET /virtual-networks?parent_id=938ac193-6ec7-444d-9d33-6fae2ba8f706&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.011878 10.0.0.249 - - [2026-08-03 05:17:55] "GET /virtual-network/147e71ba-c117-41cc-96d6-ca35c475f124?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2035 0.010357 10.0.0.249 - - [2026-08-03 05:17:56] "POST /neutron/security_group HTTP/1.1" 200 2058 0.010781 10.0.0.249 - - [2026-08-03 05:17:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004931 10.0.0.249 - - [2026-08-03 05:17:58] "GET /virtual-network/147e71ba-c117-41cc-96d6-ca35c475f124?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2035 0.008031 10.0.0.249 - - [2026-08-03 05:18:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.006434 10.0.0.249 - - [2026-08-03 05:18:00] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.008131 10.0.0.249 - - [2026-08-03 05:18:00] "GET /virtual-networks?parent_id=938ac193-6ec7-444d-9d33-6fae2ba8f706&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.006632 10.0.0.249 - - [2026-08-03 05:18:00] "GET /virtual-network/147e71ba-c117-41cc-96d6-ca35c475f124?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2035 0.042299 10.0.0.249 - - [2026-08-03 05:18:00] "POST /neutron/port HTTP/1.1" 200 1123 0.043548 10.0.0.249 - - [2026-08-03 05:18:01] "POST /neutron/security_group HTTP/1.1" 200 2058 0.015229 10.0.0.249 - - [2026-08-03 05:18:01] "GET /virtual-machine/feca0694-a109-4879-bdee-db987a48fee4 HTTP/1.1" 200 1295 0.010195 10.0.0.249 - - [2026-08-03 05:18:01] "GET /virtual-machine-interface/9c00c6a6-33f7-44ee-813d-a3a767e1fe12 HTTP/1.1" 200 2947 0.010452 10.0.0.249 - - [2026-08-03 05:18:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.006156 10.0.0.249 - - [2026-08-03 05:18:01] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.006629 10.0.0.249 - - [2026-08-03 05:18:01] "GET /virtual-networks?parent_id=938ac193-6ec7-444d-9d33-6fae2ba8f706&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.004964 10.0.0.249 - - [2026-08-03 05:18:01] "GET /virtual-network/c92bfba7-7518-4039-a6e5-216c539183ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.010690 10.0.0.249 - - [2026-08-03 05:18:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.005743 10.0.0.249 - - [2026-08-03 05:18:02] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.010641 10.0.0.249 - - [2026-08-03 05:18:02] "GET /virtual-networks?parent_id=938ac193-6ec7-444d-9d33-6fae2ba8f706&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.007737 10.0.0.249 - - [2026-08-03 05:18:02] "GET /virtual-network/c92bfba7-7518-4039-a6e5-216c539183ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.010474 10.0.0.249 - - [2026-08-03 05:18:02] "POST /neutron/port HTTP/1.1" 200 1122 0.033119 10.0.0.249 - - [2026-08-03 05:18:02] "GET /virtual-machine/6ab467b0-4f3b-462a-99d5-ec4bf381d14f HTTP/1.1" 200 1294 0.006920 10.0.0.249 - - [2026-08-03 05:18:02] "GET /virtual-machine-interface/ec0bc5d2-1673-4acf-9e27-1482ca6e8758 HTTP/1.1" 200 2948 0.010980 10.0.0.249 - - [2026-08-03 05:18:02] "GET /virtual-machine/6ab467b0-4f3b-462a-99d5-ec4bf381d14f HTTP/1.1" 200 1294 0.007494 10.0.0.249 - - [2026-08-03 05:18:02] "GET /virtual-machine-interface/ec0bc5d2-1673-4acf-9e27-1482ca6e8758 HTTP/1.1" 200 2948 0.011551 10.0.0.249 - - [2026-08-03 05:18:02] "GET /instance-ip/de01e5c6-e902-460f-ba53-45a596955193 HTTP/1.1" 200 1622 0.011601 10.0.0.249 - - [2026-08-03 05:18:03] "GET /virtual-machine/6ab467b0-4f3b-462a-99d5-ec4bf381d14f HTTP/1.1" 200 1294 0.008116 10.0.0.249 - - [2026-08-03 05:18:03] "GET /virtual-machine-interface/ec0bc5d2-1673-4acf-9e27-1482ca6e8758 HTTP/1.1" 200 2948 0.011436 10.0.0.249 - - [2026-08-03 05:18:03] "GET /instance-ip/de01e5c6-e902-460f-ba53-45a596955193 HTTP/1.1" 200 1622 0.009350 10.0.0.249 - - [2026-08-03 05:18:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.006656 10.0.0.249 - - [2026-08-03 05:18:03] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.007941 10.0.0.249 - - [2026-08-03 05:18:03] "GET /virtual-networks?parent_id=938ac193-6ec7-444d-9d33-6fae2ba8f706&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.005987 10.0.0.249 - - [2026-08-03 05:18:03] "GET /virtual-network/147e71ba-c117-41cc-96d6-ca35c475f124?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2035 0.009794 10.0.0.249 - - [2026-08-03 05:18:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.006695 10.0.0.249 - - [2026-08-03 05:18:03] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.007810 10.0.0.249 - - [2026-08-03 05:18:03] "GET /virtual-networks?parent_id=938ac193-6ec7-444d-9d33-6fae2ba8f706&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.007120 10.0.0.249 - - [2026-08-03 05:18:03] "GET /virtual-network/147e71ba-c117-41cc-96d6-ca35c475f124?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2035 0.008340 10.0.0.249 - - [2026-08-03 05:18:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.005828 10.0.0.249 - - [2026-08-03 05:18:03] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.008414 10.0.0.249 - - [2026-08-03 05:18:03] "GET /virtual-networks?parent_id=938ac193-6ec7-444d-9d33-6fae2ba8f706&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.006521 10.0.0.249 - - [2026-08-03 05:18:03] "GET /virtual-network/147e71ba-c117-41cc-96d6-ca35c475f124?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2035 0.008823 10.0.0.249 - - [2026-08-03 05:18:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.005651 10.0.0.249 - - [2026-08-03 05:18:03] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.007298 10.0.0.249 - - [2026-08-03 05:18:03] "GET /virtual-networks?parent_id=938ac193-6ec7-444d-9d33-6fae2ba8f706&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.004933 10.0.0.249 - - [2026-08-03 05:18:03] "GET /virtual-network/147e71ba-c117-41cc-96d6-ca35c475f124?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2035 0.008575 10.0.0.249 - - [2026-08-03 05:18:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.005539 10.0.0.249 - - [2026-08-03 05:18:03] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005985 10.0.0.249 - - [2026-08-03 05:18:03] "GET /virtual-networks?parent_id=938ac193-6ec7-444d-9d33-6fae2ba8f706&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.005612 10.0.0.249 - - [2026-08-03 05:18:03] "GET /virtual-network/147e71ba-c117-41cc-96d6-ca35c475f124?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2035 0.009143 10.0.0.249 - - [2026-08-03 05:18:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.005486 10.0.0.249 - - [2026-08-03 05:18:03] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.007571 10.0.0.249 - - [2026-08-03 05:18:03] "GET /virtual-networks?parent_id=938ac193-6ec7-444d-9d33-6fae2ba8f706&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.005295 10.0.0.249 - - [2026-08-03 05:18:03] "GET /virtual-network/147e71ba-c117-41cc-96d6-ca35c475f124?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2035 0.010137 10.0.0.249 - - [2026-08-03 05:18:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.006116 10.0.0.249 - - [2026-08-03 05:18:04] "GET /routing-instance/a7ef91de-1d0a-4194-9065-0ddd2b18762a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1479 0.011232 10.0.0.249 - - [2026-08-03 05:18:04] "GET /route-target/69e46f66-8b90-43a8-a30b-13afaaa6dc6d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.007110 10.0.0.249 - - [2026-08-03 05:18:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.005599 10.0.0.249 - - [2026-08-03 05:18:04] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.007131 10.0.0.249 - - [2026-08-03 05:18:04] "GET /virtual-networks?parent_id=938ac193-6ec7-444d-9d33-6fae2ba8f706&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.005579 10.0.0.249 - - [2026-08-03 05:18:04] "GET /virtual-network/147e71ba-c117-41cc-96d6-ca35c475f124?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2035 0.010162 10.0.0.249 - - [2026-08-03 05:18:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.006257 10.0.0.249 - - [2026-08-03 05:18:04] "GET /routing-instance/a7ef91de-1d0a-4194-9065-0ddd2b18762a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1479 0.007270 10.0.0.249 - - [2026-08-03 05:18:04] "GET /route-target/69e46f66-8b90-43a8-a30b-13afaaa6dc6d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.006299 10.0.0.249 - - [2026-08-03 05:18:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004900 10.0.0.249 - - [2026-08-03 05:18:04] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.008331 10.0.0.249 - - [2026-08-03 05:18:04] "GET /virtual-networks?parent_id=938ac193-6ec7-444d-9d33-6fae2ba8f706&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.004535 10.0.0.249 - - [2026-08-03 05:18:04] "GET /virtual-network/147e71ba-c117-41cc-96d6-ca35c475f124?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2035 0.009157 10.0.0.249 - - [2026-08-03 05:18:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.006011 10.0.0.249 - - [2026-08-03 05:18:04] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005733 10.0.0.249 - - [2026-08-03 05:18:04] "GET /virtual-networks?parent_id=938ac193-6ec7-444d-9d33-6fae2ba8f706&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.006117 10.0.0.249 - - [2026-08-03 05:18:04] "GET /virtual-network/147e71ba-c117-41cc-96d6-ca35c475f124?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2035 0.009079 10.0.0.161 - - [2026-08-03 05:18:05] "GET /obj-perms HTTP/1.1" 200 4483 0.069119 10.0.0.249 - - [2026-08-03 05:18:05] "GET /obj-perms HTTP/1.1" 200 4483 0.051730 10.0.0.249 - - [2026-08-03 05:18:05] "GET /obj-perms HTTP/1.1" 200 4483 0.005959 10.0.0.249 - - [2026-08-03 05:18:06] "GET /obj-perms HTTP/1.1" 200 4483 0.006444 10.0.0.161 - - [2026-08-03 05:18:06] "GET /obj-perms HTTP/1.1" 200 4483 0.005646 10.0.0.249 - - [2026-08-03 05:18:06] "POST /neutron/security_group HTTP/1.1" 200 2058 0.011645 10.0.0.249 - - [2026-08-03 05:18:06] "GET /virtual-machine/feca0694-a109-4879-bdee-db987a48fee4 HTTP/1.1" 200 1295 0.005594 10.0.0.249 - - [2026-08-03 05:18:06] "GET /virtual-machine-interface/9c00c6a6-33f7-44ee-813d-a3a767e1fe12 HTTP/1.1" 200 2947 0.008931 10.0.0.249 - - [2026-08-03 05:18:06] "GET /virtual-machine/feca0694-a109-4879-bdee-db987a48fee4 HTTP/1.1" 200 1295 0.005906 10.0.0.249 - - [2026-08-03 05:18:06] "GET /virtual-machine-interface/9c00c6a6-33f7-44ee-813d-a3a767e1fe12 HTTP/1.1" 200 2947 0.009214 10.0.0.249 - - [2026-08-03 05:18:06] "GET /instance-ip/6d497109-c320-443d-a10a-8d407ebbf32f HTTP/1.1" 200 1622 0.009759 10.0.0.249 - - [2026-08-03 05:18:06] "GET /virtual-machine/feca0694-a109-4879-bdee-db987a48fee4 HTTP/1.1" 200 1295 0.006711 10.0.0.249 - - [2026-08-03 05:18:06] "GET /virtual-machine-interface/9c00c6a6-33f7-44ee-813d-a3a767e1fe12 HTTP/1.1" 200 2947 0.007067 10.0.0.249 - - [2026-08-03 05:18:07] "GET /instance-ip/6d497109-c320-443d-a10a-8d407ebbf32f HTTP/1.1" 200 1622 0.005492 10.0.0.249 - - [2026-08-03 05:18:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.005401 10.0.0.249 - - [2026-08-03 05:18:07] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005581 10.0.0.249 - - [2026-08-03 05:18:07] "GET /virtual-networks?parent_id=938ac193-6ec7-444d-9d33-6fae2ba8f706&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.004735 10.0.0.249 - - [2026-08-03 05:18:07] "GET /virtual-network/c92bfba7-7518-4039-a6e5-216c539183ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.007051 10.0.0.249 - - [2026-08-03 05:18:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004858 10.0.0.249 - - [2026-08-03 05:18:07] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.006317 10.0.0.249 - - [2026-08-03 05:18:07] "GET /virtual-networks?parent_id=938ac193-6ec7-444d-9d33-6fae2ba8f706&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.005257 10.0.0.249 - - [2026-08-03 05:18:07] "GET /virtual-network/c92bfba7-7518-4039-a6e5-216c539183ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.009296 10.0.0.249 - - [2026-08-03 05:18:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.005612 10.0.0.249 - - [2026-08-03 05:18:07] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.007709 10.0.0.249 - - [2026-08-03 05:18:07] "GET /virtual-networks?parent_id=938ac193-6ec7-444d-9d33-6fae2ba8f706&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.004848 10.0.0.249 - - [2026-08-03 05:18:07] "GET /virtual-network/c92bfba7-7518-4039-a6e5-216c539183ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.007752 10.0.0.249 - - [2026-08-03 05:18:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.005050 10.0.0.249 - - [2026-08-03 05:18:07] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.006119 10.0.0.249 - - [2026-08-03 05:18:07] "GET /virtual-networks?parent_id=938ac193-6ec7-444d-9d33-6fae2ba8f706&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.004808 10.0.0.249 - - [2026-08-03 05:18:07] "GET /virtual-network/c92bfba7-7518-4039-a6e5-216c539183ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.009187 10.0.0.249 - - [2026-08-03 05:18:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.005701 10.0.0.249 - - [2026-08-03 05:18:07] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.006100 10.0.0.249 - - [2026-08-03 05:18:07] "GET /virtual-networks?parent_id=938ac193-6ec7-444d-9d33-6fae2ba8f706&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.004693 10.0.0.249 - - [2026-08-03 05:18:07] "GET /virtual-network/c92bfba7-7518-4039-a6e5-216c539183ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.009974 10.0.0.249 - - [2026-08-03 05:18:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.005284 10.0.0.249 - - [2026-08-03 05:18:07] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005964 10.0.0.249 - - [2026-08-03 05:18:07] "GET /virtual-networks?parent_id=938ac193-6ec7-444d-9d33-6fae2ba8f706&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.005002 10.0.0.249 - - [2026-08-03 05:18:07] "GET /virtual-network/c92bfba7-7518-4039-a6e5-216c539183ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.009888 10.0.0.249 - - [2026-08-03 05:18:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004918 10.0.0.249 - - [2026-08-03 05:18:07] "GET /routing-instance/1d50d2fc-c3f3-4081-ac98-23358e0c17e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1478 0.009416 10.0.0.249 - - [2026-08-03 05:18:08] "GET /route-target/e5b92d98-07bc-44da-b0c8-1bb1f848cca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.013291 10.0.0.249 - - [2026-08-03 05:18:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.005473 10.0.0.249 - - [2026-08-03 05:18:08] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005025 10.0.0.249 - - [2026-08-03 05:18:08] "GET /virtual-networks?parent_id=938ac193-6ec7-444d-9d33-6fae2ba8f706&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.004524 10.0.0.249 - - [2026-08-03 05:18:08] "GET /virtual-network/c92bfba7-7518-4039-a6e5-216c539183ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.008932 10.0.0.249 - - [2026-08-03 05:18:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.005236 10.0.0.249 - - [2026-08-03 05:18:08] "GET /routing-instance/1d50d2fc-c3f3-4081-ac98-23358e0c17e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1478 0.006903 10.0.0.249 - - [2026-08-03 05:18:08] "GET /route-target/e5b92d98-07bc-44da-b0c8-1bb1f848cca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.006138 10.0.0.249 - - [2026-08-03 05:18:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004877 10.0.0.249 - - [2026-08-03 05:18:08] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005879 10.0.0.249 - - [2026-08-03 05:18:08] "GET /virtual-networks?parent_id=938ac193-6ec7-444d-9d33-6fae2ba8f706&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.004885 10.0.0.249 - - [2026-08-03 05:18:08] "GET /virtual-network/c92bfba7-7518-4039-a6e5-216c539183ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.007974 10.0.0.249 - - [2026-08-03 05:18:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.005708 10.0.0.249 - - [2026-08-03 05:18:08] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.006371 10.0.0.249 - - [2026-08-03 05:18:08] "GET /virtual-networks?parent_id=938ac193-6ec7-444d-9d33-6fae2ba8f706&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.004992 10.0.0.249 - - [2026-08-03 05:18:08] "GET /virtual-network/c92bfba7-7518-4039-a6e5-216c539183ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.007900 10.0.0.249 - - [2026-08-03 05:18:08] "GET /obj-perms HTTP/1.1" 200 4483 0.005485 10.0.0.249 - - [2026-08-03 05:18:08] "GET /obj-perms HTTP/1.1" 200 4483 0.005793 10.0.0.161 - - [2026-08-03 05:18:08] "GET /obj-perms HTTP/1.1" 200 4483 0.006051 10.0.0.50 - - [2026-08-03 05:18:08] "GET /obj-perms HTTP/1.1" 200 4483 0.046316 10.0.0.249 - - [2026-08-03 05:18:09] "GET /obj-perms HTTP/1.1" 200 4483 0.005609 10.0.0.50 - - [2026-08-03 05:18:18] "GET /global-system-configs HTTP/1.1" 401 293 0.000542 10.0.0.50 - - [2026-08-03 05:18:18] "GET /global-system-configs HTTP/1.1" 401 293 0.000516 10.0.0.50 - - [2026-08-03 05:18:19] "GET /global-system-configs HTTP/1.1" 401 293 0.000633 10.0.0.50 - - [2026-08-03 05:18:19] "GET /global-system-configs HTTP/1.1" 401 293 0.000558 10.0.0.161 - - [2026-08-03 05:18:19] "GET /global-system-configs HTTP/1.1" 401 293 0.000560 10.0.0.161 - - [2026-08-03 05:18:20] "GET /global-system-configs HTTP/1.1" 401 293 0.000780 10.0.0.161 - - [2026-08-03 05:18:21] "GET /global-system-configs HTTP/1.1" 401 293 0.000562 10.0.0.161 - - [2026-08-03 05:18:21] "GET /global-system-configs HTTP/1.1" 401 293 0.000619 10.0.0.249 - - [2026-08-03 05:18:21] "GET /global-system-configs HTTP/1.1" 401 293 0.000509 10.0.0.249 - - [2026-08-03 05:18:21] "GET /global-system-configs HTTP/1.1" 401 293 0.000519 10.0.0.249 - - [2026-08-03 05:18:22] "GET /global-system-configs HTTP/1.1" 401 293 0.000637 10.0.0.249 - - [2026-08-03 05:18:22] "GET /global-system-configs HTTP/1.1" 401 293 0.000552 10.0.0.249 - - [2026-08-03 05:18:33] "GET /virtual-machine/feca0694-a109-4879-bdee-db987a48fee4 HTTP/1.1" 200 1295 0.006662 10.0.0.249 - - [2026-08-03 05:18:35] "GET /virtual-machine/feca0694-a109-4879-bdee-db987a48fee4 HTTP/1.1" 200 1295 0.005101 10.0.0.249 - - [2026-08-03 05:18:36] "POST /neutron/port HTTP/1.1" 200 151 0.267644 10.0.0.249 - - [2026-08-03 05:18:37] "GET /virtual-machine/feca0694-a109-4879-bdee-db987a48fee4 HTTP/1.1" 404 171 0.005107 10.0.0.249 - - [2026-08-03 05:18:37] "GET /virtual-machine/feca0694-a109-4879-bdee-db987a48fee4 HTTP/1.1" 404 171 0.004770 10.0.0.249 - - [2026-08-03 05:18:37] "GET /virtual-machine/feca0694-a109-4879-bdee-db987a48fee4 HTTP/1.1" 404 171 0.005584 10.0.0.249 - - [2026-08-03 05:18:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004496 10.0.0.249 - - [2026-08-03 05:18:38] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005869 10.0.0.249 - - [2026-08-03 05:18:38] "GET /virtual-networks?parent_id=938ac193-6ec7-444d-9d33-6fae2ba8f706&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.005014 10.0.0.249 - - [2026-08-03 05:18:38] "GET /virtual-network/c92bfba7-7518-4039-a6e5-216c539183ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.010069 10.0.0.249 - - [2026-08-03 05:18:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004775 10.0.0.249 - - [2026-08-03 05:18:38] "GET /routing-instance/1d50d2fc-c3f3-4081-ac98-23358e0c17e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1478 0.006114 10.0.0.249 - - [2026-08-03 05:18:38] "GET /route-target/e5b92d98-07bc-44da-b0c8-1bb1f848cca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.006248 10.0.0.50 - - [2026-08-03 05:18:38] "GET /obj-perms HTTP/1.1" 200 4483 0.007502 10.0.0.249 - - [2026-08-03 05:18:41] "POST /neutron/network HTTP/1.1" 200 832 0.032476 10.0.0.249 - - [2026-08-03 05:18:41] "POST /neutron/port HTTP/1.1" 200 117 0.001428 10.0.0.249 - - [2026-08-03 05:18:41] "GET /obj-perms HTTP/1.1" 200 4483 0.004620 10.0.0.249 - - [2026-08-03 05:18:41] "GET /virtual-machine/6ab467b0-4f3b-462a-99d5-ec4bf381d14f HTTP/1.1" 200 1294 0.006614 10.0.0.249 - - [2026-08-03 05:18:43] "GET /virtual-machine/6ab467b0-4f3b-462a-99d5-ec4bf381d14f HTTP/1.1" 200 1294 0.007553 10.0.0.249 - - [2026-08-03 05:18:43] "POST /neutron/port HTTP/1.1" 200 1112 0.023904 10.0.0.50 - - [2026-08-03 05:18:44] "GET /obj-perms HTTP/1.1" 200 4509 0.050107 10.0.0.249 - - [2026-08-03 05:18:45] "GET /virtual-machine/6ab467b0-4f3b-462a-99d5-ec4bf381d14f HTTP/1.1" 404 171 0.004371 10.0.0.249 - - [2026-08-03 05:18:45] "GET /virtual-machine/6ab467b0-4f3b-462a-99d5-ec4bf381d14f HTTP/1.1" 404 171 0.004517 10.0.0.249 - - [2026-08-03 05:18:45] "GET /virtual-machine/6ab467b0-4f3b-462a-99d5-ec4bf381d14f HTTP/1.1" 404 171 0.004198 10.0.0.249 - - [2026-08-03 05:18:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.005126 10.0.0.249 - - [2026-08-03 05:18:46] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.007246 10.0.0.249 - - [2026-08-03 05:18:46] "GET /virtual-networks?parent_id=938ac193-6ec7-444d-9d33-6fae2ba8f706&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.004498 10.0.0.249 - - [2026-08-03 05:18:46] "GET /virtual-network/147e71ba-c117-41cc-96d6-ca35c475f124?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2035 0.007621 10.0.0.249 - - [2026-08-03 05:18:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004254 10.0.0.249 - - [2026-08-03 05:18:46] "GET /routing-instance/a7ef91de-1d0a-4194-9065-0ddd2b18762a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1479 0.008101 10.0.0.249 - - [2026-08-03 05:18:46] "GET /route-target/69e46f66-8b90-43a8-a30b-13afaaa6dc6d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.005741 10.0.0.249 - - [2026-08-03 05:18:46] "GET /obj-perms HTTP/1.1" 200 4483 0.004881 10.0.0.249 - - [2026-08-03 05:18:49] "GET /obj-perms HTTP/1.1" 200 4483 0.005459 10.0.0.249 - - [2026-08-03 05:18:55] "GET /obj-perms HTTP/1.1" 200 4483 0.005049 10.0.0.249 - - [2026-08-03 05:18:58] "GET /obj-perms HTTP/1.1" 200 4483 0.005044 10.0.0.249 - - [2026-08-03 05:19:05] "GET /obj-perms HTTP/1.1" 200 4483 0.008389 10.0.0.249 - - [2026-08-03 05:19:05] "GET /obj-perms HTTP/1.1" 200 4483 0.005141 10.0.0.161 - - [2026-08-03 05:19:05] "GET /obj-perms HTTP/1.1" 200 4483 0.005571 10.0.0.161 - - [2026-08-03 05:19:05] "POST /useragent-kv HTTP/1.1" 200 115 0.075707 10.0.0.161 - - [2026-08-03 05:19:05] "POST /useragent-kv HTTP/1.1" 200 115 0.004370 10.0.0.249 - - [2026-08-03 05:19:05] "POST /neutron/network HTTP/1.1" 200 151 0.290187 10.0.0.50 - - [2026-08-03 05:19:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.005273 10.0.0.161 - - [2026-08-03 05:19:07] "GET /projects?obj_uuids=938ac193-6ec7-444d-9d33-6fae2ba8f706&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001963 10.0.0.249 - - [2026-08-03 05:19:07] "GET /project/938ac193-6ec7-444d-9d33-6fae2ba8f706?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.110124 10.0.0.161 - - [2026-08-03 05:19:07] "GET /projects?obj_uuids=938ac193-6ec7-444d-9d33-6fae2ba8f706&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001874 10.0.0.249 - - [2026-08-03 05:19:07] "GET /project/938ac193-6ec7-444d-9d33-6fae2ba8f706?fields=virtual_networks HTTP/1.1" 200 1034 0.089051 10.0.0.161 - - [2026-08-03 05:19:07] "GET /projects?obj_uuids=938ac193-6ec7-444d-9d33-6fae2ba8f706&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001548 10.0.0.249 - - [2026-08-03 05:19:07] "GET /project/938ac193-6ec7-444d-9d33-6fae2ba8f706?fields=virtual_machine_interfaces HTTP/1.1" 200 1034 0.075561 10.0.0.161 - - [2026-08-03 05:19:07] "GET /projects?obj_uuids=938ac193-6ec7-444d-9d33-6fae2ba8f706&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001729 10.0.0.249 - - [2026-08-03 05:19:07] "GET /project/938ac193-6ec7-444d-9d33-6fae2ba8f706?fields=security_groups HTTP/1.1" 200 1261 0.082509 10.0.0.249 - - [2026-08-03 05:19:08] "POST /fqname-to-id HTTP/1.1" 404 196 0.035362 10.0.0.161 - - [2026-08-03 05:19:08] "GET /projects?obj_uuids=187dddbe-e9ce-4d2d-b168-6edeb7459aba&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004669 10.0.0.161 - - [2026-08-03 05:19:08] "GET /domains?obj_uuids=724de60e-9f87-4d23-867c-6bd9a9880f5b&detail=False&count=False&shared=False HTTP/1.1" 200 316 0.001266 10.0.0.161 - - [2026-08-03 05:19:08] "GET /domain/724de60e-9f87-4d23-867c-6bd9a9880f5b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.009442 10.0.0.161 - - [2026-08-03 05:19:08] "POST /id-to-fqname HTTP/1.1" 200 198 0.003397 10.0.0.161 - - [2026-08-03 05:19:08] "POST /fqname-to-id HTTP/1.1" 404 207 0.009894 10.0.0.161 - - [2026-08-03 05:19:08] "POST /security-groups HTTP/1.1" 200 601 0.057226 10.0.0.161 - - [2026-08-03 05:19:09] "POST /projects HTTP/1.1" 200 603 0.346450 10.0.0.161 - - [2026-08-03 05:19:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.385931 10.0.0.50 - - [2026-08-03 05:19:09] "POST /access-control-lists HTTP/1.1" 200 606 0.051212 10.0.0.249 - - [2026-08-03 05:19:09] "GET /project/187dddbe-e9ce-4d2d-b168-6edeb7459aba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1397 0.650784 10.0.0.249 - - [2026-08-03 05:19:10] "GET / HTTP/1.1" 200 36215 0.002404 10.0.0.249 - - [2026-08-03 05:19:13] "POST /fqname-to-id HTTP/1.1" 401 293 0.000647 10.0.0.249 - - [2026-08-03 05:19:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.095421 10.0.0.161 - - [2026-08-03 05:19:14] "GET /projects?obj_uuids=187dddbe-e9ce-4d2d-b168-6edeb7459aba&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001181 10.0.0.249 - - [2026-08-03 05:19:14] "GET /project/187dddbe-e9ce-4d2d-b168-6edeb7459aba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1397 0.065044 10.0.0.249 - - [2026-08-03 05:19:14] "POST /neutron/network HTTP/1.1" 200 117 0.047031 10.0.0.50 - - [2026-08-03 05:19:14] "POST /route-targets HTTP/1.1" 200 328 0.023026 10.0.0.50 - - [2026-08-03 05:19:15] "POST /fqname-to-id HTTP/1.1" 404 207 0.054014 10.0.0.161 - - [2026-08-03 05:19:15] "POST /useragent-kv HTTP/1.1" 200 115 0.012053 10.0.0.249 - - [2026-08-03 05:19:15] "POST /neutron/subnet HTTP/1.1" 200 828 0.379987 10.0.0.249 - - [2026-08-03 05:19:15] "POST /id-to-fqname HTTP/1.1" 200 228 0.002593 10.0.0.249 - - [2026-08-03 05:19:15] "GET /virtual-network/e40e4caf-c641-414b-acb5-0176d075ee08?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2642 0.018278 10.0.0.249 - - [2026-08-03 05:19:15] "GET /virtual-network/e40e4caf-c641-414b-acb5-0176d075ee08?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2642 0.008694 10.0.0.249 - - [2026-08-03 05:19:15] "POST /neutron/network HTTP/1.1" 200 1006 0.015327 10.0.0.249 - - [2026-08-03 05:19:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.005013 10.0.0.161 - - [2026-08-03 05:19:15] "GET /projects?obj_uuids=187dddbe-e9ce-4d2d-b168-6edeb7459aba&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001674 10.0.0.249 - - [2026-08-03 05:19:15] "GET /project/187dddbe-e9ce-4d2d-b168-6edeb7459aba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1397 0.108763 10.0.0.249 - - [2026-08-03 05:19:15] "POST /neutron/network HTTP/1.1" 200 117 0.065858 10.0.0.50 - - [2026-08-03 05:19:16] "DELETE /access-control-list/b1207c58-9b72-4ce7-bb79-0ec9e572a3d9 HTTP/1.1" 200 115 0.139792 10.0.0.161 - - [2026-08-03 05:19:16] "POST /useragent-kv HTTP/1.1" 200 115 0.015648 10.0.0.249 - - [2026-08-03 05:19:16] "POST /neutron/subnet HTTP/1.1" 200 828 0.251008 10.0.0.249 - - [2026-08-03 05:19:16] "POST /id-to-fqname HTTP/1.1" 200 228 0.002026 10.0.0.249 - - [2026-08-03 05:19:16] "GET /virtual-network/7c18fd8d-7f6f-438b-8276-ff138c3cb18b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2631 0.009180 10.0.0.249 - - [2026-08-03 05:19:16] "GET /virtual-network/7c18fd8d-7f6f-438b-8276-ff138c3cb18b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2631 0.009392 10.0.0.249 - - [2026-08-03 05:19:16] "POST /neutron/network HTTP/1.1" 200 1003 0.014296 10.0.0.249 - - [2026-08-03 05:19:17] "GET /virtual-network/e40e4caf-c641-414b-acb5-0176d075ee08?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2642 0.007927 10.0.0.249 - - [2026-08-03 05:19:19] "GET /virtual-network/7c18fd8d-7f6f-438b-8276-ff138c3cb18b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2631 0.008665 10.0.0.50 - - [2026-08-03 05:19:19] "GET /obj-perms HTTP/1.1" 200 4499 0.057839 10.0.0.249 - - [2026-08-03 05:19:20] "POST /neutron/network HTTP/1.1" 200 1006 0.015582 10.0.0.249 - - [2026-08-03 05:19:20] "POST /id-to-fqname HTTP/1.1" 200 228 0.002231 10.0.0.249 - - [2026-08-03 05:19:20] "POST /neutron/network HTTP/1.1" 200 1016 0.009241 10.0.0.249 - - [2026-08-03 05:19:20] "POST /neutron/port HTTP/1.1" 200 117 0.008229 10.0.0.161 - - [2026-08-03 05:19:24] "GET /projects?obj_uuids=187dddbe-e9ce-4d2d-b168-6edeb7459aba&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001475 10.0.0.249 - - [2026-08-03 05:19:25] "POST /neutron/port HTTP/1.1" 200 1175 0.507807 10.0.0.249 - - [2026-08-03 05:19:25] "POST /neutron/port HTTP/1.1" 200 1229 0.186606 10.0.0.249 - - [2026-08-03 05:19:26] "POST /neutron/port HTTP/1.1" 200 1239 0.031559 10.0.0.249 - - [2026-08-03 05:19:26] "POST /neutron/subnet HTTP/1.1" 200 1385 0.023093 10.0.0.249 - - [2026-08-03 05:19:26] "POST /neutron/network HTTP/1.1" 200 1006 0.015527 10.0.0.249 - - [2026-08-03 05:19:36] "POST /neutron/port HTTP/1.1" 200 1239 0.029730 10.0.0.249 - - [2026-08-03 05:19:41] "POST /neutron/security_group HTTP/1.1" 200 2066 0.014879 10.0.0.161 - - [2026-08-03 05:19:45] "GET /obj-perms HTTP/1.1" 200 4509 0.046213 10.0.0.249 - - [2026-08-03 05:19:45] "GET /obj-perms HTTP/1.1" 200 4509 0.050634 10.0.0.249 - - [2026-08-03 05:19:51] "POST /neutron/port HTTP/1.1" 200 1239 0.028499 10.0.0.249 - - [2026-08-03 05:19:51] "POST /neutron/security_group HTTP/1.1" 200 2066 0.010805 10.0.0.249 - - [2026-08-03 05:19:51] "GET /virtual-machine/9f0e049c-9ac5-4949-ae08-f3bdc0e6bab6 HTTP/1.1" 401 293 0.000557 10.0.0.249 - - [2026-08-03 05:19:52] "GET /virtual-machine/9f0e049c-9ac5-4949-ae08-f3bdc0e6bab6 HTTP/1.1" 200 1303 0.042203 10.0.0.249 - - [2026-08-03 05:19:52] "GET /virtual-machine-interface/409fd82e-81d0-40a1-8767-26462a4864a7 HTTP/1.1" 200 3181 0.014822 10.0.0.249 - - [2026-08-03 05:19:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.004958 10.0.0.249 - - [2026-08-03 05:19:52] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.026801 10.0.0.249 - - [2026-08-03 05:19:52] "GET /virtual-networks?parent_id=187dddbe-e9ce-4d2d-b168-6edeb7459aba&detail=False&count=False&shared=False HTTP/1.1" 200 589 0.007334 10.0.0.249 - - [2026-08-03 05:19:52] "GET /virtual-network/e40e4caf-c641-414b-acb5-0176d075ee08?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2642 0.010036 10.0.0.161 - - [2026-08-03 05:19:52] "DELETE /project/938ac193-6ec7-444d-9d33-6fae2ba8f706 HTTP/1.1" 404 177 0.004637 10.0.0.161 - - [2026-08-03 05:19:52] "DELETE /project/187dddbee9ce4d2db1686edeb7459aba HTTP/1.1" 404 173 0.007805 10.0.0.249 - - [2026-08-03 05:19:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.005235 10.0.0.249 - - [2026-08-03 05:19:55] "GET /virtual-network/e40e4caf-c641-414b-acb5-0176d075ee08?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2642 0.009445 10.0.0.249 - - [2026-08-03 05:19:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.004542 10.0.0.249 - - [2026-08-03 05:19:59] "GET /virtual-network/e40e4caf-c641-414b-acb5-0176d075ee08?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2642 0.006614 10.0.0.249 - - [2026-08-03 05:20:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.006294 10.0.0.249 - - [2026-08-03 05:20:03] "GET /virtual-network/e40e4caf-c641-414b-acb5-0176d075ee08?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2642 0.009427 10.0.0.249 - - [2026-08-03 05:20:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004894 10.0.0.249 - - [2026-08-03 05:20:07] "GET /virtual-network/e40e4caf-c641-414b-acb5-0176d075ee08?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2642 0.008235 10.0.0.249 - - [2026-08-03 05:20:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.005462 10.0.0.249 - - [2026-08-03 05:20:11] "GET /virtual-network/e40e4caf-c641-414b-acb5-0176d075ee08?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2642 0.009049 10.0.0.249 - - [2026-08-03 05:20:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.005925 10.0.0.249 - - [2026-08-03 05:20:15] "GET /virtual-network/e40e4caf-c641-414b-acb5-0176d075ee08?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2642 0.007396 10.0.0.249 - - [2026-08-03 05:20:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.005288 10.0.0.249 - - [2026-08-03 05:20:20] "GET /virtual-network/e40e4caf-c641-414b-acb5-0176d075ee08?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2642 0.009269 10.0.0.249 - - [2026-08-03 05:20:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.005277 10.0.0.249 - - [2026-08-03 05:20:24] "GET /virtual-network/e40e4caf-c641-414b-acb5-0176d075ee08?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2642 0.008777 10.0.0.249 - - [2026-08-03 05:20:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.005014 10.0.0.249 - - [2026-08-03 05:20:28] "GET /virtual-network/e40e4caf-c641-414b-acb5-0176d075ee08?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2642 0.007828 10.0.0.249 - - [2026-08-03 05:20:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.006522 10.0.0.249 - - [2026-08-03 05:20:30] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.006132 10.0.0.249 - - [2026-08-03 05:20:30] "GET /virtual-networks?parent_id=187dddbe-e9ce-4d2d-b168-6edeb7459aba&detail=False&count=False&shared=False HTTP/1.1" 200 589 0.005599 10.0.0.249 - - [2026-08-03 05:20:30] "GET /virtual-network/e40e4caf-c641-414b-acb5-0176d075ee08?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2642 0.009054 10.0.0.249 - - [2026-08-03 05:20:30] "POST /neutron/port HTTP/1.1" 200 1239 0.033050 10.0.0.249 - - [2026-08-03 05:20:35] "POST /neutron/security_group HTTP/1.1" 200 2066 0.031868 10.0.0.249 - - [2026-08-03 05:20:40] "POST /neutron/port HTTP/1.1" 200 1239 0.032009 10.0.0.249 - - [2026-08-03 05:20:41] "POST /neutron/port HTTP/1.1" 200 1239 0.030917 10.0.0.249 - - [2026-08-03 05:20:41] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005828 10.0.0.249 - - [2026-08-03 05:20:41] "POST /neutron/port HTTP/1.1" 200 117 0.001791 10.0.0.249 - - [2026-08-03 05:20:46] "POST /neutron/security_group HTTP/1.1" 200 2066 0.023709 10.0.0.249 - - [2026-08-03 05:20:46] "POST /neutron/port HTTP/1.1" 200 1239 0.034519 10.0.0.249 - - [2026-08-03 05:20:46] "POST /neutron/security_group HTTP/1.1" 200 2066 0.013315 10.0.0.249 - - [2026-08-03 05:20:46] "POST /id-to-fqname HTTP/1.1" 200 228 0.002250 10.0.0.249 - - [2026-08-03 05:20:46] "GET /virtual-machine/9f0e049c-9ac5-4949-ae08-f3bdc0e6bab6 HTTP/1.1" 200 1303 0.006127 10.0.0.249 - - [2026-08-03 05:20:46] "GET /virtual-machine-interface/409fd82e-81d0-40a1-8767-26462a4864a7 HTTP/1.1" 200 3181 0.008172 10.0.0.249 - - [2026-08-03 05:20:46] "GET /instance-ip/4cbcee94-96ec-46ea-bab0-0cc0bb980598 HTTP/1.1" 200 1639 0.010748 10.0.0.249 - - [2026-08-03 05:20:46] "GET /instance-ip/f9743b45-50f5-46a9-8711-a7c5c0553c0e HTTP/1.1" 200 1659 0.011615 10.0.0.249 - - [2026-08-03 05:20:46] "POST /fqname-to-id HTTP/1.1" 404 218 0.005971 10.0.0.249 - - [2026-08-03 05:20:46] "GET /virtual-network/e40e4caf-c641-414b-acb5-0176d075ee08?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2642 0.011346 10.0.0.161 - - [2026-08-03 05:20:46] "GET /projects?obj_uuids=187dddbe-e9ce-4d2d-b168-6edeb7459aba&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.002233 10.0.0.249 - - [2026-08-03 05:20:47] "GET /project/187dddbe-e9ce-4d2d-b168-6edeb7459aba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1397 0.115658 10.0.0.249 - - [2026-08-03 05:20:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.005784 10.0.0.249 - - [2026-08-03 05:20:47] "GET /security-group/39eeb0c0-4b04-4c72-bec0-a91eab94e63e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3779 0.008142 10.0.0.249 - - [2026-08-03 05:20:47] "POST /virtual-machine-interfaces HTTP/1.1" 200 575 0.146228 10.0.0.249 - - [2026-08-03 05:20:47] "POST /instance-ips HTTP/1.1" 200 358 0.079906 10.0.0.249 - - [2026-08-03 05:20:47] "GET /instance-ip/dba735f0-a4d8-4727-bc68-9c2f17a16a2d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1594 0.011403 10.0.0.249 - - [2026-08-03 05:20:47] "POST /instance-ips HTTP/1.1" 200 358 0.072577 10.0.0.249 - - [2026-08-03 05:20:47] "GET /instance-ip/6f6ed80e-2a05-4ff7-b33d-6f4196f3dd28?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.010139 10.0.0.249 - - [2026-08-03 05:20:47] "GET /virtual-machine-interface/728d4422-10af-40e4-9e8d-e2bc5d0c1822?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2395 0.009750 10.0.0.249 - - [2026-08-03 05:20:47] "GET /virtual-machine-interface/728d4422-10af-40e4-9e8d-e2bc5d0c1822?fields=instance_ip_back_refs HTTP/1.1" 200 1540 0.012882 10.0.0.249 - - [2026-08-03 05:20:47] "GET /instance-ip/6f6ed80e-2a05-4ff7-b33d-6f4196f3dd28?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.006597 10.0.0.249 - - [2026-08-03 05:20:47] "GET /instance-ip/dba735f0-a4d8-4727-bc68-9c2f17a16a2d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1594 0.009732 10.0.0.249 - - [2026-08-03 05:20:47] "POST /id-to-fqname HTTP/1.1" 200 228 0.001963 10.0.0.249 - - [2026-08-03 05:20:47] "POST /neutron/port HTTP/1.1" 200 1239 0.032795 10.0.0.249 - - [2026-08-03 05:20:48] "POST /neutron/port HTTP/1.1" 200 1081 0.055328 10.0.0.249 - - [2026-08-03 05:20:48] "POST /neutron/port HTTP/1.1" 200 1081 0.027404 10.0.0.249 - - [2026-08-03 05:20:48] "POST /neutron/port HTTP/1.1" 200 117 0.009758 10.0.0.249 - - [2026-08-03 05:20:52] "POST /neutron/network HTTP/1.1" 200 1016 0.013219 10.0.0.249 - - [2026-08-03 05:20:52] "POST /neutron/port HTTP/1.1" 200 1174 0.291240 10.0.0.249 - - [2026-08-03 05:20:54] "POST /neutron/port HTTP/1.1" 200 1184 0.034034 10.0.0.249 - - [2026-08-03 05:20:54] "POST /neutron/subnet HTTP/1.1" 200 1385 0.026011 10.0.0.249 - - [2026-08-03 05:20:54] "POST /neutron/network HTTP/1.1" 200 1006 0.016503 10.0.0.249 - - [2026-08-03 05:21:03] "POST /neutron/port HTTP/1.1" 200 1184 0.031632 10.0.0.249 - - [2026-08-03 05:21:08] "POST /neutron/security_group HTTP/1.1" 200 2066 0.010566 10.0.0.249 - - [2026-08-03 05:21:19] "POST /neutron/port HTTP/1.1" 200 1184 0.031606 10.0.0.249 - - [2026-08-03 05:21:19] "POST /neutron/security_group HTTP/1.1" 200 2066 0.011250 10.0.0.249 - - [2026-08-03 05:21:19] "GET /virtual-machine/7ffe1968-286c-4ea0-9c39-3ba5c4f1edab HTTP/1.1" 200 1280 0.010170 10.0.0.249 - - [2026-08-03 05:21:19] "GET /virtual-machine-interface/728d4422-10af-40e4-9e8d-e2bc5d0c1822 HTTP/1.1" 200 3232 0.009221 10.0.0.249 - - [2026-08-03 05:21:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.005538 10.0.0.249 - - [2026-08-03 05:21:19] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.006122 10.0.0.249 - - [2026-08-03 05:21:19] "GET /virtual-networks?parent_id=187dddbe-e9ce-4d2d-b168-6edeb7459aba&detail=False&count=False&shared=False HTTP/1.1" 200 589 0.005780 10.0.0.249 - - [2026-08-03 05:21:19] "GET /virtual-network/e40e4caf-c641-414b-acb5-0176d075ee08?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2642 0.009202 10.0.0.249 - - [2026-08-03 05:21:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.006029 10.0.0.249 - - [2026-08-03 05:21:22] "GET /virtual-network/e40e4caf-c641-414b-acb5-0176d075ee08?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2642 0.009676 10.0.0.249 - - [2026-08-03 05:21:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004580 10.0.0.249 - - [2026-08-03 05:21:26] "GET /virtual-network/e40e4caf-c641-414b-acb5-0176d075ee08?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2642 0.008070 10.0.0.249 - - [2026-08-03 05:21:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.006338 10.0.0.249 - - [2026-08-03 05:21:30] "GET /virtual-network/e40e4caf-c641-414b-acb5-0176d075ee08?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2642 0.009530 10.0.0.249 - - [2026-08-03 05:21:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004964 10.0.0.249 - - [2026-08-03 05:21:35] "GET /virtual-network/e40e4caf-c641-414b-acb5-0176d075ee08?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2642 0.009781 10.0.0.249 - - [2026-08-03 05:21:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.005027 10.0.0.249 - - [2026-08-03 05:21:39] "GET /virtual-network/e40e4caf-c641-414b-acb5-0176d075ee08?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2642 0.009477 10.0.0.249 - - [2026-08-03 05:21:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.022633 10.0.0.249 - - [2026-08-03 05:21:43] "GET /virtual-network/e40e4caf-c641-414b-acb5-0176d075ee08?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2642 0.018361 10.0.0.249 - - [2026-08-03 05:21:43] "POST /neutron/port HTTP/1.1" 200 1239 0.031056 10.0.0.249 - - [2026-08-03 05:21:45] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006399 10.0.0.249 - - [2026-08-03 05:21:45] "POST /neutron/port HTTP/1.1" 200 117 0.001671 10.0.0.249 - - [2026-08-03 05:21:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004956 10.0.0.249 - - [2026-08-03 05:21:47] "GET /virtual-network/e40e4caf-c641-414b-acb5-0176d075ee08?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2642 0.007090 10.0.0.249 - - [2026-08-03 05:21:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.005145 10.0.0.249 - - [2026-08-03 05:21:51] "GET /virtual-network/e40e4caf-c641-414b-acb5-0176d075ee08?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2642 0.009872 10.0.0.249 - - [2026-08-03 05:21:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.005574 10.0.0.249 - - [2026-08-03 05:21:53] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.006137 10.0.0.249 - - [2026-08-03 05:21:53] "GET /virtual-networks?parent_id=187dddbe-e9ce-4d2d-b168-6edeb7459aba&detail=False&count=False&shared=False HTTP/1.1" 200 589 0.006454 10.0.0.249 - - [2026-08-03 05:21:53] "GET /virtual-network/e40e4caf-c641-414b-acb5-0176d075ee08?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2642 0.010380 10.0.0.249 - - [2026-08-03 05:21:53] "POST /neutron/port HTTP/1.1" 200 1184 0.043719 10.0.0.249 - - [2026-08-03 05:21:58] "POST /neutron/security_group HTTP/1.1" 200 2066 0.011966 10.0.0.249 - - [2026-08-03 05:22:04] "POST /neutron/port HTTP/1.1" 200 1184 0.035824 10.0.0.249 - - [2026-08-03 05:22:09] "POST /id-to-fqname HTTP/1.1" 200 228 0.001686 10.0.0.249 - - [2026-08-03 05:22:09] "POST /neutron/security_group HTTP/1.1" 200 2066 0.011156 10.0.0.249 - - [2026-08-03 05:22:09] "POST /neutron/port HTTP/1.1" 200 2269 0.050291 10.0.0.249 - - [2026-08-03 05:22:10] "POST /neutron/port HTTP/1.1" 200 117 0.014136 10.0.0.249 - - [2026-08-03 05:22:14] "POST /neutron/port HTTP/1.1" 200 1172 0.030809 10.0.0.249 - - [2026-08-03 05:22:15] "POST /neutron/port HTTP/1.1" 200 1236 0.043140 10.0.0.249 - - [2026-08-03 05:22:15] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006363 10.0.0.249 - - [2026-08-03 05:22:16] "POST /neutron/port HTTP/1.1" 200 117 0.001954 10.0.0.249 - - [2026-08-03 05:22:20] "POST /neutron/port HTTP/1.1" 200 1236 0.031375 10.0.0.249 - - [2026-08-03 05:22:25] "POST /neutron/security_group HTTP/1.1" 200 2066 0.012907 10.0.0.249 - - [2026-08-03 05:22:35] "POST /neutron/port HTTP/1.1" 200 1236 0.027176 10.0.0.249 - - [2026-08-03 05:22:40] "POST /neutron/security_group HTTP/1.1" 200 2066 0.012230 10.0.0.249 - - [2026-08-03 05:22:40] "POST /neutron/port HTTP/1.1" 200 1236 0.031585 10.0.0.249 - - [2026-08-03 05:22:40] "GET /virtual-machine/ef6aec93-99d9-454a-bfe4-a1baac0a528f HTTP/1.1" 200 1303 0.009943 10.0.0.249 - - [2026-08-03 05:22:40] "GET /virtual-machine-interface/e319e7dd-837a-4efb-9832-ecbe68ea6c69 HTTP/1.1" 200 3183 0.008442 10.0.0.249 - - [2026-08-03 05:22:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.005304 10.0.0.249 - - [2026-08-03 05:22:41] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.006144 10.0.0.249 - - [2026-08-03 05:22:41] "GET /virtual-networks?parent_id=187dddbe-e9ce-4d2d-b168-6edeb7459aba&detail=False&count=False&shared=False HTTP/1.1" 200 589 0.004299 10.0.0.249 - - [2026-08-03 05:22:41] "GET /virtual-network/7c18fd8d-7f6f-438b-8276-ff138c3cb18b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2631 0.015407 10.0.0.249 - - [2026-08-03 05:22:41] "POST /neutron/port HTTP/1.1" 200 1184 0.029864 10.0.0.249 - - [2026-08-03 05:22:42] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005542 10.0.0.249 - - [2026-08-03 05:22:42] "POST /neutron/port HTTP/1.1" 200 117 0.001656 10.0.0.249 - - [2026-08-03 05:22:43] "POST /neutron/port HTTP/1.1" 200 1236 0.035240 10.0.0.249 - - [2026-08-03 05:22:44] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006452 10.0.0.249 - - [2026-08-03 05:22:44] "POST /neutron/port HTTP/1.1" 200 117 0.001915 10.0.0.249 - - [2026-08-03 05:22:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.015904 10.0.0.249 - - [2026-08-03 05:22:44] "GET /virtual-network/7c18fd8d-7f6f-438b-8276-ff138c3cb18b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2631 0.009866 10.0.0.249 - - [2026-08-03 05:22:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.005536 10.0.0.249 - - [2026-08-03 05:22:48] "GET /virtual-network/7c18fd8d-7f6f-438b-8276-ff138c3cb18b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2631 0.007210 10.0.0.249 - - [2026-08-03 05:22:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.010782 10.0.0.249 - - [2026-08-03 05:22:52] "GET /virtual-network/7c18fd8d-7f6f-438b-8276-ff138c3cb18b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2631 0.012432 10.0.0.249 - - [2026-08-03 05:22:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004822 10.0.0.249 - - [2026-08-03 05:22:56] "GET /virtual-network/7c18fd8d-7f6f-438b-8276-ff138c3cb18b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2631 0.006753 10.0.0.249 - - [2026-08-03 05:23:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.005278 10.0.0.249 - - [2026-08-03 05:23:00] "GET /virtual-network/7c18fd8d-7f6f-438b-8276-ff138c3cb18b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2631 0.011119 10.0.0.249 - - [2026-08-03 05:23:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.005155 10.0.0.249 - - [2026-08-03 05:23:04] "GET /virtual-network/7c18fd8d-7f6f-438b-8276-ff138c3cb18b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2631 0.008439 10.0.0.249 - - [2026-08-03 05:23:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.005058 10.0.0.249 - - [2026-08-03 05:23:08] "GET /virtual-network/7c18fd8d-7f6f-438b-8276-ff138c3cb18b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2631 0.010191 10.0.0.249 - - [2026-08-03 05:23:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.005702 10.0.0.249 - - [2026-08-03 05:23:12] "GET /virtual-network/7c18fd8d-7f6f-438b-8276-ff138c3cb18b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2631 0.007894 10.0.0.249 - - [2026-08-03 05:23:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.007635 10.0.0.249 - - [2026-08-03 05:23:15] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.006572 10.0.0.249 - - [2026-08-03 05:23:15] "GET /virtual-networks?parent_id=187dddbe-e9ce-4d2d-b168-6edeb7459aba&detail=False&count=False&shared=False HTTP/1.1" 200 589 0.004844 10.0.0.249 - - [2026-08-03 05:23:15] "GET /virtual-network/7c18fd8d-7f6f-438b-8276-ff138c3cb18b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2631 0.010745 10.0.0.249 - - [2026-08-03 05:23:15] "POST /neutron/security_group HTTP/1.1" 200 2066 0.011877 10.0.0.50 - - [2026-08-03 05:23:18] "GET /global-system-configs HTTP/1.1" 401 293 0.000625 10.0.0.50 - - [2026-08-03 05:23:18] "GET /global-system-configs HTTP/1.1" 401 293 0.000703 10.0.0.50 - - [2026-08-03 05:23:19] "GET /global-system-configs HTTP/1.1" 401 293 0.000642 10.0.0.50 - - [2026-08-03 05:23:19] "GET /global-system-configs HTTP/1.1" 401 293 0.000619 10.0.0.161 - - [2026-08-03 05:23:19] "GET /global-system-configs HTTP/1.1" 401 293 0.000640 10.0.0.161 - - [2026-08-03 05:23:20] "GET /global-system-configs HTTP/1.1" 401 293 0.000550 10.0.0.161 - - [2026-08-03 05:23:21] "GET /global-system-configs HTTP/1.1" 401 293 0.000533 10.0.0.161 - - [2026-08-03 05:23:21] "GET /global-system-configs HTTP/1.1" 401 293 0.000514 10.0.0.249 - - [2026-08-03 05:23:21] "GET /global-system-configs HTTP/1.1" 401 293 0.000593 10.0.0.249 - - [2026-08-03 05:23:21] "GET /global-system-configs HTTP/1.1" 401 293 0.000501 10.0.0.249 - - [2026-08-03 05:23:22] "GET /global-system-configs HTTP/1.1" 401 293 0.000513 10.0.0.249 - - [2026-08-03 05:23:22] "GET /global-system-configs HTTP/1.1" 401 293 0.000586 10.0.0.249 - - [2026-08-03 05:23:25] "POST /neutron/port HTTP/1.1" 200 1236 0.035578 10.0.0.249 - - [2026-08-03 05:23:30] "POST /neutron/security_group HTTP/1.1" 200 2066 0.012448 10.0.0.249 - - [2026-08-03 05:23:36] "POST /neutron/port HTTP/1.1" 200 1236 0.030780 10.0.0.249 - - [2026-08-03 05:23:41] "POST /neutron/port HTTP/1.1" 200 1236 0.033890 10.0.0.249 - - [2026-08-03 05:23:41] "POST /neutron/security_group HTTP/1.1" 200 2066 0.012911 10.0.0.249 - - [2026-08-03 05:23:41] "POST /neutron/port HTTP/1.1" 200 1236 0.036285 10.0.0.249 - - [2026-08-03 05:23:41] "POST /neutron/network HTTP/1.1" 200 1003 0.015850 10.0.0.249 - - [2026-08-03 05:23:41] "POST /id-to-fqname HTTP/1.1" 200 228 0.001976 10.0.0.249 - - [2026-08-03 05:23:41] "GET /virtual-machine/ef6aec93-99d9-454a-bfe4-a1baac0a528f HTTP/1.1" 200 1303 0.006304 10.0.0.249 - - [2026-08-03 05:23:41] "GET /virtual-machine-interface/e319e7dd-837a-4efb-9832-ecbe68ea6c69 HTTP/1.1" 200 3183 0.007444 10.0.0.249 - - [2026-08-03 05:23:41] "GET /instance-ip/51bcb46a-27ed-4ab7-9f87-40b797e8382e HTTP/1.1" 200 1659 0.009721 10.0.0.249 - - [2026-08-03 05:23:41] "GET /instance-ip/eeac56bd-bed6-4707-afdf-b06dc0277b11 HTTP/1.1" 200 1637 0.018626 10.0.0.249 - - [2026-08-03 05:23:41] "POST /fqname-to-id HTTP/1.1" 404 230 0.004253 10.0.0.249 - - [2026-08-03 05:23:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.005126 10.0.0.161 - - [2026-08-03 05:23:41] "GET /projects?obj_uuids=187dddbe-e9ce-4d2d-b168-6edeb7459aba&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001888 10.0.0.249 - - [2026-08-03 05:23:42] "GET /project/187dddbe-e9ce-4d2d-b168-6edeb7459aba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1397 0.093757 10.0.0.249 - - [2026-08-03 05:23:42] "POST /network-policys HTTP/1.1" 200 571 0.041855 10.0.0.249 - - [2026-08-03 05:23:42] "GET /network-policy/87b5d759-eaae-4066-83c6-71ad8f4f9b99?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2167 0.008533 10.0.0.249 - - [2026-08-03 05:23:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.006538 10.0.0.249 - - [2026-08-03 05:23:42] "GET /virtual-network/e40e4caf-c641-414b-acb5-0176d075ee08?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2642 0.008578 10.0.0.249 - - [2026-08-03 05:23:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.005166 10.0.0.249 - - [2026-08-03 05:23:42] "GET /network-policy/87b5d759-eaae-4066-83c6-71ad8f4f9b99?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2167 0.007208 10.0.0.249 - - [2026-08-03 05:23:42] "POST /ref-update HTTP/1.1" 200 156 0.104801 10.0.0.249 - - [2026-08-03 05:23:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004793 10.0.0.249 - - [2026-08-03 05:23:42] "GET /network-policy/87b5d759-eaae-4066-83c6-71ad8f4f9b99?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2167 0.005454 10.0.0.249 - - [2026-08-03 05:23:42] "POST /neutron/network HTTP/1.1" 200 1110 0.018686 10.0.0.249 - - [2026-08-03 05:23:42] "GET /virtual-network/e40e4caf-c641-414b-acb5-0176d075ee08?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2968 0.009099 10.0.0.249 - - [2026-08-03 05:23:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.007097 10.0.0.249 - - [2026-08-03 05:23:42] "GET /network-policy/87b5d759-eaae-4066-83c6-71ad8f4f9b99?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2167 0.005854 10.0.0.249 - - [2026-08-03 05:23:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.007090 10.0.0.249 - - [2026-08-03 05:23:42] "GET /virtual-network/7c18fd8d-7f6f-438b-8276-ff138c3cb18b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2631 0.011106 10.0.0.50 - - [2026-08-03 05:23:42] "POST /fqname-to-id HTTP/1.1" 404 242 0.039835 10.0.0.249 - - [2026-08-03 05:23:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.008618 10.0.0.249 - - [2026-08-03 05:23:42] "GET /network-policy/87b5d759-eaae-4066-83c6-71ad8f4f9b99?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2167 0.023930 10.0.0.249 - - [2026-08-03 05:23:42] "POST /neutron/floatingip HTTP/1.1" 200 117 0.008476 10.0.0.50 - - [2026-08-03 05:23:42] "POST /fqname-to-id HTTP/1.1" 404 207 0.014417 10.0.0.249 - - [2026-08-03 05:23:42] "POST /ref-update HTTP/1.1" 200 156 0.099860 10.0.0.249 - - [2026-08-03 05:23:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.005719 10.0.0.50 - - [2026-08-03 05:23:42] "POST /access-control-lists HTTP/1.1" 200 598 0.085232 10.0.0.249 - - [2026-08-03 05:23:42] "POST /neutron/port HTTP/1.1" 200 117 0.007972 10.0.0.249 - - [2026-08-03 05:23:42] "GET /network-policy/87b5d759-eaae-4066-83c6-71ad8f4f9b99?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2167 0.009097 10.0.0.249 - - [2026-08-03 05:23:43] "GET /virtual-network/7c18fd8d-7f6f-438b-8276-ff138c3cb18b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2957 0.022713 10.0.0.249 - - [2026-08-03 05:23:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.006605 10.0.0.249 - - [2026-08-03 05:23:43] "GET /network-policy/87b5d759-eaae-4066-83c6-71ad8f4f9b99?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2167 0.005655 10.0.0.249 - - [2026-08-03 05:23:43] "GET /virtual-machine-interface/e319e7dd-837a-4efb-9832-ecbe68ea6c69?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2766 0.008793 10.0.0.249 - - [2026-08-03 05:23:43] "PUT /virtual-machine-interface/e319e7dd-837a-4efb-9832-ecbe68ea6c69 HTTP/1.1" 200 285 0.026085 10.0.0.249 - - [2026-08-03 05:23:43] "GET /virtual-machine-interface/e319e7dd-837a-4efb-9832-ecbe68ea6c69?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3077 0.009899 10.0.0.249 - - [2026-08-03 05:23:43] "PUT /virtual-machine-interface/e319e7dd-837a-4efb-9832-ecbe68ea6c69 HTTP/1.1" 200 285 0.024341 10.0.0.249 - - [2026-08-03 05:23:43] "POST /neutron/port HTTP/1.1" 200 1236 0.058031 10.0.0.249 - - [2026-08-03 05:23:44] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006015 10.0.0.249 - - [2026-08-03 05:23:44] "POST /neutron/port HTTP/1.1" 200 117 0.001779 10.0.0.50 - - [2026-08-03 05:23:49] "GET /obj-perms HTTP/1.1" 200 4509 0.050308 10.0.0.161 - - [2026-08-03 05:23:49] "GET /obj-perms HTTP/1.1" 200 4509 0.051074 10.0.0.249 - - [2026-08-03 05:24:42] "POST /neutron/port HTTP/1.1" 200 1236 0.039668 10.0.0.249 - - [2026-08-03 05:24:43] "POST /neutron/floatingip HTTP/1.1" 200 117 0.031231 10.0.0.249 - - [2026-08-03 05:24:43] "POST /neutron/subnet HTTP/1.1" 200 1385 0.026558 10.0.0.249 - - [2026-08-03 05:24:43] "POST /neutron/network HTTP/1.1" 200 1110 0.017460 10.0.0.249 - - [2026-08-03 05:24:44] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005437 10.0.0.249 - - [2026-08-03 05:24:44] "POST /neutron/port HTTP/1.1" 200 117 0.002000 10.0.0.249 - - [2026-08-03 05:24:50] "GET /obj-perms HTTP/1.1" 200 4509 0.050087 10.0.0.249 - - [2026-08-03 05:25:45] "POST /neutron/port HTTP/1.1" 200 1236 0.033681 10.0.0.249 - - [2026-08-03 05:25:46] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006303 10.0.0.249 - - [2026-08-03 05:25:46] "POST /neutron/port HTTP/1.1" 200 117 0.002240 10.0.0.249 - - [2026-08-03 05:25:48] "POST /ref-update HTTP/1.1" 200 156 0.179539 10.0.0.50 - - [2026-08-03 05:25:48] "POST /ref-update HTTP/1.1" 200 156 0.052592 10.0.0.249 - - [2026-08-03 05:25:49] "POST /neutron/network HTTP/1.1" 200 1003 0.122093 10.0.0.249 - - [2026-08-03 05:25:49] "GET /virtual-network/7c18fd8d-7f6f-438b-8276-ff138c3cb18b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2631 0.018848 10.0.0.249 - - [2026-08-03 05:25:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.006632 10.0.0.249 - - [2026-08-03 05:25:49] "GET /network-policy/87b5d759-eaae-4066-83c6-71ad8f4f9b99?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2167 0.007171 10.0.0.249 - - [2026-08-03 05:25:49] "POST /ref-update HTTP/1.1" 200 156 0.109704 10.0.0.249 - - [2026-08-03 05:25:49] "GET /virtual-network/e40e4caf-c641-414b-acb5-0176d075ee08?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2642 0.012038 10.0.0.249 - - [2026-08-03 05:25:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.005647 10.0.0.249 - - [2026-08-03 05:25:49] "GET /network-policy/87b5d759-eaae-4066-83c6-71ad8f4f9b99?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2167 0.006810 10.0.0.249 - - [2026-08-03 05:25:49] "DELETE /network-policy/87b5d759-eaae-4066-83c6-71ad8f4f9b99 HTTP/1.1" 200 115 0.057890 10.0.0.249 - - [2026-08-03 05:25:49] "DELETE /instance-ip/6f6ed80e-2a05-4ff7-b33d-6f4196f3dd28 HTTP/1.1" 200 115 0.095648 10.0.0.249 - - [2026-08-03 05:25:50] "DELETE /instance-ip/dba735f0-a4d8-4727-bc68-9c2f17a16a2d HTTP/1.1" 200 115 0.087923 10.0.0.249 - - [2026-08-03 05:25:50] "POST /neutron/network HTTP/1.1" 200 1016 0.017979 10.0.0.249 - - [2026-08-03 05:25:50] "POST /neutron/subnet HTTP/1.1" 200 1385 0.059483 10.0.0.249 - - [2026-08-03 05:25:50] "DELETE /virtual-machine-interface/728d4422-10af-40e4-9e8d-e2bc5d0c1822 HTTP/1.1" 200 115 0.205975 10.0.0.249 - - [2026-08-03 05:25:50] "POST /neutron/network HTTP/1.1" 200 1006 0.016575 10.0.0.249 - - [2026-08-03 05:25:51] "POST /neutron/port HTTP/1.1" 200 1236 0.061556 10.0.0.249 - - [2026-08-03 05:25:52] "POST /neutron/network HTTP/1.1" 200 1003 0.017268 10.0.0.50 - - [2026-08-03 05:25:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.006840 10.0.0.249 - - [2026-08-03 05:25:53] "POST /neutron/network HTTP/1.1" 400 204 0.028550 10.0.0.249 - - [2026-08-03 05:25:54] "POST /neutron/port HTTP/1.1" 400 205 0.005484 10.0.0.249 - - [2026-08-03 05:25:54] "POST /neutron/port HTTP/1.1" 400 205 0.032875 10.0.0.50 - - [2026-08-03 05:25:55] "DELETE /route-target/f2d65e34-c99d-4063-b324-960e1a1ec4a8 HTTP/1.1" 200 115 0.059638 10.0.0.161 - - [2026-08-03 05:25:58] "GET /projects?obj_uuids=187dddbe-e9ce-4d2d-b168-6edeb7459aba&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.035470 10.0.0.249 - - [2026-08-03 05:25:58] "GET /project/187dddbe-e9ce-4d2d-b168-6edeb7459aba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1397 0.151032 10.0.0.161 - - [2026-08-03 05:25:58] "GET /projects?obj_uuids=187dddbe-e9ce-4d2d-b168-6edeb7459aba&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.002270 10.0.0.249 - - [2026-08-03 05:25:58] "GET /project/187dddbe-e9ce-4d2d-b168-6edeb7459aba?fields=virtual_networks HTTP/1.1" 200 1049 0.103406 10.0.0.161 - - [2026-08-03 05:25:58] "GET /projects?obj_uuids=187dddbe-e9ce-4d2d-b168-6edeb7459aba&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001713 10.0.0.249 - - [2026-08-03 05:25:58] "GET /project/187dddbe-e9ce-4d2d-b168-6edeb7459aba?fields=virtual_machine_interfaces HTTP/1.1" 200 1049 0.083082 10.0.0.161 - - [2026-08-03 05:25:58] "GET /projects?obj_uuids=187dddbe-e9ce-4d2d-b168-6edeb7459aba&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001781 10.0.0.249 - - [2026-08-03 05:25:58] "GET /project/187dddbe-e9ce-4d2d-b168-6edeb7459aba?fields=security_groups HTTP/1.1" 200 1284 0.068698 10.0.0.249 - - [2026-08-03 05:26:00] "POST /fqname-to-id HTTP/1.1" 404 192 0.043096 10.0.0.161 - - [2026-08-03 05:26:00] "GET /projects?obj_uuids=a1c1f068-e084-4978-b35c-b57453344c75&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.005805 10.0.0.161 - - [2026-08-03 05:26:00] "GET /domains?obj_uuids=724de60e-9f87-4d23-867c-6bd9a9880f5b&detail=False&count=False&shared=False HTTP/1.1" 200 316 0.002192 10.0.0.161 - - [2026-08-03 05:26:00] "GET /domain/724de60e-9f87-4d23-867c-6bd9a9880f5b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.050115 10.0.0.161 - - [2026-08-03 05:26:00] "POST /id-to-fqname HTTP/1.1" 200 194 0.005070 10.0.0.161 - - [2026-08-03 05:26:00] "POST /fqname-to-id HTTP/1.1" 404 203 0.017463 10.0.0.161 - - [2026-08-03 05:26:00] "POST /security-groups HTTP/1.1" 200 597 0.060413 10.0.0.161 - - [2026-08-03 05:26:00] "POST /projects HTTP/1.1" 200 595 0.401056 10.0.0.161 - - [2026-08-03 05:26:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.443451 10.0.0.50 - - [2026-08-03 05:26:00] "POST /fqname-to-id HTTP/1.1" 404 237 0.015780 10.0.0.249 - - [2026-08-03 05:26:00] "GET /project/a1c1f068-e084-4978-b35c-b57453344c75?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.740625 10.0.0.249 - - [2026-08-03 05:26:02] "GET / HTTP/1.1" 200 36215 0.002616 10.0.0.249 - - [2026-08-03 05:26:04] "POST /fqname-to-id HTTP/1.1" 401 293 0.000683 10.0.0.249 - - [2026-08-03 05:26:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.067548 10.0.0.161 - - [2026-08-03 05:26:04] "GET /projects?obj_uuids=a1c1f068-e084-4978-b35c-b57453344c75&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.002348 10.0.0.249 - - [2026-08-03 05:26:04] "GET /project/a1c1f068-e084-4978-b35c-b57453344c75?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.065712 10.0.0.249 - - [2026-08-03 05:26:04] "POST /neutron/network HTTP/1.1" 200 117 0.056593 10.0.0.50 - - [2026-08-03 05:26:05] "POST /ref-update HTTP/1.1" 200 156 0.042086 10.0.0.161 - - [2026-08-03 05:26:05] "POST /useragent-kv HTTP/1.1" 200 115 0.026846 10.0.0.50 - - [2026-08-03 05:26:05] "POST /fqname-to-id HTTP/1.1" 404 207 0.079813 10.0.0.249 - - [2026-08-03 05:26:05] "POST /neutron/subnet HTTP/1.1" 200 818 0.337313 10.0.0.249 - - [2026-08-03 05:26:05] "POST /id-to-fqname HTTP/1.1" 200 224 0.002230 10.0.0.249 - - [2026-08-03 05:26:05] "GET /virtual-network/2d3658d7-bfb3-4430-972f-b1a6d94b3416?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2624 0.008472 10.0.0.249 - - [2026-08-03 05:26:05] "GET /virtual-network/2d3658d7-bfb3-4430-972f-b1a6d94b3416?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2624 0.008050 10.0.0.249 - - [2026-08-03 05:26:05] "POST /neutron/network HTTP/1.1" 200 999 0.015665 10.0.0.249 - - [2026-08-03 05:26:06] "GET /virtual-network/2d3658d7-bfb3-4430-972f-b1a6d94b3416?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2624 0.008562 10.0.0.249 - - [2026-08-03 05:26:08] "POST /id-to-fqname HTTP/1.1" 200 224 0.001934 10.0.0.249 - - [2026-08-03 05:26:08] "POST /neutron/network HTTP/1.1" 200 1009 0.010260 10.0.0.161 - - [2026-08-03 05:26:08] "GET /projects?obj_uuids=a1c1f068-e084-4978-b35c-b57453344c75&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001383 10.0.0.249 - - [2026-08-03 05:26:08] "GET /project/a1c1f068-e084-4978-b35c-b57453344c75?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.122727 10.0.0.249 - - [2026-08-03 05:26:08] "POST /neutron/port HTTP/1.1" 200 117 0.009463 10.0.0.249 - - [2026-08-03 05:26:08] "POST /id-to-fqname HTTP/1.1" 200 224 0.002022 10.0.0.249 - - [2026-08-03 05:26:09] "POST /neutron/network HTTP/1.1" 200 999 0.040507 10.0.0.249 - - [2026-08-03 05:26:09] "POST /id-to-fqname HTTP/1.1" 200 224 0.002142 10.0.0.249 - - [2026-08-03 05:26:09] "POST /neutron/port HTTP/1.1" 200 117 0.016897 10.0.0.249 - - [2026-08-03 05:26:10] "POST /neutron/port HTTP/1.1" 200 117 0.015768 10.0.0.249 - - [2026-08-03 05:26:13] "POST /neutron/network HTTP/1.1" 200 1009 0.012980 10.0.0.249 - - [2026-08-03 05:26:13] "POST /neutron/port HTTP/1.1" 200 1168 0.043182 10.0.0.161 - - [2026-08-03 05:26:14] "GET /projects?obj_uuids=a1c1f068-e084-4978-b35c-b57453344c75&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001859 10.0.0.249 - - [2026-08-03 05:26:14] "POST /neutron/port HTTP/1.1" 200 1168 0.537144 10.0.0.249 - - [2026-08-03 05:26:15] "POST /neutron/port HTTP/1.1" 200 1168 0.038726 10.0.0.249 - - [2026-08-03 05:26:15] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005294 10.0.0.249 - - [2026-08-03 05:26:15] "POST /neutron/port HTTP/1.1" 200 117 0.001893 10.0.0.161 - - [2026-08-03 05:26:15] "GET /projects?obj_uuids=a1c1f068-e084-4978-b35c-b57453344c75&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.002230 10.0.0.249 - - [2026-08-03 05:26:15] "POST /neutron/port HTTP/1.1" 200 1168 0.593804 10.0.0.249 - - [2026-08-03 05:26:16] "POST /neutron/port HTTP/1.1" 200 1168 0.029834 10.0.0.249 - - [2026-08-03 05:26:16] "POST /neutron/port HTTP/1.1" 200 1232 0.031089 10.0.0.249 - - [2026-08-03 05:26:16] "POST /neutron/subnet HTTP/1.1" 200 1369 0.033230 10.0.0.249 - - [2026-08-03 05:26:16] "POST /neutron/network HTTP/1.1" 200 999 0.013304 10.0.0.249 - - [2026-08-03 05:26:17] "POST /neutron/floatingip HTTP/1.1" 200 117 0.008210 10.0.0.249 - - [2026-08-03 05:26:17] "POST /neutron/port HTTP/1.1" 200 117 0.002010 10.0.0.249 - - [2026-08-03 05:26:20] "POST /neutron/security_group HTTP/1.1" 200 2062 0.011694 10.0.0.249 - - [2026-08-03 05:26:30] "POST /neutron/port HTTP/1.1" 200 1232 0.033304 10.0.0.249 - - [2026-08-03 05:26:35] "POST /neutron/security_group HTTP/1.1" 200 2062 0.012507 10.0.0.249 - - [2026-08-03 05:26:44] "POST /neutron/port HTTP/1.1" 200 1232 0.029957 10.0.0.249 - - [2026-08-03 05:26:46] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006554 10.0.0.249 - - [2026-08-03 05:26:46] "POST /neutron/subnet HTTP/1.1" 200 1369 0.023257 10.0.0.249 - - [2026-08-03 05:26:46] "POST /neutron/port HTTP/1.1" 200 117 0.001775 10.0.0.249 - - [2026-08-03 05:26:51] "POST /neutron/security_group HTTP/1.1" 200 2062 0.013479 10.0.0.50 - - [2026-08-03 05:26:52] "GET /obj-perms HTTP/1.1" 200 4509 0.070848 10.0.0.161 - - [2026-08-03 05:26:52] "GET /obj-perms HTTP/1.1" 200 4509 0.055708 10.0.0.161 - - [2026-08-03 05:26:53] "DELETE /project/a1c1f068e0844978b35cb57453344c75 HTTP/1.1" 404 173 0.007514 10.0.0.161 - - [2026-08-03 05:26:53] "DELETE /project/187dddbe-e9ce-4d2d-b168-6edeb7459aba HTTP/1.1" 404 177 0.012601 10.0.0.249 - - [2026-08-03 05:26:56] "POST /neutron/port HTTP/1.1" 200 1232 0.037378 10.0.0.249 - - [2026-08-03 05:26:56] "POST /neutron/security_group HTTP/1.1" 200 2062 0.012613 10.0.0.249 - - [2026-08-03 05:26:56] "GET /virtual-machine/d20f19f7-093f-4277-9fd7-700171e359ab HTTP/1.1" 401 293 0.000869 10.0.0.249 - - [2026-08-03 05:26:57] "GET /virtual-machine/d20f19f7-093f-4277-9fd7-700171e359ab HTTP/1.1" 200 1299 0.040466 10.0.0.249 - - [2026-08-03 05:26:57] "GET /virtual-machine-interface/a989023b-6602-403d-a411-122e3b68103d HTTP/1.1" 200 3163 0.009220 10.0.0.249 - - [2026-08-03 05:26:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004818 10.0.0.249 - - [2026-08-03 05:26:57] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.006486 10.0.0.249 - - [2026-08-03 05:26:57] "GET /virtual-networks?parent_id=a1c1f068-e084-4978-b35c-b57453344c75&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.005575 10.0.0.249 - - [2026-08-03 05:26:57] "GET /virtual-network/2d3658d7-bfb3-4430-972f-b1a6d94b3416?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2624 0.010625 10.0.0.249 - - [2026-08-03 05:27:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.005838 10.0.0.249 - - [2026-08-03 05:27:00] "GET /virtual-network/2d3658d7-bfb3-4430-972f-b1a6d94b3416?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2624 0.010450 10.0.0.249 - - [2026-08-03 05:27:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.005127 10.0.0.249 - - [2026-08-03 05:27:04] "GET /virtual-network/2d3658d7-bfb3-4430-972f-b1a6d94b3416?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2624 0.008934 10.0.0.249 - - [2026-08-03 05:27:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.005590 10.0.0.249 - - [2026-08-03 05:27:08] "GET /virtual-network/2d3658d7-bfb3-4430-972f-b1a6d94b3416?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2624 0.009034 10.0.0.249 - - [2026-08-03 05:27:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.006039 10.0.0.249 - - [2026-08-03 05:27:12] "GET /virtual-network/2d3658d7-bfb3-4430-972f-b1a6d94b3416?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2624 0.011042 10.0.0.249 - - [2026-08-03 05:27:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.005094 10.0.0.249 - - [2026-08-03 05:27:16] "GET /virtual-network/2d3658d7-bfb3-4430-972f-b1a6d94b3416?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2624 0.007262 10.0.0.249 - - [2026-08-03 05:27:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.005676 10.0.0.249 - - [2026-08-03 05:27:20] "GET /virtual-network/2d3658d7-bfb3-4430-972f-b1a6d94b3416?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2624 0.007951 10.0.0.249 - - [2026-08-03 05:27:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.008098 10.0.0.249 - - [2026-08-03 05:27:24] "GET /virtual-network/2d3658d7-bfb3-4430-972f-b1a6d94b3416?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2624 0.009304 10.0.0.249 - - [2026-08-03 05:27:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.005005 10.0.0.249 - - [2026-08-03 05:27:29] "GET /virtual-network/2d3658d7-bfb3-4430-972f-b1a6d94b3416?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2624 0.036147 10.0.0.249 - - [2026-08-03 05:27:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.005464 10.0.0.249 - - [2026-08-03 05:27:33] "GET /virtual-network/2d3658d7-bfb3-4430-972f-b1a6d94b3416?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2624 0.008624 10.0.0.249 - - [2026-08-03 05:27:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.006275 10.0.0.249 - - [2026-08-03 05:27:37] "GET /virtual-network/2d3658d7-bfb3-4430-972f-b1a6d94b3416?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2624 0.011510 10.0.0.249 - - [2026-08-03 05:27:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.005313 10.0.0.249 - - [2026-08-03 05:27:41] "GET /virtual-network/2d3658d7-bfb3-4430-972f-b1a6d94b3416?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2624 0.009207 10.0.0.249 - - [2026-08-03 05:27:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.004921 10.0.0.249 - - [2026-08-03 05:27:43] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005111 10.0.0.249 - - [2026-08-03 05:27:43] "GET /virtual-networks?parent_id=a1c1f068-e084-4978-b35c-b57453344c75&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.004573 10.0.0.249 - - [2026-08-03 05:27:43] "GET /virtual-network/2d3658d7-bfb3-4430-972f-b1a6d94b3416?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2624 0.007437 10.0.0.249 - - [2026-08-03 05:27:43] "POST /neutron/port HTTP/1.1" 200 1232 0.026185 10.0.0.249 - - [2026-08-03 05:27:45] "POST /neutron/port HTTP/1.1" 200 1232 0.026441 10.0.0.249 - - [2026-08-03 05:27:46] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006541 10.0.0.249 - - [2026-08-03 05:27:46] "POST /neutron/port HTTP/1.1" 200 117 0.002172 10.0.0.249 - - [2026-08-03 05:27:47] "POST /neutron/port HTTP/1.1" 200 1232 0.037966 10.0.0.249 - - [2026-08-03 05:27:47] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006642 10.0.0.249 - - [2026-08-03 05:27:47] "POST /neutron/port HTTP/1.1" 200 117 0.001694 10.0.0.249 - - [2026-08-03 05:27:48] "POST /neutron/security_group HTTP/1.1" 200 2062 0.037006 10.0.0.249 - - [2026-08-03 05:27:53] "GET /obj-perms HTTP/1.1" 200 4509 0.066957 10.0.0.249 - - [2026-08-03 05:27:54] "POST /neutron/port HTTP/1.1" 200 1232 0.028967 10.0.0.249 - - [2026-08-03 05:27:59] "POST /neutron/security_group HTTP/1.1" 200 2062 0.011981 10.0.0.249 - - [2026-08-03 05:28:04] "POST /neutron/port HTTP/1.1" 200 1232 0.037309 10.0.0.249 - - [2026-08-03 05:28:09] "POST /neutron/security_group HTTP/1.1" 200 2062 0.010997 10.0.0.249 - - [2026-08-03 05:28:15] "POST /neutron/port HTTP/1.1" 200 1232 0.035324 10.0.0.249 - - [2026-08-03 05:28:15] "POST /neutron/security_group HTTP/1.1" 200 2062 0.010293 10.0.0.249 - - [2026-08-03 05:28:15] "GET /virtual-machine/839ec8a1-cb02-4d4e-8839-5be6c237efd7 HTTP/1.1" 200 1297 0.008397 10.0.0.249 - - [2026-08-03 05:28:15] "GET /virtual-machine-interface/c46d403e-4798-428b-bd0d-d5ba618e0daa HTTP/1.1" 200 3163 0.007925 10.0.0.249 - - [2026-08-03 05:28:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.005017 10.0.0.249 - - [2026-08-03 05:28:15] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.006571 10.0.0.249 - - [2026-08-03 05:28:15] "GET /virtual-networks?parent_id=a1c1f068-e084-4978-b35c-b57453344c75&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.005183 10.0.0.249 - - [2026-08-03 05:28:15] "GET /virtual-network/2d3658d7-bfb3-4430-972f-b1a6d94b3416?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2624 0.009212 10.0.0.249 - - [2026-08-03 05:28:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004925 10.0.0.249 - - [2026-08-03 05:28:16] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.006016 10.0.0.249 - - [2026-08-03 05:28:16] "GET /virtual-networks?parent_id=a1c1f068-e084-4978-b35c-b57453344c75&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.004636 10.0.0.249 - - [2026-08-03 05:28:16] "GET /virtual-network/2d3658d7-bfb3-4430-972f-b1a6d94b3416?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2624 0.008280 10.0.0.249 - - [2026-08-03 05:28:17] "POST /neutron/port HTTP/1.1" 200 1232 0.028611 10.0.0.249 - - [2026-08-03 05:28:17] "POST /neutron/security_group HTTP/1.1" 200 2062 0.012540 10.0.0.249 - - [2026-08-03 05:28:17] "GET /virtual-machine/8f584907-e062-4243-8a4f-95fb2c49128e HTTP/1.1" 200 1298 0.008330 10.0.0.249 - - [2026-08-03 05:28:17] "GET /virtual-machine-interface/4fc1213e-1bab-462d-a678-822316d84b8a HTTP/1.1" 200 3162 0.008070 10.0.0.249 - - [2026-08-03 05:28:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004831 10.0.0.249 - - [2026-08-03 05:28:17] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.007115 10.0.0.249 - - [2026-08-03 05:28:17] "GET /virtual-networks?parent_id=a1c1f068-e084-4978-b35c-b57453344c75&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.005060 10.0.0.249 - - [2026-08-03 05:28:17] "GET /virtual-network/2d3658d7-bfb3-4430-972f-b1a6d94b3416?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2624 0.009751 10.0.0.249 - - [2026-08-03 05:28:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.005393 10.0.0.249 - - [2026-08-03 05:28:18] "GET /global-vrouter-config/c0da2b8f-ca60-4c21-88ca-8dc9fe705c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005780 10.0.0.249 - - [2026-08-03 05:28:18] "GET /virtual-networks?parent_id=a1c1f068-e084-4978-b35c-b57453344c75&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.004891 10.0.0.249 - - [2026-08-03 05:28:18] "GET /virtual-network/2d3658d7-bfb3-4430-972f-b1a6d94b3416?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2624 0.010556 10.0.0.50 - - [2026-08-03 05:28:18] "GET /global-system-configs HTTP/1.1" 401 293 0.000604 10.0.0.249 - - [2026-08-03 05:28:18] "GET /virtual-machine-interface/4fc1213e-1bab-462d-a678-822316d84b8a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2745 0.008747 10.0.0.50 - - [2026-08-03 05:28:18] "GET /global-system-configs HTTP/1.1" 401 293 0.000490 10.0.0.249 - - [2026-08-03 05:28:18] "PUT /virtual-machine-interface/4fc1213e-1bab-462d-a678-822316d84b8a HTTP/1.1" 200 285 0.023588 10.0.0.50 - - [2026-08-03 05:28:19] "GET /global-system-configs HTTP/1.1" 401 293 0.000676 10.0.0.50 - - [2026-08-03 05:28:19] "GET /global-system-configs HTTP/1.1" 401 293 0.000662 10.0.0.161 - - [2026-08-03 05:28:19] "GET /global-system-configs HTTP/1.1" 401 293 0.000511 10.0.0.161 - - [2026-08-03 05:28:20] "GET /global-system-configs HTTP/1.1" 401 293 0.000576 10.0.0.161 - - [2026-08-03 05:28:21] "GET /global-system-configs HTTP/1.1" 401 293 0.000679 10.0.0.161 - - [2026-08-03 05:28:21] "GET /global-system-configs HTTP/1.1" 401 293 0.000561 10.0.0.249 - - [2026-08-03 05:28:21] "GET /global-system-configs HTTP/1.1" 401 293 0.000531 10.0.0.249 - - [2026-08-03 05:28:21] "GET /global-system-configs HTTP/1.1" 401 293 0.000631 10.0.0.249 - - [2026-08-03 05:28:22] "GET /global-system-configs HTTP/1.1" 401 293 0.000531 10.0.0.249 - - [2026-08-03 05:28:22] "GET /global-system-configs HTTP/1.1" 401 293 0.000501 10.0.0.249 - - [2026-08-03 05:28:46] "POST /neutron/network HTTP/1.1" 200 1009 0.034547 10.0.0.249 - - [2026-08-03 05:28:46] "POST /neutron/subnet HTTP/1.1" 200 1369 0.028851 10.0.0.249 - - [2026-08-03 05:28:46] "POST /neutron/network HTTP/1.1" 200 999 0.015735 10.0.0.249 - - [2026-08-03 05:28:48] "POST /neutron/network HTTP/1.1" 200 1009 0.011229 10.0.0.249 - - [2026-08-03 05:28:48] "POST /neutron/subnet HTTP/1.1" 200 1369 0.031986 10.0.0.249 - - [2026-08-03 05:28:48] "POST /neutron/network HTTP/1.1" 200 999 0.015557 10.0.0.249 - - [2026-08-03 05:29:47] "POST /neutron/network HTTP/1.1" 200 1009 0.010778 10.0.0.249 - - [2026-08-03 05:29:47] "POST /neutron/subnet HTTP/1.1" 200 1369 0.020683 10.0.0.249 - - [2026-08-03 05:29:47] "POST /neutron/network HTTP/1.1" 200 999 0.014693 10.0.0.249 - - [2026-08-03 05:29:51] "POST /neutron/network HTTP/1.1" 200 1009 0.042044 10.0.0.249 - - [2026-08-03 05:29:51] "POST /neutron/subnet HTTP/1.1" 200 1369 0.023366 10.0.0.249 - - [2026-08-03 05:29:51] "POST /neutron/network HTTP/1.1" 200 999 0.014200 10.0.0.249 - - [2026-08-03 05:30:49] "POST /neutron/network HTTP/1.1" 200 1009 0.012078 10.0.0.249 - - [2026-08-03 05:30:49] "POST /neutron/subnet HTTP/1.1" 200 1369 0.033724 10.0.0.249 - - [2026-08-03 05:30:49] "POST /neutron/network HTTP/1.1" 200 999 0.016851 10.0.0.249 - - [2026-08-03 05:30:52] "POST /neutron/network HTTP/1.1" 200 1009 0.010707 10.0.0.249 - - [2026-08-03 05:30:52] "POST /neutron/subnet HTTP/1.1" 200 1369 0.022583 10.0.0.249 - - [2026-08-03 05:30:52] "POST /neutron/network HTTP/1.1" 200 999 0.013352 10.0.0.50 - - [2026-08-03 05:30:56] "GET /obj-perms HTTP/1.1" 200 4509 0.069890 10.0.0.249 - - [2026-08-03 05:31:11] "POST /neutron/port HTTP/1.1" 200 1232 0.056387 10.0.0.249 - - [2026-08-03 05:31:12] "POST /neutron/port HTTP/1.1" 200 151 0.771614 10.0.0.249 - - [2026-08-03 05:31:12] "POST /neutron/port HTTP/1.1" 200 151 0.817376 10.0.0.249 - - [2026-08-03 05:31:12] "POST /neutron/port HTTP/1.1" 200 151 0.823883 10.0.0.50 - - [2026-08-03 05:31:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.071929 10.0.0.161 - - [2026-08-03 05:31:13] "POST /useragent-kv HTTP/1.1" 200 115 0.081301 10.0.0.161 - - [2026-08-03 05:31:13] "POST /useragent-kv HTTP/1.1" 200 115 0.003997 10.0.0.161 - - [2026-08-03 05:31:13] "POST /useragent-kv HTTP/1.1" 200 115 0.003937 10.0.0.161 - - [2026-08-03 05:31:13] "POST /useragent-kv HTTP/1.1" 200 115 0.006697 10.0.0.249 - - [2026-08-03 05:31:13] "POST /neutron/network HTTP/1.1" 200 151 0.388902 10.0.0.161 - - [2026-08-03 05:31:15] "GET /projects?obj_uuids=a1c1f068-e084-4978-b35c-b57453344c75&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001502 10.0.0.249 - - [2026-08-03 05:31:15] "GET /project/a1c1f068-e084-4978-b35c-b57453344c75?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.126428 10.0.0.161 - - [2026-08-03 05:31:15] "GET /projects?obj_uuids=a1c1f068-e084-4978-b35c-b57453344c75&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.003451 10.0.0.249 - - [2026-08-03 05:31:15] "GET /project/a1c1f068-e084-4978-b35c-b57453344c75?fields=virtual_networks HTTP/1.1" 200 1042 0.161070 10.0.0.161 - - [2026-08-03 05:31:15] "GET /projects?obj_uuids=a1c1f068-e084-4978-b35c-b57453344c75&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.002059 10.0.0.249 - - [2026-08-03 05:31:16] "GET /project/a1c1f068-e084-4978-b35c-b57453344c75?fields=virtual_machine_interfaces HTTP/1.1" 200 1042 0.079493 10.0.0.161 - - [2026-08-03 05:31:16] "GET /projects?obj_uuids=a1c1f068-e084-4978-b35c-b57453344c75&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001894 10.0.0.249 - - [2026-08-03 05:31:16] "GET /project/a1c1f068-e084-4978-b35c-b57453344c75?fields=security_groups HTTP/1.1" 200 1273 0.072567 10.0.0.249 - - [2026-08-03 05:31:17] "POST /fqname-to-id HTTP/1.1" 404 188 0.035753 10.0.0.161 - - [2026-08-03 05:31:17] "GET /projects?obj_uuids=a77dc40a-3d2b-47e7-9f00-0e0b3e62c751&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.005921 10.0.0.161 - - [2026-08-03 05:31:17] "GET /domains?obj_uuids=724de60e-9f87-4d23-867c-6bd9a9880f5b&detail=False&count=False&shared=False HTTP/1.1" 200 316 0.001893 10.0.0.161 - - [2026-08-03 05:31:17] "GET /domain/724de60e-9f87-4d23-867c-6bd9a9880f5b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.050688 10.0.0.161 - - [2026-08-03 05:31:17] "POST /id-to-fqname HTTP/1.1" 200 190 0.006672 10.0.0.161 - - [2026-08-03 05:31:17] "POST /fqname-to-id HTTP/1.1" 404 199 0.023402 10.0.0.161 - - [2026-08-03 05:31:17] "POST /security-groups HTTP/1.1" 200 593 0.048130 10.0.0.161 - - [2026-08-03 05:31:17] "POST /projects HTTP/1.1" 200 587 0.359645 10.0.0.161 - - [2026-08-03 05:31:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.399443 10.0.0.249 - - [2026-08-03 05:31:17] "GET /project/a77dc40a-3d2b-47e7-9f00-0e0b3e62c751?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.621356 10.0.0.50 - - [2026-08-03 05:31:17] "POST /access-control-lists HTTP/1.1" 200 598 0.087072 10.0.0.50 - - [2026-08-03 05:31:18] "DELETE /access-control-list/e6fedc86-fd05-4846-91c8-4996084d3cff HTTP/1.1" 200 115 0.056784 10.0.0.249 - - [2026-08-03 05:31:19] "GET / HTTP/1.1" 200 36215 0.003645 10.0.0.161 - - [2026-08-03 05:31:25] "GET /projects?obj_uuids=a77dc40a-3d2b-47e7-9f00-0e0b3e62c751&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001305 10.0.0.249 - - [2026-08-03 05:31:25] "GET /project/a77dc40a-3d2b-47e7-9f00-0e0b3e62c751?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.079067 10.0.0.161 - - [2026-08-03 05:31:25] "GET /projects?obj_uuids=a77dc40a-3d2b-47e7-9f00-0e0b3e62c751&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001291 10.0.0.249 - - [2026-08-03 05:31:25] "GET /project/a77dc40a-3d2b-47e7-9f00-0e0b3e62c751?fields=virtual_networks HTTP/1.1" 200 1034 0.090668 10.0.0.161 - - [2026-08-03 05:31:25] "GET /projects?obj_uuids=a77dc40a-3d2b-47e7-9f00-0e0b3e62c751&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002048 10.0.0.249 - - [2026-08-03 05:31:25] "GET /project/a77dc40a-3d2b-47e7-9f00-0e0b3e62c751?fields=virtual_machine_interfaces HTTP/1.1" 200 1034 0.082508 10.0.0.161 - - [2026-08-03 05:31:26] "GET /projects?obj_uuids=a77dc40a-3d2b-47e7-9f00-0e0b3e62c751&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001405 10.0.0.249 - - [2026-08-03 05:31:26] "GET /project/a77dc40a-3d2b-47e7-9f00-0e0b3e62c751?fields=security_groups HTTP/1.1" 200 1261 0.086532 10.0.0.161 - - [2026-08-03 05:31:53] "DELETE /project/a77dc40a3d2b47e79f000e0b3e62c751 HTTP/1.1" 404 173 0.020951 10.0.0.161 - - [2026-08-03 05:31:53] "DELETE /project/a1c1f068-e084-4978-b35c-b57453344c75 HTTP/1.1" 404 177 0.019161 10.0.0.161 - - [2026-08-03 05:31:53] "GET /projects?obj_uuids=a77dc40a-3d2b-47e7-9f00-0e0b3e62c751&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001920 10.0.0.161 - - [2026-08-03 05:31:53] "GET /project/a77dc40a-3d2b-47e7-9f00-0e0b3e62c751?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1471 0.135908 10.0.0.161 - - [2026-08-03 05:31:54] "GET /projects?obj_uuids=a77dc40a-3d2b-47e7-9f00-0e0b3e62c751&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.005809 10.0.0.161 - - [2026-08-03 05:31:54] "GET /project/a77dc40a-3d2b-47e7-9f00-0e0b3e62c751?fields=security_groups HTTP/1.1" 200 1366 0.119561 10.0.0.161 - - [2026-08-03 05:31:54] "DELETE /security-group/89dcec60-42b3-495b-8a0c-03530763b1bb HTTP/1.1" 200 115 0.118465 10.0.0.161 - - [2026-08-03 05:31:54] "GET /projects?obj_uuids=a77dc40a-3d2b-47e7-9f00-0e0b3e62c751&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.010752 10.0.0.161 - - [2026-08-03 05:31:54] "GET /project/a77dc40a-3d2b-47e7-9f00-0e0b3e62c751?fields=application_policy_sets HTTP/1.1" 200 1405 0.122913 10.0.0.50 - - [2026-08-03 05:31:54] "DELETE /access-control-list/6a2186a8-4d9b-44f6-b76c-117acfd7d1e4 HTTP/1.1" 200 115 0.145783 10.0.0.161 - - [2026-08-03 05:31:54] "DELETE /project/a77dc40a-3d2b-47e7-9f00-0e0b3e62c751 HTTP/1.1" 200 115 0.864841 10.0.0.161 - - [2026-08-03 05:31:56] "GET /obj-perms HTTP/1.1" 200 4509 0.063499 10.0.0.249 - - [2026-08-03 05:31:57] "GET /obj-perms HTTP/1.1" 200 4509 0.067217 [Introspect:8084]10.0.0.161 - - [2026-08-03 05:32:49] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 847 0.001552 [Introspect:8084]10.0.0.161 - - [2026-08-03 05:32:49] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3164 0.001553