++ 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: =================== Thu Jan 29 02:04:09 AM UTC 2026 ===================' INFO: =================== Thu Jan 29 02:04:09 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=ens3 ++++ [[ ens3 == \l\o ]] ++++ echo ens3 +++ local nic=ens3 +++ get_ip_for_nic ens3 +++ local nic=ens3 +++ get_cidr_for_nic ens3 +++ command -v ip +++ cut -d / -f 1 +++ local nic=ens3 +++ grep 'inet ' +++ head -n 1 +++ ip addr show dev ens3 +++ awk '{print $2}' ++ DEFAULT_LOCAL_IP=10.0.0.240 ++ 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.23,10.0.0.147,10.0.0.240 ++ ANALYTICS_ALARM_ENABLE=True ++ ANALYTICS_SNMP_ENABLE=True ++ ANALYTICSDB_ENABLE=True ++ ANALYTICS_NODES=10.0.0.23,10.0.0.147,10.0.0.240 ++ ANALYTICSDB_NODES=10.0.0.23,10.0.0.147,10.0.0.240 ++ ANALYTICS_SNMP_NODES=10.0.0.23,10.0.0.147,10.0.0.240 ++ 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.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:8081 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.147 +++ local server_address=10.0.0.147 +++ extended_server_list+='10.0.0.147:8081 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.240 +++ local server_address=10.0.0.240 +++ extended_server_list+='10.0.0.240:8081 ' +++ '[' -n '10.0.0.23:8081 10.0.0.147:8081 10.0.0.240:8081 ' ']' +++ echo '10.0.0.23:8081 10.0.0.147:8081 10.0.0.240:8081' ++ ANALYTICS_SERVERS='10.0.0.23:8081 10.0.0.147:8081 10.0.0.240: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.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:9042 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.147 +++ local server_address=10.0.0.147 +++ extended_server_list+='10.0.0.147:9042 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.240 +++ local server_address=10.0.0.240 +++ extended_server_list+='10.0.0.240:9042 ' +++ '[' -n '10.0.0.23:9042 10.0.0.147:9042 10.0.0.240:9042 ' ']' +++ echo '10.0.0.23:9042 10.0.0.147:9042 10.0.0.240:9042' ++ ANALYTICSDB_CQL_SERVERS='10.0.0.23:9042 10.0.0.147:9042 10.0.0.240:9042' ++ ANALYTICS_API_VIP= ++ ANALYTICS_ALARM_NODES=10.0.0.23,10.0.0.147,10.0.0.240 ++ 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.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:8086 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.147 +++ local server_address=10.0.0.147 +++ extended_server_list+='10.0.0.147:8086 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.240 +++ local server_address=10.0.0.240 +++ extended_server_list+='10.0.0.240:8086 ' +++ '[' -n '10.0.0.23:8086 10.0.0.147:8086 10.0.0.240:8086 ' ']' +++ echo '10.0.0.23:8086 10.0.0.147:8086 10.0.0.240:8086' ++ COLLECTOR_SERVERS='10.0.0.23:8086 10.0.0.147:8086 10.0.0.240: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.23,10.0.0.147,10.0.0.240 ++ CONFIGDB_NODES=10.0.0.23,10.0.0.147,10.0.0.240 ++ 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.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:8082 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.147 +++ local server_address=10.0.0.147 +++ extended_server_list+='10.0.0.147:8082 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.240 +++ local server_address=10.0.0.240 +++ extended_server_list+='10.0.0.240:8082 ' +++ '[' -n '10.0.0.23:8082 10.0.0.147:8082 10.0.0.240:8082 ' ']' +++ echo '10.0.0.23:8082 10.0.0.147:8082 10.0.0.240:8082' ++ CONFIG_SERVERS='10.0.0.23:8082 10.0.0.147:8082 10.0.0.240: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.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:9161 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.147 +++ local server_address=10.0.0.147 +++ extended_server_list+='10.0.0.147:9161 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.240 +++ local server_address=10.0.0.240 +++ extended_server_list+='10.0.0.240:9161 ' +++ '[' -n '10.0.0.23:9161 10.0.0.147:9161 10.0.0.240:9161 ' ']' +++ echo '10.0.0.23:9161 10.0.0.147:9161 10.0.0.240:9161' ++ CONFIGDB_SERVERS='10.0.0.23:9161 10.0.0.147:9161 10.0.0.240: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.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:9041 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.147 +++ local server_address=10.0.0.147 +++ extended_server_list+='10.0.0.147:9041 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.240 +++ local server_address=10.0.0.240 +++ extended_server_list+='10.0.0.240:9041 ' +++ '[' -n '10.0.0.23:9041 10.0.0.147:9041 10.0.0.240:9041 ' ']' +++ echo '10.0.0.23:9041 10.0.0.147:9041 10.0.0.240:9041' ++ CONFIGDB_CQL_SERVERS='10.0.0.23:9041 10.0.0.147:9041 10.0.0.240: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.193,10.20.0.254,10.20.0.14 ++ CONTROL_INTROSPECT_PORT=8083 ++ DNS_NODES=10.20.0.193,10.20.0.254,10.20.0.14 ++ DNS_SERVER_PORT=53 ++ DNS_INTROSPECT_PORT=8092 ++ RNDC_KEY=xvysmOR8lnUQRBcunkC6vg== ++ USE_EXTERNAL_TFTP=False ++ ZOOKEEPER_NODES=10.0.0.23,10.0.0.147,10.0.0.240 ++ 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.23 +++ local server_address=10.0.0.23 +++ extended_server_list+=10.0.0.23:2181, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.147 +++ local server_address=10.0.0.147 +++ extended_server_list+=10.0.0.147:2181, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.240 +++ local server_address=10.0.0.240 +++ extended_server_list+=10.0.0.240:2181, +++ '[' -n 10.0.0.23:2181,10.0.0.147:2181,10.0.0.240:2181, ']' +++ echo 10.0.0.23:2181,10.0.0.147:2181,10.0.0.240:2181 ++ ZOOKEEPER_SERVERS=10.0.0.23:2181,10.0.0.147:2181,10.0.0.240: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.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:2181 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.147 +++ local server_address=10.0.0.147 +++ extended_server_list+='10.0.0.147:2181 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.240 +++ local server_address=10.0.0.240 +++ extended_server_list+='10.0.0.240:2181 ' +++ '[' -n '10.0.0.23:2181 10.0.0.147:2181 10.0.0.240:2181 ' ']' +++ echo '10.0.0.23:2181 10.0.0.147:2181 10.0.0.240:2181' ++ ZOOKEEPER_SERVERS_SPACE_DELIM='10.0.0.23:2181 10.0.0.147:2181 10.0.0.240:2181' ++ RABBITMQ_NODES=10.0.0.23,10.0.0.147,10.0.0.240 ++ 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.23 +++ local server_address=10.0.0.23 +++ extended_server_list+=10.0.0.23:5673, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.147 +++ local server_address=10.0.0.147 +++ extended_server_list+=10.0.0.147:5673, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.240 +++ local server_address=10.0.0.240 +++ extended_server_list+=10.0.0.240:5673, +++ '[' -n 10.0.0.23:5673,10.0.0.147:5673,10.0.0.240:5673, ']' +++ echo 10.0.0.23:5673,10.0.0.147:5673,10.0.0.240:5673 ++ RABBITMQ_SERVERS=10.0.0.23:5673,10.0.0.147:5673,10.0.0.240: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.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:6379 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.147 +++ local server_address=10.0.0.147 +++ extended_server_list+='10.0.0.147:6379 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.240 +++ local server_address=10.0.0.240 +++ extended_server_list+='10.0.0.240:6379 ' +++ '[' -n '10.0.0.23:6379 10.0.0.147:6379 10.0.0.240:6379 ' ']' +++ echo '10.0.0.23:6379 10.0.0.147:6379 10.0.0.240:6379' ++ REDIS_SERVERS='10.0.0.23:6379 10.0.0.147:6379 10.0.0.240: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.23,10.0.0.147,10.0.0.240 ++ 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.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:9092 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.147 +++ local server_address=10.0.0.147 +++ extended_server_list+='10.0.0.147:9092 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.240 +++ local server_address=10.0.0.240 +++ extended_server_list+='10.0.0.240:9092 ' +++ '[' -n '10.0.0.23:9092 10.0.0.147:9092 10.0.0.240:9092 ' ']' +++ echo '10.0.0.23:9092 10.0.0.147:9092 10.0.0.240:9092' ++ KAFKA_SERVERS='10.0.0.23:9092 10.0.0.147:9092 10.0.0.240: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.23 ++ 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.23,10.0.0.147,10.0.0.240 ++ 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.23,10.0.0.147,10.0.0.240 ++ 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.23,10.0.0.147,10.0.0.240 ++ cut -d , -f 1 + local cassandra=10.0.0.23 + (( i=1 )) + (( i<=30 )) + echo -e '\035\nquit' + nc -z 10.0.0.23 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 +++ local server_typ=CONFIG_NODES +++ find_my_ip_and_order_for_node_list 10.0.0.23,10.0.0.147,10.0.0.240 +++ cut -d ' ' -f 1 +++ local servers=10.0.0.23,10.0.0.147,10.0.0.240 +++ local server_list= +++ IFS=, +++ read -ra server_list ++++ get_local_ips ++++ tr '\n' , ++++ awk '/32 host/ { print f } {f=$2}' ++++ sort ++++ cat /proc/net/fib_trie ++++ grep -vi host ++++ uniq +++ local local_ips=,10.0.0.240,10.20.0.14,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.23'\''))' +++ local server_ip=10.0.0.23 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.23 ]] +++ [[ ,10.0.0.240,10.20.0.14,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.23, ]] +++ (( ord+=1 )) +++ for server in "${server_list[@]}" +++ local ret=0 ++++ python3 -c 'import socket; print(socket.gethostbyname('\''10.0.0.147'\''))' +++ local server_ip=10.0.0.147 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.147 ]] +++ [[ ,10.0.0.240,10.20.0.14,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.147, ]] +++ (( ord+=1 )) +++ for server in "${server_list[@]}" +++ local ret=0 ++++ python3 -c 'import socket; print(socket.gethostbyname('\''10.0.0.240'\''))' +++ local server_ip=10.0.0.240 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.240 ]] +++ [[ ,10.0.0.240,10.20.0.14,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.240, ]] +++ echo 10.0.0.240 3 +++ return ++ local ip=10.0.0.240 ++ [[ -z 10.0.0.240 ]] ++ echo 10.0.0.240 + host_ip=10.0.0.240 + [[ cql == \c\q\l ]] ++ echo 10.0.0.23:9041 10.0.0.147:9041 10.0.0.240:9041 ++ sed 's/,/ /g' + cassandra_server_list='10.0.0.23:9041 10.0.0.147:9041 10.0.0.240:9041' + config_api_certs_config= + uwsgi_socket='protocol = http\nsocket = 10.0.0.240: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 ++ set -o posix ++ set ++ cut -d = -f 1 ++ sed 's/^API__//g' + 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: 01/29/2026 02:04:19.371 7efeb04ed480 [contrail-api] [INFO]: SANDESH: CONNECT TO COLLECTOR: True 01/29/2026 02:04:19.550 7efeb04ed480 [contrail-api] [INFO]: SANDESH: INTROSPECT IS ON: 0.0.0.0:8084 01/29/2026 02:04:19.563 7efeb04ed480 [contrail-api] [INFO]: SANDESH: Logging: LEVEL: [SYS_INFO] -> [SYS_DEBUG] 01/29/2026 02:04:19.564 7efeb04ed480 [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.240:8082/ Hit Ctrl-C to quit. 10.0.0.240 - - [2026-01-29 02:04:33] "GET / HTTP/1.1" 503 181 0.000245 10.0.0.240 - - [2026-01-29 02:04:33] "GET / HTTP/1.1" 503 181 0.000164 10.0.0.147 - - [2026-01-29 02:04:33] "GET / HTTP/1.1" 503 181 0.000285 10.0.0.240 - - [2026-01-29 02:04:34] "GET / HTTP/1.1" 200 45871 0.001634 10.0.0.240 - - [2026-01-29 02:04:34] "GET / HTTP/1.1" 200 45871 0.001834 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.240 - - [2026-01-29 02:04:34] "POST /fqname-to-id HTTP/1.1" 401 292 0.000535 10.0.0.240 - - [2026-01-29 02:04:34] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 401 292 0.000253 10.0.0.147 - - [2026-01-29 02:04:34] "GET / HTTP/1.1" 200 36215 0.001552 10.0.0.147 - - [2026-01-29 02:04:34] "GET / HTTP/1.1" 200 36215 0.001328 10.0.0.23 - - [2026-01-29 02:04:35] "GET / HTTP/1.1" 200 36215 0.001638 10.0.0.23 - - [2026-01-29 02:04:35] "POST /fqname-to-id HTTP/1.1" 401 292 0.000459 10.0.0.240 - - [2026-01-29 02:04:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.997107 10.0.0.240 - - [2026-01-29 02:04:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.005857 10.0.0.240 - - [2026-01-29 02:04:36] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 200 315 0.704329 10.0.0.240 - - [2026-01-29 02:04:36] "GET /projects?detail=False&count=False&shared=False HTTP/1.1" 200 336 0.005831 10.0.0.23 - - [2026-01-29 02:04:36] "POST /fqname-to-id HTTP/1.1" 404 186 0.068522 10.0.0.23 - - [2026-01-29 02:04:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.005056 10.0.0.23 - - [2026-01-29 02:04:36] "GET /global-system-config/7b4c11d1-8b7e-4903-8fa7-c6c9f2375dc3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1060 0.010346 10.0.0.23 - - [2026-01-29 02:04:36] "POST /service-appliance-sets HTTP/1.1" 200 555 0.048128 10.0.0.23 - - [2026-01-29 02:04:36] "POST /fqname-to-id HTTP/1.1" 404 180 0.004816 10.0.0.23 - - [2026-01-29 02:04:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.005169 10.0.0.23 - - [2026-01-29 02:04:36] "GET /global-system-config/7b4c11d1-8b7e-4903-8fa7-c6c9f2375dc3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1060 0.008386 /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.23 - - [2026-01-29 02:04:36] "POST /service-appliance-sets HTTP/1.1" 200 543 0.040498 10.0.0.147 - - [2026-01-29 02:04:36] "GET / HTTP/1.1" 200 36215 0.001571 10.0.0.147 - - [2026-01-29 02:04:36] "POST /fqname-to-id HTTP/1.1" 401 292 0.000388 10.0.0.23 - - [2026-01-29 02:04:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.011801 10.0.0.23 - - [2026-01-29 02:04:36] "GET /network-ipam/77303350-edfd-44b7-a982-516ddb8f18fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1955 0.005909 10.0.0.23 - - [2026-01-29 02:04:36] "POST /service-templates HTTP/1.1" 200 513 0.063001 10.0.0.23 - - [2026-01-29 02:04:37] "POST /service-templates HTTP/1.1" 200 503 0.052838 10.0.0.147 - - [2026-01-29 02:04:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.033242 10.0.0.147 - - [2026-01-29 02:04:37] "GET /global-system-config/7b4c11d1-8b7e-4903-8fa7-c6c9f2375dc3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1060 0.007317 10.0.0.147 - - [2026-01-29 02:04:37] "POST /fqname-to-id HTTP/1.1" 404 220 0.005200 10.0.0.23 - - [2026-01-29 02:04:37] "POST /service-templates HTTP/1.1" 200 517 0.049982 10.0.0.147 - - [2026-01-29 02:04:37] "POST /config-database-nodes HTTP/1.1" 200 619 0.051876 10.0.0.23 - - [2026-01-29 02:04:37] "POST /service-templates HTTP/1.1" 200 537 0.045225 10.0.0.23 - - [2026-01-29 02:04:37] "POST /service-templates HTTP/1.1" 200 509 0.057360 10.0.0.23 - - [2026-01-29 02:04:38] "GET / HTTP/1.1" 200 36215 0.001496 10.0.0.23 - - [2026-01-29 02:04:38] "POST /fqname-to-id HTTP/1.1" 401 292 0.000418 10.0.0.240 - - [2026-01-29 02:04:38] "GET / HTTP/1.1" 200 36215 0.001588 10.0.0.240 - - [2026-01-29 02:04:38] "POST /fqname-to-id HTTP/1.1" 401 292 0.000427 10.0.0.23 - - [2026-01-29 02:04:38] "GET / HTTP/1.1" 200 36215 0.002312 10.0.0.23 - - [2026-01-29 02:04:38] "POST /fqname-to-id HTTP/1.1" 401 292 0.000388 10.0.0.147 - - [2026-01-29 02:04:38] "GET / HTTP/1.1" 200 36215 0.003504 10.0.0.147 - - [2026-01-29 02:04:38] "POST /fqname-to-id HTTP/1.1" 401 292 0.000622 10.0.0.23 - - [2026-01-29 02:04:40] "POST /fqname-to-id HTTP/1.1" 200 156 1.137431 10.0.0.23 - - [2026-01-29 02:04:40] "GET /global-system-config/7b4c11d1-8b7e-4903-8fa7-c6c9f2375dc3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1060 0.014849 10.0.0.240 - - [2026-01-29 02:04:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.796035 10.0.0.240 - - [2026-01-29 02:04:40] "GET /global-system-config/7b4c11d1-8b7e-4903-8fa7-c6c9f2375dc3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1060 0.010562 10.0.0.23 - - [2026-01-29 02:04:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.423918 10.0.0.147 - - [2026-01-29 02:04:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.103533 10.0.0.23 - - [2026-01-29 02:04:40] "GET /global-system-config/7b4c11d1-8b7e-4903-8fa7-c6c9f2375dc3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1060 0.019002 10.0.0.147 - - [2026-01-29 02:04:40] "GET /global-system-config/7b4c11d1-8b7e-4903-8fa7-c6c9f2375dc3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1060 0.011871 10.0.0.23 - - [2026-01-29 02:04:40] "POST /fqname-to-id HTTP/1.1" 404 220 0.021124 10.0.0.240 - - [2026-01-29 02:04:40] "POST /fqname-to-id HTTP/1.1" 404 220 0.009644 10.0.0.23 - - [2026-01-29 02:04:40] "POST /fqname-to-id HTTP/1.1" 404 220 0.006174 10.0.0.147 - - [2026-01-29 02:04:40] "POST /fqname-to-id HTTP/1.1" 404 220 0.013644 10.0.0.23 - - [2026-01-29 02:04:40] "POST /config-database-nodes HTTP/1.1" 200 619 0.080569 10.0.0.240 - - [2026-01-29 02:04:40] "POST /config-database-nodes HTTP/1.1" 200 619 0.094795 10.0.0.147 - - [2026-01-29 02:04:40] "POST /config-nodes HTTP/1.1" 200 601 0.064751 10.0.0.23 - - [2026-01-29 02:04:40] "POST /config-nodes HTTP/1.1" 200 601 0.079364 10.0.0.240 - - [2026-01-29 02:04:40] "GET / HTTP/1.1" 200 36215 0.002498 10.0.0.240 - - [2026-01-29 02:04:40] "POST /fqname-to-id HTTP/1.1" 401 292 0.000706 10.0.0.147 - - [2026-01-29 02:04:41] "GET / HTTP/1.1" 200 36215 0.001755 10.0.0.147 - - [2026-01-29 02:04:41] "POST /global-vrouter-configs HTTP/1.1" 401 292 0.000583 10.0.0.23 - - [2026-01-29 02:04:41] "GET / HTTP/1.1" 200 36215 0.001631 10.0.0.23 - - [2026-01-29 02:04:41] "POST /global-vrouter-configs HTTP/1.1" 401 292 0.000444 10.0.0.240 - - [2026-01-29 02:04:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.461030 10.0.0.240 - - [2026-01-29 02:04:41] "GET /global-system-config/7b4c11d1-8b7e-4903-8fa7-c6c9f2375dc3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1060 0.008060 10.0.0.240 - - [2026-01-29 02:04:41] "POST /fqname-to-id HTTP/1.1" 404 220 0.013151 10.0.0.240 - - [2026-01-29 02:04:41] "POST /config-nodes HTTP/1.1" 200 601 0.095157 10.0.0.147 - - [2026-01-29 02:04:42] "POST /global-vrouter-configs HTTP/1.1" 409 251 0.551724 10.0.0.23 - - [2026-01-29 02:04:42] "POST /global-vrouter-configs HTTP/1.1" 409 251 0.101573 10.0.0.147 - - [2026-01-29 02:04:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004202 10.0.0.147 - - [2026-01-29 02:04:47] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1217 0.005108 10.0.0.23 - - [2026-01-29 02:04:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.005131 10.0.0.23 - - [2026-01-29 02:04:47] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1217 0.004921 10.0.0.147 - - [2026-01-29 02:04:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003759 10.0.0.23 - - [2026-01-29 02:04:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004655 10.0.0.147 - - [2026-01-29 02:04:47] "PUT /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506 HTTP/1.1" 200 277 0.015417 10.0.0.23 - - [2026-01-29 02:04:47] "PUT /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506 HTTP/1.1" 200 277 0.024333 10.0.0.147 - - [2026-01-29 02:04:51] "GET /global-system-configs HTTP/1.1" 401 292 0.000440 10.0.0.147 - - [2026-01-29 02:04:51] "GET /global-system-configs HTTP/1.1" 401 292 0.000393 10.0.0.147 - - [2026-01-29 02:04:52] "GET /global-system-configs HTTP/1.1" 401 292 0.000427 10.0.0.147 - - [2026-01-29 02:04:52] "GET /global-system-configs HTTP/1.1" 401 292 0.000406 10.0.0.23 - - [2026-01-29 02:04:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000409 10.0.0.240 - - [2026-01-29 02:04:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000607 10.0.0.23 - - [2026-01-29 02:04:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000557 10.0.0.23 - - [2026-01-29 02:04:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000606 10.0.0.240 - - [2026-01-29 02:04:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000611 10.0.0.23 - - [2026-01-29 02:04:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000551 10.0.0.240 - - [2026-01-29 02:04:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000665 10.0.0.147 - - [2026-01-29 02:04:54] "GET /network-ipam/77303350-edfd-44b7-a982-516ddb8f18fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1955 0.187211 10.0.0.240 - - [2026-01-29 02:04:55] "GET /global-system-configs HTTP/1.1" 401 292 0.000519 10.0.0.147 - - [2026-01-29 02:04:55] "POST /fqname-to-id HTTP/1.1" 404 224 0.004664 10.0.0.147 - - [2026-01-29 02:04:55] "POST /ref-update HTTP/1.1" 200 156 0.021821 10.0.0.147 - - [2026-01-29 02:04:56] "POST /route-targets HTTP/1.1" 200 328 0.021911 10.0.0.147 - - [2026-01-29 02:04:56] "POST /ref-update HTTP/1.1" 200 156 0.028547 10.0.0.147 - - [2026-01-29 02:04:56] "PUT /access-control-list/53c6309c-1e97-40da-8058-46e2b9e533fe HTTP/1.1" 200 273 0.017864 10.0.0.147 - - [2026-01-29 02:05:36] "POST /ref-update HTTP/1.1" 200 156 0.031068 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.23 - - [2026-01-29 02:08:40] "GET /obj-perms HTTP/1.1" 200 5056 0.397673 10.0.0.147 - - [2026-01-29 02:09:40] "GET /obj-perms HTTP/1.1" 200 5056 0.050921 10.0.0.240 - - [2026-01-29 02:09:41] "GET /obj-perms HTTP/1.1" 200 5056 0.052434 10.0.0.147 - - [2026-01-29 02:09:51] "GET /global-system-configs HTTP/1.1" 401 292 0.000427 10.0.0.147 - - [2026-01-29 02:09:51] "GET /global-system-configs HTTP/1.1" 401 292 0.000416 10.0.0.147 - - [2026-01-29 02:09:52] "GET /global-system-configs HTTP/1.1" 401 292 0.000404 10.0.0.147 - - [2026-01-29 02:09:52] "GET /global-system-configs HTTP/1.1" 401 292 0.000836 10.0.0.23 - - [2026-01-29 02:09:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000449 10.0.0.23 - - [2026-01-29 02:09:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000389 10.0.0.240 - - [2026-01-29 02:09:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000416 10.0.0.240 - - [2026-01-29 02:09:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000444 10.0.0.23 - - [2026-01-29 02:09:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000408 10.0.0.23 - - [2026-01-29 02:09:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000436 10.0.0.240 - - [2026-01-29 02:09:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000434 10.0.0.240 - - [2026-01-29 02:09:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000425 [Introspect:8084]10.0.0.240 - - [2026-01-29 02:10:28] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 847 0.001056 [Introspect:8084]10.0.0.240 - - [2026-01-29 02:10:28] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3163 0.001096 [Introspect:8084]10.0.0.240 - - [2026-01-29 02:10:43] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 847 0.001013 [Introspect:8084]10.0.0.240 - - [2026-01-29 02:10:43] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3163 0.000994 10.0.0.23 - - [2026-01-29 02:11:51] "GET / HTTP/1.1" 200 36215 0.002958 10.0.0.23 - - [2026-01-29 02:11:52] "POST /fqname-to-id HTTP/1.1" 401 292 0.000497 10.0.0.23 - - [2026-01-29 02:11:52] "POST /fqname-to-id HTTP/1.1" 404 186 0.047154 10.0.0.240 - - [2026-01-29 02:11:52] "GET /projects?obj_uuids=4faf846b-0132-4523-93f2-48d264894f49&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.060489 10.0.0.240 - - [2026-01-29 02:11:52] "GET /domains?obj_uuids=65230a56-1cf0-4d34-9498-1ad48da04806&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001790 10.0.0.240 - - [2026-01-29 02:11:52] "GET /domain/65230a56-1cf0-4d34-9498-1ad48da04806?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.034182 10.0.0.240 - - [2026-01-29 02:11:52] "POST /id-to-fqname HTTP/1.1" 200 188 0.001361 10.0.0.240 - - [2026-01-29 02:11:52] "POST /fqname-to-id HTTP/1.1" 404 197 0.009639 10.0.0.240 - - [2026-01-29 02:11:52] "POST /security-groups HTTP/1.1" 200 589 0.041965 10.0.0.240 - - [2026-01-29 02:11:52] "POST /projects HTTP/1.1" 200 581 0.293132 10.0.0.147 - - [2026-01-29 02:11:52] "POST /fqname-to-id HTTP/1.1" 404 232 0.049119 10.0.0.240 - - [2026-01-29 02:11:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.365847 10.0.0.23 - - [2026-01-29 02:11:53] "GET /project/4faf846b-0132-4523-93f2-48d264894f49?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.614147 10.0.0.147 - - [2026-01-29 02:11:53] "POST /access-control-lists HTTP/1.1" 200 594 0.087215 10.0.0.23 - - [2026-01-29 02:11:54] "GET / HTTP/1.1" 200 36215 0.003030 10.0.0.240 - - [2026-01-29 02:11:57] "GET /projects?obj_uuids=4faf846b-0132-4523-93f2-48d264894f49&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001082 10.0.0.23 - - [2026-01-29 02:11:57] "GET /project/4faf846b-0132-4523-93f2-48d264894f49?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.050334 10.0.0.240 - - [2026-01-29 02:11:57] "GET /projects?obj_uuids=4faf846b-0132-4523-93f2-48d264894f49&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000977 10.0.0.23 - - [2026-01-29 02:11:57] "GET /project/4faf846b-0132-4523-93f2-48d264894f49?fields=virtual_networks HTTP/1.1" 200 1030 0.074343 10.0.0.240 - - [2026-01-29 02:11:57] "GET /projects?obj_uuids=4faf846b-0132-4523-93f2-48d264894f49&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001154 10.0.0.23 - - [2026-01-29 02:11:57] "GET /project/4faf846b-0132-4523-93f2-48d264894f49?fields=virtual_machine_interfaces HTTP/1.1" 200 1030 0.046084 10.0.0.240 - - [2026-01-29 02:11:57] "GET /projects?obj_uuids=4faf846b-0132-4523-93f2-48d264894f49&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001139 10.0.0.23 - - [2026-01-29 02:11:57] "GET /project/4faf846b-0132-4523-93f2-48d264894f49?fields=security_groups HTTP/1.1" 200 1255 0.065197 10.0.0.240 - - [2026-01-29 02:11:58] "GET /projects?obj_uuids=8a3a7390-7ec8-4fa8-965f-346af397f354&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003386 10.0.0.240 - - [2026-01-29 02:11:58] "GET /domains?obj_uuids=65230a56-1cf0-4d34-9498-1ad48da04806&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001032 10.0.0.240 - - [2026-01-29 02:11:58] "GET /domain/65230a56-1cf0-4d34-9498-1ad48da04806?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007675 10.0.0.240 - - [2026-01-29 02:11:58] "POST /id-to-fqname HTTP/1.1" 200 167 0.001840 10.0.0.240 - - [2026-01-29 02:11:58] "POST /fqname-to-id HTTP/1.1" 404 176 0.005591 10.0.0.240 - - [2026-01-29 02:11:58] "POST /security-groups HTTP/1.1" 200 568 0.083113 10.0.0.240 - - [2026-01-29 02:11:58] "POST /projects HTTP/1.1" 200 539 0.311719 10.0.0.240 - - [2026-01-29 02:11:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.386421 10.0.0.147 - - [2026-01-29 02:11:58] "POST /fqname-to-id HTTP/1.1" 404 206 0.015183 10.0.0.23 - - [2026-01-29 02:11:58] "GET /project/8a3a7390-7ec8-4fa8-965f-346af397f354?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1274 0.596529 [Introspect:8084]10.0.0.23 - - [2026-01-29 02:11:59] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3163 0.001212 10.0.0.240 - - [2026-01-29 02:12:00] "GET /projects?obj_uuids=8a3a7390-7ec8-4fa8-965f-346af397f354&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001881 10.0.0.23 - - [2026-01-29 02:12:00] "GET /project/8a3a7390-7ec8-4fa8-965f-346af397f354?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1274 0.063225 10.0.0.240 - - [2026-01-29 02:12:01] "GET /obj-perms HTTP/1.1" 200 5056 0.053436 [Introspect:8084]10.0.0.23 - - [2026-01-29 02:12:03] "GET /Snh_CollectorInfoRequest HTTP/1.1" 200 373 0.000856 10.0.0.23 - - [2026-01-29 02:12:03] "GET /obj-perms HTTP/1.1" 200 5056 0.056284 10.0.0.23 - - [2026-01-29 02:12:04] "GET /obj-perms HTTP/1.1" 200 5056 0.004705 10.0.0.23 - - [2026-01-29 02:12:04] "GET /obj-perms HTTP/1.1" 200 5056 0.005048 10.0.0.23 - - [2026-01-29 02:12:04] "GET /obj-perms HTTP/1.1" 200 5056 0.008366 10.0.0.23 - - [2026-01-29 02:12:04] "GET /obj-perms HTTP/1.1" 200 5056 0.004685 10.0.0.23 - - [2026-01-29 02:12:04] "GET /obj-perms HTTP/1.1" 200 5056 0.004058 10.0.0.23 - - [2026-01-29 02:12:04] "GET /obj-perms HTTP/1.1" 200 5056 0.004291 10.0.0.23 - - [2026-01-29 02:12:04] "GET /obj-perms HTTP/1.1" 200 5056 0.006021 10.0.0.23 - - [2026-01-29 02:12:04] "GET /obj-perms HTTP/1.1" 200 5056 0.004067 10.0.0.23 - - [2026-01-29 02:12:04] "GET /obj-perms HTTP/1.1" 200 5056 0.004440 10.0.0.23 - - [2026-01-29 02:12:04] "GET /obj-perms HTTP/1.1" 200 5056 0.004212 10.0.0.23 - - [2026-01-29 02:12:05] "GET /obj-perms HTTP/1.1" 200 5056 0.008813 10.0.0.147 - - [2026-01-29 02:12:05] "GET /obj-perms HTTP/1.1" 200 5056 0.057378 10.0.0.240 - - [2026-01-29 02:12:05] "GET /obj-perms HTTP/1.1" 200 5056 0.004280 10.0.0.240 - - [2026-01-29 02:12:05] "GET /obj-perms HTTP/1.1" 200 5056 0.004717 10.0.0.23 - - [2026-01-29 02:12:06] "GET /obj-perms HTTP/1.1" 200 5056 0.004367 10.0.0.23 - - [2026-01-29 02:12:06] "GET /obj-perms HTTP/1.1" 200 5056 0.004665 10.0.0.23 - - [2026-01-29 02:12:06] "GET /obj-perms HTTP/1.1" 200 5056 0.004989 10.0.0.23 - - [2026-01-29 02:12:07] "GET /obj-perms HTTP/1.1" 200 5056 0.004256 10.0.0.23 - - [2026-01-29 02:12:07] "GET /obj-perms HTTP/1.1" 200 5056 0.004512 10.0.0.23 - - [2026-01-29 02:12:07] "GET /obj-perms HTTP/1.1" 200 5056 0.004340 10.0.0.23 - - [2026-01-29 02:12:07] "GET /obj-perms HTTP/1.1" 200 5056 0.004099 10.0.0.23 - - [2026-01-29 02:12:07] "GET /obj-perms HTTP/1.1" 200 5056 0.006271 10.0.0.23 - - [2026-01-29 02:12:07] "GET /obj-perms HTTP/1.1" 200 5056 0.004606 10.0.0.23 - - [2026-01-29 02:12:07] "GET /obj-perms HTTP/1.1" 200 5056 0.004513 10.0.0.23 - - [2026-01-29 02:12:07] "GET /obj-perms HTTP/1.1" 200 5056 0.004722 10.0.0.23 - - [2026-01-29 02:12:10] "GET /obj-perms HTTP/1.1" 200 5056 0.004706 10.0.0.23 - - [2026-01-29 02:12:10] "GET /obj-perms HTTP/1.1" 200 5056 0.005041 10.0.0.23 - - [2026-01-29 02:12:10] "GET /obj-perms HTTP/1.1" 200 5056 0.007487 10.0.0.23 - - [2026-01-29 02:12:10] "GET /obj-perms HTTP/1.1" 200 5056 0.004314 10.0.0.23 - - [2026-01-29 02:12:11] "GET /obj-perms HTTP/1.1" 200 5056 0.004370 10.0.0.23 - - [2026-01-29 02:12:12] "POST /fqname-to-id HTTP/1.1" 404 199 0.031454 10.0.0.240 - - [2026-01-29 02:12:12] "GET /projects?obj_uuids=01953e26-1d59-416d-8114-49dbcf95cefe&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004239 10.0.0.240 - - [2026-01-29 02:12:12] "GET /domains?obj_uuids=65230a56-1cf0-4d34-9498-1ad48da04806&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001431 10.0.0.240 - - [2026-01-29 02:12:12] "GET /domain/65230a56-1cf0-4d34-9498-1ad48da04806?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.010570 10.0.0.240 - - [2026-01-29 02:12:13] "POST /id-to-fqname HTTP/1.1" 200 201 0.005773 10.0.0.240 - - [2026-01-29 02:12:13] "POST /fqname-to-id HTTP/1.1" 404 210 0.021021 10.0.0.240 - - [2026-01-29 02:12:13] "POST /security-groups HTTP/1.1" 200 602 0.155500 10.0.0.240 - - [2026-01-29 02:12:13] "POST /projects HTTP/1.1" 200 607 0.439119 10.0.0.147 - - [2026-01-29 02:12:13] "POST /access-control-lists HTTP/1.1" 200 609 0.040003 10.0.0.240 - - [2026-01-29 02:12:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.532027 10.0.0.23 - - [2026-01-29 02:12:13] "GET /project/01953e26-1d59-416d-8114-49dbcf95cefe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1408 0.717479 10.0.0.23 - - [2026-01-29 02:12:14] "GET / HTTP/1.1" 200 36215 0.001987 10.0.0.23 - - [2026-01-29 02:12:15] "POST /fqname-to-id HTTP/1.1" 401 292 0.000717 10.0.0.23 - - [2026-01-29 02:12:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.055539 10.0.0.240 - - [2026-01-29 02:12:16] "GET /projects?obj_uuids=01953e26-1d59-416d-8114-49dbcf95cefe&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001042 10.0.0.23 - - [2026-01-29 02:12:16] "GET /project/01953e26-1d59-416d-8114-49dbcf95cefe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1408 0.061655 10.0.0.147 - - [2026-01-29 02:12:16] "POST /route-targets HTTP/1.1" 200 328 0.018251 10.0.0.240 - - [2026-01-29 02:12:17] "POST /useragent-kv HTTP/1.1" 200 115 0.007715 10.0.0.23 - - [2026-01-29 02:12:17] "POST /neutron/subnet HTTP/1.1" 200 729 0.350445 10.0.0.23 - - [2026-01-29 02:12:17] "POST /id-to-fqname HTTP/1.1" 200 233 0.001409 10.0.0.23 - - [2026-01-29 02:12:17] "GET /virtual-network/3219b5b3-ad8b-4b38-a625-567ea8899e29?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.007096 10.0.0.23 - - [2026-01-29 02:12:17] "GET /virtual-network/3219b5b3-ad8b-4b38-a625-567ea8899e29?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.006098 10.0.0.23 - - [2026-01-29 02:12:17] "POST /neutron/network HTTP/1.1" 200 840 0.007764 10.0.0.23 - - [2026-01-29 02:12:17] "GET /virtual-network/3219b5b3-ad8b-4b38-a625-567ea8899e29?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.005955 10.0.0.23 - - [2026-01-29 02:12:19] "POST /id-to-fqname HTTP/1.1" 200 233 0.001447 10.0.0.240 - - [2026-01-29 02:12:21] "GET /projects?obj_uuids=01953e26-1d59-416d-8114-49dbcf95cefe&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001162 10.0.0.23 - - [2026-01-29 02:12:21] "GET /project/01953e26-1d59-416d-8114-49dbcf95cefe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1408 0.079705 10.0.0.23 - - [2026-01-29 02:12:22] "POST /neutron/network HTTP/1.1" 200 840 0.032420 10.0.0.23 - - [2026-01-29 02:12:22] "POST /neutron/port HTTP/1.1" 200 117 0.008217 10.0.0.23 - - [2026-01-29 02:12:24] "POST /neutron/port HTTP/1.1" 200 1072 0.046645 10.0.0.23 - - [2026-01-29 02:12:24] "POST /neutron/port HTTP/1.1" 200 1136 0.028529 10.0.0.23 - - [2026-01-29 02:12:24] "POST /neutron/port HTTP/1.1" 200 117 0.001266 10.0.0.23 - - [2026-01-29 02:12:27] "POST /neutron/security_group HTTP/1.1" 200 2069 0.012593 10.0.0.23 - - [2026-01-29 02:12:32] "GET /obj-perms HTTP/1.1" 200 5052 0.051068 10.0.0.23 - - [2026-01-29 02:12:35] "GET /obj-perms HTTP/1.1" 200 5052 0.004836 10.0.0.240 - - [2026-01-29 02:12:36] "DELETE /project/01953e261d59416d811449dbcf95cefe HTTP/1.1" 404 173 0.006791 10.0.0.240 - - [2026-01-29 02:12:36] "GET /projects?obj_uuids=4faf846b-0132-4523-93f2-48d264894f49&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000918 10.0.0.240 - - [2026-01-29 02:12:36] "DELETE /project/8a3a73907ec84fa8965f346af397f354 HTTP/1.1" 404 173 0.006237 10.0.0.240 - - [2026-01-29 02:12:36] "DELETE /project/4faf846b0132452393f248d264894f49 HTTP/1.1" 404 173 0.005301 10.0.0.240 - - [2026-01-29 02:12:36] "GET /project/4faf846b-0132-4523-93f2-48d264894f49?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1460 0.058351 10.0.0.240 - - [2026-01-29 02:12:36] "GET /projects?obj_uuids=4faf846b-0132-4523-93f2-48d264894f49&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000923 10.0.0.240 - - [2026-01-29 02:12:37] "GET /project/4faf846b-0132-4523-93f2-48d264894f49?fields=security_groups HTTP/1.1" 200 1357 0.051242 10.0.0.240 - - [2026-01-29 02:12:37] "DELETE /security-group/6a5ffe76-90ef-4895-92df-c2e840ba314e HTTP/1.1" 200 115 0.085374 10.0.0.240 - - [2026-01-29 02:12:37] "GET /projects?obj_uuids=4faf846b-0132-4523-93f2-48d264894f49&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001534 10.0.0.240 - - [2026-01-29 02:12:37] "GET /project/4faf846b-0132-4523-93f2-48d264894f49?fields=application_policy_sets HTTP/1.1" 200 1396 0.095076 10.0.0.147 - - [2026-01-29 02:12:37] "DELETE /access-control-list/4fe2e406-def8-4c78-9180-57767941d061 HTTP/1.1" 200 115 0.086652 10.0.0.240 - - [2026-01-29 02:12:37] "DELETE /project/4faf846b-0132-4523-93f2-48d264894f49 HTTP/1.1" 200 115 0.535143 10.0.0.23 - - [2026-01-29 02:12:37] "POST /neutron/network HTTP/1.1" 200 840 0.010965 10.0.0.23 - - [2026-01-29 02:12:38] "POST /neutron/port HTTP/1.1" 200 1126 0.017919 10.0.0.240 - - [2026-01-29 02:12:40] "POST /useragent-kv HTTP/1.1" 200 115 0.005802 10.0.0.240 - - [2026-01-29 02:12:40] "POST /useragent-kv HTTP/1.1" 200 115 0.003359 10.0.0.23 - - [2026-01-29 02:12:40] "POST /neutron/network HTTP/1.1" 200 151 0.198154 10.0.0.240 - - [2026-01-29 02:12:41] "GET /projects?obj_uuids=01953e26-1d59-416d-8114-49dbcf95cefe&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001061 10.0.0.23 - - [2026-01-29 02:12:41] "GET /project/01953e26-1d59-416d-8114-49dbcf95cefe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1408 0.051483 10.0.0.240 - - [2026-01-29 02:12:41] "GET /projects?obj_uuids=01953e26-1d59-416d-8114-49dbcf95cefe&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001143 10.0.0.23 - - [2026-01-29 02:12:41] "GET /project/01953e26-1d59-416d-8114-49dbcf95cefe?fields=virtual_networks HTTP/1.1" 200 1054 0.050237 10.0.0.240 - - [2026-01-29 02:12:41] "GET /projects?obj_uuids=01953e26-1d59-416d-8114-49dbcf95cefe&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001303 10.0.0.23 - - [2026-01-29 02:12:41] "GET /project/01953e26-1d59-416d-8114-49dbcf95cefe?fields=virtual_machine_interfaces HTTP/1.1" 200 1054 0.058521 10.0.0.240 - - [2026-01-29 02:12:41] "GET /projects?obj_uuids=01953e26-1d59-416d-8114-49dbcf95cefe&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001143 10.0.0.23 - - [2026-01-29 02:12:41] "GET /project/01953e26-1d59-416d-8114-49dbcf95cefe?fields=security_groups HTTP/1.1" 200 1292 0.070874 10.0.0.240 - - [2026-01-29 02:12:41] "GET /projects?obj_uuids=8a3a7390-7ec8-4fa8-965f-346af397f354&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001055 10.0.0.23 - - [2026-01-29 02:12:42] "GET /project/8a3a7390-7ec8-4fa8-965f-346af397f354?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1274 0.052403 10.0.0.240 - - [2026-01-29 02:12:43] "GET /obj-perms HTTP/1.1" 200 5056 0.065212 10.0.0.240 - - [2026-01-29 02:12:47] "GET /projects?obj_uuids=8a3a7390-7ec8-4fa8-965f-346af397f354&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001331 10.0.0.23 - - [2026-01-29 02:12:47] "GET /project/8a3a7390-7ec8-4fa8-965f-346af397f354?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1274 0.058901 10.0.0.23 - - [2026-01-29 02:12:50] "POST /fqname-to-id HTTP/1.1" 404 200 0.028735 10.0.0.240 - - [2026-01-29 02:12:50] "GET /projects?obj_uuids=563bb306-7155-4a7b-a061-51fc7f9c8397&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003184 10.0.0.240 - - [2026-01-29 02:12:50] "GET /domains?obj_uuids=65230a56-1cf0-4d34-9498-1ad48da04806&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001184 10.0.0.240 - - [2026-01-29 02:12:50] "GET /domain/65230a56-1cf0-4d34-9498-1ad48da04806?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008825 10.0.0.240 - - [2026-01-29 02:12:51] "POST /id-to-fqname HTTP/1.1" 200 202 0.002406 10.0.0.240 - - [2026-01-29 02:12:51] "POST /fqname-to-id HTTP/1.1" 404 211 0.007558 10.0.0.240 - - [2026-01-29 02:12:51] "POST /security-groups HTTP/1.1" 200 603 0.052799 10.0.0.147 - - [2026-01-29 02:12:51] "POST /fqname-to-id HTTP/1.1" 404 246 0.005358 10.0.0.240 - - [2026-01-29 02:12:51] "POST /projects HTTP/1.1" 200 609 0.317256 10.0.0.240 - - [2026-01-29 02:12:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.398025 10.0.0.147 - - [2026-01-29 02:12:51] "POST /access-control-lists HTTP/1.1" 200 608 0.050968 10.0.0.23 - - [2026-01-29 02:12:51] "GET /project/563bb306-7155-4a7b-a061-51fc7f9c8397?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1414 0.568572 10.0.0.23 - - [2026-01-29 02:12:52] "GET / HTTP/1.1" 200 36215 0.003312 10.0.0.23 - - [2026-01-29 02:12:52] "POST /fqname-to-id HTTP/1.1" 401 292 0.000535 10.0.0.23 - - [2026-01-29 02:12:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.057251 10.0.0.240 - - [2026-01-29 02:12:53] "GET /projects?obj_uuids=563bb306-7155-4a7b-a061-51fc7f9c8397&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001122 10.0.0.23 - - [2026-01-29 02:12:53] "GET /project/563bb306-7155-4a7b-a061-51fc7f9c8397?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1414 0.066207 10.0.0.240 - - [2026-01-29 02:12:53] "POST /useragent-kv HTTP/1.1" 200 115 0.012742 10.0.0.23 - - [2026-01-29 02:12:53] "POST /neutron/subnet HTTP/1.1" 200 734 0.283063 10.0.0.23 - - [2026-01-29 02:12:53] "POST /id-to-fqname HTTP/1.1" 200 275 0.001415 10.0.0.23 - - [2026-01-29 02:12:53] "GET /virtual-network/8ddc712d-96dd-49e3-b9e1-ed3166fdbd27?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2202 0.011501 10.0.0.23 - - [2026-01-29 02:12:53] "GET /virtual-network/8ddc712d-96dd-49e3-b9e1-ed3166fdbd27?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2202 0.006312 10.0.0.23 - - [2026-01-29 02:12:53] "POST /neutron/network HTTP/1.1" 200 924 0.008700 10.0.0.23 - - [2026-01-29 02:12:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003746 10.0.0.240 - - [2026-01-29 02:12:54] "GET /projects?obj_uuids=563bb306-7155-4a7b-a061-51fc7f9c8397&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001082 10.0.0.23 - - [2026-01-29 02:12:54] "GET /project/563bb306-7155-4a7b-a061-51fc7f9c8397?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1414 0.072072 10.0.0.240 - - [2026-01-29 02:12:54] "GET /projects?obj_uuids=563bb306-7155-4a7b-a061-51fc7f9c8397&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001127 10.0.0.23 - - [2026-01-29 02:12:54] "POST /neutron/network HTTP/1.1" 200 703 0.176893 10.0.0.147 - - [2026-01-29 02:12:54] "POST /route-targets HTTP/1.1" 200 328 0.015016 10.0.0.23 - - [2026-01-29 02:12:54] "POST /id-to-fqname HTTP/1.1" 200 275 0.004873 10.0.0.23 - - [2026-01-29 02:12:54] "GET /virtual-network/539b8181-ed05-467a-833e-672c6c150990?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2200 0.006094 10.0.0.23 - - [2026-01-29 02:12:54] "POST /neutron/network HTTP/1.1" 200 924 0.007816 10.0.0.23 - - [2026-01-29 02:12:54] "GET /virtual-network/539b8181-ed05-467a-833e-672c6c150990?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2200 0.006127 10.0.0.23 - - [2026-01-29 02:12:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003904 10.0.0.240 - - [2026-01-29 02:12:54] "GET /projects?obj_uuids=563bb306-7155-4a7b-a061-51fc7f9c8397&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001056 10.0.0.23 - - [2026-01-29 02:12:54] "GET /project/563bb306-7155-4a7b-a061-51fc7f9c8397?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1414 0.082879 10.0.0.23 - - [2026-01-29 02:12:54] "POST /neutron/network HTTP/1.1" 200 117 0.021932 10.0.0.147 - - [2026-01-29 02:12:55] "POST /ref-update HTTP/1.1" 200 156 0.035833 10.0.0.23 - - [2026-01-29 02:12:55] "POST /neutron/network HTTP/1.1" 200 925 0.010401 10.0.0.23 - - [2026-01-29 02:12:55] "POST /id-to-fqname HTTP/1.1" 200 276 0.001308 10.0.0.23 - - [2026-01-29 02:12:55] "GET /virtual-network/77bbaf9f-d4f4-4eca-a34c-0528495cef3a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2201 0.005502 10.0.0.23 - - [2026-01-29 02:12:55] "GET /virtual-network/77bbaf9f-d4f4-4eca-a34c-0528495cef3a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2201 0.006007 10.0.0.23 - - [2026-01-29 02:12:55] "POST /neutron/subnet HTTP/1.1" 200 730 0.010947 10.0.0.23 - - [2026-01-29 02:12:55] "POST /id-to-fqname HTTP/1.1" 200 275 0.001355 10.0.0.240 - - [2026-01-29 02:12:56] "GET /projects?obj_uuids=563bb306-7155-4a7b-a061-51fc7f9c8397&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001096 10.0.0.23 - - [2026-01-29 02:12:56] "GET /project/563bb306-7155-4a7b-a061-51fc7f9c8397?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1414 0.095882 10.0.0.23 - - [2026-01-29 02:12:56] "POST /neutron/port HTTP/1.1" 200 117 0.006915 10.0.0.23 - - [2026-01-29 02:12:57] "POST /id-to-fqname HTTP/1.1" 200 276 0.001410 10.0.0.23 - - [2026-01-29 02:12:57] "POST /neutron/network HTTP/1.1" 200 935 0.010959 10.0.0.23 - - [2026-01-29 02:12:57] "POST /neutron/port HTTP/1.1" 200 1074 0.019380 10.0.0.240 - - [2026-01-29 02:12:58] "GET /projects?obj_uuids=563bb306-7155-4a7b-a061-51fc7f9c8397&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001131 10.0.0.23 - - [2026-01-29 02:12:58] "GET /project/563bb306-7155-4a7b-a061-51fc7f9c8397?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1414 0.127442 10.0.0.23 - - [2026-01-29 02:12:58] "POST /neutron/port HTTP/1.1" 200 1138 0.026752 10.0.0.23 - - [2026-01-29 02:12:58] "POST /neutron/subnet HTTP/1.1" 200 708 0.009449 10.0.0.23 - - [2026-01-29 02:12:58] "POST /neutron/port HTTP/1.1" 200 1138 0.037842 10.0.0.23 - - [2026-01-29 02:12:59] "POST /neutron/network HTTP/1.1" 200 935 0.009563 10.0.0.23 - - [2026-01-29 02:13:00] "POST /neutron/port HTTP/1.1" 200 1073 0.059276 10.0.0.23 - - [2026-01-29 02:13:00] "POST /neutron/port HTTP/1.1" 200 1127 0.150035 10.0.0.23 - - [2026-01-29 02:13:00] "POST /neutron/subnet HTTP/1.1" 200 704 0.010454 10.0.0.23 - - [2026-01-29 02:13:00] "POST /neutron/port HTTP/1.1" 200 1138 0.026003 10.0.0.23 - - [2026-01-29 02:13:02] "POST /neutron/network HTTP/1.1" 200 924 0.007625 10.0.0.23 - - [2026-01-29 02:13:02] "POST /neutron/network HTTP/1.1" 400 204 0.029124 10.0.0.23 - - [2026-01-29 02:13:04] "POST /neutron/network HTTP/1.1" 200 925 0.007352 10.0.0.23 - - [2026-01-29 02:13:04] "POST /neutron/port HTTP/1.1" 200 117 0.011355 10.0.0.23 - - [2026-01-29 02:13:05] "POST /neutron/port HTTP/1.1" 200 117 0.007159 10.0.0.147 - - [2026-01-29 02:13:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.006194 10.0.0.23 - - [2026-01-29 02:13:06] "POST /neutron/network HTTP/1.1" 200 924 0.007290 10.0.0.240 - - [2026-01-29 02:13:06] "GET /projects?obj_uuids=563bb306-7155-4a7b-a061-51fc7f9c8397&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001076 10.0.0.147 - - [2026-01-29 02:13:06] "DELETE /route-target/d5926f97-0c65-426a-a8b4-82ee541f2b9f HTTP/1.1" 200 115 0.038397 10.0.0.23 - - [2026-01-29 02:13:06] "GET /project/563bb306-7155-4a7b-a061-51fc7f9c8397?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1414 0.073456 10.0.0.240 - - [2026-01-29 02:13:06] "GET /projects?obj_uuids=563bb306-7155-4a7b-a061-51fc7f9c8397&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001749 10.0.0.23 - - [2026-01-29 02:13:06] "GET /project/563bb306-7155-4a7b-a061-51fc7f9c8397?fields=virtual_networks HTTP/1.1" 200 1058 0.075223 10.0.0.240 - - [2026-01-29 02:13:07] "GET /projects?obj_uuids=563bb306-7155-4a7b-a061-51fc7f9c8397&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001022 10.0.0.23 - - [2026-01-29 02:13:07] "GET /project/563bb306-7155-4a7b-a061-51fc7f9c8397?fields=virtual_machine_interfaces HTTP/1.1" 200 1058 0.072789 10.0.0.240 - - [2026-01-29 02:13:07] "GET /projects?obj_uuids=563bb306-7155-4a7b-a061-51fc7f9c8397&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001036 10.0.0.23 - - [2026-01-29 02:13:07] "GET /project/563bb306-7155-4a7b-a061-51fc7f9c8397?fields=security_groups HTTP/1.1" 200 1297 0.061908 10.0.0.23 - - [2026-01-29 02:13:08] "POST /fqname-to-id HTTP/1.1" 404 190 0.028820 10.0.0.240 - - [2026-01-29 02:13:08] "GET /projects?obj_uuids=0c083d97-6998-4b87-993a-0e456f4496a0&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003965 10.0.0.240 - - [2026-01-29 02:13:08] "GET /domains?obj_uuids=65230a56-1cf0-4d34-9498-1ad48da04806&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001046 10.0.0.240 - - [2026-01-29 02:13:08] "GET /domain/65230a56-1cf0-4d34-9498-1ad48da04806?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.009167 10.0.0.240 - - [2026-01-29 02:13:08] "POST /id-to-fqname HTTP/1.1" 200 192 0.002503 10.0.0.240 - - [2026-01-29 02:13:08] "POST /fqname-to-id HTTP/1.1" 404 201 0.017366 10.0.0.240 - - [2026-01-29 02:13:08] "POST /security-groups HTTP/1.1" 200 593 0.080971 10.0.0.240 - - [2026-01-29 02:13:08] "POST /projects HTTP/1.1" 200 589 0.327591 10.0.0.240 - - [2026-01-29 02:13:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.363256 10.0.0.147 - - [2026-01-29 02:13:08] "POST /fqname-to-id HTTP/1.1" 404 235 0.007612 10.0.0.23 - - [2026-01-29 02:13:08] "GET /project/0c083d97-6998-4b87-993a-0e456f4496a0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1373 0.527115 10.0.0.23 - - [2026-01-29 02:13:09] "GET / HTTP/1.1" 200 36215 0.001918 10.0.0.23 - - [2026-01-29 02:13:10] "POST /fqname-to-id HTTP/1.1" 401 292 0.000495 10.0.0.23 - - [2026-01-29 02:13:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.070548 10.0.0.240 - - [2026-01-29 02:13:10] "GET /projects?obj_uuids=0c083d97-6998-4b87-993a-0e456f4496a0&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001165 10.0.0.23 - - [2026-01-29 02:13:10] "GET /project/0c083d97-6998-4b87-993a-0e456f4496a0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1373 0.049939 10.0.0.240 - - [2026-01-29 02:13:10] "GET /projects?obj_uuids=0c083d97-6998-4b87-993a-0e456f4496a0&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001728 10.0.0.23 - - [2026-01-29 02:13:11] "POST /neutron/network HTTP/1.1" 200 673 0.196819 10.0.0.147 - - [2026-01-29 02:13:11] "POST /ref-update HTTP/1.1" 200 156 0.034990 10.0.0.23 - - [2026-01-29 02:13:11] "POST /id-to-fqname HTTP/1.1" 200 255 0.004180 10.0.0.23 - - [2026-01-29 02:13:11] "GET /virtual-network/96f14a73-69d0-47cd-b550-cd6ea0f2e592?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2143 0.005935 10.0.0.23 - - [2026-01-29 02:13:11] "POST /neutron/network HTTP/1.1" 200 891 0.007742 10.0.0.23 - - [2026-01-29 02:13:11] "GET /virtual-network/96f14a73-69d0-47cd-b550-cd6ea0f2e592?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2143 0.007328 10.0.0.23 - - [2026-01-29 02:13:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004175 10.0.0.240 - - [2026-01-29 02:13:11] "GET /projects?obj_uuids=0c083d97-6998-4b87-993a-0e456f4496a0&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001167 10.0.0.23 - - [2026-01-29 02:13:11] "GET /project/0c083d97-6998-4b87-993a-0e456f4496a0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1373 0.056958 10.0.0.23 - - [2026-01-29 02:13:11] "POST /neutron/network HTTP/1.1" 200 117 0.022460 10.0.0.23 - - [2026-01-29 02:13:12] "POST /neutron/network HTTP/1.1" 200 891 0.009717 10.0.0.23 - - [2026-01-29 02:13:12] "POST /id-to-fqname HTTP/1.1" 200 255 0.001277 10.0.0.23 - - [2026-01-29 02:13:12] "GET /virtual-network/dfb06263-91e6-4ba3-b689-16a60d413227?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2143 0.005475 10.0.0.23 - - [2026-01-29 02:13:12] "GET /virtual-network/dfb06263-91e6-4ba3-b689-16a60d413227?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2143 0.006176 10.0.0.23 - - [2026-01-29 02:13:12] "POST /neutron/subnet HTTP/1.1" 200 720 0.011522 10.0.0.23 - - [2026-01-29 02:13:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003543 10.0.0.240 - - [2026-01-29 02:13:12] "GET /projects?obj_uuids=0c083d97-6998-4b87-993a-0e456f4496a0&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001039 10.0.0.23 - - [2026-01-29 02:13:12] "GET /project/0c083d97-6998-4b87-993a-0e456f4496a0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1373 0.058346 10.0.0.147 - - [2026-01-29 02:13:12] "POST /route-targets HTTP/1.1" 200 328 0.016088 10.0.0.240 - - [2026-01-29 02:13:12] "POST /useragent-kv HTTP/1.1" 200 115 0.007824 10.0.0.23 - - [2026-01-29 02:13:12] "POST /neutron/subnet HTTP/1.1" 200 729 0.194612 10.0.0.23 - - [2026-01-29 02:13:12] "POST /id-to-fqname HTTP/1.1" 200 256 0.001408 10.0.0.23 - - [2026-01-29 02:13:12] "GET /virtual-network/4199bdc2-e120-4697-b18e-5891d471ad62?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2151 0.006363 10.0.0.23 - - [2026-01-29 02:13:12] "GET /virtual-network/4199bdc2-e120-4697-b18e-5891d471ad62?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2151 0.006016 10.0.0.23 - - [2026-01-29 02:13:12] "POST /neutron/network HTTP/1.1" 200 895 0.007503 10.0.0.23 - - [2026-01-29 02:13:12] "POST /id-to-fqname HTTP/1.1" 200 255 0.001397 10.0.0.240 - - [2026-01-29 02:13:13] "GET /projects?obj_uuids=0c083d97-6998-4b87-993a-0e456f4496a0&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001423 10.0.0.23 - - [2026-01-29 02:13:13] "GET /project/0c083d97-6998-4b87-993a-0e456f4496a0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1373 0.087436 10.0.0.23 - - [2026-01-29 02:13:13] "POST /neutron/network HTTP/1.1" 200 891 0.020256 10.0.0.23 - - [2026-01-29 02:13:14] "POST /id-to-fqname HTTP/1.1" 200 256 0.001368 10.0.0.23 - - [2026-01-29 02:13:14] "POST /neutron/port HTTP/1.1" 200 117 0.006994 10.0.0.240 - - [2026-01-29 02:13:14] "GET /projects?obj_uuids=0c083d97-6998-4b87-993a-0e456f4496a0&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002073 10.0.0.23 - - [2026-01-29 02:13:14] "POST /neutron/port HTTP/1.1" 200 1061 0.387871 10.0.0.240 - - [2026-01-29 02:13:14] "GET /projects?obj_uuids=0c083d97-6998-4b87-993a-0e456f4496a0&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001428 10.0.0.23 - - [2026-01-29 02:13:15] "GET /project/0c083d97-6998-4b87-993a-0e456f4496a0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1373 0.107539 10.0.0.23 - - [2026-01-29 02:13:15] "POST /neutron/port HTTP/1.1" 200 1115 0.168780 10.0.0.23 - - [2026-01-29 02:13:15] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004579 10.0.0.23 - - [2026-01-29 02:13:15] "POST /neutron/port HTTP/1.1" 200 117 0.001397 10.0.0.23 - - [2026-01-29 02:13:15] "POST /neutron/port HTTP/1.1" 200 117 0.006781 10.0.0.23 - - [2026-01-29 02:13:16] "POST /neutron/port HTTP/1.1" 200 1063 0.024334 10.0.0.23 - - [2026-01-29 02:13:16] "POST /neutron/port HTTP/1.1" 200 1127 0.021169 10.0.0.23 - - [2026-01-29 02:13:16] "POST /neutron/port HTTP/1.1" 200 117 0.001218 10.0.0.23 - - [2026-01-29 02:13:17] "POST /neutron/network HTTP/1.1" 400 204 0.015286 10.0.0.23 - - [2026-01-29 02:13:17] "POST /neutron/port HTTP/1.1" 200 151 0.251147 10.0.0.23 - - [2026-01-29 02:13:18] "POST /neutron/port HTTP/1.1" 200 151 0.223416 10.0.0.240 - - [2026-01-29 02:13:19] "POST /useragent-kv HTTP/1.1" 200 115 0.008892 10.0.0.240 - - [2026-01-29 02:13:19] "POST /useragent-kv HTTP/1.1" 200 115 0.005276 10.0.0.23 - - [2026-01-29 02:13:19] "POST /neutron/network HTTP/1.1" 200 151 0.159833 10.0.0.147 - - [2026-01-29 02:13:19] "DELETE /route-target/e051f94a-f91a-4f73-91b2-2b5e1f29fcaf HTTP/1.1" 200 115 0.032995 10.0.0.23 - - [2026-01-29 02:13:19] "POST /neutron/network HTTP/1.1" 200 891 0.010030 10.0.0.147 - - [2026-01-29 02:13:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003591 10.0.0.240 - - [2026-01-29 02:13:19] "GET /projects?obj_uuids=0c083d97-6998-4b87-993a-0e456f4496a0&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001123 10.0.0.23 - - [2026-01-29 02:13:19] "GET /project/0c083d97-6998-4b87-993a-0e456f4496a0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1373 0.050942 10.0.0.240 - - [2026-01-29 02:13:19] "GET /projects?obj_uuids=0c083d97-6998-4b87-993a-0e456f4496a0&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.010816 10.0.0.23 - - [2026-01-29 02:13:19] "GET /project/0c083d97-6998-4b87-993a-0e456f4496a0?fields=virtual_networks HTTP/1.1" 200 1037 0.064795 10.0.0.240 - - [2026-01-29 02:13:19] "GET /projects?obj_uuids=0c083d97-6998-4b87-993a-0e456f4496a0&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001067 10.0.0.23 - - [2026-01-29 02:13:19] "GET /project/0c083d97-6998-4b87-993a-0e456f4496a0?fields=virtual_machine_interfaces HTTP/1.1" 200 1037 0.052178 10.0.0.240 - - [2026-01-29 02:13:19] "GET /projects?obj_uuids=0c083d97-6998-4b87-993a-0e456f4496a0&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002174 10.0.0.23 - - [2026-01-29 02:13:19] "GET /project/0c083d97-6998-4b87-993a-0e456f4496a0?fields=security_groups HTTP/1.1" 200 1266 0.060605 10.0.0.23 - - [2026-01-29 02:13:20] "POST /fqname-to-id HTTP/1.1" 404 196 0.027491 10.0.0.240 - - [2026-01-29 02:13:20] "GET /projects?obj_uuids=fe753bea-752a-48a4-8a9d-efd91330e87e&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003262 10.0.0.240 - - [2026-01-29 02:13:20] "GET /domains?obj_uuids=65230a56-1cf0-4d34-9498-1ad48da04806&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000998 10.0.0.240 - - [2026-01-29 02:13:20] "GET /domain/65230a56-1cf0-4d34-9498-1ad48da04806?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007842 10.0.0.240 - - [2026-01-29 02:13:21] "POST /id-to-fqname HTTP/1.1" 200 198 0.002649 10.0.0.240 - - [2026-01-29 02:13:21] "POST /fqname-to-id HTTP/1.1" 404 207 0.019777 10.0.0.240 - - [2026-01-29 02:13:21] "POST /security-groups HTTP/1.1" 200 599 0.082196 10.0.0.240 - - [2026-01-29 02:13:21] "POST /projects HTTP/1.1" 200 601 0.356696 10.0.0.240 - - [2026-01-29 02:13:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.394868 10.0.0.147 - - [2026-01-29 02:13:21] "POST /access-control-lists HTTP/1.1" 200 606 0.036992 10.0.0.23 - - [2026-01-29 02:13:21] "GET /project/fe753bea-752a-48a4-8a9d-efd91330e87e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.548723 10.0.0.23 - - [2026-01-29 02:13:22] "GET / HTTP/1.1" 200 36215 0.002465 10.0.0.23 - - [2026-01-29 02:13:22] "POST /fqname-to-id HTTP/1.1" 401 292 0.000528 10.0.0.23 - - [2026-01-29 02:13:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.055189 10.0.0.240 - - [2026-01-29 02:13:23] "GET /projects?obj_uuids=fe753bea-752a-48a4-8a9d-efd91330e87e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000966 10.0.0.23 - - [2026-01-29 02:13:23] "GET /project/fe753bea-752a-48a4-8a9d-efd91330e87e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.049965 10.0.0.240 - - [2026-01-29 02:13:23] "GET /projects?obj_uuids=fe753bea-752a-48a4-8a9d-efd91330e87e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001044 10.0.0.23 - - [2026-01-29 02:13:23] "POST /neutron/network HTTP/1.1" 200 691 0.192662 10.0.0.147 - - [2026-01-29 02:13:23] "POST /route-targets HTTP/1.1" 200 328 0.014964 10.0.0.23 - - [2026-01-29 02:13:23] "POST /id-to-fqname HTTP/1.1" 200 267 0.003873 10.0.0.23 - - [2026-01-29 02:13:23] "GET /virtual-network/692adb51-40c7-42aa-a3d6-68430c576a59?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2172 0.014508 10.0.0.23 - - [2026-01-29 02:13:24] "POST /neutron/network HTTP/1.1" 200 909 0.008975 10.0.0.23 - - [2026-01-29 02:13:24] "GET /virtual-network/692adb51-40c7-42aa-a3d6-68430c576a59?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2172 0.007892 10.0.0.23 - - [2026-01-29 02:13:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004019 10.0.0.240 - - [2026-01-29 02:13:24] "GET /projects?obj_uuids=fe753bea-752a-48a4-8a9d-efd91330e87e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001027 10.0.0.23 - - [2026-01-29 02:13:24] "GET /project/fe753bea-752a-48a4-8a9d-efd91330e87e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.056112 10.0.0.23 - - [2026-01-29 02:13:24] "POST /neutron/network HTTP/1.1" 200 117 0.014920 10.0.0.147 - - [2026-01-29 02:13:24] "POST /ref-update HTTP/1.1" 200 156 0.026356 10.0.0.23 - - [2026-01-29 02:13:24] "POST /neutron/network HTTP/1.1" 200 910 0.009521 10.0.0.23 - - [2026-01-29 02:13:24] "POST /id-to-fqname HTTP/1.1" 200 267 0.001196 10.0.0.23 - - [2026-01-29 02:13:24] "GET /virtual-network/835f95a1-f233-41e8-bb03-e9c4345de603?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2175 0.005587 10.0.0.23 - - [2026-01-29 02:13:24] "GET /virtual-network/835f95a1-f233-41e8-bb03-e9c4345de603?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2175 0.008977 10.0.0.23 - - [2026-01-29 02:13:24] "POST /neutron/subnet HTTP/1.1" 200 725 0.009418 10.0.0.23 - - [2026-01-29 02:13:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003343 10.0.0.240 - - [2026-01-29 02:13:24] "GET /projects?obj_uuids=fe753bea-752a-48a4-8a9d-efd91330e87e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001064 10.0.0.23 - - [2026-01-29 02:13:24] "GET /project/fe753bea-752a-48a4-8a9d-efd91330e87e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.052485 10.0.0.240 - - [2026-01-29 02:13:25] "POST /useragent-kv HTTP/1.1" 200 115 0.008973 10.0.0.23 - - [2026-01-29 02:13:25] "POST /neutron/subnet HTTP/1.1" 200 720 0.216446 10.0.0.23 - - [2026-01-29 02:13:25] "POST /id-to-fqname HTTP/1.1" 200 268 0.001469 10.0.0.23 - - [2026-01-29 02:13:25] "GET /virtual-network/c8e02943-f796-4813-b8e1-3101512af859?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2177 0.006025 10.0.0.23 - - [2026-01-29 02:13:25] "GET /virtual-network/c8e02943-f796-4813-b8e1-3101512af859?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2177 0.005824 10.0.0.23 - - [2026-01-29 02:13:25] "POST /neutron/network HTTP/1.1" 200 911 0.010973 10.0.0.23 - - [2026-01-29 02:13:25] "POST /id-to-fqname HTTP/1.1" 200 267 0.001320 10.0.0.240 - - [2026-01-29 02:13:37] "DELETE /project/fe753bea752a48a48a9defd91330e87e HTTP/1.1" 404 173 0.019047 10.0.0.240 - - [2026-01-29 02:13:37] "DELETE /project/563bb30671554a7ba06151fc7f9c8397 HTTP/1.1" 404 173 0.015073 10.0.0.240 - - [2026-01-29 02:13:37] "DELETE /project/0c083d9769984b87993a0e456f4496a0 HTTP/1.1" 404 173 0.013939 10.0.0.240 - - [2026-01-29 02:13:37] "GET /projects?obj_uuids=0c083d97-6998-4b87-993a-0e456f4496a0&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001815 10.0.0.240 - - [2026-01-29 02:13:37] "GET /projects?obj_uuids=563bb306-7155-4a7b-a061-51fc7f9c8397&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001245 10.0.0.240 - - [2026-01-29 02:13:37] "GET /projects?obj_uuids=01953e26-1d59-416d-8114-49dbcf95cefe&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001289 10.0.0.240 - - [2026-01-29 02:13:37] "GET /project/563bb306-7155-4a7b-a061-51fc7f9c8397?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1516 0.112655 10.0.0.240 - - [2026-01-29 02:13:37] "GET /project/01953e26-1d59-416d-8114-49dbcf95cefe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1510 0.119732 10.0.0.240 - - [2026-01-29 02:13:37] "GET /project/0c083d97-6998-4b87-993a-0e456f4496a0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1475 0.154280 10.0.0.240 - - [2026-01-29 02:13:37] "GET /projects?obj_uuids=563bb306-7155-4a7b-a061-51fc7f9c8397&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001917 10.0.0.240 - - [2026-01-29 02:13:37] "GET /projects?obj_uuids=0c083d97-6998-4b87-993a-0e456f4496a0&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001042 10.0.0.240 - - [2026-01-29 02:13:37] "GET /projects?obj_uuids=01953e26-1d59-416d-8114-49dbcf95cefe&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000904 10.0.0.240 - - [2026-01-29 02:13:37] "GET /project/563bb306-7155-4a7b-a061-51fc7f9c8397?fields=security_groups HTTP/1.1" 200 1399 0.085144 10.0.0.240 - - [2026-01-29 02:13:37] "GET /project/01953e26-1d59-416d-8114-49dbcf95cefe?fields=security_groups HTTP/1.1" 200 1394 0.096334 10.0.0.240 - - [2026-01-29 02:13:37] "GET /project/0c083d97-6998-4b87-993a-0e456f4496a0?fields=security_groups HTTP/1.1" 200 1368 0.119447 10.0.0.240 - - [2026-01-29 02:13:37] "DELETE /security-group/35f0e8b4-4150-4f2a-9387-17e87a48d753 HTTP/1.1" 200 115 0.161094 10.0.0.240 - - [2026-01-29 02:13:37] "GET /projects?obj_uuids=563bb306-7155-4a7b-a061-51fc7f9c8397&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.002629 10.0.0.240 - - [2026-01-29 02:13:37] "DELETE /security-group/314289d4-3fd7-444e-85a1-bbf42e43decf HTTP/1.1" 200 115 0.173932 10.0.0.240 - - [2026-01-29 02:13:37] "GET /projects?obj_uuids=01953e26-1d59-416d-8114-49dbcf95cefe&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000884 10.0.0.147 - - [2026-01-29 02:13:38] "DELETE /access-control-list/b35bb36e-a04f-4e39-9fc3-872d9661de8b HTTP/1.1" 200 115 0.113849 10.0.0.240 - - [2026-01-29 02:13:38] "DELETE /security-group/7e30ce4c-c0b1-46dd-9a57-1c9b2107a8af HTTP/1.1" 200 115 0.160207 10.0.0.240 - - [2026-01-29 02:13:38] "GET /projects?obj_uuids=0c083d97-6998-4b87-993a-0e456f4496a0&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001130 10.0.0.240 - - [2026-01-29 02:13:38] "GET /project/563bb306-7155-4a7b-a061-51fc7f9c8397?fields=application_policy_sets HTTP/1.1" 200 1438 0.120400 10.0.0.240 - - [2026-01-29 02:13:38] "GET /project/01953e26-1d59-416d-8114-49dbcf95cefe?fields=application_policy_sets HTTP/1.1" 200 1433 0.125121 10.0.0.240 - - [2026-01-29 02:13:38] "GET /project/0c083d97-6998-4b87-993a-0e456f4496a0?fields=application_policy_sets HTTP/1.1" 200 1407 0.110738 10.0.0.147 - - [2026-01-29 02:13:38] "DELETE /access-control-list/ac7c483c-c2a1-4bce-a202-562af825b067 HTTP/1.1" 200 115 0.085858 10.0.0.240 - - [2026-01-29 02:13:38] "DELETE /project/563bb306-7155-4a7b-a061-51fc7f9c8397 HTTP/1.1" 200 115 0.858775 10.0.0.240 - - [2026-01-29 02:13:38] "DELETE /project/01953e26-1d59-416d-8114-49dbcf95cefe HTTP/1.1" 200 115 0.848322 10.0.0.240 - - [2026-01-29 02:13:38] "DELETE /project/0c083d97-6998-4b87-993a-0e456f4496a0 HTTP/1.1" 200 115 0.927184 10.0.0.147 - - [2026-01-29 02:13:44] "GET /obj-perms HTTP/1.1" 200 5056 0.060457 10.0.0.240 - - [2026-01-29 02:13:59] "GET /projects?obj_uuids=fe753bea-752a-48a4-8a9d-efd91330e87e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001038 10.0.0.23 - - [2026-01-29 02:13:59] "GET /project/fe753bea-752a-48a4-8a9d-efd91330e87e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.091691 10.0.0.23 - - [2026-01-29 02:13:59] "POST /neutron/network HTTP/1.1" 200 910 0.009546 10.0.0.23 - - [2026-01-29 02:13:59] "POST /id-to-fqname HTTP/1.1" 200 268 0.001480 10.0.0.23 - - [2026-01-29 02:13:59] "POST /neutron/port HTTP/1.1" 200 117 0.010191 10.0.0.240 - - [2026-01-29 02:13:59] "GET /projects?obj_uuids=fe753bea-752a-48a4-8a9d-efd91330e87e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001190 10.0.0.23 - - [2026-01-29 02:14:00] "POST /neutron/port HTTP/1.1" 200 1068 0.452882 10.0.0.240 - - [2026-01-29 02:14:00] "GET /projects?obj_uuids=fe753bea-752a-48a4-8a9d-efd91330e87e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001584 10.0.0.23 - - [2026-01-29 02:14:00] "GET /project/fe753bea-752a-48a4-8a9d-efd91330e87e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.104504 10.0.0.23 - - [2026-01-29 02:14:00] "POST /neutron/port HTTP/1.1" 200 1068 0.022302 10.0.0.23 - - [2026-01-29 02:14:00] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007800 10.0.0.240 - - [2026-01-29 02:14:01] "GET /projects?obj_uuids=8a3a7390-7ec8-4fa8-965f-346af397f354&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001195 10.0.0.23 - - [2026-01-29 02:14:01] "GET /project/8a3a7390-7ec8-4fa8-965f-346af397f354?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1274 0.071175 10.0.0.23 - - [2026-01-29 02:14:01] "POST /neutron/floatingip HTTP/1.1" 200 117 0.011285 10.0.0.23 - - [2026-01-29 02:14:01] "POST /neutron/network HTTP/1.1" 200 910 0.007312 10.0.0.23 - - [2026-01-29 02:14:02] "POST /neutron/port HTTP/1.1" 200 1067 0.032905 10.0.0.23 - - [2026-01-29 02:14:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004230 10.0.0.23 - - [2026-01-29 02:14:02] "GET /security-group/a82ceab5-9441-4197-ae70-a4907df15a2e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3688 0.011452 10.0.0.23 - - [2026-01-29 02:14:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.005249 10.0.0.240 - - [2026-01-29 02:14:02] "GET /projects?obj_uuids=8a3a7390-7ec8-4fa8-965f-346af397f354&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001534 10.0.0.23 - - [2026-01-29 02:14:02] "GET /project/8a3a7390-7ec8-4fa8-965f-346af397f354?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1274 0.085658 10.0.0.23 - - [2026-01-29 02:14:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004197 10.0.0.23 - - [2026-01-29 02:14:02] "GET /security-group/a82ceab5-9441-4197-ae70-a4907df15a2e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3688 0.005091 10.0.0.23 - - [2026-01-29 02:14:02] "POST /neutron/port HTTP/1.1" 200 1131 0.033077 10.0.0.23 - - [2026-01-29 02:14:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.009935 10.0.0.23 - - [2026-01-29 02:14:02] "PUT /security-group/a82ceab5-9441-4197-ae70-a4907df15a2e HTTP/1.1" 200 263 0.046609 10.0.0.147 - - [2026-01-29 02:14:02] "PUT /access-control-list/c8edd275-5fb0-4d50-9308-749dd98dee2e HTTP/1.1" 200 273 0.024009 10.0.0.23 - - [2026-01-29 02:14:02] "POST /neutron/port HTTP/1.1" 200 117 0.004890 10.0.0.23 - - [2026-01-29 02:14:03] "POST /fqname-to-id HTTP/1.1" 404 193 0.009456 10.0.0.23 - - [2026-01-29 02:14:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.005316 10.0.0.240 - - [2026-01-29 02:14:03] "GET /domains?obj_uuids=65230a56-1cf0-4d34-9498-1ad48da04806&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001103 10.0.0.23 - - [2026-01-29 02:14:03] "GET /domain/65230a56-1cf0-4d34-9498-1ad48da04806?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.009951 10.0.0.23 - - [2026-01-29 02:14:03] "POST /service-templates HTTP/1.1" 200 545 0.045071 10.0.0.23 - - [2026-01-29 02:14:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.005237 10.0.0.23 - - [2026-01-29 02:14:03] "GET /service-template/97173c4d-5065-4523-a739-211b9eaf8b6c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1826 0.011519 10.0.0.23 - - [2026-01-29 02:14:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.006583 10.0.0.23 - - [2026-01-29 02:14:03] "GET /service-template/97173c4d-5065-4523-a739-211b9eaf8b6c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1826 0.009593 10.0.0.23 - - [2026-01-29 02:14:03] "POST /id-to-fqname HTTP/1.1" 200 267 0.002366 10.0.0.23 - - [2026-01-29 02:14:03] "POST /id-to-fqname HTTP/1.1" 200 267 0.002780 10.0.0.23 - - [2026-01-29 02:14:03] "POST /id-to-fqname HTTP/1.1" 200 268 0.002998 10.0.0.23 - - [2026-01-29 02:14:04] "POST /neutron/security_group HTTP/1.1" 200 2066 0.010188 10.0.0.23 - - [2026-01-29 02:14:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.009645 10.0.0.23 - - [2026-01-29 02:14:04] "DELETE /service-template/97173c4d-5065-4523-a739-211b9eaf8b6c HTTP/1.1" 200 115 0.056024 10.0.0.23 - - [2026-01-29 02:14:04] "POST /fqname-to-id HTTP/1.1" 404 193 0.004465 10.0.0.23 - - [2026-01-29 02:14:09] "POST /neutron/network HTTP/1.1" 200 910 0.013326 10.0.0.23 - - [2026-01-29 02:14:11] "POST /neutron/network HTTP/1.1" 400 204 0.024011 10.0.0.23 - - [2026-01-29 02:14:15] "POST /neutron/network HTTP/1.1" 200 910 0.013691 10.0.0.23 - - [2026-01-29 02:14:17] "POST /neutron/network HTTP/1.1" 400 204 0.026172 10.0.0.23 - - [2026-01-29 02:14:21] "POST /neutron/network HTTP/1.1" 200 910 0.008594 10.0.0.23 - - [2026-01-29 02:14:23] "POST /neutron/network HTTP/1.1" 400 204 0.015259 10.0.0.23 - - [2026-01-29 02:14:27] "POST /neutron/network HTTP/1.1" 200 910 0.014544 10.0.0.23 - - [2026-01-29 02:14:29] "POST /neutron/network HTTP/1.1" 400 204 0.018560 10.0.0.23 - - [2026-01-29 02:14:33] "POST /neutron/network HTTP/1.1" 200 910 0.008949 10.0.0.23 - - [2026-01-29 02:14:35] "POST /neutron/network HTTP/1.1" 400 204 0.015560 10.0.0.23 - - [2026-01-29 02:14:39] "POST /neutron/network HTTP/1.1" 200 910 0.008155 10.0.0.23 - - [2026-01-29 02:14:41] "POST /neutron/network HTTP/1.1" 400 204 0.015943 10.0.0.23 - - [2026-01-29 02:14:45] "GET /obj-perms HTTP/1.1" 200 5056 0.058707 10.0.0.23 - - [2026-01-29 02:14:46] "POST /neutron/network HTTP/1.1" 200 910 0.008724 10.0.0.23 - - [2026-01-29 02:14:48] "POST /neutron/network HTTP/1.1" 400 204 0.017171 10.0.0.147 - - [2026-01-29 02:14:51] "GET /global-system-configs HTTP/1.1" 401 292 0.000715 10.0.0.147 - - [2026-01-29 02:14:51] "GET /global-system-configs HTTP/1.1" 401 292 0.000454 10.0.0.23 - - [2026-01-29 02:14:52] "POST /neutron/network HTTP/1.1" 200 910 0.008495 10.0.0.147 - - [2026-01-29 02:14:52] "GET /global-system-configs HTTP/1.1" 401 292 0.000442 10.0.0.147 - - [2026-01-29 02:14:52] "GET /global-system-configs HTTP/1.1" 401 292 0.000489 10.0.0.23 - - [2026-01-29 02:14:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000606 10.0.0.23 - - [2026-01-29 02:14:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000592 10.0.0.240 - - [2026-01-29 02:14:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000496 10.0.0.240 - - [2026-01-29 02:14:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000436 10.0.0.23 - - [2026-01-29 02:14:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000404 10.0.0.23 - - [2026-01-29 02:14:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000423 10.0.0.23 - - [2026-01-29 02:14:54] "POST /neutron/network HTTP/1.1" 400 204 0.013592 10.0.0.240 - - [2026-01-29 02:14:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000525 10.0.0.240 - - [2026-01-29 02:14:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000456 10.0.0.23 - - [2026-01-29 02:14:54] "POST /neutron/port HTTP/1.1" 200 151 0.206614 10.0.0.240 - - [2026-01-29 02:14:56] "POST /useragent-kv HTTP/1.1" 200 115 0.003315 10.0.0.240 - - [2026-01-29 02:14:56] "POST /useragent-kv HTTP/1.1" 200 115 0.002686 10.0.0.23 - - [2026-01-29 02:14:56] "POST /neutron/network HTTP/1.1" 200 151 0.169472 10.0.0.147 - - [2026-01-29 02:14:56] "DELETE /route-target/ad2306e8-ef02-4f79-90eb-0ce748797288 HTTP/1.1" 200 115 0.042610 10.0.0.23 - - [2026-01-29 02:14:58] "POST /neutron/port HTTP/1.1" 200 1131 0.031125 10.0.0.23 - - [2026-01-29 02:14:58] "POST /neutron/network HTTP/1.1" 200 911 0.011088 10.0.0.240 - - [2026-01-29 02:14:58] "POST /useragent-kv HTTP/1.1" 200 115 0.007450 10.0.0.147 - - [2026-01-29 02:14:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.007050 10.0.0.240 - - [2026-01-29 02:14:58] "POST /useragent-kv HTTP/1.1" 200 115 0.003341 10.0.0.23 - - [2026-01-29 02:14:58] "POST /neutron/network HTTP/1.1" 200 151 0.139294 10.0.0.240 - - [2026-01-29 02:14:58] "GET /projects?obj_uuids=fe753bea-752a-48a4-8a9d-efd91330e87e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.009088 10.0.0.23 - - [2026-01-29 02:14:58] "GET /project/fe753bea-752a-48a4-8a9d-efd91330e87e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.102183 10.0.0.240 - - [2026-01-29 02:14:58] "GET /projects?obj_uuids=fe753bea-752a-48a4-8a9d-efd91330e87e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001624 10.0.0.23 - - [2026-01-29 02:14:59] "GET /project/fe753bea-752a-48a4-8a9d-efd91330e87e?fields=virtual_networks HTTP/1.1" 200 1050 0.079120 10.0.0.240 - - [2026-01-29 02:14:59] "GET /projects?obj_uuids=fe753bea-752a-48a4-8a9d-efd91330e87e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001178 10.0.0.23 - - [2026-01-29 02:14:59] "GET /project/fe753bea-752a-48a4-8a9d-efd91330e87e?fields=virtual_machine_interfaces HTTP/1.1" 200 1050 0.066418 10.0.0.240 - - [2026-01-29 02:14:59] "GET /projects?obj_uuids=fe753bea-752a-48a4-8a9d-efd91330e87e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001848 10.0.0.23 - - [2026-01-29 02:14:59] "GET /project/fe753bea-752a-48a4-8a9d-efd91330e87e?fields=security_groups HTTP/1.1" 200 1285 0.072196 10.0.0.23 - - [2026-01-29 02:15:00] "POST /fqname-to-id HTTP/1.1" 404 189 0.027557 10.0.0.240 - - [2026-01-29 02:15:00] "GET /projects?obj_uuids=4aa3bc0e-0373-401f-b80f-d60aa43db485&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003513 10.0.0.240 - - [2026-01-29 02:15:00] "GET /domains?obj_uuids=65230a56-1cf0-4d34-9498-1ad48da04806&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001129 10.0.0.240 - - [2026-01-29 02:15:00] "GET /domain/65230a56-1cf0-4d34-9498-1ad48da04806?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007935 10.0.0.240 - - [2026-01-29 02:15:00] "POST /id-to-fqname HTTP/1.1" 200 191 0.002749 10.0.0.240 - - [2026-01-29 02:15:00] "POST /fqname-to-id HTTP/1.1" 404 200 0.008460 10.0.0.240 - - [2026-01-29 02:15:00] "POST /security-groups HTTP/1.1" 200 592 0.081543 10.0.0.240 - - [2026-01-29 02:15:00] "POST /projects HTTP/1.1" 200 587 0.318273 10.0.0.147 - - [2026-01-29 02:15:00] "POST /access-control-lists HTTP/1.1" 200 599 0.031249 10.0.0.240 - - [2026-01-29 02:15:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.393289 10.0.0.23 - - [2026-01-29 02:15:00] "GET /project/4aa3bc0e-0373-401f-b80f-d60aa43db485?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.542785 10.0.0.23 - - [2026-01-29 02:15:01] "GET / HTTP/1.1" 200 36215 0.001637 10.0.0.23 - - [2026-01-29 02:15:02] "POST /fqname-to-id HTTP/1.1" 401 292 0.000492 10.0.0.23 - - [2026-01-29 02:15:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.070355 10.0.0.240 - - [2026-01-29 02:15:02] "GET /projects?obj_uuids=4aa3bc0e-0373-401f-b80f-d60aa43db485&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001116 10.0.0.23 - - [2026-01-29 02:15:02] "GET /project/4aa3bc0e-0373-401f-b80f-d60aa43db485?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.045157 10.0.0.240 - - [2026-01-29 02:15:02] "GET /projects?obj_uuids=4aa3bc0e-0373-401f-b80f-d60aa43db485&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001111 10.0.0.23 - - [2026-01-29 02:15:02] "POST /neutron/network HTTP/1.1" 200 670 0.164000 10.0.0.23 - - [2026-01-29 02:15:03] "POST /id-to-fqname HTTP/1.1" 200 253 0.003733 10.0.0.23 - - [2026-01-29 02:15:03] "GET /virtual-network/7276b7a4-ab7e-4183-bc1f-bf7507935dc1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2146 0.006413 10.0.0.23 - - [2026-01-29 02:15:03] "POST /neutron/network HTTP/1.1" 200 891 0.007620 10.0.0.23 - - [2026-01-29 02:15:03] "GET /virtual-network/7276b7a4-ab7e-4183-bc1f-bf7507935dc1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2146 0.006556 10.0.0.23 - - [2026-01-29 02:15:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003515 10.0.0.240 - - [2026-01-29 02:15:03] "GET /projects?obj_uuids=4aa3bc0e-0373-401f-b80f-d60aa43db485&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001127 10.0.0.23 - - [2026-01-29 02:15:03] "GET /project/4aa3bc0e-0373-401f-b80f-d60aa43db485?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.050300 10.0.0.147 - - [2026-01-29 02:15:03] "POST /route-targets HTTP/1.1" 200 328 0.016084 10.0.0.23 - - [2026-01-29 02:15:03] "POST /neutron/network HTTP/1.1" 200 117 0.024901 10.0.0.147 - - [2026-01-29 02:15:03] "POST /ref-update HTTP/1.1" 200 156 0.031112 10.0.0.23 - - [2026-01-29 02:15:03] "POST /neutron/network HTTP/1.1" 200 889 0.009825 10.0.0.23 - - [2026-01-29 02:15:03] "POST /id-to-fqname HTTP/1.1" 200 253 0.001237 10.0.0.23 - - [2026-01-29 02:15:03] "GET /virtual-network/e5d88450-1ebd-49dd-ae72-99e65f803311?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2141 0.005125 10.0.0.23 - - [2026-01-29 02:15:03] "GET /virtual-network/e5d88450-1ebd-49dd-ae72-99e65f803311?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2141 0.005868 10.0.0.23 - - [2026-01-29 02:15:03] "POST /neutron/subnet HTTP/1.1" 200 724 0.010322 10.0.0.23 - - [2026-01-29 02:15:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003602 10.0.0.240 - - [2026-01-29 02:15:03] "GET /projects?obj_uuids=4aa3bc0e-0373-401f-b80f-d60aa43db485&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001076 10.0.0.23 - - [2026-01-29 02:15:04] "GET /project/4aa3bc0e-0373-401f-b80f-d60aa43db485?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.050537 10.0.0.240 - - [2026-01-29 02:15:04] "POST /useragent-kv HTTP/1.1" 200 115 0.010227 10.0.0.23 - - [2026-01-29 02:15:04] "POST /neutron/subnet HTTP/1.1" 200 729 0.292226 10.0.0.23 - - [2026-01-29 02:15:04] "POST /id-to-fqname HTTP/1.1" 200 254 0.001350 10.0.0.23 - - [2026-01-29 02:15:04] "GET /virtual-network/b56f579a-ff20-4bd0-a3d4-5bc71215aed4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2148 0.006009 10.0.0.23 - - [2026-01-29 02:15:04] "GET /virtual-network/b56f579a-ff20-4bd0-a3d4-5bc71215aed4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2148 0.005680 10.0.0.23 - - [2026-01-29 02:15:04] "POST /neutron/network HTTP/1.1" 200 892 0.008291 10.0.0.23 - - [2026-01-29 02:15:04] "POST /id-to-fqname HTTP/1.1" 200 253 0.001387 10.0.0.240 - - [2026-01-29 02:15:05] "GET /projects?obj_uuids=4aa3bc0e-0373-401f-b80f-d60aa43db485&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001316 10.0.0.23 - - [2026-01-29 02:15:05] "GET /project/4aa3bc0e-0373-401f-b80f-d60aa43db485?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.093497 10.0.0.23 - - [2026-01-29 02:15:05] "POST /neutron/network HTTP/1.1" 200 889 0.009440 10.0.0.23 - - [2026-01-29 02:15:05] "POST /id-to-fqname HTTP/1.1" 200 254 0.001882 10.0.0.23 - - [2026-01-29 02:15:05] "POST /neutron/port HTTP/1.1" 200 117 0.007357 10.0.0.240 - - [2026-01-29 02:15:06] "GET /projects?obj_uuids=4aa3bc0e-0373-401f-b80f-d60aa43db485&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001273 10.0.0.23 - - [2026-01-29 02:15:06] "POST /neutron/port HTTP/1.1" 200 1061 0.365373 10.0.0.23 - - [2026-01-29 02:15:06] "POST /neutron/port HTTP/1.1" 200 1115 0.135687 10.0.0.240 - - [2026-01-29 02:15:06] "GET /projects?obj_uuids=4aa3bc0e-0373-401f-b80f-d60aa43db485&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001639 10.0.0.23 - - [2026-01-29 02:15:06] "GET /project/4aa3bc0e-0373-401f-b80f-d60aa43db485?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.089891 10.0.0.23 - - [2026-01-29 02:15:07] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004221 10.0.0.23 - - [2026-01-29 02:15:07] "POST /neutron/network HTTP/1.1" 200 889 0.007725 10.0.0.23 - - [2026-01-29 02:15:07] "POST /neutron/port HTTP/1.1" 200 117 0.010697 10.0.0.23 - - [2026-01-29 02:15:08] "POST /fqname-to-id HTTP/1.1" 404 193 0.003634 10.0.0.23 - - [2026-01-29 02:15:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.005152 10.0.0.240 - - [2026-01-29 02:15:08] "GET /domains?obj_uuids=65230a56-1cf0-4d34-9498-1ad48da04806&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001736 10.0.0.23 - - [2026-01-29 02:15:08] "GET /domain/65230a56-1cf0-4d34-9498-1ad48da04806?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.016684 10.0.0.23 - - [2026-01-29 02:15:08] "POST /neutron/port HTTP/1.1" 200 1062 0.033323 10.0.0.23 - - [2026-01-29 02:15:08] "POST /service-templates HTTP/1.1" 200 545 0.042255 10.0.0.23 - - [2026-01-29 02:15:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.005656 10.0.0.23 - - [2026-01-29 02:15:08] "GET /service-template/135e92b4-e30c-4ab4-9253-c043d7000dd2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1818 0.006659 10.0.0.23 - - [2026-01-29 02:15:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.008605 10.0.0.23 - - [2026-01-29 02:15:08] "GET /service-template/135e92b4-e30c-4ab4-9253-c043d7000dd2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1818 0.004690 10.0.0.23 - - [2026-01-29 02:15:08] "POST /id-to-fqname HTTP/1.1" 200 253 0.001420 10.0.0.23 - - [2026-01-29 02:15:08] "POST /neutron/port HTTP/1.1" 200 1126 0.029211 10.0.0.23 - - [2026-01-29 02:15:08] "POST /id-to-fqname HTTP/1.1" 200 253 0.001455 10.0.0.23 - - [2026-01-29 02:15:08] "POST /neutron/port HTTP/1.1" 200 117 0.001228 10.0.0.23 - - [2026-01-29 02:15:08] "POST /id-to-fqname HTTP/1.1" 200 254 0.001417 10.0.0.23 - - [2026-01-29 02:15:08] "POST /neutron/security_group HTTP/1.1" 200 2059 0.010581 10.0.0.23 - - [2026-01-29 02:15:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003994 10.0.0.23 - - [2026-01-29 02:15:08] "DELETE /service-template/135e92b4-e30c-4ab4-9253-c043d7000dd2 HTTP/1.1" 200 115 0.035822 10.0.0.23 - - [2026-01-29 02:15:08] "POST /fqname-to-id HTTP/1.1" 404 193 0.003852 10.0.0.23 - - [2026-01-29 02:15:11] "POST /neutron/port HTTP/1.1" 200 1126 0.022993 10.0.0.23 - - [2026-01-29 02:15:11] "POST /neutron/port HTTP/1.1" 200 1125 0.052677 10.0.0.23 - - [2026-01-29 02:15:13] "POST /neutron/network HTTP/1.1" 200 889 0.010265 10.0.0.147 - - [2026-01-29 02:15:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004600 10.0.0.240 - - [2026-01-29 02:15:13] "POST /useragent-kv HTTP/1.1" 200 115 0.003859 10.0.0.240 - - [2026-01-29 02:15:13] "POST /useragent-kv HTTP/1.1" 200 115 0.002914 10.0.0.23 - - [2026-01-29 02:15:13] "POST /neutron/network HTTP/1.1" 200 151 0.166236 10.0.0.147 - - [2026-01-29 02:15:13] "DELETE /route-target/d8dbf158-e91b-4b00-92db-652aeb696848 HTTP/1.1" 200 115 0.025197 10.0.0.240 - - [2026-01-29 02:15:13] "GET /projects?obj_uuids=4aa3bc0e-0373-401f-b80f-d60aa43db485&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001143 10.0.0.23 - - [2026-01-29 02:15:13] "GET /project/4aa3bc0e-0373-401f-b80f-d60aa43db485?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.062078 10.0.0.240 - - [2026-01-29 02:15:13] "GET /projects?obj_uuids=4aa3bc0e-0373-401f-b80f-d60aa43db485&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001021 10.0.0.23 - - [2026-01-29 02:15:13] "GET /project/4aa3bc0e-0373-401f-b80f-d60aa43db485?fields=virtual_networks HTTP/1.1" 200 1036 0.051023 10.0.0.240 - - [2026-01-29 02:15:13] "GET /projects?obj_uuids=4aa3bc0e-0373-401f-b80f-d60aa43db485&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001311 10.0.0.23 - - [2026-01-29 02:15:13] "GET /project/4aa3bc0e-0373-401f-b80f-d60aa43db485?fields=virtual_machine_interfaces HTTP/1.1" 200 1036 0.047954 10.0.0.240 - - [2026-01-29 02:15:13] "GET /projects?obj_uuids=4aa3bc0e-0373-401f-b80f-d60aa43db485&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001223 10.0.0.23 - - [2026-01-29 02:15:13] "GET /project/4aa3bc0e-0373-401f-b80f-d60aa43db485?fields=security_groups HTTP/1.1" 200 1264 0.052843 10.0.0.23 - - [2026-01-29 02:15:14] "POST /fqname-to-id HTTP/1.1" 404 193 0.025403 10.0.0.240 - - [2026-01-29 02:15:14] "GET /projects?obj_uuids=e082ddf4-eca9-4b92-808d-4c768a2c4575&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004537 10.0.0.240 - - [2026-01-29 02:15:14] "GET /domains?obj_uuids=65230a56-1cf0-4d34-9498-1ad48da04806&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001060 10.0.0.240 - - [2026-01-29 02:15:14] "GET /domain/65230a56-1cf0-4d34-9498-1ad48da04806?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007854 10.0.0.240 - - [2026-01-29 02:15:15] "POST /id-to-fqname HTTP/1.1" 200 195 0.002567 10.0.0.240 - - [2026-01-29 02:15:15] "POST /fqname-to-id HTTP/1.1" 404 204 0.004582 10.0.0.240 - - [2026-01-29 02:15:15] "POST /security-groups HTTP/1.1" 200 596 0.048006 10.0.0.147 - - [2026-01-29 02:15:15] "POST /fqname-to-id HTTP/1.1" 404 239 0.008893 10.0.0.240 - - [2026-01-29 02:15:15] "POST /projects HTTP/1.1" 200 595 0.275525 10.0.0.240 - - [2026-01-29 02:15:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.346070 10.0.0.147 - - [2026-01-29 02:15:15] "POST /access-control-lists HTTP/1.1" 200 601 0.034341 10.0.0.23 - - [2026-01-29 02:15:15] "GET /project/e082ddf4-eca9-4b92-808d-4c768a2c4575?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1386 0.509067 10.0.0.23 - - [2026-01-29 02:15:16] "GET / HTTP/1.1" 200 36215 0.002011 10.0.0.23 - - [2026-01-29 02:15:16] "POST /fqname-to-id HTTP/1.1" 401 292 0.000571 10.0.0.23 - - [2026-01-29 02:15:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.054853 10.0.0.240 - - [2026-01-29 02:15:17] "GET /projects?obj_uuids=e082ddf4-eca9-4b92-808d-4c768a2c4575&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.004782 10.0.0.23 - - [2026-01-29 02:15:17] "GET /project/e082ddf4-eca9-4b92-808d-4c768a2c4575?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1386 0.067983 10.0.0.23 - - [2026-01-29 02:15:17] "POST /neutron/network HTTP/1.1" 200 117 0.037179 10.0.0.240 - - [2026-01-29 02:15:18] "POST /useragent-kv HTTP/1.1" 200 115 0.007661 10.0.0.23 - - [2026-01-29 02:15:18] "POST /neutron/subnet HTTP/1.1" 200 734 0.271369 10.0.0.23 - - [2026-01-29 02:15:18] "POST /id-to-fqname HTTP/1.1" 200 261 0.001539 10.0.0.23 - - [2026-01-29 02:15:18] "GET /virtual-network/a3209f16-ca0a-4854-94ac-ef64f25986fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2742 0.009141 10.0.0.147 - - [2026-01-29 02:15:18] "POST /fqname-to-id HTTP/1.1" 404 207 0.043142 10.0.0.23 - - [2026-01-29 02:15:18] "GET /virtual-network/a3209f16-ca0a-4854-94ac-ef64f25986fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2742 0.006441 10.0.0.23 - - [2026-01-29 02:15:18] "POST /neutron/network HTTP/1.1" 200 1074 0.010320 10.0.0.23 - - [2026-01-29 02:15:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.005027 10.0.0.240 - - [2026-01-29 02:15:18] "GET /projects?obj_uuids=e082ddf4-eca9-4b92-808d-4c768a2c4575&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001681 10.0.0.23 - - [2026-01-29 02:15:18] "GET /project/e082ddf4-eca9-4b92-808d-4c768a2c4575?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1386 0.065192 10.0.0.23 - - [2026-01-29 02:15:18] "POST /neutron/network HTTP/1.1" 200 117 0.018082 10.0.0.147 - - [2026-01-29 02:15:18] "POST /route-targets HTTP/1.1" 200 328 0.013885 10.0.0.240 - - [2026-01-29 02:15:19] "POST /useragent-kv HTTP/1.1" 200 115 0.011492 10.0.0.23 - - [2026-01-29 02:15:19] "POST /neutron/subnet HTTP/1.1" 200 715 0.245421 10.0.0.23 - - [2026-01-29 02:15:19] "POST /id-to-fqname HTTP/1.1" 200 261 0.001521 10.0.0.23 - - [2026-01-29 02:15:19] "GET /virtual-network/334ef1fd-0046-488d-8e5a-b61a40def2f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2738 0.009107 10.0.0.23 - - [2026-01-29 02:15:19] "GET /virtual-network/334ef1fd-0046-488d-8e5a-b61a40def2f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2738 0.006623 10.0.0.23 - - [2026-01-29 02:15:19] "POST /neutron/network HTTP/1.1" 200 1073 0.010529 10.0.0.23 - - [2026-01-29 02:15:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004704 10.0.0.240 - - [2026-01-29 02:15:19] "GET /projects?obj_uuids=e082ddf4-eca9-4b92-808d-4c768a2c4575&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001244 10.0.0.23 - - [2026-01-29 02:15:19] "GET /project/e082ddf4-eca9-4b92-808d-4c768a2c4575?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1386 0.053476 10.0.0.23 - - [2026-01-29 02:15:19] "POST /neutron/network HTTP/1.1" 200 117 0.017424 10.0.0.147 - - [2026-01-29 02:15:19] "POST /ref-update HTTP/1.1" 200 156 0.039318 10.0.0.147 - - [2026-01-29 02:15:19] "POST /fqname-to-id HTTP/1.1" 404 207 0.005366 10.0.0.240 - - [2026-01-29 02:15:20] "POST /useragent-kv HTTP/1.1" 200 115 0.008406 10.0.0.23 - - [2026-01-29 02:15:20] "POST /neutron/subnet HTTP/1.1" 200 720 0.249721 10.0.0.23 - - [2026-01-29 02:15:20] "POST /id-to-fqname HTTP/1.1" 200 262 0.001936 10.0.0.23 - - [2026-01-29 02:15:20] "GET /virtual-network/a965509d-c1e5-435d-8910-220036247e45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2742 0.005872 10.0.0.23 - - [2026-01-29 02:15:20] "GET /virtual-network/a965509d-c1e5-435d-8910-220036247e45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2742 0.006382 10.0.0.23 - - [2026-01-29 02:15:20] "POST /neutron/network HTTP/1.1" 200 1075 0.011209 10.0.0.23 - - [2026-01-29 02:15:20] "POST /id-to-fqname HTTP/1.1" 200 261 0.001473 10.0.0.23 - - [2026-01-29 02:15:20] "POST /neutron/network HTTP/1.1" 200 1083 0.011042 10.0.0.240 - - [2026-01-29 02:15:21] "GET /projects?obj_uuids=e082ddf4-eca9-4b92-808d-4c768a2c4575&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001633 10.0.0.23 - - [2026-01-29 02:15:21] "GET /project/e082ddf4-eca9-4b92-808d-4c768a2c4575?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1386 0.094385 10.0.0.23 - - [2026-01-29 02:15:21] "POST /neutron/port HTTP/1.1" 200 117 0.007285 10.0.0.23 - - [2026-01-29 02:15:21] "POST /id-to-fqname HTTP/1.1" 200 262 0.001463 10.0.0.23 - - [2026-01-29 02:15:21] "POST /neutron/network HTTP/1.1" 200 1083 0.007639 10.0.0.23 - - [2026-01-29 02:15:22] "POST /neutron/port HTTP/1.1" 200 1170 0.024606 10.0.0.240 - - [2026-01-29 02:15:22] "GET /projects?obj_uuids=e082ddf4-eca9-4b92-808d-4c768a2c4575&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001049 10.0.0.23 - - [2026-01-29 02:15:22] "GET /project/e082ddf4-eca9-4b92-808d-4c768a2c4575?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1386 0.126505 10.0.0.23 - - [2026-01-29 02:15:22] "POST /neutron/network HTTP/1.1" 200 1075 0.017674 10.0.0.23 - - [2026-01-29 02:15:22] "POST /neutron/subnet HTTP/1.1" 200 1375 0.015391 10.0.0.23 - - [2026-01-29 02:15:22] "POST /neutron/network HTTP/1.1" 200 1073 0.012782 10.0.0.23 - - [2026-01-29 02:15:22] "POST /neutron/port HTTP/1.1" 200 117 0.008273 10.0.0.23 - - [2026-01-29 02:15:23] "POST /neutron/port HTTP/1.1" 200 1170 0.030924 10.0.0.23 - - [2026-01-29 02:15:23] "POST /neutron/port HTTP/1.1" 200 1234 0.026346 10.0.0.23 - - [2026-01-29 02:15:23] "POST /neutron/subnet HTTP/1.1" 200 1375 0.023494 10.0.0.23 - - [2026-01-29 02:15:23] "POST /neutron/network HTTP/1.1" 200 1075 0.011099 10.0.0.23 - - [2026-01-29 02:15:24] "POST /neutron/port HTTP/1.1" 200 1234 0.020905 10.0.0.23 - - [2026-01-29 02:15:25] "POST /neutron/port HTTP/1.1" 200 1234 0.032508 10.0.0.23 - - [2026-01-29 02:15:26] "POST /neutron/port HTTP/1.1" 200 117 0.007008 10.0.0.23 - - [2026-01-29 02:15:26] "POST /neutron/network HTTP/1.1" 200 1075 0.013022 10.0.0.147 - - [2026-01-29 02:15:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.007147 10.0.0.240 - - [2026-01-29 02:15:27] "POST /useragent-kv HTTP/1.1" 200 115 0.010692 10.0.0.240 - - [2026-01-29 02:15:27] "POST /useragent-kv HTTP/1.1" 200 115 0.003143 10.0.0.240 - - [2026-01-29 02:15:27] "POST /useragent-kv HTTP/1.1" 200 115 0.002441 10.0.0.240 - - [2026-01-29 02:15:27] "POST /useragent-kv HTTP/1.1" 200 115 0.004520 10.0.0.23 - - [2026-01-29 02:15:27] "POST /neutron/network HTTP/1.1" 200 151 0.154569 10.0.0.147 - - [2026-01-29 02:15:27] "DELETE /route-target/b6ac2e5a-e37c-4284-beb8-8d8158808e35 HTTP/1.1" 200 115 0.030522 10.0.0.240 - - [2026-01-29 02:15:27] "GET /projects?obj_uuids=e082ddf4-eca9-4b92-808d-4c768a2c4575&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001006 10.0.0.23 - - [2026-01-29 02:15:27] "GET /project/e082ddf4-eca9-4b92-808d-4c768a2c4575?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1386 0.085661 10.0.0.240 - - [2026-01-29 02:15:27] "GET /projects?obj_uuids=e082ddf4-eca9-4b92-808d-4c768a2c4575&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001429 10.0.0.23 - - [2026-01-29 02:15:27] "GET /project/e082ddf4-eca9-4b92-808d-4c768a2c4575?fields=virtual_networks HTTP/1.1" 200 1044 0.052818 10.0.0.240 - - [2026-01-29 02:15:27] "GET /projects?obj_uuids=e082ddf4-eca9-4b92-808d-4c768a2c4575&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001777 10.0.0.23 - - [2026-01-29 02:15:27] "GET /project/e082ddf4-eca9-4b92-808d-4c768a2c4575?fields=virtual_machine_interfaces HTTP/1.1" 200 1044 0.061158 10.0.0.240 - - [2026-01-29 02:15:27] "GET /projects?obj_uuids=e082ddf4-eca9-4b92-808d-4c768a2c4575&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001403 10.0.0.23 - - [2026-01-29 02:15:27] "GET /project/e082ddf4-eca9-4b92-808d-4c768a2c4575?fields=security_groups HTTP/1.1" 200 1276 0.068578 10.0.0.23 - - [2026-01-29 02:15:28] "POST /fqname-to-id HTTP/1.1" 404 196 0.031092 10.0.0.240 - - [2026-01-29 02:15:28] "GET /projects?obj_uuids=c0a8d173-31be-4c70-8d69-f2e223d39f28&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004406 10.0.0.240 - - [2026-01-29 02:15:28] "GET /domains?obj_uuids=65230a56-1cf0-4d34-9498-1ad48da04806&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001489 10.0.0.240 - - [2026-01-29 02:15:28] "GET /domain/65230a56-1cf0-4d34-9498-1ad48da04806?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.009793 10.0.0.240 - - [2026-01-29 02:15:28] "POST /id-to-fqname HTTP/1.1" 200 198 0.003589 10.0.0.240 - - [2026-01-29 02:15:28] "POST /fqname-to-id HTTP/1.1" 404 207 0.006740 10.0.0.240 - - [2026-01-29 02:15:28] "POST /security-groups HTTP/1.1" 200 599 0.092199 10.0.0.240 - - [2026-01-29 02:15:28] "POST /projects HTTP/1.1" 200 601 0.314500 10.0.0.240 - - [2026-01-29 02:15:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.351423 10.0.0.147 - - [2026-01-29 02:15:28] "POST /fqname-to-id HTTP/1.1" 404 241 0.008623 10.0.0.23 - - [2026-01-29 02:15:28] "GET /project/c0a8d173-31be-4c70-8d69-f2e223d39f28?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.501031 10.0.0.23 - - [2026-01-29 02:15:29] "GET / HTTP/1.1" 200 36215 0.001834 10.0.0.23 - - [2026-01-29 02:15:30] "POST /fqname-to-id HTTP/1.1" 401 292 0.000591 10.0.0.23 - - [2026-01-29 02:15:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.070865 10.0.0.240 - - [2026-01-29 02:15:30] "GET /projects?obj_uuids=c0a8d173-31be-4c70-8d69-f2e223d39f28&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001030 10.0.0.23 - - [2026-01-29 02:15:30] "GET /project/c0a8d173-31be-4c70-8d69-f2e223d39f28?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.055021 10.0.0.147 - - [2026-01-29 02:15:31] "POST /ref-update HTTP/1.1" 200 156 0.035995 10.0.0.240 - - [2026-01-29 02:15:31] "POST /useragent-kv HTTP/1.1" 200 115 0.007766 10.0.0.23 - - [2026-01-29 02:15:31] "POST /neutron/subnet HTTP/1.1" 200 724 0.209166 10.0.0.23 - - [2026-01-29 02:15:31] "POST /id-to-fqname HTTP/1.1" 200 267 0.001533 10.0.0.23 - - [2026-01-29 02:15:31] "GET /virtual-network/5fc43b61-a23a-4fad-b128-0afa81fd0b43?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2175 0.006223 10.0.0.23 - - [2026-01-29 02:15:31] "GET /virtual-network/5fc43b61-a23a-4fad-b128-0afa81fd0b43?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2175 0.005965 10.0.0.23 - - [2026-01-29 02:15:31] "POST /neutron/network HTTP/1.1" 200 910 0.007641 10.0.0.23 - - [2026-01-29 02:15:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003774 10.0.0.240 - - [2026-01-29 02:15:31] "GET /projects?obj_uuids=c0a8d173-31be-4c70-8d69-f2e223d39f28&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001213 10.0.0.23 - - [2026-01-29 02:15:31] "GET /project/c0a8d173-31be-4c70-8d69-f2e223d39f28?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.046942 10.0.0.240 - - [2026-01-29 02:15:31] "GET /projects?obj_uuids=c0a8d173-31be-4c70-8d69-f2e223d39f28&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001083 10.0.0.23 - - [2026-01-29 02:15:31] "POST /neutron/network HTTP/1.1" 200 691 0.156756 10.0.0.23 - - [2026-01-29 02:15:32] "POST /id-to-fqname HTTP/1.1" 200 267 0.003959 10.0.0.23 - - [2026-01-29 02:15:32] "GET /virtual-network/daef4a78-2ad9-4a9c-ba91-a1a06392b225?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2173 0.006279 10.0.0.23 - - [2026-01-29 02:15:32] "POST /neutron/network HTTP/1.1" 200 909 0.007607 10.0.0.23 - - [2026-01-29 02:15:32] "GET /virtual-network/daef4a78-2ad9-4a9c-ba91-a1a06392b225?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2173 0.007653 10.0.0.23 - - [2026-01-29 02:15:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.018538 10.0.0.240 - - [2026-01-29 02:15:32] "GET /projects?obj_uuids=c0a8d173-31be-4c70-8d69-f2e223d39f28&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001485 10.0.0.23 - - [2026-01-29 02:15:32] "GET /project/c0a8d173-31be-4c70-8d69-f2e223d39f28?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.042569 10.0.0.23 - - [2026-01-29 02:15:32] "POST /neutron/network HTTP/1.1" 200 117 0.028566 10.0.0.147 - - [2026-01-29 02:15:32] "POST /route-targets HTTP/1.1" 200 328 0.016470 10.0.0.23 - - [2026-01-29 02:15:32] "POST /neutron/network HTTP/1.1" 200 913 0.015391 10.0.0.23 - - [2026-01-29 02:15:32] "POST /id-to-fqname HTTP/1.1" 200 268 0.001271 10.0.0.23 - - [2026-01-29 02:15:32] "GET /virtual-network/9ba2d104-bad6-4491-b5f9-f3e3f5e2d0a7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2183 0.005785 10.0.0.23 - - [2026-01-29 02:15:32] "GET /virtual-network/9ba2d104-bad6-4491-b5f9-f3e3f5e2d0a7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2183 0.006310 10.0.0.23 - - [2026-01-29 02:15:32] "POST /neutron/subnet HTTP/1.1" 200 730 0.011375 10.0.0.23 - - [2026-01-29 02:15:32] "POST /id-to-fqname HTTP/1.1" 200 267 0.001159 10.0.0.240 - - [2026-01-29 02:15:33] "GET /projects?obj_uuids=c0a8d173-31be-4c70-8d69-f2e223d39f28&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001341 10.0.0.23 - - [2026-01-29 02:15:33] "GET /project/c0a8d173-31be-4c70-8d69-f2e223d39f28?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.092450 10.0.0.23 - - [2026-01-29 02:15:33] "POST /neutron/port HTTP/1.1" 200 117 0.008111 10.0.0.23 - - [2026-01-29 02:15:33] "POST /id-to-fqname HTTP/1.1" 200 268 0.001917 10.0.0.23 - - [2026-01-29 02:15:34] "POST /neutron/network HTTP/1.1" 200 923 0.010612 10.0.0.23 - - [2026-01-29 02:15:34] "POST /neutron/port HTTP/1.1" 200 1067 0.017825 10.0.0.240 - - [2026-01-29 02:15:34] "GET /projects?obj_uuids=c0a8d173-31be-4c70-8d69-f2e223d39f28&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001109 10.0.0.23 - - [2026-01-29 02:15:34] "GET /project/c0a8d173-31be-4c70-8d69-f2e223d39f28?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.120896 10.0.0.23 - - [2026-01-29 02:15:34] "POST /neutron/port HTTP/1.1" 200 1131 0.043303 10.0.0.23 - - [2026-01-29 02:15:35] "POST /neutron/subnet HTTP/1.1" 200 694 0.009286 10.0.0.23 - - [2026-01-29 02:15:35] "POST /neutron/port HTTP/1.1" 200 1131 0.019027 10.0.0.23 - - [2026-01-29 02:15:35] "POST /neutron/network HTTP/1.1" 200 923 0.009496 10.0.0.23 - - [2026-01-29 02:15:35] "POST /neutron/port HTTP/1.1" 200 1069 0.017803 10.0.0.23 - - [2026-01-29 02:15:36] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005313 10.0.0.23 - - [2026-01-29 02:15:36] "POST /neutron/network HTTP/1.1" 200 913 0.007615 10.0.0.23 - - [2026-01-29 02:15:37] "POST /neutron/port HTTP/1.1" 200 1131 0.018086 10.0.0.23 - - [2026-01-29 02:15:37] "POST /neutron/port HTTP/1.1" 200 1133 0.025873 10.0.0.240 - - [2026-01-29 02:15:38] "DELETE /project/4aa3bc0e0373401fb80fd60aa43db485 HTTP/1.1" 404 173 0.010064 10.0.0.240 - - [2026-01-29 02:15:38] "DELETE /project/e082ddf4eca94b92808d4c768a2c4575 HTTP/1.1" 404 173 0.015106 10.0.0.240 - - [2026-01-29 02:15:38] "DELETE /project/c0a8d17331be4c708d69f2e223d39f28 HTTP/1.1" 404 173 0.016907 10.0.0.240 - - [2026-01-29 02:15:38] "GET /projects?obj_uuids=fe753bea-752a-48a4-8a9d-efd91330e87e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000923 10.0.0.240 - - [2026-01-29 02:15:38] "GET /projects?obj_uuids=4aa3bc0e-0373-401f-b80f-d60aa43db485&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000790 10.0.0.240 - - [2026-01-29 02:15:38] "GET /projects?obj_uuids=e082ddf4-eca9-4b92-808d-4c768a2c4575&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000777 10.0.0.240 - - [2026-01-29 02:15:38] "GET /project/fe753bea-752a-48a4-8a9d-efd91330e87e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1500 0.065712 10.0.0.240 - - [2026-01-29 02:15:38] "GET /projects?obj_uuids=fe753bea-752a-48a4-8a9d-efd91330e87e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001224 10.0.0.240 - - [2026-01-29 02:15:38] "GET /project/e082ddf4-eca9-4b92-808d-4c768a2c4575?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1488 0.094175 10.0.0.240 - - [2026-01-29 02:15:38] "GET /project/4aa3bc0e-0373-401f-b80f-d60aa43db485?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1472 0.121950 10.0.0.240 - - [2026-01-29 02:15:38] "GET /projects?obj_uuids=e082ddf4-eca9-4b92-808d-4c768a2c4575&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001888 10.0.0.240 - - [2026-01-29 02:15:38] "GET /projects?obj_uuids=4aa3bc0e-0373-401f-b80f-d60aa43db485&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001478 10.0.0.23 - - [2026-01-29 02:15:38] "POST /neutron/port HTTP/1.1" 200 117 0.008302 10.0.0.240 - - [2026-01-29 02:15:38] "GET /project/fe753bea-752a-48a4-8a9d-efd91330e87e?fields=security_groups HTTP/1.1" 200 1387 0.135870 10.0.0.240 - - [2026-01-29 02:15:38] "GET /project/e082ddf4-eca9-4b92-808d-4c768a2c4575?fields=security_groups HTTP/1.1" 200 1378 0.127514 10.0.0.240 - - [2026-01-29 02:15:38] "GET /project/4aa3bc0e-0373-401f-b80f-d60aa43db485?fields=security_groups HTTP/1.1" 200 1366 0.109163 10.0.0.240 - - [2026-01-29 02:15:38] "DELETE /security-group/a3c97812-d1dc-4e64-85b5-b7c1d417e6bd HTTP/1.1" 200 115 0.122596 10.0.0.240 - - [2026-01-29 02:15:39] "GET /projects?obj_uuids=fe753bea-752a-48a4-8a9d-efd91330e87e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.003694 10.0.0.23 - - [2026-01-29 02:15:39] "POST /neutron/network HTTP/1.1" 200 913 0.017517 10.0.0.240 - - [2026-01-29 02:15:39] "DELETE /security-group/28f255f2-4670-49df-b43c-9b81a4bf4d9d HTTP/1.1" 200 115 0.197178 10.0.0.240 - - [2026-01-29 02:15:39] "DELETE /security-group/60929e90-bdcf-4ac4-8306-90492f3d4d28 HTTP/1.1" 200 115 0.216219 10.0.0.240 - - [2026-01-29 02:15:39] "GET /projects?obj_uuids=4aa3bc0e-0373-401f-b80f-d60aa43db485&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002527 10.0.0.240 - - [2026-01-29 02:15:39] "GET /project/fe753bea-752a-48a4-8a9d-efd91330e87e?fields=application_policy_sets HTTP/1.1" 200 1426 0.146333 10.0.0.147 - - [2026-01-29 02:15:39] "DELETE /access-control-list/49ae6323-6cc3-497e-83a6-a7fa00a18547 HTTP/1.1" 200 115 0.140273 10.0.0.240 - - [2026-01-29 02:15:39] "GET /projects?obj_uuids=e082ddf4-eca9-4b92-808d-4c768a2c4575&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001994 10.0.0.240 - - [2026-01-29 02:15:39] "GET /project/4aa3bc0e-0373-401f-b80f-d60aa43db485?fields=application_policy_sets HTTP/1.1" 200 1405 0.108617 10.0.0.240 - - [2026-01-29 02:15:39] "GET /project/e082ddf4-eca9-4b92-808d-4c768a2c4575?fields=application_policy_sets HTTP/1.1" 200 1417 0.154984 10.0.0.147 - - [2026-01-29 02:15:39] "DELETE /access-control-list/64b55bd5-112f-4d79-bfeb-cbda3e75b7fd HTTP/1.1" 200 115 0.159588 10.0.0.240 - - [2026-01-29 02:15:39] "DELETE /project/fe753bea-752a-48a4-8a9d-efd91330e87e HTTP/1.1" 200 115 0.991317 10.0.0.240 - - [2026-01-29 02:15:39] "DELETE /project/4aa3bc0e-0373-401f-b80f-d60aa43db485 HTTP/1.1" 200 115 1.012849 10.0.0.147 - - [2026-01-29 02:15:39] "DELETE /route-target/9ee846b0-1f23-4d1f-9353-965ab831e02b HTTP/1.1" 200 115 0.066322 10.0.0.240 - - [2026-01-29 02:15:39] "DELETE /project/e082ddf4-eca9-4b92-808d-4c768a2c4575 HTTP/1.1" 200 115 1.098837 10.0.0.240 - - [2026-01-29 02:15:39] "POST /useragent-kv HTTP/1.1" 200 115 0.005975 10.0.0.240 - - [2026-01-29 02:15:39] "POST /useragent-kv HTTP/1.1" 200 115 0.005383 10.0.0.23 - - [2026-01-29 02:15:39] "POST /neutron/network HTTP/1.1" 200 151 0.299379 10.0.0.240 - - [2026-01-29 02:15:39] "GET /projects?obj_uuids=c0a8d173-31be-4c70-8d69-f2e223d39f28&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001096 10.0.0.147 - - [2026-01-29 02:15:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003926 10.0.0.23 - - [2026-01-29 02:15:39] "GET /project/c0a8d173-31be-4c70-8d69-f2e223d39f28?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.093171 10.0.0.240 - - [2026-01-29 02:15:39] "GET /projects?obj_uuids=c0a8d173-31be-4c70-8d69-f2e223d39f28&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001323 10.0.0.23 - - [2026-01-29 02:15:39] "GET /project/c0a8d173-31be-4c70-8d69-f2e223d39f28?fields=virtual_networks HTTP/1.1" 200 1051 0.047719 10.0.0.240 - - [2026-01-29 02:15:39] "GET /projects?obj_uuids=c0a8d173-31be-4c70-8d69-f2e223d39f28&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001074 10.0.0.23 - - [2026-01-29 02:15:39] "GET /project/c0a8d173-31be-4c70-8d69-f2e223d39f28?fields=virtual_machine_interfaces HTTP/1.1" 200 1051 0.047576 10.0.0.240 - - [2026-01-29 02:15:40] "GET /projects?obj_uuids=c0a8d173-31be-4c70-8d69-f2e223d39f28&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001091 10.0.0.23 - - [2026-01-29 02:15:40] "GET /project/c0a8d173-31be-4c70-8d69-f2e223d39f28?fields=security_groups HTTP/1.1" 200 1286 0.047585 10.0.0.23 - - [2026-01-29 02:15:40] "POST /fqname-to-id HTTP/1.1" 404 193 0.026013 10.0.0.240 - - [2026-01-29 02:15:41] "GET /projects?obj_uuids=6afed77c-8f2e-4d7f-8a6e-851d7c00b7e6&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003577 10.0.0.240 - - [2026-01-29 02:15:41] "GET /domains?obj_uuids=65230a56-1cf0-4d34-9498-1ad48da04806&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001605 10.0.0.240 - - [2026-01-29 02:15:41] "GET /domain/65230a56-1cf0-4d34-9498-1ad48da04806?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.010337 10.0.0.240 - - [2026-01-29 02:15:41] "POST /id-to-fqname HTTP/1.1" 200 195 0.001343 10.0.0.240 - - [2026-01-29 02:15:41] "POST /fqname-to-id HTTP/1.1" 404 204 0.005266 10.0.0.240 - - [2026-01-29 02:15:41] "POST /security-groups HTTP/1.1" 200 596 0.033892 10.0.0.240 - - [2026-01-29 02:15:41] "POST /projects HTTP/1.1" 200 595 0.251781 10.0.0.147 - - [2026-01-29 02:15:41] "POST /access-control-lists HTTP/1.1" 200 603 0.036845 10.0.0.240 - - [2026-01-29 02:15:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.324056 10.0.0.23 - - [2026-01-29 02:15:41] "GET /project/6afed77c-8f2e-4d7f-8a6e-851d7c00b7e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1385 0.477651 10.0.0.23 - - [2026-01-29 02:15:42] "GET / HTTP/1.1" 200 36215 0.001671 10.0.0.23 - - [2026-01-29 02:15:42] "POST /fqname-to-id HTTP/1.1" 401 292 0.000512 10.0.0.23 - - [2026-01-29 02:15:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.064607 10.0.0.240 - - [2026-01-29 02:15:43] "GET /projects?obj_uuids=6afed77c-8f2e-4d7f-8a6e-851d7c00b7e6&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001700 10.0.0.23 - - [2026-01-29 02:15:43] "GET /project/6afed77c-8f2e-4d7f-8a6e-851d7c00b7e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1385 0.050411 10.0.0.147 - - [2026-01-29 02:15:43] "POST /route-targets HTTP/1.1" 200 328 0.019704 10.0.0.240 - - [2026-01-29 02:15:43] "POST /useragent-kv HTTP/1.1" 200 115 0.007586 10.0.0.23 - - [2026-01-29 02:15:43] "POST /neutron/subnet HTTP/1.1" 200 724 0.295090 10.0.0.23 - - [2026-01-29 02:15:44] "POST /id-to-fqname HTTP/1.1" 200 261 0.001479 10.0.0.23 - - [2026-01-29 02:15:44] "GET /virtual-network/fc91f785-db40-4c2c-9557-b232f63165cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2161 0.006046 10.0.0.23 - - [2026-01-29 02:15:44] "GET /virtual-network/fc91f785-db40-4c2c-9557-b232f63165cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2161 0.005988 10.0.0.23 - - [2026-01-29 02:15:44] "POST /neutron/network HTTP/1.1" 200 901 0.008430 10.0.0.23 - - [2026-01-29 02:15:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003873 10.0.0.240 - - [2026-01-29 02:15:44] "GET /projects?obj_uuids=6afed77c-8f2e-4d7f-8a6e-851d7c00b7e6&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001112 10.0.0.23 - - [2026-01-29 02:15:44] "GET /project/6afed77c-8f2e-4d7f-8a6e-851d7c00b7e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1385 0.040900 10.0.0.240 - - [2026-01-29 02:15:44] "GET /projects?obj_uuids=6afed77c-8f2e-4d7f-8a6e-851d7c00b7e6&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001143 10.0.0.23 - - [2026-01-29 02:15:44] "POST /neutron/network HTTP/1.1" 200 682 0.157964 10.0.0.147 - - [2026-01-29 02:15:44] "POST /ref-update HTTP/1.1" 200 156 0.031834 10.0.0.23 - - [2026-01-29 02:15:44] "POST /id-to-fqname HTTP/1.1" 200 261 0.003954 10.0.0.23 - - [2026-01-29 02:15:44] "GET /virtual-network/e78b74f5-4cd1-43c6-8b56-b42e674da08d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2164 0.006030 10.0.0.23 - - [2026-01-29 02:15:44] "POST /neutron/network HTTP/1.1" 200 902 0.007144 10.0.0.23 - - [2026-01-29 02:15:44] "GET /virtual-network/e78b74f5-4cd1-43c6-8b56-b42e674da08d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2164 0.005743 10.0.0.23 - - [2026-01-29 02:15:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004131 10.0.0.240 - - [2026-01-29 02:15:44] "GET /projects?obj_uuids=6afed77c-8f2e-4d7f-8a6e-851d7c00b7e6&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001118 10.0.0.23 - - [2026-01-29 02:15:44] "GET /project/6afed77c-8f2e-4d7f-8a6e-851d7c00b7e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1385 0.054682 10.0.0.23 - - [2026-01-29 02:15:44] "POST /neutron/network HTTP/1.1" 200 117 0.022013 10.0.0.23 - - [2026-01-29 02:15:45] "POST /neutron/network HTTP/1.1" 200 902 0.010262 10.0.0.23 - - [2026-01-29 02:15:45] "POST /id-to-fqname HTTP/1.1" 200 262 0.001466 10.0.0.23 - - [2026-01-29 02:15:45] "GET /virtual-network/8d73363b-25a0-4c85-be30-81c4aa412df7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2162 0.007635 10.0.0.23 - - [2026-01-29 02:15:45] "GET /virtual-network/8d73363b-25a0-4c85-be30-81c4aa412df7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2162 0.006248 10.0.0.23 - - [2026-01-29 02:15:45] "POST /neutron/subnet HTTP/1.1" 200 720 0.011368 10.0.0.23 - - [2026-01-29 02:15:45] "POST /id-to-fqname HTTP/1.1" 200 261 0.001373 10.0.0.240 - - [2026-01-29 02:15:46] "GET /projects?obj_uuids=6afed77c-8f2e-4d7f-8a6e-851d7c00b7e6&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001238 10.0.0.23 - - [2026-01-29 02:15:46] "GET /project/6afed77c-8f2e-4d7f-8a6e-851d7c00b7e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1385 0.078351 10.0.0.23 - - [2026-01-29 02:15:46] "POST /neutron/port HTTP/1.1" 200 117 0.008800 10.0.0.23 - - [2026-01-29 02:15:46] "POST /id-to-fqname HTTP/1.1" 200 262 0.001467 10.0.0.23 - - [2026-01-29 02:15:46] "POST /neutron/network HTTP/1.1" 200 912 0.007262 10.0.0.23 - - [2026-01-29 02:15:47] "POST /neutron/port HTTP/1.1" 200 1066 0.018566 10.0.0.240 - - [2026-01-29 02:15:47] "GET /projects?obj_uuids=6afed77c-8f2e-4d7f-8a6e-851d7c00b7e6&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001086 10.0.0.23 - - [2026-01-29 02:15:47] "POST /neutron/port HTTP/1.1" 200 1130 0.024406 10.0.0.23 - - [2026-01-29 02:15:47] "GET /project/6afed77c-8f2e-4d7f-8a6e-851d7c00b7e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1385 0.083557 10.0.0.23 - - [2026-01-29 02:15:47] "POST /neutron/network HTTP/1.1" 200 902 0.006361 10.0.0.23 - - [2026-01-29 02:15:47] "POST /neutron/port HTTP/1.1" 200 1130 0.023066 10.0.0.23 - - [2026-01-29 02:15:48] "POST /neutron/network HTTP/1.1" 200 912 0.009727 10.0.0.23 - - [2026-01-29 02:15:48] "POST /fqname-to-id HTTP/1.1" 404 193 0.003012 10.0.0.23 - - [2026-01-29 02:15:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003088 10.0.0.23 - - [2026-01-29 02:15:48] "POST /neutron/port HTTP/1.1" 200 1064 0.019278 10.0.0.240 - - [2026-01-29 02:15:48] "GET /domains?obj_uuids=65230a56-1cf0-4d34-9498-1ad48da04806&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001232 10.0.0.23 - - [2026-01-29 02:15:48] "GET /domain/65230a56-1cf0-4d34-9498-1ad48da04806?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.009125 10.0.0.23 - - [2026-01-29 02:15:48] "POST /service-templates HTTP/1.1" 200 545 0.059725 10.0.0.23 - - [2026-01-29 02:15:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004427 10.0.0.23 - - [2026-01-29 02:15:48] "GET /service-template/ca3d0a2a-16a4-480a-862c-0b76095860d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1822 0.005479 10.0.0.23 - - [2026-01-29 02:15:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003556 10.0.0.23 - - [2026-01-29 02:15:48] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004159 10.0.0.23 - - [2026-01-29 02:15:49] "GET /service-template/ca3d0a2a-16a4-480a-862c-0b76095860d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1822 0.004098 10.0.0.23 - - [2026-01-29 02:15:49] "POST /id-to-fqname HTTP/1.1" 200 261 0.001424 10.0.0.23 - - [2026-01-29 02:15:49] "POST /neutron/network HTTP/1.1" 200 902 0.006593 10.0.0.23 - - [2026-01-29 02:15:49] "POST /id-to-fqname HTTP/1.1" 200 261 0.001834 10.0.0.23 - - [2026-01-29 02:15:49] "POST /id-to-fqname HTTP/1.1" 200 262 0.001476 10.0.0.23 - - [2026-01-29 02:15:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.005369 10.0.0.23 - - [2026-01-29 02:15:49] "DELETE /service-template/ca3d0a2a-16a4-480a-862c-0b76095860d8 HTTP/1.1" 200 115 0.034568 10.0.0.23 - - [2026-01-29 02:15:49] "POST /fqname-to-id HTTP/1.1" 404 193 0.005564 10.0.0.23 - - [2026-01-29 02:15:49] "POST /neutron/port HTTP/1.1" 200 1130 0.022987 10.0.0.23 - - [2026-01-29 02:15:49] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004624 10.0.0.23 - - [2026-01-29 02:15:49] "POST /neutron/network HTTP/1.1" 200 902 0.007934 10.0.0.23 - - [2026-01-29 02:15:52] "POST /neutron/port HTTP/1.1" 200 1128 0.022260 10.0.0.23 - - [2026-01-29 02:15:52] "POST /neutron/port HTTP/1.1" 200 151 0.201979 10.0.0.23 - - [2026-01-29 02:15:53] "POST /neutron/network HTTP/1.1" 200 902 0.009624 10.0.0.147 - - [2026-01-29 02:15:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004319 10.0.0.240 - - [2026-01-29 02:15:53] "POST /useragent-kv HTTP/1.1" 200 115 0.003155 10.0.0.240 - - [2026-01-29 02:15:53] "POST /useragent-kv HTTP/1.1" 200 115 0.005224 10.0.0.23 - - [2026-01-29 02:15:53] "POST /neutron/network HTTP/1.1" 200 151 0.157822 10.0.0.147 - - [2026-01-29 02:15:53] "DELETE /route-target/30f7afe8-4c5b-4935-a40b-1acf15218035 HTTP/1.1" 200 115 0.025970 10.0.0.240 - - [2026-01-29 02:15:54] "GET /projects?obj_uuids=6afed77c-8f2e-4d7f-8a6e-851d7c00b7e6&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.004123 10.0.0.23 - - [2026-01-29 02:15:54] "GET /project/6afed77c-8f2e-4d7f-8a6e-851d7c00b7e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1385 0.054910 10.0.0.240 - - [2026-01-29 02:15:54] "GET /projects?obj_uuids=6afed77c-8f2e-4d7f-8a6e-851d7c00b7e6&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001131 10.0.0.23 - - [2026-01-29 02:15:54] "GET /project/6afed77c-8f2e-4d7f-8a6e-851d7c00b7e6?fields=virtual_networks HTTP/1.1" 200 1043 0.049280 10.0.0.240 - - [2026-01-29 02:15:54] "GET /projects?obj_uuids=6afed77c-8f2e-4d7f-8a6e-851d7c00b7e6&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001535 10.0.0.23 - - [2026-01-29 02:15:54] "GET /project/6afed77c-8f2e-4d7f-8a6e-851d7c00b7e6?fields=virtual_machine_interfaces HTTP/1.1" 200 1043 0.056680 10.0.0.240 - - [2026-01-29 02:15:54] "GET /projects?obj_uuids=6afed77c-8f2e-4d7f-8a6e-851d7c00b7e6&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001206 10.0.0.23 - - [2026-01-29 02:15:54] "GET /project/6afed77c-8f2e-4d7f-8a6e-851d7c00b7e6?fields=security_groups HTTP/1.1" 200 1275 0.047018 10.0.0.23 - - [2026-01-29 02:15:55] "POST /fqname-to-id HTTP/1.1" 404 197 0.027083 10.0.0.240 - - [2026-01-29 02:15:55] "GET /projects?obj_uuids=e5c507fb-7726-4d46-adcd-121f0dd03f52&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004760 10.0.0.240 - - [2026-01-29 02:15:55] "GET /domains?obj_uuids=65230a56-1cf0-4d34-9498-1ad48da04806&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001027 10.0.0.240 - - [2026-01-29 02:15:55] "GET /domain/65230a56-1cf0-4d34-9498-1ad48da04806?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007474 10.0.0.240 - - [2026-01-29 02:15:55] "POST /id-to-fqname HTTP/1.1" 200 199 0.003243 10.0.0.240 - - [2026-01-29 02:15:55] "POST /fqname-to-id HTTP/1.1" 404 208 0.006334 10.0.0.240 - - [2026-01-29 02:15:55] "POST /security-groups HTTP/1.1" 200 600 0.081995 10.0.0.240 - - [2026-01-29 02:15:55] "POST /projects HTTP/1.1" 200 603 0.306565 10.0.0.147 - - [2026-01-29 02:15:55] "POST /fqname-to-id HTTP/1.1" 404 243 0.005111 10.0.0.240 - - [2026-01-29 02:15:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.396574 10.0.0.147 - - [2026-01-29 02:15:55] "POST /access-control-lists HTTP/1.1" 200 605 0.028171 10.0.0.23 - - [2026-01-29 02:15:55] "GET /project/e5c507fb-7726-4d46-adcd-121f0dd03f52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1403 0.575211 10.0.0.23 - - [2026-01-29 02:15:56] "GET / HTTP/1.1" 200 36215 0.002986 10.0.0.23 - - [2026-01-29 02:15:57] "POST /fqname-to-id HTTP/1.1" 401 292 0.000661 10.0.0.23 - - [2026-01-29 02:15:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.058974 10.0.0.240 - - [2026-01-29 02:15:57] "GET /projects?obj_uuids=e5c507fb-7726-4d46-adcd-121f0dd03f52&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.000972 10.0.0.23 - - [2026-01-29 02:15:57] "GET /project/e5c507fb-7726-4d46-adcd-121f0dd03f52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1403 0.047000 10.0.0.23 - - [2026-01-29 02:15:57] "POST /neutron/network HTTP/1.1" 200 117 0.037328 10.0.0.147 - - [2026-01-29 02:15:58] "POST /fqname-to-id HTTP/1.1" 404 207 0.009187 10.0.0.240 - - [2026-01-29 02:15:58] "POST /useragent-kv HTTP/1.1" 200 115 0.014143 10.0.0.23 - - [2026-01-29 02:15:58] "POST /neutron/subnet HTTP/1.1" 200 720 0.224993 10.0.0.23 - - [2026-01-29 02:15:58] "POST /id-to-fqname HTTP/1.1" 200 269 0.001861 10.0.0.23 - - [2026-01-29 02:15:58] "GET /virtual-network/a6a40aad-529c-4cfd-98e4-3b0573272d50?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2762 0.007289 10.0.0.23 - - [2026-01-29 02:15:58] "GET /virtual-network/a6a40aad-529c-4cfd-98e4-3b0573272d50?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2762 0.009046 10.0.0.23 - - [2026-01-29 02:15:58] "POST /neutron/network HTTP/1.1" 200 1086 0.014393 10.0.0.23 - - [2026-01-29 02:15:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004468 10.0.0.240 - - [2026-01-29 02:15:58] "GET /projects?obj_uuids=e5c507fb-7726-4d46-adcd-121f0dd03f52&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001542 10.0.0.23 - - [2026-01-29 02:15:58] "GET /project/e5c507fb-7726-4d46-adcd-121f0dd03f52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1403 0.050703 10.0.0.23 - - [2026-01-29 02:15:58] "POST /neutron/network HTTP/1.1" 200 117 0.015802 10.0.0.147 - - [2026-01-29 02:15:59] "POST /route-targets HTTP/1.1" 200 328 0.014670 10.0.0.240 - - [2026-01-29 02:15:59] "POST /useragent-kv HTTP/1.1" 200 115 0.007796 10.0.0.23 - - [2026-01-29 02:15:59] "POST /neutron/subnet HTTP/1.1" 200 734 0.203351 10.0.0.23 - - [2026-01-29 02:15:59] "POST /id-to-fqname HTTP/1.1" 200 269 0.001483 10.0.0.23 - - [2026-01-29 02:15:59] "GET /virtual-network/b059c280-869a-47a9-a57c-662b398ae62f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2768 0.007137 10.0.0.23 - - [2026-01-29 02:15:59] "GET /virtual-network/b059c280-869a-47a9-a57c-662b398ae62f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2768 0.007537 10.0.0.23 - - [2026-01-29 02:15:59] "POST /neutron/network HTTP/1.1" 200 1088 0.011779 10.0.0.23 - - [2026-01-29 02:15:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003446 10.0.0.240 - - [2026-01-29 02:15:59] "GET /projects?obj_uuids=e5c507fb-7726-4d46-adcd-121f0dd03f52&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.000888 10.0.0.23 - - [2026-01-29 02:15:59] "GET /project/e5c507fb-7726-4d46-adcd-121f0dd03f52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1403 0.036538 10.0.0.23 - - [2026-01-29 02:15:59] "POST /neutron/network HTTP/1.1" 200 117 0.014441 10.0.0.147 - - [2026-01-29 02:15:59] "POST /ref-update HTTP/1.1" 200 156 0.034537 10.0.0.147 - - [2026-01-29 02:16:00] "POST /fqname-to-id HTTP/1.1" 404 207 0.003019 10.0.0.240 - - [2026-01-29 02:16:00] "POST /useragent-kv HTTP/1.1" 200 115 0.014163 10.0.0.23 - - [2026-01-29 02:16:00] "POST /neutron/subnet HTTP/1.1" 200 724 0.192036 10.0.0.23 - - [2026-01-29 02:16:00] "POST /id-to-fqname HTTP/1.1" 200 270 0.001812 10.0.0.23 - - [2026-01-29 02:16:00] "GET /virtual-network/6680d87a-97f9-4e22-8c9c-1cd5acfbb08e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2768 0.007889 10.0.0.23 - - [2026-01-29 02:16:00] "GET /virtual-network/6680d87a-97f9-4e22-8c9c-1cd5acfbb08e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2768 0.007243 10.0.0.23 - - [2026-01-29 02:16:00] "POST /neutron/network HTTP/1.1" 200 1089 0.020301 10.0.0.23 - - [2026-01-29 02:16:00] "POST /id-to-fqname HTTP/1.1" 200 269 0.001403 10.0.0.23 - - [2026-01-29 02:16:00] "POST /neutron/network HTTP/1.1" 200 1098 0.008460 10.0.0.240 - - [2026-01-29 02:16:01] "GET /projects?obj_uuids=e5c507fb-7726-4d46-adcd-121f0dd03f52&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001494 10.0.0.23 - - [2026-01-29 02:16:01] "GET /project/e5c507fb-7726-4d46-adcd-121f0dd03f52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1403 0.100502 10.0.0.23 - - [2026-01-29 02:16:01] "POST /neutron/port HTTP/1.1" 200 117 0.007293 10.0.0.23 - - [2026-01-29 02:16:01] "POST /id-to-fqname HTTP/1.1" 200 270 0.001695 10.0.0.23 - - [2026-01-29 02:16:02] "POST /neutron/network HTTP/1.1" 200 1098 0.007909 10.0.0.240 - - [2026-01-29 02:16:02] "GET /projects?obj_uuids=e5c507fb-7726-4d46-adcd-121f0dd03f52&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001506 10.0.0.23 - - [2026-01-29 02:16:02] "POST /neutron/port HTTP/1.1" 200 1177 0.031190 10.0.0.23 - - [2026-01-29 02:16:02] "GET /project/e5c507fb-7726-4d46-adcd-121f0dd03f52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1403 0.069916 10.0.0.23 - - [2026-01-29 02:16:02] "POST /neutron/port HTTP/1.1" 200 1241 0.024002 10.0.0.23 - - [2026-01-29 02:16:02] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004646 10.0.0.23 - - [2026-01-29 02:16:02] "POST /neutron/port HTTP/1.1" 200 117 0.001240 10.0.0.23 - - [2026-01-29 02:16:03] "POST /neutron/network HTTP/1.1" 200 1088 0.009667 10.0.0.23 - - [2026-01-29 02:16:03] "POST /neutron/port HTTP/1.1" 200 1176 0.029503 10.0.0.23 - - [2026-01-29 02:16:03] "POST /neutron/port HTTP/1.1" 200 1240 0.028676 10.0.0.23 - - [2026-01-29 02:16:04] "POST /neutron/subnet HTTP/1.1" 200 1384 0.017819 10.0.0.23 - - [2026-01-29 02:16:04] "POST /neutron/network HTTP/1.1" 200 1089 0.009082 10.0.0.23 - - [2026-01-29 02:16:04] "POST /fqname-to-id HTTP/1.1" 404 193 0.003608 10.0.0.23 - - [2026-01-29 02:16:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003178 10.0.0.240 - - [2026-01-29 02:16:04] "GET /domains?obj_uuids=65230a56-1cf0-4d34-9498-1ad48da04806&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001524 10.0.0.23 - - [2026-01-29 02:16:04] "GET /domain/65230a56-1cf0-4d34-9498-1ad48da04806?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.008954 10.0.0.23 - - [2026-01-29 02:16:04] "POST /service-templates HTTP/1.1" 200 545 0.030990 10.0.0.23 - - [2026-01-29 02:16:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003915 10.0.0.23 - - [2026-01-29 02:16:04] "GET /service-template/60ede93c-4301-4280-9766-72d1f7ff8a53?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1826 0.006807 10.0.0.23 - - [2026-01-29 02:16:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003383 10.0.0.23 - - [2026-01-29 02:16:04] "GET /service-template/60ede93c-4301-4280-9766-72d1f7ff8a53?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1826 0.004424 10.0.0.23 - - [2026-01-29 02:16:04] "POST /id-to-fqname HTTP/1.1" 200 269 0.001492 10.0.0.23 - - [2026-01-29 02:16:04] "POST /id-to-fqname HTTP/1.1" 200 269 0.001385 10.0.0.23 - - [2026-01-29 02:16:04] "POST /id-to-fqname HTTP/1.1" 200 270 0.001886 10.0.0.23 - - [2026-01-29 02:16:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003574 10.0.0.23 - - [2026-01-29 02:16:05] "DELETE /service-template/60ede93c-4301-4280-9766-72d1f7ff8a53 HTTP/1.1" 200 115 0.030752 10.0.0.23 - - [2026-01-29 02:16:05] "POST /fqname-to-id HTTP/1.1" 404 193 0.005163 10.0.0.23 - - [2026-01-29 02:16:06] "POST /neutron/network HTTP/1.1" 200 1088 0.013227 10.0.0.23 - - [2026-01-29 02:16:07] "POST /neutron/port HTTP/1.1" 200 1230 0.030708 10.0.0.23 - - [2026-01-29 02:16:07] "POST /neutron/port HTTP/1.1" 200 1231 0.029409 10.0.0.240 - - [2026-01-29 02:16:08] "POST /useragent-kv HTTP/1.1" 200 115 0.003905 10.0.0.240 - - [2026-01-29 02:16:08] "POST /useragent-kv HTTP/1.1" 200 115 0.005793 10.0.0.240 - - [2026-01-29 02:16:08] "POST /useragent-kv HTTP/1.1" 200 115 0.002523 10.0.0.240 - - [2026-01-29 02:16:08] "POST /useragent-kv HTTP/1.1" 200 115 0.002320 10.0.0.23 - - [2026-01-29 02:16:08] "POST /neutron/network HTTP/1.1" 200 151 0.157219 10.0.0.147 - - [2026-01-29 02:16:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004347 10.0.0.23 - - [2026-01-29 02:16:09] "POST /neutron/network HTTP/1.1" 200 1086 0.013017 10.0.0.240 - - [2026-01-29 02:16:09] "GET /projects?obj_uuids=e5c507fb-7726-4d46-adcd-121f0dd03f52&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001068 10.0.0.147 - - [2026-01-29 02:16:09] "DELETE /route-target/eda9ad80-0314-42d1-94b0-835803985822 HTTP/1.1" 200 115 0.035979 10.0.0.23 - - [2026-01-29 02:16:09] "GET /project/e5c507fb-7726-4d46-adcd-121f0dd03f52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1403 0.066807 10.0.0.240 - - [2026-01-29 02:16:09] "GET /projects?obj_uuids=e5c507fb-7726-4d46-adcd-121f0dd03f52&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001524 10.0.0.23 - - [2026-01-29 02:16:09] "GET /project/e5c507fb-7726-4d46-adcd-121f0dd03f52?fields=virtual_networks HTTP/1.1" 200 1053 0.080249 10.0.0.240 - - [2026-01-29 02:16:09] "GET /projects?obj_uuids=e5c507fb-7726-4d46-adcd-121f0dd03f52&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001105 10.0.0.23 - - [2026-01-29 02:16:09] "GET /project/e5c507fb-7726-4d46-adcd-121f0dd03f52?fields=virtual_machine_interfaces HTTP/1.1" 200 1053 0.047552 10.0.0.240 - - [2026-01-29 02:16:09] "GET /projects?obj_uuids=e5c507fb-7726-4d46-adcd-121f0dd03f52&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001108 10.0.0.23 - - [2026-01-29 02:16:09] "GET /project/e5c507fb-7726-4d46-adcd-121f0dd03f52?fields=security_groups HTTP/1.1" 200 1289 0.054538 10.0.0.23 - - [2026-01-29 02:16:10] "POST /fqname-to-id HTTP/1.1" 404 200 0.028538 10.0.0.240 - - [2026-01-29 02:16:10] "GET /projects?obj_uuids=35d2a20e-1e0e-43d3-86f5-b7ee6879970f&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003108 10.0.0.240 - - [2026-01-29 02:16:10] "GET /domains?obj_uuids=65230a56-1cf0-4d34-9498-1ad48da04806&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001443 10.0.0.240 - - [2026-01-29 02:16:10] "GET /domain/65230a56-1cf0-4d34-9498-1ad48da04806?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.009326 10.0.0.240 - - [2026-01-29 02:16:10] "POST /id-to-fqname HTTP/1.1" 200 202 0.004161 10.0.0.240 - - [2026-01-29 02:16:10] "POST /fqname-to-id HTTP/1.1" 404 211 0.005606 10.0.0.240 - - [2026-01-29 02:16:10] "POST /security-groups HTTP/1.1" 200 603 0.077663 10.0.0.240 - - [2026-01-29 02:16:10] "POST /projects HTTP/1.1" 200 609 0.297848 10.0.0.147 - - [2026-01-29 02:16:10] "POST /fqname-to-id HTTP/1.1" 404 245 0.013288 10.0.0.240 - - [2026-01-29 02:16:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.373065 10.0.0.23 - - [2026-01-29 02:16:10] "GET /project/35d2a20e-1e0e-43d3-86f5-b7ee6879970f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1413 0.529085 10.0.0.23 - - [2026-01-29 02:16:12] "GET / HTTP/1.1" 200 36215 0.001565 10.0.0.23 - - [2026-01-29 02:16:13] "POST /fqname-to-id HTTP/1.1" 401 292 0.000493 10.0.0.23 - - [2026-01-29 02:16:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.066979 10.0.0.240 - - [2026-01-29 02:16:13] "GET /projects?obj_uuids=35d2a20e-1e0e-43d3-86f5-b7ee6879970f&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001058 10.0.0.23 - - [2026-01-29 02:16:13] "GET /project/35d2a20e-1e0e-43d3-86f5-b7ee6879970f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1413 0.038406 10.0.0.240 - - [2026-01-29 02:16:13] "GET /projects?obj_uuids=35d2a20e-1e0e-43d3-86f5-b7ee6879970f&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001718 10.0.0.23 - - [2026-01-29 02:16:13] "POST /neutron/network HTTP/1.1" 200 619 0.156623 10.0.0.147 - - [2026-01-29 02:16:13] "POST /ref-update HTTP/1.1" 200 156 0.026992 10.0.0.23 - - [2026-01-29 02:16:14] "POST /id-to-fqname HTTP/1.1" 200 233 0.003756 10.0.0.23 - - [2026-01-29 02:16:14] "GET /virtual-network/65b063dc-34d5-4597-84ff-8c5dc286136f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2065 0.005538 10.0.0.23 - - [2026-01-29 02:16:14] "POST /neutron/network HTTP/1.1" 200 837 0.006509 10.0.0.23 - - [2026-01-29 02:16:14] "GET /virtual-network/65b063dc-34d5-4597-84ff-8c5dc286136f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2065 0.007038 10.0.0.23 - - [2026-01-29 02:16:14] "GET /virtual-network/65b063dc-34d5-4597-84ff-8c5dc286136f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2065 0.008177 10.0.0.240 - - [2026-01-29 02:16:16] "GET /obj-perms HTTP/1.1" 200 5054 0.052541 10.0.0.23 - - [2026-01-29 02:16:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003879 10.0.0.240 - - [2026-01-29 02:16:16] "GET /projects?obj_uuids=35d2a20e-1e0e-43d3-86f5-b7ee6879970f&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001038 10.0.0.23 - - [2026-01-29 02:16:16] "GET /project/35d2a20e-1e0e-43d3-86f5-b7ee6879970f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1413 0.046820 10.0.0.23 - - [2026-01-29 02:16:16] "POST /neutron/network HTTP/1.1" 200 117 0.014372 10.0.0.23 - - [2026-01-29 02:16:16] "POST /neutron/network HTTP/1.1" 200 837 0.009941 10.0.0.23 - - [2026-01-29 02:16:16] "POST /id-to-fqname HTTP/1.1" 200 233 0.001391 10.0.0.23 - - [2026-01-29 02:16:16] "GET /virtual-network/651a36cd-91da-463a-9c6d-8d4f86696823?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.005918 10.0.0.23 - - [2026-01-29 02:16:16] "GET /virtual-network/651a36cd-91da-463a-9c6d-8d4f86696823?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.006420 10.0.0.23 - - [2026-01-29 02:16:16] "POST /neutron/subnet HTTP/1.1" 200 720 0.009192 10.0.0.23 - - [2026-01-29 02:16:16] "GET /virtual-network/651a36cd-91da-463a-9c6d-8d4f86696823?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.006592 10.0.0.147 - - [2026-01-29 02:16:17] "GET /obj-perms HTTP/1.1" 200 5054 0.053285 10.0.0.23 - - [2026-01-29 02:16:17] "POST /id-to-fqname HTTP/1.1" 200 233 0.001459 10.0.0.240 - - [2026-01-29 02:16:39] "DELETE /project/35d2a20e1e0e43d386f5b7ee6879970f HTTP/1.1" 404 173 0.019124 10.0.0.240 - - [2026-01-29 02:16:39] "DELETE /project/e5c507fb77264d46adcd121f0dd03f52 HTTP/1.1" 404 173 0.009778 10.0.0.240 - - [2026-01-29 02:16:39] "DELETE /project/6afed77c8f2e4d7f8a6e851d7c00b7e6 HTTP/1.1" 404 173 0.017890 10.0.0.240 - - [2026-01-29 02:16:39] "GET /projects?obj_uuids=e5c507fb-7726-4d46-adcd-121f0dd03f52&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001234 10.0.0.240 - - [2026-01-29 02:16:39] "GET /projects?obj_uuids=6afed77c-8f2e-4d7f-8a6e-851d7c00b7e6&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001130 10.0.0.240 - - [2026-01-29 02:16:39] "GET /projects?obj_uuids=c0a8d173-31be-4c70-8d69-f2e223d39f28&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001007 10.0.0.240 - - [2026-01-29 02:16:39] "GET /project/e5c507fb-7726-4d46-adcd-121f0dd03f52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1505 0.092736 10.0.0.240 - - [2026-01-29 02:16:39] "GET /projects?obj_uuids=e5c507fb-7726-4d46-adcd-121f0dd03f52&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001309 10.0.0.240 - - [2026-01-29 02:16:39] "GET /project/c0a8d173-31be-4c70-8d69-f2e223d39f28?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1501 0.124254 10.0.0.240 - - [2026-01-29 02:16:39] "GET /projects?obj_uuids=c0a8d173-31be-4c70-8d69-f2e223d39f28&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001060 10.0.0.240 - - [2026-01-29 02:16:39] "GET /project/6afed77c-8f2e-4d7f-8a6e-851d7c00b7e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1487 0.149764 10.0.0.240 - - [2026-01-29 02:16:39] "GET /projects?obj_uuids=6afed77c-8f2e-4d7f-8a6e-851d7c00b7e6&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001249 10.0.0.240 - - [2026-01-29 02:16:40] "GET /project/e5c507fb-7726-4d46-adcd-121f0dd03f52?fields=security_groups HTTP/1.1" 200 1391 0.118861 10.0.0.240 - - [2026-01-29 02:16:40] "GET /project/c0a8d173-31be-4c70-8d69-f2e223d39f28?fields=security_groups HTTP/1.1" 200 1388 0.120198 10.0.0.240 - - [2026-01-29 02:16:40] "GET /project/6afed77c-8f2e-4d7f-8a6e-851d7c00b7e6?fields=security_groups HTTP/1.1" 200 1377 0.093814 10.0.0.240 - - [2026-01-29 02:16:40] "DELETE /security-group/54e78a13-dd4a-4c78-a843-7d87984e824f HTTP/1.1" 200 115 0.115645 10.0.0.240 - - [2026-01-29 02:16:40] "GET /projects?obj_uuids=e5c507fb-7726-4d46-adcd-121f0dd03f52&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001375 10.0.0.240 - - [2026-01-29 02:16:40] "DELETE /security-group/62166244-6266-4446-8609-9d1da4c45f08 HTTP/1.1" 200 115 0.112496 10.0.0.240 - - [2026-01-29 02:16:40] "DELETE /security-group/0b122f53-5aaa-498b-ad53-e75258d18f15 HTTP/1.1" 200 115 0.126967 10.0.0.240 - - [2026-01-29 02:16:40] "GET /projects?obj_uuids=6afed77c-8f2e-4d7f-8a6e-851d7c00b7e6&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001136 10.0.0.240 - - [2026-01-29 02:16:40] "GET /projects?obj_uuids=c0a8d173-31be-4c70-8d69-f2e223d39f28&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001065 10.0.0.147 - - [2026-01-29 02:16:40] "DELETE /access-control-list/ddab27db-d294-4921-b401-533ae17c9b6a HTTP/1.1" 200 115 0.094585 10.0.0.240 - - [2026-01-29 02:16:40] "GET /project/e5c507fb-7726-4d46-adcd-121f0dd03f52?fields=application_policy_sets HTTP/1.1" 200 1430 0.075149 10.0.0.240 - - [2026-01-29 02:16:40] "GET /project/c0a8d173-31be-4c70-8d69-f2e223d39f28?fields=application_policy_sets HTTP/1.1" 200 1427 0.095525 10.0.0.240 - - [2026-01-29 02:16:40] "GET /project/6afed77c-8f2e-4d7f-8a6e-851d7c00b7e6?fields=application_policy_sets HTTP/1.1" 200 1416 0.140960 10.0.0.147 - - [2026-01-29 02:16:40] "DELETE /access-control-list/e8e69338-8adc-4e3c-a4e8-379675cc40b4 HTTP/1.1" 200 115 0.094057 10.0.0.240 - - [2026-01-29 02:16:40] "DELETE /project/e5c507fb-7726-4d46-adcd-121f0dd03f52 HTTP/1.1" 200 115 0.766482 10.0.0.240 - - [2026-01-29 02:16:40] "DELETE /project/c0a8d173-31be-4c70-8d69-f2e223d39f28 HTTP/1.1" 200 115 0.776841 10.0.0.240 - - [2026-01-29 02:16:40] "DELETE /project/6afed77c-8f2e-4d7f-8a6e-851d7c00b7e6 HTTP/1.1" 200 115 0.819013 10.0.0.23 - - [2026-01-29 02:16:46] "GET /obj-perms HTTP/1.1" 200 5056 0.054057 10.0.0.240 - - [2026-01-29 02:16:49] "GET /projects?obj_uuids=35d2a20e-1e0e-43d3-86f5-b7ee6879970f&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001196 10.0.0.23 - - [2026-01-29 02:16:49] "GET /project/35d2a20e-1e0e-43d3-86f5-b7ee6879970f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1413 0.067504 10.0.0.23 - - [2026-01-29 02:16:49] "POST /neutron/port HTTP/1.1" 200 117 0.007476 10.0.0.23 - - [2026-01-29 02:16:49] "POST /id-to-fqname HTTP/1.1" 200 233 0.001495 10.0.0.23 - - [2026-01-29 02:16:50] "POST /neutron/network HTTP/1.1" 200 847 0.007623 10.0.0.23 - - [2026-01-29 02:16:50] "POST /neutron/port HTTP/1.1" 200 1071 0.027481 10.0.0.240 - - [2026-01-29 02:16:50] "GET /projects?obj_uuids=35d2a20e-1e0e-43d3-86f5-b7ee6879970f&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001433 10.0.0.23 - - [2026-01-29 02:16:50] "GET /project/35d2a20e-1e0e-43d3-86f5-b7ee6879970f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1413 0.098590 10.0.0.23 - - [2026-01-29 02:16:50] "POST /neutron/network HTTP/1.1" 200 837 0.010672 10.0.0.23 - - [2026-01-29 02:16:51] "POST /neutron/port HTTP/1.1" 200 117 0.011284 10.0.0.23 - - [2026-01-29 02:16:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003789 10.0.0.240 - - [2026-01-29 02:16:51] "GET /projects?obj_uuids=35d2a20e-1e0e-43d3-86f5-b7ee6879970f&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001153 10.0.0.23 - - [2026-01-29 02:16:51] "GET /project/35d2a20e-1e0e-43d3-86f5-b7ee6879970f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1413 0.063787 10.0.0.23 - - [2026-01-29 02:16:51] "GET /virtual-network/65b063dc-34d5-4597-84ff-8c5dc286136f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2065 0.007807 10.0.0.23 - - [2026-01-29 02:16:51] "GET /floating-ip-pools?parent_id=65b063dc-34d5-4597-84ff-8c5dc286136f&detail=False&count=False&shared=False HTTP/1.1" 200 133 0.004168 10.0.0.23 - - [2026-01-29 02:16:51] "GET /virtual-network/65b063dc-34d5-4597-84ff-8c5dc286136f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2065 0.009411 10.0.0.23 - - [2026-01-29 02:16:51] "POST /floating-ip-pools HTTP/1.1" 200 611 0.052821 10.0.0.23 - - [2026-01-29 02:16:51] "POST /ref-update HTTP/1.1" 200 156 0.034892 10.0.0.23 - - [2026-01-29 02:16:51] "GET /virtual-network/65b063dc-34d5-4597-84ff-8c5dc286136f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2065 0.009802 10.0.0.240 - - [2026-01-29 02:16:51] "GET /projects?obj_uuids=35d2a20e-1e0e-43d3-86f5-b7ee6879970f&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001165 10.0.0.23 - - [2026-01-29 02:16:51] "POST /neutron/port HTTP/1.1" 200 117 0.001629 10.0.0.23 - - [2026-01-29 02:16:52] "GET /virtual-network/65b063dc-34d5-4597-84ff-8c5dc286136f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2065 0.015880 10.0.0.23 - - [2026-01-29 02:16:52] "POST /neutron/port HTTP/1.1" 200 1071 0.497278 10.0.0.23 - - [2026-01-29 02:16:52] "POST /neutron/port HTTP/1.1" 200 1071 0.022958 10.0.0.23 - - [2026-01-29 02:16:52] "POST /neutron/port HTTP/1.1" 200 1125 0.159348 10.0.0.23 - - [2026-01-29 02:16:52] "POST /neutron/subnet HTTP/1.1" 200 694 0.014498 10.0.0.23 - - [2026-01-29 02:16:57] "POST /neutron/port HTTP/1.1" 200 1135 0.042308 10.0.0.23 - - [2026-01-29 02:17:02] "POST /neutron/security_group HTTP/1.1" 200 2070 0.009905 10.0.0.23 - - [2026-01-29 02:17:12] "POST /neutron/port HTTP/1.1" 200 1135 0.019335 10.0.0.23 - - [2026-01-29 02:17:17] "POST /neutron/security_group HTTP/1.1" 200 2070 0.016622 10.0.0.23 - - [2026-01-29 02:17:27] "POST /neutron/port HTTP/1.1" 200 1135 0.021048 10.0.0.23 - - [2026-01-29 02:17:33] "POST /neutron/security_group HTTP/1.1" 200 2070 0.008667 10.0.0.23 - - [2026-01-29 02:17:43] "POST /neutron/port HTTP/1.1" 200 1135 0.039355 10.0.0.23 - - [2026-01-29 02:17:48] "POST /neutron/port HTTP/1.1" 200 1135 0.018264 10.0.0.23 - - [2026-01-29 02:17:48] "POST /neutron/subnet HTTP/1.1" 200 694 0.009939 10.0.0.23 - - [2026-01-29 02:17:48] "POST /neutron/port HTTP/1.1" 200 1135 0.025887 10.0.0.23 - - [2026-01-29 02:17:48] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007338 10.0.0.23 - - [2026-01-29 02:17:48] "GET /virtual-machine/2aea61f8-7cd6-4962-9d6c-84f44e6948ff HTTP/1.1" 401 292 0.000454 10.0.0.23 - - [2026-01-29 02:17:48] "GET /virtual-machine/2aea61f8-7cd6-4962-9d6c-84f44e6948ff HTTP/1.1" 200 1306 0.031057 10.0.0.23 - - [2026-01-29 02:17:48] "GET /virtual-machine-interface/27288425-2ba5-418b-a41b-351bdbace879 HTTP/1.1" 200 3011 0.005951 10.0.0.23 - - [2026-01-29 02:17:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003908 10.0.0.23 - - [2026-01-29 02:17:48] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004158 10.0.0.23 - - [2026-01-29 02:17:48] "GET /virtual-networks?parent_id=35d2a20e-1e0e-43d3-86f5-b7ee6879970f&detail=False&count=False&shared=False HTTP/1.1" 200 599 0.004177 10.0.0.23 - - [2026-01-29 02:17:48] "GET /virtual-network/651a36cd-91da-463a-9c6d-8d4f86696823?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.006508 10.0.0.23 - - [2026-01-29 02:17:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.004300 10.0.0.23 - - [2026-01-29 02:17:52] "GET /virtual-network/651a36cd-91da-463a-9c6d-8d4f86696823?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.006246 10.0.0.23 - - [2026-01-29 02:17:52] "POST /neutron/port HTTP/1.1" 200 1135 0.050681 10.0.0.23 - - [2026-01-29 02:17:52] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004398 10.0.0.23 - - [2026-01-29 02:17:52] "POST /neutron/network HTTP/1.1" 200 837 0.007928 10.0.0.23 - - [2026-01-29 02:17:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003783 10.0.0.23 - - [2026-01-29 02:17:56] "GET /virtual-network/651a36cd-91da-463a-9c6d-8d4f86696823?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.007392 10.0.0.23 - - [2026-01-29 02:18:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.005507 10.0.0.23 - - [2026-01-29 02:18:00] "GET /virtual-network/651a36cd-91da-463a-9c6d-8d4f86696823?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.007300 10.0.0.23 - - [2026-01-29 02:18:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.010841 10.0.0.23 - - [2026-01-29 02:18:04] "GET /virtual-network/651a36cd-91da-463a-9c6d-8d4f86696823?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.005541 10.0.0.23 - - [2026-01-29 02:18:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004184 10.0.0.23 - - [2026-01-29 02:18:08] "GET /virtual-network/651a36cd-91da-463a-9c6d-8d4f86696823?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.005855 10.0.0.23 - - [2026-01-29 02:18:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004363 10.0.0.23 - - [2026-01-29 02:18:12] "GET /virtual-network/651a36cd-91da-463a-9c6d-8d4f86696823?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.005583 10.0.0.23 - - [2026-01-29 02:18:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003548 10.0.0.23 - - [2026-01-29 02:18:16] "GET /virtual-network/651a36cd-91da-463a-9c6d-8d4f86696823?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.005788 10.0.0.23 - - [2026-01-29 02:18:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004643 10.0.0.23 - - [2026-01-29 02:18:20] "GET /virtual-network/651a36cd-91da-463a-9c6d-8d4f86696823?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.009783 10.0.0.23 - - [2026-01-29 02:18:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003541 10.0.0.23 - - [2026-01-29 02:18:24] "GET /virtual-network/651a36cd-91da-463a-9c6d-8d4f86696823?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.005543 10.0.0.23 - - [2026-01-29 02:18:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003303 10.0.0.23 - - [2026-01-29 02:18:28] "GET /virtual-network/651a36cd-91da-463a-9c6d-8d4f86696823?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.005502 10.0.0.23 - - [2026-01-29 02:18:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004064 10.0.0.23 - - [2026-01-29 02:18:30] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003848 10.0.0.23 - - [2026-01-29 02:18:30] "GET /virtual-networks?parent_id=35d2a20e-1e0e-43d3-86f5-b7ee6879970f&detail=False&count=False&shared=False HTTP/1.1" 200 599 0.003571 10.0.0.23 - - [2026-01-29 02:18:30] "GET /virtual-network/651a36cd-91da-463a-9c6d-8d4f86696823?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.006127 10.0.0.23 - - [2026-01-29 02:18:35] "POST /neutron/port HTTP/1.1" 200 1135 0.018290 10.0.0.23 - - [2026-01-29 02:18:41] "POST /neutron/security_group HTTP/1.1" 200 2070 0.011050 10.0.0.23 - - [2026-01-29 02:18:43] "POST /neutron/port HTTP/1.1" 200 1135 0.043438 10.0.0.23 - - [2026-01-29 02:18:46] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007500 10.0.0.240 - - [2026-01-29 02:18:48] "GET /obj-perms HTTP/1.1" 200 5056 0.074188 10.0.0.23 - - [2026-01-29 02:18:48] "POST /neutron/network HTTP/1.1" 200 847 0.033694 10.0.0.23 - - [2026-01-29 02:18:48] "POST /neutron/port HTTP/1.1" 200 117 0.001201 10.0.0.23 - - [2026-01-29 02:18:51] "POST /neutron/security_group HTTP/1.1" 200 2070 0.008624 10.0.0.23 - - [2026-01-29 02:18:54] "POST /neutron/network HTTP/1.1" 200 847 0.007260 10.0.0.23 - - [2026-01-29 02:18:54] "POST /neutron/port HTTP/1.1" 200 117 0.001471 10.0.0.23 - - [2026-01-29 02:18:56] "POST /neutron/port HTTP/1.1" 200 1135 0.019012 10.0.0.23 - - [2026-01-29 02:18:56] "POST /neutron/port HTTP/1.1" 200 1135 0.018101 10.0.0.23 - - [2026-01-29 02:18:56] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007862 10.0.0.23 - - [2026-01-29 02:18:56] "GET /virtual-machine/6206d910-7cfa-4b6a-9e88-49daf0d1a1a1 HTTP/1.1" 200 1306 0.006230 10.0.0.23 - - [2026-01-29 02:18:56] "GET /virtual-machine-interface/d03bdf3c-c49b-4a07-bab1-e720a7fa1783 HTTP/1.1" 200 3012 0.005511 10.0.0.23 - - [2026-01-29 02:18:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003578 10.0.0.23 - - [2026-01-29 02:18:56] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003812 10.0.0.23 - - [2026-01-29 02:18:56] "GET /virtual-networks?parent_id=35d2a20e-1e0e-43d3-86f5-b7ee6879970f&detail=False&count=False&shared=False HTTP/1.1" 200 599 0.004109 10.0.0.23 - - [2026-01-29 02:18:56] "GET /virtual-network/65b063dc-34d5-4597-84ff-8c5dc286136f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2065 0.006590 10.0.0.23 - - [2026-01-29 02:18:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004591 10.0.0.23 - - [2026-01-29 02:18:58] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004970 10.0.0.23 - - [2026-01-29 02:18:58] "GET /virtual-networks?parent_id=35d2a20e-1e0e-43d3-86f5-b7ee6879970f&detail=False&count=False&shared=False HTTP/1.1" 200 599 0.004120 10.0.0.23 - - [2026-01-29 02:18:58] "GET /virtual-network/65b063dc-34d5-4597-84ff-8c5dc286136f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2065 0.007540 10.0.0.23 - - [2026-01-29 02:18:58] "POST /neutron/floatingip HTTP/1.1" 200 575 0.019361 10.0.0.23 - - [2026-01-29 02:18:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.002994 10.0.0.23 - - [2026-01-29 02:18:58] "GET /routing-instance/9c44969c-15c6-4f93-b993-2246bfc2cc84?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1495 0.003608 10.0.0.23 - - [2026-01-29 02:18:58] "GET /route-target/670d8bc6-6c9a-4920-91e3-a8e7c08d68c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004586 10.0.0.23 - - [2026-01-29 02:19:23] "POST /neutron/floatingip HTTP/1.1" 200 529 0.008870 10.0.0.23 - - [2026-01-29 02:19:23] "GET /floating-ip-pool/61c15298-d68e-434e-8c4a-400f2204f3e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1208 0.004077 10.0.0.23 - - [2026-01-29 02:19:23] "POST /ref-update HTTP/1.1" 200 156 0.015660 10.0.0.23 - - [2026-01-29 02:19:23] "DELETE /floating-ip-pool/61c15298-d68e-434e-8c4a-400f2204f3e2 HTTP/1.1" 200 115 0.046782 10.0.0.23 - - [2026-01-29 02:19:24] "POST /neutron/network HTTP/1.1" 400 204 0.013706 10.0.0.23 - - [2026-01-29 02:19:24] "POST /neutron/port HTTP/1.1" 200 151 0.187226 10.0.0.23 - - [2026-01-29 02:19:24] "POST /neutron/port HTTP/1.1" 200 151 0.303089 10.0.0.147 - - [2026-01-29 02:19:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.044724 10.0.0.23 - - [2026-01-29 02:19:26] "POST /neutron/network HTTP/1.1" 200 837 0.007444 10.0.0.147 - - [2026-01-29 02:19:26] "DELETE /route-target/670d8bc6-6c9a-4920-91e3-a8e7c08d68c3 HTTP/1.1" 200 115 0.031600 10.0.0.240 - - [2026-01-29 02:19:28] "GET /projects?obj_uuids=35d2a20e-1e0e-43d3-86f5-b7ee6879970f&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.023669 10.0.0.23 - - [2026-01-29 02:19:28] "GET /project/35d2a20e-1e0e-43d3-86f5-b7ee6879970f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1413 0.098724 10.0.0.240 - - [2026-01-29 02:19:28] "GET /projects?obj_uuids=35d2a20e-1e0e-43d3-86f5-b7ee6879970f&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001136 10.0.0.23 - - [2026-01-29 02:19:28] "GET /project/35d2a20e-1e0e-43d3-86f5-b7ee6879970f?fields=virtual_networks HTTP/1.1" 200 1057 0.058038 10.0.0.240 - - [2026-01-29 02:19:28] "GET /projects?obj_uuids=35d2a20e-1e0e-43d3-86f5-b7ee6879970f&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001042 10.0.0.23 - - [2026-01-29 02:19:28] "GET /project/35d2a20e-1e0e-43d3-86f5-b7ee6879970f?fields=virtual_machine_interfaces HTTP/1.1" 200 1057 0.057917 10.0.0.240 - - [2026-01-29 02:19:28] "GET /projects?obj_uuids=35d2a20e-1e0e-43d3-86f5-b7ee6879970f&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001356 10.0.0.23 - - [2026-01-29 02:19:28] "GET /project/35d2a20e-1e0e-43d3-86f5-b7ee6879970f?fields=security_groups HTTP/1.1" 200 1296 0.056595 10.0.0.23 - - [2026-01-29 02:19:29] "POST /fqname-to-id HTTP/1.1" 404 188 0.026920 10.0.0.240 - - [2026-01-29 02:19:29] "GET /projects?obj_uuids=0b8a99ce-0660-4d29-9605-4218749daacf&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003032 10.0.0.240 - - [2026-01-29 02:19:29] "GET /domains?obj_uuids=65230a56-1cf0-4d34-9498-1ad48da04806&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001169 10.0.0.240 - - [2026-01-29 02:19:29] "GET /domain/65230a56-1cf0-4d34-9498-1ad48da04806?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.033803 10.0.0.240 - - [2026-01-29 02:19:29] "POST /id-to-fqname HTTP/1.1" 200 190 0.005779 10.0.0.240 - - [2026-01-29 02:19:29] "POST /fqname-to-id HTTP/1.1" 404 199 0.014258 10.0.0.240 - - [2026-01-29 02:19:29] "POST /security-groups HTTP/1.1" 200 591 0.053764 10.0.0.240 - - [2026-01-29 02:19:29] "POST /projects HTTP/1.1" 200 585 0.313345 10.0.0.147 - - [2026-01-29 02:19:29] "POST /fqname-to-id HTTP/1.1" 404 233 0.008924 10.0.0.240 - - [2026-01-29 02:19:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.389586 10.0.0.23 - - [2026-01-29 02:19:29] "GET /project/0b8a99ce-0660-4d29-9605-4218749daacf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.557344 10.0.0.23 - - [2026-01-29 02:19:31] "GET / HTTP/1.1" 200 36215 0.002963 10.0.0.240 - - [2026-01-29 02:19:34] "GET /projects?obj_uuids=0b8a99ce-0660-4d29-9605-4218749daacf&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001539 10.0.0.23 - - [2026-01-29 02:19:34] "GET /project/0b8a99ce-0660-4d29-9605-4218749daacf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.047574 10.0.0.240 - - [2026-01-29 02:19:34] "GET /projects?obj_uuids=0b8a99ce-0660-4d29-9605-4218749daacf&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001302 10.0.0.23 - - [2026-01-29 02:19:34] "GET /project/0b8a99ce-0660-4d29-9605-4218749daacf?fields=virtual_networks HTTP/1.1" 200 1033 0.075179 10.0.0.240 - - [2026-01-29 02:19:34] "GET /projects?obj_uuids=0b8a99ce-0660-4d29-9605-4218749daacf&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001072 10.0.0.23 - - [2026-01-29 02:19:34] "GET /project/0b8a99ce-0660-4d29-9605-4218749daacf?fields=virtual_machine_interfaces HTTP/1.1" 200 1033 0.043990 10.0.0.240 - - [2026-01-29 02:19:34] "GET /projects?obj_uuids=0b8a99ce-0660-4d29-9605-4218749daacf&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001070 10.0.0.23 - - [2026-01-29 02:19:34] "GET /project/0b8a99ce-0660-4d29-9605-4218749daacf?fields=security_groups HTTP/1.1" 200 1260 0.061234 10.0.0.23 - - [2026-01-29 02:19:35] "POST /fqname-to-id HTTP/1.1" 404 183 0.042007 10.0.0.240 - - [2026-01-29 02:19:35] "GET /projects?obj_uuids=901bd8df-df27-4bef-84f7-00142bc2e0ef&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003366 10.0.0.240 - - [2026-01-29 02:19:35] "GET /domains?obj_uuids=65230a56-1cf0-4d34-9498-1ad48da04806&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001589 10.0.0.240 - - [2026-01-29 02:19:35] "GET /domain/65230a56-1cf0-4d34-9498-1ad48da04806?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008844 10.0.0.240 - - [2026-01-29 02:19:35] "POST /id-to-fqname HTTP/1.1" 200 185 0.006562 10.0.0.240 - - [2026-01-29 02:19:35] "POST /fqname-to-id HTTP/1.1" 404 194 0.004224 10.0.0.240 - - [2026-01-29 02:19:35] "POST /security-groups HTTP/1.1" 200 586 0.040242 10.0.0.240 - - [2026-01-29 02:19:35] "POST /projects HTTP/1.1" 200 575 0.261161 10.0.0.147 - - [2026-01-29 02:19:35] "POST /access-control-lists HTTP/1.1" 200 593 0.040013 10.0.0.240 - - [2026-01-29 02:19:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.336424 10.0.0.23 - - [2026-01-29 02:19:35] "GET /project/901bd8df-df27-4bef-84f7-00142bc2e0ef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.493590 10.0.0.23 - - [2026-01-29 02:19:36] "GET / HTTP/1.1" 200 36215 0.002193 10.0.0.240 - - [2026-01-29 02:19:40] "DELETE /project/0b8a99ce06604d2996054218749daacf HTTP/1.1" 404 173 0.010647 10.0.0.240 - - [2026-01-29 02:19:40] "DELETE /project/901bd8dfdf274bef84f700142bc2e0ef HTTP/1.1" 404 173 0.012568 10.0.0.240 - - [2026-01-29 02:19:40] "GET /projects?obj_uuids=35d2a20e-1e0e-43d3-86f5-b7ee6879970f&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000866 10.0.0.240 - - [2026-01-29 02:19:40] "GET /projects?obj_uuids=0b8a99ce-0660-4d29-9605-4218749daacf&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000895 10.0.0.240 - - [2026-01-29 02:19:40] "GET /project/35d2a20e-1e0e-43d3-86f5-b7ee6879970f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1515 0.060513 10.0.0.240 - - [2026-01-29 02:19:40] "GET /project/0b8a99ce-0660-4d29-9605-4218749daacf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1467 0.078135 10.0.0.240 - - [2026-01-29 02:19:40] "GET /projects?obj_uuids=35d2a20e-1e0e-43d3-86f5-b7ee6879970f&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001185 10.0.0.240 - - [2026-01-29 02:19:40] "GET /projects?obj_uuids=0b8a99ce-0660-4d29-9605-4218749daacf&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000985 10.0.0.240 - - [2026-01-29 02:19:40] "GET /project/0b8a99ce-0660-4d29-9605-4218749daacf?fields=security_groups HTTP/1.1" 200 1362 0.064281 10.0.0.240 - - [2026-01-29 02:19:40] "GET /project/35d2a20e-1e0e-43d3-86f5-b7ee6879970f?fields=security_groups HTTP/1.1" 200 1398 0.076604 10.0.0.240 - - [2026-01-29 02:19:41] "DELETE /security-group/954ae1f5-47d7-459e-989a-60e65208c412 HTTP/1.1" 200 115 0.065279 10.0.0.240 - - [2026-01-29 02:19:41] "GET /projects?obj_uuids=0b8a99ce-0660-4d29-9605-4218749daacf&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002095 10.0.0.240 - - [2026-01-29 02:19:41] "DELETE /security-group/9ed7b54a-2f29-4be9-ac1d-8b1ec5d7284e HTTP/1.1" 200 115 0.089445 10.0.0.240 - - [2026-01-29 02:19:41] "GET /projects?obj_uuids=35d2a20e-1e0e-43d3-86f5-b7ee6879970f&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001454 10.0.0.147 - - [2026-01-29 02:19:41] "DELETE /access-control-list/c2ebcdc7-4065-400a-8253-e38fdecdb8cf HTTP/1.1" 200 115 0.084230 10.0.0.240 - - [2026-01-29 02:19:41] "GET /project/0b8a99ce-0660-4d29-9605-4218749daacf?fields=application_policy_sets HTTP/1.1" 200 1401 0.080839 10.0.0.240 - - [2026-01-29 02:19:41] "GET /project/35d2a20e-1e0e-43d3-86f5-b7ee6879970f?fields=application_policy_sets HTTP/1.1" 200 1437 0.066607 10.0.0.147 - - [2026-01-29 02:19:41] "DELETE /access-control-list/f9eacfb9-a030-46a6-9cc5-ffbdb8a898fb HTTP/1.1" 200 115 0.072703 10.0.0.240 - - [2026-01-29 02:19:41] "DELETE /project/0b8a99ce-0660-4d29-9605-4218749daacf HTTP/1.1" 200 115 0.600639 10.0.0.240 - - [2026-01-29 02:19:41] "DELETE /project/35d2a20e-1e0e-43d3-86f5-b7ee6879970f HTTP/1.1" 200 115 0.633112 10.0.0.240 - - [2026-01-29 02:19:42] "GET /projects?obj_uuids=901bd8df-df27-4bef-84f7-00142bc2e0ef&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001060 10.0.0.23 - - [2026-01-29 02:19:42] "GET /project/901bd8df-df27-4bef-84f7-00142bc2e0ef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.042359 10.0.0.240 - - [2026-01-29 02:19:42] "GET /projects?obj_uuids=901bd8df-df27-4bef-84f7-00142bc2e0ef&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001438 10.0.0.23 - - [2026-01-29 02:19:42] "GET /project/901bd8df-df27-4bef-84f7-00142bc2e0ef?fields=virtual_networks HTTP/1.1" 200 1024 0.038051 10.0.0.240 - - [2026-01-29 02:19:42] "GET /projects?obj_uuids=901bd8df-df27-4bef-84f7-00142bc2e0ef&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000994 10.0.0.23 - - [2026-01-29 02:19:42] "GET /project/901bd8df-df27-4bef-84f7-00142bc2e0ef?fields=virtual_machine_interfaces HTTP/1.1" 200 1024 0.039085 10.0.0.240 - - [2026-01-29 02:19:42] "GET /projects?obj_uuids=901bd8df-df27-4bef-84f7-00142bc2e0ef&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001337 10.0.0.23 - - [2026-01-29 02:19:42] "GET /project/901bd8df-df27-4bef-84f7-00142bc2e0ef?fields=security_groups HTTP/1.1" 200 1246 0.040524 10.0.0.23 - - [2026-01-29 02:19:43] "POST /fqname-to-id HTTP/1.1" 404 187 0.033955 10.0.0.240 - - [2026-01-29 02:19:43] "GET /projects?obj_uuids=bda10ef8-2669-48c1-a552-1c885a081946&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002918 10.0.0.240 - - [2026-01-29 02:19:43] "GET /domains?obj_uuids=65230a56-1cf0-4d34-9498-1ad48da04806&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001038 10.0.0.240 - - [2026-01-29 02:19:43] "GET /domain/65230a56-1cf0-4d34-9498-1ad48da04806?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008684 10.0.0.240 - - [2026-01-29 02:19:43] "POST /id-to-fqname HTTP/1.1" 200 189 0.006183 10.0.0.240 - - [2026-01-29 02:19:43] "POST /fqname-to-id HTTP/1.1" 404 198 0.003789 10.0.0.240 - - [2026-01-29 02:19:43] "POST /security-groups HTTP/1.1" 200 590 0.037973 10.0.0.240 - - [2026-01-29 02:19:44] "POST /projects HTTP/1.1" 200 583 0.242302 10.0.0.240 - - [2026-01-29 02:19:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.279983 10.0.0.147 - - [2026-01-29 02:19:44] "POST /fqname-to-id HTTP/1.1" 404 232 0.004724 10.0.0.23 - - [2026-01-29 02:19:44] "GET /project/bda10ef8-2669-48c1-a552-1c885a081946?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.425909 10.0.0.23 - - [2026-01-29 02:19:45] "GET / HTTP/1.1" 200 36215 0.001513 10.0.0.240 - - [2026-01-29 02:19:48] "GET /projects?obj_uuids=bda10ef8-2669-48c1-a552-1c885a081946&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001131 10.0.0.23 - - [2026-01-29 02:19:48] "GET /project/bda10ef8-2669-48c1-a552-1c885a081946?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.051759 10.0.0.240 - - [2026-01-29 02:19:48] "GET /projects?obj_uuids=bda10ef8-2669-48c1-a552-1c885a081946&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001224 10.0.0.23 - - [2026-01-29 02:19:48] "GET /project/bda10ef8-2669-48c1-a552-1c885a081946?fields=virtual_networks HTTP/1.1" 200 1033 0.060191 10.0.0.240 - - [2026-01-29 02:19:48] "GET /projects?obj_uuids=bda10ef8-2669-48c1-a552-1c885a081946&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001063 10.0.0.23 - - [2026-01-29 02:19:48] "GET /project/bda10ef8-2669-48c1-a552-1c885a081946?fields=virtual_machine_interfaces HTTP/1.1" 200 1033 0.042658 10.0.0.240 - - [2026-01-29 02:19:48] "GET /projects?obj_uuids=bda10ef8-2669-48c1-a552-1c885a081946&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001326 10.0.0.23 - - [2026-01-29 02:19:48] "GET /project/bda10ef8-2669-48c1-a552-1c885a081946?fields=security_groups HTTP/1.1" 200 1259 0.046540 10.0.0.147 - - [2026-01-29 02:19:49] "GET /obj-perms HTTP/1.1" 200 5056 0.153048 10.0.0.23 - - [2026-01-29 02:19:49] "POST /fqname-to-id HTTP/1.1" 404 188 0.028391 10.0.0.240 - - [2026-01-29 02:19:49] "GET /projects?obj_uuids=a03be663-4e57-4372-85d9-d56c7db60ec8&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003683 10.0.0.240 - - [2026-01-29 02:19:49] "GET /domains?obj_uuids=65230a56-1cf0-4d34-9498-1ad48da04806&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001074 10.0.0.240 - - [2026-01-29 02:19:49] "GET /domain/65230a56-1cf0-4d34-9498-1ad48da04806?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007208 10.0.0.240 - - [2026-01-29 02:19:50] "POST /id-to-fqname HTTP/1.1" 200 190 0.002645 10.0.0.240 - - [2026-01-29 02:19:50] "POST /fqname-to-id HTTP/1.1" 404 199 0.009154 10.0.0.240 - - [2026-01-29 02:19:50] "POST /security-groups HTTP/1.1" 200 591 0.031012 10.0.0.240 - - [2026-01-29 02:19:50] "POST /projects HTTP/1.1" 200 585 0.246403 10.0.0.147 - - [2026-01-29 02:19:50] "POST /access-control-lists HTTP/1.1" 200 598 0.026589 10.0.0.240 - - [2026-01-29 02:19:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.325002 10.0.0.23 - - [2026-01-29 02:19:50] "GET /project/a03be663-4e57-4372-85d9-d56c7db60ec8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.464416 10.0.0.23 - - [2026-01-29 02:19:51] "GET / HTTP/1.1" 200 36215 0.001547 10.0.0.147 - - [2026-01-29 02:19:51] "GET /global-system-configs HTTP/1.1" 401 292 0.000520 10.0.0.147 - - [2026-01-29 02:19:51] "GET /global-system-configs HTTP/1.1" 401 292 0.000591 10.0.0.147 - - [2026-01-29 02:19:52] "GET /global-system-configs HTTP/1.1" 401 292 0.000464 10.0.0.147 - - [2026-01-29 02:19:52] "GET /global-system-configs HTTP/1.1" 401 292 0.000443 10.0.0.23 - - [2026-01-29 02:19:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000654 10.0.0.23 - - [2026-01-29 02:19:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000751 10.0.0.240 - - [2026-01-29 02:19:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000478 10.0.0.240 - - [2026-01-29 02:19:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000671 10.0.0.23 - - [2026-01-29 02:19:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000799 10.0.0.23 - - [2026-01-29 02:19:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000501 10.0.0.240 - - [2026-01-29 02:19:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000600 10.0.0.240 - - [2026-01-29 02:19:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000651 10.0.0.240 - - [2026-01-29 02:19:54] "GET /projects?obj_uuids=a03be663-4e57-4372-85d9-d56c7db60ec8&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001327 10.0.0.23 - - [2026-01-29 02:19:54] "GET /project/a03be663-4e57-4372-85d9-d56c7db60ec8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.049444 10.0.0.240 - - [2026-01-29 02:19:54] "GET /projects?obj_uuids=a03be663-4e57-4372-85d9-d56c7db60ec8&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000994 10.0.0.23 - - [2026-01-29 02:19:54] "GET /project/a03be663-4e57-4372-85d9-d56c7db60ec8?fields=virtual_networks HTTP/1.1" 200 1034 0.050984 10.0.0.240 - - [2026-01-29 02:19:54] "GET /projects?obj_uuids=a03be663-4e57-4372-85d9-d56c7db60ec8&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001767 10.0.0.23 - - [2026-01-29 02:19:54] "GET /project/a03be663-4e57-4372-85d9-d56c7db60ec8?fields=virtual_machine_interfaces HTTP/1.1" 200 1034 0.051731 10.0.0.240 - - [2026-01-29 02:19:54] "GET /projects?obj_uuids=a03be663-4e57-4372-85d9-d56c7db60ec8&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001063 10.0.0.23 - - [2026-01-29 02:19:54] "GET /project/a03be663-4e57-4372-85d9-d56c7db60ec8?fields=security_groups HTTP/1.1" 200 1261 0.043239 10.0.0.23 - - [2026-01-29 02:19:55] "POST /fqname-to-id HTTP/1.1" 404 192 0.026048 10.0.0.240 - - [2026-01-29 02:19:55] "GET /projects?obj_uuids=6bb25e53-a31e-4af3-9702-0d7e411db140&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003133 10.0.0.240 - - [2026-01-29 02:19:56] "GET /domains?obj_uuids=65230a56-1cf0-4d34-9498-1ad48da04806&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001516 10.0.0.240 - - [2026-01-29 02:19:56] "GET /domain/65230a56-1cf0-4d34-9498-1ad48da04806?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.009350 10.0.0.240 - - [2026-01-29 02:19:56] "POST /id-to-fqname HTTP/1.1" 200 194 0.005468 10.0.0.240 - - [2026-01-29 02:19:56] "POST /fqname-to-id HTTP/1.1" 404 203 0.003458 10.0.0.240 - - [2026-01-29 02:19:56] "POST /security-groups HTTP/1.1" 200 595 0.072240 10.0.0.147 - - [2026-01-29 02:19:56] "POST /fqname-to-id HTTP/1.1" 404 238 0.005066 10.0.0.240 - - [2026-01-29 02:19:56] "POST /projects HTTP/1.1" 200 593 0.281079 10.0.0.240 - - [2026-01-29 02:19:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.356358 10.0.0.147 - - [2026-01-29 02:19:56] "POST /access-control-lists HTTP/1.1" 200 600 0.033141 10.0.0.23 - - [2026-01-29 02:19:56] "GET /project/6bb25e53-a31e-4af3-9702-0d7e411db140?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.503921 10.0.0.23 - - [2026-01-29 02:19:57] "GET / HTTP/1.1" 200 36215 0.002970 10.0.0.240 - - [2026-01-29 02:20:00] "GET /projects?obj_uuids=6bb25e53-a31e-4af3-9702-0d7e411db140&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001735 10.0.0.23 - - [2026-01-29 02:20:00] "GET /project/6bb25e53-a31e-4af3-9702-0d7e411db140?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.049483 10.0.0.240 - - [2026-01-29 02:20:00] "GET /projects?obj_uuids=6bb25e53-a31e-4af3-9702-0d7e411db140&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001122 10.0.0.23 - - [2026-01-29 02:20:00] "GET /project/6bb25e53-a31e-4af3-9702-0d7e411db140?fields=virtual_networks HTTP/1.1" 200 1042 0.053030 10.0.0.240 - - [2026-01-29 02:20:00] "GET /projects?obj_uuids=6bb25e53-a31e-4af3-9702-0d7e411db140&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001798 10.0.0.23 - - [2026-01-29 02:20:00] "GET /project/6bb25e53-a31e-4af3-9702-0d7e411db140?fields=virtual_machine_interfaces HTTP/1.1" 200 1042 0.050862 10.0.0.240 - - [2026-01-29 02:20:00] "GET /projects?obj_uuids=6bb25e53-a31e-4af3-9702-0d7e411db140&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001114 10.0.0.23 - - [2026-01-29 02:20:00] "GET /project/6bb25e53-a31e-4af3-9702-0d7e411db140?fields=security_groups HTTP/1.1" 200 1273 0.037274 10.0.0.23 - - [2026-01-29 02:20:01] "POST /fqname-to-id HTTP/1.1" 404 183 0.028777 10.0.0.240 - - [2026-01-29 02:20:01] "GET /projects?obj_uuids=49e578d4-b4a8-49de-9ac1-f42f02bfa31e&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004597 10.0.0.240 - - [2026-01-29 02:20:01] "GET /domains?obj_uuids=65230a56-1cf0-4d34-9498-1ad48da04806&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001065 10.0.0.240 - - [2026-01-29 02:20:01] "GET /domain/65230a56-1cf0-4d34-9498-1ad48da04806?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007318 10.0.0.240 - - [2026-01-29 02:20:02] "POST /id-to-fqname HTTP/1.1" 200 185 0.003442 10.0.0.240 - - [2026-01-29 02:20:02] "POST /fqname-to-id HTTP/1.1" 404 194 0.002956 10.0.0.240 - - [2026-01-29 02:20:02] "POST /security-groups HTTP/1.1" 200 586 0.031934 10.0.0.240 - - [2026-01-29 02:20:02] "POST /projects HTTP/1.1" 200 575 0.239671 10.0.0.147 - - [2026-01-29 02:20:02] "POST /fqname-to-id HTTP/1.1" 404 228 0.012538 10.0.0.240 - - [2026-01-29 02:20:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.324373 10.0.0.23 - - [2026-01-29 02:20:02] "GET /project/49e578d4-b4a8-49de-9ac1-f42f02bfa31e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.477545 10.0.0.23 - - [2026-01-29 02:20:03] "GET / HTTP/1.1" 200 36215 0.003296 10.0.0.23 - - [2026-01-29 02:20:03] "POST /fqname-to-id HTTP/1.1" 404 193 0.003439 10.0.0.147 - - [2026-01-29 02:20:04] "POST /access-control-lists HTTP/1.1" 200 592 0.034442 10.0.0.147 - - [2026-01-29 02:20:04] "PUT /access-control-list/563182d3-c9dd-4255-9b92-8ed59cb9b527 HTTP/1.1" 200 273 0.023155 10.0.0.240 - - [2026-01-29 02:20:04] "GET /projects?obj_uuids=8a3a7390-7ec8-4fa8-965f-346af397f354&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001154 10.0.0.23 - - [2026-01-29 02:20:04] "POST /neutron/security_group_rule HTTP/1.1" 200 2549 0.091689 10.0.0.23 - - [2026-01-29 02:20:04] "POST /neutron/security_group_rule HTTP/1.1" 200 534 0.027730 10.0.0.147 - - [2026-01-29 02:20:04] "PUT /access-control-list/761992ca-8395-4c1d-8dd9-5a6d5a43b719 HTTP/1.1" 200 273 0.022852 10.0.0.23 - - [2026-01-29 02:20:04] "POST /fqname-to-id HTTP/1.1" 404 193 0.005007 10.0.0.147 - - [2026-01-29 02:20:04] "POST /access-control-lists HTTP/1.1" 200 592 0.026302 10.0.0.147 - - [2026-01-29 02:20:05] "PUT /access-control-list/78e3b3e2-97b2-43a8-afac-faf4dfe8995c HTTP/1.1" 200 273 0.014125 10.0.0.240 - - [2026-01-29 02:20:05] "GET /projects?obj_uuids=8a3a7390-7ec8-4fa8-965f-346af397f354&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.004638 10.0.0.23 - - [2026-01-29 02:20:05] "POST /neutron/security_group_rule HTTP/1.1" 200 2549 0.071495 10.0.0.23 - - [2026-01-29 02:20:05] "POST /neutron/security_group_rule HTTP/1.1" 200 534 0.017757 10.0.0.147 - - [2026-01-29 02:20:05] "PUT /access-control-list/7862a0ca-7c04-45df-a5f8-b10774245e0c HTTP/1.1" 200 273 0.030878 10.0.0.23 - - [2026-01-29 02:20:05] "POST /fqname-to-id HTTP/1.1" 401 292 0.000439 10.0.0.23 - - [2026-01-29 02:20:06] "POST /fqname-to-id HTTP/1.1" 404 210 0.033157 10.0.0.147 - - [2026-01-29 02:20:06] "POST /access-control-lists HTTP/1.1" 200 609 0.033759 10.0.0.147 - - [2026-01-29 02:20:06] "PUT /access-control-list/2e5a4d7f-73ab-4faa-bf0f-ca0ab5a16efa HTTP/1.1" 200 273 0.019809 10.0.0.240 - - [2026-01-29 02:20:06] "GET /projects?obj_uuids=49e578d4-b4a8-49de-9ac1-f42f02bfa31e&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001100 10.0.0.23 - - [2026-01-29 02:20:06] "POST /neutron/security_group_rule HTTP/1.1" 200 2608 0.097584 10.0.0.147 - - [2026-01-29 02:20:06] "PUT /access-control-list/96268aa0-4596-4911-aa44-f0236293c730 HTTP/1.1" 200 273 0.030442 10.0.0.23 - - [2026-01-29 02:20:06] "POST /neutron/security_group_rule HTTP/1.1" 200 534 0.033552 10.0.0.23 - - [2026-01-29 02:20:07] "POST /fqname-to-id HTTP/1.1" 404 210 0.003139 10.0.0.147 - - [2026-01-29 02:20:07] "POST /access-control-lists HTTP/1.1" 200 609 0.037770 10.0.0.147 - - [2026-01-29 02:20:07] "PUT /access-control-list/44223a0e-312f-4a10-b389-099f3226341f HTTP/1.1" 200 273 0.021280 10.0.0.240 - - [2026-01-29 02:20:07] "GET /projects?obj_uuids=49e578d4-b4a8-49de-9ac1-f42f02bfa31e&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001183 10.0.0.23 - - [2026-01-29 02:20:07] "POST /neutron/security_group_rule HTTP/1.1" 200 2608 0.063437 10.0.0.23 - - [2026-01-29 02:20:07] "POST /neutron/security_group_rule HTTP/1.1" 200 534 0.014014 10.0.0.147 - - [2026-01-29 02:20:07] "PUT /access-control-list/5ef3085c-d571-49be-a0d0-4d226c2d4028 HTTP/1.1" 200 273 0.027789 10.0.0.23 - - [2026-01-29 02:20:09] "POST /neutron/router HTTP/1.1" 200 541 0.007200 10.0.0.147 - - [2026-01-29 02:20:09] "PUT /logical-router/ffe491f9-3d57-4cd5-bddd-47fa56462752 HTTP/1.1" 200 263 0.021774 10.0.0.23 - - [2026-01-29 02:20:09] "POST /neutron/router HTTP/1.1" 200 541 0.006697 10.0.0.23 - - [2026-01-29 02:20:09] "POST /neutron/router HTTP/1.1" 200 541 0.004090 10.0.0.23 - - [2026-01-29 02:20:09] "POST /neutron/router HTTP/1.1" 200 541 0.004327 10.0.0.23 - - [2026-01-29 02:20:09] "POST /neutron/router HTTP/1.1" 200 541 0.005569 10.0.0.23 - - [2026-01-29 02:20:09] "POST /neutron/router HTTP/1.1" 200 541 0.005792 10.0.0.23 - - [2026-01-29 02:20:09] "POST /neutron/router HTTP/1.1" 200 541 0.004811 10.0.0.23 - - [2026-01-29 02:20:09] "POST /neutron/router HTTP/1.1" 200 541 0.004770 10.0.0.23 - - [2026-01-29 02:20:09] "POST /neutron/router HTTP/1.1" 200 541 0.004998 10.0.0.23 - - [2026-01-29 02:20:09] "POST /neutron/router HTTP/1.1" 200 541 0.004336 10.0.0.23 - - [2026-01-29 02:20:09] "POST /neutron/router HTTP/1.1" 200 541 0.004014 10.0.0.23 - - [2026-01-29 02:20:09] "POST /neutron/router HTTP/1.1" 200 541 0.006192 10.0.0.23 - - [2026-01-29 02:20:10] "POST /neutron/router HTTP/1.1" 200 151 0.076144 10.0.0.147 - - [2026-01-29 02:20:10] "POST /route-targets HTTP/1.1" 200 328 0.020766 10.0.0.23 - - [2026-01-29 02:20:10] "POST /neutron/router HTTP/1.1" 200 559 0.005970 10.0.0.23 - - [2026-01-29 02:20:10] "POST /neutron/router HTTP/1.1" 200 559 0.010823 10.0.0.23 - - [2026-01-29 02:20:10] "POST /neutron/router HTTP/1.1" 200 559 0.004120 10.0.0.23 - - [2026-01-29 02:20:10] "POST /neutron/router HTTP/1.1" 200 559 0.004561 10.0.0.23 - - [2026-01-29 02:20:10] "POST /neutron/router HTTP/1.1" 200 559 0.004164 10.0.0.23 - - [2026-01-29 02:20:10] "POST /neutron/router HTTP/1.1" 200 559 0.004265 10.0.0.23 - - [2026-01-29 02:20:10] "POST /neutron/router HTTP/1.1" 200 559 0.004161 10.0.0.23 - - [2026-01-29 02:20:10] "POST /neutron/router HTTP/1.1" 200 559 0.004427 10.0.0.23 - - [2026-01-29 02:20:10] "POST /neutron/router HTTP/1.1" 200 559 0.004142 10.0.0.23 - - [2026-01-29 02:20:10] "POST /neutron/router HTTP/1.1" 200 559 0.004252 10.0.0.23 - - [2026-01-29 02:20:10] "POST /neutron/router HTTP/1.1" 200 559 0.004288 10.0.0.23 - - [2026-01-29 02:20:10] "POST /neutron/router HTTP/1.1" 200 560 0.031293 10.0.0.240 - - [2026-01-29 02:20:10] "GET /projects?obj_uuids=8a3a7390-7ec8-4fa8-965f-346af397f354&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001151 10.0.0.147 - - [2026-01-29 02:20:10] "DELETE /route-target/f9e516eb-b4fe-4c8a-8c64-a3b55e7acce2 HTTP/1.1" 200 115 0.034211 10.0.0.23 - - [2026-01-29 02:20:11] "POST /neutron/router HTTP/1.1" 200 542 0.104648 10.0.0.23 - - [2026-01-29 02:20:11] "POST /neutron/router HTTP/1.1" 200 542 0.014848 10.0.0.23 - - [2026-01-29 02:20:11] "POST /neutron/router HTTP/1.1" 200 542 0.004409 10.0.0.23 - - [2026-01-29 02:20:11] "POST /neutron/router HTTP/1.1" 200 542 0.004271 10.0.0.23 - - [2026-01-29 02:20:11] "POST /neutron/router HTTP/1.1" 200 542 0.004652 10.0.0.23 - - [2026-01-29 02:20:11] "POST /neutron/router HTTP/1.1" 200 542 0.004551 10.0.0.23 - - [2026-01-29 02:20:11] "POST /neutron/router HTTP/1.1" 200 542 0.004638 10.0.0.23 - - [2026-01-29 02:20:11] "POST /neutron/router HTTP/1.1" 200 542 0.004392 10.0.0.23 - - [2026-01-29 02:20:11] "POST /neutron/router HTTP/1.1" 200 542 0.004223 10.0.0.23 - - [2026-01-29 02:20:11] "POST /neutron/router HTTP/1.1" 200 542 0.004380 10.0.0.23 - - [2026-01-29 02:20:11] "POST /neutron/router HTTP/1.1" 200 542 0.004663 10.0.0.23 - - [2026-01-29 02:20:11] "POST /neutron/router HTTP/1.1" 200 542 0.027062 10.0.0.23 - - [2026-01-29 02:20:11] "POST /neutron/router HTTP/1.1" 200 542 0.005241 10.0.0.147 - - [2026-01-29 02:20:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004235 10.0.0.23 - - [2026-01-29 02:20:11] "GET /logical-router/8fa5eab0-1f9e-47c0-afd8-7e5dd9e0e074?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.007354 10.0.0.23 - - [2026-01-29 02:20:11] "POST /neutron/security_group HTTP/1.1" 200 151 0.091080 10.0.0.147 - - [2026-01-29 02:20:11] "DELETE /access-control-list/5ef3085c-d571-49be-a0d0-4d226c2d4028 HTTP/1.1" 200 115 0.031191 10.0.0.23 - - [2026-01-29 02:20:11] "POST /neutron/security_group HTTP/1.1" 200 506 0.006756 10.0.0.147 - - [2026-01-29 02:20:12] "DELETE /access-control-list/78e3b3e2-97b2-43a8-afac-faf4dfe8995c HTTP/1.1" 200 115 0.040430 10.0.0.23 - - [2026-01-29 02:20:12] "POST /neutron/security_group HTTP/1.1" 200 151 0.066154 10.0.0.147 - - [2026-01-29 02:20:12] "DELETE /access-control-list/761992ca-8395-4c1d-8dd9-5a6d5a43b719 HTTP/1.1" 200 115 0.032659 10.0.0.240 - - [2026-01-29 02:20:13] "GET /projects?obj_uuids=49e578d4-b4a8-49de-9ac1-f42f02bfa31e&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001695 10.0.0.23 - - [2026-01-29 02:20:13] "GET /project/49e578d4-b4a8-49de-9ac1-f42f02bfa31e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.051367 10.0.0.240 - - [2026-01-29 02:20:13] "GET /projects?obj_uuids=49e578d4-b4a8-49de-9ac1-f42f02bfa31e&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000998 10.0.0.23 - - [2026-01-29 02:20:13] "GET /project/49e578d4-b4a8-49de-9ac1-f42f02bfa31e?fields=virtual_networks HTTP/1.1" 200 1024 0.045865 10.0.0.240 - - [2026-01-29 02:20:13] "GET /projects?obj_uuids=49e578d4-b4a8-49de-9ac1-f42f02bfa31e&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001148 10.0.0.23 - - [2026-01-29 02:20:13] "GET /project/49e578d4-b4a8-49de-9ac1-f42f02bfa31e?fields=virtual_machine_interfaces HTTP/1.1" 200 1024 0.047045 10.0.0.240 - - [2026-01-29 02:20:13] "GET /projects?obj_uuids=49e578d4-b4a8-49de-9ac1-f42f02bfa31e&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001118 10.0.0.23 - - [2026-01-29 02:20:13] "GET /project/49e578d4-b4a8-49de-9ac1-f42f02bfa31e?fields=security_groups HTTP/1.1" 200 1246 0.048178 10.0.0.23 - - [2026-01-29 02:20:14] "POST /fqname-to-id HTTP/1.1" 404 184 0.029374 10.0.0.240 - - [2026-01-29 02:20:14] "GET /projects?obj_uuids=de38d407-13b6-45bd-ab8c-432452d0b7ef&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003122 10.0.0.240 - - [2026-01-29 02:20:14] "GET /domains?obj_uuids=65230a56-1cf0-4d34-9498-1ad48da04806&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001015 10.0.0.240 - - [2026-01-29 02:20:14] "GET /domain/65230a56-1cf0-4d34-9498-1ad48da04806?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008018 10.0.0.240 - - [2026-01-29 02:20:14] "POST /id-to-fqname HTTP/1.1" 200 186 0.002572 10.0.0.240 - - [2026-01-29 02:20:14] "POST /fqname-to-id HTTP/1.1" 404 195 0.004756 10.0.0.240 - - [2026-01-29 02:20:14] "POST /security-groups HTTP/1.1" 200 587 0.031548 10.0.0.240 - - [2026-01-29 02:20:14] "POST /projects HTTP/1.1" 200 577 0.235060 10.0.0.240 - - [2026-01-29 02:20:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.305606 10.0.0.147 - - [2026-01-29 02:20:15] "POST /fqname-to-id HTTP/1.1" 404 229 0.009079 10.0.0.23 - - [2026-01-29 02:20:15] "GET /project/de38d407-13b6-45bd-ab8c-432452d0b7ef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1351 0.459835 10.0.0.23 - - [2026-01-29 02:20:16] "GET / HTTP/1.1" 200 36215 0.001740 10.0.0.23 - - [2026-01-29 02:20:17] "POST /fqname-to-id HTTP/1.1" 401 292 0.000489 10.0.0.23 - - [2026-01-29 02:20:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.058544 10.0.0.240 - - [2026-01-29 02:20:18] "GET /projects?obj_uuids=de38d407-13b6-45bd-ab8c-432452d0b7ef&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001024 10.0.0.23 - - [2026-01-29 02:20:18] "GET /project/de38d407-13b6-45bd-ab8c-432452d0b7ef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1351 0.041893 10.0.0.147 - - [2026-01-29 02:20:18] "POST /ref-update HTTP/1.1" 200 156 0.030557 10.0.0.240 - - [2026-01-29 02:20:18] "POST /useragent-kv HTTP/1.1" 200 115 0.008599 10.0.0.23 - - [2026-01-29 02:20:18] "POST /neutron/subnet HTTP/1.1" 200 720 0.238308 10.0.0.23 - - [2026-01-29 02:20:18] "POST /id-to-fqname HTTP/1.1" 200 216 0.001393 10.0.0.23 - - [2026-01-29 02:20:18] "GET /virtual-network/3b930d8f-a356-4c10-a49f-d65b99cab25e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2032 0.006050 10.0.0.23 - - [2026-01-29 02:20:18] "GET /virtual-network/3b930d8f-a356-4c10-a49f-d65b99cab25e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2032 0.010936 10.0.0.23 - - [2026-01-29 02:20:18] "POST /neutron/network HTTP/1.1" 200 819 0.008306 10.0.0.23 - - [2026-01-29 02:20:18] "POST /fqname-to-id HTTP/1.1" 404 206 0.003495 10.0.0.23 - - [2026-01-29 02:20:18] "GET /virtual-network/3b930d8f-a356-4c10-a49f-d65b99cab25e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2032 0.005512 10.0.0.23 - - [2026-01-29 02:20:19] "GET /virtual-machine-interface/ede09236-2ed5-4db6-8c8b-a45ccf100003?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2390 0.007599 10.0.0.23 - - [2026-01-29 02:20:19] "GET /virtual-machine-interface/ede09236-2ed5-4db6-8c8b-a45ccf100003?fields=instance_ip_back_refs HTTP/1.1" 200 1321 0.008155 10.0.0.23 - - [2026-01-29 02:20:19] "GET /instance-ip/13ad7fed-b325-4dee-bda8-c4db3faf029e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1596 0.004847 10.0.0.23 - - [2026-01-29 02:20:19] "POST /neutron/port HTTP/1.1" 200 1016 0.013767 10.0.0.240 - - [2026-01-29 02:20:19] "POST /useragent-kv HTTP/1.1" 200 115 0.005861 10.0.0.240 - - [2026-01-29 02:20:19] "POST /useragent-kv HTTP/1.1" 200 115 0.002672 10.0.0.23 - - [2026-01-29 02:20:19] "POST /neutron/network HTTP/1.1" 200 151 0.130195 10.0.0.23 - - [2026-01-29 02:20:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.004214 10.0.0.240 - - [2026-01-29 02:20:22] "GET /projects?obj_uuids=de38d407-13b6-45bd-ab8c-432452d0b7ef&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001390 10.0.0.23 - - [2026-01-29 02:20:22] "GET /project/de38d407-13b6-45bd-ab8c-432452d0b7ef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1351 0.054473 10.0.0.147 - - [2026-01-29 02:20:22] "POST /route-targets HTTP/1.1" 200 328 0.012769 10.0.0.240 - - [2026-01-29 02:20:23] "POST /useragent-kv HTTP/1.1" 200 115 0.007874 10.0.0.23 - - [2026-01-29 02:20:23] "POST /neutron/subnet HTTP/1.1" 200 720 0.250393 10.0.0.23 - - [2026-01-29 02:20:23] "POST /id-to-fqname HTTP/1.1" 200 217 0.001413 10.0.0.23 - - [2026-01-29 02:20:23] "GET /virtual-network/32889537-a080-492c-9c72-145019b2aaea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2564 0.007797 10.0.0.23 - - [2026-01-29 02:20:23] "POST /neutron/network HTTP/1.1" 200 978 0.008496 10.0.0.23 - - [2026-01-29 02:20:23] "GET /virtual-network/32889537-a080-492c-9c72-145019b2aaea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2564 0.005918 10.0.0.23 - - [2026-01-29 02:20:23] "POST /neutron/subnet HTTP/1.1" 200 729 0.008861 10.0.0.23 - - [2026-01-29 02:20:23] "POST /id-to-fqname HTTP/1.1" 200 217 0.001465 10.0.0.23 - - [2026-01-29 02:20:24] "POST /neutron/port HTTP/1.1" 200 1017 0.015060 10.0.0.23 - - [2026-01-29 02:20:24] "POST /neutron/port HTTP/1.1" 200 1017 0.016059 10.0.0.23 - - [2026-01-29 02:20:24] "POST /id-to-fqname HTTP/1.1" 200 217 0.001514 10.0.0.23 - - [2026-01-29 02:20:24] "POST /neutron/port HTTP/1.1" 200 117 0.006200 10.0.0.23 - - [2026-01-29 02:20:24] "POST /neutron/network HTTP/1.1" 200 978 0.032872 10.0.0.23 - - [2026-01-29 02:20:24] "POST /neutron/port HTTP/1.1" 200 1019 0.021626 10.0.0.23 - - [2026-01-29 02:20:24] "POST /neutron/port HTTP/1.1" 200 117 0.006843 10.0.0.23 - - [2026-01-29 02:20:25] "POST /neutron/port HTTP/1.1" 200 1017 0.011767 10.0.0.23 - - [2026-01-29 02:20:25] "POST /neutron/port HTTP/1.1" 200 1019 0.011579 10.0.0.23 - - [2026-01-29 02:20:25] "POST /neutron/port HTTP/1.1" 200 1109 0.178611 10.0.0.23 - - [2026-01-29 02:20:25] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004105 10.0.0.23 - - [2026-01-29 02:20:25] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003870 10.0.0.23 - - [2026-01-29 02:20:25] "POST /neutron/subnet HTTP/1.1" 200 703 0.010901 10.0.0.23 - - [2026-01-29 02:20:29] "POST /neutron/port HTTP/1.1" 200 1119 0.016882 10.0.0.23 - - [2026-01-29 02:20:30] "POST /neutron/security_group HTTP/1.1" 200 2054 0.010039 10.0.0.23 - - [2026-01-29 02:20:30] "GET /virtual-machine/ac14a85e-f47a-4b78-b2f9-654bbe5252f2 HTTP/1.1" 401 292 0.000439 10.0.0.23 - - [2026-01-29 02:20:30] "GET /virtual-machine/ac14a85e-f47a-4b78-b2f9-654bbe5252f2 HTTP/1.1" 200 1287 0.031534 10.0.0.23 - - [2026-01-29 02:20:30] "GET /virtual-machine-interface/2fd685b5-0114-4dc9-a980-88b026167694 HTTP/1.1" 200 2931 0.005418 10.0.0.23 - - [2026-01-29 02:20:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003512 10.0.0.23 - - [2026-01-29 02:20:30] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003956 10.0.0.23 - - [2026-01-29 02:20:30] "GET /virtual-networks?parent_id=de38d407-13b6-45bd-ab8c-432452d0b7ef&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003126 10.0.0.23 - - [2026-01-29 02:20:30] "GET /virtual-network/32889537-a080-492c-9c72-145019b2aaea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2564 0.008112 10.0.0.23 - - [2026-01-29 02:20:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003835 10.0.0.23 - - [2026-01-29 02:20:33] "GET /virtual-network/32889537-a080-492c-9c72-145019b2aaea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2564 0.005831 10.0.0.23 - - [2026-01-29 02:20:35] "POST /neutron/port HTTP/1.1" 200 1119 0.017752 10.0.0.23 - - [2026-01-29 02:20:35] "POST /neutron/security_group HTTP/1.1" 200 2054 0.006615 10.0.0.23 - - [2026-01-29 02:20:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003602 10.0.0.23 - - [2026-01-29 02:20:37] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003651 10.0.0.23 - - [2026-01-29 02:20:37] "GET /virtual-networks?parent_id=de38d407-13b6-45bd-ab8c-432452d0b7ef&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002806 10.0.0.23 - - [2026-01-29 02:20:37] "GET /virtual-network/32889537-a080-492c-9c72-145019b2aaea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2564 0.007267 10.0.0.240 - - [2026-01-29 02:20:41] "DELETE /project/6bb25e53a31e4af397020d7e411db140 HTTP/1.1" 404 173 0.018526 10.0.0.240 - - [2026-01-29 02:20:41] "DELETE /project/a03be6634e57437285d9d56c7db60ec8 HTTP/1.1" 404 173 0.027880 10.0.0.240 - - [2026-01-29 02:20:41] "DELETE /project/bda10ef8266948c1a5521c885a081946 HTTP/1.1" 404 173 0.012432 10.0.0.240 - - [2026-01-29 02:20:41] "DELETE /project/de38d40713b645bdab8c432452d0b7ef HTTP/1.1" 404 173 0.015035 10.0.0.240 - - [2026-01-29 02:20:41] "DELETE /project/49e578d4b4a849de9ac1f42f02bfa31e HTTP/1.1" 404 173 0.021265 10.0.0.240 - - [2026-01-29 02:20:41] "GET /projects?obj_uuids=49e578d4-b4a8-49de-9ac1-f42f02bfa31e&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000983 10.0.0.240 - - [2026-01-29 02:20:41] "GET /projects?obj_uuids=bda10ef8-2669-48c1-a552-1c885a081946&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.000879 10.0.0.240 - - [2026-01-29 02:20:41] "GET /projects?obj_uuids=901bd8df-df27-4bef-84f7-00142bc2e0ef&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000808 10.0.0.240 - - [2026-01-29 02:20:41] "GET /projects?obj_uuids=6bb25e53-a31e-4af3-9702-0d7e411db140&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000786 10.0.0.240 - - [2026-01-29 02:20:41] "GET /projects?obj_uuids=a03be663-4e57-4372-85d9-d56c7db60ec8&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001466 10.0.0.240 - - [2026-01-29 02:20:41] "GET /project/a03be663-4e57-4372-85d9-d56c7db60ec8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1468 0.070056 10.0.0.240 - - [2026-01-29 02:20:41] "GET /project/49e578d4-b4a8-49de-9ac1-f42f02bfa31e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1448 0.094723 10.0.0.240 - - [2026-01-29 02:20:41] "GET /project/6bb25e53-a31e-4af3-9702-0d7e411db140?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1484 0.101101 10.0.0.240 - - [2026-01-29 02:20:41] "GET /project/901bd8df-df27-4bef-84f7-00142bc2e0ef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1448 0.107846 10.0.0.240 - - [2026-01-29 02:20:41] "GET /project/bda10ef8-2669-48c1-a552-1c885a081946?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1465 0.115519 10.0.0.240 - - [2026-01-29 02:20:41] "GET /projects?obj_uuids=a03be663-4e57-4372-85d9-d56c7db60ec8&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001159 10.0.0.240 - - [2026-01-29 02:20:41] "GET /projects?obj_uuids=49e578d4-b4a8-49de-9ac1-f42f02bfa31e&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001102 10.0.0.240 - - [2026-01-29 02:20:41] "GET /projects?obj_uuids=bda10ef8-2669-48c1-a552-1c885a081946&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.000952 10.0.0.240 - - [2026-01-29 02:20:41] "GET /projects?obj_uuids=901bd8df-df27-4bef-84f7-00142bc2e0ef&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000812 10.0.0.240 - - [2026-01-29 02:20:41] "GET /projects?obj_uuids=6bb25e53-a31e-4af3-9702-0d7e411db140&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000764 10.0.0.240 - - [2026-01-29 02:20:41] "GET /project/bda10ef8-2669-48c1-a552-1c885a081946?fields=security_groups HTTP/1.1" 200 1361 0.091264 10.0.0.240 - - [2026-01-29 02:20:41] "GET /project/6bb25e53-a31e-4af3-9702-0d7e411db140?fields=security_groups HTTP/1.1" 200 1375 0.104712 10.0.0.240 - - [2026-01-29 02:20:41] "GET /project/a03be663-4e57-4372-85d9-d56c7db60ec8?fields=security_groups HTTP/1.1" 200 1363 0.139709 10.0.0.240 - - [2026-01-29 02:20:41] "GET /project/49e578d4-b4a8-49de-9ac1-f42f02bfa31e?fields=security_groups HTTP/1.1" 200 1348 0.125929 10.0.0.240 - - [2026-01-29 02:20:41] "GET /project/901bd8df-df27-4bef-84f7-00142bc2e0ef?fields=security_groups HTTP/1.1" 200 1348 0.130746 10.0.0.240 - - [2026-01-29 02:20:41] "DELETE /security-group/5bc3a25e-9585-484c-abb3-d32bfd2dd41e HTTP/1.1" 200 115 0.086253 10.0.0.240 - - [2026-01-29 02:20:41] "GET /projects?obj_uuids=bda10ef8-2669-48c1-a552-1c885a081946&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001041 10.0.0.240 - - [2026-01-29 02:20:41] "DELETE /security-group/da3f4369-abdd-4e1d-a1b5-f32cb0836ed2 HTTP/1.1" 200 115 0.113113 10.0.0.240 - - [2026-01-29 02:20:41] "GET /projects?obj_uuids=a03be663-4e57-4372-85d9-d56c7db60ec8&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001031 10.0.0.240 - - [2026-01-29 02:20:41] "DELETE /security-group/64b9a940-4c43-482f-a0fb-a715b53de004 HTTP/1.1" 200 115 0.157037 10.0.0.240 - - [2026-01-29 02:20:41] "DELETE /security-group/69443810-0c0c-4336-80b7-d0b926ab0e94 HTTP/1.1" 200 115 0.138480 10.0.0.240 - - [2026-01-29 02:20:41] "GET /projects?obj_uuids=6bb25e53-a31e-4af3-9702-0d7e411db140&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001055 10.0.0.240 - - [2026-01-29 02:20:41] "GET /projects?obj_uuids=49e578d4-b4a8-49de-9ac1-f42f02bfa31e&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001138 10.0.0.240 - - [2026-01-29 02:20:41] "GET /project/bda10ef8-2669-48c1-a552-1c885a081946?fields=application_policy_sets HTTP/1.1" 200 1400 0.111688 10.0.0.240 - - [2026-01-29 02:20:42] "DELETE /security-group/a0d3cd07-a116-43f7-8521-786a51b0107a HTTP/1.1" 200 115 0.183170 10.0.0.240 - - [2026-01-29 02:20:42] "GET /projects?obj_uuids=901bd8df-df27-4bef-84f7-00142bc2e0ef&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001205 10.0.0.147 - - [2026-01-29 02:20:42] "DELETE /access-control-list/ae3d7062-6c6e-48e1-9dd9-00ffdf84a318 HTTP/1.1" 200 115 0.100776 10.0.0.240 - - [2026-01-29 02:20:42] "GET /project/49e578d4-b4a8-49de-9ac1-f42f02bfa31e?fields=application_policy_sets HTTP/1.1" 200 1387 0.094476 10.0.0.240 - - [2026-01-29 02:20:42] "GET /project/a03be663-4e57-4372-85d9-d56c7db60ec8?fields=application_policy_sets HTTP/1.1" 200 1402 0.157227 10.0.0.240 - - [2026-01-29 02:20:42] "GET /project/6bb25e53-a31e-4af3-9702-0d7e411db140?fields=application_policy_sets HTTP/1.1" 200 1414 0.134097 10.0.0.240 - - [2026-01-29 02:20:42] "GET /project/901bd8df-df27-4bef-84f7-00142bc2e0ef?fields=application_policy_sets HTTP/1.1" 200 1387 0.144578 10.0.0.147 - - [2026-01-29 02:20:42] "DELETE /access-control-list/8121f65b-599a-419b-b0f0-e154940f7e7c HTTP/1.1" 200 115 0.209938 10.0.0.240 - - [2026-01-29 02:20:42] "DELETE /project/bda10ef8-2669-48c1-a552-1c885a081946 HTTP/1.1" 200 115 0.931193 10.0.0.240 - - [2026-01-29 02:20:42] "DELETE /project/49e578d4-b4a8-49de-9ac1-f42f02bfa31e HTTP/1.1" 200 115 0.983733 10.0.0.240 - - [2026-01-29 02:20:42] "DELETE /project/a03be663-4e57-4372-85d9-d56c7db60ec8 HTTP/1.1" 200 115 0.975615 10.0.0.240 - - [2026-01-29 02:20:42] "DELETE /project/6bb25e53-a31e-4af3-9702-0d7e411db140 HTTP/1.1" 200 115 1.001190 10.0.0.240 - - [2026-01-29 02:20:42] "DELETE /project/901bd8df-df27-4bef-84f7-00142bc2e0ef HTTP/1.1" 200 115 1.063342 10.0.0.147 - - [2026-01-29 02:20:42] "DELETE /access-control-list/553cefcc-4bd9-4403-a5c3-1319da556820 HTTP/1.1" 200 115 0.042881 10.0.0.23 - - [2026-01-29 02:20:43] "POST /neutron/port HTTP/1.1" 200 1121 0.026637 10.0.0.23 - - [2026-01-29 02:20:43] "POST /neutron/security_group HTTP/1.1" 200 2054 0.008822 10.0.0.23 - - [2026-01-29 02:20:43] "GET /virtual-machine/58ee0702-8ccf-4eb4-956a-155c3feede66 HTTP/1.1" 200 1286 0.006709 10.0.0.23 - - [2026-01-29 02:20:43] "GET /virtual-machine-interface/ae0ec73e-67f6-4b43-818d-f9d43473c990 HTTP/1.1" 200 2931 0.007419 10.0.0.23 - - [2026-01-29 02:20:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.005154 10.0.0.23 - - [2026-01-29 02:20:43] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005211 10.0.0.23 - - [2026-01-29 02:20:43] "GET /virtual-networks?parent_id=de38d407-13b6-45bd-ab8c-432452d0b7ef&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.006543 10.0.0.23 - - [2026-01-29 02:20:43] "GET /virtual-network/32889537-a080-492c-9c72-145019b2aaea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2564 0.006087 10.0.0.23 - - [2026-01-29 02:20:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003631 10.0.0.23 - - [2026-01-29 02:20:44] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004006 10.0.0.23 - - [2026-01-29 02:20:44] "GET /virtual-networks?parent_id=de38d407-13b6-45bd-ab8c-432452d0b7ef&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003233 10.0.0.23 - - [2026-01-29 02:20:44] "GET /virtual-network/32889537-a080-492c-9c72-145019b2aaea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2564 0.005970 10.0.0.23 - - [2026-01-29 02:20:48] "POST /neutron/port HTTP/1.1" 200 1111 0.012912 10.0.0.23 - - [2026-01-29 02:20:48] "POST /neutron/port HTTP/1.1" 200 1109 0.014843 10.0.0.23 - - [2026-01-29 02:20:48] "POST /neutron/network HTTP/1.1" 200 978 0.009885 10.0.0.147 - - [2026-01-29 02:20:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004336 10.0.0.240 - - [2026-01-29 02:20:50] "GET /projects?obj_uuids=de38d407-13b6-45bd-ab8c-432452d0b7ef&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001019 10.0.0.23 - - [2026-01-29 02:20:50] "GET /project/de38d407-13b6-45bd-ab8c-432452d0b7ef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1351 0.045049 10.0.0.240 - - [2026-01-29 02:20:50] "GET /projects?obj_uuids=de38d407-13b6-45bd-ab8c-432452d0b7ef&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001222 10.0.0.23 - - [2026-01-29 02:20:50] "GET /obj-perms HTTP/1.1" 200 5056 0.082753 10.0.0.23 - - [2026-01-29 02:20:50] "GET /project/de38d407-13b6-45bd-ab8c-432452d0b7ef?fields=virtual_networks HTTP/1.1" 200 1027 0.061397 10.0.0.240 - - [2026-01-29 02:20:50] "GET /projects?obj_uuids=de38d407-13b6-45bd-ab8c-432452d0b7ef&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001025 10.0.0.23 - - [2026-01-29 02:20:50] "GET /project/de38d407-13b6-45bd-ab8c-432452d0b7ef?fields=virtual_machine_interfaces HTTP/1.1" 200 1027 0.049185 10.0.0.240 - - [2026-01-29 02:20:50] "GET /projects?obj_uuids=de38d407-13b6-45bd-ab8c-432452d0b7ef&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001837 10.0.0.23 - - [2026-01-29 02:20:50] "GET /project/de38d407-13b6-45bd-ab8c-432452d0b7ef?fields=security_groups HTTP/1.1" 200 1250 0.080254 10.0.0.23 - - [2026-01-29 02:20:51] "POST /fqname-to-id HTTP/1.1" 404 186 0.026101 10.0.0.240 - - [2026-01-29 02:20:51] "GET /projects?obj_uuids=cda4d599-5959-4566-a6b3-17e7a8195c42&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002965 10.0.0.240 - - [2026-01-29 02:20:51] "GET /domains?obj_uuids=65230a56-1cf0-4d34-9498-1ad48da04806&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000992 10.0.0.240 - - [2026-01-29 02:20:51] "GET /domain/65230a56-1cf0-4d34-9498-1ad48da04806?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007332 10.0.0.240 - - [2026-01-29 02:20:51] "POST /id-to-fqname HTTP/1.1" 200 188 0.002159 10.0.0.240 - - [2026-01-29 02:20:51] "POST /fqname-to-id HTTP/1.1" 404 197 0.005759 10.0.0.240 - - [2026-01-29 02:20:51] "POST /security-groups HTTP/1.1" 200 589 0.075179 10.0.0.240 - - [2026-01-29 02:20:51] "POST /projects HTTP/1.1" 200 581 0.282935 10.0.0.147 - - [2026-01-29 02:20:51] "POST /access-control-lists HTTP/1.1" 200 596 0.035990 10.0.0.240 - - [2026-01-29 02:20:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.358831 10.0.0.23 - - [2026-01-29 02:20:51] "GET /project/cda4d599-5959-4566-a6b3-17e7a8195c42?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.512891 10.0.0.23 - - [2026-01-29 02:20:53] "GET / HTTP/1.1" 200 36215 0.001560 10.0.0.23 - - [2026-01-29 02:20:53] "POST /neutron/port HTTP/1.1" 400 205 0.004012 10.0.0.23 - - [2026-01-29 02:20:54] "POST /fqname-to-id HTTP/1.1" 401 292 0.000495 10.0.0.23 - - [2026-01-29 02:20:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.054444 10.0.0.240 - - [2026-01-29 02:20:55] "GET /projects?obj_uuids=cda4d599-5959-4566-a6b3-17e7a8195c42&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001541 10.0.0.23 - - [2026-01-29 02:20:55] "GET /project/cda4d599-5959-4566-a6b3-17e7a8195c42?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.044248 10.0.0.23 - - [2026-01-29 02:20:55] "POST /neutron/network HTTP/1.1" 200 117 0.043053 10.0.0.147 - - [2026-01-29 02:20:55] "POST /route-targets HTTP/1.1" 200 328 0.016296 10.0.0.23 - - [2026-01-29 02:20:55] "POST /neutron/network HTTP/1.1" 200 825 0.009761 10.0.0.23 - - [2026-01-29 02:20:55] "POST /id-to-fqname HTTP/1.1" 200 219 0.001148 10.0.0.23 - - [2026-01-29 02:20:55] "GET /virtual-network/7d97b8d3-d7f8-48d7-b286-298f61285496?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.005257 10.0.0.23 - - [2026-01-29 02:20:55] "GET /virtual-network/7d97b8d3-d7f8-48d7-b286-298f61285496?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.006035 10.0.0.23 - - [2026-01-29 02:20:55] "POST /neutron/subnet HTTP/1.1" 200 729 0.009466 10.0.0.23 - - [2026-01-29 02:20:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003889 10.0.0.240 - - [2026-01-29 02:20:55] "GET /projects?obj_uuids=cda4d599-5959-4566-a6b3-17e7a8195c42&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001197 10.0.0.23 - - [2026-01-29 02:20:55] "GET /project/cda4d599-5959-4566-a6b3-17e7a8195c42?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.044112 10.0.0.147 - - [2026-01-29 02:20:56] "POST /ref-update HTTP/1.1" 200 156 0.027077 10.0.0.240 - - [2026-01-29 02:20:56] "POST /useragent-kv HTTP/1.1" 200 115 0.009409 10.0.0.23 - - [2026-01-29 02:20:56] "POST /neutron/subnet HTTP/1.1" 200 729 0.167443 10.0.0.23 - - [2026-01-29 02:20:56] "POST /id-to-fqname HTTP/1.1" 200 219 0.001375 10.0.0.23 - - [2026-01-29 02:20:56] "GET /virtual-network/94230d3d-4c8c-40d8-bd54-3eb1e6e756e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.005425 10.0.0.23 - - [2026-01-29 02:20:56] "GET /virtual-network/94230d3d-4c8c-40d8-bd54-3eb1e6e756e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.006172 10.0.0.23 - - [2026-01-29 02:20:56] "POST /neutron/network HTTP/1.1" 200 825 0.006574 10.0.0.23 - - [2026-01-29 02:20:56] "POST /id-to-fqname HTTP/1.1" 200 219 0.001482 10.0.0.240 - - [2026-01-29 02:20:57] "GET /projects?obj_uuids=cda4d599-5959-4566-a6b3-17e7a8195c42&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001446 10.0.0.23 - - [2026-01-29 02:20:57] "GET /project/cda4d599-5959-4566-a6b3-17e7a8195c42?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.069520 10.0.0.23 - - [2026-01-29 02:20:57] "POST /neutron/network HTTP/1.1" 200 825 0.006408 10.0.0.23 - - [2026-01-29 02:20:57] "POST /id-to-fqname HTTP/1.1" 200 219 0.001453 10.0.0.23 - - [2026-01-29 02:20:57] "POST /neutron/port HTTP/1.1" 200 117 0.006660 10.0.0.240 - - [2026-01-29 02:20:58] "GET /projects?obj_uuids=cda4d599-5959-4566-a6b3-17e7a8195c42&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001109 10.0.0.23 - - [2026-01-29 02:20:58] "POST /neutron/port HTTP/1.1" 200 1059 0.306454 10.0.0.23 - - [2026-01-29 02:20:58] "POST /neutron/port HTTP/1.1" 200 1113 0.117590 10.0.0.240 - - [2026-01-29 02:20:58] "GET /projects?obj_uuids=cda4d599-5959-4566-a6b3-17e7a8195c42&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001006 10.0.0.23 - - [2026-01-29 02:20:58] "GET /project/cda4d599-5959-4566-a6b3-17e7a8195c42?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.129462 10.0.0.23 - - [2026-01-29 02:20:58] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004195 10.0.0.23 - - [2026-01-29 02:20:58] "POST /neutron/network HTTP/1.1" 200 825 0.006987 10.0.0.23 - - [2026-01-29 02:20:58] "POST /neutron/port HTTP/1.1" 200 117 0.006320 10.0.0.240 - - [2026-01-29 02:20:59] "GET /projects?obj_uuids=cda4d599-5959-4566-a6b3-17e7a8195c42&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001625 10.0.0.23 - - [2026-01-29 02:20:59] "POST /neutron/router HTTP/1.1" 200 344 0.290946 10.0.0.147 - - [2026-01-29 02:20:59] "POST /ref-update HTTP/1.1" 200 156 0.017082 10.0.0.240 - - [2026-01-29 02:20:59] "GET /projects?obj_uuids=cda4d599-5959-4566-a6b3-17e7a8195c42&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001430 10.0.0.23 - - [2026-01-29 02:20:59] "POST /neutron/port HTTP/1.1" 200 1059 0.284629 10.0.0.23 - - [2026-01-29 02:20:59] "POST /neutron/port HTTP/1.1" 200 1059 0.014008 10.0.0.23 - - [2026-01-29 02:20:59] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004014 10.0.0.23 - - [2026-01-29 02:20:59] "POST /neutron/network HTTP/1.1" 200 825 0.007555 10.0.0.23 - - [2026-01-29 02:21:04] "POST /neutron/port HTTP/1.1" 200 1123 0.018022 10.0.0.23 - - [2026-01-29 02:21:04] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008218 10.0.0.23 - - [2026-01-29 02:21:04] "GET /virtual-machine/540c5189-e927-43a9-a677-56fb2f1d1b0b HTTP/1.1" 401 292 0.000417 10.0.0.23 - - [2026-01-29 02:21:05] "GET /virtual-machine/540c5189-e927-43a9-a677-56fb2f1d1b0b HTTP/1.1" 200 1292 0.031724 10.0.0.23 - - [2026-01-29 02:21:05] "GET /virtual-machine-interface/a189da15-7936-476c-bf9f-814ebcc6137c HTTP/1.1" 200 2942 0.006238 10.0.0.23 - - [2026-01-29 02:21:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003796 10.0.0.23 - - [2026-01-29 02:21:05] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003647 10.0.0.23 - - [2026-01-29 02:21:05] "GET /virtual-networks?parent_id=cda4d599-5959-4566-a6b3-17e7a8195c42&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003178 10.0.0.23 - - [2026-01-29 02:21:05] "GET /virtual-network/7d97b8d3-d7f8-48d7-b286-298f61285496?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.006063 10.0.0.23 - - [2026-01-29 02:21:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003531 10.0.0.23 - - [2026-01-29 02:21:08] "GET /virtual-network/7d97b8d3-d7f8-48d7-b286-298f61285496?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.005800 10.0.0.23 - - [2026-01-29 02:21:12] "POST /neutron/port HTTP/1.1" 200 1123 0.023895 10.0.0.23 - - [2026-01-29 02:21:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003955 10.0.0.23 - - [2026-01-29 02:21:12] "GET /virtual-network/7d97b8d3-d7f8-48d7-b286-298f61285496?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.005513 10.0.0.23 - - [2026-01-29 02:21:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003536 10.0.0.23 - - [2026-01-29 02:21:14] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004218 10.0.0.23 - - [2026-01-29 02:21:14] "GET /virtual-networks?parent_id=cda4d599-5959-4566-a6b3-17e7a8195c42&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003048 10.0.0.23 - - [2026-01-29 02:21:14] "GET /virtual-network/7d97b8d3-d7f8-48d7-b286-298f61285496?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.005873 10.0.0.23 - - [2026-01-29 02:21:14] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007862 10.0.0.23 - - [2026-01-29 02:21:14] "POST /neutron/port HTTP/1.1" 200 1123 0.020149 10.0.0.23 - - [2026-01-29 02:21:14] "GET /virtual-machine/9829ecc5-ada1-4b9d-9ba7-fcb4b560cc5f HTTP/1.1" 200 1293 0.007891 10.0.0.23 - - [2026-01-29 02:21:14] "GET /virtual-machine-interface/c909d7ea-66f2-43df-aad6-527284a2fceb HTTP/1.1" 200 2942 0.005375 10.0.0.23 - - [2026-01-29 02:21:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003539 10.0.0.23 - - [2026-01-29 02:21:15] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003830 10.0.0.23 - - [2026-01-29 02:21:15] "GET /virtual-networks?parent_id=cda4d599-5959-4566-a6b3-17e7a8195c42&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003314 10.0.0.23 - - [2026-01-29 02:21:15] "GET /virtual-network/94230d3d-4c8c-40d8-bd54-3eb1e6e756e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.007783 10.0.0.23 - - [2026-01-29 02:21:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004348 10.0.0.23 - - [2026-01-29 02:21:16] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004188 10.0.0.23 - - [2026-01-29 02:21:16] "GET /virtual-networks?parent_id=cda4d599-5959-4566-a6b3-17e7a8195c42&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003258 10.0.0.23 - - [2026-01-29 02:21:16] "GET /virtual-network/94230d3d-4c8c-40d8-bd54-3eb1e6e756e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.006208 10.0.0.240 - - [2026-01-29 02:21:20] "GET /projects?obj_uuids=cda4d599-5959-4566-a6b3-17e7a8195c42&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001070 10.0.0.23 - - [2026-01-29 02:21:20] "POST /neutron/router HTTP/1.1" 200 344 0.339492 10.0.0.23 - - [2026-01-29 02:21:27] "POST /neutron/router HTTP/1.1" 200 344 0.253998 10.0.0.147 - - [2026-01-29 02:21:31] "POST /ref-update HTTP/1.1" 200 156 0.025147 10.0.0.23 - - [2026-01-29 02:21:33] "POST /neutron/router HTTP/1.1" 200 580 0.008805 10.0.0.23 - - [2026-01-29 02:21:33] "POST /neutron/router HTTP/1.1" 200 344 0.159461 10.0.0.147 - - [2026-01-29 02:21:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004518 10.0.0.23 - - [2026-01-29 02:21:34] "POST /neutron/network HTTP/1.1" 200 825 0.006475 10.0.0.23 - - [2026-01-29 02:21:34] "POST /neutron/port HTTP/1.1" 200 1113 0.014002 10.0.0.23 - - [2026-01-29 02:21:34] "POST /neutron/port HTTP/1.1" 200 1113 0.013021 10.0.0.240 - - [2026-01-29 02:21:36] "POST /useragent-kv HTTP/1.1" 200 115 0.004029 10.0.0.240 - - [2026-01-29 02:21:36] "POST /useragent-kv HTTP/1.1" 200 115 0.002957 10.0.0.23 - - [2026-01-29 02:21:36] "POST /neutron/network HTTP/1.1" 200 151 0.118173 10.0.0.147 - - [2026-01-29 02:21:36] "DELETE /route-target/2bd3159a-8d9b-48b1-b42f-299ec975e75b HTTP/1.1" 200 115 0.025456 10.0.0.240 - - [2026-01-29 02:21:37] "GET /projects?obj_uuids=cda4d599-5959-4566-a6b3-17e7a8195c42&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001148 10.0.0.23 - - [2026-01-29 02:21:37] "GET /project/cda4d599-5959-4566-a6b3-17e7a8195c42?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.054241 10.0.0.240 - - [2026-01-29 02:21:37] "GET /projects?obj_uuids=cda4d599-5959-4566-a6b3-17e7a8195c42&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001065 10.0.0.23 - - [2026-01-29 02:21:37] "GET /project/cda4d599-5959-4566-a6b3-17e7a8195c42?fields=virtual_networks HTTP/1.1" 200 1031 0.040029 10.0.0.240 - - [2026-01-29 02:21:38] "GET /projects?obj_uuids=cda4d599-5959-4566-a6b3-17e7a8195c42&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001085 10.0.0.23 - - [2026-01-29 02:21:38] "GET /project/cda4d599-5959-4566-a6b3-17e7a8195c42?fields=virtual_machine_interfaces HTTP/1.1" 200 1031 0.060231 10.0.0.240 - - [2026-01-29 02:21:38] "GET /projects?obj_uuids=cda4d599-5959-4566-a6b3-17e7a8195c42&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001077 10.0.0.23 - - [2026-01-29 02:21:38] "GET /project/cda4d599-5959-4566-a6b3-17e7a8195c42?fields=security_groups HTTP/1.1" 200 1256 0.043133 10.0.0.23 - - [2026-01-29 02:21:39] "POST /fqname-to-id HTTP/1.1" 404 191 0.027687 10.0.0.240 - - [2026-01-29 02:21:39] "GET /projects?obj_uuids=21fe683f-b60a-4043-89f5-39aeac43a58f&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002900 10.0.0.240 - - [2026-01-29 02:21:39] "GET /domains?obj_uuids=65230a56-1cf0-4d34-9498-1ad48da04806&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001259 10.0.0.240 - - [2026-01-29 02:21:39] "GET /domain/65230a56-1cf0-4d34-9498-1ad48da04806?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008437 10.0.0.240 - - [2026-01-29 02:21:39] "POST /id-to-fqname HTTP/1.1" 200 193 0.001297 10.0.0.240 - - [2026-01-29 02:21:39] "POST /fqname-to-id HTTP/1.1" 404 202 0.002881 10.0.0.240 - - [2026-01-29 02:21:39] "POST /security-groups HTTP/1.1" 200 594 0.029627 10.0.0.147 - - [2026-01-29 02:21:39] "POST /fqname-to-id HTTP/1.1" 404 237 0.003009 10.0.0.240 - - [2026-01-29 02:21:39] "POST /projects HTTP/1.1" 200 591 0.237076 10.0.0.240 - - [2026-01-29 02:21:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.308470 10.0.0.147 - - [2026-01-29 02:21:39] "POST /access-control-lists HTTP/1.1" 200 599 0.034117 10.0.0.23 - - [2026-01-29 02:21:39] "GET /project/21fe683f-b60a-4043-89f5-39aeac43a58f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.442745 10.0.0.23 - - [2026-01-29 02:21:40] "GET / HTTP/1.1" 200 36215 0.001560 10.0.0.240 - - [2026-01-29 02:21:42] "DELETE /project/21fe683fb60a404389f539aeac43a58f HTTP/1.1" 404 173 0.009962 10.0.0.240 - - [2026-01-29 02:21:42] "DELETE /project/cda4d59959594566a6b317e7a8195c42 HTTP/1.1" 404 173 0.014239 10.0.0.240 - - [2026-01-29 02:21:42] "GET /projects?obj_uuids=de38d407-13b6-45bd-ab8c-432452d0b7ef&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001175 10.0.0.240 - - [2026-01-29 02:21:42] "GET /projects?obj_uuids=cda4d599-5959-4566-a6b3-17e7a8195c42&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000834 10.0.0.23 - - [2026-01-29 02:21:42] "GET /project/21fe683f-b60a-4043-89f5-39aeac43a58f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000324 10.0.0.240 - - [2026-01-29 02:21:42] "GET /project/de38d407-13b6-45bd-ab8c-432452d0b7ef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1453 0.039977 10.0.0.240 - - [2026-01-29 02:21:42] "GET /project/cda4d599-5959-4566-a6b3-17e7a8195c42?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1461 0.049215 10.0.0.240 - - [2026-01-29 02:21:42] "GET /projects?obj_uuids=de38d407-13b6-45bd-ab8c-432452d0b7ef&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000905 10.0.0.240 - - [2026-01-29 02:21:42] "GET /projects?obj_uuids=cda4d599-5959-4566-a6b3-17e7a8195c42&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000908 10.0.0.240 - - [2026-01-29 02:21:42] "GET /project/de38d407-13b6-45bd-ab8c-432452d0b7ef?fields=security_groups HTTP/1.1" 200 1352 0.054372 10.0.0.240 - - [2026-01-29 02:21:42] "GET /project/cda4d599-5959-4566-a6b3-17e7a8195c42?fields=security_groups HTTP/1.1" 200 1358 0.071047 10.0.0.240 - - [2026-01-29 02:21:42] "DELETE /security-group/1fd0925c-e8f5-462d-842f-e0092a1deb3b HTTP/1.1" 200 115 0.052092 10.0.0.240 - - [2026-01-29 02:21:42] "GET /projects?obj_uuids=de38d407-13b6-45bd-ab8c-432452d0b7ef&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000943 10.0.0.240 - - [2026-01-29 02:21:42] "DELETE /security-group/5012b1f4-f058-4b02-a257-fef728b5a5ee HTTP/1.1" 200 115 0.074857 10.0.0.240 - - [2026-01-29 02:21:42] "GET /projects?obj_uuids=cda4d599-5959-4566-a6b3-17e7a8195c42&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001364 10.0.0.240 - - [2026-01-29 02:21:43] "GET /project/de38d407-13b6-45bd-ab8c-432452d0b7ef?fields=application_policy_sets HTTP/1.1" 200 1391 0.060740 10.0.0.240 - - [2026-01-29 02:21:43] "GET /project/cda4d599-5959-4566-a6b3-17e7a8195c42?fields=application_policy_sets HTTP/1.1" 200 1397 0.090758 10.0.0.147 - - [2026-01-29 02:21:43] "DELETE /access-control-list/39abf5e3-e245-4bb2-9618-34d108c817ef HTTP/1.1" 200 115 0.064683 10.0.0.240 - - [2026-01-29 02:21:43] "DELETE /project/de38d407-13b6-45bd-ab8c-432452d0b7ef HTTP/1.1" 200 115 0.479292 10.0.0.240 - - [2026-01-29 02:21:43] "DELETE /project/cda4d599-5959-4566-a6b3-17e7a8195c42 HTTP/1.1" 200 115 0.537864 10.0.0.240 - - [2026-01-29 02:21:43] "GET /projects?obj_uuids=21fe683f-b60a-4043-89f5-39aeac43a58f&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001066 10.0.0.23 - - [2026-01-29 02:21:43] "GET /project/21fe683f-b60a-4043-89f5-39aeac43a58f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.111881 10.0.0.23 - - [2026-01-29 02:21:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.004982 10.0.0.23 - - [2026-01-29 02:21:43] "GET /security-group/54c67fae-9706-45d7-8077-75a718e067c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3764 0.006103 10.0.0.23 - - [2026-01-29 02:21:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.002896 10.0.0.240 - - [2026-01-29 02:21:43] "GET /projects?obj_uuids=21fe683f-b60a-4043-89f5-39aeac43a58f&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001610 10.0.0.23 - - [2026-01-29 02:21:43] "GET /project/21fe683f-b60a-4043-89f5-39aeac43a58f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.040633 10.0.0.23 - - [2026-01-29 02:21:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003586 10.0.0.23 - - [2026-01-29 02:21:43] "GET /security-group/54c67fae-9706-45d7-8077-75a718e067c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3764 0.004588 10.0.0.23 - - [2026-01-29 02:21:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003152 10.0.0.23 - - [2026-01-29 02:21:43] "PUT /security-group/54c67fae-9706-45d7-8077-75a718e067c6 HTTP/1.1" 200 263 0.019207 10.0.0.23 - - [2026-01-29 02:21:43] "POST /fqname-to-id HTTP/1.1" 404 202 0.002949 10.0.0.147 - - [2026-01-29 02:21:43] "PUT /access-control-list/840318a2-f479-45e5-b800-402fa4e1e03d HTTP/1.1" 200 273 0.018298 10.0.0.23 - - [2026-01-29 02:21:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003120 10.0.0.240 - - [2026-01-29 02:21:43] "GET /projects?obj_uuids=21fe683f-b60a-4043-89f5-39aeac43a58f&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001122 10.0.0.23 - - [2026-01-29 02:21:43] "GET /project/21fe683f-b60a-4043-89f5-39aeac43a58f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.030792 10.0.0.23 - - [2026-01-29 02:21:43] "POST /neutron/network HTTP/1.1" 200 117 0.036056 10.0.0.23 - - [2026-01-29 02:21:44] "POST /neutron/network HTTP/1.1" 200 825 0.010489 10.0.0.23 - - [2026-01-29 02:21:44] "POST /id-to-fqname HTTP/1.1" 200 223 0.001023 10.0.0.23 - - [2026-01-29 02:21:44] "GET /virtual-network/59eec549-c3b1-4249-b7c1-f470db0ab490?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.004624 10.0.0.23 - - [2026-01-29 02:21:44] "GET /virtual-network/59eec549-c3b1-4249-b7c1-f470db0ab490?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.005319 10.0.0.23 - - [2026-01-29 02:21:44] "POST /neutron/subnet HTTP/1.1" 200 715 0.008664 10.0.0.23 - - [2026-01-29 02:21:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.002201 10.0.0.240 - - [2026-01-29 02:21:44] "GET /projects?obj_uuids=21fe683f-b60a-4043-89f5-39aeac43a58f&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001058 10.0.0.23 - - [2026-01-29 02:21:44] "GET /project/21fe683f-b60a-4043-89f5-39aeac43a58f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.041972 10.0.0.147 - - [2026-01-29 02:21:44] "POST /route-targets HTTP/1.1" 200 328 0.017578 10.0.0.240 - - [2026-01-29 02:21:45] "POST /useragent-kv HTTP/1.1" 200 115 0.008253 10.0.0.23 - - [2026-01-29 02:21:45] "POST /neutron/subnet HTTP/1.1" 200 724 0.228319 10.0.0.23 - - [2026-01-29 02:21:45] "POST /id-to-fqname HTTP/1.1" 200 227 0.001269 10.0.0.23 - - [2026-01-29 02:21:45] "GET /virtual-network/d614d5a1-1e90-4c8d-8009-b82942b1682f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2064 0.005284 10.0.0.23 - - [2026-01-29 02:21:45] "GET /virtual-network/d614d5a1-1e90-4c8d-8009-b82942b1682f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2064 0.006270 10.0.0.23 - - [2026-01-29 02:21:45] "POST /neutron/network HTTP/1.1" 200 834 0.006544 10.0.0.23 - - [2026-01-29 02:21:45] "POST /id-to-fqname HTTP/1.1" 200 223 0.001367 10.0.0.240 - - [2026-01-29 02:21:46] "GET /projects?obj_uuids=21fe683f-b60a-4043-89f5-39aeac43a58f&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001347 10.0.0.23 - - [2026-01-29 02:21:46] "GET /project/21fe683f-b60a-4043-89f5-39aeac43a58f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.074056 10.0.0.23 - - [2026-01-29 02:21:46] "POST /neutron/network HTTP/1.1" 200 825 0.006931 10.0.0.23 - - [2026-01-29 02:21:46] "POST /id-to-fqname HTTP/1.1" 200 227 0.001908 10.0.0.23 - - [2026-01-29 02:21:46] "POST /neutron/port HTTP/1.1" 200 117 0.006089 10.0.0.240 - - [2026-01-29 02:21:46] "GET /projects?obj_uuids=21fe683f-b60a-4043-89f5-39aeac43a58f&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001234 10.0.0.23 - - [2026-01-29 02:21:47] "POST /neutron/port HTTP/1.1" 200 1061 0.299019 10.0.0.23 - - [2026-01-29 02:21:47] "POST /neutron/port HTTP/1.1" 200 1115 0.098140 10.0.0.240 - - [2026-01-29 02:21:47] "GET /projects?obj_uuids=21fe683f-b60a-4043-89f5-39aeac43a58f&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001554 10.0.0.23 - - [2026-01-29 02:21:47] "GET /project/21fe683f-b60a-4043-89f5-39aeac43a58f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.074930 10.0.0.23 - - [2026-01-29 02:21:47] "POST /neutron/subnet HTTP/1.1" 200 689 0.009294 10.0.0.23 - - [2026-01-29 02:21:47] "POST /neutron/network HTTP/1.1" 200 825 0.006284 10.0.0.23 - - [2026-01-29 02:21:47] "POST /neutron/port HTTP/1.1" 200 117 0.007482 10.0.0.147 - - [2026-01-29 02:21:47] "PUT /logical-router/06bcd086-5a58-4678-abaf-f18085591a22 HTTP/1.1" 200 263 0.042211 10.0.0.23 - - [2026-01-29 02:21:47] "POST /neutron/router HTTP/1.1" 200 656 0.059078 10.0.0.23 - - [2026-01-29 02:21:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003206 10.0.0.23 - - [2026-01-29 02:21:47] "POST /neutron/network HTTP/1.1" 200 844 0.023059 10.0.0.240 - - [2026-01-29 02:21:48] "POST /useragent-kv HTTP/1.1" 200 115 0.003267 10.0.0.23 - - [2026-01-29 02:21:48] "POST /virtual-networks HTTP/1.1" 200 696 0.128974 10.0.0.23 - - [2026-01-29 02:21:48] "PUT /logical-router/06bcd086-5a58-4678-abaf-f18085591a22 HTTP/1.1" 200 263 0.064700 10.0.0.147 - - [2026-01-29 02:21:48] "POST /ref-update HTTP/1.1" 200 156 0.047623 10.0.0.23 - - [2026-01-29 02:21:48] "POST /neutron/security_group HTTP/1.1" 200 2002 0.009924 10.0.0.23 - - [2026-01-29 02:21:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.005517 10.0.0.23 - - [2026-01-29 02:21:48] "POST /chown HTTP/1.1" 200 109 0.036389 10.0.0.23 - - [2026-01-29 02:21:48] "POST /neutron/port HTTP/1.1" 200 1117 0.162053 10.0.0.23 - - [2026-01-29 02:21:48] "POST /chown HTTP/1.1" 200 109 0.015862 10.0.0.23 - - [2026-01-29 02:21:48] "POST /neutron/subnet HTTP/1.1" 200 698 0.020752 10.0.0.23 - - [2026-01-29 02:21:48] "POST /ref-update HTTP/1.1" 200 156 0.028401 10.0.0.23 - - [2026-01-29 02:21:49] "POST /instance-ips HTTP/1.1" 200 550 0.059015 10.0.0.23 - - [2026-01-29 02:21:49] "PUT /virtual-machine-interface/78fc7162-396d-4b19-bbac-1222104f301f HTTP/1.1" 200 285 0.022641 10.0.0.23 - - [2026-01-29 02:21:49] "POST /ref-update HTTP/1.1" 200 156 0.031222 10.0.0.23 - - [2026-01-29 02:21:49] "POST /chown HTTP/1.1" 200 109 0.031563 10.0.0.23 - - [2026-01-29 02:21:49] "PUT /virtual-machine-interface/4ec4675c-1aed-42d7-8e0f-49c5382a2591 HTTP/1.1" 200 285 0.024713 10.0.0.23 - - [2026-01-29 02:21:49] "POST /ref-update HTTP/1.1" 200 156 0.026073 10.0.0.23 - - [2026-01-29 02:21:49] "POST /instance-ips HTTP/1.1" 400 316 0.041238 10.0.0.23 - - [2026-01-29 02:21:49] "PUT /instance-ip/575156f5-405e-40d0-b08b-dca15b9cc954 HTTP/1.1" 200 257 0.040204 10.0.0.23 - - [2026-01-29 02:21:50] "POST /ref-update HTTP/1.1" 200 156 0.036743 10.0.0.23 - - [2026-01-29 02:21:52] "POST /neutron/port HTTP/1.1" 200 1127 0.017441 10.0.0.23 - - [2026-01-29 02:21:52] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004245 10.0.0.23 - - [2026-01-29 02:21:52] "POST /neutron/network HTTP/1.1" 200 834 0.006932 10.0.0.23 - - [2026-01-29 02:21:53] "POST /neutron/port HTTP/1.1" 200 1125 0.018980 10.0.0.23 - - [2026-01-29 02:21:53] "POST /neutron/security_group HTTP/1.1" 200 2002 0.007829 10.0.0.23 - - [2026-01-29 02:21:53] "GET /virtual-machine/4fd14e17-903a-4756-83da-d8797129954d HTTP/1.1" 401 292 0.000438 10.0.0.23 - - [2026-01-29 02:21:54] "GET /virtual-machine/4fd14e17-903a-4756-83da-d8797129954d HTTP/1.1" 200 1296 0.032889 10.0.0.23 - - [2026-01-29 02:21:54] "GET /virtual-machine-interface/131d3a9e-019c-4f59-83de-7d1916032461 HTTP/1.1" 200 2962 0.005872 10.0.0.23 - - [2026-01-29 02:21:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003678 10.0.0.23 - - [2026-01-29 02:21:54] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003674 10.0.0.23 - - [2026-01-29 02:21:54] "GET /virtual-networks?parent_id=21fe683f-b60a-4043-89f5-39aeac43a58f&detail=False&count=False&shared=False HTTP/1.1" 200 881 0.003137 10.0.0.23 - - [2026-01-29 02:21:54] "GET /virtual-network/59eec549-c3b1-4249-b7c1-f470db0ab490?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.005929 10.0.0.23 - - [2026-01-29 02:21:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003573 10.0.0.23 - - [2026-01-29 02:21:57] "GET /virtual-network/59eec549-c3b1-4249-b7c1-f470db0ab490?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.005755 10.0.0.23 - - [2026-01-29 02:21:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003709 10.0.0.23 - - [2026-01-29 02:21:59] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004690 10.0.0.23 - - [2026-01-29 02:21:59] "GET /virtual-networks?parent_id=21fe683f-b60a-4043-89f5-39aeac43a58f&detail=False&count=False&shared=False HTTP/1.1" 200 881 0.003222 10.0.0.23 - - [2026-01-29 02:21:59] "GET /virtual-network/59eec549-c3b1-4249-b7c1-f470db0ab490?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.006391 10.0.0.23 - - [2026-01-29 02:21:59] "POST /neutron/port HTTP/1.1" 200 1125 0.016463 10.0.0.23 - - [2026-01-29 02:21:59] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003895 10.0.0.23 - - [2026-01-29 02:21:59] "POST /neutron/port HTTP/1.1" 200 117 0.001192 10.0.0.23 - - [2026-01-29 02:21:59] "POST /neutron/port HTTP/1.1" 200 1127 0.017271 10.0.0.23 - - [2026-01-29 02:21:59] "POST /neutron/security_group HTTP/1.1" 200 2002 0.017421 10.0.0.23 - - [2026-01-29 02:21:59] "GET /virtual-machine/e203d755-71c1-4648-8f2c-0095650206f3 HTTP/1.1" 200 1298 0.006588 10.0.0.23 - - [2026-01-29 02:21:59] "GET /virtual-machine-interface/555f3655-11cd-41d8-b30a-71c4c37bc081 HTTP/1.1" 200 2975 0.006234 10.0.0.23 - - [2026-01-29 02:21:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003013 10.0.0.23 - - [2026-01-29 02:21:59] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003620 10.0.0.23 - - [2026-01-29 02:21:59] "GET /virtual-networks?parent_id=21fe683f-b60a-4043-89f5-39aeac43a58f&detail=False&count=False&shared=False HTTP/1.1" 200 881 0.005101 10.0.0.23 - - [2026-01-29 02:21:59] "GET /virtual-network/d614d5a1-1e90-4c8d-8009-b82942b1682f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2064 0.005735 10.0.0.23 - - [2026-01-29 02:22:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003616 10.0.0.23 - - [2026-01-29 02:22:00] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005079 10.0.0.23 - - [2026-01-29 02:22:00] "GET /virtual-networks?parent_id=21fe683f-b60a-4043-89f5-39aeac43a58f&detail=False&count=False&shared=False HTTP/1.1" 200 881 0.003089 10.0.0.23 - - [2026-01-29 02:22:01] "GET /virtual-network/d614d5a1-1e90-4c8d-8009-b82942b1682f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2064 0.006514 10.0.0.23 - - [2026-01-29 02:22:01] "POST /neutron/port HTTP/1.1" 200 1127 0.018379 10.0.0.147 - - [2026-01-29 02:22:10] "POST /ref-update HTTP/1.1" 200 156 0.016576 10.0.0.23 - - [2026-01-29 02:22:10] "POST /neutron/router HTTP/1.1" 200 344 0.191351 10.0.0.23 - - [2026-01-29 02:22:10] "PUT /logical-router/06bcd086-5a58-4678-abaf-f18085591a22 HTTP/1.1" 404 171 0.059187 10.0.0.147 - - [2026-01-29 02:22:10] "POST /ref-update HTTP/1.1" 200 156 0.018666 10.0.0.23 - - [2026-01-29 02:22:10] "GET /virtual-network/d1078930-6038-40a7-b202-44012d5666af?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2127 0.010386 10.0.0.23 - - [2026-01-29 02:22:10] "DELETE /instance-ip/575156f5-405e-40d0-b08b-dca15b9cc954 HTTP/1.1" 200 115 0.090606 10.0.0.23 - - [2026-01-29 02:22:10] "POST /neutron/network HTTP/1.1" 200 834 0.014825 10.0.0.147 - - [2026-01-29 02:22:10] "DELETE /route-target/a7f8d0f0-e09a-4672-a4d4-b152f25cffff HTTP/1.1" 200 115 0.042115 10.0.0.23 - - [2026-01-29 02:22:11] "GET /logical-router/06bcd086-5a58-4678-abaf-f18085591a22?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.007776 10.0.0.23 - - [2026-01-29 02:22:11] "DELETE /virtual-machine-interface/78fc7162-396d-4b19-bbac-1222104f301f HTTP/1.1" 200 115 0.044252 10.0.0.23 - - [2026-01-29 02:22:11] "GET /instance-ip/327ce32e-4a0c-44d5-984b-3d7c9528ad68?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2099 0.004864 10.0.0.23 - - [2026-01-29 02:22:11] "DELETE /virtual-machine/22e1cbfe-0ad4-4eaa-8931-012f44953bae HTTP/1.1" 200 115 0.050369 10.0.0.23 - - [2026-01-29 02:22:11] "POST /neutron/port HTTP/1.1" 200 1117 0.021059 10.0.0.23 - - [2026-01-29 02:22:11] "GET /instance-ip/327ce32e-4a0c-44d5-984b-3d7c9528ad68?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1697 0.015661 10.0.0.23 - - [2026-01-29 02:22:11] "POST /neutron/port HTTP/1.1" 200 1115 0.022030 10.0.0.23 - - [2026-01-29 02:22:11] "GET /virtual-machine-interface/9ad6276e-45e4-4c4b-b757-b9bca886b992?fields=instance_ip_back_refs%2Cfloating_ip_back_refs%2Cinterface_route_table_refs HTTP/1.1" 200 1336 0.016351 10.0.0.23 - - [2026-01-29 02:22:11] "DELETE /virtual-machine/a3f44316-1306-4c6e-9466-fb8fcf4a45c4 HTTP/1.1" 200 115 0.046327 10.0.0.240 - - [2026-01-29 02:22:13] "POST /useragent-kv HTTP/1.1" 200 115 0.002775 10.0.0.240 - - [2026-01-29 02:22:13] "POST /useragent-kv HTTP/1.1" 200 115 0.004202 10.0.0.23 - - [2026-01-29 02:22:13] "POST /neutron/network HTTP/1.1" 200 151 0.134074 10.0.0.147 - - [2026-01-29 02:22:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004001 10.0.0.240 - - [2026-01-29 02:22:14] "GET /projects?obj_uuids=21fe683f-b60a-4043-89f5-39aeac43a58f&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001156 10.0.0.23 - - [2026-01-29 02:22:14] "GET /project/21fe683f-b60a-4043-89f5-39aeac43a58f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.042140 10.0.0.240 - - [2026-01-29 02:22:14] "GET /projects?obj_uuids=21fe683f-b60a-4043-89f5-39aeac43a58f&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001554 10.0.0.23 - - [2026-01-29 02:22:14] "GET /project/21fe683f-b60a-4043-89f5-39aeac43a58f?fields=virtual_networks HTTP/1.1" 200 1039 0.060820 10.0.0.240 - - [2026-01-29 02:22:14] "GET /projects?obj_uuids=21fe683f-b60a-4043-89f5-39aeac43a58f&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001272 10.0.0.23 - - [2026-01-29 02:22:14] "GET /project/21fe683f-b60a-4043-89f5-39aeac43a58f?fields=virtual_machine_interfaces HTTP/1.1" 200 1039 0.041734 10.0.0.240 - - [2026-01-29 02:22:14] "GET /projects?obj_uuids=21fe683f-b60a-4043-89f5-39aeac43a58f&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001048 10.0.0.23 - - [2026-01-29 02:22:14] "GET /project/21fe683f-b60a-4043-89f5-39aeac43a58f?fields=security_groups HTTP/1.1" 200 1269 0.039041 10.0.0.23 - - [2026-01-29 02:22:15] "POST /fqname-to-id HTTP/1.1" 404 196 0.026516 10.0.0.240 - - [2026-01-29 02:22:15] "GET /projects?obj_uuids=f04ceffe-13a0-4c98-a212-b25350f3d25f&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003774 10.0.0.240 - - [2026-01-29 02:22:15] "GET /domains?obj_uuids=65230a56-1cf0-4d34-9498-1ad48da04806&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001507 10.0.0.240 - - [2026-01-29 02:22:15] "GET /domain/65230a56-1cf0-4d34-9498-1ad48da04806?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008606 10.0.0.240 - - [2026-01-29 02:22:15] "POST /id-to-fqname HTTP/1.1" 200 198 0.002638 10.0.0.240 - - [2026-01-29 02:22:15] "POST /fqname-to-id HTTP/1.1" 404 207 0.004960 10.0.0.240 - - [2026-01-29 02:22:16] "POST /security-groups HTTP/1.1" 200 599 0.034177 10.0.0.240 - - [2026-01-29 02:22:16] "POST /projects HTTP/1.1" 200 601 0.249858 10.0.0.147 - - [2026-01-29 02:22:16] "POST /access-control-lists HTTP/1.1" 200 606 0.030256 10.0.0.240 - - [2026-01-29 02:22:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.319385 10.0.0.23 - - [2026-01-29 02:22:16] "GET /project/f04ceffe-13a0-4c98-a212-b25350f3d25f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.455621 10.0.0.23 - - [2026-01-29 02:22:17] "GET / HTTP/1.1" 200 36215 0.001608 10.0.0.23 - - [2026-01-29 02:22:19] "POST /fqname-to-id HTTP/1.1" 401 292 0.000488 10.0.0.23 - - [2026-01-29 02:22:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.055362 10.0.0.240 - - [2026-01-29 02:22:19] "GET /projects?obj_uuids=f04ceffe-13a0-4c98-a212-b25350f3d25f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001310 10.0.0.23 - - [2026-01-29 02:22:19] "GET /project/f04ceffe-13a0-4c98-a212-b25350f3d25f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.045293 10.0.0.23 - - [2026-01-29 02:22:19] "POST /neutron/network HTTP/1.1" 200 117 0.033230 10.0.0.147 - - [2026-01-29 02:22:19] "POST /route-targets HTTP/1.1" 200 328 0.012670 10.0.0.240 - - [2026-01-29 02:22:20] "POST /useragent-kv HTTP/1.1" 200 115 0.008059 10.0.0.23 - - [2026-01-29 02:22:20] "POST /neutron/subnet HTTP/1.1" 200 828 0.233064 10.0.0.23 - - [2026-01-29 02:22:20] "POST /id-to-fqname HTTP/1.1" 200 228 0.001385 10.0.0.23 - - [2026-01-29 02:22:20] "GET /virtual-network/36b1ed7c-e476-4150-9867-6d49f8b32302?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2646 0.005569 10.0.0.23 - - [2026-01-29 02:22:20] "GET /virtual-network/36b1ed7c-e476-4150-9867-6d49f8b32302?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2646 0.006473 10.0.0.23 - - [2026-01-29 02:22:20] "POST /neutron/network HTTP/1.1" 200 1007 0.009767 10.0.0.23 - - [2026-01-29 02:22:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003402 10.0.0.240 - - [2026-01-29 02:22:20] "GET /projects?obj_uuids=f04ceffe-13a0-4c98-a212-b25350f3d25f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000956 10.0.0.23 - - [2026-01-29 02:22:20] "GET /project/f04ceffe-13a0-4c98-a212-b25350f3d25f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.052178 10.0.0.23 - - [2026-01-29 02:22:20] "POST /neutron/network HTTP/1.1" 200 117 0.013049 10.0.0.147 - - [2026-01-29 02:22:20] "POST /ref-update HTTP/1.1" 200 156 0.021674 10.0.0.147 - - [2026-01-29 02:22:21] "POST /fqname-to-id HTTP/1.1" 404 207 0.030229 10.0.0.240 - - [2026-01-29 02:22:21] "POST /useragent-kv HTTP/1.1" 200 115 0.009144 10.0.0.23 - - [2026-01-29 02:22:21] "POST /neutron/subnet HTTP/1.1" 200 828 0.185910 10.0.0.23 - - [2026-01-29 02:22:21] "POST /id-to-fqname HTTP/1.1" 200 228 0.001397 10.0.0.23 - - [2026-01-29 02:22:21] "GET /virtual-network/aab6a69d-5adb-484f-9e37-38b276164200?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2644 0.005464 10.0.0.23 - - [2026-01-29 02:22:21] "GET /virtual-network/aab6a69d-5adb-484f-9e37-38b276164200?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2644 0.006007 10.0.0.23 - - [2026-01-29 02:22:21] "POST /neutron/network HTTP/1.1" 200 1006 0.009221 10.0.0.23 - - [2026-01-29 02:22:21] "POST /fqname-to-id HTTP/1.1" 404 234 0.003126 10.0.0.23 - - [2026-01-29 02:22:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003443 10.0.0.240 - - [2026-01-29 02:22:21] "GET /projects?obj_uuids=f04ceffe-13a0-4c98-a212-b25350f3d25f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001180 10.0.0.23 - - [2026-01-29 02:22:21] "GET /project/f04ceffe-13a0-4c98-a212-b25350f3d25f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.041360 10.0.0.23 - - [2026-01-29 02:22:21] "POST /network-policys HTTP/1.1" 200 579 0.071798 10.0.0.23 - - [2026-01-29 02:22:21] "GET /network-policy/edc04e30-3d6d-4e23-989f-60aac9c5c2e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3131 0.006285 10.0.0.23 - - [2026-01-29 02:22:21] "POST /neutron/network HTTP/1.1" 200 1007 0.008692 10.0.0.23 - - [2026-01-29 02:22:21] "GET /virtual-network/36b1ed7c-e476-4150-9867-6d49f8b32302?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2971 0.007784 10.0.0.23 - - [2026-01-29 02:22:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.002277 10.0.0.23 - - [2026-01-29 02:22:21] "GET /network-policy/edc04e30-3d6d-4e23-989f-60aac9c5c2e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3131 0.008524 10.0.0.23 - - [2026-01-29 02:22:21] "POST /neutron/network HTTP/1.1" 200 1006 0.010944 10.0.0.23 - - [2026-01-29 02:22:21] "GET /virtual-network/aab6a69d-5adb-484f-9e37-38b276164200?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2969 0.007236 10.0.0.23 - - [2026-01-29 02:22:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.002765 10.0.0.23 - - [2026-01-29 02:22:21] "GET /network-policy/edc04e30-3d6d-4e23-989f-60aac9c5c2e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3131 0.004573 10.0.0.147 - - [2026-01-29 02:22:22] "PUT /access-control-list/6661ed68-61e9-42ca-9832-76567f8822eb HTTP/1.1" 200 273 0.018124 10.0.0.147 - - [2026-01-29 02:22:22] "POST /ref-update HTTP/1.1" 200 156 0.026707 10.0.0.23 - - [2026-01-29 02:22:22] "GET /virtual-network/36b1ed7c-e476-4150-9867-6d49f8b32302?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2971 0.005800 10.0.0.240 - - [2026-01-29 02:22:23] "GET /obj-perms HTTP/1.1" 200 5046 0.047513 10.0.0.23 - - [2026-01-29 02:22:23] "GET /virtual-network/aab6a69d-5adb-484f-9e37-38b276164200?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2969 0.005786 10.0.0.147 - - [2026-01-29 02:22:24] "GET /obj-perms HTTP/1.1" 200 5046 0.056578 10.0.0.23 - - [2026-01-29 02:22:24] "POST /id-to-fqname HTTP/1.1" 200 228 0.002118 10.0.0.23 - - [2026-01-29 02:22:24] "POST /neutron/network HTTP/1.1" 200 1125 0.008981 10.0.0.240 - - [2026-01-29 02:22:25] "GET /projects?obj_uuids=f04ceffe-13a0-4c98-a212-b25350f3d25f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001046 10.0.0.23 - - [2026-01-29 02:22:25] "GET /project/f04ceffe-13a0-4c98-a212-b25350f3d25f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.069277 10.0.0.23 - - [2026-01-29 02:22:25] "POST /neutron/port HTTP/1.1" 200 117 0.005945 10.0.0.23 - - [2026-01-29 02:22:25] "POST /id-to-fqname HTTP/1.1" 200 228 0.001320 10.0.0.23 - - [2026-01-29 02:22:25] "POST /neutron/network HTTP/1.1" 200 1125 0.007227 10.0.0.23 - - [2026-01-29 02:22:26] "POST /neutron/port HTTP/1.1" 200 1176 0.019104 10.0.0.240 - - [2026-01-29 02:22:26] "GET /projects?obj_uuids=f04ceffe-13a0-4c98-a212-b25350f3d25f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001002 10.0.0.23 - - [2026-01-29 02:22:26] "GET /project/f04ceffe-13a0-4c98-a212-b25350f3d25f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.107594 10.0.0.23 - - [2026-01-29 02:22:26] "POST /neutron/port HTTP/1.1" 200 1240 0.021296 10.0.0.23 - - [2026-01-29 02:22:26] "POST /neutron/subnet HTTP/1.1" 200 1389 0.020618 10.0.0.23 - - [2026-01-29 02:22:26] "POST /neutron/network HTTP/1.1" 200 1115 0.012413 10.0.0.23 - - [2026-01-29 02:22:26] "POST /neutron/port HTTP/1.1" 200 117 0.006710 10.0.0.23 - - [2026-01-29 02:22:27] "POST /neutron/network HTTP/1.1" 200 1124 0.006906 10.0.0.23 - - [2026-01-29 02:22:27] "POST /neutron/port HTTP/1.1" 200 1175 0.021704 10.0.0.23 - - [2026-01-29 02:22:27] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005959 10.0.0.23 - - [2026-01-29 02:22:27] "POST /neutron/port HTTP/1.1" 200 117 0.001532 10.0.0.23 - - [2026-01-29 02:22:31] "POST /neutron/port HTTP/1.1" 200 1240 0.016946 10.0.0.23 - - [2026-01-29 02:22:32] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007504 10.0.0.23 - - [2026-01-29 02:22:32] "GET /virtual-machine/73b1382c-a65d-4851-9baf-dc14a4928a9b HTTP/1.1" 401 292 0.000455 10.0.0.23 - - [2026-01-29 02:22:32] "GET /virtual-machine/73b1382c-a65d-4851-9baf-dc14a4928a9b HTTP/1.1" 200 1302 0.033703 10.0.0.23 - - [2026-01-29 02:22:32] "GET /virtual-machine-interface/4f5d6771-2bcd-4399-82dc-9472697ae4c1 HTTP/1.1" 200 3182 0.005527 10.0.0.23 - - [2026-01-29 02:22:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003020 10.0.0.23 - - [2026-01-29 02:22:32] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003114 10.0.0.23 - - [2026-01-29 02:22:32] "GET /virtual-networks?parent_id=f04ceffe-13a0-4c98-a212-b25350f3d25f&detail=False&count=False&shared=False HTTP/1.1" 200 589 0.002550 10.0.0.23 - - [2026-01-29 02:22:32] "GET /virtual-network/36b1ed7c-e476-4150-9867-6d49f8b32302?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2971 0.006047 10.0.0.23 - - [2026-01-29 02:22:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003858 10.0.0.23 - - [2026-01-29 02:22:35] "GET /virtual-network/36b1ed7c-e476-4150-9867-6d49f8b32302?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2971 0.005690 10.0.0.23 - - [2026-01-29 02:22:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003695 10.0.0.23 - - [2026-01-29 02:22:39] "GET /virtual-network/36b1ed7c-e476-4150-9867-6d49f8b32302?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2971 0.006005 10.0.0.240 - - [2026-01-29 02:22:43] "DELETE /project/f04ceffe13a04c98a212b25350f3d25f HTTP/1.1" 404 173 0.007949 10.0.0.240 - - [2026-01-29 02:22:43] "GET /projects?obj_uuids=21fe683f-b60a-4043-89f5-39aeac43a58f&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001395 10.0.0.240 - - [2026-01-29 02:22:43] "GET /project/21fe683f-b60a-4043-89f5-39aeac43a58f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1479 0.050383 10.0.0.240 - - [2026-01-29 02:22:43] "GET /projects?obj_uuids=21fe683f-b60a-4043-89f5-39aeac43a58f&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000963 10.0.0.240 - - [2026-01-29 02:22:43] "GET /project/21fe683f-b60a-4043-89f5-39aeac43a58f?fields=security_groups HTTP/1.1" 200 1371 0.036445 10.0.0.240 - - [2026-01-29 02:22:43] "DELETE /security-group/54c67fae-9706-45d7-8077-75a718e067c6 HTTP/1.1" 200 115 0.047884 10.0.0.240 - - [2026-01-29 02:22:43] "GET /projects?obj_uuids=21fe683f-b60a-4043-89f5-39aeac43a58f&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001036 10.0.0.240 - - [2026-01-29 02:22:43] "GET /project/21fe683f-b60a-4043-89f5-39aeac43a58f?fields=application_policy_sets HTTP/1.1" 200 1410 0.050980 10.0.0.147 - - [2026-01-29 02:22:43] "DELETE /access-control-list/840318a2-f479-45e5-b800-402fa4e1e03d HTTP/1.1" 200 115 0.043825 10.0.0.240 - - [2026-01-29 02:22:43] "DELETE /project/21fe683f-b60a-4043-89f5-39aeac43a58f HTTP/1.1" 200 115 0.383993 10.0.0.23 - - [2026-01-29 02:22:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.004478 10.0.0.23 - - [2026-01-29 02:22:43] "GET /virtual-network/36b1ed7c-e476-4150-9867-6d49f8b32302?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2971 0.006538 10.0.0.23 - - [2026-01-29 02:22:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003784 10.0.0.23 - - [2026-01-29 02:22:47] "GET /virtual-network/36b1ed7c-e476-4150-9867-6d49f8b32302?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2971 0.005369 10.0.0.23 - - [2026-01-29 02:22:51] "GET /obj-perms HTTP/1.1" 200 5056 0.047105 10.0.0.23 - - [2026-01-29 02:22:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.004183 10.0.0.23 - - [2026-01-29 02:22:52] "GET /virtual-network/36b1ed7c-e476-4150-9867-6d49f8b32302?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2971 0.007334 10.0.0.23 - - [2026-01-29 02:22:52] "POST /neutron/port HTTP/1.1" 200 1239 0.020630 10.0.0.23 - - [2026-01-29 02:22:52] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004820 10.0.0.23 - - [2026-01-29 02:22:52] "POST /neutron/port HTTP/1.1" 200 117 0.001226 10.0.0.23 - - [2026-01-29 02:22:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003845 10.0.0.23 - - [2026-01-29 02:22:56] "GET /virtual-network/36b1ed7c-e476-4150-9867-6d49f8b32302?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2971 0.005998 10.0.0.23 - - [2026-01-29 02:22:59] "POST /neutron/port HTTP/1.1" 200 1240 0.044091 10.0.0.23 - - [2026-01-29 02:22:59] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003981 10.0.0.23 - - [2026-01-29 02:22:59] "POST /neutron/port HTTP/1.1" 200 117 0.001234 10.0.0.23 - - [2026-01-29 02:23:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.006382 10.0.0.23 - - [2026-01-29 02:23:00] "GET /virtual-network/36b1ed7c-e476-4150-9867-6d49f8b32302?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2971 0.006851 10.0.0.23 - - [2026-01-29 02:23:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003876 10.0.0.23 - - [2026-01-29 02:23:04] "GET /virtual-network/36b1ed7c-e476-4150-9867-6d49f8b32302?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2971 0.005760 10.0.0.23 - - [2026-01-29 02:23:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003372 10.0.0.23 - - [2026-01-29 02:23:08] "GET /virtual-network/36b1ed7c-e476-4150-9867-6d49f8b32302?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2971 0.005485 10.0.0.23 - - [2026-01-29 02:23:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004047 10.0.0.23 - - [2026-01-29 02:23:12] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003735 10.0.0.23 - - [2026-01-29 02:23:12] "GET /virtual-networks?parent_id=f04ceffe-13a0-4c98-a212-b25350f3d25f&detail=False&count=False&shared=False HTTP/1.1" 200 589 0.003080 10.0.0.23 - - [2026-01-29 02:23:12] "GET /virtual-network/36b1ed7c-e476-4150-9867-6d49f8b32302?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2971 0.006070 10.0.0.23 - - [2026-01-29 02:23:12] "POST /neutron/port HTTP/1.1" 200 1240 0.017040 10.0.0.23 - - [2026-01-29 02:23:17] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007586 10.0.0.23 - - [2026-01-29 02:23:23] "POST /neutron/port HTTP/1.1" 200 1239 0.017898 10.0.0.23 - - [2026-01-29 02:23:24] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007229 10.0.0.23 - - [2026-01-29 02:23:33] "POST /neutron/port HTTP/1.1" 200 1240 0.016464 10.0.0.23 - - [2026-01-29 02:23:38] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007222 10.0.0.23 - - [2026-01-29 02:23:38] "POST /neutron/port HTTP/1.1" 200 1239 0.018195 10.0.0.23 - - [2026-01-29 02:23:38] "GET /virtual-machine/4bebd9eb-ba24-4538-97c1-1255f3b77c61 HTTP/1.1" 200 1302 0.006291 10.0.0.23 - - [2026-01-29 02:23:38] "GET /virtual-machine-interface/44d03907-6b4f-40e5-ab04-6c48a5c61c46 HTTP/1.1" 200 3183 0.005148 10.0.0.23 - - [2026-01-29 02:23:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003450 10.0.0.23 - - [2026-01-29 02:23:38] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004190 10.0.0.23 - - [2026-01-29 02:23:38] "GET /virtual-networks?parent_id=f04ceffe-13a0-4c98-a212-b25350f3d25f&detail=False&count=False&shared=False HTTP/1.1" 200 589 0.003894 10.0.0.23 - - [2026-01-29 02:23:38] "GET /virtual-network/aab6a69d-5adb-484f-9e37-38b276164200?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2969 0.006101 10.0.0.23 - - [2026-01-29 02:23:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003524 10.0.0.23 - - [2026-01-29 02:23:39] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005332 10.0.0.23 - - [2026-01-29 02:23:39] "GET /virtual-networks?parent_id=f04ceffe-13a0-4c98-a212-b25350f3d25f&detail=False&count=False&shared=False HTTP/1.1" 200 589 0.003398 10.0.0.23 - - [2026-01-29 02:23:40] "GET /virtual-network/aab6a69d-5adb-484f-9e37-38b276164200?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2969 0.005945 10.0.0.23 - - [2026-01-29 02:23:53] "POST /neutron/port HTTP/1.1" 200 1239 0.041739 10.0.0.23 - - [2026-01-29 02:23:53] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004083 10.0.0.23 - - [2026-01-29 02:23:53] "POST /neutron/port HTTP/1.1" 200 117 0.001254 10.0.0.23 - - [2026-01-29 02:23:59] "POST /neutron/port HTTP/1.1" 200 1240 0.021132 10.0.0.23 - - [2026-01-29 02:23:59] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003861 10.0.0.23 - - [2026-01-29 02:23:59] "POST /neutron/port HTTP/1.1" 200 117 0.001352 10.0.0.23 - - [2026-01-29 02:24:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003602 10.0.0.240 - - [2026-01-29 02:24:05] "GET /projects?obj_uuids=f04ceffe-13a0-4c98-a212-b25350f3d25f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001029 10.0.0.23 - - [2026-01-29 02:24:05] "GET /project/f04ceffe-13a0-4c98-a212-b25350f3d25f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.039603 10.0.0.23 - - [2026-01-29 02:24:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003423 10.0.0.23 - - [2026-01-29 02:24:05] "PUT /network-policy/edc04e30-3d6d-4e23-989f-60aac9c5c2e6 HTTP/1.1" 200 263 0.014920 10.0.0.23 - - [2026-01-29 02:24:09] "GET /virtual-network/aab6a69d-5adb-484f-9e37-38b276164200?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2969 0.006409 10.0.0.147 - - [2026-01-29 02:24:09] "POST /fqname-to-id HTTP/1.1" 404 207 0.006501 10.0.0.23 - - [2026-01-29 02:24:09] "POST /neutron/network HTTP/1.1" 200 1006 0.082734 10.0.0.147 - - [2026-01-29 02:24:09] "DELETE /access-control-list/685fbe39-a54d-4361-8762-e2d6fe9b3913 HTTP/1.1" 200 115 0.065027 10.0.0.23 - - [2026-01-29 02:24:09] "GET /virtual-network/aab6a69d-5adb-484f-9e37-38b276164200?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2644 0.006941 10.0.0.23 - - [2026-01-29 02:24:09] "GET /virtual-network/36b1ed7c-e476-4150-9867-6d49f8b32302?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2971 0.005799 10.0.0.23 - - [2026-01-29 02:24:09] "POST /neutron/network HTTP/1.1" 200 1007 0.111747 10.0.0.147 - - [2026-01-29 02:24:09] "POST /ref-update HTTP/1.1" 200 156 0.035715 10.0.0.23 - - [2026-01-29 02:24:09] "GET /virtual-network/36b1ed7c-e476-4150-9867-6d49f8b32302?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2646 0.008473 10.0.0.23 - - [2026-01-29 02:24:09] "DELETE /network-policy/edc04e30-3d6d-4e23-989f-60aac9c5c2e6 HTTP/1.1" 200 115 0.053501 10.0.0.23 - - [2026-01-29 02:24:09] "POST /neutron/network HTTP/1.1" 400 204 0.016591 10.0.0.23 - - [2026-01-29 02:24:09] "POST /neutron/port HTTP/1.1" 200 1240 0.015562 10.0.0.23 - - [2026-01-29 02:24:10] "POST /neutron/port HTTP/1.1" 200 151 0.349260 10.0.0.23 - - [2026-01-29 02:24:12] "POST /neutron/network HTTP/1.1" 200 1007 0.009492 10.0.0.147 - - [2026-01-29 02:24:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004499 10.0.0.240 - - [2026-01-29 02:24:16] "GET /projects?obj_uuids=f04ceffe-13a0-4c98-a212-b25350f3d25f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001046 10.0.0.23 - - [2026-01-29 02:24:16] "GET /project/f04ceffe-13a0-4c98-a212-b25350f3d25f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.040308 10.0.0.23 - - [2026-01-29 02:24:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003693 10.0.0.240 - - [2026-01-29 02:24:16] "GET /domains?obj_uuids=65230a56-1cf0-4d34-9498-1ad48da04806&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000989 10.0.0.23 - - [2026-01-29 02:24:16] "GET /domain/65230a56-1cf0-4d34-9498-1ad48da04806?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.007492 10.0.0.23 - - [2026-01-29 02:24:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003448 10.0.0.240 - - [2026-01-29 02:24:16] "GET /projects?obj_uuids=f04ceffe-13a0-4c98-a212-b25350f3d25f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001013 10.0.0.23 - - [2026-01-29 02:24:17] "GET /project/f04ceffe-13a0-4c98-a212-b25350f3d25f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.040077 10.0.0.23 - - [2026-01-29 02:24:17] "GET /domains HTTP/1.1" 200 281 0.004902 10.0.0.240 - - [2026-01-29 02:24:17] "GET /domains?obj_uuids=65230a56-1cf0-4d34-9498-1ad48da04806&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001082 10.0.0.23 - - [2026-01-29 02:24:17] "GET /domain/65230a56-1cf0-4d34-9498-1ad48da04806 HTTP/1.1" 200 2591 0.018341 10.0.0.240 - - [2026-01-29 02:24:17] "GET /projects?obj_uuids=f04ceffe-13a0-4c98-a212-b25350f3d25f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001009 10.0.0.23 - - [2026-01-29 02:24:17] "GET /project/f04ceffe-13a0-4c98-a212-b25350f3d25f HTTP/1.1" 200 1906 0.086105 10.0.0.23 - - [2026-01-29 02:24:17] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 547 0.003596 10.0.0.23 - - [2026-01-29 02:24:17] "POST /network-ipams HTTP/1.1" 200 611 0.027738 10.0.0.23 - - [2026-01-29 02:24:17] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 805 0.003870 10.0.0.23 - - [2026-01-29 02:24:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004014 10.0.0.23 - - [2026-01-29 02:24:17] "GET /network-ipam/981fe200-84f6-400b-a300-51b3047ad020?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1438 0.006860 10.0.0.23 - - [2026-01-29 02:24:18] "PUT /network-ipam/981fe200-84f6-400b-a300-51b3047ad020 HTTP/1.1" 200 259 0.018314 10.0.0.23 - - [2026-01-29 02:24:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003609 10.0.0.240 - - [2026-01-29 02:24:18] "GET /projects?obj_uuids=f04ceffe-13a0-4c98-a212-b25350f3d25f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001393 10.0.0.23 - - [2026-01-29 02:24:18] "GET /project/f04ceffe-13a0-4c98-a212-b25350f3d25f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.039178 10.0.0.240 - - [2026-01-29 02:24:18] "GET /projects?obj_uuids=f04ceffe-13a0-4c98-a212-b25350f3d25f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001037 10.0.0.23 - - [2026-01-29 02:24:18] "POST /neutron/network HTTP/1.1" 200 619 0.111412 10.0.0.147 - - [2026-01-29 02:24:18] "POST /ref-update HTTP/1.1" 200 156 0.027069 10.0.0.240 - - [2026-01-29 02:24:19] "POST /useragent-kv HTTP/1.1" 200 115 0.011430 10.0.0.23 - - [2026-01-29 02:24:19] "POST /neutron/subnet HTTP/1.1" 200 828 0.197212 10.0.0.23 - - [2026-01-29 02:24:19] "POST /id-to-fqname HTTP/1.1" 200 231 0.001450 10.0.0.23 - - [2026-01-29 02:24:19] "GET /virtual-network/e43b5ecc-6f0c-46af-96de-5c7c96e64b6a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3199 0.006001 10.0.0.23 - - [2026-01-29 02:24:19] "GET /virtual-network/e43b5ecc-6f0c-46af-96de-5c7c96e64b6a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3199 0.005907 10.0.0.23 - - [2026-01-29 02:24:19] "POST /neutron/network HTTP/1.1" 200 1309 0.011108 10.0.0.23 - - [2026-01-29 02:24:19] "POST /neutron/subnet HTTP/1.1" 200 828 0.008977 10.0.0.23 - - [2026-01-29 02:24:19] "GET /virtual-network/e43b5ecc-6f0c-46af-96de-5c7c96e64b6a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3199 0.008421 10.0.0.240 - - [2026-01-29 02:24:19] "GET /obj-perms HTTP/1.1" 200 5046 0.003755 10.0.0.23 - - [2026-01-29 02:24:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003563 10.0.0.240 - - [2026-01-29 02:24:19] "GET /projects?obj_uuids=f04ceffe-13a0-4c98-a212-b25350f3d25f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000981 10.0.0.23 - - [2026-01-29 02:24:19] "GET /project/f04ceffe-13a0-4c98-a212-b25350f3d25f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.044358 10.0.0.240 - - [2026-01-29 02:24:20] "POST /useragent-kv HTTP/1.1" 200 115 0.005725 10.0.0.23 - - [2026-01-29 02:24:20] "POST /neutron/subnet HTTP/1.1" 200 701 0.205439 10.0.0.147 - - [2026-01-29 02:24:20] "POST /fqname-to-id HTTP/1.1" 404 207 0.006034 10.0.0.23 - - [2026-01-29 02:24:20] "POST /neutron/network HTTP/1.1" 200 1308 0.012711 10.0.0.23 - - [2026-01-29 02:24:20] "POST /id-to-fqname HTTP/1.1" 200 231 0.001382 10.0.0.23 - - [2026-01-29 02:24:20] "GET /virtual-network/b4336916-6866-4e68-92e5-7464a3e883ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3196 0.005376 10.0.0.23 - - [2026-01-29 02:24:20] "GET /virtual-network/b4336916-6866-4e68-92e5-7464a3e883ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3196 0.005318 10.0.0.23 - - [2026-01-29 02:24:20] "POST /neutron/subnet HTTP/1.1" 200 701 0.009688 10.0.0.23 - - [2026-01-29 02:24:21] "GET /virtual-network/b4336916-6866-4e68-92e5-7464a3e883ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3196 0.005931 10.0.0.23 - - [2026-01-29 02:24:21] "GET /obj-perms HTTP/1.1" 200 5046 0.064886 10.0.0.147 - - [2026-01-29 02:24:21] "GET /obj-perms HTTP/1.1" 200 5046 0.004049 10.0.0.23 - - [2026-01-29 02:24:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003999 10.0.0.240 - - [2026-01-29 02:24:21] "GET /projects?obj_uuids=f04ceffe-13a0-4c98-a212-b25350f3d25f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001358 10.0.0.23 - - [2026-01-29 02:24:21] "GET /project/f04ceffe-13a0-4c98-a212-b25350f3d25f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.052292 10.0.0.23 - - [2026-01-29 02:24:21] "POST /neutron/network HTTP/1.1" 200 117 0.015158 10.0.0.147 - - [2026-01-29 02:24:21] "POST /ref-update HTTP/1.1" 200 156 0.015904 10.0.0.240 - - [2026-01-29 02:24:22] "POST /useragent-kv HTTP/1.1" 200 115 0.007586 10.0.0.23 - - [2026-01-29 02:24:22] "POST /neutron/subnet HTTP/1.1" 200 701 0.258798 10.0.0.23 - - [2026-01-29 02:24:22] "POST /id-to-fqname HTTP/1.1" 200 231 0.001450 10.0.0.23 - - [2026-01-29 02:24:22] "GET /virtual-network/70699255-b6b3-4b95-b44f-e9a38b0265b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3195 0.007818 10.0.0.23 - - [2026-01-29 02:24:22] "POST /neutron/network HTTP/1.1" 200 1308 0.010048 10.0.0.23 - - [2026-01-29 02:24:22] "GET /virtual-network/70699255-b6b3-4b95-b44f-e9a38b0265b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3195 0.005091 10.0.0.23 - - [2026-01-29 02:24:22] "POST /neutron/subnet HTTP/1.1" 200 701 0.008455 10.0.0.23 - - [2026-01-29 02:24:22] "GET /virtual-network/70699255-b6b3-4b95-b44f-e9a38b0265b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3195 0.005594 10.0.0.23 - - [2026-01-29 02:24:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004040 10.0.0.240 - - [2026-01-29 02:24:23] "GET /projects?obj_uuids=f04ceffe-13a0-4c98-a212-b25350f3d25f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001082 10.0.0.23 - - [2026-01-29 02:24:23] "GET /project/f04ceffe-13a0-4c98-a212-b25350f3d25f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.045515 10.0.0.240 - - [2026-01-29 02:24:23] "GET /projects?obj_uuids=f04ceffe-13a0-4c98-a212-b25350f3d25f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001446 10.0.0.23 - - [2026-01-29 02:24:23] "POST /neutron/network HTTP/1.1" 200 619 0.123996 10.0.0.240 - - [2026-01-29 02:24:24] "POST /useragent-kv HTTP/1.1" 200 115 0.008759 10.0.0.23 - - [2026-01-29 02:24:24] "POST /neutron/subnet HTTP/1.1" 200 823 0.194996 10.0.0.23 - - [2026-01-29 02:24:24] "POST /id-to-fqname HTTP/1.1" 200 231 0.001366 10.0.0.23 - - [2026-01-29 02:24:24] "GET /virtual-network/0357db69-d7fa-4d1e-aed8-a759b1b77c65?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3194 0.005465 10.0.0.23 - - [2026-01-29 02:24:24] "GET /virtual-network/0357db69-d7fa-4d1e-aed8-a759b1b77c65?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3194 0.007340 10.0.0.23 - - [2026-01-29 02:24:24] "POST /neutron/network HTTP/1.1" 200 1308 0.009758 10.0.0.23 - - [2026-01-29 02:24:24] "POST /neutron/subnet HTTP/1.1" 200 823 0.008143 10.0.0.23 - - [2026-01-29 02:24:24] "GET /virtual-network/0357db69-d7fa-4d1e-aed8-a759b1b77c65?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3194 0.005769 10.0.0.240 - - [2026-01-29 02:24:24] "GET /obj-perms HTTP/1.1" 200 5046 0.003884 10.0.0.23 - - [2026-01-29 02:24:24] "POST /fqname-to-id HTTP/1.1" 404 225 0.003339 10.0.0.23 - - [2026-01-29 02:24:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.002832 10.0.0.240 - - [2026-01-29 02:24:24] "GET /projects?obj_uuids=f04ceffe-13a0-4c98-a212-b25350f3d25f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001104 10.0.0.23 - - [2026-01-29 02:24:24] "GET /project/f04ceffe-13a0-4c98-a212-b25350f3d25f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.045991 10.0.0.23 - - [2026-01-29 02:24:24] "POST /network-policys HTTP/1.1" 200 561 0.028684 10.0.0.23 - - [2026-01-29 02:24:24] "GET /network-policy/4d12d50f-143e-4822-a050-85ec5ae464f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6939 0.006935 10.0.0.23 - - [2026-01-29 02:24:24] "POST /fqname-to-id HTTP/1.1" 404 225 0.004203 10.0.0.23 - - [2026-01-29 02:24:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003349 10.0.0.240 - - [2026-01-29 02:24:25] "GET /projects?obj_uuids=f04ceffe-13a0-4c98-a212-b25350f3d25f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001372 10.0.0.23 - - [2026-01-29 02:24:25] "GET /project/f04ceffe-13a0-4c98-a212-b25350f3d25f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.039586 10.0.0.23 - - [2026-01-29 02:24:25] "POST /network-policys HTTP/1.1" 200 561 0.034003 10.0.0.23 - - [2026-01-29 02:24:25] "GET /network-policy/deda8636-f58b-4a5e-936f-3cd32bfef71e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5022 0.006965 10.0.0.23 - - [2026-01-29 02:24:25] "POST /fqname-to-id HTTP/1.1" 404 225 0.004367 10.0.0.23 - - [2026-01-29 02:24:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003755 10.0.0.240 - - [2026-01-29 02:24:25] "GET /projects?obj_uuids=f04ceffe-13a0-4c98-a212-b25350f3d25f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001130 10.0.0.23 - - [2026-01-29 02:24:25] "GET /project/f04ceffe-13a0-4c98-a212-b25350f3d25f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.036307 10.0.0.23 - - [2026-01-29 02:24:25] "POST /network-policys HTTP/1.1" 200 561 0.035400 10.0.0.23 - - [2026-01-29 02:24:25] "GET /network-policy/ec01d6a0-be1e-4686-a21c-6d11461a40d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6940 0.008126 10.0.0.23 - - [2026-01-29 02:24:25] "POST /fqname-to-id HTTP/1.1" 404 225 0.003348 10.0.0.23 - - [2026-01-29 02:24:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.002944 10.0.0.240 - - [2026-01-29 02:24:25] "GET /projects?obj_uuids=f04ceffe-13a0-4c98-a212-b25350f3d25f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001131 10.0.0.23 - - [2026-01-29 02:24:25] "GET /project/f04ceffe-13a0-4c98-a212-b25350f3d25f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.047459 10.0.0.23 - - [2026-01-29 02:24:25] "POST /network-policys HTTP/1.1" 200 561 0.030293 10.0.0.23 - - [2026-01-29 02:24:26] "GET /network-policy/8c2ed0dc-c8b4-40ff-b2ff-75c68c167697?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 8846 0.006990 10.0.0.23 - - [2026-01-29 02:24:26] "POST /fqname-to-id HTTP/1.1" 404 225 0.003698 10.0.0.23 - - [2026-01-29 02:24:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004399 10.0.0.240 - - [2026-01-29 02:24:26] "GET /projects?obj_uuids=f04ceffe-13a0-4c98-a212-b25350f3d25f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001426 10.0.0.23 - - [2026-01-29 02:24:26] "GET /project/f04ceffe-13a0-4c98-a212-b25350f3d25f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.047919 10.0.0.23 - - [2026-01-29 02:24:26] "POST /network-policys HTTP/1.1" 200 561 0.027282 10.0.0.23 - - [2026-01-29 02:24:26] "GET /network-policy/194f18e2-c4f4-4e23-8f6c-283ab2eaa4ad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5021 0.006924 10.0.0.23 - - [2026-01-29 02:24:26] "POST /fqname-to-id HTTP/1.1" 404 225 0.003232 10.0.0.23 - - [2026-01-29 02:24:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004128 10.0.0.240 - - [2026-01-29 02:24:26] "GET /projects?obj_uuids=f04ceffe-13a0-4c98-a212-b25350f3d25f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001101 10.0.0.23 - - [2026-01-29 02:24:26] "GET /project/f04ceffe-13a0-4c98-a212-b25350f3d25f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.050850 10.0.0.23 - - [2026-01-29 02:24:26] "POST /network-policys HTTP/1.1" 200 561 0.030189 10.0.0.23 - - [2026-01-29 02:24:26] "GET /network-policy/719a20c6-af02-453d-8ce7-1d004e7d5430?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5021 0.006627 10.0.0.23 - - [2026-01-29 02:24:26] "POST /fqname-to-id HTTP/1.1" 404 225 0.003313 10.0.0.23 - - [2026-01-29 02:24:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003564 10.0.0.240 - - [2026-01-29 02:24:27] "GET /projects?obj_uuids=f04ceffe-13a0-4c98-a212-b25350f3d25f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001031 10.0.0.23 - - [2026-01-29 02:24:27] "GET /project/f04ceffe-13a0-4c98-a212-b25350f3d25f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.039098 10.0.0.23 - - [2026-01-29 02:24:27] "POST /network-policys HTTP/1.1" 200 561 0.028436 10.0.0.23 - - [2026-01-29 02:24:27] "GET /network-policy/1c7b4617-f6dc-4ef1-bab6-c25ccfa1b488?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 8845 0.007747 10.0.0.23 - - [2026-01-29 02:24:27] "POST /fqname-to-id HTTP/1.1" 404 225 0.003799 10.0.0.23 - - [2026-01-29 02:24:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003391 10.0.0.240 - - [2026-01-29 02:24:27] "GET /projects?obj_uuids=f04ceffe-13a0-4c98-a212-b25350f3d25f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001436 10.0.0.23 - - [2026-01-29 02:24:27] "GET /project/f04ceffe-13a0-4c98-a212-b25350f3d25f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.056253 10.0.0.23 - - [2026-01-29 02:24:27] "POST /network-policys HTTP/1.1" 200 561 0.038798 10.0.0.23 - - [2026-01-29 02:24:27] "GET /network-policy/3e32bf69-a280-4626-bc49-a9a2c06277b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5021 0.007421 10.0.0.147 - - [2026-01-29 02:24:28] "POST /fqname-to-id HTTP/1.1" 404 207 0.004429 10.0.0.147 - - [2026-01-29 02:24:28] "POST /fqname-to-id HTTP/1.1" 404 248 0.066394 10.0.0.23 - - [2026-01-29 02:24:28] "POST /neutron/network HTTP/1.1" 200 1494 0.018273 10.0.0.23 - - [2026-01-29 02:24:28] "GET /virtual-network/e43b5ecc-6f0c-46af-96de-5c7c96e64b6a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3806 0.008009 10.0.0.23 - - [2026-01-29 02:24:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003285 10.0.0.23 - - [2026-01-29 02:24:28] "GET /network-policy/4d12d50f-143e-4822-a050-85ec5ae464f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6939 0.010237 10.0.0.23 - - [2026-01-29 02:24:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003268 10.0.0.23 - - [2026-01-29 02:24:28] "GET /network-policy/deda8636-f58b-4a5e-936f-3cd32bfef71e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5022 0.004732 10.0.0.147 - - [2026-01-29 02:24:28] "POST /access-control-lists HTTP/1.1" 200 607 0.042917 10.0.0.23 - - [2026-01-29 02:24:28] "POST /neutron/network HTTP/1.1" 200 1493 0.045164 10.0.0.23 - - [2026-01-29 02:24:28] "GET /virtual-network/b4336916-6866-4e68-92e5-7464a3e883ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3803 0.015825 10.0.0.23 - - [2026-01-29 02:24:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.005771 10.0.0.23 - - [2026-01-29 02:24:28] "GET /network-policy/8c2ed0dc-c8b4-40ff-b2ff-75c68c167697?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 8846 0.004766 10.0.0.23 - - [2026-01-29 02:24:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.002963 10.0.0.23 - - [2026-01-29 02:24:28] "GET /network-policy/ec01d6a0-be1e-4686-a21c-6d11461a40d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6940 0.004460 10.0.0.147 - - [2026-01-29 02:24:29] "POST /access-control-lists HTTP/1.1" 200 607 0.071091 10.0.0.23 - - [2026-01-29 02:24:29] "POST /neutron/network HTTP/1.1" 200 1493 0.033249 10.0.0.23 - - [2026-01-29 02:24:29] "GET /virtual-network/70699255-b6b3-4b95-b44f-e9a38b0265b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3802 0.016005 10.0.0.23 - - [2026-01-29 02:24:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003115 10.0.0.23 - - [2026-01-29 02:24:29] "GET /network-policy/194f18e2-c4f4-4e23-8f6c-283ab2eaa4ad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5021 0.004809 10.0.0.23 - - [2026-01-29 02:24:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.011540 10.0.0.23 - - [2026-01-29 02:24:29] "GET /network-policy/719a20c6-af02-453d-8ce7-1d004e7d5430?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5021 0.005463 10.0.0.147 - - [2026-01-29 02:24:29] "POST /fqname-to-id HTTP/1.1" 404 207 0.003079 10.0.0.23 - - [2026-01-29 02:24:29] "POST /neutron/network HTTP/1.1" 200 1493 0.055166 10.0.0.23 - - [2026-01-29 02:24:29] "GET /virtual-network/0357db69-d7fa-4d1e-aed8-a759b1b77c65?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3801 0.010381 10.0.0.23 - - [2026-01-29 02:24:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.004391 10.0.0.23 - - [2026-01-29 02:24:29] "GET /network-policy/1c7b4617-f6dc-4ef1-bab6-c25ccfa1b488?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 8845 0.005069 10.0.0.23 - - [2026-01-29 02:24:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003038 10.0.0.23 - - [2026-01-29 02:24:29] "GET /network-policy/3e32bf69-a280-4626-bc49-a9a2c06277b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5021 0.004647 10.0.0.23 - - [2026-01-29 02:24:29] "POST /id-to-fqname HTTP/1.1" 200 231 0.001276 10.0.0.147 - - [2026-01-29 02:24:51] "GET /global-system-configs HTTP/1.1" 401 292 0.000465 10.0.0.147 - - [2026-01-29 02:24:51] "GET /global-system-configs HTTP/1.1" 401 292 0.000455 10.0.0.147 - - [2026-01-29 02:24:52] "GET /global-system-configs HTTP/1.1" 401 292 0.000543 10.0.0.147 - - [2026-01-29 02:24:52] "GET /global-system-configs HTTP/1.1" 401 292 0.000410 10.0.0.147 - - [2026-01-29 02:24:52] "GET /obj-perms HTTP/1.1" 200 5056 0.127974 10.0.0.23 - - [2026-01-29 02:24:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000412 10.0.0.23 - - [2026-01-29 02:24:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000481 10.0.0.240 - - [2026-01-29 02:24:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000444 10.0.0.240 - - [2026-01-29 02:24:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000409 10.0.0.23 - - [2026-01-29 02:24:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000425 10.0.0.23 - - [2026-01-29 02:24:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000411 10.0.0.240 - - [2026-01-29 02:24:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000433 10.0.0.240 - - [2026-01-29 02:24:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000433 10.0.0.240 - - [2026-01-29 02:25:01] "GET /projects?obj_uuids=f04ceffe-13a0-4c98-a212-b25350f3d25f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.029679 10.0.0.23 - - [2026-01-29 02:25:01] "GET /project/f04ceffe-13a0-4c98-a212-b25350f3d25f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.099585 10.0.0.23 - - [2026-01-29 02:25:02] "POST /neutron/port HTTP/1.1" 200 117 0.007946 10.0.0.23 - - [2026-01-29 02:25:02] "POST /id-to-fqname HTTP/1.1" 200 231 0.001415 10.0.0.23 - - [2026-01-29 02:25:02] "POST /neutron/network HTTP/1.1" 200 1503 0.007088 10.0.0.147 - - [2026-01-29 02:25:02] "PUT /access-control-list/b60f0d61-716a-4752-b88e-09cfad37be9f HTTP/1.1" 200 273 0.086366 10.0.0.240 - - [2026-01-29 02:25:03] "GET /projects?obj_uuids=f04ceffe-13a0-4c98-a212-b25350f3d25f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001021 10.0.0.23 - - [2026-01-29 02:25:03] "POST /neutron/port HTTP/1.1" 200 1170 0.042746 10.0.0.23 - - [2026-01-29 02:25:03] "GET /project/f04ceffe-13a0-4c98-a212-b25350f3d25f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.095527 10.0.0.23 - - [2026-01-29 02:25:03] "POST /neutron/network HTTP/1.1" 200 1493 0.016902 10.0.0.23 - - [2026-01-29 02:25:03] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007999 10.0.0.23 - - [2026-01-29 02:25:03] "POST /neutron/floatingip HTTP/1.1" 200 117 0.008717 10.0.0.23 - - [2026-01-29 02:25:03] "POST /neutron/security_group HTTP/1.1" 200 2066 0.009520 10.0.0.23 - - [2026-01-29 02:25:03] "POST /neutron/network HTTP/1.1" 200 1494 0.024107 10.0.0.23 - - [2026-01-29 02:25:04] "POST /neutron/port HTTP/1.1" 200 1169 0.036223 10.0.0.23 - - [2026-01-29 02:25:04] "POST /neutron/port HTTP/1.1" 200 1233 0.041771 10.0.0.23 - - [2026-01-29 02:25:04] "POST /neutron/subnet HTTP/1.1" 200 1356 0.033887 10.0.0.23 - - [2026-01-29 02:25:05] "POST /neutron/network HTTP/1.1" 200 1493 0.018280 10.0.0.23 - - [2026-01-29 02:25:13] "POST /neutron/port HTTP/1.1" 200 1234 0.040539 10.0.0.23 - - [2026-01-29 02:25:19] "POST /neutron/security_group HTTP/1.1" 200 2066 0.016737 10.0.0.23 - - [2026-01-29 02:25:29] "POST /neutron/port HTTP/1.1" 200 1234 0.018020 10.0.0.23 - - [2026-01-29 02:25:34] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008546 10.0.0.23 - - [2026-01-29 02:25:44] "POST /neutron/port HTTP/1.1" 200 1234 0.018725 10.0.0.23 - - [2026-01-29 02:25:49] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007678 10.0.0.23 - - [2026-01-29 02:25:53] "GET /obj-perms HTTP/1.1" 200 5056 0.048804 10.0.0.23 - - [2026-01-29 02:25:59] "POST /neutron/port HTTP/1.1" 200 1234 0.018899 10.0.0.23 - - [2026-01-29 02:26:00] "POST /neutron/port HTTP/1.1" 200 1234 0.016233 10.0.0.23 - - [2026-01-29 02:26:00] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004080 10.0.0.23 - - [2026-01-29 02:26:00] "POST /neutron/port HTTP/1.1" 200 117 0.001222 10.0.0.23 - - [2026-01-29 02:26:04] "POST /neutron/security_group HTTP/1.1" 200 2066 0.006645 10.0.0.23 - - [2026-01-29 02:26:05] "POST /neutron/port HTTP/1.1" 200 1234 0.017695 10.0.0.23 - - [2026-01-29 02:26:05] "GET /virtual-machine/4c7c7a6e-744b-47cf-bc18-f7d33f5b2197 HTTP/1.1" 200 1302 0.006023 10.0.0.23 - - [2026-01-29 02:26:05] "GET /virtual-machine-interface/c16d6491-a93e-44bc-95a3-1c50fb43ad4c HTTP/1.1" 200 3193 0.005235 10.0.0.23 - - [2026-01-29 02:26:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003294 10.0.0.23 - - [2026-01-29 02:26:05] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003303 10.0.0.23 - - [2026-01-29 02:26:05] "GET /virtual-networks?parent_id=f04ceffe-13a0-4c98-a212-b25350f3d25f&detail=False&count=False&shared=False HTTP/1.1" 200 1059 0.003014 10.0.0.23 - - [2026-01-29 02:26:05] "GET /virtual-network/e43b5ecc-6f0c-46af-96de-5c7c96e64b6a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3806 0.005978 10.0.0.23 - - [2026-01-29 02:26:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003806 10.0.0.23 - - [2026-01-29 02:26:08] "GET /virtual-network/e43b5ecc-6f0c-46af-96de-5c7c96e64b6a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3806 0.005512 10.0.0.23 - - [2026-01-29 02:26:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003915 10.0.0.23 - - [2026-01-29 02:26:12] "GET /virtual-network/e43b5ecc-6f0c-46af-96de-5c7c96e64b6a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3806 0.005352 10.0.0.23 - - [2026-01-29 02:26:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004436 10.0.0.23 - - [2026-01-29 02:26:16] "GET /virtual-network/e43b5ecc-6f0c-46af-96de-5c7c96e64b6a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3806 0.007318 10.0.0.23 - - [2026-01-29 02:26:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004445 10.0.0.23 - - [2026-01-29 02:26:20] "GET /virtual-network/e43b5ecc-6f0c-46af-96de-5c7c96e64b6a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3806 0.007131 10.0.0.23 - - [2026-01-29 02:26:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003820 10.0.0.23 - - [2026-01-29 02:26:24] "GET /virtual-network/e43b5ecc-6f0c-46af-96de-5c7c96e64b6a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3806 0.005647 10.0.0.23 - - [2026-01-29 02:26:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003660 10.0.0.23 - - [2026-01-29 02:26:28] "GET /virtual-network/e43b5ecc-6f0c-46af-96de-5c7c96e64b6a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3806 0.010683 10.0.0.23 - - [2026-01-29 02:26:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003552 10.0.0.23 - - [2026-01-29 02:26:32] "GET /virtual-network/e43b5ecc-6f0c-46af-96de-5c7c96e64b6a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3806 0.005317 10.0.0.23 - - [2026-01-29 02:26:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003783 10.0.0.23 - - [2026-01-29 02:26:36] "GET /virtual-network/e43b5ecc-6f0c-46af-96de-5c7c96e64b6a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3806 0.006010 10.0.0.23 - - [2026-01-29 02:26:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.004031 10.0.0.23 - - [2026-01-29 02:26:41] "GET /virtual-network/e43b5ecc-6f0c-46af-96de-5c7c96e64b6a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3806 0.005976 10.0.0.23 - - [2026-01-29 02:26:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004750 10.0.0.23 - - [2026-01-29 02:26:45] "GET /virtual-network/e43b5ecc-6f0c-46af-96de-5c7c96e64b6a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3806 0.006588 10.0.0.23 - - [2026-01-29 02:26:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003644 10.0.0.23 - - [2026-01-29 02:26:47] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003837 10.0.0.23 - - [2026-01-29 02:26:47] "GET /virtual-networks?parent_id=f04ceffe-13a0-4c98-a212-b25350f3d25f&detail=False&count=False&shared=False HTTP/1.1" 200 1059 0.003513 10.0.0.23 - - [2026-01-29 02:26:47] "GET /virtual-network/e43b5ecc-6f0c-46af-96de-5c7c96e64b6a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3806 0.006054 10.0.0.23 - - [2026-01-29 02:26:47] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007907 10.0.0.23 - - [2026-01-29 02:26:57] "POST /neutron/port HTTP/1.1" 200 1233 0.056862 10.0.0.23 - - [2026-01-29 02:26:57] "POST /neutron/port HTTP/1.1" 200 1233 0.017348 10.0.0.23 - - [2026-01-29 02:26:57] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004377 10.0.0.23 - - [2026-01-29 02:26:57] "POST /neutron/port HTTP/1.1" 200 117 0.001298 10.0.0.23 - - [2026-01-29 02:26:57] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007862 10.0.0.23 - - [2026-01-29 02:27:01] "POST /neutron/port HTTP/1.1" 200 1234 0.025293 10.0.0.23 - - [2026-01-29 02:27:01] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004234 10.0.0.23 - - [2026-01-29 02:27:01] "POST /neutron/port HTTP/1.1" 200 117 0.001326 10.0.0.23 - - [2026-01-29 02:27:02] "POST /neutron/port HTTP/1.1" 200 1234 0.019060 10.0.0.23 - - [2026-01-29 02:27:08] "POST /neutron/security_group HTTP/1.1" 200 2066 0.012443 10.0.0.23 - - [2026-01-29 02:27:13] "POST /neutron/port HTTP/1.1" 200 1233 0.020185 10.0.0.23 - - [2026-01-29 02:27:13] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007441 10.0.0.23 - - [2026-01-29 02:27:13] "GET /virtual-machine/e236ff8d-72a8-44d8-a6f3-ee61a83e3dbd HTTP/1.1" 200 1303 0.005429 10.0.0.23 - - [2026-01-29 02:27:13] "GET /virtual-machine-interface/9cffefd4-0655-4100-a55f-94ea7b6e042a HTTP/1.1" 200 3193 0.005380 10.0.0.23 - - [2026-01-29 02:27:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004041 10.0.0.23 - - [2026-01-29 02:27:13] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004993 10.0.0.23 - - [2026-01-29 02:27:13] "GET /virtual-networks?parent_id=f04ceffe-13a0-4c98-a212-b25350f3d25f&detail=False&count=False&shared=False HTTP/1.1" 200 1059 0.003459 10.0.0.23 - - [2026-01-29 02:27:13] "GET /virtual-network/b4336916-6866-4e68-92e5-7464a3e883ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3803 0.005733 10.0.0.23 - - [2026-01-29 02:27:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003516 10.0.0.23 - - [2026-01-29 02:27:14] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003740 10.0.0.23 - - [2026-01-29 02:27:14] "GET /virtual-networks?parent_id=f04ceffe-13a0-4c98-a212-b25350f3d25f&detail=False&count=False&shared=False HTTP/1.1" 200 1059 0.002894 10.0.0.23 - - [2026-01-29 02:27:14] "GET /virtual-network/b4336916-6866-4e68-92e5-7464a3e883ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3803 0.006196 10.0.0.23 - - [2026-01-29 02:27:15] "POST /neutron/port HTTP/1.1" 200 1233 0.019222 10.0.0.23 - - [2026-01-29 02:27:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003337 10.0.0.23 - - [2026-01-29 02:27:15] "GET /network-policy/ec01d6a0-be1e-4686-a21c-6d11461a40d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6940 0.004632 10.0.0.23 - - [2026-01-29 02:27:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003092 10.0.0.23 - - [2026-01-29 02:27:15] "GET /network-policy/8c2ed0dc-c8b4-40ff-b2ff-75c68c167697?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 8846 0.004914 10.0.0.23 - - [2026-01-29 02:27:15] "POST /neutron/security_group HTTP/1.1" 200 2066 0.009436 10.0.0.23 - - [2026-01-29 02:27:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003911 10.0.0.23 - - [2026-01-29 02:27:15] "GET /network-policy/4d12d50f-143e-4822-a050-85ec5ae464f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6939 0.005699 10.0.0.23 - - [2026-01-29 02:27:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003901 10.0.0.23 - - [2026-01-29 02:27:15] "GET /network-policy/deda8636-f58b-4a5e-936f-3cd32bfef71e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5022 0.004847 10.0.0.23 - - [2026-01-29 02:27:42] "GET /virtual-machine/e236ff8d-72a8-44d8-a6f3-ee61a83e3dbd HTTP/1.1" 200 1303 0.030314 10.0.0.23 - - [2026-01-29 02:27:42] "POST /neutron/port HTTP/1.1" 200 151 0.238802 10.0.0.23 - - [2026-01-29 02:27:44] "GET /virtual-machine/e236ff8d-72a8-44d8-a6f3-ee61a83e3dbd HTTP/1.1" 404 171 0.003774 10.0.0.23 - - [2026-01-29 02:27:44] "GET /virtual-machine/e236ff8d-72a8-44d8-a6f3-ee61a83e3dbd HTTP/1.1" 404 171 0.003745 10.0.0.23 - - [2026-01-29 02:27:44] "GET /virtual-machine/e236ff8d-72a8-44d8-a6f3-ee61a83e3dbd HTTP/1.1" 404 171 0.003506 10.0.0.23 - - [2026-01-29 02:27:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.029206 10.0.0.23 - - [2026-01-29 02:27:44] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004750 10.0.0.23 - - [2026-01-29 02:27:44] "GET /virtual-networks?parent_id=f04ceffe-13a0-4c98-a212-b25350f3d25f&detail=False&count=False&shared=False HTTP/1.1" 200 1059 0.004455 10.0.0.23 - - [2026-01-29 02:27:44] "GET /virtual-network/b4336916-6866-4e68-92e5-7464a3e883ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3803 0.006144 10.0.0.23 - - [2026-01-29 02:27:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003308 10.0.0.23 - - [2026-01-29 02:27:44] "GET /routing-instance/c045f910-cdc0-4309-a54e-8b47e6f18297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1818 0.005452 10.0.0.23 - - [2026-01-29 02:27:44] "GET /route-target/1051e7c4-984f-4355-bcb3-31e7438c6af9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004401 10.0.0.23 - - [2026-01-29 02:27:44] "GET /virtual-machine/e236ff8d-72a8-44d8-a6f3-ee61a83e3dbd HTTP/1.1" 404 171 0.003070 10.0.0.23 - - [2026-01-29 02:27:45] "GET /virtual-machine/e236ff8d-72a8-44d8-a6f3-ee61a83e3dbd HTTP/1.1" 404 171 0.004296 10.0.0.23 - - [2026-01-29 02:27:46] "GET /virtual-machine/e236ff8d-72a8-44d8-a6f3-ee61a83e3dbd HTTP/1.1" 404 171 0.005723 10.0.0.23 - - [2026-01-29 02:27:47] "GET /virtual-machine/e236ff8d-72a8-44d8-a6f3-ee61a83e3dbd HTTP/1.1" 404 171 0.003703 10.0.0.23 - - [2026-01-29 02:27:48] "GET /virtual-machine/e236ff8d-72a8-44d8-a6f3-ee61a83e3dbd HTTP/1.1" 404 171 0.003545 10.0.0.23 - - [2026-01-29 02:27:49] "GET /virtual-machine/e236ff8d-72a8-44d8-a6f3-ee61a83e3dbd HTTP/1.1" 404 171 0.003421 10.0.0.23 - - [2026-01-29 02:27:49] "GET /obj-perms HTTP/1.1" 200 5046 0.003921 10.0.0.23 - - [2026-01-29 02:27:55] "GET /obj-perms HTTP/1.1" 200 5046 0.005373 10.0.0.240 - - [2026-01-29 02:27:55] "GET /obj-perms HTTP/1.1" 200 5056 0.069887 10.0.0.23 - - [2026-01-29 02:27:58] "GET /obj-perms HTTP/1.1" 200 5046 0.004110 10.0.0.23 - - [2026-01-29 02:28:01] "POST /neutron/network HTTP/1.1" 200 1504 0.035181 10.0.0.23 - - [2026-01-29 02:28:01] "POST /neutron/subnet HTTP/1.1" 200 1361 0.019519 10.0.0.23 - - [2026-01-29 02:28:01] "POST /neutron/network HTTP/1.1" 200 1494 0.014591 10.0.0.23 - - [2026-01-29 02:28:04] "GET /obj-perms HTTP/1.1" 200 5046 0.003955 10.0.0.23 - - [2026-01-29 02:28:05] "GET /obj-perms HTTP/1.1" 200 5046 0.004452 10.0.0.147 - - [2026-01-29 02:28:05] "GET /obj-perms HTTP/1.1" 200 5046 0.072384 10.0.0.23 - - [2026-01-29 02:28:05] "GET /virtual-machine/4c7c7a6e-744b-47cf-bc18-f7d33f5b2197 HTTP/1.1" 200 1302 0.004949 10.0.0.23 - - [2026-01-29 02:28:06] "POST /neutron/port HTTP/1.1" 200 151 0.296321 10.0.0.23 - - [2026-01-29 02:28:07] "GET /virtual-machine/4c7c7a6e-744b-47cf-bc18-f7d33f5b2197 HTTP/1.1" 404 171 0.003583 10.0.0.23 - - [2026-01-29 02:28:07] "GET /virtual-machine/4c7c7a6e-744b-47cf-bc18-f7d33f5b2197 HTTP/1.1" 404 171 0.003036 10.0.0.23 - - [2026-01-29 02:28:07] "GET /virtual-machine/4c7c7a6e-744b-47cf-bc18-f7d33f5b2197 HTTP/1.1" 404 171 0.002808 10.0.0.23 - - [2026-01-29 02:28:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003433 10.0.0.23 - - [2026-01-29 02:28:07] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003562 10.0.0.23 - - [2026-01-29 02:28:07] "GET /virtual-networks?parent_id=f04ceffe-13a0-4c98-a212-b25350f3d25f&detail=False&count=False&shared=False HTTP/1.1" 200 1059 0.003067 10.0.0.23 - - [2026-01-29 02:28:07] "GET /virtual-network/e43b5ecc-6f0c-46af-96de-5c7c96e64b6a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3806 0.008246 10.0.0.23 - - [2026-01-29 02:28:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003128 10.0.0.23 - - [2026-01-29 02:28:07] "GET /routing-instance/9fa64a1f-b30b-452d-9a5b-16efc84ba08f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1818 0.004395 10.0.0.23 - - [2026-01-29 02:28:07] "GET /route-target/7a2739c7-a661-4f54-a5c9-5d17939e80b4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.003760 10.0.0.23 - - [2026-01-29 02:28:13] "GET /obj-perms HTTP/1.1" 200 5046 0.004283 10.0.0.147 - - [2026-01-29 02:28:13] "GET /obj-perms HTTP/1.1" 200 5046 0.003856 10.0.0.23 - - [2026-01-29 02:28:23] "GET /obj-perms HTTP/1.1" 200 5046 0.005829 10.0.0.147 - - [2026-01-29 02:28:23] "GET /obj-perms HTTP/1.1" 200 5046 0.003878 10.0.0.23 - - [2026-01-29 02:28:32] "GET /obj-perms HTTP/1.1" 200 5046 0.004984 10.0.0.147 - - [2026-01-29 02:28:32] "GET /obj-perms HTTP/1.1" 200 5046 0.003696 10.0.0.23 - - [2026-01-29 02:28:35] "GET /obj-perms HTTP/1.1" 200 5046 0.003890 10.0.0.23 - - [2026-01-29 02:28:35] "GET /virtual-network/0357db69-d7fa-4d1e-aed8-a759b1b77c65?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3801 0.005697 10.0.0.23 - - [2026-01-29 02:28:35] "POST /neutron/network HTTP/1.1" 200 1308 0.011911 10.0.0.23 - - [2026-01-29 02:28:35] "GET /virtual-network/0357db69-d7fa-4d1e-aed8-a759b1b77c65?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3194 0.008330 10.0.0.23 - - [2026-01-29 02:28:35] "GET /virtual-network/70699255-b6b3-4b95-b44f-e9a38b0265b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3802 0.006008 10.0.0.147 - - [2026-01-29 02:28:36] "DELETE /access-control-list/5234069a-951b-4f13-aa16-864abb7f6f6c HTTP/1.1" 200 115 0.076184 10.0.0.23 - - [2026-01-29 02:28:36] "POST /neutron/network HTTP/1.1" 200 1308 0.036194 10.0.0.23 - - [2026-01-29 02:28:36] "GET /virtual-network/70699255-b6b3-4b95-b44f-e9a38b0265b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3195 0.005592 10.0.0.23 - - [2026-01-29 02:28:36] "GET /virtual-network/b4336916-6866-4e68-92e5-7464a3e883ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3803 0.005860 10.0.0.147 - - [2026-01-29 02:28:36] "POST /fqname-to-id HTTP/1.1" 404 207 0.036285 10.0.0.23 - - [2026-01-29 02:28:36] "POST /neutron/network HTTP/1.1" 200 1308 0.018116 10.0.0.23 - - [2026-01-29 02:28:36] "GET /virtual-network/b4336916-6866-4e68-92e5-7464a3e883ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3196 0.011033 10.0.0.23 - - [2026-01-29 02:28:36] "GET /virtual-network/e43b5ecc-6f0c-46af-96de-5c7c96e64b6a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3806 0.006233 10.0.0.23 - - [2026-01-29 02:28:36] "POST /neutron/network HTTP/1.1" 200 1309 0.014726 10.0.0.147 - - [2026-01-29 02:28:36] "DELETE /access-control-list/b60f0d61-716a-4752-b88e-09cfad37be9f HTTP/1.1" 200 115 0.069812 10.0.0.23 - - [2026-01-29 02:28:36] "GET /virtual-network/e43b5ecc-6f0c-46af-96de-5c7c96e64b6a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3199 0.007170 10.0.0.23 - - [2026-01-29 02:28:36] "DELETE /network-policy/3e32bf69-a280-4626-bc49-a9a2c06277b2 HTTP/1.1" 200 115 0.047783 10.0.0.23 - - [2026-01-29 02:28:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.006370 10.0.0.240 - - [2026-01-29 02:28:36] "GET /projects?obj_uuids=f04ceffe-13a0-4c98-a212-b25350f3d25f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001083 10.0.0.23 - - [2026-01-29 02:28:36] "GET /project/f04ceffe-13a0-4c98-a212-b25350f3d25f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.039814 10.0.0.23 - - [2026-01-29 02:28:36] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyIpv4v6-74869762&detail=False&count=False&shared=False HTTP/1.1" 200 1762 0.005417 10.0.0.23 - - [2026-01-29 02:28:37] "DELETE /network-policy/1c7b4617-f6dc-4ef1-bab6-c25ccfa1b488 HTTP/1.1" 200 115 0.044700 10.0.0.23 - - [2026-01-29 02:28:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.004507 10.0.0.240 - - [2026-01-29 02:28:37] "GET /projects?obj_uuids=f04ceffe-13a0-4c98-a212-b25350f3d25f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001110 10.0.0.23 - - [2026-01-29 02:28:37] "GET /project/f04ceffe-13a0-4c98-a212-b25350f3d25f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.035243 10.0.0.23 - - [2026-01-29 02:28:37] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyIpv4v6-74869762&detail=False&count=False&shared=False HTTP/1.1" 200 1529 0.005359 10.0.0.23 - - [2026-01-29 02:28:37] "DELETE /network-policy/719a20c6-af02-453d-8ce7-1d004e7d5430 HTTP/1.1" 200 115 0.048228 10.0.0.23 - - [2026-01-29 02:28:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003956 10.0.0.240 - - [2026-01-29 02:28:37] "GET /projects?obj_uuids=f04ceffe-13a0-4c98-a212-b25350f3d25f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001620 10.0.0.23 - - [2026-01-29 02:28:37] "GET /project/f04ceffe-13a0-4c98-a212-b25350f3d25f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.052277 10.0.0.23 - - [2026-01-29 02:28:37] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyIpv4v6-74869762&detail=False&count=False&shared=False HTTP/1.1" 200 1296 0.006690 10.0.0.23 - - [2026-01-29 02:28:37] "DELETE /network-policy/194f18e2-c4f4-4e23-8f6c-283ab2eaa4ad HTTP/1.1" 200 115 0.042650 10.0.0.23 - - [2026-01-29 02:28:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003415 10.0.0.240 - - [2026-01-29 02:28:37] "GET /projects?obj_uuids=f04ceffe-13a0-4c98-a212-b25350f3d25f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001147 10.0.0.23 - - [2026-01-29 02:28:37] "GET /project/f04ceffe-13a0-4c98-a212-b25350f3d25f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.040660 10.0.0.23 - - [2026-01-29 02:28:37] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyIpv4v6-74869762&detail=False&count=False&shared=False HTTP/1.1" 200 1062 0.006009 10.0.0.23 - - [2026-01-29 02:28:37] "DELETE /network-policy/8c2ed0dc-c8b4-40ff-b2ff-75c68c167697 HTTP/1.1" 200 115 0.047067 10.0.0.23 - - [2026-01-29 02:28:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.004568 10.0.0.240 - - [2026-01-29 02:28:37] "GET /projects?obj_uuids=f04ceffe-13a0-4c98-a212-b25350f3d25f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001348 10.0.0.23 - - [2026-01-29 02:28:37] "GET /project/f04ceffe-13a0-4c98-a212-b25350f3d25f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.043982 10.0.0.23 - - [2026-01-29 02:28:37] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyIpv4v6-74869762&detail=False&count=False&shared=False HTTP/1.1" 200 829 0.005642 10.0.0.23 - - [2026-01-29 02:28:37] "DELETE /network-policy/ec01d6a0-be1e-4686-a21c-6d11461a40d2 HTTP/1.1" 200 115 0.048525 10.0.0.23 - - [2026-01-29 02:28:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.004464 10.0.0.240 - - [2026-01-29 02:28:38] "GET /projects?obj_uuids=f04ceffe-13a0-4c98-a212-b25350f3d25f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001556 10.0.0.23 - - [2026-01-29 02:28:38] "GET /project/f04ceffe-13a0-4c98-a212-b25350f3d25f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.047668 10.0.0.23 - - [2026-01-29 02:28:38] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyIpv4v6-74869762&detail=False&count=False&shared=False HTTP/1.1" 200 596 0.005549 10.0.0.23 - - [2026-01-29 02:28:38] "DELETE /network-policy/deda8636-f58b-4a5e-936f-3cd32bfef71e HTTP/1.1" 200 115 0.037824 10.0.0.23 - - [2026-01-29 02:28:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003290 10.0.0.240 - - [2026-01-29 02:28:38] "GET /projects?obj_uuids=f04ceffe-13a0-4c98-a212-b25350f3d25f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001205 10.0.0.23 - - [2026-01-29 02:28:38] "GET /project/f04ceffe-13a0-4c98-a212-b25350f3d25f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.046256 10.0.0.23 - - [2026-01-29 02:28:38] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyIpv4v6-74869762&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.005471 10.0.0.23 - - [2026-01-29 02:28:38] "DELETE /network-policy/4d12d50f-143e-4822-a050-85ec5ae464f0 HTTP/1.1" 200 115 0.047966 10.0.0.23 - - [2026-01-29 02:28:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003422 10.0.0.240 - - [2026-01-29 02:28:38] "GET /projects?obj_uuids=f04ceffe-13a0-4c98-a212-b25350f3d25f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001137 10.0.0.23 - - [2026-01-29 02:28:38] "GET /project/f04ceffe-13a0-4c98-a212-b25350f3d25f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.039953 10.0.0.23 - - [2026-01-29 02:28:38] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyIpv4v6-74869762&detail=False&count=False&shared=False HTTP/1.1" 200 131 0.006397 10.0.0.147 - - [2026-01-29 02:28:38] "DELETE /route-target/d6acf1f6-3dfc-4ce2-8858-0f29c09cdde6 HTTP/1.1" 200 115 0.021738 10.0.0.23 - - [2026-01-29 02:28:38] "POST /neutron/network HTTP/1.1" 200 1308 0.011427 10.0.0.240 - - [2026-01-29 02:28:39] "POST /useragent-kv HTTP/1.1" 200 115 0.004550 10.0.0.147 - - [2026-01-29 02:28:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.005060 10.0.0.240 - - [2026-01-29 02:28:39] "POST /useragent-kv HTTP/1.1" 200 115 0.004371 10.0.0.240 - - [2026-01-29 02:28:39] "POST /useragent-kv HTTP/1.1" 200 115 0.002424 10.0.0.240 - - [2026-01-29 02:28:39] "POST /useragent-kv HTTP/1.1" 200 115 0.005125 10.0.0.240 - - [2026-01-29 02:28:39] "POST /useragent-kv HTTP/1.1" 200 115 0.002513 10.0.0.240 - - [2026-01-29 02:28:39] "POST /useragent-kv HTTP/1.1" 200 115 0.004171 10.0.0.23 - - [2026-01-29 02:28:39] "POST /neutron/network HTTP/1.1" 200 151 0.161770 10.0.0.147 - - [2026-01-29 02:28:39] "DELETE /route-target/7a2739c7-a661-4f54-a5c9-5d17939e80b4 HTTP/1.1" 200 115 0.024696 10.0.0.23 - - [2026-01-29 02:28:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003594 10.0.0.23 - - [2026-01-29 02:28:40] "DELETE /network-ipam/981fe200-84f6-400b-a300-51b3047ad020 HTTP/1.1" 200 115 0.031996 10.0.0.23 - - [2026-01-29 02:28:40] "POST /fqname-to-id HTTP/1.1" 404 252 0.003150 10.0.0.240 - - [2026-01-29 02:28:40] "GET /projects?obj_uuids=f04ceffe-13a0-4c98-a212-b25350f3d25f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000974 10.0.0.240 - - [2026-01-29 02:28:40] "GET /project/f04ceffe-13a0-4c98-a212-b25350f3d25f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1501 0.040852 10.0.0.240 - - [2026-01-29 02:28:40] "GET /projects?obj_uuids=f04ceffe-13a0-4c98-a212-b25350f3d25f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001220 10.0.0.240 - - [2026-01-29 02:28:40] "GET /project/f04ceffe-13a0-4c98-a212-b25350f3d25f?fields=security_groups HTTP/1.1" 200 1388 0.042419 10.0.0.240 - - [2026-01-29 02:28:40] "DELETE /security-group/46e98ac4-b858-4478-9f90-10d28ee2d98d HTTP/1.1" 200 115 0.047859 10.0.0.240 - - [2026-01-29 02:28:40] "GET /projects?obj_uuids=f04ceffe-13a0-4c98-a212-b25350f3d25f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000879 10.0.0.240 - - [2026-01-29 02:28:40] "GET /project/f04ceffe-13a0-4c98-a212-b25350f3d25f?fields=application_policy_sets HTTP/1.1" 200 1427 0.035717 10.0.0.23 - - [2026-01-29 02:28:40] "DELETE /project/f04ceffe-13a0-4c98-a212-b25350f3d25f HTTP/1.1" 200 115 0.409988 10.0.0.240 - - [2026-01-29 02:28:40] "GET /domains?obj_uuids=65230a56-1cf0-4d34-9498-1ad48da04806&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001014 10.0.0.23 - - [2026-01-29 02:28:40] "GET /domain/65230a56-1cf0-4d34-9498-1ad48da04806?fields=projects HTTP/1.1" 200 1247 0.010368 10.0.0.23 - - [2026-01-29 02:28:45] "POST /fqname-to-id HTTP/1.1" 404 225 0.004203 10.0.0.240 - - [2026-01-29 02:28:45] "POST /id-to-fqname HTTP/1.1" 200 198 0.007188 10.0.0.240 - - [2026-01-29 02:28:45] "POST /fqname-to-id HTTP/1.1" 404 207 0.003484 10.0.0.240 - - [2026-01-29 02:28:46] "POST /security-groups HTTP/1.1" 200 599 0.077629 10.0.0.147 - - [2026-01-29 02:28:46] "POST /fqname-to-id HTTP/1.1" 404 242 0.005877 10.0.0.240 - - [2026-01-29 02:28:46] "POST /projects HTTP/1.1" 200 601 0.284963 10.0.0.23 - - [2026-01-29 02:28:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.314340 10.0.0.147 - - [2026-01-29 02:28:46] "POST /access-control-lists HTTP/1.1" 200 604 0.029139 10.0.0.240 - - [2026-01-29 02:28:46] "GET /projects?obj_uuids=f04ceffe-13a0-4c98-a212-b25350f3d25f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.007453 10.0.0.23 - - [2026-01-29 02:28:46] "GET /project/f04ceffe-13a0-4c98-a212-b25350f3d25f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.051913 10.0.0.23 - - [2026-01-29 02:28:46] "POST /network-policys HTTP/1.1" 200 561 0.029946 10.0.0.23 - - [2026-01-29 02:28:46] "GET /network-policy/27b37678-3d2f-4d72-b392-8c2abd97d9c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3107 0.006835 10.0.0.23 - - [2026-01-29 02:28:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003196 10.0.0.240 - - [2026-01-29 02:28:46] "GET /projects?obj_uuids=f04ceffe-13a0-4c98-a212-b25350f3d25f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001472 10.0.0.23 - - [2026-01-29 02:28:46] "GET /project/f04ceffe-13a0-4c98-a212-b25350f3d25f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.041276 10.0.0.23 - - [2026-01-29 02:28:46] "POST /neutron/network HTTP/1.1" 200 117 0.011628 10.0.0.240 - - [2026-01-29 02:28:47] "POST /useragent-kv HTTP/1.1" 200 115 0.009351 10.0.0.23 - - [2026-01-29 02:28:47] "POST /neutron/subnet HTTP/1.1" 200 828 0.253953 10.0.0.23 - - [2026-01-29 02:28:47] "POST /id-to-fqname HTTP/1.1" 200 229 0.001420 10.0.0.23 - - [2026-01-29 02:28:47] "GET /virtual-network/50a885a1-1ded-420d-85de-4c97f353341c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2642 0.006712 10.0.0.23 - - [2026-01-29 02:28:47] "GET /virtual-network/50a885a1-1ded-420d-85de-4c97f353341c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2642 0.005974 10.0.0.23 - - [2026-01-29 02:28:47] "POST /neutron/network HTTP/1.1" 200 1007 0.009498 10.0.0.23 - - [2026-01-29 02:28:47] "POST /neutron/network HTTP/1.1" 200 1007 0.009294 10.0.0.147 - - [2026-01-29 02:28:47] "POST /fqname-to-id HTTP/1.1" 404 207 0.003413 10.0.0.147 - - [2026-01-29 02:28:47] "POST /fqname-to-id HTTP/1.1" 404 244 0.005844 10.0.0.23 - - [2026-01-29 02:28:47] "GET /virtual-network/50a885a1-1ded-420d-85de-4c97f353341c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2958 0.015130 10.0.0.23 - - [2026-01-29 02:28:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.006550 10.0.0.23 - - [2026-01-29 02:28:47] "GET /network-policy/27b37678-3d2f-4d72-b392-8c2abd97d9c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3107 0.004053 10.0.0.23 - - [2026-01-29 02:28:47] "GET /virtual-network/50a885a1-1ded-420d-85de-4c97f353341c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2958 0.007787 10.0.0.147 - - [2026-01-29 02:28:47] "GET /obj-perms HTTP/1.1" 200 5046 0.003811 10.0.0.240 - - [2026-01-29 02:28:48] "GET /obj-perms HTTP/1.1" 200 5046 0.067769 10.0.0.23 - - [2026-01-29 02:28:48] "POST /id-to-fqname HTTP/1.1" 200 229 0.001423 10.0.0.23 - - [2026-01-29 02:28:48] "POST /neutron/network HTTP/1.1" 200 1116 0.007264 10.0.0.240 - - [2026-01-29 02:28:48] "GET /projects?obj_uuids=f04ceffe-13a0-4c98-a212-b25350f3d25f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001143 10.0.0.23 - - [2026-01-29 02:28:49] "GET /project/f04ceffe-13a0-4c98-a212-b25350f3d25f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.084004 10.0.0.23 - - [2026-01-29 02:28:49] "POST /neutron/port HTTP/1.1" 200 117 0.008301 10.0.0.23 - - [2026-01-29 02:28:49] "POST /id-to-fqname HTTP/1.1" 200 229 0.001354 10.0.0.23 - - [2026-01-29 02:28:49] "POST /neutron/network HTTP/1.1" 200 1116 0.008248 10.0.0.23 - - [2026-01-29 02:28:50] "POST /neutron/port HTTP/1.1" 200 1174 0.021097 10.0.0.240 - - [2026-01-29 02:28:50] "GET /projects?obj_uuids=f04ceffe-13a0-4c98-a212-b25350f3d25f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001266 10.0.0.23 - - [2026-01-29 02:28:50] "GET /project/f04ceffe-13a0-4c98-a212-b25350f3d25f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.103829 10.0.0.23 - - [2026-01-29 02:28:50] "POST /neutron/network HTTP/1.1" 200 1106 0.034391 10.0.0.23 - - [2026-01-29 02:28:50] "POST /neutron/subnet HTTP/1.1" 200 1381 0.013106 10.0.0.23 - - [2026-01-29 02:28:50] "POST /neutron/network HTTP/1.1" 200 1106 0.010282 10.0.0.23 - - [2026-01-29 02:28:50] "POST /neutron/port HTTP/1.1" 200 117 0.006449 10.0.0.23 - - [2026-01-29 02:28:50] "POST /neutron/network HTTP/1.1" 200 1116 0.006973 10.0.0.23 - - [2026-01-29 02:28:51] "POST /neutron/port HTTP/1.1" 200 1174 0.020860 10.0.0.23 - - [2026-01-29 02:28:51] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006728 10.0.0.23 - - [2026-01-29 02:28:51] "POST /neutron/port HTTP/1.1" 200 117 0.001804 10.0.0.23 - - [2026-01-29 02:28:55] "POST /neutron/port HTTP/1.1" 200 1238 0.020685 10.0.0.23 - - [2026-01-29 02:28:55] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008036 10.0.0.23 - - [2026-01-29 02:28:56] "GET /virtual-machine/a4a3096b-e0c6-4542-992f-9dcff642db82 HTTP/1.1" 200 1303 0.006439 10.0.0.23 - - [2026-01-29 02:28:56] "GET /virtual-machine-interface/2f3c1939-e404-4f4f-825a-391302458871 HTTP/1.1" 200 3185 0.007687 10.0.0.23 - - [2026-01-29 02:28:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004063 10.0.0.23 - - [2026-01-29 02:28:56] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003917 10.0.0.23 - - [2026-01-29 02:28:56] "GET /virtual-networks?parent_id=f04ceffe-13a0-4c98-a212-b25350f3d25f&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.003197 10.0.0.23 - - [2026-01-29 02:28:56] "GET /virtual-network/50a885a1-1ded-420d-85de-4c97f353341c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2958 0.006306 10.0.0.23 - - [2026-01-29 02:28:59] "POST /neutron/port HTTP/1.1" 200 1238 0.043156 10.0.0.23 - - [2026-01-29 02:28:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003446 10.0.0.23 - - [2026-01-29 02:28:59] "GET /virtual-network/50a885a1-1ded-420d-85de-4c97f353341c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2958 0.005318 10.0.0.23 - - [2026-01-29 02:28:59] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004095 10.0.0.23 - - [2026-01-29 02:28:59] "POST /neutron/port HTTP/1.1" 200 117 0.001239 10.0.0.23 - - [2026-01-29 02:29:02] "POST /neutron/port HTTP/1.1" 200 1238 0.019647 10.0.0.23 - - [2026-01-29 02:29:02] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004367 10.0.0.23 - - [2026-01-29 02:29:02] "POST /neutron/port HTTP/1.1" 200 117 0.001212 10.0.0.23 - - [2026-01-29 02:29:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004864 10.0.0.23 - - [2026-01-29 02:29:03] "GET /virtual-network/50a885a1-1ded-420d-85de-4c97f353341c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2958 0.005988 10.0.0.23 - - [2026-01-29 02:29:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004609 10.0.0.23 - - [2026-01-29 02:29:07] "GET /virtual-network/50a885a1-1ded-420d-85de-4c97f353341c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2958 0.005701 10.0.0.23 - - [2026-01-29 02:29:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003530 10.0.0.23 - - [2026-01-29 02:29:11] "GET /virtual-network/50a885a1-1ded-420d-85de-4c97f353341c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2958 0.005613 10.0.0.23 - - [2026-01-29 02:29:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003903 10.0.0.23 - - [2026-01-29 02:29:15] "GET /virtual-network/50a885a1-1ded-420d-85de-4c97f353341c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2958 0.005620 10.0.0.23 - - [2026-01-29 02:29:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004450 10.0.0.23 - - [2026-01-29 02:29:19] "GET /virtual-network/50a885a1-1ded-420d-85de-4c97f353341c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2958 0.006130 10.0.0.23 - - [2026-01-29 02:29:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003430 10.0.0.23 - - [2026-01-29 02:29:23] "GET /virtual-network/50a885a1-1ded-420d-85de-4c97f353341c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2958 0.006296 10.0.0.23 - - [2026-01-29 02:29:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003571 10.0.0.23 - - [2026-01-29 02:29:27] "GET /virtual-network/50a885a1-1ded-420d-85de-4c97f353341c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2958 0.006253 10.0.0.23 - - [2026-01-29 02:29:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003484 10.0.0.23 - - [2026-01-29 02:29:31] "GET /virtual-network/50a885a1-1ded-420d-85de-4c97f353341c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2958 0.006339 10.0.0.23 - - [2026-01-29 02:29:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003393 10.0.0.23 - - [2026-01-29 02:29:36] "GET /virtual-network/50a885a1-1ded-420d-85de-4c97f353341c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2958 0.005780 10.0.0.23 - - [2026-01-29 02:29:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003611 10.0.0.23 - - [2026-01-29 02:29:38] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003540 10.0.0.23 - - [2026-01-29 02:29:38] "GET /virtual-networks?parent_id=f04ceffe-13a0-4c98-a212-b25350f3d25f&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.002779 10.0.0.23 - - [2026-01-29 02:29:38] "GET /virtual-network/50a885a1-1ded-420d-85de-4c97f353341c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2958 0.006215 10.0.0.23 - - [2026-01-29 02:29:38] "POST /neutron/port HTTP/1.1" 200 1238 0.018565 10.0.0.23 - - [2026-01-29 02:29:43] "POST /neutron/security_group HTTP/1.1" 200 2066 0.017296 10.0.0.240 - - [2026-01-29 02:29:44] "DELETE /project/f04ceffe13a04c98a212b25350f3d25f HTTP/1.1" 404 173 0.029531 10.0.0.147 - - [2026-01-29 02:29:51] "GET /global-system-configs HTTP/1.1" 401 292 0.000515 10.0.0.147 - - [2026-01-29 02:29:51] "GET /global-system-configs HTTP/1.1" 401 292 0.000461 10.0.0.23 - - [2026-01-29 02:29:51] "POST /neutron/port HTTP/1.1" 200 1238 0.018041 10.0.0.147 - - [2026-01-29 02:29:52] "GET /global-system-configs HTTP/1.1" 401 292 0.000547 10.0.0.147 - - [2026-01-29 02:29:52] "GET /global-system-configs HTTP/1.1" 401 292 0.000646 10.0.0.23 - - [2026-01-29 02:29:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000447 10.0.0.23 - - [2026-01-29 02:29:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000446 10.0.0.23 - - [2026-01-29 02:29:53] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008328 10.0.0.240 - - [2026-01-29 02:29:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000440 10.0.0.240 - - [2026-01-29 02:29:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000549 10.0.0.23 - - [2026-01-29 02:29:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000444 10.0.0.23 - - [2026-01-29 02:29:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000688 10.0.0.240 - - [2026-01-29 02:29:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000412 10.0.0.240 - - [2026-01-29 02:29:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000629 10.0.0.23 - - [2026-01-29 02:29:57] "GET /obj-perms HTTP/1.1" 200 5056 0.081122 10.0.0.23 - - [2026-01-29 02:29:58] "POST /neutron/port HTTP/1.1" 200 1238 0.017491 10.0.0.23 - - [2026-01-29 02:30:01] "POST /neutron/port HTTP/1.1" 200 1238 0.020687 10.0.0.23 - - [2026-01-29 02:30:01] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004424 10.0.0.23 - - [2026-01-29 02:30:01] "POST /neutron/port HTTP/1.1" 200 117 0.001275 10.0.0.23 - - [2026-01-29 02:30:04] "POST /neutron/security_group HTTP/1.1" 200 2066 0.096339 10.0.0.23 - - [2026-01-29 02:30:04] "POST /neutron/port HTTP/1.1" 200 1238 0.023215 10.0.0.23 - - [2026-01-29 02:30:04] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008410 10.0.0.23 - - [2026-01-29 02:30:04] "GET /virtual-machine/02deac6c-cf2a-4fb7-8a3c-5a0ca641cf61 HTTP/1.1" 200 1300 0.005896 10.0.0.23 - - [2026-01-29 02:30:04] "GET /virtual-machine-interface/fd3a665e-158c-4302-8dc3-a6030a6345f2 HTTP/1.1" 200 3187 0.006787 10.0.0.23 - - [2026-01-29 02:30:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003339 10.0.0.23 - - [2026-01-29 02:30:04] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004921 10.0.0.23 - - [2026-01-29 02:30:04] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003964 10.0.0.23 - - [2026-01-29 02:30:04] "GET /virtual-networks?parent_id=f04ceffe-13a0-4c98-a212-b25350f3d25f&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.002299 10.0.0.23 - - [2026-01-29 02:30:04] "GET /virtual-network/50a885a1-1ded-420d-85de-4c97f353341c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2958 0.005784 10.0.0.23 - - [2026-01-29 02:30:04] "POST /neutron/port HTTP/1.1" 200 117 0.001003 10.0.0.23 - - [2026-01-29 02:30:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003551 10.0.0.23 - - [2026-01-29 02:30:05] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003885 10.0.0.23 - - [2026-01-29 02:30:05] "GET /virtual-networks?parent_id=f04ceffe-13a0-4c98-a212-b25350f3d25f&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.003293 10.0.0.23 - - [2026-01-29 02:30:05] "GET /virtual-network/50a885a1-1ded-420d-85de-4c97f353341c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2958 0.006423 10.0.0.23 - - [2026-01-29 02:30:36] "GET /virtual-network/50a885a1-1ded-420d-85de-4c97f353341c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2958 0.006459 10.0.0.23 - - [2026-01-29 02:30:36] "POST /neutron/network HTTP/1.1" 200 1007 0.097484 10.0.0.147 - - [2026-01-29 02:30:36] "DELETE /access-control-list/2d59f698-b171-446d-a592-ad64db1b21bf HTTP/1.1" 200 115 0.076695 10.0.0.23 - - [2026-01-29 02:30:36] "GET /virtual-network/50a885a1-1ded-420d-85de-4c97f353341c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2642 0.008472 10.0.0.23 - - [2026-01-29 02:30:36] "POST /neutron/network HTTP/1.1" 400 204 0.012327 10.0.0.23 - - [2026-01-29 02:30:37] "POST /neutron/port HTTP/1.1" 200 151 0.252086 10.0.0.23 - - [2026-01-29 02:30:37] "POST /neutron/port HTTP/1.1" 200 151 0.282079 10.0.0.23 - - [2026-01-29 02:30:38] "DELETE /network-policy/27b37678-3d2f-4d72-b392-8c2abd97d9c0 HTTP/1.1" 200 115 0.032554 10.0.0.240 - - [2026-01-29 02:30:41] "GET /projects?obj_uuids=f04ceffe-13a0-4c98-a212-b25350f3d25f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.022782 10.0.0.23 - - [2026-01-29 02:30:41] "GET /project/f04ceffe-13a0-4c98-a212-b25350f3d25f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.089995 10.0.0.240 - - [2026-01-29 02:30:41] "GET /projects?obj_uuids=f04ceffe-13a0-4c98-a212-b25350f3d25f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001005 10.0.0.23 - - [2026-01-29 02:30:41] "GET /project/f04ceffe-13a0-4c98-a212-b25350f3d25f?fields=virtual_networks HTTP/1.1" 200 1051 0.034049 10.0.0.240 - - [2026-01-29 02:30:41] "GET /projects?obj_uuids=f04ceffe-13a0-4c98-a212-b25350f3d25f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001298 10.0.0.23 - - [2026-01-29 02:30:41] "GET /project/f04ceffe-13a0-4c98-a212-b25350f3d25f?fields=virtual_machine_interfaces HTTP/1.1" 200 1051 0.055049 10.0.0.240 - - [2026-01-29 02:30:41] "GET /projects?obj_uuids=f04ceffe-13a0-4c98-a212-b25350f3d25f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001049 10.0.0.23 - - [2026-01-29 02:30:41] "GET /project/f04ceffe-13a0-4c98-a212-b25350f3d25f?fields=security_groups HTTP/1.1" 200 1286 0.039780 10.0.0.23 - - [2026-01-29 02:30:42] "POST /fqname-to-id HTTP/1.1" 404 202 0.027197 10.0.0.240 - - [2026-01-29 02:30:42] "GET /projects?obj_uuids=6a94fc46-e71f-4f0b-a348-4763d8228f81&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002862 10.0.0.240 - - [2026-01-29 02:30:42] "GET /domains?obj_uuids=65230a56-1cf0-4d34-9498-1ad48da04806&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001131 10.0.0.240 - - [2026-01-29 02:30:42] "GET /domain/65230a56-1cf0-4d34-9498-1ad48da04806?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007491 10.0.0.240 - - [2026-01-29 02:30:42] "POST /id-to-fqname HTTP/1.1" 200 204 0.004374 10.0.0.240 - - [2026-01-29 02:30:42] "POST /fqname-to-id HTTP/1.1" 404 213 0.005965 10.0.0.240 - - [2026-01-29 02:30:43] "POST /security-groups HTTP/1.1" 200 605 0.033433 10.0.0.147 - - [2026-01-29 02:30:43] "POST /fqname-to-id HTTP/1.1" 404 248 0.003819 10.0.0.240 - - [2026-01-29 02:30:43] "POST /projects HTTP/1.1" 200 613 0.245593 10.0.0.240 - - [2026-01-29 02:30:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.318486 10.0.0.147 - - [2026-01-29 02:30:43] "POST /access-control-lists HTTP/1.1" 200 610 0.037133 10.0.0.23 - - [2026-01-29 02:30:43] "GET /project/6a94fc46-e71f-4f0b-a348-4763d8228f81?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1422 0.463417 10.0.0.23 - - [2026-01-29 02:30:44] "GET / HTTP/1.1" 200 36215 0.001940 10.0.0.240 - - [2026-01-29 02:30:44] "DELETE /project/6a94fc46e71f4f0ba3484763d8228f81 HTTP/1.1" 404 173 0.004013 10.0.0.240 - - [2026-01-29 02:30:44] "GET /projects?obj_uuids=f04ceffe-13a0-4c98-a212-b25350f3d25f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000962 10.0.0.240 - - [2026-01-29 02:30:44] "GET /project/f04ceffe-13a0-4c98-a212-b25350f3d25f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1501 0.043774 10.0.0.240 - - [2026-01-29 02:30:44] "GET /projects?obj_uuids=f04ceffe-13a0-4c98-a212-b25350f3d25f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001268 10.0.0.240 - - [2026-01-29 02:30:44] "GET /project/f04ceffe-13a0-4c98-a212-b25350f3d25f?fields=security_groups HTTP/1.1" 200 1388 0.050328 10.0.0.240 - - [2026-01-29 02:30:44] "DELETE /security-group/5c1a0061-6dab-4f98-a387-cfff2a481517 HTTP/1.1" 200 115 0.051237 10.0.0.240 - - [2026-01-29 02:30:44] "GET /projects?obj_uuids=f04ceffe-13a0-4c98-a212-b25350f3d25f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001094 10.0.0.240 - - [2026-01-29 02:30:44] "GET /project/f04ceffe-13a0-4c98-a212-b25350f3d25f?fields=application_policy_sets HTTP/1.1" 200 1427 0.038556 10.0.0.240 - - [2026-01-29 02:30:45] "DELETE /project/f04ceffe-13a0-4c98-a212-b25350f3d25f HTTP/1.1" 200 115 0.396814 10.0.0.23 - - [2026-01-29 02:30:47] "GET /project/6a94fc46-e71f-4f0b-a348-4763d8228f81?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000510 10.0.0.240 - - [2026-01-29 02:30:48] "GET /projects?obj_uuids=6a94fc46-e71f-4f0b-a348-4763d8228f81&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001006 10.0.0.23 - - [2026-01-29 02:30:48] "GET /project/6a94fc46-e71f-4f0b-a348-4763d8228f81?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1422 0.066189 10.0.0.23 - - [2026-01-29 02:30:48] "GET / HTTP/1.1" 200 36215 0.001799 10.0.0.23 - - [2026-01-29 02:30:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004436 10.0.0.240 - - [2026-01-29 02:30:48] "GET /domains?obj_uuids=65230a56-1cf0-4d34-9498-1ad48da04806&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001279 10.0.0.23 - - [2026-01-29 02:30:48] "GET /domain/65230a56-1cf0-4d34-9498-1ad48da04806?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.008557 10.0.0.23 - - [2026-01-29 02:30:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004583 10.0.0.240 - - [2026-01-29 02:30:49] "GET /projects?obj_uuids=6a94fc46-e71f-4f0b-a348-4763d8228f81&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001221 10.0.0.23 - - [2026-01-29 02:30:49] "GET /project/6a94fc46-e71f-4f0b-a348-4763d8228f81?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1422 0.047777 10.0.0.23 - - [2026-01-29 02:30:50] "GET /domains HTTP/1.1" 401 292 0.000442 10.0.0.23 - - [2026-01-29 02:30:50] "GET /domains HTTP/1.1" 200 281 0.025643 10.0.0.240 - - [2026-01-29 02:30:50] "GET /domains?obj_uuids=65230a56-1cf0-4d34-9498-1ad48da04806&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001084 10.0.0.23 - - [2026-01-29 02:30:50] "GET /domain/65230a56-1cf0-4d34-9498-1ad48da04806 HTTP/1.1" 200 2597 0.009701 10.0.0.240 - - [2026-01-29 02:30:50] "GET /projects?obj_uuids=6a94fc46-e71f-4f0b-a348-4763d8228f81&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001322 10.0.0.23 - - [2026-01-29 02:30:50] "GET /project/6a94fc46-e71f-4f0b-a348-4763d8228f81 HTTP/1.1" 200 1941 0.098433 10.0.0.23 - - [2026-01-29 02:30:50] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 547 0.003014 10.0.0.23 - - [2026-01-29 02:30:50] "POST /network-ipams HTTP/1.1" 200 629 0.028993 10.0.0.23 - - [2026-01-29 02:30:50] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 817 0.003563 10.0.0.23 - - [2026-01-29 02:30:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003402 10.0.0.23 - - [2026-01-29 02:30:50] "GET /network-ipam/65fc72bc-559c-4bdd-a182-0b389d328096?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1467 0.007086 10.0.0.23 - - [2026-01-29 02:30:50] "PUT /network-ipam/65fc72bc-559c-4bdd-a182-0b389d328096 HTTP/1.1" 200 259 0.013574 10.0.0.23 - - [2026-01-29 02:30:51] "POST /fqname-to-id HTTP/1.1" 401 292 0.000479 10.0.0.23 - - [2026-01-29 02:30:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.026783 10.0.0.240 - - [2026-01-29 02:30:51] "GET /projects?obj_uuids=6a94fc46-e71f-4f0b-a348-4763d8228f81&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001003 10.0.0.23 - - [2026-01-29 02:30:51] "GET /project/6a94fc46-e71f-4f0b-a348-4763d8228f81?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1422 0.036376 10.0.0.23 - - [2026-01-29 02:30:51] "POST /neutron/network HTTP/1.1" 200 117 0.037999 10.0.0.147 - - [2026-01-29 02:30:51] "POST /route-targets HTTP/1.1" 200 328 0.015798 10.0.0.240 - - [2026-01-29 02:30:52] "POST /useragent-kv HTTP/1.1" 200 115 0.008337 10.0.0.23 - - [2026-01-29 02:30:52] "POST /neutron/subnet HTTP/1.1" 200 828 0.221622 10.0.0.23 - - [2026-01-29 02:30:52] "POST /id-to-fqname HTTP/1.1" 200 237 0.001558 10.0.0.23 - - [2026-01-29 02:30:52] "GET /virtual-network/19dbf359-b402-4fd9-8d73-89af51196946?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2689 0.005676 10.0.0.23 - - [2026-01-29 02:30:52] "GET /virtual-network/19dbf359-b402-4fd9-8d73-89af51196946?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2689 0.005922 10.0.0.23 - - [2026-01-29 02:30:52] "POST /neutron/network HTTP/1.1" 200 1142 0.013791 10.0.0.23 - - [2026-01-29 02:30:52] "GET /virtual-network/19dbf359-b402-4fd9-8d73-89af51196946?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2689 0.006091 10.0.0.23 - - [2026-01-29 02:30:54] "POST /fqname-to-id HTTP/1.1" 404 231 0.003582 10.0.0.23 - - [2026-01-29 02:30:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.002891 10.0.0.240 - - [2026-01-29 02:30:54] "GET /projects?obj_uuids=6a94fc46-e71f-4f0b-a348-4763d8228f81&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001083 10.0.0.23 - - [2026-01-29 02:30:54] "GET /project/6a94fc46-e71f-4f0b-a348-4763d8228f81?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1422 0.059141 10.0.0.23 - - [2026-01-29 02:30:54] "POST /network-policys HTTP/1.1" 200 567 0.074596 10.0.0.23 - - [2026-01-29 02:30:54] "GET /network-policy/e30b6582-5cbe-40f0-a079-02040529af08?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4077 0.005954 10.0.0.23 - - [2026-01-29 02:30:54] "POST /fqname-to-id HTTP/1.1" 404 231 0.003120 10.0.0.23 - - [2026-01-29 02:30:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003293 10.0.0.240 - - [2026-01-29 02:30:54] "GET /projects?obj_uuids=6a94fc46-e71f-4f0b-a348-4763d8228f81&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001047 10.0.0.23 - - [2026-01-29 02:30:54] "GET /project/6a94fc46-e71f-4f0b-a348-4763d8228f81?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1422 0.046806 10.0.0.23 - - [2026-01-29 02:30:54] "POST /network-policys HTTP/1.1" 200 567 0.039530 10.0.0.23 - - [2026-01-29 02:30:54] "GET /network-policy/8ed4f7b4-c522-4ca3-8aac-d09a1fc7ef9b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3112 0.023197 10.0.0.23 - - [2026-01-29 02:30:55] "POST /fqname-to-id HTTP/1.1" 404 231 0.003388 10.0.0.23 - - [2026-01-29 02:30:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.004983 10.0.0.240 - - [2026-01-29 02:30:55] "GET /projects?obj_uuids=6a94fc46-e71f-4f0b-a348-4763d8228f81&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001248 10.0.0.23 - - [2026-01-29 02:30:55] "GET /project/6a94fc46-e71f-4f0b-a348-4763d8228f81?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1422 0.041551 10.0.0.23 - - [2026-01-29 02:30:55] "POST /network-policys HTTP/1.1" 200 567 0.028050 10.0.0.23 - - [2026-01-29 02:30:55] "GET /network-policy/4cfe530b-a107-4861-92c5-4321f89926ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2142 0.006116 10.0.0.23 - - [2026-01-29 02:30:55] "POST /neutron/network HTTP/1.1" 200 1142 0.008785 10.0.0.147 - - [2026-01-29 02:30:55] "POST /fqname-to-id HTTP/1.1" 404 207 0.003792 10.0.0.147 - - [2026-01-29 02:30:55] "POST /access-control-lists HTTP/1.1" 200 613 0.053968 10.0.0.23 - - [2026-01-29 02:30:55] "GET /virtual-network/19dbf359-b402-4fd9-8d73-89af51196946?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3308 0.016469 10.0.0.23 - - [2026-01-29 02:30:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.012614 10.0.0.23 - - [2026-01-29 02:30:55] "GET /network-policy/8ed4f7b4-c522-4ca3-8aac-d09a1fc7ef9b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3112 0.004272 10.0.0.23 - - [2026-01-29 02:30:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003249 10.0.0.23 - - [2026-01-29 02:30:55] "GET /network-policy/e30b6582-5cbe-40f0-a079-02040529af08?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4077 0.004285 10.0.0.23 - - [2026-01-29 02:30:55] "POST /id-to-fqname HTTP/1.1" 200 237 0.001404 10.0.0.23 - - [2026-01-29 02:30:56] "POST /neutron/network HTTP/1.1" 200 1350 0.007262 10.0.0.240 - - [2026-01-29 02:30:56] "GET /projects?obj_uuids=6a94fc46-e71f-4f0b-a348-4763d8228f81&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001055 10.0.0.23 - - [2026-01-29 02:30:56] "GET /project/6a94fc46-e71f-4f0b-a348-4763d8228f81?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1422 0.060972 10.0.0.23 - - [2026-01-29 02:30:57] "POST /neutron/port HTTP/1.1" 200 117 0.007019 10.0.0.240 - - [2026-01-29 02:30:57] "GET /projects?obj_uuids=6a94fc46-e71f-4f0b-a348-4763d8228f81&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001046 10.0.0.23 - - [2026-01-29 02:30:57] "POST /neutron/port HTTP/1.1" 200 1181 0.333100 10.0.0.147 - - [2026-01-29 02:30:57] "GET /obj-perms HTTP/1.1" 200 5056 0.080058 10.0.0.23 - - [2026-01-29 02:30:57] "POST /neutron/port HTTP/1.1" 200 1235 0.104102 10.0.0.23 - - [2026-01-29 02:30:58] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004817 10.0.0.23 - - [2026-01-29 02:30:58] "POST /neutron/port HTTP/1.1" 200 117 0.001177 10.0.0.240 - - [2026-01-29 02:30:58] "GET /obj-perms HTTP/1.1" 200 5056 0.054503 10.0.0.23 - - [2026-01-29 02:31:02] "POST /neutron/security_group HTTP/1.1" 200 2072 0.008121 10.0.0.23 - - [2026-01-29 02:31:02] "POST /neutron/port HTTP/1.1" 200 1245 0.018384 10.0.0.23 - - [2026-01-29 02:31:02] "GET /virtual-machine/e2a03b4a-372b-414b-a061-21a43bf95d25 HTTP/1.1" 401 292 0.000644 10.0.0.23 - - [2026-01-29 02:31:02] "GET /virtual-machine/e2a03b4a-372b-414b-a061-21a43bf95d25 HTTP/1.1" 200 1309 0.032626 10.0.0.23 - - [2026-01-29 02:31:02] "GET /virtual-machine-interface/8f628a05-85f5-4a9b-982f-560c74cc42ac HTTP/1.1" 200 3186 0.008750 10.0.0.23 - - [2026-01-29 02:31:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003920 10.0.0.23 - - [2026-01-29 02:31:02] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003966 10.0.0.23 - - [2026-01-29 02:31:02] "GET /virtual-networks?parent_id=6a94fc46-e71f-4f0b-a348-4763d8228f81&detail=False&count=False&shared=False HTTP/1.1" 200 369 0.002897 10.0.0.23 - - [2026-01-29 02:31:02] "GET /virtual-network/19dbf359-b402-4fd9-8d73-89af51196946?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3308 0.006877 10.0.0.23 - - [2026-01-29 02:31:05] "POST /neutron/port HTTP/1.1" 200 1245 0.018911 10.0.0.23 - - [2026-01-29 02:31:05] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005515 10.0.0.23 - - [2026-01-29 02:31:05] "POST /neutron/port HTTP/1.1" 200 117 0.001245 10.0.0.23 - - [2026-01-29 02:31:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004095 10.0.0.23 - - [2026-01-29 02:31:05] "GET /virtual-network/19dbf359-b402-4fd9-8d73-89af51196946?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3308 0.005797 10.0.0.23 - - [2026-01-29 02:31:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004478 10.0.0.23 - - [2026-01-29 02:31:10] "GET /virtual-network/19dbf359-b402-4fd9-8d73-89af51196946?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3308 0.008540 10.0.0.23 - - [2026-01-29 02:31:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003483 10.0.0.23 - - [2026-01-29 02:31:14] "GET /virtual-network/19dbf359-b402-4fd9-8d73-89af51196946?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3308 0.005778 10.0.0.23 - - [2026-01-29 02:31:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.005073 10.0.0.23 - - [2026-01-29 02:31:18] "GET /virtual-network/19dbf359-b402-4fd9-8d73-89af51196946?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3308 0.006294 10.0.0.23 - - [2026-01-29 02:31:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003795 10.0.0.23 - - [2026-01-29 02:31:22] "GET /virtual-network/19dbf359-b402-4fd9-8d73-89af51196946?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3308 0.006062 10.0.0.23 - - [2026-01-29 02:31:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003516 10.0.0.23 - - [2026-01-29 02:31:26] "GET /virtual-network/19dbf359-b402-4fd9-8d73-89af51196946?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3308 0.006631 10.0.0.23 - - [2026-01-29 02:31:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003521 10.0.0.23 - - [2026-01-29 02:31:30] "GET /virtual-network/19dbf359-b402-4fd9-8d73-89af51196946?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3308 0.005481 10.0.0.23 - - [2026-01-29 02:31:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004470 10.0.0.23 - - [2026-01-29 02:31:34] "GET /virtual-network/19dbf359-b402-4fd9-8d73-89af51196946?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3308 0.007395 10.0.0.23 - - [2026-01-29 02:31:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003785 10.0.0.23 - - [2026-01-29 02:31:38] "GET /virtual-network/19dbf359-b402-4fd9-8d73-89af51196946?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3308 0.005785 10.0.0.23 - - [2026-01-29 02:31:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003839 10.0.0.23 - - [2026-01-29 02:31:42] "GET /virtual-network/19dbf359-b402-4fd9-8d73-89af51196946?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3308 0.006253 10.0.0.23 - - [2026-01-29 02:31:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004405 10.0.0.23 - - [2026-01-29 02:31:47] "GET /virtual-network/19dbf359-b402-4fd9-8d73-89af51196946?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3308 0.007804 10.0.0.23 - - [2026-01-29 02:31:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004077 10.0.0.23 - - [2026-01-29 02:31:49] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004160 10.0.0.23 - - [2026-01-29 02:31:49] "GET /virtual-networks?parent_id=6a94fc46-e71f-4f0b-a348-4763d8228f81&detail=False&count=False&shared=False HTTP/1.1" 200 369 0.003349 10.0.0.23 - - [2026-01-29 02:31:49] "GET /virtual-network/19dbf359-b402-4fd9-8d73-89af51196946?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3308 0.007051 10.0.0.23 - - [2026-01-29 02:31:49] "POST /neutron/security_group HTTP/1.1" 200 2072 0.009669 10.0.0.23 - - [2026-01-29 02:31:59] "POST /neutron/port HTTP/1.1" 200 1245 0.019313 10.0.0.23 - - [2026-01-29 02:32:04] "POST /neutron/security_group HTTP/1.1" 200 2072 0.008689 10.0.0.23 - - [2026-01-29 02:32:07] "POST /neutron/network HTTP/1.1" 200 1350 0.007779 10.0.0.23 - - [2026-01-29 02:32:07] "POST /neutron/subnet HTTP/1.1" 200 1385 0.014813 10.0.0.23 - - [2026-01-29 02:32:07] "POST /neutron/network HTTP/1.1" 200 1340 0.008646 10.0.0.23 - - [2026-01-29 02:32:15] "POST /neutron/port HTTP/1.1" 200 1245 0.019442 10.0.0.23 - - [2026-01-29 02:32:20] "POST /neutron/security_group HTTP/1.1" 200 2072 0.008031 10.0.0.23 - - [2026-01-29 02:32:30] "POST /neutron/port HTTP/1.1" 200 1245 0.016981 10.0.0.23 - - [2026-01-29 02:32:34] "POST /neutron/security_group HTTP/1.1" 200 2072 0.038363 10.0.0.23 - - [2026-01-29 02:32:40] "POST /neutron/port HTTP/1.1" 200 1245 0.018230 10.0.0.23 - - [2026-01-29 02:32:46] "POST /neutron/security_group HTTP/1.1" 200 2072 0.009273 10.0.0.23 - - [2026-01-29 02:32:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003402 10.0.0.23 - - [2026-01-29 02:32:46] "GET /network-policy/e30b6582-5cbe-40f0-a079-02040529af08?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4077 0.004234 10.0.0.23 - - [2026-01-29 02:32:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.002660 10.0.0.23 - - [2026-01-29 02:32:46] "GET /network-policy/8ed4f7b4-c522-4ca3-8aac-d09a1fc7ef9b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3112 0.004545 10.0.0.23 - - [2026-01-29 02:32:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.005007 10.0.0.23 - - [2026-01-29 02:32:46] "GET /network-policy/4cfe530b-a107-4861-92c5-4321f89926ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2142 0.005279 10.0.0.23 - - [2026-01-29 02:32:46] "POST /neutron/network HTTP/1.1" 200 1340 0.010822 10.0.0.23 - - [2026-01-29 02:32:46] "GET /virtual-network/19dbf359-b402-4fd9-8d73-89af51196946?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3605 0.007280 10.0.0.23 - - [2026-01-29 02:32:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003362 10.0.0.23 - - [2026-01-29 02:32:46] "GET /network-policy/4cfe530b-a107-4861-92c5-4321f89926ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2142 0.004190 10.0.0.23 - - [2026-01-29 02:32:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003169 10.0.0.23 - - [2026-01-29 02:32:46] "GET /network-policy/8ed4f7b4-c522-4ca3-8aac-d09a1fc7ef9b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3112 0.004274 10.0.0.23 - - [2026-01-29 02:32:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003019 10.0.0.23 - - [2026-01-29 02:32:46] "GET /network-policy/e30b6582-5cbe-40f0-a079-02040529af08?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4077 0.005091 10.0.0.23 - - [2026-01-29 02:32:51] "GET /virtual-network/19dbf359-b402-4fd9-8d73-89af51196946?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3605 0.006015 10.0.0.23 - - [2026-01-29 02:32:52] "POST /neutron/network HTTP/1.1" 200 1432 0.009501 10.0.0.147 - - [2026-01-29 02:32:52] "DELETE /access-control-list/9f01fcf6-17c8-4b78-9ad2-ab088dd459ba HTTP/1.1" 200 115 0.065057 10.0.0.23 - - [2026-01-29 02:32:52] "GET /virtual-network/19dbf359-b402-4fd9-8d73-89af51196946?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2689 0.011309 10.0.0.23 - - [2026-01-29 02:32:57] "GET /virtual-machine/e2a03b4a-372b-414b-a061-21a43bf95d25 HTTP/1.1" 200 1309 0.004629 10.0.0.23 - - [2026-01-29 02:32:57] "POST /neutron/port HTTP/1.1" 200 1245 0.016579 10.0.0.23 - - [2026-01-29 02:32:59] "GET /virtual-machine/e2a03b4a-372b-414b-a061-21a43bf95d25 HTTP/1.1" 404 171 0.004267 10.0.0.23 - - [2026-01-29 02:32:59] "GET /virtual-machine/e2a03b4a-372b-414b-a061-21a43bf95d25 HTTP/1.1" 404 171 0.003414 10.0.0.23 - - [2026-01-29 02:32:59] "GET /virtual-machine/e2a03b4a-372b-414b-a061-21a43bf95d25 HTTP/1.1" 404 171 0.002800 10.0.0.23 - - [2026-01-29 02:32:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.004791 10.0.0.23 - - [2026-01-29 02:32:59] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004071 10.0.0.23 - - [2026-01-29 02:32:59] "GET /virtual-networks?parent_id=6a94fc46-e71f-4f0b-a348-4763d8228f81&detail=False&count=False&shared=False HTTP/1.1" 200 369 0.002927 10.0.0.23 - - [2026-01-29 02:32:59] "GET /virtual-network/19dbf359-b402-4fd9-8d73-89af51196946?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2689 0.007226 10.0.0.23 - - [2026-01-29 02:32:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.007267 10.0.0.23 - - [2026-01-29 02:32:59] "GET /routing-instance/bf930a54-3ae2-450d-a8cd-a5086a68781e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1505 0.010059 10.0.0.23 - - [2026-01-29 02:32:59] "GET /route-target/4f30b8fb-8765-4679-bb40-8a6781637eb3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.005359 10.0.0.23 - - [2026-01-29 02:32:59] "GET /obj-perms HTTP/1.1" 200 5056 0.058540 10.0.0.147 - - [2026-01-29 02:33:02] "GET /obj-perms HTTP/1.1" 200 5021 0.047629 10.0.0.23 - - [2026-01-29 02:33:06] "GET /obj-perms HTTP/1.1" 200 5021 0.062837 10.0.0.23 - - [2026-01-29 02:33:06] "DELETE /network-policy/4cfe530b-a107-4861-92c5-4321f89926ed HTTP/1.1" 200 115 0.033386 10.0.0.23 - - [2026-01-29 02:33:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003417 10.0.0.240 - - [2026-01-29 02:33:06] "GET /projects?obj_uuids=6a94fc46-e71f-4f0b-a348-4763d8228f81&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001072 10.0.0.23 - - [2026-01-29 02:33:06] "GET /project/6a94fc46-e71f-4f0b-a348-4763d8228f81?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1422 0.041041 10.0.0.23 - - [2026-01-29 02:33:06] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyModifyIpv4v6-50591409&detail=False&count=False&shared=False HTTP/1.1" 200 608 0.011792 10.0.0.23 - - [2026-01-29 02:33:06] "DELETE /network-policy/8ed4f7b4-c522-4ca3-8aac-d09a1fc7ef9b HTTP/1.1" 200 115 0.036813 10.0.0.23 - - [2026-01-29 02:33:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004180 10.0.0.240 - - [2026-01-29 02:33:06] "GET /projects?obj_uuids=6a94fc46-e71f-4f0b-a348-4763d8228f81&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001200 10.0.0.23 - - [2026-01-29 02:33:06] "GET /project/6a94fc46-e71f-4f0b-a348-4763d8228f81?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1422 0.049301 10.0.0.23 - - [2026-01-29 02:33:06] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyModifyIpv4v6-50591409&detail=False&count=False&shared=False HTTP/1.1" 200 369 0.005478 10.0.0.23 - - [2026-01-29 02:33:06] "DELETE /network-policy/e30b6582-5cbe-40f0-a079-02040529af08 HTTP/1.1" 200 115 0.044055 10.0.0.23 - - [2026-01-29 02:33:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003451 10.0.0.240 - - [2026-01-29 02:33:06] "GET /projects?obj_uuids=6a94fc46-e71f-4f0b-a348-4763d8228f81&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001083 10.0.0.23 - - [2026-01-29 02:33:06] "GET /project/6a94fc46-e71f-4f0b-a348-4763d8228f81?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1422 0.043717 10.0.0.23 - - [2026-01-29 02:33:07] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyModifyIpv4v6-50591409&detail=False&count=False&shared=False HTTP/1.1" 200 131 0.005855 10.0.0.23 - - [2026-01-29 02:33:07] "POST /neutron/network HTTP/1.1" 200 1142 0.010837 10.0.0.23 - - [2026-01-29 02:33:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.006219 10.0.0.23 - - [2026-01-29 02:33:07] "DELETE /network-ipam/65fc72bc-559c-4bdd-a182-0b389d328096 HTTP/1.1" 200 115 0.049530 10.0.0.23 - - [2026-01-29 02:33:07] "POST /fqname-to-id HTTP/1.1" 404 264 0.003845 10.0.0.240 - - [2026-01-29 02:33:07] "GET /projects?obj_uuids=6a94fc46-e71f-4f0b-a348-4763d8228f81&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.000948 10.0.0.240 - - [2026-01-29 02:33:07] "GET /project/6a94fc46-e71f-4f0b-a348-4763d8228f81?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1524 0.049566 10.0.0.240 - - [2026-01-29 02:33:07] "GET /projects?obj_uuids=6a94fc46-e71f-4f0b-a348-4763d8228f81&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001932 10.0.0.240 - - [2026-01-29 02:33:07] "GET /project/6a94fc46-e71f-4f0b-a348-4763d8228f81?fields=security_groups HTTP/1.1" 200 1405 0.046103 10.0.0.240 - - [2026-01-29 02:33:07] "DELETE /security-group/cf494401-8a74-4b75-9360-7b739463e4da HTTP/1.1" 200 115 0.071918 10.0.0.240 - - [2026-01-29 02:33:07] "GET /projects?obj_uuids=6a94fc46-e71f-4f0b-a348-4763d8228f81&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.002540 10.0.0.147 - - [2026-01-29 02:33:07] "DELETE /access-control-list/74cf0530-9081-47fd-a4cb-4a3f5edf02ab HTTP/1.1" 200 115 0.061414 10.0.0.240 - - [2026-01-29 02:33:07] "GET /project/6a94fc46-e71f-4f0b-a348-4763d8228f81?fields=application_policy_sets HTTP/1.1" 200 1444 0.057850 10.0.0.23 - - [2026-01-29 02:33:08] "DELETE /project/6a94fc46-e71f-4f0b-a348-4763d8228f81 HTTP/1.1" 200 115 0.446987 10.0.0.240 - - [2026-01-29 02:33:08] "GET /domains?obj_uuids=65230a56-1cf0-4d34-9498-1ad48da04806&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001052 10.0.0.23 - - [2026-01-29 02:33:08] "GET /domain/65230a56-1cf0-4d34-9498-1ad48da04806?fields=projects HTTP/1.1" 200 1247 0.015417 10.0.0.240 - - [2026-01-29 02:33:10] "GET /projects?obj_uuids=6a94fc46-e71f-4f0b-a348-4763d8228f81&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003515 10.0.0.240 - - [2026-01-29 02:33:10] "GET /domains?obj_uuids=65230a56-1cf0-4d34-9498-1ad48da04806&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001029 10.0.0.240 - - [2026-01-29 02:33:10] "GET /domain/65230a56-1cf0-4d34-9498-1ad48da04806?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.048805 10.0.0.240 - - [2026-01-29 02:33:10] "POST /id-to-fqname HTTP/1.1" 200 204 0.002188 10.0.0.240 - - [2026-01-29 02:33:10] "POST /fqname-to-id HTTP/1.1" 404 213 0.006703 10.0.0.240 - - [2026-01-29 02:33:11] "POST /security-groups HTTP/1.1" 200 605 0.033981 10.0.0.240 - - [2026-01-29 02:33:11] "POST /projects HTTP/1.1" 200 613 0.250192 10.0.0.147 - - [2026-01-29 02:33:11] "POST /access-control-lists HTTP/1.1" 200 612 0.051124 10.0.0.240 - - [2026-01-29 02:33:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.329458 10.0.0.23 - - [2026-01-29 02:33:11] "GET /project/6a94fc46-e71f-4f0b-a348-4763d8228f81?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1422 0.491203 10.0.0.240 - - [2026-01-29 02:33:11] "GET /projects?obj_uuids=6a94fc46-e71f-4f0b-a348-4763d8228f81&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001318 10.0.0.23 - - [2026-01-29 02:33:11] "GET /project/6a94fc46-e71f-4f0b-a348-4763d8228f81?fields=virtual_networks HTTP/1.1" 200 1062 0.066822 10.0.0.240 - - [2026-01-29 02:33:11] "GET /projects?obj_uuids=6a94fc46-e71f-4f0b-a348-4763d8228f81&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001043 10.0.0.23 - - [2026-01-29 02:33:11] "GET /project/6a94fc46-e71f-4f0b-a348-4763d8228f81?fields=virtual_machine_interfaces HTTP/1.1" 200 1062 0.059353 10.0.0.240 - - [2026-01-29 02:33:11] "GET /projects?obj_uuids=6a94fc46-e71f-4f0b-a348-4763d8228f81&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001204 10.0.0.23 - - [2026-01-29 02:33:11] "GET /project/6a94fc46-e71f-4f0b-a348-4763d8228f81?fields=security_groups HTTP/1.1" 200 1303 0.048079 10.0.0.23 - - [2026-01-29 02:33:12] "POST /fqname-to-id HTTP/1.1" 404 204 0.025602 10.0.0.240 - - [2026-01-29 02:33:12] "GET /projects?obj_uuids=4b5fe8b3-c0dd-4afc-a132-cf259af1bcad&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004572 10.0.0.240 - - [2026-01-29 02:33:12] "GET /domains?obj_uuids=65230a56-1cf0-4d34-9498-1ad48da04806&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000989 10.0.0.240 - - [2026-01-29 02:33:12] "GET /domain/65230a56-1cf0-4d34-9498-1ad48da04806?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007307 10.0.0.240 - - [2026-01-29 02:33:12] "POST /id-to-fqname HTTP/1.1" 200 206 0.005244 10.0.0.240 - - [2026-01-29 02:33:12] "POST /fqname-to-id HTTP/1.1" 404 215 0.004270 10.0.0.240 - - [2026-01-29 02:33:12] "POST /security-groups HTTP/1.1" 200 607 0.076719 10.0.0.147 - - [2026-01-29 02:33:12] "POST /fqname-to-id HTTP/1.1" 404 250 0.004823 10.0.0.240 - - [2026-01-29 02:33:12] "POST /projects HTTP/1.1" 200 617 0.294179 10.0.0.240 - - [2026-01-29 02:33:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.363591 10.0.0.147 - - [2026-01-29 02:33:12] "POST /access-control-lists HTTP/1.1" 200 612 0.027061 10.0.0.23 - - [2026-01-29 02:33:12] "GET /project/4b5fe8b3-c0dd-4afc-a132-cf259af1bcad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1430 0.514752 10.0.0.23 - - [2026-01-29 02:33:13] "GET / HTTP/1.1" 200 36215 0.002239 10.0.0.23 - - [2026-01-29 02:33:16] "POST /fqname-to-id HTTP/1.1" 401 292 0.000496 10.0.0.23 - - [2026-01-29 02:33:17] "POST /fqname-to-id HTTP/1.1" 404 233 0.053934 10.0.0.23 - - [2026-01-29 02:33:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004193 10.0.0.240 - - [2026-01-29 02:33:17] "GET /projects?obj_uuids=4b5fe8b3-c0dd-4afc-a132-cf259af1bcad&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001603 10.0.0.23 - - [2026-01-29 02:33:17] "GET /project/4b5fe8b3-c0dd-4afc-a132-cf259af1bcad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1430 0.047506 10.0.0.23 - - [2026-01-29 02:33:17] "POST /network-policys HTTP/1.1" 200 569 0.071045 10.0.0.23 - - [2026-01-29 02:33:17] "GET /network-policy/d1d387f0-1830-4ed2-ab91-bf9705a02695?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3156 0.006468 10.0.0.23 - - [2026-01-29 02:33:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003041 10.0.0.240 - - [2026-01-29 02:33:17] "GET /projects?obj_uuids=4b5fe8b3-c0dd-4afc-a132-cf259af1bcad&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001686 10.0.0.23 - - [2026-01-29 02:33:17] "GET /project/4b5fe8b3-c0dd-4afc-a132-cf259af1bcad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1430 0.052814 10.0.0.240 - - [2026-01-29 02:33:17] "GET /projects?obj_uuids=4b5fe8b3-c0dd-4afc-a132-cf259af1bcad&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001012 10.0.0.23 - - [2026-01-29 02:33:17] "POST /neutron/network HTTP/1.1" 200 623 0.134719 10.0.0.147 - - [2026-01-29 02:33:18] "POST /fqname-to-id HTTP/1.1" 404 207 0.004071 10.0.0.23 - - [2026-01-29 02:33:18] "POST /neutron/network HTTP/1.1" 200 1015 0.011238 10.0.0.23 - - [2026-01-29 02:33:18] "POST /id-to-fqname HTTP/1.1" 200 237 0.001219 10.0.0.23 - - [2026-01-29 02:33:18] "GET /virtual-network/72eda9ba-430c-4d92-a663-6ad4568644dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2659 0.005412 10.0.0.23 - - [2026-01-29 02:33:18] "GET /virtual-network/72eda9ba-430c-4d92-a663-6ad4568644dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2659 0.005624 10.0.0.23 - - [2026-01-29 02:33:18] "POST /neutron/subnet HTTP/1.1" 200 719 0.011482 10.0.0.147 - - [2026-01-29 02:33:18] "POST /fqname-to-id HTTP/1.1" 404 252 0.010219 10.0.0.23 - - [2026-01-29 02:33:18] "POST /neutron/network HTTP/1.1" 200 1122 0.091111 10.0.0.23 - - [2026-01-29 02:33:18] "GET /virtual-network/72eda9ba-430c-4d92-a663-6ad4568644dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2983 0.007351 10.0.0.23 - - [2026-01-29 02:33:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003421 10.0.0.23 - - [2026-01-29 02:33:18] "GET /network-policy/d1d387f0-1830-4ed2-ab91-bf9705a02695?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3156 0.004405 10.0.0.23 - - [2026-01-29 02:33:19] "GET /virtual-network/72eda9ba-430c-4d92-a663-6ad4568644dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2983 0.006150 10.0.0.23 - - [2026-01-29 02:33:19] "GET /obj-perms HTTP/1.1" 200 5062 0.076053 10.0.0.147 - - [2026-01-29 02:33:20] "GET /obj-perms HTTP/1.1" 200 5062 0.051200 10.0.0.240 - - [2026-01-29 02:33:20] "GET /obj-perms HTTP/1.1" 200 5062 0.056210 10.0.0.23 - - [2026-01-29 02:33:20] "DELETE /network-policy/d1d387f0-1830-4ed2-ab91-bf9705a02695 HTTP/1.1" 409 239 0.009542 10.0.0.240 - - [2026-01-29 02:33:20] "POST /useragent-kv HTTP/1.1" 200 115 0.002962 10.0.0.240 - - [2026-01-29 02:33:20] "POST /useragent-kv HTTP/1.1" 200 115 0.003472 10.0.0.147 - - [2026-01-29 02:33:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003516 10.0.0.240 - - [2026-01-29 02:33:20] "POST /useragent-kv HTTP/1.1" 200 115 0.003062 10.0.0.240 - - [2026-01-29 02:33:20] "POST /useragent-kv HTTP/1.1" 200 115 0.002139 10.0.0.23 - - [2026-01-29 02:33:20] "POST /neutron/network HTTP/1.1" 200 151 0.190337 10.0.0.23 - - [2026-01-29 02:33:21] "DELETE /network-policy/d1d387f0-1830-4ed2-ab91-bf9705a02695 HTTP/1.1" 200 115 0.040484 10.0.0.23 - - [2026-01-29 02:33:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004656 10.0.0.240 - - [2026-01-29 02:33:21] "GET /projects?obj_uuids=4b5fe8b3-c0dd-4afc-a132-cf259af1bcad&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001057 10.0.0.23 - - [2026-01-29 02:33:21] "GET /project/4b5fe8b3-c0dd-4afc-a132-cf259af1bcad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1430 0.043517 10.0.0.23 - - [2026-01-29 02:33:21] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyNegativeIpv4v6-58519918&detail=False&count=False&shared=False HTTP/1.1" 200 131 0.005990 10.0.0.240 - - [2026-01-29 02:33:23] "GET /projects?obj_uuids=4b5fe8b3-c0dd-4afc-a132-cf259af1bcad&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.002481 10.0.0.23 - - [2026-01-29 02:33:24] "GET /project/4b5fe8b3-c0dd-4afc-a132-cf259af1bcad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1430 0.039658 10.0.0.240 - - [2026-01-29 02:33:24] "GET /projects?obj_uuids=4b5fe8b3-c0dd-4afc-a132-cf259af1bcad&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001128 10.0.0.23 - - [2026-01-29 02:33:24] "GET /project/4b5fe8b3-c0dd-4afc-a132-cf259af1bcad?fields=virtual_networks HTTP/1.1" 200 1066 0.042274 10.0.0.240 - - [2026-01-29 02:33:24] "GET /projects?obj_uuids=4b5fe8b3-c0dd-4afc-a132-cf259af1bcad&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001056 10.0.0.23 - - [2026-01-29 02:33:24] "GET /project/4b5fe8b3-c0dd-4afc-a132-cf259af1bcad?fields=virtual_machine_interfaces HTTP/1.1" 200 1066 0.043318 10.0.0.240 - - [2026-01-29 02:33:24] "GET /projects?obj_uuids=4b5fe8b3-c0dd-4afc-a132-cf259af1bcad&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001407 10.0.0.23 - - [2026-01-29 02:33:24] "GET /project/4b5fe8b3-c0dd-4afc-a132-cf259af1bcad?fields=security_groups HTTP/1.1" 200 1309 0.038827 10.0.0.23 - - [2026-01-29 02:33:25] "POST /fqname-to-id HTTP/1.1" 404 188 0.028723 10.0.0.240 - - [2026-01-29 02:33:25] "GET /projects?obj_uuids=7fc46a45-e9d1-4e3f-bf59-0a48e9713993&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003474 10.0.0.240 - - [2026-01-29 02:33:25] "GET /domains?obj_uuids=65230a56-1cf0-4d34-9498-1ad48da04806&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001104 10.0.0.240 - - [2026-01-29 02:33:25] "GET /domain/65230a56-1cf0-4d34-9498-1ad48da04806?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008282 10.0.0.240 - - [2026-01-29 02:33:25] "POST /id-to-fqname HTTP/1.1" 200 190 0.003192 10.0.0.240 - - [2026-01-29 02:33:25] "POST /fqname-to-id HTTP/1.1" 404 199 0.003528 10.0.0.240 - - [2026-01-29 02:33:25] "POST /security-groups HTTP/1.1" 200 591 0.029973 10.0.0.240 - - [2026-01-29 02:33:25] "POST /projects HTTP/1.1" 200 585 0.275616 10.0.0.147 - - [2026-01-29 02:33:25] "POST /access-control-lists HTTP/1.1" 200 598 0.027980 10.0.0.240 - - [2026-01-29 02:33:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.348188 10.0.0.23 - - [2026-01-29 02:33:25] "GET /project/7fc46a45-e9d1-4e3f-bf59-0a48e9713993?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.491413 10.0.0.23 - - [2026-01-29 02:33:26] "GET / HTTP/1.1" 200 36215 0.001583 10.0.0.23 - - [2026-01-29 02:33:28] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 401 292 0.000685 10.0.0.23 - - [2026-01-29 02:33:28] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 547 0.064721 10.0.0.23 - - [2026-01-29 02:33:28] "POST /network-ipams HTTP/1.1" 200 515 0.046331 10.0.0.23 - - [2026-01-29 02:33:28] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 753 0.003580 10.0.0.23 - - [2026-01-29 02:33:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004150 10.0.0.23 - - [2026-01-29 02:33:28] "GET /network-ipam/d257494b-2693-4de7-a788-09fc804048bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1290 0.007135 10.0.0.23 - - [2026-01-29 02:33:29] "PUT /network-ipam/d257494b-2693-4de7-a788-09fc804048bf HTTP/1.1" 200 259 0.022748 10.0.0.23 - - [2026-01-29 02:33:29] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 753 0.003396 10.0.0.23 - - [2026-01-29 02:33:29] "POST /network-ipams HTTP/1.1" 200 515 0.032556 10.0.0.23 - - [2026-01-29 02:33:29] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 959 0.003776 10.0.0.23 - - [2026-01-29 02:33:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003798 10.0.0.23 - - [2026-01-29 02:33:29] "GET /network-ipam/7d920c3b-0256-4083-ad75-bc69971f7214?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1289 0.006499 10.0.0.23 - - [2026-01-29 02:33:29] "PUT /network-ipam/7d920c3b-0256-4083-ad75-bc69971f7214 HTTP/1.1" 200 259 0.015477 10.0.0.23 - - [2026-01-29 02:33:29] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 959 0.003867 10.0.0.23 - - [2026-01-29 02:33:29] "POST /network-ipams HTTP/1.1" 200 515 0.034202 10.0.0.23 - - [2026-01-29 02:33:29] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 1166 0.004652 10.0.0.23 - - [2026-01-29 02:33:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.006271 10.0.0.23 - - [2026-01-29 02:33:29] "GET /network-ipam/864842b5-88e3-4fe3-af6f-736bb0856444?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1289 0.007149 10.0.0.23 - - [2026-01-29 02:33:29] "PUT /network-ipam/864842b5-88e3-4fe3-af6f-736bb0856444 HTTP/1.1" 200 259 0.015112 10.0.0.23 - - [2026-01-29 02:33:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003364 10.0.0.240 - - [2026-01-29 02:33:30] "GET /projects?obj_uuids=7fc46a45-e9d1-4e3f-bf59-0a48e9713993&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001102 10.0.0.23 - - [2026-01-29 02:33:30] "GET /project/7fc46a45-e9d1-4e3f-bf59-0a48e9713993?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.047755 10.0.0.147 - - [2026-01-29 02:33:30] "POST /route-targets HTTP/1.1" 200 328 0.016822 10.0.0.240 - - [2026-01-29 02:33:31] "POST /useragent-kv HTTP/1.1" 200 115 0.010789 10.0.0.23 - - [2026-01-29 02:33:31] "POST /neutron/subnet HTTP/1.1" 200 729 0.292314 10.0.0.23 - - [2026-01-29 02:33:31] "POST /id-to-fqname HTTP/1.1" 200 221 0.001388 10.0.0.23 - - [2026-01-29 02:33:31] "GET /virtual-network/8b38bdc6-cbc7-4191-9bf7-d5c0ad9c9e55?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005620 10.0.0.23 - - [2026-01-29 02:33:31] "GET /virtual-network/8b38bdc6-cbc7-4191-9bf7-d5c0ad9c9e55?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005739 10.0.0.23 - - [2026-01-29 02:33:31] "POST /neutron/network HTTP/1.1" 200 825 0.007824 10.0.0.23 - - [2026-01-29 02:33:31] "GET /virtual-network/8b38bdc6-cbc7-4191-9bf7-d5c0ad9c9e55?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.007745 10.0.0.23 - - [2026-01-29 02:33:31] "GET /network-ipam/d257494b-2693-4de7-a788-09fc804048bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1290 0.006279 10.0.0.23 - - [2026-01-29 02:33:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003555 10.0.0.240 - - [2026-01-29 02:33:31] "GET /projects?obj_uuids=7fc46a45-e9d1-4e3f-bf59-0a48e9713993&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001097 10.0.0.23 - - [2026-01-29 02:33:31] "GET /project/7fc46a45-e9d1-4e3f-bf59-0a48e9713993?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.046716 10.0.0.23 - - [2026-01-29 02:33:31] "POST /neutron/network HTTP/1.1" 200 117 0.013019 10.0.0.147 - - [2026-01-29 02:33:31] "POST /ref-update HTTP/1.1" 200 156 0.027327 10.0.0.23 - - [2026-01-29 02:33:31] "POST /neutron/network HTTP/1.1" 200 824 0.011120 10.0.0.23 - - [2026-01-29 02:33:31] "POST /id-to-fqname HTTP/1.1" 200 221 0.001347 10.0.0.23 - - [2026-01-29 02:33:31] "GET /virtual-network/05cff89e-96a2-4744-a667-9de8c96483be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.006185 10.0.0.23 - - [2026-01-29 02:33:31] "GET /virtual-network/05cff89e-96a2-4744-a667-9de8c96483be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.005395 10.0.0.23 - - [2026-01-29 02:33:32] "POST /neutron/subnet HTTP/1.1" 200 725 0.008413 10.0.0.23 - - [2026-01-29 02:33:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004959 10.0.0.240 - - [2026-01-29 02:33:32] "GET /projects?obj_uuids=7fc46a45-e9d1-4e3f-bf59-0a48e9713993&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001213 10.0.0.23 - - [2026-01-29 02:33:32] "GET /project/7fc46a45-e9d1-4e3f-bf59-0a48e9713993?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.044255 10.0.0.240 - - [2026-01-29 02:33:32] "POST /useragent-kv HTTP/1.1" 200 115 0.006251 10.0.0.23 - - [2026-01-29 02:33:32] "POST /neutron/subnet HTTP/1.1" 200 724 0.200917 10.0.0.23 - - [2026-01-29 02:33:32] "POST /id-to-fqname HTTP/1.1" 200 221 0.001527 10.0.0.23 - - [2026-01-29 02:33:32] "GET /virtual-network/84d81d47-c816-4132-96d9-5b9541b6bc56?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.006186 10.0.0.23 - - [2026-01-29 02:33:32] "GET /virtual-network/84d81d47-c816-4132-96d9-5b9541b6bc56?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.006191 10.0.0.23 - - [2026-01-29 02:33:32] "POST /neutron/network HTTP/1.1" 200 824 0.018638 10.0.0.23 - - [2026-01-29 02:33:32] "GET /virtual-network/8b38bdc6-cbc7-4191-9bf7-d5c0ad9c9e55?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005896 10.0.0.23 - - [2026-01-29 02:33:34] "GET /virtual-network/05cff89e-96a2-4744-a667-9de8c96483be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.005614 10.0.0.23 - - [2026-01-29 02:33:34] "GET /virtual-network/84d81d47-c816-4132-96d9-5b9541b6bc56?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.005452 10.0.0.23 - - [2026-01-29 02:33:35] "GET /obj-perms HTTP/1.1" 200 5030 0.049213 10.0.0.147 - - [2026-01-29 02:33:35] "GET /obj-perms HTTP/1.1" 200 5030 0.048112 10.0.0.240 - - [2026-01-29 02:33:35] "GET /obj-perms HTTP/1.1" 200 5030 0.054577 10.0.0.23 - - [2026-01-29 02:33:35] "POST /fqname-to-id HTTP/1.1" 404 215 0.003344 10.0.0.23 - - [2026-01-29 02:33:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003005 10.0.0.240 - - [2026-01-29 02:33:35] "GET /projects?obj_uuids=7fc46a45-e9d1-4e3f-bf59-0a48e9713993&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001482 10.0.0.23 - - [2026-01-29 02:33:35] "GET /project/7fc46a45-e9d1-4e3f-bf59-0a48e9713993?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.048567 10.0.0.23 - - [2026-01-29 02:33:35] "POST /network-policys HTTP/1.1" 200 555 0.031079 10.0.0.23 - - [2026-01-29 02:33:35] "GET /network-policy/6a76fa68-cb90-42aa-8ad9-4dbf82459163?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2124 0.006025 10.0.0.23 - - [2026-01-29 02:33:35] "POST /fqname-to-id HTTP/1.1" 404 215 0.002590 10.0.0.23 - - [2026-01-29 02:33:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003708 10.0.0.240 - - [2026-01-29 02:33:35] "GET /projects?obj_uuids=7fc46a45-e9d1-4e3f-bf59-0a48e9713993&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001047 10.0.0.23 - - [2026-01-29 02:33:35] "GET /project/7fc46a45-e9d1-4e3f-bf59-0a48e9713993?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.052818 10.0.0.23 - - [2026-01-29 02:33:35] "POST /network-policys HTTP/1.1" 200 555 0.027627 10.0.0.23 - - [2026-01-29 02:33:35] "GET /network-policy/a64b6d89-fd8b-4d82-9522-5e90e63be02b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2130 0.006392 10.0.0.23 - - [2026-01-29 02:33:35] "POST /fqname-to-id HTTP/1.1" 404 215 0.002773 10.0.0.23 - - [2026-01-29 02:33:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003315 10.0.0.240 - - [2026-01-29 02:33:35] "GET /projects?obj_uuids=7fc46a45-e9d1-4e3f-bf59-0a48e9713993&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001112 10.0.0.23 - - [2026-01-29 02:33:35] "GET /project/7fc46a45-e9d1-4e3f-bf59-0a48e9713993?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.039468 10.0.0.23 - - [2026-01-29 02:33:35] "POST /network-policys HTTP/1.1" 200 555 0.028429 10.0.0.23 - - [2026-01-29 02:33:36] "GET /network-policy/b327c854-d43d-463b-ba20-b22b56b07a89?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2124 0.007571 10.0.0.147 - - [2026-01-29 02:33:36] "POST /fqname-to-id HTTP/1.1" 404 236 0.003890 10.0.0.23 - - [2026-01-29 02:33:36] "POST /ref-update HTTP/1.1" 200 156 0.052158 10.0.0.23 - - [2026-01-29 02:33:36] "POST /ref-update HTTP/1.1" 200 156 0.085984 10.0.0.147 - - [2026-01-29 02:33:36] "POST /fqname-to-id HTTP/1.1" 404 236 0.007305 10.0.0.23 - - [2026-01-29 02:33:36] "POST /neutron/network HTTP/1.1" 200 916 0.062730 10.0.0.23 - - [2026-01-29 02:33:36] "GET /virtual-network/05cff89e-96a2-4744-a667-9de8c96483be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2352 0.007984 10.0.0.23 - - [2026-01-29 02:33:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.002992 10.0.0.23 - - [2026-01-29 02:33:36] "GET /network-policy/a64b6d89-fd8b-4d82-9522-5e90e63be02b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2130 0.003905 10.0.0.23 - - [2026-01-29 02:33:36] "POST /id-to-fqname HTTP/1.1" 200 221 0.001306 10.0.0.240 - - [2026-01-29 02:33:37] "GET /projects?obj_uuids=7fc46a45-e9d1-4e3f-bf59-0a48e9713993&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001120 10.0.0.23 - - [2026-01-29 02:33:37] "GET /project/7fc46a45-e9d1-4e3f-bf59-0a48e9713993?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.071573 10.0.0.23 - - [2026-01-29 02:33:37] "POST /neutron/network HTTP/1.1" 200 996 0.008261 10.0.0.23 - - [2026-01-29 02:33:37] "POST /id-to-fqname HTTP/1.1" 200 221 0.001511 10.0.0.23 - - [2026-01-29 02:33:37] "POST /neutron/port HTTP/1.1" 200 117 0.006119 10.0.0.240 - - [2026-01-29 02:33:38] "GET /projects?obj_uuids=7fc46a45-e9d1-4e3f-bf59-0a48e9713993&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001115 10.0.0.23 - - [2026-01-29 02:33:38] "POST /neutron/port HTTP/1.1" 200 1061 0.321278 10.0.0.240 - - [2026-01-29 02:33:38] "GET /projects?obj_uuids=7fc46a45-e9d1-4e3f-bf59-0a48e9713993&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001078 10.0.0.23 - - [2026-01-29 02:33:38] "GET /project/7fc46a45-e9d1-4e3f-bf59-0a48e9713993?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.067763 10.0.0.23 - - [2026-01-29 02:33:38] "POST /neutron/network HTTP/1.1" 200 916 0.009089 10.0.0.23 - - [2026-01-29 02:33:39] "POST /neutron/port HTTP/1.1" 200 1125 0.052784 10.0.0.23 - - [2026-01-29 02:33:39] "POST /neutron/port HTTP/1.1" 200 117 0.005900 10.0.0.23 - - [2026-01-29 02:33:39] "POST /id-to-fqname HTTP/1.1" 200 221 0.001170 10.0.0.23 - - [2026-01-29 02:33:39] "POST /neutron/network HTTP/1.1" 200 996 0.006819 10.0.0.23 - - [2026-01-29 02:33:39] "POST /neutron/network HTTP/1.1" 200 834 0.006990 10.0.0.147 - - [2026-01-29 02:33:39] "PUT /access-control-list/202ef795-72cd-4352-b659-80f181477569 HTTP/1.1" 200 273 0.062636 10.0.0.23 - - [2026-01-29 02:33:39] "POST /neutron/port HTTP/1.1" 200 1060 0.018817 10.0.0.23 - - [2026-01-29 02:33:40] "POST /neutron/port HTTP/1.1" 200 1124 0.023832 10.0.0.23 - - [2026-01-29 02:33:40] "POST /neutron/port HTTP/1.1" 200 117 0.001177 10.0.0.240 - - [2026-01-29 02:33:40] "GET /projects?obj_uuids=7fc46a45-e9d1-4e3f-bf59-0a48e9713993&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001680 10.0.0.23 - - [2026-01-29 02:33:40] "GET /project/7fc46a45-e9d1-4e3f-bf59-0a48e9713993?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.074425 10.0.0.23 - - [2026-01-29 02:33:40] "POST /neutron/port HTTP/1.1" 200 2097 0.028540 10.0.0.23 - - [2026-01-29 02:33:40] "POST /neutron/port HTTP/1.1" 200 1125 0.016174 10.0.0.23 - - [2026-01-29 02:33:40] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007855 10.0.0.23 - - [2026-01-29 02:33:40] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007155 10.0.0.23 - - [2026-01-29 02:33:41] "POST /neutron/security_group HTTP/1.1" 200 2058 0.008421 10.0.0.23 - - [2026-01-29 02:33:41] "GET /virtual-machine/b0eaf055-6b99-46ba-9cbc-ce0a6381ba44 HTTP/1.1" 401 292 0.000469 10.0.0.23 - - [2026-01-29 02:33:41] "POST /neutron/port HTTP/1.1" 200 1114 0.109526 10.0.0.23 - - [2026-01-29 02:33:41] "POST /neutron/subnet HTTP/1.1" 200 698 0.008245 10.0.0.23 - - [2026-01-29 02:33:41] "GET /virtual-machine/b0eaf055-6b99-46ba-9cbc-ce0a6381ba44 HTTP/1.1" 200 1295 0.041875 10.0.0.23 - - [2026-01-29 02:33:41] "GET /virtual-machine/b0eaf055-6b99-46ba-9cbc-ce0a6381ba44 HTTP/1.1" 200 1295 0.003720 10.0.0.23 - - [2026-01-29 02:33:41] "GET /virtual-machine-interface/fedcb0ba-8c8d-421f-b005-a224ba247068 HTTP/1.1" 200 2952 0.005347 10.0.0.23 - - [2026-01-29 02:33:41] "GET /virtual-machine/b0eaf055-6b99-46ba-9cbc-ce0a6381ba44 HTTP/1.1" 200 1295 0.003483 10.0.0.23 - - [2026-01-29 02:33:41] "GET /virtual-machine-interface/fedcb0ba-8c8d-421f-b005-a224ba247068 HTTP/1.1" 200 2952 0.005558 10.0.0.23 - - [2026-01-29 02:33:41] "GET /instance-ip/1ccd3572-3f47-4ccf-bbb8-d671498028bc HTTP/1.1" 200 1625 0.006822 10.0.0.23 - - [2026-01-29 02:33:41] "GET /virtual-machine/b0eaf055-6b99-46ba-9cbc-ce0a6381ba44 HTTP/1.1" 200 1295 0.006968 10.0.0.23 - - [2026-01-29 02:33:41] "GET /virtual-machine-interface/fedcb0ba-8c8d-421f-b005-a224ba247068 HTTP/1.1" 200 2952 0.005778 10.0.0.23 - - [2026-01-29 02:33:41] "GET /instance-ip/1ccd3572-3f47-4ccf-bbb8-d671498028bc HTTP/1.1" 200 1625 0.003823 10.0.0.23 - - [2026-01-29 02:33:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.004097 10.0.0.23 - - [2026-01-29 02:33:41] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004762 10.0.0.23 - - [2026-01-29 02:33:41] "GET /virtual-networks?parent_id=7fc46a45-e9d1-4e3f-bf59-0a48e9713993&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.013738 10.0.0.23 - - [2026-01-29 02:33:41] "GET /virtual-network/8b38bdc6-cbc7-4191-9bf7-d5c0ad9c9e55?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2641 0.006054 10.0.0.23 - - [2026-01-29 02:33:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003517 10.0.0.23 - - [2026-01-29 02:33:41] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004779 10.0.0.23 - - [2026-01-29 02:33:41] "GET /virtual-networks?parent_id=7fc46a45-e9d1-4e3f-bf59-0a48e9713993&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003136 10.0.0.23 - - [2026-01-29 02:33:41] "GET /virtual-network/8b38bdc6-cbc7-4191-9bf7-d5c0ad9c9e55?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2641 0.006040 10.0.0.23 - - [2026-01-29 02:33:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003561 10.0.0.23 - - [2026-01-29 02:33:42] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003489 10.0.0.23 - - [2026-01-29 02:33:42] "GET /virtual-networks?parent_id=7fc46a45-e9d1-4e3f-bf59-0a48e9713993&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.002773 10.0.0.23 - - [2026-01-29 02:33:42] "GET /virtual-network/8b38bdc6-cbc7-4191-9bf7-d5c0ad9c9e55?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2641 0.005965 10.0.0.23 - - [2026-01-29 02:33:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003665 10.0.0.23 - - [2026-01-29 02:33:42] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004292 10.0.0.23 - - [2026-01-29 02:33:42] "GET /virtual-networks?parent_id=7fc46a45-e9d1-4e3f-bf59-0a48e9713993&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003769 10.0.0.23 - - [2026-01-29 02:33:42] "GET /virtual-network/8b38bdc6-cbc7-4191-9bf7-d5c0ad9c9e55?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2641 0.006152 10.0.0.23 - - [2026-01-29 02:33:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003229 10.0.0.23 - - [2026-01-29 02:33:42] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004243 10.0.0.23 - - [2026-01-29 02:33:42] "GET /virtual-networks?parent_id=7fc46a45-e9d1-4e3f-bf59-0a48e9713993&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003048 10.0.0.23 - - [2026-01-29 02:33:42] "GET /virtual-network/8b38bdc6-cbc7-4191-9bf7-d5c0ad9c9e55?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2641 0.005512 10.0.0.240 - - [2026-01-29 02:33:45] "DELETE /project/4b5fe8b3c0dd4afca132cf259af1bcad HTTP/1.1" 404 173 0.009303 10.0.0.240 - - [2026-01-29 02:33:45] "DELETE /project/7fc46a45e9d14e3fbf590a48e9713993 HTTP/1.1" 404 173 0.013213 10.0.0.240 - - [2026-01-29 02:33:45] "DELETE /project/6a94fc46e71f4f0ba3484763d8228f81 HTTP/1.1" 404 173 0.008705 10.0.0.240 - - [2026-01-29 02:33:45] "GET /projects?obj_uuids=4b5fe8b3-c0dd-4afc-a132-cf259af1bcad&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000860 10.0.0.240 - - [2026-01-29 02:33:45] "GET /projects?obj_uuids=6a94fc46-e71f-4f0b-a348-4763d8228f81&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.000788 10.0.0.240 - - [2026-01-29 02:33:45] "GET /project/6a94fc46-e71f-4f0b-a348-4763d8228f81?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1524 0.053396 10.0.0.240 - - [2026-01-29 02:33:45] "GET /projects?obj_uuids=6a94fc46-e71f-4f0b-a348-4763d8228f81&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.000910 10.0.0.240 - - [2026-01-29 02:33:45] "GET /project/4b5fe8b3-c0dd-4afc-a132-cf259af1bcad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1532 0.064428 10.0.0.240 - - [2026-01-29 02:33:45] "GET /projects?obj_uuids=4b5fe8b3-c0dd-4afc-a132-cf259af1bcad&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001325 10.0.0.240 - - [2026-01-29 02:33:45] "GET /project/6a94fc46-e71f-4f0b-a348-4763d8228f81?fields=security_groups HTTP/1.1" 200 1405 0.049023 10.0.0.240 - - [2026-01-29 02:33:45] "GET /project/4b5fe8b3-c0dd-4afc-a132-cf259af1bcad?fields=security_groups HTTP/1.1" 200 1411 0.093742 10.0.0.240 - - [2026-01-29 02:33:45] "DELETE /security-group/d1725224-fc15-45bf-b1b3-f63c95419b26 HTTP/1.1" 200 115 0.062429 10.0.0.240 - - [2026-01-29 02:33:45] "GET /projects?obj_uuids=6a94fc46-e71f-4f0b-a348-4763d8228f81&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001496 10.0.0.23 - - [2026-01-29 02:33:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.013739 10.0.0.23 - - [2026-01-29 02:33:45] "GET /virtual-network/8b38bdc6-cbc7-4191-9bf7-d5c0ad9c9e55?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2641 0.005815 10.0.0.240 - - [2026-01-29 02:33:45] "GET /project/6a94fc46-e71f-4f0b-a348-4763d8228f81?fields=application_policy_sets HTTP/1.1" 200 1444 0.109035 10.0.0.240 - - [2026-01-29 02:33:45] "DELETE /security-group/43dabffd-851b-4c63-a720-8f47f0ab190c HTTP/1.1" 200 115 0.147011 10.0.0.240 - - [2026-01-29 02:33:45] "GET /projects?obj_uuids=4b5fe8b3-c0dd-4afc-a132-cf259af1bcad&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001069 10.0.0.147 - - [2026-01-29 02:33:45] "DELETE /access-control-list/311c805a-6b0a-4cc8-90d0-5a37f0d63f8c HTTP/1.1" 200 115 0.048287 10.0.0.240 - - [2026-01-29 02:33:45] "GET /project/4b5fe8b3-c0dd-4afc-a132-cf259af1bcad?fields=application_policy_sets HTTP/1.1" 200 1450 0.046765 10.0.0.240 - - [2026-01-29 02:33:45] "DELETE /project/6a94fc46-e71f-4f0b-a348-4763d8228f81 HTTP/1.1" 200 115 0.537619 10.0.0.240 - - [2026-01-29 02:33:45] "DELETE /project/4b5fe8b3-c0dd-4afc-a132-cf259af1bcad HTTP/1.1" 200 115 0.605979 10.0.0.23 - - [2026-01-29 02:33:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004282 10.0.0.23 - - [2026-01-29 02:33:49] "GET /virtual-network/8b38bdc6-cbc7-4191-9bf7-d5c0ad9c9e55?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2641 0.005781 10.0.0.23 - - [2026-01-29 02:33:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003916 10.0.0.23 - - [2026-01-29 02:33:53] "GET /virtual-network/8b38bdc6-cbc7-4191-9bf7-d5c0ad9c9e55?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2641 0.009188 10.0.0.23 - - [2026-01-29 02:33:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003740 10.0.0.23 - - [2026-01-29 02:33:57] "GET /virtual-network/8b38bdc6-cbc7-4191-9bf7-d5c0ad9c9e55?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2641 0.007169 10.0.0.23 - - [2026-01-29 02:34:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003781 10.0.0.23 - - [2026-01-29 02:34:01] "GET /virtual-network/8b38bdc6-cbc7-4191-9bf7-d5c0ad9c9e55?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2641 0.005471 10.0.0.23 - - [2026-01-29 02:34:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004232 10.0.0.23 - - [2026-01-29 02:34:06] "GET /virtual-network/8b38bdc6-cbc7-4191-9bf7-d5c0ad9c9e55?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2641 0.006021 10.0.0.23 - - [2026-01-29 02:34:07] "POST /neutron/port HTTP/1.1" 200 1124 0.058785 10.0.0.23 - - [2026-01-29 02:34:07] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004115 10.0.0.23 - - [2026-01-29 02:34:07] "POST /neutron/network HTTP/1.1" 200 916 0.006920 10.0.0.23 - - [2026-01-29 02:34:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003835 10.0.0.23 - - [2026-01-29 02:34:10] "GET /virtual-network/8b38bdc6-cbc7-4191-9bf7-d5c0ad9c9e55?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2641 0.005724 10.0.0.23 - - [2026-01-29 02:34:10] "POST /neutron/network HTTP/1.1" 200 1006 0.008338 10.0.0.23 - - [2026-01-29 02:34:10] "POST /neutron/port HTTP/1.1" 200 117 0.001338 10.0.0.23 - - [2026-01-29 02:34:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003746 10.0.0.23 - - [2026-01-29 02:34:14] "GET /virtual-network/8b38bdc6-cbc7-4191-9bf7-d5c0ad9c9e55?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2641 0.006225 10.0.0.23 - - [2026-01-29 02:34:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003410 10.0.0.23 - - [2026-01-29 02:34:18] "GET /virtual-network/8b38bdc6-cbc7-4191-9bf7-d5c0ad9c9e55?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2641 0.005526 10.0.0.23 - - [2026-01-29 02:34:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003699 10.0.0.23 - - [2026-01-29 02:34:22] "GET /virtual-network/8b38bdc6-cbc7-4191-9bf7-d5c0ad9c9e55?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2641 0.005312 10.0.0.23 - - [2026-01-29 02:34:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003592 10.0.0.23 - - [2026-01-29 02:34:26] "GET /virtual-network/8b38bdc6-cbc7-4191-9bf7-d5c0ad9c9e55?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2641 0.005750 10.0.0.23 - - [2026-01-29 02:34:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003907 10.0.0.23 - - [2026-01-29 02:34:30] "GET /virtual-network/8b38bdc6-cbc7-4191-9bf7-d5c0ad9c9e55?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2641 0.005812 10.0.0.23 - - [2026-01-29 02:34:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003995 10.0.0.23 - - [2026-01-29 02:34:34] "GET /virtual-network/8b38bdc6-cbc7-4191-9bf7-d5c0ad9c9e55?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2641 0.005644 10.0.0.23 - - [2026-01-29 02:34:35] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007422 10.0.0.23 - - [2026-01-29 02:34:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003776 10.0.0.23 - - [2026-01-29 02:34:36] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004406 10.0.0.23 - - [2026-01-29 02:34:36] "GET /virtual-networks?parent_id=7fc46a45-e9d1-4e3f-bf59-0a48e9713993&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003677 10.0.0.23 - - [2026-01-29 02:34:36] "GET /virtual-network/8b38bdc6-cbc7-4191-9bf7-d5c0ad9c9e55?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2641 0.008426 10.0.0.23 - - [2026-01-29 02:34:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003632 10.0.0.23 - - [2026-01-29 02:34:37] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003872 10.0.0.23 - - [2026-01-29 02:34:37] "GET /virtual-networks?parent_id=7fc46a45-e9d1-4e3f-bf59-0a48e9713993&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.002837 10.0.0.23 - - [2026-01-29 02:34:37] "GET /virtual-network/8b38bdc6-cbc7-4191-9bf7-d5c0ad9c9e55?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2641 0.007614 10.0.0.23 - - [2026-01-29 02:34:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.004041 10.0.0.23 - - [2026-01-29 02:34:37] "GET /routing-instance/74d0da1b-c334-4622-b9b7-4572e9d351d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1789 0.004474 10.0.0.23 - - [2026-01-29 02:34:37] "GET /route-target/160dfd9b-369c-4ff3-b09b-29cd4b405d95?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.003637 10.0.0.23 - - [2026-01-29 02:34:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003945 10.0.0.23 - - [2026-01-29 02:34:37] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003677 10.0.0.23 - - [2026-01-29 02:34:37] "GET /virtual-networks?parent_id=7fc46a45-e9d1-4e3f-bf59-0a48e9713993&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.002969 10.0.0.23 - - [2026-01-29 02:34:37] "GET /virtual-network/8b38bdc6-cbc7-4191-9bf7-d5c0ad9c9e55?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2641 0.006162 10.0.0.23 - - [2026-01-29 02:34:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.002913 10.0.0.23 - - [2026-01-29 02:34:37] "GET /routing-instance/74d0da1b-c334-4622-b9b7-4572e9d351d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1789 0.004431 10.0.0.23 - - [2026-01-29 02:34:37] "GET /route-target/160dfd9b-369c-4ff3-b09b-29cd4b405d95?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.003462 10.0.0.23 - - [2026-01-29 02:34:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003376 10.0.0.23 - - [2026-01-29 02:34:37] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004133 10.0.0.23 - - [2026-01-29 02:34:37] "GET /virtual-networks?parent_id=7fc46a45-e9d1-4e3f-bf59-0a48e9713993&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003406 10.0.0.23 - - [2026-01-29 02:34:37] "GET /virtual-network/8b38bdc6-cbc7-4191-9bf7-d5c0ad9c9e55?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2641 0.009685 10.0.0.23 - - [2026-01-29 02:34:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.004082 10.0.0.23 - - [2026-01-29 02:34:37] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004946 10.0.0.23 - - [2026-01-29 02:34:37] "GET /virtual-networks?parent_id=7fc46a45-e9d1-4e3f-bf59-0a48e9713993&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003710 10.0.0.23 - - [2026-01-29 02:34:37] "GET /virtual-network/8b38bdc6-cbc7-4191-9bf7-d5c0ad9c9e55?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2641 0.005857 10.0.0.23 - - [2026-01-29 02:34:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003691 10.0.0.23 - - [2026-01-29 02:34:37] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004080 10.0.0.23 - - [2026-01-29 02:34:37] "GET /virtual-networks?parent_id=7fc46a45-e9d1-4e3f-bf59-0a48e9713993&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003095 10.0.0.23 - - [2026-01-29 02:34:37] "GET /virtual-network/8b38bdc6-cbc7-4191-9bf7-d5c0ad9c9e55?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2641 0.007014 10.0.0.240 - - [2026-01-29 02:34:37] "GET /obj-perms HTTP/1.1" 200 5030 0.003971 10.0.0.23 - - [2026-01-29 02:34:37] "GET /obj-perms HTTP/1.1" 200 5030 0.003779 10.0.0.23 - - [2026-01-29 02:34:38] "GET /obj-perms HTTP/1.1" 200 5030 0.004198 10.0.0.147 - - [2026-01-29 02:34:38] "GET /obj-perms HTTP/1.1" 200 5030 0.003692 10.0.0.23 - - [2026-01-29 02:34:38] "POST /neutron/port HTTP/1.1" 200 1124 0.016936 10.0.0.23 - - [2026-01-29 02:34:38] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007416 10.0.0.23 - - [2026-01-29 02:34:38] "GET /virtual-machine/21f49d94-44b1-43b5-919b-c9e91bc3452d HTTP/1.1" 200 1294 0.005841 10.0.0.23 - - [2026-01-29 02:34:38] "GET /virtual-machine/21f49d94-44b1-43b5-919b-c9e91bc3452d HTTP/1.1" 200 1294 0.003140 10.0.0.23 - - [2026-01-29 02:34:38] "GET /virtual-machine-interface/1f233438-4ae9-4798-8a17-3a3fedcbce88 HTTP/1.1" 200 2950 0.004857 10.0.0.23 - - [2026-01-29 02:34:38] "GET /virtual-machine/21f49d94-44b1-43b5-919b-c9e91bc3452d HTTP/1.1" 200 1294 0.003488 10.0.0.23 - - [2026-01-29 02:34:38] "GET /virtual-machine-interface/1f233438-4ae9-4798-8a17-3a3fedcbce88 HTTP/1.1" 200 2950 0.005233 10.0.0.23 - - [2026-01-29 02:34:38] "GET /instance-ip/8ef764e8-7832-47b4-b1f0-29edf0286424 HTTP/1.1" 200 1625 0.005895 10.0.0.23 - - [2026-01-29 02:34:38] "GET /virtual-machine/21f49d94-44b1-43b5-919b-c9e91bc3452d HTTP/1.1" 200 1294 0.003259 10.0.0.23 - - [2026-01-29 02:34:38] "GET /virtual-machine-interface/1f233438-4ae9-4798-8a17-3a3fedcbce88 HTTP/1.1" 200 2950 0.004778 10.0.0.23 - - [2026-01-29 02:34:38] "GET /instance-ip/8ef764e8-7832-47b4-b1f0-29edf0286424 HTTP/1.1" 200 1625 0.004099 10.0.0.23 - - [2026-01-29 02:34:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003366 10.0.0.23 - - [2026-01-29 02:34:38] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003260 10.0.0.23 - - [2026-01-29 02:34:38] "GET /virtual-networks?parent_id=7fc46a45-e9d1-4e3f-bf59-0a48e9713993&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.002760 10.0.0.23 - - [2026-01-29 02:34:38] "GET /virtual-network/05cff89e-96a2-4744-a667-9de8c96483be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2352 0.005506 10.0.0.23 - - [2026-01-29 02:34:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003223 10.0.0.23 - - [2026-01-29 02:34:38] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004507 10.0.0.23 - - [2026-01-29 02:34:38] "GET /virtual-networks?parent_id=7fc46a45-e9d1-4e3f-bf59-0a48e9713993&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003026 10.0.0.23 - - [2026-01-29 02:34:38] "GET /virtual-network/05cff89e-96a2-4744-a667-9de8c96483be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2352 0.006104 10.0.0.23 - - [2026-01-29 02:34:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003517 10.0.0.23 - - [2026-01-29 02:34:38] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004216 10.0.0.23 - - [2026-01-29 02:34:38] "GET /virtual-networks?parent_id=7fc46a45-e9d1-4e3f-bf59-0a48e9713993&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003222 10.0.0.23 - - [2026-01-29 02:34:38] "GET /virtual-network/05cff89e-96a2-4744-a667-9de8c96483be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2352 0.005968 10.0.0.23 - - [2026-01-29 02:34:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003231 10.0.0.23 - - [2026-01-29 02:34:38] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004254 10.0.0.23 - - [2026-01-29 02:34:38] "GET /virtual-networks?parent_id=7fc46a45-e9d1-4e3f-bf59-0a48e9713993&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.004542 10.0.0.23 - - [2026-01-29 02:34:39] "GET /virtual-network/05cff89e-96a2-4744-a667-9de8c96483be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2352 0.005639 10.0.0.23 - - [2026-01-29 02:34:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.004301 10.0.0.23 - - [2026-01-29 02:34:39] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004375 10.0.0.23 - - [2026-01-29 02:34:39] "GET /virtual-networks?parent_id=7fc46a45-e9d1-4e3f-bf59-0a48e9713993&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003122 10.0.0.23 - - [2026-01-29 02:34:39] "GET /virtual-network/05cff89e-96a2-4744-a667-9de8c96483be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2352 0.005902 10.0.0.23 - - [2026-01-29 02:34:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003608 10.0.0.23 - - [2026-01-29 02:34:40] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004388 10.0.0.23 - - [2026-01-29 02:34:40] "GET /virtual-networks?parent_id=7fc46a45-e9d1-4e3f-bf59-0a48e9713993&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003652 10.0.0.23 - - [2026-01-29 02:34:40] "GET /virtual-network/05cff89e-96a2-4744-a667-9de8c96483be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2352 0.006496 10.0.0.23 - - [2026-01-29 02:34:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003680 10.0.0.23 - - [2026-01-29 02:34:40] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003666 10.0.0.23 - - [2026-01-29 02:34:40] "GET /virtual-networks?parent_id=7fc46a45-e9d1-4e3f-bf59-0a48e9713993&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.002973 10.0.0.23 - - [2026-01-29 02:34:40] "GET /virtual-network/05cff89e-96a2-4744-a667-9de8c96483be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2352 0.005642 10.0.0.23 - - [2026-01-29 02:34:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003046 10.0.0.23 - - [2026-01-29 02:34:40] "GET /routing-instance/9ca3ef5f-5b6e-4ea1-8088-99c97ac6e88b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1789 0.004807 10.0.0.23 - - [2026-01-29 02:34:40] "GET /route-target/9ed48b30-d879-4acd-bdba-5b226fa3ccf7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.003573 10.0.0.23 - - [2026-01-29 02:34:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003551 10.0.0.23 - - [2026-01-29 02:34:40] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003965 10.0.0.23 - - [2026-01-29 02:34:40] "GET /virtual-networks?parent_id=7fc46a45-e9d1-4e3f-bf59-0a48e9713993&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.002890 10.0.0.23 - - [2026-01-29 02:34:40] "GET /virtual-network/05cff89e-96a2-4744-a667-9de8c96483be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2352 0.006263 10.0.0.23 - - [2026-01-29 02:34:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003100 10.0.0.23 - - [2026-01-29 02:34:40] "GET /routing-instance/9ca3ef5f-5b6e-4ea1-8088-99c97ac6e88b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1789 0.005556 10.0.0.23 - - [2026-01-29 02:34:40] "GET /route-target/9ed48b30-d879-4acd-bdba-5b226fa3ccf7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.004369 10.0.0.23 - - [2026-01-29 02:34:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004386 10.0.0.23 - - [2026-01-29 02:34:40] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004946 10.0.0.23 - - [2026-01-29 02:34:40] "GET /virtual-networks?parent_id=7fc46a45-e9d1-4e3f-bf59-0a48e9713993&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003295 10.0.0.23 - - [2026-01-29 02:34:40] "GET /virtual-network/05cff89e-96a2-4744-a667-9de8c96483be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2352 0.006200 10.0.0.23 - - [2026-01-29 02:34:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.004776 10.0.0.23 - - [2026-01-29 02:34:41] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004464 10.0.0.23 - - [2026-01-29 02:34:41] "GET /virtual-networks?parent_id=7fc46a45-e9d1-4e3f-bf59-0a48e9713993&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003936 10.0.0.23 - - [2026-01-29 02:34:41] "GET /virtual-network/05cff89e-96a2-4744-a667-9de8c96483be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2352 0.009363 10.0.0.23 - - [2026-01-29 02:34:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.004594 10.0.0.23 - - [2026-01-29 02:34:41] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004286 10.0.0.23 - - [2026-01-29 02:34:41] "GET /virtual-networks?parent_id=7fc46a45-e9d1-4e3f-bf59-0a48e9713993&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003145 10.0.0.23 - - [2026-01-29 02:34:41] "GET /virtual-network/05cff89e-96a2-4744-a667-9de8c96483be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2352 0.006164 10.0.0.240 - - [2026-01-29 02:34:41] "GET /obj-perms HTTP/1.1" 200 5030 0.004200 10.0.0.23 - - [2026-01-29 02:34:41] "GET /obj-perms HTTP/1.1" 200 5030 0.003909 10.0.0.23 - - [2026-01-29 02:34:41] "GET /obj-perms HTTP/1.1" 200 5030 0.003913 10.0.0.23 - - [2026-01-29 02:34:41] "GET /obj-perms HTTP/1.1" 200 5030 0.004023 10.0.0.240 - - [2026-01-29 02:34:41] "GET /obj-perms HTTP/1.1" 200 5030 0.003616 10.0.0.23 - - [2026-01-29 02:34:41] "POST /neutron/port HTTP/1.1" 200 1124 0.017593 10.0.0.23 - - [2026-01-29 02:34:41] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007136 10.0.0.23 - - [2026-01-29 02:34:41] "POST /neutron/port HTTP/1.1" 200 1124 0.016246 10.0.0.23 - - [2026-01-29 02:34:41] "GET /virtual-machine/564a82fc-0421-419c-bd86-089c9b5cae53 HTTP/1.1" 200 1294 0.005898 10.0.0.23 - - [2026-01-29 02:34:41] "GET /virtual-machine/564a82fc-0421-419c-bd86-089c9b5cae53 HTTP/1.1" 200 1294 0.003509 10.0.0.23 - - [2026-01-29 02:34:41] "GET /virtual-machine-interface/1acecf6c-0fdd-4f27-81c5-6e4de706143a HTTP/1.1" 200 2950 0.005112 10.0.0.23 - - [2026-01-29 02:34:41] "GET /virtual-machine/564a82fc-0421-419c-bd86-089c9b5cae53 HTTP/1.1" 200 1294 0.003363 10.0.0.23 - - [2026-01-29 02:34:41] "GET /virtual-machine-interface/1acecf6c-0fdd-4f27-81c5-6e4de706143a HTTP/1.1" 200 2950 0.005600 10.0.0.23 - - [2026-01-29 02:34:41] "GET /instance-ip/8f6e3358-d176-4450-a34a-1f3542d68496 HTTP/1.1" 200 1625 0.005244 10.0.0.23 - - [2026-01-29 02:34:41] "GET /virtual-machine/564a82fc-0421-419c-bd86-089c9b5cae53 HTTP/1.1" 200 1294 0.003348 10.0.0.23 - - [2026-01-29 02:34:41] "GET /virtual-machine-interface/1acecf6c-0fdd-4f27-81c5-6e4de706143a HTTP/1.1" 200 2950 0.005107 10.0.0.23 - - [2026-01-29 02:34:41] "GET /instance-ip/8f6e3358-d176-4450-a34a-1f3542d68496 HTTP/1.1" 200 1625 0.003839 10.0.0.23 - - [2026-01-29 02:34:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003521 10.0.0.23 - - [2026-01-29 02:34:41] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003783 10.0.0.23 - - [2026-01-29 02:34:41] "GET /virtual-networks?parent_id=7fc46a45-e9d1-4e3f-bf59-0a48e9713993&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.002848 10.0.0.23 - - [2026-01-29 02:34:42] "GET /virtual-network/84d81d47-c816-4132-96d9-5b9541b6bc56?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.006352 10.0.0.23 - - [2026-01-29 02:34:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.005525 10.0.0.23 - - [2026-01-29 02:34:42] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003963 10.0.0.23 - - [2026-01-29 02:34:42] "GET /virtual-networks?parent_id=7fc46a45-e9d1-4e3f-bf59-0a48e9713993&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003031 10.0.0.23 - - [2026-01-29 02:34:42] "GET /virtual-network/84d81d47-c816-4132-96d9-5b9541b6bc56?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.005928 10.0.0.23 - - [2026-01-29 02:34:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003373 10.0.0.23 - - [2026-01-29 02:34:42] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004509 10.0.0.23 - - [2026-01-29 02:34:42] "GET /virtual-networks?parent_id=7fc46a45-e9d1-4e3f-bf59-0a48e9713993&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003612 10.0.0.23 - - [2026-01-29 02:34:42] "GET /virtual-network/84d81d47-c816-4132-96d9-5b9541b6bc56?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.006768 10.0.0.23 - - [2026-01-29 02:34:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003559 10.0.0.23 - - [2026-01-29 02:34:42] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004468 10.0.0.23 - - [2026-01-29 02:34:42] "GET /virtual-networks?parent_id=7fc46a45-e9d1-4e3f-bf59-0a48e9713993&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003023 10.0.0.23 - - [2026-01-29 02:34:42] "GET /virtual-network/84d81d47-c816-4132-96d9-5b9541b6bc56?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.005821 10.0.0.23 - - [2026-01-29 02:34:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003365 10.0.0.23 - - [2026-01-29 02:34:42] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004058 10.0.0.23 - - [2026-01-29 02:34:42] "GET /virtual-networks?parent_id=7fc46a45-e9d1-4e3f-bf59-0a48e9713993&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003057 10.0.0.23 - - [2026-01-29 02:34:42] "GET /virtual-network/84d81d47-c816-4132-96d9-5b9541b6bc56?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.006342 10.0.0.23 - - [2026-01-29 02:34:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003598 10.0.0.23 - - [2026-01-29 02:34:43] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003693 10.0.0.23 - - [2026-01-29 02:34:43] "GET /virtual-networks?parent_id=7fc46a45-e9d1-4e3f-bf59-0a48e9713993&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003601 10.0.0.23 - - [2026-01-29 02:34:43] "GET /virtual-network/84d81d47-c816-4132-96d9-5b9541b6bc56?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.007569 10.0.0.23 - - [2026-01-29 02:34:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.004307 10.0.0.23 - - [2026-01-29 02:34:43] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004772 10.0.0.23 - - [2026-01-29 02:34:43] "GET /virtual-networks?parent_id=7fc46a45-e9d1-4e3f-bf59-0a48e9713993&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003615 10.0.0.23 - - [2026-01-29 02:34:43] "GET /virtual-network/84d81d47-c816-4132-96d9-5b9541b6bc56?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.007648 10.0.0.23 - - [2026-01-29 02:34:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003666 10.0.0.23 - - [2026-01-29 02:34:43] "GET /routing-instance/57e7fdb3-f61f-4430-832e-bd9972b57192?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1481 0.006066 10.0.0.23 - - [2026-01-29 02:34:44] "GET /route-target/ae003103-b1eb-4386-b985-be985a739d84?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.004341 10.0.0.23 - - [2026-01-29 02:34:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003794 10.0.0.23 - - [2026-01-29 02:34:44] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004319 10.0.0.23 - - [2026-01-29 02:34:44] "GET /virtual-networks?parent_id=7fc46a45-e9d1-4e3f-bf59-0a48e9713993&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003446 10.0.0.23 - - [2026-01-29 02:34:44] "GET /virtual-network/84d81d47-c816-4132-96d9-5b9541b6bc56?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.005911 10.0.0.23 - - [2026-01-29 02:34:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003526 10.0.0.23 - - [2026-01-29 02:34:44] "GET /routing-instance/57e7fdb3-f61f-4430-832e-bd9972b57192?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1481 0.004913 10.0.0.23 - - [2026-01-29 02:34:44] "GET /route-target/ae003103-b1eb-4386-b985-be985a739d84?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.004038 10.0.0.23 - - [2026-01-29 02:34:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004059 10.0.0.23 - - [2026-01-29 02:34:44] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004814 10.0.0.23 - - [2026-01-29 02:34:44] "GET /virtual-networks?parent_id=7fc46a45-e9d1-4e3f-bf59-0a48e9713993&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.004579 10.0.0.23 - - [2026-01-29 02:34:44] "GET /virtual-network/84d81d47-c816-4132-96d9-5b9541b6bc56?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.006025 10.0.0.23 - - [2026-01-29 02:34:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003386 10.0.0.23 - - [2026-01-29 02:34:44] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004275 10.0.0.23 - - [2026-01-29 02:34:44] "GET /virtual-networks?parent_id=7fc46a45-e9d1-4e3f-bf59-0a48e9713993&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003201 10.0.0.23 - - [2026-01-29 02:34:44] "GET /virtual-network/84d81d47-c816-4132-96d9-5b9541b6bc56?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.005832 10.0.0.23 - - [2026-01-29 02:34:44] "GET /obj-perms HTTP/1.1" 200 5030 0.003578 10.0.0.240 - - [2026-01-29 02:34:44] "GET /obj-perms HTTP/1.1" 200 5030 0.004302 10.0.0.23 - - [2026-01-29 02:34:44] "GET /obj-perms HTTP/1.1" 200 5030 0.003539 10.0.0.147 - - [2026-01-29 02:34:44] "GET /obj-perms HTTP/1.1" 200 5030 0.003787 10.0.0.23 - - [2026-01-29 02:34:44] "GET /virtual-machine/b0eaf055-6b99-46ba-9cbc-ce0a6381ba44 HTTP/1.1" 200 1295 0.004418 10.0.0.23 - - [2026-01-29 02:34:44] "GET /virtual-machine-interface/fedcb0ba-8c8d-421f-b005-a224ba247068 HTTP/1.1" 200 2952 0.005346 10.0.0.23 - - [2026-01-29 02:34:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003474 10.0.0.23 - - [2026-01-29 02:34:44] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003599 10.0.0.23 - - [2026-01-29 02:34:44] "GET /virtual-networks?parent_id=7fc46a45-e9d1-4e3f-bf59-0a48e9713993&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003203 10.0.0.23 - - [2026-01-29 02:34:44] "GET /virtual-network/8b38bdc6-cbc7-4191-9bf7-d5c0ad9c9e55?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2641 0.006025 10.0.0.23 - - [2026-01-29 02:34:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004143 10.0.0.23 - - [2026-01-29 02:34:46] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004321 10.0.0.23 - - [2026-01-29 02:34:46] "GET /virtual-networks?parent_id=7fc46a45-e9d1-4e3f-bf59-0a48e9713993&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003508 10.0.0.23 - - [2026-01-29 02:34:46] "GET /virtual-network/8b38bdc6-cbc7-4191-9bf7-d5c0ad9c9e55?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2641 0.006165 10.0.0.23 - - [2026-01-29 02:34:46] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007940 10.0.0.23 - - [2026-01-29 02:34:51] "POST /neutron/port HTTP/1.1" 200 1125 0.017394 10.0.0.147 - - [2026-01-29 02:34:51] "GET /global-system-configs HTTP/1.1" 401 292 0.000456 10.0.0.147 - - [2026-01-29 02:34:51] "GET /global-system-configs HTTP/1.1" 401 292 0.000457 10.0.0.23 - - [2026-01-29 02:34:52] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006926 10.0.0.147 - - [2026-01-29 02:34:52] "GET /global-system-configs HTTP/1.1" 401 292 0.000543 10.0.0.147 - - [2026-01-29 02:34:52] "GET /global-system-configs HTTP/1.1" 401 292 0.000433 10.0.0.23 - - [2026-01-29 02:34:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000412 10.0.0.23 - - [2026-01-29 02:34:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000407 10.0.0.240 - - [2026-01-29 02:34:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000583 10.0.0.240 - - [2026-01-29 02:34:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000434 10.0.0.23 - - [2026-01-29 02:34:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000564 10.0.0.23 - - [2026-01-29 02:34:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000476 10.0.0.240 - - [2026-01-29 02:34:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000416 10.0.0.240 - - [2026-01-29 02:34:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000389 10.0.0.23 - - [2026-01-29 02:35:00] "GET /obj-perms HTTP/1.1" 200 5056 0.057489 10.0.0.147 - - [2026-01-29 02:35:01] "GET /obj-perms HTTP/1.1" 200 5056 0.061620 10.0.0.23 - - [2026-01-29 02:35:01] "GET /virtual-machine/21f49d94-44b1-43b5-919b-c9e91bc3452d HTTP/1.1" 200 1294 0.004452 10.0.0.23 - - [2026-01-29 02:35:01] "GET /virtual-machine-interface/1f233438-4ae9-4798-8a17-3a3fedcbce88 HTTP/1.1" 200 2950 0.006059 10.0.0.23 - - [2026-01-29 02:35:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003555 10.0.0.23 - - [2026-01-29 02:35:01] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003911 10.0.0.23 - - [2026-01-29 02:35:01] "GET /virtual-networks?parent_id=7fc46a45-e9d1-4e3f-bf59-0a48e9713993&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003677 10.0.0.23 - - [2026-01-29 02:35:01] "GET /virtual-network/05cff89e-96a2-4744-a667-9de8c96483be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2352 0.007797 10.0.0.23 - - [2026-01-29 02:35:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003751 10.0.0.23 - - [2026-01-29 02:35:02] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003832 10.0.0.23 - - [2026-01-29 02:35:02] "GET /virtual-networks?parent_id=7fc46a45-e9d1-4e3f-bf59-0a48e9713993&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003139 10.0.0.23 - - [2026-01-29 02:35:02] "GET /virtual-network/05cff89e-96a2-4744-a667-9de8c96483be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2352 0.005867 10.0.0.23 - - [2026-01-29 02:35:03] "GET /virtual-machine/564a82fc-0421-419c-bd86-089c9b5cae53 HTTP/1.1" 200 1294 0.004277 10.0.0.23 - - [2026-01-29 02:35:03] "GET /virtual-machine-interface/1acecf6c-0fdd-4f27-81c5-6e4de706143a HTTP/1.1" 200 2950 0.005344 10.0.0.23 - - [2026-01-29 02:35:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.002993 10.0.0.23 - - [2026-01-29 02:35:03] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003820 10.0.0.23 - - [2026-01-29 02:35:03] "GET /virtual-networks?parent_id=7fc46a45-e9d1-4e3f-bf59-0a48e9713993&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.002820 10.0.0.23 - - [2026-01-29 02:35:03] "GET /virtual-network/84d81d47-c816-4132-96d9-5b9541b6bc56?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.006448 10.0.0.23 - - [2026-01-29 02:35:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003858 10.0.0.23 - - [2026-01-29 02:35:04] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004412 10.0.0.23 - - [2026-01-29 02:35:04] "GET /virtual-networks?parent_id=7fc46a45-e9d1-4e3f-bf59-0a48e9713993&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003160 10.0.0.23 - - [2026-01-29 02:35:04] "GET /virtual-network/84d81d47-c816-4132-96d9-5b9541b6bc56?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.006195 10.0.0.23 - - [2026-01-29 02:35:08] "POST /neutron/port HTTP/1.1" 200 1124 0.018004 10.0.0.23 - - [2026-01-29 02:35:08] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004098 10.0.0.23 - - [2026-01-29 02:35:08] "POST /neutron/network HTTP/1.1" 200 916 0.007634 10.0.0.23 - - [2026-01-29 02:35:11] "POST /neutron/network HTTP/1.1" 200 834 0.006602 10.0.0.23 - - [2026-01-29 02:35:11] "POST /neutron/port HTTP/1.1" 200 117 0.001236 10.0.0.23 - - [2026-01-29 02:35:32] "GET /virtual-machine/564a82fc-0421-419c-bd86-089c9b5cae53 HTTP/1.1" 200 1294 0.004564 10.0.0.23 - - [2026-01-29 02:35:33] "POST /neutron/port HTTP/1.1" 200 1114 0.013582 10.0.0.23 - - [2026-01-29 02:35:34] "GET /virtual-machine/564a82fc-0421-419c-bd86-089c9b5cae53 HTTP/1.1" 404 171 0.003584 10.0.0.23 - - [2026-01-29 02:35:34] "GET /virtual-machine/564a82fc-0421-419c-bd86-089c9b5cae53 HTTP/1.1" 404 171 0.003009 10.0.0.23 - - [2026-01-29 02:35:34] "GET /virtual-machine/564a82fc-0421-419c-bd86-089c9b5cae53 HTTP/1.1" 404 171 0.003452 10.0.0.23 - - [2026-01-29 02:35:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003899 10.0.0.23 - - [2026-01-29 02:35:34] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004235 10.0.0.23 - - [2026-01-29 02:35:34] "GET /virtual-networks?parent_id=7fc46a45-e9d1-4e3f-bf59-0a48e9713993&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003919 10.0.0.23 - - [2026-01-29 02:35:34] "GET /virtual-network/84d81d47-c816-4132-96d9-5b9541b6bc56?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.008484 10.0.0.23 - - [2026-01-29 02:35:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004019 10.0.0.23 - - [2026-01-29 02:35:34] "GET /routing-instance/57e7fdb3-f61f-4430-832e-bd9972b57192?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1481 0.005450 10.0.0.23 - - [2026-01-29 02:35:35] "GET /route-target/ae003103-b1eb-4386-b985-be985a739d84?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.005511 10.0.0.23 - - [2026-01-29 02:35:35] "GET /obj-perms HTTP/1.1" 200 5030 0.004130 10.0.0.23 - - [2026-01-29 02:35:35] "GET /virtual-machine/21f49d94-44b1-43b5-919b-c9e91bc3452d HTTP/1.1" 200 1294 0.004612 10.0.0.23 - - [2026-01-29 02:35:35] "POST /neutron/port HTTP/1.1" 200 1114 0.015478 10.0.0.23 - - [2026-01-29 02:35:37] "GET /virtual-machine/21f49d94-44b1-43b5-919b-c9e91bc3452d HTTP/1.1" 404 171 0.003723 10.0.0.23 - - [2026-01-29 02:35:37] "GET /virtual-machine/21f49d94-44b1-43b5-919b-c9e91bc3452d HTTP/1.1" 404 171 0.003225 10.0.0.23 - - [2026-01-29 02:35:37] "GET /virtual-machine/21f49d94-44b1-43b5-919b-c9e91bc3452d HTTP/1.1" 404 171 0.002843 10.0.0.23 - - [2026-01-29 02:35:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.004158 10.0.0.23 - - [2026-01-29 02:35:37] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004956 10.0.0.23 - - [2026-01-29 02:35:37] "GET /virtual-networks?parent_id=7fc46a45-e9d1-4e3f-bf59-0a48e9713993&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003826 10.0.0.23 - - [2026-01-29 02:35:37] "GET /virtual-network/05cff89e-96a2-4744-a667-9de8c96483be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2352 0.007465 10.0.0.23 - - [2026-01-29 02:35:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003789 10.0.0.23 - - [2026-01-29 02:35:37] "GET /routing-instance/9ca3ef5f-5b6e-4ea1-8088-99c97ac6e88b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1789 0.005999 10.0.0.23 - - [2026-01-29 02:35:37] "GET /route-target/9ed48b30-d879-4acd-bdba-5b226fa3ccf7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.005996 10.0.0.23 - - [2026-01-29 02:35:40] "GET /obj-perms HTTP/1.1" 200 5030 0.004530 10.0.0.23 - - [2026-01-29 02:35:43] "GET /obj-perms HTTP/1.1" 200 5030 0.003901 10.0.0.23 - - [2026-01-29 02:35:49] "GET /obj-perms HTTP/1.1" 200 5030 0.004448 10.0.0.23 - - [2026-01-29 02:35:53] "GET /obj-perms HTTP/1.1" 200 5030 0.004502 10.0.0.23 - - [2026-01-29 02:35:59] "GET /obj-perms HTTP/1.1" 200 5030 0.004212 10.0.0.240 - - [2026-01-29 02:36:01] "GET /obj-perms HTTP/1.1" 200 5056 0.054904 10.0.0.23 - - [2026-01-29 02:36:02] "GET /obj-perms HTTP/1.1" 200 5030 0.004342 10.0.0.23 - - [2026-01-29 02:36:05] "GET /obj-perms HTTP/1.1" 200 5030 0.003870 10.0.0.147 - - [2026-01-29 02:36:05] "GET /obj-perms HTTP/1.1" 200 5030 0.004686 10.0.0.23 - - [2026-01-29 02:36:05] "GET /virtual-machine/b0eaf055-6b99-46ba-9cbc-ce0a6381ba44 HTTP/1.1" 200 1295 0.004239 10.0.0.23 - - [2026-01-29 02:36:06] "POST /neutron/port HTTP/1.1" 200 1115 0.014163 10.0.0.23 - - [2026-01-29 02:36:07] "GET /virtual-machine/b0eaf055-6b99-46ba-9cbc-ce0a6381ba44 HTTP/1.1" 404 171 0.003265 10.0.0.23 - - [2026-01-29 02:36:07] "GET /virtual-machine/b0eaf055-6b99-46ba-9cbc-ce0a6381ba44 HTTP/1.1" 404 171 0.002628 10.0.0.23 - - [2026-01-29 02:36:07] "GET /virtual-machine/b0eaf055-6b99-46ba-9cbc-ce0a6381ba44 HTTP/1.1" 404 171 0.002450 10.0.0.23 - - [2026-01-29 02:36:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003637 10.0.0.23 - - [2026-01-29 02:36:07] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004588 10.0.0.23 - - [2026-01-29 02:36:07] "GET /virtual-networks?parent_id=7fc46a45-e9d1-4e3f-bf59-0a48e9713993&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003285 10.0.0.23 - - [2026-01-29 02:36:07] "GET /virtual-network/8b38bdc6-cbc7-4191-9bf7-d5c0ad9c9e55?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2641 0.005983 10.0.0.23 - - [2026-01-29 02:36:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004472 10.0.0.23 - - [2026-01-29 02:36:07] "GET /routing-instance/74d0da1b-c334-4622-b9b7-4572e9d351d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1789 0.004718 10.0.0.23 - - [2026-01-29 02:36:07] "GET /route-target/160dfd9b-369c-4ff3-b09b-29cd4b405d95?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.003687 10.0.0.23 - - [2026-01-29 02:36:07] "GET /obj-perms HTTP/1.1" 200 5030 0.004574 10.0.0.147 - - [2026-01-29 02:36:14] "GET /obj-perms HTTP/1.1" 200 5030 0.004229 10.0.0.23 - - [2026-01-29 02:36:17] "GET /obj-perms HTTP/1.1" 200 5030 0.004025 10.0.0.147 - - [2026-01-29 02:36:23] "GET /obj-perms HTTP/1.1" 200 5030 0.004053 10.0.0.23 - - [2026-01-29 02:36:26] "GET /obj-perms HTTP/1.1" 200 5030 0.003974 10.0.0.147 - - [2026-01-29 02:36:32] "GET /obj-perms HTTP/1.1" 200 5030 0.003914 10.0.0.23 - - [2026-01-29 02:36:35] "GET /obj-perms HTTP/1.1" 200 5030 0.004574 10.0.0.23 - - [2026-01-29 02:36:35] "GET /virtual-network/05cff89e-96a2-4744-a667-9de8c96483be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2352 0.006039 10.0.0.23 - - [2026-01-29 02:36:35] "POST /neutron/network HTTP/1.1" 200 824 0.072399 10.0.0.23 - - [2026-01-29 02:36:35] "GET /virtual-network/05cff89e-96a2-4744-a667-9de8c96483be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.007893 10.0.0.147 - - [2026-01-29 02:36:35] "POST /ref-update HTTP/1.1" 200 156 0.066006 10.0.0.23 - - [2026-01-29 02:36:36] "POST /ref-update HTTP/1.1" 200 156 0.056424 10.0.0.23 - - [2026-01-29 02:36:36] "POST /ref-update HTTP/1.1" 200 156 0.054604 10.0.0.23 - - [2026-01-29 02:36:36] "DELETE /network-policy/b327c854-d43d-463b-ba20-b22b56b07a89 HTTP/1.1" 200 115 0.033507 10.0.0.23 - - [2026-01-29 02:36:36] "DELETE /network-policy/a64b6d89-fd8b-4d82-9522-5e90e63be02b HTTP/1.1" 200 115 0.035207 10.0.0.23 - - [2026-01-29 02:36:36] "DELETE /network-policy/6a76fa68-cb90-42aa-8ad9-4dbf82459163 HTTP/1.1" 200 115 0.037211 10.0.0.240 - - [2026-01-29 02:36:36] "POST /useragent-kv HTTP/1.1" 200 115 0.038829 10.0.0.240 - - [2026-01-29 02:36:36] "POST /useragent-kv HTTP/1.1" 200 115 0.002504 10.0.0.23 - - [2026-01-29 02:36:36] "POST /neutron/network HTTP/1.1" 200 151 0.150039 10.0.0.147 - - [2026-01-29 02:36:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003817 10.0.0.147 - - [2026-01-29 02:36:36] "DELETE /route-target/9ed48b30-d879-4acd-bdba-5b226fa3ccf7 HTTP/1.1" 200 115 0.025325 10.0.0.23 - - [2026-01-29 02:36:37] "POST /neutron/network HTTP/1.1" 200 825 0.010164 10.0.0.23 - - [2026-01-29 02:36:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003662 10.0.0.23 - - [2026-01-29 02:36:37] "DELETE /network-ipam/864842b5-88e3-4fe3-af6f-736bb0856444 HTTP/1.1" 200 115 0.037687 10.0.0.23 - - [2026-01-29 02:36:37] "POST /fqname-to-id HTTP/1.1" 404 197 0.004273 10.0.0.23 - - [2026-01-29 02:36:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003563 10.0.0.23 - - [2026-01-29 02:36:37] "DELETE /network-ipam/7d920c3b-0256-4083-ad75-bc69971f7214 HTTP/1.1" 200 115 0.038593 10.0.0.23 - - [2026-01-29 02:36:37] "POST /fqname-to-id HTTP/1.1" 404 197 0.003444 10.0.0.23 - - [2026-01-29 02:36:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003576 10.0.0.23 - - [2026-01-29 02:36:37] "DELETE /network-ipam/d257494b-2693-4de7-a788-09fc804048bf HTTP/1.1" 200 115 0.037726 10.0.0.23 - - [2026-01-29 02:36:37] "POST /fqname-to-id HTTP/1.1" 404 197 0.003160 10.0.0.240 - - [2026-01-29 02:36:39] "GET /projects?obj_uuids=7fc46a45-e9d1-4e3f-bf59-0a48e9713993&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001420 10.0.0.23 - - [2026-01-29 02:36:39] "GET /project/7fc46a45-e9d1-4e3f-bf59-0a48e9713993?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.076268 10.0.0.240 - - [2026-01-29 02:36:39] "GET /projects?obj_uuids=7fc46a45-e9d1-4e3f-bf59-0a48e9713993&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001059 10.0.0.23 - - [2026-01-29 02:36:39] "GET /project/7fc46a45-e9d1-4e3f-bf59-0a48e9713993?fields=virtual_networks HTTP/1.1" 200 1034 0.045833 10.0.0.240 - - [2026-01-29 02:36:39] "GET /projects?obj_uuids=7fc46a45-e9d1-4e3f-bf59-0a48e9713993&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001085 10.0.0.23 - - [2026-01-29 02:36:39] "GET /project/7fc46a45-e9d1-4e3f-bf59-0a48e9713993?fields=virtual_machine_interfaces HTTP/1.1" 200 1034 0.040138 10.0.0.240 - - [2026-01-29 02:36:39] "GET /projects?obj_uuids=7fc46a45-e9d1-4e3f-bf59-0a48e9713993&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001460 10.0.0.23 - - [2026-01-29 02:36:39] "GET /project/7fc46a45-e9d1-4e3f-bf59-0a48e9713993?fields=security_groups HTTP/1.1" 200 1261 0.038876 10.0.0.23 - - [2026-01-29 02:36:40] "POST /fqname-to-id HTTP/1.1" 404 194 0.030424 10.0.0.240 - - [2026-01-29 02:36:40] "GET /projects?obj_uuids=94eb4c49-9472-4652-9b7f-ed1d232b303e&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003087 10.0.0.240 - - [2026-01-29 02:36:40] "GET /domains?obj_uuids=65230a56-1cf0-4d34-9498-1ad48da04806&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001498 10.0.0.240 - - [2026-01-29 02:36:40] "GET /domain/65230a56-1cf0-4d34-9498-1ad48da04806?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.034498 10.0.0.240 - - [2026-01-29 02:36:40] "POST /id-to-fqname HTTP/1.1" 200 196 0.006883 10.0.0.240 - - [2026-01-29 02:36:40] "POST /fqname-to-id HTTP/1.1" 404 205 0.006934 10.0.0.240 - - [2026-01-29 02:36:40] "POST /security-groups HTTP/1.1" 200 597 0.030092 10.0.0.147 - - [2026-01-29 02:36:40] "POST /fqname-to-id HTTP/1.1" 404 240 0.002674 10.0.0.240 - - [2026-01-29 02:36:40] "POST /projects HTTP/1.1" 200 597 0.263495 10.0.0.240 - - [2026-01-29 02:36:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.339517 10.0.0.147 - - [2026-01-29 02:36:40] "POST /access-control-lists HTTP/1.1" 200 602 0.031095 10.0.0.23 - - [2026-01-29 02:36:40] "GET /project/94eb4c49-9472-4652-9b7f-ed1d232b303e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1391 0.497882 10.0.0.23 - - [2026-01-29 02:36:42] "GET / HTTP/1.1" 200 36215 0.002153 10.0.0.23 - - [2026-01-29 02:36:44] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 401 292 0.000711 10.0.0.23 - - [2026-01-29 02:36:45] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 547 0.061861 10.0.0.23 - - [2026-01-29 02:36:45] "POST /network-ipams HTTP/1.1" 200 521 0.029672 10.0.0.23 - - [2026-01-29 02:36:45] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 759 0.004092 10.0.0.23 - - [2026-01-29 02:36:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.005051 10.0.0.23 - - [2026-01-29 02:36:45] "GET /network-ipam/1219f1be-0b61-4bde-8913-0e6db15f02f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1300 0.007156 10.0.0.23 - - [2026-01-29 02:36:45] "PUT /network-ipam/1219f1be-0b61-4bde-8913-0e6db15f02f8 HTTP/1.1" 200 259 0.013293 10.0.0.23 - - [2026-01-29 02:36:45] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 759 0.003480 10.0.0.23 - - [2026-01-29 02:36:45] "POST /network-ipams HTTP/1.1" 200 521 0.035859 10.0.0.23 - - [2026-01-29 02:36:45] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 971 0.003436 10.0.0.23 - - [2026-01-29 02:36:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003474 10.0.0.23 - - [2026-01-29 02:36:45] "GET /network-ipam/00f105c7-ba7b-436e-8310-951cc655183b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1298 0.009296 10.0.0.23 - - [2026-01-29 02:36:45] "PUT /network-ipam/00f105c7-ba7b-436e-8310-951cc655183b HTTP/1.1" 200 259 0.014316 10.0.0.23 - - [2026-01-29 02:36:45] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 971 0.003393 10.0.0.240 - - [2026-01-29 02:36:45] "DELETE /project/94eb4c49947246529b7fed1d232b303e HTTP/1.1" 404 173 0.004614 10.0.0.240 - - [2026-01-29 02:36:45] "GET /projects?obj_uuids=7fc46a45-e9d1-4e3f-bf59-0a48e9713993&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000878 10.0.0.240 - - [2026-01-29 02:36:46] "GET /project/7fc46a45-e9d1-4e3f-bf59-0a48e9713993?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1468 0.045371 10.0.0.240 - - [2026-01-29 02:36:46] "GET /projects?obj_uuids=7fc46a45-e9d1-4e3f-bf59-0a48e9713993&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001456 10.0.0.23 - - [2026-01-29 02:36:46] "POST /network-ipams HTTP/1.1" 200 521 0.057052 10.0.0.240 - - [2026-01-29 02:36:46] "GET /project/7fc46a45-e9d1-4e3f-bf59-0a48e9713993?fields=security_groups HTTP/1.1" 200 1363 0.052051 10.0.0.23 - - [2026-01-29 02:36:46] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 1184 0.003093 10.0.0.23 - - [2026-01-29 02:36:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.002481 10.0.0.240 - - [2026-01-29 02:36:46] "DELETE /security-group/41c7c202-d5fb-493a-9c3e-7daffa58c12e HTTP/1.1" 200 115 0.047209 10.0.0.240 - - [2026-01-29 02:36:46] "GET /projects?obj_uuids=7fc46a45-e9d1-4e3f-bf59-0a48e9713993&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000950 10.0.0.23 - - [2026-01-29 02:36:46] "GET /network-ipam/3cabc8ae-2c82-49b2-b474-1c5bcc00a3a3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1301 0.006426 10.0.0.240 - - [2026-01-29 02:36:46] "GET /project/7fc46a45-e9d1-4e3f-bf59-0a48e9713993?fields=application_policy_sets HTTP/1.1" 200 1402 0.055287 10.0.0.23 - - [2026-01-29 02:36:46] "PUT /network-ipam/3cabc8ae-2c82-49b2-b474-1c5bcc00a3a3 HTTP/1.1" 200 259 0.020441 10.0.0.240 - - [2026-01-29 02:36:46] "DELETE /project/7fc46a45-e9d1-4e3f-bf59-0a48e9713993 HTTP/1.1" 200 115 0.406650 10.0.0.23 - - [2026-01-29 02:36:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004245 10.0.0.240 - - [2026-01-29 02:36:47] "GET /projects?obj_uuids=94eb4c49-9472-4652-9b7f-ed1d232b303e&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001145 10.0.0.23 - - [2026-01-29 02:36:47] "GET /project/94eb4c49-9472-4652-9b7f-ed1d232b303e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1391 0.052252 10.0.0.240 - - [2026-01-29 02:36:47] "GET /projects?obj_uuids=94eb4c49-9472-4652-9b7f-ed1d232b303e&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001028 10.0.0.23 - - [2026-01-29 02:36:47] "POST /neutron/network HTTP/1.1" 200 613 0.143690 10.0.0.147 - - [2026-01-29 02:36:47] "POST /route-targets HTTP/1.1" 200 328 0.014461 10.0.0.23 - - [2026-01-29 02:36:47] "POST /neutron/network HTTP/1.1" 200 1014 0.013132 10.0.0.23 - - [2026-01-29 02:36:47] "POST /id-to-fqname HTTP/1.1" 200 227 0.001096 10.0.0.23 - - [2026-01-29 02:36:47] "GET /virtual-network/43623361-7d67-4262-9cf2-8867de62e424?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2646 0.006270 10.0.0.23 - - [2026-01-29 02:36:48] "GET /virtual-network/43623361-7d67-4262-9cf2-8867de62e424?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2646 0.007224 10.0.0.23 - - [2026-01-29 02:36:48] "POST /neutron/subnet HTTP/1.1" 200 724 0.010120 10.0.0.23 - - [2026-01-29 02:36:48] "GET /virtual-network/43623361-7d67-4262-9cf2-8867de62e424?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2646 0.005789 10.0.0.23 - - [2026-01-29 02:36:48] "GET /network-ipam/1219f1be-0b61-4bde-8913-0e6db15f02f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1300 0.004023 10.0.0.23 - - [2026-01-29 02:36:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003353 10.0.0.240 - - [2026-01-29 02:36:48] "GET /projects?obj_uuids=94eb4c49-9472-4652-9b7f-ed1d232b303e&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001022 10.0.0.23 - - [2026-01-29 02:36:48] "GET /project/94eb4c49-9472-4652-9b7f-ed1d232b303e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1391 0.037550 10.0.0.23 - - [2026-01-29 02:36:48] "POST /neutron/network HTTP/1.1" 200 117 0.015630 10.0.0.147 - - [2026-01-29 02:36:48] "POST /ref-update HTTP/1.1" 200 156 0.026534 10.0.0.240 - - [2026-01-29 02:36:48] "POST /useragent-kv HTTP/1.1" 200 115 0.005929 10.0.0.23 - - [2026-01-29 02:36:48] "POST /neutron/subnet HTTP/1.1" 200 828 0.235389 10.0.0.147 - - [2026-01-29 02:36:48] "POST /fqname-to-id HTTP/1.1" 404 207 0.054362 10.0.0.23 - - [2026-01-29 02:36:48] "POST /id-to-fqname HTTP/1.1" 200 227 0.001334 10.0.0.23 - - [2026-01-29 02:36:48] "GET /virtual-network/ac9bc318-ee7f-4666-a889-98927bc40b9b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2647 0.006244 10.0.0.23 - - [2026-01-29 02:36:48] "GET /virtual-network/ac9bc318-ee7f-4666-a889-98927bc40b9b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2647 0.005837 10.0.0.23 - - [2026-01-29 02:36:48] "POST /neutron/network HTTP/1.1" 200 1014 0.008716 10.0.0.23 - - [2026-01-29 02:36:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003426 10.0.0.240 - - [2026-01-29 02:36:49] "GET /projects?obj_uuids=94eb4c49-9472-4652-9b7f-ed1d232b303e&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001024 10.0.0.23 - - [2026-01-29 02:36:49] "GET /project/94eb4c49-9472-4652-9b7f-ed1d232b303e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1391 0.048059 10.0.0.23 - - [2026-01-29 02:36:49] "POST /neutron/network HTTP/1.1" 200 117 0.013967 10.0.0.240 - - [2026-01-29 02:36:49] "POST /useragent-kv HTTP/1.1" 200 115 0.008395 10.0.0.23 - - [2026-01-29 02:36:49] "POST /neutron/subnet HTTP/1.1" 200 823 0.237584 10.0.0.23 - - [2026-01-29 02:36:49] "POST /id-to-fqname HTTP/1.1" 200 227 0.001355 10.0.0.23 - - [2026-01-29 02:36:49] "GET /virtual-network/6e87e187-da12-46a8-ae40-d6b355cebfc3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.005539 10.0.0.23 - - [2026-01-29 02:36:49] "GET /virtual-network/6e87e187-da12-46a8-ae40-d6b355cebfc3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.005941 10.0.0.23 - - [2026-01-29 02:36:49] "POST /neutron/network HTTP/1.1" 200 1011 0.009337 10.0.0.23 - - [2026-01-29 02:36:50] "GET /virtual-network/43623361-7d67-4262-9cf2-8867de62e424?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2646 0.005651 10.0.0.23 - - [2026-01-29 02:36:50] "GET /obj-perms HTTP/1.1" 200 5042 0.051610 10.0.0.147 - - [2026-01-29 02:36:50] "GET /obj-perms HTTP/1.1" 200 5042 0.054362 10.0.0.240 - - [2026-01-29 02:36:51] "GET /obj-perms HTTP/1.1" 200 5042 0.060786 10.0.0.23 - - [2026-01-29 02:36:51] "GET /virtual-network/ac9bc318-ee7f-4666-a889-98927bc40b9b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2647 0.005872 10.0.0.23 - - [2026-01-29 02:36:52] "GET /virtual-network/6e87e187-da12-46a8-ae40-d6b355cebfc3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.006929 10.0.0.23 - - [2026-01-29 02:36:52] "POST /fqname-to-id HTTP/1.1" 404 224 0.003387 10.0.0.23 - - [2026-01-29 02:36:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.002858 10.0.0.240 - - [2026-01-29 02:36:52] "GET /projects?obj_uuids=94eb4c49-9472-4652-9b7f-ed1d232b303e&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001072 10.0.0.23 - - [2026-01-29 02:36:52] "GET /project/94eb4c49-9472-4652-9b7f-ed1d232b303e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1391 0.039079 10.0.0.23 - - [2026-01-29 02:36:52] "POST /network-policys HTTP/1.1" 200 561 0.030019 10.0.0.23 - - [2026-01-29 02:36:52] "GET /network-policy/cd45421a-e0df-40fb-a47f-f2cbfb46eb40?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2148 0.006129 10.0.0.23 - - [2026-01-29 02:36:52] "POST /fqname-to-id HTTP/1.1" 404 224 0.002800 10.0.0.23 - - [2026-01-29 02:36:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003466 10.0.0.240 - - [2026-01-29 02:36:52] "GET /projects?obj_uuids=94eb4c49-9472-4652-9b7f-ed1d232b303e&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001074 10.0.0.23 - - [2026-01-29 02:36:52] "GET /project/94eb4c49-9472-4652-9b7f-ed1d232b303e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1391 0.040438 10.0.0.23 - - [2026-01-29 02:36:53] "POST /network-policys HTTP/1.1" 200 561 0.042599 10.0.0.23 - - [2026-01-29 02:36:53] "GET /network-policy/217ba5fb-7956-40b4-9a15-5a6fd0b17aa7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2978 0.006109 10.0.0.23 - - [2026-01-29 02:36:53] "POST /fqname-to-id HTTP/1.1" 404 224 0.002809 10.0.0.23 - - [2026-01-29 02:36:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.005268 10.0.0.240 - - [2026-01-29 02:36:53] "GET /projects?obj_uuids=94eb4c49-9472-4652-9b7f-ed1d232b303e&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001177 10.0.0.23 - - [2026-01-29 02:36:53] "GET /project/94eb4c49-9472-4652-9b7f-ed1d232b303e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1391 0.054080 10.0.0.23 - - [2026-01-29 02:36:53] "POST /network-policys HTTP/1.1" 200 561 0.033628 10.0.0.23 - - [2026-01-29 02:36:53] "GET /network-policy/f14f9163-1e05-454f-840c-f332ec25e735?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3098 0.007132 10.0.0.23 - - [2026-01-29 02:36:53] "POST /neutron/network HTTP/1.1" 200 1014 0.009375 10.0.0.147 - - [2026-01-29 02:36:53] "POST /fqname-to-id HTTP/1.1" 404 242 0.004727 10.0.0.23 - - [2026-01-29 02:36:53] "GET /virtual-network/43623361-7d67-4262-9cf2-8867de62e424?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3251 0.007529 10.0.0.23 - - [2026-01-29 02:36:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003135 10.0.0.23 - - [2026-01-29 02:36:53] "GET /network-policy/217ba5fb-7956-40b4-9a15-5a6fd0b17aa7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2978 0.005554 10.0.0.23 - - [2026-01-29 02:36:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002917 10.0.0.23 - - [2026-01-29 02:36:53] "GET /network-policy/cd45421a-e0df-40fb-a47f-f2cbfb46eb40?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2148 0.004312 10.0.0.23 - - [2026-01-29 02:36:53] "POST /neutron/network HTTP/1.1" 200 1014 0.009398 10.0.0.147 - - [2026-01-29 02:36:53] "POST /fqname-to-id HTTP/1.1" 404 207 0.007883 10.0.0.23 - - [2026-01-29 02:36:54] "GET /virtual-network/ac9bc318-ee7f-4666-a889-98927bc40b9b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2962 0.008070 10.0.0.23 - - [2026-01-29 02:36:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003650 10.0.0.147 - - [2026-01-29 02:36:54] "POST /access-control-lists HTTP/1.1" 200 599 0.079932 10.0.0.23 - - [2026-01-29 02:36:54] "GET /network-policy/f14f9163-1e05-454f-840c-f332ec25e735?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3098 0.003953 10.0.0.23 - - [2026-01-29 02:36:54] "POST /id-to-fqname HTTP/1.1" 200 227 0.001430 10.0.0.23 - - [2026-01-29 02:36:54] "POST /neutron/network HTTP/1.1" 200 1208 0.006858 10.0.0.240 - - [2026-01-29 02:36:54] "GET /projects?obj_uuids=94eb4c49-9472-4652-9b7f-ed1d232b303e&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.002824 10.0.0.23 - - [2026-01-29 02:36:55] "GET /project/94eb4c49-9472-4652-9b7f-ed1d232b303e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1391 0.091080 10.0.0.23 - - [2026-01-29 02:36:55] "POST /neutron/port HTTP/1.1" 200 117 0.008353 10.0.0.23 - - [2026-01-29 02:36:55] "POST /id-to-fqname HTTP/1.1" 200 227 0.001884 10.0.0.23 - - [2026-01-29 02:36:55] "POST /neutron/network HTTP/1.1" 200 1208 0.008512 10.0.0.23 - - [2026-01-29 02:36:56] "POST /neutron/port HTTP/1.1" 200 1173 0.020532 10.0.0.240 - - [2026-01-29 02:36:56] "GET /projects?obj_uuids=94eb4c49-9472-4652-9b7f-ed1d232b303e&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001717 10.0.0.23 - - [2026-01-29 02:36:56] "GET /project/94eb4c49-9472-4652-9b7f-ed1d232b303e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1391 0.115296 10.0.0.23 - - [2026-01-29 02:36:56] "POST /neutron/port HTTP/1.1" 200 1237 0.018924 10.0.0.23 - - [2026-01-29 02:36:56] "POST /neutron/subnet HTTP/1.1" 200 1384 0.013484 10.0.0.23 - - [2026-01-29 02:36:56] "POST /neutron/port HTTP/1.1" 200 117 0.001280 10.0.0.23 - - [2026-01-29 02:36:56] "POST /neutron/port HTTP/1.1" 200 117 0.006001 10.0.0.23 - - [2026-01-29 02:36:56] "POST /id-to-fqname HTTP/1.1" 200 227 0.001233 10.0.0.23 - - [2026-01-29 02:36:56] "POST /neutron/network HTTP/1.1" 200 1021 0.007685 10.0.0.147 - - [2026-01-29 02:36:57] "PUT /access-control-list/776211b1-e204-4ec0-b8ce-4b2534422520 HTTP/1.1" 200 273 0.064351 10.0.0.23 - - [2026-01-29 02:36:57] "POST /neutron/port HTTP/1.1" 200 1173 0.022991 10.0.0.23 - - [2026-01-29 02:36:57] "POST /neutron/port HTTP/1.1" 200 1237 0.022611 10.0.0.23 - - [2026-01-29 02:36:57] "POST /neutron/subnet HTTP/1.1" 200 1384 0.016762 10.0.0.240 - - [2026-01-29 02:36:57] "GET /projects?obj_uuids=94eb4c49-9472-4652-9b7f-ed1d232b303e&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001354 10.0.0.23 - - [2026-01-29 02:36:57] "GET /project/94eb4c49-9472-4652-9b7f-ed1d232b303e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1391 0.091569 10.0.0.23 - - [2026-01-29 02:36:57] "POST /neutron/network HTTP/1.1" 200 1011 0.038659 10.0.0.23 - - [2026-01-29 02:36:58] "POST /neutron/security_group HTTP/1.1" 200 2064 0.007858 10.0.0.23 - - [2026-01-29 02:36:58] "POST /neutron/security_group HTTP/1.1" 200 2064 0.008942 10.0.0.23 - - [2026-01-29 02:36:58] "POST /neutron/port HTTP/1.1" 200 1237 0.023880 10.0.0.23 - - [2026-01-29 02:36:58] "POST /neutron/port HTTP/1.1" 200 1237 0.017672 10.0.0.23 - - [2026-01-29 02:36:58] "GET /virtual-machine/85780cce-7d5c-40ed-bcbd-b88c518d84f2 HTTP/1.1" 401 292 0.000436 10.0.0.23 - - [2026-01-29 02:36:58] "POST /neutron/port HTTP/1.1" 200 1170 0.030717 10.0.0.23 - - [2026-01-29 02:36:58] "GET /virtual-machine/85780cce-7d5c-40ed-bcbd-b88c518d84f2 HTTP/1.1" 200 1300 0.031983 10.0.0.23 - - [2026-01-29 02:36:58] "GET /virtual-machine/85780cce-7d5c-40ed-bcbd-b88c518d84f2 HTTP/1.1" 200 1300 0.003845 10.0.0.23 - - [2026-01-29 02:36:58] "GET /virtual-machine-interface/82134b98-253d-4603-96b6-d6829a6987bc HTTP/1.1" 200 3176 0.006002 10.0.0.23 - - [2026-01-29 02:36:58] "GET /virtual-machine/85780cce-7d5c-40ed-bcbd-b88c518d84f2 HTTP/1.1" 200 1300 0.004238 10.0.0.23 - - [2026-01-29 02:36:58] "GET /virtual-machine-interface/82134b98-253d-4603-96b6-d6829a6987bc HTTP/1.1" 200 3176 0.005587 10.0.0.23 - - [2026-01-29 02:36:58] "GET /instance-ip/274209f1-6a31-448a-9f45-dcbe75ca7a8b HTTP/1.1" 200 1636 0.016874 10.0.0.23 - - [2026-01-29 02:36:58] "GET /instance-ip/f6719407-9994-4d73-a79e-8eea62bc1bea HTTP/1.1" 200 1657 0.007483 10.0.0.23 - - [2026-01-29 02:36:58] "GET /virtual-machine/85780cce-7d5c-40ed-bcbd-b88c518d84f2 HTTP/1.1" 200 1300 0.006427 10.0.0.23 - - [2026-01-29 02:36:58] "GET /virtual-machine-interface/82134b98-253d-4603-96b6-d6829a6987bc HTTP/1.1" 200 3176 0.006068 10.0.0.23 - - [2026-01-29 02:36:58] "GET /instance-ip/274209f1-6a31-448a-9f45-dcbe75ca7a8b HTTP/1.1" 200 1636 0.004361 10.0.0.23 - - [2026-01-29 02:36:58] "GET /instance-ip/f6719407-9994-4d73-a79e-8eea62bc1bea HTTP/1.1" 200 1657 0.006960 10.0.0.23 - - [2026-01-29 02:36:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003244 10.0.0.23 - - [2026-01-29 02:36:59] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005269 10.0.0.23 - - [2026-01-29 02:36:59] "GET /virtual-networks?parent_id=94eb4c49-9472-4652-9b7f-ed1d232b303e&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.002944 10.0.0.23 - - [2026-01-29 02:36:59] "POST /neutron/port HTTP/1.1" 200 1234 0.018965 10.0.0.23 - - [2026-01-29 02:36:59] "GET /virtual-network/43623361-7d67-4262-9cf2-8867de62e424?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3251 0.005259 10.0.0.23 - - [2026-01-29 02:36:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003332 10.0.0.23 - - [2026-01-29 02:36:59] "POST /neutron/subnet HTTP/1.1" 200 1370 0.012443 10.0.0.23 - - [2026-01-29 02:36:59] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004741 10.0.0.23 - - [2026-01-29 02:36:59] "GET /virtual-networks?parent_id=94eb4c49-9472-4652-9b7f-ed1d232b303e&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.003037 10.0.0.23 - - [2026-01-29 02:36:59] "POST /neutron/network HTTP/1.1" 200 1011 0.009657 10.0.0.23 - - [2026-01-29 02:36:59] "GET /virtual-network/43623361-7d67-4262-9cf2-8867de62e424?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3251 0.006274 10.0.0.23 - - [2026-01-29 02:36:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.004933 10.0.0.23 - - [2026-01-29 02:36:59] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004276 10.0.0.23 - - [2026-01-29 02:36:59] "GET /virtual-networks?parent_id=94eb4c49-9472-4652-9b7f-ed1d232b303e&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.003175 10.0.0.23 - - [2026-01-29 02:36:59] "GET /virtual-network/43623361-7d67-4262-9cf2-8867de62e424?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3251 0.006282 10.0.0.23 - - [2026-01-29 02:36:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003572 10.0.0.23 - - [2026-01-29 02:36:59] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004567 10.0.0.23 - - [2026-01-29 02:36:59] "GET /virtual-networks?parent_id=94eb4c49-9472-4652-9b7f-ed1d232b303e&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.004445 10.0.0.23 - - [2026-01-29 02:36:59] "GET /virtual-network/43623361-7d67-4262-9cf2-8867de62e424?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3251 0.005938 10.0.0.23 - - [2026-01-29 02:36:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003898 10.0.0.23 - - [2026-01-29 02:36:59] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004091 10.0.0.23 - - [2026-01-29 02:36:59] "GET /virtual-networks?parent_id=94eb4c49-9472-4652-9b7f-ed1d232b303e&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.003073 10.0.0.23 - - [2026-01-29 02:36:59] "GET /virtual-network/43623361-7d67-4262-9cf2-8867de62e424?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3251 0.008809 10.0.0.147 - - [2026-01-29 02:37:02] "GET /obj-perms HTTP/1.1" 200 5056 0.058584 10.0.0.240 - - [2026-01-29 02:37:02] "GET /obj-perms HTTP/1.1" 200 5056 0.050369 10.0.0.23 - - [2026-01-29 02:37:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003844 10.0.0.23 - - [2026-01-29 02:37:02] "GET /virtual-network/43623361-7d67-4262-9cf2-8867de62e424?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3251 0.005868 10.0.0.23 - - [2026-01-29 02:37:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004702 10.0.0.23 - - [2026-01-29 02:37:06] "GET /virtual-network/43623361-7d67-4262-9cf2-8867de62e424?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3251 0.010870 10.0.0.23 - - [2026-01-29 02:37:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003956 10.0.0.23 - - [2026-01-29 02:37:11] "GET /virtual-network/43623361-7d67-4262-9cf2-8867de62e424?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3251 0.010247 10.0.0.23 - - [2026-01-29 02:37:11] "POST /neutron/network HTTP/1.1" 200 1122 0.008085 10.0.0.23 - - [2026-01-29 02:37:11] "POST /neutron/subnet HTTP/1.1" 200 1384 0.012770 10.0.0.23 - - [2026-01-29 02:37:11] "POST /neutron/network HTTP/1.1" 200 1112 0.014066 10.0.0.23 - - [2026-01-29 02:37:14] "POST /neutron/network HTTP/1.1" 200 1208 0.009171 10.0.0.23 - - [2026-01-29 02:37:14] "POST /neutron/subnet HTTP/1.1" 200 1384 0.013482 10.0.0.23 - - [2026-01-29 02:37:14] "POST /neutron/network HTTP/1.1" 200 1198 0.009795 10.0.0.23 - - [2026-01-29 02:37:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003808 10.0.0.23 - - [2026-01-29 02:37:15] "GET /virtual-network/43623361-7d67-4262-9cf2-8867de62e424?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3251 0.005836 10.0.0.23 - - [2026-01-29 02:37:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003574 10.0.0.23 - - [2026-01-29 02:37:19] "GET /virtual-network/43623361-7d67-4262-9cf2-8867de62e424?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3251 0.005497 10.0.0.23 - - [2026-01-29 02:37:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003776 10.0.0.23 - - [2026-01-29 02:37:23] "GET /virtual-network/43623361-7d67-4262-9cf2-8867de62e424?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3251 0.005396 10.0.0.23 - - [2026-01-29 02:37:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004452 10.0.0.23 - - [2026-01-29 02:37:27] "GET /virtual-network/43623361-7d67-4262-9cf2-8867de62e424?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3251 0.006386 10.0.0.23 - - [2026-01-29 02:37:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.004646 10.0.0.23 - - [2026-01-29 02:37:31] "GET /virtual-network/43623361-7d67-4262-9cf2-8867de62e424?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3251 0.006252 10.0.0.23 - - [2026-01-29 02:37:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004314 10.0.0.23 - - [2026-01-29 02:37:35] "GET /virtual-network/43623361-7d67-4262-9cf2-8867de62e424?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3251 0.006122 10.0.0.23 - - [2026-01-29 02:37:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003511 10.0.0.23 - - [2026-01-29 02:37:39] "GET /virtual-network/43623361-7d67-4262-9cf2-8867de62e424?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3251 0.006978 10.0.0.23 - - [2026-01-29 02:37:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003504 10.0.0.23 - - [2026-01-29 02:37:43] "GET /virtual-network/43623361-7d67-4262-9cf2-8867de62e424?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3251 0.005197 10.0.0.23 - - [2026-01-29 02:37:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.005437 10.0.0.23 - - [2026-01-29 02:37:47] "GET /virtual-network/43623361-7d67-4262-9cf2-8867de62e424?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3251 0.006687 10.0.0.23 - - [2026-01-29 02:37:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003790 10.0.0.23 - - [2026-01-29 02:37:52] "GET /virtual-network/43623361-7d67-4262-9cf2-8867de62e424?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3251 0.005548 10.0.0.23 - - [2026-01-29 02:37:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003447 10.0.0.23 - - [2026-01-29 02:37:56] "GET /virtual-network/43623361-7d67-4262-9cf2-8867de62e424?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3251 0.006598 10.0.0.23 - - [2026-01-29 02:38:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003537 10.0.0.23 - - [2026-01-29 02:38:00] "GET /virtual-network/43623361-7d67-4262-9cf2-8867de62e424?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3251 0.006001 10.0.0.23 - - [2026-01-29 02:38:03] "GET /obj-perms HTTP/1.1" 200 5056 0.054970 10.0.0.23 - - [2026-01-29 02:38:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003592 10.0.0.23 - - [2026-01-29 02:38:04] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003802 10.0.0.23 - - [2026-01-29 02:38:04] "GET /virtual-networks?parent_id=94eb4c49-9472-4652-9b7f-ed1d232b303e&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.003241 10.0.0.23 - - [2026-01-29 02:38:04] "GET /virtual-network/43623361-7d67-4262-9cf2-8867de62e424?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3251 0.008098 10.0.0.23 - - [2026-01-29 02:38:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003845 10.0.0.23 - - [2026-01-29 02:38:04] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003824 10.0.0.23 - - [2026-01-29 02:38:04] "GET /virtual-networks?parent_id=94eb4c49-9472-4652-9b7f-ed1d232b303e&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.003290 10.0.0.23 - - [2026-01-29 02:38:04] "GET /virtual-network/43623361-7d67-4262-9cf2-8867de62e424?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3251 0.007374 10.0.0.23 - - [2026-01-29 02:38:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.006411 10.0.0.23 - - [2026-01-29 02:38:04] "GET /routing-instance/04af97e7-f4e7-4662-a70a-d3a075c1dbf9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1800 0.006564 10.0.0.23 - - [2026-01-29 02:38:04] "GET /route-target/5a80c3f1-8440-4ada-bfe9-9852491f059e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.003573 10.0.0.23 - - [2026-01-29 02:38:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003593 10.0.0.23 - - [2026-01-29 02:38:04] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003487 10.0.0.23 - - [2026-01-29 02:38:04] "GET /virtual-networks?parent_id=94eb4c49-9472-4652-9b7f-ed1d232b303e&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.002639 10.0.0.23 - - [2026-01-29 02:38:04] "GET /virtual-network/43623361-7d67-4262-9cf2-8867de62e424?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3251 0.005839 10.0.0.23 - - [2026-01-29 02:38:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.002948 10.0.0.23 - - [2026-01-29 02:38:05] "GET /routing-instance/04af97e7-f4e7-4662-a70a-d3a075c1dbf9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1800 0.004271 10.0.0.23 - - [2026-01-29 02:38:05] "GET /route-target/5a80c3f1-8440-4ada-bfe9-9852491f059e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004139 10.0.0.23 - - [2026-01-29 02:38:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003334 10.0.0.23 - - [2026-01-29 02:38:05] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003976 10.0.0.23 - - [2026-01-29 02:38:05] "GET /virtual-networks?parent_id=94eb4c49-9472-4652-9b7f-ed1d232b303e&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.002940 10.0.0.23 - - [2026-01-29 02:38:05] "GET /virtual-network/43623361-7d67-4262-9cf2-8867de62e424?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3251 0.005825 10.0.0.23 - - [2026-01-29 02:38:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.006444 10.0.0.23 - - [2026-01-29 02:38:05] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004161 10.0.0.23 - - [2026-01-29 02:38:05] "GET /virtual-networks?parent_id=94eb4c49-9472-4652-9b7f-ed1d232b303e&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.003021 10.0.0.23 - - [2026-01-29 02:38:05] "GET /virtual-network/43623361-7d67-4262-9cf2-8867de62e424?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3251 0.005836 10.0.0.23 - - [2026-01-29 02:38:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004249 10.0.0.23 - - [2026-01-29 02:38:05] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004327 10.0.0.23 - - [2026-01-29 02:38:05] "GET /virtual-networks?parent_id=94eb4c49-9472-4652-9b7f-ed1d232b303e&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.003827 10.0.0.23 - - [2026-01-29 02:38:05] "GET /virtual-network/43623361-7d67-4262-9cf2-8867de62e424?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3251 0.005921 10.0.0.23 - - [2026-01-29 02:38:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003478 10.0.0.23 - - [2026-01-29 02:38:05] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004881 10.0.0.23 - - [2026-01-29 02:38:05] "GET /virtual-networks?parent_id=94eb4c49-9472-4652-9b7f-ed1d232b303e&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.003109 10.0.0.23 - - [2026-01-29 02:38:05] "GET /virtual-network/43623361-7d67-4262-9cf2-8867de62e424?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3251 0.006412 10.0.0.23 - - [2026-01-29 02:38:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.006850 10.0.0.23 - - [2026-01-29 02:38:05] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004610 10.0.0.23 - - [2026-01-29 02:38:05] "GET /virtual-networks?parent_id=94eb4c49-9472-4652-9b7f-ed1d232b303e&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.003203 10.0.0.23 - - [2026-01-29 02:38:05] "GET /virtual-network/43623361-7d67-4262-9cf2-8867de62e424?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3251 0.011300 10.0.0.23 - - [2026-01-29 02:38:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003269 10.0.0.23 - - [2026-01-29 02:38:05] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004307 10.0.0.23 - - [2026-01-29 02:38:05] "GET /virtual-networks?parent_id=94eb4c49-9472-4652-9b7f-ed1d232b303e&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.002970 10.0.0.23 - - [2026-01-29 02:38:05] "GET /virtual-network/43623361-7d67-4262-9cf2-8867de62e424?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3251 0.006375 10.0.0.23 - - [2026-01-29 02:38:05] "GET /obj-perms HTTP/1.1" 200 5042 0.003810 10.0.0.240 - - [2026-01-29 02:38:05] "GET /obj-perms HTTP/1.1" 200 5042 0.004097 10.0.0.23 - - [2026-01-29 02:38:05] "GET /obj-perms HTTP/1.1" 200 5042 0.004822 10.0.0.147 - - [2026-01-29 02:38:06] "GET /obj-perms HTTP/1.1" 200 5042 0.003723 10.0.0.23 - - [2026-01-29 02:38:06] "POST /neutron/port HTTP/1.1" 200 1237 0.018173 10.0.0.23 - - [2026-01-29 02:38:06] "POST /neutron/security_group HTTP/1.1" 200 2064 0.008255 10.0.0.23 - - [2026-01-29 02:38:06] "POST /neutron/port HTTP/1.1" 200 1237 0.019370 10.0.0.23 - - [2026-01-29 02:38:06] "GET /virtual-machine/190fafdb-154c-4ff8-b151-87e5a579f369 HTTP/1.1" 200 1300 0.007822 10.0.0.23 - - [2026-01-29 02:38:06] "GET /virtual-machine/190fafdb-154c-4ff8-b151-87e5a579f369 HTTP/1.1" 200 1300 0.004516 10.0.0.23 - - [2026-01-29 02:38:06] "GET /virtual-machine-interface/71aad30b-2f90-4cea-90fa-adc17ef99d8c HTTP/1.1" 200 3176 0.006376 10.0.0.23 - - [2026-01-29 02:38:06] "GET /virtual-machine/190fafdb-154c-4ff8-b151-87e5a579f369 HTTP/1.1" 200 1300 0.004236 10.0.0.23 - - [2026-01-29 02:38:06] "GET /virtual-machine-interface/71aad30b-2f90-4cea-90fa-adc17ef99d8c HTTP/1.1" 200 3176 0.007966 10.0.0.23 - - [2026-01-29 02:38:06] "GET /instance-ip/240b2494-80a1-4521-8a72-a3801bb0b23e HTTP/1.1" 200 1655 0.011732 10.0.0.23 - - [2026-01-29 02:38:06] "GET /instance-ip/9ca2cc4f-6b85-4746-963f-ebf92890dbd5 HTTP/1.1" 200 1637 0.008937 10.0.0.23 - - [2026-01-29 02:38:06] "GET /virtual-machine/190fafdb-154c-4ff8-b151-87e5a579f369 HTTP/1.1" 200 1300 0.008185 10.0.0.23 - - [2026-01-29 02:38:06] "GET /virtual-machine-interface/71aad30b-2f90-4cea-90fa-adc17ef99d8c HTTP/1.1" 200 3176 0.011415 10.0.0.23 - - [2026-01-29 02:38:06] "GET /instance-ip/240b2494-80a1-4521-8a72-a3801bb0b23e HTTP/1.1" 200 1655 0.004624 10.0.0.23 - - [2026-01-29 02:38:06] "GET /instance-ip/9ca2cc4f-6b85-4746-963f-ebf92890dbd5 HTTP/1.1" 200 1637 0.004308 10.0.0.23 - - [2026-01-29 02:38:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003350 10.0.0.23 - - [2026-01-29 02:38:06] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003875 10.0.0.23 - - [2026-01-29 02:38:06] "GET /virtual-networks?parent_id=94eb4c49-9472-4652-9b7f-ed1d232b303e&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.003384 10.0.0.23 - - [2026-01-29 02:38:06] "GET /virtual-network/ac9bc318-ee7f-4666-a889-98927bc40b9b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2962 0.005960 10.0.0.23 - - [2026-01-29 02:38:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003534 10.0.0.23 - - [2026-01-29 02:38:06] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004238 10.0.0.23 - - [2026-01-29 02:38:06] "GET /virtual-networks?parent_id=94eb4c49-9472-4652-9b7f-ed1d232b303e&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.003044 10.0.0.23 - - [2026-01-29 02:38:06] "GET /virtual-network/ac9bc318-ee7f-4666-a889-98927bc40b9b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2962 0.005797 10.0.0.23 - - [2026-01-29 02:38:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003663 10.0.0.23 - - [2026-01-29 02:38:06] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004294 10.0.0.23 - - [2026-01-29 02:38:06] "GET /virtual-networks?parent_id=94eb4c49-9472-4652-9b7f-ed1d232b303e&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.003188 10.0.0.23 - - [2026-01-29 02:38:06] "GET /virtual-network/ac9bc318-ee7f-4666-a889-98927bc40b9b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2962 0.006830 10.0.0.23 - - [2026-01-29 02:38:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003385 10.0.0.23 - - [2026-01-29 02:38:06] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003940 10.0.0.23 - - [2026-01-29 02:38:07] "GET /virtual-networks?parent_id=94eb4c49-9472-4652-9b7f-ed1d232b303e&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.005395 10.0.0.23 - - [2026-01-29 02:38:07] "GET /virtual-network/ac9bc318-ee7f-4666-a889-98927bc40b9b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2962 0.006913 10.0.0.23 - - [2026-01-29 02:38:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.005039 10.0.0.23 - - [2026-01-29 02:38:07] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004226 10.0.0.23 - - [2026-01-29 02:38:07] "GET /virtual-networks?parent_id=94eb4c49-9472-4652-9b7f-ed1d232b303e&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.003114 10.0.0.23 - - [2026-01-29 02:38:07] "GET /virtual-network/ac9bc318-ee7f-4666-a889-98927bc40b9b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2962 0.007710 10.0.0.23 - - [2026-01-29 02:38:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003453 10.0.0.23 - - [2026-01-29 02:38:08] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005444 10.0.0.23 - - [2026-01-29 02:38:08] "GET /virtual-networks?parent_id=94eb4c49-9472-4652-9b7f-ed1d232b303e&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.003563 10.0.0.23 - - [2026-01-29 02:38:08] "GET /virtual-network/ac9bc318-ee7f-4666-a889-98927bc40b9b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2962 0.006151 10.0.0.23 - - [2026-01-29 02:38:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004138 10.0.0.23 - - [2026-01-29 02:38:08] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004714 10.0.0.23 - - [2026-01-29 02:38:08] "GET /virtual-networks?parent_id=94eb4c49-9472-4652-9b7f-ed1d232b303e&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.003545 10.0.0.23 - - [2026-01-29 02:38:08] "GET /virtual-network/ac9bc318-ee7f-4666-a889-98927bc40b9b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2962 0.007821 10.0.0.23 - - [2026-01-29 02:38:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.005856 10.0.0.23 - - [2026-01-29 02:38:08] "GET /routing-instance/b8b4218f-ba58-4423-bf8d-b9635e9545a0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1802 0.005255 10.0.0.23 - - [2026-01-29 02:38:08] "GET /route-target/516e815f-5b30-4618-9ac1-2b926157cf27?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004140 10.0.0.23 - - [2026-01-29 02:38:08] "POST /neutron/security_group HTTP/1.1" 200 2064 0.047369 10.0.0.23 - - [2026-01-29 02:38:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003552 10.0.0.23 - - [2026-01-29 02:38:08] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003768 10.0.0.23 - - [2026-01-29 02:38:08] "GET /virtual-networks?parent_id=94eb4c49-9472-4652-9b7f-ed1d232b303e&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.002954 10.0.0.23 - - [2026-01-29 02:38:08] "GET /virtual-network/ac9bc318-ee7f-4666-a889-98927bc40b9b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2962 0.006022 10.0.0.23 - - [2026-01-29 02:38:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003812 10.0.0.23 - - [2026-01-29 02:38:08] "GET /routing-instance/b8b4218f-ba58-4423-bf8d-b9635e9545a0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1802 0.004496 10.0.0.23 - - [2026-01-29 02:38:08] "GET /route-target/516e815f-5b30-4618-9ac1-2b926157cf27?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004239 10.0.0.23 - - [2026-01-29 02:38:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003645 10.0.0.23 - - [2026-01-29 02:38:09] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005242 10.0.0.23 - - [2026-01-29 02:38:09] "GET /virtual-networks?parent_id=94eb4c49-9472-4652-9b7f-ed1d232b303e&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.003546 10.0.0.23 - - [2026-01-29 02:38:09] "GET /virtual-network/ac9bc318-ee7f-4666-a889-98927bc40b9b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2962 0.006337 10.0.0.23 - - [2026-01-29 02:38:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003272 10.0.0.23 - - [2026-01-29 02:38:09] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004141 10.0.0.23 - - [2026-01-29 02:38:09] "GET /virtual-networks?parent_id=94eb4c49-9472-4652-9b7f-ed1d232b303e&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.004934 10.0.0.23 - - [2026-01-29 02:38:09] "GET /virtual-network/ac9bc318-ee7f-4666-a889-98927bc40b9b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2962 0.008735 10.0.0.23 - - [2026-01-29 02:38:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.004614 10.0.0.23 - - [2026-01-29 02:38:09] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.006615 10.0.0.23 - - [2026-01-29 02:38:09] "GET /virtual-networks?parent_id=94eb4c49-9472-4652-9b7f-ed1d232b303e&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.005045 10.0.0.23 - - [2026-01-29 02:38:09] "GET /virtual-network/ac9bc318-ee7f-4666-a889-98927bc40b9b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2962 0.006575 10.0.0.23 - - [2026-01-29 02:38:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003847 10.0.0.23 - - [2026-01-29 02:38:09] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005251 10.0.0.23 - - [2026-01-29 02:38:09] "GET /virtual-networks?parent_id=94eb4c49-9472-4652-9b7f-ed1d232b303e&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.003397 10.0.0.23 - - [2026-01-29 02:38:09] "GET /virtual-network/ac9bc318-ee7f-4666-a889-98927bc40b9b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2962 0.006665 10.0.0.23 - - [2026-01-29 02:38:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003579 10.0.0.23 - - [2026-01-29 02:38:09] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004452 10.0.0.23 - - [2026-01-29 02:38:09] "GET /virtual-networks?parent_id=94eb4c49-9472-4652-9b7f-ed1d232b303e&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.003291 10.0.0.23 - - [2026-01-29 02:38:09] "GET /virtual-network/ac9bc318-ee7f-4666-a889-98927bc40b9b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2962 0.006371 10.0.0.23 - - [2026-01-29 02:38:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003100 10.0.0.23 - - [2026-01-29 02:38:09] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004424 10.0.0.23 - - [2026-01-29 02:38:09] "GET /virtual-networks?parent_id=94eb4c49-9472-4652-9b7f-ed1d232b303e&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.003329 10.0.0.23 - - [2026-01-29 02:38:09] "GET /virtual-network/ac9bc318-ee7f-4666-a889-98927bc40b9b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2962 0.005793 10.0.0.23 - - [2026-01-29 02:38:09] "GET /obj-perms HTTP/1.1" 200 5042 0.004411 10.0.0.240 - - [2026-01-29 02:38:09] "GET /obj-perms HTTP/1.1" 200 5042 0.003769 10.0.0.23 - - [2026-01-29 02:38:09] "GET /obj-perms HTTP/1.1" 200 5042 0.004003 10.0.0.23 - - [2026-01-29 02:38:09] "GET /obj-perms HTTP/1.1" 200 5042 0.003691 10.0.0.23 - - [2026-01-29 02:38:10] "GET /obj-perms HTTP/1.1" 200 5042 0.003794 10.0.0.23 - - [2026-01-29 02:38:10] "POST /neutron/port HTTP/1.1" 200 1234 0.016194 10.0.0.23 - - [2026-01-29 02:38:10] "POST /neutron/security_group HTTP/1.1" 200 2064 0.007037 10.0.0.23 - - [2026-01-29 02:38:10] "GET /virtual-machine/38465d53-84cf-4fe4-b545-72c05a55f449 HTTP/1.1" 200 1300 0.007138 10.0.0.23 - - [2026-01-29 02:38:10] "GET /virtual-machine/38465d53-84cf-4fe4-b545-72c05a55f449 HTTP/1.1" 200 1300 0.003878 10.0.0.23 - - [2026-01-29 02:38:10] "GET /virtual-machine-interface/abd0ef97-ecee-4ca9-928b-30419772db07 HTTP/1.1" 200 3177 0.005770 10.0.0.23 - - [2026-01-29 02:38:10] "GET /virtual-machine/38465d53-84cf-4fe4-b545-72c05a55f449 HTTP/1.1" 200 1300 0.004061 10.0.0.23 - - [2026-01-29 02:38:10] "GET /virtual-machine-interface/abd0ef97-ecee-4ca9-928b-30419772db07 HTTP/1.1" 200 3177 0.005722 10.0.0.23 - - [2026-01-29 02:38:10] "GET /instance-ip/2b2a4241-3853-4dc0-99fb-3ee990b88f08 HTTP/1.1" 200 1655 0.006461 10.0.0.23 - - [2026-01-29 02:38:10] "GET /instance-ip/9d114014-230c-430a-91db-3740f273939e HTTP/1.1" 200 1635 0.006600 10.0.0.23 - - [2026-01-29 02:38:10] "GET /virtual-machine/38465d53-84cf-4fe4-b545-72c05a55f449 HTTP/1.1" 200 1300 0.004213 10.0.0.23 - - [2026-01-29 02:38:10] "GET /virtual-machine-interface/abd0ef97-ecee-4ca9-928b-30419772db07 HTTP/1.1" 200 3177 0.005736 10.0.0.23 - - [2026-01-29 02:38:10] "GET /instance-ip/2b2a4241-3853-4dc0-99fb-3ee990b88f08 HTTP/1.1" 200 1655 0.004167 10.0.0.23 - - [2026-01-29 02:38:10] "GET /instance-ip/9d114014-230c-430a-91db-3740f273939e HTTP/1.1" 200 1635 0.004146 10.0.0.23 - - [2026-01-29 02:38:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003598 10.0.0.23 - - [2026-01-29 02:38:10] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003536 10.0.0.23 - - [2026-01-29 02:38:10] "GET /virtual-networks?parent_id=94eb4c49-9472-4652-9b7f-ed1d232b303e&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.003470 10.0.0.23 - - [2026-01-29 02:38:10] "GET /virtual-network/6e87e187-da12-46a8-ae40-d6b355cebfc3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.006452 10.0.0.23 - - [2026-01-29 02:38:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004621 10.0.0.23 - - [2026-01-29 02:38:10] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004418 10.0.0.23 - - [2026-01-29 02:38:10] "GET /virtual-networks?parent_id=94eb4c49-9472-4652-9b7f-ed1d232b303e&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.003803 10.0.0.23 - - [2026-01-29 02:38:10] "GET /virtual-network/6e87e187-da12-46a8-ae40-d6b355cebfc3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.006337 10.0.0.23 - - [2026-01-29 02:38:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004334 10.0.0.23 - - [2026-01-29 02:38:10] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004105 10.0.0.23 - - [2026-01-29 02:38:10] "GET /virtual-networks?parent_id=94eb4c49-9472-4652-9b7f-ed1d232b303e&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.003027 10.0.0.23 - - [2026-01-29 02:38:10] "GET /virtual-network/6e87e187-da12-46a8-ae40-d6b355cebfc3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.006224 10.0.0.23 - - [2026-01-29 02:38:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003650 10.0.0.23 - - [2026-01-29 02:38:10] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003837 10.0.0.23 - - [2026-01-29 02:38:10] "GET /virtual-networks?parent_id=94eb4c49-9472-4652-9b7f-ed1d232b303e&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.002967 10.0.0.23 - - [2026-01-29 02:38:11] "GET /virtual-network/6e87e187-da12-46a8-ae40-d6b355cebfc3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.006560 10.0.0.23 - - [2026-01-29 02:38:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003504 10.0.0.23 - - [2026-01-29 02:38:11] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004320 10.0.0.23 - - [2026-01-29 02:38:11] "GET /virtual-networks?parent_id=94eb4c49-9472-4652-9b7f-ed1d232b303e&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.003022 10.0.0.23 - - [2026-01-29 02:38:11] "GET /virtual-network/6e87e187-da12-46a8-ae40-d6b355cebfc3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.006053 10.0.0.23 - - [2026-01-29 02:38:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003506 10.0.0.23 - - [2026-01-29 02:38:12] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003808 10.0.0.23 - - [2026-01-29 02:38:12] "GET /virtual-networks?parent_id=94eb4c49-9472-4652-9b7f-ed1d232b303e&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.003347 10.0.0.23 - - [2026-01-29 02:38:12] "GET /virtual-network/6e87e187-da12-46a8-ae40-d6b355cebfc3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.006301 10.0.0.23 - - [2026-01-29 02:38:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004119 10.0.0.23 - - [2026-01-29 02:38:12] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005886 10.0.0.23 - - [2026-01-29 02:38:12] "GET /virtual-networks?parent_id=94eb4c49-9472-4652-9b7f-ed1d232b303e&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.004171 10.0.0.23 - - [2026-01-29 02:38:12] "GET /virtual-network/6e87e187-da12-46a8-ae40-d6b355cebfc3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.007859 10.0.0.23 - - [2026-01-29 02:38:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004341 10.0.0.23 - - [2026-01-29 02:38:12] "GET /routing-instance/97432800-3093-4c86-8c8b-a5dba44988d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1489 0.005580 10.0.0.23 - - [2026-01-29 02:38:12] "GET /route-target/38a9ac41-b61a-4401-bd23-8e1dbb9b9617?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.006633 10.0.0.23 - - [2026-01-29 02:38:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004597 10.0.0.23 - - [2026-01-29 02:38:12] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003568 10.0.0.23 - - [2026-01-29 02:38:12] "GET /virtual-networks?parent_id=94eb4c49-9472-4652-9b7f-ed1d232b303e&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.003952 10.0.0.23 - - [2026-01-29 02:38:12] "GET /virtual-network/6e87e187-da12-46a8-ae40-d6b355cebfc3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.005775 10.0.0.23 - - [2026-01-29 02:38:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003165 10.0.0.23 - - [2026-01-29 02:38:12] "GET /routing-instance/97432800-3093-4c86-8c8b-a5dba44988d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1489 0.004279 10.0.0.23 - - [2026-01-29 02:38:12] "GET /route-target/38a9ac41-b61a-4401-bd23-8e1dbb9b9617?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004210 10.0.0.23 - - [2026-01-29 02:38:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003642 10.0.0.23 - - [2026-01-29 02:38:13] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004445 10.0.0.23 - - [2026-01-29 02:38:13] "GET /virtual-networks?parent_id=94eb4c49-9472-4652-9b7f-ed1d232b303e&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.003205 10.0.0.23 - - [2026-01-29 02:38:13] "GET /virtual-network/6e87e187-da12-46a8-ae40-d6b355cebfc3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.006082 10.0.0.23 - - [2026-01-29 02:38:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003011 10.0.0.23 - - [2026-01-29 02:38:13] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004278 10.0.0.23 - - [2026-01-29 02:38:13] "GET /virtual-networks?parent_id=94eb4c49-9472-4652-9b7f-ed1d232b303e&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.003214 10.0.0.23 - - [2026-01-29 02:38:13] "GET /virtual-network/6e87e187-da12-46a8-ae40-d6b355cebfc3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.005828 10.0.0.23 - - [2026-01-29 02:38:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003193 10.0.0.23 - - [2026-01-29 02:38:13] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004364 10.0.0.23 - - [2026-01-29 02:38:13] "GET /virtual-networks?parent_id=94eb4c49-9472-4652-9b7f-ed1d232b303e&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.003094 10.0.0.23 - - [2026-01-29 02:38:13] "GET /virtual-network/6e87e187-da12-46a8-ae40-d6b355cebfc3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.006397 10.0.0.23 - - [2026-01-29 02:38:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003527 10.0.0.23 - - [2026-01-29 02:38:13] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004611 10.0.0.23 - - [2026-01-29 02:38:13] "GET /virtual-networks?parent_id=94eb4c49-9472-4652-9b7f-ed1d232b303e&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.003349 10.0.0.23 - - [2026-01-29 02:38:13] "GET /virtual-network/6e87e187-da12-46a8-ae40-d6b355cebfc3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.006287 10.0.0.240 - - [2026-01-29 02:38:13] "GET /obj-perms HTTP/1.1" 200 5042 0.003803 10.0.0.23 - - [2026-01-29 02:38:13] "GET /obj-perms HTTP/1.1" 200 5042 0.003762 10.0.0.23 - - [2026-01-29 02:38:13] "GET /obj-perms HTTP/1.1" 200 5042 0.003814 10.0.0.147 - - [2026-01-29 02:38:13] "GET /obj-perms HTTP/1.1" 200 5042 0.003689 10.0.0.23 - - [2026-01-29 02:38:13] "POST /neutron/port HTTP/1.1" 200 1237 0.018895 10.0.0.240 - - [2026-01-29 02:38:13] "GET /obj-perms HTTP/1.1" 200 5042 0.003932 10.0.0.23 - - [2026-01-29 02:38:13] "GET /virtual-machine/85780cce-7d5c-40ed-bcbd-b88c518d84f2 HTTP/1.1" 200 1300 0.003999 10.0.0.23 - - [2026-01-29 02:38:13] "GET /virtual-machine-interface/82134b98-253d-4603-96b6-d6829a6987bc HTTP/1.1" 200 3176 0.006601 10.0.0.23 - - [2026-01-29 02:38:13] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005533 10.0.0.23 - - [2026-01-29 02:38:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003631 10.0.0.23 - - [2026-01-29 02:38:13] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003822 10.0.0.23 - - [2026-01-29 02:38:13] "GET /virtual-networks?parent_id=94eb4c49-9472-4652-9b7f-ed1d232b303e&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.002958 10.0.0.23 - - [2026-01-29 02:38:13] "POST /neutron/port HTTP/1.1" 200 117 0.001152 10.0.0.23 - - [2026-01-29 02:38:13] "GET /virtual-network/43623361-7d67-4262-9cf2-8867de62e424?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3251 0.005616 10.0.0.23 - - [2026-01-29 02:38:14] "POST /neutron/port HTTP/1.1" 200 1234 0.022055 10.0.0.23 - - [2026-01-29 02:38:14] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004241 10.0.0.23 - - [2026-01-29 02:38:14] "POST /neutron/port HTTP/1.1" 200 117 0.001298 10.0.0.23 - - [2026-01-29 02:38:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004559 10.0.0.23 - - [2026-01-29 02:38:14] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004677 10.0.0.23 - - [2026-01-29 02:38:14] "GET /virtual-networks?parent_id=94eb4c49-9472-4652-9b7f-ed1d232b303e&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.003387 10.0.0.23 - - [2026-01-29 02:38:15] "GET /virtual-network/43623361-7d67-4262-9cf2-8867de62e424?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3251 0.006178 10.0.0.23 - - [2026-01-29 02:38:15] "POST /neutron/port HTTP/1.1" 200 1237 0.028121 10.0.0.23 - - [2026-01-29 02:38:20] "POST /neutron/security_group HTTP/1.1" 200 2064 0.008337 10.0.0.23 - - [2026-01-29 02:38:25] "POST /neutron/port HTTP/1.1" 200 1237 0.016813 10.0.0.23 - - [2026-01-29 02:38:30] "POST /neutron/security_group HTTP/1.1" 200 2064 0.007321 10.0.0.23 - - [2026-01-29 02:38:35] "GET /virtual-machine/190fafdb-154c-4ff8-b151-87e5a579f369 HTTP/1.1" 200 1300 0.004246 10.0.0.23 - - [2026-01-29 02:38:35] "GET /virtual-machine-interface/71aad30b-2f90-4cea-90fa-adc17ef99d8c HTTP/1.1" 200 3176 0.006069 10.0.0.23 - - [2026-01-29 02:38:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003738 10.0.0.23 - - [2026-01-29 02:38:35] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003957 10.0.0.23 - - [2026-01-29 02:38:35] "GET /virtual-networks?parent_id=94eb4c49-9472-4652-9b7f-ed1d232b303e&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.003218 10.0.0.23 - - [2026-01-29 02:38:35] "GET /virtual-network/ac9bc318-ee7f-4666-a889-98927bc40b9b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2962 0.006338 10.0.0.23 - - [2026-01-29 02:38:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.004048 10.0.0.23 - - [2026-01-29 02:38:37] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004747 10.0.0.23 - - [2026-01-29 02:38:37] "GET /virtual-networks?parent_id=94eb4c49-9472-4652-9b7f-ed1d232b303e&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.004408 10.0.0.23 - - [2026-01-29 02:38:37] "GET /virtual-network/ac9bc318-ee7f-4666-a889-98927bc40b9b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2962 0.006094 10.0.0.23 - - [2026-01-29 02:38:37] "GET /virtual-machine/38465d53-84cf-4fe4-b545-72c05a55f449 HTTP/1.1" 200 1300 0.005933 10.0.0.23 - - [2026-01-29 02:38:37] "GET /virtual-machine-interface/abd0ef97-ecee-4ca9-928b-30419772db07 HTTP/1.1" 200 3177 0.008131 10.0.0.23 - - [2026-01-29 02:38:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.005205 10.0.0.23 - - [2026-01-29 02:38:37] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005801 10.0.0.23 - - [2026-01-29 02:38:37] "GET /virtual-networks?parent_id=94eb4c49-9472-4652-9b7f-ed1d232b303e&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.004541 10.0.0.23 - - [2026-01-29 02:38:37] "GET /virtual-network/6e87e187-da12-46a8-ae40-d6b355cebfc3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.007966 10.0.0.23 - - [2026-01-29 02:38:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003777 10.0.0.23 - - [2026-01-29 02:38:38] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003805 10.0.0.23 - - [2026-01-29 02:38:38] "GET /virtual-networks?parent_id=94eb4c49-9472-4652-9b7f-ed1d232b303e&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.002964 10.0.0.23 - - [2026-01-29 02:38:38] "GET /virtual-network/6e87e187-da12-46a8-ae40-d6b355cebfc3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.006295 10.0.0.23 - - [2026-01-29 02:39:04] "GET /obj-perms HTTP/1.1" 200 5056 0.049643 10.0.0.23 - - [2026-01-29 02:39:07] "GET /virtual-machine/38465d53-84cf-4fe4-b545-72c05a55f449 HTTP/1.1" 200 1300 0.004532 10.0.0.23 - - [2026-01-29 02:39:08] "POST /neutron/port HTTP/1.1" 200 151 0.215762 10.0.0.23 - - [2026-01-29 02:39:09] "GET /virtual-machine/38465d53-84cf-4fe4-b545-72c05a55f449 HTTP/1.1" 404 171 0.003664 10.0.0.23 - - [2026-01-29 02:39:09] "GET /virtual-machine/38465d53-84cf-4fe4-b545-72c05a55f449 HTTP/1.1" 404 171 0.002945 10.0.0.23 - - [2026-01-29 02:39:09] "GET /virtual-machine/38465d53-84cf-4fe4-b545-72c05a55f449 HTTP/1.1" 404 171 0.002617 10.0.0.23 - - [2026-01-29 02:39:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.004379 10.0.0.23 - - [2026-01-29 02:39:09] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005346 10.0.0.23 - - [2026-01-29 02:39:09] "GET /virtual-networks?parent_id=94eb4c49-9472-4652-9b7f-ed1d232b303e&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.004031 10.0.0.23 - - [2026-01-29 02:39:09] "GET /virtual-network/6e87e187-da12-46a8-ae40-d6b355cebfc3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.008944 10.0.0.23 - - [2026-01-29 02:39:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003247 10.0.0.23 - - [2026-01-29 02:39:10] "GET /routing-instance/97432800-3093-4c86-8c8b-a5dba44988d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1489 0.004651 10.0.0.23 - - [2026-01-29 02:39:10] "GET /route-target/38a9ac41-b61a-4401-bd23-8e1dbb9b9617?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004103 10.0.0.147 - - [2026-01-29 02:39:10] "GET /obj-perms HTTP/1.1" 200 5042 0.003545 10.0.0.23 - - [2026-01-29 02:39:14] "POST /neutron/network HTTP/1.1" 200 1122 0.034420 10.0.0.23 - - [2026-01-29 02:39:14] "POST /neutron/subnet HTTP/1.1" 200 1384 0.012585 10.0.0.23 - - [2026-01-29 02:39:14] "POST /neutron/network HTTP/1.1" 200 1112 0.008770 10.0.0.23 - - [2026-01-29 02:39:15] "POST /neutron/network HTTP/1.1" 200 1208 0.034704 10.0.0.23 - - [2026-01-29 02:39:15] "POST /neutron/subnet HTTP/1.1" 200 1384 0.014366 10.0.0.23 - - [2026-01-29 02:39:15] "POST /neutron/network HTTP/1.1" 200 1198 0.009599 10.0.0.23 - - [2026-01-29 02:39:16] "GET /obj-perms HTTP/1.1" 200 5042 0.005615 10.0.0.147 - - [2026-01-29 02:39:19] "GET /obj-perms HTTP/1.1" 200 5042 0.005075 10.0.0.23 - - [2026-01-29 02:39:25] "GET /obj-perms HTTP/1.1" 200 5042 0.004388 10.0.0.147 - - [2026-01-29 02:39:28] "GET /obj-perms HTTP/1.1" 200 5042 0.012581 10.0.0.23 - - [2026-01-29 02:39:34] "GET /obj-perms HTTP/1.1" 200 5042 0.004362 10.0.0.147 - - [2026-01-29 02:39:34] "GET /obj-perms HTTP/1.1" 200 5042 0.003938 10.0.0.23 - - [2026-01-29 02:39:34] "GET /virtual-machine/190fafdb-154c-4ff8-b151-87e5a579f369 HTTP/1.1" 200 1300 0.004325 10.0.0.23 - - [2026-01-29 02:39:35] "POST /neutron/port HTTP/1.1" 200 151 0.219651 10.0.0.23 - - [2026-01-29 02:39:36] "GET /virtual-machine/190fafdb-154c-4ff8-b151-87e5a579f369 HTTP/1.1" 404 171 0.003612 10.0.0.23 - - [2026-01-29 02:39:36] "GET /virtual-machine/190fafdb-154c-4ff8-b151-87e5a579f369 HTTP/1.1" 404 171 0.003405 10.0.0.23 - - [2026-01-29 02:39:36] "GET /virtual-machine/190fafdb-154c-4ff8-b151-87e5a579f369 HTTP/1.1" 404 171 0.002460 10.0.0.23 - - [2026-01-29 02:39:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003441 10.0.0.23 - - [2026-01-29 02:39:37] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003999 10.0.0.23 - - [2026-01-29 02:39:37] "GET /virtual-networks?parent_id=94eb4c49-9472-4652-9b7f-ed1d232b303e&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.003235 10.0.0.23 - - [2026-01-29 02:39:37] "GET /virtual-network/ac9bc318-ee7f-4666-a889-98927bc40b9b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2962 0.006301 10.0.0.23 - - [2026-01-29 02:39:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003176 10.0.0.23 - - [2026-01-29 02:39:37] "GET /routing-instance/b8b4218f-ba58-4423-bf8d-b9635e9545a0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1802 0.004449 10.0.0.23 - - [2026-01-29 02:39:37] "GET /route-target/516e815f-5b30-4618-9ac1-2b926157cf27?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004471 10.0.0.23 - - [2026-01-29 02:39:37] "GET /obj-perms HTTP/1.1" 200 5042 0.004565 10.0.0.23 - - [2026-01-29 02:39:40] "GET /obj-perms HTTP/1.1" 200 5042 0.004586 10.0.0.23 - - [2026-01-29 02:39:46] "GET /obj-perms HTTP/1.1" 200 5042 0.003962 10.0.0.23 - - [2026-01-29 02:39:49] "GET /obj-perms HTTP/1.1" 200 5042 0.004922 10.0.0.147 - - [2026-01-29 02:39:51] "GET /global-system-configs HTTP/1.1" 401 292 0.000505 10.0.0.147 - - [2026-01-29 02:39:51] "GET /global-system-configs HTTP/1.1" 401 292 0.000434 10.0.0.147 - - [2026-01-29 02:39:52] "GET /global-system-configs HTTP/1.1" 401 292 0.000466 10.0.0.147 - - [2026-01-29 02:39:52] "GET /global-system-configs HTTP/1.1" 401 292 0.001338 10.0.0.23 - - [2026-01-29 02:39:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000439 10.0.0.23 - - [2026-01-29 02:39:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000453 10.0.0.240 - - [2026-01-29 02:39:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000425 10.0.0.240 - - [2026-01-29 02:39:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000431 10.0.0.23 - - [2026-01-29 02:39:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000422 10.0.0.23 - - [2026-01-29 02:39:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000426 10.0.0.240 - - [2026-01-29 02:39:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000452 10.0.0.240 - - [2026-01-29 02:39:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000590 10.0.0.23 - - [2026-01-29 02:39:55] "GET /obj-perms HTTP/1.1" 200 5042 0.004869 10.0.0.23 - - [2026-01-29 02:39:58] "GET /obj-perms HTTP/1.1" 200 5042 0.005569 10.0.0.240 - - [2026-01-29 02:40:04] "GET /obj-perms HTTP/1.1" 200 5056 0.050587 10.0.0.23 - - [2026-01-29 02:40:04] "GET /obj-perms HTTP/1.1" 200 5042 0.003845 10.0.0.23 - - [2026-01-29 02:40:05] "GET /obj-perms HTTP/1.1" 200 5042 0.003846 10.0.0.23 - - [2026-01-29 02:40:05] "GET /virtual-machine/85780cce-7d5c-40ed-bcbd-b88c518d84f2 HTTP/1.1" 200 1300 0.004408 10.0.0.23 - - [2026-01-29 02:40:05] "POST /neutron/port HTTP/1.1" 200 151 0.267113 10.0.0.23 - - [2026-01-29 02:40:07] "GET /virtual-machine/85780cce-7d5c-40ed-bcbd-b88c518d84f2 HTTP/1.1" 404 171 0.003283 10.0.0.23 - - [2026-01-29 02:40:07] "GET /virtual-machine/85780cce-7d5c-40ed-bcbd-b88c518d84f2 HTTP/1.1" 404 171 0.002698 10.0.0.23 - - [2026-01-29 02:40:07] "GET /virtual-machine/85780cce-7d5c-40ed-bcbd-b88c518d84f2 HTTP/1.1" 404 171 0.002496 10.0.0.23 - - [2026-01-29 02:40:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004468 10.0.0.23 - - [2026-01-29 02:40:07] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004157 10.0.0.23 - - [2026-01-29 02:40:07] "GET /virtual-networks?parent_id=94eb4c49-9472-4652-9b7f-ed1d232b303e&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.003202 10.0.0.23 - - [2026-01-29 02:40:07] "GET /virtual-network/43623361-7d67-4262-9cf2-8867de62e424?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3251 0.007677 10.0.0.23 - - [2026-01-29 02:40:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004212 10.0.0.23 - - [2026-01-29 02:40:07] "GET /routing-instance/04af97e7-f4e7-4662-a70a-d3a075c1dbf9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1800 0.004228 10.0.0.23 - - [2026-01-29 02:40:07] "GET /route-target/5a80c3f1-8440-4ada-bfe9-9852491f059e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.003897 10.0.0.147 - - [2026-01-29 02:40:07] "GET /obj-perms HTTP/1.1" 200 5042 0.003815 10.0.0.23 - - [2026-01-29 02:40:13] "GET /obj-perms HTTP/1.1" 200 5042 0.004130 10.0.0.147 - - [2026-01-29 02:40:16] "GET /obj-perms HTTP/1.1" 200 5042 0.003995 10.0.0.23 - - [2026-01-29 02:40:22] "GET /obj-perms HTTP/1.1" 200 5042 0.004071 10.0.0.147 - - [2026-01-29 02:40:25] "GET /obj-perms HTTP/1.1" 200 5042 0.004236 10.0.0.23 - - [2026-01-29 02:40:32] "GET /obj-perms HTTP/1.1" 200 5042 0.004618 10.0.0.147 - - [2026-01-29 02:40:35] "GET /obj-perms HTTP/1.1" 200 5042 0.004480 10.0.0.23 - - [2026-01-29 02:40:35] "GET /obj-perms HTTP/1.1" 200 5042 0.003905 10.0.0.23 - - [2026-01-29 02:40:35] "GET /virtual-network/ac9bc318-ee7f-4666-a889-98927bc40b9b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2962 0.006440 10.0.0.23 - - [2026-01-29 02:40:35] "POST /neutron/network HTTP/1.1" 200 1014 0.026708 10.0.0.23 - - [2026-01-29 02:40:35] "GET /virtual-network/ac9bc318-ee7f-4666-a889-98927bc40b9b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2647 0.005980 10.0.0.23 - - [2026-01-29 02:40:35] "GET /virtual-network/43623361-7d67-4262-9cf2-8867de62e424?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3251 0.007069 10.0.0.23 - - [2026-01-29 02:40:35] "POST /neutron/network HTTP/1.1" 200 1014 0.012424 10.0.0.23 - - [2026-01-29 02:40:35] "GET /virtual-network/43623361-7d67-4262-9cf2-8867de62e424?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2646 0.006376 10.0.0.23 - - [2026-01-29 02:40:35] "DELETE /network-policy/f14f9163-1e05-454f-840c-f332ec25e735 HTTP/1.1" 200 115 0.036944 10.0.0.23 - - [2026-01-29 02:40:35] "DELETE /network-policy/217ba5fb-7956-40b4-9a15-5a6fd0b17aa7 HTTP/1.1" 200 115 0.041766 10.0.0.23 - - [2026-01-29 02:40:35] "DELETE /network-policy/cd45421a-e0df-40fb-a47f-f2cbfb46eb40 HTTP/1.1" 200 115 0.045186 10.0.0.147 - - [2026-01-29 02:40:36] "DELETE /access-control-list/231e7d16-6a06-4c32-90c9-0bcc4c9439e3 HTTP/1.1" 200 115 0.084179 10.0.0.147 - - [2026-01-29 02:40:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003847 10.0.0.23 - - [2026-01-29 02:40:36] "POST /neutron/network HTTP/1.1" 200 1014 0.009325 10.0.0.147 - - [2026-01-29 02:40:36] "DELETE /route-target/516e815f-5b30-4618-9ac1-2b926157cf27 HTTP/1.1" 200 115 0.020374 10.0.0.240 - - [2026-01-29 02:40:36] "POST /useragent-kv HTTP/1.1" 200 115 0.007019 10.0.0.240 - - [2026-01-29 02:40:36] "POST /useragent-kv HTTP/1.1" 200 115 0.002709 10.0.0.240 - - [2026-01-29 02:40:36] "POST /useragent-kv HTTP/1.1" 200 115 0.002304 10.0.0.240 - - [2026-01-29 02:40:36] "POST /useragent-kv HTTP/1.1" 200 115 0.005038 10.0.0.23 - - [2026-01-29 02:40:36] "POST /neutron/network HTTP/1.1" 200 151 0.159239 10.0.0.23 - - [2026-01-29 02:40:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003793 10.0.0.23 - - [2026-01-29 02:40:37] "DELETE /network-ipam/3cabc8ae-2c82-49b2-b474-1c5bcc00a3a3 HTTP/1.1" 200 115 0.036117 10.0.0.23 - - [2026-01-29 02:40:37] "POST /fqname-to-id HTTP/1.1" 404 203 0.004374 10.0.0.23 - - [2026-01-29 02:40:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003803 10.0.0.23 - - [2026-01-29 02:40:37] "DELETE /network-ipam/00f105c7-ba7b-436e-8310-951cc655183b HTTP/1.1" 200 115 0.036244 10.0.0.23 - - [2026-01-29 02:40:37] "POST /fqname-to-id HTTP/1.1" 404 203 0.004027 10.0.0.23 - - [2026-01-29 02:40:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.004370 10.0.0.23 - - [2026-01-29 02:40:37] "DELETE /network-ipam/1219f1be-0b61-4bde-8913-0e6db15f02f8 HTTP/1.1" 200 115 0.039369 10.0.0.23 - - [2026-01-29 02:40:37] "POST /fqname-to-id HTTP/1.1" 404 203 0.003664 10.0.0.240 - - [2026-01-29 02:40:40] "GET /projects?obj_uuids=94eb4c49-9472-4652-9b7f-ed1d232b303e&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.002309 10.0.0.23 - - [2026-01-29 02:40:40] "GET /project/94eb4c49-9472-4652-9b7f-ed1d232b303e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1391 0.048541 10.0.0.240 - - [2026-01-29 02:40:40] "GET /projects?obj_uuids=94eb4c49-9472-4652-9b7f-ed1d232b303e&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001053 10.0.0.23 - - [2026-01-29 02:40:40] "GET /project/94eb4c49-9472-4652-9b7f-ed1d232b303e?fields=virtual_networks HTTP/1.1" 200 1047 0.041746 10.0.0.240 - - [2026-01-29 02:40:40] "GET /projects?obj_uuids=94eb4c49-9472-4652-9b7f-ed1d232b303e&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001018 10.0.0.23 - - [2026-01-29 02:40:40] "GET /project/94eb4c49-9472-4652-9b7f-ed1d232b303e?fields=virtual_machine_interfaces HTTP/1.1" 200 1047 0.041582 10.0.0.240 - - [2026-01-29 02:40:40] "GET /projects?obj_uuids=94eb4c49-9472-4652-9b7f-ed1d232b303e&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001244 10.0.0.23 - - [2026-01-29 02:40:40] "GET /project/94eb4c49-9472-4652-9b7f-ed1d232b303e?fields=security_groups HTTP/1.1" 200 1280 0.039068 10.0.0.23 - - [2026-01-29 02:40:41] "POST /fqname-to-id HTTP/1.1" 404 190 0.331191 10.0.0.240 - - [2026-01-29 02:40:41] "GET /projects?obj_uuids=ebb3ab57-43dc-486b-879c-d88823288af2&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003156 10.0.0.240 - - [2026-01-29 02:40:41] "GET /domains?obj_uuids=65230a56-1cf0-4d34-9498-1ad48da04806&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001064 10.0.0.240 - - [2026-01-29 02:40:41] "GET /domain/65230a56-1cf0-4d34-9498-1ad48da04806?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007194 10.0.0.240 - - [2026-01-29 02:40:41] "POST /id-to-fqname HTTP/1.1" 200 192 0.005434 10.0.0.240 - - [2026-01-29 02:40:41] "POST /fqname-to-id HTTP/1.1" 404 201 0.004110 10.0.0.240 - - [2026-01-29 02:40:41] "POST /security-groups HTTP/1.1" 200 593 0.077631 10.0.0.147 - - [2026-01-29 02:40:41] "POST /fqname-to-id HTTP/1.1" 404 236 0.004046 10.0.0.240 - - [2026-01-29 02:40:41] "POST /projects HTTP/1.1" 200 589 0.287209 10.0.0.240 - - [2026-01-29 02:40:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.357032 10.0.0.147 - - [2026-01-29 02:40:41] "POST /access-control-lists HTTP/1.1" 200 598 0.029266 10.0.0.23 - - [2026-01-29 02:40:42] "GET /project/ebb3ab57-43dc-486b-879c-d88823288af2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.495808 10.0.0.23 - - [2026-01-29 02:40:43] "GET / HTTP/1.1" 200 36215 0.001651 10.0.0.23 - - [2026-01-29 02:40:44] "POST /fqname-to-id HTTP/1.1" 401 292 0.000494 10.0.0.23 - - [2026-01-29 02:40:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.057099 10.0.0.240 - - [2026-01-29 02:40:45] "GET /projects?obj_uuids=ebb3ab57-43dc-486b-879c-d88823288af2&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000922 10.0.0.23 - - [2026-01-29 02:40:45] "GET /project/ebb3ab57-43dc-486b-879c-d88823288af2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.042349 10.0.0.240 - - [2026-01-29 02:40:45] "POST /useragent-kv HTTP/1.1" 200 115 0.012945 10.0.0.23 - - [2026-01-29 02:40:45] "POST /neutron/subnet HTTP/1.1" 200 730 0.273721 10.0.0.23 - - [2026-01-29 02:40:45] "POST /id-to-fqname HTTP/1.1" 200 222 0.001746 10.0.0.23 - - [2026-01-29 02:40:45] "GET /virtual-network/7fafa70d-161b-4cab-9c8c-31019906a058?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005883 10.0.0.23 - - [2026-01-29 02:40:45] "GET /virtual-network/7fafa70d-161b-4cab-9c8c-31019906a058?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.007345 10.0.0.23 - - [2026-01-29 02:40:45] "POST /neutron/network HTTP/1.1" 200 827 0.007029 10.0.0.23 - - [2026-01-29 02:40:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004066 10.0.0.240 - - [2026-01-29 02:40:45] "GET /projects?obj_uuids=ebb3ab57-43dc-486b-879c-d88823288af2&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001373 10.0.0.23 - - [2026-01-29 02:40:45] "GET /project/ebb3ab57-43dc-486b-879c-d88823288af2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.050908 10.0.0.240 - - [2026-01-29 02:40:45] "GET /projects?obj_uuids=ebb3ab57-43dc-486b-879c-d88823288af2&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001297 10.0.0.23 - - [2026-01-29 02:40:46] "POST /neutron/network HTTP/1.1" 200 607 0.128469 10.0.0.147 - - [2026-01-29 02:40:46] "POST /route-targets HTTP/1.1" 200 328 0.013679 10.0.0.23 - - [2026-01-29 02:40:46] "POST /id-to-fqname HTTP/1.1" 200 222 0.003706 10.0.0.23 - - [2026-01-29 02:40:46] "GET /virtual-network/083681f0-6316-43e3-b594-c96b42d3d7c4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.006399 10.0.0.23 - - [2026-01-29 02:40:46] "POST /neutron/network HTTP/1.1" 200 825 0.007542 10.0.0.23 - - [2026-01-29 02:40:46] "GET /virtual-network/083681f0-6316-43e3-b594-c96b42d3d7c4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.007253 10.0.0.23 - - [2026-01-29 02:40:46] "POST /fqname-to-id HTTP/1.1" 404 228 0.003807 10.0.0.23 - - [2026-01-29 02:40:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004432 10.0.0.240 - - [2026-01-29 02:40:46] "GET /projects?obj_uuids=ebb3ab57-43dc-486b-879c-d88823288af2&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001616 10.0.0.240 - - [2026-01-29 02:40:46] "DELETE /project/ebb3ab5743dc486b879cd88823288af2 HTTP/1.1" 404 173 0.005344 10.0.0.240 - - [2026-01-29 02:40:46] "GET /projects?obj_uuids=94eb4c49-9472-4652-9b7f-ed1d232b303e&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000942 10.0.0.23 - - [2026-01-29 02:40:46] "GET /project/ebb3ab57-43dc-486b-879c-d88823288af2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.065274 10.0.0.240 - - [2026-01-29 02:40:46] "GET /project/94eb4c49-9472-4652-9b7f-ed1d232b303e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1493 0.072888 10.0.0.240 - - [2026-01-29 02:40:46] "GET /projects?obj_uuids=94eb4c49-9472-4652-9b7f-ed1d232b303e&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001040 10.0.0.23 - - [2026-01-29 02:40:46] "POST /network-policys HTTP/1.1" 200 573 0.042638 10.0.0.240 - - [2026-01-29 02:40:46] "GET /project/94eb4c49-9472-4652-9b7f-ed1d232b303e?fields=security_groups HTTP/1.1" 200 1382 0.043301 10.0.0.23 - - [2026-01-29 02:40:46] "GET /network-policy/223b848e-3788-4387-b54d-02bd1e0db4eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2154 0.008463 10.0.0.23 - - [2026-01-29 02:40:46] "POST /neutron/network HTTP/1.1" 200 827 0.008783 10.0.0.240 - - [2026-01-29 02:40:46] "DELETE /security-group/f9ef88d2-6614-43b7-a956-24807c677adc HTTP/1.1" 200 115 0.052190 10.0.0.240 - - [2026-01-29 02:40:46] "GET /projects?obj_uuids=94eb4c49-9472-4652-9b7f-ed1d232b303e&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000924 10.0.0.240 - - [2026-01-29 02:40:46] "GET /project/94eb4c49-9472-4652-9b7f-ed1d232b303e?fields=application_policy_sets HTTP/1.1" 200 1421 0.067416 10.0.0.147 - - [2026-01-29 02:40:46] "DELETE /access-control-list/50884181-1d7b-43ec-8e65-4e5b2cf40a1e HTTP/1.1" 200 115 0.053384 10.0.0.23 - - [2026-01-29 02:40:46] "GET /virtual-network/7fafa70d-161b-4cab-9c8c-31019906a058?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2369 0.013381 10.0.0.23 - - [2026-01-29 02:40:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004857 10.0.0.23 - - [2026-01-29 02:40:46] "GET /network-policy/223b848e-3788-4387-b54d-02bd1e0db4eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2154 0.014465 10.0.0.23 - - [2026-01-29 02:40:46] "POST /neutron/network HTTP/1.1" 200 825 0.009835 10.0.0.240 - - [2026-01-29 02:40:47] "DELETE /project/94eb4c49-9472-4652-9b7f-ed1d232b303e HTTP/1.1" 200 115 0.535974 10.0.0.147 - - [2026-01-29 02:40:47] "PUT /access-control-list/8bb2b8d6-9b71-4988-a4a2-92043e23616b HTTP/1.1" 200 273 0.026952 10.0.0.23 - - [2026-01-29 02:40:47] "GET /virtual-network/083681f0-6316-43e3-b594-c96b42d3d7c4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2362 0.007142 10.0.0.23 - - [2026-01-29 02:40:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.007177 10.0.0.147 - - [2026-01-29 02:40:47] "POST /ref-update HTTP/1.1" 200 156 0.041270 10.0.0.23 - - [2026-01-29 02:40:47] "GET /network-policy/223b848e-3788-4387-b54d-02bd1e0db4eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2154 0.012762 10.0.0.23 - - [2026-01-29 02:40:47] "GET /virtual-network/7fafa70d-161b-4cab-9c8c-31019906a058?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2369 0.006614 10.0.0.240 - - [2026-01-29 02:40:49] "GET /obj-perms HTTP/1.1" 200 5034 0.059412 10.0.0.23 - - [2026-01-29 02:40:49] "GET /virtual-network/083681f0-6316-43e3-b594-c96b42d3d7c4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2362 0.007267 10.0.0.147 - - [2026-01-29 02:40:49] "GET /obj-perms HTTP/1.1" 200 5034 0.096187 10.0.0.23 - - [2026-01-29 02:40:49] "POST /id-to-fqname HTTP/1.1" 200 222 0.001428 10.0.0.23 - - [2026-01-29 02:40:49] "POST /neutron/network HTTP/1.1" 200 939 0.007389 10.0.0.240 - - [2026-01-29 02:40:50] "GET /projects?obj_uuids=ebb3ab57-43dc-486b-879c-d88823288af2&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001164 10.0.0.23 - - [2026-01-29 02:40:50] "GET /project/ebb3ab57-43dc-486b-879c-d88823288af2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.077842 10.0.0.23 - - [2026-01-29 02:40:50] "POST /neutron/port HTTP/1.1" 200 117 0.006749 10.0.0.23 - - [2026-01-29 02:40:50] "POST /id-to-fqname HTTP/1.1" 200 222 0.001295 10.0.0.23 - - [2026-01-29 02:40:51] "POST /neutron/network HTTP/1.1" 200 939 0.007161 10.0.0.23 - - [2026-01-29 02:40:51] "POST /neutron/port HTTP/1.1" 200 1063 0.017987 10.0.0.23 - - [2026-01-29 02:40:51] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003493 10.0.0.240 - - [2026-01-29 02:40:51] "GET /projects?obj_uuids=ebb3ab57-43dc-486b-879c-d88823288af2&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001056 10.0.0.23 - - [2026-01-29 02:40:51] "GET /project/ebb3ab57-43dc-486b-879c-d88823288af2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.085296 10.0.0.23 - - [2026-01-29 02:40:51] "POST /neutron/network HTTP/1.1" 200 929 0.006936 10.0.0.23 - - [2026-01-29 02:40:52] "POST /neutron/security_group HTTP/1.1" 200 2060 0.007339 10.0.0.23 - - [2026-01-29 02:40:52] "POST /neutron/security_group HTTP/1.1" 200 2060 0.008186 10.0.0.23 - - [2026-01-29 02:40:52] "POST /neutron/port HTTP/1.1" 200 1061 0.019882 10.0.0.23 - - [2026-01-29 02:40:52] "POST /neutron/port HTTP/1.1" 200 1125 0.024692 10.0.0.23 - - [2026-01-29 02:40:53] "POST /neutron/port HTTP/1.1" 200 117 0.001776 10.0.0.23 - - [2026-01-29 02:40:57] "POST /neutron/security_group HTTP/1.1" 200 2060 0.007438 10.0.0.23 - - [2026-01-29 02:40:57] "POST /neutron/port HTTP/1.1" 200 1127 0.022216 10.0.0.23 - - [2026-01-29 02:40:57] "GET /virtual-machine/0afb1742-cfb6-4ce5-abae-35cfe29af7e3 HTTP/1.1" 401 292 0.000434 10.0.0.23 - - [2026-01-29 02:40:57] "GET /virtual-machine/0afb1742-cfb6-4ce5-abae-35cfe29af7e3 HTTP/1.1" 200 1295 0.029963 10.0.0.23 - - [2026-01-29 02:40:57] "GET /virtual-machine-interface/9a081350-54b3-48b9-9e65-824dc35a8c6e HTTP/1.1" 200 2959 0.005261 10.0.0.23 - - [2026-01-29 02:40:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003791 10.0.0.23 - - [2026-01-29 02:40:57] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003790 10.0.0.23 - - [2026-01-29 02:40:57] "GET /virtual-networks?parent_id=ebb3ab57-43dc-486b-879c-d88823288af2&detail=False&count=False&shared=False HTTP/1.1" 200 577 0.002916 10.0.0.23 - - [2026-01-29 02:40:57] "GET /virtual-network/7fafa70d-161b-4cab-9c8c-31019906a058?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2369 0.006386 10.0.0.23 - - [2026-01-29 02:41:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004085 10.0.0.23 - - [2026-01-29 02:41:01] "GET /virtual-network/7fafa70d-161b-4cab-9c8c-31019906a058?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2369 0.007121 10.0.0.23 - - [2026-01-29 02:41:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003572 10.0.0.23 - - [2026-01-29 02:41:05] "GET /virtual-network/7fafa70d-161b-4cab-9c8c-31019906a058?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2369 0.005727 10.0.0.23 - - [2026-01-29 02:41:05] "GET /obj-perms HTTP/1.1" 200 5056 0.057187 10.0.0.23 - - [2026-01-29 02:41:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003798 10.0.0.23 - - [2026-01-29 02:41:09] "GET /virtual-network/7fafa70d-161b-4cab-9c8c-31019906a058?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2369 0.010527 10.0.0.23 - - [2026-01-29 02:41:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003617 10.0.0.23 - - [2026-01-29 02:41:13] "GET /virtual-network/7fafa70d-161b-4cab-9c8c-31019906a058?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2369 0.005348 10.0.0.23 - - [2026-01-29 02:41:16] "POST /neutron/port HTTP/1.1" 200 1125 0.016349 10.0.0.23 - - [2026-01-29 02:41:16] "POST /neutron/subnet HTTP/1.1" 200 694 0.009138 10.0.0.23 - - [2026-01-29 02:41:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004407 10.0.0.23 - - [2026-01-29 02:41:17] "GET /virtual-network/7fafa70d-161b-4cab-9c8c-31019906a058?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2369 0.008126 10.0.0.23 - - [2026-01-29 02:41:18] "POST /neutron/port HTTP/1.1" 200 1127 0.018608 10.0.0.23 - - [2026-01-29 02:41:18] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004885 10.0.0.23 - - [2026-01-29 02:41:18] "POST /neutron/network HTTP/1.1" 200 929 0.007373 10.0.0.23 - - [2026-01-29 02:41:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004605 10.0.0.23 - - [2026-01-29 02:41:21] "GET /virtual-network/7fafa70d-161b-4cab-9c8c-31019906a058?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2369 0.005764 10.0.0.23 - - [2026-01-29 02:41:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.005149 10.0.0.23 - - [2026-01-29 02:41:25] "GET /virtual-network/7fafa70d-161b-4cab-9c8c-31019906a058?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2369 0.005391 10.0.0.23 - - [2026-01-29 02:41:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003883 10.0.0.23 - - [2026-01-29 02:41:29] "GET /virtual-network/7fafa70d-161b-4cab-9c8c-31019906a058?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2369 0.005630 10.0.0.23 - - [2026-01-29 02:41:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003438 10.0.0.23 - - [2026-01-29 02:41:33] "GET /virtual-network/7fafa70d-161b-4cab-9c8c-31019906a058?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2369 0.005538 10.0.0.23 - - [2026-01-29 02:41:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.004842 10.0.0.23 - - [2026-01-29 02:41:37] "GET /virtual-network/7fafa70d-161b-4cab-9c8c-31019906a058?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2369 0.007828 10.0.0.23 - - [2026-01-29 02:41:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003647 10.0.0.23 - - [2026-01-29 02:41:40] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003940 10.0.0.23 - - [2026-01-29 02:41:40] "GET /virtual-networks?parent_id=ebb3ab57-43dc-486b-879c-d88823288af2&detail=False&count=False&shared=False HTTP/1.1" 200 577 0.003808 10.0.0.23 - - [2026-01-29 02:41:40] "GET /virtual-network/7fafa70d-161b-4cab-9c8c-31019906a058?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2369 0.006512 10.0.0.23 - - [2026-01-29 02:41:45] "POST /neutron/port HTTP/1.1" 200 1127 0.017467 10.0.0.23 - - [2026-01-29 02:41:49] "POST /neutron/security_group HTTP/1.1" 200 2060 0.006986 10.0.0.23 - - [2026-01-29 02:41:50] "POST /neutron/port HTTP/1.1" 200 1127 0.017985 10.0.0.23 - - [2026-01-29 02:41:55] "POST /neutron/security_group HTTP/1.1" 200 2060 0.007612 10.0.0.23 - - [2026-01-29 02:42:00] "POST /neutron/port HTTP/1.1" 200 1125 0.021601 10.0.0.23 - - [2026-01-29 02:42:01] "POST /neutron/security_group HTTP/1.1" 200 2060 0.007904 10.0.0.23 - - [2026-01-29 02:42:01] "GET /virtual-machine/34ec05d7-43b5-4e13-b1ed-b6579d496c5e HTTP/1.1" 200 1296 0.008284 10.0.0.23 - - [2026-01-29 02:42:01] "GET /virtual-machine-interface/22215513-c751-4bc0-b276-6047d81f5d02 HTTP/1.1" 200 2958 0.006985 10.0.0.23 - - [2026-01-29 02:42:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004393 10.0.0.23 - - [2026-01-29 02:42:01] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003954 10.0.0.23 - - [2026-01-29 02:42:01] "GET /virtual-networks?parent_id=ebb3ab57-43dc-486b-879c-d88823288af2&detail=False&count=False&shared=False HTTP/1.1" 200 577 0.004151 10.0.0.23 - - [2026-01-29 02:42:01] "GET /virtual-network/083681f0-6316-43e3-b594-c96b42d3d7c4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2362 0.008168 10.0.0.23 - - [2026-01-29 02:42:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004755 10.0.0.23 - - [2026-01-29 02:42:02] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004397 10.0.0.23 - - [2026-01-29 02:42:02] "GET /virtual-networks?parent_id=ebb3ab57-43dc-486b-879c-d88823288af2&detail=False&count=False&shared=False HTTP/1.1" 200 577 0.003715 10.0.0.23 - - [2026-01-29 02:42:02] "GET /virtual-network/083681f0-6316-43e3-b594-c96b42d3d7c4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2362 0.007319 10.0.0.23 - - [2026-01-29 02:42:18] "POST /neutron/network HTTP/1.1" 200 937 0.006733 10.0.0.23 - - [2026-01-29 02:42:18] "POST /neutron/port HTTP/1.1" 200 117 0.001256 10.0.0.23 - - [2026-01-29 02:42:20] "POST /neutron/port HTTP/1.1" 200 1127 0.016835 10.0.0.23 - - [2026-01-29 02:42:20] "POST /neutron/subnet HTTP/1.1" 200 704 0.008437 10.0.0.23 - - [2026-01-29 02:42:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.004022 10.0.0.240 - - [2026-01-29 02:42:29] "GET /projects?obj_uuids=ebb3ab57-43dc-486b-879c-d88823288af2&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.032932 10.0.0.23 - - [2026-01-29 02:42:29] "GET /project/ebb3ab57-43dc-486b-879c-d88823288af2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.082428 10.0.0.23 - - [2026-01-29 02:42:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003595 10.0.0.23 - - [2026-01-29 02:42:29] "PUT /network-policy/223b848e-3788-4387-b54d-02bd1e0db4eb HTTP/1.1" 200 263 0.017516 10.0.0.147 - - [2026-01-29 02:42:30] "POST /ref-update HTTP/1.1" 200 156 0.075526 10.0.0.23 - - [2026-01-29 02:42:34] "GET /virtual-network/083681f0-6316-43e3-b594-c96b42d3d7c4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2362 0.006312 10.0.0.23 - - [2026-01-29 02:42:34] "POST /neutron/network HTTP/1.1" 200 927 0.006642 10.0.0.147 - - [2026-01-29 02:42:34] "DELETE /access-control-list/3a4e4a5e-16f1-4a0d-adfa-83c18cf2831c HTTP/1.1" 200 115 0.037374 10.0.0.23 - - [2026-01-29 02:42:34] "GET /virtual-network/083681f0-6316-43e3-b594-c96b42d3d7c4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.007451 10.0.0.23 - - [2026-01-29 02:42:34] "GET /virtual-network/7fafa70d-161b-4cab-9c8c-31019906a058?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2369 0.005664 10.0.0.23 - - [2026-01-29 02:42:34] "POST /neutron/network HTTP/1.1" 200 929 0.006361 10.0.0.23 - - [2026-01-29 02:42:34] "GET /virtual-network/7fafa70d-161b-4cab-9c8c-31019906a058?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.008241 10.0.0.23 - - [2026-01-29 02:42:34] "DELETE /network-policy/223b848e-3788-4387-b54d-02bd1e0db4eb HTTP/1.1" 200 115 0.041880 10.0.0.23 - - [2026-01-29 02:42:34] "POST /neutron/network HTTP/1.1" 200 825 0.006384 10.0.0.23 - - [2026-01-29 02:42:34] "POST /neutron/port HTTP/1.1" 200 1115 0.014758 10.0.0.23 - - [2026-01-29 02:42:34] "POST /neutron/port HTTP/1.1" 200 1117 0.013897 10.0.0.240 - - [2026-01-29 02:42:36] "POST /useragent-kv HTTP/1.1" 200 115 0.007504 10.0.0.240 - - [2026-01-29 02:42:36] "POST /useragent-kv HTTP/1.1" 200 115 0.002195 10.0.0.23 - - [2026-01-29 02:42:36] "POST /neutron/network HTTP/1.1" 200 151 0.126761 10.0.0.147 - - [2026-01-29 02:42:36] "DELETE /route-target/48798e21-0653-4917-a883-b5b1b3c0d76a HTTP/1.1" 200 115 0.041530 10.0.0.240 - - [2026-01-29 02:42:38] "GET /projects?obj_uuids=ebb3ab57-43dc-486b-879c-d88823288af2&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001515 10.0.0.23 - - [2026-01-29 02:42:38] "GET /project/ebb3ab57-43dc-486b-879c-d88823288af2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.085840 10.0.0.240 - - [2026-01-29 02:42:38] "GET /projects?obj_uuids=ebb3ab57-43dc-486b-879c-d88823288af2&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001013 10.0.0.23 - - [2026-01-29 02:42:38] "GET /project/ebb3ab57-43dc-486b-879c-d88823288af2?fields=virtual_networks HTTP/1.1" 200 1038 0.057897 10.0.0.240 - - [2026-01-29 02:42:38] "GET /projects?obj_uuids=ebb3ab57-43dc-486b-879c-d88823288af2&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002028 10.0.0.23 - - [2026-01-29 02:42:38] "GET /project/ebb3ab57-43dc-486b-879c-d88823288af2?fields=virtual_machine_interfaces HTTP/1.1" 200 1038 0.041024 10.0.0.240 - - [2026-01-29 02:42:38] "GET /projects?obj_uuids=ebb3ab57-43dc-486b-879c-d88823288af2&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001013 10.0.0.23 - - [2026-01-29 02:42:39] "GET /project/ebb3ab57-43dc-486b-879c-d88823288af2?fields=security_groups HTTP/1.1" 200 1267 0.046992 10.0.0.23 - - [2026-01-29 02:42:39] "POST /fqname-to-id HTTP/1.1" 404 200 0.025171 10.0.0.240 - - [2026-01-29 02:42:39] "GET /projects?obj_uuids=a5ab08b9-dd91-4ea7-abfa-ad972cea06fa&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004386 10.0.0.240 - - [2026-01-29 02:42:40] "GET /domains?obj_uuids=65230a56-1cf0-4d34-9498-1ad48da04806&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001430 10.0.0.240 - - [2026-01-29 02:42:40] "GET /domain/65230a56-1cf0-4d34-9498-1ad48da04806?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.039964 10.0.0.240 - - [2026-01-29 02:42:40] "POST /id-to-fqname HTTP/1.1" 200 202 0.011189 10.0.0.240 - - [2026-01-29 02:42:40] "POST /fqname-to-id HTTP/1.1" 404 211 0.005636 10.0.0.240 - - [2026-01-29 02:42:40] "POST /security-groups HTTP/1.1" 200 603 0.081984 10.0.0.147 - - [2026-01-29 02:42:40] "POST /fqname-to-id HTTP/1.1" 404 246 0.003039 10.0.0.240 - - [2026-01-29 02:42:40] "POST /projects HTTP/1.1" 200 609 0.313657 10.0.0.240 - - [2026-01-29 02:42:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.389371 10.0.0.147 - - [2026-01-29 02:42:40] "POST /access-control-lists HTTP/1.1" 200 608 0.028106 10.0.0.23 - - [2026-01-29 02:42:40] "GET /project/a5ab08b9-dd91-4ea7-abfa-ad972cea06fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1415 0.563062 10.0.0.23 - - [2026-01-29 02:42:41] "GET / HTTP/1.1" 200 36215 0.002120 10.0.0.23 - - [2026-01-29 02:42:44] "GET /project/a5ab08b9-dd91-4ea7-abfa-ad972cea06fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000493 10.0.0.240 - - [2026-01-29 02:42:45] "GET /projects?obj_uuids=a5ab08b9-dd91-4ea7-abfa-ad972cea06fa&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001006 10.0.0.23 - - [2026-01-29 02:42:45] "GET /project/a5ab08b9-dd91-4ea7-abfa-ad972cea06fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1415 0.070280 10.0.0.23 - - [2026-01-29 02:42:45] "GET / HTTP/1.1" 200 36215 0.002786 10.0.0.23 - - [2026-01-29 02:42:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003558 10.0.0.240 - - [2026-01-29 02:42:46] "GET /domains?obj_uuids=65230a56-1cf0-4d34-9498-1ad48da04806&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001035 10.0.0.23 - - [2026-01-29 02:42:46] "GET /domain/65230a56-1cf0-4d34-9498-1ad48da04806?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.007675 10.0.0.23 - - [2026-01-29 02:42:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003700 10.0.0.240 - - [2026-01-29 02:42:46] "GET /projects?obj_uuids=a5ab08b9-dd91-4ea7-abfa-ad972cea06fa&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001493 10.0.0.23 - - [2026-01-29 02:42:46] "GET /project/a5ab08b9-dd91-4ea7-abfa-ad972cea06fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1415 0.038311 10.0.0.240 - - [2026-01-29 02:42:47] "DELETE /project/a5ab08b9dd914ea7abfaad972cea06fa HTTP/1.1" 404 173 0.003620 10.0.0.240 - - [2026-01-29 02:42:47] "GET /projects?obj_uuids=ebb3ab57-43dc-486b-879c-d88823288af2&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000855 10.0.0.240 - - [2026-01-29 02:42:47] "GET /project/ebb3ab57-43dc-486b-879c-d88823288af2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1476 0.048776 10.0.0.240 - - [2026-01-29 02:42:47] "GET /projects?obj_uuids=ebb3ab57-43dc-486b-879c-d88823288af2&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001229 10.0.0.23 - - [2026-01-29 02:42:47] "GET /domains HTTP/1.1" 401 292 0.000358 10.0.0.240 - - [2026-01-29 02:42:47] "GET /project/ebb3ab57-43dc-486b-879c-d88823288af2?fields=security_groups HTTP/1.1" 200 1369 0.090173 10.0.0.240 - - [2026-01-29 02:42:47] "DELETE /security-group/bfd24d08-1eb5-48d9-83c1-a9dc7f8ad49b HTTP/1.1" 200 115 0.060783 10.0.0.240 - - [2026-01-29 02:42:47] "GET /projects?obj_uuids=ebb3ab57-43dc-486b-879c-d88823288af2&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000917 10.0.0.240 - - [2026-01-29 02:42:47] "GET /project/ebb3ab57-43dc-486b-879c-d88823288af2?fields=application_policy_sets HTTP/1.1" 200 1408 0.037927 10.0.0.240 - - [2026-01-29 02:42:47] "DELETE /project/ebb3ab57-43dc-486b-879c-d88823288af2 HTTP/1.1" 200 115 0.458555 10.0.0.23 - - [2026-01-29 02:42:47] "GET /domains HTTP/1.1" 200 281 0.027093 10.0.0.240 - - [2026-01-29 02:42:47] "GET /domains?obj_uuids=65230a56-1cf0-4d34-9498-1ad48da04806&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001016 10.0.0.23 - - [2026-01-29 02:42:47] "GET /domain/65230a56-1cf0-4d34-9498-1ad48da04806 HTTP/1.1" 200 2595 0.009033 10.0.0.240 - - [2026-01-29 02:42:47] "GET /projects?obj_uuids=a5ab08b9-dd91-4ea7-abfa-ad972cea06fa&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001146 10.0.0.23 - - [2026-01-29 02:42:47] "GET /project/a5ab08b9-dd91-4ea7-abfa-ad972cea06fa HTTP/1.1" 200 1930 0.081782 10.0.0.23 - - [2026-01-29 02:42:47] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 547 0.003030 10.0.0.23 - - [2026-01-29 02:42:47] "POST /network-ipams HTTP/1.1" 200 623 0.025764 10.0.0.23 - - [2026-01-29 02:42:47] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 813 0.003475 10.0.0.23 - - [2026-01-29 02:42:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003846 10.0.0.23 - - [2026-01-29 02:42:48] "GET /network-ipam/1072d848-9506-490a-b079-56e58e5cebed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1457 0.005688 10.0.0.23 - - [2026-01-29 02:42:48] "PUT /network-ipam/1072d848-9506-490a-b079-56e58e5cebed HTTP/1.1" 200 259 0.013956 10.0.0.23 - - [2026-01-29 02:42:48] "POST /fqname-to-id HTTP/1.1" 401 292 0.000459 10.0.0.23 - - [2026-01-29 02:42:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.042405 10.0.0.240 - - [2026-01-29 02:42:48] "GET /projects?obj_uuids=a5ab08b9-dd91-4ea7-abfa-ad972cea06fa&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001045 10.0.0.23 - - [2026-01-29 02:42:48] "GET /project/a5ab08b9-dd91-4ea7-abfa-ad972cea06fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1415 0.054133 10.0.0.23 - - [2026-01-29 02:42:48] "POST /neutron/network HTTP/1.1" 200 117 0.035113 10.0.0.147 - - [2026-01-29 02:42:49] "POST /route-targets HTTP/1.1" 200 328 0.016106 10.0.0.240 - - [2026-01-29 02:42:49] "POST /useragent-kv HTTP/1.1" 200 115 0.009864 10.0.0.23 - - [2026-01-29 02:42:49] "POST /neutron/subnet HTTP/1.1" 200 701 0.241347 10.0.0.147 - - [2026-01-29 02:42:49] "POST /fqname-to-id HTTP/1.1" 404 207 0.049206 10.0.0.23 - - [2026-01-29 02:42:49] "POST /id-to-fqname HTTP/1.1" 200 235 0.001445 10.0.0.23 - - [2026-01-29 02:42:49] "GET /virtual-network/421f2702-e896-484f-a7c9-2c8950b22ee1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3179 0.008454 10.0.0.23 - - [2026-01-29 02:42:49] "POST /neutron/network HTTP/1.1" 200 1337 0.010674 10.0.0.23 - - [2026-01-29 02:42:49] "GET /virtual-network/421f2702-e896-484f-a7c9-2c8950b22ee1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3179 0.005498 10.0.0.23 - - [2026-01-29 02:42:49] "POST /neutron/subnet HTTP/1.1" 200 701 0.008418 10.0.0.23 - - [2026-01-29 02:42:50] "GET /virtual-network/421f2702-e896-484f-a7c9-2c8950b22ee1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3179 0.006356 10.0.0.240 - - [2026-01-29 02:42:51] "GET /obj-perms HTTP/1.1" 200 5019 0.050732 10.0.0.23 - - [2026-01-29 02:42:51] "POST /fqname-to-id HTTP/1.1" 404 229 0.003532 10.0.0.23 - - [2026-01-29 02:42:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002620 10.0.0.240 - - [2026-01-29 02:42:51] "GET /projects?obj_uuids=a5ab08b9-dd91-4ea7-abfa-ad972cea06fa&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001024 10.0.0.23 - - [2026-01-29 02:42:51] "GET /project/a5ab08b9-dd91-4ea7-abfa-ad972cea06fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1415 0.041876 10.0.0.23 - - [2026-01-29 02:42:51] "POST /network-policys HTTP/1.1" 200 565 0.032466 10.0.0.23 - - [2026-01-29 02:42:51] "GET /network-policy/58e1d31d-dcb3-4e42-9b10-e8acd17f054b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5026 0.007178 10.0.0.23 - - [2026-01-29 02:42:52] "POST /fqname-to-id HTTP/1.1" 404 229 0.003378 10.0.0.23 - - [2026-01-29 02:42:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.004323 10.0.0.240 - - [2026-01-29 02:42:52] "GET /projects?obj_uuids=a5ab08b9-dd91-4ea7-abfa-ad972cea06fa&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001059 10.0.0.23 - - [2026-01-29 02:42:52] "GET /project/a5ab08b9-dd91-4ea7-abfa-ad972cea06fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1415 0.040200 10.0.0.23 - - [2026-01-29 02:42:52] "POST /network-policys HTTP/1.1" 200 565 0.029617 10.0.0.23 - - [2026-01-29 02:42:52] "GET /network-policy/94745b24-270c-44b7-ad2c-fe98a9fbe35f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 8883 0.006903 10.0.0.23 - - [2026-01-29 02:42:52] "POST /fqname-to-id HTTP/1.1" 404 229 0.003198 10.0.0.23 - - [2026-01-29 02:42:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.002682 10.0.0.240 - - [2026-01-29 02:42:52] "GET /projects?obj_uuids=a5ab08b9-dd91-4ea7-abfa-ad972cea06fa&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001049 10.0.0.23 - - [2026-01-29 02:42:52] "GET /project/a5ab08b9-dd91-4ea7-abfa-ad972cea06fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1415 0.034189 10.0.0.23 - - [2026-01-29 02:42:52] "POST /network-policys HTTP/1.1" 200 565 0.033578 10.0.0.23 - - [2026-01-29 02:42:52] "GET /network-policy/fa3b455e-fc12-450f-a0b6-12f77d14d761?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5027 0.007387 10.0.0.23 - - [2026-01-29 02:42:52] "POST /fqname-to-id HTTP/1.1" 404 229 0.003219 10.0.0.23 - - [2026-01-29 02:42:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003000 10.0.0.240 - - [2026-01-29 02:42:52] "GET /projects?obj_uuids=a5ab08b9-dd91-4ea7-abfa-ad972cea06fa&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001107 10.0.0.23 - - [2026-01-29 02:42:52] "GET /project/a5ab08b9-dd91-4ea7-abfa-ad972cea06fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1415 0.041462 10.0.0.23 - - [2026-01-29 02:42:52] "POST /network-policys HTTP/1.1" 200 565 0.029465 10.0.0.23 - - [2026-01-29 02:42:53] "GET /network-policy/84fdc0b3-3828-44a1-b459-20055ed79463?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5026 0.007245 10.0.0.23 - - [2026-01-29 02:42:53] "POST /fqname-to-id HTTP/1.1" 404 229 0.003169 10.0.0.23 - - [2026-01-29 02:42:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003320 10.0.0.240 - - [2026-01-29 02:42:53] "GET /projects?obj_uuids=a5ab08b9-dd91-4ea7-abfa-ad972cea06fa&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000945 10.0.0.23 - - [2026-01-29 02:42:53] "GET /project/a5ab08b9-dd91-4ea7-abfa-ad972cea06fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1415 0.041898 10.0.0.23 - - [2026-01-29 02:42:53] "POST /network-policys HTTP/1.1" 200 565 0.028799 10.0.0.23 - - [2026-01-29 02:42:53] "GET /network-policy/a859c33f-18e3-4a4c-8532-cf8a0ecaeca4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5026 0.006676 10.0.0.23 - - [2026-01-29 02:42:53] "POST /fqname-to-id HTTP/1.1" 404 229 0.003104 10.0.0.23 - - [2026-01-29 02:42:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003096 10.0.0.240 - - [2026-01-29 02:42:53] "GET /projects?obj_uuids=a5ab08b9-dd91-4ea7-abfa-ad972cea06fa&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001123 10.0.0.23 - - [2026-01-29 02:42:53] "GET /project/a5ab08b9-dd91-4ea7-abfa-ad972cea06fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1415 0.045615 10.0.0.23 - - [2026-01-29 02:42:53] "POST /network-policys HTTP/1.1" 200 565 0.028460 10.0.0.23 - - [2026-01-29 02:42:53] "GET /network-policy/4146ea06-3ca3-4684-bdc2-1e66f18c4ec3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5026 0.006751 10.0.0.23 - - [2026-01-29 02:42:53] "POST /fqname-to-id HTTP/1.1" 404 229 0.003386 10.0.0.23 - - [2026-01-29 02:42:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003143 10.0.0.240 - - [2026-01-29 02:42:54] "GET /projects?obj_uuids=a5ab08b9-dd91-4ea7-abfa-ad972cea06fa&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001025 10.0.0.23 - - [2026-01-29 02:42:54] "GET /project/a5ab08b9-dd91-4ea7-abfa-ad972cea06fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1415 0.046417 10.0.0.23 - - [2026-01-29 02:42:54] "POST /network-policys HTTP/1.1" 200 565 0.026990 10.0.0.23 - - [2026-01-29 02:42:54] "GET /network-policy/28db9493-8f34-461d-9aa8-c6cfd42b426d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5026 0.006777 10.0.0.23 - - [2026-01-29 02:42:54] "POST /fqname-to-id HTTP/1.1" 404 229 0.003124 10.0.0.23 - - [2026-01-29 02:42:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003562 10.0.0.240 - - [2026-01-29 02:42:54] "GET /projects?obj_uuids=a5ab08b9-dd91-4ea7-abfa-ad972cea06fa&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001116 10.0.0.23 - - [2026-01-29 02:42:54] "GET /project/a5ab08b9-dd91-4ea7-abfa-ad972cea06fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1415 0.046923 10.0.0.23 - - [2026-01-29 02:42:54] "POST /network-policys HTTP/1.1" 200 565 0.028054 10.0.0.23 - - [2026-01-29 02:42:54] "GET /network-policy/9a93521a-fb76-4e4f-8d28-3004fe907c68?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5027 0.006677 10.0.0.23 - - [2026-01-29 02:42:54] "POST /fqname-to-id HTTP/1.1" 404 229 0.004353 10.0.0.23 - - [2026-01-29 02:42:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003389 10.0.0.240 - - [2026-01-29 02:42:54] "GET /projects?obj_uuids=a5ab08b9-dd91-4ea7-abfa-ad972cea06fa&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001029 10.0.0.23 - - [2026-01-29 02:42:54] "GET /project/a5ab08b9-dd91-4ea7-abfa-ad972cea06fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1415 0.042201 10.0.0.23 - - [2026-01-29 02:42:54] "POST /network-policys HTTP/1.1" 200 565 0.060895 10.0.0.23 - - [2026-01-29 02:42:55] "GET /network-policy/64080edd-a445-4de2-8f66-00220b428f29?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5026 0.006697 10.0.0.23 - - [2026-01-29 02:42:55] "POST /fqname-to-id HTTP/1.1" 404 229 0.003361 10.0.0.23 - - [2026-01-29 02:42:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003247 10.0.0.240 - - [2026-01-29 02:42:55] "GET /projects?obj_uuids=a5ab08b9-dd91-4ea7-abfa-ad972cea06fa&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000985 10.0.0.23 - - [2026-01-29 02:42:55] "GET /project/a5ab08b9-dd91-4ea7-abfa-ad972cea06fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1415 0.053645 10.0.0.23 - - [2026-01-29 02:42:55] "POST /network-policys HTTP/1.1" 200 565 0.046049 10.0.0.23 - - [2026-01-29 02:42:55] "GET /network-policy/68f3c4a5-5379-460c-8d08-20797bdde55b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5026 0.007945 10.0.0.23 - - [2026-01-29 02:42:55] "POST /neutron/network HTTP/1.1" 200 2250 0.173618 10.0.0.147 - - [2026-01-29 02:42:55] "POST /access-control-lists HTTP/1.1" 200 611 0.049105 10.0.0.23 - - [2026-01-29 02:42:55] "GET /virtual-network/421f2702-e896-484f-a7c9-2c8950b22ee1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6154 0.006257 10.0.0.23 - - [2026-01-29 02:42:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003027 10.0.0.23 - - [2026-01-29 02:42:56] "GET /network-policy/28db9493-8f34-461d-9aa8-c6cfd42b426d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5026 0.004373 10.0.0.23 - - [2026-01-29 02:42:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003428 10.0.0.23 - - [2026-01-29 02:42:56] "GET /network-policy/4146ea06-3ca3-4684-bdc2-1e66f18c4ec3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5026 0.004676 10.0.0.23 - - [2026-01-29 02:42:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003179 10.0.0.23 - - [2026-01-29 02:42:56] "GET /network-policy/58e1d31d-dcb3-4e42-9b10-e8acd17f054b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5026 0.004948 10.0.0.23 - - [2026-01-29 02:42:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003439 10.0.0.23 - - [2026-01-29 02:42:56] "GET /network-policy/64080edd-a445-4de2-8f66-00220b428f29?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5026 0.005950 10.0.0.23 - - [2026-01-29 02:42:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003221 10.0.0.23 - - [2026-01-29 02:42:56] "GET /network-policy/68f3c4a5-5379-460c-8d08-20797bdde55b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5026 0.004299 10.0.0.23 - - [2026-01-29 02:42:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003122 10.0.0.23 - - [2026-01-29 02:42:56] "GET /network-policy/84fdc0b3-3828-44a1-b459-20055ed79463?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5026 0.005542 10.0.0.23 - - [2026-01-29 02:42:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003860 10.0.0.23 - - [2026-01-29 02:42:56] "GET /network-policy/94745b24-270c-44b7-ad2c-fe98a9fbe35f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 8883 0.008072 10.0.0.23 - - [2026-01-29 02:42:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003805 10.0.0.23 - - [2026-01-29 02:42:56] "GET /network-policy/9a93521a-fb76-4e4f-8d28-3004fe907c68?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5027 0.004939 10.0.0.23 - - [2026-01-29 02:42:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003462 10.0.0.23 - - [2026-01-29 02:42:56] "GET /network-policy/a859c33f-18e3-4a4c-8532-cf8a0ecaeca4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5026 0.004900 10.0.0.23 - - [2026-01-29 02:42:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003330 10.0.0.23 - - [2026-01-29 02:42:56] "GET /network-policy/fa3b455e-fc12-450f-a0b6-12f77d14d761?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5027 0.004815 10.0.0.23 - - [2026-01-29 02:42:56] "POST /id-to-fqname HTTP/1.1" 200 235 0.001333 10.0.0.240 - - [2026-01-29 02:42:57] "GET /projects?obj_uuids=a5ab08b9-dd91-4ea7-abfa-ad972cea06fa&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001008 10.0.0.23 - - [2026-01-29 02:42:57] "GET /project/a5ab08b9-dd91-4ea7-abfa-ad972cea06fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1415 0.069039 10.0.0.23 - - [2026-01-29 02:42:57] "POST /neutron/network HTTP/1.1" 200 2250 0.036417 10.0.0.23 - - [2026-01-29 02:42:57] "POST /neutron/port HTTP/1.1" 200 117 0.005941 10.0.0.23 - - [2026-01-29 02:42:58] "POST /neutron/port HTTP/1.1" 200 1174 0.022796 10.0.0.23 - - [2026-01-29 02:42:58] "POST /neutron/port HTTP/1.1" 200 1238 0.017624 10.0.0.23 - - [2026-01-29 02:42:58] "POST /neutron/subnet HTTP/1.1" 200 1361 0.016030 10.0.0.23 - - [2026-01-29 02:42:58] "POST /neutron/network HTTP/1.1" 200 2250 0.013512 10.0.0.23 - - [2026-01-29 02:43:02] "POST /neutron/port HTTP/1.1" 200 1238 0.031817 10.0.0.23 - - [2026-01-29 02:43:03] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007368 10.0.0.23 - - [2026-01-29 02:43:03] "GET /virtual-machine/bf7f4172-5815-43cb-a15f-2aed75a74e4e HTTP/1.1" 401 292 0.000481 10.0.0.23 - - [2026-01-29 02:43:03] "GET /virtual-machine/bf7f4172-5815-43cb-a15f-2aed75a74e4e HTTP/1.1" 200 1307 0.041172 10.0.0.23 - - [2026-01-29 02:43:03] "GET /virtual-machine-interface/edbfd2e0-befd-4f5e-9a65-cb63ac0d3bad HTTP/1.1" 200 3178 0.006432 10.0.0.23 - - [2026-01-29 02:43:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.005529 10.0.0.23 - - [2026-01-29 02:43:03] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003711 10.0.0.23 - - [2026-01-29 02:43:03] "GET /virtual-networks?parent_id=a5ab08b9-dd91-4ea7-abfa-ad972cea06fa&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.002855 10.0.0.23 - - [2026-01-29 02:43:03] "GET /virtual-network/421f2702-e896-484f-a7c9-2c8950b22ee1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6154 0.008300 10.0.0.23 - - [2026-01-29 02:43:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003860 10.0.0.23 - - [2026-01-29 02:43:06] "GET /virtual-network/421f2702-e896-484f-a7c9-2c8950b22ee1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6154 0.009490 10.0.0.147 - - [2026-01-29 02:43:06] "GET /obj-perms HTTP/1.1" 200 5056 0.050970 10.0.0.23 - - [2026-01-29 02:43:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003340 10.0.0.23 - - [2026-01-29 02:43:10] "GET /virtual-network/421f2702-e896-484f-a7c9-2c8950b22ee1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6154 0.005743 10.0.0.23 - - [2026-01-29 02:43:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003453 10.0.0.23 - - [2026-01-29 02:43:14] "GET /virtual-network/421f2702-e896-484f-a7c9-2c8950b22ee1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6154 0.006594 10.0.0.23 - - [2026-01-29 02:43:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.005060 10.0.0.23 - - [2026-01-29 02:43:19] "GET /virtual-network/421f2702-e896-484f-a7c9-2c8950b22ee1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6154 0.006801 10.0.0.23 - - [2026-01-29 02:43:20] "POST /neutron/network HTTP/1.1" 200 2260 0.007897 10.0.0.23 - - [2026-01-29 02:43:20] "POST /neutron/subnet HTTP/1.1" 200 1361 0.015846 10.0.0.23 - - [2026-01-29 02:43:20] "POST /neutron/network HTTP/1.1" 200 2250 0.012590 10.0.0.23 - - [2026-01-29 02:43:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003503 10.0.0.23 - - [2026-01-29 02:43:23] "GET /virtual-network/421f2702-e896-484f-a7c9-2c8950b22ee1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6154 0.006046 10.0.0.23 - - [2026-01-29 02:43:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003520 10.0.0.23 - - [2026-01-29 02:43:27] "GET /virtual-network/421f2702-e896-484f-a7c9-2c8950b22ee1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6154 0.005978 10.0.0.23 - - [2026-01-29 02:43:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003994 10.0.0.23 - - [2026-01-29 02:43:31] "GET /virtual-network/421f2702-e896-484f-a7c9-2c8950b22ee1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6154 0.005636 10.0.0.23 - - [2026-01-29 02:43:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003466 10.0.0.23 - - [2026-01-29 02:43:35] "GET /virtual-network/421f2702-e896-484f-a7c9-2c8950b22ee1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6154 0.007498 10.0.0.23 - - [2026-01-29 02:43:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.004043 10.0.0.23 - - [2026-01-29 02:43:39] "GET /virtual-network/421f2702-e896-484f-a7c9-2c8950b22ee1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6154 0.006262 10.0.0.23 - - [2026-01-29 02:43:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003702 10.0.0.23 - - [2026-01-29 02:43:43] "GET /virtual-network/421f2702-e896-484f-a7c9-2c8950b22ee1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6154 0.006382 10.0.0.23 - - [2026-01-29 02:43:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003745 10.0.0.23 - - [2026-01-29 02:43:47] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004181 10.0.0.23 - - [2026-01-29 02:43:47] "GET /virtual-networks?parent_id=a5ab08b9-dd91-4ea7-abfa-ad972cea06fa&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.003061 10.0.0.23 - - [2026-01-29 02:43:47] "GET /virtual-network/421f2702-e896-484f-a7c9-2c8950b22ee1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6154 0.006289 10.0.0.23 - - [2026-01-29 02:43:53] "POST /neutron/port HTTP/1.1" 200 1238 0.018702 10.0.0.23 - - [2026-01-29 02:43:58] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007068 10.0.0.23 - - [2026-01-29 02:44:04] "POST /neutron/port HTTP/1.1" 200 1238 0.040073 10.0.0.23 - - [2026-01-29 02:44:07] "GET /obj-perms HTTP/1.1" 200 5056 0.060898 10.0.0.23 - - [2026-01-29 02:44:08] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007286 10.0.0.23 - - [2026-01-29 02:44:19] "POST /neutron/port HTTP/1.1" 200 1238 0.021315 10.0.0.23 - - [2026-01-29 02:44:19] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007801 10.0.0.23 - - [2026-01-29 02:44:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004075 10.0.0.23 - - [2026-01-29 02:44:19] "GET /network-policy/58e1d31d-dcb3-4e42-9b10-e8acd17f054b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5026 0.003866 10.0.0.23 - - [2026-01-29 02:44:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003129 10.0.0.23 - - [2026-01-29 02:44:19] "GET /network-policy/94745b24-270c-44b7-ad2c-fe98a9fbe35f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 8883 0.004884 10.0.0.23 - - [2026-01-29 02:44:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.002970 10.0.0.23 - - [2026-01-29 02:44:19] "GET /network-policy/fa3b455e-fc12-450f-a0b6-12f77d14d761?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5027 0.004579 10.0.0.23 - - [2026-01-29 02:44:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003216 10.0.0.23 - - [2026-01-29 02:44:19] "GET /network-policy/84fdc0b3-3828-44a1-b459-20055ed79463?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5026 0.006240 10.0.0.23 - - [2026-01-29 02:44:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003231 10.0.0.23 - - [2026-01-29 02:44:19] "GET /network-policy/a859c33f-18e3-4a4c-8532-cf8a0ecaeca4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5026 0.005003 10.0.0.23 - - [2026-01-29 02:44:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003403 10.0.0.23 - - [2026-01-29 02:44:19] "GET /network-policy/4146ea06-3ca3-4684-bdc2-1e66f18c4ec3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5026 0.005694 10.0.0.23 - - [2026-01-29 02:44:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003574 10.0.0.23 - - [2026-01-29 02:44:19] "GET /network-policy/28db9493-8f34-461d-9aa8-c6cfd42b426d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5026 0.004604 10.0.0.23 - - [2026-01-29 02:44:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003054 10.0.0.23 - - [2026-01-29 02:44:19] "GET /network-policy/9a93521a-fb76-4e4f-8d28-3004fe907c68?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5027 0.004782 10.0.0.23 - - [2026-01-29 02:44:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003536 10.0.0.23 - - [2026-01-29 02:44:19] "GET /network-policy/64080edd-a445-4de2-8f66-00220b428f29?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5026 0.005486 10.0.0.23 - - [2026-01-29 02:44:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003271 10.0.0.23 - - [2026-01-29 02:44:19] "GET /network-policy/68f3c4a5-5379-460c-8d08-20797bdde55b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5026 0.004593 10.0.0.23 - - [2026-01-29 02:44:20] "POST /neutron/network HTTP/1.1" 200 1440 0.019748 10.0.0.23 - - [2026-01-29 02:44:20] "GET /virtual-network/421f2702-e896-484f-a7c9-2c8950b22ee1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3499 0.005768 10.0.0.23 - - [2026-01-29 02:44:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003444 10.0.0.23 - - [2026-01-29 02:44:20] "GET /network-policy/58e1d31d-dcb3-4e42-9b10-e8acd17f054b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5026 0.005517 10.0.0.23 - - [2026-01-29 02:44:20] "POST /neutron/network HTTP/1.1" 200 1450 0.029926 10.0.0.23 - - [2026-01-29 02:44:20] "POST /neutron/subnet HTTP/1.1" 200 1361 0.017473 10.0.0.23 - - [2026-01-29 02:44:20] "POST /neutron/network HTTP/1.1" 200 1440 0.011836 10.0.0.147 - - [2026-01-29 02:44:25] "POST /fqname-to-id HTTP/1.1" 404 207 0.003954 10.0.0.147 - - [2026-01-29 02:44:25] "PUT /access-control-list/06e9f45a-891a-4573-b25a-1c6ed7692221 HTTP/1.1" 200 273 0.036780 10.0.0.23 - - [2026-01-29 02:44:25] "POST /neutron/network HTTP/1.1" 200 1440 0.015937 10.0.0.23 - - [2026-01-29 02:44:25] "GET /virtual-network/421f2702-e896-484f-a7c9-2c8950b22ee1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3499 0.006654 10.0.0.23 - - [2026-01-29 02:44:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003064 10.0.0.23 - - [2026-01-29 02:44:25] "GET /network-policy/94745b24-270c-44b7-ad2c-fe98a9fbe35f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 8883 0.004913 10.0.0.23 - - [2026-01-29 02:44:30] "POST /neutron/network HTTP/1.1" 200 1440 0.016508 10.0.0.23 - - [2026-01-29 02:44:30] "GET /virtual-network/421f2702-e896-484f-a7c9-2c8950b22ee1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3499 0.008494 10.0.0.23 - - [2026-01-29 02:44:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003204 10.0.0.23 - - [2026-01-29 02:44:30] "GET /network-policy/fa3b455e-fc12-450f-a0b6-12f77d14d761?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5027 0.004267 10.0.0.23 - - [2026-01-29 02:44:36] "POST /neutron/network HTTP/1.1" 200 1440 0.013065 10.0.0.23 - - [2026-01-29 02:44:36] "GET /virtual-network/421f2702-e896-484f-a7c9-2c8950b22ee1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3499 0.005840 10.0.0.23 - - [2026-01-29 02:44:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.002888 10.0.0.23 - - [2026-01-29 02:44:36] "GET /network-policy/84fdc0b3-3828-44a1-b459-20055ed79463?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5026 0.004758 10.0.0.147 - - [2026-01-29 02:44:41] "POST /fqname-to-id HTTP/1.1" 404 207 0.004424 10.0.0.147 - - [2026-01-29 02:44:41] "PUT /access-control-list/06e9f45a-891a-4573-b25a-1c6ed7692221 HTTP/1.1" 200 273 0.035537 10.0.0.23 - - [2026-01-29 02:44:41] "POST /neutron/network HTTP/1.1" 200 1440 0.030501 10.0.0.23 - - [2026-01-29 02:44:41] "GET /virtual-network/421f2702-e896-484f-a7c9-2c8950b22ee1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3499 0.005311 10.0.0.23 - - [2026-01-29 02:44:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.002857 10.0.0.23 - - [2026-01-29 02:44:41] "GET /network-policy/a859c33f-18e3-4a4c-8532-cf8a0ecaeca4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5026 0.004898 10.0.0.23 - - [2026-01-29 02:44:46] "POST /neutron/network HTTP/1.1" 200 1440 0.013907 10.0.0.23 - - [2026-01-29 02:44:46] "GET /virtual-network/421f2702-e896-484f-a7c9-2c8950b22ee1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3499 0.006113 10.0.0.23 - - [2026-01-29 02:44:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004307 10.0.0.23 - - [2026-01-29 02:44:46] "GET /network-policy/4146ea06-3ca3-4684-bdc2-1e66f18c4ec3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5026 0.004727 10.0.0.147 - - [2026-01-29 02:44:51] "GET /global-system-configs HTTP/1.1" 401 292 0.000447 10.0.0.147 - - [2026-01-29 02:44:51] "GET /global-system-configs HTTP/1.1" 401 292 0.000404 10.0.0.23 - - [2026-01-29 02:44:51] "POST /neutron/network HTTP/1.1" 200 1440 0.014153 10.0.0.23 - - [2026-01-29 02:44:51] "GET /virtual-network/421f2702-e896-484f-a7c9-2c8950b22ee1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3499 0.005400 10.0.0.23 - - [2026-01-29 02:44:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003102 10.0.0.23 - - [2026-01-29 02:44:51] "GET /network-policy/28db9493-8f34-461d-9aa8-c6cfd42b426d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5026 0.005173 10.0.0.147 - - [2026-01-29 02:44:52] "GET /global-system-configs HTTP/1.1" 401 292 0.000598 10.0.0.147 - - [2026-01-29 02:44:52] "GET /global-system-configs HTTP/1.1" 401 292 0.000433 10.0.0.23 - - [2026-01-29 02:44:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000468 10.0.0.23 - - [2026-01-29 02:44:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000502 10.0.0.240 - - [2026-01-29 02:44:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000626 10.0.0.240 - - [2026-01-29 02:44:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000577 10.0.0.23 - - [2026-01-29 02:44:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000421 10.0.0.23 - - [2026-01-29 02:44:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000532 10.0.0.240 - - [2026-01-29 02:44:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000454 10.0.0.240 - - [2026-01-29 02:44:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000422 10.0.0.147 - - [2026-01-29 02:44:56] "POST /fqname-to-id HTTP/1.1" 404 207 0.003921 10.0.0.147 - - [2026-01-29 02:44:56] "PUT /access-control-list/06e9f45a-891a-4573-b25a-1c6ed7692221 HTTP/1.1" 200 273 0.019060 10.0.0.23 - - [2026-01-29 02:44:57] "POST /neutron/network HTTP/1.1" 200 1440 0.016362 10.0.0.23 - - [2026-01-29 02:44:57] "GET /virtual-network/421f2702-e896-484f-a7c9-2c8950b22ee1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3499 0.005523 10.0.0.23 - - [2026-01-29 02:44:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003319 10.0.0.23 - - [2026-01-29 02:44:57] "GET /network-policy/9a93521a-fb76-4e4f-8d28-3004fe907c68?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5027 0.004491 10.0.0.23 - - [2026-01-29 02:45:02] "POST /neutron/network HTTP/1.1" 200 1440 0.016412 10.0.0.23 - - [2026-01-29 02:45:02] "GET /virtual-network/421f2702-e896-484f-a7c9-2c8950b22ee1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3499 0.005637 10.0.0.23 - - [2026-01-29 02:45:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003098 10.0.0.23 - - [2026-01-29 02:45:02] "GET /network-policy/64080edd-a445-4de2-8f66-00220b428f29?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5026 0.004359 10.0.0.23 - - [2026-01-29 02:45:07] "POST /neutron/network HTTP/1.1" 200 1440 0.033211 10.0.0.23 - - [2026-01-29 02:45:07] "GET /virtual-network/421f2702-e896-484f-a7c9-2c8950b22ee1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3499 0.006043 10.0.0.23 - - [2026-01-29 02:45:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003380 10.0.0.23 - - [2026-01-29 02:45:07] "GET /network-policy/68f3c4a5-5379-460c-8d08-20797bdde55b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5026 0.004589 10.0.0.23 - - [2026-01-29 02:45:12] "GET /virtual-machine/bf7f4172-5815-43cb-a15f-2aed75a74e4e HTTP/1.1" 200 1307 0.004561 10.0.0.23 - - [2026-01-29 02:45:13] "POST /neutron/port HTTP/1.1" 200 151 0.203132 10.0.0.23 - - [2026-01-29 02:45:14] "GET /virtual-machine/bf7f4172-5815-43cb-a15f-2aed75a74e4e HTTP/1.1" 404 171 0.003275 10.0.0.23 - - [2026-01-29 02:45:14] "GET /virtual-machine/bf7f4172-5815-43cb-a15f-2aed75a74e4e HTTP/1.1" 404 171 0.002722 10.0.0.23 - - [2026-01-29 02:45:14] "GET /virtual-machine/bf7f4172-5815-43cb-a15f-2aed75a74e4e HTTP/1.1" 404 171 0.002481 10.0.0.23 - - [2026-01-29 02:45:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003633 10.0.0.23 - - [2026-01-29 02:45:15] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004255 10.0.0.23 - - [2026-01-29 02:45:15] "GET /virtual-networks?parent_id=a5ab08b9-dd91-4ea7-abfa-ad972cea06fa&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.003353 10.0.0.23 - - [2026-01-29 02:45:15] "GET /virtual-network/421f2702-e896-484f-a7c9-2c8950b22ee1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3499 0.006617 10.0.0.23 - - [2026-01-29 02:45:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003211 10.0.0.23 - - [2026-01-29 02:45:15] "GET /routing-instance/5b8596cb-fa71-4200-b00d-36cb62d63c9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1502 0.004950 10.0.0.23 - - [2026-01-29 02:45:15] "GET /route-target/33c40767-56e9-46cd-ae0e-e5bdc373bef2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004265 10.0.0.23 - - [2026-01-29 02:45:18] "GET /obj-perms HTTP/1.1" 200 5019 0.058179 10.0.0.147 - - [2026-01-29 02:45:18] "GET /obj-perms HTTP/1.1" 200 5019 0.053504 10.0.0.23 - - [2026-01-29 02:45:27] "GET /obj-perms HTTP/1.1" 200 5019 0.004369 10.0.0.147 - - [2026-01-29 02:45:27] "GET /obj-perms HTTP/1.1" 200 5019 0.004549 10.0.0.23 - - [2026-01-29 02:45:36] "GET /obj-perms HTTP/1.1" 200 5019 0.005058 10.0.0.147 - - [2026-01-29 02:45:36] "GET /obj-perms HTTP/1.1" 200 5019 0.003752 10.0.0.240 - - [2026-01-29 02:45:37] "GET /obj-perms HTTP/1.1" 200 5019 0.004774 10.0.0.23 - - [2026-01-29 02:45:37] "GET /virtual-network/421f2702-e896-484f-a7c9-2c8950b22ee1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3499 0.005364 10.0.0.147 - - [2026-01-29 02:45:37] "POST /fqname-to-id HTTP/1.1" 404 207 0.003814 10.0.0.147 - - [2026-01-29 02:45:37] "DELETE /access-control-list/06e9f45a-891a-4573-b25a-1c6ed7692221 HTTP/1.1" 200 115 0.050982 10.0.0.23 - - [2026-01-29 02:45:37] "POST /neutron/network HTTP/1.1" 200 1337 0.026264 10.0.0.23 - - [2026-01-29 02:45:37] "GET /virtual-network/421f2702-e896-484f-a7c9-2c8950b22ee1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3179 0.005548 10.0.0.23 - - [2026-01-29 02:45:37] "DELETE /network-policy/68f3c4a5-5379-460c-8d08-20797bdde55b HTTP/1.1" 200 115 0.037766 10.0.0.23 - - [2026-01-29 02:45:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.002964 10.0.0.240 - - [2026-01-29 02:45:37] "GET /projects?obj_uuids=a5ab08b9-dd91-4ea7-abfa-ad972cea06fa&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001026 10.0.0.23 - - [2026-01-29 02:45:37] "GET /project/a5ab08b9-dd91-4ea7-abfa-ad972cea06fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1415 0.031468 10.0.0.23 - - [2026-01-29 02:45:37] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-99509593&detail=False&count=False&shared=False HTTP/1.1" 200 2264 0.005333 10.0.0.23 - - [2026-01-29 02:45:37] "DELETE /network-policy/64080edd-a445-4de2-8f66-00220b428f29 HTTP/1.1" 200 115 0.031929 10.0.0.23 - - [2026-01-29 02:45:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.005709 10.0.0.240 - - [2026-01-29 02:45:37] "GET /projects?obj_uuids=a5ab08b9-dd91-4ea7-abfa-ad972cea06fa&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001111 10.0.0.23 - - [2026-01-29 02:45:37] "GET /project/a5ab08b9-dd91-4ea7-abfa-ad972cea06fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1415 0.041457 10.0.0.23 - - [2026-01-29 02:45:37] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-99509593&detail=False&count=False&shared=False HTTP/1.1" 200 2027 0.006550 10.0.0.23 - - [2026-01-29 02:45:37] "DELETE /network-policy/9a93521a-fb76-4e4f-8d28-3004fe907c68 HTTP/1.1" 200 115 0.036394 10.0.0.23 - - [2026-01-29 02:45:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003909 10.0.0.240 - - [2026-01-29 02:45:37] "GET /projects?obj_uuids=a5ab08b9-dd91-4ea7-abfa-ad972cea06fa&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000968 10.0.0.23 - - [2026-01-29 02:45:37] "GET /project/a5ab08b9-dd91-4ea7-abfa-ad972cea06fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1415 0.038270 10.0.0.23 - - [2026-01-29 02:45:37] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-99509593&detail=False&count=False&shared=False HTTP/1.1" 200 1790 0.005482 10.0.0.23 - - [2026-01-29 02:45:37] "DELETE /network-policy/28db9493-8f34-461d-9aa8-c6cfd42b426d HTTP/1.1" 200 115 0.035340 10.0.0.23 - - [2026-01-29 02:45:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.007348 10.0.0.240 - - [2026-01-29 02:45:37] "GET /projects?obj_uuids=a5ab08b9-dd91-4ea7-abfa-ad972cea06fa&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000993 10.0.0.23 - - [2026-01-29 02:45:37] "GET /project/a5ab08b9-dd91-4ea7-abfa-ad972cea06fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1415 0.036939 10.0.0.23 - - [2026-01-29 02:45:37] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-99509593&detail=False&count=False&shared=False HTTP/1.1" 200 1553 0.005392 10.0.0.23 - - [2026-01-29 02:45:38] "DELETE /network-policy/4146ea06-3ca3-4684-bdc2-1e66f18c4ec3 HTTP/1.1" 200 115 0.036653 10.0.0.23 - - [2026-01-29 02:45:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.002916 10.0.0.240 - - [2026-01-29 02:45:38] "GET /projects?obj_uuids=a5ab08b9-dd91-4ea7-abfa-ad972cea06fa&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001122 10.0.0.23 - - [2026-01-29 02:45:38] "GET /project/a5ab08b9-dd91-4ea7-abfa-ad972cea06fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1415 0.043933 10.0.0.23 - - [2026-01-29 02:45:38] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-99509593&detail=False&count=False&shared=False HTTP/1.1" 200 1316 0.005902 10.0.0.23 - - [2026-01-29 02:45:38] "DELETE /network-policy/a859c33f-18e3-4a4c-8532-cf8a0ecaeca4 HTTP/1.1" 200 115 0.042499 10.0.0.23 - - [2026-01-29 02:45:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004141 10.0.0.240 - - [2026-01-29 02:45:38] "GET /projects?obj_uuids=a5ab08b9-dd91-4ea7-abfa-ad972cea06fa&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000997 10.0.0.23 - - [2026-01-29 02:45:38] "GET /project/a5ab08b9-dd91-4ea7-abfa-ad972cea06fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1415 0.035718 10.0.0.23 - - [2026-01-29 02:45:38] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-99509593&detail=False&count=False&shared=False HTTP/1.1" 200 1078 0.005115 10.0.0.23 - - [2026-01-29 02:45:38] "DELETE /network-policy/84fdc0b3-3828-44a1-b459-20055ed79463 HTTP/1.1" 200 115 0.046085 10.0.0.23 - - [2026-01-29 02:45:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003155 10.0.0.240 - - [2026-01-29 02:45:38] "GET /projects?obj_uuids=a5ab08b9-dd91-4ea7-abfa-ad972cea06fa&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001022 10.0.0.23 - - [2026-01-29 02:45:38] "GET /project/a5ab08b9-dd91-4ea7-abfa-ad972cea06fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1415 0.038004 10.0.0.23 - - [2026-01-29 02:45:38] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-99509593&detail=False&count=False&shared=False HTTP/1.1" 200 841 0.006509 10.0.0.23 - - [2026-01-29 02:45:38] "DELETE /network-policy/fa3b455e-fc12-450f-a0b6-12f77d14d761 HTTP/1.1" 200 115 0.036460 10.0.0.23 - - [2026-01-29 02:45:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003186 10.0.0.240 - - [2026-01-29 02:45:38] "GET /projects?obj_uuids=a5ab08b9-dd91-4ea7-abfa-ad972cea06fa&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001189 10.0.0.23 - - [2026-01-29 02:45:38] "GET /project/a5ab08b9-dd91-4ea7-abfa-ad972cea06fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1415 0.045542 10.0.0.23 - - [2026-01-29 02:45:38] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-99509593&detail=False&count=False&shared=False HTTP/1.1" 200 604 0.005718 10.0.0.23 - - [2026-01-29 02:45:38] "DELETE /network-policy/94745b24-270c-44b7-ad2c-fe98a9fbe35f HTTP/1.1" 200 115 0.044817 10.0.0.23 - - [2026-01-29 02:45:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003574 10.0.0.240 - - [2026-01-29 02:45:39] "GET /projects?obj_uuids=a5ab08b9-dd91-4ea7-abfa-ad972cea06fa&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001592 10.0.0.23 - - [2026-01-29 02:45:39] "GET /project/a5ab08b9-dd91-4ea7-abfa-ad972cea06fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1415 0.048663 10.0.0.23 - - [2026-01-29 02:45:39] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-99509593&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.005392 10.0.0.23 - - [2026-01-29 02:45:39] "DELETE /network-policy/58e1d31d-dcb3-4e42-9b10-e8acd17f054b HTTP/1.1" 200 115 0.037452 10.0.0.23 - - [2026-01-29 02:45:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003061 10.0.0.240 - - [2026-01-29 02:45:39] "GET /projects?obj_uuids=a5ab08b9-dd91-4ea7-abfa-ad972cea06fa&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001053 10.0.0.23 - - [2026-01-29 02:45:39] "GET /project/a5ab08b9-dd91-4ea7-abfa-ad972cea06fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1415 0.033931 10.0.0.23 - - [2026-01-29 02:45:39] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-99509593&detail=False&count=False&shared=False HTTP/1.1" 200 131 0.005819 10.0.0.23 - - [2026-01-29 02:45:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.012418 10.0.0.23 - - [2026-01-29 02:45:39] "DELETE /network-ipam/1072d848-9506-490a-b079-56e58e5cebed HTTP/1.1" 200 115 0.034317 10.0.0.23 - - [2026-01-29 02:45:39] "POST /fqname-to-id HTTP/1.1" 404 260 0.003405 10.0.0.240 - - [2026-01-29 02:45:39] "GET /projects?obj_uuids=a5ab08b9-dd91-4ea7-abfa-ad972cea06fa&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001045 10.0.0.240 - - [2026-01-29 02:45:39] "GET /project/a5ab08b9-dd91-4ea7-abfa-ad972cea06fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1517 0.037644 10.0.0.240 - - [2026-01-29 02:45:39] "GET /projects?obj_uuids=a5ab08b9-dd91-4ea7-abfa-ad972cea06fa&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001009 10.0.0.240 - - [2026-01-29 02:45:39] "GET /project/a5ab08b9-dd91-4ea7-abfa-ad972cea06fa?fields=security_groups HTTP/1.1" 200 1400 0.040297 10.0.0.240 - - [2026-01-29 02:45:40] "DELETE /security-group/0170ba6d-d316-4cb8-afa3-eda163d504b6 HTTP/1.1" 200 115 0.056415 10.0.0.240 - - [2026-01-29 02:45:40] "GET /projects?obj_uuids=a5ab08b9-dd91-4ea7-abfa-ad972cea06fa&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001214 10.0.0.147 - - [2026-01-29 02:45:40] "DELETE /access-control-list/d8fe0bb6-be84-4302-98ea-3cedf145abf6 HTTP/1.1" 200 115 0.055697 10.0.0.240 - - [2026-01-29 02:45:40] "GET /project/a5ab08b9-dd91-4ea7-abfa-ad972cea06fa?fields=application_policy_sets HTTP/1.1" 200 1439 0.052079 10.0.0.23 - - [2026-01-29 02:45:40] "DELETE /project/a5ab08b9-dd91-4ea7-abfa-ad972cea06fa HTTP/1.1" 200 115 0.397173 10.0.0.240 - - [2026-01-29 02:45:40] "GET /domains?obj_uuids=65230a56-1cf0-4d34-9498-1ad48da04806&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001248 10.0.0.23 - - [2026-01-29 02:45:40] "GET /domain/65230a56-1cf0-4d34-9498-1ad48da04806?fields=projects HTTP/1.1" 200 1247 0.013232 10.0.0.240 - - [2026-01-29 02:45:42] "GET /projects?obj_uuids=a5ab08b9-dd91-4ea7-abfa-ad972cea06fa&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.005041 10.0.0.240 - - [2026-01-29 02:45:42] "GET /domains?obj_uuids=65230a56-1cf0-4d34-9498-1ad48da04806&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001029 10.0.0.240 - - [2026-01-29 02:45:42] "GET /domain/65230a56-1cf0-4d34-9498-1ad48da04806?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.049552 10.0.0.240 - - [2026-01-29 02:45:43] "POST /id-to-fqname HTTP/1.1" 200 202 0.002510 10.0.0.240 - - [2026-01-29 02:45:43] "POST /fqname-to-id HTTP/1.1" 404 211 0.004307 10.0.0.240 - - [2026-01-29 02:45:43] "POST /security-groups HTTP/1.1" 200 603 0.073243 10.0.0.240 - - [2026-01-29 02:45:43] "POST /projects HTTP/1.1" 200 609 0.279733 10.0.0.147 - - [2026-01-29 02:45:43] "POST /access-control-lists HTTP/1.1" 200 610 0.024267 10.0.0.240 - - [2026-01-29 02:45:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.351780 10.0.0.23 - - [2026-01-29 02:45:43] "GET /project/a5ab08b9-dd91-4ea7-abfa-ad972cea06fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1415 0.503623 10.0.0.240 - - [2026-01-29 02:45:43] "GET /projects?obj_uuids=a5ab08b9-dd91-4ea7-abfa-ad972cea06fa&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001118 10.0.0.23 - - [2026-01-29 02:45:43] "GET /project/a5ab08b9-dd91-4ea7-abfa-ad972cea06fa?fields=virtual_networks HTTP/1.1" 200 1059 0.048562 10.0.0.240 - - [2026-01-29 02:45:43] "GET /projects?obj_uuids=a5ab08b9-dd91-4ea7-abfa-ad972cea06fa&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001286 10.0.0.23 - - [2026-01-29 02:45:43] "GET /project/a5ab08b9-dd91-4ea7-abfa-ad972cea06fa?fields=virtual_machine_interfaces HTTP/1.1" 200 1059 0.049397 10.0.0.240 - - [2026-01-29 02:45:43] "GET /projects?obj_uuids=a5ab08b9-dd91-4ea7-abfa-ad972cea06fa&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001056 10.0.0.23 - - [2026-01-29 02:45:43] "GET /project/a5ab08b9-dd91-4ea7-abfa-ad972cea06fa?fields=security_groups HTTP/1.1" 200 1298 0.041721 10.0.0.23 - - [2026-01-29 02:45:44] "POST /fqname-to-id HTTP/1.1" 404 194 0.024830 10.0.0.240 - - [2026-01-29 02:45:44] "GET /projects?obj_uuids=f8fd1d8c-eb09-45e9-a95a-2486fe76017f&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003641 10.0.0.240 - - [2026-01-29 02:45:44] "GET /domains?obj_uuids=65230a56-1cf0-4d34-9498-1ad48da04806&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001120 10.0.0.240 - - [2026-01-29 02:45:44] "GET /domain/65230a56-1cf0-4d34-9498-1ad48da04806?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008081 10.0.0.240 - - [2026-01-29 02:45:44] "POST /id-to-fqname HTTP/1.1" 200 196 0.003752 10.0.0.240 - - [2026-01-29 02:45:44] "POST /fqname-to-id HTTP/1.1" 404 205 0.005766 10.0.0.240 - - [2026-01-29 02:45:44] "POST /security-groups HTTP/1.1" 200 597 0.076733 10.0.0.147 - - [2026-01-29 02:45:44] "POST /fqname-to-id HTTP/1.1" 404 240 0.003759 10.0.0.240 - - [2026-01-29 02:45:44] "POST /projects HTTP/1.1" 200 597 0.289752 10.0.0.240 - - [2026-01-29 02:45:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.361087 10.0.0.147 - - [2026-01-29 02:45:44] "POST /access-control-lists HTTP/1.1" 200 602 0.033200 10.0.0.23 - - [2026-01-29 02:45:44] "GET /project/f8fd1d8c-eb09-45e9-a95a-2486fe76017f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1391 0.496427 10.0.0.23 - - [2026-01-29 02:45:46] "GET / HTTP/1.1" 200 36215 0.001695 10.0.0.240 - - [2026-01-29 02:45:48] "DELETE /project/a5ab08b9dd914ea7abfaad972cea06fa HTTP/1.1" 404 173 0.004905 10.0.0.240 - - [2026-01-29 02:45:48] "DELETE /project/f8fd1d8ceb0945e9a95a2486fe76017f HTTP/1.1" 404 173 0.006396 10.0.0.240 - - [2026-01-29 02:45:48] "GET /projects?obj_uuids=a5ab08b9-dd91-4ea7-abfa-ad972cea06fa&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000897 10.0.0.240 - - [2026-01-29 02:45:48] "GET /project/a5ab08b9-dd91-4ea7-abfa-ad972cea06fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1517 0.038321 10.0.0.23 - - [2026-01-29 02:45:48] "GET /project/f8fd1d8c-eb09-45e9-a95a-2486fe76017f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000406 10.0.0.240 - - [2026-01-29 02:45:48] "GET /projects?obj_uuids=a5ab08b9-dd91-4ea7-abfa-ad972cea06fa&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001155 10.0.0.240 - - [2026-01-29 02:45:48] "GET /project/a5ab08b9-dd91-4ea7-abfa-ad972cea06fa?fields=security_groups HTTP/1.1" 200 1400 0.059927 10.0.0.240 - - [2026-01-29 02:45:48] "DELETE /security-group/5b85f0bd-f7f9-48f7-b1f3-76391dfb452a HTTP/1.1" 404 177 0.005918 10.0.0.240 - - [2026-01-29 02:45:48] "GET /projects?obj_uuids=a5ab08b9-dd91-4ea7-abfa-ad972cea06fa&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001127 10.0.0.240 - - [2026-01-29 02:45:48] "GET /project/a5ab08b9-dd91-4ea7-abfa-ad972cea06fa?fields=application_policy_sets HTTP/1.1" 200 1439 0.071884 10.0.0.240 - - [2026-01-29 02:45:48] "DELETE /project/a5ab08b9-dd91-4ea7-abfa-ad972cea06fa HTTP/1.1" 200 115 0.372480 10.0.0.240 - - [2026-01-29 02:45:48] "GET /projects?obj_uuids=f8fd1d8c-eb09-45e9-a95a-2486fe76017f&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001036 10.0.0.23 - - [2026-01-29 02:45:48] "GET /project/f8fd1d8c-eb09-45e9-a95a-2486fe76017f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1391 0.069252 10.0.0.23 - - [2026-01-29 02:45:49] "GET / HTTP/1.1" 200 36215 0.002108 10.0.0.23 - - [2026-01-29 02:45:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003994 10.0.0.240 - - [2026-01-29 02:45:49] "GET /domains?obj_uuids=65230a56-1cf0-4d34-9498-1ad48da04806&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001003 10.0.0.23 - - [2026-01-29 02:45:49] "GET /domain/65230a56-1cf0-4d34-9498-1ad48da04806?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.007230 10.0.0.23 - - [2026-01-29 02:45:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003395 10.0.0.240 - - [2026-01-29 02:45:49] "GET /projects?obj_uuids=f8fd1d8c-eb09-45e9-a95a-2486fe76017f&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001086 10.0.0.23 - - [2026-01-29 02:45:49] "GET /project/f8fd1d8c-eb09-45e9-a95a-2486fe76017f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1391 0.037307 10.0.0.23 - - [2026-01-29 02:45:50] "GET /domains HTTP/1.1" 401 292 0.000451 10.0.0.23 - - [2026-01-29 02:45:51] "GET /domains HTTP/1.1" 200 281 0.031364 10.0.0.240 - - [2026-01-29 02:45:51] "GET /domains?obj_uuids=65230a56-1cf0-4d34-9498-1ad48da04806&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001227 10.0.0.23 - - [2026-01-29 02:45:51] "GET /domain/65230a56-1cf0-4d34-9498-1ad48da04806 HTTP/1.1" 200 2589 0.010684 10.0.0.240 - - [2026-01-29 02:45:51] "GET /projects?obj_uuids=f8fd1d8c-eb09-45e9-a95a-2486fe76017f&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001112 10.0.0.23 - - [2026-01-29 02:45:51] "GET /project/f8fd1d8c-eb09-45e9-a95a-2486fe76017f HTTP/1.1" 200 1894 0.094955 10.0.0.23 - - [2026-01-29 02:45:51] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 547 0.003552 10.0.0.23 - - [2026-01-29 02:45:51] "POST /network-ipams HTTP/1.1" 200 605 0.030528 10.0.0.23 - - [2026-01-29 02:45:51] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003388 10.0.0.23 - - [2026-01-29 02:45:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003665 10.0.0.23 - - [2026-01-29 02:45:51] "GET /network-ipam/3b4164ab-3c01-412b-b59f-38820e6fffef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1427 0.007185 10.0.0.23 - - [2026-01-29 02:45:51] "PUT /network-ipam/3b4164ab-3c01-412b-b59f-38820e6fffef HTTP/1.1" 200 259 0.014193 10.0.0.23 - - [2026-01-29 02:45:51] "POST /fqname-to-id HTTP/1.1" 401 292 0.000690 10.0.0.23 - - [2026-01-29 02:45:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.030769 10.0.0.240 - - [2026-01-29 02:45:52] "GET /projects?obj_uuids=f8fd1d8c-eb09-45e9-a95a-2486fe76017f&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001126 10.0.0.23 - - [2026-01-29 02:45:52] "GET /project/f8fd1d8c-eb09-45e9-a95a-2486fe76017f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1391 0.042536 10.0.0.23 - - [2026-01-29 02:45:52] "POST /neutron/network HTTP/1.1" 200 117 0.042160 10.0.0.147 - - [2026-01-29 02:45:52] "POST /route-targets HTTP/1.1" 200 328 0.013776 10.0.0.240 - - [2026-01-29 02:45:52] "POST /useragent-kv HTTP/1.1" 200 115 0.007160 10.0.0.23 - - [2026-01-29 02:45:52] "POST /neutron/subnet HTTP/1.1" 200 701 0.217032 10.0.0.23 - - [2026-01-29 02:45:52] "POST /id-to-fqname HTTP/1.1" 200 229 0.001843 10.0.0.23 - - [2026-01-29 02:45:52] "GET /virtual-network/d01a7cee-412f-4dd4-aabb-ca3c3a7da3b6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2578 0.006690 10.0.0.23 - - [2026-01-29 02:45:52] "GET /virtual-network/d01a7cee-412f-4dd4-aabb-ca3c3a7da3b6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2578 0.007672 10.0.0.23 - - [2026-01-29 02:45:52] "POST /neutron/network HTTP/1.1" 200 1074 0.014303 10.0.0.23 - - [2026-01-29 02:45:53] "GET /virtual-network/d01a7cee-412f-4dd4-aabb-ca3c3a7da3b6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2578 0.006651 10.0.0.23 - - [2026-01-29 02:45:54] "GET /obj-perms HTTP/1.1" 200 5013 0.059044 10.0.0.23 - - [2026-01-29 02:45:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003788 10.0.0.240 - - [2026-01-29 02:45:54] "GET /projects?obj_uuids=f8fd1d8c-eb09-45e9-a95a-2486fe76017f&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000899 10.0.0.23 - - [2026-01-29 02:45:54] "GET /project/f8fd1d8c-eb09-45e9-a95a-2486fe76017f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1391 0.032780 10.0.0.23 - - [2026-01-29 02:45:54] "POST /neutron/network HTTP/1.1" 200 117 0.013625 10.0.0.147 - - [2026-01-29 02:45:55] "POST /ref-update HTTP/1.1" 200 156 0.019911 10.0.0.240 - - [2026-01-29 02:45:55] "POST /useragent-kv HTTP/1.1" 200 115 0.006214 10.0.0.23 - - [2026-01-29 02:45:55] "POST /neutron/subnet HTTP/1.1" 200 701 0.232281 10.0.0.23 - - [2026-01-29 02:45:55] "POST /id-to-fqname HTTP/1.1" 200 229 0.001389 10.0.0.23 - - [2026-01-29 02:45:55] "GET /virtual-network/beb1f9f9-94f7-4c45-8f50-3cf03178164d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2578 0.005572 10.0.0.23 - - [2026-01-29 02:45:55] "GET /virtual-network/beb1f9f9-94f7-4c45-8f50-3cf03178164d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2578 0.005806 10.0.0.23 - - [2026-01-29 02:45:55] "POST /neutron/network HTTP/1.1" 200 1074 0.083760 10.0.0.23 - - [2026-01-29 02:45:56] "GET /virtual-network/beb1f9f9-94f7-4c45-8f50-3cf03178164d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2578 0.007000 10.0.0.147 - - [2026-01-29 02:45:56] "GET /obj-perms HTTP/1.1" 200 5013 0.052311 10.0.0.23 - - [2026-01-29 02:45:56] "POST /fqname-to-id HTTP/1.1" 404 205 0.003271 10.0.0.23 - - [2026-01-29 02:45:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003056 10.0.0.240 - - [2026-01-29 02:45:56] "GET /projects?obj_uuids=f8fd1d8c-eb09-45e9-a95a-2486fe76017f&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001567 10.0.0.23 - - [2026-01-29 02:45:56] "GET /project/f8fd1d8c-eb09-45e9-a95a-2486fe76017f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1391 0.044147 10.0.0.23 - - [2026-01-29 02:45:56] "POST /network-policys HTTP/1.1" 200 529 0.071136 10.0.0.23 - - [2026-01-29 02:45:56] "GET /network-policy/7f6f1e42-e227-4b3d-84b5-01eee2e6b135?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3984 0.006241 10.0.0.23 - - [2026-01-29 02:45:56] "POST /fqname-to-id HTTP/1.1" 404 205 0.003315 10.0.0.23 - - [2026-01-29 02:45:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003384 10.0.0.240 - - [2026-01-29 02:45:56] "GET /projects?obj_uuids=f8fd1d8c-eb09-45e9-a95a-2486fe76017f&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001029 10.0.0.23 - - [2026-01-29 02:45:56] "GET /project/f8fd1d8c-eb09-45e9-a95a-2486fe76017f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1391 0.044802 10.0.0.23 - - [2026-01-29 02:45:57] "POST /network-policys HTTP/1.1" 200 529 0.069249 10.0.0.23 - - [2026-01-29 02:45:57] "GET /network-policy/03c87b5b-b62c-4988-9139-d0bf99541a04?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3984 0.006247 10.0.0.23 - - [2026-01-29 02:45:57] "POST /fqname-to-id HTTP/1.1" 404 205 0.003056 10.0.0.23 - - [2026-01-29 02:45:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002935 10.0.0.240 - - [2026-01-29 02:45:57] "GET /projects?obj_uuids=f8fd1d8c-eb09-45e9-a95a-2486fe76017f&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001361 10.0.0.23 - - [2026-01-29 02:45:57] "GET /project/f8fd1d8c-eb09-45e9-a95a-2486fe76017f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1391 0.038374 10.0.0.23 - - [2026-01-29 02:45:57] "POST /network-policys HTTP/1.1" 200 529 0.074095 10.0.0.23 - - [2026-01-29 02:45:57] "GET /network-policy/b4a4f0a3-7a02-4704-ba10-509b54baad35?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3986 0.005974 10.0.0.23 - - [2026-01-29 02:45:57] "POST /fqname-to-id HTTP/1.1" 404 205 0.003412 10.0.0.23 - - [2026-01-29 02:45:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003315 10.0.0.240 - - [2026-01-29 02:45:57] "GET /projects?obj_uuids=f8fd1d8c-eb09-45e9-a95a-2486fe76017f&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001302 10.0.0.23 - - [2026-01-29 02:45:57] "GET /project/f8fd1d8c-eb09-45e9-a95a-2486fe76017f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1391 0.047241 10.0.0.23 - - [2026-01-29 02:45:57] "POST /network-policys HTTP/1.1" 200 529 0.072798 10.0.0.23 - - [2026-01-29 02:45:57] "GET /network-policy/fe766b61-5028-4db0-b41b-a8a3b82e5731?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3986 0.006319 10.0.0.23 - - [2026-01-29 02:45:58] "POST /fqname-to-id HTTP/1.1" 404 207 0.003079 10.0.0.23 - - [2026-01-29 02:45:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003422 10.0.0.240 - - [2026-01-29 02:45:58] "GET /projects?obj_uuids=f8fd1d8c-eb09-45e9-a95a-2486fe76017f&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001344 10.0.0.23 - - [2026-01-29 02:45:58] "GET /project/f8fd1d8c-eb09-45e9-a95a-2486fe76017f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1391 0.043844 10.0.0.23 - - [2026-01-29 02:45:58] "POST /network-policys HTTP/1.1" 200 533 0.026430 10.0.0.23 - - [2026-01-29 02:45:58] "GET /network-policy/1cb6fb59-06f2-4119-aa75-f025a43abbb2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1946 0.005863 10.0.0.23 - - [2026-01-29 02:45:58] "POST /fqname-to-id HTTP/1.1" 404 206 0.003089 10.0.0.23 - - [2026-01-29 02:45:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003009 10.0.0.240 - - [2026-01-29 02:45:58] "GET /projects?obj_uuids=f8fd1d8c-eb09-45e9-a95a-2486fe76017f&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001204 10.0.0.23 - - [2026-01-29 02:45:58] "GET /project/f8fd1d8c-eb09-45e9-a95a-2486fe76017f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1391 0.041371 10.0.0.23 - - [2026-01-29 02:45:58] "POST /network-policys HTTP/1.1" 200 531 0.069510 10.0.0.23 - - [2026-01-29 02:45:58] "GET /network-policy/4684b83e-050e-45e4-88a1-9f00d010d95b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3987 0.006227 10.0.0.23 - - [2026-01-29 02:45:58] "POST /fqname-to-id HTTP/1.1" 404 206 0.002942 10.0.0.23 - - [2026-01-29 02:45:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003015 10.0.0.240 - - [2026-01-29 02:45:58] "GET /projects?obj_uuids=f8fd1d8c-eb09-45e9-a95a-2486fe76017f&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001258 10.0.0.23 - - [2026-01-29 02:45:58] "GET /project/f8fd1d8c-eb09-45e9-a95a-2486fe76017f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1391 0.039780 10.0.0.23 - - [2026-01-29 02:45:58] "POST /network-policys HTTP/1.1" 200 531 0.069914 10.0.0.23 - - [2026-01-29 02:45:58] "GET /network-policy/0e7e69a9-ca3b-4a33-90e7-0b1ef5f2749b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3988 0.006171 10.0.0.23 - - [2026-01-29 02:45:59] "POST /fqname-to-id HTTP/1.1" 404 206 0.003118 10.0.0.23 - - [2026-01-29 02:45:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.002975 10.0.0.240 - - [2026-01-29 02:45:59] "GET /projects?obj_uuids=f8fd1d8c-eb09-45e9-a95a-2486fe76017f&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001841 10.0.0.23 - - [2026-01-29 02:45:59] "GET /project/f8fd1d8c-eb09-45e9-a95a-2486fe76017f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1391 0.038857 10.0.0.23 - - [2026-01-29 02:45:59] "POST /network-policys HTTP/1.1" 200 531 0.070051 10.0.0.23 - - [2026-01-29 02:45:59] "GET /network-policy/f7400412-b081-4c98-8ee8-74e180783ae1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3989 0.005976 10.0.0.23 - - [2026-01-29 02:45:59] "POST /fqname-to-id HTTP/1.1" 404 206 0.002760 10.0.0.23 - - [2026-01-29 02:45:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.002892 10.0.0.240 - - [2026-01-29 02:45:59] "GET /projects?obj_uuids=f8fd1d8c-eb09-45e9-a95a-2486fe76017f&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001374 10.0.0.23 - - [2026-01-29 02:45:59] "GET /project/f8fd1d8c-eb09-45e9-a95a-2486fe76017f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1391 0.036427 10.0.0.23 - - [2026-01-29 02:45:59] "POST /network-policys HTTP/1.1" 200 531 0.070292 10.0.0.23 - - [2026-01-29 02:45:59] "GET /network-policy/3e6b3b76-06d0-4138-8328-14a89cb2b479?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3987 0.006251 10.0.0.23 - - [2026-01-29 02:45:59] "POST /fqname-to-id HTTP/1.1" 404 208 0.003098 10.0.0.23 - - [2026-01-29 02:45:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.002826 10.0.0.240 - - [2026-01-29 02:45:59] "GET /projects?obj_uuids=f8fd1d8c-eb09-45e9-a95a-2486fe76017f&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001302 10.0.0.23 - - [2026-01-29 02:45:59] "GET /project/f8fd1d8c-eb09-45e9-a95a-2486fe76017f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1391 0.043441 10.0.0.23 - - [2026-01-29 02:46:00] "POST /network-policys HTTP/1.1" 200 535 0.028011 10.0.0.23 - - [2026-01-29 02:46:00] "GET /network-policy/8c192be7-51e3-4625-8a38-d71a2c376d6a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1129 0.005888 10.0.0.23 - - [2026-01-29 02:46:00] "POST /neutron/network HTTP/1.1" 200 1074 0.009377 10.0.0.23 - - [2026-01-29 02:46:00] "GET /virtual-network/d01a7cee-412f-4dd4-aabb-ca3c3a7da3b6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2877 0.007690 10.0.0.23 - - [2026-01-29 02:46:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.002902 10.0.0.23 - - [2026-01-29 02:46:00] "GET /network-policy/7f6f1e42-e227-4b3d-84b5-01eee2e6b135?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3984 0.004315 10.0.0.23 - - [2026-01-29 02:46:00] "POST /neutron/network HTTP/1.1" 200 1074 0.009128 10.0.0.147 - - [2026-01-29 02:46:00] "POST /fqname-to-id HTTP/1.1" 404 246 0.003781 10.0.0.23 - - [2026-01-29 02:46:00] "GET /virtual-network/beb1f9f9-94f7-4c45-8f50-3cf03178164d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2879 0.011734 10.0.0.23 - - [2026-01-29 02:46:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004361 10.0.0.23 - - [2026-01-29 02:46:00] "GET /network-policy/1cb6fb59-06f2-4119-aa75-f025a43abbb2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1946 0.007958 10.0.0.23 - - [2026-01-29 02:46:00] "POST /id-to-fqname HTTP/1.1" 200 229 0.001443 10.0.0.23 - - [2026-01-29 02:46:01] "POST /neutron/network HTTP/1.1" 200 1167 0.007900 10.0.0.240 - - [2026-01-29 02:46:01] "GET /projects?obj_uuids=f8fd1d8c-eb09-45e9-a95a-2486fe76017f&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001066 10.0.0.23 - - [2026-01-29 02:46:02] "GET /project/f8fd1d8c-eb09-45e9-a95a-2486fe76017f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1391 0.081707 10.0.0.23 - - [2026-01-29 02:46:02] "POST /neutron/port HTTP/1.1" 200 117 0.006715 10.0.0.23 - - [2026-01-29 02:46:02] "POST /id-to-fqname HTTP/1.1" 200 229 0.001781 10.0.0.23 - - [2026-01-29 02:46:02] "POST /neutron/network HTTP/1.1" 200 1167 0.007229 10.0.0.147 - - [2026-01-29 02:46:02] "PUT /access-control-list/8b739485-f480-40d7-80d2-5015f3b3bdc2 HTTP/1.1" 200 273 0.062289 10.0.0.23 - - [2026-01-29 02:46:03] "POST /neutron/port HTTP/1.1" 200 1061 0.016513 10.0.0.23 - - [2026-01-29 02:46:03] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005733 10.0.0.240 - - [2026-01-29 02:46:03] "GET /projects?obj_uuids=f8fd1d8c-eb09-45e9-a95a-2486fe76017f&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000974 10.0.0.23 - - [2026-01-29 02:46:03] "GET /project/f8fd1d8c-eb09-45e9-a95a-2486fe76017f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1391 0.064640 10.0.0.23 - - [2026-01-29 02:46:03] "POST /neutron/network HTTP/1.1" 200 1159 0.008912 10.0.0.23 - - [2026-01-29 02:46:03] "POST /neutron/security_group HTTP/1.1" 200 2064 0.008199 10.0.0.23 - - [2026-01-29 02:46:03] "POST /neutron/security_group HTTP/1.1" 200 2064 0.007632 10.0.0.23 - - [2026-01-29 02:46:04] "POST /neutron/port HTTP/1.1" 200 1061 0.053128 10.0.0.23 - - [2026-01-29 02:46:04] "POST /neutron/port HTTP/1.1" 200 1125 0.019709 10.0.0.23 - - [2026-01-29 02:46:04] "POST /neutron/port HTTP/1.1" 200 117 0.001208 10.0.0.23 - - [2026-01-29 02:46:08] "POST /neutron/security_group HTTP/1.1" 200 2064 0.010030 10.0.0.23 - - [2026-01-29 02:46:08] "POST /neutron/port HTTP/1.1" 200 1125 0.022346 10.0.0.23 - - [2026-01-29 02:46:08] "GET /virtual-machine/d70576e7-8bdc-4632-8ad2-53f8d0e192fb HTTP/1.1" 401 292 0.000444 10.0.0.23 - - [2026-01-29 02:46:09] "GET /virtual-machine/d70576e7-8bdc-4632-8ad2-53f8d0e192fb HTTP/1.1" 200 1301 0.043040 10.0.0.23 - - [2026-01-29 02:46:09] "GET /virtual-machine-interface/27925392-f20c-464d-9e80-8f8543df2242 HTTP/1.1" 200 2958 0.005428 10.0.0.23 - - [2026-01-29 02:46:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003445 10.0.0.23 - - [2026-01-29 02:46:09] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004220 10.0.0.23 - - [2026-01-29 02:46:09] "GET /virtual-networks?parent_id=f8fd1d8c-eb09-45e9-a95a-2486fe76017f&detail=False&count=False&shared=False HTTP/1.1" 200 591 0.003069 10.0.0.23 - - [2026-01-29 02:46:09] "GET /virtual-network/d01a7cee-412f-4dd4-aabb-ca3c3a7da3b6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2877 0.005833 10.0.0.240 - - [2026-01-29 02:46:09] "GET /obj-perms HTTP/1.1" 200 5056 0.052958 10.0.0.23 - - [2026-01-29 02:46:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004133 10.0.0.23 - - [2026-01-29 02:46:12] "GET /virtual-network/d01a7cee-412f-4dd4-aabb-ca3c3a7da3b6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2877 0.007646 10.0.0.23 - - [2026-01-29 02:46:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004215 10.0.0.23 - - [2026-01-29 02:46:16] "GET /virtual-network/d01a7cee-412f-4dd4-aabb-ca3c3a7da3b6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2877 0.005785 10.0.0.23 - - [2026-01-29 02:46:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003694 10.0.0.23 - - [2026-01-29 02:46:20] "GET /virtual-network/d01a7cee-412f-4dd4-aabb-ca3c3a7da3b6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2877 0.005800 10.0.0.23 - - [2026-01-29 02:46:23] "POST /neutron/port HTTP/1.1" 200 1125 0.022155 10.0.0.23 - - [2026-01-29 02:46:23] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004945 10.0.0.23 - - [2026-01-29 02:46:23] "POST /neutron/port HTTP/1.1" 200 1125 0.023735 10.0.0.23 - - [2026-01-29 02:46:23] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005299 10.0.0.23 - - [2026-01-29 02:46:23] "POST /neutron/network HTTP/1.1" 200 1159 0.012945 10.0.0.23 - - [2026-01-29 02:46:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003978 10.0.0.23 - - [2026-01-29 02:46:24] "GET /virtual-network/d01a7cee-412f-4dd4-aabb-ca3c3a7da3b6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2877 0.007176 10.0.0.23 - - [2026-01-29 02:46:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.005697 10.0.0.23 - - [2026-01-29 02:46:28] "GET /virtual-network/d01a7cee-412f-4dd4-aabb-ca3c3a7da3b6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2877 0.007306 10.0.0.23 - - [2026-01-29 02:46:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004782 10.0.0.23 - - [2026-01-29 02:46:32] "GET /virtual-network/d01a7cee-412f-4dd4-aabb-ca3c3a7da3b6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2877 0.007347 10.0.0.23 - - [2026-01-29 02:46:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003635 10.0.0.23 - - [2026-01-29 02:46:37] "GET /virtual-network/d01a7cee-412f-4dd4-aabb-ca3c3a7da3b6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2877 0.006674 10.0.0.23 - - [2026-01-29 02:46:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003981 10.0.0.23 - - [2026-01-29 02:46:41] "GET /virtual-network/d01a7cee-412f-4dd4-aabb-ca3c3a7da3b6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2877 0.005435 10.0.0.23 - - [2026-01-29 02:46:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003488 10.0.0.23 - - [2026-01-29 02:46:45] "GET /virtual-network/d01a7cee-412f-4dd4-aabb-ca3c3a7da3b6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2877 0.006774 10.0.0.23 - - [2026-01-29 02:46:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003273 10.0.0.23 - - [2026-01-29 02:46:49] "GET /virtual-network/d01a7cee-412f-4dd4-aabb-ca3c3a7da3b6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2877 0.005676 10.0.0.23 - - [2026-01-29 02:46:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003569 10.0.0.23 - - [2026-01-29 02:46:51] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003838 10.0.0.23 - - [2026-01-29 02:46:51] "GET /virtual-networks?parent_id=f8fd1d8c-eb09-45e9-a95a-2486fe76017f&detail=False&count=False&shared=False HTTP/1.1" 200 591 0.002999 10.0.0.23 - - [2026-01-29 02:46:51] "GET /virtual-network/d01a7cee-412f-4dd4-aabb-ca3c3a7da3b6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2877 0.006430 10.0.0.23 - - [2026-01-29 02:46:56] "POST /neutron/port HTTP/1.1" 200 1125 0.021186 10.0.0.23 - - [2026-01-29 02:47:01] "POST /neutron/security_group HTTP/1.1" 200 2064 0.009920 10.0.0.23 - - [2026-01-29 02:47:03] "POST /neutron/port HTTP/1.1" 200 1125 0.019317 10.0.0.23 - - [2026-01-29 02:47:07] "POST /neutron/security_group HTTP/1.1" 200 2064 0.008507 10.0.0.23 - - [2026-01-29 02:47:17] "POST /neutron/port HTTP/1.1" 200 1125 0.020634 10.0.0.23 - - [2026-01-29 02:47:17] "POST /neutron/security_group HTTP/1.1" 200 2064 0.007404 10.0.0.23 - - [2026-01-29 02:47:17] "GET /virtual-machine/a65f7df4-f0d8-4c9b-81f9-ae9da3806680 HTTP/1.1" 200 1300 0.006810 10.0.0.23 - - [2026-01-29 02:47:17] "GET /virtual-machine-interface/e468d964-5e9b-4886-90e4-833045b460fa HTTP/1.1" 200 2959 0.005524 10.0.0.23 - - [2026-01-29 02:47:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004617 10.0.0.23 - - [2026-01-29 02:47:17] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003612 10.0.0.23 - - [2026-01-29 02:47:17] "GET /virtual-networks?parent_id=f8fd1d8c-eb09-45e9-a95a-2486fe76017f&detail=False&count=False&shared=False HTTP/1.1" 200 591 0.003107 10.0.0.23 - - [2026-01-29 02:47:17] "GET /virtual-network/beb1f9f9-94f7-4c45-8f50-3cf03178164d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2879 0.007849 10.0.0.23 - - [2026-01-29 02:47:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004583 10.0.0.23 - - [2026-01-29 02:47:18] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004511 10.0.0.23 - - [2026-01-29 02:47:18] "GET /virtual-networks?parent_id=f8fd1d8c-eb09-45e9-a95a-2486fe76017f&detail=False&count=False&shared=False HTTP/1.1" 200 591 0.003718 10.0.0.23 - - [2026-01-29 02:47:18] "GET /virtual-network/beb1f9f9-94f7-4c45-8f50-3cf03178164d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2879 0.006612 10.0.0.23 - - [2026-01-29 02:47:19] "POST /neutron/port HTTP/1.1" 200 2098 0.020336 10.0.0.23 - - [2026-01-29 02:47:19] "POST /neutron/security_group HTTP/1.1" 200 2064 0.007481 10.0.0.23 - - [2026-01-29 02:47:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003988 10.0.0.23 - - [2026-01-29 02:47:19] "GET /network-policy/1cb6fb59-06f2-4119-aa75-f025a43abbb2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1946 0.006367 10.0.0.23 - - [2026-01-29 02:47:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003301 10.0.0.23 - - [2026-01-29 02:47:19] "GET /network-policy/7f6f1e42-e227-4b3d-84b5-01eee2e6b135?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3984 0.003938 10.0.0.23 - - [2026-01-29 02:47:19] "POST /neutron/network HTTP/1.1" 200 1157 0.010355 10.0.0.23 - - [2026-01-29 02:47:19] "GET /virtual-network/d01a7cee-412f-4dd4-aabb-ca3c3a7da3b6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2877 0.008830 10.0.0.23 - - [2026-01-29 02:47:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003206 10.0.0.23 - - [2026-01-29 02:47:19] "GET /network-policy/03c87b5b-b62c-4988-9139-d0bf99541a04?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3984 0.006252 10.0.0.23 - - [2026-01-29 02:47:23] "POST /neutron/port HTTP/1.1" 200 1125 0.033744 10.0.0.23 - - [2026-01-29 02:47:23] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005235 10.0.0.23 - - [2026-01-29 02:47:23] "POST /neutron/network HTTP/1.1" 200 1157 0.011855 10.0.0.23 - - [2026-01-29 02:47:24] "POST /neutron/network HTTP/1.1" 200 1169 0.007238 10.0.0.23 - - [2026-01-29 02:47:24] "POST /neutron/port HTTP/1.1" 200 117 0.001625 10.0.0.23 - - [2026-01-29 02:47:50] "POST /neutron/network HTTP/1.1" 200 1160 0.084104 10.0.0.23 - - [2026-01-29 02:47:50] "GET /virtual-network/d01a7cee-412f-4dd4-aabb-ca3c3a7da3b6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2880 0.005316 10.0.0.147 - - [2026-01-29 02:47:50] "PUT /access-control-list/8b739485-f480-40d7-80d2-5015f3b3bdc2 HTTP/1.1" 200 273 0.080891 10.0.0.23 - - [2026-01-29 02:47:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.002501 10.0.0.23 - - [2026-01-29 02:47:50] "GET /network-policy/8c192be7-51e3-4625-8a38-d71a2c376d6a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1129 0.003922 10.0.0.23 - - [2026-01-29 02:47:59] "POST /neutron/network HTTP/1.1" 200 1157 0.108211 10.0.0.147 - - [2026-01-29 02:47:59] "POST /ref-update HTTP/1.1" 200 156 0.039228 10.0.0.23 - - [2026-01-29 02:47:59] "GET /virtual-network/d01a7cee-412f-4dd4-aabb-ca3c3a7da3b6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2877 0.008114 10.0.0.23 - - [2026-01-29 02:47:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003605 10.0.0.23 - - [2026-01-29 02:47:59] "GET /network-policy/b4a4f0a3-7a02-4704-ba10-509b54baad35?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3986 0.004424 10.0.0.23 - - [2026-01-29 02:48:08] "POST /neutron/network HTTP/1.1" 200 1157 0.112891 10.0.0.23 - - [2026-01-29 02:48:08] "GET /virtual-network/d01a7cee-412f-4dd4-aabb-ca3c3a7da3b6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2877 0.006360 10.0.0.23 - - [2026-01-29 02:48:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003424 10.0.0.23 - - [2026-01-29 02:48:08] "GET /network-policy/fe766b61-5028-4db0-b41b-a8a3b82e5731?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3986 0.005410 10.0.0.23 - - [2026-01-29 02:48:11] "GET /obj-perms HTTP/1.1" 200 5056 0.055133 10.0.0.23 - - [2026-01-29 02:48:15] "POST /neutron/network HTTP/1.1" 200 1158 0.092309 10.0.0.147 - - [2026-01-29 02:48:15] "POST /ref-update HTTP/1.1" 200 156 0.026180 10.0.0.23 - - [2026-01-29 02:48:15] "GET /virtual-network/d01a7cee-412f-4dd4-aabb-ca3c3a7da3b6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2878 0.006469 10.0.0.23 - - [2026-01-29 02:48:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003416 10.0.0.23 - - [2026-01-29 02:48:16] "GET /network-policy/4684b83e-050e-45e4-88a1-9f00d010d95b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3987 0.004516 10.0.0.23 - - [2026-01-29 02:48:24] "POST /neutron/port HTTP/1.1" 200 1125 0.017532 10.0.0.23 - - [2026-01-29 02:48:24] "POST /neutron/subnet HTTP/1.1" 200 675 0.010511 10.0.0.23 - - [2026-01-29 02:48:24] "POST /neutron/network HTTP/1.1" 200 1158 0.011277 10.0.0.23 - - [2026-01-29 02:48:24] "GET /virtual-network/d01a7cee-412f-4dd4-aabb-ca3c3a7da3b6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2878 0.013177 10.0.0.23 - - [2026-01-29 02:48:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003521 10.0.0.23 - - [2026-01-29 02:48:24] "GET /network-policy/0e7e69a9-ca3b-4a33-90e7-0b1ef5f2749b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3988 0.005010 10.0.0.23 - - [2026-01-29 02:48:26] "POST /neutron/port HTTP/1.1" 200 1125 0.021531 10.0.0.23 - - [2026-01-29 02:48:26] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005231 10.0.0.23 - - [2026-01-29 02:48:26] "POST /neutron/network HTTP/1.1" 200 1159 0.009704 10.0.0.147 - - [2026-01-29 02:48:32] "PUT /access-control-list/8b739485-f480-40d7-80d2-5015f3b3bdc2 HTTP/1.1" 200 273 0.029288 10.0.0.23 - - [2026-01-29 02:48:32] "POST /neutron/network HTTP/1.1" 200 1158 0.012073 10.0.0.23 - - [2026-01-29 02:48:32] "GET /virtual-network/d01a7cee-412f-4dd4-aabb-ca3c3a7da3b6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2878 0.005777 10.0.0.23 - - [2026-01-29 02:48:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003687 10.0.0.23 - - [2026-01-29 02:48:32] "GET /network-policy/f7400412-b081-4c98-8ee8-74e180783ae1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3989 0.005067 10.0.0.23 - - [2026-01-29 02:48:41] "POST /neutron/network HTTP/1.1" 200 1158 0.016580 10.0.0.23 - - [2026-01-29 02:48:41] "GET /virtual-network/d01a7cee-412f-4dd4-aabb-ca3c3a7da3b6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2878 0.005862 10.0.0.23 - - [2026-01-29 02:48:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003320 10.0.0.23 - - [2026-01-29 02:48:41] "GET /network-policy/3e6b3b76-06d0-4138-8328-14a89cb2b479?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3987 0.004540 10.0.0.23 - - [2026-01-29 02:48:49] "GET /virtual-network/d01a7cee-412f-4dd4-aabb-ca3c3a7da3b6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2878 0.008081 10.0.0.23 - - [2026-01-29 02:48:49] "POST /neutron/network HTTP/1.1" 200 1074 0.016437 10.0.0.23 - - [2026-01-29 02:48:49] "GET /virtual-network/d01a7cee-412f-4dd4-aabb-ca3c3a7da3b6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2578 0.008077 10.0.0.147 - - [2026-01-29 02:48:49] "POST /ref-update HTTP/1.1" 200 156 0.038003 10.0.0.23 - - [2026-01-29 02:48:49] "GET /virtual-machine/a65f7df4-f0d8-4c9b-81f9-ae9da3806680 HTTP/1.1" 200 1300 0.005188 10.0.0.23 - - [2026-01-29 02:48:50] "POST /neutron/port HTTP/1.1" 200 151 0.193520 10.0.0.23 - - [2026-01-29 02:48:51] "GET /virtual-machine/a65f7df4-f0d8-4c9b-81f9-ae9da3806680 HTTP/1.1" 404 171 0.004548 10.0.0.23 - - [2026-01-29 02:48:51] "GET /virtual-machine/a65f7df4-f0d8-4c9b-81f9-ae9da3806680 HTTP/1.1" 404 171 0.004495 10.0.0.23 - - [2026-01-29 02:48:51] "GET /virtual-machine/a65f7df4-f0d8-4c9b-81f9-ae9da3806680 HTTP/1.1" 404 171 0.003686 10.0.0.23 - - [2026-01-29 02:48:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004039 10.0.0.23 - - [2026-01-29 02:48:51] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004091 10.0.0.23 - - [2026-01-29 02:48:51] "GET /virtual-networks?parent_id=f8fd1d8c-eb09-45e9-a95a-2486fe76017f&detail=False&count=False&shared=False HTTP/1.1" 200 591 0.003983 10.0.0.23 - - [2026-01-29 02:48:51] "GET /virtual-network/beb1f9f9-94f7-4c45-8f50-3cf03178164d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2879 0.006899 10.0.0.23 - - [2026-01-29 02:48:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003610 10.0.0.23 - - [2026-01-29 02:48:51] "GET /routing-instance/b7f34516-1baf-485d-84b5-7d008bb950e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1496 0.007189 10.0.0.23 - - [2026-01-29 02:48:51] "GET /route-target/b23abd1c-6a67-437c-8074-8fa6f18b33cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.006690 10.0.0.23 - - [2026-01-29 02:48:54] "GET /obj-perms HTTP/1.1" 200 5013 0.004734 10.0.0.23 - - [2026-01-29 02:48:58] "GET /obj-perms HTTP/1.1" 200 5013 0.005152 10.0.0.23 - - [2026-01-29 02:49:04] "GET /obj-perms HTTP/1.1" 200 5013 0.004491 10.0.0.23 - - [2026-01-29 02:49:04] "GET /obj-perms HTTP/1.1" 200 5013 0.004362 10.0.0.147 - - [2026-01-29 02:49:04] "GET /obj-perms HTTP/1.1" 200 5013 0.005983 10.0.0.23 - - [2026-01-29 02:49:04] "GET /virtual-machine/d70576e7-8bdc-4632-8ad2-53f8d0e192fb HTTP/1.1" 200 1301 0.004481 10.0.0.23 - - [2026-01-29 02:49:05] "POST /neutron/port HTTP/1.1" 200 151 0.210988 10.0.0.23 - - [2026-01-29 02:49:06] "GET /virtual-machine/d70576e7-8bdc-4632-8ad2-53f8d0e192fb HTTP/1.1" 404 171 0.003261 10.0.0.23 - - [2026-01-29 02:49:06] "GET /virtual-machine/d70576e7-8bdc-4632-8ad2-53f8d0e192fb HTTP/1.1" 404 171 0.003095 10.0.0.23 - - [2026-01-29 02:49:06] "GET /virtual-machine/d70576e7-8bdc-4632-8ad2-53f8d0e192fb HTTP/1.1" 404 171 0.003370 10.0.0.23 - - [2026-01-29 02:49:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003537 10.0.0.23 - - [2026-01-29 02:49:06] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004215 10.0.0.23 - - [2026-01-29 02:49:06] "GET /virtual-networks?parent_id=f8fd1d8c-eb09-45e9-a95a-2486fe76017f&detail=False&count=False&shared=False HTTP/1.1" 200 591 0.003497 10.0.0.23 - - [2026-01-29 02:49:06] "GET /virtual-network/d01a7cee-412f-4dd4-aabb-ca3c3a7da3b6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2578 0.008047 10.0.0.23 - - [2026-01-29 02:49:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004146 10.0.0.23 - - [2026-01-29 02:49:06] "GET /routing-instance/93a87584-af31-4b88-be40-e606d61bba38?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1497 0.004869 10.0.0.23 - - [2026-01-29 02:49:06] "GET /route-target/e15884e7-07e6-4f6d-885f-befba3a4a751?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004620 10.0.0.147 - - [2026-01-29 02:49:11] "GET /obj-perms HTTP/1.1" 200 5056 0.076788 10.0.0.240 - - [2026-01-29 02:49:11] "GET /obj-perms HTTP/1.1" 200 5056 0.060374 10.0.0.23 - - [2026-01-29 02:49:13] "GET /obj-perms HTTP/1.1" 200 5013 0.004827 10.0.0.147 - - [2026-01-29 02:49:19] "GET /obj-perms HTTP/1.1" 200 5013 0.004465 10.0.0.23 - - [2026-01-29 02:49:22] "GET /obj-perms HTTP/1.1" 200 5013 0.004511 10.0.0.147 - - [2026-01-29 02:49:28] "GET /obj-perms HTTP/1.1" 200 5013 0.008795 10.0.0.23 - - [2026-01-29 02:49:31] "GET /obj-perms HTTP/1.1" 200 5013 0.004226 10.0.0.147 - - [2026-01-29 02:49:37] "GET /obj-perms HTTP/1.1" 200 5013 0.004194 10.0.0.23 - - [2026-01-29 02:49:37] "GET /obj-perms HTTP/1.1" 200 5013 0.005206 10.0.0.23 - - [2026-01-29 02:49:37] "GET /virtual-network/beb1f9f9-94f7-4c45-8f50-3cf03178164d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2879 0.007430 10.0.0.23 - - [2026-01-29 02:49:37] "POST /neutron/network HTTP/1.1" 200 1074 0.017000 10.0.0.23 - - [2026-01-29 02:49:38] "GET /virtual-network/beb1f9f9-94f7-4c45-8f50-3cf03178164d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2578 0.006323 10.0.0.23 - - [2026-01-29 02:49:38] "DELETE /network-policy/8c192be7-51e3-4625-8a38-d71a2c376d6a HTTP/1.1" 200 115 0.046288 10.0.0.23 - - [2026-01-29 02:49:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.006340 10.0.0.240 - - [2026-01-29 02:49:38] "GET /projects?obj_uuids=f8fd1d8c-eb09-45e9-a95a-2486fe76017f&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.028376 10.0.0.23 - - [2026-01-29 02:49:38] "GET /project/f8fd1d8c-eb09-45e9-a95a-2486fe76017f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1391 0.069085 10.0.0.23 - - [2026-01-29 02:49:38] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-16109270&detail=False&count=False&shared=False HTTP/1.1" 200 2081 0.005976 10.0.0.23 - - [2026-01-29 02:49:38] "DELETE /network-policy/3e6b3b76-06d0-4138-8328-14a89cb2b479 HTTP/1.1" 200 115 0.034222 10.0.0.23 - - [2026-01-29 02:49:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003377 10.0.0.240 - - [2026-01-29 02:49:38] "GET /projects?obj_uuids=f8fd1d8c-eb09-45e9-a95a-2486fe76017f&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001182 10.0.0.23 - - [2026-01-29 02:49:38] "GET /project/f8fd1d8c-eb09-45e9-a95a-2486fe76017f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1391 0.043771 10.0.0.23 - - [2026-01-29 02:49:38] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-16109270&detail=False&count=False&shared=False HTTP/1.1" 200 1864 0.006227 10.0.0.23 - - [2026-01-29 02:49:38] "DELETE /network-policy/f7400412-b081-4c98-8ee8-74e180783ae1 HTTP/1.1" 200 115 0.043139 10.0.0.23 - - [2026-01-29 02:49:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003413 10.0.0.240 - - [2026-01-29 02:49:38] "GET /projects?obj_uuids=f8fd1d8c-eb09-45e9-a95a-2486fe76017f&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001066 10.0.0.23 - - [2026-01-29 02:49:38] "GET /project/f8fd1d8c-eb09-45e9-a95a-2486fe76017f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1391 0.034391 10.0.0.23 - - [2026-01-29 02:49:38] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-16109270&detail=False&count=False&shared=False HTTP/1.1" 200 1647 0.006510 10.0.0.23 - - [2026-01-29 02:49:38] "DELETE /network-policy/0e7e69a9-ca3b-4a33-90e7-0b1ef5f2749b HTTP/1.1" 200 115 0.036811 10.0.0.23 - - [2026-01-29 02:49:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004191 10.0.0.240 - - [2026-01-29 02:49:38] "GET /projects?obj_uuids=f8fd1d8c-eb09-45e9-a95a-2486fe76017f&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001105 10.0.0.23 - - [2026-01-29 02:49:38] "GET /project/f8fd1d8c-eb09-45e9-a95a-2486fe76017f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1391 0.040262 10.0.0.23 - - [2026-01-29 02:49:38] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-16109270&detail=False&count=False&shared=False HTTP/1.1" 200 1430 0.005503 10.0.0.23 - - [2026-01-29 02:49:38] "DELETE /network-policy/4684b83e-050e-45e4-88a1-9f00d010d95b HTTP/1.1" 200 115 0.039288 10.0.0.23 - - [2026-01-29 02:49:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.005523 10.0.0.240 - - [2026-01-29 02:49:39] "GET /projects?obj_uuids=f8fd1d8c-eb09-45e9-a95a-2486fe76017f&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001105 10.0.0.23 - - [2026-01-29 02:49:39] "GET /project/f8fd1d8c-eb09-45e9-a95a-2486fe76017f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1391 0.045959 10.0.0.23 - - [2026-01-29 02:49:39] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-16109270&detail=False&count=False&shared=False HTTP/1.1" 200 1213 0.006332 10.0.0.23 - - [2026-01-29 02:49:39] "DELETE /network-policy/1cb6fb59-06f2-4119-aa75-f025a43abbb2 HTTP/1.1" 200 115 0.045114 10.0.0.23 - - [2026-01-29 02:49:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.007772 10.0.0.240 - - [2026-01-29 02:49:39] "GET /projects?obj_uuids=f8fd1d8c-eb09-45e9-a95a-2486fe76017f&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001060 10.0.0.23 - - [2026-01-29 02:49:39] "GET /project/f8fd1d8c-eb09-45e9-a95a-2486fe76017f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1391 0.044610 10.0.0.23 - - [2026-01-29 02:49:39] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-16109270&detail=False&count=False&shared=False HTTP/1.1" 200 994 0.005618 10.0.0.23 - - [2026-01-29 02:49:39] "DELETE /network-policy/fe766b61-5028-4db0-b41b-a8a3b82e5731 HTTP/1.1" 200 115 0.037371 10.0.0.23 - - [2026-01-29 02:49:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003517 10.0.0.240 - - [2026-01-29 02:49:39] "GET /projects?obj_uuids=f8fd1d8c-eb09-45e9-a95a-2486fe76017f&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001505 10.0.0.23 - - [2026-01-29 02:49:39] "GET /project/f8fd1d8c-eb09-45e9-a95a-2486fe76017f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1391 0.042272 10.0.0.23 - - [2026-01-29 02:49:39] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-16109270&detail=False&count=False&shared=False HTTP/1.1" 200 778 0.005558 10.0.0.23 - - [2026-01-29 02:49:39] "DELETE /network-policy/b4a4f0a3-7a02-4704-ba10-509b54baad35 HTTP/1.1" 200 115 0.041359 10.0.0.23 - - [2026-01-29 02:49:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003186 10.0.0.240 - - [2026-01-29 02:49:39] "GET /projects?obj_uuids=f8fd1d8c-eb09-45e9-a95a-2486fe76017f&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001493 10.0.0.23 - - [2026-01-29 02:49:39] "GET /project/f8fd1d8c-eb09-45e9-a95a-2486fe76017f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1391 0.046299 10.0.0.23 - - [2026-01-29 02:49:39] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-16109270&detail=False&count=False&shared=False HTTP/1.1" 200 562 0.007055 10.0.0.23 - - [2026-01-29 02:49:39] "DELETE /network-policy/03c87b5b-b62c-4988-9139-d0bf99541a04 HTTP/1.1" 200 115 0.039462 10.0.0.23 - - [2026-01-29 02:49:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003637 10.0.0.240 - - [2026-01-29 02:49:39] "GET /projects?obj_uuids=f8fd1d8c-eb09-45e9-a95a-2486fe76017f&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001261 10.0.0.23 - - [2026-01-29 02:49:40] "GET /project/f8fd1d8c-eb09-45e9-a95a-2486fe76017f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1391 0.047255 10.0.0.23 - - [2026-01-29 02:49:40] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-16109270&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.005863 10.0.0.23 - - [2026-01-29 02:49:40] "DELETE /network-policy/7f6f1e42-e227-4b3d-84b5-01eee2e6b135 HTTP/1.1" 200 115 0.039064 10.0.0.23 - - [2026-01-29 02:49:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003978 10.0.0.240 - - [2026-01-29 02:49:40] "GET /projects?obj_uuids=f8fd1d8c-eb09-45e9-a95a-2486fe76017f&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001166 10.0.0.23 - - [2026-01-29 02:49:40] "GET /project/f8fd1d8c-eb09-45e9-a95a-2486fe76017f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1391 0.059540 10.0.0.23 - - [2026-01-29 02:49:40] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-16109270&detail=False&count=False&shared=False HTTP/1.1" 200 131 0.008291 10.0.0.147 - - [2026-01-29 02:49:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004990 10.0.0.23 - - [2026-01-29 02:49:40] "POST /neutron/network HTTP/1.1" 200 1074 0.009583 10.0.0.147 - - [2026-01-29 02:49:40] "DELETE /route-target/e15884e7-07e6-4f6d-885f-befba3a4a751 HTTP/1.1" 200 115 0.023419 10.0.0.23 - - [2026-01-29 02:49:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.004527 10.0.0.23 - - [2026-01-29 02:49:41] "DELETE /network-ipam/3b4164ab-3c01-412b-b59f-38820e6fffef HTTP/1.1" 200 115 0.050209 10.0.0.23 - - [2026-01-29 02:49:41] "POST /fqname-to-id HTTP/1.1" 404 248 0.003788 10.0.0.240 - - [2026-01-29 02:49:41] "GET /projects?obj_uuids=f8fd1d8c-eb09-45e9-a95a-2486fe76017f&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001280 10.0.0.240 - - [2026-01-29 02:49:41] "GET /project/f8fd1d8c-eb09-45e9-a95a-2486fe76017f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1493 0.048202 10.0.0.240 - - [2026-01-29 02:49:41] "GET /projects?obj_uuids=f8fd1d8c-eb09-45e9-a95a-2486fe76017f&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.002622 10.0.0.240 - - [2026-01-29 02:49:41] "GET /project/f8fd1d8c-eb09-45e9-a95a-2486fe76017f?fields=security_groups HTTP/1.1" 200 1382 0.065846 10.0.0.240 - - [2026-01-29 02:49:41] "DELETE /security-group/0c5b2d5b-5909-4710-bcd9-0bfc3645ded4 HTTP/1.1" 200 115 0.057068 10.0.0.240 - - [2026-01-29 02:49:41] "GET /projects?obj_uuids=f8fd1d8c-eb09-45e9-a95a-2486fe76017f&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001508 10.0.0.240 - - [2026-01-29 02:49:41] "GET /project/f8fd1d8c-eb09-45e9-a95a-2486fe76017f?fields=application_policy_sets HTTP/1.1" 200 1421 0.059474 10.0.0.23 - - [2026-01-29 02:49:41] "DELETE /project/f8fd1d8c-eb09-45e9-a95a-2486fe76017f HTTP/1.1" 200 115 0.425744 10.0.0.240 - - [2026-01-29 02:49:41] "GET /domains?obj_uuids=65230a56-1cf0-4d34-9498-1ad48da04806&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001261 10.0.0.23 - - [2026-01-29 02:49:41] "GET /domain/65230a56-1cf0-4d34-9498-1ad48da04806?fields=projects HTTP/1.1" 200 1247 0.014439 10.0.0.240 - - [2026-01-29 02:49:43] "GET /projects?obj_uuids=f8fd1d8c-eb09-45e9-a95a-2486fe76017f&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003299 10.0.0.240 - - [2026-01-29 02:49:43] "GET /domains?obj_uuids=65230a56-1cf0-4d34-9498-1ad48da04806&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001051 10.0.0.240 - - [2026-01-29 02:49:43] "GET /domain/65230a56-1cf0-4d34-9498-1ad48da04806?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.035445 10.0.0.240 - - [2026-01-29 02:49:43] "POST /id-to-fqname HTTP/1.1" 200 196 0.004053 10.0.0.240 - - [2026-01-29 02:49:43] "POST /fqname-to-id HTTP/1.1" 404 205 0.007136 10.0.0.240 - - [2026-01-29 02:49:43] "POST /security-groups HTTP/1.1" 200 597 0.072926 10.0.0.147 - - [2026-01-29 02:49:43] "POST /fqname-to-id HTTP/1.1" 404 240 0.003224 10.0.0.240 - - [2026-01-29 02:49:43] "POST /projects HTTP/1.1" 200 597 0.282850 10.0.0.240 - - [2026-01-29 02:49:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.314973 10.0.0.147 - - [2026-01-29 02:49:43] "POST /access-control-lists HTTP/1.1" 200 602 0.033102 10.0.0.23 - - [2026-01-29 02:49:43] "GET /project/f8fd1d8c-eb09-45e9-a95a-2486fe76017f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1391 0.517388 10.0.0.240 - - [2026-01-29 02:49:43] "GET /projects?obj_uuids=f8fd1d8c-eb09-45e9-a95a-2486fe76017f&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001318 10.0.0.23 - - [2026-01-29 02:49:43] "GET /project/f8fd1d8c-eb09-45e9-a95a-2486fe76017f?fields=virtual_networks HTTP/1.1" 200 1047 0.067229 10.0.0.240 - - [2026-01-29 02:49:43] "GET /projects?obj_uuids=f8fd1d8c-eb09-45e9-a95a-2486fe76017f&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001082 10.0.0.23 - - [2026-01-29 02:49:43] "GET /project/f8fd1d8c-eb09-45e9-a95a-2486fe76017f?fields=virtual_machine_interfaces HTTP/1.1" 200 1047 0.052564 10.0.0.240 - - [2026-01-29 02:49:43] "GET /projects?obj_uuids=f8fd1d8c-eb09-45e9-a95a-2486fe76017f&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001491 10.0.0.23 - - [2026-01-29 02:49:43] "GET /project/f8fd1d8c-eb09-45e9-a95a-2486fe76017f?fields=security_groups HTTP/1.1" 200 1280 0.048438 10.0.0.23 - - [2026-01-29 02:49:44] "POST /fqname-to-id HTTP/1.1" 404 200 0.029827 10.0.0.240 - - [2026-01-29 02:49:44] "GET /projects?obj_uuids=37cc935a-33f3-4f03-8584-014033e3076a&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003998 10.0.0.240 - - [2026-01-29 02:49:44] "GET /domains?obj_uuids=65230a56-1cf0-4d34-9498-1ad48da04806&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001282 10.0.0.240 - - [2026-01-29 02:49:44] "GET /domain/65230a56-1cf0-4d34-9498-1ad48da04806?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008951 10.0.0.240 - - [2026-01-29 02:49:44] "POST /id-to-fqname HTTP/1.1" 200 202 0.005157 10.0.0.240 - - [2026-01-29 02:49:44] "POST /fqname-to-id HTTP/1.1" 404 211 0.003526 10.0.0.240 - - [2026-01-29 02:49:45] "POST /security-groups HTTP/1.1" 200 603 0.077260 10.0.0.240 - - [2026-01-29 02:49:45] "POST /projects HTTP/1.1" 200 609 0.282084 10.0.0.147 - - [2026-01-29 02:49:45] "POST /fqname-to-id HTTP/1.1" 404 245 0.007998 10.0.0.240 - - [2026-01-29 02:49:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.352605 10.0.0.23 - - [2026-01-29 02:49:45] "GET /project/37cc935a-33f3-4f03-8584-014033e3076a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1413 0.502754 10.0.0.23 - - [2026-01-29 02:49:46] "GET / HTTP/1.1" 200 36215 0.002758 10.0.0.23 - - [2026-01-29 02:49:48] "GET /project/37cc935a-33f3-4f03-8584-014033e3076a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000529 10.0.0.240 - - [2026-01-29 02:49:48] "GET /projects?obj_uuids=37cc935a-33f3-4f03-8584-014033e3076a&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001366 10.0.0.23 - - [2026-01-29 02:49:48] "GET /project/37cc935a-33f3-4f03-8584-014033e3076a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1413 0.076435 10.0.0.240 - - [2026-01-29 02:49:48] "DELETE /project/f8fd1d8ceb0945e9a95a2486fe76017f HTTP/1.1" 404 173 0.004104 10.0.0.240 - - [2026-01-29 02:49:48] "DELETE /project/37cc935a33f34f038584014033e3076a HTTP/1.1" 404 173 0.008141 10.0.0.240 - - [2026-01-29 02:49:48] "GET /projects?obj_uuids=f8fd1d8c-eb09-45e9-a95a-2486fe76017f&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001014 10.0.0.240 - - [2026-01-29 02:49:49] "GET /project/f8fd1d8c-eb09-45e9-a95a-2486fe76017f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1493 0.045461 10.0.0.240 - - [2026-01-29 02:49:49] "GET /projects?obj_uuids=f8fd1d8c-eb09-45e9-a95a-2486fe76017f&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001004 10.0.0.240 - - [2026-01-29 02:49:49] "GET /project/f8fd1d8c-eb09-45e9-a95a-2486fe76017f?fields=security_groups HTTP/1.1" 200 1382 0.036492 10.0.0.240 - - [2026-01-29 02:49:49] "DELETE /security-group/8e43d36b-5b8f-4215-adde-eed88ebf8348 HTTP/1.1" 200 115 0.043053 10.0.0.240 - - [2026-01-29 02:49:49] "GET /projects?obj_uuids=f8fd1d8c-eb09-45e9-a95a-2486fe76017f&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000988 10.0.0.240 - - [2026-01-29 02:49:49] "GET /project/f8fd1d8c-eb09-45e9-a95a-2486fe76017f?fields=application_policy_sets HTTP/1.1" 200 1421 0.063566 10.0.0.147 - - [2026-01-29 02:49:49] "DELETE /access-control-list/17c1a4c8-4a2f-4649-92c0-48e30a05df8d HTTP/1.1" 200 115 0.047903 10.0.0.240 - - [2026-01-29 02:49:49] "DELETE /project/f8fd1d8c-eb09-45e9-a95a-2486fe76017f HTTP/1.1" 200 115 0.396232 10.0.0.23 - - [2026-01-29 02:49:49] "GET / HTTP/1.1" 200 36215 0.003298 10.0.0.23 - - [2026-01-29 02:49:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004158 10.0.0.240 - - [2026-01-29 02:49:49] "GET /domains?obj_uuids=65230a56-1cf0-4d34-9498-1ad48da04806&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001071 10.0.0.23 - - [2026-01-29 02:49:49] "GET /domain/65230a56-1cf0-4d34-9498-1ad48da04806?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.007810 10.0.0.23 - - [2026-01-29 02:49:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003702 10.0.0.240 - - [2026-01-29 02:49:50] "GET /projects?obj_uuids=37cc935a-33f3-4f03-8584-014033e3076a&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001043 10.0.0.23 - - [2026-01-29 02:49:50] "GET /project/37cc935a-33f3-4f03-8584-014033e3076a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1413 0.045460 10.0.0.23 - - [2026-01-29 02:49:51] "GET /domains HTTP/1.1" 401 292 0.000471 10.0.0.23 - - [2026-01-29 02:49:51] "GET /domains HTTP/1.1" 200 281 0.031178 10.0.0.240 - - [2026-01-29 02:49:51] "GET /domains?obj_uuids=65230a56-1cf0-4d34-9498-1ad48da04806&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001333 10.0.0.23 - - [2026-01-29 02:49:51] "GET /domain/65230a56-1cf0-4d34-9498-1ad48da04806 HTTP/1.1" 200 2595 0.009892 10.0.0.240 - - [2026-01-29 02:49:51] "GET /projects?obj_uuids=37cc935a-33f3-4f03-8584-014033e3076a&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001050 10.0.0.23 - - [2026-01-29 02:49:51] "GET /project/37cc935a-33f3-4f03-8584-014033e3076a HTTP/1.1" 200 1928 0.091218 10.0.0.23 - - [2026-01-29 02:49:51] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 547 0.003302 10.0.0.23 - - [2026-01-29 02:49:51] "POST /network-ipams HTTP/1.1" 200 623 0.029412 10.0.0.23 - - [2026-01-29 02:49:51] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 813 0.005045 10.0.0.147 - - [2026-01-29 02:49:51] "GET /global-system-configs HTTP/1.1" 401 292 0.000503 10.0.0.23 - - [2026-01-29 02:49:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003560 10.0.0.147 - - [2026-01-29 02:49:51] "GET /global-system-configs HTTP/1.1" 401 292 0.000406 10.0.0.23 - - [2026-01-29 02:49:51] "GET /network-ipam/ecabfdc7-34d8-4ee8-80c2-b9ed17d2c49c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1457 0.006490 10.0.0.23 - - [2026-01-29 02:49:51] "PUT /network-ipam/ecabfdc7-34d8-4ee8-80c2-b9ed17d2c49c HTTP/1.1" 200 259 0.015107 10.0.0.23 - - [2026-01-29 02:49:52] "POST /fqname-to-id HTTP/1.1" 401 292 0.000517 10.0.0.23 - - [2026-01-29 02:49:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.043852 10.0.0.240 - - [2026-01-29 02:49:52] "GET /projects?obj_uuids=37cc935a-33f3-4f03-8584-014033e3076a&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001277 10.0.0.23 - - [2026-01-29 02:49:52] "GET /project/37cc935a-33f3-4f03-8584-014033e3076a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1413 0.044048 10.0.0.240 - - [2026-01-29 02:49:52] "GET /projects?obj_uuids=37cc935a-33f3-4f03-8584-014033e3076a&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001628 10.0.0.23 - - [2026-01-29 02:49:52] "POST /neutron/network HTTP/1.1" 200 623 0.147554 10.0.0.147 - - [2026-01-29 02:49:52] "GET /global-system-configs HTTP/1.1" 401 292 0.000445 10.0.0.147 - - [2026-01-29 02:49:52] "GET /global-system-configs HTTP/1.1" 401 292 0.000402 10.0.0.240 - - [2026-01-29 02:49:53] "POST /useragent-kv HTTP/1.1" 200 115 0.007902 10.0.0.23 - - [2026-01-29 02:49:53] "POST /neutron/subnet HTTP/1.1" 200 823 0.214009 10.0.0.23 - - [2026-01-29 02:49:53] "POST /id-to-fqname HTTP/1.1" 200 235 0.001396 10.0.0.23 - - [2026-01-29 02:49:53] "GET /virtual-network/c0830b5e-1f62-41ec-95ac-817aa2452420?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3177 0.006088 10.0.0.23 - - [2026-01-29 02:49:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000439 10.0.0.23 - - [2026-01-29 02:49:53] "GET /virtual-network/c0830b5e-1f62-41ec-95ac-817aa2452420?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3177 0.005980 10.0.0.23 - - [2026-01-29 02:49:53] "POST /neutron/network HTTP/1.1" 200 1336 0.012652 10.0.0.23 - - [2026-01-29 02:49:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000408 10.0.0.23 - - [2026-01-29 02:49:53] "POST /neutron/subnet HTTP/1.1" 200 823 0.009226 10.0.0.240 - - [2026-01-29 02:49:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000599 10.0.0.240 - - [2026-01-29 02:49:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000553 10.0.0.23 - - [2026-01-29 02:49:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000521 10.0.0.23 - - [2026-01-29 02:49:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000696 10.0.0.23 - - [2026-01-29 02:49:54] "GET /virtual-network/c0830b5e-1f62-41ec-95ac-817aa2452420?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3177 0.005919 10.0.0.240 - - [2026-01-29 02:49:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000467 10.0.0.240 - - [2026-01-29 02:49:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000441 10.0.0.23 - - [2026-01-29 02:49:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.005441 10.0.0.240 - - [2026-01-29 02:49:55] "GET /projects?obj_uuids=37cc935a-33f3-4f03-8584-014033e3076a&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001235 10.0.0.23 - - [2026-01-29 02:49:55] "GET /project/37cc935a-33f3-4f03-8584-014033e3076a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1413 0.047104 10.0.0.147 - - [2026-01-29 02:49:55] "POST /route-targets HTTP/1.1" 200 328 0.013525 10.0.0.240 - - [2026-01-29 02:49:56] "POST /useragent-kv HTTP/1.1" 200 115 0.008321 10.0.0.23 - - [2026-01-29 02:49:56] "POST /neutron/subnet HTTP/1.1" 200 701 0.272103 10.0.0.23 - - [2026-01-29 02:49:56] "POST /neutron/network HTTP/1.1" 200 1337 0.014454 10.0.0.23 - - [2026-01-29 02:49:56] "POST /id-to-fqname HTTP/1.1" 200 235 0.001407 10.0.0.23 - - [2026-01-29 02:49:56] "GET /virtual-network/2498d88d-a280-4bdd-902a-ae9ae0a91099?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3179 0.005788 10.0.0.23 - - [2026-01-29 02:49:56] "GET /virtual-network/2498d88d-a280-4bdd-902a-ae9ae0a91099?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3179 0.005997 10.0.0.23 - - [2026-01-29 02:49:56] "POST /neutron/subnet HTTP/1.1" 200 701 0.008552 10.0.0.23 - - [2026-01-29 02:49:56] "GET /virtual-network/2498d88d-a280-4bdd-902a-ae9ae0a91099?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3179 0.006124 10.0.0.23 - - [2026-01-29 02:49:57] "GET /obj-perms HTTP/1.1" 200 5019 0.058281 10.0.0.147 - - [2026-01-29 02:49:57] "GET /obj-perms HTTP/1.1" 200 5019 0.051546 10.0.0.240 - - [2026-01-29 02:49:57] "GET /obj-perms HTTP/1.1" 200 5019 0.066443 10.0.0.23 - - [2026-01-29 02:49:57] "POST /fqname-to-id HTTP/1.1" 404 211 0.003381 10.0.0.23 - - [2026-01-29 02:49:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003424 10.0.0.240 - - [2026-01-29 02:49:57] "GET /projects?obj_uuids=37cc935a-33f3-4f03-8584-014033e3076a&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001053 10.0.0.23 - - [2026-01-29 02:49:57] "GET /project/37cc935a-33f3-4f03-8584-014033e3076a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1413 0.051998 10.0.0.23 - - [2026-01-29 02:49:57] "POST /network-policys HTTP/1.1" 200 535 0.028734 10.0.0.23 - - [2026-01-29 02:49:57] "GET /network-policy/d9f38489-18be-4c5c-8e0f-40d8b60a0f1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4994 0.007198 10.0.0.23 - - [2026-01-29 02:49:57] "POST /fqname-to-id HTTP/1.1" 404 211 0.003549 10.0.0.23 - - [2026-01-29 02:49:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004184 10.0.0.240 - - [2026-01-29 02:49:57] "GET /projects?obj_uuids=37cc935a-33f3-4f03-8584-014033e3076a&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001266 10.0.0.23 - - [2026-01-29 02:49:57] "GET /project/37cc935a-33f3-4f03-8584-014033e3076a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1413 0.051208 10.0.0.23 - - [2026-01-29 02:49:57] "POST /network-policys HTTP/1.1" 200 535 0.027941 10.0.0.23 - - [2026-01-29 02:49:58] "GET /network-policy/1b7c1763-8f42-4308-984e-6b49983b14fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4993 0.006792 10.0.0.23 - - [2026-01-29 02:49:58] "POST /fqname-to-id HTTP/1.1" 404 211 0.003397 10.0.0.23 - - [2026-01-29 02:49:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004777 10.0.0.240 - - [2026-01-29 02:49:58] "GET /projects?obj_uuids=37cc935a-33f3-4f03-8584-014033e3076a&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001305 10.0.0.23 - - [2026-01-29 02:49:58] "GET /project/37cc935a-33f3-4f03-8584-014033e3076a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1413 0.046133 10.0.0.23 - - [2026-01-29 02:49:58] "POST /network-policys HTTP/1.1" 200 535 0.030326 10.0.0.23 - - [2026-01-29 02:49:58] "GET /network-policy/6e0144cc-c2f6-4a9e-abe4-cb0638243fb3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4993 0.007056 10.0.0.23 - - [2026-01-29 02:49:58] "POST /fqname-to-id HTTP/1.1" 404 211 0.003584 10.0.0.23 - - [2026-01-29 02:49:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.007799 10.0.0.240 - - [2026-01-29 02:49:58] "GET /projects?obj_uuids=37cc935a-33f3-4f03-8584-014033e3076a&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001235 10.0.0.23 - - [2026-01-29 02:49:58] "GET /project/37cc935a-33f3-4f03-8584-014033e3076a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1413 0.048116 10.0.0.23 - - [2026-01-29 02:49:58] "POST /network-policys HTTP/1.1" 200 535 0.044066 10.0.0.23 - - [2026-01-29 02:49:58] "GET /network-policy/6394e80a-9865-4336-b254-44dba219e1d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4993 0.006930 10.0.0.23 - - [2026-01-29 02:49:58] "POST /fqname-to-id HTTP/1.1" 404 213 0.003757 10.0.0.23 - - [2026-01-29 02:49:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003200 10.0.0.240 - - [2026-01-29 02:49:58] "GET /projects?obj_uuids=37cc935a-33f3-4f03-8584-014033e3076a&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001144 10.0.0.23 - - [2026-01-29 02:49:59] "GET /project/37cc935a-33f3-4f03-8584-014033e3076a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1413 0.036232 10.0.0.23 - - [2026-01-29 02:49:59] "POST /network-policys HTTP/1.1" 200 539 0.031491 10.0.0.23 - - [2026-01-29 02:49:59] "GET /network-policy/6be9aaff-b196-4af5-ae9b-7de7b2913cb0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1952 0.006225 10.0.0.23 - - [2026-01-29 02:49:59] "POST /fqname-to-id HTTP/1.1" 404 212 0.004137 10.0.0.23 - - [2026-01-29 02:49:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003300 10.0.0.240 - - [2026-01-29 02:49:59] "GET /projects?obj_uuids=37cc935a-33f3-4f03-8584-014033e3076a&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001694 10.0.0.23 - - [2026-01-29 02:49:59] "GET /project/37cc935a-33f3-4f03-8584-014033e3076a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1413 0.048734 10.0.0.23 - - [2026-01-29 02:49:59] "POST /network-policys HTTP/1.1" 200 537 0.034943 10.0.0.23 - - [2026-01-29 02:49:59] "GET /network-policy/bdde3e3f-5b29-43f6-a111-3ae88449a4a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4997 0.006538 10.0.0.23 - - [2026-01-29 02:49:59] "POST /fqname-to-id HTTP/1.1" 404 212 0.003515 10.0.0.23 - - [2026-01-29 02:49:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003633 10.0.0.240 - - [2026-01-29 02:49:59] "GET /projects?obj_uuids=37cc935a-33f3-4f03-8584-014033e3076a&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001141 10.0.0.23 - - [2026-01-29 02:49:59] "GET /project/37cc935a-33f3-4f03-8584-014033e3076a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1413 0.034655 10.0.0.23 - - [2026-01-29 02:49:59] "POST /network-policys HTTP/1.1" 200 537 0.030308 10.0.0.23 - - [2026-01-29 02:49:59] "GET /network-policy/2ba0fb53-e838-4476-b5a9-77d8cecaf79d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4996 0.007669 10.0.0.23 - - [2026-01-29 02:49:59] "POST /fqname-to-id HTTP/1.1" 404 212 0.003328 10.0.0.23 - - [2026-01-29 02:50:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003661 10.0.0.240 - - [2026-01-29 02:50:00] "GET /projects?obj_uuids=37cc935a-33f3-4f03-8584-014033e3076a&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001168 10.0.0.23 - - [2026-01-29 02:50:00] "GET /project/37cc935a-33f3-4f03-8584-014033e3076a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1413 0.056870 10.0.0.23 - - [2026-01-29 02:50:00] "POST /network-policys HTTP/1.1" 200 537 0.032560 10.0.0.23 - - [2026-01-29 02:50:00] "GET /network-policy/1312fb85-5fdc-4bd3-947d-62c9ba7ed5db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4996 0.007010 10.0.0.23 - - [2026-01-29 02:50:00] "POST /fqname-to-id HTTP/1.1" 404 212 0.003225 10.0.0.23 - - [2026-01-29 02:50:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003147 10.0.0.240 - - [2026-01-29 02:50:00] "GET /projects?obj_uuids=37cc935a-33f3-4f03-8584-014033e3076a&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001076 10.0.0.23 - - [2026-01-29 02:50:00] "GET /project/37cc935a-33f3-4f03-8584-014033e3076a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1413 0.036740 10.0.0.23 - - [2026-01-29 02:50:00] "POST /network-policys HTTP/1.1" 200 537 0.032207 10.0.0.23 - - [2026-01-29 02:50:00] "GET /network-policy/27b4169e-897d-470f-a822-2e7d3ad83bc2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4996 0.006547 10.0.0.23 - - [2026-01-29 02:50:00] "POST /fqname-to-id HTTP/1.1" 404 214 0.003783 10.0.0.23 - - [2026-01-29 02:50:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003490 10.0.0.240 - - [2026-01-29 02:50:00] "GET /projects?obj_uuids=37cc935a-33f3-4f03-8584-014033e3076a&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001263 10.0.0.23 - - [2026-01-29 02:50:00] "GET /project/37cc935a-33f3-4f03-8584-014033e3076a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1413 0.042340 10.0.0.23 - - [2026-01-29 02:50:00] "POST /network-policys HTTP/1.1" 200 541 0.029190 10.0.0.23 - - [2026-01-29 02:50:00] "GET /network-policy/1702b007-f955-4d71-9a3c-20caa9eb7cb3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1135 0.005814 10.0.0.23 - - [2026-01-29 02:50:01] "POST /neutron/network HTTP/1.1" 200 1336 0.012714 10.0.0.147 - - [2026-01-29 02:50:01] "POST /fqname-to-id HTTP/1.1" 404 207 0.048468 10.0.0.23 - - [2026-01-29 02:50:01] "GET /virtual-network/c0830b5e-1f62-41ec-95ac-817aa2452420?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3482 0.007693 10.0.0.23 - - [2026-01-29 02:50:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003028 10.0.0.147 - - [2026-01-29 02:50:01] "POST /access-control-lists HTTP/1.1" 200 611 0.083073 10.0.0.23 - - [2026-01-29 02:50:01] "GET /network-policy/d9f38489-18be-4c5c-8e0f-40d8b60a0f1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4994 0.004825 10.0.0.23 - - [2026-01-29 02:50:01] "POST /neutron/network HTTP/1.1" 200 1337 0.015032 10.0.0.23 - - [2026-01-29 02:50:01] "GET /virtual-network/2498d88d-a280-4bdd-902a-ae9ae0a91099?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3486 0.008421 10.0.0.147 - - [2026-01-29 02:50:01] "POST /ref-update HTTP/1.1" 200 156 0.042511 10.0.0.23 - - [2026-01-29 02:50:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.009770 10.0.0.23 - - [2026-01-29 02:50:01] "GET /network-policy/6be9aaff-b196-4af5-ae9b-7de7b2913cb0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1952 0.006242 10.0.0.23 - - [2026-01-29 02:50:01] "POST /id-to-fqname HTTP/1.1" 200 235 0.001457 10.0.0.23 - - [2026-01-29 02:50:02] "POST /neutron/network HTTP/1.1" 200 1434 0.007194 10.0.0.240 - - [2026-01-29 02:50:02] "GET /projects?obj_uuids=37cc935a-33f3-4f03-8584-014033e3076a&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001878 10.0.0.23 - - [2026-01-29 02:50:02] "GET /project/37cc935a-33f3-4f03-8584-014033e3076a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1413 0.071330 10.0.0.23 - - [2026-01-29 02:50:03] "POST /neutron/port HTTP/1.1" 200 117 0.009094 10.0.0.23 - - [2026-01-29 02:50:03] "POST /id-to-fqname HTTP/1.1" 200 235 0.001733 10.0.0.23 - - [2026-01-29 02:50:03] "POST /neutron/network HTTP/1.1" 200 1434 0.010640 10.0.0.240 - - [2026-01-29 02:50:04] "GET /projects?obj_uuids=37cc935a-33f3-4f03-8584-014033e3076a&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001173 10.0.0.23 - - [2026-01-29 02:50:04] "GET /project/37cc935a-33f3-4f03-8584-014033e3076a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1413 0.096979 10.0.0.23 - - [2026-01-29 02:50:04] "POST /neutron/network HTTP/1.1" 200 1427 0.047755 10.0.0.23 - - [2026-01-29 02:50:04] "POST /neutron/port HTTP/1.1" 200 1237 0.049186 10.0.0.23 - - [2026-01-29 02:50:04] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007801 10.0.0.23 - - [2026-01-29 02:50:04] "POST /neutron/subnet HTTP/1.1" 200 1356 0.053678 10.0.0.23 - - [2026-01-29 02:50:04] "POST /neutron/port HTTP/1.1" 200 117 0.001231 10.0.0.23 - - [2026-01-29 02:50:04] "POST /neutron/network HTTP/1.1" 200 1437 0.007839 10.0.0.23 - - [2026-01-29 02:50:05] "POST /neutron/port HTTP/1.1" 200 1174 0.022944 10.0.0.23 - - [2026-01-29 02:50:05] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004200 10.0.0.23 - - [2026-01-29 02:50:05] "POST /neutron/port HTTP/1.1" 200 117 0.001729 10.0.0.23 - - [2026-01-29 02:50:09] "POST /neutron/port HTTP/1.1" 200 1237 0.017817 10.0.0.23 - - [2026-01-29 02:50:09] "POST /neutron/security_group HTTP/1.1" 200 2070 0.008410 10.0.0.23 - - [2026-01-29 02:50:09] "GET /virtual-machine/19e2005a-2455-4500-8e48-265cc9c95a01 HTTP/1.1" 401 292 0.000473 10.0.0.23 - - [2026-01-29 02:50:10] "GET /virtual-machine/19e2005a-2455-4500-8e48-265cc9c95a01 HTTP/1.1" 200 1306 0.033169 10.0.0.23 - - [2026-01-29 02:50:10] "GET /virtual-machine-interface/05f22aca-40fb-4d3a-be9a-c7917c8789f6 HTTP/1.1" 200 3176 0.006701 10.0.0.23 - - [2026-01-29 02:50:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004286 10.0.0.23 - - [2026-01-29 02:50:10] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004994 10.0.0.23 - - [2026-01-29 02:50:10] "GET /virtual-networks?parent_id=37cc935a-33f3-4f03-8584-014033e3076a&detail=False&count=False&shared=False HTTP/1.1" 200 603 0.004928 10.0.0.23 - - [2026-01-29 02:50:10] "GET /virtual-network/c0830b5e-1f62-41ec-95ac-817aa2452420?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3482 0.007055 10.0.0.23 - - [2026-01-29 02:50:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003725 10.0.0.23 - - [2026-01-29 02:50:13] "GET /virtual-network/c0830b5e-1f62-41ec-95ac-817aa2452420?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3482 0.005616 10.0.0.23 - - [2026-01-29 02:50:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003573 10.0.0.23 - - [2026-01-29 02:50:17] "GET /virtual-network/c0830b5e-1f62-41ec-95ac-817aa2452420?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3482 0.006251 10.0.0.23 - - [2026-01-29 02:50:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004028 10.0.0.23 - - [2026-01-29 02:50:21] "GET /virtual-network/c0830b5e-1f62-41ec-95ac-817aa2452420?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3482 0.005885 10.0.0.23 - - [2026-01-29 02:50:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004042 10.0.0.23 - - [2026-01-29 02:50:25] "GET /virtual-network/c0830b5e-1f62-41ec-95ac-817aa2452420?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3482 0.006814 10.0.0.23 - - [2026-01-29 02:50:26] "POST /neutron/port HTTP/1.1" 200 1237 0.018516 10.0.0.23 - - [2026-01-29 02:50:26] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004544 10.0.0.23 - - [2026-01-29 02:50:26] "POST /neutron/port HTTP/1.1" 200 117 0.001705 10.0.0.23 - - [2026-01-29 02:50:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003724 10.0.0.23 - - [2026-01-29 02:50:29] "GET /virtual-network/c0830b5e-1f62-41ec-95ac-817aa2452420?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3482 0.007162 10.0.0.23 - - [2026-01-29 02:50:30] "POST /neutron/port HTTP/1.1" 200 1238 0.023148 10.0.0.23 - - [2026-01-29 02:50:30] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006597 10.0.0.23 - - [2026-01-29 02:50:30] "POST /neutron/port HTTP/1.1" 200 117 0.001246 10.0.0.23 - - [2026-01-29 02:50:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003435 10.0.0.23 - - [2026-01-29 02:50:33] "GET /virtual-network/c0830b5e-1f62-41ec-95ac-817aa2452420?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3482 0.006390 10.0.0.23 - - [2026-01-29 02:50:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003660 10.0.0.23 - - [2026-01-29 02:50:38] "GET /virtual-network/c0830b5e-1f62-41ec-95ac-817aa2452420?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3482 0.006154 10.0.0.23 - - [2026-01-29 02:50:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.006095 10.0.0.23 - - [2026-01-29 02:50:42] "GET /virtual-network/c0830b5e-1f62-41ec-95ac-817aa2452420?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3482 0.008398 10.0.0.23 - - [2026-01-29 02:50:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004124 10.0.0.23 - - [2026-01-29 02:50:46] "GET /virtual-network/c0830b5e-1f62-41ec-95ac-817aa2452420?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3482 0.006187 10.0.0.23 - - [2026-01-29 02:50:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003619 10.0.0.23 - - [2026-01-29 02:50:50] "GET /virtual-network/c0830b5e-1f62-41ec-95ac-817aa2452420?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3482 0.006930 10.0.0.23 - - [2026-01-29 02:50:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.004964 10.0.0.23 - - [2026-01-29 02:50:52] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005169 10.0.0.23 - - [2026-01-29 02:50:52] "GET /virtual-networks?parent_id=37cc935a-33f3-4f03-8584-014033e3076a&detail=False&count=False&shared=False HTTP/1.1" 200 603 0.003819 10.0.0.23 - - [2026-01-29 02:50:52] "GET /virtual-network/c0830b5e-1f62-41ec-95ac-817aa2452420?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3482 0.009359 10.0.0.23 - - [2026-01-29 02:50:52] "POST /neutron/port HTTP/1.1" 200 1237 0.020399 10.0.0.23 - - [2026-01-29 02:50:57] "POST /neutron/security_group HTTP/1.1" 200 2070 0.008598 10.0.0.23 - - [2026-01-29 02:51:02] "POST /neutron/port HTTP/1.1" 200 1237 0.022134 10.0.0.23 - - [2026-01-29 02:51:05] "POST /neutron/security_group HTTP/1.1" 200 2070 0.041883 10.0.0.23 - - [2026-01-29 02:51:13] "POST /neutron/port HTTP/1.1" 200 1237 0.022470 10.0.0.23 - - [2026-01-29 02:51:18] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007388 10.0.0.23 - - [2026-01-29 02:51:18] "POST /neutron/port HTTP/1.1" 200 1238 0.020539 10.0.0.23 - - [2026-01-29 02:51:18] "GET /virtual-machine/7f239389-ceab-438e-8d1e-c2bc3c923ca8 HTTP/1.1" 200 1306 0.006529 10.0.0.23 - - [2026-01-29 02:51:18] "GET /virtual-machine-interface/bed7c52f-a889-47bf-8710-9c564f5d4a26 HTTP/1.1" 200 3177 0.005568 10.0.0.23 - - [2026-01-29 02:51:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004962 10.0.0.23 - - [2026-01-29 02:51:18] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004501 10.0.0.23 - - [2026-01-29 02:51:18] "GET /virtual-networks?parent_id=37cc935a-33f3-4f03-8584-014033e3076a&detail=False&count=False&shared=False HTTP/1.1" 200 603 0.004147 10.0.0.23 - - [2026-01-29 02:51:18] "GET /virtual-network/2498d88d-a280-4bdd-902a-ae9ae0a91099?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3486 0.008287 10.0.0.23 - - [2026-01-29 02:51:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003500 10.0.0.23 - - [2026-01-29 02:51:19] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003656 10.0.0.23 - - [2026-01-29 02:51:19] "GET /virtual-networks?parent_id=37cc935a-33f3-4f03-8584-014033e3076a&detail=False&count=False&shared=False HTTP/1.1" 200 603 0.003137 10.0.0.23 - - [2026-01-29 02:51:20] "GET /virtual-network/2498d88d-a280-4bdd-902a-ae9ae0a91099?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3486 0.006538 10.0.0.23 - - [2026-01-29 02:51:20] "POST /neutron/security_group HTTP/1.1" 200 2070 0.008739 10.0.0.23 - - [2026-01-29 02:51:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004412 10.0.0.23 - - [2026-01-29 02:51:20] "GET /network-policy/6be9aaff-b196-4af5-ae9b-7de7b2913cb0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1952 0.004324 10.0.0.23 - - [2026-01-29 02:51:20] "POST /neutron/port HTTP/1.1" 200 1237 0.021560 10.0.0.23 - - [2026-01-29 02:51:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004140 10.0.0.23 - - [2026-01-29 02:51:20] "GET /network-policy/d9f38489-18be-4c5c-8e0f-40d8b60a0f1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4994 0.005203 10.0.0.147 - - [2026-01-29 02:51:20] "PUT /access-control-list/282c7e74-2ea7-465b-9467-65a11f5f0c45 HTTP/1.1" 200 273 0.019101 10.0.0.23 - - [2026-01-29 02:51:21] "POST /neutron/network HTTP/1.1" 200 1424 0.137530 10.0.0.23 - - [2026-01-29 02:51:21] "GET /virtual-network/c0830b5e-1f62-41ec-95ac-817aa2452420?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3482 0.006390 10.0.0.23 - - [2026-01-29 02:51:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.002980 10.0.0.23 - - [2026-01-29 02:51:21] "GET /network-policy/1b7c1763-8f42-4308-984e-6b49983b14fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4993 0.005401 10.0.0.23 - - [2026-01-29 02:51:26] "POST /neutron/port HTTP/1.1" 200 1237 0.023131 10.0.0.23 - - [2026-01-29 02:51:26] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004446 10.0.0.23 - - [2026-01-29 02:51:26] "POST /neutron/port HTTP/1.1" 200 117 0.001236 10.0.0.23 - - [2026-01-29 02:51:32] "POST /neutron/port HTTP/1.1" 200 1238 0.044934 10.0.0.23 - - [2026-01-29 02:51:32] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003905 10.0.0.23 - - [2026-01-29 02:51:32] "POST /neutron/port HTTP/1.1" 200 117 0.001258 10.0.0.147 - - [2026-01-29 02:51:49] "POST /fqname-to-id HTTP/1.1" 404 207 0.006277 10.0.0.23 - - [2026-01-29 02:51:49] "POST /neutron/network HTTP/1.1" 200 1427 0.115544 10.0.0.23 - - [2026-01-29 02:51:49] "GET /virtual-network/c0830b5e-1f62-41ec-95ac-817aa2452420?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3485 0.008679 10.0.0.23 - - [2026-01-29 02:51:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003363 10.0.0.23 - - [2026-01-29 02:51:49] "GET /network-policy/1702b007-f955-4d71-9a3c-20caa9eb7cb3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1135 0.004054 10.0.0.147 - - [2026-01-29 02:52:02] "PUT /access-control-list/282c7e74-2ea7-465b-9467-65a11f5f0c45 HTTP/1.1" 200 273 0.024980 10.0.0.23 - - [2026-01-29 02:52:02] "POST /neutron/network HTTP/1.1" 200 1424 0.110524 10.0.0.23 - - [2026-01-29 02:52:02] "GET /virtual-network/c0830b5e-1f62-41ec-95ac-817aa2452420?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3482 0.008871 10.0.0.23 - - [2026-01-29 02:52:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003424 10.0.0.23 - - [2026-01-29 02:52:02] "GET /network-policy/6e0144cc-c2f6-4a9e-abe4-cb0638243fb3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4993 0.004547 10.0.0.23 - - [2026-01-29 02:52:14] "POST /neutron/network HTTP/1.1" 200 1424 0.094998 10.0.0.23 - - [2026-01-29 02:52:14] "GET /virtual-network/c0830b5e-1f62-41ec-95ac-817aa2452420?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3482 0.006323 10.0.0.23 - - [2026-01-29 02:52:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.002980 10.0.0.23 - - [2026-01-29 02:52:14] "GET /network-policy/6394e80a-9865-4336-b254-44dba219e1d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4993 0.004718 10.0.0.147 - - [2026-01-29 02:52:25] "POST /fqname-to-id HTTP/1.1" 404 207 0.004275 10.0.0.147 - - [2026-01-29 02:52:25] "PUT /access-control-list/282c7e74-2ea7-465b-9467-65a11f5f0c45 HTTP/1.1" 200 273 0.018962 10.0.0.23 - - [2026-01-29 02:52:25] "POST /neutron/network HTTP/1.1" 200 1425 0.106874 10.0.0.23 - - [2026-01-29 02:52:25] "GET /virtual-network/c0830b5e-1f62-41ec-95ac-817aa2452420?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3483 0.009782 10.0.0.23 - - [2026-01-29 02:52:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.009181 10.0.0.23 - - [2026-01-29 02:52:25] "GET /network-policy/bdde3e3f-5b29-43f6-a111-3ae88449a4a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4997 0.004287 10.0.0.23 - - [2026-01-29 02:52:25] "POST /neutron/port HTTP/1.1" 200 1237 0.024313 10.0.0.23 - - [2026-01-29 02:52:25] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004957 10.0.0.23 - - [2026-01-29 02:52:25] "POST /neutron/port HTTP/1.1" 200 117 0.001903 10.0.0.23 - - [2026-01-29 02:52:34] "POST /neutron/port HTTP/1.1" 200 1238 0.016840 10.0.0.23 - - [2026-01-29 02:52:34] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003980 10.0.0.23 - - [2026-01-29 02:52:34] "POST /neutron/port HTTP/1.1" 200 117 0.001231 10.0.0.23 - - [2026-01-29 02:52:38] "POST /neutron/network HTTP/1.1" 200 1425 0.083067 10.0.0.23 - - [2026-01-29 02:52:38] "GET /virtual-network/c0830b5e-1f62-41ec-95ac-817aa2452420?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3483 0.005662 10.0.0.23 - - [2026-01-29 02:52:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003442 10.0.0.147 - - [2026-01-29 02:52:38] "POST /ref-update HTTP/1.1" 200 156 0.028330 10.0.0.23 - - [2026-01-29 02:52:38] "GET /network-policy/2ba0fb53-e838-4476-b5a9-77d8cecaf79d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4996 0.004273 10.0.0.23 - - [2026-01-29 02:52:48] "POST /neutron/network HTTP/1.1" 200 1425 0.098405 10.0.0.23 - - [2026-01-29 02:52:48] "GET /virtual-network/c0830b5e-1f62-41ec-95ac-817aa2452420?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3483 0.006470 10.0.0.23 - - [2026-01-29 02:52:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003038 10.0.0.23 - - [2026-01-29 02:52:48] "GET /network-policy/1312fb85-5fdc-4bd3-947d-62c9ba7ed5db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4996 0.004479 10.0.0.147 - - [2026-01-29 02:53:00] "POST /fqname-to-id HTTP/1.1" 404 207 0.008385 10.0.0.23 - - [2026-01-29 02:53:00] "POST /neutron/network HTTP/1.1" 200 1425 0.106142 10.0.0.23 - - [2026-01-29 02:53:00] "GET /virtual-network/c0830b5e-1f62-41ec-95ac-817aa2452420?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3483 0.007747 10.0.0.23 - - [2026-01-29 02:53:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003331 10.0.0.23 - - [2026-01-29 02:53:01] "GET /network-policy/27b4169e-897d-470f-a822-2e7d3ad83bc2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4996 0.005380 10.0.0.23 - - [2026-01-29 02:53:11] "GET /virtual-network/c0830b5e-1f62-41ec-95ac-817aa2452420?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3483 0.006266 10.0.0.23 - - [2026-01-29 02:53:11] "POST /neutron/network HTTP/1.1" 200 1336 0.094076 10.0.0.23 - - [2026-01-29 02:53:11] "GET /virtual-network/c0830b5e-1f62-41ec-95ac-817aa2452420?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3177 0.008674 10.0.0.147 - - [2026-01-29 02:53:11] "DELETE /access-control-list/282c7e74-2ea7-465b-9467-65a11f5f0c45 HTTP/1.1" 200 115 0.107574 10.0.0.23 - - [2026-01-29 02:53:11] "GET /virtual-machine/7f239389-ceab-438e-8d1e-c2bc3c923ca8 HTTP/1.1" 200 1306 0.004717 10.0.0.23 - - [2026-01-29 02:53:12] "POST /neutron/port HTTP/1.1" 200 1228 0.025494 10.0.0.23 - - [2026-01-29 02:53:13] "GET /virtual-machine/7f239389-ceab-438e-8d1e-c2bc3c923ca8 HTTP/1.1" 404 171 0.003674 10.0.0.23 - - [2026-01-29 02:53:13] "GET /virtual-machine/7f239389-ceab-438e-8d1e-c2bc3c923ca8 HTTP/1.1" 404 171 0.003242 10.0.0.23 - - [2026-01-29 02:53:13] "GET /virtual-machine/7f239389-ceab-438e-8d1e-c2bc3c923ca8 HTTP/1.1" 404 171 0.003520 10.0.0.23 - - [2026-01-29 02:53:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003723 10.0.0.23 - - [2026-01-29 02:53:13] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004557 10.0.0.23 - - [2026-01-29 02:53:13] "GET /virtual-networks?parent_id=37cc935a-33f3-4f03-8584-014033e3076a&detail=False&count=False&shared=False HTTP/1.1" 200 603 0.003380 10.0.0.23 - - [2026-01-29 02:53:13] "GET /virtual-network/2498d88d-a280-4bdd-902a-ae9ae0a91099?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3486 0.007681 10.0.0.23 - - [2026-01-29 02:53:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003902 10.0.0.23 - - [2026-01-29 02:53:13] "GET /routing-instance/59412684-3208-4dc1-b56b-d09ce6fd49e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1502 0.004643 10.0.0.23 - - [2026-01-29 02:53:13] "GET /route-target/dab90a35-62da-46a8-8c20-d680f72c17bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.004557 10.0.0.23 - - [2026-01-29 02:53:13] "GET /obj-perms HTTP/1.1" 200 5019 0.004014 10.0.0.147 - - [2026-01-29 02:53:14] "GET /obj-perms HTTP/1.1" 200 5056 0.056276 10.0.0.23 - - [2026-01-29 02:53:17] "GET /obj-perms HTTP/1.1" 200 5019 0.005975 10.0.0.23 - - [2026-01-29 02:53:20] "GET /obj-perms HTTP/1.1" 200 5019 0.004726 10.0.0.23 - - [2026-01-29 02:53:26] "GET /obj-perms HTTP/1.1" 200 5019 0.005157 10.0.0.23 - - [2026-01-29 02:53:26] "POST /neutron/port HTTP/1.1" 200 1237 0.020083 10.0.0.23 - - [2026-01-29 02:53:27] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004822 10.0.0.23 - - [2026-01-29 02:53:27] "POST /neutron/port HTTP/1.1" 200 117 0.001264 10.0.0.23 - - [2026-01-29 02:53:29] "GET /obj-perms HTTP/1.1" 200 5019 0.005403 10.0.0.23 - - [2026-01-29 02:53:35] "GET /obj-perms HTTP/1.1" 200 5019 0.004573 10.0.0.23 - - [2026-01-29 02:53:35] "GET /obj-perms HTTP/1.1" 200 5019 0.006162 10.0.0.240 - - [2026-01-29 02:53:35] "GET /obj-perms HTTP/1.1" 200 5019 0.004922 10.0.0.23 - - [2026-01-29 02:53:35] "GET /virtual-machine/19e2005a-2455-4500-8e48-265cc9c95a01 HTTP/1.1" 200 1306 0.005163 10.0.0.23 - - [2026-01-29 02:53:36] "POST /neutron/port HTTP/1.1" 200 1227 0.019085 10.0.0.23 - - [2026-01-29 02:53:37] "GET /virtual-machine/19e2005a-2455-4500-8e48-265cc9c95a01 HTTP/1.1" 404 171 0.003494 10.0.0.23 - - [2026-01-29 02:53:37] "GET /virtual-machine/19e2005a-2455-4500-8e48-265cc9c95a01 HTTP/1.1" 404 171 0.003078 10.0.0.23 - - [2026-01-29 02:53:37] "GET /virtual-machine/19e2005a-2455-4500-8e48-265cc9c95a01 HTTP/1.1" 404 171 0.002917 10.0.0.23 - - [2026-01-29 02:53:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003845 10.0.0.23 - - [2026-01-29 02:53:37] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004643 10.0.0.23 - - [2026-01-29 02:53:37] "GET /virtual-networks?parent_id=37cc935a-33f3-4f03-8584-014033e3076a&detail=False&count=False&shared=False HTTP/1.1" 200 603 0.003208 10.0.0.23 - - [2026-01-29 02:53:38] "GET /virtual-network/c0830b5e-1f62-41ec-95ac-817aa2452420?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3177 0.008312 10.0.0.23 - - [2026-01-29 02:53:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004185 10.0.0.23 - - [2026-01-29 02:53:38] "GET /routing-instance/121f97d0-bbbc-4349-9c5d-0ae67adfc3d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1502 0.004919 10.0.0.23 - - [2026-01-29 02:53:38] "GET /route-target/6d634556-f452-482d-a75e-65a979fa2b3e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004229 10.0.0.147 - - [2026-01-29 02:53:41] "GET /obj-perms HTTP/1.1" 200 5019 0.003982 10.0.0.23 - - [2026-01-29 02:53:44] "GET /obj-perms HTTP/1.1" 200 5019 0.005424 10.0.0.147 - - [2026-01-29 02:53:50] "GET /obj-perms HTTP/1.1" 200 5019 0.004805 10.0.0.23 - - [2026-01-29 02:53:53] "GET /obj-perms HTTP/1.1" 200 5019 0.004577 10.0.0.147 - - [2026-01-29 02:53:59] "GET /obj-perms HTTP/1.1" 200 5019 0.004127 10.0.0.23 - - [2026-01-29 02:54:02] "GET /obj-perms HTTP/1.1" 200 5019 0.004691 10.0.0.23 - - [2026-01-29 02:54:05] "GET /obj-perms HTTP/1.1" 200 5019 0.004271 10.0.0.147 - - [2026-01-29 02:54:05] "GET /obj-perms HTTP/1.1" 200 5019 0.005427 10.0.0.23 - - [2026-01-29 02:54:06] "GET /virtual-network/2498d88d-a280-4bdd-902a-ae9ae0a91099?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3486 0.006046 10.0.0.23 - - [2026-01-29 02:54:06] "POST /neutron/network HTTP/1.1" 200 1337 0.081325 10.0.0.23 - - [2026-01-29 02:54:06] "GET /virtual-network/2498d88d-a280-4bdd-902a-ae9ae0a91099?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3179 0.007560 10.0.0.147 - - [2026-01-29 02:54:06] "POST /ref-update HTTP/1.1" 200 156 0.027741 10.0.0.23 - - [2026-01-29 02:54:06] "DELETE /network-policy/1702b007-f955-4d71-9a3c-20caa9eb7cb3 HTTP/1.1" 200 115 0.043521 10.0.0.23 - - [2026-01-29 02:54:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003864 10.0.0.240 - - [2026-01-29 02:54:06] "GET /projects?obj_uuids=37cc935a-33f3-4f03-8584-014033e3076a&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001818 10.0.0.23 - - [2026-01-29 02:54:06] "GET /project/37cc935a-33f3-4f03-8584-014033e3076a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1413 0.045993 10.0.0.23 - - [2026-01-29 02:54:06] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-37303980&detail=False&count=False&shared=False HTTP/1.1" 200 2135 0.005696 10.0.0.23 - - [2026-01-29 02:54:06] "DELETE /network-policy/27b4169e-897d-470f-a822-2e7d3ad83bc2 HTTP/1.1" 200 115 0.040142 10.0.0.23 - - [2026-01-29 02:54:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004631 10.0.0.240 - - [2026-01-29 02:54:06] "GET /projects?obj_uuids=37cc935a-33f3-4f03-8584-014033e3076a&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001282 10.0.0.23 - - [2026-01-29 02:54:06] "GET /project/37cc935a-33f3-4f03-8584-014033e3076a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1413 0.056875 10.0.0.23 - - [2026-01-29 02:54:06] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-37303980&detail=False&count=False&shared=False HTTP/1.1" 200 1912 0.005518 10.0.0.23 - - [2026-01-29 02:54:06] "DELETE /network-policy/1312fb85-5fdc-4bd3-947d-62c9ba7ed5db HTTP/1.1" 200 115 0.044809 10.0.0.23 - - [2026-01-29 02:54:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.008051 10.0.0.240 - - [2026-01-29 02:54:06] "GET /projects?obj_uuids=37cc935a-33f3-4f03-8584-014033e3076a&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001069 10.0.0.23 - - [2026-01-29 02:54:06] "GET /project/37cc935a-33f3-4f03-8584-014033e3076a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1413 0.071592 10.0.0.23 - - [2026-01-29 02:54:07] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-37303980&detail=False&count=False&shared=False HTTP/1.1" 200 1689 0.006101 10.0.0.23 - - [2026-01-29 02:54:07] "DELETE /network-policy/2ba0fb53-e838-4476-b5a9-77d8cecaf79d HTTP/1.1" 200 115 0.043127 10.0.0.23 - - [2026-01-29 02:54:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.005767 10.0.0.240 - - [2026-01-29 02:54:07] "GET /projects?obj_uuids=37cc935a-33f3-4f03-8584-014033e3076a&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001160 10.0.0.23 - - [2026-01-29 02:54:07] "GET /project/37cc935a-33f3-4f03-8584-014033e3076a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1413 0.038672 10.0.0.23 - - [2026-01-29 02:54:07] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-37303980&detail=False&count=False&shared=False HTTP/1.1" 200 1466 0.005678 10.0.0.23 - - [2026-01-29 02:54:07] "DELETE /network-policy/bdde3e3f-5b29-43f6-a111-3ae88449a4a4 HTTP/1.1" 200 115 0.043108 10.0.0.23 - - [2026-01-29 02:54:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003343 10.0.0.240 - - [2026-01-29 02:54:07] "GET /projects?obj_uuids=37cc935a-33f3-4f03-8584-014033e3076a&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001525 10.0.0.23 - - [2026-01-29 02:54:07] "GET /project/37cc935a-33f3-4f03-8584-014033e3076a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1413 0.045046 10.0.0.23 - - [2026-01-29 02:54:07] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-37303980&detail=False&count=False&shared=False HTTP/1.1" 200 1243 0.005478 10.0.0.23 - - [2026-01-29 02:54:07] "DELETE /network-policy/6be9aaff-b196-4af5-ae9b-7de7b2913cb0 HTTP/1.1" 200 115 0.034837 10.0.0.23 - - [2026-01-29 02:54:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.005586 10.0.0.240 - - [2026-01-29 02:54:07] "GET /projects?obj_uuids=37cc935a-33f3-4f03-8584-014033e3076a&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001700 10.0.0.23 - - [2026-01-29 02:54:07] "GET /project/37cc935a-33f3-4f03-8584-014033e3076a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1413 0.070120 10.0.0.23 - - [2026-01-29 02:54:07] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-37303980&detail=False&count=False&shared=False HTTP/1.1" 200 1018 0.005514 10.0.0.23 - - [2026-01-29 02:54:07] "DELETE /network-policy/6394e80a-9865-4336-b254-44dba219e1d6 HTTP/1.1" 200 115 0.047438 10.0.0.23 - - [2026-01-29 02:54:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004725 10.0.0.240 - - [2026-01-29 02:54:07] "GET /projects?obj_uuids=37cc935a-33f3-4f03-8584-014033e3076a&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001226 10.0.0.23 - - [2026-01-29 02:54:07] "GET /project/37cc935a-33f3-4f03-8584-014033e3076a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1413 0.036268 10.0.0.23 - - [2026-01-29 02:54:07] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-37303980&detail=False&count=False&shared=False HTTP/1.1" 200 796 0.005903 10.0.0.23 - - [2026-01-29 02:54:07] "DELETE /network-policy/6e0144cc-c2f6-4a9e-abe4-cb0638243fb3 HTTP/1.1" 200 115 0.044844 10.0.0.23 - - [2026-01-29 02:54:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003744 10.0.0.240 - - [2026-01-29 02:54:08] "GET /projects?obj_uuids=37cc935a-33f3-4f03-8584-014033e3076a&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001019 10.0.0.23 - - [2026-01-29 02:54:08] "GET /project/37cc935a-33f3-4f03-8584-014033e3076a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1413 0.036057 10.0.0.23 - - [2026-01-29 02:54:08] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-37303980&detail=False&count=False&shared=False HTTP/1.1" 200 574 0.005883 10.0.0.23 - - [2026-01-29 02:54:08] "DELETE /network-policy/1b7c1763-8f42-4308-984e-6b49983b14fa HTTP/1.1" 200 115 0.049419 10.0.0.23 - - [2026-01-29 02:54:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.006896 10.0.0.240 - - [2026-01-29 02:54:08] "GET /projects?obj_uuids=37cc935a-33f3-4f03-8584-014033e3076a&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001115 10.0.0.23 - - [2026-01-29 02:54:08] "GET /project/37cc935a-33f3-4f03-8584-014033e3076a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1413 0.059103 10.0.0.23 - - [2026-01-29 02:54:08] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-37303980&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.005641 10.0.0.23 - - [2026-01-29 02:54:08] "DELETE /network-policy/d9f38489-18be-4c5c-8e0f-40d8b60a0f1c HTTP/1.1" 200 115 0.051416 10.0.0.23 - - [2026-01-29 02:54:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003932 10.0.0.240 - - [2026-01-29 02:54:08] "GET /projects?obj_uuids=37cc935a-33f3-4f03-8584-014033e3076a&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001089 10.0.0.23 - - [2026-01-29 02:54:08] "GET /project/37cc935a-33f3-4f03-8584-014033e3076a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1413 0.061713 10.0.0.23 - - [2026-01-29 02:54:08] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-37303980&detail=False&count=False&shared=False HTTP/1.1" 200 131 0.005633 10.0.0.240 - - [2026-01-29 02:54:08] "POST /useragent-kv HTTP/1.1" 200 115 0.003135 10.0.0.240 - - [2026-01-29 02:54:08] "POST /useragent-kv HTTP/1.1" 200 115 0.009301 10.0.0.240 - - [2026-01-29 02:54:08] "POST /useragent-kv HTTP/1.1" 200 115 0.007992 10.0.0.240 - - [2026-01-29 02:54:08] "POST /useragent-kv HTTP/1.1" 200 115 0.002899 10.0.0.240 - - [2026-01-29 02:54:08] "POST /useragent-kv HTTP/1.1" 200 115 0.002680 10.0.0.240 - - [2026-01-29 02:54:08] "POST /useragent-kv HTTP/1.1" 200 115 0.002538 10.0.0.23 - - [2026-01-29 02:54:08] "POST /neutron/network HTTP/1.1" 200 151 0.204226 10.0.0.147 - - [2026-01-29 02:54:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.005044 10.0.0.23 - - [2026-01-29 02:54:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003454 10.0.0.23 - - [2026-01-29 02:54:09] "DELETE /network-ipam/ecabfdc7-34d8-4ee8-80c2-b9ed17d2c49c HTTP/1.1" 200 115 0.033765 10.0.0.23 - - [2026-01-29 02:54:09] "POST /fqname-to-id HTTP/1.1" 404 260 0.004292 10.0.0.240 - - [2026-01-29 02:54:09] "GET /projects?obj_uuids=37cc935a-33f3-4f03-8584-014033e3076a&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000988 10.0.0.240 - - [2026-01-29 02:54:09] "GET /project/37cc935a-33f3-4f03-8584-014033e3076a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1515 0.042635 10.0.0.240 - - [2026-01-29 02:54:09] "GET /projects?obj_uuids=37cc935a-33f3-4f03-8584-014033e3076a&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001235 10.0.0.240 - - [2026-01-29 02:54:09] "GET /project/37cc935a-33f3-4f03-8584-014033e3076a?fields=security_groups HTTP/1.1" 200 1398 0.036155 10.0.0.240 - - [2026-01-29 02:54:09] "DELETE /security-group/db22e078-c7b7-4898-8fcc-302294862d09 HTTP/1.1" 200 115 0.051238 10.0.0.240 - - [2026-01-29 02:54:09] "GET /projects?obj_uuids=37cc935a-33f3-4f03-8584-014033e3076a&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001061 10.0.0.240 - - [2026-01-29 02:54:09] "GET /project/37cc935a-33f3-4f03-8584-014033e3076a?fields=application_policy_sets HTTP/1.1" 200 1437 0.058398 10.0.0.147 - - [2026-01-29 02:54:09] "DELETE /access-control-list/0ed07af9-7d54-4864-8fd7-00a0905c2bdc HTTP/1.1" 200 115 0.048862 10.0.0.23 - - [2026-01-29 02:54:10] "DELETE /project/37cc935a-33f3-4f03-8584-014033e3076a HTTP/1.1" 200 115 0.427277 10.0.0.240 - - [2026-01-29 02:54:10] "GET /domains?obj_uuids=65230a56-1cf0-4d34-9498-1ad48da04806&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001261 10.0.0.23 - - [2026-01-29 02:54:10] "GET /domain/65230a56-1cf0-4d34-9498-1ad48da04806?fields=projects HTTP/1.1" 200 1247 0.012306 10.0.0.240 - - [2026-01-29 02:54:11] "GET /projects?obj_uuids=37cc935a-33f3-4f03-8584-014033e3076a&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003906 10.0.0.240 - - [2026-01-29 02:54:11] "GET /domains?obj_uuids=65230a56-1cf0-4d34-9498-1ad48da04806&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001031 10.0.0.240 - - [2026-01-29 02:54:11] "GET /domain/65230a56-1cf0-4d34-9498-1ad48da04806?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.048844 10.0.0.240 - - [2026-01-29 02:54:11] "POST /id-to-fqname HTTP/1.1" 200 202 0.002465 10.0.0.240 - - [2026-01-29 02:54:11] "POST /fqname-to-id HTTP/1.1" 404 211 0.004145 10.0.0.240 - - [2026-01-29 02:54:11] "POST /security-groups HTTP/1.1" 200 603 0.077176 10.0.0.240 - - [2026-01-29 02:54:11] "POST /projects HTTP/1.1" 200 609 0.268636 10.0.0.147 - - [2026-01-29 02:54:11] "POST /fqname-to-id HTTP/1.1" 404 245 0.004416 10.0.0.240 - - [2026-01-29 02:54:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.348227 10.0.0.23 - - [2026-01-29 02:54:11] "GET /project/37cc935a-33f3-4f03-8584-014033e3076a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1413 0.500579 10.0.0.240 - - [2026-01-29 02:54:11] "GET /projects?obj_uuids=37cc935a-33f3-4f03-8584-014033e3076a&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001212 10.0.0.23 - - [2026-01-29 02:54:11] "GET /project/37cc935a-33f3-4f03-8584-014033e3076a?fields=virtual_networks HTTP/1.1" 200 1057 0.051886 10.0.0.240 - - [2026-01-29 02:54:11] "GET /projects?obj_uuids=37cc935a-33f3-4f03-8584-014033e3076a&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001156 10.0.0.23 - - [2026-01-29 02:54:12] "GET /project/37cc935a-33f3-4f03-8584-014033e3076a?fields=virtual_machine_interfaces HTTP/1.1" 200 1057 0.040933 10.0.0.240 - - [2026-01-29 02:54:12] "GET /projects?obj_uuids=37cc935a-33f3-4f03-8584-014033e3076a&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.002107 10.0.0.23 - - [2026-01-29 02:54:12] "GET /project/37cc935a-33f3-4f03-8584-014033e3076a?fields=security_groups HTTP/1.1" 200 1296 0.043916 10.0.0.23 - - [2026-01-29 02:54:13] "POST /fqname-to-id HTTP/1.1" 404 182 0.025733 10.0.0.240 - - [2026-01-29 02:54:13] "GET /projects?obj_uuids=ec0005bc-46cd-4e2a-b462-943eddcfeb81&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003587 10.0.0.240 - - [2026-01-29 02:54:13] "GET /domains?obj_uuids=65230a56-1cf0-4d34-9498-1ad48da04806&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001650 10.0.0.240 - - [2026-01-29 02:54:13] "GET /domain/65230a56-1cf0-4d34-9498-1ad48da04806?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.009020 10.0.0.240 - - [2026-01-29 02:54:13] "POST /id-to-fqname HTTP/1.1" 200 184 0.003984 10.0.0.240 - - [2026-01-29 02:54:13] "POST /fqname-to-id HTTP/1.1" 404 193 0.004460 10.0.0.240 - - [2026-01-29 02:54:13] "POST /security-groups HTTP/1.1" 200 585 0.073174 10.0.0.240 - - [2026-01-29 02:54:13] "POST /projects HTTP/1.1" 200 573 0.282754 10.0.0.147 - - [2026-01-29 02:54:13] "POST /access-control-lists HTTP/1.1" 200 592 0.027107 10.0.0.240 - - [2026-01-29 02:54:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.359345 10.0.0.23 - - [2026-01-29 02:54:13] "GET /project/ec0005bc-46cd-4e2a-b462-943eddcfeb81?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1343 0.497805 10.0.0.23 - - [2026-01-29 02:54:14] "GET / HTTP/1.1" 200 36215 0.001984 10.0.0.23 - - [2026-01-29 02:54:15] "POST /fqname-to-id HTTP/1.1" 401 292 0.000722 10.0.0.23 - - [2026-01-29 02:54:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.059776 10.0.0.240 - - [2026-01-29 02:54:16] "GET /projects?obj_uuids=ec0005bc-46cd-4e2a-b462-943eddcfeb81&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001326 10.0.0.23 - - [2026-01-29 02:54:16] "GET /project/ec0005bc-46cd-4e2a-b462-943eddcfeb81?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1343 0.046405 10.0.0.23 - - [2026-01-29 02:54:16] "POST /neutron/network HTTP/1.1" 200 117 0.038365 10.0.0.147 - - [2026-01-29 02:54:16] "POST /route-targets HTTP/1.1" 200 328 0.016947 10.0.0.147 - - [2026-01-29 02:54:16] "POST /fqname-to-id HTTP/1.1" 404 207 0.011373 10.0.0.240 - - [2026-01-29 02:54:16] "POST /useragent-kv HTTP/1.1" 200 115 0.008780 10.0.0.23 - - [2026-01-29 02:54:16] "POST /neutron/subnet HTTP/1.1" 200 823 0.179962 10.0.0.23 - - [2026-01-29 02:54:16] "POST /id-to-fqname HTTP/1.1" 200 214 0.001451 10.0.0.23 - - [2026-01-29 02:54:16] "GET /virtual-network/75d7727f-ea2f-46e5-9253-025a8c4528b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2618 0.006695 10.0.0.23 - - [2026-01-29 02:54:16] "GET /virtual-network/75d7727f-ea2f-46e5-9253-025a8c4528b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2618 0.006513 10.0.0.23 - - [2026-01-29 02:54:16] "POST /neutron/network HTTP/1.1" 200 993 0.009937 10.0.0.23 - - [2026-01-29 02:54:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003868 10.0.0.240 - - [2026-01-29 02:54:17] "GET /projects?obj_uuids=ec0005bc-46cd-4e2a-b462-943eddcfeb81&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001645 10.0.0.23 - - [2026-01-29 02:54:17] "GET /project/ec0005bc-46cd-4e2a-b462-943eddcfeb81?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1343 0.052343 10.0.0.23 - - [2026-01-29 02:54:17] "POST /neutron/network HTTP/1.1" 200 117 0.015894 10.0.0.147 - - [2026-01-29 02:54:17] "POST /ref-update HTTP/1.1" 200 156 0.030738 10.0.0.240 - - [2026-01-29 02:54:17] "POST /useragent-kv HTTP/1.1" 200 115 0.007199 10.0.0.23 - - [2026-01-29 02:54:17] "POST /neutron/subnet HTTP/1.1" 200 828 0.182565 10.0.0.23 - - [2026-01-29 02:54:17] "POST /id-to-fqname HTTP/1.1" 200 214 0.001992 10.0.0.23 - - [2026-01-29 02:54:17] "GET /virtual-network/1d608659-5a8f-423c-80c4-e5655e1b0735?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2614 0.007631 10.0.0.23 - - [2026-01-29 02:54:17] "GET /virtual-network/1d608659-5a8f-423c-80c4-e5655e1b0735?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2614 0.007965 10.0.0.23 - - [2026-01-29 02:54:17] "POST /neutron/network HTTP/1.1" 200 992 0.013597 10.0.0.23 - - [2026-01-29 02:54:17] "POST /id-to-fqname HTTP/1.1" 200 214 0.001895 10.0.0.23 - - [2026-01-29 02:54:18] "POST /neutron/network HTTP/1.1" 200 1003 0.009389 10.0.0.240 - - [2026-01-29 02:54:18] "GET /projects?obj_uuids=ec0005bc-46cd-4e2a-b462-943eddcfeb81&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001471 10.0.0.23 - - [2026-01-29 02:54:18] "GET /project/ec0005bc-46cd-4e2a-b462-943eddcfeb81?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1343 0.073754 10.0.0.23 - - [2026-01-29 02:54:18] "POST /neutron/port HTTP/1.1" 200 117 0.009639 10.0.0.23 - - [2026-01-29 02:54:18] "POST /id-to-fqname HTTP/1.1" 200 214 0.001995 10.0.0.23 - - [2026-01-29 02:54:19] "POST /neutron/network HTTP/1.1" 200 1003 0.011797 10.0.0.23 - - [2026-01-29 02:54:19] "POST /neutron/port HTTP/1.1" 200 1162 0.026669 10.0.0.240 - - [2026-01-29 02:54:19] "GET /projects?obj_uuids=ec0005bc-46cd-4e2a-b462-943eddcfeb81&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001137 10.0.0.23 - - [2026-01-29 02:54:19] "GET /project/ec0005bc-46cd-4e2a-b462-943eddcfeb81?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1343 0.133974 10.0.0.23 - - [2026-01-29 02:54:20] "POST /neutron/network HTTP/1.1" 200 993 0.012562 10.0.0.23 - - [2026-01-29 02:54:20] "POST /neutron/subnet HTTP/1.1" 200 1389 0.016059 10.0.0.23 - - [2026-01-29 02:54:20] "POST /neutron/network HTTP/1.1" 200 993 0.015485 10.0.0.23 - - [2026-01-29 02:54:20] "POST /neutron/port HTTP/1.1" 200 117 0.008786 10.0.0.23 - - [2026-01-29 02:54:20] "POST /id-to-fqname HTTP/1.1" 200 214 0.001426 10.0.0.23 - - [2026-01-29 02:54:20] "POST /neutron/network HTTP/1.1" 200 1002 0.008000 10.0.0.23 - - [2026-01-29 02:54:21] "POST /neutron/port HTTP/1.1" 200 1162 0.027660 10.0.0.23 - - [2026-01-29 02:54:21] "POST /neutron/port HTTP/1.1" 200 1226 0.022868 10.0.0.240 - - [2026-01-29 02:54:21] "GET /projects?obj_uuids=ec0005bc-46cd-4e2a-b462-943eddcfeb81&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001636 10.0.0.23 - - [2026-01-29 02:54:21] "POST /neutron/subnet HTTP/1.1" 200 1389 0.022596 10.0.0.23 - - [2026-01-29 02:54:21] "GET /project/ec0005bc-46cd-4e2a-b462-943eddcfeb81?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1343 0.092425 10.0.0.23 - - [2026-01-29 02:54:21] "POST /neutron/network HTTP/1.1" 200 993 0.011825 10.0.0.23 - - [2026-01-29 02:54:21] "POST /neutron/security_group HTTP/1.1" 200 2052 0.010784 10.0.0.23 - - [2026-01-29 02:54:21] "POST /neutron/security_group HTTP/1.1" 200 2052 0.008591 10.0.0.23 - - [2026-01-29 02:54:21] "POST /neutron/port HTTP/1.1" 200 1226 0.021855 10.0.0.23 - - [2026-01-29 02:54:21] "GET /virtual-machine/c58cf916-5f19-44a4-b8cd-8fc8ca4fe95f HTTP/1.1" 401 292 0.000495 10.0.0.240 - - [2026-01-29 02:54:22] "GET /projects?obj_uuids=ec0005bc-46cd-4e2a-b462-943eddcfeb81&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001319 10.0.0.23 - - [2026-01-29 02:54:22] "POST /neutron/port HTTP/1.1" 200 1161 0.360547 10.0.0.23 - - [2026-01-29 02:54:22] "GET /virtual-machine/c58cf916-5f19-44a4-b8cd-8fc8ca4fe95f HTTP/1.1" 200 1289 0.041861 10.0.0.23 - - [2026-01-29 02:54:22] "GET /virtual-machine-interface/43615855-1f39-4241-872a-ad18a4b29de2 HTTP/1.1" 200 3112 0.006087 10.0.0.23 - - [2026-01-29 02:54:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.004591 10.0.0.23 - - [2026-01-29 02:54:22] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004527 10.0.0.23 - - [2026-01-29 02:54:22] "GET /virtual-networks?parent_id=ec0005bc-46cd-4e2a-b462-943eddcfeb81&detail=False&count=False&shared=False HTTP/1.1" 200 561 0.003728 10.0.0.23 - - [2026-01-29 02:54:22] "GET /virtual-network/75d7727f-ea2f-46e5-9253-025a8c4528b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2618 0.009450 10.0.0.23 - - [2026-01-29 02:54:22] "POST /neutron/port HTTP/1.1" 200 1215 0.160435 10.0.0.23 - - [2026-01-29 02:54:22] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006016 10.0.0.23 - - [2026-01-29 02:54:22] "POST /neutron/port HTTP/1.1" 200 117 0.001761 10.0.0.23 - - [2026-01-29 02:54:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003709 10.0.0.23 - - [2026-01-29 02:54:25] "GET /virtual-network/75d7727f-ea2f-46e5-9253-025a8c4528b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2618 0.005833 10.0.0.23 - - [2026-01-29 02:54:27] "POST /neutron/port HTTP/1.1" 200 1226 0.019862 10.0.0.23 - - [2026-01-29 02:54:27] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005108 10.0.0.23 - - [2026-01-29 02:54:27] "POST /neutron/port HTTP/1.1" 200 117 0.001889 10.0.0.23 - - [2026-01-29 02:54:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.004285 10.0.0.23 - - [2026-01-29 02:54:29] "GET /virtual-network/75d7727f-ea2f-46e5-9253-025a8c4528b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2618 0.006107 10.0.0.23 - - [2026-01-29 02:54:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003923 10.0.0.23 - - [2026-01-29 02:54:33] "GET /virtual-network/75d7727f-ea2f-46e5-9253-025a8c4528b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2618 0.005461 10.0.0.23 - - [2026-01-29 02:54:35] "POST /neutron/port HTTP/1.1" 200 1226 0.018513 10.0.0.23 - - [2026-01-29 02:54:35] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005122 10.0.0.23 - - [2026-01-29 02:54:35] "POST /neutron/port HTTP/1.1" 200 117 0.001775 10.0.0.23 - - [2026-01-29 02:54:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003659 10.0.0.23 - - [2026-01-29 02:54:37] "GET /virtual-network/75d7727f-ea2f-46e5-9253-025a8c4528b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2618 0.006644 10.0.0.23 - - [2026-01-29 02:54:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003628 10.0.0.23 - - [2026-01-29 02:54:41] "GET /virtual-network/75d7727f-ea2f-46e5-9253-025a8c4528b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2618 0.006220 10.0.0.23 - - [2026-01-29 02:54:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003737 10.0.0.23 - - [2026-01-29 02:54:46] "GET /virtual-network/75d7727f-ea2f-46e5-9253-025a8c4528b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2618 0.006086 10.0.0.240 - - [2026-01-29 02:54:49] "DELETE /project/37cc935a33f34f038584014033e3076a HTTP/1.1" 404 173 0.032396 10.0.0.240 - - [2026-01-29 02:54:49] "DELETE /project/ec0005bc46cd4e2ab462943eddcfeb81 HTTP/1.1" 404 173 0.070193 10.0.0.240 - - [2026-01-29 02:54:49] "GET /projects?obj_uuids=37cc935a-33f3-4f03-8584-014033e3076a&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001442 10.0.0.240 - - [2026-01-29 02:54:49] "GET /project/37cc935a-33f3-4f03-8584-014033e3076a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1515 0.096683 10.0.0.240 - - [2026-01-29 02:54:49] "GET /projects?obj_uuids=37cc935a-33f3-4f03-8584-014033e3076a&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001305 10.0.0.240 - - [2026-01-29 02:54:49] "GET /project/37cc935a-33f3-4f03-8584-014033e3076a?fields=security_groups HTTP/1.1" 200 1398 0.035692 10.0.0.240 - - [2026-01-29 02:54:49] "DELETE /security-group/98df7004-a9f9-44dc-b2cd-248ef103adba HTTP/1.1" 200 115 0.078255 10.0.0.240 - - [2026-01-29 02:54:49] "GET /projects?obj_uuids=37cc935a-33f3-4f03-8584-014033e3076a&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001323 10.0.0.240 - - [2026-01-29 02:54:50] "GET /project/37cc935a-33f3-4f03-8584-014033e3076a?fields=application_policy_sets HTTP/1.1" 200 1437 0.051709 10.0.0.23 - - [2026-01-29 02:54:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.011186 10.0.0.23 - - [2026-01-29 02:54:50] "GET /virtual-network/75d7727f-ea2f-46e5-9253-025a8c4528b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2618 0.012097 10.0.0.240 - - [2026-01-29 02:54:50] "DELETE /project/37cc935a-33f3-4f03-8584-014033e3076a HTTP/1.1" 200 115 0.605354 10.0.0.147 - - [2026-01-29 02:54:51] "GET /global-system-configs HTTP/1.1" 401 292 0.000481 10.0.0.147 - - [2026-01-29 02:54:51] "GET /global-system-configs HTTP/1.1" 401 292 0.000438 10.0.0.147 - - [2026-01-29 02:54:52] "GET /global-system-configs HTTP/1.1" 401 292 0.000554 10.0.0.147 - - [2026-01-29 02:54:52] "GET /global-system-configs HTTP/1.1" 401 292 0.000509 10.0.0.23 - - [2026-01-29 02:54:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000463 10.0.0.23 - - [2026-01-29 02:54:53] "GET /global-system-configs HTTP/1.1" 401 292 0.001223 10.0.0.240 - - [2026-01-29 02:54:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000499 10.0.0.240 - - [2026-01-29 02:54:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000469 10.0.0.23 - - [2026-01-29 02:54:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000478 10.0.0.23 - - [2026-01-29 02:54:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000439 10.0.0.23 - - [2026-01-29 02:54:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003665 10.0.0.23 - - [2026-01-29 02:54:54] "GET /virtual-network/75d7727f-ea2f-46e5-9253-025a8c4528b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2618 0.005433 10.0.0.240 - - [2026-01-29 02:54:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000429 10.0.0.240 - - [2026-01-29 02:54:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000436 10.0.0.23 - - [2026-01-29 02:54:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003896 10.0.0.23 - - [2026-01-29 02:54:58] "GET /virtual-network/75d7727f-ea2f-46e5-9253-025a8c4528b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2618 0.007601 10.0.0.23 - - [2026-01-29 02:55:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004011 10.0.0.23 - - [2026-01-29 02:55:02] "GET /virtual-network/75d7727f-ea2f-46e5-9253-025a8c4528b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2618 0.006608 10.0.0.23 - - [2026-01-29 02:55:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003749 10.0.0.23 - - [2026-01-29 02:55:06] "GET /virtual-network/75d7727f-ea2f-46e5-9253-025a8c4528b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2618 0.005993 10.0.0.23 - - [2026-01-29 02:55:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.005513 10.0.0.23 - - [2026-01-29 02:55:08] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003858 10.0.0.23 - - [2026-01-29 02:55:08] "GET /virtual-networks?parent_id=ec0005bc-46cd-4e2a-b462-943eddcfeb81&detail=False&count=False&shared=False HTTP/1.1" 200 561 0.003066 10.0.0.23 - - [2026-01-29 02:55:08] "GET /virtual-network/75d7727f-ea2f-46e5-9253-025a8c4528b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2618 0.005967 10.0.0.23 - - [2026-01-29 02:55:08] "POST /neutron/security_group HTTP/1.1" 200 2052 0.011320 10.0.0.240 - - [2026-01-29 02:55:16] "GET /obj-perms HTTP/1.1" 200 5056 0.063280 10.0.0.23 - - [2026-01-29 02:55:19] "POST /neutron/port HTTP/1.1" 200 1226 0.022777 10.0.0.23 - - [2026-01-29 02:55:19] "POST /neutron/security_group HTTP/1.1" 200 2052 0.007231 10.0.0.23 - - [2026-01-29 02:55:27] "POST /neutron/port HTTP/1.1" 200 1226 0.017387 10.0.0.23 - - [2026-01-29 02:55:29] "POST /neutron/port HTTP/1.1" 200 1226 0.024722 10.0.0.23 - - [2026-01-29 02:55:29] "POST /neutron/port HTTP/1.1" 200 1226 0.016357 10.0.0.23 - - [2026-01-29 02:55:29] "POST /neutron/security_group HTTP/1.1" 200 2052 0.007679 10.0.0.23 - - [2026-01-29 02:55:29] "POST /neutron/port HTTP/1.1" 200 1226 0.021356 10.0.0.23 - - [2026-01-29 02:55:29] "GET /virtual-machine/0c03ca7d-6173-48e0-bc64-b4b0ecc7b425 HTTP/1.1" 200 1287 0.006588 10.0.0.23 - - [2026-01-29 02:55:29] "POST /neutron/port HTTP/1.1" 200 117 0.045917 10.0.0.23 - - [2026-01-29 02:55:29] "GET /virtual-machine-interface/8ccdbf46-244b-483c-a57b-4b64fec0510a HTTP/1.1" 200 3114 0.015248 10.0.0.23 - - [2026-01-29 02:55:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003394 10.0.0.23 - - [2026-01-29 02:55:29] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004087 10.0.0.23 - - [2026-01-29 02:55:29] "GET /virtual-networks?parent_id=ec0005bc-46cd-4e2a-b462-943eddcfeb81&detail=False&count=False&shared=False HTTP/1.1" 200 561 0.009945 10.0.0.23 - - [2026-01-29 02:55:29] "GET /virtual-network/75d7727f-ea2f-46e5-9253-025a8c4528b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2618 0.005945 10.0.0.23 - - [2026-01-29 02:55:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003668 10.0.0.23 - - [2026-01-29 02:55:31] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004726 10.0.0.23 - - [2026-01-29 02:55:31] "GET /virtual-networks?parent_id=ec0005bc-46cd-4e2a-b462-943eddcfeb81&detail=False&count=False&shared=False HTTP/1.1" 200 561 0.003364 10.0.0.23 - - [2026-01-29 02:55:31] "GET /virtual-network/75d7727f-ea2f-46e5-9253-025a8c4528b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2618 0.006438 10.0.0.23 - - [2026-01-29 02:55:31] "POST /neutron/security_group HTTP/1.1" 200 2052 0.007534 10.0.0.23 - - [2026-01-29 02:55:35] "POST /neutron/port HTTP/1.1" 200 1225 0.017372 10.0.0.23 - - [2026-01-29 02:55:36] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004033 10.0.0.23 - - [2026-01-29 02:55:36] "POST /neutron/port HTTP/1.1" 200 117 0.001275 10.0.0.23 - - [2026-01-29 02:55:36] "POST /neutron/port HTTP/1.1" 200 1226 0.018068 10.0.0.23 - - [2026-01-29 02:55:41] "POST /neutron/security_group HTTP/1.1" 200 2052 0.007427 10.0.0.23 - - [2026-01-29 02:55:41] "POST /neutron/port HTTP/1.1" 200 1225 0.019398 10.0.0.23 - - [2026-01-29 02:55:41] "GET /virtual-machine/d8a56a99-13d0-42d0-bc39-a8af5562244c HTTP/1.1" 200 1289 0.006183 10.0.0.23 - - [2026-01-29 02:55:41] "GET /virtual-machine-interface/eb650552-ba85-4547-a106-94c05f55a9d2 HTTP/1.1" 200 3114 0.005444 10.0.0.23 - - [2026-01-29 02:55:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003453 10.0.0.23 - - [2026-01-29 02:55:41] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003710 10.0.0.23 - - [2026-01-29 02:55:41] "GET /virtual-networks?parent_id=ec0005bc-46cd-4e2a-b462-943eddcfeb81&detail=False&count=False&shared=False HTTP/1.1" 200 561 0.003258 10.0.0.23 - - [2026-01-29 02:55:41] "GET /virtual-network/1d608659-5a8f-423c-80c4-e5655e1b0735?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2614 0.006404 10.0.0.23 - - [2026-01-29 02:55:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003855 10.0.0.23 - - [2026-01-29 02:55:42] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003815 10.0.0.23 - - [2026-01-29 02:55:42] "GET /virtual-networks?parent_id=ec0005bc-46cd-4e2a-b462-943eddcfeb81&detail=False&count=False&shared=False HTTP/1.1" 200 561 0.003249 10.0.0.23 - - [2026-01-29 02:55:43] "GET /virtual-network/1d608659-5a8f-423c-80c4-e5655e1b0735?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2614 0.006773 10.0.0.23 - - [2026-01-29 02:55:43] "POST /neutron/security_group HTTP/1.1" 200 2052 0.007777 10.0.0.23 - - [2026-01-29 02:55:49] "GET /forwarding-classs?detail=False&count=False&shared=False HTTP/1.1" 200 133 0.003623 10.0.0.23 - - [2026-01-29 02:55:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003772 10.0.0.23 - - [2026-01-29 02:55:49] "GET /global-qos-config/30c03792-b5b1-4561-a106-fb359c65ad52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1086 0.006032 10.0.0.23 - - [2026-01-29 02:55:49] "POST /fqname-to-id HTTP/1.1" 404 222 0.003597 10.0.0.23 - - [2026-01-29 02:55:49] "POST /forwarding-classs HTTP/1.1" 200 578 0.039626 10.0.0.23 - - [2026-01-29 02:55:49] "POST /id-to-fqname HTTP/1.1" 200 232 0.004409 10.0.0.23 - - [2026-01-29 02:55:49] "GET /forwarding-class/d02b1191-9240-460c-aa78-1a86d91b4556?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1254 0.005536 10.0.0.240 - - [2026-01-29 02:55:50] "GET /projects?obj_uuids=ec0005bc-46cd-4e2a-b462-943eddcfeb81&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.002189 10.0.0.23 - - [2026-01-29 02:55:50] "GET /project/ec0005bc-46cd-4e2a-b462-943eddcfeb81?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1343 0.069576 10.0.0.23 - - [2026-01-29 02:55:50] "POST /fqname-to-id HTTP/1.1" 404 211 0.003662 10.0.0.23 - - [2026-01-29 02:55:50] "POST /qos-configs HTTP/1.1" 200 545 0.034561 10.0.0.23 - - [2026-01-29 02:55:50] "POST /id-to-fqname HTTP/1.1" 200 217 0.006254 10.0.0.23 - - [2026-01-29 02:55:50] "GET /qos-config/573e9c11-65fe-41f5-91dc-8735afb0f891?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1506 0.005308 10.0.0.23 - - [2026-01-29 02:55:50] "GET /virtual-machine-interface/43615855-1f39-4241-872a-ad18a4b29de2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2695 0.006243 10.0.0.23 - - [2026-01-29 02:55:50] "POST /ref-update HTTP/1.1" 200 156 0.014689 10.0.0.23 - - [2026-01-29 02:55:50] "POST /neutron/port HTTP/1.1" 200 1226 0.019432 10.0.0.23 - - [2026-01-29 02:55:50] "POST /neutron/security_group HTTP/1.1" 200 2052 0.007467 10.0.0.23 - - [2026-01-29 02:55:50] "POST /neutron/network HTTP/1.1" 200 967 0.015423 10.0.0.23 - - [2026-01-29 02:55:50] "POST /id-to-fqname HTTP/1.1" 200 214 0.002025 10.0.0.23 - - [2026-01-29 02:55:50] "GET /virtual-machine/c58cf916-5f19-44a4-b8cd-8fc8ca4fe95f HTTP/1.1" 200 1289 0.005161 10.0.0.23 - - [2026-01-29 02:55:50] "GET /virtual-machine-interface/43615855-1f39-4241-872a-ad18a4b29de2 HTTP/1.1" 200 3360 0.007832 10.0.0.23 - - [2026-01-29 02:55:50] "GET /instance-ip/bcdf2712-d715-4b33-ae0a-8f08a0b49550 HTTP/1.1" 200 1631 0.007391 10.0.0.23 - - [2026-01-29 02:55:50] "GET /instance-ip/de4ac9fe-99c0-4ff8-b0d7-87911640ee17 HTTP/1.1" 200 1614 0.007456 10.0.0.23 - - [2026-01-29 02:55:50] "POST /neutron/security_group HTTP/1.1" 200 2052 0.009477 10.0.0.23 - - [2026-01-29 02:55:51] "POST /neutron/port HTTP/1.1" 200 1226 0.020678 10.0.0.23 - - [2026-01-29 02:55:51] "POST /neutron/security_group HTTP/1.1" 200 2052 0.008089 10.0.0.23 - - [2026-01-29 02:55:51] "POST /id-to-fqname HTTP/1.1" 200 214 0.001455 10.0.0.23 - - [2026-01-29 02:55:51] "GET /virtual-machine/0c03ca7d-6173-48e0-bc64-b4b0ecc7b425 HTTP/1.1" 200 1287 0.004293 10.0.0.23 - - [2026-01-29 02:55:51] "GET /virtual-machine-interface/8ccdbf46-244b-483c-a57b-4b64fec0510a HTTP/1.1" 200 3114 0.006438 10.0.0.23 - - [2026-01-29 02:55:51] "GET /instance-ip/c0948cd3-7ec2-4e5b-b47f-9073b38e1891 HTTP/1.1" 200 1614 0.006122 10.0.0.23 - - [2026-01-29 02:55:51] "GET /instance-ip/dcf1dddf-2cd2-4824-8b70-9788f80cb0ad HTTP/1.1" 200 1631 0.007506 10.0.0.23 - - [2026-01-29 02:56:29] "POST /neutron/port HTTP/1.1" 200 1226 0.029729 10.0.0.23 - - [2026-01-29 02:56:29] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004578 10.0.0.23 - - [2026-01-29 02:56:29] "POST /neutron/port HTTP/1.1" 200 117 0.001385 10.0.0.23 - - [2026-01-29 02:56:37] "POST /neutron/port HTTP/1.1" 200 1226 0.053086 10.0.0.23 - - [2026-01-29 02:56:37] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004583 10.0.0.23 - - [2026-01-29 02:56:37] "POST /neutron/port HTTP/1.1" 200 117 0.001707 10.0.0.23 - - [2026-01-29 02:57:08] "GET /virtual-machine-interface/43615855-1f39-4241-872a-ad18a4b29de2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2943 0.006377 10.0.0.23 - - [2026-01-29 02:57:08] "POST /ref-update HTTP/1.1" 200 156 0.017631 10.0.0.23 - - [2026-01-29 02:57:08] "DELETE /qos-config/573e9c11-65fe-41f5-91dc-8735afb0f891 HTTP/1.1" 200 115 0.046192 10.0.0.23 - - [2026-01-29 02:57:08] "POST /id-to-fqname HTTP/1.1" 200 232 0.001427 10.0.0.23 - - [2026-01-29 02:57:08] "DELETE /forwarding-class/d02b1191-9240-460c-aa78-1a86d91b4556 HTTP/1.1" 200 115 0.032061 10.0.0.23 - - [2026-01-29 02:57:09] "POST /neutron/network HTTP/1.1" 200 992 0.011218 10.0.0.23 - - [2026-01-29 02:57:10] "POST /neutron/port HTTP/1.1" 200 1215 0.019752 10.0.0.23 - - [2026-01-29 02:57:10] "POST /neutron/port HTTP/1.1" 200 1216 0.026965 10.0.0.23 - - [2026-01-29 02:57:10] "POST /neutron/port HTTP/1.1" 200 1216 0.030539 10.0.0.240 - - [2026-01-29 02:57:11] "POST /useragent-kv HTTP/1.1" 200 115 0.003051 10.0.0.240 - - [2026-01-29 02:57:11] "POST /useragent-kv HTTP/1.1" 200 115 0.005818 10.0.0.147 - - [2026-01-29 02:57:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.007047 10.0.0.240 - - [2026-01-29 02:57:11] "POST /useragent-kv HTTP/1.1" 200 115 0.003608 10.0.0.240 - - [2026-01-29 02:57:11] "POST /useragent-kv HTTP/1.1" 200 115 0.002719 10.0.0.23 - - [2026-01-29 02:57:11] "POST /neutron/network HTTP/1.1" 200 151 0.151273 10.0.0.240 - - [2026-01-29 02:57:12] "GET /projects?obj_uuids=ec0005bc-46cd-4e2a-b462-943eddcfeb81&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.002018 10.0.0.147 - - [2026-01-29 02:57:12] "DELETE /route-target/777ab76b-c96d-4e15-92d2-fd9973cbc76a HTTP/1.1" 200 115 0.027919 10.0.0.23 - - [2026-01-29 02:57:12] "GET /project/ec0005bc-46cd-4e2a-b462-943eddcfeb81?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1343 0.088485 10.0.0.240 - - [2026-01-29 02:57:12] "GET /projects?obj_uuids=ec0005bc-46cd-4e2a-b462-943eddcfeb81&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001136 10.0.0.23 - - [2026-01-29 02:57:12] "GET /project/ec0005bc-46cd-4e2a-b462-943eddcfeb81?fields=virtual_networks HTTP/1.1" 200 1023 0.036610 10.0.0.240 - - [2026-01-29 02:57:12] "GET /projects?obj_uuids=ec0005bc-46cd-4e2a-b462-943eddcfeb81&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001146 10.0.0.23 - - [2026-01-29 02:57:12] "GET /project/ec0005bc-46cd-4e2a-b462-943eddcfeb81?fields=virtual_machine_interfaces HTTP/1.1" 200 1023 0.044030 10.0.0.240 - - [2026-01-29 02:57:12] "GET /projects?obj_uuids=ec0005bc-46cd-4e2a-b462-943eddcfeb81&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001216 10.0.0.23 - - [2026-01-29 02:57:12] "GET /project/ec0005bc-46cd-4e2a-b462-943eddcfeb81?fields=security_groups HTTP/1.1" 200 1244 0.037842 10.0.0.23 - - [2026-01-29 02:57:13] "POST /fqname-to-id HTTP/1.1" 404 181 0.028961 10.0.0.240 - - [2026-01-29 02:57:13] "GET /projects?obj_uuids=ba929c15-3411-46bf-a9ed-1dc2adf7f73d&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004212 10.0.0.240 - - [2026-01-29 02:57:13] "GET /domains?obj_uuids=65230a56-1cf0-4d34-9498-1ad48da04806&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001215 10.0.0.240 - - [2026-01-29 02:57:13] "GET /domain/65230a56-1cf0-4d34-9498-1ad48da04806?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008031 10.0.0.240 - - [2026-01-29 02:57:13] "POST /id-to-fqname HTTP/1.1" 200 183 0.003962 10.0.0.240 - - [2026-01-29 02:57:13] "POST /fqname-to-id HTTP/1.1" 404 192 0.005200 10.0.0.240 - - [2026-01-29 02:57:13] "POST /security-groups HTTP/1.1" 200 584 0.075916 10.0.0.240 - - [2026-01-29 02:57:13] "POST /projects HTTP/1.1" 200 571 0.277162 10.0.0.147 - - [2026-01-29 02:57:13] "POST /fqname-to-id HTTP/1.1" 404 226 0.004001 10.0.0.240 - - [2026-01-29 02:57:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.357058 10.0.0.23 - - [2026-01-29 02:57:13] "GET /project/ba929c15-3411-46bf-a9ed-1dc2adf7f73d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1339 0.497058 10.0.0.23 - - [2026-01-29 02:57:14] "GET / HTTP/1.1" 200 36215 0.002161 10.0.0.23 - - [2026-01-29 02:57:16] "POST /fqname-to-id HTTP/1.1" 401 292 0.000603 10.0.0.23 - - [2026-01-29 02:57:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.060873 10.0.0.240 - - [2026-01-29 02:57:16] "GET /projects?obj_uuids=ba929c15-3411-46bf-a9ed-1dc2adf7f73d&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001183 10.0.0.23 - - [2026-01-29 02:57:16] "GET /project/ba929c15-3411-46bf-a9ed-1dc2adf7f73d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1339 0.045006 10.0.0.23 - - [2026-01-29 02:57:17] "POST /neutron/network HTTP/1.1" 200 117 0.038228 10.0.0.147 - - [2026-01-29 02:57:17] "POST /ref-update HTTP/1.1" 200 156 0.019455 10.0.0.23 - - [2026-01-29 02:57:17] "POST /neutron/network HTTP/1.1" 200 831 0.011665 10.0.0.23 - - [2026-01-29 02:57:17] "POST /id-to-fqname HTTP/1.1" 200 220 0.001641 10.0.0.23 - - [2026-01-29 02:57:17] "GET /virtual-network/c3e94ad7-d393-4825-b5d0-d4eae606a38d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.006875 10.0.0.23 - - [2026-01-29 02:57:17] "GET /virtual-network/c3e94ad7-d393-4825-b5d0-d4eae606a38d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.006317 10.0.0.23 - - [2026-01-29 02:57:17] "POST /neutron/subnet HTTP/1.1" 200 724 0.012627 10.0.0.23 - - [2026-01-29 02:57:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004497 10.0.0.23 - - [2026-01-29 02:57:17] "GET /virtual-network/c3e94ad7-d393-4825-b5d0-d4eae606a38d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.006188 10.0.0.23 - - [2026-01-29 02:57:17] "PUT /virtual-network/c3e94ad7-d393-4825-b5d0-d4eae606a38d HTTP/1.1" 200 265 0.058980 10.0.0.23 - - [2026-01-29 02:57:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003533 10.0.0.240 - - [2026-01-29 02:57:17] "GET /projects?obj_uuids=ba929c15-3411-46bf-a9ed-1dc2adf7f73d&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001130 10.0.0.23 - - [2026-01-29 02:57:17] "GET /project/ba929c15-3411-46bf-a9ed-1dc2adf7f73d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1339 0.042628 10.0.0.147 - - [2026-01-29 02:57:18] "POST /route-targets HTTP/1.1" 200 328 0.022232 10.0.0.240 - - [2026-01-29 02:57:18] "POST /useragent-kv HTTP/1.1" 200 115 0.009211 10.0.0.23 - - [2026-01-29 02:57:18] "POST /neutron/subnet HTTP/1.1" 200 725 0.218027 10.0.0.23 - - [2026-01-29 02:57:18] "POST /id-to-fqname HTTP/1.1" 200 220 0.001387 10.0.0.23 - - [2026-01-29 02:57:18] "GET /virtual-network/516e9886-e300-4914-95dc-d70d01353ff8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005516 10.0.0.23 - - [2026-01-29 02:57:18] "GET /virtual-network/516e9886-e300-4914-95dc-d70d01353ff8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.007293 10.0.0.23 - - [2026-01-29 02:57:18] "POST /neutron/network HTTP/1.1" 200 831 0.012621 10.0.0.23 - - [2026-01-29 02:57:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004109 10.0.0.23 - - [2026-01-29 02:57:18] "GET /virtual-network/516e9886-e300-4914-95dc-d70d01353ff8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.010175 10.0.0.23 - - [2026-01-29 02:57:18] "GET /obj-perms HTTP/1.1" 200 5056 0.065414 10.0.0.23 - - [2026-01-29 02:57:18] "PUT /virtual-network/516e9886-e300-4914-95dc-d70d01353ff8 HTTP/1.1" 200 265 0.077976 10.0.0.23 - - [2026-01-29 02:57:18] "POST /id-to-fqname HTTP/1.1" 200 220 0.001446 10.0.0.240 - - [2026-01-29 02:57:19] "GET /projects?obj_uuids=ba929c15-3411-46bf-a9ed-1dc2adf7f73d&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001713 10.0.0.23 - - [2026-01-29 02:57:19] "GET /project/ba929c15-3411-46bf-a9ed-1dc2adf7f73d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1339 0.079911 10.0.0.23 - - [2026-01-29 02:57:19] "POST /neutron/network HTTP/1.1" 200 831 0.035495 10.0.0.23 - - [2026-01-29 02:57:19] "POST /id-to-fqname HTTP/1.1" 200 220 0.004212 10.0.0.23 - - [2026-01-29 02:57:19] "POST /neutron/port HTTP/1.1" 200 117 0.007399 10.0.0.240 - - [2026-01-29 02:57:20] "GET /projects?obj_uuids=ba929c15-3411-46bf-a9ed-1dc2adf7f73d&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001168 10.0.0.23 - - [2026-01-29 02:57:20] "POST /neutron/port HTTP/1.1" 200 1053 0.309786 10.0.0.23 - - [2026-01-29 02:57:20] "POST /neutron/port HTTP/1.1" 200 1107 0.120580 10.0.0.240 - - [2026-01-29 02:57:20] "GET /projects?obj_uuids=ba929c15-3411-46bf-a9ed-1dc2adf7f73d&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001209 10.0.0.23 - - [2026-01-29 02:57:20] "GET /project/ba929c15-3411-46bf-a9ed-1dc2adf7f73d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1339 0.079716 10.0.0.23 - - [2026-01-29 02:57:20] "POST /neutron/subnet HTTP/1.1" 200 698 0.010375 10.0.0.23 - - [2026-01-29 02:57:20] "POST /neutron/network HTTP/1.1" 200 831 0.008946 10.0.0.23 - - [2026-01-29 02:57:21] "POST /neutron/port HTTP/1.1" 200 117 0.008186 10.0.0.23 - - [2026-01-29 02:57:21] "POST /neutron/network HTTP/1.1" 200 841 0.008757 10.0.0.23 - - [2026-01-29 02:57:21] "POST /neutron/port HTTP/1.1" 200 1053 0.020168 10.0.0.23 - - [2026-01-29 02:57:22] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004319 10.0.0.23 - - [2026-01-29 02:57:22] "POST /neutron/network HTTP/1.1" 200 831 0.007825 10.0.0.23 - - [2026-01-29 02:57:26] "POST /neutron/port HTTP/1.1" 200 1117 0.018551 10.0.0.23 - - [2026-01-29 02:57:26] "POST /neutron/security_group HTTP/1.1" 200 2051 0.008424 10.0.0.23 - - [2026-01-29 02:57:26] "GET /virtual-machine/acdcc859-09ca-4043-bca0-6eb64fae06ff HTTP/1.1" 401 292 0.000462 10.0.0.23 - - [2026-01-29 02:57:26] "GET /virtual-machine/acdcc859-09ca-4043-bca0-6eb64fae06ff HTTP/1.1" 200 1288 0.030195 10.0.0.23 - - [2026-01-29 02:57:26] "GET /virtual-machine-interface/751651ea-06e3-487c-aa76-84d824409bf5 HTTP/1.1" 200 2934 0.006251 10.0.0.23 - - [2026-01-29 02:57:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003937 10.0.0.23 - - [2026-01-29 02:57:26] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004408 10.0.0.23 - - [2026-01-29 02:57:26] "GET /virtual-networks?parent_id=ba929c15-3411-46bf-a9ed-1dc2adf7f73d&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.003344 10.0.0.23 - - [2026-01-29 02:57:26] "GET /virtual-network/c3e94ad7-d393-4825-b5d0-d4eae606a38d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2114 0.006727 10.0.0.23 - - [2026-01-29 02:57:29] "POST /neutron/network HTTP/1.1" 200 841 0.018027 10.0.0.23 - - [2026-01-29 02:57:29] "POST /neutron/port HTTP/1.1" 200 117 0.001238 10.0.0.23 - - [2026-01-29 02:57:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.019267 10.0.0.23 - - [2026-01-29 02:57:30] "GET /virtual-network/c3e94ad7-d393-4825-b5d0-d4eae606a38d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2114 0.006915 10.0.0.23 - - [2026-01-29 02:57:31] "POST /neutron/security_group HTTP/1.1" 200 2051 0.033401 10.0.0.23 - - [2026-01-29 02:57:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004544 10.0.0.23 - - [2026-01-29 02:57:32] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004632 10.0.0.23 - - [2026-01-29 02:57:32] "GET /virtual-networks?parent_id=ba929c15-3411-46bf-a9ed-1dc2adf7f73d&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.003413 10.0.0.23 - - [2026-01-29 02:57:32] "GET /virtual-network/c3e94ad7-d393-4825-b5d0-d4eae606a38d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2114 0.007919 10.0.0.23 - - [2026-01-29 02:57:32] "POST /neutron/port HTTP/1.1" 200 1117 0.021188 10.0.0.23 - - [2026-01-29 02:57:37] "POST /neutron/security_group HTTP/1.1" 200 2051 0.007991 10.0.0.23 - - [2026-01-29 02:57:37] "POST /neutron/port HTTP/1.1" 200 1117 0.020175 10.0.0.23 - - [2026-01-29 02:57:37] "GET /virtual-machine/366f6706-2d30-4b35-bf3b-f15ee9a2f575 HTTP/1.1" 200 1287 0.005579 10.0.0.23 - - [2026-01-29 02:57:37] "GET /virtual-machine-interface/17dcbab0-e944-435e-8ee4-162679a9a900 HTTP/1.1" 200 2934 0.005419 10.0.0.23 - - [2026-01-29 02:57:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003595 10.0.0.23 - - [2026-01-29 02:57:37] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003706 10.0.0.23 - - [2026-01-29 02:57:37] "GET /virtual-networks?parent_id=ba929c15-3411-46bf-a9ed-1dc2adf7f73d&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.003207 10.0.0.23 - - [2026-01-29 02:57:37] "GET /virtual-network/516e9886-e300-4914-95dc-d70d01353ff8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2113 0.006039 10.0.0.23 - - [2026-01-29 02:57:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003737 10.0.0.23 - - [2026-01-29 02:57:38] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003906 10.0.0.23 - - [2026-01-29 02:57:38] "GET /virtual-networks?parent_id=ba929c15-3411-46bf-a9ed-1dc2adf7f73d&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.005490 10.0.0.23 - - [2026-01-29 02:57:38] "GET /virtual-network/516e9886-e300-4914-95dc-d70d01353ff8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2113 0.005898 10.0.0.23 - - [2026-01-29 02:57:39] "POST /routing-policys HTTP/1.1" 200 536 0.032471 10.0.0.23 - - [2026-01-29 02:57:39] "GET /virtual-network/c3e94ad7-d393-4825-b5d0-d4eae606a38d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2114 0.019901 10.0.0.147 - - [2026-01-29 02:57:39] "POST /ref-update HTTP/1.1" 200 156 0.033010 10.0.0.23 - - [2026-01-29 02:57:39] "PUT /virtual-network/c3e94ad7-d393-4825-b5d0-d4eae606a38d HTTP/1.1" 200 265 0.091116 10.0.0.23 - - [2026-01-29 02:57:43] "POST /ref-update HTTP/1.1" 200 156 0.042812 10.0.0.23 - - [2026-01-29 02:57:43] "DELETE /routing-policy/6f7552b6-6d79-422e-ac8d-9b629fc1740a HTTP/1.1" 200 115 0.050132 10.0.0.23 - - [2026-01-29 02:57:43] "POST /neutron/network HTTP/1.1" 400 204 0.014533 10.0.0.23 - - [2026-01-29 02:57:43] "POST /neutron/port HTTP/1.1" 200 1117 0.036245 10.0.0.23 - - [2026-01-29 02:57:44] "POST /neutron/port HTTP/1.1" 200 151 0.227053 10.0.0.147 - - [2026-01-29 02:57:45] "DELETE /route-target/74a7ac4e-7942-4008-bb56-ee408ab88b6a HTTP/1.1" 200 115 0.025831 10.0.0.23 - - [2026-01-29 02:57:45] "POST /neutron/network HTTP/1.1" 200 831 0.010141 10.0.0.147 - - [2026-01-29 02:57:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.005955 10.0.0.147 - - [2026-01-29 02:57:45] "DELETE /route-target/68731090-368f-45ba-9729-3a066a17cf9c HTTP/1.1" 200 115 0.019378 10.0.0.23 - - [2026-01-29 02:57:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003592 10.0.0.240 - - [2026-01-29 02:57:48] "GET /projects?obj_uuids=ba929c15-3411-46bf-a9ed-1dc2adf7f73d&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001082 10.0.0.23 - - [2026-01-29 02:57:48] "GET /project/ba929c15-3411-46bf-a9ed-1dc2adf7f73d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1339 0.040611 10.0.0.240 - - [2026-01-29 02:57:48] "GET /projects?obj_uuids=ba929c15-3411-46bf-a9ed-1dc2adf7f73d&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001152 10.0.0.23 - - [2026-01-29 02:57:48] "POST /neutron/network HTTP/1.1" 200 612 0.127283 10.0.0.23 - - [2026-01-29 02:57:48] "POST /id-to-fqname HTTP/1.1" 200 220 0.003639 10.0.0.23 - - [2026-01-29 02:57:48] "GET /virtual-network/39ab4ee5-9c20-48d7-9ea6-555e05827916?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.006185 10.0.0.23 - - [2026-01-29 02:57:48] "POST /neutron/network HTTP/1.1" 200 827 0.009004 10.0.0.23 - - [2026-01-29 02:57:48] "GET /virtual-network/39ab4ee5-9c20-48d7-9ea6-555e05827916?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.008339 10.0.0.23 - - [2026-01-29 02:57:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004492 10.0.0.23 - - [2026-01-29 02:57:48] "GET /virtual-network/39ab4ee5-9c20-48d7-9ea6-555e05827916?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.006357 10.0.0.147 - - [2026-01-29 02:57:48] "POST /route-targets HTTP/1.1" 200 324 0.019243 10.0.0.23 - - [2026-01-29 02:57:48] "PUT /virtual-network/39ab4ee5-9c20-48d7-9ea6-555e05827916 HTTP/1.1" 200 265 0.069700 10.0.0.23 - - [2026-01-29 02:57:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003278 10.0.0.240 - - [2026-01-29 02:57:49] "GET /projects?obj_uuids=ba929c15-3411-46bf-a9ed-1dc2adf7f73d&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001261 10.0.0.23 - - [2026-01-29 02:57:49] "GET /project/ba929c15-3411-46bf-a9ed-1dc2adf7f73d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1339 0.039172 10.0.0.23 - - [2026-01-29 02:57:49] "POST /neutron/network HTTP/1.1" 200 117 0.013904 10.0.0.147 - - [2026-01-29 02:57:49] "POST /ref-update HTTP/1.1" 200 156 0.028571 10.0.0.23 - - [2026-01-29 02:57:49] "POST /neutron/network HTTP/1.1" 200 831 0.009018 10.0.0.23 - - [2026-01-29 02:57:49] "POST /id-to-fqname HTTP/1.1" 200 220 0.001317 10.0.0.23 - - [2026-01-29 02:57:49] "GET /virtual-network/ede9fc41-bf50-4458-b4aa-c413a884c788?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005628 10.0.0.23 - - [2026-01-29 02:57:49] "GET /virtual-network/ede9fc41-bf50-4458-b4aa-c413a884c788?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.006007 10.0.0.23 - - [2026-01-29 02:57:49] "POST /neutron/subnet HTTP/1.1" 200 725 0.009289 10.0.0.23 - - [2026-01-29 02:57:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003191 10.0.0.23 - - [2026-01-29 02:57:49] "GET /virtual-network/ede9fc41-bf50-4458-b4aa-c413a884c788?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005400 10.0.0.23 - - [2026-01-29 02:57:49] "PUT /virtual-network/ede9fc41-bf50-4458-b4aa-c413a884c788 HTTP/1.1" 200 265 0.061671 10.0.0.23 - - [2026-01-29 02:57:49] "POST /id-to-fqname HTTP/1.1" 200 220 0.001390 10.0.0.240 - - [2026-01-29 02:57:50] "GET /projects?obj_uuids=ec0005bc-46cd-4e2a-b462-943eddcfeb81&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.000937 10.0.0.240 - - [2026-01-29 02:57:50] "DELETE /project/ba929c15341146bfa9ed1dc2adf7f73d HTTP/1.1" 404 173 0.007897 10.0.0.240 - - [2026-01-29 02:57:50] "GET /project/ec0005bc-46cd-4e2a-b462-943eddcfeb81?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1445 0.044389 10.0.0.240 - - [2026-01-29 02:57:50] "GET /projects?obj_uuids=ec0005bc-46cd-4e2a-b462-943eddcfeb81&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001111 10.0.0.240 - - [2026-01-29 02:57:50] "GET /project/ec0005bc-46cd-4e2a-b462-943eddcfeb81?fields=security_groups HTTP/1.1" 200 1346 0.048284 10.0.0.240 - - [2026-01-29 02:57:50] "GET /projects?obj_uuids=ba929c15-3411-46bf-a9ed-1dc2adf7f73d&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.003131 10.0.0.240 - - [2026-01-29 02:57:50] "DELETE /security-group/481a8217-0487-46f2-9de2-9c4cc48b8dd8 HTTP/1.1" 200 115 0.126691 10.0.0.240 - - [2026-01-29 02:57:50] "GET /projects?obj_uuids=ec0005bc-46cd-4e2a-b462-943eddcfeb81&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001127 10.0.0.23 - - [2026-01-29 02:57:50] "GET /project/ba929c15-3411-46bf-a9ed-1dc2adf7f73d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1339 0.175099 10.0.0.147 - - [2026-01-29 02:57:50] "DELETE /access-control-list/df100605-1c47-4232-be91-d79b7b53b211 HTTP/1.1" 200 115 0.071141 10.0.0.240 - - [2026-01-29 02:57:50] "GET /project/ec0005bc-46cd-4e2a-b462-943eddcfeb81?fields=application_policy_sets HTTP/1.1" 200 1385 0.139320 10.0.0.240 - - [2026-01-29 02:57:50] "DELETE /project/ec0005bc-46cd-4e2a-b462-943eddcfeb81 HTTP/1.1" 200 115 0.514300 10.0.0.23 - - [2026-01-29 02:57:51] "POST /neutron/port HTTP/1.1" 200 117 0.007172 10.0.0.23 - - [2026-01-29 02:57:51] "POST /id-to-fqname HTTP/1.1" 200 220 0.001851 10.0.0.23 - - [2026-01-29 02:57:51] "POST /neutron/network HTTP/1.1" 200 841 0.007586 10.0.0.23 - - [2026-01-29 02:57:51] "POST /neutron/port HTTP/1.1" 200 1049 0.017480 10.0.0.23 - - [2026-01-29 02:57:52] "POST /neutron/port HTTP/1.1" 200 1113 0.021574 10.0.0.23 - - [2026-01-29 02:57:52] "POST /neutron/port HTTP/1.1" 200 117 0.001548 10.0.0.240 - - [2026-01-29 02:57:52] "GET /projects?obj_uuids=ba929c15-3411-46bf-a9ed-1dc2adf7f73d&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001258 10.0.0.23 - - [2026-01-29 02:57:52] "GET /project/ba929c15-3411-46bf-a9ed-1dc2adf7f73d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1339 0.078594 10.0.0.23 - - [2026-01-29 02:57:52] "POST /neutron/port HTTP/1.1" 200 1113 0.023385 10.0.0.23 - - [2026-01-29 02:57:52] "POST /neutron/port HTTP/1.1" 200 1113 0.023279 10.0.0.240 - - [2026-01-29 02:57:52] "GET /projects?obj_uuids=ba929c15-3411-46bf-a9ed-1dc2adf7f73d&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001106 10.0.0.23 - - [2026-01-29 02:57:53] "POST /neutron/port HTTP/1.1" 200 1053 0.300466 10.0.0.23 - - [2026-01-29 02:57:53] "POST /neutron/port HTTP/1.1" 200 1107 0.112439 10.0.0.23 - - [2026-01-29 02:57:53] "POST /neutron/subnet HTTP/1.1" 200 699 0.010736 10.0.0.23 - - [2026-01-29 02:57:57] "POST /neutron/port HTTP/1.1" 200 1113 0.017340 10.0.0.23 - - [2026-01-29 02:57:57] "POST /neutron/security_group HTTP/1.1" 200 2051 0.007765 10.0.0.23 - - [2026-01-29 02:57:57] "GET /virtual-machine/d8f13c7f-94ee-45b3-bf7d-6d29a069780c HTTP/1.1" 200 1288 0.007041 10.0.0.23 - - [2026-01-29 02:57:57] "GET /virtual-machine-interface/3491ea31-313c-4611-9c2d-9098c36fb30d HTTP/1.1" 200 2934 0.005543 10.0.0.23 - - [2026-01-29 02:57:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003951 10.0.0.23 - - [2026-01-29 02:57:57] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004705 10.0.0.23 - - [2026-01-29 02:57:57] "GET /virtual-networks?parent_id=ba929c15-3411-46bf-a9ed-1dc2adf7f73d&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.003157 10.0.0.23 - - [2026-01-29 02:57:57] "GET /virtual-network/39ab4ee5-9c20-48d7-9ea6-555e05827916?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2101 0.006418 10.0.0.23 - - [2026-01-29 02:58:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004026 10.0.0.23 - - [2026-01-29 02:58:00] "GET /virtual-network/39ab4ee5-9c20-48d7-9ea6-555e05827916?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2101 0.006086 10.0.0.23 - - [2026-01-29 02:58:02] "POST /neutron/port HTTP/1.1" 200 1113 0.025506 10.0.0.23 - - [2026-01-29 02:58:03] "POST /neutron/security_group HTTP/1.1" 200 2051 0.007569 10.0.0.23 - - [2026-01-29 02:58:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003705 10.0.0.23 - - [2026-01-29 02:58:05] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004653 10.0.0.23 - - [2026-01-29 02:58:05] "GET /virtual-networks?parent_id=ba929c15-3411-46bf-a9ed-1dc2adf7f73d&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.003196 10.0.0.23 - - [2026-01-29 02:58:05] "GET /virtual-network/39ab4ee5-9c20-48d7-9ea6-555e05827916?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2101 0.006295 10.0.0.23 - - [2026-01-29 02:58:05] "POST /neutron/port HTTP/1.1" 200 1117 0.022985 10.0.0.23 - - [2026-01-29 02:58:05] "POST /neutron/security_group HTTP/1.1" 200 2051 0.007486 10.0.0.23 - - [2026-01-29 02:58:05] "GET /virtual-machine/56bab185-a35c-431b-b538-40bc2af0223e HTTP/1.1" 200 1287 0.005916 10.0.0.23 - - [2026-01-29 02:58:05] "GET /virtual-machine-interface/7a7f1c12-9e4c-4f72-82ea-664cc065243c HTTP/1.1" 200 2933 0.005416 10.0.0.23 - - [2026-01-29 02:58:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003392 10.0.0.23 - - [2026-01-29 02:58:05] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004203 10.0.0.23 - - [2026-01-29 02:58:05] "GET /virtual-networks?parent_id=ba929c15-3411-46bf-a9ed-1dc2adf7f73d&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.003032 10.0.0.23 - - [2026-01-29 02:58:05] "GET /virtual-network/ede9fc41-bf50-4458-b4aa-c413a884c788?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2114 0.006000 10.0.0.23 - - [2026-01-29 02:58:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003556 10.0.0.23 - - [2026-01-29 02:58:06] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004575 10.0.0.23 - - [2026-01-29 02:58:06] "GET /virtual-networks?parent_id=ba929c15-3411-46bf-a9ed-1dc2adf7f73d&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.003764 10.0.0.23 - - [2026-01-29 02:58:06] "GET /virtual-network/ede9fc41-bf50-4458-b4aa-c413a884c788?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2114 0.005936 10.0.0.23 - - [2026-01-29 02:58:06] "POST /routing-policys HTTP/1.1" 200 536 0.029787 10.0.0.23 - - [2026-01-29 02:58:07] "GET /virtual-network/39ab4ee5-9c20-48d7-9ea6-555e05827916?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2101 0.009021 10.0.0.23 - - [2026-01-29 02:58:07] "PUT /virtual-network/39ab4ee5-9c20-48d7-9ea6-555e05827916 HTTP/1.1" 200 265 0.103977 10.0.0.23 - - [2026-01-29 02:58:11] "POST /routing-policys HTTP/1.1" 200 536 0.027043 10.0.0.23 - - [2026-01-29 02:58:11] "GET /virtual-network/39ab4ee5-9c20-48d7-9ea6-555e05827916?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2348 0.010687 10.0.0.23 - - [2026-01-29 02:58:11] "PUT /virtual-network/39ab4ee5-9c20-48d7-9ea6-555e05827916 HTTP/1.1" 200 265 0.070939 10.0.0.147 - - [2026-01-29 02:58:11] "POST /ref-update HTTP/1.1" 200 156 0.047191 10.0.0.23 - - [2026-01-29 02:58:12] "POST /ref-update HTTP/1.1" 200 156 0.054507 10.0.0.23 - - [2026-01-29 02:58:12] "DELETE /routing-policy/3f925f8b-92bc-4bfb-961d-85c0243f37e0 HTTP/1.1" 200 115 0.050892 10.0.0.23 - - [2026-01-29 02:58:12] "POST /ref-update HTTP/1.1" 200 156 0.047878 10.0.0.23 - - [2026-01-29 02:58:12] "DELETE /routing-policy/f23d0644-1dc0-4deb-ace6-b37282f2304c HTTP/1.1" 200 115 0.036070 10.0.0.23 - - [2026-01-29 02:58:13] "POST /neutron/port HTTP/1.1" 200 1117 0.021380 10.0.0.23 - - [2026-01-29 02:58:13] "POST /neutron/port HTTP/1.1" 200 1113 0.032342 10.0.0.23 - - [2026-01-29 02:58:15] "POST /neutron/network HTTP/1.1" 200 831 0.006803 10.0.0.147 - - [2026-01-29 02:58:15] "DELETE /route-target/9bce7c64-a755-4a8b-ae7a-ebd4919e5ac2 HTTP/1.1" 200 115 0.022424 10.0.0.147 - - [2026-01-29 02:58:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004923 10.0.0.240 - - [2026-01-29 02:58:15] "POST /useragent-kv HTTP/1.1" 200 115 0.002620 10.0.0.240 - - [2026-01-29 02:58:15] "POST /useragent-kv HTTP/1.1" 200 115 0.002221 10.0.0.23 - - [2026-01-29 02:58:15] "POST /neutron/network HTTP/1.1" 200 151 0.121910 10.0.0.147 - - [2026-01-29 02:58:15] "DELETE /route-target/c5b665a7-f475-4557-9791-d48e88e085c2 HTTP/1.1" 200 115 0.021135 10.0.0.23 - - [2026-01-29 02:58:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004433 10.0.0.240 - - [2026-01-29 02:58:17] "GET /projects?obj_uuids=ba929c15-3411-46bf-a9ed-1dc2adf7f73d&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001088 10.0.0.23 - - [2026-01-29 02:58:17] "GET /project/ba929c15-3411-46bf-a9ed-1dc2adf7f73d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1339 0.044506 10.0.0.240 - - [2026-01-29 02:58:18] "POST /useragent-kv HTTP/1.1" 200 115 0.009321 10.0.0.23 - - [2026-01-29 02:58:18] "POST /neutron/subnet HTTP/1.1" 200 729 0.236864 10.0.0.23 - - [2026-01-29 02:58:18] "POST /id-to-fqname HTTP/1.1" 200 220 0.001499 10.0.0.23 - - [2026-01-29 02:58:18] "GET /virtual-network/8249b01d-372a-431d-b405-f26b3db8d728?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.005744 10.0.0.23 - - [2026-01-29 02:58:18] "GET /virtual-network/8249b01d-372a-431d-b405-f26b3db8d728?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.006084 10.0.0.23 - - [2026-01-29 02:58:18] "POST /neutron/network HTTP/1.1" 200 832 0.006607 10.0.0.23 - - [2026-01-29 02:58:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004271 10.0.0.23 - - [2026-01-29 02:58:18] "GET /virtual-network/8249b01d-372a-431d-b405-f26b3db8d728?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.008664 10.0.0.23 - - [2026-01-29 02:58:18] "PUT /virtual-network/8249b01d-372a-431d-b405-f26b3db8d728 HTTP/1.1" 200 265 0.059042 10.0.0.147 - - [2026-01-29 02:58:18] "POST /route-targets HTTP/1.1" 200 324 0.030376 10.0.0.23 - - [2026-01-29 02:58:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.008110 10.0.0.240 - - [2026-01-29 02:58:18] "GET /projects?obj_uuids=ba929c15-3411-46bf-a9ed-1dc2adf7f73d&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001454 10.0.0.23 - - [2026-01-29 02:58:18] "GET /project/ba929c15-3411-46bf-a9ed-1dc2adf7f73d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1339 0.040440 10.0.0.240 - - [2026-01-29 02:58:18] "GET /projects?obj_uuids=ba929c15-3411-46bf-a9ed-1dc2adf7f73d&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001578 10.0.0.23 - - [2026-01-29 02:58:18] "POST /neutron/network HTTP/1.1" 200 612 0.136045 10.0.0.147 - - [2026-01-29 02:58:18] "GET /obj-perms HTTP/1.1" 200 5056 0.087230 10.0.0.147 - - [2026-01-29 02:58:19] "POST /ref-update HTTP/1.1" 200 156 0.027236 10.0.0.23 - - [2026-01-29 02:58:19] "POST /id-to-fqname HTTP/1.1" 200 220 0.003477 10.0.0.23 - - [2026-01-29 02:58:19] "GET /virtual-network/353d6ea1-3aa1-411e-bbc5-23ce7581e75a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005712 10.0.0.23 - - [2026-01-29 02:58:19] "POST /neutron/network HTTP/1.1" 200 831 0.006585 10.0.0.23 - - [2026-01-29 02:58:19] "GET /virtual-network/353d6ea1-3aa1-411e-bbc5-23ce7581e75a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.006452 10.0.0.23 - - [2026-01-29 02:58:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.005029 10.0.0.23 - - [2026-01-29 02:58:19] "GET /virtual-network/353d6ea1-3aa1-411e-bbc5-23ce7581e75a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.006581 10.0.0.23 - - [2026-01-29 02:58:19] "PUT /virtual-network/353d6ea1-3aa1-411e-bbc5-23ce7581e75a HTTP/1.1" 200 265 0.073946 10.0.0.23 - - [2026-01-29 02:58:19] "POST /id-to-fqname HTTP/1.1" 200 220 0.001886 10.0.0.23 - - [2026-01-29 02:58:19] "POST /neutron/network HTTP/1.1" 200 842 0.009213 10.0.0.240 - - [2026-01-29 02:58:20] "GET /projects?obj_uuids=ba929c15-3411-46bf-a9ed-1dc2adf7f73d&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001774 10.0.0.23 - - [2026-01-29 02:58:20] "GET /project/ba929c15-3411-46bf-a9ed-1dc2adf7f73d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1339 0.068005 10.0.0.23 - - [2026-01-29 02:58:20] "POST /neutron/port HTTP/1.1" 200 117 0.008045 10.0.0.23 - - [2026-01-29 02:58:20] "POST /id-to-fqname HTTP/1.1" 200 220 0.001966 10.0.0.23 - - [2026-01-29 02:58:20] "POST /neutron/network HTTP/1.1" 200 842 0.007408 10.0.0.23 - - [2026-01-29 02:58:21] "POST /neutron/port HTTP/1.1" 200 1054 0.017580 10.0.0.23 - - [2026-01-29 02:58:21] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004633 10.0.0.23 - - [2026-01-29 02:58:21] "POST /neutron/network HTTP/1.1" 200 832 0.010228 10.0.0.240 - - [2026-01-29 02:58:21] "GET /projects?obj_uuids=ba929c15-3411-46bf-a9ed-1dc2adf7f73d&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001106 10.0.0.23 - - [2026-01-29 02:58:21] "GET /project/ba929c15-3411-46bf-a9ed-1dc2adf7f73d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1339 0.075647 10.0.0.23 - - [2026-01-29 02:58:21] "POST /neutron/security_group HTTP/1.1" 200 2051 0.007866 10.0.0.23 - - [2026-01-29 02:58:21] "POST /neutron/security_group HTTP/1.1" 200 2051 0.007958 10.0.0.23 - - [2026-01-29 02:58:22] "POST /neutron/port HTTP/1.1" 200 1053 0.018806 10.0.0.23 - - [2026-01-29 02:58:22] "POST /neutron/port HTTP/1.1" 200 1117 0.021739 10.0.0.23 - - [2026-01-29 02:58:22] "POST /neutron/port HTTP/1.1" 200 117 0.001315 10.0.0.23 - - [2026-01-29 02:58:27] "POST /neutron/security_group HTTP/1.1" 200 2051 0.008496 10.0.0.23 - - [2026-01-29 02:58:27] "POST /neutron/port HTTP/1.1" 200 1118 0.021003 10.0.0.23 - - [2026-01-29 02:58:27] "GET /virtual-machine/12cf7127-1973-467b-b5e8-4ee60a4f8e10 HTTP/1.1" 200 1287 0.006827 10.0.0.23 - - [2026-01-29 02:58:27] "GET /virtual-machine-interface/4e7f4958-4adf-4571-822a-2a40cba294a7 HTTP/1.1" 200 2933 0.005455 10.0.0.23 - - [2026-01-29 02:58:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003582 10.0.0.23 - - [2026-01-29 02:58:27] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003681 10.0.0.23 - - [2026-01-29 02:58:27] "GET /virtual-networks?parent_id=ba929c15-3411-46bf-a9ed-1dc2adf7f73d&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.002995 10.0.0.23 - - [2026-01-29 02:58:27] "GET /virtual-network/8249b01d-372a-431d-b405-f26b3db8d728?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2116 0.006517 10.0.0.23 - - [2026-01-29 02:58:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004259 10.0.0.23 - - [2026-01-29 02:58:30] "GET /virtual-network/8249b01d-372a-431d-b405-f26b3db8d728?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2116 0.005568 10.0.0.23 - - [2026-01-29 02:58:31] "POST /neutron/port HTTP/1.1" 200 1118 0.025597 10.0.0.23 - - [2026-01-29 02:58:31] "POST /neutron/subnet HTTP/1.1" 200 703 0.011646 10.0.0.23 - - [2026-01-29 02:58:32] "POST /neutron/port HTTP/1.1" 200 1118 0.017948 10.0.0.23 - - [2026-01-29 02:58:33] "POST /neutron/security_group HTTP/1.1" 200 2051 0.008115 10.0.0.23 - - [2026-01-29 02:58:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003540 10.0.0.23 - - [2026-01-29 02:58:34] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003856 10.0.0.23 - - [2026-01-29 02:58:34] "GET /virtual-networks?parent_id=ba929c15-3411-46bf-a9ed-1dc2adf7f73d&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.003458 10.0.0.23 - - [2026-01-29 02:58:34] "GET /virtual-network/8249b01d-372a-431d-b405-f26b3db8d728?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2116 0.006535 10.0.0.23 - - [2026-01-29 02:58:34] "POST /neutron/port HTTP/1.1" 200 1117 0.020436 10.0.0.23 - - [2026-01-29 02:58:34] "POST /neutron/security_group HTTP/1.1" 200 2051 0.007272 10.0.0.23 - - [2026-01-29 02:58:35] "GET /virtual-machine/8b3dce14-67f9-4e94-8634-97b6fa61db9f HTTP/1.1" 200 1287 0.005648 10.0.0.23 - - [2026-01-29 02:58:35] "GET /virtual-machine-interface/ce2265f0-458e-4006-b8d7-07db1a396236 HTTP/1.1" 200 2935 0.005385 10.0.0.23 - - [2026-01-29 02:58:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004158 10.0.0.23 - - [2026-01-29 02:58:35] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003716 10.0.0.23 - - [2026-01-29 02:58:35] "GET /virtual-networks?parent_id=ba929c15-3411-46bf-a9ed-1dc2adf7f73d&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.003136 10.0.0.23 - - [2026-01-29 02:58:35] "GET /virtual-network/353d6ea1-3aa1-411e-bbc5-23ce7581e75a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2113 0.005890 10.0.0.23 - - [2026-01-29 02:58:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004045 10.0.0.23 - - [2026-01-29 02:58:36] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003708 10.0.0.23 - - [2026-01-29 02:58:36] "GET /virtual-networks?parent_id=ba929c15-3411-46bf-a9ed-1dc2adf7f73d&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.003107 10.0.0.23 - - [2026-01-29 02:58:36] "GET /virtual-network/353d6ea1-3aa1-411e-bbc5-23ce7581e75a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2113 0.006410 10.0.0.23 - - [2026-01-29 02:58:36] "POST /interface-route-tables HTTP/1.1" 200 576 0.027412 10.0.0.23 - - [2026-01-29 02:58:36] "GET /interface-route-table/085f408d-c7aa-41e2-854d-e9945798d95d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1306 0.006492 10.0.0.23 - - [2026-01-29 02:58:36] "GET /virtual-machine-interface/4e7f4958-4adf-4571-822a-2a40cba294a7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2711 0.005899 10.0.0.23 - - [2026-01-29 02:58:36] "POST /ref-update HTTP/1.1" 200 156 0.017439 10.0.0.23 - - [2026-01-29 02:58:36] "POST /routing-policys HTTP/1.1" 200 536 0.027783 10.0.0.23 - - [2026-01-29 02:58:36] "GET /virtual-network/8249b01d-372a-431d-b405-f26b3db8d728?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2116 0.005787 10.0.0.23 - - [2026-01-29 02:58:36] "PUT /virtual-network/8249b01d-372a-431d-b405-f26b3db8d728 HTTP/1.1" 200 265 0.053717 10.0.0.23 - - [2026-01-29 02:58:37] "POST /neutron/network HTTP/1.1" 200 841 0.008287 10.0.0.23 - - [2026-01-29 02:58:37] "POST /neutron/port HTTP/1.1" 200 117 0.001253 10.0.0.147 - - [2026-01-29 02:58:40] "POST /ref-update HTTP/1.1" 200 156 0.033562 10.0.0.23 - - [2026-01-29 02:58:40] "POST /ref-update HTTP/1.1" 200 156 0.102585 10.0.0.23 - - [2026-01-29 02:58:40] "DELETE /routing-policy/f44cd415-b985-458b-b32d-855e9386596d HTTP/1.1" 200 115 0.041797 10.0.0.23 - - [2026-01-29 02:58:40] "POST /neutron/network HTTP/1.1" 400 204 0.018609 10.0.0.23 - - [2026-01-29 02:58:41] "POST /neutron/port HTTP/1.1" 200 1107 0.016656 10.0.0.23 - - [2026-01-29 02:58:41] "POST /neutron/port HTTP/1.1" 200 151 0.262944 10.0.0.147 - - [2026-01-29 02:58:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003733 10.0.0.23 - - [2026-01-29 02:58:43] "POST /neutron/network HTTP/1.1" 200 832 0.010114 10.0.0.147 - - [2026-01-29 02:58:43] "DELETE /route-target/f06ad5ca-c94e-432e-8f2e-a52ab1ba0303 HTTP/1.1" 200 115 0.024144 10.0.0.240 - - [2026-01-29 02:58:44] "GET /projects?obj_uuids=ba929c15-3411-46bf-a9ed-1dc2adf7f73d&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001050 10.0.0.23 - - [2026-01-29 02:58:44] "GET /project/ba929c15-3411-46bf-a9ed-1dc2adf7f73d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1339 0.049160 10.0.0.240 - - [2026-01-29 02:58:44] "GET /projects?obj_uuids=ba929c15-3411-46bf-a9ed-1dc2adf7f73d&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001052 10.0.0.23 - - [2026-01-29 02:58:44] "GET /project/ba929c15-3411-46bf-a9ed-1dc2adf7f73d?fields=virtual_networks HTTP/1.1" 200 1021 0.055606 10.0.0.240 - - [2026-01-29 02:58:44] "GET /projects?obj_uuids=ba929c15-3411-46bf-a9ed-1dc2adf7f73d&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000969 10.0.0.23 - - [2026-01-29 02:58:44] "GET /project/ba929c15-3411-46bf-a9ed-1dc2adf7f73d?fields=virtual_machine_interfaces HTTP/1.1" 200 1021 0.049572 10.0.0.240 - - [2026-01-29 02:58:44] "GET /projects?obj_uuids=ba929c15-3411-46bf-a9ed-1dc2adf7f73d&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001009 10.0.0.23 - - [2026-01-29 02:58:44] "GET /project/ba929c15-3411-46bf-a9ed-1dc2adf7f73d?fields=security_groups HTTP/1.1" 200 1241 0.043625 10.0.0.23 - - [2026-01-29 02:58:45] "POST /fqname-to-id HTTP/1.1" 404 192 0.027244 10.0.0.240 - - [2026-01-29 02:58:45] "GET /projects?obj_uuids=7cc62223-6f86-4de3-b1f1-f2c449697307&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003629 10.0.0.240 - - [2026-01-29 02:58:45] "GET /domains?obj_uuids=65230a56-1cf0-4d34-9498-1ad48da04806&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001036 10.0.0.240 - - [2026-01-29 02:58:45] "GET /domain/65230a56-1cf0-4d34-9498-1ad48da04806?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008224 10.0.0.240 - - [2026-01-29 02:58:45] "POST /id-to-fqname HTTP/1.1" 200 194 0.007683 10.0.0.240 - - [2026-01-29 02:58:45] "POST /fqname-to-id HTTP/1.1" 404 203 0.005893 10.0.0.240 - - [2026-01-29 02:58:45] "POST /security-groups HTTP/1.1" 200 595 0.029533 10.0.0.147 - - [2026-01-29 02:58:45] "POST /fqname-to-id HTTP/1.1" 404 238 0.005601 10.0.0.240 - - [2026-01-29 02:58:46] "POST /projects HTTP/1.1" 200 593 0.242044 10.0.0.147 - - [2026-01-29 02:58:46] "POST /access-control-lists HTTP/1.1" 200 600 0.027738 10.0.0.240 - - [2026-01-29 02:58:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.318077 10.0.0.23 - - [2026-01-29 02:58:46] "GET /project/7cc62223-6f86-4de3-b1f1-f2c449697307?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.456488 10.0.0.23 - - [2026-01-29 02:58:47] "GET / HTTP/1.1" 200 36215 0.001619 10.0.0.23 - - [2026-01-29 02:58:48] "POST /fqname-to-id HTTP/1.1" 401 292 0.000788 10.0.0.23 - - [2026-01-29 02:58:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.066117 10.0.0.240 - - [2026-01-29 02:58:49] "GET /projects?obj_uuids=7cc62223-6f86-4de3-b1f1-f2c449697307&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001187 10.0.0.23 - - [2026-01-29 02:58:49] "GET /project/7cc62223-6f86-4de3-b1f1-f2c449697307?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.048124 10.0.0.240 - - [2026-01-29 02:58:49] "GET /projects?obj_uuids=7cc62223-6f86-4de3-b1f1-f2c449697307&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001083 10.0.0.23 - - [2026-01-29 02:58:49] "POST /neutron/network HTTP/1.1" 200 613 0.148174 10.0.0.23 - - [2026-01-29 02:58:49] "POST /id-to-fqname HTTP/1.1" 200 226 0.003823 10.0.0.23 - - [2026-01-29 02:58:49] "GET /virtual-network/37de62f7-a96f-4688-8c63-d6d18694fe6e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.006235 10.0.0.23 - - [2026-01-29 02:58:49] "POST /neutron/network HTTP/1.1" 200 831 0.012605 10.0.0.23 - - [2026-01-29 02:58:49] "GET /virtual-network/37de62f7-a96f-4688-8c63-d6d18694fe6e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.007190 10.0.0.23 - - [2026-01-29 02:58:50] "GET /virtual-network/37de62f7-a96f-4688-8c63-d6d18694fe6e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005629 10.0.0.240 - - [2026-01-29 02:58:51] "DELETE /project/7cc622236f864de3b1f1f2c449697307 HTTP/1.1" 404 173 0.007050 10.0.0.240 - - [2026-01-29 02:58:51] "GET /projects?obj_uuids=ba929c15-3411-46bf-a9ed-1dc2adf7f73d&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000957 10.0.0.240 - - [2026-01-29 02:58:51] "GET /project/ba929c15-3411-46bf-a9ed-1dc2adf7f73d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1441 0.046076 10.0.0.240 - - [2026-01-29 02:58:51] "GET /projects?obj_uuids=ba929c15-3411-46bf-a9ed-1dc2adf7f73d&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001032 10.0.0.240 - - [2026-01-29 02:58:51] "GET /project/ba929c15-3411-46bf-a9ed-1dc2adf7f73d?fields=security_groups HTTP/1.1" 200 1343 0.071602 10.0.0.240 - - [2026-01-29 02:58:51] "DELETE /security-group/c36ce052-2fa4-4e13-9442-592f4bb85390 HTTP/1.1" 200 115 0.075305 10.0.0.240 - - [2026-01-29 02:58:51] "GET /projects?obj_uuids=ba929c15-3411-46bf-a9ed-1dc2adf7f73d&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001092 10.0.0.147 - - [2026-01-29 02:58:51] "DELETE /access-control-list/99143f8f-ff6f-4fec-8e00-083ea11d4eeb HTTP/1.1" 200 115 0.044404 10.0.0.240 - - [2026-01-29 02:58:51] "GET /project/ba929c15-3411-46bf-a9ed-1dc2adf7f73d?fields=application_policy_sets HTTP/1.1" 200 1382 0.037229 10.0.0.240 - - [2026-01-29 02:58:51] "DELETE /project/ba929c15-3411-46bf-a9ed-1dc2adf7f73d HTTP/1.1" 409 278 0.355385 10.0.0.240 - - [2026-01-29 02:58:52] "GET /obj-perms HTTP/1.1" 200 5038 0.056803 10.0.0.23 - - [2026-01-29 02:58:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003539 10.0.0.23 - - [2026-01-29 02:58:52] "GET /virtual-network/37de62f7-a96f-4688-8c63-d6d18694fe6e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.006116 10.0.0.23 - - [2026-01-29 02:58:52] "PUT /virtual-network/37de62f7-a96f-4688-8c63-d6d18694fe6e HTTP/1.1" 200 265 0.052866 10.0.0.147 - - [2026-01-29 02:58:52] "POST /ref-update HTTP/1.1" 200 156 0.029746 10.0.0.23 - - [2026-01-29 02:58:57] "POST /id-to-fqname HTTP/1.1" 200 226 0.001463 10.0.0.23 - - [2026-01-29 02:58:57] "POST /neutron/network HTTP/1.1" 200 841 0.007238 10.0.0.240 - - [2026-01-29 02:58:58] "GET /projects?obj_uuids=7cc62223-6f86-4de3-b1f1-f2c449697307&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001335 10.0.0.23 - - [2026-01-29 02:58:58] "GET /project/7cc62223-6f86-4de3-b1f1-f2c449697307?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.065815 10.0.0.23 - - [2026-01-29 02:58:58] "POST /neutron/port HTTP/1.1" 200 117 0.005962 10.0.0.240 - - [2026-01-29 02:58:58] "GET /projects?obj_uuids=7cc62223-6f86-4de3-b1f1-f2c449697307&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001090 10.0.0.23 - - [2026-01-29 02:58:59] "POST /neutron/port HTTP/1.1" 200 1063 0.316434 10.0.0.23 - - [2026-01-29 02:58:59] "POST /neutron/port HTTP/1.1" 200 1117 0.106437 10.0.0.23 - - [2026-01-29 02:58:59] "POST /neutron/subnet HTTP/1.1" 200 694 0.009248 10.0.0.23 - - [2026-01-29 02:59:03] "POST /neutron/port HTTP/1.1" 200 1127 0.019921 10.0.0.23 - - [2026-01-29 02:59:03] "POST /neutron/security_group HTTP/1.1" 200 2062 0.009774 10.0.0.23 - - [2026-01-29 02:59:03] "GET /virtual-machine/d3b3eceb-8ec3-4aab-8925-1836c6e2a4cc HTTP/1.1" 401 292 0.000504 10.0.0.23 - - [2026-01-29 02:59:04] "GET /virtual-machine/d3b3eceb-8ec3-4aab-8925-1836c6e2a4cc HTTP/1.1" 200 1298 0.033389 10.0.0.23 - - [2026-01-29 02:59:04] "GET /virtual-machine-interface/ad2f6eca-029d-4e6f-b8d6-2471dbbea596 HTTP/1.1" 200 2975 0.006044 10.0.0.23 - - [2026-01-29 02:59:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003847 10.0.0.23 - - [2026-01-29 02:59:04] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004886 10.0.0.23 - - [2026-01-29 02:59:04] "GET /virtual-networks?parent_id=7cc62223-6f86-4de3-b1f1-f2c449697307&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.004125 10.0.0.23 - - [2026-01-29 02:59:04] "GET /virtual-network/37de62f7-a96f-4688-8c63-d6d18694fe6e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2119 0.007784 10.0.0.23 - - [2026-01-29 02:59:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003837 10.0.0.23 - - [2026-01-29 02:59:07] "GET /virtual-network/37de62f7-a96f-4688-8c63-d6d18694fe6e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2119 0.005910 10.0.0.23 - - [2026-01-29 02:59:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.005463 10.0.0.23 - - [2026-01-29 02:59:11] "GET /virtual-network/37de62f7-a96f-4688-8c63-d6d18694fe6e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2119 0.006831 10.0.0.23 - - [2026-01-29 02:59:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003684 10.0.0.23 - - [2026-01-29 02:59:15] "GET /virtual-network/37de62f7-a96f-4688-8c63-d6d18694fe6e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2119 0.009726 10.0.0.23 - - [2026-01-29 02:59:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004868 10.0.0.23 - - [2026-01-29 02:59:19] "GET /virtual-network/37de62f7-a96f-4688-8c63-d6d18694fe6e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2119 0.006812 10.0.0.23 - - [2026-01-29 02:59:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004593 10.0.0.23 - - [2026-01-29 02:59:23] "GET /virtual-network/37de62f7-a96f-4688-8c63-d6d18694fe6e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2119 0.006103 10.0.0.23 - - [2026-01-29 02:59:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003791 10.0.0.23 - - [2026-01-29 02:59:27] "GET /virtual-network/37de62f7-a96f-4688-8c63-d6d18694fe6e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2119 0.006160 10.0.0.23 - - [2026-01-29 02:59:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.004405 10.0.0.23 - - [2026-01-29 02:59:31] "GET /virtual-network/37de62f7-a96f-4688-8c63-d6d18694fe6e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2119 0.006013 10.0.0.23 - - [2026-01-29 02:59:32] "POST /neutron/port HTTP/1.1" 200 1127 0.018007 10.0.0.23 - - [2026-01-29 02:59:32] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003865 10.0.0.23 - - [2026-01-29 02:59:32] "POST /neutron/network HTTP/1.1" 200 831 0.006754 10.0.0.23 - - [2026-01-29 02:59:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004506 10.0.0.23 - - [2026-01-29 02:59:35] "GET /virtual-network/37de62f7-a96f-4688-8c63-d6d18694fe6e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2119 0.006984 10.0.0.23 - - [2026-01-29 02:59:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004628 10.0.0.23 - - [2026-01-29 02:59:40] "GET /virtual-network/37de62f7-a96f-4688-8c63-d6d18694fe6e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2119 0.009482 10.0.0.23 - - [2026-01-29 02:59:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004426 10.0.0.23 - - [2026-01-29 02:59:44] "GET /virtual-network/37de62f7-a96f-4688-8c63-d6d18694fe6e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2119 0.006636 10.0.0.23 - - [2026-01-29 02:59:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004541 10.0.0.23 - - [2026-01-29 02:59:48] "GET /virtual-network/37de62f7-a96f-4688-8c63-d6d18694fe6e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2119 0.006188 10.0.0.147 - - [2026-01-29 02:59:51] "GET /global-system-configs HTTP/1.1" 401 292 0.000534 10.0.0.147 - - [2026-01-29 02:59:51] "GET /global-system-configs HTTP/1.1" 401 292 0.000698 10.0.0.23 - - [2026-01-29 02:59:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.004249 10.0.0.23 - - [2026-01-29 02:59:52] "GET /virtual-network/37de62f7-a96f-4688-8c63-d6d18694fe6e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2119 0.005870 10.0.0.147 - - [2026-01-29 02:59:52] "GET /global-system-configs HTTP/1.1" 401 292 0.000535 10.0.0.147 - - [2026-01-29 02:59:52] "GET /global-system-configs HTTP/1.1" 401 292 0.000527 10.0.0.23 - - [2026-01-29 02:59:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000427 10.0.0.23 - - [2026-01-29 02:59:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000399 10.0.0.240 - - [2026-01-29 02:59:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000471 10.0.0.240 - - [2026-01-29 02:59:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000450 10.0.0.23 - - [2026-01-29 02:59:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000416 10.0.0.23 - - [2026-01-29 02:59:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000422 10.0.0.240 - - [2026-01-29 02:59:54] "GET /global-system-configs HTTP/1.1" 401 292 0.001191 10.0.0.240 - - [2026-01-29 02:59:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000445 10.0.0.23 - - [2026-01-29 02:59:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003842 10.0.0.23 - - [2026-01-29 02:59:56] "GET /virtual-network/37de62f7-a96f-4688-8c63-d6d18694fe6e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2119 0.006798 10.0.0.23 - - [2026-01-29 03:00:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004958 10.0.0.23 - - [2026-01-29 03:00:00] "GET /virtual-network/37de62f7-a96f-4688-8c63-d6d18694fe6e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2119 0.007075 10.0.0.23 - - [2026-01-29 03:00:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003672 10.0.0.23 - - [2026-01-29 03:00:04] "GET /virtual-network/37de62f7-a96f-4688-8c63-d6d18694fe6e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2119 0.005902 10.0.0.23 - - [2026-01-29 03:00:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003610 10.0.0.23 - - [2026-01-29 03:00:08] "GET /virtual-network/37de62f7-a96f-4688-8c63-d6d18694fe6e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2119 0.005709 10.0.0.23 - - [2026-01-29 03:00:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003938 10.0.0.23 - - [2026-01-29 03:00:12] "GET /virtual-network/37de62f7-a96f-4688-8c63-d6d18694fe6e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2119 0.005291 10.0.0.23 - - [2026-01-29 03:00:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004381 10.0.0.23 - - [2026-01-29 03:00:16] "GET /virtual-network/37de62f7-a96f-4688-8c63-d6d18694fe6e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2119 0.007146 10.0.0.23 - - [2026-01-29 03:00:20] "GET /obj-perms HTTP/1.1" 200 5056 0.048453 10.0.0.23 - - [2026-01-29 03:00:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003542 10.0.0.23 - - [2026-01-29 03:00:20] "GET /virtual-network/37de62f7-a96f-4688-8c63-d6d18694fe6e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2119 0.005925 10.0.0.23 - - [2026-01-29 03:00:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003623 10.0.0.23 - - [2026-01-29 03:00:25] "GET /virtual-network/37de62f7-a96f-4688-8c63-d6d18694fe6e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2119 0.006837 10.0.0.23 - - [2026-01-29 03:00:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003963 10.0.0.23 - - [2026-01-29 03:00:29] "GET /virtual-network/37de62f7-a96f-4688-8c63-d6d18694fe6e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2119 0.005729 10.0.0.23 - - [2026-01-29 03:00:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003892 10.0.0.23 - - [2026-01-29 03:00:33] "GET /virtual-network/37de62f7-a96f-4688-8c63-d6d18694fe6e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2119 0.006157 10.0.0.23 - - [2026-01-29 03:00:33] "POST /neutron/network HTTP/1.1" 200 841 0.031778 10.0.0.23 - - [2026-01-29 03:00:33] "POST /neutron/port HTTP/1.1" 200 117 0.001692 10.0.0.23 - - [2026-01-29 03:00:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003856 10.0.0.23 - - [2026-01-29 03:00:37] "GET /virtual-network/37de62f7-a96f-4688-8c63-d6d18694fe6e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2119 0.005464 10.0.0.23 - - [2026-01-29 03:00:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003890 10.0.0.23 - - [2026-01-29 03:00:41] "GET /virtual-network/37de62f7-a96f-4688-8c63-d6d18694fe6e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2119 0.005380 10.0.0.23 - - [2026-01-29 03:00:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003775 10.0.0.23 - - [2026-01-29 03:00:45] "GET /virtual-network/37de62f7-a96f-4688-8c63-d6d18694fe6e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2119 0.006350 10.0.0.23 - - [2026-01-29 03:00:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003824 10.0.0.23 - - [2026-01-29 03:00:49] "GET /virtual-network/37de62f7-a96f-4688-8c63-d6d18694fe6e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2119 0.005899 10.0.0.23 - - [2026-01-29 03:00:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004162 10.0.0.23 - - [2026-01-29 03:00:53] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004340 10.0.0.23 - - [2026-01-29 03:00:53] "GET /virtual-networks?parent_id=7cc62223-6f86-4de3-b1f1-f2c449697307&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.003395 10.0.0.23 - - [2026-01-29 03:00:53] "GET /virtual-network/37de62f7-a96f-4688-8c63-d6d18694fe6e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2119 0.009664 10.0.0.23 - - [2026-01-29 03:00:53] "POST /neutron/security_group HTTP/1.1" 200 2062 0.008125 10.0.0.23 - - [2026-01-29 03:01:04] "POST /neutron/port HTTP/1.1" 200 1127 0.018025 10.0.0.23 - - [2026-01-29 03:01:05] "POST /neutron/security_group HTTP/1.1" 200 2062 0.006984 10.0.0.23 - - [2026-01-29 03:01:14] "POST /neutron/port HTTP/1.1" 200 1127 0.020282 10.0.0.23 - - [2026-01-29 03:01:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003865 10.0.0.23 - - [2026-01-29 03:01:19] "GET /virtual-network/37de62f7-a96f-4688-8c63-d6d18694fe6e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2119 0.005540 10.0.0.23 - - [2026-01-29 03:01:19] "PUT /virtual-network/37de62f7-a96f-4688-8c63-d6d18694fe6e HTTP/1.1" 200 265 0.066210 10.0.0.147 - - [2026-01-29 03:01:19] "DELETE /route-target/94e19a1f-7b9d-4691-bb09-5e324b9d72d8 HTTP/1.1" 200 115 0.028213 10.0.0.147 - - [2026-01-29 03:01:21] "GET /obj-perms HTTP/1.1" 200 5056 0.048986 10.0.0.23 - - [2026-01-29 03:01:25] "POST /neutron/network HTTP/1.1" 400 204 0.017612 10.0.0.23 - - [2026-01-29 03:01:25] "POST /neutron/port HTTP/1.1" 200 151 0.199242 10.0.0.23 - - [2026-01-29 03:01:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.005239 10.0.0.240 - - [2026-01-29 03:01:30] "GET /projects?obj_uuids=7cc62223-6f86-4de3-b1f1-f2c449697307&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.034203 10.0.0.23 - - [2026-01-29 03:01:30] "GET /project/7cc62223-6f86-4de3-b1f1-f2c449697307?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.078072 10.0.0.23 - - [2026-01-29 03:01:30] "POST /neutron/network HTTP/1.1" 200 117 0.012114 10.0.0.147 - - [2026-01-29 03:01:30] "POST /route-targets HTTP/1.1" 200 328 0.015776 10.0.0.23 - - [2026-01-29 03:01:30] "POST /neutron/network HTTP/1.1" 200 830 0.013378 10.0.0.23 - - [2026-01-29 03:01:30] "POST /id-to-fqname HTTP/1.1" 200 226 0.001258 10.0.0.23 - - [2026-01-29 03:01:30] "GET /virtual-network/79da2391-0550-4287-b9da-346dec71f0bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.007877 10.0.0.23 - - [2026-01-29 03:01:30] "GET /virtual-network/79da2391-0550-4287-b9da-346dec71f0bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.009318 10.0.0.23 - - [2026-01-29 03:01:30] "POST /neutron/subnet HTTP/1.1" 200 715 0.012487 10.0.0.23 - - [2026-01-29 03:01:30] "GET /virtual-network/79da2391-0550-4287-b9da-346dec71f0bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.008051 10.0.0.240 - - [2026-01-29 03:01:31] "GET /obj-perms HTTP/1.1" 200 5038 0.004229 10.0.0.23 - - [2026-01-29 03:01:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.006410 10.0.0.23 - - [2026-01-29 03:01:31] "GET /virtual-network/79da2391-0550-4287-b9da-346dec71f0bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.007227 10.0.0.23 - - [2026-01-29 03:01:31] "PUT /virtual-network/79da2391-0550-4287-b9da-346dec71f0bc HTTP/1.1" 200 265 0.102406 10.0.0.147 - - [2026-01-29 03:01:31] "POST /ref-update HTTP/1.1" 200 156 0.054300 10.0.0.23 - - [2026-01-29 03:01:36] "POST /id-to-fqname HTTP/1.1" 200 226 0.001544 10.0.0.240 - - [2026-01-29 03:01:37] "GET /projects?obj_uuids=7cc62223-6f86-4de3-b1f1-f2c449697307&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001395 10.0.0.23 - - [2026-01-29 03:01:37] "GET /project/7cc62223-6f86-4de3-b1f1-f2c449697307?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.091774 10.0.0.23 - - [2026-01-29 03:01:37] "POST /neutron/port HTTP/1.1" 200 117 0.010608 10.0.0.23 - - [2026-01-29 03:01:37] "POST /neutron/network HTTP/1.1" 200 840 0.007176 10.0.0.23 - - [2026-01-29 03:01:38] "POST /neutron/port HTTP/1.1" 200 1062 0.042752 10.0.0.23 - - [2026-01-29 03:01:38] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004048 10.0.0.23 - - [2026-01-29 03:01:38] "POST /neutron/network HTTP/1.1" 200 830 0.007464 10.0.0.23 - - [2026-01-29 03:01:40] "POST /neutron/network HTTP/1.1" 200 840 0.008341 10.0.0.23 - - [2026-01-29 03:01:40] "POST /neutron/port HTTP/1.1" 200 117 0.001253 10.0.0.23 - - [2026-01-29 03:01:42] "POST /neutron/security_group HTTP/1.1" 200 2062 0.007826 10.0.0.23 - - [2026-01-29 03:01:42] "POST /neutron/port HTTP/1.1" 200 1126 0.022677 10.0.0.23 - - [2026-01-29 03:01:42] "GET /virtual-machine/4ff258d8-3d86-4569-abfa-32ac741143f2 HTTP/1.1" 200 1298 0.006752 10.0.0.23 - - [2026-01-29 03:01:42] "GET /virtual-machine-interface/6a400b33-7ff9-409a-94a4-df6e84042231 HTTP/1.1" 200 2974 0.006057 10.0.0.23 - - [2026-01-29 03:01:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003903 10.0.0.23 - - [2026-01-29 03:01:42] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003611 10.0.0.23 - - [2026-01-29 03:01:42] "GET /virtual-networks?parent_id=7cc62223-6f86-4de3-b1f1-f2c449697307&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.002934 10.0.0.23 - - [2026-01-29 03:01:42] "GET /virtual-network/79da2391-0550-4287-b9da-346dec71f0bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2116 0.008752 10.0.0.23 - - [2026-01-29 03:01:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003667 10.0.0.23 - - [2026-01-29 03:01:46] "GET /virtual-network/79da2391-0550-4287-b9da-346dec71f0bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2116 0.007282 10.0.0.23 - - [2026-01-29 03:01:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004163 10.0.0.23 - - [2026-01-29 03:01:50] "GET /virtual-network/79da2391-0550-4287-b9da-346dec71f0bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2116 0.005956 10.0.0.23 - - [2026-01-29 03:01:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003693 10.0.0.23 - - [2026-01-29 03:01:54] "GET /virtual-network/79da2391-0550-4287-b9da-346dec71f0bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2116 0.008279 10.0.0.23 - - [2026-01-29 03:01:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004442 10.0.0.23 - - [2026-01-29 03:01:58] "GET /virtual-network/79da2391-0550-4287-b9da-346dec71f0bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2116 0.006488 10.0.0.23 - - [2026-01-29 03:02:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003762 10.0.0.23 - - [2026-01-29 03:02:02] "GET /virtual-network/79da2391-0550-4287-b9da-346dec71f0bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2116 0.005579 10.0.0.23 - - [2026-01-29 03:02:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003479 10.0.0.23 - - [2026-01-29 03:02:06] "GET /virtual-network/79da2391-0550-4287-b9da-346dec71f0bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2116 0.005825 10.0.0.23 - - [2026-01-29 03:02:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003459 10.0.0.23 - - [2026-01-29 03:02:10] "GET /virtual-network/79da2391-0550-4287-b9da-346dec71f0bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2116 0.005709 10.0.0.23 - - [2026-01-29 03:02:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003691 10.0.0.23 - - [2026-01-29 03:02:14] "GET /virtual-network/79da2391-0550-4287-b9da-346dec71f0bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2116 0.005352 10.0.0.23 - - [2026-01-29 03:02:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004519 10.0.0.23 - - [2026-01-29 03:02:18] "GET /virtual-network/79da2391-0550-4287-b9da-346dec71f0bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2116 0.012921 10.0.0.23 - - [2026-01-29 03:02:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.004950 10.0.0.23 - - [2026-01-29 03:02:22] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005247 10.0.0.23 - - [2026-01-29 03:02:22] "GET /virtual-networks?parent_id=7cc62223-6f86-4de3-b1f1-f2c449697307&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.004412 10.0.0.23 - - [2026-01-29 03:02:22] "GET /virtual-network/79da2391-0550-4287-b9da-346dec71f0bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2116 0.007777 10.0.0.23 - - [2026-01-29 03:02:23] "POST /neutron/security_group HTTP/1.1" 200 2062 0.011744 10.0.0.23 - - [2026-01-29 03:02:33] "POST /neutron/port HTTP/1.1" 200 1126 0.020844 10.0.0.23 - - [2026-01-29 03:02:34] "POST /neutron/security_group HTTP/1.1" 200 2062 0.032629 10.0.0.23 - - [2026-01-29 03:02:40] "POST /neutron/port HTTP/1.1" 200 1126 0.019400 10.0.0.23 - - [2026-01-29 03:02:40] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004018 10.0.0.23 - - [2026-01-29 03:02:40] "POST /neutron/network HTTP/1.1" 200 830 0.007528 10.0.0.23 - - [2026-01-29 03:02:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003860 10.0.0.23 - - [2026-01-29 03:02:43] "GET /virtual-network/79da2391-0550-4287-b9da-346dec71f0bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2116 0.005987 10.0.0.23 - - [2026-01-29 03:02:43] "PUT /virtual-network/79da2391-0550-4287-b9da-346dec71f0bc HTTP/1.1" 200 265 0.061059 10.0.0.147 - - [2026-01-29 03:02:43] "DELETE /route-target/caca038e-e30a-476f-a86d-ffa790b21d6a HTTP/1.1" 200 115 0.020914 10.0.0.23 - - [2026-01-29 03:02:49] "POST /neutron/port HTTP/1.1" 200 1126 0.019052 10.0.0.23 - - [2026-01-29 03:02:51] "POST /neutron/network HTTP/1.1" 200 830 0.010127 10.0.0.240 - - [2026-01-29 03:02:52] "GET /projects?obj_uuids=7cc62223-6f86-4de3-b1f1-f2c449697307&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001048 10.0.0.23 - - [2026-01-29 03:02:52] "GET /project/7cc62223-6f86-4de3-b1f1-f2c449697307?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.071637 10.0.0.240 - - [2026-01-29 03:02:52] "GET /projects?obj_uuids=7cc62223-6f86-4de3-b1f1-f2c449697307&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001253 10.0.0.23 - - [2026-01-29 03:02:52] "GET /project/7cc62223-6f86-4de3-b1f1-f2c449697307?fields=virtual_networks HTTP/1.1" 200 1042 0.049355 10.0.0.240 - - [2026-01-29 03:02:52] "GET /projects?obj_uuids=7cc62223-6f86-4de3-b1f1-f2c449697307&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001391 10.0.0.23 - - [2026-01-29 03:02:52] "GET /project/7cc62223-6f86-4de3-b1f1-f2c449697307?fields=virtual_machine_interfaces HTTP/1.1" 200 1042 0.043405 10.0.0.240 - - [2026-01-29 03:02:53] "GET /projects?obj_uuids=7cc62223-6f86-4de3-b1f1-f2c449697307&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001447 10.0.0.23 - - [2026-01-29 03:02:53] "GET /project/7cc62223-6f86-4de3-b1f1-f2c449697307?fields=security_groups HTTP/1.1" 200 1273 0.040623 10.0.0.23 - - [2026-01-29 03:02:53] "POST /fqname-to-id HTTP/1.1" 404 213 0.033187 10.0.0.240 - - [2026-01-29 03:02:53] "GET /projects?obj_uuids=790fbf86-7d38-4c6c-8d0d-1ca84a71d0aa&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003362 10.0.0.240 - - [2026-01-29 03:02:54] "GET /domains?obj_uuids=65230a56-1cf0-4d34-9498-1ad48da04806&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001514 10.0.0.240 - - [2026-01-29 03:02:54] "GET /domain/65230a56-1cf0-4d34-9498-1ad48da04806?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.036216 10.0.0.240 - - [2026-01-29 03:02:54] "POST /id-to-fqname HTTP/1.1" 200 216 0.001311 10.0.0.240 - - [2026-01-29 03:02:54] "POST /fqname-to-id HTTP/1.1" 404 227 0.007852 10.0.0.240 - - [2026-01-29 03:02:54] "POST /security-groups HTTP/1.1" 200 616 0.077045 10.0.0.147 - - [2026-01-29 03:02:54] "POST /fqname-to-id HTTP/1.1" 404 259 0.003604 10.0.0.240 - - [2026-01-29 03:02:54] "POST /projects HTTP/1.1" 200 635 0.284399 10.0.0.240 - - [2026-01-29 03:02:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.356455 10.0.0.147 - - [2026-01-29 03:02:54] "POST /access-control-lists HTTP/1.1" 200 621 0.031298 10.0.0.23 - - [2026-01-29 03:02:54] "GET /project/790fbf86-7d38-4c6c-8d0d-1ca84a71d0aa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1466 0.542261 10.0.0.23 - - [2026-01-29 03:02:55] "GET / HTTP/1.1" 200 36215 0.002998 10.0.0.23 - - [2026-01-29 03:02:57] "POST /fqname-to-id HTTP/1.1" 401 292 0.000493 10.0.0.23 - - [2026-01-29 03:02:57] "POST /fqname-to-id HTTP/1.1" 404 249 0.061207 10.0.0.147 - - [2026-01-29 03:02:57] "POST /fqname-to-id HTTP/1.1" 404 280 0.004952 10.0.0.147 - - [2026-01-29 03:02:57] "PUT /access-control-list/154e5165-3a44-47fb-923e-0d2f6b8f95e2 HTTP/1.1" 200 273 0.023130 10.0.0.240 - - [2026-01-29 03:02:58] "GET /projects?obj_uuids=790fbf86-7d38-4c6c-8d0d-1ca84a71d0aa&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001223 10.0.0.23 - - [2026-01-29 03:02:58] "POST /neutron/security_group_rule HTTP/1.1" 200 2608 0.102309 10.0.0.23 - - [2026-01-29 03:02:58] "POST /neutron/security_group_rule HTTP/1.1" 200 534 0.016495 10.0.0.147 - - [2026-01-29 03:02:58] "PUT /access-control-list/154e5165-3a44-47fb-923e-0d2f6b8f95e2 HTTP/1.1" 200 273 0.019933 10.0.0.23 - - [2026-01-29 03:02:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.006996 10.0.0.23 - - [2026-01-29 03:02:58] "GET /security-group/f6469528-efbf-4140-9f09-1044b60789fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2030 0.018541 10.0.0.23 - - [2026-01-29 03:02:59] "POST /neutron/security_group HTTP/1.1" 200 1026 0.004820 10.0.0.23 - - [2026-01-29 03:02:59] "POST /fqname-to-id HTTP/1.1" 404 249 0.003153 10.0.0.147 - - [2026-01-29 03:02:59] "DELETE /access-control-list/154e5165-3a44-47fb-923e-0d2f6b8f95e2 HTTP/1.1" 200 115 0.034157 10.0.0.23 - - [2026-01-29 03:02:59] "POST /fqname-to-id HTTP/1.1" 404 249 0.003617 10.0.0.147 - - [2026-01-29 03:02:59] "POST /fqname-to-id HTTP/1.1" 404 280 0.008346 10.0.0.147 - - [2026-01-29 03:03:00] "PUT /access-control-list/0c707176-1621-44ca-972d-04b1ed668f41 HTTP/1.1" 200 273 0.016964 10.0.0.240 - - [2026-01-29 03:03:00] "GET /projects?obj_uuids=790fbf86-7d38-4c6c-8d0d-1ca84a71d0aa&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001937 10.0.0.23 - - [2026-01-29 03:03:00] "POST /neutron/security_group_rule HTTP/1.1" 200 2608 0.063035 10.0.0.23 - - [2026-01-29 03:03:00] "POST /neutron/security_group_rule HTTP/1.1" 200 534 0.032127 10.0.0.147 - - [2026-01-29 03:03:00] "PUT /access-control-list/0c707176-1621-44ca-972d-04b1ed668f41 HTTP/1.1" 200 273 0.027527 10.0.0.23 - - [2026-01-29 03:03:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.006354 10.0.0.23 - - [2026-01-29 03:03:00] "GET /security-group/14a59468-651d-4a0e-8c32-1b6e1b3a88d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2029 0.008017 10.0.0.240 - - [2026-01-29 03:03:01] "GET /projects?obj_uuids=790fbf86-7d38-4c6c-8d0d-1ca84a71d0aa&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.002217 10.0.0.23 - - [2026-01-29 03:03:01] "POST /neutron/security_group_rule HTTP/1.1" 200 2208 0.075285 10.0.0.23 - - [2026-01-29 03:03:01] "POST /neutron/security_group_rule HTTP/1.1" 200 600 0.138428 10.0.0.147 - - [2026-01-29 03:03:01] "PUT /access-control-list/0c707176-1621-44ca-972d-04b1ed668f41 HTTP/1.1" 200 273 0.012517 10.0.0.23 - - [2026-01-29 03:03:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.005108 10.0.0.240 - - [2026-01-29 03:03:01] "GET /projects?obj_uuids=790fbf86-7d38-4c6c-8d0d-1ca84a71d0aa&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.003015 10.0.0.23 - - [2026-01-29 03:03:01] "GET /project/790fbf86-7d38-4c6c-8d0d-1ca84a71d0aa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1466 0.070129 10.0.0.240 - - [2026-01-29 03:03:01] "GET /projects?obj_uuids=790fbf86-7d38-4c6c-8d0d-1ca84a71d0aa&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001192 10.0.0.23 - - [2026-01-29 03:03:01] "POST /neutron/network HTTP/1.1" 200 720 0.125283 10.0.0.147 - - [2026-01-29 03:03:02] "POST /ref-update HTTP/1.1" 200 156 0.031917 10.0.0.147 - - [2026-01-29 03:03:02] "POST /fqname-to-id HTTP/1.1" 404 207 0.032704 10.0.0.23 - - [2026-01-29 03:03:02] "POST /neutron/network HTTP/1.1" 200 1114 0.010865 10.0.0.23 - - [2026-01-29 03:03:02] "POST /id-to-fqname HTTP/1.1" 200 290 0.001204 10.0.0.23 - - [2026-01-29 03:03:02] "GET /virtual-network/6b34c3fb-3897-4385-bdb7-c611b721fac7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2815 0.006281 10.0.0.23 - - [2026-01-29 03:03:02] "GET /virtual-network/6b34c3fb-3897-4385-bdb7-c611b721fac7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2815 0.005581 10.0.0.23 - - [2026-01-29 03:03:02] "POST /neutron/subnet HTTP/1.1" 200 828 0.009228 10.0.0.23 - - [2026-01-29 03:03:02] "GET /virtual-network/6b34c3fb-3897-4385-bdb7-c611b721fac7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2815 0.005822 10.0.0.23 - - [2026-01-29 03:03:03] "GET /obj-perms HTTP/1.1" 200 5080 0.057798 10.0.0.147 - - [2026-01-29 03:03:03] "GET /obj-perms HTTP/1.1" 200 5080 0.055557 10.0.0.23 - - [2026-01-29 03:03:04] "POST /id-to-fqname HTTP/1.1" 200 290 0.001455 10.0.0.23 - - [2026-01-29 03:03:04] "POST /neutron/network HTTP/1.1" 200 1124 0.007736 10.0.0.240 - - [2026-01-29 03:03:04] "GET /projects?obj_uuids=790fbf86-7d38-4c6c-8d0d-1ca84a71d0aa&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001070 10.0.0.23 - - [2026-01-29 03:03:04] "GET /project/790fbf86-7d38-4c6c-8d0d-1ca84a71d0aa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1466 0.075450 10.0.0.23 - - [2026-01-29 03:03:05] "POST /neutron/port HTTP/1.1" 200 117 0.007931 10.0.0.23 - - [2026-01-29 03:03:05] "POST /id-to-fqname HTTP/1.1" 200 290 0.001514 10.0.0.23 - - [2026-01-29 03:03:05] "POST /neutron/network HTTP/1.1" 200 1124 0.008630 10.0.0.240 - - [2026-01-29 03:03:05] "GET /projects?obj_uuids=790fbf86-7d38-4c6c-8d0d-1ca84a71d0aa&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001280 10.0.0.23 - - [2026-01-29 03:03:06] "POST /neutron/port HTTP/1.1" 200 1193 0.407527 10.0.0.240 - - [2026-01-29 03:03:06] "GET /projects?obj_uuids=790fbf86-7d38-4c6c-8d0d-1ca84a71d0aa&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001206 10.0.0.23 - - [2026-01-29 03:03:06] "GET /project/790fbf86-7d38-4c6c-8d0d-1ca84a71d0aa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1466 0.116632 10.0.0.23 - - [2026-01-29 03:03:06] "POST /neutron/port HTTP/1.1" 200 1193 0.015267 10.0.0.23 - - [2026-01-29 03:03:06] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003786 10.0.0.23 - - [2026-01-29 03:03:06] "POST /neutron/security_group HTTP/1.1" 200 1457 0.007895 10.0.0.23 - - [2026-01-29 03:03:06] "POST /neutron/port HTTP/1.1" 200 117 0.005660 10.0.0.23 - - [2026-01-29 03:03:06] "POST /neutron/port HTTP/1.1" 200 1257 0.022665 10.0.0.240 - - [2026-01-29 03:03:07] "GET /projects?obj_uuids=790fbf86-7d38-4c6c-8d0d-1ca84a71d0aa&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001037 10.0.0.23 - - [2026-01-29 03:03:07] "POST /neutron/security_group HTTP/1.1" 200 3458 0.062316 10.0.0.23 - - [2026-01-29 03:03:07] "POST /neutron/port HTTP/1.1" 200 1193 0.022556 10.0.0.23 - - [2026-01-29 03:03:07] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004703 10.0.0.23 - - [2026-01-29 03:03:07] "POST /neutron/port HTTP/1.1" 200 117 0.001445 10.0.0.23 - - [2026-01-29 03:03:11] "POST /neutron/port HTTP/1.1" 200 1257 0.021345 10.0.0.23 - - [2026-01-29 03:03:11] "POST /neutron/security_group HTTP/1.1" 200 1457 0.008224 10.0.0.23 - - [2026-01-29 03:03:12] "POST /neutron/port HTTP/1.1" 200 1257 0.017883 10.0.0.23 - - [2026-01-29 03:03:12] "GET /virtual-machine/d5540c03-2d6f-4f98-a239-af84827483ba HTTP/1.1" 401 292 0.000469 10.0.0.23 - - [2026-01-29 03:03:12] "GET /virtual-machine/d5540c03-2d6f-4f98-a239-af84827483ba HTTP/1.1" 200 1320 0.028619 10.0.0.23 - - [2026-01-29 03:03:12] "GET /virtual-machine/d5540c03-2d6f-4f98-a239-af84827483ba HTTP/1.1" 200 1320 0.003690 10.0.0.23 - - [2026-01-29 03:03:12] "GET /virtual-machine-interface/9224d187-4b01-42a7-8038-4cafab06d023 HTTP/1.1" 200 3425 0.005141 10.0.0.23 - - [2026-01-29 03:03:12] "GET /virtual-machine/d5540c03-2d6f-4f98-a239-af84827483ba HTTP/1.1" 200 1320 0.003956 10.0.0.23 - - [2026-01-29 03:03:12] "GET /virtual-machine-interface/9224d187-4b01-42a7-8038-4cafab06d023 HTTP/1.1" 200 3425 0.005499 10.0.0.23 - - [2026-01-29 03:03:12] "GET /instance-ip/7563d40e-c6f7-4241-a94a-ba74fefa2481 HTTP/1.1" 200 1719 0.005915 10.0.0.23 - - [2026-01-29 03:03:12] "GET /instance-ip/82eb13e7-7555-40c9-8c62-d2bb5fe4d2a0 HTTP/1.1" 200 1738 0.005177 10.0.0.23 - - [2026-01-29 03:03:12] "GET /virtual-machine/d5540c03-2d6f-4f98-a239-af84827483ba HTTP/1.1" 200 1320 0.003817 10.0.0.23 - - [2026-01-29 03:03:12] "GET /virtual-machine-interface/9224d187-4b01-42a7-8038-4cafab06d023 HTTP/1.1" 200 3425 0.005402 10.0.0.23 - - [2026-01-29 03:03:12] "GET /instance-ip/7563d40e-c6f7-4241-a94a-ba74fefa2481 HTTP/1.1" 200 1719 0.003793 10.0.0.23 - - [2026-01-29 03:03:12] "GET /instance-ip/82eb13e7-7555-40c9-8c62-d2bb5fe4d2a0 HTTP/1.1" 200 1738 0.004011 10.0.0.23 - - [2026-01-29 03:03:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003569 10.0.0.23 - - [2026-01-29 03:03:12] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004041 10.0.0.23 - - [2026-01-29 03:03:12] "GET /virtual-networks?parent_id=790fbf86-7d38-4c6c-8d0d-1ca84a71d0aa&detail=False&count=False&shared=False HTTP/1.1" 200 422 0.003292 10.0.0.23 - - [2026-01-29 03:03:12] "GET /virtual-network/6b34c3fb-3897-4385-bdb7-c611b721fac7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2815 0.005970 10.0.0.23 - - [2026-01-29 03:03:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003741 10.0.0.23 - - [2026-01-29 03:03:12] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004316 10.0.0.23 - - [2026-01-29 03:03:12] "GET /virtual-networks?parent_id=790fbf86-7d38-4c6c-8d0d-1ca84a71d0aa&detail=False&count=False&shared=False HTTP/1.1" 200 422 0.003045 10.0.0.23 - - [2026-01-29 03:03:12] "GET /virtual-network/6b34c3fb-3897-4385-bdb7-c611b721fac7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2815 0.006171 10.0.0.23 - - [2026-01-29 03:03:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004889 10.0.0.23 - - [2026-01-29 03:03:12] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.006101 10.0.0.23 - - [2026-01-29 03:03:12] "GET /virtual-networks?parent_id=790fbf86-7d38-4c6c-8d0d-1ca84a71d0aa&detail=False&count=False&shared=False HTTP/1.1" 200 422 0.005373 10.0.0.23 - - [2026-01-29 03:03:12] "GET /virtual-network/6b34c3fb-3897-4385-bdb7-c611b721fac7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2815 0.013066 10.0.0.23 - - [2026-01-29 03:03:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.010403 10.0.0.23 - - [2026-01-29 03:03:12] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005857 10.0.0.23 - - [2026-01-29 03:03:12] "GET /virtual-networks?parent_id=790fbf86-7d38-4c6c-8d0d-1ca84a71d0aa&detail=False&count=False&shared=False HTTP/1.1" 200 422 0.004699 10.0.0.23 - - [2026-01-29 03:03:13] "GET /virtual-network/6b34c3fb-3897-4385-bdb7-c611b721fac7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2815 0.006204 10.0.0.23 - - [2026-01-29 03:03:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003778 10.0.0.23 - - [2026-01-29 03:03:13] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004475 10.0.0.23 - - [2026-01-29 03:03:13] "GET /virtual-networks?parent_id=790fbf86-7d38-4c6c-8d0d-1ca84a71d0aa&detail=False&count=False&shared=False HTTP/1.1" 200 422 0.002798 10.0.0.23 - - [2026-01-29 03:03:13] "GET /virtual-network/6b34c3fb-3897-4385-bdb7-c611b721fac7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2815 0.014268 10.0.0.23 - - [2026-01-29 03:03:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003587 10.0.0.23 - - [2026-01-29 03:03:13] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004373 10.0.0.23 - - [2026-01-29 03:03:13] "GET /virtual-networks?parent_id=790fbf86-7d38-4c6c-8d0d-1ca84a71d0aa&detail=False&count=False&shared=False HTTP/1.1" 200 422 0.003399 10.0.0.23 - - [2026-01-29 03:03:13] "GET /virtual-network/6b34c3fb-3897-4385-bdb7-c611b721fac7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2815 0.006517 10.0.0.23 - - [2026-01-29 03:03:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003621 10.0.0.23 - - [2026-01-29 03:03:13] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004124 10.0.0.23 - - [2026-01-29 03:03:13] "GET /virtual-networks?parent_id=790fbf86-7d38-4c6c-8d0d-1ca84a71d0aa&detail=False&count=False&shared=False HTTP/1.1" 200 422 0.003125 10.0.0.23 - - [2026-01-29 03:03:13] "GET /virtual-network/6b34c3fb-3897-4385-bdb7-c611b721fac7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2815 0.005821 10.0.0.23 - - [2026-01-29 03:03:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004341 10.0.0.23 - - [2026-01-29 03:03:16] "GET /virtual-network/6b34c3fb-3897-4385-bdb7-c611b721fac7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2815 0.007115 10.0.0.23 - - [2026-01-29 03:03:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003636 10.0.0.23 - - [2026-01-29 03:03:20] "GET /virtual-network/6b34c3fb-3897-4385-bdb7-c611b721fac7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2815 0.005459 10.0.0.23 - - [2026-01-29 03:03:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.005787 10.0.0.23 - - [2026-01-29 03:03:24] "GET /virtual-network/6b34c3fb-3897-4385-bdb7-c611b721fac7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2815 0.006946 10.0.0.23 - - [2026-01-29 03:03:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003747 10.0.0.23 - - [2026-01-29 03:03:28] "GET /virtual-network/6b34c3fb-3897-4385-bdb7-c611b721fac7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2815 0.006104 10.0.0.23 - - [2026-01-29 03:03:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003976 10.0.0.23 - - [2026-01-29 03:03:32] "GET /virtual-network/6b34c3fb-3897-4385-bdb7-c611b721fac7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2815 0.006585 10.0.0.23 - - [2026-01-29 03:03:36] "POST /neutron/port HTTP/1.1" 200 1257 0.021362 10.0.0.23 - - [2026-01-29 03:03:36] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004190 10.0.0.23 - - [2026-01-29 03:03:36] "POST /neutron/port HTTP/1.1" 200 117 0.001230 10.0.0.23 - - [2026-01-29 03:03:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003913 10.0.0.23 - - [2026-01-29 03:03:37] "GET /virtual-network/6b34c3fb-3897-4385-bdb7-c611b721fac7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2815 0.007691 10.0.0.23 - - [2026-01-29 03:03:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.004146 10.0.0.23 - - [2026-01-29 03:03:41] "GET /virtual-network/6b34c3fb-3897-4385-bdb7-c611b721fac7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2815 0.006255 10.0.0.23 - - [2026-01-29 03:03:41] "POST /neutron/port HTTP/1.1" 200 1257 0.020860 10.0.0.23 - - [2026-01-29 03:03:41] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004285 10.0.0.23 - - [2026-01-29 03:03:41] "POST /neutron/port HTTP/1.1" 200 117 0.001244 10.0.0.23 - - [2026-01-29 03:03:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.009280 10.0.0.23 - - [2026-01-29 03:03:45] "GET /virtual-network/6b34c3fb-3897-4385-bdb7-c611b721fac7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2815 0.008154 10.0.0.23 - - [2026-01-29 03:03:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004677 10.0.0.23 - - [2026-01-29 03:03:49] "GET /virtual-network/6b34c3fb-3897-4385-bdb7-c611b721fac7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2815 0.006775 10.0.0.240 - - [2026-01-29 03:03:51] "DELETE /project/790fbf867d384c6c8d0d1ca84a71d0aa HTTP/1.1" 404 173 0.006542 10.0.0.240 - - [2026-01-29 03:03:51] "GET /projects?obj_uuids=7cc62223-6f86-4de3-b1f1-f2c449697307&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000922 10.0.0.240 - - [2026-01-29 03:03:51] "GET /project/7cc62223-6f86-4de3-b1f1-f2c449697307?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1484 0.043145 10.0.0.240 - - [2026-01-29 03:03:51] "GET /projects?obj_uuids=7cc62223-6f86-4de3-b1f1-f2c449697307&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001384 10.0.0.240 - - [2026-01-29 03:03:51] "GET /project/7cc62223-6f86-4de3-b1f1-f2c449697307?fields=security_groups HTTP/1.1" 200 1375 0.063052 10.0.0.240 - - [2026-01-29 03:03:51] "DELETE /security-group/c7faa096-617a-47ba-b629-59efead48210 HTTP/1.1" 200 115 0.075219 10.0.0.240 - - [2026-01-29 03:03:52] "GET /projects?obj_uuids=7cc62223-6f86-4de3-b1f1-f2c449697307&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001114 10.0.0.240 - - [2026-01-29 03:03:52] "GET /project/7cc62223-6f86-4de3-b1f1-f2c449697307?fields=application_policy_sets HTTP/1.1" 200 1414 0.061091 10.0.0.240 - - [2026-01-29 03:03:52] "DELETE /project/7cc62223-6f86-4de3-b1f1-f2c449697307 HTTP/1.1" 200 115 0.525225 10.0.0.23 - - [2026-01-29 03:03:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003703 10.0.0.23 - - [2026-01-29 03:03:53] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003657 10.0.0.23 - - [2026-01-29 03:03:53] "GET /virtual-networks?parent_id=790fbf86-7d38-4c6c-8d0d-1ca84a71d0aa&detail=False&count=False&shared=False HTTP/1.1" 200 422 0.002866 10.0.0.23 - - [2026-01-29 03:03:53] "GET /virtual-network/6b34c3fb-3897-4385-bdb7-c611b721fac7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2815 0.006582 10.0.0.23 - - [2026-01-29 03:03:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003520 10.0.0.23 - - [2026-01-29 03:03:53] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005388 10.0.0.23 - - [2026-01-29 03:03:53] "GET /virtual-networks?parent_id=790fbf86-7d38-4c6c-8d0d-1ca84a71d0aa&detail=False&count=False&shared=False HTTP/1.1" 200 422 0.003854 10.0.0.23 - - [2026-01-29 03:03:53] "GET /virtual-network/6b34c3fb-3897-4385-bdb7-c611b721fac7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2815 0.007477 10.0.0.23 - - [2026-01-29 03:03:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003752 10.0.0.23 - - [2026-01-29 03:03:53] "GET /routing-instance/bea47b6f-b76e-43cd-9acd-24c094920c37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1684 0.005093 10.0.0.23 - - [2026-01-29 03:03:53] "GET /route-target/94d6b251-9644-4fbd-b0c3-5007e3c594db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.004227 10.0.0.23 - - [2026-01-29 03:03:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003549 10.0.0.23 - - [2026-01-29 03:03:53] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005043 10.0.0.23 - - [2026-01-29 03:03:53] "GET /virtual-networks?parent_id=790fbf86-7d38-4c6c-8d0d-1ca84a71d0aa&detail=False&count=False&shared=False HTTP/1.1" 200 422 0.004853 10.0.0.23 - - [2026-01-29 03:03:53] "GET /virtual-network/6b34c3fb-3897-4385-bdb7-c611b721fac7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2815 0.007631 10.0.0.23 - - [2026-01-29 03:03:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.009961 10.0.0.23 - - [2026-01-29 03:03:53] "GET /routing-instance/bea47b6f-b76e-43cd-9acd-24c094920c37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1684 0.004560 10.0.0.23 - - [2026-01-29 03:03:53] "GET /route-target/94d6b251-9644-4fbd-b0c3-5007e3c594db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.004425 10.0.0.23 - - [2026-01-29 03:03:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003690 10.0.0.23 - - [2026-01-29 03:03:54] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004831 10.0.0.23 - - [2026-01-29 03:03:54] "GET /virtual-networks?parent_id=790fbf86-7d38-4c6c-8d0d-1ca84a71d0aa&detail=False&count=False&shared=False HTTP/1.1" 200 422 0.006360 10.0.0.23 - - [2026-01-29 03:03:54] "GET /virtual-network/6b34c3fb-3897-4385-bdb7-c611b721fac7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2815 0.006243 10.0.0.23 - - [2026-01-29 03:03:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004287 10.0.0.23 - - [2026-01-29 03:03:54] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004040 10.0.0.23 - - [2026-01-29 03:03:54] "GET /virtual-networks?parent_id=790fbf86-7d38-4c6c-8d0d-1ca84a71d0aa&detail=False&count=False&shared=False HTTP/1.1" 200 422 0.003196 10.0.0.23 - - [2026-01-29 03:03:54] "GET /virtual-network/6b34c3fb-3897-4385-bdb7-c611b721fac7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2815 0.006282 10.0.0.23 - - [2026-01-29 03:03:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003301 10.0.0.23 - - [2026-01-29 03:03:54] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004173 10.0.0.23 - - [2026-01-29 03:03:54] "GET /virtual-networks?parent_id=790fbf86-7d38-4c6c-8d0d-1ca84a71d0aa&detail=False&count=False&shared=False HTTP/1.1" 200 422 0.003360 10.0.0.23 - - [2026-01-29 03:03:54] "GET /virtual-network/6b34c3fb-3897-4385-bdb7-c611b721fac7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2815 0.006024 10.0.0.240 - - [2026-01-29 03:03:54] "GET /obj-perms HTTP/1.1" 200 5080 0.049040 10.0.0.23 - - [2026-01-29 03:03:54] "GET /obj-perms HTTP/1.1" 200 5080 0.003860 10.0.0.23 - - [2026-01-29 03:03:54] "GET /obj-perms HTTP/1.1" 200 5080 0.004150 10.0.0.147 - - [2026-01-29 03:03:54] "GET /obj-perms HTTP/1.1" 200 5080 0.004083 10.0.0.240 - - [2026-01-29 03:03:54] "GET /obj-perms HTTP/1.1" 200 5080 0.004003 10.0.0.23 - - [2026-01-29 03:03:54] "GET /virtual-machine/d5540c03-2d6f-4f98-a239-af84827483ba HTTP/1.1" 200 1320 0.004794 10.0.0.23 - - [2026-01-29 03:03:54] "GET /virtual-machine-interface/9224d187-4b01-42a7-8038-4cafab06d023 HTTP/1.1" 200 3425 0.006629 10.0.0.23 - - [2026-01-29 03:03:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003919 10.0.0.23 - - [2026-01-29 03:03:54] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003875 10.0.0.23 - - [2026-01-29 03:03:54] "GET /virtual-networks?parent_id=790fbf86-7d38-4c6c-8d0d-1ca84a71d0aa&detail=False&count=False&shared=False HTTP/1.1" 200 422 0.003709 10.0.0.23 - - [2026-01-29 03:03:54] "GET /virtual-network/6b34c3fb-3897-4385-bdb7-c611b721fac7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2815 0.006235 10.0.0.23 - - [2026-01-29 03:03:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004267 10.0.0.23 - - [2026-01-29 03:03:56] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004679 10.0.0.23 - - [2026-01-29 03:03:56] "GET /virtual-networks?parent_id=790fbf86-7d38-4c6c-8d0d-1ca84a71d0aa&detail=False&count=False&shared=False HTTP/1.1" 200 422 0.003347 10.0.0.23 - - [2026-01-29 03:03:56] "GET /virtual-network/6b34c3fb-3897-4385-bdb7-c611b721fac7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2815 0.006175 10.0.0.23 - - [2026-01-29 03:03:56] "POST /neutron/security_group HTTP/1.1" 200 1457 0.007882 10.0.0.23 - - [2026-01-29 03:04:02] "POST /neutron/port HTTP/1.1" 200 1257 0.018951 10.0.0.23 - - [2026-01-29 03:04:05] "POST /neutron/security_group HTTP/1.1" 200 1457 0.006740 10.0.0.23 - - [2026-01-29 03:04:11] "POST /neutron/port HTTP/1.1" 200 1257 0.020059 10.0.0.23 - - [2026-01-29 03:04:17] "POST /neutron/security_group HTTP/1.1" 200 1457 0.009172 10.0.0.23 - - [2026-01-29 03:04:17] "POST /neutron/port HTTP/1.1" 200 1257 0.022341 10.0.0.23 - - [2026-01-29 03:04:17] "POST /neutron/security_group HTTP/1.1" 200 1457 0.010005 10.0.0.23 - - [2026-01-29 03:04:17] "GET /virtual-machine/07e6f50c-69d0-41b3-a24d-d8e21f475ace HTTP/1.1" 200 1318 0.007125 10.0.0.23 - - [2026-01-29 03:04:17] "GET /virtual-machine/07e6f50c-69d0-41b3-a24d-d8e21f475ace HTTP/1.1" 200 1318 0.004787 10.0.0.23 - - [2026-01-29 03:04:17] "GET /virtual-machine-interface/f214d38f-b31f-45d1-843c-9d3b3b554eb3 HTTP/1.1" 200 3425 0.009705 10.0.0.23 - - [2026-01-29 03:04:17] "GET /virtual-machine/07e6f50c-69d0-41b3-a24d-d8e21f475ace HTTP/1.1" 200 1318 0.004128 10.0.0.23 - - [2026-01-29 03:04:17] "GET /virtual-machine-interface/f214d38f-b31f-45d1-843c-9d3b3b554eb3 HTTP/1.1" 200 3425 0.005343 10.0.0.23 - - [2026-01-29 03:04:17] "GET /instance-ip/4b9b3ccf-f056-46fc-b9a5-a33be8e415ec HTTP/1.1" 200 1719 0.007808 10.0.0.23 - - [2026-01-29 03:04:17] "GET /instance-ip/84e6ff81-bbde-4c51-8ea9-c6f9b1f3749b HTTP/1.1" 200 1738 0.007505 10.0.0.23 - - [2026-01-29 03:04:17] "GET /virtual-machine/07e6f50c-69d0-41b3-a24d-d8e21f475ace HTTP/1.1" 200 1318 0.004271 10.0.0.23 - - [2026-01-29 03:04:17] "GET /virtual-machine-interface/f214d38f-b31f-45d1-843c-9d3b3b554eb3 HTTP/1.1" 200 3425 0.005880 10.0.0.23 - - [2026-01-29 03:04:17] "GET /instance-ip/4b9b3ccf-f056-46fc-b9a5-a33be8e415ec HTTP/1.1" 200 1719 0.005089 10.0.0.23 - - [2026-01-29 03:04:17] "GET /instance-ip/84e6ff81-bbde-4c51-8ea9-c6f9b1f3749b HTTP/1.1" 200 1738 0.005234 10.0.0.23 - - [2026-01-29 03:04:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004172 10.0.0.23 - - [2026-01-29 03:04:17] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004603 10.0.0.23 - - [2026-01-29 03:04:17] "GET /virtual-networks?parent_id=790fbf86-7d38-4c6c-8d0d-1ca84a71d0aa&detail=False&count=False&shared=False HTTP/1.1" 200 422 0.003472 10.0.0.23 - - [2026-01-29 03:04:17] "GET /virtual-network/6b34c3fb-3897-4385-bdb7-c611b721fac7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2815 0.009181 10.0.0.23 - - [2026-01-29 03:04:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004989 10.0.0.23 - - [2026-01-29 03:04:17] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004833 10.0.0.23 - - [2026-01-29 03:04:17] "GET /virtual-networks?parent_id=790fbf86-7d38-4c6c-8d0d-1ca84a71d0aa&detail=False&count=False&shared=False HTTP/1.1" 200 422 0.003504 10.0.0.23 - - [2026-01-29 03:04:17] "GET /virtual-network/6b34c3fb-3897-4385-bdb7-c611b721fac7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2815 0.006410 10.0.0.23 - - [2026-01-29 03:04:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003494 10.0.0.23 - - [2026-01-29 03:04:17] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004843 10.0.0.23 - - [2026-01-29 03:04:17] "GET /virtual-networks?parent_id=790fbf86-7d38-4c6c-8d0d-1ca84a71d0aa&detail=False&count=False&shared=False HTTP/1.1" 200 422 0.003866 10.0.0.23 - - [2026-01-29 03:04:17] "GET /virtual-network/6b34c3fb-3897-4385-bdb7-c611b721fac7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2815 0.006446 10.0.0.23 - - [2026-01-29 03:04:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003941 10.0.0.23 - - [2026-01-29 03:04:17] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004187 10.0.0.23 - - [2026-01-29 03:04:17] "GET /virtual-networks?parent_id=790fbf86-7d38-4c6c-8d0d-1ca84a71d0aa&detail=False&count=False&shared=False HTTP/1.1" 200 422 0.003670 10.0.0.23 - - [2026-01-29 03:04:17] "GET /virtual-network/6b34c3fb-3897-4385-bdb7-c611b721fac7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2815 0.006466 10.0.0.23 - - [2026-01-29 03:04:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003677 10.0.0.23 - - [2026-01-29 03:04:17] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004582 10.0.0.23 - - [2026-01-29 03:04:17] "GET /virtual-networks?parent_id=790fbf86-7d38-4c6c-8d0d-1ca84a71d0aa&detail=False&count=False&shared=False HTTP/1.1" 200 422 0.003164 10.0.0.23 - - [2026-01-29 03:04:18] "GET /virtual-network/6b34c3fb-3897-4385-bdb7-c611b721fac7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2815 0.006098 10.0.0.23 - - [2026-01-29 03:04:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003896 10.0.0.23 - - [2026-01-29 03:04:18] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005002 10.0.0.23 - - [2026-01-29 03:04:18] "GET /virtual-networks?parent_id=790fbf86-7d38-4c6c-8d0d-1ca84a71d0aa&detail=False&count=False&shared=False HTTP/1.1" 200 422 0.003348 10.0.0.23 - - [2026-01-29 03:04:18] "GET /virtual-network/6b34c3fb-3897-4385-bdb7-c611b721fac7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2815 0.007217 10.0.0.23 - - [2026-01-29 03:04:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003737 10.0.0.23 - - [2026-01-29 03:04:18] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004519 10.0.0.23 - - [2026-01-29 03:04:18] "GET /virtual-networks?parent_id=790fbf86-7d38-4c6c-8d0d-1ca84a71d0aa&detail=False&count=False&shared=False HTTP/1.1" 200 422 0.003694 10.0.0.23 - - [2026-01-29 03:04:18] "GET /virtual-network/6b34c3fb-3897-4385-bdb7-c611b721fac7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2815 0.006580 10.0.0.23 - - [2026-01-29 03:04:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004611 10.0.0.23 - - [2026-01-29 03:04:19] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004225 10.0.0.23 - - [2026-01-29 03:04:19] "GET /virtual-networks?parent_id=790fbf86-7d38-4c6c-8d0d-1ca84a71d0aa&detail=False&count=False&shared=False HTTP/1.1" 200 422 0.003614 10.0.0.23 - - [2026-01-29 03:04:19] "GET /virtual-network/6b34c3fb-3897-4385-bdb7-c611b721fac7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2815 0.006610 10.0.0.23 - - [2026-01-29 03:04:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003267 10.0.0.23 - - [2026-01-29 03:04:19] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004187 10.0.0.23 - - [2026-01-29 03:04:19] "GET /virtual-networks?parent_id=790fbf86-7d38-4c6c-8d0d-1ca84a71d0aa&detail=False&count=False&shared=False HTTP/1.1" 200 422 0.003064 10.0.0.23 - - [2026-01-29 03:04:19] "GET /virtual-network/6b34c3fb-3897-4385-bdb7-c611b721fac7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2815 0.007546 10.0.0.23 - - [2026-01-29 03:04:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004438 10.0.0.23 - - [2026-01-29 03:04:19] "GET /routing-instance/bea47b6f-b76e-43cd-9acd-24c094920c37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1684 0.005085 10.0.0.23 - - [2026-01-29 03:04:19] "GET /route-target/94d6b251-9644-4fbd-b0c3-5007e3c594db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.004414 10.0.0.23 - - [2026-01-29 03:04:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004594 10.0.0.23 - - [2026-01-29 03:04:19] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004000 10.0.0.23 - - [2026-01-29 03:04:19] "GET /virtual-networks?parent_id=790fbf86-7d38-4c6c-8d0d-1ca84a71d0aa&detail=False&count=False&shared=False HTTP/1.1" 200 422 0.003061 10.0.0.23 - - [2026-01-29 03:04:19] "GET /virtual-network/6b34c3fb-3897-4385-bdb7-c611b721fac7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2815 0.006409 10.0.0.23 - - [2026-01-29 03:04:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003022 10.0.0.23 - - [2026-01-29 03:04:19] "GET /routing-instance/bea47b6f-b76e-43cd-9acd-24c094920c37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1684 0.004528 10.0.0.23 - - [2026-01-29 03:04:19] "GET /route-target/94d6b251-9644-4fbd-b0c3-5007e3c594db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.004013 10.0.0.23 - - [2026-01-29 03:04:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003258 10.0.0.23 - - [2026-01-29 03:04:19] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004240 10.0.0.23 - - [2026-01-29 03:04:19] "GET /virtual-networks?parent_id=790fbf86-7d38-4c6c-8d0d-1ca84a71d0aa&detail=False&count=False&shared=False HTTP/1.1" 200 422 0.003470 10.0.0.23 - - [2026-01-29 03:04:19] "GET /virtual-network/6b34c3fb-3897-4385-bdb7-c611b721fac7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2815 0.007322 10.0.0.23 - - [2026-01-29 03:04:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003541 10.0.0.23 - - [2026-01-29 03:04:20] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005043 10.0.0.23 - - [2026-01-29 03:04:20] "GET /virtual-networks?parent_id=790fbf86-7d38-4c6c-8d0d-1ca84a71d0aa&detail=False&count=False&shared=False HTTP/1.1" 200 422 0.003712 10.0.0.23 - - [2026-01-29 03:04:20] "GET /virtual-network/6b34c3fb-3897-4385-bdb7-c611b721fac7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2815 0.007755 10.0.0.23 - - [2026-01-29 03:04:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003428 10.0.0.23 - - [2026-01-29 03:04:20] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004382 10.0.0.23 - - [2026-01-29 03:04:20] "GET /virtual-networks?parent_id=790fbf86-7d38-4c6c-8d0d-1ca84a71d0aa&detail=False&count=False&shared=False HTTP/1.1" 200 422 0.003539 10.0.0.23 - - [2026-01-29 03:04:20] "GET /virtual-network/6b34c3fb-3897-4385-bdb7-c611b721fac7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2815 0.006508 10.0.0.23 - - [2026-01-29 03:04:20] "GET /obj-perms HTTP/1.1" 200 5080 0.004988 10.0.0.23 - - [2026-01-29 03:04:20] "GET /obj-perms HTTP/1.1" 200 5080 0.003937 10.0.0.240 - - [2026-01-29 03:04:20] "GET /obj-perms HTTP/1.1" 200 5080 0.004725 10.0.0.23 - - [2026-01-29 03:04:20] "GET /obj-perms HTTP/1.1" 200 5080 0.004307 10.0.0.23 - - [2026-01-29 03:04:20] "GET /virtual-machine/07e6f50c-69d0-41b3-a24d-d8e21f475ace HTTP/1.1" 200 1318 0.004911 10.0.0.23 - - [2026-01-29 03:04:20] "GET /virtual-machine-interface/f214d38f-b31f-45d1-843c-9d3b3b554eb3 HTTP/1.1" 200 3425 0.006009 10.0.0.23 - - [2026-01-29 03:04:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003564 10.0.0.23 - - [2026-01-29 03:04:20] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004136 10.0.0.23 - - [2026-01-29 03:04:20] "GET /virtual-networks?parent_id=790fbf86-7d38-4c6c-8d0d-1ca84a71d0aa&detail=False&count=False&shared=False HTTP/1.1" 200 422 0.003127 10.0.0.23 - - [2026-01-29 03:04:20] "GET /virtual-network/6b34c3fb-3897-4385-bdb7-c611b721fac7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2815 0.006034 10.0.0.23 - - [2026-01-29 03:04:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003498 10.0.0.23 - - [2026-01-29 03:04:21] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003941 10.0.0.23 - - [2026-01-29 03:04:21] "GET /virtual-networks?parent_id=790fbf86-7d38-4c6c-8d0d-1ca84a71d0aa&detail=False&count=False&shared=False HTTP/1.1" 200 422 0.003174 10.0.0.23 - - [2026-01-29 03:04:21] "GET /virtual-network/6b34c3fb-3897-4385-bdb7-c611b721fac7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2815 0.008572 10.0.0.23 - - [2026-01-29 03:04:21] "GET /virtual-machine/d5540c03-2d6f-4f98-a239-af84827483ba HTTP/1.1" 200 1320 0.004376 10.0.0.23 - - [2026-01-29 03:04:21] "GET /virtual-machine-interface/9224d187-4b01-42a7-8038-4cafab06d023 HTTP/1.1" 200 3425 0.005342 10.0.0.23 - - [2026-01-29 03:04:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003105 10.0.0.23 - - [2026-01-29 03:04:21] "GET /security-group/14a59468-651d-4a0e-8c32-1b6e1b3a88d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2742 0.003812 10.0.0.23 - - [2026-01-29 03:04:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003105 10.0.0.23 - - [2026-01-29 03:04:22] "GET /security-group/14a59468-651d-4a0e-8c32-1b6e1b3a88d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2742 0.004430 10.0.0.23 - - [2026-01-29 03:04:22] "POST /neutron/port HTTP/1.1" 200 1257 0.019389 10.0.0.23 - - [2026-01-29 03:04:22] "POST /neutron/port HTTP/1.1" 200 1209 0.082262 10.0.0.23 - - [2026-01-29 03:04:22] "GET /virtual-machine/d5540c03-2d6f-4f98-a239-af84827483ba HTTP/1.1" 200 1320 0.004874 10.0.0.23 - - [2026-01-29 03:04:22] "GET /virtual-machine-interface/9224d187-4b01-42a7-8038-4cafab06d023 HTTP/1.1" 200 3369 0.006945 10.0.0.23 - - [2026-01-29 03:04:22] "POST /neutron/port HTTP/1.1" 200 1209 0.020760 10.0.0.23 - - [2026-01-29 03:04:22] "GET /virtual-machine/d5540c03-2d6f-4f98-a239-af84827483ba HTTP/1.1" 200 1320 0.004167 10.0.0.23 - - [2026-01-29 03:04:22] "GET /virtual-machine-interface/9224d187-4b01-42a7-8038-4cafab06d023 HTTP/1.1" 200 3425 0.007507 10.0.0.23 - - [2026-01-29 03:04:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.002800 10.0.0.23 - - [2026-01-29 03:04:22] "GET /security-group/14a59468-651d-4a0e-8c32-1b6e1b3a88d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2742 0.003514 10.0.0.23 - - [2026-01-29 03:04:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003328 10.0.0.23 - - [2026-01-29 03:04:22] "GET /security-group/14a59468-651d-4a0e-8c32-1b6e1b3a88d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2742 0.004892 10.0.0.23 - - [2026-01-29 03:04:22] "POST /neutron/security_group HTTP/1.1" 200 1483 0.006265 10.0.0.23 - - [2026-01-29 03:04:38] "POST /neutron/port HTTP/1.1" 200 1257 0.019290 10.0.0.23 - - [2026-01-29 03:04:38] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004144 10.0.0.23 - - [2026-01-29 03:04:38] "POST /neutron/port HTTP/1.1" 200 117 0.001242 10.0.0.23 - - [2026-01-29 03:04:41] "POST /neutron/port HTTP/1.1" 200 1257 0.016179 10.0.0.23 - - [2026-01-29 03:04:41] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003842 10.0.0.23 - - [2026-01-29 03:04:41] "POST /neutron/port HTTP/1.1" 200 117 0.001549 10.0.0.147 - - [2026-01-29 03:04:51] "GET /global-system-configs HTTP/1.1" 401 292 0.000807 10.0.0.147 - - [2026-01-29 03:04:51] "GET /global-system-configs HTTP/1.1" 401 292 0.000564 10.0.0.147 - - [2026-01-29 03:04:52] "GET /global-system-configs HTTP/1.1" 401 292 0.000481 10.0.0.147 - - [2026-01-29 03:04:52] "GET /global-system-configs HTTP/1.1" 401 292 0.000430 10.0.0.23 - - [2026-01-29 03:04:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000433 10.0.0.23 - - [2026-01-29 03:04:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000443 10.0.0.240 - - [2026-01-29 03:04:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000461 10.0.0.240 - - [2026-01-29 03:04:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000404 10.0.0.23 - - [2026-01-29 03:04:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000400 10.0.0.23 - - [2026-01-29 03:04:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000408 10.0.0.240 - - [2026-01-29 03:04:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000637 10.0.0.240 - - [2026-01-29 03:04:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000452 10.0.0.23 - - [2026-01-29 03:05:24] "GET /obj-perms HTTP/1.1" 200 5056 0.059867 10.0.0.147 - - [2026-01-29 03:05:24] "GET /obj-perms HTTP/1.1" 200 5056 0.053856 10.0.0.23 - - [2026-01-29 03:05:38] "POST /neutron/port HTTP/1.1" 200 1257 0.047722 10.0.0.23 - - [2026-01-29 03:05:38] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004305 10.0.0.23 - - [2026-01-29 03:05:38] "POST /neutron/port HTTP/1.1" 200 117 0.001261 10.0.0.23 - - [2026-01-29 03:05:43] "POST /neutron/port HTTP/1.1" 200 1257 0.018614 10.0.0.23 - - [2026-01-29 03:05:43] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004529 10.0.0.23 - - [2026-01-29 03:05:43] "POST /neutron/port HTTP/1.1" 200 117 0.001242 10.0.0.240 - - [2026-01-29 03:06:00] "GET /projects?obj_uuids=790fbf86-7d38-4c6c-8d0d-1ca84a71d0aa&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001042 10.0.0.23 - - [2026-01-29 03:06:00] "POST /neutron/security_group_rule HTTP/1.1" 200 2664 0.040553 10.0.0.23 - - [2026-01-29 03:06:00] "POST /neutron/security_group_rule HTTP/1.1" 200 565 0.015521 10.0.0.147 - - [2026-01-29 03:06:00] "PUT /access-control-list/0c707176-1621-44ca-972d-04b1ed668f41 HTTP/1.1" 200 273 0.048400 10.0.0.23 - - [2026-01-29 03:06:01] "POST /neutron/security_group_rule HTTP/1.1" 200 600 0.164891 10.0.0.23 - - [2026-01-29 03:06:04] "POST /neutron/port HTTP/1.1" 200 1247 0.017904 10.0.0.23 - - [2026-01-29 03:06:04] "GET /virtual-machine/07e6f50c-69d0-41b3-a24d-d8e21f475ace HTTP/1.1" 200 1318 0.004335 10.0.0.23 - - [2026-01-29 03:06:04] "POST /neutron/port HTTP/1.1" 200 1219 0.018293 10.0.0.23 - - [2026-01-29 03:06:06] "GET /virtual-machine/07e6f50c-69d0-41b3-a24d-d8e21f475ace HTTP/1.1" 404 171 0.003287 10.0.0.23 - - [2026-01-29 03:06:06] "GET /virtual-machine/07e6f50c-69d0-41b3-a24d-d8e21f475ace HTTP/1.1" 404 171 0.003185 10.0.0.23 - - [2026-01-29 03:06:06] "GET /virtual-machine/07e6f50c-69d0-41b3-a24d-d8e21f475ace HTTP/1.1" 404 171 0.004388 10.0.0.23 - - [2026-01-29 03:06:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004705 10.0.0.23 - - [2026-01-29 03:06:06] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004452 10.0.0.23 - - [2026-01-29 03:06:06] "GET /virtual-networks?parent_id=790fbf86-7d38-4c6c-8d0d-1ca84a71d0aa&detail=False&count=False&shared=False HTTP/1.1" 200 422 0.003220 10.0.0.23 - - [2026-01-29 03:06:06] "GET /virtual-network/6b34c3fb-3897-4385-bdb7-c611b721fac7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2815 0.008233 10.0.0.23 - - [2026-01-29 03:06:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004152 10.0.0.23 - - [2026-01-29 03:06:06] "GET /routing-instance/bea47b6f-b76e-43cd-9acd-24c094920c37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1684 0.004622 10.0.0.23 - - [2026-01-29 03:06:06] "GET /route-target/94d6b251-9644-4fbd-b0c3-5007e3c594db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.004786 10.0.0.23 - - [2026-01-29 03:06:09] "GET /obj-perms HTTP/1.1" 200 5080 0.004289 10.0.0.23 - - [2026-01-29 03:06:13] "GET /obj-perms HTTP/1.1" 200 5080 0.004007 10.0.0.23 - - [2026-01-29 03:06:19] "GET /obj-perms HTTP/1.1" 200 5080 0.004844 10.0.0.23 - - [2026-01-29 03:06:22] "GET /obj-perms HTTP/1.1" 200 5080 0.004072 10.0.0.240 - - [2026-01-29 03:06:25] "GET /obj-perms HTTP/1.1" 200 5056 0.054848 10.0.0.23 - - [2026-01-29 03:06:25] "GET /obj-perms HTTP/1.1" 200 5056 0.058377 10.0.0.23 - - [2026-01-29 03:06:31] "GET /obj-perms HTTP/1.1" 200 5080 0.004738 10.0.0.23 - - [2026-01-29 03:06:34] "GET /obj-perms HTTP/1.1" 200 5080 0.003924 10.0.0.23 - - [2026-01-29 03:06:34] "POST /neutron/security_group HTTP/1.1" 200 1455 0.008201 10.0.0.23 - - [2026-01-29 03:06:34] "POST /neutron/port HTTP/1.1" 200 1247 0.016539 10.0.0.23 - - [2026-01-29 03:06:34] "GET /virtual-machine/d5540c03-2d6f-4f98-a239-af84827483ba HTTP/1.1" 200 1320 0.005707 10.0.0.23 - - [2026-01-29 03:06:35] "POST /neutron/port HTTP/1.1" 200 1209 0.019846 10.0.0.23 - - [2026-01-29 03:06:36] "GET /virtual-machine/d5540c03-2d6f-4f98-a239-af84827483ba HTTP/1.1" 404 171 0.004410 10.0.0.23 - - [2026-01-29 03:06:36] "GET /virtual-machine/d5540c03-2d6f-4f98-a239-af84827483ba HTTP/1.1" 404 171 0.003227 10.0.0.23 - - [2026-01-29 03:06:36] "GET /virtual-machine/d5540c03-2d6f-4f98-a239-af84827483ba HTTP/1.1" 404 171 0.003582 10.0.0.23 - - [2026-01-29 03:06:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003968 10.0.0.23 - - [2026-01-29 03:06:37] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003647 10.0.0.23 - - [2026-01-29 03:06:37] "GET /virtual-networks?parent_id=790fbf86-7d38-4c6c-8d0d-1ca84a71d0aa&detail=False&count=False&shared=False HTTP/1.1" 200 422 0.002858 10.0.0.23 - - [2026-01-29 03:06:37] "GET /virtual-network/6b34c3fb-3897-4385-bdb7-c611b721fac7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2815 0.006297 10.0.0.23 - - [2026-01-29 03:06:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003094 10.0.0.23 - - [2026-01-29 03:06:37] "GET /routing-instance/bea47b6f-b76e-43cd-9acd-24c094920c37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1684 0.004758 10.0.0.23 - - [2026-01-29 03:06:37] "GET /route-target/94d6b251-9644-4fbd-b0c3-5007e3c594db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.003989 10.0.0.23 - - [2026-01-29 03:06:37] "GET /obj-perms HTTP/1.1" 200 5080 0.003789 10.0.0.147 - - [2026-01-29 03:06:40] "GET /obj-perms HTTP/1.1" 200 5080 0.004130 10.0.0.23 - - [2026-01-29 03:06:46] "GET /obj-perms HTTP/1.1" 200 5080 0.004982 10.0.0.147 - - [2026-01-29 03:06:49] "GET /obj-perms HTTP/1.1" 200 5080 0.004006 10.0.0.23 - - [2026-01-29 03:06:55] "GET /obj-perms HTTP/1.1" 200 5080 0.004199 10.0.0.147 - - [2026-01-29 03:06:58] "GET /obj-perms HTTP/1.1" 200 5080 0.004934 10.0.0.23 - - [2026-01-29 03:07:04] "GET /obj-perms HTTP/1.1" 200 5080 0.005380 10.0.0.147 - - [2026-01-29 03:07:04] "GET /obj-perms HTTP/1.1" 200 5080 0.003891 10.0.0.147 - - [2026-01-29 03:07:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.005747 10.0.0.240 - - [2026-01-29 03:07:05] "POST /useragent-kv HTTP/1.1" 200 115 0.056151 10.0.0.240 - - [2026-01-29 03:07:05] "POST /useragent-kv HTTP/1.1" 200 115 0.002506 10.0.0.240 - - [2026-01-29 03:07:05] "POST /useragent-kv HTTP/1.1" 200 115 0.002294 10.0.0.240 - - [2026-01-29 03:07:05] "POST /useragent-kv HTTP/1.1" 200 115 0.002110 10.0.0.23 - - [2026-01-29 03:07:05] "POST /neutron/network HTTP/1.1" 200 151 0.190682 10.0.0.23 - - [2026-01-29 03:07:05] "POST /fqname-to-id HTTP/1.1" 404 249 0.003642 10.0.0.147 - - [2026-01-29 03:07:05] "DELETE /access-control-list/0c707176-1621-44ca-972d-04b1ed668f41 HTTP/1.1" 200 115 0.046458 10.0.0.240 - - [2026-01-29 03:07:07] "GET /projects?obj_uuids=790fbf86-7d38-4c6c-8d0d-1ca84a71d0aa&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001251 10.0.0.23 - - [2026-01-29 03:07:07] "GET /project/790fbf86-7d38-4c6c-8d0d-1ca84a71d0aa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1466 0.061362 10.0.0.240 - - [2026-01-29 03:07:07] "GET /projects?obj_uuids=790fbf86-7d38-4c6c-8d0d-1ca84a71d0aa&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.002124 10.0.0.23 - - [2026-01-29 03:07:07] "GET /project/790fbf86-7d38-4c6c-8d0d-1ca84a71d0aa?fields=virtual_networks HTTP/1.1" 200 1084 0.055574 10.0.0.240 - - [2026-01-29 03:07:07] "GET /projects?obj_uuids=790fbf86-7d38-4c6c-8d0d-1ca84a71d0aa&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001430 10.0.0.23 - - [2026-01-29 03:07:07] "GET /project/790fbf86-7d38-4c6c-8d0d-1ca84a71d0aa?fields=virtual_machine_interfaces HTTP/1.1" 200 1084 0.055223 10.0.0.240 - - [2026-01-29 03:07:07] "GET /projects?obj_uuids=790fbf86-7d38-4c6c-8d0d-1ca84a71d0aa&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001295 10.0.0.23 - - [2026-01-29 03:07:07] "GET /project/790fbf86-7d38-4c6c-8d0d-1ca84a71d0aa?fields=security_groups HTTP/1.1" 200 1336 0.062679 10.0.0.23 - - [2026-01-29 03:07:08] "POST /fqname-to-id HTTP/1.1" 404 218 0.028973 10.0.0.240 - - [2026-01-29 03:07:08] "GET /projects?obj_uuids=9b59298f-5423-4f89-bb64-b4057515053f&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004424 10.0.0.240 - - [2026-01-29 03:07:08] "GET /domains?obj_uuids=65230a56-1cf0-4d34-9498-1ad48da04806&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001010 10.0.0.240 - - [2026-01-29 03:07:08] "GET /domain/65230a56-1cf0-4d34-9498-1ad48da04806?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007438 10.0.0.240 - - [2026-01-29 03:07:08] "POST /id-to-fqname HTTP/1.1" 200 221 0.001318 10.0.0.240 - - [2026-01-29 03:07:08] "POST /fqname-to-id HTTP/1.1" 404 232 0.007848 10.0.0.240 - - [2026-01-29 03:07:08] "POST /security-groups HTTP/1.1" 200 621 0.077348 10.0.0.240 - - [2026-01-29 03:07:08] "POST /projects HTTP/1.1" 200 645 0.300318 10.0.0.147 - - [2026-01-29 03:07:08] "POST /fqname-to-id HTTP/1.1" 404 263 0.009391 10.0.0.240 - - [2026-01-29 03:07:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.379037 10.0.0.23 - - [2026-01-29 03:07:08] "GET /project/9b59298f-5423-4f89-bb64-b4057515053f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1487 0.545074 10.0.0.23 - - [2026-01-29 03:07:09] "GET / HTTP/1.1" 200 36215 0.001810 10.0.0.23 - - [2026-01-29 03:07:11] "POST /fqname-to-id HTTP/1.1" 401 292 0.000530 10.0.0.23 - - [2026-01-29 03:07:11] "POST /fqname-to-id HTTP/1.1" 404 254 0.057173 10.0.0.23 - - [2026-01-29 03:07:12] "POST /security-groups HTTP/1.1" 200 597 0.035771 10.0.0.23 - - [2026-01-29 03:07:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.005075 10.0.0.147 - - [2026-01-29 03:07:12] "POST /access-control-lists HTTP/1.1" 200 650 0.040794 10.0.0.23 - - [2026-01-29 03:07:12] "GET /security-group/cd0d15a1-55d7-4a4f-915b-37f983b7fe93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1946 0.008596 10.0.0.23 - - [2026-01-29 03:07:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003327 10.0.0.23 - - [2026-01-29 03:07:12] "GET /security-group/cd0d15a1-55d7-4a4f-915b-37f983b7fe93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1946 0.004196 10.0.0.23 - - [2026-01-29 03:07:12] "DELETE /security-group/cd0d15a1-55d7-4a4f-915b-37f983b7fe93 HTTP/1.1" 200 115 0.049757 10.0.0.23 - - [2026-01-29 03:07:12] "POST /fqname-to-id HTTP/1.1" 404 254 0.002747 10.0.0.147 - - [2026-01-29 03:07:12] "DELETE /access-control-list/1af2b860-f751-4315-8df0-e5c774750891 HTTP/1.1" 200 115 0.037280 10.0.0.23 - - [2026-01-29 03:07:13] "POST /fqname-to-id HTTP/1.1" 404 254 0.003447 10.0.0.23 - - [2026-01-29 03:07:13] "POST /security-groups HTTP/1.1" 200 597 0.031076 10.0.0.23 - - [2026-01-29 03:07:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003388 10.0.0.147 - - [2026-01-29 03:07:13] "POST /access-control-lists HTTP/1.1" 200 650 0.042221 10.0.0.23 - - [2026-01-29 03:07:13] "GET /security-group/b75aabc0-4c99-4df9-91a5-ceb881a57498?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1946 0.007692 10.0.0.23 - - [2026-01-29 03:07:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.014966 10.0.0.23 - - [2026-01-29 03:07:13] "GET /security-group/b75aabc0-4c99-4df9-91a5-ceb881a57498?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1946 0.004189 10.0.0.23 - - [2026-01-29 03:07:13] "GET /security-group/b75aabc0-4c99-4df9-91a5-ceb881a57498?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1946 0.004347 10.0.0.23 - - [2026-01-29 03:07:13] "PUT /security-group/b75aabc0-4c99-4df9-91a5-ceb881a57498 HTTP/1.1" 200 263 0.017897 10.0.0.147 - - [2026-01-29 03:07:13] "PUT /access-control-list/5af57d00-6ebd-4fd6-92b3-5695559c3730 HTTP/1.1" 200 273 0.011771 10.0.0.23 - - [2026-01-29 03:07:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002980 10.0.0.240 - - [2026-01-29 03:07:13] "GET /projects?obj_uuids=9b59298f-5423-4f89-bb64-b4057515053f&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.001057 10.0.0.23 - - [2026-01-29 03:07:13] "GET /project/9b59298f-5423-4f89-bb64-b4057515053f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1487 0.038310 10.0.0.23 - - [2026-01-29 03:07:13] "POST /neutron/network HTTP/1.1" 200 117 0.040100 10.0.0.147 - - [2026-01-29 03:07:14] "POST /ref-update HTTP/1.1" 200 156 0.033706 10.0.0.23 - - [2026-01-29 03:07:14] "POST /neutron/network HTTP/1.1" 200 954 0.008979 10.0.0.23 - - [2026-01-29 03:07:14] "POST /id-to-fqname HTTP/1.1" 200 300 0.001183 10.0.0.23 - - [2026-01-29 03:07:14] "GET /virtual-network/a4083562-1d07-4578-9645-5bbe21b0221d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2254 0.005127 10.0.0.23 - - [2026-01-29 03:07:14] "GET /virtual-network/a4083562-1d07-4578-9645-5bbe21b0221d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2254 0.005672 10.0.0.23 - - [2026-01-29 03:07:14] "POST /neutron/subnet HTTP/1.1" 200 725 0.009164 10.0.0.23 - - [2026-01-29 03:07:14] "GET /virtual-network/a4083562-1d07-4578-9645-5bbe21b0221d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2254 0.006313 10.0.0.23 - - [2026-01-29 03:07:15] "GET /obj-perms HTTP/1.1" 200 5090 0.062076 10.0.0.240 - - [2026-01-29 03:07:15] "GET /obj-perms HTTP/1.1" 200 5090 0.048144 10.0.0.23 - - [2026-01-29 03:07:15] "POST /id-to-fqname HTTP/1.1" 200 300 0.001516 10.0.0.240 - - [2026-01-29 03:07:16] "GET /projects?obj_uuids=9b59298f-5423-4f89-bb64-b4057515053f&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.001165 10.0.0.23 - - [2026-01-29 03:07:16] "GET /project/9b59298f-5423-4f89-bb64-b4057515053f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1487 0.079034 10.0.0.23 - - [2026-01-29 03:07:16] "POST /neutron/network HTTP/1.1" 200 954 0.037310 10.0.0.23 - - [2026-01-29 03:07:17] "POST /id-to-fqname HTTP/1.1" 200 300 0.001516 10.0.0.23 - - [2026-01-29 03:07:17] "POST /neutron/port HTTP/1.1" 200 117 0.007447 10.0.0.23 - - [2026-01-29 03:07:17] "POST /neutron/network HTTP/1.1" 200 964 0.006974 10.0.0.23 - - [2026-01-29 03:07:17] "POST /neutron/port HTTP/1.1" 200 1090 0.019457 10.0.0.23 - - [2026-01-29 03:07:18] "POST /neutron/port HTTP/1.1" 200 1155 0.030127 10.0.0.240 - - [2026-01-29 03:07:18] "GET /projects?obj_uuids=9b59298f-5423-4f89-bb64-b4057515053f&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.001086 10.0.0.23 - - [2026-01-29 03:07:18] "GET /project/9b59298f-5423-4f89-bb64-b4057515053f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1487 0.081247 10.0.0.23 - - [2026-01-29 03:07:18] "POST /neutron/port HTTP/1.1" 200 117 0.001288 10.0.0.23 - - [2026-01-29 03:07:18] "POST /neutron/port HTTP/1.1" 200 1155 0.019913 10.0.0.23 - - [2026-01-29 03:07:18] "POST /neutron/port HTTP/1.1" 200 1155 0.016888 10.0.0.240 - - [2026-01-29 03:07:18] "GET /projects?obj_uuids=9b59298f-5423-4f89-bb64-b4057515053f&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.001325 10.0.0.23 - - [2026-01-29 03:07:18] "POST /neutron/security_group HTTP/1.1" 200 3298 0.072189 10.0.0.23 - - [2026-01-29 03:07:19] "POST /neutron/port HTTP/1.1" 200 1090 0.061835 10.0.0.23 - - [2026-01-29 03:07:19] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004237 10.0.0.23 - - [2026-01-29 03:07:19] "POST /neutron/network HTTP/1.1" 200 954 0.007709 10.0.0.23 - - [2026-01-29 03:07:23] "POST /neutron/port HTTP/1.1" 200 1155 0.017108 10.0.0.23 - - [2026-01-29 03:07:23] "POST /neutron/security_group HTTP/1.1" 200 1292 0.007291 10.0.0.23 - - [2026-01-29 03:07:23] "GET /virtual-machine/449bf4b1-439a-4af3-8ffd-7c17817ad75e HTTP/1.1" 401 292 0.000473 10.0.0.23 - - [2026-01-29 03:07:24] "GET /virtual-machine/449bf4b1-439a-4af3-8ffd-7c17817ad75e HTTP/1.1" 200 1324 0.035227 10.0.0.23 - - [2026-01-29 03:07:24] "GET /virtual-machine/449bf4b1-439a-4af3-8ffd-7c17817ad75e HTTP/1.1" 200 1324 0.005053 10.0.0.23 - - [2026-01-29 03:07:24] "GET /virtual-machine-interface/9dfed779-bf4a-493d-bff2-4ccf32d31136 HTTP/1.1" 200 3271 0.006119 10.0.0.23 - - [2026-01-29 03:07:24] "GET /virtual-machine/449bf4b1-439a-4af3-8ffd-7c17817ad75e HTTP/1.1" 200 1324 0.004185 10.0.0.23 - - [2026-01-29 03:07:24] "GET /virtual-machine-interface/9dfed779-bf4a-493d-bff2-4ccf32d31136 HTTP/1.1" 200 3271 0.006883 10.0.0.23 - - [2026-01-29 03:07:24] "GET /instance-ip/37e49e59-a276-4b4f-bad9-2b872bbf060f HTTP/1.1" 200 1733 0.006131 10.0.0.23 - - [2026-01-29 03:07:24] "GET /virtual-machine/449bf4b1-439a-4af3-8ffd-7c17817ad75e HTTP/1.1" 200 1324 0.003522 10.0.0.23 - - [2026-01-29 03:07:24] "GET /virtual-machine-interface/9dfed779-bf4a-493d-bff2-4ccf32d31136 HTTP/1.1" 200 3271 0.005126 10.0.0.23 - - [2026-01-29 03:07:24] "GET /instance-ip/37e49e59-a276-4b4f-bad9-2b872bbf060f HTTP/1.1" 200 1733 0.005537 10.0.0.23 - - [2026-01-29 03:07:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004246 10.0.0.23 - - [2026-01-29 03:07:24] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004786 10.0.0.23 - - [2026-01-29 03:07:24] "GET /virtual-networks?parent_id=9b59298f-5423-4f89-bb64-b4057515053f&detail=False&count=False&shared=False HTTP/1.1" 200 432 0.003737 10.0.0.23 - - [2026-01-29 03:07:24] "GET /virtual-network/a4083562-1d07-4578-9645-5bbe21b0221d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2254 0.007728 10.0.0.23 - - [2026-01-29 03:07:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003726 10.0.0.23 - - [2026-01-29 03:07:24] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005280 10.0.0.23 - - [2026-01-29 03:07:24] "GET /virtual-networks?parent_id=9b59298f-5423-4f89-bb64-b4057515053f&detail=False&count=False&shared=False HTTP/1.1" 200 432 0.003124 10.0.0.23 - - [2026-01-29 03:07:24] "GET /virtual-network/a4083562-1d07-4578-9645-5bbe21b0221d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2254 0.007305 10.0.0.23 - - [2026-01-29 03:07:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003595 10.0.0.23 - - [2026-01-29 03:07:24] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005511 10.0.0.23 - - [2026-01-29 03:07:24] "GET /virtual-networks?parent_id=9b59298f-5423-4f89-bb64-b4057515053f&detail=False&count=False&shared=False HTTP/1.1" 200 432 0.004207 10.0.0.23 - - [2026-01-29 03:07:24] "GET /virtual-network/a4083562-1d07-4578-9645-5bbe21b0221d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2254 0.007462 10.0.0.23 - - [2026-01-29 03:07:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.005001 10.0.0.23 - - [2026-01-29 03:07:24] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005390 10.0.0.23 - - [2026-01-29 03:07:24] "GET /virtual-networks?parent_id=9b59298f-5423-4f89-bb64-b4057515053f&detail=False&count=False&shared=False HTTP/1.1" 200 432 0.004469 10.0.0.23 - - [2026-01-29 03:07:24] "GET /virtual-network/a4083562-1d07-4578-9645-5bbe21b0221d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2254 0.007833 10.0.0.23 - - [2026-01-29 03:07:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004449 10.0.0.23 - - [2026-01-29 03:07:24] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005825 10.0.0.23 - - [2026-01-29 03:07:24] "GET /virtual-networks?parent_id=9b59298f-5423-4f89-bb64-b4057515053f&detail=False&count=False&shared=False HTTP/1.1" 200 432 0.005083 10.0.0.23 - - [2026-01-29 03:07:24] "GET /virtual-network/a4083562-1d07-4578-9645-5bbe21b0221d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2254 0.006134 10.0.0.23 - - [2026-01-29 03:07:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003642 10.0.0.23 - - [2026-01-29 03:07:25] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004474 10.0.0.23 - - [2026-01-29 03:07:25] "GET /virtual-networks?parent_id=9b59298f-5423-4f89-bb64-b4057515053f&detail=False&count=False&shared=False HTTP/1.1" 200 432 0.003124 10.0.0.23 - - [2026-01-29 03:07:25] "GET /virtual-network/a4083562-1d07-4578-9645-5bbe21b0221d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2254 0.007334 10.0.0.23 - - [2026-01-29 03:07:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003718 10.0.0.23 - - [2026-01-29 03:07:25] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.006492 10.0.0.23 - - [2026-01-29 03:07:25] "GET /virtual-networks?parent_id=9b59298f-5423-4f89-bb64-b4057515053f&detail=False&count=False&shared=False HTTP/1.1" 200 432 0.011223 10.0.0.23 - - [2026-01-29 03:07:25] "GET /virtual-network/a4083562-1d07-4578-9645-5bbe21b0221d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2254 0.008580 10.0.0.23 - - [2026-01-29 03:07:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003465 10.0.0.23 - - [2026-01-29 03:07:28] "GET /virtual-network/a4083562-1d07-4578-9645-5bbe21b0221d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2254 0.006928 10.0.0.23 - - [2026-01-29 03:07:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004499 10.0.0.23 - - [2026-01-29 03:07:32] "GET /virtual-network/a4083562-1d07-4578-9645-5bbe21b0221d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2254 0.006001 10.0.0.23 - - [2026-01-29 03:07:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004147 10.0.0.23 - - [2026-01-29 03:07:36] "GET /virtual-network/a4083562-1d07-4578-9645-5bbe21b0221d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2254 0.006093 10.0.0.23 - - [2026-01-29 03:07:40] "POST /neutron/port HTTP/1.1" 200 1155 0.018647 10.0.0.23 - - [2026-01-29 03:07:40] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004760 10.0.0.23 - - [2026-01-29 03:07:40] "POST /neutron/network HTTP/1.1" 200 954 0.006951 10.0.0.23 - - [2026-01-29 03:07:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003542 10.0.0.23 - - [2026-01-29 03:07:40] "GET /virtual-network/a4083562-1d07-4578-9645-5bbe21b0221d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2254 0.005708 10.0.0.23 - - [2026-01-29 03:07:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003793 10.0.0.23 - - [2026-01-29 03:07:44] "GET /virtual-network/a4083562-1d07-4578-9645-5bbe21b0221d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2254 0.006612 10.0.0.23 - - [2026-01-29 03:07:45] "POST /neutron/network HTTP/1.1" 200 964 0.007327 10.0.0.23 - - [2026-01-29 03:07:45] "POST /neutron/port HTTP/1.1" 200 117 0.001333 10.0.0.23 - - [2026-01-29 03:07:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.005238 10.0.0.23 - - [2026-01-29 03:07:48] "GET /virtual-network/a4083562-1d07-4578-9645-5bbe21b0221d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2254 0.008091 10.0.0.240 - - [2026-01-29 03:07:52] "DELETE /project/9b59298f54234f89bb64b4057515053f HTTP/1.1" 404 173 0.008126 10.0.0.240 - - [2026-01-29 03:07:52] "GET /projects?obj_uuids=790fbf86-7d38-4c6c-8d0d-1ca84a71d0aa&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001055 10.0.0.240 - - [2026-01-29 03:07:52] "GET /project/790fbf86-7d38-4c6c-8d0d-1ca84a71d0aa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1568 0.048094 10.0.0.240 - - [2026-01-29 03:07:52] "GET /projects?obj_uuids=790fbf86-7d38-4c6c-8d0d-1ca84a71d0aa&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001084 10.0.0.240 - - [2026-01-29 03:07:52] "GET /project/790fbf86-7d38-4c6c-8d0d-1ca84a71d0aa?fields=security_groups HTTP/1.1" 200 1438 0.053793 10.0.0.240 - - [2026-01-29 03:07:52] "DELETE /security-group/1e544d2a-7a16-48fb-bb74-72a2986304aa HTTP/1.1" 200 115 0.087319 10.0.0.240 - - [2026-01-29 03:07:52] "GET /projects?obj_uuids=790fbf86-7d38-4c6c-8d0d-1ca84a71d0aa&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001174 10.0.0.240 - - [2026-01-29 03:07:52] "GET /project/790fbf86-7d38-4c6c-8d0d-1ca84a71d0aa?fields=application_policy_sets HTTP/1.1" 200 1477 0.076160 10.0.0.23 - - [2026-01-29 03:07:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.004527 10.0.0.23 - - [2026-01-29 03:07:52] "GET /virtual-network/a4083562-1d07-4578-9645-5bbe21b0221d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2254 0.012934 10.0.0.240 - - [2026-01-29 03:07:53] "DELETE /project/790fbf86-7d38-4c6c-8d0d-1ca84a71d0aa HTTP/1.1" 200 115 0.566163 10.0.0.23 - - [2026-01-29 03:07:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003700 10.0.0.23 - - [2026-01-29 03:07:57] "GET /virtual-network/a4083562-1d07-4578-9645-5bbe21b0221d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2254 0.005703 10.0.0.23 - - [2026-01-29 03:08:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.005414 10.0.0.23 - - [2026-01-29 03:08:01] "GET /virtual-network/a4083562-1d07-4578-9645-5bbe21b0221d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2254 0.006565 10.0.0.23 - - [2026-01-29 03:08:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003686 10.0.0.23 - - [2026-01-29 03:08:05] "GET /virtual-network/a4083562-1d07-4578-9645-5bbe21b0221d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2254 0.005876 10.0.0.23 - - [2026-01-29 03:08:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003616 10.0.0.23 - - [2026-01-29 03:08:07] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003709 10.0.0.23 - - [2026-01-29 03:08:07] "GET /virtual-networks?parent_id=9b59298f-5423-4f89-bb64-b4057515053f&detail=False&count=False&shared=False HTTP/1.1" 200 432 0.002960 10.0.0.23 - - [2026-01-29 03:08:07] "GET /virtual-network/a4083562-1d07-4578-9645-5bbe21b0221d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2254 0.005700 10.0.0.23 - - [2026-01-29 03:08:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003837 10.0.0.23 - - [2026-01-29 03:08:07] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004732 10.0.0.23 - - [2026-01-29 03:08:07] "GET /virtual-networks?parent_id=9b59298f-5423-4f89-bb64-b4057515053f&detail=False&count=False&shared=False HTTP/1.1" 200 432 0.003758 10.0.0.23 - - [2026-01-29 03:08:07] "GET /virtual-network/a4083562-1d07-4578-9645-5bbe21b0221d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2254 0.006061 10.0.0.23 - - [2026-01-29 03:08:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003354 10.0.0.23 - - [2026-01-29 03:08:07] "GET /routing-instance/c77bfd52-1060-408e-adbb-1098c35544ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1709 0.004881 10.0.0.23 - - [2026-01-29 03:08:07] "GET /route-target/5b7670c9-bce1-4e4b-b915-55e510436330?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.003830 10.0.0.23 - - [2026-01-29 03:08:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003389 10.0.0.23 - - [2026-01-29 03:08:07] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004070 10.0.0.23 - - [2026-01-29 03:08:07] "GET /virtual-networks?parent_id=9b59298f-5423-4f89-bb64-b4057515053f&detail=False&count=False&shared=False HTTP/1.1" 200 432 0.003073 10.0.0.23 - - [2026-01-29 03:08:07] "GET /virtual-network/a4083562-1d07-4578-9645-5bbe21b0221d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2254 0.006128 10.0.0.23 - - [2026-01-29 03:08:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003328 10.0.0.23 - - [2026-01-29 03:08:07] "GET /routing-instance/c77bfd52-1060-408e-adbb-1098c35544ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1709 0.004812 10.0.0.23 - - [2026-01-29 03:08:07] "GET /route-target/5b7670c9-bce1-4e4b-b915-55e510436330?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004463 10.0.0.23 - - [2026-01-29 03:08:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003816 10.0.0.23 - - [2026-01-29 03:08:08] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004142 10.0.0.23 - - [2026-01-29 03:08:08] "GET /virtual-networks?parent_id=9b59298f-5423-4f89-bb64-b4057515053f&detail=False&count=False&shared=False HTTP/1.1" 200 432 0.003444 10.0.0.23 - - [2026-01-29 03:08:08] "GET /virtual-network/a4083562-1d07-4578-9645-5bbe21b0221d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2254 0.006298 10.0.0.23 - - [2026-01-29 03:08:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003595 10.0.0.23 - - [2026-01-29 03:08:08] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004581 10.0.0.23 - - [2026-01-29 03:08:08] "GET /virtual-networks?parent_id=9b59298f-5423-4f89-bb64-b4057515053f&detail=False&count=False&shared=False HTTP/1.1" 200 432 0.003938 10.0.0.23 - - [2026-01-29 03:08:08] "GET /virtual-network/a4083562-1d07-4578-9645-5bbe21b0221d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2254 0.005586 10.0.0.23 - - [2026-01-29 03:08:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003506 10.0.0.23 - - [2026-01-29 03:08:08] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004390 10.0.0.23 - - [2026-01-29 03:08:08] "GET /virtual-networks?parent_id=9b59298f-5423-4f89-bb64-b4057515053f&detail=False&count=False&shared=False HTTP/1.1" 200 432 0.003311 10.0.0.23 - - [2026-01-29 03:08:08] "GET /virtual-network/a4083562-1d07-4578-9645-5bbe21b0221d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2254 0.006035 10.0.0.240 - - [2026-01-29 03:08:08] "GET /obj-perms HTTP/1.1" 200 5090 0.004739 10.0.0.23 - - [2026-01-29 03:08:08] "GET /obj-perms HTTP/1.1" 200 5090 0.004983 10.0.0.147 - - [2026-01-29 03:08:08] "GET /obj-perms HTTP/1.1" 200 5090 0.069252 10.0.0.23 - - [2026-01-29 03:08:08] "GET /obj-perms HTTP/1.1" 200 5090 0.005911 10.0.0.23 - - [2026-01-29 03:08:09] "GET /virtual-machine/449bf4b1-439a-4af3-8ffd-7c17817ad75e HTTP/1.1" 200 1324 0.004242 10.0.0.23 - - [2026-01-29 03:08:09] "GET /virtual-machine-interface/9dfed779-bf4a-493d-bff2-4ccf32d31136 HTTP/1.1" 200 3271 0.005531 10.0.0.23 - - [2026-01-29 03:08:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003524 10.0.0.23 - - [2026-01-29 03:08:09] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003555 10.0.0.23 - - [2026-01-29 03:08:09] "GET /virtual-networks?parent_id=9b59298f-5423-4f89-bb64-b4057515053f&detail=False&count=False&shared=False HTTP/1.1" 200 432 0.003341 10.0.0.23 - - [2026-01-29 03:08:09] "GET /virtual-network/a4083562-1d07-4578-9645-5bbe21b0221d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2254 0.006312 10.0.0.23 - - [2026-01-29 03:08:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003960 10.0.0.23 - - [2026-01-29 03:08:10] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005032 10.0.0.23 - - [2026-01-29 03:08:10] "GET /virtual-networks?parent_id=9b59298f-5423-4f89-bb64-b4057515053f&detail=False&count=False&shared=False HTTP/1.1" 200 432 0.003900 10.0.0.23 - - [2026-01-29 03:08:10] "GET /virtual-network/a4083562-1d07-4578-9645-5bbe21b0221d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2254 0.007150 10.0.0.23 - - [2026-01-29 03:08:10] "POST /neutron/security_group HTTP/1.1" 200 1292 0.009814 10.0.0.23 - - [2026-01-29 03:08:16] "POST /neutron/port HTTP/1.1" 200 1155 0.049460 10.0.0.23 - - [2026-01-29 03:08:18] "POST /neutron/security_group HTTP/1.1" 200 1292 0.007003 10.0.0.23 - - [2026-01-29 03:08:25] "POST /neutron/port HTTP/1.1" 200 1155 0.016004 10.0.0.147 - - [2026-01-29 03:08:26] "GET /obj-perms HTTP/1.1" 200 5056 0.052263 10.0.0.23 - - [2026-01-29 03:08:31] "POST /neutron/security_group HTTP/1.1" 200 1292 0.008247 10.0.0.23 - - [2026-01-29 03:08:31] "POST /neutron/port HTTP/1.1" 200 1155 0.017425 10.0.0.23 - - [2026-01-29 03:08:31] "POST /neutron/security_group HTTP/1.1" 200 1292 0.008644 10.0.0.23 - - [2026-01-29 03:08:31] "GET /virtual-machine/4d590850-b9f8-4744-921b-793c5b98688f HTTP/1.1" 200 1324 0.006403 10.0.0.23 - - [2026-01-29 03:08:31] "GET /virtual-machine/4d590850-b9f8-4744-921b-793c5b98688f HTTP/1.1" 200 1324 0.004003 10.0.0.23 - - [2026-01-29 03:08:31] "GET /virtual-machine-interface/6cb7ba2a-980d-42e3-89ba-dc96ac1bfcf5 HTTP/1.1" 200 3269 0.005861 10.0.0.23 - - [2026-01-29 03:08:31] "GET /virtual-machine/4d590850-b9f8-4744-921b-793c5b98688f HTTP/1.1" 200 1324 0.004363 10.0.0.23 - - [2026-01-29 03:08:31] "GET /virtual-machine-interface/6cb7ba2a-980d-42e3-89ba-dc96ac1bfcf5 HTTP/1.1" 200 3269 0.006436 10.0.0.23 - - [2026-01-29 03:08:31] "GET /instance-ip/7ecef690-c3f8-42b0-87e0-efdf02fe1b33 HTTP/1.1" 200 1732 0.008147 10.0.0.23 - - [2026-01-29 03:08:31] "GET /virtual-machine/4d590850-b9f8-4744-921b-793c5b98688f HTTP/1.1" 200 1324 0.004354 10.0.0.23 - - [2026-01-29 03:08:31] "GET /virtual-machine-interface/6cb7ba2a-980d-42e3-89ba-dc96ac1bfcf5 HTTP/1.1" 200 3269 0.007996 10.0.0.23 - - [2026-01-29 03:08:31] "GET /instance-ip/7ecef690-c3f8-42b0-87e0-efdf02fe1b33 HTTP/1.1" 200 1732 0.005202 10.0.0.23 - - [2026-01-29 03:08:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003906 10.0.0.23 - - [2026-01-29 03:08:31] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004322 10.0.0.23 - - [2026-01-29 03:08:31] "GET /virtual-networks?parent_id=9b59298f-5423-4f89-bb64-b4057515053f&detail=False&count=False&shared=False HTTP/1.1" 200 432 0.003204 10.0.0.23 - - [2026-01-29 03:08:31] "GET /virtual-network/a4083562-1d07-4578-9645-5bbe21b0221d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2254 0.006318 10.0.0.23 - - [2026-01-29 03:08:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003445 10.0.0.23 - - [2026-01-29 03:08:31] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004864 10.0.0.23 - - [2026-01-29 03:08:31] "GET /virtual-networks?parent_id=9b59298f-5423-4f89-bb64-b4057515053f&detail=False&count=False&shared=False HTTP/1.1" 200 432 0.003675 10.0.0.23 - - [2026-01-29 03:08:31] "GET /virtual-network/a4083562-1d07-4578-9645-5bbe21b0221d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2254 0.006367 10.0.0.23 - - [2026-01-29 03:08:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003802 10.0.0.23 - - [2026-01-29 03:08:31] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004546 10.0.0.23 - - [2026-01-29 03:08:31] "GET /virtual-networks?parent_id=9b59298f-5423-4f89-bb64-b4057515053f&detail=False&count=False&shared=False HTTP/1.1" 200 432 0.003673 10.0.0.23 - - [2026-01-29 03:08:31] "GET /virtual-network/a4083562-1d07-4578-9645-5bbe21b0221d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2254 0.007810 10.0.0.23 - - [2026-01-29 03:08:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003613 10.0.0.23 - - [2026-01-29 03:08:32] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005144 10.0.0.23 - - [2026-01-29 03:08:32] "GET /virtual-networks?parent_id=9b59298f-5423-4f89-bb64-b4057515053f&detail=False&count=False&shared=False HTTP/1.1" 200 432 0.005396 10.0.0.23 - - [2026-01-29 03:08:32] "GET /virtual-network/a4083562-1d07-4578-9645-5bbe21b0221d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2254 0.006077 10.0.0.23 - - [2026-01-29 03:08:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004104 10.0.0.23 - - [2026-01-29 03:08:32] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005310 10.0.0.23 - - [2026-01-29 03:08:32] "GET /virtual-networks?parent_id=9b59298f-5423-4f89-bb64-b4057515053f&detail=False&count=False&shared=False HTTP/1.1" 200 432 0.003920 10.0.0.23 - - [2026-01-29 03:08:32] "GET /virtual-network/a4083562-1d07-4578-9645-5bbe21b0221d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2254 0.006085 10.0.0.23 - - [2026-01-29 03:08:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003941 10.0.0.23 - - [2026-01-29 03:08:32] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004477 10.0.0.23 - - [2026-01-29 03:08:32] "GET /virtual-networks?parent_id=9b59298f-5423-4f89-bb64-b4057515053f&detail=False&count=False&shared=False HTTP/1.1" 200 432 0.003489 10.0.0.23 - - [2026-01-29 03:08:32] "GET /virtual-network/a4083562-1d07-4578-9645-5bbe21b0221d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2254 0.084450 10.0.0.23 - - [2026-01-29 03:08:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003687 10.0.0.23 - - [2026-01-29 03:08:32] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004434 10.0.0.23 - - [2026-01-29 03:08:32] "GET /virtual-networks?parent_id=9b59298f-5423-4f89-bb64-b4057515053f&detail=False&count=False&shared=False HTTP/1.1" 200 432 0.003170 10.0.0.23 - - [2026-01-29 03:08:32] "GET /virtual-network/a4083562-1d07-4578-9645-5bbe21b0221d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2254 0.006021 10.0.0.23 - - [2026-01-29 03:08:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003615 10.0.0.23 - - [2026-01-29 03:08:33] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003528 10.0.0.23 - - [2026-01-29 03:08:33] "GET /virtual-networks?parent_id=9b59298f-5423-4f89-bb64-b4057515053f&detail=False&count=False&shared=False HTTP/1.1" 200 432 0.002973 10.0.0.23 - - [2026-01-29 03:08:33] "GET /virtual-network/a4083562-1d07-4578-9645-5bbe21b0221d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2254 0.006151 10.0.0.23 - - [2026-01-29 03:08:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.004265 10.0.0.23 - - [2026-01-29 03:08:33] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004040 10.0.0.23 - - [2026-01-29 03:08:33] "GET /virtual-networks?parent_id=9b59298f-5423-4f89-bb64-b4057515053f&detail=False&count=False&shared=False HTTP/1.1" 200 432 0.003557 10.0.0.23 - - [2026-01-29 03:08:34] "GET /virtual-network/a4083562-1d07-4578-9645-5bbe21b0221d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2254 0.007940 10.0.0.23 - - [2026-01-29 03:08:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004256 10.0.0.23 - - [2026-01-29 03:08:34] "GET /routing-instance/c77bfd52-1060-408e-adbb-1098c35544ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1709 0.004578 10.0.0.23 - - [2026-01-29 03:08:34] "GET /route-target/5b7670c9-bce1-4e4b-b915-55e510436330?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.003766 10.0.0.23 - - [2026-01-29 03:08:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003549 10.0.0.23 - - [2026-01-29 03:08:34] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004146 10.0.0.23 - - [2026-01-29 03:08:34] "GET /virtual-networks?parent_id=9b59298f-5423-4f89-bb64-b4057515053f&detail=False&count=False&shared=False HTTP/1.1" 200 432 0.003226 10.0.0.23 - - [2026-01-29 03:08:34] "GET /virtual-network/a4083562-1d07-4578-9645-5bbe21b0221d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2254 0.005939 10.0.0.23 - - [2026-01-29 03:08:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004451 10.0.0.23 - - [2026-01-29 03:08:34] "GET /routing-instance/c77bfd52-1060-408e-adbb-1098c35544ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1709 0.005051 10.0.0.23 - - [2026-01-29 03:08:34] "GET /route-target/5b7670c9-bce1-4e4b-b915-55e510436330?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.003713 10.0.0.23 - - [2026-01-29 03:08:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003480 10.0.0.23 - - [2026-01-29 03:08:34] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004197 10.0.0.23 - - [2026-01-29 03:08:34] "GET /virtual-networks?parent_id=9b59298f-5423-4f89-bb64-b4057515053f&detail=False&count=False&shared=False HTTP/1.1" 200 432 0.002971 10.0.0.23 - - [2026-01-29 03:08:34] "GET /virtual-network/a4083562-1d07-4578-9645-5bbe21b0221d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2254 0.006480 10.0.0.23 - - [2026-01-29 03:08:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003569 10.0.0.23 - - [2026-01-29 03:08:34] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004755 10.0.0.23 - - [2026-01-29 03:08:34] "GET /virtual-networks?parent_id=9b59298f-5423-4f89-bb64-b4057515053f&detail=False&count=False&shared=False HTTP/1.1" 200 432 0.002996 10.0.0.23 - - [2026-01-29 03:08:34] "GET /virtual-network/a4083562-1d07-4578-9645-5bbe21b0221d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2254 0.005772 10.0.0.23 - - [2026-01-29 03:08:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003322 10.0.0.23 - - [2026-01-29 03:08:34] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005315 10.0.0.23 - - [2026-01-29 03:08:34] "GET /virtual-networks?parent_id=9b59298f-5423-4f89-bb64-b4057515053f&detail=False&count=False&shared=False HTTP/1.1" 200 432 0.002986 10.0.0.23 - - [2026-01-29 03:08:34] "GET /virtual-network/a4083562-1d07-4578-9645-5bbe21b0221d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2254 0.005850 10.0.0.240 - - [2026-01-29 03:08:34] "GET /obj-perms HTTP/1.1" 200 5090 0.004036 10.0.0.23 - - [2026-01-29 03:08:34] "GET /obj-perms HTTP/1.1" 200 5090 0.004068 10.0.0.23 - - [2026-01-29 03:08:34] "GET /obj-perms HTTP/1.1" 200 5090 0.003736 10.0.0.23 - - [2026-01-29 03:08:34] "GET /obj-perms HTTP/1.1" 200 5090 0.004643 10.0.0.240 - - [2026-01-29 03:08:35] "GET /obj-perms HTTP/1.1" 200 5090 0.003756 10.0.0.23 - - [2026-01-29 03:08:35] "GET /virtual-machine/4d590850-b9f8-4744-921b-793c5b98688f HTTP/1.1" 200 1324 0.004149 10.0.0.23 - - [2026-01-29 03:08:35] "GET /virtual-machine-interface/6cb7ba2a-980d-42e3-89ba-dc96ac1bfcf5 HTTP/1.1" 200 3269 0.005543 10.0.0.23 - - [2026-01-29 03:08:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003452 10.0.0.23 - - [2026-01-29 03:08:35] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003699 10.0.0.23 - - [2026-01-29 03:08:35] "GET /virtual-networks?parent_id=9b59298f-5423-4f89-bb64-b4057515053f&detail=False&count=False&shared=False HTTP/1.1" 200 432 0.002740 10.0.0.23 - - [2026-01-29 03:08:35] "GET /virtual-network/a4083562-1d07-4578-9645-5bbe21b0221d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2254 0.005493 10.0.0.23 - - [2026-01-29 03:08:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003927 10.0.0.23 - - [2026-01-29 03:08:36] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003860 10.0.0.23 - - [2026-01-29 03:08:36] "GET /virtual-networks?parent_id=9b59298f-5423-4f89-bb64-b4057515053f&detail=False&count=False&shared=False HTTP/1.1" 200 432 0.003060 10.0.0.23 - - [2026-01-29 03:08:36] "GET /virtual-network/a4083562-1d07-4578-9645-5bbe21b0221d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2254 0.006804 10.0.0.23 - - [2026-01-29 03:08:36] "GET /virtual-machine/449bf4b1-439a-4af3-8ffd-7c17817ad75e HTTP/1.1" 200 1324 0.004328 10.0.0.23 - - [2026-01-29 03:08:36] "GET /virtual-machine-interface/9dfed779-bf4a-493d-bff2-4ccf32d31136 HTTP/1.1" 200 3271 0.005623 10.0.0.23 - - [2026-01-29 03:08:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003538 10.0.0.23 - - [2026-01-29 03:08:36] "GET /security-group/b75aabc0-4c99-4df9-91a5-ceb881a57498?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2581 0.004249 10.0.0.23 - - [2026-01-29 03:08:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003503 10.0.0.23 - - [2026-01-29 03:08:36] "GET /security-group/b75aabc0-4c99-4df9-91a5-ceb881a57498?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2581 0.004697 10.0.0.23 - - [2026-01-29 03:08:36] "POST /neutron/port HTTP/1.1" 200 1155 0.019973 10.0.0.23 - - [2026-01-29 03:08:36] "POST /neutron/port HTTP/1.1" 200 1106 0.070961 10.0.0.23 - - [2026-01-29 03:08:36] "GET /virtual-machine/449bf4b1-439a-4af3-8ffd-7c17817ad75e HTTP/1.1" 200 1324 0.003898 10.0.0.23 - - [2026-01-29 03:08:36] "GET /virtual-machine-interface/9dfed779-bf4a-493d-bff2-4ccf32d31136 HTTP/1.1" 200 3210 0.005656 10.0.0.23 - - [2026-01-29 03:08:36] "POST /neutron/port HTTP/1.1" 200 1106 0.013954 10.0.0.23 - - [2026-01-29 03:08:37] "GET /virtual-machine/449bf4b1-439a-4af3-8ffd-7c17817ad75e HTTP/1.1" 200 1324 0.003931 10.0.0.23 - - [2026-01-29 03:08:37] "GET /virtual-machine-interface/9dfed779-bf4a-493d-bff2-4ccf32d31136 HTTP/1.1" 200 3271 0.007316 10.0.0.23 - - [2026-01-29 03:08:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.002772 10.0.0.23 - - [2026-01-29 03:08:37] "GET /security-group/b75aabc0-4c99-4df9-91a5-ceb881a57498?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2581 0.003938 10.0.0.23 - - [2026-01-29 03:08:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003404 10.0.0.23 - - [2026-01-29 03:08:37] "GET /security-group/b75aabc0-4c99-4df9-91a5-ceb881a57498?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2581 0.005351 10.0.0.23 - - [2026-01-29 03:08:37] "POST /neutron/security_group HTTP/1.1" 200 1318 0.005747 10.0.0.23 - - [2026-01-29 03:08:37] "DELETE /security-group/b75aabc0-4c99-4df9-91a5-ceb881a57498 HTTP/1.1" 409 338 0.009977 10.0.0.23 - - [2026-01-29 03:08:40] "POST /neutron/network HTTP/1.1" 200 964 0.007315 10.0.0.23 - - [2026-01-29 03:08:40] "POST /neutron/port HTTP/1.1" 200 117 0.001548 10.0.0.23 - - [2026-01-29 03:08:45] "POST /neutron/port HTTP/1.1" 200 1155 0.017193 10.0.0.23 - - [2026-01-29 03:08:45] "POST /neutron/subnet HTTP/1.1" 200 699 0.009021 10.0.0.23 - - [2026-01-29 03:09:27] "GET /obj-perms HTTP/1.1" 200 5056 0.052217 10.0.0.23 - - [2026-01-29 03:09:41] "POST /neutron/port HTTP/1.1" 200 1155 0.021059 10.0.0.23 - - [2026-01-29 03:09:41] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004133 10.0.0.23 - - [2026-01-29 03:09:41] "POST /neutron/network HTTP/1.1" 200 954 0.007916 10.0.0.23 - - [2026-01-29 03:09:45] "POST /neutron/network HTTP/1.1" 200 964 0.006757 10.0.0.23 - - [2026-01-29 03:09:45] "POST /neutron/port HTTP/1.1" 200 117 0.001602 10.0.0.147 - - [2026-01-29 03:09:51] "GET /global-system-configs HTTP/1.1" 401 292 0.000463 10.0.0.147 - - [2026-01-29 03:09:51] "GET /global-system-configs HTTP/1.1" 401 292 0.000422 10.0.0.147 - - [2026-01-29 03:09:52] "GET /global-system-configs HTTP/1.1" 401 292 0.000422 10.0.0.147 - - [2026-01-29 03:09:52] "GET /global-system-configs HTTP/1.1" 401 292 0.000399 10.0.0.23 - - [2026-01-29 03:09:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000442 10.0.0.23 - - [2026-01-29 03:09:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000413 10.0.0.240 - - [2026-01-29 03:09:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000504 10.0.0.240 - - [2026-01-29 03:09:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000429 10.0.0.23 - - [2026-01-29 03:09:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000445 10.0.0.23 - - [2026-01-29 03:09:54] "GET /global-system-configs HTTP/1.1" 401 292 0.001574 10.0.0.240 - - [2026-01-29 03:09:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000496 10.0.0.240 - - [2026-01-29 03:09:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000519 10.0.0.23 - - [2026-01-29 03:10:14] "GET /security-group/b75aabc0-4c99-4df9-91a5-ceb881a57498?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2581 0.005398 10.0.0.23 - - [2026-01-29 03:10:14] "PUT /security-group/b75aabc0-4c99-4df9-91a5-ceb881a57498 HTTP/1.1" 200 263 0.017447 10.0.0.147 - - [2026-01-29 03:10:14] "PUT /access-control-list/5af57d00-6ebd-4fd6-92b3-5695559c3730 HTTP/1.1" 200 273 0.017843 10.0.0.23 - - [2026-01-29 03:10:16] "POST /neutron/port HTTP/1.1" 200 1155 0.018781 10.0.0.23 - - [2026-01-29 03:10:16] "POST /neutron/port HTTP/1.1" 200 1106 0.061150 10.0.0.23 - - [2026-01-29 03:10:16] "GET /virtual-machine/4d590850-b9f8-4744-921b-793c5b98688f HTTP/1.1" 200 1324 0.004184 10.0.0.23 - - [2026-01-29 03:10:17] "POST /neutron/port HTTP/1.1" 200 151 0.174626 10.0.0.23 - - [2026-01-29 03:10:18] "GET /virtual-machine/4d590850-b9f8-4744-921b-793c5b98688f HTTP/1.1" 404 171 0.006715 10.0.0.23 - - [2026-01-29 03:10:18] "GET /virtual-machine/4d590850-b9f8-4744-921b-793c5b98688f HTTP/1.1" 404 171 0.003370 10.0.0.23 - - [2026-01-29 03:10:18] "GET /virtual-machine/4d590850-b9f8-4744-921b-793c5b98688f HTTP/1.1" 404 171 0.003206 10.0.0.23 - - [2026-01-29 03:10:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003870 10.0.0.23 - - [2026-01-29 03:10:19] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003955 10.0.0.23 - - [2026-01-29 03:10:19] "GET /virtual-networks?parent_id=9b59298f-5423-4f89-bb64-b4057515053f&detail=False&count=False&shared=False HTTP/1.1" 200 432 0.003829 10.0.0.23 - - [2026-01-29 03:10:19] "GET /virtual-network/a4083562-1d07-4578-9645-5bbe21b0221d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2254 0.009130 10.0.0.23 - - [2026-01-29 03:10:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003794 10.0.0.23 - - [2026-01-29 03:10:19] "GET /routing-instance/c77bfd52-1060-408e-adbb-1098c35544ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1709 0.004451 10.0.0.23 - - [2026-01-29 03:10:19] "GET /route-target/5b7670c9-bce1-4e4b-b915-55e510436330?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004590 10.0.0.23 - - [2026-01-29 03:10:22] "GET /obj-perms HTTP/1.1" 200 5090 0.004531 10.0.0.23 - - [2026-01-29 03:10:25] "GET /obj-perms HTTP/1.1" 200 5090 0.004137 10.0.0.23 - - [2026-01-29 03:10:31] "GET /obj-perms HTTP/1.1" 200 5090 0.005000 10.0.0.23 - - [2026-01-29 03:10:34] "GET /obj-perms HTTP/1.1" 200 5090 0.004330 10.0.0.147 - - [2026-01-29 03:10:34] "GET /obj-perms HTTP/1.1" 200 5090 0.004298 10.0.0.240 - - [2026-01-29 03:10:34] "GET /obj-perms HTTP/1.1" 200 5090 0.003827 10.0.0.23 - - [2026-01-29 03:10:35] "POST /neutron/port HTTP/1.1" 200 1144 0.016791 10.0.0.23 - - [2026-01-29 03:10:35] "GET /virtual-machine/449bf4b1-439a-4af3-8ffd-7c17817ad75e HTTP/1.1" 200 1324 0.004442 10.0.0.23 - - [2026-01-29 03:10:35] "POST /neutron/port HTTP/1.1" 200 1116 0.019408 10.0.0.23 - - [2026-01-29 03:10:37] "GET /virtual-machine/449bf4b1-439a-4af3-8ffd-7c17817ad75e HTTP/1.1" 404 171 0.004178 10.0.0.23 - - [2026-01-29 03:10:37] "GET /virtual-machine/449bf4b1-439a-4af3-8ffd-7c17817ad75e HTTP/1.1" 404 171 0.004012 10.0.0.23 - - [2026-01-29 03:10:37] "GET /virtual-machine/449bf4b1-439a-4af3-8ffd-7c17817ad75e HTTP/1.1" 404 171 0.004146 10.0.0.23 - - [2026-01-29 03:10:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003544 10.0.0.23 - - [2026-01-29 03:10:37] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004949 10.0.0.23 - - [2026-01-29 03:10:37] "GET /virtual-networks?parent_id=9b59298f-5423-4f89-bb64-b4057515053f&detail=False&count=False&shared=False HTTP/1.1" 200 432 0.004210 10.0.0.23 - - [2026-01-29 03:10:37] "GET /virtual-network/a4083562-1d07-4578-9645-5bbe21b0221d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2254 0.007049 10.0.0.23 - - [2026-01-29 03:10:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003807 10.0.0.23 - - [2026-01-29 03:10:37] "GET /routing-instance/c77bfd52-1060-408e-adbb-1098c35544ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1709 0.004685 10.0.0.23 - - [2026-01-29 03:10:37] "GET /route-target/5b7670c9-bce1-4e4b-b915-55e510436330?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.003738 10.0.0.23 - - [2026-01-29 03:10:37] "GET /obj-perms HTTP/1.1" 200 5090 0.004629 10.0.0.147 - - [2026-01-29 03:10:43] "GET /obj-perms HTTP/1.1" 200 5090 0.004069 10.0.0.23 - - [2026-01-29 03:10:46] "GET /obj-perms HTTP/1.1" 200 5090 0.004488 10.0.0.147 - - [2026-01-29 03:10:53] "GET /obj-perms HTTP/1.1" 200 5090 0.004695 10.0.0.23 - - [2026-01-29 03:10:56] "GET /obj-perms HTTP/1.1" 200 5090 0.005359 10.0.0.147 - - [2026-01-29 03:11:02] "GET /obj-perms HTTP/1.1" 200 5090 0.004290 10.0.0.23 - - [2026-01-29 03:11:05] "GET /obj-perms HTTP/1.1" 200 5090 0.004037 10.0.0.23 - - [2026-01-29 03:11:05] "POST /neutron/network HTTP/1.1" 200 954 0.006762 10.0.0.147 - - [2026-01-29 03:11:05] "DELETE /route-target/5b7670c9-bce1-4e4b-b915-55e510436330 HTTP/1.1" 200 115 0.065805 10.0.0.23 - - [2026-01-29 03:11:05] "DELETE /security-group/b75aabc0-4c99-4df9-91a5-ceb881a57498 HTTP/1.1" 200 115 0.061727 10.0.0.23 - - [2026-01-29 03:11:05] "POST /fqname-to-id HTTP/1.1" 404 254 0.003325 10.0.0.240 - - [2026-01-29 03:11:07] "GET /projects?obj_uuids=9b59298f-5423-4f89-bb64-b4057515053f&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.001666 10.0.0.23 - - [2026-01-29 03:11:07] "GET /project/9b59298f-5423-4f89-bb64-b4057515053f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1487 0.111878 10.0.0.240 - - [2026-01-29 03:11:07] "GET /projects?obj_uuids=9b59298f-5423-4f89-bb64-b4057515053f&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.001575 10.0.0.23 - - [2026-01-29 03:11:07] "GET /project/9b59298f-5423-4f89-bb64-b4057515053f?fields=virtual_networks HTTP/1.1" 200 1095 0.053351 10.0.0.240 - - [2026-01-29 03:11:07] "GET /projects?obj_uuids=9b59298f-5423-4f89-bb64-b4057515053f&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.002390 10.0.0.23 - - [2026-01-29 03:11:07] "GET /project/9b59298f-5423-4f89-bb64-b4057515053f?fields=virtual_machine_interfaces HTTP/1.1" 200 1095 0.053545 10.0.0.240 - - [2026-01-29 03:11:07] "GET /projects?obj_uuids=9b59298f-5423-4f89-bb64-b4057515053f&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.001098 10.0.0.23 - - [2026-01-29 03:11:07] "GET /project/9b59298f-5423-4f89-bb64-b4057515053f?fields=security_groups HTTP/1.1" 200 1352 0.044386 10.0.0.23 - - [2026-01-29 03:11:08] "POST /fqname-to-id HTTP/1.1" 404 209 0.029557 10.0.0.240 - - [2026-01-29 03:11:08] "GET /projects?obj_uuids=a7773eee-2017-48f9-af2b-32af097f0535&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002952 10.0.0.240 - - [2026-01-29 03:11:08] "GET /domains?obj_uuids=65230a56-1cf0-4d34-9498-1ad48da04806&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001199 10.0.0.240 - - [2026-01-29 03:11:08] "GET /domain/65230a56-1cf0-4d34-9498-1ad48da04806?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.047085 10.0.0.240 - - [2026-01-29 03:11:09] "POST /id-to-fqname HTTP/1.1" 200 212 0.003212 10.0.0.240 - - [2026-01-29 03:11:09] "POST /fqname-to-id HTTP/1.1" 404 222 0.003767 10.0.0.240 - - [2026-01-29 03:11:09] "POST /security-groups HTTP/1.1" 200 612 0.072882 10.0.0.147 - - [2026-01-29 03:11:09] "POST /fqname-to-id HTTP/1.1" 404 255 0.003615 10.0.0.240 - - [2026-01-29 03:11:09] "POST /projects HTTP/1.1" 200 627 0.277077 10.0.0.240 - - [2026-01-29 03:11:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.315714 10.0.0.147 - - [2026-01-29 03:11:09] "POST /access-control-lists HTTP/1.1" 200 617 0.040776 10.0.0.23 - - [2026-01-29 03:11:09] "GET /project/a7773eee-2017-48f9-af2b-32af097f0535?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1451 0.526986 10.0.0.23 - - [2026-01-29 03:11:10] "GET / HTTP/1.1" 200 36215 0.002119 10.0.0.23 - - [2026-01-29 03:11:12] "POST /fqname-to-id HTTP/1.1" 401 292 0.000494 10.0.0.23 - - [2026-01-29 03:11:12] "POST /fqname-to-id HTTP/1.1" 404 245 0.063299 10.0.0.147 - - [2026-01-29 03:11:12] "POST /fqname-to-id HTTP/1.1" 404 276 0.007827 10.0.0.147 - - [2026-01-29 03:11:12] "PUT /access-control-list/950117e1-b4fb-46a1-9e61-6200dc6c7696 HTTP/1.1" 200 273 0.032050 10.0.0.240 - - [2026-01-29 03:11:13] "GET /projects?obj_uuids=a7773eee-2017-48f9-af2b-32af097f0535&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001049 10.0.0.23 - - [2026-01-29 03:11:13] "POST /neutron/security_group_rule HTTP/1.1" 200 2608 0.085189 10.0.0.23 - - [2026-01-29 03:11:13] "POST /neutron/security_group_rule HTTP/1.1" 200 534 0.016348 10.0.0.147 - - [2026-01-29 03:11:13] "PUT /access-control-list/950117e1-b4fb-46a1-9e61-6200dc6c7696 HTTP/1.1" 200 273 0.018338 10.0.0.23 - - [2026-01-29 03:11:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003628 10.0.0.23 - - [2026-01-29 03:11:13] "GET /security-group/e8c225c0-b0af-47b7-a9a9-c885bfdefd3f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2005 0.016554 10.0.0.23 - - [2026-01-29 03:11:14] "POST /neutron/security_group HTTP/1.1" 200 1005 0.004441 10.0.0.23 - - [2026-01-29 03:11:14] "POST /fqname-to-id HTTP/1.1" 404 245 0.003450 10.0.0.147 - - [2026-01-29 03:11:14] "DELETE /access-control-list/950117e1-b4fb-46a1-9e61-6200dc6c7696 HTTP/1.1" 200 115 0.030056 10.0.0.23 - - [2026-01-29 03:11:14] "POST /fqname-to-id HTTP/1.1" 404 245 0.003646 10.0.0.147 - - [2026-01-29 03:11:14] "POST /fqname-to-id HTTP/1.1" 404 276 0.008626 10.0.0.240 - - [2026-01-29 03:11:15] "GET /projects?obj_uuids=a7773eee-2017-48f9-af2b-32af097f0535&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001420 10.0.0.23 - - [2026-01-29 03:11:15] "POST /neutron/security_group_rule HTTP/1.1" 200 2608 0.054824 10.0.0.23 - - [2026-01-29 03:11:15] "POST /neutron/security_group_rule HTTP/1.1" 200 534 0.017491 10.0.0.147 - - [2026-01-29 03:11:15] "PUT /access-control-list/78f622f9-4a76-470b-aa8a-e6fb4d3f083e HTTP/1.1" 200 273 0.020865 10.0.0.23 - - [2026-01-29 03:11:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003666 10.0.0.23 - - [2026-01-29 03:11:15] "GET /security-group/a50be3b8-c87b-47e8-abc4-6b18c8613fc1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2005 0.005807 10.0.0.240 - - [2026-01-29 03:11:15] "GET /projects?obj_uuids=a7773eee-2017-48f9-af2b-32af097f0535&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001036 10.0.0.23 - - [2026-01-29 03:11:16] "POST /neutron/security_group_rule HTTP/1.1" 200 2191 0.046928 10.0.0.147 - - [2026-01-29 03:11:16] "PUT /access-control-list/78f622f9-4a76-470b-aa8a-e6fb4d3f083e HTTP/1.1" 200 273 0.011832 10.0.0.23 - - [2026-01-29 03:11:16] "POST /neutron/security_group_rule HTTP/1.1" 200 582 0.203784 10.0.0.23 - - [2026-01-29 03:11:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.006145 10.0.0.240 - - [2026-01-29 03:11:16] "GET /projects?obj_uuids=a7773eee-2017-48f9-af2b-32af097f0535&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.002995 10.0.0.23 - - [2026-01-29 03:11:16] "GET /project/a7773eee-2017-48f9-af2b-32af097f0535?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1451 0.053961 10.0.0.240 - - [2026-01-29 03:11:16] "GET /projects?obj_uuids=a7773eee-2017-48f9-af2b-32af097f0535&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001475 10.0.0.23 - - [2026-01-29 03:11:16] "POST /neutron/network HTTP/1.1" 200 708 0.136528 10.0.0.147 - - [2026-01-29 03:11:16] "POST /route-targets HTTP/1.1" 200 328 0.013466 10.0.0.23 - - [2026-01-29 03:11:17] "POST /id-to-fqname HTTP/1.1" 200 282 0.003851 10.0.0.23 - - [2026-01-29 03:11:17] "GET /virtual-network/332365ae-70cd-49d9-9e6a-e0ea49ab9725?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2208 0.006088 10.0.0.23 - - [2026-01-29 03:11:17] "POST /neutron/network HTTP/1.1" 200 927 0.007246 10.0.0.23 - - [2026-01-29 03:11:17] "GET /virtual-network/332365ae-70cd-49d9-9e6a-e0ea49ab9725?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2208 0.006185 10.0.0.23 - - [2026-01-29 03:11:17] "GET /virtual-network/332365ae-70cd-49d9-9e6a-e0ea49ab9725?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2208 0.006449 10.0.0.23 - - [2026-01-29 03:11:18] "GET /obj-perms HTTP/1.1" 200 5072 0.072283 10.0.0.147 - - [2026-01-29 03:11:18] "GET /obj-perms HTTP/1.1" 200 5072 0.056594 10.0.0.23 - - [2026-01-29 03:11:18] "POST /id-to-fqname HTTP/1.1" 200 282 0.001678 10.0.0.23 - - [2026-01-29 03:11:18] "POST /neutron/security_group HTTP/1.1" 200 1417 0.010219 10.0.0.240 - - [2026-01-29 03:11:19] "GET /projects?obj_uuids=a7773eee-2017-48f9-af2b-32af097f0535&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.002170 10.0.0.23 - - [2026-01-29 03:11:19] "GET /project/a7773eee-2017-48f9-af2b-32af097f0535?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1451 0.104078 10.0.0.23 - - [2026-01-29 03:11:19] "POST /neutron/port HTTP/1.1" 200 117 0.008518 10.0.0.23 - - [2026-01-29 03:11:20] "POST /id-to-fqname HTTP/1.1" 200 282 0.002021 10.0.0.23 - - [2026-01-29 03:11:20] "POST /neutron/security_group HTTP/1.1" 200 1417 0.009835 10.0.0.240 - - [2026-01-29 03:11:20] "GET /projects?obj_uuids=a7773eee-2017-48f9-af2b-32af097f0535&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001874 10.0.0.23 - - [2026-01-29 03:11:20] "POST /neutron/security_group HTTP/1.1" 200 3414 0.057641 10.0.0.23 - - [2026-01-29 03:11:21] "POST /neutron/port HTTP/1.1" 200 1081 0.057123 10.0.0.240 - - [2026-01-29 03:11:21] "GET /projects?obj_uuids=a7773eee-2017-48f9-af2b-32af097f0535&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001292 10.0.0.23 - - [2026-01-29 03:11:21] "GET /project/a7773eee-2017-48f9-af2b-32af097f0535?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1451 0.090049 10.0.0.23 - - [2026-01-29 03:11:21] "POST /neutron/port HTTP/1.1" 200 1145 0.019920 10.0.0.23 - - [2026-01-29 03:11:21] "POST /neutron/port HTTP/1.1" 200 1145 0.021840 10.0.0.23 - - [2026-01-29 03:11:21] "POST /neutron/security_group HTTP/1.1" 200 1417 0.007859 10.0.0.23 - - [2026-01-29 03:11:21] "POST /neutron/security_group HTTP/1.1" 200 1417 0.008005 10.0.0.240 - - [2026-01-29 03:11:21] "GET /projects?obj_uuids=a7773eee-2017-48f9-af2b-32af097f0535&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001168 10.0.0.23 - - [2026-01-29 03:11:22] "POST /neutron/port HTTP/1.1" 200 1081 0.297235 10.0.0.23 - - [2026-01-29 03:11:22] "POST /neutron/port HTTP/1.1" 200 1135 0.103248 10.0.0.23 - - [2026-01-29 03:11:22] "POST /neutron/subnet HTTP/1.1" 200 699 0.009366 10.0.0.23 - - [2026-01-29 03:11:26] "POST /neutron/port HTTP/1.1" 200 1145 0.016937 10.0.0.23 - - [2026-01-29 03:11:26] "POST /neutron/security_group HTTP/1.1" 200 1417 0.007099 10.0.0.23 - - [2026-01-29 03:11:26] "POST /neutron/port HTTP/1.1" 200 1145 0.018820 10.0.0.23 - - [2026-01-29 03:11:26] "GET /virtual-machine/b02a0caa-cdb8-428e-b926-9c72b03d7979 HTTP/1.1" 401 292 0.000442 10.0.0.23 - - [2026-01-29 03:11:27] "GET /virtual-machine/b02a0caa-cdb8-428e-b926-9c72b03d7979 HTTP/1.1" 200 1316 0.031077 10.0.0.23 - - [2026-01-29 03:11:27] "GET /virtual-machine/b02a0caa-cdb8-428e-b926-9c72b03d7979 HTTP/1.1" 200 1316 0.004114 10.0.0.23 - - [2026-01-29 03:11:27] "GET /virtual-machine-interface/40c9c3d6-ace7-448e-8960-8a216989b84e HTTP/1.1" 200 3197 0.005595 10.0.0.23 - - [2026-01-29 03:11:27] "GET /virtual-machine/b02a0caa-cdb8-428e-b926-9c72b03d7979 HTTP/1.1" 200 1316 0.003743 10.0.0.23 - - [2026-01-29 03:11:27] "GET /virtual-machine-interface/40c9c3d6-ace7-448e-8960-8a216989b84e HTTP/1.1" 200 3197 0.005316 10.0.0.23 - - [2026-01-29 03:11:27] "GET /instance-ip/8e66da5b-6502-4734-887b-4ce846fc4858 HTTP/1.1" 200 1706 0.005851 10.0.0.23 - - [2026-01-29 03:11:27] "GET /virtual-machine/b02a0caa-cdb8-428e-b926-9c72b03d7979 HTTP/1.1" 200 1316 0.004234 10.0.0.23 - - [2026-01-29 03:11:27] "GET /virtual-machine-interface/40c9c3d6-ace7-448e-8960-8a216989b84e HTTP/1.1" 200 3197 0.005253 10.0.0.23 - - [2026-01-29 03:11:27] "GET /instance-ip/8e66da5b-6502-4734-887b-4ce846fc4858 HTTP/1.1" 200 1706 0.004577 10.0.0.23 - - [2026-01-29 03:11:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003260 10.0.0.23 - - [2026-01-29 03:11:27] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004846 10.0.0.23 - - [2026-01-29 03:11:27] "GET /virtual-networks?parent_id=a7773eee-2017-48f9-af2b-32af097f0535&detail=False&count=False&shared=False HTTP/1.1" 200 414 0.003571 10.0.0.23 - - [2026-01-29 03:11:27] "GET /virtual-network/332365ae-70cd-49d9-9e6a-e0ea49ab9725?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2208 0.007040 10.0.0.23 - - [2026-01-29 03:11:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003279 10.0.0.23 - - [2026-01-29 03:11:27] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004102 10.0.0.23 - - [2026-01-29 03:11:27] "GET /virtual-networks?parent_id=a7773eee-2017-48f9-af2b-32af097f0535&detail=False&count=False&shared=False HTTP/1.1" 200 414 0.004736 10.0.0.23 - - [2026-01-29 03:11:27] "GET /virtual-network/332365ae-70cd-49d9-9e6a-e0ea49ab9725?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2208 0.005895 10.0.0.23 - - [2026-01-29 03:11:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003798 10.0.0.23 - - [2026-01-29 03:11:27] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004369 10.0.0.23 - - [2026-01-29 03:11:27] "GET /virtual-networks?parent_id=a7773eee-2017-48f9-af2b-32af097f0535&detail=False&count=False&shared=False HTTP/1.1" 200 414 0.003426 10.0.0.23 - - [2026-01-29 03:11:27] "GET /virtual-network/332365ae-70cd-49d9-9e6a-e0ea49ab9725?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2208 0.006008 10.0.0.23 - - [2026-01-29 03:11:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004309 10.0.0.23 - - [2026-01-29 03:11:27] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005132 10.0.0.23 - - [2026-01-29 03:11:27] "GET /virtual-networks?parent_id=a7773eee-2017-48f9-af2b-32af097f0535&detail=False&count=False&shared=False HTTP/1.1" 200 414 0.003223 10.0.0.23 - - [2026-01-29 03:11:27] "GET /virtual-network/332365ae-70cd-49d9-9e6a-e0ea49ab9725?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2208 0.008102 10.0.0.23 - - [2026-01-29 03:11:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003454 10.0.0.23 - - [2026-01-29 03:11:27] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004095 10.0.0.23 - - [2026-01-29 03:11:27] "GET /virtual-networks?parent_id=a7773eee-2017-48f9-af2b-32af097f0535&detail=False&count=False&shared=False HTTP/1.1" 200 414 0.003418 10.0.0.23 - - [2026-01-29 03:11:27] "GET /virtual-network/332365ae-70cd-49d9-9e6a-e0ea49ab9725?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2208 0.006078 10.0.0.23 - - [2026-01-29 03:11:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003756 10.0.0.23 - - [2026-01-29 03:11:27] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.006232 10.0.0.23 - - [2026-01-29 03:11:27] "GET /virtual-networks?parent_id=a7773eee-2017-48f9-af2b-32af097f0535&detail=False&count=False&shared=False HTTP/1.1" 200 414 0.003869 10.0.0.23 - - [2026-01-29 03:11:27] "GET /virtual-network/332365ae-70cd-49d9-9e6a-e0ea49ab9725?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2208 0.007253 10.0.0.23 - - [2026-01-29 03:11:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004574 10.0.0.23 - - [2026-01-29 03:11:28] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005112 10.0.0.23 - - [2026-01-29 03:11:28] "GET /virtual-networks?parent_id=a7773eee-2017-48f9-af2b-32af097f0535&detail=False&count=False&shared=False HTTP/1.1" 200 414 0.003570 10.0.0.23 - - [2026-01-29 03:11:28] "GET /virtual-network/332365ae-70cd-49d9-9e6a-e0ea49ab9725?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2208 0.008794 10.0.0.23 - - [2026-01-29 03:11:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003577 10.0.0.23 - - [2026-01-29 03:11:31] "GET /virtual-network/332365ae-70cd-49d9-9e6a-e0ea49ab9725?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2208 0.005577 10.0.0.23 - - [2026-01-29 03:11:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003610 10.0.0.23 - - [2026-01-29 03:11:35] "GET /virtual-network/332365ae-70cd-49d9-9e6a-e0ea49ab9725?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2208 0.005657 10.0.0.23 - - [2026-01-29 03:11:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003299 10.0.0.23 - - [2026-01-29 03:11:39] "GET /virtual-network/332365ae-70cd-49d9-9e6a-e0ea49ab9725?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2208 0.006183 10.0.0.23 - - [2026-01-29 03:11:41] "POST /neutron/port HTTP/1.1" 200 1145 0.016397 10.0.0.23 - - [2026-01-29 03:11:41] "POST /neutron/subnet HTTP/1.1" 200 699 0.009060 10.0.0.23 - - [2026-01-29 03:11:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.004730 10.0.0.23 - - [2026-01-29 03:11:43] "GET /virtual-network/332365ae-70cd-49d9-9e6a-e0ea49ab9725?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2208 0.007616 10.0.0.23 - - [2026-01-29 03:11:45] "POST /neutron/port HTTP/1.1" 200 1145 0.019964 10.0.0.23 - - [2026-01-29 03:11:45] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004732 10.0.0.23 - - [2026-01-29 03:11:45] "POST /neutron/network HTTP/1.1" 200 927 0.006299 10.0.0.23 - - [2026-01-29 03:11:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003459 10.0.0.23 - - [2026-01-29 03:11:47] "GET /virtual-network/332365ae-70cd-49d9-9e6a-e0ea49ab9725?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2208 0.011240 10.0.0.23 - - [2026-01-29 03:11:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003798 10.0.0.23 - - [2026-01-29 03:11:51] "GET /virtual-network/332365ae-70cd-49d9-9e6a-e0ea49ab9725?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2208 0.006147 10.0.0.240 - - [2026-01-29 03:11:53] "DELETE /project/a7773eee201748f9af2b32af097f0535 HTTP/1.1" 404 173 0.004870 10.0.0.240 - - [2026-01-29 03:11:53] "GET /projects?obj_uuids=9b59298f-5423-4f89-bb64-b4057515053f&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.001187 10.0.0.240 - - [2026-01-29 03:11:53] "GET /project/9b59298f-5423-4f89-bb64-b4057515053f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1589 0.056393 10.0.0.240 - - [2026-01-29 03:11:53] "GET /projects?obj_uuids=9b59298f-5423-4f89-bb64-b4057515053f&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.001338 10.0.0.240 - - [2026-01-29 03:11:53] "GET /project/9b59298f-5423-4f89-bb64-b4057515053f?fields=security_groups HTTP/1.1" 200 1454 0.056963 10.0.0.240 - - [2026-01-29 03:11:53] "DELETE /security-group/223bbe66-28fe-4a32-86da-8d36c0711e6d HTTP/1.1" 404 177 0.005461 10.0.0.240 - - [2026-01-29 03:11:53] "GET /projects?obj_uuids=9b59298f-5423-4f89-bb64-b4057515053f&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.001360 10.0.0.240 - - [2026-01-29 03:11:53] "GET /project/9b59298f-5423-4f89-bb64-b4057515053f?fields=application_policy_sets HTTP/1.1" 200 1493 0.072529 10.0.0.147 - - [2026-01-29 03:11:53] "DELETE /access-control-list/c4f38b72-8b26-463a-bc1d-17890ff0db52 HTTP/1.1" 200 115 0.083200 10.0.0.240 - - [2026-01-29 03:11:53] "DELETE /project/9b59298f-5423-4f89-bb64-b4057515053f HTTP/1.1" 200 115 0.452939 10.0.0.23 - - [2026-01-29 03:11:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003701 10.0.0.23 - - [2026-01-29 03:11:55] "GET /virtual-network/332365ae-70cd-49d9-9e6a-e0ea49ab9725?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2208 0.005620 10.0.0.23 - - [2026-01-29 03:11:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003961 10.0.0.23 - - [2026-01-29 03:11:59] "GET /virtual-network/332365ae-70cd-49d9-9e6a-e0ea49ab9725?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2208 0.008536 10.0.0.23 - - [2026-01-29 03:12:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004052 10.0.0.23 - - [2026-01-29 03:12:03] "GET /virtual-network/332365ae-70cd-49d9-9e6a-e0ea49ab9725?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2208 0.006878 10.0.0.23 - - [2026-01-29 03:12:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004178 10.0.0.23 - - [2026-01-29 03:12:08] "GET /virtual-network/332365ae-70cd-49d9-9e6a-e0ea49ab9725?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2208 0.005859 10.0.0.23 - - [2026-01-29 03:12:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004437 10.0.0.23 - - [2026-01-29 03:12:12] "GET /virtual-network/332365ae-70cd-49d9-9e6a-e0ea49ab9725?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2208 0.006510 10.0.0.23 - - [2026-01-29 03:12:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004414 10.0.0.23 - - [2026-01-29 03:12:16] "GET /virtual-network/332365ae-70cd-49d9-9e6a-e0ea49ab9725?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2208 0.006953 10.0.0.23 - - [2026-01-29 03:12:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003757 10.0.0.23 - - [2026-01-29 03:12:18] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003801 10.0.0.23 - - [2026-01-29 03:12:18] "GET /virtual-networks?parent_id=a7773eee-2017-48f9-af2b-32af097f0535&detail=False&count=False&shared=False HTTP/1.1" 200 414 0.003124 10.0.0.23 - - [2026-01-29 03:12:18] "GET /virtual-network/332365ae-70cd-49d9-9e6a-e0ea49ab9725?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2208 0.006499 10.0.0.23 - - [2026-01-29 03:12:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003780 10.0.0.23 - - [2026-01-29 03:12:18] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003846 10.0.0.23 - - [2026-01-29 03:12:18] "GET /virtual-networks?parent_id=a7773eee-2017-48f9-af2b-32af097f0535&detail=False&count=False&shared=False HTTP/1.1" 200 414 0.002890 10.0.0.23 - - [2026-01-29 03:12:18] "GET /virtual-network/332365ae-70cd-49d9-9e6a-e0ea49ab9725?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2208 0.007184 10.0.0.23 - - [2026-01-29 03:12:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003642 10.0.0.23 - - [2026-01-29 03:12:18] "GET /routing-instance/b29ce298-8b23-43b7-9534-a2c7c2b4d9fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1664 0.007881 10.0.0.23 - - [2026-01-29 03:12:18] "GET /route-target/2f92bd4c-376c-4123-acdb-f7e0931f256d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004178 10.0.0.23 - - [2026-01-29 03:12:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003756 10.0.0.23 - - [2026-01-29 03:12:18] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004138 10.0.0.23 - - [2026-01-29 03:12:18] "GET /virtual-networks?parent_id=a7773eee-2017-48f9-af2b-32af097f0535&detail=False&count=False&shared=False HTTP/1.1" 200 414 0.004222 10.0.0.23 - - [2026-01-29 03:12:18] "GET /virtual-network/332365ae-70cd-49d9-9e6a-e0ea49ab9725?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2208 0.005703 10.0.0.23 - - [2026-01-29 03:12:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003292 10.0.0.23 - - [2026-01-29 03:12:18] "GET /routing-instance/b29ce298-8b23-43b7-9534-a2c7c2b4d9fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1664 0.005771 10.0.0.23 - - [2026-01-29 03:12:18] "GET /route-target/2f92bd4c-376c-4123-acdb-f7e0931f256d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004509 10.0.0.23 - - [2026-01-29 03:12:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004142 10.0.0.23 - - [2026-01-29 03:12:19] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004550 10.0.0.23 - - [2026-01-29 03:12:19] "GET /virtual-networks?parent_id=a7773eee-2017-48f9-af2b-32af097f0535&detail=False&count=False&shared=False HTTP/1.1" 200 414 0.003244 10.0.0.23 - - [2026-01-29 03:12:19] "GET /virtual-network/332365ae-70cd-49d9-9e6a-e0ea49ab9725?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2208 0.006295 10.0.0.23 - - [2026-01-29 03:12:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003779 10.0.0.23 - - [2026-01-29 03:12:19] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004699 10.0.0.23 - - [2026-01-29 03:12:19] "GET /virtual-networks?parent_id=a7773eee-2017-48f9-af2b-32af097f0535&detail=False&count=False&shared=False HTTP/1.1" 200 414 0.003645 10.0.0.23 - - [2026-01-29 03:12:19] "GET /virtual-network/332365ae-70cd-49d9-9e6a-e0ea49ab9725?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2208 0.008698 10.0.0.23 - - [2026-01-29 03:12:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.005361 10.0.0.23 - - [2026-01-29 03:12:19] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.006301 10.0.0.23 - - [2026-01-29 03:12:19] "GET /virtual-networks?parent_id=a7773eee-2017-48f9-af2b-32af097f0535&detail=False&count=False&shared=False HTTP/1.1" 200 414 0.004220 10.0.0.23 - - [2026-01-29 03:12:19] "GET /virtual-network/332365ae-70cd-49d9-9e6a-e0ea49ab9725?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2208 0.007295 10.0.0.240 - - [2026-01-29 03:12:19] "GET /obj-perms HTTP/1.1" 200 5072 0.052910 10.0.0.23 - - [2026-01-29 03:12:19] "GET /obj-perms HTTP/1.1" 200 5072 0.005846 10.0.0.23 - - [2026-01-29 03:12:19] "GET /obj-perms HTTP/1.1" 200 5072 0.004753 10.0.0.147 - - [2026-01-29 03:12:19] "GET /obj-perms HTTP/1.1" 200 5072 0.005010 10.0.0.240 - - [2026-01-29 03:12:20] "GET /obj-perms HTTP/1.1" 200 5072 0.005658 10.0.0.23 - - [2026-01-29 03:12:20] "GET /virtual-machine/b02a0caa-cdb8-428e-b926-9c72b03d7979 HTTP/1.1" 200 1316 0.004699 10.0.0.23 - - [2026-01-29 03:12:20] "GET /virtual-machine-interface/40c9c3d6-ace7-448e-8960-8a216989b84e HTTP/1.1" 200 3197 0.005759 10.0.0.23 - - [2026-01-29 03:12:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004385 10.0.0.23 - - [2026-01-29 03:12:20] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004319 10.0.0.23 - - [2026-01-29 03:12:20] "GET /virtual-networks?parent_id=a7773eee-2017-48f9-af2b-32af097f0535&detail=False&count=False&shared=False HTTP/1.1" 200 414 0.003168 10.0.0.23 - - [2026-01-29 03:12:20] "GET /virtual-network/332365ae-70cd-49d9-9e6a-e0ea49ab9725?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2208 0.006275 10.0.0.23 - - [2026-01-29 03:12:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004198 10.0.0.23 - - [2026-01-29 03:12:21] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004257 10.0.0.23 - - [2026-01-29 03:12:21] "GET /virtual-networks?parent_id=a7773eee-2017-48f9-af2b-32af097f0535&detail=False&count=False&shared=False HTTP/1.1" 200 414 0.003590 10.0.0.23 - - [2026-01-29 03:12:21] "GET /virtual-network/332365ae-70cd-49d9-9e6a-e0ea49ab9725?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2208 0.005904 10.0.0.23 - - [2026-01-29 03:12:21] "POST /neutron/port HTTP/1.1" 200 1145 0.019669 10.0.0.23 - - [2026-01-29 03:12:26] "POST /neutron/security_group HTTP/1.1" 200 1417 0.006935 10.0.0.23 - - [2026-01-29 03:12:29] "GET /obj-perms HTTP/1.1" 200 5056 0.051640 10.0.0.23 - - [2026-01-29 03:12:31] "POST /neutron/port HTTP/1.1" 200 1145 0.017545 10.0.0.23 - - [2026-01-29 03:12:36] "POST /neutron/security_group HTTP/1.1" 200 1417 0.011494 10.0.0.23 - - [2026-01-29 03:12:41] "POST /neutron/network HTTP/1.1" 200 937 0.006673 10.0.0.23 - - [2026-01-29 03:12:41] "POST /neutron/port HTTP/1.1" 200 117 0.001230 10.0.0.23 - - [2026-01-29 03:12:42] "POST /neutron/security_group HTTP/1.1" 200 1417 0.007600 10.0.0.23 - - [2026-01-29 03:12:42] "POST /neutron/port HTTP/1.1" 200 1145 0.016854 10.0.0.23 - - [2026-01-29 03:12:42] "POST /neutron/security_group HTTP/1.1" 200 1417 0.007103 10.0.0.23 - - [2026-01-29 03:12:42] "GET /virtual-machine/a047d031-42f7-45e9-926c-94ed61c3ed65 HTTP/1.1" 200 1316 0.005638 10.0.0.23 - - [2026-01-29 03:12:42] "GET /virtual-machine/a047d031-42f7-45e9-926c-94ed61c3ed65 HTTP/1.1" 200 1316 0.003418 10.0.0.23 - - [2026-01-29 03:12:42] "GET /virtual-machine-interface/fa0809fe-5bbc-4863-86c8-fab99368ad9c HTTP/1.1" 200 3198 0.005342 10.0.0.23 - - [2026-01-29 03:12:42] "GET /virtual-machine/a047d031-42f7-45e9-926c-94ed61c3ed65 HTTP/1.1" 200 1316 0.003435 10.0.0.23 - - [2026-01-29 03:12:42] "GET /virtual-machine-interface/fa0809fe-5bbc-4863-86c8-fab99368ad9c HTTP/1.1" 200 3198 0.004992 10.0.0.23 - - [2026-01-29 03:12:42] "GET /instance-ip/63abbe95-4366-423e-8799-823c41df805e HTTP/1.1" 200 1705 0.005477 10.0.0.23 - - [2026-01-29 03:12:42] "GET /virtual-machine/a047d031-42f7-45e9-926c-94ed61c3ed65 HTTP/1.1" 200 1316 0.003211 10.0.0.23 - - [2026-01-29 03:12:42] "GET /virtual-machine-interface/fa0809fe-5bbc-4863-86c8-fab99368ad9c HTTP/1.1" 200 3198 0.005064 10.0.0.23 - - [2026-01-29 03:12:42] "GET /instance-ip/63abbe95-4366-423e-8799-823c41df805e HTTP/1.1" 200 1705 0.003798 10.0.0.23 - - [2026-01-29 03:12:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003618 10.0.0.23 - - [2026-01-29 03:12:42] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003711 10.0.0.23 - - [2026-01-29 03:12:42] "GET /virtual-networks?parent_id=a7773eee-2017-48f9-af2b-32af097f0535&detail=False&count=False&shared=False HTTP/1.1" 200 414 0.002768 10.0.0.23 - - [2026-01-29 03:12:42] "GET /virtual-network/332365ae-70cd-49d9-9e6a-e0ea49ab9725?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2208 0.007230 10.0.0.23 - - [2026-01-29 03:12:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003459 10.0.0.23 - - [2026-01-29 03:12:42] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004728 10.0.0.23 - - [2026-01-29 03:12:42] "GET /virtual-networks?parent_id=a7773eee-2017-48f9-af2b-32af097f0535&detail=False&count=False&shared=False HTTP/1.1" 200 414 0.003014 10.0.0.23 - - [2026-01-29 03:12:42] "GET /virtual-network/332365ae-70cd-49d9-9e6a-e0ea49ab9725?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2208 0.005887 10.0.0.23 - - [2026-01-29 03:12:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003614 10.0.0.23 - - [2026-01-29 03:12:42] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003979 10.0.0.23 - - [2026-01-29 03:12:42] "GET /virtual-networks?parent_id=a7773eee-2017-48f9-af2b-32af097f0535&detail=False&count=False&shared=False HTTP/1.1" 200 414 0.003050 10.0.0.23 - - [2026-01-29 03:12:42] "GET /virtual-network/332365ae-70cd-49d9-9e6a-e0ea49ab9725?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2208 0.005946 10.0.0.23 - - [2026-01-29 03:12:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003328 10.0.0.23 - - [2026-01-29 03:12:42] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004382 10.0.0.23 - - [2026-01-29 03:12:42] "GET /virtual-networks?parent_id=a7773eee-2017-48f9-af2b-32af097f0535&detail=False&count=False&shared=False HTTP/1.1" 200 414 0.003324 10.0.0.23 - - [2026-01-29 03:12:42] "GET /virtual-network/332365ae-70cd-49d9-9e6a-e0ea49ab9725?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2208 0.006233 10.0.0.23 - - [2026-01-29 03:12:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003786 10.0.0.23 - - [2026-01-29 03:12:43] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004663 10.0.0.23 - - [2026-01-29 03:12:43] "GET /virtual-networks?parent_id=a7773eee-2017-48f9-af2b-32af097f0535&detail=False&count=False&shared=False HTTP/1.1" 200 414 0.003425 10.0.0.23 - - [2026-01-29 03:12:43] "GET /virtual-network/332365ae-70cd-49d9-9e6a-e0ea49ab9725?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2208 0.006090 10.0.0.23 - - [2026-01-29 03:12:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003939 10.0.0.23 - - [2026-01-29 03:12:43] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004226 10.0.0.23 - - [2026-01-29 03:12:43] "GET /virtual-networks?parent_id=a7773eee-2017-48f9-af2b-32af097f0535&detail=False&count=False&shared=False HTTP/1.1" 200 414 0.003070 10.0.0.23 - - [2026-01-29 03:12:43] "GET /virtual-network/332365ae-70cd-49d9-9e6a-e0ea49ab9725?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2208 0.006898 10.0.0.23 - - [2026-01-29 03:12:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003314 10.0.0.23 - - [2026-01-29 03:12:43] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004527 10.0.0.23 - - [2026-01-29 03:12:43] "GET /virtual-networks?parent_id=a7773eee-2017-48f9-af2b-32af097f0535&detail=False&count=False&shared=False HTTP/1.1" 200 414 0.003347 10.0.0.23 - - [2026-01-29 03:12:43] "GET /virtual-network/332365ae-70cd-49d9-9e6a-e0ea49ab9725?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2208 0.008370 10.0.0.23 - - [2026-01-29 03:12:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003588 10.0.0.23 - - [2026-01-29 03:12:44] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003483 10.0.0.23 - - [2026-01-29 03:12:44] "GET /virtual-networks?parent_id=a7773eee-2017-48f9-af2b-32af097f0535&detail=False&count=False&shared=False HTTP/1.1" 200 414 0.002913 10.0.0.23 - - [2026-01-29 03:12:44] "GET /virtual-network/332365ae-70cd-49d9-9e6a-e0ea49ab9725?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2208 0.006139 10.0.0.23 - - [2026-01-29 03:12:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003767 10.0.0.23 - - [2026-01-29 03:12:44] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003587 10.0.0.23 - - [2026-01-29 03:12:44] "GET /virtual-networks?parent_id=a7773eee-2017-48f9-af2b-32af097f0535&detail=False&count=False&shared=False HTTP/1.1" 200 414 0.002917 10.0.0.23 - - [2026-01-29 03:12:44] "GET /virtual-network/332365ae-70cd-49d9-9e6a-e0ea49ab9725?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2208 0.006146 10.0.0.23 - - [2026-01-29 03:12:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003467 10.0.0.23 - - [2026-01-29 03:12:44] "GET /routing-instance/b29ce298-8b23-43b7-9534-a2c7c2b4d9fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1664 0.004844 10.0.0.23 - - [2026-01-29 03:12:44] "GET /route-target/2f92bd4c-376c-4123-acdb-f7e0931f256d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.003546 10.0.0.23 - - [2026-01-29 03:12:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003757 10.0.0.23 - - [2026-01-29 03:12:45] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.006368 10.0.0.23 - - [2026-01-29 03:12:45] "GET /virtual-networks?parent_id=a7773eee-2017-48f9-af2b-32af097f0535&detail=False&count=False&shared=False HTTP/1.1" 200 414 0.003129 10.0.0.23 - - [2026-01-29 03:12:45] "GET /virtual-network/332365ae-70cd-49d9-9e6a-e0ea49ab9725?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2208 0.006079 10.0.0.23 - - [2026-01-29 03:12:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003168 10.0.0.23 - - [2026-01-29 03:12:45] "GET /routing-instance/b29ce298-8b23-43b7-9534-a2c7c2b4d9fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1664 0.005923 10.0.0.23 - - [2026-01-29 03:12:45] "GET /route-target/2f92bd4c-376c-4123-acdb-f7e0931f256d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.003803 10.0.0.23 - - [2026-01-29 03:12:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003527 10.0.0.23 - - [2026-01-29 03:12:45] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004072 10.0.0.23 - - [2026-01-29 03:12:45] "GET /virtual-networks?parent_id=a7773eee-2017-48f9-af2b-32af097f0535&detail=False&count=False&shared=False HTTP/1.1" 200 414 0.003397 10.0.0.23 - - [2026-01-29 03:12:45] "GET /virtual-network/332365ae-70cd-49d9-9e6a-e0ea49ab9725?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2208 0.006226 10.0.0.23 - - [2026-01-29 03:12:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004822 10.0.0.23 - - [2026-01-29 03:12:45] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005129 10.0.0.23 - - [2026-01-29 03:12:45] "GET /virtual-networks?parent_id=a7773eee-2017-48f9-af2b-32af097f0535&detail=False&count=False&shared=False HTTP/1.1" 200 414 0.003836 10.0.0.23 - - [2026-01-29 03:12:45] "GET /virtual-network/332365ae-70cd-49d9-9e6a-e0ea49ab9725?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2208 0.007151 10.0.0.23 - - [2026-01-29 03:12:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004860 10.0.0.23 - - [2026-01-29 03:12:45] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005292 10.0.0.23 - - [2026-01-29 03:12:45] "GET /virtual-networks?parent_id=a7773eee-2017-48f9-af2b-32af097f0535&detail=False&count=False&shared=False HTTP/1.1" 200 414 0.003392 10.0.0.23 - - [2026-01-29 03:12:45] "GET /virtual-network/332365ae-70cd-49d9-9e6a-e0ea49ab9725?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2208 0.008002 10.0.0.240 - - [2026-01-29 03:12:45] "GET /obj-perms HTTP/1.1" 200 5072 0.005052 10.0.0.23 - - [2026-01-29 03:12:45] "GET /obj-perms HTTP/1.1" 200 5072 0.004221 10.0.0.23 - - [2026-01-29 03:12:45] "GET /obj-perms HTTP/1.1" 200 5072 0.004196 10.0.0.23 - - [2026-01-29 03:12:45] "GET /obj-perms HTTP/1.1" 200 5072 0.004057 10.0.0.23 - - [2026-01-29 03:12:45] "GET /virtual-machine/a047d031-42f7-45e9-926c-94ed61c3ed65 HTTP/1.1" 200 1316 0.004444 10.0.0.23 - - [2026-01-29 03:12:45] "GET /virtual-machine-interface/fa0809fe-5bbc-4863-86c8-fab99368ad9c HTTP/1.1" 200 3198 0.006072 10.0.0.23 - - [2026-01-29 03:12:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004014 10.0.0.23 - - [2026-01-29 03:12:46] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004460 10.0.0.23 - - [2026-01-29 03:12:46] "GET /virtual-networks?parent_id=a7773eee-2017-48f9-af2b-32af097f0535&detail=False&count=False&shared=False HTTP/1.1" 200 414 0.003854 10.0.0.23 - - [2026-01-29 03:12:46] "GET /virtual-network/332365ae-70cd-49d9-9e6a-e0ea49ab9725?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2208 0.006842 10.0.0.23 - - [2026-01-29 03:12:46] "POST /neutron/network HTTP/1.1" 200 937 0.032118 10.0.0.23 - - [2026-01-29 03:12:46] "POST /neutron/port HTTP/1.1" 200 117 0.001285 10.0.0.23 - - [2026-01-29 03:12:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004449 10.0.0.23 - - [2026-01-29 03:12:47] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004747 10.0.0.23 - - [2026-01-29 03:12:47] "GET /virtual-networks?parent_id=a7773eee-2017-48f9-af2b-32af097f0535&detail=False&count=False&shared=False HTTP/1.1" 200 414 0.003923 10.0.0.23 - - [2026-01-29 03:12:47] "GET /virtual-network/332365ae-70cd-49d9-9e6a-e0ea49ab9725?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2208 0.006196 10.0.0.23 - - [2026-01-29 03:12:47] "GET /virtual-machine/b02a0caa-cdb8-428e-b926-9c72b03d7979 HTTP/1.1" 200 1316 0.004153 10.0.0.23 - - [2026-01-29 03:12:47] "GET /virtual-machine-interface/40c9c3d6-ace7-448e-8960-8a216989b84e HTTP/1.1" 200 3197 0.006176 10.0.0.23 - - [2026-01-29 03:12:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003412 10.0.0.23 - - [2026-01-29 03:12:47] "GET /security-group/a50be3b8-c87b-47e8-abc4-6b18c8613fc1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2699 0.003851 10.0.0.23 - - [2026-01-29 03:12:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004501 10.0.0.23 - - [2026-01-29 03:12:47] "GET /security-group/a50be3b8-c87b-47e8-abc4-6b18c8613fc1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2699 0.005948 10.0.0.23 - - [2026-01-29 03:12:47] "POST /neutron/security_group HTTP/1.1" 200 1417 0.008530 10.0.0.23 - - [2026-01-29 03:12:47] "POST /neutron/port HTTP/1.1" 200 1135 0.016312 10.0.0.23 - - [2026-01-29 03:12:47] "GET /virtual-machine/b02a0caa-cdb8-428e-b926-9c72b03d7979 HTTP/1.1" 200 1316 0.004287 10.0.0.23 - - [2026-01-29 03:12:47] "GET /virtual-machine-interface/40c9c3d6-ace7-448e-8960-8a216989b84e HTTP/1.1" 200 3145 0.008295 10.0.0.23 - - [2026-01-29 03:12:47] "POST /neutron/port HTTP/1.1" 200 1107 0.020329 10.0.0.23 - - [2026-01-29 03:12:47] "POST /neutron/port HTTP/1.1" 200 1135 0.071359 10.0.0.23 - - [2026-01-29 03:12:47] "GET /virtual-machine/b02a0caa-cdb8-428e-b926-9c72b03d7979 HTTP/1.1" 200 1316 0.004969 10.0.0.23 - - [2026-01-29 03:12:47] "GET /virtual-machine-interface/40c9c3d6-ace7-448e-8960-8a216989b84e HTTP/1.1" 200 3197 0.005815 10.0.0.23 - - [2026-01-29 03:12:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003204 10.0.0.23 - - [2026-01-29 03:12:47] "GET /security-group/a50be3b8-c87b-47e8-abc4-6b18c8613fc1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2699 0.004261 10.0.0.23 - - [2026-01-29 03:12:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003319 10.0.0.23 - - [2026-01-29 03:12:48] "GET /security-group/a50be3b8-c87b-47e8-abc4-6b18c8613fc1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2699 0.004818 10.0.0.23 - - [2026-01-29 03:12:48] "POST /neutron/security_group HTTP/1.1" 400 206 0.020833 10.0.0.147 - - [2026-01-29 03:13:30] "GET /obj-perms HTTP/1.1" 200 5056 0.050263 10.0.0.240 - - [2026-01-29 03:13:30] "GET /obj-perms HTTP/1.1" 200 5056 0.049323 10.0.0.23 - - [2026-01-29 03:13:43] "POST /neutron/network HTTP/1.1" 200 937 0.008925 10.0.0.23 - - [2026-01-29 03:13:43] "POST /neutron/port HTTP/1.1" 200 117 0.001329 10.0.0.23 - - [2026-01-29 03:13:48] "POST /neutron/port HTTP/1.1" 200 1145 0.028543 10.0.0.23 - - [2026-01-29 03:13:48] "POST /neutron/subnet HTTP/1.1" 200 699 0.010367 10.0.0.240 - - [2026-01-29 03:14:25] "GET /projects?obj_uuids=a7773eee-2017-48f9-af2b-32af097f0535&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.028900 10.0.0.23 - - [2026-01-29 03:14:25] "POST /neutron/security_group_rule HTTP/1.1" 200 2628 0.083803 10.0.0.23 - - [2026-01-29 03:14:25] "POST /neutron/security_group_rule HTTP/1.1" 200 547 0.011254 10.0.0.23 - - [2026-01-29 03:14:25] "POST /neutron/security_group_rule HTTP/1.1" 200 583 0.125886 10.0.0.147 - - [2026-01-29 03:14:25] "PUT /access-control-list/78f622f9-4a76-470b-aa8a-e6fb4d3f083e HTTP/1.1" 200 273 0.018453 10.0.0.23 - - [2026-01-29 03:14:28] "POST /neutron/port HTTP/1.1" 200 1135 0.034434 10.0.0.23 - - [2026-01-29 03:14:28] "GET /virtual-machine/a047d031-42f7-45e9-926c-94ed61c3ed65 HTTP/1.1" 200 1316 0.005556 10.0.0.23 - - [2026-01-29 03:14:29] "POST /neutron/port HTTP/1.1" 200 1107 0.037572 10.0.0.23 - - [2026-01-29 03:14:30] "GET /virtual-machine/a047d031-42f7-45e9-926c-94ed61c3ed65 HTTP/1.1" 404 171 0.005665 10.0.0.23 - - [2026-01-29 03:14:30] "GET /virtual-machine/a047d031-42f7-45e9-926c-94ed61c3ed65 HTTP/1.1" 404 171 0.014091 10.0.0.23 - - [2026-01-29 03:14:30] "GET /virtual-machine/a047d031-42f7-45e9-926c-94ed61c3ed65 HTTP/1.1" 404 171 0.003101 10.0.0.23 - - [2026-01-29 03:14:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.005869 10.0.0.23 - - [2026-01-29 03:14:31] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.008471 10.0.0.23 - - [2026-01-29 03:14:31] "GET /virtual-networks?parent_id=a7773eee-2017-48f9-af2b-32af097f0535&detail=False&count=False&shared=False HTTP/1.1" 200 414 0.003587 10.0.0.23 - - [2026-01-29 03:14:31] "GET /virtual-network/332365ae-70cd-49d9-9e6a-e0ea49ab9725?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2208 0.008178 10.0.0.23 - - [2026-01-29 03:14:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.005071 10.0.0.23 - - [2026-01-29 03:14:31] "GET /routing-instance/b29ce298-8b23-43b7-9534-a2c7c2b4d9fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1664 0.005557 10.0.0.23 - - [2026-01-29 03:14:31] "GET /route-target/2f92bd4c-376c-4123-acdb-f7e0931f256d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004618 10.0.0.23 - - [2026-01-29 03:14:31] "GET /obj-perms HTTP/1.1" 200 5072 0.004641 10.0.0.23 - - [2026-01-29 03:14:34] "GET /obj-perms HTTP/1.1" 200 5072 0.004033 10.0.0.23 - - [2026-01-29 03:14:34] "POST /neutron/security_group HTTP/1.1" 200 1417 0.008105 10.0.0.23 - - [2026-01-29 03:14:34] "POST /neutron/port HTTP/1.1" 200 1135 0.012586 10.0.0.23 - - [2026-01-29 03:14:34] "GET /virtual-machine/b02a0caa-cdb8-428e-b926-9c72b03d7979 HTTP/1.1" 200 1316 0.004112 10.0.0.23 - - [2026-01-29 03:14:35] "POST /neutron/port HTTP/1.1" 200 1097 0.015559 10.0.0.23 - - [2026-01-29 03:14:36] "GET /virtual-machine/b02a0caa-cdb8-428e-b926-9c72b03d7979 HTTP/1.1" 404 171 0.003281 10.0.0.23 - - [2026-01-29 03:14:36] "GET /virtual-machine/b02a0caa-cdb8-428e-b926-9c72b03d7979 HTTP/1.1" 404 171 0.003518 10.0.0.23 - - [2026-01-29 03:14:36] "GET /virtual-machine/b02a0caa-cdb8-428e-b926-9c72b03d7979 HTTP/1.1" 404 171 0.002927 10.0.0.23 - - [2026-01-29 03:14:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.004465 10.0.0.23 - - [2026-01-29 03:14:37] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003995 10.0.0.23 - - [2026-01-29 03:14:37] "GET /virtual-networks?parent_id=a7773eee-2017-48f9-af2b-32af097f0535&detail=False&count=False&shared=False HTTP/1.1" 200 414 0.003356 10.0.0.23 - - [2026-01-29 03:14:37] "GET /virtual-network/332365ae-70cd-49d9-9e6a-e0ea49ab9725?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2208 0.006154 10.0.0.23 - - [2026-01-29 03:14:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.004184 10.0.0.23 - - [2026-01-29 03:14:37] "GET /routing-instance/b29ce298-8b23-43b7-9534-a2c7c2b4d9fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1664 0.004606 10.0.0.23 - - [2026-01-29 03:14:37] "GET /route-target/2f92bd4c-376c-4123-acdb-f7e0931f256d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.005123 10.0.0.147 - - [2026-01-29 03:14:37] "GET /obj-perms HTTP/1.1" 200 5072 0.005337 10.0.0.23 - - [2026-01-29 03:14:40] "GET /obj-perms HTTP/1.1" 200 5072 0.012067 10.0.0.147 - - [2026-01-29 03:14:46] "GET /obj-perms HTTP/1.1" 200 5072 0.007028 10.0.0.23 - - [2026-01-29 03:14:49] "GET /obj-perms HTTP/1.1" 200 5072 0.005202 10.0.0.147 - - [2026-01-29 03:14:51] "GET /global-system-configs HTTP/1.1" 401 292 0.000469 10.0.0.147 - - [2026-01-29 03:14:51] "GET /global-system-configs HTTP/1.1" 401 292 0.000421 10.0.0.147 - - [2026-01-29 03:14:52] "GET /global-system-configs HTTP/1.1" 401 292 0.000420 10.0.0.147 - - [2026-01-29 03:14:52] "GET /global-system-configs HTTP/1.1" 401 292 0.000850 10.0.0.23 - - [2026-01-29 03:14:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000435 10.0.0.23 - - [2026-01-29 03:14:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000413 10.0.0.240 - - [2026-01-29 03:14:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000415 10.0.0.240 - - [2026-01-29 03:14:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000409 10.0.0.23 - - [2026-01-29 03:14:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000470 10.0.0.23 - - [2026-01-29 03:14:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000432 10.0.0.240 - - [2026-01-29 03:14:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000488 10.0.0.240 - - [2026-01-29 03:14:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000442 10.0.0.147 - - [2026-01-29 03:14:55] "GET /obj-perms HTTP/1.1" 200 5072 0.004284 10.0.0.23 - - [2026-01-29 03:14:58] "GET /obj-perms HTTP/1.1" 200 5072 0.004752 10.0.0.147 - - [2026-01-29 03:15:04] "GET /obj-perms HTTP/1.1" 200 5072 0.003966 10.0.0.23 - - [2026-01-29 03:15:04] "GET /obj-perms HTTP/1.1" 200 5072 0.003716 10.0.0.240 - - [2026-01-29 03:15:05] "POST /useragent-kv HTTP/1.1" 200 115 0.006357 10.0.0.240 - - [2026-01-29 03:15:05] "POST /useragent-kv HTTP/1.1" 200 115 0.003119 10.0.0.23 - - [2026-01-29 03:15:05] "POST /neutron/network HTTP/1.1" 200 151 0.137144 10.0.0.147 - - [2026-01-29 03:15:05] "DELETE /access-control-list/7b1b10d0-7358-40d0-89f6-43e7b2ca0e60 HTTP/1.1" 200 115 0.036497 10.0.0.23 - - [2026-01-29 03:15:05] "POST /fqname-to-id HTTP/1.1" 404 245 0.003172 10.0.0.240 - - [2026-01-29 03:15:07] "GET /projects?obj_uuids=a7773eee-2017-48f9-af2b-32af097f0535&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001120 10.0.0.23 - - [2026-01-29 03:15:07] "GET /project/a7773eee-2017-48f9-af2b-32af097f0535?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1451 0.047344 10.0.0.240 - - [2026-01-29 03:15:07] "GET /projects?obj_uuids=a7773eee-2017-48f9-af2b-32af097f0535&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001409 10.0.0.23 - - [2026-01-29 03:15:07] "GET /project/a7773eee-2017-48f9-af2b-32af097f0535?fields=virtual_networks HTTP/1.1" 200 1077 0.071878 10.0.0.240 - - [2026-01-29 03:15:07] "GET /projects?obj_uuids=a7773eee-2017-48f9-af2b-32af097f0535&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001045 10.0.0.23 - - [2026-01-29 03:15:07] "GET /project/a7773eee-2017-48f9-af2b-32af097f0535?fields=virtual_machine_interfaces HTTP/1.1" 200 1077 0.054054 10.0.0.240 - - [2026-01-29 03:15:07] "GET /projects?obj_uuids=a7773eee-2017-48f9-af2b-32af097f0535&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001354 10.0.0.23 - - [2026-01-29 03:15:07] "GET /project/a7773eee-2017-48f9-af2b-32af097f0535?fields=security_groups HTTP/1.1" 200 1325 0.048389 10.0.0.23 - - [2026-01-29 03:15:08] "POST /fqname-to-id HTTP/1.1" 404 186 0.043956 10.0.0.240 - - [2026-01-29 03:15:08] "GET /projects?obj_uuids=724b5867-6ba3-4906-9830-6da743c82e93&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003074 10.0.0.240 - - [2026-01-29 03:15:08] "GET /domains?obj_uuids=65230a56-1cf0-4d34-9498-1ad48da04806&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001376 10.0.0.240 - - [2026-01-29 03:15:08] "GET /domain/65230a56-1cf0-4d34-9498-1ad48da04806?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007741 10.0.0.240 - - [2026-01-29 03:15:08] "POST /id-to-fqname HTTP/1.1" 200 188 0.005718 10.0.0.240 - - [2026-01-29 03:15:08] "POST /fqname-to-id HTTP/1.1" 404 197 0.007695 10.0.0.240 - - [2026-01-29 03:15:08] "POST /security-groups HTTP/1.1" 200 589 0.030318 10.0.0.240 - - [2026-01-29 03:15:08] "POST /projects HTTP/1.1" 200 581 0.239769 10.0.0.240 - - [2026-01-29 03:15:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.277601 10.0.0.147 - - [2026-01-29 03:15:08] "POST /access-control-lists HTTP/1.1" 200 596 0.025449 10.0.0.23 - - [2026-01-29 03:15:08] "GET /project/724b5867-6ba3-4906-9830-6da743c82e93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.433742 10.0.0.23 - - [2026-01-29 03:15:09] "GET / HTTP/1.1" 200 36215 0.001729 10.0.0.23 - - [2026-01-29 03:15:11] "POST /fqname-to-id HTTP/1.1" 401 292 0.000511 10.0.0.23 - - [2026-01-29 03:15:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.055706 10.0.0.240 - - [2026-01-29 03:15:12] "GET /projects?obj_uuids=724b5867-6ba3-4906-9830-6da743c82e93&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000962 10.0.0.23 - - [2026-01-29 03:15:12] "GET /project/724b5867-6ba3-4906-9830-6da743c82e93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.041348 10.0.0.23 - - [2026-01-29 03:15:12] "POST /neutron/network HTTP/1.1" 200 117 0.034706 10.0.0.147 - - [2026-01-29 03:15:12] "POST /route-targets HTTP/1.1" 200 328 0.014823 10.0.0.23 - - [2026-01-29 03:15:12] "POST /neutron/network HTTP/1.1" 200 835 0.008198 10.0.0.23 - - [2026-01-29 03:15:12] "POST /id-to-fqname HTTP/1.1" 200 224 0.001076 10.0.0.23 - - [2026-01-29 03:15:12] "GET /virtual-network/58cbfa07-f540-4592-a1b1-e2a10c5e2c2c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.004723 10.0.0.23 - - [2026-01-29 03:15:12] "GET /virtual-network/58cbfa07-f540-4592-a1b1-e2a10c5e2c2c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.005691 10.0.0.23 - - [2026-01-29 03:15:12] "POST /neutron/subnet HTTP/1.1" 200 730 0.009389 10.0.0.23 - - [2026-01-29 03:15:12] "POST /id-to-fqname HTTP/1.1" 200 224 0.001185 10.0.0.240 - - [2026-01-29 03:15:13] "GET /projects?obj_uuids=724b5867-6ba3-4906-9830-6da743c82e93&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001046 10.0.0.23 - - [2026-01-29 03:15:13] "GET /project/724b5867-6ba3-4906-9830-6da743c82e93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.067376 10.0.0.23 - - [2026-01-29 03:15:13] "POST /neutron/port HTTP/1.1" 200 117 0.006447 10.0.0.23 - - [2026-01-29 03:15:14] "POST /neutron/network HTTP/1.1" 200 845 0.007499 10.0.0.23 - - [2026-01-29 03:15:14] "POST /neutron/port HTTP/1.1" 200 1059 0.019332 10.0.0.23 - - [2026-01-29 03:15:14] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004441 10.0.0.23 - - [2026-01-29 03:15:14] "POST /neutron/network HTTP/1.1" 200 835 0.006847 10.0.0.23 - - [2026-01-29 03:15:19] "POST /neutron/port HTTP/1.1" 200 1123 0.022313 10.0.0.23 - - [2026-01-29 03:15:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004125 10.0.0.240 - - [2026-01-29 03:15:19] "GET /projects?obj_uuids=724b5867-6ba3-4906-9830-6da743c82e93&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000921 10.0.0.23 - - [2026-01-29 03:15:19] "GET /project/724b5867-6ba3-4906-9830-6da743c82e93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.033079 10.0.0.240 - - [2026-01-29 03:15:19] "GET /projects?obj_uuids=724b5867-6ba3-4906-9830-6da743c82e93&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001123 10.0.0.23 - - [2026-01-29 03:15:19] "POST /neutron/network HTTP/1.1" 200 613 0.123970 10.0.0.147 - - [2026-01-29 03:15:19] "POST /ref-update HTTP/1.1" 200 156 0.027217 10.0.0.23 - - [2026-01-29 03:15:19] "POST /id-to-fqname HTTP/1.1" 200 223 0.003703 10.0.0.23 - - [2026-01-29 03:15:19] "GET /virtual-network/72454dc9-f130-4b63-8242-13fb2d334968?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.006639 10.0.0.23 - - [2026-01-29 03:15:19] "POST /neutron/network HTTP/1.1" 200 830 0.007090 10.0.0.23 - - [2026-01-29 03:15:19] "GET /virtual-network/72454dc9-f130-4b63-8242-13fb2d334968?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.006983 10.0.0.23 - - [2026-01-29 03:15:20] "GET /virtual-network/72454dc9-f130-4b63-8242-13fb2d334968?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.006099 10.0.0.240 - - [2026-01-29 03:15:21] "GET /obj-perms HTTP/1.1" 200 5026 0.049644 10.0.0.23 - - [2026-01-29 03:15:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003648 10.0.0.240 - - [2026-01-29 03:15:21] "GET /projects?obj_uuids=724b5867-6ba3-4906-9830-6da743c82e93&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001386 10.0.0.23 - - [2026-01-29 03:15:21] "GET /project/724b5867-6ba3-4906-9830-6da743c82e93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.044138 10.0.0.23 - - [2026-01-29 03:15:21] "POST /neutron/network HTTP/1.1" 200 117 0.016322 10.0.0.23 - - [2026-01-29 03:15:22] "POST /neutron/network HTTP/1.1" 200 830 0.010117 10.0.0.23 - - [2026-01-29 03:15:22] "POST /id-to-fqname HTTP/1.1" 200 223 0.001148 10.0.0.23 - - [2026-01-29 03:15:22] "GET /virtual-network/d458215a-e032-45bc-ab3a-8bf295e09e12?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.004984 10.0.0.23 - - [2026-01-29 03:15:22] "GET /virtual-network/d458215a-e032-45bc-ab3a-8bf295e09e12?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005749 10.0.0.23 - - [2026-01-29 03:15:22] "POST /neutron/subnet HTTP/1.1" 200 715 0.008859 10.0.0.23 - - [2026-01-29 03:15:22] "GET /virtual-network/d458215a-e032-45bc-ab3a-8bf295e09e12?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005978 10.0.0.23 - - [2026-01-29 03:15:22] "GET /obj-perms HTTP/1.1" 200 5026 0.055585 10.0.0.147 - - [2026-01-29 03:15:22] "GET /obj-perms HTTP/1.1" 200 5026 0.064817 10.0.0.23 - - [2026-01-29 03:15:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.004171 10.0.0.240 - - [2026-01-29 03:15:22] "GET /projects?obj_uuids=724b5867-6ba3-4906-9830-6da743c82e93&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001382 10.0.0.23 - - [2026-01-29 03:15:22] "GET /project/724b5867-6ba3-4906-9830-6da743c82e93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.044973 10.0.0.147 - - [2026-01-29 03:15:23] "POST /route-targets HTTP/1.1" 200 328 0.014981 10.0.0.240 - - [2026-01-29 03:15:23] "POST /useragent-kv HTTP/1.1" 200 115 0.007658 10.0.0.23 - - [2026-01-29 03:15:23] "POST /neutron/subnet HTTP/1.1" 200 724 0.210889 10.0.0.23 - - [2026-01-29 03:15:23] "POST /id-to-fqname HTTP/1.1" 200 224 0.001506 10.0.0.23 - - [2026-01-29 03:15:23] "GET /virtual-network/3d356fe8-a035-43c0-bd3a-43b38523fc55?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.005152 10.0.0.23 - - [2026-01-29 03:15:23] "GET /virtual-network/3d356fe8-a035-43c0-bd3a-43b38523fc55?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.005615 10.0.0.23 - - [2026-01-29 03:15:23] "POST /neutron/network HTTP/1.1" 200 834 0.006997 10.0.0.23 - - [2026-01-29 03:15:23] "GET /virtual-network/3d356fe8-a035-43c0-bd3a-43b38523fc55?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.006187 10.0.0.23 - - [2026-01-29 03:15:24] "POST /id-to-fqname HTTP/1.1" 200 223 0.001465 10.0.0.23 - - [2026-01-29 03:15:24] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007715 10.0.0.240 - - [2026-01-29 03:15:25] "GET /projects?obj_uuids=724b5867-6ba3-4906-9830-6da743c82e93&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001120 10.0.0.23 - - [2026-01-29 03:15:25] "GET /project/724b5867-6ba3-4906-9830-6da743c82e93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.064228 10.0.0.23 - - [2026-01-29 03:15:25] "POST /neutron/port HTTP/1.1" 200 1123 0.021821 10.0.0.23 - - [2026-01-29 03:15:25] "POST /id-to-fqname HTTP/1.1" 200 224 0.001570 10.0.0.23 - - [2026-01-29 03:15:25] "POST /neutron/port HTTP/1.1" 200 1123 0.034695 10.0.0.23 - - [2026-01-29 03:15:25] "POST /neutron/network HTTP/1.1" 200 840 0.009379 10.0.0.23 - - [2026-01-29 03:15:26] "POST /neutron/port HTTP/1.1" 200 1056 0.025062 10.0.0.23 - - [2026-01-29 03:15:26] "POST /neutron/floatingip HTTP/1.1" 200 117 0.007565 10.0.0.23 - - [2026-01-29 03:15:26] "POST /neutron/network HTTP/1.1" 200 830 0.007063 10.0.0.240 - - [2026-01-29 03:15:26] "GET /projects?obj_uuids=724b5867-6ba3-4906-9830-6da743c82e93&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001092 10.0.0.23 - - [2026-01-29 03:15:26] "GET /project/724b5867-6ba3-4906-9830-6da743c82e93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.092761 10.0.0.23 - - [2026-01-29 03:15:26] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007438 10.0.0.23 - - [2026-01-29 03:15:26] "POST /fqname-to-id HTTP/1.1" 404 193 0.004115 10.0.0.23 - - [2026-01-29 03:15:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003839 10.0.0.240 - - [2026-01-29 03:15:26] "GET /domains?obj_uuids=65230a56-1cf0-4d34-9498-1ad48da04806&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001024 10.0.0.23 - - [2026-01-29 03:15:26] "GET /domain/65230a56-1cf0-4d34-9498-1ad48da04806?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.007852 10.0.0.23 - - [2026-01-29 03:15:26] "POST /service-templates HTTP/1.1" 200 545 0.029262 10.0.0.23 - - [2026-01-29 03:15:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003540 10.0.0.23 - - [2026-01-29 03:15:27] "GET /service-template/2379f809-0334-438d-8378-d044052c60fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1818 0.005971 10.0.0.23 - - [2026-01-29 03:15:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.002871 10.0.0.23 - - [2026-01-29 03:15:27] "GET /service-template/2379f809-0334-438d-8378-d044052c60fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1818 0.004390 10.0.0.23 - - [2026-01-29 03:15:27] "POST /id-to-fqname HTTP/1.1" 200 223 0.001354 10.0.0.23 - - [2026-01-29 03:15:27] "POST /id-to-fqname HTTP/1.1" 200 223 0.001309 10.0.0.240 - - [2026-01-29 03:15:27] "GET /projects?obj_uuids=724b5867-6ba3-4906-9830-6da743c82e93&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001002 10.0.0.23 - - [2026-01-29 03:15:27] "POST /id-to-fqname HTTP/1.1" 200 224 0.003196 10.0.0.23 - - [2026-01-29 03:15:27] "POST /neutron/port HTTP/1.1" 200 1058 0.313166 10.0.0.23 - - [2026-01-29 03:15:27] "POST /neutron/port HTTP/1.1" 200 1058 0.014048 10.0.0.23 - - [2026-01-29 03:15:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003131 10.0.0.23 - - [2026-01-29 03:15:27] "DELETE /service-template/2379f809-0334-438d-8378-d044052c60fc HTTP/1.1" 200 115 0.030578 10.0.0.23 - - [2026-01-29 03:15:27] "POST /fqname-to-id HTTP/1.1" 404 193 0.009722 10.0.0.23 - - [2026-01-29 03:15:27] "POST /neutron/port HTTP/1.1" 200 1122 0.019676 10.0.0.23 - - [2026-01-29 03:15:27] "POST /neutron/port HTTP/1.1" 200 117 0.001189 10.0.0.23 - - [2026-01-29 03:15:27] "POST /neutron/network HTTP/1.1" 400 204 0.018046 10.0.0.23 - - [2026-01-29 03:15:28] "POST /neutron/port HTTP/1.1" 200 151 0.238724 10.0.0.23 - - [2026-01-29 03:15:29] "POST /neutron/port HTTP/1.1" 200 151 0.216196 10.0.0.23 - - [2026-01-29 03:15:30] "POST /neutron/port HTTP/1.1" 200 117 0.007365 10.0.0.23 - - [2026-01-29 03:15:30] "POST /neutron/port HTTP/1.1" 200 117 0.010017 10.0.0.240 - - [2026-01-29 03:15:31] "GET /obj-perms HTTP/1.1" 200 5056 0.048798 10.0.0.147 - - [2026-01-29 03:15:32] "DELETE /route-target/00d83278-3cc9-4915-8c36-d7320aa3ec4f HTTP/1.1" 200 115 0.029812 10.0.0.23 - - [2026-01-29 03:15:32] "POST /neutron/network HTTP/1.1" 200 830 0.008957 10.0.0.240 - - [2026-01-29 03:15:32] "POST /useragent-kv HTTP/1.1" 200 115 0.003612 10.0.0.147 - - [2026-01-29 03:15:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.009035 10.0.0.240 - - [2026-01-29 03:15:32] "POST /useragent-kv HTTP/1.1" 200 115 0.005198 10.0.0.23 - - [2026-01-29 03:15:32] "POST /neutron/network HTTP/1.1" 200 151 0.129907 10.0.0.23 - - [2026-01-29 03:15:33] "POST /neutron/port HTTP/1.1" 200 1123 0.016671 10.0.0.23 - - [2026-01-29 03:15:35] "POST /neutron/network HTTP/1.1" 200 835 0.006974 10.0.0.147 - - [2026-01-29 03:15:35] "DELETE /route-target/56c2fb04-207f-4619-a575-ce84e99f092e HTTP/1.1" 200 115 0.027681 10.0.0.23 - - [2026-01-29 03:15:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003842 10.0.0.240 - - [2026-01-29 03:15:37] "GET /projects?obj_uuids=724b5867-6ba3-4906-9830-6da743c82e93&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001012 10.0.0.23 - - [2026-01-29 03:15:37] "GET /project/724b5867-6ba3-4906-9830-6da743c82e93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.038739 10.0.0.240 - - [2026-01-29 03:15:37] "GET /projects?obj_uuids=724b5867-6ba3-4906-9830-6da743c82e93&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001552 10.0.0.23 - - [2026-01-29 03:15:38] "POST /neutron/network HTTP/1.1" 200 613 0.138667 10.0.0.23 - - [2026-01-29 03:15:38] "POST /id-to-fqname HTTP/1.1" 200 223 0.003910 10.0.0.23 - - [2026-01-29 03:15:38] "GET /virtual-network/c7680472-40b2-48a5-86e7-8d78627e95b8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.006169 10.0.0.23 - - [2026-01-29 03:15:38] "POST /neutron/network HTTP/1.1" 200 833 0.007656 10.0.0.23 - - [2026-01-29 03:15:38] "GET /virtual-network/c7680472-40b2-48a5-86e7-8d78627e95b8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.006012 10.0.0.23 - - [2026-01-29 03:15:38] "GET /virtual-network/c7680472-40b2-48a5-86e7-8d78627e95b8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.005944 10.0.0.23 - - [2026-01-29 03:15:38] "GET /obj-perms HTTP/1.1" 200 5026 0.004428 10.0.0.23 - - [2026-01-29 03:15:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003358 10.0.0.240 - - [2026-01-29 03:15:38] "GET /projects?obj_uuids=724b5867-6ba3-4906-9830-6da743c82e93&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000959 10.0.0.23 - - [2026-01-29 03:15:38] "GET /project/724b5867-6ba3-4906-9830-6da743c82e93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.040197 10.0.0.23 - - [2026-01-29 03:15:39] "POST /neutron/network HTTP/1.1" 200 117 0.014902 10.0.0.147 - - [2026-01-29 03:15:39] "POST /route-targets HTTP/1.1" 200 328 0.013438 10.0.0.23 - - [2026-01-29 03:15:39] "POST /neutron/network HTTP/1.1" 200 833 0.008993 10.0.0.23 - - [2026-01-29 03:15:39] "POST /id-to-fqname HTTP/1.1" 200 223 0.001299 10.0.0.23 - - [2026-01-29 03:15:39] "GET /virtual-network/bc17a2da-3c38-4ddd-8db7-ab5e91de4189?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.006461 10.0.0.23 - - [2026-01-29 03:15:39] "GET /virtual-network/bc17a2da-3c38-4ddd-8db7-ab5e91de4189?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.006629 10.0.0.23 - - [2026-01-29 03:15:39] "POST /neutron/subnet HTTP/1.1" 200 729 0.010993 10.0.0.23 - - [2026-01-29 03:15:39] "GET /virtual-network/bc17a2da-3c38-4ddd-8db7-ab5e91de4189?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.006320 10.0.0.147 - - [2026-01-29 03:15:39] "GET /obj-perms HTTP/1.1" 200 5026 0.004007 10.0.0.23 - - [2026-01-29 03:15:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003569 10.0.0.240 - - [2026-01-29 03:15:39] "GET /projects?obj_uuids=724b5867-6ba3-4906-9830-6da743c82e93&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001173 10.0.0.23 - - [2026-01-29 03:15:40] "GET /project/724b5867-6ba3-4906-9830-6da743c82e93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.045122 10.0.0.147 - - [2026-01-29 03:15:40] "POST /ref-update HTTP/1.1" 200 156 0.023603 10.0.0.240 - - [2026-01-29 03:15:40] "POST /useragent-kv HTTP/1.1" 200 115 0.008823 10.0.0.23 - - [2026-01-29 03:15:40] "POST /neutron/subnet HTTP/1.1" 200 725 0.235039 10.0.0.23 - - [2026-01-29 03:15:40] "POST /id-to-fqname HTTP/1.1" 200 224 0.001364 10.0.0.23 - - [2026-01-29 03:15:40] "GET /virtual-network/13c17a3a-d999-444c-a037-148d23ffc18a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.005564 10.0.0.23 - - [2026-01-29 03:15:40] "GET /virtual-network/13c17a3a-d999-444c-a037-148d23ffc18a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.005775 10.0.0.23 - - [2026-01-29 03:15:40] "POST /neutron/network HTTP/1.1" 200 834 0.007056 10.0.0.23 - - [2026-01-29 03:15:40] "GET /virtual-network/13c17a3a-d999-444c-a037-148d23ffc18a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.008876 10.0.0.240 - - [2026-01-29 03:15:40] "GET /obj-perms HTTP/1.1" 200 5026 0.004564 10.0.0.23 - - [2026-01-29 03:15:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.004620 10.0.0.240 - - [2026-01-29 03:15:41] "GET /projects?obj_uuids=724b5867-6ba3-4906-9830-6da743c82e93&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001238 10.0.0.23 - - [2026-01-29 03:15:41] "GET /project/724b5867-6ba3-4906-9830-6da743c82e93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.045796 10.0.0.240 - - [2026-01-29 03:15:41] "GET /projects?obj_uuids=724b5867-6ba3-4906-9830-6da743c82e93&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001223 10.0.0.23 - - [2026-01-29 03:15:41] "POST /neutron/network HTTP/1.1" 200 625 0.135296 10.0.0.23 - - [2026-01-29 03:15:41] "POST /id-to-fqname HTTP/1.1" 200 229 0.003796 10.0.0.23 - - [2026-01-29 03:15:41] "GET /virtual-network/b99c10a5-dfed-4476-9542-dac436f3925d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.010881 10.0.0.23 - - [2026-01-29 03:15:41] "POST /neutron/network HTTP/1.1" 200 844 0.008055 10.0.0.23 - - [2026-01-29 03:15:41] "GET /virtual-network/b99c10a5-dfed-4476-9542-dac436f3925d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.005780 10.0.0.23 - - [2026-01-29 03:15:41] "GET /virtual-network/b99c10a5-dfed-4476-9542-dac436f3925d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.006128 10.0.0.23 - - [2026-01-29 03:15:42] "GET /obj-perms HTTP/1.1" 200 5026 0.004631 10.0.0.23 - - [2026-01-29 03:15:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004560 10.0.0.240 - - [2026-01-29 03:15:42] "GET /projects?obj_uuids=724b5867-6ba3-4906-9830-6da743c82e93&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000980 10.0.0.23 - - [2026-01-29 03:15:42] "GET /project/724b5867-6ba3-4906-9830-6da743c82e93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.051438 10.0.0.23 - - [2026-01-29 03:15:42] "POST /neutron/network HTTP/1.1" 200 117 0.017399 10.0.0.147 - - [2026-01-29 03:15:42] "POST /route-targets HTTP/1.1" 200 328 0.018150 10.0.0.23 - - [2026-01-29 03:15:42] "POST /neutron/network HTTP/1.1" 200 845 0.009507 10.0.0.23 - - [2026-01-29 03:15:42] "POST /id-to-fqname HTTP/1.1" 200 230 0.001402 10.0.0.23 - - [2026-01-29 03:15:42] "GET /virtual-network/35039fcf-e752-4984-b4dc-bcb738c0af7d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2072 0.006437 10.0.0.23 - - [2026-01-29 03:15:42] "GET /virtual-network/35039fcf-e752-4984-b4dc-bcb738c0af7d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2072 0.006636 10.0.0.23 - - [2026-01-29 03:15:42] "POST /neutron/subnet HTTP/1.1" 200 720 0.010043 10.0.0.23 - - [2026-01-29 03:15:42] "GET /virtual-network/35039fcf-e752-4984-b4dc-bcb738c0af7d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2072 0.005840 10.0.0.147 - - [2026-01-29 03:15:43] "GET /obj-perms HTTP/1.1" 200 5026 0.004713 10.0.0.23 - - [2026-01-29 03:15:43] "POST /id-to-fqname HTTP/1.1" 200 223 0.001704 10.0.0.240 - - [2026-01-29 03:15:43] "GET /projects?obj_uuids=724b5867-6ba3-4906-9830-6da743c82e93&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001497 10.0.0.23 - - [2026-01-29 03:15:44] "GET /project/724b5867-6ba3-4906-9830-6da743c82e93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.079739 10.0.0.23 - - [2026-01-29 03:15:44] "POST /neutron/port HTTP/1.1" 200 117 0.006799 10.0.0.23 - - [2026-01-29 03:15:44] "POST /id-to-fqname HTTP/1.1" 200 224 0.001379 10.0.0.23 - - [2026-01-29 03:15:44] "POST /neutron/network HTTP/1.1" 200 844 0.008290 10.0.0.23 - - [2026-01-29 03:15:44] "POST /neutron/port HTTP/1.1" 200 1059 0.019342 10.0.0.23 - - [2026-01-29 03:15:45] "POST /neutron/port HTTP/1.1" 200 1123 0.018307 10.0.0.240 - - [2026-01-29 03:15:45] "GET /projects?obj_uuids=724b5867-6ba3-4906-9830-6da743c82e93&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001098 10.0.0.23 - - [2026-01-29 03:15:45] "POST /neutron/port HTTP/1.1" 200 117 0.000888 10.0.0.23 - - [2026-01-29 03:15:45] "GET /project/724b5867-6ba3-4906-9830-6da743c82e93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.086301 10.0.0.23 - - [2026-01-29 03:15:45] "POST /neutron/port HTTP/1.1" 200 1123 0.023519 10.0.0.23 - - [2026-01-29 03:15:45] "POST /fqname-to-id HTTP/1.1" 404 193 0.004370 10.0.0.23 - - [2026-01-29 03:15:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.002924 10.0.0.240 - - [2026-01-29 03:15:45] "GET /domains?obj_uuids=65230a56-1cf0-4d34-9498-1ad48da04806&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001441 10.0.0.23 - - [2026-01-29 03:15:45] "GET /domain/65230a56-1cf0-4d34-9498-1ad48da04806?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.011449 10.0.0.23 - - [2026-01-29 03:15:45] "POST /service-templates HTTP/1.1" 200 545 0.028744 10.0.0.23 - - [2026-01-29 03:15:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003532 10.0.0.23 - - [2026-01-29 03:15:45] "GET /service-template/1f2fafd6-3fc9-46ee-997c-c648d533248b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1816 0.006389 10.0.0.23 - - [2026-01-29 03:15:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003110 10.0.0.23 - - [2026-01-29 03:15:45] "GET /service-template/1f2fafd6-3fc9-46ee-997c-c648d533248b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1816 0.004651 10.0.0.23 - - [2026-01-29 03:15:45] "POST /id-to-fqname HTTP/1.1" 200 223 0.001307 10.0.0.23 - - [2026-01-29 03:15:45] "POST /neutron/network HTTP/1.1" 200 844 0.006987 10.0.0.23 - - [2026-01-29 03:15:45] "POST /id-to-fqname HTTP/1.1" 200 229 0.002230 10.0.0.23 - - [2026-01-29 03:15:45] "POST /id-to-fqname HTTP/1.1" 200 230 0.003950 10.0.0.23 - - [2026-01-29 03:15:46] "POST /neutron/security_group HTTP/1.1" 200 2056 0.009179 10.0.0.23 - - [2026-01-29 03:15:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003259 10.0.0.23 - - [2026-01-29 03:15:46] "DELETE /service-template/1f2fafd6-3fc9-46ee-997c-c648d533248b HTTP/1.1" 200 115 0.034810 10.0.0.23 - - [2026-01-29 03:15:46] "POST /fqname-to-id HTTP/1.1" 404 193 0.005755 10.0.0.23 - - [2026-01-29 03:15:46] "POST /neutron/port HTTP/1.1" 200 1112 0.110191 10.0.0.23 - - [2026-01-29 03:15:46] "POST /neutron/subnet HTTP/1.1" 200 699 0.010948 10.0.0.23 - - [2026-01-29 03:15:46] "POST /neutron/network HTTP/1.1" 200 834 0.008405 10.0.0.147 - - [2026-01-29 03:15:46] "DELETE /route-target/0afeabaf-98cf-4afa-b14e-ec2ac5434769 HTTP/1.1" 200 115 0.039374 10.0.0.240 - - [2026-01-29 03:15:46] "POST /useragent-kv HTTP/1.1" 200 115 0.003649 10.0.0.240 - - [2026-01-29 03:15:46] "POST /useragent-kv HTTP/1.1" 200 115 0.002864 10.0.0.23 - - [2026-01-29 03:15:46] "POST /neutron/network HTTP/1.1" 200 151 0.122004 10.0.0.23 - - [2026-01-29 03:15:47] "POST /neutron/port HTTP/1.1" 200 151 0.198058 10.0.0.23 - - [2026-01-29 03:15:48] "POST /neutron/port HTTP/1.1" 200 1122 0.024256 10.0.0.23 - - [2026-01-29 03:15:48] "POST /neutron/port HTTP/1.1" 200 117 0.007353 10.0.0.23 - - [2026-01-29 03:15:48] "POST /neutron/port HTTP/1.1" 200 117 0.007022 10.0.0.147 - - [2026-01-29 03:15:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003628 10.0.0.23 - - [2026-01-29 03:15:49] "POST /neutron/network HTTP/1.1" 200 833 0.007850 10.0.0.147 - - [2026-01-29 03:15:49] "DELETE /route-target/aac8e035-3a6f-4d2c-96eb-be8222a3931f HTTP/1.1" 200 115 0.029911 10.0.0.240 - - [2026-01-29 03:15:50] "POST /useragent-kv HTTP/1.1" 200 115 0.002893 10.0.0.240 - - [2026-01-29 03:15:50] "POST /useragent-kv HTTP/1.1" 200 115 0.004293 10.0.0.23 - - [2026-01-29 03:15:50] "POST /neutron/network HTTP/1.1" 200 151 0.122757 10.0.0.240 - - [2026-01-29 03:15:51] "GET /projects?obj_uuids=724b5867-6ba3-4906-9830-6da743c82e93&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001148 10.0.0.23 - - [2026-01-29 03:15:51] "GET /project/724b5867-6ba3-4906-9830-6da743c82e93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.044044 10.0.0.240 - - [2026-01-29 03:15:51] "GET /projects?obj_uuids=724b5867-6ba3-4906-9830-6da743c82e93&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001161 10.0.0.23 - - [2026-01-29 03:15:51] "GET /project/724b5867-6ba3-4906-9830-6da743c82e93?fields=virtual_networks HTTP/1.1" 200 1030 0.044061 10.0.0.240 - - [2026-01-29 03:15:51] "GET /projects?obj_uuids=724b5867-6ba3-4906-9830-6da743c82e93&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001395 10.0.0.23 - - [2026-01-29 03:15:51] "GET /project/724b5867-6ba3-4906-9830-6da743c82e93?fields=virtual_machine_interfaces HTTP/1.1" 200 1030 0.049940 10.0.0.240 - - [2026-01-29 03:15:51] "GET /projects?obj_uuids=724b5867-6ba3-4906-9830-6da743c82e93&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001599 10.0.0.23 - - [2026-01-29 03:15:51] "GET /project/724b5867-6ba3-4906-9830-6da743c82e93?fields=security_groups HTTP/1.1" 200 1255 0.054527 10.0.0.23 - - [2026-01-29 03:15:52] "POST /fqname-to-id HTTP/1.1" 404 186 0.028166 10.0.0.240 - - [2026-01-29 03:15:52] "GET /projects?obj_uuids=33e5776e-be11-4cab-8d02-5e685acef373&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003314 10.0.0.240 - - [2026-01-29 03:15:52] "GET /domains?obj_uuids=65230a56-1cf0-4d34-9498-1ad48da04806&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001540 10.0.0.240 - - [2026-01-29 03:15:52] "GET /domain/65230a56-1cf0-4d34-9498-1ad48da04806?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008156 10.0.0.240 - - [2026-01-29 03:15:53] "POST /id-to-fqname HTTP/1.1" 200 188 0.003367 10.0.0.240 - - [2026-01-29 03:15:53] "POST /fqname-to-id HTTP/1.1" 404 197 0.007551 10.0.0.240 - - [2026-01-29 03:15:53] "POST /security-groups HTTP/1.1" 200 589 0.028390 10.0.0.147 - - [2026-01-29 03:15:53] "POST /fqname-to-id HTTP/1.1" 404 232 0.007586 10.0.0.240 - - [2026-01-29 03:15:53] "POST /projects HTTP/1.1" 200 581 0.226819 10.0.0.240 - - [2026-01-29 03:15:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.304792 10.0.0.147 - - [2026-01-29 03:15:53] "POST /access-control-lists HTTP/1.1" 200 594 0.028925 10.0.0.23 - - [2026-01-29 03:15:53] "GET /project/33e5776e-be11-4cab-8d02-5e685acef373?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.437545 10.0.0.23 - - [2026-01-29 03:15:54] "GET / HTTP/1.1" 200 36215 0.003214 10.0.0.240 - - [2026-01-29 03:15:54] "DELETE /project/33e5776ebe114cab8d025e685acef373 HTTP/1.1" 404 173 0.006030 10.0.0.240 - - [2026-01-29 03:15:54] "DELETE /project/724b58676ba3490698306da743c82e93 HTTP/1.1" 404 173 0.009660 10.0.0.240 - - [2026-01-29 03:15:54] "GET /projects?obj_uuids=a7773eee-2017-48f9-af2b-32af097f0535&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.000876 10.0.0.240 - - [2026-01-29 03:15:54] "GET /projects?obj_uuids=724b5867-6ba3-4906-9830-6da743c82e93&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000798 10.0.0.240 - - [2026-01-29 03:15:54] "GET /project/724b5867-6ba3-4906-9830-6da743c82e93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1460 0.063257 10.0.0.240 - - [2026-01-29 03:15:54] "GET /projects?obj_uuids=724b5867-6ba3-4906-9830-6da743c82e93&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.003702 10.0.0.240 - - [2026-01-29 03:15:54] "GET /project/a7773eee-2017-48f9-af2b-32af097f0535?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1553 0.095799 10.0.0.240 - - [2026-01-29 03:15:54] "GET /projects?obj_uuids=a7773eee-2017-48f9-af2b-32af097f0535&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.003252 10.0.0.240 - - [2026-01-29 03:15:54] "GET /project/724b5867-6ba3-4906-9830-6da743c82e93?fields=security_groups HTTP/1.1" 200 1357 0.111195 10.0.0.240 - - [2026-01-29 03:15:54] "GET /project/a7773eee-2017-48f9-af2b-32af097f0535?fields=security_groups HTTP/1.1" 200 1146 0.102385 10.0.0.240 - - [2026-01-29 03:15:55] "GET /projects?obj_uuids=a7773eee-2017-48f9-af2b-32af097f0535&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001122 10.0.0.240 - - [2026-01-29 03:15:55] "DELETE /security-group/63549600-eb60-4b10-a5ab-a756b3d04f8e HTTP/1.1" 200 115 0.079126 10.0.0.240 - - [2026-01-29 03:15:55] "GET /project/a7773eee-2017-48f9-af2b-32af097f0535?fields=application_policy_sets HTTP/1.1" 200 1466 0.064842 10.0.0.240 - - [2026-01-29 03:15:55] "GET /projects?obj_uuids=724b5867-6ba3-4906-9830-6da743c82e93&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000960 10.0.0.240 - - [2026-01-29 03:15:55] "GET /project/724b5867-6ba3-4906-9830-6da743c82e93?fields=application_policy_sets HTTP/1.1" 200 1396 0.086607 10.0.0.147 - - [2026-01-29 03:15:55] "DELETE /access-control-list/fc78fe67-065b-4156-9258-aec6c65818c3 HTTP/1.1" 200 115 0.117633 10.0.0.240 - - [2026-01-29 03:15:55] "DELETE /project/a7773eee-2017-48f9-af2b-32af097f0535 HTTP/1.1" 200 115 0.531655 10.0.0.240 - - [2026-01-29 03:15:55] "DELETE /project/724b5867-6ba3-4906-9830-6da743c82e93 HTTP/1.1" 200 115 0.634573 10.0.0.23 - - [2026-01-29 03:15:56] "POST /fqname-to-id HTTP/1.1" 401 292 0.000704 10.0.0.23 - - [2026-01-29 03:15:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.040519 10.0.0.240 - - [2026-01-29 03:15:56] "GET /projects?obj_uuids=33e5776e-be11-4cab-8d02-5e685acef373&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001101 10.0.0.23 - - [2026-01-29 03:15:56] "GET /project/33e5776e-be11-4cab-8d02-5e685acef373?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.043716 10.0.0.147 - - [2026-01-29 03:15:57] "POST /ref-update HTTP/1.1" 200 156 0.023130 10.0.0.240 - - [2026-01-29 03:15:57] "POST /useragent-kv HTTP/1.1" 200 115 0.012973 10.0.0.23 - - [2026-01-29 03:15:57] "POST /neutron/subnet HTTP/1.1" 200 729 0.318447 10.0.0.23 - - [2026-01-29 03:15:57] "POST /id-to-fqname HTTP/1.1" 200 223 0.001440 10.0.0.23 - - [2026-01-29 03:15:57] "GET /virtual-network/770e9382-c46c-4165-bbb6-918078c0aa33?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.005824 10.0.0.23 - - [2026-01-29 03:15:57] "GET /virtual-network/770e9382-c46c-4165-bbb6-918078c0aa33?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.007752 10.0.0.23 - - [2026-01-29 03:15:57] "POST /neutron/network HTTP/1.1" 200 833 0.008133 10.0.0.23 - - [2026-01-29 03:15:58] "GET /virtual-network/770e9382-c46c-4165-bbb6-918078c0aa33?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.005784 10.0.0.240 - - [2026-01-29 03:15:59] "GET /obj-perms HTTP/1.1" 200 5026 0.075573 10.0.0.23 - - [2026-01-29 03:15:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003661 10.0.0.240 - - [2026-01-29 03:15:59] "GET /projects?obj_uuids=33e5776e-be11-4cab-8d02-5e685acef373&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001125 10.0.0.23 - - [2026-01-29 03:15:59] "GET /project/33e5776e-be11-4cab-8d02-5e685acef373?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.047934 10.0.0.240 - - [2026-01-29 03:15:59] "GET /projects?obj_uuids=33e5776e-be11-4cab-8d02-5e685acef373&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001328 10.0.0.23 - - [2026-01-29 03:15:59] "POST /neutron/network HTTP/1.1" 200 617 0.118135 10.0.0.23 - - [2026-01-29 03:15:59] "POST /id-to-fqname HTTP/1.1" 200 225 0.003796 10.0.0.23 - - [2026-01-29 03:15:59] "GET /virtual-network/91371627-f507-45e6-8446-e8bd3fa8fbed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2063 0.005748 10.0.0.23 - - [2026-01-29 03:15:59] "POST /neutron/network HTTP/1.1" 200 837 0.008820 10.0.0.23 - - [2026-01-29 03:15:59] "GET /virtual-network/91371627-f507-45e6-8446-e8bd3fa8fbed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2063 0.006068 10.0.0.23 - - [2026-01-29 03:16:00] "GET /virtual-network/91371627-f507-45e6-8446-e8bd3fa8fbed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2063 0.006213 10.0.0.23 - - [2026-01-29 03:16:00] "GET /obj-perms HTTP/1.1" 200 5026 0.051284 10.0.0.23 - - [2026-01-29 03:16:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004009 10.0.0.240 - - [2026-01-29 03:16:00] "GET /projects?obj_uuids=33e5776e-be11-4cab-8d02-5e685acef373&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001110 10.0.0.23 - - [2026-01-29 03:16:00] "GET /project/33e5776e-be11-4cab-8d02-5e685acef373?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.058443 10.0.0.23 - - [2026-01-29 03:16:00] "POST /neutron/network HTTP/1.1" 200 117 0.018966 10.0.0.147 - - [2026-01-29 03:16:01] "POST /route-targets HTTP/1.1" 200 328 0.014527 10.0.0.23 - - [2026-01-29 03:16:01] "POST /neutron/network HTTP/1.1" 200 836 0.010249 10.0.0.23 - - [2026-01-29 03:16:01] "POST /id-to-fqname HTTP/1.1" 200 226 0.001805 10.0.0.23 - - [2026-01-29 03:16:01] "GET /virtual-network/0bec0195-64ab-4215-b921-6cf0478e7c4f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.007462 10.0.0.23 - - [2026-01-29 03:16:01] "GET /virtual-network/0bec0195-64ab-4215-b921-6cf0478e7c4f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.008549 10.0.0.23 - - [2026-01-29 03:16:01] "POST /neutron/subnet HTTP/1.1" 200 715 0.009714 10.0.0.23 - - [2026-01-29 03:16:01] "GET /virtual-network/0bec0195-64ab-4215-b921-6cf0478e7c4f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.006127 10.0.0.147 - - [2026-01-29 03:16:01] "GET /obj-perms HTTP/1.1" 200 5026 0.054329 10.0.0.23 - - [2026-01-29 03:16:01] "POST /id-to-fqname HTTP/1.1" 200 225 0.001632 10.0.0.240 - - [2026-01-29 03:16:02] "GET /projects?obj_uuids=33e5776e-be11-4cab-8d02-5e685acef373&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.002912 10.0.0.23 - - [2026-01-29 03:16:02] "GET /project/33e5776e-be11-4cab-8d02-5e685acef373?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.070898 10.0.0.23 - - [2026-01-29 03:16:03] "POST /neutron/port HTTP/1.1" 200 117 0.007192 10.0.0.23 - - [2026-01-29 03:16:03] "POST /id-to-fqname HTTP/1.1" 200 226 0.001323 10.0.0.23 - - [2026-01-29 03:16:03] "POST /neutron/network HTTP/1.1" 200 846 0.006655 10.0.0.240 - - [2026-01-29 03:16:04] "GET /projects?obj_uuids=33e5776e-be11-4cab-8d02-5e685acef373&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001199 10.0.0.23 - - [2026-01-29 03:16:04] "POST /neutron/port HTTP/1.1" 200 1059 0.024737 10.0.0.23 - - [2026-01-29 03:16:04] "GET /project/33e5776e-be11-4cab-8d02-5e685acef373?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.081210 10.0.0.23 - - [2026-01-29 03:16:04] "POST /neutron/network HTTP/1.1" 200 836 0.040185 10.0.0.23 - - [2026-01-29 03:16:04] "POST /neutron/subnet HTTP/1.1" 200 703 0.013305 10.0.0.23 - - [2026-01-29 03:16:04] "POST /neutron/security_group HTTP/1.1" 200 2056 0.010289 10.0.0.23 - - [2026-01-29 03:16:04] "POST /fqname-to-id HTTP/1.1" 404 193 0.004943 10.0.0.23 - - [2026-01-29 03:16:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004004 10.0.0.240 - - [2026-01-29 03:16:04] "GET /domains?obj_uuids=65230a56-1cf0-4d34-9498-1ad48da04806&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001517 10.0.0.23 - - [2026-01-29 03:16:04] "GET /domain/65230a56-1cf0-4d34-9498-1ad48da04806?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.012183 10.0.0.23 - - [2026-01-29 03:16:04] "POST /service-templates HTTP/1.1" 200 545 0.036408 10.0.0.23 - - [2026-01-29 03:16:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004917 10.0.0.23 - - [2026-01-29 03:16:04] "GET /service-template/17a0a313-2bd5-4c7f-859b-a9af9f60fc40?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1818 0.007575 10.0.0.23 - - [2026-01-29 03:16:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004854 10.0.0.23 - - [2026-01-29 03:16:04] "GET /service-template/17a0a313-2bd5-4c7f-859b-a9af9f60fc40?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1818 0.004447 10.0.0.23 - - [2026-01-29 03:16:04] "POST /neutron/network HTTP/1.1" 200 846 0.007875 10.0.0.23 - - [2026-01-29 03:16:04] "POST /id-to-fqname HTTP/1.1" 200 223 0.001501 10.0.0.23 - - [2026-01-29 03:16:04] "POST /id-to-fqname HTTP/1.1" 200 225 0.003268 10.0.0.23 - - [2026-01-29 03:16:04] "POST /id-to-fqname HTTP/1.1" 200 226 0.002860 10.0.0.23 - - [2026-01-29 03:16:05] "POST /neutron/security_group HTTP/1.1" 200 2056 0.011584 10.0.0.23 - - [2026-01-29 03:16:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004368 10.0.0.23 - - [2026-01-29 03:16:05] "DELETE /service-template/17a0a313-2bd5-4c7f-859b-a9af9f60fc40 HTTP/1.1" 200 115 0.029587 10.0.0.23 - - [2026-01-29 03:16:05] "POST /fqname-to-id HTTP/1.1" 404 193 0.003225 10.0.0.23 - - [2026-01-29 03:16:05] "POST /neutron/port HTTP/1.1" 200 1110 0.128115 10.0.0.23 - - [2026-01-29 03:16:05] "POST /neutron/network HTTP/1.1" 400 204 0.015348 10.0.0.23 - - [2026-01-29 03:16:05] "POST /neutron/port HTTP/1.1" 200 117 0.001360 10.0.0.23 - - [2026-01-29 03:16:06] "POST /neutron/port HTTP/1.1" 200 1113 0.016845 10.0.0.23 - - [2026-01-29 03:16:07] "POST /neutron/port HTTP/1.1" 200 1110 0.016255 10.0.0.23 - - [2026-01-29 03:16:07] "POST /neutron/network HTTP/1.1" 200 2195 0.009462 10.0.0.240 - - [2026-01-29 03:16:07] "POST /useragent-kv HTTP/1.1" 200 115 0.004771 10.0.0.240 - - [2026-01-29 03:16:07] "POST /useragent-kv HTTP/1.1" 200 115 0.002818 10.0.0.23 - - [2026-01-29 03:16:07] "POST /neutron/network HTTP/1.1" 200 151 0.161668 10.0.0.147 - - [2026-01-29 03:16:07] "DELETE /route-target/c7a2b25e-6c14-48a1-b231-a3c7ea13d9f5 HTTP/1.1" 200 115 0.065641 10.0.0.240 - - [2026-01-29 03:16:08] "POST /useragent-kv HTTP/1.1" 200 115 0.004028 10.0.0.240 - - [2026-01-29 03:16:08] "POST /useragent-kv HTTP/1.1" 200 115 0.008780 10.0.0.23 - - [2026-01-29 03:16:08] "POST /neutron/network HTTP/1.1" 200 151 0.187616 10.0.0.147 - - [2026-01-29 03:16:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003572 10.0.0.23 - - [2026-01-29 03:16:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003963 10.0.0.240 - - [2026-01-29 03:16:11] "GET /projects?obj_uuids=33e5776e-be11-4cab-8d02-5e685acef373&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001298 10.0.0.23 - - [2026-01-29 03:16:11] "GET /project/33e5776e-be11-4cab-8d02-5e685acef373?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.037414 10.0.0.23 - - [2026-01-29 03:16:11] "POST /neutron/network HTTP/1.1" 200 117 0.011746 10.0.0.147 - - [2026-01-29 03:16:11] "POST /ref-update HTTP/1.1" 200 156 0.030161 10.0.0.23 - - [2026-01-29 03:16:11] "POST /neutron/network HTTP/1.1" 200 830 0.009549 10.0.0.23 - - [2026-01-29 03:16:11] "POST /id-to-fqname HTTP/1.1" 200 223 0.001562 10.0.0.23 - - [2026-01-29 03:16:11] "GET /virtual-network/962b17c9-7a45-4b1f-ae32-117f15f201fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005844 10.0.0.23 - - [2026-01-29 03:16:11] "GET /virtual-network/962b17c9-7a45-4b1f-ae32-117f15f201fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005613 10.0.0.23 - - [2026-01-29 03:16:11] "POST /neutron/subnet HTTP/1.1" 200 715 0.008982 10.0.0.23 - - [2026-01-29 03:16:12] "GET /virtual-network/962b17c9-7a45-4b1f-ae32-117f15f201fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005477 10.0.0.240 - - [2026-01-29 03:16:12] "GET /obj-perms HTTP/1.1" 200 5026 0.003909 10.0.0.23 - - [2026-01-29 03:16:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003785 10.0.0.240 - - [2026-01-29 03:16:12] "GET /projects?obj_uuids=33e5776e-be11-4cab-8d02-5e685acef373&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001085 10.0.0.23 - - [2026-01-29 03:16:12] "GET /project/33e5776e-be11-4cab-8d02-5e685acef373?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.044819 10.0.0.240 - - [2026-01-29 03:16:12] "POST /useragent-kv HTTP/1.1" 200 115 0.010260 10.0.0.23 - - [2026-01-29 03:16:12] "POST /neutron/subnet HTTP/1.1" 200 725 0.174469 10.0.0.23 - - [2026-01-29 03:16:12] "POST /id-to-fqname HTTP/1.1" 200 223 0.001515 10.0.0.23 - - [2026-01-29 03:16:12] "GET /virtual-network/25cb086d-96cb-4b7c-8c66-c7baa3a8d963?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005775 10.0.0.23 - - [2026-01-29 03:16:12] "GET /virtual-network/25cb086d-96cb-4b7c-8c66-c7baa3a8d963?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005746 10.0.0.23 - - [2026-01-29 03:16:12] "POST /neutron/network HTTP/1.1" 200 832 0.006658 10.0.0.23 - - [2026-01-29 03:16:13] "GET /virtual-network/25cb086d-96cb-4b7c-8c66-c7baa3a8d963?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005740 10.0.0.23 - - [2026-01-29 03:16:13] "GET /obj-perms HTTP/1.1" 200 5026 0.003906 10.0.0.23 - - [2026-01-29 03:16:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003742 10.0.0.240 - - [2026-01-29 03:16:13] "GET /projects?obj_uuids=33e5776e-be11-4cab-8d02-5e685acef373&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001084 10.0.0.23 - - [2026-01-29 03:16:13] "GET /project/33e5776e-be11-4cab-8d02-5e685acef373?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.050995 10.0.0.240 - - [2026-01-29 03:16:13] "GET /projects?obj_uuids=33e5776e-be11-4cab-8d02-5e685acef373&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000997 10.0.0.23 - - [2026-01-29 03:16:13] "POST /neutron/network HTTP/1.1" 200 615 0.131066 10.0.0.147 - - [2026-01-29 03:16:13] "POST /route-targets HTTP/1.1" 200 328 0.012835 10.0.0.23 - - [2026-01-29 03:16:13] "POST /id-to-fqname HTTP/1.1" 200 224 0.003225 10.0.0.23 - - [2026-01-29 03:16:13] "GET /virtual-network/f50420fd-0198-4176-b84e-902ac8b4f87b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.005830 10.0.0.23 - - [2026-01-29 03:16:13] "POST /neutron/network HTTP/1.1" 200 835 0.007083 10.0.0.23 - - [2026-01-29 03:16:13] "GET /virtual-network/f50420fd-0198-4176-b84e-902ac8b4f87b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.006282 10.0.0.23 - - [2026-01-29 03:16:14] "GET /virtual-network/f50420fd-0198-4176-b84e-902ac8b4f87b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.008648 10.0.0.147 - - [2026-01-29 03:16:14] "GET /obj-perms HTTP/1.1" 200 5026 0.004127 10.0.0.23 - - [2026-01-29 03:16:14] "POST /id-to-fqname HTTP/1.1" 200 223 0.001424 10.0.0.23 - - [2026-01-29 03:16:14] "POST /neutron/network HTTP/1.1" 200 842 0.006940 10.0.0.240 - - [2026-01-29 03:16:15] "GET /projects?obj_uuids=33e5776e-be11-4cab-8d02-5e685acef373&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001134 10.0.0.23 - - [2026-01-29 03:16:15] "GET /project/33e5776e-be11-4cab-8d02-5e685acef373?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.069030 10.0.0.23 - - [2026-01-29 03:16:15] "POST /neutron/port HTTP/1.1" 200 117 0.005963 10.0.0.23 - - [2026-01-29 03:16:15] "POST /id-to-fqname HTTP/1.1" 200 224 0.001501 10.0.0.23 - - [2026-01-29 03:16:15] "POST /neutron/network HTTP/1.1" 200 842 0.006647 10.0.0.23 - - [2026-01-29 03:16:16] "POST /neutron/port HTTP/1.1" 200 1058 0.019305 10.0.0.240 - - [2026-01-29 03:16:16] "GET /projects?obj_uuids=33e5776e-be11-4cab-8d02-5e685acef373&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001089 10.0.0.23 - - [2026-01-29 03:16:16] "GET /project/33e5776e-be11-4cab-8d02-5e685acef373?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.064698 10.0.0.23 - - [2026-01-29 03:16:16] "POST /neutron/network HTTP/1.1" 200 835 0.006807 10.0.0.23 - - [2026-01-29 03:16:16] "POST /neutron/port HTTP/1.1" 200 117 0.001236 10.0.0.23 - - [2026-01-29 03:16:16] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008751 10.0.0.23 - - [2026-01-29 03:16:16] "POST /fqname-to-id HTTP/1.1" 404 193 0.003606 10.0.0.23 - - [2026-01-29 03:16:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003067 10.0.0.240 - - [2026-01-29 03:16:16] "GET /domains?obj_uuids=65230a56-1cf0-4d34-9498-1ad48da04806&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001058 10.0.0.23 - - [2026-01-29 03:16:16] "GET /domain/65230a56-1cf0-4d34-9498-1ad48da04806?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.007608 10.0.0.23 - - [2026-01-29 03:16:16] "POST /service-templates HTTP/1.1" 200 545 0.030665 10.0.0.23 - - [2026-01-29 03:16:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004059 10.0.0.23 - - [2026-01-29 03:16:16] "GET /service-template/f6c67bb2-335f-4474-b6a0-7269c39995ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1820 0.007029 10.0.0.23 - - [2026-01-29 03:16:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003184 10.0.0.23 - - [2026-01-29 03:16:16] "GET /service-template/f6c67bb2-335f-4474-b6a0-7269c39995ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1820 0.004424 10.0.0.23 - - [2026-01-29 03:16:16] "POST /id-to-fqname HTTP/1.1" 200 223 0.001228 10.0.0.23 - - [2026-01-29 03:16:16] "POST /id-to-fqname HTTP/1.1" 200 223 0.001366 10.0.0.240 - - [2026-01-29 03:16:16] "GET /projects?obj_uuids=33e5776e-be11-4cab-8d02-5e685acef373&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001087 10.0.0.23 - - [2026-01-29 03:16:17] "POST /id-to-fqname HTTP/1.1" 200 224 0.001332 10.0.0.23 - - [2026-01-29 03:16:17] "POST /neutron/port HTTP/1.1" 200 1059 0.286307 10.0.0.23 - - [2026-01-29 03:16:17] "POST /neutron/port HTTP/1.1" 200 1059 0.014923 10.0.0.23 - - [2026-01-29 03:16:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003252 10.0.0.23 - - [2026-01-29 03:16:17] "DELETE /service-template/f6c67bb2-335f-4474-b6a0-7269c39995ce HTTP/1.1" 200 115 0.045259 10.0.0.23 - - [2026-01-29 03:16:17] "POST /fqname-to-id HTTP/1.1" 404 193 0.007098 10.0.0.23 - - [2026-01-29 03:16:17] "POST /neutron/port HTTP/1.1" 200 1123 0.027349 10.0.0.23 - - [2026-01-29 03:16:17] "POST /neutron/network HTTP/1.1" 200 835 0.007857 10.0.0.23 - - [2026-01-29 03:16:17] "POST /neutron/network HTTP/1.1" 200 835 0.010303 10.0.0.23 - - [2026-01-29 03:16:18] "POST /neutron/port HTTP/1.1" 200 151 0.187197 10.0.0.23 - - [2026-01-29 03:16:19] "POST /neutron/port HTTP/1.1" 200 151 0.242406 10.0.0.23 - - [2026-01-29 03:16:19] "POST /neutron/network HTTP/1.1" 200 117 0.011585 10.0.0.147 - - [2026-01-29 03:16:19] "DELETE /route-target/9ec4acc6-de72-4aad-963a-1dc0a6acb910 HTTP/1.1" 200 115 0.031332 10.0.0.23 - - [2026-01-29 03:16:20] "POST /neutron/port HTTP/1.1" 200 117 0.006889 10.0.0.23 - - [2026-01-29 03:16:20] "POST /neutron/network HTTP/1.1" 200 830 0.006567 10.0.0.147 - - [2026-01-29 03:16:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.005142 10.0.0.240 - - [2026-01-29 03:16:22] "GET /projects?obj_uuids=33e5776e-be11-4cab-8d02-5e685acef373&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001115 10.0.0.23 - - [2026-01-29 03:16:22] "GET /project/33e5776e-be11-4cab-8d02-5e685acef373?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.065924 10.0.0.240 - - [2026-01-29 03:16:22] "GET /projects?obj_uuids=33e5776e-be11-4cab-8d02-5e685acef373&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001030 10.0.0.23 - - [2026-01-29 03:16:22] "GET /project/33e5776e-be11-4cab-8d02-5e685acef373?fields=virtual_networks HTTP/1.1" 200 1030 0.048142 10.0.0.240 - - [2026-01-29 03:16:22] "GET /projects?obj_uuids=33e5776e-be11-4cab-8d02-5e685acef373&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001060 10.0.0.23 - - [2026-01-29 03:16:22] "GET /project/33e5776e-be11-4cab-8d02-5e685acef373?fields=virtual_machine_interfaces HTTP/1.1" 200 1030 0.051954 10.0.0.240 - - [2026-01-29 03:16:22] "GET /projects?obj_uuids=33e5776e-be11-4cab-8d02-5e685acef373&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001997 10.0.0.23 - - [2026-01-29 03:16:22] "GET /project/33e5776e-be11-4cab-8d02-5e685acef373?fields=security_groups HTTP/1.1" 200 1255 0.045034 10.0.0.23 - - [2026-01-29 03:16:23] "POST /fqname-to-id HTTP/1.1" 404 184 0.038684 10.0.0.240 - - [2026-01-29 03:16:23] "GET /projects?obj_uuids=248f44c9-178e-43c7-8378-822c3eeb9842&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002899 10.0.0.240 - - [2026-01-29 03:16:23] "GET /domains?obj_uuids=65230a56-1cf0-4d34-9498-1ad48da04806&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001626 10.0.0.240 - - [2026-01-29 03:16:23] "GET /domain/65230a56-1cf0-4d34-9498-1ad48da04806?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.040140 10.0.0.240 - - [2026-01-29 03:16:23] "POST /id-to-fqname HTTP/1.1" 200 186 0.002888 10.0.0.240 - - [2026-01-29 03:16:23] "POST /fqname-to-id HTTP/1.1" 404 195 0.006599 10.0.0.240 - - [2026-01-29 03:16:23] "POST /security-groups HTTP/1.1" 200 587 0.079179 10.0.0.240 - - [2026-01-29 03:16:23] "POST /projects HTTP/1.1" 200 577 0.278687 10.0.0.147 - - [2026-01-29 03:16:23] "POST /access-control-lists HTTP/1.1" 200 594 0.027428 10.0.0.240 - - [2026-01-29 03:16:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.353652 10.0.0.23 - - [2026-01-29 03:16:23] "GET /project/248f44c9-178e-43c7-8378-822c3eeb9842?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1349 0.527284 10.0.0.23 - - [2026-01-29 03:16:24] "GET / HTTP/1.1" 200 36215 0.001621 10.0.0.23 - - [2026-01-29 03:16:26] "POST /fqname-to-id HTTP/1.1" 401 292 0.000660 10.0.0.23 - - [2026-01-29 03:16:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.058527 10.0.0.240 - - [2026-01-29 03:16:27] "GET /projects?obj_uuids=248f44c9-178e-43c7-8378-822c3eeb9842&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001007 10.0.0.23 - - [2026-01-29 03:16:27] "GET /project/248f44c9-178e-43c7-8378-822c3eeb9842?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1349 0.043534 10.0.0.240 - - [2026-01-29 03:16:27] "GET /projects?obj_uuids=248f44c9-178e-43c7-8378-822c3eeb9842&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001235 10.0.0.23 - - [2026-01-29 03:16:27] "POST /neutron/network HTTP/1.1" 200 611 0.152170 10.0.0.23 - - [2026-01-29 03:16:27] "POST /id-to-fqname HTTP/1.1" 200 221 0.003925 10.0.0.23 - - [2026-01-29 03:16:27] "GET /virtual-network/9d8474f5-2b52-413c-90ca-b4ab125e14b6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.006134 10.0.0.23 - - [2026-01-29 03:16:27] "POST /neutron/network HTTP/1.1" 200 831 0.008010 10.0.0.23 - - [2026-01-29 03:16:27] "GET /virtual-network/9d8474f5-2b52-413c-90ca-b4ab125e14b6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005791 10.0.0.147 - - [2026-01-29 03:16:27] "POST /route-targets HTTP/1.1" 200 328 0.019772 10.0.0.23 - - [2026-01-29 03:16:28] "GET /virtual-network/9d8474f5-2b52-413c-90ca-b4ab125e14b6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.006939 10.0.0.240 - - [2026-01-29 03:16:29] "GET /obj-perms HTTP/1.1" 200 5022 0.102264 10.0.0.23 - - [2026-01-29 03:16:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.005625 10.0.0.240 - - [2026-01-29 03:16:29] "GET /projects?obj_uuids=248f44c9-178e-43c7-8378-822c3eeb9842&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.002319 10.0.0.23 - - [2026-01-29 03:16:29] "GET /project/248f44c9-178e-43c7-8378-822c3eeb9842?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1349 0.058130 10.0.0.23 - - [2026-01-29 03:16:29] "POST /neutron/network HTTP/1.1" 200 117 0.017197 10.0.0.147 - - [2026-01-29 03:16:30] "POST /ref-update HTTP/1.1" 200 156 0.039879 10.0.0.23 - - [2026-01-29 03:16:30] "POST /neutron/network HTTP/1.1" 200 831 0.009319 10.0.0.23 - - [2026-01-29 03:16:30] "POST /id-to-fqname HTTP/1.1" 200 221 0.001232 10.0.0.23 - - [2026-01-29 03:16:30] "GET /virtual-network/2afcd35c-d1f2-484e-a40b-e3a3883d70d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.006273 10.0.0.23 - - [2026-01-29 03:16:30] "GET /virtual-network/2afcd35c-d1f2-484e-a40b-e3a3883d70d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.005972 10.0.0.23 - - [2026-01-29 03:16:30] "POST /neutron/subnet HTTP/1.1" 200 730 0.013691 10.0.0.23 - - [2026-01-29 03:16:30] "GET /virtual-network/2afcd35c-d1f2-484e-a40b-e3a3883d70d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.007694 10.0.0.23 - - [2026-01-29 03:16:30] "GET /obj-perms HTTP/1.1" 200 5022 0.053247 10.0.0.23 - - [2026-01-29 03:16:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003733 10.0.0.240 - - [2026-01-29 03:16:31] "GET /projects?obj_uuids=248f44c9-178e-43c7-8378-822c3eeb9842&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001339 10.0.0.23 - - [2026-01-29 03:16:31] "GET /project/248f44c9-178e-43c7-8378-822c3eeb9842?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1349 0.045754 10.0.0.240 - - [2026-01-29 03:16:31] "POST /useragent-kv HTTP/1.1" 200 115 0.002887 10.0.0.23 - - [2026-01-29 03:16:31] "POST /neutron/subnet HTTP/1.1" 200 724 0.238354 10.0.0.23 - - [2026-01-29 03:16:31] "POST /id-to-fqname HTTP/1.1" 200 222 0.001436 10.0.0.23 - - [2026-01-29 03:16:31] "GET /virtual-network/1ad0b536-e848-43de-a78c-2023130feaad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.006359 10.0.0.23 - - [2026-01-29 03:16:31] "GET /virtual-network/1ad0b536-e848-43de-a78c-2023130feaad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.005965 10.0.0.23 - - [2026-01-29 03:16:31] "POST /neutron/network HTTP/1.1" 200 832 0.008426 10.0.0.23 - - [2026-01-29 03:16:31] "GET /virtual-network/1ad0b536-e848-43de-a78c-2023130feaad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.007533 10.0.0.147 - - [2026-01-29 03:16:32] "GET /obj-perms HTTP/1.1" 200 5056 0.072857 10.0.0.23 - - [2026-01-29 03:16:32] "POST /id-to-fqname HTTP/1.1" 200 221 0.001389 10.0.0.240 - - [2026-01-29 03:16:32] "GET /obj-perms HTTP/1.1" 200 5056 0.072692 10.0.0.240 - - [2026-01-29 03:16:33] "GET /projects?obj_uuids=248f44c9-178e-43c7-8378-822c3eeb9842&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001014 10.0.0.23 - - [2026-01-29 03:16:33] "GET /project/248f44c9-178e-43c7-8378-822c3eeb9842?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1349 0.083497 10.0.0.23 - - [2026-01-29 03:16:33] "POST /neutron/network HTTP/1.1" 200 831 0.007230 10.0.0.23 - - [2026-01-29 03:16:34] "POST /id-to-fqname HTTP/1.1" 200 222 0.001421 10.0.0.23 - - [2026-01-29 03:16:34] "POST /neutron/port HTTP/1.1" 200 117 0.007017 10.0.0.240 - - [2026-01-29 03:16:34] "GET /projects?obj_uuids=248f44c9-178e-43c7-8378-822c3eeb9842&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001249 10.0.0.23 - - [2026-01-29 03:16:34] "POST /neutron/port HTTP/1.1" 200 1057 0.324981 10.0.0.240 - - [2026-01-29 03:16:34] "GET /projects?obj_uuids=248f44c9-178e-43c7-8378-822c3eeb9842&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001302 10.0.0.23 - - [2026-01-29 03:16:35] "GET /project/248f44c9-178e-43c7-8378-822c3eeb9842?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1349 0.094743 10.0.0.23 - - [2026-01-29 03:16:35] "POST /neutron/network HTTP/1.1" 200 832 0.006427 10.0.0.23 - - [2026-01-29 03:16:35] "POST /neutron/security_group HTTP/1.1" 200 2054 0.007902 10.0.0.23 - - [2026-01-29 03:16:35] "POST /fqname-to-id HTTP/1.1" 404 193 0.003372 10.0.0.23 - - [2026-01-29 03:16:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003271 10.0.0.23 - - [2026-01-29 03:16:35] "POST /neutron/floatingip HTTP/1.1" 200 117 0.040461 10.0.0.240 - - [2026-01-29 03:16:35] "GET /domains?obj_uuids=65230a56-1cf0-4d34-9498-1ad48da04806&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001109 10.0.0.23 - - [2026-01-29 03:16:35] "GET /domain/65230a56-1cf0-4d34-9498-1ad48da04806?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.007661 10.0.0.23 - - [2026-01-29 03:16:35] "POST /neutron/network HTTP/1.1" 200 831 0.007486 10.0.0.23 - - [2026-01-29 03:16:35] "POST /service-templates HTTP/1.1" 200 545 0.034906 10.0.0.23 - - [2026-01-29 03:16:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004191 10.0.0.23 - - [2026-01-29 03:16:35] "GET /service-template/99116cf5-e19b-423d-a3b0-a22196a53913?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1818 0.006154 10.0.0.23 - - [2026-01-29 03:16:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003558 10.0.0.23 - - [2026-01-29 03:16:35] "GET /service-template/99116cf5-e19b-423d-a3b0-a22196a53913?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1818 0.004686 10.0.0.23 - - [2026-01-29 03:16:35] "POST /id-to-fqname HTTP/1.1" 200 221 0.001390 10.0.0.23 - - [2026-01-29 03:16:35] "POST /id-to-fqname HTTP/1.1" 200 221 0.001403 10.0.0.23 - - [2026-01-29 03:16:35] "POST /id-to-fqname HTTP/1.1" 200 222 0.001433 10.0.0.23 - - [2026-01-29 03:16:35] "POST /neutron/port HTTP/1.1" 200 1121 0.021858 10.0.0.23 - - [2026-01-29 03:16:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003761 10.0.0.23 - - [2026-01-29 03:16:36] "DELETE /service-template/99116cf5-e19b-423d-a3b0-a22196a53913 HTTP/1.1" 200 115 0.056351 10.0.0.23 - - [2026-01-29 03:16:36] "POST /fqname-to-id HTTP/1.1" 404 193 0.002881 10.0.0.23 - - [2026-01-29 03:16:36] "POST /neutron/port HTTP/1.1" 200 1056 0.017548 10.0.0.23 - - [2026-01-29 03:16:36] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003928 10.0.0.23 - - [2026-01-29 03:16:36] "POST /neutron/network HTTP/1.1" 400 204 0.013626 10.0.0.23 - - [2026-01-29 03:16:36] "POST /neutron/port HTTP/1.1" 200 1121 0.023178 10.0.0.23 - - [2026-01-29 03:16:37] "POST /neutron/port HTTP/1.1" 200 117 0.007932 10.0.0.23 - - [2026-01-29 03:16:38] "POST /neutron/port HTTP/1.1" 200 151 0.169633 10.0.0.23 - - [2026-01-29 03:16:38] "POST /neutron/network HTTP/1.1" 200 117 0.009923 10.0.0.147 - - [2026-01-29 03:16:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004025 10.0.0.23 - - [2026-01-29 03:16:38] "POST /neutron/port HTTP/1.1" 200 117 0.006621 10.0.0.147 - - [2026-01-29 03:16:38] "DELETE /route-target/3485c5e1-bf67-4263-a1c9-1ff0c588230a HTTP/1.1" 200 115 0.026311 10.0.0.23 - - [2026-01-29 03:16:39] "POST /neutron/network HTTP/1.1" 200 831 0.006893 10.0.0.23 - - [2026-01-29 03:16:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003933 10.0.0.240 - - [2026-01-29 03:16:42] "GET /projects?obj_uuids=248f44c9-178e-43c7-8378-822c3eeb9842&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001098 10.0.0.23 - - [2026-01-29 03:16:42] "GET /project/248f44c9-178e-43c7-8378-822c3eeb9842?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1349 0.049941 10.0.0.240 - - [2026-01-29 03:16:42] "GET /projects?obj_uuids=248f44c9-178e-43c7-8378-822c3eeb9842&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001120 10.0.0.23 - - [2026-01-29 03:16:42] "POST /neutron/network HTTP/1.1" 200 611 0.120691 10.0.0.147 - - [2026-01-29 03:16:42] "POST /route-targets HTTP/1.1" 200 328 0.018178 10.0.0.23 - - [2026-01-29 03:16:42] "POST /id-to-fqname HTTP/1.1" 200 221 0.003632 10.0.0.23 - - [2026-01-29 03:16:42] "GET /virtual-network/2885b5c7-784d-43c6-859b-a6c260e96eeb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.005972 10.0.0.23 - - [2026-01-29 03:16:42] "POST /neutron/network HTTP/1.1" 200 828 0.006827 10.0.0.23 - - [2026-01-29 03:16:42] "GET /virtual-network/2885b5c7-784d-43c6-859b-a6c260e96eeb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.005680 10.0.0.23 - - [2026-01-29 03:16:42] "GET /virtual-network/2885b5c7-784d-43c6-859b-a6c260e96eeb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.006463 10.0.0.23 - - [2026-01-29 03:16:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.004292 10.0.0.240 - - [2026-01-29 03:16:43] "GET /projects?obj_uuids=248f44c9-178e-43c7-8378-822c3eeb9842&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001176 10.0.0.23 - - [2026-01-29 03:16:43] "GET /project/248f44c9-178e-43c7-8378-822c3eeb9842?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1349 0.047322 10.0.0.23 - - [2026-01-29 03:16:43] "POST /neutron/network HTTP/1.1" 200 117 0.015550 10.0.0.147 - - [2026-01-29 03:16:43] "POST /ref-update HTTP/1.1" 200 156 0.030206 10.0.0.23 - - [2026-01-29 03:16:43] "POST /neutron/network HTTP/1.1" 200 828 0.009744 10.0.0.23 - - [2026-01-29 03:16:43] "POST /id-to-fqname HTTP/1.1" 200 221 0.001347 10.0.0.23 - - [2026-01-29 03:16:43] "GET /virtual-network/24094c63-d0ac-48f4-83e8-b284029f6ae0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.006358 10.0.0.23 - - [2026-01-29 03:16:43] "GET /virtual-network/24094c63-d0ac-48f4-83e8-b284029f6ae0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.006410 10.0.0.23 - - [2026-01-29 03:16:43] "POST /neutron/subnet HTTP/1.1" 200 715 0.010140 10.0.0.23 - - [2026-01-29 03:16:43] "GET /virtual-network/24094c63-d0ac-48f4-83e8-b284029f6ae0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.005859 10.0.0.23 - - [2026-01-29 03:16:44] "GET /obj-perms HTTP/1.1" 200 5022 0.003951 10.0.0.147 - - [2026-01-29 03:16:44] "GET /obj-perms HTTP/1.1" 200 5022 0.056053 10.0.0.23 - - [2026-01-29 03:16:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003892 10.0.0.240 - - [2026-01-29 03:16:44] "GET /projects?obj_uuids=248f44c9-178e-43c7-8378-822c3eeb9842&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001498 10.0.0.23 - - [2026-01-29 03:16:44] "GET /project/248f44c9-178e-43c7-8378-822c3eeb9842?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1349 0.041473 10.0.0.240 - - [2026-01-29 03:16:44] "POST /useragent-kv HTTP/1.1" 200 115 0.010236 10.0.0.23 - - [2026-01-29 03:16:44] "POST /neutron/subnet HTTP/1.1" 200 734 0.232281 10.0.0.23 - - [2026-01-29 03:16:44] "POST /id-to-fqname HTTP/1.1" 200 222 0.001428 10.0.0.23 - - [2026-01-29 03:16:44] "GET /virtual-network/e341b926-8b56-4ae7-8033-c1313ea53543?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2059 0.005476 10.0.0.23 - - [2026-01-29 03:16:44] "GET /virtual-network/e341b926-8b56-4ae7-8033-c1313ea53543?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2059 0.005739 10.0.0.23 - - [2026-01-29 03:16:44] "POST /neutron/network HTTP/1.1" 200 834 0.006512 10.0.0.23 - - [2026-01-29 03:16:45] "GET /virtual-network/e341b926-8b56-4ae7-8033-c1313ea53543?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2059 0.007208 10.0.0.240 - - [2026-01-29 03:16:45] "GET /obj-perms HTTP/1.1" 200 5022 0.004457 10.0.0.23 - - [2026-01-29 03:16:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003850 10.0.0.240 - - [2026-01-29 03:16:45] "GET /projects?obj_uuids=248f44c9-178e-43c7-8378-822c3eeb9842&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001044 10.0.0.23 - - [2026-01-29 03:16:45] "GET /project/248f44c9-178e-43c7-8378-822c3eeb9842?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1349 0.054994 10.0.0.240 - - [2026-01-29 03:16:45] "GET /projects?obj_uuids=248f44c9-178e-43c7-8378-822c3eeb9842&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001022 10.0.0.23 - - [2026-01-29 03:16:45] "POST /neutron/network HTTP/1.1" 200 623 0.146936 10.0.0.147 - - [2026-01-29 03:16:45] "POST /route-targets HTTP/1.1" 200 328 0.015015 10.0.0.23 - - [2026-01-29 03:16:45] "POST /id-to-fqname HTTP/1.1" 200 227 0.005765 10.0.0.23 - - [2026-01-29 03:16:45] "GET /virtual-network/ede2ab17-b326-46cc-a926-fe36c02b6843?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.006427 10.0.0.23 - - [2026-01-29 03:16:45] "POST /neutron/network HTTP/1.1" 200 842 0.007036 10.0.0.23 - - [2026-01-29 03:16:45] "GET /virtual-network/ede2ab17-b326-46cc-a926-fe36c02b6843?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.005375 10.0.0.23 - - [2026-01-29 03:16:46] "GET /virtual-network/ede2ab17-b326-46cc-a926-fe36c02b6843?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.006086 10.0.0.23 - - [2026-01-29 03:16:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004009 10.0.0.240 - - [2026-01-29 03:16:46] "GET /projects?obj_uuids=248f44c9-178e-43c7-8378-822c3eeb9842&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001105 10.0.0.23 - - [2026-01-29 03:16:46] "GET /project/248f44c9-178e-43c7-8378-822c3eeb9842?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1349 0.043496 10.0.0.23 - - [2026-01-29 03:16:46] "POST /neutron/network HTTP/1.1" 200 117 0.019530 10.0.0.147 - - [2026-01-29 03:16:46] "POST /ref-update HTTP/1.1" 200 156 0.025459 10.0.0.23 - - [2026-01-29 03:16:47] "POST /neutron/network HTTP/1.1" 200 844 0.010034 10.0.0.23 - - [2026-01-29 03:16:47] "POST /id-to-fqname HTTP/1.1" 200 228 0.001672 10.0.0.23 - - [2026-01-29 03:16:47] "GET /virtual-network/c9344821-e99b-485d-a3fa-1dcae3489169?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2072 0.007657 10.0.0.23 - - [2026-01-29 03:16:47] "GET /virtual-network/c9344821-e99b-485d-a3fa-1dcae3489169?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2072 0.006808 10.0.0.23 - - [2026-01-29 03:16:47] "POST /neutron/subnet HTTP/1.1" 200 725 0.009645 10.0.0.23 - - [2026-01-29 03:16:47] "GET /virtual-network/c9344821-e99b-485d-a3fa-1dcae3489169?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2072 0.006327 10.0.0.23 - - [2026-01-29 03:16:47] "GET /obj-perms HTTP/1.1" 200 5022 0.004489 10.0.0.147 - - [2026-01-29 03:16:47] "GET /obj-perms HTTP/1.1" 200 5022 0.003545 10.0.0.23 - - [2026-01-29 03:16:47] "POST /id-to-fqname HTTP/1.1" 200 221 0.001422 10.0.0.240 - - [2026-01-29 03:16:48] "GET /projects?obj_uuids=248f44c9-178e-43c7-8378-822c3eeb9842&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.002795 10.0.0.23 - - [2026-01-29 03:16:48] "GET /project/248f44c9-178e-43c7-8378-822c3eeb9842?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1349 0.084611 10.0.0.23 - - [2026-01-29 03:16:48] "POST /neutron/port HTTP/1.1" 200 117 0.006410 10.0.0.23 - - [2026-01-29 03:16:48] "POST /id-to-fqname HTTP/1.1" 200 222 0.001508 10.0.0.23 - - [2026-01-29 03:16:48] "POST /neutron/network HTTP/1.1" 200 844 0.007700 10.0.0.23 - - [2026-01-29 03:16:49] "POST /neutron/port HTTP/1.1" 200 1054 0.021308 10.0.0.23 - - [2026-01-29 03:16:49] "POST /neutron/port HTTP/1.1" 200 1118 0.018642 10.0.0.240 - - [2026-01-29 03:16:49] "GET /projects?obj_uuids=248f44c9-178e-43c7-8378-822c3eeb9842&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001138 10.0.0.23 - - [2026-01-29 03:16:49] "POST /neutron/port HTTP/1.1" 200 117 0.001036 10.0.0.23 - - [2026-01-29 03:16:49] "GET /project/248f44c9-178e-43c7-8378-822c3eeb9842?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1349 0.085386 10.0.0.23 - - [2026-01-29 03:16:49] "POST /neutron/port HTTP/1.1" 200 1118 0.019972 10.0.0.23 - - [2026-01-29 03:16:50] "POST /fqname-to-id HTTP/1.1" 404 193 0.003871 10.0.0.23 - - [2026-01-29 03:16:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003113 10.0.0.240 - - [2026-01-29 03:16:50] "GET /domains?obj_uuids=65230a56-1cf0-4d34-9498-1ad48da04806&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001245 10.0.0.23 - - [2026-01-29 03:16:50] "GET /domain/65230a56-1cf0-4d34-9498-1ad48da04806?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.008885 10.0.0.23 - - [2026-01-29 03:16:50] "POST /service-templates HTTP/1.1" 200 545 0.027277 10.0.0.23 - - [2026-01-29 03:16:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003538 10.0.0.23 - - [2026-01-29 03:16:50] "GET /service-template/7cebccc8-c335-4787-9e79-cd8de6897736?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1814 0.006561 10.0.0.23 - - [2026-01-29 03:16:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.002948 10.0.0.23 - - [2026-01-29 03:16:50] "GET /service-template/7cebccc8-c335-4787-9e79-cd8de6897736?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1814 0.004225 10.0.0.23 - - [2026-01-29 03:16:50] "POST /id-to-fqname HTTP/1.1" 200 221 0.001212 10.0.0.23 - - [2026-01-29 03:16:50] "POST /id-to-fqname HTTP/1.1" 200 227 0.001381 10.0.0.23 - - [2026-01-29 03:16:50] "POST /neutron/network HTTP/1.1" 200 844 0.008728 10.0.0.23 - - [2026-01-29 03:16:50] "POST /id-to-fqname HTTP/1.1" 200 228 0.001904 10.0.0.23 - - [2026-01-29 03:16:50] "POST /neutron/security_group HTTP/1.1" 200 2054 0.024922 10.0.0.23 - - [2026-01-29 03:16:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003144 10.0.0.23 - - [2026-01-29 03:16:50] "DELETE /service-template/7cebccc8-c335-4787-9e79-cd8de6897736 HTTP/1.1" 200 115 0.032067 10.0.0.23 - - [2026-01-29 03:16:50] "POST /fqname-to-id HTTP/1.1" 404 193 0.003572 10.0.0.23 - - [2026-01-29 03:16:50] "POST /neutron/port HTTP/1.1" 200 1112 0.099197 10.0.0.23 - - [2026-01-29 03:16:51] "POST /neutron/subnet HTTP/1.1" 200 708 0.010712 10.0.0.240 - - [2026-01-29 03:16:51] "POST /useragent-kv HTTP/1.1" 200 115 0.003589 10.0.0.240 - - [2026-01-29 03:16:51] "POST /useragent-kv HTTP/1.1" 200 115 0.004020 10.0.0.23 - - [2026-01-29 03:16:51] "POST /neutron/network HTTP/1.1" 200 151 0.141356 10.0.0.147 - - [2026-01-29 03:16:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.009343 10.0.0.240 - - [2026-01-29 03:16:51] "POST /useragent-kv HTTP/1.1" 200 115 0.006367 10.0.0.240 - - [2026-01-29 03:16:51] "POST /useragent-kv HTTP/1.1" 200 115 0.011091 10.0.0.23 - - [2026-01-29 03:16:51] "POST /neutron/network HTTP/1.1" 200 151 0.144243 10.0.0.23 - - [2026-01-29 03:16:51] "POST /neutron/port HTTP/1.1" 200 151 0.227699 10.0.0.23 - - [2026-01-29 03:16:52] "POST /neutron/port HTTP/1.1" 200 1122 0.020997 10.0.0.23 - - [2026-01-29 03:16:53] "POST /neutron/port HTTP/1.1" 200 117 0.006788 10.0.0.23 - - [2026-01-29 03:16:53] "POST /neutron/port HTTP/1.1" 200 117 0.007042 10.0.0.147 - - [2026-01-29 03:16:54] "DELETE /route-target/64bde1f5-5a8a-40ef-8204-47fd83f20789 HTTP/1.1" 200 115 0.029569 10.0.0.23 - - [2026-01-29 03:16:54] "POST /neutron/network HTTP/1.1" 200 828 0.009235 10.0.0.147 - - [2026-01-29 03:16:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.005023 10.0.0.240 - - [2026-01-29 03:16:54] "POST /useragent-kv HTTP/1.1" 200 115 0.006331 10.0.0.240 - - [2026-01-29 03:16:54] "POST /useragent-kv HTTP/1.1" 200 115 0.002809 10.0.0.23 - - [2026-01-29 03:16:54] "POST /neutron/network HTTP/1.1" 200 151 0.144841 10.0.0.240 - - [2026-01-29 03:16:55] "GET /projects?obj_uuids=33e5776e-be11-4cab-8d02-5e685acef373&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001806 10.0.0.240 - - [2026-01-29 03:16:55] "DELETE /project/248f44c9178e43c78378822c3eeb9842 HTTP/1.1" 404 173 0.021209 10.0.0.240 - - [2026-01-29 03:16:55] "GET /project/33e5776e-be11-4cab-8d02-5e685acef373?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1460 0.079945 10.0.0.240 - - [2026-01-29 03:16:55] "GET /projects?obj_uuids=33e5776e-be11-4cab-8d02-5e685acef373&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000975 10.0.0.147 - - [2026-01-29 03:16:55] "DELETE /access-control-list/1ee3f58c-5dba-4074-9783-34a73ea8d84a HTTP/1.1" 200 115 0.064379 10.0.0.240 - - [2026-01-29 03:16:55] "GET /project/33e5776e-be11-4cab-8d02-5e685acef373?fields=security_groups HTTP/1.1" 200 1098 0.063248 10.0.0.240 - - [2026-01-29 03:16:55] "GET /projects?obj_uuids=33e5776e-be11-4cab-8d02-5e685acef373&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.006126 10.0.0.240 - - [2026-01-29 03:16:56] "GET /project/33e5776e-be11-4cab-8d02-5e685acef373?fields=application_policy_sets HTTP/1.1" 404 171 0.450001 10.0.0.240 - - [2026-01-29 03:16:56] "DELETE /project/33e5776e-be11-4cab-8d02-5e685acef373 HTTP/1.1" 404 171 0.698082 10.0.0.240 - - [2026-01-29 03:16:56] "GET /projects?obj_uuids=248f44c9-178e-43c7-8378-822c3eeb9842&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001188 10.0.0.23 - - [2026-01-29 03:16:56] "GET /project/248f44c9-178e-43c7-8378-822c3eeb9842?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1349 0.052073 10.0.0.240 - - [2026-01-29 03:16:56] "GET /projects?obj_uuids=248f44c9-178e-43c7-8378-822c3eeb9842&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000942 10.0.0.23 - - [2026-01-29 03:16:56] "GET /project/248f44c9-178e-43c7-8378-822c3eeb9842?fields=virtual_networks HTTP/1.1" 200 1025 0.060344 10.0.0.240 - - [2026-01-29 03:16:56] "GET /projects?obj_uuids=248f44c9-178e-43c7-8378-822c3eeb9842&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001671 10.0.0.23 - - [2026-01-29 03:16:56] "GET /project/248f44c9-178e-43c7-8378-822c3eeb9842?fields=virtual_machine_interfaces HTTP/1.1" 200 1025 0.044769 10.0.0.240 - - [2026-01-29 03:16:56] "GET /projects?obj_uuids=248f44c9-178e-43c7-8378-822c3eeb9842&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001195 10.0.0.23 - - [2026-01-29 03:16:56] "GET /project/248f44c9-178e-43c7-8378-822c3eeb9842?fields=security_groups HTTP/1.1" 200 1248 0.036958 10.0.0.23 - - [2026-01-29 03:16:57] "POST /fqname-to-id HTTP/1.1" 404 190 0.031663 10.0.0.240 - - [2026-01-29 03:16:57] "GET /projects?obj_uuids=abf890ec-c852-43e3-82c6-a5a5b27d8b53&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004035 10.0.0.240 - - [2026-01-29 03:16:57] "GET /domains?obj_uuids=65230a56-1cf0-4d34-9498-1ad48da04806&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001117 10.0.0.240 - - [2026-01-29 03:16:57] "GET /domain/65230a56-1cf0-4d34-9498-1ad48da04806?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007790 10.0.0.240 - - [2026-01-29 03:16:57] "POST /id-to-fqname HTTP/1.1" 200 192 0.002737 10.0.0.240 - - [2026-01-29 03:16:57] "POST /fqname-to-id HTTP/1.1" 404 201 0.004260 10.0.0.240 - - [2026-01-29 03:16:57] "POST /security-groups HTTP/1.1" 200 593 0.035876 10.0.0.240 - - [2026-01-29 03:16:57] "POST /projects HTTP/1.1" 200 589 0.253902 10.0.0.147 - - [2026-01-29 03:16:57] "POST /fqname-to-id HTTP/1.1" 404 235 0.016002 10.0.0.240 - - [2026-01-29 03:16:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.329599 10.0.0.23 - - [2026-01-29 03:16:58] "GET /project/abf890ec-c852-43e3-82c6-a5a5b27d8b53?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.466736 10.0.0.23 - - [2026-01-29 03:16:59] "GET / HTTP/1.1" 200 36215 0.002676 10.0.0.23 - - [2026-01-29 03:17:00] "POST /fqname-to-id HTTP/1.1" 401 292 0.000513 10.0.0.23 - - [2026-01-29 03:17:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.066014 10.0.0.240 - - [2026-01-29 03:17:01] "GET /projects?obj_uuids=abf890ec-c852-43e3-82c6-a5a5b27d8b53&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001272 10.0.0.23 - - [2026-01-29 03:17:01] "GET /project/abf890ec-c852-43e3-82c6-a5a5b27d8b53?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.049609 10.0.0.147 - - [2026-01-29 03:17:01] "POST /ref-update HTTP/1.1" 200 156 0.033610 10.0.0.240 - - [2026-01-29 03:17:01] "POST /useragent-kv HTTP/1.1" 200 115 0.008039 10.0.0.23 - - [2026-01-29 03:17:01] "POST /neutron/subnet HTTP/1.1" 200 729 0.262830 10.0.0.23 - - [2026-01-29 03:17:01] "POST /id-to-fqname HTTP/1.1" 200 224 0.001476 10.0.0.23 - - [2026-01-29 03:17:01] "GET /virtual-network/3e758117-cc67-4e74-97f9-7ae0a692f783?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.005496 10.0.0.23 - - [2026-01-29 03:17:01] "GET /virtual-network/3e758117-cc67-4e74-97f9-7ae0a692f783?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.006102 10.0.0.23 - - [2026-01-29 03:17:01] "POST /neutron/network HTTP/1.1" 200 831 0.006946 10.0.0.23 - - [2026-01-29 03:17:02] "GET /virtual-network/3e758117-cc67-4e74-97f9-7ae0a692f783?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.005773 10.0.0.240 - - [2026-01-29 03:17:03] "GET /obj-perms HTTP/1.1" 200 5034 0.075593 10.0.0.23 - - [2026-01-29 03:17:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004423 10.0.0.240 - - [2026-01-29 03:17:03] "GET /projects?obj_uuids=abf890ec-c852-43e3-82c6-a5a5b27d8b53&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001281 10.0.0.23 - - [2026-01-29 03:17:03] "GET /project/abf890ec-c852-43e3-82c6-a5a5b27d8b53?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.047530 10.0.0.240 - - [2026-01-29 03:17:04] "GET /projects?obj_uuids=abf890ec-c852-43e3-82c6-a5a5b27d8b53&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001577 10.0.0.23 - - [2026-01-29 03:17:04] "POST /neutron/network HTTP/1.1" 200 613 0.140830 10.0.0.23 - - [2026-01-29 03:17:04] "POST /id-to-fqname HTTP/1.1" 200 225 0.004329 10.0.0.23 - - [2026-01-29 03:17:04] "GET /virtual-network/560e1ff0-97ca-454e-a813-44adda3e2aef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.005883 10.0.0.23 - - [2026-01-29 03:17:04] "POST /neutron/network HTTP/1.1" 200 831 0.007033 10.0.0.23 - - [2026-01-29 03:17:04] "GET /virtual-network/560e1ff0-97ca-454e-a813-44adda3e2aef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.005681 10.0.0.23 - - [2026-01-29 03:17:04] "GET /virtual-network/560e1ff0-97ca-454e-a813-44adda3e2aef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.005647 10.0.0.23 - - [2026-01-29 03:17:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003412 10.0.0.240 - - [2026-01-29 03:17:05] "GET /projects?obj_uuids=abf890ec-c852-43e3-82c6-a5a5b27d8b53&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000938 10.0.0.23 - - [2026-01-29 03:17:05] "GET /project/abf890ec-c852-43e3-82c6-a5a5b27d8b53?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.039522 10.0.0.23 - - [2026-01-29 03:17:05] "POST /neutron/network HTTP/1.1" 200 117 0.014107 10.0.0.147 - - [2026-01-29 03:17:05] "POST /route-targets HTTP/1.1" 200 328 0.018931 10.0.0.23 - - [2026-01-29 03:17:05] "POST /neutron/network HTTP/1.1" 200 836 0.009787 10.0.0.23 - - [2026-01-29 03:17:05] "POST /id-to-fqname HTTP/1.1" 200 227 0.001586 10.0.0.23 - - [2026-01-29 03:17:05] "GET /virtual-network/c9420189-1d90-4283-9ffa-c129fd597144?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2063 0.012585 10.0.0.23 - - [2026-01-29 03:17:05] "GET /virtual-network/c9420189-1d90-4283-9ffa-c129fd597144?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2063 0.008307 10.0.0.23 - - [2026-01-29 03:17:06] "POST /neutron/subnet HTTP/1.1" 200 725 0.015373 10.0.0.23 - - [2026-01-29 03:17:06] "GET /virtual-network/c9420189-1d90-4283-9ffa-c129fd597144?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2063 0.007627 10.0.0.23 - - [2026-01-29 03:17:06] "GET /obj-perms HTTP/1.1" 200 5034 0.060153 10.0.0.147 - - [2026-01-29 03:17:06] "GET /obj-perms HTTP/1.1" 200 5034 0.068443 10.0.0.23 - - [2026-01-29 03:17:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003378 10.0.0.240 - - [2026-01-29 03:17:06] "GET /projects?obj_uuids=abf890ec-c852-43e3-82c6-a5a5b27d8b53&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001014 10.0.0.23 - - [2026-01-29 03:17:06] "GET /project/abf890ec-c852-43e3-82c6-a5a5b27d8b53?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.052625 10.0.0.147 - - [2026-01-29 03:17:07] "POST /ref-update HTTP/1.1" 200 156 0.050320 10.0.0.240 - - [2026-01-29 03:17:07] "POST /useragent-kv HTTP/1.1" 200 115 0.008148 10.0.0.23 - - [2026-01-29 03:17:07] "POST /neutron/subnet HTTP/1.1" 200 725 0.273965 10.0.0.23 - - [2026-01-29 03:17:07] "POST /id-to-fqname HTTP/1.1" 200 233 0.001435 10.0.0.23 - - [2026-01-29 03:17:07] "GET /virtual-network/97d40243-dc7d-43d6-baab-ae0df068195b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2081 0.005555 10.0.0.23 - - [2026-01-29 03:17:07] "GET /virtual-network/97d40243-dc7d-43d6-baab-ae0df068195b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2081 0.007412 10.0.0.23 - - [2026-01-29 03:17:07] "POST /neutron/network HTTP/1.1" 200 848 0.006540 10.0.0.23 - - [2026-01-29 03:17:07] "GET /virtual-network/97d40243-dc7d-43d6-baab-ae0df068195b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2081 0.006137 10.0.0.240 - - [2026-01-29 03:17:07] "GET /obj-perms HTTP/1.1" 200 5034 0.003760 10.0.0.23 - - [2026-01-29 03:17:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003689 10.0.0.240 - - [2026-01-29 03:17:07] "GET /projects?obj_uuids=abf890ec-c852-43e3-82c6-a5a5b27d8b53&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000993 10.0.0.23 - - [2026-01-29 03:17:08] "GET /project/abf890ec-c852-43e3-82c6-a5a5b27d8b53?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.054087 10.0.0.240 - - [2026-01-29 03:17:08] "GET /projects?obj_uuids=abf890ec-c852-43e3-82c6-a5a5b27d8b53&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001495 10.0.0.23 - - [2026-01-29 03:17:08] "POST /neutron/network HTTP/1.1" 200 631 0.151326 10.0.0.23 - - [2026-01-29 03:17:08] "POST /id-to-fqname HTTP/1.1" 200 234 0.003599 10.0.0.23 - - [2026-01-29 03:17:08] "GET /virtual-network/8bc33bfb-ce4e-4060-9b2a-edee1e9d299a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2084 0.006069 10.0.0.23 - - [2026-01-29 03:17:08] "POST /neutron/network HTTP/1.1" 200 850 0.006545 10.0.0.23 - - [2026-01-29 03:17:08] "GET /virtual-network/8bc33bfb-ce4e-4060-9b2a-edee1e9d299a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2084 0.007584 10.0.0.23 - - [2026-01-29 03:17:08] "GET /virtual-network/8bc33bfb-ce4e-4060-9b2a-edee1e9d299a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2084 0.006248 10.0.0.23 - - [2026-01-29 03:17:09] "POST /id-to-fqname HTTP/1.1" 200 224 0.001439 10.0.0.23 - - [2026-01-29 03:17:09] "POST /neutron/network HTTP/1.1" 200 841 0.007032 10.0.0.240 - - [2026-01-29 03:17:10] "GET /projects?obj_uuids=abf890ec-c852-43e3-82c6-a5a5b27d8b53&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002057 10.0.0.23 - - [2026-01-29 03:17:10] "GET /project/abf890ec-c852-43e3-82c6-a5a5b27d8b53?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.088964 10.0.0.23 - - [2026-01-29 03:17:10] "POST /neutron/port HTTP/1.1" 200 117 0.006927 10.0.0.23 - - [2026-01-29 03:17:10] "POST /id-to-fqname HTTP/1.1" 200 225 0.001446 10.0.0.23 - - [2026-01-29 03:17:10] "POST /neutron/network HTTP/1.1" 200 841 0.007231 10.0.0.23 - - [2026-01-29 03:17:11] "POST /neutron/port HTTP/1.1" 200 1063 0.017959 10.0.0.240 - - [2026-01-29 03:17:11] "GET /projects?obj_uuids=abf890ec-c852-43e3-82c6-a5a5b27d8b53&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001133 10.0.0.23 - - [2026-01-29 03:17:11] "GET /project/abf890ec-c852-43e3-82c6-a5a5b27d8b53?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.095254 10.0.0.23 - - [2026-01-29 03:17:11] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004228 10.0.0.23 - - [2026-01-29 03:17:11] "POST /neutron/port HTTP/1.1" 200 117 0.001571 10.0.0.23 - - [2026-01-29 03:17:11] "POST /neutron/security_group HTTP/1.1" 200 2060 0.008156 10.0.0.23 - - [2026-01-29 03:17:11] "POST /fqname-to-id HTTP/1.1" 404 193 0.003850 10.0.0.23 - - [2026-01-29 03:17:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003528 10.0.0.240 - - [2026-01-29 03:17:11] "GET /domains?obj_uuids=65230a56-1cf0-4d34-9498-1ad48da04806&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001667 10.0.0.23 - - [2026-01-29 03:17:11] "GET /domain/65230a56-1cf0-4d34-9498-1ad48da04806?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.008359 10.0.0.23 - - [2026-01-29 03:17:11] "POST /service-templates HTTP/1.1" 200 545 0.024145 10.0.0.23 - - [2026-01-29 03:17:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.007185 10.0.0.23 - - [2026-01-29 03:17:12] "GET /service-template/e208c778-ac48-4802-8811-8e1577e1e906?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1645 0.006045 10.0.0.23 - - [2026-01-29 03:17:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.005224 10.0.0.23 - - [2026-01-29 03:17:12] "GET /service-template/e208c778-ac48-4802-8811-8e1577e1e906?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1645 0.004343 10.0.0.23 - - [2026-01-29 03:17:12] "POST /id-to-fqname HTTP/1.1" 200 233 0.001676 10.0.0.240 - - [2026-01-29 03:17:12] "GET /projects?obj_uuids=abf890ec-c852-43e3-82c6-a5a5b27d8b53&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001122 10.0.0.23 - - [2026-01-29 03:17:12] "POST /neutron/port HTTP/1.1" 200 1061 0.288581 10.0.0.23 - - [2026-01-29 03:17:12] "POST /neutron/network HTTP/1.1" 200 858 0.005913 10.0.0.23 - - [2026-01-29 03:17:12] "POST /neutron/port HTTP/1.1" 200 1115 0.106050 10.0.0.23 - - [2026-01-29 03:17:12] "POST /neutron/subnet HTTP/1.1" 200 693 0.009554 10.0.0.240 - - [2026-01-29 03:17:13] "GET /projects?obj_uuids=abf890ec-c852-43e3-82c6-a5a5b27d8b53&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001003 10.0.0.23 - - [2026-01-29 03:17:13] "GET /project/abf890ec-c852-43e3-82c6-a5a5b27d8b53?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.067614 10.0.0.23 - - [2026-01-29 03:17:13] "POST /neutron/network HTTP/1.1" 200 848 0.007355 10.0.0.23 - - [2026-01-29 03:17:13] "POST /neutron/port HTTP/1.1" 200 117 0.008032 10.0.0.23 - - [2026-01-29 03:17:13] "GET /virtual-machine/b07bc9cc-6b03-4a70-b445-ed3ff158ad62 HTTP/1.1" 401 292 0.000374 10.0.0.23 - - [2026-01-29 03:17:13] "GET /virtual-machine/b07bc9cc-6b03-4a70-b445-ed3ff158ad62 HTTP/1.1" 404 171 0.043170 10.0.0.23 - - [2026-01-29 03:17:14] "POST /neutron/port HTTP/1.1" 200 1062 0.023786 10.0.0.23 - - [2026-01-29 03:17:14] "POST /neutron/port HTTP/1.1" 200 1126 0.020105 10.0.0.23 - - [2026-01-29 03:17:14] "POST /neutron/port HTTP/1.1" 200 117 0.001370 10.0.0.23 - - [2026-01-29 03:17:15] "GET /virtual-machine/b07bc9cc-6b03-4a70-b445-ed3ff158ad62 HTTP/1.1" 200 1297 0.008386 10.0.0.23 - - [2026-01-29 03:17:15] "GET /virtual-machine-interface/92ddc28d-148b-48b7-9a9e-06b73b3f7bc3 HTTP/1.1" 200 2992 0.007133 10.0.0.23 - - [2026-01-29 03:17:15] "GET /virtual-machine-interface/92ddc28d-148b-48b7-9a9e-06b73b3f7bc3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2770 0.006912 10.0.0.23 - - [2026-01-29 03:17:15] "PUT /virtual-machine-interface/92ddc28d-148b-48b7-9a9e-06b73b3f7bc3 HTTP/1.1" 200 285 0.019813 10.0.0.23 - - [2026-01-29 03:17:16] "POST /neutron/security_group HTTP/1.1" 200 2060 0.008878 10.0.0.23 - - [2026-01-29 03:17:16] "POST /neutron/port HTTP/1.1" 200 1126 0.019505 10.0.0.23 - - [2026-01-29 03:17:16] "GET /virtual-machine/b07bc9cc-6b03-4a70-b445-ed3ff158ad62 HTTP/1.1" 200 1297 0.005578 10.0.0.23 - - [2026-01-29 03:17:16] "GET /virtual-machine-interface/92ddc28d-148b-48b7-9a9e-06b73b3f7bc3 HTTP/1.1" 200 3042 0.006484 10.0.0.23 - - [2026-01-29 03:17:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003713 10.0.0.23 - - [2026-01-29 03:17:16] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004176 10.0.0.23 - - [2026-01-29 03:17:16] "GET /virtual-networks?parent_id=abf890ec-c852-43e3-82c6-a5a5b27d8b53&detail=False&count=False&shared=False HTTP/1.1" 200 1280 0.004435 10.0.0.23 - - [2026-01-29 03:17:16] "GET /virtual-network/97d40243-dc7d-43d6-baab-ae0df068195b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2081 0.007097 10.0.0.23 - - [2026-01-29 03:17:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003942 10.0.0.23 - - [2026-01-29 03:17:19] "GET /virtual-network/97d40243-dc7d-43d6-baab-ae0df068195b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2081 0.007577 10.0.0.23 - - [2026-01-29 03:17:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003749 10.0.0.23 - - [2026-01-29 03:17:23] "GET /virtual-network/97d40243-dc7d-43d6-baab-ae0df068195b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2081 0.005266 10.0.0.23 - - [2026-01-29 03:17:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004910 10.0.0.23 - - [2026-01-29 03:17:27] "GET /virtual-network/97d40243-dc7d-43d6-baab-ae0df068195b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2081 0.005747 10.0.0.23 - - [2026-01-29 03:17:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.004335 10.0.0.23 - - [2026-01-29 03:17:31] "GET /virtual-network/97d40243-dc7d-43d6-baab-ae0df068195b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2081 0.006287 10.0.0.23 - - [2026-01-29 03:17:33] "GET /obj-perms HTTP/1.1" 200 5056 0.053344 10.0.0.147 - - [2026-01-29 03:17:33] "GET /obj-perms HTTP/1.1" 200 5056 0.072257 10.0.0.23 - - [2026-01-29 03:17:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003686 10.0.0.23 - - [2026-01-29 03:17:35] "GET /virtual-network/97d40243-dc7d-43d6-baab-ae0df068195b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2081 0.005481 10.0.0.23 - - [2026-01-29 03:17:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003821 10.0.0.23 - - [2026-01-29 03:17:39] "GET /virtual-network/97d40243-dc7d-43d6-baab-ae0df068195b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2081 0.006059 10.0.0.23 - - [2026-01-29 03:17:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004317 10.0.0.23 - - [2026-01-29 03:17:44] "GET /virtual-network/97d40243-dc7d-43d6-baab-ae0df068195b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2081 0.005826 10.0.0.23 - - [2026-01-29 03:17:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003884 10.0.0.23 - - [2026-01-29 03:17:48] "GET /virtual-network/97d40243-dc7d-43d6-baab-ae0df068195b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2081 0.006004 10.0.0.23 - - [2026-01-29 03:17:48] "POST /neutron/port HTTP/1.1" 200 1127 0.018281 10.0.0.23 - - [2026-01-29 03:17:48] "POST /neutron/subnet HTTP/1.1" 200 703 0.008588 10.0.0.23 - - [2026-01-29 03:17:51] "POST /neutron/port HTTP/1.1" 200 1125 0.049695 10.0.0.23 - - [2026-01-29 03:17:52] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004307 10.0.0.23 - - [2026-01-29 03:17:52] "POST /neutron/network HTTP/1.1" 200 831 0.007821 10.0.0.23 - - [2026-01-29 03:17:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.004067 10.0.0.23 - - [2026-01-29 03:17:52] "GET /virtual-network/97d40243-dc7d-43d6-baab-ae0df068195b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2081 0.007720 10.0.0.147 - - [2026-01-29 03:17:56] "DELETE /access-control-list/14264312-2cd3-4ef8-b533-ded088aed729 HTTP/1.1" 200 115 0.046398 10.0.0.23 - - [2026-01-29 03:17:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004155 10.0.0.23 - - [2026-01-29 03:17:56] "GET /virtual-network/97d40243-dc7d-43d6-baab-ae0df068195b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2081 0.007246 10.0.0.240 - - [2026-01-29 03:17:56] "DELETE /project/abf890ecc85243e382c6a5a5b27d8b53 HTTP/1.1" 404 173 0.003793 10.0.0.240 - - [2026-01-29 03:17:56] "DELETE /project/248f44c9-178e-43c7-8378-822c3eeb9842 HTTP/1.1" 404 177 0.006960 10.0.0.23 - - [2026-01-29 03:18:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003832 10.0.0.23 - - [2026-01-29 03:18:00] "GET /virtual-network/97d40243-dc7d-43d6-baab-ae0df068195b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2081 0.005494 10.0.0.23 - - [2026-01-29 03:18:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003631 10.0.0.23 - - [2026-01-29 03:18:04] "GET /virtual-network/97d40243-dc7d-43d6-baab-ae0df068195b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2081 0.005840 10.0.0.23 - - [2026-01-29 03:18:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003711 10.0.0.23 - - [2026-01-29 03:18:08] "GET /virtual-network/97d40243-dc7d-43d6-baab-ae0df068195b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2081 0.005766 10.0.0.23 - - [2026-01-29 03:18:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004027 10.0.0.23 - - [2026-01-29 03:18:10] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003822 10.0.0.23 - - [2026-01-29 03:18:10] "GET /virtual-networks?parent_id=abf890ec-c852-43e3-82c6-a5a5b27d8b53&detail=False&count=False&shared=False HTTP/1.1" 200 1280 0.002895 10.0.0.23 - - [2026-01-29 03:18:10] "GET /virtual-network/97d40243-dc7d-43d6-baab-ae0df068195b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2081 0.006221 10.0.0.23 - - [2026-01-29 03:18:10] "POST /neutron/port HTTP/1.1" 200 1126 0.016695 10.0.0.23 - - [2026-01-29 03:18:16] "POST /neutron/security_group HTTP/1.1" 200 2060 0.008171 10.0.0.23 - - [2026-01-29 03:18:21] "POST /neutron/port HTTP/1.1" 200 1126 0.017845 10.0.0.23 - - [2026-01-29 03:18:22] "POST /neutron/security_group HTTP/1.1" 200 2060 0.033684 10.0.0.23 - - [2026-01-29 03:18:31] "POST /neutron/port HTTP/1.1" 200 1126 0.019054 10.0.0.23 - - [2026-01-29 03:18:36] "POST /fqname-to-id HTTP/1.1" 404 211 0.003369 10.0.0.23 - - [2026-01-29 03:18:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003284 10.0.0.240 - - [2026-01-29 03:18:36] "GET /projects?obj_uuids=abf890ec-c852-43e3-82c6-a5a5b27d8b53&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001171 10.0.0.23 - - [2026-01-29 03:18:36] "GET /project/abf890ec-c852-43e3-82c6-a5a5b27d8b53?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.053062 10.0.0.23 - - [2026-01-29 03:18:36] "POST /service-instances HTTP/1.1" 200 549 0.036855 10.0.0.23 - - [2026-01-29 03:18:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003632 10.0.0.23 - - [2026-01-29 03:18:37] "GET /service-instance/2f3161a7-f6c3-45a3-8295-adb33b27266c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2075 0.007174 10.0.0.23 - - [2026-01-29 03:18:37] "POST /port-tuples HTTP/1.1" 200 592 0.039650 10.0.0.23 - - [2026-01-29 03:18:37] "GET /virtual-machine-interface/92ddc28d-148b-48b7-9a9e-06b73b3f7bc3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2820 0.006351 10.0.0.23 - - [2026-01-29 03:18:37] "PUT /virtual-machine-interface/92ddc28d-148b-48b7-9a9e-06b73b3f7bc3 HTTP/1.1" 200 285 0.015081 10.0.0.23 - - [2026-01-29 03:18:37] "POST /ref-update HTTP/1.1" 200 156 0.018835 10.0.0.23 - - [2026-01-29 03:18:37] "POST /neutron/security_group HTTP/1.1" 200 2060 0.007668 10.0.0.23 - - [2026-01-29 03:18:37] "POST /ref-update HTTP/1.1" 200 156 0.060614 10.0.0.23 - - [2026-01-29 03:18:37] "POST /ref-update HTTP/1.1" 200 156 0.028969 10.0.0.23 - - [2026-01-29 03:18:37] "POST /neutron/port HTTP/1.1" 200 1127 0.033678 10.0.0.23 - - [2026-01-29 03:18:37] "GET /virtual-machine/33e5e96a-7f0e-4c3c-b4dd-11690f1063ea HTTP/1.1" 200 1296 0.005926 10.0.0.23 - - [2026-01-29 03:18:37] "GET /virtual-machine-interface/1846c1df-9009-41b2-934e-a2d5bf534c57 HTTP/1.1" 200 2964 0.005735 10.0.0.23 - - [2026-01-29 03:18:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003705 10.0.0.23 - - [2026-01-29 03:18:37] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003968 10.0.0.23 - - [2026-01-29 03:18:37] "GET /virtual-networks?parent_id=abf890ec-c852-43e3-82c6-a5a5b27d8b53&detail=False&count=False&shared=False HTTP/1.1" 200 1280 0.003716 10.0.0.23 - - [2026-01-29 03:18:37] "GET /virtual-network/3e758117-cc67-4e74-97f9-7ae0a692f783?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.007727 10.0.0.23 - - [2026-01-29 03:18:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004160 10.0.0.23 - - [2026-01-29 03:18:38] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003954 10.0.0.23 - - [2026-01-29 03:18:38] "GET /virtual-networks?parent_id=abf890ec-c852-43e3-82c6-a5a5b27d8b53&detail=False&count=False&shared=False HTTP/1.1" 200 1280 0.006976 10.0.0.23 - - [2026-01-29 03:18:38] "GET /virtual-network/3e758117-cc67-4e74-97f9-7ae0a692f783?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.006107 10.0.0.23 - - [2026-01-29 03:18:39] "POST /neutron/security_group HTTP/1.1" 200 2060 0.008963 10.0.0.23 - - [2026-01-29 03:18:39] "POST /neutron/port HTTP/1.1" 200 1125 0.018733 10.0.0.23 - - [2026-01-29 03:18:39] "GET /virtual-machine/1bc23a98-e8db-4701-98a9-73d578a4fef0 HTTP/1.1" 200 1296 0.006218 10.0.0.23 - - [2026-01-29 03:18:39] "GET /virtual-machine-interface/f9f43e5e-91fd-41c1-b68a-e81778e85768 HTTP/1.1" 200 2968 0.005792 10.0.0.23 - - [2026-01-29 03:18:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003487 10.0.0.23 - - [2026-01-29 03:18:39] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003849 10.0.0.23 - - [2026-01-29 03:18:39] "GET /virtual-networks?parent_id=abf890ec-c852-43e3-82c6-a5a5b27d8b53&detail=False&count=False&shared=False HTTP/1.1" 200 1280 0.003424 10.0.0.23 - - [2026-01-29 03:18:39] "GET /virtual-network/560e1ff0-97ca-454e-a813-44adda3e2aef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.005911 10.0.0.23 - - [2026-01-29 03:18:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004596 10.0.0.23 - - [2026-01-29 03:18:40] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004499 10.0.0.23 - - [2026-01-29 03:18:40] "GET /virtual-networks?parent_id=abf890ec-c852-43e3-82c6-a5a5b27d8b53&detail=False&count=False&shared=False HTTP/1.1" 200 1280 0.004025 10.0.0.23 - - [2026-01-29 03:18:40] "GET /virtual-network/560e1ff0-97ca-454e-a813-44adda3e2aef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.006836 10.0.0.23 - - [2026-01-29 03:18:40] "POST /fqname-to-id HTTP/1.1" 404 215 0.004231 10.0.0.23 - - [2026-01-29 03:18:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004056 10.0.0.240 - - [2026-01-29 03:18:40] "GET /projects?obj_uuids=abf890ec-c852-43e3-82c6-a5a5b27d8b53&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001084 10.0.0.23 - - [2026-01-29 03:18:40] "GET /project/abf890ec-c852-43e3-82c6-a5a5b27d8b53?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.057846 10.0.0.23 - - [2026-01-29 03:18:40] "POST /network-policys HTTP/1.1" 200 553 0.030286 10.0.0.23 - - [2026-01-29 03:18:40] "GET /network-policy/c2af1a1a-833e-4729-bf8e-cce7aeadd266?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2476 0.006735 10.0.0.23 - - [2026-01-29 03:18:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.002894 10.0.0.23 - - [2026-01-29 03:18:40] "GET /virtual-network/3e758117-cc67-4e74-97f9-7ae0a692f783?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.006631 10.0.0.23 - - [2026-01-29 03:18:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003396 10.0.0.23 - - [2026-01-29 03:18:41] "GET /network-policy/c2af1a1a-833e-4729-bf8e-cce7aeadd266?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2476 0.005167 10.0.0.23 - - [2026-01-29 03:18:41] "POST /ref-update HTTP/1.1" 200 156 0.068769 10.0.0.23 - - [2026-01-29 03:18:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003873 10.0.0.147 - - [2026-01-29 03:18:41] "POST /access-control-lists HTTP/1.1" 200 598 0.090256 10.0.0.23 - - [2026-01-29 03:18:41] "GET /network-policy/c2af1a1a-833e-4729-bf8e-cce7aeadd266?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2476 0.016130 10.0.0.23 - - [2026-01-29 03:18:41] "GET /virtual-network/3e758117-cc67-4e74-97f9-7ae0a692f783?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2369 0.009807 10.0.0.23 - - [2026-01-29 03:18:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003311 10.0.0.23 - - [2026-01-29 03:18:41] "GET /network-policy/c2af1a1a-833e-4729-bf8e-cce7aeadd266?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2476 0.005370 10.0.0.23 - - [2026-01-29 03:18:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003592 10.0.0.23 - - [2026-01-29 03:18:41] "GET /virtual-network/560e1ff0-97ca-454e-a813-44adda3e2aef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.005985 10.0.0.23 - - [2026-01-29 03:18:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003535 10.0.0.23 - - [2026-01-29 03:18:41] "GET /network-policy/c2af1a1a-833e-4729-bf8e-cce7aeadd266?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2476 0.006818 10.0.0.23 - - [2026-01-29 03:18:41] "POST /ref-update HTTP/1.1" 200 156 0.068463 10.0.0.147 - - [2026-01-29 03:18:41] "POST /fqname-to-id HTTP/1.1" 404 242 0.008366 10.0.0.23 - - [2026-01-29 03:18:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003163 10.0.0.23 - - [2026-01-29 03:18:41] "GET /network-policy/c2af1a1a-833e-4729-bf8e-cce7aeadd266?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2476 0.015650 10.0.0.23 - - [2026-01-29 03:18:41] "POST /neutron/network HTTP/1.1" 200 923 0.018819 10.0.0.23 - - [2026-01-29 03:18:41] "GET /virtual-network/560e1ff0-97ca-454e-a813-44adda3e2aef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2367 0.011272 10.0.0.23 - - [2026-01-29 03:18:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003525 10.0.0.147 - - [2026-01-29 03:18:41] "POST /ref-update HTTP/1.1" 200 156 0.041561 10.0.0.23 - - [2026-01-29 03:18:41] "GET /network-policy/c2af1a1a-833e-4729-bf8e-cce7aeadd266?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2476 0.006634 10.0.0.23 - - [2026-01-29 03:18:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003745 10.0.0.23 - - [2026-01-29 03:18:41] "GET /service-template/e208c778-ac48-4802-8811-8e1577e1e906?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1645 0.004267 10.0.0.23 - - [2026-01-29 03:18:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.002906 10.0.0.240 - - [2026-01-29 03:18:41] "GET /projects?obj_uuids=abf890ec-c852-43e3-82c6-a5a5b27d8b53&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001293 10.0.0.23 - - [2026-01-29 03:18:41] "GET /project/abf890ec-c852-43e3-82c6-a5a5b27d8b53?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.042603 10.0.0.23 - - [2026-01-29 03:18:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003394 10.0.0.23 - - [2026-01-29 03:18:41] "GET /service-instance/2f3161a7-f6c3-45a3-8295-adb33b27266c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2547 0.007468 10.0.0.23 - - [2026-01-29 03:18:42] "POST /neutron/port HTTP/1.1" 200 1384 0.027383 10.0.0.23 - - [2026-01-29 03:18:42] "POST /neutron/security_group HTTP/1.1" 200 2060 0.007401 10.0.0.23 - - [2026-01-29 03:18:42] "POST /neutron/network HTTP/1.1" 200 822 0.018689 10.0.0.23 - - [2026-01-29 03:18:42] "POST /id-to-fqname HTTP/1.1" 200 233 0.001501 10.0.0.23 - - [2026-01-29 03:18:42] "GET /virtual-machine/b07bc9cc-6b03-4a70-b445-ed3ff158ad62 HTTP/1.1" 200 1297 0.004271 10.0.0.23 - - [2026-01-29 03:18:42] "GET /virtual-machine-interface/92ddc28d-148b-48b7-9a9e-06b73b3f7bc3 HTTP/1.1" 200 3901 0.006286 10.0.0.23 - - [2026-01-29 03:18:42] "GET /instance-ip/6982fb82-0eeb-404d-8fb2-48cef30f7264 HTTP/1.1" 200 1638 0.006588 10.0.0.23 - - [2026-01-29 03:18:42] "GET /instance-ip/e2e1d245-dcc7-48a2-b571-17db81754201 HTTP/1.1" 200 1967 0.004128 10.0.0.23 - - [2026-01-29 03:18:42] "GET /instance-ip/f08d5598-b5c0-419f-93be-68dbef507a84 HTTP/1.1" 200 1969 0.006392 10.0.0.23 - - [2026-01-29 03:18:42] "POST /neutron/security_group HTTP/1.1" 200 2060 0.008638 10.0.0.23 - - [2026-01-29 03:18:42] "GET /virtual-machine/b07bc9cc-6b03-4a70-b445-ed3ff158ad62 HTTP/1.1" 200 1297 0.004757 10.0.0.23 - - [2026-01-29 03:18:42] "GET /virtual-machine-interface/92ddc28d-148b-48b7-9a9e-06b73b3f7bc3 HTTP/1.1" 200 3901 0.005389 10.0.0.23 - - [2026-01-29 03:18:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003737 10.0.0.23 - - [2026-01-29 03:18:42] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003934 10.0.0.23 - - [2026-01-29 03:18:42] "GET /virtual-networks?parent_id=abf890ec-c852-43e3-82c6-a5a5b27d8b53&detail=False&count=False&shared=False HTTP/1.1" 200 1280 0.003248 10.0.0.23 - - [2026-01-29 03:18:42] "GET /virtual-network/97d40243-dc7d-43d6-baab-ae0df068195b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2081 0.006240 10.0.0.23 - - [2026-01-29 03:18:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003960 10.0.0.23 - - [2026-01-29 03:18:44] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003834 10.0.0.23 - - [2026-01-29 03:18:44] "GET /virtual-networks?parent_id=abf890ec-c852-43e3-82c6-a5a5b27d8b53&detail=False&count=False&shared=False HTTP/1.1" 200 1280 0.004269 10.0.0.23 - - [2026-01-29 03:18:44] "GET /virtual-network/97d40243-dc7d-43d6-baab-ae0df068195b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2081 0.006363 10.0.0.23 - - [2026-01-29 03:18:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004001 10.0.0.23 - - [2026-01-29 03:18:44] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004959 10.0.0.23 - - [2026-01-29 03:18:44] "GET /virtual-networks?parent_id=abf890ec-c852-43e3-82c6-a5a5b27d8b53&detail=False&count=False&shared=False HTTP/1.1" 200 1280 0.003830 10.0.0.23 - - [2026-01-29 03:18:44] "GET /virtual-network/97d40243-dc7d-43d6-baab-ae0df068195b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2081 0.006512 10.0.0.23 - - [2026-01-29 03:18:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003778 10.0.0.23 - - [2026-01-29 03:18:44] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005040 10.0.0.23 - - [2026-01-29 03:18:44] "GET /virtual-networks?parent_id=abf890ec-c852-43e3-82c6-a5a5b27d8b53&detail=False&count=False&shared=False HTTP/1.1" 200 1280 0.003204 10.0.0.23 - - [2026-01-29 03:18:44] "GET /virtual-network/97d40243-dc7d-43d6-baab-ae0df068195b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2081 0.007721 10.0.0.23 - - [2026-01-29 03:18:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004011 10.0.0.23 - - [2026-01-29 03:18:44] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004659 10.0.0.23 - - [2026-01-29 03:18:44] "GET /virtual-networks?parent_id=abf890ec-c852-43e3-82c6-a5a5b27d8b53&detail=False&count=False&shared=False HTTP/1.1" 200 1280 0.003469 10.0.0.23 - - [2026-01-29 03:18:44] "GET /virtual-network/97d40243-dc7d-43d6-baab-ae0df068195b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2081 0.006043 10.0.0.23 - - [2026-01-29 03:18:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003725 10.0.0.23 - - [2026-01-29 03:18:44] "GET /routing-instance/65b610bc-dcea-4643-b4bc-bc58c0ad0913?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2103 0.004004 10.0.0.23 - - [2026-01-29 03:18:44] "GET /routing-instance/65b610bc-dcea-4643-b4bc-bc58c0ad0913?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1592 0.006145 10.0.0.23 - - [2026-01-29 03:18:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003577 10.0.0.23 - - [2026-01-29 03:18:44] "GET /routing-instance/d6724554-0d0b-4856-ad87-13a0415eab31?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2106 0.005989 10.0.0.23 - - [2026-01-29 03:18:44] "GET /routing-instance/d6724554-0d0b-4856-ad87-13a0415eab31?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1596 0.006372 10.0.0.23 - - [2026-01-29 03:18:49] "POST /neutron/port HTTP/1.1" 200 1384 0.024137 10.0.0.23 - - [2026-01-29 03:18:49] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004045 10.0.0.23 - - [2026-01-29 03:18:49] "POST /neutron/network HTTP/1.1" 200 848 0.007617 10.0.0.23 - - [2026-01-29 03:18:53] "POST /neutron/network HTTP/1.1" 200 933 0.009523 10.0.0.23 - - [2026-01-29 03:18:53] "POST /neutron/port HTTP/1.1" 200 117 0.001339 10.0.0.240 - - [2026-01-29 03:19:35] "GET /obj-perms HTTP/1.1" 200 5056 0.059075 10.0.0.23 - - [2026-01-29 03:19:47] "GET /network-policy/c2af1a1a-833e-4729-bf8e-cce7aeadd266?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2476 0.005101 10.0.0.23 - - [2026-01-29 03:19:47] "PUT /network-policy/c2af1a1a-833e-4729-bf8e-cce7aeadd266 HTTP/1.1" 200 263 0.014566 10.0.0.23 - - [2026-01-29 03:19:47] "GET /network-policy/c2af1a1a-833e-4729-bf8e-cce7aeadd266?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3772 0.004763 10.0.0.23 - - [2026-01-29 03:19:47] "POST /neutron/security_group HTTP/1.1" 200 2060 0.007653 10.0.0.23 - - [2026-01-29 03:19:51] "POST /neutron/network HTTP/1.1" 200 933 0.009906 10.0.0.23 - - [2026-01-29 03:19:51] "POST /neutron/port HTTP/1.1" 200 117 0.001859 10.0.0.147 - - [2026-01-29 03:19:51] "GET /global-system-configs HTTP/1.1" 401 292 0.000535 10.0.0.147 - - [2026-01-29 03:19:51] "GET /global-system-configs HTTP/1.1" 401 292 0.000420 10.0.0.147 - - [2026-01-29 03:19:52] "GET /global-system-configs HTTP/1.1" 401 292 0.000433 10.0.0.147 - - [2026-01-29 03:19:52] "GET /global-system-configs HTTP/1.1" 401 292 0.000409 10.0.0.23 - - [2026-01-29 03:19:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000476 10.0.0.23 - - [2026-01-29 03:19:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000402 10.0.0.240 - - [2026-01-29 03:19:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000429 10.0.0.240 - - [2026-01-29 03:19:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000410 10.0.0.23 - - [2026-01-29 03:19:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000415 10.0.0.23 - - [2026-01-29 03:19:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000430 10.0.0.240 - - [2026-01-29 03:19:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000447 10.0.0.240 - - [2026-01-29 03:19:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000492 10.0.0.23 - - [2026-01-29 03:19:55] "POST /neutron/port HTTP/1.1" 200 1125 0.018637 10.0.0.23 - - [2026-01-29 03:19:55] "POST /neutron/subnet HTTP/1.1" 200 693 0.009594 10.0.0.23 - - [2026-01-29 03:20:10] "POST /neutron/port HTTP/1.1" 200 1384 0.022875 10.0.0.23 - - [2026-01-29 03:20:15] "POST /ref-update HTTP/1.1" 200 156 0.081828 10.0.0.147 - - [2026-01-29 03:20:15] "POST /ref-update HTTP/1.1" 200 156 0.047015 10.0.0.23 - - [2026-01-29 03:20:15] "GET /virtual-network/560e1ff0-97ca-454e-a813-44adda3e2aef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.017859 10.0.0.23 - - [2026-01-29 03:20:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004926 10.0.0.23 - - [2026-01-29 03:20:16] "GET /network-policy/c2af1a1a-833e-4729-bf8e-cce7aeadd266?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3772 0.006354 10.0.0.147 - - [2026-01-29 03:20:16] "POST /ref-update HTTP/1.1" 200 156 0.045192 10.0.0.23 - - [2026-01-29 03:20:16] "POST /ref-update HTTP/1.1" 200 156 0.105572 10.0.0.23 - - [2026-01-29 03:20:16] "POST /neutron/network HTTP/1.1" 200 831 0.018846 10.0.0.23 - - [2026-01-29 03:20:16] "GET /virtual-network/3e758117-cc67-4e74-97f9-7ae0a692f783?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.016048 10.0.0.23 - - [2026-01-29 03:20:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.008876 10.0.0.147 - - [2026-01-29 03:20:16] "POST /ref-update HTTP/1.1" 200 156 0.047134 10.0.0.23 - - [2026-01-29 03:20:16] "GET /network-policy/c2af1a1a-833e-4729-bf8e-cce7aeadd266?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3772 0.006280 10.0.0.23 - - [2026-01-29 03:20:16] "DELETE /network-policy/c2af1a1a-833e-4729-bf8e-cce7aeadd266 HTTP/1.1" 200 115 0.052339 10.0.0.23 - - [2026-01-29 03:20:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003914 10.0.0.23 - - [2026-01-29 03:20:16] "DELETE /service-instance/2f3161a7-f6c3-45a3-8295-adb33b27266c HTTP/1.1" 200 115 0.076109 10.0.0.23 - - [2026-01-29 03:20:16] "POST /ref-update HTTP/1.1" 200 156 0.031087 10.0.0.23 - - [2026-01-29 03:20:16] "GET /service-instances?detail=False&count=False&shared=False HTTP/1.1" 200 133 0.004544 10.0.0.23 - - [2026-01-29 03:20:16] "GET /service-instances?detail=False&count=False&shared=False HTTP/1.1" 200 133 0.003643 10.0.0.23 - - [2026-01-29 03:20:16] "DELETE /instance-ip/f08d5598-b5c0-419f-93be-68dbef507a84 HTTP/1.1" 200 115 0.060669 10.0.0.23 - - [2026-01-29 03:20:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003815 10.0.0.23 - - [2026-01-29 03:20:16] "DELETE /service-template/e208c778-ac48-4802-8811-8e1577e1e906 HTTP/1.1" 200 115 0.035589 10.0.0.23 - - [2026-01-29 03:20:16] "POST /fqname-to-id HTTP/1.1" 404 193 0.003911 10.0.0.147 - - [2026-01-29 03:20:17] "DELETE /route-target/93f4840a-429f-4871-9307-358d1f021c90 HTTP/1.1" 200 115 0.028462 10.0.0.23 - - [2026-01-29 03:20:17] "POST /neutron/port HTTP/1.1" 200 1126 0.028666 10.0.0.23 - - [2026-01-29 03:20:17] "POST /neutron/port HTTP/1.1" 200 1116 0.016502 10.0.0.23 - - [2026-01-29 03:20:17] "POST /neutron/port HTTP/1.1" 200 1115 0.019788 10.0.0.23 - - [2026-01-29 03:20:17] "POST /neutron/port HTTP/1.1" 200 1117 0.036848 10.0.0.240 - - [2026-01-29 03:20:19] "POST /useragent-kv HTTP/1.1" 200 115 0.036273 10.0.0.240 - - [2026-01-29 03:20:19] "POST /useragent-kv HTTP/1.1" 200 115 0.003035 10.0.0.23 - - [2026-01-29 03:20:19] "POST /neutron/network HTTP/1.1" 200 151 0.168920 10.0.0.147 - - [2026-01-29 03:20:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003832 10.0.0.23 - - [2026-01-29 03:20:20] "POST /neutron/network HTTP/1.1" 200 831 0.007249 10.0.0.147 - - [2026-01-29 03:20:20] "DELETE /route-target/41080044-4e58-467e-b246-66e3fecd873a HTTP/1.1" 200 115 0.024828 10.0.0.240 - - [2026-01-29 03:20:20] "POST /useragent-kv HTTP/1.1" 200 115 0.003086 10.0.0.240 - - [2026-01-29 03:20:20] "POST /useragent-kv HTTP/1.1" 200 115 0.002337 10.0.0.23 - - [2026-01-29 03:20:20] "POST /neutron/network HTTP/1.1" 200 151 0.150092 10.0.0.240 - - [2026-01-29 03:20:22] "GET /projects?obj_uuids=abf890ec-c852-43e3-82c6-a5a5b27d8b53&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001189 10.0.0.23 - - [2026-01-29 03:20:22] "GET /project/abf890ec-c852-43e3-82c6-a5a5b27d8b53?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.035194 10.0.0.240 - - [2026-01-29 03:20:22] "GET /projects?obj_uuids=abf890ec-c852-43e3-82c6-a5a5b27d8b53&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001094 10.0.0.23 - - [2026-01-29 03:20:22] "GET /project/abf890ec-c852-43e3-82c6-a5a5b27d8b53?fields=virtual_networks HTTP/1.1" 200 1038 0.039298 10.0.0.240 - - [2026-01-29 03:20:22] "GET /projects?obj_uuids=abf890ec-c852-43e3-82c6-a5a5b27d8b53&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002114 10.0.0.23 - - [2026-01-29 03:20:22] "GET /project/abf890ec-c852-43e3-82c6-a5a5b27d8b53?fields=virtual_machine_interfaces HTTP/1.1" 200 1038 0.043334 10.0.0.240 - - [2026-01-29 03:20:22] "GET /projects?obj_uuids=abf890ec-c852-43e3-82c6-a5a5b27d8b53&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001233 10.0.0.23 - - [2026-01-29 03:20:22] "GET /project/abf890ec-c852-43e3-82c6-a5a5b27d8b53?fields=security_groups HTTP/1.1" 200 1267 0.045357 10.0.0.23 - - [2026-01-29 03:20:23] "POST /fqname-to-id HTTP/1.1" 404 189 0.026179 10.0.0.240 - - [2026-01-29 03:20:23] "GET /projects?obj_uuids=6acdd0ed-e109-446b-8ce2-2e690d96fff4&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002753 10.0.0.240 - - [2026-01-29 03:20:23] "GET /domains?obj_uuids=65230a56-1cf0-4d34-9498-1ad48da04806&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001190 10.0.0.240 - - [2026-01-29 03:20:23] "GET /domain/65230a56-1cf0-4d34-9498-1ad48da04806?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007364 10.0.0.240 - - [2026-01-29 03:20:23] "POST /id-to-fqname HTTP/1.1" 200 191 0.001773 10.0.0.240 - - [2026-01-29 03:20:23] "POST /fqname-to-id HTTP/1.1" 404 200 0.003972 10.0.0.240 - - [2026-01-29 03:20:23] "POST /security-groups HTTP/1.1" 200 592 0.031096 10.0.0.147 - - [2026-01-29 03:20:23] "POST /fqname-to-id HTTP/1.1" 404 235 0.003623 10.0.0.240 - - [2026-01-29 03:20:23] "POST /projects HTTP/1.1" 200 587 0.224322 10.0.0.240 - - [2026-01-29 03:20:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.298511 10.0.0.147 - - [2026-01-29 03:20:23] "POST /access-control-lists HTTP/1.1" 200 597 0.032864 10.0.0.23 - - [2026-01-29 03:20:23] "GET /project/6acdd0ed-e109-446b-8ce2-2e690d96fff4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.443497 10.0.0.23 - - [2026-01-29 03:20:24] "GET / HTTP/1.1" 200 36215 0.002163 10.0.0.23 - - [2026-01-29 03:20:26] "GET /project/6acdd0ed-e109-446b-8ce2-2e690d96fff4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000495 10.0.0.240 - - [2026-01-29 03:20:27] "GET /projects?obj_uuids=6acdd0ed-e109-446b-8ce2-2e690d96fff4&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001044 10.0.0.23 - - [2026-01-29 03:20:27] "GET /project/6acdd0ed-e109-446b-8ce2-2e690d96fff4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.083018 10.0.0.23 - - [2026-01-29 03:20:27] "POST /fqname-to-id HTTP/1.1" 404 180 0.003421 10.0.0.23 - - [2026-01-29 03:20:27] "POST /virtual-DNSs HTTP/1.1" 200 509 0.029226 10.0.0.23 - - [2026-01-29 03:20:27] "GET /virtual-DNS/65f0f881-ac38-4176-b34d-8e7a8e197a48?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1440 0.005944 10.0.0.23 - - [2026-01-29 03:20:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003681 10.0.0.23 - - [2026-01-29 03:20:27] "GET /virtual-DNS/65f0f881-ac38-4176-b34d-8e7a8e197a48?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1440 0.004081 10.0.0.23 - - [2026-01-29 03:20:27] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 547 0.003511 10.0.0.23 - - [2026-01-29 03:20:28] "POST /network-ipams HTTP/1.1" 200 516 0.026944 10.0.0.23 - - [2026-01-29 03:20:28] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 754 0.003253 10.0.0.23 - - [2026-01-29 03:20:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004291 10.0.0.23 - - [2026-01-29 03:20:28] "GET /network-ipam/545b66fa-650e-4645-be6e-b75966fccfc7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1402 0.006993 10.0.0.23 - - [2026-01-29 03:20:28] "PUT /network-ipam/545b66fa-650e-4645-be6e-b75966fccfc7 HTTP/1.1" 200 259 0.015295 10.0.0.23 - - [2026-01-29 03:20:28] "POST /ref-update HTTP/1.1" 200 156 0.016328 10.0.0.23 - - [2026-01-29 03:20:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003757 10.0.0.240 - - [2026-01-29 03:20:28] "GET /projects?obj_uuids=6acdd0ed-e109-446b-8ce2-2e690d96fff4&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001288 10.0.0.23 - - [2026-01-29 03:20:28] "GET /project/6acdd0ed-e109-446b-8ce2-2e690d96fff4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.050569 10.0.0.240 - - [2026-01-29 03:20:29] "POST /useragent-kv HTTP/1.1" 200 115 0.008846 10.0.0.23 - - [2026-01-29 03:20:29] "POST /neutron/subnet HTTP/1.1" 200 711 0.341043 10.0.0.23 - - [2026-01-29 03:20:29] "POST /id-to-fqname HTTP/1.1" 200 227 0.001525 10.0.0.23 - - [2026-01-29 03:20:29] "GET /virtual-network/6502e72e-7892-4e0f-8b45-3a9e3567dc10?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.013911 10.0.0.23 - - [2026-01-29 03:20:29] "GET /virtual-network/6502e72e-7892-4e0f-8b45-3a9e3567dc10?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.006515 10.0.0.23 - - [2026-01-29 03:20:29] "POST /neutron/network HTTP/1.1" 200 833 0.007369 10.0.0.23 - - [2026-01-29 03:20:29] "POST /neutron/network HTTP/1.1" 200 833 0.009097 10.0.0.23 - - [2026-01-29 03:20:29] "POST /id-to-fqname HTTP/1.1" 200 227 0.001745 10.0.0.240 - - [2026-01-29 03:20:30] "GET /projects?obj_uuids=6acdd0ed-e109-446b-8ce2-2e690d96fff4&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001193 10.0.0.23 - - [2026-01-29 03:20:30] "GET /project/6acdd0ed-e109-446b-8ce2-2e690d96fff4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.088459 10.0.0.23 - - [2026-01-29 03:20:30] "POST /neutron/port HTTP/1.1" 200 117 0.006210 10.0.0.23 - - [2026-01-29 03:20:30] "POST /neutron/network HTTP/1.1" 200 843 0.015858 10.0.0.23 - - [2026-01-29 03:20:31] "POST /neutron/port HTTP/1.1" 200 1058 0.020056 10.0.0.23 - - [2026-01-29 03:20:31] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005335 10.0.0.23 - - [2026-01-29 03:20:31] "POST /neutron/network HTTP/1.1" 200 833 0.014840 10.0.0.23 - - [2026-01-29 03:20:35] "POST /neutron/port HTTP/1.1" 200 1122 0.018078 10.0.0.23 - - [2026-01-29 03:20:35] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007725 10.0.0.23 - - [2026-01-29 03:20:35] "GET /virtual-machine/96252f23-bf2b-4adc-a3f9-8a2111e75996 HTTP/1.1" 401 292 0.000464 10.0.0.23 - - [2026-01-29 03:20:36] "GET /virtual-machine/96252f23-bf2b-4adc-a3f9-8a2111e75996 HTTP/1.1" 200 1296 0.031394 10.0.0.23 - - [2026-01-29 03:20:36] "GET /virtual-machine-interface/b84eac9a-f38b-4bf9-a432-cd2ad5b629b3 HTTP/1.1" 200 2972 0.006616 10.0.0.23 - - [2026-01-29 03:20:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004392 10.0.0.23 - - [2026-01-29 03:20:36] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005011 10.0.0.23 - - [2026-01-29 03:20:36] "GET /virtual-networks?parent_id=6acdd0ed-e109-446b-8ce2-2e690d96fff4&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.003282 10.0.0.23 - - [2026-01-29 03:20:36] "GET /virtual-network/6502e72e-7892-4e0f-8b45-3a9e3567dc10?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.006271 10.0.0.23 - - [2026-01-29 03:20:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003417 10.0.0.23 - - [2026-01-29 03:20:39] "GET /virtual-network/6502e72e-7892-4e0f-8b45-3a9e3567dc10?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.005336 10.0.0.23 - - [2026-01-29 03:20:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.004972 10.0.0.23 - - [2026-01-29 03:20:43] "GET /virtual-network/6502e72e-7892-4e0f-8b45-3a9e3567dc10?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.007128 10.0.0.23 - - [2026-01-29 03:20:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004934 10.0.0.23 - - [2026-01-29 03:20:47] "GET /virtual-network/6502e72e-7892-4e0f-8b45-3a9e3567dc10?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.007183 10.0.0.23 - - [2026-01-29 03:20:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004244 10.0.0.23 - - [2026-01-29 03:20:51] "GET /virtual-network/6502e72e-7892-4e0f-8b45-3a9e3567dc10?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.005431 10.0.0.23 - - [2026-01-29 03:20:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003750 10.0.0.23 - - [2026-01-29 03:20:55] "GET /virtual-network/6502e72e-7892-4e0f-8b45-3a9e3567dc10?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.005837 10.0.0.240 - - [2026-01-29 03:20:56] "DELETE /project/6acdd0ede109446b8ce22e690d96fff4 HTTP/1.1" 404 173 0.006400 10.0.0.240 - - [2026-01-29 03:20:56] "GET /projects?obj_uuids=abf890ec-c852-43e3-82c6-a5a5b27d8b53&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002826 10.0.0.240 - - [2026-01-29 03:20:56] "GET /project/abf890ec-c852-43e3-82c6-a5a5b27d8b53?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1476 0.071139 10.0.0.240 - - [2026-01-29 03:20:56] "GET /projects?obj_uuids=abf890ec-c852-43e3-82c6-a5a5b27d8b53&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001860 10.0.0.147 - - [2026-01-29 03:20:56] "DELETE /access-control-list/e67c471f-cd51-443c-bdcc-6d553513b987 HTTP/1.1" 200 115 0.061173 10.0.0.240 - - [2026-01-29 03:20:56] "GET /project/abf890ec-c852-43e3-82c6-a5a5b27d8b53?fields=security_groups HTTP/1.1" 200 1106 0.091839 10.0.0.240 - - [2026-01-29 03:20:56] "GET /projects?obj_uuids=abf890ec-c852-43e3-82c6-a5a5b27d8b53&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001531 10.0.0.240 - - [2026-01-29 03:20:57] "GET /project/abf890ec-c852-43e3-82c6-a5a5b27d8b53?fields=application_policy_sets HTTP/1.1" 200 1106 0.106331 10.0.0.240 - - [2026-01-29 03:20:57] "DELETE /project/abf890ec-c852-43e3-82c6-a5a5b27d8b53 HTTP/1.1" 404 171 0.373873 10.0.0.23 - - [2026-01-29 03:20:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003583 10.0.0.23 - - [2026-01-29 03:20:59] "GET /virtual-network/6502e72e-7892-4e0f-8b45-3a9e3567dc10?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.005527 10.0.0.23 - - [2026-01-29 03:21:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.005283 10.0.0.23 - - [2026-01-29 03:21:03] "GET /virtual-network/6502e72e-7892-4e0f-8b45-3a9e3567dc10?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.007288 10.0.0.23 - - [2026-01-29 03:21:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003932 10.0.0.23 - - [2026-01-29 03:21:08] "GET /virtual-network/6502e72e-7892-4e0f-8b45-3a9e3567dc10?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.006588 10.0.0.23 - - [2026-01-29 03:21:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003755 10.0.0.23 - - [2026-01-29 03:21:12] "GET /virtual-network/6502e72e-7892-4e0f-8b45-3a9e3567dc10?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.006714 10.0.0.23 - - [2026-01-29 03:21:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003715 10.0.0.23 - - [2026-01-29 03:21:16] "GET /virtual-network/6502e72e-7892-4e0f-8b45-3a9e3567dc10?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.005988 10.0.0.23 - - [2026-01-29 03:21:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003715 10.0.0.23 - - [2026-01-29 03:21:18] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003955 10.0.0.23 - - [2026-01-29 03:21:18] "GET /virtual-networks?parent_id=6acdd0ed-e109-446b-8ce2-2e690d96fff4&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.003256 10.0.0.23 - - [2026-01-29 03:21:18] "GET /virtual-network/6502e72e-7892-4e0f-8b45-3a9e3567dc10?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.006180 10.0.0.23 - - [2026-01-29 03:21:23] "POST /neutron/port HTTP/1.1" 200 1122 0.017559 10.0.0.23 - - [2026-01-29 03:21:28] "POST /neutron/security_group HTTP/1.1" 200 2059 0.009888 10.0.0.23 - - [2026-01-29 03:21:33] "POST /neutron/port HTTP/1.1" 200 1122 0.018021 10.0.0.23 - - [2026-01-29 03:21:36] "GET /obj-perms HTTP/1.1" 200 5056 0.048447 10.0.0.23 - - [2026-01-29 03:21:39] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008135 10.0.0.23 - - [2026-01-29 03:21:52] "POST /neutron/network HTTP/1.1" 200 843 0.034161 10.0.0.23 - - [2026-01-29 03:21:52] "POST /neutron/port HTTP/1.1" 200 117 0.001184 10.0.0.23 - - [2026-01-29 03:22:12] "POST /neutron/network HTTP/1.1" 200 833 0.007061 10.0.0.23 - - [2026-01-29 03:22:12] "POST /id-to-fqname HTTP/1.1" 200 227 0.001109 10.0.0.23 - - [2026-01-29 03:22:12] "POST /neutron/network HTTP/1.1" 200 843 0.008808 10.0.0.240 - - [2026-01-29 03:22:13] "GET /projects?obj_uuids=6acdd0ed-e109-446b-8ce2-2e690d96fff4&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001107 10.0.0.23 - - [2026-01-29 03:22:13] "GET /project/6acdd0ed-e109-446b-8ce2-2e690d96fff4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.062572 10.0.0.23 - - [2026-01-29 03:22:13] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008564 10.0.0.23 - - [2026-01-29 03:22:14] "POST /neutron/network HTTP/1.1" 200 843 0.006909 10.0.0.23 - - [2026-01-29 03:22:14] "POST /neutron/port HTTP/1.1" 200 1058 0.018112 10.0.0.23 - - [2026-01-29 03:22:14] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003972 10.0.0.23 - - [2026-01-29 03:22:14] "POST /neutron/network HTTP/1.1" 200 833 0.008932 10.0.0.23 - - [2026-01-29 03:22:18] "POST /neutron/port HTTP/1.1" 200 1122 0.024743 10.0.0.23 - - [2026-01-29 03:22:18] "POST /neutron/security_group HTTP/1.1" 200 2059 0.009377 10.0.0.23 - - [2026-01-29 03:22:18] "GET /virtual-machine/593454b3-0ede-40bf-8e31-31178ff53ad6 HTTP/1.1" 200 1295 0.007085 10.0.0.23 - - [2026-01-29 03:22:18] "GET /virtual-machine-interface/62f1a513-730c-47ae-9661-c979f2a7fe7a HTTP/1.1" 200 2971 0.007846 10.0.0.23 - - [2026-01-29 03:22:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.006573 10.0.0.23 - - [2026-01-29 03:22:19] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005503 10.0.0.23 - - [2026-01-29 03:22:19] "GET /virtual-networks?parent_id=6acdd0ed-e109-446b-8ce2-2e690d96fff4&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.004323 10.0.0.23 - - [2026-01-29 03:22:19] "GET /virtual-network/6502e72e-7892-4e0f-8b45-3a9e3567dc10?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.007732 10.0.0.23 - - [2026-01-29 03:22:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.004514 10.0.0.23 - - [2026-01-29 03:22:22] "GET /virtual-network/6502e72e-7892-4e0f-8b45-3a9e3567dc10?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.007426 10.0.0.23 - - [2026-01-29 03:22:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004562 10.0.0.23 - - [2026-01-29 03:22:26] "GET /virtual-network/6502e72e-7892-4e0f-8b45-3a9e3567dc10?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.007159 10.0.0.23 - - [2026-01-29 03:22:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003824 10.0.0.23 - - [2026-01-29 03:22:30] "GET /virtual-network/6502e72e-7892-4e0f-8b45-3a9e3567dc10?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.007752 10.0.0.23 - - [2026-01-29 03:22:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003678 10.0.0.23 - - [2026-01-29 03:22:34] "GET /virtual-network/6502e72e-7892-4e0f-8b45-3a9e3567dc10?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.005234 10.0.0.147 - - [2026-01-29 03:22:36] "GET /obj-perms HTTP/1.1" 200 5056 0.057443 10.0.0.23 - - [2026-01-29 03:22:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004066 10.0.0.23 - - [2026-01-29 03:22:38] "GET /virtual-network/6502e72e-7892-4e0f-8b45-3a9e3567dc10?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.005362 10.0.0.23 - - [2026-01-29 03:22:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003794 10.0.0.23 - - [2026-01-29 03:22:42] "GET /virtual-network/6502e72e-7892-4e0f-8b45-3a9e3567dc10?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.005574 10.0.0.23 - - [2026-01-29 03:22:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003647 10.0.0.23 - - [2026-01-29 03:22:46] "GET /virtual-network/6502e72e-7892-4e0f-8b45-3a9e3567dc10?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.006487 10.0.0.23 - - [2026-01-29 03:22:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003932 10.0.0.23 - - [2026-01-29 03:22:50] "GET /virtual-network/6502e72e-7892-4e0f-8b45-3a9e3567dc10?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.006277 10.0.0.23 - - [2026-01-29 03:22:53] "POST /neutron/network HTTP/1.1" 200 843 0.008547 10.0.0.23 - - [2026-01-29 03:22:53] "POST /neutron/port HTTP/1.1" 200 117 0.001276 10.0.0.23 - - [2026-01-29 03:22:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003653 10.0.0.23 - - [2026-01-29 03:22:54] "GET /virtual-network/6502e72e-7892-4e0f-8b45-3a9e3567dc10?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.006212 10.0.0.23 - - [2026-01-29 03:22:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003431 10.0.0.23 - - [2026-01-29 03:22:59] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003924 10.0.0.23 - - [2026-01-29 03:22:59] "GET /virtual-networks?parent_id=6acdd0ed-e109-446b-8ce2-2e690d96fff4&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.002815 10.0.0.23 - - [2026-01-29 03:22:59] "GET /virtual-network/6502e72e-7892-4e0f-8b45-3a9e3567dc10?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.006123 10.0.0.23 - - [2026-01-29 03:22:59] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008158 10.0.0.23 - - [2026-01-29 03:22:59] "POST /neutron/network HTTP/1.1" 200 843 0.031713 10.0.0.23 - - [2026-01-29 03:22:59] "POST /neutron/port HTTP/1.1" 200 117 0.001716 10.0.0.23 - - [2026-01-29 03:23:04] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007018 10.0.0.23 - - [2026-01-29 03:23:11] "POST /neutron/port HTTP/1.1" 200 1122 0.018912 10.0.0.23 - - [2026-01-29 03:23:14] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008808 10.0.0.23 - - [2026-01-29 03:23:53] "POST /neutron/port HTTP/1.1" 200 1122 0.019717 10.0.0.23 - - [2026-01-29 03:23:53] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004026 10.0.0.23 - - [2026-01-29 03:23:53] "POST /neutron/network HTTP/1.1" 200 833 0.008416 10.0.0.23 - - [2026-01-29 03:23:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003515 10.0.0.23 - - [2026-01-29 03:23:58] "DELETE /virtual-DNS/65f0f881-ac38-4176-b34d-8e7a8e197a48 HTTP/1.1" 409 236 0.007480 10.0.0.23 - - [2026-01-29 03:23:58] "POST /fqname-to-id HTTP/1.1" 404 192 0.003349 10.0.0.23 - - [2026-01-29 03:23:58] "POST /virtual-DNS-records HTTP/1.1" 200 533 0.025508 10.0.0.23 - - [2026-01-29 03:23:58] "GET /virtual-DNS-record/f891fd1c-dc5b-4514-bd64-9af6d3291345?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1339 0.005653 10.0.0.23 - - [2026-01-29 03:23:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003527 10.0.0.23 - - [2026-01-29 03:23:58] "GET /virtual-DNS-record/f891fd1c-dc5b-4514-bd64-9af6d3291345?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1339 0.004444 10.0.0.23 - - [2026-01-29 03:24:00] "POST /neutron/network HTTP/1.1" 200 843 0.006828 10.0.0.23 - - [2026-01-29 03:24:00] "POST /neutron/port HTTP/1.1" 200 117 0.001285 10.0.0.23 - - [2026-01-29 03:24:05] "DELETE /virtual-DNS-record/f891fd1c-dc5b-4514-bd64-9af6d3291345 HTTP/1.1" 200 115 0.033806 10.0.0.23 - - [2026-01-29 03:24:05] "POST /fqname-to-id HTTP/1.1" 404 184 0.003872 10.0.0.23 - - [2026-01-29 03:24:06] "POST /neutron/network HTTP/1.1" 400 204 0.020181 10.0.0.23 - - [2026-01-29 03:24:06] "POST /neutron/port HTTP/1.1" 200 151 0.233917 10.0.0.23 - - [2026-01-29 03:24:06] "POST /neutron/port HTTP/1.1" 200 151 0.271661 10.0.0.23 - - [2026-01-29 03:24:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004013 10.0.0.147 - - [2026-01-29 03:24:08] "DELETE /route-target/2d7f91d1-206a-4e2d-8561-9770f632f6e2 HTTP/1.1" 200 115 0.059365 10.0.0.23 - - [2026-01-29 03:24:08] "DELETE /network-ipam/545b66fa-650e-4645-be6e-b75966fccfc7 HTTP/1.1" 200 115 0.054117 10.0.0.23 - - [2026-01-29 03:24:08] "DELETE /virtual-DNS/65f0f881-ac38-4176-b34d-8e7a8e197a48 HTTP/1.1" 200 115 0.038213 10.0.0.23 - - [2026-01-29 03:24:08] "POST /fqname-to-id HTTP/1.1" 404 180 0.003685 10.0.0.240 - - [2026-01-29 03:24:09] "GET /projects?obj_uuids=6acdd0ed-e109-446b-8ce2-2e690d96fff4&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001076 10.0.0.23 - - [2026-01-29 03:24:09] "GET /project/6acdd0ed-e109-446b-8ce2-2e690d96fff4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.068398 10.0.0.240 - - [2026-01-29 03:24:09] "GET /projects?obj_uuids=6acdd0ed-e109-446b-8ce2-2e690d96fff4&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001285 10.0.0.23 - - [2026-01-29 03:24:09] "GET /project/6acdd0ed-e109-446b-8ce2-2e690d96fff4?fields=virtual_networks HTTP/1.1" 200 1036 0.051400 10.0.0.240 - - [2026-01-29 03:24:09] "GET /projects?obj_uuids=6acdd0ed-e109-446b-8ce2-2e690d96fff4&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001177 10.0.0.23 - - [2026-01-29 03:24:09] "GET /project/6acdd0ed-e109-446b-8ce2-2e690d96fff4?fields=virtual_machine_interfaces HTTP/1.1" 200 1036 0.045001 10.0.0.240 - - [2026-01-29 03:24:09] "GET /projects?obj_uuids=6acdd0ed-e109-446b-8ce2-2e690d96fff4&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002093 10.0.0.23 - - [2026-01-29 03:24:09] "GET /project/6acdd0ed-e109-446b-8ce2-2e690d96fff4?fields=security_groups HTTP/1.1" 200 1264 0.052917 10.0.0.23 - - [2026-01-29 03:24:10] "POST /fqname-to-id HTTP/1.1" 404 189 0.025722 10.0.0.240 - - [2026-01-29 03:24:10] "GET /projects?obj_uuids=dd86dfbb-d860-4f88-acd5-e7fa26d784c7&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002923 10.0.0.240 - - [2026-01-29 03:24:10] "GET /domains?obj_uuids=65230a56-1cf0-4d34-9498-1ad48da04806&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001471 10.0.0.240 - - [2026-01-29 03:24:10] "GET /domain/65230a56-1cf0-4d34-9498-1ad48da04806?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.042877 10.0.0.240 - - [2026-01-29 03:24:11] "POST /id-to-fqname HTTP/1.1" 200 191 0.009696 10.0.0.240 - - [2026-01-29 03:24:11] "POST /fqname-to-id HTTP/1.1" 404 200 0.003655 10.0.0.240 - - [2026-01-29 03:24:11] "POST /security-groups HTTP/1.1" 200 592 0.031181 10.0.0.240 - - [2026-01-29 03:24:11] "POST /projects HTTP/1.1" 200 587 0.242240 10.0.0.147 - - [2026-01-29 03:24:11] "POST /fqname-to-id HTTP/1.1" 404 234 0.007366 10.0.0.240 - - [2026-01-29 03:24:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.315226 10.0.0.23 - - [2026-01-29 03:24:11] "GET /project/dd86dfbb-d860-4f88-acd5-e7fa26d784c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.487449 10.0.0.23 - - [2026-01-29 03:24:12] "GET / HTTP/1.1" 200 36215 0.002068 10.0.0.23 - - [2026-01-29 03:24:14] "POST /fqname-to-id HTTP/1.1" 401 292 0.000484 10.0.0.23 - - [2026-01-29 03:24:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.052968 10.0.0.240 - - [2026-01-29 03:24:14] "GET /projects?obj_uuids=dd86dfbb-d860-4f88-acd5-e7fa26d784c7&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001273 10.0.0.23 - - [2026-01-29 03:24:14] "GET /project/dd86dfbb-d860-4f88-acd5-e7fa26d784c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.043103 10.0.0.23 - - [2026-01-29 03:24:14] "POST /neutron/network HTTP/1.1" 200 117 0.037918 10.0.0.147 - - [2026-01-29 03:24:14] "POST /ref-update HTTP/1.1" 200 156 0.022018 10.0.0.23 - - [2026-01-29 03:24:15] "POST /neutron/network HTTP/1.1" 200 824 0.008905 10.0.0.23 - - [2026-01-29 03:24:15] "POST /id-to-fqname HTTP/1.1" 200 222 0.001281 10.0.0.23 - - [2026-01-29 03:24:15] "GET /virtual-network/4dc4d34f-9dea-4efc-8226-2fe876218887?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.005438 10.0.0.23 - - [2026-01-29 03:24:15] "GET /virtual-network/4dc4d34f-9dea-4efc-8226-2fe876218887?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.006560 10.0.0.23 - - [2026-01-29 03:24:15] "POST /neutron/subnet HTTP/1.1" 200 710 0.009723 10.0.0.23 - - [2026-01-29 03:24:15] "GET /virtual-network/4dc4d34f-9dea-4efc-8226-2fe876218887?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.006768 10.0.0.240 - - [2026-01-29 03:24:16] "GET /obj-perms HTTP/1.1" 200 5032 0.054087 10.0.0.23 - - [2026-01-29 03:24:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004839 10.0.0.240 - - [2026-01-29 03:24:17] "GET /projects?obj_uuids=dd86dfbb-d860-4f88-acd5-e7fa26d784c7&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001159 10.0.0.23 - - [2026-01-29 03:24:17] "GET /project/dd86dfbb-d860-4f88-acd5-e7fa26d784c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.055870 10.0.0.240 - - [2026-01-29 03:24:17] "POST /useragent-kv HTTP/1.1" 200 115 0.008873 10.0.0.23 - - [2026-01-29 03:24:17] "POST /neutron/subnet HTTP/1.1" 200 725 0.241352 10.0.0.23 - - [2026-01-29 03:24:17] "POST /id-to-fqname HTTP/1.1" 200 222 0.001440 10.0.0.23 - - [2026-01-29 03:24:17] "GET /virtual-network/eb44c46d-b691-4d8f-bd20-5b8754c54768?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005543 10.0.0.23 - - [2026-01-29 03:24:17] "GET /virtual-network/eb44c46d-b691-4d8f-bd20-5b8754c54768?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.006743 10.0.0.23 - - [2026-01-29 03:24:17] "POST /neutron/network HTTP/1.1" 200 827 0.007329 10.0.0.23 - - [2026-01-29 03:24:17] "GET /virtual-network/eb44c46d-b691-4d8f-bd20-5b8754c54768?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005898 10.0.0.23 - - [2026-01-29 03:24:18] "GET /obj-perms HTTP/1.1" 200 5032 0.051560 10.0.0.147 - - [2026-01-29 03:24:18] "GET /obj-perms HTTP/1.1" 200 5032 0.054868 10.0.0.23 - - [2026-01-29 03:24:18] "POST /id-to-fqname HTTP/1.1" 200 222 0.001483 10.0.0.240 - - [2026-01-29 03:24:33] "GET /projects?obj_uuids=dd86dfbb-d860-4f88-acd5-e7fa26d784c7&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001060 10.0.0.23 - - [2026-01-29 03:24:33] "GET /project/dd86dfbb-d860-4f88-acd5-e7fa26d784c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.069379 10.0.0.23 - - [2026-01-29 03:24:33] "POST /neutron/network HTTP/1.1" 200 827 0.046145 10.0.0.23 - - [2026-01-29 03:24:33] "POST /id-to-fqname HTTP/1.1" 200 222 0.001400 10.0.0.23 - - [2026-01-29 03:24:33] "POST /neutron/port HTTP/1.1" 200 117 0.007143 10.0.0.240 - - [2026-01-29 03:24:34] "GET /projects?obj_uuids=dd86dfbb-d860-4f88-acd5-e7fa26d784c7&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001158 10.0.0.23 - - [2026-01-29 03:24:34] "POST /neutron/port HTTP/1.1" 200 1061 0.305448 10.0.0.23 - - [2026-01-29 03:24:34] "POST /neutron/port HTTP/1.1" 200 1115 0.163302 10.0.0.240 - - [2026-01-29 03:24:34] "GET /projects?obj_uuids=dd86dfbb-d860-4f88-acd5-e7fa26d784c7&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001049 10.0.0.23 - - [2026-01-29 03:24:34] "GET /project/dd86dfbb-d860-4f88-acd5-e7fa26d784c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.094097 10.0.0.23 - - [2026-01-29 03:24:34] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004961 10.0.0.23 - - [2026-01-29 03:24:35] "POST /neutron/port HTTP/1.1" 200 117 0.001557 10.0.0.23 - - [2026-01-29 03:24:35] "POST /neutron/port HTTP/1.1" 200 117 0.014638 10.0.0.23 - - [2026-01-29 03:24:35] "POST /neutron/network HTTP/1.1" 200 834 0.013774 10.0.0.23 - - [2026-01-29 03:24:36] "POST /neutron/port HTTP/1.1" 200 1058 0.029418 10.0.0.23 - - [2026-01-29 03:24:36] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005903 10.0.0.23 - - [2026-01-29 03:24:36] "POST /neutron/network HTTP/1.1" 200 824 0.012177 10.0.0.23 - - [2026-01-29 03:24:45] "POST /neutron/port HTTP/1.1" 200 1125 0.018374 10.0.0.23 - - [2026-01-29 03:24:50] "POST /neutron/security_group HTTP/1.1" 200 2059 0.009736 10.0.0.147 - - [2026-01-29 03:24:51] "GET /global-system-configs HTTP/1.1" 401 292 0.000632 10.0.0.147 - - [2026-01-29 03:24:51] "GET /global-system-configs HTTP/1.1" 401 292 0.000578 10.0.0.147 - - [2026-01-29 03:24:52] "GET /global-system-configs HTTP/1.1" 401 292 0.000425 10.0.0.147 - - [2026-01-29 03:24:52] "GET /global-system-configs HTTP/1.1" 401 292 0.000570 10.0.0.23 - - [2026-01-29 03:24:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000561 10.0.0.23 - - [2026-01-29 03:24:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000521 10.0.0.240 - - [2026-01-29 03:24:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000468 10.0.0.240 - - [2026-01-29 03:24:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000450 10.0.0.23 - - [2026-01-29 03:24:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000423 10.0.0.23 - - [2026-01-29 03:24:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000554 10.0.0.240 - - [2026-01-29 03:24:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000614 10.0.0.240 - - [2026-01-29 03:24:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000588 10.0.0.240 - - [2026-01-29 03:24:57] "DELETE /project/dd86dfbbd8604f88acd5e7fa26d784c7 HTTP/1.1" 404 173 0.007724 10.0.0.240 - - [2026-01-29 03:24:57] "GET /projects?obj_uuids=6acdd0ed-e109-446b-8ce2-2e690d96fff4&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001457 10.0.0.240 - - [2026-01-29 03:24:57] "GET /project/6acdd0ed-e109-446b-8ce2-2e690d96fff4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1472 0.059611 10.0.0.240 - - [2026-01-29 03:24:57] "GET /projects?obj_uuids=6acdd0ed-e109-446b-8ce2-2e690d96fff4&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001628 10.0.0.240 - - [2026-01-29 03:24:57] "GET /project/6acdd0ed-e109-446b-8ce2-2e690d96fff4?fields=security_groups HTTP/1.1" 200 1366 0.059337 10.0.0.240 - - [2026-01-29 03:24:57] "DELETE /security-group/25af7fe6-a851-4463-8acd-aba3bd7c9c54 HTTP/1.1" 200 115 0.078347 10.0.0.240 - - [2026-01-29 03:24:57] "GET /projects?obj_uuids=6acdd0ed-e109-446b-8ce2-2e690d96fff4&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002680 10.0.0.147 - - [2026-01-29 03:24:57] "DELETE /access-control-list/98949ede-a581-4bfa-a128-71b2b8648556 HTTP/1.1" 200 115 0.058788 10.0.0.240 - - [2026-01-29 03:24:57] "GET /project/6acdd0ed-e109-446b-8ce2-2e690d96fff4?fields=application_policy_sets HTTP/1.1" 200 1405 0.064924 10.0.0.240 - - [2026-01-29 03:24:57] "DELETE /project/6acdd0ed-e109-446b-8ce2-2e690d96fff4 HTTP/1.1" 200 115 0.554230 10.0.0.23 - - [2026-01-29 03:25:00] "POST /neutron/port HTTP/1.1" 200 1125 0.022325 10.0.0.23 - - [2026-01-29 03:25:05] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007633 10.0.0.23 - - [2026-01-29 03:25:05] "POST /neutron/port HTTP/1.1" 200 1125 0.023206 10.0.0.23 - - [2026-01-29 03:25:06] "GET /virtual-machine/fa29e271-7574-4a82-8fa2-9d7ecbf5a4f9 HTTP/1.1" 401 292 0.000535 10.0.0.23 - - [2026-01-29 03:25:06] "GET /virtual-machine/fa29e271-7574-4a82-8fa2-9d7ecbf5a4f9 HTTP/1.1" 200 1296 0.031342 10.0.0.23 - - [2026-01-29 03:25:06] "GET /virtual-machine-interface/41d1f5c7-3ab4-4596-923b-5749adfcbf7e HTTP/1.1" 200 2956 0.006399 10.0.0.23 - - [2026-01-29 03:25:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004006 10.0.0.23 - - [2026-01-29 03:25:06] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004580 10.0.0.23 - - [2026-01-29 03:25:06] "GET /virtual-networks?parent_id=dd86dfbb-d860-4f88-acd5-e7fa26d784c7&detail=False&count=False&shared=False HTTP/1.1" 200 577 0.003611 10.0.0.23 - - [2026-01-29 03:25:06] "GET /virtual-network/eb44c46d-b691-4d8f-bd20-5b8754c54768?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.006042 10.0.0.23 - - [2026-01-29 03:25:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003454 10.0.0.23 - - [2026-01-29 03:25:09] "GET /virtual-network/eb44c46d-b691-4d8f-bd20-5b8754c54768?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005638 10.0.0.23 - - [2026-01-29 03:25:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003894 10.0.0.23 - - [2026-01-29 03:25:13] "GET /virtual-network/eb44c46d-b691-4d8f-bd20-5b8754c54768?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.006815 10.0.0.23 - - [2026-01-29 03:25:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004557 10.0.0.23 - - [2026-01-29 03:25:17] "GET /virtual-network/eb44c46d-b691-4d8f-bd20-5b8754c54768?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.006570 10.0.0.23 - - [2026-01-29 03:25:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004302 10.0.0.23 - - [2026-01-29 03:25:21] "GET /virtual-network/eb44c46d-b691-4d8f-bd20-5b8754c54768?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005893 10.0.0.23 - - [2026-01-29 03:25:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003709 10.0.0.23 - - [2026-01-29 03:25:25] "GET /virtual-network/eb44c46d-b691-4d8f-bd20-5b8754c54768?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005580 10.0.0.23 - - [2026-01-29 03:25:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003819 10.0.0.23 - - [2026-01-29 03:25:30] "GET /virtual-network/eb44c46d-b691-4d8f-bd20-5b8754c54768?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.010414 10.0.0.23 - - [2026-01-29 03:25:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004180 10.0.0.23 - - [2026-01-29 03:25:34] "GET /virtual-network/eb44c46d-b691-4d8f-bd20-5b8754c54768?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005965 10.0.0.23 - - [2026-01-29 03:25:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003815 10.0.0.23 - - [2026-01-29 03:25:38] "GET /virtual-network/eb44c46d-b691-4d8f-bd20-5b8754c54768?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.006463 10.0.0.240 - - [2026-01-29 03:25:39] "GET /obj-perms HTTP/1.1" 200 5056 0.047935 10.0.0.23 - - [2026-01-29 03:25:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003620 10.0.0.23 - - [2026-01-29 03:25:42] "GET /virtual-network/eb44c46d-b691-4d8f-bd20-5b8754c54768?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005346 10.0.0.23 - - [2026-01-29 03:25:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.005915 10.0.0.23 - - [2026-01-29 03:25:46] "GET /virtual-network/eb44c46d-b691-4d8f-bd20-5b8754c54768?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.007956 10.0.0.23 - - [2026-01-29 03:25:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003779 10.0.0.23 - - [2026-01-29 03:25:50] "GET /virtual-network/eb44c46d-b691-4d8f-bd20-5b8754c54768?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.006022 10.0.0.23 - - [2026-01-29 03:25:53] "POST /neutron/port HTTP/1.1" 200 1125 0.018591 10.0.0.23 - - [2026-01-29 03:25:53] "POST /neutron/subnet HTTP/1.1" 200 699 0.009272 10.0.0.23 - - [2026-01-29 03:25:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003654 10.0.0.23 - - [2026-01-29 03:25:54] "GET /virtual-network/eb44c46d-b691-4d8f-bd20-5b8754c54768?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.006104 10.0.0.23 - - [2026-01-29 03:25:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003818 10.0.0.23 - - [2026-01-29 03:25:58] "GET /virtual-network/eb44c46d-b691-4d8f-bd20-5b8754c54768?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005976 10.0.0.23 - - [2026-01-29 03:26:02] "POST /neutron/port HTTP/1.1" 200 1122 0.021270 10.0.0.23 - - [2026-01-29 03:26:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003413 10.0.0.23 - - [2026-01-29 03:26:02] "GET /virtual-network/eb44c46d-b691-4d8f-bd20-5b8754c54768?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005390 10.0.0.23 - - [2026-01-29 03:26:02] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004364 10.0.0.23 - - [2026-01-29 03:26:02] "POST /neutron/network HTTP/1.1" 200 824 0.007705 10.0.0.23 - - [2026-01-29 03:26:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004500 10.0.0.23 - - [2026-01-29 03:26:06] "GET /virtual-network/eb44c46d-b691-4d8f-bd20-5b8754c54768?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.006315 10.0.0.23 - - [2026-01-29 03:26:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003550 10.0.0.23 - - [2026-01-29 03:26:10] "GET /virtual-network/eb44c46d-b691-4d8f-bd20-5b8754c54768?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.006841 10.0.0.23 - - [2026-01-29 03:26:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.005454 10.0.0.23 - - [2026-01-29 03:26:13] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004184 10.0.0.23 - - [2026-01-29 03:26:13] "GET /virtual-networks?parent_id=dd86dfbb-d860-4f88-acd5-e7fa26d784c7&detail=False&count=False&shared=False HTTP/1.1" 200 577 0.004139 10.0.0.23 - - [2026-01-29 03:26:13] "GET /virtual-network/eb44c46d-b691-4d8f-bd20-5b8754c54768?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.007424 10.0.0.23 - - [2026-01-29 03:26:18] "POST /neutron/port HTTP/1.1" 200 1125 0.020704 10.0.0.23 - - [2026-01-29 03:26:23] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007523 10.0.0.23 - - [2026-01-29 03:26:31] "POST /neutron/port HTTP/1.1" 200 1125 0.057616 10.0.0.23 - - [2026-01-29 03:26:31] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006970 10.0.0.23 - - [2026-01-29 03:26:39] "POST /neutron/port HTTP/1.1" 200 1125 0.018775 10.0.0.23 - - [2026-01-29 03:26:44] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008689 10.0.0.23 - - [2026-01-29 03:26:53] "POST /neutron/port HTTP/1.1" 200 1125 0.049310 10.0.0.23 - - [2026-01-29 03:26:53] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005114 10.0.0.23 - - [2026-01-29 03:26:53] "POST /neutron/network HTTP/1.1" 200 827 0.008712 10.0.0.23 - - [2026-01-29 03:26:59] "POST /neutron/port HTTP/1.1" 200 1125 0.018990 10.0.0.23 - - [2026-01-29 03:27:03] "POST /neutron/port HTTP/1.1" 200 1122 0.019154 10.0.0.23 - - [2026-01-29 03:27:03] "POST /neutron/subnet HTTP/1.1" 200 684 0.009398 10.0.0.23 - - [2026-01-29 03:27:04] "POST /neutron/port HTTP/1.1" 200 1125 0.016012 10.0.0.23 - - [2026-01-29 03:27:10] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007816 10.0.0.23 - - [2026-01-29 03:27:20] "POST /neutron/port HTTP/1.1" 200 1125 0.016541 10.0.0.23 - - [2026-01-29 03:27:25] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007624 10.0.0.23 - - [2026-01-29 03:27:25] "POST /neutron/port HTTP/1.1" 200 1122 0.020361 10.0.0.23 - - [2026-01-29 03:27:25] "GET /virtual-machine/2d0ba1df-f84a-4c01-85d5-849b808cba58 HTTP/1.1" 200 1294 0.006392 10.0.0.23 - - [2026-01-29 03:27:25] "GET /virtual-machine-interface/b4c8bd04-95c4-4e56-be3f-ab739213706f HTTP/1.1" 200 2957 0.005366 10.0.0.23 - - [2026-01-29 03:27:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003748 10.0.0.23 - - [2026-01-29 03:27:25] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003932 10.0.0.23 - - [2026-01-29 03:27:25] "GET /virtual-networks?parent_id=dd86dfbb-d860-4f88-acd5-e7fa26d784c7&detail=False&count=False&shared=False HTTP/1.1" 200 577 0.008567 10.0.0.23 - - [2026-01-29 03:27:25] "GET /virtual-network/4dc4d34f-9dea-4efc-8226-2fe876218887?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.006548 10.0.0.23 - - [2026-01-29 03:27:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004010 10.0.0.23 - - [2026-01-29 03:27:27] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003893 10.0.0.23 - - [2026-01-29 03:27:27] "GET /virtual-networks?parent_id=dd86dfbb-d860-4f88-acd5-e7fa26d784c7&detail=False&count=False&shared=False HTTP/1.1" 200 577 0.002920 10.0.0.23 - - [2026-01-29 03:27:27] "GET /virtual-network/4dc4d34f-9dea-4efc-8226-2fe876218887?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.006046 10.0.0.23 - - [2026-01-29 03:27:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003505 10.0.0.240 - - [2026-01-29 03:27:27] "GET /projects?obj_uuids=dd86dfbb-d860-4f88-acd5-e7fa26d784c7&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.031214 10.0.0.23 - - [2026-01-29 03:27:27] "GET /project/dd86dfbb-d860-4f88-acd5-e7fa26d784c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.078751 10.0.0.23 - - [2026-01-29 03:27:27] "GET /virtual-network/4dc4d34f-9dea-4efc-8226-2fe876218887?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.006437 10.0.0.23 - - [2026-01-29 03:27:27] "GET /floating-ip-pools?parent_id=4dc4d34f-9dea-4efc-8226-2fe876218887&detail=False&count=False&shared=False HTTP/1.1" 200 133 0.003415 10.0.0.23 - - [2026-01-29 03:27:27] "GET /virtual-network/4dc4d34f-9dea-4efc-8226-2fe876218887?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.005932 10.0.0.23 - - [2026-01-29 03:27:27] "POST /floating-ip-pools HTTP/1.1" 200 600 0.028039 10.0.0.23 - - [2026-01-29 03:27:27] "POST /ref-update HTTP/1.1" 200 156 0.014555 10.0.0.23 - - [2026-01-29 03:27:27] "GET /virtual-network/4dc4d34f-9dea-4efc-8226-2fe876218887?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.006110 10.0.0.23 - - [2026-01-29 03:27:27] "GET /virtual-network/4dc4d34f-9dea-4efc-8226-2fe876218887?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.006073 10.0.0.23 - - [2026-01-29 03:27:28] "POST /neutron/port HTTP/1.1" 200 1125 0.018569 10.0.0.23 - - [2026-01-29 03:27:28] "POST /neutron/floatingip HTTP/1.1" 200 574 0.020487 10.0.0.23 - - [2026-01-29 03:27:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003682 10.0.0.23 - - [2026-01-29 03:27:28] "GET /routing-instance/baf67357-1c07-487a-9e15-163a0c4cf146?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1484 0.006405 10.0.0.23 - - [2026-01-29 03:27:28] "GET /route-target/612275f7-7a85-4b8c-aa0d-537210819dbe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.005081 10.0.0.23 - - [2026-01-29 03:27:40] "GET /obj-perms HTTP/1.1" 200 5056 0.052488 10.0.0.23 - - [2026-01-29 03:27:55] "POST /neutron/network HTTP/1.1" 200 837 0.008412 10.0.0.23 - - [2026-01-29 03:27:55] "POST /neutron/port HTTP/1.1" 200 117 0.001355 10.0.0.23 - - [2026-01-29 03:28:00] "POST /neutron/floatingip HTTP/1.1" 200 527 0.027814 10.0.0.23 - - [2026-01-29 03:28:00] "GET /floating-ip-pool/814c201d-cdbe-4bbb-8293-779c5a14e5a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1185 0.004730 10.0.0.23 - - [2026-01-29 03:28:00] "POST /ref-update HTTP/1.1" 200 156 0.013997 10.0.0.23 - - [2026-01-29 03:28:00] "DELETE /floating-ip-pool/814c201d-cdbe-4bbb-8293-779c5a14e5a9 HTTP/1.1" 200 115 0.038494 10.0.0.23 - - [2026-01-29 03:28:01] "POST /neutron/network HTTP/1.1" 200 827 0.009955 10.0.0.23 - - [2026-01-29 03:28:01] "POST /neutron/port HTTP/1.1" 200 1112 0.019315 10.0.0.23 - - [2026-01-29 03:28:01] "POST /neutron/port HTTP/1.1" 200 1115 0.026899 10.0.0.240 - - [2026-01-29 03:28:03] "POST /useragent-kv HTTP/1.1" 200 115 0.004499 10.0.0.240 - - [2026-01-29 03:28:03] "POST /useragent-kv HTTP/1.1" 200 115 0.002782 10.0.0.23 - - [2026-01-29 03:28:03] "POST /neutron/network HTTP/1.1" 200 151 0.122051 10.0.0.147 - - [2026-01-29 03:28:03] "DELETE /route-target/88ad4971-62ed-47ee-a563-b0119f6a15f6 HTTP/1.1" 200 115 0.028636 10.0.0.240 - - [2026-01-29 03:28:05] "GET /projects?obj_uuids=dd86dfbb-d860-4f88-acd5-e7fa26d784c7&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001001 10.0.0.23 - - [2026-01-29 03:28:05] "GET /project/dd86dfbb-d860-4f88-acd5-e7fa26d784c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.041736 10.0.0.240 - - [2026-01-29 03:28:05] "GET /projects?obj_uuids=dd86dfbb-d860-4f88-acd5-e7fa26d784c7&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000978 10.0.0.23 - - [2026-01-29 03:28:05] "GET /project/dd86dfbb-d860-4f88-acd5-e7fa26d784c7?fields=virtual_networks HTTP/1.1" 200 1037 0.041355 10.0.0.240 - - [2026-01-29 03:28:05] "GET /projects?obj_uuids=dd86dfbb-d860-4f88-acd5-e7fa26d784c7&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001119 10.0.0.23 - - [2026-01-29 03:28:05] "GET /project/dd86dfbb-d860-4f88-acd5-e7fa26d784c7?fields=virtual_machine_interfaces HTTP/1.1" 200 1037 0.034896 10.0.0.240 - - [2026-01-29 03:28:05] "GET /projects?obj_uuids=dd86dfbb-d860-4f88-acd5-e7fa26d784c7&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002602 10.0.0.23 - - [2026-01-29 03:28:05] "GET /project/dd86dfbb-d860-4f88-acd5-e7fa26d784c7?fields=security_groups HTTP/1.1" 200 1265 0.056135 10.0.0.23 - - [2026-01-29 03:28:06] "POST /fqname-to-id HTTP/1.1" 404 188 0.025919 10.0.0.240 - - [2026-01-29 03:28:06] "GET /projects?obj_uuids=e5a32ac4-e66d-4434-b9dc-ebd9e0f01366&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003203 10.0.0.240 - - [2026-01-29 03:28:06] "GET /domains?obj_uuids=65230a56-1cf0-4d34-9498-1ad48da04806&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001052 10.0.0.240 - - [2026-01-29 03:28:06] "GET /domain/65230a56-1cf0-4d34-9498-1ad48da04806?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007568 10.0.0.240 - - [2026-01-29 03:28:06] "POST /id-to-fqname HTTP/1.1" 200 190 0.004123 10.0.0.240 - - [2026-01-29 03:28:06] "POST /fqname-to-id HTTP/1.1" 404 199 0.006215 10.0.0.240 - - [2026-01-29 03:28:06] "POST /security-groups HTTP/1.1" 200 591 0.073776 10.0.0.147 - - [2026-01-29 03:28:06] "POST /fqname-to-id HTTP/1.1" 404 234 0.004919 10.0.0.240 - - [2026-01-29 03:28:06] "POST /projects HTTP/1.1" 200 585 0.296106 10.0.0.240 - - [2026-01-29 03:28:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.370461 10.0.0.147 - - [2026-01-29 03:28:06] "POST /access-control-lists HTTP/1.1" 200 596 0.032038 10.0.0.23 - - [2026-01-29 03:28:06] "GET /project/e5a32ac4-e66d-4434-b9dc-ebd9e0f01366?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.526615 10.0.0.23 - - [2026-01-29 03:28:07] "GET / HTTP/1.1" 200 36215 0.001726 10.0.0.23 - - [2026-01-29 03:28:09] "POST /fqname-to-id HTTP/1.1" 401 292 0.000626 10.0.0.23 - - [2026-01-29 03:28:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.053754 10.0.0.240 - - [2026-01-29 03:28:09] "GET /projects?obj_uuids=e5a32ac4-e66d-4434-b9dc-ebd9e0f01366&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001163 10.0.0.23 - - [2026-01-29 03:28:10] "GET /project/e5a32ac4-e66d-4434-b9dc-ebd9e0f01366?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.045624 10.0.0.23 - - [2026-01-29 03:28:10] "POST /neutron/network HTTP/1.1" 200 117 0.038881 10.0.0.23 - - [2026-01-29 03:28:10] "POST /neutron/network HTTP/1.1" 200 839 0.009780 10.0.0.23 - - [2026-01-29 03:28:10] "POST /id-to-fqname HTTP/1.1" 200 230 0.001384 10.0.0.23 - - [2026-01-29 03:28:10] "GET /virtual-network/b55e31a4-08c8-4c53-8ebf-d02252c0776c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2059 0.005776 10.0.0.23 - - [2026-01-29 03:28:10] "GET /virtual-network/b55e31a4-08c8-4c53-8ebf-d02252c0776c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2059 0.008437 10.0.0.23 - - [2026-01-29 03:28:10] "POST /neutron/subnet HTTP/1.1" 200 701 0.013302 10.0.0.23 - - [2026-01-29 03:28:10] "POST /id-to-fqname HTTP/1.1" 200 230 0.001410 10.0.0.240 - - [2026-01-29 03:28:11] "GET /projects?obj_uuids=e5a32ac4-e66d-4434-b9dc-ebd9e0f01366&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001387 10.0.0.23 - - [2026-01-29 03:28:11] "GET /project/e5a32ac4-e66d-4434-b9dc-ebd9e0f01366?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.067953 10.0.0.23 - - [2026-01-29 03:28:11] "POST /neutron/network HTTP/1.1" 200 839 0.006826 10.0.0.23 - - [2026-01-29 03:28:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003636 10.0.0.23 - - [2026-01-29 03:28:11] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003910 10.0.0.23 - - [2026-01-29 03:28:11] "PUT /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506 HTTP/1.1" 200 277 0.012887 10.0.0.23 - - [2026-01-29 03:28:11] "POST /neutron/port HTTP/1.1" 200 117 0.006571 10.0.0.23 - - [2026-01-29 03:28:12] "POST /neutron/port HTTP/1.1" 200 1055 0.016877 10.0.0.23 - - [2026-01-29 03:28:12] "POST /neutron/port HTTP/1.1" 200 1119 0.040189 10.0.0.23 - - [2026-01-29 03:28:12] "POST /neutron/port HTTP/1.1" 200 117 0.001194 10.0.0.23 - - [2026-01-29 03:28:17] "POST /neutron/security_group HTTP/1.1" 200 2058 0.008349 10.0.0.23 - - [2026-01-29 03:28:17] "POST /neutron/port HTTP/1.1" 200 1119 0.018703 10.0.0.23 - - [2026-01-29 03:28:17] "GET /virtual-machine/0b42c722-e0f8-49bf-ae16-0d062ca77574 HTTP/1.1" 401 292 0.000462 10.0.0.23 - - [2026-01-29 03:28:17] "GET /virtual-machine/0b42c722-e0f8-49bf-ae16-0d062ca77574 HTTP/1.1" 200 1293 0.033127 10.0.0.23 - - [2026-01-29 03:28:17] "GET /virtual-machine-interface/2189790e-6863-491f-a9fa-0020b9ff7a86 HTTP/1.1" 200 2978 0.006141 10.0.0.23 - - [2026-01-29 03:28:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003595 10.0.0.23 - - [2026-01-29 03:28:17] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1885 0.004358 10.0.0.23 - - [2026-01-29 03:28:17] "GET /virtual-networks?parent_id=e5a32ac4-e66d-4434-b9dc-ebd9e0f01366&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.004217 10.0.0.23 - - [2026-01-29 03:28:17] "GET /virtual-network/b55e31a4-08c8-4c53-8ebf-d02252c0776c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2059 0.007505 10.0.0.23 - - [2026-01-29 03:28:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003720 10.0.0.23 - - [2026-01-29 03:28:20] "GET /virtual-network/b55e31a4-08c8-4c53-8ebf-d02252c0776c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2059 0.005573 10.0.0.23 - - [2026-01-29 03:28:23] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006952 10.0.0.23 - - [2026-01-29 03:28:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004564 10.0.0.23 - - [2026-01-29 03:28:25] "GET /virtual-network/b55e31a4-08c8-4c53-8ebf-d02252c0776c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2059 0.007993 10.0.0.23 - - [2026-01-29 03:28:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004151 10.0.0.23 - - [2026-01-29 03:28:27] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1885 0.003546 10.0.0.23 - - [2026-01-29 03:28:27] "GET /virtual-networks?parent_id=e5a32ac4-e66d-4434-b9dc-ebd9e0f01366&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.004202 10.0.0.23 - - [2026-01-29 03:28:27] "GET /virtual-network/b55e31a4-08c8-4c53-8ebf-d02252c0776c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2059 0.006098 10.0.0.23 - - [2026-01-29 03:28:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003769 10.0.0.23 - - [2026-01-29 03:28:29] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1885 0.004200 10.0.0.23 - - [2026-01-29 03:28:29] "PUT /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506 HTTP/1.1" 200 277 0.011897 10.0.0.23 - - [2026-01-29 03:28:30] "POST /neutron/port HTTP/1.1" 200 1119 0.025209 10.0.0.23 - - [2026-01-29 03:28:31] "POST /neutron/network HTTP/1.1" 200 839 0.006772 10.0.0.147 - - [2026-01-29 03:28:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.004106 10.0.0.23 - - [2026-01-29 03:28:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003356 10.0.0.240 - - [2026-01-29 03:28:34] "GET /projects?obj_uuids=e5a32ac4-e66d-4434-b9dc-ebd9e0f01366&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000969 10.0.0.23 - - [2026-01-29 03:28:34] "GET /project/e5a32ac4-e66d-4434-b9dc-ebd9e0f01366?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.043615 10.0.0.240 - - [2026-01-29 03:28:34] "GET /projects?obj_uuids=e5a32ac4-e66d-4434-b9dc-ebd9e0f01366&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001053 10.0.0.23 - - [2026-01-29 03:28:35] "POST /neutron/network HTTP/1.1" 200 605 0.133111 10.0.0.147 - - [2026-01-29 03:28:35] "POST /ref-update HTTP/1.1" 200 156 0.022511 10.0.0.23 - - [2026-01-29 03:28:35] "POST /id-to-fqname HTTP/1.1" 200 220 0.004030 10.0.0.23 - - [2026-01-29 03:28:35] "GET /virtual-network/20709473-e201-497e-87bb-2002f6f53539?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.005983 10.0.0.23 - - [2026-01-29 03:28:35] "POST /neutron/network HTTP/1.1" 200 825 0.006438 10.0.0.23 - - [2026-01-29 03:28:35] "GET /virtual-network/20709473-e201-497e-87bb-2002f6f53539?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.005480 10.0.0.23 - - [2026-01-29 03:28:35] "POST /id-to-fqname HTTP/1.1" 200 220 0.001288 10.0.0.23 - - [2026-01-29 03:28:35] "POST /neutron/network HTTP/1.1" 200 835 0.006408 10.0.0.240 - - [2026-01-29 03:28:36] "GET /projects?obj_uuids=e5a32ac4-e66d-4434-b9dc-ebd9e0f01366&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001404 10.0.0.23 - - [2026-01-29 03:28:36] "GET /project/e5a32ac4-e66d-4434-b9dc-ebd9e0f01366?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.067001 10.0.0.23 - - [2026-01-29 03:28:36] "POST /neutron/port HTTP/1.1" 200 117 0.006558 10.0.0.240 - - [2026-01-29 03:28:36] "GET /projects?obj_uuids=e5a32ac4-e66d-4434-b9dc-ebd9e0f01366&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001195 10.0.0.23 - - [2026-01-29 03:28:37] "POST /neutron/port HTTP/1.1" 200 1061 0.404467 10.0.0.23 - - [2026-01-29 03:28:37] "POST /neutron/port HTTP/1.1" 200 1115 0.151078 10.0.0.23 - - [2026-01-29 03:28:37] "POST /neutron/subnet HTTP/1.1" 200 703 0.009585 10.0.0.147 - - [2026-01-29 03:28:41] "GET /obj-perms HTTP/1.1" 200 5056 0.054016 10.0.0.23 - - [2026-01-29 03:28:41] "POST /neutron/port HTTP/1.1" 200 1125 0.018817 10.0.0.23 - - [2026-01-29 03:28:41] "POST /neutron/security_group HTTP/1.1" 200 2058 0.009466 10.0.0.23 - - [2026-01-29 03:28:41] "GET /virtual-machine/206ca98f-b6e1-4a8e-96d5-7962e4d3aaa4 HTTP/1.1" 200 1294 0.006127 10.0.0.23 - - [2026-01-29 03:28:41] "GET /virtual-machine-interface/29e3627e-733c-4ac2-9db3-a5b0d09edff4 HTTP/1.1" 200 2948 0.006313 10.0.0.23 - - [2026-01-29 03:28:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003530 10.0.0.23 - - [2026-01-29 03:28:41] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.014229 10.0.0.23 - - [2026-01-29 03:28:41] "GET /virtual-networks?parent_id=e5a32ac4-e66d-4434-b9dc-ebd9e0f01366&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003993 10.0.0.23 - - [2026-01-29 03:28:41] "GET /virtual-network/20709473-e201-497e-87bb-2002f6f53539?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.005919 10.0.0.23 - - [2026-01-29 03:28:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003778 10.0.0.23 - - [2026-01-29 03:28:44] "GET /virtual-network/20709473-e201-497e-87bb-2002f6f53539?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.005954 10.0.0.23 - - [2026-01-29 03:28:47] "POST /neutron/port HTTP/1.1" 200 1125 0.017579 10.0.0.23 - - [2026-01-29 03:28:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.009742 10.0.0.23 - - [2026-01-29 03:28:49] "GET /virtual-network/20709473-e201-497e-87bb-2002f6f53539?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.006538 10.0.0.23 - - [2026-01-29 03:28:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004135 10.0.0.23 - - [2026-01-29 03:28:51] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004785 10.0.0.23 - - [2026-01-29 03:28:51] "GET /virtual-networks?parent_id=e5a32ac4-e66d-4434-b9dc-ebd9e0f01366&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003631 10.0.0.23 - - [2026-01-29 03:28:51] "GET /virtual-network/20709473-e201-497e-87bb-2002f6f53539?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.006760 10.0.0.23 - - [2026-01-29 03:28:53] "POST /neutron/network HTTP/1.1" 400 204 0.013634 10.0.0.23 - - [2026-01-29 03:28:54] "POST /neutron/port HTTP/1.1" 200 151 0.182844 10.0.0.147 - - [2026-01-29 03:28:58] "DELETE /access-control-list/b60d81f4-b9ec-4eca-9a32-a875885e4677 HTTP/1.1" 200 115 0.043379 10.0.0.23 - - [2026-01-29 03:28:58] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 547 0.010506 10.0.0.23 - - [2026-01-29 03:28:58] "POST /network-ipams HTTP/1.1" 200 543 0.060621 10.0.0.23 - - [2026-01-29 03:28:58] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 767 0.006541 10.0.0.240 - - [2026-01-29 03:28:58] "DELETE /project/e5a32ac4e66d4434b9dcebd9e0f01366 HTTP/1.1" 404 173 0.006960 10.0.0.240 - - [2026-01-29 03:28:58] "GET /projects?obj_uuids=dd86dfbb-d860-4f88-acd5-e7fa26d784c7&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001052 10.0.0.240 - - [2026-01-29 03:28:58] "GET /project/dd86dfbb-d860-4f88-acd5-e7fa26d784c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.020425 10.0.0.23 - - [2026-01-29 03:28:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003325 10.0.0.240 - - [2026-01-29 03:28:58] "DELETE /project/dd86dfbb-d860-4f88-acd5-e7fa26d784c7 HTTP/1.1" 200 115 0.085771 10.0.0.23 - - [2026-01-29 03:28:58] "GET /network-ipam/15703e04-192c-40b5-a83d-0bede0de317e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1331 0.008193 10.0.0.23 - - [2026-01-29 03:28:58] "PUT /network-ipam/15703e04-192c-40b5-a83d-0bede0de317e HTTP/1.1" 200 259 0.013165 10.0.0.23 - - [2026-01-29 03:28:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003308 10.0.0.240 - - [2026-01-29 03:28:58] "GET /projects?obj_uuids=e5a32ac4-e66d-4434-b9dc-ebd9e0f01366&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001677 10.0.0.23 - - [2026-01-29 03:28:58] "GET /project/e5a32ac4-e66d-4434-b9dc-ebd9e0f01366?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.038345 10.0.0.23 - - [2026-01-29 03:28:58] "POST /neutron/network HTTP/1.1" 200 117 0.011979 10.0.0.147 - - [2026-01-29 03:28:58] "POST /ref-update HTTP/1.1" 200 156 0.041280 10.0.0.240 - - [2026-01-29 03:28:59] "POST /useragent-kv HTTP/1.1" 200 115 0.009562 10.0.0.23 - - [2026-01-29 03:28:59] "POST /neutron/subnet HTTP/1.1" 200 699 0.177628 10.0.0.23 - - [2026-01-29 03:28:59] "POST /id-to-fqname HTTP/1.1" 200 220 0.001450 10.0.0.23 - - [2026-01-29 03:28:59] "GET /virtual-network/3057021f-d44a-4006-a548-68c9e14d2a2c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2551 0.005837 10.0.0.23 - - [2026-01-29 03:28:59] "GET /virtual-network/3057021f-d44a-4006-a548-68c9e14d2a2c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2551 0.006556 10.0.0.23 - - [2026-01-29 03:28:59] "POST /neutron/network HTTP/1.1" 200 994 0.009372 10.0.0.23 - - [2026-01-29 03:28:59] "POST /neutron/network HTTP/1.1" 200 994 0.009404 10.0.0.240 - - [2026-01-29 03:28:59] "GET /projects?obj_uuids=e5a32ac4-e66d-4434-b9dc-ebd9e0f01366&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001240 10.0.0.23 - - [2026-01-29 03:28:59] "POST /neutron/port HTTP/1.1" 200 1017 0.224901 10.0.0.23 - - [2026-01-29 03:28:59] "POST /id-to-fqname HTTP/1.1" 200 220 0.001528 10.0.0.23 - - [2026-01-29 03:29:00] "POST /neutron/port HTTP/1.1" 200 1017 0.012675 10.0.0.23 - - [2026-01-29 03:29:00] "POST /neutron/port HTTP/1.1" 200 117 0.006232 10.0.0.23 - - [2026-01-29 03:29:00] "POST /id-to-fqname HTTP/1.1" 200 220 0.001498 10.0.0.23 - - [2026-01-29 03:29:00] "POST /neutron/port HTTP/1.1" 200 117 0.009904 10.0.0.23 - - [2026-01-29 03:29:00] "POST /neutron/network HTTP/1.1" 200 994 0.012573 10.0.0.23 - - [2026-01-29 03:29:00] "POST /neutron/port HTTP/1.1" 200 117 0.011969 10.0.0.23 - - [2026-01-29 03:29:00] "POST /id-to-fqname HTTP/1.1" 200 220 0.001493 10.0.0.23 - - [2026-01-29 03:29:01] "POST /neutron/port HTTP/1.1" 200 117 0.016766 10.0.0.23 - - [2026-01-29 03:29:01] "POST /neutron/port HTTP/1.1" 200 1017 0.014759 10.0.0.23 - - [2026-01-29 03:29:01] "POST /neutron/port HTTP/1.1" 200 1119 0.021673 10.0.0.23 - - [2026-01-29 03:29:01] "POST /neutron/port HTTP/1.1" 200 117 0.001307 10.0.0.23 - - [2026-01-29 03:29:01] "POST /neutron/network HTTP/1.1" 200 1004 0.006569 10.0.0.23 - - [2026-01-29 03:29:01] "POST /neutron/port HTTP/1.1" 200 1109 0.147591 10.0.0.23 - - [2026-01-29 03:29:01] "POST /neutron/subnet HTTP/1.1" 200 673 0.015989 10.0.0.240 - - [2026-01-29 03:29:01] "GET /projects?obj_uuids=e5a32ac4-e66d-4434-b9dc-ebd9e0f01366&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001507 10.0.0.23 - - [2026-01-29 03:29:02] "GET /project/e5a32ac4-e66d-4434-b9dc-ebd9e0f01366?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.076063 10.0.0.23 - - [2026-01-29 03:29:02] "POST /neutron/network HTTP/1.1" 200 994 0.012040 10.0.0.23 - - [2026-01-29 03:29:02] "POST /neutron/port HTTP/1.1" 200 117 0.011192 10.0.0.23 - - [2026-01-29 03:29:02] "GET /virtual-network/3057021f-d44a-4006-a548-68c9e14d2a2c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2551 0.006288 10.0.0.23 - - [2026-01-29 03:29:03] "POST /neutron/port HTTP/1.1" 200 1055 0.017886 10.0.0.23 - - [2026-01-29 03:29:03] "POST /neutron/port HTTP/1.1" 200 1119 0.021595 10.0.0.23 - - [2026-01-29 03:29:03] "POST /neutron/port HTTP/1.1" 200 117 0.001198 10.0.0.240 - - [2026-01-29 03:29:04] "GET /obj-perms HTTP/1.1" 200 5030 0.055486 10.0.0.23 - - [2026-01-29 03:29:04] "POST /neutron/port HTTP/1.1" 200 1119 0.021620 10.0.0.23 - - [2026-01-29 03:29:04] "POST /neutron/network HTTP/1.1" 200 1004 0.014627 10.0.0.23 - - [2026-01-29 03:29:04] "POST /neutron/port HTTP/1.1" 200 1119 0.018816 10.0.0.23 - - [2026-01-29 03:29:04] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007127 10.0.0.23 - - [2026-01-29 03:29:04] "GET /virtual-machine/23faba78-d2ef-4b30-aa91-77a5cfb6522f HTTP/1.1" 200 1290 0.006135 10.0.0.23 - - [2026-01-29 03:29:04] "GET /virtual-machine-interface/3e71ac85-b554-4b14-8621-2520a0f4a94d HTTP/1.1" 200 2947 0.005574 10.0.0.23 - - [2026-01-29 03:29:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003767 10.0.0.23 - - [2026-01-29 03:29:04] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004112 10.0.0.23 - - [2026-01-29 03:29:04] "GET /virtual-networks?parent_id=e5a32ac4-e66d-4434-b9dc-ebd9e0f01366&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003298 10.0.0.23 - - [2026-01-29 03:29:04] "GET /virtual-network/3057021f-d44a-4006-a548-68c9e14d2a2c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2551 0.005816 10.0.0.23 - - [2026-01-29 03:29:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004276 10.0.0.23 - - [2026-01-29 03:29:07] "GET /virtual-network/3057021f-d44a-4006-a548-68c9e14d2a2c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2551 0.006096 10.0.0.23 - - [2026-01-29 03:29:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003790 10.0.0.23 - - [2026-01-29 03:29:11] "GET /virtual-network/3057021f-d44a-4006-a548-68c9e14d2a2c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2551 0.005723 10.0.0.23 - - [2026-01-29 03:29:11] "POST /neutron/port HTTP/1.1" 200 1119 0.025965 10.0.0.23 - - [2026-01-29 03:29:14] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007342 10.0.0.23 - - [2026-01-29 03:29:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003908 10.0.0.23 - - [2026-01-29 03:29:15] "GET /virtual-network/3057021f-d44a-4006-a548-68c9e14d2a2c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2551 0.006568 10.0.0.23 - - [2026-01-29 03:29:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003977 10.0.0.23 - - [2026-01-29 03:29:18] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004672 10.0.0.23 - - [2026-01-29 03:29:18] "GET /virtual-networks?parent_id=e5a32ac4-e66d-4434-b9dc-ebd9e0f01366&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003663 10.0.0.23 - - [2026-01-29 03:29:18] "GET /virtual-network/3057021f-d44a-4006-a548-68c9e14d2a2c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2551 0.006383 10.0.0.23 - - [2026-01-29 03:29:18] "POST /neutron/port HTTP/1.1" 200 1119 0.018997 10.0.0.23 - - [2026-01-29 03:29:18] "POST /neutron/security_group HTTP/1.1" 200 2058 0.008034 10.0.0.23 - - [2026-01-29 03:29:18] "GET /virtual-machine/5809788f-1866-4748-b456-02361b82f0b2 HTTP/1.1" 200 1290 0.006568 10.0.0.23 - - [2026-01-29 03:29:18] "GET /virtual-machine-interface/315a3964-4955-4739-9b69-4d320bf956e6 HTTP/1.1" 200 2948 0.006146 10.0.0.23 - - [2026-01-29 03:29:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003971 10.0.0.23 - - [2026-01-29 03:29:18] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004483 10.0.0.23 - - [2026-01-29 03:29:18] "GET /virtual-networks?parent_id=e5a32ac4-e66d-4434-b9dc-ebd9e0f01366&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.004159 10.0.0.23 - - [2026-01-29 03:29:18] "GET /virtual-network/3057021f-d44a-4006-a548-68c9e14d2a2c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2551 0.007401 10.0.0.23 - - [2026-01-29 03:29:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004123 10.0.0.23 - - [2026-01-29 03:29:19] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005605 10.0.0.23 - - [2026-01-29 03:29:19] "GET /virtual-networks?parent_id=e5a32ac4-e66d-4434-b9dc-ebd9e0f01366&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003385 10.0.0.23 - - [2026-01-29 03:29:19] "GET /virtual-network/3057021f-d44a-4006-a548-68c9e14d2a2c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2551 0.006285 10.0.0.23 - - [2026-01-29 03:29:19] "POST /neutron/port HTTP/1.1" 200 1119 0.016437 10.0.0.23 - - [2026-01-29 03:29:20] "POST /neutron/security_group HTTP/1.1" 200 2058 0.008205 10.0.0.23 - - [2026-01-29 03:29:20] "GET /virtual-machine/579b83ff-fe53-4b0d-ade0-16e5fec44748 HTTP/1.1" 200 1294 0.007612 10.0.0.23 - - [2026-01-29 03:29:20] "GET /virtual-machine-interface/f79afbc6-c81d-4b81-a44f-57263dfa4bec HTTP/1.1" 200 2949 0.006236 10.0.0.23 - - [2026-01-29 03:29:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004522 10.0.0.23 - - [2026-01-29 03:29:20] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004378 10.0.0.23 - - [2026-01-29 03:29:20] "GET /virtual-networks?parent_id=e5a32ac4-e66d-4434-b9dc-ebd9e0f01366&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003314 10.0.0.23 - - [2026-01-29 03:29:20] "GET /virtual-network/3057021f-d44a-4006-a548-68c9e14d2a2c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2551 0.006923 10.0.0.23 - - [2026-01-29 03:29:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003723 10.0.0.23 - - [2026-01-29 03:29:21] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003886 10.0.0.23 - - [2026-01-29 03:29:21] "GET /virtual-networks?parent_id=e5a32ac4-e66d-4434-b9dc-ebd9e0f01366&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003196 10.0.0.23 - - [2026-01-29 03:29:21] "GET /virtual-network/3057021f-d44a-4006-a548-68c9e14d2a2c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2551 0.006325 10.0.0.23 - - [2026-01-29 03:29:37] "POST /neutron/port HTTP/1.1" 200 1109 0.014819 10.0.0.23 - - [2026-01-29 03:29:37] "POST /neutron/port HTTP/1.1" 200 1109 0.014818 10.0.0.23 - - [2026-01-29 03:29:37] "POST /neutron/port HTTP/1.1" 200 1119 0.034026 10.0.0.23 - - [2026-01-29 03:29:37] "POST /neutron/network HTTP/1.1" 400 204 0.014144 10.0.0.240 - - [2026-01-29 03:29:40] "POST /useragent-kv HTTP/1.1" 200 115 0.003257 10.0.0.240 - - [2026-01-29 03:29:40] "POST /useragent-kv HTTP/1.1" 200 115 0.002517 10.0.0.240 - - [2026-01-29 03:29:40] "POST /useragent-kv HTTP/1.1" 200 115 0.002756 10.0.0.240 - - [2026-01-29 03:29:40] "POST /useragent-kv HTTP/1.1" 200 115 0.010198 10.0.0.23 - - [2026-01-29 03:29:40] "POST /neutron/network HTTP/1.1" 200 151 0.151407 10.0.0.23 - - [2026-01-29 03:29:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004194 10.0.0.23 - - [2026-01-29 03:29:40] "DELETE /network-ipam/15703e04-192c-40b5-a83d-0bede0de317e HTTP/1.1" 200 115 0.036796 10.0.0.23 - - [2026-01-29 03:29:40] "POST /fqname-to-id HTTP/1.1" 404 211 0.003357 10.0.0.240 - - [2026-01-29 03:29:41] "GET /projects?obj_uuids=e5a32ac4-e66d-4434-b9dc-ebd9e0f01366&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001039 10.0.0.23 - - [2026-01-29 03:29:41] "GET /project/e5a32ac4-e66d-4434-b9dc-ebd9e0f01366?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.080161 10.0.0.240 - - [2026-01-29 03:29:41] "GET /projects?obj_uuids=e5a32ac4-e66d-4434-b9dc-ebd9e0f01366&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001041 10.0.0.23 - - [2026-01-29 03:29:41] "GET /project/e5a32ac4-e66d-4434-b9dc-ebd9e0f01366?fields=virtual_networks HTTP/1.1" 200 1035 0.041107 10.0.0.240 - - [2026-01-29 03:29:41] "GET /projects?obj_uuids=e5a32ac4-e66d-4434-b9dc-ebd9e0f01366&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001076 10.0.0.23 - - [2026-01-29 03:29:41] "GET /project/e5a32ac4-e66d-4434-b9dc-ebd9e0f01366?fields=virtual_machine_interfaces HTTP/1.1" 200 1035 0.037556 10.0.0.240 - - [2026-01-29 03:29:41] "GET /projects?obj_uuids=e5a32ac4-e66d-4434-b9dc-ebd9e0f01366&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001446 10.0.0.23 - - [2026-01-29 03:29:42] "GET /project/e5a32ac4-e66d-4434-b9dc-ebd9e0f01366?fields=security_groups HTTP/1.1" 200 1262 0.041354 10.0.0.23 - - [2026-01-29 03:29:42] "POST /neutron/port HTTP/1.1" 200 117 0.006372 10.0.0.23 - - [2026-01-29 03:29:43] "POST /fqname-to-id HTTP/1.1" 404 196 0.034328 10.0.0.240 - - [2026-01-29 03:29:43] "GET /projects?obj_uuids=d8e64f60-edaf-46b1-9dce-693e43e7dd8d&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002960 10.0.0.240 - - [2026-01-29 03:29:43] "GET /domains?obj_uuids=65230a56-1cf0-4d34-9498-1ad48da04806&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001105 10.0.0.240 - - [2026-01-29 03:29:43] "GET /domain/65230a56-1cf0-4d34-9498-1ad48da04806?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.041419 10.0.0.240 - - [2026-01-29 03:29:43] "POST /id-to-fqname HTTP/1.1" 200 198 0.001789 10.0.0.240 - - [2026-01-29 03:29:43] "POST /fqname-to-id HTTP/1.1" 404 207 0.005553 10.0.0.240 - - [2026-01-29 03:29:43] "POST /security-groups HTTP/1.1" 200 599 0.030104 10.0.0.240 - - [2026-01-29 03:29:43] "POST /projects HTTP/1.1" 200 601 0.227584 10.0.0.147 - - [2026-01-29 03:29:43] "POST /fqname-to-id HTTP/1.1" 404 242 0.027305 10.0.0.240 - - [2026-01-29 03:29:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.303020 10.0.0.147 - - [2026-01-29 03:29:43] "POST /access-control-lists HTTP/1.1" 200 604 0.024289 10.0.0.23 - - [2026-01-29 03:29:43] "GET /project/d8e64f60-edaf-46b1-9dce-693e43e7dd8d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.501276 10.0.0.23 - - [2026-01-29 03:29:44] "GET / HTTP/1.1" 200 36215 0.002014 10.0.0.23 - - [2026-01-29 03:29:46] "POST /fqname-to-id HTTP/1.1" 401 292 0.000710 10.0.0.23 - - [2026-01-29 03:29:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.056108 10.0.0.240 - - [2026-01-29 03:29:47] "GET /projects?obj_uuids=d8e64f60-edaf-46b1-9dce-693e43e7dd8d&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001172 10.0.0.23 - - [2026-01-29 03:29:47] "GET /project/d8e64f60-edaf-46b1-9dce-693e43e7dd8d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.037676 10.0.0.240 - - [2026-01-29 03:29:47] "GET /projects?obj_uuids=d8e64f60-edaf-46b1-9dce-693e43e7dd8d&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001396 10.0.0.23 - - [2026-01-29 03:29:47] "POST /neutron/network HTTP/1.1" 200 613 0.170531 10.0.0.23 - - [2026-01-29 03:29:47] "POST /neutron/network HTTP/1.1" 200 1006 0.012004 10.0.0.23 - - [2026-01-29 03:29:47] "POST /id-to-fqname HTTP/1.1" 200 228 0.001188 10.0.0.23 - - [2026-01-29 03:29:47] "GET /virtual-network/6a778fdd-4864-4090-9063-d8bc3e013622?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2643 0.005638 10.0.0.23 - - [2026-01-29 03:29:47] "GET /virtual-network/6a778fdd-4864-4090-9063-d8bc3e013622?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2643 0.005937 10.0.0.23 - - [2026-01-29 03:29:48] "POST /neutron/subnet HTTP/1.1" 200 828 0.009227 10.0.0.23 - - [2026-01-29 03:29:48] "GET /virtual-network/6a778fdd-4864-4090-9063-d8bc3e013622?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2643 0.006240 10.0.0.23 - - [2026-01-29 03:29:49] "GET /obj-perms HTTP/1.1" 200 5046 0.057311 10.0.0.147 - - [2026-01-29 03:29:49] "GET /obj-perms HTTP/1.1" 200 5046 0.064205 10.0.0.23 - - [2026-01-29 03:29:49] "POST /id-to-fqname HTTP/1.1" 200 228 0.001901 10.0.0.240 - - [2026-01-29 03:29:50] "GET /projects?obj_uuids=d8e64f60-edaf-46b1-9dce-693e43e7dd8d&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001305 10.0.0.23 - - [2026-01-29 03:29:50] "GET /project/d8e64f60-edaf-46b1-9dce-693e43e7dd8d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.069878 10.0.0.23 - - [2026-01-29 03:29:50] "POST /neutron/network HTTP/1.1" 200 1006 0.045112 10.0.0.23 - - [2026-01-29 03:29:50] "POST /id-to-fqname HTTP/1.1" 200 228 0.001461 10.0.0.23 - - [2026-01-29 03:29:51] "POST /neutron/port HTTP/1.1" 200 117 0.006815 10.0.0.240 - - [2026-01-29 03:29:51] "GET /projects?obj_uuids=d8e64f60-edaf-46b1-9dce-693e43e7dd8d&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001285 10.0.0.147 - - [2026-01-29 03:29:51] "GET /global-system-configs HTTP/1.1" 401 292 0.000679 10.0.0.23 - - [2026-01-29 03:29:51] "POST /neutron/port HTTP/1.1" 200 1175 0.432781 10.0.0.147 - - [2026-01-29 03:29:51] "GET /global-system-configs HTTP/1.1" 401 292 0.000433 10.0.0.240 - - [2026-01-29 03:29:51] "GET /projects?obj_uuids=d8e64f60-edaf-46b1-9dce-693e43e7dd8d&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001245 10.0.0.23 - - [2026-01-29 03:29:52] "POST /neutron/port HTTP/1.1" 200 1229 0.146957 10.0.0.23 - - [2026-01-29 03:29:52] "GET /project/d8e64f60-edaf-46b1-9dce-693e43e7dd8d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.126792 10.0.0.23 - - [2026-01-29 03:29:52] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004596 10.0.0.23 - - [2026-01-29 03:29:52] "POST /neutron/port HTTP/1.1" 200 117 0.001637 10.0.0.23 - - [2026-01-29 03:29:52] "POST /neutron/network HTTP/1.1" 200 1006 0.010847 10.0.0.23 - - [2026-01-29 03:29:52] "POST /id-to-fqname HTTP/1.1" 200 228 0.002026 10.0.0.23 - - [2026-01-29 03:29:52] "POST /neutron/port HTTP/1.1" 200 1239 0.023156 10.0.0.23 - - [2026-01-29 03:29:52] "POST /neutron/network HTTP/1.1" 200 1016 0.009454 10.0.0.147 - - [2026-01-29 03:29:52] "GET /global-system-configs HTTP/1.1" 401 292 0.000569 10.0.0.147 - - [2026-01-29 03:29:52] "GET /global-system-configs HTTP/1.1" 401 292 0.000437 10.0.0.23 - - [2026-01-29 03:29:53] "POST /neutron/port HTTP/1.1" 200 1175 0.021755 10.0.0.23 - - [2026-01-29 03:29:53] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004723 10.0.0.240 - - [2026-01-29 03:29:53] "GET /projects?obj_uuids=d8e64f60-edaf-46b1-9dce-693e43e7dd8d&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001125 10.0.0.23 - - [2026-01-29 03:29:53] "GET /project/d8e64f60-edaf-46b1-9dce-693e43e7dd8d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.090335 10.0.0.23 - - [2026-01-29 03:29:53] "POST /neutron/port HTTP/1.1" 200 117 0.001125 10.0.0.23 - - [2026-01-29 03:29:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000456 10.0.0.23 - - [2026-01-29 03:29:53] "POST /neutron/network HTTP/1.1" 200 1006 0.010472 10.0.0.23 - - [2026-01-29 03:29:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000510 10.0.0.23 - - [2026-01-29 03:29:53] "POST /neutron/port HTTP/1.1" 200 117 0.007271 10.0.0.23 - - [2026-01-29 03:29:53] "POST /id-to-fqname HTTP/1.1" 200 228 0.001381 10.0.0.240 - - [2026-01-29 03:29:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000457 10.0.0.23 - - [2026-01-29 03:29:53] "POST /neutron/network HTTP/1.1" 200 1016 0.008733 10.0.0.240 - - [2026-01-29 03:29:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000813 10.0.0.23 - - [2026-01-29 03:29:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000542 10.0.0.23 - - [2026-01-29 03:29:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000470 10.0.0.23 - - [2026-01-29 03:29:54] "POST /neutron/port HTTP/1.1" 200 1175 0.025400 10.0.0.240 - - [2026-01-29 03:29:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000459 10.0.0.23 - - [2026-01-29 03:29:54] "POST /neutron/port HTTP/1.1" 200 1239 0.023656 10.0.0.240 - - [2026-01-29 03:29:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000525 10.0.0.23 - - [2026-01-29 03:29:54] "POST /neutron/subnet HTTP/1.1" 200 1385 0.014897 10.0.0.240 - - [2026-01-29 03:29:54] "GET /projects?obj_uuids=d8e64f60-edaf-46b1-9dce-693e43e7dd8d&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001066 10.0.0.23 - - [2026-01-29 03:29:54] "GET /project/d8e64f60-edaf-46b1-9dce-693e43e7dd8d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.089251 10.0.0.23 - - [2026-01-29 03:29:55] "POST /neutron/network HTTP/1.1" 200 1006 0.014880 10.0.0.23 - - [2026-01-29 03:29:55] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008395 10.0.0.23 - - [2026-01-29 03:29:55] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007975 10.0.0.23 - - [2026-01-29 03:29:55] "POST /neutron/port HTTP/1.1" 200 1239 0.021236 10.0.0.23 - - [2026-01-29 03:29:55] "GET /virtual-machine/c0f99f32-0361-4269-ba1e-467c2c42cc8a HTTP/1.1" 401 292 0.000451 10.0.0.240 - - [2026-01-29 03:29:55] "GET /projects?obj_uuids=d8e64f60-edaf-46b1-9dce-693e43e7dd8d&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001642 10.0.0.23 - - [2026-01-29 03:29:56] "POST /neutron/port HTTP/1.1" 200 1175 0.355860 10.0.0.23 - - [2026-01-29 03:29:56] "GET /virtual-machine/c0f99f32-0361-4269-ba1e-467c2c42cc8a HTTP/1.1" 200 1303 0.054385 10.0.0.23 - - [2026-01-29 03:29:56] "GET /virtual-machine-interface/d42b7932-a564-439e-84d2-9c0ba54b1a52 HTTP/1.1" 200 3183 0.005792 10.0.0.23 - - [2026-01-29 03:29:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003100 10.0.0.23 - - [2026-01-29 03:29:56] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003963 10.0.0.23 - - [2026-01-29 03:29:56] "GET /virtual-networks?parent_id=d8e64f60-edaf-46b1-9dce-693e43e7dd8d&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.002942 10.0.0.23 - - [2026-01-29 03:29:56] "GET /virtual-network/6a778fdd-4864-4090-9063-d8bc3e013622?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2643 0.007200 10.0.0.23 - - [2026-01-29 03:29:56] "POST /neutron/port HTTP/1.1" 200 1229 0.135718 10.0.0.23 - - [2026-01-29 03:29:56] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004428 10.0.0.23 - - [2026-01-29 03:29:56] "POST /neutron/port HTTP/1.1" 200 117 0.001281 10.0.0.23 - - [2026-01-29 03:29:57] "POST /neutron/port HTTP/1.1" 200 1239 0.019903 10.0.0.23 - - [2026-01-29 03:29:57] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004568 10.0.0.23 - - [2026-01-29 03:29:57] "POST /neutron/port HTTP/1.1" 200 117 0.001420 10.0.0.240 - - [2026-01-29 03:29:58] "DELETE /project/d8e64f60edaf46b19dce693e43e7dd8d HTTP/1.1" 404 173 0.009964 10.0.0.240 - - [2026-01-29 03:29:58] "GET /projects?obj_uuids=e5a32ac4-e66d-4434-b9dc-ebd9e0f01366&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001040 10.0.0.240 - - [2026-01-29 03:29:58] "GET /project/e5a32ac4-e66d-4434-b9dc-ebd9e0f01366?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1469 0.049883 10.0.0.240 - - [2026-01-29 03:29:58] "GET /projects?obj_uuids=e5a32ac4-e66d-4434-b9dc-ebd9e0f01366&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001025 10.0.0.240 - - [2026-01-29 03:29:58] "GET /project/e5a32ac4-e66d-4434-b9dc-ebd9e0f01366?fields=security_groups HTTP/1.1" 200 1364 0.036947 10.0.0.240 - - [2026-01-29 03:29:58] "DELETE /security-group/46ae50ad-405a-427e-a42f-ef5746eb780c HTTP/1.1" 404 177 0.003427 10.0.0.147 - - [2026-01-29 03:29:58] "DELETE /access-control-list/0821143b-f3db-4425-8922-a4ee4427f3c5 HTTP/1.1" 200 115 0.062064 10.0.0.240 - - [2026-01-29 03:29:58] "GET /projects?obj_uuids=e5a32ac4-e66d-4434-b9dc-ebd9e0f01366&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003345 10.0.0.240 - - [2026-01-29 03:29:58] "GET /project/e5a32ac4-e66d-4434-b9dc-ebd9e0f01366?fields=application_policy_sets HTTP/1.1" 200 1403 0.063399 10.0.0.240 - - [2026-01-29 03:29:59] "DELETE /project/e5a32ac4-e66d-4434-b9dc-ebd9e0f01366 HTTP/1.1" 200 115 0.486328 10.0.0.23 - - [2026-01-29 03:29:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003793 10.0.0.23 - - [2026-01-29 03:29:59] "GET /virtual-network/6a778fdd-4864-4090-9063-d8bc3e013622?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2643 0.006111 10.0.0.23 - - [2026-01-29 03:30:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.005167 10.0.0.23 - - [2026-01-29 03:30:03] "GET /virtual-network/6a778fdd-4864-4090-9063-d8bc3e013622?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2643 0.006086 10.0.0.23 - - [2026-01-29 03:30:06] "POST /neutron/port HTTP/1.1" 200 1239 0.017894 10.0.0.23 - - [2026-01-29 03:30:06] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004201 10.0.0.23 - - [2026-01-29 03:30:06] "POST /neutron/port HTTP/1.1" 200 117 0.001201 10.0.0.23 - - [2026-01-29 03:30:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003747 10.0.0.23 - - [2026-01-29 03:30:07] "GET /virtual-network/6a778fdd-4864-4090-9063-d8bc3e013622?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2643 0.006619 10.0.0.23 - - [2026-01-29 03:30:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003670 10.0.0.23 - - [2026-01-29 03:30:11] "GET /virtual-network/6a778fdd-4864-4090-9063-d8bc3e013622?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2643 0.007031 10.0.0.23 - - [2026-01-29 03:30:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003917 10.0.0.23 - - [2026-01-29 03:30:15] "GET /virtual-network/6a778fdd-4864-4090-9063-d8bc3e013622?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2643 0.006266 10.0.0.23 - - [2026-01-29 03:30:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003821 10.0.0.23 - - [2026-01-29 03:30:19] "GET /virtual-network/6a778fdd-4864-4090-9063-d8bc3e013622?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2643 0.005713 10.0.0.23 - - [2026-01-29 03:30:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004512 10.0.0.23 - - [2026-01-29 03:30:23] "GET /virtual-network/6a778fdd-4864-4090-9063-d8bc3e013622?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2643 0.008756 10.0.0.23 - - [2026-01-29 03:30:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003717 10.0.0.23 - - [2026-01-29 03:30:27] "GET /virtual-network/6a778fdd-4864-4090-9063-d8bc3e013622?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2643 0.005862 10.0.0.23 - - [2026-01-29 03:30:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004147 10.0.0.23 - - [2026-01-29 03:30:32] "GET /virtual-network/6a778fdd-4864-4090-9063-d8bc3e013622?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2643 0.005685 10.0.0.23 - - [2026-01-29 03:30:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004868 10.0.0.23 - - [2026-01-29 03:30:36] "GET /virtual-network/6a778fdd-4864-4090-9063-d8bc3e013622?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2643 0.007168 10.0.0.23 - - [2026-01-29 03:30:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003751 10.0.0.23 - - [2026-01-29 03:30:40] "GET /virtual-network/6a778fdd-4864-4090-9063-d8bc3e013622?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2643 0.005835 10.0.0.23 - - [2026-01-29 03:30:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003739 10.0.0.23 - - [2026-01-29 03:30:44] "GET /virtual-network/6a778fdd-4864-4090-9063-d8bc3e013622?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2643 0.005741 10.0.0.23 - - [2026-01-29 03:30:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004518 10.0.0.23 - - [2026-01-29 03:30:48] "GET /virtual-network/6a778fdd-4864-4090-9063-d8bc3e013622?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2643 0.009370 10.0.0.23 - - [2026-01-29 03:30:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003738 10.0.0.23 - - [2026-01-29 03:30:52] "GET /virtual-network/6a778fdd-4864-4090-9063-d8bc3e013622?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2643 0.006342 10.0.0.23 - - [2026-01-29 03:30:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003976 10.0.0.23 - - [2026-01-29 03:30:56] "GET /virtual-network/6a778fdd-4864-4090-9063-d8bc3e013622?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2643 0.005968 10.0.0.23 - - [2026-01-29 03:30:58] "POST /neutron/port HTTP/1.1" 200 1239 0.018954 10.0.0.23 - - [2026-01-29 03:30:58] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003936 10.0.0.23 - - [2026-01-29 03:30:58] "POST /neutron/port HTTP/1.1" 200 117 0.001355 10.0.0.23 - - [2026-01-29 03:30:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003754 10.0.0.23 - - [2026-01-29 03:30:58] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003793 10.0.0.23 - - [2026-01-29 03:30:58] "GET /virtual-networks?parent_id=d8e64f60-edaf-46b1-9dce-693e43e7dd8d&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.002998 10.0.0.23 - - [2026-01-29 03:30:58] "GET /virtual-network/6a778fdd-4864-4090-9063-d8bc3e013622?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2643 0.007624 10.0.0.23 - - [2026-01-29 03:30:58] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008683 10.0.0.23 - - [2026-01-29 03:31:07] "POST /neutron/port HTTP/1.1" 200 1239 0.018590 10.0.0.23 - - [2026-01-29 03:31:07] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004432 10.0.0.23 - - [2026-01-29 03:31:07] "POST /neutron/port HTTP/1.1" 200 117 0.001264 10.0.0.23 - - [2026-01-29 03:31:09] "POST /neutron/port HTTP/1.1" 200 1239 0.023524 10.0.0.23 - - [2026-01-29 03:31:14] "POST /neutron/security_group HTTP/1.1" 200 2066 0.009009 10.0.0.23 - - [2026-01-29 03:31:17] "POST /neutron/port HTTP/1.1" 200 1239 0.022484 10.0.0.23 - - [2026-01-29 03:31:18] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008159 10.0.0.23 - - [2026-01-29 03:31:22] "POST /neutron/port HTTP/1.1" 200 1239 0.020006 10.0.0.23 - - [2026-01-29 03:31:24] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008174 10.0.0.23 - - [2026-01-29 03:31:30] "POST /neutron/port HTTP/1.1" 200 1239 0.021331 10.0.0.23 - - [2026-01-29 03:31:30] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008831 10.0.0.23 - - [2026-01-29 03:31:30] "GET /virtual-machine/a2e3a8d8-8ea2-4fb1-9620-8e92869f82e0 HTTP/1.1" 200 1303 0.006921 10.0.0.23 - - [2026-01-29 03:31:30] "GET /virtual-machine-interface/9e0c5415-0111-4db7-baa5-1d34729dcfea HTTP/1.1" 200 3184 0.006379 10.0.0.23 - - [2026-01-29 03:31:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.005249 10.0.0.23 - - [2026-01-29 03:31:30] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.007620 10.0.0.23 - - [2026-01-29 03:31:30] "GET /virtual-networks?parent_id=d8e64f60-edaf-46b1-9dce-693e43e7dd8d&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.003882 10.0.0.23 - - [2026-01-29 03:31:30] "GET /virtual-network/6a778fdd-4864-4090-9063-d8bc3e013622?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2643 0.007381 10.0.0.23 - - [2026-01-29 03:31:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003924 10.0.0.23 - - [2026-01-29 03:31:31] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003903 10.0.0.23 - - [2026-01-29 03:31:31] "GET /virtual-networks?parent_id=d8e64f60-edaf-46b1-9dce-693e43e7dd8d&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.004183 10.0.0.23 - - [2026-01-29 03:31:31] "GET /virtual-network/6a778fdd-4864-4090-9063-d8bc3e013622?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2643 0.006659 10.0.0.23 - - [2026-01-29 03:31:36] "POST /neutron/port HTTP/1.1" 200 1239 0.018415 10.0.0.23 - - [2026-01-29 03:31:36] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007999 10.0.0.23 - - [2026-01-29 03:31:36] "GET /virtual-machine/865db8f2-a710-4d10-945a-de77a0fdd790 HTTP/1.1" 200 1302 0.006864 10.0.0.23 - - [2026-01-29 03:31:37] "GET /virtual-machine-interface/cd27702f-1a34-4697-b715-f83186d28cd9 HTTP/1.1" 200 3184 0.005399 10.0.0.23 - - [2026-01-29 03:31:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003483 10.0.0.23 - - [2026-01-29 03:31:37] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004653 10.0.0.23 - - [2026-01-29 03:31:37] "GET /virtual-networks?parent_id=d8e64f60-edaf-46b1-9dce-693e43e7dd8d&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.003899 10.0.0.23 - - [2026-01-29 03:31:37] "GET /virtual-network/6a778fdd-4864-4090-9063-d8bc3e013622?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2643 0.006396 10.0.0.23 - - [2026-01-29 03:31:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004508 10.0.0.23 - - [2026-01-29 03:31:38] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005451 10.0.0.23 - - [2026-01-29 03:31:38] "GET /virtual-networks?parent_id=d8e64f60-edaf-46b1-9dce-693e43e7dd8d&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.004221 10.0.0.23 - - [2026-01-29 03:31:38] "GET /virtual-network/6a778fdd-4864-4090-9063-d8bc3e013622?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2643 0.008564 10.0.0.240 - - [2026-01-29 03:31:44] "GET /obj-perms HTTP/1.1" 200 5056 0.048835 10.0.0.240 - - [2026-01-29 03:31:59] "GET /projects?obj_uuids=d8e64f60-edaf-46b1-9dce-693e43e7dd8d&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001110 10.0.0.23 - - [2026-01-29 03:31:59] "GET /project/d8e64f60-edaf-46b1-9dce-693e43e7dd8d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.056191 10.0.0.23 - - [2026-01-29 03:31:59] "POST /fqname-to-id HTTP/1.1" 404 226 0.003114 10.0.0.23 - - [2026-01-29 03:31:59] "POST /interface-route-tables HTTP/1.1" 200 577 0.027125 10.0.0.23 - - [2026-01-29 03:31:59] "GET /interface-route-table/1c1ed68f-a224-4b38-be28-9ef5be0050f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1335 0.006312 10.0.0.23 - - [2026-01-29 03:31:59] "GET /virtual-machine-interface/d42b7932-a564-439e-84d2-9c0ba54b1a52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2766 0.007565 10.0.0.23 - - [2026-01-29 03:31:59] "POST /ref-update HTTP/1.1" 200 156 0.017325 10.0.0.23 - - [2026-01-29 03:31:59] "POST /neutron/port HTTP/1.1" 200 1239 0.049019 10.0.0.23 - - [2026-01-29 03:31:59] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004129 10.0.0.23 - - [2026-01-29 03:31:59] "POST /neutron/port HTTP/1.1" 200 117 0.001301 10.0.0.23 - - [2026-01-29 03:32:08] "POST /neutron/port HTTP/1.1" 200 1239 0.019901 10.0.0.23 - - [2026-01-29 03:32:08] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004040 10.0.0.23 - - [2026-01-29 03:32:08] "POST /neutron/port HTTP/1.1" 200 117 0.001395 10.0.0.240 - - [2026-01-29 03:32:56] "GET /projects?obj_uuids=d8e64f60-edaf-46b1-9dce-693e43e7dd8d&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.031518 10.0.0.23 - - [2026-01-29 03:32:56] "GET /project/d8e64f60-edaf-46b1-9dce-693e43e7dd8d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.081694 10.0.0.23 - - [2026-01-29 03:32:56] "POST /fqname-to-id HTTP/1.1" 404 226 0.004868 10.0.0.23 - - [2026-01-29 03:32:56] "POST /interface-route-tables HTTP/1.1" 200 577 0.027753 10.0.0.23 - - [2026-01-29 03:32:56] "GET /interface-route-table/67ed7cc2-bd40-4c04-8360-b523871a0522?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1334 0.006294 10.0.0.23 - - [2026-01-29 03:32:56] "GET /virtual-machine-interface/9e0c5415-0111-4db7-baa5-1d34729dcfea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2767 0.006365 10.0.0.23 - - [2026-01-29 03:32:56] "POST /ref-update HTTP/1.1" 200 156 0.016100 10.0.0.23 - - [2026-01-29 03:32:58] "GET /virtual-machine-interface/cd27702f-1a34-4697-b715-f83186d28cd9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2767 0.006557 10.0.0.23 - - [2026-01-29 03:32:58] "PUT /virtual-machine-interface/cd27702f-1a34-4697-b715-f83186d28cd9 HTTP/1.1" 200 285 0.015380 10.0.0.23 - - [2026-01-29 03:32:58] "GET /virtual-machine-interface/d42b7932-a564-439e-84d2-9c0ba54b1a52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3048 0.006117 10.0.0.23 - - [2026-01-29 03:32:58] "PUT /virtual-machine-interface/d42b7932-a564-439e-84d2-9c0ba54b1a52 HTTP/1.1" 200 285 0.017386 10.0.0.23 - - [2026-01-29 03:32:58] "GET /virtual-machine-interface/9e0c5415-0111-4db7-baa5-1d34729dcfea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3049 0.009465 10.0.0.23 - - [2026-01-29 03:32:58] "PUT /virtual-machine-interface/9e0c5415-0111-4db7-baa5-1d34729dcfea HTTP/1.1" 200 285 0.014304 10.0.0.23 - - [2026-01-29 03:33:00] "POST /neutron/port HTTP/1.1" 200 1239 0.020979 10.0.0.23 - - [2026-01-29 03:33:00] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004376 10.0.0.23 - - [2026-01-29 03:33:00] "POST /neutron/port HTTP/1.1" 200 117 0.001387 10.0.0.23 - - [2026-01-29 03:33:09] "POST /neutron/port HTTP/1.1" 200 1239 0.019448 10.0.0.23 - - [2026-01-29 03:33:09] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004214 10.0.0.23 - - [2026-01-29 03:33:09] "POST /neutron/port HTTP/1.1" 200 117 0.001327 10.0.0.23 - - [2026-01-29 03:33:45] "GET /obj-perms HTTP/1.1" 200 5056 0.053737 10.0.0.23 - - [2026-01-29 03:34:00] "POST /neutron/port HTTP/1.1" 200 1239 0.018652 10.0.0.23 - - [2026-01-29 03:34:00] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003984 10.0.0.23 - - [2026-01-29 03:34:00] "POST /neutron/port HTTP/1.1" 200 117 0.001297 10.0.0.23 - - [2026-01-29 03:34:09] "POST /neutron/port HTTP/1.1" 200 1239 0.051078 10.0.0.23 - - [2026-01-29 03:34:09] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004654 10.0.0.23 - - [2026-01-29 03:34:09] "POST /neutron/port HTTP/1.1" 200 117 0.001750 10.0.0.23 - - [2026-01-29 03:34:17] "POST /neutron/port HTTP/1.1" 200 1239 0.017810 10.0.0.23 - - [2026-01-29 03:34:18] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007319 10.0.0.23 - - [2026-01-29 03:34:18] "GET /virtual-machine/d50a71d9-246b-4cc0-81fa-ac3041d33f5a HTTP/1.1" 200 1302 0.006172 10.0.0.23 - - [2026-01-29 03:34:18] "GET /virtual-machine-interface/9536f124-126d-4253-a13a-7d32bca85dac HTTP/1.1" 200 3184 0.006932 10.0.0.23 - - [2026-01-29 03:34:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004047 10.0.0.23 - - [2026-01-29 03:34:18] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003855 10.0.0.23 - - [2026-01-29 03:34:18] "GET /virtual-networks?parent_id=d8e64f60-edaf-46b1-9dce-693e43e7dd8d&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.003510 10.0.0.23 - - [2026-01-29 03:34:18] "GET /virtual-network/6a778fdd-4864-4090-9063-d8bc3e013622?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2643 0.005844 10.0.0.23 - - [2026-01-29 03:34:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004475 10.0.0.23 - - [2026-01-29 03:34:19] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004093 10.0.0.23 - - [2026-01-29 03:34:19] "GET /virtual-networks?parent_id=d8e64f60-edaf-46b1-9dce-693e43e7dd8d&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.003059 10.0.0.23 - - [2026-01-29 03:34:19] "GET /virtual-network/6a778fdd-4864-4090-9063-d8bc3e013622?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2643 0.007315 10.0.0.23 - - [2026-01-29 03:34:19] "GET /virtual-machine-interface/9536f124-126d-4253-a13a-7d32bca85dac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2767 0.006323 10.0.0.23 - - [2026-01-29 03:34:19] "PUT /virtual-machine-interface/9536f124-126d-4253-a13a-7d32bca85dac HTTP/1.1" 200 285 0.015348 10.0.0.147 - - [2026-01-29 03:34:46] "GET /obj-perms HTTP/1.1" 200 5056 0.059318 10.0.0.147 - - [2026-01-29 03:34:51] "GET /global-system-configs HTTP/1.1" 401 292 0.000473 10.0.0.147 - - [2026-01-29 03:34:51] "GET /global-system-configs HTTP/1.1" 401 292 0.000619 10.0.0.147 - - [2026-01-29 03:34:52] "GET /global-system-configs HTTP/1.1" 401 292 0.000652 10.0.0.147 - - [2026-01-29 03:34:52] "GET /global-system-configs HTTP/1.1" 401 292 0.000543 10.0.0.23 - - [2026-01-29 03:34:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000473 10.0.0.23 - - [2026-01-29 03:34:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000396 10.0.0.240 - - [2026-01-29 03:34:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000561 10.0.0.240 - - [2026-01-29 03:34:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000587 10.0.0.23 - - [2026-01-29 03:34:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000457 10.0.0.23 - - [2026-01-29 03:34:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000445 10.0.0.240 - - [2026-01-29 03:34:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000427 10.0.0.240 - - [2026-01-29 03:34:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000452 10.0.0.23 - - [2026-01-29 03:35:02] "POST /neutron/port HTTP/1.1" 200 1239 0.018640 10.0.0.23 - - [2026-01-29 03:35:02] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004241 10.0.0.23 - - [2026-01-29 03:35:02] "POST /neutron/port HTTP/1.1" 200 117 0.001338 10.0.0.23 - - [2026-01-29 03:35:11] "POST /neutron/port HTTP/1.1" 200 1239 0.022119 10.0.0.23 - - [2026-01-29 03:35:11] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005164 10.0.0.23 - - [2026-01-29 03:35:11] "POST /neutron/port HTTP/1.1" 200 117 0.001446 10.0.0.240 - - [2026-01-29 03:35:19] "GET /projects?obj_uuids=d8e64f60-edaf-46b1-9dce-693e43e7dd8d&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001295 10.0.0.23 - - [2026-01-29 03:35:19] "GET /project/d8e64f60-edaf-46b1-9dce-693e43e7dd8d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.071536 10.0.0.23 - - [2026-01-29 03:35:19] "POST /fqname-to-id HTTP/1.1" 404 226 0.003221 10.0.0.23 - - [2026-01-29 03:35:19] "POST /interface-route-tables HTTP/1.1" 200 577 0.028651 10.0.0.23 - - [2026-01-29 03:35:19] "GET /interface-route-table/b1881e1e-6c9a-4c07-8063-4a4ce4344fe2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1335 0.007710 10.0.0.23 - - [2026-01-29 03:35:19] "GET /virtual-machine-interface/9536f124-126d-4253-a13a-7d32bca85dac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2817 0.008714 10.0.0.23 - - [2026-01-29 03:35:19] "POST /ref-update HTTP/1.1" 200 156 0.017676 10.0.0.23 - - [2026-01-29 03:35:21] "GET /virtual-machine-interface/d42b7932-a564-439e-84d2-9c0ba54b1a52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3098 0.006635 10.0.0.23 - - [2026-01-29 03:35:21] "POST /ref-update HTTP/1.1" 200 156 0.019063 10.0.0.23 - - [2026-01-29 03:35:21] "DELETE /interface-route-table/1c1ed68f-a224-4b38-be28-9ef5be0050f3 HTTP/1.1" 200 115 0.034684 10.0.0.23 - - [2026-01-29 03:35:21] "POST /neutron/port HTTP/1.1" 200 1239 0.050296 10.0.0.23 - - [2026-01-29 03:35:44] "GET /virtual-machine-interface/9536f124-126d-4253-a13a-7d32bca85dac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3099 0.008615 10.0.0.23 - - [2026-01-29 03:35:44] "POST /ref-update HTTP/1.1" 200 156 0.018368 10.0.0.23 - - [2026-01-29 03:35:44] "DELETE /interface-route-table/b1881e1e-6c9a-4c07-8063-4a4ce4344fe2 HTTP/1.1" 200 115 0.035868 10.0.0.23 - - [2026-01-29 03:35:44] "GET /virtual-machine-interface/9e0c5415-0111-4db7-baa5-1d34729dcfea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3099 0.008217 10.0.0.23 - - [2026-01-29 03:35:44] "POST /ref-update HTTP/1.1" 200 156 0.019227 10.0.0.23 - - [2026-01-29 03:35:44] "DELETE /interface-route-table/67ed7cc2-bd40-4c04-8360-b523871a0522 HTTP/1.1" 200 115 0.032591 10.0.0.23 - - [2026-01-29 03:35:44] "POST /neutron/network HTTP/1.1" 200 1006 0.010871 10.0.0.23 - - [2026-01-29 03:35:44] "POST /neutron/port HTTP/1.1" 200 1229 0.024714 10.0.0.23 - - [2026-01-29 03:35:44] "POST /neutron/port HTTP/1.1" 200 1229 0.037547 10.0.0.23 - - [2026-01-29 03:35:45] "POST /neutron/port HTTP/1.1" 200 1229 0.025715 10.0.0.240 - - [2026-01-29 03:35:46] "POST /useragent-kv HTTP/1.1" 200 115 0.003634 10.0.0.240 - - [2026-01-29 03:35:46] "POST /useragent-kv HTTP/1.1" 200 115 0.006129 10.0.0.240 - - [2026-01-29 03:35:46] "POST /useragent-kv HTTP/1.1" 200 115 0.007217 10.0.0.240 - - [2026-01-29 03:35:46] "POST /useragent-kv HTTP/1.1" 200 115 0.005886 10.0.0.23 - - [2026-01-29 03:35:46] "POST /neutron/network HTTP/1.1" 200 151 0.159620 10.0.0.147 - - [2026-01-29 03:35:47] "DELETE /route-target/4c41b9cd-a13d-4fb6-9451-6e67a8c2d78b HTTP/1.1" 200 115 0.093651 10.0.0.240 - - [2026-01-29 03:35:48] "GET /projects?obj_uuids=d8e64f60-edaf-46b1-9dce-693e43e7dd8d&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001257 10.0.0.23 - - [2026-01-29 03:35:48] "GET /project/d8e64f60-edaf-46b1-9dce-693e43e7dd8d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.086302 10.0.0.240 - - [2026-01-29 03:35:48] "GET /projects?obj_uuids=d8e64f60-edaf-46b1-9dce-693e43e7dd8d&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001204 10.0.0.23 - - [2026-01-29 03:35:48] "GET /project/d8e64f60-edaf-46b1-9dce-693e43e7dd8d?fields=virtual_networks HTTP/1.1" 200 1051 0.060653 10.0.0.240 - - [2026-01-29 03:35:48] "GET /projects?obj_uuids=d8e64f60-edaf-46b1-9dce-693e43e7dd8d&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001615 10.0.0.23 - - [2026-01-29 03:35:48] "GET /project/d8e64f60-edaf-46b1-9dce-693e43e7dd8d?fields=virtual_machine_interfaces HTTP/1.1" 200 1051 0.039329 10.0.0.240 - - [2026-01-29 03:35:48] "GET /projects?obj_uuids=d8e64f60-edaf-46b1-9dce-693e43e7dd8d&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001038 10.0.0.23 - - [2026-01-29 03:35:49] "GET /project/d8e64f60-edaf-46b1-9dce-693e43e7dd8d?fields=security_groups HTTP/1.1" 200 1286 0.043840 10.0.0.23 - - [2026-01-29 03:35:49] "POST /fqname-to-id HTTP/1.1" 404 183 0.028339 10.0.0.240 - - [2026-01-29 03:35:49] "GET /projects?obj_uuids=a3625b98-2b20-4276-bf90-5e9870b0a365&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003471 10.0.0.240 - - [2026-01-29 03:35:49] "GET /domains?obj_uuids=65230a56-1cf0-4d34-9498-1ad48da04806&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001252 10.0.0.240 - - [2026-01-29 03:35:49] "GET /domain/65230a56-1cf0-4d34-9498-1ad48da04806?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.036186 10.0.0.240 - - [2026-01-29 03:35:50] "POST /id-to-fqname HTTP/1.1" 200 185 0.001432 10.0.0.240 - - [2026-01-29 03:35:50] "POST /fqname-to-id HTTP/1.1" 404 194 0.004424 10.0.0.240 - - [2026-01-29 03:35:50] "POST /security-groups HTTP/1.1" 200 586 0.034019 10.0.0.240 - - [2026-01-29 03:35:50] "POST /projects HTTP/1.1" 200 575 0.242325 10.0.0.240 - - [2026-01-29 03:35:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.278735 10.0.0.147 - - [2026-01-29 03:35:50] "POST /fqname-to-id HTTP/1.1" 404 228 0.008702 10.0.0.23 - - [2026-01-29 03:35:50] "GET /project/a3625b98-2b20-4276-bf90-5e9870b0a365?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.457609 10.0.0.23 - - [2026-01-29 03:35:51] "GET / HTTP/1.1" 200 36215 0.002111 10.0.0.240 - - [2026-01-29 03:35:54] "GET /projects?obj_uuids=a3625b98-2b20-4276-bf90-5e9870b0a365&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001185 10.0.0.23 - - [2026-01-29 03:35:54] "GET /project/a3625b98-2b20-4276-bf90-5e9870b0a365?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.043454 10.0.0.240 - - [2026-01-29 03:35:54] "GET /projects?obj_uuids=a3625b98-2b20-4276-bf90-5e9870b0a365&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001421 10.0.0.23 - - [2026-01-29 03:35:54] "GET /project/a3625b98-2b20-4276-bf90-5e9870b0a365?fields=virtual_networks HTTP/1.1" 200 1025 0.044736 10.0.0.240 - - [2026-01-29 03:35:54] "GET /projects?obj_uuids=a3625b98-2b20-4276-bf90-5e9870b0a365&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001511 10.0.0.23 - - [2026-01-29 03:35:54] "GET /project/a3625b98-2b20-4276-bf90-5e9870b0a365?fields=virtual_machine_interfaces HTTP/1.1" 200 1025 0.037693 10.0.0.240 - - [2026-01-29 03:35:54] "GET /projects?obj_uuids=a3625b98-2b20-4276-bf90-5e9870b0a365&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001210 10.0.0.23 - - [2026-01-29 03:35:54] "GET /project/a3625b98-2b20-4276-bf90-5e9870b0a365?fields=security_groups HTTP/1.1" 200 1247 0.045395 10.0.0.23 - - [2026-01-29 03:35:55] "POST /fqname-to-id HTTP/1.1" 404 193 0.026204 10.0.0.240 - - [2026-01-29 03:35:55] "GET /projects?obj_uuids=80217480-c723-42e7-88db-6ef778d7c2aa&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003608 10.0.0.240 - - [2026-01-29 03:35:55] "GET /domains?obj_uuids=65230a56-1cf0-4d34-9498-1ad48da04806&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001501 10.0.0.240 - - [2026-01-29 03:35:55] "GET /domain/65230a56-1cf0-4d34-9498-1ad48da04806?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.009367 10.0.0.240 - - [2026-01-29 03:35:55] "POST /id-to-fqname HTTP/1.1" 200 195 0.003871 10.0.0.240 - - [2026-01-29 03:35:55] "POST /fqname-to-id HTTP/1.1" 404 204 0.006156 10.0.0.240 - - [2026-01-29 03:35:56] "POST /security-groups HTTP/1.1" 200 596 0.080773 10.0.0.240 - - [2026-01-29 03:35:56] "POST /projects HTTP/1.1" 200 595 0.312045 10.0.0.147 - - [2026-01-29 03:35:56] "POST /access-control-lists HTTP/1.1" 200 603 0.035843 10.0.0.240 - - [2026-01-29 03:35:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.389848 10.0.0.23 - - [2026-01-29 03:35:56] "GET /project/80217480-c723-42e7-88db-6ef778d7c2aa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1385 0.552199 10.0.0.23 - - [2026-01-29 03:35:57] "GET / HTTP/1.1" 200 36215 0.002071 10.0.0.240 - - [2026-01-29 03:35:59] "DELETE /project/80217480c72342e788db6ef778d7c2aa HTTP/1.1" 404 173 0.008707 10.0.0.240 - - [2026-01-29 03:35:59] "DELETE /project/a3625b982b204276bf905e9870b0a365 HTTP/1.1" 404 173 0.010791 10.0.0.240 - - [2026-01-29 03:35:59] "GET /projects?obj_uuids=a3625b98-2b20-4276-bf90-5e9870b0a365&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000912 10.0.0.240 - - [2026-01-29 03:35:59] "GET /projects?obj_uuids=d8e64f60-edaf-46b1-9dce-693e43e7dd8d&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000825 10.0.0.240 - - [2026-01-29 03:35:59] "GET /project/a3625b98-2b20-4276-bf90-5e9870b0a365?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1449 0.091611 10.0.0.240 - - [2026-01-29 03:35:59] "GET /project/d8e64f60-edaf-46b1-9dce-693e43e7dd8d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1501 0.101550 10.0.0.240 - - [2026-01-29 03:35:59] "GET /projects?obj_uuids=a3625b98-2b20-4276-bf90-5e9870b0a365&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.006342 10.0.0.240 - - [2026-01-29 03:35:59] "GET /projects?obj_uuids=d8e64f60-edaf-46b1-9dce-693e43e7dd8d&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.003046 10.0.0.240 - - [2026-01-29 03:35:59] "GET /project/d8e64f60-edaf-46b1-9dce-693e43e7dd8d?fields=security_groups HTTP/1.1" 200 1119 0.090145 10.0.0.240 - - [2026-01-29 03:35:59] "GET /project/a3625b98-2b20-4276-bf90-5e9870b0a365?fields=security_groups HTTP/1.1" 200 1349 0.131938 10.0.0.240 - - [2026-01-29 03:35:59] "GET /projects?obj_uuids=d8e64f60-edaf-46b1-9dce-693e43e7dd8d&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001945 10.0.0.147 - - [2026-01-29 03:35:59] "DELETE /access-control-list/4d9eded6-47c5-44d8-8232-a6f6054aeeff HTTP/1.1" 200 115 0.183385 10.0.0.240 - - [2026-01-29 03:35:59] "GET /project/d8e64f60-edaf-46b1-9dce-693e43e7dd8d?fields=application_policy_sets HTTP/1.1" 200 1427 0.138798 10.0.0.240 - - [2026-01-29 03:36:00] "DELETE /security-group/9e922624-f227-4062-9d64-baf9bab66fee HTTP/1.1" 200 115 0.168156 10.0.0.240 - - [2026-01-29 03:36:00] "GET /projects?obj_uuids=a3625b98-2b20-4276-bf90-5e9870b0a365&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.002093 10.0.0.240 - - [2026-01-29 03:36:00] "DELETE /project/d8e64f60-edaf-46b1-9dce-693e43e7dd8d HTTP/1.1" 200 115 0.601697 10.0.0.240 - - [2026-01-29 03:36:00] "GET /project/a3625b98-2b20-4276-bf90-5e9870b0a365?fields=application_policy_sets HTTP/1.1" 200 1388 0.128357 10.0.0.147 - - [2026-01-29 03:36:00] "DELETE /access-control-list/86fc3be7-ddd5-4826-8e84-3b1f57823201 HTTP/1.1" 200 115 0.081446 10.0.0.240 - - [2026-01-29 03:36:00] "GET /projects?obj_uuids=80217480-c723-42e7-88db-6ef778d7c2aa&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001670 10.0.0.240 - - [2026-01-29 03:36:00] "DELETE /project/a3625b98-2b20-4276-bf90-5e9870b0a365 HTTP/1.1" 200 115 0.833377 10.0.0.23 - - [2026-01-29 03:36:00] "GET /project/80217480-c723-42e7-88db-6ef778d7c2aa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1385 0.061621 10.0.0.240 - - [2026-01-29 03:36:00] "GET /projects?obj_uuids=80217480-c723-42e7-88db-6ef778d7c2aa&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001310 10.0.0.23 - - [2026-01-29 03:36:00] "GET /project/80217480-c723-42e7-88db-6ef778d7c2aa?fields=virtual_networks HTTP/1.1" 200 1043 0.058981 10.0.0.240 - - [2026-01-29 03:36:00] "GET /projects?obj_uuids=80217480-c723-42e7-88db-6ef778d7c2aa&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001880 10.0.0.23 - - [2026-01-29 03:36:00] "GET /project/80217480-c723-42e7-88db-6ef778d7c2aa?fields=virtual_machine_interfaces HTTP/1.1" 200 1043 0.068187 10.0.0.240 - - [2026-01-29 03:36:00] "GET /projects?obj_uuids=80217480-c723-42e7-88db-6ef778d7c2aa&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.002293 10.0.0.23 - - [2026-01-29 03:36:00] "GET /project/80217480-c723-42e7-88db-6ef778d7c2aa?fields=security_groups HTTP/1.1" 200 1275 0.062070 10.0.0.23 - - [2026-01-29 03:36:01] "POST /fqname-to-id HTTP/1.1" 404 199 0.027708 10.0.0.240 - - [2026-01-29 03:36:01] "GET /projects?obj_uuids=93ffa115-fb8a-4023-84c3-4f10b822fd94&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003731 10.0.0.240 - - [2026-01-29 03:36:01] "GET /domains?obj_uuids=65230a56-1cf0-4d34-9498-1ad48da04806&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002104 10.0.0.240 - - [2026-01-29 03:36:01] "GET /domain/65230a56-1cf0-4d34-9498-1ad48da04806?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.010641 10.0.0.240 - - [2026-01-29 03:36:01] "POST /id-to-fqname HTTP/1.1" 200 201 0.001544 10.0.0.240 - - [2026-01-29 03:36:01] "POST /fqname-to-id HTTP/1.1" 404 210 0.010015 10.0.0.240 - - [2026-01-29 03:36:01] "POST /security-groups HTTP/1.1" 200 602 0.087977 10.0.0.240 - - [2026-01-29 03:36:02] "POST /projects HTTP/1.1" 200 607 0.309124 10.0.0.240 - - [2026-01-29 03:36:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.344409 10.0.0.147 - - [2026-01-29 03:36:02] "POST /fqname-to-id HTTP/1.1" 404 244 0.005470 10.0.0.23 - - [2026-01-29 03:36:02] "GET /project/93ffa115-fb8a-4023-84c3-4f10b822fd94?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.495099 10.0.0.23 - - [2026-01-29 03:36:03] "GET / HTTP/1.1" 200 36215 0.001731 10.0.0.240 - - [2026-01-29 03:36:06] "GET /projects?obj_uuids=93ffa115-fb8a-4023-84c3-4f10b822fd94&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001067 10.0.0.23 - - [2026-01-29 03:36:06] "GET /project/93ffa115-fb8a-4023-84c3-4f10b822fd94?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.048001 10.0.0.240 - - [2026-01-29 03:36:06] "GET /projects?obj_uuids=93ffa115-fb8a-4023-84c3-4f10b822fd94&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001740 10.0.0.23 - - [2026-01-29 03:36:06] "GET /project/93ffa115-fb8a-4023-84c3-4f10b822fd94?fields=virtual_networks HTTP/1.1" 200 1056 0.056227 10.0.0.240 - - [2026-01-29 03:36:06] "GET /projects?obj_uuids=93ffa115-fb8a-4023-84c3-4f10b822fd94&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001231 10.0.0.23 - - [2026-01-29 03:36:06] "GET /project/93ffa115-fb8a-4023-84c3-4f10b822fd94?fields=virtual_machine_interfaces HTTP/1.1" 200 1056 0.061109 10.0.0.240 - - [2026-01-29 03:36:06] "GET /projects?obj_uuids=93ffa115-fb8a-4023-84c3-4f10b822fd94&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001291 10.0.0.23 - - [2026-01-29 03:36:06] "GET /project/93ffa115-fb8a-4023-84c3-4f10b822fd94?fields=security_groups HTTP/1.1" 200 1294 0.053379 10.0.0.23 - - [2026-01-29 03:36:07] "POST /fqname-to-id HTTP/1.1" 404 185 0.037350 10.0.0.240 - - [2026-01-29 03:36:07] "GET /projects?obj_uuids=a45f8655-9900-4b94-bca8-bd18fa60ba2c&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003087 10.0.0.240 - - [2026-01-29 03:36:07] "GET /domains?obj_uuids=65230a56-1cf0-4d34-9498-1ad48da04806&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001070 10.0.0.240 - - [2026-01-29 03:36:07] "GET /domain/65230a56-1cf0-4d34-9498-1ad48da04806?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007419 10.0.0.240 - - [2026-01-29 03:36:07] "POST /id-to-fqname HTTP/1.1" 200 187 0.005535 10.0.0.240 - - [2026-01-29 03:36:07] "POST /fqname-to-id HTTP/1.1" 404 196 0.012400 10.0.0.240 - - [2026-01-29 03:36:08] "POST /security-groups HTTP/1.1" 200 588 0.045609 10.0.0.240 - - [2026-01-29 03:36:08] "POST /projects HTTP/1.1" 200 579 0.272592 10.0.0.147 - - [2026-01-29 03:36:08] "POST /access-control-lists HTTP/1.1" 200 595 0.044349 10.0.0.240 - - [2026-01-29 03:36:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.345592 10.0.0.23 - - [2026-01-29 03:36:08] "GET /project/a45f8655-9900-4b94-bca8-bd18fa60ba2c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.486615 10.0.0.23 - - [2026-01-29 03:36:09] "GET / HTTP/1.1" 200 36215 0.001797 10.0.0.240 - - [2026-01-29 03:36:12] "GET /projects?obj_uuids=a45f8655-9900-4b94-bca8-bd18fa60ba2c&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001426 10.0.0.23 - - [2026-01-29 03:36:12] "GET /project/a45f8655-9900-4b94-bca8-bd18fa60ba2c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.042632 10.0.0.240 - - [2026-01-29 03:36:12] "GET /projects?obj_uuids=a45f8655-9900-4b94-bca8-bd18fa60ba2c&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001145 10.0.0.23 - - [2026-01-29 03:36:12] "GET /project/a45f8655-9900-4b94-bca8-bd18fa60ba2c?fields=virtual_networks HTTP/1.1" 200 1029 0.040801 10.0.0.240 - - [2026-01-29 03:36:12] "GET /projects?obj_uuids=a45f8655-9900-4b94-bca8-bd18fa60ba2c&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001328 10.0.0.23 - - [2026-01-29 03:36:12] "GET /project/a45f8655-9900-4b94-bca8-bd18fa60ba2c?fields=virtual_machine_interfaces HTTP/1.1" 200 1029 0.038104 10.0.0.240 - - [2026-01-29 03:36:12] "GET /projects?obj_uuids=a45f8655-9900-4b94-bca8-bd18fa60ba2c&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001149 10.0.0.23 - - [2026-01-29 03:36:12] "GET /project/a45f8655-9900-4b94-bca8-bd18fa60ba2c?fields=security_groups HTTP/1.1" 200 1253 0.039413 10.0.0.23 - - [2026-01-29 03:36:13] "POST /fqname-to-id HTTP/1.1" 404 182 0.024329 10.0.0.240 - - [2026-01-29 03:36:13] "GET /projects?obj_uuids=7bddd56a-5dae-408d-9ef0-12a98ed3ae89&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003008 10.0.0.240 - - [2026-01-29 03:36:13] "GET /domains?obj_uuids=65230a56-1cf0-4d34-9498-1ad48da04806&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001161 10.0.0.240 - - [2026-01-29 03:36:13] "GET /domain/65230a56-1cf0-4d34-9498-1ad48da04806?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007699 10.0.0.240 - - [2026-01-29 03:36:13] "POST /id-to-fqname HTTP/1.1" 200 184 0.003765 10.0.0.240 - - [2026-01-29 03:36:13] "POST /fqname-to-id HTTP/1.1" 404 193 0.005246 10.0.0.240 - - [2026-01-29 03:36:13] "POST /security-groups HTTP/1.1" 200 585 0.073837 10.0.0.147 - - [2026-01-29 03:36:13] "POST /fqname-to-id HTTP/1.1" 404 228 0.004985 10.0.0.240 - - [2026-01-29 03:36:13] "POST /projects HTTP/1.1" 200 573 0.286401 10.0.0.240 - - [2026-01-29 03:36:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.355840 10.0.0.147 - - [2026-01-29 03:36:13] "POST /access-control-lists HTTP/1.1" 200 590 0.035975 10.0.0.23 - - [2026-01-29 03:36:13] "GET /project/7bddd56a-5dae-408d-9ef0-12a98ed3ae89?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1342 0.491040 10.0.0.23 - - [2026-01-29 03:36:15] "GET / HTTP/1.1" 200 36215 0.001771 10.0.0.240 - - [2026-01-29 03:36:18] "GET /projects?obj_uuids=7bddd56a-5dae-408d-9ef0-12a98ed3ae89&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001846 10.0.0.23 - - [2026-01-29 03:36:18] "GET /project/7bddd56a-5dae-408d-9ef0-12a98ed3ae89?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1342 0.048093 10.0.0.240 - - [2026-01-29 03:36:18] "GET /projects?obj_uuids=7bddd56a-5dae-408d-9ef0-12a98ed3ae89&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001119 10.0.0.23 - - [2026-01-29 03:36:18] "GET /project/7bddd56a-5dae-408d-9ef0-12a98ed3ae89?fields=virtual_networks HTTP/1.1" 200 1022 0.049999 10.0.0.240 - - [2026-01-29 03:36:18] "GET /projects?obj_uuids=7bddd56a-5dae-408d-9ef0-12a98ed3ae89&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001183 10.0.0.23 - - [2026-01-29 03:36:18] "GET /project/7bddd56a-5dae-408d-9ef0-12a98ed3ae89?fields=virtual_machine_interfaces HTTP/1.1" 200 1022 0.049232 10.0.0.240 - - [2026-01-29 03:36:18] "GET /projects?obj_uuids=7bddd56a-5dae-408d-9ef0-12a98ed3ae89&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001179 10.0.0.23 - - [2026-01-29 03:36:18] "GET /project/7bddd56a-5dae-408d-9ef0-12a98ed3ae89?fields=security_groups HTTP/1.1" 200 1243 0.052676 10.0.0.23 - - [2026-01-29 03:36:19] "POST /fqname-to-id HTTP/1.1" 404 186 0.025780 10.0.0.240 - - [2026-01-29 03:36:19] "GET /projects?obj_uuids=d46c833d-ee9e-4c5d-a4c8-9576fc178024&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003700 10.0.0.240 - - [2026-01-29 03:36:19] "GET /domains?obj_uuids=65230a56-1cf0-4d34-9498-1ad48da04806&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001273 10.0.0.240 - - [2026-01-29 03:36:19] "GET /domain/65230a56-1cf0-4d34-9498-1ad48da04806?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008839 10.0.0.240 - - [2026-01-29 03:36:19] "POST /id-to-fqname HTTP/1.1" 200 188 0.003104 10.0.0.240 - - [2026-01-29 03:36:19] "POST /fqname-to-id HTTP/1.1" 404 197 0.006770 10.0.0.240 - - [2026-01-29 03:36:19] "POST /security-groups HTTP/1.1" 200 589 0.071543 10.0.0.240 - - [2026-01-29 03:36:19] "POST /projects HTTP/1.1" 200 581 0.290443 10.0.0.147 - - [2026-01-29 03:36:19] "POST /fqname-to-id HTTP/1.1" 404 231 0.007504 10.0.0.240 - - [2026-01-29 03:36:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.369421 10.0.0.23 - - [2026-01-29 03:36:19] "GET /project/d46c833d-ee9e-4c5d-a4c8-9576fc178024?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.503232 10.0.0.23 - - [2026-01-29 03:36:20] "GET / HTTP/1.1" 200 36215 0.002255 10.0.0.240 - - [2026-01-29 03:36:23] "GET /projects?obj_uuids=d46c833d-ee9e-4c5d-a4c8-9576fc178024&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001333 10.0.0.23 - - [2026-01-29 03:36:23] "GET /project/d46c833d-ee9e-4c5d-a4c8-9576fc178024?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.051048 10.0.0.240 - - [2026-01-29 03:36:23] "GET /projects?obj_uuids=d46c833d-ee9e-4c5d-a4c8-9576fc178024&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001730 10.0.0.23 - - [2026-01-29 03:36:23] "GET /project/d46c833d-ee9e-4c5d-a4c8-9576fc178024?fields=virtual_networks HTTP/1.1" 200 1031 0.058153 10.0.0.240 - - [2026-01-29 03:36:23] "GET /projects?obj_uuids=d46c833d-ee9e-4c5d-a4c8-9576fc178024&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001521 10.0.0.23 - - [2026-01-29 03:36:23] "GET /project/d46c833d-ee9e-4c5d-a4c8-9576fc178024?fields=virtual_machine_interfaces HTTP/1.1" 200 1031 0.042165 10.0.0.240 - - [2026-01-29 03:36:24] "GET /projects?obj_uuids=d46c833d-ee9e-4c5d-a4c8-9576fc178024&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001265 10.0.0.23 - - [2026-01-29 03:36:24] "GET /project/d46c833d-ee9e-4c5d-a4c8-9576fc178024?fields=security_groups HTTP/1.1" 200 1256 0.043361 10.0.0.23 - - [2026-01-29 03:36:24] "POST /fqname-to-id HTTP/1.1" 404 186 0.028246 10.0.0.240 - - [2026-01-29 03:36:24] "GET /projects?obj_uuids=5e8c8652-69b2-4957-81a3-64a29a294a1b&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003851 10.0.0.240 - - [2026-01-29 03:36:24] "GET /domains?obj_uuids=65230a56-1cf0-4d34-9498-1ad48da04806&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001198 10.0.0.240 - - [2026-01-29 03:36:24] "GET /domain/65230a56-1cf0-4d34-9498-1ad48da04806?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007921 10.0.0.240 - - [2026-01-29 03:36:25] "POST /id-to-fqname HTTP/1.1" 200 188 0.003393 10.0.0.240 - - [2026-01-29 03:36:25] "POST /fqname-to-id HTTP/1.1" 404 197 0.006010 10.0.0.240 - - [2026-01-29 03:36:25] "POST /security-groups HTTP/1.1" 200 589 0.030125 10.0.0.240 - - [2026-01-29 03:36:25] "POST /projects HTTP/1.1" 200 581 0.243557 10.0.0.147 - - [2026-01-29 03:36:25] "POST /access-control-lists HTTP/1.1" 200 596 0.036549 10.0.0.240 - - [2026-01-29 03:36:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.319168 10.0.0.23 - - [2026-01-29 03:36:25] "GET /project/5e8c8652-69b2-4957-81a3-64a29a294a1b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1357 0.460248 10.0.0.23 - - [2026-01-29 03:36:26] "GET / HTTP/1.1" 200 36215 0.002012 10.0.0.23 - - [2026-01-29 03:36:28] "POST /fqname-to-id HTTP/1.1" 401 292 0.000502 10.0.0.23 - - [2026-01-29 03:36:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.064394 10.0.0.240 - - [2026-01-29 03:36:28] "GET /projects?obj_uuids=5e8c8652-69b2-4957-81a3-64a29a294a1b&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001111 10.0.0.23 - - [2026-01-29 03:36:28] "GET /project/5e8c8652-69b2-4957-81a3-64a29a294a1b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1357 0.058914 10.0.0.147 - - [2026-01-29 03:36:28] "POST /route-targets HTTP/1.1" 200 328 0.036948 10.0.0.240 - - [2026-01-29 03:36:29] "POST /useragent-kv HTTP/1.1" 200 115 0.012399 10.0.0.23 - - [2026-01-29 03:36:29] "POST /neutron/subnet HTTP/1.1" 200 715 0.315588 10.0.0.23 - - [2026-01-29 03:36:29] "POST /id-to-fqname HTTP/1.1" 200 218 0.001882 10.0.0.23 - - [2026-01-29 03:36:29] "GET /virtual-network/abb5a131-d0d9-4b83-8a25-c84fbb094cec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2033 0.006874 10.0.0.23 - - [2026-01-29 03:36:29] "GET /virtual-network/abb5a131-d0d9-4b83-8a25-c84fbb094cec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2033 0.006619 10.0.0.23 - - [2026-01-29 03:36:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003904 10.0.0.23 - - [2026-01-29 03:36:29] "GET /virtual-network/abb5a131-d0d9-4b83-8a25-c84fbb094cec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2033 0.008009 10.0.0.23 - - [2026-01-29 03:36:29] "PUT /virtual-network/abb5a131-d0d9-4b83-8a25-c84fbb094cec HTTP/1.1" 200 265 0.096083 10.0.0.147 - - [2026-01-29 03:36:29] "POST /ref-update HTTP/1.1" 200 156 0.050388 10.0.0.23 - - [2026-01-29 03:36:29] "POST /neutron/network HTTP/1.1" 200 820 0.010742 10.0.0.23 - - [2026-01-29 03:36:30] "GET /virtual-network/abb5a131-d0d9-4b83-8a25-c84fbb094cec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2096 0.008718 10.0.0.240 - - [2026-01-29 03:36:31] "GET /obj-perms HTTP/1.1" 200 5026 0.076908 10.0.0.23 - - [2026-01-29 03:36:31] "POST /neutron/subnet HTTP/1.1" 200 715 0.010141 10.0.0.23 - - [2026-01-29 03:36:31] "POST /id-to-fqname HTTP/1.1" 200 218 0.001404 10.0.0.240 - - [2026-01-29 03:36:32] "GET /projects?obj_uuids=5e8c8652-69b2-4957-81a3-64a29a294a1b&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001312 10.0.0.23 - - [2026-01-29 03:36:32] "GET /project/5e8c8652-69b2-4957-81a3-64a29a294a1b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1357 0.063720 10.0.0.23 - - [2026-01-29 03:36:32] "POST /neutron/port HTTP/1.1" 200 117 0.010523 10.0.0.23 - - [2026-01-29 03:36:33] "POST /neutron/network HTTP/1.1" 200 830 0.007356 10.0.0.23 - - [2026-01-29 03:36:33] "POST /neutron/port HTTP/1.1" 200 1056 0.020186 10.0.0.23 - - [2026-01-29 03:36:33] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004401 10.0.0.23 - - [2026-01-29 03:36:33] "POST /neutron/network HTTP/1.1" 200 820 0.007623 10.0.0.23 - - [2026-01-29 03:36:37] "POST /neutron/port HTTP/1.1" 200 1120 0.022426 10.0.0.23 - - [2026-01-29 03:36:37] "POST /neutron/security_group HTTP/1.1" 200 2056 0.009240 10.0.0.23 - - [2026-01-29 03:36:38] "GET /virtual-machine/0a9a06eb-209e-406f-a2b0-663f515ae096 HTTP/1.1" 401 292 0.000601 10.0.0.23 - - [2026-01-29 03:36:38] "GET /virtual-machine/0a9a06eb-209e-406f-a2b0-663f515ae096 HTTP/1.1" 200 1291 0.033741 10.0.0.23 - - [2026-01-29 03:36:38] "GET /virtual-machine-interface/1fea026f-8ac2-4e39-b569-8f1a2f4bd02a HTTP/1.1" 200 2938 0.008518 10.0.0.23 - - [2026-01-29 03:36:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003511 10.0.0.23 - - [2026-01-29 03:36:38] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004486 10.0.0.23 - - [2026-01-29 03:36:38] "GET /virtual-networks?parent_id=5e8c8652-69b2-4957-81a3-64a29a294a1b&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003631 10.0.0.23 - - [2026-01-29 03:36:38] "GET /virtual-network/abb5a131-d0d9-4b83-8a25-c84fbb094cec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2096 0.008326 10.0.0.23 - - [2026-01-29 03:36:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.004214 10.0.0.23 - - [2026-01-29 03:36:41] "GET /virtual-network/abb5a131-d0d9-4b83-8a25-c84fbb094cec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2096 0.007482 10.0.0.23 - - [2026-01-29 03:36:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003661 10.0.0.23 - - [2026-01-29 03:36:45] "GET /virtual-network/abb5a131-d0d9-4b83-8a25-c84fbb094cec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2096 0.005776 10.0.0.23 - - [2026-01-29 03:36:48] "GET /obj-perms HTTP/1.1" 200 5056 0.046443 10.0.0.23 - - [2026-01-29 03:36:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003576 10.0.0.23 - - [2026-01-29 03:36:49] "GET /virtual-network/abb5a131-d0d9-4b83-8a25-c84fbb094cec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2096 0.005803 10.0.0.23 - - [2026-01-29 03:36:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004411 10.0.0.23 - - [2026-01-29 03:36:53] "GET /virtual-network/abb5a131-d0d9-4b83-8a25-c84fbb094cec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2096 0.006917 10.0.0.23 - - [2026-01-29 03:36:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.005238 10.0.0.23 - - [2026-01-29 03:36:57] "GET /virtual-network/abb5a131-d0d9-4b83-8a25-c84fbb094cec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2096 0.006121 10.0.0.240 - - [2026-01-29 03:37:00] "DELETE /project/5e8c865269b2495781a364a29a294a1b HTTP/1.1" 404 173 0.033069 10.0.0.240 - - [2026-01-29 03:37:00] "DELETE /project/a45f865599004b94bca8bd18fa60ba2c HTTP/1.1" 404 173 0.032313 10.0.0.240 - - [2026-01-29 03:37:00] "DELETE /project/d46c833dee9e4c5da4c89576fc178024 HTTP/1.1" 404 173 0.019312 10.0.0.240 - - [2026-01-29 03:37:00] "DELETE /project/93ffa115fb8a402384c34f10b822fd94 HTTP/1.1" 404 173 0.058036 10.0.0.240 - - [2026-01-29 03:37:00] "DELETE /project/7bddd56a5dae408d9ef012a98ed3ae89 HTTP/1.1" 404 173 0.043452 10.0.0.240 - - [2026-01-29 03:37:00] "GET /projects?obj_uuids=7bddd56a-5dae-408d-9ef0-12a98ed3ae89&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.003704 10.0.0.240 - - [2026-01-29 03:37:00] "GET /projects?obj_uuids=d46c833d-ee9e-4c5d-a4c8-9576fc178024&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001316 10.0.0.240 - - [2026-01-29 03:37:00] "GET /projects?obj_uuids=a45f8655-9900-4b94-bca8-bd18fa60ba2c&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001054 10.0.0.240 - - [2026-01-29 03:37:00] "GET /projects?obj_uuids=93ffa115-fb8a-4023-84c3-4f10b822fd94&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000932 10.0.0.240 - - [2026-01-29 03:37:00] "GET /projects?obj_uuids=80217480-c723-42e7-88db-6ef778d7c2aa&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000805 10.0.0.240 - - [2026-01-29 03:37:00] "GET /project/80217480-c723-42e7-88db-6ef778d7c2aa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.069973 10.0.0.240 - - [2026-01-29 03:37:00] "DELETE /project/80217480-c723-42e7-88db-6ef778d7c2aa HTTP/1.1" 404 190 0.127886 10.0.0.240 - - [2026-01-29 03:37:00] "GET /project/93ffa115-fb8a-4023-84c3-4f10b822fd94?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1512 0.138781 10.0.0.240 - - [2026-01-29 03:37:00] "GET /project/7bddd56a-5dae-408d-9ef0-12a98ed3ae89?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1444 0.147499 10.0.0.240 - - [2026-01-29 03:37:00] "GET /project/d46c833d-ee9e-4c5d-a4c8-9576fc178024?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1461 0.163812 10.0.0.240 - - [2026-01-29 03:37:00] "GET /project/a45f8655-9900-4b94-bca8-bd18fa60ba2c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1457 0.177703 10.0.0.240 - - [2026-01-29 03:37:00] "GET /projects?obj_uuids=93ffa115-fb8a-4023-84c3-4f10b822fd94&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.003030 10.0.0.240 - - [2026-01-29 03:37:00] "GET /projects?obj_uuids=7bddd56a-5dae-408d-9ef0-12a98ed3ae89&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001111 10.0.0.240 - - [2026-01-29 03:37:00] "GET /projects?obj_uuids=a45f8655-9900-4b94-bca8-bd18fa60ba2c&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001140 10.0.0.240 - - [2026-01-29 03:37:00] "GET /projects?obj_uuids=d46c833d-ee9e-4c5d-a4c8-9576fc178024&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000879 10.0.0.240 - - [2026-01-29 03:37:00] "GET /project/7bddd56a-5dae-408d-9ef0-12a98ed3ae89?fields=security_groups HTTP/1.1" 200 1345 0.072106 10.0.0.240 - - [2026-01-29 03:37:00] "GET /project/d46c833d-ee9e-4c5d-a4c8-9576fc178024?fields=security_groups HTTP/1.1" 200 1358 0.063451 10.0.0.240 - - [2026-01-29 03:37:00] "GET /project/93ffa115-fb8a-4023-84c3-4f10b822fd94?fields=security_groups HTTP/1.1" 200 1396 0.096652 10.0.0.240 - - [2026-01-29 03:37:00] "GET /project/a45f8655-9900-4b94-bca8-bd18fa60ba2c?fields=security_groups HTTP/1.1" 200 1355 0.073956 10.0.0.240 - - [2026-01-29 03:37:00] "DELETE /security-group/64ea2d21-8305-4ae6-9616-41633c0f21a2 HTTP/1.1" 200 115 0.122498 10.0.0.240 - - [2026-01-29 03:37:00] "GET /projects?obj_uuids=7bddd56a-5dae-408d-9ef0-12a98ed3ae89&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001304 10.0.0.240 - - [2026-01-29 03:37:00] "DELETE /security-group/51b68bdf-e1c2-4ee8-bb90-62b4061818cc HTTP/1.1" 200 115 0.145955 10.0.0.240 - - [2026-01-29 03:37:00] "DELETE /security-group/4aa30eeb-7a33-444e-ab88-d42319147716 HTTP/1.1" 200 115 0.145104 10.0.0.240 - - [2026-01-29 03:37:00] "GET /projects?obj_uuids=d46c833d-ee9e-4c5d-a4c8-9576fc178024&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001200 10.0.0.240 - - [2026-01-29 03:37:00] "DELETE /security-group/b67880d0-832d-4e90-9df3-6462385d86a1 HTTP/1.1" 200 115 0.142268 10.0.0.240 - - [2026-01-29 03:37:01] "GET /projects?obj_uuids=93ffa115-fb8a-4023-84c3-4f10b822fd94&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001482 10.0.0.147 - - [2026-01-29 03:37:01] "DELETE /access-control-list/c5589598-c0d0-4aa1-a87c-92ef7c623835 HTTP/1.1" 200 115 0.104224 10.0.0.240 - - [2026-01-29 03:37:01] "GET /projects?obj_uuids=a45f8655-9900-4b94-bca8-bd18fa60ba2c&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001182 10.0.0.240 - - [2026-01-29 03:37:01] "GET /project/7bddd56a-5dae-408d-9ef0-12a98ed3ae89?fields=application_policy_sets HTTP/1.1" 200 1384 0.098936 10.0.0.240 - - [2026-01-29 03:37:01] "GET /project/93ffa115-fb8a-4023-84c3-4f10b822fd94?fields=application_policy_sets HTTP/1.1" 200 1435 0.116180 10.0.0.240 - - [2026-01-29 03:37:01] "GET /project/d46c833d-ee9e-4c5d-a4c8-9576fc178024?fields=application_policy_sets HTTP/1.1" 200 1397 0.135877 10.0.0.240 - - [2026-01-29 03:37:01] "GET /project/a45f8655-9900-4b94-bca8-bd18fa60ba2c?fields=application_policy_sets HTTP/1.1" 200 1394 0.189148 10.0.0.147 - - [2026-01-29 03:37:01] "DELETE /access-control-list/eac3e5e4-c497-44f5-9213-0361eea95271 HTTP/1.1" 200 115 0.143403 10.0.0.147 - - [2026-01-29 03:37:01] "DELETE /access-control-list/110f1824-b882-4533-aa5c-46b76c453c84 HTTP/1.1" 200 115 0.059854 10.0.0.240 - - [2026-01-29 03:37:01] "DELETE /project/7bddd56a-5dae-408d-9ef0-12a98ed3ae89 HTTP/1.1" 200 115 0.993395 10.0.0.240 - - [2026-01-29 03:37:01] "DELETE /project/d46c833d-ee9e-4c5d-a4c8-9576fc178024 HTTP/1.1" 200 115 0.995790 10.0.0.240 - - [2026-01-29 03:37:01] "DELETE /project/93ffa115-fb8a-4023-84c3-4f10b822fd94 HTTP/1.1" 200 115 0.984423 10.0.0.240 - - [2026-01-29 03:37:01] "DELETE /project/a45f8655-9900-4b94-bca8-bd18fa60ba2c HTTP/1.1" 200 115 1.059491 10.0.0.23 - - [2026-01-29 03:37:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004164 10.0.0.23 - - [2026-01-29 03:37:02] "GET /virtual-network/abb5a131-d0d9-4b83-8a25-c84fbb094cec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2096 0.006124 10.0.0.23 - - [2026-01-29 03:37:04] "POST /neutron/network HTTP/1.1" 200 830 0.030898 10.0.0.23 - - [2026-01-29 03:37:04] "POST /neutron/port HTTP/1.1" 200 117 0.001254 10.0.0.23 - - [2026-01-29 03:37:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003806 10.0.0.23 - - [2026-01-29 03:37:06] "GET /virtual-network/abb5a131-d0d9-4b83-8a25-c84fbb094cec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2096 0.006123 10.0.0.23 - - [2026-01-29 03:37:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003540 10.0.0.23 - - [2026-01-29 03:37:10] "GET /virtual-network/abb5a131-d0d9-4b83-8a25-c84fbb094cec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2096 0.005885 10.0.0.23 - - [2026-01-29 03:37:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.006460 10.0.0.23 - - [2026-01-29 03:37:14] "GET /virtual-network/abb5a131-d0d9-4b83-8a25-c84fbb094cec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2096 0.005445 10.0.0.23 - - [2026-01-29 03:37:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003984 10.0.0.23 - - [2026-01-29 03:37:18] "GET /virtual-network/abb5a131-d0d9-4b83-8a25-c84fbb094cec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2096 0.006037 10.0.0.23 - - [2026-01-29 03:37:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.004283 10.0.0.23 - - [2026-01-29 03:37:22] "GET /virtual-network/abb5a131-d0d9-4b83-8a25-c84fbb094cec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2096 0.005821 10.0.0.23 - - [2026-01-29 03:37:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004117 10.0.0.23 - - [2026-01-29 03:37:24] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004431 10.0.0.23 - - [2026-01-29 03:37:24] "GET /virtual-networks?parent_id=5e8c8652-69b2-4957-81a3-64a29a294a1b&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003228 10.0.0.23 - - [2026-01-29 03:37:24] "GET /virtual-network/abb5a131-d0d9-4b83-8a25-c84fbb094cec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2096 0.007737 10.0.0.23 - - [2026-01-29 03:37:24] "POST /neutron/security_group HTTP/1.1" 200 2056 0.009974 10.0.0.23 - - [2026-01-29 03:37:35] "POST /neutron/port HTTP/1.1" 200 1120 0.018113 10.0.0.23 - - [2026-01-29 03:37:35] "POST /neutron/security_group HTTP/1.1" 200 2056 0.035814 10.0.0.23 - - [2026-01-29 03:37:45] "POST /neutron/port HTTP/1.1" 200 1120 0.020060 10.0.0.23 - - [2026-01-29 03:37:45] "POST /neutron/security_group HTTP/1.1" 200 2056 0.009434 10.0.0.23 - - [2026-01-29 03:37:45] "POST /neutron/port HTTP/1.1" 200 1120 0.020663 10.0.0.23 - - [2026-01-29 03:37:45] "POST /neutron/network HTTP/1.1" 200 820 0.008007 10.0.0.23 - - [2026-01-29 03:37:45] "POST /id-to-fqname HTTP/1.1" 200 218 0.001635 10.0.0.23 - - [2026-01-29 03:37:45] "GET /virtual-machine/0a9a06eb-209e-406f-a2b0-663f515ae096 HTTP/1.1" 200 1291 0.005624 10.0.0.23 - - [2026-01-29 03:37:45] "GET /virtual-machine-interface/1fea026f-8ac2-4e39-b569-8f1a2f4bd02a HTTP/1.1" 200 2938 0.007527 10.0.0.23 - - [2026-01-29 03:37:45] "GET /instance-ip/0e65cf3a-bb85-4ffb-a0a7-8fc68f1ed7b7 HTTP/1.1" 200 1617 0.008532 10.0.0.23 - - [2026-01-29 03:37:45] "POST /fqname-to-id HTTP/1.1" 404 208 0.004175 10.0.0.23 - - [2026-01-29 03:37:45] "GET /virtual-network/abb5a131-d0d9-4b83-8a25-c84fbb094cec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2096 0.007063 10.0.0.240 - - [2026-01-29 03:37:45] "GET /projects?obj_uuids=5e8c8652-69b2-4957-81a3-64a29a294a1b&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001277 10.0.0.23 - - [2026-01-29 03:37:45] "GET /project/5e8c8652-69b2-4957-81a3-64a29a294a1b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1357 0.046046 10.0.0.23 - - [2026-01-29 03:37:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004925 10.0.0.23 - - [2026-01-29 03:37:46] "GET /security-group/ecf24650-bc1f-4282-b91c-4106762273b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3751 0.006108 10.0.0.23 - - [2026-01-29 03:37:46] "POST /virtual-machine-interfaces HTTP/1.1" 200 565 0.085935 10.0.0.23 - - [2026-01-29 03:37:46] "POST /instance-ips HTTP/1.1" 200 358 0.039372 10.0.0.23 - - [2026-01-29 03:37:46] "GET /instance-ip/6a20d217-fab0-4c7a-b37e-7de1c18015a3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1572 0.007133 10.0.0.23 - - [2026-01-29 03:37:46] "GET /virtual-machine-interface/bef592ef-c8f5-435d-bf1f-682c68c9e168?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2347 0.007325 10.0.0.23 - - [2026-01-29 03:37:46] "GET /virtual-machine-interface/bef592ef-c8f5-435d-bf1f-682c68c9e168?fields=instance_ip_back_refs HTTP/1.1" 200 1327 0.009305 10.0.0.23 - - [2026-01-29 03:37:46] "GET /instance-ip/6a20d217-fab0-4c7a-b37e-7de1c18015a3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1572 0.004889 10.0.0.23 - - [2026-01-29 03:37:46] "POST /id-to-fqname HTTP/1.1" 200 218 0.001480 10.0.0.23 - - [2026-01-29 03:37:46] "POST /neutron/port HTTP/1.1" 200 964 0.015199 10.0.0.23 - - [2026-01-29 03:37:46] "POST /neutron/port HTTP/1.1" 200 964 0.017085 10.0.0.23 - - [2026-01-29 03:37:46] "POST /neutron/security_group HTTP/1.1" 200 2056 0.010244 10.0.0.23 - - [2026-01-29 03:37:47] "POST /neutron/port HTTP/1.1" 200 964 0.012681 10.0.0.23 - - [2026-01-29 03:37:47] "POST /neutron/port HTTP/1.1" 200 964 0.013220 10.0.0.23 - - [2026-01-29 03:37:47] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004213 10.0.0.23 - - [2026-01-29 03:37:47] "POST /neutron/network HTTP/1.1" 200 820 0.008209 10.0.0.147 - - [2026-01-29 03:37:48] "GET /obj-perms HTTP/1.1" 200 5056 0.048054 10.0.0.23 - - [2026-01-29 03:37:52] "POST /neutron/port HTTP/1.1" 200 1066 0.021671 10.0.0.23 - - [2026-01-29 03:37:52] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007396 10.0.0.23 - - [2026-01-29 03:37:52] "GET /virtual-machine/44ac3cf6-548b-42cc-9342-2fb97315aa7d HTTP/1.1" 200 1270 0.007182 10.0.0.23 - - [2026-01-29 03:37:52] "GET /virtual-machine-interface/bef592ef-c8f5-435d-bf1f-682c68c9e168 HTTP/1.1" 200 2989 0.005701 10.0.0.23 - - [2026-01-29 03:37:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003386 10.0.0.23 - - [2026-01-29 03:37:52] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003822 10.0.0.23 - - [2026-01-29 03:37:52] "GET /virtual-networks?parent_id=5e8c8652-69b2-4957-81a3-64a29a294a1b&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003345 10.0.0.23 - - [2026-01-29 03:37:52] "GET /virtual-network/abb5a131-d0d9-4b83-8a25-c84fbb094cec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2096 0.006126 10.0.0.23 - - [2026-01-29 03:37:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.004075 10.0.0.23 - - [2026-01-29 03:37:55] "GET /virtual-network/abb5a131-d0d9-4b83-8a25-c84fbb094cec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2096 0.006067 10.0.0.23 - - [2026-01-29 03:37:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.004469 10.0.0.23 - - [2026-01-29 03:37:59] "GET /virtual-network/abb5a131-d0d9-4b83-8a25-c84fbb094cec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2096 0.006721 10.0.0.23 - - [2026-01-29 03:38:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003947 10.0.0.23 - - [2026-01-29 03:38:03] "GET /virtual-network/abb5a131-d0d9-4b83-8a25-c84fbb094cec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2096 0.006136 10.0.0.23 - - [2026-01-29 03:38:06] "POST /neutron/network HTTP/1.1" 200 830 0.008247 10.0.0.23 - - [2026-01-29 03:38:06] "POST /neutron/port HTTP/1.1" 200 117 0.001407 10.0.0.23 - - [2026-01-29 03:38:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003716 10.0.0.23 - - [2026-01-29 03:38:07] "GET /virtual-network/abb5a131-d0d9-4b83-8a25-c84fbb094cec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2096 0.006930 10.0.0.23 - - [2026-01-29 03:38:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004062 10.0.0.23 - - [2026-01-29 03:38:11] "GET /virtual-network/abb5a131-d0d9-4b83-8a25-c84fbb094cec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2096 0.007453 10.0.0.23 - - [2026-01-29 03:38:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004759 10.0.0.23 - - [2026-01-29 03:38:15] "GET /virtual-network/abb5a131-d0d9-4b83-8a25-c84fbb094cec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2096 0.007509 10.0.0.23 - - [2026-01-29 03:38:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003537 10.0.0.23 - - [2026-01-29 03:38:20] "GET /virtual-network/abb5a131-d0d9-4b83-8a25-c84fbb094cec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2096 0.006818 10.0.0.23 - - [2026-01-29 03:38:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003998 10.0.0.23 - - [2026-01-29 03:38:24] "GET /virtual-network/abb5a131-d0d9-4b83-8a25-c84fbb094cec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2096 0.005910 10.0.0.23 - - [2026-01-29 03:38:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.005146 10.0.0.23 - - [2026-01-29 03:38:28] "GET /virtual-network/abb5a131-d0d9-4b83-8a25-c84fbb094cec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2096 0.007318 10.0.0.23 - - [2026-01-29 03:38:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004615 10.0.0.23 - - [2026-01-29 03:38:32] "GET /virtual-network/abb5a131-d0d9-4b83-8a25-c84fbb094cec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2096 0.006938 10.0.0.23 - - [2026-01-29 03:38:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.005436 10.0.0.23 - - [2026-01-29 03:38:36] "GET /virtual-network/abb5a131-d0d9-4b83-8a25-c84fbb094cec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2096 0.007169 10.0.0.23 - - [2026-01-29 03:38:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004103 10.0.0.23 - - [2026-01-29 03:38:40] "GET /virtual-network/abb5a131-d0d9-4b83-8a25-c84fbb094cec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2096 0.005918 10.0.0.23 - - [2026-01-29 03:38:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.005237 10.0.0.23 - - [2026-01-29 03:38:42] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004423 10.0.0.23 - - [2026-01-29 03:38:42] "GET /virtual-networks?parent_id=5e8c8652-69b2-4957-81a3-64a29a294a1b&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003598 10.0.0.23 - - [2026-01-29 03:38:42] "GET /virtual-network/abb5a131-d0d9-4b83-8a25-c84fbb094cec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2096 0.006738 10.0.0.23 - - [2026-01-29 03:38:42] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007706 10.0.0.23 - - [2026-01-29 03:38:53] "POST /neutron/port HTTP/1.1" 200 1066 0.023163 10.0.0.23 - - [2026-01-29 03:38:55] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007335 10.0.0.23 - - [2026-01-29 03:39:03] "POST /neutron/port HTTP/1.1" 200 1066 0.026135 10.0.0.23 - - [2026-01-29 03:39:08] "POST /neutron/port HTTP/1.1" 200 1066 0.020577 10.0.0.23 - - [2026-01-29 03:39:08] "POST /neutron/subnet HTTP/1.1" 200 689 0.013512 10.0.0.23 - - [2026-01-29 03:39:08] "POST /id-to-fqname HTTP/1.1" 200 218 0.001395 10.0.0.23 - - [2026-01-29 03:39:08] "POST /neutron/port HTTP/1.1" 200 2034 0.024160 10.0.0.240 - - [2026-01-29 03:39:09] "GET /projects?obj_uuids=5e8c8652-69b2-4957-81a3-64a29a294a1b&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.034724 10.0.0.23 - - [2026-01-29 03:39:09] "GET /project/5e8c8652-69b2-4957-81a3-64a29a294a1b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1357 0.115714 10.0.0.23 - - [2026-01-29 03:39:09] "POST /neutron/network HTTP/1.1" 200 820 0.036467 10.0.0.23 - - [2026-01-29 03:39:09] "POST /neutron/port HTTP/1.1" 200 117 0.008454 10.0.0.240 - - [2026-01-29 03:39:10] "GET /projects?obj_uuids=5e8c8652-69b2-4957-81a3-64a29a294a1b&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001096 10.0.0.23 - - [2026-01-29 03:39:10] "POST /neutron/port HTTP/1.1" 200 1056 0.280099 10.0.0.23 - - [2026-01-29 03:39:11] "POST /neutron/port HTTP/1.1" 200 1110 0.126854 10.0.0.23 - - [2026-01-29 03:39:11] "POST /neutron/subnet HTTP/1.1" 200 689 0.010674 10.0.0.23 - - [2026-01-29 03:39:15] "POST /neutron/port HTTP/1.1" 200 1120 0.018250 10.0.0.23 - - [2026-01-29 03:39:15] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008163 10.0.0.23 - - [2026-01-29 03:39:15] "GET /virtual-machine/a25be88c-8ad5-4f41-b04a-aadd0b0fe8b1 HTTP/1.1" 200 1293 0.007570 10.0.0.23 - - [2026-01-29 03:39:15] "GET /virtual-machine-interface/94797212-bdb7-47fd-9ccb-e0382218b177 HTTP/1.1" 200 2939 0.006219 10.0.0.23 - - [2026-01-29 03:39:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003663 10.0.0.23 - - [2026-01-29 03:39:15] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005369 10.0.0.23 - - [2026-01-29 03:39:15] "GET /virtual-networks?parent_id=5e8c8652-69b2-4957-81a3-64a29a294a1b&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003368 10.0.0.23 - - [2026-01-29 03:39:15] "GET /virtual-network/abb5a131-d0d9-4b83-8a25-c84fbb094cec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2096 0.006211 10.0.0.23 - - [2026-01-29 03:39:17] "POST /neutron/port HTTP/1.1" 200 1120 0.018339 10.0.0.23 - - [2026-01-29 03:39:17] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004749 10.0.0.23 - - [2026-01-29 03:39:17] "POST /neutron/network HTTP/1.1" 200 820 0.008069 10.0.0.23 - - [2026-01-29 03:39:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004254 10.0.0.23 - - [2026-01-29 03:39:18] "GET /virtual-network/abb5a131-d0d9-4b83-8a25-c84fbb094cec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2096 0.010243 10.0.0.23 - - [2026-01-29 03:39:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.004398 10.0.0.23 - - [2026-01-29 03:39:22] "GET /virtual-network/abb5a131-d0d9-4b83-8a25-c84fbb094cec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2096 0.006114 10.0.0.23 - - [2026-01-29 03:39:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003974 10.0.0.23 - - [2026-01-29 03:39:26] "GET /virtual-network/abb5a131-d0d9-4b83-8a25-c84fbb094cec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2096 0.006294 10.0.0.23 - - [2026-01-29 03:39:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003590 10.0.0.23 - - [2026-01-29 03:39:30] "GET /virtual-network/abb5a131-d0d9-4b83-8a25-c84fbb094cec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2096 0.005637 10.0.0.23 - - [2026-01-29 03:39:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003591 10.0.0.23 - - [2026-01-29 03:39:34] "GET /virtual-network/abb5a131-d0d9-4b83-8a25-c84fbb094cec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2096 0.006015 10.0.0.23 - - [2026-01-29 03:39:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004646 10.0.0.23 - - [2026-01-29 03:39:38] "GET /virtual-network/abb5a131-d0d9-4b83-8a25-c84fbb094cec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2096 0.007131 10.0.0.23 - - [2026-01-29 03:39:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004728 10.0.0.23 - - [2026-01-29 03:39:42] "GET /virtual-network/abb5a131-d0d9-4b83-8a25-c84fbb094cec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2096 0.006422 10.0.0.23 - - [2026-01-29 03:39:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003820 10.0.0.23 - - [2026-01-29 03:39:47] "GET /virtual-network/abb5a131-d0d9-4b83-8a25-c84fbb094cec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2096 0.006002 10.0.0.240 - - [2026-01-29 03:39:50] "GET /obj-perms HTTP/1.1" 200 5056 0.060389 10.0.0.23 - - [2026-01-29 03:39:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.005121 10.0.0.23 - - [2026-01-29 03:39:51] "GET /virtual-network/abb5a131-d0d9-4b83-8a25-c84fbb094cec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2096 0.006637 10.0.0.147 - - [2026-01-29 03:39:51] "GET /global-system-configs HTTP/1.1" 401 292 0.000470 10.0.0.147 - - [2026-01-29 03:39:51] "GET /global-system-configs HTTP/1.1" 401 292 0.000413 10.0.0.147 - - [2026-01-29 03:39:52] "GET /global-system-configs HTTP/1.1" 401 292 0.000486 10.0.0.147 - - [2026-01-29 03:39:52] "GET /global-system-configs HTTP/1.1" 401 292 0.000432 10.0.0.23 - - [2026-01-29 03:39:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000468 10.0.0.23 - - [2026-01-29 03:39:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000420 10.0.0.240 - - [2026-01-29 03:39:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000611 10.0.0.240 - - [2026-01-29 03:39:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000484 10.0.0.23 - - [2026-01-29 03:39:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000446 10.0.0.23 - - [2026-01-29 03:39:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000509 10.0.0.240 - - [2026-01-29 03:39:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000577 10.0.0.240 - - [2026-01-29 03:39:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000448 10.0.0.23 - - [2026-01-29 03:39:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.004941 10.0.0.23 - - [2026-01-29 03:39:55] "GET /virtual-network/abb5a131-d0d9-4b83-8a25-c84fbb094cec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2096 0.007997 10.0.0.23 - - [2026-01-29 03:39:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004783 10.0.0.23 - - [2026-01-29 03:39:57] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003989 10.0.0.23 - - [2026-01-29 03:39:57] "GET /virtual-networks?parent_id=5e8c8652-69b2-4957-81a3-64a29a294a1b&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003255 10.0.0.23 - - [2026-01-29 03:39:57] "GET /virtual-network/abb5a131-d0d9-4b83-8a25-c84fbb094cec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2096 0.007199 10.0.0.23 - - [2026-01-29 03:40:02] "POST /neutron/port HTTP/1.1" 200 1120 0.025764 10.0.0.23 - - [2026-01-29 03:40:07] "POST /neutron/port HTTP/1.1" 200 1120 0.024400 10.0.0.23 - - [2026-01-29 03:40:09] "POST /neutron/port HTTP/1.1" 200 1120 0.020515 10.0.0.23 - - [2026-01-29 03:40:09] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004553 10.0.0.23 - - [2026-01-29 03:40:09] "POST /neutron/network HTTP/1.1" 200 820 0.008331 10.0.0.23 - - [2026-01-29 03:40:18] "POST /neutron/port HTTP/1.1" 200 1120 0.019814 10.0.0.23 - - [2026-01-29 03:40:18] "POST /neutron/security_group HTTP/1.1" 200 2056 0.011209 10.0.0.23 - - [2026-01-29 03:40:18] "POST /neutron/port HTTP/1.1" 200 1120 0.019664 10.0.0.23 - - [2026-01-29 03:40:18] "POST /neutron/network HTTP/1.1" 200 820 0.007984 10.0.0.23 - - [2026-01-29 03:40:18] "POST /id-to-fqname HTTP/1.1" 200 218 0.001392 10.0.0.23 - - [2026-01-29 03:40:18] "GET /virtual-machine/a25be88c-8ad5-4f41-b04a-aadd0b0fe8b1 HTTP/1.1" 200 1293 0.004203 10.0.0.23 - - [2026-01-29 03:40:18] "GET /virtual-machine-interface/94797212-bdb7-47fd-9ccb-e0382218b177 HTTP/1.1" 200 2939 0.005502 10.0.0.23 - - [2026-01-29 03:40:18] "GET /instance-ip/d0e283f6-a4ff-4ac2-a6d4-015a483def74 HTTP/1.1" 200 1618 0.007572 10.0.0.23 - - [2026-01-29 03:40:18] "GET /virtual-machine-interface/94797212-bdb7-47fd-9ccb-e0382218b177?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2717 0.008409 10.0.0.23 - - [2026-01-29 03:40:18] "PUT /virtual-machine-interface/94797212-bdb7-47fd-9ccb-e0382218b177 HTTP/1.1" 200 285 0.022325 10.0.0.23 - - [2026-01-29 03:40:19] "POST /neutron/network HTTP/1.1" 200 830 0.007662 10.0.0.23 - - [2026-01-29 03:40:19] "POST /neutron/port HTTP/1.1" 200 117 0.001417 10.0.0.23 - - [2026-01-29 03:41:10] "POST /neutron/port HTTP/1.1" 200 1066 0.020441 10.0.0.23 - - [2026-01-29 03:41:10] "POST /neutron/subnet HTTP/1.1" 200 689 0.010242 10.0.0.23 - - [2026-01-29 03:41:20] "POST /neutron/port HTTP/1.1" 200 1120 0.022073 10.0.0.23 - - [2026-01-29 03:41:20] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005487 10.0.0.23 - - [2026-01-29 03:41:20] "POST /neutron/network HTTP/1.1" 200 820 0.009225 10.0.0.23 - - [2026-01-29 03:41:51] "GET /obj-perms HTTP/1.1" 200 5056 0.048663 10.0.0.147 - - [2026-01-29 03:41:51] "GET /obj-perms HTTP/1.1" 200 5056 0.059357 10.0.0.23 - - [2026-01-29 03:42:03] "DELETE /instance-ip/6a20d217-fab0-4c7a-b37e-7de1c18015a3 HTTP/1.1" 200 115 0.073048 10.0.0.23 - - [2026-01-29 03:42:03] "DELETE /virtual-machine-interface/bef592ef-c8f5-435d-bf1f-682c68c9e168 HTTP/1.1" 200 115 0.108108 10.0.0.23 - - [2026-01-29 03:42:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003740 10.0.0.23 - - [2026-01-29 03:42:03] "GET /virtual-network/abb5a131-d0d9-4b83-8a25-c84fbb094cec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2096 0.006313 10.0.0.23 - - [2026-01-29 03:42:03] "PUT /virtual-network/abb5a131-d0d9-4b83-8a25-c84fbb094cec HTTP/1.1" 200 265 0.060280 10.0.0.23 - - [2026-01-29 03:42:03] "POST /neutron/network HTTP/1.1" 400 204 0.051692 10.0.0.147 - - [2026-01-29 03:42:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.051409 10.0.0.23 - - [2026-01-29 03:42:04] "POST /neutron/port HTTP/1.1" 200 1120 0.019359 10.0.0.23 - - [2026-01-29 03:42:05] "POST /neutron/network HTTP/1.1" 200 820 0.009004 10.0.0.147 - - [2026-01-29 03:42:05] "DELETE /route-target/1b062437-2cb6-4158-9fa3-67fc1b896b8a HTTP/1.1" 200 115 0.028470 10.0.0.240 - - [2026-01-29 03:42:07] "GET /projects?obj_uuids=5e8c8652-69b2-4957-81a3-64a29a294a1b&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001104 10.0.0.23 - - [2026-01-29 03:42:07] "GET /project/5e8c8652-69b2-4957-81a3-64a29a294a1b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1357 0.066849 10.0.0.240 - - [2026-01-29 03:42:07] "GET /projects?obj_uuids=5e8c8652-69b2-4957-81a3-64a29a294a1b&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001239 10.0.0.23 - - [2026-01-29 03:42:07] "GET /project/5e8c8652-69b2-4957-81a3-64a29a294a1b?fields=virtual_networks HTTP/1.1" 200 1029 0.040638 10.0.0.240 - - [2026-01-29 03:42:07] "GET /projects?obj_uuids=5e8c8652-69b2-4957-81a3-64a29a294a1b&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001313 10.0.0.23 - - [2026-01-29 03:42:07] "GET /project/5e8c8652-69b2-4957-81a3-64a29a294a1b?fields=virtual_machine_interfaces HTTP/1.1" 200 1029 0.042669 10.0.0.240 - - [2026-01-29 03:42:07] "GET /projects?obj_uuids=5e8c8652-69b2-4957-81a3-64a29a294a1b&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001729 10.0.0.23 - - [2026-01-29 03:42:07] "GET /project/5e8c8652-69b2-4957-81a3-64a29a294a1b?fields=security_groups HTTP/1.1" 200 1254 0.049664 10.0.0.23 - - [2026-01-29 03:42:08] "POST /fqname-to-id HTTP/1.1" 404 185 0.036636 10.0.0.240 - - [2026-01-29 03:42:08] "GET /projects?obj_uuids=8ac91850-a2c0-4c3b-90ce-aa2c7ccb712b&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004328 10.0.0.23 - - [2026-01-29 03:42:08] "POST /neutron/port HTTP/1.1" 400 205 0.005549 10.0.0.240 - - [2026-01-29 03:42:08] "GET /domains?obj_uuids=65230a56-1cf0-4d34-9498-1ad48da04806&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001722 10.0.0.240 - - [2026-01-29 03:42:08] "GET /domain/65230a56-1cf0-4d34-9498-1ad48da04806?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.054514 10.0.0.240 - - [2026-01-29 03:42:09] "POST /id-to-fqname HTTP/1.1" 200 187 0.006419 10.0.0.240 - - [2026-01-29 03:42:09] "POST /fqname-to-id HTTP/1.1" 404 196 0.006585 10.0.0.240 - - [2026-01-29 03:42:09] "POST /security-groups HTTP/1.1" 200 588 0.079395 10.0.0.240 - - [2026-01-29 03:42:09] "POST /projects HTTP/1.1" 200 579 0.314944 10.0.0.240 - - [2026-01-29 03:42:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.348915 10.0.0.147 - - [2026-01-29 03:42:09] "POST /fqname-to-id HTTP/1.1" 404 230 0.006607 10.0.0.23 - - [2026-01-29 03:42:09] "GET /project/8ac91850-a2c0-4c3b-90ce-aa2c7ccb712b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.550950 10.0.0.23 - - [2026-01-29 03:42:10] "GET / HTTP/1.1" 200 36215 0.001579 10.0.0.23 - - [2026-01-29 03:42:12] "POST /fqname-to-id HTTP/1.1" 401 292 0.000604 10.0.0.23 - - [2026-01-29 03:42:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.060148 10.0.0.240 - - [2026-01-29 03:42:12] "GET /projects?obj_uuids=8ac91850-a2c0-4c3b-90ce-aa2c7ccb712b&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001073 10.0.0.23 - - [2026-01-29 03:42:12] "GET /project/8ac91850-a2c0-4c3b-90ce-aa2c7ccb712b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.035964 10.0.0.147 - - [2026-01-29 03:42:13] "POST /ref-update HTTP/1.1" 200 156 0.024093 10.0.0.240 - - [2026-01-29 03:42:13] "POST /useragent-kv HTTP/1.1" 200 115 0.007577 10.0.0.23 - - [2026-01-29 03:42:13] "POST /neutron/subnet HTTP/1.1" 200 719 0.217474 10.0.0.23 - - [2026-01-29 03:42:13] "POST /id-to-fqname HTTP/1.1" 200 221 0.001483 10.0.0.23 - - [2026-01-29 03:42:13] "GET /virtual-network/7aee64cf-e27a-4914-961f-537303e89e71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.006925 10.0.0.23 - - [2026-01-29 03:42:13] "GET /virtual-network/7aee64cf-e27a-4914-961f-537303e89e71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.008010 10.0.0.23 - - [2026-01-29 03:42:13] "POST /neutron/network HTTP/1.1" 200 828 0.008362 10.0.0.23 - - [2026-01-29 03:42:13] "POST /fqname-to-id HTTP/1.1" 404 207 0.003902 10.0.0.23 - - [2026-01-29 03:42:13] "GET /virtual-network/7aee64cf-e27a-4914-961f-537303e89e71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.014773 10.0.0.23 - - [2026-01-29 03:42:13] "GET /virtual-machine-interface/78e1a92a-6849-41f3-8d4a-c125b873be6c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2355 0.007841 10.0.0.23 - - [2026-01-29 03:42:13] "GET /virtual-machine-interface/78e1a92a-6849-41f3-8d4a-c125b873be6c?fields=instance_ip_back_refs HTTP/1.1" 200 1322 0.009284 10.0.0.23 - - [2026-01-29 03:42:13] "GET /instance-ip/b0217b27-36e7-4b05-8ba2-3bbfcc81afd1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1603 0.005072 10.0.0.23 - - [2026-01-29 03:42:13] "POST /id-to-fqname HTTP/1.1" 200 221 0.001521 10.0.0.23 - - [2026-01-29 03:42:13] "POST /neutron/network HTTP/1.1" 200 838 0.010627 10.0.0.240 - - [2026-01-29 03:42:14] "GET /projects?obj_uuids=8ac91850-a2c0-4c3b-90ce-aa2c7ccb712b&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001117 10.0.0.23 - - [2026-01-29 03:42:14] "GET /project/8ac91850-a2c0-4c3b-90ce-aa2c7ccb712b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.074689 10.0.0.23 - - [2026-01-29 03:42:14] "POST /neutron/port HTTP/1.1" 200 117 0.006800 10.0.0.23 - - [2026-01-29 03:42:14] "POST /id-to-fqname HTTP/1.1" 200 221 0.001534 10.0.0.23 - - [2026-01-29 03:42:15] "POST /neutron/port HTTP/1.1" 200 982 0.015853 10.0.0.23 - - [2026-01-29 03:42:15] "POST /neutron/port HTTP/1.1" 200 982 0.014558 10.0.0.240 - - [2026-01-29 03:42:15] "GET /projects?obj_uuids=8ac91850-a2c0-4c3b-90ce-aa2c7ccb712b&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001245 10.0.0.23 - - [2026-01-29 03:42:15] "GET /project/8ac91850-a2c0-4c3b-90ce-aa2c7ccb712b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.059042 10.0.0.23 - - [2026-01-29 03:42:15] "POST /neutron/network HTTP/1.1" 200 838 0.025501 10.0.0.23 - - [2026-01-29 03:42:15] "POST /fqname-to-id HTTP/1.1" 404 208 0.005250 10.0.0.23 - - [2026-01-29 03:42:15] "POST /interface-route-tables HTTP/1.1" 200 558 0.050330 10.0.0.23 - - [2026-01-29 03:42:15] "GET /interface-route-table/c793f6cc-1c55-4b5e-982e-eb1b365cede2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1277 0.007667 10.0.0.23 - - [2026-01-29 03:42:15] "POST /neutron/port HTTP/1.1" 200 1056 0.044948 10.0.0.23 - - [2026-01-29 03:42:16] "POST /neutron/network HTTP/1.1" 200 838 0.008780 10.0.0.23 - - [2026-01-29 03:42:16] "POST /neutron/subnet HTTP/1.1" 200 693 0.009444 10.0.0.23 - - [2026-01-29 03:42:16] "POST /neutron/port HTTP/1.1" 200 1074 0.135876 10.0.0.23 - - [2026-01-29 03:42:16] "POST /neutron/port HTTP/1.1" 200 1084 0.020053 10.0.0.23 - - [2026-01-29 03:42:16] "POST /neutron/port HTTP/1.1" 200 117 0.001305 10.0.0.23 - - [2026-01-29 03:42:16] "GET /virtual-machine-interface/78e1a92a-6849-41f3-8d4a-c125b873be6c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2669 0.007746 10.0.0.23 - - [2026-01-29 03:42:16] "POST /ref-update HTTP/1.1" 200 156 0.017248 10.0.0.23 - - [2026-01-29 03:42:16] "POST /neutron/security_group HTTP/1.1" 200 2055 0.008140 10.0.0.23 - - [2026-01-29 03:42:20] "POST /neutron/network HTTP/1.1" 200 838 0.008058 10.0.0.23 - - [2026-01-29 03:42:20] "POST /neutron/port HTTP/1.1" 200 117 0.001425 10.0.0.23 - - [2026-01-29 03:42:21] "POST /neutron/security_group HTTP/1.1" 200 2055 0.008590 10.0.0.23 - - [2026-01-29 03:42:22] "POST /neutron/port HTTP/1.1" 200 1120 0.019588 10.0.0.23 - - [2026-01-29 03:42:22] "POST /neutron/security_group HTTP/1.1" 200 2055 0.008547 10.0.0.23 - - [2026-01-29 03:42:22] "GET /virtual-machine/caf72a34-0811-4cac-8558-ba6d4273395c HTTP/1.1" 401 292 0.000565 10.0.0.23 - - [2026-01-29 03:42:22] "GET /virtual-machine/caf72a34-0811-4cac-8558-ba6d4273395c HTTP/1.1" 200 1291 0.036141 10.0.0.23 - - [2026-01-29 03:42:22] "GET /virtual-machine/caf72a34-0811-4cac-8558-ba6d4273395c HTTP/1.1" 200 1291 0.005686 10.0.0.23 - - [2026-01-29 03:42:22] "GET /virtual-machine-interface/acb72d0f-03f4-4a7b-a44b-1336def00eb2 HTTP/1.1" 200 2946 0.008147 10.0.0.23 - - [2026-01-29 03:42:22] "GET /virtual-machine/caf72a34-0811-4cac-8558-ba6d4273395c HTTP/1.1" 200 1291 0.005317 10.0.0.23 - - [2026-01-29 03:42:22] "GET /virtual-machine-interface/acb72d0f-03f4-4a7b-a44b-1336def00eb2 HTTP/1.1" 200 2946 0.008136 10.0.0.23 - - [2026-01-29 03:42:22] "GET /instance-ip/19864f0e-61ab-4a81-ac83-ff983143c1eb HTTP/1.1" 200 1620 0.008366 10.0.0.23 - - [2026-01-29 03:42:22] "GET /virtual-machine/caf72a34-0811-4cac-8558-ba6d4273395c HTTP/1.1" 200 1291 0.004181 10.0.0.23 - - [2026-01-29 03:42:22] "GET /virtual-machine-interface/acb72d0f-03f4-4a7b-a44b-1336def00eb2 HTTP/1.1" 200 2946 0.005728 10.0.0.23 - - [2026-01-29 03:42:22] "GET /instance-ip/19864f0e-61ab-4a81-ac83-ff983143c1eb HTTP/1.1" 200 1620 0.005137 10.0.0.23 - - [2026-01-29 03:42:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003869 10.0.0.23 - - [2026-01-29 03:42:22] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004404 10.0.0.23 - - [2026-01-29 03:42:22] "GET /virtual-networks?parent_id=8ac91850-a2c0-4c3b-90ce-aa2c7ccb712b&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.004695 10.0.0.23 - - [2026-01-29 03:42:22] "GET /virtual-network/7aee64cf-e27a-4914-961f-537303e89e71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.006558 10.0.0.23 - - [2026-01-29 03:42:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003556 10.0.0.23 - - [2026-01-29 03:42:22] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004835 10.0.0.23 - - [2026-01-29 03:42:22] "GET /virtual-networks?parent_id=8ac91850-a2c0-4c3b-90ce-aa2c7ccb712b&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003545 10.0.0.23 - - [2026-01-29 03:42:22] "GET /virtual-network/7aee64cf-e27a-4914-961f-537303e89e71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.006492 10.0.0.23 - - [2026-01-29 03:42:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.004680 10.0.0.23 - - [2026-01-29 03:42:22] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004503 10.0.0.23 - - [2026-01-29 03:42:22] "GET /virtual-networks?parent_id=8ac91850-a2c0-4c3b-90ce-aa2c7ccb712b&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.004707 10.0.0.23 - - [2026-01-29 03:42:22] "GET /virtual-network/7aee64cf-e27a-4914-961f-537303e89e71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.009176 10.0.0.23 - - [2026-01-29 03:42:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004193 10.0.0.23 - - [2026-01-29 03:42:23] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005842 10.0.0.23 - - [2026-01-29 03:42:23] "GET /virtual-networks?parent_id=8ac91850-a2c0-4c3b-90ce-aa2c7ccb712b&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003650 10.0.0.23 - - [2026-01-29 03:42:23] "GET /virtual-network/7aee64cf-e27a-4914-961f-537303e89e71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.007086 10.0.0.23 - - [2026-01-29 03:42:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003905 10.0.0.23 - - [2026-01-29 03:42:23] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.006737 10.0.0.23 - - [2026-01-29 03:42:23] "GET /virtual-networks?parent_id=8ac91850-a2c0-4c3b-90ce-aa2c7ccb712b&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.004432 10.0.0.23 - - [2026-01-29 03:42:23] "GET /virtual-network/7aee64cf-e27a-4914-961f-537303e89e71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.006594 10.0.0.23 - - [2026-01-29 03:42:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003757 10.0.0.23 - - [2026-01-29 03:42:23] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004839 10.0.0.23 - - [2026-01-29 03:42:23] "GET /virtual-networks?parent_id=8ac91850-a2c0-4c3b-90ce-aa2c7ccb712b&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.004374 10.0.0.23 - - [2026-01-29 03:42:23] "GET /virtual-network/7aee64cf-e27a-4914-961f-537303e89e71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.006587 10.0.0.23 - - [2026-01-29 03:42:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004172 10.0.0.23 - - [2026-01-29 03:42:23] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004800 10.0.0.23 - - [2026-01-29 03:42:23] "GET /virtual-networks?parent_id=8ac91850-a2c0-4c3b-90ce-aa2c7ccb712b&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.004050 10.0.0.23 - - [2026-01-29 03:42:23] "GET /virtual-network/7aee64cf-e27a-4914-961f-537303e89e71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.006577 10.0.0.23 - - [2026-01-29 03:42:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004765 10.0.0.23 - - [2026-01-29 03:42:26] "GET /virtual-network/7aee64cf-e27a-4914-961f-537303e89e71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.008035 10.0.0.23 - - [2026-01-29 03:42:29] "POST /neutron/port HTTP/1.1" 200 1120 0.024183 10.0.0.23 - - [2026-01-29 03:42:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.007125 10.0.0.23 - - [2026-01-29 03:42:30] "GET /virtual-network/7aee64cf-e27a-4914-961f-537303e89e71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.009180 10.0.0.23 - - [2026-01-29 03:42:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004184 10.0.0.23 - - [2026-01-29 03:42:32] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005340 10.0.0.23 - - [2026-01-29 03:42:32] "GET /virtual-networks?parent_id=8ac91850-a2c0-4c3b-90ce-aa2c7ccb712b&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.007058 10.0.0.23 - - [2026-01-29 03:42:32] "GET /virtual-network/7aee64cf-e27a-4914-961f-537303e89e71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.006719 10.0.0.23 - - [2026-01-29 03:42:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003760 10.0.0.23 - - [2026-01-29 03:42:33] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003961 10.0.0.23 - - [2026-01-29 03:42:33] "GET /virtual-networks?parent_id=8ac91850-a2c0-4c3b-90ce-aa2c7ccb712b&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003057 10.0.0.23 - - [2026-01-29 03:42:33] "GET /virtual-network/7aee64cf-e27a-4914-961f-537303e89e71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.006164 10.0.0.23 - - [2026-01-29 03:42:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.004103 10.0.0.23 - - [2026-01-29 03:42:33] "GET /routing-instance/cd6e0c2b-7bda-4e47-9eb5-5bc2ca906d87?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1492 0.005248 10.0.0.23 - - [2026-01-29 03:42:33] "GET /route-target/ebe00397-09d5-4131-a2b6-3e90604015d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.004558 10.0.0.23 - - [2026-01-29 03:42:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.004427 10.0.0.23 - - [2026-01-29 03:42:33] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004670 10.0.0.23 - - [2026-01-29 03:42:33] "GET /virtual-networks?parent_id=8ac91850-a2c0-4c3b-90ce-aa2c7ccb712b&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003551 10.0.0.23 - - [2026-01-29 03:42:33] "GET /virtual-network/7aee64cf-e27a-4914-961f-537303e89e71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.006226 10.0.0.23 - - [2026-01-29 03:42:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.016172 10.0.0.23 - - [2026-01-29 03:42:33] "GET /routing-instance/cd6e0c2b-7bda-4e47-9eb5-5bc2ca906d87?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1492 0.004672 10.0.0.23 - - [2026-01-29 03:42:33] "GET /route-target/ebe00397-09d5-4131-a2b6-3e90604015d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.004394 10.0.0.23 - - [2026-01-29 03:42:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003492 10.0.0.23 - - [2026-01-29 03:42:33] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004788 10.0.0.23 - - [2026-01-29 03:42:33] "GET /virtual-networks?parent_id=8ac91850-a2c0-4c3b-90ce-aa2c7ccb712b&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003724 10.0.0.23 - - [2026-01-29 03:42:33] "GET /virtual-network/7aee64cf-e27a-4914-961f-537303e89e71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.006108 10.0.0.23 - - [2026-01-29 03:42:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.004006 10.0.0.23 - - [2026-01-29 03:42:33] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004778 10.0.0.23 - - [2026-01-29 03:42:33] "GET /virtual-networks?parent_id=8ac91850-a2c0-4c3b-90ce-aa2c7ccb712b&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003717 10.0.0.23 - - [2026-01-29 03:42:33] "GET /virtual-network/7aee64cf-e27a-4914-961f-537303e89e71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.007171 10.0.0.23 - - [2026-01-29 03:42:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.004057 10.0.0.23 - - [2026-01-29 03:42:33] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004304 10.0.0.23 - - [2026-01-29 03:42:34] "GET /virtual-networks?parent_id=8ac91850-a2c0-4c3b-90ce-aa2c7ccb712b&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003835 10.0.0.23 - - [2026-01-29 03:42:34] "GET /virtual-network/7aee64cf-e27a-4914-961f-537303e89e71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.006692 10.0.0.240 - - [2026-01-29 03:42:36] "GET /obj-perms HTTP/1.1" 200 5024 0.063410 10.0.0.23 - - [2026-01-29 03:42:37] "GET /obj-perms HTTP/1.1" 200 5024 0.052938 10.0.0.23 - - [2026-01-29 03:42:37] "GET /obj-perms HTTP/1.1" 200 5024 0.005294 10.0.0.147 - - [2026-01-29 03:42:37] "GET /obj-perms HTTP/1.1" 200 5024 0.048501 10.0.0.240 - - [2026-01-29 03:42:37] "GET /obj-perms HTTP/1.1" 200 5024 0.004468 10.0.0.23 - - [2026-01-29 03:42:37] "POST /neutron/security_group HTTP/1.1" 200 2055 0.009679 10.0.0.23 - - [2026-01-29 03:42:37] "POST /neutron/port HTTP/1.1" 200 1084 0.025489 10.0.0.23 - - [2026-01-29 03:42:38] "GET /virtual-machine/957814a1-f868-4f5e-86d6-a43f25aa6c76 HTTP/1.1" 200 1269 0.006674 10.0.0.23 - - [2026-01-29 03:42:38] "GET /virtual-machine-interface/78e1a92a-6849-41f3-8d4a-c125b873be6c HTTP/1.1" 200 3158 0.006365 10.0.0.23 - - [2026-01-29 03:42:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.005991 10.0.0.23 - - [2026-01-29 03:42:38] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004728 10.0.0.23 - - [2026-01-29 03:42:38] "GET /virtual-networks?parent_id=8ac91850-a2c0-4c3b-90ce-aa2c7ccb712b&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003047 10.0.0.23 - - [2026-01-29 03:42:38] "GET /virtual-network/7aee64cf-e27a-4914-961f-537303e89e71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.006242 10.0.0.23 - - [2026-01-29 03:42:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003836 10.0.0.23 - - [2026-01-29 03:42:39] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004451 10.0.0.23 - - [2026-01-29 03:42:39] "GET /virtual-networks?parent_id=8ac91850-a2c0-4c3b-90ce-aa2c7ccb712b&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003689 10.0.0.23 - - [2026-01-29 03:42:39] "GET /virtual-network/7aee64cf-e27a-4914-961f-537303e89e71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.006863 10.0.0.23 - - [2026-01-29 03:42:39] "GET /virtual-network/7aee64cf-e27a-4914-961f-537303e89e71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.006059 10.0.0.23 - - [2026-01-29 03:42:40] "GET /virtual-machine/caf72a34-0811-4cac-8558-ba6d4273395c HTTP/1.1" 200 1291 0.005430 10.0.0.23 - - [2026-01-29 03:42:40] "POST /neutron/port HTTP/1.1" 200 1110 0.016321 10.0.0.23 - - [2026-01-29 03:42:42] "GET /virtual-machine/caf72a34-0811-4cac-8558-ba6d4273395c HTTP/1.1" 404 171 0.003760 10.0.0.23 - - [2026-01-29 03:42:42] "GET /virtual-machine/caf72a34-0811-4cac-8558-ba6d4273395c HTTP/1.1" 404 171 0.003712 10.0.0.23 - - [2026-01-29 03:42:42] "GET /virtual-machine/caf72a34-0811-4cac-8558-ba6d4273395c HTTP/1.1" 404 171 0.004203 10.0.0.23 - - [2026-01-29 03:42:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003808 10.0.0.23 - - [2026-01-29 03:42:42] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004534 10.0.0.23 - - [2026-01-29 03:42:42] "GET /virtual-networks?parent_id=8ac91850-a2c0-4c3b-90ce-aa2c7ccb712b&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.004160 10.0.0.23 - - [2026-01-29 03:42:42] "GET /virtual-network/7aee64cf-e27a-4914-961f-537303e89e71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.005985 10.0.0.23 - - [2026-01-29 03:42:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003468 10.0.0.23 - - [2026-01-29 03:42:42] "GET /routing-instance/cd6e0c2b-7bda-4e47-9eb5-5bc2ca906d87?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1492 0.004783 10.0.0.23 - - [2026-01-29 03:42:42] "GET /route-target/ebe00397-09d5-4131-a2b6-3e90604015d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.004775 10.0.0.23 - - [2026-01-29 03:42:42] "GET /obj-perms HTTP/1.1" 200 5024 0.004016 10.0.0.147 - - [2026-01-29 03:42:46] "GET /obj-perms HTTP/1.1" 200 5024 0.005594 10.0.0.23 - - [2026-01-29 03:42:52] "GET /obj-perms HTTP/1.1" 200 5024 0.005824 10.0.0.147 - - [2026-01-29 03:42:55] "GET /obj-perms HTTP/1.1" 200 5024 0.005140 10.0.0.23 - - [2026-01-29 03:42:58] "GET /obj-perms HTTP/1.1" 200 5024 0.005117 10.0.0.240 - - [2026-01-29 03:43:01] "DELETE /project/5e8c8652-69b2-4957-81a3-64a29a294a1b HTTP/1.1" 404 177 0.003907 10.0.0.240 - - [2026-01-29 03:43:01] "DELETE /project/8ac91850a2c04c3b90ceaa2c7ccb712b HTTP/1.1" 404 173 0.007676 10.0.0.147 - - [2026-01-29 03:43:04] "GET /obj-perms HTTP/1.1" 200 5024 0.004457 10.0.0.23 - - [2026-01-29 03:43:07] "GET /obj-perms HTTP/1.1" 200 5024 0.005815 10.0.0.240 - - [2026-01-29 03:43:07] "GET /obj-perms HTTP/1.1" 200 5024 0.005165 10.0.0.23 - - [2026-01-29 03:43:07] "GET /interface-route-table/c793f6cc-1c55-4b5e-982e-eb1b365cede2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1277 0.007376 10.0.0.23 - - [2026-01-29 03:43:07] "GET /virtual-machine-interface/78e1a92a-6849-41f3-8d4a-c125b873be6c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2936 0.009098 10.0.0.23 - - [2026-01-29 03:43:07] "POST /ref-update HTTP/1.1" 200 156 0.037574 10.0.0.23 - - [2026-01-29 03:43:07] "DELETE /interface-route-table/c793f6cc-1c55-4b5e-982e-eb1b365cede2 HTTP/1.1" 200 115 0.043631 10.0.0.23 - - [2026-01-29 03:43:08] "POST /neutron/port HTTP/1.1" 200 151 0.223633 10.0.0.147 - - [2026-01-29 03:43:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.005687 10.0.0.240 - - [2026-01-29 03:43:09] "GET /projects?obj_uuids=8ac91850-a2c0-4c3b-90ce-aa2c7ccb712b&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.002857 10.0.0.23 - - [2026-01-29 03:43:10] "GET /project/8ac91850-a2c0-4c3b-90ce-aa2c7ccb712b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.051635 10.0.0.240 - - [2026-01-29 03:43:10] "GET /projects?obj_uuids=8ac91850-a2c0-4c3b-90ce-aa2c7ccb712b&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001472 10.0.0.23 - - [2026-01-29 03:43:10] "GET /project/8ac91850-a2c0-4c3b-90ce-aa2c7ccb712b?fields=virtual_networks HTTP/1.1" 200 1029 0.042487 10.0.0.240 - - [2026-01-29 03:43:10] "GET /projects?obj_uuids=8ac91850-a2c0-4c3b-90ce-aa2c7ccb712b&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001628 10.0.0.23 - - [2026-01-29 03:43:10] "GET /project/8ac91850-a2c0-4c3b-90ce-aa2c7ccb712b?fields=virtual_machine_interfaces HTTP/1.1" 200 1029 0.045410 10.0.0.240 - - [2026-01-29 03:43:10] "GET /projects?obj_uuids=8ac91850-a2c0-4c3b-90ce-aa2c7ccb712b&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001789 10.0.0.23 - - [2026-01-29 03:43:10] "GET /project/8ac91850-a2c0-4c3b-90ce-aa2c7ccb712b?fields=security_groups HTTP/1.1" 200 1253 0.046914 10.0.0.23 - - [2026-01-29 03:43:11] "POST /fqname-to-id HTTP/1.1" 404 192 0.030573 10.0.0.240 - - [2026-01-29 03:43:11] "GET /projects?obj_uuids=7655433a-ead4-4e12-9202-e8d4faa0de90&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004329 10.0.0.240 - - [2026-01-29 03:43:11] "GET /domains?obj_uuids=65230a56-1cf0-4d34-9498-1ad48da04806&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001911 10.0.0.240 - - [2026-01-29 03:43:11] "GET /domain/65230a56-1cf0-4d34-9498-1ad48da04806?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.010373 10.0.0.240 - - [2026-01-29 03:43:11] "POST /id-to-fqname HTTP/1.1" 200 194 0.005485 10.0.0.240 - - [2026-01-29 03:43:11] "POST /fqname-to-id HTTP/1.1" 404 203 0.013251 10.0.0.240 - - [2026-01-29 03:43:11] "POST /security-groups HTTP/1.1" 200 595 0.073521 10.0.0.240 - - [2026-01-29 03:43:11] "POST /projects HTTP/1.1" 200 593 0.318298 10.0.0.147 - - [2026-01-29 03:43:11] "POST /access-control-lists HTTP/1.1" 200 602 0.028702 10.0.0.240 - - [2026-01-29 03:43:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.393632 10.0.0.23 - - [2026-01-29 03:43:11] "GET /project/7655433a-ead4-4e12-9202-e8d4faa0de90?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.550941 10.0.0.23 - - [2026-01-29 03:43:12] "GET / HTTP/1.1" 200 36215 0.003118 10.0.0.23 - - [2026-01-29 03:43:13] "POST /fqname-to-id HTTP/1.1" 401 292 0.000510 10.0.0.23 - - [2026-01-29 03:43:13] "POST /neutron/port HTTP/1.1" 200 117 0.007430 10.0.0.23 - - [2026-01-29 03:43:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.074483 10.0.0.240 - - [2026-01-29 03:43:13] "GET /projects?obj_uuids=7655433a-ead4-4e12-9202-e8d4faa0de90&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001236 10.0.0.23 - - [2026-01-29 03:43:13] "GET /project/7655433a-ead4-4e12-9202-e8d4faa0de90?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.057177 10.0.0.240 - - [2026-01-29 03:43:13] "GET /projects?obj_uuids=7655433a-ead4-4e12-9202-e8d4faa0de90&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001193 10.0.0.23 - - [2026-01-29 03:43:13] "POST /neutron/network HTTP/1.1" 200 609 0.145096 10.0.0.147 - - [2026-01-29 03:43:13] "POST /route-targets HTTP/1.1" 200 328 0.018072 10.0.0.23 - - [2026-01-29 03:43:14] "POST /id-to-fqname HTTP/1.1" 200 224 0.004277 10.0.0.23 - - [2026-01-29 03:43:14] "GET /virtual-network/5f785096-5eec-488d-bba4-997ca8f17b2c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.008035 10.0.0.23 - - [2026-01-29 03:43:14] "POST /neutron/network HTTP/1.1" 200 828 0.008410 10.0.0.23 - - [2026-01-29 03:43:14] "GET /virtual-network/5f785096-5eec-488d-bba4-997ca8f17b2c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.007668 10.0.0.23 - - [2026-01-29 03:43:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.005047 10.0.0.240 - - [2026-01-29 03:43:14] "GET /projects?obj_uuids=7655433a-ead4-4e12-9202-e8d4faa0de90&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001184 10.0.0.23 - - [2026-01-29 03:43:14] "GET /project/7655433a-ead4-4e12-9202-e8d4faa0de90?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.056108 10.0.0.23 - - [2026-01-29 03:43:14] "POST /neutron/network HTTP/1.1" 200 117 0.015596 10.0.0.147 - - [2026-01-29 03:43:14] "POST /ref-update HTTP/1.1" 200 156 0.024465 10.0.0.23 - - [2026-01-29 03:43:14] "POST /neutron/network HTTP/1.1" 200 827 0.009467 10.0.0.23 - - [2026-01-29 03:43:14] "POST /id-to-fqname HTTP/1.1" 200 224 0.001360 10.0.0.23 - - [2026-01-29 03:43:14] "GET /virtual-network/a993f4ee-0ff4-428a-9519-6da52bfeccfc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.008144 10.0.0.23 - - [2026-01-29 03:43:14] "GET /virtual-network/a993f4ee-0ff4-428a-9519-6da52bfeccfc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.006862 10.0.0.23 - - [2026-01-29 03:43:14] "POST /neutron/subnet HTTP/1.1" 200 719 0.009114 10.0.0.23 - - [2026-01-29 03:43:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003219 10.0.0.240 - - [2026-01-29 03:43:15] "GET /projects?obj_uuids=7655433a-ead4-4e12-9202-e8d4faa0de90&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001374 10.0.0.23 - - [2026-01-29 03:43:15] "GET /project/7655433a-ead4-4e12-9202-e8d4faa0de90?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.050846 10.0.0.240 - - [2026-01-29 03:43:15] "POST /useragent-kv HTTP/1.1" 200 115 0.007638 10.0.0.23 - - [2026-01-29 03:43:15] "POST /neutron/subnet HTTP/1.1" 200 729 0.181320 10.0.0.23 - - [2026-01-29 03:43:15] "POST /id-to-fqname HTTP/1.1" 200 224 0.001621 10.0.0.23 - - [2026-01-29 03:43:15] "GET /virtual-network/30b6893a-5e55-4c45-aa85-a1bce35e12bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005656 10.0.0.23 - - [2026-01-29 03:43:15] "GET /virtual-network/30b6893a-5e55-4c45-aa85-a1bce35e12bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005987 10.0.0.23 - - [2026-01-29 03:43:15] "POST /neutron/network HTTP/1.1" 200 829 0.007472 10.0.0.23 - - [2026-01-29 03:43:15] "POST /fqname-to-id HTTP/1.1" 404 214 0.003419 10.0.0.23 - - [2026-01-29 03:43:15] "GET /virtual-network/a993f4ee-0ff4-428a-9519-6da52bfeccfc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.006284 10.0.0.23 - - [2026-01-29 03:43:15] "GET /virtual-machine-interface/0da3c8c9-7b61-442b-97dd-d44327843989?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2377 0.011437 10.0.0.23 - - [2026-01-29 03:43:15] "GET /virtual-machine-interface/0da3c8c9-7b61-442b-97dd-d44327843989?fields=instance_ip_back_refs HTTP/1.1" 200 1335 0.016544 10.0.0.23 - - [2026-01-29 03:43:15] "GET /instance-ip/a1f73b8c-b75a-435b-941a-80c8e957698b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.005318 10.0.0.23 - - [2026-01-29 03:43:15] "POST /fqname-to-id HTTP/1.1" 404 214 0.003568 10.0.0.23 - - [2026-01-29 03:43:16] "GET /virtual-network/5f785096-5eec-488d-bba4-997ca8f17b2c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.006261 10.0.0.240 - - [2026-01-29 03:43:16] "GET /projects?obj_uuids=7655433a-ead4-4e12-9202-e8d4faa0de90&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001114 10.0.0.23 - - [2026-01-29 03:43:16] "GET /project/7655433a-ead4-4e12-9202-e8d4faa0de90?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.052501 10.0.0.23 - - [2026-01-29 03:43:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003909 10.0.0.23 - - [2026-01-29 03:43:16] "GET /security-group/17fa2a4a-eb2d-4b06-a666-e84a9fb730dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3768 0.005573 10.0.0.23 - - [2026-01-29 03:43:16] "POST /virtual-machine-interfaces HTTP/1.1" 200 571 0.102420 10.0.0.23 - - [2026-01-29 03:43:16] "POST /instance-ips HTTP/1.1" 200 358 0.054452 10.0.0.23 - - [2026-01-29 03:43:16] "GET /virtual-machine-interface/bcccb4a7-8392-40c4-ac63-e1b60665d523?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2655 0.007147 10.0.0.23 - - [2026-01-29 03:43:16] "GET /virtual-machine-interface/bcccb4a7-8392-40c4-ac63-e1b60665d523?fields=instance_ip_back_refs HTTP/1.1" 200 1339 0.011989 10.0.0.23 - - [2026-01-29 03:43:16] "GET /instance-ip/755cd8e3-60b3-4ca2-8115-a1d728314244?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1584 0.005333 10.0.0.23 - - [2026-01-29 03:43:16] "POST /fqname-to-id HTTP/1.1" 404 214 0.004258 10.0.0.23 - - [2026-01-29 03:43:16] "GET /virtual-network/a993f4ee-0ff4-428a-9519-6da52bfeccfc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.006716 10.0.0.240 - - [2026-01-29 03:43:16] "GET /projects?obj_uuids=7655433a-ead4-4e12-9202-e8d4faa0de90&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001601 10.0.0.23 - - [2026-01-29 03:43:16] "POST /neutron/port HTTP/1.1" 200 989 0.275780 10.0.0.23 - - [2026-01-29 03:43:16] "GET /virtual-machine-interface/d788eca3-55e1-40a6-962a-3015c5ef1c0d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2379 0.006861 10.0.0.23 - - [2026-01-29 03:43:16] "GET /virtual-machine-interface/d788eca3-55e1-40a6-962a-3015c5ef1c0d?fields=instance_ip_back_refs HTTP/1.1" 200 1337 0.006672 10.0.0.23 - - [2026-01-29 03:43:16] "GET /instance-ip/e027eabc-9f99-40bd-952b-950d108fd424?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.005437 10.0.0.23 - - [2026-01-29 03:43:16] "POST /fqname-to-id HTTP/1.1" 404 214 0.003604 10.0.0.23 - - [2026-01-29 03:43:17] "GET /virtual-network/5f785096-5eec-488d-bba4-997ca8f17b2c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.007062 10.0.0.240 - - [2026-01-29 03:43:17] "GET /projects?obj_uuids=7655433a-ead4-4e12-9202-e8d4faa0de90&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001165 10.0.0.23 - - [2026-01-29 03:43:17] "GET /project/7655433a-ead4-4e12-9202-e8d4faa0de90?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.049260 10.0.0.23 - - [2026-01-29 03:43:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004458 10.0.0.23 - - [2026-01-29 03:43:17] "GET /security-group/17fa2a4a-eb2d-4b06-a666-e84a9fb730dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3768 0.005901 10.0.0.23 - - [2026-01-29 03:43:17] "POST /virtual-machine-interfaces HTTP/1.1" 200 571 0.094934 10.0.0.23 - - [2026-01-29 03:43:17] "POST /instance-ips HTTP/1.1" 200 358 0.041132 10.0.0.23 - - [2026-01-29 03:43:17] "GET /virtual-machine-interface/979da245-04a5-4d57-bf52-2149f9ade7a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2656 0.007958 10.0.0.23 - - [2026-01-29 03:43:17] "GET /virtual-machine-interface/979da245-04a5-4d57-bf52-2149f9ade7a1?fields=instance_ip_back_refs HTTP/1.1" 200 1339 0.011945 10.0.0.23 - - [2026-01-29 03:43:17] "GET /instance-ip/7de169d5-58be-4f51-8f6b-25777fcee605?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1585 0.005056 10.0.0.23 - - [2026-01-29 03:43:17] "POST /fqname-to-id HTTP/1.1" 404 214 0.003434 10.0.0.23 - - [2026-01-29 03:43:17] "GET /virtual-network/a993f4ee-0ff4-428a-9519-6da52bfeccfc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.008026 10.0.0.23 - - [2026-01-29 03:43:17] "GET /virtual-machine-interface/8e1031f3-72dd-4a2f-b38f-3ef95d08a3d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2379 0.009051 10.0.0.23 - - [2026-01-29 03:43:17] "GET /virtual-machine-interface/8e1031f3-72dd-4a2f-b38f-3ef95d08a3d7?fields=instance_ip_back_refs HTTP/1.1" 200 1337 0.010624 10.0.0.23 - - [2026-01-29 03:43:17] "GET /instance-ip/6c4cefa9-5c20-4eda-be4e-967765872e0c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.006407 10.0.0.23 - - [2026-01-29 03:43:17] "POST /fqname-to-id HTTP/1.1" 404 214 0.003948 10.0.0.23 - - [2026-01-29 03:43:17] "GET /virtual-network/30b6893a-5e55-4c45-aa85-a1bce35e12bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.007068 10.0.0.240 - - [2026-01-29 03:43:17] "GET /projects?obj_uuids=7655433a-ead4-4e12-9202-e8d4faa0de90&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001635 10.0.0.23 - - [2026-01-29 03:43:18] "GET /project/7655433a-ead4-4e12-9202-e8d4faa0de90?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.046129 10.0.0.23 - - [2026-01-29 03:43:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004541 10.0.0.23 - - [2026-01-29 03:43:18] "GET /security-group/17fa2a4a-eb2d-4b06-a666-e84a9fb730dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3768 0.006475 10.0.0.23 - - [2026-01-29 03:43:18] "POST /virtual-machine-interfaces HTTP/1.1" 200 571 0.104175 10.0.0.23 - - [2026-01-29 03:43:18] "POST /instance-ips HTTP/1.1" 200 358 0.054045 10.0.0.23 - - [2026-01-29 03:43:18] "GET /virtual-machine-interface/e0bc2080-5b41-4e6a-954d-bd53eb53e947?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2656 0.007216 10.0.0.23 - - [2026-01-29 03:43:18] "GET /virtual-machine-interface/e0bc2080-5b41-4e6a-954d-bd53eb53e947?fields=instance_ip_back_refs HTTP/1.1" 200 1339 0.012988 10.0.0.23 - - [2026-01-29 03:43:18] "GET /instance-ip/193be1a5-bd79-4f0b-8c3b-e6ce0ab3bc5d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1586 0.005123 10.0.0.23 - - [2026-01-29 03:43:19] "POST /id-to-fqname HTTP/1.1" 200 224 0.001974 10.0.0.23 - - [2026-01-29 03:43:20] "POST /neutron/port HTTP/1.1" 200 989 0.014871 10.0.0.23 - - [2026-01-29 03:43:20] "POST /neutron/port HTTP/1.1" 200 117 0.007694 10.0.0.23 - - [2026-01-29 03:43:20] "POST /id-to-fqname HTTP/1.1" 200 224 0.001468 10.0.0.23 - - [2026-01-29 03:43:20] "POST /neutron/port HTTP/1.1" 200 117 0.009043 10.0.0.23 - - [2026-01-29 03:43:20] "POST /neutron/network HTTP/1.1" 200 837 0.006789 10.0.0.23 - - [2026-01-29 03:43:20] "POST /neutron/port HTTP/1.1" 200 1081 0.123720 10.0.0.23 - - [2026-01-29 03:43:21] "POST /neutron/subnet HTTP/1.1" 200 693 0.010444 10.0.0.240 - - [2026-01-29 03:43:21] "GET /projects?obj_uuids=7655433a-ead4-4e12-9202-e8d4faa0de90&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001260 10.0.0.23 - - [2026-01-29 03:43:21] "GET /project/7655433a-ead4-4e12-9202-e8d4faa0de90?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.083904 10.0.0.23 - - [2026-01-29 03:43:21] "POST /neutron/network HTTP/1.1" 200 829 0.008782 10.0.0.23 - - [2026-01-29 03:43:21] "POST /neutron/port HTTP/1.1" 200 117 0.007008 10.0.0.23 - - [2026-01-29 03:43:21] "POST /id-to-fqname HTTP/1.1" 200 224 0.001507 10.0.0.23 - - [2026-01-29 03:43:21] "POST /neutron/port HTTP/1.1" 200 989 0.018310 10.0.0.23 - - [2026-01-29 03:43:21] "POST /neutron/network HTTP/1.1" 200 827 0.009319 10.0.0.23 - - [2026-01-29 03:43:22] "POST /neutron/port HTTP/1.1" 200 989 0.018968 10.0.0.23 - - [2026-01-29 03:43:22] "POST /neutron/security_group HTTP/1.1" 200 2062 0.007305 10.0.0.23 - - [2026-01-29 03:43:22] "POST /neutron/port HTTP/1.1" 200 117 0.007828 10.0.0.23 - - [2026-01-29 03:43:22] "POST /neutron/router HTTP/1.1" 200 598 0.006620 10.0.0.147 - - [2026-01-29 03:43:22] "POST /route-targets HTTP/1.1" 200 328 0.016241 10.0.0.23 - - [2026-01-29 03:43:22] "POST /neutron/subnet HTTP/1.1" 200 703 0.009892 10.0.0.23 - - [2026-01-29 03:43:22] "POST /neutron/port HTTP/1.1" 200 989 0.011655 10.0.0.23 - - [2026-01-29 03:43:22] "POST /neutron/port HTTP/1.1" 200 989 0.013009 10.0.0.240 - - [2026-01-29 03:43:23] "GET /projects?obj_uuids=7655433a-ead4-4e12-9202-e8d4faa0de90&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001276 10.0.0.23 - - [2026-01-29 03:43:23] "POST /neutron/subnet HTTP/1.1" 200 693 0.012467 10.0.0.23 - - [2026-01-29 03:43:23] "POST /neutron/router HTTP/1.1" 200 344 0.441298 10.0.0.147 - - [2026-01-29 03:43:23] "POST /ref-update HTTP/1.1" 200 156 0.021573 10.0.0.23 - - [2026-01-29 03:43:23] "POST /neutron/port HTTP/1.1" 200 1091 0.021867 10.0.0.23 - - [2026-01-29 03:43:23] "POST /neutron/security_group HTTP/1.1" 200 2062 0.007637 10.0.0.23 - - [2026-01-29 03:43:23] "GET /virtual-machine/f7b509a0-df48-436e-84c3-181b760f86c5 HTTP/1.1" 401 292 0.000539 10.0.0.23 - - [2026-01-29 03:43:24] "GET /virtual-machine/f7b509a0-df48-436e-84c3-181b760f86c5 HTTP/1.1" 200 1276 0.033715 10.0.0.23 - - [2026-01-29 03:43:24] "GET /virtual-machine-interface/0da3c8c9-7b61-442b-97dd-d44327843989 HTTP/1.1" 200 3194 0.005970 10.0.0.23 - - [2026-01-29 03:43:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003956 10.0.0.23 - - [2026-01-29 03:43:24] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004194 10.0.0.23 - - [2026-01-29 03:43:24] "GET /virtual-networks?parent_id=7655433a-ead4-4e12-9202-e8d4faa0de90&detail=False&count=False&shared=False HTTP/1.1" 200 806 0.003357 10.0.0.23 - - [2026-01-29 03:43:24] "GET /virtual-network/a993f4ee-0ff4-428a-9519-6da52bfeccfc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.008010 10.0.0.23 - - [2026-01-29 03:43:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004509 10.0.0.23 - - [2026-01-29 03:43:27] "GET /virtual-network/a993f4ee-0ff4-428a-9519-6da52bfeccfc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.006236 10.0.0.23 - - [2026-01-29 03:43:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003908 10.0.0.23 - - [2026-01-29 03:43:31] "GET /virtual-network/a993f4ee-0ff4-428a-9519-6da52bfeccfc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.006777 10.0.0.23 - - [2026-01-29 03:43:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003896 10.0.0.23 - - [2026-01-29 03:43:35] "GET /virtual-network/a993f4ee-0ff4-428a-9519-6da52bfeccfc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.006294 10.0.0.23 - - [2026-01-29 03:43:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003871 10.0.0.23 - - [2026-01-29 03:43:39] "GET /virtual-network/a993f4ee-0ff4-428a-9519-6da52bfeccfc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.006220 10.0.0.23 - - [2026-01-29 03:43:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003670 10.0.0.23 - - [2026-01-29 03:43:43] "GET /virtual-network/a993f4ee-0ff4-428a-9519-6da52bfeccfc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005630 10.0.0.23 - - [2026-01-29 03:43:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004782 10.0.0.23 - - [2026-01-29 03:43:47] "GET /virtual-network/a993f4ee-0ff4-428a-9519-6da52bfeccfc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.007715 10.0.0.23 - - [2026-01-29 03:43:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.006269 10.0.0.23 - - [2026-01-29 03:43:51] "GET /virtual-network/a993f4ee-0ff4-428a-9519-6da52bfeccfc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.006598 10.0.0.147 - - [2026-01-29 03:43:53] "GET /obj-perms HTTP/1.1" 200 5056 0.054111 10.0.0.23 - - [2026-01-29 03:43:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003938 10.0.0.23 - - [2026-01-29 03:43:55] "GET /virtual-network/a993f4ee-0ff4-428a-9519-6da52bfeccfc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.007792 10.0.0.23 - - [2026-01-29 03:43:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.005916 10.0.0.23 - - [2026-01-29 03:43:59] "GET /virtual-network/a993f4ee-0ff4-428a-9519-6da52bfeccfc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.006439 10.0.0.240 - - [2026-01-29 03:44:01] "DELETE /project/7655433aead44e129202e8d4faa0de90 HTTP/1.1" 404 173 0.037039 10.0.0.240 - - [2026-01-29 03:44:01] "GET /projects?obj_uuids=8ac91850-a2c0-4c3b-90ce-aa2c7ccb712b&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.006064 10.0.0.240 - - [2026-01-29 03:44:02] "GET /project/8ac91850-a2c0-4c3b-90ce-aa2c7ccb712b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.422014 10.0.0.240 - - [2026-01-29 03:44:02] "DELETE /project/8ac91850-a2c0-4c3b-90ce-aa2c7ccb712b HTTP/1.1" 404 171 0.449310 10.0.0.23 - - [2026-01-29 03:44:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003978 10.0.0.23 - - [2026-01-29 03:44:04] "GET /virtual-network/a993f4ee-0ff4-428a-9519-6da52bfeccfc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.006261 10.0.0.23 - - [2026-01-29 03:44:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003822 10.0.0.23 - - [2026-01-29 03:44:08] "GET /virtual-network/a993f4ee-0ff4-428a-9519-6da52bfeccfc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.006352 10.0.0.23 - - [2026-01-29 03:44:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004343 10.0.0.23 - - [2026-01-29 03:44:12] "GET /virtual-network/a993f4ee-0ff4-428a-9519-6da52bfeccfc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.007747 10.0.0.23 - - [2026-01-29 03:44:12] "POST /neutron/port HTTP/1.1" 200 1091 0.021770 10.0.0.23 - - [2026-01-29 03:44:12] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004048 10.0.0.23 - - [2026-01-29 03:44:12] "POST /neutron/network HTTP/1.1" 200 827 0.007400 10.0.0.23 - - [2026-01-29 03:44:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003826 10.0.0.23 - - [2026-01-29 03:44:16] "GET /virtual-network/a993f4ee-0ff4-428a-9519-6da52bfeccfc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005705 10.0.0.23 - - [2026-01-29 03:44:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003853 10.0.0.23 - - [2026-01-29 03:44:18] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003976 10.0.0.23 - - [2026-01-29 03:44:18] "GET /virtual-networks?parent_id=7655433a-ead4-4e12-9202-e8d4faa0de90&detail=False&count=False&shared=False HTTP/1.1" 200 806 0.003134 10.0.0.23 - - [2026-01-29 03:44:18] "GET /virtual-network/a993f4ee-0ff4-428a-9519-6da52bfeccfc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.006222 10.0.0.23 - - [2026-01-29 03:44:20] "POST /neutron/port HTTP/1.1" 200 1129 0.061462 10.0.0.23 - - [2026-01-29 03:44:21] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005286 10.0.0.23 - - [2026-01-29 03:44:21] "POST /neutron/network HTTP/1.1" 200 829 0.008159 10.0.0.23 - - [2026-01-29 03:44:25] "POST /neutron/port HTTP/1.1" 200 1129 0.039859 10.0.0.23 - - [2026-01-29 03:44:28] "POST /neutron/security_group HTTP/1.1" 200 2062 0.010770 10.0.0.23 - - [2026-01-29 03:44:34] "POST /neutron/port HTTP/1.1" 200 1091 0.022001 10.0.0.23 - - [2026-01-29 03:44:36] "POST /neutron/security_group HTTP/1.1" 200 2062 0.006975 10.0.0.23 - - [2026-01-29 03:44:44] "POST /neutron/port HTTP/1.1" 200 1091 0.017750 10.0.0.23 - - [2026-01-29 03:44:49] "POST /neutron/security_group HTTP/1.1" 200 2062 0.010232 10.0.0.23 - - [2026-01-29 03:44:49] "POST /neutron/port HTTP/1.1" 200 1129 0.022329 10.0.0.23 - - [2026-01-29 03:44:49] "GET /virtual-machine/d95067fb-5f96-400c-97a3-a7ba56cfb7a1 HTTP/1.1" 200 1299 0.008314 10.0.0.23 - - [2026-01-29 03:44:49] "GET /virtual-machine-interface/43b67406-d184-4af5-9802-197a64e39aa7 HTTP/1.1" 200 2968 0.006999 10.0.0.23 - - [2026-01-29 03:44:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004493 10.0.0.23 - - [2026-01-29 03:44:49] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005261 10.0.0.23 - - [2026-01-29 03:44:49] "GET /virtual-networks?parent_id=7655433a-ead4-4e12-9202-e8d4faa0de90&detail=False&count=False&shared=False HTTP/1.1" 200 806 0.003749 10.0.0.23 - - [2026-01-29 03:44:49] "GET /virtual-network/30b6893a-5e55-4c45-aa85-a1bce35e12bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.008862 10.0.0.23 - - [2026-01-29 03:44:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.009558 10.0.0.23 - - [2026-01-29 03:44:51] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003983 10.0.0.23 - - [2026-01-29 03:44:51] "GET /virtual-networks?parent_id=7655433a-ead4-4e12-9202-e8d4faa0de90&detail=False&count=False&shared=False HTTP/1.1" 200 806 0.004989 10.0.0.23 - - [2026-01-29 03:44:51] "GET /virtual-network/30b6893a-5e55-4c45-aa85-a1bce35e12bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.006772 10.0.0.23 - - [2026-01-29 03:44:51] "POST /neutron/security_group HTTP/1.1" 200 2062 0.007340 10.0.0.23 - - [2026-01-29 03:44:51] "POST /neutron/port HTTP/1.1" 200 1091 0.020965 10.0.0.23 - - [2026-01-29 03:44:51] "GET /virtual-machine/93519020-4829-4a07-ad3c-fde7a479f46b HTTP/1.1" 200 1277 0.006363 10.0.0.23 - - [2026-01-29 03:44:51] "GET /virtual-machine-interface/8e1031f3-72dd-4a2f-b38f-3ef95d08a3d7 HTTP/1.1" 200 3196 0.005796 10.0.0.23 - - [2026-01-29 03:44:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003534 10.0.0.23 - - [2026-01-29 03:44:51] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003735 10.0.0.23 - - [2026-01-29 03:44:51] "GET /virtual-networks?parent_id=7655433a-ead4-4e12-9202-e8d4faa0de90&detail=False&count=False&shared=False HTTP/1.1" 200 806 0.003278 10.0.0.23 - - [2026-01-29 03:44:51] "GET /virtual-network/a993f4ee-0ff4-428a-9519-6da52bfeccfc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.006539 10.0.0.147 - - [2026-01-29 03:44:51] "GET /global-system-configs HTTP/1.1" 401 292 0.000480 10.0.0.147 - - [2026-01-29 03:44:51] "GET /global-system-configs HTTP/1.1" 401 292 0.000589 10.0.0.23 - - [2026-01-29 03:44:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003806 10.0.0.23 - - [2026-01-29 03:44:52] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004741 10.0.0.23 - - [2026-01-29 03:44:52] "GET /virtual-networks?parent_id=7655433a-ead4-4e12-9202-e8d4faa0de90&detail=False&count=False&shared=False HTTP/1.1" 200 806 0.003512 10.0.0.23 - - [2026-01-29 03:44:52] "GET /virtual-network/a993f4ee-0ff4-428a-9519-6da52bfeccfc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.006178 10.0.0.147 - - [2026-01-29 03:44:52] "GET /global-system-configs HTTP/1.1" 401 292 0.000565 10.0.0.147 - - [2026-01-29 03:44:52] "GET /global-system-configs HTTP/1.1" 401 292 0.000448 10.0.0.23 - - [2026-01-29 03:44:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000436 10.0.0.23 - - [2026-01-29 03:44:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000455 10.0.0.23 - - [2026-01-29 03:44:53] "GET /obj-perms HTTP/1.1" 200 5056 0.062022 10.0.0.240 - - [2026-01-29 03:44:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000441 10.0.0.23 - - [2026-01-29 03:44:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000426 10.0.0.240 - - [2026-01-29 03:44:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000547 10.0.0.23 - - [2026-01-29 03:44:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000498 10.0.0.240 - - [2026-01-29 03:44:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000437 10.0.0.240 - - [2026-01-29 03:44:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000437 10.0.0.23 - - [2026-01-29 03:45:12] "POST /neutron/port HTTP/1.1" 200 1091 0.019127 10.0.0.23 - - [2026-01-29 03:45:12] "POST /neutron/subnet HTTP/1.1" 200 693 0.011256 10.0.0.23 - - [2026-01-29 03:45:22] "POST /neutron/port HTTP/1.1" 200 1129 0.016678 10.0.0.23 - - [2026-01-29 03:45:22] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004295 10.0.0.23 - - [2026-01-29 03:45:22] "POST /neutron/network HTTP/1.1" 200 829 0.009641 10.0.0.23 - - [2026-01-29 03:46:13] "POST /neutron/network HTTP/1.1" 200 837 0.008054 10.0.0.23 - - [2026-01-29 03:46:13] "POST /neutron/port HTTP/1.1" 200 117 0.001463 10.0.0.23 - - [2026-01-29 03:46:24] "POST /neutron/port HTTP/1.1" 200 1129 0.019227 10.0.0.23 - - [2026-01-29 03:46:24] "POST /neutron/subnet HTTP/1.1" 200 703 0.010765 10.0.0.23 - - [2026-01-29 03:46:34] "POST /neutron/router HTTP/1.1" 200 598 0.008369 10.0.0.147 - - [2026-01-29 03:46:34] "POST /ref-update HTTP/1.1" 200 156 0.023198 10.0.0.23 - - [2026-01-29 03:46:34] "POST /neutron/router HTTP/1.1" 200 344 0.203894 10.0.0.147 - - [2026-01-29 03:46:34] "DELETE /route-target/f760cc37-762f-47b0-a5ea-a96b4ca619f0 HTTP/1.1" 200 115 0.022477 10.0.0.23 - - [2026-01-29 03:46:35] "POST /neutron/port HTTP/1.1" 200 1129 0.018233 10.0.0.23 - - [2026-01-29 03:46:36] "DELETE /instance-ip/193be1a5-bd79-4f0b-8c3b-e6ce0ab3bc5d HTTP/1.1" 200 115 0.046263 10.0.0.23 - - [2026-01-29 03:46:36] "DELETE /virtual-machine-interface/e0bc2080-5b41-4e6a-954d-bd53eb53e947 HTTP/1.1" 200 115 0.056381 10.0.0.23 - - [2026-01-29 03:46:36] "POST /neutron/port HTTP/1.1" 200 1081 0.018863 10.0.0.23 - - [2026-01-29 03:46:36] "DELETE /instance-ip/7de169d5-58be-4f51-8f6b-25777fcee605 HTTP/1.1" 200 115 0.057499 10.0.0.23 - - [2026-01-29 03:46:36] "DELETE /virtual-machine-interface/979da245-04a5-4d57-bf52-2149f9ade7a1 HTTP/1.1" 200 115 0.068892 10.0.0.23 - - [2026-01-29 03:46:37] "POST /neutron/port HTTP/1.1" 200 151 0.137127 10.0.0.23 - - [2026-01-29 03:46:37] "DELETE /instance-ip/755cd8e3-60b3-4ca2-8115-a1d728314244 HTTP/1.1" 200 115 0.059296 10.0.0.23 - - [2026-01-29 03:46:37] "DELETE /virtual-machine-interface/bcccb4a7-8392-40c4-ac63-e1b60665d523 HTTP/1.1" 200 115 0.084720 10.0.0.23 - - [2026-01-29 03:46:37] "POST /neutron/network HTTP/1.1" 200 829 0.009554 10.0.0.147 - - [2026-01-29 03:46:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003606 10.0.0.240 - - [2026-01-29 03:46:37] "POST /useragent-kv HTTP/1.1" 200 115 0.059769 10.0.0.240 - - [2026-01-29 03:46:37] "POST /useragent-kv HTTP/1.1" 200 115 0.004425 10.0.0.23 - - [2026-01-29 03:46:37] "POST /neutron/network HTTP/1.1" 200 151 0.209754 10.0.0.240 - - [2026-01-29 03:46:38] "GET /projects?obj_uuids=7655433a-ead4-4e12-9202-e8d4faa0de90&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001297 10.0.0.147 - - [2026-01-29 03:46:38] "DELETE /route-target/59cb9e6b-cf1a-40e2-ab3d-64a0cb3d61dd HTTP/1.1" 200 115 0.039001 10.0.0.23 - - [2026-01-29 03:46:38] "GET /project/7655433a-ead4-4e12-9202-e8d4faa0de90?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.066361 10.0.0.240 - - [2026-01-29 03:46:38] "GET /projects?obj_uuids=7655433a-ead4-4e12-9202-e8d4faa0de90&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001742 10.0.0.23 - - [2026-01-29 03:46:38] "GET /project/7655433a-ead4-4e12-9202-e8d4faa0de90?fields=virtual_networks HTTP/1.1" 200 1042 0.057063 10.0.0.240 - - [2026-01-29 03:46:38] "GET /projects?obj_uuids=7655433a-ead4-4e12-9202-e8d4faa0de90&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001208 10.0.0.23 - - [2026-01-29 03:46:38] "GET /project/7655433a-ead4-4e12-9202-e8d4faa0de90?fields=virtual_machine_interfaces HTTP/1.1" 200 1042 0.040871 10.0.0.240 - - [2026-01-29 03:46:38] "GET /projects?obj_uuids=7655433a-ead4-4e12-9202-e8d4faa0de90&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001124 10.0.0.23 - - [2026-01-29 03:46:38] "GET /project/7655433a-ead4-4e12-9202-e8d4faa0de90?fields=security_groups HTTP/1.1" 200 1273 0.046205 10.0.0.23 - - [2026-01-29 03:46:39] "POST /fqname-to-id HTTP/1.1" 404 187 0.028476 10.0.0.240 - - [2026-01-29 03:46:39] "GET /projects?obj_uuids=c6c391f7-a188-4d26-8406-2ce54a0064b9&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003030 10.0.0.240 - - [2026-01-29 03:46:39] "GET /domains?obj_uuids=65230a56-1cf0-4d34-9498-1ad48da04806&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001273 10.0.0.240 - - [2026-01-29 03:46:39] "GET /domain/65230a56-1cf0-4d34-9498-1ad48da04806?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008496 10.0.0.240 - - [2026-01-29 03:46:39] "POST /id-to-fqname HTTP/1.1" 200 189 0.003669 10.0.0.240 - - [2026-01-29 03:46:39] "POST /fqname-to-id HTTP/1.1" 404 198 0.006153 10.0.0.240 - - [2026-01-29 03:46:39] "POST /security-groups HTTP/1.1" 200 590 0.033389 10.0.0.240 - - [2026-01-29 03:46:39] "POST /projects HTTP/1.1" 200 583 0.255216 10.0.0.240 - - [2026-01-29 03:46:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.292749 10.0.0.147 - - [2026-01-29 03:46:39] "POST /fqname-to-id HTTP/1.1" 404 232 0.006319 10.0.0.23 - - [2026-01-29 03:46:39] "GET /project/c6c391f7-a188-4d26-8406-2ce54a0064b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.458962 10.0.0.23 - - [2026-01-29 03:46:40] "POST /neutron/port HTTP/1.1" 200 117 0.009470 10.0.0.23 - - [2026-01-29 03:46:40] "GET / HTTP/1.1" 200 36215 0.002525 10.0.0.23 - - [2026-01-29 03:46:40] "POST /neutron/port HTTP/1.1" 400 205 0.004151 10.0.0.23 - - [2026-01-29 03:46:42] "POST /fqname-to-id HTTP/1.1" 401 292 0.001153 10.0.0.23 - - [2026-01-29 03:46:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.060305 10.0.0.240 - - [2026-01-29 03:46:42] "GET /projects?obj_uuids=c6c391f7-a188-4d26-8406-2ce54a0064b9&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001210 10.0.0.23 - - [2026-01-29 03:46:43] "GET /project/c6c391f7-a188-4d26-8406-2ce54a0064b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.051816 10.0.0.147 - - [2026-01-29 03:46:43] "POST /ref-update HTTP/1.1" 200 156 0.027905 10.0.0.240 - - [2026-01-29 03:46:43] "POST /useragent-kv HTTP/1.1" 200 115 0.003847 10.0.0.23 - - [2026-01-29 03:46:43] "POST /neutron/subnet HTTP/1.1" 200 729 0.266094 10.0.0.23 - - [2026-01-29 03:46:43] "POST /id-to-fqname HTTP/1.1" 200 219 0.001598 10.0.0.23 - - [2026-01-29 03:46:43] "GET /virtual-network/35662a55-59ff-486a-a277-035516ca5cd3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.006569 10.0.0.23 - - [2026-01-29 03:46:43] "GET /virtual-network/35662a55-59ff-486a-a277-035516ca5cd3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.010451 10.0.0.23 - - [2026-01-29 03:46:43] "POST /neutron/network HTTP/1.1" 200 824 0.007375 10.0.0.23 - - [2026-01-29 03:46:44] "GET /virtual-network/35662a55-59ff-486a-a277-035516ca5cd3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.006257 10.0.0.240 - - [2026-01-29 03:46:45] "GET /obj-perms HTTP/1.1" 200 5028 0.055804 10.0.0.23 - - [2026-01-29 03:46:45] "POST /id-to-fqname HTTP/1.1" 200 219 0.001817 10.0.0.240 - - [2026-01-29 03:46:46] "GET /projects?obj_uuids=c6c391f7-a188-4d26-8406-2ce54a0064b9&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001569 10.0.0.23 - - [2026-01-29 03:46:46] "GET /project/c6c391f7-a188-4d26-8406-2ce54a0064b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.069904 10.0.0.23 - - [2026-01-29 03:46:46] "POST /neutron/network HTTP/1.1" 200 824 0.035731 10.0.0.23 - - [2026-01-29 03:46:46] "POST /id-to-fqname HTTP/1.1" 200 219 0.001665 10.0.0.23 - - [2026-01-29 03:46:46] "POST /neutron/port HTTP/1.1" 200 117 0.006819 10.0.0.240 - - [2026-01-29 03:46:47] "GET /projects?obj_uuids=c6c391f7-a188-4d26-8406-2ce54a0064b9&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001559 10.0.0.23 - - [2026-01-29 03:46:47] "POST /neutron/port HTTP/1.1" 200 1060 0.372107 10.0.0.240 - - [2026-01-29 03:46:47] "GET /projects?obj_uuids=c6c391f7-a188-4d26-8406-2ce54a0064b9&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001719 10.0.0.23 - - [2026-01-29 03:46:47] "GET /project/c6c391f7-a188-4d26-8406-2ce54a0064b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.100747 10.0.0.23 - - [2026-01-29 03:46:47] "POST /neutron/port HTTP/1.1" 200 1114 0.169105 10.0.0.23 - - [2026-01-29 03:46:47] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004070 10.0.0.23 - - [2026-01-29 03:46:47] "POST /neutron/port HTTP/1.1" 200 117 0.001688 10.0.0.23 - - [2026-01-29 03:46:47] "POST /neutron/port HTTP/1.1" 200 117 0.008408 10.0.0.23 - - [2026-01-29 03:46:48] "POST /neutron/network HTTP/1.1" 200 834 0.010090 10.0.0.23 - - [2026-01-29 03:46:48] "POST /neutron/port HTTP/1.1" 200 1060 0.022146 10.0.0.23 - - [2026-01-29 03:46:48] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004363 10.0.0.23 - - [2026-01-29 03:46:48] "POST /neutron/network HTTP/1.1" 200 824 0.007995 10.0.0.23 - - [2026-01-29 03:46:53] "POST /neutron/port HTTP/1.1" 200 1124 0.022556 10.0.0.23 - - [2026-01-29 03:46:53] "POST /neutron/security_group HTTP/1.1" 200 2057 0.008836 10.0.0.23 - - [2026-01-29 03:46:53] "GET /virtual-machine/f6119d52-7ece-435d-90d8-e7c3b4fe42f0 HTTP/1.1" 401 292 0.000467 10.0.0.23 - - [2026-01-29 03:46:53] "GET /virtual-machine/f6119d52-7ece-435d-90d8-e7c3b4fe42f0 HTTP/1.1" 200 1294 0.036860 10.0.0.23 - - [2026-01-29 03:46:53] "GET /virtual-machine-interface/8c9211c2-4b63-4131-9126-2f82e147c124 HTTP/1.1" 200 2944 0.005973 10.0.0.23 - - [2026-01-29 03:46:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003779 10.0.0.23 - - [2026-01-29 03:46:53] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004243 10.0.0.23 - - [2026-01-29 03:46:53] "GET /virtual-networks?parent_id=c6c391f7-a188-4d26-8406-2ce54a0064b9&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.004628 10.0.0.23 - - [2026-01-29 03:46:53] "GET /virtual-network/35662a55-59ff-486a-a277-035516ca5cd3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.007433 10.0.0.147 - - [2026-01-29 03:46:55] "GET /obj-perms HTTP/1.1" 200 5056 0.049530 10.0.0.23 - - [2026-01-29 03:46:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004196 10.0.0.23 - - [2026-01-29 03:46:56] "GET /virtual-network/35662a55-59ff-486a-a277-035516ca5cd3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.006735 10.0.0.23 - - [2026-01-29 03:47:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.005864 10.0.0.23 - - [2026-01-29 03:47:00] "GET /virtual-network/35662a55-59ff-486a-a277-035516ca5cd3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.006763 10.0.0.240 - - [2026-01-29 03:47:02] "DELETE /project/c6c391f7a1884d2684062ce54a0064b9 HTTP/1.1" 404 173 0.009043 10.0.0.240 - - [2026-01-29 03:47:02] "GET /projects?obj_uuids=7655433a-ead4-4e12-9202-e8d4faa0de90&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001474 10.0.0.240 - - [2026-01-29 03:47:02] "GET /project/7655433a-ead4-4e12-9202-e8d4faa0de90?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 191 0.028409 10.0.0.240 - - [2026-01-29 03:47:02] "DELETE /project/7655433a-ead4-4e12-9202-e8d4faa0de90 HTTP/1.1" 404 171 0.056376 10.0.0.23 - - [2026-01-29 03:47:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004987 10.0.0.23 - - [2026-01-29 03:47:05] "GET /virtual-network/35662a55-59ff-486a-a277-035516ca5cd3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.007352 10.0.0.23 - - [2026-01-29 03:47:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.004397 10.0.0.23 - - [2026-01-29 03:47:09] "GET /virtual-network/35662a55-59ff-486a-a277-035516ca5cd3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.007898 10.0.0.23 - - [2026-01-29 03:47:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.005343 10.0.0.23 - - [2026-01-29 03:47:13] "GET /virtual-network/35662a55-59ff-486a-a277-035516ca5cd3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.007482 10.0.0.23 - - [2026-01-29 03:47:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003855 10.0.0.23 - - [2026-01-29 03:47:17] "GET /virtual-network/35662a55-59ff-486a-a277-035516ca5cd3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.005499 10.0.0.23 - - [2026-01-29 03:47:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004249 10.0.0.23 - - [2026-01-29 03:47:21] "GET /virtual-network/35662a55-59ff-486a-a277-035516ca5cd3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.005984 10.0.0.23 - - [2026-01-29 03:47:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004905 10.0.0.23 - - [2026-01-29 03:47:25] "GET /virtual-network/35662a55-59ff-486a-a277-035516ca5cd3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.006064 10.0.0.23 - - [2026-01-29 03:47:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.005090 10.0.0.23 - - [2026-01-29 03:47:29] "GET /virtual-network/35662a55-59ff-486a-a277-035516ca5cd3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.008746 10.0.0.23 - - [2026-01-29 03:47:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.005610 10.0.0.23 - - [2026-01-29 03:47:33] "GET /virtual-network/35662a55-59ff-486a-a277-035516ca5cd3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.006282 10.0.0.23 - - [2026-01-29 03:47:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003636 10.0.0.23 - - [2026-01-29 03:47:37] "GET /virtual-network/35662a55-59ff-486a-a277-035516ca5cd3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.006547 10.0.0.23 - - [2026-01-29 03:47:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.005307 10.0.0.23 - - [2026-01-29 03:47:41] "GET /virtual-network/35662a55-59ff-486a-a277-035516ca5cd3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.007456 10.0.0.23 - - [2026-01-29 03:47:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.005265 10.0.0.23 - - [2026-01-29 03:47:46] "GET /virtual-network/35662a55-59ff-486a-a277-035516ca5cd3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.008397 10.0.0.23 - - [2026-01-29 03:47:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.005766 10.0.0.23 - - [2026-01-29 03:47:50] "GET /virtual-network/35662a55-59ff-486a-a277-035516ca5cd3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.007411 10.0.0.23 - - [2026-01-29 03:47:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003709 10.0.0.23 - - [2026-01-29 03:47:54] "GET /virtual-network/35662a55-59ff-486a-a277-035516ca5cd3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.005826 10.0.0.23 - - [2026-01-29 03:47:56] "GET /obj-perms HTTP/1.1" 200 5056 0.051236 10.0.0.23 - - [2026-01-29 03:47:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004993 10.0.0.23 - - [2026-01-29 03:47:58] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005206 10.0.0.23 - - [2026-01-29 03:47:58] "GET /virtual-networks?parent_id=c6c391f7-a188-4d26-8406-2ce54a0064b9&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.004638 10.0.0.23 - - [2026-01-29 03:47:58] "GET /virtual-network/35662a55-59ff-486a-a277-035516ca5cd3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.008989 10.0.0.23 - - [2026-01-29 03:48:03] "POST /neutron/port HTTP/1.1" 200 1124 0.021004 10.0.0.23 - - [2026-01-29 03:48:08] "POST /neutron/security_group HTTP/1.1" 200 2057 0.009080 10.0.0.23 - - [2026-01-29 03:48:13] "POST /neutron/network HTTP/1.1" 200 834 0.031969 10.0.0.23 - - [2026-01-29 03:48:13] "POST /neutron/port HTTP/1.1" 200 117 0.001410 10.0.0.23 - - [2026-01-29 03:48:14] "POST /neutron/security_group HTTP/1.1" 200 2057 0.008308 10.0.0.23 - - [2026-01-29 03:48:17] "POST /neutron/port HTTP/1.1" 200 1124 0.022824 10.0.0.23 - - [2026-01-29 03:48:19] "POST /neutron/security_group HTTP/1.1" 200 2057 0.008950 10.0.0.23 - - [2026-01-29 03:48:29] "POST /neutron/port HTTP/1.1" 200 1124 0.022621 10.0.0.23 - - [2026-01-29 03:48:29] "POST /neutron/security_group HTTP/1.1" 200 2057 0.009576 10.0.0.23 - - [2026-01-29 03:48:29] "GET /virtual-machine/3faafab7-fe03-4946-b801-316886c6ef58 HTTP/1.1" 200 1293 0.006986 10.0.0.23 - - [2026-01-29 03:48:29] "GET /virtual-machine-interface/ad31194f-743b-4013-9bdb-445a6654ed99 HTTP/1.1" 200 2944 0.006353 10.0.0.23 - - [2026-01-29 03:48:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003918 10.0.0.23 - - [2026-01-29 03:48:29] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004547 10.0.0.23 - - [2026-01-29 03:48:29] "GET /virtual-networks?parent_id=c6c391f7-a188-4d26-8406-2ce54a0064b9&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003409 10.0.0.23 - - [2026-01-29 03:48:29] "GET /virtual-network/35662a55-59ff-486a-a277-035516ca5cd3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.006526 10.0.0.23 - - [2026-01-29 03:48:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.004959 10.0.0.23 - - [2026-01-29 03:48:31] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.006045 10.0.0.23 - - [2026-01-29 03:48:31] "GET /virtual-networks?parent_id=c6c391f7-a188-4d26-8406-2ce54a0064b9&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003928 10.0.0.23 - - [2026-01-29 03:48:31] "GET /virtual-network/35662a55-59ff-486a-a277-035516ca5cd3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.009587 10.0.0.23 - - [2026-01-29 03:49:14] "POST /neutron/port HTTP/1.1" 200 1124 0.023725 10.0.0.23 - - [2026-01-29 03:49:14] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004441 10.0.0.23 - - [2026-01-29 03:49:14] "POST /neutron/network HTTP/1.1" 200 824 0.008168 10.0.0.147 - - [2026-01-29 03:49:51] "GET /global-system-configs HTTP/1.1" 401 292 0.000533 10.0.0.147 - - [2026-01-29 03:49:51] "GET /global-system-configs HTTP/1.1" 401 292 0.000612 10.0.0.147 - - [2026-01-29 03:49:52] "GET /global-system-configs HTTP/1.1" 401 292 0.000562 10.0.0.147 - - [2026-01-29 03:49:52] "GET /global-system-configs HTTP/1.1" 401 292 0.000623 10.0.0.23 - - [2026-01-29 03:49:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000732 10.0.0.23 - - [2026-01-29 03:49:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000537 10.0.0.240 - - [2026-01-29 03:49:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000635 10.0.0.240 - - [2026-01-29 03:49:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000573 10.0.0.23 - - [2026-01-29 03:49:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000550 10.0.0.23 - - [2026-01-29 03:49:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000423 10.0.0.240 - - [2026-01-29 03:49:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000596 10.0.0.240 - - [2026-01-29 03:49:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000458 10.0.0.240 - - [2026-01-29 03:49:58] "GET /obj-perms HTTP/1.1" 200 5056 0.065090 10.0.0.23 - - [2026-01-29 03:50:10] "POST /neutron/port HTTP/1.1" 200 1124 0.020765 10.0.0.23 - - [2026-01-29 03:50:10] "POST /neutron/port HTTP/1.1" 200 1114 0.017994 10.0.0.23 - - [2026-01-29 03:50:11] "POST /neutron/network HTTP/1.1" 200 824 0.009942 10.0.0.147 - - [2026-01-29 03:50:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.055687 10.0.0.240 - - [2026-01-29 03:50:13] "GET /projects?obj_uuids=c6c391f7-a188-4d26-8406-2ce54a0064b9&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.002154 10.0.0.23 - - [2026-01-29 03:50:13] "GET /project/c6c391f7-a188-4d26-8406-2ce54a0064b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.081829 10.0.0.240 - - [2026-01-29 03:50:13] "GET /projects?obj_uuids=c6c391f7-a188-4d26-8406-2ce54a0064b9&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001271 10.0.0.23 - - [2026-01-29 03:50:13] "GET /project/c6c391f7-a188-4d26-8406-2ce54a0064b9?fields=virtual_networks HTTP/1.1" 200 1032 0.049377 10.0.0.240 - - [2026-01-29 03:50:13] "GET /projects?obj_uuids=c6c391f7-a188-4d26-8406-2ce54a0064b9&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001539 10.0.0.23 - - [2026-01-29 03:50:13] "GET /project/c6c391f7-a188-4d26-8406-2ce54a0064b9?fields=virtual_machine_interfaces HTTP/1.1" 200 1032 0.057159 10.0.0.240 - - [2026-01-29 03:50:13] "GET /projects?obj_uuids=c6c391f7-a188-4d26-8406-2ce54a0064b9&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001464 10.0.0.23 - - [2026-01-29 03:50:13] "GET /project/c6c391f7-a188-4d26-8406-2ce54a0064b9?fields=security_groups HTTP/1.1" 200 1258 0.044939 10.0.0.23 - - [2026-01-29 03:50:14] "POST /fqname-to-id HTTP/1.1" 404 187 0.031364 10.0.0.240 - - [2026-01-29 03:50:14] "GET /projects?obj_uuids=36a4f0bf-3626-48a5-b658-4f681f8e909a&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004344 10.0.0.240 - - [2026-01-29 03:50:14] "GET /domains?obj_uuids=65230a56-1cf0-4d34-9498-1ad48da04806&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001443 10.0.0.240 - - [2026-01-29 03:50:14] "GET /domain/65230a56-1cf0-4d34-9498-1ad48da04806?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.043891 10.0.0.240 - - [2026-01-29 03:50:14] "POST /id-to-fqname HTTP/1.1" 200 189 0.002922 10.0.0.240 - - [2026-01-29 03:50:14] "POST /fqname-to-id HTTP/1.1" 404 198 0.008325 10.0.0.240 - - [2026-01-29 03:50:14] "POST /security-groups HTTP/1.1" 200 590 0.088642 10.0.0.240 - - [2026-01-29 03:50:14] "POST /projects HTTP/1.1" 200 583 0.316543 10.0.0.147 - - [2026-01-29 03:50:15] "POST /access-control-lists HTTP/1.1" 200 597 0.030782 10.0.0.240 - - [2026-01-29 03:50:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.404289 10.0.0.23 - - [2026-01-29 03:50:15] "GET /project/36a4f0bf-3626-48a5-b658-4f681f8e909a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.610927 10.0.0.23 - - [2026-01-29 03:50:16] "GET / HTTP/1.1" 200 36215 0.002376 10.0.0.23 - - [2026-01-29 03:50:17] "POST /fqname-to-id HTTP/1.1" 401 292 0.000526 10.0.0.23 - - [2026-01-29 03:50:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.064074 10.0.0.240 - - [2026-01-29 03:50:18] "GET /projects?obj_uuids=36a4f0bf-3626-48a5-b658-4f681f8e909a&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001173 10.0.0.23 - - [2026-01-29 03:50:18] "GET /project/36a4f0bf-3626-48a5-b658-4f681f8e909a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.042742 10.0.0.240 - - [2026-01-29 03:50:18] "GET /projects?obj_uuids=36a4f0bf-3626-48a5-b658-4f681f8e909a&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001297 10.0.0.23 - - [2026-01-29 03:50:18] "POST /neutron/network HTTP/1.1" 200 604 0.166388 10.0.0.147 - - [2026-01-29 03:50:18] "POST /route-targets HTTP/1.1" 200 328 0.017383 10.0.0.23 - - [2026-01-29 03:50:18] "POST /id-to-fqname HTTP/1.1" 200 219 0.003830 10.0.0.23 - - [2026-01-29 03:50:18] "GET /virtual-network/8e0a65e3-1d82-41e0-8e7b-8743453a9e5d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.006007 10.0.0.23 - - [2026-01-29 03:50:18] "POST /neutron/network HTTP/1.1" 200 825 0.007045 10.0.0.23 - - [2026-01-29 03:50:18] "GET /virtual-network/8e0a65e3-1d82-41e0-8e7b-8743453a9e5d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005741 10.0.0.23 - - [2026-01-29 03:50:19] "GET /virtual-network/8e0a65e3-1d82-41e0-8e7b-8743453a9e5d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.006648 10.0.0.147 - - [2026-01-29 03:50:20] "GET /obj-perms HTTP/1.1" 200 5028 0.064960 10.0.0.23 - - [2026-01-29 03:50:20] "POST /id-to-fqname HTTP/1.1" 200 219 0.002470 10.0.0.23 - - [2026-01-29 03:50:21] "POST /neutron/network HTTP/1.1" 200 835 0.008860 10.0.0.240 - - [2026-01-29 03:50:21] "GET /projects?obj_uuids=36a4f0bf-3626-48a5-b658-4f681f8e909a&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001317 10.0.0.23 - - [2026-01-29 03:50:21] "GET /project/36a4f0bf-3626-48a5-b658-4f681f8e909a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.080931 10.0.0.23 - - [2026-01-29 03:50:21] "POST /neutron/port HTTP/1.1" 200 117 0.011485 10.0.0.23 - - [2026-01-29 03:50:21] "POST /id-to-fqname HTTP/1.1" 200 219 0.001911 10.0.0.23 - - [2026-01-29 03:50:22] "POST /neutron/network HTTP/1.1" 200 835 0.008819 10.0.0.23 - - [2026-01-29 03:50:22] "POST /neutron/port HTTP/1.1" 200 1061 0.017839 10.0.0.240 - - [2026-01-29 03:50:22] "GET /projects?obj_uuids=36a4f0bf-3626-48a5-b658-4f681f8e909a&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001144 10.0.0.23 - - [2026-01-29 03:50:22] "GET /project/36a4f0bf-3626-48a5-b658-4f681f8e909a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.117553 10.0.0.23 - - [2026-01-29 03:50:23] "POST /neutron/network HTTP/1.1" 200 825 0.007082 10.0.0.23 - - [2026-01-29 03:50:23] "POST /neutron/port HTTP/1.1" 200 117 0.001239 10.0.0.23 - - [2026-01-29 03:50:23] "POST /neutron/security_group HTTP/1.1" 200 2057 0.009391 10.0.0.23 - - [2026-01-29 03:50:23] "POST /neutron/security_group HTTP/1.1" 200 2057 0.007932 10.0.0.23 - - [2026-01-29 03:50:23] "POST /neutron/port HTTP/1.1" 200 1061 0.019912 10.0.0.23 - - [2026-01-29 03:50:24] "POST /neutron/port HTTP/1.1" 200 1125 0.020479 10.0.0.23 - - [2026-01-29 03:50:24] "POST /neutron/port HTTP/1.1" 200 117 0.001244 10.0.0.23 - - [2026-01-29 03:50:28] "POST /neutron/security_group HTTP/1.1" 200 2057 0.007894 10.0.0.23 - - [2026-01-29 03:50:28] "POST /neutron/port HTTP/1.1" 200 1125 0.026178 10.0.0.23 - - [2026-01-29 03:50:28] "GET /virtual-machine/41ff32e6-c6d7-4e44-abf2-589ccab205f9 HTTP/1.1" 401 292 0.000442 10.0.0.23 - - [2026-01-29 03:50:28] "GET /virtual-machine/41ff32e6-c6d7-4e44-abf2-589ccab205f9 HTTP/1.1" 200 1293 0.032490 10.0.0.23 - - [2026-01-29 03:50:28] "GET /virtual-machine-interface/8a661ac5-534c-4f8c-8bf2-cdfd1d4ca754 HTTP/1.1" 200 2943 0.006440 10.0.0.23 - - [2026-01-29 03:50:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003595 10.0.0.23 - - [2026-01-29 03:50:29] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003901 10.0.0.23 - - [2026-01-29 03:50:29] "GET /virtual-networks?parent_id=36a4f0bf-3626-48a5-b658-4f681f8e909a&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003394 10.0.0.23 - - [2026-01-29 03:50:29] "GET /virtual-network/8e0a65e3-1d82-41e0-8e7b-8743453a9e5d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.009362 10.0.0.23 - - [2026-01-29 03:50:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003539 10.0.0.23 - - [2026-01-29 03:50:32] "GET /virtual-network/8e0a65e3-1d82-41e0-8e7b-8743453a9e5d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005668 10.0.0.23 - - [2026-01-29 03:50:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003656 10.0.0.23 - - [2026-01-29 03:50:36] "GET /virtual-network/8e0a65e3-1d82-41e0-8e7b-8743453a9e5d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.006027 10.0.0.23 - - [2026-01-29 03:50:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004101 10.0.0.23 - - [2026-01-29 03:50:40] "GET /virtual-network/8e0a65e3-1d82-41e0-8e7b-8743453a9e5d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.006244 10.0.0.23 - - [2026-01-29 03:50:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004017 10.0.0.23 - - [2026-01-29 03:50:44] "GET /virtual-network/8e0a65e3-1d82-41e0-8e7b-8743453a9e5d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.007971 10.0.0.23 - - [2026-01-29 03:50:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004078 10.0.0.23 - - [2026-01-29 03:50:48] "GET /virtual-network/8e0a65e3-1d82-41e0-8e7b-8743453a9e5d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005708 10.0.0.23 - - [2026-01-29 03:50:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.004692 10.0.0.23 - - [2026-01-29 03:50:52] "GET /virtual-network/8e0a65e3-1d82-41e0-8e7b-8743453a9e5d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005836 10.0.0.23 - - [2026-01-29 03:50:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004614 10.0.0.23 - - [2026-01-29 03:50:56] "GET /virtual-network/8e0a65e3-1d82-41e0-8e7b-8743453a9e5d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005640 10.0.0.23 - - [2026-01-29 03:50:58] "GET /obj-perms HTTP/1.1" 200 5056 0.050189 10.0.0.23 - - [2026-01-29 03:51:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004083 10.0.0.23 - - [2026-01-29 03:51:00] "GET /virtual-network/8e0a65e3-1d82-41e0-8e7b-8743453a9e5d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.006167 10.0.0.240 - - [2026-01-29 03:51:02] "DELETE /project/36a4f0bf362648a5b6584f681f8e909a HTTP/1.1" 404 173 0.004044 10.0.0.240 - - [2026-01-29 03:51:02] "GET /projects?obj_uuids=c6c391f7-a188-4d26-8406-2ce54a0064b9&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.000958 10.0.0.240 - - [2026-01-29 03:51:03] "GET /project/c6c391f7-a188-4d26-8406-2ce54a0064b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1464 0.051086 10.0.0.240 - - [2026-01-29 03:51:03] "GET /projects?obj_uuids=c6c391f7-a188-4d26-8406-2ce54a0064b9&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001076 10.0.0.240 - - [2026-01-29 03:51:03] "GET /project/c6c391f7-a188-4d26-8406-2ce54a0064b9?fields=security_groups HTTP/1.1" 200 1360 0.044259 10.0.0.240 - - [2026-01-29 03:51:03] "DELETE /security-group/4fd2933c-5da1-4c48-9271-ee8041b21fed HTTP/1.1" 404 177 0.008899 10.0.0.240 - - [2026-01-29 03:51:03] "GET /projects?obj_uuids=c6c391f7-a188-4d26-8406-2ce54a0064b9&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001425 10.0.0.147 - - [2026-01-29 03:51:03] "DELETE /access-control-list/b5402b8f-c501-40a5-9345-7d9d011c14b4 HTTP/1.1" 200 115 0.061879 10.0.0.240 - - [2026-01-29 03:51:03] "GET /project/c6c391f7-a188-4d26-8406-2ce54a0064b9?fields=application_policy_sets HTTP/1.1" 200 1399 0.057915 10.0.0.240 - - [2026-01-29 03:51:03] "DELETE /project/c6c391f7-a188-4d26-8406-2ce54a0064b9 HTTP/1.1" 200 115 0.460447 10.0.0.23 - - [2026-01-29 03:51:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003570 10.0.0.23 - - [2026-01-29 03:51:04] "GET /virtual-network/8e0a65e3-1d82-41e0-8e7b-8743453a9e5d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005594 10.0.0.23 - - [2026-01-29 03:51:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.004167 10.0.0.23 - - [2026-01-29 03:51:09] "GET /virtual-network/8e0a65e3-1d82-41e0-8e7b-8743453a9e5d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005890 10.0.0.23 - - [2026-01-29 03:51:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004037 10.0.0.23 - - [2026-01-29 03:51:13] "GET /virtual-network/8e0a65e3-1d82-41e0-8e7b-8743453a9e5d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.006008 10.0.0.23 - - [2026-01-29 03:51:15] "POST /neutron/port HTTP/1.1" 200 1125 0.022189 10.0.0.23 - - [2026-01-29 03:51:15] "POST /neutron/subnet HTTP/1.1" 200 708 0.008964 10.0.0.23 - - [2026-01-29 03:51:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004751 10.0.0.23 - - [2026-01-29 03:51:17] "GET /virtual-network/8e0a65e3-1d82-41e0-8e7b-8743453a9e5d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.008126 10.0.0.23 - - [2026-01-29 03:51:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004430 10.0.0.23 - - [2026-01-29 03:51:21] "GET /virtual-network/8e0a65e3-1d82-41e0-8e7b-8743453a9e5d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.006413 10.0.0.23 - - [2026-01-29 03:51:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003687 10.0.0.23 - - [2026-01-29 03:51:23] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003706 10.0.0.23 - - [2026-01-29 03:51:23] "GET /virtual-networks?parent_id=36a4f0bf-3626-48a5-b658-4f681f8e909a&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003059 10.0.0.23 - - [2026-01-29 03:51:23] "GET /virtual-network/8e0a65e3-1d82-41e0-8e7b-8743453a9e5d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.006762 10.0.0.23 - - [2026-01-29 03:51:23] "POST /neutron/port HTTP/1.1" 200 1125 0.023076 10.0.0.23 - - [2026-01-29 03:51:28] "POST /neutron/security_group HTTP/1.1" 200 2057 0.012279 10.0.0.23 - - [2026-01-29 03:51:36] "POST /neutron/port HTTP/1.1" 200 1125 0.050850 10.0.0.23 - - [2026-01-29 03:51:36] "POST /neutron/security_group HTTP/1.1" 200 2057 0.008696 10.0.0.23 - - [2026-01-29 03:51:44] "POST /neutron/port HTTP/1.1" 200 1125 0.020036 10.0.0.23 - - [2026-01-29 03:51:49] "POST /neutron/security_group HTTP/1.1" 200 2057 0.009762 10.0.0.23 - - [2026-01-29 03:51:49] "POST /neutron/port HTTP/1.1" 200 1125 0.020462 10.0.0.23 - - [2026-01-29 03:51:49] "GET /virtual-machine/7ac80409-8275-4ac0-96ab-2a5eb95e53fd HTTP/1.1" 200 1293 0.008640 10.0.0.23 - - [2026-01-29 03:51:49] "GET /virtual-machine-interface/dd3125c7-8a73-4649-abbd-981c4d26955a HTTP/1.1" 200 2944 0.007046 10.0.0.23 - - [2026-01-29 03:51:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004252 10.0.0.23 - - [2026-01-29 03:51:49] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004658 10.0.0.23 - - [2026-01-29 03:51:49] "GET /virtual-networks?parent_id=36a4f0bf-3626-48a5-b658-4f681f8e909a&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.004215 10.0.0.23 - - [2026-01-29 03:51:49] "GET /virtual-network/8e0a65e3-1d82-41e0-8e7b-8743453a9e5d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.006967 10.0.0.23 - - [2026-01-29 03:51:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004286 10.0.0.23 - - [2026-01-29 03:51:50] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004045 10.0.0.23 - - [2026-01-29 03:51:50] "GET /virtual-networks?parent_id=36a4f0bf-3626-48a5-b658-4f681f8e909a&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003140 10.0.0.23 - - [2026-01-29 03:51:50] "GET /virtual-network/8e0a65e3-1d82-41e0-8e7b-8743453a9e5d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005954 10.0.0.23 - - [2026-01-29 03:52:17] "POST /neutron/port HTTP/1.1" 200 1125 0.018273 10.0.0.23 - - [2026-01-29 03:52:17] "POST /neutron/subnet HTTP/1.1" 200 708 0.010742 10.0.0.23 - - [2026-01-29 03:52:23] "POST /neutron/network HTTP/1.1" 200 825 0.007675 10.0.0.23 - - [2026-01-29 03:52:23] "POST /neutron/port HTTP/1.1" 200 1115 0.014019 10.0.0.23 - - [2026-01-29 03:52:23] "POST /neutron/port HTTP/1.1" 200 1115 0.028348 10.0.0.240 - - [2026-01-29 03:52:25] "POST /useragent-kv HTTP/1.1" 200 115 0.046846 10.0.0.240 - - [2026-01-29 03:52:25] "POST /useragent-kv HTTP/1.1" 200 115 0.002637 10.0.0.23 - - [2026-01-29 03:52:25] "POST /neutron/network HTTP/1.1" 200 151 0.164069 10.0.0.240 - - [2026-01-29 03:52:26] "GET /projects?obj_uuids=36a4f0bf-3626-48a5-b658-4f681f8e909a&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001065 10.0.0.23 - - [2026-01-29 03:52:26] "GET /project/36a4f0bf-3626-48a5-b658-4f681f8e909a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.038830 10.0.0.240 - - [2026-01-29 03:52:26] "GET /projects?obj_uuids=36a4f0bf-3626-48a5-b658-4f681f8e909a&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001320 10.0.0.23 - - [2026-01-29 03:52:26] "GET /project/36a4f0bf-3626-48a5-b658-4f681f8e909a?fields=virtual_networks HTTP/1.1" 200 1032 0.041608 10.0.0.240 - - [2026-01-29 03:52:26] "GET /projects?obj_uuids=36a4f0bf-3626-48a5-b658-4f681f8e909a&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001699 10.0.0.23 - - [2026-01-29 03:52:26] "GET /project/36a4f0bf-3626-48a5-b658-4f681f8e909a?fields=virtual_machine_interfaces HTTP/1.1" 200 1032 0.054980 10.0.0.240 - - [2026-01-29 03:52:27] "GET /projects?obj_uuids=36a4f0bf-3626-48a5-b658-4f681f8e909a&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001221 10.0.0.23 - - [2026-01-29 03:52:27] "GET /project/36a4f0bf-3626-48a5-b658-4f681f8e909a?fields=security_groups HTTP/1.1" 200 1258 0.039226 10.0.0.23 - - [2026-01-29 03:52:41] "GET / HTTP/1.1" 200 36215 0.002361 10.0.0.23 - - [2026-01-29 03:52:41] "POST /fqname-to-id HTTP/1.1" 401 292 0.000658 10.0.0.23 - - [2026-01-29 03:52:42] "POST /fqname-to-id HTTP/1.1" 404 201 0.056263 10.0.0.240 - - [2026-01-29 03:52:42] "GET /projects?obj_uuids=4d1d6855-5e68-41ee-9efc-5ec598600caf&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004403 10.0.0.240 - - [2026-01-29 03:52:42] "GET /domains?obj_uuids=65230a56-1cf0-4d34-9498-1ad48da04806&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001082 10.0.0.240 - - [2026-01-29 03:52:42] "GET /domain/65230a56-1cf0-4d34-9498-1ad48da04806?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008506 10.0.0.240 - - [2026-01-29 03:52:42] "POST /id-to-fqname HTTP/1.1" 200 203 0.005013 10.0.0.240 - - [2026-01-29 03:52:42] "POST /fqname-to-id HTTP/1.1" 404 212 0.005548 10.0.0.240 - - [2026-01-29 03:52:42] "POST /security-groups HTTP/1.1" 200 604 0.030578 10.0.0.147 - - [2026-01-29 03:52:42] "POST /fqname-to-id HTTP/1.1" 404 247 0.005033 10.0.0.240 - - [2026-01-29 03:52:42] "POST /projects HTTP/1.1" 200 611 0.252951 10.0.0.240 - - [2026-01-29 03:52:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.325866 10.0.0.147 - - [2026-01-29 03:52:42] "POST /access-control-lists HTTP/1.1" 200 609 0.033345 10.0.0.23 - - [2026-01-29 03:52:42] "GET /project/4d1d6855-5e68-41ee-9efc-5ec598600caf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1418 0.481771 10.0.0.23 - - [2026-01-29 03:52:44] "GET / HTTP/1.1" 200 36215 0.002475 10.0.0.23 - - [2026-01-29 03:52:44] "POST /fqname-to-id HTTP/1.1" 401 292 0.000537 10.0.0.23 - - [2026-01-29 03:52:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.054203 10.0.0.240 - - [2026-01-29 03:52:44] "GET /projects?obj_uuids=4d1d6855-5e68-41ee-9efc-5ec598600caf&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.001021 10.0.0.23 - - [2026-01-29 03:52:44] "GET /project/4d1d6855-5e68-41ee-9efc-5ec598600caf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1418 0.057959 10.0.0.240 - - [2026-01-29 03:52:45] "POST /useragent-kv HTTP/1.1" 200 115 0.005283 10.0.0.23 - - [2026-01-29 03:52:45] "POST /neutron/subnet HTTP/1.1" 200 720 0.216333 10.0.0.23 - - [2026-01-29 03:52:45] "POST /id-to-fqname HTTP/1.1" 200 234 0.001462 10.0.0.23 - - [2026-01-29 03:52:45] "GET /virtual-network/394e61f6-3ce8-4514-9b4d-41ec916369fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.005527 10.0.0.23 - - [2026-01-29 03:52:45] "GET /virtual-network/394e61f6-3ce8-4514-9b4d-41ec916369fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.007907 10.0.0.23 - - [2026-01-29 03:52:45] "POST /neutron/network HTTP/1.1" 200 838 0.008948 10.0.0.23 - - [2026-01-29 03:52:45] "POST /id-to-fqname HTTP/1.1" 200 234 0.001636 10.0.0.240 - - [2026-01-29 03:52:46] "GET /projects?obj_uuids=4d1d6855-5e68-41ee-9efc-5ec598600caf&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.001301 10.0.0.23 - - [2026-01-29 03:52:46] "GET /project/4d1d6855-5e68-41ee-9efc-5ec598600caf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1418 0.080451 10.0.0.23 - - [2026-01-29 03:52:46] "POST /neutron/network HTTP/1.1" 200 838 0.041903 10.0.0.23 - - [2026-01-29 03:52:46] "POST /id-to-fqname HTTP/1.1" 200 234 0.001459 10.0.0.23 - - [2026-01-29 03:52:46] "POST /neutron/port HTTP/1.1" 200 117 0.012338 10.0.0.240 - - [2026-01-29 03:52:47] "GET /projects?obj_uuids=4d1d6855-5e68-41ee-9efc-5ec598600caf&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.001325 10.0.0.23 - - [2026-01-29 03:52:47] "POST /neutron/port HTTP/1.1" 200 1072 0.280041 10.0.0.240 - - [2026-01-29 03:52:47] "GET /projects?obj_uuids=4d1d6855-5e68-41ee-9efc-5ec598600caf&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.001036 10.0.0.23 - - [2026-01-29 03:52:47] "POST /neutron/port HTTP/1.1" 200 1126 0.107157 10.0.0.23 - - [2026-01-29 03:52:47] "GET /project/4d1d6855-5e68-41ee-9efc-5ec598600caf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1418 0.113201 10.0.0.23 - - [2026-01-29 03:52:47] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005079 10.0.0.23 - - [2026-01-29 03:52:47] "POST /neutron/network HTTP/1.1" 200 838 0.009080 10.0.0.23 - - [2026-01-29 03:52:48] "POST /neutron/port HTTP/1.1" 200 117 0.007281 10.0.0.23 - - [2026-01-29 03:52:48] "GET /virtual-network/394e61f6-3ce8-4514-9b4d-41ec916369fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.013104 10.0.0.23 - - [2026-01-29 03:52:48] "POST /neutron/port HTTP/1.1" 200 1072 0.021803 10.0.0.23 - - [2026-01-29 03:52:49] "POST /neutron/port HTTP/1.1" 200 1136 0.019653 10.0.0.23 - - [2026-01-29 03:52:49] "POST /neutron/port HTTP/1.1" 200 117 0.001270 10.0.0.240 - - [2026-01-29 03:52:50] "GET /obj-perms HTTP/1.1" 200 5056 0.055798 10.0.0.23 - - [2026-01-29 03:52:50] "POST /neutron/security_group HTTP/1.1" 200 2071 0.008862 10.0.0.23 - - [2026-01-29 03:52:50] "POST /neutron/port HTTP/1.1" 200 1136 0.016825 10.0.0.23 - - [2026-01-29 03:52:50] "GET /virtual-machine/9dd54442-f409-450a-a471-fd0062abbfa8 HTTP/1.1" 401 292 0.000461 10.0.0.23 - - [2026-01-29 03:52:50] "GET /virtual-machine/9dd54442-f409-450a-a471-fd0062abbfa8 HTTP/1.1" 200 1308 0.032290 10.0.0.23 - - [2026-01-29 03:52:50] "GET /virtual-machine-interface/2fad7548-e828-4011-b532-02f6b831b454 HTTP/1.1" 200 3016 0.005905 10.0.0.23 - - [2026-01-29 03:52:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003926 10.0.0.23 - - [2026-01-29 03:52:50] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004766 10.0.0.23 - - [2026-01-29 03:52:50] "GET /virtual-networks?parent_id=4d1d6855-5e68-41ee-9efc-5ec598600caf&detail=False&count=False&shared=False HTTP/1.1" 200 366 0.004042 10.0.0.23 - - [2026-01-29 03:52:50] "GET /virtual-network/394e61f6-3ce8-4514-9b4d-41ec916369fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.009011 10.0.0.23 - - [2026-01-29 03:52:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.005308 10.0.0.23 - - [2026-01-29 03:52:53] "GET /virtual-network/394e61f6-3ce8-4514-9b4d-41ec916369fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.006321 10.0.0.23 - - [2026-01-29 03:52:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003770 10.0.0.23 - - [2026-01-29 03:52:58] "GET /virtual-network/394e61f6-3ce8-4514-9b4d-41ec916369fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.005515 10.0.0.147 - - [2026-01-29 03:52:59] "GET /obj-perms HTTP/1.1" 200 5056 0.054818 10.0.0.23 - - [2026-01-29 03:53:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003683 10.0.0.23 - - [2026-01-29 03:53:02] "GET /virtual-network/394e61f6-3ce8-4514-9b4d-41ec916369fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.005646 10.0.0.240 - - [2026-01-29 03:53:03] "DELETE /project/4d1d68555e6841ee9efc5ec598600caf HTTP/1.1" 404 173 0.018065 10.0.0.240 - - [2026-01-29 03:53:03] "GET /projects?obj_uuids=36a4f0bf-3626-48a5-b658-4f681f8e909a&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.005763 10.0.0.240 - - [2026-01-29 03:53:03] "GET /project/36a4f0bf-3626-48a5-b658-4f681f8e909a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1464 0.061822 10.0.0.240 - - [2026-01-29 03:53:03] "GET /projects?obj_uuids=36a4f0bf-3626-48a5-b658-4f681f8e909a&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001187 10.0.0.240 - - [2026-01-29 03:53:03] "GET /project/36a4f0bf-3626-48a5-b658-4f681f8e909a?fields=security_groups HTTP/1.1" 200 1100 0.088544 10.0.0.147 - - [2026-01-29 03:53:03] "DELETE /access-control-list/e0923013-6ba9-4a47-8068-34f1ba54d1b8 HTTP/1.1" 200 115 0.075056 10.0.0.240 - - [2026-01-29 03:53:03] "GET /projects?obj_uuids=36a4f0bf-3626-48a5-b658-4f681f8e909a&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001357 10.0.0.240 - - [2026-01-29 03:53:03] "GET /project/36a4f0bf-3626-48a5-b658-4f681f8e909a?fields=application_policy_sets HTTP/1.1" 200 1399 0.101843 10.0.0.240 - - [2026-01-29 03:53:04] "DELETE /project/36a4f0bf-3626-48a5-b658-4f681f8e909a HTTP/1.1" 404 190 0.394848 10.0.0.23 - - [2026-01-29 03:53:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004023 10.0.0.23 - - [2026-01-29 03:53:06] "GET /virtual-network/394e61f6-3ce8-4514-9b4d-41ec916369fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.008067 10.0.0.23 - - [2026-01-29 03:53:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.005201 10.0.0.23 - - [2026-01-29 03:53:10] "GET /virtual-network/394e61f6-3ce8-4514-9b4d-41ec916369fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.009507 10.0.0.23 - - [2026-01-29 03:53:12] "POST /neutron/security_group HTTP/1.1" 200 2071 0.007518 10.0.0.23 - - [2026-01-29 03:53:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003623 10.0.0.23 - - [2026-01-29 03:53:14] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004007 10.0.0.23 - - [2026-01-29 03:53:14] "GET /virtual-networks?parent_id=4d1d6855-5e68-41ee-9efc-5ec598600caf&detail=False&count=False&shared=False HTTP/1.1" 200 366 0.003983 10.0.0.23 - - [2026-01-29 03:53:14] "GET /virtual-network/394e61f6-3ce8-4514-9b4d-41ec916369fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.006171 10.0.0.23 - - [2026-01-29 03:53:14] "POST /neutron/port HTTP/1.1" 200 1136 0.021329 10.0.0.23 - - [2026-01-29 03:53:19] "POST /neutron/port HTTP/1.1" 200 1136 0.018096 10.0.0.23 - - [2026-01-29 03:53:19] "POST /neutron/network HTTP/1.1" 200 848 0.030758 10.0.0.23 - - [2026-01-29 03:53:19] "POST /neutron/port HTTP/1.1" 200 117 0.001353 10.0.0.23 - - [2026-01-29 03:53:24] "POST /neutron/security_group HTTP/1.1" 200 2071 0.010357 10.0.0.23 - - [2026-01-29 03:53:29] "POST /neutron/port HTTP/1.1" 200 1136 0.031755 10.0.0.23 - - [2026-01-29 03:53:30] "POST /neutron/security_group HTTP/1.1" 200 2071 0.010256 10.0.0.23 - - [2026-01-29 03:53:30] "GET /virtual-machine/2c91cb0b-23a3-4d32-83c2-9b999bab08a5 HTTP/1.1" 200 1306 0.007365 10.0.0.23 - - [2026-01-29 03:53:30] "GET /virtual-machine-interface/deddd866-f1e3-4a5b-bd55-c5aacbe4f14c HTTP/1.1" 200 3017 0.006269 10.0.0.23 - - [2026-01-29 03:53:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003644 10.0.0.23 - - [2026-01-29 03:53:30] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003734 10.0.0.23 - - [2026-01-29 03:53:30] "GET /virtual-networks?parent_id=4d1d6855-5e68-41ee-9efc-5ec598600caf&detail=False&count=False&shared=False HTTP/1.1" 200 366 0.003489 10.0.0.23 - - [2026-01-29 03:53:30] "GET /virtual-network/394e61f6-3ce8-4514-9b4d-41ec916369fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.006387 10.0.0.23 - - [2026-01-29 03:53:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.007640 10.0.0.23 - - [2026-01-29 03:53:31] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005532 10.0.0.23 - - [2026-01-29 03:53:31] "GET /virtual-networks?parent_id=4d1d6855-5e68-41ee-9efc-5ec598600caf&detail=False&count=False&shared=False HTTP/1.1" 200 366 0.006728 10.0.0.23 - - [2026-01-29 03:53:31] "GET /virtual-network/394e61f6-3ce8-4514-9b4d-41ec916369fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.006469 10.0.0.23 - - [2026-01-29 03:53:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.005315 10.0.0.23 - - [2026-01-29 03:53:32] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005435 10.0.0.23 - - [2026-01-29 03:53:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004678 10.0.0.23 - - [2026-01-29 03:53:32] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.007335 10.0.0.23 - - [2026-01-29 03:53:32] "PUT /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506 HTTP/1.1" 200 277 0.017308 10.0.0.23 - - [2026-01-29 03:53:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.004312 10.0.0.23 - - [2026-01-29 03:53:43] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1640 0.005635 10.0.0.23 - - [2026-01-29 03:53:43] "PUT /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506 HTTP/1.1" 200 277 0.014396 10.0.0.23 - - [2026-01-29 03:54:00] "GET /obj-perms HTTP/1.1" 200 5056 0.052689 10.0.0.23 - - [2026-01-29 03:54:21] "POST /neutron/network HTTP/1.1" 200 848 0.009135 10.0.0.23 - - [2026-01-29 03:54:21] "POST /neutron/port HTTP/1.1" 200 117 0.001336 10.0.0.23 - - [2026-01-29 03:54:32] "POST /neutron/network HTTP/1.1" 400 204 0.016417 10.0.0.23 - - [2026-01-29 03:54:33] "POST /neutron/port HTTP/1.1" 200 1126 0.016130 10.0.0.23 - - [2026-01-29 03:54:33] "POST /neutron/port HTTP/1.1" 200 151 0.275351 10.0.0.147 - - [2026-01-29 03:54:35] "DELETE /route-target/87d874d9-738f-4ce5-88d7-6a4ad473593c HTTP/1.1" 200 115 0.021704 10.0.0.240 - - [2026-01-29 03:54:35] "GET /projects?obj_uuids=4d1d6855-5e68-41ee-9efc-5ec598600caf&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.001147 10.0.0.23 - - [2026-01-29 03:54:35] "GET /project/4d1d6855-5e68-41ee-9efc-5ec598600caf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1418 0.053631 10.0.0.240 - - [2026-01-29 03:54:35] "GET /projects?obj_uuids=4d1d6855-5e68-41ee-9efc-5ec598600caf&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.001587 10.0.0.23 - - [2026-01-29 03:54:35] "GET /project/4d1d6855-5e68-41ee-9efc-5ec598600caf?fields=virtual_networks HTTP/1.1" 200 1060 0.059373 10.0.0.240 - - [2026-01-29 03:54:35] "GET /projects?obj_uuids=4d1d6855-5e68-41ee-9efc-5ec598600caf&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.001204 10.0.0.23 - - [2026-01-29 03:54:35] "GET /project/4d1d6855-5e68-41ee-9efc-5ec598600caf?fields=virtual_machine_interfaces HTTP/1.1" 200 1060 0.061284 10.0.0.240 - - [2026-01-29 03:54:35] "GET /projects?obj_uuids=4d1d6855-5e68-41ee-9efc-5ec598600caf&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.001355 10.0.0.23 - - [2026-01-29 03:54:35] "GET /project/4d1d6855-5e68-41ee-9efc-5ec598600caf?fields=security_groups HTTP/1.1" 200 1300 0.045480 10.0.0.23 - - [2026-01-29 03:54:36] "POST /fqname-to-id HTTP/1.1" 404 206 0.027108 10.0.0.240 - - [2026-01-29 03:54:36] "GET /projects?obj_uuids=99bce8d7-2aec-42fa-acb8-f073f742013b&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002941 10.0.0.240 - - [2026-01-29 03:54:36] "GET /domains?obj_uuids=65230a56-1cf0-4d34-9498-1ad48da04806&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001145 10.0.0.240 - - [2026-01-29 03:54:36] "GET /domain/65230a56-1cf0-4d34-9498-1ad48da04806?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007687 10.0.0.240 - - [2026-01-29 03:54:36] "POST /id-to-fqname HTTP/1.1" 200 209 0.002747 10.0.0.240 - - [2026-01-29 03:54:36] "POST /fqname-to-id HTTP/1.1" 404 217 0.005637 10.0.0.240 - - [2026-01-29 03:54:36] "POST /security-groups HTTP/1.1" 200 609 0.029438 10.0.0.240 - - [2026-01-29 03:54:36] "POST /projects HTTP/1.1" 200 621 0.252224 10.0.0.147 - - [2026-01-29 03:54:36] "POST /fqname-to-id HTTP/1.1" 404 251 0.005408 10.0.0.240 - - [2026-01-29 03:54:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.320995 10.0.0.23 - - [2026-01-29 03:54:36] "GET /project/99bce8d7-2aec-42fa-acb8-f073f742013b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1439 0.487126 10.0.0.23 - - [2026-01-29 03:54:38] "GET / HTTP/1.1" 200 36215 0.003329 10.0.0.23 - - [2026-01-29 03:54:38] "POST /fqname-to-id HTTP/1.1" 401 292 0.000542 10.0.0.23 - - [2026-01-29 03:54:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.054470 10.0.0.240 - - [2026-01-29 03:54:38] "GET /projects?obj_uuids=99bce8d7-2aec-42fa-acb8-f073f742013b&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001064 10.0.0.23 - - [2026-01-29 03:54:38] "GET /project/99bce8d7-2aec-42fa-acb8-f073f742013b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1439 0.043218 10.0.0.23 - - [2026-01-29 03:54:38] "POST /neutron/network HTTP/1.1" 200 117 0.040983 10.0.0.147 - - [2026-01-29 03:54:39] "POST /ref-update HTTP/1.1" 200 156 0.024096 10.0.0.23 - - [2026-01-29 03:54:39] "POST /neutron/network HTTP/1.1" 200 842 0.011561 10.0.0.23 - - [2026-01-29 03:54:39] "POST /id-to-fqname HTTP/1.1" 200 239 0.001786 10.0.0.23 - - [2026-01-29 03:54:39] "GET /virtual-network/5f5bbc20-7eef-47f2-8706-d41fa9319d4e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2075 0.007794 10.0.0.23 - - [2026-01-29 03:54:39] "GET /virtual-network/5f5bbc20-7eef-47f2-8706-d41fa9319d4e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2075 0.005790 10.0.0.23 - - [2026-01-29 03:54:39] "POST /neutron/subnet HTTP/1.1" 200 715 0.010764 10.0.0.23 - - [2026-01-29 03:54:39] "POST /id-to-fqname HTTP/1.1" 200 239 0.001587 10.0.0.240 - - [2026-01-29 03:54:40] "GET /projects?obj_uuids=99bce8d7-2aec-42fa-acb8-f073f742013b&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001208 10.0.0.23 - - [2026-01-29 03:54:40] "GET /project/99bce8d7-2aec-42fa-acb8-f073f742013b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1439 0.071303 10.0.0.23 - - [2026-01-29 03:54:40] "POST /neutron/port HTTP/1.1" 200 117 0.007880 10.0.0.23 - - [2026-01-29 03:54:40] "POST /id-to-fqname HTTP/1.1" 200 239 0.001576 10.0.0.23 - - [2026-01-29 03:54:40] "POST /neutron/network HTTP/1.1" 200 852 0.008369 10.0.0.23 - - [2026-01-29 03:54:41] "POST /neutron/port HTTP/1.1" 200 1076 0.021463 10.0.0.23 - - [2026-01-29 03:54:41] "POST /neutron/port HTTP/1.1" 200 1140 0.025573 10.0.0.240 - - [2026-01-29 03:54:41] "GET /projects?obj_uuids=99bce8d7-2aec-42fa-acb8-f073f742013b&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001042 10.0.0.23 - - [2026-01-29 03:54:41] "GET /project/99bce8d7-2aec-42fa-acb8-f073f742013b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1439 0.084019 10.0.0.23 - - [2026-01-29 03:54:41] "POST /neutron/port HTTP/1.1" 200 117 0.001643 10.0.0.23 - - [2026-01-29 03:54:41] "POST /neutron/port HTTP/1.1" 200 1140 0.021387 10.0.0.23 - - [2026-01-29 03:54:42] "POST /neutron/network HTTP/1.1" 200 852 0.006655 10.0.0.23 - - [2026-01-29 03:54:42] "GET /virtual-network/5f5bbc20-7eef-47f2-8706-d41fa9319d4e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2075 0.006564 10.0.0.23 - - [2026-01-29 03:54:42] "POST /neutron/port HTTP/1.1" 200 1076 0.020245 10.0.0.23 - - [2026-01-29 03:54:43] "POST /neutron/floatingip HTTP/1.1" 200 117 0.008280 10.0.0.23 - - [2026-01-29 03:54:43] "POST /neutron/network HTTP/1.1" 200 842 0.006985 10.0.0.23 - - [2026-01-29 03:54:43] "POST /neutron/port HTTP/1.1" 200 1140 0.021400 10.0.0.23 - - [2026-01-29 03:54:44] "POST /neutron/security_group HTTP/1.1" 200 2076 0.008034 10.0.0.23 - - [2026-01-29 03:54:44] "GET /virtual-machine/1d62048d-06be-4feb-a9b6-a0ffc0a57bb6 HTTP/1.1" 401 292 0.000454 10.0.0.23 - - [2026-01-29 03:54:44] "GET /virtual-machine/1d62048d-06be-4feb-a9b6-a0ffc0a57bb6 HTTP/1.1" 200 1312 0.038294 10.0.0.23 - - [2026-01-29 03:54:44] "GET /virtual-machine-interface/230ee5d5-022d-4e0f-95f6-a6013366fce1 HTTP/1.1" 200 3041 0.007452 10.0.0.23 - - [2026-01-29 03:54:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003746 10.0.0.23 - - [2026-01-29 03:54:44] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004203 10.0.0.23 - - [2026-01-29 03:54:44] "GET /virtual-networks?parent_id=99bce8d7-2aec-42fa-acb8-f073f742013b&detail=False&count=False&shared=False HTTP/1.1" 200 371 0.003249 10.0.0.23 - - [2026-01-29 03:54:44] "GET /virtual-network/5f5bbc20-7eef-47f2-8706-d41fa9319d4e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2075 0.007817 10.0.0.23 - - [2026-01-29 03:54:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.005324 10.0.0.23 - - [2026-01-29 03:54:47] "GET /virtual-network/5f5bbc20-7eef-47f2-8706-d41fa9319d4e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2075 0.007849 10.0.0.23 - - [2026-01-29 03:54:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003602 10.0.0.23 - - [2026-01-29 03:54:51] "GET /virtual-network/5f5bbc20-7eef-47f2-8706-d41fa9319d4e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2075 0.006916 10.0.0.147 - - [2026-01-29 03:54:51] "GET /global-system-configs HTTP/1.1" 401 292 0.000602 10.0.0.147 - - [2026-01-29 03:54:51] "GET /global-system-configs HTTP/1.1" 401 292 0.000566 10.0.0.147 - - [2026-01-29 03:54:52] "GET /global-system-configs HTTP/1.1" 401 292 0.000471 10.0.0.147 - - [2026-01-29 03:54:52] "GET /global-system-configs HTTP/1.1" 401 292 0.000465 10.0.0.23 - - [2026-01-29 03:54:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000448 10.0.0.23 - - [2026-01-29 03:54:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000447 10.0.0.240 - - [2026-01-29 03:54:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000466 10.0.0.240 - - [2026-01-29 03:54:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000457 10.0.0.23 - - [2026-01-29 03:54:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000603 10.0.0.23 - - [2026-01-29 03:54:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000540 10.0.0.240 - - [2026-01-29 03:54:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000572 10.0.0.240 - - [2026-01-29 03:54:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000584 10.0.0.23 - - [2026-01-29 03:54:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.004942 10.0.0.23 - - [2026-01-29 03:54:55] "GET /virtual-network/5f5bbc20-7eef-47f2-8706-d41fa9319d4e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2075 0.006985 10.0.0.23 - - [2026-01-29 03:54:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003970 10.0.0.23 - - [2026-01-29 03:54:59] "GET /virtual-network/5f5bbc20-7eef-47f2-8706-d41fa9319d4e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2075 0.005655 10.0.0.240 - - [2026-01-29 03:55:01] "GET /obj-perms HTTP/1.1" 200 5056 0.056760 10.0.0.23 - - [2026-01-29 03:55:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004668 10.0.0.23 - - [2026-01-29 03:55:03] "GET /virtual-network/5f5bbc20-7eef-47f2-8706-d41fa9319d4e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2075 0.005962 10.0.0.240 - - [2026-01-29 03:55:04] "DELETE /project/99bce8d72aec42faacb8f073f742013b HTTP/1.1" 404 173 0.008307 10.0.0.240 - - [2026-01-29 03:55:04] "GET /projects?obj_uuids=4d1d6855-5e68-41ee-9efc-5ec598600caf&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.000935 10.0.0.240 - - [2026-01-29 03:55:04] "GET /project/4d1d6855-5e68-41ee-9efc-5ec598600caf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1520 0.051167 10.0.0.240 - - [2026-01-29 03:55:04] "GET /projects?obj_uuids=4d1d6855-5e68-41ee-9efc-5ec598600caf&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.001471 10.0.0.240 - - [2026-01-29 03:55:04] "GET /project/4d1d6855-5e68-41ee-9efc-5ec598600caf?fields=security_groups HTTP/1.1" 200 1402 0.067291 10.0.0.240 - - [2026-01-29 03:55:04] "DELETE /security-group/e5671cfa-a975-4688-bcb2-57e678e5eec5 HTTP/1.1" 404 171 0.003558 10.0.0.240 - - [2026-01-29 03:55:04] "GET /projects?obj_uuids=4d1d6855-5e68-41ee-9efc-5ec598600caf&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.001878 10.0.0.240 - - [2026-01-29 03:55:04] "GET /project/4d1d6855-5e68-41ee-9efc-5ec598600caf?fields=application_policy_sets HTTP/1.1" 200 1441 0.081221 10.0.0.240 - - [2026-01-29 03:55:04] "DELETE /project/4d1d6855-5e68-41ee-9efc-5ec598600caf HTTP/1.1" 404 190 0.423286 10.0.0.23 - - [2026-01-29 03:55:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.006335 10.0.0.23 - - [2026-01-29 03:55:08] "GET /virtual-network/5f5bbc20-7eef-47f2-8706-d41fa9319d4e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2075 0.005702 10.0.0.23 - - [2026-01-29 03:55:09] "POST /neutron/port HTTP/1.1" 200 1140 0.019536 10.0.0.23 - - [2026-01-29 03:55:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003691 10.0.0.23 - - [2026-01-29 03:55:10] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003984 10.0.0.23 - - [2026-01-29 03:55:10] "GET /virtual-networks?parent_id=99bce8d7-2aec-42fa-acb8-f073f742013b&detail=False&count=False&shared=False HTTP/1.1" 200 371 0.003167 10.0.0.23 - - [2026-01-29 03:55:10] "GET /virtual-network/5f5bbc20-7eef-47f2-8706-d41fa9319d4e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2075 0.006316 10.0.0.23 - - [2026-01-29 03:55:10] "POST /neutron/security_group HTTP/1.1" 200 2076 0.011208 10.0.0.23 - - [2026-01-29 03:55:20] "POST /neutron/port HTTP/1.1" 200 1140 0.022112 10.0.0.23 - - [2026-01-29 03:55:20] "POST /neutron/security_group HTTP/1.1" 200 2076 0.009674 10.0.0.23 - - [2026-01-29 03:55:20] "GET /virtual-machine/35228fd9-177e-4b71-a91e-dd5347ae4e8b HTTP/1.1" 200 1312 0.006447 10.0.0.23 - - [2026-01-29 03:55:20] "GET /virtual-machine-interface/fb6e120e-e745-4c1c-8742-7de832d94d8d HTTP/1.1" 200 3041 0.005640 10.0.0.23 - - [2026-01-29 03:55:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003512 10.0.0.23 - - [2026-01-29 03:55:21] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003889 10.0.0.23 - - [2026-01-29 03:55:21] "GET /virtual-networks?parent_id=99bce8d7-2aec-42fa-acb8-f073f742013b&detail=False&count=False&shared=False HTTP/1.1" 200 371 0.004040 10.0.0.23 - - [2026-01-29 03:55:21] "GET /virtual-network/5f5bbc20-7eef-47f2-8706-d41fa9319d4e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2075 0.007016 10.0.0.23 - - [2026-01-29 03:55:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003684 10.0.0.23 - - [2026-01-29 03:55:22] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004227 10.0.0.23 - - [2026-01-29 03:55:22] "GET /virtual-networks?parent_id=99bce8d7-2aec-42fa-acb8-f073f742013b&detail=False&count=False&shared=False HTTP/1.1" 200 371 0.003672 10.0.0.23 - - [2026-01-29 03:55:22] "GET /virtual-network/5f5bbc20-7eef-47f2-8706-d41fa9319d4e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2075 0.006590 10.0.0.23 - - [2026-01-29 03:55:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.004071 10.0.0.240 - - [2026-01-29 03:55:22] "GET /projects?obj_uuids=99bce8d7-2aec-42fa-acb8-f073f742013b&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.002145 10.0.0.23 - - [2026-01-29 03:55:22] "GET /project/99bce8d7-2aec-42fa-acb8-f073f742013b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1439 0.064389 10.0.0.23 - - [2026-01-29 03:55:22] "POST /neutron/port HTTP/1.1" 200 1140 0.044672 10.0.0.240 - - [2026-01-29 03:55:22] "GET /projects?obj_uuids=99bce8d7-2aec-42fa-acb8-f073f742013b&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001698 10.0.0.23 - - [2026-01-29 03:55:22] "POST /neutron/subnet HTTP/1.1" 200 689 0.009293 10.0.0.23 - - [2026-01-29 03:55:22] "POST /neutron/network HTTP/1.1" 200 625 0.153671 10.0.0.147 - - [2026-01-29 03:55:22] "POST /route-targets HTTP/1.1" 200 328 0.049875 10.0.0.240 - - [2026-01-29 03:55:22] "POST /useragent-kv HTTP/1.1" 200 115 0.008730 10.0.0.23 - - [2026-01-29 03:55:22] "POST /neutron/subnet HTTP/1.1" 200 725 0.226021 10.0.0.23 - - [2026-01-29 03:55:22] "POST /id-to-fqname HTTP/1.1" 200 239 0.001508 10.0.0.23 - - [2026-01-29 03:55:22] "GET /virtual-network/1c74548c-ee3e-486e-bfc4-9f7f4e7c83e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2082 0.005647 10.0.0.23 - - [2026-01-29 03:55:23] "GET /virtual-network/1c74548c-ee3e-486e-bfc4-9f7f4e7c83e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2082 0.007494 10.0.0.23 - - [2026-01-29 03:55:23] "POST /neutron/network HTTP/1.1" 200 844 0.008395 10.0.0.23 - - [2026-01-29 03:55:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.005879 10.0.0.240 - - [2026-01-29 03:55:23] "GET /projects?obj_uuids=99bce8d7-2aec-42fa-acb8-f073f742013b&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001385 10.0.0.23 - - [2026-01-29 03:55:23] "GET /project/99bce8d7-2aec-42fa-acb8-f073f742013b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1439 0.041891 10.0.0.240 - - [2026-01-29 03:55:23] "GET /projects?obj_uuids=99bce8d7-2aec-42fa-acb8-f073f742013b&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001573 10.0.0.23 - - [2026-01-29 03:55:23] "POST /neutron/network HTTP/1.1" 200 631 0.148444 10.0.0.147 - - [2026-01-29 03:55:23] "POST /ref-update HTTP/1.1" 200 156 0.024388 10.0.0.23 - - [2026-01-29 03:55:23] "POST /id-to-fqname HTTP/1.1" 200 242 0.003792 10.0.0.23 - - [2026-01-29 03:55:23] "GET /virtual-network/3aa3f38f-7bba-4941-adfb-b21fb2e0b248?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2091 0.097834 10.0.0.23 - - [2026-01-29 03:55:23] "POST /neutron/network HTTP/1.1" 200 850 0.006981 10.0.0.23 - - [2026-01-29 03:55:23] "GET /virtual-network/3aa3f38f-7bba-4941-adfb-b21fb2e0b248?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2091 0.005929 10.0.0.23 - - [2026-01-29 03:55:23] "POST /id-to-fqname HTTP/1.1" 200 239 0.002056 10.0.0.23 - - [2026-01-29 03:55:23] "POST /neutron/port HTTP/1.1" 200 2128 0.019902 10.0.0.240 - - [2026-01-29 03:55:24] "GET /projects?obj_uuids=99bce8d7-2aec-42fa-acb8-f073f742013b&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001181 10.0.0.23 - - [2026-01-29 03:55:24] "GET /project/99bce8d7-2aec-42fa-acb8-f073f742013b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1439 0.077043 10.0.0.23 - - [2026-01-29 03:55:24] "POST /neutron/network HTTP/1.1" 200 844 0.008099 10.0.0.23 - - [2026-01-29 03:55:25] "POST /neutron/port HTTP/1.1" 200 117 0.006526 10.0.0.23 - - [2026-01-29 03:55:25] "POST /id-to-fqname HTTP/1.1" 200 242 0.001504 10.0.0.23 - - [2026-01-29 03:55:25] "POST /neutron/network HTTP/1.1" 200 860 0.007575 10.0.0.23 - - [2026-01-29 03:55:25] "POST /neutron/port HTTP/1.1" 200 1078 0.056475 10.0.0.240 - - [2026-01-29 03:55:26] "GET /projects?obj_uuids=99bce8d7-2aec-42fa-acb8-f073f742013b&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001788 10.0.0.23 - - [2026-01-29 03:55:26] "GET /project/99bce8d7-2aec-42fa-acb8-f073f742013b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1439 0.116358 10.0.0.23 - - [2026-01-29 03:55:26] "POST /neutron/network HTTP/1.1" 200 850 0.012717 10.0.0.23 - - [2026-01-29 03:55:26] "POST /neutron/subnet HTTP/1.1" 200 699 0.014647 10.0.0.23 - - [2026-01-29 03:55:26] "POST /neutron/port HTTP/1.1" 200 3117 0.044831 10.0.0.23 - - [2026-01-29 03:55:26] "POST /id-to-fqname HTTP/1.1" 200 239 0.002373 10.0.0.23 - - [2026-01-29 03:55:26] "POST /id-to-fqname HTTP/1.1" 200 239 0.001483 10.0.0.23 - - [2026-01-29 03:55:26] "POST /neutron/port HTTP/1.1" 200 3117 0.037411 10.0.0.23 - - [2026-01-29 03:55:26] "POST /neutron/network HTTP/1.1" 200 860 0.007347 10.0.0.23 - - [2026-01-29 03:55:27] "POST /neutron/port HTTP/1.1" 200 1078 0.022344 10.0.0.23 - - [2026-01-29 03:55:27] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005533 10.0.0.240 - - [2026-01-29 03:55:27] "GET /projects?obj_uuids=99bce8d7-2aec-42fa-acb8-f073f742013b&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001079 10.0.0.23 - - [2026-01-29 03:55:27] "GET /project/99bce8d7-2aec-42fa-acb8-f073f742013b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1439 0.064840 10.0.0.23 - - [2026-01-29 03:55:27] "POST /neutron/network HTTP/1.1" 200 842 0.006834 10.0.0.23 - - [2026-01-29 03:55:27] "POST /neutron/port HTTP/1.1" 200 4106 0.058153 10.0.0.23 - - [2026-01-29 03:55:28] "GET /virtual-network/5f5bbc20-7eef-47f2-8706-d41fa9319d4e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2075 0.014694 10.0.0.23 - - [2026-01-29 03:55:28] "POST /neutron/network HTTP/1.1" 200 1554 0.018709 10.0.0.23 - - [2026-01-29 03:55:28] "GET /obj-perms HTTP/1.1" 200 5066 0.095320 10.0.0.147 - - [2026-01-29 03:55:28] "GET /obj-perms HTTP/1.1" 200 5066 0.085299 10.0.0.23 - - [2026-01-29 03:55:29] "GET /virtual-network/1c74548c-ee3e-486e-bfc4-9f7f4e7c83e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2082 0.006604 10.0.0.23 - - [2026-01-29 03:55:29] "POST /neutron/port HTTP/1.1" 200 1076 0.026061 10.0.0.23 - - [2026-01-29 03:55:29] "POST /neutron/port HTTP/1.1" 200 1078 0.022508 10.0.0.23 - - [2026-01-29 03:55:29] "POST /neutron/port HTTP/1.1" 200 2130 0.033229 10.0.0.23 - - [2026-01-29 03:55:29] "GET /virtual-network/3aa3f38f-7bba-4941-adfb-b21fb2e0b248?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2091 0.005995 10.0.0.23 - - [2026-01-29 03:55:29] "POST /neutron/port HTTP/1.1" 200 117 0.001345 10.0.0.23 - - [2026-01-29 03:55:29] "POST /neutron/subnet HTTP/1.1" 200 699 0.013117 10.0.0.240 - - [2026-01-29 03:55:30] "GET /obj-perms HTTP/1.1" 200 5066 0.070910 10.0.0.23 - - [2026-01-29 03:55:30] "POST /neutron/port HTTP/1.1" 200 1142 0.027009 10.0.0.23 - - [2026-01-29 03:55:30] "POST /neutron/security_group HTTP/1.1" 200 2076 0.017556 10.0.0.23 - - [2026-01-29 03:55:30] "GET /virtual-machine/e4ac4909-2abb-43d3-8e0a-7ad133a45ef8 HTTP/1.1" 200 1313 0.006056 10.0.0.23 - - [2026-01-29 03:55:30] "GET /virtual-machine-interface/330d9a7d-d3c3-40fe-9db2-0567257eb9bc HTTP/1.1" 200 3050 0.007245 10.0.0.23 - - [2026-01-29 03:55:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004601 10.0.0.23 - - [2026-01-29 03:55:30] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.006010 10.0.0.23 - - [2026-01-29 03:55:30] "GET /virtual-networks?parent_id=99bce8d7-2aec-42fa-acb8-f073f742013b&detail=False&count=False&shared=False HTTP/1.1" 200 854 0.004391 10.0.0.23 - - [2026-01-29 03:55:30] "GET /virtual-network/3aa3f38f-7bba-4941-adfb-b21fb2e0b248?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2091 0.007080 10.0.0.23 - - [2026-01-29 03:55:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.004316 10.0.0.23 - - [2026-01-29 03:55:33] "GET /virtual-network/3aa3f38f-7bba-4941-adfb-b21fb2e0b248?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2091 0.006444 10.0.0.23 - - [2026-01-29 03:55:35] "POST /neutron/port HTTP/1.1" 200 1142 0.021484 10.0.0.23 - - [2026-01-29 03:55:35] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004303 10.0.0.23 - - [2026-01-29 03:55:35] "POST /neutron/network HTTP/1.1" 200 844 0.006630 10.0.0.23 - - [2026-01-29 03:55:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.005626 10.0.0.23 - - [2026-01-29 03:55:37] "GET /virtual-network/3aa3f38f-7bba-4941-adfb-b21fb2e0b248?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2091 0.006873 10.0.0.23 - - [2026-01-29 03:55:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.004835 10.0.0.23 - - [2026-01-29 03:55:41] "GET /virtual-network/3aa3f38f-7bba-4941-adfb-b21fb2e0b248?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2091 0.007460 10.0.0.23 - - [2026-01-29 03:55:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.005582 10.0.0.23 - - [2026-01-29 03:55:45] "GET /virtual-network/3aa3f38f-7bba-4941-adfb-b21fb2e0b248?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2091 0.007952 10.0.0.23 - - [2026-01-29 03:55:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004160 10.0.0.23 - - [2026-01-29 03:55:50] "GET /virtual-network/3aa3f38f-7bba-4941-adfb-b21fb2e0b248?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2091 0.006210 10.0.0.23 - - [2026-01-29 03:55:51] "POST /neutron/port HTTP/1.1" 200 2130 0.032226 10.0.0.23 - - [2026-01-29 03:55:53] "POST /neutron/security_group HTTP/1.1" 200 2076 0.007967 10.0.0.23 - - [2026-01-29 03:55:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003852 10.0.0.23 - - [2026-01-29 03:55:54] "GET /virtual-network/3aa3f38f-7bba-4941-adfb-b21fb2e0b248?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2091 0.005450 10.0.0.23 - - [2026-01-29 03:55:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004360 10.0.0.23 - - [2026-01-29 03:55:56] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005044 10.0.0.23 - - [2026-01-29 03:55:56] "GET /virtual-networks?parent_id=99bce8d7-2aec-42fa-acb8-f073f742013b&detail=False&count=False&shared=False HTTP/1.1" 200 854 0.003627 10.0.0.23 - - [2026-01-29 03:55:56] "GET /virtual-network/3aa3f38f-7bba-4941-adfb-b21fb2e0b248?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2091 0.007404 10.0.0.23 - - [2026-01-29 03:56:01] "POST /neutron/port HTTP/1.1" 200 1142 0.019803 10.0.0.23 - - [2026-01-29 03:56:01] "POST /neutron/security_group HTTP/1.1" 200 2076 0.008394 10.0.0.23 - - [2026-01-29 03:56:01] "GET /virtual-machine/1c1c5136-69d7-431e-935f-16837dc7b3b8 HTTP/1.1" 200 1312 0.006202 10.0.0.23 - - [2026-01-29 03:56:01] "GET /virtual-machine-interface/ddf311f7-ccd3-4c64-abee-4e340b72e59c HTTP/1.1" 200 3042 0.007776 10.0.0.23 - - [2026-01-29 03:56:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004561 10.0.0.23 - - [2026-01-29 03:56:01] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005549 10.0.0.23 - - [2026-01-29 03:56:01] "GET /virtual-networks?parent_id=99bce8d7-2aec-42fa-acb8-f073f742013b&detail=False&count=False&shared=False HTTP/1.1" 200 854 0.004638 10.0.0.23 - - [2026-01-29 03:56:01] "GET /virtual-network/1c74548c-ee3e-486e-bfc4-9f7f4e7c83e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2082 0.006741 10.0.0.147 - - [2026-01-29 03:56:02] "GET /obj-perms HTTP/1.1" 200 5056 0.051417 10.0.0.23 - - [2026-01-29 03:56:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003749 10.0.0.23 - - [2026-01-29 03:56:03] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004236 10.0.0.23 - - [2026-01-29 03:56:03] "GET /virtual-networks?parent_id=99bce8d7-2aec-42fa-acb8-f073f742013b&detail=False&count=False&shared=False HTTP/1.1" 200 854 0.003759 10.0.0.23 - - [2026-01-29 03:56:03] "GET /virtual-network/1c74548c-ee3e-486e-bfc4-9f7f4e7c83e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2082 0.006952 10.0.0.23 - - [2026-01-29 03:56:03] "POST /neutron/port HTTP/1.1" 200 1142 0.019548 10.0.0.23 - - [2026-01-29 03:56:08] "POST /neutron/security_group HTTP/1.1" 200 2076 0.008543 10.0.0.23 - - [2026-01-29 03:56:08] "POST /neutron/port HTTP/1.1" 200 2130 0.020610 10.0.0.23 - - [2026-01-29 03:56:08] "POST /neutron/security_group HTTP/1.1" 200 2076 0.008322 10.0.0.23 - - [2026-01-29 03:56:08] "GET /virtual-machine/1946ae19-2f36-4f6c-ba30-b70a1b66e62f HTTP/1.1" 200 1589 0.006527 10.0.0.23 - - [2026-01-29 03:56:08] "GET /virtual-machine-interface/442f5f18-b014-4117-901e-d8d7cad107e3 HTTP/1.1" 200 3041 0.007850 10.0.0.23 - - [2026-01-29 03:56:08] "GET /virtual-machine-interface/4565e241-bcf8-4a2b-a4d0-5143f7c21347 HTTP/1.1" 200 3041 0.006075 10.0.0.23 - - [2026-01-29 03:56:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003513 10.0.0.23 - - [2026-01-29 03:56:08] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003971 10.0.0.23 - - [2026-01-29 03:56:08] "GET /virtual-networks?parent_id=99bce8d7-2aec-42fa-acb8-f073f742013b&detail=False&count=False&shared=False HTTP/1.1" 200 854 0.003902 10.0.0.23 - - [2026-01-29 03:56:08] "GET /virtual-network/5f5bbc20-7eef-47f2-8706-d41fa9319d4e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2075 0.006712 10.0.0.23 - - [2026-01-29 03:56:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004020 10.0.0.23 - - [2026-01-29 03:56:10] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.009454 10.0.0.23 - - [2026-01-29 03:56:10] "GET /virtual-networks?parent_id=99bce8d7-2aec-42fa-acb8-f073f742013b&detail=False&count=False&shared=False HTTP/1.1" 200 854 0.003387 10.0.0.23 - - [2026-01-29 03:56:10] "GET /virtual-network/5f5bbc20-7eef-47f2-8706-d41fa9319d4e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2075 0.006488 10.0.0.23 - - [2026-01-29 03:56:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003980 10.0.0.23 - - [2026-01-29 03:56:10] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004318 10.0.0.23 - - [2026-01-29 03:56:10] "GET /virtual-networks?parent_id=99bce8d7-2aec-42fa-acb8-f073f742013b&detail=False&count=False&shared=False HTTP/1.1" 200 854 0.003261 10.0.0.23 - - [2026-01-29 03:56:10] "GET /virtual-network/1c74548c-ee3e-486e-bfc4-9f7f4e7c83e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2082 0.007363 10.0.0.23 - - [2026-01-29 03:56:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003813 10.0.0.23 - - [2026-01-29 03:56:11] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003959 10.0.0.23 - - [2026-01-29 03:56:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004228 10.0.0.23 - - [2026-01-29 03:56:11] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005187 10.0.0.23 - - [2026-01-29 03:56:11] "PUT /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506 HTTP/1.1" 200 277 0.015589 10.0.0.23 - - [2026-01-29 03:56:11] "POST /fqname-to-id HTTP/1.1" 404 217 0.003989 10.0.0.23 - - [2026-01-29 03:56:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004382 10.0.0.240 - - [2026-01-29 03:56:12] "GET /projects?obj_uuids=99bce8d7-2aec-42fa-acb8-f073f742013b&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001473 10.0.0.23 - - [2026-01-29 03:56:12] "GET /project/99bce8d7-2aec-42fa-acb8-f073f742013b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1439 0.039822 10.0.0.23 - - [2026-01-29 03:56:12] "POST /network-policys HTTP/1.1" 200 541 0.026468 10.0.0.23 - - [2026-01-29 03:56:12] "GET /network-policy/d1a087ee-a346-4a37-b56b-bc5fe50825d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1995 0.007269 10.0.0.23 - - [2026-01-29 03:56:12] "POST /neutron/network HTTP/1.1" 200 936 0.010963 10.0.0.23 - - [2026-01-29 03:56:12] "GET /virtual-network/5f5bbc20-7eef-47f2-8706-d41fa9319d4e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2386 0.007238 10.0.0.23 - - [2026-01-29 03:56:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003355 10.0.0.23 - - [2026-01-29 03:56:12] "GET /network-policy/d1a087ee-a346-4a37-b56b-bc5fe50825d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1995 0.004588 10.0.0.23 - - [2026-01-29 03:56:12] "POST /neutron/network HTTP/1.1" 200 938 0.022073 10.0.0.23 - - [2026-01-29 03:56:12] "GET /virtual-network/1c74548c-ee3e-486e-bfc4-9f7f4e7c83e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2393 0.005706 10.0.0.23 - - [2026-01-29 03:56:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003057 10.0.0.23 - - [2026-01-29 03:56:12] "GET /network-policy/d1a087ee-a346-4a37-b56b-bc5fe50825d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1995 0.005546 10.0.0.23 - - [2026-01-29 03:56:12] "GET /virtual-network/5f5bbc20-7eef-47f2-8706-d41fa9319d4e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2386 0.006131 10.0.0.147 - - [2026-01-29 03:56:12] "PUT /access-control-list/b48edddd-0ac3-4042-a10d-8b0a0ed58e87 HTTP/1.1" 200 273 0.027931 10.0.0.147 - - [2026-01-29 03:56:12] "POST /ref-update HTTP/1.1" 200 156 0.018658 10.0.0.23 - - [2026-01-29 03:56:13] "GET /obj-perms HTTP/1.1" 200 5066 0.004205 10.0.0.23 - - [2026-01-29 03:56:13] "GET /virtual-network/1c74548c-ee3e-486e-bfc4-9f7f4e7c83e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2393 0.006131 10.0.0.240 - - [2026-01-29 03:56:13] "GET /obj-perms HTTP/1.1" 200 5066 0.005080 10.0.0.23 - - [2026-01-29 03:56:13] "GET /virtual-network/5f5bbc20-7eef-47f2-8706-d41fa9319d4e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2386 0.006060 10.0.0.147 - - [2026-01-29 03:56:13] "GET /obj-perms HTTP/1.1" 200 5066 0.003600 10.0.0.23 - - [2026-01-29 03:56:14] "GET /virtual-network/1c74548c-ee3e-486e-bfc4-9f7f4e7c83e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2393 0.006074 10.0.0.23 - - [2026-01-29 03:56:14] "GET /obj-perms HTTP/1.1" 200 5066 0.006066 10.0.0.23 - - [2026-01-29 03:56:14] "GET /virtual-network/3aa3f38f-7bba-4941-adfb-b21fb2e0b248?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2091 0.007248 10.0.0.240 - - [2026-01-29 03:56:14] "GET /obj-perms HTTP/1.1" 200 5066 0.004286 10.0.0.23 - - [2026-01-29 03:56:22] "POST /neutron/network HTTP/1.1" 200 946 0.008561 10.0.0.23 - - [2026-01-29 03:56:22] "POST /neutron/port HTTP/1.1" 200 117 0.001395 10.0.0.23 - - [2026-01-29 03:56:29] "GET /obj-perms HTTP/1.1" 200 5066 0.004448 10.0.0.23 - - [2026-01-29 03:56:34] "POST /neutron/port HTTP/1.1" 200 1142 0.017328 10.0.0.23 - - [2026-01-29 03:56:34] "POST /neutron/subnet HTTP/1.1" 200 698 0.009023 10.0.0.147 - - [2026-01-29 03:57:03] "GET /obj-perms HTTP/1.1" 200 5056 0.054737 10.0.0.23 - - [2026-01-29 03:57:22] "POST /neutron/port HTTP/1.1" 200 1140 0.018737 10.0.0.23 - - [2026-01-29 03:57:22] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004794 10.0.0.23 - - [2026-01-29 03:57:22] "POST /neutron/network HTTP/1.1" 200 936 0.008387 10.0.0.23 - - [2026-01-29 03:57:36] "POST /neutron/network HTTP/1.1" 200 948 0.007021 10.0.0.23 - - [2026-01-29 03:57:36] "POST /neutron/port HTTP/1.1" 200 117 0.001253 10.0.0.23 - - [2026-01-29 03:58:04] "GET /obj-perms HTTP/1.1" 200 5056 0.059550 10.0.0.23 - - [2026-01-29 03:58:24] "POST /neutron/port HTTP/1.1" 200 1140 0.048931 10.0.0.23 - - [2026-01-29 03:58:24] "POST /neutron/subnet HTTP/1.1" 200 689 0.010608 10.0.0.23 - - [2026-01-29 03:58:36] "POST /neutron/port HTTP/1.1" 200 1142 0.018258 10.0.0.23 - - [2026-01-29 03:58:36] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004131 10.0.0.23 - - [2026-01-29 03:58:36] "POST /neutron/network HTTP/1.1" 200 850 0.008614 10.0.0.23 - - [2026-01-29 03:59:26] "POST /neutron/network HTTP/1.1" 200 1742 0.011074 10.0.0.23 - - [2026-01-29 03:59:26] "POST /neutron/port HTTP/1.1" 200 117 0.001360 10.0.0.23 - - [2026-01-29 03:59:26] "POST /neutron/subnet HTTP/1.1" 200 699 0.010737 10.0.0.23 - - [2026-01-29 03:59:38] "POST /neutron/port HTTP/1.1" 200 1142 0.021389 10.0.0.23 - - [2026-01-29 03:59:38] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004617 10.0.0.23 - - [2026-01-29 03:59:38] "POST /neutron/network HTTP/1.1" 200 938 0.007513 10.0.0.147 - - [2026-01-29 03:59:51] "GET /global-system-configs HTTP/1.1" 401 292 0.000510 10.0.0.147 - - [2026-01-29 03:59:51] "GET /global-system-configs HTTP/1.1" 401 292 0.000429 10.0.0.147 - - [2026-01-29 03:59:52] "GET /global-system-configs HTTP/1.1" 401 292 0.000518 10.0.0.23 - - [2026-01-29 03:59:52] "GET /obj-perms HTTP/1.1" 200 5066 0.005541 10.0.0.147 - - [2026-01-29 03:59:52] "GET /global-system-configs HTTP/1.1" 401 292 0.000544 10.0.0.23 - - [2026-01-29 03:59:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000448 10.0.0.23 - - [2026-01-29 03:59:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000574 10.0.0.240 - - [2026-01-29 03:59:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000462 10.0.0.240 - - [2026-01-29 03:59:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000436 10.0.0.23 - - [2026-01-29 03:59:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000423 10.0.0.23 - - [2026-01-29 03:59:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000447 10.0.0.240 - - [2026-01-29 03:59:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000418 10.0.0.240 - - [2026-01-29 03:59:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000437 10.0.0.23 - - [2026-01-29 03:59:54] "GET /virtual-network/1c74548c-ee3e-486e-bfc4-9f7f4e7c83e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2393 0.041405 10.0.0.23 - - [2026-01-29 03:59:55] "POST /neutron/network HTTP/1.1" 200 844 0.031953 10.0.0.23 - - [2026-01-29 03:59:55] "GET /virtual-network/1c74548c-ee3e-486e-bfc4-9f7f4e7c83e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2082 0.005738 10.0.0.23 - - [2026-01-29 03:59:55] "GET /virtual-network/5f5bbc20-7eef-47f2-8706-d41fa9319d4e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2386 0.005654 10.0.0.23 - - [2026-01-29 03:59:55] "POST /neutron/network HTTP/1.1" 200 842 0.018340 10.0.0.23 - - [2026-01-29 03:59:55] "GET /virtual-network/5f5bbc20-7eef-47f2-8706-d41fa9319d4e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2075 0.006417 10.0.0.23 - - [2026-01-29 03:59:55] "DELETE /network-policy/d1a087ee-a346-4a37-b56b-bc5fe50825d0 HTTP/1.1" 200 115 0.049381 10.0.0.23 - - [2026-01-29 03:59:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003837 10.0.0.23 - - [2026-01-29 03:59:55] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1641 0.004856 10.0.0.23 - - [2026-01-29 03:59:55] "PUT /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506 HTTP/1.1" 200 277 0.014802 10.0.0.147 - - [2026-01-29 03:59:55] "POST /ref-update HTTP/1.1" 200 156 0.031232 10.0.0.147 - - [2026-01-29 03:59:55] "POST /ref-update HTTP/1.1" 200 156 0.025971 10.0.0.23 - - [2026-01-29 03:59:57] "POST /neutron/port HTTP/1.1" 200 1142 0.022294 10.0.0.23 - - [2026-01-29 03:59:57] "POST /neutron/port HTTP/1.1" 200 1142 0.034868 10.0.0.23 - - [2026-01-29 03:59:57] "POST /neutron/port HTTP/1.1" 200 1130 0.018273 10.0.0.23 - - [2026-01-29 03:59:58] "POST /neutron/port HTTP/1.1" 200 1132 0.024793 10.0.0.240 - - [2026-01-29 03:59:59] "POST /useragent-kv HTTP/1.1" 200 115 0.052383 10.0.0.240 - - [2026-01-29 03:59:59] "POST /useragent-kv HTTP/1.1" 200 115 0.003076 10.0.0.23 - - [2026-01-29 03:59:59] "POST /neutron/network HTTP/1.1" 200 151 0.166615 10.0.0.147 - - [2026-01-29 03:59:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003594 10.0.0.23 - - [2026-01-29 04:00:00] "POST /neutron/network HTTP/1.1" 200 842 0.007612 10.0.0.23 - - [2026-01-29 04:00:00] "POST /neutron/port HTTP/1.1" 200 1140 0.022500 10.0.0.23 - - [2026-01-29 04:00:01] "POST /neutron/port HTTP/1.1" 200 151 0.367503 10.0.0.240 - - [2026-01-29 04:00:02] "POST /useragent-kv HTTP/1.1" 200 115 0.004593 10.0.0.240 - - [2026-01-29 04:00:02] "POST /useragent-kv HTTP/1.1" 200 115 0.002375 10.0.0.23 - - [2026-01-29 04:00:02] "POST /neutron/network HTTP/1.1" 200 151 0.133160 10.0.0.147 - - [2026-01-29 04:00:02] "DELETE /route-target/e17d5488-05d5-4ae0-a93f-9bb7aee3881d HTTP/1.1" 200 115 0.022224 10.0.0.240 - - [2026-01-29 04:00:02] "GET /projects?obj_uuids=99bce8d7-2aec-42fa-acb8-f073f742013b&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001070 10.0.0.23 - - [2026-01-29 04:00:02] "GET /project/99bce8d7-2aec-42fa-acb8-f073f742013b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1439 0.075593 10.0.0.240 - - [2026-01-29 04:00:02] "GET /projects?obj_uuids=99bce8d7-2aec-42fa-acb8-f073f742013b&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001088 10.0.0.23 - - [2026-01-29 04:00:02] "GET /project/99bce8d7-2aec-42fa-acb8-f073f742013b?fields=virtual_networks HTTP/1.1" 200 1071 0.060632 10.0.0.240 - - [2026-01-29 04:00:02] "GET /projects?obj_uuids=99bce8d7-2aec-42fa-acb8-f073f742013b&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001125 10.0.0.23 - - [2026-01-29 04:00:02] "GET /project/99bce8d7-2aec-42fa-acb8-f073f742013b?fields=virtual_machine_interfaces HTTP/1.1" 200 1071 0.043401 10.0.0.240 - - [2026-01-29 04:00:02] "GET /projects?obj_uuids=99bce8d7-2aec-42fa-acb8-f073f742013b&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001688 10.0.0.23 - - [2026-01-29 04:00:02] "GET /project/99bce8d7-2aec-42fa-acb8-f073f742013b?fields=security_groups HTTP/1.1" 200 1316 0.052358 10.0.0.23 - - [2026-01-29 04:00:03] "POST /fqname-to-id HTTP/1.1" 404 183 0.033566 10.0.0.240 - - [2026-01-29 04:00:03] "GET /projects?obj_uuids=7a200928-3e74-47a6-94d5-0130384ca9a9&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003105 10.0.0.240 - - [2026-01-29 04:00:03] "GET /domains?obj_uuids=65230a56-1cf0-4d34-9498-1ad48da04806&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001151 10.0.0.240 - - [2026-01-29 04:00:03] "GET /domain/65230a56-1cf0-4d34-9498-1ad48da04806?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.040875 10.0.0.240 - - [2026-01-29 04:00:03] "POST /id-to-fqname HTTP/1.1" 200 185 0.006243 10.0.0.240 - - [2026-01-29 04:00:03] "POST /fqname-to-id HTTP/1.1" 404 194 0.005777 10.0.0.240 - - [2026-01-29 04:00:04] "POST /security-groups HTTP/1.1" 200 586 0.082035 10.0.0.240 - - [2026-01-29 04:00:04] "POST /projects HTTP/1.1" 200 575 0.294504 10.0.0.147 - - [2026-01-29 04:00:04] "POST /fqname-to-id HTTP/1.1" 404 228 0.010269 10.0.0.240 - - [2026-01-29 04:00:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.373603 10.0.0.23 - - [2026-01-29 04:00:04] "GET /project/7a200928-3e74-47a6-94d5-0130384ca9a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.559025 10.0.0.240 - - [2026-01-29 04:00:05] "DELETE /project/7a2009283e7447a694d50130384ca9a9 HTTP/1.1" 404 173 0.004399 10.0.0.240 - - [2026-01-29 04:00:05] "GET /projects?obj_uuids=99bce8d7-2aec-42fa-acb8-f073f742013b&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001003 10.0.0.240 - - [2026-01-29 04:00:05] "GET /project/99bce8d7-2aec-42fa-acb8-f073f742013b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1541 0.036628 10.0.0.240 - - [2026-01-29 04:00:05] "GET /projects?obj_uuids=99bce8d7-2aec-42fa-acb8-f073f742013b&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001042 10.0.0.240 - - [2026-01-29 04:00:05] "GET /project/99bce8d7-2aec-42fa-acb8-f073f742013b?fields=security_groups HTTP/1.1" 200 1418 0.086494 10.0.0.240 - - [2026-01-29 04:00:05] "DELETE /security-group/d2173fa8-8101-46a7-bb9a-092cc778ec45 HTTP/1.1" 200 115 0.083202 10.0.0.240 - - [2026-01-29 04:00:05] "GET /projects?obj_uuids=99bce8d7-2aec-42fa-acb8-f073f742013b&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001002 10.0.0.240 - - [2026-01-29 04:00:05] "GET /project/99bce8d7-2aec-42fa-acb8-f073f742013b?fields=application_policy_sets HTTP/1.1" 200 1457 0.054845 10.0.0.147 - - [2026-01-29 04:00:05] "DELETE /access-control-list/c24f5680-4691-47f8-b5cb-7824962f1b15 HTTP/1.1" 200 115 0.045944 10.0.0.240 - - [2026-01-29 04:00:05] "DELETE /project/99bce8d7-2aec-42fa-acb8-f073f742013b HTTP/1.1" 200 115 0.524707 10.0.0.147 - - [2026-01-29 04:00:05] "GET /obj-perms HTTP/1.1" 200 5056 0.085779 10.0.0.23 - - [2026-01-29 04:00:06] "GET / HTTP/1.1" 200 36215 0.002968 10.0.0.240 - - [2026-01-29 04:00:06] "GET /projects?obj_uuids=8a3a7390-7ec8-4fa8-965f-346af397f354&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001258 10.0.0.23 - - [2026-01-29 04:00:06] "GET /project/8a3a7390-7ec8-4fa8-965f-346af397f354?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1274 0.052485 10.0.0.23 - - [2026-01-29 04:00:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004025 10.0.0.23 - - [2026-01-29 04:00:07] "GET /security-group/a82ceab5-9441-4197-ae70-a4907df15a2e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3711 0.004426 10.0.0.23 - - [2026-01-29 04:00:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003286 10.0.0.240 - - [2026-01-29 04:00:07] "GET /projects?obj_uuids=8a3a7390-7ec8-4fa8-965f-346af397f354&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001822 10.0.0.23 - - [2026-01-29 04:00:07] "GET /project/8a3a7390-7ec8-4fa8-965f-346af397f354?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1274 0.047765 10.0.0.23 - - [2026-01-29 04:00:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003886 10.0.0.23 - - [2026-01-29 04:00:07] "GET /security-group/a82ceab5-9441-4197-ae70-a4907df15a2e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3711 0.004828 10.0.0.23 - - [2026-01-29 04:00:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003291 10.0.0.23 - - [2026-01-29 04:00:07] "PUT /security-group/a82ceab5-9441-4197-ae70-a4907df15a2e HTTP/1.1" 200 263 0.023604 10.0.0.240 - - [2026-01-29 04:00:10] "GET /projects?obj_uuids=7a200928-3e74-47a6-94d5-0130384ca9a9&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001225 10.0.0.23 - - [2026-01-29 04:00:10] "GET /project/7a200928-3e74-47a6-94d5-0130384ca9a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.046122 10.0.0.240 - - [2026-01-29 04:00:10] "GET /projects?obj_uuids=7a200928-3e74-47a6-94d5-0130384ca9a9&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001179 10.0.0.23 - - [2026-01-29 04:00:10] "GET /project/7a200928-3e74-47a6-94d5-0130384ca9a9?fields=virtual_networks HTTP/1.1" 200 1024 0.054735 10.0.0.240 - - [2026-01-29 04:00:10] "GET /projects?obj_uuids=7a200928-3e74-47a6-94d5-0130384ca9a9&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001142 10.0.0.23 - - [2026-01-29 04:00:10] "GET /project/7a200928-3e74-47a6-94d5-0130384ca9a9?fields=virtual_machine_interfaces HTTP/1.1" 200 1024 0.033371 10.0.0.240 - - [2026-01-29 04:00:10] "GET /projects?obj_uuids=7a200928-3e74-47a6-94d5-0130384ca9a9&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001020 10.0.0.23 - - [2026-01-29 04:00:10] "GET /project/7a200928-3e74-47a6-94d5-0130384ca9a9?fields=security_groups HTTP/1.1" 200 1246 0.052386 10.0.0.23 - - [2026-01-29 04:00:11] "POST /fqname-to-id HTTP/1.1" 404 192 0.028203 10.0.0.240 - - [2026-01-29 04:00:11] "GET /projects?obj_uuids=c0b22a75-6372-486c-ab76-6f05dbd54734&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004203 10.0.0.240 - - [2026-01-29 04:00:11] "GET /domains?obj_uuids=65230a56-1cf0-4d34-9498-1ad48da04806&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001406 10.0.0.240 - - [2026-01-29 04:00:11] "GET /domain/65230a56-1cf0-4d34-9498-1ad48da04806?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.009345 10.0.0.240 - - [2026-01-29 04:00:11] "POST /id-to-fqname HTTP/1.1" 200 194 0.001899 10.0.0.240 - - [2026-01-29 04:00:11] "POST /fqname-to-id HTTP/1.1" 404 203 0.008030 10.0.0.240 - - [2026-01-29 04:00:12] "POST /security-groups HTTP/1.1" 200 595 0.080340 10.0.0.147 - - [2026-01-29 04:00:12] "POST /fqname-to-id HTTP/1.1" 404 238 0.005186 10.0.0.240 - - [2026-01-29 04:00:12] "POST /projects HTTP/1.1" 200 593 0.312120 10.0.0.240 - - [2026-01-29 04:00:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.344619 10.0.0.147 - - [2026-01-29 04:00:12] "POST /access-control-lists HTTP/1.1" 200 600 0.030896 10.0.0.23 - - [2026-01-29 04:00:12] "GET /project/c0b22a75-6372-486c-ab76-6f05dbd54734?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1383 0.516704 10.0.0.23 - - [2026-01-29 04:00:13] "GET / HTTP/1.1" 200 36215 0.002039 10.0.0.23 - - [2026-01-29 04:00:15] "POST /fqname-to-id HTTP/1.1" 401 292 0.000580 10.0.0.23 - - [2026-01-29 04:00:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.057537 10.0.0.240 - - [2026-01-29 04:00:15] "GET /projects?obj_uuids=c0b22a75-6372-486c-ab76-6f05dbd54734&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001030 10.0.0.23 - - [2026-01-29 04:00:15] "GET /project/c0b22a75-6372-486c-ab76-6f05dbd54734?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1383 0.053560 10.0.0.240 - - [2026-01-29 04:00:15] "POST /useragent-kv HTTP/1.1" 200 115 0.009576 10.0.0.23 - - [2026-01-29 04:00:15] "POST /neutron/subnet HTTP/1.1" 200 729 0.234838 10.0.0.23 - - [2026-01-29 04:00:16] "POST /id-to-fqname HTTP/1.1" 200 231 0.001505 10.0.0.23 - - [2026-01-29 04:00:16] "GET /virtual-network/b7e31098-e50d-467b-9fc4-8542e71d6885?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2076 0.006101 10.0.0.23 - - [2026-01-29 04:00:16] "GET /virtual-network/b7e31098-e50d-467b-9fc4-8542e71d6885?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2076 0.006471 10.0.0.23 - - [2026-01-29 04:00:16] "POST /neutron/network HTTP/1.1" 200 843 0.007198 10.0.0.23 - - [2026-01-29 04:00:16] "POST /id-to-fqname HTTP/1.1" 200 231 0.001451 10.0.0.240 - - [2026-01-29 04:00:17] "GET /projects?obj_uuids=c0b22a75-6372-486c-ab76-6f05dbd54734&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001729 10.0.0.23 - - [2026-01-29 04:00:17] "GET /project/c0b22a75-6372-486c-ab76-6f05dbd54734?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1383 0.074190 10.0.0.23 - - [2026-01-29 04:00:17] "POST /neutron/network HTTP/1.1" 200 843 0.034538 10.0.0.23 - - [2026-01-29 04:00:17] "POST /id-to-fqname HTTP/1.1" 200 231 0.001499 10.0.0.23 - - [2026-01-29 04:00:17] "POST /neutron/port HTTP/1.1" 200 117 0.007816 10.0.0.23 - - [2026-01-29 04:00:18] "POST /neutron/port HTTP/1.1" 200 1065 0.030040 10.0.0.23 - - [2026-01-29 04:00:18] "POST /neutron/port HTTP/1.1" 200 1129 0.024324 10.0.0.23 - - [2026-01-29 04:00:18] "POST /neutron/port HTTP/1.1" 200 117 0.001319 10.0.0.23 - - [2026-01-29 04:00:26] "POST /neutron/port HTTP/1.1" 200 1129 0.019660 10.0.0.23 - - [2026-01-29 04:00:26] "POST /neutron/subnet HTTP/1.1" 200 703 0.014429 10.0.0.23 - - [2026-01-29 04:00:38] "POST /neutron/port HTTP/1.1" 200 1129 0.070498 10.0.0.240 - - [2026-01-29 04:00:38] "GET /projects?obj_uuids=c0b22a75-6372-486c-ab76-6f05dbd54734&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001449 10.0.0.23 - - [2026-01-29 04:00:38] "GET /project/c0b22a75-6372-486c-ab76-6f05dbd54734?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1383 0.064576 10.0.0.23 - - [2026-01-29 04:00:38] "POST /neutron/network HTTP/1.1" 200 843 0.007136 10.0.0.23 - - [2026-01-29 04:00:39] "POST /neutron/port HTTP/1.1" 200 117 0.006458 10.0.0.23 - - [2026-01-29 04:00:39] "POST /neutron/port HTTP/1.1" 200 1129 0.020190 10.0.0.23 - - [2026-01-29 04:00:39] "POST /neutron/security_group HTTP/1.1" 200 2062 0.010000 10.0.0.23 - - [2026-01-29 04:00:39] "GET /virtual-machine/80761956-e3b0-4026-9cb4-4ed48619c6c5 HTTP/1.1" 401 292 0.000602 10.0.0.23 - - [2026-01-29 04:00:39] "GET /virtual-machine/80761956-e3b0-4026-9cb4-4ed48619c6c5 HTTP/1.1" 200 1298 0.103878 10.0.0.23 - - [2026-01-29 04:00:39] "GET /virtual-machine-interface/5d85290c-9c0e-4446-aa13-18df92ac34be HTTP/1.1" 200 2989 0.007930 10.0.0.23 - - [2026-01-29 04:00:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.011318 10.0.0.23 - - [2026-01-29 04:00:39] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.009817 10.0.0.23 - - [2026-01-29 04:00:39] "GET /virtual-networks?parent_id=c0b22a75-6372-486c-ab76-6f05dbd54734&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.013489 10.0.0.23 - - [2026-01-29 04:00:40] "GET /virtual-network/b7e31098-e50d-467b-9fc4-8542e71d6885?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2076 0.013081 10.0.0.23 - - [2026-01-29 04:00:40] "POST /neutron/port HTTP/1.1" 200 1065 0.064059 10.0.0.23 - - [2026-01-29 04:00:40] "POST /neutron/port HTTP/1.1" 200 1129 0.034583 10.0.0.23 - - [2026-01-29 04:00:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.005488 10.0.0.23 - - [2026-01-29 04:00:41] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.008897 10.0.0.23 - - [2026-01-29 04:00:41] "GET /virtual-networks?parent_id=c0b22a75-6372-486c-ab76-6f05dbd54734&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.003945 10.0.0.23 - - [2026-01-29 04:00:41] "GET /virtual-network/b7e31098-e50d-467b-9fc4-8542e71d6885?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2076 0.008093 10.0.0.23 - - [2026-01-29 04:00:41] "POST /neutron/security_group HTTP/1.1" 200 2062 0.027149 10.0.0.23 - - [2026-01-29 04:00:41] "POST /neutron/network HTTP/1.1" 200 843 0.013867 10.0.0.23 - - [2026-01-29 04:00:51] "POST /neutron/port HTTP/1.1" 200 1129 0.018208 10.0.0.23 - - [2026-01-29 04:00:56] "POST /neutron/security_group HTTP/1.1" 200 2062 0.008406 10.0.0.240 - - [2026-01-29 04:01:05] "DELETE /project/c0b22a756372486cab766f05dbd54734 HTTP/1.1" 404 173 0.004639 10.0.0.240 - - [2026-01-29 04:01:05] "GET /projects?obj_uuids=7a200928-3e74-47a6-94d5-0130384ca9a9&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000961 10.0.0.240 - - [2026-01-29 04:01:05] "GET /project/7a200928-3e74-47a6-94d5-0130384ca9a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1448 0.051679 10.0.0.240 - - [2026-01-29 04:01:05] "GET /projects?obj_uuids=7a200928-3e74-47a6-94d5-0130384ca9a9&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001582 10.0.0.240 - - [2026-01-29 04:01:05] "GET /project/7a200928-3e74-47a6-94d5-0130384ca9a9?fields=security_groups HTTP/1.1" 200 1348 0.072266 10.0.0.240 - - [2026-01-29 04:01:06] "DELETE /security-group/d0709759-4afe-4aff-9544-496121be2a98 HTTP/1.1" 200 115 0.088051 10.0.0.240 - - [2026-01-29 04:01:06] "GET /projects?obj_uuids=7a200928-3e74-47a6-94d5-0130384ca9a9&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.003968 10.0.0.240 - - [2026-01-29 04:01:06] "GET /project/7a200928-3e74-47a6-94d5-0130384ca9a9?fields=application_policy_sets HTTP/1.1" 200 1387 0.100288 10.0.0.240 - - [2026-01-29 04:01:06] "DELETE /project/7a200928-3e74-47a6-94d5-0130384ca9a9 HTTP/1.1" 404 190 0.531467 10.0.0.147 - - [2026-01-29 04:01:06] "DELETE /access-control-list/9fcca193-7cc3-4b7f-9921-e8322856d5c3 HTTP/1.1" 200 115 0.489016 10.0.0.240 - - [2026-01-29 04:01:06] "GET /obj-perms HTTP/1.1" 200 5056 0.162652 10.0.0.23 - - [2026-01-29 04:01:07] "POST /neutron/port HTTP/1.1" 200 1129 0.018266 10.0.0.23 - - [2026-01-29 04:01:07] "GET /obj-perms HTTP/1.1" 200 5056 0.082713 10.0.0.23 - - [2026-01-29 04:01:12] "POST /neutron/security_group HTTP/1.1" 200 2062 0.007643 10.0.0.23 - - [2026-01-29 04:01:17] "POST /neutron/port HTTP/1.1" 200 1129 0.017959 10.0.0.23 - - [2026-01-29 04:01:17] "POST /neutron/security_group HTTP/1.1" 200 2062 0.007983 10.0.0.23 - - [2026-01-29 04:01:17] "GET /virtual-machine/5cd4cb96-310c-4db3-9d1b-ec380e0411b7 HTTP/1.1" 200 1298 0.006183 10.0.0.23 - - [2026-01-29 04:01:17] "GET /virtual-machine-interface/8c3a9be4-3210-4629-b2d6-2c7d98882fae HTTP/1.1" 200 2990 0.005938 10.0.0.23 - - [2026-01-29 04:01:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003523 10.0.0.23 - - [2026-01-29 04:01:17] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004579 10.0.0.23 - - [2026-01-29 04:01:17] "GET /virtual-networks?parent_id=c0b22a75-6372-486c-ab76-6f05dbd54734&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.003234 10.0.0.23 - - [2026-01-29 04:01:17] "GET /virtual-network/b7e31098-e50d-467b-9fc4-8542e71d6885?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2076 0.006864 10.0.0.23 - - [2026-01-29 04:01:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003828 10.0.0.23 - - [2026-01-29 04:01:20] "GET /virtual-network/b7e31098-e50d-467b-9fc4-8542e71d6885?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2076 0.006093 10.0.0.23 - - [2026-01-29 04:01:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004092 10.0.0.23 - - [2026-01-29 04:01:24] "GET /virtual-network/b7e31098-e50d-467b-9fc4-8542e71d6885?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2076 0.005909 10.0.0.23 - - [2026-01-29 04:01:26] "POST /neutron/network HTTP/1.1" 200 853 0.012345 10.0.0.23 - - [2026-01-29 04:01:26] "POST /neutron/port HTTP/1.1" 200 117 0.001309 10.0.0.23 - - [2026-01-29 04:01:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004415 10.0.0.23 - - [2026-01-29 04:01:28] "GET /virtual-network/b7e31098-e50d-467b-9fc4-8542e71d6885?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2076 0.005988 10.0.0.23 - - [2026-01-29 04:01:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004938 10.0.0.23 - - [2026-01-29 04:01:32] "GET /virtual-network/b7e31098-e50d-467b-9fc4-8542e71d6885?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2076 0.008976 10.0.0.23 - - [2026-01-29 04:01:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003912 10.0.0.23 - - [2026-01-29 04:01:37] "GET /virtual-network/b7e31098-e50d-467b-9fc4-8542e71d6885?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2076 0.006274 10.0.0.23 - - [2026-01-29 04:01:39] "POST /neutron/port HTTP/1.1" 200 1129 0.020214 10.0.0.23 - - [2026-01-29 04:01:39] "POST /neutron/subnet HTTP/1.1" 200 703 0.011404 10.0.0.23 - - [2026-01-29 04:01:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003775 10.0.0.23 - - [2026-01-29 04:01:41] "GET /virtual-network/b7e31098-e50d-467b-9fc4-8542e71d6885?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2076 0.006305 10.0.0.23 - - [2026-01-29 04:01:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004280 10.0.0.23 - - [2026-01-29 04:01:45] "GET /virtual-network/b7e31098-e50d-467b-9fc4-8542e71d6885?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2076 0.006438 10.0.0.23 - - [2026-01-29 04:01:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003432 10.0.0.23 - - [2026-01-29 04:01:49] "GET /virtual-network/b7e31098-e50d-467b-9fc4-8542e71d6885?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2076 0.005260 10.0.0.23 - - [2026-01-29 04:01:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003853 10.0.0.23 - - [2026-01-29 04:01:53] "GET /virtual-network/b7e31098-e50d-467b-9fc4-8542e71d6885?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2076 0.006819 10.0.0.23 - - [2026-01-29 04:01:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003879 10.0.0.23 - - [2026-01-29 04:01:57] "GET /virtual-network/b7e31098-e50d-467b-9fc4-8542e71d6885?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2076 0.005880 10.0.0.23 - - [2026-01-29 04:02:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004041 10.0.0.23 - - [2026-01-29 04:02:01] "GET /virtual-network/b7e31098-e50d-467b-9fc4-8542e71d6885?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2076 0.006502 10.0.0.23 - - [2026-01-29 04:02:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004096 10.0.0.23 - - [2026-01-29 04:02:05] "GET /virtual-network/b7e31098-e50d-467b-9fc4-8542e71d6885?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2076 0.006135 10.0.0.23 - - [2026-01-29 04:02:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.004135 10.0.0.23 - - [2026-01-29 04:02:09] "GET /virtual-network/b7e31098-e50d-467b-9fc4-8542e71d6885?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2076 0.005931 10.0.0.23 - - [2026-01-29 04:02:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004272 10.0.0.23 - - [2026-01-29 04:02:13] "GET /virtual-network/b7e31098-e50d-467b-9fc4-8542e71d6885?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2076 0.006642 10.0.0.23 - - [2026-01-29 04:02:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.005172 10.0.0.23 - - [2026-01-29 04:02:17] "GET /virtual-network/b7e31098-e50d-467b-9fc4-8542e71d6885?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2076 0.006419 10.0.0.23 - - [2026-01-29 04:02:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.004647 10.0.0.23 - - [2026-01-29 04:02:22] "GET /virtual-network/b7e31098-e50d-467b-9fc4-8542e71d6885?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2076 0.006925 10.0.0.23 - - [2026-01-29 04:02:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003664 10.0.0.23 - - [2026-01-29 04:02:26] "GET /virtual-network/b7e31098-e50d-467b-9fc4-8542e71d6885?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2076 0.005831 10.0.0.23 - - [2026-01-29 04:02:28] "POST /neutron/port HTTP/1.1" 200 1129 0.020509 10.0.0.23 - - [2026-01-29 04:02:28] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004166 10.0.0.23 - - [2026-01-29 04:02:28] "POST /neutron/network HTTP/1.1" 200 843 0.008339 10.0.0.23 - - [2026-01-29 04:02:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003721 10.0.0.23 - - [2026-01-29 04:02:30] "GET /virtual-network/b7e31098-e50d-467b-9fc4-8542e71d6885?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2076 0.006676 10.0.0.23 - - [2026-01-29 04:02:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003642 10.0.0.23 - - [2026-01-29 04:02:34] "GET /virtual-network/b7e31098-e50d-467b-9fc4-8542e71d6885?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2076 0.005950 10.0.0.23 - - [2026-01-29 04:02:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003836 10.0.0.23 - - [2026-01-29 04:02:36] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003981 10.0.0.23 - - [2026-01-29 04:02:36] "GET /virtual-networks?parent_id=c0b22a75-6372-486c-ab76-6f05dbd54734&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.003431 10.0.0.23 - - [2026-01-29 04:02:36] "GET /virtual-network/b7e31098-e50d-467b-9fc4-8542e71d6885?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2076 0.006625 10.0.0.23 - - [2026-01-29 04:02:36] "POST /neutron/port HTTP/1.1" 200 1129 0.018541 10.0.0.23 - - [2026-01-29 04:02:39] "POST /neutron/port HTTP/1.1" 200 1129 0.019369 10.0.0.23 - - [2026-01-29 04:02:39] "POST /neutron/subnet HTTP/1.1" 200 703 0.008939 10.0.0.23 - - [2026-01-29 04:02:41] "POST /neutron/port HTTP/1.1" 200 1129 0.023097 10.0.0.23 - - [2026-01-29 04:02:46] "POST /neutron/security_group HTTP/1.1" 200 2062 0.008977 10.0.0.23 - - [2026-01-29 04:02:57] "POST /neutron/port HTTP/1.1" 200 1129 0.020712 10.0.0.23 - - [2026-01-29 04:03:02] "POST /neutron/security_group HTTP/1.1" 200 2062 0.008648 10.0.0.23 - - [2026-01-29 04:03:12] "POST /neutron/port HTTP/1.1" 200 1129 0.022928 10.0.0.23 - - [2026-01-29 04:03:17] "POST /neutron/security_group HTTP/1.1" 200 2062 0.009399 10.0.0.23 - - [2026-01-29 04:03:28] "POST /fqname-to-id HTTP/1.1" 404 240 0.005612 10.0.0.23 - - [2026-01-29 04:03:28] "POST /bgp-as-a-services HTTP/1.1" 200 599 0.042541 10.0.0.23 - - [2026-01-29 04:03:28] "GET /bgp-as-a-service/3b0df925-0c4b-4029-a6dc-ff80ef48256d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1625 0.007041 10.0.0.23 - - [2026-01-29 04:03:28] "GET /virtual-machine-interface/8c3a9be4-3210-4629-b2d6-2c7d98882fae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2768 0.007061 10.0.0.23 - - [2026-01-29 04:03:28] "POST /ref-update HTTP/1.1" 200 156 0.013012 10.0.0.23 - - [2026-01-29 04:03:28] "POST /neutron/network HTTP/1.1" 200 843 0.007353 10.0.0.23 - - [2026-01-29 04:03:28] "POST /neutron/subnet HTTP/1.1" 200 729 0.010803 10.0.0.147 - - [2026-01-29 04:03:28] "POST /bgp-routers HTTP/1.1" 200 661 0.068003 10.0.0.147 - - [2026-01-29 04:03:29] "PUT /bgp-router/cc52ae77-3ae5-402b-b449-896fd9f55c49 HTTP/1.1" 200 255 0.045631 10.0.0.23 - - [2026-01-29 04:03:29] "POST /neutron/network HTTP/1.1" 200 853 0.036938 10.0.0.23 - - [2026-01-29 04:03:29] "POST /neutron/port HTTP/1.1" 200 117 0.001219 10.0.0.23 - - [2026-01-29 04:03:40] "POST /neutron/port HTTP/1.1" 200 1129 0.023005 10.0.0.23 - - [2026-01-29 04:03:40] "POST /neutron/subnet HTTP/1.1" 200 703 0.011672 10.0.0.23 - - [2026-01-29 04:04:02] "GET /bgp-as-a-service/3b0df925-0c4b-4029-a6dc-ff80ef48256d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2254 0.007999 10.0.0.23 - - [2026-01-29 04:04:02] "GET /virtual-machine-interface/8c3a9be4-3210-4629-b2d6-2c7d98882fae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3098 0.007606 10.0.0.23 - - [2026-01-29 04:04:02] "POST /ref-update HTTP/1.1" 200 156 0.021677 10.0.0.23 - - [2026-01-29 04:04:02] "DELETE /bgp-as-a-service/3b0df925-0c4b-4029-a6dc-ff80ef48256d HTTP/1.1" 200 115 0.092741 10.0.0.147 - - [2026-01-29 04:04:02] "DELETE /bgp-router/cc52ae77-3ae5-402b-b449-896fd9f55c49 HTTP/1.1" 200 115 0.077888 10.0.0.23 - - [2026-01-29 04:04:02] "POST /neutron/network HTTP/1.1" 200 843 0.009007 10.0.0.23 - - [2026-01-29 04:04:03] "POST /neutron/port HTTP/1.1" 200 1119 0.021196 10.0.0.23 - - [2026-01-29 04:04:03] "POST /neutron/port HTTP/1.1" 200 1119 0.020367 10.0.0.240 - - [2026-01-29 04:04:05] "POST /useragent-kv HTTP/1.1" 200 115 0.003794 10.0.0.240 - - [2026-01-29 04:04:05] "POST /useragent-kv HTTP/1.1" 200 115 0.002844 10.0.0.23 - - [2026-01-29 04:04:05] "POST /neutron/network HTTP/1.1" 200 151 0.159290 10.0.0.240 - - [2026-01-29 04:04:06] "GET /projects?obj_uuids=c0b22a75-6372-486c-ab76-6f05dbd54734&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001106 10.0.0.23 - - [2026-01-29 04:04:06] "GET /project/c0b22a75-6372-486c-ab76-6f05dbd54734?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1383 0.056829 10.0.0.240 - - [2026-01-29 04:04:06] "GET /projects?obj_uuids=c0b22a75-6372-486c-ab76-6f05dbd54734&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001110 10.0.0.23 - - [2026-01-29 04:04:06] "GET /project/c0b22a75-6372-486c-ab76-6f05dbd54734?fields=virtual_networks HTTP/1.1" 200 1043 0.075628 10.0.0.240 - - [2026-01-29 04:04:06] "GET /projects?obj_uuids=c0b22a75-6372-486c-ab76-6f05dbd54734&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001117 10.0.0.23 - - [2026-01-29 04:04:06] "GET /project/c0b22a75-6372-486c-ab76-6f05dbd54734?fields=virtual_machine_interfaces HTTP/1.1" 200 1043 0.066867 10.0.0.240 - - [2026-01-29 04:04:06] "GET /projects?obj_uuids=c0b22a75-6372-486c-ab76-6f05dbd54734&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001146 10.0.0.23 - - [2026-01-29 04:04:06] "GET /project/c0b22a75-6372-486c-ab76-6f05dbd54734?fields=security_groups HTTP/1.1" 200 1274 0.058633 10.0.0.23 - - [2026-01-29 04:04:07] "POST /fqname-to-id HTTP/1.1" 404 189 0.028378 10.0.0.240 - - [2026-01-29 04:04:07] "GET /projects?obj_uuids=8d720a70-6bae-45f3-a000-f4a0227a4a04&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004459 10.0.0.240 - - [2026-01-29 04:04:07] "GET /domains?obj_uuids=65230a56-1cf0-4d34-9498-1ad48da04806&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000985 10.0.0.240 - - [2026-01-29 04:04:08] "GET /domain/65230a56-1cf0-4d34-9498-1ad48da04806?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007714 10.0.0.240 - - [2026-01-29 04:04:08] "POST /id-to-fqname HTTP/1.1" 200 191 0.001262 10.0.0.240 - - [2026-01-29 04:04:08] "POST /fqname-to-id HTTP/1.1" 404 200 0.006095 10.0.0.240 - - [2026-01-29 04:04:08] "POST /security-groups HTTP/1.1" 200 592 0.081327 10.0.0.147 - - [2026-01-29 04:04:08] "POST /fqname-to-id HTTP/1.1" 404 235 0.005042 10.0.0.240 - - [2026-01-29 04:04:08] "POST /projects HTTP/1.1" 200 587 0.315594 10.0.0.240 - - [2026-01-29 04:04:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.391334 10.0.0.147 - - [2026-01-29 04:04:08] "POST /access-control-lists HTTP/1.1" 200 597 0.030918 10.0.0.23 - - [2026-01-29 04:04:08] "GET /project/8d720a70-6bae-45f3-a000-f4a0227a4a04?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.549257 10.0.0.23 - - [2026-01-29 04:04:10] "GET / HTTP/1.1" 200 36215 0.002043 10.0.0.23 - - [2026-01-29 04:04:12] "POST /fqname-to-id HTTP/1.1" 401 292 0.000542 10.0.0.23 - - [2026-01-29 04:04:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.066928 10.0.0.240 - - [2026-01-29 04:04:12] "GET /projects?obj_uuids=8d720a70-6bae-45f3-a000-f4a0227a4a04&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001026 10.0.0.23 - - [2026-01-29 04:04:12] "GET /project/8d720a70-6bae-45f3-a000-f4a0227a4a04?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.047517 10.0.0.240 - - [2026-01-29 04:04:12] "POST /useragent-kv HTTP/1.1" 200 115 0.009084 10.0.0.23 - - [2026-01-29 04:04:13] "POST /neutron/subnet HTTP/1.1" 200 720 0.284687 10.0.0.23 - - [2026-01-29 04:04:13] "POST /id-to-fqname HTTP/1.1" 200 225 0.001981 10.0.0.23 - - [2026-01-29 04:04:13] "GET /virtual-network/e4968f66-a774-4bc4-9abc-122d5a22e81b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.005883 10.0.0.23 - - [2026-01-29 04:04:13] "GET /virtual-network/e4968f66-a774-4bc4-9abc-122d5a22e81b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.005758 10.0.0.23 - - [2026-01-29 04:04:13] "POST /neutron/network HTTP/1.1" 200 832 0.007235 10.0.0.23 - - [2026-01-29 04:04:13] "POST /id-to-fqname HTTP/1.1" 200 225 0.001629 10.0.0.240 - - [2026-01-29 04:04:13] "GET /projects?obj_uuids=8d720a70-6bae-45f3-a000-f4a0227a4a04&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001160 10.0.0.23 - - [2026-01-29 04:04:13] "GET /project/8d720a70-6bae-45f3-a000-f4a0227a4a04?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.069935 10.0.0.23 - - [2026-01-29 04:04:14] "POST /neutron/network HTTP/1.1" 200 832 0.007223 10.0.0.23 - - [2026-01-29 04:04:14] "POST /id-to-fqname HTTP/1.1" 200 225 0.001503 10.0.0.23 - - [2026-01-29 04:04:14] "POST /neutron/port HTTP/1.1" 200 117 0.010379 10.0.0.240 - - [2026-01-29 04:04:14] "GET /projects?obj_uuids=8d720a70-6bae-45f3-a000-f4a0227a4a04&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001244 10.0.0.23 - - [2026-01-29 04:04:14] "POST /neutron/port HTTP/1.1" 200 1060 0.357131 10.0.0.240 - - [2026-01-29 04:04:15] "GET /projects?obj_uuids=8d720a70-6bae-45f3-a000-f4a0227a4a04&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001042 10.0.0.23 - - [2026-01-29 04:04:15] "POST /neutron/port HTTP/1.1" 200 1114 0.170474 10.0.0.23 - - [2026-01-29 04:04:15] "GET /project/8d720a70-6bae-45f3-a000-f4a0227a4a04?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.139546 10.0.0.23 - - [2026-01-29 04:04:15] "POST /neutron/floatingip HTTP/1.1" 200 117 0.013366 10.0.0.23 - - [2026-01-29 04:04:15] "POST /neutron/port HTTP/1.1" 200 117 0.001273 10.0.0.23 - - [2026-01-29 04:04:15] "POST /neutron/port HTTP/1.1" 200 117 0.006844 10.0.0.23 - - [2026-01-29 04:04:15] "POST /id-to-fqname HTTP/1.1" 200 225 0.002929 10.0.0.23 - - [2026-01-29 04:04:15] "POST /neutron/network HTTP/1.1" 200 842 0.012711 10.0.0.23 - - [2026-01-29 04:04:16] "POST /neutron/port HTTP/1.1" 200 1060 0.031057 10.0.0.23 - - [2026-01-29 04:04:16] "POST /neutron/port HTTP/1.1" 200 1124 0.041200 10.0.0.240 - - [2026-01-29 04:04:16] "GET /projects?obj_uuids=8d720a70-6bae-45f3-a000-f4a0227a4a04&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001670 10.0.0.23 - - [2026-01-29 04:04:16] "POST /neutron/port HTTP/1.1" 200 117 0.001394 10.0.0.23 - - [2026-01-29 04:04:16] "GET /project/8d720a70-6bae-45f3-a000-f4a0227a4a04?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.106659 10.0.0.23 - - [2026-01-29 04:04:17] "POST /neutron/port HTTP/1.1" 200 2096 0.049920 10.0.0.23 - - [2026-01-29 04:04:17] "POST /neutron/port HTTP/1.1" 200 1124 0.030706 10.0.0.240 - - [2026-01-29 04:04:17] "GET /projects?obj_uuids=8d720a70-6bae-45f3-a000-f4a0227a4a04&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001159 10.0.0.23 - - [2026-01-29 04:04:18] "POST /neutron/port HTTP/1.1" 200 1060 0.420045 10.0.0.23 - - [2026-01-29 04:04:18] "POST /neutron/port HTTP/1.1" 200 1114 0.160025 10.0.0.23 - - [2026-01-29 04:04:18] "POST /neutron/subnet HTTP/1.1" 200 694 0.017007 10.0.0.23 - - [2026-01-29 04:04:22] "POST /neutron/port HTTP/1.1" 200 1124 0.018933 10.0.0.23 - - [2026-01-29 04:04:27] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008132 10.0.0.23 - - [2026-01-29 04:04:37] "POST /neutron/port HTTP/1.1" 200 1124 0.019732 10.0.0.23 - - [2026-01-29 04:04:40] "POST /neutron/port HTTP/1.1" 200 1124 0.018246 10.0.0.23 - - [2026-01-29 04:04:40] "POST /neutron/subnet HTTP/1.1" 200 694 0.009900 10.0.0.23 - - [2026-01-29 04:04:42] "POST /neutron/port HTTP/1.1" 200 1124 0.017912 10.0.0.23 - - [2026-01-29 04:04:47] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007860 10.0.0.147 - - [2026-01-29 04:04:51] "GET /global-system-configs HTTP/1.1" 401 292 0.000520 10.0.0.147 - - [2026-01-29 04:04:51] "GET /global-system-configs HTTP/1.1" 401 292 0.000447 10.0.0.23 - - [2026-01-29 04:04:52] "POST /neutron/port HTTP/1.1" 200 1124 0.019101 10.0.0.147 - - [2026-01-29 04:04:52] "GET /global-system-configs HTTP/1.1" 401 292 0.000391 10.0.0.147 - - [2026-01-29 04:04:52] "GET /global-system-configs HTTP/1.1" 401 292 0.000533 10.0.0.23 - - [2026-01-29 04:04:53] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008022 10.0.0.23 - - [2026-01-29 04:04:53] "GET /virtual-machine/14ad7d0b-e723-4313-b642-1407a4e0daae HTTP/1.1" 401 292 0.000419 10.0.0.23 - - [2026-01-29 04:04:53] "GET /virtual-machine/14ad7d0b-e723-4313-b642-1407a4e0daae HTTP/1.1" 200 1295 0.031576 10.0.0.23 - - [2026-01-29 04:04:53] "GET /virtual-machine-interface/8fa19113-f932-4e6e-b1a1-bf51f46711a1 HTTP/1.1" 200 2966 0.007160 10.0.0.23 - - [2026-01-29 04:04:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004279 10.0.0.23 - - [2026-01-29 04:04:53] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005077 10.0.0.23 - - [2026-01-29 04:04:53] "GET /virtual-networks?parent_id=8d720a70-6bae-45f3-a000-f4a0227a4a04&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.004575 10.0.0.23 - - [2026-01-29 04:04:53] "GET /virtual-network/e4968f66-a774-4bc4-9abc-122d5a22e81b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.006167 10.0.0.23 - - [2026-01-29 04:04:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000410 10.0.0.23 - - [2026-01-29 04:04:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000429 10.0.0.240 - - [2026-01-29 04:04:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000455 10.0.0.240 - - [2026-01-29 04:04:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000449 10.0.0.23 - - [2026-01-29 04:04:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000600 10.0.0.23 - - [2026-01-29 04:04:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000461 10.0.0.240 - - [2026-01-29 04:04:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000476 10.0.0.240 - - [2026-01-29 04:04:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000662 10.0.0.23 - - [2026-01-29 04:04:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003636 10.0.0.23 - - [2026-01-29 04:04:56] "GET /virtual-network/e4968f66-a774-4bc4-9abc-122d5a22e81b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.006277 10.0.0.23 - - [2026-01-29 04:05:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004812 10.0.0.23 - - [2026-01-29 04:05:00] "GET /virtual-network/e4968f66-a774-4bc4-9abc-122d5a22e81b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.006295 10.0.0.23 - - [2026-01-29 04:05:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003702 10.0.0.23 - - [2026-01-29 04:05:04] "GET /virtual-network/e4968f66-a774-4bc4-9abc-122d5a22e81b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.006145 10.0.0.240 - - [2026-01-29 04:05:06] "DELETE /project/8d720a706bae45f3a000f4a0227a4a04 HTTP/1.1" 404 173 0.091217 10.0.0.147 - - [2026-01-29 04:05:06] "DELETE /access-control-list/6d8cb349-dc6e-46ec-ae14-a5f0d2bd3db6 HTTP/1.1" 200 115 0.045603 10.0.0.240 - - [2026-01-29 04:05:06] "GET /projects?obj_uuids=c0b22a75-6372-486c-ab76-6f05dbd54734&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.005848 10.0.0.240 - - [2026-01-29 04:05:07] "GET /project/c0b22a75-6372-486c-ab76-6f05dbd54734?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1485 0.169988 10.0.0.240 - - [2026-01-29 04:05:07] "GET /projects?obj_uuids=c0b22a75-6372-486c-ab76-6f05dbd54734&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.006001 10.0.0.240 - - [2026-01-29 04:05:07] "GET /project/c0b22a75-6372-486c-ab76-6f05dbd54734?fields=security_groups HTTP/1.1" 200 1111 0.055933 10.0.0.240 - - [2026-01-29 04:05:07] "GET /projects?obj_uuids=c0b22a75-6372-486c-ab76-6f05dbd54734&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001115 10.0.0.240 - - [2026-01-29 04:05:07] "GET /project/c0b22a75-6372-486c-ab76-6f05dbd54734?fields=application_policy_sets HTTP/1.1" 404 171 0.091503 10.0.0.240 - - [2026-01-29 04:05:07] "DELETE /project/c0b22a75-6372-486c-ab76-6f05dbd54734 HTTP/1.1" 404 171 0.500941 10.0.0.23 - - [2026-01-29 04:05:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.009051 10.0.0.23 - - [2026-01-29 04:05:08] "GET /virtual-network/e4968f66-a774-4bc4-9abc-122d5a22e81b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.010235 10.0.0.147 - - [2026-01-29 04:05:10] "GET /obj-perms HTTP/1.1" 200 5056 0.060624 10.0.0.240 - - [2026-01-29 04:05:10] "GET /obj-perms HTTP/1.1" 200 5056 0.051318 10.0.0.23 - - [2026-01-29 04:05:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004230 10.0.0.23 - - [2026-01-29 04:05:12] "GET /virtual-network/e4968f66-a774-4bc4-9abc-122d5a22e81b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.005871 10.0.0.23 - - [2026-01-29 04:05:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003900 10.0.0.23 - - [2026-01-29 04:05:17] "GET /virtual-network/e4968f66-a774-4bc4-9abc-122d5a22e81b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.006407 10.0.0.23 - - [2026-01-29 04:05:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.005345 10.0.0.23 - - [2026-01-29 04:05:21] "GET /virtual-network/e4968f66-a774-4bc4-9abc-122d5a22e81b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.005883 10.0.0.23 - - [2026-01-29 04:05:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003673 10.0.0.23 - - [2026-01-29 04:05:25] "GET /virtual-network/e4968f66-a774-4bc4-9abc-122d5a22e81b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.006111 10.0.0.23 - - [2026-01-29 04:05:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003932 10.0.0.23 - - [2026-01-29 04:05:29] "GET /virtual-network/e4968f66-a774-4bc4-9abc-122d5a22e81b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.008238 10.0.0.23 - - [2026-01-29 04:05:31] "POST /neutron/network HTTP/1.1" 200 842 0.007840 10.0.0.23 - - [2026-01-29 04:05:31] "POST /neutron/port HTTP/1.1" 200 117 0.001317 10.0.0.23 - - [2026-01-29 04:05:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.005514 10.0.0.23 - - [2026-01-29 04:05:33] "GET /virtual-network/e4968f66-a774-4bc4-9abc-122d5a22e81b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.006911 10.0.0.23 - - [2026-01-29 04:05:36] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007121 10.0.0.23 - - [2026-01-29 04:05:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003664 10.0.0.23 - - [2026-01-29 04:05:37] "GET /virtual-network/e4968f66-a774-4bc4-9abc-122d5a22e81b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.007528 10.0.0.23 - - [2026-01-29 04:05:40] "POST /neutron/network HTTP/1.1" 200 842 0.038997 10.0.0.23 - - [2026-01-29 04:05:40] "POST /neutron/port HTTP/1.1" 200 117 0.001298 10.0.0.23 - - [2026-01-29 04:05:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003864 10.0.0.23 - - [2026-01-29 04:05:41] "GET /virtual-network/e4968f66-a774-4bc4-9abc-122d5a22e81b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.006250 10.0.0.23 - - [2026-01-29 04:05:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003736 10.0.0.23 - - [2026-01-29 04:05:45] "GET /virtual-network/e4968f66-a774-4bc4-9abc-122d5a22e81b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.006067 10.0.0.23 - - [2026-01-29 04:05:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004336 10.0.0.23 - - [2026-01-29 04:05:49] "GET /virtual-network/e4968f66-a774-4bc4-9abc-122d5a22e81b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.007021 10.0.0.23 - - [2026-01-29 04:05:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003412 10.0.0.23 - - [2026-01-29 04:05:53] "GET /virtual-network/e4968f66-a774-4bc4-9abc-122d5a22e81b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.006274 10.0.0.23 - - [2026-01-29 04:05:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003986 10.0.0.23 - - [2026-01-29 04:05:58] "GET /virtual-network/e4968f66-a774-4bc4-9abc-122d5a22e81b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.006572 10.0.0.23 - - [2026-01-29 04:06:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003824 10.0.0.23 - - [2026-01-29 04:06:02] "GET /virtual-network/e4968f66-a774-4bc4-9abc-122d5a22e81b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.005961 10.0.0.23 - - [2026-01-29 04:06:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004050 10.0.0.23 - - [2026-01-29 04:06:06] "GET /virtual-network/e4968f66-a774-4bc4-9abc-122d5a22e81b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.007161 10.0.0.23 - - [2026-01-29 04:06:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004227 10.0.0.23 - - [2026-01-29 04:06:10] "GET /virtual-network/e4968f66-a774-4bc4-9abc-122d5a22e81b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.007397 10.0.0.23 - - [2026-01-29 04:06:10] "GET /obj-perms HTTP/1.1" 200 5056 0.058218 10.0.0.23 - - [2026-01-29 04:06:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003779 10.0.0.23 - - [2026-01-29 04:06:14] "GET /virtual-network/e4968f66-a774-4bc4-9abc-122d5a22e81b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.005725 10.0.0.23 - - [2026-01-29 04:06:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003495 10.0.0.23 - - [2026-01-29 04:06:18] "GET /virtual-network/e4968f66-a774-4bc4-9abc-122d5a22e81b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.005636 10.0.0.23 - - [2026-01-29 04:06:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003972 10.0.0.23 - - [2026-01-29 04:06:22] "GET /virtual-network/e4968f66-a774-4bc4-9abc-122d5a22e81b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.006770 10.0.0.23 - - [2026-01-29 04:06:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004585 10.0.0.23 - - [2026-01-29 04:06:26] "GET /virtual-network/e4968f66-a774-4bc4-9abc-122d5a22e81b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.008696 10.0.0.23 - - [2026-01-29 04:06:28] "POST /neutron/security_group HTTP/1.1" 200 2059 0.034342 10.0.0.23 - - [2026-01-29 04:06:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.006562 10.0.0.23 - - [2026-01-29 04:06:30] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.009866 10.0.0.23 - - [2026-01-29 04:06:30] "GET /virtual-networks?parent_id=8d720a70-6bae-45f3-a000-f4a0227a4a04&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.003499 10.0.0.23 - - [2026-01-29 04:06:30] "GET /virtual-network/e4968f66-a774-4bc4-9abc-122d5a22e81b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.007891 10.0.0.23 - - [2026-01-29 04:06:31] "POST /neutron/port HTTP/1.1" 200 1124 0.020740 10.0.0.23 - - [2026-01-29 04:06:31] "POST /neutron/port HTTP/1.1" 200 1124 0.021433 10.0.0.23 - - [2026-01-29 04:06:31] "POST /neutron/subnet HTTP/1.1" 200 694 0.013652 10.0.0.23 - - [2026-01-29 04:06:36] "POST /neutron/port HTTP/1.1" 200 1124 0.017409 10.0.0.23 - - [2026-01-29 04:06:40] "POST /neutron/port HTTP/1.1" 200 1124 0.025086 10.0.0.23 - - [2026-01-29 04:06:40] "POST /neutron/subnet HTTP/1.1" 200 694 0.011239 10.0.0.23 - - [2026-01-29 04:06:41] "POST /neutron/port HTTP/1.1" 200 1124 0.023153 10.0.0.23 - - [2026-01-29 04:06:46] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007774 10.0.0.23 - - [2026-01-29 04:06:56] "POST /neutron/port HTTP/1.1" 200 1124 0.017916 10.0.0.23 - - [2026-01-29 04:07:01] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007974 10.0.0.23 - - [2026-01-29 04:07:12] "POST /neutron/port HTTP/1.1" 200 1124 0.018363 10.0.0.23 - - [2026-01-29 04:07:17] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007872 10.0.0.23 - - [2026-01-29 04:07:27] "POST /neutron/port HTTP/1.1" 200 1124 0.019669 10.0.0.23 - - [2026-01-29 04:07:27] "POST /neutron/security_group HTTP/1.1" 200 2059 0.010105 10.0.0.23 - - [2026-01-29 04:07:28] "GET /virtual-machine/fb302cbe-9bf8-4383-830f-6d8059746d77 HTTP/1.1" 200 1295 0.008482 10.0.0.23 - - [2026-01-29 04:07:28] "GET /virtual-machine-interface/a636132f-6fcc-4702-be2c-094a476f9298 HTTP/1.1" 200 2966 0.009984 10.0.0.23 - - [2026-01-29 04:07:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.005203 10.0.0.23 - - [2026-01-29 04:07:28] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005628 10.0.0.23 - - [2026-01-29 04:07:28] "GET /virtual-networks?parent_id=8d720a70-6bae-45f3-a000-f4a0227a4a04&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.003828 10.0.0.23 - - [2026-01-29 04:07:28] "GET /virtual-network/e4968f66-a774-4bc4-9abc-122d5a22e81b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.007342 10.0.0.23 - - [2026-01-29 04:07:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.010167 10.0.0.23 - - [2026-01-29 04:07:29] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004730 10.0.0.23 - - [2026-01-29 04:07:29] "GET /virtual-networks?parent_id=8d720a70-6bae-45f3-a000-f4a0227a4a04&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.003495 10.0.0.23 - - [2026-01-29 04:07:29] "GET /virtual-network/e4968f66-a774-4bc4-9abc-122d5a22e81b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.006211 10.0.0.23 - - [2026-01-29 04:07:29] "POST /neutron/port HTTP/1.1" 200 1124 0.021990 10.0.0.23 - - [2026-01-29 04:07:29] "POST /neutron/security_group HTTP/1.1" 200 2059 0.009636 10.0.0.23 - - [2026-01-29 04:07:29] "GET /virtual-machine/ae07dc9d-eef2-4f04-b1d0-7fc5f756d904 HTTP/1.1" 200 1296 0.006232 10.0.0.23 - - [2026-01-29 04:07:29] "GET /virtual-machine-interface/ab8740e5-67f5-439f-b309-1cf265f73bef HTTP/1.1" 200 2966 0.005357 10.0.0.23 - - [2026-01-29 04:07:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.004094 10.0.0.23 - - [2026-01-29 04:07:29] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004595 10.0.0.23 - - [2026-01-29 04:07:29] "GET /virtual-networks?parent_id=8d720a70-6bae-45f3-a000-f4a0227a4a04&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.003314 10.0.0.23 - - [2026-01-29 04:07:29] "GET /virtual-network/e4968f66-a774-4bc4-9abc-122d5a22e81b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.006109 10.0.0.23 - - [2026-01-29 04:07:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004499 10.0.0.23 - - [2026-01-29 04:07:30] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004974 10.0.0.23 - - [2026-01-29 04:07:30] "GET /virtual-networks?parent_id=8d720a70-6bae-45f3-a000-f4a0227a4a04&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.003662 10.0.0.23 - - [2026-01-29 04:07:31] "GET /virtual-network/e4968f66-a774-4bc4-9abc-122d5a22e81b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.006406 10.0.0.23 - - [2026-01-29 04:07:31] "POST /fqname-to-id HTTP/1.1" 404 198 0.004601 10.0.0.23 - - [2026-01-29 04:07:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.004051 10.0.0.23 - - [2026-01-29 04:07:31] "GET /global-system-config/7b4c11d1-8b7e-4903-8fa7-c6c9f2375dc3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1967 0.010798 10.0.0.23 - - [2026-01-29 04:07:31] "POST /control-node-zones HTTP/1.1" 200 571 0.034805 10.0.0.23 - - [2026-01-29 04:07:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003900 10.0.0.23 - - [2026-01-29 04:07:31] "GET /bgp-router/29faa239-1694-4c17-a3d5-30143f8d2c89?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2843 0.005088 10.0.0.23 - - [2026-01-29 04:07:31] "GET /control-node-zone/f4fa077e-be16-4a5b-85ca-df3baf558889?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1135 0.011387 10.0.0.23 - - [2026-01-29 04:07:31] "PUT /bgp-router/29faa239-1694-4c17-a3d5-30143f8d2c89 HTTP/1.1" 200 255 0.025949 10.0.0.23 - - [2026-01-29 04:07:31] "POST /fqname-to-id HTTP/1.1" 404 198 0.009273 10.0.0.23 - - [2026-01-29 04:07:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003940 10.0.0.23 - - [2026-01-29 04:07:31] "GET /global-system-config/7b4c11d1-8b7e-4903-8fa7-c6c9f2375dc3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1967 0.007588 10.0.0.23 - - [2026-01-29 04:07:31] "POST /control-node-zones HTTP/1.1" 200 571 0.027647 10.0.0.23 - - [2026-01-29 04:07:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003738 10.0.0.23 - - [2026-01-29 04:07:31] "GET /bgp-router/d43622cd-951a-4c4d-8155-6a4cb98db41a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2843 0.005306 10.0.0.23 - - [2026-01-29 04:07:31] "GET /control-node-zone/1f606ca2-51d1-43aa-9d68-14abaffeeb66?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1135 0.006680 10.0.0.23 - - [2026-01-29 04:07:31] "PUT /bgp-router/d43622cd-951a-4c4d-8155-6a4cb98db41a HTTP/1.1" 200 255 0.021972 10.0.0.23 - - [2026-01-29 04:07:31] "POST /fqname-to-id HTTP/1.1" 404 198 0.003328 10.0.0.23 - - [2026-01-29 04:07:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.004230 10.0.0.23 - - [2026-01-29 04:07:31] "GET /global-system-config/7b4c11d1-8b7e-4903-8fa7-c6c9f2375dc3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1967 0.006507 10.0.0.23 - - [2026-01-29 04:07:32] "POST /control-node-zones HTTP/1.1" 200 571 0.026409 10.0.0.23 - - [2026-01-29 04:07:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004090 10.0.0.23 - - [2026-01-29 04:07:32] "GET /bgp-router/260c6092-5288-4d92-bc90-6de678d0bc64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.005831 10.0.0.23 - - [2026-01-29 04:07:32] "GET /control-node-zone/40d3c9f3-6dbe-4b5a-ad1e-8d513afcc6a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1135 0.006894 10.0.0.23 - - [2026-01-29 04:07:32] "PUT /bgp-router/260c6092-5288-4d92-bc90-6de678d0bc64 HTTP/1.1" 200 255 0.021949 10.0.0.23 - - [2026-01-29 04:07:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004502 10.0.0.23 - - [2026-01-29 04:07:32] "GET /global-system-config/7b4c11d1-8b7e-4903-8fa7-c6c9f2375dc3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1967 0.006449 10.0.0.23 - - [2026-01-29 04:07:32] "POST /fqname-to-id HTTP/1.1" 404 234 0.004099 10.0.0.23 - - [2026-01-29 04:07:32] "POST /bgp-as-a-services HTTP/1.1" 200 590 0.031751 10.0.0.23 - - [2026-01-29 04:07:32] "POST /neutron/network HTTP/1.1" 200 832 0.007704 10.0.0.23 - - [2026-01-29 04:07:32] "POST /neutron/subnet HTTP/1.1" 200 720 0.010001 10.0.0.23 - - [2026-01-29 04:07:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003342 10.0.0.23 - - [2026-01-29 04:07:32] "GET /bgp-as-a-service/2527fa20-88b5-468a-988c-d8b2d8dd0211?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1549 0.006215 10.0.0.23 - - [2026-01-29 04:07:32] "GET /control-node-zone/f4fa077e-be16-4a5b-85ca-df3baf558889?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1135 0.004311 10.0.0.23 - - [2026-01-29 04:07:32] "POST /ref-update HTTP/1.1" 200 156 0.016360 10.0.0.23 - - [2026-01-29 04:07:33] "POST /neutron/network HTTP/1.1" 200 842 0.008667 10.0.0.23 - - [2026-01-29 04:07:33] "POST /neutron/port HTTP/1.1" 200 117 0.001293 10.0.0.23 - - [2026-01-29 04:07:42] "POST /neutron/port HTTP/1.1" 200 1124 0.019626 10.0.0.23 - - [2026-01-29 04:07:42] "POST /neutron/subnet HTTP/1.1" 200 694 0.010531 10.0.0.23 - - [2026-01-29 04:07:59] "GET /bgp-as-a-service/2527fa20-88b5-468a-988c-d8b2d8dd0211?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1838 0.007111 10.0.0.23 - - [2026-01-29 04:07:59] "GET /virtual-machine-interface/8fa19113-f932-4e6e-b1a1-bf51f46711a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2744 0.005478 10.0.0.23 - - [2026-01-29 04:07:59] "POST /ref-update HTTP/1.1" 200 156 0.011927 10.0.0.147 - - [2026-01-29 04:07:59] "POST /bgp-routers HTTP/1.1" 200 642 0.083330 10.0.0.147 - - [2026-01-29 04:07:59] "PUT /bgp-router/0a293abe-ee3d-4ec1-98ea-302ed84038b3 HTTP/1.1" 200 255 0.028902 10.0.0.23 - - [2026-01-29 04:08:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.005906 10.0.0.23 - - [2026-01-29 04:08:01] "GET /global-system-config/7b4c11d1-8b7e-4903-8fa7-c6c9f2375dc3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1967 0.008860 10.0.0.23 - - [2026-01-29 04:08:01] "POST /fqname-to-id HTTP/1.1" 404 234 0.003941 10.0.0.23 - - [2026-01-29 04:08:01] "POST /bgp-as-a-services HTTP/1.1" 200 590 0.033468 10.0.0.23 - - [2026-01-29 04:08:01] "POST /neutron/network HTTP/1.1" 200 832 0.007760 10.0.0.23 - - [2026-01-29 04:08:01] "POST /neutron/subnet HTTP/1.1" 200 720 0.009651 10.0.0.23 - - [2026-01-29 04:08:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003461 10.0.0.23 - - [2026-01-29 04:08:01] "GET /bgp-as-a-service/a45bc29d-fe18-4584-9055-a6986a2eeae5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1550 0.005609 10.0.0.23 - - [2026-01-29 04:08:01] "GET /control-node-zone/1f606ca2-51d1-43aa-9d68-14abaffeeb66?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1135 0.005879 10.0.0.23 - - [2026-01-29 04:08:01] "POST /ref-update HTTP/1.1" 200 156 0.020064 10.0.0.23 - - [2026-01-29 04:08:11] "GET /bgp-as-a-service/a45bc29d-fe18-4584-9055-a6986a2eeae5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1841 0.009681 10.0.0.23 - - [2026-01-29 04:08:11] "GET /virtual-machine-interface/a636132f-6fcc-4702-be2c-094a476f9298?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2744 0.008149 10.0.0.23 - - [2026-01-29 04:08:11] "POST /ref-update HTTP/1.1" 200 156 0.016591 10.0.0.147 - - [2026-01-29 04:08:11] "POST /ref-update HTTP/1.1" 200 156 0.022069 10.0.0.23 - - [2026-01-29 04:08:31] "GET /control-node-zone/f4fa077e-be16-4a5b-85ca-df3baf558889?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1135 0.004123 10.0.0.23 - - [2026-01-29 04:08:31] "POST /ref-update HTTP/1.1" 200 156 0.018763 10.0.0.23 - - [2026-01-29 04:08:31] "GET /control-node-zone/1f606ca2-51d1-43aa-9d68-14abaffeeb66?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1135 0.004157 10.0.0.23 - - [2026-01-29 04:08:31] "POST /ref-update HTTP/1.1" 200 156 0.021216 10.0.0.23 - - [2026-01-29 04:08:31] "GET /control-node-zone/40d3c9f3-6dbe-4b5a-ad1e-8d513afcc6a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1135 0.004467 10.0.0.23 - - [2026-01-29 04:08:31] "POST /ref-update HTTP/1.1" 200 156 0.025308 10.0.0.23 - - [2026-01-29 04:08:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003630 10.0.0.23 - - [2026-01-29 04:08:31] "GET /bgp-router/260c6092-5288-4d92-bc90-6de678d0bc64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.005627 10.0.0.23 - - [2026-01-29 04:08:31] "GET /control-node-zone/f4fa077e-be16-4a5b-85ca-df3baf558889?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1135 0.003950 10.0.0.23 - - [2026-01-29 04:08:31] "PUT /bgp-router/260c6092-5288-4d92-bc90-6de678d0bc64 HTTP/1.1" 200 255 0.020158 10.0.0.23 - - [2026-01-29 04:08:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003762 10.0.0.23 - - [2026-01-29 04:08:31] "GET /bgp-router/d43622cd-951a-4c4d-8155-6a4cb98db41a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2843 0.005268 10.0.0.23 - - [2026-01-29 04:08:31] "GET /control-node-zone/1f606ca2-51d1-43aa-9d68-14abaffeeb66?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1135 0.003840 10.0.0.23 - - [2026-01-29 04:08:32] "PUT /bgp-router/d43622cd-951a-4c4d-8155-6a4cb98db41a HTTP/1.1" 200 255 0.019324 10.0.0.23 - - [2026-01-29 04:08:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003682 10.0.0.23 - - [2026-01-29 04:08:32] "GET /bgp-router/29faa239-1694-4c17-a3d5-30143f8d2c89?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2843 0.007364 10.0.0.23 - - [2026-01-29 04:08:32] "GET /control-node-zone/40d3c9f3-6dbe-4b5a-ad1e-8d513afcc6a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1135 0.004919 10.0.0.23 - - [2026-01-29 04:08:32] "PUT /bgp-router/29faa239-1694-4c17-a3d5-30143f8d2c89 HTTP/1.1" 200 255 0.020447 10.0.0.23 - - [2026-01-29 04:08:34] "POST /neutron/network HTTP/1.1" 200 842 0.029135 10.0.0.23 - - [2026-01-29 04:08:34] "POST /neutron/port HTTP/1.1" 200 117 0.001273 10.0.0.23 - - [2026-01-29 04:08:42] "POST /neutron/port HTTP/1.1" 200 1124 0.019767 10.0.0.23 - - [2026-01-29 04:08:42] "POST /neutron/subnet HTTP/1.1" 200 694 0.009394 10.0.0.23 - - [2026-01-29 04:08:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003902 10.0.0.23 - - [2026-01-29 04:08:44] "GET /bgp-as-a-service/2527fa20-88b5-468a-988c-d8b2d8dd0211?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2450 0.005873 10.0.0.23 - - [2026-01-29 04:08:44] "GET /control-node-zone/f4fa077e-be16-4a5b-85ca-df3baf558889?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1135 0.003882 10.0.0.23 - - [2026-01-29 04:08:44] "POST /ref-update HTTP/1.1" 200 156 0.016752 10.0.0.23 - - [2026-01-29 04:08:44] "GET /control-node-zone/f4fa077e-be16-4a5b-85ca-df3baf558889?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1135 0.004059 10.0.0.23 - - [2026-01-29 04:08:45] "POST /ref-update HTTP/1.1" 200 156 0.019202 10.0.0.23 - - [2026-01-29 04:08:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003907 10.0.0.23 - - [2026-01-29 04:08:45] "GET /global-system-config/7b4c11d1-8b7e-4903-8fa7-c6c9f2375dc3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1967 0.009157 10.0.0.23 - - [2026-01-29 04:08:45] "POST /neutron/network HTTP/1.1" 200 832 0.007360 10.0.0.23 - - [2026-01-29 04:08:45] "POST /neutron/subnet HTTP/1.1" 200 720 0.009872 10.0.0.23 - - [2026-01-29 04:08:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003689 10.0.0.23 - - [2026-01-29 04:08:45] "GET /bgp-as-a-service/2527fa20-88b5-468a-988c-d8b2d8dd0211?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2161 0.005858 10.0.0.23 - - [2026-01-29 04:08:45] "GET /control-node-zone/40d3c9f3-6dbe-4b5a-ad1e-8d513afcc6a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1135 0.003813 10.0.0.23 - - [2026-01-29 04:08:45] "POST /ref-update HTTP/1.1" 200 156 0.016113 10.0.0.23 - - [2026-01-29 04:08:48] "GET /bgp-as-a-service/2527fa20-88b5-468a-988c-d8b2d8dd0211?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2450 0.006480 10.0.0.23 - - [2026-01-29 04:08:48] "GET /virtual-machine-interface/8fa19113-f932-4e6e-b1a1-bf51f46711a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3060 0.008223 10.0.0.23 - - [2026-01-29 04:09:02] "GET /bgp-as-a-service/2527fa20-88b5-468a-988c-d8b2d8dd0211?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2450 0.004421 10.0.0.23 - - [2026-01-29 04:09:02] "GET /virtual-machine-interface/8fa19113-f932-4e6e-b1a1-bf51f46711a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3060 0.005519 10.0.0.23 - - [2026-01-29 04:09:02] "POST /ref-update HTTP/1.1" 200 156 0.013558 10.0.0.23 - - [2026-01-29 04:09:02] "GET /bgp-as-a-service/a45bc29d-fe18-4584-9055-a6986a2eeae5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2453 0.006243 10.0.0.23 - - [2026-01-29 04:09:02] "GET /virtual-machine-interface/a636132f-6fcc-4702-be2c-094a476f9298?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3060 0.007800 10.0.0.23 - - [2026-01-29 04:09:02] "POST /ref-update HTTP/1.1" 200 156 0.030723 10.0.0.147 - - [2026-01-29 04:09:02] "POST /ref-update HTTP/1.1" 200 156 0.022898 10.0.0.23 - - [2026-01-29 04:09:02] "DELETE /bgp-as-a-service/a45bc29d-fe18-4584-9055-a6986a2eeae5 HTTP/1.1" 200 115 0.068150 10.0.0.23 - - [2026-01-29 04:09:02] "GET /bgp-as-a-service/2527fa20-88b5-468a-988c-d8b2d8dd0211?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1838 0.008569 10.0.0.23 - - [2026-01-29 04:09:02] "GET /virtual-machine-interface/8fa19113-f932-4e6e-b1a1-bf51f46711a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2744 0.013390 10.0.0.23 - - [2026-01-29 04:09:02] "DELETE /bgp-as-a-service/2527fa20-88b5-468a-988c-d8b2d8dd0211 HTTP/1.1" 200 115 0.035660 10.0.0.23 - - [2026-01-29 04:09:02] "GET /control-node-zone/40d3c9f3-6dbe-4b5a-ad1e-8d513afcc6a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1135 0.003444 10.0.0.147 - - [2026-01-29 04:09:02] "POST /ref-update HTTP/1.1" 200 156 0.019829 10.0.0.23 - - [2026-01-29 04:09:02] "POST /ref-update HTTP/1.1" 200 156 0.048378 10.0.0.23 - - [2026-01-29 04:09:02] "DELETE /control-node-zone/40d3c9f3-6dbe-4b5a-ad1e-8d513afcc6a9 HTTP/1.1" 200 115 0.024183 10.0.0.23 - - [2026-01-29 04:09:02] "GET /control-node-zone/1f606ca2-51d1-43aa-9d68-14abaffeeb66?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1135 0.005716 10.0.0.23 - - [2026-01-29 04:09:02] "POST /ref-update HTTP/1.1" 200 156 0.019577 10.0.0.23 - - [2026-01-29 04:09:02] "DELETE /control-node-zone/1f606ca2-51d1-43aa-9d68-14abaffeeb66 HTTP/1.1" 200 115 0.041637 10.0.0.23 - - [2026-01-29 04:09:02] "GET /control-node-zone/f4fa077e-be16-4a5b-85ca-df3baf558889?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1135 0.004047 10.0.0.23 - - [2026-01-29 04:09:02] "DELETE /control-node-zone/f4fa077e-be16-4a5b-85ca-df3baf558889 HTTP/1.1" 200 115 0.026948 10.0.0.23 - - [2026-01-29 04:09:03] "POST /neutron/port HTTP/1.1" 200 1124 0.020434 10.0.0.23 - - [2026-01-29 04:09:03] "POST /neutron/port HTTP/1.1" 200 1114 0.014940 10.0.0.23 - - [2026-01-29 04:09:03] "POST /neutron/port HTTP/1.1" 200 1124 0.035430 10.0.0.23 - - [2026-01-29 04:09:05] "POST /neutron/network HTTP/1.1" 200 832 0.007446 10.0.0.147 - - [2026-01-29 04:09:05] "DELETE /route-target/ebd2c7f4-bae4-4b37-ad2b-272acd7de571 HTTP/1.1" 200 115 0.033691 10.0.0.23 - - [2026-01-29 04:09:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003740 10.0.0.240 - - [2026-01-29 04:09:08] "GET /projects?obj_uuids=8d720a70-6bae-45f3-a000-f4a0227a4a04&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002202 10.0.0.23 - - [2026-01-29 04:09:08] "GET /project/8d720a70-6bae-45f3-a000-f4a0227a4a04?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.064886 10.0.0.240 - - [2026-01-29 04:09:08] "GET /projects?obj_uuids=8d720a70-6bae-45f3-a000-f4a0227a4a04&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001248 10.0.0.23 - - [2026-01-29 04:09:08] "POST /neutron/network HTTP/1.1" 200 614 0.135949 10.0.0.23 - - [2026-01-29 04:09:08] "POST /id-to-fqname HTTP/1.1" 200 225 0.003256 10.0.0.23 - - [2026-01-29 04:09:08] "GET /virtual-network/576a2bf5-fe0f-4e08-9b32-3fa8fa850664?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005611 10.0.0.23 - - [2026-01-29 04:09:08] "POST /neutron/network HTTP/1.1" 200 832 0.006771 10.0.0.23 - - [2026-01-29 04:09:08] "GET /virtual-network/576a2bf5-fe0f-4e08-9b32-3fa8fa850664?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.006944 10.0.0.23 - - [2026-01-29 04:09:08] "POST /id-to-fqname HTTP/1.1" 200 225 0.001376 10.0.0.23 - - [2026-01-29 04:09:08] "POST /neutron/network HTTP/1.1" 200 842 0.007462 10.0.0.240 - - [2026-01-29 04:09:09] "GET /projects?obj_uuids=8d720a70-6bae-45f3-a000-f4a0227a4a04&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001208 10.0.0.23 - - [2026-01-29 04:09:09] "GET /project/8d720a70-6bae-45f3-a000-f4a0227a4a04?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.088409 10.0.0.23 - - [2026-01-29 04:09:09] "POST /neutron/port HTTP/1.1" 200 117 0.007322 10.0.0.23 - - [2026-01-29 04:09:09] "POST /id-to-fqname HTTP/1.1" 200 225 0.001481 10.0.0.23 - - [2026-01-29 04:09:10] "POST /neutron/network HTTP/1.1" 200 842 0.008716 10.0.0.23 - - [2026-01-29 04:09:10] "POST /neutron/port HTTP/1.1" 200 1060 0.018853 10.0.0.23 - - [2026-01-29 04:09:10] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004394 10.0.0.240 - - [2026-01-29 04:09:10] "GET /projects?obj_uuids=8d720a70-6bae-45f3-a000-f4a0227a4a04&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001133 10.0.0.23 - - [2026-01-29 04:09:10] "POST /neutron/network HTTP/1.1" 200 832 0.008621 10.0.0.23 - - [2026-01-29 04:09:10] "GET /project/8d720a70-6bae-45f3-a000-f4a0227a4a04?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.086159 10.0.0.23 - - [2026-01-29 04:09:11] "POST /neutron/security_group HTTP/1.1" 200 2059 0.014840 10.0.0.23 - - [2026-01-29 04:09:11] "POST /id-to-fqname HTTP/1.1" 200 225 0.001381 10.0.0.23 - - [2026-01-29 04:09:11] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008071 10.0.0.240 - - [2026-01-29 04:09:11] "GET /projects?obj_uuids=8d720a70-6bae-45f3-a000-f4a0227a4a04&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001255 10.0.0.23 - - [2026-01-29 04:09:11] "POST /neutron/port HTTP/1.1" 200 1060 0.307814 10.0.0.23 - - [2026-01-29 04:09:12] "POST /neutron/port HTTP/1.1" 200 1114 0.140742 10.0.0.23 - - [2026-01-29 04:09:12] "POST /neutron/subnet HTTP/1.1" 200 694 0.010548 10.0.0.240 - - [2026-01-29 04:09:12] "GET /projects?obj_uuids=8d720a70-6bae-45f3-a000-f4a0227a4a04&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001146 10.0.0.23 - - [2026-01-29 04:09:12] "GET /project/8d720a70-6bae-45f3-a000-f4a0227a4a04?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.087457 10.0.0.23 - - [2026-01-29 04:09:12] "POST /neutron/network HTTP/1.1" 200 832 0.035785 10.0.0.23 - - [2026-01-29 04:09:12] "POST /neutron/port HTTP/1.1" 200 117 0.031060 10.0.0.23 - - [2026-01-29 04:09:12] "POST /neutron/port HTTP/1.1" 200 1124 0.023200 10.0.0.23 - - [2026-01-29 04:09:12] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008999 10.0.0.23 - - [2026-01-29 04:09:12] "GET /virtual-machine/f17929fc-218c-40a6-a462-2b0f055742da HTTP/1.1" 200 1296 0.006944 10.0.0.23 - - [2026-01-29 04:09:12] "GET /virtual-machine-interface/e5ab4125-7ea3-4fe4-a387-2f9632c7e8e8 HTTP/1.1" 200 2966 0.005834 10.0.0.23 - - [2026-01-29 04:09:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.036625 10.0.0.23 - - [2026-01-29 04:09:13] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.006496 10.0.0.23 - - [2026-01-29 04:09:13] "GET /virtual-networks?parent_id=8d720a70-6bae-45f3-a000-f4a0227a4a04&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.003469 10.0.0.23 - - [2026-01-29 04:09:13] "GET /virtual-network/576a2bf5-fe0f-4e08-9b32-3fa8fa850664?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.013566 10.0.0.23 - - [2026-01-29 04:09:13] "POST /neutron/port HTTP/1.1" 200 1060 0.019041 10.0.0.23 - - [2026-01-29 04:09:13] "POST /neutron/port HTTP/1.1" 200 1124 0.019395 10.0.0.147 - - [2026-01-29 04:09:13] "GET /obj-perms HTTP/1.1" 200 5056 0.091672 10.0.0.23 - - [2026-01-29 04:09:13] "POST /neutron/port HTTP/1.1" 200 117 0.001313 10.0.0.23 - - [2026-01-29 04:09:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003672 10.0.0.23 - - [2026-01-29 04:09:16] "GET /virtual-network/576a2bf5-fe0f-4e08-9b32-3fa8fa850664?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005286 10.0.0.23 - - [2026-01-29 04:09:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003781 10.0.0.23 - - [2026-01-29 04:09:20] "GET /virtual-network/576a2bf5-fe0f-4e08-9b32-3fa8fa850664?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005740 10.0.0.23 - - [2026-01-29 04:09:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004217 10.0.0.23 - - [2026-01-29 04:09:24] "GET /virtual-network/576a2bf5-fe0f-4e08-9b32-3fa8fa850664?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005797 10.0.0.23 - - [2026-01-29 04:09:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003620 10.0.0.23 - - [2026-01-29 04:09:28] "GET /virtual-network/576a2bf5-fe0f-4e08-9b32-3fa8fa850664?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.006154 10.0.0.23 - - [2026-01-29 04:09:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004728 10.0.0.23 - - [2026-01-29 04:09:32] "GET /virtual-network/576a2bf5-fe0f-4e08-9b32-3fa8fa850664?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.009824 10.0.0.23 - - [2026-01-29 04:09:34] "POST /neutron/port HTTP/1.1" 200 1124 0.018441 10.0.0.23 - - [2026-01-29 04:09:34] "POST /neutron/subnet HTTP/1.1" 200 694 0.009860 10.0.0.23 - - [2026-01-29 04:09:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004796 10.0.0.23 - - [2026-01-29 04:09:36] "GET /virtual-network/576a2bf5-fe0f-4e08-9b32-3fa8fa850664?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.007747 10.0.0.23 - - [2026-01-29 04:09:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004030 10.0.0.23 - - [2026-01-29 04:09:40] "GET /virtual-network/576a2bf5-fe0f-4e08-9b32-3fa8fa850664?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.006234 10.0.0.23 - - [2026-01-29 04:09:42] "POST /neutron/port HTTP/1.1" 200 1124 0.016956 10.0.0.23 - - [2026-01-29 04:09:42] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003914 10.0.0.23 - - [2026-01-29 04:09:42] "POST /neutron/network HTTP/1.1" 200 832 0.008864 10.0.0.23 - - [2026-01-29 04:09:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003728 10.0.0.23 - - [2026-01-29 04:09:44] "GET /virtual-network/576a2bf5-fe0f-4e08-9b32-3fa8fa850664?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005910 10.0.0.23 - - [2026-01-29 04:09:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003803 10.0.0.23 - - [2026-01-29 04:09:49] "GET /virtual-network/576a2bf5-fe0f-4e08-9b32-3fa8fa850664?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005779 10.0.0.147 - - [2026-01-29 04:09:51] "GET /global-system-configs HTTP/1.1" 401 292 0.000531 10.0.0.147 - - [2026-01-29 04:09:51] "GET /global-system-configs HTTP/1.1" 401 292 0.000575 10.0.0.147 - - [2026-01-29 04:09:52] "GET /global-system-configs HTTP/1.1" 401 292 0.000598 10.0.0.147 - - [2026-01-29 04:09:52] "GET /global-system-configs HTTP/1.1" 401 292 0.000620 10.0.0.23 - - [2026-01-29 04:09:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.005805 10.0.0.23 - - [2026-01-29 04:09:53] "GET /virtual-network/576a2bf5-fe0f-4e08-9b32-3fa8fa850664?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.008795 10.0.0.23 - - [2026-01-29 04:09:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000566 10.0.0.23 - - [2026-01-29 04:09:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000648 10.0.0.240 - - [2026-01-29 04:09:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000491 10.0.0.240 - - [2026-01-29 04:09:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000474 10.0.0.23 - - [2026-01-29 04:09:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000545 10.0.0.23 - - [2026-01-29 04:09:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000435 10.0.0.240 - - [2026-01-29 04:09:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000456 10.0.0.240 - - [2026-01-29 04:09:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000428 10.0.0.23 - - [2026-01-29 04:09:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003675 10.0.0.23 - - [2026-01-29 04:09:57] "GET /virtual-network/576a2bf5-fe0f-4e08-9b32-3fa8fa850664?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.006505 10.0.0.23 - - [2026-01-29 04:10:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004164 10.0.0.23 - - [2026-01-29 04:10:01] "GET /virtual-network/576a2bf5-fe0f-4e08-9b32-3fa8fa850664?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.006189 10.0.0.23 - - [2026-01-29 04:10:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004039 10.0.0.23 - - [2026-01-29 04:10:05] "GET /virtual-network/576a2bf5-fe0f-4e08-9b32-3fa8fa850664?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.007594 10.0.0.23 - - [2026-01-29 04:10:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003902 10.0.0.23 - - [2026-01-29 04:10:09] "GET /virtual-network/576a2bf5-fe0f-4e08-9b32-3fa8fa850664?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.006629 10.0.0.23 - - [2026-01-29 04:10:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003483 10.0.0.23 - - [2026-01-29 04:10:13] "GET /virtual-network/576a2bf5-fe0f-4e08-9b32-3fa8fa850664?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.006056 10.0.0.240 - - [2026-01-29 04:10:14] "GET /obj-perms HTTP/1.1" 200 5056 0.051050 10.0.0.23 - - [2026-01-29 04:10:14] "GET /obj-perms HTTP/1.1" 200 5056 0.054921 10.0.0.23 - - [2026-01-29 04:10:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003649 10.0.0.23 - - [2026-01-29 04:10:17] "GET /virtual-network/576a2bf5-fe0f-4e08-9b32-3fa8fa850664?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005922 10.0.0.23 - - [2026-01-29 04:10:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003913 10.0.0.23 - - [2026-01-29 04:10:21] "GET /virtual-network/576a2bf5-fe0f-4e08-9b32-3fa8fa850664?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.006658 10.0.0.23 - - [2026-01-29 04:10:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004148 10.0.0.23 - - [2026-01-29 04:10:25] "GET /virtual-network/576a2bf5-fe0f-4e08-9b32-3fa8fa850664?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005868 10.0.0.23 - - [2026-01-29 04:10:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.010726 10.0.0.23 - - [2026-01-29 04:10:29] "GET /virtual-network/576a2bf5-fe0f-4e08-9b32-3fa8fa850664?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.008113 10.0.0.23 - - [2026-01-29 04:10:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003649 10.0.0.23 - - [2026-01-29 04:10:34] "GET /virtual-network/576a2bf5-fe0f-4e08-9b32-3fa8fa850664?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005708 10.0.0.23 - - [2026-01-29 04:10:36] "POST /neutron/network HTTP/1.1" 200 842 0.010231 10.0.0.23 - - [2026-01-29 04:10:36] "POST /neutron/port HTTP/1.1" 200 117 0.001248 10.0.0.23 - - [2026-01-29 04:10:37] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008936 10.0.0.23 - - [2026-01-29 04:10:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004168 10.0.0.23 - - [2026-01-29 04:10:38] "GET /virtual-network/576a2bf5-fe0f-4e08-9b32-3fa8fa850664?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.006557 10.0.0.23 - - [2026-01-29 04:10:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004339 10.0.0.23 - - [2026-01-29 04:10:40] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003739 10.0.0.23 - - [2026-01-29 04:10:40] "GET /virtual-networks?parent_id=8d720a70-6bae-45f3-a000-f4a0227a4a04&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.003085 10.0.0.23 - - [2026-01-29 04:10:40] "GET /virtual-network/576a2bf5-fe0f-4e08-9b32-3fa8fa850664?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.006495 10.0.0.23 - - [2026-01-29 04:10:40] "POST /neutron/port HTTP/1.1" 200 1124 0.018768 10.0.0.23 - - [2026-01-29 04:10:42] "POST /neutron/port HTTP/1.1" 200 1124 0.045651 10.0.0.23 - - [2026-01-29 04:10:42] "POST /neutron/subnet HTTP/1.1" 200 694 0.010273 10.0.0.23 - - [2026-01-29 04:10:45] "POST /neutron/port HTTP/1.1" 200 1124 0.019663 10.0.0.23 - - [2026-01-29 04:10:49] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008737 10.0.0.23 - - [2026-01-29 04:10:55] "POST /neutron/port HTTP/1.1" 200 1124 0.018804 10.0.0.23 - - [2026-01-29 04:11:01] "POST /neutron/security_group HTTP/1.1" 200 2059 0.009060 10.0.0.23 - - [2026-01-29 04:11:11] "POST /neutron/port HTTP/1.1" 200 1124 0.018234 10.0.0.23 - - [2026-01-29 04:11:16] "POST /neutron/security_group HTTP/1.1" 200 2059 0.010344 10.0.0.23 - - [2026-01-29 04:11:26] "POST /neutron/port HTTP/1.1" 200 1124 0.018593 10.0.0.23 - - [2026-01-29 04:11:32] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008046 10.0.0.23 - - [2026-01-29 04:11:37] "POST /neutron/port HTTP/1.1" 200 1124 0.018595 10.0.0.23 - - [2026-01-29 04:11:37] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008016 10.0.0.23 - - [2026-01-29 04:11:37] "GET /virtual-machine/ef0d82d5-7b5f-4d8a-98b2-07caac291a9b HTTP/1.1" 200 1296 0.032402 10.0.0.23 - - [2026-01-29 04:11:37] "GET /virtual-machine-interface/460f139a-c739-40f3-87c9-64344f2532be HTTP/1.1" 200 2964 0.006332 10.0.0.23 - - [2026-01-29 04:11:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.005375 10.0.0.23 - - [2026-01-29 04:11:37] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005457 10.0.0.23 - - [2026-01-29 04:11:37] "GET /virtual-networks?parent_id=8d720a70-6bae-45f3-a000-f4a0227a4a04&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.003609 10.0.0.23 - - [2026-01-29 04:11:37] "GET /virtual-network/576a2bf5-fe0f-4e08-9b32-3fa8fa850664?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.007806 10.0.0.23 - - [2026-01-29 04:11:38] "POST /neutron/network HTTP/1.1" 200 842 0.008017 10.0.0.23 - - [2026-01-29 04:11:38] "POST /neutron/port HTTP/1.1" 200 117 0.001245 10.0.0.23 - - [2026-01-29 04:11:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003335 10.0.0.23 - - [2026-01-29 04:11:38] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003785 10.0.0.23 - - [2026-01-29 04:11:38] "GET /virtual-networks?parent_id=8d720a70-6bae-45f3-a000-f4a0227a4a04&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.003773 10.0.0.23 - - [2026-01-29 04:11:38] "GET /virtual-network/576a2bf5-fe0f-4e08-9b32-3fa8fa850664?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.006773 10.0.0.23 - - [2026-01-29 04:11:39] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007193 10.0.0.23 - - [2026-01-29 04:11:39] "POST /neutron/port HTTP/1.1" 200 1124 0.016778 10.0.0.23 - - [2026-01-29 04:11:39] "GET /virtual-machine/9fd2e39d-5d52-46b1-8e08-6b8f6063aecd HTTP/1.1" 200 1296 0.009874 10.0.0.23 - - [2026-01-29 04:11:39] "GET /virtual-machine-interface/63d95faa-1b25-402c-89a0-a08518a46a3f HTTP/1.1" 200 2964 0.006030 10.0.0.23 - - [2026-01-29 04:11:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003521 10.0.0.23 - - [2026-01-29 04:11:39] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003615 10.0.0.23 - - [2026-01-29 04:11:39] "GET /virtual-networks?parent_id=8d720a70-6bae-45f3-a000-f4a0227a4a04&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.003023 10.0.0.23 - - [2026-01-29 04:11:39] "GET /virtual-network/576a2bf5-fe0f-4e08-9b32-3fa8fa850664?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.006041 10.0.0.23 - - [2026-01-29 04:11:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004377 10.0.0.23 - - [2026-01-29 04:11:40] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004823 10.0.0.23 - - [2026-01-29 04:11:40] "GET /virtual-networks?parent_id=8d720a70-6bae-45f3-a000-f4a0227a4a04&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.004048 10.0.0.23 - - [2026-01-29 04:11:40] "GET /virtual-network/576a2bf5-fe0f-4e08-9b32-3fa8fa850664?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.007166 10.0.0.23 - - [2026-01-29 04:11:40] "POST /neutron/security_group HTTP/1.1" 200 2059 0.009040 10.0.0.23 - - [2026-01-29 04:11:43] "POST /neutron/network HTTP/1.1" 200 842 0.006733 10.0.0.23 - - [2026-01-29 04:11:43] "POST /neutron/port HTTP/1.1" 200 117 0.001409 10.0.0.23 - - [2026-01-29 04:11:45] "POST /fqname-to-id HTTP/1.1" 404 198 0.003448 10.0.0.23 - - [2026-01-29 04:11:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003726 10.0.0.23 - - [2026-01-29 04:11:45] "GET /global-system-config/7b4c11d1-8b7e-4903-8fa7-c6c9f2375dc3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1967 0.006427 10.0.0.23 - - [2026-01-29 04:11:45] "POST /control-node-zones HTTP/1.1" 200 571 0.024429 10.0.0.23 - - [2026-01-29 04:11:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003654 10.0.0.23 - - [2026-01-29 04:11:45] "GET /bgp-router/29faa239-1694-4c17-a3d5-30143f8d2c89?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2843 0.005326 10.0.0.23 - - [2026-01-29 04:11:46] "GET /control-node-zone/f46f5274-283b-4d6f-a3b4-07d7999fe783?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1136 0.006157 10.0.0.23 - - [2026-01-29 04:11:46] "PUT /bgp-router/29faa239-1694-4c17-a3d5-30143f8d2c89 HTTP/1.1" 200 255 0.023731 10.0.0.23 - - [2026-01-29 04:11:46] "POST /fqname-to-id HTTP/1.1" 404 198 0.004161 10.0.0.23 - - [2026-01-29 04:11:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003698 10.0.0.23 - - [2026-01-29 04:11:46] "GET /global-system-config/7b4c11d1-8b7e-4903-8fa7-c6c9f2375dc3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1967 0.009085 10.0.0.23 - - [2026-01-29 04:11:46] "POST /control-node-zones HTTP/1.1" 200 571 0.028698 10.0.0.23 - - [2026-01-29 04:11:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.005138 10.0.0.23 - - [2026-01-29 04:11:46] "GET /bgp-router/d43622cd-951a-4c4d-8155-6a4cb98db41a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2843 0.004967 10.0.0.23 - - [2026-01-29 04:11:46] "GET /control-node-zone/9076957f-b4c0-4d1a-9e72-01f407ee2132?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1136 0.006143 10.0.0.23 - - [2026-01-29 04:11:46] "PUT /bgp-router/d43622cd-951a-4c4d-8155-6a4cb98db41a HTTP/1.1" 200 255 0.022403 10.0.0.23 - - [2026-01-29 04:11:46] "POST /fqname-to-id HTTP/1.1" 404 198 0.004118 10.0.0.23 - - [2026-01-29 04:11:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003592 10.0.0.23 - - [2026-01-29 04:11:46] "GET /global-system-config/7b4c11d1-8b7e-4903-8fa7-c6c9f2375dc3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1967 0.006783 10.0.0.23 - - [2026-01-29 04:11:46] "POST /control-node-zones HTTP/1.1" 200 571 0.028628 10.0.0.23 - - [2026-01-29 04:11:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004126 10.0.0.23 - - [2026-01-29 04:11:46] "GET /bgp-router/260c6092-5288-4d92-bc90-6de678d0bc64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.006090 10.0.0.23 - - [2026-01-29 04:11:46] "GET /control-node-zone/510d5f1c-2b3d-4ae0-8aab-0c7b726df501?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1134 0.006224 10.0.0.23 - - [2026-01-29 04:11:46] "PUT /bgp-router/260c6092-5288-4d92-bc90-6de678d0bc64 HTTP/1.1" 200 255 0.019298 10.0.0.23 - - [2026-01-29 04:11:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004387 10.0.0.23 - - [2026-01-29 04:11:46] "GET /global-system-config/7b4c11d1-8b7e-4903-8fa7-c6c9f2375dc3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1967 0.006513 10.0.0.23 - - [2026-01-29 04:11:46] "POST /fqname-to-id HTTP/1.1" 404 234 0.003225 10.0.0.23 - - [2026-01-29 04:11:46] "POST /bgp-as-a-services HTTP/1.1" 200 590 0.031928 10.0.0.23 - - [2026-01-29 04:11:47] "POST /neutron/subnet HTTP/1.1" 200 720 0.011476 10.0.0.23 - - [2026-01-29 04:11:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003322 10.0.0.23 - - [2026-01-29 04:11:47] "GET /bgp-as-a-service/892618dd-acd2-47d4-9122-1c48b06e6bbe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1549 0.005620 10.0.0.23 - - [2026-01-29 04:11:47] "GET /control-node-zone/f46f5274-283b-4d6f-a3b4-07d7999fe783?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1136 0.004470 10.0.0.23 - - [2026-01-29 04:11:47] "POST /ref-update HTTP/1.1" 200 156 0.014120 10.0.0.23 - - [2026-01-29 04:11:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003601 10.0.0.23 - - [2026-01-29 04:11:47] "GET /bgp-as-a-service/892618dd-acd2-47d4-9122-1c48b06e6bbe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1838 0.006427 10.0.0.23 - - [2026-01-29 04:11:47] "GET /control-node-zone/9076957f-b4c0-4d1a-9e72-01f407ee2132?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1136 0.003456 10.0.0.23 - - [2026-01-29 04:11:47] "POST /ref-update HTTP/1.1" 200 156 0.014294 10.0.0.23 - - [2026-01-29 04:12:05] "GET /bgp-as-a-service/892618dd-acd2-47d4-9122-1c48b06e6bbe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2101 0.008808 10.0.0.23 - - [2026-01-29 04:12:05] "GET /virtual-machine-interface/e5ab4125-7ea3-4fe4-a387-2f9632c7e8e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2744 0.007834 10.0.0.23 - - [2026-01-29 04:12:05] "POST /ref-update HTTP/1.1" 200 156 0.016318 10.0.0.147 - - [2026-01-29 04:12:05] "POST /bgp-routers HTTP/1.1" 200 596 0.035886 10.0.0.147 - - [2026-01-29 04:12:06] "POST /ref-update HTTP/1.1" 200 156 0.021668 10.0.0.23 - - [2026-01-29 04:12:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003609 10.0.0.23 - - [2026-01-29 04:12:06] "GET /global-system-config/7b4c11d1-8b7e-4903-8fa7-c6c9f2375dc3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1967 0.006514 10.0.0.23 - - [2026-01-29 04:12:06] "POST /fqname-to-id HTTP/1.1" 404 234 0.004275 10.0.0.23 - - [2026-01-29 04:12:07] "POST /bgp-as-a-services HTTP/1.1" 200 590 0.030682 10.0.0.23 - - [2026-01-29 04:12:07] "POST /neutron/network HTTP/1.1" 200 832 0.011124 10.0.0.23 - - [2026-01-29 04:12:07] "POST /neutron/subnet HTTP/1.1" 200 720 0.012378 10.0.0.23 - - [2026-01-29 04:12:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003342 10.0.0.23 - - [2026-01-29 04:12:07] "GET /bgp-as-a-service/a08714e4-e3b1-4fb3-bc3e-19d5fa4b57f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1550 0.012044 10.0.0.23 - - [2026-01-29 04:12:07] "GET /control-node-zone/f46f5274-283b-4d6f-a3b4-07d7999fe783?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1136 0.004559 10.0.0.23 - - [2026-01-29 04:12:07] "POST /ref-update HTTP/1.1" 200 156 0.017291 10.0.0.23 - - [2026-01-29 04:12:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004805 10.0.0.23 - - [2026-01-29 04:12:07] "GET /bgp-as-a-service/a08714e4-e3b1-4fb3-bc3e-19d5fa4b57f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1839 0.012251 10.0.0.23 - - [2026-01-29 04:12:07] "GET /control-node-zone/9076957f-b4c0-4d1a-9e72-01f407ee2132?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1136 0.004243 10.0.0.23 - - [2026-01-29 04:12:07] "POST /ref-update HTTP/1.1" 200 156 0.015386 10.0.0.23 - - [2026-01-29 04:12:17] "GET /bgp-as-a-service/a08714e4-e3b1-4fb3-bc3e-19d5fa4b57f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2102 0.011935 10.0.0.23 - - [2026-01-29 04:12:17] "GET /virtual-machine-interface/460f139a-c739-40f3-87c9-64344f2532be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2742 0.005900 10.0.0.23 - - [2026-01-29 04:12:17] "POST /ref-update HTTP/1.1" 200 156 0.014441 10.0.0.147 - - [2026-01-29 04:12:17] "POST /ref-update HTTP/1.1" 200 156 0.036846 10.0.0.23 - - [2026-01-29 04:12:38] "POST /neutron/network HTTP/1.1" 200 842 0.009292 10.0.0.23 - - [2026-01-29 04:12:38] "POST /neutron/port HTTP/1.1" 200 117 0.001313 10.0.0.23 - - [2026-01-29 04:12:40] "GET /bgp-as-a-service/a08714e4-e3b1-4fb3-bc3e-19d5fa4b57f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2714 0.006260 10.0.0.23 - - [2026-01-29 04:12:40] "GET /virtual-machine-interface/460f139a-c739-40f3-87c9-64344f2532be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3058 0.007846 10.0.0.23 - - [2026-01-29 04:12:40] "POST /ref-update HTTP/1.1" 200 156 0.015030 10.0.0.147 - - [2026-01-29 04:12:40] "POST /ref-update HTTP/1.1" 200 156 0.014242 10.0.0.23 - - [2026-01-29 04:12:40] "DELETE /bgp-as-a-service/a08714e4-e3b1-4fb3-bc3e-19d5fa4b57f8 HTTP/1.1" 200 115 0.064759 10.0.0.23 - - [2026-01-29 04:12:40] "GET /bgp-as-a-service/892618dd-acd2-47d4-9122-1c48b06e6bbe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2713 0.008231 10.0.0.23 - - [2026-01-29 04:12:40] "GET /virtual-machine-interface/e5ab4125-7ea3-4fe4-a387-2f9632c7e8e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3060 0.008634 10.0.0.23 - - [2026-01-29 04:12:40] "POST /ref-update HTTP/1.1" 200 156 0.015019 10.0.0.147 - - [2026-01-29 04:12:40] "POST /ref-update HTTP/1.1" 200 156 0.016386 10.0.0.23 - - [2026-01-29 04:12:40] "DELETE /bgp-as-a-service/892618dd-acd2-47d4-9122-1c48b06e6bbe HTTP/1.1" 200 115 0.066555 10.0.0.23 - - [2026-01-29 04:12:40] "GET /control-node-zone/510d5f1c-2b3d-4ae0-8aab-0c7b726df501?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1134 0.006778 10.0.0.23 - - [2026-01-29 04:12:41] "POST /ref-update HTTP/1.1" 200 156 0.019799 10.0.0.23 - - [2026-01-29 04:12:41] "DELETE /control-node-zone/510d5f1c-2b3d-4ae0-8aab-0c7b726df501 HTTP/1.1" 200 115 0.031287 10.0.0.23 - - [2026-01-29 04:12:41] "GET /control-node-zone/9076957f-b4c0-4d1a-9e72-01f407ee2132?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1136 0.004585 10.0.0.23 - - [2026-01-29 04:12:41] "POST /ref-update HTTP/1.1" 200 156 0.020285 10.0.0.23 - - [2026-01-29 04:12:41] "DELETE /control-node-zone/9076957f-b4c0-4d1a-9e72-01f407ee2132 HTTP/1.1" 200 115 0.028427 10.0.0.23 - - [2026-01-29 04:12:41] "GET /control-node-zone/f46f5274-283b-4d6f-a3b4-07d7999fe783?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1136 0.005199 10.0.0.23 - - [2026-01-29 04:12:41] "POST /ref-update HTTP/1.1" 200 156 0.017772 10.0.0.23 - - [2026-01-29 04:12:41] "DELETE /control-node-zone/f46f5274-283b-4d6f-a3b4-07d7999fe783 HTTP/1.1" 200 115 0.029514 10.0.0.23 - - [2026-01-29 04:12:41] "POST /neutron/network HTTP/1.1" 400 204 0.022728 10.0.0.23 - - [2026-01-29 04:12:42] "POST /neutron/port HTTP/1.1" 200 1114 0.015282 10.0.0.23 - - [2026-01-29 04:12:42] "POST /neutron/port HTTP/1.1" 200 151 0.216594 10.0.0.23 - - [2026-01-29 04:12:42] "POST /neutron/port HTTP/1.1" 200 151 0.282551 10.0.0.147 - - [2026-01-29 04:12:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003661 10.0.0.240 - - [2026-01-29 04:12:45] "GET /projects?obj_uuids=8d720a70-6bae-45f3-a000-f4a0227a4a04&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.025901 10.0.0.23 - - [2026-01-29 04:12:45] "GET /project/8d720a70-6bae-45f3-a000-f4a0227a4a04?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.091009 10.0.0.240 - - [2026-01-29 04:12:45] "GET /projects?obj_uuids=8d720a70-6bae-45f3-a000-f4a0227a4a04&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000994 10.0.0.23 - - [2026-01-29 04:12:45] "GET /project/8d720a70-6bae-45f3-a000-f4a0227a4a04?fields=virtual_networks HTTP/1.1" 200 1037 0.045184 10.0.0.240 - - [2026-01-29 04:12:45] "GET /projects?obj_uuids=8d720a70-6bae-45f3-a000-f4a0227a4a04&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001087 10.0.0.23 - - [2026-01-29 04:12:45] "GET /project/8d720a70-6bae-45f3-a000-f4a0227a4a04?fields=virtual_machine_interfaces HTTP/1.1" 200 1037 0.040818 10.0.0.240 - - [2026-01-29 04:12:45] "GET /projects?obj_uuids=8d720a70-6bae-45f3-a000-f4a0227a4a04&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001333 10.0.0.23 - - [2026-01-29 04:12:45] "GET /project/8d720a70-6bae-45f3-a000-f4a0227a4a04?fields=security_groups HTTP/1.1" 200 1265 0.057130 10.0.0.23 - - [2026-01-29 04:12:46] "POST /fqname-to-id HTTP/1.1" 404 181 0.027426 10.0.0.240 - - [2026-01-29 04:12:46] "GET /projects?obj_uuids=79163de8-e5dc-4748-982c-011f50f7e968&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003329 10.0.0.240 - - [2026-01-29 04:12:46] "GET /domains?obj_uuids=65230a56-1cf0-4d34-9498-1ad48da04806&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001465 10.0.0.240 - - [2026-01-29 04:12:46] "GET /domain/65230a56-1cf0-4d34-9498-1ad48da04806?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.037531 10.0.0.240 - - [2026-01-29 04:12:46] "POST /id-to-fqname HTTP/1.1" 200 183 0.003691 10.0.0.240 - - [2026-01-29 04:12:46] "POST /fqname-to-id HTTP/1.1" 404 192 0.004937 10.0.0.240 - - [2026-01-29 04:12:46] "POST /security-groups HTTP/1.1" 200 584 0.032183 10.0.0.240 - - [2026-01-29 04:12:46] "POST /projects HTTP/1.1" 200 571 0.242766 10.0.0.240 - - [2026-01-29 04:12:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.284392 10.0.0.147 - - [2026-01-29 04:12:46] "POST /access-control-lists HTTP/1.1" 200 591 0.030842 10.0.0.23 - - [2026-01-29 04:12:46] "GET /project/79163de8-e5dc-4748-982c-011f50f7e968?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1338 0.451564 10.0.0.23 - - [2026-01-29 04:12:48] "GET / HTTP/1.1" 200 36215 0.001733 10.0.0.240 - - [2026-01-29 04:12:51] "GET /projects?obj_uuids=79163de8-e5dc-4748-982c-011f50f7e968&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001181 10.0.0.23 - - [2026-01-29 04:12:51] "GET /project/79163de8-e5dc-4748-982c-011f50f7e968?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1338 0.038543 10.0.0.240 - - [2026-01-29 04:12:51] "GET /projects?obj_uuids=79163de8-e5dc-4748-982c-011f50f7e968&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001236 10.0.0.23 - - [2026-01-29 04:12:51] "GET /project/79163de8-e5dc-4748-982c-011f50f7e968?fields=virtual_networks HTTP/1.1" 200 1020 0.043239 10.0.0.240 - - [2026-01-29 04:12:51] "GET /projects?obj_uuids=79163de8-e5dc-4748-982c-011f50f7e968&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001101 10.0.0.23 - - [2026-01-29 04:12:51] "GET /project/79163de8-e5dc-4748-982c-011f50f7e968?fields=virtual_machine_interfaces HTTP/1.1" 200 1020 0.041847 10.0.0.240 - - [2026-01-29 04:12:51] "GET /projects?obj_uuids=79163de8-e5dc-4748-982c-011f50f7e968&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001011 10.0.0.23 - - [2026-01-29 04:12:51] "GET /project/79163de8-e5dc-4748-982c-011f50f7e968?fields=security_groups HTTP/1.1" 200 1240 0.037986 10.0.0.23 - - [2026-01-29 04:12:52] "POST /fqname-to-id HTTP/1.1" 404 189 0.034009 10.0.0.240 - - [2026-01-29 04:12:52] "GET /projects?obj_uuids=dfb476cf-993c-4aac-8ff6-5a351a7e5f78&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004416 10.0.0.240 - - [2026-01-29 04:12:52] "GET /domains?obj_uuids=65230a56-1cf0-4d34-9498-1ad48da04806&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001460 10.0.0.240 - - [2026-01-29 04:12:52] "GET /domain/65230a56-1cf0-4d34-9498-1ad48da04806?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.010079 10.0.0.240 - - [2026-01-29 04:12:52] "POST /id-to-fqname HTTP/1.1" 200 191 0.001476 10.0.0.240 - - [2026-01-29 04:12:52] "POST /fqname-to-id HTTP/1.1" 404 200 0.004872 10.0.0.240 - - [2026-01-29 04:12:52] "POST /security-groups HTTP/1.1" 200 592 0.073108 10.0.0.147 - - [2026-01-29 04:12:52] "POST /fqname-to-id HTTP/1.1" 404 235 0.007858 10.0.0.240 - - [2026-01-29 04:12:52] "POST /projects HTTP/1.1" 200 587 0.273208 10.0.0.240 - - [2026-01-29 04:12:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.353447 10.0.0.147 - - [2026-01-29 04:12:52] "POST /access-control-lists HTTP/1.1" 200 597 0.036787 10.0.0.23 - - [2026-01-29 04:12:52] "GET /project/dfb476cf-993c-4aac-8ff6-5a351a7e5f78?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.528105 10.0.0.23 - - [2026-01-29 04:12:54] "GET / HTTP/1.1" 200 36215 0.002045 10.0.0.240 - - [2026-01-29 04:12:57] "GET /projects?obj_uuids=dfb476cf-993c-4aac-8ff6-5a351a7e5f78&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001065 10.0.0.23 - - [2026-01-29 04:12:57] "GET /project/dfb476cf-993c-4aac-8ff6-5a351a7e5f78?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.040297 10.0.0.240 - - [2026-01-29 04:12:57] "GET /projects?obj_uuids=dfb476cf-993c-4aac-8ff6-5a351a7e5f78&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000953 10.0.0.23 - - [2026-01-29 04:12:57] "GET /project/dfb476cf-993c-4aac-8ff6-5a351a7e5f78?fields=virtual_networks HTTP/1.1" 200 1037 0.037548 10.0.0.240 - - [2026-01-29 04:12:57] "GET /projects?obj_uuids=dfb476cf-993c-4aac-8ff6-5a351a7e5f78&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001340 10.0.0.23 - - [2026-01-29 04:12:57] "GET /project/dfb476cf-993c-4aac-8ff6-5a351a7e5f78?fields=virtual_machine_interfaces HTTP/1.1" 200 1037 0.041640 10.0.0.240 - - [2026-01-29 04:12:57] "GET /projects?obj_uuids=dfb476cf-993c-4aac-8ff6-5a351a7e5f78&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001035 10.0.0.23 - - [2026-01-29 04:12:57] "GET /project/dfb476cf-993c-4aac-8ff6-5a351a7e5f78?fields=security_groups HTTP/1.1" 200 1265 0.039751 10.0.0.23 - - [2026-01-29 04:12:58] "POST /fqname-to-id HTTP/1.1" 404 195 0.031167 10.0.0.240 - - [2026-01-29 04:12:58] "GET /projects?obj_uuids=c016a08e-c522-4bc8-964e-8fb40755f356&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004287 10.0.0.240 - - [2026-01-29 04:12:58] "GET /domains?obj_uuids=65230a56-1cf0-4d34-9498-1ad48da04806&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001176 10.0.0.240 - - [2026-01-29 04:12:58] "GET /domain/65230a56-1cf0-4d34-9498-1ad48da04806?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008699 10.0.0.240 - - [2026-01-29 04:12:58] "POST /id-to-fqname HTTP/1.1" 200 197 0.003459 10.0.0.240 - - [2026-01-29 04:12:58] "POST /fqname-to-id HTTP/1.1" 404 206 0.005053 10.0.0.240 - - [2026-01-29 04:12:58] "POST /security-groups HTTP/1.1" 200 598 0.075461 10.0.0.240 - - [2026-01-29 04:12:58] "POST /projects HTTP/1.1" 200 599 0.272266 10.0.0.240 - - [2026-01-29 04:12:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.305746 10.0.0.147 - - [2026-01-29 04:12:58] "POST /fqname-to-id HTTP/1.1" 404 240 0.007922 10.0.0.23 - - [2026-01-29 04:12:58] "GET /project/c016a08e-c522-4bc8-964e-8fb40755f356?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.463241 10.0.0.23 - - [2026-01-29 04:12:59] "GET / HTTP/1.1" 200 36215 0.001709 10.0.0.23 - - [2026-01-29 04:13:01] "POST /fqname-to-id HTTP/1.1" 401 292 0.000536 10.0.0.23 - - [2026-01-29 04:13:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.067444 10.0.0.23 - - [2026-01-29 04:13:01] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003900 10.0.0.23 - - [2026-01-29 04:13:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.002646 10.0.0.23 - - [2026-01-29 04:13:01] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004493 10.0.0.23 - - [2026-01-29 04:13:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.006655 10.0.0.23 - - [2026-01-29 04:13:01] "PUT /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506 HTTP/1.1" 200 277 0.014477 10.0.0.23 - - [2026-01-29 04:13:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003942 10.0.0.240 - - [2026-01-29 04:13:02] "GET /projects?obj_uuids=c016a08e-c522-4bc8-964e-8fb40755f356&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.001296 10.0.0.23 - - [2026-01-29 04:13:02] "GET /project/c016a08e-c522-4bc8-964e-8fb40755f356?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.045935 10.0.0.23 - - [2026-01-29 04:13:02] "POST /neutron/network HTTP/1.1" 200 117 0.039101 10.0.0.147 - - [2026-01-29 04:13:02] "POST /ref-update HTTP/1.1" 200 156 0.081368 10.0.0.23 - - [2026-01-29 04:13:02] "POST /neutron/network HTTP/1.1" 200 808 0.011098 10.0.0.23 - - [2026-01-29 04:13:02] "POST /id-to-fqname HTTP/1.1" 200 218 0.001406 10.0.0.23 - - [2026-01-29 04:13:02] "GET /virtual-network/5e0e7de9-1ddc-4811-b083-9faad5cb061f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.006305 10.0.0.23 - - [2026-01-29 04:13:02] "GET /virtual-network/5e0e7de9-1ddc-4811-b083-9faad5cb061f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.005620 10.0.0.23 - - [2026-01-29 04:13:02] "POST /neutron/subnet HTTP/1.1" 200 701 0.009803 10.0.0.23 - - [2026-01-29 04:13:02] "POST /id-to-fqname HTTP/1.1" 200 218 0.001172 10.0.0.240 - - [2026-01-29 04:13:03] "GET /projects?obj_uuids=c016a08e-c522-4bc8-964e-8fb40755f356&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.001351 10.0.0.23 - - [2026-01-29 04:13:03] "GET /project/c016a08e-c522-4bc8-964e-8fb40755f356?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.086600 10.0.0.23 - - [2026-01-29 04:13:04] "POST /neutron/port HTTP/1.1" 200 117 0.007384 10.0.0.23 - - [2026-01-29 04:13:04] "POST /id-to-fqname HTTP/1.1" 200 218 0.001454 10.0.0.23 - - [2026-01-29 04:13:04] "POST /neutron/network HTTP/1.1" 200 818 0.007395 10.0.0.23 - - [2026-01-29 04:13:04] "POST /neutron/port HTTP/1.1" 200 1062 0.017900 10.0.0.23 - - [2026-01-29 04:13:05] "POST /neutron/port HTTP/1.1" 200 1126 0.018315 10.0.0.240 - - [2026-01-29 04:13:05] "GET /projects?obj_uuids=c016a08e-c522-4bc8-964e-8fb40755f356&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.001474 10.0.0.23 - - [2026-01-29 04:13:05] "POST /neutron/port HTTP/1.1" 200 117 0.001234 10.0.0.23 - - [2026-01-29 04:13:05] "GET /project/c016a08e-c522-4bc8-964e-8fb40755f356?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.093173 10.0.0.23 - - [2026-01-29 04:13:05] "POST /neutron/port HTTP/1.1" 200 1126 0.018162 10.0.0.23 - - [2026-01-29 04:13:05] "POST /neutron/network HTTP/1.1" 200 818 0.013164 10.0.0.23 - - [2026-01-29 04:13:06] "GET /virtual-network/5e0e7de9-1ddc-4811-b083-9faad5cb061f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.008659 10.0.0.23 - - [2026-01-29 04:13:06] "POST /neutron/port HTTP/1.1" 200 1062 0.026741 10.0.0.23 - - [2026-01-29 04:13:06] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004553 10.0.0.23 - - [2026-01-29 04:13:06] "POST /neutron/network HTTP/1.1" 200 808 0.010766 10.0.0.147 - - [2026-01-29 04:13:07] "GET /obj-perms HTTP/1.1" 200 5044 0.083862 10.0.0.23 - - [2026-01-29 04:13:07] "POST /neutron/port HTTP/1.1" 200 1126 0.022124 10.0.0.23 - - [2026-01-29 04:13:08] "POST /neutron/security_group HTTP/1.1" 200 2065 0.017525 10.0.0.240 - - [2026-01-29 04:13:08] "DELETE /project/8d720a70-6bae-45f3-a000-f4a0227a4a04 HTTP/1.1" 404 177 0.023776 10.0.0.240 - - [2026-01-29 04:13:08] "DELETE /project/79163de8e5dc4748982c011f50f7e968 HTTP/1.1" 404 173 0.022654 10.0.0.240 - - [2026-01-29 04:13:08] "DELETE /project/dfb476cf993c4aac8ff65a351a7e5f78 HTTP/1.1" 404 173 0.016699 10.0.0.240 - - [2026-01-29 04:13:08] "DELETE /project/c016a08ec5224bc8964e8fb40755f356 HTTP/1.1" 404 173 0.015903 10.0.0.240 - - [2026-01-29 04:13:08] "GET /projects?obj_uuids=79163de8-e5dc-4748-982c-011f50f7e968&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001133 10.0.0.240 - - [2026-01-29 04:13:08] "GET /projects?obj_uuids=dfb476cf-993c-4aac-8ff6-5a351a7e5f78&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000935 10.0.0.240 - - [2026-01-29 04:13:08] "GET /project/dfb476cf-993c-4aac-8ff6-5a351a7e5f78?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1473 0.072762 10.0.0.240 - - [2026-01-29 04:13:08] "GET /project/79163de8-e5dc-4748-982c-011f50f7e968?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1440 0.087559 10.0.0.240 - - [2026-01-29 04:13:08] "GET /projects?obj_uuids=dfb476cf-993c-4aac-8ff6-5a351a7e5f78&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.004201 10.0.0.240 - - [2026-01-29 04:13:08] "GET /projects?obj_uuids=79163de8-e5dc-4748-982c-011f50f7e968&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001375 10.0.0.240 - - [2026-01-29 04:13:08] "GET /project/dfb476cf-993c-4aac-8ff6-5a351a7e5f78?fields=security_groups HTTP/1.1" 200 1367 0.059656 10.0.0.240 - - [2026-01-29 04:13:08] "GET /project/79163de8-e5dc-4748-982c-011f50f7e968?fields=security_groups HTTP/1.1" 200 1342 0.078518 10.0.0.23 - - [2026-01-29 04:13:08] "GET /virtual-machine/71a815d3-1394-45e6-8b83-e5803065e766 HTTP/1.1" 401 292 0.000342 10.0.0.240 - - [2026-01-29 04:13:08] "DELETE /security-group/a32e1845-95fb-40d3-835c-f7f7b344c505 HTTP/1.1" 200 115 0.061311 10.0.0.240 - - [2026-01-29 04:13:08] "GET /projects?obj_uuids=dfb476cf-993c-4aac-8ff6-5a351a7e5f78&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001000 10.0.0.147 - - [2026-01-29 04:13:08] "DELETE /access-control-list/436a248e-34f4-4d1d-a070-034a481829f0 HTTP/1.1" 200 115 0.055556 10.0.0.240 - - [2026-01-29 04:13:08] "DELETE /security-group/a77e4533-da0b-4f72-bdce-6fc1bed18536 HTTP/1.1" 200 115 0.092716 10.0.0.240 - - [2026-01-29 04:13:08] "GET /projects?obj_uuids=79163de8-e5dc-4748-982c-011f50f7e968&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001106 10.0.0.240 - - [2026-01-29 04:13:08] "GET /project/dfb476cf-993c-4aac-8ff6-5a351a7e5f78?fields=application_policy_sets HTTP/1.1" 200 1406 0.070818 10.0.0.240 - - [2026-01-29 04:13:08] "GET /project/79163de8-e5dc-4748-982c-011f50f7e968?fields=application_policy_sets HTTP/1.1" 200 1381 0.070472 10.0.0.147 - - [2026-01-29 04:13:08] "DELETE /access-control-list/74e322c5-55bd-4a80-9001-66e0a36c668f HTTP/1.1" 200 115 0.066781 10.0.0.240 - - [2026-01-29 04:13:08] "DELETE /project/dfb476cf-993c-4aac-8ff6-5a351a7e5f78 HTTP/1.1" 200 115 0.615971 10.0.0.240 - - [2026-01-29 04:13:08] "DELETE /project/79163de8-e5dc-4748-982c-011f50f7e968 HTTP/1.1" 200 115 0.642787 10.0.0.23 - - [2026-01-29 04:13:09] "GET /virtual-machine/71a815d3-1394-45e6-8b83-e5803065e766 HTTP/1.1" 200 1301 0.046668 10.0.0.23 - - [2026-01-29 04:13:09] "GET /virtual-machine/71a815d3-1394-45e6-8b83-e5803065e766 HTTP/1.1" 200 1301 0.004061 10.0.0.23 - - [2026-01-29 04:13:09] "GET /virtual-machine-interface/ca8a2409-d50f-45a5-bbbb-21aadff74f63 HTTP/1.1" 200 2957 0.006586 10.0.0.23 - - [2026-01-29 04:13:09] "GET /virtual-machine/71a815d3-1394-45e6-8b83-e5803065e766 HTTP/1.1" 200 1301 0.004612 10.0.0.23 - - [2026-01-29 04:13:09] "GET /virtual-machine-interface/ca8a2409-d50f-45a5-bbbb-21aadff74f63 HTTP/1.1" 200 2957 0.010628 10.0.0.23 - - [2026-01-29 04:13:09] "GET /instance-ip/de266276-2749-4159-a39f-2f334b0ae014 HTTP/1.1" 200 1624 0.006552 10.0.0.23 - - [2026-01-29 04:13:09] "GET /virtual-machine/71a815d3-1394-45e6-8b83-e5803065e766 HTTP/1.1" 200 1301 0.003948 10.0.0.23 - - [2026-01-29 04:13:09] "GET /virtual-machine-interface/ca8a2409-d50f-45a5-bbbb-21aadff74f63 HTTP/1.1" 200 2957 0.008170 10.0.0.23 - - [2026-01-29 04:13:09] "GET /instance-ip/de266276-2749-4159-a39f-2f334b0ae014 HTTP/1.1" 200 1624 0.004736 10.0.0.23 - - [2026-01-29 04:13:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003581 10.0.0.23 - - [2026-01-29 04:13:09] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004123 10.0.0.23 - - [2026-01-29 04:13:09] "GET /virtual-networks?parent_id=c016a08e-c522-4bc8-964e-8fb40755f356&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003670 10.0.0.23 - - [2026-01-29 04:13:09] "GET /virtual-network/5e0e7de9-1ddc-4811-b083-9faad5cb061f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.010920 10.0.0.23 - - [2026-01-29 04:13:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003489 10.0.0.23 - - [2026-01-29 04:13:09] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004653 10.0.0.23 - - [2026-01-29 04:13:09] "GET /virtual-networks?parent_id=c016a08e-c522-4bc8-964e-8fb40755f356&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003330 10.0.0.23 - - [2026-01-29 04:13:09] "GET /virtual-network/5e0e7de9-1ddc-4811-b083-9faad5cb061f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.007532 10.0.0.23 - - [2026-01-29 04:13:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003786 10.0.0.23 - - [2026-01-29 04:13:09] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004309 10.0.0.23 - - [2026-01-29 04:13:09] "GET /virtual-networks?parent_id=c016a08e-c522-4bc8-964e-8fb40755f356&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003368 10.0.0.23 - - [2026-01-29 04:13:09] "GET /virtual-network/5e0e7de9-1ddc-4811-b083-9faad5cb061f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.006437 10.0.0.23 - - [2026-01-29 04:13:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003554 10.0.0.23 - - [2026-01-29 04:13:09] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004567 10.0.0.23 - - [2026-01-29 04:13:09] "GET /virtual-networks?parent_id=c016a08e-c522-4bc8-964e-8fb40755f356&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003793 10.0.0.23 - - [2026-01-29 04:13:09] "GET /virtual-network/5e0e7de9-1ddc-4811-b083-9faad5cb061f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.006752 10.0.0.23 - - [2026-01-29 04:13:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.004229 10.0.0.23 - - [2026-01-29 04:13:09] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004639 10.0.0.23 - - [2026-01-29 04:13:09] "GET /virtual-networks?parent_id=c016a08e-c522-4bc8-964e-8fb40755f356&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003721 10.0.0.23 - - [2026-01-29 04:13:09] "GET /virtual-network/5e0e7de9-1ddc-4811-b083-9faad5cb061f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.014073 10.0.0.23 - - [2026-01-29 04:13:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003817 10.0.0.23 - - [2026-01-29 04:13:09] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004276 10.0.0.23 - - [2026-01-29 04:13:09] "GET /virtual-networks?parent_id=c016a08e-c522-4bc8-964e-8fb40755f356&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003049 10.0.0.23 - - [2026-01-29 04:13:09] "GET /virtual-network/5e0e7de9-1ddc-4811-b083-9faad5cb061f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.006573 10.0.0.23 - - [2026-01-29 04:13:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003694 10.0.0.23 - - [2026-01-29 04:13:09] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004727 10.0.0.23 - - [2026-01-29 04:13:10] "GET /virtual-networks?parent_id=c016a08e-c522-4bc8-964e-8fb40755f356&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003661 10.0.0.23 - - [2026-01-29 04:13:10] "GET /virtual-network/5e0e7de9-1ddc-4811-b083-9faad5cb061f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.006478 10.0.0.23 - - [2026-01-29 04:13:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003538 10.0.0.23 - - [2026-01-29 04:13:13] "GET /virtual-network/5e0e7de9-1ddc-4811-b083-9faad5cb061f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.005735 10.0.0.240 - - [2026-01-29 04:13:16] "GET /obj-perms HTTP/1.1" 200 5056 0.055392 10.0.0.23 - - [2026-01-29 04:13:16] "GET /obj-perms HTTP/1.1" 200 5056 0.055835 10.0.0.23 - - [2026-01-29 04:13:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004933 10.0.0.23 - - [2026-01-29 04:13:17] "GET /virtual-network/5e0e7de9-1ddc-4811-b083-9faad5cb061f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.007742 10.0.0.23 - - [2026-01-29 04:13:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003898 10.0.0.23 - - [2026-01-29 04:13:21] "GET /virtual-network/5e0e7de9-1ddc-4811-b083-9faad5cb061f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.007018 10.0.0.23 - - [2026-01-29 04:13:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003597 10.0.0.23 - - [2026-01-29 04:13:25] "GET /virtual-network/5e0e7de9-1ddc-4811-b083-9faad5cb061f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.005294 10.0.0.23 - - [2026-01-29 04:13:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.004425 10.0.0.23 - - [2026-01-29 04:13:29] "GET /virtual-network/5e0e7de9-1ddc-4811-b083-9faad5cb061f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.007596 10.0.0.23 - - [2026-01-29 04:13:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003706 10.0.0.23 - - [2026-01-29 04:13:33] "GET /virtual-network/5e0e7de9-1ddc-4811-b083-9faad5cb061f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.006482 10.0.0.23 - - [2026-01-29 04:13:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003521 10.0.0.23 - - [2026-01-29 04:13:37] "GET /virtual-network/5e0e7de9-1ddc-4811-b083-9faad5cb061f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.006580 10.0.0.23 - - [2026-01-29 04:13:38] "POST /neutron/port HTTP/1.1" 200 1126 0.047470 10.0.0.23 - - [2026-01-29 04:13:38] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004274 10.0.0.23 - - [2026-01-29 04:13:38] "POST /neutron/network HTTP/1.1" 200 808 0.009803 10.0.0.23 - - [2026-01-29 04:13:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.004156 10.0.0.23 - - [2026-01-29 04:13:41] "GET /virtual-network/5e0e7de9-1ddc-4811-b083-9faad5cb061f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.006409 10.0.0.23 - - [2026-01-29 04:13:45] "POST /neutron/network HTTP/1.1" 200 818 0.007615 10.0.0.23 - - [2026-01-29 04:13:45] "POST /neutron/port HTTP/1.1" 200 117 0.001735 10.0.0.23 - - [2026-01-29 04:13:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003886 10.0.0.23 - - [2026-01-29 04:13:45] "GET /virtual-network/5e0e7de9-1ddc-4811-b083-9faad5cb061f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.006748 10.0.0.23 - - [2026-01-29 04:13:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003447 10.0.0.23 - - [2026-01-29 04:13:50] "GET /virtual-network/5e0e7de9-1ddc-4811-b083-9faad5cb061f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.005892 10.0.0.23 - - [2026-01-29 04:13:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003870 10.0.0.23 - - [2026-01-29 04:13:54] "GET /virtual-network/5e0e7de9-1ddc-4811-b083-9faad5cb061f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.005452 10.0.0.23 - - [2026-01-29 04:13:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004194 10.0.0.23 - - [2026-01-29 04:13:56] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004377 10.0.0.23 - - [2026-01-29 04:13:56] "GET /virtual-networks?parent_id=c016a08e-c522-4bc8-964e-8fb40755f356&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003434 10.0.0.23 - - [2026-01-29 04:13:56] "GET /virtual-network/5e0e7de9-1ddc-4811-b083-9faad5cb061f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.006792 10.0.0.23 - - [2026-01-29 04:13:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.006253 10.0.0.23 - - [2026-01-29 04:13:56] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.006212 10.0.0.23 - - [2026-01-29 04:13:56] "GET /virtual-networks?parent_id=c016a08e-c522-4bc8-964e-8fb40755f356&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.004413 10.0.0.23 - - [2026-01-29 04:13:56] "GET /virtual-network/5e0e7de9-1ddc-4811-b083-9faad5cb061f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.007099 10.0.0.23 - - [2026-01-29 04:13:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.005398 10.0.0.23 - - [2026-01-29 04:13:56] "GET /routing-instance/b5ba9d84-b040-4206-9f15-49c4850fad5c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1450 0.005111 10.0.0.23 - - [2026-01-29 04:13:56] "GET /route-target/9539c161-6365-4d08-a0ab-a7073030303b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.007654 10.0.0.23 - - [2026-01-29 04:13:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004851 10.0.0.23 - - [2026-01-29 04:13:56] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.007200 10.0.0.23 - - [2026-01-29 04:13:56] "GET /virtual-networks?parent_id=c016a08e-c522-4bc8-964e-8fb40755f356&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.005699 10.0.0.23 - - [2026-01-29 04:13:56] "GET /virtual-network/5e0e7de9-1ddc-4811-b083-9faad5cb061f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.006589 10.0.0.23 - - [2026-01-29 04:13:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004120 10.0.0.23 - - [2026-01-29 04:13:56] "GET /routing-instance/b5ba9d84-b040-4206-9f15-49c4850fad5c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1450 0.004908 10.0.0.23 - - [2026-01-29 04:13:56] "GET /route-target/9539c161-6365-4d08-a0ab-a7073030303b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.005011 10.0.0.23 - - [2026-01-29 04:13:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003713 10.0.0.23 - - [2026-01-29 04:13:57] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004819 10.0.0.23 - - [2026-01-29 04:13:57] "GET /virtual-networks?parent_id=c016a08e-c522-4bc8-964e-8fb40755f356&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003176 10.0.0.23 - - [2026-01-29 04:13:57] "GET /virtual-network/5e0e7de9-1ddc-4811-b083-9faad5cb061f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.006159 10.0.0.23 - - [2026-01-29 04:13:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003349 10.0.0.23 - - [2026-01-29 04:13:57] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004043 10.0.0.23 - - [2026-01-29 04:13:57] "GET /virtual-networks?parent_id=c016a08e-c522-4bc8-964e-8fb40755f356&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003189 10.0.0.23 - - [2026-01-29 04:13:57] "GET /virtual-network/5e0e7de9-1ddc-4811-b083-9faad5cb061f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.006038 10.0.0.23 - - [2026-01-29 04:13:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004628 10.0.0.23 - - [2026-01-29 04:13:57] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004501 10.0.0.23 - - [2026-01-29 04:13:57] "GET /virtual-networks?parent_id=c016a08e-c522-4bc8-964e-8fb40755f356&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003338 10.0.0.23 - - [2026-01-29 04:13:57] "GET /virtual-network/5e0e7de9-1ddc-4811-b083-9faad5cb061f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.006166 10.0.0.23 - - [2026-01-29 04:13:57] "GET /obj-perms HTTP/1.1" 200 5044 0.051365 10.0.0.240 - - [2026-01-29 04:13:57] "GET /obj-perms HTTP/1.1" 200 5044 0.054979 10.0.0.23 - - [2026-01-29 04:13:57] "GET /obj-perms HTTP/1.1" 200 5044 0.003903 10.0.0.147 - - [2026-01-29 04:13:58] "GET /obj-perms HTTP/1.1" 200 5044 0.004019 10.0.0.23 - - [2026-01-29 04:13:58] "POST /neutron/security_group HTTP/1.1" 200 2065 0.007963 10.0.0.23 - - [2026-01-29 04:13:58] "POST /neutron/port HTTP/1.1" 200 1126 0.019191 10.0.0.23 - - [2026-01-29 04:13:58] "POST /neutron/security_group HTTP/1.1" 200 2065 0.007723 10.0.0.23 - - [2026-01-29 04:13:58] "GET /virtual-machine/cf37bb97-3418-4ff1-9182-ffaf18c849a8 HTTP/1.1" 200 1302 0.006584 10.0.0.23 - - [2026-01-29 04:13:58] "GET /virtual-machine/cf37bb97-3418-4ff1-9182-ffaf18c849a8 HTTP/1.1" 200 1302 0.004128 10.0.0.23 - - [2026-01-29 04:13:58] "GET /virtual-machine-interface/9a5fbb6a-18ea-4f60-990b-cd9c2ae7bf10 HTTP/1.1" 200 2957 0.006449 10.0.0.23 - - [2026-01-29 04:13:58] "GET /virtual-machine/cf37bb97-3418-4ff1-9182-ffaf18c849a8 HTTP/1.1" 200 1302 0.005293 10.0.0.23 - - [2026-01-29 04:13:58] "GET /virtual-machine-interface/9a5fbb6a-18ea-4f60-990b-cd9c2ae7bf10 HTTP/1.1" 200 2957 0.006260 10.0.0.23 - - [2026-01-29 04:13:58] "GET /instance-ip/3dc45e11-7cab-4479-9e7a-9784bafcd31a HTTP/1.1" 200 1623 0.006875 10.0.0.23 - - [2026-01-29 04:13:58] "GET /virtual-machine/cf37bb97-3418-4ff1-9182-ffaf18c849a8 HTTP/1.1" 200 1302 0.004694 10.0.0.23 - - [2026-01-29 04:13:58] "GET /virtual-machine-interface/9a5fbb6a-18ea-4f60-990b-cd9c2ae7bf10 HTTP/1.1" 200 2957 0.006506 10.0.0.23 - - [2026-01-29 04:13:58] "GET /instance-ip/3dc45e11-7cab-4479-9e7a-9784bafcd31a HTTP/1.1" 200 1623 0.005022 10.0.0.23 - - [2026-01-29 04:13:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003431 10.0.0.23 - - [2026-01-29 04:13:58] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003984 10.0.0.23 - - [2026-01-29 04:13:58] "GET /virtual-networks?parent_id=c016a08e-c522-4bc8-964e-8fb40755f356&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003262 10.0.0.23 - - [2026-01-29 04:13:58] "GET /virtual-network/5e0e7de9-1ddc-4811-b083-9faad5cb061f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.006313 10.0.0.23 - - [2026-01-29 04:13:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003303 10.0.0.23 - - [2026-01-29 04:13:58] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004314 10.0.0.23 - - [2026-01-29 04:13:58] "GET /virtual-networks?parent_id=c016a08e-c522-4bc8-964e-8fb40755f356&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003048 10.0.0.23 - - [2026-01-29 04:13:58] "GET /virtual-network/5e0e7de9-1ddc-4811-b083-9faad5cb061f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.006362 10.0.0.23 - - [2026-01-29 04:13:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003789 10.0.0.23 - - [2026-01-29 04:13:58] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004503 10.0.0.23 - - [2026-01-29 04:13:58] "GET /virtual-networks?parent_id=c016a08e-c522-4bc8-964e-8fb40755f356&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003552 10.0.0.23 - - [2026-01-29 04:13:58] "GET /virtual-network/5e0e7de9-1ddc-4811-b083-9faad5cb061f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.007230 10.0.0.23 - - [2026-01-29 04:13:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004169 10.0.0.23 - - [2026-01-29 04:13:58] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005079 10.0.0.23 - - [2026-01-29 04:13:58] "GET /virtual-networks?parent_id=c016a08e-c522-4bc8-964e-8fb40755f356&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003480 10.0.0.23 - - [2026-01-29 04:13:58] "GET /virtual-network/5e0e7de9-1ddc-4811-b083-9faad5cb061f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.006346 10.0.0.23 - - [2026-01-29 04:13:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.005118 10.0.0.23 - - [2026-01-29 04:13:59] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004467 10.0.0.23 - - [2026-01-29 04:13:59] "GET /virtual-networks?parent_id=c016a08e-c522-4bc8-964e-8fb40755f356&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003299 10.0.0.23 - - [2026-01-29 04:13:59] "GET /virtual-network/5e0e7de9-1ddc-4811-b083-9faad5cb061f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.008487 10.0.0.23 - - [2026-01-29 04:13:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.004714 10.0.0.23 - - [2026-01-29 04:13:59] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004793 10.0.0.23 - - [2026-01-29 04:13:59] "GET /virtual-networks?parent_id=c016a08e-c522-4bc8-964e-8fb40755f356&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003170 10.0.0.23 - - [2026-01-29 04:13:59] "GET /virtual-network/5e0e7de9-1ddc-4811-b083-9faad5cb061f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.006206 10.0.0.23 - - [2026-01-29 04:13:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003473 10.0.0.23 - - [2026-01-29 04:13:59] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004742 10.0.0.23 - - [2026-01-29 04:13:59] "GET /virtual-networks?parent_id=c016a08e-c522-4bc8-964e-8fb40755f356&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003394 10.0.0.23 - - [2026-01-29 04:13:59] "GET /virtual-network/5e0e7de9-1ddc-4811-b083-9faad5cb061f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.007333 10.0.0.23 - - [2026-01-29 04:14:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003945 10.0.0.23 - - [2026-01-29 04:14:00] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004196 10.0.0.23 - - [2026-01-29 04:14:00] "GET /virtual-networks?parent_id=c016a08e-c522-4bc8-964e-8fb40755f356&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003579 10.0.0.23 - - [2026-01-29 04:14:00] "GET /virtual-network/5e0e7de9-1ddc-4811-b083-9faad5cb061f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.006485 10.0.0.23 - - [2026-01-29 04:14:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003585 10.0.0.23 - - [2026-01-29 04:14:00] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003787 10.0.0.23 - - [2026-01-29 04:14:00] "GET /virtual-networks?parent_id=c016a08e-c522-4bc8-964e-8fb40755f356&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003682 10.0.0.23 - - [2026-01-29 04:14:00] "GET /virtual-network/5e0e7de9-1ddc-4811-b083-9faad5cb061f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.005900 10.0.0.23 - - [2026-01-29 04:14:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003620 10.0.0.23 - - [2026-01-29 04:14:00] "GET /routing-instance/b5ba9d84-b040-4206-9f15-49c4850fad5c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1450 0.005412 10.0.0.23 - - [2026-01-29 04:14:00] "GET /route-target/9539c161-6365-4d08-a0ab-a7073030303b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.005419 10.0.0.23 - - [2026-01-29 04:14:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004632 10.0.0.23 - - [2026-01-29 04:14:01] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005748 10.0.0.23 - - [2026-01-29 04:14:01] "GET /virtual-networks?parent_id=c016a08e-c522-4bc8-964e-8fb40755f356&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003732 10.0.0.23 - - [2026-01-29 04:14:01] "GET /virtual-network/5e0e7de9-1ddc-4811-b083-9faad5cb061f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.006866 10.0.0.23 - - [2026-01-29 04:14:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003956 10.0.0.23 - - [2026-01-29 04:14:01] "GET /routing-instance/b5ba9d84-b040-4206-9f15-49c4850fad5c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1450 0.005957 10.0.0.23 - - [2026-01-29 04:14:01] "GET /route-target/9539c161-6365-4d08-a0ab-a7073030303b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.005992 10.0.0.23 - - [2026-01-29 04:14:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004478 10.0.0.23 - - [2026-01-29 04:14:01] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005278 10.0.0.23 - - [2026-01-29 04:14:01] "GET /virtual-networks?parent_id=c016a08e-c522-4bc8-964e-8fb40755f356&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003774 10.0.0.23 - - [2026-01-29 04:14:01] "GET /virtual-network/5e0e7de9-1ddc-4811-b083-9faad5cb061f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.006674 10.0.0.23 - - [2026-01-29 04:14:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004198 10.0.0.23 - - [2026-01-29 04:14:01] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004773 10.0.0.23 - - [2026-01-29 04:14:01] "GET /virtual-networks?parent_id=c016a08e-c522-4bc8-964e-8fb40755f356&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003770 10.0.0.23 - - [2026-01-29 04:14:01] "GET /virtual-network/5e0e7de9-1ddc-4811-b083-9faad5cb061f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.007736 10.0.0.23 - - [2026-01-29 04:14:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004458 10.0.0.23 - - [2026-01-29 04:14:01] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004904 10.0.0.23 - - [2026-01-29 04:14:01] "GET /virtual-networks?parent_id=c016a08e-c522-4bc8-964e-8fb40755f356&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003450 10.0.0.23 - - [2026-01-29 04:14:01] "GET /virtual-network/5e0e7de9-1ddc-4811-b083-9faad5cb061f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.006803 10.0.0.23 - - [2026-01-29 04:14:01] "GET /obj-perms HTTP/1.1" 200 5044 0.004670 10.0.0.240 - - [2026-01-29 04:14:01] "GET /obj-perms HTTP/1.1" 200 5044 0.004057 10.0.0.23 - - [2026-01-29 04:14:01] "GET /obj-perms HTTP/1.1" 200 5044 0.003658 10.0.0.23 - - [2026-01-29 04:14:02] "GET /obj-perms HTTP/1.1" 200 5044 0.004489 10.0.0.23 - - [2026-01-29 04:14:02] "GET /virtual-machine/71a815d3-1394-45e6-8b83-e5803065e766 HTTP/1.1" 200 1301 0.005067 10.0.0.23 - - [2026-01-29 04:14:02] "GET /virtual-machine-interface/ca8a2409-d50f-45a5-bbbb-21aadff74f63 HTTP/1.1" 200 2957 0.006996 10.0.0.23 - - [2026-01-29 04:14:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003794 10.0.0.23 - - [2026-01-29 04:14:02] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004127 10.0.0.23 - - [2026-01-29 04:14:02] "GET /virtual-networks?parent_id=c016a08e-c522-4bc8-964e-8fb40755f356&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003572 10.0.0.23 - - [2026-01-29 04:14:02] "GET /virtual-network/5e0e7de9-1ddc-4811-b083-9faad5cb061f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.006133 10.0.0.23 - - [2026-01-29 04:14:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003518 10.0.0.23 - - [2026-01-29 04:14:03] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003450 10.0.0.23 - - [2026-01-29 04:14:03] "GET /virtual-networks?parent_id=c016a08e-c522-4bc8-964e-8fb40755f356&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003157 10.0.0.23 - - [2026-01-29 04:14:03] "GET /virtual-network/5e0e7de9-1ddc-4811-b083-9faad5cb061f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.007136 10.0.0.23 - - [2026-01-29 04:14:06] "POST /neutron/port HTTP/1.1" 200 1126 0.049972 10.0.0.23 - - [2026-01-29 04:14:07] "POST /neutron/security_group HTTP/1.1" 200 2065 0.010194 10.0.0.23 - - [2026-01-29 04:14:13] "POST /neutron/port HTTP/1.1" 200 1126 0.017281 10.0.0.240 - - [2026-01-29 04:14:17] "GET /obj-perms HTTP/1.1" 200 5056 0.046972 10.0.0.23 - - [2026-01-29 04:14:18] "GET /virtual-machine/cf37bb97-3418-4ff1-9182-ffaf18c849a8 HTTP/1.1" 200 1302 0.004912 10.0.0.23 - - [2026-01-29 04:14:18] "GET /virtual-machine-interface/9a5fbb6a-18ea-4f60-990b-cd9c2ae7bf10 HTTP/1.1" 200 2957 0.005541 10.0.0.23 - - [2026-01-29 04:14:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004838 10.0.0.23 - - [2026-01-29 04:14:19] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005805 10.0.0.23 - - [2026-01-29 04:14:19] "GET /virtual-networks?parent_id=c016a08e-c522-4bc8-964e-8fb40755f356&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.004276 10.0.0.23 - - [2026-01-29 04:14:19] "GET /virtual-network/5e0e7de9-1ddc-4811-b083-9faad5cb061f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.006226 10.0.0.23 - - [2026-01-29 04:14:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004033 10.0.0.23 - - [2026-01-29 04:14:20] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004684 10.0.0.23 - - [2026-01-29 04:14:20] "GET /virtual-networks?parent_id=c016a08e-c522-4bc8-964e-8fb40755f356&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003336 10.0.0.23 - - [2026-01-29 04:14:20] "GET /virtual-network/5e0e7de9-1ddc-4811-b083-9faad5cb061f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.008067 10.0.0.23 - - [2026-01-29 04:14:39] "POST /neutron/port HTTP/1.1" 200 1126 0.019293 10.0.0.23 - - [2026-01-29 04:14:39] "POST /neutron/subnet HTTP/1.1" 200 675 0.010378 10.0.0.23 - - [2026-01-29 04:14:46] "POST /neutron/port HTTP/1.1" 200 1126 0.019969 10.0.0.23 - - [2026-01-29 04:14:46] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005314 10.0.0.23 - - [2026-01-29 04:14:46] "POST /neutron/network HTTP/1.1" 200 808 0.007981 10.0.0.147 - - [2026-01-29 04:14:51] "GET /global-system-configs HTTP/1.1" 401 292 0.000489 10.0.0.147 - - [2026-01-29 04:14:51] "GET /global-system-configs HTTP/1.1" 401 292 0.000442 10.0.0.147 - - [2026-01-29 04:14:52] "GET /global-system-configs HTTP/1.1" 401 292 0.000507 10.0.0.147 - - [2026-01-29 04:14:52] "GET /global-system-configs HTTP/1.1" 401 292 0.000444 10.0.0.23 - - [2026-01-29 04:14:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000434 10.0.0.23 - - [2026-01-29 04:14:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000412 10.0.0.240 - - [2026-01-29 04:14:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000675 10.0.0.240 - - [2026-01-29 04:14:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000452 10.0.0.23 - - [2026-01-29 04:14:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000389 10.0.0.23 - - [2026-01-29 04:14:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000581 10.0.0.240 - - [2026-01-29 04:14:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000582 10.0.0.240 - - [2026-01-29 04:14:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000577 10.0.0.147 - - [2026-01-29 04:15:18] "GET /obj-perms HTTP/1.1" 200 5056 0.055441 10.0.0.23 - - [2026-01-29 04:15:39] "POST /neutron/network HTTP/1.1" 200 818 0.010128 10.0.0.23 - - [2026-01-29 04:15:39] "POST /neutron/port HTTP/1.1" 200 117 0.001536 10.0.0.23 - - [2026-01-29 04:15:46] "POST /neutron/port HTTP/1.1" 200 1126 0.047549 10.0.0.23 - - [2026-01-29 04:15:46] "POST /neutron/subnet HTTP/1.1" 200 675 0.009215 10.0.0.23 - - [2026-01-29 04:16:18] "POST /neutron/port HTTP/1.1" 200 1126 0.018917 10.0.0.23 - - [2026-01-29 04:16:18] "GET /virtual-machine/71a815d3-1394-45e6-8b83-e5803065e766 HTTP/1.1" 200 1301 0.004988 10.0.0.23 - - [2026-01-29 04:16:18] "GET /virtual-machine-interface/ca8a2409-d50f-45a5-bbbb-21aadff74f63 HTTP/1.1" 200 2957 0.005648 10.0.0.23 - - [2026-01-29 04:16:18] "GET /virtual-machine/71a815d3-1394-45e6-8b83-e5803065e766 HTTP/1.1" 200 1301 0.004307 10.0.0.23 - - [2026-01-29 04:16:18] "GET /virtual-machine-interface/ca8a2409-d50f-45a5-bbbb-21aadff74f63 HTTP/1.1" 200 2957 0.008243 10.0.0.23 - - [2026-01-29 04:16:18] "GET /instance-ip/de266276-2749-4159-a39f-2f334b0ae014 HTTP/1.1" 200 1624 0.005293 10.0.0.23 - - [2026-01-29 04:16:18] "GET /virtual-machine/71a815d3-1394-45e6-8b83-e5803065e766 HTTP/1.1" 200 1301 0.004421 10.0.0.23 - - [2026-01-29 04:16:18] "GET /virtual-machine-interface/ca8a2409-d50f-45a5-bbbb-21aadff74f63 HTTP/1.1" 200 2957 0.008663 10.0.0.23 - - [2026-01-29 04:16:18] "GET /instance-ip/de266276-2749-4159-a39f-2f334b0ae014 HTTP/1.1" 200 1624 0.004290 10.0.0.23 - - [2026-01-29 04:16:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004100 10.0.0.23 - - [2026-01-29 04:16:18] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004101 10.0.0.23 - - [2026-01-29 04:16:18] "GET /virtual-networks?parent_id=c016a08e-c522-4bc8-964e-8fb40755f356&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003373 10.0.0.23 - - [2026-01-29 04:16:18] "GET /virtual-network/5e0e7de9-1ddc-4811-b083-9faad5cb061f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.006060 10.0.0.23 - - [2026-01-29 04:16:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003855 10.0.0.23 - - [2026-01-29 04:16:18] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004812 10.0.0.23 - - [2026-01-29 04:16:18] "GET /virtual-networks?parent_id=c016a08e-c522-4bc8-964e-8fb40755f356&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003494 10.0.0.23 - - [2026-01-29 04:16:18] "GET /virtual-network/5e0e7de9-1ddc-4811-b083-9faad5cb061f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.006701 10.0.0.23 - - [2026-01-29 04:16:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003642 10.0.0.23 - - [2026-01-29 04:16:18] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004509 10.0.0.23 - - [2026-01-29 04:16:18] "GET /virtual-networks?parent_id=c016a08e-c522-4bc8-964e-8fb40755f356&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003066 10.0.0.23 - - [2026-01-29 04:16:18] "GET /virtual-network/5e0e7de9-1ddc-4811-b083-9faad5cb061f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.006345 10.0.0.23 - - [2026-01-29 04:16:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003318 10.0.0.23 - - [2026-01-29 04:16:18] "GET /obj-perms HTTP/1.1" 200 5056 0.068315 10.0.0.23 - - [2026-01-29 04:16:18] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004714 10.0.0.23 - - [2026-01-29 04:16:18] "GET /virtual-networks?parent_id=c016a08e-c522-4bc8-964e-8fb40755f356&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003370 10.0.0.23 - - [2026-01-29 04:16:18] "GET /virtual-router/2cc55800-1bf9-4932-be5b-668f370de1fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1247 0.005424 10.0.0.23 - - [2026-01-29 04:16:18] "GET /virtual-network/5e0e7de9-1ddc-4811-b083-9faad5cb061f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.007695 10.0.0.23 - - [2026-01-29 04:16:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004187 10.0.0.23 - - [2026-01-29 04:16:19] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005936 10.0.0.23 - - [2026-01-29 04:16:19] "GET /virtual-networks?parent_id=c016a08e-c522-4bc8-964e-8fb40755f356&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003936 10.0.0.23 - - [2026-01-29 04:16:19] "GET /virtual-network/5e0e7de9-1ddc-4811-b083-9faad5cb061f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.007730 10.0.0.23 - - [2026-01-29 04:16:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.005071 10.0.0.23 - - [2026-01-29 04:16:19] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004712 10.0.0.23 - - [2026-01-29 04:16:19] "GET /virtual-networks?parent_id=c016a08e-c522-4bc8-964e-8fb40755f356&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003638 10.0.0.23 - - [2026-01-29 04:16:19] "GET /virtual-network/5e0e7de9-1ddc-4811-b083-9faad5cb061f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.007581 10.0.0.23 - - [2026-01-29 04:16:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003803 10.0.0.23 - - [2026-01-29 04:16:19] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005200 10.0.0.23 - - [2026-01-29 04:16:19] "GET /virtual-networks?parent_id=c016a08e-c522-4bc8-964e-8fb40755f356&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.004242 10.0.0.23 - - [2026-01-29 04:16:19] "GET /virtual-network/5e0e7de9-1ddc-4811-b083-9faad5cb061f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.006594 10.0.0.23 - - [2026-01-29 04:16:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003920 10.0.0.23 - - [2026-01-29 04:16:20] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004639 10.0.0.23 - - [2026-01-29 04:16:20] "GET /virtual-networks?parent_id=c016a08e-c522-4bc8-964e-8fb40755f356&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002985 10.0.0.23 - - [2026-01-29 04:16:20] "GET /virtual-network/5e0e7de9-1ddc-4811-b083-9faad5cb061f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.006426 10.0.0.23 - - [2026-01-29 04:16:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003462 10.0.0.23 - - [2026-01-29 04:16:20] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003866 10.0.0.23 - - [2026-01-29 04:16:20] "GET /virtual-networks?parent_id=c016a08e-c522-4bc8-964e-8fb40755f356&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003381 10.0.0.23 - - [2026-01-29 04:16:20] "GET /virtual-network/5e0e7de9-1ddc-4811-b083-9faad5cb061f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.006356 10.0.0.23 - - [2026-01-29 04:16:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003140 10.0.0.23 - - [2026-01-29 04:16:20] "GET /routing-instance/b5ba9d84-b040-4206-9f15-49c4850fad5c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1450 0.004717 10.0.0.23 - - [2026-01-29 04:16:20] "GET /route-target/9539c161-6365-4d08-a0ab-a7073030303b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.005451 10.0.0.23 - - [2026-01-29 04:16:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003957 10.0.0.23 - - [2026-01-29 04:16:21] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003917 10.0.0.23 - - [2026-01-29 04:16:21] "GET /virtual-networks?parent_id=c016a08e-c522-4bc8-964e-8fb40755f356&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003317 10.0.0.23 - - [2026-01-29 04:16:21] "GET /virtual-network/5e0e7de9-1ddc-4811-b083-9faad5cb061f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.006244 10.0.0.23 - - [2026-01-29 04:16:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003210 10.0.0.23 - - [2026-01-29 04:16:21] "GET /routing-instance/b5ba9d84-b040-4206-9f15-49c4850fad5c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1450 0.004693 10.0.0.23 - - [2026-01-29 04:16:21] "GET /route-target/9539c161-6365-4d08-a0ab-a7073030303b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.004649 10.0.0.23 - - [2026-01-29 04:16:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004086 10.0.0.23 - - [2026-01-29 04:16:21] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004864 10.0.0.23 - - [2026-01-29 04:16:21] "GET /virtual-networks?parent_id=c016a08e-c522-4bc8-964e-8fb40755f356&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003142 10.0.0.23 - - [2026-01-29 04:16:21] "GET /virtual-network/5e0e7de9-1ddc-4811-b083-9faad5cb061f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.006491 10.0.0.23 - - [2026-01-29 04:16:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003702 10.0.0.23 - - [2026-01-29 04:16:21] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004730 10.0.0.23 - - [2026-01-29 04:16:21] "GET /virtual-networks?parent_id=c016a08e-c522-4bc8-964e-8fb40755f356&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003279 10.0.0.23 - - [2026-01-29 04:16:21] "GET /virtual-network/5e0e7de9-1ddc-4811-b083-9faad5cb061f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.007689 10.0.0.240 - - [2026-01-29 04:16:23] "GET /obj-perms HTTP/1.1" 200 5044 0.004622 10.0.0.23 - - [2026-01-29 04:16:25] "GET /obj-perms HTTP/1.1" 200 5044 0.004515 10.0.0.240 - - [2026-01-29 04:16:25] "GET /obj-perms HTTP/1.1" 200 5044 0.004278 10.0.0.23 - - [2026-01-29 04:16:25] "GET /obj-perms HTTP/1.1" 200 5044 0.003885 10.0.0.240 - - [2026-01-29 04:16:25] "GET /obj-perms HTTP/1.1" 200 5044 0.004484 10.0.0.23 - - [2026-01-29 04:16:25] "POST /neutron/security_group HTTP/1.1" 200 2065 0.009144 10.0.0.23 - - [2026-01-29 04:16:25] "GET /virtual-machine/cf37bb97-3418-4ff1-9182-ffaf18c849a8 HTTP/1.1" 200 1302 0.005120 10.0.0.23 - - [2026-01-29 04:16:26] "GET /virtual-machine-interface/9a5fbb6a-18ea-4f60-990b-cd9c2ae7bf10 HTTP/1.1" 200 2957 0.007304 10.0.0.23 - - [2026-01-29 04:16:26] "GET /virtual-machine/cf37bb97-3418-4ff1-9182-ffaf18c849a8 HTTP/1.1" 200 1302 0.005083 10.0.0.23 - - [2026-01-29 04:16:26] "GET /virtual-machine-interface/9a5fbb6a-18ea-4f60-990b-cd9c2ae7bf10 HTTP/1.1" 200 2957 0.007538 10.0.0.23 - - [2026-01-29 04:16:26] "GET /instance-ip/3dc45e11-7cab-4479-9e7a-9784bafcd31a HTTP/1.1" 200 1623 0.006082 10.0.0.23 - - [2026-01-29 04:16:26] "GET /virtual-machine/cf37bb97-3418-4ff1-9182-ffaf18c849a8 HTTP/1.1" 200 1302 0.004717 10.0.0.23 - - [2026-01-29 04:16:26] "GET /virtual-machine-interface/9a5fbb6a-18ea-4f60-990b-cd9c2ae7bf10 HTTP/1.1" 200 2957 0.007353 10.0.0.23 - - [2026-01-29 04:16:26] "GET /instance-ip/3dc45e11-7cab-4479-9e7a-9784bafcd31a HTTP/1.1" 200 1623 0.005357 10.0.0.23 - - [2026-01-29 04:16:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004191 10.0.0.23 - - [2026-01-29 04:16:26] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.006264 10.0.0.23 - - [2026-01-29 04:16:26] "GET /virtual-networks?parent_id=c016a08e-c522-4bc8-964e-8fb40755f356&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003688 10.0.0.23 - - [2026-01-29 04:16:26] "GET /virtual-network/5e0e7de9-1ddc-4811-b083-9faad5cb061f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.008625 10.0.0.23 - - [2026-01-29 04:16:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004260 10.0.0.23 - - [2026-01-29 04:16:26] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005245 10.0.0.23 - - [2026-01-29 04:16:26] "GET /virtual-networks?parent_id=c016a08e-c522-4bc8-964e-8fb40755f356&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003139 10.0.0.23 - - [2026-01-29 04:16:26] "GET /virtual-network/5e0e7de9-1ddc-4811-b083-9faad5cb061f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.006400 10.0.0.23 - - [2026-01-29 04:16:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004780 10.0.0.23 - - [2026-01-29 04:16:26] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005558 10.0.0.23 - - [2026-01-29 04:16:26] "GET /virtual-networks?parent_id=c016a08e-c522-4bc8-964e-8fb40755f356&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.004754 10.0.0.23 - - [2026-01-29 04:16:26] "GET /virtual-network/5e0e7de9-1ddc-4811-b083-9faad5cb061f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.007094 10.0.0.23 - - [2026-01-29 04:16:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004648 10.0.0.23 - - [2026-01-29 04:16:26] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005472 10.0.0.23 - - [2026-01-29 04:16:26] "GET /virtual-networks?parent_id=c016a08e-c522-4bc8-964e-8fb40755f356&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003725 10.0.0.23 - - [2026-01-29 04:16:26] "GET /virtual-network/5e0e7de9-1ddc-4811-b083-9faad5cb061f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.006450 10.0.0.23 - - [2026-01-29 04:16:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003583 10.0.0.23 - - [2026-01-29 04:16:26] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004610 10.0.0.23 - - [2026-01-29 04:16:26] "GET /virtual-networks?parent_id=c016a08e-c522-4bc8-964e-8fb40755f356&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003416 10.0.0.23 - - [2026-01-29 04:16:26] "GET /virtual-network/5e0e7de9-1ddc-4811-b083-9faad5cb061f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.007966 10.0.0.23 - - [2026-01-29 04:16:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004205 10.0.0.23 - - [2026-01-29 04:16:26] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004157 10.0.0.23 - - [2026-01-29 04:16:26] "GET /virtual-networks?parent_id=c016a08e-c522-4bc8-964e-8fb40755f356&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003274 10.0.0.23 - - [2026-01-29 04:16:26] "GET /virtual-network/5e0e7de9-1ddc-4811-b083-9faad5cb061f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.006140 10.0.0.23 - - [2026-01-29 04:16:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004153 10.0.0.23 - - [2026-01-29 04:16:26] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.007682 10.0.0.23 - - [2026-01-29 04:16:26] "GET /virtual-networks?parent_id=c016a08e-c522-4bc8-964e-8fb40755f356&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.004714 10.0.0.23 - - [2026-01-29 04:16:26] "GET /virtual-network/5e0e7de9-1ddc-4811-b083-9faad5cb061f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.005776 10.0.0.23 - - [2026-01-29 04:16:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.006191 10.0.0.23 - - [2026-01-29 04:16:28] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.008156 10.0.0.23 - - [2026-01-29 04:16:28] "GET /virtual-networks?parent_id=c016a08e-c522-4bc8-964e-8fb40755f356&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.009836 10.0.0.23 - - [2026-01-29 04:16:28] "GET /virtual-network/5e0e7de9-1ddc-4811-b083-9faad5cb061f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.006440 10.0.0.23 - - [2026-01-29 04:16:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003596 10.0.0.23 - - [2026-01-29 04:16:28] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004135 10.0.0.23 - - [2026-01-29 04:16:28] "GET /virtual-networks?parent_id=c016a08e-c522-4bc8-964e-8fb40755f356&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.004683 10.0.0.23 - - [2026-01-29 04:16:28] "GET /virtual-network/5e0e7de9-1ddc-4811-b083-9faad5cb061f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.007445 10.0.0.23 - - [2026-01-29 04:16:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004406 10.0.0.23 - - [2026-01-29 04:16:28] "GET /routing-instance/b5ba9d84-b040-4206-9f15-49c4850fad5c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1450 0.004948 10.0.0.23 - - [2026-01-29 04:16:28] "GET /route-target/9539c161-6365-4d08-a0ab-a7073030303b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.005243 10.0.0.23 - - [2026-01-29 04:16:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004127 10.0.0.23 - - [2026-01-29 04:16:28] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004674 10.0.0.23 - - [2026-01-29 04:16:28] "GET /virtual-networks?parent_id=c016a08e-c522-4bc8-964e-8fb40755f356&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003698 10.0.0.23 - - [2026-01-29 04:16:28] "GET /virtual-network/5e0e7de9-1ddc-4811-b083-9faad5cb061f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.008059 10.0.0.23 - - [2026-01-29 04:16:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003663 10.0.0.23 - - [2026-01-29 04:16:28] "GET /routing-instance/b5ba9d84-b040-4206-9f15-49c4850fad5c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1450 0.005124 10.0.0.23 - - [2026-01-29 04:16:28] "GET /route-target/9539c161-6365-4d08-a0ab-a7073030303b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.004262 10.0.0.23 - - [2026-01-29 04:16:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003725 10.0.0.23 - - [2026-01-29 04:16:28] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004640 10.0.0.23 - - [2026-01-29 04:16:28] "GET /virtual-networks?parent_id=c016a08e-c522-4bc8-964e-8fb40755f356&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003330 10.0.0.23 - - [2026-01-29 04:16:28] "GET /virtual-network/5e0e7de9-1ddc-4811-b083-9faad5cb061f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.005871 10.0.0.23 - - [2026-01-29 04:16:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003240 10.0.0.23 - - [2026-01-29 04:16:29] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.006774 10.0.0.23 - - [2026-01-29 04:16:29] "GET /virtual-networks?parent_id=c016a08e-c522-4bc8-964e-8fb40755f356&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003256 10.0.0.23 - - [2026-01-29 04:16:29] "GET /virtual-network/5e0e7de9-1ddc-4811-b083-9faad5cb061f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.006163 10.0.0.240 - - [2026-01-29 04:16:33] "GET /obj-perms HTTP/1.1" 200 5044 0.004210 10.0.0.23 - - [2026-01-29 04:16:35] "GET /obj-perms HTTP/1.1" 200 5044 0.004524 10.0.0.240 - - [2026-01-29 04:16:35] "GET /obj-perms HTTP/1.1" 200 5044 0.004026 10.0.0.23 - - [2026-01-29 04:16:35] "GET /obj-perms HTTP/1.1" 200 5044 0.004312 10.0.0.240 - - [2026-01-29 04:16:35] "GET /obj-perms HTTP/1.1" 200 5044 0.003934 10.0.0.23 - - [2026-01-29 04:16:41] "POST /neutron/network HTTP/1.1" 200 818 0.008249 10.0.0.23 - - [2026-01-29 04:16:41] "POST /neutron/port HTTP/1.1" 200 117 0.001225 10.0.0.23 - - [2026-01-29 04:16:47] "POST /neutron/port HTTP/1.1" 200 1126 0.019816 10.0.0.23 - - [2026-01-29 04:16:47] "POST /neutron/subnet HTTP/1.1" 200 675 0.009701 10.0.0.23 - - [2026-01-29 04:16:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003618 10.0.0.23 - - [2026-01-29 04:16:55] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004115 10.0.0.23 - - [2026-01-29 04:16:55] "GET /virtual-networks?parent_id=c016a08e-c522-4bc8-964e-8fb40755f356&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003665 10.0.0.23 - - [2026-01-29 04:16:55] "GET /virtual-network/5e0e7de9-1ddc-4811-b083-9faad5cb061f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.006342 10.0.0.23 - - [2026-01-29 04:16:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004690 10.0.0.23 - - [2026-01-29 04:16:57] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004603 10.0.0.23 - - [2026-01-29 04:16:57] "GET /virtual-networks?parent_id=c016a08e-c522-4bc8-964e-8fb40755f356&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003059 10.0.0.23 - - [2026-01-29 04:16:57] "GET /virtual-network/5e0e7de9-1ddc-4811-b083-9faad5cb061f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.008852 10.0.0.23 - - [2026-01-29 04:17:12] "GET /virtual-machine/cf37bb97-3418-4ff1-9182-ffaf18c849a8 HTTP/1.1" 200 1302 0.005282 10.0.0.23 - - [2026-01-29 04:17:12] "GET /virtual-machine-interface/9a5fbb6a-18ea-4f60-990b-cd9c2ae7bf10 HTTP/1.1" 200 2957 0.008097 10.0.0.23 - - [2026-01-29 04:17:12] "GET /instance-ip/3dc45e11-7cab-4479-9e7a-9784bafcd31a HTTP/1.1" 200 1623 0.006659 10.0.0.23 - - [2026-01-29 04:17:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004945 10.0.0.23 - - [2026-01-29 04:17:12] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.006133 10.0.0.23 - - [2026-01-29 04:17:12] "GET /virtual-networks?parent_id=c016a08e-c522-4bc8-964e-8fb40755f356&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.005049 10.0.0.23 - - [2026-01-29 04:17:12] "GET /virtual-network/5e0e7de9-1ddc-4811-b083-9faad5cb061f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.008039 10.0.0.23 - - [2026-01-29 04:17:16] "GET /virtual-machine/cf37bb97-3418-4ff1-9182-ffaf18c849a8 HTTP/1.1" 200 1302 0.005364 10.0.0.23 - - [2026-01-29 04:17:17] "POST /neutron/port HTTP/1.1" 200 1126 0.019299 10.0.0.23 - - [2026-01-29 04:17:18] "GET /virtual-machine/cf37bb97-3418-4ff1-9182-ffaf18c849a8 HTTP/1.1" 404 171 0.003430 10.0.0.23 - - [2026-01-29 04:17:18] "GET /virtual-machine/cf37bb97-3418-4ff1-9182-ffaf18c849a8 HTTP/1.1" 404 171 0.003674 10.0.0.23 - - [2026-01-29 04:17:18] "GET /virtual-machine/cf37bb97-3418-4ff1-9182-ffaf18c849a8 HTTP/1.1" 404 171 0.003131 10.0.0.147 - - [2026-01-29 04:17:19] "GET /obj-perms HTTP/1.1" 200 5056 0.056180 10.0.0.23 - - [2026-01-29 04:17:19] "GET /virtual-machine/cf37bb97-3418-4ff1-9182-ffaf18c849a8 HTTP/1.1" 404 171 0.003328 10.0.0.23 - - [2026-01-29 04:17:20] "GET /virtual-machine/cf37bb97-3418-4ff1-9182-ffaf18c849a8 HTTP/1.1" 404 171 0.004312 10.0.0.23 - - [2026-01-29 04:17:21] "GET /virtual-machine/cf37bb97-3418-4ff1-9182-ffaf18c849a8 HTTP/1.1" 404 171 0.003628 10.0.0.23 - - [2026-01-29 04:17:22] "GET /virtual-machine/cf37bb97-3418-4ff1-9182-ffaf18c849a8 HTTP/1.1" 404 171 0.003533 10.0.0.23 - - [2026-01-29 04:17:23] "GET /virtual-machine/cf37bb97-3418-4ff1-9182-ffaf18c849a8 HTTP/1.1" 404 171 0.003971 10.0.0.23 - - [2026-01-29 04:17:24] "GET /virtual-machine/cf37bb97-3418-4ff1-9182-ffaf18c849a8 HTTP/1.1" 404 171 0.003309 10.0.0.23 - - [2026-01-29 04:17:24] "GET /virtual-machine/cf37bb97-3418-4ff1-9182-ffaf18c849a8 HTTP/1.1" 404 171 0.002702 10.0.0.23 - - [2026-01-29 04:17:25] "GET /virtual-machine/cf37bb97-3418-4ff1-9182-ffaf18c849a8 HTTP/1.1" 404 171 0.003578 10.0.0.23 - - [2026-01-29 04:17:26] "GET /virtual-machine/cf37bb97-3418-4ff1-9182-ffaf18c849a8 HTTP/1.1" 404 171 0.003592 10.0.0.23 - - [2026-01-29 04:17:27] "GET /virtual-machine/cf37bb97-3418-4ff1-9182-ffaf18c849a8 HTTP/1.1" 404 171 0.004144 10.0.0.23 - - [2026-01-29 04:17:28] "GET /virtual-machine/cf37bb97-3418-4ff1-9182-ffaf18c849a8 HTTP/1.1" 404 171 0.006135 10.0.0.23 - - [2026-01-29 04:17:29] "GET /virtual-machine/cf37bb97-3418-4ff1-9182-ffaf18c849a8 HTTP/1.1" 404 171 0.003199 10.0.0.23 - - [2026-01-29 04:17:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003647 10.0.0.23 - - [2026-01-29 04:17:29] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005767 10.0.0.23 - - [2026-01-29 04:17:29] "GET /virtual-networks?parent_id=c016a08e-c522-4bc8-964e-8fb40755f356&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003012 10.0.0.23 - - [2026-01-29 04:17:29] "GET /virtual-network/5e0e7de9-1ddc-4811-b083-9faad5cb061f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.005989 10.0.0.23 - - [2026-01-29 04:17:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.011518 10.0.0.23 - - [2026-01-29 04:17:29] "GET /routing-instance/b5ba9d84-b040-4206-9f15-49c4850fad5c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1450 0.004283 10.0.0.23 - - [2026-01-29 04:17:29] "GET /route-target/9539c161-6365-4d08-a0ab-a7073030303b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.004642 10.0.0.23 - - [2026-01-29 04:17:29] "GET /virtual-machine/cf37bb97-3418-4ff1-9182-ffaf18c849a8 HTTP/1.1" 404 171 0.004121 10.0.0.23 - - [2026-01-29 04:17:30] "GET /virtual-machine/cf37bb97-3418-4ff1-9182-ffaf18c849a8 HTTP/1.1" 404 171 0.003114 10.0.0.23 - - [2026-01-29 04:17:31] "GET /virtual-machine/cf37bb97-3418-4ff1-9182-ffaf18c849a8 HTTP/1.1" 404 171 0.003567 10.0.0.23 - - [2026-01-29 04:17:32] "GET /virtual-machine/cf37bb97-3418-4ff1-9182-ffaf18c849a8 HTTP/1.1" 404 171 0.003781 10.0.0.23 - - [2026-01-29 04:17:33] "GET /virtual-machine/cf37bb97-3418-4ff1-9182-ffaf18c849a8 HTTP/1.1" 404 171 0.003366 10.0.0.23 - - [2026-01-29 04:17:34] "GET /virtual-machine/cf37bb97-3418-4ff1-9182-ffaf18c849a8 HTTP/1.1" 404 171 0.003735 10.0.0.23 - - [2026-01-29 04:17:34] "GET /virtual-machine/cf37bb97-3418-4ff1-9182-ffaf18c849a8 HTTP/1.1" 404 171 0.002702 10.0.0.23 - - [2026-01-29 04:17:35] "GET /virtual-machine/cf37bb97-3418-4ff1-9182-ffaf18c849a8 HTTP/1.1" 404 171 0.003304 10.0.0.23 - - [2026-01-29 04:17:36] "GET /virtual-machine/cf37bb97-3418-4ff1-9182-ffaf18c849a8 HTTP/1.1" 404 171 0.004834 10.0.0.23 - - [2026-01-29 04:17:37] "GET /virtual-machine/cf37bb97-3418-4ff1-9182-ffaf18c849a8 HTTP/1.1" 404 171 0.003262 10.0.0.23 - - [2026-01-29 04:17:38] "GET /virtual-machine/cf37bb97-3418-4ff1-9182-ffaf18c849a8 HTTP/1.1" 404 171 0.003223 10.0.0.23 - - [2026-01-29 04:17:39] "GET /virtual-machine/cf37bb97-3418-4ff1-9182-ffaf18c849a8 HTTP/1.1" 404 171 0.004328 10.0.0.23 - - [2026-01-29 04:17:40] "GET /obj-perms HTTP/1.1" 200 5044 0.004407 10.0.0.240 - - [2026-01-29 04:17:40] "GET /obj-perms HTTP/1.1" 200 5044 0.004139 10.0.0.23 - - [2026-01-29 04:17:40] "GET /virtual-machine/71a815d3-1394-45e6-8b83-e5803065e766 HTTP/1.1" 200 1301 0.004946 10.0.0.23 - - [2026-01-29 04:17:40] "POST /neutron/port HTTP/1.1" 200 1126 0.017535 10.0.0.23 - - [2026-01-29 04:17:42] "GET /virtual-machine/71a815d3-1394-45e6-8b83-e5803065e766 HTTP/1.1" 404 171 0.003761 10.0.0.23 - - [2026-01-29 04:17:42] "GET /virtual-machine/71a815d3-1394-45e6-8b83-e5803065e766 HTTP/1.1" 404 171 0.003248 10.0.0.23 - - [2026-01-29 04:17:42] "GET /virtual-machine/71a815d3-1394-45e6-8b83-e5803065e766 HTTP/1.1" 404 171 0.003814 10.0.0.23 - - [2026-01-29 04:17:42] "GET /virtual-machine/71a815d3-1394-45e6-8b83-e5803065e766 HTTP/1.1" 404 171 0.003622 10.0.0.23 - - [2026-01-29 04:17:43] "GET /virtual-machine/71a815d3-1394-45e6-8b83-e5803065e766 HTTP/1.1" 404 171 0.003167 10.0.0.23 - - [2026-01-29 04:17:44] "GET /virtual-machine/71a815d3-1394-45e6-8b83-e5803065e766 HTTP/1.1" 404 171 0.003954 10.0.0.23 - - [2026-01-29 04:17:45] "GET /virtual-machine/71a815d3-1394-45e6-8b83-e5803065e766 HTTP/1.1" 404 171 0.003925 10.0.0.23 - - [2026-01-29 04:17:46] "GET /virtual-machine/71a815d3-1394-45e6-8b83-e5803065e766 HTTP/1.1" 404 171 0.003639 10.0.0.23 - - [2026-01-29 04:17:47] "GET /virtual-machine/71a815d3-1394-45e6-8b83-e5803065e766 HTTP/1.1" 404 171 0.003297 10.0.0.23 - - [2026-01-29 04:17:47] "GET /virtual-machine/71a815d3-1394-45e6-8b83-e5803065e766 HTTP/1.1" 404 171 0.002755 10.0.0.23 - - [2026-01-29 04:17:48] "GET /virtual-machine/71a815d3-1394-45e6-8b83-e5803065e766 HTTP/1.1" 404 171 0.003341 10.0.0.23 - - [2026-01-29 04:17:49] "GET /virtual-machine/71a815d3-1394-45e6-8b83-e5803065e766 HTTP/1.1" 404 171 0.004964 10.0.0.23 - - [2026-01-29 04:17:50] "GET /virtual-machine/71a815d3-1394-45e6-8b83-e5803065e766 HTTP/1.1" 404 171 0.003338 10.0.0.23 - - [2026-01-29 04:17:51] "GET /virtual-machine/71a815d3-1394-45e6-8b83-e5803065e766 HTTP/1.1" 404 171 0.003283 10.0.0.23 - - [2026-01-29 04:17:52] "GET /virtual-machine/71a815d3-1394-45e6-8b83-e5803065e766 HTTP/1.1" 404 171 0.003247 10.0.0.23 - - [2026-01-29 04:17:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003724 10.0.0.23 - - [2026-01-29 04:17:52] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003510 10.0.0.23 - - [2026-01-29 04:17:52] "GET /virtual-networks?parent_id=c016a08e-c522-4bc8-964e-8fb40755f356&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002759 10.0.0.23 - - [2026-01-29 04:17:52] "GET /virtual-network/5e0e7de9-1ddc-4811-b083-9faad5cb061f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.007146 10.0.0.23 - - [2026-01-29 04:17:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003188 10.0.0.23 - - [2026-01-29 04:17:52] "GET /routing-instance/b5ba9d84-b040-4206-9f15-49c4850fad5c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1450 0.004723 10.0.0.23 - - [2026-01-29 04:17:52] "GET /route-target/9539c161-6365-4d08-a0ab-a7073030303b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.004280 10.0.0.23 - - [2026-01-29 04:17:52] "GET /obj-perms HTTP/1.1" 200 5044 0.004294 10.0.0.23 - - [2026-01-29 04:17:55] "GET /obj-perms HTTP/1.1" 200 5044 0.003877 10.0.0.240 - - [2026-01-29 04:17:55] "GET /obj-perms HTTP/1.1" 200 5044 0.005877 10.0.0.23 - - [2026-01-29 04:17:55] "POST /neutron/network HTTP/1.1" 200 808 0.010415 10.0.0.23 - - [2026-01-29 04:17:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003580 10.0.0.23 - - [2026-01-29 04:17:56] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004149 10.0.0.23 - - [2026-01-29 04:17:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.002975 10.0.0.23 - - [2026-01-29 04:17:56] "PUT /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506 HTTP/1.1" 200 277 0.012145 10.0.0.240 - - [2026-01-29 04:17:59] "GET /projects?obj_uuids=c016a08e-c522-4bc8-964e-8fb40755f356&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.038335 10.0.0.23 - - [2026-01-29 04:17:59] "GET /project/c016a08e-c522-4bc8-964e-8fb40755f356?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.110500 10.0.0.240 - - [2026-01-29 04:17:59] "GET /projects?obj_uuids=c016a08e-c522-4bc8-964e-8fb40755f356&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.001542 10.0.0.23 - - [2026-01-29 04:17:59] "GET /project/c016a08e-c522-4bc8-964e-8fb40755f356?fields=virtual_networks HTTP/1.1" 200 1049 0.044880 10.0.0.240 - - [2026-01-29 04:17:59] "GET /projects?obj_uuids=c016a08e-c522-4bc8-964e-8fb40755f356&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.001389 10.0.0.23 - - [2026-01-29 04:17:59] "GET /project/c016a08e-c522-4bc8-964e-8fb40755f356?fields=virtual_machine_interfaces HTTP/1.1" 200 1049 0.036848 10.0.0.240 - - [2026-01-29 04:17:59] "GET /projects?obj_uuids=c016a08e-c522-4bc8-964e-8fb40755f356&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.001498 10.0.0.23 - - [2026-01-29 04:17:59] "GET /project/c016a08e-c522-4bc8-964e-8fb40755f356?fields=security_groups HTTP/1.1" 200 1283 0.044131 10.0.0.23 - - [2026-01-29 04:18:00] "POST /fqname-to-id HTTP/1.1" 404 194 0.029538 10.0.0.240 - - [2026-01-29 04:18:00] "GET /projects?obj_uuids=3ba6e4a4-d591-44f1-a47c-35d092653c17&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004071 10.0.0.240 - - [2026-01-29 04:18:00] "GET /domains?obj_uuids=65230a56-1cf0-4d34-9498-1ad48da04806&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001498 10.0.0.240 - - [2026-01-29 04:18:00] "GET /domain/65230a56-1cf0-4d34-9498-1ad48da04806?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.040210 10.0.0.240 - - [2026-01-29 04:18:00] "POST /id-to-fqname HTTP/1.1" 200 196 0.001436 10.0.0.240 - - [2026-01-29 04:18:00] "POST /fqname-to-id HTTP/1.1" 404 205 0.005155 10.0.0.240 - - [2026-01-29 04:18:00] "POST /security-groups HTTP/1.1" 200 597 0.028459 10.0.0.147 - - [2026-01-29 04:18:00] "POST /fqname-to-id HTTP/1.1" 404 240 0.003675 10.0.0.240 - - [2026-01-29 04:18:00] "POST /projects HTTP/1.1" 200 597 0.222845 10.0.0.240 - - [2026-01-29 04:18:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.296757 10.0.0.147 - - [2026-01-29 04:18:00] "POST /access-control-lists HTTP/1.1" 200 602 0.037586 10.0.0.23 - - [2026-01-29 04:18:00] "GET /project/3ba6e4a4-d591-44f1-a47c-35d092653c17?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1390 0.463188 10.0.0.23 - - [2026-01-29 04:18:02] "GET / HTTP/1.1" 200 36215 0.002343 10.0.0.240 - - [2026-01-29 04:18:04] "GET /projects?obj_uuids=3ba6e4a4-d591-44f1-a47c-35d092653c17&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001010 10.0.0.23 - - [2026-01-29 04:18:05] "GET /project/3ba6e4a4-d591-44f1-a47c-35d092653c17?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1390 0.039111 10.0.0.240 - - [2026-01-29 04:18:05] "GET /projects?obj_uuids=3ba6e4a4-d591-44f1-a47c-35d092653c17&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000942 10.0.0.23 - - [2026-01-29 04:18:05] "GET /project/3ba6e4a4-d591-44f1-a47c-35d092653c17?fields=virtual_networks HTTP/1.1" 200 1046 0.044955 10.0.0.240 - - [2026-01-29 04:18:05] "GET /projects?obj_uuids=3ba6e4a4-d591-44f1-a47c-35d092653c17&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001395 10.0.0.23 - - [2026-01-29 04:18:05] "GET /project/3ba6e4a4-d591-44f1-a47c-35d092653c17?fields=virtual_machine_interfaces HTTP/1.1" 200 1046 0.034320 10.0.0.240 - - [2026-01-29 04:18:05] "GET /projects?obj_uuids=3ba6e4a4-d591-44f1-a47c-35d092653c17&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001113 10.0.0.23 - - [2026-01-29 04:18:05] "GET /project/3ba6e4a4-d591-44f1-a47c-35d092653c17?fields=security_groups HTTP/1.1" 200 1279 0.041681 10.0.0.23 - - [2026-01-29 04:18:06] "POST /fqname-to-id HTTP/1.1" 404 188 0.033935 10.0.0.240 - - [2026-01-29 04:18:06] "GET /projects?obj_uuids=cbc81cd6-8f03-4249-9c0c-7e1a3ea87710&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003375 10.0.0.240 - - [2026-01-29 04:18:06] "GET /domains?obj_uuids=65230a56-1cf0-4d34-9498-1ad48da04806&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001028 10.0.0.240 - - [2026-01-29 04:18:06] "GET /domain/65230a56-1cf0-4d34-9498-1ad48da04806?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007017 10.0.0.240 - - [2026-01-29 04:18:06] "POST /id-to-fqname HTTP/1.1" 200 190 0.006625 10.0.0.240 - - [2026-01-29 04:18:06] "POST /fqname-to-id HTTP/1.1" 404 199 0.013825 10.0.0.240 - - [2026-01-29 04:18:06] "POST /security-groups HTTP/1.1" 200 591 0.041245 10.0.0.240 - - [2026-01-29 04:18:06] "POST /projects HTTP/1.1" 200 585 0.269651 10.0.0.240 - - [2026-01-29 04:18:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.358537 10.0.0.23 - - [2026-01-29 04:18:06] "GET /project/cbc81cd6-8f03-4249-9c0c-7e1a3ea87710?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.505578 10.0.0.147 - - [2026-01-29 04:18:06] "POST /fqname-to-id HTTP/1.1" 404 233 0.110043 10.0.0.23 - - [2026-01-29 04:18:07] "GET / HTTP/1.1" 200 36215 0.001588 10.0.0.147 - - [2026-01-29 04:18:09] "DELETE /access-control-list/6c2fee82-9afd-430a-9677-ed1b6c742f3f HTTP/1.1" 200 115 0.059288 10.0.0.240 - - [2026-01-29 04:18:09] "DELETE /project/c016a08e-c522-4bc8-964e-8fb40755f356 HTTP/1.1" 404 177 0.007329 10.0.0.240 - - [2026-01-29 04:18:09] "DELETE /project/3ba6e4a4d59144f1a47c35d092653c17 HTTP/1.1" 404 173 0.009210 10.0.0.240 - - [2026-01-29 04:18:09] "DELETE /project/cbc81cd68f0342499c0c7e1a3ea87710 HTTP/1.1" 404 173 0.006101 10.0.0.240 - - [2026-01-29 04:18:09] "GET /projects?obj_uuids=3ba6e4a4-d591-44f1-a47c-35d092653c17&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000855 10.0.0.240 - - [2026-01-29 04:18:09] "GET /project/3ba6e4a4-d591-44f1-a47c-35d092653c17?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1492 0.042124 10.0.0.240 - - [2026-01-29 04:18:09] "GET /projects?obj_uuids=3ba6e4a4-d591-44f1-a47c-35d092653c17&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001544 10.0.0.240 - - [2026-01-29 04:18:09] "GET /project/3ba6e4a4-d591-44f1-a47c-35d092653c17?fields=security_groups HTTP/1.1" 200 1381 0.045183 10.0.0.240 - - [2026-01-29 04:18:09] "DELETE /security-group/574efda8-e985-4f1c-a2ed-8ea971e38eec HTTP/1.1" 200 115 0.053016 10.0.0.240 - - [2026-01-29 04:18:09] "GET /projects?obj_uuids=3ba6e4a4-d591-44f1-a47c-35d092653c17&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001062 10.0.0.240 - - [2026-01-29 04:18:09] "GET /project/3ba6e4a4-d591-44f1-a47c-35d092653c17?fields=application_policy_sets HTTP/1.1" 200 1420 0.042817 10.0.0.240 - - [2026-01-29 04:18:09] "DELETE /project/3ba6e4a4-d591-44f1-a47c-35d092653c17 HTTP/1.1" 200 115 0.417080 10.0.0.240 - - [2026-01-29 04:18:10] "GET /projects?obj_uuids=cbc81cd6-8f03-4249-9c0c-7e1a3ea87710&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001029 10.0.0.23 - - [2026-01-29 04:18:10] "GET /project/cbc81cd6-8f03-4249-9c0c-7e1a3ea87710?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.038239 10.0.0.240 - - [2026-01-29 04:18:10] "GET /projects?obj_uuids=cbc81cd6-8f03-4249-9c0c-7e1a3ea87710&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000982 10.0.0.23 - - [2026-01-29 04:18:10] "GET /project/cbc81cd6-8f03-4249-9c0c-7e1a3ea87710?fields=virtual_networks HTTP/1.1" 200 1035 0.050109 10.0.0.240 - - [2026-01-29 04:18:11] "GET /projects?obj_uuids=cbc81cd6-8f03-4249-9c0c-7e1a3ea87710&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001366 10.0.0.23 - - [2026-01-29 04:18:11] "GET /project/cbc81cd6-8f03-4249-9c0c-7e1a3ea87710?fields=virtual_machine_interfaces HTTP/1.1" 200 1035 0.042486 10.0.0.240 - - [2026-01-29 04:18:11] "GET /projects?obj_uuids=cbc81cd6-8f03-4249-9c0c-7e1a3ea87710&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001604 10.0.0.23 - - [2026-01-29 04:18:11] "GET /project/cbc81cd6-8f03-4249-9c0c-7e1a3ea87710?fields=security_groups HTTP/1.1" 200 1262 0.045933 10.0.0.23 - - [2026-01-29 04:18:12] "POST /fqname-to-id HTTP/1.1" 404 196 0.026412 10.0.0.240 - - [2026-01-29 04:18:12] "GET /projects?obj_uuids=16b65518-deb3-4e05-a3fb-9d276eda9dfe&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003744 10.0.0.240 - - [2026-01-29 04:18:12] "GET /domains?obj_uuids=65230a56-1cf0-4d34-9498-1ad48da04806&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001238 10.0.0.240 - - [2026-01-29 04:18:12] "GET /domain/65230a56-1cf0-4d34-9498-1ad48da04806?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007852 10.0.0.240 - - [2026-01-29 04:18:12] "POST /id-to-fqname HTTP/1.1" 200 198 0.003819 10.0.0.240 - - [2026-01-29 04:18:12] "POST /fqname-to-id HTTP/1.1" 404 207 0.007210 10.0.0.240 - - [2026-01-29 04:18:12] "POST /security-groups HTTP/1.1" 200 599 0.079412 10.0.0.147 - - [2026-01-29 04:18:12] "POST /fqname-to-id HTTP/1.1" 404 242 0.003510 10.0.0.240 - - [2026-01-29 04:18:12] "POST /projects HTTP/1.1" 200 601 0.287418 10.0.0.240 - - [2026-01-29 04:18:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.364183 10.0.0.147 - - [2026-01-29 04:18:12] "POST /access-control-lists HTTP/1.1" 200 604 0.030722 10.0.0.23 - - [2026-01-29 04:18:12] "GET /project/16b65518-deb3-4e05-a3fb-9d276eda9dfe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.514260 10.0.0.23 - - [2026-01-29 04:18:13] "GET / HTTP/1.1" 200 36215 0.001835 10.0.0.23 - - [2026-01-29 04:18:14] "POST /fqname-to-id HTTP/1.1" 401 292 0.000503 10.0.0.23 - - [2026-01-29 04:18:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.057855 10.0.0.240 - - [2026-01-29 04:18:14] "GET /projects?obj_uuids=16b65518-deb3-4e05-a3fb-9d276eda9dfe&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001027 10.0.0.23 - - [2026-01-29 04:18:14] "GET /project/16b65518-deb3-4e05-a3fb-9d276eda9dfe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.040918 10.0.0.240 - - [2026-01-29 04:18:14] "GET /projects?obj_uuids=16b65518-deb3-4e05-a3fb-9d276eda9dfe&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001126 10.0.0.23 - - [2026-01-29 04:18:14] "POST /neutron/network HTTP/1.1" 200 601 0.172978 10.0.0.147 - - [2026-01-29 04:18:15] "POST /fqname-to-id HTTP/1.1" 404 207 0.052216 10.0.0.23 - - [2026-01-29 04:18:15] "POST /neutron/network HTTP/1.1" 200 976 0.012077 10.0.0.23 - - [2026-01-29 04:18:15] "POST /id-to-fqname HTTP/1.1" 200 222 0.001235 10.0.0.23 - - [2026-01-29 04:18:15] "GET /virtual-network/97af4bb9-971e-4677-ad44-bae585c03f3e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2566 0.005459 10.0.0.23 - - [2026-01-29 04:18:15] "GET /virtual-network/97af4bb9-971e-4677-ad44-bae585c03f3e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2566 0.006068 10.0.0.23 - - [2026-01-29 04:18:15] "POST /neutron/subnet HTTP/1.1" 200 716 0.009435 10.0.0.23 - - [2026-01-29 04:18:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003431 10.0.0.240 - - [2026-01-29 04:18:15] "GET /projects?obj_uuids=16b65518-deb3-4e05-a3fb-9d276eda9dfe&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001158 10.0.0.23 - - [2026-01-29 04:18:15] "GET /project/16b65518-deb3-4e05-a3fb-9d276eda9dfe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.040422 10.0.0.240 - - [2026-01-29 04:18:15] "GET /projects?obj_uuids=16b65518-deb3-4e05-a3fb-9d276eda9dfe&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001290 10.0.0.23 - - [2026-01-29 04:18:15] "POST /neutron/network HTTP/1.1" 200 601 0.125758 10.0.0.147 - - [2026-01-29 04:18:15] "POST /route-targets HTTP/1.1" 200 328 0.016745 10.0.0.147 - - [2026-01-29 04:18:16] "POST /fqname-to-id HTTP/1.1" 404 207 0.009952 10.0.0.23 - - [2026-01-29 04:18:16] "POST /neutron/network HTTP/1.1" 200 974 0.012207 10.0.0.23 - - [2026-01-29 04:18:16] "POST /id-to-fqname HTTP/1.1" 200 222 0.001100 10.0.0.23 - - [2026-01-29 04:18:16] "GET /virtual-network/d4f143f7-2914-4f32-9014-53b378a89420?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2560 0.005668 10.0.0.23 - - [2026-01-29 04:18:16] "GET /virtual-network/d4f143f7-2914-4f32-9014-53b378a89420?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2560 0.005615 10.0.0.23 - - [2026-01-29 04:18:16] "POST /neutron/subnet HTTP/1.1" 200 716 0.011111 10.0.0.23 - - [2026-01-29 04:18:16] "POST /id-to-fqname HTTP/1.1" 200 222 0.001411 10.0.0.240 - - [2026-01-29 04:18:17] "GET /projects?obj_uuids=16b65518-deb3-4e05-a3fb-9d276eda9dfe&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001110 10.0.0.23 - - [2026-01-29 04:18:17] "GET /project/16b65518-deb3-4e05-a3fb-9d276eda9dfe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.072292 10.0.0.23 - - [2026-01-29 04:18:17] "POST /neutron/network HTTP/1.1" 200 976 0.033854 10.0.0.23 - - [2026-01-29 04:18:17] "POST /id-to-fqname HTTP/1.1" 200 222 0.001614 10.0.0.23 - - [2026-01-29 04:18:17] "POST /neutron/port HTTP/1.1" 200 117 0.012476 10.0.0.240 - - [2026-01-29 04:18:18] "GET /projects?obj_uuids=16b65518-deb3-4e05-a3fb-9d276eda9dfe&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001099 10.0.0.23 - - [2026-01-29 04:18:18] "POST /neutron/port HTTP/1.1" 200 1154 0.362752 10.0.0.240 - - [2026-01-29 04:18:18] "GET /projects?obj_uuids=16b65518-deb3-4e05-a3fb-9d276eda9dfe&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001407 10.0.0.23 - - [2026-01-29 04:18:18] "POST /neutron/port HTTP/1.1" 200 1208 0.123651 10.0.0.23 - - [2026-01-29 04:18:18] "GET /project/16b65518-deb3-4e05-a3fb-9d276eda9dfe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.099769 10.0.0.23 - - [2026-01-29 04:18:18] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003993 10.0.0.23 - - [2026-01-29 04:18:18] "POST /neutron/port HTTP/1.1" 200 117 0.001235 10.0.0.23 - - [2026-01-29 04:18:18] "POST /neutron/port HTTP/1.1" 200 1218 0.019819 10.0.0.23 - - [2026-01-29 04:18:19] "POST /neutron/port HTTP/1.1" 200 1218 0.016431 10.0.0.240 - - [2026-01-29 04:18:19] "GET /projects?obj_uuids=16b65518-deb3-4e05-a3fb-9d276eda9dfe&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000976 10.0.0.23 - - [2026-01-29 04:18:19] "POST /neutron/port HTTP/1.1" 200 1152 0.342728 10.0.0.23 - - [2026-01-29 04:18:19] "POST /neutron/port HTTP/1.1" 200 1206 0.111946 10.0.0.23 - - [2026-01-29 04:18:19] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004331 10.0.0.23 - - [2026-01-29 04:18:19] "POST /neutron/port HTTP/1.1" 200 117 0.001349 10.0.0.147 - - [2026-01-29 04:18:20] "GET /obj-perms HTTP/1.1" 200 5056 0.052751 10.0.0.23 - - [2026-01-29 04:18:24] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008113 10.0.0.23 - - [2026-01-29 04:18:24] "POST /neutron/port HTTP/1.1" 200 1218 0.019665 10.0.0.23 - - [2026-01-29 04:18:24] "GET /virtual-machine/9d5d5b7f-7c79-4940-abe6-cbbecc4f2741 HTTP/1.1" 401 292 0.000442 10.0.0.23 - - [2026-01-29 04:18:24] "GET /virtual-machine/9d5d5b7f-7c79-4940-abe6-cbbecc4f2741 HTTP/1.1" 200 1303 0.037948 10.0.0.23 - - [2026-01-29 04:18:24] "GET /virtual-machine-interface/1173c2c5-8fd4-4241-afe4-90d102d47980 HTTP/1.1" 200 3165 0.005075 10.0.0.23 - - [2026-01-29 04:18:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003712 10.0.0.23 - - [2026-01-29 04:18:24] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004191 10.0.0.23 - - [2026-01-29 04:18:24] "GET /virtual-networks?parent_id=16b65518-deb3-4e05-a3fb-9d276eda9dfe&detail=False&count=False&shared=False HTTP/1.1" 200 577 0.002951 10.0.0.23 - - [2026-01-29 04:18:24] "GET /virtual-network/97af4bb9-971e-4677-ad44-bae585c03f3e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2566 0.006020 10.0.0.23 - - [2026-01-29 04:18:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003789 10.0.0.23 - - [2026-01-29 04:18:27] "GET /virtual-network/97af4bb9-971e-4677-ad44-bae585c03f3e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2566 0.006198 10.0.0.23 - - [2026-01-29 04:18:29] "POST /neutron/security_group HTTP/1.1" 200 2066 0.010031 10.0.0.23 - - [2026-01-29 04:18:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003376 10.0.0.23 - - [2026-01-29 04:18:31] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003603 10.0.0.23 - - [2026-01-29 04:18:31] "GET /virtual-networks?parent_id=16b65518-deb3-4e05-a3fb-9d276eda9dfe&detail=False&count=False&shared=False HTTP/1.1" 200 577 0.002970 10.0.0.23 - - [2026-01-29 04:18:32] "GET /virtual-network/97af4bb9-971e-4677-ad44-bae585c03f3e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2566 0.006415 10.0.0.23 - - [2026-01-29 04:18:32] "POST /neutron/port HTTP/1.1" 200 1216 0.020722 10.0.0.23 - - [2026-01-29 04:18:32] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007434 10.0.0.23 - - [2026-01-29 04:18:32] "GET /virtual-machine/6f79bd1d-8196-4c42-ad4d-b7825f0c5a3a HTTP/1.1" 200 1302 0.007524 10.0.0.23 - - [2026-01-29 04:18:32] "GET /virtual-machine-interface/30120b33-67ed-455e-8162-d34e35e44ef2 HTTP/1.1" 200 3164 0.006199 10.0.0.23 - - [2026-01-29 04:18:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003559 10.0.0.23 - - [2026-01-29 04:18:32] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003742 10.0.0.23 - - [2026-01-29 04:18:32] "GET /virtual-networks?parent_id=16b65518-deb3-4e05-a3fb-9d276eda9dfe&detail=False&count=False&shared=False HTTP/1.1" 200 577 0.002899 10.0.0.23 - - [2026-01-29 04:18:32] "GET /virtual-network/d4f143f7-2914-4f32-9014-53b378a89420?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2560 0.006563 10.0.0.23 - - [2026-01-29 04:18:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003735 10.0.0.23 - - [2026-01-29 04:18:33] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003814 10.0.0.23 - - [2026-01-29 04:18:33] "GET /virtual-networks?parent_id=16b65518-deb3-4e05-a3fb-9d276eda9dfe&detail=False&count=False&shared=False HTTP/1.1" 200 577 0.003588 10.0.0.23 - - [2026-01-29 04:18:33] "GET /virtual-network/d4f143f7-2914-4f32-9014-53b378a89420?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2560 0.005973 10.0.0.23 - - [2026-01-29 04:18:33] "POST /fqname-to-id HTTP/1.1" 404 209 0.003670 10.0.0.23 - - [2026-01-29 04:18:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003556 10.0.0.240 - - [2026-01-29 04:18:33] "GET /projects?obj_uuids=16b65518-deb3-4e05-a3fb-9d276eda9dfe&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001513 10.0.0.23 - - [2026-01-29 04:18:34] "GET /project/16b65518-deb3-4e05-a3fb-9d276eda9dfe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.082257 10.0.0.23 - - [2026-01-29 04:18:34] "POST /network-policys HTTP/1.1" 200 535 0.029051 10.0.0.23 - - [2026-01-29 04:18:34] "GET /network-policy/9e6cc267-3789-4f59-84e6-038e6dfd15f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2097 0.008808 10.0.0.23 - - [2026-01-29 04:18:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004213 10.0.0.23 - - [2026-01-29 04:18:34] "GET /virtual-network/97af4bb9-971e-4677-ad44-bae585c03f3e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2566 0.005947 10.0.0.23 - - [2026-01-29 04:18:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003438 10.0.0.23 - - [2026-01-29 04:18:34] "GET /network-policy/9e6cc267-3789-4f59-84e6-038e6dfd15f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2097 0.004856 10.0.0.23 - - [2026-01-29 04:18:34] "POST /ref-update HTTP/1.1" 200 156 0.063887 10.0.0.23 - - [2026-01-29 04:18:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003464 10.0.0.147 - - [2026-01-29 04:18:34] "POST /access-control-lists HTTP/1.1" 200 580 0.093508 10.0.0.23 - - [2026-01-29 04:18:34] "GET /network-policy/9e6cc267-3789-4f59-84e6-038e6dfd15f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2097 0.007116 10.0.0.23 - - [2026-01-29 04:18:34] "POST /neutron/network HTTP/1.1" 200 1062 0.013890 10.0.0.23 - - [2026-01-29 04:18:34] "GET /virtual-network/97af4bb9-971e-4677-ad44-bae585c03f3e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2874 0.006342 10.0.0.23 - - [2026-01-29 04:18:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003484 10.0.0.23 - - [2026-01-29 04:18:34] "GET /network-policy/9e6cc267-3789-4f59-84e6-038e6dfd15f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2097 0.004659 10.0.0.23 - - [2026-01-29 04:18:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.006577 10.0.0.23 - - [2026-01-29 04:18:34] "GET /virtual-network/d4f143f7-2914-4f32-9014-53b378a89420?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2560 0.006430 10.0.0.23 - - [2026-01-29 04:18:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003084 10.0.0.23 - - [2026-01-29 04:18:34] "GET /network-policy/9e6cc267-3789-4f59-84e6-038e6dfd15f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2097 0.006298 10.0.0.23 - - [2026-01-29 04:18:34] "POST /ref-update HTTP/1.1" 200 156 0.069418 10.0.0.23 - - [2026-01-29 04:18:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003367 10.0.0.147 - - [2026-01-29 04:18:34] "POST /access-control-lists HTTP/1.1" 200 580 0.086660 10.0.0.23 - - [2026-01-29 04:18:34] "GET /network-policy/9e6cc267-3789-4f59-84e6-038e6dfd15f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2097 0.005707 10.0.0.23 - - [2026-01-29 04:18:34] "GET /virtual-network/d4f143f7-2914-4f32-9014-53b378a89420?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2868 0.020552 10.0.0.23 - - [2026-01-29 04:18:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.008572 10.0.0.23 - - [2026-01-29 04:18:34] "GET /network-policy/9e6cc267-3789-4f59-84e6-038e6dfd15f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2097 0.004493 10.0.0.23 - - [2026-01-29 04:18:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004675 10.0.0.240 - - [2026-01-29 04:18:34] "GET /projects?obj_uuids=16b65518-deb3-4e05-a3fb-9d276eda9dfe&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001424 10.0.0.23 - - [2026-01-29 04:18:35] "GET /project/16b65518-deb3-4e05-a3fb-9d276eda9dfe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.045950 10.0.0.240 - - [2026-01-29 04:18:35] "GET /projects?obj_uuids=16b65518-deb3-4e05-a3fb-9d276eda9dfe&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001186 10.0.0.23 - - [2026-01-29 04:18:35] "POST /neutron/network HTTP/1.1" 200 585 0.127916 10.0.0.147 - - [2026-01-29 04:18:35] "POST /ref-update HTTP/1.1" 200 156 0.038837 10.0.0.23 - - [2026-01-29 04:18:35] "POST /id-to-fqname HTTP/1.1" 200 214 0.004093 10.0.0.23 - - [2026-01-29 04:18:35] "GET /virtual-network/68a8741f-6495-4401-827f-ae6a8387803d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2001 0.006161 10.0.0.23 - - [2026-01-29 04:18:35] "POST /neutron/network HTTP/1.1" 200 799 0.007096 10.0.0.23 - - [2026-01-29 04:18:35] "GET /virtual-network/68a8741f-6495-4401-827f-ae6a8387803d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2001 0.005742 10.0.0.23 - - [2026-01-29 04:18:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003274 10.0.0.240 - - [2026-01-29 04:18:35] "GET /projects?obj_uuids=16b65518-deb3-4e05-a3fb-9d276eda9dfe&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000933 10.0.0.23 - - [2026-01-29 04:18:35] "GET /project/16b65518-deb3-4e05-a3fb-9d276eda9dfe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.041211 10.0.0.23 - - [2026-01-29 04:18:35] "POST /neutron/network HTTP/1.1" 200 117 0.014958 10.0.0.23 - - [2026-01-29 04:18:36] "POST /neutron/network HTTP/1.1" 200 799 0.009362 10.0.0.23 - - [2026-01-29 04:18:36] "POST /id-to-fqname HTTP/1.1" 200 214 0.001206 10.0.0.23 - - [2026-01-29 04:18:36] "GET /virtual-network/125985fa-4b0d-4c1b-946f-7844d791916e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2002 0.005574 10.0.0.23 - - [2026-01-29 04:18:36] "GET /virtual-network/125985fa-4b0d-4c1b-946f-7844d791916e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2002 0.006033 10.0.0.23 - - [2026-01-29 04:18:36] "POST /neutron/subnet HTTP/1.1" 200 701 0.009821 10.0.0.23 - - [2026-01-29 04:18:36] "POST /fqname-to-id HTTP/1.1" 404 239 0.002845 10.0.0.23 - - [2026-01-29 04:18:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003068 10.0.0.240 - - [2026-01-29 04:18:36] "GET /projects?obj_uuids=16b65518-deb3-4e05-a3fb-9d276eda9dfe&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001136 10.0.0.23 - - [2026-01-29 04:18:36] "GET /project/16b65518-deb3-4e05-a3fb-9d276eda9dfe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.043142 10.0.0.23 - - [2026-01-29 04:18:36] "POST /network-policys HTTP/1.1" 200 589 0.029249 10.0.0.23 - - [2026-01-29 04:18:36] "GET /network-policy/f0559c99-f284-4661-ba6b-224d809ef067?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2163 0.006474 10.0.0.23 - - [2026-01-29 04:18:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003337 10.0.0.23 - - [2026-01-29 04:18:36] "GET /virtual-network/68a8741f-6495-4401-827f-ae6a8387803d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2001 0.006261 10.0.0.23 - - [2026-01-29 04:18:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.002969 10.0.0.23 - - [2026-01-29 04:18:36] "GET /network-policy/f0559c99-f284-4661-ba6b-224d809ef067?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2163 0.004526 10.0.0.147 - - [2026-01-29 04:18:36] "POST /fqname-to-id HTTP/1.1" 404 210 0.004345 10.0.0.23 - - [2026-01-29 04:18:36] "POST /ref-update HTTP/1.1" 200 156 0.055845 10.0.0.23 - - [2026-01-29 04:18:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.006377 10.0.0.23 - - [2026-01-29 04:18:36] "GET /network-policy/f0559c99-f284-4661-ba6b-224d809ef067?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2163 0.004562 10.0.0.23 - - [2026-01-29 04:18:36] "GET /virtual-network/68a8741f-6495-4401-827f-ae6a8387803d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2336 0.007504 10.0.0.23 - - [2026-01-29 04:18:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.002898 10.0.0.23 - - [2026-01-29 04:18:36] "GET /network-policy/f0559c99-f284-4661-ba6b-224d809ef067?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2163 0.004264 10.0.0.23 - - [2026-01-29 04:18:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003323 10.0.0.23 - - [2026-01-29 04:18:36] "GET /virtual-network/125985fa-4b0d-4c1b-946f-7844d791916e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2002 0.007397 10.0.0.23 - - [2026-01-29 04:18:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003442 10.0.0.23 - - [2026-01-29 04:18:36] "GET /network-policy/f0559c99-f284-4661-ba6b-224d809ef067?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2163 0.004780 10.0.0.23 - - [2026-01-29 04:18:36] "POST /ref-update HTTP/1.1" 200 156 0.050750 10.0.0.147 - - [2026-01-29 04:18:36] "POST /access-control-lists HTTP/1.1" 200 556 0.033754 10.0.0.23 - - [2026-01-29 04:18:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.005287 10.0.0.23 - - [2026-01-29 04:18:37] "GET /network-policy/f0559c99-f284-4661-ba6b-224d809ef067?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2163 0.004471 10.0.0.23 - - [2026-01-29 04:18:37] "GET /virtual-network/125985fa-4b0d-4c1b-946f-7844d791916e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2337 0.013969 10.0.0.23 - - [2026-01-29 04:18:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.006770 10.0.0.23 - - [2026-01-29 04:18:37] "GET /network-policy/f0559c99-f284-4661-ba6b-224d809ef067?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2163 0.004302 10.0.0.23 - - [2026-01-29 04:18:37] "POST /id-to-fqname HTTP/1.1" 200 214 0.001195 10.0.0.23 - - [2026-01-29 04:18:37] "POST /neutron/port HTTP/1.1" 200 2280 0.027018 10.0.0.240 - - [2026-01-29 04:18:38] "GET /projects?obj_uuids=16b65518-deb3-4e05-a3fb-9d276eda9dfe&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001073 10.0.0.23 - - [2026-01-29 04:18:38] "GET /project/16b65518-deb3-4e05-a3fb-9d276eda9dfe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.080037 10.0.0.23 - - [2026-01-29 04:18:38] "POST /neutron/network HTTP/1.1" 200 912 0.007204 10.0.0.23 - - [2026-01-29 04:18:38] "POST /neutron/port HTTP/1.1" 200 117 0.007215 10.0.0.23 - - [2026-01-29 04:18:38] "POST /id-to-fqname HTTP/1.1" 200 214 0.001464 10.0.0.23 - - [2026-01-29 04:18:38] "POST /neutron/network HTTP/1.1" 200 922 0.007061 10.0.0.23 - - [2026-01-29 04:18:39] "POST /neutron/port HTTP/1.1" 200 1063 0.050940 10.0.0.240 - - [2026-01-29 04:18:39] "GET /projects?obj_uuids=16b65518-deb3-4e05-a3fb-9d276eda9dfe&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.002726 10.0.0.23 - - [2026-01-29 04:18:39] "GET /project/16b65518-deb3-4e05-a3fb-9d276eda9dfe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.096301 10.0.0.23 - - [2026-01-29 04:18:39] "POST /neutron/port HTTP/1.1" 200 1127 0.044169 10.0.0.23 - - [2026-01-29 04:18:39] "POST /neutron/subnet HTTP/1.1" 200 675 0.009219 10.0.0.23 - - [2026-01-29 04:18:39] "POST /neutron/port HTTP/1.1" 200 3254 0.031657 10.0.0.23 - - [2026-01-29 04:18:39] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 900 0.004455 10.0.0.23 - - [2026-01-29 04:18:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.004919 10.0.0.23 - - [2026-01-29 04:18:39] "GET /bgp-router/29faa239-1694-4c17-a3d5-30143f8d2c89?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2843 0.005581 10.0.0.23 - - [2026-01-29 04:18:40] "POST /neutron/network HTTP/1.1" 200 922 0.008717 10.0.0.147 - - [2026-01-29 04:18:40] "PUT /access-control-list/80dd5256-5fa3-4827-aa38-32d7804f166b HTTP/1.1" 200 273 0.027393 10.0.0.23 - - [2026-01-29 04:18:40] "POST /neutron/port HTTP/1.1" 200 1063 0.022745 10.0.0.23 - - [2026-01-29 04:18:40] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004390 10.0.0.23 - - [2026-01-29 04:18:40] "POST /neutron/network HTTP/1.1" 200 912 0.007018 10.0.0.23 - - [2026-01-29 04:18:41] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 900 0.004070 10.0.0.23 - - [2026-01-29 04:18:41] "GET /bgp-router/29faa239-1694-4c17-a3d5-30143f8d2c89?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2843 0.004360 10.0.0.23 - - [2026-01-29 04:18:41] "GET /bgp-router/29faa239-1694-4c17-a3d5-30143f8d2c89?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2843 0.004449 10.0.0.23 - - [2026-01-29 04:18:41] "PUT /bgp-router/29faa239-1694-4c17-a3d5-30143f8d2c89 HTTP/1.1" 200 255 0.032611 10.0.0.23 - - [2026-01-29 04:18:41] "PUT /bgp-router/29faa239-1694-4c17-a3d5-30143f8d2c89 HTTP/1.1" 200 255 0.042621 10.0.0.23 - - [2026-01-29 04:18:41] "GET /bgp-router/d43622cd-951a-4c4d-8155-6a4cb98db41a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2843 0.005923 10.0.0.23 - - [2026-01-29 04:18:41] "GET /bgp-router/d43622cd-951a-4c4d-8155-6a4cb98db41a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2843 0.004652 10.0.0.23 - - [2026-01-29 04:18:41] "PUT /bgp-router/d43622cd-951a-4c4d-8155-6a4cb98db41a HTTP/1.1" 200 255 0.025273 10.0.0.23 - - [2026-01-29 04:18:41] "PUT /bgp-router/d43622cd-951a-4c4d-8155-6a4cb98db41a HTTP/1.1" 200 255 0.031257 10.0.0.23 - - [2026-01-29 04:18:41] "GET /bgp-router/260c6092-5288-4d92-bc90-6de678d0bc64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.006340 10.0.0.23 - - [2026-01-29 04:18:41] "GET /bgp-router/260c6092-5288-4d92-bc90-6de678d0bc64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.006521 10.0.0.23 - - [2026-01-29 04:18:41] "PUT /bgp-router/260c6092-5288-4d92-bc90-6de678d0bc64 HTTP/1.1" 200 255 0.035561 10.0.0.23 - - [2026-01-29 04:18:41] "PUT /bgp-router/260c6092-5288-4d92-bc90-6de678d0bc64 HTTP/1.1" 200 255 0.037957 10.0.0.23 - - [2026-01-29 04:18:41] "GET /bgp-router/29faa239-1694-4c17-a3d5-30143f8d2c89?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2843 0.004925 10.0.0.23 - - [2026-01-29 04:18:41] "GET /bgp-router/29faa239-1694-4c17-a3d5-30143f8d2c89?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2843 0.005605 10.0.0.23 - - [2026-01-29 04:18:41] "PUT /bgp-router/29faa239-1694-4c17-a3d5-30143f8d2c89 HTTP/1.1" 200 255 0.034553 10.0.0.23 - - [2026-01-29 04:18:41] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 900 0.003687 10.0.0.23 - - [2026-01-29 04:18:41] "GET /bgp-router/29faa239-1694-4c17-a3d5-30143f8d2c89?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2843 0.005390 10.0.0.23 - - [2026-01-29 04:18:41] "GET /bgp-router/29faa239-1694-4c17-a3d5-30143f8d2c89?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2843 0.004432 10.0.0.23 - - [2026-01-29 04:18:41] "PUT /bgp-router/29faa239-1694-4c17-a3d5-30143f8d2c89 HTTP/1.1" 200 255 0.027512 10.0.0.23 - - [2026-01-29 04:18:42] "PUT /bgp-router/29faa239-1694-4c17-a3d5-30143f8d2c89 HTTP/1.1" 200 255 0.044648 10.0.0.23 - - [2026-01-29 04:18:42] "GET /bgp-router/d43622cd-951a-4c4d-8155-6a4cb98db41a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2843 0.006560 10.0.0.23 - - [2026-01-29 04:18:42] "GET /bgp-router/d43622cd-951a-4c4d-8155-6a4cb98db41a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2843 0.005677 10.0.0.23 - - [2026-01-29 04:18:42] "PUT /bgp-router/d43622cd-951a-4c4d-8155-6a4cb98db41a HTTP/1.1" 200 255 0.032301 10.0.0.23 - - [2026-01-29 04:18:42] "PUT /bgp-router/d43622cd-951a-4c4d-8155-6a4cb98db41a HTTP/1.1" 200 255 0.043530 10.0.0.23 - - [2026-01-29 04:18:42] "GET /bgp-router/260c6092-5288-4d92-bc90-6de678d0bc64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.004755 10.0.0.23 - - [2026-01-29 04:18:42] "GET /bgp-router/260c6092-5288-4d92-bc90-6de678d0bc64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.004580 10.0.0.23 - - [2026-01-29 04:18:42] "PUT /bgp-router/260c6092-5288-4d92-bc90-6de678d0bc64 HTTP/1.1" 200 255 0.031421 10.0.0.23 - - [2026-01-29 04:18:42] "PUT /bgp-router/260c6092-5288-4d92-bc90-6de678d0bc64 HTTP/1.1" 200 255 0.035760 10.0.0.23 - - [2026-01-29 04:18:42] "GET /bgp-router/d43622cd-951a-4c4d-8155-6a4cb98db41a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2843 0.009531 10.0.0.23 - - [2026-01-29 04:18:42] "GET /bgp-router/d43622cd-951a-4c4d-8155-6a4cb98db41a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2843 0.005101 10.0.0.23 - - [2026-01-29 04:18:42] "PUT /bgp-router/d43622cd-951a-4c4d-8155-6a4cb98db41a HTTP/1.1" 200 255 0.022865 10.0.0.23 - - [2026-01-29 04:18:42] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 900 0.006354 10.0.0.23 - - [2026-01-29 04:18:42] "GET /bgp-router/29faa239-1694-4c17-a3d5-30143f8d2c89?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2843 0.007564 10.0.0.23 - - [2026-01-29 04:18:42] "GET /bgp-router/29faa239-1694-4c17-a3d5-30143f8d2c89?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2843 0.007218 10.0.0.23 - - [2026-01-29 04:18:42] "PUT /bgp-router/29faa239-1694-4c17-a3d5-30143f8d2c89 HTTP/1.1" 200 255 0.033343 10.0.0.23 - - [2026-01-29 04:18:42] "PUT /bgp-router/29faa239-1694-4c17-a3d5-30143f8d2c89 HTTP/1.1" 200 255 0.037330 10.0.0.23 - - [2026-01-29 04:18:42] "GET /bgp-router/d43622cd-951a-4c4d-8155-6a4cb98db41a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2843 0.006564 10.0.0.23 - - [2026-01-29 04:18:42] "GET /bgp-router/d43622cd-951a-4c4d-8155-6a4cb98db41a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2843 0.005157 10.0.0.23 - - [2026-01-29 04:18:42] "PUT /bgp-router/d43622cd-951a-4c4d-8155-6a4cb98db41a HTTP/1.1" 200 255 0.039157 10.0.0.23 - - [2026-01-29 04:18:42] "PUT /bgp-router/d43622cd-951a-4c4d-8155-6a4cb98db41a HTTP/1.1" 200 255 0.038303 10.0.0.23 - - [2026-01-29 04:18:42] "GET /bgp-router/260c6092-5288-4d92-bc90-6de678d0bc64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.005321 10.0.0.23 - - [2026-01-29 04:18:42] "GET /bgp-router/260c6092-5288-4d92-bc90-6de678d0bc64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.005883 10.0.0.23 - - [2026-01-29 04:18:43] "PUT /bgp-router/260c6092-5288-4d92-bc90-6de678d0bc64 HTTP/1.1" 200 255 0.031315 10.0.0.23 - - [2026-01-29 04:18:43] "PUT /bgp-router/260c6092-5288-4d92-bc90-6de678d0bc64 HTTP/1.1" 200 255 0.041553 10.0.0.23 - - [2026-01-29 04:18:43] "GET /bgp-router/260c6092-5288-4d92-bc90-6de678d0bc64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.005433 10.0.0.23 - - [2026-01-29 04:18:43] "GET /bgp-router/260c6092-5288-4d92-bc90-6de678d0bc64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.008647 10.0.0.23 - - [2026-01-29 04:18:43] "PUT /bgp-router/260c6092-5288-4d92-bc90-6de678d0bc64 HTTP/1.1" 200 255 0.018021 10.0.0.23 - - [2026-01-29 04:18:43] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 900 0.003724 10.0.0.23 - - [2026-01-29 04:18:43] "GET /bgp-router/29faa239-1694-4c17-a3d5-30143f8d2c89?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2843 0.005323 10.0.0.23 - - [2026-01-29 04:18:43] "GET /bgp-router/29faa239-1694-4c17-a3d5-30143f8d2c89?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2843 0.004248 10.0.0.23 - - [2026-01-29 04:18:43] "PUT /bgp-router/29faa239-1694-4c17-a3d5-30143f8d2c89 HTTP/1.1" 200 255 0.029230 10.0.0.23 - - [2026-01-29 04:18:43] "PUT /bgp-router/29faa239-1694-4c17-a3d5-30143f8d2c89 HTTP/1.1" 200 255 0.033636 10.0.0.23 - - [2026-01-29 04:18:43] "GET /bgp-router/d43622cd-951a-4c4d-8155-6a4cb98db41a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2906 0.005164 10.0.0.23 - - [2026-01-29 04:18:43] "GET /bgp-router/d43622cd-951a-4c4d-8155-6a4cb98db41a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2906 0.005001 10.0.0.23 - - [2026-01-29 04:18:43] "PUT /bgp-router/d43622cd-951a-4c4d-8155-6a4cb98db41a HTTP/1.1" 200 255 0.029783 10.0.0.23 - - [2026-01-29 04:18:43] "PUT /bgp-router/d43622cd-951a-4c4d-8155-6a4cb98db41a HTTP/1.1" 200 255 0.039274 10.0.0.23 - - [2026-01-29 04:18:43] "GET /bgp-router/260c6092-5288-4d92-bc90-6de678d0bc64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2967 0.006257 10.0.0.23 - - [2026-01-29 04:18:43] "GET /bgp-router/260c6092-5288-4d92-bc90-6de678d0bc64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2967 0.007831 10.0.0.23 - - [2026-01-29 04:18:43] "PUT /bgp-router/260c6092-5288-4d92-bc90-6de678d0bc64 HTTP/1.1" 200 255 0.040930 10.0.0.23 - - [2026-01-29 04:18:43] "PUT /bgp-router/260c6092-5288-4d92-bc90-6de678d0bc64 HTTP/1.1" 200 255 0.056066 10.0.0.23 - - [2026-01-29 04:18:44] "POST /neutron/network HTTP/1.1" 200 1072 0.008759 10.0.0.23 - - [2026-01-29 04:18:44] "POST /neutron/subnet HTTP/1.1" 200 1277 0.018045 10.0.0.23 - - [2026-01-29 04:18:44] "POST /neutron/network HTTP/1.1" 200 1062 0.012536 10.0.0.23 - - [2026-01-29 04:18:47] "POST /neutron/network HTTP/1.1" 200 1070 0.007718 10.0.0.23 - - [2026-01-29 04:18:47] "POST /neutron/subnet HTTP/1.1" 200 1268 0.014341 10.0.0.23 - - [2026-01-29 04:18:47] "POST /neutron/network HTTP/1.1" 200 1060 0.010394 10.0.0.23 - - [2026-01-29 04:18:51] "POST /neutron/port HTTP/1.1" 200 1127 0.026780 10.0.0.23 - - [2026-01-29 04:18:53] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 900 0.004083 10.0.0.23 - - [2026-01-29 04:18:53] "GET /bgp-router/29faa239-1694-4c17-a3d5-30143f8d2c89?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2969 0.004816 10.0.0.23 - - [2026-01-29 04:18:53] "GET /bgp-router/29faa239-1694-4c17-a3d5-30143f8d2c89?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2969 0.004179 10.0.0.23 - - [2026-01-29 04:18:53] "PUT /bgp-router/29faa239-1694-4c17-a3d5-30143f8d2c89 HTTP/1.1" 200 255 0.026623 10.0.0.23 - - [2026-01-29 04:18:53] "PUT /bgp-router/29faa239-1694-4c17-a3d5-30143f8d2c89 HTTP/1.1" 200 255 0.043575 10.0.0.23 - - [2026-01-29 04:18:54] "GET /bgp-router/d43622cd-951a-4c4d-8155-6a4cb98db41a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2906 0.005296 10.0.0.23 - - [2026-01-29 04:18:54] "GET /bgp-router/d43622cd-951a-4c4d-8155-6a4cb98db41a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2906 0.006950 10.0.0.23 - - [2026-01-29 04:18:54] "PUT /bgp-router/d43622cd-951a-4c4d-8155-6a4cb98db41a HTTP/1.1" 200 255 0.034758 10.0.0.23 - - [2026-01-29 04:18:54] "PUT /bgp-router/d43622cd-951a-4c4d-8155-6a4cb98db41a HTTP/1.1" 200 255 0.035773 10.0.0.23 - - [2026-01-29 04:18:54] "GET /bgp-router/260c6092-5288-4d92-bc90-6de678d0bc64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.005502 10.0.0.23 - - [2026-01-29 04:18:54] "GET /bgp-router/260c6092-5288-4d92-bc90-6de678d0bc64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.004992 10.0.0.23 - - [2026-01-29 04:18:54] "PUT /bgp-router/260c6092-5288-4d92-bc90-6de678d0bc64 HTTP/1.1" 200 255 0.042312 10.0.0.23 - - [2026-01-29 04:18:54] "PUT /bgp-router/260c6092-5288-4d92-bc90-6de678d0bc64 HTTP/1.1" 200 255 0.039031 10.0.0.23 - - [2026-01-29 04:18:54] "GET /bgp-router/29faa239-1694-4c17-a3d5-30143f8d2c89?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2843 0.007994 10.0.0.23 - - [2026-01-29 04:18:54] "GET /bgp-router/29faa239-1694-4c17-a3d5-30143f8d2c89?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2843 0.004779 10.0.0.23 - - [2026-01-29 04:18:54] "PUT /bgp-router/29faa239-1694-4c17-a3d5-30143f8d2c89 HTTP/1.1" 200 255 0.038835 10.0.0.23 - - [2026-01-29 04:18:54] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 900 0.003773 10.0.0.23 - - [2026-01-29 04:18:54] "GET /bgp-router/29faa239-1694-4c17-a3d5-30143f8d2c89?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2843 0.005112 10.0.0.23 - - [2026-01-29 04:18:54] "GET /bgp-router/29faa239-1694-4c17-a3d5-30143f8d2c89?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2843 0.004448 10.0.0.23 - - [2026-01-29 04:18:54] "PUT /bgp-router/29faa239-1694-4c17-a3d5-30143f8d2c89 HTTP/1.1" 200 255 0.025506 10.0.0.23 - - [2026-01-29 04:18:54] "PUT /bgp-router/29faa239-1694-4c17-a3d5-30143f8d2c89 HTTP/1.1" 200 255 0.031738 10.0.0.23 - - [2026-01-29 04:18:54] "GET /bgp-router/d43622cd-951a-4c4d-8155-6a4cb98db41a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2843 0.005093 10.0.0.23 - - [2026-01-29 04:18:54] "GET /bgp-router/d43622cd-951a-4c4d-8155-6a4cb98db41a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2843 0.005836 10.0.0.23 - - [2026-01-29 04:18:54] "PUT /bgp-router/d43622cd-951a-4c4d-8155-6a4cb98db41a HTTP/1.1" 200 255 0.037938 10.0.0.23 - - [2026-01-29 04:18:54] "PUT /bgp-router/d43622cd-951a-4c4d-8155-6a4cb98db41a HTTP/1.1" 200 255 0.033851 10.0.0.23 - - [2026-01-29 04:18:54] "GET /bgp-router/260c6092-5288-4d92-bc90-6de678d0bc64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.008499 10.0.0.23 - - [2026-01-29 04:18:54] "GET /bgp-router/260c6092-5288-4d92-bc90-6de678d0bc64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.011982 10.0.0.23 - - [2026-01-29 04:18:54] "PUT /bgp-router/260c6092-5288-4d92-bc90-6de678d0bc64 HTTP/1.1" 200 255 0.042302 10.0.0.23 - - [2026-01-29 04:18:55] "PUT /bgp-router/260c6092-5288-4d92-bc90-6de678d0bc64 HTTP/1.1" 200 255 0.055958 10.0.0.23 - - [2026-01-29 04:18:55] "GET /bgp-router/d43622cd-951a-4c4d-8155-6a4cb98db41a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2843 0.008357 10.0.0.23 - - [2026-01-29 04:18:55] "GET /bgp-router/d43622cd-951a-4c4d-8155-6a4cb98db41a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2843 0.010048 10.0.0.23 - - [2026-01-29 04:18:55] "PUT /bgp-router/d43622cd-951a-4c4d-8155-6a4cb98db41a HTTP/1.1" 200 255 0.023434 10.0.0.23 - - [2026-01-29 04:18:55] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 900 0.003643 10.0.0.23 - - [2026-01-29 04:18:55] "GET /bgp-router/29faa239-1694-4c17-a3d5-30143f8d2c89?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2843 0.005876 10.0.0.23 - - [2026-01-29 04:18:55] "GET /bgp-router/29faa239-1694-4c17-a3d5-30143f8d2c89?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2843 0.005018 10.0.0.23 - - [2026-01-29 04:18:55] "PUT /bgp-router/29faa239-1694-4c17-a3d5-30143f8d2c89 HTTP/1.1" 200 255 0.026018 10.0.0.23 - - [2026-01-29 04:18:55] "PUT /bgp-router/29faa239-1694-4c17-a3d5-30143f8d2c89 HTTP/1.1" 200 255 0.040704 10.0.0.23 - - [2026-01-29 04:18:55] "GET /bgp-router/d43622cd-951a-4c4d-8155-6a4cb98db41a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2843 0.007463 10.0.0.23 - - [2026-01-29 04:18:55] "GET /bgp-router/d43622cd-951a-4c4d-8155-6a4cb98db41a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2843 0.004834 10.0.0.23 - - [2026-01-29 04:18:55] "PUT /bgp-router/d43622cd-951a-4c4d-8155-6a4cb98db41a HTTP/1.1" 200 255 0.048836 10.0.0.23 - - [2026-01-29 04:18:55] "PUT /bgp-router/d43622cd-951a-4c4d-8155-6a4cb98db41a HTTP/1.1" 200 255 0.036899 10.0.0.23 - - [2026-01-29 04:18:55] "GET /bgp-router/260c6092-5288-4d92-bc90-6de678d0bc64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.007045 10.0.0.23 - - [2026-01-29 04:18:55] "GET /bgp-router/260c6092-5288-4d92-bc90-6de678d0bc64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.004672 10.0.0.23 - - [2026-01-29 04:18:55] "PUT /bgp-router/260c6092-5288-4d92-bc90-6de678d0bc64 HTTP/1.1" 200 255 0.050649 10.0.0.23 - - [2026-01-29 04:18:55] "PUT /bgp-router/260c6092-5288-4d92-bc90-6de678d0bc64 HTTP/1.1" 200 255 0.046047 10.0.0.23 - - [2026-01-29 04:18:55] "GET /bgp-router/260c6092-5288-4d92-bc90-6de678d0bc64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.008036 10.0.0.23 - - [2026-01-29 04:18:55] "GET /bgp-router/260c6092-5288-4d92-bc90-6de678d0bc64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.009128 10.0.0.23 - - [2026-01-29 04:18:55] "PUT /bgp-router/260c6092-5288-4d92-bc90-6de678d0bc64 HTTP/1.1" 200 255 0.027941 10.0.0.23 - - [2026-01-29 04:18:56] "POST /ref-update HTTP/1.1" 200 156 0.070642 10.0.0.23 - - [2026-01-29 04:18:56] "GET /virtual-network/125985fa-4b0d-4c1b-946f-7844d791916e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2002 0.021348 10.0.0.23 - - [2026-01-29 04:18:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004001 10.0.0.23 - - [2026-01-29 04:18:56] "GET /network-policy/f0559c99-f284-4661-ba6b-224d809ef067?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2163 0.005322 10.0.0.23 - - [2026-01-29 04:18:56] "POST /ref-update HTTP/1.1" 200 156 0.086426 10.0.0.147 - - [2026-01-29 04:18:56] "DELETE /access-control-list/e0c00bc7-c87b-4767-986a-2486e84a7fb2 HTTP/1.1" 200 115 0.064143 10.0.0.23 - - [2026-01-29 04:18:56] "POST /neutron/network HTTP/1.1" 200 799 0.021382 10.0.0.23 - - [2026-01-29 04:18:56] "GET /virtual-network/68a8741f-6495-4401-827f-ae6a8387803d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2001 0.008194 10.0.0.23 - - [2026-01-29 04:18:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.009791 10.0.0.23 - - [2026-01-29 04:18:56] "GET /network-policy/f0559c99-f284-4661-ba6b-224d809ef067?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2163 0.004840 10.0.0.23 - - [2026-01-29 04:18:56] "DELETE /network-policy/f0559c99-f284-4661-ba6b-224d809ef067 HTTP/1.1" 200 115 0.034884 10.0.0.23 - - [2026-01-29 04:18:56] "POST /neutron/network HTTP/1.1" 400 204 0.018678 10.0.0.23 - - [2026-01-29 04:18:56] "POST /neutron/port HTTP/1.1" 200 151 0.169001 10.0.0.23 - - [2026-01-29 04:18:58] "POST /neutron/network HTTP/1.1" 200 799 0.009521 10.0.0.147 - - [2026-01-29 04:18:58] "DELETE /route-target/ee6b01ce-d8d7-479c-9ffd-aa133712fe7f HTTP/1.1" 200 115 0.021027 10.0.0.240 - - [2026-01-29 04:18:59] "POST /useragent-kv HTTP/1.1" 200 115 0.005223 10.0.0.240 - - [2026-01-29 04:18:59] "POST /useragent-kv HTTP/1.1" 200 115 0.004310 10.0.0.23 - - [2026-01-29 04:18:59] "POST /neutron/network HTTP/1.1" 200 151 0.138685 10.0.0.147 - - [2026-01-29 04:18:59] "POST /fqname-to-id HTTP/1.1" 404 207 0.011555 10.0.0.23 - - [2026-01-29 04:18:59] "POST /ref-update HTTP/1.1" 200 156 0.078413 10.0.0.147 - - [2026-01-29 04:18:59] "DELETE /access-control-list/462ddeb9-1b40-45c3-8a9e-dc13ef7912de HTTP/1.1" 200 115 0.051326 10.0.0.23 - - [2026-01-29 04:18:59] "GET /virtual-network/d4f143f7-2914-4f32-9014-53b378a89420?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2560 0.013094 10.0.0.23 - - [2026-01-29 04:18:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.004584 10.0.0.23 - - [2026-01-29 04:18:59] "GET /network-policy/9e6cc267-3789-4f59-84e6-038e6dfd15f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2097 0.004204 10.0.0.23 - - [2026-01-29 04:18:59] "POST /ref-update HTTP/1.1" 200 156 0.053716 10.0.0.147 - - [2026-01-29 04:18:59] "POST /ref-update HTTP/1.1" 200 156 0.035547 10.0.0.23 - - [2026-01-29 04:18:59] "GET /virtual-network/97af4bb9-971e-4677-ad44-bae585c03f3e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2566 0.035317 10.0.0.23 - - [2026-01-29 04:18:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.007123 10.0.0.23 - - [2026-01-29 04:18:59] "GET /network-policy/9e6cc267-3789-4f59-84e6-038e6dfd15f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2097 0.004589 10.0.0.23 - - [2026-01-29 04:18:59] "DELETE /network-policy/9e6cc267-3789-4f59-84e6-038e6dfd15f3 HTTP/1.1" 200 115 0.043287 10.0.0.23 - - [2026-01-29 04:18:59] "POST /neutron/network HTTP/1.1" 200 974 0.010556 10.0.0.23 - - [2026-01-29 04:19:00] "POST /neutron/port HTTP/1.1" 200 1206 0.025640 10.0.0.23 - - [2026-01-29 04:19:00] "POST /neutron/port HTTP/1.1" 200 1208 0.019221 10.0.0.240 - - [2026-01-29 04:19:01] "POST /useragent-kv HTTP/1.1" 200 115 0.004126 10.0.0.240 - - [2026-01-29 04:19:01] "POST /useragent-kv HTTP/1.1" 200 115 0.003294 10.0.0.240 - - [2026-01-29 04:19:01] "POST /useragent-kv HTTP/1.1" 200 115 0.002784 10.0.0.240 - - [2026-01-29 04:19:01] "POST /useragent-kv HTTP/1.1" 200 115 0.002386 10.0.0.23 - - [2026-01-29 04:19:01] "POST /neutron/network HTTP/1.1" 200 151 0.151896 10.0.0.147 - - [2026-01-29 04:19:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004588 10.0.0.23 - - [2026-01-29 04:19:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004364 10.0.0.240 - - [2026-01-29 04:19:03] "GET /projects?obj_uuids=16b65518-deb3-4e05-a3fb-9d276eda9dfe&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001040 10.0.0.23 - - [2026-01-29 04:19:03] "GET /project/16b65518-deb3-4e05-a3fb-9d276eda9dfe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.042015 10.0.0.23 - - [2026-01-29 04:19:03] "POST /neutron/network HTTP/1.1" 200 117 0.014899 10.0.0.147 - - [2026-01-29 04:19:03] "POST /ref-update HTTP/1.1" 200 156 0.031676 10.0.0.147 - - [2026-01-29 04:19:04] "POST /fqname-to-id HTTP/1.1" 404 207 0.015865 10.0.0.240 - - [2026-01-29 04:19:04] "POST /useragent-kv HTTP/1.1" 200 115 0.006445 10.0.0.23 - - [2026-01-29 04:19:04] "POST /neutron/subnet HTTP/1.1" 200 725 0.201658 10.0.0.23 - - [2026-01-29 04:19:04] "POST /id-to-fqname HTTP/1.1" 200 222 0.001421 10.0.0.23 - - [2026-01-29 04:19:04] "GET /virtual-network/e7a16d4d-24aa-47cb-ba3d-8b0f1dec8932?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2563 0.008140 10.0.0.23 - - [2026-01-29 04:19:04] "GET /virtual-network/e7a16d4d-24aa-47cb-ba3d-8b0f1dec8932?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2563 0.005949 10.0.0.23 - - [2026-01-29 04:19:04] "POST /neutron/network HTTP/1.1" 200 975 0.010671 10.0.0.23 - - [2026-01-29 04:19:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003746 10.0.0.240 - - [2026-01-29 04:19:04] "GET /projects?obj_uuids=16b65518-deb3-4e05-a3fb-9d276eda9dfe&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000943 10.0.0.23 - - [2026-01-29 04:19:04] "GET /project/16b65518-deb3-4e05-a3fb-9d276eda9dfe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.038131 10.0.0.23 - - [2026-01-29 04:19:04] "POST /neutron/network HTTP/1.1" 200 117 0.015144 10.0.0.240 - - [2026-01-29 04:19:04] "POST /useragent-kv HTTP/1.1" 200 115 0.008548 10.0.0.23 - - [2026-01-29 04:19:04] "POST /neutron/subnet HTTP/1.1" 200 715 0.221437 10.0.0.23 - - [2026-01-29 04:19:05] "POST /id-to-fqname HTTP/1.1" 200 222 0.001535 10.0.0.23 - - [2026-01-29 04:19:05] "GET /virtual-network/e1006c16-f409-46ba-8174-e0349c921a0b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2556 0.006567 10.0.0.23 - - [2026-01-29 04:19:05] "GET /virtual-network/e1006c16-f409-46ba-8174-e0349c921a0b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2556 0.005785 10.0.0.23 - - [2026-01-29 04:19:05] "POST /neutron/network HTTP/1.1" 200 973 0.016486 10.0.0.23 - - [2026-01-29 04:19:05] "POST /id-to-fqname HTTP/1.1" 200 222 0.001567 10.0.0.23 - - [2026-01-29 04:19:05] "POST /neutron/network HTTP/1.1" 200 985 0.007203 10.0.0.240 - - [2026-01-29 04:19:05] "GET /projects?obj_uuids=16b65518-deb3-4e05-a3fb-9d276eda9dfe&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001664 10.0.0.23 - - [2026-01-29 04:19:05] "GET /project/16b65518-deb3-4e05-a3fb-9d276eda9dfe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.071306 10.0.0.23 - - [2026-01-29 04:19:06] "POST /neutron/port HTTP/1.1" 200 117 0.014863 10.0.0.23 - - [2026-01-29 04:19:06] "POST /id-to-fqname HTTP/1.1" 200 222 0.003697 10.0.0.23 - - [2026-01-29 04:19:06] "POST /neutron/network HTTP/1.1" 200 985 0.009063 10.0.0.23 - - [2026-01-29 04:19:07] "POST /neutron/port HTTP/1.1" 200 1153 0.024670 10.0.0.240 - - [2026-01-29 04:19:07] "GET /projects?obj_uuids=16b65518-deb3-4e05-a3fb-9d276eda9dfe&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001086 10.0.0.23 - - [2026-01-29 04:19:07] "GET /project/16b65518-deb3-4e05-a3fb-9d276eda9dfe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.095792 10.0.0.23 - - [2026-01-29 04:19:07] "POST /neutron/network HTTP/1.1" 200 973 0.017011 10.0.0.23 - - [2026-01-29 04:19:07] "POST /neutron/subnet HTTP/1.1" 200 1273 0.019739 10.0.0.23 - - [2026-01-29 04:19:07] "POST /neutron/network HTTP/1.1" 200 975 0.014302 10.0.0.23 - - [2026-01-29 04:19:07] "POST /neutron/port HTTP/1.1" 200 117 0.009479 10.0.0.23 - - [2026-01-29 04:19:08] "POST /neutron/network HTTP/1.1" 200 983 0.008250 10.0.0.23 - - [2026-01-29 04:19:08] "POST /neutron/port HTTP/1.1" 200 1151 0.035603 10.0.0.23 - - [2026-01-29 04:19:08] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004352 10.0.0.23 - - [2026-01-29 04:19:08] "POST /neutron/port HTTP/1.1" 200 117 0.001503 10.0.0.147 - - [2026-01-29 04:19:09] "DELETE /access-control-list/f2433b40-c8c8-4d47-bdb1-35843b9fcd0f HTTP/1.1" 200 115 0.040131 10.0.0.240 - - [2026-01-29 04:19:09] "DELETE /project/cbc81cd6-8f03-4249-9c0c-7e1a3ea87710 HTTP/1.1" 404 177 0.004671 10.0.0.240 - - [2026-01-29 04:19:09] "DELETE /project/16b65518deb34e05a3fb9d276eda9dfe HTTP/1.1" 404 173 0.004210 10.0.0.23 - - [2026-01-29 04:19:12] "POST /neutron/port HTTP/1.1" 200 1217 0.020047 10.0.0.23 - - [2026-01-29 04:19:12] "POST /neutron/security_group HTTP/1.1" 200 2066 0.010782 10.0.0.23 - - [2026-01-29 04:19:13] "GET /virtual-machine/0f92db4f-fecd-44ab-9619-0119c64c785d HTTP/1.1" 200 1302 0.005981 10.0.0.23 - - [2026-01-29 04:19:13] "GET /virtual-machine-interface/77bcc988-5d26-411b-9d5a-f25c4cf285b5 HTTP/1.1" 200 3165 0.005630 10.0.0.23 - - [2026-01-29 04:19:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003634 10.0.0.23 - - [2026-01-29 04:19:13] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003620 10.0.0.23 - - [2026-01-29 04:19:13] "GET /virtual-networks?parent_id=16b65518-deb3-4e05-a3fb-9d276eda9dfe&detail=False&count=False&shared=False HTTP/1.1" 200 577 0.003268 10.0.0.23 - - [2026-01-29 04:19:13] "GET /virtual-network/e7a16d4d-24aa-47cb-ba3d-8b0f1dec8932?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2563 0.006250 10.0.0.23 - - [2026-01-29 04:19:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004901 10.0.0.23 - - [2026-01-29 04:19:16] "GET /virtual-network/e7a16d4d-24aa-47cb-ba3d-8b0f1dec8932?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2563 0.006385 10.0.0.23 - - [2026-01-29 04:19:18] "POST /neutron/port HTTP/1.1" 200 1217 0.050155 10.0.0.23 - - [2026-01-29 04:19:18] "POST /neutron/security_group HTTP/1.1" 200 2066 0.017159 10.0.0.23 - - [2026-01-29 04:19:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.005557 10.0.0.23 - - [2026-01-29 04:19:20] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005303 10.0.0.23 - - [2026-01-29 04:19:20] "GET /virtual-networks?parent_id=16b65518-deb3-4e05-a3fb-9d276eda9dfe&detail=False&count=False&shared=False HTTP/1.1" 200 577 0.005094 10.0.0.23 - - [2026-01-29 04:19:20] "GET /virtual-network/e7a16d4d-24aa-47cb-ba3d-8b0f1dec8932?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2563 0.009675 10.0.0.23 - - [2026-01-29 04:19:25] "POST /neutron/port HTTP/1.1" 200 1215 0.023297 10.0.0.23 - - [2026-01-29 04:19:26] "POST /neutron/security_group HTTP/1.1" 200 2066 0.011220 10.0.0.23 - - [2026-01-29 04:19:26] "GET /virtual-machine/cdd764a1-7e5c-4289-b44f-0567980ab172 HTTP/1.1" 200 1303 0.007159 10.0.0.23 - - [2026-01-29 04:19:26] "GET /virtual-machine-interface/b8ab196a-c77b-4df9-8b7f-e947e24a3867 HTTP/1.1" 200 3166 0.007699 10.0.0.23 - - [2026-01-29 04:19:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004539 10.0.0.23 - - [2026-01-29 04:19:26] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003839 10.0.0.23 - - [2026-01-29 04:19:26] "GET /virtual-networks?parent_id=16b65518-deb3-4e05-a3fb-9d276eda9dfe&detail=False&count=False&shared=False HTTP/1.1" 200 577 0.006510 10.0.0.23 - - [2026-01-29 04:19:26] "GET /virtual-network/e1006c16-f409-46ba-8174-e0349c921a0b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2556 0.006959 10.0.0.23 - - [2026-01-29 04:19:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004098 10.0.0.23 - - [2026-01-29 04:19:27] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004694 10.0.0.23 - - [2026-01-29 04:19:27] "GET /virtual-networks?parent_id=16b65518-deb3-4e05-a3fb-9d276eda9dfe&detail=False&count=False&shared=False HTTP/1.1" 200 577 0.003417 10.0.0.23 - - [2026-01-29 04:19:27] "GET /virtual-network/e1006c16-f409-46ba-8174-e0349c921a0b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2556 0.007062 10.0.0.23 - - [2026-01-29 04:19:27] "POST /fqname-to-id HTTP/1.1" 404 209 0.003881 10.0.0.23 - - [2026-01-29 04:19:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004153 10.0.0.240 - - [2026-01-29 04:19:27] "GET /projects?obj_uuids=16b65518-deb3-4e05-a3fb-9d276eda9dfe&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001268 10.0.0.23 - - [2026-01-29 04:19:27] "GET /project/16b65518-deb3-4e05-a3fb-9d276eda9dfe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.043902 10.0.0.23 - - [2026-01-29 04:19:27] "POST /network-policys HTTP/1.1" 200 535 0.034681 10.0.0.23 - - [2026-01-29 04:19:27] "GET /network-policy/56ddfab3-c165-4870-84eb-436de3193613?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2096 0.007628 10.0.0.23 - - [2026-01-29 04:19:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003751 10.0.0.23 - - [2026-01-29 04:19:27] "GET /virtual-network/e7a16d4d-24aa-47cb-ba3d-8b0f1dec8932?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2563 0.006618 10.0.0.23 - - [2026-01-29 04:19:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003600 10.0.0.23 - - [2026-01-29 04:19:27] "GET /network-policy/56ddfab3-c165-4870-84eb-436de3193613?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2096 0.005905 10.0.0.147 - - [2026-01-29 04:19:27] "POST /fqname-to-id HTTP/1.1" 404 207 0.003356 10.0.0.23 - - [2026-01-29 04:19:27] "POST /ref-update HTTP/1.1" 200 156 0.066489 10.0.0.23 - - [2026-01-29 04:19:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004058 10.0.0.23 - - [2026-01-29 04:19:28] "GET /network-policy/56ddfab3-c165-4870-84eb-436de3193613?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2096 0.004464 10.0.0.23 - - [2026-01-29 04:19:28] "POST /neutron/network HTTP/1.1" 200 1061 0.014221 10.0.0.23 - - [2026-01-29 04:19:28] "GET /virtual-network/e7a16d4d-24aa-47cb-ba3d-8b0f1dec8932?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2871 0.006395 10.0.0.23 - - [2026-01-29 04:19:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003492 10.0.0.23 - - [2026-01-29 04:19:28] "GET /network-policy/56ddfab3-c165-4870-84eb-436de3193613?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2096 0.004678 10.0.0.23 - - [2026-01-29 04:19:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003606 10.0.0.23 - - [2026-01-29 04:19:28] "GET /virtual-network/e1006c16-f409-46ba-8174-e0349c921a0b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2556 0.007511 10.0.0.23 - - [2026-01-29 04:19:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003978 10.0.0.23 - - [2026-01-29 04:19:28] "GET /network-policy/56ddfab3-c165-4870-84eb-436de3193613?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2096 0.004562 10.0.0.147 - - [2026-01-29 04:19:28] "POST /access-control-lists HTTP/1.1" 200 580 0.077404 10.0.0.23 - - [2026-01-29 04:19:28] "POST /ref-update HTTP/1.1" 200 156 0.090183 10.0.0.23 - - [2026-01-29 04:19:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003898 10.0.0.23 - - [2026-01-29 04:19:28] "GET /network-policy/56ddfab3-c165-4870-84eb-436de3193613?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2096 0.004862 10.0.0.147 - - [2026-01-29 04:19:28] "POST /access-control-lists HTTP/1.1" 200 580 0.077036 10.0.0.23 - - [2026-01-29 04:19:28] "GET /virtual-network/e1006c16-f409-46ba-8174-e0349c921a0b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2864 0.017646 10.0.0.23 - - [2026-01-29 04:19:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.005308 10.0.0.23 - - [2026-01-29 04:19:28] "GET /network-policy/56ddfab3-c165-4870-84eb-436de3193613?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2096 0.008428 10.0.0.23 - - [2026-01-29 04:19:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.011873 10.0.0.240 - - [2026-01-29 04:19:28] "GET /projects?obj_uuids=16b65518-deb3-4e05-a3fb-9d276eda9dfe&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001658 10.0.0.23 - - [2026-01-29 04:19:28] "GET /project/16b65518-deb3-4e05-a3fb-9d276eda9dfe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.082480 10.0.0.240 - - [2026-01-29 04:19:28] "GET /projects?obj_uuids=16b65518-deb3-4e05-a3fb-9d276eda9dfe&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001304 10.0.0.23 - - [2026-01-29 04:19:29] "POST /neutron/network HTTP/1.1" 200 585 0.191762 10.0.0.147 - - [2026-01-29 04:19:29] "POST /ref-update HTTP/1.1" 200 156 0.029147 10.0.0.23 - - [2026-01-29 04:19:29] "POST /id-to-fqname HTTP/1.1" 200 214 0.004236 10.0.0.23 - - [2026-01-29 04:19:29] "GET /virtual-network/e9f31828-8748-409a-aaad-ebab29fb5c62?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2003 0.007393 10.0.0.23 - - [2026-01-29 04:19:29] "POST /neutron/network HTTP/1.1" 200 799 0.009550 10.0.0.23 - - [2026-01-29 04:19:29] "GET /virtual-network/e9f31828-8748-409a-aaad-ebab29fb5c62?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2003 0.006282 10.0.0.23 - - [2026-01-29 04:19:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.006441 10.0.0.240 - - [2026-01-29 04:19:29] "GET /projects?obj_uuids=16b65518-deb3-4e05-a3fb-9d276eda9dfe&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001343 10.0.0.23 - - [2026-01-29 04:19:29] "GET /project/16b65518-deb3-4e05-a3fb-9d276eda9dfe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.051725 10.0.0.23 - - [2026-01-29 04:19:29] "POST /neutron/network HTTP/1.1" 200 117 0.046153 10.0.0.23 - - [2026-01-29 04:19:30] "POST /neutron/network HTTP/1.1" 200 799 0.009533 10.0.0.23 - - [2026-01-29 04:19:30] "POST /id-to-fqname HTTP/1.1" 200 214 0.001441 10.0.0.23 - - [2026-01-29 04:19:30] "GET /virtual-network/f3c73edd-8bff-43ae-a070-1971bf10a771?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2003 0.010374 10.0.0.23 - - [2026-01-29 04:19:30] "GET /virtual-network/f3c73edd-8bff-43ae-a070-1971bf10a771?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2003 0.006667 10.0.0.23 - - [2026-01-29 04:19:30] "POST /neutron/subnet HTTP/1.1" 200 701 0.011807 10.0.0.23 - - [2026-01-29 04:19:30] "POST /fqname-to-id HTTP/1.1" 404 239 0.003991 10.0.0.23 - - [2026-01-29 04:19:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003778 10.0.0.240 - - [2026-01-29 04:19:30] "GET /projects?obj_uuids=16b65518-deb3-4e05-a3fb-9d276eda9dfe&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001647 10.0.0.23 - - [2026-01-29 04:19:30] "GET /project/16b65518-deb3-4e05-a3fb-9d276eda9dfe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.071351 10.0.0.23 - - [2026-01-29 04:19:30] "POST /network-policys HTTP/1.1" 200 589 0.058659 10.0.0.23 - - [2026-01-29 04:19:30] "GET /network-policy/21a793cd-b2b9-4192-aad1-e187f6a718b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2162 0.006665 10.0.0.23 - - [2026-01-29 04:19:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004170 10.0.0.23 - - [2026-01-29 04:19:30] "GET /virtual-network/e9f31828-8748-409a-aaad-ebab29fb5c62?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2003 0.007175 10.0.0.23 - - [2026-01-29 04:19:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004382 10.0.0.23 - - [2026-01-29 04:19:30] "GET /network-policy/21a793cd-b2b9-4192-aad1-e187f6a718b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2162 0.010535 10.0.0.147 - - [2026-01-29 04:19:30] "POST /fqname-to-id HTTP/1.1" 404 210 0.005180 10.0.0.23 - - [2026-01-29 04:19:30] "POST /ref-update HTTP/1.1" 200 156 0.068648 10.0.0.23 - - [2026-01-29 04:19:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.006694 10.0.0.23 - - [2026-01-29 04:19:30] "GET /network-policy/21a793cd-b2b9-4192-aad1-e187f6a718b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2162 0.005168 10.0.0.23 - - [2026-01-29 04:19:30] "GET /virtual-network/e9f31828-8748-409a-aaad-ebab29fb5c62?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2338 0.010488 10.0.0.23 - - [2026-01-29 04:19:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004974 10.0.0.23 - - [2026-01-29 04:19:30] "GET /network-policy/21a793cd-b2b9-4192-aad1-e187f6a718b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2162 0.006730 10.0.0.23 - - [2026-01-29 04:19:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004212 10.0.0.23 - - [2026-01-29 04:19:30] "GET /virtual-network/f3c73edd-8bff-43ae-a070-1971bf10a771?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2003 0.006653 10.0.0.23 - - [2026-01-29 04:19:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003357 10.0.0.23 - - [2026-01-29 04:19:30] "GET /network-policy/21a793cd-b2b9-4192-aad1-e187f6a718b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2162 0.014266 10.0.0.23 - - [2026-01-29 04:19:31] "POST /ref-update HTTP/1.1" 200 156 0.076291 10.0.0.23 - - [2026-01-29 04:19:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003943 10.0.0.147 - - [2026-01-29 04:19:31] "POST /access-control-lists HTTP/1.1" 200 556 0.084832 10.0.0.23 - - [2026-01-29 04:19:31] "GET /network-policy/21a793cd-b2b9-4192-aad1-e187f6a718b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2162 0.010427 10.0.0.23 - - [2026-01-29 04:19:31] "GET /virtual-network/f3c73edd-8bff-43ae-a070-1971bf10a771?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2338 0.010413 10.0.0.23 - - [2026-01-29 04:19:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003434 10.0.0.23 - - [2026-01-29 04:19:31] "GET /network-policy/21a793cd-b2b9-4192-aad1-e187f6a718b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2162 0.004481 10.0.0.23 - - [2026-01-29 04:19:31] "POST /id-to-fqname HTTP/1.1" 200 214 0.001311 10.0.0.23 - - [2026-01-29 04:19:31] "POST /neutron/port HTTP/1.1" 200 2278 0.028249 10.0.0.240 - - [2026-01-29 04:19:32] "GET /projects?obj_uuids=16b65518-deb3-4e05-a3fb-9d276eda9dfe&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001503 10.0.0.23 - - [2026-01-29 04:19:32] "GET /project/16b65518-deb3-4e05-a3fb-9d276eda9dfe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.102503 10.0.0.23 - - [2026-01-29 04:19:32] "POST /neutron/network HTTP/1.1" 200 912 0.007417 10.0.0.23 - - [2026-01-29 04:19:32] "POST /neutron/port HTTP/1.1" 200 117 0.010041 10.0.0.23 - - [2026-01-29 04:19:32] "POST /id-to-fqname HTTP/1.1" 200 214 0.001443 10.0.0.23 - - [2026-01-29 04:19:33] "POST /neutron/network HTTP/1.1" 200 922 0.007789 10.0.0.23 - - [2026-01-29 04:19:33] "POST /neutron/port HTTP/1.1" 200 1063 0.023802 10.0.0.23 - - [2026-01-29 04:19:33] "POST /neutron/port HTTP/1.1" 200 1127 0.022264 10.0.0.23 - - [2026-01-29 04:19:33] "POST /neutron/port HTTP/1.1" 200 117 0.001315 10.0.0.240 - - [2026-01-29 04:19:33] "GET /projects?obj_uuids=16b65518-deb3-4e05-a3fb-9d276eda9dfe&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001479 10.0.0.23 - - [2026-01-29 04:19:34] "GET /project/16b65518-deb3-4e05-a3fb-9d276eda9dfe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.076791 10.0.0.23 - - [2026-01-29 04:19:34] "POST /neutron/port HTTP/1.1" 200 3252 0.034953 10.0.0.23 - - [2026-01-29 04:19:34] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 900 0.003780 10.0.0.23 - - [2026-01-29 04:19:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003358 10.0.0.23 - - [2026-01-29 04:19:34] "GET /bgp-router/29faa239-1694-4c17-a3d5-30143f8d2c89?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2843 0.005517 10.0.0.23 - - [2026-01-29 04:19:34] "POST /neutron/network HTTP/1.1" 200 922 0.010167 10.0.0.147 - - [2026-01-29 04:19:34] "PUT /access-control-list/2f9a2926-76b1-4637-99e1-d6b4d3709ec1 HTTP/1.1" 200 273 0.027912 10.0.0.23 - - [2026-01-29 04:19:35] "POST /neutron/port HTTP/1.1" 200 1063 0.019338 10.0.0.23 - - [2026-01-29 04:19:35] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004136 10.0.0.23 - - [2026-01-29 04:19:35] "POST /neutron/network HTTP/1.1" 200 912 0.009405 10.0.0.23 - - [2026-01-29 04:19:35] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 900 0.004873 10.0.0.23 - - [2026-01-29 04:19:35] "GET /bgp-router/29faa239-1694-4c17-a3d5-30143f8d2c89?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2843 0.004774 10.0.0.23 - - [2026-01-29 04:19:35] "GET /bgp-router/29faa239-1694-4c17-a3d5-30143f8d2c89?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2843 0.004722 10.0.0.23 - - [2026-01-29 04:19:35] "PUT /bgp-router/29faa239-1694-4c17-a3d5-30143f8d2c89 HTTP/1.1" 200 255 0.036309 10.0.0.23 - - [2026-01-29 04:19:35] "PUT /bgp-router/29faa239-1694-4c17-a3d5-30143f8d2c89 HTTP/1.1" 200 255 0.042478 10.0.0.23 - - [2026-01-29 04:19:35] "GET /bgp-router/d43622cd-951a-4c4d-8155-6a4cb98db41a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2843 0.010108 10.0.0.23 - - [2026-01-29 04:19:35] "GET /bgp-router/d43622cd-951a-4c4d-8155-6a4cb98db41a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2843 0.007581 10.0.0.23 - - [2026-01-29 04:19:35] "PUT /bgp-router/d43622cd-951a-4c4d-8155-6a4cb98db41a HTTP/1.1" 200 255 0.037390 10.0.0.23 - - [2026-01-29 04:19:36] "PUT /bgp-router/d43622cd-951a-4c4d-8155-6a4cb98db41a HTTP/1.1" 200 255 0.038409 10.0.0.23 - - [2026-01-29 04:19:36] "GET /bgp-router/260c6092-5288-4d92-bc90-6de678d0bc64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.009690 10.0.0.23 - - [2026-01-29 04:19:36] "GET /bgp-router/260c6092-5288-4d92-bc90-6de678d0bc64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.008851 10.0.0.23 - - [2026-01-29 04:19:36] "PUT /bgp-router/260c6092-5288-4d92-bc90-6de678d0bc64 HTTP/1.1" 200 255 0.035500 10.0.0.23 - - [2026-01-29 04:19:36] "PUT /bgp-router/260c6092-5288-4d92-bc90-6de678d0bc64 HTTP/1.1" 200 255 0.032483 10.0.0.23 - - [2026-01-29 04:19:36] "GET /bgp-router/29faa239-1694-4c17-a3d5-30143f8d2c89?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2843 0.008391 10.0.0.23 - - [2026-01-29 04:19:36] "GET /bgp-router/29faa239-1694-4c17-a3d5-30143f8d2c89?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2843 0.007203 10.0.0.23 - - [2026-01-29 04:19:36] "PUT /bgp-router/29faa239-1694-4c17-a3d5-30143f8d2c89 HTTP/1.1" 200 255 0.053683 10.0.0.23 - - [2026-01-29 04:19:36] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 900 0.003703 10.0.0.23 - - [2026-01-29 04:19:36] "GET /bgp-router/29faa239-1694-4c17-a3d5-30143f8d2c89?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2843 0.006380 10.0.0.23 - - [2026-01-29 04:19:36] "GET /bgp-router/29faa239-1694-4c17-a3d5-30143f8d2c89?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2843 0.005152 10.0.0.23 - - [2026-01-29 04:19:36] "PUT /bgp-router/29faa239-1694-4c17-a3d5-30143f8d2c89 HTTP/1.1" 200 255 0.026307 10.0.0.23 - - [2026-01-29 04:19:36] "PUT /bgp-router/29faa239-1694-4c17-a3d5-30143f8d2c89 HTTP/1.1" 200 255 0.039860 10.0.0.23 - - [2026-01-29 04:19:36] "GET /bgp-router/d43622cd-951a-4c4d-8155-6a4cb98db41a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2843 0.005264 10.0.0.23 - - [2026-01-29 04:19:36] "GET /bgp-router/d43622cd-951a-4c4d-8155-6a4cb98db41a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2843 0.011445 10.0.0.23 - - [2026-01-29 04:19:36] "PUT /bgp-router/d43622cd-951a-4c4d-8155-6a4cb98db41a HTTP/1.1" 200 255 0.039387 10.0.0.23 - - [2026-01-29 04:19:36] "PUT /bgp-router/d43622cd-951a-4c4d-8155-6a4cb98db41a HTTP/1.1" 200 255 0.047262 10.0.0.23 - - [2026-01-29 04:19:36] "GET /bgp-router/260c6092-5288-4d92-bc90-6de678d0bc64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.009571 10.0.0.23 - - [2026-01-29 04:19:36] "GET /bgp-router/260c6092-5288-4d92-bc90-6de678d0bc64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.008034 10.0.0.23 - - [2026-01-29 04:19:36] "PUT /bgp-router/260c6092-5288-4d92-bc90-6de678d0bc64 HTTP/1.1" 200 255 0.040413 10.0.0.23 - - [2026-01-29 04:19:36] "PUT /bgp-router/260c6092-5288-4d92-bc90-6de678d0bc64 HTTP/1.1" 200 255 0.038949 10.0.0.23 - - [2026-01-29 04:19:37] "GET /bgp-router/d43622cd-951a-4c4d-8155-6a4cb98db41a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2843 0.005111 10.0.0.23 - - [2026-01-29 04:19:37] "GET /bgp-router/d43622cd-951a-4c4d-8155-6a4cb98db41a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2843 0.005844 10.0.0.23 - - [2026-01-29 04:19:37] "PUT /bgp-router/d43622cd-951a-4c4d-8155-6a4cb98db41a HTTP/1.1" 200 255 0.025790 10.0.0.23 - - [2026-01-29 04:19:37] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 900 0.003763 10.0.0.23 - - [2026-01-29 04:19:37] "GET /bgp-router/29faa239-1694-4c17-a3d5-30143f8d2c89?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2843 0.007232 10.0.0.23 - - [2026-01-29 04:19:37] "GET /bgp-router/29faa239-1694-4c17-a3d5-30143f8d2c89?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2843 0.004859 10.0.0.23 - - [2026-01-29 04:19:37] "PUT /bgp-router/29faa239-1694-4c17-a3d5-30143f8d2c89 HTTP/1.1" 200 255 0.030217 10.0.0.23 - - [2026-01-29 04:19:37] "PUT /bgp-router/29faa239-1694-4c17-a3d5-30143f8d2c89 HTTP/1.1" 200 255 0.045327 10.0.0.23 - - [2026-01-29 04:19:37] "GET /bgp-router/d43622cd-951a-4c4d-8155-6a4cb98db41a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2843 0.005439 10.0.0.23 - - [2026-01-29 04:19:37] "GET /bgp-router/d43622cd-951a-4c4d-8155-6a4cb98db41a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2843 0.007753 10.0.0.23 - - [2026-01-29 04:19:37] "PUT /bgp-router/d43622cd-951a-4c4d-8155-6a4cb98db41a HTTP/1.1" 200 255 0.036371 10.0.0.23 - - [2026-01-29 04:19:37] "PUT /bgp-router/d43622cd-951a-4c4d-8155-6a4cb98db41a HTTP/1.1" 200 255 0.038621 10.0.0.23 - - [2026-01-29 04:19:37] "GET /bgp-router/260c6092-5288-4d92-bc90-6de678d0bc64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.007551 10.0.0.23 - - [2026-01-29 04:19:37] "GET /bgp-router/260c6092-5288-4d92-bc90-6de678d0bc64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.005958 10.0.0.23 - - [2026-01-29 04:19:37] "PUT /bgp-router/260c6092-5288-4d92-bc90-6de678d0bc64 HTTP/1.1" 200 255 0.033893 10.0.0.23 - - [2026-01-29 04:19:37] "PUT /bgp-router/260c6092-5288-4d92-bc90-6de678d0bc64 HTTP/1.1" 200 255 0.043882 10.0.0.23 - - [2026-01-29 04:19:37] "GET /bgp-router/260c6092-5288-4d92-bc90-6de678d0bc64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.005765 10.0.0.23 - - [2026-01-29 04:19:37] "GET /bgp-router/260c6092-5288-4d92-bc90-6de678d0bc64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.004456 10.0.0.23 - - [2026-01-29 04:19:37] "PUT /bgp-router/260c6092-5288-4d92-bc90-6de678d0bc64 HTTP/1.1" 200 255 0.022822 10.0.0.23 - - [2026-01-29 04:19:37] "GET /bgp-router/29faa239-1694-4c17-a3d5-30143f8d2c89?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2843 0.005167 10.0.0.23 - - [2026-01-29 04:19:37] "GET /bgp-router/29faa239-1694-4c17-a3d5-30143f8d2c89?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2843 0.004824 10.0.0.23 - - [2026-01-29 04:19:37] "PUT /bgp-router/29faa239-1694-4c17-a3d5-30143f8d2c89 HTTP/1.1" 200 255 0.024287 10.0.0.23 - - [2026-01-29 04:19:37] "GET /bgp-router/d43622cd-951a-4c4d-8155-6a4cb98db41a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2843 0.005352 10.0.0.23 - - [2026-01-29 04:19:37] "GET /bgp-router/d43622cd-951a-4c4d-8155-6a4cb98db41a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2843 0.005603 10.0.0.23 - - [2026-01-29 04:19:37] "PUT /bgp-router/d43622cd-951a-4c4d-8155-6a4cb98db41a HTTP/1.1" 200 255 0.026680 10.0.0.23 - - [2026-01-29 04:19:38] "GET /bgp-router/260c6092-5288-4d92-bc90-6de678d0bc64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.011283 10.0.0.23 - - [2026-01-29 04:19:38] "GET /bgp-router/260c6092-5288-4d92-bc90-6de678d0bc64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.006570 10.0.0.23 - - [2026-01-29 04:19:38] "PUT /bgp-router/260c6092-5288-4d92-bc90-6de678d0bc64 HTTP/1.1" 200 255 0.025495 10.0.0.23 - - [2026-01-29 04:19:45] "POST /neutron/port HTTP/1.1" 200 1127 0.021773 10.0.0.23 - - [2026-01-29 04:19:48] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 900 0.004712 10.0.0.23 - - [2026-01-29 04:19:48] "GET /bgp-router/29faa239-1694-4c17-a3d5-30143f8d2c89?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2906 0.006882 10.0.0.23 - - [2026-01-29 04:19:48] "GET /bgp-router/29faa239-1694-4c17-a3d5-30143f8d2c89?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2906 0.004563 10.0.0.23 - - [2026-01-29 04:19:48] "PUT /bgp-router/29faa239-1694-4c17-a3d5-30143f8d2c89 HTTP/1.1" 200 255 0.030933 10.0.0.23 - - [2026-01-29 04:19:48] "PUT /bgp-router/29faa239-1694-4c17-a3d5-30143f8d2c89 HTTP/1.1" 200 255 0.043770 10.0.0.23 - - [2026-01-29 04:19:48] "GET /bgp-router/d43622cd-951a-4c4d-8155-6a4cb98db41a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2906 0.008144 10.0.0.23 - - [2026-01-29 04:19:48] "GET /bgp-router/d43622cd-951a-4c4d-8155-6a4cb98db41a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2906 0.006444 10.0.0.23 - - [2026-01-29 04:19:48] "PUT /bgp-router/d43622cd-951a-4c4d-8155-6a4cb98db41a HTTP/1.1" 200 255 0.039130 10.0.0.23 - - [2026-01-29 04:19:48] "PUT /bgp-router/d43622cd-951a-4c4d-8155-6a4cb98db41a HTTP/1.1" 200 255 0.038685 10.0.0.23 - - [2026-01-29 04:19:48] "GET /bgp-router/260c6092-5288-4d92-bc90-6de678d0bc64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2904 0.005131 10.0.0.23 - - [2026-01-29 04:19:48] "GET /bgp-router/260c6092-5288-4d92-bc90-6de678d0bc64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2904 0.006794 10.0.0.23 - - [2026-01-29 04:19:48] "PUT /bgp-router/260c6092-5288-4d92-bc90-6de678d0bc64 HTTP/1.1" 200 255 0.044381 10.0.0.23 - - [2026-01-29 04:19:48] "PUT /bgp-router/260c6092-5288-4d92-bc90-6de678d0bc64 HTTP/1.1" 200 255 0.042399 10.0.0.23 - - [2026-01-29 04:19:48] "GET /bgp-router/29faa239-1694-4c17-a3d5-30143f8d2c89?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2906 0.010107 10.0.0.23 - - [2026-01-29 04:19:48] "GET /bgp-router/29faa239-1694-4c17-a3d5-30143f8d2c89?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2906 0.012413 10.0.0.23 - - [2026-01-29 04:19:48] "PUT /bgp-router/29faa239-1694-4c17-a3d5-30143f8d2c89 HTTP/1.1" 200 255 0.020726 10.0.0.23 - - [2026-01-29 04:19:48] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 900 0.003489 10.0.0.23 - - [2026-01-29 04:19:48] "GET /bgp-router/29faa239-1694-4c17-a3d5-30143f8d2c89?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2843 0.005629 10.0.0.23 - - [2026-01-29 04:19:48] "GET /bgp-router/29faa239-1694-4c17-a3d5-30143f8d2c89?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2843 0.005217 10.0.0.23 - - [2026-01-29 04:19:48] "PUT /bgp-router/29faa239-1694-4c17-a3d5-30143f8d2c89 HTTP/1.1" 200 255 0.033807 10.0.0.23 - - [2026-01-29 04:19:48] "PUT /bgp-router/29faa239-1694-4c17-a3d5-30143f8d2c89 HTTP/1.1" 200 255 0.039581 10.0.0.23 - - [2026-01-29 04:19:49] "GET /bgp-router/d43622cd-951a-4c4d-8155-6a4cb98db41a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2906 0.008077 10.0.0.23 - - [2026-01-29 04:19:49] "GET /bgp-router/d43622cd-951a-4c4d-8155-6a4cb98db41a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2906 0.005781 10.0.0.23 - - [2026-01-29 04:19:49] "PUT /bgp-router/d43622cd-951a-4c4d-8155-6a4cb98db41a HTTP/1.1" 200 255 0.035157 10.0.0.23 - - [2026-01-29 04:19:49] "PUT /bgp-router/d43622cd-951a-4c4d-8155-6a4cb98db41a HTTP/1.1" 200 255 0.040708 10.0.0.23 - - [2026-01-29 04:19:49] "GET /bgp-router/260c6092-5288-4d92-bc90-6de678d0bc64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2904 0.005994 10.0.0.23 - - [2026-01-29 04:19:49] "GET /bgp-router/260c6092-5288-4d92-bc90-6de678d0bc64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2904 0.006555 10.0.0.23 - - [2026-01-29 04:19:49] "PUT /bgp-router/260c6092-5288-4d92-bc90-6de678d0bc64 HTTP/1.1" 200 255 0.036513 10.0.0.23 - - [2026-01-29 04:19:49] "PUT /bgp-router/260c6092-5288-4d92-bc90-6de678d0bc64 HTTP/1.1" 200 255 0.049640 10.0.0.23 - - [2026-01-29 04:19:49] "GET /bgp-router/d43622cd-951a-4c4d-8155-6a4cb98db41a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2906 0.006881 10.0.0.23 - - [2026-01-29 04:19:49] "GET /bgp-router/d43622cd-951a-4c4d-8155-6a4cb98db41a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2906 0.005368 10.0.0.23 - - [2026-01-29 04:19:49] "PUT /bgp-router/d43622cd-951a-4c4d-8155-6a4cb98db41a HTTP/1.1" 200 255 0.028298 10.0.0.23 - - [2026-01-29 04:19:49] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 900 0.003803 10.0.0.23 - - [2026-01-29 04:19:49] "GET /bgp-router/29faa239-1694-4c17-a3d5-30143f8d2c89?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2843 0.004932 10.0.0.23 - - [2026-01-29 04:19:49] "GET /bgp-router/29faa239-1694-4c17-a3d5-30143f8d2c89?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2843 0.004789 10.0.0.23 - - [2026-01-29 04:19:49] "PUT /bgp-router/29faa239-1694-4c17-a3d5-30143f8d2c89 HTTP/1.1" 200 255 0.027666 10.0.0.23 - - [2026-01-29 04:19:49] "PUT /bgp-router/29faa239-1694-4c17-a3d5-30143f8d2c89 HTTP/1.1" 200 255 0.036268 10.0.0.23 - - [2026-01-29 04:19:49] "GET /bgp-router/d43622cd-951a-4c4d-8155-6a4cb98db41a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2843 0.007124 10.0.0.23 - - [2026-01-29 04:19:49] "GET /bgp-router/d43622cd-951a-4c4d-8155-6a4cb98db41a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2843 0.010230 10.0.0.23 - - [2026-01-29 04:19:49] "PUT /bgp-router/d43622cd-951a-4c4d-8155-6a4cb98db41a HTTP/1.1" 200 255 0.026925 10.0.0.23 - - [2026-01-29 04:19:49] "PUT /bgp-router/d43622cd-951a-4c4d-8155-6a4cb98db41a HTTP/1.1" 200 255 0.037380 10.0.0.23 - - [2026-01-29 04:19:49] "GET /bgp-router/260c6092-5288-4d92-bc90-6de678d0bc64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2904 0.009243 10.0.0.23 - - [2026-01-29 04:19:49] "GET /bgp-router/260c6092-5288-4d92-bc90-6de678d0bc64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2904 0.006085 10.0.0.23 - - [2026-01-29 04:19:49] "PUT /bgp-router/260c6092-5288-4d92-bc90-6de678d0bc64 HTTP/1.1" 200 255 0.034534 10.0.0.23 - - [2026-01-29 04:19:50] "PUT /bgp-router/260c6092-5288-4d92-bc90-6de678d0bc64 HTTP/1.1" 200 255 0.039468 10.0.0.23 - - [2026-01-29 04:19:50] "GET /bgp-router/260c6092-5288-4d92-bc90-6de678d0bc64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2904 0.008670 10.0.0.23 - - [2026-01-29 04:19:50] "GET /bgp-router/260c6092-5288-4d92-bc90-6de678d0bc64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2904 0.005886 10.0.0.23 - - [2026-01-29 04:19:50] "PUT /bgp-router/260c6092-5288-4d92-bc90-6de678d0bc64 HTTP/1.1" 200 255 0.028552 10.0.0.23 - - [2026-01-29 04:19:50] "POST /ref-update HTTP/1.1" 200 156 0.058124 10.0.0.23 - - [2026-01-29 04:19:50] "GET /virtual-network/f3c73edd-8bff-43ae-a070-1971bf10a771?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2003 0.016036 10.0.0.23 - - [2026-01-29 04:19:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003649 10.0.0.23 - - [2026-01-29 04:19:50] "GET /network-policy/21a793cd-b2b9-4192-aad1-e187f6a718b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2162 0.004600 10.0.0.23 - - [2026-01-29 04:19:50] "POST /ref-update HTTP/1.1" 200 156 0.069026 10.0.0.147 - - [2026-01-29 04:19:50] "DELETE /access-control-list/97be8cd7-90e0-47cc-aab7-b274a75c27b1 HTTP/1.1" 200 115 0.056875 10.0.0.23 - - [2026-01-29 04:19:50] "POST /neutron/network HTTP/1.1" 200 799 0.019926 10.0.0.23 - - [2026-01-29 04:19:50] "GET /virtual-network/e9f31828-8748-409a-aaad-ebab29fb5c62?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2003 0.015451 10.0.0.23 - - [2026-01-29 04:19:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.008429 10.0.0.23 - - [2026-01-29 04:19:50] "GET /network-policy/21a793cd-b2b9-4192-aad1-e187f6a718b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2162 0.005955 10.0.0.23 - - [2026-01-29 04:19:50] "DELETE /network-policy/21a793cd-b2b9-4192-aad1-e187f6a718b5 HTTP/1.1" 200 115 0.037756 10.0.0.23 - - [2026-01-29 04:19:50] "POST /neutron/network HTTP/1.1" 400 204 0.018656 10.0.0.23 - - [2026-01-29 04:19:50] "POST /neutron/port HTTP/1.1" 200 1127 0.019461 10.0.0.147 - - [2026-01-29 04:19:51] "GET /global-system-configs HTTP/1.1" 401 292 0.000553 10.0.0.147 - - [2026-01-29 04:19:51] "GET /global-system-configs HTTP/1.1" 401 292 0.000496 10.0.0.23 - - [2026-01-29 04:19:52] "POST /neutron/network HTTP/1.1" 200 799 0.008533 10.0.0.147 - - [2026-01-29 04:19:52] "GET /global-system-configs HTTP/1.1" 401 292 0.000576 10.0.0.147 - - [2026-01-29 04:19:52] "GET /global-system-configs HTTP/1.1" 401 292 0.000597 10.0.0.147 - - [2026-01-29 04:19:53] "DELETE /route-target/ae369ce1-b256-4a83-af43-8698903d5937 HTTP/1.1" 200 115 0.024673 10.0.0.240 - - [2026-01-29 04:19:53] "POST /useragent-kv HTTP/1.1" 200 115 0.004034 10.0.0.240 - - [2026-01-29 04:19:53] "POST /useragent-kv HTTP/1.1" 200 115 0.002877 10.0.0.23 - - [2026-01-29 04:19:53] "POST /neutron/network HTTP/1.1" 200 151 0.148861 10.0.0.23 - - [2026-01-29 04:19:53] "POST /ref-update HTTP/1.1" 200 156 0.065649 10.0.0.147 - - [2026-01-29 04:19:53] "DELETE /access-control-list/d44b4021-32f6-4f6f-a840-3ce0a947114f HTTP/1.1" 200 115 0.049835 10.0.0.23 - - [2026-01-29 04:19:53] "GET /virtual-network/e1006c16-f409-46ba-8174-e0349c921a0b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2556 0.018641 10.0.0.23 - - [2026-01-29 04:19:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.007166 10.0.0.23 - - [2026-01-29 04:19:53] "GET /network-policy/56ddfab3-c165-4870-84eb-436de3193613?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2096 0.005913 10.0.0.147 - - [2026-01-29 04:19:53] "POST /fqname-to-id HTTP/1.1" 404 207 0.006909 10.0.0.23 - - [2026-01-29 04:19:53] "POST /ref-update HTTP/1.1" 200 156 0.064123 10.0.0.147 - - [2026-01-29 04:19:53] "POST /ref-update HTTP/1.1" 200 156 0.024340 10.0.0.23 - - [2026-01-29 04:19:53] "GET /virtual-network/e7a16d4d-24aa-47cb-ba3d-8b0f1dec8932?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2563 0.009861 10.0.0.23 - - [2026-01-29 04:19:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002953 10.0.0.23 - - [2026-01-29 04:19:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000331 10.0.0.23 - - [2026-01-29 04:19:53] "GET /network-policy/56ddfab3-c165-4870-84eb-436de3193613?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2096 0.004561 10.0.0.23 - - [2026-01-29 04:19:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000373 10.0.0.23 - - [2026-01-29 04:19:53] "DELETE /network-policy/56ddfab3-c165-4870-84eb-436de3193613 HTTP/1.1" 200 115 0.036503 10.0.0.23 - - [2026-01-29 04:19:53] "POST /neutron/network HTTP/1.1" 200 973 0.010495 10.0.0.240 - - [2026-01-29 04:19:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000516 10.0.0.240 - - [2026-01-29 04:19:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000797 10.0.0.23 - - [2026-01-29 04:19:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000439 10.0.0.23 - - [2026-01-29 04:19:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000504 10.0.0.23 - - [2026-01-29 04:19:54] "POST /neutron/port HTTP/1.1" 200 1205 0.018960 10.0.0.23 - - [2026-01-29 04:19:54] "POST /neutron/port HTTP/1.1" 200 1207 0.027440 10.0.0.240 - - [2026-01-29 04:19:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000491 10.0.0.240 - - [2026-01-29 04:19:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000703 10.0.0.240 - - [2026-01-29 04:19:56] "POST /useragent-kv HTTP/1.1" 200 115 0.002857 10.0.0.240 - - [2026-01-29 04:19:56] "POST /useragent-kv HTTP/1.1" 200 115 0.002733 10.0.0.240 - - [2026-01-29 04:19:56] "POST /useragent-kv HTTP/1.1" 200 115 0.002309 10.0.0.240 - - [2026-01-29 04:19:56] "POST /useragent-kv HTTP/1.1" 200 115 0.002680 10.0.0.23 - - [2026-01-29 04:19:56] "POST /neutron/network HTTP/1.1" 200 151 0.162903 10.0.0.147 - - [2026-01-29 04:19:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.008491 10.0.0.240 - - [2026-01-29 04:19:57] "GET /projects?obj_uuids=16b65518-deb3-4e05-a3fb-9d276eda9dfe&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001104 10.0.0.23 - - [2026-01-29 04:19:57] "GET /project/16b65518-deb3-4e05-a3fb-9d276eda9dfe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.040608 10.0.0.240 - - [2026-01-29 04:19:57] "GET /projects?obj_uuids=16b65518-deb3-4e05-a3fb-9d276eda9dfe&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001327 10.0.0.23 - - [2026-01-29 04:19:57] "GET /project/16b65518-deb3-4e05-a3fb-9d276eda9dfe?fields=virtual_networks HTTP/1.1" 200 1050 0.040864 10.0.0.240 - - [2026-01-29 04:19:57] "GET /projects?obj_uuids=16b65518-deb3-4e05-a3fb-9d276eda9dfe&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001161 10.0.0.23 - - [2026-01-29 04:19:57] "GET /project/16b65518-deb3-4e05-a3fb-9d276eda9dfe?fields=virtual_machine_interfaces HTTP/1.1" 200 1050 0.052151 10.0.0.240 - - [2026-01-29 04:19:57] "GET /projects?obj_uuids=16b65518-deb3-4e05-a3fb-9d276eda9dfe&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.002265 10.0.0.23 - - [2026-01-29 04:19:57] "GET /project/16b65518-deb3-4e05-a3fb-9d276eda9dfe?fields=security_groups HTTP/1.1" 200 1285 0.039837 10.0.0.23 - - [2026-01-29 04:19:58] "POST /fqname-to-id HTTP/1.1" 404 183 0.027823 10.0.0.240 - - [2026-01-29 04:19:58] "GET /projects?obj_uuids=cd333d29-f6ce-4488-8a08-b9195c8adc60&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003261 10.0.0.240 - - [2026-01-29 04:19:58] "GET /domains?obj_uuids=65230a56-1cf0-4d34-9498-1ad48da04806&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.003641 10.0.0.240 - - [2026-01-29 04:19:58] "GET /domain/65230a56-1cf0-4d34-9498-1ad48da04806?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.013156 10.0.0.240 - - [2026-01-29 04:19:58] "POST /id-to-fqname HTTP/1.1" 200 185 0.005210 10.0.0.240 - - [2026-01-29 04:19:58] "POST /fqname-to-id HTTP/1.1" 404 194 0.008943 10.0.0.240 - - [2026-01-29 04:19:59] "POST /security-groups HTTP/1.1" 200 586 0.038583 10.0.0.240 - - [2026-01-29 04:19:59] "POST /projects HTTP/1.1" 200 575 0.280587 10.0.0.147 - - [2026-01-29 04:19:59] "POST /access-control-lists HTTP/1.1" 200 593 0.050286 10.0.0.240 - - [2026-01-29 04:19:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.358060 10.0.0.23 - - [2026-01-29 04:19:59] "GET /project/cd333d29-f6ce-4488-8a08-b9195c8adc60?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.504883 10.0.0.23 - - [2026-01-29 04:20:00] "GET / HTTP/1.1" 200 36215 0.001865 10.0.0.23 - - [2026-01-29 04:20:02] "POST /fqname-to-id HTTP/1.1" 401 292 0.000497 10.0.0.23 - - [2026-01-29 04:20:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.035139 10.0.0.23 - - [2026-01-29 04:20:02] "GET /api-access-list/fb1e65fe-6601-4336-b2ed-3748cbca06d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1884 0.006405 10.0.0.23 - - [2026-01-29 04:20:02] "GET /api-access-list/fb1e65fe-6601-4336-b2ed-3748cbca06d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1884 0.003795 10.0.0.23 - - [2026-01-29 04:20:02] "GET /api-access-list/fb1e65fe-6601-4336-b2ed-3748cbca06d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1884 0.003813 10.0.0.23 - - [2026-01-29 04:20:02] "PUT /api-access-list/fb1e65fe-6601-4336-b2ed-3748cbca06d8 HTTP/1.1" 200 265 0.013425 10.0.0.23 - - [2026-01-29 04:20:04] "POST /fqname-to-id HTTP/1.1" 404 183 0.031089 10.0.0.240 - - [2026-01-29 04:20:04] "GET /projects?obj_uuids=79b745fb-010a-414b-b028-43b096459fdb&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003235 10.0.0.240 - - [2026-01-29 04:20:05] "GET /domains?obj_uuids=65230a56-1cf0-4d34-9498-1ad48da04806&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001197 10.0.0.240 - - [2026-01-29 04:20:05] "GET /domain/65230a56-1cf0-4d34-9498-1ad48da04806?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007870 10.0.0.240 - - [2026-01-29 04:20:05] "POST /id-to-fqname HTTP/1.1" 200 185 0.001411 10.0.0.240 - - [2026-01-29 04:20:05] "POST /fqname-to-id HTTP/1.1" 404 194 0.003730 10.0.0.240 - - [2026-01-29 04:20:05] "POST /security-groups HTTP/1.1" 200 586 0.034018 10.0.0.147 - - [2026-01-29 04:20:05] "POST /fqname-to-id HTTP/1.1" 404 229 0.005383 10.0.0.240 - - [2026-01-29 04:20:05] "POST /projects HTTP/1.1" 200 575 0.246719 10.0.0.240 - - [2026-01-29 04:20:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.321199 10.0.0.147 - - [2026-01-29 04:20:05] "POST /access-control-lists HTTP/1.1" 200 591 0.029177 10.0.0.23 - - [2026-01-29 04:20:05] "GET /project/79b745fb-010a-414b-b028-43b096459fdb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.467421 10.0.0.23 - - [2026-01-29 04:20:05] "POST /fqname-to-id HTTP/1.1" 404 183 0.037120 10.0.0.240 - - [2026-01-29 04:20:05] "GET /projects?obj_uuids=cb65cf34-3c1d-466b-9fc0-ba4dac2d9782&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003387 10.0.0.240 - - [2026-01-29 04:20:05] "GET /domains?obj_uuids=65230a56-1cf0-4d34-9498-1ad48da04806&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002823 10.0.0.240 - - [2026-01-29 04:20:05] "GET /domain/65230a56-1cf0-4d34-9498-1ad48da04806?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.011678 10.0.0.240 - - [2026-01-29 04:20:06] "POST /id-to-fqname HTTP/1.1" 200 185 0.001744 10.0.0.240 - - [2026-01-29 04:20:06] "POST /fqname-to-id HTTP/1.1" 404 194 0.007834 10.0.0.240 - - [2026-01-29 04:20:06] "POST /security-groups HTTP/1.1" 200 586 0.089271 10.0.0.240 - - [2026-01-29 04:20:06] "POST /projects HTTP/1.1" 200 575 0.310365 10.0.0.240 - - [2026-01-29 04:20:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.345724 10.0.0.147 - - [2026-01-29 04:20:06] "POST /fqname-to-id HTTP/1.1" 404 228 0.021123 10.0.0.23 - - [2026-01-29 04:20:06] "GET /project/cb65cf34-3c1d-466b-9fc0-ba4dac2d9782?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.498893 10.0.0.23 - - [2026-01-29 04:20:07] "GET / HTTP/1.1" 200 36215 0.002075 10.0.0.23 - - [2026-01-29 04:20:07] "GET / HTTP/1.1" 200 36215 0.001797 10.0.0.23 - - [2026-01-29 04:20:08] "POST /fqname-to-id HTTP/1.1" 404 183 0.004065 10.0.0.23 - - [2026-01-29 04:20:08] "POST /api-access-lists HTTP/1.1" 200 523 0.025267 10.0.0.23 - - [2026-01-29 04:20:08] "GET /api-access-list/1b437e79-e7b8-43ea-aedf-3040e7ad3ed6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1267 0.006376 10.0.0.23 - - [2026-01-29 04:20:08] "POST /fqname-to-id HTTP/1.1" 401 292 0.000652 10.0.0.23 - - [2026-01-29 04:20:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.135503 10.0.0.240 - - [2026-01-29 04:20:09] "GET /projects?obj_uuids=79b745fb-010a-414b-b028-43b096459fdb&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001180 10.0.0.23 - - [2026-01-29 04:20:09] "GET /project/79b745fb-010a-414b-b028-43b096459fdb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.066356 10.0.0.23 - - [2026-01-29 04:20:09] "GET /virtual-networks?parent_id=79b745fb-010a-414b-b028-43b096459fdb&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.021432 10.0.0.23 - - [2026-01-29 04:20:09] "POST /virtual-networks HTTP/1.1" 200 570 0.110911 10.0.0.147 - - [2026-01-29 04:20:09] "POST /ref-update HTTP/1.1" 200 156 0.021087 10.0.0.23 - - [2026-01-29 04:20:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.042326 10.0.0.23 - - [2026-01-29 04:20:09] "GET /network-ipam/d8462782-70dc-4991-9ab3-834daca9952b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1091 0.023879 10.0.0.240 - - [2026-01-29 04:20:10] "DELETE /project/cb65cf343c1d466b9fc0ba4dac2d9782 HTTP/1.1" 404 173 0.008189 10.0.0.240 - - [2026-01-29 04:20:10] "DELETE /project/cd333d29f6ce44888a08b9195c8adc60 HTTP/1.1" 404 173 0.120658 10.0.0.240 - - [2026-01-29 04:20:10] "DELETE /project/79b745fb010a414bb02843b096459fdb HTTP/1.1" 404 173 0.123955 10.0.0.240 - - [2026-01-29 04:20:10] "GET /projects?obj_uuids=16b65518-deb3-4e05-a3fb-9d276eda9dfe&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001164 10.0.0.240 - - [2026-01-29 04:20:10] "GET /project/16b65518-deb3-4e05-a3fb-9d276eda9dfe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1500 0.067351 10.0.0.240 - - [2026-01-29 04:20:10] "GET /projects?obj_uuids=16b65518-deb3-4e05-a3fb-9d276eda9dfe&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001566 10.0.0.240 - - [2026-01-29 04:20:10] "GET /project/16b65518-deb3-4e05-a3fb-9d276eda9dfe?fields=security_groups HTTP/1.1" 200 1118 0.141592 10.0.0.240 - - [2026-01-29 04:20:10] "POST /useragent-kv HTTP/1.1" 200 115 0.004890 10.0.0.23 - - [2026-01-29 04:20:10] "POST /ref-update HTTP/1.1" 200 156 0.365551 10.0.0.240 - - [2026-01-29 04:20:10] "GET /projects?obj_uuids=16b65518-deb3-4e05-a3fb-9d276eda9dfe&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001607 10.0.0.240 - - [2026-01-29 04:20:10] "GET /project/16b65518-deb3-4e05-a3fb-9d276eda9dfe?fields=application_policy_sets HTTP/1.1" 200 1426 0.042735 10.0.0.23 - - [2026-01-29 04:20:10] "POST /neutron/network HTTP/1.1" 200 832 0.125487 10.0.0.240 - - [2026-01-29 04:20:10] "DELETE /project/16b65518-deb3-4e05-a3fb-9d276eda9dfe HTTP/1.1" 200 115 0.476580 10.0.0.23 - - [2026-01-29 04:20:10] "GET /virtual-network/612aa119-dfa5-474c-b648-298a2f5fce0d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1983 0.028814 10.0.0.23 - - [2026-01-29 04:20:10] "POST /neutron/subnet HTTP/1.1" 200 675 0.041179 10.0.0.23 - - [2026-01-29 04:20:12] "GET /obj-perms HTTP/1.1" 200 4915 0.100443 10.0.0.23 - - [2026-01-29 04:20:12] "GET /virtual-network/612aa119-dfa5-474c-b648-298a2f5fce0d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1983 0.022349 10.0.0.23 - - [2026-01-29 04:20:13] "GET /obj-perms HTTP/1.1" 200 4915 0.086394 10.0.0.23 - - [2026-01-29 04:20:13] "GET /obj-perms HTTP/1.1" 200 4915 0.017256 10.0.0.23 - - [2026-01-29 04:20:13] "POST /id-to-fqname HTTP/1.1" 401 292 0.000478 10.0.0.23 - - [2026-01-29 04:20:13] "POST /id-to-fqname HTTP/1.1" 200 230 0.047408 10.0.0.240 - - [2026-01-29 04:20:14] "GET /projects?obj_uuids=cb65cf34-3c1d-466b-9fc0-ba4dac2d9782&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001372 10.0.0.23 - - [2026-01-29 04:20:14] "GET /project/cb65cf34-3c1d-466b-9fc0-ba4dac2d9782?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.071340 10.0.0.23 - - [2026-01-29 04:20:15] "POST /neutron/port HTTP/1.1" 200 117 0.036534 10.0.0.23 - - [2026-01-29 04:20:15] "POST /neutron/network HTTP/1.1" 200 842 0.072324 10.0.0.23 - - [2026-01-29 04:20:16] "POST /neutron/port HTTP/1.1" 200 1055 0.017018 10.0.0.23 - - [2026-01-29 04:20:16] "POST /neutron/port HTTP/1.1" 200 1119 0.026900 10.0.0.23 - - [2026-01-29 04:20:16] "POST /neutron/port HTTP/1.1" 200 117 0.001727 10.0.0.23 - - [2026-01-29 04:20:20] "POST /neutron/security_group HTTP/1.1" 200 2053 0.008668 10.0.0.23 - - [2026-01-29 04:20:20] "POST /neutron/port HTTP/1.1" 200 1119 0.018378 10.0.0.23 - - [2026-01-29 04:20:20] "POST /neutron/security_group HTTP/1.1" 200 2053 0.009828 10.0.0.23 - - [2026-01-29 04:20:20] "GET /virtual-machine/51b64a77-d269-40b2-ba20-e72e829f72eb HTTP/1.1" 401 292 0.000603 10.0.0.23 - - [2026-01-29 04:20:20] "GET /virtual-machine/51b64a77-d269-40b2-ba20-e72e829f72eb HTTP/1.1" 200 1289 0.046876 10.0.0.23 - - [2026-01-29 04:20:20] "GET /virtual-machine/51b64a77-d269-40b2-ba20-e72e829f72eb HTTP/1.1" 200 1289 0.016821 10.0.0.23 - - [2026-01-29 04:20:20] "GET /virtual-machine-interface/381b13af-f326-48b5-943f-07b541060b41 HTTP/1.1" 200 2536 0.019684 10.0.0.23 - - [2026-01-29 04:20:21] "GET /virtual-machine/51b64a77-d269-40b2-ba20-e72e829f72eb HTTP/1.1" 200 1289 0.017054 10.0.0.23 - - [2026-01-29 04:20:21] "GET /virtual-machine-interface/381b13af-f326-48b5-943f-07b541060b41 HTTP/1.1" 200 2536 0.024798 10.0.0.23 - - [2026-01-29 04:20:21] "GET /instance-ip/2739d4dd-33e1-40d3-a265-c29501e59187 HTTP/1.1" 200 1628 0.023498 10.0.0.23 - - [2026-01-29 04:20:21] "GET /virtual-machine/51b64a77-d269-40b2-ba20-e72e829f72eb HTTP/1.1" 200 1289 0.017330 10.0.0.23 - - [2026-01-29 04:20:21] "GET /virtual-machine-interface/381b13af-f326-48b5-943f-07b541060b41 HTTP/1.1" 200 2536 0.025620 10.0.0.23 - - [2026-01-29 04:20:21] "GET /instance-ip/2739d4dd-33e1-40d3-a265-c29501e59187 HTTP/1.1" 200 1628 0.022359 10.0.0.23 - - [2026-01-29 04:20:21] "POST /fqname-to-id HTTP/1.1" 403 339 0.018894 10.0.0.23 - - [2026-01-29 04:20:21] "GET / HTTP/1.1" 200 36215 0.002116 10.0.0.23 - - [2026-01-29 04:20:21] "POST /fqname-to-id HTTP/1.1" 401 292 0.000719 10.0.0.23 - - [2026-01-29 04:20:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.045844 10.0.0.23 - - [2026-01-29 04:20:22] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004030 10.0.0.23 - - [2026-01-29 04:20:22] "GET /virtual-networks?parent_id=cb65cf34-3c1d-466b-9fc0-ba4dac2d9782&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.015710 10.0.0.23 - - [2026-01-29 04:20:22] "POST /fqname-to-id HTTP/1.1" 403 339 0.017045 10.0.0.23 - - [2026-01-29 04:20:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003589 10.0.0.23 - - [2026-01-29 04:20:22] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004382 10.0.0.23 - - [2026-01-29 04:20:22] "GET /virtual-networks?parent_id=cb65cf34-3c1d-466b-9fc0-ba4dac2d9782&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.018956 10.0.0.23 - - [2026-01-29 04:20:22] "POST /fqname-to-id HTTP/1.1" 403 339 0.021398 10.0.0.23 - - [2026-01-29 04:20:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.006482 10.0.0.23 - - [2026-01-29 04:20:22] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004400 10.0.0.23 - - [2026-01-29 04:20:22] "GET /virtual-networks?parent_id=cb65cf34-3c1d-466b-9fc0-ba4dac2d9782&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.018682 10.0.0.23 - - [2026-01-29 04:20:22] "POST /fqname-to-id HTTP/1.1" 403 339 0.018277 10.0.0.23 - - [2026-01-29 04:20:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.004011 10.0.0.23 - - [2026-01-29 04:20:22] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004731 10.0.0.23 - - [2026-01-29 04:20:22] "GET /virtual-networks?parent_id=cb65cf34-3c1d-466b-9fc0-ba4dac2d9782&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.040124 10.0.0.23 - - [2026-01-29 04:20:22] "POST /fqname-to-id HTTP/1.1" 403 339 0.018889 10.0.0.23 - - [2026-01-29 04:20:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.004918 10.0.0.23 - - [2026-01-29 04:20:22] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004821 10.0.0.23 - - [2026-01-29 04:20:22] "GET /virtual-networks?parent_id=cb65cf34-3c1d-466b-9fc0-ba4dac2d9782&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.024269 10.0.0.23 - - [2026-01-29 04:20:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.019867 10.0.0.23 - - [2026-01-29 04:20:25] "GET /virtual-network/612aa119-dfa5-474c-b648-298a2f5fce0d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1983 0.023863 10.0.0.23 - - [2026-01-29 04:20:28] "POST /fqname-to-id HTTP/1.1" 403 339 0.018502 10.0.0.23 - - [2026-01-29 04:20:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003165 10.0.0.23 - - [2026-01-29 04:20:28] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003682 10.0.0.23 - - [2026-01-29 04:20:28] "GET /virtual-networks?parent_id=cb65cf34-3c1d-466b-9fc0-ba4dac2d9782&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.014865 10.0.0.23 - - [2026-01-29 04:20:28] "POST /fqname-to-id HTTP/1.1" 403 339 0.015968 10.0.0.23 - - [2026-01-29 04:20:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003061 10.0.0.23 - - [2026-01-29 04:20:28] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003764 10.0.0.23 - - [2026-01-29 04:20:28] "GET /virtual-networks?parent_id=cb65cf34-3c1d-466b-9fc0-ba4dac2d9782&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.015707 10.0.0.23 - - [2026-01-29 04:20:28] "POST /fqname-to-id HTTP/1.1" 403 361 0.016802 10.0.0.23 - - [2026-01-29 04:20:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004724 10.0.0.23 - - [2026-01-29 04:20:28] "GET /routing-instance/02c28578-a221-4a34-be54-04883b9126fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1532 0.006274 10.0.0.23 - - [2026-01-29 04:20:28] "GET /route-target/f74404a2-4785-46c3-9958-a9dd989fdb2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 361 0.014231 10.0.0.23 - - [2026-01-29 04:20:28] "GET /route-target/f74404a2-4785-46c3-9958-a9dd989fdb2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.003507 10.0.0.23 - - [2026-01-29 04:20:28] "POST /fqname-to-id HTTP/1.1" 403 339 0.015999 10.0.0.23 - - [2026-01-29 04:20:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003546 10.0.0.23 - - [2026-01-29 04:20:28] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005076 10.0.0.23 - - [2026-01-29 04:20:28] "GET /virtual-networks?parent_id=cb65cf34-3c1d-466b-9fc0-ba4dac2d9782&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.017029 10.0.0.23 - - [2026-01-29 04:20:28] "POST /fqname-to-id HTTP/1.1" 403 361 0.016069 10.0.0.23 - - [2026-01-29 04:20:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.005404 10.0.0.23 - - [2026-01-29 04:20:28] "GET /routing-instance/02c28578-a221-4a34-be54-04883b9126fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1532 0.013700 10.0.0.23 - - [2026-01-29 04:20:28] "GET /route-target/f74404a2-4785-46c3-9958-a9dd989fdb2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 361 0.017408 10.0.0.23 - - [2026-01-29 04:20:28] "GET /route-target/f74404a2-4785-46c3-9958-a9dd989fdb2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.006457 10.0.0.23 - - [2026-01-29 04:20:28] "POST /fqname-to-id HTTP/1.1" 403 339 0.026544 10.0.0.23 - - [2026-01-29 04:20:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003145 10.0.0.23 - - [2026-01-29 04:20:28] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003884 10.0.0.23 - - [2026-01-29 04:20:28] "GET /virtual-networks?parent_id=cb65cf34-3c1d-466b-9fc0-ba4dac2d9782&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.015551 10.0.0.23 - - [2026-01-29 04:20:29] "POST /fqname-to-id HTTP/1.1" 403 339 0.016102 10.0.0.23 - - [2026-01-29 04:20:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.004220 10.0.0.23 - - [2026-01-29 04:20:29] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004280 10.0.0.23 - - [2026-01-29 04:20:29] "GET /virtual-networks?parent_id=cb65cf34-3c1d-466b-9fc0-ba4dac2d9782&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.016247 10.0.0.240 - - [2026-01-29 04:20:29] "GET /obj-perms HTTP/1.1" 200 4915 0.078365 10.0.0.240 - - [2026-01-29 04:20:31] "GET /virtual-machine/51b64a77-d269-40b2-ba20-e72e829f72eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 993 0.022688 10.0.0.240 - - [2026-01-29 04:20:35] "GET /obj-perms HTTP/1.1" 200 4915 0.020228 10.0.0.23 - - [2026-01-29 04:20:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.031954 10.0.0.23 - - [2026-01-29 04:20:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004286 10.0.0.240 - - [2026-01-29 04:20:36] "GET /virtual-machine/51b64a77-d269-40b2-ba20-e72e829f72eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 993 0.019228 10.0.0.23 - - [2026-01-29 04:20:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003985 10.0.0.23 - - [2026-01-29 04:20:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003457 10.0.0.23 - - [2026-01-29 04:20:36] "GET /obj-perms HTTP/1.1" 200 4915 0.015280 10.0.0.23 - - [2026-01-29 04:20:37] "GET /obj-perms HTTP/1.1" 200 5020 0.051707 10.0.0.240 - - [2026-01-29 04:20:37] "GET /obj-perms HTTP/1.1" 200 5020 0.056584 10.0.0.23 - - [2026-01-29 04:20:37] "GET /obj-perms HTTP/1.1" 200 4915 0.070350 10.0.0.23 - - [2026-01-29 04:20:38] "GET /obj-perms HTTP/1.1" 200 4915 0.014520 10.0.0.147 - - [2026-01-29 04:20:38] "GET /virtual-machines?detail=False&count=False&shared=False HTTP/1.1" 200 321 0.054026 10.0.0.240 - - [2026-01-29 04:20:38] "GET /virtual-machines?detail=False&count=False&shared=False HTTP/1.1" 200 321 0.024213 10.0.0.23 - - [2026-01-29 04:20:38] "GET /virtual-machine/51b64a77-d269-40b2-ba20-e72e829f72eb HTTP/1.1" 200 1289 0.024142 10.0.0.23 - - [2026-01-29 04:20:39] "POST /neutron/port HTTP/1.1" 200 1119 0.021926 10.0.0.23 - - [2026-01-29 04:20:40] "GET /virtual-machine/51b64a77-d269-40b2-ba20-e72e829f72eb HTTP/1.1" 404 171 0.017843 10.0.0.23 - - [2026-01-29 04:20:40] "GET /virtual-machine/51b64a77-d269-40b2-ba20-e72e829f72eb HTTP/1.1" 404 171 0.014065 10.0.0.23 - - [2026-01-29 04:20:40] "GET /virtual-machine/51b64a77-d269-40b2-ba20-e72e829f72eb HTTP/1.1" 404 171 0.014621 10.0.0.23 - - [2026-01-29 04:20:41] "POST /fqname-to-id HTTP/1.1" 403 339 0.017666 10.0.0.23 - - [2026-01-29 04:20:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.004225 10.0.0.23 - - [2026-01-29 04:20:41] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004784 10.0.0.23 - - [2026-01-29 04:20:41] "GET /virtual-networks?parent_id=cb65cf34-3c1d-466b-9fc0-ba4dac2d9782&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.018049 10.0.0.23 - - [2026-01-29 04:20:41] "POST /fqname-to-id HTTP/1.1" 403 361 0.015829 10.0.0.23 - - [2026-01-29 04:20:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.004700 10.0.0.23 - - [2026-01-29 04:20:41] "GET /routing-instance/02c28578-a221-4a34-be54-04883b9126fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1532 0.005684 10.0.0.23 - - [2026-01-29 04:20:41] "GET /route-target/f74404a2-4785-46c3-9958-a9dd989fdb2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 361 0.015638 10.0.0.23 - - [2026-01-29 04:20:41] "GET /route-target/f74404a2-4785-46c3-9958-a9dd989fdb2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.004288 10.0.0.23 - - [2026-01-29 04:20:41] "GET /obj-perms HTTP/1.1" 200 4915 0.015947 10.0.0.23 - - [2026-01-29 04:20:41] "GET /obj-perms HTTP/1.1" 200 5020 0.005848 10.0.0.240 - - [2026-01-29 04:20:48] "GET /obj-perms HTTP/1.1" 200 5020 0.004452 10.0.0.23 - - [2026-01-29 04:20:51] "GET /obj-perms HTTP/1.1" 200 5020 0.004983 10.0.0.240 - - [2026-01-29 04:20:57] "GET /obj-perms HTTP/1.1" 200 5020 0.003906 10.0.0.23 - - [2026-01-29 04:21:00] "GET /obj-perms HTTP/1.1" 200 5020 0.005116 10.0.0.240 - - [2026-01-29 04:21:06] "GET /obj-perms HTTP/1.1" 200 5020 0.008256 10.0.0.23 - - [2026-01-29 04:21:06] "GET /obj-perms HTTP/1.1" 200 5020 0.003870 10.0.0.147 - - [2026-01-29 04:21:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.007280 10.0.0.240 - - [2026-01-29 04:21:07] "POST /useragent-kv HTTP/1.1" 200 115 0.003787 10.0.0.240 - - [2026-01-29 04:21:07] "POST /useragent-kv HTTP/1.1" 200 115 0.004775 10.0.0.23 - - [2026-01-29 04:21:07] "DELETE /virtual-network/612aa119-dfa5-474c-b648-298a2f5fce0d HTTP/1.1" 200 115 0.165973 10.0.0.23 - - [2026-01-29 04:21:07] "DELETE /api-access-list/1b437e79-e7b8-43ea-aedf-3040e7ad3ed6 HTTP/1.1" 200 115 0.046488 10.0.0.240 - - [2026-01-29 04:21:07] "GET /projects?obj_uuids=cb65cf34-3c1d-466b-9fc0-ba4dac2d9782&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001300 10.0.0.23 - - [2026-01-29 04:21:07] "GET /project/cb65cf34-3c1d-466b-9fc0-ba4dac2d9782?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.059087 10.0.0.240 - - [2026-01-29 04:21:07] "GET /projects?obj_uuids=cb65cf34-3c1d-466b-9fc0-ba4dac2d9782&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001377 10.0.0.23 - - [2026-01-29 04:21:07] "GET /project/cb65cf34-3c1d-466b-9fc0-ba4dac2d9782?fields=virtual_networks HTTP/1.1" 200 1025 0.036446 10.0.0.240 - - [2026-01-29 04:21:07] "GET /projects?obj_uuids=cb65cf34-3c1d-466b-9fc0-ba4dac2d9782&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001174 10.0.0.23 - - [2026-01-29 04:21:07] "GET /project/cb65cf34-3c1d-466b-9fc0-ba4dac2d9782?fields=virtual_machine_interfaces HTTP/1.1" 200 1025 0.053478 10.0.0.240 - - [2026-01-29 04:21:07] "GET /projects?obj_uuids=cb65cf34-3c1d-466b-9fc0-ba4dac2d9782&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001074 10.0.0.23 - - [2026-01-29 04:21:07] "GET /project/cb65cf34-3c1d-466b-9fc0-ba4dac2d9782?fields=security_groups HTTP/1.1" 200 1247 0.046370 10.0.0.240 - - [2026-01-29 04:21:08] "GET /projects?obj_uuids=79b745fb-010a-414b-b028-43b096459fdb&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001190 10.0.0.23 - - [2026-01-29 04:21:08] "GET /project/79b745fb-010a-414b-b028-43b096459fdb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.065666 10.0.0.240 - - [2026-01-29 04:21:08] "GET /projects?obj_uuids=79b745fb-010a-414b-b028-43b096459fdb&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001873 10.0.0.23 - - [2026-01-29 04:21:08] "GET /project/79b745fb-010a-414b-b028-43b096459fdb?fields=virtual_networks HTTP/1.1" 200 1024 0.060571 10.0.0.240 - - [2026-01-29 04:21:08] "GET /projects?obj_uuids=79b745fb-010a-414b-b028-43b096459fdb&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001113 10.0.0.23 - - [2026-01-29 04:21:08] "GET /project/79b745fb-010a-414b-b028-43b096459fdb?fields=virtual_machine_interfaces HTTP/1.1" 200 1024 0.047854 10.0.0.240 - - [2026-01-29 04:21:08] "GET /projects?obj_uuids=79b745fb-010a-414b-b028-43b096459fdb&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001111 10.0.0.23 - - [2026-01-29 04:21:08] "GET /project/79b745fb-010a-414b-b028-43b096459fdb?fields=security_groups HTTP/1.1" 200 1246 0.063018 10.0.0.240 - - [2026-01-29 04:21:10] "GET /projects?obj_uuids=cb65cf34-3c1d-466b-9fc0-ba4dac2d9782&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001632 10.0.0.240 - - [2026-01-29 04:21:10] "GET /projects?obj_uuids=79b745fb-010a-414b-b028-43b096459fdb&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001005 10.0.0.240 - - [2026-01-29 04:21:10] "GET /project/79b745fb-010a-414b-b028-43b096459fdb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1448 0.085717 10.0.0.240 - - [2026-01-29 04:21:10] "GET /project/cb65cf34-3c1d-466b-9fc0-ba4dac2d9782?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1449 0.095472 10.0.0.240 - - [2026-01-29 04:21:10] "GET /projects?obj_uuids=79b745fb-010a-414b-b028-43b096459fdb&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.002286 10.0.0.240 - - [2026-01-29 04:21:10] "GET /projects?obj_uuids=cb65cf34-3c1d-466b-9fc0-ba4dac2d9782&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001283 10.0.0.240 - - [2026-01-29 04:21:10] "GET /project/cb65cf34-3c1d-466b-9fc0-ba4dac2d9782?fields=security_groups HTTP/1.1" 200 1093 0.122939 10.0.0.240 - - [2026-01-29 04:21:10] "GET /project/79b745fb-010a-414b-b028-43b096459fdb?fields=security_groups HTTP/1.1" 200 1092 0.138656 10.0.0.147 - - [2026-01-29 04:21:10] "DELETE /access-control-list/f87e1c55-a8bf-490a-8236-592ac9cd0397 HTTP/1.1" 200 115 0.152370 10.0.0.240 - - [2026-01-29 04:21:11] "GET /projects?obj_uuids=cb65cf34-3c1d-466b-9fc0-ba4dac2d9782&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001219 10.0.0.240 - - [2026-01-29 04:21:11] "GET /projects?obj_uuids=79b745fb-010a-414b-b028-43b096459fdb&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001908 10.0.0.240 - - [2026-01-29 04:21:11] "GET /project/cb65cf34-3c1d-466b-9fc0-ba4dac2d9782?fields=application_policy_sets HTTP/1.1" 200 1388 0.111707 10.0.0.240 - - [2026-01-29 04:21:11] "GET /project/79b745fb-010a-414b-b028-43b096459fdb?fields=application_policy_sets HTTP/1.1" 200 1092 0.117825 10.0.0.240 - - [2026-01-29 04:21:11] "DELETE /project/cb65cf34-3c1d-466b-9fc0-ba4dac2d9782 HTTP/1.1" 404 190 0.492283 10.0.0.240 - - [2026-01-29 04:21:11] "DELETE /project/79b745fb-010a-414b-b028-43b096459fdb HTTP/1.1" 404 171 0.499461 10.0.0.23 - - [2026-01-29 04:21:11] "GET /api-access-list/fb1e65fe-6601-4336-b2ed-3748cbca06d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2413 0.004493 10.0.0.23 - - [2026-01-29 04:21:11] "PUT /api-access-list/fb1e65fe-6601-4336-b2ed-3748cbca06d8 HTTP/1.1" 200 265 0.012169 10.0.0.240 - - [2026-01-29 04:21:11] "GET /projects?obj_uuids=cd333d29-f6ce-4488-8a08-b9195c8adc60&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001156 10.0.0.23 - - [2026-01-29 04:21:11] "GET /project/cd333d29-f6ce-4488-8a08-b9195c8adc60?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.043269 10.0.0.240 - - [2026-01-29 04:21:11] "GET /projects?obj_uuids=cd333d29-f6ce-4488-8a08-b9195c8adc60&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001850 10.0.0.23 - - [2026-01-29 04:21:12] "GET /project/cd333d29-f6ce-4488-8a08-b9195c8adc60?fields=virtual_networks HTTP/1.1" 200 1024 0.044160 10.0.0.240 - - [2026-01-29 04:21:12] "GET /projects?obj_uuids=cd333d29-f6ce-4488-8a08-b9195c8adc60&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001830 10.0.0.23 - - [2026-01-29 04:21:12] "GET /project/cd333d29-f6ce-4488-8a08-b9195c8adc60?fields=virtual_machine_interfaces HTTP/1.1" 200 1024 0.053704 10.0.0.240 - - [2026-01-29 04:21:12] "GET /projects?obj_uuids=cd333d29-f6ce-4488-8a08-b9195c8adc60&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001091 10.0.0.23 - - [2026-01-29 04:21:12] "GET /project/cd333d29-f6ce-4488-8a08-b9195c8adc60?fields=security_groups HTTP/1.1" 200 1246 0.042639 10.0.0.23 - - [2026-01-29 04:21:13] "POST /fqname-to-id HTTP/1.1" 404 188 0.031326 10.0.0.240 - - [2026-01-29 04:21:13] "GET /projects?obj_uuids=fd77d9c9-427f-44aa-ad20-de0631393355&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004696 10.0.0.240 - - [2026-01-29 04:21:13] "GET /domains?obj_uuids=65230a56-1cf0-4d34-9498-1ad48da04806&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001394 10.0.0.240 - - [2026-01-29 04:21:13] "GET /domain/65230a56-1cf0-4d34-9498-1ad48da04806?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.010300 10.0.0.240 - - [2026-01-29 04:21:13] "POST /id-to-fqname HTTP/1.1" 200 190 0.005922 10.0.0.240 - - [2026-01-29 04:21:13] "POST /fqname-to-id HTTP/1.1" 404 199 0.010344 10.0.0.240 - - [2026-01-29 04:21:13] "POST /security-groups HTTP/1.1" 200 591 0.079993 10.0.0.147 - - [2026-01-29 04:21:13] "POST /fqname-to-id HTTP/1.1" 404 234 0.003619 10.0.0.240 - - [2026-01-29 04:21:13] "POST /projects HTTP/1.1" 200 585 0.331603 10.0.0.240 - - [2026-01-29 04:21:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.407167 10.0.0.147 - - [2026-01-29 04:21:13] "POST /access-control-lists HTTP/1.1" 200 596 0.036750 10.0.0.23 - - [2026-01-29 04:21:13] "GET /project/fd77d9c9-427f-44aa-ad20-de0631393355?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.553751 10.0.0.23 - - [2026-01-29 04:21:14] "GET / HTTP/1.1" 200 36215 0.002752 10.0.0.23 - - [2026-01-29 04:21:16] "POST /fqname-to-id HTTP/1.1" 401 292 0.000540 10.0.0.23 - - [2026-01-29 04:21:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.034446 10.0.0.23 - - [2026-01-29 04:21:17] "GET /api-access-list/fb1e65fe-6601-4336-b2ed-3748cbca06d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1884 0.004118 10.0.0.23 - - [2026-01-29 04:21:17] "GET /api-access-list/fb1e65fe-6601-4336-b2ed-3748cbca06d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1884 0.003662 10.0.0.23 - - [2026-01-29 04:21:17] "GET /api-access-list/fb1e65fe-6601-4336-b2ed-3748cbca06d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1884 0.003595 10.0.0.23 - - [2026-01-29 04:21:17] "PUT /api-access-list/fb1e65fe-6601-4336-b2ed-3748cbca06d8 HTTP/1.1" 200 265 0.013821 10.0.0.23 - - [2026-01-29 04:21:18] "POST /fqname-to-id HTTP/1.1" 404 188 0.029572 10.0.0.240 - - [2026-01-29 04:21:18] "GET /projects?obj_uuids=9eefaedb-a8d9-46c1-b292-e63c414c6e7f&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004005 10.0.0.240 - - [2026-01-29 04:21:19] "GET /domains?obj_uuids=65230a56-1cf0-4d34-9498-1ad48da04806&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001926 10.0.0.240 - - [2026-01-29 04:21:19] "GET /domain/65230a56-1cf0-4d34-9498-1ad48da04806?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.012482 10.0.0.240 - - [2026-01-29 04:21:19] "POST /id-to-fqname HTTP/1.1" 200 190 0.004788 10.0.0.240 - - [2026-01-29 04:21:19] "POST /fqname-to-id HTTP/1.1" 404 199 0.015587 10.0.0.240 - - [2026-01-29 04:21:19] "POST /security-groups HTTP/1.1" 200 591 0.078132 10.0.0.240 - - [2026-01-29 04:21:19] "POST /projects HTTP/1.1" 200 585 0.309685 10.0.0.240 - - [2026-01-29 04:21:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.346658 10.0.0.147 - - [2026-01-29 04:21:19] "POST /fqname-to-id HTTP/1.1" 404 233 0.007337 10.0.0.23 - - [2026-01-29 04:21:19] "GET /project/9eefaedb-a8d9-46c1-b292-e63c414c6e7f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.514981 10.0.0.23 - - [2026-01-29 04:21:19] "POST /fqname-to-id HTTP/1.1" 404 188 0.029571 10.0.0.240 - - [2026-01-29 04:21:19] "GET /projects?obj_uuids=138289f4-45ab-4f8e-92b4-14f3bce5fcd5&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003030 10.0.0.240 - - [2026-01-29 04:21:20] "GET /domains?obj_uuids=65230a56-1cf0-4d34-9498-1ad48da04806&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001978 10.0.0.240 - - [2026-01-29 04:21:20] "GET /domain/65230a56-1cf0-4d34-9498-1ad48da04806?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.009836 10.0.0.240 - - [2026-01-29 04:21:20] "POST /id-to-fqname HTTP/1.1" 200 190 0.001930 10.0.0.240 - - [2026-01-29 04:21:20] "POST /fqname-to-id HTTP/1.1" 404 199 0.007920 10.0.0.240 - - [2026-01-29 04:21:20] "POST /security-groups HTTP/1.1" 200 591 0.034306 10.0.0.240 - - [2026-01-29 04:21:20] "POST /projects HTTP/1.1" 200 585 0.241911 10.0.0.147 - - [2026-01-29 04:21:20] "POST /access-control-lists HTTP/1.1" 200 598 0.033204 10.0.0.240 - - [2026-01-29 04:21:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.315147 10.0.0.23 - - [2026-01-29 04:21:20] "GET /project/138289f4-45ab-4f8e-92b4-14f3bce5fcd5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.474474 10.0.0.23 - - [2026-01-29 04:21:21] "GET / HTTP/1.1" 200 36215 0.001669 10.0.0.23 - - [2026-01-29 04:21:21] "GET / HTTP/1.1" 200 36215 0.002668 10.0.0.23 - - [2026-01-29 04:21:22] "POST /fqname-to-id HTTP/1.1" 404 183 0.004838 10.0.0.23 - - [2026-01-29 04:21:22] "POST /api-access-lists HTTP/1.1" 200 523 0.029159 10.0.0.23 - - [2026-01-29 04:21:22] "GET /api-access-list/acd6b0e9-a2ff-4a8e-9f41-c69db9a90ef9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1292 0.006526 10.0.0.23 - - [2026-01-29 04:21:22] "POST /fqname-to-id HTTP/1.1" 401 292 0.000725 10.0.0.23 - - [2026-01-29 04:21:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.069353 10.0.0.240 - - [2026-01-29 04:21:23] "GET /projects?obj_uuids=9eefaedb-a8d9-46c1-b292-e63c414c6e7f&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001735 10.0.0.23 - - [2026-01-29 04:21:23] "GET /project/9eefaedb-a8d9-46c1-b292-e63c414c6e7f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.083027 10.0.0.23 - - [2026-01-29 04:21:23] "GET /virtual-networks?parent_id=9eefaedb-a8d9-46c1-b292-e63c414c6e7f&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.018939 10.0.0.23 - - [2026-01-29 04:21:23] "POST /virtual-networks HTTP/1.1" 200 585 0.117231 10.0.0.147 - - [2026-01-29 04:21:23] "POST /route-targets HTTP/1.1" 200 328 0.023746 10.0.0.23 - - [2026-01-29 04:21:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.049682 10.0.0.23 - - [2026-01-29 04:21:23] "GET /network-ipam/d8462782-70dc-4991-9ab3-834daca9952b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1091 0.018823 10.0.0.240 - - [2026-01-29 04:21:23] "POST /useragent-kv HTTP/1.1" 200 115 0.011920 10.0.0.23 - - [2026-01-29 04:21:23] "POST /ref-update HTTP/1.1" 200 156 0.114981 10.0.0.23 - - [2026-01-29 04:21:24] "POST /neutron/network HTTP/1.1" 200 849 0.060965 10.0.0.23 - - [2026-01-29 04:21:24] "GET /virtual-network/71218ad4-a992-4139-af9c-78ca95b53bd0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2017 0.035451 10.0.0.23 - - [2026-01-29 04:21:24] "POST /neutron/subnet HTTP/1.1" 200 681 0.043939 10.0.0.23 - - [2026-01-29 04:21:24] "POST /fqname-to-id HTTP/1.1" 401 292 0.000452 10.0.0.23 - - [2026-01-29 04:21:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.060566 10.0.0.240 - - [2026-01-29 04:21:24] "GET /projects?obj_uuids=138289f4-45ab-4f8e-92b4-14f3bce5fcd5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001667 10.0.0.23 - - [2026-01-29 04:21:24] "GET /project/138289f4-45ab-4f8e-92b4-14f3bce5fcd5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.101227 10.0.0.23 - - [2026-01-29 04:21:24] "GET /virtual-networks?parent_id=138289f4-45ab-4f8e-92b4-14f3bce5fcd5&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.024283 10.0.0.23 - - [2026-01-29 04:21:25] "POST /virtual-networks HTTP/1.1" 200 585 0.128622 10.0.0.147 - - [2026-01-29 04:21:25] "POST /ref-update HTTP/1.1" 200 156 0.031951 10.0.0.23 - - [2026-01-29 04:21:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.054558 10.0.0.23 - - [2026-01-29 04:21:25] "GET /network-ipam/d8462782-70dc-4991-9ab3-834daca9952b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1091 0.017042 10.0.0.240 - - [2026-01-29 04:21:25] "POST /useragent-kv HTTP/1.1" 200 115 0.010071 10.0.0.23 - - [2026-01-29 04:21:25] "POST /ref-update HTTP/1.1" 200 156 0.097028 10.0.0.23 - - [2026-01-29 04:21:25] "GET /virtual-network/9f0e628e-df02-459e-9596-b19e6cef3806?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2021 0.023986 10.0.0.23 - - [2026-01-29 04:21:25] "POST /neutron/network HTTP/1.1" 200 850 0.066089 10.0.0.23 - - [2026-01-29 04:21:27] "GET /obj-perms HTTP/1.1" 403 257 0.055608 10.0.0.23 - - [2026-01-29 04:21:27] "GET /obj-perms HTTP/1.1" 403 257 0.052675 10.0.0.147 - - [2026-01-29 04:21:27] "GET /obj-perms HTTP/1.1" 403 257 0.048392 10.0.0.147 - - [2026-01-29 04:21:28] "GET /virtual-network/71218ad4-a992-4139-af9c-78ca95b53bd0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 376 0.017387 10.0.0.240 - - [2026-01-29 04:21:28] "POST /fqname-to-id HTTP/1.1" 401 292 0.000547 10.0.0.23 - - [2026-01-29 04:21:29] "GET /obj-perms HTTP/1.1" 200 5030 0.057490 10.0.0.23 - - [2026-01-29 04:21:29] "GET /obj-perms HTTP/1.1" 403 257 0.019062 10.0.0.23 - - [2026-01-29 04:21:29] "PUT /virtual-network/71218ad4-a992-4139-af9c-78ca95b53bd0 HTTP/1.1" 200 265 0.070848 10.0.0.23 - - [2026-01-29 04:21:29] "GET /obj-perms HTTP/1.1" 403 257 0.015467 10.0.0.23 - - [2026-01-29 04:21:30] "GET /obj-perms HTTP/1.1" 403 257 0.040218 10.0.0.147 - - [2026-01-29 04:21:30] "GET /virtual-network/71218ad4-a992-4139-af9c-78ca95b53bd0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 376 0.057946 10.0.0.240 - - [2026-01-29 04:21:30] "GET /obj-perms HTTP/1.1" 403 257 0.044967 10.0.0.23 - - [2026-01-29 04:21:31] "GET /obj-perms HTTP/1.1" 403 257 0.016148 10.0.0.23 - - [2026-01-29 04:21:31] "GET /obj-perms HTTP/1.1" 200 5030 0.004594 10.0.0.23 - - [2026-01-29 04:21:31] "GET /obj-perms HTTP/1.1" 403 257 0.018542 10.0.0.23 - - [2026-01-29 04:21:31] "PUT /virtual-network/71218ad4-a992-4139-af9c-78ca95b53bd0 HTTP/1.1" 200 265 0.100360 10.0.0.240 - - [2026-01-29 04:21:31] "POST /useragent-kv HTTP/1.1" 200 115 0.005359 10.0.0.240 - - [2026-01-29 04:21:31] "POST /useragent-kv HTTP/1.1" 200 115 0.002655 10.0.0.23 - - [2026-01-29 04:21:31] "DELETE /virtual-network/9f0e628e-df02-459e-9596-b19e6cef3806 HTTP/1.1" 200 115 0.161815 10.0.0.147 - - [2026-01-29 04:21:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.006963 10.0.0.240 - - [2026-01-29 04:21:31] "POST /useragent-kv HTTP/1.1" 200 115 0.009769 10.0.0.240 - - [2026-01-29 04:21:31] "POST /useragent-kv HTTP/1.1" 200 115 0.004088 10.0.0.23 - - [2026-01-29 04:21:31] "DELETE /virtual-network/71218ad4-a992-4139-af9c-78ca95b53bd0 HTTP/1.1" 200 115 0.167749 10.0.0.23 - - [2026-01-29 04:21:31] "DELETE /api-access-list/acd6b0e9-a2ff-4a8e-9f41-c69db9a90ef9 HTTP/1.1" 200 115 0.045724 10.0.0.240 - - [2026-01-29 04:21:31] "GET /projects?obj_uuids=138289f4-45ab-4f8e-92b4-14f3bce5fcd5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001072 10.0.0.23 - - [2026-01-29 04:21:32] "GET /project/138289f4-45ab-4f8e-92b4-14f3bce5fcd5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.052604 10.0.0.240 - - [2026-01-29 04:21:32] "GET /projects?obj_uuids=138289f4-45ab-4f8e-92b4-14f3bce5fcd5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001065 10.0.0.23 - - [2026-01-29 04:21:32] "GET /project/138289f4-45ab-4f8e-92b4-14f3bce5fcd5?fields=virtual_networks HTTP/1.1" 200 1034 0.040113 10.0.0.240 - - [2026-01-29 04:21:32] "GET /projects?obj_uuids=138289f4-45ab-4f8e-92b4-14f3bce5fcd5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001235 10.0.0.23 - - [2026-01-29 04:21:32] "GET /project/138289f4-45ab-4f8e-92b4-14f3bce5fcd5?fields=virtual_machine_interfaces HTTP/1.1" 200 1034 0.047831 10.0.0.240 - - [2026-01-29 04:21:32] "GET /projects?obj_uuids=138289f4-45ab-4f8e-92b4-14f3bce5fcd5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001270 10.0.0.23 - - [2026-01-29 04:21:32] "GET /project/138289f4-45ab-4f8e-92b4-14f3bce5fcd5?fields=security_groups HTTP/1.1" 200 1261 0.044494 10.0.0.240 - - [2026-01-29 04:21:32] "GET /projects?obj_uuids=9eefaedb-a8d9-46c1-b292-e63c414c6e7f&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003052 10.0.0.23 - - [2026-01-29 04:21:32] "GET /project/9eefaedb-a8d9-46c1-b292-e63c414c6e7f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.043214 10.0.0.240 - - [2026-01-29 04:21:32] "GET /projects?obj_uuids=9eefaedb-a8d9-46c1-b292-e63c414c6e7f&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001646 10.0.0.23 - - [2026-01-29 04:21:32] "GET /project/9eefaedb-a8d9-46c1-b292-e63c414c6e7f?fields=virtual_networks HTTP/1.1" 200 1035 0.050482 10.0.0.240 - - [2026-01-29 04:21:32] "GET /projects?obj_uuids=9eefaedb-a8d9-46c1-b292-e63c414c6e7f&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001349 10.0.0.23 - - [2026-01-29 04:21:32] "GET /project/9eefaedb-a8d9-46c1-b292-e63c414c6e7f?fields=virtual_machine_interfaces HTTP/1.1" 200 1035 0.053394 10.0.0.240 - - [2026-01-29 04:21:32] "GET /projects?obj_uuids=9eefaedb-a8d9-46c1-b292-e63c414c6e7f&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001132 10.0.0.23 - - [2026-01-29 04:21:33] "GET /project/9eefaedb-a8d9-46c1-b292-e63c414c6e7f?fields=security_groups HTTP/1.1" 200 1262 0.040293 10.0.0.23 - - [2026-01-29 04:21:36] "GET / HTTP/1.1" 200 36215 0.001919 10.0.0.23 - - [2026-01-29 04:21:37] "GET / HTTP/1.1" 200 36215 0.001818 10.0.0.23 - - [2026-01-29 04:21:37] "POST /fqname-to-id HTTP/1.1" 401 292 0.000759 10.0.0.23 - - [2026-01-29 04:21:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.078392 10.0.0.240 - - [2026-01-29 04:21:38] "GET /projects?obj_uuids=fd77d9c9-427f-44aa-ad20-de0631393355&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001127 10.0.0.23 - - [2026-01-29 04:21:38] "GET /project/fd77d9c9-427f-44aa-ad20-de0631393355?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.065914 10.0.0.23 - - [2026-01-29 04:21:38] "GET /virtual-networks?parent_id=fd77d9c9-427f-44aa-ad20-de0631393355&detail=False&count=False&shared=False HTTP/1.1" 403 263 0.012572 10.0.0.23 - - [2026-01-29 04:21:38] "POST /fqname-to-id HTTP/1.1" 404 197 0.012631 10.0.0.23 - - [2026-01-29 04:21:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.012892 10.0.0.240 - - [2026-01-29 04:21:38] "GET /domains?obj_uuids=65230a56-1cf0-4d34-9498-1ad48da04806&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001217 10.0.0.23 - - [2026-01-29 04:21:38] "GET /domain/65230a56-1cf0-4d34-9498-1ad48da04806?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.019603 10.0.0.23 - - [2026-01-29 04:21:38] "POST /service-templates HTTP/1.1" 403 264 0.011394 10.0.0.23 - - [2026-01-29 04:21:38] "POST /fqname-to-id HTTP/1.1" 404 215 0.003376 10.0.0.23 - - [2026-01-29 04:21:38] "POST /api-access-lists HTTP/1.1" 200 557 0.026721 10.0.0.23 - - [2026-01-29 04:21:38] "GET /api-access-list/f1bc5d02-dbc3-473f-9968-c23a2b460d8d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1326 0.006434 10.0.0.23 - - [2026-01-29 04:21:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.026807 10.0.0.240 - - [2026-01-29 04:21:38] "GET /projects?obj_uuids=fd77d9c9-427f-44aa-ad20-de0631393355&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002055 10.0.0.23 - - [2026-01-29 04:21:38] "GET /project/fd77d9c9-427f-44aa-ad20-de0631393355?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.078765 10.0.0.23 - - [2026-01-29 04:21:38] "GET /virtual-networks?parent_id=fd77d9c9-427f-44aa-ad20-de0631393355&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.021203 10.0.0.23 - - [2026-01-29 04:21:39] "POST /virtual-networks HTTP/1.1" 200 585 0.095758 10.0.0.23 - - [2026-01-29 04:21:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.029543 10.0.0.147 - - [2026-01-29 04:21:39] "POST /ref-update HTTP/1.1" 200 156 0.024127 10.0.0.23 - - [2026-01-29 04:21:39] "GET /network-ipam/d8462782-70dc-4991-9ab3-834daca9952b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1091 0.016754 10.0.0.240 - - [2026-01-29 04:21:39] "POST /useragent-kv HTTP/1.1" 200 115 0.004325 10.0.0.23 - - [2026-01-29 04:21:39] "POST /ref-update HTTP/1.1" 200 156 0.089243 10.0.0.23 - - [2026-01-29 04:21:39] "POST /neutron/network HTTP/1.1" 200 849 0.064325 10.0.0.23 - - [2026-01-29 04:21:39] "GET /virtual-network/b4d45745-cc40-4530-a2d8-a424c1f17d3b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2018 0.022900 10.0.0.23 - - [2026-01-29 04:21:39] "POST /neutron/network HTTP/1.1" 200 849 0.072655 10.0.0.23 - - [2026-01-29 04:21:39] "GET /virtual-network/b4d45745-cc40-4530-a2d8-a424c1f17d3b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2018 0.005893 10.0.0.23 - - [2026-01-29 04:21:39] "GET /network-ipam/d8462782-70dc-4991-9ab3-834daca9952b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1091 0.004329 10.0.0.23 - - [2026-01-29 04:21:40] "GET /virtual-network/b4d45745-cc40-4530-a2d8-a424c1f17d3b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2018 0.006286 10.0.0.23 - - [2026-01-29 04:21:40] "GET /obj-perms HTTP/1.1" 200 5030 0.004646 10.0.0.240 - - [2026-01-29 04:21:41] "GET /obj-perms HTTP/1.1" 200 5030 0.060282 10.0.0.23 - - [2026-01-29 04:21:41] "POST /fqname-to-id HTTP/1.1" 404 197 0.017438 10.0.0.23 - - [2026-01-29 04:21:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.015122 10.0.0.240 - - [2026-01-29 04:21:41] "GET /domains?obj_uuids=65230a56-1cf0-4d34-9498-1ad48da04806&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001706 10.0.0.23 - - [2026-01-29 04:21:41] "GET /domain/65230a56-1cf0-4d34-9498-1ad48da04806?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.026961 10.0.0.23 - - [2026-01-29 04:21:41] "POST /service-templates HTTP/1.1" 403 264 0.016170 10.0.0.23 - - [2026-01-29 04:21:41] "POST /fqname-to-id HTTP/1.1" 404 183 0.004038 10.0.0.23 - - [2026-01-29 04:21:41] "POST /api-access-lists HTTP/1.1" 200 523 0.024856 10.0.0.23 - - [2026-01-29 04:21:41] "GET /api-access-list/c0c4f671-ebe9-4e78-a369-ba73ff159387?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1293 0.007172 10.0.0.23 - - [2026-01-29 04:21:41] "POST /fqname-to-id HTTP/1.1" 404 197 0.021945 10.0.0.23 - - [2026-01-29 04:21:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.017467 10.0.0.240 - - [2026-01-29 04:21:41] "GET /domains?obj_uuids=65230a56-1cf0-4d34-9498-1ad48da04806&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001317 10.0.0.23 - - [2026-01-29 04:21:41] "GET /domain/65230a56-1cf0-4d34-9498-1ad48da04806?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.025545 10.0.0.23 - - [2026-01-29 04:21:41] "POST /service-templates HTTP/1.1" 200 553 0.050048 10.0.0.23 - - [2026-01-29 04:21:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.032357 10.0.0.23 - - [2026-01-29 04:21:41] "GET /service-template/f81f57fb-fbd3-4d75-99b2-3d4bb84a5a86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1856 0.021663 10.0.0.23 - - [2026-01-29 04:21:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.018724 10.0.0.23 - - [2026-01-29 04:21:41] "GET /service-template/f81f57fb-fbd3-4d75-99b2-3d4bb84a5a86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1856 0.020005 10.0.0.23 - - [2026-01-29 04:21:43] "GET /virtual-network/b4d45745-cc40-4530-a2d8-a424c1f17d3b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 263 0.056396 10.0.0.147 - - [2026-01-29 04:21:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.027739 10.0.0.240 - - [2026-01-29 04:21:43] "GET /virtual-network/b4d45745-cc40-4530-a2d8-a424c1f17d3b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 263 0.038109 10.0.0.23 - - [2026-01-29 04:21:44] "GET /api-access-list/f1bc5d02-dbc3-473f-9968-c23a2b460d8d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1326 0.004857 10.0.0.23 - - [2026-01-29 04:21:44] "PUT /api-access-list/f1bc5d02-dbc3-473f-9968-c23a2b460d8d HTTP/1.1" 200 265 0.013875 10.0.0.23 - - [2026-01-29 04:21:44] "POST /fqname-to-id HTTP/1.1" 401 292 0.000534 10.0.0.23 - - [2026-01-29 04:21:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.046687 10.0.0.240 - - [2026-01-29 04:21:44] "GET /projects?obj_uuids=fd77d9c9-427f-44aa-ad20-de0631393355&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001709 10.0.0.23 - - [2026-01-29 04:21:44] "GET /project/fd77d9c9-427f-44aa-ad20-de0631393355?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.065420 10.0.0.23 - - [2026-01-29 04:21:44] "GET /virtual-networks?parent_id=fd77d9c9-427f-44aa-ad20-de0631393355&detail=False&count=False&shared=False HTTP/1.1" 200 372 0.022275 10.0.0.23 - - [2026-01-29 04:21:44] "POST /virtual-networks HTTP/1.1" 403 263 0.018414 10.0.0.23 - - [2026-01-29 04:21:45] "GET /obj-perms HTTP/1.1" 403 257 0.017978 10.0.0.23 - - [2026-01-29 04:21:45] "GET /obj-perms HTTP/1.1" 403 257 0.015798 10.0.0.23 - - [2026-01-29 04:21:45] "GET /api-access-list/c0c4f671-ebe9-4e78-a369-ba73ff159387?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1293 0.005065 10.0.0.23 - - [2026-01-29 04:21:45] "PUT /api-access-list/c0c4f671-ebe9-4e78-a369-ba73ff159387 HTTP/1.1" 200 265 0.017141 10.0.0.23 - - [2026-01-29 04:21:45] "POST /fqname-to-id HTTP/1.1" 404 197 0.017778 10.0.0.23 - - [2026-01-29 04:21:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.017413 10.0.0.240 - - [2026-01-29 04:21:45] "GET /domains?obj_uuids=65230a56-1cf0-4d34-9498-1ad48da04806&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001629 10.0.0.23 - - [2026-01-29 04:21:45] "GET /domain/65230a56-1cf0-4d34-9498-1ad48da04806?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.024157 10.0.0.23 - - [2026-01-29 04:21:45] "POST /service-templates HTTP/1.1" 403 264 0.014338 10.0.0.23 - - [2026-01-29 04:21:45] "GET /api-access-list/f1bc5d02-dbc3-473f-9968-c23a2b460d8d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1463 0.004749 10.0.0.23 - - [2026-01-29 04:21:45] "PUT /api-access-list/f1bc5d02-dbc3-473f-9968-c23a2b460d8d HTTP/1.1" 200 265 0.011528 10.0.0.23 - - [2026-01-29 04:21:45] "GET /api-access-list/c0c4f671-ebe9-4e78-a369-ba73ff159387?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1431 0.003788 10.0.0.23 - - [2026-01-29 04:21:45] "PUT /api-access-list/c0c4f671-ebe9-4e78-a369-ba73ff159387 HTTP/1.1" 200 265 0.012221 10.0.0.23 - - [2026-01-29 04:21:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003798 10.0.0.23 - - [2026-01-29 04:21:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004831 10.0.0.147 - - [2026-01-29 04:21:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.008379 10.0.0.147 - - [2026-01-29 04:21:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.002999 10.0.0.240 - - [2026-01-29 04:21:47] "GET /virtual-network/b4d45745-cc40-4530-a2d8-a424c1f17d3b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 263 0.013323 10.0.0.240 - - [2026-01-29 04:21:47] "GET /virtual-network/b4d45745-cc40-4530-a2d8-a424c1f17d3b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 263 0.042852 10.0.0.23 - - [2026-01-29 04:21:47] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 403 263 0.038281 10.0.0.23 - - [2026-01-29 04:21:47] "GET /api-access-list/fb1e65fe-6601-4336-b2ed-3748cbca06d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2413 0.004545 10.0.0.23 - - [2026-01-29 04:21:47] "PUT /api-access-list/fb1e65fe-6601-4336-b2ed-3748cbca06d8 HTTP/1.1" 200 265 0.014110 10.0.0.23 - - [2026-01-29 04:21:48] "GET /virtual-network/b4d45745-cc40-4530-a2d8-a424c1f17d3b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2018 0.024617 10.0.0.23 - - [2026-01-29 04:21:48] "DELETE /api-access-list/f1bc5d02-dbc3-473f-9968-c23a2b460d8d HTTP/1.1" 200 115 0.033696 10.0.0.23 - - [2026-01-29 04:21:48] "DELETE /api-access-list/c0c4f671-ebe9-4e78-a369-ba73ff159387 HTTP/1.1" 200 115 0.029157 10.0.0.23 - - [2026-01-29 04:21:49] "GET /obj-perms HTTP/1.1" 403 257 0.040594 10.0.0.147 - - [2026-01-29 04:21:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003492 10.0.0.240 - - [2026-01-29 04:21:50] "GET /virtual-network/b4d45745-cc40-4530-a2d8-a424c1f17d3b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 263 0.046947 10.0.0.23 - - [2026-01-29 04:21:50] "GET /obj-perms HTTP/1.1" 403 257 0.013264 10.0.0.23 - - [2026-01-29 04:21:50] "GET /api-access-list/fb1e65fe-6601-4336-b2ed-3748cbca06d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2688 0.004358 10.0.0.23 - - [2026-01-29 04:21:50] "PUT /api-access-list/fb1e65fe-6601-4336-b2ed-3748cbca06d8 HTTP/1.1" 200 265 0.013163 10.0.0.23 - - [2026-01-29 04:21:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003735 10.0.0.23 - - [2026-01-29 04:21:50] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 372 0.030395 10.0.0.23 - - [2026-01-29 04:21:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.014641 10.0.0.23 - - [2026-01-29 04:21:50] "DELETE /service-template/f81f57fb-fbd3-4d75-99b2-3d4bb84a5a86 HTTP/1.1" 200 115 0.037519 10.0.0.23 - - [2026-01-29 04:21:50] "POST /fqname-to-id HTTP/1.1" 404 197 0.019137 10.0.0.240 - - [2026-01-29 04:21:50] "POST /useragent-kv HTTP/1.1" 200 115 0.003585 10.0.0.240 - - [2026-01-29 04:21:50] "POST /useragent-kv HTTP/1.1" 200 115 0.002739 10.0.0.23 - - [2026-01-29 04:21:50] "DELETE /virtual-network/b4d45745-cc40-4530-a2d8-a424c1f17d3b HTTP/1.1" 200 115 0.124857 10.0.0.23 - - [2026-01-29 04:21:50] "GET /api-access-list/fb1e65fe-6601-4336-b2ed-3748cbca06d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2969 0.007470 10.0.0.23 - - [2026-01-29 04:21:50] "PUT /api-access-list/fb1e65fe-6601-4336-b2ed-3748cbca06d8 HTTP/1.1" 200 265 0.015643 10.0.0.23 - - [2026-01-29 04:21:50] "GET /api-access-list/fb1e65fe-6601-4336-b2ed-3748cbca06d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2694 0.006050 10.0.0.23 - - [2026-01-29 04:21:50] "PUT /api-access-list/fb1e65fe-6601-4336-b2ed-3748cbca06d8 HTTP/1.1" 200 265 0.014431 10.0.0.23 - - [2026-01-29 04:21:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004792 10.0.0.240 - - [2026-01-29 04:21:53] "GET /projects?obj_uuids=fd77d9c9-427f-44aa-ad20-de0631393355&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001663 10.0.0.23 - - [2026-01-29 04:21:53] "GET /project/fd77d9c9-427f-44aa-ad20-de0631393355?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.050272 10.0.0.240 - - [2026-01-29 04:21:54] "POST /useragent-kv HTTP/1.1" 200 115 0.005327 10.0.0.23 - - [2026-01-29 04:21:54] "POST /neutron/subnet HTTP/1.1" 200 728 0.257456 10.0.0.23 - - [2026-01-29 04:21:54] "POST /id-to-fqname HTTP/1.1" 200 240 0.001532 10.0.0.23 - - [2026-01-29 04:21:54] "GET /virtual-network/0fba95ea-20e1-4eb0-af3e-e3bed8e3dec7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2108 0.011301 10.0.0.23 - - [2026-01-29 04:21:54] "GET /virtual-network/0fba95ea-20e1-4eb0-af3e-e3bed8e3dec7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2108 0.007576 10.0.0.23 - - [2026-01-29 04:21:54] "POST /neutron/network HTTP/1.1" 200 863 0.008066 10.0.0.23 - - [2026-01-29 04:21:54] "GET /virtual-network/0fba95ea-20e1-4eb0-af3e-e3bed8e3dec7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2108 0.005930 10.0.0.23 - - [2026-01-29 04:21:54] "GET /network-ipam/d8462782-70dc-4991-9ab3-834daca9952b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1091 0.005181 10.0.0.147 - - [2026-01-29 04:21:54] "POST /route-targets HTTP/1.1" 200 328 0.016222 10.0.0.23 - - [2026-01-29 04:21:54] "GET /virtual-network/0fba95ea-20e1-4eb0-af3e-e3bed8e3dec7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2108 0.005962 10.0.0.23 - - [2026-01-29 04:21:55] "POST /fqname-to-id HTTP/1.1" 404 215 0.003868 10.0.0.23 - - [2026-01-29 04:21:55] "POST /api-access-lists HTTP/1.1" 200 557 0.030140 10.0.0.23 - - [2026-01-29 04:21:55] "GET /api-access-list/59ffddc9-9f37-4b8d-8425-b089c04590d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2443 0.006718 10.0.0.23 - - [2026-01-29 04:21:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.029767 10.0.0.240 - - [2026-01-29 04:21:55] "GET /projects?obj_uuids=fd77d9c9-427f-44aa-ad20-de0631393355&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001997 10.0.0.23 - - [2026-01-29 04:21:55] "GET /project/fd77d9c9-427f-44aa-ad20-de0631393355?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.089603 10.0.0.23 - - [2026-01-29 04:21:55] "POST /neutron/network HTTP/1.1" 200 117 0.072840 10.0.0.147 - - [2026-01-29 04:21:56] "POST /ref-update HTTP/1.1" 200 156 0.034897 10.0.0.23 - - [2026-01-29 04:21:56] "POST /neutron/network HTTP/1.1" 200 693 0.041968 10.0.0.23 - - [2026-01-29 04:21:56] "POST /id-to-fqname HTTP/1.1" 200 240 0.014888 10.0.0.23 - - [2026-01-29 04:21:56] "GET /virtual-network/e8a240e3-e29a-4d28-a9e1-242734927cee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2132 0.024314 10.0.0.23 - - [2026-01-29 04:21:56] "POST /neutron/network HTTP/1.1" 200 866 0.031727 10.0.0.23 - - [2026-01-29 04:21:56] "GET /virtual-network/e8a240e3-e29a-4d28-a9e1-242734927cee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2132 0.021294 10.0.0.23 - - [2026-01-29 04:21:56] "POST /neutron/network HTTP/1.1" 200 866 0.006916 10.0.0.23 - - [2026-01-29 04:21:56] "GET /virtual-network/e8a240e3-e29a-4d28-a9e1-242734927cee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2132 0.006114 10.0.0.23 - - [2026-01-29 04:21:56] "GET /network-ipam/d8462782-70dc-4991-9ab3-834daca9952b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1091 0.004136 10.0.0.23 - - [2026-01-29 04:21:56] "GET /virtual-network/e8a240e3-e29a-4d28-a9e1-242734927cee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2132 0.006593 10.0.0.147 - - [2026-01-29 04:21:57] "GET /obj-perms HTTP/1.1" 200 5030 0.145161 10.0.0.23 - - [2026-01-29 04:21:57] "POST /fqname-to-id HTTP/1.1" 404 232 0.019538 10.0.0.147 - - [2026-01-29 04:21:57] "POST /fqname-to-id HTTP/1.1" 404 263 0.005364 10.0.0.147 - - [2026-01-29 04:21:57] "PUT /access-control-list/454b963c-fdb6-44a9-acad-5a0ab97ffd3c HTTP/1.1" 200 273 0.022124 10.0.0.23 - - [2026-01-29 04:21:58] "POST /neutron/security_group HTTP/1.1" 200 2084 0.018352 10.0.0.240 - - [2026-01-29 04:21:58] "GET /projects?obj_uuids=fd77d9c9-427f-44aa-ad20-de0631393355&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001422 10.0.0.23 - - [2026-01-29 04:21:58] "POST /neutron/security_group_rule HTTP/1.1" 200 151 0.223812 10.0.0.147 - - [2026-01-29 04:21:58] "PUT /access-control-list/454b963c-fdb6-44a9-acad-5a0ab97ffd3c HTTP/1.1" 200 273 0.012670 10.0.0.23 - - [2026-01-29 04:21:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.046852 10.0.0.23 - - [2026-01-29 04:21:58] "GET /security-group/b329f630-1587-45a9-bd5b-eede69f04c91?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1319 0.018851 10.0.0.240 - - [2026-01-29 04:21:59] "GET /projects?obj_uuids=fd77d9c9-427f-44aa-ad20-de0631393355&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001490 10.0.0.23 - - [2026-01-29 04:21:59] "POST /neutron/security_group_rule HTTP/1.1" 200 1749 0.092176 10.0.0.23 - - [2026-01-29 04:21:59] "POST /id-to-fqname HTTP/1.1" 200 240 0.013999 10.0.0.240 - - [2026-01-29 04:22:00] "GET /projects?obj_uuids=fd77d9c9-427f-44aa-ad20-de0631393355&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001202 10.0.0.23 - - [2026-01-29 04:22:00] "GET /project/fd77d9c9-427f-44aa-ad20-de0631393355?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.088763 10.0.0.23 - - [2026-01-29 04:22:01] "POST /neutron/port HTTP/1.1" 200 117 0.042014 10.0.0.23 - - [2026-01-29 04:22:01] "POST /neutron/network HTTP/1.1" 200 876 0.064941 10.0.0.23 - - [2026-01-29 04:22:02] "POST /neutron/port HTTP/1.1" 200 1062 0.053046 10.0.0.23 - - [2026-01-29 04:22:02] "POST /neutron/port HTTP/1.1" 200 1126 0.020890 10.0.0.23 - - [2026-01-29 04:22:02] "POST /neutron/port HTTP/1.1" 200 117 0.001529 10.0.0.23 - - [2026-01-29 04:22:06] "POST /neutron/security_group HTTP/1.1" 200 2058 0.009802 10.0.0.23 - - [2026-01-29 04:22:06] "POST /neutron/port HTTP/1.1" 200 1126 0.018750 10.0.0.23 - - [2026-01-29 04:22:06] "POST /neutron/security_group HTTP/1.1" 200 2058 0.009350 10.0.0.23 - - [2026-01-29 04:22:06] "GET /virtual-machine/6a01ffd9-a5c1-42fc-96fb-e2a69dcb1608 HTTP/1.1" 401 292 0.000515 10.0.0.23 - - [2026-01-29 04:22:06] "GET /virtual-machine/6a01ffd9-a5c1-42fc-96fb-e2a69dcb1608 HTTP/1.1" 200 1294 0.055017 10.0.0.23 - - [2026-01-29 04:22:07] "GET /virtual-machine/6a01ffd9-a5c1-42fc-96fb-e2a69dcb1608 HTTP/1.1" 200 1294 0.017620 10.0.0.23 - - [2026-01-29 04:22:07] "GET /virtual-machine-interface/9db09d65-9843-45b3-ae99-41c24214b787 HTTP/1.1" 200 3031 0.024838 10.0.0.23 - - [2026-01-29 04:22:07] "GET /virtual-machine/6a01ffd9-a5c1-42fc-96fb-e2a69dcb1608 HTTP/1.1" 200 1294 0.030287 10.0.0.23 - - [2026-01-29 04:22:07] "GET /virtual-machine-interface/9db09d65-9843-45b3-ae99-41c24214b787 HTTP/1.1" 200 3031 0.022815 10.0.0.23 - - [2026-01-29 04:22:07] "GET /instance-ip/0efe54f1-6585-45f0-a03a-780f10f3ff1a HTTP/1.1" 200 1645 0.040755 10.0.0.23 - - [2026-01-29 04:22:07] "GET /virtual-machine/6a01ffd9-a5c1-42fc-96fb-e2a69dcb1608 HTTP/1.1" 200 1294 0.017702 10.0.0.23 - - [2026-01-29 04:22:07] "GET /virtual-machine-interface/9db09d65-9843-45b3-ae99-41c24214b787 HTTP/1.1" 200 3031 0.036320 10.0.0.23 - - [2026-01-29 04:22:07] "GET /instance-ip/0efe54f1-6585-45f0-a03a-780f10f3ff1a HTTP/1.1" 200 1645 0.036947 10.0.0.23 - - [2026-01-29 04:22:07] "POST /fqname-to-id HTTP/1.1" 403 354 0.015102 10.0.0.23 - - [2026-01-29 04:22:07] "GET / HTTP/1.1" 200 36215 0.001944 10.0.0.23 - - [2026-01-29 04:22:07] "POST /fqname-to-id HTTP/1.1" 401 292 0.000677 10.0.0.23 - - [2026-01-29 04:22:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.039919 10.0.0.23 - - [2026-01-29 04:22:08] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005427 10.0.0.23 - - [2026-01-29 04:22:08] "GET /virtual-networks?parent_id=fd77d9c9-427f-44aa-ad20-de0631393355&detail=False&count=False&shared=False HTTP/1.1" 200 613 0.036053 10.0.0.23 - - [2026-01-29 04:22:08] "GET /virtual-network/e8a240e3-e29a-4d28-a9e1-242734927cee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2132 0.021816 10.0.0.23 - - [2026-01-29 04:22:08] "POST /fqname-to-id HTTP/1.1" 403 354 0.021323 10.0.0.23 - - [2026-01-29 04:22:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003814 10.0.0.23 - - [2026-01-29 04:22:08] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004375 10.0.0.23 - - [2026-01-29 04:22:08] "GET /virtual-networks?parent_id=fd77d9c9-427f-44aa-ad20-de0631393355&detail=False&count=False&shared=False HTTP/1.1" 200 613 0.021048 10.0.0.23 - - [2026-01-29 04:22:08] "GET /virtual-network/e8a240e3-e29a-4d28-a9e1-242734927cee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2132 0.022883 10.0.0.23 - - [2026-01-29 04:22:08] "POST /fqname-to-id HTTP/1.1" 403 354 0.033829 10.0.0.23 - - [2026-01-29 04:22:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004326 10.0.0.23 - - [2026-01-29 04:22:08] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005006 10.0.0.23 - - [2026-01-29 04:22:08] "GET /virtual-networks?parent_id=fd77d9c9-427f-44aa-ad20-de0631393355&detail=False&count=False&shared=False HTTP/1.1" 200 613 0.028570 10.0.0.23 - - [2026-01-29 04:22:08] "GET /virtual-network/e8a240e3-e29a-4d28-a9e1-242734927cee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2132 0.021220 10.0.0.23 - - [2026-01-29 04:22:08] "POST /fqname-to-id HTTP/1.1" 403 354 0.017729 10.0.0.23 - - [2026-01-29 04:22:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004089 10.0.0.23 - - [2026-01-29 04:22:08] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004183 10.0.0.23 - - [2026-01-29 04:22:08] "GET /virtual-networks?parent_id=fd77d9c9-427f-44aa-ad20-de0631393355&detail=False&count=False&shared=False HTTP/1.1" 200 613 0.020861 10.0.0.23 - - [2026-01-29 04:22:08] "GET /virtual-network/e8a240e3-e29a-4d28-a9e1-242734927cee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2132 0.020007 10.0.0.23 - - [2026-01-29 04:22:08] "POST /fqname-to-id HTTP/1.1" 403 354 0.021205 10.0.0.23 - - [2026-01-29 04:22:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.006308 10.0.0.23 - - [2026-01-29 04:22:08] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004244 10.0.0.23 - - [2026-01-29 04:22:08] "GET /virtual-networks?parent_id=fd77d9c9-427f-44aa-ad20-de0631393355&detail=False&count=False&shared=False HTTP/1.1" 200 613 0.025417 10.0.0.23 - - [2026-01-29 04:22:08] "GET /virtual-network/e8a240e3-e29a-4d28-a9e1-242734927cee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2132 0.027431 10.0.0.240 - - [2026-01-29 04:22:11] "DELETE /project/138289f445ab4f8e92b414f3bce5fcd5 HTTP/1.1" 404 173 0.034229 10.0.0.240 - - [2026-01-29 04:22:11] "DELETE /project/9eefaedba8d946c1b292e63c414c6e7f HTTP/1.1" 404 173 0.015333 10.0.0.240 - - [2026-01-29 04:22:11] "DELETE /project/fd77d9c9427f44aaad20de0631393355 HTTP/1.1" 404 173 0.017568 10.0.0.240 - - [2026-01-29 04:22:11] "GET /projects?obj_uuids=138289f4-45ab-4f8e-92b4-14f3bce5fcd5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001450 10.0.0.240 - - [2026-01-29 04:22:11] "GET /projects?obj_uuids=9eefaedb-a8d9-46c1-b292-e63c414c6e7f&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001111 10.0.0.240 - - [2026-01-29 04:22:11] "GET /projects?obj_uuids=cd333d29-f6ce-4488-8a08-b9195c8adc60&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001040 10.0.0.240 - - [2026-01-29 04:22:11] "GET /project/9eefaedb-a8d9-46c1-b292-e63c414c6e7f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1469 0.091228 10.0.0.240 - - [2026-01-29 04:22:11] "GET /project/138289f4-45ab-4f8e-92b4-14f3bce5fcd5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1468 0.114981 10.0.0.240 - - [2026-01-29 04:22:11] "GET /project/cd333d29-f6ce-4488-8a08-b9195c8adc60?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1448 0.136011 10.0.0.240 - - [2026-01-29 04:22:11] "GET /projects?obj_uuids=9eefaedb-a8d9-46c1-b292-e63c414c6e7f&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001891 10.0.0.240 - - [2026-01-29 04:22:11] "GET /projects?obj_uuids=138289f4-45ab-4f8e-92b4-14f3bce5fcd5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001232 10.0.0.240 - - [2026-01-29 04:22:11] "GET /projects?obj_uuids=cd333d29-f6ce-4488-8a08-b9195c8adc60&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001707 10.0.0.240 - - [2026-01-29 04:22:11] "GET /project/138289f4-45ab-4f8e-92b4-14f3bce5fcd5?fields=security_groups HTTP/1.1" 200 1363 0.095207 10.0.0.240 - - [2026-01-29 04:22:11] "GET /project/9eefaedb-a8d9-46c1-b292-e63c414c6e7f?fields=security_groups HTTP/1.1" 200 1364 0.123054 10.0.0.240 - - [2026-01-29 04:22:11] "GET /project/cd333d29-f6ce-4488-8a08-b9195c8adc60?fields=security_groups HTTP/1.1" 200 1092 0.113802 10.0.0.240 - - [2026-01-29 04:22:11] "GET /projects?obj_uuids=cd333d29-f6ce-4488-8a08-b9195c8adc60&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.004416 10.0.0.240 - - [2026-01-29 04:22:11] "GET /project/cd333d29-f6ce-4488-8a08-b9195c8adc60?fields=application_policy_sets HTTP/1.1" 200 1387 0.111168 10.0.0.240 - - [2026-01-29 04:22:11] "DELETE /security-group/08500087-d2f2-4ba1-8efe-1a2e81f8b6ac HTTP/1.1" 200 115 0.157186 10.0.0.240 - - [2026-01-29 04:22:11] "GET /projects?obj_uuids=9eefaedb-a8d9-46c1-b292-e63c414c6e7f&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001573 10.0.0.240 - - [2026-01-29 04:22:11] "DELETE /project/cd333d29-f6ce-4488-8a08-b9195c8adc60 HTTP/1.1" 404 190 0.537466 10.0.0.240 - - [2026-01-29 04:22:11] "DELETE /security-group/901caa3c-13af-4abc-903f-5ac1c4a552ab HTTP/1.1" 200 115 0.239029 10.0.0.240 - - [2026-01-29 04:22:11] "GET /projects?obj_uuids=138289f4-45ab-4f8e-92b4-14f3bce5fcd5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002088 10.0.0.147 - - [2026-01-29 04:22:11] "DELETE /access-control-list/4e8a9ecd-258b-4ecd-adff-bb0f5294e278 HTTP/1.1" 200 115 0.160266 10.0.0.240 - - [2026-01-29 04:22:11] "GET /project/9eefaedb-a8d9-46c1-b292-e63c414c6e7f?fields=application_policy_sets HTTP/1.1" 200 1403 0.141980 10.0.0.240 - - [2026-01-29 04:22:11] "GET /project/138289f4-45ab-4f8e-92b4-14f3bce5fcd5?fields=application_policy_sets HTTP/1.1" 200 1402 0.152512 10.0.0.23 - - [2026-01-29 04:22:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.073411 10.0.0.147 - - [2026-01-29 04:22:12] "DELETE /access-control-list/a4488a95-0eda-419d-85bf-85b7172d537f HTTP/1.1" 200 115 0.094958 10.0.0.23 - - [2026-01-29 04:22:12] "GET /virtual-network/e8a240e3-e29a-4d28-a9e1-242734927cee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2132 0.070186 10.0.0.240 - - [2026-01-29 04:22:12] "DELETE /project/9eefaedb-a8d9-46c1-b292-e63c414c6e7f HTTP/1.1" 200 115 0.906376 10.0.0.240 - - [2026-01-29 04:22:12] "DELETE /project/138289f4-45ab-4f8e-92b4-14f3bce5fcd5 HTTP/1.1" 200 115 0.970965 10.0.0.23 - - [2026-01-29 04:22:14] "POST /fqname-to-id HTTP/1.1" 403 354 0.018918 10.0.0.23 - - [2026-01-29 04:22:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003096 10.0.0.23 - - [2026-01-29 04:22:14] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004860 10.0.0.23 - - [2026-01-29 04:22:14] "GET /virtual-networks?parent_id=fd77d9c9-427f-44aa-ad20-de0631393355&detail=False&count=False&shared=False HTTP/1.1" 200 613 0.024923 10.0.0.23 - - [2026-01-29 04:22:14] "GET /virtual-network/e8a240e3-e29a-4d28-a9e1-242734927cee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2132 0.021820 10.0.0.23 - - [2026-01-29 04:22:14] "POST /fqname-to-id HTTP/1.1" 403 354 0.018437 10.0.0.23 - - [2026-01-29 04:22:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003089 10.0.0.23 - - [2026-01-29 04:22:14] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005713 10.0.0.23 - - [2026-01-29 04:22:14] "GET /virtual-networks?parent_id=fd77d9c9-427f-44aa-ad20-de0631393355&detail=False&count=False&shared=False HTTP/1.1" 200 613 0.021144 10.0.0.23 - - [2026-01-29 04:22:14] "GET /virtual-network/e8a240e3-e29a-4d28-a9e1-242734927cee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2132 0.019438 10.0.0.23 - - [2026-01-29 04:22:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.015118 10.0.0.23 - - [2026-01-29 04:22:14] "GET /routing-instance/7e23d748-f8d2-4a9f-a4b3-89402c69cd62?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1361 0.018782 10.0.0.23 - - [2026-01-29 04:22:14] "POST /fqname-to-id HTTP/1.1" 403 354 0.017661 10.0.0.23 - - [2026-01-29 04:22:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003970 10.0.0.23 - - [2026-01-29 04:22:14] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004305 10.0.0.23 - - [2026-01-29 04:22:14] "GET /virtual-networks?parent_id=fd77d9c9-427f-44aa-ad20-de0631393355&detail=False&count=False&shared=False HTTP/1.1" 200 613 0.022533 10.0.0.23 - - [2026-01-29 04:22:14] "GET /virtual-network/e8a240e3-e29a-4d28-a9e1-242734927cee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2132 0.021005 10.0.0.23 - - [2026-01-29 04:22:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.030913 10.0.0.23 - - [2026-01-29 04:22:14] "GET /routing-instance/7e23d748-f8d2-4a9f-a4b3-89402c69cd62?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1361 0.022370 10.0.0.240 - - [2026-01-29 04:22:15] "GET /obj-perms HTTP/1.1" 403 257 0.014669 10.0.0.23 - - [2026-01-29 04:22:15] "GET /obj-perms HTTP/1.1" 403 257 0.012943 10.0.0.23 - - [2026-01-29 04:22:15] "GET /obj-perms HTTP/1.1" 403 257 0.012612 10.0.0.240 - - [2026-01-29 04:22:15] "GET /virtual-machine/6a01ffd9-a5c1-42fc-96fb-e2a69dcb1608?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 993 0.018844 10.0.0.23 - - [2026-01-29 04:22:15] "GET /obj-perms HTTP/1.1" 403 257 0.013230 10.0.0.23 - - [2026-01-29 04:22:15] "GET /obj-perms HTTP/1.1" 403 257 0.014186 10.0.0.23 - - [2026-01-29 04:22:15] "GET /obj-perms HTTP/1.1" 403 257 0.023001 10.0.0.23 - - [2026-01-29 04:22:15] "GET /obj-perms HTTP/1.1" 403 257 0.035308 10.0.0.240 - - [2026-01-29 04:22:15] "GET /obj-perms HTTP/1.1" 200 5030 0.003982 10.0.0.23 - - [2026-01-29 04:22:15] "GET /obj-perms HTTP/1.1" 403 257 0.013066 10.0.0.23 - - [2026-01-29 04:22:16] "GET /obj-perms HTTP/1.1" 200 5030 0.004206 10.0.0.240 - - [2026-01-29 04:22:16] "GET /virtual-machines?detail=False&count=False&shared=False HTTP/1.1" 200 321 0.024706 10.0.0.23 - - [2026-01-29 04:22:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.019694 10.0.0.240 - - [2026-01-29 04:22:16] "GET /projects?obj_uuids=fd77d9c9-427f-44aa-ad20-de0631393355&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001874 10.0.0.23 - - [2026-01-29 04:22:16] "GET /project/fd77d9c9-427f-44aa-ad20-de0631393355?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.094949 10.0.0.23 - - [2026-01-29 04:22:16] "GET /virtual-network/0fba95ea-20e1-4eb0-af3e-e3bed8e3dec7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2108 0.028785 10.0.0.23 - - [2026-01-29 04:22:16] "GET /floating-ip-pools?parent_id=0fba95ea-20e1-4eb0-af3e-e3bed8e3dec7&detail=False&count=False&shared=False HTTP/1.1" 200 394 0.026654 10.0.0.23 - - [2026-01-29 04:22:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.019578 10.0.0.23 - - [2026-01-29 04:22:16] "GET /floating-ip-pool/e6c1f6df-d5db-4fa8-aff1-6176dc1ef66f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1184 0.021853 10.0.0.240 - - [2026-01-29 04:22:16] "GET /projects?obj_uuids=fd77d9c9-427f-44aa-ad20-de0631393355&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001408 10.0.0.23 - - [2026-01-29 04:22:17] "GET /project/fd77d9c9-427f-44aa-ad20-de0631393355?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.076234 10.0.0.23 - - [2026-01-29 04:22:17] "POST /floating-ips HTTP/1.1" 200 618 0.076911 10.0.0.23 - - [2026-01-29 04:22:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.024096 10.0.0.23 - - [2026-01-29 04:22:17] "GET /floating-ip/6da416cb-99aa-4c68-9a9e-9fc0138d35fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1479 0.018751 10.0.0.23 - - [2026-01-29 04:22:17] "GET /floating-ip/6da416cb-99aa-4c68-9a9e-9fc0138d35fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1479 0.019569 10.0.0.23 - - [2026-01-29 04:22:17] "GET /virtual-machine/6a01ffd9-a5c1-42fc-96fb-e2a69dcb1608?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 993 0.019251 10.0.0.23 - - [2026-01-29 04:22:17] "GET /virtual-machine/6a01ffd9-a5c1-42fc-96fb-e2a69dcb1608?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1205 0.020410 10.0.0.23 - - [2026-01-29 04:22:17] "GET /virtual-machine-interface/9db09d65-9843-45b3-ae99-41c24214b787?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2809 0.026372 10.0.0.23 - - [2026-01-29 04:22:17] "POST /ref-update HTTP/1.1" 200 156 0.026504 10.0.0.23 - - [2026-01-29 04:22:17] "POST /neutron/floatingip HTTP/1.1" 200 548 0.100864 10.0.0.23 - - [2026-01-29 04:22:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.016140 10.0.0.23 - - [2026-01-29 04:22:17] "GET /routing-instance/cbf48c05-f9a9-423a-a8ef-0ba750edb896?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.023247 10.0.0.23 - - [2026-01-29 04:22:17] "GET /obj-perms HTTP/1.1" 403 257 0.043632 10.0.0.23 - - [2026-01-29 04:22:18] "GET /obj-perms HTTP/1.1" 403 257 0.013507 10.0.0.23 - - [2026-01-29 04:22:18] "POST /neutron/port HTTP/1.1" 200 1116 0.093818 10.0.0.23 - - [2026-01-29 04:22:18] "GET /virtual-machine/6a01ffd9-a5c1-42fc-96fb-e2a69dcb1608 HTTP/1.1" 200 1294 0.019335 10.0.0.23 - - [2026-01-29 04:22:18] "GET /virtual-machine-interface/9db09d65-9843-45b3-ae99-41c24214b787 HTTP/1.1" 200 3595 0.019970 10.0.0.23 - - [2026-01-29 04:22:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.019836 10.0.0.23 - - [2026-01-29 04:22:18] "GET /security-group/b329f630-1587-45a9-bd5b-eede69f04c91?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1319 0.019001 10.0.0.23 - - [2026-01-29 04:22:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.016377 10.0.0.23 - - [2026-01-29 04:22:18] "GET /security-group/b329f630-1587-45a9-bd5b-eede69f04c91?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1319 0.017385 10.0.0.23 - - [2026-01-29 04:22:18] "POST /neutron/security_group HTTP/1.1" 200 568 0.017484 10.0.0.23 - - [2026-01-29 04:22:19] "DELETE /floating-ip/6da416cb-99aa-4c68-9a9e-9fc0138d35fc HTTP/1.1" 200 115 0.070146 10.0.0.23 - - [2026-01-29 04:22:19] "GET /virtual-machine/6a01ffd9-a5c1-42fc-96fb-e2a69dcb1608 HTTP/1.1" 200 1294 0.027023 10.0.0.23 - - [2026-01-29 04:22:19] "POST /neutron/port HTTP/1.1" 200 151 0.182755 10.0.0.23 - - [2026-01-29 04:22:21] "GET /virtual-machine/6a01ffd9-a5c1-42fc-96fb-e2a69dcb1608 HTTP/1.1" 404 171 0.020318 10.0.0.23 - - [2026-01-29 04:22:21] "GET /virtual-machine/6a01ffd9-a5c1-42fc-96fb-e2a69dcb1608 HTTP/1.1" 404 171 0.017467 10.0.0.23 - - [2026-01-29 04:22:21] "GET /virtual-machine/6a01ffd9-a5c1-42fc-96fb-e2a69dcb1608 HTTP/1.1" 404 171 0.015338 10.0.0.23 - - [2026-01-29 04:22:21] "POST /fqname-to-id HTTP/1.1" 403 354 0.017398 10.0.0.23 - - [2026-01-29 04:22:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.002929 10.0.0.23 - - [2026-01-29 04:22:21] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004348 10.0.0.23 - - [2026-01-29 04:22:21] "GET /virtual-networks?parent_id=fd77d9c9-427f-44aa-ad20-de0631393355&detail=False&count=False&shared=False HTTP/1.1" 200 613 0.020823 10.0.0.23 - - [2026-01-29 04:22:21] "GET /virtual-network/e8a240e3-e29a-4d28-a9e1-242734927cee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2132 0.024178 10.0.0.23 - - [2026-01-29 04:22:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.015808 10.0.0.23 - - [2026-01-29 04:22:21] "GET /routing-instance/7e23d748-f8d2-4a9f-a4b3-89402c69cd62?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1361 0.020050 10.0.0.23 - - [2026-01-29 04:22:21] "GET /obj-perms HTTP/1.1" 403 257 0.014009 10.0.0.23 - - [2026-01-29 04:22:22] "GET /obj-perms HTTP/1.1" 200 5030 0.003941 10.0.0.240 - - [2026-01-29 04:22:25] "GET /obj-perms HTTP/1.1" 200 5030 0.005824 10.0.0.23 - - [2026-01-29 04:22:28] "GET /obj-perms HTTP/1.1" 200 5030 0.004308 10.0.0.240 - - [2026-01-29 04:22:34] "GET /obj-perms HTTP/1.1" 200 5030 0.004417 10.0.0.23 - - [2026-01-29 04:22:34] "GET /obj-perms HTTP/1.1" 200 5030 0.004107 10.0.0.147 - - [2026-01-29 04:22:34] "GET /obj-perms HTTP/1.1" 200 5030 0.005074 10.0.0.23 - - [2026-01-29 04:22:34] "POST /fqname-to-id HTTP/1.1" 404 232 0.029650 10.0.0.23 - - [2026-01-29 04:22:35] "POST /neutron/network HTTP/1.1" 200 866 0.037078 10.0.0.147 - - [2026-01-29 04:22:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004387 10.0.0.23 - - [2026-01-29 04:22:35] "DELETE /api-access-list/59ffddc9-9f37-4b8d-8425-b089c04590d1 HTTP/1.1" 200 115 0.045255 10.0.0.240 - - [2026-01-29 04:22:35] "POST /useragent-kv HTTP/1.1" 200 115 0.003643 10.0.0.240 - - [2026-01-29 04:22:35] "POST /useragent-kv HTTP/1.1" 200 115 0.003778 10.0.0.23 - - [2026-01-29 04:22:35] "POST /neutron/network HTTP/1.1" 200 151 0.183497 10.0.0.147 - - [2026-01-29 04:22:35] "DELETE /route-target/179cc1f0-08fc-44fe-b9cc-ac7826c17fc8 HTTP/1.1" 200 115 0.030937 10.0.0.23 - - [2026-01-29 04:22:37] "GET /api-access-list/fb1e65fe-6601-4336-b2ed-3748cbca06d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2413 0.004778 10.0.0.23 - - [2026-01-29 04:22:37] "PUT /api-access-list/fb1e65fe-6601-4336-b2ed-3748cbca06d8 HTTP/1.1" 200 265 0.017772 10.0.0.240 - - [2026-01-29 04:22:37] "GET /projects?obj_uuids=fd77d9c9-427f-44aa-ad20-de0631393355&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001711 10.0.0.23 - - [2026-01-29 04:22:37] "GET /project/fd77d9c9-427f-44aa-ad20-de0631393355?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.047816 10.0.0.240 - - [2026-01-29 04:22:37] "GET /projects?obj_uuids=fd77d9c9-427f-44aa-ad20-de0631393355&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001218 10.0.0.23 - - [2026-01-29 04:22:37] "GET /project/fd77d9c9-427f-44aa-ad20-de0631393355?fields=virtual_networks HTTP/1.1" 200 1035 0.055142 10.0.0.240 - - [2026-01-29 04:22:37] "GET /projects?obj_uuids=fd77d9c9-427f-44aa-ad20-de0631393355&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001239 10.0.0.23 - - [2026-01-29 04:22:37] "GET /project/fd77d9c9-427f-44aa-ad20-de0631393355?fields=virtual_machine_interfaces HTTP/1.1" 200 1035 0.057412 10.0.0.240 - - [2026-01-29 04:22:37] "GET /projects?obj_uuids=fd77d9c9-427f-44aa-ad20-de0631393355&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001093 10.0.0.23 - - [2026-01-29 04:22:38] "GET /project/fd77d9c9-427f-44aa-ad20-de0631393355?fields=security_groups HTTP/1.1" 200 1262 0.045354 10.0.0.240 - - [2026-01-29 04:22:38] "GET /projects?obj_uuids=8a3a7390-7ec8-4fa8-965f-346af397f354&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001980 10.0.0.23 - - [2026-01-29 04:22:38] "GET /project/8a3a7390-7ec8-4fa8-965f-346af397f354?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1274 0.051762 [Introspect:8084]10.0.0.23 - - [2026-01-29 04:22:40] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3163 0.001248 10.0.0.23 - - [2026-01-29 04:22:42] "POST /fqname-to-id HTTP/1.1" 404 189 0.024972 10.0.0.240 - - [2026-01-29 04:22:42] "GET /projects?obj_uuids=f53f10b9-142c-4611-95ee-8c247c10c653&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003058 10.0.0.240 - - [2026-01-29 04:22:42] "GET /domains?obj_uuids=65230a56-1cf0-4d34-9498-1ad48da04806&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001791 10.0.0.240 - - [2026-01-29 04:22:42] "GET /domain/65230a56-1cf0-4d34-9498-1ad48da04806?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.011256 10.0.0.240 - - [2026-01-29 04:22:42] "POST /id-to-fqname HTTP/1.1" 200 191 0.005360 10.0.0.240 - - [2026-01-29 04:22:42] "POST /fqname-to-id HTTP/1.1" 404 200 0.005993 10.0.0.240 - - [2026-01-29 04:22:42] "POST /security-groups HTTP/1.1" 200 592 0.077092 10.0.0.240 - - [2026-01-29 04:22:42] "POST /projects HTTP/1.1" 200 587 0.289129 10.0.0.147 - - [2026-01-29 04:22:42] "POST /fqname-to-id HTTP/1.1" 404 234 0.003673 10.0.0.240 - - [2026-01-29 04:22:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.363163 10.0.0.23 - - [2026-01-29 04:22:43] "GET /project/f53f10b9-142c-4611-95ee-8c247c10c653?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.502786 10.0.0.23 - - [2026-01-29 04:22:44] "GET / HTTP/1.1" 200 36215 0.002286 10.0.0.23 - - [2026-01-29 04:22:45] "POST /fqname-to-id HTTP/1.1" 401 292 0.000510 10.0.0.23 - - [2026-01-29 04:22:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.057148 10.0.0.240 - - [2026-01-29 04:22:46] "GET /projects?obj_uuids=f53f10b9-142c-4611-95ee-8c247c10c653&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001196 10.0.0.23 - - [2026-01-29 04:22:46] "GET /project/f53f10b9-142c-4611-95ee-8c247c10c653?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.040097 10.0.0.147 - - [2026-01-29 04:22:46] "POST /ref-update HTTP/1.1" 200 156 0.037897 10.0.0.240 - - [2026-01-29 04:22:46] "POST /useragent-kv HTTP/1.1" 200 115 0.007154 10.0.0.23 - - [2026-01-29 04:22:46] "POST /neutron/subnet HTTP/1.1" 200 716 0.282115 10.0.0.23 - - [2026-01-29 04:22:46] "POST /id-to-fqname HTTP/1.1" 200 222 0.001550 10.0.0.23 - - [2026-01-29 04:22:46] "GET /virtual-network/3f959004-bc7a-4ab9-aed8-e416899d62ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.009988 10.0.0.23 - - [2026-01-29 04:22:46] "GET /virtual-network/3f959004-bc7a-4ab9-aed8-e416899d62ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.007516 10.0.0.23 - - [2026-01-29 04:22:46] "POST /neutron/network HTTP/1.1" 200 825 0.007734 10.0.0.23 - - [2026-01-29 04:22:47] "GET /virtual-network/3f959004-bc7a-4ab9-aed8-e416899d62ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.006462 10.0.0.23 - - [2026-01-29 04:22:48] "POST /id-to-fqname HTTP/1.1" 200 222 0.001567 10.0.0.240 - - [2026-01-29 04:22:49] "GET /projects?obj_uuids=f53f10b9-142c-4611-95ee-8c247c10c653&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001294 10.0.0.23 - - [2026-01-29 04:22:49] "GET /project/f53f10b9-142c-4611-95ee-8c247c10c653?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.067825 10.0.0.23 - - [2026-01-29 04:22:49] "POST /neutron/network HTTP/1.1" 200 825 0.007080 10.0.0.23 - - [2026-01-29 04:22:49] "POST /id-to-fqname HTTP/1.1" 200 222 0.001689 10.0.0.23 - - [2026-01-29 04:22:50] "POST /neutron/port HTTP/1.1" 200 117 0.008072 10.0.0.240 - - [2026-01-29 04:22:50] "GET /projects?obj_uuids=f53f10b9-142c-4611-95ee-8c247c10c653&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001151 10.0.0.23 - - [2026-01-29 04:22:50] "POST /neutron/port HTTP/1.1" 200 1059 0.306602 10.0.0.23 - - [2026-01-29 04:22:50] "POST /neutron/port HTTP/1.1" 200 1113 0.117101 10.0.0.240 - - [2026-01-29 04:22:50] "GET /projects?obj_uuids=f53f10b9-142c-4611-95ee-8c247c10c653&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001204 10.0.0.23 - - [2026-01-29 04:22:50] "GET /project/f53f10b9-142c-4611-95ee-8c247c10c653?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.097961 10.0.0.23 - - [2026-01-29 04:22:50] "POST /neutron/network HTTP/1.1" 200 825 0.007405 10.0.0.23 - - [2026-01-29 04:22:51] "POST /neutron/network HTTP/1.1" 200 825 0.006807 10.0.0.23 - - [2026-01-29 04:22:51] "POST /neutron/port HTTP/1.1" 200 117 0.007949 10.0.0.23 - - [2026-01-29 04:22:51] "POST /neutron/network HTTP/1.1" 200 835 0.007945 10.0.0.23 - - [2026-01-29 04:22:51] "POST /neutron/port HTTP/1.1" 200 1059 0.020332 10.0.0.23 - - [2026-01-29 04:22:52] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006665 10.0.0.23 - - [2026-01-29 04:22:52] "POST /neutron/network HTTP/1.1" 200 825 0.008537 10.0.0.23 - - [2026-01-29 04:22:56] "POST /neutron/port HTTP/1.1" 200 1123 0.020569 10.0.0.23 - - [2026-01-29 04:22:56] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007988 10.0.0.23 - - [2026-01-29 04:22:56] "GET /virtual-machine/b565b72d-bd66-490c-bf2d-fa58dd5a5178 HTTP/1.1" 401 292 0.000638 10.0.0.23 - - [2026-01-29 04:22:56] "GET /virtual-machine/b565b72d-bd66-490c-bf2d-fa58dd5a5178 HTTP/1.1" 200 1296 0.041975 10.0.0.23 - - [2026-01-29 04:22:56] "GET /virtual-machine-interface/117b0e8d-4074-473c-9fe3-6f6d7293de59 HTTP/1.1" 200 2956 0.006693 10.0.0.23 - - [2026-01-29 04:22:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003592 10.0.0.23 - - [2026-01-29 04:22:56] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004171 10.0.0.23 - - [2026-01-29 04:22:56] "GET /virtual-networks?parent_id=f53f10b9-142c-4611-95ee-8c247c10c653&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.003713 10.0.0.23 - - [2026-01-29 04:22:57] "GET /virtual-network/3f959004-bc7a-4ab9-aed8-e416899d62ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.007287 10.0.0.23 - - [2026-01-29 04:23:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004237 10.0.0.23 - - [2026-01-29 04:23:00] "GET /virtual-network/3f959004-bc7a-4ab9-aed8-e416899d62ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.006732 10.0.0.23 - - [2026-01-29 04:23:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003837 10.0.0.23 - - [2026-01-29 04:23:04] "GET /virtual-network/3f959004-bc7a-4ab9-aed8-e416899d62ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.006224 10.0.0.23 - - [2026-01-29 04:23:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004085 10.0.0.23 - - [2026-01-29 04:23:08] "GET /virtual-network/3f959004-bc7a-4ab9-aed8-e416899d62ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005438 10.0.0.23 - - [2026-01-29 04:23:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.013764 10.0.0.23 - - [2026-01-29 04:23:12] "GET /virtual-network/3f959004-bc7a-4ab9-aed8-e416899d62ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.021849 10.0.0.240 - - [2026-01-29 04:23:12] "DELETE /project/f53f10b9142c461195ee8c247c10c653 HTTP/1.1" 404 173 0.104939 10.0.0.240 - - [2026-01-29 04:23:12] "DELETE /project/fd77d9c9-427f-44aa-ad20-de0631393355 HTTP/1.1" 404 177 0.143972 10.0.0.23 - - [2026-01-29 04:23:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004239 10.0.0.23 - - [2026-01-29 04:23:16] "GET /virtual-network/3f959004-bc7a-4ab9-aed8-e416899d62ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.007491 10.0.0.23 - - [2026-01-29 04:23:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004291 10.0.0.23 - - [2026-01-29 04:23:20] "GET /virtual-network/3f959004-bc7a-4ab9-aed8-e416899d62ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.007457 10.0.0.23 - - [2026-01-29 04:23:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003871 10.0.0.23 - - [2026-01-29 04:23:24] "GET /virtual-network/3f959004-bc7a-4ab9-aed8-e416899d62ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.006169 10.0.0.240 - - [2026-01-29 04:23:25] "GET /obj-perms HTTP/1.1" 200 5056 0.055370 10.0.0.23 - - [2026-01-29 04:23:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004329 10.0.0.23 - - [2026-01-29 04:23:28] "GET /virtual-network/3f959004-bc7a-4ab9-aed8-e416899d62ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.006115 10.0.0.23 - - [2026-01-29 04:23:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004040 10.0.0.23 - - [2026-01-29 04:23:32] "GET /virtual-network/3f959004-bc7a-4ab9-aed8-e416899d62ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.006252 10.0.0.23 - - [2026-01-29 04:23:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.004099 10.0.0.23 - - [2026-01-29 04:23:37] "GET /virtual-network/3f959004-bc7a-4ab9-aed8-e416899d62ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005960 10.0.0.23 - - [2026-01-29 04:23:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.004301 10.0.0.23 - - [2026-01-29 04:23:41] "GET /virtual-network/3f959004-bc7a-4ab9-aed8-e416899d62ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.008033 10.0.0.23 - - [2026-01-29 04:23:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003957 10.0.0.23 - - [2026-01-29 04:23:43] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004271 10.0.0.23 - - [2026-01-29 04:23:43] "GET /virtual-networks?parent_id=f53f10b9-142c-4611-95ee-8c247c10c653&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.003647 10.0.0.23 - - [2026-01-29 04:23:43] "GET /virtual-network/3f959004-bc7a-4ab9-aed8-e416899d62ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.006421 10.0.0.23 - - [2026-01-29 04:23:48] "POST /neutron/port HTTP/1.1" 200 1123 0.020371 10.0.0.23 - - [2026-01-29 04:23:52] "POST /neutron/port HTTP/1.1" 200 1123 0.050198 10.0.0.23 - - [2026-01-29 04:23:52] "POST /neutron/subnet HTTP/1.1" 200 690 0.010370 10.0.0.23 - - [2026-01-29 04:23:53] "POST /neutron/port HTTP/1.1" 200 1123 0.020769 10.0.0.23 - - [2026-01-29 04:23:53] "POST /neutron/security_group HTTP/1.1" 200 2059 0.010586 10.0.0.23 - - [2026-01-29 04:23:55] "POST /neutron/port HTTP/1.1" 200 1123 0.018925 10.0.0.23 - - [2026-01-29 04:23:55] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005492 10.0.0.23 - - [2026-01-29 04:23:55] "POST /neutron/network HTTP/1.1" 200 825 0.007739 10.0.0.23 - - [2026-01-29 04:24:04] "POST /neutron/port HTTP/1.1" 200 1123 0.032742 10.0.0.23 - - [2026-01-29 04:24:04] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008428 10.0.0.23 - - [2026-01-29 04:24:04] "GET /virtual-machine/abc5f2c3-46bc-471e-a704-1c413222d923 HTTP/1.1" 200 1296 0.006021 10.0.0.23 - - [2026-01-29 04:24:04] "GET /virtual-machine-interface/81053ced-ee4a-456d-91e2-5a20db95b470 HTTP/1.1" 200 2956 0.005160 10.0.0.23 - - [2026-01-29 04:24:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003675 10.0.0.23 - - [2026-01-29 04:24:04] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004783 10.0.0.23 - - [2026-01-29 04:24:04] "GET /virtual-networks?parent_id=f53f10b9-142c-4611-95ee-8c247c10c653&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.003084 10.0.0.23 - - [2026-01-29 04:24:04] "GET /virtual-network/3f959004-bc7a-4ab9-aed8-e416899d62ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.006272 10.0.0.23 - - [2026-01-29 04:24:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003820 10.0.0.23 - - [2026-01-29 04:24:05] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004644 10.0.0.23 - - [2026-01-29 04:24:05] "GET /virtual-networks?parent_id=f53f10b9-142c-4611-95ee-8c247c10c653&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.003319 10.0.0.23 - - [2026-01-29 04:24:05] "GET /virtual-network/3f959004-bc7a-4ab9-aed8-e416899d62ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.008502 10.0.0.23 - - [2026-01-29 04:24:25] "GET /obj-perms HTTP/1.1" 200 5056 0.062252 10.0.0.147 - - [2026-01-29 04:24:25] "GET /obj-perms HTTP/1.1" 200 5056 0.053983 10.0.0.147 - - [2026-01-29 04:24:51] "GET /global-system-configs HTTP/1.1" 401 292 0.000635 10.0.0.147 - - [2026-01-29 04:24:51] "GET /global-system-configs HTTP/1.1" 401 292 0.000582 10.0.0.23 - - [2026-01-29 04:24:52] "POST /neutron/port HTTP/1.1" 200 1123 0.017714 10.0.0.23 - - [2026-01-29 04:24:52] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004254 10.0.0.23 - - [2026-01-29 04:24:52] "POST /neutron/network HTTP/1.1" 200 825 0.007840 10.0.0.147 - - [2026-01-29 04:24:52] "GET /global-system-configs HTTP/1.1" 401 292 0.000453 10.0.0.147 - - [2026-01-29 04:24:52] "GET /global-system-configs HTTP/1.1" 401 292 0.000448 10.0.0.23 - - [2026-01-29 04:24:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000480 10.0.0.23 - - [2026-01-29 04:24:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000429 10.0.0.240 - - [2026-01-29 04:24:54] "GET /global-system-configs HTTP/1.1" 401 292 0.001123 10.0.0.240 - - [2026-01-29 04:24:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000468 10.0.0.23 - - [2026-01-29 04:24:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000428 10.0.0.23 - - [2026-01-29 04:24:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000446 10.0.0.240 - - [2026-01-29 04:24:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000510 10.0.0.240 - - [2026-01-29 04:24:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000450 10.0.0.23 - - [2026-01-29 04:24:57] "POST /neutron/network HTTP/1.1" 200 835 0.007713 10.0.0.23 - - [2026-01-29 04:24:57] "POST /neutron/port HTTP/1.1" 200 117 0.001229 10.0.0.23 - - [2026-01-29 04:25:37] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008537 10.0.0.23 - - [2026-01-29 04:25:37] "GET /virtual-machine/b565b72d-bd66-490c-bf2d-fa58dd5a5178 HTTP/1.1" 200 1296 0.004200 10.0.0.23 - - [2026-01-29 04:25:37] "GET /virtual-machine-interface/117b0e8d-4074-473c-9fe3-6f6d7293de59 HTTP/1.1" 200 2956 0.006243 10.0.0.23 - - [2026-01-29 04:25:37] "GET /virtual-machine/b565b72d-bd66-490c-bf2d-fa58dd5a5178 HTTP/1.1" 200 1296 0.004360 10.0.0.23 - - [2026-01-29 04:25:37] "GET /virtual-machine-interface/117b0e8d-4074-473c-9fe3-6f6d7293de59 HTTP/1.1" 200 2956 0.005779 10.0.0.23 - - [2026-01-29 04:25:37] "GET /instance-ip/abe72711-cc3c-461c-bd76-f81ff0bc924b HTTP/1.1" 200 1625 0.006544 10.0.0.23 - - [2026-01-29 04:25:37] "GET /virtual-machine/b565b72d-bd66-490c-bf2d-fa58dd5a5178 HTTP/1.1" 200 1296 0.003993 10.0.0.23 - - [2026-01-29 04:25:37] "GET /virtual-machine-interface/117b0e8d-4074-473c-9fe3-6f6d7293de59 HTTP/1.1" 200 2956 0.005574 10.0.0.23 - - [2026-01-29 04:25:37] "GET /instance-ip/abe72711-cc3c-461c-bd76-f81ff0bc924b HTTP/1.1" 200 1625 0.004441 10.0.0.23 - - [2026-01-29 04:25:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003766 10.0.0.23 - - [2026-01-29 04:25:37] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004112 10.0.0.23 - - [2026-01-29 04:25:37] "GET /virtual-networks?parent_id=f53f10b9-142c-4611-95ee-8c247c10c653&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.002930 10.0.0.23 - - [2026-01-29 04:25:38] "GET /virtual-network/3f959004-bc7a-4ab9-aed8-e416899d62ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.008573 10.0.0.23 - - [2026-01-29 04:25:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004464 10.0.0.23 - - [2026-01-29 04:25:38] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004145 10.0.0.23 - - [2026-01-29 04:25:38] "GET /virtual-networks?parent_id=f53f10b9-142c-4611-95ee-8c247c10c653&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.003173 10.0.0.23 - - [2026-01-29 04:25:38] "GET /virtual-network/3f959004-bc7a-4ab9-aed8-e416899d62ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.006173 10.0.0.23 - - [2026-01-29 04:25:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004770 10.0.0.23 - - [2026-01-29 04:25:38] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004173 10.0.0.23 - - [2026-01-29 04:25:38] "GET /virtual-networks?parent_id=f53f10b9-142c-4611-95ee-8c247c10c653&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.004052 10.0.0.23 - - [2026-01-29 04:25:38] "GET /virtual-network/3f959004-bc7a-4ab9-aed8-e416899d62ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.006632 10.0.0.23 - - [2026-01-29 04:25:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003792 10.0.0.23 - - [2026-01-29 04:25:38] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005044 10.0.0.23 - - [2026-01-29 04:25:38] "GET /virtual-networks?parent_id=f53f10b9-142c-4611-95ee-8c247c10c653&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.003381 10.0.0.23 - - [2026-01-29 04:25:38] "GET /virtual-network/3f959004-bc7a-4ab9-aed8-e416899d62ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.006174 10.0.0.23 - - [2026-01-29 04:25:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003603 10.0.0.23 - - [2026-01-29 04:25:38] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004625 10.0.0.23 - - [2026-01-29 04:25:38] "GET /virtual-networks?parent_id=f53f10b9-142c-4611-95ee-8c247c10c653&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.003877 10.0.0.23 - - [2026-01-29 04:25:38] "GET /virtual-network/3f959004-bc7a-4ab9-aed8-e416899d62ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.006472 10.0.0.23 - - [2026-01-29 04:25:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004405 10.0.0.23 - - [2026-01-29 04:25:38] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005649 10.0.0.23 - - [2026-01-29 04:25:38] "GET /virtual-networks?parent_id=f53f10b9-142c-4611-95ee-8c247c10c653&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.004968 10.0.0.23 - - [2026-01-29 04:25:38] "GET /virtual-network/3f959004-bc7a-4ab9-aed8-e416899d62ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.008689 10.0.0.23 - - [2026-01-29 04:25:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004776 10.0.0.23 - - [2026-01-29 04:25:38] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005094 10.0.0.23 - - [2026-01-29 04:25:38] "GET /virtual-networks?parent_id=f53f10b9-142c-4611-95ee-8c247c10c653&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.003876 10.0.0.23 - - [2026-01-29 04:25:38] "GET /virtual-network/3f959004-bc7a-4ab9-aed8-e416899d62ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.006659 10.0.0.23 - - [2026-01-29 04:25:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003817 10.0.0.23 - - [2026-01-29 04:25:39] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003790 10.0.0.23 - - [2026-01-29 04:25:39] "GET /virtual-networks?parent_id=f53f10b9-142c-4611-95ee-8c247c10c653&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.002944 10.0.0.23 - - [2026-01-29 04:25:39] "GET /virtual-network/3f959004-bc7a-4ab9-aed8-e416899d62ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.006103 10.0.0.23 - - [2026-01-29 04:25:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003372 10.0.0.23 - - [2026-01-29 04:25:39] "GET /routing-instance/92e24c33-ce50-415c-bc5d-f671a29be376?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1484 0.004704 10.0.0.23 - - [2026-01-29 04:25:39] "GET /route-target/ff98b4bd-1432-49b6-8971-fcee47b5189a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004551 10.0.0.23 - - [2026-01-29 04:25:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003922 10.0.0.23 - - [2026-01-29 04:25:39] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004505 10.0.0.23 - - [2026-01-29 04:25:39] "GET /virtual-networks?parent_id=f53f10b9-142c-4611-95ee-8c247c10c653&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.003172 10.0.0.23 - - [2026-01-29 04:25:39] "GET /virtual-network/3f959004-bc7a-4ab9-aed8-e416899d62ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005952 10.0.0.23 - - [2026-01-29 04:25:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003335 10.0.0.23 - - [2026-01-29 04:25:39] "GET /routing-instance/92e24c33-ce50-415c-bc5d-f671a29be376?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1484 0.004842 10.0.0.23 - - [2026-01-29 04:25:39] "GET /route-target/ff98b4bd-1432-49b6-8971-fcee47b5189a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004507 10.0.0.23 - - [2026-01-29 04:25:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003820 10.0.0.23 - - [2026-01-29 04:25:39] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004625 10.0.0.23 - - [2026-01-29 04:25:39] "GET /virtual-networks?parent_id=f53f10b9-142c-4611-95ee-8c247c10c653&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.003763 10.0.0.23 - - [2026-01-29 04:25:39] "GET /virtual-network/3f959004-bc7a-4ab9-aed8-e416899d62ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.006404 10.0.0.23 - - [2026-01-29 04:25:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003764 10.0.0.23 - - [2026-01-29 04:25:39] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005010 10.0.0.23 - - [2026-01-29 04:25:39] "GET /virtual-networks?parent_id=f53f10b9-142c-4611-95ee-8c247c10c653&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.004214 10.0.0.23 - - [2026-01-29 04:25:39] "GET /virtual-network/3f959004-bc7a-4ab9-aed8-e416899d62ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.006061 10.0.0.23 - - [2026-01-29 04:25:39] "GET /obj-perms HTTP/1.1" 200 5032 0.056640 10.0.0.240 - - [2026-01-29 04:25:40] "GET /obj-perms HTTP/1.1" 200 5032 0.054994 10.0.0.23 - - [2026-01-29 04:25:40] "GET /obj-perms HTTP/1.1" 200 5032 0.004148 10.0.0.240 - - [2026-01-29 04:25:40] "GET /obj-perms HTTP/1.1" 200 5032 0.004468 10.0.0.23 - - [2026-01-29 04:25:40] "GET /virtual-machine/abc5f2c3-46bc-471e-a704-1c413222d923 HTTP/1.1" 200 1296 0.004462 10.0.0.23 - - [2026-01-29 04:25:40] "GET /virtual-machine-interface/81053ced-ee4a-456d-91e2-5a20db95b470 HTTP/1.1" 200 2956 0.006086 10.0.0.23 - - [2026-01-29 04:25:40] "GET /virtual-machine/abc5f2c3-46bc-471e-a704-1c413222d923 HTTP/1.1" 200 1296 0.004171 10.0.0.23 - - [2026-01-29 04:25:40] "GET /virtual-machine-interface/81053ced-ee4a-456d-91e2-5a20db95b470 HTTP/1.1" 200 2956 0.006702 10.0.0.23 - - [2026-01-29 04:25:40] "GET /instance-ip/c7654998-3fd8-4699-9383-8365a6b2fa39 HTTP/1.1" 200 1625 0.006535 10.0.0.23 - - [2026-01-29 04:25:40] "GET /virtual-machine/abc5f2c3-46bc-471e-a704-1c413222d923 HTTP/1.1" 200 1296 0.004145 10.0.0.23 - - [2026-01-29 04:25:40] "GET /virtual-machine-interface/81053ced-ee4a-456d-91e2-5a20db95b470 HTTP/1.1" 200 2956 0.005612 10.0.0.23 - - [2026-01-29 04:25:40] "GET /instance-ip/c7654998-3fd8-4699-9383-8365a6b2fa39 HTTP/1.1" 200 1625 0.003918 10.0.0.23 - - [2026-01-29 04:25:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003363 10.0.0.23 - - [2026-01-29 04:25:40] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003861 10.0.0.23 - - [2026-01-29 04:25:40] "GET /virtual-networks?parent_id=f53f10b9-142c-4611-95ee-8c247c10c653&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.002828 10.0.0.23 - - [2026-01-29 04:25:40] "GET /virtual-network/3f959004-bc7a-4ab9-aed8-e416899d62ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.006194 10.0.0.23 - - [2026-01-29 04:25:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004746 10.0.0.23 - - [2026-01-29 04:25:40] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004452 10.0.0.23 - - [2026-01-29 04:25:40] "GET /virtual-networks?parent_id=f53f10b9-142c-4611-95ee-8c247c10c653&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.004010 10.0.0.23 - - [2026-01-29 04:25:40] "GET /virtual-network/3f959004-bc7a-4ab9-aed8-e416899d62ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.006274 10.0.0.23 - - [2026-01-29 04:25:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003752 10.0.0.23 - - [2026-01-29 04:25:40] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004810 10.0.0.23 - - [2026-01-29 04:25:40] "GET /virtual-networks?parent_id=f53f10b9-142c-4611-95ee-8c247c10c653&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.003390 10.0.0.23 - - [2026-01-29 04:25:40] "GET /virtual-network/3f959004-bc7a-4ab9-aed8-e416899d62ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.006382 10.0.0.23 - - [2026-01-29 04:25:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004807 10.0.0.23 - - [2026-01-29 04:25:40] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004725 10.0.0.23 - - [2026-01-29 04:25:40] "GET /virtual-networks?parent_id=f53f10b9-142c-4611-95ee-8c247c10c653&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.003339 10.0.0.23 - - [2026-01-29 04:25:41] "GET /virtual-network/3f959004-bc7a-4ab9-aed8-e416899d62ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.007431 10.0.0.23 - - [2026-01-29 04:25:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003696 10.0.0.23 - - [2026-01-29 04:25:41] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004853 10.0.0.23 - - [2026-01-29 04:25:41] "GET /virtual-networks?parent_id=f53f10b9-142c-4611-95ee-8c247c10c653&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.003417 10.0.0.23 - - [2026-01-29 04:25:41] "GET /virtual-network/3f959004-bc7a-4ab9-aed8-e416899d62ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005946 10.0.0.23 - - [2026-01-29 04:25:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.004697 10.0.0.23 - - [2026-01-29 04:25:41] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005194 10.0.0.23 - - [2026-01-29 04:25:41] "GET /virtual-networks?parent_id=f53f10b9-142c-4611-95ee-8c247c10c653&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.003803 10.0.0.23 - - [2026-01-29 04:25:41] "GET /virtual-network/3f959004-bc7a-4ab9-aed8-e416899d62ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.006236 10.0.0.23 - - [2026-01-29 04:25:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003884 10.0.0.23 - - [2026-01-29 04:25:41] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004765 10.0.0.23 - - [2026-01-29 04:25:41] "GET /virtual-networks?parent_id=f53f10b9-142c-4611-95ee-8c247c10c653&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.003740 10.0.0.23 - - [2026-01-29 04:25:41] "GET /virtual-network/3f959004-bc7a-4ab9-aed8-e416899d62ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.007875 10.0.0.23 - - [2026-01-29 04:25:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003608 10.0.0.23 - - [2026-01-29 04:25:41] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003914 10.0.0.23 - - [2026-01-29 04:25:41] "GET /virtual-networks?parent_id=f53f10b9-142c-4611-95ee-8c247c10c653&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.002881 10.0.0.23 - - [2026-01-29 04:25:41] "GET /virtual-network/3f959004-bc7a-4ab9-aed8-e416899d62ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.006241 10.0.0.23 - - [2026-01-29 04:25:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003245 10.0.0.23 - - [2026-01-29 04:25:41] "GET /routing-instance/92e24c33-ce50-415c-bc5d-f671a29be376?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1484 0.004879 10.0.0.23 - - [2026-01-29 04:25:41] "GET /route-target/ff98b4bd-1432-49b6-8971-fcee47b5189a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.005244 10.0.0.23 - - [2026-01-29 04:25:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003906 10.0.0.23 - - [2026-01-29 04:25:41] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004215 10.0.0.23 - - [2026-01-29 04:25:41] "GET /virtual-networks?parent_id=f53f10b9-142c-4611-95ee-8c247c10c653&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.003917 10.0.0.23 - - [2026-01-29 04:25:42] "GET /virtual-network/3f959004-bc7a-4ab9-aed8-e416899d62ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.008852 10.0.0.23 - - [2026-01-29 04:25:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003986 10.0.0.23 - - [2026-01-29 04:25:42] "GET /routing-instance/92e24c33-ce50-415c-bc5d-f671a29be376?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1484 0.004953 10.0.0.23 - - [2026-01-29 04:25:42] "GET /route-target/ff98b4bd-1432-49b6-8971-fcee47b5189a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004046 10.0.0.23 - - [2026-01-29 04:25:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004415 10.0.0.23 - - [2026-01-29 04:25:42] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004701 10.0.0.23 - - [2026-01-29 04:25:42] "GET /virtual-networks?parent_id=f53f10b9-142c-4611-95ee-8c247c10c653&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.003214 10.0.0.23 - - [2026-01-29 04:25:42] "GET /virtual-network/3f959004-bc7a-4ab9-aed8-e416899d62ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.006975 10.0.0.23 - - [2026-01-29 04:25:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003786 10.0.0.23 - - [2026-01-29 04:25:42] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004354 10.0.0.23 - - [2026-01-29 04:25:42] "GET /virtual-networks?parent_id=f53f10b9-142c-4611-95ee-8c247c10c653&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.003409 10.0.0.23 - - [2026-01-29 04:25:42] "GET /virtual-network/3f959004-bc7a-4ab9-aed8-e416899d62ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.007641 10.0.0.23 - - [2026-01-29 04:25:42] "GET /obj-perms HTTP/1.1" 200 5032 0.004215 10.0.0.240 - - [2026-01-29 04:25:42] "GET /obj-perms HTTP/1.1" 200 5032 0.004398 10.0.0.23 - - [2026-01-29 04:25:42] "GET /obj-perms HTTP/1.1" 200 5032 0.004210 10.0.0.240 - - [2026-01-29 04:25:42] "GET /obj-perms HTTP/1.1" 200 5032 0.003999 10.0.0.23 - - [2026-01-29 04:25:42] "GET /obj-perms HTTP/1.1" 200 5032 0.005277 10.0.0.23 - - [2026-01-29 04:25:48] "GET /virtual-machine/abc5f2c3-46bc-471e-a704-1c413222d923 HTTP/1.1" 200 1296 0.005772 10.0.0.23 - - [2026-01-29 04:25:48] "POST /neutron/port HTTP/1.1" 200 1123 0.018033 10.0.0.23 - - [2026-01-29 04:25:50] "GET /virtual-machine/abc5f2c3-46bc-471e-a704-1c413222d923 HTTP/1.1" 404 171 0.003257 10.0.0.23 - - [2026-01-29 04:25:50] "GET /virtual-machine/abc5f2c3-46bc-471e-a704-1c413222d923 HTTP/1.1" 404 171 0.006127 10.0.0.23 - - [2026-01-29 04:25:50] "GET /virtual-machine/abc5f2c3-46bc-471e-a704-1c413222d923 HTTP/1.1" 404 171 0.003113 10.0.0.23 - - [2026-01-29 04:25:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004386 10.0.0.23 - - [2026-01-29 04:25:50] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005035 10.0.0.23 - - [2026-01-29 04:25:50] "GET /virtual-networks?parent_id=f53f10b9-142c-4611-95ee-8c247c10c653&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.003768 10.0.0.23 - - [2026-01-29 04:25:50] "GET /virtual-network/3f959004-bc7a-4ab9-aed8-e416899d62ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.006192 10.0.0.23 - - [2026-01-29 04:25:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003356 10.0.0.23 - - [2026-01-29 04:25:50] "GET /routing-instance/92e24c33-ce50-415c-bc5d-f671a29be376?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1484 0.005336 10.0.0.23 - - [2026-01-29 04:25:50] "GET /route-target/ff98b4bd-1432-49b6-8971-fcee47b5189a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.005389 10.0.0.23 - - [2026-01-29 04:25:53] "POST /neutron/port HTTP/1.1" 200 1123 0.019786 10.0.0.23 - - [2026-01-29 04:25:53] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004230 10.0.0.23 - - [2026-01-29 04:25:53] "POST /neutron/network HTTP/1.1" 200 825 0.007427 10.0.0.240 - - [2026-01-29 04:25:53] "GET /obj-perms HTTP/1.1" 200 5032 0.004234 10.0.0.23 - - [2026-01-29 04:25:56] "GET /obj-perms HTTP/1.1" 200 5032 0.005310 10.0.0.240 - - [2026-01-29 04:26:03] "GET /obj-perms HTTP/1.1" 200 5032 0.004150 10.0.0.23 - - [2026-01-29 04:26:06] "GET /obj-perms HTTP/1.1" 200 5032 0.005525 10.0.0.147 - - [2026-01-29 04:26:06] "GET /obj-perms HTTP/1.1" 200 5032 0.063186 10.0.0.23 - - [2026-01-29 04:26:06] "GET /virtual-machine/b565b72d-bd66-490c-bf2d-fa58dd5a5178 HTTP/1.1" 200 1296 0.004711 10.0.0.23 - - [2026-01-29 04:26:07] "POST /neutron/port HTTP/1.1" 200 151 0.200268 10.0.0.23 - - [2026-01-29 04:26:08] "GET /virtual-machine/b565b72d-bd66-490c-bf2d-fa58dd5a5178 HTTP/1.1" 404 171 0.003941 10.0.0.23 - - [2026-01-29 04:26:08] "GET /virtual-machine/b565b72d-bd66-490c-bf2d-fa58dd5a5178 HTTP/1.1" 404 171 0.004115 10.0.0.23 - - [2026-01-29 04:26:08] "GET /virtual-machine/b565b72d-bd66-490c-bf2d-fa58dd5a5178 HTTP/1.1" 404 171 0.003964 10.0.0.23 - - [2026-01-29 04:26:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003788 10.0.0.23 - - [2026-01-29 04:26:08] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004682 10.0.0.23 - - [2026-01-29 04:26:08] "GET /virtual-networks?parent_id=f53f10b9-142c-4611-95ee-8c247c10c653&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.006489 10.0.0.23 - - [2026-01-29 04:26:08] "GET /virtual-network/3f959004-bc7a-4ab9-aed8-e416899d62ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.006211 10.0.0.23 - - [2026-01-29 04:26:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003326 10.0.0.23 - - [2026-01-29 04:26:08] "GET /routing-instance/92e24c33-ce50-415c-bc5d-f671a29be376?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1484 0.004775 10.0.0.23 - - [2026-01-29 04:26:08] "GET /route-target/ff98b4bd-1432-49b6-8971-fcee47b5189a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004583 10.0.0.23 - - [2026-01-29 04:26:08] "GET /obj-perms HTTP/1.1" 200 5032 0.004643 10.0.0.240 - - [2026-01-29 04:26:08] "GET /obj-perms HTTP/1.1" 200 5032 0.004306 10.0.0.23 - - [2026-01-29 04:26:18] "GET /obj-perms HTTP/1.1" 200 5032 0.004409 10.0.0.240 - - [2026-01-29 04:26:18] "GET /obj-perms HTTP/1.1" 200 5032 0.004530 10.0.0.23 - - [2026-01-29 04:26:27] "GET /obj-perms HTTP/1.1" 200 5032 0.004885 10.0.0.240 - - [2026-01-29 04:26:27] "GET /obj-perms HTTP/1.1" 200 5056 0.054335 10.0.0.147 - - [2026-01-29 04:26:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.031942 10.0.0.23 - - [2026-01-29 04:26:30] "POST /fqname-to-id HTTP/1.1" 404 200 0.004164 10.0.0.23 - - [2026-01-29 04:26:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004231 10.0.0.240 - - [2026-01-29 04:26:30] "GET /projects?obj_uuids=f53f10b9-142c-4611-95ee-8c247c10c653&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.031394 10.0.0.23 - - [2026-01-29 04:26:30] "GET /project/f53f10b9-142c-4611-95ee-8c247c10c653?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.096699 10.0.0.23 - - [2026-01-29 04:26:30] "POST /network-policys HTTP/1.1" 200 524 0.045461 10.0.0.23 - - [2026-01-29 04:26:30] "GET /network-policy/a6c5482d-bfcf-4fa7-93db-32da2084a034?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2081 0.009787 10.0.0.23 - - [2026-01-29 04:26:30] "POST /fqname-to-id HTTP/1.1" 404 200 0.004215 10.0.0.23 - - [2026-01-29 04:26:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004203 10.0.0.240 - - [2026-01-29 04:26:30] "GET /projects?obj_uuids=f53f10b9-142c-4611-95ee-8c247c10c653&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001678 10.0.0.23 - - [2026-01-29 04:26:30] "GET /project/f53f10b9-142c-4611-95ee-8c247c10c653?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.047011 10.0.0.23 - - [2026-01-29 04:26:30] "POST /network-policys HTTP/1.1" 200 524 0.031587 10.0.0.23 - - [2026-01-29 04:26:30] "GET /network-policy/a58b9c4a-bcba-4171-97aa-42f22a1cb14c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2081 0.006941 10.0.0.23 - - [2026-01-29 04:26:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003476 10.0.0.240 - - [2026-01-29 04:26:31] "GET /projects?obj_uuids=f53f10b9-142c-4611-95ee-8c247c10c653&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002009 10.0.0.23 - - [2026-01-29 04:26:31] "GET /project/f53f10b9-142c-4611-95ee-8c247c10c653?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.040742 10.0.0.23 - - [2026-01-29 04:26:31] "GET /virtual-networks?parent_id=f53f10b9-142c-4611-95ee-8c247c10c653&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.004145 10.0.0.23 - - [2026-01-29 04:26:31] "POST /virtual-networks HTTP/1.1" 200 548 0.099301 10.0.0.23 - - [2026-01-29 04:26:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.004032 10.0.0.147 - - [2026-01-29 04:26:31] "POST /ref-update HTTP/1.1" 200 156 0.024800 10.0.0.23 - - [2026-01-29 04:26:31] "GET /network-ipam/d8462782-70dc-4991-9ab3-834daca9952b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1091 0.011728 10.0.0.240 - - [2026-01-29 04:26:31] "POST /useragent-kv HTTP/1.1" 200 115 0.010220 10.0.0.23 - - [2026-01-29 04:26:31] "POST /ref-update HTTP/1.1" 200 156 0.086953 10.0.0.23 - - [2026-01-29 04:26:31] "POST /neutron/network HTTP/1.1" 200 809 0.007722 10.0.0.23 - - [2026-01-29 04:26:31] "GET /virtual-network/11be5331-10e9-4ae2-8548-dd5aede69946?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1934 0.007636 10.0.0.23 - - [2026-01-29 04:26:31] "POST /neutron/subnet HTTP/1.1" 200 672 0.010631 10.0.0.23 - - [2026-01-29 04:26:31] "GET /virtual-network/11be5331-10e9-4ae2-8548-dd5aede69946?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1934 0.006179 10.0.0.23 - - [2026-01-29 04:26:32] "GET /obj-perms HTTP/1.1" 200 5032 0.004172 10.0.0.147 - - [2026-01-29 04:26:32] "GET /obj-perms HTTP/1.1" 200 5032 0.004347 10.0.0.240 - - [2026-01-29 04:26:32] "GET /obj-perms HTTP/1.1" 200 5032 0.004252 10.0.0.23 - - [2026-01-29 04:26:32] "GET /virtual-network/11be5331-10e9-4ae2-8548-dd5aede69946?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1934 0.008676 10.0.0.23 - - [2026-01-29 04:26:32] "PUT /virtual-network/11be5331-10e9-4ae2-8548-dd5aede69946 HTTP/1.1" 200 265 0.063104 10.0.0.23 - - [2026-01-29 04:26:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003795 10.0.0.23 - - [2026-01-29 04:26:32] "GET /network-policy/a6c5482d-bfcf-4fa7-93db-32da2084a034?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2081 0.004992 10.0.0.23 - - [2026-01-29 04:26:32] "POST /ref-update HTTP/1.1" 200 156 0.053236 10.0.0.23 - - [2026-01-29 04:26:32] "GET /virtual-network/11be5331-10e9-4ae2-8548-dd5aede69946?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2228 0.006475 10.0.0.23 - - [2026-01-29 04:26:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003431 10.0.0.23 - - [2026-01-29 04:26:32] "GET /network-policy/a6c5482d-bfcf-4fa7-93db-32da2084a034?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2081 0.006173 10.0.0.23 - - [2026-01-29 04:26:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003471 10.0.0.240 - - [2026-01-29 04:26:32] "GET /projects?obj_uuids=f53f10b9-142c-4611-95ee-8c247c10c653&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001240 10.0.0.23 - - [2026-01-29 04:26:32] "GET /project/f53f10b9-142c-4611-95ee-8c247c10c653?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.057276 10.0.0.23 - - [2026-01-29 04:26:32] "GET /virtual-networks?parent_id=f53f10b9-142c-4611-95ee-8c247c10c653&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.004835 10.0.0.23 - - [2026-01-29 04:26:32] "POST /virtual-networks HTTP/1.1" 200 548 0.098997 10.0.0.23 - - [2026-01-29 04:26:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004783 10.0.0.147 - - [2026-01-29 04:26:32] "POST /route-targets HTTP/1.1" 200 328 0.021752 10.0.0.23 - - [2026-01-29 04:26:32] "GET /network-ipam/d8462782-70dc-4991-9ab3-834daca9952b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1091 0.004881 10.0.0.240 - - [2026-01-29 04:26:33] "POST /useragent-kv HTTP/1.1" 200 115 0.006447 10.0.0.23 - - [2026-01-29 04:26:33] "POST /ref-update HTTP/1.1" 200 156 0.083459 10.0.0.23 - - [2026-01-29 04:26:33] "POST /neutron/network HTTP/1.1" 200 809 0.008105 10.0.0.23 - - [2026-01-29 04:26:33] "GET /virtual-network/c64b20c9-8f2b-46ed-94ee-8c096ea42f3b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1936 0.006157 10.0.0.23 - - [2026-01-29 04:26:33] "GET /virtual-network/c64b20c9-8f2b-46ed-94ee-8c096ea42f3b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1936 0.006256 10.0.0.23 - - [2026-01-29 04:26:33] "GET /virtual-network/c64b20c9-8f2b-46ed-94ee-8c096ea42f3b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1936 0.007663 10.0.0.23 - - [2026-01-29 04:26:33] "PUT /virtual-network/c64b20c9-8f2b-46ed-94ee-8c096ea42f3b HTTP/1.1" 200 265 0.046370 10.0.0.23 - - [2026-01-29 04:26:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003796 10.0.0.23 - - [2026-01-29 04:26:33] "GET /network-policy/a58b9c4a-bcba-4171-97aa-42f22a1cb14c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2081 0.004555 10.0.0.23 - - [2026-01-29 04:26:33] "POST /ref-update HTTP/1.1" 200 156 0.061018 10.0.0.147 - - [2026-01-29 04:26:33] "POST /access-control-lists HTTP/1.1" 200 594 0.047184 10.0.0.23 - - [2026-01-29 04:26:33] "POST /neutron/network HTTP/1.1" 200 886 0.007547 10.0.0.23 - - [2026-01-29 04:26:33] "GET /virtual-network/c64b20c9-8f2b-46ed-94ee-8c096ea42f3b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2230 0.006509 10.0.0.23 - - [2026-01-29 04:26:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.006660 10.0.0.23 - - [2026-01-29 04:26:33] "GET /network-policy/a58b9c4a-bcba-4171-97aa-42f22a1cb14c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2081 0.004446 10.0.0.23 - - [2026-01-29 04:26:33] "POST /id-to-fqname HTTP/1.1" 200 222 0.001215 10.0.0.240 - - [2026-01-29 04:26:34] "GET /projects?obj_uuids=f53f10b9-142c-4611-95ee-8c247c10c653&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001501 10.0.0.23 - - [2026-01-29 04:26:34] "GET /project/f53f10b9-142c-4611-95ee-8c247c10c653?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.079399 10.0.0.23 - - [2026-01-29 04:26:35] "POST /neutron/port HTTP/1.1" 200 117 0.007151 10.0.0.23 - - [2026-01-29 04:26:35] "POST /id-to-fqname HTTP/1.1" 200 222 0.001561 10.0.0.23 - - [2026-01-29 04:26:35] "POST /neutron/network HTTP/1.1" 200 896 0.008856 10.0.0.23 - - [2026-01-29 04:26:35] "POST /neutron/port HTTP/1.1" 200 1061 0.018070 10.0.0.23 - - [2026-01-29 04:26:36] "POST /neutron/port HTTP/1.1" 200 1125 0.024056 10.0.0.240 - - [2026-01-29 04:26:36] "GET /projects?obj_uuids=f53f10b9-142c-4611-95ee-8c247c10c653&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001071 10.0.0.23 - - [2026-01-29 04:26:36] "GET /project/f53f10b9-142c-4611-95ee-8c247c10c653?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.109564 10.0.0.23 - - [2026-01-29 04:26:36] "POST /neutron/port HTTP/1.1" 200 117 0.001220 10.0.0.23 - - [2026-01-29 04:26:36] "POST /neutron/port HTTP/1.1" 200 1125 0.021511 10.0.0.23 - - [2026-01-29 04:26:36] "POST /neutron/port HTTP/1.1" 200 1125 0.018894 10.0.0.240 - - [2026-01-29 04:26:36] "GET /projects?obj_uuids=f53f10b9-142c-4611-95ee-8c247c10c653&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001074 10.0.0.147 - - [2026-01-29 04:26:37] "PUT /access-control-list/a00b7fde-c4bc-4deb-84b3-f7680c0b1d12 HTTP/1.1" 200 273 0.061671 10.0.0.23 - - [2026-01-29 04:26:37] "POST /neutron/port HTTP/1.1" 200 1061 0.305808 10.0.0.23 - - [2026-01-29 04:26:37] "POST /neutron/port HTTP/1.1" 200 1115 0.124636 10.0.0.23 - - [2026-01-29 04:26:37] "POST /neutron/subnet HTTP/1.1" 200 646 0.009848 10.0.0.23 - - [2026-01-29 04:26:41] "POST /neutron/port HTTP/1.1" 200 1125 0.019344 10.0.0.23 - - [2026-01-29 04:26:41] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007895 10.0.0.23 - - [2026-01-29 04:26:41] "GET /virtual-machine/08e7e232-20ca-4a1d-866a-46cb03affbe2 HTTP/1.1" 200 1293 0.006979 10.0.0.23 - - [2026-01-29 04:26:41] "GET /virtual-machine-interface/12e51377-3253-4474-99a9-d0ddc6e87fff HTTP/1.1" 200 2956 0.006115 10.0.0.23 - - [2026-01-29 04:26:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003386 10.0.0.23 - - [2026-01-29 04:26:41] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004209 10.0.0.23 - - [2026-01-29 04:26:41] "GET /virtual-networks?parent_id=f53f10b9-142c-4611-95ee-8c247c10c653&detail=False&count=False&shared=False HTTP/1.1" 200 577 0.002940 10.0.0.23 - - [2026-01-29 04:26:41] "GET /virtual-network/11be5331-10e9-4ae2-8548-dd5aede69946?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2228 0.006610 10.0.0.23 - - [2026-01-29 04:26:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003867 10.0.0.23 - - [2026-01-29 04:26:45] "GET /virtual-network/11be5331-10e9-4ae2-8548-dd5aede69946?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2228 0.005776 10.0.0.23 - - [2026-01-29 04:26:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003957 10.0.0.23 - - [2026-01-29 04:26:49] "GET /virtual-network/11be5331-10e9-4ae2-8548-dd5aede69946?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2228 0.005978 10.0.0.23 - - [2026-01-29 04:26:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004769 10.0.0.23 - - [2026-01-29 04:26:53] "GET /virtual-network/11be5331-10e9-4ae2-8548-dd5aede69946?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2228 0.006761 10.0.0.23 - - [2026-01-29 04:26:54] "POST /neutron/port HTTP/1.1" 200 1125 0.020245 10.0.0.23 - - [2026-01-29 04:26:54] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004649 10.0.0.23 - - [2026-01-29 04:26:54] "POST /neutron/network HTTP/1.1" 200 886 0.007337 10.0.0.23 - - [2026-01-29 04:26:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.005085 10.0.0.23 - - [2026-01-29 04:26:57] "GET /virtual-network/11be5331-10e9-4ae2-8548-dd5aede69946?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2228 0.009020 10.0.0.23 - - [2026-01-29 04:26:59] "POST /neutron/network HTTP/1.1" 200 896 0.007083 10.0.0.23 - - [2026-01-29 04:26:59] "POST /neutron/port HTTP/1.1" 200 117 0.001631 10.0.0.23 - - [2026-01-29 04:27:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004517 10.0.0.23 - - [2026-01-29 04:27:01] "GET /virtual-network/11be5331-10e9-4ae2-8548-dd5aede69946?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2228 0.006565 10.0.0.23 - - [2026-01-29 04:27:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004264 10.0.0.23 - - [2026-01-29 04:27:05] "GET /virtual-network/11be5331-10e9-4ae2-8548-dd5aede69946?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2228 0.005262 10.0.0.23 - - [2026-01-29 04:27:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003950 10.0.0.23 - - [2026-01-29 04:27:09] "GET /virtual-network/11be5331-10e9-4ae2-8548-dd5aede69946?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2228 0.006818 10.0.0.23 - - [2026-01-29 04:27:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003786 10.0.0.23 - - [2026-01-29 04:27:13] "GET /virtual-network/11be5331-10e9-4ae2-8548-dd5aede69946?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2228 0.005947 10.0.0.23 - - [2026-01-29 04:27:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003781 10.0.0.23 - - [2026-01-29 04:27:17] "GET /virtual-network/11be5331-10e9-4ae2-8548-dd5aede69946?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2228 0.005567 10.0.0.23 - - [2026-01-29 04:27:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003680 10.0.0.23 - - [2026-01-29 04:27:21] "GET /virtual-network/11be5331-10e9-4ae2-8548-dd5aede69946?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2228 0.005429 10.0.0.23 - - [2026-01-29 04:27:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003602 10.0.0.23 - - [2026-01-29 04:27:23] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004117 10.0.0.23 - - [2026-01-29 04:27:23] "GET /virtual-networks?parent_id=f53f10b9-142c-4611-95ee-8c247c10c653&detail=False&count=False&shared=False HTTP/1.1" 200 577 0.003017 10.0.0.23 - - [2026-01-29 04:27:24] "GET /virtual-network/11be5331-10e9-4ae2-8548-dd5aede69946?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2228 0.006081 10.0.0.23 - - [2026-01-29 04:27:24] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007698 10.0.0.23 - - [2026-01-29 04:27:34] "POST /neutron/port HTTP/1.1" 200 1125 0.021398 10.0.0.23 - - [2026-01-29 04:27:36] "POST /neutron/security_group HTTP/1.1" 200 2059 0.036788 10.0.0.23 - - [2026-01-29 04:27:39] "POST /neutron/port HTTP/1.1" 200 1125 0.020461 10.0.0.23 - - [2026-01-29 04:27:44] "POST /neutron/security_group HTTP/1.1" 200 2059 0.009315 10.0.0.23 - - [2026-01-29 04:27:50] "POST /neutron/port HTTP/1.1" 200 1125 0.046547 10.0.0.23 - - [2026-01-29 04:27:50] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007808 10.0.0.23 - - [2026-01-29 04:27:50] "GET /virtual-machine/aceaa0a5-52c3-41e4-ad20-48aba72466de HTTP/1.1" 200 1296 0.005397 10.0.0.23 - - [2026-01-29 04:27:50] "GET /virtual-machine-interface/2486c6c4-ed04-4efe-a45b-bff98a76a2a0 HTTP/1.1" 200 2956 0.004744 10.0.0.23 - - [2026-01-29 04:27:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.046818 10.0.0.23 - - [2026-01-29 04:27:50] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004074 10.0.0.23 - - [2026-01-29 04:27:50] "GET /virtual-networks?parent_id=f53f10b9-142c-4611-95ee-8c247c10c653&detail=False&count=False&shared=False HTTP/1.1" 200 577 0.003191 10.0.0.23 - - [2026-01-29 04:27:50] "GET /virtual-network/c64b20c9-8f2b-46ed-94ee-8c096ea42f3b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2230 0.006660 10.0.0.23 - - [2026-01-29 04:27:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003790 10.0.0.23 - - [2026-01-29 04:27:51] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004902 10.0.0.23 - - [2026-01-29 04:27:51] "GET /virtual-networks?parent_id=f53f10b9-142c-4611-95ee-8c247c10c653&detail=False&count=False&shared=False HTTP/1.1" 200 577 0.003933 10.0.0.23 - - [2026-01-29 04:27:51] "GET /virtual-network/c64b20c9-8f2b-46ed-94ee-8c096ea42f3b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2230 0.007135 10.0.0.23 - - [2026-01-29 04:27:56] "POST /neutron/network HTTP/1.1" 200 896 0.012584 10.0.0.23 - - [2026-01-29 04:27:56] "POST /neutron/port HTTP/1.1" 200 117 0.001612 10.0.0.23 - - [2026-01-29 04:28:00] "POST /neutron/port HTTP/1.1" 200 1125 0.044160 10.0.0.23 - - [2026-01-29 04:28:00] "POST /neutron/subnet HTTP/1.1" 200 646 0.008921 10.0.0.23 - - [2026-01-29 04:28:28] "GET /obj-perms HTTP/1.1" 200 5056 0.065917 10.0.0.23 - - [2026-01-29 04:28:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.005901 10.0.0.23 - - [2026-01-29 04:28:29] "GET /virtual-router/c0611975-4bdf-404a-b53e-78305a042a7c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1248 0.004967 10.0.0.23 - - [2026-01-29 04:28:58] "POST /neutron/port HTTP/1.1" 200 1125 0.050659 10.0.0.23 - - [2026-01-29 04:28:58] "POST /neutron/port HTTP/1.1" 200 1125 0.020526 10.0.0.23 - - [2026-01-29 04:28:58] "POST /neutron/network HTTP/1.1" 200 896 0.006769 10.0.0.23 - - [2026-01-29 04:28:58] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004012 10.0.0.23 - - [2026-01-29 04:28:58] "POST /neutron/subnet HTTP/1.1" 200 646 0.009903 10.0.0.23 - - [2026-01-29 04:28:58] "POST /neutron/port HTTP/1.1" 200 117 0.001286 10.0.0.23 - - [2026-01-29 04:28:58] "POST /neutron/network HTTP/1.1" 200 886 0.007907 10.0.0.23 - - [2026-01-29 04:29:02] "POST /neutron/network HTTP/1.1" 200 896 0.010892 10.0.0.23 - - [2026-01-29 04:29:02] "POST /neutron/port HTTP/1.1" 200 117 0.001332 ++ 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: =================== Thu Jan 29 04:29:25 AM UTC 2026 ===================' INFO: =================== Thu Jan 29 04:29:25 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=ens3 ++++ [[ ens3 == \l\o ]] ++++ echo ens3 +++ local nic=ens3 +++ get_ip_for_nic ens3 +++ local nic=ens3 +++ get_cidr_for_nic ens3 +++ command -v ip +++ local nic=ens3 +++ ip addr show dev ens3 +++ grep 'inet ' +++ head -n 1 +++ cut -d / -f 1 +++ awk '{print $2}' ++ DEFAULT_LOCAL_IP=10.0.0.240 ++ 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.23,10.0.0.147,10.0.0.240 ++ ANALYTICS_ALARM_ENABLE=True ++ ANALYTICS_SNMP_ENABLE=True ++ ANALYTICSDB_ENABLE=True ++ ANALYTICS_NODES=10.0.0.23,10.0.0.147,10.0.0.240 ++ ANALYTICSDB_NODES=10.0.0.23,10.0.0.147,10.0.0.240 ++ ANALYTICS_SNMP_NODES=10.0.0.23,10.0.0.147,10.0.0.240 ++ 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.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:8081 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.147 +++ local server_address=10.0.0.147 +++ extended_server_list+='10.0.0.147:8081 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.240 +++ local server_address=10.0.0.240 +++ extended_server_list+='10.0.0.240:8081 ' +++ '[' -n '10.0.0.23:8081 10.0.0.147:8081 10.0.0.240:8081 ' ']' +++ echo '10.0.0.23:8081 10.0.0.147:8081 10.0.0.240:8081' ++ ANALYTICS_SERVERS='10.0.0.23:8081 10.0.0.147:8081 10.0.0.240: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.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:9042 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.147 +++ local server_address=10.0.0.147 +++ extended_server_list+='10.0.0.147:9042 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.240 +++ local server_address=10.0.0.240 +++ extended_server_list+='10.0.0.240:9042 ' +++ '[' -n '10.0.0.23:9042 10.0.0.147:9042 10.0.0.240:9042 ' ']' +++ echo '10.0.0.23:9042 10.0.0.147:9042 10.0.0.240:9042' ++ ANALYTICSDB_CQL_SERVERS='10.0.0.23:9042 10.0.0.147:9042 10.0.0.240:9042' ++ ANALYTICS_API_VIP= ++ ANALYTICS_ALARM_NODES=10.0.0.23,10.0.0.147,10.0.0.240 ++ 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.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:8086 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.147 +++ local server_address=10.0.0.147 +++ extended_server_list+='10.0.0.147:8086 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.240 +++ local server_address=10.0.0.240 +++ extended_server_list+='10.0.0.240:8086 ' +++ '[' -n '10.0.0.23:8086 10.0.0.147:8086 10.0.0.240:8086 ' ']' +++ echo '10.0.0.23:8086 10.0.0.147:8086 10.0.0.240:8086' ++ COLLECTOR_SERVERS='10.0.0.23:8086 10.0.0.147:8086 10.0.0.240: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.23,10.0.0.147,10.0.0.240 ++ CONFIGDB_NODES=10.0.0.23,10.0.0.147,10.0.0.240 ++ 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.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:8082 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.147 +++ local server_address=10.0.0.147 +++ extended_server_list+='10.0.0.147:8082 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.240 +++ local server_address=10.0.0.240 +++ extended_server_list+='10.0.0.240:8082 ' +++ '[' -n '10.0.0.23:8082 10.0.0.147:8082 10.0.0.240:8082 ' ']' +++ echo '10.0.0.23:8082 10.0.0.147:8082 10.0.0.240:8082' ++ CONFIG_SERVERS='10.0.0.23:8082 10.0.0.147:8082 10.0.0.240: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.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:9161 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.147 +++ local server_address=10.0.0.147 +++ extended_server_list+='10.0.0.147:9161 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.240 +++ local server_address=10.0.0.240 +++ extended_server_list+='10.0.0.240:9161 ' +++ '[' -n '10.0.0.23:9161 10.0.0.147:9161 10.0.0.240:9161 ' ']' +++ echo '10.0.0.23:9161 10.0.0.147:9161 10.0.0.240:9161' ++ CONFIGDB_SERVERS='10.0.0.23:9161 10.0.0.147:9161 10.0.0.240: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.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:9041 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.147 +++ local server_address=10.0.0.147 +++ extended_server_list+='10.0.0.147:9041 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.240 +++ local server_address=10.0.0.240 +++ extended_server_list+='10.0.0.240:9041 ' +++ '[' -n '10.0.0.23:9041 10.0.0.147:9041 10.0.0.240:9041 ' ']' +++ echo '10.0.0.23:9041 10.0.0.147:9041 10.0.0.240:9041' ++ CONFIGDB_CQL_SERVERS='10.0.0.23:9041 10.0.0.147:9041 10.0.0.240: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.193,10.20.0.254,10.20.0.14 ++ CONTROL_INTROSPECT_PORT=8083 ++ DNS_NODES=10.20.0.193,10.20.0.254,10.20.0.14 ++ DNS_SERVER_PORT=53 ++ DNS_INTROSPECT_PORT=8092 ++ RNDC_KEY=xvysmOR8lnUQRBcunkC6vg== ++ USE_EXTERNAL_TFTP=False ++ ZOOKEEPER_NODES=10.0.0.23,10.0.0.147,10.0.0.240 ++ 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.23 +++ local server_address=10.0.0.23 +++ extended_server_list+=10.0.0.23:2181, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.147 +++ local server_address=10.0.0.147 +++ extended_server_list+=10.0.0.147:2181, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.240 +++ local server_address=10.0.0.240 +++ extended_server_list+=10.0.0.240:2181, +++ '[' -n 10.0.0.23:2181,10.0.0.147:2181,10.0.0.240:2181, ']' +++ echo 10.0.0.23:2181,10.0.0.147:2181,10.0.0.240:2181 ++ ZOOKEEPER_SERVERS=10.0.0.23:2181,10.0.0.147:2181,10.0.0.240: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.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:2181 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.147 +++ local server_address=10.0.0.147 +++ extended_server_list+='10.0.0.147:2181 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.240 +++ local server_address=10.0.0.240 +++ extended_server_list+='10.0.0.240:2181 ' +++ '[' -n '10.0.0.23:2181 10.0.0.147:2181 10.0.0.240:2181 ' ']' +++ echo '10.0.0.23:2181 10.0.0.147:2181 10.0.0.240:2181' ++ ZOOKEEPER_SERVERS_SPACE_DELIM='10.0.0.23:2181 10.0.0.147:2181 10.0.0.240:2181' ++ RABBITMQ_NODES=10.0.0.23,10.0.0.147,10.0.0.240 ++ 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.23 +++ local server_address=10.0.0.23 +++ extended_server_list+=10.0.0.23:5673, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.147 +++ local server_address=10.0.0.147 +++ extended_server_list+=10.0.0.147:5673, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.240 +++ local server_address=10.0.0.240 +++ extended_server_list+=10.0.0.240:5673, +++ '[' -n 10.0.0.23:5673,10.0.0.147:5673,10.0.0.240:5673, ']' +++ echo 10.0.0.23:5673,10.0.0.147:5673,10.0.0.240:5673 ++ RABBITMQ_SERVERS=10.0.0.23:5673,10.0.0.147:5673,10.0.0.240: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.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:6379 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.147 +++ local server_address=10.0.0.147 +++ extended_server_list+='10.0.0.147:6379 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.240 +++ local server_address=10.0.0.240 +++ extended_server_list+='10.0.0.240:6379 ' +++ '[' -n '10.0.0.23:6379 10.0.0.147:6379 10.0.0.240:6379 ' ']' +++ echo '10.0.0.23:6379 10.0.0.147:6379 10.0.0.240:6379' ++ REDIS_SERVERS='10.0.0.23:6379 10.0.0.147:6379 10.0.0.240: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.23,10.0.0.147,10.0.0.240 ++ 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.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:9092 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.147 +++ local server_address=10.0.0.147 +++ extended_server_list+='10.0.0.147:9092 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.240 +++ local server_address=10.0.0.240 +++ extended_server_list+='10.0.0.240:9092 ' +++ '[' -n '10.0.0.23:9092 10.0.0.147:9092 10.0.0.240:9092 ' ']' +++ echo '10.0.0.23:9092 10.0.0.147:9092 10.0.0.240:9092' ++ KAFKA_SERVERS='10.0.0.23:9092 10.0.0.147:9092 10.0.0.240: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.23 ++ 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.23,10.0.0.147,10.0.0.240 ++ 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.23,10.0.0.147,10.0.0.240 ++ 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.23,10.0.0.147,10.0.0.240 ++ cut -d , -f 1 + local cassandra=10.0.0.23 + (( i=1 )) + (( i<=30 )) + echo -e '\035\nquit' + nc -z 10.0.0.23 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 +++ local server_typ=CONFIG_NODES +++ find_my_ip_and_order_for_node_list 10.0.0.23,10.0.0.147,10.0.0.240 +++ cut -d ' ' -f 1 +++ local servers=10.0.0.23,10.0.0.147,10.0.0.240 +++ local server_list= +++ IFS=, +++ read -ra server_list ++++ get_local_ips ++++ tr '\n' , ++++ grep -vi host ++++ sort ++++ awk '/32 host/ { print f } {f=$2}' ++++ cat /proc/net/fib_trie ++++ uniq +++ local local_ips=,10.0.0.240,10.20.0.14,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.23'\''))' +++ local server_ip=10.0.0.23 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.23 ]] +++ [[ ,10.0.0.240,10.20.0.14,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.23, ]] +++ (( ord+=1 )) +++ for server in "${server_list[@]}" +++ local ret=0 ++++ python3 -c 'import socket; print(socket.gethostbyname('\''10.0.0.147'\''))' +++ local server_ip=10.0.0.147 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.147 ]] +++ [[ ,10.0.0.240,10.20.0.14,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.147, ]] +++ (( ord+=1 )) +++ for server in "${server_list[@]}" +++ local ret=0 ++++ python3 -c 'import socket; print(socket.gethostbyname('\''10.0.0.240'\''))' +++ local server_ip=10.0.0.240 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.240 ]] +++ [[ ,10.0.0.240,10.20.0.14,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.240, ]] +++ echo 10.0.0.240 3 +++ return ++ local ip=10.0.0.240 ++ [[ -z 10.0.0.240 ]] ++ echo 10.0.0.240 + host_ip=10.0.0.240 + [[ cql == \c\q\l ]] ++ echo 10.0.0.23:9041 10.0.0.147:9041 10.0.0.240:9041 ++ sed 's/,/ /g' + cassandra_server_list='10.0.0.23:9041 10.0.0.147:9041 10.0.0.240:9041' + config_api_certs_config= + uwsgi_socket='protocol = http\nsocket = 10.0.0.240: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=__ ++ cut -d = -f 1 ++ grep '^API__.*__.*=.*$' ++ set -o posix ++ set ++ sort ++ sed 's/^API__//g' + 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: 01/29/2026 04:29:33.824 7f36d56b7980 [contrail-api] [INFO]: SANDESH: CONNECT TO COLLECTOR: True 01/29/2026 04:29:33.978 7f36d56b7980 [contrail-api] [INFO]: SANDESH: INTROSPECT IS ON: 0.0.0.0:8084 01/29/2026 04:29:33.991 7f36d56b7980 [contrail-api] [INFO]: SANDESH: Logging: LEVEL: [SYS_INFO] -> [SYS_DEBUG] 01/29/2026 04:29:33.991 7f36d56b7980 [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.240:8082/ Hit Ctrl-C to quit. 10.0.0.240 - - [2026-01-29 04:29:34] "GET / HTTP/1.1" 503 181 0.000290 10.0.0.240 - - [2026-01-29 04:29:34] "GET / HTTP/1.1" 503 181 0.000210 [Introspect:8084]10.0.0.23 - - [2026-01-29 04:29:35] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3225 0.001576 10.0.0.240 - - [2026-01-29 04:29:35] "GET / HTTP/1.1" 200 45871 0.001565 10.0.0.240 - - [2026-01-29 04:29:35] "GET / HTTP/1.1" 200 45871 0.001174 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.240 - - [2026-01-29 04:29:35] "POST /fqname-to-id HTTP/1.1" 401 292 0.000605 10.0.0.240 - - [2026-01-29 04:29:35] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 401 292 0.000256 10.0.0.240 - - [2026-01-29 04:29:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.626921 10.0.0.240 - - [2026-01-29 04:29:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004256 10.0.0.240 - - [2026-01-29 04:29:36] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 200 315 0.352454 10.0.0.240 - - [2026-01-29 04:29:36] "GET /projects?detail=False&count=False&shared=False HTTP/1.1" 200 985 0.005660 /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.240 - - [2026-01-29 04:29:37] "GET /projects?obj_uuids=ba929c15-3411-46bf-a9ed-1dc2adf7f73d&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001149 10.0.0.240 - - [2026-01-29 04:29:37] "GET /project/ba929c15-3411-46bf-a9ed-1dc2adf7f73d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1441 0.051805 10.0.0.240 - - [2026-01-29 04:29:37] "GET /projects?obj_uuids=ba929c15-3411-46bf-a9ed-1dc2adf7f73d&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001208 10.0.0.240 - - [2026-01-29 04:29:37] "GET /project/ba929c15-3411-46bf-a9ed-1dc2adf7f73d?fields=security_groups HTTP/1.1" 200 1089 0.042858 10.0.0.240 - - [2026-01-29 04:29:37] "GET /projects?obj_uuids=ba929c15-3411-46bf-a9ed-1dc2adf7f73d&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001220 10.0.0.240 - - [2026-01-29 04:29:37] "GET /project/ba929c15-3411-46bf-a9ed-1dc2adf7f73d?fields=application_policy_sets HTTP/1.1" 200 1382 0.042410 10.0.0.240 - - [2026-01-29 04:29:37] "DELETE /project/ba929c15-3411-46bf-a9ed-1dc2adf7f73d HTTP/1.1" 409 278 0.241041 [Introspect:8084]10.0.0.23 - - [2026-01-29 04:29:40] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3163 0.001250 [Introspect:8084]10.0.0.23 - - [2026-01-29 04:29:40] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3163 0.001235 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.23 - - [2026-01-29 04:29:42] "GET /obj-perms HTTP/1.1" 200 5032 0.391094 10.0.0.23 - - [2026-01-29 04:29:42] "GET /obj-perms HTTP/1.1" 200 5032 0.003757 10.0.0.23 - - [2026-01-29 04:29:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.034978 10.0.0.240 - - [2026-01-29 04:29:42] "GET /projects?obj_uuids=f53f10b9-142c-4611-95ee-8c247c10c653&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001102 10.0.0.23 - - [2026-01-29 04:29:42] "GET /project/f53f10b9-142c-4611-95ee-8c247c10c653?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.054039 10.0.0.23 - - [2026-01-29 04:29:42] "GET /virtual-networks?parent_id=f53f10b9-142c-4611-95ee-8c247c10c653&detail=False&count=False&shared=False HTTP/1.1" 200 577 0.004174 10.0.0.23 - - [2026-01-29 04:29:42] "POST /virtual-networks HTTP/1.1" 200 548 0.086477 10.0.0.23 - - [2026-01-29 04:29:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004120 10.0.0.23 - - [2026-01-29 04:29:42] "GET /network-ipam/d8462782-70dc-4991-9ab3-834daca9952b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1091 0.005509 10.0.0.240 - - [2026-01-29 04:29:42] "POST /useragent-kv HTTP/1.1" 200 115 0.006917 10.0.0.23 - - [2026-01-29 04:29:42] "POST /ref-update HTTP/1.1" 200 156 0.099587 10.0.0.23 - - [2026-01-29 04:29:42] "POST /neutron/network HTTP/1.1" 200 809 0.050133 10.0.0.23 - - [2026-01-29 04:29:42] "GET /virtual-network/ccda5f3c-8f26-4d6d-b343-06c5a5a3abd0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1935 0.009610 10.0.0.23 - - [2026-01-29 04:29:43] "GET /virtual-network/11be5331-10e9-4ae2-8548-dd5aede69946?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2228 0.007662 10.0.0.23 - - [2026-01-29 04:29:43] "POST /id-to-fqname HTTP/1.1" 200 222 0.001947 10.0.0.23 - - [2026-01-29 04:29:43] "POST /neutron/port HTTP/1.1" 200 2098 0.029300 10.0.0.240 - - [2026-01-29 04:29:44] "GET /projects?obj_uuids=f53f10b9-142c-4611-95ee-8c247c10c653&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001403 10.0.0.23 - - [2026-01-29 04:29:44] "GET /project/f53f10b9-142c-4611-95ee-8c247c10c653?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.080142 10.0.0.23 - - [2026-01-29 04:29:44] "POST /neutron/network HTTP/1.1" 200 886 0.031397 10.0.0.23 - - [2026-01-29 04:29:44] "POST /neutron/port HTTP/1.1" 200 117 0.008601 10.0.0.240 - - [2026-01-29 04:29:45] "GET /projects?obj_uuids=f53f10b9-142c-4611-95ee-8c247c10c653&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001215 10.0.0.23 - - [2026-01-29 04:29:45] "POST /neutron/port HTTP/1.1" 200 1061 0.290307 10.0.0.23 - - [2026-01-29 04:29:45] "POST /neutron/port HTTP/1.1" 200 1115 0.161278 10.0.0.23 - - [2026-01-29 04:29:45] "POST /neutron/subnet HTTP/1.1" 200 646 0.011752 10.0.0.23 - - [2026-01-29 04:29:49] "POST /neutron/port HTTP/1.1" 200 1125 0.020893 10.0.0.23 - - [2026-01-29 04:29:50] "POST /neutron/security_group HTTP/1.1" 200 2059 0.012872 10.0.0.23 - - [2026-01-29 04:29:50] "POST /neutron/port HTTP/1.1" 200 1125 0.017281 10.0.0.23 - - [2026-01-29 04:29:50] "GET /virtual-machine/eb2acc7a-cddb-48b2-bf5d-ed2d27e397db HTTP/1.1" 200 1296 0.047128 10.0.0.23 - - [2026-01-29 04:29:50] "GET /virtual-machine/eb2acc7a-cddb-48b2-bf5d-ed2d27e397db HTTP/1.1" 200 1296 0.003849 10.0.0.23 - - [2026-01-29 04:29:50] "GET /virtual-machine-interface/717db7ff-3f6a-48f4-b761-2beb45ff4793 HTTP/1.1" 200 2956 0.005496 10.0.0.23 - - [2026-01-29 04:29:50] "GET /virtual-machine/eb2acc7a-cddb-48b2-bf5d-ed2d27e397db HTTP/1.1" 200 1296 0.004534 10.0.0.23 - - [2026-01-29 04:29:50] "GET /virtual-machine-interface/717db7ff-3f6a-48f4-b761-2beb45ff4793 HTTP/1.1" 200 2956 0.006099 10.0.0.23 - - [2026-01-29 04:29:50] "GET /instance-ip/dd01f26d-05dd-4a1b-8f78-cbc939c35cba HTTP/1.1" 200 1627 0.007651 10.0.0.23 - - [2026-01-29 04:29:50] "GET /virtual-machine/eb2acc7a-cddb-48b2-bf5d-ed2d27e397db HTTP/1.1" 200 1296 0.004267 10.0.0.23 - - [2026-01-29 04:29:50] "GET /virtual-machine-interface/717db7ff-3f6a-48f4-b761-2beb45ff4793 HTTP/1.1" 200 2956 0.006540 10.0.0.23 - - [2026-01-29 04:29:50] "GET /instance-ip/dd01f26d-05dd-4a1b-8f78-cbc939c35cba HTTP/1.1" 200 1627 0.004542 10.0.0.23 - - [2026-01-29 04:29:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003766 10.0.0.23 - - [2026-01-29 04:29:50] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004404 10.0.0.23 - - [2026-01-29 04:29:50] "GET /virtual-networks?parent_id=f53f10b9-142c-4611-95ee-8c247c10c653&detail=False&count=False&shared=False HTTP/1.1" 200 800 0.004351 10.0.0.23 - - [2026-01-29 04:29:50] "GET /virtual-network/11be5331-10e9-4ae2-8548-dd5aede69946?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2228 0.006184 10.0.0.23 - - [2026-01-29 04:29:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004081 10.0.0.23 - - [2026-01-29 04:29:50] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004730 10.0.0.23 - - [2026-01-29 04:29:50] "GET /virtual-networks?parent_id=f53f10b9-142c-4611-95ee-8c247c10c653&detail=False&count=False&shared=False HTTP/1.1" 200 800 0.002986 10.0.0.23 - - [2026-01-29 04:29:50] "GET /virtual-network/11be5331-10e9-4ae2-8548-dd5aede69946?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2228 0.006058 10.0.0.23 - - [2026-01-29 04:29:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004412 10.0.0.23 - - [2026-01-29 04:29:50] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004219 10.0.0.23 - - [2026-01-29 04:29:50] "GET /virtual-networks?parent_id=f53f10b9-142c-4611-95ee-8c247c10c653&detail=False&count=False&shared=False HTTP/1.1" 200 800 0.003644 10.0.0.23 - - [2026-01-29 04:29:50] "GET /virtual-network/11be5331-10e9-4ae2-8548-dd5aede69946?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2228 0.006594 10.0.0.23 - - [2026-01-29 04:29:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003563 10.0.0.23 - - [2026-01-29 04:29:50] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003978 10.0.0.23 - - [2026-01-29 04:29:50] "GET /virtual-networks?parent_id=f53f10b9-142c-4611-95ee-8c247c10c653&detail=False&count=False&shared=False HTTP/1.1" 200 800 0.003408 10.0.0.23 - - [2026-01-29 04:29:50] "GET /virtual-network/11be5331-10e9-4ae2-8548-dd5aede69946?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2228 0.006823 10.0.0.23 - - [2026-01-29 04:29:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003946 10.0.0.23 - - [2026-01-29 04:29:50] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005595 10.0.0.23 - - [2026-01-29 04:29:50] "GET /virtual-networks?parent_id=f53f10b9-142c-4611-95ee-8c247c10c653&detail=False&count=False&shared=False HTTP/1.1" 200 800 0.004173 10.0.0.23 - - [2026-01-29 04:29:50] "GET /virtual-network/11be5331-10e9-4ae2-8548-dd5aede69946?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2228 0.006409 10.0.0.147 - - [2026-01-29 04:29:51] "GET /global-system-configs HTTP/1.1" 401 292 0.000531 10.0.0.147 - - [2026-01-29 04:29:51] "GET /global-system-configs HTTP/1.1" 401 292 0.000481 10.0.0.147 - - [2026-01-29 04:29:52] "GET /global-system-configs HTTP/1.1" 401 292 0.000426 10.0.0.147 - - [2026-01-29 04:29:52] "GET /global-system-configs HTTP/1.1" 401 292 0.000474 10.0.0.23 - - [2026-01-29 04:29:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000432 10.0.0.23 - - [2026-01-29 04:29:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000488 10.0.0.240 - - [2026-01-29 04:29:54] "GET /global-system-configs HTTP/1.1" 401 292 0.001281 10.0.0.240 - - [2026-01-29 04:29:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000708 10.0.0.23 - - [2026-01-29 04:29:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003822 10.0.0.23 - - [2026-01-29 04:29:54] "GET /virtual-network/11be5331-10e9-4ae2-8548-dd5aede69946?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2228 0.006489 10.0.0.23 - - [2026-01-29 04:29:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000415 10.0.0.23 - - [2026-01-29 04:29:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000589 10.0.0.240 - - [2026-01-29 04:29:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000658 10.0.0.240 - - [2026-01-29 04:29:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000586 10.0.0.23 - - [2026-01-29 04:29:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004001 10.0.0.23 - - [2026-01-29 04:29:58] "GET /virtual-network/11be5331-10e9-4ae2-8548-dd5aede69946?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2228 0.005911 10.0.0.23 - - [2026-01-29 04:29:59] "POST /neutron/port HTTP/1.1" 200 1125 0.024572 10.0.0.23 - - [2026-01-29 04:29:59] "POST /neutron/subnet HTTP/1.1" 200 646 0.011497 10.0.0.23 - - [2026-01-29 04:30:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004020 10.0.0.23 - - [2026-01-29 04:30:02] "GET /virtual-network/11be5331-10e9-4ae2-8548-dd5aede69946?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2228 0.006621 10.0.0.23 - - [2026-01-29 04:30:02] "POST /neutron/port HTTP/1.1" 200 1125 0.058271 10.0.0.23 - - [2026-01-29 04:30:02] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006286 10.0.0.23 - - [2026-01-29 04:30:02] "POST /neutron/network HTTP/1.1" 200 886 0.011260 10.0.0.23 - - [2026-01-29 04:30:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.005931 10.0.0.23 - - [2026-01-29 04:30:06] "GET /virtual-network/11be5331-10e9-4ae2-8548-dd5aede69946?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2228 0.008093 10.0.0.23 - - [2026-01-29 04:30:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003888 10.0.0.23 - - [2026-01-29 04:30:10] "GET /virtual-network/11be5331-10e9-4ae2-8548-dd5aede69946?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2228 0.007712 10.0.0.23 - - [2026-01-29 04:30:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003900 10.0.0.23 - - [2026-01-29 04:30:14] "GET /virtual-network/11be5331-10e9-4ae2-8548-dd5aede69946?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2228 0.005495 10.0.0.23 - - [2026-01-29 04:30:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004212 10.0.0.23 - - [2026-01-29 04:30:18] "GET /virtual-network/11be5331-10e9-4ae2-8548-dd5aede69946?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2228 0.006209 10.0.0.23 - - [2026-01-29 04:30:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.004060 10.0.0.23 - - [2026-01-29 04:30:22] "GET /virtual-network/11be5331-10e9-4ae2-8548-dd5aede69946?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2228 0.005958 10.0.0.23 - - [2026-01-29 04:30:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004373 10.0.0.23 - - [2026-01-29 04:30:26] "GET /virtual-network/11be5331-10e9-4ae2-8548-dd5aede69946?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2228 0.015966 10.0.0.23 - - [2026-01-29 04:30:30] "GET /obj-perms HTTP/1.1" 200 5056 0.055859 10.0.0.147 - - [2026-01-29 04:30:30] "GET /obj-perms HTTP/1.1" 200 5056 0.064616 10.0.0.23 - - [2026-01-29 04:30:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003974 10.0.0.23 - - [2026-01-29 04:30:30] "GET /virtual-network/11be5331-10e9-4ae2-8548-dd5aede69946?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2228 0.006360 10.0.0.23 - - [2026-01-29 04:30:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003888 10.0.0.23 - - [2026-01-29 04:30:35] "GET /virtual-network/11be5331-10e9-4ae2-8548-dd5aede69946?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2228 0.005890 10.0.0.23 - - [2026-01-29 04:30:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003868 10.0.0.23 - - [2026-01-29 04:30:37] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004738 10.0.0.23 - - [2026-01-29 04:30:37] "GET /virtual-networks?parent_id=f53f10b9-142c-4611-95ee-8c247c10c653&detail=False&count=False&shared=False HTTP/1.1" 200 800 0.004220 10.0.0.23 - - [2026-01-29 04:30:37] "GET /virtual-network/11be5331-10e9-4ae2-8548-dd5aede69946?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2228 0.007379 10.0.0.23 - - [2026-01-29 04:30:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003808 10.0.0.23 - - [2026-01-29 04:30:37] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003721 10.0.0.23 - - [2026-01-29 04:30:37] "GET /virtual-networks?parent_id=f53f10b9-142c-4611-95ee-8c247c10c653&detail=False&count=False&shared=False HTTP/1.1" 200 800 0.003054 10.0.0.23 - - [2026-01-29 04:30:37] "GET /virtual-network/11be5331-10e9-4ae2-8548-dd5aede69946?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2228 0.006219 10.0.0.23 - - [2026-01-29 04:30:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003305 10.0.0.23 - - [2026-01-29 04:30:37] "GET /routing-instance/ab7278b3-1b85-4660-a681-d174e29aeea0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1792 0.004680 10.0.0.23 - - [2026-01-29 04:30:37] "GET /route-target/fb4c631b-09f3-4e84-8b42-8927254aa16e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.003820 10.0.0.23 - - [2026-01-29 04:30:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.004258 10.0.0.23 - - [2026-01-29 04:30:37] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004694 10.0.0.23 - - [2026-01-29 04:30:37] "GET /virtual-networks?parent_id=f53f10b9-142c-4611-95ee-8c247c10c653&detail=False&count=False&shared=False HTTP/1.1" 200 800 0.003551 10.0.0.23 - - [2026-01-29 04:30:37] "GET /virtual-network/11be5331-10e9-4ae2-8548-dd5aede69946?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2228 0.006418 10.0.0.23 - - [2026-01-29 04:30:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003595 10.0.0.23 - - [2026-01-29 04:30:37] "GET /routing-instance/ab7278b3-1b85-4660-a681-d174e29aeea0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1792 0.004473 10.0.0.23 - - [2026-01-29 04:30:37] "GET /route-target/fb4c631b-09f3-4e84-8b42-8927254aa16e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.003554 10.0.0.23 - - [2026-01-29 04:30:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003508 10.0.0.23 - - [2026-01-29 04:30:37] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005012 10.0.0.23 - - [2026-01-29 04:30:37] "GET /virtual-networks?parent_id=f53f10b9-142c-4611-95ee-8c247c10c653&detail=False&count=False&shared=False HTTP/1.1" 200 800 0.008927 10.0.0.23 - - [2026-01-29 04:30:37] "GET /virtual-network/11be5331-10e9-4ae2-8548-dd5aede69946?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2228 0.006329 10.0.0.23 - - [2026-01-29 04:30:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003685 10.0.0.23 - - [2026-01-29 04:30:37] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004504 10.0.0.23 - - [2026-01-29 04:30:37] "GET /virtual-networks?parent_id=f53f10b9-142c-4611-95ee-8c247c10c653&detail=False&count=False&shared=False HTTP/1.1" 200 800 0.003424 10.0.0.23 - - [2026-01-29 04:30:38] "GET /virtual-network/11be5331-10e9-4ae2-8548-dd5aede69946?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2228 0.006181 10.0.0.23 - - [2026-01-29 04:30:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003663 10.0.0.23 - - [2026-01-29 04:30:38] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005020 10.0.0.23 - - [2026-01-29 04:30:38] "GET /virtual-networks?parent_id=f53f10b9-142c-4611-95ee-8c247c10c653&detail=False&count=False&shared=False HTTP/1.1" 200 800 0.003223 10.0.0.23 - - [2026-01-29 04:30:38] "GET /virtual-network/11be5331-10e9-4ae2-8548-dd5aede69946?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2228 0.006404 10.0.0.240 - - [2026-01-29 04:30:38] "GET /obj-perms HTTP/1.1" 200 5032 0.070811 10.0.0.23 - - [2026-01-29 04:30:38] "GET /obj-perms HTTP/1.1" 200 5032 0.004050 10.0.0.240 - - [2026-01-29 04:30:38] "GET /obj-perms HTTP/1.1" 200 5032 0.004016 10.0.0.23 - - [2026-01-29 04:30:38] "GET /obj-perms HTTP/1.1" 200 5032 0.004286 10.0.0.23 - - [2026-01-29 04:30:38] "POST /id-to-fqname HTTP/1.1" 200 222 0.001363 10.0.0.23 - - [2026-01-29 04:30:38] "POST /neutron/network HTTP/1.1" 200 896 0.007961 10.0.0.240 - - [2026-01-29 04:30:39] "GET /projects?obj_uuids=f53f10b9-142c-4611-95ee-8c247c10c653&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001127 10.0.0.23 - - [2026-01-29 04:30:39] "GET /project/f53f10b9-142c-4611-95ee-8c247c10c653?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.066692 10.0.0.23 - - [2026-01-29 04:30:39] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008909 10.0.0.23 - - [2026-01-29 04:30:40] "POST /neutron/network HTTP/1.1" 200 896 0.007293 10.0.0.23 - - [2026-01-29 04:30:40] "POST /neutron/port HTTP/1.1" 200 1061 0.017287 10.0.0.23 - - [2026-01-29 04:30:40] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005987 10.0.0.23 - - [2026-01-29 04:30:40] "POST /neutron/network HTTP/1.1" 200 886 0.006897 10.0.0.23 - - [2026-01-29 04:30:45] "POST /neutron/port HTTP/1.1" 200 1125 0.019820 10.0.0.23 - - [2026-01-29 04:30:45] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007579 10.0.0.23 - - [2026-01-29 04:30:45] "GET /virtual-machine/cd656303-b8f7-4a09-8a80-7efd3010bad6 HTTP/1.1" 200 1295 0.006670 10.0.0.23 - - [2026-01-29 04:30:45] "GET /virtual-machine/cd656303-b8f7-4a09-8a80-7efd3010bad6 HTTP/1.1" 200 1295 0.003706 10.0.0.23 - - [2026-01-29 04:30:45] "GET /virtual-machine-interface/cd3c9a96-be21-4a9a-8d42-d8456952feaa HTTP/1.1" 200 2957 0.005095 10.0.0.23 - - [2026-01-29 04:30:45] "GET /virtual-machine/cd656303-b8f7-4a09-8a80-7efd3010bad6 HTTP/1.1" 200 1295 0.003763 10.0.0.23 - - [2026-01-29 04:30:45] "GET /virtual-machine-interface/cd3c9a96-be21-4a9a-8d42-d8456952feaa HTTP/1.1" 200 2957 0.005577 10.0.0.23 - - [2026-01-29 04:30:45] "GET /instance-ip/4ee09c69-4774-49b6-915d-f1317a49cd8d HTTP/1.1" 200 1626 0.005832 10.0.0.23 - - [2026-01-29 04:30:45] "GET /virtual-machine/cd656303-b8f7-4a09-8a80-7efd3010bad6 HTTP/1.1" 200 1295 0.003914 10.0.0.23 - - [2026-01-29 04:30:45] "GET /virtual-machine-interface/cd3c9a96-be21-4a9a-8d42-d8456952feaa HTTP/1.1" 200 2957 0.005326 10.0.0.23 - - [2026-01-29 04:30:45] "GET /instance-ip/4ee09c69-4774-49b6-915d-f1317a49cd8d HTTP/1.1" 200 1626 0.004589 10.0.0.23 - - [2026-01-29 04:30:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004056 10.0.0.23 - - [2026-01-29 04:30:45] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003836 10.0.0.23 - - [2026-01-29 04:30:45] "GET /virtual-networks?parent_id=f53f10b9-142c-4611-95ee-8c247c10c653&detail=False&count=False&shared=False HTTP/1.1" 200 800 0.003523 10.0.0.23 - - [2026-01-29 04:30:45] "GET /virtual-network/c64b20c9-8f2b-46ed-94ee-8c096ea42f3b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2230 0.006166 10.0.0.23 - - [2026-01-29 04:30:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003419 10.0.0.23 - - [2026-01-29 04:30:45] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004514 10.0.0.23 - - [2026-01-29 04:30:45] "GET /virtual-networks?parent_id=f53f10b9-142c-4611-95ee-8c247c10c653&detail=False&count=False&shared=False HTTP/1.1" 200 800 0.003211 10.0.0.23 - - [2026-01-29 04:30:45] "GET /virtual-network/c64b20c9-8f2b-46ed-94ee-8c096ea42f3b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2230 0.006108 10.0.0.23 - - [2026-01-29 04:30:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004819 10.0.0.23 - - [2026-01-29 04:30:45] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004403 10.0.0.23 - - [2026-01-29 04:30:45] "GET /virtual-networks?parent_id=f53f10b9-142c-4611-95ee-8c247c10c653&detail=False&count=False&shared=False HTTP/1.1" 200 800 0.003361 10.0.0.23 - - [2026-01-29 04:30:45] "GET /virtual-network/c64b20c9-8f2b-46ed-94ee-8c096ea42f3b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2230 0.006567 10.0.0.23 - - [2026-01-29 04:30:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003850 10.0.0.23 - - [2026-01-29 04:30:45] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004351 10.0.0.23 - - [2026-01-29 04:30:45] "GET /virtual-networks?parent_id=f53f10b9-142c-4611-95ee-8c247c10c653&detail=False&count=False&shared=False HTTP/1.1" 200 800 0.003489 10.0.0.23 - - [2026-01-29 04:30:45] "GET /virtual-network/c64b20c9-8f2b-46ed-94ee-8c096ea42f3b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2230 0.006363 10.0.0.23 - - [2026-01-29 04:30:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003378 10.0.0.23 - - [2026-01-29 04:30:46] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004508 10.0.0.23 - - [2026-01-29 04:30:46] "GET /virtual-networks?parent_id=f53f10b9-142c-4611-95ee-8c247c10c653&detail=False&count=False&shared=False HTTP/1.1" 200 800 0.003456 10.0.0.23 - - [2026-01-29 04:30:46] "GET /virtual-network/c64b20c9-8f2b-46ed-94ee-8c096ea42f3b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2230 0.006383 10.0.0.23 - - [2026-01-29 04:30:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003831 10.0.0.23 - - [2026-01-29 04:30:49] "GET /virtual-network/c64b20c9-8f2b-46ed-94ee-8c096ea42f3b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2230 0.006306 10.0.0.23 - - [2026-01-29 04:30:49] "POST /neutron/port HTTP/1.1" 200 1125 0.046822 10.0.0.23 - - [2026-01-29 04:30:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004365 10.0.0.23 - - [2026-01-29 04:30:53] "GET /virtual-network/c64b20c9-8f2b-46ed-94ee-8c096ea42f3b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2230 0.006608 10.0.0.23 - - [2026-01-29 04:30:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003918 10.0.0.23 - - [2026-01-29 04:30:57] "GET /virtual-network/c64b20c9-8f2b-46ed-94ee-8c096ea42f3b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2230 0.007437 10.0.0.23 - - [2026-01-29 04:31:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003903 10.0.0.23 - - [2026-01-29 04:31:01] "GET /virtual-network/c64b20c9-8f2b-46ed-94ee-8c096ea42f3b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2230 0.006295 10.0.0.23 - - [2026-01-29 04:31:01] "POST /neutron/port HTTP/1.1" 200 1125 0.022186 10.0.0.23 - - [2026-01-29 04:31:01] "POST /neutron/subnet HTTP/1.1" 200 646 0.011936 10.0.0.23 - - [2026-01-29 04:31:03] "POST /neutron/port HTTP/1.1" 200 1125 0.025906 10.0.0.23 - - [2026-01-29 04:31:03] "POST /neutron/floatingip HTTP/1.1" 200 117 0.007314 10.0.0.23 - - [2026-01-29 04:31:04] "POST /neutron/network HTTP/1.1" 200 886 0.007970 10.0.0.23 - - [2026-01-29 04:31:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004542 10.0.0.23 - - [2026-01-29 04:31:05] "GET /virtual-network/c64b20c9-8f2b-46ed-94ee-8c096ea42f3b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2230 0.007474 10.0.0.23 - - [2026-01-29 04:31:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.004114 10.0.0.23 - - [2026-01-29 04:31:09] "GET /virtual-network/c64b20c9-8f2b-46ed-94ee-8c096ea42f3b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2230 0.007220 10.0.0.23 - - [2026-01-29 04:31:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004400 10.0.0.23 - - [2026-01-29 04:31:13] "GET /virtual-network/c64b20c9-8f2b-46ed-94ee-8c096ea42f3b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2230 0.008048 10.0.0.23 - - [2026-01-29 04:31:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004985 10.0.0.23 - - [2026-01-29 04:31:17] "GET /virtual-network/c64b20c9-8f2b-46ed-94ee-8c096ea42f3b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2230 0.008870 10.0.0.23 - - [2026-01-29 04:31:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004238 10.0.0.23 - - [2026-01-29 04:31:21] "GET /virtual-network/c64b20c9-8f2b-46ed-94ee-8c096ea42f3b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2230 0.006772 10.0.0.23 - - [2026-01-29 04:31:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004818 10.0.0.23 - - [2026-01-29 04:31:26] "GET /virtual-network/c64b20c9-8f2b-46ed-94ee-8c096ea42f3b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2230 0.008789 10.0.0.23 - - [2026-01-29 04:31:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003812 10.0.0.23 - - [2026-01-29 04:31:28] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004578 10.0.0.23 - - [2026-01-29 04:31:28] "GET /virtual-networks?parent_id=f53f10b9-142c-4611-95ee-8c247c10c653&detail=False&count=False&shared=False HTTP/1.1" 200 800 0.003525 10.0.0.23 - - [2026-01-29 04:31:28] "GET /virtual-network/c64b20c9-8f2b-46ed-94ee-8c096ea42f3b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2230 0.006728 10.0.0.23 - - [2026-01-29 04:31:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004150 10.0.0.23 - - [2026-01-29 04:31:28] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004871 10.0.0.23 - - [2026-01-29 04:31:28] "GET /virtual-networks?parent_id=f53f10b9-142c-4611-95ee-8c247c10c653&detail=False&count=False&shared=False HTTP/1.1" 200 800 0.003643 10.0.0.23 - - [2026-01-29 04:31:28] "GET /virtual-network/c64b20c9-8f2b-46ed-94ee-8c096ea42f3b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2230 0.008378 10.0.0.23 - - [2026-01-29 04:31:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003923 10.0.0.23 - - [2026-01-29 04:31:28] "GET /routing-instance/863cf58c-e237-4975-b9df-ec3056099954?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1791 0.004755 10.0.0.23 - - [2026-01-29 04:31:28] "GET /route-target/7485d1f6-18ad-46d3-b104-7ade75706a48?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004042 10.0.0.23 - - [2026-01-29 04:31:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004256 10.0.0.23 - - [2026-01-29 04:31:28] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005024 10.0.0.23 - - [2026-01-29 04:31:28] "GET /virtual-networks?parent_id=f53f10b9-142c-4611-95ee-8c247c10c653&detail=False&count=False&shared=False HTTP/1.1" 200 800 0.003870 10.0.0.23 - - [2026-01-29 04:31:28] "GET /virtual-network/c64b20c9-8f2b-46ed-94ee-8c096ea42f3b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2230 0.006312 10.0.0.23 - - [2026-01-29 04:31:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003450 10.0.0.23 - - [2026-01-29 04:31:28] "GET /routing-instance/863cf58c-e237-4975-b9df-ec3056099954?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1791 0.004823 10.0.0.23 - - [2026-01-29 04:31:28] "GET /route-target/7485d1f6-18ad-46d3-b104-7ade75706a48?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004418 10.0.0.23 - - [2026-01-29 04:31:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004239 10.0.0.23 - - [2026-01-29 04:31:28] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005127 10.0.0.23 - - [2026-01-29 04:31:28] "GET /virtual-networks?parent_id=f53f10b9-142c-4611-95ee-8c247c10c653&detail=False&count=False&shared=False HTTP/1.1" 200 800 0.003543 10.0.0.23 - - [2026-01-29 04:31:28] "GET /virtual-network/c64b20c9-8f2b-46ed-94ee-8c096ea42f3b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2230 0.006163 10.0.0.23 - - [2026-01-29 04:31:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003879 10.0.0.23 - - [2026-01-29 04:31:28] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005239 10.0.0.23 - - [2026-01-29 04:31:28] "GET /virtual-networks?parent_id=f53f10b9-142c-4611-95ee-8c247c10c653&detail=False&count=False&shared=False HTTP/1.1" 200 800 0.012502 10.0.0.23 - - [2026-01-29 04:31:28] "GET /virtual-network/c64b20c9-8f2b-46ed-94ee-8c096ea42f3b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2230 0.006286 10.0.0.23 - - [2026-01-29 04:31:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003970 10.0.0.23 - - [2026-01-29 04:31:29] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004562 10.0.0.23 - - [2026-01-29 04:31:29] "GET /virtual-networks?parent_id=f53f10b9-142c-4611-95ee-8c247c10c653&detail=False&count=False&shared=False HTTP/1.1" 200 800 0.003347 10.0.0.23 - - [2026-01-29 04:31:29] "GET /virtual-network/c64b20c9-8f2b-46ed-94ee-8c096ea42f3b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2230 0.006114 10.0.0.240 - - [2026-01-29 04:31:29] "GET /obj-perms HTTP/1.1" 200 5032 0.005435 10.0.0.23 - - [2026-01-29 04:31:29] "GET /obj-perms HTTP/1.1" 200 5032 0.005809 10.0.0.23 - - [2026-01-29 04:31:29] "GET /obj-perms HTTP/1.1" 200 5032 0.004259 10.0.0.23 - - [2026-01-29 04:31:29] "GET /obj-perms HTTP/1.1" 200 5032 0.005034 10.0.0.240 - - [2026-01-29 04:31:29] "GET /obj-perms HTTP/1.1" 200 5032 0.005450 10.0.0.23 - - [2026-01-29 04:31:29] "GET /virtual-machine/eb2acc7a-cddb-48b2-bf5d-ed2d27e397db HTTP/1.1" 200 1296 0.005749 10.0.0.23 - - [2026-01-29 04:31:29] "GET /virtual-machine-interface/717db7ff-3f6a-48f4-b761-2beb45ff4793 HTTP/1.1" 200 2956 0.007256 10.0.0.23 - - [2026-01-29 04:31:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.014424 10.0.0.23 - - [2026-01-29 04:31:29] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.007074 10.0.0.23 - - [2026-01-29 04:31:29] "GET /virtual-networks?parent_id=f53f10b9-142c-4611-95ee-8c247c10c653&detail=False&count=False&shared=False HTTP/1.1" 200 800 0.004993 10.0.0.23 - - [2026-01-29 04:31:29] "GET /virtual-network/11be5331-10e9-4ae2-8548-dd5aede69946?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2228 0.008423 10.0.0.23 - - [2026-01-29 04:31:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004236 10.0.0.23 - - [2026-01-29 04:31:30] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.006390 10.0.0.23 - - [2026-01-29 04:31:30] "GET /virtual-networks?parent_id=f53f10b9-142c-4611-95ee-8c247c10c653&detail=False&count=False&shared=False HTTP/1.1" 200 800 0.003203 10.0.0.23 - - [2026-01-29 04:31:30] "GET /virtual-network/11be5331-10e9-4ae2-8548-dd5aede69946?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2228 0.006581 10.0.0.23 - - [2026-01-29 04:31:30] "GET /virtual-machine/cd656303-b8f7-4a09-8a80-7efd3010bad6 HTTP/1.1" 200 1295 0.010263 10.0.0.23 - - [2026-01-29 04:31:30] "GET /virtual-machine-interface/cd3c9a96-be21-4a9a-8d42-d8456952feaa HTTP/1.1" 200 2957 0.006528 10.0.0.23 - - [2026-01-29 04:31:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.005974 10.0.0.23 - - [2026-01-29 04:31:30] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004634 10.0.0.23 - - [2026-01-29 04:31:30] "GET /virtual-networks?parent_id=f53f10b9-142c-4611-95ee-8c247c10c653&detail=False&count=False&shared=False HTTP/1.1" 200 800 0.004756 10.0.0.23 - - [2026-01-29 04:31:31] "GET /virtual-network/c64b20c9-8f2b-46ed-94ee-8c096ea42f3b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2230 0.012695 10.0.0.23 - - [2026-01-29 04:31:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004964 10.0.0.23 - - [2026-01-29 04:31:32] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004005 10.0.0.23 - - [2026-01-29 04:31:32] "GET /virtual-networks?parent_id=f53f10b9-142c-4611-95ee-8c247c10c653&detail=False&count=False&shared=False HTTP/1.1" 200 800 0.003665 10.0.0.23 - - [2026-01-29 04:31:32] "GET /virtual-network/c64b20c9-8f2b-46ed-94ee-8c096ea42f3b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2230 0.006269 10.0.0.23 - - [2026-01-29 04:31:37] "POST /neutron/port HTTP/1.1" 200 1125 0.020619 10.0.0.23 - - [2026-01-29 04:31:41] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008380 10.0.0.23 - - [2026-01-29 04:31:47] "POST /neutron/port HTTP/1.1" 200 1125 0.025437 10.0.0.23 - - [2026-01-29 04:32:01] "POST /neutron/port HTTP/1.1" 200 1125 0.022899 10.0.0.23 - - [2026-01-29 04:32:01] "POST /neutron/subnet HTTP/1.1" 200 646 0.014743 10.0.0.23 - - [2026-01-29 04:32:04] "POST /neutron/port HTTP/1.1" 200 1125 0.020566 10.0.0.23 - - [2026-01-29 04:32:04] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004143 10.0.0.23 - - [2026-01-29 04:32:04] "POST /neutron/network HTTP/1.1" 200 886 0.008378 10.0.0.147 - - [2026-01-29 04:32:31] "GET /obj-perms HTTP/1.1" 200 5056 0.052026 10.0.0.23 - - [2026-01-29 04:32:44] "GET /virtual-machine/cd656303-b8f7-4a09-8a80-7efd3010bad6 HTTP/1.1" 200 1295 0.004977 10.0.0.23 - - [2026-01-29 04:32:45] "POST /neutron/port HTTP/1.1" 200 151 0.230654 10.0.0.23 - - [2026-01-29 04:32:46] "GET /virtual-machine/cd656303-b8f7-4a09-8a80-7efd3010bad6 HTTP/1.1" 404 171 0.004649 10.0.0.23 - - [2026-01-29 04:32:46] "GET /virtual-machine/cd656303-b8f7-4a09-8a80-7efd3010bad6 HTTP/1.1" 404 171 0.003915 10.0.0.23 - - [2026-01-29 04:32:46] "GET /virtual-machine/cd656303-b8f7-4a09-8a80-7efd3010bad6 HTTP/1.1" 404 171 0.004066 10.0.0.23 - - [2026-01-29 04:32:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004118 10.0.0.23 - - [2026-01-29 04:32:46] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005007 10.0.0.23 - - [2026-01-29 04:32:46] "GET /virtual-networks?parent_id=f53f10b9-142c-4611-95ee-8c247c10c653&detail=False&count=False&shared=False HTTP/1.1" 200 800 0.004342 10.0.0.23 - - [2026-01-29 04:32:46] "GET /virtual-network/c64b20c9-8f2b-46ed-94ee-8c096ea42f3b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2230 0.006758 10.0.0.23 - - [2026-01-29 04:32:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.005251 10.0.0.23 - - [2026-01-29 04:32:46] "GET /routing-instance/863cf58c-e237-4975-b9df-ec3056099954?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1791 0.007520 10.0.0.23 - - [2026-01-29 04:32:46] "GET /route-target/7485d1f6-18ad-46d3-b104-7ade75706a48?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.005124 10.0.0.23 - - [2026-01-29 04:32:46] "GET /obj-perms HTTP/1.1" 200 5032 0.004408 10.0.0.23 - - [2026-01-29 04:32:50] "GET /obj-perms HTTP/1.1" 200 5032 0.004627 10.0.0.23 - - [2026-01-29 04:32:56] "GET /obj-perms HTTP/1.1" 200 5032 0.004640 10.0.0.23 - - [2026-01-29 04:32:59] "GET /obj-perms HTTP/1.1" 200 5032 0.004053 10.0.0.23 - - [2026-01-29 04:33:01] "POST /neutron/network HTTP/1.1" 200 896 0.009568 10.0.0.23 - - [2026-01-29 04:33:01] "POST /neutron/port HTTP/1.1" 200 117 0.001576 10.0.0.23 - - [2026-01-29 04:33:02] "GET /obj-perms HTTP/1.1" 200 5032 0.005342 10.0.0.240 - - [2026-01-29 04:33:02] "GET /obj-perms HTTP/1.1" 200 5032 0.004184 10.0.0.23 - - [2026-01-29 04:33:02] "GET /virtual-machine/eb2acc7a-cddb-48b2-bf5d-ed2d27e397db HTTP/1.1" 200 1296 0.007149 10.0.0.23 - - [2026-01-29 04:33:03] "POST /neutron/port HTTP/1.1" 200 1115 0.017611 10.0.0.23 - - [2026-01-29 04:33:04] "GET /virtual-machine/eb2acc7a-cddb-48b2-bf5d-ed2d27e397db HTTP/1.1" 404 171 0.003720 10.0.0.23 - - [2026-01-29 04:33:04] "GET /virtual-machine/eb2acc7a-cddb-48b2-bf5d-ed2d27e397db HTTP/1.1" 404 171 0.003384 10.0.0.23 - - [2026-01-29 04:33:04] "GET /virtual-machine/eb2acc7a-cddb-48b2-bf5d-ed2d27e397db HTTP/1.1" 404 171 0.003852 10.0.0.23 - - [2026-01-29 04:33:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003887 10.0.0.23 - - [2026-01-29 04:33:05] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004578 10.0.0.23 - - [2026-01-29 04:33:05] "GET /virtual-networks?parent_id=f53f10b9-142c-4611-95ee-8c247c10c653&detail=False&count=False&shared=False HTTP/1.1" 200 800 0.003525 10.0.0.23 - - [2026-01-29 04:33:05] "GET /virtual-network/11be5331-10e9-4ae2-8548-dd5aede69946?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2228 0.006780 10.0.0.23 - - [2026-01-29 04:33:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004006 10.0.0.23 - - [2026-01-29 04:33:05] "GET /routing-instance/ab7278b3-1b85-4660-a681-d174e29aeea0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1792 0.005262 10.0.0.23 - - [2026-01-29 04:33:05] "GET /route-target/fb4c631b-09f3-4e84-8b42-8927254aa16e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.005485 10.0.0.23 - - [2026-01-29 04:33:05] "POST /neutron/port HTTP/1.1" 200 1125 0.025667 10.0.0.23 - - [2026-01-29 04:33:05] "POST /neutron/subnet HTTP/1.1" 200 646 0.015501 10.0.0.23 - - [2026-01-29 04:33:08] "GET /obj-perms HTTP/1.1" 200 5032 0.006658 10.0.0.240 - - [2026-01-29 04:33:11] "GET /obj-perms HTTP/1.1" 200 5032 0.004492 10.0.0.23 - - [2026-01-29 04:33:17] "GET /obj-perms HTTP/1.1" 200 5032 0.004630 10.0.0.240 - - [2026-01-29 04:33:20] "GET /obj-perms HTTP/1.1" 200 5032 0.005085 10.0.0.23 - - [2026-01-29 04:33:23] "GET /obj-perms HTTP/1.1" 200 5032 0.004006 10.0.0.240 - - [2026-01-29 04:33:24] "POST /useragent-kv HTTP/1.1" 200 115 0.006056 10.0.0.240 - - [2026-01-29 04:33:24] "POST /useragent-kv HTTP/1.1" 200 115 0.003243 10.0.0.23 - - [2026-01-29 04:33:24] "DELETE /virtual-network/ccda5f3c-8f26-4d6d-b343-06c5a5a3abd0 HTTP/1.1" 200 115 0.125923 10.0.0.147 - - [2026-01-29 04:33:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.045046 10.0.0.23 - - [2026-01-29 04:33:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.005248 10.0.0.23 - - [2026-01-29 04:33:24] "GET /network-policy/a58b9c4a-bcba-4171-97aa-42f22a1cb14c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2081 0.004808 10.0.0.23 - - [2026-01-29 04:33:24] "POST /ref-update HTTP/1.1" 200 156 0.060297 10.0.0.23 - - [2026-01-29 04:33:24] "POST /neutron/network HTTP/1.1" 200 809 0.008215 10.0.0.147 - - [2026-01-29 04:33:24] "POST /ref-update HTTP/1.1" 200 156 0.041472 10.0.0.23 - - [2026-01-29 04:33:24] "GET /virtual-network/c64b20c9-8f2b-46ed-94ee-8c096ea42f3b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1936 0.015545 10.0.0.23 - - [2026-01-29 04:33:24] "DELETE /virtual-network/c64b20c9-8f2b-46ed-94ee-8c096ea42f3b HTTP/1.1" 409 235 0.008589 10.0.0.23 - - [2026-01-29 04:33:24] "POST /neutron/port HTTP/1.1" 200 151 0.219416 10.0.0.23 - - [2026-01-29 04:33:25] "POST /neutron/port HTTP/1.1" 200 151 0.267129 10.0.0.240 - - [2026-01-29 04:33:26] "POST /useragent-kv HTTP/1.1" 200 115 0.005449 10.0.0.240 - - [2026-01-29 04:33:26] "POST /useragent-kv HTTP/1.1" 200 115 0.005319 10.0.0.23 - - [2026-01-29 04:33:26] "DELETE /virtual-network/c64b20c9-8f2b-46ed-94ee-8c096ea42f3b HTTP/1.1" 200 115 0.145515 10.0.0.23 - - [2026-01-29 04:33:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003979 10.0.0.23 - - [2026-01-29 04:33:26] "GET /network-policy/a6c5482d-bfcf-4fa7-93db-32da2084a034?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2081 0.006781 10.0.0.23 - - [2026-01-29 04:33:26] "POST /ref-update HTTP/1.1" 200 156 0.064477 10.0.0.147 - - [2026-01-29 04:33:26] "DELETE /access-control-list/55418b46-d6bc-4f52-8f9c-fbc15e116f6f HTTP/1.1" 200 115 0.051699 10.0.0.23 - - [2026-01-29 04:33:26] "GET /virtual-network/11be5331-10e9-4ae2-8548-dd5aede69946?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1934 0.016513 10.0.0.240 - - [2026-01-29 04:33:27] "POST /useragent-kv HTTP/1.1" 200 115 0.004780 10.0.0.240 - - [2026-01-29 04:33:27] "POST /useragent-kv HTTP/1.1" 200 115 0.003108 10.0.0.23 - - [2026-01-29 04:33:27] "DELETE /virtual-network/11be5331-10e9-4ae2-8548-dd5aede69946 HTTP/1.1" 200 115 0.112209 10.0.0.23 - - [2026-01-29 04:33:27] "DELETE /network-policy/a58b9c4a-bcba-4171-97aa-42f22a1cb14c HTTP/1.1" 200 115 0.035951 10.0.0.23 - - [2026-01-29 04:33:27] "DELETE /network-policy/a6c5482d-bfcf-4fa7-93db-32da2084a034 HTTP/1.1" 200 115 0.037710 10.0.0.147 - - [2026-01-29 04:33:33] "GET /obj-perms HTTP/1.1" 200 5056 0.056828 10.0.0.240 - - [2026-01-29 04:33:55] "GET /projects?obj_uuids=f53f10b9-142c-4611-95ee-8c247c10c653&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001421 10.0.0.23 - - [2026-01-29 04:33:55] "GET /project/f53f10b9-142c-4611-95ee-8c247c10c653?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.080463 10.0.0.240 - - [2026-01-29 04:33:55] "GET /projects?obj_uuids=f53f10b9-142c-4611-95ee-8c247c10c653&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001066 10.0.0.23 - - [2026-01-29 04:33:55] "GET /project/f53f10b9-142c-4611-95ee-8c247c10c653?fields=virtual_networks HTTP/1.1" 200 1037 0.052267 10.0.0.240 - - [2026-01-29 04:33:55] "GET /projects?obj_uuids=f53f10b9-142c-4611-95ee-8c247c10c653&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001318 10.0.0.23 - - [2026-01-29 04:33:55] "GET /project/f53f10b9-142c-4611-95ee-8c247c10c653?fields=virtual_machine_interfaces HTTP/1.1" 200 1037 0.046626 10.0.0.240 - - [2026-01-29 04:33:55] "GET /projects?obj_uuids=f53f10b9-142c-4611-95ee-8c247c10c653&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001312 10.0.0.23 - - [2026-01-29 04:33:56] "GET /project/f53f10b9-142c-4611-95ee-8c247c10c653?fields=security_groups HTTP/1.1" 200 1265 0.044573 10.0.0.23 - - [2026-01-29 04:33:56] "POST /fqname-to-id HTTP/1.1" 404 188 0.026909 10.0.0.240 - - [2026-01-29 04:33:56] "GET /projects?obj_uuids=aa103bf9-5865-4b9f-9af2-f95b02d5b62c&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003712 10.0.0.240 - - [2026-01-29 04:33:56] "GET /domains?obj_uuids=65230a56-1cf0-4d34-9498-1ad48da04806&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001151 10.0.0.240 - - [2026-01-29 04:33:56] "GET /domain/65230a56-1cf0-4d34-9498-1ad48da04806?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008231 10.0.0.240 - - [2026-01-29 04:33:57] "POST /id-to-fqname HTTP/1.1" 200 190 0.003067 10.0.0.240 - - [2026-01-29 04:33:57] "POST /fqname-to-id HTTP/1.1" 404 199 0.009306 10.0.0.240 - - [2026-01-29 04:33:57] "POST /security-groups HTTP/1.1" 200 591 0.078939 10.0.0.147 - - [2026-01-29 04:33:57] "POST /fqname-to-id HTTP/1.1" 404 234 0.004123 10.0.0.240 - - [2026-01-29 04:33:57] "POST /projects HTTP/1.1" 200 585 0.311694 10.0.0.240 - - [2026-01-29 04:33:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.347365 10.0.0.147 - - [2026-01-29 04:33:57] "POST /access-control-lists HTTP/1.1" 200 596 0.033970 10.0.0.23 - - [2026-01-29 04:33:57] "GET /project/aa103bf9-5865-4b9f-9af2-f95b02d5b62c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.517132 10.0.0.23 - - [2026-01-29 04:33:58] "GET / HTTP/1.1" 200 36215 0.003026 10.0.0.23 - - [2026-01-29 04:34:00] "POST /fqname-to-id HTTP/1.1" 401 292 0.001065 10.0.0.23 - - [2026-01-29 04:34:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.073322 10.0.0.240 - - [2026-01-29 04:34:00] "GET /projects?obj_uuids=aa103bf9-5865-4b9f-9af2-f95b02d5b62c&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001053 10.0.0.23 - - [2026-01-29 04:34:00] "GET /project/aa103bf9-5865-4b9f-9af2-f95b02d5b62c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.049009 10.0.0.240 - - [2026-01-29 04:34:00] "GET /projects?obj_uuids=aa103bf9-5865-4b9f-9af2-f95b02d5b62c&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001700 10.0.0.23 - - [2026-01-29 04:34:00] "POST /neutron/network HTTP/1.1" 200 605 0.177870 10.0.0.23 - - [2026-01-29 04:34:01] "POST /id-to-fqname HTTP/1.1" 200 220 0.003740 10.0.0.23 - - [2026-01-29 04:34:01] "GET /virtual-network/90590fa5-049c-4dc5-bc07-f9e45816773c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.006272 10.0.0.23 - - [2026-01-29 04:34:01] "POST /neutron/network HTTP/1.1" 200 823 0.009246 10.0.0.23 - - [2026-01-29 04:34:01] "GET /virtual-network/90590fa5-049c-4dc5-bc07-f9e45816773c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.008195 10.0.0.23 - - [2026-01-29 04:34:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004025 10.0.0.240 - - [2026-01-29 04:34:01] "GET /projects?obj_uuids=aa103bf9-5865-4b9f-9af2-f95b02d5b62c&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001154 10.0.0.23 - - [2026-01-29 04:34:01] "GET /project/aa103bf9-5865-4b9f-9af2-f95b02d5b62c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.056894 10.0.0.23 - - [2026-01-29 04:34:01] "POST /neutron/network HTTP/1.1" 200 117 0.019737 10.0.0.147 - - [2026-01-29 04:34:01] "POST /route-targets HTTP/1.1" 200 328 0.013959 10.0.0.23 - - [2026-01-29 04:34:01] "POST /neutron/network HTTP/1.1" 200 825 0.012735 10.0.0.23 - - [2026-01-29 04:34:02] "POST /id-to-fqname HTTP/1.1" 200 220 0.001628 10.0.0.23 - - [2026-01-29 04:34:02] "GET /virtual-network/bfb529f3-acc7-48be-9c17-8d83f5cb0639?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.006653 10.0.0.23 - - [2026-01-29 04:34:02] "GET /virtual-network/bfb529f3-acc7-48be-9c17-8d83f5cb0639?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.007072 10.0.0.23 - - [2026-01-29 04:34:02] "POST /neutron/subnet HTTP/1.1" 200 729 0.010144 10.0.0.23 - - [2026-01-29 04:34:02] "POST /id-to-fqname HTTP/1.1" 200 220 0.001423 10.0.0.240 - - [2026-01-29 04:34:02] "GET /projects?obj_uuids=aa103bf9-5865-4b9f-9af2-f95b02d5b62c&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001571 10.0.0.23 - - [2026-01-29 04:34:02] "GET /project/aa103bf9-5865-4b9f-9af2-f95b02d5b62c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.086326 10.0.0.23 - - [2026-01-29 04:34:03] "POST /neutron/port HTTP/1.1" 200 117 0.008286 10.0.0.23 - - [2026-01-29 04:34:03] "POST /id-to-fqname HTTP/1.1" 200 220 0.001461 10.0.0.23 - - [2026-01-29 04:34:03] "POST /neutron/network HTTP/1.1" 200 835 0.007539 10.0.0.23 - - [2026-01-29 04:34:04] "POST /neutron/port HTTP/1.1" 200 1059 0.026443 10.0.0.23 - - [2026-01-29 04:34:04] "POST /neutron/port HTTP/1.1" 200 1123 0.021269 10.0.0.23 - - [2026-01-29 04:34:04] "POST /neutron/port HTTP/1.1" 200 117 0.001220 10.0.0.240 - - [2026-01-29 04:34:04] "GET /projects?obj_uuids=aa103bf9-5865-4b9f-9af2-f95b02d5b62c&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001253 10.0.0.23 - - [2026-01-29 04:34:04] "GET /project/aa103bf9-5865-4b9f-9af2-f95b02d5b62c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.124375 10.0.0.147 - - [2026-01-29 04:34:04] "DELETE /access-control-list/dc7b729e-cbe0-489b-96f1-8b36e5c68d92 HTTP/1.1" 200 115 0.038065 10.0.0.23 - - [2026-01-29 04:34:04] "POST /neutron/port HTTP/1.1" 200 1123 0.053919 10.0.0.23 - - [2026-01-29 04:34:05] "POST /neutron/port HTTP/1.1" 200 1123 0.027715 10.0.0.240 - - [2026-01-29 04:34:05] "GET /projects?obj_uuids=aa103bf9-5865-4b9f-9af2-f95b02d5b62c&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001258 10.0.0.23 - - [2026-01-29 04:34:05] "POST /neutron/port HTTP/1.1" 200 1061 0.325977 10.0.0.23 - - [2026-01-29 04:34:06] "POST /neutron/port HTTP/1.1" 200 1115 0.130963 10.0.0.23 - - [2026-01-29 04:34:06] "POST /neutron/subnet HTTP/1.1" 200 703 0.010464 10.0.0.23 - - [2026-01-29 04:34:10] "POST /neutron/port HTTP/1.1" 200 1123 0.019282 10.0.0.23 - - [2026-01-29 04:34:10] "POST /neutron/security_group HTTP/1.1" 200 2058 0.012324 10.0.0.23 - - [2026-01-29 04:34:10] "GET /virtual-machine/93fbf641-59ff-4ba7-adf3-d04cd14df5bc HTTP/1.1" 401 292 0.000473 10.0.0.23 - - [2026-01-29 04:34:10] "GET /virtual-machine/93fbf641-59ff-4ba7-adf3-d04cd14df5bc HTTP/1.1" 200 1295 0.032916 10.0.0.23 - - [2026-01-29 04:34:10] "GET /virtual-machine-interface/2e08f320-c269-4c46-8465-299f5a9f2a49 HTTP/1.1" 200 2947 0.006253 10.0.0.23 - - [2026-01-29 04:34:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004093 10.0.0.23 - - [2026-01-29 04:34:10] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004542 10.0.0.23 - - [2026-01-29 04:34:10] "GET /virtual-networks?parent_id=aa103bf9-5865-4b9f-9af2-f95b02d5b62c&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.003378 10.0.0.23 - - [2026-01-29 04:34:10] "GET /virtual-network/90590fa5-049c-4dc5-bc07-f9e45816773c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.008410 10.0.0.23 - - [2026-01-29 04:34:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.005691 10.0.0.23 - - [2026-01-29 04:34:14] "GET /virtual-network/90590fa5-049c-4dc5-bc07-f9e45816773c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.008180 10.0.0.23 - - [2026-01-29 04:34:15] "POST /neutron/port HTTP/1.1" 200 1123 0.024333 10.0.0.23 - - [2026-01-29 04:34:16] "POST /neutron/security_group HTTP/1.1" 200 2058 0.009413 10.0.0.23 - - [2026-01-29 04:34:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004251 10.0.0.23 - - [2026-01-29 04:34:18] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004922 10.0.0.23 - - [2026-01-29 04:34:18] "GET /virtual-networks?parent_id=aa103bf9-5865-4b9f-9af2-f95b02d5b62c&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.004037 10.0.0.23 - - [2026-01-29 04:34:18] "GET /virtual-network/90590fa5-049c-4dc5-bc07-f9e45816773c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.007785 10.0.0.23 - - [2026-01-29 04:34:18] "POST /neutron/port HTTP/1.1" 200 1125 0.023428 10.0.0.23 - - [2026-01-29 04:34:18] "POST /neutron/security_group HTTP/1.1" 200 2058 0.010365 10.0.0.23 - - [2026-01-29 04:34:18] "GET /virtual-machine/be757695-89f9-46af-bce6-152b124d4d8a HTTP/1.1" 200 1295 0.007963 10.0.0.23 - - [2026-01-29 04:34:18] "GET /virtual-machine-interface/cf08fa58-2089-4d9c-a5d2-bd12411e4fdc HTTP/1.1" 200 2949 0.005886 10.0.0.23 - - [2026-01-29 04:34:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004136 10.0.0.23 - - [2026-01-29 04:34:18] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004022 10.0.0.23 - - [2026-01-29 04:34:18] "GET /virtual-networks?parent_id=aa103bf9-5865-4b9f-9af2-f95b02d5b62c&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.003430 10.0.0.23 - - [2026-01-29 04:34:18] "GET /virtual-network/bfb529f3-acc7-48be-9c17-8d83f5cb0639?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.007205 10.0.0.23 - - [2026-01-29 04:34:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004484 10.0.0.23 - - [2026-01-29 04:34:19] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004721 10.0.0.23 - - [2026-01-29 04:34:19] "GET /virtual-networks?parent_id=aa103bf9-5865-4b9f-9af2-f95b02d5b62c&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.004209 10.0.0.23 - - [2026-01-29 04:34:19] "GET /virtual-network/bfb529f3-acc7-48be-9c17-8d83f5cb0639?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.008258 10.0.0.23 - - [2026-01-29 04:34:20] "GET /virtual-machine/93fbf641-59ff-4ba7-adf3-d04cd14df5bc HTTP/1.1" 200 1295 0.005456 10.0.0.23 - - [2026-01-29 04:34:20] "GET /virtual-machine-interface/2e08f320-c269-4c46-8465-299f5a9f2a49 HTTP/1.1" 200 2947 0.007976 10.0.0.23 - - [2026-01-29 04:34:20] "GET /virtual-machine/93fbf641-59ff-4ba7-adf3-d04cd14df5bc HTTP/1.1" 200 1295 0.004600 10.0.0.23 - - [2026-01-29 04:34:20] "GET /virtual-machine-interface/2e08f320-c269-4c46-8465-299f5a9f2a49 HTTP/1.1" 200 2947 0.007518 10.0.0.23 - - [2026-01-29 04:34:20] "GET /instance-ip/79efadb4-dfe8-4181-a261-fa495e939802 HTTP/1.1" 200 1622 0.007957 10.0.0.23 - - [2026-01-29 04:34:20] "GET /virtual-machine/93fbf641-59ff-4ba7-adf3-d04cd14df5bc HTTP/1.1" 200 1295 0.006779 10.0.0.23 - - [2026-01-29 04:34:20] "GET /virtual-machine-interface/2e08f320-c269-4c46-8465-299f5a9f2a49 HTTP/1.1" 200 2947 0.009020 10.0.0.23 - - [2026-01-29 04:34:20] "GET /instance-ip/79efadb4-dfe8-4181-a261-fa495e939802 HTTP/1.1" 200 1622 0.005831 10.0.0.23 - - [2026-01-29 04:34:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.005122 10.0.0.23 - - [2026-01-29 04:34:20] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.006974 10.0.0.23 - - [2026-01-29 04:34:20] "GET /virtual-networks?parent_id=aa103bf9-5865-4b9f-9af2-f95b02d5b62c&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.004468 10.0.0.23 - - [2026-01-29 04:34:20] "GET /virtual-network/90590fa5-049c-4dc5-bc07-f9e45816773c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.012214 10.0.0.23 - - [2026-01-29 04:34:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004644 10.0.0.23 - - [2026-01-29 04:34:20] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005602 10.0.0.23 - - [2026-01-29 04:34:20] "GET /virtual-networks?parent_id=aa103bf9-5865-4b9f-9af2-f95b02d5b62c&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.005503 10.0.0.23 - - [2026-01-29 04:34:20] "GET /virtual-network/90590fa5-049c-4dc5-bc07-f9e45816773c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.006125 10.0.0.23 - - [2026-01-29 04:34:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003604 10.0.0.23 - - [2026-01-29 04:34:20] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005545 10.0.0.23 - - [2026-01-29 04:34:20] "GET /virtual-networks?parent_id=aa103bf9-5865-4b9f-9af2-f95b02d5b62c&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.004661 10.0.0.23 - - [2026-01-29 04:34:20] "GET /virtual-network/90590fa5-049c-4dc5-bc07-f9e45816773c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.008189 10.0.0.23 - - [2026-01-29 04:34:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.008344 10.0.0.23 - - [2026-01-29 04:34:20] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004818 10.0.0.23 - - [2026-01-29 04:34:20] "GET /virtual-networks?parent_id=aa103bf9-5865-4b9f-9af2-f95b02d5b62c&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.005965 10.0.0.23 - - [2026-01-29 04:34:20] "GET /virtual-network/90590fa5-049c-4dc5-bc07-f9e45816773c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.006966 10.0.0.23 - - [2026-01-29 04:34:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004168 10.0.0.23 - - [2026-01-29 04:34:20] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004227 10.0.0.23 - - [2026-01-29 04:34:20] "GET /virtual-networks?parent_id=aa103bf9-5865-4b9f-9af2-f95b02d5b62c&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.003224 10.0.0.23 - - [2026-01-29 04:34:20] "GET /virtual-network/90590fa5-049c-4dc5-bc07-f9e45816773c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.006584 10.0.0.23 - - [2026-01-29 04:34:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004089 10.0.0.23 - - [2026-01-29 04:34:21] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005247 10.0.0.23 - - [2026-01-29 04:34:21] "GET /virtual-networks?parent_id=aa103bf9-5865-4b9f-9af2-f95b02d5b62c&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.004426 10.0.0.23 - - [2026-01-29 04:34:21] "GET /virtual-network/90590fa5-049c-4dc5-bc07-f9e45816773c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.007984 10.0.0.23 - - [2026-01-29 04:34:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004309 10.0.0.23 - - [2026-01-29 04:34:21] "GET /routing-instance/322538b4-482d-4e65-9b71-b6216c2b4258?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1478 0.009128 10.0.0.23 - - [2026-01-29 04:34:21] "GET /route-target/247942e8-db3b-4b1c-a1e0-43b1f77c9ee0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004303 10.0.0.23 - - [2026-01-29 04:34:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004019 10.0.0.23 - - [2026-01-29 04:34:21] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004448 10.0.0.23 - - [2026-01-29 04:34:21] "GET /virtual-networks?parent_id=aa103bf9-5865-4b9f-9af2-f95b02d5b62c&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.003605 10.0.0.23 - - [2026-01-29 04:34:21] "GET /virtual-network/90590fa5-049c-4dc5-bc07-f9e45816773c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.006356 10.0.0.23 - - [2026-01-29 04:34:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003357 10.0.0.23 - - [2026-01-29 04:34:21] "GET /routing-instance/322538b4-482d-4e65-9b71-b6216c2b4258?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1478 0.005216 10.0.0.23 - - [2026-01-29 04:34:21] "GET /route-target/247942e8-db3b-4b1c-a1e0-43b1f77c9ee0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.005957 10.0.0.23 - - [2026-01-29 04:34:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004573 10.0.0.23 - - [2026-01-29 04:34:21] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005708 10.0.0.23 - - [2026-01-29 04:34:21] "GET /virtual-networks?parent_id=aa103bf9-5865-4b9f-9af2-f95b02d5b62c&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.004895 10.0.0.23 - - [2026-01-29 04:34:21] "GET /virtual-network/90590fa5-049c-4dc5-bc07-f9e45816773c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.007158 10.0.0.23 - - [2026-01-29 04:34:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004115 10.0.0.23 - - [2026-01-29 04:34:21] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004459 10.0.0.23 - - [2026-01-29 04:34:21] "GET /virtual-networks?parent_id=aa103bf9-5865-4b9f-9af2-f95b02d5b62c&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.003219 10.0.0.23 - - [2026-01-29 04:34:21] "GET /virtual-network/90590fa5-049c-4dc5-bc07-f9e45816773c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.006610 10.0.0.240 - - [2026-01-29 04:34:22] "GET /obj-perms HTTP/1.1" 200 5030 0.061849 10.0.0.23 - - [2026-01-29 04:34:24] "GET /obj-perms HTTP/1.1" 200 5030 0.063688 10.0.0.23 - - [2026-01-29 04:34:24] "GET /obj-perms HTTP/1.1" 200 5030 0.004068 10.0.0.240 - - [2026-01-29 04:34:24] "GET /obj-perms HTTP/1.1" 200 5030 0.004316 10.0.0.23 - - [2026-01-29 04:34:25] "GET /obj-perms HTTP/1.1" 200 5030 0.005332 10.0.0.240 - - [2026-01-29 04:34:25] "GET /obj-perms HTTP/1.1" 200 5030 0.003709 10.0.0.23 - - [2026-01-29 04:34:25] "POST /neutron/port HTTP/1.1" 200 1125 0.019563 10.0.0.23 - - [2026-01-29 04:34:25] "GET /virtual-machine/be757695-89f9-46af-bce6-152b124d4d8a HTTP/1.1" 200 1295 0.004982 10.0.0.23 - - [2026-01-29 04:34:25] "GET /virtual-machine-interface/cf08fa58-2089-4d9c-a5d2-bd12411e4fdc HTTP/1.1" 200 2949 0.006922 10.0.0.23 - - [2026-01-29 04:34:25] "GET /virtual-machine/be757695-89f9-46af-bce6-152b124d4d8a HTTP/1.1" 200 1295 0.004516 10.0.0.23 - - [2026-01-29 04:34:25] "GET /virtual-machine-interface/cf08fa58-2089-4d9c-a5d2-bd12411e4fdc HTTP/1.1" 200 2949 0.007452 10.0.0.23 - - [2026-01-29 04:34:25] "GET /instance-ip/10398403-6fa5-4b45-9814-7fd1f879da9d HTTP/1.1" 200 1624 0.007624 10.0.0.23 - - [2026-01-29 04:34:25] "GET /virtual-machine/be757695-89f9-46af-bce6-152b124d4d8a HTTP/1.1" 200 1295 0.004778 10.0.0.23 - - [2026-01-29 04:34:25] "GET /virtual-machine-interface/cf08fa58-2089-4d9c-a5d2-bd12411e4fdc HTTP/1.1" 200 2949 0.007072 10.0.0.23 - - [2026-01-29 04:34:25] "GET /instance-ip/10398403-6fa5-4b45-9814-7fd1f879da9d HTTP/1.1" 200 1624 0.005684 10.0.0.23 - - [2026-01-29 04:34:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004438 10.0.0.23 - - [2026-01-29 04:34:25] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004992 10.0.0.23 - - [2026-01-29 04:34:25] "GET /virtual-networks?parent_id=aa103bf9-5865-4b9f-9af2-f95b02d5b62c&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.004057 10.0.0.23 - - [2026-01-29 04:34:25] "GET /virtual-network/bfb529f3-acc7-48be-9c17-8d83f5cb0639?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.007514 10.0.0.23 - - [2026-01-29 04:34:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004382 10.0.0.23 - - [2026-01-29 04:34:25] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004716 10.0.0.23 - - [2026-01-29 04:34:25] "GET /virtual-networks?parent_id=aa103bf9-5865-4b9f-9af2-f95b02d5b62c&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.003628 10.0.0.23 - - [2026-01-29 04:34:25] "GET /virtual-network/bfb529f3-acc7-48be-9c17-8d83f5cb0639?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.007421 10.0.0.23 - - [2026-01-29 04:34:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004231 10.0.0.23 - - [2026-01-29 04:34:25] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004606 10.0.0.23 - - [2026-01-29 04:34:25] "GET /virtual-networks?parent_id=aa103bf9-5865-4b9f-9af2-f95b02d5b62c&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.003299 10.0.0.23 - - [2026-01-29 04:34:26] "GET /virtual-network/bfb529f3-acc7-48be-9c17-8d83f5cb0639?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.009073 10.0.0.23 - - [2026-01-29 04:34:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004926 10.0.0.23 - - [2026-01-29 04:34:26] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.007279 10.0.0.23 - - [2026-01-29 04:34:26] "GET /virtual-networks?parent_id=aa103bf9-5865-4b9f-9af2-f95b02d5b62c&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.003972 10.0.0.23 - - [2026-01-29 04:34:26] "GET /virtual-network/bfb529f3-acc7-48be-9c17-8d83f5cb0639?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.007527 10.0.0.23 - - [2026-01-29 04:34:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003888 10.0.0.23 - - [2026-01-29 04:34:26] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004941 10.0.0.23 - - [2026-01-29 04:34:26] "GET /virtual-networks?parent_id=aa103bf9-5865-4b9f-9af2-f95b02d5b62c&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.004946 10.0.0.23 - - [2026-01-29 04:34:26] "GET /virtual-network/bfb529f3-acc7-48be-9c17-8d83f5cb0639?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.006245 10.0.0.23 - - [2026-01-29 04:34:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004005 10.0.0.23 - - [2026-01-29 04:34:26] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003938 10.0.0.23 - - [2026-01-29 04:34:26] "GET /virtual-networks?parent_id=aa103bf9-5865-4b9f-9af2-f95b02d5b62c&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.003839 10.0.0.23 - - [2026-01-29 04:34:26] "GET /virtual-network/bfb529f3-acc7-48be-9c17-8d83f5cb0639?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.006182 10.0.0.23 - - [2026-01-29 04:34:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003420 10.0.0.23 - - [2026-01-29 04:34:26] "GET /routing-instance/367427be-c2fe-4338-bf0f-399c3d84bc83?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1478 0.006588 10.0.0.23 - - [2026-01-29 04:34:26] "GET /route-target/6ac1c513-db6c-4129-86a5-971662117fe5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.006541 10.0.0.23 - - [2026-01-29 04:34:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.005552 10.0.0.23 - - [2026-01-29 04:34:26] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005533 10.0.0.23 - - [2026-01-29 04:34:26] "GET /virtual-networks?parent_id=aa103bf9-5865-4b9f-9af2-f95b02d5b62c&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.004305 10.0.0.23 - - [2026-01-29 04:34:26] "GET /virtual-network/bfb529f3-acc7-48be-9c17-8d83f5cb0639?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.009842 10.0.0.23 - - [2026-01-29 04:34:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.007045 10.0.0.23 - - [2026-01-29 04:34:26] "GET /routing-instance/367427be-c2fe-4338-bf0f-399c3d84bc83?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1478 0.005935 10.0.0.23 - - [2026-01-29 04:34:26] "GET /route-target/6ac1c513-db6c-4129-86a5-971662117fe5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004603 10.0.0.23 - - [2026-01-29 04:34:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003683 10.0.0.23 - - [2026-01-29 04:34:27] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004487 10.0.0.23 - - [2026-01-29 04:34:27] "GET /virtual-networks?parent_id=aa103bf9-5865-4b9f-9af2-f95b02d5b62c&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.003231 10.0.0.23 - - [2026-01-29 04:34:27] "GET /virtual-network/bfb529f3-acc7-48be-9c17-8d83f5cb0639?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.007687 10.0.0.23 - - [2026-01-29 04:34:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004965 10.0.0.23 - - [2026-01-29 04:34:27] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005427 10.0.0.23 - - [2026-01-29 04:34:27] "GET /virtual-networks?parent_id=aa103bf9-5865-4b9f-9af2-f95b02d5b62c&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.004318 10.0.0.23 - - [2026-01-29 04:34:27] "GET /virtual-network/bfb529f3-acc7-48be-9c17-8d83f5cb0639?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.006354 10.0.0.240 - - [2026-01-29 04:34:31] "GET /obj-perms HTTP/1.1" 200 5030 0.004474 10.0.0.23 - - [2026-01-29 04:34:31] "GET /obj-perms HTTP/1.1" 200 5030 0.004385 10.0.0.23 - - [2026-01-29 04:34:31] "GET /obj-perms HTTP/1.1" 200 5030 0.006496 10.0.0.23 - - [2026-01-29 04:34:31] "GET /obj-perms HTTP/1.1" 200 5030 0.004897 10.0.0.240 - - [2026-01-29 04:34:31] "GET /obj-perms HTTP/1.1" 200 5030 0.005014 10.0.0.240 - - [2026-01-29 04:34:37] "DELETE /project/aa103bf958654b9f9af2f95b02d5b62c HTTP/1.1" 404 173 0.035110 10.0.0.240 - - [2026-01-29 04:34:37] "DELETE /project/f53f10b9-142c-4611-95ee-8c247c10c653 HTTP/1.1" 404 177 0.045465 10.0.0.147 - - [2026-01-29 04:34:51] "GET /global-system-configs HTTP/1.1" 401 292 0.000454 10.0.0.147 - - [2026-01-29 04:34:51] "GET /global-system-configs HTTP/1.1" 401 292 0.000581 10.0.0.147 - - [2026-01-29 04:34:52] "GET /global-system-configs HTTP/1.1" 401 292 0.000453 10.0.0.147 - - [2026-01-29 04:34:52] "GET /global-system-configs HTTP/1.1" 401 292 0.000439 10.0.0.23 - - [2026-01-29 04:34:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000602 10.0.0.23 - - [2026-01-29 04:34:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000569 10.0.0.240 - - [2026-01-29 04:34:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000507 10.0.0.240 - - [2026-01-29 04:34:54] "GET /global-system-configs HTTP/1.1" 401 292 0.001002 10.0.0.23 - - [2026-01-29 04:34:54] "GET /virtual-machine/be757695-89f9-46af-bce6-152b124d4d8a HTTP/1.1" 200 1295 0.004394 10.0.0.23 - - [2026-01-29 04:34:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000470 10.0.0.23 - - [2026-01-29 04:34:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000451 10.0.0.23 - - [2026-01-29 04:34:54] "POST /neutron/port HTTP/1.1" 200 1115 0.015531 10.0.0.240 - - [2026-01-29 04:34:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000470 10.0.0.240 - - [2026-01-29 04:34:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000478 10.0.0.23 - - [2026-01-29 04:34:56] "GET /virtual-machine/be757695-89f9-46af-bce6-152b124d4d8a HTTP/1.1" 404 171 0.003575 10.0.0.23 - - [2026-01-29 04:34:56] "GET /virtual-machine/be757695-89f9-46af-bce6-152b124d4d8a HTTP/1.1" 404 171 0.003675 10.0.0.23 - - [2026-01-29 04:34:56] "GET /virtual-machine/be757695-89f9-46af-bce6-152b124d4d8a HTTP/1.1" 404 171 0.002761 10.0.0.23 - - [2026-01-29 04:34:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003798 10.0.0.23 - - [2026-01-29 04:34:56] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003802 10.0.0.23 - - [2026-01-29 04:34:56] "GET /virtual-networks?parent_id=aa103bf9-5865-4b9f-9af2-f95b02d5b62c&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.003348 10.0.0.23 - - [2026-01-29 04:34:56] "GET /virtual-network/bfb529f3-acc7-48be-9c17-8d83f5cb0639?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.006314 10.0.0.23 - - [2026-01-29 04:34:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003405 10.0.0.23 - - [2026-01-29 04:34:56] "GET /routing-instance/367427be-c2fe-4338-bf0f-399c3d84bc83?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1478 0.004951 10.0.0.23 - - [2026-01-29 04:34:56] "GET /route-target/6ac1c513-db6c-4129-86a5-971662117fe5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.009581 10.0.0.23 - - [2026-01-29 04:34:56] "GET /obj-perms HTTP/1.1" 200 5030 0.004416 10.0.0.23 - - [2026-01-29 04:35:02] "GET /obj-perms HTTP/1.1" 200 5030 0.005007 10.0.0.23 - - [2026-01-29 04:35:02] "GET /obj-perms HTTP/1.1" 200 5030 0.004012 10.0.0.147 - - [2026-01-29 04:35:02] "GET /obj-perms HTTP/1.1" 200 5030 0.063050 10.0.0.23 - - [2026-01-29 04:35:03] "GET /virtual-machine/93fbf641-59ff-4ba7-adf3-d04cd14df5bc HTTP/1.1" 200 1295 0.005720 10.0.0.23 - - [2026-01-29 04:35:03] "POST /neutron/port HTTP/1.1" 200 1113 0.016417 10.0.0.23 - - [2026-01-29 04:35:05] "GET /virtual-machine/93fbf641-59ff-4ba7-adf3-d04cd14df5bc HTTP/1.1" 404 171 0.003715 10.0.0.23 - - [2026-01-29 04:35:05] "GET /virtual-machine/93fbf641-59ff-4ba7-adf3-d04cd14df5bc HTTP/1.1" 404 171 0.003964 10.0.0.23 - - [2026-01-29 04:35:05] "GET /virtual-machine/93fbf641-59ff-4ba7-adf3-d04cd14df5bc HTTP/1.1" 404 171 0.003141 10.0.0.23 - - [2026-01-29 04:35:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004382 10.0.0.23 - - [2026-01-29 04:35:05] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.015964 10.0.0.23 - - [2026-01-29 04:35:05] "GET /virtual-networks?parent_id=aa103bf9-5865-4b9f-9af2-f95b02d5b62c&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.004362 10.0.0.23 - - [2026-01-29 04:35:05] "GET /virtual-network/90590fa5-049c-4dc5-bc07-f9e45816773c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.007906 10.0.0.23 - - [2026-01-29 04:35:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004011 10.0.0.23 - - [2026-01-29 04:35:05] "GET /routing-instance/322538b4-482d-4e65-9b71-b6216c2b4258?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1478 0.004832 10.0.0.23 - - [2026-01-29 04:35:05] "GET /route-target/247942e8-db3b-4b1c-a1e0-43b1f77c9ee0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.005983 10.0.0.240 - - [2026-01-29 04:35:05] "GET /obj-perms HTTP/1.1" 200 5030 0.006157 10.0.0.23 - - [2026-01-29 04:35:11] "GET /obj-perms HTTP/1.1" 200 5030 0.004333 10.0.0.240 - - [2026-01-29 04:35:14] "GET /obj-perms HTTP/1.1" 200 5030 0.004359 10.0.0.23 - - [2026-01-29 04:35:20] "GET /obj-perms HTTP/1.1" 200 5030 0.003933 10.0.0.240 - - [2026-01-29 04:35:24] "GET /obj-perms HTTP/1.1" 200 5030 0.004468 10.0.0.23 - - [2026-01-29 04:35:24] "GET /obj-perms HTTP/1.1" 200 5030 0.003989 10.0.0.240 - - [2026-01-29 04:35:24] "POST /useragent-kv HTTP/1.1" 200 115 0.043166 10.0.0.240 - - [2026-01-29 04:35:24] "POST /useragent-kv HTTP/1.1" 200 115 0.002631 10.0.0.23 - - [2026-01-29 04:35:24] "POST /neutron/network HTTP/1.1" 200 151 0.152671 10.0.0.147 - - [2026-01-29 04:35:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003968 10.0.0.240 - - [2026-01-29 04:35:25] "GET /projects?obj_uuids=aa103bf9-5865-4b9f-9af2-f95b02d5b62c&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003259 10.0.0.23 - - [2026-01-29 04:35:25] "GET /project/aa103bf9-5865-4b9f-9af2-f95b02d5b62c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.051998 10.0.0.240 - - [2026-01-29 04:35:25] "GET /projects?obj_uuids=aa103bf9-5865-4b9f-9af2-f95b02d5b62c&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001009 10.0.0.23 - - [2026-01-29 04:35:25] "GET /project/aa103bf9-5865-4b9f-9af2-f95b02d5b62c?fields=virtual_networks HTTP/1.1" 200 1035 0.050436 10.0.0.240 - - [2026-01-29 04:35:25] "GET /projects?obj_uuids=aa103bf9-5865-4b9f-9af2-f95b02d5b62c&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001059 10.0.0.23 - - [2026-01-29 04:35:26] "GET /project/aa103bf9-5865-4b9f-9af2-f95b02d5b62c?fields=virtual_machine_interfaces HTTP/1.1" 200 1035 0.046049 10.0.0.240 - - [2026-01-29 04:35:26] "GET /projects?obj_uuids=aa103bf9-5865-4b9f-9af2-f95b02d5b62c&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001312 10.0.0.23 - - [2026-01-29 04:35:26] "GET /project/aa103bf9-5865-4b9f-9af2-f95b02d5b62c?fields=security_groups HTTP/1.1" 200 1262 0.049444 10.0.0.23 - - [2026-01-29 04:35:26] "POST /fqname-to-id HTTP/1.1" 404 196 0.025890 10.0.0.240 - - [2026-01-29 04:35:26] "GET /projects?obj_uuids=582a7a12-2418-4ec6-accc-f22b1e0cb5d7&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003342 10.0.0.240 - - [2026-01-29 04:35:27] "GET /domains?obj_uuids=65230a56-1cf0-4d34-9498-1ad48da04806&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000939 10.0.0.240 - - [2026-01-29 04:35:27] "GET /domain/65230a56-1cf0-4d34-9498-1ad48da04806?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007327 10.0.0.240 - - [2026-01-29 04:35:27] "POST /id-to-fqname HTTP/1.1" 200 198 0.003379 10.0.0.240 - - [2026-01-29 04:35:27] "POST /fqname-to-id HTTP/1.1" 404 207 0.007892 10.0.0.240 - - [2026-01-29 04:35:27] "POST /security-groups HTTP/1.1" 200 599 0.088890 10.0.0.240 - - [2026-01-29 04:35:27] "POST /projects HTTP/1.1" 200 601 0.312385 10.0.0.147 - - [2026-01-29 04:35:27] "POST /access-control-lists HTTP/1.1" 200 606 0.028635 10.0.0.240 - - [2026-01-29 04:35:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.382940 10.0.0.23 - - [2026-01-29 04:35:27] "GET /project/582a7a12-2418-4ec6-accc-f22b1e0cb5d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.507590 10.0.0.23 - - [2026-01-29 04:35:28] "GET / HTTP/1.1" 200 36215 0.001602 10.0.0.23 - - [2026-01-29 04:35:31] "POST /fqname-to-id HTTP/1.1" 401 292 0.000624 10.0.0.23 - - [2026-01-29 04:35:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.067849 10.0.0.240 - - [2026-01-29 04:35:32] "GET /projects?obj_uuids=582a7a12-2418-4ec6-accc-f22b1e0cb5d7&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001029 10.0.0.23 - - [2026-01-29 04:35:32] "GET /project/582a7a12-2418-4ec6-accc-f22b1e0cb5d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.048437 10.0.0.23 - - [2026-01-29 04:35:32] "POST /neutron/network HTTP/1.1" 200 117 0.055209 10.0.0.147 - - [2026-01-29 04:35:32] "POST /route-targets HTTP/1.1" 200 328 0.016112 10.0.0.240 - - [2026-01-29 04:35:32] "POST /useragent-kv HTTP/1.1" 200 115 0.003271 10.0.0.23 - - [2026-01-29 04:35:32] "POST /neutron/subnet HTTP/1.1" 200 823 0.224167 10.0.0.23 - - [2026-01-29 04:35:32] "POST /id-to-fqname HTTP/1.1" 200 228 0.001458 10.0.0.23 - - [2026-01-29 04:35:32] "GET /virtual-network/a994371a-a3ba-4107-9507-ba370245b20a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.006491 10.0.0.23 - - [2026-01-29 04:35:32] "GET /virtual-network/a994371a-a3ba-4107-9507-ba370245b20a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.006468 10.0.0.23 - - [2026-01-29 04:35:33] "POST /neutron/network HTTP/1.1" 200 1005 0.010025 10.0.0.23 - - [2026-01-29 04:35:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003692 10.0.0.240 - - [2026-01-29 04:35:33] "GET /projects?obj_uuids=582a7a12-2418-4ec6-accc-f22b1e0cb5d7&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001135 10.0.0.23 - - [2026-01-29 04:35:33] "GET /project/582a7a12-2418-4ec6-accc-f22b1e0cb5d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.049351 10.0.0.23 - - [2026-01-29 04:35:33] "POST /neutron/network HTTP/1.1" 200 117 0.016502 10.0.0.147 - - [2026-01-29 04:35:33] "POST /ref-update HTTP/1.1" 200 156 0.024700 10.0.0.240 - - [2026-01-29 04:35:33] "POST /useragent-kv HTTP/1.1" 200 115 0.006537 10.0.0.23 - - [2026-01-29 04:35:33] "POST /neutron/subnet HTTP/1.1" 200 828 0.215638 10.0.0.23 - - [2026-01-29 04:35:33] "POST /id-to-fqname HTTP/1.1" 200 228 0.001641 10.0.0.23 - - [2026-01-29 04:35:33] "GET /virtual-network/ecba8a67-2455-4835-afb6-28955c305eab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2646 0.005979 10.0.0.23 - - [2026-01-29 04:35:33] "GET /virtual-network/ecba8a67-2455-4835-afb6-28955c305eab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2646 0.006325 10.0.0.23 - - [2026-01-29 04:35:33] "POST /neutron/network HTTP/1.1" 200 1007 0.010435 10.0.0.23 - - [2026-01-29 04:35:34] "GET /virtual-network/a994371a-a3ba-4107-9507-ba370245b20a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.008201 10.0.0.147 - - [2026-01-29 04:35:35] "GET /obj-perms HTTP/1.1" 200 5046 0.054807 10.0.0.240 - - [2026-01-29 04:35:36] "GET /obj-perms HTTP/1.1" 200 5046 0.058937 10.0.0.23 - - [2026-01-29 04:35:36] "GET /virtual-network/ecba8a67-2455-4835-afb6-28955c305eab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2646 0.005933 10.0.0.23 - - [2026-01-29 04:35:36] "POST /neutron/network HTTP/1.1" 200 1005 0.010597 10.0.0.23 - - [2026-01-29 04:35:36] "POST /id-to-fqname HTTP/1.1" 200 228 0.001505 10.0.0.23 - - [2026-01-29 04:35:37] "POST /neutron/network HTTP/1.1" 200 1015 0.008451 10.0.0.240 - - [2026-01-29 04:35:37] "GET /projects?obj_uuids=582a7a12-2418-4ec6-accc-f22b1e0cb5d7&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001047 10.0.0.23 - - [2026-01-29 04:35:37] "GET /project/582a7a12-2418-4ec6-accc-f22b1e0cb5d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.065283 10.0.0.240 - - [2026-01-29 04:35:37] "DELETE /project/582a7a1224184ec6acccf22b1e0cb5d7 HTTP/1.1" 404 173 0.004762 10.0.0.240 - - [2026-01-29 04:35:37] "GET /projects?obj_uuids=aa103bf9-5865-4b9f-9af2-f95b02d5b62c&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001114 10.0.0.240 - - [2026-01-29 04:35:37] "GET /project/aa103bf9-5865-4b9f-9af2-f95b02d5b62c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1469 0.044634 10.0.0.240 - - [2026-01-29 04:35:37] "GET /projects?obj_uuids=aa103bf9-5865-4b9f-9af2-f95b02d5b62c&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001030 10.0.0.240 - - [2026-01-29 04:35:37] "GET /project/aa103bf9-5865-4b9f-9af2-f95b02d5b62c?fields=security_groups HTTP/1.1" 200 1364 0.047201 10.0.0.240 - - [2026-01-29 04:35:38] "DELETE /security-group/e7ab23bb-2fbc-42d9-9e0a-fe5e38a06b2b HTTP/1.1" 200 115 0.058628 10.0.0.23 - - [2026-01-29 04:35:38] "POST /neutron/port HTTP/1.1" 200 117 0.024114 10.0.0.240 - - [2026-01-29 04:35:38] "GET /projects?obj_uuids=aa103bf9-5865-4b9f-9af2-f95b02d5b62c&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001236 10.0.0.240 - - [2026-01-29 04:35:38] "GET /project/aa103bf9-5865-4b9f-9af2-f95b02d5b62c?fields=application_policy_sets HTTP/1.1" 200 1403 0.099158 10.0.0.240 - - [2026-01-29 04:35:38] "DELETE /project/aa103bf9-5865-4b9f-9af2-f95b02d5b62c HTTP/1.1" 200 115 0.481631 10.0.0.240 - - [2026-01-29 04:35:38] "GET /projects?obj_uuids=582a7a12-2418-4ec6-accc-f22b1e0cb5d7&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.002223 10.0.0.23 - - [2026-01-29 04:35:38] "POST /neutron/port HTTP/1.1" 200 1174 0.384480 10.0.0.23 - - [2026-01-29 04:35:39] "POST /neutron/port HTTP/1.1" 200 1228 0.172444 10.0.0.23 - - [2026-01-29 04:35:39] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004692 10.0.0.23 - - [2026-01-29 04:35:39] "POST /neutron/port HTTP/1.1" 200 117 0.001754 10.0.0.23 - - [2026-01-29 04:35:43] "POST /neutron/security_group HTTP/1.1" 200 2066 0.009128 10.0.0.23 - - [2026-01-29 04:35:43] "POST /neutron/port HTTP/1.1" 200 1238 0.018074 10.0.0.23 - - [2026-01-29 04:35:43] "GET /virtual-machine/99227078-f042-4807-bf06-5c5402564197 HTTP/1.1" 401 292 0.000483 10.0.0.23 - - [2026-01-29 04:35:43] "GET /virtual-machine/99227078-f042-4807-bf06-5c5402564197 HTTP/1.1" 200 1303 0.038883 10.0.0.23 - - [2026-01-29 04:35:43] "GET /virtual-machine-interface/8c08b3bc-cf14-457f-98f4-9012ba49106e HTTP/1.1" 200 3184 0.005560 10.0.0.23 - - [2026-01-29 04:35:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003781 10.0.0.23 - - [2026-01-29 04:35:43] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004390 10.0.0.23 - - [2026-01-29 04:35:43] "GET /virtual-networks?parent_id=582a7a12-2418-4ec6-accc-f22b1e0cb5d7&detail=False&count=False&shared=False HTTP/1.1" 200 589 0.003982 10.0.0.23 - - [2026-01-29 04:35:43] "GET /virtual-network/a994371a-a3ba-4107-9507-ba370245b20a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.008070 10.0.0.23 - - [2026-01-29 04:35:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.005143 10.0.0.23 - - [2026-01-29 04:35:47] "GET /virtual-network/a994371a-a3ba-4107-9507-ba370245b20a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.008415 10.0.0.23 - - [2026-01-29 04:35:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003999 10.0.0.23 - - [2026-01-29 04:35:51] "GET /virtual-network/a994371a-a3ba-4107-9507-ba370245b20a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.007082 10.0.0.23 - - [2026-01-29 04:35:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.004612 10.0.0.23 - - [2026-01-29 04:35:55] "GET /virtual-network/a994371a-a3ba-4107-9507-ba370245b20a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.007817 10.0.0.23 - - [2026-01-29 04:35:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003686 10.0.0.23 - - [2026-01-29 04:35:59] "GET /virtual-network/a994371a-a3ba-4107-9507-ba370245b20a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.005802 10.0.0.23 - - [2026-01-29 04:36:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004130 10.0.0.23 - - [2026-01-29 04:36:03] "GET /virtual-network/a994371a-a3ba-4107-9507-ba370245b20a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.005814 10.0.0.23 - - [2026-01-29 04:36:04] "POST /neutron/port HTTP/1.1" 200 1238 0.024401 10.0.0.23 - - [2026-01-29 04:36:04] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005642 10.0.0.23 - - [2026-01-29 04:36:04] "POST /neutron/port HTTP/1.1" 200 117 0.002752 10.0.0.23 - - [2026-01-29 04:36:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003613 10.0.0.23 - - [2026-01-29 04:36:07] "GET /virtual-network/a994371a-a3ba-4107-9507-ba370245b20a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.009037 10.0.0.23 - - [2026-01-29 04:36:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004377 10.0.0.23 - - [2026-01-29 04:36:11] "GET /virtual-network/a994371a-a3ba-4107-9507-ba370245b20a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.007530 10.0.0.23 - - [2026-01-29 04:36:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003915 10.0.0.23 - - [2026-01-29 04:36:15] "GET /virtual-network/a994371a-a3ba-4107-9507-ba370245b20a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.005810 10.0.0.23 - - [2026-01-29 04:36:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003986 10.0.0.23 - - [2026-01-29 04:36:19] "GET /virtual-network/a994371a-a3ba-4107-9507-ba370245b20a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.007753 10.0.0.23 - - [2026-01-29 04:36:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003665 10.0.0.23 - - [2026-01-29 04:36:23] "GET /virtual-network/a994371a-a3ba-4107-9507-ba370245b20a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.005807 10.0.0.23 - - [2026-01-29 04:36:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004540 10.0.0.23 - - [2026-01-29 04:36:27] "GET /virtual-network/a994371a-a3ba-4107-9507-ba370245b20a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.007713 10.0.0.23 - - [2026-01-29 04:36:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.008386 10.0.0.23 - - [2026-01-29 04:36:30] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.012940 10.0.0.23 - - [2026-01-29 04:36:30] "GET /virtual-networks?parent_id=582a7a12-2418-4ec6-accc-f22b1e0cb5d7&detail=False&count=False&shared=False HTTP/1.1" 200 589 0.004250 10.0.0.23 - - [2026-01-29 04:36:30] "GET /virtual-network/a994371a-a3ba-4107-9507-ba370245b20a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.009676 10.0.0.23 - - [2026-01-29 04:36:30] "POST /neutron/security_group HTTP/1.1" 200 2066 0.017106 10.0.0.23 - - [2026-01-29 04:36:35] "GET /obj-perms HTTP/1.1" 200 5056 0.055935 10.0.0.23 - - [2026-01-29 04:36:40] "POST /neutron/port HTTP/1.1" 200 1238 0.021320 10.0.0.23 - - [2026-01-29 04:36:45] "POST /neutron/security_group HTTP/1.1" 200 2066 0.033557 10.0.0.23 - - [2026-01-29 04:36:50] "POST /neutron/port HTTP/1.1" 200 1238 0.022808 10.0.0.23 - - [2026-01-29 04:36:56] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008016 10.0.0.23 - - [2026-01-29 04:36:56] "POST /neutron/port HTTP/1.1" 200 1238 0.022135 10.0.0.23 - - [2026-01-29 04:36:56] "POST /neutron/security_group HTTP/1.1" 200 2066 0.010018 10.0.0.23 - - [2026-01-29 04:36:56] "POST /id-to-fqname HTTP/1.1" 200 228 0.002306 10.0.0.23 - - [2026-01-29 04:36:56] "GET /virtual-machine/99227078-f042-4807-bf06-5c5402564197 HTTP/1.1" 200 1303 0.005009 10.0.0.23 - - [2026-01-29 04:36:56] "GET /virtual-machine-interface/8c08b3bc-cf14-457f-98f4-9012ba49106e HTTP/1.1" 200 3184 0.007074 10.0.0.23 - - [2026-01-29 04:36:56] "GET /instance-ip/17356517-27dd-476c-90ac-29a6294d3ced HTTP/1.1" 200 1639 0.007416 10.0.0.23 - - [2026-01-29 04:36:56] "GET /instance-ip/685281a6-7a32-48e1-adb9-67a9d05ba76e HTTP/1.1" 200 1658 0.008826 10.0.0.23 - - [2026-01-29 04:36:56] "POST /fqname-to-id HTTP/1.1" 404 218 0.009618 10.0.0.23 - - [2026-01-29 04:36:56] "GET /virtual-network/a994371a-a3ba-4107-9507-ba370245b20a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.006253 10.0.0.240 - - [2026-01-29 04:36:56] "GET /projects?obj_uuids=582a7a12-2418-4ec6-accc-f22b1e0cb5d7&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001263 10.0.0.23 - - [2026-01-29 04:36:56] "GET /project/582a7a12-2418-4ec6-accc-f22b1e0cb5d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.059546 10.0.0.23 - - [2026-01-29 04:36:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003707 10.0.0.23 - - [2026-01-29 04:36:56] "GET /security-group/a763f26a-0131-4c1f-8b70-19d439638fc2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3781 0.004978 10.0.0.23 - - [2026-01-29 04:36:56] "POST /virtual-machine-interfaces HTTP/1.1" 200 575 0.073669 10.0.0.23 - - [2026-01-29 04:36:57] "POST /instance-ips HTTP/1.1" 200 358 0.036002 10.0.0.23 - - [2026-01-29 04:36:57] "GET /instance-ip/2e9efeda-71e9-4d4d-b6f9-b97b40985f53?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1593 0.006761 10.0.0.23 - - [2026-01-29 04:36:57] "POST /instance-ips HTTP/1.1" 200 358 0.042069 10.0.0.23 - - [2026-01-29 04:36:57] "GET /instance-ip/3314b65f-d701-429f-af6a-1733121bba80?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.007235 10.0.0.23 - - [2026-01-29 04:36:57] "GET /virtual-machine-interface/eca03ade-be7d-4851-a782-2df283fb3cb2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2397 0.006231 10.0.0.23 - - [2026-01-29 04:36:57] "GET /virtual-machine-interface/eca03ade-be7d-4851-a782-2df283fb3cb2?fields=instance_ip_back_refs HTTP/1.1" 200 1542 0.009362 10.0.0.23 - - [2026-01-29 04:36:57] "GET /instance-ip/2e9efeda-71e9-4d4d-b6f9-b97b40985f53?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1593 0.004590 10.0.0.23 - - [2026-01-29 04:36:57] "GET /instance-ip/3314b65f-d701-429f-af6a-1733121bba80?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.005511 10.0.0.23 - - [2026-01-29 04:36:57] "POST /id-to-fqname HTTP/1.1" 200 228 0.001326 10.0.0.23 - - [2026-01-29 04:36:57] "POST /neutron/port HTTP/1.1" 200 1238 0.017739 10.0.0.23 - - [2026-01-29 04:36:57] "POST /neutron/port HTTP/1.1" 200 1080 0.043500 10.0.0.23 - - [2026-01-29 04:36:57] "POST /neutron/port HTTP/1.1" 200 1080 0.014621 10.0.0.23 - - [2026-01-29 04:36:57] "POST /neutron/port HTTP/1.1" 200 117 0.009685 10.0.0.23 - - [2026-01-29 04:36:58] "POST /neutron/network HTTP/1.1" 200 1015 0.008462 10.0.0.23 - - [2026-01-29 04:36:58] "POST /neutron/port HTTP/1.1" 200 1173 0.154501 10.0.0.23 - - [2026-01-29 04:36:58] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005242 10.0.0.23 - - [2026-01-29 04:36:58] "POST /neutron/port HTTP/1.1" 200 117 0.001697 10.0.0.23 - - [2026-01-29 04:37:03] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008945 10.0.0.23 - - [2026-01-29 04:37:03] "POST /neutron/port HTTP/1.1" 200 1183 0.024130 10.0.0.23 - - [2026-01-29 04:37:03] "GET /virtual-machine/46bcca2a-a268-48d8-8e0b-b27ef87bf748 HTTP/1.1" 200 1280 0.007951 10.0.0.23 - - [2026-01-29 04:37:03] "GET /virtual-machine-interface/eca03ade-be7d-4851-a782-2df283fb3cb2 HTTP/1.1" 200 3234 0.008363 10.0.0.23 - - [2026-01-29 04:37:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004968 10.0.0.23 - - [2026-01-29 04:37:03] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005580 10.0.0.23 - - [2026-01-29 04:37:03] "GET /virtual-networks?parent_id=582a7a12-2418-4ec6-accc-f22b1e0cb5d7&detail=False&count=False&shared=False HTTP/1.1" 200 589 0.004208 10.0.0.23 - - [2026-01-29 04:37:03] "GET /virtual-network/a994371a-a3ba-4107-9507-ba370245b20a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.007319 10.0.0.23 - - [2026-01-29 04:37:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004639 10.0.0.23 - - [2026-01-29 04:37:06] "GET /virtual-network/a994371a-a3ba-4107-9507-ba370245b20a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.007577 10.0.0.23 - - [2026-01-29 04:37:06] "POST /neutron/port HTTP/1.1" 200 1238 0.026695 10.0.0.23 - - [2026-01-29 04:37:06] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004529 10.0.0.23 - - [2026-01-29 04:37:06] "POST /neutron/port HTTP/1.1" 200 117 0.001467 10.0.0.23 - - [2026-01-29 04:37:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003615 10.0.0.23 - - [2026-01-29 04:37:10] "GET /virtual-network/a994371a-a3ba-4107-9507-ba370245b20a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.005851 10.0.0.23 - - [2026-01-29 04:37:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004169 10.0.0.23 - - [2026-01-29 04:37:14] "GET /virtual-network/a994371a-a3ba-4107-9507-ba370245b20a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.005939 10.0.0.23 - - [2026-01-29 04:37:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003579 10.0.0.23 - - [2026-01-29 04:37:18] "GET /virtual-network/a994371a-a3ba-4107-9507-ba370245b20a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.007381 10.0.0.23 - - [2026-01-29 04:37:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.005144 10.0.0.23 - - [2026-01-29 04:37:22] "GET /virtual-network/a994371a-a3ba-4107-9507-ba370245b20a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.007898 10.0.0.23 - - [2026-01-29 04:37:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003929 10.0.0.23 - - [2026-01-29 04:37:26] "GET /virtual-network/a994371a-a3ba-4107-9507-ba370245b20a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.006572 10.0.0.23 - - [2026-01-29 04:37:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.006058 10.0.0.23 - - [2026-01-29 04:37:31] "GET /virtual-network/a994371a-a3ba-4107-9507-ba370245b20a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.013767 10.0.0.23 - - [2026-01-29 04:37:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004971 10.0.0.23 - - [2026-01-29 04:37:35] "GET /virtual-network/a994371a-a3ba-4107-9507-ba370245b20a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.007431 10.0.0.23 - - [2026-01-29 04:37:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.004401 10.0.0.23 - - [2026-01-29 04:37:39] "GET /virtual-network/a994371a-a3ba-4107-9507-ba370245b20a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.007489 10.0.0.23 - - [2026-01-29 04:37:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.005064 10.0.0.23 - - [2026-01-29 04:37:43] "GET /virtual-network/a994371a-a3ba-4107-9507-ba370245b20a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.006508 10.0.0.23 - - [2026-01-29 04:37:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003639 10.0.0.23 - - [2026-01-29 04:37:47] "GET /virtual-network/a994371a-a3ba-4107-9507-ba370245b20a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.006014 10.0.0.23 - - [2026-01-29 04:37:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003672 10.0.0.23 - - [2026-01-29 04:37:51] "GET /virtual-network/a994371a-a3ba-4107-9507-ba370245b20a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.005980 10.0.0.23 - - [2026-01-29 04:37:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.004438 10.0.0.23 - - [2026-01-29 04:37:55] "GET /virtual-network/a994371a-a3ba-4107-9507-ba370245b20a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.005791 10.0.0.23 - - [2026-01-29 04:37:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004784 10.0.0.23 - - [2026-01-29 04:37:57] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004741 10.0.0.23 - - [2026-01-29 04:37:57] "GET /virtual-networks?parent_id=582a7a12-2418-4ec6-accc-f22b1e0cb5d7&detail=False&count=False&shared=False HTTP/1.1" 200 589 0.003680 10.0.0.23 - - [2026-01-29 04:37:57] "GET /virtual-network/a994371a-a3ba-4107-9507-ba370245b20a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.006611 10.0.0.23 - - [2026-01-29 04:37:57] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008624 10.0.0.23 - - [2026-01-29 04:38:08] "POST /neutron/port HTTP/1.1" 200 1183 0.019154 10.0.0.23 - - [2026-01-29 04:38:09] "POST /neutron/port HTTP/1.1" 200 1183 0.023583 10.0.0.23 - - [2026-01-29 04:38:09] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006505 10.0.0.23 - - [2026-01-29 04:38:09] "POST /neutron/port HTTP/1.1" 200 117 0.001213 10.0.0.23 - - [2026-01-29 04:38:10] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007310 10.0.0.23 - - [2026-01-29 04:38:18] "POST /neutron/port HTTP/1.1" 200 1183 0.018567 10.0.0.23 - - [2026-01-29 04:38:23] "POST /id-to-fqname HTTP/1.1" 200 228 0.001486 10.0.0.23 - - [2026-01-29 04:38:23] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008534 10.0.0.240 - - [2026-01-29 04:38:24] "GET /projects?obj_uuids=582a7a12-2418-4ec6-accc-f22b1e0cb5d7&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001111 10.0.0.23 - - [2026-01-29 04:38:24] "GET /project/582a7a12-2418-4ec6-accc-f22b1e0cb5d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.092722 10.0.0.23 - - [2026-01-29 04:38:24] "POST /neutron/port HTTP/1.1" 200 2267 0.033815 10.0.0.23 - - [2026-01-29 04:38:25] "POST /neutron/port HTTP/1.1" 200 117 0.006485 10.0.0.23 - - [2026-01-29 04:38:25] "POST /neutron/port HTTP/1.1" 200 1176 0.048844 10.0.0.23 - - [2026-01-29 04:38:26] "POST /neutron/port HTTP/1.1" 200 1240 0.029905 10.0.0.23 - - [2026-01-29 04:38:26] "POST /neutron/subnet HTTP/1.1" 200 1389 0.020974 10.0.0.23 - - [2026-01-29 04:38:26] "POST /neutron/network HTTP/1.1" 200 1007 0.009938 10.0.0.23 - - [2026-01-29 04:38:30] "POST /neutron/port HTTP/1.1" 200 1240 0.038805 10.0.0.23 - - [2026-01-29 04:38:30] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007963 10.0.0.23 - - [2026-01-29 04:38:30] "GET /virtual-machine/44c94591-e61f-48a9-8965-be9818a8de54 HTTP/1.1" 200 1301 0.006521 10.0.0.23 - - [2026-01-29 04:38:30] "GET /virtual-machine-interface/f6b7b894-a52a-40de-bbc3-fc8b72d271ec HTTP/1.1" 200 3184 0.007767 10.0.0.23 - - [2026-01-29 04:38:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003685 10.0.0.23 - - [2026-01-29 04:38:30] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004124 10.0.0.23 - - [2026-01-29 04:38:30] "GET /virtual-networks?parent_id=582a7a12-2418-4ec6-accc-f22b1e0cb5d7&detail=False&count=False&shared=False HTTP/1.1" 200 589 0.005298 10.0.0.23 - - [2026-01-29 04:38:30] "GET /virtual-network/ecba8a67-2455-4835-afb6-28955c305eab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2646 0.006172 10.0.0.23 - - [2026-01-29 04:38:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003902 10.0.0.23 - - [2026-01-29 04:38:33] "GET /virtual-network/ecba8a67-2455-4835-afb6-28955c305eab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2646 0.006243 10.0.0.147 - - [2026-01-29 04:38:36] "GET /obj-perms HTTP/1.1" 200 5056 0.052742 10.0.0.240 - - [2026-01-29 04:38:37] "GET /obj-perms HTTP/1.1" 200 5056 0.051502 10.0.0.23 - - [2026-01-29 04:38:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003992 10.0.0.23 - - [2026-01-29 04:38:37] "GET /virtual-network/ecba8a67-2455-4835-afb6-28955c305eab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2646 0.005492 10.0.0.23 - - [2026-01-29 04:38:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003935 10.0.0.23 - - [2026-01-29 04:38:41] "GET /virtual-network/ecba8a67-2455-4835-afb6-28955c305eab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2646 0.005704 10.0.0.23 - - [2026-01-29 04:38:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004481 10.0.0.23 - - [2026-01-29 04:38:45] "GET /virtual-network/ecba8a67-2455-4835-afb6-28955c305eab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2646 0.005613 10.0.0.23 - - [2026-01-29 04:38:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004477 10.0.0.23 - - [2026-01-29 04:38:49] "GET /virtual-network/ecba8a67-2455-4835-afb6-28955c305eab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2646 0.007070 10.0.0.23 - - [2026-01-29 04:38:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003697 10.0.0.23 - - [2026-01-29 04:38:54] "GET /virtual-network/ecba8a67-2455-4835-afb6-28955c305eab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2646 0.005622 10.0.0.23 - - [2026-01-29 04:38:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004074 10.0.0.23 - - [2026-01-29 04:38:58] "GET /virtual-network/ecba8a67-2455-4835-afb6-28955c305eab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2646 0.006564 10.0.0.23 - - [2026-01-29 04:39:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003470 10.0.0.23 - - [2026-01-29 04:39:02] "GET /virtual-network/ecba8a67-2455-4835-afb6-28955c305eab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2646 0.005936 10.0.0.23 - - [2026-01-29 04:39:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003730 10.0.0.23 - - [2026-01-29 04:39:06] "GET /virtual-network/ecba8a67-2455-4835-afb6-28955c305eab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2646 0.006280 10.0.0.23 - - [2026-01-29 04:39:09] "POST /neutron/network HTTP/1.1" 200 1015 0.010449 10.0.0.23 - - [2026-01-29 04:39:09] "POST /neutron/subnet HTTP/1.1" 200 1380 0.019449 10.0.0.23 - - [2026-01-29 04:39:09] "POST /neutron/network HTTP/1.1" 200 1005 0.011559 10.0.0.23 - - [2026-01-29 04:39:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.005452 10.0.0.23 - - [2026-01-29 04:39:10] "GET /virtual-network/ecba8a67-2455-4835-afb6-28955c305eab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2646 0.007101 10.0.0.23 - - [2026-01-29 04:39:11] "POST /neutron/network HTTP/1.1" 200 1017 0.008556 10.0.0.23 - - [2026-01-29 04:39:11] "POST /neutron/subnet HTTP/1.1" 200 1389 0.014584 10.0.0.23 - - [2026-01-29 04:39:11] "POST /neutron/network HTTP/1.1" 200 1007 0.010334 10.0.0.23 - - [2026-01-29 04:39:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003498 10.0.0.23 - - [2026-01-29 04:39:12] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005327 10.0.0.23 - - [2026-01-29 04:39:12] "GET /virtual-networks?parent_id=582a7a12-2418-4ec6-accc-f22b1e0cb5d7&detail=False&count=False&shared=False HTTP/1.1" 200 589 0.003381 10.0.0.23 - - [2026-01-29 04:39:12] "GET /virtual-network/ecba8a67-2455-4835-afb6-28955c305eab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2646 0.006552 10.0.0.23 - - [2026-01-29 04:39:17] "POST /neutron/port HTTP/1.1" 200 1240 0.022354 10.0.0.23 - - [2026-01-29 04:39:23] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008399 10.0.0.23 - - [2026-01-29 04:39:28] "POST /neutron/port HTTP/1.1" 200 1240 0.025918 10.0.0.23 - - [2026-01-29 04:39:33] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008778 10.0.0.23 - - [2026-01-29 04:39:38] "POST /neutron/port HTTP/1.1" 200 1240 0.023721 10.0.0.23 - - [2026-01-29 04:39:38] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007820 10.0.0.23 - - [2026-01-29 04:39:39] "POST /neutron/network HTTP/1.1" 200 981 0.016793 10.0.0.23 - - [2026-01-29 04:39:39] "POST /id-to-fqname HTTP/1.1" 200 228 0.001386 10.0.0.23 - - [2026-01-29 04:39:39] "GET /virtual-machine/44c94591-e61f-48a9-8965-be9818a8de54 HTTP/1.1" 200 1301 0.004106 10.0.0.23 - - [2026-01-29 04:39:39] "GET /virtual-machine-interface/f6b7b894-a52a-40de-bbc3-fc8b72d271ec HTTP/1.1" 200 3184 0.005553 10.0.0.23 - - [2026-01-29 04:39:39] "GET /instance-ip/626a885a-8254-45c5-ac64-b89938328623 HTTP/1.1" 200 1659 0.006097 10.0.0.23 - - [2026-01-29 04:39:39] "GET /instance-ip/6ba2ed4e-2bb8-4e59-9da9-2d215f8f2be7 HTTP/1.1" 200 1640 0.006516 10.0.0.23 - - [2026-01-29 04:39:39] "POST /fqname-to-id HTTP/1.1" 404 230 0.004666 10.0.0.23 - - [2026-01-29 04:39:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.004891 10.0.0.240 - - [2026-01-29 04:39:39] "GET /projects?obj_uuids=582a7a12-2418-4ec6-accc-f22b1e0cb5d7&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001192 10.0.0.23 - - [2026-01-29 04:39:39] "GET /project/582a7a12-2418-4ec6-accc-f22b1e0cb5d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.056177 10.0.0.23 - - [2026-01-29 04:39:39] "POST /network-policys HTTP/1.1" 200 571 0.027463 10.0.0.23 - - [2026-01-29 04:39:39] "GET /network-policy/c7c5c3d4-4029-410d-a257-8007fcd4bd5c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2170 0.007431 10.0.0.23 - - [2026-01-29 04:39:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003242 10.0.0.23 - - [2026-01-29 04:39:39] "GET /virtual-network/a994371a-a3ba-4107-9507-ba370245b20a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.007190 10.0.0.23 - - [2026-01-29 04:39:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003417 10.0.0.23 - - [2026-01-29 04:39:39] "GET /network-policy/c7c5c3d4-4029-410d-a257-8007fcd4bd5c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2170 0.005241 10.0.0.23 - - [2026-01-29 04:39:39] "POST /ref-update HTTP/1.1" 200 156 0.065416 10.0.0.147 - - [2026-01-29 04:39:39] "POST /fqname-to-id HTTP/1.1" 404 207 0.071444 10.0.0.23 - - [2026-01-29 04:39:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003286 10.0.0.23 - - [2026-01-29 04:39:39] "GET /network-policy/c7c5c3d4-4029-410d-a257-8007fcd4bd5c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2170 0.004365 10.0.0.23 - - [2026-01-29 04:39:39] "GET /virtual-network/a994371a-a3ba-4107-9507-ba370245b20a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2966 0.008435 10.0.0.23 - - [2026-01-29 04:39:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003555 10.0.0.23 - - [2026-01-29 04:39:39] "GET /network-policy/c7c5c3d4-4029-410d-a257-8007fcd4bd5c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2170 0.004464 10.0.0.23 - - [2026-01-29 04:39:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.004360 10.0.0.23 - - [2026-01-29 04:39:39] "GET /virtual-network/ecba8a67-2455-4835-afb6-28955c305eab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2646 0.006083 10.0.0.23 - - [2026-01-29 04:39:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003320 10.0.0.23 - - [2026-01-29 04:39:39] "GET /network-policy/c7c5c3d4-4029-410d-a257-8007fcd4bd5c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2170 0.004041 10.0.0.147 - - [2026-01-29 04:39:39] "POST /fqname-to-id HTTP/1.1" 404 242 0.053253 10.0.0.23 - - [2026-01-29 04:39:39] "POST /ref-update HTTP/1.1" 200 156 0.051348 10.0.0.23 - - [2026-01-29 04:39:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003464 10.0.0.23 - - [2026-01-29 04:39:39] "GET /network-policy/c7c5c3d4-4029-410d-a257-8007fcd4bd5c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2170 0.005829 10.0.0.23 - - [2026-01-29 04:39:40] "POST /neutron/network HTTP/1.1" 200 1111 0.014856 10.0.0.23 - - [2026-01-29 04:39:40] "GET /virtual-network/ecba8a67-2455-4835-afb6-28955c305eab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2971 0.005226 10.0.0.23 - - [2026-01-29 04:39:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003173 10.0.0.147 - - [2026-01-29 04:39:40] "POST /fqname-to-id HTTP/1.1" 404 242 0.007665 10.0.0.23 - - [2026-01-29 04:39:40] "GET /network-policy/c7c5c3d4-4029-410d-a257-8007fcd4bd5c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2170 0.004460 10.0.0.23 - - [2026-01-29 04:39:40] "GET /virtual-machine-interface/f6b7b894-a52a-40de-bbc3-fc8b72d271ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2767 0.006091 10.0.0.23 - - [2026-01-29 04:39:40] "PUT /virtual-machine-interface/f6b7b894-a52a-40de-bbc3-fc8b72d271ec HTTP/1.1" 200 285 0.013870 10.0.0.23 - - [2026-01-29 04:39:40] "GET /virtual-machine-interface/f6b7b894-a52a-40de-bbc3-fc8b72d271ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3078 0.020015 10.0.0.23 - - [2026-01-29 04:39:40] "PUT /virtual-machine-interface/f6b7b894-a52a-40de-bbc3-fc8b72d271ec HTTP/1.1" 200 285 0.060084 10.0.0.147 - - [2026-01-29 04:39:51] "GET /global-system-configs HTTP/1.1" 401 292 0.000488 10.0.0.147 - - [2026-01-29 04:39:51] "GET /global-system-configs HTTP/1.1" 401 292 0.000498 10.0.0.147 - - [2026-01-29 04:39:52] "GET /global-system-configs HTTP/1.1" 401 292 0.000461 10.0.0.147 - - [2026-01-29 04:39:52] "GET /global-system-configs HTTP/1.1" 401 292 0.000420 10.0.0.23 - - [2026-01-29 04:39:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000442 10.0.0.23 - - [2026-01-29 04:39:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000438 10.0.0.240 - - [2026-01-29 04:39:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000667 10.0.0.240 - - [2026-01-29 04:39:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000428 10.0.0.23 - - [2026-01-29 04:39:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000453 10.0.0.23 - - [2026-01-29 04:39:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000452 10.0.0.240 - - [2026-01-29 04:39:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000449 10.0.0.240 - - [2026-01-29 04:39:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000440 10.0.0.23 - - [2026-01-29 04:40:08] "POST /neutron/network HTTP/1.1" 200 1119 0.009565 10.0.0.23 - - [2026-01-29 04:40:08] "POST /neutron/subnet HTTP/1.1" 200 1380 0.015034 10.0.0.23 - - [2026-01-29 04:40:08] "POST /neutron/network HTTP/1.1" 200 1109 0.010015 10.0.0.23 - - [2026-01-29 04:40:11] "POST /neutron/network HTTP/1.1" 200 1121 0.009722 10.0.0.23 - - [2026-01-29 04:40:11] "POST /neutron/subnet HTTP/1.1" 200 1389 0.014583 10.0.0.23 - - [2026-01-29 04:40:11] "POST /neutron/network HTTP/1.1" 200 1111 0.009955 10.0.0.23 - - [2026-01-29 04:40:38] "GET /obj-perms HTTP/1.1" 200 5056 0.080437 10.0.0.23 - - [2026-01-29 04:41:10] "POST /neutron/network HTTP/1.1" 200 1119 0.032280 10.0.0.23 - - [2026-01-29 04:41:10] "POST /neutron/subnet HTTP/1.1" 200 1380 0.017465 10.0.0.23 - - [2026-01-29 04:41:10] "POST /neutron/network HTTP/1.1" 200 1109 0.010758 10.0.0.23 - - [2026-01-29 04:41:12] "POST /neutron/network HTTP/1.1" 200 1121 0.009916 10.0.0.23 - - [2026-01-29 04:41:12] "POST /neutron/subnet HTTP/1.1" 200 1389 0.017919 10.0.0.23 - - [2026-01-29 04:41:12] "POST /neutron/network HTTP/1.1" 200 1111 0.011322 10.0.0.23 - - [2026-01-29 04:42:09] "POST /ref-update HTTP/1.1" 200 156 0.096808 10.0.0.23 - - [2026-01-29 04:42:09] "GET /virtual-network/ecba8a67-2455-4835-afb6-28955c305eab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2646 0.007872 10.0.0.23 - - [2026-01-29 04:42:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003730 10.0.0.23 - - [2026-01-29 04:42:09] "GET /network-policy/c7c5c3d4-4029-410d-a257-8007fcd4bd5c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2170 0.007042 10.0.0.147 - - [2026-01-29 04:42:09] "POST /fqname-to-id HTTP/1.1" 404 207 0.019646 10.0.0.23 - - [2026-01-29 04:42:09] "POST /ref-update HTTP/1.1" 200 156 0.076479 10.0.0.23 - - [2026-01-29 04:42:09] "GET /virtual-network/a994371a-a3ba-4107-9507-ba370245b20a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.008463 10.0.0.23 - - [2026-01-29 04:42:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003426 10.0.0.23 - - [2026-01-29 04:42:09] "GET /network-policy/c7c5c3d4-4029-410d-a257-8007fcd4bd5c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2170 0.004787 10.0.0.23 - - [2026-01-29 04:42:09] "DELETE /network-policy/c7c5c3d4-4029-410d-a257-8007fcd4bd5c HTTP/1.1" 200 115 0.048043 10.0.0.147 - - [2026-01-29 04:42:09] "DELETE /access-control-list/b1320b24-e94f-4a2d-993b-a4565ee1ce26 HTTP/1.1" 200 115 0.039876 10.0.0.147 - - [2026-01-29 04:42:10] "POST /ref-update HTTP/1.1" 200 156 0.028854 10.0.0.23 - - [2026-01-29 04:42:10] "DELETE /instance-ip/2e9efeda-71e9-4d4d-b6f9-b97b40985f53 HTTP/1.1" 200 115 0.051967 10.0.0.23 - - [2026-01-29 04:42:10] "DELETE /instance-ip/3314b65f-d701-429f-af6a-1733121bba80 HTTP/1.1" 200 115 0.049093 10.0.0.23 - - [2026-01-29 04:42:10] "DELETE /virtual-machine-interface/eca03ade-be7d-4851-a782-2df283fb3cb2 HTTP/1.1" 200 115 0.092932 10.0.0.23 - - [2026-01-29 04:42:10] "POST /neutron/network HTTP/1.1" 200 1007 0.043967 10.0.0.23 - - [2026-01-29 04:42:10] "POST /neutron/port HTTP/1.1" 200 1230 0.021060 10.0.0.23 - - [2026-01-29 04:42:11] "POST /neutron/port HTTP/1.1" 200 1228 0.023574 10.0.0.240 - - [2026-01-29 04:42:12] "POST /useragent-kv HTTP/1.1" 200 115 0.044242 10.0.0.240 - - [2026-01-29 04:42:12] "POST /useragent-kv HTTP/1.1" 200 115 0.003553 10.0.0.240 - - [2026-01-29 04:42:12] "POST /useragent-kv HTTP/1.1" 200 115 0.003328 10.0.0.240 - - [2026-01-29 04:42:12] "POST /useragent-kv HTTP/1.1" 200 115 0.002917 10.0.0.23 - - [2026-01-29 04:42:12] "POST /neutron/network HTTP/1.1" 200 151 0.206792 10.0.0.147 - - [2026-01-29 04:42:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.006428 10.0.0.23 - - [2026-01-29 04:42:15] "POST /neutron/port HTTP/1.1" 200 117 0.004515 10.0.0.240 - - [2026-01-29 04:42:16] "GET /projects?obj_uuids=582a7a12-2418-4ec6-accc-f22b1e0cb5d7&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001127 10.0.0.23 - - [2026-01-29 04:42:16] "GET /project/582a7a12-2418-4ec6-accc-f22b1e0cb5d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.074697 10.0.0.240 - - [2026-01-29 04:42:16] "GET /projects?obj_uuids=582a7a12-2418-4ec6-accc-f22b1e0cb5d7&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.002110 10.0.0.23 - - [2026-01-29 04:42:16] "GET /project/582a7a12-2418-4ec6-accc-f22b1e0cb5d7?fields=virtual_networks HTTP/1.1" 200 1050 0.042434 10.0.0.240 - - [2026-01-29 04:42:16] "GET /projects?obj_uuids=582a7a12-2418-4ec6-accc-f22b1e0cb5d7&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001718 10.0.0.23 - - [2026-01-29 04:42:16] "GET /project/582a7a12-2418-4ec6-accc-f22b1e0cb5d7?fields=virtual_machine_interfaces HTTP/1.1" 200 1050 0.052969 10.0.0.240 - - [2026-01-29 04:42:16] "GET /projects?obj_uuids=582a7a12-2418-4ec6-accc-f22b1e0cb5d7&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001091 10.0.0.23 - - [2026-01-29 04:42:16] "GET /project/582a7a12-2418-4ec6-accc-f22b1e0cb5d7?fields=security_groups HTTP/1.1" 200 1285 0.046007 10.0.0.23 - - [2026-01-29 04:42:17] "POST /fqname-to-id HTTP/1.1" 404 192 0.027392 10.0.0.240 - - [2026-01-29 04:42:17] "GET /projects?obj_uuids=2f68c628-48e9-4e92-b999-b439fbad1905&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003966 10.0.0.240 - - [2026-01-29 04:42:17] "GET /domains?obj_uuids=65230a56-1cf0-4d34-9498-1ad48da04806&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001446 10.0.0.240 - - [2026-01-29 04:42:17] "GET /domain/65230a56-1cf0-4d34-9498-1ad48da04806?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.043409 10.0.0.240 - - [2026-01-29 04:42:17] "POST /id-to-fqname HTTP/1.1" 200 194 0.001658 10.0.0.240 - - [2026-01-29 04:42:17] "POST /fqname-to-id HTTP/1.1" 404 203 0.015482 10.0.0.240 - - [2026-01-29 04:42:17] "POST /security-groups HTTP/1.1" 200 595 0.073210 10.0.0.240 - - [2026-01-29 04:42:17] "POST /projects HTTP/1.1" 200 593 0.284232 10.0.0.147 - - [2026-01-29 04:42:17] "POST /access-control-lists HTTP/1.1" 200 602 0.031020 10.0.0.240 - - [2026-01-29 04:42:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.354994 10.0.0.23 - - [2026-01-29 04:42:17] "GET /project/2f68c628-48e9-4e92-b999-b439fbad1905?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.538413 10.0.0.23 - - [2026-01-29 04:42:18] "GET / HTTP/1.1" 200 36215 0.001765 10.0.0.23 - - [2026-01-29 04:42:20] "POST /fqname-to-id HTTP/1.1" 401 292 0.000640 10.0.0.23 - - [2026-01-29 04:42:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.055541 10.0.0.240 - - [2026-01-29 04:42:20] "GET /projects?obj_uuids=2f68c628-48e9-4e92-b999-b439fbad1905&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001114 10.0.0.23 - - [2026-01-29 04:42:20] "GET /project/2f68c628-48e9-4e92-b999-b439fbad1905?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.052602 10.0.0.240 - - [2026-01-29 04:42:21] "GET /projects?obj_uuids=2f68c628-48e9-4e92-b999-b439fbad1905&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001362 10.0.0.23 - - [2026-01-29 04:42:21] "POST /neutron/network HTTP/1.1" 200 609 0.147557 10.0.0.147 - - [2026-01-29 04:42:21] "POST /route-targets HTTP/1.1" 200 328 0.014118 10.0.0.23 - - [2026-01-29 04:42:21] "POST /neutron/network HTTP/1.1" 200 1003 0.014310 10.0.0.23 - - [2026-01-29 04:42:21] "POST /id-to-fqname HTTP/1.1" 200 224 0.001274 10.0.0.23 - - [2026-01-29 04:42:21] "GET /virtual-network/5efa0902-045b-42c1-b43b-b6a42159d8d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.005743 10.0.0.23 - - [2026-01-29 04:42:21] "GET /virtual-network/5efa0902-045b-42c1-b43b-b6a42159d8d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.009252 10.0.0.147 - - [2026-01-29 04:42:21] "DELETE /access-control-list/668dc82e-ae97-41d3-9f95-cf4feed31479 HTTP/1.1" 200 115 0.052105 10.0.0.23 - - [2026-01-29 04:42:21] "POST /neutron/subnet HTTP/1.1" 200 729 0.010115 10.0.0.23 - - [2026-01-29 04:42:22] "GET /virtual-network/5efa0902-045b-42c1-b43b-b6a42159d8d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.005903 10.0.0.147 - - [2026-01-29 04:42:23] "GET /obj-perms HTTP/1.1" 200 5038 0.058197 10.0.0.240 - - [2026-01-29 04:42:23] "GET /obj-perms HTTP/1.1" 200 5038 0.052512 10.0.0.23 - - [2026-01-29 04:42:23] "POST /id-to-fqname HTTP/1.1" 200 224 0.001560 10.0.0.240 - - [2026-01-29 04:42:24] "GET /projects?obj_uuids=2f68c628-48e9-4e92-b999-b439fbad1905&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001585 10.0.0.23 - - [2026-01-29 04:42:24] "GET /project/2f68c628-48e9-4e92-b999-b439fbad1905?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.093661 10.0.0.23 - - [2026-01-29 04:42:25] "POST /neutron/network HTTP/1.1" 200 1003 0.040526 10.0.0.23 - - [2026-01-29 04:42:25] "POST /id-to-fqname HTTP/1.1" 200 224 0.001519 10.0.0.23 - - [2026-01-29 04:42:25] "POST /neutron/port HTTP/1.1" 200 117 0.008482 10.0.0.240 - - [2026-01-29 04:42:25] "GET /projects?obj_uuids=2f68c628-48e9-4e92-b999-b439fbad1905&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001283 10.0.0.23 - - [2026-01-29 04:42:26] "POST /neutron/port HTTP/1.1" 200 1172 0.362717 10.0.0.240 - - [2026-01-29 04:42:26] "GET /projects?obj_uuids=2f68c628-48e9-4e92-b999-b439fbad1905&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001182 10.0.0.23 - - [2026-01-29 04:42:26] "GET /project/2f68c628-48e9-4e92-b999-b439fbad1905?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.144464 10.0.0.23 - - [2026-01-29 04:42:26] "POST /neutron/port HTTP/1.1" 200 1226 0.201277 10.0.0.23 - - [2026-01-29 04:42:26] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005225 10.0.0.23 - - [2026-01-29 04:42:26] "POST /neutron/port HTTP/1.1" 200 117 0.001380 10.0.0.23 - - [2026-01-29 04:42:26] "POST /neutron/network HTTP/1.1" 200 1003 0.011702 10.0.0.23 - - [2026-01-29 04:42:26] "POST /id-to-fqname HTTP/1.1" 200 224 0.001498 10.0.0.23 - - [2026-01-29 04:42:26] "POST /neutron/port HTTP/1.1" 200 1236 0.033781 10.0.0.23 - - [2026-01-29 04:42:27] "POST /neutron/network HTTP/1.1" 200 1013 0.012972 10.0.0.23 - - [2026-01-29 04:42:27] "POST /neutron/port HTTP/1.1" 200 1172 0.032221 10.0.0.240 - - [2026-01-29 04:42:27] "GET /projects?obj_uuids=2f68c628-48e9-4e92-b999-b439fbad1905&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001213 10.0.0.23 - - [2026-01-29 04:42:28] "GET /project/2f68c628-48e9-4e92-b999-b439fbad1905?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.087305 10.0.0.23 - - [2026-01-29 04:42:28] "POST /neutron/network HTTP/1.1" 200 1003 0.012862 10.0.0.23 - - [2026-01-29 04:42:28] "POST /neutron/subnet HTTP/1.1" 200 1389 0.017626 10.0.0.23 - - [2026-01-29 04:42:28] "POST /neutron/port HTTP/1.1" 200 117 0.001909 10.0.0.23 - - [2026-01-29 04:42:28] "POST /neutron/port HTTP/1.1" 200 117 0.008761 10.0.0.23 - - [2026-01-29 04:42:28] "POST /neutron/port HTTP/1.1" 200 1236 0.024478 10.0.0.23 - - [2026-01-29 04:42:28] "POST /neutron/security_group HTTP/1.1" 200 2062 0.011710 10.0.0.23 - - [2026-01-29 04:42:28] "GET /virtual-machine/8c35763b-1b3f-4287-84b9-7030868aa248 HTTP/1.1" 401 292 0.000741 10.0.0.23 - - [2026-01-29 04:42:29] "GET /virtual-machine/8c35763b-1b3f-4287-84b9-7030868aa248 HTTP/1.1" 200 1298 0.039429 10.0.0.23 - - [2026-01-29 04:42:29] "GET /virtual-machine-interface/37faaec6-7904-446b-ad27-0cbd8d67bfe1 HTTP/1.1" 200 3163 0.007996 10.0.0.23 - - [2026-01-29 04:42:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.004731 10.0.0.23 - - [2026-01-29 04:42:29] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.008315 10.0.0.23 - - [2026-01-29 04:42:29] "GET /virtual-networks?parent_id=2f68c628-48e9-4e92-b999-b439fbad1905&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.005177 10.0.0.23 - - [2026-01-29 04:42:29] "GET /virtual-network/5efa0902-045b-42c1-b43b-b6a42159d8d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.006518 10.0.0.23 - - [2026-01-29 04:42:29] "POST /neutron/port HTTP/1.1" 200 1172 0.055018 10.0.0.23 - - [2026-01-29 04:42:29] "POST /neutron/port HTTP/1.1" 200 1236 0.032035 10.0.0.23 - - [2026-01-29 04:42:29] "POST /neutron/subnet HTTP/1.1" 200 1389 0.023934 10.0.0.23 - - [2026-01-29 04:42:29] "POST /neutron/network HTTP/1.1" 200 1003 0.010625 10.0.0.23 - - [2026-01-29 04:42:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004959 10.0.0.23 - - [2026-01-29 04:42:32] "GET /virtual-network/5efa0902-045b-42c1-b43b-b6a42159d8d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.007934 10.0.0.23 - - [2026-01-29 04:42:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004594 10.0.0.23 - - [2026-01-29 04:42:36] "GET /virtual-network/5efa0902-045b-42c1-b43b-b6a42159d8d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.008453 10.0.0.240 - - [2026-01-29 04:42:38] "DELETE /project/582a7a12-2418-4ec6-accc-f22b1e0cb5d7 HTTP/1.1" 404 177 0.002955 10.0.0.240 - - [2026-01-29 04:42:38] "DELETE /project/2f68c62848e94e92b999b439fbad1905 HTTP/1.1" 404 173 0.005549 10.0.0.23 - - [2026-01-29 04:42:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003910 10.0.0.23 - - [2026-01-29 04:42:40] "GET /virtual-network/5efa0902-045b-42c1-b43b-b6a42159d8d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.005766 10.0.0.23 - - [2026-01-29 04:42:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004140 10.0.0.23 - - [2026-01-29 04:42:44] "GET /virtual-network/5efa0902-045b-42c1-b43b-b6a42159d8d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.007111 10.0.0.23 - - [2026-01-29 04:42:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.005381 10.0.0.23 - - [2026-01-29 04:42:48] "GET /virtual-network/5efa0902-045b-42c1-b43b-b6a42159d8d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.008150 10.0.0.23 - - [2026-01-29 04:42:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.004647 10.0.0.23 - - [2026-01-29 04:42:52] "GET /virtual-network/5efa0902-045b-42c1-b43b-b6a42159d8d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.006408 10.0.0.23 - - [2026-01-29 04:42:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003623 10.0.0.23 - - [2026-01-29 04:42:57] "GET /virtual-network/5efa0902-045b-42c1-b43b-b6a42159d8d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.005977 10.0.0.23 - - [2026-01-29 04:43:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.005535 10.0.0.23 - - [2026-01-29 04:43:01] "GET /virtual-network/5efa0902-045b-42c1-b43b-b6a42159d8d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.008536 10.0.0.23 - - [2026-01-29 04:43:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.005851 10.0.0.23 - - [2026-01-29 04:43:05] "GET /virtual-network/5efa0902-045b-42c1-b43b-b6a42159d8d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.006051 10.0.0.23 - - [2026-01-29 04:43:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.004653 10.0.0.23 - - [2026-01-29 04:43:09] "GET /virtual-network/5efa0902-045b-42c1-b43b-b6a42159d8d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.011958 10.0.0.23 - - [2026-01-29 04:43:12] "POST /neutron/network HTTP/1.1" 200 1013 0.007671 10.0.0.23 - - [2026-01-29 04:43:12] "POST /neutron/subnet HTTP/1.1" 200 1389 0.019071 10.0.0.23 - - [2026-01-29 04:43:12] "POST /neutron/network HTTP/1.1" 200 1003 0.015187 10.0.0.23 - - [2026-01-29 04:43:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.005011 10.0.0.23 - - [2026-01-29 04:43:13] "GET /virtual-network/5efa0902-045b-42c1-b43b-b6a42159d8d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.008157 10.0.0.23 - - [2026-01-29 04:43:13] "POST /neutron/network HTTP/1.1" 200 1013 0.008286 10.0.0.23 - - [2026-01-29 04:43:13] "POST /neutron/subnet HTTP/1.1" 200 1389 0.013627 10.0.0.23 - - [2026-01-29 04:43:13] "POST /neutron/network HTTP/1.1" 200 1003 0.009740 10.0.0.23 - - [2026-01-29 04:43:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003559 10.0.0.23 - - [2026-01-29 04:43:17] "GET /virtual-network/5efa0902-045b-42c1-b43b-b6a42159d8d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.006342 10.0.0.23 - - [2026-01-29 04:43:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003892 10.0.0.23 - - [2026-01-29 04:43:21] "GET /virtual-network/5efa0902-045b-42c1-b43b-b6a42159d8d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.006051 10.0.0.23 - - [2026-01-29 04:43:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003709 10.0.0.23 - - [2026-01-29 04:43:25] "GET /virtual-network/5efa0902-045b-42c1-b43b-b6a42159d8d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.007958 10.0.0.23 - - [2026-01-29 04:43:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003795 10.0.0.23 - - [2026-01-29 04:43:29] "GET /virtual-network/5efa0902-045b-42c1-b43b-b6a42159d8d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.005810 10.0.0.23 - - [2026-01-29 04:43:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003768 10.0.0.23 - - [2026-01-29 04:43:33] "GET /virtual-network/5efa0902-045b-42c1-b43b-b6a42159d8d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.005620 10.0.0.23 - - [2026-01-29 04:43:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003984 10.0.0.23 - - [2026-01-29 04:43:35] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003669 10.0.0.23 - - [2026-01-29 04:43:35] "GET /virtual-networks?parent_id=2f68c628-48e9-4e92-b999-b439fbad1905&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.002995 10.0.0.23 - - [2026-01-29 04:43:36] "GET /virtual-network/5efa0902-045b-42c1-b43b-b6a42159d8d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.008289 10.0.0.23 - - [2026-01-29 04:43:36] "POST /neutron/port HTTP/1.1" 200 1236 0.018127 10.0.0.23 - - [2026-01-29 04:43:40] "GET /obj-perms HTTP/1.1" 200 5056 0.053419 10.0.0.23 - - [2026-01-29 04:43:41] "POST /neutron/security_group HTTP/1.1" 200 2062 0.008312 10.0.0.23 - - [2026-01-29 04:43:50] "POST /neutron/port HTTP/1.1" 200 1236 0.048128 10.0.0.23 - - [2026-01-29 04:43:51] "POST /neutron/security_group HTTP/1.1" 200 2062 0.007358 10.0.0.23 - - [2026-01-29 04:43:56] "POST /neutron/port HTTP/1.1" 200 1236 0.021077 10.0.0.23 - - [2026-01-29 04:44:01] "POST /neutron/security_group HTTP/1.1" 200 2062 0.008730 10.0.0.23 - - [2026-01-29 04:44:07] "POST /neutron/port HTTP/1.1" 200 1236 0.025962 10.0.0.23 - - [2026-01-29 04:44:07] "POST /neutron/security_group HTTP/1.1" 200 2062 0.007949 10.0.0.23 - - [2026-01-29 04:44:07] "GET /virtual-machine/46e3a7f5-3ad2-42dc-ab50-2fdb303e9e71 HTTP/1.1" 200 1298 0.006417 10.0.0.23 - - [2026-01-29 04:44:07] "GET /virtual-machine-interface/bcc6390f-5ade-4a23-a473-ba52c1a56125 HTTP/1.1" 200 3164 0.005688 10.0.0.23 - - [2026-01-29 04:44:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003675 10.0.0.23 - - [2026-01-29 04:44:07] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005459 10.0.0.23 - - [2026-01-29 04:44:07] "GET /virtual-networks?parent_id=2f68c628-48e9-4e92-b999-b439fbad1905&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.003714 10.0.0.23 - - [2026-01-29 04:44:07] "GET /virtual-network/5efa0902-045b-42c1-b43b-b6a42159d8d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.008035 10.0.0.23 - - [2026-01-29 04:44:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004613 10.0.0.23 - - [2026-01-29 04:44:08] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005739 10.0.0.23 - - [2026-01-29 04:44:08] "GET /virtual-networks?parent_id=2f68c628-48e9-4e92-b999-b439fbad1905&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.004043 10.0.0.23 - - [2026-01-29 04:44:08] "GET /virtual-network/5efa0902-045b-42c1-b43b-b6a42159d8d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.005949 10.0.0.23 - - [2026-01-29 04:44:09] "POST /neutron/port HTTP/1.1" 200 1236 0.022323 10.0.0.23 - - [2026-01-29 04:44:09] "POST /neutron/security_group HTTP/1.1" 200 2062 0.007962 10.0.0.23 - - [2026-01-29 04:44:09] "GET /virtual-machine/89e96d73-e45b-4552-87e8-2e807ba7fe97 HTTP/1.1" 200 1297 0.007308 10.0.0.23 - - [2026-01-29 04:44:09] "GET /virtual-machine-interface/36a0dcc4-663e-4af2-8934-9383f36fe1aa HTTP/1.1" 200 3162 0.005797 10.0.0.23 - - [2026-01-29 04:44:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003787 10.0.0.23 - - [2026-01-29 04:44:09] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004462 10.0.0.23 - - [2026-01-29 04:44:09] "GET /virtual-networks?parent_id=2f68c628-48e9-4e92-b999-b439fbad1905&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.004095 10.0.0.23 - - [2026-01-29 04:44:09] "GET /virtual-network/5efa0902-045b-42c1-b43b-b6a42159d8d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.006848 10.0.0.23 - - [2026-01-29 04:44:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004634 10.0.0.23 - - [2026-01-29 04:44:10] "GET /global-vrouter-config/756a3ca5-a4e1-425d-b1c1-12ecdc0e5506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005486 10.0.0.23 - - [2026-01-29 04:44:10] "GET /virtual-networks?parent_id=2f68c628-48e9-4e92-b999-b439fbad1905&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.004172 10.0.0.23 - - [2026-01-29 04:44:10] "GET /virtual-network/5efa0902-045b-42c1-b43b-b6a42159d8d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.007318 10.0.0.23 - - [2026-01-29 04:44:10] "GET /virtual-machine-interface/36a0dcc4-663e-4af2-8934-9383f36fe1aa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2745 0.006690 10.0.0.23 - - [2026-01-29 04:44:10] "PUT /virtual-machine-interface/36a0dcc4-663e-4af2-8934-9383f36fe1aa HTTP/1.1" 200 285 0.019202 10.0.0.23 - - [2026-01-29 04:44:13] "POST /neutron/network HTTP/1.1" 200 1013 0.007624 10.0.0.23 - - [2026-01-29 04:44:13] "POST /neutron/subnet HTTP/1.1" 200 1389 0.019427 10.0.0.23 - - [2026-01-29 04:44:13] "POST /neutron/network HTTP/1.1" 200 1003 0.012887 10.0.0.23 - - [2026-01-29 04:44:15] "POST /neutron/network HTTP/1.1" 200 1013 0.036762 10.0.0.23 - - [2026-01-29 04:44:15] "POST /neutron/subnet HTTP/1.1" 200 1389 0.014680 10.0.0.23 - - [2026-01-29 04:44:15] "POST /neutron/network HTTP/1.1" 200 1003 0.009814 10.0.0.147 - - [2026-01-29 04:44:51] "GET /global-system-configs HTTP/1.1" 401 292 0.000491 10.0.0.147 - - [2026-01-29 04:44:51] "GET /global-system-configs HTTP/1.1" 401 292 0.000493 10.0.0.147 - - [2026-01-29 04:44:52] "GET /global-system-configs HTTP/1.1" 401 292 0.000410 10.0.0.147 - - [2026-01-29 04:44:52] "GET /global-system-configs HTTP/1.1" 401 292 0.000445 10.0.0.23 - - [2026-01-29 04:44:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000403 10.0.0.23 - - [2026-01-29 04:44:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000423 10.0.0.240 - - [2026-01-29 04:44:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000602 10.0.0.240 - - [2026-01-29 04:44:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000432 10.0.0.23 - - [2026-01-29 04:44:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000604 10.0.0.23 - - [2026-01-29 04:44:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000486 10.0.0.240 - - [2026-01-29 04:44:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000597 10.0.0.240 - - [2026-01-29 04:44:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000799 10.0.0.23 - - [2026-01-29 04:45:15] "POST /neutron/network HTTP/1.1" 200 1013 0.007289 10.0.0.23 - - [2026-01-29 04:45:15] "POST /neutron/subnet HTTP/1.1" 200 1389 0.013974 10.0.0.23 - - [2026-01-29 04:45:15] "POST /neutron/network HTTP/1.1" 200 1003 0.009508 10.0.0.23 - - [2026-01-29 04:45:17] "POST /neutron/network HTTP/1.1" 200 1013 0.007388 10.0.0.23 - - [2026-01-29 04:45:17] "POST /neutron/subnet HTTP/1.1" 200 1389 0.015478 10.0.0.23 - - [2026-01-29 04:45:17] "POST /neutron/network HTTP/1.1" 200 1003 0.010386 10.0.0.147 - - [2026-01-29 04:45:42] "GET /obj-perms HTTP/1.1" 200 5056 0.056229 10.0.0.23 - - [2026-01-29 04:46:18] "POST /neutron/port HTTP/1.1" 200 1236 0.048742 10.0.0.23 - - [2026-01-29 04:46:18] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004502 10.0.0.23 - - [2026-01-29 04:46:18] "POST /neutron/port HTTP/1.1" 200 117 0.001200 10.0.0.23 - - [2026-01-29 04:46:18] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004292 10.0.0.23 - - [2026-01-29 04:46:18] "POST /neutron/subnet HTTP/1.1" 200 1389 0.015174 10.0.0.23 - - [2026-01-29 04:46:18] "POST /neutron/network HTTP/1.1" 200 1003 0.010011 10.0.0.240 - - [2026-01-29 04:46:42] "GET /obj-perms HTTP/1.1" 200 5056 0.055341 10.0.0.23 - - [2026-01-29 04:47:08] "POST /neutron/port HTTP/1.1" 200 1236 0.022642 10.0.0.23 - - [2026-01-29 04:47:08] "POST /neutron/port HTTP/1.1" 200 1236 0.016950 10.0.0.23 - - [2026-01-29 04:47:08] "POST /neutron/port HTTP/1.1" 200 151 0.349713 10.0.0.23 - - [2026-01-29 04:47:09] "POST /neutron/network HTTP/1.1" 200 1003 0.010161 10.0.0.240 - - [2026-01-29 04:47:11] "GET /projects?obj_uuids=2f68c628-48e9-4e92-b999-b439fbad1905&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001074 10.0.0.23 - - [2026-01-29 04:47:11] "GET /project/2f68c628-48e9-4e92-b999-b439fbad1905?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.038575 10.0.0.240 - - [2026-01-29 04:47:11] "GET /projects?obj_uuids=2f68c628-48e9-4e92-b999-b439fbad1905&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000991 10.0.0.23 - - [2026-01-29 04:47:11] "GET /project/2f68c628-48e9-4e92-b999-b439fbad1905?fields=virtual_networks HTTP/1.1" 200 1042 0.038838 10.0.0.240 - - [2026-01-29 04:47:11] "GET /projects?obj_uuids=2f68c628-48e9-4e92-b999-b439fbad1905&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001046 10.0.0.23 - - [2026-01-29 04:47:11] "GET /project/2f68c628-48e9-4e92-b999-b439fbad1905?fields=virtual_machine_interfaces HTTP/1.1" 200 1042 0.044362 10.0.0.240 - - [2026-01-29 04:47:11] "GET /projects?obj_uuids=2f68c628-48e9-4e92-b999-b439fbad1905&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001350 10.0.0.23 - - [2026-01-29 04:47:11] "GET /project/2f68c628-48e9-4e92-b999-b439fbad1905?fields=security_groups HTTP/1.1" 200 1273 0.046482 10.0.0.23 - - [2026-01-29 04:47:12] "POST /fqname-to-id HTTP/1.1" 404 188 0.028706 10.0.0.240 - - [2026-01-29 04:47:12] "GET /projects?obj_uuids=16c18f6a-c3f4-40b5-8a07-457e7988bb6d&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.061556 10.0.0.240 - - [2026-01-29 04:47:12] "GET /domains?obj_uuids=65230a56-1cf0-4d34-9498-1ad48da04806&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001378 10.0.0.240 - - [2026-01-29 04:47:12] "GET /domain/65230a56-1cf0-4d34-9498-1ad48da04806?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.048751 10.0.0.240 - - [2026-01-29 04:47:13] "POST /id-to-fqname HTTP/1.1" 200 190 0.001996 10.0.0.240 - - [2026-01-29 04:47:13] "POST /fqname-to-id HTTP/1.1" 404 199 0.005360 10.0.0.240 - - [2026-01-29 04:47:13] "POST /security-groups HTTP/1.1" 200 591 0.069318 10.0.0.240 - - [2026-01-29 04:47:13] "POST /projects HTTP/1.1" 200 585 0.269554 10.0.0.147 - - [2026-01-29 04:47:13] "POST /fqname-to-id HTTP/1.1" 404 234 0.035636 10.0.0.240 - - [2026-01-29 04:47:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.355054 10.0.0.147 - - [2026-01-29 04:47:13] "POST /access-control-lists HTTP/1.1" 200 596 0.025592 10.0.0.23 - - [2026-01-29 04:47:13] "GET /project/16c18f6a-c3f4-40b5-8a07-457e7988bb6d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.570583 10.0.0.23 - - [2026-01-29 04:47:14] "GET / HTTP/1.1" 200 36215 0.002649 10.0.0.240 - - [2026-01-29 04:47:20] "GET /projects?obj_uuids=16c18f6a-c3f4-40b5-8a07-457e7988bb6d&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001091 10.0.0.23 - - [2026-01-29 04:47:20] "GET /project/16c18f6a-c3f4-40b5-8a07-457e7988bb6d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.109197 10.0.0.240 - - [2026-01-29 04:47:20] "GET /projects?obj_uuids=16c18f6a-c3f4-40b5-8a07-457e7988bb6d&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001132 10.0.0.23 - - [2026-01-29 04:47:20] "GET /project/16c18f6a-c3f4-40b5-8a07-457e7988bb6d?fields=virtual_networks HTTP/1.1" 200 1033 0.048552 10.0.0.240 - - [2026-01-29 04:47:20] "GET /projects?obj_uuids=16c18f6a-c3f4-40b5-8a07-457e7988bb6d&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001017 10.0.0.23 - - [2026-01-29 04:47:20] "GET /project/16c18f6a-c3f4-40b5-8a07-457e7988bb6d?fields=virtual_machine_interfaces HTTP/1.1" 200 1033 0.041047 10.0.0.240 - - [2026-01-29 04:47:20] "GET /projects?obj_uuids=16c18f6a-c3f4-40b5-8a07-457e7988bb6d&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001010 10.0.0.23 - - [2026-01-29 04:47:20] "GET /project/16c18f6a-c3f4-40b5-8a07-457e7988bb6d?fields=security_groups HTTP/1.1" 200 1260 0.036548 10.0.0.240 - - [2026-01-29 04:47:39] "DELETE /project/2f68c628-48e9-4e92-b999-b439fbad1905 HTTP/1.1" 404 177 0.045455 10.0.0.240 - - [2026-01-29 04:47:39] "DELETE /project/16c18f6ac3f440b58a07457e7988bb6d HTTP/1.1" 404 173 0.062573 10.0.0.240 - - [2026-01-29 04:47:39] "GET /projects?obj_uuids=16c18f6a-c3f4-40b5-8a07-457e7988bb6d&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001233 10.0.0.240 - - [2026-01-29 04:47:39] "GET /project/16c18f6a-c3f4-40b5-8a07-457e7988bb6d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1467 0.098174 10.0.0.240 - - [2026-01-29 04:47:39] "GET /projects?obj_uuids=16c18f6a-c3f4-40b5-8a07-457e7988bb6d&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002380 10.0.0.240 - - [2026-01-29 04:47:39] "GET /project/16c18f6a-c3f4-40b5-8a07-457e7988bb6d?fields=security_groups HTTP/1.1" 200 1362 0.060687 10.0.0.240 - - [2026-01-29 04:47:39] "DELETE /security-group/50fb45d8-1c48-4a46-9e67-43b6c4e65b18 HTTP/1.1" 200 115 0.046363 10.0.0.240 - - [2026-01-29 04:47:39] "GET /projects?obj_uuids=16c18f6a-c3f4-40b5-8a07-457e7988bb6d&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001291 10.0.0.147 - - [2026-01-29 04:47:39] "DELETE /access-control-list/7cebbfd7-5af3-4f3a-94b0-8ad8b694160c HTTP/1.1" 200 115 0.037954 10.0.0.240 - - [2026-01-29 04:47:39] "GET /project/16c18f6a-c3f4-40b5-8a07-457e7988bb6d?fields=application_policy_sets HTTP/1.1" 200 1401 0.049850 10.0.0.240 - - [2026-01-29 04:47:39] "DELETE /project/16c18f6a-c3f4-40b5-8a07-457e7988bb6d HTTP/1.1" 200 115 0.539393 10.0.0.23 - - [2026-01-29 04:48:44] "GET /obj-perms HTTP/1.1" 200 5056 0.054829 10.0.0.147 - - [2026-01-29 04:49:51] "GET /global-system-configs HTTP/1.1" 401 292 0.000513 10.0.0.147 - - [2026-01-29 04:49:51] "GET /global-system-configs HTTP/1.1" 401 292 0.000414 10.0.0.147 - - [2026-01-29 04:49:52] "GET /global-system-configs HTTP/1.1" 401 292 0.000430 10.0.0.147 - - [2026-01-29 04:49:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000655 10.0.0.23 - - [2026-01-29 04:49:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000406 10.0.0.23 - - [2026-01-29 04:49:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000621 10.0.0.240 - - [2026-01-29 04:49:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000475 10.0.0.240 - - [2026-01-29 04:49:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000418 10.0.0.23 - - [2026-01-29 04:49:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000437 10.0.0.23 - - [2026-01-29 04:49:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000567 10.0.0.240 - - [2026-01-29 04:49:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000456 10.0.0.240 - - [2026-01-29 04:49:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000475 [Introspect:8084]10.0.0.240 - - [2026-01-29 04:50:00] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 847 0.001116 [Introspect:8084]10.0.0.240 - - [2026-01-29 04:50:00] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3163 0.001174