++ 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 Dec 4 02:17:50 AM UTC 2025 ===================' INFO: =================== Thu Dec 4 02:17:50 AM UTC 2025 =================== ++ 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 +++ local nic=ens3 +++ ip addr show dev ens3 +++ grep 'inet ' +++ cut -d / -f 1 +++ awk '{print $2}' +++ head -n 1 ++ DEFAULT_LOCAL_IP=10.0.0.23 ++ 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 '' ]] +++ awk '/pagesize=2M/{print($3)}' +++ tail -n 1 +++ mount -t hugetlbfs ++ 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.27,10.0.0.33,10.0.0.23 ++ ANALYTICS_ALARM_ENABLE=True ++ ANALYTICS_SNMP_ENABLE=True ++ ANALYTICSDB_ENABLE=True ++ ANALYTICS_NODES=10.0.0.27,10.0.0.33,10.0.0.23 ++ ANALYTICSDB_NODES=10.0.0.27,10.0.0.33,10.0.0.23 ++ ANALYTICS_SNMP_NODES=10.0.0.27,10.0.0.33,10.0.0.23 ++ 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.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:8081 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.33 +++ local server_address=10.0.0.33 +++ extended_server_list+='10.0.0.33:8081 ' +++ 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 ' +++ '[' -n '10.0.0.27:8081 10.0.0.33:8081 10.0.0.23:8081 ' ']' +++ echo '10.0.0.27:8081 10.0.0.33:8081 10.0.0.23:8081' ++ ANALYTICS_SERVERS='10.0.0.27:8081 10.0.0.33:8081 10.0.0.23: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.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:9042 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.33 +++ local server_address=10.0.0.33 +++ extended_server_list+='10.0.0.33:9042 ' +++ 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 ' +++ '[' -n '10.0.0.27:9042 10.0.0.33:9042 10.0.0.23:9042 ' ']' +++ echo '10.0.0.27:9042 10.0.0.33:9042 10.0.0.23:9042' ++ ANALYTICSDB_CQL_SERVERS='10.0.0.27:9042 10.0.0.33:9042 10.0.0.23:9042' ++ ANALYTICS_API_VIP= ++ ANALYTICS_ALARM_NODES=10.0.0.27,10.0.0.33,10.0.0.23 ++ 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.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:8086 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.33 +++ local server_address=10.0.0.33 +++ extended_server_list+='10.0.0.33:8086 ' +++ 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 ' +++ '[' -n '10.0.0.27:8086 10.0.0.33:8086 10.0.0.23:8086 ' ']' +++ echo '10.0.0.27:8086 10.0.0.33:8086 10.0.0.23:8086' ++ COLLECTOR_SERVERS='10.0.0.27:8086 10.0.0.33:8086 10.0.0.23: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.27,10.0.0.33,10.0.0.23 ++ CONFIGDB_NODES=10.0.0.27,10.0.0.33,10.0.0.23 ++ 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.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:8082 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.33 +++ local server_address=10.0.0.33 +++ extended_server_list+='10.0.0.33:8082 ' +++ 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 ' +++ '[' -n '10.0.0.27:8082 10.0.0.33:8082 10.0.0.23:8082 ' ']' +++ echo '10.0.0.27:8082 10.0.0.33:8082 10.0.0.23:8082' ++ CONFIG_SERVERS='10.0.0.27:8082 10.0.0.33:8082 10.0.0.23: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.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:9161 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.33 +++ local server_address=10.0.0.33 +++ extended_server_list+='10.0.0.33:9161 ' +++ 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 ' +++ '[' -n '10.0.0.27:9161 10.0.0.33:9161 10.0.0.23:9161 ' ']' +++ echo '10.0.0.27:9161 10.0.0.33:9161 10.0.0.23:9161' ++ CONFIGDB_SERVERS='10.0.0.27:9161 10.0.0.33:9161 10.0.0.23: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.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:9041 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.33 +++ local server_address=10.0.0.33 +++ extended_server_list+='10.0.0.33:9041 ' +++ 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 ' +++ '[' -n '10.0.0.27:9041 10.0.0.33:9041 10.0.0.23:9041 ' ']' +++ echo '10.0.0.27:9041 10.0.0.33:9041 10.0.0.23:9041' ++ CONFIGDB_CQL_SERVERS='10.0.0.27:9041 10.0.0.33:9041 10.0.0.23: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.254,10.20.0.209,10.20.0.192 ++ CONTROL_INTROSPECT_PORT=8083 ++ DNS_NODES=10.20.0.254,10.20.0.209,10.20.0.192 ++ DNS_SERVER_PORT=53 ++ DNS_INTROSPECT_PORT=8092 ++ RNDC_KEY=xvysmOR8lnUQRBcunkC6vg== ++ USE_EXTERNAL_TFTP=False ++ ZOOKEEPER_NODES=10.0.0.27,10.0.0.33,10.0.0.23 ++ 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.27 +++ local server_address=10.0.0.27 +++ extended_server_list+=10.0.0.27:2181, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.33 +++ local server_address=10.0.0.33 +++ extended_server_list+=10.0.0.33:2181, +++ 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, +++ '[' -n 10.0.0.27:2181,10.0.0.33:2181,10.0.0.23:2181, ']' +++ echo 10.0.0.27:2181,10.0.0.33:2181,10.0.0.23:2181 ++ ZOOKEEPER_SERVERS=10.0.0.27:2181,10.0.0.33:2181,10.0.0.23: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.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:2181 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.33 +++ local server_address=10.0.0.33 +++ extended_server_list+='10.0.0.33:2181 ' +++ 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 ' +++ '[' -n '10.0.0.27:2181 10.0.0.33:2181 10.0.0.23:2181 ' ']' +++ echo '10.0.0.27:2181 10.0.0.33:2181 10.0.0.23:2181' ++ ZOOKEEPER_SERVERS_SPACE_DELIM='10.0.0.27:2181 10.0.0.33:2181 10.0.0.23:2181' ++ RABBITMQ_NODES=10.0.0.27,10.0.0.33,10.0.0.23 ++ 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.27 +++ local server_address=10.0.0.27 +++ extended_server_list+=10.0.0.27:5673, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.33 +++ local server_address=10.0.0.33 +++ extended_server_list+=10.0.0.33:5673, +++ 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, +++ '[' -n 10.0.0.27:5673,10.0.0.33:5673,10.0.0.23:5673, ']' +++ echo 10.0.0.27:5673,10.0.0.33:5673,10.0.0.23:5673 ++ RABBITMQ_SERVERS=10.0.0.27:5673,10.0.0.33:5673,10.0.0.23: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.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:6379 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.33 +++ local server_address=10.0.0.33 +++ extended_server_list+='10.0.0.33:6379 ' +++ 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 ' +++ '[' -n '10.0.0.27:6379 10.0.0.33:6379 10.0.0.23:6379 ' ']' +++ echo '10.0.0.27:6379 10.0.0.33:6379 10.0.0.23:6379' ++ REDIS_SERVERS='10.0.0.27:6379 10.0.0.33:6379 10.0.0.23: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.27,10.0.0.33,10.0.0.23 ++ 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.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:9092 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.33 +++ local server_address=10.0.0.33 +++ extended_server_list+='10.0.0.33:9092 ' +++ 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 ' +++ '[' -n '10.0.0.27:9092 10.0.0.33:9092 10.0.0.23:9092 ' ']' +++ echo '10.0.0.27:9092 10.0.0.33:9092 10.0.0.23:9092' ++ KAFKA_SERVERS='10.0.0.27:9092 10.0.0.33:9092 10.0.0.23: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.27 ++ 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.27,10.0.0.33,10.0.0.23 ++ 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.27,10.0.0.33,10.0.0.23 ++ 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.27,10.0.0.33,10.0.0.23 ++ cut -d , -f 1 + local cassandra=10.0.0.27 + (( i=1 )) + (( i<=30 )) + nc -z 10.0.0.27 9041 + echo -e '\035\nquit' + 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 +++ cut -d ' ' -f 1 +++ find_my_ip_and_order_for_node_list 10.0.0.27,10.0.0.33,10.0.0.23 +++ local servers=10.0.0.27,10.0.0.33,10.0.0.23 +++ local server_list= +++ IFS=, +++ read -ra server_list ++++ get_local_ips ++++ tr '\n' , ++++ cat /proc/net/fib_trie ++++ grep -vi host ++++ sort ++++ uniq ++++ awk '/32 host/ { print f } {f=$2}' +++ local local_ips=,10.0.0.23,10.20.0.192,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.27'\''))' +++ local server_ip=10.0.0.27 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.27 ]] +++ [[ ,10.0.0.23,10.20.0.192,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.27, ]] +++ (( ord+=1 )) +++ for server in "${server_list[@]}" +++ local ret=0 ++++ python3 -c 'import socket; print(socket.gethostbyname('\''10.0.0.33'\''))' +++ local server_ip=10.0.0.33 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.33 ]] +++ [[ ,10.0.0.23,10.20.0.192,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.33, ]] +++ (( 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.23,10.20.0.192,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.23, ]] +++ echo 10.0.0.23 3 +++ return ++ local ip=10.0.0.23 ++ [[ -z 10.0.0.23 ]] ++ echo 10.0.0.23 + host_ip=10.0.0.23 + [[ cql == \c\q\l ]] ++ echo 10.0.0.27:9041 10.0.0.33:9041 10.0.0.23:9041 ++ sed 's/,/ /g' + cassandra_server_list='10.0.0.27:9041 10.0.0.33:9041 10.0.0.23:9041' + config_api_certs_config= + uwsgi_socket='protocol = http\nsocket = 10.0.0.23:8082' + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled False + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + neutron_section= + mkdir -p /etc/contrail + introspect_port_list=("${CONFIG_API_INTROSPECT_PORT}") + admin_port_list=("${CONFIG_API_ADMIN_PORT}") + (( index=0 )) + (( index < CONFIG_API_WORKER_COUNT-1 )) + (( index=0 )) + (( index < CONFIG_API_WORKER_COUNT )) + cat ++ get_introspect_listen_ip_for_node CONFIG ++ local ip=0.0.0.0 ++ is_enabled True ++ local val=true ++ [[ true == \t\r\u\e ]] ++ echo 0.0.0.0 + add_ini_params_from_env API /etc/contrail/contrail-api-0.conf + local service_name=API + local cfg_path=/etc/contrail/contrail-api-0.conf + local delim=__ ++ set -o posix ++ set ++ grep '^API__.*__.*=.*$' ++ cut -d = -f 1 ++ 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: 12/04/2025 02:18:00.189 7f235cc12c80 [contrail-api] [INFO]: SANDESH: CONNECT TO COLLECTOR: True 12/04/2025 02:18:00.357 7f235cc12c80 [contrail-api] [INFO]: SANDESH: INTROSPECT IS ON: 0.0.0.0:8084 12/04/2025 02:18:00.371 7f235cc12c80 [contrail-api] [INFO]: SANDESH: Logging: LEVEL: [SYS_INFO] -> [SYS_DEBUG] 12/04/2025 02:18:00.371 7f235cc12c80 [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.23:8082/ Hit Ctrl-C to quit. 10.0.0.23 - - [2025-12-04 02:18:24] "GET / HTTP/1.1" 503 181 0.000506 10.0.0.23 - - [2025-12-04 02:18:24] "GET / HTTP/1.1" 503 181 0.000238 10.0.0.23 - - [2025-12-04 02:18:24] "GET / HTTP/1.1" 503 181 0.000260 10.0.0.23 - - [2025-12-04 02:18:25] "GET / HTTP/1.1" 200 45871 0.001709 10.0.0.23 - - [2025-12-04 02:18:25] "GET / HTTP/1.1" 200 45871 0.001167 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 - - [2025-12-04 02:18:25] "POST /fqname-to-id HTTP/1.1" 401 292 0.000569 10.0.0.23 - - [2025-12-04 02:18:25] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 401 292 0.000314 10.0.0.23 - - [2025-12-04 02:18:25] "GET / HTTP/1.1" 200 35931 0.001502 10.0.0.33 - - [2025-12-04 02:18:25] "GET / HTTP/1.1" 200 35931 0.001361 10.0.0.33 - - [2025-12-04 02:18:26] "POST /fqname-to-id HTTP/1.1" 401 292 0.000424 10.0.0.23 - - [2025-12-04 02:18:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.938728 10.0.0.23 - - [2025-12-04 02:18:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.005888 10.0.0.23 - - [2025-12-04 02:18:26] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 200 315 0.651015 10.0.0.23 - - [2025-12-04 02:18:26] "GET /projects?detail=False&count=False&shared=False HTTP/1.1" 200 336 0.004771 10.0.0.33 - - [2025-12-04 02:18:26] "POST /fqname-to-id HTTP/1.1" 404 186 0.377403 10.0.0.33 - - [2025-12-04 02:18:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004519 10.0.0.33 - - [2025-12-04 02:18:26] "GET / HTTP/1.1" 200 35931 0.001477 10.0.0.33 - - [2025-12-04 02:18:26] "GET /global-system-config/676d389c-b27d-4625-894e-a0b252023f09?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1058 0.008408 10.0.0.33 - - [2025-12-04 02:18:26] "POST /service-appliance-sets HTTP/1.1" 200 553 0.080346 10.0.0.33 - - [2025-12-04 02:18:27] "POST /fqname-to-id HTTP/1.1" 404 180 0.004663 10.0.0.33 - - [2025-12-04 02:18:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.021253 /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.33 - - [2025-12-04 02:18:27] "GET /global-system-config/676d389c-b27d-4625-894e-a0b252023f09?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1058 0.010266 10.0.0.33 - - [2025-12-04 02:18:27] "POST /service-appliance-sets HTTP/1.1" 200 541 0.046629 10.0.0.33 - - [2025-12-04 02:18:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004332 10.0.0.33 - - [2025-12-04 02:18:27] "GET /network-ipam/c362f48d-113c-4689-9769-5b70328f9ee5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1954 0.006580 10.0.0.33 - - [2025-12-04 02:18:27] "POST /service-templates HTTP/1.1" 200 511 0.064369 10.0.0.33 - - [2025-12-04 02:18:27] "POST /service-templates HTTP/1.1" 200 501 0.054506 10.0.0.33 - - [2025-12-04 02:18:27] "POST /service-templates HTTP/1.1" 200 515 0.043345 10.0.0.33 - - [2025-12-04 02:18:28] "POST /service-templates HTTP/1.1" 200 535 0.037683 10.0.0.33 - - [2025-12-04 02:18:28] "POST /service-templates HTTP/1.1" 200 507 0.041641 10.0.0.23 - - [2025-12-04 02:18:30] "GET / HTTP/1.1" 200 35931 0.001751 10.0.0.23 - - [2025-12-04 02:18:30] "POST /fqname-to-id HTTP/1.1" 401 292 0.000379 10.0.0.23 - - [2025-12-04 02:18:30] "GET / HTTP/1.1" 200 35931 0.001295 10.0.0.23 - - [2025-12-04 02:18:30] "POST /fqname-to-id HTTP/1.1" 401 292 0.000475 10.0.0.23 - - [2025-12-04 02:18:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.037133 10.0.0.23 - - [2025-12-04 02:18:30] "GET /global-system-config/676d389c-b27d-4625-894e-a0b252023f09?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1058 0.026933 10.0.0.23 - - [2025-12-04 02:18:30] "POST /fqname-to-id HTTP/1.1" 404 220 0.011822 10.0.0.23 - - [2025-12-04 02:18:30] "POST /config-database-nodes HTTP/1.1" 200 617 0.067027 10.0.0.23 - - [2025-12-04 02:18:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.044413 10.0.0.23 - - [2025-12-04 02:18:31] "GET /global-system-config/676d389c-b27d-4625-894e-a0b252023f09?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1058 0.012974 10.0.0.23 - - [2025-12-04 02:18:31] "POST /fqname-to-id HTTP/1.1" 404 220 0.012169 10.0.0.33 - - [2025-12-04 02:18:31] "GET / HTTP/1.1" 200 35931 0.002120 10.0.0.33 - - [2025-12-04 02:18:31] "POST /fqname-to-id HTTP/1.1" 401 292 0.000490 10.0.0.23 - - [2025-12-04 02:18:31] "POST /config-nodes HTTP/1.1" 200 599 0.069131 10.0.0.33 - - [2025-12-04 02:18:31] "GET / HTTP/1.1" 200 35931 0.001687 10.0.0.33 - - [2025-12-04 02:18:31] "POST /fqname-to-id HTTP/1.1" 401 292 0.000414 10.0.0.27 - - [2025-12-04 02:18:31] "GET / HTTP/1.1" 200 35931 0.001700 10.0.0.27 - - [2025-12-04 02:18:31] "POST /fqname-to-id HTTP/1.1" 401 292 0.000549 10.0.0.23 - - [2025-12-04 02:18:32] "GET / HTTP/1.1" 200 35931 0.001269 10.0.0.23 - - [2025-12-04 02:18:32] "POST /global-vrouter-configs HTTP/1.1" 401 292 0.000471 10.0.0.33 - - [2025-12-04 02:18:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.447083 10.0.0.33 - - [2025-12-04 02:18:32] "GET /global-system-config/676d389c-b27d-4625-894e-a0b252023f09?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1058 0.010918 10.0.0.33 - - [2025-12-04 02:18:32] "POST /fqname-to-id HTTP/1.1" 404 220 0.005949 10.0.0.33 - - [2025-12-04 02:18:32] "POST /config-nodes HTTP/1.1" 200 599 0.056235 10.0.0.33 - - [2025-12-04 02:18:33] "GET / HTTP/1.1" 200 35931 0.001759 10.0.0.33 - - [2025-12-04 02:18:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.990941 10.0.0.33 - - [2025-12-04 02:18:33] "POST /global-vrouter-configs HTTP/1.1" 401 292 0.000300 10.0.0.33 - - [2025-12-04 02:18:33] "GET /global-system-config/676d389c-b27d-4625-894e-a0b252023f09?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1058 0.018469 10.0.0.27 - - [2025-12-04 02:18:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.664334 10.0.0.27 - - [2025-12-04 02:18:33] "GET /global-system-config/676d389c-b27d-4625-894e-a0b252023f09?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1058 0.007526 10.0.0.33 - - [2025-12-04 02:18:33] "POST /fqname-to-id HTTP/1.1" 404 220 0.003547 10.0.0.23 - - [2025-12-04 02:18:33] "POST /global-vrouter-configs HTTP/1.1" 409 251 0.144098 10.0.0.27 - - [2025-12-04 02:18:33] "POST /fqname-to-id HTTP/1.1" 404 220 0.004311 10.0.0.33 - - [2025-12-04 02:18:33] "POST /config-database-nodes HTTP/1.1" 200 617 0.049192 10.0.0.27 - - [2025-12-04 02:18:33] "POST /config-nodes HTTP/1.1" 200 599 0.049017 10.0.0.33 - - [2025-12-04 02:18:33] "POST /global-vrouter-configs HTTP/1.1" 409 251 0.081517 10.0.0.33 - - [2025-12-04 02:18:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000531 10.0.0.23 - - [2025-12-04 02:18:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000480 10.0.0.33 - - [2025-12-04 02:18:38] "GET /global-system-configs HTTP/1.1" 401 292 0.000635 10.0.0.23 - - [2025-12-04 02:18:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.005688 10.0.0.23 - - [2025-12-04 02:18:38] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1216 0.023676 10.0.0.23 - - [2025-12-04 02:18:38] "GET /global-system-configs HTTP/1.1" 401 292 0.000455 10.0.0.23 - - [2025-12-04 02:18:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.005486 10.0.0.33 - - [2025-12-04 02:18:38] "GET /global-system-configs HTTP/1.1" 401 292 0.000356 10.0.0.23 - - [2025-12-04 02:18:38] "PUT /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9 HTTP/1.1" 200 276 0.030625 10.0.0.23 - - [2025-12-04 02:18:38] "GET /global-system-configs HTTP/1.1" 401 292 0.000513 10.0.0.33 - - [2025-12-04 02:18:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004664 10.0.0.33 - - [2025-12-04 02:18:38] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1487 0.006111 10.0.0.33 - - [2025-12-04 02:18:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.005437 10.0.0.33 - - [2025-12-04 02:18:38] "PUT /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9 HTTP/1.1" 200 276 0.020004 10.0.0.23 - - [2025-12-04 02:18:38] "GET /global-system-configs HTTP/1.1" 401 292 0.000478 10.0.0.33 - - [2025-12-04 02:18:38] "GET /global-system-configs HTTP/1.1" 401 292 0.000659 10.0.0.27 - - [2025-12-04 02:18:39] "GET /global-system-configs HTTP/1.1" 401 292 0.000516 10.0.0.27 - - [2025-12-04 02:18:40] "GET /global-system-configs HTTP/1.1" 401 292 0.000529 10.0.0.27 - - [2025-12-04 02:18:40] "GET /global-system-configs HTTP/1.1" 401 292 0.000450 10.0.0.27 - - [2025-12-04 02:18:40] "GET /global-system-configs HTTP/1.1" 401 292 0.000394 10.0.0.33 - - [2025-12-04 02:18:46] "GET /network-ipam/c362f48d-113c-4689-9769-5b70328f9ee5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1954 0.029278 10.0.0.33 - - [2025-12-04 02:18:47] "POST /fqname-to-id HTTP/1.1" 404 224 0.003577 10.0.0.33 - - [2025-12-04 02:18:47] "POST /ref-update HTTP/1.1" 200 156 0.026505 10.0.0.33 - - [2025-12-04 02:18:47] "POST /route-targets HTTP/1.1" 200 327 0.022750 10.0.0.33 - - [2025-12-04 02:18:47] "POST /ref-update HTTP/1.1" 200 156 0.025074 10.0.0.33 - - [2025-12-04 02:18:47] "PUT /access-control-list/f3dc3974-c553-4b3d-b815-6c781de0ab9d HTTP/1.1" 200 272 0.023424 10.0.0.33 - - [2025-12-04 02:19:23] "POST /ref-update HTTP/1.1" 200 156 0.036971 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.27 - - [2025-12-04 02:22:31] "GET /obj-perms HTTP/1.1" 200 5056 0.372286 10.0.0.33 - - [2025-12-04 02:23:31] "GET /obj-perms HTTP/1.1" 200 5056 0.054635 10.0.0.23 - - [2025-12-04 02:23:32] "GET /obj-perms HTTP/1.1" 200 5056 0.050356 10.0.0.33 - - [2025-12-04 02:23:36] "GET /global-system-configs HTTP/1.1" 401 292 0.000517 10.0.0.33 - - [2025-12-04 02:23:36] "GET /global-system-configs HTTP/1.1" 401 292 0.000478 10.0.0.23 - - [2025-12-04 02:23:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000394 10.0.0.23 - - [2025-12-04 02:23:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000413 10.0.0.23 - - [2025-12-04 02:23:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000489 10.0.0.23 - - [2025-12-04 02:23:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000431 10.0.0.33 - - [2025-12-04 02:23:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000379 10.0.0.33 - - [2025-12-04 02:23:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000495 10.0.0.27 - - [2025-12-04 02:23:38] "GET /global-system-configs HTTP/1.1" 401 292 0.000598 10.0.0.27 - - [2025-12-04 02:23:38] "GET /global-system-configs HTTP/1.1" 401 292 0.000361 10.0.0.27 - - [2025-12-04 02:23:40] "GET /global-system-configs HTTP/1.1" 401 292 0.000479 10.0.0.27 - - [2025-12-04 02:23:40] "GET /global-system-configs HTTP/1.1" 401 292 0.000396 [Introspect:8084]10.0.0.23 - - [2025-12-04 02:24:14] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.001219 [Introspect:8084]10.0.0.23 - - [2025-12-04 02:24:14] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3156 0.001436 [Introspect:8084]10.0.0.23 - - [2025-12-04 02:24:32] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.000945 [Introspect:8084]10.0.0.23 - - [2025-12-04 02:24:32] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3156 0.000938 10.0.0.27 - - [2025-12-04 02:25:39] "GET / HTTP/1.1" 200 35931 0.002071 10.0.0.27 - - [2025-12-04 02:25:40] "POST /fqname-to-id HTTP/1.1" 401 292 0.000429 10.0.0.27 - - [2025-12-04 02:25:40] "POST /fqname-to-id HTTP/1.1" 404 186 0.064476 10.0.0.23 - - [2025-12-04 02:25:40] "GET /projects?obj_uuids=59954c75-3c33-4dd9-8d1e-a13d7439da35&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.058499 10.0.0.23 - - [2025-12-04 02:25:40] "GET /domains?obj_uuids=77f3106b-db9e-49b5-893e-09cac574b890&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000921 10.0.0.23 - - [2025-12-04 02:25:40] "GET /domain/77f3106b-db9e-49b5-893e-09cac574b890?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.048181 10.0.0.23 - - [2025-12-04 02:25:40] "POST /id-to-fqname HTTP/1.1" 200 188 0.002696 10.0.0.23 - - [2025-12-04 02:25:40] "POST /fqname-to-id HTTP/1.1" 404 197 0.005714 10.0.0.23 - - [2025-12-04 02:25:41] "POST /security-groups HTTP/1.1" 200 589 0.038991 10.0.0.23 - - [2025-12-04 02:25:41] "POST /projects HTTP/1.1" 200 581 0.297425 10.0.0.33 - - [2025-12-04 02:25:41] "POST /fqname-to-id HTTP/1.1" 404 232 0.047405 10.0.0.23 - - [2025-12-04 02:25:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.373321 10.0.0.27 - - [2025-12-04 02:25:41] "GET /project/59954c75-3c33-4dd9-8d1e-a13d7439da35?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.620973 10.0.0.33 - - [2025-12-04 02:25:41] "POST /access-control-lists HTTP/1.1" 200 592 0.049594 10.0.0.27 - - [2025-12-04 02:25:42] "GET / HTTP/1.1" 200 35931 0.001833 10.0.0.23 - - [2025-12-04 02:25:45] "GET /projects?obj_uuids=59954c75-3c33-4dd9-8d1e-a13d7439da35&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001094 10.0.0.27 - - [2025-12-04 02:25:45] "GET /project/59954c75-3c33-4dd9-8d1e-a13d7439da35?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.077528 10.0.0.23 - - [2025-12-04 02:25:45] "GET /projects?obj_uuids=59954c75-3c33-4dd9-8d1e-a13d7439da35&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.002118 10.0.0.27 - - [2025-12-04 02:25:45] "GET /project/59954c75-3c33-4dd9-8d1e-a13d7439da35?fields=virtual_networks HTTP/1.1" 200 1028 0.095984 10.0.0.23 - - [2025-12-04 02:25:45] "GET /projects?obj_uuids=59954c75-3c33-4dd9-8d1e-a13d7439da35&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001242 10.0.0.27 - - [2025-12-04 02:25:46] "GET /project/59954c75-3c33-4dd9-8d1e-a13d7439da35?fields=virtual_machine_interfaces HTTP/1.1" 200 1028 0.112988 10.0.0.23 - - [2025-12-04 02:25:46] "GET /projects?obj_uuids=59954c75-3c33-4dd9-8d1e-a13d7439da35&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001094 10.0.0.27 - - [2025-12-04 02:25:46] "GET /project/59954c75-3c33-4dd9-8d1e-a13d7439da35?fields=security_groups HTTP/1.1" 200 1252 0.082021 10.0.0.23 - - [2025-12-04 02:25:46] "GET /projects?obj_uuids=27d14453-a745-4536-97ff-45f7a2e3ad22&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004273 10.0.0.23 - - [2025-12-04 02:25:46] "GET /domains?obj_uuids=77f3106b-db9e-49b5-893e-09cac574b890&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001081 10.0.0.23 - - [2025-12-04 02:25:46] "GET /domain/77f3106b-db9e-49b5-893e-09cac574b890?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.010088 10.0.0.23 - - [2025-12-04 02:25:47] "POST /id-to-fqname HTTP/1.1" 200 167 0.005157 10.0.0.23 - - [2025-12-04 02:25:47] "POST /fqname-to-id HTTP/1.1" 404 176 0.015231 10.0.0.23 - - [2025-12-04 02:25:47] "POST /security-groups HTTP/1.1" 200 568 0.083801 10.0.0.23 - - [2025-12-04 02:25:47] "POST /projects HTTP/1.1" 200 539 0.399089 10.0.0.23 - - [2025-12-04 02:25:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.445033 10.0.0.33 - - [2025-12-04 02:25:47] "POST /fqname-to-id HTTP/1.1" 404 206 0.015048 10.0.0.27 - - [2025-12-04 02:25:47] "GET /project/27d14453-a745-4536-97ff-45f7a2e3ad22?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1271 0.645359 [Introspect:8084]10.0.0.27 - - [2025-12-04 02:25:48] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3156 0.001237 10.0.0.23 - - [2025-12-04 02:25:49] "GET /projects?obj_uuids=27d14453-a745-4536-97ff-45f7a2e3ad22&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001110 10.0.0.27 - - [2025-12-04 02:25:49] "GET /project/27d14453-a745-4536-97ff-45f7a2e3ad22?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1271 0.053652 10.0.0.23 - - [2025-12-04 02:25:50] "GET /obj-perms HTTP/1.1" 200 5056 0.066463 [Introspect:8084]10.0.0.27 - - [2025-12-04 02:25:51] "GET /Snh_CollectorInfoRequest HTTP/1.1" 200 372 0.000600 10.0.0.27 - - [2025-12-04 02:25:52] "GET /obj-perms HTTP/1.1" 200 5056 0.060987 10.0.0.27 - - [2025-12-04 02:25:52] "GET /obj-perms HTTP/1.1" 200 5056 0.004131 10.0.0.27 - - [2025-12-04 02:25:52] "GET /obj-perms HTTP/1.1" 200 5056 0.004390 10.0.0.27 - - [2025-12-04 02:25:52] "GET /obj-perms HTTP/1.1" 200 5056 0.006651 10.0.0.27 - - [2025-12-04 02:25:52] "GET /obj-perms HTTP/1.1" 200 5056 0.008070 10.0.0.27 - - [2025-12-04 02:25:53] "GET /obj-perms HTTP/1.1" 200 5056 0.005060 10.0.0.27 - - [2025-12-04 02:25:53] "GET /obj-perms HTTP/1.1" 200 5056 0.005245 10.0.0.27 - - [2025-12-04 02:25:53] "GET /obj-perms HTTP/1.1" 200 5056 0.004034 10.0.0.27 - - [2025-12-04 02:25:53] "GET /obj-perms HTTP/1.1" 200 5056 0.004496 10.0.0.27 - - [2025-12-04 02:25:53] "GET /obj-perms HTTP/1.1" 200 5056 0.005557 10.0.0.27 - - [2025-12-04 02:25:53] "GET /obj-perms HTTP/1.1" 200 5056 0.004943 10.0.0.27 - - [2025-12-04 02:25:53] "GET /obj-perms HTTP/1.1" 200 5056 0.005250 10.0.0.23 - - [2025-12-04 02:25:53] "GET /obj-perms HTTP/1.1" 200 5056 0.004320 10.0.0.23 - - [2025-12-04 02:25:53] "GET /obj-perms HTTP/1.1" 200 5056 0.003854 10.0.0.23 - - [2025-12-04 02:25:54] "GET /obj-perms HTTP/1.1" 200 5056 0.005243 10.0.0.27 - - [2025-12-04 02:25:55] "GET /obj-perms HTTP/1.1" 200 5056 0.004008 10.0.0.27 - - [2025-12-04 02:25:55] "GET /obj-perms HTTP/1.1" 200 5056 0.004410 10.0.0.27 - - [2025-12-04 02:25:55] "GET /obj-perms HTTP/1.1" 200 5056 0.004456 10.0.0.27 - - [2025-12-04 02:25:55] "GET /obj-perms HTTP/1.1" 200 5056 0.003682 10.0.0.27 - - [2025-12-04 02:25:55] "GET /obj-perms HTTP/1.1" 200 5056 0.004669 10.0.0.27 - - [2025-12-04 02:25:55] "GET /obj-perms HTTP/1.1" 200 5056 0.005471 10.0.0.27 - - [2025-12-04 02:25:55] "GET /obj-perms HTTP/1.1" 200 5056 0.004033 10.0.0.27 - - [2025-12-04 02:25:55] "GET /obj-perms HTTP/1.1" 200 5056 0.003566 10.0.0.27 - - [2025-12-04 02:25:55] "GET /obj-perms HTTP/1.1" 200 5056 0.005271 10.0.0.27 - - [2025-12-04 02:25:56] "GET /obj-perms HTTP/1.1" 200 5056 0.067054 10.0.0.27 - - [2025-12-04 02:25:56] "GET /obj-perms HTTP/1.1" 200 5056 0.006772 10.0.0.27 - - [2025-12-04 02:25:58] "GET /obj-perms HTTP/1.1" 200 5056 0.004628 10.0.0.27 - - [2025-12-04 02:25:59] "GET /obj-perms HTTP/1.1" 200 5056 0.004024 10.0.0.27 - - [2025-12-04 02:25:59] "GET /obj-perms HTTP/1.1" 200 5056 0.004515 10.0.0.27 - - [2025-12-04 02:25:59] "GET /obj-perms HTTP/1.1" 200 5056 0.005478 10.0.0.27 - - [2025-12-04 02:26:00] "GET /obj-perms HTTP/1.1" 200 5056 0.004473 10.0.0.27 - - [2025-12-04 02:26:01] "POST /fqname-to-id HTTP/1.1" 404 199 0.026081 10.0.0.23 - - [2025-12-04 02:26:01] "GET /projects?obj_uuids=17a40ddd-2380-45cc-acab-96b51b274466&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004429 10.0.0.23 - - [2025-12-04 02:26:01] "GET /domains?obj_uuids=77f3106b-db9e-49b5-893e-09cac574b890&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001425 10.0.0.23 - - [2025-12-04 02:26:01] "GET /domain/77f3106b-db9e-49b5-893e-09cac574b890?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.010938 10.0.0.23 - - [2025-12-04 02:26:02] "POST /id-to-fqname HTTP/1.1" 200 201 0.002220 10.0.0.23 - - [2025-12-04 02:26:02] "POST /fqname-to-id HTTP/1.1" 404 210 0.004730 10.0.0.23 - - [2025-12-04 02:26:02] "POST /security-groups HTTP/1.1" 200 602 0.082584 10.0.0.23 - - [2025-12-04 02:26:02] "POST /projects HTTP/1.1" 200 607 0.356824 10.0.0.23 - - [2025-12-04 02:26:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.441253 10.0.0.33 - - [2025-12-04 02:26:02] "POST /access-control-lists HTTP/1.1" 200 607 0.041026 10.0.0.27 - - [2025-12-04 02:26:02] "GET /project/17a40ddd-2380-45cc-acab-96b51b274466?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1407 0.622229 10.0.0.27 - - [2025-12-04 02:26:03] "GET / HTTP/1.1" 200 35931 0.002015 10.0.0.27 - - [2025-12-04 02:26:04] "POST /fqname-to-id HTTP/1.1" 401 292 0.000452 10.0.0.27 - - [2025-12-04 02:26:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.064456 10.0.0.23 - - [2025-12-04 02:26:04] "GET /projects?obj_uuids=17a40ddd-2380-45cc-acab-96b51b274466&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001247 10.0.0.27 - - [2025-12-04 02:26:05] "GET /project/17a40ddd-2380-45cc-acab-96b51b274466?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1407 0.077296 10.0.0.33 - - [2025-12-04 02:26:05] "POST /route-targets HTTP/1.1" 200 327 0.021137 10.0.0.23 - - [2025-12-04 02:26:06] "POST /useragent-kv HTTP/1.1" 200 115 0.011491 10.0.0.27 - - [2025-12-04 02:26:06] "POST /neutron/subnet HTTP/1.1" 200 725 0.353560 10.0.0.27 - - [2025-12-04 02:26:06] "POST /id-to-fqname HTTP/1.1" 200 233 0.001807 10.0.0.27 - - [2025-12-04 02:26:06] "GET /virtual-network/1a348edf-82ca-4b5b-9f11-5157bdd5b960?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.008801 10.0.0.27 - - [2025-12-04 02:26:06] "GET /virtual-network/1a348edf-82ca-4b5b-9f11-5157bdd5b960?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.007831 10.0.0.27 - - [2025-12-04 02:26:06] "POST /neutron/network HTTP/1.1" 200 839 0.015028 10.0.0.27 - - [2025-12-04 02:26:06] "GET /virtual-network/1a348edf-82ca-4b5b-9f11-5157bdd5b960?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.006225 10.0.0.27 - - [2025-12-04 02:26:08] "POST /id-to-fqname HTTP/1.1" 200 233 0.001449 10.0.0.23 - - [2025-12-04 02:26:10] "GET /projects?obj_uuids=17a40ddd-2380-45cc-acab-96b51b274466&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001067 10.0.0.27 - - [2025-12-04 02:26:10] "GET /project/17a40ddd-2380-45cc-acab-96b51b274466?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1407 0.093128 10.0.0.27 - - [2025-12-04 02:26:11] "POST /neutron/network HTTP/1.1" 200 839 0.043888 10.0.0.27 - - [2025-12-04 02:26:11] "POST /neutron/port HTTP/1.1" 200 117 0.007944 10.0.0.27 - - [2025-12-04 02:26:13] "POST /neutron/port HTTP/1.1" 200 1071 0.062987 10.0.0.27 - - [2025-12-04 02:26:14] "POST /neutron/port HTTP/1.1" 200 1099 0.026509 10.0.0.27 - - [2025-12-04 02:26:14] "POST /neutron/port HTTP/1.1" 200 117 0.001423 10.0.0.27 - - [2025-12-04 02:26:17] "POST /neutron/security_group HTTP/1.1" 200 2069 0.009240 10.0.0.27 - - [2025-12-04 02:26:22] "GET /obj-perms HTTP/1.1" 200 5052 0.058575 10.0.0.27 - - [2025-12-04 02:26:25] "GET /obj-perms HTTP/1.1" 200 5052 0.004521 10.0.0.27 - - [2025-12-04 02:26:27] "POST /neutron/network HTTP/1.1" 200 839 0.008054 10.0.0.23 - - [2025-12-04 02:26:27] "GET /projects?obj_uuids=59954c75-3c33-4dd9-8d1e-a13d7439da35&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000935 10.0.0.23 - - [2025-12-04 02:26:27] "DELETE /project/17a40ddd238045ccacab96b51b274466 HTTP/1.1" 404 173 0.006480 10.0.0.23 - - [2025-12-04 02:26:27] "DELETE /project/27d14453a745453697ff45f7a2e3ad22 HTTP/1.1" 404 173 0.005373 10.0.0.23 - - [2025-12-04 02:26:27] "DELETE /project/59954c753c334dd98d1ea13d7439da35 HTTP/1.1" 404 173 0.005878 10.0.0.23 - - [2025-12-04 02:26:27] "GET /project/59954c75-3c33-4dd9-8d1e-a13d7439da35?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1460 0.065666 10.0.0.23 - - [2025-12-04 02:26:27] "GET /projects?obj_uuids=59954c75-3c33-4dd9-8d1e-a13d7439da35&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001551 10.0.0.23 - - [2025-12-04 02:26:27] "GET /project/59954c75-3c33-4dd9-8d1e-a13d7439da35?fields=security_groups HTTP/1.1" 200 1357 0.054369 10.0.0.23 - - [2025-12-04 02:26:28] "DELETE /security-group/361534a6-36c7-44a6-b82a-fdc164f6b7bb HTTP/1.1" 200 115 0.074951 10.0.0.23 - - [2025-12-04 02:26:28] "GET /projects?obj_uuids=59954c75-3c33-4dd9-8d1e-a13d7439da35&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001443 10.0.0.23 - - [2025-12-04 02:26:28] "GET /project/59954c75-3c33-4dd9-8d1e-a13d7439da35?fields=application_policy_sets HTTP/1.1" 200 1396 0.085554 10.0.0.33 - - [2025-12-04 02:26:28] "DELETE /access-control-list/9f912da9-2694-4bd5-b49d-68f4bbb059d4 HTTP/1.1" 200 115 0.123950 10.0.0.27 - - [2025-12-04 02:26:28] "POST /neutron/port HTTP/1.1" 200 1125 0.029474 10.0.0.23 - - [2025-12-04 02:26:28] "DELETE /project/59954c75-3c33-4dd9-8d1e-a13d7439da35 HTTP/1.1" 200 115 0.615733 10.0.0.27 - - [2025-12-04 02:26:29] "POST /neutron/network HTTP/1.1" 200 839 0.008945 10.0.0.23 - - [2025-12-04 02:26:30] "GET /projects?obj_uuids=17a40ddd-2380-45cc-acab-96b51b274466&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000942 10.0.0.27 - - [2025-12-04 02:26:30] "GET /project/17a40ddd-2380-45cc-acab-96b51b274466?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1407 0.056392 10.0.0.23 - - [2025-12-04 02:26:30] "GET /projects?obj_uuids=17a40ddd-2380-45cc-acab-96b51b274466&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001089 10.0.0.27 - - [2025-12-04 02:26:30] "GET /project/17a40ddd-2380-45cc-acab-96b51b274466?fields=virtual_networks HTTP/1.1" 200 1054 0.064385 10.0.0.23 - - [2025-12-04 02:26:30] "GET /projects?obj_uuids=17a40ddd-2380-45cc-acab-96b51b274466&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001116 10.0.0.27 - - [2025-12-04 02:26:31] "GET /project/17a40ddd-2380-45cc-acab-96b51b274466?fields=virtual_machine_interfaces HTTP/1.1" 200 1054 0.046675 10.0.0.23 - - [2025-12-04 02:26:31] "GET /projects?obj_uuids=17a40ddd-2380-45cc-acab-96b51b274466&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001276 10.0.0.27 - - [2025-12-04 02:26:31] "GET /project/17a40ddd-2380-45cc-acab-96b51b274466?fields=security_groups HTTP/1.1" 200 1291 0.062144 10.0.0.23 - - [2025-12-04 02:26:31] "GET /projects?obj_uuids=27d14453-a745-4536-97ff-45f7a2e3ad22&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001039 10.0.0.27 - - [2025-12-04 02:26:31] "GET /project/27d14453-a745-4536-97ff-45f7a2e3ad22?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1271 0.052494 10.0.0.33 - - [2025-12-04 02:26:34] "GET /obj-perms HTTP/1.1" 200 5056 0.077855 10.0.0.23 - - [2025-12-04 02:26:37] "GET /projects?obj_uuids=27d14453-a745-4536-97ff-45f7a2e3ad22&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001333 10.0.0.27 - - [2025-12-04 02:26:37] "GET /project/27d14453-a745-4536-97ff-45f7a2e3ad22?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1271 0.067335 10.0.0.27 - - [2025-12-04 02:26:40] "POST /fqname-to-id HTTP/1.1" 404 200 0.049374 10.0.0.23 - - [2025-12-04 02:26:40] "GET /projects?obj_uuids=9b6471b9-ec04-4994-bd30-8bb743fbf54a&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003230 10.0.0.23 - - [2025-12-04 02:26:40] "GET /domains?obj_uuids=77f3106b-db9e-49b5-893e-09cac574b890&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000966 10.0.0.23 - - [2025-12-04 02:26:40] "GET /domain/77f3106b-db9e-49b5-893e-09cac574b890?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.007715 10.0.0.23 - - [2025-12-04 02:26:41] "POST /id-to-fqname HTTP/1.1" 200 202 0.001374 10.0.0.23 - - [2025-12-04 02:26:41] "POST /fqname-to-id HTTP/1.1" 404 211 0.016685 10.0.0.23 - - [2025-12-04 02:26:41] "POST /security-groups HTTP/1.1" 200 603 0.086369 10.0.0.33 - - [2025-12-04 02:26:41] "POST /fqname-to-id HTTP/1.1" 404 246 0.005064 10.0.0.23 - - [2025-12-04 02:26:41] "POST /projects HTTP/1.1" 200 609 0.335451 10.0.0.23 - - [2025-12-04 02:26:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.383574 10.0.0.27 - - [2025-12-04 02:26:41] "GET /project/9b6471b9-ec04-4994-bd30-8bb743fbf54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.572808 10.0.0.33 - - [2025-12-04 02:26:41] "POST /access-control-lists HTTP/1.1" 200 606 0.064047 10.0.0.27 - - [2025-12-04 02:26:42] "GET / HTTP/1.1" 200 35931 0.002111 10.0.0.27 - - [2025-12-04 02:26:43] "POST /fqname-to-id HTTP/1.1" 401 292 0.000456 10.0.0.27 - - [2025-12-04 02:26:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.059217 10.0.0.23 - - [2025-12-04 02:26:43] "GET /projects?obj_uuids=9b6471b9-ec04-4994-bd30-8bb743fbf54a&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001035 10.0.0.27 - - [2025-12-04 02:26:43] "GET /project/9b6471b9-ec04-4994-bd30-8bb743fbf54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.068170 10.0.0.23 - - [2025-12-04 02:26:43] "GET /projects?obj_uuids=9b6471b9-ec04-4994-bd30-8bb743fbf54a&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001010 10.0.0.27 - - [2025-12-04 02:26:44] "POST /neutron/network HTTP/1.1" 200 703 0.208138 10.0.0.27 - - [2025-12-04 02:26:44] "POST /id-to-fqname HTTP/1.1" 200 275 0.004308 10.0.0.27 - - [2025-12-04 02:26:44] "GET /virtual-network/9516b42e-d0a0-4378-8905-8dd21b4eade5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2195 0.011949 10.0.0.27 - - [2025-12-04 02:26:44] "POST /neutron/network HTTP/1.1" 200 923 0.008556 10.0.0.27 - - [2025-12-04 02:26:44] "GET /virtual-network/9516b42e-d0a0-4378-8905-8dd21b4eade5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2195 0.007527 10.0.0.27 - - [2025-12-04 02:26:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004347 10.0.0.23 - - [2025-12-04 02:26:44] "GET /projects?obj_uuids=9b6471b9-ec04-4994-bd30-8bb743fbf54a&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001016 10.0.0.27 - - [2025-12-04 02:26:44] "GET /project/9b6471b9-ec04-4994-bd30-8bb743fbf54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.081861 10.0.0.27 - - [2025-12-04 02:26:44] "POST /neutron/network HTTP/1.1" 200 117 0.017411 10.0.0.33 - - [2025-12-04 02:26:44] "POST /route-targets HTTP/1.1" 200 327 0.031495 10.0.0.27 - - [2025-12-04 02:26:45] "POST /neutron/network HTTP/1.1" 200 923 0.012169 10.0.0.27 - - [2025-12-04 02:26:45] "POST /id-to-fqname HTTP/1.1" 200 275 0.001640 10.0.0.27 - - [2025-12-04 02:26:45] "GET /virtual-network/5ed823ed-4f3e-4605-bc78-8ba9b0fa58bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2195 0.007904 10.0.0.27 - - [2025-12-04 02:26:45] "GET /virtual-network/5ed823ed-4f3e-4605-bc78-8ba9b0fa58bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2195 0.006369 10.0.0.27 - - [2025-12-04 02:26:45] "POST /neutron/subnet HTTP/1.1" 200 729 0.015298 10.0.0.27 - - [2025-12-04 02:26:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003617 10.0.0.23 - - [2025-12-04 02:26:45] "GET /projects?obj_uuids=9b6471b9-ec04-4994-bd30-8bb743fbf54a&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001080 10.0.0.27 - - [2025-12-04 02:26:45] "GET /project/9b6471b9-ec04-4994-bd30-8bb743fbf54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.058156 10.0.0.33 - - [2025-12-04 02:26:45] "POST /ref-update HTTP/1.1" 200 156 0.037889 10.0.0.23 - - [2025-12-04 02:26:45] "POST /useragent-kv HTTP/1.1" 200 115 0.009248 10.0.0.27 - - [2025-12-04 02:26:45] "POST /neutron/subnet HTTP/1.1" 200 734 0.253731 10.0.0.27 - - [2025-12-04 02:26:45] "POST /id-to-fqname HTTP/1.1" 200 276 0.001415 10.0.0.27 - - [2025-12-04 02:26:45] "GET /virtual-network/9e1d7270-7443-4040-bcf5-0d35212e318f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2202 0.005935 10.0.0.27 - - [2025-12-04 02:26:45] "GET /virtual-network/9e1d7270-7443-4040-bcf5-0d35212e318f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2202 0.010761 10.0.0.27 - - [2025-12-04 02:26:46] "POST /neutron/network HTTP/1.1" 200 926 0.008419 10.0.0.27 - - [2025-12-04 02:26:46] "POST /id-to-fqname HTTP/1.1" 200 275 0.001283 10.0.0.23 - - [2025-12-04 02:26:47] "GET /projects?obj_uuids=9b6471b9-ec04-4994-bd30-8bb743fbf54a&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001093 10.0.0.27 - - [2025-12-04 02:26:47] "GET /project/9b6471b9-ec04-4994-bd30-8bb743fbf54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.089154 10.0.0.27 - - [2025-12-04 02:26:47] "POST /neutron/network HTTP/1.1" 200 923 0.009491 10.0.0.27 - - [2025-12-04 02:26:47] "POST /id-to-fqname HTTP/1.1" 200 276 0.001764 10.0.0.27 - - [2025-12-04 02:26:47] "POST /neutron/port HTTP/1.1" 200 117 0.008812 10.0.0.23 - - [2025-12-04 02:26:47] "GET /projects?obj_uuids=9b6471b9-ec04-4994-bd30-8bb743fbf54a&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001327 10.0.0.27 - - [2025-12-04 02:26:48] "POST /neutron/port HTTP/1.1" 200 1073 0.425343 10.0.0.23 - - [2025-12-04 02:26:48] "GET /projects?obj_uuids=9b6471b9-ec04-4994-bd30-8bb743fbf54a&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001578 10.0.0.27 - - [2025-12-04 02:26:48] "GET /project/9b6471b9-ec04-4994-bd30-8bb743fbf54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.185750 10.0.0.27 - - [2025-12-04 02:26:48] "POST /neutron/port HTTP/1.1" 200 1127 0.223638 10.0.0.27 - - [2025-12-04 02:26:48] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004456 10.0.0.27 - - [2025-12-04 02:26:48] "POST /neutron/network HTTP/1.1" 200 923 0.007996 10.0.0.27 - - [2025-12-04 02:26:49] "POST /neutron/port HTTP/1.1" 200 117 0.008053 10.0.0.27 - - [2025-12-04 02:26:50] "POST /neutron/port HTTP/1.1" 200 1074 0.077198 10.0.0.27 - - [2025-12-04 02:26:50] "POST /neutron/port HTTP/1.1" 200 1128 0.168328 10.0.0.27 - - [2025-12-04 02:26:51] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005773 10.0.0.27 - - [2025-12-04 02:26:51] "POST /neutron/network HTTP/1.1" 200 926 0.007488 10.0.0.27 - - [2025-12-04 02:26:51] "POST /neutron/port HTTP/1.1" 200 151 0.259614 10.0.0.27 - - [2025-12-04 02:26:53] "POST /neutron/network HTTP/1.1" 200 926 0.008602 10.0.0.27 - - [2025-12-04 02:26:55] "POST /neutron/port HTTP/1.1" 200 1128 0.013880 10.0.0.27 - - [2025-12-04 02:26:55] "POST /neutron/network HTTP/1.1" 400 204 0.017072 10.0.0.27 - - [2025-12-04 02:26:55] "POST /neutron/network HTTP/1.1" 200 117 0.017053 10.0.0.23 - - [2025-12-04 02:26:57] "POST /useragent-kv HTTP/1.1" 200 115 0.004421 10.0.0.33 - - [2025-12-04 02:26:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004071 10.0.0.23 - - [2025-12-04 02:26:57] "POST /useragent-kv HTTP/1.1" 200 115 0.002707 10.0.0.27 - - [2025-12-04 02:26:57] "POST /neutron/network HTTP/1.1" 200 151 0.158991 10.0.0.23 - - [2025-12-04 02:26:57] "GET /projects?obj_uuids=9b6471b9-ec04-4994-bd30-8bb743fbf54a&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001185 10.0.0.33 - - [2025-12-04 02:26:57] "DELETE /route-target/5de67492-f3a3-4852-a16f-8ee317230025 HTTP/1.1" 200 115 0.035155 10.0.0.27 - - [2025-12-04 02:26:57] "GET /project/9b6471b9-ec04-4994-bd30-8bb743fbf54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.071528 10.0.0.23 - - [2025-12-04 02:26:57] "GET /projects?obj_uuids=9b6471b9-ec04-4994-bd30-8bb743fbf54a&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001518 10.0.0.27 - - [2025-12-04 02:26:57] "GET /project/9b6471b9-ec04-4994-bd30-8bb743fbf54a?fields=virtual_networks HTTP/1.1" 200 1057 0.072013 10.0.0.23 - - [2025-12-04 02:26:57] "GET /projects?obj_uuids=9b6471b9-ec04-4994-bd30-8bb743fbf54a&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001237 10.0.0.27 - - [2025-12-04 02:26:57] "GET /project/9b6471b9-ec04-4994-bd30-8bb743fbf54a?fields=virtual_machine_interfaces HTTP/1.1" 200 1057 0.090955 10.0.0.23 - - [2025-12-04 02:26:57] "GET /projects?obj_uuids=9b6471b9-ec04-4994-bd30-8bb743fbf54a&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001649 10.0.0.27 - - [2025-12-04 02:26:57] "GET /project/9b6471b9-ec04-4994-bd30-8bb743fbf54a?fields=security_groups HTTP/1.1" 200 1295 0.065410 10.0.0.27 - - [2025-12-04 02:26:58] "POST /fqname-to-id HTTP/1.1" 404 190 0.031889 10.0.0.23 - - [2025-12-04 02:26:58] "GET /projects?obj_uuids=37a86291-4230-43f1-ad15-3b310e19f587&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004346 10.0.0.23 - - [2025-12-04 02:26:58] "GET /domains?obj_uuids=77f3106b-db9e-49b5-893e-09cac574b890&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001139 10.0.0.23 - - [2025-12-04 02:26:58] "GET /domain/77f3106b-db9e-49b5-893e-09cac574b890?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.008048 10.0.0.23 - - [2025-12-04 02:26:59] "POST /id-to-fqname HTTP/1.1" 200 192 0.004697 10.0.0.23 - - [2025-12-04 02:26:59] "POST /fqname-to-id HTTP/1.1" 404 201 0.005273 10.0.0.23 - - [2025-12-04 02:26:59] "POST /security-groups HTTP/1.1" 200 593 0.107197 10.0.0.23 - - [2025-12-04 02:26:59] "POST /projects HTTP/1.1" 200 589 0.354095 10.0.0.23 - - [2025-12-04 02:26:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.441147 10.0.0.33 - - [2025-12-04 02:26:59] "POST /fqname-to-id HTTP/1.1" 404 235 0.010851 10.0.0.27 - - [2025-12-04 02:26:59] "GET /project/37a86291-4230-43f1-ad15-3b310e19f587?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.631344 10.0.0.27 - - [2025-12-04 02:27:00] "GET / HTTP/1.1" 200 35931 0.001529 10.0.0.27 - - [2025-12-04 02:27:01] "POST /fqname-to-id HTTP/1.1" 401 292 0.000468 10.0.0.27 - - [2025-12-04 02:27:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.063688 10.0.0.23 - - [2025-12-04 02:27:01] "GET /projects?obj_uuids=37a86291-4230-43f1-ad15-3b310e19f587&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001172 10.0.0.27 - - [2025-12-04 02:27:01] "GET /project/37a86291-4230-43f1-ad15-3b310e19f587?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.051175 10.0.0.27 - - [2025-12-04 02:27:01] "POST /neutron/network HTTP/1.1" 200 117 0.042993 10.0.0.33 - - [2025-12-04 02:27:02] "POST /ref-update HTTP/1.1" 200 156 0.046127 10.0.0.27 - - [2025-12-04 02:27:02] "POST /neutron/network HTTP/1.1" 200 891 0.011454 10.0.0.27 - - [2025-12-04 02:27:02] "POST /id-to-fqname HTTP/1.1" 200 255 0.001236 10.0.0.27 - - [2025-12-04 02:27:02] "GET /virtual-network/3b9fb613-2531-4622-9e47-3f3aea0d55db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2139 0.005935 10.0.0.27 - - [2025-12-04 02:27:02] "GET /virtual-network/3b9fb613-2531-4622-9e47-3f3aea0d55db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2139 0.006352 10.0.0.27 - - [2025-12-04 02:27:02] "POST /neutron/subnet HTTP/1.1" 200 720 0.011100 10.0.0.27 - - [2025-12-04 02:27:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004112 10.0.0.23 - - [2025-12-04 02:27:02] "GET /projects?obj_uuids=37a86291-4230-43f1-ad15-3b310e19f587&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001222 10.0.0.27 - - [2025-12-04 02:27:02] "GET /project/37a86291-4230-43f1-ad15-3b310e19f587?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.059658 10.0.0.23 - - [2025-12-04 02:27:03] "POST /useragent-kv HTTP/1.1" 200 115 0.014097 10.0.0.27 - - [2025-12-04 02:27:03] "POST /neutron/subnet HTTP/1.1" 200 724 0.252405 10.0.0.27 - - [2025-12-04 02:27:03] "POST /id-to-fqname HTTP/1.1" 200 255 0.001379 10.0.0.27 - - [2025-12-04 02:27:03] "GET /virtual-network/7ac2c2f9-e43f-46d0-899d-c07dc1723a84?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2141 0.005947 10.0.0.27 - - [2025-12-04 02:27:03] "GET /virtual-network/7ac2c2f9-e43f-46d0-899d-c07dc1723a84?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2141 0.006792 10.0.0.27 - - [2025-12-04 02:27:03] "POST /neutron/network HTTP/1.1" 200 892 0.008198 10.0.0.27 - - [2025-12-04 02:27:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003701 10.0.0.23 - - [2025-12-04 02:27:03] "GET /projects?obj_uuids=37a86291-4230-43f1-ad15-3b310e19f587&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001502 10.0.0.27 - - [2025-12-04 02:27:03] "GET /project/37a86291-4230-43f1-ad15-3b310e19f587?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.075670 10.0.0.23 - - [2025-12-04 02:27:03] "GET /projects?obj_uuids=37a86291-4230-43f1-ad15-3b310e19f587&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000991 10.0.0.27 - - [2025-12-04 02:27:03] "POST /neutron/network HTTP/1.1" 200 675 0.169269 10.0.0.33 - - [2025-12-04 02:27:03] "POST /route-targets HTTP/1.1" 200 327 0.018886 10.0.0.27 - - [2025-12-04 02:27:03] "POST /id-to-fqname HTTP/1.1" 200 256 0.003639 10.0.0.27 - - [2025-12-04 02:27:03] "GET /virtual-network/204c88b7-cc65-4e0d-814d-63e71609852b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2144 0.006235 10.0.0.27 - - [2025-12-04 02:27:03] "POST /neutron/network HTTP/1.1" 200 894 0.007735 10.0.0.27 - - [2025-12-04 02:27:03] "GET /virtual-network/204c88b7-cc65-4e0d-814d-63e71609852b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2144 0.008012 10.0.0.27 - - [2025-12-04 02:27:04] "POST /id-to-fqname HTTP/1.1" 200 255 0.001433 10.0.0.27 - - [2025-12-04 02:27:04] "POST /neutron/network HTTP/1.1" 200 902 0.007577 10.0.0.23 - - [2025-12-04 02:27:04] "GET /projects?obj_uuids=37a86291-4230-43f1-ad15-3b310e19f587&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001161 10.0.0.27 - - [2025-12-04 02:27:05] "GET /project/37a86291-4230-43f1-ad15-3b310e19f587?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.088461 10.0.0.27 - - [2025-12-04 02:27:05] "POST /neutron/port HTTP/1.1" 200 117 0.007524 10.0.0.27 - - [2025-12-04 02:27:05] "POST /id-to-fqname HTTP/1.1" 200 256 0.001349 10.0.0.27 - - [2025-12-04 02:27:05] "POST /neutron/network HTTP/1.1" 200 902 0.009329 10.0.0.27 - - [2025-12-04 02:27:06] "POST /neutron/port HTTP/1.1" 200 1062 0.025147 10.0.0.23 - - [2025-12-04 02:27:06] "GET /projects?obj_uuids=37a86291-4230-43f1-ad15-3b310e19f587&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001424 10.0.0.27 - - [2025-12-04 02:27:06] "GET /project/37a86291-4230-43f1-ad15-3b310e19f587?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.143551 10.0.0.27 - - [2025-12-04 02:27:06] "POST /neutron/port HTTP/1.1" 200 1090 0.022391 10.0.0.27 - - [2025-12-04 02:27:06] "POST /neutron/port HTTP/1.1" 200 117 0.001238 10.0.0.27 - - [2025-12-04 02:27:06] "POST /neutron/security_group HTTP/1.1" 200 2060 0.009292 10.0.0.23 - - [2025-12-04 02:27:07] "GET /projects?obj_uuids=37a86291-4230-43f1-ad15-3b310e19f587&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001729 10.0.0.27 - - [2025-12-04 02:27:07] "POST /neutron/port HTTP/1.1" 200 1062 0.499330 10.0.0.27 - - [2025-12-04 02:27:07] "POST /neutron/port HTTP/1.1" 200 1062 0.024558 10.0.0.27 - - [2025-12-04 02:27:08] "POST /neutron/network HTTP/1.1" 200 902 0.008127 10.0.0.27 - - [2025-12-04 02:27:08] "POST /neutron/port HTTP/1.1" 200 117 0.001318 10.0.0.27 - - [2025-12-04 02:27:08] "POST /neutron/floatingip HTTP/1.1" 200 117 0.010803 10.0.0.27 - - [2025-12-04 02:27:08] "POST /neutron/network HTTP/1.1" 200 894 0.008184 10.0.0.27 - - [2025-12-04 02:27:08] "POST /neutron/port HTTP/1.1" 200 1090 0.023401 10.0.0.27 - - [2025-12-04 02:27:09] "POST /neutron/port HTTP/1.1" 200 1090 0.020844 10.0.0.27 - - [2025-12-04 02:27:10] "POST /neutron/network HTTP/1.1" 200 892 0.008285 10.0.0.33 - - [2025-12-04 02:27:10] "DELETE /route-target/20ad1aa9-9746-4342-9d5c-bb31397a3389 HTTP/1.1" 200 115 0.039046 10.0.0.23 - - [2025-12-04 02:27:10] "POST /useragent-kv HTTP/1.1" 200 115 0.003197 10.0.0.23 - - [2025-12-04 02:27:10] "POST /useragent-kv HTTP/1.1" 200 115 0.003876 10.0.0.27 - - [2025-12-04 02:27:10] "POST /neutron/network HTTP/1.1" 200 151 0.245567 10.0.0.33 - - [2025-12-04 02:27:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.008093 10.0.0.23 - - [2025-12-04 02:27:11] "POST /useragent-kv HTTP/1.1" 200 115 0.011822 10.0.0.23 - - [2025-12-04 02:27:11] "POST /useragent-kv HTTP/1.1" 200 115 0.005873 10.0.0.27 - - [2025-12-04 02:27:11] "POST /neutron/network HTTP/1.1" 200 151 0.196619 10.0.0.23 - - [2025-12-04 02:27:11] "GET /projects?obj_uuids=37a86291-4230-43f1-ad15-3b310e19f587&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001510 10.0.0.27 - - [2025-12-04 02:27:11] "GET /project/37a86291-4230-43f1-ad15-3b310e19f587?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.130319 10.0.0.23 - - [2025-12-04 02:27:11] "GET /projects?obj_uuids=37a86291-4230-43f1-ad15-3b310e19f587&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001862 10.0.0.27 - - [2025-12-04 02:27:11] "GET /project/37a86291-4230-43f1-ad15-3b310e19f587?fields=virtual_networks HTTP/1.1" 200 1036 0.071366 10.0.0.23 - - [2025-12-04 02:27:11] "GET /projects?obj_uuids=37a86291-4230-43f1-ad15-3b310e19f587&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001150 10.0.0.27 - - [2025-12-04 02:27:11] "GET /project/37a86291-4230-43f1-ad15-3b310e19f587?fields=virtual_machine_interfaces HTTP/1.1" 200 1036 0.054134 10.0.0.23 - - [2025-12-04 02:27:11] "GET /projects?obj_uuids=37a86291-4230-43f1-ad15-3b310e19f587&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001296 10.0.0.27 - - [2025-12-04 02:27:11] "GET /project/37a86291-4230-43f1-ad15-3b310e19f587?fields=security_groups HTTP/1.1" 200 1264 0.072055 10.0.0.27 - - [2025-12-04 02:27:12] "POST /fqname-to-id HTTP/1.1" 404 196 0.037285 10.0.0.23 - - [2025-12-04 02:27:12] "GET /projects?obj_uuids=7fafc5b1-83a0-4ced-ab01-019f6736ac38&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003216 10.0.0.23 - - [2025-12-04 02:27:12] "GET /domains?obj_uuids=77f3106b-db9e-49b5-893e-09cac574b890&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001643 10.0.0.23 - - [2025-12-04 02:27:12] "GET /domain/77f3106b-db9e-49b5-893e-09cac574b890?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.009114 10.0.0.23 - - [2025-12-04 02:27:13] "POST /id-to-fqname HTTP/1.1" 200 198 0.005605 10.0.0.23 - - [2025-12-04 02:27:13] "POST /fqname-to-id HTTP/1.1" 404 207 0.007873 10.0.0.23 - - [2025-12-04 02:27:13] "POST /security-groups HTTP/1.1" 200 599 0.034688 10.0.0.23 - - [2025-12-04 02:27:13] "POST /projects HTTP/1.1" 200 601 0.260636 10.0.0.33 - - [2025-12-04 02:27:13] "POST /access-control-lists HTTP/1.1" 200 604 0.036002 10.0.0.23 - - [2025-12-04 02:27:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.345032 10.0.0.27 - - [2025-12-04 02:27:13] "GET /project/7fafc5b1-83a0-4ced-ab01-019f6736ac38?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.544922 10.0.0.27 - - [2025-12-04 02:27:14] "GET / HTTP/1.1" 200 35931 0.001498 10.0.0.27 - - [2025-12-04 02:27:15] "POST /fqname-to-id HTTP/1.1" 401 292 0.000530 10.0.0.27 - - [2025-12-04 02:27:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.119841 10.0.0.23 - - [2025-12-04 02:27:15] "GET /projects?obj_uuids=7fafc5b1-83a0-4ced-ab01-019f6736ac38&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001273 10.0.0.27 - - [2025-12-04 02:27:15] "GET /project/7fafc5b1-83a0-4ced-ab01-019f6736ac38?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.055356 10.0.0.33 - - [2025-12-04 02:27:16] "POST /route-targets HTTP/1.1" 200 327 0.021183 10.0.0.23 - - [2025-12-04 02:27:16] "POST /useragent-kv HTTP/1.1" 200 115 0.014902 10.0.0.27 - - [2025-12-04 02:27:16] "POST /neutron/subnet HTTP/1.1" 200 729 0.317729 10.0.0.27 - - [2025-12-04 02:27:16] "POST /id-to-fqname HTTP/1.1" 200 267 0.001319 10.0.0.27 - - [2025-12-04 02:27:16] "GET /virtual-network/d6f0e90b-01ee-4772-8886-5520d48deb3b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2175 0.007006 10.0.0.27 - - [2025-12-04 02:27:16] "GET /virtual-network/d6f0e90b-01ee-4772-8886-5520d48deb3b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2175 0.006546 10.0.0.27 - - [2025-12-04 02:27:16] "POST /neutron/network HTTP/1.1" 200 911 0.007513 10.0.0.27 - - [2025-12-04 02:27:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004142 10.0.0.23 - - [2025-12-04 02:27:16] "GET /projects?obj_uuids=7fafc5b1-83a0-4ced-ab01-019f6736ac38&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001269 10.0.0.27 - - [2025-12-04 02:27:16] "GET /project/7fafc5b1-83a0-4ced-ab01-019f6736ac38?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.076027 10.0.0.23 - - [2025-12-04 02:27:16] "GET /projects?obj_uuids=7fafc5b1-83a0-4ced-ab01-019f6736ac38&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001728 10.0.0.27 - - [2025-12-04 02:27:16] "POST /neutron/network HTTP/1.1" 200 691 0.182728 10.0.0.33 - - [2025-12-04 02:27:16] "POST /ref-update HTTP/1.1" 200 156 0.037355 10.0.0.27 - - [2025-12-04 02:27:17] "POST /id-to-fqname HTTP/1.1" 200 267 0.003541 10.0.0.27 - - [2025-12-04 02:27:17] "GET /virtual-network/a28b6520-864f-4cd1-9c13-9e21a897caeb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2176 0.006122 10.0.0.27 - - [2025-12-04 02:27:17] "POST /neutron/network HTTP/1.1" 200 911 0.008026 10.0.0.27 - - [2025-12-04 02:27:17] "GET /virtual-network/a28b6520-864f-4cd1-9c13-9e21a897caeb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2176 0.006027 10.0.0.27 - - [2025-12-04 02:27:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003869 10.0.0.23 - - [2025-12-04 02:27:17] "GET /projects?obj_uuids=7fafc5b1-83a0-4ced-ab01-019f6736ac38&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001088 10.0.0.27 - - [2025-12-04 02:27:17] "GET /project/7fafc5b1-83a0-4ced-ab01-019f6736ac38?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.054329 10.0.0.27 - - [2025-12-04 02:27:17] "POST /neutron/network HTTP/1.1" 200 117 0.015678 10.0.0.27 - - [2025-12-04 02:27:17] "POST /neutron/network HTTP/1.1" 200 913 0.013452 10.0.0.27 - - [2025-12-04 02:27:17] "POST /id-to-fqname HTTP/1.1" 200 268 0.001309 10.0.0.27 - - [2025-12-04 02:27:17] "GET /virtual-network/a6e5ab4e-4bdc-436f-a5ce-6b1cc3bb37db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2180 0.006042 10.0.0.27 - - [2025-12-04 02:27:17] "GET /virtual-network/a6e5ab4e-4bdc-436f-a5ce-6b1cc3bb37db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2180 0.005849 10.0.0.27 - - [2025-12-04 02:27:17] "POST /neutron/subnet HTTP/1.1" 200 729 0.011406 10.0.0.27 - - [2025-12-04 02:27:17] "POST /id-to-fqname HTTP/1.1" 200 267 0.001086 10.0.0.23 - - [2025-12-04 02:27:28] "DELETE /project/37a86291423043f1ad153b310e19f587 HTTP/1.1" 404 173 0.012446 10.0.0.23 - - [2025-12-04 02:27:28] "DELETE /project/9b6471b9ec044994bd308bb743fbf54a HTTP/1.1" 404 173 0.016294 10.0.0.23 - - [2025-12-04 02:27:28] "DELETE /project/7fafc5b183a04cedab01019f6736ac38 HTTP/1.1" 404 173 0.010276 10.0.0.23 - - [2025-12-04 02:27:28] "GET /projects?obj_uuids=9b6471b9-ec04-4994-bd30-8bb743fbf54a&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000951 10.0.0.23 - - [2025-12-04 02:27:28] "GET /projects?obj_uuids=37a86291-4230-43f1-ad15-3b310e19f587&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000768 10.0.0.23 - - [2025-12-04 02:27:28] "GET /projects?obj_uuids=17a40ddd-2380-45cc-acab-96b51b274466&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001165 10.0.0.23 - - [2025-12-04 02:27:28] "GET /project/9b6471b9-ec04-4994-bd30-8bb743fbf54a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1517 0.101818 10.0.0.23 - - [2025-12-04 02:27:28] "GET /project/37a86291-4230-43f1-ad15-3b310e19f587?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1476 0.109085 10.0.0.23 - - [2025-12-04 02:27:28] "GET /project/17a40ddd-2380-45cc-acab-96b51b274466?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1512 0.114080 10.0.0.23 - - [2025-12-04 02:27:28] "GET /projects?obj_uuids=9b6471b9-ec04-4994-bd30-8bb743fbf54a&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001709 10.0.0.23 - - [2025-12-04 02:27:28] "GET /projects?obj_uuids=17a40ddd-2380-45cc-acab-96b51b274466&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001947 10.0.0.23 - - [2025-12-04 02:27:28] "GET /projects?obj_uuids=37a86291-4230-43f1-ad15-3b310e19f587&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001635 10.0.0.23 - - [2025-12-04 02:27:28] "GET /project/17a40ddd-2380-45cc-acab-96b51b274466?fields=security_groups HTTP/1.1" 200 1396 0.084694 10.0.0.23 - - [2025-12-04 02:27:28] "GET /project/9b6471b9-ec04-4994-bd30-8bb743fbf54a?fields=security_groups HTTP/1.1" 200 1400 0.104186 10.0.0.23 - - [2025-12-04 02:27:28] "GET /project/37a86291-4230-43f1-ad15-3b310e19f587?fields=security_groups HTTP/1.1" 200 1369 0.131435 10.0.0.23 - - [2025-12-04 02:27:28] "DELETE /security-group/8865dd44-e509-4253-8109-a9505da7e423 HTTP/1.1" 200 115 0.129438 10.0.0.23 - - [2025-12-04 02:27:28] "GET /projects?obj_uuids=9b6471b9-ec04-4994-bd30-8bb743fbf54a&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.003265 10.0.0.23 - - [2025-12-04 02:27:28] "DELETE /security-group/7c8316b4-eda9-47e9-8fe0-6f24d2bcc80e HTTP/1.1" 200 115 0.177753 10.0.0.23 - - [2025-12-04 02:27:28] "GET /projects?obj_uuids=17a40ddd-2380-45cc-acab-96b51b274466&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001459 10.0.0.23 - - [2025-12-04 02:27:28] "DELETE /security-group/36474041-bbee-4c7b-8dc6-d4002e5969c4 HTTP/1.1" 200 115 0.159285 10.0.0.23 - - [2025-12-04 02:27:28] "GET /projects?obj_uuids=37a86291-4230-43f1-ad15-3b310e19f587&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001286 10.0.0.33 - - [2025-12-04 02:27:28] "DELETE /access-control-list/eb9952dc-46e5-4e66-89cb-71f69ff5469c HTTP/1.1" 200 115 0.112229 10.0.0.23 - - [2025-12-04 02:27:29] "GET /project/9b6471b9-ec04-4994-bd30-8bb743fbf54a?fields=application_policy_sets HTTP/1.1" 200 1439 0.099280 10.0.0.23 - - [2025-12-04 02:27:29] "GET /project/37a86291-4230-43f1-ad15-3b310e19f587?fields=application_policy_sets HTTP/1.1" 200 1408 0.100496 10.0.0.23 - - [2025-12-04 02:27:29] "GET /project/17a40ddd-2380-45cc-acab-96b51b274466?fields=application_policy_sets HTTP/1.1" 200 1435 0.152323 10.0.0.33 - - [2025-12-04 02:27:29] "DELETE /access-control-list/48c9c8ec-31bc-4f42-9816-8d2ca4489ada HTTP/1.1" 200 115 0.086008 10.0.0.23 - - [2025-12-04 02:27:29] "DELETE /project/9b6471b9-ec04-4994-bd30-8bb743fbf54a HTTP/1.1" 200 115 0.906992 10.0.0.23 - - [2025-12-04 02:27:29] "DELETE /project/37a86291-4230-43f1-ad15-3b310e19f587 HTTP/1.1" 200 115 0.949654 10.0.0.23 - - [2025-12-04 02:27:29] "DELETE /project/17a40ddd-2380-45cc-acab-96b51b274466 HTTP/1.1" 200 115 0.944728 10.0.0.23 - - [2025-12-04 02:27:53] "GET /projects?obj_uuids=7fafc5b1-83a0-4ced-ab01-019f6736ac38&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001227 10.0.0.27 - - [2025-12-04 02:27:53] "GET /project/7fafc5b1-83a0-4ced-ab01-019f6736ac38?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.089441 10.0.0.27 - - [2025-12-04 02:27:54] "POST /neutron/port HTTP/1.1" 200 117 0.006436 10.0.0.27 - - [2025-12-04 02:27:54] "POST /id-to-fqname HTTP/1.1" 200 268 0.001280 10.0.0.27 - - [2025-12-04 02:27:54] "POST /neutron/network HTTP/1.1" 200 923 0.007398 10.0.0.23 - - [2025-12-04 02:27:55] "GET /projects?obj_uuids=7fafc5b1-83a0-4ced-ab01-019f6736ac38&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.002409 10.0.0.27 - - [2025-12-04 02:27:55] "GET /project/7fafc5b1-83a0-4ced-ab01-019f6736ac38?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.112310 10.0.0.27 - - [2025-12-04 02:27:55] "POST /neutron/network HTTP/1.1" 200 913 0.019871 10.0.0.27 - - [2025-12-04 02:27:55] "POST /neutron/port HTTP/1.1" 200 1123 0.153687 10.0.0.27 - - [2025-12-04 02:27:55] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006067 10.0.0.27 - - [2025-12-04 02:27:55] "POST /neutron/subnet HTTP/1.1" 200 703 0.013106 10.0.0.23 - - [2025-12-04 02:27:55] "GET /projects?obj_uuids=27d14453-a745-4536-97ff-45f7a2e3ad22&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001261 10.0.0.27 - - [2025-12-04 02:27:56] "GET /project/27d14453-a745-4536-97ff-45f7a2e3ad22?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1271 0.069499 10.0.0.27 - - [2025-12-04 02:27:56] "POST /neutron/network HTTP/1.1" 200 923 0.009802 10.0.0.27 - - [2025-12-04 02:27:57] "POST /neutron/port HTTP/1.1" 200 1069 0.033534 10.0.0.27 - - [2025-12-04 02:27:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004910 10.0.0.27 - - [2025-12-04 02:27:57] "GET /security-group/3b41ac2e-7d72-47ce-bc01-c85ced6b701e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3685 0.010420 10.0.0.27 - - [2025-12-04 02:27:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.005068 10.0.0.23 - - [2025-12-04 02:27:57] "GET /projects?obj_uuids=27d14453-a745-4536-97ff-45f7a2e3ad22&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001112 10.0.0.27 - - [2025-12-04 02:27:57] "GET /project/27d14453-a745-4536-97ff-45f7a2e3ad22?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1271 0.049891 10.0.0.27 - - [2025-12-04 02:27:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.013532 10.0.0.27 - - [2025-12-04 02:27:57] "GET /security-group/3b41ac2e-7d72-47ce-bc01-c85ced6b701e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3685 0.004905 10.0.0.27 - - [2025-12-04 02:27:57] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005501 10.0.0.27 - - [2025-12-04 02:27:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003959 10.0.0.27 - - [2025-12-04 02:27:57] "PUT /security-group/3b41ac2e-7d72-47ce-bc01-c85ced6b701e HTTP/1.1" 200 262 0.029104 10.0.0.33 - - [2025-12-04 02:27:57] "PUT /access-control-list/0177674d-b214-47ec-a069-97792fdbfe26 HTTP/1.1" 200 272 0.028796 10.0.0.27 - - [2025-12-04 02:27:57] "POST /neutron/network HTTP/1.1" 200 913 0.015928 10.0.0.27 - - [2025-12-04 02:27:58] "POST /fqname-to-id HTTP/1.1" 404 193 0.003829 10.0.0.27 - - [2025-12-04 02:27:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004531 10.0.0.23 - - [2025-12-04 02:27:58] "GET /domains?obj_uuids=77f3106b-db9e-49b5-893e-09cac574b890&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001072 10.0.0.27 - - [2025-12-04 02:27:58] "GET /domain/77f3106b-db9e-49b5-893e-09cac574b890?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 892 0.011923 10.0.0.27 - - [2025-12-04 02:27:58] "POST /service-templates HTTP/1.1" 200 543 0.051933 10.0.0.27 - - [2025-12-04 02:27:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.005338 10.0.0.27 - - [2025-12-04 02:27:58] "GET /service-template/ff937a8d-89f2-45ca-941b-439c6a70ac37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1824 0.007590 10.0.0.27 - - [2025-12-04 02:27:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.005222 10.0.0.27 - - [2025-12-04 02:27:59] "GET /service-template/ff937a8d-89f2-45ca-941b-439c6a70ac37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1824 0.005269 10.0.0.27 - - [2025-12-04 02:27:59] "POST /id-to-fqname HTTP/1.1" 200 267 0.001827 10.0.0.27 - - [2025-12-04 02:27:59] "POST /id-to-fqname HTTP/1.1" 200 267 0.001532 10.0.0.27 - - [2025-12-04 02:27:59] "POST /id-to-fqname HTTP/1.1" 200 268 0.001754 10.0.0.27 - - [2025-12-04 02:27:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.017698 10.0.0.27 - - [2025-12-04 02:27:59] "DELETE /service-template/ff937a8d-89f2-45ca-941b-439c6a70ac37 HTTP/1.1" 200 115 0.041182 10.0.0.27 - - [2025-12-04 02:27:59] "POST /fqname-to-id HTTP/1.1" 404 193 0.006220 10.0.0.27 - - [2025-12-04 02:28:02] "POST /neutron/network HTTP/1.1" 200 911 0.008671 10.0.0.27 - - [2025-12-04 02:28:04] "POST /neutron/network HTTP/1.1" 400 204 0.017773 10.0.0.27 - - [2025-12-04 02:28:08] "POST /neutron/network HTTP/1.1" 200 911 0.017712 10.0.0.27 - - [2025-12-04 02:28:10] "POST /neutron/network HTTP/1.1" 400 204 0.014830 10.0.0.27 - - [2025-12-04 02:28:14] "POST /neutron/network HTTP/1.1" 200 911 0.007656 10.0.0.27 - - [2025-12-04 02:28:16] "POST /neutron/network HTTP/1.1" 400 204 0.026958 10.0.0.27 - - [2025-12-04 02:28:20] "POST /neutron/network HTTP/1.1" 200 911 0.007371 10.0.0.27 - - [2025-12-04 02:28:22] "POST /neutron/network HTTP/1.1" 400 204 0.016364 10.0.0.27 - - [2025-12-04 02:28:26] "POST /neutron/network HTTP/1.1" 200 911 0.007039 10.0.0.27 - - [2025-12-04 02:28:28] "POST /neutron/network HTTP/1.1" 400 204 0.017924 10.0.0.27 - - [2025-12-04 02:28:32] "POST /neutron/network HTTP/1.1" 200 911 0.007237 10.0.0.27 - - [2025-12-04 02:28:35] "POST /neutron/network HTTP/1.1" 400 204 0.016869 10.0.0.23 - - [2025-12-04 02:28:36] "GET /obj-perms HTTP/1.1" 200 5056 0.056652 10.0.0.27 - - [2025-12-04 02:28:36] "GET /obj-perms HTTP/1.1" 200 5056 0.055952 10.0.0.33 - - [2025-12-04 02:28:36] "GET /global-system-configs HTTP/1.1" 401 292 0.000432 10.0.0.33 - - [2025-12-04 02:28:36] "GET /global-system-configs HTTP/1.1" 401 292 0.000451 10.0.0.23 - - [2025-12-04 02:28:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000413 10.0.0.23 - - [2025-12-04 02:28:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000448 10.0.0.23 - - [2025-12-04 02:28:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000529 10.0.0.33 - - [2025-12-04 02:28:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000473 10.0.0.23 - - [2025-12-04 02:28:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000538 10.0.0.33 - - [2025-12-04 02:28:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000362 10.0.0.27 - - [2025-12-04 02:28:38] "GET /global-system-configs HTTP/1.1" 401 292 0.000568 10.0.0.27 - - [2025-12-04 02:28:38] "GET /global-system-configs HTTP/1.1" 401 292 0.000445 10.0.0.27 - - [2025-12-04 02:28:39] "POST /neutron/network HTTP/1.1" 200 911 0.008422 10.0.0.27 - - [2025-12-04 02:28:40] "GET /global-system-configs HTTP/1.1" 401 292 0.000435 10.0.0.27 - - [2025-12-04 02:28:40] "GET /global-system-configs HTTP/1.1" 401 292 0.000383 10.0.0.27 - - [2025-12-04 02:28:41] "POST /neutron/network HTTP/1.1" 400 204 0.015184 10.0.0.27 - - [2025-12-04 02:28:43] "POST /neutron/port HTTP/1.1" 200 1097 0.019638 10.0.0.27 - - [2025-12-04 02:28:44] "POST /neutron/port HTTP/1.1" 200 117 0.008499 10.0.0.27 - - [2025-12-04 02:28:45] "POST /neutron/network HTTP/1.1" 200 913 0.006812 10.0.0.33 - - [2025-12-04 02:28:45] "DELETE /route-target/69d27e7d-947e-4ffa-84f7-bb5e3c671baf HTTP/1.1" 200 115 0.038692 10.0.0.27 - - [2025-12-04 02:28:46] "POST /neutron/port HTTP/1.1" 200 1123 0.014596 10.0.0.27 - - [2025-12-04 02:28:47] "POST /neutron/network HTTP/1.1" 200 913 0.007425 10.0.0.23 - - [2025-12-04 02:28:47] "POST /useragent-kv HTTP/1.1" 200 115 0.007145 10.0.0.33 - - [2025-12-04 02:28:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004915 10.0.0.23 - - [2025-12-04 02:28:47] "POST /useragent-kv HTTP/1.1" 200 115 0.002645 10.0.0.27 - - [2025-12-04 02:28:47] "POST /neutron/network HTTP/1.1" 200 151 0.141330 10.0.0.23 - - [2025-12-04 02:28:47] "GET /projects?obj_uuids=7fafc5b1-83a0-4ced-ab01-019f6736ac38&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001405 10.0.0.27 - - [2025-12-04 02:28:47] "GET /project/7fafc5b1-83a0-4ced-ab01-019f6736ac38?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.089451 10.0.0.23 - - [2025-12-04 02:28:47] "GET /projects?obj_uuids=7fafc5b1-83a0-4ced-ab01-019f6736ac38&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.002993 10.0.0.27 - - [2025-12-04 02:28:47] "GET /project/7fafc5b1-83a0-4ced-ab01-019f6736ac38?fields=virtual_networks HTTP/1.1" 200 1048 0.059311 10.0.0.23 - - [2025-12-04 02:28:47] "GET /projects?obj_uuids=7fafc5b1-83a0-4ced-ab01-019f6736ac38&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001028 10.0.0.27 - - [2025-12-04 02:28:48] "GET /project/7fafc5b1-83a0-4ced-ab01-019f6736ac38?fields=virtual_machine_interfaces HTTP/1.1" 200 1048 0.055825 10.0.0.23 - - [2025-12-04 02:28:48] "GET /projects?obj_uuids=7fafc5b1-83a0-4ced-ab01-019f6736ac38&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001125 10.0.0.27 - - [2025-12-04 02:28:48] "GET /project/7fafc5b1-83a0-4ced-ab01-019f6736ac38?fields=security_groups HTTP/1.1" 200 1282 0.044251 10.0.0.27 - - [2025-12-04 02:28:48] "POST /fqname-to-id HTTP/1.1" 404 189 0.030251 10.0.0.23 - - [2025-12-04 02:28:49] "GET /projects?obj_uuids=7a82a92d-fd65-400a-9eb5-a70d6ed7041c&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003682 10.0.0.23 - - [2025-12-04 02:28:49] "GET /domains?obj_uuids=77f3106b-db9e-49b5-893e-09cac574b890&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001112 10.0.0.23 - - [2025-12-04 02:28:49] "GET /domain/77f3106b-db9e-49b5-893e-09cac574b890?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.007858 10.0.0.23 - - [2025-12-04 02:28:49] "POST /id-to-fqname HTTP/1.1" 200 191 0.003143 10.0.0.23 - - [2025-12-04 02:28:49] "POST /fqname-to-id HTTP/1.1" 404 200 0.010297 10.0.0.23 - - [2025-12-04 02:28:49] "POST /security-groups HTTP/1.1" 200 592 0.033722 10.0.0.23 - - [2025-12-04 02:28:49] "POST /projects HTTP/1.1" 200 587 0.274153 10.0.0.23 - - [2025-12-04 02:28:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.352078 10.0.0.33 - - [2025-12-04 02:28:49] "POST /access-control-lists HTTP/1.1" 200 597 0.042595 10.0.0.27 - - [2025-12-04 02:28:49] "GET /project/7a82a92d-fd65-400a-9eb5-a70d6ed7041c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.536140 10.0.0.27 - - [2025-12-04 02:28:50] "GET / HTTP/1.1" 200 35931 0.001883 10.0.0.27 - - [2025-12-04 02:28:51] "POST /fqname-to-id HTTP/1.1" 401 292 0.000436 10.0.0.27 - - [2025-12-04 02:28:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.064223 10.0.0.23 - - [2025-12-04 02:28:51] "GET /projects?obj_uuids=7a82a92d-fd65-400a-9eb5-a70d6ed7041c&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001207 10.0.0.27 - - [2025-12-04 02:28:51] "GET /project/7a82a92d-fd65-400a-9eb5-a70d6ed7041c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.052896 10.0.0.33 - - [2025-12-04 02:28:52] "POST /route-targets HTTP/1.1" 200 327 0.018257 10.0.0.23 - - [2025-12-04 02:28:52] "POST /useragent-kv HTTP/1.1" 200 115 0.005809 10.0.0.27 - - [2025-12-04 02:28:52] "POST /neutron/subnet HTTP/1.1" 200 720 0.300873 10.0.0.27 - - [2025-12-04 02:28:52] "POST /id-to-fqname HTTP/1.1" 200 253 0.001344 10.0.0.27 - - [2025-12-04 02:28:52] "GET /virtual-network/3f01bc01-9d16-4584-97de-1c9c5e8890fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2134 0.005975 10.0.0.27 - - [2025-12-04 02:28:52] "GET /virtual-network/3f01bc01-9d16-4584-97de-1c9c5e8890fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2134 0.006602 10.0.0.27 - - [2025-12-04 02:28:52] "POST /neutron/network HTTP/1.1" 200 888 0.009132 10.0.0.27 - - [2025-12-04 02:28:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.006596 10.0.0.23 - - [2025-12-04 02:28:52] "GET /projects?obj_uuids=7a82a92d-fd65-400a-9eb5-a70d6ed7041c&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001493 10.0.0.27 - - [2025-12-04 02:28:52] "GET /project/7a82a92d-fd65-400a-9eb5-a70d6ed7041c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.084404 10.0.0.23 - - [2025-12-04 02:28:52] "GET /projects?obj_uuids=7a82a92d-fd65-400a-9eb5-a70d6ed7041c&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001513 10.0.0.27 - - [2025-12-04 02:28:52] "POST /neutron/network HTTP/1.1" 200 670 0.200437 10.0.0.33 - - [2025-12-04 02:28:52] "POST /ref-update HTTP/1.1" 200 156 0.027425 10.0.0.27 - - [2025-12-04 02:28:53] "POST /id-to-fqname HTTP/1.1" 200 253 0.010855 10.0.0.27 - - [2025-12-04 02:28:53] "GET /virtual-network/57b764c0-dda1-459a-b3b9-6e0a5a2307ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2137 0.009646 10.0.0.27 - - [2025-12-04 02:28:53] "POST /neutron/network HTTP/1.1" 200 889 0.008804 10.0.0.27 - - [2025-12-04 02:28:53] "GET /virtual-network/57b764c0-dda1-459a-b3b9-6e0a5a2307ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2137 0.010062 10.0.0.27 - - [2025-12-04 02:28:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003211 10.0.0.23 - - [2025-12-04 02:28:53] "GET /projects?obj_uuids=7a82a92d-fd65-400a-9eb5-a70d6ed7041c&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000939 10.0.0.27 - - [2025-12-04 02:28:53] "GET /project/7a82a92d-fd65-400a-9eb5-a70d6ed7041c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.056771 10.0.0.27 - - [2025-12-04 02:28:53] "POST /neutron/network HTTP/1.1" 200 117 0.022575 10.0.0.27 - - [2025-12-04 02:28:53] "POST /neutron/network HTTP/1.1" 200 890 0.009433 10.0.0.27 - - [2025-12-04 02:28:53] "POST /id-to-fqname HTTP/1.1" 200 254 0.001210 10.0.0.27 - - [2025-12-04 02:28:53] "GET /virtual-network/f068c77c-0001-440e-b160-d10630079ec1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2139 0.005469 10.0.0.27 - - [2025-12-04 02:28:53] "GET /virtual-network/f068c77c-0001-440e-b160-d10630079ec1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2139 0.005759 10.0.0.27 - - [2025-12-04 02:28:53] "POST /neutron/subnet HTTP/1.1" 200 720 0.010307 10.0.0.27 - - [2025-12-04 02:28:53] "POST /id-to-fqname HTTP/1.1" 200 253 0.001309 10.0.0.23 - - [2025-12-04 02:28:54] "GET /projects?obj_uuids=7a82a92d-fd65-400a-9eb5-a70d6ed7041c&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001085 10.0.0.27 - - [2025-12-04 02:28:54] "GET /project/7a82a92d-fd65-400a-9eb5-a70d6ed7041c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.083562 10.0.0.27 - - [2025-12-04 02:28:55] "POST /neutron/port HTTP/1.1" 200 117 0.007198 10.0.0.27 - - [2025-12-04 02:28:55] "POST /id-to-fqname HTTP/1.1" 200 254 0.001185 10.0.0.27 - - [2025-12-04 02:28:55] "POST /neutron/network HTTP/1.1" 200 900 0.008218 10.0.0.27 - - [2025-12-04 02:28:56] "POST /neutron/port HTTP/1.1" 200 1061 0.035314 10.0.0.23 - - [2025-12-04 02:28:56] "GET /projects?obj_uuids=7a82a92d-fd65-400a-9eb5-a70d6ed7041c&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001357 10.0.0.27 - - [2025-12-04 02:28:56] "GET /project/7a82a92d-fd65-400a-9eb5-a70d6ed7041c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.183417 10.0.0.27 - - [2025-12-04 02:28:56] "POST /neutron/network HTTP/1.1" 200 890 0.013892 10.0.0.27 - - [2025-12-04 02:28:56] "POST /neutron/subnet HTTP/1.1" 200 699 0.012195 10.0.0.27 - - [2025-12-04 02:28:56] "POST /neutron/port HTTP/1.1" 200 1089 0.028218 10.0.0.27 - - [2025-12-04 02:28:57] "POST /neutron/network HTTP/1.1" 200 900 0.007274 10.0.0.27 - - [2025-12-04 02:28:57] "POST /fqname-to-id HTTP/1.1" 404 193 0.005437 10.0.0.27 - - [2025-12-04 02:28:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003354 10.0.0.23 - - [2025-12-04 02:28:57] "GET /domains?obj_uuids=77f3106b-db9e-49b5-893e-09cac574b890&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001013 10.0.0.27 - - [2025-12-04 02:28:57] "GET /domain/77f3106b-db9e-49b5-893e-09cac574b890?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 892 0.016011 10.0.0.27 - - [2025-12-04 02:28:57] "POST /service-templates HTTP/1.1" 200 543 0.055616 10.0.0.27 - - [2025-12-04 02:28:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003266 10.0.0.27 - - [2025-12-04 02:28:57] "GET /service-template/4eda7827-9a01-4549-921d-ea6131355117?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1816 0.006091 10.0.0.27 - - [2025-12-04 02:28:57] "POST /neutron/port HTTP/1.1" 200 1060 0.016174 10.0.0.27 - - [2025-12-04 02:28:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.007482 10.0.0.27 - - [2025-12-04 02:28:57] "GET /service-template/4eda7827-9a01-4549-921d-ea6131355117?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1816 0.015207 10.0.0.27 - - [2025-12-04 02:28:58] "POST /id-to-fqname HTTP/1.1" 200 253 0.001295 10.0.0.27 - - [2025-12-04 02:28:58] "POST /id-to-fqname HTTP/1.1" 200 253 0.001141 10.0.0.27 - - [2025-12-04 02:28:58] "POST /id-to-fqname HTTP/1.1" 200 254 0.001256 10.0.0.27 - - [2025-12-04 02:28:58] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004158 10.0.0.27 - - [2025-12-04 02:28:58] "POST /neutron/network HTTP/1.1" 200 890 0.009380 10.0.0.27 - - [2025-12-04 02:28:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003525 10.0.0.27 - - [2025-12-04 02:28:58] "DELETE /service-template/4eda7827-9a01-4549-921d-ea6131355117 HTTP/1.1" 200 115 0.036745 10.0.0.27 - - [2025-12-04 02:28:58] "POST /fqname-to-id HTTP/1.1" 404 193 0.003905 10.0.0.27 - - [2025-12-04 02:29:00] "POST /neutron/network HTTP/1.1" 200 889 0.008290 10.0.0.27 - - [2025-12-04 02:29:01] "POST /neutron/port HTTP/1.1" 200 1114 0.019206 10.0.0.27 - - [2025-12-04 02:29:01] "POST /neutron/port HTTP/1.1" 200 1115 0.014346 10.0.0.23 - - [2025-12-04 02:29:02] "POST /useragent-kv HTTP/1.1" 200 115 0.002634 10.0.0.23 - - [2025-12-04 02:29:02] "POST /useragent-kv HTTP/1.1" 200 115 0.005758 10.0.0.33 - - [2025-12-04 02:29:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.005437 10.0.0.27 - - [2025-12-04 02:29:02] "POST /neutron/network HTTP/1.1" 200 151 0.142694 10.0.0.27 - - [2025-12-04 02:29:03] "POST /neutron/network HTTP/1.1" 200 888 0.006994 10.0.0.33 - - [2025-12-04 02:29:03] "DELETE /route-target/853e21db-ee7e-41e7-a13f-db51a71ec801 HTTP/1.1" 200 115 0.030598 10.0.0.23 - - [2025-12-04 02:29:03] "GET /projects?obj_uuids=7a82a92d-fd65-400a-9eb5-a70d6ed7041c&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000998 10.0.0.27 - - [2025-12-04 02:29:03] "GET /project/7a82a92d-fd65-400a-9eb5-a70d6ed7041c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.056855 10.0.0.23 - - [2025-12-04 02:29:03] "GET /projects?obj_uuids=7a82a92d-fd65-400a-9eb5-a70d6ed7041c&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001420 10.0.0.27 - - [2025-12-04 02:29:03] "GET /project/7a82a92d-fd65-400a-9eb5-a70d6ed7041c?fields=virtual_networks HTTP/1.1" 200 1034 0.054159 10.0.0.23 - - [2025-12-04 02:29:03] "GET /projects?obj_uuids=7a82a92d-fd65-400a-9eb5-a70d6ed7041c&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001082 10.0.0.27 - - [2025-12-04 02:29:03] "GET /project/7a82a92d-fd65-400a-9eb5-a70d6ed7041c?fields=virtual_machine_interfaces HTTP/1.1" 200 1034 0.052549 10.0.0.23 - - [2025-12-04 02:29:03] "GET /projects?obj_uuids=7a82a92d-fd65-400a-9eb5-a70d6ed7041c&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001123 10.0.0.27 - - [2025-12-04 02:29:03] "GET /project/7a82a92d-fd65-400a-9eb5-a70d6ed7041c?fields=security_groups HTTP/1.1" 200 1261 0.068432 10.0.0.27 - - [2025-12-04 02:29:04] "POST /fqname-to-id HTTP/1.1" 404 193 0.028409 10.0.0.23 - - [2025-12-04 02:29:04] "GET /projects?obj_uuids=2bdb2d15-2f0b-47bc-9be3-18eb8e079e02&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003040 10.0.0.23 - - [2025-12-04 02:29:04] "GET /domains?obj_uuids=77f3106b-db9e-49b5-893e-09cac574b890&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000991 10.0.0.23 - - [2025-12-04 02:29:04] "GET /domain/77f3106b-db9e-49b5-893e-09cac574b890?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.006902 10.0.0.23 - - [2025-12-04 02:29:04] "POST /id-to-fqname HTTP/1.1" 200 195 0.003741 10.0.0.23 - - [2025-12-04 02:29:04] "POST /fqname-to-id HTTP/1.1" 404 204 0.009207 10.0.0.23 - - [2025-12-04 02:29:04] "POST /security-groups HTTP/1.1" 200 596 0.031531 10.0.0.33 - - [2025-12-04 02:29:04] "POST /fqname-to-id HTTP/1.1" 404 239 0.003421 10.0.0.23 - - [2025-12-04 02:29:04] "POST /projects HTTP/1.1" 200 595 0.251246 10.0.0.23 - - [2025-12-04 02:29:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.323242 10.0.0.33 - - [2025-12-04 02:29:04] "POST /access-control-lists HTTP/1.1" 200 599 0.027978 10.0.0.27 - - [2025-12-04 02:29:04] "GET /project/2bdb2d15-2f0b-47bc-9be3-18eb8e079e02?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1383 0.467390 10.0.0.27 - - [2025-12-04 02:29:06] "GET / HTTP/1.1" 200 35931 0.001515 10.0.0.27 - - [2025-12-04 02:29:06] "POST /fqname-to-id HTTP/1.1" 401 292 0.000488 10.0.0.27 - - [2025-12-04 02:29:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.072544 10.0.0.23 - - [2025-12-04 02:29:06] "GET /projects?obj_uuids=2bdb2d15-2f0b-47bc-9be3-18eb8e079e02&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001046 10.0.0.27 - - [2025-12-04 02:29:06] "GET /project/2bdb2d15-2f0b-47bc-9be3-18eb8e079e02?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1383 0.048664 10.0.0.23 - - [2025-12-04 02:29:07] "GET /projects?obj_uuids=2bdb2d15-2f0b-47bc-9be3-18eb8e079e02&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001090 10.0.0.27 - - [2025-12-04 02:29:07] "POST /neutron/network HTTP/1.1" 200 682 0.201999 10.0.0.27 - - [2025-12-04 02:29:07] "POST /neutron/network HTTP/1.1" 200 1074 0.014937 10.0.0.27 - - [2025-12-04 02:29:07] "POST /id-to-fqname HTTP/1.1" 200 261 0.001172 10.0.0.27 - - [2025-12-04 02:29:07] "GET /virtual-network/93932d79-e16d-4477-bbbd-a81346523eab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2739 0.007196 10.0.0.27 - - [2025-12-04 02:29:07] "GET /virtual-network/93932d79-e16d-4477-bbbd-a81346523eab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2739 0.006334 10.0.0.23 - - [2025-12-04 02:29:07] "POST /fqname-to-id HTTP/1.1" 404 207 0.037116 10.0.0.27 - - [2025-12-04 02:29:07] "POST /neutron/subnet HTTP/1.1" 200 828 0.013383 10.0.0.27 - - [2025-12-04 02:29:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003658 10.0.0.23 - - [2025-12-04 02:29:08] "GET /projects?obj_uuids=2bdb2d15-2f0b-47bc-9be3-18eb8e079e02&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000881 10.0.0.27 - - [2025-12-04 02:29:08] "GET /project/2bdb2d15-2f0b-47bc-9be3-18eb8e079e02?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1383 0.063634 10.0.0.23 - - [2025-12-04 02:29:08] "GET /projects?obj_uuids=2bdb2d15-2f0b-47bc-9be3-18eb8e079e02&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001734 10.0.0.27 - - [2025-12-04 02:29:08] "POST /neutron/network HTTP/1.1" 200 682 0.157081 10.0.0.33 - - [2025-12-04 02:29:08] "POST /route-targets HTTP/1.1" 200 327 0.013890 10.0.0.27 - - [2025-12-04 02:29:08] "POST /neutron/network HTTP/1.1" 200 1075 0.022982 10.0.0.27 - - [2025-12-04 02:29:08] "POST /id-to-fqname HTTP/1.1" 200 261 0.001291 10.0.0.27 - - [2025-12-04 02:29:08] "GET /virtual-network/096d7217-9607-45fa-a226-5d7e31640b53?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2740 0.005814 10.0.0.27 - - [2025-12-04 02:29:09] "GET /virtual-network/096d7217-9607-45fa-a226-5d7e31640b53?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2740 0.005831 10.0.0.27 - - [2025-12-04 02:29:09] "POST /neutron/subnet HTTP/1.1" 200 828 0.009785 10.0.0.27 - - [2025-12-04 02:29:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003234 10.0.0.23 - - [2025-12-04 02:29:09] "GET /projects?obj_uuids=2bdb2d15-2f0b-47bc-9be3-18eb8e079e02&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001034 10.0.0.27 - - [2025-12-04 02:29:09] "GET /project/2bdb2d15-2f0b-47bc-9be3-18eb8e079e02?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1383 0.058830 10.0.0.23 - - [2025-12-04 02:29:09] "GET /projects?obj_uuids=2bdb2d15-2f0b-47bc-9be3-18eb8e079e02&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001038 10.0.0.27 - - [2025-12-04 02:29:09] "POST /neutron/network HTTP/1.1" 200 684 0.182919 10.0.0.33 - - [2025-12-04 02:29:09] "POST /ref-update HTTP/1.1" 200 156 0.053587 10.0.0.23 - - [2025-12-04 02:29:09] "POST /fqname-to-id HTTP/1.1" 404 207 0.005718 10.0.0.27 - - [2025-12-04 02:29:10] "POST /neutron/network HTTP/1.1" 200 1076 0.015159 10.0.0.27 - - [2025-12-04 02:29:10] "POST /id-to-fqname HTTP/1.1" 200 262 0.001194 10.0.0.27 - - [2025-12-04 02:29:10] "GET /virtual-network/bf0ecbcf-6188-4646-a2b7-8c9d0932268c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2743 0.005237 10.0.0.27 - - [2025-12-04 02:29:10] "GET /virtual-network/bf0ecbcf-6188-4646-a2b7-8c9d0932268c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2743 0.005765 10.0.0.27 - - [2025-12-04 02:29:10] "POST /neutron/subnet HTTP/1.1" 200 823 0.035236 10.0.0.27 - - [2025-12-04 02:29:10] "POST /id-to-fqname HTTP/1.1" 200 261 0.001189 10.0.0.23 - - [2025-12-04 02:29:11] "GET /projects?obj_uuids=2bdb2d15-2f0b-47bc-9be3-18eb8e079e02&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001117 10.0.0.27 - - [2025-12-04 02:29:11] "GET /project/2bdb2d15-2f0b-47bc-9be3-18eb8e079e02?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1383 0.090077 10.0.0.27 - - [2025-12-04 02:29:11] "POST /neutron/network HTTP/1.1" 200 1075 0.010722 10.0.0.27 - - [2025-12-04 02:29:11] "POST /id-to-fqname HTTP/1.1" 200 262 0.001492 10.0.0.27 - - [2025-12-04 02:29:11] "POST /neutron/port HTTP/1.1" 200 117 0.011286 10.0.0.23 - - [2025-12-04 02:29:12] "GET /projects?obj_uuids=2bdb2d15-2f0b-47bc-9be3-18eb8e079e02&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001025 10.0.0.27 - - [2025-12-04 02:29:12] "POST /neutron/port HTTP/1.1" 200 1172 0.439537 10.0.0.23 - - [2025-12-04 02:29:12] "GET /projects?obj_uuids=2bdb2d15-2f0b-47bc-9be3-18eb8e079e02&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001114 10.0.0.27 - - [2025-12-04 02:29:12] "POST /neutron/port HTTP/1.1" 200 1226 0.159998 10.0.0.27 - - [2025-12-04 02:29:12] "GET /project/2bdb2d15-2f0b-47bc-9be3-18eb8e079e02?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1383 0.179498 10.0.0.27 - - [2025-12-04 02:29:12] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004222 10.0.0.27 - - [2025-12-04 02:29:12] "POST /neutron/port HTTP/1.1" 200 117 0.001176 10.0.0.27 - - [2025-12-04 02:29:13] "POST /neutron/port HTTP/1.1" 200 1200 0.033021 10.0.0.27 - - [2025-12-04 02:29:13] "POST /neutron/network HTTP/1.1" 200 1086 0.009521 10.0.0.27 - - [2025-12-04 02:29:14] "POST /neutron/port HTTP/1.1" 200 1171 0.020067 10.0.0.27 - - [2025-12-04 02:29:14] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004962 10.0.0.27 - - [2025-12-04 02:29:14] "POST /neutron/port HTTP/1.1" 200 117 0.001253 10.0.0.27 - - [2025-12-04 02:29:14] "POST /neutron/network HTTP/1.1" 200 1075 0.011096 10.0.0.27 - - [2025-12-04 02:29:15] "POST /neutron/port HTTP/1.1" 200 1226 0.016933 10.0.0.27 - - [2025-12-04 02:29:16] "POST /neutron/port HTTP/1.1" 200 1225 0.015948 10.0.0.23 - - [2025-12-04 02:29:16] "POST /useragent-kv HTTP/1.1" 200 115 0.003612 10.0.0.23 - - [2025-12-04 02:29:16] "POST /useragent-kv HTTP/1.1" 200 115 0.003291 10.0.0.23 - - [2025-12-04 02:29:16] "POST /useragent-kv HTTP/1.1" 200 115 0.003217 10.0.0.23 - - [2025-12-04 02:29:17] "POST /useragent-kv HTTP/1.1" 200 115 0.002874 10.0.0.27 - - [2025-12-04 02:29:17] "POST /neutron/network HTTP/1.1" 200 151 0.159648 10.0.0.27 - - [2025-12-04 02:29:17] "POST /neutron/port HTTP/1.1" 200 117 0.006777 10.0.0.33 - - [2025-12-04 02:29:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.005587 10.0.0.23 - - [2025-12-04 02:29:17] "GET /projects?obj_uuids=2bdb2d15-2f0b-47bc-9be3-18eb8e079e02&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.002139 10.0.0.33 - - [2025-12-04 02:29:17] "DELETE /route-target/f539a785-5e26-4e38-a67a-187a527f0def HTTP/1.1" 200 115 0.049713 10.0.0.27 - - [2025-12-04 02:29:17] "GET /project/2bdb2d15-2f0b-47bc-9be3-18eb8e079e02?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1383 0.076500 10.0.0.23 - - [2025-12-04 02:29:17] "GET /projects?obj_uuids=2bdb2d15-2f0b-47bc-9be3-18eb8e079e02&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000991 10.0.0.27 - - [2025-12-04 02:29:17] "GET /project/2bdb2d15-2f0b-47bc-9be3-18eb8e079e02?fields=virtual_networks HTTP/1.1" 200 1042 0.063353 10.0.0.23 - - [2025-12-04 02:29:17] "GET /projects?obj_uuids=2bdb2d15-2f0b-47bc-9be3-18eb8e079e02&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001131 10.0.0.27 - - [2025-12-04 02:29:17] "GET /project/2bdb2d15-2f0b-47bc-9be3-18eb8e079e02?fields=virtual_machine_interfaces HTTP/1.1" 200 1042 0.049692 10.0.0.23 - - [2025-12-04 02:29:17] "GET /projects?obj_uuids=2bdb2d15-2f0b-47bc-9be3-18eb8e079e02&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000995 10.0.0.27 - - [2025-12-04 02:29:17] "GET /project/2bdb2d15-2f0b-47bc-9be3-18eb8e079e02?fields=security_groups HTTP/1.1" 200 1273 0.038415 10.0.0.27 - - [2025-12-04 02:29:18] "POST /fqname-to-id HTTP/1.1" 404 196 0.027872 10.0.0.23 - - [2025-12-04 02:29:18] "GET /projects?obj_uuids=d211c6af-de47-4191-8b51-5ed6e84e8c79&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003071 10.0.0.23 - - [2025-12-04 02:29:18] "GET /domains?obj_uuids=77f3106b-db9e-49b5-893e-09cac574b890&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000981 10.0.0.23 - - [2025-12-04 02:29:18] "GET /domain/77f3106b-db9e-49b5-893e-09cac574b890?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.006869 10.0.0.23 - - [2025-12-04 02:29:18] "POST /id-to-fqname HTTP/1.1" 200 198 0.003221 10.0.0.23 - - [2025-12-04 02:29:18] "POST /fqname-to-id HTTP/1.1" 404 207 0.004561 10.0.0.23 - - [2025-12-04 02:29:19] "POST /security-groups HTTP/1.1" 200 599 0.030242 10.0.0.23 - - [2025-12-04 02:29:19] "POST /projects HTTP/1.1" 200 601 0.259499 10.0.0.33 - - [2025-12-04 02:29:19] "POST /fqname-to-id HTTP/1.1" 404 241 0.009670 10.0.0.23 - - [2025-12-04 02:29:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.335603 10.0.0.27 - - [2025-12-04 02:29:19] "GET /project/d211c6af-de47-4191-8b51-5ed6e84e8c79?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.494568 10.0.0.27 - - [2025-12-04 02:29:20] "GET / HTTP/1.1" 200 35931 0.002756 10.0.0.27 - - [2025-12-04 02:29:20] "POST /fqname-to-id HTTP/1.1" 401 292 0.000597 10.0.0.27 - - [2025-12-04 02:29:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.074517 10.0.0.23 - - [2025-12-04 02:29:21] "GET /projects?obj_uuids=d211c6af-de47-4191-8b51-5ed6e84e8c79&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001005 10.0.0.27 - - [2025-12-04 02:29:21] "GET /project/d211c6af-de47-4191-8b51-5ed6e84e8c79?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.043859 10.0.0.27 - - [2025-12-04 02:29:21] "POST /neutron/network HTTP/1.1" 200 117 0.044438 10.0.0.33 - - [2025-12-04 02:29:21] "POST /ref-update HTTP/1.1" 200 156 0.032220 10.0.0.27 - - [2025-12-04 02:29:21] "POST /neutron/network HTTP/1.1" 200 909 0.008694 10.0.0.27 - - [2025-12-04 02:29:21] "POST /id-to-fqname HTTP/1.1" 200 267 0.001177 10.0.0.27 - - [2025-12-04 02:29:21] "GET /virtual-network/2bde463e-16e3-447a-b0de-ced73d70a52a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2169 0.005478 10.0.0.27 - - [2025-12-04 02:29:21] "GET /virtual-network/2bde463e-16e3-447a-b0de-ced73d70a52a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2169 0.005285 10.0.0.27 - - [2025-12-04 02:29:21] "POST /neutron/subnet HTTP/1.1" 200 720 0.009212 10.0.0.27 - - [2025-12-04 02:29:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003251 10.0.0.23 - - [2025-12-04 02:29:22] "GET /projects?obj_uuids=d211c6af-de47-4191-8b51-5ed6e84e8c79&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001367 10.0.0.27 - - [2025-12-04 02:29:22] "GET /project/d211c6af-de47-4191-8b51-5ed6e84e8c79?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.058309 10.0.0.23 - - [2025-12-04 02:29:22] "POST /useragent-kv HTTP/1.1" 200 115 0.014534 10.0.0.27 - - [2025-12-04 02:29:22] "POST /neutron/subnet HTTP/1.1" 200 725 0.243475 10.0.0.27 - - [2025-12-04 02:29:22] "POST /id-to-fqname HTTP/1.1" 200 267 0.001517 10.0.0.27 - - [2025-12-04 02:29:22] "GET /virtual-network/41f4ca26-f9ff-4cf4-ba1b-9aab30c0464d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2172 0.008317 10.0.0.27 - - [2025-12-04 02:29:22] "GET /virtual-network/41f4ca26-f9ff-4cf4-ba1b-9aab30c0464d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2172 0.006786 10.0.0.27 - - [2025-12-04 02:29:22] "POST /neutron/network HTTP/1.1" 200 910 0.007886 10.0.0.27 - - [2025-12-04 02:29:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003043 10.0.0.23 - - [2025-12-04 02:29:22] "GET /projects?obj_uuids=d211c6af-de47-4191-8b51-5ed6e84e8c79&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001136 10.0.0.27 - - [2025-12-04 02:29:22] "GET /project/d211c6af-de47-4191-8b51-5ed6e84e8c79?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.048368 10.0.0.23 - - [2025-12-04 02:29:22] "GET /projects?obj_uuids=d211c6af-de47-4191-8b51-5ed6e84e8c79&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001098 10.0.0.27 - - [2025-12-04 02:29:23] "POST /neutron/network HTTP/1.1" 200 693 0.142079 10.0.0.33 - - [2025-12-04 02:29:23] "POST /route-targets HTTP/1.1" 200 327 0.017156 10.0.0.27 - - [2025-12-04 02:29:23] "POST /id-to-fqname HTTP/1.1" 200 268 0.003960 10.0.0.27 - - [2025-12-04 02:29:23] "GET /virtual-network/c57917ee-134d-4560-9854-7549555fd29d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2177 0.009103 10.0.0.27 - - [2025-12-04 02:29:23] "POST /neutron/network HTTP/1.1" 200 912 0.017282 10.0.0.27 - - [2025-12-04 02:29:23] "GET /virtual-network/c57917ee-134d-4560-9854-7549555fd29d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2177 0.005956 10.0.0.27 - - [2025-12-04 02:29:23] "POST /id-to-fqname HTTP/1.1" 200 267 0.001392 10.0.0.27 - - [2025-12-04 02:29:23] "POST /neutron/network HTTP/1.1" 200 920 0.007453 10.0.0.23 - - [2025-12-04 02:29:24] "GET /projects?obj_uuids=d211c6af-de47-4191-8b51-5ed6e84e8c79&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001842 10.0.0.27 - - [2025-12-04 02:29:24] "GET /project/d211c6af-de47-4191-8b51-5ed6e84e8c79?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.089560 10.0.0.27 - - [2025-12-04 02:29:24] "POST /neutron/port HTTP/1.1" 200 117 0.007202 10.0.0.27 - - [2025-12-04 02:29:24] "POST /id-to-fqname HTTP/1.1" 200 268 0.001457 10.0.0.27 - - [2025-12-04 02:29:25] "POST /neutron/network HTTP/1.1" 200 920 0.007578 10.0.0.27 - - [2025-12-04 02:29:25] "POST /neutron/port HTTP/1.1" 200 1068 0.016570 10.0.0.23 - - [2025-12-04 02:29:25] "GET /projects?obj_uuids=d211c6af-de47-4191-8b51-5ed6e84e8c79&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001203 10.0.0.27 - - [2025-12-04 02:29:25] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005121 10.0.0.27 - - [2025-12-04 02:29:25] "GET /project/d211c6af-de47-4191-8b51-5ed6e84e8c79?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.126337 10.0.0.27 - - [2025-12-04 02:29:25] "POST /neutron/port HTTP/1.1" 200 117 0.001266 10.0.0.27 - - [2025-12-04 02:29:26] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008868 10.0.0.23 - - [2025-12-04 02:29:26] "GET /projects?obj_uuids=d211c6af-de47-4191-8b51-5ed6e84e8c79&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000971 10.0.0.27 - - [2025-12-04 02:29:26] "POST /neutron/port HTTP/1.1" 200 1068 0.376326 10.0.0.27 - - [2025-12-04 02:29:27] "POST /neutron/port HTTP/1.1" 200 1122 0.117163 10.0.0.27 - - [2025-12-04 02:29:27] "POST /neutron/subnet HTTP/1.1" 200 699 0.010235 10.0.0.27 - - [2025-12-04 02:29:27] "POST /neutron/network HTTP/1.1" 200 910 0.007017 10.0.0.27 - - [2025-12-04 02:29:28] "POST /neutron/port HTTP/1.1" 200 1122 0.015945 10.0.0.27 - - [2025-12-04 02:29:28] "POST /neutron/port HTTP/1.1" 200 1122 0.012054 10.0.0.23 - - [2025-12-04 02:29:29] "DELETE /project/2bdb2d152f0b47bc9be318eb8e079e02 HTTP/1.1" 404 173 0.008556 10.0.0.23 - - [2025-12-04 02:29:29] "DELETE /project/d211c6afde4741918b515ed6e84e8c79 HTTP/1.1" 404 173 0.009911 10.0.0.23 - - [2025-12-04 02:29:29] "DELETE /project/7a82a92dfd65400a9eb5a70d6ed7041c HTTP/1.1" 404 173 0.016889 10.0.0.23 - - [2025-12-04 02:29:29] "GET /projects?obj_uuids=7fafc5b1-83a0-4ced-ab01-019f6736ac38&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001029 10.0.0.23 - - [2025-12-04 02:29:29] "GET /projects?obj_uuids=7a82a92d-fd65-400a-9eb5-a70d6ed7041c&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000890 10.0.0.23 - - [2025-12-04 02:29:29] "GET /projects?obj_uuids=2bdb2d15-2f0b-47bc-9be3-18eb8e079e02&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000859 10.0.0.23 - - [2025-12-04 02:29:29] "GET /project/7a82a92d-fd65-400a-9eb5-a70d6ed7041c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1472 0.063250 10.0.0.23 - - [2025-12-04 02:29:29] "GET /project/7fafc5b1-83a0-4ced-ab01-019f6736ac38?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1500 0.071069 10.0.0.23 - - [2025-12-04 02:29:29] "GET /project/2bdb2d15-2f0b-47bc-9be3-18eb8e079e02?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1488 0.086503 10.0.0.23 - - [2025-12-04 02:29:29] "GET /projects?obj_uuids=7a82a92d-fd65-400a-9eb5-a70d6ed7041c&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003729 10.0.0.23 - - [2025-12-04 02:29:29] "GET /projects?obj_uuids=7fafc5b1-83a0-4ced-ab01-019f6736ac38&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001556 10.0.0.23 - - [2025-12-04 02:29:29] "GET /projects?obj_uuids=2bdb2d15-2f0b-47bc-9be3-18eb8e079e02&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001934 10.0.0.23 - - [2025-12-04 02:29:29] "GET /project/7fafc5b1-83a0-4ced-ab01-019f6736ac38?fields=security_groups HTTP/1.1" 200 1387 0.073542 10.0.0.23 - - [2025-12-04 02:29:29] "GET /project/7a82a92d-fd65-400a-9eb5-a70d6ed7041c?fields=security_groups HTTP/1.1" 200 1366 0.088268 10.0.0.23 - - [2025-12-04 02:29:29] "GET /project/2bdb2d15-2f0b-47bc-9be3-18eb8e079e02?fields=security_groups HTTP/1.1" 200 1378 0.107333 10.0.0.27 - - [2025-12-04 02:29:29] "POST /neutron/network HTTP/1.1" 200 910 0.017459 10.0.0.23 - - [2025-12-04 02:29:29] "DELETE /security-group/f2755d96-6e6b-4e3a-baa6-b88e797878b9 HTTP/1.1" 200 115 0.149593 10.0.0.23 - - [2025-12-04 02:29:29] "DELETE /security-group/605360e3-a28b-4f99-ab46-4b2406dac44a HTTP/1.1" 200 115 0.144513 10.0.0.23 - - [2025-12-04 02:29:29] "GET /projects?obj_uuids=7fafc5b1-83a0-4ced-ab01-019f6736ac38&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001091 10.0.0.23 - - [2025-12-04 02:29:29] "GET /projects?obj_uuids=7a82a92d-fd65-400a-9eb5-a70d6ed7041c&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001055 10.0.0.23 - - [2025-12-04 02:29:30] "DELETE /security-group/23db505b-9ed1-4350-97cb-4a06cead2c14 HTTP/1.1" 200 115 0.185961 10.0.0.23 - - [2025-12-04 02:29:30] "GET /projects?obj_uuids=2bdb2d15-2f0b-47bc-9be3-18eb8e079e02&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001154 10.0.0.23 - - [2025-12-04 02:29:30] "GET /project/7fafc5b1-83a0-4ced-ab01-019f6736ac38?fields=application_policy_sets HTTP/1.1" 200 1426 0.103053 10.0.0.23 - - [2025-12-04 02:29:30] "GET /project/7a82a92d-fd65-400a-9eb5-a70d6ed7041c?fields=application_policy_sets HTTP/1.1" 200 1405 0.127942 10.0.0.33 - - [2025-12-04 02:29:30] "DELETE /access-control-list/290373e4-5188-4a48-a1f5-ac89200a3ae3 HTTP/1.1" 200 115 0.104918 10.0.0.23 - - [2025-12-04 02:29:30] "GET /project/2bdb2d15-2f0b-47bc-9be3-18eb8e079e02?fields=application_policy_sets HTTP/1.1" 200 1417 0.084358 10.0.0.23 - - [2025-12-04 02:29:30] "DELETE /project/7fafc5b1-83a0-4ced-ab01-019f6736ac38 HTTP/1.1" 200 115 0.855184 10.0.0.33 - - [2025-12-04 02:29:30] "DELETE /access-control-list/ed5eae85-e158-42a8-82e0-31122551479c HTTP/1.1" 200 115 0.081828 10.0.0.23 - - [2025-12-04 02:29:30] "DELETE /project/2bdb2d15-2f0b-47bc-9be3-18eb8e079e02 HTTP/1.1" 200 115 0.890659 10.0.0.23 - - [2025-12-04 02:29:30] "DELETE /project/7a82a92d-fd65-400a-9eb5-a70d6ed7041c HTTP/1.1" 200 115 0.907294 10.0.0.33 - - [2025-12-04 02:29:30] "DELETE /route-target/d4242711-0ad4-4d44-86da-d439dc432452 HTTP/1.1" 200 115 0.040969 10.0.0.23 - - [2025-12-04 02:29:30] "POST /useragent-kv HTTP/1.1" 200 115 0.011326 10.0.0.23 - - [2025-12-04 02:29:30] "POST /useragent-kv HTTP/1.1" 200 115 0.003745 10.0.0.27 - - [2025-12-04 02:29:30] "POST /neutron/network HTTP/1.1" 200 151 0.390300 10.0.0.33 - - [2025-12-04 02:29:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003416 10.0.0.23 - - [2025-12-04 02:29:30] "GET /projects?obj_uuids=d211c6af-de47-4191-8b51-5ed6e84e8c79&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001332 10.0.0.27 - - [2025-12-04 02:29:30] "GET /project/d211c6af-de47-4191-8b51-5ed6e84e8c79?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.075050 10.0.0.23 - - [2025-12-04 02:29:30] "GET /projects?obj_uuids=d211c6af-de47-4191-8b51-5ed6e84e8c79&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.003360 10.0.0.27 - - [2025-12-04 02:29:31] "GET /project/d211c6af-de47-4191-8b51-5ed6e84e8c79?fields=virtual_networks HTTP/1.1" 200 1049 0.106741 10.0.0.23 - - [2025-12-04 02:29:31] "GET /projects?obj_uuids=d211c6af-de47-4191-8b51-5ed6e84e8c79&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001088 10.0.0.27 - - [2025-12-04 02:29:31] "GET /project/d211c6af-de47-4191-8b51-5ed6e84e8c79?fields=virtual_machine_interfaces HTTP/1.1" 200 1049 0.052591 10.0.0.23 - - [2025-12-04 02:29:31] "GET /projects?obj_uuids=d211c6af-de47-4191-8b51-5ed6e84e8c79&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001330 10.0.0.27 - - [2025-12-04 02:29:31] "GET /project/d211c6af-de47-4191-8b51-5ed6e84e8c79?fields=security_groups HTTP/1.1" 200 1283 0.057606 10.0.0.27 - - [2025-12-04 02:29:32] "POST /fqname-to-id HTTP/1.1" 404 193 0.031136 10.0.0.23 - - [2025-12-04 02:29:32] "GET /projects?obj_uuids=6af640d3-7bca-41ef-b155-061c9e495308&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003452 10.0.0.23 - - [2025-12-04 02:29:32] "GET /domains?obj_uuids=77f3106b-db9e-49b5-893e-09cac574b890&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002108 10.0.0.23 - - [2025-12-04 02:29:32] "GET /domain/77f3106b-db9e-49b5-893e-09cac574b890?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.010015 10.0.0.23 - - [2025-12-04 02:29:32] "POST /id-to-fqname HTTP/1.1" 200 195 0.002818 10.0.0.23 - - [2025-12-04 02:29:32] "POST /fqname-to-id HTTP/1.1" 404 204 0.006678 10.0.0.23 - - [2025-12-04 02:29:32] "POST /security-groups HTTP/1.1" 200 596 0.082177 10.0.0.23 - - [2025-12-04 02:29:32] "POST /projects HTTP/1.1" 200 595 0.291487 10.0.0.23 - - [2025-12-04 02:29:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.333092 10.0.0.33 - - [2025-12-04 02:29:32] "POST /access-control-lists HTTP/1.1" 200 601 0.042863 10.0.0.27 - - [2025-12-04 02:29:32] "GET /project/6af640d3-7bca-41ef-b155-061c9e495308?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1383 0.515168 10.0.0.27 - - [2025-12-04 02:29:34] "GET / HTTP/1.1" 200 35931 0.001666 10.0.0.27 - - [2025-12-04 02:29:34] "POST /fqname-to-id HTTP/1.1" 401 292 0.000420 10.0.0.27 - - [2025-12-04 02:29:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.070678 10.0.0.23 - - [2025-12-04 02:29:34] "GET /projects?obj_uuids=6af640d3-7bca-41ef-b155-061c9e495308&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001084 10.0.0.27 - - [2025-12-04 02:29:34] "GET /project/6af640d3-7bca-41ef-b155-061c9e495308?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1383 0.064398 10.0.0.27 - - [2025-12-04 02:29:35] "POST /neutron/network HTTP/1.1" 200 117 0.045049 10.0.0.33 - - [2025-12-04 02:29:35] "POST /route-targets HTTP/1.1" 200 327 0.015937 10.0.0.27 - - [2025-12-04 02:29:35] "POST /neutron/network HTTP/1.1" 200 902 0.010990 10.0.0.27 - - [2025-12-04 02:29:35] "POST /id-to-fqname HTTP/1.1" 200 261 0.001599 10.0.0.27 - - [2025-12-04 02:29:35] "GET /virtual-network/a17f354d-17bb-40b4-a798-c2b9f06edb17?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2161 0.005631 10.0.0.27 - - [2025-12-04 02:29:35] "GET /virtual-network/a17f354d-17bb-40b4-a798-c2b9f06edb17?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2161 0.006110 10.0.0.27 - - [2025-12-04 02:29:35] "POST /neutron/subnet HTTP/1.1" 200 729 0.013150 10.0.0.27 - - [2025-12-04 02:29:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003508 10.0.0.23 - - [2025-12-04 02:29:35] "GET /projects?obj_uuids=6af640d3-7bca-41ef-b155-061c9e495308&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001163 10.0.0.27 - - [2025-12-04 02:29:35] "GET /project/6af640d3-7bca-41ef-b155-061c9e495308?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1383 0.048820 10.0.0.33 - - [2025-12-04 02:29:36] "POST /ref-update HTTP/1.1" 200 156 0.028657 10.0.0.23 - - [2025-12-04 02:29:36] "POST /useragent-kv HTTP/1.1" 200 115 0.008074 10.0.0.27 - - [2025-12-04 02:29:36] "POST /neutron/subnet HTTP/1.1" 200 720 0.245223 10.0.0.27 - - [2025-12-04 02:29:36] "POST /id-to-fqname HTTP/1.1" 200 261 0.001343 10.0.0.27 - - [2025-12-04 02:29:36] "GET /virtual-network/75baf05f-95ae-4f31-be86-fad0876eff98?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2154 0.005797 10.0.0.27 - - [2025-12-04 02:29:36] "GET /virtual-network/75baf05f-95ae-4f31-be86-fad0876eff98?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2154 0.006473 10.0.0.27 - - [2025-12-04 02:29:36] "POST /neutron/network HTTP/1.1" 200 900 0.007372 10.0.0.27 - - [2025-12-04 02:29:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003967 10.0.0.23 - - [2025-12-04 02:29:36] "GET /projects?obj_uuids=6af640d3-7bca-41ef-b155-061c9e495308&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000920 10.0.0.27 - - [2025-12-04 02:29:36] "GET /project/6af640d3-7bca-41ef-b155-061c9e495308?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1383 0.061723 10.0.0.23 - - [2025-12-04 02:29:36] "GET /projects?obj_uuids=6af640d3-7bca-41ef-b155-061c9e495308&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001414 10.0.0.27 - - [2025-12-04 02:29:36] "POST /neutron/network HTTP/1.1" 200 684 0.196568 10.0.0.27 - - [2025-12-04 02:29:37] "POST /id-to-fqname HTTP/1.1" 200 262 0.003912 10.0.0.27 - - [2025-12-04 02:29:37] "GET /virtual-network/1222fc6a-4ea1-436a-8df3-a40080751e2e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2164 0.006050 10.0.0.27 - - [2025-12-04 02:29:37] "POST /neutron/network HTTP/1.1" 200 904 0.007503 10.0.0.27 - - [2025-12-04 02:29:37] "GET /virtual-network/1222fc6a-4ea1-436a-8df3-a40080751e2e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2164 0.005734 10.0.0.27 - - [2025-12-04 02:29:37] "POST /id-to-fqname HTTP/1.1" 200 261 0.001261 10.0.0.27 - - [2025-12-04 02:29:37] "POST /neutron/network HTTP/1.1" 200 910 0.007263 10.0.0.23 - - [2025-12-04 02:29:38] "GET /projects?obj_uuids=6af640d3-7bca-41ef-b155-061c9e495308&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001356 10.0.0.27 - - [2025-12-04 02:29:38] "GET /project/6af640d3-7bca-41ef-b155-061c9e495308?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1383 0.073114 10.0.0.27 - - [2025-12-04 02:29:38] "POST /neutron/port HTTP/1.1" 200 117 0.006490 10.0.0.27 - - [2025-12-04 02:29:38] "POST /id-to-fqname HTTP/1.1" 200 262 0.001385 10.0.0.27 - - [2025-12-04 02:29:38] "POST /neutron/network HTTP/1.1" 200 910 0.006623 10.0.0.27 - - [2025-12-04 02:29:39] "POST /neutron/port HTTP/1.1" 200 1064 0.015763 10.0.0.23 - - [2025-12-04 02:29:39] "GET /projects?obj_uuids=6af640d3-7bca-41ef-b155-061c9e495308&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001311 10.0.0.27 - - [2025-12-04 02:29:39] "GET /project/6af640d3-7bca-41ef-b155-061c9e495308?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1383 0.067563 10.0.0.27 - - [2025-12-04 02:29:39] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004216 10.0.0.27 - - [2025-12-04 02:29:39] "POST /neutron/port HTTP/1.1" 200 117 0.001292 10.0.0.27 - - [2025-12-04 02:29:39] "POST /neutron/security_group HTTP/1.1" 200 2063 0.007521 10.0.0.23 - - [2025-12-04 02:29:39] "GET /projects?obj_uuids=6af640d3-7bca-41ef-b155-061c9e495308&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001236 10.0.0.27 - - [2025-12-04 02:29:40] "POST /fqname-to-id HTTP/1.1" 404 193 0.028002 10.0.0.27 - - [2025-12-04 02:29:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003922 10.0.0.27 - - [2025-12-04 02:29:40] "POST /neutron/port HTTP/1.1" 200 1066 0.368697 10.0.0.23 - - [2025-12-04 02:29:40] "GET /domains?obj_uuids=77f3106b-db9e-49b5-893e-09cac574b890&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001084 10.0.0.27 - - [2025-12-04 02:29:40] "GET /domain/77f3106b-db9e-49b5-893e-09cac574b890?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 892 0.007777 10.0.0.27 - - [2025-12-04 02:29:40] "POST /service-templates HTTP/1.1" 200 543 0.032184 10.0.0.27 - - [2025-12-04 02:29:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.006094 10.0.0.27 - - [2025-12-04 02:29:40] "POST /neutron/port HTTP/1.1" 200 1120 0.125255 10.0.0.27 - - [2025-12-04 02:29:40] "GET /service-template/b75973fa-298d-4e7c-b995-79ee94ea4a76?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1821 0.011493 10.0.0.27 - - [2025-12-04 02:29:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003793 10.0.0.27 - - [2025-12-04 02:29:40] "GET /service-template/b75973fa-298d-4e7c-b995-79ee94ea4a76?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1821 0.004113 10.0.0.27 - - [2025-12-04 02:29:40] "POST /id-to-fqname HTTP/1.1" 200 261 0.001680 10.0.0.27 - - [2025-12-04 02:29:40] "POST /neutron/subnet HTTP/1.1" 200 703 0.008781 10.0.0.27 - - [2025-12-04 02:29:40] "POST /id-to-fqname HTTP/1.1" 200 261 0.001422 10.0.0.27 - - [2025-12-04 02:29:40] "POST /id-to-fqname HTTP/1.1" 200 262 0.001237 10.0.0.27 - - [2025-12-04 02:29:40] "POST /neutron/port HTTP/1.1" 200 2070 0.018061 10.0.0.27 - - [2025-12-04 02:29:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003387 10.0.0.27 - - [2025-12-04 02:29:40] "DELETE /service-template/b75973fa-298d-4e7c-b995-79ee94ea4a76 HTTP/1.1" 200 115 0.038911 10.0.0.27 - - [2025-12-04 02:29:40] "POST /fqname-to-id HTTP/1.1" 404 193 0.006719 10.0.0.27 - - [2025-12-04 02:29:43] "POST /neutron/network HTTP/1.1" 400 204 0.014800 10.0.0.27 - - [2025-12-04 02:29:43] "POST /neutron/port HTTP/1.1" 200 151 0.235600 10.0.0.27 - - [2025-12-04 02:29:44] "POST /neutron/port HTTP/1.1" 200 151 0.278342 10.0.0.33 - - [2025-12-04 02:29:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.006445 10.0.0.27 - - [2025-12-04 02:29:45] "POST /neutron/network HTTP/1.1" 200 904 0.006109 10.0.0.33 - - [2025-12-04 02:29:45] "DELETE /route-target/1f27641c-918e-4a1c-b498-34288f80701f HTTP/1.1" 200 115 0.025275 10.0.0.23 - - [2025-12-04 02:29:45] "POST /useragent-kv HTTP/1.1" 200 115 0.007821 10.0.0.23 - - [2025-12-04 02:29:45] "POST /useragent-kv HTTP/1.1" 200 115 0.002722 10.0.0.27 - - [2025-12-04 02:29:45] "POST /neutron/network HTTP/1.1" 200 151 0.131887 10.0.0.23 - - [2025-12-04 02:29:45] "GET /projects?obj_uuids=6af640d3-7bca-41ef-b155-061c9e495308&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001428 10.0.0.27 - - [2025-12-04 02:29:45] "GET /project/6af640d3-7bca-41ef-b155-061c9e495308?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1383 0.088439 10.0.0.23 - - [2025-12-04 02:29:45] "GET /projects?obj_uuids=6af640d3-7bca-41ef-b155-061c9e495308&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001884 10.0.0.27 - - [2025-12-04 02:29:45] "GET /project/6af640d3-7bca-41ef-b155-061c9e495308?fields=virtual_networks HTTP/1.1" 200 1042 0.048358 10.0.0.23 - - [2025-12-04 02:29:46] "GET /projects?obj_uuids=6af640d3-7bca-41ef-b155-061c9e495308&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001091 10.0.0.27 - - [2025-12-04 02:29:46] "GET /project/6af640d3-7bca-41ef-b155-061c9e495308?fields=virtual_machine_interfaces HTTP/1.1" 200 1042 0.048121 10.0.0.23 - - [2025-12-04 02:29:46] "GET /projects?obj_uuids=6af640d3-7bca-41ef-b155-061c9e495308&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.002440 10.0.0.27 - - [2025-12-04 02:29:46] "GET /project/6af640d3-7bca-41ef-b155-061c9e495308?fields=security_groups HTTP/1.1" 200 1273 0.047543 10.0.0.27 - - [2025-12-04 02:29:47] "POST /fqname-to-id HTTP/1.1" 404 197 0.038046 10.0.0.23 - - [2025-12-04 02:29:47] "GET /projects?obj_uuids=11d0922c-3223-4b0c-8b33-801c4c811157&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004732 10.0.0.23 - - [2025-12-04 02:29:47] "GET /domains?obj_uuids=77f3106b-db9e-49b5-893e-09cac574b890&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001474 10.0.0.23 - - [2025-12-04 02:29:47] "GET /domain/77f3106b-db9e-49b5-893e-09cac574b890?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.008068 10.0.0.23 - - [2025-12-04 02:29:47] "POST /id-to-fqname HTTP/1.1" 200 199 0.002745 10.0.0.23 - - [2025-12-04 02:29:47] "POST /fqname-to-id HTTP/1.1" 404 208 0.007777 10.0.0.23 - - [2025-12-04 02:29:47] "POST /security-groups HTTP/1.1" 200 600 0.074632 10.0.0.33 - - [2025-12-04 02:29:47] "POST /fqname-to-id HTTP/1.1" 404 243 0.003383 10.0.0.23 - - [2025-12-04 02:29:47] "POST /projects HTTP/1.1" 200 603 0.305140 10.0.0.23 - - [2025-12-04 02:29:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.355990 10.0.0.27 - - [2025-12-04 02:29:47] "GET /project/11d0922c-3223-4b0c-8b33-801c4c811157?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.524056 10.0.0.33 - - [2025-12-04 02:29:47] "POST /access-control-lists HTTP/1.1" 200 603 0.063946 10.0.0.27 - - [2025-12-04 02:29:48] "GET / HTTP/1.1" 200 35931 0.001733 10.0.0.27 - - [2025-12-04 02:29:49] "POST /fqname-to-id HTTP/1.1" 401 292 0.000484 10.0.0.27 - - [2025-12-04 02:29:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.062655 10.0.0.23 - - [2025-12-04 02:29:49] "GET /projects?obj_uuids=11d0922c-3223-4b0c-8b33-801c4c811157&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001003 10.0.0.27 - - [2025-12-04 02:29:49] "GET /project/11d0922c-3223-4b0c-8b33-801c4c811157?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.044209 10.0.0.23 - - [2025-12-04 02:29:50] "POST /useragent-kv HTTP/1.1" 200 115 0.014579 10.0.0.27 - - [2025-12-04 02:29:50] "POST /neutron/subnet HTTP/1.1" 200 828 0.353448 10.0.0.23 - - [2025-12-04 02:29:50] "POST /fqname-to-id HTTP/1.1" 404 207 0.008742 10.0.0.27 - - [2025-12-04 02:29:50] "POST /id-to-fqname HTTP/1.1" 200 269 0.001322 10.0.0.27 - - [2025-12-04 02:29:50] "GET /virtual-network/57df0975-c09d-4da0-848b-11aa5025eb79?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2754 0.007521 10.0.0.27 - - [2025-12-04 02:29:50] "POST /neutron/network HTTP/1.1" 200 1085 0.008698 10.0.0.27 - - [2025-12-04 02:29:50] "GET /virtual-network/57df0975-c09d-4da0-848b-11aa5025eb79?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2754 0.005376 10.0.0.27 - - [2025-12-04 02:29:50] "POST /neutron/subnet HTTP/1.1" 200 715 0.009423 10.0.0.27 - - [2025-12-04 02:29:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003735 10.0.0.23 - - [2025-12-04 02:29:50] "GET /projects?obj_uuids=11d0922c-3223-4b0c-8b33-801c4c811157&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001309 10.0.0.27 - - [2025-12-04 02:29:50] "GET /project/11d0922c-3223-4b0c-8b33-801c4c811157?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.065653 10.0.0.33 - - [2025-12-04 02:29:51] "POST /route-targets HTTP/1.1" 200 327 0.014222 10.0.0.23 - - [2025-12-04 02:29:51] "POST /useragent-kv HTTP/1.1" 200 115 0.004460 10.0.0.27 - - [2025-12-04 02:29:51] "POST /neutron/subnet HTTP/1.1" 200 828 0.205029 10.0.0.27 - - [2025-12-04 02:29:51] "POST /id-to-fqname HTTP/1.1" 200 269 0.001250 10.0.0.27 - - [2025-12-04 02:29:51] "GET /virtual-network/c762f56e-325d-475b-9a7d-d96e07ab415e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2762 0.007875 10.0.0.27 - - [2025-12-04 02:29:51] "POST /neutron/network HTTP/1.1" 200 1087 0.009310 10.0.0.27 - - [2025-12-04 02:29:51] "GET /virtual-network/c762f56e-325d-475b-9a7d-d96e07ab415e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2762 0.006514 10.0.0.27 - - [2025-12-04 02:29:51] "POST /neutron/subnet HTTP/1.1" 200 725 0.009333 10.0.0.27 - - [2025-12-04 02:29:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003022 10.0.0.23 - - [2025-12-04 02:29:51] "GET /projects?obj_uuids=11d0922c-3223-4b0c-8b33-801c4c811157&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.000876 10.0.0.27 - - [2025-12-04 02:29:51] "GET /project/11d0922c-3223-4b0c-8b33-801c4c811157?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.046054 10.0.0.33 - - [2025-12-04 02:29:52] "POST /ref-update HTTP/1.1" 200 156 0.021919 10.0.0.23 - - [2025-12-04 02:29:52] "POST /fqname-to-id HTTP/1.1" 404 207 0.012084 10.0.0.23 - - [2025-12-04 02:29:52] "POST /useragent-kv HTTP/1.1" 200 115 0.010616 10.0.0.27 - - [2025-12-04 02:29:52] "POST /neutron/subnet HTTP/1.1" 200 828 0.213289 10.0.0.27 - - [2025-12-04 02:29:52] "POST /id-to-fqname HTTP/1.1" 200 270 0.001350 10.0.0.27 - - [2025-12-04 02:29:52] "GET /virtual-network/2a09ef62-2fad-47d7-9efa-473eb9cf092d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2768 0.007078 10.0.0.27 - - [2025-12-04 02:29:52] "POST /neutron/network HTTP/1.1" 200 1090 0.009928 10.0.0.27 - - [2025-12-04 02:29:52] "GET /virtual-network/2a09ef62-2fad-47d7-9efa-473eb9cf092d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2768 0.004988 10.0.0.27 - - [2025-12-04 02:29:52] "POST /neutron/subnet HTTP/1.1" 200 729 0.009620 10.0.0.27 - - [2025-12-04 02:29:52] "POST /id-to-fqname HTTP/1.1" 200 269 0.001653 10.0.0.23 - - [2025-12-04 02:29:53] "GET /projects?obj_uuids=11d0922c-3223-4b0c-8b33-801c4c811157&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001162 10.0.0.27 - - [2025-12-04 02:29:53] "GET /project/11d0922c-3223-4b0c-8b33-801c4c811157?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.093467 10.0.0.27 - - [2025-12-04 02:29:53] "POST /neutron/port HTTP/1.1" 200 117 0.006914 10.0.0.27 - - [2025-12-04 02:29:53] "POST /id-to-fqname HTTP/1.1" 200 270 0.001326 10.0.0.27 - - [2025-12-04 02:29:54] "POST /neutron/network HTTP/1.1" 200 1100 0.008924 10.0.0.27 - - [2025-12-04 02:29:54] "POST /neutron/port HTTP/1.1" 200 1176 0.023613 10.0.0.23 - - [2025-12-04 02:29:54] "GET /projects?obj_uuids=11d0922c-3223-4b0c-8b33-801c4c811157&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001220 10.0.0.27 - - [2025-12-04 02:29:54] "GET /project/11d0922c-3223-4b0c-8b33-801c4c811157?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.135586 10.0.0.27 - - [2025-12-04 02:29:54] "POST /neutron/network HTTP/1.1" 200 1090 0.019984 10.0.0.27 - - [2025-12-04 02:29:55] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004831 10.0.0.27 - - [2025-12-04 02:29:55] "POST /neutron/port HTTP/1.1" 200 117 0.001189 10.0.0.27 - - [2025-12-04 02:29:55] "POST /neutron/security_group HTTP/1.1" 200 2067 0.007375 10.0.0.23 - - [2025-12-04 02:29:55] "GET /projects?obj_uuids=11d0922c-3223-4b0c-8b33-801c4c811157&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001318 10.0.0.27 - - [2025-12-04 02:29:56] "POST /neutron/port HTTP/1.1" 200 1177 0.430020 10.0.0.27 - - [2025-12-04 02:29:56] "POST /neutron/port HTTP/1.1" 200 1231 0.165456 10.0.0.27 - - [2025-12-04 02:29:56] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004269 10.0.0.27 - - [2025-12-04 02:29:56] "POST /neutron/port HTTP/1.1" 200 117 0.001126 10.0.0.27 - - [2025-12-04 02:29:56] "POST /fqname-to-id HTTP/1.1" 404 193 0.004012 10.0.0.27 - - [2025-12-04 02:29:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003469 10.0.0.23 - - [2025-12-04 02:29:56] "GET /domains?obj_uuids=77f3106b-db9e-49b5-893e-09cac574b890&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001206 10.0.0.27 - - [2025-12-04 02:29:56] "GET /domain/77f3106b-db9e-49b5-893e-09cac574b890?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 892 0.008542 10.0.0.27 - - [2025-12-04 02:29:56] "POST /service-templates HTTP/1.1" 200 543 0.032439 10.0.0.27 - - [2025-12-04 02:29:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003226 10.0.0.27 - - [2025-12-04 02:29:57] "GET /service-template/3f02744d-9cbc-4d2b-b261-f48bf8ff991a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1824 0.006518 10.0.0.27 - - [2025-12-04 02:29:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004157 10.0.0.27 - - [2025-12-04 02:29:57] "GET /service-template/3f02744d-9cbc-4d2b-b261-f48bf8ff991a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1824 0.004502 10.0.0.27 - - [2025-12-04 02:29:57] "POST /id-to-fqname HTTP/1.1" 200 269 0.001396 10.0.0.27 - - [2025-12-04 02:29:57] "POST /id-to-fqname HTTP/1.1" 200 269 0.001253 10.0.0.27 - - [2025-12-04 02:29:57] "POST /id-to-fqname HTTP/1.1" 200 270 0.001359 10.0.0.27 - - [2025-12-04 02:29:57] "POST /neutron/security_group HTTP/1.1" 200 2067 0.007964 10.0.0.27 - - [2025-12-04 02:29:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003576 10.0.0.27 - - [2025-12-04 02:29:57] "DELETE /service-template/3f02744d-9cbc-4d2b-b261-f48bf8ff991a HTTP/1.1" 200 115 0.048753 10.0.0.27 - - [2025-12-04 02:29:57] "POST /fqname-to-id HTTP/1.1" 404 193 0.004850 10.0.0.27 - - [2025-12-04 02:29:59] "POST /neutron/port HTTP/1.1" 200 1205 0.017137 10.0.0.27 - - [2025-12-04 02:29:59] "POST /neutron/port HTTP/1.1" 200 1204 0.018668 10.0.0.27 - - [2025-12-04 02:30:01] "POST /neutron/network HTTP/1.1" 200 1087 0.012821 10.0.0.23 - - [2025-12-04 02:30:01] "POST /useragent-kv HTTP/1.1" 200 115 0.003985 10.0.0.33 - - [2025-12-04 02:30:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.010226 10.0.0.23 - - [2025-12-04 02:30:01] "POST /useragent-kv HTTP/1.1" 200 115 0.002908 10.0.0.23 - - [2025-12-04 02:30:01] "POST /useragent-kv HTTP/1.1" 200 115 0.002922 10.0.0.23 - - [2025-12-04 02:30:01] "POST /useragent-kv HTTP/1.1" 200 115 0.005035 10.0.0.27 - - [2025-12-04 02:30:01] "POST /neutron/network HTTP/1.1" 200 151 0.196682 10.0.0.23 - - [2025-12-04 02:30:01] "GET /projects?obj_uuids=11d0922c-3223-4b0c-8b33-801c4c811157&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.005046 10.0.0.33 - - [2025-12-04 02:30:01] "DELETE /route-target/497e1561-9701-497a-90a4-e5792302db46 HTTP/1.1" 200 115 0.042615 10.0.0.27 - - [2025-12-04 02:30:01] "GET /project/11d0922c-3223-4b0c-8b33-801c4c811157?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.087012 10.0.0.23 - - [2025-12-04 02:30:01] "GET /projects?obj_uuids=11d0922c-3223-4b0c-8b33-801c4c811157&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001185 10.0.0.27 - - [2025-12-04 02:30:01] "GET /project/11d0922c-3223-4b0c-8b33-801c4c811157?fields=virtual_networks HTTP/1.1" 200 1050 0.072446 10.0.0.23 - - [2025-12-04 02:30:02] "GET /projects?obj_uuids=11d0922c-3223-4b0c-8b33-801c4c811157&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001473 10.0.0.27 - - [2025-12-04 02:30:02] "GET /project/11d0922c-3223-4b0c-8b33-801c4c811157?fields=virtual_machine_interfaces HTTP/1.1" 200 1050 0.072010 10.0.0.23 - - [2025-12-04 02:30:02] "GET /projects?obj_uuids=11d0922c-3223-4b0c-8b33-801c4c811157&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001312 10.0.0.27 - - [2025-12-04 02:30:02] "GET /project/11d0922c-3223-4b0c-8b33-801c4c811157?fields=security_groups HTTP/1.1" 200 1285 0.061441 10.0.0.27 - - [2025-12-04 02:30:03] "POST /fqname-to-id HTTP/1.1" 404 200 0.041195 10.0.0.23 - - [2025-12-04 02:30:03] "GET /projects?obj_uuids=e9f3052e-c07f-4f79-9ccf-67ef7a5895e7&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004011 10.0.0.23 - - [2025-12-04 02:30:03] "GET /domains?obj_uuids=77f3106b-db9e-49b5-893e-09cac574b890&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001153 10.0.0.23 - - [2025-12-04 02:30:03] "GET /domain/77f3106b-db9e-49b5-893e-09cac574b890?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.008129 10.0.0.23 - - [2025-12-04 02:30:03] "POST /id-to-fqname HTTP/1.1" 200 202 0.011576 10.0.0.23 - - [2025-12-04 02:30:03] "POST /fqname-to-id HTTP/1.1" 404 211 0.005748 10.0.0.23 - - [2025-12-04 02:30:03] "POST /security-groups HTTP/1.1" 200 603 0.081425 10.0.0.23 - - [2025-12-04 02:30:03] "POST /projects HTTP/1.1" 200 609 0.341421 10.0.0.23 - - [2025-12-04 02:30:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.382960 10.0.0.33 - - [2025-12-04 02:30:03] "POST /fqname-to-id HTTP/1.1" 404 245 0.016508 10.0.0.27 - - [2025-12-04 02:30:03] "GET /project/e9f3052e-c07f-4f79-9ccf-67ef7a5895e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.594581 10.0.0.27 - - [2025-12-04 02:30:05] "GET / HTTP/1.1" 200 35931 0.003036 10.0.0.27 - - [2025-12-04 02:30:06] "POST /fqname-to-id HTTP/1.1" 401 292 0.000460 10.0.0.27 - - [2025-12-04 02:30:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.081532 10.0.0.23 - - [2025-12-04 02:30:06] "GET /projects?obj_uuids=e9f3052e-c07f-4f79-9ccf-67ef7a5895e7&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001158 10.0.0.27 - - [2025-12-04 02:30:06] "GET /project/e9f3052e-c07f-4f79-9ccf-67ef7a5895e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.060541 10.0.0.27 - - [2025-12-04 02:30:06] "POST /neutron/network HTTP/1.1" 200 117 0.043692 10.0.0.33 - - [2025-12-04 02:30:07] "POST /ref-update HTTP/1.1" 200 156 0.039233 10.0.0.27 - - [2025-12-04 02:30:07] "POST /neutron/network HTTP/1.1" 200 837 0.009943 10.0.0.27 - - [2025-12-04 02:30:07] "POST /id-to-fqname HTTP/1.1" 200 233 0.001416 10.0.0.27 - - [2025-12-04 02:30:07] "GET /virtual-network/edd1f68f-a846-4134-b689-ed3c43ef32f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2064 0.012432 10.0.0.27 - - [2025-12-04 02:30:07] "GET /virtual-network/edd1f68f-a846-4134-b689-ed3c43ef32f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2064 0.006263 10.0.0.27 - - [2025-12-04 02:30:07] "POST /neutron/subnet HTTP/1.1" 200 720 0.010151 10.0.0.27 - - [2025-12-04 02:30:08] "GET /virtual-network/edd1f68f-a846-4134-b689-ed3c43ef32f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2064 0.007621 10.0.0.33 - - [2025-12-04 02:30:09] "GET /obj-perms HTTP/1.1" 200 5054 0.074823 10.0.0.27 - - [2025-12-04 02:30:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.004455 10.0.0.23 - - [2025-12-04 02:30:09] "GET /projects?obj_uuids=e9f3052e-c07f-4f79-9ccf-67ef7a5895e7&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001014 10.0.0.27 - - [2025-12-04 02:30:10] "GET /project/e9f3052e-c07f-4f79-9ccf-67ef7a5895e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.066954 10.0.0.23 - - [2025-12-04 02:30:10] "POST /useragent-kv HTTP/1.1" 200 115 0.011296 10.0.0.27 - - [2025-12-04 02:30:10] "POST /neutron/subnet HTTP/1.1" 200 729 0.319843 10.0.0.27 - - [2025-12-04 02:30:10] "POST /id-to-fqname HTTP/1.1" 200 233 0.002225 10.0.0.27 - - [2025-12-04 02:30:10] "GET /virtual-network/eee14b44-cfdd-4dd5-bbfb-404850dad175?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.007637 10.0.0.27 - - [2025-12-04 02:30:10] "GET /virtual-network/eee14b44-cfdd-4dd5-bbfb-404850dad175?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.009626 10.0.0.27 - - [2025-12-04 02:30:10] "POST /neutron/network HTTP/1.1" 200 839 0.008700 10.0.0.27 - - [2025-12-04 02:30:11] "GET /virtual-network/eee14b44-cfdd-4dd5-bbfb-404850dad175?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.007616 10.0.0.23 - - [2025-12-04 02:30:11] "GET /obj-perms HTTP/1.1" 200 5054 0.068419 10.0.0.27 - - [2025-12-04 02:30:11] "POST /id-to-fqname HTTP/1.1" 200 233 0.001566 10.0.0.23 - - [2025-12-04 02:30:30] "DELETE /project/6af640d37bca41efb155061c9e495308 HTTP/1.1" 404 173 0.013602 10.0.0.23 - - [2025-12-04 02:30:30] "DELETE /project/11d0922c32234b0c8b33801c4c811157 HTTP/1.1" 404 173 0.019954 10.0.0.23 - - [2025-12-04 02:30:30] "DELETE /project/e9f3052ec07f4f799ccf67ef7a5895e7 HTTP/1.1" 404 173 0.017036 10.0.0.23 - - [2025-12-04 02:30:30] "GET /projects?obj_uuids=d211c6af-de47-4191-8b51-5ed6e84e8c79&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000856 10.0.0.23 - - [2025-12-04 02:30:30] "GET /projects?obj_uuids=11d0922c-3223-4b0c-8b33-801c4c811157&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.000802 10.0.0.23 - - [2025-12-04 02:30:30] "GET /projects?obj_uuids=6af640d3-7bca-41ef-b155-061c9e495308&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000747 10.0.0.23 - - [2025-12-04 02:30:30] "GET /project/11d0922c-3223-4b0c-8b33-801c4c811157?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1504 0.072010 10.0.0.23 - - [2025-12-04 02:30:30] "GET /project/d211c6af-de47-4191-8b51-5ed6e84e8c79?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1501 0.084548 10.0.0.23 - - [2025-12-04 02:30:30] "GET /project/6af640d3-7bca-41ef-b155-061c9e495308?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1488 0.103860 10.0.0.23 - - [2025-12-04 02:30:30] "GET /projects?obj_uuids=11d0922c-3223-4b0c-8b33-801c4c811157&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001936 10.0.0.23 - - [2025-12-04 02:30:30] "GET /projects?obj_uuids=d211c6af-de47-4191-8b51-5ed6e84e8c79&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001358 10.0.0.23 - - [2025-12-04 02:30:30] "GET /projects?obj_uuids=6af640d3-7bca-41ef-b155-061c9e495308&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001028 10.0.0.23 - - [2025-12-04 02:30:30] "GET /project/11d0922c-3223-4b0c-8b33-801c4c811157?fields=security_groups HTTP/1.1" 200 1390 0.087813 10.0.0.23 - - [2025-12-04 02:30:30] "GET /project/d211c6af-de47-4191-8b51-5ed6e84e8c79?fields=security_groups HTTP/1.1" 200 1388 0.094949 10.0.0.23 - - [2025-12-04 02:30:30] "GET /project/6af640d3-7bca-41ef-b155-061c9e495308?fields=security_groups HTTP/1.1" 200 1378 0.098574 10.0.0.23 - - [2025-12-04 02:30:30] "DELETE /security-group/9b2b932d-86a9-4935-974c-0cfc88202570 HTTP/1.1" 200 115 0.096659 10.0.0.23 - - [2025-12-04 02:30:30] "DELETE /security-group/043b2039-f466-43ad-8f59-348db10f067c HTTP/1.1" 200 115 0.130088 10.0.0.23 - - [2025-12-04 02:30:30] "GET /projects?obj_uuids=d211c6af-de47-4191-8b51-5ed6e84e8c79&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001243 10.0.0.23 - - [2025-12-04 02:30:30] "DELETE /security-group/0d45b807-49b8-459b-a8e7-5a0dfaacab90 HTTP/1.1" 200 115 0.113214 10.0.0.23 - - [2025-12-04 02:30:30] "GET /projects?obj_uuids=11d0922c-3223-4b0c-8b33-801c4c811157&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001279 10.0.0.23 - - [2025-12-04 02:30:30] "GET /projects?obj_uuids=6af640d3-7bca-41ef-b155-061c9e495308&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001097 10.0.0.33 - - [2025-12-04 02:30:30] "DELETE /access-control-list/093a5ab4-794b-4efc-a2a2-d80cd65c0eec HTTP/1.1" 200 115 0.102114 10.0.0.23 - - [2025-12-04 02:30:31] "GET /project/d211c6af-de47-4191-8b51-5ed6e84e8c79?fields=application_policy_sets HTTP/1.1" 200 1427 0.124036 10.0.0.23 - - [2025-12-04 02:30:31] "GET /project/11d0922c-3223-4b0c-8b33-801c4c811157?fields=application_policy_sets HTTP/1.1" 200 1429 0.126401 10.0.0.23 - - [2025-12-04 02:30:31] "GET /project/6af640d3-7bca-41ef-b155-061c9e495308?fields=application_policy_sets HTTP/1.1" 200 1417 0.241129 10.0.0.33 - - [2025-12-04 02:30:31] "DELETE /access-control-list/e49ca8cf-cf15-4e24-9cd4-6f8fcd051a00 HTTP/1.1" 200 115 0.110570 10.0.0.23 - - [2025-12-04 02:30:31] "DELETE /project/d211c6af-de47-4191-8b51-5ed6e84e8c79 HTTP/1.1" 200 115 0.938930 10.0.0.23 - - [2025-12-04 02:30:31] "DELETE /project/11d0922c-3223-4b0c-8b33-801c4c811157 HTTP/1.1" 200 115 0.967626 10.0.0.23 - - [2025-12-04 02:30:31] "DELETE /project/6af640d3-7bca-41ef-b155-061c9e495308 HTTP/1.1" 200 115 0.998642 10.0.0.27 - - [2025-12-04 02:30:37] "GET /obj-perms HTTP/1.1" 200 5056 0.064328 10.0.0.23 - - [2025-12-04 02:30:45] "GET /projects?obj_uuids=e9f3052e-c07f-4f79-9ccf-67ef7a5895e7&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.037194 10.0.0.27 - - [2025-12-04 02:30:45] "GET /project/e9f3052e-c07f-4f79-9ccf-67ef7a5895e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.115907 10.0.0.27 - - [2025-12-04 02:30:45] "POST /neutron/network HTTP/1.1" 200 839 0.009282 10.0.0.27 - - [2025-12-04 02:30:45] "POST /id-to-fqname HTTP/1.1" 200 233 0.001915 10.0.0.27 - - [2025-12-04 02:30:46] "POST /neutron/port HTTP/1.1" 200 117 0.012169 10.0.0.23 - - [2025-12-04 02:30:46] "GET /projects?obj_uuids=e9f3052e-c07f-4f79-9ccf-67ef7a5895e7&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001318 10.0.0.27 - - [2025-12-04 02:30:46] "POST /neutron/port HTTP/1.1" 200 1073 0.453657 10.0.0.27 - - [2025-12-04 02:30:47] "POST /neutron/port HTTP/1.1" 200 1127 0.173148 10.0.0.23 - - [2025-12-04 02:30:47] "GET /projects?obj_uuids=e9f3052e-c07f-4f79-9ccf-67ef7a5895e7&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001216 10.0.0.27 - - [2025-12-04 02:30:47] "GET /project/e9f3052e-c07f-4f79-9ccf-67ef7a5895e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.177830 10.0.0.27 - - [2025-12-04 02:30:47] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006046 10.0.0.27 - - [2025-12-04 02:30:47] "POST /neutron/network HTTP/1.1" 200 839 0.007450 10.0.0.27 - - [2025-12-04 02:30:47] "POST /neutron/port HTTP/1.1" 200 117 0.007595 10.0.0.27 - - [2025-12-04 02:30:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003821 10.0.0.23 - - [2025-12-04 02:30:47] "GET /projects?obj_uuids=e9f3052e-c07f-4f79-9ccf-67ef7a5895e7&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001019 10.0.0.27 - - [2025-12-04 02:30:47] "GET /project/e9f3052e-c07f-4f79-9ccf-67ef7a5895e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.046589 10.0.0.27 - - [2025-12-04 02:30:47] "GET /virtual-network/edd1f68f-a846-4134-b689-ed3c43ef32f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2064 0.006921 10.0.0.27 - - [2025-12-04 02:30:47] "GET /floating-ip-pools?parent_id=edd1f68f-a846-4134-b689-ed3c43ef32f2&detail=False&count=False&shared=False HTTP/1.1" 200 133 0.005724 10.0.0.27 - - [2025-12-04 02:30:47] "GET /virtual-network/edd1f68f-a846-4134-b689-ed3c43ef32f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2064 0.006917 10.0.0.27 - - [2025-12-04 02:30:48] "POST /floating-ip-pools HTTP/1.1" 200 609 0.037697 10.0.0.27 - - [2025-12-04 02:30:48] "POST /ref-update HTTP/1.1" 200 156 0.018506 10.0.0.27 - - [2025-12-04 02:30:48] "GET /virtual-network/edd1f68f-a846-4134-b689-ed3c43ef32f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2064 0.007106 10.0.0.27 - - [2025-12-04 02:30:48] "GET /virtual-network/edd1f68f-a846-4134-b689-ed3c43ef32f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2064 0.007796 10.0.0.27 - - [2025-12-04 02:30:48] "POST /neutron/port HTTP/1.1" 200 1101 0.166625 10.0.0.27 - - [2025-12-04 02:30:49] "POST /neutron/port HTTP/1.1" 200 1071 0.022916 10.0.0.27 - - [2025-12-04 02:30:49] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004508 10.0.0.27 - - [2025-12-04 02:30:49] "POST /neutron/network HTTP/1.1" 200 837 0.010731 10.0.0.27 - - [2025-12-04 02:30:59] "POST /neutron/port HTTP/1.1" 200 1101 0.017062 10.0.0.27 - - [2025-12-04 02:31:04] "POST /neutron/security_group HTTP/1.1" 200 2070 0.008497 10.0.0.27 - - [2025-12-04 02:31:14] "POST /neutron/port HTTP/1.1" 200 1101 0.017522 10.0.0.27 - - [2025-12-04 02:31:19] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007654 10.0.0.27 - - [2025-12-04 02:31:29] "POST /neutron/port HTTP/1.1" 200 1101 0.015194 10.0.0.27 - - [2025-12-04 02:31:34] "POST /neutron/security_group HTTP/1.1" 200 2070 0.008426 10.0.0.27 - - [2025-12-04 02:31:39] "POST /neutron/port HTTP/1.1" 200 1101 0.017107 10.0.0.27 - - [2025-12-04 02:31:40] "POST /neutron/security_group HTTP/1.1" 200 2070 0.008710 10.0.0.27 - - [2025-12-04 02:31:40] "GET /virtual-machine/66cc2723-a130-4ad1-bfa8-f395eaf8b9a1 HTTP/1.1" 401 292 0.000477 10.0.0.27 - - [2025-12-04 02:31:40] "GET /virtual-machine/66cc2723-a130-4ad1-bfa8-f395eaf8b9a1 HTTP/1.1" 200 1304 0.033846 10.0.0.27 - - [2025-12-04 02:31:40] "GET /virtual-machine-interface/764d963a-7db2-4c41-8d31-dd15784e2417 HTTP/1.1" 200 3004 0.007236 10.0.0.27 - - [2025-12-04 02:31:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003987 10.0.0.27 - - [2025-12-04 02:31:40] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004431 10.0.0.27 - - [2025-12-04 02:31:40] "GET /virtual-networks?parent_id=e9f3052e-c07f-4f79-9ccf-67ef7a5895e7&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.004061 10.0.0.27 - - [2025-12-04 02:31:40] "GET /virtual-network/eee14b44-cfdd-4dd5-bbfb-404850dad175?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.007590 10.0.0.27 - - [2025-12-04 02:31:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.004176 10.0.0.27 - - [2025-12-04 02:31:43] "GET /virtual-network/eee14b44-cfdd-4dd5-bbfb-404850dad175?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.007206 10.0.0.27 - - [2025-12-04 02:31:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003882 10.0.0.27 - - [2025-12-04 02:31:47] "GET /virtual-network/eee14b44-cfdd-4dd5-bbfb-404850dad175?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.015251 10.0.0.27 - - [2025-12-04 02:31:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003831 10.0.0.27 - - [2025-12-04 02:31:51] "GET /virtual-network/eee14b44-cfdd-4dd5-bbfb-404850dad175?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.006795 10.0.0.27 - - [2025-12-04 02:31:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003566 10.0.0.27 - - [2025-12-04 02:31:55] "GET /virtual-network/eee14b44-cfdd-4dd5-bbfb-404850dad175?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.006067 10.0.0.27 - - [2025-12-04 02:31:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003594 10.0.0.27 - - [2025-12-04 02:31:59] "GET /virtual-network/eee14b44-cfdd-4dd5-bbfb-404850dad175?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.006078 10.0.0.27 - - [2025-12-04 02:32:03] "POST /neutron/network HTTP/1.1" 200 847 0.033221 10.0.0.27 - - [2025-12-04 02:32:03] "POST /neutron/port HTTP/1.1" 200 117 0.001143 10.0.0.27 - - [2025-12-04 02:32:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003604 10.0.0.27 - - [2025-12-04 02:32:03] "GET /virtual-network/eee14b44-cfdd-4dd5-bbfb-404850dad175?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.006096 10.0.0.27 - - [2025-12-04 02:32:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003824 10.0.0.27 - - [2025-12-04 02:32:07] "GET /virtual-network/eee14b44-cfdd-4dd5-bbfb-404850dad175?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.007244 10.0.0.27 - - [2025-12-04 02:32:11] "POST /neutron/port HTTP/1.1" 200 1101 0.080648 10.0.0.27 - - [2025-12-04 02:32:11] "POST /neutron/subnet HTTP/1.1" 200 703 0.009896 10.0.0.27 - - [2025-12-04 02:32:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004499 10.0.0.27 - - [2025-12-04 02:32:11] "GET /virtual-network/eee14b44-cfdd-4dd5-bbfb-404850dad175?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.005848 10.0.0.27 - - [2025-12-04 02:32:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004571 10.0.0.27 - - [2025-12-04 02:32:16] "GET /virtual-network/eee14b44-cfdd-4dd5-bbfb-404850dad175?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.007210 10.0.0.27 - - [2025-12-04 02:32:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003711 10.0.0.27 - - [2025-12-04 02:32:20] "GET /virtual-network/eee14b44-cfdd-4dd5-bbfb-404850dad175?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.006052 10.0.0.27 - - [2025-12-04 02:32:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.005849 10.0.0.27 - - [2025-12-04 02:32:24] "GET /virtual-network/eee14b44-cfdd-4dd5-bbfb-404850dad175?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.007291 10.0.0.27 - - [2025-12-04 02:32:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003296 10.0.0.27 - - [2025-12-04 02:32:28] "GET /virtual-network/eee14b44-cfdd-4dd5-bbfb-404850dad175?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.005980 10.0.0.27 - - [2025-12-04 02:32:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003371 10.0.0.27 - - [2025-12-04 02:32:30] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004833 10.0.0.27 - - [2025-12-04 02:32:30] "GET /virtual-networks?parent_id=e9f3052e-c07f-4f79-9ccf-67ef7a5895e7&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.003794 10.0.0.27 - - [2025-12-04 02:32:30] "GET /virtual-network/eee14b44-cfdd-4dd5-bbfb-404850dad175?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.006226 10.0.0.27 - - [2025-12-04 02:32:30] "POST /neutron/port HTTP/1.1" 200 1101 0.015479 10.0.0.27 - - [2025-12-04 02:32:34] "POST /neutron/security_group HTTP/1.1" 200 2070 0.032659 10.0.0.27 - - [2025-12-04 02:32:38] "POST /neutron/port HTTP/1.1" 200 1101 0.016132 10.0.0.33 - - [2025-12-04 02:32:39] "GET /obj-perms HTTP/1.1" 200 5056 0.061323 10.0.0.27 - - [2025-12-04 02:32:40] "POST /neutron/security_group HTTP/1.1" 200 2070 0.008204 10.0.0.23 - - [2025-12-04 02:32:50] "GET /projects?obj_uuids=e9f3052e-c07f-4f79-9ccf-67ef7a5895e7&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001175 10.0.0.27 - - [2025-12-04 02:32:51] "POST /neutron/floatingip HTTP/1.1" 200 529 0.158035 10.0.0.27 - - [2025-12-04 02:32:51] "POST /neutron/floatingip HTTP/1.1" 200 577 0.060467 10.0.0.27 - - [2025-12-04 02:32:51] "POST /neutron/port HTTP/1.1" 200 1099 0.019017 10.0.0.27 - - [2025-12-04 02:32:51] "POST /neutron/security_group HTTP/1.1" 200 2070 0.010013 10.0.0.27 - - [2025-12-04 02:32:51] "GET /virtual-machine/a05ab54f-e501-40ea-8c15-ded549fd5231 HTTP/1.1" 200 1305 0.006755 10.0.0.27 - - [2025-12-04 02:32:51] "GET /virtual-machine-interface/fc0258ba-7f7e-4be0-b834-8089d59efe3a HTTP/1.1" 200 3005 0.006048 10.0.0.27 - - [2025-12-04 02:32:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003589 10.0.0.27 - - [2025-12-04 02:32:51] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004705 10.0.0.27 - - [2025-12-04 02:32:51] "GET /virtual-networks?parent_id=e9f3052e-c07f-4f79-9ccf-67ef7a5895e7&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.005024 10.0.0.27 - - [2025-12-04 02:32:51] "GET /virtual-network/edd1f68f-a846-4134-b689-ed3c43ef32f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2064 0.006086 10.0.0.27 - - [2025-12-04 02:32:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003572 10.0.0.27 - - [2025-12-04 02:32:52] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.007392 10.0.0.27 - - [2025-12-04 02:32:52] "GET /virtual-networks?parent_id=e9f3052e-c07f-4f79-9ccf-67ef7a5895e7&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.003285 10.0.0.27 - - [2025-12-04 02:32:52] "GET /virtual-network/edd1f68f-a846-4134-b689-ed3c43ef32f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2064 0.006622 10.0.0.27 - - [2025-12-04 02:32:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003813 10.0.0.27 - - [2025-12-04 02:32:52] "GET /routing-instance/fb56574c-e0c3-460d-9196-c942e2876d1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1492 0.004237 10.0.0.27 - - [2025-12-04 02:32:52] "GET /route-target/8ea53720-c3ec-4a78-b5a2-7ec23dc218d3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004111 10.0.0.27 - - [2025-12-04 02:33:04] "POST /neutron/port HTTP/1.1" 200 1099 0.019971 10.0.0.27 - - [2025-12-04 02:33:05] "POST /neutron/subnet HTTP/1.1" 200 694 0.011074 10.0.0.27 - - [2025-12-04 02:33:12] "POST /neutron/port HTTP/1.1" 200 1101 0.017083 10.0.0.27 - - [2025-12-04 02:33:12] "POST /neutron/floatingip HTTP/1.1" 200 551 0.017289 10.0.0.27 - - [2025-12-04 02:33:12] "POST /neutron/network HTTP/1.1" 200 839 0.007847 10.0.0.27 - - [2025-12-04 02:33:15] "POST /neutron/floatingip HTTP/1.1" 200 529 0.009522 10.0.0.27 - - [2025-12-04 02:33:15] "GET /floating-ip-pool/6dcecdfe-45a6-4cb7-a58c-0911993401c4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1206 0.004259 10.0.0.27 - - [2025-12-04 02:33:15] "POST /ref-update HTTP/1.1" 200 156 0.021414 10.0.0.27 - - [2025-12-04 02:33:15] "DELETE /floating-ip-pool/6dcecdfe-45a6-4cb7-a58c-0911993401c4 HTTP/1.1" 200 115 0.039975 10.0.0.27 - - [2025-12-04 02:33:16] "POST /neutron/network HTTP/1.1" 400 204 0.018116 10.0.0.27 - - [2025-12-04 02:33:16] "POST /neutron/port HTTP/1.1" 200 151 0.251082 10.0.0.27 - - [2025-12-04 02:33:17] "POST /neutron/port HTTP/1.1" 200 151 0.235414 10.0.0.33 - - [2025-12-04 02:33:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.047680 10.0.0.27 - - [2025-12-04 02:33:18] "POST /neutron/network HTTP/1.1" 200 837 0.007524 10.0.0.33 - - [2025-12-04 02:33:18] "DELETE /route-target/8ea53720-c3ec-4a78-b5a2-7ec23dc218d3 HTTP/1.1" 200 115 0.028550 10.0.0.23 - - [2025-12-04 02:33:20] "GET /projects?obj_uuids=e9f3052e-c07f-4f79-9ccf-67ef7a5895e7&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001003 10.0.0.27 - - [2025-12-04 02:33:20] "GET /project/e9f3052e-c07f-4f79-9ccf-67ef7a5895e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.079311 10.0.0.23 - - [2025-12-04 02:33:20] "GET /projects?obj_uuids=e9f3052e-c07f-4f79-9ccf-67ef7a5895e7&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001240 10.0.0.27 - - [2025-12-04 02:33:20] "GET /project/e9f3052e-c07f-4f79-9ccf-67ef7a5895e7?fields=virtual_networks HTTP/1.1" 200 1057 0.068782 10.0.0.23 - - [2025-12-04 02:33:20] "GET /projects?obj_uuids=e9f3052e-c07f-4f79-9ccf-67ef7a5895e7&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001065 10.0.0.27 - - [2025-12-04 02:33:20] "GET /project/e9f3052e-c07f-4f79-9ccf-67ef7a5895e7?fields=virtual_machine_interfaces HTTP/1.1" 200 1057 0.048809 10.0.0.23 - - [2025-12-04 02:33:20] "GET /projects?obj_uuids=e9f3052e-c07f-4f79-9ccf-67ef7a5895e7&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001259 10.0.0.27 - - [2025-12-04 02:33:20] "GET /project/e9f3052e-c07f-4f79-9ccf-67ef7a5895e7?fields=security_groups HTTP/1.1" 200 1295 0.050547 10.0.0.27 - - [2025-12-04 02:33:21] "POST /fqname-to-id HTTP/1.1" 404 188 0.038321 10.0.0.23 - - [2025-12-04 02:33:21] "GET /projects?obj_uuids=6ab45321-839a-4cbb-a9b7-05b92fbd524f&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003047 10.0.0.23 - - [2025-12-04 02:33:21] "GET /domains?obj_uuids=77f3106b-db9e-49b5-893e-09cac574b890&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001079 10.0.0.23 - - [2025-12-04 02:33:21] "GET /domain/77f3106b-db9e-49b5-893e-09cac574b890?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.039096 10.0.0.23 - - [2025-12-04 02:33:21] "POST /id-to-fqname HTTP/1.1" 200 190 0.003719 10.0.0.23 - - [2025-12-04 02:33:21] "POST /fqname-to-id HTTP/1.1" 404 199 0.008534 10.0.0.23 - - [2025-12-04 02:33:22] "POST /security-groups HTTP/1.1" 200 591 0.033881 10.0.0.23 - - [2025-12-04 02:33:22] "POST /projects HTTP/1.1" 200 585 0.280151 10.0.0.33 - - [2025-12-04 02:33:22] "POST /fqname-to-id HTTP/1.1" 404 233 0.004705 10.0.0.23 - - [2025-12-04 02:33:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.353297 10.0.0.27 - - [2025-12-04 02:33:22] "GET /project/6ab45321-839a-4cbb-a9b7-05b92fbd524f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.545576 10.0.0.27 - - [2025-12-04 02:33:23] "GET / HTTP/1.1" 200 35931 0.002649 10.0.0.23 - - [2025-12-04 02:33:26] "GET /projects?obj_uuids=6ab45321-839a-4cbb-a9b7-05b92fbd524f&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001158 10.0.0.27 - - [2025-12-04 02:33:26] "GET /project/6ab45321-839a-4cbb-a9b7-05b92fbd524f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.056676 10.0.0.23 - - [2025-12-04 02:33:26] "GET /projects?obj_uuids=6ab45321-839a-4cbb-a9b7-05b92fbd524f&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001269 10.0.0.27 - - [2025-12-04 02:33:26] "GET /project/6ab45321-839a-4cbb-a9b7-05b92fbd524f?fields=virtual_networks HTTP/1.1" 200 1032 0.044818 10.0.0.23 - - [2025-12-04 02:33:26] "GET /projects?obj_uuids=6ab45321-839a-4cbb-a9b7-05b92fbd524f&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001107 10.0.0.27 - - [2025-12-04 02:33:26] "GET /project/6ab45321-839a-4cbb-a9b7-05b92fbd524f?fields=virtual_machine_interfaces HTTP/1.1" 200 1032 0.043558 10.0.0.23 - - [2025-12-04 02:33:26] "GET /projects?obj_uuids=6ab45321-839a-4cbb-a9b7-05b92fbd524f&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001029 10.0.0.27 - - [2025-12-04 02:33:26] "GET /project/6ab45321-839a-4cbb-a9b7-05b92fbd524f?fields=security_groups HTTP/1.1" 200 1258 0.050170 10.0.0.27 - - [2025-12-04 02:33:27] "POST /fqname-to-id HTTP/1.1" 404 183 0.030810 10.0.0.23 - - [2025-12-04 02:33:27] "GET /projects?obj_uuids=5db2a0cf-3cd9-43e4-8cd5-c11cb4191815&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003782 10.0.0.23 - - [2025-12-04 02:33:27] "GET /domains?obj_uuids=77f3106b-db9e-49b5-893e-09cac574b890&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001109 10.0.0.23 - - [2025-12-04 02:33:27] "GET /domain/77f3106b-db9e-49b5-893e-09cac574b890?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.007517 10.0.0.23 - - [2025-12-04 02:33:27] "POST /id-to-fqname HTTP/1.1" 200 185 0.001459 10.0.0.23 - - [2025-12-04 02:33:27] "POST /fqname-to-id HTTP/1.1" 404 194 0.009599 10.0.0.23 - - [2025-12-04 02:33:28] "POST /security-groups HTTP/1.1" 200 586 0.033339 10.0.0.23 - - [2025-12-04 02:33:28] "POST /projects HTTP/1.1" 200 575 0.247323 10.0.0.33 - - [2025-12-04 02:33:28] "POST /access-control-lists HTTP/1.1" 200 591 0.040256 10.0.0.23 - - [2025-12-04 02:33:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.325263 10.0.0.27 - - [2025-12-04 02:33:28] "GET /project/5db2a0cf-3cd9-43e4-8cd5-c11cb4191815?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1343 0.472207 10.0.0.27 - - [2025-12-04 02:33:29] "GET / HTTP/1.1" 200 35931 0.001633 10.0.0.23 - - [2025-12-04 02:33:31] "DELETE /project/6ab45321839a4cbba9b705b92fbd524f HTTP/1.1" 404 173 0.010345 10.0.0.23 - - [2025-12-04 02:33:31] "DELETE /project/5db2a0cf3cd943e48cd5c11cb4191815 HTTP/1.1" 404 173 0.009107 10.0.0.23 - - [2025-12-04 02:33:31] "GET /projects?obj_uuids=e9f3052e-c07f-4f79-9ccf-67ef7a5895e7&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001021 10.0.0.23 - - [2025-12-04 02:33:31] "GET /projects?obj_uuids=6ab45321-839a-4cbb-a9b7-05b92fbd524f&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000860 10.0.0.23 - - [2025-12-04 02:33:31] "GET /project/6ab45321-839a-4cbb-a9b7-05b92fbd524f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1468 0.049151 10.0.0.23 - - [2025-12-04 02:33:31] "GET /project/e9f3052e-c07f-4f79-9ccf-67ef7a5895e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1517 0.060817 10.0.0.23 - - [2025-12-04 02:33:31] "GET /projects?obj_uuids=6ab45321-839a-4cbb-a9b7-05b92fbd524f&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001317 10.0.0.23 - - [2025-12-04 02:33:31] "GET /projects?obj_uuids=e9f3052e-c07f-4f79-9ccf-67ef7a5895e7&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001115 10.0.0.23 - - [2025-12-04 02:33:31] "GET /project/6ab45321-839a-4cbb-a9b7-05b92fbd524f?fields=security_groups HTTP/1.1" 200 1363 0.077052 10.0.0.23 - - [2025-12-04 02:33:31] "GET /project/e9f3052e-c07f-4f79-9ccf-67ef7a5895e7?fields=security_groups HTTP/1.1" 200 1400 0.107954 10.0.0.23 - - [2025-12-04 02:33:32] "DELETE /security-group/f424409d-ba42-4d8b-bdba-a425a76612ec HTTP/1.1" 200 115 0.077368 10.0.0.23 - - [2025-12-04 02:33:32] "GET /projects?obj_uuids=6ab45321-839a-4cbb-a9b7-05b92fbd524f&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001158 10.0.0.33 - - [2025-12-04 02:33:32] "DELETE /access-control-list/9e0db5e5-2e9f-49da-9f42-e9bf2b12cf67 HTTP/1.1" 200 115 0.070006 10.0.0.23 - - [2025-12-04 02:33:32] "DELETE /security-group/90c31d7b-25ac-45be-a87c-4d98e0db3a8b HTTP/1.1" 200 115 0.107610 10.0.0.23 - - [2025-12-04 02:33:32] "GET /project/6ab45321-839a-4cbb-a9b7-05b92fbd524f?fields=application_policy_sets HTTP/1.1" 200 1402 0.083163 10.0.0.23 - - [2025-12-04 02:33:32] "GET /projects?obj_uuids=e9f3052e-c07f-4f79-9ccf-67ef7a5895e7&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.002745 10.0.0.23 - - [2025-12-04 02:33:32] "GET /project/e9f3052e-c07f-4f79-9ccf-67ef7a5895e7?fields=application_policy_sets HTTP/1.1" 200 1439 0.145504 10.0.0.33 - - [2025-12-04 02:33:32] "DELETE /access-control-list/91474f5d-580b-4782-aabb-85eb25a2333c HTTP/1.1" 200 115 0.128955 10.0.0.23 - - [2025-12-04 02:33:32] "DELETE /project/6ab45321-839a-4cbb-a9b7-05b92fbd524f HTTP/1.1" 200 115 0.675143 10.0.0.23 - - [2025-12-04 02:33:32] "DELETE /project/e9f3052e-c07f-4f79-9ccf-67ef7a5895e7 HTTP/1.1" 200 115 0.717159 10.0.0.23 - - [2025-12-04 02:33:35] "GET /projects?obj_uuids=5db2a0cf-3cd9-43e4-8cd5-c11cb4191815&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001347 10.0.0.27 - - [2025-12-04 02:33:35] "GET /project/5db2a0cf-3cd9-43e4-8cd5-c11cb4191815?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1343 0.049058 10.0.0.23 - - [2025-12-04 02:33:35] "GET /projects?obj_uuids=5db2a0cf-3cd9-43e4-8cd5-c11cb4191815&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001593 10.0.0.27 - - [2025-12-04 02:33:35] "GET /project/5db2a0cf-3cd9-43e4-8cd5-c11cb4191815?fields=virtual_networks HTTP/1.1" 200 1022 0.041899 10.0.0.23 - - [2025-12-04 02:33:35] "GET /projects?obj_uuids=5db2a0cf-3cd9-43e4-8cd5-c11cb4191815&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001116 10.0.0.27 - - [2025-12-04 02:33:35] "GET /project/5db2a0cf-3cd9-43e4-8cd5-c11cb4191815?fields=virtual_machine_interfaces HTTP/1.1" 200 1022 0.069337 10.0.0.23 - - [2025-12-04 02:33:35] "GET /projects?obj_uuids=5db2a0cf-3cd9-43e4-8cd5-c11cb4191815&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001077 10.0.0.27 - - [2025-12-04 02:33:35] "GET /project/5db2a0cf-3cd9-43e4-8cd5-c11cb4191815?fields=security_groups HTTP/1.1" 200 1243 0.049420 10.0.0.27 - - [2025-12-04 02:33:36] "POST /fqname-to-id HTTP/1.1" 404 187 0.035128 10.0.0.23 - - [2025-12-04 02:33:36] "GET /projects?obj_uuids=e1dc9f02-658f-4c74-b729-6626f12f4308&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002584 10.0.0.23 - - [2025-12-04 02:33:36] "GET /domains?obj_uuids=77f3106b-db9e-49b5-893e-09cac574b890&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001159 10.0.0.23 - - [2025-12-04 02:33:36] "GET /domain/77f3106b-db9e-49b5-893e-09cac574b890?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.007044 10.0.0.23 - - [2025-12-04 02:33:36] "POST /id-to-fqname HTTP/1.1" 200 189 0.003671 10.0.0.23 - - [2025-12-04 02:33:36] "POST /fqname-to-id HTTP/1.1" 404 198 0.011138 10.0.0.23 - - [2025-12-04 02:33:36] "POST /security-groups HTTP/1.1" 200 590 0.042150 10.0.0.23 - - [2025-12-04 02:33:36] "POST /projects HTTP/1.1" 200 583 0.266365 10.0.0.23 - - [2025-12-04 02:33:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.304904 10.0.0.33 - - [2025-12-04 02:33:36] "POST /fqname-to-id HTTP/1.1" 404 232 0.004004 10.0.0.27 - - [2025-12-04 02:33:36] "GET /project/e1dc9f02-658f-4c74-b729-6626f12f4308?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1360 0.497416 10.0.0.33 - - [2025-12-04 02:33:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000420 10.0.0.23 - - [2025-12-04 02:33:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000382 10.0.0.33 - - [2025-12-04 02:33:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000518 10.0.0.23 - - [2025-12-04 02:33:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000531 10.0.0.23 - - [2025-12-04 02:33:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000422 10.0.0.33 - - [2025-12-04 02:33:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000459 10.0.0.23 - - [2025-12-04 02:33:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000414 10.0.0.33 - - [2025-12-04 02:33:38] "GET /global-system-configs HTTP/1.1" 401 292 0.000412 10.0.0.27 - - [2025-12-04 02:33:38] "GET / HTTP/1.1" 200 35931 0.002333 10.0.0.27 - - [2025-12-04 02:33:38] "GET /global-system-configs HTTP/1.1" 401 292 0.000471 10.0.0.27 - - [2025-12-04 02:33:38] "GET /global-system-configs HTTP/1.1" 401 292 0.000446 10.0.0.27 - - [2025-12-04 02:33:40] "GET /global-system-configs HTTP/1.1" 401 292 0.000434 10.0.0.27 - - [2025-12-04 02:33:40] "GET /global-system-configs HTTP/1.1" 401 292 0.000472 10.0.0.23 - - [2025-12-04 02:33:41] "GET /projects?obj_uuids=e1dc9f02-658f-4c74-b729-6626f12f4308&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001181 10.0.0.27 - - [2025-12-04 02:33:41] "GET /project/e1dc9f02-658f-4c74-b729-6626f12f4308?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1360 0.040614 10.0.0.23 - - [2025-12-04 02:33:41] "GET /projects?obj_uuids=e1dc9f02-658f-4c74-b729-6626f12f4308&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001463 10.0.0.27 - - [2025-12-04 02:33:41] "GET /project/e1dc9f02-658f-4c74-b729-6626f12f4308?fields=virtual_networks HTTP/1.1" 200 1031 0.047102 10.0.0.23 - - [2025-12-04 02:33:41] "GET /projects?obj_uuids=e1dc9f02-658f-4c74-b729-6626f12f4308&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001145 10.0.0.27 - - [2025-12-04 02:33:41] "GET /project/e1dc9f02-658f-4c74-b729-6626f12f4308?fields=virtual_machine_interfaces HTTP/1.1" 200 1031 0.056064 10.0.0.23 - - [2025-12-04 02:33:41] "GET /projects?obj_uuids=e1dc9f02-658f-4c74-b729-6626f12f4308&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001010 10.0.0.27 - - [2025-12-04 02:33:41] "GET /project/e1dc9f02-658f-4c74-b729-6626f12f4308?fields=security_groups HTTP/1.1" 200 1256 0.042254 10.0.0.27 - - [2025-12-04 02:33:42] "POST /fqname-to-id HTTP/1.1" 404 188 0.034390 10.0.0.23 - - [2025-12-04 02:33:42] "GET /projects?obj_uuids=a032d9bb-4b16-4382-b284-c847a8da47c7&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003406 10.0.0.23 - - [2025-12-04 02:33:43] "GET /domains?obj_uuids=77f3106b-db9e-49b5-893e-09cac574b890&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001323 10.0.0.23 - - [2025-12-04 02:33:43] "GET /domain/77f3106b-db9e-49b5-893e-09cac574b890?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.007636 10.0.0.23 - - [2025-12-04 02:33:43] "POST /id-to-fqname HTTP/1.1" 200 190 0.001476 10.0.0.23 - - [2025-12-04 02:33:43] "POST /fqname-to-id HTTP/1.1" 404 199 0.010239 10.0.0.23 - - [2025-12-04 02:33:43] "POST /security-groups HTTP/1.1" 200 591 0.074067 10.0.0.23 - - [2025-12-04 02:33:43] "POST /projects HTTP/1.1" 200 585 0.314506 10.0.0.33 - - [2025-12-04 02:33:43] "POST /access-control-lists HTTP/1.1" 200 596 0.041579 10.0.0.23 - - [2025-12-04 02:33:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.392692 10.0.0.27 - - [2025-12-04 02:33:43] "GET /project/a032d9bb-4b16-4382-b284-c847a8da47c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.583496 10.0.0.27 - - [2025-12-04 02:33:44] "GET / HTTP/1.1" 200 35931 0.001307 10.0.0.23 - - [2025-12-04 02:33:47] "GET /projects?obj_uuids=a032d9bb-4b16-4382-b284-c847a8da47c7&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001214 10.0.0.27 - - [2025-12-04 02:33:47] "GET /project/a032d9bb-4b16-4382-b284-c847a8da47c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.045849 10.0.0.23 - - [2025-12-04 02:33:47] "GET /projects?obj_uuids=a032d9bb-4b16-4382-b284-c847a8da47c7&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001432 10.0.0.27 - - [2025-12-04 02:33:48] "GET /project/a032d9bb-4b16-4382-b284-c847a8da47c7?fields=virtual_networks HTTP/1.1" 200 1033 0.057874 10.0.0.23 - - [2025-12-04 02:33:48] "GET /projects?obj_uuids=a032d9bb-4b16-4382-b284-c847a8da47c7&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001031 10.0.0.27 - - [2025-12-04 02:33:48] "GET /project/a032d9bb-4b16-4382-b284-c847a8da47c7?fields=virtual_machine_interfaces HTTP/1.1" 200 1033 0.044009 10.0.0.23 - - [2025-12-04 02:33:48] "GET /projects?obj_uuids=a032d9bb-4b16-4382-b284-c847a8da47c7&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001034 10.0.0.27 - - [2025-12-04 02:33:48] "GET /project/a032d9bb-4b16-4382-b284-c847a8da47c7?fields=security_groups HTTP/1.1" 200 1259 0.058849 10.0.0.27 - - [2025-12-04 02:33:49] "POST /fqname-to-id HTTP/1.1" 404 192 0.031104 10.0.0.23 - - [2025-12-04 02:33:49] "GET /projects?obj_uuids=c9805808-5403-468a-9a07-2f3f1c3afff2&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003206 10.0.0.23 - - [2025-12-04 02:33:49] "GET /domains?obj_uuids=77f3106b-db9e-49b5-893e-09cac574b890&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001209 10.0.0.23 - - [2025-12-04 02:33:49] "GET /domain/77f3106b-db9e-49b5-893e-09cac574b890?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.007285 10.0.0.23 - - [2025-12-04 02:33:49] "POST /id-to-fqname HTTP/1.1" 200 194 0.009084 10.0.0.23 - - [2025-12-04 02:33:49] "POST /fqname-to-id HTTP/1.1" 404 203 0.007503 10.0.0.23 - - [2025-12-04 02:33:49] "POST /security-groups HTTP/1.1" 200 595 0.032401 10.0.0.33 - - [2025-12-04 02:33:49] "POST /fqname-to-id HTTP/1.1" 404 238 0.003578 10.0.0.23 - - [2025-12-04 02:33:49] "POST /projects HTTP/1.1" 200 593 0.250323 10.0.0.23 - - [2025-12-04 02:33:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.327032 10.0.0.33 - - [2025-12-04 02:33:49] "POST /access-control-lists HTTP/1.1" 200 598 0.036492 10.0.0.27 - - [2025-12-04 02:33:49] "GET /project/c9805808-5403-468a-9a07-2f3f1c3afff2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1380 0.484524 10.0.0.27 - - [2025-12-04 02:33:50] "GET / HTTP/1.1" 200 35931 0.002784 10.0.0.23 - - [2025-12-04 02:33:53] "GET /projects?obj_uuids=c9805808-5403-468a-9a07-2f3f1c3afff2&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001087 10.0.0.27 - - [2025-12-04 02:33:53] "GET /project/c9805808-5403-468a-9a07-2f3f1c3afff2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1380 0.054812 10.0.0.23 - - [2025-12-04 02:33:54] "GET /projects?obj_uuids=c9805808-5403-468a-9a07-2f3f1c3afff2&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001143 10.0.0.27 - - [2025-12-04 02:33:54] "GET /project/c9805808-5403-468a-9a07-2f3f1c3afff2?fields=virtual_networks HTTP/1.1" 200 1041 0.048610 10.0.0.23 - - [2025-12-04 02:33:54] "GET /projects?obj_uuids=c9805808-5403-468a-9a07-2f3f1c3afff2&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001029 10.0.0.27 - - [2025-12-04 02:33:54] "GET /project/c9805808-5403-468a-9a07-2f3f1c3afff2?fields=virtual_machine_interfaces HTTP/1.1" 200 1041 0.045534 10.0.0.23 - - [2025-12-04 02:33:54] "GET /projects?obj_uuids=c9805808-5403-468a-9a07-2f3f1c3afff2&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001233 10.0.0.27 - - [2025-12-04 02:33:54] "GET /project/c9805808-5403-468a-9a07-2f3f1c3afff2?fields=security_groups HTTP/1.1" 200 1271 0.046970 10.0.0.27 - - [2025-12-04 02:33:55] "POST /fqname-to-id HTTP/1.1" 404 183 0.037190 10.0.0.23 - - [2025-12-04 02:33:55] "GET /projects?obj_uuids=da3dc9e8-8097-4df1-bb23-d9a83a0409a5&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003754 10.0.0.23 - - [2025-12-04 02:33:55] "GET /domains?obj_uuids=77f3106b-db9e-49b5-893e-09cac574b890&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000964 10.0.0.23 - - [2025-12-04 02:33:55] "GET /domain/77f3106b-db9e-49b5-893e-09cac574b890?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.007029 10.0.0.23 - - [2025-12-04 02:33:55] "POST /id-to-fqname HTTP/1.1" 200 185 0.001353 10.0.0.23 - - [2025-12-04 02:33:55] "POST /fqname-to-id HTTP/1.1" 404 194 0.007279 10.0.0.23 - - [2025-12-04 02:33:55] "POST /security-groups HTTP/1.1" 200 586 0.073763 10.0.0.23 - - [2025-12-04 02:33:55] "POST /projects HTTP/1.1" 200 575 0.297172 10.0.0.23 - - [2025-12-04 02:33:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.335638 10.0.0.33 - - [2025-12-04 02:33:55] "POST /fqname-to-id HTTP/1.1" 404 228 0.014609 10.0.0.27 - - [2025-12-04 02:33:55] "GET /project/da3dc9e8-8097-4df1-bb23-d9a83a0409a5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1344 0.494071 10.0.0.27 - - [2025-12-04 02:33:57] "GET / HTTP/1.1" 200 35931 0.002495 10.0.0.27 - - [2025-12-04 02:33:57] "POST /fqname-to-id HTTP/1.1" 404 193 0.003379 10.0.0.33 - - [2025-12-04 02:33:57] "POST /access-control-lists HTTP/1.1" 200 590 0.044218 10.0.0.33 - - [2025-12-04 02:33:58] "PUT /access-control-list/1c038f92-29da-42fe-b804-d5e73d27c9ad HTTP/1.1" 200 272 0.018934 10.0.0.23 - - [2025-12-04 02:33:58] "GET /projects?obj_uuids=27d14453-a745-4536-97ff-45f7a2e3ad22&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.000987 10.0.0.27 - - [2025-12-04 02:33:58] "POST /neutron/security_group_rule HTTP/1.1" 200 2549 0.105103 10.0.0.27 - - [2025-12-04 02:33:58] "POST /neutron/security_group_rule HTTP/1.1" 200 534 0.021768 10.0.0.33 - - [2025-12-04 02:33:58] "PUT /access-control-list/d6b0b963-5106-4196-81ab-8e4f5791b2d1 HTTP/1.1" 200 272 0.026728 10.0.0.27 - - [2025-12-04 02:33:58] "POST /fqname-to-id HTTP/1.1" 404 193 0.006598 10.0.0.33 - - [2025-12-04 02:33:58] "POST /access-control-lists HTTP/1.1" 200 590 0.038025 10.0.0.33 - - [2025-12-04 02:33:58] "PUT /access-control-list/54b2282d-0098-4f89-8de1-25ae4a20f817 HTTP/1.1" 200 272 0.016752 10.0.0.23 - - [2025-12-04 02:33:59] "GET /projects?obj_uuids=27d14453-a745-4536-97ff-45f7a2e3ad22&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.002555 10.0.0.27 - - [2025-12-04 02:33:59] "POST /neutron/security_group_rule HTTP/1.1" 200 2549 0.077826 10.0.0.27 - - [2025-12-04 02:33:59] "POST /neutron/security_group_rule HTTP/1.1" 200 534 0.012203 10.0.0.33 - - [2025-12-04 02:33:59] "PUT /access-control-list/fd38d718-2eb2-4332-8b26-2d6ad99fde0e HTTP/1.1" 200 272 0.027538 10.0.0.27 - - [2025-12-04 02:33:59] "POST /fqname-to-id HTTP/1.1" 401 292 0.000412 10.0.0.27 - - [2025-12-04 02:34:00] "POST /fqname-to-id HTTP/1.1" 404 210 0.030179 10.0.0.33 - - [2025-12-04 02:34:00] "POST /access-control-lists HTTP/1.1" 200 607 0.035977 10.0.0.33 - - [2025-12-04 02:34:00] "PUT /access-control-list/0ad44ff8-ea4c-44f1-b7d9-be231f2b097d HTTP/1.1" 200 272 0.018572 10.0.0.23 - - [2025-12-04 02:34:00] "GET /projects?obj_uuids=da3dc9e8-8097-4df1-bb23-d9a83a0409a5&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001044 10.0.0.27 - - [2025-12-04 02:34:00] "POST /neutron/security_group_rule HTTP/1.1" 200 2608 0.099023 10.0.0.27 - - [2025-12-04 02:34:00] "POST /neutron/security_group_rule HTTP/1.1" 200 534 0.019226 10.0.0.33 - - [2025-12-04 02:34:00] "PUT /access-control-list/f8dd163c-9945-4bc3-a86a-da9ef81e6966 HTTP/1.1" 200 272 0.034622 10.0.0.27 - - [2025-12-04 02:34:00] "POST /fqname-to-id HTTP/1.1" 404 210 0.002844 10.0.0.33 - - [2025-12-04 02:34:01] "POST /access-control-lists HTTP/1.1" 200 607 0.031024 10.0.0.33 - - [2025-12-04 02:34:01] "PUT /access-control-list/d620117d-cca3-4225-8485-60700e9f5a20 HTTP/1.1" 200 272 0.021500 10.0.0.23 - - [2025-12-04 02:34:01] "GET /projects?obj_uuids=da3dc9e8-8097-4df1-bb23-d9a83a0409a5&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001099 10.0.0.27 - - [2025-12-04 02:34:01] "POST /neutron/security_group_rule HTTP/1.1" 200 2608 0.081492 10.0.0.27 - - [2025-12-04 02:34:01] "POST /neutron/security_group_rule HTTP/1.1" 200 534 0.013779 10.0.0.33 - - [2025-12-04 02:34:01] "PUT /access-control-list/fc780668-f07d-4c79-9328-ace5515a058f HTTP/1.1" 200 272 0.020680 10.0.0.27 - - [2025-12-04 02:34:03] "POST /neutron/router HTTP/1.1" 200 541 0.008588 10.0.0.27 - - [2025-12-04 02:34:03] "POST /neutron/router HTTP/1.1" 200 541 0.010412 10.0.0.33 - - [2025-12-04 02:34:03] "PUT /logical-router/97253a24-3d14-4a30-ad8d-e5be244a0455 HTTP/1.1" 200 262 0.045034 10.0.0.27 - - [2025-12-04 02:34:03] "POST /neutron/router HTTP/1.1" 200 541 0.006332 10.0.0.27 - - [2025-12-04 02:34:03] "POST /neutron/router HTTP/1.1" 200 541 0.004838 10.0.0.27 - - [2025-12-04 02:34:03] "POST /neutron/router HTTP/1.1" 200 541 0.005136 10.0.0.27 - - [2025-12-04 02:34:03] "POST /neutron/router HTTP/1.1" 200 541 0.004743 10.0.0.27 - - [2025-12-04 02:34:03] "POST /neutron/router HTTP/1.1" 200 541 0.004542 10.0.0.27 - - [2025-12-04 02:34:03] "POST /neutron/router HTTP/1.1" 200 541 0.004812 10.0.0.27 - - [2025-12-04 02:34:03] "POST /neutron/router HTTP/1.1" 200 541 0.004177 10.0.0.27 - - [2025-12-04 02:34:03] "POST /neutron/router HTTP/1.1" 200 541 0.004013 10.0.0.27 - - [2025-12-04 02:34:03] "POST /neutron/router HTTP/1.1" 200 541 0.004714 10.0.0.27 - - [2025-12-04 02:34:03] "POST /neutron/router HTTP/1.1" 200 541 0.008264 10.0.0.27 - - [2025-12-04 02:34:04] "POST /neutron/router HTTP/1.1" 200 151 0.097975 10.0.0.33 - - [2025-12-04 02:34:04] "POST /route-targets HTTP/1.1" 200 327 0.013541 10.0.0.27 - - [2025-12-04 02:34:04] "POST /neutron/router HTTP/1.1" 200 541 0.013050 10.0.0.27 - - [2025-12-04 02:34:04] "POST /neutron/router HTTP/1.1" 200 541 0.004777 10.0.0.27 - - [2025-12-04 02:34:04] "POST /neutron/router HTTP/1.1" 200 541 0.003963 10.0.0.27 - - [2025-12-04 02:34:04] "POST /neutron/router HTTP/1.1" 200 541 0.004362 10.0.0.27 - - [2025-12-04 02:34:04] "POST /neutron/router HTTP/1.1" 200 541 0.004296 10.0.0.27 - - [2025-12-04 02:34:04] "POST /neutron/router HTTP/1.1" 200 541 0.004134 10.0.0.27 - - [2025-12-04 02:34:04] "POST /neutron/router HTTP/1.1" 200 541 0.004130 10.0.0.27 - - [2025-12-04 02:34:04] "POST /neutron/router HTTP/1.1" 200 541 0.004420 10.0.0.27 - - [2025-12-04 02:34:04] "POST /neutron/router HTTP/1.1" 200 541 0.004189 10.0.0.27 - - [2025-12-04 02:34:04] "POST /neutron/router HTTP/1.1" 200 541 0.004722 10.0.0.27 - - [2025-12-04 02:34:04] "POST /neutron/router HTTP/1.1" 200 541 0.004871 10.0.0.27 - - [2025-12-04 02:34:04] "POST /neutron/router HTTP/1.1" 200 542 0.034621 10.0.0.23 - - [2025-12-04 02:34:05] "GET /projects?obj_uuids=da3dc9e8-8097-4df1-bb23-d9a83a0409a5&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000990 10.0.0.33 - - [2025-12-04 02:34:05] "DELETE /route-target/e533cb31-a83d-4a24-b0f8-d14401a4c554 HTTP/1.1" 200 115 0.042475 10.0.0.27 - - [2025-12-04 02:34:05] "POST /neutron/router HTTP/1.1" 200 559 0.117851 10.0.0.27 - - [2025-12-04 02:34:05] "POST /neutron/router HTTP/1.1" 200 559 0.004272 10.0.0.27 - - [2025-12-04 02:34:05] "POST /neutron/router HTTP/1.1" 200 559 0.008351 10.0.0.27 - - [2025-12-04 02:34:05] "POST /neutron/router HTTP/1.1" 200 559 0.004626 10.0.0.27 - - [2025-12-04 02:34:05] "POST /neutron/router HTTP/1.1" 200 559 0.005150 10.0.0.27 - - [2025-12-04 02:34:05] "POST /neutron/router HTTP/1.1" 200 559 0.004827 10.0.0.27 - - [2025-12-04 02:34:05] "POST /neutron/router HTTP/1.1" 200 559 0.004164 10.0.0.27 - - [2025-12-04 02:34:05] "POST /neutron/router HTTP/1.1" 200 559 0.004917 10.0.0.27 - - [2025-12-04 02:34:05] "POST /neutron/router HTTP/1.1" 200 559 0.004856 10.0.0.27 - - [2025-12-04 02:34:05] "POST /neutron/router HTTP/1.1" 200 559 0.005001 10.0.0.27 - - [2025-12-04 02:34:05] "POST /neutron/router HTTP/1.1" 200 559 0.004512 10.0.0.27 - - [2025-12-04 02:34:05] "POST /neutron/router HTTP/1.1" 200 559 0.035562 10.0.0.27 - - [2025-12-04 02:34:05] "POST /neutron/router HTTP/1.1" 200 560 0.004500 10.0.0.33 - - [2025-12-04 02:34:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004810 10.0.0.33 - - [2025-12-04 02:34:06] "GET /logical-router/58a5a5c1-ed08-4ab4-ba02-f8271fd389b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.050054 10.0.0.27 - - [2025-12-04 02:34:06] "POST /neutron/security_group HTTP/1.1" 200 151 0.063763 10.0.0.33 - - [2025-12-04 02:34:06] "DELETE /access-control-list/fc780668-f07d-4c79-9328-ace5515a058f HTTP/1.1" 200 115 0.044171 10.0.0.27 - - [2025-12-04 02:34:06] "POST /neutron/security_group HTTP/1.1" 200 506 0.008862 10.0.0.33 - - [2025-12-04 02:34:06] "DELETE /access-control-list/54b2282d-0098-4f89-8de1-25ae4a20f817 HTTP/1.1" 200 115 0.060983 10.0.0.27 - - [2025-12-04 02:34:06] "POST /neutron/security_group HTTP/1.1" 200 151 0.104558 10.0.0.33 - - [2025-12-04 02:34:06] "DELETE /access-control-list/d6b0b963-5106-4196-81ab-8e4f5791b2d1 HTTP/1.1" 200 115 0.034701 10.0.0.23 - - [2025-12-04 02:34:07] "GET /projects?obj_uuids=da3dc9e8-8097-4df1-bb23-d9a83a0409a5&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000999 10.0.0.27 - - [2025-12-04 02:34:07] "GET /project/da3dc9e8-8097-4df1-bb23-d9a83a0409a5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1344 0.046915 10.0.0.23 - - [2025-12-04 02:34:07] "GET /projects?obj_uuids=da3dc9e8-8097-4df1-bb23-d9a83a0409a5&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001403 10.0.0.27 - - [2025-12-04 02:34:07] "GET /project/da3dc9e8-8097-4df1-bb23-d9a83a0409a5?fields=virtual_networks HTTP/1.1" 200 1023 0.062930 10.0.0.23 - - [2025-12-04 02:34:07] "GET /projects?obj_uuids=da3dc9e8-8097-4df1-bb23-d9a83a0409a5&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001428 10.0.0.27 - - [2025-12-04 02:34:08] "GET /project/da3dc9e8-8097-4df1-bb23-d9a83a0409a5?fields=virtual_machine_interfaces HTTP/1.1" 200 1023 0.046738 10.0.0.23 - - [2025-12-04 02:34:08] "GET /projects?obj_uuids=da3dc9e8-8097-4df1-bb23-d9a83a0409a5&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001089 10.0.0.27 - - [2025-12-04 02:34:08] "GET /project/da3dc9e8-8097-4df1-bb23-d9a83a0409a5?fields=security_groups HTTP/1.1" 200 1244 0.056373 10.0.0.27 - - [2025-12-04 02:34:09] "POST /fqname-to-id HTTP/1.1" 404 184 0.037469 10.0.0.23 - - [2025-12-04 02:34:09] "GET /projects?obj_uuids=113fe34b-f94f-450d-a07e-3f39d0dc1495&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003362 10.0.0.23 - - [2025-12-04 02:34:09] "GET /domains?obj_uuids=77f3106b-db9e-49b5-893e-09cac574b890&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001220 10.0.0.23 - - [2025-12-04 02:34:09] "GET /domain/77f3106b-db9e-49b5-893e-09cac574b890?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.007977 10.0.0.23 - - [2025-12-04 02:34:09] "POST /id-to-fqname HTTP/1.1" 200 186 0.002267 10.0.0.23 - - [2025-12-04 02:34:09] "POST /fqname-to-id HTTP/1.1" 404 195 0.008230 10.0.0.23 - - [2025-12-04 02:34:09] "POST /security-groups HTTP/1.1" 200 587 0.035484 10.0.0.23 - - [2025-12-04 02:34:09] "POST /projects HTTP/1.1" 200 577 0.259274 10.0.0.33 - - [2025-12-04 02:34:09] "POST /fqname-to-id HTTP/1.1" 404 229 0.009953 10.0.0.23 - - [2025-12-04 02:34:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.335893 10.0.0.27 - - [2025-12-04 02:34:09] "GET /project/113fe34b-f94f-450d-a07e-3f39d0dc1495?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.504826 10.0.0.27 - - [2025-12-04 02:34:11] "GET / HTTP/1.1" 200 35931 0.001551 10.0.0.27 - - [2025-12-04 02:34:12] "POST /fqname-to-id HTTP/1.1" 401 292 0.000518 10.0.0.27 - - [2025-12-04 02:34:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.073599 10.0.0.23 - - [2025-12-04 02:34:13] "GET /projects?obj_uuids=113fe34b-f94f-450d-a07e-3f39d0dc1495&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001034 10.0.0.27 - - [2025-12-04 02:34:13] "GET /project/113fe34b-f94f-450d-a07e-3f39d0dc1495?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.038429 10.0.0.33 - - [2025-12-04 02:34:13] "POST /ref-update HTTP/1.1" 200 156 0.027928 10.0.0.23 - - [2025-12-04 02:34:13] "POST /useragent-kv HTTP/1.1" 200 115 0.010468 10.0.0.27 - - [2025-12-04 02:34:13] "POST /neutron/subnet HTTP/1.1" 200 734 0.292847 10.0.0.27 - - [2025-12-04 02:34:13] "POST /id-to-fqname HTTP/1.1" 200 216 0.001470 10.0.0.27 - - [2025-12-04 02:34:13] "GET /virtual-network/ee3f0b46-a5bc-483b-810d-858b204d0b8f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.006140 10.0.0.27 - - [2025-12-04 02:34:13] "GET /virtual-network/ee3f0b46-a5bc-483b-810d-858b204d0b8f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.005641 10.0.0.27 - - [2025-12-04 02:34:13] "POST /neutron/network HTTP/1.1" 200 822 0.007341 10.0.0.27 - - [2025-12-04 02:34:14] "POST /fqname-to-id HTTP/1.1" 404 206 0.003685 10.0.0.27 - - [2025-12-04 02:34:14] "GET /virtual-network/ee3f0b46-a5bc-483b-810d-858b204d0b8f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.007892 10.0.0.27 - - [2025-12-04 02:34:14] "GET /virtual-machine-interface/1f740d74-2a2b-42ff-a08e-c11b368b71e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2384 0.017627 10.0.0.27 - - [2025-12-04 02:34:14] "GET /virtual-machine-interface/1f740d74-2a2b-42ff-a08e-c11b368b71e8?fields=instance_ip_back_refs HTTP/1.1" 200 1317 0.011089 10.0.0.27 - - [2025-12-04 02:34:14] "GET /instance-ip/0ec7455c-8ceb-464b-9d00-53224c24f137?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1596 0.004421 10.0.0.27 - - [2025-12-04 02:34:14] "POST /neutron/port HTTP/1.1" 200 1019 0.010488 10.0.0.23 - - [2025-12-04 02:34:15] "POST /useragent-kv HTTP/1.1" 200 115 0.005559 10.0.0.23 - - [2025-12-04 02:34:15] "POST /useragent-kv HTTP/1.1" 200 115 0.003774 10.0.0.27 - - [2025-12-04 02:34:15] "POST /neutron/network HTTP/1.1" 200 151 0.153534 10.0.0.27 - - [2025-12-04 02:34:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004128 10.0.0.23 - - [2025-12-04 02:34:17] "GET /projects?obj_uuids=113fe34b-f94f-450d-a07e-3f39d0dc1495&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001081 10.0.0.27 - - [2025-12-04 02:34:17] "GET /project/113fe34b-f94f-450d-a07e-3f39d0dc1495?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.049490 10.0.0.33 - - [2025-12-04 02:34:18] "POST /route-targets HTTP/1.1" 200 327 0.014530 10.0.0.23 - - [2025-12-04 02:34:18] "POST /useragent-kv HTTP/1.1" 200 115 0.013623 10.0.0.27 - - [2025-12-04 02:34:18] "POST /neutron/subnet HTTP/1.1" 200 734 0.193692 10.0.0.27 - - [2025-12-04 02:34:18] "POST /id-to-fqname HTTP/1.1" 200 217 0.001374 10.0.0.27 - - [2025-12-04 02:34:18] "GET /virtual-network/3cdf9c37-6478-4837-baf9-b8a291392483?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2567 0.008455 10.0.0.27 - - [2025-12-04 02:34:18] "POST /neutron/network HTTP/1.1" 200 980 0.009500 10.0.0.27 - - [2025-12-04 02:34:18] "GET /virtual-network/3cdf9c37-6478-4837-baf9-b8a291392483?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2567 0.005793 10.0.0.27 - - [2025-12-04 02:34:18] "POST /neutron/subnet HTTP/1.1" 200 724 0.008923 10.0.0.27 - - [2025-12-04 02:34:19] "POST /id-to-fqname HTTP/1.1" 200 217 0.001245 10.0.0.27 - - [2025-12-04 02:34:19] "POST /neutron/port HTTP/1.1" 200 1020 0.013467 10.0.0.27 - - [2025-12-04 02:34:19] "POST /neutron/port HTTP/1.1" 200 1020 0.009287 10.0.0.27 - - [2025-12-04 02:34:19] "POST /id-to-fqname HTTP/1.1" 200 217 0.001521 10.0.0.27 - - [2025-12-04 02:34:19] "POST /neutron/port HTTP/1.1" 200 117 0.007358 10.0.0.27 - - [2025-12-04 02:34:20] "POST /neutron/network HTTP/1.1" 200 980 0.041183 10.0.0.27 - - [2025-12-04 02:34:20] "POST /neutron/port HTTP/1.1" 200 1018 0.015918 10.0.0.27 - - [2025-12-04 02:34:20] "POST /neutron/port HTTP/1.1" 200 117 0.006330 10.0.0.27 - - [2025-12-04 02:34:20] "POST /neutron/port HTTP/1.1" 200 1020 0.010769 10.0.0.27 - - [2025-12-04 02:34:21] "POST /neutron/port HTTP/1.1" 200 1018 0.011377 10.0.0.27 - - [2025-12-04 02:34:21] "POST /neutron/port HTTP/1.1" 200 1018 0.020396 10.0.0.27 - - [2025-12-04 02:34:21] "POST /neutron/floatingip HTTP/1.1" 200 117 0.014894 10.0.0.27 - - [2025-12-04 02:34:21] "POST /neutron/port HTTP/1.1" 200 1084 0.021636 10.0.0.27 - - [2025-12-04 02:34:21] "POST /neutron/subnet HTTP/1.1" 200 698 0.011927 10.0.0.27 - - [2025-12-04 02:34:25] "POST /neutron/port HTTP/1.1" 200 1086 0.019273 10.0.0.27 - - [2025-12-04 02:34:25] "POST /neutron/security_group HTTP/1.1" 200 2054 0.009050 10.0.0.27 - - [2025-12-04 02:34:25] "GET /virtual-machine/f6818379-1d27-4b9d-b9b1-b66f78c93b52 HTTP/1.1" 401 292 0.000458 10.0.0.27 - - [2025-12-04 02:34:25] "GET /virtual-machine/f6818379-1d27-4b9d-b9b1-b66f78c93b52 HTTP/1.1" 200 1285 0.034800 10.0.0.27 - - [2025-12-04 02:34:26] "GET /virtual-machine-interface/cd90e7f5-e073-4aaa-9ff1-7a70c35edd54 HTTP/1.1" 200 2925 0.005677 10.0.0.27 - - [2025-12-04 02:34:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003808 10.0.0.27 - - [2025-12-04 02:34:26] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003416 10.0.0.27 - - [2025-12-04 02:34:26] "GET /virtual-networks?parent_id=113fe34b-f94f-450d-a07e-3f39d0dc1495&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.003465 10.0.0.27 - - [2025-12-04 02:34:26] "GET /virtual-network/3cdf9c37-6478-4837-baf9-b8a291392483?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2567 0.007613 10.0.0.27 - - [2025-12-04 02:34:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.004331 10.0.0.27 - - [2025-12-04 02:34:29] "GET /virtual-network/3cdf9c37-6478-4837-baf9-b8a291392483?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2567 0.006123 10.0.0.27 - - [2025-12-04 02:34:31] "POST /neutron/port HTTP/1.1" 200 1086 0.016387 10.0.0.27 - - [2025-12-04 02:34:31] "POST /neutron/security_group HTTP/1.1" 200 2054 0.007742 10.0.0.23 - - [2025-12-04 02:34:32] "DELETE /project/113fe34bf94f450da07e3f39d0dc1495 HTTP/1.1" 404 173 0.025300 10.0.0.23 - - [2025-12-04 02:34:32] "DELETE /project/e1dc9f02658f4c74b7296626f12f4308 HTTP/1.1" 404 173 0.024336 10.0.0.23 - - [2025-12-04 02:34:32] "DELETE /project/a032d9bb4b164382b284c847a8da47c7 HTTP/1.1" 404 173 0.033960 10.0.0.23 - - [2025-12-04 02:34:32] "DELETE /project/da3dc9e880974df1bb23d9a83a0409a5 HTTP/1.1" 404 173 0.017419 10.0.0.23 - - [2025-12-04 02:34:32] "DELETE /project/c98058085403468a9a072f3f1c3afff2 HTTP/1.1" 404 173 0.019256 10.0.0.23 - - [2025-12-04 02:34:32] "GET /projects?obj_uuids=a032d9bb-4b16-4382-b284-c847a8da47c7&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001014 10.0.0.23 - - [2025-12-04 02:34:32] "GET /projects?obj_uuids=c9805808-5403-468a-9a07-2f3f1c3afff2&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000900 10.0.0.23 - - [2025-12-04 02:34:32] "GET /projects?obj_uuids=e1dc9f02-658f-4c74-b729-6626f12f4308&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.000878 10.0.0.23 - - [2025-12-04 02:34:32] "GET /projects?obj_uuids=da3dc9e8-8097-4df1-bb23-d9a83a0409a5&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001221 10.0.0.23 - - [2025-12-04 02:34:32] "GET /projects?obj_uuids=5db2a0cf-3cd9-43e4-8cd5-c11cb4191815&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001493 10.0.0.23 - - [2025-12-04 02:34:32] "GET /project/5db2a0cf-3cd9-43e4-8cd5-c11cb4191815?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1448 0.094943 10.0.0.23 - - [2025-12-04 02:34:32] "GET /project/da3dc9e8-8097-4df1-bb23-d9a83a0409a5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1449 0.115796 10.0.0.23 - - [2025-12-04 02:34:32] "GET /project/a032d9bb-4b16-4382-b284-c847a8da47c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1469 0.154253 10.0.0.23 - - [2025-12-04 02:34:32] "GET /project/c9805808-5403-468a-9a07-2f3f1c3afff2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1485 0.171114 10.0.0.23 - - [2025-12-04 02:34:32] "GET /project/e1dc9f02-658f-4c74-b729-6626f12f4308?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1465 0.184657 10.0.0.23 - - [2025-12-04 02:34:32] "GET /projects?obj_uuids=5db2a0cf-3cd9-43e4-8cd5-c11cb4191815&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.003258 10.0.0.23 - - [2025-12-04 02:34:32] "GET /projects?obj_uuids=da3dc9e8-8097-4df1-bb23-d9a83a0409a5&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001601 10.0.0.23 - - [2025-12-04 02:34:32] "GET /projects?obj_uuids=a032d9bb-4b16-4382-b284-c847a8da47c7&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001814 10.0.0.23 - - [2025-12-04 02:34:32] "GET /projects?obj_uuids=e1dc9f02-658f-4c74-b729-6626f12f4308&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001102 10.0.0.23 - - [2025-12-04 02:34:32] "GET /projects?obj_uuids=c9805808-5403-468a-9a07-2f3f1c3afff2&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000908 10.0.0.23 - - [2025-12-04 02:34:32] "GET /project/e1dc9f02-658f-4c74-b729-6626f12f4308?fields=security_groups HTTP/1.1" 200 1361 0.106769 10.0.0.23 - - [2025-12-04 02:34:32] "GET /project/5db2a0cf-3cd9-43e4-8cd5-c11cb4191815?fields=security_groups HTTP/1.1" 200 1348 0.223889 10.0.0.23 - - [2025-12-04 02:34:32] "GET /project/a032d9bb-4b16-4382-b284-c847a8da47c7?fields=security_groups HTTP/1.1" 200 1364 0.152395 10.0.0.23 - - [2025-12-04 02:34:32] "GET /project/da3dc9e8-8097-4df1-bb23-d9a83a0409a5?fields=security_groups HTTP/1.1" 200 1349 0.185320 10.0.0.23 - - [2025-12-04 02:34:33] "GET /project/c9805808-5403-468a-9a07-2f3f1c3afff2?fields=security_groups HTTP/1.1" 200 1376 0.281507 10.0.0.23 - - [2025-12-04 02:34:33] "DELETE /security-group/ca56b0f9-d33e-4d07-813b-aaef6bf688de HTTP/1.1" 200 115 0.197470 10.0.0.23 - - [2025-12-04 02:34:33] "GET /projects?obj_uuids=e1dc9f02-658f-4c74-b729-6626f12f4308&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001647 10.0.0.23 - - [2025-12-04 02:34:33] "DELETE /security-group/e484e44f-dfec-450b-9854-f1ede0d618a4 HTTP/1.1" 200 115 0.245065 10.0.0.23 - - [2025-12-04 02:34:33] "GET /projects?obj_uuids=a032d9bb-4b16-4382-b284-c847a8da47c7&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001553 10.0.0.23 - - [2025-12-04 02:34:33] "DELETE /security-group/ae9c5f9c-9f0f-4e45-9ca3-ec7f85750f86 HTTP/1.1" 200 115 0.284887 10.0.0.27 - - [2025-12-04 02:34:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.014059 10.0.0.23 - - [2025-12-04 02:34:33] "GET /projects?obj_uuids=5db2a0cf-3cd9-43e4-8cd5-c11cb4191815&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.004130 10.0.0.27 - - [2025-12-04 02:34:33] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.012984 10.0.0.23 - - [2025-12-04 02:34:33] "DELETE /security-group/80424a47-9fcf-46ba-a300-d755add4bffe HTTP/1.1" 200 115 0.310557 10.0.0.23 - - [2025-12-04 02:34:33] "GET /project/e1dc9f02-658f-4c74-b729-6626f12f4308?fields=application_policy_sets HTTP/1.1" 200 1400 0.159778 10.0.0.27 - - [2025-12-04 02:34:33] "GET /virtual-networks?parent_id=113fe34b-f94f-450d-a07e-3f39d0dc1495&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.019864 10.0.0.23 - - [2025-12-04 02:34:33] "GET /projects?obj_uuids=da3dc9e8-8097-4df1-bb23-d9a83a0409a5&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001483 10.0.0.23 - - [2025-12-04 02:34:33] "DELETE /security-group/718fb5fa-caa5-4c81-bbda-362cb4bd1093 HTTP/1.1" 200 115 0.313598 10.0.0.27 - - [2025-12-04 02:34:33] "GET /virtual-network/3cdf9c37-6478-4837-baf9-b8a291392483?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2567 0.010103 10.0.0.23 - - [2025-12-04 02:34:33] "GET /projects?obj_uuids=c9805808-5403-468a-9a07-2f3f1c3afff2&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001355 10.0.0.33 - - [2025-12-04 02:34:33] "DELETE /access-control-list/d682a861-44d4-4e0e-aeea-49b6be1d805c HTTP/1.1" 200 115 0.192067 10.0.0.23 - - [2025-12-04 02:34:33] "GET /project/a032d9bb-4b16-4382-b284-c847a8da47c7?fields=application_policy_sets HTTP/1.1" 200 1403 0.243609 10.0.0.23 - - [2025-12-04 02:34:33] "GET /project/5db2a0cf-3cd9-43e4-8cd5-c11cb4191815?fields=application_policy_sets HTTP/1.1" 200 1387 0.206650 10.0.0.23 - - [2025-12-04 02:34:33] "GET /project/da3dc9e8-8097-4df1-bb23-d9a83a0409a5?fields=application_policy_sets HTTP/1.1" 200 1388 0.232440 10.0.0.23 - - [2025-12-04 02:34:33] "GET /project/c9805808-5403-468a-9a07-2f3f1c3afff2?fields=application_policy_sets HTTP/1.1" 200 1415 0.207253 10.0.0.33 - - [2025-12-04 02:34:33] "DELETE /access-control-list/c18e74f5-0a85-454a-9ea4-9dff5932d2df HTTP/1.1" 200 115 0.213124 10.0.0.23 - - [2025-12-04 02:34:33] "DELETE /project/e1dc9f02-658f-4c74-b729-6626f12f4308 HTTP/1.1" 200 115 1.328772 10.0.0.27 - - [2025-12-04 02:34:33] "POST /neutron/port HTTP/1.1" 200 1084 0.094240 10.0.0.23 - - [2025-12-04 02:34:33] "DELETE /project/a032d9bb-4b16-4382-b284-c847a8da47c7 HTTP/1.1" 200 115 1.397142 10.0.0.23 - - [2025-12-04 02:34:33] "DELETE /project/5db2a0cf-3cd9-43e4-8cd5-c11cb4191815 HTTP/1.1" 200 115 1.448747 10.0.0.33 - - [2025-12-04 02:34:34] "DELETE /access-control-list/e11f65e0-f2bf-45a7-a366-a40eec1781b4 HTTP/1.1" 200 115 0.088912 10.0.0.23 - - [2025-12-04 02:34:34] "DELETE /project/da3dc9e8-8097-4df1-bb23-d9a83a0409a5 HTTP/1.1" 200 115 1.492644 10.0.0.23 - - [2025-12-04 02:34:34] "DELETE /project/c9805808-5403-468a-9a07-2f3f1c3afff2 HTTP/1.1" 200 115 1.491480 10.0.0.27 - - [2025-12-04 02:34:34] "POST /neutron/security_group HTTP/1.1" 200 2054 0.008133 10.0.0.27 - - [2025-12-04 02:34:34] "GET /virtual-machine/fdec9732-3213-4534-9b35-f81d8f60130e HTTP/1.1" 200 1285 0.007278 10.0.0.27 - - [2025-12-04 02:34:34] "GET /virtual-machine-interface/8ab0a274-d4ac-4ca9-bc5f-9c8169846486 HTTP/1.1" 200 2924 0.006139 10.0.0.27 - - [2025-12-04 02:34:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.013170 10.0.0.27 - - [2025-12-04 02:34:34] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004363 10.0.0.27 - - [2025-12-04 02:34:34] "GET /virtual-networks?parent_id=113fe34b-f94f-450d-a07e-3f39d0dc1495&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.003258 10.0.0.27 - - [2025-12-04 02:34:34] "GET /virtual-network/3cdf9c37-6478-4837-baf9-b8a291392483?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2567 0.008725 10.0.0.27 - - [2025-12-04 02:34:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003764 10.0.0.27 - - [2025-12-04 02:34:35] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005094 10.0.0.27 - - [2025-12-04 02:34:35] "GET /virtual-networks?parent_id=113fe34b-f94f-450d-a07e-3f39d0dc1495&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.002959 10.0.0.27 - - [2025-12-04 02:34:35] "GET /virtual-network/3cdf9c37-6478-4837-baf9-b8a291392483?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2567 0.006368 10.0.0.23 - - [2025-12-04 02:34:40] "GET /obj-perms HTTP/1.1" 200 5056 0.063230 10.0.0.27 - - [2025-12-04 02:34:41] "GET /obj-perms HTTP/1.1" 200 5056 0.072513 10.0.0.27 - - [2025-12-04 02:34:44] "POST /neutron/port HTTP/1.1" 200 1110 0.012421 10.0.0.27 - - [2025-12-04 02:34:44] "POST /neutron/port HTTP/1.1" 200 1112 0.012979 10.0.0.27 - - [2025-12-04 02:34:44] "POST /neutron/network HTTP/1.1" 200 980 0.014117 10.0.0.33 - - [2025-12-04 02:34:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004369 10.0.0.23 - - [2025-12-04 02:34:46] "GET /projects?obj_uuids=113fe34b-f94f-450d-a07e-3f39d0dc1495&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001054 10.0.0.27 - - [2025-12-04 02:34:46] "GET /project/113fe34b-f94f-450d-a07e-3f39d0dc1495?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.049718 10.0.0.23 - - [2025-12-04 02:34:46] "GET /projects?obj_uuids=113fe34b-f94f-450d-a07e-3f39d0dc1495&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001152 10.0.0.27 - - [2025-12-04 02:34:46] "GET /project/113fe34b-f94f-450d-a07e-3f39d0dc1495?fields=virtual_networks HTTP/1.1" 200 1024 0.050176 10.0.0.23 - - [2025-12-04 02:34:46] "GET /projects?obj_uuids=113fe34b-f94f-450d-a07e-3f39d0dc1495&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001127 10.0.0.27 - - [2025-12-04 02:34:46] "GET /project/113fe34b-f94f-450d-a07e-3f39d0dc1495?fields=virtual_machine_interfaces HTTP/1.1" 200 1024 0.050136 10.0.0.23 - - [2025-12-04 02:34:46] "GET /projects?obj_uuids=113fe34b-f94f-450d-a07e-3f39d0dc1495&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001127 10.0.0.27 - - [2025-12-04 02:34:46] "GET /project/113fe34b-f94f-450d-a07e-3f39d0dc1495?fields=security_groups HTTP/1.1" 200 1246 0.049990 10.0.0.27 - - [2025-12-04 02:34:47] "POST /fqname-to-id HTTP/1.1" 404 186 0.038690 10.0.0.23 - - [2025-12-04 02:34:47] "GET /projects?obj_uuids=6c4d0824-673d-4572-9d41-fe4147caf35c&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003071 10.0.0.23 - - [2025-12-04 02:34:47] "GET /domains?obj_uuids=77f3106b-db9e-49b5-893e-09cac574b890&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001571 10.0.0.23 - - [2025-12-04 02:34:47] "GET /domain/77f3106b-db9e-49b5-893e-09cac574b890?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.008298 10.0.0.23 - - [2025-12-04 02:34:47] "POST /id-to-fqname HTTP/1.1" 200 188 0.014112 10.0.0.23 - - [2025-12-04 02:34:47] "POST /fqname-to-id HTTP/1.1" 404 197 0.015829 10.0.0.23 - - [2025-12-04 02:34:47] "POST /security-groups HTTP/1.1" 200 589 0.033580 10.0.0.23 - - [2025-12-04 02:34:47] "POST /projects HTTP/1.1" 200 581 0.292566 10.0.0.23 - - [2025-12-04 02:34:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.330760 10.0.0.33 - - [2025-12-04 02:34:47] "POST /access-control-lists HTTP/1.1" 200 594 0.027851 10.0.0.27 - - [2025-12-04 02:34:47] "GET /project/6c4d0824-673d-4572-9d41-fe4147caf35c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.498176 10.0.0.27 - - [2025-12-04 02:34:49] "GET / HTTP/1.1" 200 35931 0.001515 10.0.0.27 - - [2025-12-04 02:34:49] "POST /neutron/port HTTP/1.1" 400 205 0.003875 10.0.0.27 - - [2025-12-04 02:34:50] "POST /fqname-to-id HTTP/1.1" 401 292 0.000484 10.0.0.27 - - [2025-12-04 02:34:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.058768 10.0.0.23 - - [2025-12-04 02:34:51] "GET /projects?obj_uuids=6c4d0824-673d-4572-9d41-fe4147caf35c&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001528 10.0.0.27 - - [2025-12-04 02:34:51] "GET /project/6c4d0824-673d-4572-9d41-fe4147caf35c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.038793 10.0.0.27 - - [2025-12-04 02:34:51] "POST /neutron/network HTTP/1.1" 200 117 0.039290 10.0.0.33 - - [2025-12-04 02:34:51] "POST /route-targets HTTP/1.1" 200 327 0.014854 10.0.0.27 - - [2025-12-04 02:34:51] "POST /neutron/network HTTP/1.1" 200 825 0.012378 10.0.0.27 - - [2025-12-04 02:34:52] "POST /id-to-fqname HTTP/1.1" 200 219 0.001339 10.0.0.27 - - [2025-12-04 02:34:52] "GET /virtual-network/cb7e86ec-91b0-4a34-96f2-92a4c58acfc7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.005491 10.0.0.27 - - [2025-12-04 02:34:52] "GET /virtual-network/cb7e86ec-91b0-4a34-96f2-92a4c58acfc7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.008065 10.0.0.27 - - [2025-12-04 02:34:52] "POST /neutron/subnet HTTP/1.1" 200 729 0.011250 10.0.0.27 - - [2025-12-04 02:34:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003411 10.0.0.23 - - [2025-12-04 02:34:52] "GET /projects?obj_uuids=6c4d0824-673d-4572-9d41-fe4147caf35c&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001218 10.0.0.27 - - [2025-12-04 02:34:52] "GET /project/6c4d0824-673d-4572-9d41-fe4147caf35c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.056811 10.0.0.33 - - [2025-12-04 02:34:52] "POST /ref-update HTTP/1.1" 200 156 0.036441 10.0.0.23 - - [2025-12-04 02:34:52] "POST /useragent-kv HTTP/1.1" 200 115 0.009750 10.0.0.27 - - [2025-12-04 02:34:52] "POST /neutron/subnet HTTP/1.1" 200 725 0.263666 10.0.0.27 - - [2025-12-04 02:34:52] "POST /id-to-fqname HTTP/1.1" 200 219 0.001294 10.0.0.27 - - [2025-12-04 02:34:52] "GET /virtual-network/9c0d5cb8-0b27-4073-a0de-5f312287d1d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.006172 10.0.0.27 - - [2025-12-04 02:34:52] "GET /virtual-network/9c0d5cb8-0b27-4073-a0de-5f312287d1d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.008280 10.0.0.27 - - [2025-12-04 02:34:52] "POST /neutron/network HTTP/1.1" 200 824 0.008239 10.0.0.27 - - [2025-12-04 02:34:52] "POST /id-to-fqname HTTP/1.1" 200 219 0.001358 10.0.0.23 - - [2025-12-04 02:34:53] "GET /projects?obj_uuids=6c4d0824-673d-4572-9d41-fe4147caf35c&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001417 10.0.0.27 - - [2025-12-04 02:34:53] "GET /project/6c4d0824-673d-4572-9d41-fe4147caf35c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.100758 10.0.0.27 - - [2025-12-04 02:34:53] "POST /neutron/network HTTP/1.1" 200 825 0.007165 10.0.0.27 - - [2025-12-04 02:34:54] "POST /id-to-fqname HTTP/1.1" 200 219 0.001900 10.0.0.27 - - [2025-12-04 02:34:54] "POST /neutron/port HTTP/1.1" 200 117 0.006221 10.0.0.23 - - [2025-12-04 02:34:54] "GET /projects?obj_uuids=6c4d0824-673d-4572-9d41-fe4147caf35c&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001461 10.0.0.27 - - [2025-12-04 02:34:54] "POST /neutron/port HTTP/1.1" 200 1059 0.331132 10.0.0.27 - - [2025-12-04 02:34:55] "POST /neutron/port HTTP/1.1" 200 1113 0.131394 10.0.0.23 - - [2025-12-04 02:34:55] "GET /projects?obj_uuids=6c4d0824-673d-4572-9d41-fe4147caf35c&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001311 10.0.0.27 - - [2025-12-04 02:34:55] "GET /project/6c4d0824-673d-4572-9d41-fe4147caf35c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.122221 10.0.0.27 - - [2025-12-04 02:34:55] "POST /neutron/network HTTP/1.1" 200 824 0.008207 10.0.0.27 - - [2025-12-04 02:34:55] "POST /neutron/network HTTP/1.1" 200 825 0.011105 10.0.0.27 - - [2025-12-04 02:34:55] "POST /neutron/port HTTP/1.1" 200 117 0.006875 10.0.0.23 - - [2025-12-04 02:34:55] "GET /projects?obj_uuids=6c4d0824-673d-4572-9d41-fe4147caf35c&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001737 10.0.0.27 - - [2025-12-04 02:34:56] "POST /neutron/router HTTP/1.1" 200 344 0.428982 10.0.0.33 - - [2025-12-04 02:34:56] "POST /ref-update HTTP/1.1" 200 156 0.027842 10.0.0.23 - - [2025-12-04 02:34:56] "GET /projects?obj_uuids=6c4d0824-673d-4572-9d41-fe4147caf35c&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001106 10.0.0.27 - - [2025-12-04 02:34:56] "POST /neutron/port HTTP/1.1" 200 1058 0.347192 10.0.0.27 - - [2025-12-04 02:34:56] "POST /neutron/port HTTP/1.1" 200 1058 0.012656 10.0.0.27 - - [2025-12-04 02:34:56] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003706 10.0.0.27 - - [2025-12-04 02:34:56] "POST /neutron/network HTTP/1.1" 200 824 0.007047 10.0.0.27 - - [2025-12-04 02:35:01] "POST /neutron/port HTTP/1.1" 200 1087 0.019066 10.0.0.27 - - [2025-12-04 02:35:01] "POST /neutron/security_group HTTP/1.1" 200 2056 0.009293 10.0.0.27 - - [2025-12-04 02:35:01] "GET /virtual-machine/50ffc61c-cd34-4e62-8f7a-f1a54811fff1 HTTP/1.1" 401 292 0.000408 10.0.0.27 - - [2025-12-04 02:35:01] "GET /virtual-machine/50ffc61c-cd34-4e62-8f7a-f1a54811fff1 HTTP/1.1" 200 1290 0.035584 10.0.0.27 - - [2025-12-04 02:35:01] "GET /virtual-machine-interface/7ccb1aad-cbcb-460a-ab5b-5837f905a2ec HTTP/1.1" 200 2934 0.005883 10.0.0.27 - - [2025-12-04 02:35:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004307 10.0.0.27 - - [2025-12-04 02:35:02] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004630 10.0.0.27 - - [2025-12-04 02:35:02] "GET /virtual-networks?parent_id=6c4d0824-673d-4572-9d41-fe4147caf35c&detail=False&count=False&shared=False HTTP/1.1" 200 569 0.003823 10.0.0.27 - - [2025-12-04 02:35:02] "GET /virtual-network/cb7e86ec-91b0-4a34-96f2-92a4c58acfc7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.007059 10.0.0.27 - - [2025-12-04 02:35:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003403 10.0.0.27 - - [2025-12-04 02:35:05] "GET /virtual-network/cb7e86ec-91b0-4a34-96f2-92a4c58acfc7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.008341 10.0.0.27 - - [2025-12-04 02:35:07] "POST /neutron/port HTTP/1.1" 200 1086 0.022058 10.0.0.27 - - [2025-12-04 02:35:08] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004611 10.0.0.27 - - [2025-12-04 02:35:08] "POST /neutron/network HTTP/1.1" 200 824 0.008166 10.0.0.27 - - [2025-12-04 02:35:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003881 10.0.0.27 - - [2025-12-04 02:35:09] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003865 10.0.0.27 - - [2025-12-04 02:35:09] "GET /virtual-networks?parent_id=6c4d0824-673d-4572-9d41-fe4147caf35c&detail=False&count=False&shared=False HTTP/1.1" 200 569 0.003628 10.0.0.27 - - [2025-12-04 02:35:09] "GET /virtual-network/cb7e86ec-91b0-4a34-96f2-92a4c58acfc7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.006274 10.0.0.27 - - [2025-12-04 02:35:09] "POST /neutron/port HTTP/1.1" 200 1086 0.016590 10.0.0.27 - - [2025-12-04 02:35:14] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008261 10.0.0.27 - - [2025-12-04 02:35:14] "POST /neutron/port HTTP/1.1" 200 1086 0.018115 10.0.0.27 - - [2025-12-04 02:35:14] "GET /virtual-machine/c7766d0d-f5bd-413c-8502-a0b286250a54 HTTP/1.1" 200 1290 0.015716 10.0.0.27 - - [2025-12-04 02:35:14] "GET /virtual-machine-interface/209e37fa-d58d-4071-b85b-4ede5ac4957d HTTP/1.1" 200 2934 0.006227 10.0.0.27 - - [2025-12-04 02:35:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003677 10.0.0.27 - - [2025-12-04 02:35:14] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003617 10.0.0.27 - - [2025-12-04 02:35:14] "GET /virtual-networks?parent_id=6c4d0824-673d-4572-9d41-fe4147caf35c&detail=False&count=False&shared=False HTTP/1.1" 200 569 0.003289 10.0.0.27 - - [2025-12-04 02:35:15] "GET /virtual-network/9c0d5cb8-0b27-4073-a0de-5f312287d1d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.005519 10.0.0.27 - - [2025-12-04 02:35:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003523 10.0.0.27 - - [2025-12-04 02:35:16] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004429 10.0.0.27 - - [2025-12-04 02:35:16] "GET /virtual-networks?parent_id=6c4d0824-673d-4572-9d41-fe4147caf35c&detail=False&count=False&shared=False HTTP/1.1" 200 569 0.003411 10.0.0.27 - - [2025-12-04 02:35:16] "GET /virtual-network/9c0d5cb8-0b27-4073-a0de-5f312287d1d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.006188 10.0.0.27 - - [2025-12-04 02:35:16] "POST /neutron/port HTTP/1.1" 200 1087 0.015549 10.0.0.27 - - [2025-12-04 02:35:16] "POST /neutron/subnet HTTP/1.1" 200 703 0.012135 10.0.0.27 - - [2025-12-04 02:35:20] "POST /neutron/router HTTP/1.1" 200 580 0.006710 10.0.0.27 - - [2025-12-04 02:35:23] "POST /neutron/router HTTP/1.1" 200 580 0.007920 10.0.0.23 - - [2025-12-04 02:35:26] "GET /projects?obj_uuids=6c4d0824-673d-4572-9d41-fe4147caf35c&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001226 10.0.0.27 - - [2025-12-04 02:35:27] "POST /neutron/router HTTP/1.1" 200 344 0.334155 10.0.0.33 - - [2025-12-04 02:35:27] "POST /ref-update HTTP/1.1" 200 156 0.019055 10.0.0.27 - - [2025-12-04 02:35:29] "POST /neutron/router HTTP/1.1" 200 580 0.005990 10.0.0.33 - - [2025-12-04 02:35:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.004163 10.0.0.27 - - [2025-12-04 02:35:29] "POST /neutron/router HTTP/1.1" 200 151 0.074207 10.0.0.27 - - [2025-12-04 02:35:30] "POST /neutron/port HTTP/1.1" 200 1086 0.016329 10.0.0.27 - - [2025-12-04 02:35:30] "POST /neutron/port HTTP/1.1" 200 1087 0.039048 10.0.0.27 - - [2025-12-04 02:35:32] "POST /neutron/network HTTP/1.1" 200 824 0.007431 10.0.0.33 - - [2025-12-04 02:35:32] "DELETE /route-target/2eacefab-8d17-4112-b9b9-e99ebb81b6f2 HTTP/1.1" 200 115 0.024936 10.0.0.23 - - [2025-12-04 02:35:32] "POST /useragent-kv HTTP/1.1" 200 115 0.004688 10.0.0.23 - - [2025-12-04 02:35:32] "POST /useragent-kv HTTP/1.1" 200 115 0.004392 10.0.0.27 - - [2025-12-04 02:35:32] "POST /neutron/network HTTP/1.1" 200 151 0.155031 10.0.0.23 - - [2025-12-04 02:35:33] "GET /projects?obj_uuids=6c4d0824-673d-4572-9d41-fe4147caf35c&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001071 10.0.0.27 - - [2025-12-04 02:35:33] "GET /project/6c4d0824-673d-4572-9d41-fe4147caf35c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.051200 10.0.0.23 - - [2025-12-04 02:35:33] "GET /projects?obj_uuids=6c4d0824-673d-4572-9d41-fe4147caf35c&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001586 10.0.0.27 - - [2025-12-04 02:35:33] "GET /project/6c4d0824-673d-4572-9d41-fe4147caf35c?fields=virtual_networks HTTP/1.1" 200 1028 0.048030 10.0.0.23 - - [2025-12-04 02:35:33] "GET /projects?obj_uuids=6c4d0824-673d-4572-9d41-fe4147caf35c&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001217 10.0.0.27 - - [2025-12-04 02:35:33] "GET /project/6c4d0824-673d-4572-9d41-fe4147caf35c?fields=virtual_machine_interfaces HTTP/1.1" 200 1028 0.044640 10.0.0.23 - - [2025-12-04 02:35:34] "GET /projects?obj_uuids=6c4d0824-673d-4572-9d41-fe4147caf35c&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001076 10.0.0.27 - - [2025-12-04 02:35:34] "GET /project/6c4d0824-673d-4572-9d41-fe4147caf35c?fields=security_groups HTTP/1.1" 200 1252 0.071097 10.0.0.23 - - [2025-12-04 02:35:34] "DELETE /project/6c4d0824673d45729d41fe4147caf35c HTTP/1.1" 404 173 0.003792 10.0.0.23 - - [2025-12-04 02:35:34] "GET /projects?obj_uuids=113fe34b-f94f-450d-a07e-3f39d0dc1495&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000968 10.0.0.23 - - [2025-12-04 02:35:34] "GET /project/113fe34b-f94f-450d-a07e-3f39d0dc1495?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1452 0.062295 10.0.0.23 - - [2025-12-04 02:35:34] "GET /projects?obj_uuids=113fe34b-f94f-450d-a07e-3f39d0dc1495&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001358 10.0.0.23 - - [2025-12-04 02:35:34] "GET /project/113fe34b-f94f-450d-a07e-3f39d0dc1495?fields=security_groups HTTP/1.1" 200 1351 0.071675 10.0.0.23 - - [2025-12-04 02:35:34] "DELETE /security-group/27774d72-d789-4526-871d-26dcbf7823a5 HTTP/1.1" 200 115 0.069187 10.0.0.23 - - [2025-12-04 02:35:34] "GET /projects?obj_uuids=113fe34b-f94f-450d-a07e-3f39d0dc1495&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001415 10.0.0.33 - - [2025-12-04 02:35:34] "DELETE /access-control-list/40bde7ed-8da4-4522-8663-f2657190ff63 HTTP/1.1" 200 115 0.043351 10.0.0.23 - - [2025-12-04 02:35:34] "GET /project/113fe34b-f94f-450d-a07e-3f39d0dc1495?fields=application_policy_sets HTTP/1.1" 200 1390 0.062745 10.0.0.23 - - [2025-12-04 02:35:34] "DELETE /project/113fe34b-f94f-450d-a07e-3f39d0dc1495 HTTP/1.1" 200 115 0.489548 10.0.0.27 - - [2025-12-04 02:35:35] "POST /fqname-to-id HTTP/1.1" 404 191 0.029801 10.0.0.23 - - [2025-12-04 02:35:35] "GET /projects?obj_uuids=5e0a3541-6283-4a7d-883c-47ace375a4b1&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003976 10.0.0.23 - - [2025-12-04 02:35:35] "GET /domains?obj_uuids=77f3106b-db9e-49b5-893e-09cac574b890&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001228 10.0.0.23 - - [2025-12-04 02:35:35] "GET /domain/77f3106b-db9e-49b5-893e-09cac574b890?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.008045 10.0.0.23 - - [2025-12-04 02:35:35] "POST /id-to-fqname HTTP/1.1" 200 193 0.001208 10.0.0.23 - - [2025-12-04 02:35:35] "POST /fqname-to-id HTTP/1.1" 404 202 0.004864 10.0.0.23 - - [2025-12-04 02:35:35] "POST /security-groups HTTP/1.1" 200 594 0.036384 10.0.0.23 - - [2025-12-04 02:35:35] "POST /projects HTTP/1.1" 200 591 0.259497 10.0.0.33 - - [2025-12-04 02:35:35] "POST /access-control-lists HTTP/1.1" 200 599 0.029108 10.0.0.23 - - [2025-12-04 02:35:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.332574 10.0.0.27 - - [2025-12-04 02:35:35] "GET /project/5e0a3541-6283-4a7d-883c-47ace375a4b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.478503 10.0.0.27 - - [2025-12-04 02:35:36] "GET / HTTP/1.1" 200 35931 0.001825 10.0.0.27 - - [2025-12-04 02:35:38] "GET /project/5e0a3541-6283-4a7d-883c-47ace375a4b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000623 10.0.0.23 - - [2025-12-04 02:35:39] "GET /projects?obj_uuids=5e0a3541-6283-4a7d-883c-47ace375a4b1&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001422 10.0.0.27 - - [2025-12-04 02:35:39] "GET /project/5e0a3541-6283-4a7d-883c-47ace375a4b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.077223 10.0.0.27 - - [2025-12-04 02:35:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003512 10.0.0.27 - - [2025-12-04 02:35:39] "GET /security-group/cfbf896d-2860-4cf0-b6a2-d45a34aaeb27?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3764 0.006484 10.0.0.27 - - [2025-12-04 02:35:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003535 10.0.0.23 - - [2025-12-04 02:35:39] "GET /projects?obj_uuids=5e0a3541-6283-4a7d-883c-47ace375a4b1&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001103 10.0.0.27 - - [2025-12-04 02:35:39] "GET /project/5e0a3541-6283-4a7d-883c-47ace375a4b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.040472 10.0.0.27 - - [2025-12-04 02:35:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003798 10.0.0.27 - - [2025-12-04 02:35:39] "GET /security-group/cfbf896d-2860-4cf0-b6a2-d45a34aaeb27?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3764 0.004390 10.0.0.27 - - [2025-12-04 02:35:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003217 10.0.0.27 - - [2025-12-04 02:35:39] "PUT /security-group/cfbf896d-2860-4cf0-b6a2-d45a34aaeb27 HTTP/1.1" 200 262 0.022139 10.0.0.33 - - [2025-12-04 02:35:39] "PUT /access-control-list/a62b7d7d-827c-473b-8146-92c88470b8eb HTTP/1.1" 200 272 0.012349 10.0.0.27 - - [2025-12-04 02:35:39] "POST /fqname-to-id HTTP/1.1" 404 202 0.005250 10.0.0.27 - - [2025-12-04 02:35:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003246 10.0.0.23 - - [2025-12-04 02:35:39] "GET /projects?obj_uuids=5e0a3541-6283-4a7d-883c-47ace375a4b1&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001541 10.0.0.27 - - [2025-12-04 02:35:39] "GET /project/5e0a3541-6283-4a7d-883c-47ace375a4b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.053140 10.0.0.33 - - [2025-12-04 02:35:40] "POST /ref-update HTTP/1.1" 200 156 0.028017 10.0.0.23 - - [2025-12-04 02:35:40] "POST /useragent-kv HTTP/1.1" 200 115 0.010745 10.0.0.27 - - [2025-12-04 02:35:40] "POST /neutron/subnet HTTP/1.1" 200 734 0.286266 10.0.0.27 - - [2025-12-04 02:35:40] "POST /id-to-fqname HTTP/1.1" 200 223 0.001427 10.0.0.27 - - [2025-12-04 02:35:40] "GET /virtual-network/040adc02-377c-4c7f-91e1-fd86735df94b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.006069 10.0.0.27 - - [2025-12-04 02:35:40] "GET /virtual-network/040adc02-377c-4c7f-91e1-fd86735df94b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005642 10.0.0.27 - - [2025-12-04 02:35:40] "POST /neutron/network HTTP/1.1" 200 829 0.006716 10.0.0.27 - - [2025-12-04 02:35:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003591 10.0.0.23 - - [2025-12-04 02:35:40] "GET /projects?obj_uuids=5e0a3541-6283-4a7d-883c-47ace375a4b1&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001122 10.0.0.27 - - [2025-12-04 02:35:40] "GET /project/5e0a3541-6283-4a7d-883c-47ace375a4b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.057681 10.0.0.23 - - [2025-12-04 02:35:40] "GET /projects?obj_uuids=5e0a3541-6283-4a7d-883c-47ace375a4b1&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001048 10.0.0.27 - - [2025-12-04 02:35:40] "POST /neutron/network HTTP/1.1" 200 615 0.200835 10.0.0.27 - - [2025-12-04 02:35:41] "POST /id-to-fqname HTTP/1.1" 200 227 0.003361 10.0.0.27 - - [2025-12-04 02:35:41] "GET /virtual-network/17db98c3-4b09-4d05-bda1-c50bb7e7723d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005700 10.0.0.27 - - [2025-12-04 02:35:41] "POST /neutron/network HTTP/1.1" 200 830 0.006323 10.0.0.27 - - [2025-12-04 02:35:41] "GET /virtual-network/17db98c3-4b09-4d05-bda1-c50bb7e7723d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.006330 10.0.0.27 - - [2025-12-04 02:35:41] "POST /id-to-fqname HTTP/1.1" 200 223 0.001484 10.0.0.27 - - [2025-12-04 02:35:41] "POST /neutron/network HTTP/1.1" 200 839 0.007618 10.0.0.23 - - [2025-12-04 02:35:42] "GET /projects?obj_uuids=5e0a3541-6283-4a7d-883c-47ace375a4b1&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001121 10.0.0.27 - - [2025-12-04 02:35:42] "GET /project/5e0a3541-6283-4a7d-883c-47ace375a4b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.079385 10.0.0.27 - - [2025-12-04 02:35:42] "POST /neutron/port HTTP/1.1" 200 117 0.007106 10.0.0.27 - - [2025-12-04 02:35:42] "POST /id-to-fqname HTTP/1.1" 200 227 0.001368 10.0.0.27 - - [2025-12-04 02:35:43] "POST /neutron/network HTTP/1.1" 200 839 0.007787 10.0.0.27 - - [2025-12-04 02:35:43] "POST /neutron/port HTTP/1.1" 200 1065 0.017051 10.0.0.23 - - [2025-12-04 02:35:43] "GET /projects?obj_uuids=5e0a3541-6283-4a7d-883c-47ace375a4b1&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001332 10.0.0.27 - - [2025-12-04 02:35:43] "GET /project/5e0a3541-6283-4a7d-883c-47ace375a4b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.166794 10.0.0.27 - - [2025-12-04 02:35:43] "POST /neutron/network HTTP/1.1" 200 830 0.007034 10.0.0.27 - - [2025-12-04 02:35:43] "POST /neutron/port HTTP/1.1" 200 117 0.001268 10.0.0.27 - - [2025-12-04 02:35:43] "POST /neutron/security_group HTTP/1.1" 200 2002 0.007480 10.0.0.33 - - [2025-12-04 02:35:44] "POST /route-targets HTTP/1.1" 200 327 0.017939 10.0.0.27 - - [2025-12-04 02:35:44] "POST /neutron/router HTTP/1.1" 200 585 0.015541 10.0.0.23 - - [2025-12-04 02:35:44] "GET /projects?obj_uuids=5e0a3541-6283-4a7d-883c-47ace375a4b1&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001428 10.0.0.33 - - [2025-12-04 02:35:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.081724 10.0.0.23 - - [2025-12-04 02:35:44] "POST /useragent-kv HTTP/1.1" 200 115 0.015743 10.0.0.33 - - [2025-12-04 02:35:44] "POST /virtual-networks HTTP/1.1" 200 694 0.252065 10.0.0.27 - - [2025-12-04 02:35:44] "POST /neutron/router HTTP/1.1" 200 344 0.465639 10.0.0.33 - - [2025-12-04 02:35:44] "POST /ref-update HTTP/1.1" 200 156 0.055619 10.0.0.27 - - [2025-12-04 02:35:45] "POST /neutron/port HTTP/1.1" 200 1093 0.053754 10.0.0.33 - - [2025-12-04 02:35:45] "PUT /logical-router/faa6f4f2-1e07-4324-92a9-6c44a9d09b2f HTTP/1.1" 200 262 0.038972 10.0.0.27 - - [2025-12-04 02:35:45] "POST /neutron/security_group HTTP/1.1" 200 2002 0.013887 10.0.0.33 - - [2025-12-04 02:35:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.005212 10.0.0.27 - - [2025-12-04 02:35:45] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003330 10.0.0.33 - - [2025-12-04 02:35:45] "POST /chown HTTP/1.1" 200 109 0.027509 10.0.0.27 - - [2025-12-04 02:35:45] "POST /neutron/network HTTP/1.1" 200 830 0.020057 10.0.0.33 - - [2025-12-04 02:35:45] "POST /chown HTTP/1.1" 200 109 0.011696 10.0.0.33 - - [2025-12-04 02:35:45] "POST /ref-update HTTP/1.1" 200 156 0.024130 10.0.0.33 - - [2025-12-04 02:35:45] "POST /instance-ips HTTP/1.1" 200 549 0.052142 10.0.0.33 - - [2025-12-04 02:35:46] "PUT /virtual-machine-interface/306b7c3b-25ed-47df-ac05-0e5c8a3dbe3b HTTP/1.1" 200 284 0.030865 10.0.0.33 - - [2025-12-04 02:35:46] "POST /ref-update HTTP/1.1" 200 156 0.047008 10.0.0.33 - - [2025-12-04 02:35:46] "PUT /routing-instance/0d2d6614-a999-4553-b491-06577005f438 HTTP/1.1" 200 266 0.023917 10.0.0.33 - - [2025-12-04 02:35:46] "POST /chown HTTP/1.1" 200 109 0.035778 10.0.0.33 - - [2025-12-04 02:35:46] "PUT /virtual-machine-interface/85b0d3ee-c227-4d51-aeb2-0e535405bf58 HTTP/1.1" 200 284 0.024413 10.0.0.33 - - [2025-12-04 02:35:46] "POST /ref-update HTTP/1.1" 200 156 0.034039 10.0.0.33 - - [2025-12-04 02:35:46] "POST /instance-ips HTTP/1.1" 400 316 0.041410 10.0.0.33 - - [2025-12-04 02:35:46] "PUT /instance-ip/7a905157-0ea5-4083-9f88-1a407217325b HTTP/1.1" 200 256 0.039635 10.0.0.33 - - [2025-12-04 02:35:47] "POST /ref-update HTTP/1.1" 200 156 0.024542 10.0.0.27 - - [2025-12-04 02:35:50] "POST /neutron/port HTTP/1.1" 200 1093 0.020844 10.0.0.27 - - [2025-12-04 02:35:50] "POST /neutron/security_group HTTP/1.1" 200 2002 0.008939 10.0.0.27 - - [2025-12-04 02:35:50] "GET /virtual-machine/36521c4d-cb82-4e2f-bb6c-ebf307b96630 HTTP/1.1" 401 292 0.000430 10.0.0.27 - - [2025-12-04 02:35:50] "GET /virtual-machine/36521c4d-cb82-4e2f-bb6c-ebf307b96630 HTTP/1.1" 200 1295 0.034227 10.0.0.27 - - [2025-12-04 02:35:50] "GET /virtual-machine-interface/99b0892a-43aa-4959-9ff9-845cd2cef53e HTTP/1.1" 200 2957 0.005923 10.0.0.27 - - [2025-12-04 02:35:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003670 10.0.0.27 - - [2025-12-04 02:35:50] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003949 10.0.0.27 - - [2025-12-04 02:35:50] "GET /virtual-networks?parent_id=5e0a3541-6283-4a7d-883c-47ace375a4b1&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.004161 10.0.0.27 - - [2025-12-04 02:35:50] "GET /virtual-network/040adc02-377c-4c7f-91e1-fd86735df94b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.006263 10.0.0.27 - - [2025-12-04 02:35:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004515 10.0.0.27 - - [2025-12-04 02:35:53] "GET /virtual-network/040adc02-377c-4c7f-91e1-fd86735df94b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.006424 10.0.0.27 - - [2025-12-04 02:35:55] "POST /neutron/port HTTP/1.1" 200 1087 0.019010 10.0.0.27 - - [2025-12-04 02:35:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003827 10.0.0.27 - - [2025-12-04 02:35:56] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004285 10.0.0.27 - - [2025-12-04 02:35:56] "GET /virtual-networks?parent_id=5e0a3541-6283-4a7d-883c-47ace375a4b1&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.003456 10.0.0.27 - - [2025-12-04 02:35:56] "GET /virtual-network/040adc02-377c-4c7f-91e1-fd86735df94b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.006345 10.0.0.27 - - [2025-12-04 02:35:56] "POST /neutron/security_group HTTP/1.1" 200 2002 0.007835 10.0.0.27 - - [2025-12-04 02:35:56] "POST /neutron/port HTTP/1.1" 200 1087 0.015280 10.0.0.27 - - [2025-12-04 02:35:56] "GET /virtual-machine/dd672b4a-d650-48a1-9b76-231a9186a058 HTTP/1.1" 200 1296 0.006526 10.0.0.27 - - [2025-12-04 02:35:56] "GET /virtual-machine-interface/5faab594-03a1-417a-bb84-5e50c2d84fa9 HTTP/1.1" 200 2968 0.005197 10.0.0.27 - - [2025-12-04 02:35:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003616 10.0.0.27 - - [2025-12-04 02:35:56] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004074 10.0.0.27 - - [2025-12-04 02:35:56] "GET /virtual-networks?parent_id=5e0a3541-6283-4a7d-883c-47ace375a4b1&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.007112 10.0.0.27 - - [2025-12-04 02:35:56] "GET /virtual-network/17db98c3-4b09-4d05-bda1-c50bb7e7723d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005940 10.0.0.27 - - [2025-12-04 02:35:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003601 10.0.0.27 - - [2025-12-04 02:35:57] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003571 10.0.0.27 - - [2025-12-04 02:35:57] "GET /virtual-networks?parent_id=5e0a3541-6283-4a7d-883c-47ace375a4b1&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.003570 10.0.0.27 - - [2025-12-04 02:35:57] "GET /virtual-network/17db98c3-4b09-4d05-bda1-c50bb7e7723d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.006380 10.0.0.27 - - [2025-12-04 02:36:01] "POST /neutron/router HTTP/1.1" 200 344 0.202058 10.0.0.33 - - [2025-12-04 02:36:02] "PUT /logical-router/faa6f4f2-1e07-4324-92a9-6c44a9d09b2f HTTP/1.1" 500 213 0.100339 10.0.0.33 - - [2025-12-04 02:36:02] "DELETE /route-table/87c9652e-8ffe-4773-a5d9-34f80ecf2f93 HTTP/1.1" 200 115 0.030638 10.0.0.33 - - [2025-12-04 02:36:02] "POST /ref-update HTTP/1.1" 200 156 0.017319 10.0.0.27 - - [2025-12-04 02:36:02] "POST /neutron/network HTTP/1.1" 200 830 0.009465 10.0.0.33 - - [2025-12-04 02:36:02] "DELETE /route-target/1f116550-2d73-4f5b-91b0-837fab33c888 HTTP/1.1" 409 239 0.013917 10.0.0.33 - - [2025-12-04 02:36:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.006004 10.0.0.27 - - [2025-12-04 02:36:02] "POST /neutron/port HTTP/1.1" 200 1113 0.018470 10.0.0.23 - - [2025-12-04 02:36:02] "POST /useragent-kv HTTP/1.1" 200 115 0.078940 10.0.0.23 - - [2025-12-04 02:36:02] "POST /useragent-kv HTTP/1.1" 200 115 0.005619 10.0.0.33 - - [2025-12-04 02:36:02] "DELETE /virtual-network/977048a4-b6b2-4971-8fc6-ca9e8cf69698 HTTP/1.1" 200 115 0.340711 10.0.0.27 - - [2025-12-04 02:36:02] "POST /neutron/port HTTP/1.1" 200 1119 0.013684 10.0.0.33 - - [2025-12-04 02:36:03] "DELETE /virtual-machine-interface/306b7c3b-25ed-47df-ac05-0e5c8a3dbe3b HTTP/1.1" 200 115 0.075335 10.0.0.33 - - [2025-12-04 02:36:03] "GET /instance-ip/d9562016-de50-4764-afce-0c837753fb89?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2093 0.007879 10.0.0.33 - - [2025-12-04 02:36:03] "DELETE /virtual-machine/52dc95fe-fc8a-443e-98bc-f68ae893e380 HTTP/1.1" 200 115 0.055200 10.0.0.33 - - [2025-12-04 02:36:03] "GET /virtual-machine-interface/85b0d3ee-c227-4d51-aeb2-0e535405bf58?fields=floating_ip_back_refs%2Cinterface_route_table_refs%2Cinstance_ip_back_refs HTTP/1.1" 200 1653 0.014086 10.0.0.33 - - [2025-12-04 02:36:03] "DELETE /instance-ip/d9562016-de50-4764-afce-0c837753fb89 HTTP/1.1" 200 115 0.056453 10.0.0.33 - - [2025-12-04 02:36:03] "DELETE /virtual-machine/bbcf7f35-f4db-404a-86ee-d37beec50aee HTTP/1.1" 200 115 0.057099 10.0.0.23 - - [2025-12-04 02:36:04] "POST /useragent-kv HTTP/1.1" 200 115 0.007480 10.0.0.23 - - [2025-12-04 02:36:04] "POST /useragent-kv HTTP/1.1" 200 115 0.002588 10.0.0.27 - - [2025-12-04 02:36:04] "POST /neutron/network HTTP/1.1" 200 151 0.143663 10.0.0.33 - - [2025-12-04 02:36:04] "DELETE /route-target/17c12419-2f6b-478a-b65c-f2b332a2f18a HTTP/1.1" 200 115 0.024020 10.0.0.23 - - [2025-12-04 02:36:06] "GET /projects?obj_uuids=5e0a3541-6283-4a7d-883c-47ace375a4b1&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001320 10.0.0.27 - - [2025-12-04 02:36:06] "GET /project/5e0a3541-6283-4a7d-883c-47ace375a4b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.051598 10.0.0.23 - - [2025-12-04 02:36:06] "GET /projects?obj_uuids=5e0a3541-6283-4a7d-883c-47ace375a4b1&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001355 10.0.0.27 - - [2025-12-04 02:36:06] "GET /project/5e0a3541-6283-4a7d-883c-47ace375a4b1?fields=virtual_networks HTTP/1.1" 200 1037 0.051906 10.0.0.23 - - [2025-12-04 02:36:06] "GET /projects?obj_uuids=5e0a3541-6283-4a7d-883c-47ace375a4b1&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001330 10.0.0.27 - - [2025-12-04 02:36:06] "GET /project/5e0a3541-6283-4a7d-883c-47ace375a4b1?fields=virtual_machine_interfaces HTTP/1.1" 200 1037 0.059714 10.0.0.23 - - [2025-12-04 02:36:06] "GET /projects?obj_uuids=5e0a3541-6283-4a7d-883c-47ace375a4b1&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001852 10.0.0.27 - - [2025-12-04 02:36:06] "GET /project/5e0a3541-6283-4a7d-883c-47ace375a4b1?fields=security_groups HTTP/1.1" 200 1266 0.053374 10.0.0.27 - - [2025-12-04 02:36:07] "POST /fqname-to-id HTTP/1.1" 404 196 0.034383 10.0.0.23 - - [2025-12-04 02:36:07] "GET /projects?obj_uuids=a10d73d7-8b59-400d-9cc4-766bb292b7dd&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003459 10.0.0.23 - - [2025-12-04 02:36:07] "GET /domains?obj_uuids=77f3106b-db9e-49b5-893e-09cac574b890&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001920 10.0.0.23 - - [2025-12-04 02:36:07] "GET /domain/77f3106b-db9e-49b5-893e-09cac574b890?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.008815 10.0.0.23 - - [2025-12-04 02:36:07] "POST /id-to-fqname HTTP/1.1" 200 198 0.005441 10.0.0.23 - - [2025-12-04 02:36:07] "POST /fqname-to-id HTTP/1.1" 404 207 0.009539 10.0.0.23 - - [2025-12-04 02:36:07] "POST /security-groups HTTP/1.1" 200 599 0.046597 10.0.0.33 - - [2025-12-04 02:36:07] "POST /fqname-to-id HTTP/1.1" 404 242 0.003407 10.0.0.23 - - [2025-12-04 02:36:07] "POST /projects HTTP/1.1" 200 601 0.294995 10.0.0.23 - - [2025-12-04 02:36:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.372628 10.0.0.33 - - [2025-12-04 02:36:07] "POST /access-control-lists HTTP/1.1" 200 602 0.036498 10.0.0.27 - - [2025-12-04 02:36:07] "GET /project/a10d73d7-8b59-400d-9cc4-766bb292b7dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.549193 10.0.0.27 - - [2025-12-04 02:36:09] "GET / HTTP/1.1" 200 35931 0.002363 10.0.0.27 - - [2025-12-04 02:36:10] "POST /fqname-to-id HTTP/1.1" 401 292 0.000533 10.0.0.27 - - [2025-12-04 02:36:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.104466 10.0.0.23 - - [2025-12-04 02:36:11] "GET /projects?obj_uuids=a10d73d7-8b59-400d-9cc4-766bb292b7dd&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001695 10.0.0.27 - - [2025-12-04 02:36:11] "GET /project/a10d73d7-8b59-400d-9cc4-766bb292b7dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.054857 10.0.0.27 - - [2025-12-04 02:36:11] "POST /neutron/network HTTP/1.1" 200 117 0.039274 10.0.0.23 - - [2025-12-04 02:36:12] "POST /useragent-kv HTTP/1.1" 200 115 0.007978 10.0.0.27 - - [2025-12-04 02:36:12] "POST /neutron/subnet HTTP/1.1" 200 828 0.180111 10.0.0.27 - - [2025-12-04 02:36:12] "POST /id-to-fqname HTTP/1.1" 200 228 0.001267 10.0.0.27 - - [2025-12-04 02:36:12] "GET /virtual-network/39acfd14-e092-481a-b2a1-88a878855ed0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.005216 10.0.0.27 - - [2025-12-04 02:36:12] "GET /virtual-network/39acfd14-e092-481a-b2a1-88a878855ed0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.005898 10.0.0.27 - - [2025-12-04 02:36:12] "POST /neutron/network HTTP/1.1" 200 1005 0.010283 10.0.0.27 - - [2025-12-04 02:36:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003828 10.0.0.23 - - [2025-12-04 02:36:12] "GET /projects?obj_uuids=a10d73d7-8b59-400d-9cc4-766bb292b7dd&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001514 10.0.0.27 - - [2025-12-04 02:36:12] "GET /project/a10d73d7-8b59-400d-9cc4-766bb292b7dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.047900 10.0.0.27 - - [2025-12-04 02:36:12] "POST /neutron/network HTTP/1.1" 200 117 0.014210 10.0.0.33 - - [2025-12-04 02:36:12] "POST /route-targets HTTP/1.1" 200 327 0.014510 10.0.0.23 - - [2025-12-04 02:36:13] "POST /useragent-kv HTTP/1.1" 200 115 0.008336 10.0.0.23 - - [2025-12-04 02:36:13] "POST /fqname-to-id HTTP/1.1" 404 207 0.050405 10.0.0.27 - - [2025-12-04 02:36:13] "POST /neutron/subnet HTTP/1.1" 200 823 0.241932 10.0.0.27 - - [2025-12-04 02:36:13] "POST /id-to-fqname HTTP/1.1" 200 228 0.001446 10.0.0.27 - - [2025-12-04 02:36:13] "GET /virtual-network/54971916-3c30-47b3-8b73-40e4a21d5d93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.006190 10.0.0.27 - - [2025-12-04 02:36:13] "GET /virtual-network/54971916-3c30-47b3-8b73-40e4a21d5d93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.006145 10.0.0.27 - - [2025-12-04 02:36:13] "POST /neutron/network HTTP/1.1" 200 1005 0.009040 10.0.0.27 - - [2025-12-04 02:36:13] "POST /fqname-to-id HTTP/1.1" 404 234 0.003138 10.0.0.27 - - [2025-12-04 02:36:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003799 10.0.0.23 - - [2025-12-04 02:36:13] "GET /projects?obj_uuids=a10d73d7-8b59-400d-9cc4-766bb292b7dd&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001101 10.0.0.27 - - [2025-12-04 02:36:13] "GET /project/a10d73d7-8b59-400d-9cc4-766bb292b7dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.060009 10.0.0.27 - - [2025-12-04 02:36:13] "POST /network-policys HTTP/1.1" 200 577 0.028550 10.0.0.27 - - [2025-12-04 02:36:13] "GET /network-policy/000183aa-a523-4a61-ae87-4fb0e567e530?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3124 0.005831 10.0.0.27 - - [2025-12-04 02:36:13] "POST /neutron/network HTTP/1.1" 200 1005 0.009498 10.0.0.33 - - [2025-12-04 02:36:13] "POST /access-control-lists HTTP/1.1" 200 596 0.034942 10.0.0.27 - - [2025-12-04 02:36:13] "GET /virtual-network/39acfd14-e092-481a-b2a1-88a878855ed0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2961 0.007453 10.0.0.27 - - [2025-12-04 02:36:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002553 10.0.0.27 - - [2025-12-04 02:36:13] "GET /network-policy/000183aa-a523-4a61-ae87-4fb0e567e530?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3124 0.004202 10.0.0.27 - - [2025-12-04 02:36:13] "POST /neutron/network HTTP/1.1" 200 1005 0.009278 10.0.0.27 - - [2025-12-04 02:36:14] "GET /virtual-network/54971916-3c30-47b3-8b73-40e4a21d5d93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2961 0.015063 10.0.0.33 - - [2025-12-04 02:36:14] "POST /access-control-lists HTTP/1.1" 200 596 0.059227 10.0.0.27 - - [2025-12-04 02:36:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.013494 10.0.0.27 - - [2025-12-04 02:36:14] "GET /network-policy/000183aa-a523-4a61-ae87-4fb0e567e530?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3124 0.010814 10.0.0.27 - - [2025-12-04 02:36:14] "GET /virtual-network/39acfd14-e092-481a-b2a1-88a878855ed0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2961 0.006604 10.0.0.33 - - [2025-12-04 02:36:15] "GET /obj-perms HTTP/1.1" 200 5046 0.057966 10.0.0.27 - - [2025-12-04 02:36:16] "GET /virtual-network/54971916-3c30-47b3-8b73-40e4a21d5d93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2961 0.005703 10.0.0.23 - - [2025-12-04 02:36:16] "GET /obj-perms HTTP/1.1" 200 5046 0.066110 10.0.0.27 - - [2025-12-04 02:36:16] "POST /id-to-fqname HTTP/1.1" 200 228 0.001533 10.0.0.27 - - [2025-12-04 02:36:16] "POST /neutron/network HTTP/1.1" 200 1123 0.008085 10.0.0.23 - - [2025-12-04 02:36:17] "GET /projects?obj_uuids=a10d73d7-8b59-400d-9cc4-766bb292b7dd&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001158 10.0.0.27 - - [2025-12-04 02:36:17] "GET /project/a10d73d7-8b59-400d-9cc4-766bb292b7dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.067216 10.0.0.27 - - [2025-12-04 02:36:17] "POST /neutron/port HTTP/1.1" 200 117 0.006691 10.0.0.27 - - [2025-12-04 02:36:17] "POST /id-to-fqname HTTP/1.1" 200 228 0.001244 10.0.0.27 - - [2025-12-04 02:36:18] "POST /neutron/network HTTP/1.1" 200 1123 0.006755 10.0.0.27 - - [2025-12-04 02:36:18] "POST /neutron/port HTTP/1.1" 200 1174 0.023717 10.0.0.23 - - [2025-12-04 02:36:18] "GET /projects?obj_uuids=a10d73d7-8b59-400d-9cc4-766bb292b7dd&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001127 10.0.0.27 - - [2025-12-04 02:36:19] "GET /project/a10d73d7-8b59-400d-9cc4-766bb292b7dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.109594 10.0.0.27 - - [2025-12-04 02:36:19] "POST /neutron/port HTTP/1.1" 200 1202 0.018171 10.0.0.27 - - [2025-12-04 02:36:19] "POST /neutron/subnet HTTP/1.1" 200 1379 0.016882 10.0.0.27 - - [2025-12-04 02:36:19] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008703 10.0.0.27 - - [2025-12-04 02:36:19] "POST /neutron/port HTTP/1.1" 200 117 0.006132 10.0.0.27 - - [2025-12-04 02:36:19] "POST /neutron/network HTTP/1.1" 200 1123 0.007627 10.0.0.27 - - [2025-12-04 02:36:20] "POST /neutron/port HTTP/1.1" 200 1174 0.023206 10.0.0.27 - - [2025-12-04 02:36:20] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003973 10.0.0.27 - - [2025-12-04 02:36:20] "POST /neutron/port HTTP/1.1" 200 117 0.001462 10.0.0.27 - - [2025-12-04 02:36:24] "POST /neutron/port HTTP/1.1" 200 1202 0.019722 10.0.0.27 - - [2025-12-04 02:36:24] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007978 10.0.0.27 - - [2025-12-04 02:36:24] "GET /virtual-machine/89c4b455-067e-489a-ae34-6a8e4a42dd68 HTTP/1.1" 401 292 0.000537 10.0.0.27 - - [2025-12-04 02:36:25] "GET /virtual-machine/89c4b455-067e-489a-ae34-6a8e4a42dd68 HTTP/1.1" 200 1300 0.038055 10.0.0.27 - - [2025-12-04 02:36:25] "GET /virtual-machine-interface/4b71a52e-0e84-48dc-ba5f-12b3b161218d HTTP/1.1" 200 3175 0.005826 10.0.0.27 - - [2025-12-04 02:36:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003629 10.0.0.27 - - [2025-12-04 02:36:25] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004025 10.0.0.27 - - [2025-12-04 02:36:25] "GET /virtual-networks?parent_id=a10d73d7-8b59-400d-9cc4-766bb292b7dd&detail=False&count=False&shared=False HTTP/1.1" 200 587 0.002880 10.0.0.27 - - [2025-12-04 02:36:25] "GET /virtual-network/39acfd14-e092-481a-b2a1-88a878855ed0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2961 0.006518 10.0.0.27 - - [2025-12-04 02:36:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003954 10.0.0.27 - - [2025-12-04 02:36:28] "GET /virtual-network/39acfd14-e092-481a-b2a1-88a878855ed0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2961 0.005581 10.0.0.27 - - [2025-12-04 02:36:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004230 10.0.0.27 - - [2025-12-04 02:36:32] "GET /virtual-network/39acfd14-e092-481a-b2a1-88a878855ed0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2961 0.006206 10.0.0.23 - - [2025-12-04 02:36:34] "DELETE /project/5e0a354162834a7d883c47ace375a4b1 HTTP/1.1" 404 173 0.008353 10.0.0.23 - - [2025-12-04 02:36:34] "DELETE /project/a10d73d78b59400d9cc4766bb292b7dd HTTP/1.1" 404 173 0.010231 10.0.0.23 - - [2025-12-04 02:36:34] "GET /projects?obj_uuids=5e0a3541-6283-4a7d-883c-47ace375a4b1&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001082 10.0.0.23 - - [2025-12-04 02:36:34] "GET /projects?obj_uuids=6c4d0824-673d-4572-9d41-fe4147caf35c&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000900 10.0.0.23 - - [2025-12-04 02:36:34] "GET /project/5e0a3541-6283-4a7d-883c-47ace375a4b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1479 0.047558 10.0.0.23 - - [2025-12-04 02:36:34] "GET /projects?obj_uuids=5e0a3541-6283-4a7d-883c-47ace375a4b1&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001516 10.0.0.23 - - [2025-12-04 02:36:34] "GET /project/6c4d0824-673d-4572-9d41-fe4147caf35c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1460 0.085257 10.0.0.23 - - [2025-12-04 02:36:34] "GET /projects?obj_uuids=6c4d0824-673d-4572-9d41-fe4147caf35c&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001612 10.0.0.23 - - [2025-12-04 02:36:34] "GET /project/5e0a3541-6283-4a7d-883c-47ace375a4b1?fields=security_groups HTTP/1.1" 200 1371 0.071693 10.0.0.23 - - [2025-12-04 02:36:34] "GET /project/6c4d0824-673d-4572-9d41-fe4147caf35c?fields=security_groups HTTP/1.1" 200 1357 0.095441 10.0.0.23 - - [2025-12-04 02:36:34] "DELETE /security-group/cfbf896d-2860-4cf0-b6a2-d45a34aaeb27 HTTP/1.1" 200 115 0.066899 10.0.0.23 - - [2025-12-04 02:36:34] "GET /projects?obj_uuids=5e0a3541-6283-4a7d-883c-47ace375a4b1&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001217 10.0.0.33 - - [2025-12-04 02:36:34] "DELETE /access-control-list/a62b7d7d-827c-473b-8146-92c88470b8eb HTTP/1.1" 200 115 0.068969 10.0.0.23 - - [2025-12-04 02:36:35] "GET /project/5e0a3541-6283-4a7d-883c-47ace375a4b1?fields=application_policy_sets HTTP/1.1" 200 1410 0.100825 10.0.0.23 - - [2025-12-04 02:36:35] "DELETE /security-group/f6beaf12-d014-44b8-97ba-b9e146e1e261 HTTP/1.1" 200 115 0.127633 10.0.0.23 - - [2025-12-04 02:36:35] "GET /projects?obj_uuids=6c4d0824-673d-4572-9d41-fe4147caf35c&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001123 10.0.0.23 - - [2025-12-04 02:36:35] "GET /project/6c4d0824-673d-4572-9d41-fe4147caf35c?fields=application_policy_sets HTTP/1.1" 200 1396 0.075800 10.0.0.33 - - [2025-12-04 02:36:35] "DELETE /access-control-list/a32155b7-a198-4d2d-b928-e82bc7e13aa8 HTTP/1.1" 200 115 0.078590 10.0.0.23 - - [2025-12-04 02:36:35] "DELETE /project/5e0a3541-6283-4a7d-883c-47ace375a4b1 HTTP/1.1" 200 115 0.624762 10.0.0.23 - - [2025-12-04 02:36:35] "DELETE /project/6c4d0824-673d-4572-9d41-fe4147caf35c HTTP/1.1" 200 115 0.676232 10.0.0.27 - - [2025-12-04 02:36:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003700 10.0.0.27 - - [2025-12-04 02:36:36] "GET /virtual-network/39acfd14-e092-481a-b2a1-88a878855ed0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2961 0.006246 10.0.0.27 - - [2025-12-04 02:36:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003320 10.0.0.27 - - [2025-12-04 02:36:40] "GET /virtual-network/39acfd14-e092-481a-b2a1-88a878855ed0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2961 0.007576 10.0.0.27 - - [2025-12-04 02:36:42] "GET /obj-perms HTTP/1.1" 200 5056 0.061201 10.0.0.27 - - [2025-12-04 02:36:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003541 10.0.0.27 - - [2025-12-04 02:36:44] "GET /virtual-network/39acfd14-e092-481a-b2a1-88a878855ed0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2961 0.005371 10.0.0.27 - - [2025-12-04 02:36:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.005776 10.0.0.27 - - [2025-12-04 02:36:48] "GET /virtual-network/39acfd14-e092-481a-b2a1-88a878855ed0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2961 0.005474 10.0.0.27 - - [2025-12-04 02:36:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003128 10.0.0.27 - - [2025-12-04 02:36:52] "GET /virtual-network/39acfd14-e092-481a-b2a1-88a878855ed0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2961 0.005905 10.0.0.27 - - [2025-12-04 02:36:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003416 10.0.0.27 - - [2025-12-04 02:36:57] "GET /virtual-network/39acfd14-e092-481a-b2a1-88a878855ed0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2961 0.007275 10.0.0.27 - - [2025-12-04 02:37:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004117 10.0.0.27 - - [2025-12-04 02:37:01] "GET /virtual-network/39acfd14-e092-481a-b2a1-88a878855ed0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2961 0.006925 10.0.0.27 - - [2025-12-04 02:37:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003637 10.0.0.27 - - [2025-12-04 02:37:03] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004748 10.0.0.27 - - [2025-12-04 02:37:03] "GET /virtual-networks?parent_id=a10d73d7-8b59-400d-9cc4-766bb292b7dd&detail=False&count=False&shared=False HTTP/1.1" 200 587 0.003231 10.0.0.27 - - [2025-12-04 02:37:03] "GET /virtual-network/39acfd14-e092-481a-b2a1-88a878855ed0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2961 0.005696 10.0.0.27 - - [2025-12-04 02:37:03] "POST /neutron/port HTTP/1.1" 200 1202 0.018516 10.0.0.27 - - [2025-12-04 02:37:08] "POST /neutron/security_group HTTP/1.1" 200 2066 0.011174 10.0.0.27 - - [2025-12-04 02:37:12] "POST /neutron/network HTTP/1.1" 200 1123 0.035676 10.0.0.27 - - [2025-12-04 02:37:12] "POST /neutron/subnet HTTP/1.1" 200 1380 0.014365 10.0.0.27 - - [2025-12-04 02:37:12] "POST /neutron/network HTTP/1.1" 200 1113 0.009973 10.0.0.27 - - [2025-12-04 02:37:14] "POST /neutron/port HTTP/1.1" 200 1202 0.018971 10.0.0.27 - - [2025-12-04 02:37:15] "POST /neutron/security_group HTTP/1.1" 200 2066 0.006393 10.0.0.27 - - [2025-12-04 02:37:18] "POST /neutron/network HTTP/1.1" 200 1123 0.034931 10.0.0.27 - - [2025-12-04 02:37:18] "POST /neutron/subnet HTTP/1.1" 200 1379 0.014908 10.0.0.27 - - [2025-12-04 02:37:18] "POST /neutron/network HTTP/1.1" 200 1113 0.010089 10.0.0.27 - - [2025-12-04 02:37:24] "POST /neutron/port HTTP/1.1" 200 1202 0.019227 10.0.0.27 - - [2025-12-04 02:37:24] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007840 10.0.0.27 - - [2025-12-04 02:37:24] "GET /virtual-machine/c6a0cd6a-f49e-45a8-a8ac-0c5bc8cf1cb0 HTTP/1.1" 200 1301 0.016422 10.0.0.27 - - [2025-12-04 02:37:24] "GET /virtual-machine-interface/7fbedf8a-4e78-4be2-95b4-976c5c4af27d HTTP/1.1" 200 3175 0.007648 10.0.0.27 - - [2025-12-04 02:37:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004008 10.0.0.27 - - [2025-12-04 02:37:24] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003964 10.0.0.27 - - [2025-12-04 02:37:24] "GET /virtual-networks?parent_id=a10d73d7-8b59-400d-9cc4-766bb292b7dd&detail=False&count=False&shared=False HTTP/1.1" 200 587 0.003381 10.0.0.27 - - [2025-12-04 02:37:24] "GET /virtual-network/54971916-3c30-47b3-8b73-40e4a21d5d93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2961 0.006329 10.0.0.27 - - [2025-12-04 02:37:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003611 10.0.0.27 - - [2025-12-04 02:37:25] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003667 10.0.0.27 - - [2025-12-04 02:37:25] "GET /virtual-networks?parent_id=a10d73d7-8b59-400d-9cc4-766bb292b7dd&detail=False&count=False&shared=False HTTP/1.1" 200 587 0.003634 10.0.0.27 - - [2025-12-04 02:37:25] "GET /virtual-network/54971916-3c30-47b3-8b73-40e4a21d5d93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2961 0.007045 10.0.0.27 - - [2025-12-04 02:37:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003937 10.0.0.23 - - [2025-12-04 02:37:52] "GET /projects?obj_uuids=a10d73d7-8b59-400d-9cc4-766bb292b7dd&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001285 10.0.0.27 - - [2025-12-04 02:37:52] "GET /project/a10d73d7-8b59-400d-9cc4-766bb292b7dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.049346 10.0.0.27 - - [2025-12-04 02:37:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003254 10.0.0.27 - - [2025-12-04 02:37:52] "PUT /network-policy/000183aa-a523-4a61-ae87-4fb0e567e530 HTTP/1.1" 200 262 0.016499 10.0.0.27 - - [2025-12-04 02:37:55] "GET /virtual-network/54971916-3c30-47b3-8b73-40e4a21d5d93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2961 0.006325 10.0.0.27 - - [2025-12-04 02:37:55] "POST /neutron/network HTTP/1.1" 200 1113 0.010165 10.0.0.23 - - [2025-12-04 02:37:56] "POST /fqname-to-id HTTP/1.1" 404 207 0.012147 10.0.0.33 - - [2025-12-04 02:37:56] "DELETE /access-control-list/96e0f65b-de30-4bad-acec-557fd7dd880c HTTP/1.1" 200 115 0.051156 10.0.0.27 - - [2025-12-04 02:37:56] "GET /virtual-network/54971916-3c30-47b3-8b73-40e4a21d5d93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.015122 10.0.0.27 - - [2025-12-04 02:37:56] "GET /virtual-network/39acfd14-e092-481a-b2a1-88a878855ed0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2961 0.012634 10.0.0.27 - - [2025-12-04 02:37:56] "POST /neutron/network HTTP/1.1" 200 1113 0.015516 10.0.0.27 - - [2025-12-04 02:37:56] "GET /virtual-network/39acfd14-e092-481a-b2a1-88a878855ed0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.011319 10.0.0.33 - - [2025-12-04 02:37:56] "POST /ref-update HTTP/1.1" 200 156 0.049866 10.0.0.27 - - [2025-12-04 02:37:56] "DELETE /network-policy/000183aa-a523-4a61-ae87-4fb0e567e530 HTTP/1.1" 200 115 0.077096 10.0.0.27 - - [2025-12-04 02:37:56] "POST /neutron/port HTTP/1.1" 200 1202 0.040212 10.0.0.27 - - [2025-12-04 02:37:56] "POST /neutron/port HTTP/1.1" 200 1228 0.019520 10.0.0.27 - - [2025-12-04 02:37:56] "POST /neutron/port HTTP/1.1" 200 1228 0.016602 10.0.0.23 - - [2025-12-04 02:37:58] "POST /useragent-kv HTTP/1.1" 200 115 0.004219 10.0.0.23 - - [2025-12-04 02:37:58] "POST /useragent-kv HTTP/1.1" 200 115 0.003135 10.0.0.23 - - [2025-12-04 02:37:58] "POST /useragent-kv HTTP/1.1" 200 115 0.003916 10.0.0.23 - - [2025-12-04 02:37:58] "POST /useragent-kv HTTP/1.1" 200 115 0.002684 10.0.0.27 - - [2025-12-04 02:37:58] "POST /neutron/network HTTP/1.1" 200 151 0.151031 10.0.0.33 - - [2025-12-04 02:37:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003376 10.0.0.23 - - [2025-12-04 02:38:03] "GET /projects?obj_uuids=a10d73d7-8b59-400d-9cc4-766bb292b7dd&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001104 10.0.0.27 - - [2025-12-04 02:38:03] "GET /project/a10d73d7-8b59-400d-9cc4-766bb292b7dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.051106 10.0.0.27 - - [2025-12-04 02:38:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004104 10.0.0.23 - - [2025-12-04 02:38:03] "GET /domains?obj_uuids=77f3106b-db9e-49b5-893e-09cac574b890&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001109 10.0.0.27 - - [2025-12-04 02:38:03] "GET /domain/77f3106b-db9e-49b5-893e-09cac574b890?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 892 0.007693 10.0.0.27 - - [2025-12-04 02:38:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003317 10.0.0.23 - - [2025-12-04 02:38:03] "GET /projects?obj_uuids=a10d73d7-8b59-400d-9cc4-766bb292b7dd&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001207 10.0.0.27 - - [2025-12-04 02:38:03] "GET /project/a10d73d7-8b59-400d-9cc4-766bb292b7dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.052026 10.0.0.27 - - [2025-12-04 02:38:04] "GET /domains HTTP/1.1" 200 280 0.003621 10.0.0.23 - - [2025-12-04 02:38:04] "GET /domains?obj_uuids=77f3106b-db9e-49b5-893e-09cac574b890&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001639 10.0.0.27 - - [2025-12-04 02:38:04] "GET /domain/77f3106b-db9e-49b5-893e-09cac574b890 HTTP/1.1" 200 2580 0.021286 10.0.0.23 - - [2025-12-04 02:38:04] "GET /projects?obj_uuids=a10d73d7-8b59-400d-9cc4-766bb292b7dd&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001404 10.0.0.27 - - [2025-12-04 02:38:04] "GET /project/a10d73d7-8b59-400d-9cc4-766bb292b7dd HTTP/1.1" 200 1901 0.093753 10.0.0.27 - - [2025-12-04 02:38:04] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 545 0.003178 10.0.0.27 - - [2025-12-04 02:38:04] "POST /network-ipams HTTP/1.1" 200 609 0.028556 10.0.0.27 - - [2025-12-04 02:38:04] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 802 0.003522 10.0.0.27 - - [2025-12-04 02:38:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003246 10.0.0.27 - - [2025-12-04 02:38:04] "GET /network-ipam/5c9c7c71-ec6f-4a87-ac57-fe1fe1ed7569?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1435 0.006388 10.0.0.27 - - [2025-12-04 02:38:04] "PUT /network-ipam/5c9c7c71-ec6f-4a87-ac57-fe1fe1ed7569 HTTP/1.1" 200 258 0.021827 10.0.0.27 - - [2025-12-04 02:38:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004054 10.0.0.23 - - [2025-12-04 02:38:05] "GET /projects?obj_uuids=a10d73d7-8b59-400d-9cc4-766bb292b7dd&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001139 10.0.0.27 - - [2025-12-04 02:38:05] "GET /project/a10d73d7-8b59-400d-9cc4-766bb292b7dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.043453 10.0.0.27 - - [2025-12-04 02:38:05] "POST /neutron/network HTTP/1.1" 200 117 0.011458 10.0.0.33 - - [2025-12-04 02:38:05] "POST /ref-update HTTP/1.1" 200 156 0.028768 10.0.0.23 - - [2025-12-04 02:38:05] "POST /useragent-kv HTTP/1.1" 200 115 0.014247 10.0.0.27 - - [2025-12-04 02:38:05] "POST /neutron/subnet HTTP/1.1" 200 701 0.267139 10.0.0.27 - - [2025-12-04 02:38:06] "POST /id-to-fqname HTTP/1.1" 200 231 0.001383 10.0.0.27 - - [2025-12-04 02:38:06] "GET /virtual-network/0b02ea25-396e-4b28-bd7d-b40b95f5a91f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3194 0.008359 10.0.0.27 - - [2025-12-04 02:38:06] "POST /neutron/network HTTP/1.1" 200 1309 0.011761 10.0.0.27 - - [2025-12-04 02:38:06] "GET /virtual-network/0b02ea25-396e-4b28-bd7d-b40b95f5a91f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3194 0.006064 10.0.0.27 - - [2025-12-04 02:38:06] "POST /neutron/subnet HTTP/1.1" 200 701 0.009270 10.0.0.27 - - [2025-12-04 02:38:06] "GET /virtual-network/0b02ea25-396e-4b28-bd7d-b40b95f5a91f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3194 0.006696 10.0.0.33 - - [2025-12-04 02:38:06] "GET /obj-perms HTTP/1.1" 200 5046 0.003884 10.0.0.27 - - [2025-12-04 02:38:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004003 10.0.0.23 - - [2025-12-04 02:38:06] "GET /projects?obj_uuids=a10d73d7-8b59-400d-9cc4-766bb292b7dd&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001034 10.0.0.27 - - [2025-12-04 02:38:06] "GET /project/a10d73d7-8b59-400d-9cc4-766bb292b7dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.047739 10.0.0.23 - - [2025-12-04 02:38:07] "GET /projects?obj_uuids=a10d73d7-8b59-400d-9cc4-766bb292b7dd&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001119 10.0.0.27 - - [2025-12-04 02:38:07] "POST /neutron/network HTTP/1.1" 200 619 0.169941 10.0.0.23 - - [2025-12-04 02:38:07] "POST /fqname-to-id HTTP/1.1" 404 207 0.016204 10.0.0.23 - - [2025-12-04 02:38:08] "POST /useragent-kv HTTP/1.1" 200 115 0.021626 10.0.0.27 - - [2025-12-04 02:38:08] "POST /neutron/subnet HTTP/1.1" 200 828 0.264778 10.0.0.27 - - [2025-12-04 02:38:08] "POST /id-to-fqname HTTP/1.1" 200 231 0.001325 10.0.0.27 - - [2025-12-04 02:38:08] "GET /virtual-network/334f57bb-0e3c-41cd-aa5c-9100ccce68e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3195 0.005947 10.0.0.27 - - [2025-12-04 02:38:08] "GET /virtual-network/334f57bb-0e3c-41cd-aa5c-9100ccce68e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3195 0.007530 10.0.0.27 - - [2025-12-04 02:38:08] "POST /neutron/network HTTP/1.1" 200 1309 0.012208 10.0.0.27 - - [2025-12-04 02:38:08] "POST /neutron/subnet HTTP/1.1" 200 828 0.009807 10.0.0.27 - - [2025-12-04 02:38:08] "GET /virtual-network/334f57bb-0e3c-41cd-aa5c-9100ccce68e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3195 0.008029 10.0.0.27 - - [2025-12-04 02:38:08] "GET /obj-perms HTTP/1.1" 200 5046 0.092745 10.0.0.23 - - [2025-12-04 02:38:08] "GET /obj-perms HTTP/1.1" 200 5046 0.004550 10.0.0.27 - - [2025-12-04 02:38:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003249 10.0.0.23 - - [2025-12-04 02:38:08] "GET /projects?obj_uuids=a10d73d7-8b59-400d-9cc4-766bb292b7dd&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001381 10.0.0.27 - - [2025-12-04 02:38:08] "GET /project/a10d73d7-8b59-400d-9cc4-766bb292b7dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.064470 10.0.0.33 - - [2025-12-04 02:38:09] "POST /ref-update HTTP/1.1" 200 156 0.021271 10.0.0.23 - - [2025-12-04 02:38:09] "POST /useragent-kv HTTP/1.1" 200 115 0.011304 10.0.0.27 - - [2025-12-04 02:38:09] "POST /neutron/subnet HTTP/1.1" 200 701 0.265494 10.0.0.27 - - [2025-12-04 02:38:09] "POST /neutron/network HTTP/1.1" 200 1309 0.015677 10.0.0.27 - - [2025-12-04 02:38:10] "POST /id-to-fqname HTTP/1.1" 200 231 0.001351 10.0.0.27 - - [2025-12-04 02:38:10] "GET /virtual-network/c0dc02a7-d951-45bc-824e-86b6d5035b89?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3195 0.006719 10.0.0.27 - - [2025-12-04 02:38:10] "GET /virtual-network/c0dc02a7-d951-45bc-824e-86b6d5035b89?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3195 0.006084 10.0.0.27 - - [2025-12-04 02:38:10] "POST /neutron/subnet HTTP/1.1" 200 701 0.010513 10.0.0.27 - - [2025-12-04 02:38:10] "GET /virtual-network/c0dc02a7-d951-45bc-824e-86b6d5035b89?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3195 0.006062 10.0.0.27 - - [2025-12-04 02:38:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.005645 10.0.0.23 - - [2025-12-04 02:38:10] "GET /projects?obj_uuids=a10d73d7-8b59-400d-9cc4-766bb292b7dd&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001069 10.0.0.27 - - [2025-12-04 02:38:10] "GET /project/a10d73d7-8b59-400d-9cc4-766bb292b7dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.054781 10.0.0.27 - - [2025-12-04 02:38:11] "POST /neutron/network HTTP/1.1" 200 117 0.018208 10.0.0.23 - - [2025-12-04 02:38:11] "POST /useragent-kv HTTP/1.1" 200 115 0.007957 10.0.0.27 - - [2025-12-04 02:38:11] "POST /neutron/subnet HTTP/1.1" 200 701 0.219452 10.0.0.27 - - [2025-12-04 02:38:12] "POST /id-to-fqname HTTP/1.1" 200 231 0.001291 10.0.0.27 - - [2025-12-04 02:38:12] "GET /virtual-network/ab427c9c-e119-48c6-99a6-72469c8da518?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3196 0.007693 10.0.0.27 - - [2025-12-04 02:38:12] "POST /neutron/network HTTP/1.1" 200 1309 0.011868 10.0.0.27 - - [2025-12-04 02:38:12] "GET /virtual-network/ab427c9c-e119-48c6-99a6-72469c8da518?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3196 0.007721 10.0.0.27 - - [2025-12-04 02:38:12] "POST /neutron/subnet HTTP/1.1" 200 701 0.010066 10.0.0.27 - - [2025-12-04 02:38:12] "GET /virtual-network/ab427c9c-e119-48c6-99a6-72469c8da518?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3196 0.008265 10.0.0.33 - - [2025-12-04 02:38:12] "GET /obj-perms HTTP/1.1" 200 5046 0.004178 10.0.0.27 - - [2025-12-04 02:38:12] "POST /fqname-to-id HTTP/1.1" 404 225 0.003611 10.0.0.27 - - [2025-12-04 02:38:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003813 10.0.0.23 - - [2025-12-04 02:38:12] "GET /projects?obj_uuids=a10d73d7-8b59-400d-9cc4-766bb292b7dd&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001051 10.0.0.27 - - [2025-12-04 02:38:12] "GET /project/a10d73d7-8b59-400d-9cc4-766bb292b7dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.057598 10.0.0.27 - - [2025-12-04 02:38:13] "POST /network-policys HTTP/1.1" 200 559 0.073397 10.0.0.27 - - [2025-12-04 02:38:13] "GET /network-policy/00b5c193-74f3-4695-a09b-0053ffd6b459?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6935 0.006594 10.0.0.27 - - [2025-12-04 02:38:13] "POST /fqname-to-id HTTP/1.1" 404 225 0.003871 10.0.0.27 - - [2025-12-04 02:38:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004185 10.0.0.23 - - [2025-12-04 02:38:13] "GET /projects?obj_uuids=a10d73d7-8b59-400d-9cc4-766bb292b7dd&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001628 10.0.0.27 - - [2025-12-04 02:38:13] "GET /project/a10d73d7-8b59-400d-9cc4-766bb292b7dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.053698 10.0.0.27 - - [2025-12-04 02:38:13] "POST /network-policys HTTP/1.1" 200 559 0.093267 10.0.0.27 - - [2025-12-04 02:38:13] "GET /network-policy/c9661cbb-f598-45ef-b171-50b57126b49d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5020 0.007787 10.0.0.27 - - [2025-12-04 02:38:13] "POST /fqname-to-id HTTP/1.1" 404 225 0.003736 10.0.0.27 - - [2025-12-04 02:38:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003620 10.0.0.23 - - [2025-12-04 02:38:13] "GET /projects?obj_uuids=a10d73d7-8b59-400d-9cc4-766bb292b7dd&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000972 10.0.0.27 - - [2025-12-04 02:38:13] "GET /project/a10d73d7-8b59-400d-9cc4-766bb292b7dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.044345 10.0.0.27 - - [2025-12-04 02:38:13] "POST /network-policys HTTP/1.1" 200 559 0.073416 10.0.0.27 - - [2025-12-04 02:38:13] "GET /network-policy/e9b23c02-25b0-4f04-9041-dc5b16b7e52e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6938 0.007894 10.0.0.27 - - [2025-12-04 02:38:14] "POST /fqname-to-id HTTP/1.1" 404 225 0.003445 10.0.0.27 - - [2025-12-04 02:38:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003711 10.0.0.23 - - [2025-12-04 02:38:14] "GET /projects?obj_uuids=a10d73d7-8b59-400d-9cc4-766bb292b7dd&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001171 10.0.0.27 - - [2025-12-04 02:38:14] "GET /project/a10d73d7-8b59-400d-9cc4-766bb292b7dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.049062 10.0.0.27 - - [2025-12-04 02:38:14] "POST /network-policys HTTP/1.1" 200 559 0.077590 10.0.0.27 - - [2025-12-04 02:38:14] "GET /network-policy/ec5cb279-f8eb-4e4a-9fe3-783ab33eca12?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 8844 0.010851 10.0.0.27 - - [2025-12-04 02:38:14] "POST /fqname-to-id HTTP/1.1" 404 225 0.003035 10.0.0.27 - - [2025-12-04 02:38:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003333 10.0.0.23 - - [2025-12-04 02:38:14] "GET /projects?obj_uuids=a10d73d7-8b59-400d-9cc4-766bb292b7dd&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001338 10.0.0.27 - - [2025-12-04 02:38:14] "GET /project/a10d73d7-8b59-400d-9cc4-766bb292b7dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.055330 10.0.0.27 - - [2025-12-04 02:38:14] "POST /network-policys HTTP/1.1" 200 559 0.089113 10.0.0.27 - - [2025-12-04 02:38:14] "GET /network-policy/85a3556d-c937-4c59-8882-64f6ae24cec3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5018 0.006751 10.0.0.27 - - [2025-12-04 02:38:14] "POST /fqname-to-id HTTP/1.1" 404 225 0.003308 10.0.0.27 - - [2025-12-04 02:38:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004291 10.0.0.23 - - [2025-12-04 02:38:15] "GET /projects?obj_uuids=a10d73d7-8b59-400d-9cc4-766bb292b7dd&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001135 10.0.0.27 - - [2025-12-04 02:38:15] "GET /project/a10d73d7-8b59-400d-9cc4-766bb292b7dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.043967 10.0.0.27 - - [2025-12-04 02:38:15] "POST /network-policys HTTP/1.1" 200 559 0.072841 10.0.0.27 - - [2025-12-04 02:38:15] "GET /network-policy/fc53d8a1-4842-4507-96e1-b9185282d017?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5020 0.007812 10.0.0.27 - - [2025-12-04 02:38:15] "POST /fqname-to-id HTTP/1.1" 404 225 0.003500 10.0.0.27 - - [2025-12-04 02:38:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003218 10.0.0.23 - - [2025-12-04 02:38:15] "GET /projects?obj_uuids=a10d73d7-8b59-400d-9cc4-766bb292b7dd&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001099 10.0.0.27 - - [2025-12-04 02:38:15] "GET /project/a10d73d7-8b59-400d-9cc4-766bb292b7dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.050543 10.0.0.27 - - [2025-12-04 02:38:15] "POST /network-policys HTTP/1.1" 200 559 0.073056 10.0.0.27 - - [2025-12-04 02:38:15] "GET /network-policy/d2eeca13-8a30-4a22-98cd-e4a235b9c563?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 8844 0.006789 10.0.0.27 - - [2025-12-04 02:38:15] "POST /fqname-to-id HTTP/1.1" 404 225 0.002968 10.0.0.27 - - [2025-12-04 02:38:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003545 10.0.0.23 - - [2025-12-04 02:38:15] "GET /projects?obj_uuids=a10d73d7-8b59-400d-9cc4-766bb292b7dd&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001265 10.0.0.27 - - [2025-12-04 02:38:15] "GET /project/a10d73d7-8b59-400d-9cc4-766bb292b7dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.051009 10.0.0.27 - - [2025-12-04 02:38:16] "POST /network-policys HTTP/1.1" 200 559 0.080742 10.0.0.27 - - [2025-12-04 02:38:16] "GET /network-policy/6b4c9dd6-315e-4d8c-86c1-0f8a0eb5b2da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5018 0.006675 10.0.0.33 - - [2025-12-04 02:38:16] "POST /fqname-to-id HTTP/1.1" 404 248 0.006027 10.0.0.23 - - [2025-12-04 02:38:16] "POST /fqname-to-id HTTP/1.1" 404 207 0.002513 10.0.0.27 - - [2025-12-04 02:38:16] "POST /neutron/network HTTP/1.1" 200 1494 0.098622 10.0.0.27 - - [2025-12-04 02:38:16] "GET /virtual-network/0b02ea25-396e-4b28-bd7d-b40b95f5a91f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3799 0.007708 10.0.0.27 - - [2025-12-04 02:38:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004384 10.0.0.27 - - [2025-12-04 02:38:16] "GET /network-policy/00b5c193-74f3-4695-a09b-0053ffd6b459?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6935 0.005668 10.0.0.27 - - [2025-12-04 02:38:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003370 10.0.0.27 - - [2025-12-04 02:38:16] "GET /network-policy/c9661cbb-f598-45ef-b171-50b57126b49d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5020 0.005985 10.0.0.27 - - [2025-12-04 02:38:17] "POST /neutron/network HTTP/1.1" 200 1494 0.101007 10.0.0.33 - - [2025-12-04 02:38:17] "POST /access-control-lists HTTP/1.1" 200 605 0.046906 10.0.0.27 - - [2025-12-04 02:38:17] "GET /virtual-network/334f57bb-0e3c-41cd-aa5c-9100ccce68e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3800 0.007361 10.0.0.27 - - [2025-12-04 02:38:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003422 10.0.0.27 - - [2025-12-04 02:38:17] "GET /network-policy/e9b23c02-25b0-4f04-9041-dc5b16b7e52e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6938 0.004102 10.0.0.27 - - [2025-12-04 02:38:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004609 10.0.0.27 - - [2025-12-04 02:38:17] "GET /network-policy/ec5cb279-f8eb-4e4a-9fe3-783ab33eca12?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 8844 0.005139 10.0.0.27 - - [2025-12-04 02:38:17] "POST /neutron/network HTTP/1.1" 200 1494 0.092233 10.0.0.33 - - [2025-12-04 02:38:17] "POST /access-control-lists HTTP/1.1" 200 605 0.043829 10.0.0.27 - - [2025-12-04 02:38:17] "GET /virtual-network/c0dc02a7-d951-45bc-824e-86b6d5035b89?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3800 0.005447 10.0.0.27 - - [2025-12-04 02:38:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003482 10.0.0.27 - - [2025-12-04 02:38:17] "GET /network-policy/85a3556d-c937-4c59-8882-64f6ae24cec3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5018 0.004865 10.0.0.27 - - [2025-12-04 02:38:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003191 10.0.0.27 - - [2025-12-04 02:38:17] "GET /network-policy/fc53d8a1-4842-4507-96e1-b9185282d017?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5020 0.004744 10.0.0.23 - - [2025-12-04 02:38:17] "POST /fqname-to-id HTTP/1.1" 404 207 0.004528 10.0.0.27 - - [2025-12-04 02:38:17] "POST /neutron/network HTTP/1.1" 200 1494 0.093086 10.0.0.27 - - [2025-12-04 02:38:17] "GET /virtual-network/ab427c9c-e119-48c6-99a6-72469c8da518?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3801 0.006547 10.0.0.27 - - [2025-12-04 02:38:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.002752 10.0.0.27 - - [2025-12-04 02:38:18] "GET /network-policy/6b4c9dd6-315e-4d8c-86c1-0f8a0eb5b2da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5018 0.008209 10.0.0.27 - - [2025-12-04 02:38:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003597 10.0.0.27 - - [2025-12-04 02:38:18] "GET /network-policy/d2eeca13-8a30-4a22-98cd-e4a235b9c563?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 8844 0.004643 10.0.0.27 - - [2025-12-04 02:38:18] "POST /id-to-fqname HTTP/1.1" 200 231 0.001682 10.0.0.33 - - [2025-12-04 02:38:36] "GET /global-system-configs HTTP/1.1" 401 292 0.000453 10.0.0.33 - - [2025-12-04 02:38:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000424 10.0.0.23 - - [2025-12-04 02:38:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000370 10.0.0.23 - - [2025-12-04 02:38:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000458 10.0.0.23 - - [2025-12-04 02:38:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000427 10.0.0.33 - - [2025-12-04 02:38:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000485 10.0.0.23 - - [2025-12-04 02:38:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000535 10.0.0.33 - - [2025-12-04 02:38:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000386 10.0.0.27 - - [2025-12-04 02:38:38] "GET /global-system-configs HTTP/1.1" 401 292 0.000411 10.0.0.27 - - [2025-12-04 02:38:38] "GET /global-system-configs HTTP/1.1" 401 292 0.000401 10.0.0.27 - - [2025-12-04 02:38:40] "GET /global-system-configs HTTP/1.1" 401 292 0.000421 10.0.0.27 - - [2025-12-04 02:38:40] "GET /global-system-configs HTTP/1.1" 401 292 0.000463 10.0.0.23 - - [2025-12-04 02:38:44] "GET /obj-perms HTTP/1.1" 200 5056 0.067557 10.0.0.23 - - [2025-12-04 02:38:54] "GET /projects?obj_uuids=a10d73d7-8b59-400d-9cc4-766bb292b7dd&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000996 10.0.0.27 - - [2025-12-04 02:38:54] "GET /project/a10d73d7-8b59-400d-9cc4-766bb292b7dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.078889 10.0.0.27 - - [2025-12-04 02:38:54] "POST /neutron/network HTTP/1.1" 200 1494 0.014633 10.0.0.27 - - [2025-12-04 02:38:54] "POST /id-to-fqname HTTP/1.1" 200 231 0.001324 10.0.0.27 - - [2025-12-04 02:38:54] "POST /neutron/port HTTP/1.1" 200 117 0.005821 10.0.0.23 - - [2025-12-04 02:38:55] "GET /projects?obj_uuids=a10d73d7-8b59-400d-9cc4-766bb292b7dd&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001147 10.0.0.27 - - [2025-12-04 02:38:55] "POST /neutron/port HTTP/1.1" 200 1170 0.516056 10.0.0.23 - - [2025-12-04 02:38:55] "GET /projects?obj_uuids=a10d73d7-8b59-400d-9cc4-766bb292b7dd&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000990 10.0.0.27 - - [2025-12-04 02:38:55] "GET /project/a10d73d7-8b59-400d-9cc4-766bb292b7dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.102685 10.0.0.27 - - [2025-12-04 02:38:55] "POST /neutron/port HTTP/1.1" 200 1170 0.052614 10.0.0.33 - - [2025-12-04 02:38:55] "PUT /access-control-list/1814de19-f648-4bb9-94e1-dffef9e2b631 HTTP/1.1" 200 272 0.113779 10.0.0.27 - - [2025-12-04 02:38:56] "POST /neutron/security_group HTTP/1.1" 200 2066 0.014853 10.0.0.27 - - [2025-12-04 02:38:56] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008796 10.0.0.27 - - [2025-12-04 02:38:57] "POST /neutron/port HTTP/1.1" 200 1198 0.042343 10.0.0.27 - - [2025-12-04 02:38:57] "POST /neutron/subnet HTTP/1.1" 200 1361 0.023199 10.0.0.27 - - [2025-12-04 02:38:57] "POST /neutron/network HTTP/1.1" 200 1494 0.020568 10.0.0.27 - - [2025-12-04 02:38:57] "POST /neutron/port HTTP/1.1" 200 1224 0.181445 10.0.0.27 - - [2025-12-04 02:38:57] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006859 10.0.0.27 - - [2025-12-04 02:38:58] "POST /neutron/port HTTP/1.1" 200 117 0.001473 10.0.0.27 - - [2025-12-04 02:39:01] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008386 10.0.0.27 - - [2025-12-04 02:39:11] "POST /neutron/port HTTP/1.1" 200 1198 0.017129 10.0.0.27 - - [2025-12-04 02:39:16] "POST /neutron/security_group HTTP/1.1" 200 2066 0.012436 10.0.0.27 - - [2025-12-04 02:39:26] "POST /neutron/port HTTP/1.1" 200 1198 0.015769 10.0.0.27 - - [2025-12-04 02:39:32] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007965 10.0.0.27 - - [2025-12-04 02:39:42] "POST /neutron/port HTTP/1.1" 200 1198 0.016024 10.0.0.27 - - [2025-12-04 02:39:44] "GET /obj-perms HTTP/1.1" 200 5056 0.053869 10.0.0.27 - - [2025-12-04 02:39:47] "POST /neutron/security_group HTTP/1.1" 200 2066 0.009246 10.0.0.27 - - [2025-12-04 02:39:47] "POST /neutron/port HTTP/1.1" 200 1198 0.018126 10.0.0.27 - - [2025-12-04 02:39:47] "GET /virtual-machine/b8d8eae3-8bc4-4bf4-9fbe-482053f4d759 HTTP/1.1" 200 1301 0.006112 10.0.0.27 - - [2025-12-04 02:39:47] "GET /virtual-machine-interface/e3483078-52aa-4844-8d9d-13210a3be247 HTTP/1.1" 200 3185 0.005759 10.0.0.27 - - [2025-12-04 02:39:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003777 10.0.0.27 - - [2025-12-04 02:39:47] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003638 10.0.0.27 - - [2025-12-04 02:39:47] "GET /virtual-networks?parent_id=a10d73d7-8b59-400d-9cc4-766bb292b7dd&detail=False&count=False&shared=False HTTP/1.1" 200 1055 0.002950 10.0.0.27 - - [2025-12-04 02:39:47] "GET /virtual-network/0b02ea25-396e-4b28-bd7d-b40b95f5a91f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3799 0.006230 10.0.0.27 - - [2025-12-04 02:39:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003329 10.0.0.27 - - [2025-12-04 02:39:50] "GET /virtual-network/0b02ea25-396e-4b28-bd7d-b40b95f5a91f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3799 0.005322 10.0.0.27 - - [2025-12-04 02:39:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003982 10.0.0.27 - - [2025-12-04 02:39:54] "GET /virtual-network/0b02ea25-396e-4b28-bd7d-b40b95f5a91f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3799 0.005607 10.0.0.27 - - [2025-12-04 02:39:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003250 10.0.0.27 - - [2025-12-04 02:39:58] "GET /virtual-network/0b02ea25-396e-4b28-bd7d-b40b95f5a91f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3799 0.010125 10.0.0.27 - - [2025-12-04 02:40:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003206 10.0.0.27 - - [2025-12-04 02:40:03] "GET /virtual-network/0b02ea25-396e-4b28-bd7d-b40b95f5a91f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3799 0.006078 10.0.0.27 - - [2025-12-04 02:40:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004309 10.0.0.27 - - [2025-12-04 02:40:07] "GET /virtual-network/0b02ea25-396e-4b28-bd7d-b40b95f5a91f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3799 0.006308 10.0.0.27 - - [2025-12-04 02:40:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003350 10.0.0.27 - - [2025-12-04 02:40:11] "GET /virtual-network/0b02ea25-396e-4b28-bd7d-b40b95f5a91f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3799 0.007340 10.0.0.27 - - [2025-12-04 02:40:14] "POST /neutron/port HTTP/1.1" 200 1198 0.023005 10.0.0.27 - - [2025-12-04 02:40:15] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004405 10.0.0.27 - - [2025-12-04 02:40:15] "POST /neutron/port HTTP/1.1" 200 117 0.001312 10.0.0.27 - - [2025-12-04 02:40:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.014440 10.0.0.27 - - [2025-12-04 02:40:15] "GET /virtual-network/0b02ea25-396e-4b28-bd7d-b40b95f5a91f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3799 0.007647 10.0.0.27 - - [2025-12-04 02:40:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003488 10.0.0.27 - - [2025-12-04 02:40:19] "GET /virtual-network/0b02ea25-396e-4b28-bd7d-b40b95f5a91f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3799 0.006680 10.0.0.27 - - [2025-12-04 02:40:20] "POST /neutron/port HTTP/1.1" 200 1198 0.017290 10.0.0.27 - - [2025-12-04 02:40:20] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004834 10.0.0.27 - - [2025-12-04 02:40:20] "POST /neutron/port HTTP/1.1" 200 117 0.001754 10.0.0.27 - - [2025-12-04 02:40:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004359 10.0.0.27 - - [2025-12-04 02:40:23] "GET /virtual-network/0b02ea25-396e-4b28-bd7d-b40b95f5a91f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3799 0.006323 10.0.0.27 - - [2025-12-04 02:40:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003340 10.0.0.27 - - [2025-12-04 02:40:25] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004861 10.0.0.27 - - [2025-12-04 02:40:25] "GET /virtual-networks?parent_id=a10d73d7-8b59-400d-9cc4-766bb292b7dd&detail=False&count=False&shared=False HTTP/1.1" 200 1055 0.003617 10.0.0.27 - - [2025-12-04 02:40:25] "GET /virtual-network/0b02ea25-396e-4b28-bd7d-b40b95f5a91f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3799 0.006871 10.0.0.27 - - [2025-12-04 02:40:25] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008049 10.0.0.27 - - [2025-12-04 02:40:36] "POST /neutron/port HTTP/1.1" 200 1198 0.014834 10.0.0.27 - - [2025-12-04 02:40:37] "POST /neutron/security_group HTTP/1.1" 200 2066 0.036533 10.0.0.27 - - [2025-12-04 02:40:41] "POST /neutron/port HTTP/1.1" 200 1198 0.016516 10.0.0.27 - - [2025-12-04 02:40:46] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008247 10.0.0.27 - - [2025-12-04 02:40:46] "POST /neutron/port HTTP/1.1" 200 1198 0.019511 10.0.0.27 - - [2025-12-04 02:40:46] "GET /virtual-machine/0591efd9-eb79-4a9b-b702-89ec5b7fa6e5 HTTP/1.1" 200 1299 0.006700 10.0.0.27 - - [2025-12-04 02:40:46] "GET /virtual-machine-interface/f22c6dcc-15b8-4aa7-958c-3b0e13763e7d HTTP/1.1" 200 3185 0.005576 10.0.0.27 - - [2025-12-04 02:40:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003974 10.0.0.27 - - [2025-12-04 02:40:46] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003612 10.0.0.27 - - [2025-12-04 02:40:46] "GET /virtual-networks?parent_id=a10d73d7-8b59-400d-9cc4-766bb292b7dd&detail=False&count=False&shared=False HTTP/1.1" 200 1055 0.003530 10.0.0.27 - - [2025-12-04 02:40:46] "GET /virtual-network/334f57bb-0e3c-41cd-aa5c-9100ccce68e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3800 0.007157 10.0.0.27 - - [2025-12-04 02:40:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003427 10.0.0.27 - - [2025-12-04 02:40:47] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003566 10.0.0.27 - - [2025-12-04 02:40:47] "GET /virtual-networks?parent_id=a10d73d7-8b59-400d-9cc4-766bb292b7dd&detail=False&count=False&shared=False HTTP/1.1" 200 1055 0.004067 10.0.0.27 - - [2025-12-04 02:40:48] "GET /virtual-network/334f57bb-0e3c-41cd-aa5c-9100ccce68e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3800 0.006131 10.0.0.27 - - [2025-12-04 02:40:48] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008273 10.0.0.27 - - [2025-12-04 02:40:53] "POST /neutron/port HTTP/1.1" 200 1198 0.017581 10.0.0.27 - - [2025-12-04 02:40:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004256 10.0.0.27 - - [2025-12-04 02:40:53] "GET /network-policy/e9b23c02-25b0-4f04-9041-dc5b16b7e52e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6938 0.005017 10.0.0.27 - - [2025-12-04 02:40:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003823 10.0.0.27 - - [2025-12-04 02:40:53] "GET /network-policy/ec5cb279-f8eb-4e4a-9fe3-783ab33eca12?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 8844 0.004477 10.0.0.27 - - [2025-12-04 02:40:54] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008250 10.0.0.27 - - [2025-12-04 02:40:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004557 10.0.0.27 - - [2025-12-04 02:40:54] "GET /network-policy/00b5c193-74f3-4695-a09b-0053ffd6b459?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6935 0.004406 10.0.0.27 - - [2025-12-04 02:40:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003577 10.0.0.27 - - [2025-12-04 02:40:54] "GET /network-policy/c9661cbb-f598-45ef-b171-50b57126b49d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5020 0.004368 10.0.0.27 - - [2025-12-04 02:41:16] "POST /neutron/network HTTP/1.1" 200 1504 0.008254 10.0.0.27 - - [2025-12-04 02:41:16] "POST /neutron/subnet HTTP/1.1" 200 1361 0.016898 10.0.0.27 - - [2025-12-04 02:41:16] "POST /neutron/network HTTP/1.1" 200 1494 0.012232 10.0.0.27 - - [2025-12-04 02:41:17] "GET /virtual-machine/0591efd9-eb79-4a9b-b702-89ec5b7fa6e5 HTTP/1.1" 200 1299 0.004538 10.0.0.27 - - [2025-12-04 02:41:18] "POST /neutron/port HTTP/1.1" 200 151 0.273670 10.0.0.27 - - [2025-12-04 02:41:19] "GET /virtual-machine/0591efd9-eb79-4a9b-b702-89ec5b7fa6e5 HTTP/1.1" 404 171 0.003746 10.0.0.27 - - [2025-12-04 02:41:19] "GET /virtual-machine/0591efd9-eb79-4a9b-b702-89ec5b7fa6e5 HTTP/1.1" 404 171 0.003116 10.0.0.27 - - [2025-12-04 02:41:19] "GET /virtual-machine/0591efd9-eb79-4a9b-b702-89ec5b7fa6e5 HTTP/1.1" 404 171 0.003098 10.0.0.27 - - [2025-12-04 02:41:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.029823 10.0.0.27 - - [2025-12-04 02:41:19] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004225 10.0.0.27 - - [2025-12-04 02:41:19] "GET /virtual-networks?parent_id=a10d73d7-8b59-400d-9cc4-766bb292b7dd&detail=False&count=False&shared=False HTTP/1.1" 200 1055 0.003120 10.0.0.27 - - [2025-12-04 02:41:19] "GET /virtual-network/334f57bb-0e3c-41cd-aa5c-9100ccce68e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3800 0.006361 10.0.0.27 - - [2025-12-04 02:41:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003455 10.0.0.27 - - [2025-12-04 02:41:19] "GET /routing-instance/678bcc6f-4b8c-4d82-ad26-31ef62dfb014?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1813 0.006821 10.0.0.27 - - [2025-12-04 02:41:19] "GET /route-target/0dcadfa5-6283-490e-ade0-1fd929ad6f17?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 900 0.005399 10.0.0.27 - - [2025-12-04 02:41:19] "GET /virtual-machine/0591efd9-eb79-4a9b-b702-89ec5b7fa6e5 HTTP/1.1" 404 171 0.003027 10.0.0.27 - - [2025-12-04 02:41:20] "GET /virtual-machine/0591efd9-eb79-4a9b-b702-89ec5b7fa6e5 HTTP/1.1" 404 171 0.003587 10.0.0.27 - - [2025-12-04 02:41:21] "GET /virtual-machine/0591efd9-eb79-4a9b-b702-89ec5b7fa6e5 HTTP/1.1" 404 171 0.003161 10.0.0.27 - - [2025-12-04 02:41:22] "POST /neutron/network HTTP/1.1" 200 1504 0.007410 10.0.0.27 - - [2025-12-04 02:41:22] "POST /neutron/subnet HTTP/1.1" 200 1361 0.014318 10.0.0.27 - - [2025-12-04 02:41:22] "POST /neutron/network HTTP/1.1" 200 1494 0.011191 10.0.0.27 - - [2025-12-04 02:41:22] "GET /virtual-machine/0591efd9-eb79-4a9b-b702-89ec5b7fa6e5 HTTP/1.1" 404 171 0.003440 10.0.0.27 - - [2025-12-04 02:41:23] "GET /virtual-machine/0591efd9-eb79-4a9b-b702-89ec5b7fa6e5 HTTP/1.1" 404 171 0.002967 10.0.0.27 - - [2025-12-04 02:41:24] "GET /virtual-machine/0591efd9-eb79-4a9b-b702-89ec5b7fa6e5 HTTP/1.1" 404 171 0.004062 10.0.0.27 - - [2025-12-04 02:41:25] "GET /obj-perms HTTP/1.1" 200 5046 0.003908 10.0.0.33 - - [2025-12-04 02:41:25] "GET /obj-perms HTTP/1.1" 200 5046 0.062331 10.0.0.23 - - [2025-12-04 02:41:25] "GET /obj-perms HTTP/1.1" 200 5046 0.056470 10.0.0.27 - - [2025-12-04 02:41:25] "GET /virtual-machine/b8d8eae3-8bc4-4bf4-9fbe-482053f4d759 HTTP/1.1" 200 1301 0.030660 10.0.0.27 - - [2025-12-04 02:41:26] "POST /neutron/port HTTP/1.1" 200 151 0.237538 10.0.0.27 - - [2025-12-04 02:41:27] "GET /virtual-machine/b8d8eae3-8bc4-4bf4-9fbe-482053f4d759 HTTP/1.1" 404 171 0.003637 10.0.0.27 - - [2025-12-04 02:41:27] "GET /virtual-machine/b8d8eae3-8bc4-4bf4-9fbe-482053f4d759 HTTP/1.1" 404 171 0.003340 10.0.0.27 - - [2025-12-04 02:41:27] "GET /virtual-machine/b8d8eae3-8bc4-4bf4-9fbe-482053f4d759 HTTP/1.1" 404 171 0.003564 10.0.0.27 - - [2025-12-04 02:41:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.006767 10.0.0.27 - - [2025-12-04 02:41:27] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003728 10.0.0.27 - - [2025-12-04 02:41:27] "GET /virtual-networks?parent_id=a10d73d7-8b59-400d-9cc4-766bb292b7dd&detail=False&count=False&shared=False HTTP/1.1" 200 1055 0.003361 10.0.0.27 - - [2025-12-04 02:41:27] "GET /virtual-network/0b02ea25-396e-4b28-bd7d-b40b95f5a91f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3799 0.006888 10.0.0.27 - - [2025-12-04 02:41:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003608 10.0.0.27 - - [2025-12-04 02:41:27] "GET /routing-instance/bdde9557-c6e9-4a1b-8c13-25224016aec4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1814 0.004484 10.0.0.27 - - [2025-12-04 02:41:27] "GET /route-target/3677d084-1fd5-467b-beb3-c45f302a7108?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004933 10.0.0.27 - - [2025-12-04 02:41:27] "GET /obj-perms HTTP/1.1" 200 5046 0.003852 10.0.0.27 - - [2025-12-04 02:41:34] "GET /obj-perms HTTP/1.1" 200 5046 0.004009 10.0.0.27 - - [2025-12-04 02:41:37] "GET /obj-perms HTTP/1.1" 200 5046 0.006313 10.0.0.27 - - [2025-12-04 02:41:43] "GET /obj-perms HTTP/1.1" 200 5046 0.004737 10.0.0.27 - - [2025-12-04 02:41:46] "GET /obj-perms HTTP/1.1" 200 5046 0.003656 10.0.0.27 - - [2025-12-04 02:41:52] "GET /obj-perms HTTP/1.1" 200 5046 0.004391 10.0.0.27 - - [2025-12-04 02:41:52] "GET /obj-perms HTTP/1.1" 200 5046 0.003907 10.0.0.27 - - [2025-12-04 02:41:52] "GET /virtual-network/ab427c9c-e119-48c6-99a6-72469c8da518?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3801 0.008554 10.0.0.27 - - [2025-12-04 02:41:52] "POST /neutron/network HTTP/1.1" 200 1309 0.014166 10.0.0.27 - - [2025-12-04 02:41:52] "GET /virtual-network/ab427c9c-e119-48c6-99a6-72469c8da518?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3196 0.005519 10.0.0.27 - - [2025-12-04 02:41:53] "GET /virtual-network/c0dc02a7-d951-45bc-824e-86b6d5035b89?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3800 0.005566 10.0.0.33 - - [2025-12-04 02:41:53] "DELETE /access-control-list/0ffd16c7-a61f-4de4-8748-d19ebf3ce087 HTTP/1.1" 200 115 0.070051 10.0.0.27 - - [2025-12-04 02:41:53] "POST /neutron/network HTTP/1.1" 200 1309 0.048636 10.0.0.27 - - [2025-12-04 02:41:53] "GET /virtual-network/c0dc02a7-d951-45bc-824e-86b6d5035b89?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3195 0.011644 10.0.0.27 - - [2025-12-04 02:41:53] "GET /virtual-network/334f57bb-0e3c-41cd-aa5c-9100ccce68e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3800 0.006525 10.0.0.23 - - [2025-12-04 02:41:53] "POST /fqname-to-id HTTP/1.1" 404 207 0.053187 10.0.0.27 - - [2025-12-04 02:41:53] "POST /neutron/network HTTP/1.1" 200 1309 0.023643 10.0.0.27 - - [2025-12-04 02:41:53] "GET /virtual-network/334f57bb-0e3c-41cd-aa5c-9100ccce68e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3195 0.014515 10.0.0.27 - - [2025-12-04 02:41:54] "GET /virtual-network/0b02ea25-396e-4b28-bd7d-b40b95f5a91f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3799 0.005924 10.0.0.33 - - [2025-12-04 02:41:54] "DELETE /access-control-list/1814de19-f648-4bb9-94e1-dffef9e2b631 HTTP/1.1" 200 115 0.060744 10.0.0.27 - - [2025-12-04 02:41:54] "POST /neutron/network HTTP/1.1" 200 1309 0.021924 10.0.0.27 - - [2025-12-04 02:41:54] "GET /virtual-network/0b02ea25-396e-4b28-bd7d-b40b95f5a91f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3194 0.009787 10.0.0.27 - - [2025-12-04 02:41:54] "DELETE /network-policy/6b4c9dd6-315e-4d8c-86c1-0f8a0eb5b2da HTTP/1.1" 200 115 0.043190 10.0.0.27 - - [2025-12-04 02:41:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.007341 10.0.0.23 - - [2025-12-04 02:41:54] "GET /projects?obj_uuids=a10d73d7-8b59-400d-9cc4-766bb292b7dd&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.033812 10.0.0.27 - - [2025-12-04 02:41:54] "GET /project/a10d73d7-8b59-400d-9cc4-766bb292b7dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.079903 10.0.0.27 - - [2025-12-04 02:41:54] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyIpv4v6-38352761&detail=False&count=False&shared=False HTTP/1.1" 200 1755 0.005267 10.0.0.27 - - [2025-12-04 02:41:54] "DELETE /network-policy/d2eeca13-8a30-4a22-98cd-e4a235b9c563 HTTP/1.1" 200 115 0.047076 10.0.0.27 - - [2025-12-04 02:41:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.005034 10.0.0.23 - - [2025-12-04 02:41:54] "GET /projects?obj_uuids=a10d73d7-8b59-400d-9cc4-766bb292b7dd&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000955 10.0.0.27 - - [2025-12-04 02:41:54] "GET /project/a10d73d7-8b59-400d-9cc4-766bb292b7dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.043330 10.0.0.27 - - [2025-12-04 02:41:54] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyIpv4v6-38352761&detail=False&count=False&shared=False HTTP/1.1" 200 1523 0.005418 10.0.0.27 - - [2025-12-04 02:41:54] "DELETE /network-policy/fc53d8a1-4842-4507-96e1-b9185282d017 HTTP/1.1" 200 115 0.062283 10.0.0.27 - - [2025-12-04 02:41:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003976 10.0.0.23 - - [2025-12-04 02:41:54] "GET /projects?obj_uuids=a10d73d7-8b59-400d-9cc4-766bb292b7dd&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001376 10.0.0.27 - - [2025-12-04 02:41:54] "GET /project/a10d73d7-8b59-400d-9cc4-766bb292b7dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.075219 10.0.0.27 - - [2025-12-04 02:41:55] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyIpv4v6-38352761&detail=False&count=False&shared=False HTTP/1.1" 200 1291 0.005676 10.0.0.27 - - [2025-12-04 02:41:55] "DELETE /network-policy/85a3556d-c937-4c59-8882-64f6ae24cec3 HTTP/1.1" 200 115 0.052186 10.0.0.27 - - [2025-12-04 02:41:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.008285 10.0.0.23 - - [2025-12-04 02:41:55] "GET /projects?obj_uuids=a10d73d7-8b59-400d-9cc4-766bb292b7dd&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001036 10.0.0.27 - - [2025-12-04 02:41:55] "GET /project/a10d73d7-8b59-400d-9cc4-766bb292b7dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.048235 10.0.0.27 - - [2025-12-04 02:41:55] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyIpv4v6-38352761&detail=False&count=False&shared=False HTTP/1.1" 200 1058 0.006334 10.0.0.27 - - [2025-12-04 02:41:55] "DELETE /network-policy/ec5cb279-f8eb-4e4a-9fe3-783ab33eca12 HTTP/1.1" 200 115 0.040303 10.0.0.27 - - [2025-12-04 02:41:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003987 10.0.0.23 - - [2025-12-04 02:41:55] "GET /projects?obj_uuids=a10d73d7-8b59-400d-9cc4-766bb292b7dd&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001478 10.0.0.27 - - [2025-12-04 02:41:55] "GET /project/a10d73d7-8b59-400d-9cc4-766bb292b7dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.049121 10.0.0.27 - - [2025-12-04 02:41:55] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyIpv4v6-38352761&detail=False&count=False&shared=False HTTP/1.1" 200 826 0.005769 10.0.0.27 - - [2025-12-04 02:41:55] "DELETE /network-policy/e9b23c02-25b0-4f04-9041-dc5b16b7e52e HTTP/1.1" 200 115 0.060481 10.0.0.27 - - [2025-12-04 02:41:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003403 10.0.0.23 - - [2025-12-04 02:41:55] "GET /projects?obj_uuids=a10d73d7-8b59-400d-9cc4-766bb292b7dd&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001321 10.0.0.27 - - [2025-12-04 02:41:55] "GET /project/a10d73d7-8b59-400d-9cc4-766bb292b7dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.053319 10.0.0.27 - - [2025-12-04 02:41:55] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyIpv4v6-38352761&detail=False&count=False&shared=False HTTP/1.1" 200 594 0.006647 10.0.0.27 - - [2025-12-04 02:41:55] "DELETE /network-policy/c9661cbb-f598-45ef-b171-50b57126b49d HTTP/1.1" 200 115 0.066227 10.0.0.27 - - [2025-12-04 02:41:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.004105 10.0.0.23 - - [2025-12-04 02:41:55] "GET /projects?obj_uuids=a10d73d7-8b59-400d-9cc4-766bb292b7dd&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001028 10.0.0.27 - - [2025-12-04 02:41:55] "GET /project/a10d73d7-8b59-400d-9cc4-766bb292b7dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.051311 10.0.0.27 - - [2025-12-04 02:41:56] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyIpv4v6-38352761&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.006834 10.0.0.27 - - [2025-12-04 02:41:56] "DELETE /network-policy/00b5c193-74f3-4695-a09b-0053ffd6b459 HTTP/1.1" 200 115 0.045009 10.0.0.27 - - [2025-12-04 02:41:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003501 10.0.0.23 - - [2025-12-04 02:41:56] "GET /projects?obj_uuids=a10d73d7-8b59-400d-9cc4-766bb292b7dd&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001270 10.0.0.27 - - [2025-12-04 02:41:56] "GET /project/a10d73d7-8b59-400d-9cc4-766bb292b7dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.039860 10.0.0.27 - - [2025-12-04 02:41:56] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyIpv4v6-38352761&detail=False&count=False&shared=False HTTP/1.1" 200 131 0.005176 10.0.0.33 - - [2025-12-04 02:41:56] "DELETE /route-target/075afb10-746a-4f63-80b8-da90e1c3c536 HTTP/1.1" 200 115 0.023512 10.0.0.27 - - [2025-12-04 02:41:56] "POST /neutron/network HTTP/1.1" 200 1309 0.010970 10.0.0.33 - - [2025-12-04 02:41:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003875 10.0.0.23 - - [2025-12-04 02:41:57] "POST /useragent-kv HTTP/1.1" 200 115 0.002489 10.0.0.23 - - [2025-12-04 02:41:57] "POST /useragent-kv HTTP/1.1" 200 115 0.002239 10.0.0.23 - - [2025-12-04 02:41:57] "POST /useragent-kv HTTP/1.1" 200 115 0.002759 10.0.0.23 - - [2025-12-04 02:41:57] "POST /useragent-kv HTTP/1.1" 200 115 0.003550 10.0.0.23 - - [2025-12-04 02:41:57] "POST /useragent-kv HTTP/1.1" 200 115 0.002180 10.0.0.23 - - [2025-12-04 02:41:57] "POST /useragent-kv HTTP/1.1" 200 115 0.002125 10.0.0.27 - - [2025-12-04 02:41:57] "POST /neutron/network HTTP/1.1" 200 151 0.175699 10.0.0.33 - - [2025-12-04 02:41:57] "DELETE /route-target/3677d084-1fd5-467b-beb3-c45f302a7108 HTTP/1.1" 200 115 0.025846 10.0.0.27 - - [2025-12-04 02:41:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003510 10.0.0.27 - - [2025-12-04 02:41:57] "DELETE /network-ipam/5c9c7c71-ec6f-4a87-ac57-fe1fe1ed7569 HTTP/1.1" 200 115 0.041361 10.0.0.27 - - [2025-12-04 02:41:57] "POST /fqname-to-id HTTP/1.1" 404 252 0.003080 10.0.0.23 - - [2025-12-04 02:41:58] "GET /projects?obj_uuids=a10d73d7-8b59-400d-9cc4-766bb292b7dd&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001040 10.0.0.23 - - [2025-12-04 02:41:58] "GET /project/a10d73d7-8b59-400d-9cc4-766bb292b7dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1501 0.040840 10.0.0.23 - - [2025-12-04 02:41:58] "GET /projects?obj_uuids=a10d73d7-8b59-400d-9cc4-766bb292b7dd&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001100 10.0.0.23 - - [2025-12-04 02:41:58] "GET /project/a10d73d7-8b59-400d-9cc4-766bb292b7dd?fields=security_groups HTTP/1.1" 200 1388 0.057134 10.0.0.23 - - [2025-12-04 02:41:58] "DELETE /security-group/31b0d741-66df-41d9-ad50-44e17d684c6f HTTP/1.1" 200 115 0.051995 10.0.0.23 - - [2025-12-04 02:41:58] "GET /projects?obj_uuids=a10d73d7-8b59-400d-9cc4-766bb292b7dd&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001367 10.0.0.23 - - [2025-12-04 02:41:58] "GET /project/a10d73d7-8b59-400d-9cc4-766bb292b7dd?fields=application_policy_sets HTTP/1.1" 200 1427 0.049373 10.0.0.27 - - [2025-12-04 02:41:58] "DELETE /project/a10d73d7-8b59-400d-9cc4-766bb292b7dd HTTP/1.1" 200 115 0.409233 10.0.0.23 - - [2025-12-04 02:41:58] "GET /domains?obj_uuids=77f3106b-db9e-49b5-893e-09cac574b890&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001673 10.0.0.27 - - [2025-12-04 02:41:58] "GET /domain/77f3106b-db9e-49b5-893e-09cac574b890?fields=projects HTTP/1.1" 200 1243 0.011390 10.0.0.27 - - [2025-12-04 02:42:03] "POST /fqname-to-id HTTP/1.1" 404 225 0.003642 10.0.0.23 - - [2025-12-04 02:42:03] "POST /id-to-fqname HTTP/1.1" 200 198 0.002394 10.0.0.23 - - [2025-12-04 02:42:03] "POST /fqname-to-id HTTP/1.1" 404 207 0.008607 10.0.0.23 - - [2025-12-04 02:42:03] "POST /security-groups HTTP/1.1" 200 599 0.039865 10.0.0.33 - - [2025-12-04 02:42:03] "POST /fqname-to-id HTTP/1.1" 404 242 0.004471 10.0.0.23 - - [2025-12-04 02:42:03] "POST /projects HTTP/1.1" 200 601 0.269600 10.0.0.27 - - [2025-12-04 02:42:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.303021 10.0.0.23 - - [2025-12-04 02:42:04] "GET /projects?obj_uuids=a10d73d7-8b59-400d-9cc4-766bb292b7dd&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001249 10.0.0.27 - - [2025-12-04 02:42:04] "GET /project/a10d73d7-8b59-400d-9cc4-766bb292b7dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.042762 10.0.0.33 - - [2025-12-04 02:42:04] "POST /access-control-lists HTTP/1.1" 200 602 0.052693 10.0.0.27 - - [2025-12-04 02:42:04] "POST /network-policys HTTP/1.1" 200 559 0.030459 10.0.0.27 - - [2025-12-04 02:42:04] "GET /network-policy/f10a0eed-13f6-44e7-a44f-b2875b0e8830?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3106 0.007083 10.0.0.27 - - [2025-12-04 02:42:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003060 10.0.0.23 - - [2025-12-04 02:42:04] "GET /projects?obj_uuids=a10d73d7-8b59-400d-9cc4-766bb292b7dd&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001317 10.0.0.27 - - [2025-12-04 02:42:04] "GET /project/a10d73d7-8b59-400d-9cc4-766bb292b7dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.054124 10.0.0.27 - - [2025-12-04 02:42:04] "POST /neutron/network HTTP/1.1" 200 117 0.012285 10.0.0.23 - - [2025-12-04 02:42:05] "POST /useragent-kv HTTP/1.1" 200 115 0.006229 10.0.0.27 - - [2025-12-04 02:42:05] "POST /neutron/subnet HTTP/1.1" 200 828 0.244904 10.0.0.27 - - [2025-12-04 02:42:05] "POST /id-to-fqname HTTP/1.1" 200 229 0.001385 10.0.0.27 - - [2025-12-04 02:42:05] "GET /virtual-network/c3791bc9-24ad-47a9-8088-f392b47009ad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.005441 10.0.0.27 - - [2025-12-04 02:42:05] "GET /virtual-network/c3791bc9-24ad-47a9-8088-f392b47009ad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.005893 10.0.0.27 - - [2025-12-04 02:42:05] "POST /neutron/network HTTP/1.1" 200 1007 0.009253 10.0.0.27 - - [2025-12-04 02:42:05] "POST /neutron/network HTTP/1.1" 200 1007 0.008955 10.0.0.33 - - [2025-12-04 02:42:05] "POST /fqname-to-id HTTP/1.1" 404 244 0.007527 10.0.0.23 - - [2025-12-04 02:42:05] "POST /fqname-to-id HTTP/1.1" 404 207 0.013982 10.0.0.27 - - [2025-12-04 02:42:05] "GET /virtual-network/c3791bc9-24ad-47a9-8088-f392b47009ad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2955 0.008216 10.0.0.27 - - [2025-12-04 02:42:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003150 10.0.0.27 - - [2025-12-04 02:42:05] "GET /network-policy/f10a0eed-13f6-44e7-a44f-b2875b0e8830?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3106 0.004452 10.0.0.27 - - [2025-12-04 02:42:05] "GET /virtual-network/c3791bc9-24ad-47a9-8088-f392b47009ad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2955 0.005792 10.0.0.33 - - [2025-12-04 02:42:05] "GET /obj-perms HTTP/1.1" 200 5046 0.004142 10.0.0.23 - - [2025-12-04 02:42:05] "GET /obj-perms HTTP/1.1" 200 5046 0.005290 10.0.0.27 - - [2025-12-04 02:42:05] "POST /id-to-fqname HTTP/1.1" 200 229 0.001292 10.0.0.27 - - [2025-12-04 02:42:06] "POST /neutron/network HTTP/1.1" 200 1116 0.008981 10.0.0.23 - - [2025-12-04 02:42:06] "GET /projects?obj_uuids=a10d73d7-8b59-400d-9cc4-766bb292b7dd&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001169 10.0.0.27 - - [2025-12-04 02:42:06] "GET /project/a10d73d7-8b59-400d-9cc4-766bb292b7dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.065837 10.0.0.27 - - [2025-12-04 02:42:07] "POST /neutron/port HTTP/1.1" 200 117 0.010827 10.0.0.27 - - [2025-12-04 02:42:07] "POST /id-to-fqname HTTP/1.1" 200 229 0.001520 10.0.0.27 - - [2025-12-04 02:42:07] "POST /neutron/network HTTP/1.1" 200 1116 0.007341 10.0.0.23 - - [2025-12-04 02:42:08] "GET /projects?obj_uuids=a10d73d7-8b59-400d-9cc4-766bb292b7dd&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001916 10.0.0.27 - - [2025-12-04 02:42:08] "GET /project/a10d73d7-8b59-400d-9cc4-766bb292b7dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.103469 10.0.0.27 - - [2025-12-04 02:42:08] "POST /neutron/port HTTP/1.1" 200 1174 0.059899 10.0.0.27 - - [2025-12-04 02:42:08] "POST /neutron/port HTTP/1.1" 200 1202 0.045963 10.0.0.27 - - [2025-12-04 02:42:08] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003641 10.0.0.27 - - [2025-12-04 02:42:08] "POST /neutron/port HTTP/1.1" 200 117 0.009687 10.0.0.27 - - [2025-12-04 02:42:08] "POST /neutron/network HTTP/1.1" 200 1106 0.010476 10.0.0.27 - - [2025-12-04 02:42:09] "POST /neutron/network HTTP/1.1" 200 1116 0.006383 10.0.0.27 - - [2025-12-04 02:42:09] "POST /neutron/port HTTP/1.1" 200 1174 0.023117 10.0.0.27 - - [2025-12-04 02:42:09] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004710 10.0.0.27 - - [2025-12-04 02:42:09] "POST /neutron/port HTTP/1.1" 200 117 0.001714 10.0.0.27 - - [2025-12-04 02:42:13] "POST /neutron/port HTTP/1.1" 200 1202 0.015098 10.0.0.27 - - [2025-12-04 02:42:13] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008352 10.0.0.27 - - [2025-12-04 02:42:14] "GET /virtual-machine/87a02dd9-1831-4439-b3f8-0bfb34517ca7 HTTP/1.1" 200 1300 0.005782 10.0.0.27 - - [2025-12-04 02:42:14] "GET /virtual-machine-interface/d83638b7-4a90-486a-81f2-675eb66b91f9 HTTP/1.1" 200 3178 0.006691 10.0.0.27 - - [2025-12-04 02:42:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004276 10.0.0.27 - - [2025-12-04 02:42:14] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004496 10.0.0.27 - - [2025-12-04 02:42:14] "GET /virtual-networks?parent_id=a10d73d7-8b59-400d-9cc4-766bb292b7dd&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.003549 10.0.0.27 - - [2025-12-04 02:42:14] "GET /virtual-network/c3791bc9-24ad-47a9-8088-f392b47009ad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2955 0.006376 10.0.0.27 - - [2025-12-04 02:42:17] "POST /neutron/port HTTP/1.1" 200 1202 0.043662 10.0.0.27 - - [2025-12-04 02:42:17] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004395 10.0.0.27 - - [2025-12-04 02:42:17] "POST /neutron/port HTTP/1.1" 200 117 0.001283 10.0.0.27 - - [2025-12-04 02:42:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003447 10.0.0.27 - - [2025-12-04 02:42:17] "GET /virtual-network/c3791bc9-24ad-47a9-8088-f392b47009ad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2955 0.005808 10.0.0.27 - - [2025-12-04 02:42:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003915 10.0.0.27 - - [2025-12-04 02:42:21] "GET /virtual-network/c3791bc9-24ad-47a9-8088-f392b47009ad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2955 0.006312 10.0.0.27 - - [2025-12-04 02:42:23] "POST /neutron/port HTTP/1.1" 200 1202 0.048321 10.0.0.27 - - [2025-12-04 02:42:23] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004712 10.0.0.27 - - [2025-12-04 02:42:23] "POST /neutron/port HTTP/1.1" 200 117 0.001060 10.0.0.27 - - [2025-12-04 02:42:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003584 10.0.0.27 - - [2025-12-04 02:42:25] "GET /virtual-network/c3791bc9-24ad-47a9-8088-f392b47009ad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2955 0.005726 10.0.0.27 - - [2025-12-04 02:42:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003575 10.0.0.27 - - [2025-12-04 02:42:29] "GET /virtual-network/c3791bc9-24ad-47a9-8088-f392b47009ad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2955 0.005111 10.0.0.27 - - [2025-12-04 02:42:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003290 10.0.0.27 - - [2025-12-04 02:42:33] "GET /virtual-network/c3791bc9-24ad-47a9-8088-f392b47009ad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2955 0.006407 10.0.0.23 - - [2025-12-04 02:42:35] "DELETE /project/a10d73d78b59400d9cc4766bb292b7dd HTTP/1.1" 404 173 0.036378 10.0.0.27 - - [2025-12-04 02:42:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003406 10.0.0.27 - - [2025-12-04 02:42:37] "GET /virtual-network/c3791bc9-24ad-47a9-8088-f392b47009ad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2955 0.006044 10.0.0.27 - - [2025-12-04 02:42:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003299 10.0.0.27 - - [2025-12-04 02:42:41] "GET /virtual-network/c3791bc9-24ad-47a9-8088-f392b47009ad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2955 0.005739 10.0.0.27 - - [2025-12-04 02:42:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003893 10.0.0.27 - - [2025-12-04 02:42:45] "GET /virtual-network/c3791bc9-24ad-47a9-8088-f392b47009ad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2955 0.005147 10.0.0.27 - - [2025-12-04 02:42:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003404 10.0.0.27 - - [2025-12-04 02:42:50] "GET /virtual-network/c3791bc9-24ad-47a9-8088-f392b47009ad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2955 0.006152 10.0.0.27 - - [2025-12-04 02:42:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.004123 10.0.0.27 - - [2025-12-04 02:42:52] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004100 10.0.0.27 - - [2025-12-04 02:42:52] "GET /virtual-networks?parent_id=a10d73d7-8b59-400d-9cc4-766bb292b7dd&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.003176 10.0.0.27 - - [2025-12-04 02:42:52] "GET /virtual-network/c3791bc9-24ad-47a9-8088-f392b47009ad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2955 0.006154 10.0.0.27 - - [2025-12-04 02:42:52] "POST /neutron/port HTTP/1.1" 200 1202 0.015028 10.0.0.27 - - [2025-12-04 02:42:57] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008636 10.0.0.27 - - [2025-12-04 02:43:02] "POST /neutron/port HTTP/1.1" 200 1202 0.018325 10.0.0.27 - - [2025-12-04 02:43:05] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007839 10.0.0.27 - - [2025-12-04 02:43:13] "POST /neutron/port HTTP/1.1" 200 1202 0.016555 10.0.0.27 - - [2025-12-04 02:43:13] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008159 10.0.0.27 - - [2025-12-04 02:43:13] "GET /virtual-machine/0cd49123-3c8f-4e6c-b73a-c19e71e5b907 HTTP/1.1" 200 1299 0.006179 10.0.0.27 - - [2025-12-04 02:43:13] "GET /virtual-machine-interface/8847d795-0c80-4bcb-8cd0-6a5895992c4e HTTP/1.1" 200 3178 0.006045 10.0.0.27 - - [2025-12-04 02:43:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003480 10.0.0.27 - - [2025-12-04 02:43:13] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.074570 10.0.0.27 - - [2025-12-04 02:43:13] "GET /virtual-networks?parent_id=a10d73d7-8b59-400d-9cc4-766bb292b7dd&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.003623 10.0.0.27 - - [2025-12-04 02:43:13] "GET /virtual-network/c3791bc9-24ad-47a9-8088-f392b47009ad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2955 0.006844 10.0.0.27 - - [2025-12-04 02:43:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003807 10.0.0.27 - - [2025-12-04 02:43:14] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003681 10.0.0.27 - - [2025-12-04 02:43:14] "GET /virtual-networks?parent_id=a10d73d7-8b59-400d-9cc4-766bb292b7dd&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.003088 10.0.0.27 - - [2025-12-04 02:43:14] "GET /virtual-network/c3791bc9-24ad-47a9-8088-f392b47009ad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2955 0.005958 10.0.0.27 - - [2025-12-04 02:43:14] "POST /neutron/port HTTP/1.1" 200 1202 0.017222 10.0.0.27 - - [2025-12-04 02:43:17] "POST /neutron/port HTTP/1.1" 200 1202 0.015135 10.0.0.27 - - [2025-12-04 02:43:18] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004749 10.0.0.27 - - [2025-12-04 02:43:18] "POST /neutron/port HTTP/1.1" 200 117 0.001097 10.0.0.27 - - [2025-12-04 02:43:24] "POST /neutron/port HTTP/1.1" 200 1202 0.015805 10.0.0.27 - - [2025-12-04 02:43:24] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004149 10.0.0.27 - - [2025-12-04 02:43:24] "POST /neutron/port HTTP/1.1" 200 117 0.001163 10.0.0.33 - - [2025-12-04 02:43:36] "GET /global-system-configs HTTP/1.1" 401 292 0.000449 10.0.0.33 - - [2025-12-04 02:43:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000479 10.0.0.23 - - [2025-12-04 02:43:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000443 10.0.0.23 - - [2025-12-04 02:43:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000421 10.0.0.23 - - [2025-12-04 02:43:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000515 10.0.0.33 - - [2025-12-04 02:43:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000354 10.0.0.23 - - [2025-12-04 02:43:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000366 10.0.0.33 - - [2025-12-04 02:43:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000377 10.0.0.27 - - [2025-12-04 02:43:38] "GET /global-system-configs HTTP/1.1" 401 292 0.000550 10.0.0.27 - - [2025-12-04 02:43:38] "GET /global-system-configs HTTP/1.1" 401 292 0.000472 10.0.0.27 - - [2025-12-04 02:43:40] "GET /global-system-configs HTTP/1.1" 401 292 0.000503 10.0.0.27 - - [2025-12-04 02:43:40] "GET /global-system-configs HTTP/1.1" 401 292 0.000518 10.0.0.27 - - [2025-12-04 02:43:46] "GET /virtual-network/c3791bc9-24ad-47a9-8088-f392b47009ad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2955 0.007520 10.0.0.27 - - [2025-12-04 02:43:46] "POST /neutron/network HTTP/1.1" 200 1007 0.104953 10.0.0.33 - - [2025-12-04 02:43:46] "DELETE /access-control-list/71838cdc-557f-43f9-aee7-a42028c83551 HTTP/1.1" 200 115 0.076200 10.0.0.27 - - [2025-12-04 02:43:46] "GET /virtual-network/c3791bc9-24ad-47a9-8088-f392b47009ad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.009556 10.0.0.27 - - [2025-12-04 02:43:46] "POST /neutron/network HTTP/1.1" 400 204 0.013923 10.0.0.27 - - [2025-12-04 02:43:46] "POST /neutron/port HTTP/1.1" 200 1202 0.016347 10.0.0.27 - - [2025-12-04 02:43:47] "POST /neutron/port HTTP/1.1" 200 151 0.349423 10.0.0.27 - - [2025-12-04 02:43:48] "GET /obj-perms HTTP/1.1" 200 5056 0.054920 10.0.0.27 - - [2025-12-04 02:43:49] "DELETE /network-policy/f10a0eed-13f6-44e7-a44f-b2875b0e8830 HTTP/1.1" 200 115 0.037304 10.0.0.23 - - [2025-12-04 02:43:51] "GET /projects?obj_uuids=a10d73d7-8b59-400d-9cc4-766bb292b7dd&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001972 10.0.0.27 - - [2025-12-04 02:43:51] "GET /project/a10d73d7-8b59-400d-9cc4-766bb292b7dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.081270 10.0.0.23 - - [2025-12-04 02:43:51] "GET /projects?obj_uuids=a10d73d7-8b59-400d-9cc4-766bb292b7dd&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001311 10.0.0.27 - - [2025-12-04 02:43:51] "GET /project/a10d73d7-8b59-400d-9cc4-766bb292b7dd?fields=virtual_networks HTTP/1.1" 200 1049 0.050356 10.0.0.23 - - [2025-12-04 02:43:51] "GET /projects?obj_uuids=a10d73d7-8b59-400d-9cc4-766bb292b7dd&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001248 10.0.0.27 - - [2025-12-04 02:43:51] "GET /project/a10d73d7-8b59-400d-9cc4-766bb292b7dd?fields=virtual_machine_interfaces HTTP/1.1" 200 1049 0.042917 10.0.0.23 - - [2025-12-04 02:43:51] "GET /projects?obj_uuids=a10d73d7-8b59-400d-9cc4-766bb292b7dd&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000918 10.0.0.27 - - [2025-12-04 02:43:51] "GET /project/a10d73d7-8b59-400d-9cc4-766bb292b7dd?fields=security_groups HTTP/1.1" 200 1283 0.032476 10.0.0.27 - - [2025-12-04 02:43:52] "POST /fqname-to-id HTTP/1.1" 404 202 0.031758 10.0.0.23 - - [2025-12-04 02:43:52] "GET /projects?obj_uuids=13f468b5-7eaf-4983-a424-a50da42ffa8b&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002719 10.0.0.23 - - [2025-12-04 02:43:53] "GET /domains?obj_uuids=77f3106b-db9e-49b5-893e-09cac574b890&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001029 10.0.0.23 - - [2025-12-04 02:43:53] "GET /domain/77f3106b-db9e-49b5-893e-09cac574b890?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.008371 10.0.0.23 - - [2025-12-04 02:43:53] "POST /id-to-fqname HTTP/1.1" 200 204 0.001138 10.0.0.23 - - [2025-12-04 02:43:53] "POST /fqname-to-id HTTP/1.1" 404 213 0.005869 10.0.0.23 - - [2025-12-04 02:43:53] "POST /security-groups HTTP/1.1" 200 605 0.073719 10.0.0.33 - - [2025-12-04 02:43:53] "POST /fqname-to-id HTTP/1.1" 404 248 0.003418 10.0.0.23 - - [2025-12-04 02:43:53] "POST /projects HTTP/1.1" 200 613 0.300900 10.0.0.23 - - [2025-12-04 02:43:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.340417 10.0.0.33 - - [2025-12-04 02:43:53] "POST /access-control-lists HTTP/1.1" 200 608 0.041053 10.0.0.27 - - [2025-12-04 02:43:53] "GET /project/13f468b5-7eaf-4983-a424-a50da42ffa8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1419 0.547162 10.0.0.27 - - [2025-12-04 02:43:54] "GET / HTTP/1.1" 200 35931 0.001765 10.0.0.27 - - [2025-12-04 02:43:58] "GET /project/13f468b5-7eaf-4983-a424-a50da42ffa8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000449 10.0.0.23 - - [2025-12-04 02:43:58] "GET /projects?obj_uuids=13f468b5-7eaf-4983-a424-a50da42ffa8b&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001294 10.0.0.27 - - [2025-12-04 02:43:58] "GET /project/13f468b5-7eaf-4983-a424-a50da42ffa8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1419 0.067956 10.0.0.27 - - [2025-12-04 02:43:59] "GET / HTTP/1.1" 200 35931 0.001858 10.0.0.27 - - [2025-12-04 02:43:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003630 10.0.0.23 - - [2025-12-04 02:43:59] "GET /domains?obj_uuids=77f3106b-db9e-49b5-893e-09cac574b890&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001079 10.0.0.27 - - [2025-12-04 02:43:59] "GET /domain/77f3106b-db9e-49b5-893e-09cac574b890?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 892 0.007290 10.0.0.27 - - [2025-12-04 02:43:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003403 10.0.0.23 - - [2025-12-04 02:43:59] "GET /projects?obj_uuids=13f468b5-7eaf-4983-a424-a50da42ffa8b&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001035 10.0.0.27 - - [2025-12-04 02:43:59] "GET /project/13f468b5-7eaf-4983-a424-a50da42ffa8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1419 0.046264 10.0.0.27 - - [2025-12-04 02:44:00] "GET /domains HTTP/1.1" 401 292 0.000549 10.0.0.27 - - [2025-12-04 02:44:01] "GET /domains HTTP/1.1" 200 280 0.029130 10.0.0.23 - - [2025-12-04 02:44:01] "GET /domains?obj_uuids=77f3106b-db9e-49b5-893e-09cac574b890&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000980 10.0.0.27 - - [2025-12-04 02:44:01] "GET /domain/77f3106b-db9e-49b5-893e-09cac574b890 HTTP/1.1" 200 2780 0.009830 10.0.0.23 - - [2025-12-04 02:44:01] "GET /projects?obj_uuids=13f468b5-7eaf-4983-a424-a50da42ffa8b&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001578 10.0.0.27 - - [2025-12-04 02:44:01] "GET /project/13f468b5-7eaf-4983-a424-a50da42ffa8b HTTP/1.1" 200 1936 0.095099 10.0.0.27 - - [2025-12-04 02:44:01] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 545 0.004291 10.0.0.27 - - [2025-12-04 02:44:01] "POST /network-ipams HTTP/1.1" 200 627 0.032324 10.0.0.27 - - [2025-12-04 02:44:01] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 814 0.004118 10.0.0.27 - - [2025-12-04 02:44:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003465 10.0.0.27 - - [2025-12-04 02:44:01] "GET /network-ipam/ab3b9fbc-3a88-42a8-8924-7c0ba61e18ef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1465 0.007158 10.0.0.27 - - [2025-12-04 02:44:01] "PUT /network-ipam/ab3b9fbc-3a88-42a8-8924-7c0ba61e18ef HTTP/1.1" 200 258 0.015645 10.0.0.27 - - [2025-12-04 02:44:01] "POST /fqname-to-id HTTP/1.1" 401 292 0.000492 10.0.0.27 - - [2025-12-04 02:44:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.027673 10.0.0.23 - - [2025-12-04 02:44:02] "GET /projects?obj_uuids=13f468b5-7eaf-4983-a424-a50da42ffa8b&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001319 10.0.0.27 - - [2025-12-04 02:44:02] "GET /project/13f468b5-7eaf-4983-a424-a50da42ffa8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1419 0.042058 10.0.0.27 - - [2025-12-04 02:44:02] "POST /neutron/network HTTP/1.1" 200 117 0.037816 10.0.0.23 - - [2025-12-04 02:44:02] "POST /useragent-kv HTTP/1.1" 200 115 0.011941 10.0.0.27 - - [2025-12-04 02:44:02] "POST /neutron/subnet HTTP/1.1" 200 828 0.214540 10.0.0.27 - - [2025-12-04 02:44:02] "POST /id-to-fqname HTTP/1.1" 200 237 0.001216 10.0.0.27 - - [2025-12-04 02:44:02] "GET /virtual-network/5df51583-120c-4161-87c4-bbd5753c780f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2682 0.005569 10.0.0.27 - - [2025-12-04 02:44:03] "GET /virtual-network/5df51583-120c-4161-87c4-bbd5753c780f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2682 0.005466 10.0.0.27 - - [2025-12-04 02:44:03] "POST /neutron/network HTTP/1.1" 200 1141 0.009311 10.0.0.27 - - [2025-12-04 02:44:03] "GET /virtual-network/5df51583-120c-4161-87c4-bbd5753c780f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2682 0.006124 10.0.0.27 - - [2025-12-04 02:44:04] "POST /fqname-to-id HTTP/1.1" 404 231 0.003143 10.0.0.27 - - [2025-12-04 02:44:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003505 10.0.0.23 - - [2025-12-04 02:44:05] "GET /projects?obj_uuids=13f468b5-7eaf-4983-a424-a50da42ffa8b&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001573 10.0.0.27 - - [2025-12-04 02:44:05] "GET /project/13f468b5-7eaf-4983-a424-a50da42ffa8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1419 0.049983 10.0.0.27 - - [2025-12-04 02:44:05] "POST /network-policys HTTP/1.1" 200 565 0.073553 10.0.0.27 - - [2025-12-04 02:44:05] "GET /network-policy/02a55ed5-f2b0-42e6-9444-7d2c14ec0798?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4073 0.005656 10.0.0.27 - - [2025-12-04 02:44:05] "POST /fqname-to-id HTTP/1.1" 404 231 0.003467 10.0.0.27 - - [2025-12-04 02:44:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003929 10.0.0.23 - - [2025-12-04 02:44:05] "GET /projects?obj_uuids=13f468b5-7eaf-4983-a424-a50da42ffa8b&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.003293 10.0.0.27 - - [2025-12-04 02:44:05] "GET /project/13f468b5-7eaf-4983-a424-a50da42ffa8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1419 0.059741 10.0.0.27 - - [2025-12-04 02:44:05] "POST /network-policys HTTP/1.1" 200 565 0.072961 10.0.0.27 - - [2025-12-04 02:44:05] "GET /network-policy/14aa068d-c024-4943-b84d-eaf15e4b0a12?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3110 0.005791 10.0.0.27 - - [2025-12-04 02:44:05] "POST /fqname-to-id HTTP/1.1" 404 231 0.002996 10.0.0.27 - - [2025-12-04 02:44:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003608 10.0.0.23 - - [2025-12-04 02:44:05] "GET /projects?obj_uuids=13f468b5-7eaf-4983-a424-a50da42ffa8b&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001108 10.0.0.27 - - [2025-12-04 02:44:05] "GET /project/13f468b5-7eaf-4983-a424-a50da42ffa8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1419 0.045181 10.0.0.27 - - [2025-12-04 02:44:05] "POST /network-policys HTTP/1.1" 200 565 0.030024 10.0.0.27 - - [2025-12-04 02:44:06] "GET /network-policy/1ee4deae-d852-4135-a98e-544ea587c84e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2140 0.006354 10.0.0.27 - - [2025-12-04 02:44:06] "POST /neutron/network HTTP/1.1" 200 1141 0.009829 10.0.0.23 - - [2025-12-04 02:44:06] "POST /fqname-to-id HTTP/1.1" 404 207 0.003403 10.0.0.33 - - [2025-12-04 02:44:06] "POST /fqname-to-id HTTP/1.1" 404 254 0.045514 10.0.0.27 - - [2025-12-04 02:44:06] "GET /virtual-network/5df51583-120c-4161-87c4-bbd5753c780f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3299 0.030417 10.0.0.27 - - [2025-12-04 02:44:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003922 10.0.0.27 - - [2025-12-04 02:44:06] "GET /network-policy/02a55ed5-f2b0-42e6-9444-7d2c14ec0798?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4073 0.004846 10.0.0.27 - - [2025-12-04 02:44:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003375 10.0.0.27 - - [2025-12-04 02:44:06] "GET /network-policy/14aa068d-c024-4943-b84d-eaf15e4b0a12?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3110 0.004165 10.0.0.27 - - [2025-12-04 02:44:06] "POST /id-to-fqname HTTP/1.1" 200 237 0.001348 10.0.0.27 - - [2025-12-04 02:44:06] "POST /neutron/network HTTP/1.1" 200 1349 0.008200 10.0.0.23 - - [2025-12-04 02:44:07] "GET /projects?obj_uuids=13f468b5-7eaf-4983-a424-a50da42ffa8b&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001479 10.0.0.27 - - [2025-12-04 02:44:07] "GET /project/13f468b5-7eaf-4983-a424-a50da42ffa8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1419 0.095966 10.0.0.27 - - [2025-12-04 02:44:07] "POST /neutron/port HTTP/1.1" 200 117 0.006845 10.0.0.23 - - [2025-12-04 02:44:08] "GET /projects?obj_uuids=13f468b5-7eaf-4983-a424-a50da42ffa8b&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001096 10.0.0.27 - - [2025-12-04 02:44:08] "POST /neutron/port HTTP/1.1" 200 1180 0.407082 10.0.0.27 - - [2025-12-04 02:44:08] "POST /neutron/port HTTP/1.1" 200 1234 0.122225 10.0.0.27 - - [2025-12-04 02:44:08] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004195 10.0.0.27 - - [2025-12-04 02:44:09] "POST /neutron/port HTTP/1.1" 200 117 0.001124 10.0.0.27 - - [2025-12-04 02:44:13] "POST /neutron/security_group HTTP/1.1" 200 2072 0.008769 10.0.0.27 - - [2025-12-04 02:44:13] "POST /neutron/port HTTP/1.1" 200 1208 0.015827 10.0.0.27 - - [2025-12-04 02:44:13] "GET /virtual-machine/4ad71c65-c5bf-41b9-b571-8ec01c52fd28 HTTP/1.1" 401 292 0.000421 10.0.0.27 - - [2025-12-04 02:44:13] "GET /virtual-machine/4ad71c65-c5bf-41b9-b571-8ec01c52fd28 HTTP/1.1" 200 1306 0.035075 10.0.0.27 - - [2025-12-04 02:44:13] "GET /virtual-machine-interface/0c684a7a-1f9e-41e1-aafa-1463a7eaa5a1 HTTP/1.1" 200 3176 0.005696 10.0.0.27 - - [2025-12-04 02:44:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003498 10.0.0.27 - - [2025-12-04 02:44:13] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004110 10.0.0.27 - - [2025-12-04 02:44:13] "GET /virtual-networks?parent_id=13f468b5-7eaf-4983-a424-a50da42ffa8b&detail=False&count=False&shared=False HTTP/1.1" 200 368 0.003658 10.0.0.27 - - [2025-12-04 02:44:13] "GET /virtual-network/5df51583-120c-4161-87c4-bbd5753c780f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3299 0.007119 10.0.0.27 - - [2025-12-04 02:44:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003242 10.0.0.27 - - [2025-12-04 02:44:16] "GET /virtual-network/5df51583-120c-4161-87c4-bbd5753c780f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3299 0.006284 10.0.0.27 - - [2025-12-04 02:44:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003763 10.0.0.27 - - [2025-12-04 02:44:20] "GET /virtual-network/5df51583-120c-4161-87c4-bbd5753c780f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3299 0.005464 10.0.0.27 - - [2025-12-04 02:44:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003600 10.0.0.27 - - [2025-12-04 02:44:24] "GET /virtual-network/5df51583-120c-4161-87c4-bbd5753c780f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3299 0.005310 10.0.0.27 - - [2025-12-04 02:44:26] "POST /neutron/port HTTP/1.1" 200 1208 0.019682 10.0.0.27 - - [2025-12-04 02:44:26] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004109 10.0.0.27 - - [2025-12-04 02:44:26] "POST /neutron/port HTTP/1.1" 200 117 0.001170 10.0.0.27 - - [2025-12-04 02:44:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003809 10.0.0.27 - - [2025-12-04 02:44:29] "GET /virtual-network/5df51583-120c-4161-87c4-bbd5753c780f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3299 0.005620 10.0.0.27 - - [2025-12-04 02:44:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.004077 10.0.0.27 - - [2025-12-04 02:44:33] "GET /virtual-network/5df51583-120c-4161-87c4-bbd5753c780f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3299 0.005690 10.0.0.23 - - [2025-12-04 02:44:35] "DELETE /project/13f468b57eaf4983a424a50da42ffa8b HTTP/1.1" 404 173 0.004100 10.0.0.23 - - [2025-12-04 02:44:35] "GET /projects?obj_uuids=a10d73d7-8b59-400d-9cc4-766bb292b7dd&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000862 10.0.0.23 - - [2025-12-04 02:44:35] "GET /project/a10d73d7-8b59-400d-9cc4-766bb292b7dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1501 0.044602 10.0.0.23 - - [2025-12-04 02:44:35] "GET /projects?obj_uuids=a10d73d7-8b59-400d-9cc4-766bb292b7dd&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001141 10.0.0.23 - - [2025-12-04 02:44:35] "GET /project/a10d73d7-8b59-400d-9cc4-766bb292b7dd?fields=security_groups HTTP/1.1" 200 1388 0.055093 10.0.0.23 - - [2025-12-04 02:44:36] "DELETE /security-group/30d9fb0a-1a40-4dff-a599-da67c1d19b1d HTTP/1.1" 200 115 0.050935 10.0.0.23 - - [2025-12-04 02:44:36] "GET /projects?obj_uuids=a10d73d7-8b59-400d-9cc4-766bb292b7dd&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.002581 10.0.0.33 - - [2025-12-04 02:44:36] "DELETE /access-control-list/380688b8-043a-49ea-bfa7-f116ad70bc68 HTTP/1.1" 200 115 0.042675 10.0.0.23 - - [2025-12-04 02:44:36] "GET /project/a10d73d7-8b59-400d-9cc4-766bb292b7dd?fields=application_policy_sets HTTP/1.1" 200 1427 0.057700 10.0.0.23 - - [2025-12-04 02:44:36] "DELETE /project/a10d73d7-8b59-400d-9cc4-766bb292b7dd HTTP/1.1" 200 115 0.435058 10.0.0.27 - - [2025-12-04 02:44:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003839 10.0.0.27 - - [2025-12-04 02:44:37] "GET /virtual-network/5df51583-120c-4161-87c4-bbd5753c780f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3299 0.005687 10.0.0.27 - - [2025-12-04 02:44:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003755 10.0.0.27 - - [2025-12-04 02:44:41] "GET /virtual-network/5df51583-120c-4161-87c4-bbd5753c780f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3299 0.006881 10.0.0.27 - - [2025-12-04 02:44:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003225 10.0.0.27 - - [2025-12-04 02:44:45] "GET /virtual-network/5df51583-120c-4161-87c4-bbd5753c780f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3299 0.005798 10.0.0.33 - - [2025-12-04 02:44:48] "GET /obj-perms HTTP/1.1" 200 5056 0.053791 10.0.0.23 - - [2025-12-04 02:44:49] "GET /obj-perms HTTP/1.1" 200 5056 0.048599 10.0.0.27 - - [2025-12-04 02:44:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.002968 10.0.0.27 - - [2025-12-04 02:44:49] "GET /virtual-network/5df51583-120c-4161-87c4-bbd5753c780f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3299 0.005346 10.0.0.27 - - [2025-12-04 02:44:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004156 10.0.0.27 - - [2025-12-04 02:44:51] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004591 10.0.0.27 - - [2025-12-04 02:44:51] "GET /virtual-networks?parent_id=13f468b5-7eaf-4983-a424-a50da42ffa8b&detail=False&count=False&shared=False HTTP/1.1" 200 368 0.003313 10.0.0.27 - - [2025-12-04 02:44:51] "GET /virtual-network/5df51583-120c-4161-87c4-bbd5753c780f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3299 0.015341 10.0.0.27 - - [2025-12-04 02:44:51] "POST /neutron/security_group HTTP/1.1" 200 2072 0.008385 10.0.0.27 - - [2025-12-04 02:45:02] "POST /neutron/port HTTP/1.1" 200 1208 0.018896 10.0.0.27 - - [2025-12-04 02:45:03] "POST /neutron/security_group HTTP/1.1" 200 2072 0.006777 10.0.0.27 - - [2025-12-04 02:45:12] "POST /neutron/port HTTP/1.1" 200 1208 0.017594 10.0.0.27 - - [2025-12-04 02:45:12] "POST /neutron/security_group HTTP/1.1" 200 2072 0.008708 10.0.0.27 - - [2025-12-04 02:45:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003418 10.0.0.27 - - [2025-12-04 02:45:12] "GET /network-policy/02a55ed5-f2b0-42e6-9444-7d2c14ec0798?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4073 0.003726 10.0.0.27 - - [2025-12-04 02:45:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003010 10.0.0.27 - - [2025-12-04 02:45:12] "GET /network-policy/14aa068d-c024-4943-b84d-eaf15e4b0a12?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3110 0.004468 10.0.0.27 - - [2025-12-04 02:45:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003583 10.0.0.27 - - [2025-12-04 02:45:13] "GET /network-policy/1ee4deae-d852-4135-a98e-544ea587c84e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2140 0.004456 10.0.0.27 - - [2025-12-04 02:45:13] "POST /neutron/network HTTP/1.1" 200 1431 0.027001 10.0.0.27 - - [2025-12-04 02:45:13] "GET /virtual-network/5df51583-120c-4161-87c4-bbd5753c780f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3595 0.006094 10.0.0.27 - - [2025-12-04 02:45:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003692 10.0.0.27 - - [2025-12-04 02:45:13] "GET /network-policy/02a55ed5-f2b0-42e6-9444-7d2c14ec0798?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4073 0.004374 10.0.0.27 - - [2025-12-04 02:45:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003304 10.0.0.27 - - [2025-12-04 02:45:13] "GET /network-policy/14aa068d-c024-4943-b84d-eaf15e4b0a12?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3110 0.004858 10.0.0.27 - - [2025-12-04 02:45:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003372 10.0.0.27 - - [2025-12-04 02:45:13] "GET /network-policy/1ee4deae-d852-4135-a98e-544ea587c84e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2140 0.004537 10.0.0.27 - - [2025-12-04 02:45:18] "GET /virtual-network/5df51583-120c-4161-87c4-bbd5753c780f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3595 0.007283 10.0.0.27 - - [2025-12-04 02:45:18] "POST /neutron/network HTTP/1.1" 200 1141 0.037283 10.0.0.33 - - [2025-12-04 02:45:18] "DELETE /access-control-list/0ab6772a-b3ab-4d89-b8d9-d4fab48672f0 HTTP/1.1" 200 115 0.081775 10.0.0.27 - - [2025-12-04 02:45:18] "GET /virtual-network/5df51583-120c-4161-87c4-bbd5753c780f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2682 0.011601 10.0.0.27 - - [2025-12-04 02:45:23] "GET /virtual-machine/4ad71c65-c5bf-41b9-b571-8ec01c52fd28 HTTP/1.1" 200 1306 0.005259 10.0.0.27 - - [2025-12-04 02:45:24] "POST /neutron/port HTTP/1.1" 200 151 0.253639 10.0.0.27 - - [2025-12-04 02:45:25] "GET /virtual-machine/4ad71c65-c5bf-41b9-b571-8ec01c52fd28 HTTP/1.1" 404 171 0.003799 10.0.0.27 - - [2025-12-04 02:45:25] "GET /virtual-machine/4ad71c65-c5bf-41b9-b571-8ec01c52fd28 HTTP/1.1" 404 171 0.003409 10.0.0.27 - - [2025-12-04 02:45:25] "GET /virtual-machine/4ad71c65-c5bf-41b9-b571-8ec01c52fd28 HTTP/1.1" 404 171 0.002886 10.0.0.27 - - [2025-12-04 02:45:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003613 10.0.0.27 - - [2025-12-04 02:45:25] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004220 10.0.0.27 - - [2025-12-04 02:45:25] "GET /virtual-networks?parent_id=13f468b5-7eaf-4983-a424-a50da42ffa8b&detail=False&count=False&shared=False HTTP/1.1" 200 368 0.003227 10.0.0.27 - - [2025-12-04 02:45:26] "GET /virtual-network/5df51583-120c-4161-87c4-bbd5753c780f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2682 0.006810 10.0.0.27 - - [2025-12-04 02:45:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004307 10.0.0.27 - - [2025-12-04 02:45:26] "GET /routing-instance/44842014-5ca6-4540-9d5d-29991905bc26?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1501 0.005645 10.0.0.27 - - [2025-12-04 02:45:26] "GET /route-target/6f2754c7-8e89-4eb0-9fca-403f3aaee0ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004737 10.0.0.27 - - [2025-12-04 02:45:26] "GET /obj-perms HTTP/1.1" 200 5021 0.061729 10.0.0.27 - - [2025-12-04 02:45:32] "GET /obj-perms HTTP/1.1" 200 5021 0.004181 10.0.0.27 - - [2025-12-04 02:45:35] "GET /obj-perms HTTP/1.1" 200 5021 0.004103 10.0.0.27 - - [2025-12-04 02:45:41] "GET /obj-perms HTTP/1.1" 200 5021 0.004377 10.0.0.27 - - [2025-12-04 02:45:44] "GET /obj-perms HTTP/1.1" 200 5021 0.003896 10.0.0.27 - - [2025-12-04 02:45:49] "GET /obj-perms HTTP/1.1" 200 5056 0.054847 10.0.0.27 - - [2025-12-04 02:45:53] "GET /obj-perms HTTP/1.1" 200 5021 0.005871 10.0.0.27 - - [2025-12-04 02:45:54] "GET /obj-perms HTTP/1.1" 200 5021 0.004647 10.0.0.27 - - [2025-12-04 02:45:54] "DELETE /network-policy/1ee4deae-d852-4135-a98e-544ea587c84e HTTP/1.1" 200 115 0.044207 10.0.0.27 - - [2025-12-04 02:45:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003533 10.0.0.23 - - [2025-12-04 02:45:54] "GET /projects?obj_uuids=13f468b5-7eaf-4983-a424-a50da42ffa8b&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.000954 10.0.0.27 - - [2025-12-04 02:45:54] "GET /project/13f468b5-7eaf-4983-a424-a50da42ffa8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1419 0.050881 10.0.0.27 - - [2025-12-04 02:45:54] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyModifyIpv4v6-74562367&detail=False&count=False&shared=False HTTP/1.1" 200 606 0.005056 10.0.0.27 - - [2025-12-04 02:45:54] "DELETE /network-policy/14aa068d-c024-4943-b84d-eaf15e4b0a12 HTTP/1.1" 200 115 0.054188 10.0.0.27 - - [2025-12-04 02:45:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003217 10.0.0.23 - - [2025-12-04 02:45:54] "GET /projects?obj_uuids=13f468b5-7eaf-4983-a424-a50da42ffa8b&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.003228 10.0.0.27 - - [2025-12-04 02:45:54] "GET /project/13f468b5-7eaf-4983-a424-a50da42ffa8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1419 0.058391 10.0.0.27 - - [2025-12-04 02:45:54] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyModifyIpv4v6-74562367&detail=False&count=False&shared=False HTTP/1.1" 200 368 0.005003 10.0.0.27 - - [2025-12-04 02:45:54] "DELETE /network-policy/02a55ed5-f2b0-42e6-9444-7d2c14ec0798 HTTP/1.1" 200 115 0.054440 10.0.0.27 - - [2025-12-04 02:45:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.005366 10.0.0.23 - - [2025-12-04 02:45:54] "GET /projects?obj_uuids=13f468b5-7eaf-4983-a424-a50da42ffa8b&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001200 10.0.0.27 - - [2025-12-04 02:45:55] "GET /project/13f468b5-7eaf-4983-a424-a50da42ffa8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1419 0.050865 10.0.0.27 - - [2025-12-04 02:45:55] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyModifyIpv4v6-74562367&detail=False&count=False&shared=False HTTP/1.1" 200 131 0.005895 10.0.0.27 - - [2025-12-04 02:45:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003574 10.0.0.27 - - [2025-12-04 02:45:55] "DELETE /network-ipam/ab3b9fbc-3a88-42a8-8924-7c0ba61e18ef HTTP/1.1" 200 115 0.042094 10.0.0.27 - - [2025-12-04 02:45:55] "POST /fqname-to-id HTTP/1.1" 404 264 0.005749 10.0.0.23 - - [2025-12-04 02:45:55] "GET /projects?obj_uuids=13f468b5-7eaf-4983-a424-a50da42ffa8b&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001056 10.0.0.23 - - [2025-12-04 02:45:55] "GET /project/13f468b5-7eaf-4983-a424-a50da42ffa8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1524 0.058607 10.0.0.23 - - [2025-12-04 02:45:55] "GET /projects?obj_uuids=13f468b5-7eaf-4983-a424-a50da42ffa8b&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001214 10.0.0.23 - - [2025-12-04 02:45:55] "GET /project/13f468b5-7eaf-4983-a424-a50da42ffa8b?fields=security_groups HTTP/1.1" 200 1405 0.058987 10.0.0.23 - - [2025-12-04 02:45:55] "DELETE /security-group/1882b612-03bb-45dc-98d2-790ee6adfed0 HTTP/1.1" 200 115 0.065417 10.0.0.23 - - [2025-12-04 02:45:55] "GET /projects?obj_uuids=13f468b5-7eaf-4983-a424-a50da42ffa8b&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.000934 10.0.0.33 - - [2025-12-04 02:45:55] "DELETE /access-control-list/d08b8c38-ee85-4cf4-9d89-eed02a6022aa HTTP/1.1" 200 115 0.035074 10.0.0.23 - - [2025-12-04 02:45:55] "GET /project/13f468b5-7eaf-4983-a424-a50da42ffa8b?fields=application_policy_sets HTTP/1.1" 200 1444 0.054211 10.0.0.27 - - [2025-12-04 02:45:56] "DELETE /project/13f468b5-7eaf-4983-a424-a50da42ffa8b HTTP/1.1" 200 115 0.465350 10.0.0.23 - - [2025-12-04 02:45:56] "GET /domains?obj_uuids=77f3106b-db9e-49b5-893e-09cac574b890&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.003928 10.0.0.27 - - [2025-12-04 02:45:56] "GET /domain/77f3106b-db9e-49b5-893e-09cac574b890?fields=projects HTTP/1.1" 200 1243 0.023949 10.0.0.23 - - [2025-12-04 02:45:58] "GET /projects?obj_uuids=13f468b5-7eaf-4983-a424-a50da42ffa8b&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003367 10.0.0.23 - - [2025-12-04 02:45:58] "GET /domains?obj_uuids=77f3106b-db9e-49b5-893e-09cac574b890&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001210 10.0.0.23 - - [2025-12-04 02:45:58] "GET /domain/77f3106b-db9e-49b5-893e-09cac574b890?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.050981 10.0.0.23 - - [2025-12-04 02:45:58] "POST /id-to-fqname HTTP/1.1" 200 204 0.007031 10.0.0.23 - - [2025-12-04 02:45:58] "POST /fqname-to-id HTTP/1.1" 404 213 0.005151 10.0.0.23 - - [2025-12-04 02:45:59] "POST /security-groups HTTP/1.1" 200 605 0.073725 10.0.0.23 - - [2025-12-04 02:45:59] "POST /projects HTTP/1.1" 200 613 0.297889 10.0.0.33 - - [2025-12-04 02:45:59] "POST /access-control-lists HTTP/1.1" 200 610 0.030694 10.0.0.23 - - [2025-12-04 02:45:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.372089 10.0.0.27 - - [2025-12-04 02:45:59] "GET /project/13f468b5-7eaf-4983-a424-a50da42ffa8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1419 0.547097 10.0.0.23 - - [2025-12-04 02:45:59] "GET /projects?obj_uuids=13f468b5-7eaf-4983-a424-a50da42ffa8b&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001995 10.0.0.27 - - [2025-12-04 02:45:59] "GET /project/13f468b5-7eaf-4983-a424-a50da42ffa8b?fields=virtual_networks HTTP/1.1" 200 1060 0.070057 10.0.0.23 - - [2025-12-04 02:45:59] "GET /projects?obj_uuids=13f468b5-7eaf-4983-a424-a50da42ffa8b&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.000999 10.0.0.27 - - [2025-12-04 02:45:59] "GET /project/13f468b5-7eaf-4983-a424-a50da42ffa8b?fields=virtual_machine_interfaces HTTP/1.1" 200 1060 0.046760 10.0.0.23 - - [2025-12-04 02:45:59] "GET /projects?obj_uuids=13f468b5-7eaf-4983-a424-a50da42ffa8b&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.000962 10.0.0.27 - - [2025-12-04 02:45:59] "GET /project/13f468b5-7eaf-4983-a424-a50da42ffa8b?fields=security_groups HTTP/1.1" 200 1300 0.050427 10.0.0.27 - - [2025-12-04 02:46:00] "POST /fqname-to-id HTTP/1.1" 404 204 0.030922 10.0.0.23 - - [2025-12-04 02:46:00] "GET /projects?obj_uuids=61ab0f8e-88c5-4edc-97e4-4705590de0e2&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003871 10.0.0.23 - - [2025-12-04 02:46:00] "GET /domains?obj_uuids=77f3106b-db9e-49b5-893e-09cac574b890&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000929 10.0.0.23 - - [2025-12-04 02:46:00] "GET /domain/77f3106b-db9e-49b5-893e-09cac574b890?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.006984 10.0.0.23 - - [2025-12-04 02:46:00] "POST /id-to-fqname HTTP/1.1" 200 206 0.003553 10.0.0.23 - - [2025-12-04 02:46:00] "POST /fqname-to-id HTTP/1.1" 404 215 0.003321 10.0.0.23 - - [2025-12-04 02:46:00] "POST /security-groups HTTP/1.1" 200 607 0.038484 10.0.0.33 - - [2025-12-04 02:46:00] "POST /fqname-to-id HTTP/1.1" 404 250 0.006170 10.0.0.23 - - [2025-12-04 02:46:00] "POST /projects HTTP/1.1" 200 617 0.257605 10.0.0.23 - - [2025-12-04 02:46:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.343156 10.0.0.33 - - [2025-12-04 02:46:00] "POST /access-control-lists HTTP/1.1" 200 610 0.034061 10.0.0.27 - - [2025-12-04 02:46:00] "GET /project/61ab0f8e-88c5-4edc-97e4-4705590de0e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1427 0.509936 10.0.0.27 - - [2025-12-04 02:46:02] "GET / HTTP/1.1" 200 35931 0.001849 10.0.0.27 - - [2025-12-04 02:46:05] "POST /fqname-to-id HTTP/1.1" 401 292 0.000619 10.0.0.27 - - [2025-12-04 02:46:05] "POST /fqname-to-id HTTP/1.1" 404 233 0.064873 10.0.0.27 - - [2025-12-04 02:46:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003384 10.0.0.23 - - [2025-12-04 02:46:05] "GET /projects?obj_uuids=61ab0f8e-88c5-4edc-97e4-4705590de0e2&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001044 10.0.0.27 - - [2025-12-04 02:46:05] "GET /project/61ab0f8e-88c5-4edc-97e4-4705590de0e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1427 0.042295 10.0.0.27 - - [2025-12-04 02:46:05] "POST /network-policys HTTP/1.1" 200 567 0.073842 10.0.0.27 - - [2025-12-04 02:46:05] "GET /network-policy/625df853-d92d-4a27-a70f-b005792ae34e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3153 0.006419 10.0.0.27 - - [2025-12-04 02:46:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003035 10.0.0.23 - - [2025-12-04 02:46:05] "GET /projects?obj_uuids=61ab0f8e-88c5-4edc-97e4-4705590de0e2&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001048 10.0.0.27 - - [2025-12-04 02:46:06] "GET /project/61ab0f8e-88c5-4edc-97e4-4705590de0e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1427 0.046695 10.0.0.27 - - [2025-12-04 02:46:06] "POST /neutron/network HTTP/1.1" 200 117 0.040623 10.0.0.23 - - [2025-12-04 02:46:06] "POST /fqname-to-id HTTP/1.1" 404 207 0.006983 10.0.0.23 - - [2025-12-04 02:46:06] "POST /useragent-kv HTTP/1.1" 200 115 0.010413 10.0.0.27 - - [2025-12-04 02:46:06] "POST /neutron/subnet HTTP/1.1" 200 828 0.257636 10.0.0.27 - - [2025-12-04 02:46:06] "POST /id-to-fqname HTTP/1.1" 200 237 0.001331 10.0.0.27 - - [2025-12-04 02:46:06] "GET /virtual-network/fcc2a6fd-fa5f-4144-855a-37df5b0fd018?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2659 0.005804 10.0.0.27 - - [2025-12-04 02:46:06] "GET /virtual-network/fcc2a6fd-fa5f-4144-855a-37df5b0fd018?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2659 0.006469 10.0.0.27 - - [2025-12-04 02:46:07] "POST /neutron/network HTTP/1.1" 200 1016 0.011702 10.0.0.27 - - [2025-12-04 02:46:07] "POST /neutron/network HTTP/1.1" 200 1016 0.010709 10.0.0.33 - - [2025-12-04 02:46:07] "POST /fqname-to-id HTTP/1.1" 404 252 0.006676 10.0.0.27 - - [2025-12-04 02:46:07] "GET /virtual-network/fcc2a6fd-fa5f-4144-855a-37df5b0fd018?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2982 0.009422 10.0.0.27 - - [2025-12-04 02:46:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003501 10.0.0.27 - - [2025-12-04 02:46:07] "GET /network-policy/625df853-d92d-4a27-a70f-b005792ae34e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3153 0.004127 10.0.0.27 - - [2025-12-04 02:46:07] "GET /virtual-network/fcc2a6fd-fa5f-4144-855a-37df5b0fd018?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2982 0.005864 10.0.0.33 - - [2025-12-04 02:46:08] "GET /obj-perms HTTP/1.1" 200 5062 0.078138 10.0.0.27 - - [2025-12-04 02:46:09] "DELETE /network-policy/625df853-d92d-4a27-a70f-b005792ae34e HTTP/1.1" 409 238 0.008198 10.0.0.27 - - [2025-12-04 02:46:09] "POST /neutron/network HTTP/1.1" 200 1123 0.008757 10.0.0.33 - - [2025-12-04 02:46:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.005252 10.0.0.27 - - [2025-12-04 02:46:10] "DELETE /network-policy/625df853-d92d-4a27-a70f-b005792ae34e HTTP/1.1" 200 115 0.044702 10.0.0.27 - - [2025-12-04 02:46:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.005580 10.0.0.23 - - [2025-12-04 02:46:10] "GET /projects?obj_uuids=61ab0f8e-88c5-4edc-97e4-4705590de0e2&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001467 10.0.0.27 - - [2025-12-04 02:46:10] "GET /project/61ab0f8e-88c5-4edc-97e4-4705590de0e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1427 0.051657 10.0.0.27 - - [2025-12-04 02:46:10] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyNegativeIpv4v6-95416425&detail=False&count=False&shared=False HTTP/1.1" 200 131 0.006233 10.0.0.23 - - [2025-12-04 02:46:12] "GET /projects?obj_uuids=61ab0f8e-88c5-4edc-97e4-4705590de0e2&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001033 10.0.0.27 - - [2025-12-04 02:46:12] "GET /project/61ab0f8e-88c5-4edc-97e4-4705590de0e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1427 0.048590 10.0.0.23 - - [2025-12-04 02:46:12] "GET /projects?obj_uuids=61ab0f8e-88c5-4edc-97e4-4705590de0e2&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001829 10.0.0.27 - - [2025-12-04 02:46:12] "GET /project/61ab0f8e-88c5-4edc-97e4-4705590de0e2?fields=virtual_networks HTTP/1.1" 200 1064 0.072178 10.0.0.23 - - [2025-12-04 02:46:13] "GET /projects?obj_uuids=61ab0f8e-88c5-4edc-97e4-4705590de0e2&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001164 10.0.0.27 - - [2025-12-04 02:46:13] "GET /project/61ab0f8e-88c5-4edc-97e4-4705590de0e2?fields=virtual_machine_interfaces HTTP/1.1" 200 1064 0.063984 10.0.0.23 - - [2025-12-04 02:46:13] "GET /projects?obj_uuids=61ab0f8e-88c5-4edc-97e4-4705590de0e2&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000995 10.0.0.27 - - [2025-12-04 02:46:13] "GET /project/61ab0f8e-88c5-4edc-97e4-4705590de0e2?fields=security_groups HTTP/1.1" 200 1306 0.048414 10.0.0.27 - - [2025-12-04 02:46:13] "POST /fqname-to-id HTTP/1.1" 404 188 0.030251 10.0.0.23 - - [2025-12-04 02:46:14] "GET /projects?obj_uuids=e2707d20-277b-45f4-9f89-45cd0b311ee9&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003538 10.0.0.23 - - [2025-12-04 02:46:14] "GET /domains?obj_uuids=77f3106b-db9e-49b5-893e-09cac574b890&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000979 10.0.0.23 - - [2025-12-04 02:46:14] "GET /domain/77f3106b-db9e-49b5-893e-09cac574b890?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.007630 10.0.0.23 - - [2025-12-04 02:46:14] "POST /id-to-fqname HTTP/1.1" 200 190 0.002824 10.0.0.23 - - [2025-12-04 02:46:14] "POST /fqname-to-id HTTP/1.1" 404 199 0.006367 10.0.0.23 - - [2025-12-04 02:46:14] "POST /security-groups HTTP/1.1" 200 591 0.073627 10.0.0.23 - - [2025-12-04 02:46:14] "POST /projects HTTP/1.1" 200 585 0.298758 10.0.0.33 - - [2025-12-04 02:46:14] "POST /access-control-lists HTTP/1.1" 200 596 0.029657 10.0.0.23 - - [2025-12-04 02:46:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.374053 10.0.0.27 - - [2025-12-04 02:46:14] "GET /project/e2707d20-277b-45f4-9f89-45cd0b311ee9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.524605 10.0.0.27 - - [2025-12-04 02:46:15] "GET / HTTP/1.1" 200 35931 0.001597 10.0.0.27 - - [2025-12-04 02:46:17] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 401 292 0.000440 10.0.0.27 - - [2025-12-04 02:46:17] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 545 0.140370 10.0.0.27 - - [2025-12-04 02:46:17] "POST /network-ipams HTTP/1.1" 200 513 0.031379 10.0.0.27 - - [2025-12-04 02:46:17] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 750 0.003191 10.0.0.27 - - [2025-12-04 02:46:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004195 10.0.0.27 - - [2025-12-04 02:46:18] "GET /network-ipam/7a5cce47-27bc-4e53-8c43-9ca32dcb9f6c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1287 0.006391 10.0.0.27 - - [2025-12-04 02:46:18] "PUT /network-ipam/7a5cce47-27bc-4e53-8c43-9ca32dcb9f6c HTTP/1.1" 200 258 0.013012 10.0.0.27 - - [2025-12-04 02:46:18] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 750 0.003410 10.0.0.27 - - [2025-12-04 02:46:18] "POST /network-ipams HTTP/1.1" 200 513 0.028384 10.0.0.27 - - [2025-12-04 02:46:18] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 955 0.003850 10.0.0.27 - - [2025-12-04 02:46:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004249 10.0.0.27 - - [2025-12-04 02:46:18] "GET /network-ipam/070ba46b-a131-4a29-a30f-ee9c3bedb351?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1286 0.006701 10.0.0.27 - - [2025-12-04 02:46:18] "PUT /network-ipam/070ba46b-a131-4a29-a30f-ee9c3bedb351 HTTP/1.1" 200 258 0.014166 10.0.0.27 - - [2025-12-04 02:46:18] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 955 0.009271 10.0.0.27 - - [2025-12-04 02:46:18] "POST /network-ipams HTTP/1.1" 200 513 0.032825 10.0.0.27 - - [2025-12-04 02:46:18] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 1161 0.004100 10.0.0.27 - - [2025-12-04 02:46:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004264 10.0.0.27 - - [2025-12-04 02:46:18] "GET /network-ipam/7c02f6f1-702b-4ece-bbc7-368fdc05cdec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1287 0.006867 10.0.0.27 - - [2025-12-04 02:46:18] "PUT /network-ipam/7c02f6f1-702b-4ece-bbc7-368fdc05cdec HTTP/1.1" 200 258 0.015263 10.0.0.27 - - [2025-12-04 02:46:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003977 10.0.0.23 - - [2025-12-04 02:46:19] "GET /projects?obj_uuids=e2707d20-277b-45f4-9f89-45cd0b311ee9&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001116 10.0.0.27 - - [2025-12-04 02:46:19] "GET /project/e2707d20-277b-45f4-9f89-45cd0b311ee9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.047816 10.0.0.23 - - [2025-12-04 02:46:19] "GET /projects?obj_uuids=e2707d20-277b-45f4-9f89-45cd0b311ee9&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001020 10.0.0.27 - - [2025-12-04 02:46:20] "POST /neutron/network HTTP/1.1" 200 607 0.199893 10.0.0.33 - - [2025-12-04 02:46:20] "POST /route-targets HTTP/1.1" 200 327 0.017211 10.0.0.27 - - [2025-12-04 02:46:20] "POST /id-to-fqname HTTP/1.1" 200 221 0.003899 10.0.0.27 - - [2025-12-04 02:46:20] "GET /virtual-network/c4b238dd-67f5-4879-b656-3c4f0ae6b0be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.006927 10.0.0.27 - - [2025-12-04 02:46:20] "POST /neutron/network HTTP/1.1" 200 823 0.006907 10.0.0.27 - - [2025-12-04 02:46:20] "GET /virtual-network/c4b238dd-67f5-4879-b656-3c4f0ae6b0be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.004981 10.0.0.27 - - [2025-12-04 02:46:20] "POST /neutron/network HTTP/1.1" 200 823 0.007137 10.0.0.27 - - [2025-12-04 02:46:20] "GET /virtual-network/c4b238dd-67f5-4879-b656-3c4f0ae6b0be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.006138 10.0.0.27 - - [2025-12-04 02:46:20] "GET /network-ipam/7a5cce47-27bc-4e53-8c43-9ca32dcb9f6c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1287 0.006944 10.0.0.27 - - [2025-12-04 02:46:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003484 10.0.0.23 - - [2025-12-04 02:46:20] "GET /projects?obj_uuids=e2707d20-277b-45f4-9f89-45cd0b311ee9&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001045 10.0.0.27 - - [2025-12-04 02:46:20] "GET /project/e2707d20-277b-45f4-9f89-45cd0b311ee9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.060837 10.0.0.33 - - [2025-12-04 02:46:20] "POST /ref-update HTTP/1.1" 200 156 0.032736 10.0.0.23 - - [2025-12-04 02:46:21] "POST /useragent-kv HTTP/1.1" 200 115 0.009577 10.0.0.27 - - [2025-12-04 02:46:21] "POST /neutron/subnet HTTP/1.1" 200 729 0.192102 10.0.0.27 - - [2025-12-04 02:46:21] "POST /id-to-fqname HTTP/1.1" 200 221 0.001378 10.0.0.27 - - [2025-12-04 02:46:21] "GET /virtual-network/1db278b4-dcf1-468f-87fe-2350a28c9fb3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.012432 10.0.0.27 - - [2025-12-04 02:46:21] "GET /virtual-network/1db278b4-dcf1-468f-87fe-2350a28c9fb3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.005976 10.0.0.27 - - [2025-12-04 02:46:21] "POST /neutron/network HTTP/1.1" 200 825 0.006062 10.0.0.27 - - [2025-12-04 02:46:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003855 10.0.0.23 - - [2025-12-04 02:46:21] "GET /projects?obj_uuids=e2707d20-277b-45f4-9f89-45cd0b311ee9&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001048 10.0.0.27 - - [2025-12-04 02:46:21] "GET /project/e2707d20-277b-45f4-9f89-45cd0b311ee9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.050242 10.0.0.23 - - [2025-12-04 02:46:21] "GET /projects?obj_uuids=e2707d20-277b-45f4-9f89-45cd0b311ee9&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001102 10.0.0.27 - - [2025-12-04 02:46:21] "POST /neutron/network HTTP/1.1" 200 607 0.134020 10.0.0.27 - - [2025-12-04 02:46:21] "POST /id-to-fqname HTTP/1.1" 200 221 0.003572 10.0.0.27 - - [2025-12-04 02:46:21] "GET /virtual-network/a475da3f-b65c-436e-8784-e6d7c77da971?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.005658 10.0.0.27 - - [2025-12-04 02:46:21] "POST /neutron/network HTTP/1.1" 200 825 0.008581 10.0.0.27 - - [2025-12-04 02:46:21] "GET /virtual-network/a475da3f-b65c-436e-8784-e6d7c77da971?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.006162 10.0.0.27 - - [2025-12-04 02:46:22] "GET /virtual-network/c4b238dd-67f5-4879-b656-3c4f0ae6b0be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005562 10.0.0.23 - - [2025-12-04 02:46:23] "GET /obj-perms HTTP/1.1" 200 5030 0.056540 10.0.0.27 - - [2025-12-04 02:46:23] "GET /virtual-network/1db278b4-dcf1-468f-87fe-2350a28c9fb3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.007957 10.0.0.27 - - [2025-12-04 02:46:23] "GET /obj-perms HTTP/1.1" 200 5030 0.058245 10.0.0.27 - - [2025-12-04 02:46:24] "GET /virtual-network/a475da3f-b65c-436e-8784-e6d7c77da971?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.005430 10.0.0.33 - - [2025-12-04 02:46:24] "GET /obj-perms HTTP/1.1" 200 5030 0.056780 10.0.0.27 - - [2025-12-04 02:46:24] "POST /fqname-to-id HTTP/1.1" 404 215 0.003673 10.0.0.27 - - [2025-12-04 02:46:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004122 10.0.0.23 - - [2025-12-04 02:46:24] "GET /projects?obj_uuids=e2707d20-277b-45f4-9f89-45cd0b311ee9&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001198 10.0.0.27 - - [2025-12-04 02:46:24] "GET /project/e2707d20-277b-45f4-9f89-45cd0b311ee9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.051495 10.0.0.27 - - [2025-12-04 02:46:24] "POST /network-policys HTTP/1.1" 200 553 0.033429 10.0.0.27 - - [2025-12-04 02:46:24] "GET /network-policy/1f024b15-aa66-4491-8c75-411883c2f860?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2122 0.005804 10.0.0.27 - - [2025-12-04 02:46:24] "POST /fqname-to-id HTTP/1.1" 404 215 0.003373 10.0.0.27 - - [2025-12-04 02:46:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003548 10.0.0.23 - - [2025-12-04 02:46:25] "GET /projects?obj_uuids=e2707d20-277b-45f4-9f89-45cd0b311ee9&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001482 10.0.0.27 - - [2025-12-04 02:46:25] "GET /project/e2707d20-277b-45f4-9f89-45cd0b311ee9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.051486 10.0.0.27 - - [2025-12-04 02:46:25] "POST /network-policys HTTP/1.1" 200 553 0.033019 10.0.0.27 - - [2025-12-04 02:46:25] "GET /network-policy/8cc511d7-8897-4fc2-8a76-840b6c6c7aac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2127 0.006608 10.0.0.27 - - [2025-12-04 02:46:25] "POST /fqname-to-id HTTP/1.1" 404 215 0.003286 10.0.0.27 - - [2025-12-04 02:46:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003336 10.0.0.23 - - [2025-12-04 02:46:25] "GET /projects?obj_uuids=e2707d20-277b-45f4-9f89-45cd0b311ee9&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001206 10.0.0.27 - - [2025-12-04 02:46:25] "GET /project/e2707d20-277b-45f4-9f89-45cd0b311ee9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.047769 10.0.0.27 - - [2025-12-04 02:46:25] "POST /network-policys HTTP/1.1" 200 553 0.026942 10.0.0.27 - - [2025-12-04 02:46:25] "GET /network-policy/3e1ce5f5-2fc9-400c-8f6c-21fc29288ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2121 0.006656 10.0.0.33 - - [2025-12-04 02:46:25] "POST /fqname-to-id HTTP/1.1" 404 236 0.005640 10.0.0.27 - - [2025-12-04 02:46:25] "POST /ref-update HTTP/1.1" 200 156 0.055264 10.0.0.27 - - [2025-12-04 02:46:25] "POST /ref-update HTTP/1.1" 200 156 0.062657 10.0.0.27 - - [2025-12-04 02:46:25] "POST /neutron/network HTTP/1.1" 200 825 0.006404 10.0.0.33 - - [2025-12-04 02:46:25] "POST /fqname-to-id HTTP/1.1" 404 236 0.003376 10.0.0.27 - - [2025-12-04 02:46:26] "GET /virtual-network/1db278b4-dcf1-468f-87fe-2350a28c9fb3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2351 0.021724 10.0.0.27 - - [2025-12-04 02:46:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003428 10.0.0.27 - - [2025-12-04 02:46:26] "GET /network-policy/8cc511d7-8897-4fc2-8a76-840b6c6c7aac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2127 0.005439 10.0.0.27 - - [2025-12-04 02:46:26] "POST /id-to-fqname HTTP/1.1" 200 221 0.001216 10.0.0.27 - - [2025-12-04 02:46:26] "POST /neutron/network HTTP/1.1" 200 1004 0.010775 10.0.0.23 - - [2025-12-04 02:46:27] "GET /projects?obj_uuids=e2707d20-277b-45f4-9f89-45cd0b311ee9&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001188 10.0.0.27 - - [2025-12-04 02:46:27] "GET /project/e2707d20-277b-45f4-9f89-45cd0b311ee9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.094714 10.0.0.27 - - [2025-12-04 02:46:27] "POST /neutron/port HTTP/1.1" 200 117 0.007047 10.0.0.27 - - [2025-12-04 02:46:27] "POST /id-to-fqname HTTP/1.1" 200 221 0.001334 10.0.0.27 - - [2025-12-04 02:46:27] "POST /neutron/network HTTP/1.1" 200 1004 0.006807 10.0.0.27 - - [2025-12-04 02:46:28] "POST /neutron/port HTTP/1.1" 200 1059 0.015984 10.0.0.23 - - [2025-12-04 02:46:28] "GET /projects?obj_uuids=e2707d20-277b-45f4-9f89-45cd0b311ee9&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001236 10.0.0.27 - - [2025-12-04 02:46:28] "GET /project/e2707d20-277b-45f4-9f89-45cd0b311ee9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.116691 10.0.0.27 - - [2025-12-04 02:46:28] "POST /neutron/network HTTP/1.1" 200 917 0.041801 10.0.0.27 - - [2025-12-04 02:46:28] "POST /neutron/port HTTP/1.1" 200 117 0.001081 10.0.0.27 - - [2025-12-04 02:46:28] "POST /neutron/security_group HTTP/1.1" 200 2058 0.009156 10.0.0.27 - - [2025-12-04 02:46:28] "POST /id-to-fqname HTTP/1.1" 200 221 0.001299 10.0.0.27 - - [2025-12-04 02:46:28] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006866 10.0.0.23 - - [2025-12-04 02:46:29] "GET /projects?obj_uuids=e2707d20-277b-45f4-9f89-45cd0b311ee9&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001434 10.0.0.33 - - [2025-12-04 02:46:29] "PUT /access-control-list/bbdafc35-0724-4b55-ae0b-4445ac8dcde7 HTTP/1.1" 200 272 0.025505 10.0.0.27 - - [2025-12-04 02:46:29] "POST /neutron/port HTTP/1.1" 200 1061 0.363113 10.0.0.27 - - [2025-12-04 02:46:29] "POST /neutron/port HTTP/1.1" 200 1115 0.132326 10.0.0.27 - - [2025-12-04 02:46:29] "POST /neutron/subnet HTTP/1.1" 200 703 0.009314 10.0.0.23 - - [2025-12-04 02:46:29] "GET /projects?obj_uuids=e2707d20-277b-45f4-9f89-45cd0b311ee9&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001248 10.0.0.27 - - [2025-12-04 02:46:29] "GET /project/e2707d20-277b-45f4-9f89-45cd0b311ee9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.081053 10.0.0.27 - - [2025-12-04 02:46:30] "POST /neutron/network HTTP/1.1" 200 825 0.012198 10.0.0.27 - - [2025-12-04 02:46:30] "POST /neutron/port HTTP/1.1" 200 117 0.007259 10.0.0.27 - - [2025-12-04 02:46:30] "POST /neutron/port HTTP/1.1" 200 1087 0.018154 10.0.0.27 - - [2025-12-04 02:46:30] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007975 10.0.0.27 - - [2025-12-04 02:46:30] "POST /neutron/port HTTP/1.1" 200 1087 0.018922 10.0.0.27 - - [2025-12-04 02:46:30] "GET /virtual-machine/d0cb5bd0-fb10-44ab-bb8e-da6de2c96549 HTTP/1.1" 401 292 0.000401 10.0.0.27 - - [2025-12-04 02:46:30] "POST /neutron/port HTTP/1.1" 200 1087 0.015853 10.0.0.27 - - [2025-12-04 02:46:31] "POST /neutron/subnet HTTP/1.1" 200 693 0.008125 10.0.0.27 - - [2025-12-04 02:46:31] "POST /neutron/port HTTP/1.1" 200 1061 0.017263 10.0.0.27 - - [2025-12-04 02:46:31] "GET /virtual-machine/d0cb5bd0-fb10-44ab-bb8e-da6de2c96549 HTTP/1.1" 200 1293 0.036805 10.0.0.27 - - [2025-12-04 02:46:31] "GET /virtual-machine/d0cb5bd0-fb10-44ab-bb8e-da6de2c96549 HTTP/1.1" 200 1293 0.004652 10.0.0.27 - - [2025-12-04 02:46:31] "GET /virtual-machine-interface/a4e31013-13cc-4e6c-96eb-d482891cdfb3 HTTP/1.1" 200 2945 0.006072 10.0.0.27 - - [2025-12-04 02:46:31] "GET /virtual-machine/d0cb5bd0-fb10-44ab-bb8e-da6de2c96549 HTTP/1.1" 200 1293 0.003879 10.0.0.27 - - [2025-12-04 02:46:31] "GET /virtual-machine-interface/a4e31013-13cc-4e6c-96eb-d482891cdfb3 HTTP/1.1" 200 2945 0.007633 10.0.0.27 - - [2025-12-04 02:46:31] "GET /instance-ip/fff9c8fc-c0f5-40d6-9f77-fcd31ffb67b6 HTTP/1.1" 200 1621 0.014454 10.0.0.27 - - [2025-12-04 02:46:31] "GET /virtual-machine/d0cb5bd0-fb10-44ab-bb8e-da6de2c96549 HTTP/1.1" 200 1293 0.003641 10.0.0.27 - - [2025-12-04 02:46:31] "GET /virtual-machine-interface/a4e31013-13cc-4e6c-96eb-d482891cdfb3 HTTP/1.1" 200 2945 0.006181 10.0.0.27 - - [2025-12-04 02:46:31] "GET /instance-ip/fff9c8fc-c0f5-40d6-9f77-fcd31ffb67b6 HTTP/1.1" 200 1621 0.008439 10.0.0.27 - - [2025-12-04 02:46:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003780 10.0.0.27 - - [2025-12-04 02:46:31] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003653 10.0.0.27 - - [2025-12-04 02:46:31] "GET /virtual-networks?parent_id=e2707d20-277b-45f4-9f89-45cd0b311ee9&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003158 10.0.0.27 - - [2025-12-04 02:46:31] "POST /neutron/port HTTP/1.1" 200 1089 0.017055 10.0.0.27 - - [2025-12-04 02:46:31] "GET /virtual-network/c4b238dd-67f5-4879-b656-3c4f0ae6b0be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2630 0.006025 10.0.0.27 - - [2025-12-04 02:46:31] "POST /neutron/port HTTP/1.1" 200 117 0.001076 10.0.0.27 - - [2025-12-04 02:46:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.002945 10.0.0.27 - - [2025-12-04 02:46:31] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004148 10.0.0.27 - - [2025-12-04 02:46:31] "GET /virtual-networks?parent_id=e2707d20-277b-45f4-9f89-45cd0b311ee9&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003056 10.0.0.27 - - [2025-12-04 02:46:31] "GET /virtual-network/c4b238dd-67f5-4879-b656-3c4f0ae6b0be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2630 0.005672 10.0.0.27 - - [2025-12-04 02:46:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.004905 10.0.0.27 - - [2025-12-04 02:46:31] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003902 10.0.0.27 - - [2025-12-04 02:46:31] "GET /virtual-networks?parent_id=e2707d20-277b-45f4-9f89-45cd0b311ee9&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003006 10.0.0.27 - - [2025-12-04 02:46:31] "GET /virtual-network/c4b238dd-67f5-4879-b656-3c4f0ae6b0be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2630 0.006993 10.0.0.27 - - [2025-12-04 02:46:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003430 10.0.0.27 - - [2025-12-04 02:46:31] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005318 10.0.0.27 - - [2025-12-04 02:46:31] "GET /virtual-networks?parent_id=e2707d20-277b-45f4-9f89-45cd0b311ee9&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003540 10.0.0.27 - - [2025-12-04 02:46:31] "GET /virtual-network/c4b238dd-67f5-4879-b656-3c4f0ae6b0be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2630 0.005983 10.0.0.27 - - [2025-12-04 02:46:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003378 10.0.0.27 - - [2025-12-04 02:46:32] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004885 10.0.0.27 - - [2025-12-04 02:46:32] "GET /virtual-networks?parent_id=e2707d20-277b-45f4-9f89-45cd0b311ee9&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003684 10.0.0.27 - - [2025-12-04 02:46:32] "GET /virtual-network/c4b238dd-67f5-4879-b656-3c4f0ae6b0be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2630 0.005641 10.0.0.27 - - [2025-12-04 02:46:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003782 10.0.0.27 - - [2025-12-04 02:46:35] "GET /virtual-network/c4b238dd-67f5-4879-b656-3c4f0ae6b0be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2630 0.006198 10.0.0.23 - - [2025-12-04 02:46:36] "DELETE /project/13f468b57eaf4983a424a50da42ffa8b HTTP/1.1" 404 173 0.010254 10.0.0.23 - - [2025-12-04 02:46:36] "DELETE /project/61ab0f8e88c54edc97e44705590de0e2 HTTP/1.1" 404 173 0.009369 10.0.0.23 - - [2025-12-04 02:46:36] "DELETE /project/e2707d20277b45f49f8945cd0b311ee9 HTTP/1.1" 404 173 0.012109 10.0.0.23 - - [2025-12-04 02:46:36] "GET /projects?obj_uuids=13f468b5-7eaf-4983-a424-a50da42ffa8b&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001049 10.0.0.23 - - [2025-12-04 02:46:36] "GET /projects?obj_uuids=61ab0f8e-88c5-4edc-97e4-4705590de0e2&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001060 10.0.0.23 - - [2025-12-04 02:46:36] "GET /project/61ab0f8e-88c5-4edc-97e4-4705590de0e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1532 0.075207 10.0.0.23 - - [2025-12-04 02:46:36] "GET /project/13f468b5-7eaf-4983-a424-a50da42ffa8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1524 0.082556 10.0.0.23 - - [2025-12-04 02:46:36] "GET /projects?obj_uuids=61ab0f8e-88c5-4edc-97e4-4705590de0e2&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001578 10.0.0.23 - - [2025-12-04 02:46:36] "GET /projects?obj_uuids=13f468b5-7eaf-4983-a424-a50da42ffa8b&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.002148 10.0.0.23 - - [2025-12-04 02:46:36] "GET /project/61ab0f8e-88c5-4edc-97e4-4705590de0e2?fields=security_groups HTTP/1.1" 200 1411 0.065361 10.0.0.23 - - [2025-12-04 02:46:36] "GET /project/13f468b5-7eaf-4983-a424-a50da42ffa8b?fields=security_groups HTTP/1.1" 200 1405 0.105195 10.0.0.23 - - [2025-12-04 02:46:36] "DELETE /security-group/918df99d-34a3-4eaf-bc45-121d1e40bc98 HTTP/1.1" 200 115 0.068130 10.0.0.23 - - [2025-12-04 02:46:36] "GET /projects?obj_uuids=61ab0f8e-88c5-4edc-97e4-4705590de0e2&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001065 10.0.0.23 - - [2025-12-04 02:46:36] "GET /project/61ab0f8e-88c5-4edc-97e4-4705590de0e2?fields=application_policy_sets HTTP/1.1" 200 1450 0.062559 10.0.0.23 - - [2025-12-04 02:46:36] "DELETE /security-group/0eeee2a2-fceb-4c2c-81b4-5dfb01894bea HTTP/1.1" 200 115 0.100568 10.0.0.23 - - [2025-12-04 02:46:36] "GET /projects?obj_uuids=13f468b5-7eaf-4983-a424-a50da42ffa8b&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001568 10.0.0.33 - - [2025-12-04 02:46:36] "DELETE /access-control-list/aa01eaae-762f-4451-ad6d-2d02101d1d6c HTTP/1.1" 200 115 0.062150 10.0.0.23 - - [2025-12-04 02:46:36] "GET /project/13f468b5-7eaf-4983-a424-a50da42ffa8b?fields=application_policy_sets HTTP/1.1" 200 1444 0.089820 10.0.0.23 - - [2025-12-04 02:46:37] "DELETE /project/61ab0f8e-88c5-4edc-97e4-4705590de0e2 HTTP/1.1" 200 115 0.601307 10.0.0.23 - - [2025-12-04 02:46:37] "DELETE /project/13f468b5-7eaf-4983-a424-a50da42ffa8b HTTP/1.1" 200 115 0.655049 10.0.0.27 - - [2025-12-04 02:46:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.004723 10.0.0.27 - - [2025-12-04 02:46:39] "GET /virtual-network/c4b238dd-67f5-4879-b656-3c4f0ae6b0be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2630 0.006253 10.0.0.27 - - [2025-12-04 02:46:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003896 10.0.0.27 - - [2025-12-04 02:46:43] "GET /virtual-network/c4b238dd-67f5-4879-b656-3c4f0ae6b0be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2630 0.006702 10.0.0.27 - - [2025-12-04 02:46:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003759 10.0.0.27 - - [2025-12-04 02:46:47] "GET /virtual-network/c4b238dd-67f5-4879-b656-3c4f0ae6b0be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2630 0.005821 10.0.0.23 - - [2025-12-04 02:46:50] "GET /obj-perms HTTP/1.1" 200 5056 0.055992 10.0.0.27 - - [2025-12-04 02:46:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003294 10.0.0.27 - - [2025-12-04 02:46:51] "GET /virtual-network/c4b238dd-67f5-4879-b656-3c4f0ae6b0be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2630 0.006213 10.0.0.27 - - [2025-12-04 02:46:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003716 10.0.0.27 - - [2025-12-04 02:46:55] "GET /virtual-network/c4b238dd-67f5-4879-b656-3c4f0ae6b0be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2630 0.006771 10.0.0.27 - - [2025-12-04 02:46:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003934 10.0.0.27 - - [2025-12-04 02:46:59] "GET /virtual-network/c4b238dd-67f5-4879-b656-3c4f0ae6b0be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2630 0.007095 10.0.0.27 - - [2025-12-04 02:47:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003398 10.0.0.27 - - [2025-12-04 02:47:03] "GET /virtual-network/c4b238dd-67f5-4879-b656-3c4f0ae6b0be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2630 0.008075 10.0.0.27 - - [2025-12-04 02:47:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004420 10.0.0.27 - - [2025-12-04 02:47:08] "GET /virtual-network/c4b238dd-67f5-4879-b656-3c4f0ae6b0be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2630 0.006691 10.0.0.27 - - [2025-12-04 02:47:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004316 10.0.0.27 - - [2025-12-04 02:47:12] "GET /virtual-network/c4b238dd-67f5-4879-b656-3c4f0ae6b0be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2630 0.006384 10.0.0.27 - - [2025-12-04 02:47:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003360 10.0.0.27 - - [2025-12-04 02:47:16] "GET /virtual-network/c4b238dd-67f5-4879-b656-3c4f0ae6b0be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2630 0.005566 10.0.0.27 - - [2025-12-04 02:47:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003941 10.0.0.27 - - [2025-12-04 02:47:20] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003670 10.0.0.27 - - [2025-12-04 02:47:20] "GET /virtual-networks?parent_id=e2707d20-277b-45f4-9f89-45cd0b311ee9&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003461 10.0.0.27 - - [2025-12-04 02:47:20] "GET /virtual-network/c4b238dd-67f5-4879-b656-3c4f0ae6b0be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2630 0.006702 10.0.0.27 - - [2025-12-04 02:47:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003461 10.0.0.27 - - [2025-12-04 02:47:20] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003759 10.0.0.27 - - [2025-12-04 02:47:20] "GET /virtual-networks?parent_id=e2707d20-277b-45f4-9f89-45cd0b311ee9&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.006461 10.0.0.27 - - [2025-12-04 02:47:20] "GET /virtual-network/c4b238dd-67f5-4879-b656-3c4f0ae6b0be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2630 0.010014 10.0.0.27 - - [2025-12-04 02:47:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003742 10.0.0.27 - - [2025-12-04 02:47:20] "GET /routing-instance/99265855-8500-4b14-9f7f-7789e282fbca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1786 0.005661 10.0.0.27 - - [2025-12-04 02:47:20] "GET /route-target/d307616e-4b01-4c14-ab4e-021cc9ab137e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004518 10.0.0.27 - - [2025-12-04 02:47:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003862 10.0.0.27 - - [2025-12-04 02:47:20] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004311 10.0.0.27 - - [2025-12-04 02:47:20] "GET /virtual-networks?parent_id=e2707d20-277b-45f4-9f89-45cd0b311ee9&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003295 10.0.0.27 - - [2025-12-04 02:47:20] "GET /virtual-network/c4b238dd-67f5-4879-b656-3c4f0ae6b0be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2630 0.005966 10.0.0.27 - - [2025-12-04 02:47:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003626 10.0.0.27 - - [2025-12-04 02:47:20] "GET /routing-instance/99265855-8500-4b14-9f7f-7789e282fbca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1786 0.004397 10.0.0.27 - - [2025-12-04 02:47:20] "GET /route-target/d307616e-4b01-4c14-ab4e-021cc9ab137e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.003981 10.0.0.27 - - [2025-12-04 02:47:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003965 10.0.0.27 - - [2025-12-04 02:47:21] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004136 10.0.0.27 - - [2025-12-04 02:47:21] "GET /virtual-networks?parent_id=e2707d20-277b-45f4-9f89-45cd0b311ee9&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003333 10.0.0.27 - - [2025-12-04 02:47:21] "GET /virtual-network/c4b238dd-67f5-4879-b656-3c4f0ae6b0be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2630 0.006661 10.0.0.27 - - [2025-12-04 02:47:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003327 10.0.0.27 - - [2025-12-04 02:47:21] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003701 10.0.0.27 - - [2025-12-04 02:47:21] "GET /virtual-networks?parent_id=e2707d20-277b-45f4-9f89-45cd0b311ee9&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003523 10.0.0.27 - - [2025-12-04 02:47:21] "GET /virtual-network/c4b238dd-67f5-4879-b656-3c4f0ae6b0be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2630 0.005750 10.0.0.27 - - [2025-12-04 02:47:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003465 10.0.0.27 - - [2025-12-04 02:47:21] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004378 10.0.0.27 - - [2025-12-04 02:47:21] "GET /virtual-networks?parent_id=e2707d20-277b-45f4-9f89-45cd0b311ee9&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003575 10.0.0.27 - - [2025-12-04 02:47:21] "GET /virtual-network/c4b238dd-67f5-4879-b656-3c4f0ae6b0be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2630 0.007403 10.0.0.27 - - [2025-12-04 02:47:21] "GET /obj-perms HTTP/1.1" 200 5030 0.004430 10.0.0.27 - - [2025-12-04 02:47:21] "GET /obj-perms HTTP/1.1" 200 5030 0.003502 10.0.0.23 - - [2025-12-04 02:47:21] "GET /obj-perms HTTP/1.1" 200 5030 0.003530 10.0.0.27 - - [2025-12-04 02:47:21] "GET /obj-perms HTTP/1.1" 200 5030 0.004154 10.0.0.27 - - [2025-12-04 02:47:21] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007664 10.0.0.27 - - [2025-12-04 02:47:21] "POST /neutron/port HTTP/1.1" 200 1089 0.015761 10.0.0.27 - - [2025-12-04 02:47:22] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007175 10.0.0.27 - - [2025-12-04 02:47:22] "GET /virtual-machine/2917cc45-3503-4f71-879a-7fc44f11ddb4 HTTP/1.1" 200 1291 0.006216 10.0.0.27 - - [2025-12-04 02:47:22] "GET /virtual-machine/2917cc45-3503-4f71-879a-7fc44f11ddb4 HTTP/1.1" 200 1291 0.004431 10.0.0.27 - - [2025-12-04 02:47:22] "GET /virtual-machine-interface/0a48bd38-0e2b-442d-a9a5-d98cd8b10ccd HTTP/1.1" 200 2943 0.005818 10.0.0.27 - - [2025-12-04 02:47:22] "GET /virtual-machine/2917cc45-3503-4f71-879a-7fc44f11ddb4 HTTP/1.1" 200 1291 0.003862 10.0.0.27 - - [2025-12-04 02:47:22] "GET /virtual-machine-interface/0a48bd38-0e2b-442d-a9a5-d98cd8b10ccd HTTP/1.1" 200 2943 0.005713 10.0.0.27 - - [2025-12-04 02:47:22] "GET /instance-ip/fd5fdba4-2ecc-4f77-9d13-31a688a6bc04 HTTP/1.1" 200 1623 0.006630 10.0.0.27 - - [2025-12-04 02:47:22] "GET /virtual-machine/2917cc45-3503-4f71-879a-7fc44f11ddb4 HTTP/1.1" 200 1291 0.005287 10.0.0.27 - - [2025-12-04 02:47:22] "GET /virtual-machine-interface/0a48bd38-0e2b-442d-a9a5-d98cd8b10ccd HTTP/1.1" 200 2943 0.005409 10.0.0.27 - - [2025-12-04 02:47:22] "GET /instance-ip/fd5fdba4-2ecc-4f77-9d13-31a688a6bc04 HTTP/1.1" 200 1623 0.004832 10.0.0.27 - - [2025-12-04 02:47:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003902 10.0.0.27 - - [2025-12-04 02:47:22] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003237 10.0.0.27 - - [2025-12-04 02:47:22] "GET /virtual-networks?parent_id=e2707d20-277b-45f4-9f89-45cd0b311ee9&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003060 10.0.0.27 - - [2025-12-04 02:47:22] "GET /virtual-network/1db278b4-dcf1-468f-87fe-2350a28c9fb3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2351 0.005400 10.0.0.27 - - [2025-12-04 02:47:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003520 10.0.0.27 - - [2025-12-04 02:47:22] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004636 10.0.0.27 - - [2025-12-04 02:47:22] "GET /virtual-networks?parent_id=e2707d20-277b-45f4-9f89-45cd0b311ee9&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003434 10.0.0.27 - - [2025-12-04 02:47:22] "GET /virtual-network/1db278b4-dcf1-468f-87fe-2350a28c9fb3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2351 0.021690 10.0.0.27 - - [2025-12-04 02:47:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.004824 10.0.0.27 - - [2025-12-04 02:47:22] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003831 10.0.0.27 - - [2025-12-04 02:47:22] "GET /virtual-networks?parent_id=e2707d20-277b-45f4-9f89-45cd0b311ee9&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003215 10.0.0.27 - - [2025-12-04 02:47:22] "GET /virtual-network/1db278b4-dcf1-468f-87fe-2350a28c9fb3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2351 0.005903 10.0.0.27 - - [2025-12-04 02:47:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.004017 10.0.0.27 - - [2025-12-04 02:47:22] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004073 10.0.0.27 - - [2025-12-04 02:47:22] "GET /virtual-networks?parent_id=e2707d20-277b-45f4-9f89-45cd0b311ee9&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.004003 10.0.0.27 - - [2025-12-04 02:47:22] "GET /virtual-network/1db278b4-dcf1-468f-87fe-2350a28c9fb3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2351 0.006967 10.0.0.27 - - [2025-12-04 02:47:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003545 10.0.0.27 - - [2025-12-04 02:47:22] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004585 10.0.0.27 - - [2025-12-04 02:47:22] "GET /virtual-networks?parent_id=e2707d20-277b-45f4-9f89-45cd0b311ee9&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003310 10.0.0.27 - - [2025-12-04 02:47:22] "GET /virtual-network/1db278b4-dcf1-468f-87fe-2350a28c9fb3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2351 0.006370 10.0.0.27 - - [2025-12-04 02:47:23] "POST /neutron/network HTTP/1.1" 200 927 0.034498 10.0.0.27 - - [2025-12-04 02:47:23] "POST /neutron/port HTTP/1.1" 200 117 0.001230 10.0.0.27 - - [2025-12-04 02:47:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003516 10.0.0.27 - - [2025-12-04 02:47:23] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004311 10.0.0.27 - - [2025-12-04 02:47:23] "GET /virtual-networks?parent_id=e2707d20-277b-45f4-9f89-45cd0b311ee9&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003012 10.0.0.27 - - [2025-12-04 02:47:23] "GET /virtual-network/1db278b4-dcf1-468f-87fe-2350a28c9fb3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2351 0.005570 10.0.0.27 - - [2025-12-04 02:47:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004001 10.0.0.27 - - [2025-12-04 02:47:24] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003867 10.0.0.27 - - [2025-12-04 02:47:24] "GET /virtual-networks?parent_id=e2707d20-277b-45f4-9f89-45cd0b311ee9&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003267 10.0.0.27 - - [2025-12-04 02:47:24] "GET /virtual-network/1db278b4-dcf1-468f-87fe-2350a28c9fb3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2351 0.006581 10.0.0.27 - - [2025-12-04 02:47:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003172 10.0.0.27 - - [2025-12-04 02:47:24] "GET /routing-instance/4311a45e-9dec-4742-bc5e-298f578945e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1785 0.004326 10.0.0.27 - - [2025-12-04 02:47:24] "GET /route-target/3824333d-34c3-476b-ba38-4bf2a769ad53?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004195 10.0.0.27 - - [2025-12-04 02:47:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003421 10.0.0.27 - - [2025-12-04 02:47:24] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003350 10.0.0.27 - - [2025-12-04 02:47:24] "GET /virtual-networks?parent_id=e2707d20-277b-45f4-9f89-45cd0b311ee9&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.004282 10.0.0.27 - - [2025-12-04 02:47:24] "GET /virtual-network/1db278b4-dcf1-468f-87fe-2350a28c9fb3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2351 0.005942 10.0.0.27 - - [2025-12-04 02:47:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.005755 10.0.0.27 - - [2025-12-04 02:47:24] "GET /routing-instance/4311a45e-9dec-4742-bc5e-298f578945e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1785 0.004817 10.0.0.27 - - [2025-12-04 02:47:24] "GET /route-target/3824333d-34c3-476b-ba38-4bf2a769ad53?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.003836 10.0.0.27 - - [2025-12-04 02:47:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003266 10.0.0.27 - - [2025-12-04 02:47:24] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.007429 10.0.0.27 - - [2025-12-04 02:47:24] "GET /virtual-networks?parent_id=e2707d20-277b-45f4-9f89-45cd0b311ee9&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003193 10.0.0.27 - - [2025-12-04 02:47:24] "GET /virtual-network/1db278b4-dcf1-468f-87fe-2350a28c9fb3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2351 0.005396 10.0.0.27 - - [2025-12-04 02:47:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003956 10.0.0.27 - - [2025-12-04 02:47:24] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004672 10.0.0.27 - - [2025-12-04 02:47:24] "GET /virtual-networks?parent_id=e2707d20-277b-45f4-9f89-45cd0b311ee9&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003633 10.0.0.27 - - [2025-12-04 02:47:24] "GET /virtual-network/1db278b4-dcf1-468f-87fe-2350a28c9fb3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2351 0.006454 10.0.0.27 - - [2025-12-04 02:47:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003586 10.0.0.27 - - [2025-12-04 02:47:24] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003774 10.0.0.27 - - [2025-12-04 02:47:24] "GET /virtual-networks?parent_id=e2707d20-277b-45f4-9f89-45cd0b311ee9&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.004261 10.0.0.27 - - [2025-12-04 02:47:24] "GET /virtual-network/1db278b4-dcf1-468f-87fe-2350a28c9fb3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2351 0.005774 10.0.0.27 - - [2025-12-04 02:47:24] "GET /obj-perms HTTP/1.1" 200 5030 0.003374 10.0.0.23 - - [2025-12-04 02:47:24] "GET /obj-perms HTTP/1.1" 200 5030 0.005031 10.0.0.27 - - [2025-12-04 02:47:25] "GET /obj-perms HTTP/1.1" 200 5030 0.003880 10.0.0.23 - - [2025-12-04 02:47:25] "GET /obj-perms HTTP/1.1" 200 5030 0.003447 10.0.0.27 - - [2025-12-04 02:47:25] "GET /obj-perms HTTP/1.1" 200 5030 0.004212 10.0.0.27 - - [2025-12-04 02:47:25] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006958 10.0.0.27 - - [2025-12-04 02:47:25] "POST /neutron/port HTTP/1.1" 200 1089 0.015119 10.0.0.27 - - [2025-12-04 02:47:25] "POST /neutron/security_group HTTP/1.1" 200 2058 0.008544 10.0.0.27 - - [2025-12-04 02:47:25] "GET /virtual-machine/e437db07-e857-433a-a429-b54ff43703a8 HTTP/1.1" 200 1293 0.006107 10.0.0.27 - - [2025-12-04 02:47:25] "GET /virtual-machine/e437db07-e857-433a-a429-b54ff43703a8 HTTP/1.1" 200 1293 0.003531 10.0.0.27 - - [2025-12-04 02:47:25] "GET /virtual-machine-interface/5bdfe92e-749a-4398-958a-146aac7b440e HTTP/1.1" 200 2944 0.005763 10.0.0.27 - - [2025-12-04 02:47:25] "GET /virtual-machine/e437db07-e857-433a-a429-b54ff43703a8 HTTP/1.1" 200 1293 0.005015 10.0.0.27 - - [2025-12-04 02:47:25] "GET /virtual-machine-interface/5bdfe92e-749a-4398-958a-146aac7b440e HTTP/1.1" 200 2944 0.005601 10.0.0.27 - - [2025-12-04 02:47:25] "GET /instance-ip/44475d8d-43d1-4846-a347-e2b189805b85 HTTP/1.1" 200 1622 0.006423 10.0.0.27 - - [2025-12-04 02:47:25] "GET /virtual-machine/e437db07-e857-433a-a429-b54ff43703a8 HTTP/1.1" 200 1293 0.003759 10.0.0.27 - - [2025-12-04 02:47:25] "GET /virtual-machine-interface/5bdfe92e-749a-4398-958a-146aac7b440e HTTP/1.1" 200 2944 0.005439 10.0.0.27 - - [2025-12-04 02:47:25] "GET /instance-ip/44475d8d-43d1-4846-a347-e2b189805b85 HTTP/1.1" 200 1622 0.004427 10.0.0.27 - - [2025-12-04 02:47:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003490 10.0.0.27 - - [2025-12-04 02:47:25] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003543 10.0.0.27 - - [2025-12-04 02:47:25] "GET /virtual-networks?parent_id=e2707d20-277b-45f4-9f89-45cd0b311ee9&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003127 10.0.0.27 - - [2025-12-04 02:47:25] "GET /virtual-network/a475da3f-b65c-436e-8784-e6d7c77da971?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.006569 10.0.0.27 - - [2025-12-04 02:47:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003371 10.0.0.27 - - [2025-12-04 02:47:25] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004448 10.0.0.27 - - [2025-12-04 02:47:25] "GET /virtual-networks?parent_id=e2707d20-277b-45f4-9f89-45cd0b311ee9&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003216 10.0.0.27 - - [2025-12-04 02:47:25] "GET /virtual-network/a475da3f-b65c-436e-8784-e6d7c77da971?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.005904 10.0.0.27 - - [2025-12-04 02:47:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.007319 10.0.0.27 - - [2025-12-04 02:47:25] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004014 10.0.0.27 - - [2025-12-04 02:47:25] "GET /virtual-networks?parent_id=e2707d20-277b-45f4-9f89-45cd0b311ee9&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003460 10.0.0.27 - - [2025-12-04 02:47:26] "GET /virtual-network/a475da3f-b65c-436e-8784-e6d7c77da971?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.007082 10.0.0.27 - - [2025-12-04 02:47:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004038 10.0.0.27 - - [2025-12-04 02:47:26] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004093 10.0.0.27 - - [2025-12-04 02:47:26] "GET /virtual-networks?parent_id=e2707d20-277b-45f4-9f89-45cd0b311ee9&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003902 10.0.0.27 - - [2025-12-04 02:47:26] "GET /virtual-network/a475da3f-b65c-436e-8784-e6d7c77da971?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.007693 10.0.0.27 - - [2025-12-04 02:47:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003451 10.0.0.27 - - [2025-12-04 02:47:26] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004457 10.0.0.27 - - [2025-12-04 02:47:26] "GET /virtual-networks?parent_id=e2707d20-277b-45f4-9f89-45cd0b311ee9&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003291 10.0.0.27 - - [2025-12-04 02:47:26] "GET /virtual-network/a475da3f-b65c-436e-8784-e6d7c77da971?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.006301 10.0.0.27 - - [2025-12-04 02:47:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003974 10.0.0.27 - - [2025-12-04 02:47:27] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004233 10.0.0.27 - - [2025-12-04 02:47:27] "GET /virtual-networks?parent_id=e2707d20-277b-45f4-9f89-45cd0b311ee9&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003401 10.0.0.27 - - [2025-12-04 02:47:27] "GET /virtual-network/a475da3f-b65c-436e-8784-e6d7c77da971?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.006323 10.0.0.27 - - [2025-12-04 02:47:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003943 10.0.0.27 - - [2025-12-04 02:47:27] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003692 10.0.0.27 - - [2025-12-04 02:47:27] "GET /virtual-networks?parent_id=e2707d20-277b-45f4-9f89-45cd0b311ee9&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003537 10.0.0.27 - - [2025-12-04 02:47:27] "GET /virtual-network/a475da3f-b65c-436e-8784-e6d7c77da971?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.005769 10.0.0.27 - - [2025-12-04 02:47:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003416 10.0.0.27 - - [2025-12-04 02:47:27] "GET /routing-instance/ebcde783-bc6b-4334-9843-738eb21631e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1480 0.007255 10.0.0.27 - - [2025-12-04 02:47:27] "GET /route-target/d546e206-d515-48f8-a56c-5f0b512e9c82?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004355 10.0.0.27 - - [2025-12-04 02:47:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003936 10.0.0.27 - - [2025-12-04 02:47:27] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004192 10.0.0.27 - - [2025-12-04 02:47:27] "GET /virtual-networks?parent_id=e2707d20-277b-45f4-9f89-45cd0b311ee9&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003670 10.0.0.27 - - [2025-12-04 02:47:27] "GET /virtual-network/a475da3f-b65c-436e-8784-e6d7c77da971?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.006268 10.0.0.27 - - [2025-12-04 02:47:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003940 10.0.0.27 - - [2025-12-04 02:47:27] "GET /routing-instance/ebcde783-bc6b-4334-9843-738eb21631e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1480 0.004943 10.0.0.27 - - [2025-12-04 02:47:28] "GET /route-target/d546e206-d515-48f8-a56c-5f0b512e9c82?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004288 10.0.0.27 - - [2025-12-04 02:47:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003592 10.0.0.27 - - [2025-12-04 02:47:28] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004291 10.0.0.27 - - [2025-12-04 02:47:28] "GET /virtual-networks?parent_id=e2707d20-277b-45f4-9f89-45cd0b311ee9&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003357 10.0.0.27 - - [2025-12-04 02:47:28] "GET /virtual-network/a475da3f-b65c-436e-8784-e6d7c77da971?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.005405 10.0.0.27 - - [2025-12-04 02:47:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003406 10.0.0.27 - - [2025-12-04 02:47:28] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004971 10.0.0.27 - - [2025-12-04 02:47:28] "GET /virtual-networks?parent_id=e2707d20-277b-45f4-9f89-45cd0b311ee9&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003649 10.0.0.27 - - [2025-12-04 02:47:28] "GET /virtual-network/a475da3f-b65c-436e-8784-e6d7c77da971?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.005608 10.0.0.23 - - [2025-12-04 02:47:28] "GET /obj-perms HTTP/1.1" 200 5030 0.004065 10.0.0.27 - - [2025-12-04 02:47:28] "GET /obj-perms HTTP/1.1" 200 5030 0.004780 10.0.0.27 - - [2025-12-04 02:47:28] "GET /obj-perms HTTP/1.1" 200 5030 0.003921 10.0.0.27 - - [2025-12-04 02:47:28] "GET /obj-perms HTTP/1.1" 200 5030 0.004119 10.0.0.33 - - [2025-12-04 02:47:28] "GET /obj-perms HTTP/1.1" 200 5030 0.003859 10.0.0.27 - - [2025-12-04 02:47:28] "GET /virtual-machine/d0cb5bd0-fb10-44ab-bb8e-da6de2c96549 HTTP/1.1" 200 1293 0.004014 10.0.0.27 - - [2025-12-04 02:47:28] "GET /virtual-machine-interface/a4e31013-13cc-4e6c-96eb-d482891cdfb3 HTTP/1.1" 200 2945 0.005727 10.0.0.27 - - [2025-12-04 02:47:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003534 10.0.0.27 - - [2025-12-04 02:47:28] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003869 10.0.0.27 - - [2025-12-04 02:47:28] "GET /virtual-networks?parent_id=e2707d20-277b-45f4-9f89-45cd0b311ee9&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003494 10.0.0.27 - - [2025-12-04 02:47:28] "GET /virtual-network/c4b238dd-67f5-4879-b656-3c4f0ae6b0be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2630 0.006187 10.0.0.27 - - [2025-12-04 02:47:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003376 10.0.0.27 - - [2025-12-04 02:47:29] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003924 10.0.0.27 - - [2025-12-04 02:47:29] "GET /virtual-networks?parent_id=e2707d20-277b-45f4-9f89-45cd0b311ee9&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003380 10.0.0.27 - - [2025-12-04 02:47:29] "GET /virtual-network/c4b238dd-67f5-4879-b656-3c4f0ae6b0be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2630 0.005488 10.0.0.27 - - [2025-12-04 02:47:30] "POST /neutron/port HTTP/1.1" 200 1087 0.016122 10.0.0.27 - - [2025-12-04 02:47:32] "POST /neutron/port HTTP/1.1" 200 1087 0.044681 10.0.0.27 - - [2025-12-04 02:47:32] "POST /neutron/subnet HTTP/1.1" 200 693 0.010046 10.0.0.27 - - [2025-12-04 02:47:33] "POST /neutron/port HTTP/1.1" 200 1087 0.042729 10.0.0.27 - - [2025-12-04 02:47:35] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007815 10.0.0.27 - - [2025-12-04 02:47:40] "POST /neutron/port HTTP/1.1" 200 1087 0.018446 10.0.0.27 - - [2025-12-04 02:47:45] "GET /virtual-machine/2917cc45-3503-4f71-879a-7fc44f11ddb4 HTTP/1.1" 200 1291 0.004905 10.0.0.27 - - [2025-12-04 02:47:45] "GET /virtual-machine-interface/0a48bd38-0e2b-442d-a9a5-d98cd8b10ccd HTTP/1.1" 200 2943 0.006580 10.0.0.27 - - [2025-12-04 02:47:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004130 10.0.0.27 - - [2025-12-04 02:47:45] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.012416 10.0.0.27 - - [2025-12-04 02:47:45] "GET /virtual-networks?parent_id=e2707d20-277b-45f4-9f89-45cd0b311ee9&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003767 10.0.0.27 - - [2025-12-04 02:47:45] "GET /virtual-network/1db278b4-dcf1-468f-87fe-2350a28c9fb3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2351 0.005753 10.0.0.27 - - [2025-12-04 02:47:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003836 10.0.0.27 - - [2025-12-04 02:47:46] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004800 10.0.0.27 - - [2025-12-04 02:47:46] "GET /virtual-networks?parent_id=e2707d20-277b-45f4-9f89-45cd0b311ee9&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003526 10.0.0.27 - - [2025-12-04 02:47:46] "GET /virtual-network/1db278b4-dcf1-468f-87fe-2350a28c9fb3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2351 0.005856 10.0.0.27 - - [2025-12-04 02:47:46] "GET /virtual-machine/e437db07-e857-433a-a429-b54ff43703a8 HTTP/1.1" 200 1293 0.005380 10.0.0.27 - - [2025-12-04 02:47:46] "GET /virtual-machine-interface/5bdfe92e-749a-4398-958a-146aac7b440e HTTP/1.1" 200 2944 0.005776 10.0.0.27 - - [2025-12-04 02:47:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003226 10.0.0.27 - - [2025-12-04 02:47:47] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003862 10.0.0.27 - - [2025-12-04 02:47:47] "GET /virtual-networks?parent_id=e2707d20-277b-45f4-9f89-45cd0b311ee9&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003070 10.0.0.27 - - [2025-12-04 02:47:47] "GET /virtual-network/a475da3f-b65c-436e-8784-e6d7c77da971?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.006730 10.0.0.27 - - [2025-12-04 02:47:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003806 10.0.0.27 - - [2025-12-04 02:47:48] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004067 10.0.0.27 - - [2025-12-04 02:47:48] "GET /virtual-networks?parent_id=e2707d20-277b-45f4-9f89-45cd0b311ee9&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003004 10.0.0.27 - - [2025-12-04 02:47:48] "GET /virtual-network/a475da3f-b65c-436e-8784-e6d7c77da971?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.006754 10.0.0.23 - - [2025-12-04 02:47:51] "GET /obj-perms HTTP/1.1" 200 5056 0.083533 10.0.0.27 - - [2025-12-04 02:48:14] "GET /virtual-machine/e437db07-e857-433a-a429-b54ff43703a8 HTTP/1.1" 200 1293 0.004605 10.0.0.27 - - [2025-12-04 02:48:15] "POST /neutron/port HTTP/1.1" 200 1115 0.012177 10.0.0.27 - - [2025-12-04 02:48:16] "GET /virtual-machine/e437db07-e857-433a-a429-b54ff43703a8 HTTP/1.1" 404 171 0.003886 10.0.0.27 - - [2025-12-04 02:48:16] "GET /virtual-machine/e437db07-e857-433a-a429-b54ff43703a8 HTTP/1.1" 404 171 0.003157 10.0.0.27 - - [2025-12-04 02:48:16] "GET /virtual-machine/e437db07-e857-433a-a429-b54ff43703a8 HTTP/1.1" 404 171 0.002915 10.0.0.27 - - [2025-12-04 02:48:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004442 10.0.0.27 - - [2025-12-04 02:48:16] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004243 10.0.0.27 - - [2025-12-04 02:48:16] "GET /virtual-networks?parent_id=e2707d20-277b-45f4-9f89-45cd0b311ee9&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003675 10.0.0.27 - - [2025-12-04 02:48:17] "GET /virtual-network/a475da3f-b65c-436e-8784-e6d7c77da971?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.006573 10.0.0.27 - - [2025-12-04 02:48:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003321 10.0.0.27 - - [2025-12-04 02:48:17] "GET /routing-instance/ebcde783-bc6b-4334-9843-738eb21631e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1480 0.004275 10.0.0.27 - - [2025-12-04 02:48:17] "GET /route-target/d546e206-d515-48f8-a56c-5f0b512e9c82?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004842 10.0.0.27 - - [2025-12-04 02:48:20] "GET /obj-perms HTTP/1.1" 200 5030 0.004273 10.0.0.27 - - [2025-12-04 02:48:23] "GET /obj-perms HTTP/1.1" 200 5030 0.003787 10.0.0.27 - - [2025-12-04 02:48:23] "GET /virtual-machine/2917cc45-3503-4f71-879a-7fc44f11ddb4 HTTP/1.1" 200 1291 0.004299 10.0.0.27 - - [2025-12-04 02:48:24] "POST /neutron/port HTTP/1.1" 200 1115 0.012292 10.0.0.27 - - [2025-12-04 02:48:25] "GET /virtual-machine/2917cc45-3503-4f71-879a-7fc44f11ddb4 HTTP/1.1" 404 171 0.003569 10.0.0.27 - - [2025-12-04 02:48:25] "GET /virtual-machine/2917cc45-3503-4f71-879a-7fc44f11ddb4 HTTP/1.1" 404 171 0.003636 10.0.0.27 - - [2025-12-04 02:48:25] "GET /virtual-machine/2917cc45-3503-4f71-879a-7fc44f11ddb4 HTTP/1.1" 404 171 0.003683 10.0.0.27 - - [2025-12-04 02:48:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003362 10.0.0.27 - - [2025-12-04 02:48:25] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003376 10.0.0.27 - - [2025-12-04 02:48:25] "GET /virtual-networks?parent_id=e2707d20-277b-45f4-9f89-45cd0b311ee9&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.004773 10.0.0.27 - - [2025-12-04 02:48:25] "GET /virtual-network/1db278b4-dcf1-468f-87fe-2350a28c9fb3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2351 0.006377 10.0.0.27 - - [2025-12-04 02:48:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003228 10.0.0.27 - - [2025-12-04 02:48:26] "GET /routing-instance/4311a45e-9dec-4742-bc5e-298f578945e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1785 0.004857 10.0.0.27 - - [2025-12-04 02:48:26] "GET /route-target/3824333d-34c3-476b-ba38-4bf2a769ad53?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004285 10.0.0.27 - - [2025-12-04 02:48:26] "GET /obj-perms HTTP/1.1" 200 5030 0.003578 10.0.0.23 - - [2025-12-04 02:48:29] "GET /obj-perms HTTP/1.1" 200 5030 0.004527 10.0.0.27 - - [2025-12-04 02:48:35] "GET /obj-perms HTTP/1.1" 200 5030 0.004498 10.0.0.33 - - [2025-12-04 02:48:36] "GET /global-system-configs HTTP/1.1" 401 292 0.000525 10.0.0.33 - - [2025-12-04 02:48:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000428 10.0.0.23 - - [2025-12-04 02:48:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000589 10.0.0.23 - - [2025-12-04 02:48:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000453 10.0.0.23 - - [2025-12-04 02:48:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000437 10.0.0.23 - - [2025-12-04 02:48:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000384 10.0.0.33 - - [2025-12-04 02:48:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000388 10.0.0.33 - - [2025-12-04 02:48:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000390 10.0.0.23 - - [2025-12-04 02:48:38] "GET /obj-perms HTTP/1.1" 200 5030 0.004370 10.0.0.27 - - [2025-12-04 02:48:38] "GET /global-system-configs HTTP/1.1" 401 292 0.000387 10.0.0.27 - - [2025-12-04 02:48:38] "GET /global-system-configs HTTP/1.1" 401 292 0.000375 10.0.0.27 - - [2025-12-04 02:48:40] "GET /global-system-configs HTTP/1.1" 401 292 0.000436 10.0.0.27 - - [2025-12-04 02:48:40] "GET /global-system-configs HTTP/1.1" 401 292 0.000374 10.0.0.27 - - [2025-12-04 02:48:44] "GET /obj-perms HTTP/1.1" 200 5030 0.005105 10.0.0.23 - - [2025-12-04 02:48:47] "GET /obj-perms HTTP/1.1" 200 5030 0.003805 10.0.0.27 - - [2025-12-04 02:48:51] "GET /obj-perms HTTP/1.1" 200 5056 0.056168 10.0.0.33 - - [2025-12-04 02:48:52] "GET /obj-perms HTTP/1.1" 200 5056 0.053874 10.0.0.23 - - [2025-12-04 02:48:56] "GET /obj-perms HTTP/1.1" 200 5030 0.004480 10.0.0.27 - - [2025-12-04 02:48:56] "GET /obj-perms HTTP/1.1" 200 5030 0.004267 10.0.0.27 - - [2025-12-04 02:48:57] "GET /virtual-machine/d0cb5bd0-fb10-44ab-bb8e-da6de2c96549 HTTP/1.1" 200 1293 0.005698 10.0.0.27 - - [2025-12-04 02:48:57] "POST /neutron/port HTTP/1.1" 200 1113 0.012918 10.0.0.27 - - [2025-12-04 02:48:59] "GET /virtual-machine/d0cb5bd0-fb10-44ab-bb8e-da6de2c96549 HTTP/1.1" 404 171 0.003352 10.0.0.27 - - [2025-12-04 02:48:59] "GET /virtual-machine/d0cb5bd0-fb10-44ab-bb8e-da6de2c96549 HTTP/1.1" 404 171 0.003040 10.0.0.27 - - [2025-12-04 02:48:59] "GET /virtual-machine/d0cb5bd0-fb10-44ab-bb8e-da6de2c96549 HTTP/1.1" 404 171 0.004307 10.0.0.27 - - [2025-12-04 02:48:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003510 10.0.0.27 - - [2025-12-04 02:48:59] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003800 10.0.0.27 - - [2025-12-04 02:48:59] "GET /virtual-networks?parent_id=e2707d20-277b-45f4-9f89-45cd0b311ee9&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003520 10.0.0.27 - - [2025-12-04 02:48:59] "GET /virtual-network/c4b238dd-67f5-4879-b656-3c4f0ae6b0be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2630 0.005801 10.0.0.27 - - [2025-12-04 02:48:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003186 10.0.0.27 - - [2025-12-04 02:48:59] "GET /routing-instance/99265855-8500-4b14-9f7f-7789e282fbca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1786 0.004439 10.0.0.27 - - [2025-12-04 02:48:59] "GET /route-target/d307616e-4b01-4c14-ab4e-021cc9ab137e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.003929 10.0.0.27 - - [2025-12-04 02:48:59] "GET /obj-perms HTTP/1.1" 200 5030 0.003811 10.0.0.27 - - [2025-12-04 02:49:05] "GET /obj-perms HTTP/1.1" 200 5030 0.005356 10.0.0.27 - - [2025-12-04 02:49:08] "GET /obj-perms HTTP/1.1" 200 5030 0.003786 10.0.0.27 - - [2025-12-04 02:49:14] "GET /obj-perms HTTP/1.1" 200 5030 0.003886 10.0.0.27 - - [2025-12-04 02:49:17] "GET /obj-perms HTTP/1.1" 200 5030 0.004194 10.0.0.27 - - [2025-12-04 02:49:24] "GET /obj-perms HTTP/1.1" 200 5030 0.005614 10.0.0.27 - - [2025-12-04 02:49:24] "GET /obj-perms HTTP/1.1" 200 5030 0.004526 10.0.0.27 - - [2025-12-04 02:49:24] "GET /virtual-network/1db278b4-dcf1-468f-87fe-2350a28c9fb3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2351 0.005180 10.0.0.27 - - [2025-12-04 02:49:24] "POST /neutron/network HTTP/1.1" 200 825 0.091636 10.0.0.27 - - [2025-12-04 02:49:24] "GET /virtual-network/1db278b4-dcf1-468f-87fe-2350a28c9fb3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.005754 10.0.0.33 - - [2025-12-04 02:49:24] "POST /ref-update HTTP/1.1" 200 156 0.053222 10.0.0.27 - - [2025-12-04 02:49:24] "POST /ref-update HTTP/1.1" 200 156 0.060842 10.0.0.27 - - [2025-12-04 02:49:24] "POST /ref-update HTTP/1.1" 200 156 0.072343 10.0.0.27 - - [2025-12-04 02:49:24] "DELETE /network-policy/3e1ce5f5-2fc9-400c-8f6c-21fc29288ca6 HTTP/1.1" 200 115 0.034634 10.0.0.27 - - [2025-12-04 02:49:24] "DELETE /network-policy/8cc511d7-8897-4fc2-8a76-840b6c6c7aac HTTP/1.1" 200 115 0.049667 10.0.0.27 - - [2025-12-04 02:49:25] "DELETE /network-policy/1f024b15-aa66-4491-8c75-411883c2f860 HTTP/1.1" 200 115 0.037864 10.0.0.23 - - [2025-12-04 02:49:25] "POST /useragent-kv HTTP/1.1" 200 115 0.054309 10.0.0.23 - - [2025-12-04 02:49:25] "POST /useragent-kv HTTP/1.1" 200 115 0.002694 10.0.0.27 - - [2025-12-04 02:49:25] "POST /neutron/network HTTP/1.1" 200 151 0.194054 10.0.0.33 - - [2025-12-04 02:49:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003580 10.0.0.33 - - [2025-12-04 02:49:25] "DELETE /route-target/3824333d-34c3-476b-ba38-4bf2a769ad53 HTTP/1.1" 200 115 0.023376 10.0.0.27 - - [2025-12-04 02:49:25] "POST /neutron/network HTTP/1.1" 200 823 0.009081 10.0.0.27 - - [2025-12-04 02:49:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003791 10.0.0.27 - - [2025-12-04 02:49:26] "DELETE /network-ipam/7c02f6f1-702b-4ece-bbc7-368fdc05cdec HTTP/1.1" 200 115 0.035149 10.0.0.27 - - [2025-12-04 02:49:26] "POST /fqname-to-id HTTP/1.1" 404 197 0.003136 10.0.0.27 - - [2025-12-04 02:49:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003519 10.0.0.27 - - [2025-12-04 02:49:26] "DELETE /network-ipam/070ba46b-a131-4a29-a30f-ee9c3bedb351 HTTP/1.1" 200 115 0.042491 10.0.0.27 - - [2025-12-04 02:49:26] "POST /fqname-to-id HTTP/1.1" 404 197 0.003092 10.0.0.27 - - [2025-12-04 02:49:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003642 10.0.0.27 - - [2025-12-04 02:49:26] "DELETE /network-ipam/7a5cce47-27bc-4e53-8c43-9ca32dcb9f6c HTTP/1.1" 200 115 0.033711 10.0.0.27 - - [2025-12-04 02:49:26] "POST /fqname-to-id HTTP/1.1" 404 197 0.007224 10.0.0.23 - - [2025-12-04 02:49:27] "GET /projects?obj_uuids=e2707d20-277b-45f4-9f89-45cd0b311ee9&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001574 10.0.0.27 - - [2025-12-04 02:49:28] "GET /project/e2707d20-277b-45f4-9f89-45cd0b311ee9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.070210 10.0.0.23 - - [2025-12-04 02:49:28] "GET /projects?obj_uuids=e2707d20-277b-45f4-9f89-45cd0b311ee9&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001026 10.0.0.27 - - [2025-12-04 02:49:28] "GET /project/e2707d20-277b-45f4-9f89-45cd0b311ee9?fields=virtual_networks HTTP/1.1" 200 1033 0.050427 10.0.0.23 - - [2025-12-04 02:49:28] "GET /projects?obj_uuids=e2707d20-277b-45f4-9f89-45cd0b311ee9&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000958 10.0.0.27 - - [2025-12-04 02:49:28] "GET /project/e2707d20-277b-45f4-9f89-45cd0b311ee9?fields=virtual_machine_interfaces HTTP/1.1" 200 1033 0.073225 10.0.0.23 - - [2025-12-04 02:49:28] "GET /projects?obj_uuids=e2707d20-277b-45f4-9f89-45cd0b311ee9&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001289 10.0.0.27 - - [2025-12-04 02:49:28] "GET /project/e2707d20-277b-45f4-9f89-45cd0b311ee9?fields=security_groups HTTP/1.1" 200 1259 0.048369 10.0.0.27 - - [2025-12-04 02:49:29] "POST /fqname-to-id HTTP/1.1" 404 194 0.027120 10.0.0.23 - - [2025-12-04 02:49:29] "GET /projects?obj_uuids=426d4939-0709-4be3-abee-cc1bc4ff250d&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003723 10.0.0.23 - - [2025-12-04 02:49:29] "GET /domains?obj_uuids=77f3106b-db9e-49b5-893e-09cac574b890&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001040 10.0.0.23 - - [2025-12-04 02:49:29] "GET /domain/77f3106b-db9e-49b5-893e-09cac574b890?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.037793 10.0.0.23 - - [2025-12-04 02:49:29] "POST /id-to-fqname HTTP/1.1" 200 196 0.002038 10.0.0.23 - - [2025-12-04 02:49:29] "POST /fqname-to-id HTTP/1.1" 404 205 0.008768 10.0.0.23 - - [2025-12-04 02:49:29] "POST /security-groups HTTP/1.1" 200 597 0.073724 10.0.0.33 - - [2025-12-04 02:49:29] "POST /fqname-to-id HTTP/1.1" 404 240 0.003339 10.0.0.23 - - [2025-12-04 02:49:29] "POST /projects HTTP/1.1" 200 597 0.275564 10.0.0.23 - - [2025-12-04 02:49:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.353343 10.0.0.33 - - [2025-12-04 02:49:29] "POST /access-control-lists HTTP/1.1" 200 600 0.027026 10.0.0.27 - - [2025-12-04 02:49:29] "GET /project/426d4939-0709-4be3-abee-cc1bc4ff250d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.527465 10.0.0.27 - - [2025-12-04 02:49:31] "GET / HTTP/1.1" 200 35931 0.002271 10.0.0.27 - - [2025-12-04 02:49:34] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 401 292 0.000462 10.0.0.27 - - [2025-12-04 02:49:34] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 545 0.057624 10.0.0.27 - - [2025-12-04 02:49:34] "POST /network-ipams HTTP/1.1" 200 519 0.026930 10.0.0.27 - - [2025-12-04 02:49:34] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 756 0.003820 10.0.0.27 - - [2025-12-04 02:49:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003006 10.0.0.27 - - [2025-12-04 02:49:34] "GET /network-ipam/6c5e5845-e834-4b9f-8e65-584f29a23d09?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1299 0.005815 10.0.0.27 - - [2025-12-04 02:49:34] "PUT /network-ipam/6c5e5845-e834-4b9f-8e65-584f29a23d09 HTTP/1.1" 200 258 0.014420 10.0.0.27 - - [2025-12-04 02:49:34] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 756 0.003479 10.0.0.27 - - [2025-12-04 02:49:34] "POST /network-ipams HTTP/1.1" 200 519 0.028378 10.0.0.27 - - [2025-12-04 02:49:34] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 967 0.003372 10.0.0.27 - - [2025-12-04 02:49:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003770 10.0.0.27 - - [2025-12-04 02:49:34] "GET /network-ipam/33a33ed6-dcc5-40e9-ac87-6045895c0abd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1299 0.006546 10.0.0.27 - - [2025-12-04 02:49:34] "PUT /network-ipam/33a33ed6-dcc5-40e9-ac87-6045895c0abd HTTP/1.1" 200 258 0.014651 10.0.0.27 - - [2025-12-04 02:49:35] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 967 0.003728 10.0.0.27 - - [2025-12-04 02:49:35] "POST /network-ipams HTTP/1.1" 200 519 0.043333 10.0.0.27 - - [2025-12-04 02:49:35] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 1179 0.003517 10.0.0.27 - - [2025-12-04 02:49:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003980 10.0.0.27 - - [2025-12-04 02:49:35] "GET /network-ipam/02a05780-3f5a-4061-b3a0-462de44dc378?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1298 0.007836 10.0.0.27 - - [2025-12-04 02:49:35] "PUT /network-ipam/02a05780-3f5a-4061-b3a0-462de44dc378 HTTP/1.1" 200 258 0.026593 10.0.0.27 - - [2025-12-04 02:49:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003457 10.0.0.23 - - [2025-12-04 02:49:36] "GET /projects?obj_uuids=426d4939-0709-4be3-abee-cc1bc4ff250d&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001028 10.0.0.27 - - [2025-12-04 02:49:36] "GET /project/426d4939-0709-4be3-abee-cc1bc4ff250d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.043798 10.0.0.23 - - [2025-12-04 02:49:36] "GET /projects?obj_uuids=426d4939-0709-4be3-abee-cc1bc4ff250d&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001445 10.0.0.27 - - [2025-12-04 02:49:36] "POST /neutron/network HTTP/1.1" 200 613 0.169165 10.0.0.27 - - [2025-12-04 02:49:37] "POST /neutron/network HTTP/1.1" 200 1013 0.011983 10.0.0.27 - - [2025-12-04 02:49:37] "POST /id-to-fqname HTTP/1.1" 200 227 0.001729 10.0.0.27 - - [2025-12-04 02:49:37] "GET /virtual-network/8e73c634-f829-4cbc-9fa4-0a17a2c22823?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2641 0.005418 10.0.0.27 - - [2025-12-04 02:49:37] "GET /virtual-network/8e73c634-f829-4cbc-9fa4-0a17a2c22823?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2641 0.005855 10.0.0.27 - - [2025-12-04 02:49:37] "POST /neutron/subnet HTTP/1.1" 200 729 0.009584 10.0.0.27 - - [2025-12-04 02:49:37] "GET /virtual-network/8e73c634-f829-4cbc-9fa4-0a17a2c22823?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2641 0.009129 10.0.0.27 - - [2025-12-04 02:49:37] "GET /network-ipam/6c5e5845-e834-4b9f-8e65-584f29a23d09?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1299 0.006020 10.0.0.23 - - [2025-12-04 02:49:37] "DELETE /project/426d493907094be3abeecc1bc4ff250d HTTP/1.1" 404 173 0.003960 10.0.0.23 - - [2025-12-04 02:49:37] "GET /projects?obj_uuids=e2707d20-277b-45f4-9f89-45cd0b311ee9&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000906 10.0.0.27 - - [2025-12-04 02:49:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.002845 10.0.0.23 - - [2025-12-04 02:49:37] "GET /project/e2707d20-277b-45f4-9f89-45cd0b311ee9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1469 0.055642 10.0.0.23 - - [2025-12-04 02:49:37] "GET /projects?obj_uuids=e2707d20-277b-45f4-9f89-45cd0b311ee9&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001493 10.0.0.23 - - [2025-12-04 02:49:37] "GET /projects?obj_uuids=426d4939-0709-4be3-abee-cc1bc4ff250d&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001843 10.0.0.23 - - [2025-12-04 02:49:37] "GET /project/e2707d20-277b-45f4-9f89-45cd0b311ee9?fields=security_groups HTTP/1.1" 200 1364 0.057834 10.0.0.27 - - [2025-12-04 02:49:37] "GET /project/426d4939-0709-4be3-abee-cc1bc4ff250d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.097111 10.0.0.23 - - [2025-12-04 02:49:37] "DELETE /security-group/0e8a121e-eee4-4f16-9f69-3f037d29075b HTTP/1.1" 200 115 0.068660 10.0.0.23 - - [2025-12-04 02:49:37] "GET /projects?obj_uuids=e2707d20-277b-45f4-9f89-45cd0b311ee9&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001144 10.0.0.27 - - [2025-12-04 02:49:37] "POST /neutron/network HTTP/1.1" 200 117 0.031158 10.0.0.33 - - [2025-12-04 02:49:37] "DELETE /access-control-list/eaa7ef9a-5824-413a-95f5-f41385a8d3d3 HTTP/1.1" 200 115 0.063238 10.0.0.23 - - [2025-12-04 02:49:37] "GET /project/e2707d20-277b-45f4-9f89-45cd0b311ee9?fields=application_policy_sets HTTP/1.1" 200 1403 0.072575 10.0.0.23 - - [2025-12-04 02:49:37] "DELETE /project/e2707d20-277b-45f4-9f89-45cd0b311ee9 HTTP/1.1" 200 115 0.517119 10.0.0.33 - - [2025-12-04 02:49:37] "POST /ref-update HTTP/1.1" 200 156 0.024660 10.0.0.23 - - [2025-12-04 02:49:38] "POST /useragent-kv HTTP/1.1" 200 115 0.003770 10.0.0.27 - - [2025-12-04 02:49:38] "POST /neutron/subnet HTTP/1.1" 200 828 0.226064 10.0.0.23 - - [2025-12-04 02:49:38] "POST /fqname-to-id HTTP/1.1" 404 207 0.054622 10.0.0.27 - - [2025-12-04 02:49:38] "POST /id-to-fqname HTTP/1.1" 200 227 0.001538 10.0.0.27 - - [2025-12-04 02:49:38] "GET /virtual-network/582a0f66-d2a7-4feb-a8da-af1256d2ad04?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.006922 10.0.0.27 - - [2025-12-04 02:49:38] "GET /virtual-network/582a0f66-d2a7-4feb-a8da-af1256d2ad04?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.007175 10.0.0.27 - - [2025-12-04 02:49:38] "POST /neutron/network HTTP/1.1" 200 1013 0.009417 10.0.0.27 - - [2025-12-04 02:49:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003120 10.0.0.23 - - [2025-12-04 02:49:38] "GET /projects?obj_uuids=426d4939-0709-4be3-abee-cc1bc4ff250d&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000916 10.0.0.27 - - [2025-12-04 02:49:38] "GET /project/426d4939-0709-4be3-abee-cc1bc4ff250d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.050388 10.0.0.27 - - [2025-12-04 02:49:38] "POST /neutron/network HTTP/1.1" 200 117 0.017157 10.0.0.23 - - [2025-12-04 02:49:39] "POST /useragent-kv HTTP/1.1" 200 115 0.007128 10.0.0.27 - - [2025-12-04 02:49:39] "POST /neutron/subnet HTTP/1.1" 200 828 0.248548 10.0.0.27 - - [2025-12-04 02:49:39] "POST /id-to-fqname HTTP/1.1" 200 227 0.001268 10.0.0.27 - - [2025-12-04 02:49:39] "GET /virtual-network/0fdb1540-ce92-4935-b844-40af3d92b8f7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2643 0.005082 10.0.0.27 - - [2025-12-04 02:49:39] "GET /virtual-network/0fdb1540-ce92-4935-b844-40af3d92b8f7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2643 0.007676 10.0.0.27 - - [2025-12-04 02:49:39] "POST /neutron/network HTTP/1.1" 200 1014 0.009018 10.0.0.27 - - [2025-12-04 02:49:39] "GET /virtual-network/8e73c634-f829-4cbc-9fa4-0a17a2c22823?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2641 0.006126 10.0.0.33 - - [2025-12-04 02:49:40] "GET /obj-perms HTTP/1.1" 200 5042 0.062392 10.0.0.23 - - [2025-12-04 02:49:40] "GET /obj-perms HTTP/1.1" 200 5042 0.054542 10.0.0.27 - - [2025-12-04 02:49:41] "GET /virtual-network/582a0f66-d2a7-4feb-a8da-af1256d2ad04?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.005437 10.0.0.27 - - [2025-12-04 02:49:41] "GET /virtual-network/0fdb1540-ce92-4935-b844-40af3d92b8f7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2643 0.006859 10.0.0.27 - - [2025-12-04 02:49:42] "GET /obj-perms HTTP/1.1" 200 5042 0.070626 10.0.0.27 - - [2025-12-04 02:49:42] "POST /fqname-to-id HTTP/1.1" 404 224 0.003777 10.0.0.27 - - [2025-12-04 02:49:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003426 10.0.0.23 - - [2025-12-04 02:49:42] "GET /projects?obj_uuids=426d4939-0709-4be3-abee-cc1bc4ff250d&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001217 10.0.0.27 - - [2025-12-04 02:49:42] "GET /project/426d4939-0709-4be3-abee-cc1bc4ff250d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.042553 10.0.0.27 - - [2025-12-04 02:49:42] "POST /network-policys HTTP/1.1" 200 559 0.029766 10.0.0.27 - - [2025-12-04 02:49:42] "GET /network-policy/67c42c25-e0a7-4e82-ae30-551e6bfc03e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2145 0.006499 10.0.0.27 - - [2025-12-04 02:49:42] "POST /fqname-to-id HTTP/1.1" 404 224 0.002773 10.0.0.27 - - [2025-12-04 02:49:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003455 10.0.0.23 - - [2025-12-04 02:49:42] "GET /projects?obj_uuids=426d4939-0709-4be3-abee-cc1bc4ff250d&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001616 10.0.0.27 - - [2025-12-04 02:49:42] "GET /project/426d4939-0709-4be3-abee-cc1bc4ff250d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.050741 10.0.0.27 - - [2025-12-04 02:49:42] "POST /network-policys HTTP/1.1" 200 559 0.029618 10.0.0.27 - - [2025-12-04 02:49:42] "GET /network-policy/ef55e3b8-7934-4986-ba9d-c098e34c6280?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2977 0.006052 10.0.0.27 - - [2025-12-04 02:49:42] "POST /fqname-to-id HTTP/1.1" 404 224 0.002999 10.0.0.27 - - [2025-12-04 02:49:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003592 10.0.0.23 - - [2025-12-04 02:49:42] "GET /projects?obj_uuids=426d4939-0709-4be3-abee-cc1bc4ff250d&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001047 10.0.0.27 - - [2025-12-04 02:49:42] "GET /project/426d4939-0709-4be3-abee-cc1bc4ff250d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.042727 10.0.0.27 - - [2025-12-04 02:49:42] "POST /network-policys HTTP/1.1" 200 559 0.038004 10.0.0.27 - - [2025-12-04 02:49:43] "GET /network-policy/3288a3c5-c90c-46fb-a7c9-9577e1cfeef2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3096 0.006390 10.0.0.27 - - [2025-12-04 02:49:43] "POST /neutron/network HTTP/1.1" 200 1013 0.019884 10.0.0.33 - - [2025-12-04 02:49:43] "POST /fqname-to-id HTTP/1.1" 404 242 0.012438 10.0.0.27 - - [2025-12-04 02:49:43] "GET /virtual-network/8e73c634-f829-4cbc-9fa4-0a17a2c22823?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3244 0.021819 10.0.0.27 - - [2025-12-04 02:49:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003901 10.0.0.27 - - [2025-12-04 02:49:43] "GET /network-policy/67c42c25-e0a7-4e82-ae30-551e6bfc03e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2145 0.004791 10.0.0.27 - - [2025-12-04 02:49:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003839 10.0.0.27 - - [2025-12-04 02:49:43] "GET /network-policy/ef55e3b8-7934-4986-ba9d-c098e34c6280?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2977 0.004290 10.0.0.27 - - [2025-12-04 02:49:43] "POST /neutron/network HTTP/1.1" 200 1013 0.009524 10.0.0.23 - - [2025-12-04 02:49:43] "POST /fqname-to-id HTTP/1.1" 404 207 0.004703 10.0.0.27 - - [2025-12-04 02:49:43] "GET /virtual-network/582a0f66-d2a7-4feb-a8da-af1256d2ad04?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2954 0.007931 10.0.0.27 - - [2025-12-04 02:49:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003256 10.0.0.33 - - [2025-12-04 02:49:43] "POST /access-control-lists HTTP/1.1" 200 597 0.103845 10.0.0.27 - - [2025-12-04 02:49:43] "GET /network-policy/3288a3c5-c90c-46fb-a7c9-9577e1cfeef2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3096 0.003419 10.0.0.27 - - [2025-12-04 02:49:43] "POST /id-to-fqname HTTP/1.1" 200 227 0.002965 10.0.0.27 - - [2025-12-04 02:49:44] "POST /neutron/network HTTP/1.1" 200 1207 0.007389 10.0.0.23 - - [2025-12-04 02:49:44] "GET /projects?obj_uuids=426d4939-0709-4be3-abee-cc1bc4ff250d&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001339 10.0.0.27 - - [2025-12-04 02:49:44] "GET /project/426d4939-0709-4be3-abee-cc1bc4ff250d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.073137 10.0.0.27 - - [2025-12-04 02:49:45] "POST /neutron/port HTTP/1.1" 200 117 0.006576 10.0.0.27 - - [2025-12-04 02:49:45] "POST /id-to-fqname HTTP/1.1" 200 227 0.001236 10.0.0.27 - - [2025-12-04 02:49:45] "POST /neutron/network HTTP/1.1" 200 1207 0.007454 10.0.0.27 - - [2025-12-04 02:49:46] "POST /neutron/port HTTP/1.1" 200 1172 0.019367 10.0.0.23 - - [2025-12-04 02:49:46] "GET /projects?obj_uuids=426d4939-0709-4be3-abee-cc1bc4ff250d&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000990 10.0.0.27 - - [2025-12-04 02:49:46] "GET /project/426d4939-0709-4be3-abee-cc1bc4ff250d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.099660 10.0.0.27 - - [2025-12-04 02:49:46] "POST /neutron/port HTTP/1.1" 200 1200 0.034535 10.0.0.27 - - [2025-12-04 02:49:46] "POST /neutron/port HTTP/1.1" 200 1200 0.017833 10.0.0.27 - - [2025-12-04 02:49:46] "POST /neutron/port HTTP/1.1" 200 117 0.001135 10.0.0.27 - - [2025-12-04 02:49:46] "POST /neutron/port HTTP/1.1" 200 117 0.006624 10.0.0.27 - - [2025-12-04 02:49:46] "POST /id-to-fqname HTTP/1.1" 200 227 0.001323 10.0.0.27 - - [2025-12-04 02:49:47] "POST /neutron/network HTTP/1.1" 200 1024 0.007195 10.0.0.33 - - [2025-12-04 02:49:47] "PUT /access-control-list/49b93d0b-fc35-4568-8266-27a27785967f HTTP/1.1" 200 272 0.021974 10.0.0.27 - - [2025-12-04 02:49:47] "POST /neutron/port HTTP/1.1" 200 1172 0.035696 10.0.0.27 - - [2025-12-04 02:49:47] "POST /neutron/port HTTP/1.1" 200 1200 0.017602 10.0.0.27 - - [2025-12-04 02:49:47] "POST /neutron/subnet HTTP/1.1" 200 1380 0.013021 10.0.0.23 - - [2025-12-04 02:49:48] "GET /projects?obj_uuids=426d4939-0709-4be3-abee-cc1bc4ff250d&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001098 10.0.0.27 - - [2025-12-04 02:49:48] "GET /project/426d4939-0709-4be3-abee-cc1bc4ff250d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.082840 10.0.0.27 - - [2025-12-04 02:49:48] "POST /neutron/network HTTP/1.1" 200 1014 0.012796 10.0.0.27 - - [2025-12-04 02:49:48] "POST /neutron/security_group HTTP/1.1" 200 2064 0.008944 10.0.0.27 - - [2025-12-04 02:49:48] "POST /neutron/security_group HTTP/1.1" 200 2064 0.009201 10.0.0.27 - - [2025-12-04 02:49:48] "POST /neutron/port HTTP/1.1" 200 1200 0.015914 10.0.0.23 - - [2025-12-04 02:49:48] "GET /projects?obj_uuids=426d4939-0709-4be3-abee-cc1bc4ff250d&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001157 10.0.0.27 - - [2025-12-04 02:49:48] "GET /virtual-machine/8c984f7b-bb91-497f-aeea-084af478d710 HTTP/1.1" 401 292 0.000517 10.0.0.27 - - [2025-12-04 02:49:49] "POST /neutron/port HTTP/1.1" 200 1173 0.435500 10.0.0.27 - - [2025-12-04 02:49:49] "POST /neutron/port HTTP/1.1" 200 1173 0.018160 10.0.0.27 - - [2025-12-04 02:49:49] "GET /virtual-machine/8c984f7b-bb91-497f-aeea-084af478d710 HTTP/1.1" 200 1299 0.051739 10.0.0.27 - - [2025-12-04 02:49:49] "GET /virtual-machine/8c984f7b-bb91-497f-aeea-084af478d710 HTTP/1.1" 200 1299 0.010115 10.0.0.27 - - [2025-12-04 02:49:49] "GET /virtual-machine-interface/30dec441-23d5-4f1a-bb7c-75622fd744a7 HTTP/1.1" 200 3168 0.007387 10.0.0.27 - - [2025-12-04 02:49:49] "GET /virtual-machine/8c984f7b-bb91-497f-aeea-084af478d710 HTTP/1.1" 200 1299 0.005145 10.0.0.27 - - [2025-12-04 02:49:49] "GET /virtual-machine-interface/30dec441-23d5-4f1a-bb7c-75622fd744a7 HTTP/1.1" 200 3168 0.005632 10.0.0.27 - - [2025-12-04 02:49:49] "GET /instance-ip/15166322-2a5a-4fe6-a6e9-dcbdd2d23f6d HTTP/1.1" 200 1651 0.005143 10.0.0.27 - - [2025-12-04 02:49:49] "GET /instance-ip/53af9982-3d5b-48e8-9f39-0fd84b7aff33 HTTP/1.1" 200 1634 0.006234 10.0.0.27 - - [2025-12-04 02:49:49] "POST /neutron/port HTTP/1.1" 200 1201 0.020216 10.0.0.27 - - [2025-12-04 02:49:49] "GET /virtual-machine/8c984f7b-bb91-497f-aeea-084af478d710 HTTP/1.1" 200 1299 0.003915 10.0.0.27 - - [2025-12-04 02:49:49] "GET /virtual-machine-interface/30dec441-23d5-4f1a-bb7c-75622fd744a7 HTTP/1.1" 200 3168 0.006415 10.0.0.27 - - [2025-12-04 02:49:49] "GET /instance-ip/15166322-2a5a-4fe6-a6e9-dcbdd2d23f6d HTTP/1.1" 200 1651 0.004070 10.0.0.27 - - [2025-12-04 02:49:49] "GET /instance-ip/53af9982-3d5b-48e8-9f39-0fd84b7aff33 HTTP/1.1" 200 1634 0.004599 10.0.0.27 - - [2025-12-04 02:49:49] "POST /neutron/subnet HTTP/1.1" 200 1384 0.013730 10.0.0.27 - - [2025-12-04 02:49:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.002926 10.0.0.27 - - [2025-12-04 02:49:49] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003237 10.0.0.27 - - [2025-12-04 02:49:49] "GET /virtual-networks?parent_id=426d4939-0709-4be3-abee-cc1bc4ff250d&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003191 10.0.0.27 - - [2025-12-04 02:49:49] "POST /neutron/network HTTP/1.1" 200 1014 0.009087 10.0.0.27 - - [2025-12-04 02:49:49] "GET /virtual-network/8e73c634-f829-4cbc-9fa4-0a17a2c22823?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3244 0.005284 10.0.0.27 - - [2025-12-04 02:49:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003141 10.0.0.27 - - [2025-12-04 02:49:49] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003858 10.0.0.27 - - [2025-12-04 02:49:49] "GET /virtual-networks?parent_id=426d4939-0709-4be3-abee-cc1bc4ff250d&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003642 10.0.0.27 - - [2025-12-04 02:49:49] "GET /virtual-network/8e73c634-f829-4cbc-9fa4-0a17a2c22823?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3244 0.005580 10.0.0.27 - - [2025-12-04 02:49:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003531 10.0.0.27 - - [2025-12-04 02:49:49] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004010 10.0.0.27 - - [2025-12-04 02:49:49] "GET /virtual-networks?parent_id=426d4939-0709-4be3-abee-cc1bc4ff250d&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003135 10.0.0.27 - - [2025-12-04 02:49:49] "GET /virtual-network/8e73c634-f829-4cbc-9fa4-0a17a2c22823?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3244 0.006629 10.0.0.27 - - [2025-12-04 02:49:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003853 10.0.0.27 - - [2025-12-04 02:49:49] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003739 10.0.0.27 - - [2025-12-04 02:49:49] "GET /virtual-networks?parent_id=426d4939-0709-4be3-abee-cc1bc4ff250d&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003174 10.0.0.27 - - [2025-12-04 02:49:50] "GET /virtual-network/8e73c634-f829-4cbc-9fa4-0a17a2c22823?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3244 0.006693 10.0.0.27 - - [2025-12-04 02:49:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003485 10.0.0.27 - - [2025-12-04 02:49:50] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004601 10.0.0.27 - - [2025-12-04 02:49:50] "GET /virtual-networks?parent_id=426d4939-0709-4be3-abee-cc1bc4ff250d&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003549 10.0.0.27 - - [2025-12-04 02:49:50] "GET /virtual-network/8e73c634-f829-4cbc-9fa4-0a17a2c22823?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3244 0.006754 10.0.0.23 - - [2025-12-04 02:49:52] "GET /obj-perms HTTP/1.1" 200 5056 0.056446 10.0.0.27 - - [2025-12-04 02:49:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003795 10.0.0.27 - - [2025-12-04 02:49:53] "GET /virtual-network/8e73c634-f829-4cbc-9fa4-0a17a2c22823?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3244 0.006702 10.0.0.27 - - [2025-12-04 02:49:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003559 10.0.0.27 - - [2025-12-04 02:49:57] "GET /virtual-network/8e73c634-f829-4cbc-9fa4-0a17a2c22823?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3244 0.006390 10.0.0.27 - - [2025-12-04 02:50:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003999 10.0.0.27 - - [2025-12-04 02:50:01] "GET /virtual-network/8e73c634-f829-4cbc-9fa4-0a17a2c22823?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3244 0.007024 10.0.0.27 - - [2025-12-04 02:50:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003695 10.0.0.27 - - [2025-12-04 02:50:05] "GET /virtual-network/8e73c634-f829-4cbc-9fa4-0a17a2c22823?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3244 0.006146 10.0.0.27 - - [2025-12-04 02:50:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003419 10.0.0.27 - - [2025-12-04 02:50:09] "GET /virtual-network/8e73c634-f829-4cbc-9fa4-0a17a2c22823?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3244 0.005946 10.0.0.27 - - [2025-12-04 02:50:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003355 10.0.0.27 - - [2025-12-04 02:50:13] "GET /virtual-network/8e73c634-f829-4cbc-9fa4-0a17a2c22823?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3244 0.006556 10.0.0.27 - - [2025-12-04 02:50:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003479 10.0.0.27 - - [2025-12-04 02:50:17] "GET /virtual-network/8e73c634-f829-4cbc-9fa4-0a17a2c22823?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3244 0.005092 10.0.0.27 - - [2025-12-04 02:50:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003613 10.0.0.27 - - [2025-12-04 02:50:21] "GET /virtual-network/8e73c634-f829-4cbc-9fa4-0a17a2c22823?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3244 0.005984 10.0.0.27 - - [2025-12-04 02:50:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003297 10.0.0.27 - - [2025-12-04 02:50:26] "GET /virtual-network/8e73c634-f829-4cbc-9fa4-0a17a2c22823?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3244 0.005720 10.0.0.27 - - [2025-12-04 02:50:27] "POST /neutron/network HTTP/1.1" 200 1121 0.008683 10.0.0.27 - - [2025-12-04 02:50:27] "POST /neutron/subnet HTTP/1.1" 200 1380 0.013525 10.0.0.27 - - [2025-12-04 02:50:27] "POST /neutron/network HTTP/1.1" 200 1111 0.008592 10.0.0.27 - - [2025-12-04 02:50:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003937 10.0.0.27 - - [2025-12-04 02:50:30] "GET /virtual-network/8e73c634-f829-4cbc-9fa4-0a17a2c22823?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3244 0.006922 10.0.0.27 - - [2025-12-04 02:50:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003873 10.0.0.27 - - [2025-12-04 02:50:34] "GET /virtual-network/8e73c634-f829-4cbc-9fa4-0a17a2c22823?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3244 0.005745 10.0.0.27 - - [2025-12-04 02:50:37] "POST /neutron/network HTTP/1.1" 200 1207 0.007196 10.0.0.27 - - [2025-12-04 02:50:37] "POST /neutron/subnet HTTP/1.1" 200 1379 0.013798 10.0.0.27 - - [2025-12-04 02:50:37] "POST /neutron/network HTTP/1.1" 200 1197 0.009594 10.0.0.27 - - [2025-12-04 02:50:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003780 10.0.0.27 - - [2025-12-04 02:50:38] "GET /virtual-network/8e73c634-f829-4cbc-9fa4-0a17a2c22823?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3244 0.005721 10.0.0.27 - - [2025-12-04 02:50:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003372 10.0.0.27 - - [2025-12-04 02:50:40] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003937 10.0.0.27 - - [2025-12-04 02:50:40] "GET /virtual-networks?parent_id=426d4939-0709-4be3-abee-cc1bc4ff250d&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003691 10.0.0.27 - - [2025-12-04 02:50:40] "GET /virtual-network/8e73c634-f829-4cbc-9fa4-0a17a2c22823?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3244 0.005979 10.0.0.27 - - [2025-12-04 02:50:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004158 10.0.0.27 - - [2025-12-04 02:50:40] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003638 10.0.0.27 - - [2025-12-04 02:50:40] "GET /virtual-networks?parent_id=426d4939-0709-4be3-abee-cc1bc4ff250d&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003220 10.0.0.27 - - [2025-12-04 02:50:40] "GET /virtual-network/8e73c634-f829-4cbc-9fa4-0a17a2c22823?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3244 0.006128 10.0.0.27 - - [2025-12-04 02:50:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.002988 10.0.0.27 - - [2025-12-04 02:50:40] "GET /routing-instance/5b500866-2828-497b-b93f-97d4b2e4c7a7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1797 0.007010 10.0.0.27 - - [2025-12-04 02:50:40] "GET /route-target/3227702c-1d97-4f80-9573-500236f0f904?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004089 10.0.0.27 - - [2025-12-04 02:50:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004622 10.0.0.27 - - [2025-12-04 02:50:40] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004085 10.0.0.27 - - [2025-12-04 02:50:40] "GET /virtual-networks?parent_id=426d4939-0709-4be3-abee-cc1bc4ff250d&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003213 10.0.0.27 - - [2025-12-04 02:50:41] "GET /virtual-network/8e73c634-f829-4cbc-9fa4-0a17a2c22823?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3244 0.006808 10.0.0.27 - - [2025-12-04 02:50:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003651 10.0.0.27 - - [2025-12-04 02:50:41] "GET /routing-instance/5b500866-2828-497b-b93f-97d4b2e4c7a7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1797 0.004548 10.0.0.27 - - [2025-12-04 02:50:41] "GET /route-target/3227702c-1d97-4f80-9573-500236f0f904?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.003781 10.0.0.27 - - [2025-12-04 02:50:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003849 10.0.0.27 - - [2025-12-04 02:50:41] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003736 10.0.0.27 - - [2025-12-04 02:50:41] "GET /virtual-networks?parent_id=426d4939-0709-4be3-abee-cc1bc4ff250d&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003757 10.0.0.27 - - [2025-12-04 02:50:41] "GET /virtual-network/8e73c634-f829-4cbc-9fa4-0a17a2c22823?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3244 0.007200 10.0.0.27 - - [2025-12-04 02:50:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003361 10.0.0.27 - - [2025-12-04 02:50:41] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003895 10.0.0.27 - - [2025-12-04 02:50:41] "GET /virtual-networks?parent_id=426d4939-0709-4be3-abee-cc1bc4ff250d&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003453 10.0.0.27 - - [2025-12-04 02:50:41] "GET /virtual-network/8e73c634-f829-4cbc-9fa4-0a17a2c22823?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3244 0.005946 10.0.0.27 - - [2025-12-04 02:50:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003289 10.0.0.27 - - [2025-12-04 02:50:41] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004800 10.0.0.27 - - [2025-12-04 02:50:41] "GET /virtual-networks?parent_id=426d4939-0709-4be3-abee-cc1bc4ff250d&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003192 10.0.0.27 - - [2025-12-04 02:50:41] "GET /virtual-network/8e73c634-f829-4cbc-9fa4-0a17a2c22823?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3244 0.006266 10.0.0.27 - - [2025-12-04 02:50:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003549 10.0.0.27 - - [2025-12-04 02:50:41] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004482 10.0.0.27 - - [2025-12-04 02:50:41] "GET /virtual-networks?parent_id=426d4939-0709-4be3-abee-cc1bc4ff250d&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003104 10.0.0.27 - - [2025-12-04 02:50:41] "GET /virtual-network/8e73c634-f829-4cbc-9fa4-0a17a2c22823?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3244 0.006857 10.0.0.27 - - [2025-12-04 02:50:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003457 10.0.0.27 - - [2025-12-04 02:50:41] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003969 10.0.0.27 - - [2025-12-04 02:50:41] "GET /virtual-networks?parent_id=426d4939-0709-4be3-abee-cc1bc4ff250d&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.004732 10.0.0.27 - - [2025-12-04 02:50:41] "GET /virtual-network/8e73c634-f829-4cbc-9fa4-0a17a2c22823?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3244 0.007343 10.0.0.27 - - [2025-12-04 02:50:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003869 10.0.0.27 - - [2025-12-04 02:50:41] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004612 10.0.0.27 - - [2025-12-04 02:50:41] "GET /virtual-networks?parent_id=426d4939-0709-4be3-abee-cc1bc4ff250d&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003294 10.0.0.27 - - [2025-12-04 02:50:41] "GET /virtual-network/8e73c634-f829-4cbc-9fa4-0a17a2c22823?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3244 0.006321 10.0.0.27 - - [2025-12-04 02:50:41] "GET /obj-perms HTTP/1.1" 200 5042 0.004125 10.0.0.27 - - [2025-12-04 02:50:41] "GET /obj-perms HTTP/1.1" 200 5042 0.003522 10.0.0.23 - - [2025-12-04 02:50:42] "GET /obj-perms HTTP/1.1" 200 5042 0.003852 10.0.0.27 - - [2025-12-04 02:50:42] "GET /obj-perms HTTP/1.1" 200 5042 0.004477 10.0.0.33 - - [2025-12-04 02:50:42] "GET /obj-perms HTTP/1.1" 200 5042 0.003632 10.0.0.27 - - [2025-12-04 02:50:42] "POST /neutron/port HTTP/1.1" 200 1200 0.018137 10.0.0.27 - - [2025-12-04 02:50:42] "POST /neutron/security_group HTTP/1.1" 200 2064 0.008578 10.0.0.27 - - [2025-12-04 02:50:42] "GET /virtual-machine/7f23b5c5-47a9-4b16-82f8-1c3531ea84b1 HTTP/1.1" 200 1297 0.007344 10.0.0.27 - - [2025-12-04 02:50:42] "GET /virtual-machine/7f23b5c5-47a9-4b16-82f8-1c3531ea84b1 HTTP/1.1" 200 1297 0.004400 10.0.0.27 - - [2025-12-04 02:50:42] "GET /virtual-machine-interface/2c811150-d82b-49e9-a09a-0cc9370d65e1 HTTP/1.1" 200 3168 0.005963 10.0.0.27 - - [2025-12-04 02:50:42] "GET /virtual-machine/7f23b5c5-47a9-4b16-82f8-1c3531ea84b1 HTTP/1.1" 200 1297 0.004235 10.0.0.27 - - [2025-12-04 02:50:42] "GET /virtual-machine-interface/2c811150-d82b-49e9-a09a-0cc9370d65e1 HTTP/1.1" 200 3168 0.006140 10.0.0.27 - - [2025-12-04 02:50:42] "GET /instance-ip/35ab7652-48fc-4d1d-b1c2-d1fd301dff2c HTTP/1.1" 200 1653 0.006748 10.0.0.27 - - [2025-12-04 02:50:42] "GET /instance-ip/43b13d91-9fcb-4c8a-afb9-4d39b12459af HTTP/1.1" 200 1632 0.005738 10.0.0.27 - - [2025-12-04 02:50:42] "GET /virtual-machine/7f23b5c5-47a9-4b16-82f8-1c3531ea84b1 HTTP/1.1" 200 1297 0.005106 10.0.0.27 - - [2025-12-04 02:50:42] "GET /virtual-machine-interface/2c811150-d82b-49e9-a09a-0cc9370d65e1 HTTP/1.1" 200 3168 0.006122 10.0.0.27 - - [2025-12-04 02:50:42] "GET /instance-ip/35ab7652-48fc-4d1d-b1c2-d1fd301dff2c HTTP/1.1" 200 1653 0.004532 10.0.0.27 - - [2025-12-04 02:50:42] "GET /instance-ip/43b13d91-9fcb-4c8a-afb9-4d39b12459af HTTP/1.1" 200 1632 0.005789 10.0.0.27 - - [2025-12-04 02:50:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003322 10.0.0.27 - - [2025-12-04 02:50:42] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004209 10.0.0.27 - - [2025-12-04 02:50:42] "GET /virtual-networks?parent_id=426d4939-0709-4be3-abee-cc1bc4ff250d&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.004788 10.0.0.27 - - [2025-12-04 02:50:42] "GET /virtual-network/582a0f66-d2a7-4feb-a8da-af1256d2ad04?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2954 0.006327 10.0.0.27 - - [2025-12-04 02:50:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003947 10.0.0.27 - - [2025-12-04 02:50:42] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004755 10.0.0.27 - - [2025-12-04 02:50:42] "GET /virtual-networks?parent_id=426d4939-0709-4be3-abee-cc1bc4ff250d&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.004396 10.0.0.27 - - [2025-12-04 02:50:42] "GET /virtual-network/582a0f66-d2a7-4feb-a8da-af1256d2ad04?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2954 0.006730 10.0.0.27 - - [2025-12-04 02:50:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.005471 10.0.0.27 - - [2025-12-04 02:50:43] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003942 10.0.0.27 - - [2025-12-04 02:50:43] "GET /virtual-networks?parent_id=426d4939-0709-4be3-abee-cc1bc4ff250d&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003534 10.0.0.27 - - [2025-12-04 02:50:43] "GET /virtual-network/582a0f66-d2a7-4feb-a8da-af1256d2ad04?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2954 0.007588 10.0.0.27 - - [2025-12-04 02:50:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003517 10.0.0.27 - - [2025-12-04 02:50:43] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004759 10.0.0.27 - - [2025-12-04 02:50:43] "GET /virtual-networks?parent_id=426d4939-0709-4be3-abee-cc1bc4ff250d&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.004602 10.0.0.27 - - [2025-12-04 02:50:43] "GET /virtual-network/582a0f66-d2a7-4feb-a8da-af1256d2ad04?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2954 0.006091 10.0.0.27 - - [2025-12-04 02:50:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003826 10.0.0.27 - - [2025-12-04 02:50:43] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004611 10.0.0.27 - - [2025-12-04 02:50:43] "GET /virtual-networks?parent_id=426d4939-0709-4be3-abee-cc1bc4ff250d&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003172 10.0.0.27 - - [2025-12-04 02:50:43] "GET /virtual-network/582a0f66-d2a7-4feb-a8da-af1256d2ad04?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2954 0.006702 10.0.0.27 - - [2025-12-04 02:50:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003684 10.0.0.27 - - [2025-12-04 02:50:44] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003734 10.0.0.27 - - [2025-12-04 02:50:44] "GET /virtual-networks?parent_id=426d4939-0709-4be3-abee-cc1bc4ff250d&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003037 10.0.0.27 - - [2025-12-04 02:50:44] "GET /virtual-network/582a0f66-d2a7-4feb-a8da-af1256d2ad04?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2954 0.006288 10.0.0.27 - - [2025-12-04 02:50:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003483 10.0.0.27 - - [2025-12-04 02:50:44] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003709 10.0.0.27 - - [2025-12-04 02:50:44] "GET /virtual-networks?parent_id=426d4939-0709-4be3-abee-cc1bc4ff250d&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003685 10.0.0.27 - - [2025-12-04 02:50:44] "GET /virtual-network/582a0f66-d2a7-4feb-a8da-af1256d2ad04?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2954 0.005929 10.0.0.27 - - [2025-12-04 02:50:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003209 10.0.0.27 - - [2025-12-04 02:50:44] "GET /routing-instance/b9de6e35-ff41-4625-8ddf-f524f29a6f8e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1798 0.005009 10.0.0.27 - - [2025-12-04 02:50:44] "GET /route-target/eab5f7bb-adc5-4c1e-ab00-0a3944e1a016?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004647 10.0.0.27 - - [2025-12-04 02:50:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.002993 10.0.0.27 - - [2025-12-04 02:50:44] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004095 10.0.0.27 - - [2025-12-04 02:50:44] "GET /virtual-networks?parent_id=426d4939-0709-4be3-abee-cc1bc4ff250d&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003177 10.0.0.27 - - [2025-12-04 02:50:45] "GET /virtual-network/582a0f66-d2a7-4feb-a8da-af1256d2ad04?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2954 0.006175 10.0.0.27 - - [2025-12-04 02:50:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004718 10.0.0.27 - - [2025-12-04 02:50:45] "GET /routing-instance/b9de6e35-ff41-4625-8ddf-f524f29a6f8e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1798 0.008799 10.0.0.27 - - [2025-12-04 02:50:45] "GET /route-target/eab5f7bb-adc5-4c1e-ab00-0a3944e1a016?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.005044 10.0.0.27 - - [2025-12-04 02:50:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004014 10.0.0.27 - - [2025-12-04 02:50:45] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004648 10.0.0.27 - - [2025-12-04 02:50:45] "GET /virtual-networks?parent_id=426d4939-0709-4be3-abee-cc1bc4ff250d&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003521 10.0.0.27 - - [2025-12-04 02:50:45] "GET /virtual-network/582a0f66-d2a7-4feb-a8da-af1256d2ad04?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2954 0.007646 10.0.0.27 - - [2025-12-04 02:50:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003316 10.0.0.27 - - [2025-12-04 02:50:45] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005223 10.0.0.27 - - [2025-12-04 02:50:45] "GET /virtual-networks?parent_id=426d4939-0709-4be3-abee-cc1bc4ff250d&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.005135 10.0.0.27 - - [2025-12-04 02:50:45] "GET /virtual-network/582a0f66-d2a7-4feb-a8da-af1256d2ad04?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2954 0.007574 10.0.0.27 - - [2025-12-04 02:50:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003629 10.0.0.27 - - [2025-12-04 02:50:45] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004456 10.0.0.27 - - [2025-12-04 02:50:45] "GET /virtual-networks?parent_id=426d4939-0709-4be3-abee-cc1bc4ff250d&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003177 10.0.0.27 - - [2025-12-04 02:50:45] "GET /virtual-network/582a0f66-d2a7-4feb-a8da-af1256d2ad04?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2954 0.005830 10.0.0.27 - - [2025-12-04 02:50:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003552 10.0.0.27 - - [2025-12-04 02:50:45] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003796 10.0.0.27 - - [2025-12-04 02:50:45] "GET /virtual-networks?parent_id=426d4939-0709-4be3-abee-cc1bc4ff250d&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.002769 10.0.0.27 - - [2025-12-04 02:50:45] "GET /virtual-network/582a0f66-d2a7-4feb-a8da-af1256d2ad04?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2954 0.006514 10.0.0.27 - - [2025-12-04 02:50:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.005867 10.0.0.27 - - [2025-12-04 02:50:45] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003985 10.0.0.27 - - [2025-12-04 02:50:45] "GET /virtual-networks?parent_id=426d4939-0709-4be3-abee-cc1bc4ff250d&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003704 10.0.0.27 - - [2025-12-04 02:50:45] "GET /virtual-network/582a0f66-d2a7-4feb-a8da-af1256d2ad04?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2954 0.006122 10.0.0.27 - - [2025-12-04 02:50:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003797 10.0.0.27 - - [2025-12-04 02:50:45] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004554 10.0.0.27 - - [2025-12-04 02:50:45] "GET /virtual-networks?parent_id=426d4939-0709-4be3-abee-cc1bc4ff250d&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003104 10.0.0.27 - - [2025-12-04 02:50:45] "GET /virtual-network/582a0f66-d2a7-4feb-a8da-af1256d2ad04?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2954 0.006100 10.0.0.27 - - [2025-12-04 02:50:45] "GET /obj-perms HTTP/1.1" 200 5042 0.004358 10.0.0.23 - - [2025-12-04 02:50:45] "GET /obj-perms HTTP/1.1" 200 5042 0.003420 10.0.0.27 - - [2025-12-04 02:50:45] "GET /obj-perms HTTP/1.1" 200 5042 0.003442 10.0.0.27 - - [2025-12-04 02:50:46] "GET /obj-perms HTTP/1.1" 200 5042 0.005123 10.0.0.23 - - [2025-12-04 02:50:46] "GET /obj-perms HTTP/1.1" 200 5042 0.004015 10.0.0.27 - - [2025-12-04 02:50:46] "POST /neutron/port HTTP/1.1" 200 1201 0.015041 10.0.0.27 - - [2025-12-04 02:50:46] "POST /neutron/security_group HTTP/1.1" 200 2064 0.008085 10.0.0.27 - - [2025-12-04 02:50:46] "POST /neutron/port HTTP/1.1" 200 1201 0.014647 10.0.0.27 - - [2025-12-04 02:50:46] "GET /virtual-machine/cd151108-4858-4ae5-9d04-7bad9059f85a HTTP/1.1" 200 1299 0.005875 10.0.0.27 - - [2025-12-04 02:50:46] "GET /virtual-machine/cd151108-4858-4ae5-9d04-7bad9059f85a HTTP/1.1" 200 1299 0.003602 10.0.0.27 - - [2025-12-04 02:50:46] "GET /virtual-machine-interface/24e94464-ced1-45ec-b520-32e8e5a9115e HTTP/1.1" 200 3168 0.005893 10.0.0.27 - - [2025-12-04 02:50:46] "GET /virtual-machine/cd151108-4858-4ae5-9d04-7bad9059f85a HTTP/1.1" 200 1299 0.003441 10.0.0.27 - - [2025-12-04 02:50:46] "GET /virtual-machine-interface/24e94464-ced1-45ec-b520-32e8e5a9115e HTTP/1.1" 200 3168 0.023257 10.0.0.27 - - [2025-12-04 02:50:46] "GET /instance-ip/05a2676d-8f81-4d90-a1ee-ce38d3942a2e HTTP/1.1" 200 1632 0.012595 10.0.0.27 - - [2025-12-04 02:50:46] "GET /instance-ip/1443d125-41c0-42f5-bed4-04cb3a21c6ea HTTP/1.1" 200 1653 0.013403 10.0.0.27 - - [2025-12-04 02:50:46] "GET /virtual-machine/cd151108-4858-4ae5-9d04-7bad9059f85a HTTP/1.1" 200 1299 0.004487 10.0.0.27 - - [2025-12-04 02:50:46] "GET /virtual-machine-interface/24e94464-ced1-45ec-b520-32e8e5a9115e HTTP/1.1" 200 3168 0.010349 10.0.0.27 - - [2025-12-04 02:50:46] "GET /instance-ip/05a2676d-8f81-4d90-a1ee-ce38d3942a2e HTTP/1.1" 200 1632 0.005598 10.0.0.27 - - [2025-12-04 02:50:46] "GET /instance-ip/1443d125-41c0-42f5-bed4-04cb3a21c6ea HTTP/1.1" 200 1653 0.004590 10.0.0.27 - - [2025-12-04 02:50:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004111 10.0.0.27 - - [2025-12-04 02:50:46] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004497 10.0.0.27 - - [2025-12-04 02:50:46] "GET /virtual-networks?parent_id=426d4939-0709-4be3-abee-cc1bc4ff250d&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.004040 10.0.0.27 - - [2025-12-04 02:50:46] "GET /virtual-network/0fdb1540-ce92-4935-b844-40af3d92b8f7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2643 0.005595 10.0.0.27 - - [2025-12-04 02:50:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003760 10.0.0.27 - - [2025-12-04 02:50:46] "POST /neutron/security_group HTTP/1.1" 200 2064 0.007279 10.0.0.27 - - [2025-12-04 02:50:46] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004198 10.0.0.27 - - [2025-12-04 02:50:46] "GET /virtual-networks?parent_id=426d4939-0709-4be3-abee-cc1bc4ff250d&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003439 10.0.0.27 - - [2025-12-04 02:50:46] "GET /virtual-network/0fdb1540-ce92-4935-b844-40af3d92b8f7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2643 0.006110 10.0.0.27 - - [2025-12-04 02:50:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003494 10.0.0.27 - - [2025-12-04 02:50:47] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004393 10.0.0.27 - - [2025-12-04 02:50:47] "GET /virtual-networks?parent_id=426d4939-0709-4be3-abee-cc1bc4ff250d&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.007460 10.0.0.27 - - [2025-12-04 02:50:47] "GET /virtual-network/0fdb1540-ce92-4935-b844-40af3d92b8f7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2643 0.006307 10.0.0.27 - - [2025-12-04 02:50:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003527 10.0.0.27 - - [2025-12-04 02:50:47] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004209 10.0.0.27 - - [2025-12-04 02:50:47] "GET /virtual-networks?parent_id=426d4939-0709-4be3-abee-cc1bc4ff250d&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003870 10.0.0.27 - - [2025-12-04 02:50:47] "GET /virtual-network/0fdb1540-ce92-4935-b844-40af3d92b8f7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2643 0.006913 10.0.0.27 - - [2025-12-04 02:50:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003635 10.0.0.27 - - [2025-12-04 02:50:47] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004548 10.0.0.27 - - [2025-12-04 02:50:47] "GET /virtual-networks?parent_id=426d4939-0709-4be3-abee-cc1bc4ff250d&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003438 10.0.0.27 - - [2025-12-04 02:50:47] "GET /virtual-network/0fdb1540-ce92-4935-b844-40af3d92b8f7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2643 0.009213 10.0.0.27 - - [2025-12-04 02:50:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003620 10.0.0.27 - - [2025-12-04 02:50:48] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004186 10.0.0.27 - - [2025-12-04 02:50:48] "GET /virtual-networks?parent_id=426d4939-0709-4be3-abee-cc1bc4ff250d&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003123 10.0.0.27 - - [2025-12-04 02:50:48] "GET /virtual-network/0fdb1540-ce92-4935-b844-40af3d92b8f7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2643 0.006536 10.0.0.27 - - [2025-12-04 02:50:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003510 10.0.0.27 - - [2025-12-04 02:50:48] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003427 10.0.0.27 - - [2025-12-04 02:50:48] "GET /virtual-networks?parent_id=426d4939-0709-4be3-abee-cc1bc4ff250d&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003352 10.0.0.27 - - [2025-12-04 02:50:48] "GET /virtual-network/0fdb1540-ce92-4935-b844-40af3d92b8f7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2643 0.006005 10.0.0.27 - - [2025-12-04 02:50:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004735 10.0.0.27 - - [2025-12-04 02:50:48] "GET /routing-instance/5b9c1ca6-635c-4064-a920-d3559a8ec092?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1485 0.005088 10.0.0.27 - - [2025-12-04 02:50:48] "GET /route-target/e1679fc1-c879-474f-afce-714fb17b924f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.006641 10.0.0.27 - - [2025-12-04 02:50:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003981 10.0.0.27 - - [2025-12-04 02:50:48] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004672 10.0.0.27 - - [2025-12-04 02:50:48] "GET /virtual-networks?parent_id=426d4939-0709-4be3-abee-cc1bc4ff250d&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003256 10.0.0.27 - - [2025-12-04 02:50:49] "GET /virtual-network/0fdb1540-ce92-4935-b844-40af3d92b8f7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2643 0.005517 10.0.0.27 - - [2025-12-04 02:50:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003356 10.0.0.27 - - [2025-12-04 02:50:49] "GET /routing-instance/5b9c1ca6-635c-4064-a920-d3559a8ec092?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1485 0.004444 10.0.0.27 - - [2025-12-04 02:50:49] "GET /route-target/e1679fc1-c879-474f-afce-714fb17b924f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004598 10.0.0.27 - - [2025-12-04 02:50:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003688 10.0.0.27 - - [2025-12-04 02:50:49] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003953 10.0.0.27 - - [2025-12-04 02:50:49] "GET /virtual-networks?parent_id=426d4939-0709-4be3-abee-cc1bc4ff250d&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.004825 10.0.0.27 - - [2025-12-04 02:50:49] "GET /virtual-network/0fdb1540-ce92-4935-b844-40af3d92b8f7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2643 0.005821 10.0.0.27 - - [2025-12-04 02:50:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003836 10.0.0.27 - - [2025-12-04 02:50:49] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004277 10.0.0.27 - - [2025-12-04 02:50:49] "GET /virtual-networks?parent_id=426d4939-0709-4be3-abee-cc1bc4ff250d&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.004128 10.0.0.27 - - [2025-12-04 02:50:49] "GET /virtual-network/0fdb1540-ce92-4935-b844-40af3d92b8f7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2643 0.006377 10.0.0.27 - - [2025-12-04 02:50:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003632 10.0.0.27 - - [2025-12-04 02:50:49] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005484 10.0.0.27 - - [2025-12-04 02:50:49] "GET /virtual-networks?parent_id=426d4939-0709-4be3-abee-cc1bc4ff250d&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003739 10.0.0.27 - - [2025-12-04 02:50:49] "GET /virtual-network/0fdb1540-ce92-4935-b844-40af3d92b8f7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2643 0.005495 10.0.0.27 - - [2025-12-04 02:50:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004016 10.0.0.27 - - [2025-12-04 02:50:49] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003901 10.0.0.27 - - [2025-12-04 02:50:49] "GET /virtual-networks?parent_id=426d4939-0709-4be3-abee-cc1bc4ff250d&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003446 10.0.0.27 - - [2025-12-04 02:50:49] "GET /virtual-network/0fdb1540-ce92-4935-b844-40af3d92b8f7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2643 0.006421 10.0.0.27 - - [2025-12-04 02:50:49] "GET /obj-perms HTTP/1.1" 200 5042 0.003932 10.0.0.23 - - [2025-12-04 02:50:49] "GET /obj-perms HTTP/1.1" 200 5042 0.004613 10.0.0.27 - - [2025-12-04 02:50:49] "GET /obj-perms HTTP/1.1" 200 5042 0.004180 10.0.0.27 - - [2025-12-04 02:50:49] "GET /obj-perms HTTP/1.1" 200 5042 0.003681 10.0.0.27 - - [2025-12-04 02:50:49] "GET /virtual-machine/8c984f7b-bb91-497f-aeea-084af478d710 HTTP/1.1" 200 1299 0.004016 10.0.0.27 - - [2025-12-04 02:50:49] "GET /virtual-machine-interface/30dec441-23d5-4f1a-bb7c-75622fd744a7 HTTP/1.1" 200 3168 0.006211 10.0.0.27 - - [2025-12-04 02:50:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003684 10.0.0.27 - - [2025-12-04 02:50:50] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003667 10.0.0.27 - - [2025-12-04 02:50:50] "GET /virtual-networks?parent_id=426d4939-0709-4be3-abee-cc1bc4ff250d&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003440 10.0.0.27 - - [2025-12-04 02:50:50] "GET /virtual-network/8e73c634-f829-4cbc-9fa4-0a17a2c22823?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3244 0.006099 10.0.0.27 - - [2025-12-04 02:50:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003396 10.0.0.27 - - [2025-12-04 02:50:51] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004175 10.0.0.27 - - [2025-12-04 02:50:51] "GET /virtual-networks?parent_id=426d4939-0709-4be3-abee-cc1bc4ff250d&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.002944 10.0.0.27 - - [2025-12-04 02:50:51] "GET /virtual-network/8e73c634-f829-4cbc-9fa4-0a17a2c22823?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3244 0.005546 10.0.0.27 - - [2025-12-04 02:50:52] "POST /neutron/port HTTP/1.1" 200 1200 0.015234 10.0.0.33 - - [2025-12-04 02:50:53] "GET /obj-perms HTTP/1.1" 200 5056 0.054927 10.0.0.23 - - [2025-12-04 02:50:53] "GET /obj-perms HTTP/1.1" 200 5056 0.059886 10.0.0.27 - - [2025-12-04 02:50:54] "POST /neutron/security_group HTTP/1.1" 200 2064 0.007813 10.0.0.27 - - [2025-12-04 02:51:01] "POST /neutron/port HTTP/1.1" 200 1200 0.020793 10.0.0.27 - - [2025-12-04 02:51:06] "GET /virtual-machine/7f23b5c5-47a9-4b16-82f8-1c3531ea84b1 HTTP/1.1" 200 1297 0.004530 10.0.0.27 - - [2025-12-04 02:51:06] "GET /virtual-machine-interface/2c811150-d82b-49e9-a09a-0cc9370d65e1 HTTP/1.1" 200 3168 0.006050 10.0.0.27 - - [2025-12-04 02:51:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003377 10.0.0.27 - - [2025-12-04 02:51:06] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004015 10.0.0.27 - - [2025-12-04 02:51:06] "GET /virtual-networks?parent_id=426d4939-0709-4be3-abee-cc1bc4ff250d&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003556 10.0.0.27 - - [2025-12-04 02:51:07] "GET /virtual-network/582a0f66-d2a7-4feb-a8da-af1256d2ad04?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2954 0.006474 10.0.0.27 - - [2025-12-04 02:51:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003405 10.0.0.27 - - [2025-12-04 02:51:08] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003520 10.0.0.27 - - [2025-12-04 02:51:08] "GET /virtual-networks?parent_id=426d4939-0709-4be3-abee-cc1bc4ff250d&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003190 10.0.0.27 - - [2025-12-04 02:51:08] "GET /virtual-network/582a0f66-d2a7-4feb-a8da-af1256d2ad04?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2954 0.006178 10.0.0.27 - - [2025-12-04 02:51:08] "GET /virtual-machine/cd151108-4858-4ae5-9d04-7bad9059f85a HTTP/1.1" 200 1299 0.003766 10.0.0.27 - - [2025-12-04 02:51:08] "GET /virtual-machine-interface/24e94464-ced1-45ec-b520-32e8e5a9115e HTTP/1.1" 200 3168 0.005204 10.0.0.27 - - [2025-12-04 02:51:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003726 10.0.0.27 - - [2025-12-04 02:51:08] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004066 10.0.0.27 - - [2025-12-04 02:51:08] "GET /virtual-networks?parent_id=426d4939-0709-4be3-abee-cc1bc4ff250d&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.006578 10.0.0.27 - - [2025-12-04 02:51:08] "GET /virtual-network/0fdb1540-ce92-4935-b844-40af3d92b8f7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2643 0.005988 10.0.0.27 - - [2025-12-04 02:51:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003518 10.0.0.27 - - [2025-12-04 02:51:09] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004066 10.0.0.27 - - [2025-12-04 02:51:09] "GET /virtual-networks?parent_id=426d4939-0709-4be3-abee-cc1bc4ff250d&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003673 10.0.0.27 - - [2025-12-04 02:51:09] "GET /virtual-network/0fdb1540-ce92-4935-b844-40af3d92b8f7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2643 0.008061 10.0.0.27 - - [2025-12-04 02:51:29] "POST /neutron/port HTTP/1.1" 200 1200 0.016312 10.0.0.27 - - [2025-12-04 02:51:29] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004062 10.0.0.27 - - [2025-12-04 02:51:29] "POST /neutron/port HTTP/1.1" 200 117 0.001211 10.0.0.27 - - [2025-12-04 02:51:35] "GET /virtual-machine/cd151108-4858-4ae5-9d04-7bad9059f85a HTTP/1.1" 200 1299 0.003986 10.0.0.27 - - [2025-12-04 02:51:36] "POST /neutron/port HTTP/1.1" 200 1227 0.031513 10.0.0.27 - - [2025-12-04 02:51:37] "GET /virtual-machine/cd151108-4858-4ae5-9d04-7bad9059f85a HTTP/1.1" 404 171 0.003263 10.0.0.27 - - [2025-12-04 02:51:37] "GET /virtual-machine/cd151108-4858-4ae5-9d04-7bad9059f85a HTTP/1.1" 404 171 0.002611 10.0.0.27 - - [2025-12-04 02:51:37] "GET /virtual-machine/cd151108-4858-4ae5-9d04-7bad9059f85a HTTP/1.1" 404 171 0.003006 10.0.0.27 - - [2025-12-04 02:51:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003762 10.0.0.27 - - [2025-12-04 02:51:37] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003853 10.0.0.27 - - [2025-12-04 02:51:37] "GET /virtual-networks?parent_id=426d4939-0709-4be3-abee-cc1bc4ff250d&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003167 10.0.0.27 - - [2025-12-04 02:51:37] "GET /virtual-network/0fdb1540-ce92-4935-b844-40af3d92b8f7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2643 0.006516 10.0.0.27 - - [2025-12-04 02:51:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.002900 10.0.0.27 - - [2025-12-04 02:51:37] "GET /routing-instance/5b9c1ca6-635c-4064-a920-d3559a8ec092?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1485 0.004462 10.0.0.27 - - [2025-12-04 02:51:37] "GET /route-target/e1679fc1-c879-474f-afce-714fb17b924f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004324 10.0.0.27 - - [2025-12-04 02:51:37] "GET /obj-perms HTTP/1.1" 200 5042 0.003865 10.0.0.27 - - [2025-12-04 02:51:41] "GET /obj-perms HTTP/1.1" 200 5042 0.004337 10.0.0.27 - - [2025-12-04 02:51:47] "GET /obj-perms HTTP/1.1" 200 5042 0.004197 10.0.0.27 - - [2025-12-04 02:51:50] "GET /obj-perms HTTP/1.1" 200 5042 0.003999 10.0.0.27 - - [2025-12-04 02:51:53] "GET /obj-perms HTTP/1.1" 200 5042 0.004028 10.0.0.27 - - [2025-12-04 02:51:53] "GET /virtual-machine/7f23b5c5-47a9-4b16-82f8-1c3531ea84b1 HTTP/1.1" 200 1297 0.004509 10.0.0.27 - - [2025-12-04 02:51:54] "POST /neutron/port HTTP/1.1" 200 1226 0.017062 10.0.0.27 - - [2025-12-04 02:51:55] "GET /virtual-machine/7f23b5c5-47a9-4b16-82f8-1c3531ea84b1 HTTP/1.1" 404 171 0.003456 10.0.0.27 - - [2025-12-04 02:51:55] "GET /virtual-machine/7f23b5c5-47a9-4b16-82f8-1c3531ea84b1 HTTP/1.1" 404 171 0.003237 10.0.0.27 - - [2025-12-04 02:51:55] "GET /virtual-machine/7f23b5c5-47a9-4b16-82f8-1c3531ea84b1 HTTP/1.1" 404 171 0.002887 10.0.0.27 - - [2025-12-04 02:51:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003509 10.0.0.27 - - [2025-12-04 02:51:55] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003900 10.0.0.27 - - [2025-12-04 02:51:55] "GET /virtual-networks?parent_id=426d4939-0709-4be3-abee-cc1bc4ff250d&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003579 10.0.0.27 - - [2025-12-04 02:51:55] "GET /virtual-network/582a0f66-d2a7-4feb-a8da-af1256d2ad04?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2954 0.007487 10.0.0.27 - - [2025-12-04 02:51:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.006710 10.0.0.27 - - [2025-12-04 02:51:55] "GET /routing-instance/b9de6e35-ff41-4625-8ddf-f524f29a6f8e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1798 0.004689 10.0.0.27 - - [2025-12-04 02:51:55] "GET /route-target/eab5f7bb-adc5-4c1e-ab00-0a3944e1a016?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.003850 10.0.0.27 - - [2025-12-04 02:51:56] "GET /obj-perms HTTP/1.1" 200 5042 0.004258 10.0.0.23 - - [2025-12-04 02:51:59] "GET /obj-perms HTTP/1.1" 200 5042 0.003735 10.0.0.27 - - [2025-12-04 02:52:05] "GET /obj-perms HTTP/1.1" 200 5042 0.004477 10.0.0.23 - - [2025-12-04 02:52:08] "GET /obj-perms HTTP/1.1" 200 5042 0.003407 10.0.0.27 - - [2025-12-04 02:52:14] "GET /obj-perms HTTP/1.1" 200 5042 0.003782 10.0.0.23 - - [2025-12-04 02:52:17] "GET /obj-perms HTTP/1.1" 200 5042 0.004085 10.0.0.27 - - [2025-12-04 02:52:23] "GET /obj-perms HTTP/1.1" 200 5042 0.004115 10.0.0.23 - - [2025-12-04 02:52:26] "GET /obj-perms HTTP/1.1" 200 5042 0.004617 10.0.0.27 - - [2025-12-04 02:52:26] "GET /obj-perms HTTP/1.1" 200 5042 0.004081 10.0.0.33 - - [2025-12-04 02:52:26] "GET /obj-perms HTTP/1.1" 200 5042 0.003619 10.0.0.27 - - [2025-12-04 02:52:26] "GET /virtual-machine/8c984f7b-bb91-497f-aeea-084af478d710 HTTP/1.1" 200 1299 0.005096 10.0.0.27 - - [2025-12-04 02:52:27] "POST /neutron/port HTTP/1.1" 200 1226 0.016709 10.0.0.27 - - [2025-12-04 02:52:28] "GET /virtual-machine/8c984f7b-bb91-497f-aeea-084af478d710 HTTP/1.1" 404 171 0.003357 10.0.0.27 - - [2025-12-04 02:52:28] "GET /virtual-machine/8c984f7b-bb91-497f-aeea-084af478d710 HTTP/1.1" 404 171 0.002996 10.0.0.27 - - [2025-12-04 02:52:28] "GET /virtual-machine/8c984f7b-bb91-497f-aeea-084af478d710 HTTP/1.1" 404 171 0.002749 10.0.0.27 - - [2025-12-04 02:52:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003356 10.0.0.27 - - [2025-12-04 02:52:29] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003602 10.0.0.27 - - [2025-12-04 02:52:29] "GET /virtual-networks?parent_id=426d4939-0709-4be3-abee-cc1bc4ff250d&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003123 10.0.0.27 - - [2025-12-04 02:52:29] "GET /virtual-network/8e73c634-f829-4cbc-9fa4-0a17a2c22823?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3244 0.006517 10.0.0.27 - - [2025-12-04 02:52:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.002944 10.0.0.27 - - [2025-12-04 02:52:29] "GET /routing-instance/5b500866-2828-497b-b93f-97d4b2e4c7a7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1797 0.004357 10.0.0.27 - - [2025-12-04 02:52:29] "GET /route-target/3227702c-1d97-4f80-9573-500236f0f904?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004071 10.0.0.27 - - [2025-12-04 02:52:32] "GET /obj-perms HTTP/1.1" 200 5042 0.003678 10.0.0.27 - - [2025-12-04 02:52:35] "GET /obj-perms HTTP/1.1" 200 5042 0.003684 10.0.0.27 - - [2025-12-04 02:52:41] "GET /obj-perms HTTP/1.1" 200 5042 0.004324 10.0.0.27 - - [2025-12-04 02:52:44] "GET /obj-perms HTTP/1.1" 200 5042 0.004021 10.0.0.27 - - [2025-12-04 02:52:50] "GET /obj-perms HTTP/1.1" 200 5042 0.003760 10.0.0.27 - - [2025-12-04 02:52:54] "GET /obj-perms HTTP/1.1" 200 5042 0.005453 10.0.0.27 - - [2025-12-04 02:52:54] "GET /virtual-network/582a0f66-d2a7-4feb-a8da-af1256d2ad04?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2954 0.005893 10.0.0.27 - - [2025-12-04 02:52:54] "POST /neutron/network HTTP/1.1" 200 1013 0.106350 10.0.0.27 - - [2025-12-04 02:52:54] "GET /virtual-network/582a0f66-d2a7-4feb-a8da-af1256d2ad04?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.006904 10.0.0.27 - - [2025-12-04 02:52:54] "GET /virtual-network/8e73c634-f829-4cbc-9fa4-0a17a2c22823?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3244 0.006049 10.0.0.27 - - [2025-12-04 02:52:54] "POST /neutron/network HTTP/1.1" 200 1013 0.104522 10.0.0.27 - - [2025-12-04 02:52:54] "GET /virtual-network/8e73c634-f829-4cbc-9fa4-0a17a2c22823?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2641 0.013676 10.0.0.27 - - [2025-12-04 02:52:54] "DELETE /network-policy/3288a3c5-c90c-46fb-a7c9-9577e1cfeef2 HTTP/1.1" 200 115 0.046586 10.0.0.27 - - [2025-12-04 02:52:54] "DELETE /network-policy/ef55e3b8-7934-4986-ba9d-c098e34c6280 HTTP/1.1" 200 115 0.044514 10.0.0.27 - - [2025-12-04 02:52:55] "DELETE /network-policy/67c42c25-e0a7-4e82-ae30-551e6bfc03e9 HTTP/1.1" 200 115 0.047401 10.0.0.33 - - [2025-12-04 02:52:55] "DELETE /access-control-list/4d49d696-40ae-4030-90e3-8027c1dd2df3 HTTP/1.1" 200 115 0.040195 10.0.0.23 - - [2025-12-04 02:52:55] "POST /useragent-kv HTTP/1.1" 200 115 0.002885 10.0.0.23 - - [2025-12-04 02:52:55] "POST /useragent-kv HTTP/1.1" 200 115 0.002693 10.0.0.33 - - [2025-12-04 02:52:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003998 10.0.0.23 - - [2025-12-04 02:52:55] "POST /useragent-kv HTTP/1.1" 200 115 0.002746 10.0.0.23 - - [2025-12-04 02:52:55] "POST /useragent-kv HTTP/1.1" 200 115 0.002482 10.0.0.27 - - [2025-12-04 02:52:55] "POST /neutron/network HTTP/1.1" 200 151 0.169860 10.0.0.23 - - [2025-12-04 02:52:55] "GET /obj-perms HTTP/1.1" 200 5056 0.117717 10.0.0.33 - - [2025-12-04 02:52:55] "DELETE /route-target/eab5f7bb-adc5-4c1e-ab00-0a3944e1a016 HTTP/1.1" 200 115 0.031379 10.0.0.27 - - [2025-12-04 02:52:55] "POST /neutron/network HTTP/1.1" 200 1013 0.008848 10.0.0.27 - - [2025-12-04 02:52:56] "GET /obj-perms HTTP/1.1" 200 5056 0.127446 10.0.0.27 - - [2025-12-04 02:52:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004668 10.0.0.27 - - [2025-12-04 02:52:56] "DELETE /network-ipam/02a05780-3f5a-4061-b3a0-462de44dc378 HTTP/1.1" 200 115 0.036945 10.0.0.27 - - [2025-12-04 02:52:56] "POST /fqname-to-id HTTP/1.1" 404 203 0.003958 10.0.0.27 - - [2025-12-04 02:52:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003520 10.0.0.27 - - [2025-12-04 02:52:56] "DELETE /network-ipam/33a33ed6-dcc5-40e9-ac87-6045895c0abd HTTP/1.1" 200 115 0.039995 10.0.0.27 - - [2025-12-04 02:52:56] "POST /fqname-to-id HTTP/1.1" 404 203 0.005884 10.0.0.27 - - [2025-12-04 02:52:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003633 10.0.0.27 - - [2025-12-04 02:52:56] "DELETE /network-ipam/6c5e5845-e834-4b9f-8e65-584f29a23d09 HTTP/1.1" 200 115 0.052327 10.0.0.27 - - [2025-12-04 02:52:56] "POST /fqname-to-id HTTP/1.1" 404 203 0.003611 10.0.0.23 - - [2025-12-04 02:52:59] "GET /projects?obj_uuids=426d4939-0709-4be3-abee-cc1bc4ff250d&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001107 10.0.0.27 - - [2025-12-04 02:52:59] "GET /project/426d4939-0709-4be3-abee-cc1bc4ff250d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.047550 10.0.0.23 - - [2025-12-04 02:52:59] "GET /projects?obj_uuids=426d4939-0709-4be3-abee-cc1bc4ff250d&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001642 10.0.0.27 - - [2025-12-04 02:52:59] "GET /project/426d4939-0709-4be3-abee-cc1bc4ff250d?fields=virtual_networks HTTP/1.1" 200 1044 0.050243 10.0.0.23 - - [2025-12-04 02:52:59] "GET /projects?obj_uuids=426d4939-0709-4be3-abee-cc1bc4ff250d&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000949 10.0.0.27 - - [2025-12-04 02:52:59] "GET /project/426d4939-0709-4be3-abee-cc1bc4ff250d?fields=virtual_machine_interfaces HTTP/1.1" 200 1044 0.041443 10.0.0.23 - - [2025-12-04 02:52:59] "GET /projects?obj_uuids=426d4939-0709-4be3-abee-cc1bc4ff250d&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001445 10.0.0.27 - - [2025-12-04 02:52:59] "GET /project/426d4939-0709-4be3-abee-cc1bc4ff250d?fields=security_groups HTTP/1.1" 200 1276 0.053733 10.0.0.27 - - [2025-12-04 02:53:00] "POST /fqname-to-id HTTP/1.1" 404 190 0.030228 10.0.0.23 - - [2025-12-04 02:53:00] "GET /projects?obj_uuids=7e68f009-0049-45d1-a726-cde7fdd6d28b&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003528 10.0.0.23 - - [2025-12-04 02:53:00] "GET /domains?obj_uuids=77f3106b-db9e-49b5-893e-09cac574b890&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001308 10.0.0.23 - - [2025-12-04 02:53:00] "GET /domain/77f3106b-db9e-49b5-893e-09cac574b890?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.007100 10.0.0.23 - - [2025-12-04 02:53:00] "POST /id-to-fqname HTTP/1.1" 200 192 0.001117 10.0.0.23 - - [2025-12-04 02:53:01] "POST /fqname-to-id HTTP/1.1" 404 201 0.004114 10.0.0.23 - - [2025-12-04 02:53:01] "POST /security-groups HTTP/1.1" 200 593 0.077751 10.0.0.33 - - [2025-12-04 02:53:01] "POST /fqname-to-id HTTP/1.1" 404 236 0.003284 10.0.0.23 - - [2025-12-04 02:53:01] "POST /projects HTTP/1.1" 200 589 0.292704 10.0.0.23 - - [2025-12-04 02:53:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.331274 10.0.0.33 - - [2025-12-04 02:53:01] "POST /access-control-lists HTTP/1.1" 200 596 0.031251 10.0.0.27 - - [2025-12-04 02:53:01] "GET /project/7e68f009-0049-45d1-a726-cde7fdd6d28b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.484705 10.0.0.27 - - [2025-12-04 02:53:02] "GET / HTTP/1.1" 200 35931 0.002859 10.0.0.27 - - [2025-12-04 02:53:04] "POST /fqname-to-id HTTP/1.1" 401 292 0.000499 10.0.0.27 - - [2025-12-04 02:53:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.070668 10.0.0.23 - - [2025-12-04 02:53:04] "GET /projects?obj_uuids=7e68f009-0049-45d1-a726-cde7fdd6d28b&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001080 10.0.0.27 - - [2025-12-04 02:53:04] "GET /project/7e68f009-0049-45d1-a726-cde7fdd6d28b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.047352 10.0.0.23 - - [2025-12-04 02:53:04] "GET /projects?obj_uuids=7e68f009-0049-45d1-a726-cde7fdd6d28b&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001367 10.0.0.27 - - [2025-12-04 02:53:04] "POST /neutron/network HTTP/1.1" 200 607 0.161511 10.0.0.27 - - [2025-12-04 02:53:05] "POST /id-to-fqname HTTP/1.1" 200 222 0.003607 10.0.0.27 - - [2025-12-04 02:53:05] "GET /virtual-network/331ca2d4-9d8d-4e4b-ba14-0c7036c71863?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2035 0.005955 10.0.0.27 - - [2025-12-04 02:53:05] "POST /neutron/network HTTP/1.1" 200 823 0.007072 10.0.0.27 - - [2025-12-04 02:53:05] "GET /virtual-network/331ca2d4-9d8d-4e4b-ba14-0c7036c71863?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2035 0.005087 10.0.0.27 - - [2025-12-04 02:53:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003341 10.0.0.23 - - [2025-12-04 02:53:05] "GET /projects?obj_uuids=7e68f009-0049-45d1-a726-cde7fdd6d28b&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001029 10.0.0.27 - - [2025-12-04 02:53:05] "GET /project/7e68f009-0049-45d1-a726-cde7fdd6d28b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.041972 10.0.0.27 - - [2025-12-04 02:53:05] "POST /neutron/network HTTP/1.1" 200 117 0.014734 10.0.0.33 - - [2025-12-04 02:53:05] "POST /route-targets HTTP/1.1" 200 327 0.014664 10.0.0.27 - - [2025-12-04 02:53:05] "POST /neutron/network HTTP/1.1" 200 826 0.009370 10.0.0.27 - - [2025-12-04 02:53:05] "POST /id-to-fqname HTTP/1.1" 200 222 0.001439 10.0.0.27 - - [2025-12-04 02:53:05] "GET /virtual-network/fe6507e4-87fc-4592-b3dd-21de4b5e3e77?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.005763 10.0.0.27 - - [2025-12-04 02:53:05] "GET /virtual-network/fe6507e4-87fc-4592-b3dd-21de4b5e3e77?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.005556 10.0.0.27 - - [2025-12-04 02:53:05] "POST /neutron/subnet HTTP/1.1" 200 724 0.009821 10.0.0.27 - - [2025-12-04 02:53:05] "POST /fqname-to-id HTTP/1.1" 404 228 0.003595 10.0.0.27 - - [2025-12-04 02:53:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003158 10.0.0.23 - - [2025-12-04 02:53:05] "GET /projects?obj_uuids=7e68f009-0049-45d1-a726-cde7fdd6d28b&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001102 10.0.0.27 - - [2025-12-04 02:53:06] "GET /project/7e68f009-0049-45d1-a726-cde7fdd6d28b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.048589 10.0.0.27 - - [2025-12-04 02:53:06] "POST /network-policys HTTP/1.1" 200 571 0.031454 10.0.0.27 - - [2025-12-04 02:53:06] "GET /network-policy/60186a7b-303b-4d4e-8d4d-3e1793fb8c5e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2152 0.006745 10.0.0.27 - - [2025-12-04 02:53:06] "POST /neutron/network HTTP/1.1" 200 925 0.011643 10.0.0.27 - - [2025-12-04 02:53:06] "GET /virtual-network/331ca2d4-9d8d-4e4b-ba14-0c7036c71863?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2353 0.006728 10.0.0.27 - - [2025-12-04 02:53:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004359 10.0.0.33 - - [2025-12-04 02:53:06] "POST /access-control-lists HTTP/1.1" 200 590 0.086617 10.0.0.27 - - [2025-12-04 02:53:06] "GET /network-policy/60186a7b-303b-4d4e-8d4d-3e1793fb8c5e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2152 0.007518 10.0.0.27 - - [2025-12-04 02:53:06] "POST /neutron/network HTTP/1.1" 200 928 0.010866 10.0.0.27 - - [2025-12-04 02:53:06] "GET /virtual-network/fe6507e4-87fc-4592-b3dd-21de4b5e3e77?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2363 0.005121 10.0.0.27 - - [2025-12-04 02:53:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003020 10.0.0.27 - - [2025-12-04 02:53:06] "GET /network-policy/60186a7b-303b-4d4e-8d4d-3e1793fb8c5e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2152 0.011051 10.0.0.33 - - [2025-12-04 02:53:06] "POST /ref-update HTTP/1.1" 200 156 0.044953 10.0.0.27 - - [2025-12-04 02:53:07] "GET /virtual-network/331ca2d4-9d8d-4e4b-ba14-0c7036c71863?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2353 0.006259 10.0.0.27 - - [2025-12-04 02:53:08] "GET /virtual-network/fe6507e4-87fc-4592-b3dd-21de4b5e3e77?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2363 0.005561 10.0.0.33 - - [2025-12-04 02:53:09] "GET /obj-perms HTTP/1.1" 200 5034 0.062446 10.0.0.27 - - [2025-12-04 02:53:09] "POST /id-to-fqname HTTP/1.1" 200 222 0.001544 10.0.0.23 - - [2025-12-04 02:53:10] "GET /projects?obj_uuids=7e68f009-0049-45d1-a726-cde7fdd6d28b&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001051 10.0.0.27 - - [2025-12-04 02:53:10] "GET /project/7e68f009-0049-45d1-a726-cde7fdd6d28b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.082892 10.0.0.27 - - [2025-12-04 02:53:10] "POST /neutron/port HTTP/1.1" 200 117 0.006286 10.0.0.27 - - [2025-12-04 02:53:10] "POST /id-to-fqname HTTP/1.1" 200 222 0.001481 10.0.0.27 - - [2025-12-04 02:53:10] "POST /neutron/network HTTP/1.1" 200 938 0.007022 10.0.0.23 - - [2025-12-04 02:53:11] "GET /projects?obj_uuids=7e68f009-0049-45d1-a726-cde7fdd6d28b&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001450 10.0.0.27 - - [2025-12-04 02:53:11] "GET /project/7e68f009-0049-45d1-a726-cde7fdd6d28b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.127631 10.0.0.27 - - [2025-12-04 02:53:11] "POST /neutron/port HTTP/1.1" 200 1059 0.126276 10.0.0.27 - - [2025-12-04 02:53:11] "POST /neutron/port HTTP/1.1" 200 1113 0.128314 10.0.0.27 - - [2025-12-04 02:53:12] "POST /neutron/security_group HTTP/1.1" 200 2060 0.008929 10.0.0.27 - - [2025-12-04 02:53:12] "POST /neutron/port HTTP/1.1" 200 117 0.017331 10.0.0.27 - - [2025-12-04 02:53:12] "POST /neutron/port HTTP/1.1" 200 1087 0.015211 10.0.0.23 - - [2025-12-04 02:53:12] "GET /projects?obj_uuids=7e68f009-0049-45d1-a726-cde7fdd6d28b&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001247 10.0.0.27 - - [2025-12-04 02:53:12] "POST /neutron/port HTTP/1.1" 200 1062 0.350396 10.0.0.27 - - [2025-12-04 02:53:13] "POST /neutron/port HTTP/1.1" 200 1116 0.158893 10.0.0.27 - - [2025-12-04 02:53:13] "POST /neutron/subnet HTTP/1.1" 200 698 0.009929 10.0.0.27 - - [2025-12-04 02:53:17] "POST /neutron/port HTTP/1.1" 200 1087 0.015487 10.0.0.27 - - [2025-12-04 02:53:17] "POST /neutron/security_group HTTP/1.1" 200 2060 0.007199 10.0.0.27 - - [2025-12-04 02:53:17] "GET /virtual-machine/36a9e583-071b-4621-8408-b6eae3783400 HTTP/1.1" 401 292 0.000497 10.0.0.27 - - [2025-12-04 02:53:17] "GET /virtual-machine/36a9e583-071b-4621-8408-b6eae3783400 HTTP/1.1" 200 1293 0.028823 10.0.0.27 - - [2025-12-04 02:53:17] "GET /virtual-machine-interface/ce7e6e19-f815-46dd-828d-116dd1f97b06 HTTP/1.1" 200 2951 0.005152 10.0.0.27 - - [2025-12-04 02:53:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003511 10.0.0.27 - - [2025-12-04 02:53:17] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003754 10.0.0.27 - - [2025-12-04 02:53:17] "GET /virtual-networks?parent_id=7e68f009-0049-45d1-a726-cde7fdd6d28b&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.002750 10.0.0.27 - - [2025-12-04 02:53:17] "GET /virtual-network/331ca2d4-9d8d-4e4b-ba14-0c7036c71863?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2353 0.005874 10.0.0.27 - - [2025-12-04 02:53:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003191 10.0.0.27 - - [2025-12-04 02:53:21] "GET /virtual-network/331ca2d4-9d8d-4e4b-ba14-0c7036c71863?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2353 0.005274 10.0.0.27 - - [2025-12-04 02:53:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003932 10.0.0.27 - - [2025-12-04 02:53:25] "GET /virtual-network/331ca2d4-9d8d-4e4b-ba14-0c7036c71863?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2353 0.005454 10.0.0.27 - - [2025-12-04 02:53:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003572 10.0.0.27 - - [2025-12-04 02:53:29] "GET /virtual-network/331ca2d4-9d8d-4e4b-ba14-0c7036c71863?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2353 0.006777 10.0.0.27 - - [2025-12-04 02:53:29] "POST /neutron/port HTTP/1.1" 200 1090 0.017188 10.0.0.27 - - [2025-12-04 02:53:30] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004802 10.0.0.27 - - [2025-12-04 02:53:30] "POST /neutron/network HTTP/1.1" 200 928 0.008469 10.0.0.27 - - [2025-12-04 02:53:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003330 10.0.0.27 - - [2025-12-04 02:53:33] "GET /virtual-network/331ca2d4-9d8d-4e4b-ba14-0c7036c71863?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2353 0.006098 10.0.0.33 - - [2025-12-04 02:53:36] "GET /global-system-configs HTTP/1.1" 401 292 0.000481 10.0.0.33 - - [2025-12-04 02:53:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000417 10.0.0.23 - - [2025-12-04 02:53:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000410 10.0.0.23 - - [2025-12-04 02:53:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000449 10.0.0.27 - - [2025-12-04 02:53:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003861 10.0.0.27 - - [2025-12-04 02:53:37] "GET /virtual-network/331ca2d4-9d8d-4e4b-ba14-0c7036c71863?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2353 0.005981 10.0.0.23 - - [2025-12-04 02:53:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000471 10.0.0.23 - - [2025-12-04 02:53:38] "GET /global-system-configs HTTP/1.1" 401 292 0.000412 10.0.0.33 - - [2025-12-04 02:53:38] "GET /global-system-configs HTTP/1.1" 401 292 0.000396 10.0.0.33 - - [2025-12-04 02:53:38] "GET /global-system-configs HTTP/1.1" 401 292 0.000429 10.0.0.23 - - [2025-12-04 02:53:38] "DELETE /project/7e68f009004945d1a726cde7fdd6d28b HTTP/1.1" 404 173 0.004799 10.0.0.23 - - [2025-12-04 02:53:38] "GET /projects?obj_uuids=426d4939-0709-4be3-abee-cc1bc4ff250d&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001307 10.0.0.23 - - [2025-12-04 02:53:38] "GET /project/426d4939-0709-4be3-abee-cc1bc4ff250d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1492 0.052081 10.0.0.23 - - [2025-12-04 02:53:38] "GET /projects?obj_uuids=426d4939-0709-4be3-abee-cc1bc4ff250d&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.002935 10.0.0.23 - - [2025-12-04 02:53:38] "GET /project/426d4939-0709-4be3-abee-cc1bc4ff250d?fields=security_groups HTTP/1.1" 200 1381 0.050263 10.0.0.23 - - [2025-12-04 02:53:38] "DELETE /security-group/736181b7-1d3c-4673-bd91-86e490268178 HTTP/1.1" 200 115 0.058337 10.0.0.23 - - [2025-12-04 02:53:38] "GET /projects?obj_uuids=426d4939-0709-4be3-abee-cc1bc4ff250d&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001477 10.0.0.33 - - [2025-12-04 02:53:38] "DELETE /access-control-list/d1a84ab4-53f9-45a4-bf50-6335d8795d95 HTTP/1.1" 200 115 0.044403 10.0.0.23 - - [2025-12-04 02:53:38] "GET /project/426d4939-0709-4be3-abee-cc1bc4ff250d?fields=application_policy_sets HTTP/1.1" 200 1420 0.078359 10.0.0.23 - - [2025-12-04 02:53:38] "DELETE /project/426d4939-0709-4be3-abee-cc1bc4ff250d HTTP/1.1" 200 115 0.438934 10.0.0.27 - - [2025-12-04 02:53:38] "POST /neutron/network HTTP/1.1" 200 935 0.006563 10.0.0.27 - - [2025-12-04 02:53:38] "POST /neutron/port HTTP/1.1" 200 117 0.001074 10.0.0.27 - - [2025-12-04 02:53:38] "GET /global-system-configs HTTP/1.1" 401 292 0.000607 10.0.0.27 - - [2025-12-04 02:53:39] "GET /global-system-configs HTTP/1.1" 401 292 0.000397 10.0.0.27 - - [2025-12-04 02:53:40] "GET /global-system-configs HTTP/1.1" 401 292 0.000409 10.0.0.27 - - [2025-12-04 02:53:40] "GET /global-system-configs HTTP/1.1" 401 292 0.000401 10.0.0.27 - - [2025-12-04 02:53:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003523 10.0.0.27 - - [2025-12-04 02:53:41] "GET /virtual-network/331ca2d4-9d8d-4e4b-ba14-0c7036c71863?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2353 0.007244 10.0.0.27 - - [2025-12-04 02:53:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003413 10.0.0.27 - - [2025-12-04 02:53:45] "GET /virtual-network/331ca2d4-9d8d-4e4b-ba14-0c7036c71863?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2353 0.005202 10.0.0.27 - - [2025-12-04 02:53:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003962 10.0.0.27 - - [2025-12-04 02:53:49] "GET /virtual-network/331ca2d4-9d8d-4e4b-ba14-0c7036c71863?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2353 0.005606 10.0.0.27 - - [2025-12-04 02:53:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003359 10.0.0.27 - - [2025-12-04 02:53:53] "GET /virtual-network/331ca2d4-9d8d-4e4b-ba14-0c7036c71863?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2353 0.008651 10.0.0.23 - - [2025-12-04 02:53:56] "GET /obj-perms HTTP/1.1" 200 5056 0.059419 10.0.0.27 - - [2025-12-04 02:53:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003916 10.0.0.27 - - [2025-12-04 02:53:57] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004897 10.0.0.27 - - [2025-12-04 02:53:57] "GET /virtual-networks?parent_id=7e68f009-0049-45d1-a726-cde7fdd6d28b&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003323 10.0.0.27 - - [2025-12-04 02:53:57] "GET /virtual-network/331ca2d4-9d8d-4e4b-ba14-0c7036c71863?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2353 0.006037 10.0.0.27 - - [2025-12-04 02:53:58] "POST /neutron/security_group HTTP/1.1" 200 2060 0.008097 10.0.0.27 - - [2025-12-04 02:54:08] "POST /neutron/port HTTP/1.1" 200 1087 0.018106 10.0.0.27 - - [2025-12-04 02:54:13] "POST /neutron/security_group HTTP/1.1" 200 2060 0.007632 10.0.0.27 - - [2025-12-04 02:54:18] "POST /neutron/port HTTP/1.1" 200 1087 0.015852 10.0.0.27 - - [2025-12-04 02:54:23] "POST /neutron/security_group HTTP/1.1" 200 2060 0.008405 10.0.0.27 - - [2025-12-04 02:54:29] "POST /neutron/port HTTP/1.1" 200 1090 0.016775 10.0.0.27 - - [2025-12-04 02:54:30] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004347 10.0.0.27 - - [2025-12-04 02:54:30] "POST /neutron/network HTTP/1.1" 200 928 0.009454 10.0.0.27 - - [2025-12-04 02:54:39] "POST /neutron/port HTTP/1.1" 200 1087 0.015724 10.0.0.27 - - [2025-12-04 02:54:39] "POST /neutron/port HTTP/1.1" 200 1087 0.017204 10.0.0.27 - - [2025-12-04 02:54:39] "POST /neutron/subnet HTTP/1.1" 200 684 0.010190 10.0.0.27 - - [2025-12-04 02:54:44] "POST /neutron/port HTTP/1.1" 200 1087 0.016116 10.0.0.27 - - [2025-12-04 02:54:49] "POST /neutron/security_group HTTP/1.1" 200 2060 0.008281 10.0.0.27 - - [2025-12-04 02:54:57] "GET /obj-perms HTTP/1.1" 200 5056 0.054562 10.0.0.27 - - [2025-12-04 02:55:00] "POST /neutron/port HTTP/1.1" 200 1087 0.020439 10.0.0.27 - - [2025-12-04 02:55:05] "POST /neutron/security_group HTTP/1.1" 200 2060 0.007498 10.0.0.27 - - [2025-12-04 02:55:15] "POST /neutron/port HTTP/1.1" 200 1087 0.015431 10.0.0.27 - - [2025-12-04 02:55:20] "POST /neutron/security_group HTTP/1.1" 200 2060 0.008261 10.0.0.27 - - [2025-12-04 02:55:30] "POST /neutron/port HTTP/1.1" 200 1090 0.016559 10.0.0.27 - - [2025-12-04 02:55:31] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004763 10.0.0.27 - - [2025-12-04 02:55:31] "POST /neutron/port HTTP/1.1" 200 117 0.001063 10.0.0.27 - - [2025-12-04 02:55:36] "POST /neutron/port HTTP/1.1" 200 1087 0.015085 10.0.0.27 - - [2025-12-04 02:55:40] "POST /neutron/port HTTP/1.1" 200 1087 0.015472 10.0.0.27 - - [2025-12-04 02:55:40] "POST /neutron/subnet HTTP/1.1" 200 684 0.009253 10.0.0.27 - - [2025-12-04 02:55:41] "POST /neutron/port HTTP/1.1" 200 1087 0.020942 10.0.0.27 - - [2025-12-04 02:55:46] "POST /neutron/security_group HTTP/1.1" 200 2060 0.007711 10.0.0.27 - - [2025-12-04 02:55:56] "POST /neutron/port HTTP/1.1" 200 1087 0.017162 10.0.0.27 - - [2025-12-04 02:55:59] "POST /neutron/security_group HTTP/1.1" 200 2060 0.031805 10.0.0.27 - - [2025-12-04 02:56:07] "POST /neutron/port HTTP/1.1" 200 1087 0.015825 10.0.0.27 - - [2025-12-04 02:56:12] "POST /neutron/security_group HTTP/1.1" 200 2060 0.007325 10.0.0.27 - - [2025-12-04 02:56:12] "POST /neutron/port HTTP/1.1" 200 1090 0.014703 10.0.0.27 - - [2025-12-04 02:56:12] "GET /virtual-machine/fc644ffc-1613-4ea9-ab10-990a58a977e7 HTTP/1.1" 200 1295 0.007314 10.0.0.27 - - [2025-12-04 02:56:12] "GET /virtual-machine-interface/cc26d25d-0a8f-4f3c-8e08-ad806acd56bc HTTP/1.1" 200 2952 0.005288 10.0.0.27 - - [2025-12-04 02:56:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003499 10.0.0.27 - - [2025-12-04 02:56:12] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004688 10.0.0.27 - - [2025-12-04 02:56:12] "GET /virtual-networks?parent_id=7e68f009-0049-45d1-a726-cde7fdd6d28b&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.002986 10.0.0.27 - - [2025-12-04 02:56:12] "GET /virtual-network/fe6507e4-87fc-4592-b3dd-21de4b5e3e77?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2363 0.007089 10.0.0.27 - - [2025-12-04 02:56:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003919 10.0.0.27 - - [2025-12-04 02:56:13] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003942 10.0.0.27 - - [2025-12-04 02:56:13] "GET /virtual-networks?parent_id=7e68f009-0049-45d1-a726-cde7fdd6d28b&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003045 10.0.0.27 - - [2025-12-04 02:56:13] "GET /virtual-network/fe6507e4-87fc-4592-b3dd-21de4b5e3e77?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2363 0.006459 10.0.0.27 - - [2025-12-04 02:56:32] "POST /neutron/port HTTP/1.1" 200 1090 0.017370 10.0.0.27 - - [2025-12-04 02:56:33] "POST /neutron/subnet HTTP/1.1" 200 698 0.010622 10.0.0.27 - - [2025-12-04 02:56:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003306 10.0.0.23 - - [2025-12-04 02:56:38] "GET /projects?obj_uuids=7e68f009-0049-45d1-a726-cde7fdd6d28b&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.030294 10.0.0.27 - - [2025-12-04 02:56:38] "GET /project/7e68f009-0049-45d1-a726-cde7fdd6d28b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.084138 10.0.0.27 - - [2025-12-04 02:56:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003282 10.0.0.27 - - [2025-12-04 02:56:38] "PUT /network-policy/60186a7b-303b-4d4e-8d4d-3e1793fb8c5e HTTP/1.1" 200 262 0.016644 10.0.0.33 - - [2025-12-04 02:56:38] "POST /ref-update HTTP/1.1" 200 156 0.061297 10.0.0.27 - - [2025-12-04 02:56:42] "GET /virtual-network/fe6507e4-87fc-4592-b3dd-21de4b5e3e77?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2363 0.006083 10.0.0.27 - - [2025-12-04 02:56:42] "POST /neutron/network HTTP/1.1" 200 928 0.007358 10.0.0.33 - - [2025-12-04 02:56:42] "DELETE /access-control-list/999e6d91-4436-4684-91ca-317c1bcdc2f7 HTTP/1.1" 200 115 0.042784 10.0.0.27 - - [2025-12-04 02:56:42] "GET /virtual-network/fe6507e4-87fc-4592-b3dd-21de4b5e3e77?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.008507 10.0.0.27 - - [2025-12-04 02:56:42] "GET /virtual-network/331ca2d4-9d8d-4e4b-ba14-0c7036c71863?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2353 0.008331 10.0.0.27 - - [2025-12-04 02:56:42] "POST /neutron/network HTTP/1.1" 200 925 0.008610 10.0.0.27 - - [2025-12-04 02:56:42] "GET /virtual-network/331ca2d4-9d8d-4e4b-ba14-0c7036c71863?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2035 0.008708 10.0.0.27 - - [2025-12-04 02:56:42] "DELETE /network-policy/60186a7b-303b-4d4e-8d4d-3e1793fb8c5e HTTP/1.1" 200 115 0.037567 10.0.0.27 - - [2025-12-04 02:56:42] "POST /neutron/network HTTP/1.1" 200 826 0.018427 10.0.0.27 - - [2025-12-04 02:56:42] "POST /neutron/port HTTP/1.1" 200 1116 0.015941 10.0.0.27 - - [2025-12-04 02:56:42] "POST /neutron/port HTTP/1.1" 200 1113 0.011976 10.0.0.23 - - [2025-12-04 02:56:44] "POST /useragent-kv HTTP/1.1" 200 115 0.004458 10.0.0.23 - - [2025-12-04 02:56:44] "POST /useragent-kv HTTP/1.1" 200 115 0.004211 10.0.0.27 - - [2025-12-04 02:56:44] "POST /neutron/network HTTP/1.1" 200 151 0.137998 10.0.0.33 - - [2025-12-04 02:56:44] "DELETE /route-target/e42a3557-f230-4157-8615-2f62cd7c95ac HTTP/1.1" 200 115 0.025380 10.0.0.23 - - [2025-12-04 02:56:46] "GET /projects?obj_uuids=7e68f009-0049-45d1-a726-cde7fdd6d28b&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001051 10.0.0.27 - - [2025-12-04 02:56:46] "GET /project/7e68f009-0049-45d1-a726-cde7fdd6d28b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.079181 10.0.0.23 - - [2025-12-04 02:56:46] "GET /projects?obj_uuids=7e68f009-0049-45d1-a726-cde7fdd6d28b&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001558 10.0.0.27 - - [2025-12-04 02:56:46] "GET /project/7e68f009-0049-45d1-a726-cde7fdd6d28b?fields=virtual_networks HTTP/1.1" 200 1036 0.054694 10.0.0.23 - - [2025-12-04 02:56:46] "GET /projects?obj_uuids=7e68f009-0049-45d1-a726-cde7fdd6d28b&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001462 10.0.0.27 - - [2025-12-04 02:56:46] "GET /project/7e68f009-0049-45d1-a726-cde7fdd6d28b?fields=virtual_machine_interfaces HTTP/1.1" 200 1036 0.068111 10.0.0.23 - - [2025-12-04 02:56:47] "GET /projects?obj_uuids=7e68f009-0049-45d1-a726-cde7fdd6d28b&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001138 10.0.0.27 - - [2025-12-04 02:56:47] "GET /project/7e68f009-0049-45d1-a726-cde7fdd6d28b?fields=security_groups HTTP/1.1" 200 1264 0.072355 10.0.0.27 - - [2025-12-04 02:56:47] "POST /fqname-to-id HTTP/1.1" 404 200 0.030355 10.0.0.23 - - [2025-12-04 02:56:48] "GET /projects?obj_uuids=8dd3440f-9566-490e-a042-d69eb5507f80&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003469 10.0.0.23 - - [2025-12-04 02:56:48] "GET /domains?obj_uuids=77f3106b-db9e-49b5-893e-09cac574b890&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001194 10.0.0.23 - - [2025-12-04 02:56:48] "GET /domain/77f3106b-db9e-49b5-893e-09cac574b890?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.039313 10.0.0.23 - - [2025-12-04 02:56:48] "POST /id-to-fqname HTTP/1.1" 200 202 0.001222 10.0.0.23 - - [2025-12-04 02:56:48] "POST /fqname-to-id HTTP/1.1" 404 211 0.011989 10.0.0.23 - - [2025-12-04 02:56:48] "POST /security-groups HTTP/1.1" 200 603 0.030331 10.0.0.33 - - [2025-12-04 02:56:48] "POST /fqname-to-id HTTP/1.1" 404 246 0.003711 10.0.0.23 - - [2025-12-04 02:56:48] "POST /projects HTTP/1.1" 200 609 0.251601 10.0.0.23 - - [2025-12-04 02:56:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.323596 10.0.0.33 - - [2025-12-04 02:56:48] "POST /access-control-lists HTTP/1.1" 200 606 0.033015 10.0.0.27 - - [2025-12-04 02:56:48] "GET /project/8dd3440f-9566-490e-a042-d69eb5507f80?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.491725 10.0.0.27 - - [2025-12-04 02:56:49] "GET / HTTP/1.1" 200 35931 0.001550 10.0.0.27 - - [2025-12-04 02:56:53] "GET /project/8dd3440f-9566-490e-a042-d69eb5507f80?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000551 10.0.0.23 - - [2025-12-04 02:56:53] "GET /projects?obj_uuids=8dd3440f-9566-490e-a042-d69eb5507f80&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001143 10.0.0.27 - - [2025-12-04 02:56:53] "GET /project/8dd3440f-9566-490e-a042-d69eb5507f80?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.094861 10.0.0.27 - - [2025-12-04 02:56:54] "GET / HTTP/1.1" 200 35931 0.001694 10.0.0.27 - - [2025-12-04 02:56:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003975 10.0.0.23 - - [2025-12-04 02:56:54] "GET /domains?obj_uuids=77f3106b-db9e-49b5-893e-09cac574b890&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001363 10.0.0.27 - - [2025-12-04 02:56:54] "GET /domain/77f3106b-db9e-49b5-893e-09cac574b890?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 892 0.009718 10.0.0.27 - - [2025-12-04 02:56:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.005245 10.0.0.23 - - [2025-12-04 02:56:54] "GET /projects?obj_uuids=8dd3440f-9566-490e-a042-d69eb5507f80&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001052 10.0.0.27 - - [2025-12-04 02:56:54] "GET /project/8dd3440f-9566-490e-a042-d69eb5507f80?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.049823 10.0.0.27 - - [2025-12-04 02:56:55] "GET /domains HTTP/1.1" 401 292 0.000400 10.0.0.27 - - [2025-12-04 02:56:56] "GET /domains HTTP/1.1" 200 280 0.027790 10.0.0.23 - - [2025-12-04 02:56:56] "GET /domains?obj_uuids=77f3106b-db9e-49b5-893e-09cac574b890&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000908 10.0.0.27 - - [2025-12-04 02:56:56] "GET /domain/77f3106b-db9e-49b5-893e-09cac574b890 HTTP/1.1" 200 2772 0.009145 10.0.0.23 - - [2025-12-04 02:56:56] "GET /projects?obj_uuids=8dd3440f-9566-490e-a042-d69eb5507f80&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000989 10.0.0.27 - - [2025-12-04 02:56:56] "GET /project/8dd3440f-9566-490e-a042-d69eb5507f80 HTTP/1.1" 200 1925 0.085076 10.0.0.27 - - [2025-12-04 02:56:56] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 545 0.004155 10.0.0.27 - - [2025-12-04 02:56:56] "POST /network-ipams HTTP/1.1" 200 621 0.032538 10.0.0.27 - - [2025-12-04 02:56:56] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 810 0.004139 10.0.0.27 - - [2025-12-04 02:56:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003730 10.0.0.27 - - [2025-12-04 02:56:56] "GET /network-ipam/1cb7ed04-e130-477e-ba96-3d9308a396fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1455 0.006778 10.0.0.27 - - [2025-12-04 02:56:56] "PUT /network-ipam/1cb7ed04-e130-477e-ba96-3d9308a396fd HTTP/1.1" 200 258 0.015111 10.0.0.27 - - [2025-12-04 02:56:56] "POST /fqname-to-id HTTP/1.1" 401 292 0.001724 10.0.0.27 - - [2025-12-04 02:56:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.027969 10.0.0.23 - - [2025-12-04 02:56:57] "GET /projects?obj_uuids=8dd3440f-9566-490e-a042-d69eb5507f80&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000959 10.0.0.27 - - [2025-12-04 02:56:57] "GET /project/8dd3440f-9566-490e-a042-d69eb5507f80?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.047255 10.0.0.27 - - [2025-12-04 02:56:57] "POST /neutron/network HTTP/1.1" 200 117 0.065310 10.0.0.23 - - [2025-12-04 02:56:58] "POST /useragent-kv HTTP/1.1" 200 115 0.016747 10.0.0.27 - - [2025-12-04 02:56:58] "POST /neutron/subnet HTTP/1.1" 200 701 0.213734 10.0.0.23 - - [2025-12-04 02:56:58] "POST /fqname-to-id HTTP/1.1" 404 207 0.063046 10.0.0.27 - - [2025-12-04 02:56:58] "POST /id-to-fqname HTTP/1.1" 200 235 0.001846 10.0.0.27 - - [2025-12-04 02:56:58] "GET /virtual-network/67817b86-3586-4c32-9c03-441ccc26c71a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3176 0.010066 10.0.0.27 - - [2025-12-04 02:56:58] "POST /neutron/network HTTP/1.1" 200 1337 0.012452 10.0.0.27 - - [2025-12-04 02:56:58] "GET /virtual-network/67817b86-3586-4c32-9c03-441ccc26c71a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3176 0.006252 10.0.0.27 - - [2025-12-04 02:56:58] "POST /neutron/subnet HTTP/1.1" 200 701 0.008856 10.0.0.33 - - [2025-12-04 02:56:59] "GET /obj-perms HTTP/1.1" 200 5056 0.068996 10.0.0.27 - - [2025-12-04 02:56:59] "GET /virtual-network/67817b86-3586-4c32-9c03-441ccc26c71a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3176 0.006002 10.0.0.23 - - [2025-12-04 02:57:00] "GET /obj-perms HTTP/1.1" 200 5019 0.053401 10.0.0.27 - - [2025-12-04 02:57:00] "POST /fqname-to-id HTTP/1.1" 404 229 0.003711 10.0.0.27 - - [2025-12-04 02:57:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004044 10.0.0.23 - - [2025-12-04 02:57:00] "GET /projects?obj_uuids=8dd3440f-9566-490e-a042-d69eb5507f80&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001149 10.0.0.27 - - [2025-12-04 02:57:00] "GET /project/8dd3440f-9566-490e-a042-d69eb5507f80?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.041686 10.0.0.27 - - [2025-12-04 02:57:00] "POST /network-policys HTTP/1.1" 200 563 0.073228 10.0.0.27 - - [2025-12-04 02:57:00] "GET /network-policy/a44ad18f-8ae9-44ec-9196-1d75e9181580?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.008971 10.0.0.27 - - [2025-12-04 02:57:01] "POST /fqname-to-id HTTP/1.1" 404 229 0.003410 10.0.0.27 - - [2025-12-04 02:57:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003264 10.0.0.23 - - [2025-12-04 02:57:01] "GET /projects?obj_uuids=8dd3440f-9566-490e-a042-d69eb5507f80&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001169 10.0.0.27 - - [2025-12-04 02:57:01] "GET /project/8dd3440f-9566-490e-a042-d69eb5507f80?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.043964 10.0.0.27 - - [2025-12-04 02:57:01] "POST /network-policys HTTP/1.1" 200 563 0.073511 10.0.0.27 - - [2025-12-04 02:57:01] "GET /network-policy/48ad9fcf-53cd-42c6-bc8c-e007940cf99f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 8880 0.008065 10.0.0.27 - - [2025-12-04 02:57:01] "POST /fqname-to-id HTTP/1.1" 404 229 0.003565 10.0.0.27 - - [2025-12-04 02:57:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003388 10.0.0.23 - - [2025-12-04 02:57:01] "GET /projects?obj_uuids=8dd3440f-9566-490e-a042-d69eb5507f80&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001443 10.0.0.27 - - [2025-12-04 02:57:01] "GET /project/8dd3440f-9566-490e-a042-d69eb5507f80?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.049152 10.0.0.27 - - [2025-12-04 02:57:01] "POST /network-policys HTTP/1.1" 200 563 0.073539 10.0.0.27 - - [2025-12-04 02:57:01] "GET /network-policy/76498500-768b-4ad2-9782-556734d0b400?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.006354 10.0.0.27 - - [2025-12-04 02:57:01] "POST /fqname-to-id HTTP/1.1" 404 229 0.002815 10.0.0.27 - - [2025-12-04 02:57:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003499 10.0.0.23 - - [2025-12-04 02:57:01] "GET /projects?obj_uuids=8dd3440f-9566-490e-a042-d69eb5507f80&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001188 10.0.0.27 - - [2025-12-04 02:57:01] "GET /project/8dd3440f-9566-490e-a042-d69eb5507f80?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.046274 10.0.0.27 - - [2025-12-04 02:57:02] "POST /network-policys HTTP/1.1" 200 563 0.072087 10.0.0.27 - - [2025-12-04 02:57:02] "GET /network-policy/43526bf9-14c9-4483-8073-3228375e4bf8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5023 0.006409 10.0.0.27 - - [2025-12-04 02:57:02] "POST /fqname-to-id HTTP/1.1" 404 229 0.002809 10.0.0.27 - - [2025-12-04 02:57:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003228 10.0.0.23 - - [2025-12-04 02:57:02] "GET /projects?obj_uuids=8dd3440f-9566-490e-a042-d69eb5507f80&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001077 10.0.0.27 - - [2025-12-04 02:57:02] "GET /project/8dd3440f-9566-490e-a042-d69eb5507f80?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.045466 10.0.0.27 - - [2025-12-04 02:57:02] "POST /network-policys HTTP/1.1" 200 563 0.077471 10.0.0.27 - - [2025-12-04 02:57:02] "GET /network-policy/2c998aad-e005-437e-a7ce-0132d4d5f357?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.007029 10.0.0.27 - - [2025-12-04 02:57:02] "POST /fqname-to-id HTTP/1.1" 404 229 0.010540 10.0.0.27 - - [2025-12-04 02:57:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003732 10.0.0.23 - - [2025-12-04 02:57:02] "GET /projects?obj_uuids=8dd3440f-9566-490e-a042-d69eb5507f80&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001316 10.0.0.27 - - [2025-12-04 02:57:02] "GET /project/8dd3440f-9566-490e-a042-d69eb5507f80?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.051880 10.0.0.27 - - [2025-12-04 02:57:02] "POST /network-policys HTTP/1.1" 200 563 0.073586 10.0.0.27 - - [2025-12-04 02:57:03] "GET /network-policy/93772697-1ae7-4a70-89a2-ad0943c7a372?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.006884 10.0.0.27 - - [2025-12-04 02:57:03] "POST /fqname-to-id HTTP/1.1" 404 229 0.002906 10.0.0.27 - - [2025-12-04 02:57:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003717 10.0.0.23 - - [2025-12-04 02:57:03] "GET /projects?obj_uuids=8dd3440f-9566-490e-a042-d69eb5507f80&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001205 10.0.0.27 - - [2025-12-04 02:57:03] "GET /project/8dd3440f-9566-490e-a042-d69eb5507f80?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.048020 10.0.0.27 - - [2025-12-04 02:57:03] "POST /network-policys HTTP/1.1" 200 563 0.081317 10.0.0.27 - - [2025-12-04 02:57:03] "GET /network-policy/54db8b95-a369-403c-99f5-0ca51cd65f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.008721 10.0.0.27 - - [2025-12-04 02:57:03] "POST /fqname-to-id HTTP/1.1" 404 229 0.004202 10.0.0.27 - - [2025-12-04 02:57:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004272 10.0.0.23 - - [2025-12-04 02:57:03] "GET /projects?obj_uuids=8dd3440f-9566-490e-a042-d69eb5507f80&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001141 10.0.0.27 - - [2025-12-04 02:57:03] "GET /project/8dd3440f-9566-490e-a042-d69eb5507f80?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.064491 10.0.0.27 - - [2025-12-04 02:57:03] "POST /network-policys HTTP/1.1" 200 563 0.081722 10.0.0.27 - - [2025-12-04 02:57:03] "GET /network-policy/f2ae8159-14de-455c-b86c-3dc946a1d70d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.008510 10.0.0.27 - - [2025-12-04 02:57:04] "POST /fqname-to-id HTTP/1.1" 404 229 0.003441 10.0.0.27 - - [2025-12-04 02:57:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003563 10.0.0.23 - - [2025-12-04 02:57:04] "GET /projects?obj_uuids=8dd3440f-9566-490e-a042-d69eb5507f80&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001208 10.0.0.27 - - [2025-12-04 02:57:04] "GET /project/8dd3440f-9566-490e-a042-d69eb5507f80?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.055264 10.0.0.27 - - [2025-12-04 02:57:04] "POST /network-policys HTTP/1.1" 200 563 0.081603 10.0.0.27 - - [2025-12-04 02:57:04] "GET /network-policy/55dbbbfc-40d5-4717-b996-785fadbcff36?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.007935 10.0.0.27 - - [2025-12-04 02:57:04] "POST /fqname-to-id HTTP/1.1" 404 229 0.007928 10.0.0.27 - - [2025-12-04 02:57:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004061 10.0.0.23 - - [2025-12-04 02:57:04] "GET /projects?obj_uuids=8dd3440f-9566-490e-a042-d69eb5507f80&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001349 10.0.0.27 - - [2025-12-04 02:57:04] "GET /project/8dd3440f-9566-490e-a042-d69eb5507f80?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.064266 10.0.0.27 - - [2025-12-04 02:57:04] "POST /network-policys HTTP/1.1" 200 563 0.073114 10.0.0.27 - - [2025-12-04 02:57:04] "GET /network-policy/5dc3659d-492d-48da-8574-16abe14380a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5023 0.007334 10.0.0.33 - - [2025-12-04 02:57:05] "POST /fqname-to-id HTTP/1.1" 404 252 0.005515 10.0.0.27 - - [2025-12-04 02:57:05] "POST /neutron/network HTTP/1.1" 200 2250 0.202736 10.0.0.27 - - [2025-12-04 02:57:05] "GET /virtual-network/67817b86-3586-4c32-9c03-441ccc26c71a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6141 0.006812 10.0.0.27 - - [2025-12-04 02:57:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003744 10.0.0.27 - - [2025-12-04 02:57:05] "GET /network-policy/2c998aad-e005-437e-a7ce-0132d4d5f357?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.004550 10.0.0.27 - - [2025-12-04 02:57:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003242 10.0.0.27 - - [2025-12-04 02:57:05] "GET /network-policy/43526bf9-14c9-4483-8073-3228375e4bf8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5023 0.004479 10.0.0.27 - - [2025-12-04 02:57:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003833 10.0.0.27 - - [2025-12-04 02:57:05] "GET /network-policy/48ad9fcf-53cd-42c6-bc8c-e007940cf99f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 8880 0.004386 10.0.0.27 - - [2025-12-04 02:57:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003349 10.0.0.27 - - [2025-12-04 02:57:05] "GET /network-policy/54db8b95-a369-403c-99f5-0ca51cd65f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.004667 10.0.0.27 - - [2025-12-04 02:57:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003406 10.0.0.27 - - [2025-12-04 02:57:05] "GET /network-policy/55dbbbfc-40d5-4717-b996-785fadbcff36?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.004622 10.0.0.27 - - [2025-12-04 02:57:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004155 10.0.0.27 - - [2025-12-04 02:57:05] "GET /network-policy/5dc3659d-492d-48da-8574-16abe14380a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5023 0.004559 10.0.0.27 - - [2025-12-04 02:57:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003811 10.0.0.27 - - [2025-12-04 02:57:05] "GET /network-policy/76498500-768b-4ad2-9782-556734d0b400?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.005795 10.0.0.27 - - [2025-12-04 02:57:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003268 10.0.0.27 - - [2025-12-04 02:57:05] "GET /network-policy/93772697-1ae7-4a70-89a2-ad0943c7a372?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.004501 10.0.0.27 - - [2025-12-04 02:57:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004067 10.0.0.27 - - [2025-12-04 02:57:05] "GET /network-policy/a44ad18f-8ae9-44ec-9196-1d75e9181580?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.005904 10.0.0.27 - - [2025-12-04 02:57:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004081 10.0.0.27 - - [2025-12-04 02:57:05] "GET /network-policy/f2ae8159-14de-455c-b86c-3dc946a1d70d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.004166 10.0.0.27 - - [2025-12-04 02:57:05] "POST /id-to-fqname HTTP/1.1" 200 235 0.001336 10.0.0.23 - - [2025-12-04 02:57:07] "GET /projects?obj_uuids=8dd3440f-9566-490e-a042-d69eb5507f80&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001255 10.0.0.27 - - [2025-12-04 02:57:07] "GET /project/8dd3440f-9566-490e-a042-d69eb5507f80?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.073331 10.0.0.27 - - [2025-12-04 02:57:07] "POST /neutron/network HTTP/1.1" 200 2250 0.044684 10.0.0.27 - - [2025-12-04 02:57:07] "POST /neutron/port HTTP/1.1" 200 117 0.006248 10.0.0.27 - - [2025-12-04 02:57:08] "POST /neutron/port HTTP/1.1" 200 1174 0.020019 10.0.0.27 - - [2025-12-04 02:57:08] "POST /neutron/port HTTP/1.1" 200 1202 0.021327 10.0.0.27 - - [2025-12-04 02:57:08] "POST /neutron/subnet HTTP/1.1" 200 1361 0.016410 10.0.0.27 - - [2025-12-04 02:57:08] "POST /neutron/network HTTP/1.1" 200 2250 0.014159 10.0.0.27 - - [2025-12-04 02:57:12] "POST /neutron/port HTTP/1.1" 200 1202 0.019269 10.0.0.27 - - [2025-12-04 02:57:12] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007624 10.0.0.27 - - [2025-12-04 02:57:12] "GET /virtual-machine/bf9e7919-a166-4d21-b235-d71978acab6f HTTP/1.1" 401 292 0.000463 10.0.0.27 - - [2025-12-04 02:57:13] "GET /virtual-machine/bf9e7919-a166-4d21-b235-d71978acab6f HTTP/1.1" 200 1305 0.041481 10.0.0.27 - - [2025-12-04 02:57:13] "GET /virtual-machine-interface/3b5c82e4-04ea-4e93-bf93-b0b030bc55fb HTTP/1.1" 200 3169 0.008881 10.0.0.27 - - [2025-12-04 02:57:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004064 10.0.0.27 - - [2025-12-04 02:57:13] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004411 10.0.0.27 - - [2025-12-04 02:57:13] "GET /virtual-networks?parent_id=8dd3440f-9566-490e-a042-d69eb5507f80&detail=False&count=False&shared=False HTTP/1.1" 200 366 0.003503 10.0.0.27 - - [2025-12-04 02:57:13] "GET /virtual-network/67817b86-3586-4c32-9c03-441ccc26c71a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6141 0.006832 10.0.0.27 - - [2025-12-04 02:57:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003702 10.0.0.27 - - [2025-12-04 02:57:16] "GET /virtual-network/67817b86-3586-4c32-9c03-441ccc26c71a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6141 0.005247 10.0.0.27 - - [2025-12-04 02:57:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003794 10.0.0.27 - - [2025-12-04 02:57:20] "GET /virtual-network/67817b86-3586-4c32-9c03-441ccc26c71a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6141 0.005510 10.0.0.27 - - [2025-12-04 02:57:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003435 10.0.0.27 - - [2025-12-04 02:57:24] "GET /virtual-network/67817b86-3586-4c32-9c03-441ccc26c71a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6141 0.007229 10.0.0.27 - - [2025-12-04 02:57:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003564 10.0.0.27 - - [2025-12-04 02:57:28] "GET /virtual-network/67817b86-3586-4c32-9c03-441ccc26c71a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6141 0.005513 10.0.0.27 - - [2025-12-04 02:57:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004192 10.0.0.27 - - [2025-12-04 02:57:32] "GET /virtual-network/67817b86-3586-4c32-9c03-441ccc26c71a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6141 0.005691 10.0.0.27 - - [2025-12-04 02:57:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003487 10.0.0.27 - - [2025-12-04 02:57:36] "GET /virtual-network/67817b86-3586-4c32-9c03-441ccc26c71a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6141 0.006104 10.0.0.23 - - [2025-12-04 02:57:38] "DELETE /project/8dd3440f9566490ea042d69eb5507f80 HTTP/1.1" 404 173 0.003905 10.0.0.23 - - [2025-12-04 02:57:38] "GET /projects?obj_uuids=7e68f009-0049-45d1-a726-cde7fdd6d28b&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000938 10.0.0.23 - - [2025-12-04 02:57:38] "GET /project/7e68f009-0049-45d1-a726-cde7fdd6d28b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1476 0.053021 10.0.0.23 - - [2025-12-04 02:57:38] "GET /projects?obj_uuids=7e68f009-0049-45d1-a726-cde7fdd6d28b&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000942 10.0.0.23 - - [2025-12-04 02:57:38] "GET /project/7e68f009-0049-45d1-a726-cde7fdd6d28b?fields=security_groups HTTP/1.1" 200 1369 0.043693 10.0.0.23 - - [2025-12-04 02:57:39] "DELETE /security-group/56d0dd33-2298-4eac-89d6-17c7f0836b63 HTTP/1.1" 200 115 0.055097 10.0.0.23 - - [2025-12-04 02:57:39] "GET /projects?obj_uuids=7e68f009-0049-45d1-a726-cde7fdd6d28b&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001508 10.0.0.33 - - [2025-12-04 02:57:39] "DELETE /access-control-list/9a544ce5-c2e4-488c-be18-7fd8a0f6784c HTTP/1.1" 200 115 0.050289 10.0.0.23 - - [2025-12-04 02:57:39] "GET /project/7e68f009-0049-45d1-a726-cde7fdd6d28b?fields=application_policy_sets HTTP/1.1" 200 1408 0.069078 10.0.0.23 - - [2025-12-04 02:57:39] "DELETE /project/7e68f009-0049-45d1-a726-cde7fdd6d28b HTTP/1.1" 200 115 0.424342 10.0.0.27 - - [2025-12-04 02:57:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003552 10.0.0.27 - - [2025-12-04 02:57:40] "GET /virtual-network/67817b86-3586-4c32-9c03-441ccc26c71a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6141 0.005892 10.0.0.27 - - [2025-12-04 02:57:42] "POST /neutron/network HTTP/1.1" 200 2260 0.008828 10.0.0.27 - - [2025-12-04 02:57:42] "POST /neutron/subnet HTTP/1.1" 200 1361 0.017236 10.0.0.27 - - [2025-12-04 02:57:42] "POST /neutron/network HTTP/1.1" 200 2250 0.013228 10.0.0.27 - - [2025-12-04 02:57:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004263 10.0.0.27 - - [2025-12-04 02:57:45] "GET /virtual-network/67817b86-3586-4c32-9c03-441ccc26c71a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6141 0.007862 10.0.0.27 - - [2025-12-04 02:57:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004999 10.0.0.27 - - [2025-12-04 02:57:49] "GET /virtual-network/67817b86-3586-4c32-9c03-441ccc26c71a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6141 0.006547 10.0.0.27 - - [2025-12-04 02:57:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004159 10.0.0.27 - - [2025-12-04 02:57:53] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005082 10.0.0.27 - - [2025-12-04 02:57:53] "GET /virtual-networks?parent_id=8dd3440f-9566-490e-a042-d69eb5507f80&detail=False&count=False&shared=False HTTP/1.1" 200 366 0.003050 10.0.0.27 - - [2025-12-04 02:57:53] "GET /virtual-network/67817b86-3586-4c32-9c03-441ccc26c71a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6141 0.006382 10.0.0.27 - - [2025-12-04 02:57:58] "POST /neutron/port HTTP/1.1" 200 1202 0.017251 10.0.0.27 - - [2025-12-04 02:58:00] "GET /obj-perms HTTP/1.1" 200 5056 0.054773 10.0.0.27 - - [2025-12-04 02:58:03] "POST /neutron/security_group HTTP/1.1" 200 2070 0.010124 10.0.0.27 - - [2025-12-04 02:58:09] "POST /neutron/port HTTP/1.1" 200 1202 0.017090 10.0.0.27 - - [2025-12-04 02:58:14] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007667 10.0.0.27 - - [2025-12-04 02:58:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003527 10.0.0.27 - - [2025-12-04 02:58:14] "GET /network-policy/a44ad18f-8ae9-44ec-9196-1d75e9181580?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.004033 10.0.0.27 - - [2025-12-04 02:58:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003215 10.0.0.27 - - [2025-12-04 02:58:14] "GET /network-policy/48ad9fcf-53cd-42c6-bc8c-e007940cf99f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 8880 0.005007 10.0.0.27 - - [2025-12-04 02:58:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003287 10.0.0.27 - - [2025-12-04 02:58:14] "GET /network-policy/76498500-768b-4ad2-9782-556734d0b400?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.004775 10.0.0.27 - - [2025-12-04 02:58:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003470 10.0.0.27 - - [2025-12-04 02:58:14] "GET /network-policy/43526bf9-14c9-4483-8073-3228375e4bf8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5023 0.004479 10.0.0.27 - - [2025-12-04 02:58:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.002982 10.0.0.27 - - [2025-12-04 02:58:14] "GET /network-policy/2c998aad-e005-437e-a7ce-0132d4d5f357?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.004383 10.0.0.27 - - [2025-12-04 02:58:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003165 10.0.0.27 - - [2025-12-04 02:58:14] "GET /network-policy/93772697-1ae7-4a70-89a2-ad0943c7a372?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.004611 10.0.0.27 - - [2025-12-04 02:58:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003417 10.0.0.27 - - [2025-12-04 02:58:14] "GET /network-policy/54db8b95-a369-403c-99f5-0ca51cd65f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.004513 10.0.0.27 - - [2025-12-04 02:58:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003344 10.0.0.27 - - [2025-12-04 02:58:14] "GET /network-policy/f2ae8159-14de-455c-b86c-3dc946a1d70d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.004867 10.0.0.27 - - [2025-12-04 02:58:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003004 10.0.0.27 - - [2025-12-04 02:58:15] "GET /network-policy/55dbbbfc-40d5-4717-b996-785fadbcff36?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.003873 10.0.0.27 - - [2025-12-04 02:58:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003485 10.0.0.27 - - [2025-12-04 02:58:15] "GET /network-policy/5dc3659d-492d-48da-8574-16abe14380a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5023 0.004623 10.0.0.27 - - [2025-12-04 02:58:15] "POST /neutron/network HTTP/1.1" 200 2250 0.011209 10.0.0.27 - - [2025-12-04 02:58:15] "GET /virtual-network/67817b86-3586-4c32-9c03-441ccc26c71a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3495 0.007379 10.0.0.27 - - [2025-12-04 02:58:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003071 10.0.0.27 - - [2025-12-04 02:58:15] "GET /network-policy/a44ad18f-8ae9-44ec-9196-1d75e9181580?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.004488 10.0.0.27 - - [2025-12-04 02:58:20] "POST /neutron/network HTTP/1.1" 200 1440 0.018744 10.0.0.23 - - [2025-12-04 02:58:20] "POST /fqname-to-id HTTP/1.1" 404 207 0.013383 10.0.0.33 - - [2025-12-04 02:58:20] "PUT /access-control-list/2a9999d8-f397-4129-a0ea-4c1e7c478087 HTTP/1.1" 200 272 0.069613 10.0.0.27 - - [2025-12-04 02:58:20] "GET /virtual-network/67817b86-3586-4c32-9c03-441ccc26c71a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3495 0.018145 10.0.0.27 - - [2025-12-04 02:58:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003384 10.0.0.27 - - [2025-12-04 02:58:20] "GET /network-policy/48ad9fcf-53cd-42c6-bc8c-e007940cf99f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 8880 0.004804 10.0.0.27 - - [2025-12-04 02:58:25] "POST /neutron/network HTTP/1.1" 200 1440 0.011332 10.0.0.27 - - [2025-12-04 02:58:26] "GET /virtual-network/67817b86-3586-4c32-9c03-441ccc26c71a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3495 0.007507 10.0.0.27 - - [2025-12-04 02:58:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004649 10.0.0.27 - - [2025-12-04 02:58:26] "GET /network-policy/76498500-768b-4ad2-9782-556734d0b400?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.004346 10.0.0.27 - - [2025-12-04 02:58:31] "POST /neutron/network HTTP/1.1" 200 1440 0.013000 10.0.0.27 - - [2025-12-04 02:58:31] "GET /virtual-network/67817b86-3586-4c32-9c03-441ccc26c71a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3495 0.015816 10.0.0.27 - - [2025-12-04 02:58:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003305 10.0.0.27 - - [2025-12-04 02:58:31] "GET /network-policy/43526bf9-14c9-4483-8073-3228375e4bf8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5023 0.004575 10.0.0.27 - - [2025-12-04 02:58:36] "POST /neutron/network HTTP/1.1" 200 1440 0.011891 10.0.0.23 - - [2025-12-04 02:58:36] "POST /fqname-to-id HTTP/1.1" 404 207 0.014350 10.0.0.27 - - [2025-12-04 02:58:36] "GET /virtual-network/67817b86-3586-4c32-9c03-441ccc26c71a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3495 0.009903 10.0.0.33 - - [2025-12-04 02:58:36] "PUT /access-control-list/2a9999d8-f397-4129-a0ea-4c1e7c478087 HTTP/1.1" 200 272 0.080405 10.0.0.27 - - [2025-12-04 02:58:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.022356 10.0.0.27 - - [2025-12-04 02:58:36] "GET /network-policy/2c998aad-e005-437e-a7ce-0132d4d5f357?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.005454 10.0.0.33 - - [2025-12-04 02:58:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000548 10.0.0.33 - - [2025-12-04 02:58:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000492 10.0.0.23 - - [2025-12-04 02:58:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000488 10.0.0.23 - - [2025-12-04 02:58:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000376 10.0.0.23 - - [2025-12-04 02:58:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000440 10.0.0.33 - - [2025-12-04 02:58:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000523 10.0.0.23 - - [2025-12-04 02:58:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000416 10.0.0.33 - - [2025-12-04 02:58:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000538 10.0.0.27 - - [2025-12-04 02:58:38] "GET /global-system-configs HTTP/1.1" 401 292 0.000635 10.0.0.27 - - [2025-12-04 02:58:38] "GET /global-system-configs HTTP/1.1" 401 292 0.000361 10.0.0.27 - - [2025-12-04 02:58:40] "GET /global-system-configs HTTP/1.1" 401 292 0.000496 10.0.0.27 - - [2025-12-04 02:58:40] "GET /global-system-configs HTTP/1.1" 401 292 0.000443 10.0.0.27 - - [2025-12-04 02:58:41] "POST /neutron/network HTTP/1.1" 200 1440 0.010835 10.0.0.27 - - [2025-12-04 02:58:41] "GET /virtual-network/67817b86-3586-4c32-9c03-441ccc26c71a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3495 0.009465 10.0.0.27 - - [2025-12-04 02:58:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003114 10.0.0.27 - - [2025-12-04 02:58:41] "GET /network-policy/93772697-1ae7-4a70-89a2-ad0943c7a372?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.004309 10.0.0.27 - - [2025-12-04 02:58:44] "POST /neutron/port HTTP/1.1" 200 1202 0.043775 10.0.0.27 - - [2025-12-04 02:58:44] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003866 10.0.0.27 - - [2025-12-04 02:58:44] "POST /neutron/port HTTP/1.1" 200 117 0.001266 10.0.0.27 - - [2025-12-04 02:58:46] "POST /neutron/network HTTP/1.1" 200 1440 0.010496 10.0.0.27 - - [2025-12-04 02:58:47] "GET /virtual-network/67817b86-3586-4c32-9c03-441ccc26c71a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3495 0.007211 10.0.0.27 - - [2025-12-04 02:58:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003152 10.0.0.27 - - [2025-12-04 02:58:47] "GET /network-policy/54db8b95-a369-403c-99f5-0ca51cd65f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.005108 10.0.0.27 - - [2025-12-04 02:58:52] "POST /neutron/network HTTP/1.1" 200 1440 0.016398 10.0.0.23 - - [2025-12-04 02:58:52] "POST /fqname-to-id HTTP/1.1" 404 207 0.005307 10.0.0.33 - - [2025-12-04 02:58:52] "PUT /access-control-list/2a9999d8-f397-4129-a0ea-4c1e7c478087 HTTP/1.1" 200 272 0.018208 10.0.0.27 - - [2025-12-04 02:58:52] "GET /virtual-network/67817b86-3586-4c32-9c03-441ccc26c71a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3495 0.008976 10.0.0.27 - - [2025-12-04 02:58:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003255 10.0.0.27 - - [2025-12-04 02:58:52] "GET /network-policy/f2ae8159-14de-455c-b86c-3dc946a1d70d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.004724 10.0.0.27 - - [2025-12-04 02:58:57] "POST /neutron/network HTTP/1.1" 200 1440 0.010942 10.0.0.27 - - [2025-12-04 02:58:57] "GET /virtual-network/67817b86-3586-4c32-9c03-441ccc26c71a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3495 0.007422 10.0.0.27 - - [2025-12-04 02:58:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003767 10.0.0.27 - - [2025-12-04 02:58:57] "GET /network-policy/55dbbbfc-40d5-4717-b996-785fadbcff36?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.004092 10.0.0.27 - - [2025-12-04 02:59:02] "POST /neutron/network HTTP/1.1" 200 1440 0.012370 10.0.0.27 - - [2025-12-04 02:59:02] "GET /virtual-network/67817b86-3586-4c32-9c03-441ccc26c71a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3495 0.008442 10.0.0.27 - - [2025-12-04 02:59:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.002839 10.0.0.27 - - [2025-12-04 02:59:03] "GET /network-policy/5dc3659d-492d-48da-8574-16abe14380a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5023 0.004425 10.0.0.27 - - [2025-12-04 02:59:08] "GET /virtual-machine/bf9e7919-a166-4d21-b235-d71978acab6f HTTP/1.1" 200 1305 0.005535 10.0.0.27 - - [2025-12-04 02:59:08] "POST /neutron/port HTTP/1.1" 200 1202 0.018908 10.0.0.27 - - [2025-12-04 02:59:10] "GET /virtual-machine/bf9e7919-a166-4d21-b235-d71978acab6f HTTP/1.1" 404 171 0.003398 10.0.0.27 - - [2025-12-04 02:59:10] "GET /virtual-machine/bf9e7919-a166-4d21-b235-d71978acab6f HTTP/1.1" 404 171 0.002906 10.0.0.27 - - [2025-12-04 02:59:10] "GET /virtual-machine/bf9e7919-a166-4d21-b235-d71978acab6f HTTP/1.1" 404 171 0.002630 10.0.0.27 - - [2025-12-04 02:59:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003690 10.0.0.27 - - [2025-12-04 02:59:10] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004038 10.0.0.27 - - [2025-12-04 02:59:10] "GET /virtual-networks?parent_id=8dd3440f-9566-490e-a042-d69eb5507f80&detail=False&count=False&shared=False HTTP/1.1" 200 366 0.003829 10.0.0.27 - - [2025-12-04 02:59:10] "GET /virtual-network/67817b86-3586-4c32-9c03-441ccc26c71a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3495 0.006304 10.0.0.27 - - [2025-12-04 02:59:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003138 10.0.0.27 - - [2025-12-04 02:59:10] "GET /routing-instance/8cb7e776-982e-4b4f-9e41-6ac8ca8648b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1500 0.004160 10.0.0.27 - - [2025-12-04 02:59:10] "GET /route-target/63b28560-5cf1-4925-bee5-ddef148f4a6e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.005073 10.0.0.27 - - [2025-12-04 02:59:10] "GET /obj-perms HTTP/1.1" 200 5019 0.068310 10.0.0.27 - - [2025-12-04 02:59:16] "GET /obj-perms HTTP/1.1" 200 5019 0.004265 10.0.0.27 - - [2025-12-04 02:59:20] "GET /obj-perms HTTP/1.1" 200 5019 0.005457 10.0.0.27 - - [2025-12-04 02:59:23] "GET /obj-perms HTTP/1.1" 200 5019 0.003933 10.0.0.33 - - [2025-12-04 02:59:23] "GET /obj-perms HTTP/1.1" 200 5019 0.059152 10.0.0.27 - - [2025-12-04 02:59:23] "GET /virtual-network/67817b86-3586-4c32-9c03-441ccc26c71a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3495 0.005736 10.0.0.27 - - [2025-12-04 02:59:23] "POST /neutron/network HTTP/1.1" 200 1440 0.012154 10.0.0.23 - - [2025-12-04 02:59:23] "POST /fqname-to-id HTTP/1.1" 404 207 0.004920 10.0.0.33 - - [2025-12-04 02:59:23] "DELETE /access-control-list/2a9999d8-f397-4129-a0ea-4c1e7c478087 HTTP/1.1" 200 115 0.039821 10.0.0.27 - - [2025-12-04 02:59:23] "GET /virtual-network/67817b86-3586-4c32-9c03-441ccc26c71a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3176 0.008209 10.0.0.27 - - [2025-12-04 02:59:23] "DELETE /network-policy/5dc3659d-492d-48da-8574-16abe14380a9 HTTP/1.1" 200 115 0.039398 10.0.0.27 - - [2025-12-04 02:59:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.005752 10.0.0.23 - - [2025-12-04 02:59:23] "GET /projects?obj_uuids=8dd3440f-9566-490e-a042-d69eb5507f80&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000989 10.0.0.27 - - [2025-12-04 02:59:23] "GET /project/8dd3440f-9566-490e-a042-d69eb5507f80?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.049182 10.0.0.27 - - [2025-12-04 02:59:23] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-74034227&detail=False&count=False&shared=False HTTP/1.1" 200 2255 0.005792 10.0.0.27 - - [2025-12-04 02:59:23] "DELETE /network-policy/55dbbbfc-40d5-4717-b996-785fadbcff36 HTTP/1.1" 200 115 0.042535 10.0.0.27 - - [2025-12-04 02:59:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004441 10.0.0.23 - - [2025-12-04 02:59:23] "GET /projects?obj_uuids=8dd3440f-9566-490e-a042-d69eb5507f80&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000936 10.0.0.27 - - [2025-12-04 02:59:23] "GET /project/8dd3440f-9566-490e-a042-d69eb5507f80?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.044869 10.0.0.27 - - [2025-12-04 02:59:24] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-74034227&detail=False&count=False&shared=False HTTP/1.1" 200 2019 0.005502 10.0.0.27 - - [2025-12-04 02:59:24] "DELETE /network-policy/f2ae8159-14de-455c-b86c-3dc946a1d70d HTTP/1.1" 200 115 0.044379 10.0.0.27 - - [2025-12-04 02:59:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003524 10.0.0.23 - - [2025-12-04 02:59:24] "GET /projects?obj_uuids=8dd3440f-9566-490e-a042-d69eb5507f80&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001006 10.0.0.27 - - [2025-12-04 02:59:24] "GET /project/8dd3440f-9566-490e-a042-d69eb5507f80?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.045985 10.0.0.27 - - [2025-12-04 02:59:24] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-74034227&detail=False&count=False&shared=False HTTP/1.1" 200 1783 0.005942 10.0.0.27 - - [2025-12-04 02:59:24] "DELETE /network-policy/54db8b95-a369-403c-99f5-0ca51cd65f45 HTTP/1.1" 200 115 0.034784 10.0.0.27 - - [2025-12-04 02:59:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.007588 10.0.0.23 - - [2025-12-04 02:59:24] "GET /projects?obj_uuids=8dd3440f-9566-490e-a042-d69eb5507f80&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000936 10.0.0.27 - - [2025-12-04 02:59:24] "GET /project/8dd3440f-9566-490e-a042-d69eb5507f80?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.033630 10.0.0.27 - - [2025-12-04 02:59:24] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-74034227&detail=False&count=False&shared=False HTTP/1.1" 200 1547 0.005652 10.0.0.27 - - [2025-12-04 02:59:24] "DELETE /network-policy/93772697-1ae7-4a70-89a2-ad0943c7a372 HTTP/1.1" 200 115 0.043469 10.0.0.27 - - [2025-12-04 02:59:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004729 10.0.0.23 - - [2025-12-04 02:59:24] "GET /projects?obj_uuids=8dd3440f-9566-490e-a042-d69eb5507f80&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001112 10.0.0.27 - - [2025-12-04 02:59:24] "GET /project/8dd3440f-9566-490e-a042-d69eb5507f80?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.038789 10.0.0.27 - - [2025-12-04 02:59:24] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-74034227&detail=False&count=False&shared=False HTTP/1.1" 200 1311 0.005407 10.0.0.27 - - [2025-12-04 02:59:24] "DELETE /network-policy/2c998aad-e005-437e-a7ce-0132d4d5f357 HTTP/1.1" 200 115 0.037052 10.0.0.27 - - [2025-12-04 02:59:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.005399 10.0.0.23 - - [2025-12-04 02:59:24] "GET /projects?obj_uuids=8dd3440f-9566-490e-a042-d69eb5507f80&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001161 10.0.0.27 - - [2025-12-04 02:59:24] "GET /project/8dd3440f-9566-490e-a042-d69eb5507f80?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.047937 10.0.0.27 - - [2025-12-04 02:59:24] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-74034227&detail=False&count=False&shared=False HTTP/1.1" 200 1074 0.005476 10.0.0.27 - - [2025-12-04 02:59:24] "DELETE /network-policy/43526bf9-14c9-4483-8073-3228375e4bf8 HTTP/1.1" 200 115 0.045176 10.0.0.27 - - [2025-12-04 02:59:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003886 10.0.0.23 - - [2025-12-04 02:59:25] "GET /projects?obj_uuids=8dd3440f-9566-490e-a042-d69eb5507f80&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001078 10.0.0.27 - - [2025-12-04 02:59:25] "GET /project/8dd3440f-9566-490e-a042-d69eb5507f80?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.054177 10.0.0.27 - - [2025-12-04 02:59:25] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-74034227&detail=False&count=False&shared=False HTTP/1.1" 200 838 0.012604 10.0.0.27 - - [2025-12-04 02:59:25] "DELETE /network-policy/76498500-768b-4ad2-9782-556734d0b400 HTTP/1.1" 200 115 0.041454 10.0.0.27 - - [2025-12-04 02:59:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004703 10.0.0.23 - - [2025-12-04 02:59:25] "GET /projects?obj_uuids=8dd3440f-9566-490e-a042-d69eb5507f80&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001122 10.0.0.27 - - [2025-12-04 02:59:25] "GET /project/8dd3440f-9566-490e-a042-d69eb5507f80?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.042688 10.0.0.27 - - [2025-12-04 02:59:25] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-74034227&detail=False&count=False&shared=False HTTP/1.1" 200 602 0.005870 10.0.0.27 - - [2025-12-04 02:59:25] "DELETE /network-policy/48ad9fcf-53cd-42c6-bc8c-e007940cf99f HTTP/1.1" 200 115 0.055614 10.0.0.27 - - [2025-12-04 02:59:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004874 10.0.0.23 - - [2025-12-04 02:59:25] "GET /projects?obj_uuids=8dd3440f-9566-490e-a042-d69eb5507f80&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000944 10.0.0.27 - - [2025-12-04 02:59:25] "GET /project/8dd3440f-9566-490e-a042-d69eb5507f80?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.044351 10.0.0.27 - - [2025-12-04 02:59:25] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-74034227&detail=False&count=False&shared=False HTTP/1.1" 200 366 0.005658 10.0.0.27 - - [2025-12-04 02:59:25] "DELETE /network-policy/a44ad18f-8ae9-44ec-9196-1d75e9181580 HTTP/1.1" 200 115 0.037543 10.0.0.27 - - [2025-12-04 02:59:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.019128 10.0.0.23 - - [2025-12-04 02:59:25] "GET /projects?obj_uuids=8dd3440f-9566-490e-a042-d69eb5507f80&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000903 10.0.0.27 - - [2025-12-04 02:59:25] "GET /project/8dd3440f-9566-490e-a042-d69eb5507f80?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.043593 10.0.0.27 - - [2025-12-04 02:59:25] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-74034227&detail=False&count=False&shared=False HTTP/1.1" 200 131 0.006202 10.0.0.27 - - [2025-12-04 02:59:25] "POST /neutron/network HTTP/1.1" 200 1337 0.013111 10.0.0.27 - - [2025-12-04 02:59:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003376 10.0.0.27 - - [2025-12-04 02:59:26] "DELETE /network-ipam/1cb7ed04-e130-477e-ba96-3d9308a396fd HTTP/1.1" 200 115 0.048722 10.0.0.27 - - [2025-12-04 02:59:26] "POST /fqname-to-id HTTP/1.1" 404 260 0.003905 10.0.0.23 - - [2025-12-04 02:59:26] "GET /projects?obj_uuids=8dd3440f-9566-490e-a042-d69eb5507f80&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000970 10.0.0.23 - - [2025-12-04 02:59:26] "GET /project/8dd3440f-9566-490e-a042-d69eb5507f80?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1517 0.047573 10.0.0.23 - - [2025-12-04 02:59:26] "GET /projects?obj_uuids=8dd3440f-9566-490e-a042-d69eb5507f80&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001089 10.0.0.23 - - [2025-12-04 02:59:26] "GET /project/8dd3440f-9566-490e-a042-d69eb5507f80?fields=security_groups HTTP/1.1" 200 1400 0.051682 10.0.0.23 - - [2025-12-04 02:59:26] "DELETE /security-group/4afaa8ab-34d2-45cd-973d-d4f74f52a0e1 HTTP/1.1" 200 115 0.070165 10.0.0.23 - - [2025-12-04 02:59:26] "GET /projects?obj_uuids=8dd3440f-9566-490e-a042-d69eb5507f80&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.003976 10.0.0.33 - - [2025-12-04 02:59:26] "DELETE /access-control-list/8572d138-cbea-447b-b950-5f518076a122 HTTP/1.1" 200 115 0.050760 10.0.0.23 - - [2025-12-04 02:59:26] "GET /project/8dd3440f-9566-490e-a042-d69eb5507f80?fields=application_policy_sets HTTP/1.1" 200 1439 0.070438 10.0.0.27 - - [2025-12-04 02:59:26] "DELETE /project/8dd3440f-9566-490e-a042-d69eb5507f80 HTTP/1.1" 200 115 0.458912 10.0.0.23 - - [2025-12-04 02:59:26] "GET /domains?obj_uuids=77f3106b-db9e-49b5-893e-09cac574b890&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001198 10.0.0.27 - - [2025-12-04 02:59:26] "GET /domain/77f3106b-db9e-49b5-893e-09cac574b890?fields=projects HTTP/1.1" 200 1243 0.010905 10.0.0.23 - - [2025-12-04 02:59:29] "GET /projects?obj_uuids=8dd3440f-9566-490e-a042-d69eb5507f80&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003497 10.0.0.23 - - [2025-12-04 02:59:29] "GET /domains?obj_uuids=77f3106b-db9e-49b5-893e-09cac574b890&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001112 10.0.0.23 - - [2025-12-04 02:59:29] "GET /domain/77f3106b-db9e-49b5-893e-09cac574b890?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.047433 10.0.0.23 - - [2025-12-04 02:59:29] "POST /id-to-fqname HTTP/1.1" 200 202 0.008230 10.0.0.23 - - [2025-12-04 02:59:29] "POST /fqname-to-id HTTP/1.1" 404 211 0.003701 10.0.0.23 - - [2025-12-04 02:59:29] "POST /security-groups HTTP/1.1" 200 603 0.029635 10.0.0.23 - - [2025-12-04 02:59:29] "POST /projects HTTP/1.1" 200 609 0.236781 10.0.0.33 - - [2025-12-04 02:59:29] "POST /access-control-lists HTTP/1.1" 200 608 0.025872 10.0.0.23 - - [2025-12-04 02:59:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.309741 10.0.0.27 - - [2025-12-04 02:59:30] "GET /project/8dd3440f-9566-490e-a042-d69eb5507f80?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.464526 10.0.0.23 - - [2025-12-04 02:59:30] "GET /projects?obj_uuids=8dd3440f-9566-490e-a042-d69eb5507f80&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000982 10.0.0.27 - - [2025-12-04 02:59:30] "GET /project/8dd3440f-9566-490e-a042-d69eb5507f80?fields=virtual_networks HTTP/1.1" 200 1057 0.041478 10.0.0.23 - - [2025-12-04 02:59:30] "GET /projects?obj_uuids=8dd3440f-9566-490e-a042-d69eb5507f80&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000986 10.0.0.27 - - [2025-12-04 02:59:30] "GET /project/8dd3440f-9566-490e-a042-d69eb5507f80?fields=virtual_machine_interfaces HTTP/1.1" 200 1057 0.041148 10.0.0.23 - - [2025-12-04 02:59:30] "GET /projects?obj_uuids=8dd3440f-9566-490e-a042-d69eb5507f80&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001786 10.0.0.27 - - [2025-12-04 02:59:30] "GET /project/8dd3440f-9566-490e-a042-d69eb5507f80?fields=security_groups HTTP/1.1" 200 1295 0.040625 10.0.0.27 - - [2025-12-04 02:59:31] "POST /fqname-to-id HTTP/1.1" 404 194 0.029622 10.0.0.23 - - [2025-12-04 02:59:31] "GET /projects?obj_uuids=65f679b8-2177-48e7-a1c6-fd0d39e881a7&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003240 10.0.0.23 - - [2025-12-04 02:59:31] "GET /domains?obj_uuids=77f3106b-db9e-49b5-893e-09cac574b890&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001349 10.0.0.23 - - [2025-12-04 02:59:31] "GET /domain/77f3106b-db9e-49b5-893e-09cac574b890?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.008260 10.0.0.23 - - [2025-12-04 02:59:31] "POST /id-to-fqname HTTP/1.1" 200 196 0.003944 10.0.0.23 - - [2025-12-04 02:59:31] "POST /fqname-to-id HTTP/1.1" 404 205 0.006959 10.0.0.23 - - [2025-12-04 02:59:31] "POST /security-groups HTTP/1.1" 200 597 0.077104 10.0.0.33 - - [2025-12-04 02:59:31] "POST /fqname-to-id HTTP/1.1" 404 240 0.002778 10.0.0.23 - - [2025-12-04 02:59:31] "POST /projects HTTP/1.1" 200 597 0.285075 10.0.0.23 - - [2025-12-04 02:59:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.360087 10.0.0.33 - - [2025-12-04 02:59:31] "POST /access-control-lists HTTP/1.1" 200 600 0.026033 10.0.0.27 - - [2025-12-04 02:59:31] "GET /project/65f679b8-2177-48e7-a1c6-fd0d39e881a7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.503485 10.0.0.27 - - [2025-12-04 02:59:32] "GET / HTTP/1.1" 200 35931 0.001928 10.0.0.27 - - [2025-12-04 02:59:34] "GET /project/65f679b8-2177-48e7-a1c6-fd0d39e881a7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000505 10.0.0.23 - - [2025-12-04 02:59:35] "GET /projects?obj_uuids=65f679b8-2177-48e7-a1c6-fd0d39e881a7&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001055 10.0.0.27 - - [2025-12-04 02:59:35] "GET /project/65f679b8-2177-48e7-a1c6-fd0d39e881a7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.074629 10.0.0.27 - - [2025-12-04 02:59:35] "GET / HTTP/1.1" 200 35931 0.002592 10.0.0.27 - - [2025-12-04 02:59:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003540 10.0.0.23 - - [2025-12-04 02:59:36] "GET /domains?obj_uuids=77f3106b-db9e-49b5-893e-09cac574b890&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000866 10.0.0.27 - - [2025-12-04 02:59:36] "GET /domain/77f3106b-db9e-49b5-893e-09cac574b890?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 892 0.006464 10.0.0.27 - - [2025-12-04 02:59:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003001 10.0.0.23 - - [2025-12-04 02:59:36] "GET /projects?obj_uuids=65f679b8-2177-48e7-a1c6-fd0d39e881a7&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001230 10.0.0.27 - - [2025-12-04 02:59:36] "GET /project/65f679b8-2177-48e7-a1c6-fd0d39e881a7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.049554 10.0.0.27 - - [2025-12-04 02:59:37] "GET /domains HTTP/1.1" 401 292 0.000518 10.0.0.27 - - [2025-12-04 02:59:37] "GET /domains HTTP/1.1" 200 280 0.035576 10.0.0.23 - - [2025-12-04 02:59:37] "GET /domains?obj_uuids=77f3106b-db9e-49b5-893e-09cac574b890&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001105 10.0.0.27 - - [2025-12-04 02:59:37] "GET /domain/77f3106b-db9e-49b5-893e-09cac574b890 HTTP/1.1" 200 2776 0.009566 10.0.0.23 - - [2025-12-04 02:59:37] "GET /projects?obj_uuids=65f679b8-2177-48e7-a1c6-fd0d39e881a7&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001034 10.0.0.27 - - [2025-12-04 02:59:37] "GET /project/65f679b8-2177-48e7-a1c6-fd0d39e881a7 HTTP/1.1" 200 1888 0.085585 10.0.0.27 - - [2025-12-04 02:59:37] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 545 0.005620 10.0.0.27 - - [2025-12-04 02:59:37] "POST /network-ipams HTTP/1.1" 200 603 0.028912 10.0.0.27 - - [2025-12-04 02:59:37] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 798 0.003064 10.0.0.27 - - [2025-12-04 02:59:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003460 10.0.0.27 - - [2025-12-04 02:59:37] "GET /network-ipam/d0be0b72-9907-4892-b684-5cf4202228aa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1426 0.005677 10.0.0.27 - - [2025-12-04 02:59:38] "PUT /network-ipam/d0be0b72-9907-4892-b684-5cf4202228aa HTTP/1.1" 200 258 0.015306 10.0.0.27 - - [2025-12-04 02:59:38] "POST /fqname-to-id HTTP/1.1" 401 292 0.000444 10.0.0.27 - - [2025-12-04 02:59:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.028750 10.0.0.23 - - [2025-12-04 02:59:38] "GET /projects?obj_uuids=65f679b8-2177-48e7-a1c6-fd0d39e881a7&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001207 10.0.0.27 - - [2025-12-04 02:59:38] "GET /project/65f679b8-2177-48e7-a1c6-fd0d39e881a7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.039436 10.0.0.23 - - [2025-12-04 02:59:38] "GET /projects?obj_uuids=65f679b8-2177-48e7-a1c6-fd0d39e881a7&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001573 10.0.0.27 - - [2025-12-04 02:59:38] "POST /neutron/network HTTP/1.1" 200 617 0.176731 10.0.0.23 - - [2025-12-04 02:59:39] "DELETE /project/8dd3440f9566490ea042d69eb5507f80 HTTP/1.1" 404 173 0.004698 10.0.0.23 - - [2025-12-04 02:59:39] "DELETE /project/65f679b8217748e7a1c6fd0d39e881a7 HTTP/1.1" 404 173 0.007964 10.0.0.23 - - [2025-12-04 02:59:39] "GET /projects?obj_uuids=8dd3440f-9566-490e-a042-d69eb5507f80&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000982 10.0.0.27 - - [2025-12-04 02:59:39] "POST /neutron/network HTTP/1.1" 200 1074 0.016881 10.0.0.27 - - [2025-12-04 02:59:39] "POST /id-to-fqname HTTP/1.1" 200 229 0.001263 10.0.0.27 - - [2025-12-04 02:59:39] "GET /virtual-network/969044ae-d058-448f-93c1-372a643ad5a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2575 0.005250 10.0.0.23 - - [2025-12-04 02:59:39] "GET /project/8dd3440f-9566-490e-a042-d69eb5507f80?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1517 0.057280 10.0.0.23 - - [2025-12-04 02:59:39] "GET /projects?obj_uuids=8dd3440f-9566-490e-a042-d69eb5507f80&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001268 10.0.0.27 - - [2025-12-04 02:59:39] "GET /virtual-network/969044ae-d058-448f-93c1-372a643ad5a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2575 0.005478 10.0.0.23 - - [2025-12-04 02:59:39] "GET /project/8dd3440f-9566-490e-a042-d69eb5507f80?fields=security_groups HTTP/1.1" 200 1400 0.067060 10.0.0.27 - - [2025-12-04 02:59:39] "POST /neutron/subnet HTTP/1.1" 200 701 0.010421 10.0.0.23 - - [2025-12-04 02:59:39] "DELETE /security-group/dc5baf0e-33c5-4a46-b305-d3987c0a3e8e HTTP/1.1" 200 115 0.062280 10.0.0.23 - - [2025-12-04 02:59:39] "GET /projects?obj_uuids=8dd3440f-9566-490e-a042-d69eb5507f80&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001893 10.0.0.33 - - [2025-12-04 02:59:39] "DELETE /access-control-list/6d353214-b0d1-40c8-9d6e-245f4d64f9c4 HTTP/1.1" 200 115 0.067137 10.0.0.23 - - [2025-12-04 02:59:39] "GET /project/8dd3440f-9566-490e-a042-d69eb5507f80?fields=application_policy_sets HTTP/1.1" 200 1439 0.077062 10.0.0.23 - - [2025-12-04 02:59:39] "DELETE /project/8dd3440f-9566-490e-a042-d69eb5507f80 HTTP/1.1" 200 115 0.493693 10.0.0.27 - - [2025-12-04 02:59:40] "GET /virtual-network/969044ae-d058-448f-93c1-372a643ad5a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2575 0.007340 10.0.0.23 - - [2025-12-04 02:59:41] "GET /obj-perms HTTP/1.1" 200 5013 0.068434 10.0.0.27 - - [2025-12-04 02:59:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003629 10.0.0.23 - - [2025-12-04 02:59:41] "GET /projects?obj_uuids=65f679b8-2177-48e7-a1c6-fd0d39e881a7&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001672 10.0.0.27 - - [2025-12-04 02:59:41] "GET /project/65f679b8-2177-48e7-a1c6-fd0d39e881a7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.044777 10.0.0.23 - - [2025-12-04 02:59:41] "GET /projects?obj_uuids=65f679b8-2177-48e7-a1c6-fd0d39e881a7&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001080 10.0.0.27 - - [2025-12-04 02:59:42] "POST /neutron/network HTTP/1.1" 200 617 0.134155 10.0.0.33 - - [2025-12-04 02:59:42] "POST /ref-update HTTP/1.1" 200 156 0.020881 10.0.0.27 - - [2025-12-04 02:59:42] "POST /neutron/network HTTP/1.1" 200 1074 0.012813 10.0.0.27 - - [2025-12-04 02:59:42] "POST /id-to-fqname HTTP/1.1" 200 229 0.001506 10.0.0.27 - - [2025-12-04 02:59:42] "GET /virtual-network/bffd6243-00b6-42d9-b239-e92fd0e30efe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2575 0.008166 10.0.0.27 - - [2025-12-04 02:59:42] "GET /virtual-network/bffd6243-00b6-42d9-b239-e92fd0e30efe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2575 0.006641 10.0.0.27 - - [2025-12-04 02:59:42] "POST /neutron/subnet HTTP/1.1" 200 701 0.010184 10.0.0.27 - - [2025-12-04 02:59:42] "GET /virtual-network/bffd6243-00b6-42d9-b239-e92fd0e30efe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2575 0.008490 10.0.0.27 - - [2025-12-04 02:59:43] "GET /obj-perms HTTP/1.1" 200 5013 0.057990 10.0.0.27 - - [2025-12-04 02:59:43] "POST /fqname-to-id HTTP/1.1" 404 205 0.003296 10.0.0.27 - - [2025-12-04 02:59:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003061 10.0.0.23 - - [2025-12-04 02:59:43] "GET /projects?obj_uuids=65f679b8-2177-48e7-a1c6-fd0d39e881a7&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001418 10.0.0.27 - - [2025-12-04 02:59:43] "GET /project/65f679b8-2177-48e7-a1c6-fd0d39e881a7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.047917 10.0.0.27 - - [2025-12-04 02:59:43] "POST /network-policys HTTP/1.1" 200 527 0.026397 10.0.0.27 - - [2025-12-04 02:59:43] "GET /network-policy/cf1413ed-7afd-4a92-88e9-5eca44b900ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3983 0.006167 10.0.0.27 - - [2025-12-04 02:59:43] "POST /fqname-to-id HTTP/1.1" 404 205 0.002795 10.0.0.27 - - [2025-12-04 02:59:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.002777 10.0.0.23 - - [2025-12-04 02:59:43] "GET /projects?obj_uuids=65f679b8-2177-48e7-a1c6-fd0d39e881a7&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001070 10.0.0.27 - - [2025-12-04 02:59:43] "GET /project/65f679b8-2177-48e7-a1c6-fd0d39e881a7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.045202 10.0.0.27 - - [2025-12-04 02:59:43] "POST /network-policys HTTP/1.1" 200 527 0.026742 10.0.0.27 - - [2025-12-04 02:59:44] "GET /network-policy/9f4f0001-4d85-491a-8e44-55cb46e53544?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3984 0.006414 10.0.0.27 - - [2025-12-04 02:59:44] "POST /fqname-to-id HTTP/1.1" 404 205 0.003370 10.0.0.27 - - [2025-12-04 02:59:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003974 10.0.0.23 - - [2025-12-04 02:59:44] "GET /projects?obj_uuids=65f679b8-2177-48e7-a1c6-fd0d39e881a7&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001143 10.0.0.27 - - [2025-12-04 02:59:44] "GET /project/65f679b8-2177-48e7-a1c6-fd0d39e881a7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.068074 10.0.0.27 - - [2025-12-04 02:59:44] "POST /network-policys HTTP/1.1" 200 527 0.035568 10.0.0.27 - - [2025-12-04 02:59:44] "GET /network-policy/b572aeb7-4679-47f2-836a-0f561f9cb9e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3983 0.006014 10.0.0.27 - - [2025-12-04 02:59:44] "POST /fqname-to-id HTTP/1.1" 404 205 0.003206 10.0.0.27 - - [2025-12-04 02:59:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003162 10.0.0.23 - - [2025-12-04 02:59:44] "GET /projects?obj_uuids=65f679b8-2177-48e7-a1c6-fd0d39e881a7&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001401 10.0.0.27 - - [2025-12-04 02:59:44] "GET /project/65f679b8-2177-48e7-a1c6-fd0d39e881a7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.046282 10.0.0.27 - - [2025-12-04 02:59:44] "POST /network-policys HTTP/1.1" 200 527 0.097649 10.0.0.27 - - [2025-12-04 02:59:44] "GET /network-policy/821b877f-3b6c-4c83-848b-c1a21cb02133?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3982 0.006562 10.0.0.27 - - [2025-12-04 02:59:45] "POST /fqname-to-id HTTP/1.1" 404 207 0.003090 10.0.0.27 - - [2025-12-04 02:59:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.002918 10.0.0.23 - - [2025-12-04 02:59:45] "GET /projects?obj_uuids=65f679b8-2177-48e7-a1c6-fd0d39e881a7&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001214 10.0.0.27 - - [2025-12-04 02:59:45] "GET /project/65f679b8-2177-48e7-a1c6-fd0d39e881a7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.052924 10.0.0.27 - - [2025-12-04 02:59:45] "POST /network-policys HTTP/1.1" 200 531 0.029519 10.0.0.27 - - [2025-12-04 02:59:45] "GET /network-policy/33dc394c-d5ca-4c39-8a0a-e691be263313?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1943 0.005881 10.0.0.27 - - [2025-12-04 02:59:45] "POST /fqname-to-id HTTP/1.1" 404 206 0.003559 10.0.0.27 - - [2025-12-04 02:59:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.002810 10.0.0.23 - - [2025-12-04 02:59:45] "GET /projects?obj_uuids=65f679b8-2177-48e7-a1c6-fd0d39e881a7&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001012 10.0.0.27 - - [2025-12-04 02:59:45] "GET /project/65f679b8-2177-48e7-a1c6-fd0d39e881a7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.045217 10.0.0.27 - - [2025-12-04 02:59:45] "POST /network-policys HTTP/1.1" 200 529 0.027850 10.0.0.27 - - [2025-12-04 02:59:45] "GET /network-policy/574edd23-f548-44f1-b9e5-57126e03dc36?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3986 0.006162 10.0.0.27 - - [2025-12-04 02:59:45] "POST /fqname-to-id HTTP/1.1" 404 206 0.003042 10.0.0.27 - - [2025-12-04 02:59:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.002621 10.0.0.23 - - [2025-12-04 02:59:45] "GET /projects?obj_uuids=65f679b8-2177-48e7-a1c6-fd0d39e881a7&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001288 10.0.0.27 - - [2025-12-04 02:59:45] "GET /project/65f679b8-2177-48e7-a1c6-fd0d39e881a7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.052566 10.0.0.27 - - [2025-12-04 02:59:45] "POST /network-policys HTTP/1.1" 200 529 0.026294 10.0.0.27 - - [2025-12-04 02:59:45] "GET /network-policy/823152f5-a293-4450-aa63-227709aafa9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3986 0.006438 10.0.0.27 - - [2025-12-04 02:59:46] "POST /fqname-to-id HTTP/1.1" 404 206 0.002955 10.0.0.27 - - [2025-12-04 02:59:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003492 10.0.0.23 - - [2025-12-04 02:59:46] "GET /projects?obj_uuids=65f679b8-2177-48e7-a1c6-fd0d39e881a7&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001086 10.0.0.27 - - [2025-12-04 02:59:46] "GET /project/65f679b8-2177-48e7-a1c6-fd0d39e881a7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.041403 10.0.0.27 - - [2025-12-04 02:59:46] "POST /network-policys HTTP/1.1" 200 529 0.029159 10.0.0.27 - - [2025-12-04 02:59:46] "GET /network-policy/b154674c-4e14-4b02-b860-6411e8529f3e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3987 0.006553 10.0.0.27 - - [2025-12-04 02:59:46] "POST /fqname-to-id HTTP/1.1" 404 206 0.002603 10.0.0.27 - - [2025-12-04 02:59:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.002360 10.0.0.23 - - [2025-12-04 02:59:46] "GET /projects?obj_uuids=65f679b8-2177-48e7-a1c6-fd0d39e881a7&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001051 10.0.0.27 - - [2025-12-04 02:59:46] "GET /project/65f679b8-2177-48e7-a1c6-fd0d39e881a7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.053643 10.0.0.27 - - [2025-12-04 02:59:46] "POST /network-policys HTTP/1.1" 200 529 0.027898 10.0.0.27 - - [2025-12-04 02:59:46] "GET /network-policy/7def2ce2-8d6b-48ac-a644-42b6e18e1cbb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3986 0.006637 10.0.0.27 - - [2025-12-04 02:59:46] "POST /fqname-to-id HTTP/1.1" 404 208 0.003064 10.0.0.27 - - [2025-12-04 02:59:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.002685 10.0.0.23 - - [2025-12-04 02:59:46] "GET /projects?obj_uuids=65f679b8-2177-48e7-a1c6-fd0d39e881a7&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001351 10.0.0.27 - - [2025-12-04 02:59:46] "GET /project/65f679b8-2177-48e7-a1c6-fd0d39e881a7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.044756 10.0.0.27 - - [2025-12-04 02:59:47] "POST /network-policys HTTP/1.1" 200 533 0.036192 10.0.0.27 - - [2025-12-04 02:59:47] "GET /network-policy/3edc43fb-621a-43f0-9e9c-9585a146b7c2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1127 0.005732 10.0.0.27 - - [2025-12-04 02:59:47] "POST /neutron/network HTTP/1.1" 200 1157 0.085309 10.0.0.27 - - [2025-12-04 02:59:47] "GET /virtual-network/969044ae-d058-448f-93c1-372a643ad5a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2873 0.006646 10.0.0.27 - - [2025-12-04 02:59:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003209 10.0.0.27 - - [2025-12-04 02:59:47] "GET /network-policy/cf1413ed-7afd-4a92-88e9-5eca44b900ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3983 0.004073 10.0.0.33 - - [2025-12-04 02:59:47] "POST /fqname-to-id HTTP/1.1" 404 246 0.007384 10.0.0.27 - - [2025-12-04 02:59:47] "POST /neutron/network HTTP/1.1" 200 1159 0.080921 10.0.0.27 - - [2025-12-04 02:59:47] "GET /virtual-network/bffd6243-00b6-42d9-b239-e92fd0e30efe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2875 0.015121 10.0.0.27 - - [2025-12-04 02:59:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.026114 10.0.0.27 - - [2025-12-04 02:59:48] "GET /network-policy/33dc394c-d5ca-4c39-8a0a-e691be263313?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1943 0.004007 10.0.0.27 - - [2025-12-04 02:59:48] "POST /id-to-fqname HTTP/1.1" 200 229 0.001205 10.0.0.23 - - [2025-12-04 02:59:48] "GET /projects?obj_uuids=65f679b8-2177-48e7-a1c6-fd0d39e881a7&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001374 10.0.0.27 - - [2025-12-04 02:59:49] "GET /project/65f679b8-2177-48e7-a1c6-fd0d39e881a7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.074079 10.0.0.27 - - [2025-12-04 02:59:49] "POST /neutron/network HTTP/1.1" 200 1157 0.009215 10.0.0.27 - - [2025-12-04 02:59:49] "POST /id-to-fqname HTTP/1.1" 200 229 0.001306 10.0.0.27 - - [2025-12-04 02:59:49] "POST /neutron/port HTTP/1.1" 200 117 0.007915 10.0.0.23 - - [2025-12-04 02:59:49] "GET /projects?obj_uuids=65f679b8-2177-48e7-a1c6-fd0d39e881a7&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001134 10.0.0.33 - - [2025-12-04 02:59:49] "PUT /access-control-list/0a0a8788-6f36-499a-b6fe-0440f8a6ec36 HTTP/1.1" 200 272 0.025528 10.0.0.27 - - [2025-12-04 02:59:50] "POST /neutron/port HTTP/1.1" 200 1061 0.340070 10.0.0.27 - - [2025-12-04 02:59:50] "POST /neutron/port HTTP/1.1" 200 1115 0.143828 10.0.0.23 - - [2025-12-04 02:59:50] "GET /projects?obj_uuids=65f679b8-2177-48e7-a1c6-fd0d39e881a7&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000989 10.0.0.27 - - [2025-12-04 02:59:50] "GET /project/65f679b8-2177-48e7-a1c6-fd0d39e881a7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.081438 10.0.0.27 - - [2025-12-04 02:59:50] "POST /neutron/subnet HTTP/1.1" 200 675 0.017100 10.0.0.27 - - [2025-12-04 02:59:50] "POST /neutron/network HTTP/1.1" 200 1157 0.014113 10.0.0.27 - - [2025-12-04 02:59:50] "POST /neutron/port HTTP/1.1" 200 117 0.006259 10.0.0.27 - - [2025-12-04 02:59:51] "POST /neutron/network HTTP/1.1" 200 1169 0.008242 10.0.0.27 - - [2025-12-04 02:59:51] "POST /neutron/port HTTP/1.1" 200 1061 0.039106 10.0.0.27 - - [2025-12-04 02:59:51] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003818 10.0.0.27 - - [2025-12-04 02:59:51] "POST /neutron/network HTTP/1.1" 200 1159 0.009278 10.0.0.27 - - [2025-12-04 02:59:55] "POST /neutron/port HTTP/1.1" 200 1089 0.016458 10.0.0.27 - - [2025-12-04 02:59:56] "POST /neutron/security_group HTTP/1.1" 200 2064 0.007740 10.0.0.27 - - [2025-12-04 02:59:56] "GET /virtual-machine/9732160d-c74f-4df7-937c-c023062eaa50 HTTP/1.1" 401 292 0.000556 10.0.0.27 - - [2025-12-04 02:59:56] "GET /virtual-machine/9732160d-c74f-4df7-937c-c023062eaa50 HTTP/1.1" 200 1299 0.045906 10.0.0.27 - - [2025-12-04 02:59:56] "GET /virtual-machine-interface/22ae6fc1-0ba0-4b65-ac9c-b61ae226aef2 HTTP/1.1" 200 2951 0.005320 10.0.0.27 - - [2025-12-04 02:59:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003373 10.0.0.27 - - [2025-12-04 02:59:56] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004025 10.0.0.27 - - [2025-12-04 02:59:56] "GET /virtual-networks?parent_id=65f679b8-2177-48e7-a1c6-fd0d39e881a7&detail=False&count=False&shared=False HTTP/1.1" 200 589 0.002959 10.0.0.27 - - [2025-12-04 02:59:56] "GET /virtual-network/969044ae-d058-448f-93c1-372a643ad5a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2873 0.005767 10.0.0.27 - - [2025-12-04 02:59:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003813 10.0.0.27 - - [2025-12-04 02:59:59] "GET /virtual-network/969044ae-d058-448f-93c1-372a643ad5a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2873 0.006227 10.0.0.33 - - [2025-12-04 03:00:01] "GET /obj-perms HTTP/1.1" 200 5056 0.067025 10.0.0.27 - - [2025-12-04 03:00:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003941 10.0.0.27 - - [2025-12-04 03:00:03] "GET /virtual-network/969044ae-d058-448f-93c1-372a643ad5a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2873 0.006197 10.0.0.27 - - [2025-12-04 03:00:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003430 10.0.0.27 - - [2025-12-04 03:00:07] "GET /virtual-network/969044ae-d058-448f-93c1-372a643ad5a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2873 0.006544 10.0.0.27 - - [2025-12-04 03:00:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003551 10.0.0.27 - - [2025-12-04 03:00:12] "GET /virtual-network/969044ae-d058-448f-93c1-372a643ad5a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2873 0.006744 10.0.0.27 - - [2025-12-04 03:00:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004241 10.0.0.27 - - [2025-12-04 03:00:16] "GET /virtual-network/969044ae-d058-448f-93c1-372a643ad5a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2873 0.005932 10.0.0.27 - - [2025-12-04 03:00:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004375 10.0.0.27 - - [2025-12-04 03:00:20] "GET /virtual-network/969044ae-d058-448f-93c1-372a643ad5a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2873 0.006414 10.0.0.27 - - [2025-12-04 03:00:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003680 10.0.0.27 - - [2025-12-04 03:00:24] "GET /virtual-network/969044ae-d058-448f-93c1-372a643ad5a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2873 0.006364 10.0.0.27 - - [2025-12-04 03:00:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004221 10.0.0.27 - - [2025-12-04 03:00:28] "GET /virtual-network/969044ae-d058-448f-93c1-372a643ad5a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2873 0.006878 10.0.0.27 - - [2025-12-04 03:00:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003742 10.0.0.27 - - [2025-12-04 03:00:32] "GET /virtual-network/969044ae-d058-448f-93c1-372a643ad5a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2873 0.006704 10.0.0.27 - - [2025-12-04 03:00:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003700 10.0.0.27 - - [2025-12-04 03:00:34] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004216 10.0.0.27 - - [2025-12-04 03:00:34] "GET /virtual-networks?parent_id=65f679b8-2177-48e7-a1c6-fd0d39e881a7&detail=False&count=False&shared=False HTTP/1.1" 200 589 0.003805 10.0.0.27 - - [2025-12-04 03:00:34] "GET /virtual-network/969044ae-d058-448f-93c1-372a643ad5a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2873 0.006378 10.0.0.27 - - [2025-12-04 03:00:37] "POST /neutron/port HTTP/1.1" 200 1089 0.020508 10.0.0.27 - - [2025-12-04 03:00:37] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004125 10.0.0.27 - - [2025-12-04 03:00:37] "POST /neutron/network HTTP/1.1" 200 1159 0.009734 10.0.0.27 - - [2025-12-04 03:00:45] "POST /neutron/port HTTP/1.1" 200 1089 0.022380 10.0.0.27 - - [2025-12-04 03:00:45] "POST /neutron/security_group HTTP/1.1" 200 2064 0.007540 10.0.0.27 - - [2025-12-04 03:00:45] "POST /neutron/network HTTP/1.1" 200 1167 0.008770 10.0.0.27 - - [2025-12-04 03:00:45] "POST /neutron/port HTTP/1.1" 200 117 0.001312 10.0.0.27 - - [2025-12-04 03:00:48] "POST /neutron/security_group HTTP/1.1" 200 2064 0.009233 10.0.0.27 - - [2025-12-04 03:00:55] "POST /neutron/port HTTP/1.1" 200 1089 0.017314 10.0.0.27 - - [2025-12-04 03:00:55] "POST /neutron/security_group HTTP/1.1" 200 2064 0.008490 10.0.0.27 - - [2025-12-04 03:00:55] "GET /virtual-machine/05576843-7884-41ef-966a-32454c1941cf HTTP/1.1" 200 1297 0.008634 10.0.0.27 - - [2025-12-04 03:00:55] "GET /virtual-machine-interface/e6a50f6d-bbb7-4f37-ba43-3f7c94b6ece3 HTTP/1.1" 200 2952 0.005415 10.0.0.27 - - [2025-12-04 03:00:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003881 10.0.0.27 - - [2025-12-04 03:00:55] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004165 10.0.0.27 - - [2025-12-04 03:00:55] "GET /virtual-networks?parent_id=65f679b8-2177-48e7-a1c6-fd0d39e881a7&detail=False&count=False&shared=False HTTP/1.1" 200 589 0.003687 10.0.0.27 - - [2025-12-04 03:00:55] "GET /virtual-network/bffd6243-00b6-42d9-b239-e92fd0e30efe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2875 0.006859 10.0.0.27 - - [2025-12-04 03:00:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003142 10.0.0.27 - - [2025-12-04 03:00:57] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003489 10.0.0.27 - - [2025-12-04 03:00:57] "GET /virtual-networks?parent_id=65f679b8-2177-48e7-a1c6-fd0d39e881a7&detail=False&count=False&shared=False HTTP/1.1" 200 589 0.003637 10.0.0.27 - - [2025-12-04 03:00:57] "GET /virtual-network/bffd6243-00b6-42d9-b239-e92fd0e30efe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2875 0.007164 10.0.0.27 - - [2025-12-04 03:00:57] "POST /neutron/port HTTP/1.1" 200 1089 0.016792 10.0.0.27 - - [2025-12-04 03:01:02] "POST /neutron/security_group HTTP/1.1" 200 2064 0.007735 10.0.0.27 - - [2025-12-04 03:01:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004363 10.0.0.27 - - [2025-12-04 03:01:02] "GET /network-policy/33dc394c-d5ca-4c39-8a0a-e691be263313?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1943 0.004521 10.0.0.27 - - [2025-12-04 03:01:03] "POST /neutron/port HTTP/1.1" 200 1089 0.017101 10.0.0.27 - - [2025-12-04 03:01:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003622 10.0.0.27 - - [2025-12-04 03:01:03] "GET /network-policy/cf1413ed-7afd-4a92-88e9-5eca44b900ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3983 0.003946 10.0.0.27 - - [2025-12-04 03:01:03] "POST /neutron/network HTTP/1.1" 200 1157 0.100460 10.0.0.27 - - [2025-12-04 03:01:03] "GET /virtual-network/969044ae-d058-448f-93c1-372a643ad5a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2873 0.015180 10.0.0.27 - - [2025-12-04 03:01:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.007914 10.0.0.27 - - [2025-12-04 03:01:03] "GET /network-policy/9f4f0001-4d85-491a-8e44-55cb46e53544?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3984 0.006148 10.0.0.27 - - [2025-12-04 03:01:36] "POST /neutron/port HTTP/1.1" 200 1089 0.016539 10.0.0.27 - - [2025-12-04 03:01:37] "POST /neutron/subnet HTTP/1.1" 200 675 0.012406 10.0.0.27 - - [2025-12-04 03:01:47] "POST /neutron/port HTTP/1.1" 200 1089 0.016166 10.0.0.27 - - [2025-12-04 03:01:47] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004543 10.0.0.27 - - [2025-12-04 03:01:47] "POST /neutron/network HTTP/1.1" 200 1157 0.010782 10.0.0.23 - - [2025-12-04 03:02:03] "GET /obj-perms HTTP/1.1" 200 5056 0.072896 10.0.0.27 - - [2025-12-04 03:02:17] "POST /neutron/network HTTP/1.1" 200 1160 0.025810 10.0.0.33 - - [2025-12-04 03:02:17] "PUT /access-control-list/0a0a8788-6f36-499a-b6fe-0440f8a6ec36 HTTP/1.1" 200 272 0.078470 10.0.0.27 - - [2025-12-04 03:02:17] "GET /virtual-network/969044ae-d058-448f-93c1-372a643ad5a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2876 0.012512 10.0.0.27 - - [2025-12-04 03:02:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.006275 10.0.0.27 - - [2025-12-04 03:02:17] "GET /network-policy/3edc43fb-621a-43f0-9e9c-9585a146b7c2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1127 0.015101 10.0.0.27 - - [2025-12-04 03:02:26] "POST /neutron/network HTTP/1.1" 200 1157 0.010047 10.0.0.27 - - [2025-12-04 03:02:26] "GET /virtual-network/969044ae-d058-448f-93c1-372a643ad5a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2873 0.010560 10.0.0.27 - - [2025-12-04 03:02:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003584 10.0.0.33 - - [2025-12-04 03:02:26] "POST /ref-update HTTP/1.1" 200 156 0.036555 10.0.0.27 - - [2025-12-04 03:02:26] "GET /network-policy/b572aeb7-4679-47f2-836a-0f561f9cb9e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3983 0.006787 10.0.0.27 - - [2025-12-04 03:02:34] "POST /neutron/network HTTP/1.1" 200 1157 0.011357 10.0.0.27 - - [2025-12-04 03:02:34] "GET /virtual-network/969044ae-d058-448f-93c1-372a643ad5a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2873 0.017882 10.0.0.27 - - [2025-12-04 03:02:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004327 10.0.0.27 - - [2025-12-04 03:02:34] "GET /network-policy/821b877f-3b6c-4c83-848b-c1a21cb02133?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3982 0.005279 10.0.0.27 - - [2025-12-04 03:02:39] "POST /neutron/network HTTP/1.1" 200 1169 0.007568 10.0.0.27 - - [2025-12-04 03:02:39] "POST /neutron/port HTTP/1.1" 200 117 0.001183 10.0.0.27 - - [2025-12-04 03:02:42] "POST /neutron/network HTTP/1.1" 200 1158 0.117522 10.0.0.33 - - [2025-12-04 03:02:42] "POST /ref-update HTTP/1.1" 200 156 0.056900 10.0.0.27 - - [2025-12-04 03:02:42] "GET /virtual-network/969044ae-d058-448f-93c1-372a643ad5a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2874 0.008176 10.0.0.27 - - [2025-12-04 03:02:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003562 10.0.0.27 - - [2025-12-04 03:02:42] "GET /network-policy/574edd23-f548-44f1-b9e5-57126e03dc36?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3986 0.004537 10.0.0.27 - - [2025-12-04 03:02:47] "POST /neutron/port HTTP/1.1" 200 1089 0.017330 10.0.0.27 - - [2025-12-04 03:02:47] "POST /neutron/subnet HTTP/1.1" 200 675 0.013844 10.0.0.27 - - [2025-12-04 03:02:51] "POST /neutron/network HTTP/1.1" 200 1158 0.011311 10.0.0.27 - - [2025-12-04 03:02:51] "GET /virtual-network/969044ae-d058-448f-93c1-372a643ad5a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2874 0.011509 10.0.0.27 - - [2025-12-04 03:02:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004807 10.0.0.27 - - [2025-12-04 03:02:51] "GET /network-policy/823152f5-a293-4450-aa63-227709aafa9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3986 0.004234 10.0.0.27 - - [2025-12-04 03:02:59] "POST /neutron/network HTTP/1.1" 200 1158 0.011187 10.0.0.33 - - [2025-12-04 03:02:59] "PUT /access-control-list/0a0a8788-6f36-499a-b6fe-0440f8a6ec36 HTTP/1.1" 200 272 0.069379 10.0.0.27 - - [2025-12-04 03:02:59] "GET /virtual-network/969044ae-d058-448f-93c1-372a643ad5a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2874 0.009893 10.0.0.27 - - [2025-12-04 03:03:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004068 10.0.0.27 - - [2025-12-04 03:03:00] "GET /network-policy/b154674c-4e14-4b02-b860-6411e8529f3e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3987 0.005161 10.0.0.27 - - [2025-12-04 03:03:08] "POST /neutron/network HTTP/1.1" 200 1158 0.015929 10.0.0.27 - - [2025-12-04 03:03:08] "GET /virtual-network/969044ae-d058-448f-93c1-372a643ad5a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2874 0.008475 10.0.0.27 - - [2025-12-04 03:03:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.008584 10.0.0.27 - - [2025-12-04 03:03:08] "GET /network-policy/7def2ce2-8d6b-48ac-a644-42b6e18e1cbb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3986 0.008436 10.0.0.27 - - [2025-12-04 03:03:16] "GET /virtual-network/969044ae-d058-448f-93c1-372a643ad5a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2874 0.006981 10.0.0.27 - - [2025-12-04 03:03:16] "POST /neutron/network HTTP/1.1" 200 1158 0.009399 10.0.0.27 - - [2025-12-04 03:03:16] "GET /virtual-network/969044ae-d058-448f-93c1-372a643ad5a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2575 0.016861 10.0.0.33 - - [2025-12-04 03:03:16] "POST /ref-update HTTP/1.1" 200 156 0.038870 10.0.0.27 - - [2025-12-04 03:03:16] "GET /virtual-machine/05576843-7884-41ef-966a-32454c1941cf HTTP/1.1" 200 1297 0.005165 10.0.0.27 - - [2025-12-04 03:03:17] "POST /neutron/port HTTP/1.1" 200 1089 0.018700 10.0.0.27 - - [2025-12-04 03:03:18] "GET /virtual-machine/05576843-7884-41ef-966a-32454c1941cf HTTP/1.1" 404 171 0.003529 10.0.0.27 - - [2025-12-04 03:03:18] "GET /virtual-machine/05576843-7884-41ef-966a-32454c1941cf HTTP/1.1" 404 171 0.003775 10.0.0.27 - - [2025-12-04 03:03:18] "GET /virtual-machine/05576843-7884-41ef-966a-32454c1941cf HTTP/1.1" 404 171 0.003315 10.0.0.27 - - [2025-12-04 03:03:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003885 10.0.0.27 - - [2025-12-04 03:03:19] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004277 10.0.0.27 - - [2025-12-04 03:03:19] "GET /virtual-networks?parent_id=65f679b8-2177-48e7-a1c6-fd0d39e881a7&detail=False&count=False&shared=False HTTP/1.1" 200 589 0.003173 10.0.0.27 - - [2025-12-04 03:03:19] "GET /virtual-network/bffd6243-00b6-42d9-b239-e92fd0e30efe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2875 0.006678 10.0.0.27 - - [2025-12-04 03:03:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003771 10.0.0.27 - - [2025-12-04 03:03:19] "GET /routing-instance/3d31291d-4723-4ccb-8ff1-34887a65941f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1493 0.004856 10.0.0.27 - - [2025-12-04 03:03:19] "GET /route-target/c7ecf531-fe2c-4fea-ae4d-5cac7ae6792c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004282 10.0.0.27 - - [2025-12-04 03:03:19] "GET /obj-perms HTTP/1.1" 200 5013 0.009416 10.0.0.23 - - [2025-12-04 03:03:22] "GET /obj-perms HTTP/1.1" 200 5013 0.003892 10.0.0.27 - - [2025-12-04 03:03:25] "GET /obj-perms HTTP/1.1" 200 5013 0.004320 10.0.0.33 - - [2025-12-04 03:03:25] "GET /obj-perms HTTP/1.1" 200 5013 0.058474 10.0.0.27 - - [2025-12-04 03:03:25] "GET /virtual-machine/9732160d-c74f-4df7-937c-c023062eaa50 HTTP/1.1" 200 1299 0.005039 10.0.0.27 - - [2025-12-04 03:03:26] "POST /neutron/port HTTP/1.1" 200 1089 0.021394 10.0.0.27 - - [2025-12-04 03:03:27] "GET /virtual-machine/9732160d-c74f-4df7-937c-c023062eaa50 HTTP/1.1" 404 171 0.002966 10.0.0.27 - - [2025-12-04 03:03:27] "GET /virtual-machine/9732160d-c74f-4df7-937c-c023062eaa50 HTTP/1.1" 404 171 0.003094 10.0.0.27 - - [2025-12-04 03:03:27] "GET /virtual-machine/9732160d-c74f-4df7-937c-c023062eaa50 HTTP/1.1" 404 171 0.003043 10.0.0.27 - - [2025-12-04 03:03:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003575 10.0.0.27 - - [2025-12-04 03:03:28] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003833 10.0.0.27 - - [2025-12-04 03:03:28] "GET /virtual-networks?parent_id=65f679b8-2177-48e7-a1c6-fd0d39e881a7&detail=False&count=False&shared=False HTTP/1.1" 200 589 0.003313 10.0.0.27 - - [2025-12-04 03:03:28] "GET /virtual-network/969044ae-d058-448f-93c1-372a643ad5a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2575 0.006047 10.0.0.27 - - [2025-12-04 03:03:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003295 10.0.0.27 - - [2025-12-04 03:03:28] "GET /routing-instance/0bf7d445-8396-4faa-b220-2242f9873c21?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1492 0.004914 10.0.0.27 - - [2025-12-04 03:03:28] "GET /route-target/b74a4a0a-4d5f-4d31-9912-08e061aca8dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004570 10.0.0.27 - - [2025-12-04 03:03:28] "GET /obj-perms HTTP/1.1" 200 5013 0.003831 10.0.0.27 - - [2025-12-04 03:03:34] "GET /obj-perms HTTP/1.1" 200 5013 0.005188 10.0.0.33 - - [2025-12-04 03:03:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000475 10.0.0.33 - - [2025-12-04 03:03:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000457 10.0.0.23 - - [2025-12-04 03:03:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000519 10.0.0.23 - - [2025-12-04 03:03:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000455 10.0.0.27 - - [2025-12-04 03:03:37] "GET /obj-perms HTTP/1.1" 200 5013 0.005173 10.0.0.23 - - [2025-12-04 03:03:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000406 10.0.0.23 - - [2025-12-04 03:03:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000412 10.0.0.33 - - [2025-12-04 03:03:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000453 10.0.0.33 - - [2025-12-04 03:03:38] "GET /global-system-configs HTTP/1.1" 401 292 0.000435 10.0.0.27 - - [2025-12-04 03:03:38] "GET /global-system-configs HTTP/1.1" 401 292 0.000419 10.0.0.27 - - [2025-12-04 03:03:39] "GET /global-system-configs HTTP/1.1" 401 292 0.000447 10.0.0.27 - - [2025-12-04 03:03:40] "GET /global-system-configs HTTP/1.1" 401 292 0.000412 10.0.0.27 - - [2025-12-04 03:03:40] "GET /global-system-configs HTTP/1.1" 401 292 0.000619 10.0.0.27 - - [2025-12-04 03:03:43] "GET /obj-perms HTTP/1.1" 200 5013 0.003978 10.0.0.27 - - [2025-12-04 03:03:46] "GET /obj-perms HTTP/1.1" 200 5013 0.004606 10.0.0.27 - - [2025-12-04 03:03:52] "GET /obj-perms HTTP/1.1" 200 5013 0.004038 10.0.0.27 - - [2025-12-04 03:03:53] "GET /obj-perms HTTP/1.1" 200 5013 0.004069 10.0.0.23 - - [2025-12-04 03:03:53] "GET /obj-perms HTTP/1.1" 200 5013 0.003770 10.0.0.27 - - [2025-12-04 03:03:53] "GET /virtual-network/bffd6243-00b6-42d9-b239-e92fd0e30efe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2875 0.009321 10.0.0.27 - - [2025-12-04 03:03:53] "POST /neutron/network HTTP/1.1" 200 1159 0.009244 10.0.0.27 - - [2025-12-04 03:03:53] "GET /virtual-network/bffd6243-00b6-42d9-b239-e92fd0e30efe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2575 0.009459 10.0.0.27 - - [2025-12-04 03:03:53] "DELETE /network-policy/3edc43fb-621a-43f0-9e9c-9585a146b7c2 HTTP/1.1" 200 115 0.044853 10.0.0.27 - - [2025-12-04 03:03:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.005793 10.0.0.23 - - [2025-12-04 03:03:53] "GET /projects?obj_uuids=65f679b8-2177-48e7-a1c6-fd0d39e881a7&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.029773 10.0.0.27 - - [2025-12-04 03:03:53] "GET /project/65f679b8-2177-48e7-a1c6-fd0d39e881a7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.072623 10.0.0.27 - - [2025-12-04 03:03:53] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-73073101&detail=False&count=False&shared=False HTTP/1.1" 200 2072 0.005844 10.0.0.27 - - [2025-12-04 03:03:53] "DELETE /network-policy/7def2ce2-8d6b-48ac-a644-42b6e18e1cbb HTTP/1.1" 200 115 0.047845 10.0.0.27 - - [2025-12-04 03:03:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004801 10.0.0.23 - - [2025-12-04 03:03:53] "GET /projects?obj_uuids=65f679b8-2177-48e7-a1c6-fd0d39e881a7&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001069 10.0.0.27 - - [2025-12-04 03:03:53] "GET /project/65f679b8-2177-48e7-a1c6-fd0d39e881a7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.042267 10.0.0.27 - - [2025-12-04 03:03:53] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-73073101&detail=False&count=False&shared=False HTTP/1.1" 200 1856 0.005596 10.0.0.27 - - [2025-12-04 03:03:54] "DELETE /network-policy/b154674c-4e14-4b02-b860-6411e8529f3e HTTP/1.1" 200 115 0.061185 10.0.0.27 - - [2025-12-04 03:03:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.005582 10.0.0.23 - - [2025-12-04 03:03:54] "GET /projects?obj_uuids=65f679b8-2177-48e7-a1c6-fd0d39e881a7&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000891 10.0.0.27 - - [2025-12-04 03:03:54] "GET /project/65f679b8-2177-48e7-a1c6-fd0d39e881a7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.037186 10.0.0.27 - - [2025-12-04 03:03:54] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-73073101&detail=False&count=False&shared=False HTTP/1.1" 200 1640 0.005891 10.0.0.27 - - [2025-12-04 03:03:54] "DELETE /network-policy/823152f5-a293-4450-aa63-227709aafa9a HTTP/1.1" 200 115 0.045010 10.0.0.27 - - [2025-12-04 03:03:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004802 10.0.0.23 - - [2025-12-04 03:03:54] "GET /projects?obj_uuids=65f679b8-2177-48e7-a1c6-fd0d39e881a7&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000964 10.0.0.27 - - [2025-12-04 03:03:54] "GET /project/65f679b8-2177-48e7-a1c6-fd0d39e881a7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.038320 10.0.0.27 - - [2025-12-04 03:03:54] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-73073101&detail=False&count=False&shared=False HTTP/1.1" 200 1424 0.005824 10.0.0.27 - - [2025-12-04 03:03:54] "DELETE /network-policy/574edd23-f548-44f1-b9e5-57126e03dc36 HTTP/1.1" 200 115 0.042354 10.0.0.27 - - [2025-12-04 03:03:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.007637 10.0.0.23 - - [2025-12-04 03:03:54] "GET /projects?obj_uuids=65f679b8-2177-48e7-a1c6-fd0d39e881a7&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000970 10.0.0.27 - - [2025-12-04 03:03:54] "GET /project/65f679b8-2177-48e7-a1c6-fd0d39e881a7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.040831 10.0.0.27 - - [2025-12-04 03:03:54] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-73073101&detail=False&count=False&shared=False HTTP/1.1" 200 1208 0.005363 10.0.0.27 - - [2025-12-04 03:03:54] "DELETE /network-policy/33dc394c-d5ca-4c39-8a0a-e691be263313 HTTP/1.1" 200 115 0.035444 10.0.0.27 - - [2025-12-04 03:03:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004237 10.0.0.23 - - [2025-12-04 03:03:54] "GET /projects?obj_uuids=65f679b8-2177-48e7-a1c6-fd0d39e881a7&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000980 10.0.0.27 - - [2025-12-04 03:03:54] "GET /project/65f679b8-2177-48e7-a1c6-fd0d39e881a7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.047920 10.0.0.27 - - [2025-12-04 03:03:54] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-73073101&detail=False&count=False&shared=False HTTP/1.1" 200 990 0.005172 10.0.0.27 - - [2025-12-04 03:03:54] "DELETE /network-policy/821b877f-3b6c-4c83-848b-c1a21cb02133 HTTP/1.1" 200 115 0.056267 10.0.0.27 - - [2025-12-04 03:03:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003949 10.0.0.23 - - [2025-12-04 03:03:55] "GET /projects?obj_uuids=65f679b8-2177-48e7-a1c6-fd0d39e881a7&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001239 10.0.0.27 - - [2025-12-04 03:03:55] "GET /project/65f679b8-2177-48e7-a1c6-fd0d39e881a7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.038818 10.0.0.27 - - [2025-12-04 03:03:55] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-73073101&detail=False&count=False&shared=False HTTP/1.1" 200 775 0.004982 10.0.0.27 - - [2025-12-04 03:03:55] "DELETE /network-policy/b572aeb7-4679-47f2-836a-0f561f9cb9e5 HTTP/1.1" 200 115 0.043536 10.0.0.27 - - [2025-12-04 03:03:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003957 10.0.0.23 - - [2025-12-04 03:03:55] "GET /projects?obj_uuids=65f679b8-2177-48e7-a1c6-fd0d39e881a7&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001022 10.0.0.27 - - [2025-12-04 03:03:55] "GET /project/65f679b8-2177-48e7-a1c6-fd0d39e881a7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.051434 10.0.0.27 - - [2025-12-04 03:03:55] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-73073101&detail=False&count=False&shared=False HTTP/1.1" 200 560 0.004973 10.0.0.27 - - [2025-12-04 03:03:55] "DELETE /network-policy/9f4f0001-4d85-491a-8e44-55cb46e53544 HTTP/1.1" 200 115 0.040522 10.0.0.27 - - [2025-12-04 03:03:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003624 10.0.0.23 - - [2025-12-04 03:03:55] "GET /projects?obj_uuids=65f679b8-2177-48e7-a1c6-fd0d39e881a7&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001016 10.0.0.27 - - [2025-12-04 03:03:55] "GET /project/65f679b8-2177-48e7-a1c6-fd0d39e881a7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.047560 10.0.0.27 - - [2025-12-04 03:03:55] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-73073101&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.004466 10.0.0.27 - - [2025-12-04 03:03:55] "DELETE /network-policy/cf1413ed-7afd-4a92-88e9-5eca44b900ea HTTP/1.1" 200 115 0.040091 10.0.0.27 - - [2025-12-04 03:03:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.004428 10.0.0.23 - - [2025-12-04 03:03:55] "GET /projects?obj_uuids=65f679b8-2177-48e7-a1c6-fd0d39e881a7&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001559 10.0.0.27 - - [2025-12-04 03:03:55] "GET /project/65f679b8-2177-48e7-a1c6-fd0d39e881a7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.051482 10.0.0.27 - - [2025-12-04 03:03:55] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-73073101&detail=False&count=False&shared=False HTTP/1.1" 200 131 0.007062 10.0.0.27 - - [2025-12-04 03:03:55] "POST /neutron/network HTTP/1.1" 200 1074 0.011323 10.0.0.33 - - [2025-12-04 03:03:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004171 10.0.0.23 - - [2025-12-04 03:03:56] "POST /useragent-kv HTTP/1.1" 200 115 0.003139 10.0.0.23 - - [2025-12-04 03:03:56] "POST /useragent-kv HTTP/1.1" 200 115 0.004731 10.0.0.23 - - [2025-12-04 03:03:56] "POST /useragent-kv HTTP/1.1" 200 115 0.004443 10.0.0.23 - - [2025-12-04 03:03:56] "POST /useragent-kv HTTP/1.1" 200 115 0.002812 10.0.0.27 - - [2025-12-04 03:03:56] "POST /neutron/network HTTP/1.1" 200 151 0.163853 10.0.0.33 - - [2025-12-04 03:03:56] "DELETE /route-target/b74a4a0a-4d5f-4d31-9912-08e061aca8dc HTTP/1.1" 200 115 0.031576 10.0.0.27 - - [2025-12-04 03:03:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.006104 10.0.0.27 - - [2025-12-04 03:03:56] "DELETE /network-ipam/d0be0b72-9907-4892-b684-5cf4202228aa HTTP/1.1" 200 115 0.034820 10.0.0.27 - - [2025-12-04 03:03:56] "POST /fqname-to-id HTTP/1.1" 404 248 0.003968 10.0.0.23 - - [2025-12-04 03:03:56] "GET /projects?obj_uuids=65f679b8-2177-48e7-a1c6-fd0d39e881a7&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001328 10.0.0.23 - - [2025-12-04 03:03:56] "GET /project/65f679b8-2177-48e7-a1c6-fd0d39e881a7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1492 0.049360 10.0.0.23 - - [2025-12-04 03:03:56] "GET /projects?obj_uuids=65f679b8-2177-48e7-a1c6-fd0d39e881a7&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000888 10.0.0.23 - - [2025-12-04 03:03:56] "GET /project/65f679b8-2177-48e7-a1c6-fd0d39e881a7?fields=security_groups HTTP/1.1" 200 1381 0.053380 10.0.0.23 - - [2025-12-04 03:03:57] "DELETE /security-group/75ded1ec-4966-4b96-b7bd-e2adb3feadcd HTTP/1.1" 200 115 0.055473 10.0.0.23 - - [2025-12-04 03:03:57] "GET /projects?obj_uuids=65f679b8-2177-48e7-a1c6-fd0d39e881a7&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001301 10.0.0.23 - - [2025-12-04 03:03:57] "GET /project/65f679b8-2177-48e7-a1c6-fd0d39e881a7?fields=application_policy_sets HTTP/1.1" 200 1420 0.048146 10.0.0.27 - - [2025-12-04 03:03:57] "DELETE /project/65f679b8-2177-48e7-a1c6-fd0d39e881a7 HTTP/1.1" 200 115 0.436418 10.0.0.23 - - [2025-12-04 03:03:57] "GET /domains?obj_uuids=77f3106b-db9e-49b5-893e-09cac574b890&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001343 10.0.0.27 - - [2025-12-04 03:03:57] "GET /domain/77f3106b-db9e-49b5-893e-09cac574b890?fields=projects HTTP/1.1" 200 1243 0.016563 10.0.0.23 - - [2025-12-04 03:03:58] "GET /projects?obj_uuids=65f679b8-2177-48e7-a1c6-fd0d39e881a7&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003074 10.0.0.23 - - [2025-12-04 03:03:58] "GET /domains?obj_uuids=77f3106b-db9e-49b5-893e-09cac574b890&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001140 10.0.0.23 - - [2025-12-04 03:03:58] "GET /domain/77f3106b-db9e-49b5-893e-09cac574b890?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.038013 10.0.0.23 - - [2025-12-04 03:03:58] "POST /id-to-fqname HTTP/1.1" 200 196 0.005440 10.0.0.23 - - [2025-12-04 03:03:58] "POST /fqname-to-id HTTP/1.1" 404 205 0.004293 10.0.0.23 - - [2025-12-04 03:03:58] "POST /security-groups HTTP/1.1" 200 597 0.031111 10.0.0.33 - - [2025-12-04 03:03:59] "POST /fqname-to-id HTTP/1.1" 404 240 0.005928 10.0.0.23 - - [2025-12-04 03:03:59] "POST /projects HTTP/1.1" 200 597 0.254558 10.0.0.23 - - [2025-12-04 03:03:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.328871 10.0.0.33 - - [2025-12-04 03:03:59] "POST /access-control-lists HTTP/1.1" 200 600 0.028569 10.0.0.27 - - [2025-12-04 03:03:59] "GET /project/65f679b8-2177-48e7-a1c6-fd0d39e881a7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.524144 10.0.0.23 - - [2025-12-04 03:03:59] "GET /projects?obj_uuids=65f679b8-2177-48e7-a1c6-fd0d39e881a7&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001075 10.0.0.27 - - [2025-12-04 03:03:59] "GET /project/65f679b8-2177-48e7-a1c6-fd0d39e881a7?fields=virtual_networks HTTP/1.1" 200 1044 0.060430 10.0.0.23 - - [2025-12-04 03:03:59] "GET /projects?obj_uuids=65f679b8-2177-48e7-a1c6-fd0d39e881a7&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001055 10.0.0.27 - - [2025-12-04 03:03:59] "GET /project/65f679b8-2177-48e7-a1c6-fd0d39e881a7?fields=virtual_machine_interfaces HTTP/1.1" 200 1044 0.047384 10.0.0.23 - - [2025-12-04 03:03:59] "GET /projects?obj_uuids=65f679b8-2177-48e7-a1c6-fd0d39e881a7&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001686 10.0.0.27 - - [2025-12-04 03:03:59] "GET /project/65f679b8-2177-48e7-a1c6-fd0d39e881a7?fields=security_groups HTTP/1.1" 200 1276 0.073157 10.0.0.27 - - [2025-12-04 03:04:00] "POST /fqname-to-id HTTP/1.1" 404 200 0.036311 10.0.0.23 - - [2025-12-04 03:04:00] "GET /projects?obj_uuids=d66ada2f-b5fe-4543-80f0-dcb53b8885db&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004161 10.0.0.23 - - [2025-12-04 03:04:00] "GET /domains?obj_uuids=77f3106b-db9e-49b5-893e-09cac574b890&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001038 10.0.0.23 - - [2025-12-04 03:04:00] "GET /domain/77f3106b-db9e-49b5-893e-09cac574b890?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.007229 10.0.0.23 - - [2025-12-04 03:04:00] "POST /id-to-fqname HTTP/1.1" 200 202 0.003797 10.0.0.23 - - [2025-12-04 03:04:00] "POST /fqname-to-id HTTP/1.1" 404 211 0.005958 10.0.0.23 - - [2025-12-04 03:04:00] "POST /security-groups HTTP/1.1" 200 603 0.032234 10.0.0.23 - - [2025-12-04 03:04:00] "POST /projects HTTP/1.1" 200 609 0.244139 10.0.0.33 - - [2025-12-04 03:04:00] "POST /fqname-to-id HTTP/1.1" 404 245 0.014997 10.0.0.23 - - [2025-12-04 03:04:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.333143 10.0.0.27 - - [2025-12-04 03:04:00] "GET /project/d66ada2f-b5fe-4543-80f0-dcb53b8885db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.501588 10.0.0.27 - - [2025-12-04 03:04:02] "GET / HTTP/1.1" 200 35931 0.002428 10.0.0.27 - - [2025-12-04 03:04:04] "GET /project/d66ada2f-b5fe-4543-80f0-dcb53b8885db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000495 10.0.0.23 - - [2025-12-04 03:04:04] "GET /projects?obj_uuids=d66ada2f-b5fe-4543-80f0-dcb53b8885db&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001320 10.0.0.27 - - [2025-12-04 03:04:04] "GET /project/d66ada2f-b5fe-4543-80f0-dcb53b8885db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.376878 10.0.0.27 - - [2025-12-04 03:04:05] "GET / HTTP/1.1" 200 35931 0.001678 10.0.0.27 - - [2025-12-04 03:04:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004382 10.0.0.23 - - [2025-12-04 03:04:06] "GET /domains?obj_uuids=77f3106b-db9e-49b5-893e-09cac574b890&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001183 10.0.0.27 - - [2025-12-04 03:04:06] "GET /domain/77f3106b-db9e-49b5-893e-09cac574b890?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 892 0.007579 10.0.0.27 - - [2025-12-04 03:04:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003512 10.0.0.23 - - [2025-12-04 03:04:06] "GET /projects?obj_uuids=d66ada2f-b5fe-4543-80f0-dcb53b8885db&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001203 10.0.0.27 - - [2025-12-04 03:04:06] "GET /project/d66ada2f-b5fe-4543-80f0-dcb53b8885db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.052840 10.0.0.27 - - [2025-12-04 03:04:07] "GET /domains HTTP/1.1" 401 292 0.000447 10.0.0.27 - - [2025-12-04 03:04:07] "GET /domains HTTP/1.1" 200 280 0.048217 10.0.0.23 - - [2025-12-04 03:04:07] "GET /domains?obj_uuids=77f3106b-db9e-49b5-893e-09cac574b890&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001054 10.0.0.27 - - [2025-12-04 03:04:07] "GET /domain/77f3106b-db9e-49b5-893e-09cac574b890 HTTP/1.1" 200 2776 0.010253 10.0.0.23 - - [2025-12-04 03:04:07] "GET /projects?obj_uuids=d66ada2f-b5fe-4543-80f0-dcb53b8885db&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001093 10.0.0.27 - - [2025-12-04 03:04:08] "GET /project/d66ada2f-b5fe-4543-80f0-dcb53b8885db HTTP/1.1" 200 1924 0.107951 10.0.0.27 - - [2025-12-04 03:04:08] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 545 0.004776 10.0.0.27 - - [2025-12-04 03:04:08] "POST /network-ipams HTTP/1.1" 200 621 0.050009 10.0.0.27 - - [2025-12-04 03:04:08] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 810 0.004390 10.0.0.27 - - [2025-12-04 03:04:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003722 10.0.0.27 - - [2025-12-04 03:04:08] "GET /network-ipam/374d3dc6-4d1e-455e-bd74-362c30d98632?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1455 0.006530 10.0.0.27 - - [2025-12-04 03:04:08] "PUT /network-ipam/374d3dc6-4d1e-455e-bd74-362c30d98632 HTTP/1.1" 200 258 0.021200 10.0.0.27 - - [2025-12-04 03:04:08] "POST /fqname-to-id HTTP/1.1" 401 292 0.000615 10.0.0.27 - - [2025-12-04 03:04:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.036563 10.0.0.23 - - [2025-12-04 03:04:08] "GET /projects?obj_uuids=d66ada2f-b5fe-4543-80f0-dcb53b8885db&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001043 10.0.0.27 - - [2025-12-04 03:04:08] "GET /project/d66ada2f-b5fe-4543-80f0-dcb53b8885db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.063396 10.0.0.33 - - [2025-12-04 03:04:09] "POST /ref-update HTTP/1.1" 200 156 0.027543 10.0.0.23 - - [2025-12-04 03:04:09] "POST /useragent-kv HTTP/1.1" 200 115 0.009897 10.0.0.27 - - [2025-12-04 03:04:09] "POST /neutron/subnet HTTP/1.1" 200 701 0.277422 10.0.0.27 - - [2025-12-04 03:04:10] "POST /neutron/network HTTP/1.1" 200 1336 0.015306 10.0.0.27 - - [2025-12-04 03:04:10] "POST /id-to-fqname HTTP/1.1" 200 235 0.001469 10.0.0.27 - - [2025-12-04 03:04:10] "GET /virtual-network/1bc50eda-b2c2-4e49-8cdc-f1e73f7a29f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3173 0.011441 10.0.0.27 - - [2025-12-04 03:04:10] "GET /virtual-network/1bc50eda-b2c2-4e49-8cdc-f1e73f7a29f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3173 0.009565 10.0.0.27 - - [2025-12-04 03:04:10] "POST /neutron/subnet HTTP/1.1" 200 701 0.011680 10.0.0.27 - - [2025-12-04 03:04:10] "GET /virtual-network/1bc50eda-b2c2-4e49-8cdc-f1e73f7a29f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3173 0.006385 10.0.0.33 - - [2025-12-04 03:04:12] "GET /obj-perms HTTP/1.1" 200 5019 0.065692 10.0.0.27 - - [2025-12-04 03:04:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003536 10.0.0.23 - - [2025-12-04 03:04:12] "GET /projects?obj_uuids=d66ada2f-b5fe-4543-80f0-dcb53b8885db&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001419 10.0.0.27 - - [2025-12-04 03:04:12] "GET /project/d66ada2f-b5fe-4543-80f0-dcb53b8885db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.045288 10.0.0.27 - - [2025-12-04 03:04:12] "POST /neutron/network HTTP/1.1" 200 117 0.015285 10.0.0.23 - - [2025-12-04 03:04:13] "POST /useragent-kv HTTP/1.1" 200 115 0.010755 10.0.0.27 - - [2025-12-04 03:04:13] "POST /neutron/subnet HTTP/1.1" 200 701 0.178171 10.0.0.27 - - [2025-12-04 03:04:13] "POST /id-to-fqname HTTP/1.1" 200 235 0.001801 10.0.0.27 - - [2025-12-04 03:04:13] "GET /virtual-network/79540135-e655-42cf-90cc-8dc9614fe75f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3176 0.008110 10.0.0.27 - - [2025-12-04 03:04:13] "POST /neutron/network HTTP/1.1" 200 1337 0.018850 10.0.0.27 - - [2025-12-04 03:04:13] "GET /virtual-network/79540135-e655-42cf-90cc-8dc9614fe75f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3176 0.006547 10.0.0.27 - - [2025-12-04 03:04:13] "POST /neutron/subnet HTTP/1.1" 200 701 0.011740 10.0.0.27 - - [2025-12-04 03:04:13] "GET /virtual-network/79540135-e655-42cf-90cc-8dc9614fe75f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3176 0.006237 10.0.0.27 - - [2025-12-04 03:04:14] "GET /obj-perms HTTP/1.1" 200 5019 0.063871 10.0.0.27 - - [2025-12-04 03:04:14] "POST /fqname-to-id HTTP/1.1" 404 211 0.003986 10.0.0.27 - - [2025-12-04 03:04:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004283 10.0.0.23 - - [2025-12-04 03:04:14] "GET /projects?obj_uuids=d66ada2f-b5fe-4543-80f0-dcb53b8885db&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000998 10.0.0.27 - - [2025-12-04 03:04:14] "GET /project/d66ada2f-b5fe-4543-80f0-dcb53b8885db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.048680 10.0.0.27 - - [2025-12-04 03:04:14] "POST /network-policys HTTP/1.1" 200 533 0.030712 10.0.0.27 - - [2025-12-04 03:04:14] "GET /network-policy/f5b6255b-e0a7-4cb2-93c0-e18f3fa236dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4992 0.007336 10.0.0.27 - - [2025-12-04 03:04:14] "POST /fqname-to-id HTTP/1.1" 404 211 0.003541 10.0.0.27 - - [2025-12-04 03:04:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003472 10.0.0.23 - - [2025-12-04 03:04:14] "GET /projects?obj_uuids=d66ada2f-b5fe-4543-80f0-dcb53b8885db&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000989 10.0.0.27 - - [2025-12-04 03:04:14] "GET /project/d66ada2f-b5fe-4543-80f0-dcb53b8885db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.042506 10.0.0.27 - - [2025-12-04 03:04:15] "POST /network-policys HTTP/1.1" 200 533 0.033525 10.0.0.27 - - [2025-12-04 03:04:15] "GET /network-policy/126e2a49-53fa-471f-a882-8ed0a2fee86d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4991 0.006326 10.0.0.27 - - [2025-12-04 03:04:15] "POST /fqname-to-id HTTP/1.1" 404 211 0.003436 10.0.0.27 - - [2025-12-04 03:04:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003093 10.0.0.23 - - [2025-12-04 03:04:15] "GET /projects?obj_uuids=d66ada2f-b5fe-4543-80f0-dcb53b8885db&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001214 10.0.0.27 - - [2025-12-04 03:04:15] "GET /project/d66ada2f-b5fe-4543-80f0-dcb53b8885db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.047892 10.0.0.27 - - [2025-12-04 03:04:15] "POST /network-policys HTTP/1.1" 200 533 0.030631 10.0.0.27 - - [2025-12-04 03:04:15] "GET /network-policy/f7571947-2d95-452c-b587-14524a344777?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4992 0.006159 10.0.0.27 - - [2025-12-04 03:04:15] "POST /fqname-to-id HTTP/1.1" 404 211 0.003226 10.0.0.27 - - [2025-12-04 03:04:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.002962 10.0.0.23 - - [2025-12-04 03:04:15] "GET /projects?obj_uuids=d66ada2f-b5fe-4543-80f0-dcb53b8885db&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001424 10.0.0.27 - - [2025-12-04 03:04:15] "GET /project/d66ada2f-b5fe-4543-80f0-dcb53b8885db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.050449 10.0.0.27 - - [2025-12-04 03:04:15] "POST /network-policys HTTP/1.1" 200 533 0.029195 10.0.0.27 - - [2025-12-04 03:04:15] "GET /network-policy/a417443a-4c7b-4ad8-8418-08966010dc20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4991 0.005969 10.0.0.27 - - [2025-12-04 03:04:16] "POST /fqname-to-id HTTP/1.1" 404 213 0.003641 10.0.0.27 - - [2025-12-04 03:04:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003628 10.0.0.23 - - [2025-12-04 03:04:16] "GET /projects?obj_uuids=d66ada2f-b5fe-4543-80f0-dcb53b8885db&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001189 10.0.0.27 - - [2025-12-04 03:04:16] "GET /project/d66ada2f-b5fe-4543-80f0-dcb53b8885db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.050810 10.0.0.27 - - [2025-12-04 03:04:16] "POST /network-policys HTTP/1.1" 200 537 0.028811 10.0.0.27 - - [2025-12-04 03:04:16] "GET /network-policy/072e092a-f9e0-43d6-928a-37b26fe4cbae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1949 0.006993 10.0.0.27 - - [2025-12-04 03:04:16] "POST /fqname-to-id HTTP/1.1" 404 212 0.003757 10.0.0.27 - - [2025-12-04 03:04:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003484 10.0.0.23 - - [2025-12-04 03:04:16] "GET /projects?obj_uuids=d66ada2f-b5fe-4543-80f0-dcb53b8885db&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001120 10.0.0.27 - - [2025-12-04 03:04:16] "GET /project/d66ada2f-b5fe-4543-80f0-dcb53b8885db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.046247 10.0.0.27 - - [2025-12-04 03:04:16] "POST /network-policys HTTP/1.1" 200 535 0.030278 10.0.0.27 - - [2025-12-04 03:04:16] "GET /network-policy/6871e256-144a-49f4-ba4d-563f61a116fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4994 0.008814 10.0.0.27 - - [2025-12-04 03:04:16] "POST /fqname-to-id HTTP/1.1" 404 212 0.003361 10.0.0.27 - - [2025-12-04 03:04:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003403 10.0.0.23 - - [2025-12-04 03:04:16] "GET /projects?obj_uuids=d66ada2f-b5fe-4543-80f0-dcb53b8885db&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001061 10.0.0.27 - - [2025-12-04 03:04:16] "GET /project/d66ada2f-b5fe-4543-80f0-dcb53b8885db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.047995 10.0.0.27 - - [2025-12-04 03:04:16] "POST /network-policys HTTP/1.1" 200 535 0.029643 10.0.0.27 - - [2025-12-04 03:04:17] "GET /network-policy/b4e147f5-1772-47af-ac62-8d684e3698de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4995 0.006191 10.0.0.27 - - [2025-12-04 03:04:17] "POST /fqname-to-id HTTP/1.1" 404 212 0.003557 10.0.0.27 - - [2025-12-04 03:04:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.002932 10.0.0.23 - - [2025-12-04 03:04:17] "GET /projects?obj_uuids=d66ada2f-b5fe-4543-80f0-dcb53b8885db&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001126 10.0.0.27 - - [2025-12-04 03:04:17] "GET /project/d66ada2f-b5fe-4543-80f0-dcb53b8885db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.042997 10.0.0.27 - - [2025-12-04 03:04:17] "POST /network-policys HTTP/1.1" 200 535 0.027690 10.0.0.27 - - [2025-12-04 03:04:17] "GET /network-policy/03553088-ba3f-4dc5-a9e6-0dfcbc562a04?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4993 0.006925 10.0.0.27 - - [2025-12-04 03:04:17] "POST /fqname-to-id HTTP/1.1" 404 212 0.003482 10.0.0.27 - - [2025-12-04 03:04:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.002743 10.0.0.23 - - [2025-12-04 03:04:17] "GET /projects?obj_uuids=d66ada2f-b5fe-4543-80f0-dcb53b8885db&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001070 10.0.0.27 - - [2025-12-04 03:04:17] "GET /project/d66ada2f-b5fe-4543-80f0-dcb53b8885db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.047474 10.0.0.27 - - [2025-12-04 03:04:17] "POST /network-policys HTTP/1.1" 200 535 0.031968 10.0.0.27 - - [2025-12-04 03:04:17] "GET /network-policy/d4ebb369-d327-47d3-92bd-49096db8acd4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4995 0.007437 10.0.0.27 - - [2025-12-04 03:04:17] "POST /fqname-to-id HTTP/1.1" 404 214 0.003300 10.0.0.27 - - [2025-12-04 03:04:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003360 10.0.0.23 - - [2025-12-04 03:04:17] "GET /projects?obj_uuids=d66ada2f-b5fe-4543-80f0-dcb53b8885db&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001374 10.0.0.27 - - [2025-12-04 03:04:17] "GET /project/d66ada2f-b5fe-4543-80f0-dcb53b8885db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.040830 10.0.0.27 - - [2025-12-04 03:04:18] "POST /network-policys HTTP/1.1" 200 539 0.028518 10.0.0.27 - - [2025-12-04 03:04:18] "GET /network-policy/b5dda7f7-90ef-4a21-99b3-b31c77611857?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1134 0.005728 10.0.0.33 - - [2025-12-04 03:04:18] "POST /fqname-to-id HTTP/1.1" 404 252 0.008026 10.0.0.27 - - [2025-12-04 03:04:18] "POST /neutron/network HTTP/1.1" 200 1424 0.114159 10.0.0.23 - - [2025-12-04 03:04:18] "POST /fqname-to-id HTTP/1.1" 404 207 0.053559 10.0.0.27 - - [2025-12-04 03:04:18] "GET /virtual-network/1bc50eda-b2c2-4e49-8cdc-f1e73f7a29f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3477 0.005892 10.0.0.27 - - [2025-12-04 03:04:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003321 10.0.0.27 - - [2025-12-04 03:04:18] "GET /network-policy/f5b6255b-e0a7-4cb2-93c0-e18f3fa236dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4992 0.004477 10.0.0.27 - - [2025-12-04 03:04:18] "POST /neutron/network HTTP/1.1" 200 1427 0.096947 10.0.0.33 - - [2025-12-04 03:04:18] "POST /access-control-lists HTTP/1.1" 200 609 0.043040 10.0.0.27 - - [2025-12-04 03:04:19] "GET /virtual-network/79540135-e655-42cf-90cc-8dc9614fe75f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3482 0.012760 10.0.0.27 - - [2025-12-04 03:04:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.006531 10.0.0.27 - - [2025-12-04 03:04:19] "GET /network-policy/072e092a-f9e0-43d6-928a-37b26fe4cbae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1949 0.003788 10.0.0.27 - - [2025-12-04 03:04:19] "POST /id-to-fqname HTTP/1.1" 200 235 0.001294 10.0.0.23 - - [2025-12-04 03:04:20] "GET /projects?obj_uuids=d66ada2f-b5fe-4543-80f0-dcb53b8885db&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001569 10.0.0.27 - - [2025-12-04 03:04:20] "GET /project/d66ada2f-b5fe-4543-80f0-dcb53b8885db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.069278 10.0.0.27 - - [2025-12-04 03:04:20] "POST /neutron/network HTTP/1.1" 200 1424 0.049432 10.0.0.27 - - [2025-12-04 03:04:20] "POST /id-to-fqname HTTP/1.1" 200 235 0.001362 10.0.0.27 - - [2025-12-04 03:04:20] "POST /neutron/port HTTP/1.1" 200 117 0.006370 10.0.0.23 - - [2025-12-04 03:04:21] "GET /projects?obj_uuids=d66ada2f-b5fe-4543-80f0-dcb53b8885db&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001220 10.0.0.27 - - [2025-12-04 03:04:21] "POST /neutron/port HTTP/1.1" 200 1173 0.383222 10.0.0.23 - - [2025-12-04 03:04:21] "GET /projects?obj_uuids=d66ada2f-b5fe-4543-80f0-dcb53b8885db&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001251 10.0.0.27 - - [2025-12-04 03:04:21] "GET /project/d66ada2f-b5fe-4543-80f0-dcb53b8885db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.108886 10.0.0.27 - - [2025-12-04 03:04:21] "POST /neutron/port HTTP/1.1" 200 1173 0.040246 10.0.0.27 - - [2025-12-04 03:04:22] "POST /neutron/port HTTP/1.1" 200 1201 0.023574 10.0.0.27 - - [2025-12-04 03:04:22] "POST /neutron/port HTTP/1.1" 200 117 0.010481 10.0.0.27 - - [2025-12-04 03:04:22] "POST /neutron/port HTTP/1.1" 200 1201 0.014913 10.0.0.27 - - [2025-12-04 03:04:22] "POST /neutron/port HTTP/1.1" 200 117 0.001292 10.0.0.23 - - [2025-12-04 03:04:22] "GET /projects?obj_uuids=d66ada2f-b5fe-4543-80f0-dcb53b8885db&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001404 10.0.0.33 - - [2025-12-04 03:04:22] "PUT /access-control-list/6c09a83c-a126-4e51-bc27-9716a2cc8165 HTTP/1.1" 200 272 0.020521 10.0.0.27 - - [2025-12-04 03:04:22] "POST /neutron/port HTTP/1.1" 200 1174 0.352046 10.0.0.27 - - [2025-12-04 03:04:22] "POST /neutron/port HTTP/1.1" 200 1228 0.122984 10.0.0.27 - - [2025-12-04 03:04:23] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004134 10.0.0.27 - - [2025-12-04 03:04:23] "POST /neutron/port HTTP/1.1" 200 117 0.001322 10.0.0.27 - - [2025-12-04 03:04:27] "POST /neutron/security_group HTTP/1.1" 200 2070 0.008571 10.0.0.27 - - [2025-12-04 03:04:27] "POST /neutron/port HTTP/1.1" 200 1201 0.015574 10.0.0.27 - - [2025-12-04 03:04:27] "GET /virtual-machine/79810b57-6401-4f42-ba6c-c75f00a4c94b HTTP/1.1" 401 292 0.000391 10.0.0.27 - - [2025-12-04 03:04:27] "GET /virtual-machine/79810b57-6401-4f42-ba6c-c75f00a4c94b HTTP/1.1" 200 1304 0.029474 10.0.0.27 - - [2025-12-04 03:04:27] "GET /virtual-machine-interface/169cfee9-26da-4c6f-9b05-58f73fed1ef5 HTTP/1.1" 200 3169 0.005731 10.0.0.27 - - [2025-12-04 03:04:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004014 10.0.0.27 - - [2025-12-04 03:04:27] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003640 10.0.0.27 - - [2025-12-04 03:04:27] "GET /virtual-networks?parent_id=d66ada2f-b5fe-4543-80f0-dcb53b8885db&detail=False&count=False&shared=False HTTP/1.1" 200 601 0.002944 10.0.0.27 - - [2025-12-04 03:04:27] "GET /virtual-network/1bc50eda-b2c2-4e49-8cdc-f1e73f7a29f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3477 0.006445 10.0.0.27 - - [2025-12-04 03:04:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003532 10.0.0.27 - - [2025-12-04 03:04:31] "GET /virtual-network/1bc50eda-b2c2-4e49-8cdc-f1e73f7a29f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3477 0.006220 10.0.0.27 - - [2025-12-04 03:04:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004700 10.0.0.27 - - [2025-12-04 03:04:35] "GET /virtual-network/1bc50eda-b2c2-4e49-8cdc-f1e73f7a29f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3477 0.006536 10.0.0.27 - - [2025-12-04 03:04:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003399 10.0.0.27 - - [2025-12-04 03:04:39] "GET /virtual-network/1bc50eda-b2c2-4e49-8cdc-f1e73f7a29f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3477 0.006114 10.0.0.23 - - [2025-12-04 03:04:40] "DELETE /project/d66ada2fb5fe454380f0dcb53b8885db HTTP/1.1" 404 173 0.008776 10.0.0.23 - - [2025-12-04 03:04:40] "DELETE /project/65f679b8217748e7a1c6fd0d39e881a7 HTTP/1.1" 404 173 0.007001 10.0.0.23 - - [2025-12-04 03:04:40] "GET /projects?obj_uuids=65f679b8-2177-48e7-a1c6-fd0d39e881a7&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000952 10.0.0.23 - - [2025-12-04 03:04:40] "GET /project/65f679b8-2177-48e7-a1c6-fd0d39e881a7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1492 0.057608 10.0.0.23 - - [2025-12-04 03:04:40] "GET /projects?obj_uuids=65f679b8-2177-48e7-a1c6-fd0d39e881a7&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001107 10.0.0.23 - - [2025-12-04 03:04:40] "GET /project/65f679b8-2177-48e7-a1c6-fd0d39e881a7?fields=security_groups HTTP/1.1" 200 1381 0.052864 10.0.0.23 - - [2025-12-04 03:04:40] "DELETE /security-group/f2c8bca0-5c43-4992-afe1-1856875c05ad HTTP/1.1" 200 115 0.055830 10.0.0.23 - - [2025-12-04 03:04:40] "GET /projects?obj_uuids=65f679b8-2177-48e7-a1c6-fd0d39e881a7&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001415 10.0.0.23 - - [2025-12-04 03:04:40] "GET /project/65f679b8-2177-48e7-a1c6-fd0d39e881a7?fields=application_policy_sets HTTP/1.1" 200 1420 0.061217 10.0.0.23 - - [2025-12-04 03:04:40] "DELETE /project/65f679b8-2177-48e7-a1c6-fd0d39e881a7 HTTP/1.1" 200 115 0.435161 10.0.0.27 - - [2025-12-04 03:04:40] "POST /neutron/port HTTP/1.1" 200 1202 0.018104 10.0.0.27 - - [2025-12-04 03:04:41] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003798 10.0.0.27 - - [2025-12-04 03:04:41] "POST /neutron/port HTTP/1.1" 200 117 0.001207 10.0.0.27 - - [2025-12-04 03:04:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.004324 10.0.0.27 - - [2025-12-04 03:04:43] "GET /virtual-network/1bc50eda-b2c2-4e49-8cdc-f1e73f7a29f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3477 0.005704 10.0.0.27 - - [2025-12-04 03:04:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004342 10.0.0.27 - - [2025-12-04 03:04:47] "GET /virtual-network/1bc50eda-b2c2-4e49-8cdc-f1e73f7a29f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3477 0.007605 10.0.0.27 - - [2025-12-04 03:04:49] "POST /neutron/port HTTP/1.1" 200 1201 0.017049 10.0.0.27 - - [2025-12-04 03:04:49] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004424 10.0.0.27 - - [2025-12-04 03:04:49] "POST /neutron/port HTTP/1.1" 200 117 0.001168 10.0.0.27 - - [2025-12-04 03:04:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004313 10.0.0.27 - - [2025-12-04 03:04:51] "GET /virtual-network/1bc50eda-b2c2-4e49-8cdc-f1e73f7a29f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3477 0.007189 10.0.0.27 - - [2025-12-04 03:04:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003998 10.0.0.27 - - [2025-12-04 03:04:55] "GET /virtual-network/1bc50eda-b2c2-4e49-8cdc-f1e73f7a29f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3477 0.006100 10.0.0.27 - - [2025-12-04 03:04:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003824 10.0.0.27 - - [2025-12-04 03:04:59] "GET /virtual-network/1bc50eda-b2c2-4e49-8cdc-f1e73f7a29f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3477 0.005815 10.0.0.27 - - [2025-12-04 03:05:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004964 10.0.0.27 - - [2025-12-04 03:05:03] "GET /virtual-network/1bc50eda-b2c2-4e49-8cdc-f1e73f7a29f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3477 0.006427 10.0.0.23 - - [2025-12-04 03:05:05] "GET /obj-perms HTTP/1.1" 200 5056 0.062912 10.0.0.27 - - [2025-12-04 03:05:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004164 10.0.0.27 - - [2025-12-04 03:05:05] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004209 10.0.0.27 - - [2025-12-04 03:05:05] "GET /virtual-networks?parent_id=d66ada2f-b5fe-4543-80f0-dcb53b8885db&detail=False&count=False&shared=False HTTP/1.1" 200 601 0.003078 10.0.0.27 - - [2025-12-04 03:05:05] "GET /virtual-network/1bc50eda-b2c2-4e49-8cdc-f1e73f7a29f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3477 0.006783 10.0.0.27 - - [2025-12-04 03:05:06] "POST /neutron/security_group HTTP/1.1" 200 2070 0.008378 10.0.0.27 - - [2025-12-04 03:05:16] "POST /neutron/port HTTP/1.1" 200 1201 0.016849 10.0.0.27 - - [2025-12-04 03:05:17] "POST /neutron/security_group HTTP/1.1" 200 2070 0.040379 10.0.0.27 - - [2025-12-04 03:05:21] "POST /neutron/port HTTP/1.1" 200 1201 0.016605 10.0.0.27 - - [2025-12-04 03:05:26] "POST /neutron/security_group HTTP/1.1" 200 2070 0.008386 10.0.0.27 - - [2025-12-04 03:05:27] "POST /neutron/port HTTP/1.1" 200 1202 0.020608 10.0.0.27 - - [2025-12-04 03:05:27] "GET /virtual-machine/ea5337f6-c223-49fb-9e6e-2b09915caea3 HTTP/1.1" 200 1305 0.006105 10.0.0.27 - - [2025-12-04 03:05:27] "GET /virtual-machine-interface/132ab4f3-9576-42d2-a3ca-b9a6b12d6be8 HTTP/1.1" 200 3169 0.006775 10.0.0.27 - - [2025-12-04 03:05:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003407 10.0.0.27 - - [2025-12-04 03:05:27] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003607 10.0.0.27 - - [2025-12-04 03:05:27] "GET /virtual-networks?parent_id=d66ada2f-b5fe-4543-80f0-dcb53b8885db&detail=False&count=False&shared=False HTTP/1.1" 200 601 0.003186 10.0.0.27 - - [2025-12-04 03:05:27] "GET /virtual-network/79540135-e655-42cf-90cc-8dc9614fe75f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3482 0.006646 10.0.0.27 - - [2025-12-04 03:05:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004099 10.0.0.27 - - [2025-12-04 03:05:28] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004665 10.0.0.27 - - [2025-12-04 03:05:28] "GET /virtual-networks?parent_id=d66ada2f-b5fe-4543-80f0-dcb53b8885db&detail=False&count=False&shared=False HTTP/1.1" 200 601 0.003349 10.0.0.27 - - [2025-12-04 03:05:28] "GET /virtual-network/79540135-e655-42cf-90cc-8dc9614fe75f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3482 0.005878 10.0.0.27 - - [2025-12-04 03:05:28] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007994 10.0.0.27 - - [2025-12-04 03:05:33] "POST /neutron/port HTTP/1.1" 200 1202 0.015336 10.0.0.27 - - [2025-12-04 03:05:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003434 10.0.0.27 - - [2025-12-04 03:05:33] "GET /network-policy/072e092a-f9e0-43d6-928a-37b26fe4cbae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1949 0.004491 10.0.0.27 - - [2025-12-04 03:05:34] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007827 10.0.0.27 - - [2025-12-04 03:05:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003373 10.0.0.27 - - [2025-12-04 03:05:34] "GET /network-policy/f5b6255b-e0a7-4cb2-93c0-e18f3fa236dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4992 0.004330 10.0.0.33 - - [2025-12-04 03:05:34] "PUT /access-control-list/7b2dac66-c3dd-46cd-ae7d-5aa01e89710e HTTP/1.1" 200 272 0.018220 10.0.0.27 - - [2025-12-04 03:05:34] "POST /neutron/network HTTP/1.1" 200 1424 0.023288 10.0.0.27 - - [2025-12-04 03:05:34] "GET /virtual-network/1bc50eda-b2c2-4e49-8cdc-f1e73f7a29f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3477 0.009107 10.0.0.27 - - [2025-12-04 03:05:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003272 10.0.0.27 - - [2025-12-04 03:05:34] "GET /network-policy/126e2a49-53fa-471f-a882-8ed0a2fee86d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4991 0.005078 10.0.0.27 - - [2025-12-04 03:05:41] "POST /neutron/network HTTP/1.1" 200 1437 0.039617 10.0.0.27 - - [2025-12-04 03:05:41] "POST /neutron/subnet HTTP/1.1" 200 1361 0.019727 10.0.0.27 - - [2025-12-04 03:05:41] "POST /neutron/network HTTP/1.1" 200 1427 0.011517 10.0.0.27 - - [2025-12-04 03:05:49] "POST /neutron/network HTTP/1.1" 200 1434 0.007497 10.0.0.27 - - [2025-12-04 03:05:49] "POST /neutron/subnet HTTP/1.1" 200 1356 0.017244 10.0.0.27 - - [2025-12-04 03:05:49] "POST /neutron/network HTTP/1.1" 200 1424 0.012607 10.0.0.23 - - [2025-12-04 03:05:57] "POST /fqname-to-id HTTP/1.1" 404 207 0.004019 10.0.0.27 - - [2025-12-04 03:05:57] "POST /neutron/network HTTP/1.1" 200 1427 0.034448 10.0.0.27 - - [2025-12-04 03:05:57] "GET /virtual-network/1bc50eda-b2c2-4e49-8cdc-f1e73f7a29f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3480 0.006503 10.0.0.27 - - [2025-12-04 03:05:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004012 10.0.0.27 - - [2025-12-04 03:05:57] "GET /network-policy/b5dda7f7-90ef-4a21-99b3-b31c77611857?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1134 0.003788 10.0.0.33 - - [2025-12-04 03:06:10] "PUT /access-control-list/7b2dac66-c3dd-46cd-ae7d-5aa01e89710e HTTP/1.1" 200 272 0.023961 10.0.0.27 - - [2025-12-04 03:06:10] "POST /neutron/network HTTP/1.1" 200 1424 0.034907 10.0.0.27 - - [2025-12-04 03:06:10] "GET /virtual-network/1bc50eda-b2c2-4e49-8cdc-f1e73f7a29f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3477 0.007250 10.0.0.27 - - [2025-12-04 03:06:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.006363 10.0.0.27 - - [2025-12-04 03:06:10] "GET /network-policy/f7571947-2d95-452c-b587-14524a344777?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4992 0.004529 10.0.0.27 - - [2025-12-04 03:06:22] "POST /neutron/network HTTP/1.1" 200 1424 0.015435 10.0.0.27 - - [2025-12-04 03:06:22] "GET /virtual-network/1bc50eda-b2c2-4e49-8cdc-f1e73f7a29f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3477 0.006493 10.0.0.27 - - [2025-12-04 03:06:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.002969 10.0.0.27 - - [2025-12-04 03:06:23] "GET /network-policy/a417443a-4c7b-4ad8-8418-08966010dc20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4991 0.004545 10.0.0.23 - - [2025-12-04 03:06:33] "POST /fqname-to-id HTTP/1.1" 404 207 0.007137 10.0.0.33 - - [2025-12-04 03:06:33] "PUT /access-control-list/7b2dac66-c3dd-46cd-ae7d-5aa01e89710e HTTP/1.1" 200 272 0.072005 10.0.0.27 - - [2025-12-04 03:06:33] "POST /neutron/network HTTP/1.1" 200 1425 0.024723 10.0.0.27 - - [2025-12-04 03:06:33] "GET /virtual-network/1bc50eda-b2c2-4e49-8cdc-f1e73f7a29f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3478 0.006375 10.0.0.27 - - [2025-12-04 03:06:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.014862 10.0.0.27 - - [2025-12-04 03:06:33] "GET /network-policy/6871e256-144a-49f4-ba4d-563f61a116fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4994 0.004128 10.0.0.27 - - [2025-12-04 03:06:42] "POST /neutron/network HTTP/1.1" 200 1437 0.008222 10.0.0.27 - - [2025-12-04 03:06:42] "POST /neutron/subnet HTTP/1.1" 200 1361 0.016708 10.0.0.27 - - [2025-12-04 03:06:42] "POST /neutron/network HTTP/1.1" 200 1427 0.013080 10.0.0.33 - - [2025-12-04 03:06:46] "POST /ref-update HTTP/1.1" 200 156 0.043762 10.0.0.27 - - [2025-12-04 03:06:46] "POST /neutron/network HTTP/1.1" 200 1425 0.029317 10.0.0.27 - - [2025-12-04 03:06:46] "GET /virtual-network/1bc50eda-b2c2-4e49-8cdc-f1e73f7a29f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3478 0.010266 10.0.0.27 - - [2025-12-04 03:06:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.005217 10.0.0.27 - - [2025-12-04 03:06:46] "GET /network-policy/b4e147f5-1772-47af-ac62-8d684e3698de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4995 0.004028 10.0.0.27 - - [2025-12-04 03:06:49] "POST /neutron/network HTTP/1.1" 200 1435 0.008913 10.0.0.27 - - [2025-12-04 03:06:49] "POST /neutron/subnet HTTP/1.1" 200 1356 0.019279 10.0.0.27 - - [2025-12-04 03:06:49] "POST /neutron/network HTTP/1.1" 200 1425 0.013731 10.0.0.27 - - [2025-12-04 03:06:56] "POST /neutron/network HTTP/1.1" 200 1425 0.012425 10.0.0.27 - - [2025-12-04 03:06:56] "GET /virtual-network/1bc50eda-b2c2-4e49-8cdc-f1e73f7a29f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3478 0.005891 10.0.0.27 - - [2025-12-04 03:06:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003207 10.0.0.27 - - [2025-12-04 03:06:56] "GET /network-policy/03553088-ba3f-4dc5-a9e6-0dfcbc562a04?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4993 0.004620 10.0.0.33 - - [2025-12-04 03:07:07] "GET /obj-perms HTTP/1.1" 200 5056 0.067402 10.0.0.23 - - [2025-12-04 03:07:08] "POST /fqname-to-id HTTP/1.1" 404 207 0.005312 10.0.0.27 - - [2025-12-04 03:07:09] "POST /neutron/network HTTP/1.1" 200 1425 0.022818 10.0.0.27 - - [2025-12-04 03:07:09] "GET /virtual-network/1bc50eda-b2c2-4e49-8cdc-f1e73f7a29f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3478 0.006242 10.0.0.27 - - [2025-12-04 03:07:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.006370 10.0.0.27 - - [2025-12-04 03:07:09] "GET /network-policy/d4ebb369-d327-47d3-92bd-49096db8acd4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4995 0.005783 10.0.0.27 - - [2025-12-04 03:07:19] "GET /virtual-network/1bc50eda-b2c2-4e49-8cdc-f1e73f7a29f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3478 0.006724 10.0.0.33 - - [2025-12-04 03:07:19] "DELETE /access-control-list/7b2dac66-c3dd-46cd-ae7d-5aa01e89710e HTTP/1.1" 200 115 0.111327 10.0.0.27 - - [2025-12-04 03:07:19] "POST /neutron/network HTTP/1.1" 200 1336 0.043491 10.0.0.27 - - [2025-12-04 03:07:19] "GET /virtual-network/1bc50eda-b2c2-4e49-8cdc-f1e73f7a29f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3173 0.007022 10.0.0.27 - - [2025-12-04 03:07:19] "GET /virtual-machine/ea5337f6-c223-49fb-9e6e-2b09915caea3 HTTP/1.1" 200 1305 0.003964 10.0.0.27 - - [2025-12-04 03:07:20] "POST /neutron/port HTTP/1.1" 200 151 0.261419 10.0.0.27 - - [2025-12-04 03:07:21] "GET /virtual-machine/ea5337f6-c223-49fb-9e6e-2b09915caea3 HTTP/1.1" 404 171 0.003921 10.0.0.27 - - [2025-12-04 03:07:21] "GET /virtual-machine/ea5337f6-c223-49fb-9e6e-2b09915caea3 HTTP/1.1" 404 171 0.002870 10.0.0.27 - - [2025-12-04 03:07:21] "GET /virtual-machine/ea5337f6-c223-49fb-9e6e-2b09915caea3 HTTP/1.1" 404 171 0.003104 10.0.0.27 - - [2025-12-04 03:07:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003795 10.0.0.27 - - [2025-12-04 03:07:21] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004062 10.0.0.27 - - [2025-12-04 03:07:21] "GET /virtual-networks?parent_id=d66ada2f-b5fe-4543-80f0-dcb53b8885db&detail=False&count=False&shared=False HTTP/1.1" 200 601 0.003457 10.0.0.27 - - [2025-12-04 03:07:21] "GET /virtual-network/79540135-e655-42cf-90cc-8dc9614fe75f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3482 0.007808 10.0.0.27 - - [2025-12-04 03:07:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004815 10.0.0.27 - - [2025-12-04 03:07:22] "GET /routing-instance/2fe5fb89-cc14-4aff-b13c-536904ebd05a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1499 0.005127 10.0.0.27 - - [2025-12-04 03:07:22] "GET /route-target/296cc5fa-50ba-43f6-baec-51bcbcc14ddd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.005400 10.0.0.27 - - [2025-12-04 03:07:22] "GET /obj-perms HTTP/1.1" 200 5019 0.003432 10.0.0.23 - - [2025-12-04 03:07:25] "GET /obj-perms HTTP/1.1" 200 5019 0.055514 10.0.0.27 - - [2025-12-04 03:07:25] "GET /obj-perms HTTP/1.1" 200 5019 0.004149 10.0.0.27 - - [2025-12-04 03:07:25] "GET /virtual-machine/79810b57-6401-4f42-ba6c-c75f00a4c94b HTTP/1.1" 200 1304 0.004759 10.0.0.27 - - [2025-12-04 03:07:26] "POST /neutron/port HTTP/1.1" 200 151 0.284960 10.0.0.27 - - [2025-12-04 03:07:27] "GET /virtual-machine/79810b57-6401-4f42-ba6c-c75f00a4c94b HTTP/1.1" 404 171 0.003469 10.0.0.27 - - [2025-12-04 03:07:27] "GET /virtual-machine/79810b57-6401-4f42-ba6c-c75f00a4c94b HTTP/1.1" 404 171 0.003604 10.0.0.27 - - [2025-12-04 03:07:27] "GET /virtual-machine/79810b57-6401-4f42-ba6c-c75f00a4c94b HTTP/1.1" 404 171 0.002999 10.0.0.27 - - [2025-12-04 03:07:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004116 10.0.0.27 - - [2025-12-04 03:07:27] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004360 10.0.0.27 - - [2025-12-04 03:07:27] "GET /virtual-networks?parent_id=d66ada2f-b5fe-4543-80f0-dcb53b8885db&detail=False&count=False&shared=False HTTP/1.1" 200 601 0.003654 10.0.0.27 - - [2025-12-04 03:07:27] "GET /virtual-network/1bc50eda-b2c2-4e49-8cdc-f1e73f7a29f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3173 0.006061 10.0.0.27 - - [2025-12-04 03:07:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003250 10.0.0.27 - - [2025-12-04 03:07:27] "GET /routing-instance/9556d9d0-6f17-444f-9879-2b32e804249a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1500 0.005844 10.0.0.27 - - [2025-12-04 03:07:27] "GET /route-target/261d23f3-d5b1-4228-bbca-55a3ca65945b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.005040 10.0.0.27 - - [2025-12-04 03:07:31] "GET /obj-perms HTTP/1.1" 200 5019 0.004504 10.0.0.27 - - [2025-12-04 03:07:34] "GET /obj-perms HTTP/1.1" 200 5019 0.003330 10.0.0.27 - - [2025-12-04 03:07:40] "GET /obj-perms HTTP/1.1" 200 5019 0.004280 10.0.0.27 - - [2025-12-04 03:07:43] "GET /obj-perms HTTP/1.1" 200 5019 0.004171 10.0.0.27 - - [2025-12-04 03:07:49] "GET /obj-perms HTTP/1.1" 200 5019 0.005881 10.0.0.27 - - [2025-12-04 03:07:52] "GET /obj-perms HTTP/1.1" 200 5019 0.004048 10.0.0.27 - - [2025-12-04 03:07:52] "GET /virtual-network/79540135-e655-42cf-90cc-8dc9614fe75f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3482 0.010409 10.0.0.27 - - [2025-12-04 03:07:53] "POST /neutron/network HTTP/1.1" 200 1337 0.032181 10.0.0.27 - - [2025-12-04 03:07:53] "GET /virtual-network/79540135-e655-42cf-90cc-8dc9614fe75f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3176 0.016394 10.0.0.33 - - [2025-12-04 03:07:53] "POST /ref-update HTTP/1.1" 200 156 0.061668 10.0.0.27 - - [2025-12-04 03:07:53] "DELETE /network-policy/b5dda7f7-90ef-4a21-99b3-b31c77611857 HTTP/1.1" 200 115 0.034825 10.0.0.27 - - [2025-12-04 03:07:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.005627 10.0.0.23 - - [2025-12-04 03:07:53] "GET /projects?obj_uuids=d66ada2f-b5fe-4543-80f0-dcb53b8885db&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001153 10.0.0.27 - - [2025-12-04 03:07:53] "GET /project/d66ada2f-b5fe-4543-80f0-dcb53b8885db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.039753 10.0.0.27 - - [2025-12-04 03:07:53] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-71881843&detail=False&count=False&shared=False HTTP/1.1" 200 2126 0.015177 10.0.0.27 - - [2025-12-04 03:07:53] "DELETE /network-policy/d4ebb369-d327-47d3-92bd-49096db8acd4 HTTP/1.1" 200 115 0.045111 10.0.0.27 - - [2025-12-04 03:07:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004539 10.0.0.23 - - [2025-12-04 03:07:53] "GET /projects?obj_uuids=d66ada2f-b5fe-4543-80f0-dcb53b8885db&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000966 10.0.0.27 - - [2025-12-04 03:07:53] "GET /project/d66ada2f-b5fe-4543-80f0-dcb53b8885db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.056116 10.0.0.27 - - [2025-12-04 03:07:53] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-71881843&detail=False&count=False&shared=False HTTP/1.1" 200 1904 0.005522 10.0.0.27 - - [2025-12-04 03:07:53] "DELETE /network-policy/03553088-ba3f-4dc5-a9e6-0dfcbc562a04 HTTP/1.1" 200 115 0.039565 10.0.0.27 - - [2025-12-04 03:07:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004486 10.0.0.23 - - [2025-12-04 03:07:53] "GET /projects?obj_uuids=d66ada2f-b5fe-4543-80f0-dcb53b8885db&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001091 10.0.0.27 - - [2025-12-04 03:07:53] "GET /project/d66ada2f-b5fe-4543-80f0-dcb53b8885db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.057063 10.0.0.27 - - [2025-12-04 03:07:53] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-71881843&detail=False&count=False&shared=False HTTP/1.1" 200 1682 0.006788 10.0.0.27 - - [2025-12-04 03:07:53] "DELETE /network-policy/b4e147f5-1772-47af-ac62-8d684e3698de HTTP/1.1" 200 115 0.039828 10.0.0.27 - - [2025-12-04 03:07:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.007083 10.0.0.23 - - [2025-12-04 03:07:54] "GET /projects?obj_uuids=d66ada2f-b5fe-4543-80f0-dcb53b8885db&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001112 10.0.0.27 - - [2025-12-04 03:07:54] "GET /project/d66ada2f-b5fe-4543-80f0-dcb53b8885db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.044299 10.0.0.27 - - [2025-12-04 03:07:54] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-71881843&detail=False&count=False&shared=False HTTP/1.1" 200 1460 0.005414 10.0.0.27 - - [2025-12-04 03:07:54] "DELETE /network-policy/6871e256-144a-49f4-ba4d-563f61a116fb HTTP/1.1" 200 115 0.044533 10.0.0.27 - - [2025-12-04 03:07:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004576 10.0.0.23 - - [2025-12-04 03:07:54] "GET /projects?obj_uuids=d66ada2f-b5fe-4543-80f0-dcb53b8885db&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001048 10.0.0.27 - - [2025-12-04 03:07:54] "GET /project/d66ada2f-b5fe-4543-80f0-dcb53b8885db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.048734 10.0.0.27 - - [2025-12-04 03:07:54] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-71881843&detail=False&count=False&shared=False HTTP/1.1" 200 1238 0.006013 10.0.0.27 - - [2025-12-04 03:07:54] "DELETE /network-policy/072e092a-f9e0-43d6-928a-37b26fe4cbae HTTP/1.1" 200 115 0.050923 10.0.0.27 - - [2025-12-04 03:07:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003644 10.0.0.23 - - [2025-12-04 03:07:54] "GET /projects?obj_uuids=d66ada2f-b5fe-4543-80f0-dcb53b8885db&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001315 10.0.0.27 - - [2025-12-04 03:07:54] "GET /project/d66ada2f-b5fe-4543-80f0-dcb53b8885db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.099726 10.0.0.27 - - [2025-12-04 03:07:54] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-71881843&detail=False&count=False&shared=False HTTP/1.1" 200 1014 0.006807 10.0.0.27 - - [2025-12-04 03:07:54] "DELETE /network-policy/a417443a-4c7b-4ad8-8418-08966010dc20 HTTP/1.1" 200 115 0.053494 10.0.0.27 - - [2025-12-04 03:07:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.012669 10.0.0.23 - - [2025-12-04 03:07:54] "GET /projects?obj_uuids=d66ada2f-b5fe-4543-80f0-dcb53b8885db&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001063 10.0.0.27 - - [2025-12-04 03:07:54] "GET /project/d66ada2f-b5fe-4543-80f0-dcb53b8885db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.042156 10.0.0.27 - - [2025-12-04 03:07:54] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-71881843&detail=False&count=False&shared=False HTTP/1.1" 200 793 0.005253 10.0.0.27 - - [2025-12-04 03:07:55] "DELETE /network-policy/f7571947-2d95-452c-b587-14524a344777 HTTP/1.1" 200 115 0.042186 10.0.0.27 - - [2025-12-04 03:07:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003650 10.0.0.23 - - [2025-12-04 03:07:55] "GET /projects?obj_uuids=d66ada2f-b5fe-4543-80f0-dcb53b8885db&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001015 10.0.0.27 - - [2025-12-04 03:07:55] "GET /project/d66ada2f-b5fe-4543-80f0-dcb53b8885db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.047554 10.0.0.27 - - [2025-12-04 03:07:55] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-71881843&detail=False&count=False&shared=False HTTP/1.1" 200 572 0.008806 10.0.0.27 - - [2025-12-04 03:07:55] "DELETE /network-policy/126e2a49-53fa-471f-a882-8ed0a2fee86d HTTP/1.1" 200 115 0.046568 10.0.0.27 - - [2025-12-04 03:07:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.004551 10.0.0.23 - - [2025-12-04 03:07:55] "GET /projects?obj_uuids=d66ada2f-b5fe-4543-80f0-dcb53b8885db&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001395 10.0.0.27 - - [2025-12-04 03:07:55] "GET /project/d66ada2f-b5fe-4543-80f0-dcb53b8885db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.053756 10.0.0.27 - - [2025-12-04 03:07:55] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-71881843&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.005885 10.0.0.27 - - [2025-12-04 03:07:55] "DELETE /network-policy/f5b6255b-e0a7-4cb2-93c0-e18f3fa236dd HTTP/1.1" 200 115 0.043435 10.0.0.27 - - [2025-12-04 03:07:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003478 10.0.0.23 - - [2025-12-04 03:07:55] "GET /projects?obj_uuids=d66ada2f-b5fe-4543-80f0-dcb53b8885db&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000992 10.0.0.27 - - [2025-12-04 03:07:55] "GET /project/d66ada2f-b5fe-4543-80f0-dcb53b8885db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.056426 10.0.0.27 - - [2025-12-04 03:07:55] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-71881843&detail=False&count=False&shared=False HTTP/1.1" 200 131 0.006762 10.0.0.27 - - [2025-12-04 03:07:56] "POST /neutron/network HTTP/1.1" 200 1336 0.011146 10.0.0.33 - - [2025-12-04 03:07:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004040 10.0.0.27 - - [2025-12-04 03:07:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.005518 10.0.0.27 - - [2025-12-04 03:07:56] "DELETE /network-ipam/374d3dc6-4d1e-455e-bd74-362c30d98632 HTTP/1.1" 200 115 0.037417 10.0.0.27 - - [2025-12-04 03:07:56] "POST /fqname-to-id HTTP/1.1" 404 260 0.006127 10.0.0.23 - - [2025-12-04 03:07:56] "GET /projects?obj_uuids=d66ada2f-b5fe-4543-80f0-dcb53b8885db&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001084 10.0.0.23 - - [2025-12-04 03:07:56] "GET /project/d66ada2f-b5fe-4543-80f0-dcb53b8885db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1516 0.043240 10.0.0.23 - - [2025-12-04 03:07:56] "GET /projects?obj_uuids=d66ada2f-b5fe-4543-80f0-dcb53b8885db&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001312 10.0.0.23 - - [2025-12-04 03:07:56] "GET /project/d66ada2f-b5fe-4543-80f0-dcb53b8885db?fields=security_groups HTTP/1.1" 200 1399 0.047845 10.0.0.23 - - [2025-12-04 03:07:56] "DELETE /security-group/274e3bfe-87c8-4c14-b087-71a3b0510da6 HTTP/1.1" 200 115 0.063267 10.0.0.23 - - [2025-12-04 03:07:56] "GET /projects?obj_uuids=d66ada2f-b5fe-4543-80f0-dcb53b8885db&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001020 10.0.0.23 - - [2025-12-04 03:07:57] "GET /project/d66ada2f-b5fe-4543-80f0-dcb53b8885db?fields=application_policy_sets HTTP/1.1" 200 1438 0.060724 10.0.0.33 - - [2025-12-04 03:07:57] "DELETE /access-control-list/2058a013-cb9b-4fc7-a9df-ac7f1d93f463 HTTP/1.1" 200 115 0.051199 10.0.0.27 - - [2025-12-04 03:07:57] "DELETE /project/d66ada2f-b5fe-4543-80f0-dcb53b8885db HTTP/1.1" 200 115 0.427304 10.0.0.23 - - [2025-12-04 03:07:57] "GET /domains?obj_uuids=77f3106b-db9e-49b5-893e-09cac574b890&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001143 10.0.0.27 - - [2025-12-04 03:07:57] "GET /domain/77f3106b-db9e-49b5-893e-09cac574b890?fields=projects HTTP/1.1" 200 1243 0.013757 10.0.0.23 - - [2025-12-04 03:07:58] "GET /projects?obj_uuids=d66ada2f-b5fe-4543-80f0-dcb53b8885db&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003875 10.0.0.23 - - [2025-12-04 03:07:58] "GET /domains?obj_uuids=77f3106b-db9e-49b5-893e-09cac574b890&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001086 10.0.0.23 - - [2025-12-04 03:07:58] "GET /domain/77f3106b-db9e-49b5-893e-09cac574b890?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.047775 10.0.0.23 - - [2025-12-04 03:07:58] "POST /id-to-fqname HTTP/1.1" 200 202 0.003380 10.0.0.23 - - [2025-12-04 03:07:58] "POST /fqname-to-id HTTP/1.1" 404 211 0.005794 10.0.0.23 - - [2025-12-04 03:07:58] "POST /security-groups HTTP/1.1" 200 603 0.085027 10.0.0.23 - - [2025-12-04 03:07:58] "POST /projects HTTP/1.1" 200 609 0.295928 10.0.0.33 - - [2025-12-04 03:07:58] "POST /fqname-to-id HTTP/1.1" 404 245 0.009973 10.0.0.23 - - [2025-12-04 03:07:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.371582 10.0.0.27 - - [2025-12-04 03:07:59] "GET /project/d66ada2f-b5fe-4543-80f0-dcb53b8885db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.523350 10.0.0.23 - - [2025-12-04 03:07:59] "GET /projects?obj_uuids=d66ada2f-b5fe-4543-80f0-dcb53b8885db&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.002297 10.0.0.27 - - [2025-12-04 03:07:59] "GET /project/d66ada2f-b5fe-4543-80f0-dcb53b8885db?fields=virtual_networks HTTP/1.1" 200 1056 0.081967 10.0.0.23 - - [2025-12-04 03:07:59] "GET /projects?obj_uuids=d66ada2f-b5fe-4543-80f0-dcb53b8885db&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001120 10.0.0.27 - - [2025-12-04 03:07:59] "GET /project/d66ada2f-b5fe-4543-80f0-dcb53b8885db?fields=virtual_machine_interfaces HTTP/1.1" 200 1056 0.045134 10.0.0.23 - - [2025-12-04 03:07:59] "GET /projects?obj_uuids=d66ada2f-b5fe-4543-80f0-dcb53b8885db&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001120 10.0.0.27 - - [2025-12-04 03:07:59] "GET /project/d66ada2f-b5fe-4543-80f0-dcb53b8885db?fields=security_groups HTTP/1.1" 200 1294 0.042921 10.0.0.27 - - [2025-12-04 03:08:00] "POST /fqname-to-id HTTP/1.1" 404 182 0.029306 10.0.0.23 - - [2025-12-04 03:08:00] "GET /projects?obj_uuids=fcb8a086-405c-46bd-9594-59daac9eeb26&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004094 10.0.0.23 - - [2025-12-04 03:08:00] "GET /domains?obj_uuids=77f3106b-db9e-49b5-893e-09cac574b890&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000983 10.0.0.23 - - [2025-12-04 03:08:00] "GET /domain/77f3106b-db9e-49b5-893e-09cac574b890?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.006991 10.0.0.23 - - [2025-12-04 03:08:00] "POST /id-to-fqname HTTP/1.1" 200 184 0.003767 10.0.0.23 - - [2025-12-04 03:08:00] "POST /fqname-to-id HTTP/1.1" 404 193 0.006616 10.0.0.23 - - [2025-12-04 03:08:00] "POST /security-groups HTTP/1.1" 200 585 0.073606 10.0.0.23 - - [2025-12-04 03:08:00] "POST /projects HTTP/1.1" 200 573 0.327287 10.0.0.33 - - [2025-12-04 03:08:00] "POST /access-control-lists HTTP/1.1" 200 590 0.027995 10.0.0.23 - - [2025-12-04 03:08:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.402287 10.0.0.27 - - [2025-12-04 03:08:00] "GET /project/fcb8a086-405c-46bd-9594-59daac9eeb26?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1340 0.566324 10.0.0.27 - - [2025-12-04 03:08:02] "GET / HTTP/1.1" 200 35931 0.001495 10.0.0.27 - - [2025-12-04 03:08:02] "POST /fqname-to-id HTTP/1.1" 401 292 0.000533 10.0.0.27 - - [2025-12-04 03:08:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.071613 10.0.0.23 - - [2025-12-04 03:08:03] "GET /projects?obj_uuids=fcb8a086-405c-46bd-9594-59daac9eeb26&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001091 10.0.0.27 - - [2025-12-04 03:08:03] "GET /project/fcb8a086-405c-46bd-9594-59daac9eeb26?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1340 0.048432 10.0.0.23 - - [2025-12-04 03:08:03] "GET /projects?obj_uuids=fcb8a086-405c-46bd-9594-59daac9eeb26&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001139 10.0.0.27 - - [2025-12-04 03:08:03] "POST /neutron/network HTTP/1.1" 200 599 0.153757 10.0.0.33 - - [2025-12-04 03:08:03] "POST /route-targets HTTP/1.1" 200 327 0.016193 10.0.0.23 - - [2025-12-04 03:08:03] "POST /fqname-to-id HTTP/1.1" 404 207 0.018993 10.0.0.27 - - [2025-12-04 03:08:03] "POST /neutron/network HTTP/1.1" 200 991 0.011203 10.0.0.27 - - [2025-12-04 03:08:03] "POST /id-to-fqname HTTP/1.1" 200 214 0.001152 10.0.0.27 - - [2025-12-04 03:08:03] "GET /virtual-network/8739bdd0-5dcd-4195-b028-dcb9140463a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2609 0.005728 10.0.0.27 - - [2025-12-04 03:08:04] "GET /virtual-network/8739bdd0-5dcd-4195-b028-dcb9140463a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2609 0.005363 10.0.0.27 - - [2025-12-04 03:08:04] "POST /neutron/subnet HTTP/1.1" 200 720 0.011317 10.0.0.27 - - [2025-12-04 03:08:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003413 10.0.0.23 - - [2025-12-04 03:08:04] "GET /projects?obj_uuids=fcb8a086-405c-46bd-9594-59daac9eeb26&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001028 10.0.0.27 - - [2025-12-04 03:08:04] "GET /project/fcb8a086-405c-46bd-9594-59daac9eeb26?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1340 0.045258 10.0.0.23 - - [2025-12-04 03:08:04] "GET /projects?obj_uuids=fcb8a086-405c-46bd-9594-59daac9eeb26&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001274 10.0.0.27 - - [2025-12-04 03:08:04] "POST /neutron/network HTTP/1.1" 200 599 0.164556 10.0.0.33 - - [2025-12-04 03:08:04] "POST /ref-update HTTP/1.1" 200 156 0.029161 10.0.0.27 - - [2025-12-04 03:08:04] "POST /neutron/network HTTP/1.1" 200 990 0.011271 10.0.0.27 - - [2025-12-04 03:08:04] "POST /id-to-fqname HTTP/1.1" 200 214 0.001239 10.0.0.27 - - [2025-12-04 03:08:04] "GET /virtual-network/7fdd5e0a-3a99-4a64-9415-4d7ec67df4e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2606 0.009798 10.0.0.27 - - [2025-12-04 03:08:04] "GET /virtual-network/7fdd5e0a-3a99-4a64-9415-4d7ec67df4e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2606 0.005949 10.0.0.27 - - [2025-12-04 03:08:04] "POST /neutron/subnet HTTP/1.1" 200 725 0.010268 10.0.0.27 - - [2025-12-04 03:08:05] "POST /id-to-fqname HTTP/1.1" 200 214 0.001395 10.0.0.23 - - [2025-12-04 03:08:05] "GET /projects?obj_uuids=fcb8a086-405c-46bd-9594-59daac9eeb26&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001338 10.0.0.27 - - [2025-12-04 03:08:05] "GET /project/fcb8a086-405c-46bd-9594-59daac9eeb26?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1340 0.077418 10.0.0.27 - - [2025-12-04 03:08:06] "POST /neutron/network HTTP/1.1" 200 991 0.008972 10.0.0.27 - - [2025-12-04 03:08:06] "POST /id-to-fqname HTTP/1.1" 200 214 0.001390 10.0.0.27 - - [2025-12-04 03:08:06] "POST /neutron/port HTTP/1.1" 200 117 0.007125 10.0.0.23 - - [2025-12-04 03:08:06] "GET /projects?obj_uuids=fcb8a086-405c-46bd-9594-59daac9eeb26&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001088 10.0.0.27 - - [2025-12-04 03:08:07] "POST /neutron/port HTTP/1.1" 200 1160 0.364212 10.0.0.23 - - [2025-12-04 03:08:07] "GET /projects?obj_uuids=fcb8a086-405c-46bd-9594-59daac9eeb26&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001823 10.0.0.27 - - [2025-12-04 03:08:07] "POST /neutron/port HTTP/1.1" 200 1214 0.163028 10.0.0.27 - - [2025-12-04 03:08:07] "GET /project/fcb8a086-405c-46bd-9594-59daac9eeb26?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1340 0.166181 10.0.0.27 - - [2025-12-04 03:08:07] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004549 10.0.0.27 - - [2025-12-04 03:08:07] "POST /neutron/port HTTP/1.1" 200 117 0.001237 10.0.0.27 - - [2025-12-04 03:08:07] "POST /neutron/port HTTP/1.1" 200 1188 0.018194 10.0.0.27 - - [2025-12-04 03:08:07] "POST /id-to-fqname HTTP/1.1" 200 214 0.001595 10.0.0.27 - - [2025-12-04 03:08:07] "POST /neutron/port HTTP/1.1" 200 1188 0.044681 10.0.0.27 - - [2025-12-04 03:08:08] "POST /neutron/network HTTP/1.1" 200 1001 0.011654 10.0.0.23 - - [2025-12-04 03:08:08] "GET /obj-perms HTTP/1.1" 200 5056 0.114784 10.0.0.27 - - [2025-12-04 03:08:08] "POST /neutron/port HTTP/1.1" 200 1160 0.022148 10.0.0.27 - - [2025-12-04 03:08:08] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003819 10.0.0.27 - - [2025-12-04 03:08:08] "POST /neutron/port HTTP/1.1" 200 117 0.001109 10.0.0.27 - - [2025-12-04 03:08:09] "GET /obj-perms HTTP/1.1" 200 5056 0.153717 10.0.0.23 - - [2025-12-04 03:08:09] "GET /projects?obj_uuids=fcb8a086-405c-46bd-9594-59daac9eeb26&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001118 10.0.0.27 - - [2025-12-04 03:08:09] "GET /project/fcb8a086-405c-46bd-9594-59daac9eeb26?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1340 0.151629 10.0.0.27 - - [2025-12-04 03:08:09] "POST /neutron/network HTTP/1.1" 200 990 0.026478 10.0.0.27 - - [2025-12-04 03:08:09] "POST /neutron/port HTTP/1.1" 200 117 0.007214 10.0.0.27 - - [2025-12-04 03:08:09] "POST /neutron/port HTTP/1.1" 200 1188 0.016210 10.0.0.27 - - [2025-12-04 03:08:10] "POST /neutron/security_group HTTP/1.1" 200 2052 0.016830 10.0.0.27 - - [2025-12-04 03:08:10] "GET /virtual-machine/d2b2b2b7-30bf-4454-9376-084f6d62b9cc HTTP/1.1" 401 292 0.000440 10.0.0.27 - - [2025-12-04 03:08:10] "POST /neutron/port HTTP/1.1" 200 1159 0.035647 10.0.0.27 - - [2025-12-04 03:08:10] "GET /virtual-machine/d2b2b2b7-30bf-4454-9376-084f6d62b9cc HTTP/1.1" 200 1287 0.051065 10.0.0.27 - - [2025-12-04 03:08:10] "GET /virtual-machine-interface/60bf7ff2-d5ad-4afc-8962-4200bc470036 HTTP/1.1" 200 3104 0.008810 10.0.0.27 - - [2025-12-04 03:08:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003092 10.0.0.27 - - [2025-12-04 03:08:10] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003444 10.0.0.27 - - [2025-12-04 03:08:10] "GET /virtual-networks?parent_id=fcb8a086-405c-46bd-9594-59daac9eeb26&detail=False&count=False&shared=False HTTP/1.1" 200 559 0.002561 10.0.0.27 - - [2025-12-04 03:08:10] "GET /virtual-network/8739bdd0-5dcd-4195-b028-dcb9140463a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2609 0.006142 10.0.0.27 - - [2025-12-04 03:08:10] "POST /neutron/port HTTP/1.1" 200 1187 0.018795 10.0.0.27 - - [2025-12-04 03:08:11] "POST /neutron/subnet HTTP/1.1" 200 1375 0.015470 10.0.0.27 - - [2025-12-04 03:08:11] "POST /neutron/network HTTP/1.1" 200 990 0.011653 10.0.0.27 - - [2025-12-04 03:08:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003864 10.0.0.27 - - [2025-12-04 03:08:13] "GET /virtual-network/8739bdd0-5dcd-4195-b028-dcb9140463a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2609 0.006404 10.0.0.27 - - [2025-12-04 03:08:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003480 10.0.0.27 - - [2025-12-04 03:08:18] "GET /virtual-network/8739bdd0-5dcd-4195-b028-dcb9140463a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2609 0.007000 10.0.0.27 - - [2025-12-04 03:08:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.004682 10.0.0.27 - - [2025-12-04 03:08:22] "GET /virtual-network/8739bdd0-5dcd-4195-b028-dcb9140463a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2609 0.006118 10.0.0.27 - - [2025-12-04 03:08:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004413 10.0.0.27 - - [2025-12-04 03:08:26] "GET /virtual-network/8739bdd0-5dcd-4195-b028-dcb9140463a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2609 0.006878 10.0.0.27 - - [2025-12-04 03:08:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003980 10.0.0.27 - - [2025-12-04 03:08:30] "GET /virtual-network/8739bdd0-5dcd-4195-b028-dcb9140463a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2609 0.006326 10.0.0.27 - - [2025-12-04 03:08:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004143 10.0.0.27 - - [2025-12-04 03:08:34] "GET /virtual-network/8739bdd0-5dcd-4195-b028-dcb9140463a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2609 0.005690 10.0.0.33 - - [2025-12-04 03:08:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000669 10.0.0.33 - - [2025-12-04 03:08:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000454 10.0.0.23 - - [2025-12-04 03:08:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000401 10.0.0.23 - - [2025-12-04 03:08:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000463 10.0.0.23 - - [2025-12-04 03:08:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000534 10.0.0.33 - - [2025-12-04 03:08:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000454 10.0.0.23 - - [2025-12-04 03:08:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000401 10.0.0.33 - - [2025-12-04 03:08:38] "GET /global-system-configs HTTP/1.1" 401 292 0.000454 10.0.0.27 - - [2025-12-04 03:08:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003680 10.0.0.27 - - [2025-12-04 03:08:38] "GET /virtual-network/8739bdd0-5dcd-4195-b028-dcb9140463a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2609 0.005995 10.0.0.27 - - [2025-12-04 03:08:38] "GET /global-system-configs HTTP/1.1" 401 292 0.000423 10.0.0.27 - - [2025-12-04 03:08:38] "GET /global-system-configs HTTP/1.1" 401 292 0.000396 10.0.0.27 - - [2025-12-04 03:08:40] "GET /global-system-configs HTTP/1.1" 401 292 0.001062 10.0.0.27 - - [2025-12-04 03:08:40] "GET /global-system-configs HTTP/1.1" 401 292 0.000390 10.0.0.23 - - [2025-12-04 03:08:40] "DELETE /project/fcb8a086405c46bd959459daac9eeb26 HTTP/1.1" 404 173 0.006514 10.0.0.23 - - [2025-12-04 03:08:40] "DELETE /project/d66ada2fb5fe454380f0dcb53b8885db HTTP/1.1" 404 173 0.008523 10.0.0.23 - - [2025-12-04 03:08:40] "GET /projects?obj_uuids=d66ada2f-b5fe-4543-80f0-dcb53b8885db&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000914 10.0.0.23 - - [2025-12-04 03:08:40] "GET /project/d66ada2f-b5fe-4543-80f0-dcb53b8885db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1516 0.040747 10.0.0.23 - - [2025-12-04 03:08:40] "GET /projects?obj_uuids=d66ada2f-b5fe-4543-80f0-dcb53b8885db&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001206 10.0.0.23 - - [2025-12-04 03:08:41] "GET /project/d66ada2f-b5fe-4543-80f0-dcb53b8885db?fields=security_groups HTTP/1.1" 200 1399 0.057713 10.0.0.23 - - [2025-12-04 03:08:41] "DELETE /security-group/e8b43268-bf85-48ed-9706-ed48e32c6c13 HTTP/1.1" 200 115 0.053889 10.0.0.23 - - [2025-12-04 03:08:41] "GET /projects?obj_uuids=d66ada2f-b5fe-4543-80f0-dcb53b8885db&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001369 10.0.0.23 - - [2025-12-04 03:08:41] "GET /project/d66ada2f-b5fe-4543-80f0-dcb53b8885db?fields=application_policy_sets HTTP/1.1" 200 1438 0.055308 10.0.0.23 - - [2025-12-04 03:08:41] "DELETE /project/d66ada2f-b5fe-4543-80f0-dcb53b8885db HTTP/1.1" 200 115 0.408741 10.0.0.27 - - [2025-12-04 03:08:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003370 10.0.0.27 - - [2025-12-04 03:08:42] "GET /virtual-network/8739bdd0-5dcd-4195-b028-dcb9140463a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2609 0.006614 10.0.0.27 - - [2025-12-04 03:08:44] "POST /neutron/network HTTP/1.1" 200 1001 0.007997 10.0.0.27 - - [2025-12-04 03:08:44] "POST /neutron/subnet HTTP/1.1" 200 1380 0.014797 10.0.0.27 - - [2025-12-04 03:08:44] "POST /neutron/network HTTP/1.1" 200 991 0.008860 10.0.0.27 - - [2025-12-04 03:08:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004219 10.0.0.27 - - [2025-12-04 03:08:46] "GET /virtual-network/8739bdd0-5dcd-4195-b028-dcb9140463a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2609 0.008939 10.0.0.27 - - [2025-12-04 03:08:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003575 10.0.0.27 - - [2025-12-04 03:08:50] "GET /virtual-network/8739bdd0-5dcd-4195-b028-dcb9140463a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2609 0.005868 10.0.0.27 - - [2025-12-04 03:08:51] "POST /neutron/network HTTP/1.1" 200 1001 0.008010 10.0.0.27 - - [2025-12-04 03:08:51] "POST /neutron/subnet HTTP/1.1" 200 1380 0.014705 10.0.0.27 - - [2025-12-04 03:08:51] "POST /neutron/network HTTP/1.1" 200 991 0.009889 10.0.0.27 - - [2025-12-04 03:08:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003325 10.0.0.27 - - [2025-12-04 03:08:52] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003516 10.0.0.27 - - [2025-12-04 03:08:52] "GET /virtual-networks?parent_id=fcb8a086-405c-46bd-9594-59daac9eeb26&detail=False&count=False&shared=False HTTP/1.1" 200 559 0.003554 10.0.0.27 - - [2025-12-04 03:08:52] "GET /virtual-network/8739bdd0-5dcd-4195-b028-dcb9140463a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2609 0.005866 10.0.0.27 - - [2025-12-04 03:08:58] "POST /neutron/port HTTP/1.1" 200 1188 0.017731 10.0.0.27 - - [2025-12-04 03:09:02] "POST /neutron/security_group HTTP/1.1" 200 2052 0.007799 10.0.0.27 - - [2025-12-04 03:09:08] "POST /neutron/port HTTP/1.1" 200 1188 0.018243 10.0.0.33 - - [2025-12-04 03:09:09] "GET /obj-perms HTTP/1.1" 200 5056 0.058301 10.0.0.27 - - [2025-12-04 03:09:13] "POST /neutron/security_group HTTP/1.1" 200 2052 0.007718 10.0.0.27 - - [2025-12-04 03:09:14] "POST /neutron/port HTTP/1.1" 200 1188 0.021110 10.0.0.27 - - [2025-12-04 03:09:14] "GET /virtual-machine/771d9225-af6d-4b5a-9710-54062244eea7 HTTP/1.1" 200 1286 0.006635 10.0.0.27 - - [2025-12-04 03:09:14] "GET /virtual-machine-interface/7b9ccf85-c4fa-4d4f-88b1-7c6f31ea521a HTTP/1.1" 200 3104 0.007654 10.0.0.27 - - [2025-12-04 03:09:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003551 10.0.0.27 - - [2025-12-04 03:09:14] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004804 10.0.0.27 - - [2025-12-04 03:09:14] "GET /virtual-networks?parent_id=fcb8a086-405c-46bd-9594-59daac9eeb26&detail=False&count=False&shared=False HTTP/1.1" 200 559 0.003290 10.0.0.27 - - [2025-12-04 03:09:14] "GET /virtual-network/8739bdd0-5dcd-4195-b028-dcb9140463a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2609 0.006066 10.0.0.27 - - [2025-12-04 03:09:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003592 10.0.0.27 - - [2025-12-04 03:09:15] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004431 10.0.0.27 - - [2025-12-04 03:09:15] "GET /virtual-networks?parent_id=fcb8a086-405c-46bd-9594-59daac9eeb26&detail=False&count=False&shared=False HTTP/1.1" 200 559 0.003835 10.0.0.27 - - [2025-12-04 03:09:15] "GET /virtual-network/8739bdd0-5dcd-4195-b028-dcb9140463a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2609 0.007162 10.0.0.27 - - [2025-12-04 03:09:15] "POST /neutron/port HTTP/1.1" 200 1188 0.021076 10.0.0.27 - - [2025-12-04 03:09:18] "POST /neutron/port HTTP/1.1" 200 1187 0.016729 10.0.0.27 - - [2025-12-04 03:09:20] "POST /neutron/security_group HTTP/1.1" 200 2052 0.008400 10.0.0.27 - - [2025-12-04 03:09:26] "POST /neutron/port HTTP/1.1" 200 1187 0.019226 10.0.0.27 - - [2025-12-04 03:09:26] "POST /neutron/security_group HTTP/1.1" 200 2052 0.007421 10.0.0.27 - - [2025-12-04 03:09:26] "GET /virtual-machine/2e88ae49-4455-4913-8499-7e74bd66f5e3 HTTP/1.1" 200 1285 0.007017 10.0.0.27 - - [2025-12-04 03:09:26] "GET /virtual-machine-interface/609917d0-443e-4b77-b9d5-09f19cbb2b8c HTTP/1.1" 200 3105 0.008090 10.0.0.27 - - [2025-12-04 03:09:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003812 10.0.0.27 - - [2025-12-04 03:09:26] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004525 10.0.0.27 - - [2025-12-04 03:09:26] "GET /virtual-networks?parent_id=fcb8a086-405c-46bd-9594-59daac9eeb26&detail=False&count=False&shared=False HTTP/1.1" 200 559 0.003261 10.0.0.27 - - [2025-12-04 03:09:26] "GET /virtual-network/7fdd5e0a-3a99-4a64-9415-4d7ec67df4e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2606 0.006280 10.0.0.27 - - [2025-12-04 03:09:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003812 10.0.0.27 - - [2025-12-04 03:09:27] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004842 10.0.0.27 - - [2025-12-04 03:09:27] "GET /virtual-networks?parent_id=fcb8a086-405c-46bd-9594-59daac9eeb26&detail=False&count=False&shared=False HTTP/1.1" 200 559 0.003114 10.0.0.27 - - [2025-12-04 03:09:27] "GET /virtual-network/7fdd5e0a-3a99-4a64-9415-4d7ec67df4e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2606 0.006592 10.0.0.27 - - [2025-12-04 03:09:34] "GET /forwarding-classs?detail=False&count=False&shared=False HTTP/1.1" 200 133 0.003374 10.0.0.27 - - [2025-12-04 03:09:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003416 10.0.0.27 - - [2025-12-04 03:09:34] "GET /global-qos-config/97afd1e1-6e99-462f-99c3-9f40870e4635?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1085 0.004478 10.0.0.27 - - [2025-12-04 03:09:34] "POST /fqname-to-id HTTP/1.1" 404 222 0.003152 10.0.0.27 - - [2025-12-04 03:09:34] "POST /forwarding-classs HTTP/1.1" 200 576 0.028221 10.0.0.27 - - [2025-12-04 03:09:34] "POST /id-to-fqname HTTP/1.1" 200 232 0.003656 10.0.0.27 - - [2025-12-04 03:09:34] "GET /forwarding-class/b472a6e2-646f-47b3-843c-136d8307b7f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1251 0.004582 10.0.0.23 - - [2025-12-04 03:09:34] "GET /projects?obj_uuids=fcb8a086-405c-46bd-9594-59daac9eeb26&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.033261 10.0.0.27 - - [2025-12-04 03:09:34] "GET /project/fcb8a086-405c-46bd-9594-59daac9eeb26?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1340 0.075042 10.0.0.27 - - [2025-12-04 03:09:34] "POST /fqname-to-id HTTP/1.1" 404 211 0.003935 10.0.0.27 - - [2025-12-04 03:09:34] "POST /qos-configs HTTP/1.1" 200 543 0.038997 10.0.0.27 - - [2025-12-04 03:09:34] "POST /id-to-fqname HTTP/1.1" 200 217 0.004333 10.0.0.27 - - [2025-12-04 03:09:34] "GET /qos-config/b45df1bd-1078-4587-8f16-5bb9725e327b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1504 0.005217 10.0.0.27 - - [2025-12-04 03:09:34] "GET /virtual-machine-interface/60bf7ff2-d5ad-4afc-8962-4200bc470036?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2689 0.005970 10.0.0.27 - - [2025-12-04 03:09:34] "POST /ref-update HTTP/1.1" 200 156 0.017352 10.0.0.27 - - [2025-12-04 03:09:34] "POST /neutron/port HTTP/1.1" 200 1188 0.022977 10.0.0.27 - - [2025-12-04 03:09:35] "POST /neutron/security_group HTTP/1.1" 200 2052 0.014366 10.0.0.27 - - [2025-12-04 03:09:35] "POST /neutron/port HTTP/1.1" 200 1188 0.017515 10.0.0.27 - - [2025-12-04 03:09:35] "POST /neutron/network HTTP/1.1" 200 991 0.010315 10.0.0.27 - - [2025-12-04 03:09:35] "POST /id-to-fqname HTTP/1.1" 200 214 0.001176 10.0.0.27 - - [2025-12-04 03:09:35] "GET /virtual-machine/d2b2b2b7-30bf-4454-9376-084f6d62b9cc HTTP/1.1" 200 1287 0.004169 10.0.0.27 - - [2025-12-04 03:09:35] "GET /virtual-machine-interface/60bf7ff2-d5ad-4afc-8962-4200bc470036 HTTP/1.1" 200 3351 0.005713 10.0.0.27 - - [2025-12-04 03:09:35] "GET /instance-ip/0ad7b301-d36a-4dcf-8fef-9d04d56d4921 HTTP/1.1" 200 1627 0.006606 10.0.0.27 - - [2025-12-04 03:09:35] "GET /instance-ip/4aeb6f80-bbfb-4194-b80f-a7c6168cec75 HTTP/1.1" 200 1607 0.007173 10.0.0.27 - - [2025-12-04 03:09:35] "POST /neutron/port HTTP/1.1" 200 1188 0.016200 10.0.0.27 - - [2025-12-04 03:09:35] "POST /neutron/security_group HTTP/1.1" 200 2052 0.008312 10.0.0.27 - - [2025-12-04 03:09:35] "POST /neutron/network HTTP/1.1" 200 965 0.015933 10.0.0.27 - - [2025-12-04 03:09:35] "POST /id-to-fqname HTTP/1.1" 200 214 0.001299 10.0.0.27 - - [2025-12-04 03:09:35] "GET /virtual-machine/771d9225-af6d-4b5a-9710-54062244eea7 HTTP/1.1" 200 1286 0.004029 10.0.0.27 - - [2025-12-04 03:09:35] "GET /virtual-machine-interface/7b9ccf85-c4fa-4d4f-88b1-7c6f31ea521a HTTP/1.1" 200 3104 0.006046 10.0.0.27 - - [2025-12-04 03:09:35] "GET /instance-ip/00107411-7132-45c5-a264-9916c6f018a2 HTTP/1.1" 200 1625 0.007173 10.0.0.27 - - [2025-12-04 03:09:35] "GET /instance-ip/6a13f963-25ae-4921-8794-15deb4d451fe HTTP/1.1" 200 1606 0.006526 10.0.0.27 - - [2025-12-04 03:09:43] "POST /neutron/port HTTP/1.1" 200 1187 0.016888 10.0.0.27 - - [2025-12-04 03:09:44] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003975 10.0.0.27 - - [2025-12-04 03:09:44] "POST /neutron/port HTTP/1.1" 200 117 0.001144 10.0.0.27 - - [2025-12-04 03:09:53] "POST /neutron/port HTTP/1.1" 200 1188 0.052239 10.0.0.27 - - [2025-12-04 03:09:53] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004742 10.0.0.27 - - [2025-12-04 03:09:54] "POST /neutron/port HTTP/1.1" 200 117 0.001509 10.0.0.27 - - [2025-12-04 03:10:41] "GET /virtual-machine-interface/60bf7ff2-d5ad-4afc-8962-4200bc470036?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2936 0.006253 10.0.0.27 - - [2025-12-04 03:10:41] "POST /ref-update HTTP/1.1" 200 156 0.016253 10.0.0.27 - - [2025-12-04 03:10:41] "DELETE /qos-config/b45df1bd-1078-4587-8f16-5bb9725e327b HTTP/1.1" 200 115 0.036871 10.0.0.27 - - [2025-12-04 03:10:41] "POST /id-to-fqname HTTP/1.1" 200 232 0.002463 10.0.0.27 - - [2025-12-04 03:10:41] "DELETE /forwarding-class/b472a6e2-646f-47b3-843c-136d8307b7f4 HTTP/1.1" 200 115 0.030869 10.0.0.27 - - [2025-12-04 03:10:42] "POST /neutron/network HTTP/1.1" 400 204 0.015564 10.0.0.27 - - [2025-12-04 03:10:43] "POST /neutron/port HTTP/1.1" 200 1214 0.016618 10.0.0.27 - - [2025-12-04 03:10:43] "POST /neutron/port HTTP/1.1" 200 1213 0.012946 10.0.0.27 - - [2025-12-04 03:10:43] "POST /neutron/port HTTP/1.1" 200 151 0.354316 10.0.0.33 - - [2025-12-04 03:10:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003348 10.0.0.27 - - [2025-12-04 03:10:45] "POST /neutron/network HTTP/1.1" 200 991 0.009486 10.0.0.33 - - [2025-12-04 03:10:45] "DELETE /route-target/7baf81b1-911a-4da4-9e3e-9b351b3e890f HTTP/1.1" 200 115 0.025233 10.0.0.23 - - [2025-12-04 03:10:45] "GET /projects?obj_uuids=fcb8a086-405c-46bd-9594-59daac9eeb26&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.002447 10.0.0.27 - - [2025-12-04 03:10:45] "GET /project/fcb8a086-405c-46bd-9594-59daac9eeb26?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1340 0.090161 10.0.0.23 - - [2025-12-04 03:10:45] "GET /projects?obj_uuids=fcb8a086-405c-46bd-9594-59daac9eeb26&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001649 10.0.0.27 - - [2025-12-04 03:10:45] "GET /project/fcb8a086-405c-46bd-9594-59daac9eeb26?fields=virtual_networks HTTP/1.1" 200 1021 0.057995 10.0.0.23 - - [2025-12-04 03:10:45] "GET /projects?obj_uuids=fcb8a086-405c-46bd-9594-59daac9eeb26&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001153 10.0.0.27 - - [2025-12-04 03:10:45] "GET /project/fcb8a086-405c-46bd-9594-59daac9eeb26?fields=virtual_machine_interfaces HTTP/1.1" 200 1021 0.064489 10.0.0.23 - - [2025-12-04 03:10:45] "GET /projects?obj_uuids=fcb8a086-405c-46bd-9594-59daac9eeb26&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001051 10.0.0.27 - - [2025-12-04 03:10:45] "GET /project/fcb8a086-405c-46bd-9594-59daac9eeb26?fields=security_groups HTTP/1.1" 200 1241 0.060065 10.0.0.27 - - [2025-12-04 03:10:46] "POST /fqname-to-id HTTP/1.1" 404 181 0.031191 10.0.0.23 - - [2025-12-04 03:10:46] "GET /projects?obj_uuids=be3d7e47-539a-496a-8c62-9e5cbc1aab63&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003630 10.0.0.23 - - [2025-12-04 03:10:46] "GET /domains?obj_uuids=77f3106b-db9e-49b5-893e-09cac574b890&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001139 10.0.0.23 - - [2025-12-04 03:10:46] "GET /domain/77f3106b-db9e-49b5-893e-09cac574b890?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.043574 10.0.0.23 - - [2025-12-04 03:10:47] "POST /id-to-fqname HTTP/1.1" 200 183 0.004733 10.0.0.23 - - [2025-12-04 03:10:47] "POST /fqname-to-id HTTP/1.1" 404 192 0.005762 10.0.0.23 - - [2025-12-04 03:10:47] "POST /security-groups HTTP/1.1" 200 584 0.080961 10.0.0.23 - - [2025-12-04 03:10:47] "POST /projects HTTP/1.1" 200 571 0.300873 10.0.0.33 - - [2025-12-04 03:10:47] "POST /fqname-to-id HTTP/1.1" 404 226 0.012197 10.0.0.23 - - [2025-12-04 03:10:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.381137 10.0.0.27 - - [2025-12-04 03:10:47] "GET /project/be3d7e47-539a-496a-8c62-9e5cbc1aab63?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1336 0.589283 10.0.0.27 - - [2025-12-04 03:10:48] "GET / HTTP/1.1" 200 35931 0.002264 10.0.0.27 - - [2025-12-04 03:10:50] "POST /fqname-to-id HTTP/1.1" 401 292 0.000456 10.0.0.27 - - [2025-12-04 03:10:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.064044 10.0.0.23 - - [2025-12-04 03:10:50] "GET /projects?obj_uuids=be3d7e47-539a-496a-8c62-9e5cbc1aab63&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001247 10.0.0.27 - - [2025-12-04 03:10:50] "GET /project/be3d7e47-539a-496a-8c62-9e5cbc1aab63?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1336 0.044294 10.0.0.23 - - [2025-12-04 03:10:50] "GET /projects?obj_uuids=be3d7e47-539a-496a-8c62-9e5cbc1aab63&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001190 10.0.0.27 - - [2025-12-04 03:10:51] "POST /neutron/network HTTP/1.1" 200 612 0.162328 10.0.0.33 - - [2025-12-04 03:10:51] "POST /ref-update HTTP/1.1" 200 156 0.026016 10.0.0.27 - - [2025-12-04 03:10:51] "POST /id-to-fqname HTTP/1.1" 200 220 0.003734 10.0.0.27 - - [2025-12-04 03:10:51] "GET /virtual-network/fc20c3fa-9291-43a6-a50a-bd473e939f93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.006507 10.0.0.27 - - [2025-12-04 03:10:51] "POST /neutron/network HTTP/1.1" 200 831 0.007733 10.0.0.27 - - [2025-12-04 03:10:51] "GET /virtual-network/fc20c3fa-9291-43a6-a50a-bd473e939f93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.006474 10.0.0.27 - - [2025-12-04 03:10:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003887 10.0.0.27 - - [2025-12-04 03:10:51] "GET /virtual-network/fc20c3fa-9291-43a6-a50a-bd473e939f93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005971 10.0.0.27 - - [2025-12-04 03:10:51] "PUT /virtual-network/fc20c3fa-9291-43a6-a50a-bd473e939f93 HTTP/1.1" 200 264 0.064032 10.0.0.27 - - [2025-12-04 03:10:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004848 10.0.0.23 - - [2025-12-04 03:10:51] "GET /projects?obj_uuids=be3d7e47-539a-496a-8c62-9e5cbc1aab63&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001242 10.0.0.27 - - [2025-12-04 03:10:51] "GET /project/be3d7e47-539a-496a-8c62-9e5cbc1aab63?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1336 0.052784 10.0.0.27 - - [2025-12-04 03:10:51] "POST /neutron/network HTTP/1.1" 200 117 0.015827 10.0.0.33 - - [2025-12-04 03:10:51] "POST /route-targets HTTP/1.1" 200 327 0.014868 10.0.0.27 - - [2025-12-04 03:10:52] "POST /neutron/network HTTP/1.1" 200 829 0.009139 10.0.0.27 - - [2025-12-04 03:10:52] "POST /id-to-fqname HTTP/1.1" 200 220 0.001199 10.0.0.27 - - [2025-12-04 03:10:52] "GET /virtual-network/4f293395-adb3-4fae-8629-319e7efc8d5c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.006741 10.0.0.27 - - [2025-12-04 03:10:52] "GET /virtual-network/4f293395-adb3-4fae-8629-319e7efc8d5c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.006677 10.0.0.27 - - [2025-12-04 03:10:52] "POST /neutron/subnet HTTP/1.1" 200 714 0.011471 10.0.0.27 - - [2025-12-04 03:10:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.006764 10.0.0.27 - - [2025-12-04 03:10:52] "GET /virtual-network/4f293395-adb3-4fae-8629-319e7efc8d5c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.009684 10.0.0.27 - - [2025-12-04 03:10:52] "PUT /virtual-network/4f293395-adb3-4fae-8629-319e7efc8d5c HTTP/1.1" 200 264 0.080627 10.0.0.27 - - [2025-12-04 03:10:52] "POST /id-to-fqname HTTP/1.1" 200 220 0.001277 10.0.0.23 - - [2025-12-04 03:10:53] "GET /projects?obj_uuids=be3d7e47-539a-496a-8c62-9e5cbc1aab63&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001551 10.0.0.27 - - [2025-12-04 03:10:53] "GET /project/be3d7e47-539a-496a-8c62-9e5cbc1aab63?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1336 0.078404 10.0.0.27 - - [2025-12-04 03:10:53] "POST /neutron/port HTTP/1.1" 200 117 0.006265 10.0.0.27 - - [2025-12-04 03:10:53] "POST /id-to-fqname HTTP/1.1" 200 220 0.001357 10.0.0.27 - - [2025-12-04 03:10:54] "POST /neutron/network HTTP/1.1" 200 839 0.007823 10.0.0.27 - - [2025-12-04 03:10:54] "POST /neutron/port HTTP/1.1" 200 1053 0.018730 10.0.0.27 - - [2025-12-04 03:10:54] "POST /neutron/port HTTP/1.1" 200 1081 0.026299 10.0.0.23 - - [2025-12-04 03:10:55] "GET /projects?obj_uuids=be3d7e47-539a-496a-8c62-9e5cbc1aab63&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001114 10.0.0.27 - - [2025-12-04 03:10:55] "GET /project/be3d7e47-539a-496a-8c62-9e5cbc1aab63?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1336 0.100636 10.0.0.27 - - [2025-12-04 03:10:55] "POST /neutron/port HTTP/1.1" 200 117 0.001186 10.0.0.27 - - [2025-12-04 03:10:55] "POST /neutron/port HTTP/1.1" 200 1081 0.037369 10.0.0.27 - - [2025-12-04 03:10:55] "POST /neutron/port HTTP/1.1" 200 1081 0.023735 10.0.0.23 - - [2025-12-04 03:10:55] "GET /projects?obj_uuids=be3d7e47-539a-496a-8c62-9e5cbc1aab63&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001081 10.0.0.27 - - [2025-12-04 03:10:56] "POST /neutron/port HTTP/1.1" 200 1051 0.320900 10.0.0.27 - - [2025-12-04 03:10:56] "POST /neutron/port HTTP/1.1" 200 1105 0.155015 10.0.0.27 - - [2025-12-04 03:10:56] "POST /neutron/subnet HTTP/1.1" 200 688 0.010560 10.0.0.27 - - [2025-12-04 03:11:00] "POST /neutron/port HTTP/1.1" 200 1081 0.018542 10.0.0.27 - - [2025-12-04 03:11:00] "POST /neutron/security_group HTTP/1.1" 200 2051 0.009291 10.0.0.27 - - [2025-12-04 03:11:00] "GET /virtual-machine/7efd657f-1aa3-4c44-9853-498050f6baf0 HTTP/1.1" 401 292 0.000446 10.0.0.27 - - [2025-12-04 03:11:01] "GET /virtual-machine/7efd657f-1aa3-4c44-9853-498050f6baf0 HTTP/1.1" 200 1285 0.036821 10.0.0.27 - - [2025-12-04 03:11:01] "GET /virtual-machine-interface/880b117f-eeaf-4cb0-bb18-b77f1e1a1ce9 HTTP/1.1" 200 2927 0.006420 10.0.0.27 - - [2025-12-04 03:11:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.005904 10.0.0.27 - - [2025-12-04 03:11:01] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003892 10.0.0.27 - - [2025-12-04 03:11:01] "GET /virtual-networks?parent_id=be3d7e47-539a-496a-8c62-9e5cbc1aab63&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003838 10.0.0.27 - - [2025-12-04 03:11:01] "GET /virtual-network/fc20c3fa-9291-43a6-a50a-bd473e939f93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2111 0.005677 10.0.0.27 - - [2025-12-04 03:11:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003568 10.0.0.27 - - [2025-12-04 03:11:04] "GET /virtual-network/fc20c3fa-9291-43a6-a50a-bd473e939f93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2111 0.006268 10.0.0.27 - - [2025-12-04 03:11:04] "POST /neutron/port HTTP/1.1" 200 1081 0.049473 10.0.0.27 - - [2025-12-04 03:11:06] "POST /neutron/security_group HTTP/1.1" 200 2051 0.008131 10.0.0.27 - - [2025-12-04 03:11:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004040 10.0.0.27 - - [2025-12-04 03:11:06] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004223 10.0.0.27 - - [2025-12-04 03:11:06] "GET /virtual-networks?parent_id=be3d7e47-539a-496a-8c62-9e5cbc1aab63&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003209 10.0.0.27 - - [2025-12-04 03:11:06] "GET /virtual-network/fc20c3fa-9291-43a6-a50a-bd473e939f93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2111 0.007799 10.0.0.27 - - [2025-12-04 03:11:11] "POST /neutron/port HTTP/1.1" 200 1079 0.014668 10.0.0.27 - - [2025-12-04 03:11:12] "POST /neutron/security_group HTTP/1.1" 200 2051 0.007432 10.0.0.27 - - [2025-12-04 03:11:12] "GET /virtual-machine/dd64a8a2-ca86-41cc-83bc-dc7ee47db6dd HTTP/1.1" 200 1285 0.006420 10.0.0.27 - - [2025-12-04 03:11:12] "GET /virtual-machine-interface/c54f18da-8e02-41ea-959f-f6c5e7cdffb4 HTTP/1.1" 200 2928 0.006510 10.0.0.27 - - [2025-12-04 03:11:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003933 10.0.0.27 - - [2025-12-04 03:11:12] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003485 10.0.0.27 - - [2025-12-04 03:11:12] "GET /virtual-networks?parent_id=be3d7e47-539a-496a-8c62-9e5cbc1aab63&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.002943 10.0.0.27 - - [2025-12-04 03:11:12] "GET /virtual-network/4f293395-adb3-4fae-8629-319e7efc8d5c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2103 0.005983 10.0.0.27 - - [2025-12-04 03:11:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004037 10.0.0.27 - - [2025-12-04 03:11:13] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004447 10.0.0.27 - - [2025-12-04 03:11:13] "GET /virtual-networks?parent_id=be3d7e47-539a-496a-8c62-9e5cbc1aab63&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.004128 10.0.0.27 - - [2025-12-04 03:11:13] "GET /virtual-network/4f293395-adb3-4fae-8629-319e7efc8d5c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2103 0.005977 10.0.0.27 - - [2025-12-04 03:11:13] "POST /routing-policys HTTP/1.1" 200 534 0.032325 10.0.0.27 - - [2025-12-04 03:11:13] "GET /virtual-network/fc20c3fa-9291-43a6-a50a-bd473e939f93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2111 0.012047 10.0.0.33 - - [2025-12-04 03:11:13] "POST /ref-update HTTP/1.1" 200 156 0.039628 10.0.0.27 - - [2025-12-04 03:11:13] "PUT /virtual-network/fc20c3fa-9291-43a6-a50a-bd473e939f93 HTTP/1.1" 200 264 0.092331 10.0.0.27 - - [2025-12-04 03:11:17] "POST /ref-update HTTP/1.1" 200 156 0.053257 10.0.0.27 - - [2025-12-04 03:11:17] "DELETE /routing-policy/ff7e4fa7-7b3d-4dd6-a302-740aaa0adfbf HTTP/1.1" 200 115 0.053022 10.0.0.27 - - [2025-12-04 03:11:18] "POST /neutron/network HTTP/1.1" 200 829 0.007406 10.0.0.27 - - [2025-12-04 03:11:18] "POST /neutron/port HTTP/1.1" 200 1105 0.012601 10.0.0.27 - - [2025-12-04 03:11:18] "POST /neutron/port HTTP/1.1" 200 1107 0.017719 10.0.0.23 - - [2025-12-04 03:11:20] "POST /useragent-kv HTTP/1.1" 200 115 0.003786 10.0.0.23 - - [2025-12-04 03:11:20] "POST /useragent-kv HTTP/1.1" 200 115 0.002096 10.0.0.27 - - [2025-12-04 03:11:20] "POST /neutron/network HTTP/1.1" 200 151 0.134309 10.0.0.33 - - [2025-12-04 03:11:20] "DELETE /route-target/36e7bc59-a48c-4204-8e9b-b4e8887e4746 HTTP/1.1" 200 115 0.029258 10.0.0.33 - - [2025-12-04 03:11:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.006848 10.0.0.33 - - [2025-12-04 03:11:20] "DELETE /route-target/6fc25c41-3eba-4b01-b11b-915581e8180b HTTP/1.1" 200 115 0.033493 10.0.0.27 - - [2025-12-04 03:11:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004519 10.0.0.23 - - [2025-12-04 03:11:23] "GET /projects?obj_uuids=be3d7e47-539a-496a-8c62-9e5cbc1aab63&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.002133 10.0.0.27 - - [2025-12-04 03:11:23] "GET /project/be3d7e47-539a-496a-8c62-9e5cbc1aab63?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1336 0.049112 10.0.0.27 - - [2025-12-04 03:11:23] "POST /neutron/network HTTP/1.1" 200 117 0.012547 10.0.0.27 - - [2025-12-04 03:11:23] "POST /neutron/network HTTP/1.1" 200 831 0.010143 10.0.0.27 - - [2025-12-04 03:11:23] "POST /id-to-fqname HTTP/1.1" 200 220 0.001225 10.0.0.27 - - [2025-12-04 03:11:23] "GET /virtual-network/6919dcc2-0928-41df-9a68-ba227908a2d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005819 10.0.0.27 - - [2025-12-04 03:11:23] "GET /virtual-network/6919dcc2-0928-41df-9a68-ba227908a2d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.006819 10.0.0.27 - - [2025-12-04 03:11:23] "POST /neutron/subnet HTTP/1.1" 200 724 0.012749 10.0.0.27 - - [2025-12-04 03:11:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004737 10.0.0.27 - - [2025-12-04 03:11:23] "GET /virtual-network/6919dcc2-0928-41df-9a68-ba227908a2d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.006603 10.0.0.27 - - [2025-12-04 03:11:23] "PUT /virtual-network/6919dcc2-0928-41df-9a68-ba227908a2d8 HTTP/1.1" 200 264 0.082171 10.0.0.33 - - [2025-12-04 03:11:23] "POST /route-targets HTTP/1.1" 200 323 0.047527 10.0.0.27 - - [2025-12-04 03:11:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.005494 10.0.0.23 - - [2025-12-04 03:11:23] "GET /projects?obj_uuids=be3d7e47-539a-496a-8c62-9e5cbc1aab63&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001135 10.0.0.27 - - [2025-12-04 03:11:24] "GET /project/be3d7e47-539a-496a-8c62-9e5cbc1aab63?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1336 0.061118 10.0.0.33 - - [2025-12-04 03:11:24] "POST /ref-update HTTP/1.1" 200 156 0.032050 10.0.0.23 - - [2025-12-04 03:11:24] "POST /useragent-kv HTTP/1.1" 200 115 0.010097 10.0.0.27 - - [2025-12-04 03:11:24] "POST /neutron/subnet HTTP/1.1" 200 729 0.227675 10.0.0.27 - - [2025-12-04 03:11:24] "POST /id-to-fqname HTTP/1.1" 200 220 0.001413 10.0.0.27 - - [2025-12-04 03:11:24] "GET /virtual-network/42af46e9-76b7-4a4e-8960-0e5857ad955a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.006424 10.0.0.27 - - [2025-12-04 03:11:24] "GET /virtual-network/42af46e9-76b7-4a4e-8960-0e5857ad955a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.006958 10.0.0.27 - - [2025-12-04 03:11:24] "POST /neutron/network HTTP/1.1" 200 832 0.006649 10.0.0.27 - - [2025-12-04 03:11:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003784 10.0.0.27 - - [2025-12-04 03:11:24] "GET /virtual-network/42af46e9-76b7-4a4e-8960-0e5857ad955a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.006380 10.0.0.27 - - [2025-12-04 03:11:24] "PUT /virtual-network/42af46e9-76b7-4a4e-8960-0e5857ad955a HTTP/1.1" 200 264 0.090281 10.0.0.27 - - [2025-12-04 03:11:24] "POST /id-to-fqname HTTP/1.1" 200 220 0.001918 10.0.0.23 - - [2025-12-04 03:11:25] "GET /projects?obj_uuids=be3d7e47-539a-496a-8c62-9e5cbc1aab63&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001448 10.0.0.27 - - [2025-12-04 03:11:25] "GET /project/be3d7e47-539a-496a-8c62-9e5cbc1aab63?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1336 0.077949 10.0.0.27 - - [2025-12-04 03:11:25] "POST /neutron/network HTTP/1.1" 200 831 0.033902 10.0.0.27 - - [2025-12-04 03:11:25] "POST /id-to-fqname HTTP/1.1" 200 220 0.001426 10.0.0.27 - - [2025-12-04 03:11:26] "POST /neutron/port HTTP/1.1" 200 117 0.006946 10.0.0.23 - - [2025-12-04 03:11:26] "GET /projects?obj_uuids=be3d7e47-539a-496a-8c62-9e5cbc1aab63&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001282 10.0.0.27 - - [2025-12-04 03:11:26] "POST /neutron/port HTTP/1.1" 200 1053 0.336313 10.0.0.27 - - [2025-12-04 03:11:26] "POST /neutron/port HTTP/1.1" 200 1107 0.125571 10.0.0.23 - - [2025-12-04 03:11:26] "GET /projects?obj_uuids=be3d7e47-539a-496a-8c62-9e5cbc1aab63&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001165 10.0.0.27 - - [2025-12-04 03:11:27] "GET /project/be3d7e47-539a-496a-8c62-9e5cbc1aab63?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1336 0.138893 10.0.0.27 - - [2025-12-04 03:11:27] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003730 10.0.0.27 - - [2025-12-04 03:11:27] "POST /neutron/network HTTP/1.1" 200 831 0.007519 10.0.0.27 - - [2025-12-04 03:11:27] "POST /neutron/port HTTP/1.1" 200 117 0.018937 10.0.0.27 - - [2025-12-04 03:11:27] "POST /neutron/network HTTP/1.1" 200 842 0.009010 10.0.0.27 - - [2025-12-04 03:11:28] "POST /neutron/port HTTP/1.1" 200 1054 0.014881 10.0.0.27 - - [2025-12-04 03:11:28] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003939 10.0.0.27 - - [2025-12-04 03:11:28] "POST /neutron/network HTTP/1.1" 200 832 0.007324 10.0.0.27 - - [2025-12-04 03:11:32] "POST /neutron/port HTTP/1.1" 200 1081 0.016861 10.0.0.27 - - [2025-12-04 03:11:32] "POST /neutron/security_group HTTP/1.1" 200 2051 0.008502 10.0.0.27 - - [2025-12-04 03:11:32] "GET /virtual-machine/c4318f39-e8fc-4560-b53c-3f9f784b8cd5 HTTP/1.1" 200 1286 0.006963 10.0.0.27 - - [2025-12-04 03:11:32] "GET /virtual-machine-interface/61a0bc0c-b43d-4618-aad3-5e68c0fe9ca6 HTTP/1.1" 200 2927 0.006595 10.0.0.27 - - [2025-12-04 03:11:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003991 10.0.0.27 - - [2025-12-04 03:11:32] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004390 10.0.0.27 - - [2025-12-04 03:11:32] "GET /virtual-networks?parent_id=be3d7e47-539a-496a-8c62-9e5cbc1aab63&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.002914 10.0.0.27 - - [2025-12-04 03:11:32] "GET /virtual-network/6919dcc2-0928-41df-9a68-ba227908a2d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2110 0.005929 10.0.0.27 - - [2025-12-04 03:11:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003924 10.0.0.27 - - [2025-12-04 03:11:36] "GET /virtual-network/6919dcc2-0928-41df-9a68-ba227908a2d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2110 0.012247 10.0.0.27 - - [2025-12-04 03:11:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003789 10.0.0.27 - - [2025-12-04 03:11:38] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004442 10.0.0.27 - - [2025-12-04 03:11:38] "GET /virtual-networks?parent_id=be3d7e47-539a-496a-8c62-9e5cbc1aab63&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003761 10.0.0.27 - - [2025-12-04 03:11:38] "GET /virtual-network/6919dcc2-0928-41df-9a68-ba227908a2d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2110 0.005770 10.0.0.27 - - [2025-12-04 03:11:38] "POST /neutron/port HTTP/1.1" 200 1082 0.021087 10.0.0.27 - - [2025-12-04 03:11:38] "POST /neutron/security_group HTTP/1.1" 200 2051 0.008194 10.0.0.23 - - [2025-12-04 03:11:41] "DELETE /project/be3d7e47539a496a8c629e5cbc1aab63 HTTP/1.1" 404 173 0.007444 10.0.0.23 - - [2025-12-04 03:11:41] "GET /projects?obj_uuids=fcb8a086-405c-46bd-9594-59daac9eeb26&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.000994 10.0.0.23 - - [2025-12-04 03:11:41] "GET /project/fcb8a086-405c-46bd-9594-59daac9eeb26?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1445 0.050666 10.0.0.23 - - [2025-12-04 03:11:41] "GET /projects?obj_uuids=fcb8a086-405c-46bd-9594-59daac9eeb26&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.000956 10.0.0.23 - - [2025-12-04 03:11:41] "GET /project/fcb8a086-405c-46bd-9594-59daac9eeb26?fields=security_groups HTTP/1.1" 200 1346 0.054496 10.0.0.23 - - [2025-12-04 03:11:41] "DELETE /security-group/f5468d90-4ec5-49e3-88e3-05e4432a0550 HTTP/1.1" 200 115 0.055726 10.0.0.23 - - [2025-12-04 03:11:41] "GET /projects?obj_uuids=fcb8a086-405c-46bd-9594-59daac9eeb26&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001018 10.0.0.23 - - [2025-12-04 03:11:41] "GET /project/fcb8a086-405c-46bd-9594-59daac9eeb26?fields=application_policy_sets HTTP/1.1" 200 1385 0.061286 10.0.0.33 - - [2025-12-04 03:11:41] "DELETE /access-control-list/1023aca7-7173-4512-9dc7-bd88f1b8d301 HTTP/1.1" 200 115 0.056794 10.0.0.23 - - [2025-12-04 03:11:41] "DELETE /project/fcb8a086-405c-46bd-9594-59daac9eeb26 HTTP/1.1" 200 115 0.428448 10.0.0.27 - - [2025-12-04 03:11:43] "POST /neutron/port HTTP/1.1" 200 1082 0.016454 10.0.0.27 - - [2025-12-04 03:11:43] "POST /neutron/security_group HTTP/1.1" 200 2051 0.008171 10.0.0.27 - - [2025-12-04 03:11:43] "GET /virtual-machine/e5ed738e-14dc-46fb-82d7-be133c4f2426 HTTP/1.1" 200 1285 0.006846 10.0.0.27 - - [2025-12-04 03:11:43] "GET /virtual-machine-interface/5dde39b8-e84d-4c48-99ad-7e72e94c8a5a HTTP/1.1" 200 2927 0.006506 10.0.0.27 - - [2025-12-04 03:11:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003640 10.0.0.27 - - [2025-12-04 03:11:43] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004324 10.0.0.27 - - [2025-12-04 03:11:43] "GET /virtual-networks?parent_id=be3d7e47-539a-496a-8c62-9e5cbc1aab63&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003362 10.0.0.27 - - [2025-12-04 03:11:43] "GET /virtual-network/42af46e9-76b7-4a4e-8960-0e5857ad955a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2112 0.006761 10.0.0.27 - - [2025-12-04 03:11:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004484 10.0.0.27 - - [2025-12-04 03:11:45] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004641 10.0.0.27 - - [2025-12-04 03:11:45] "GET /virtual-networks?parent_id=be3d7e47-539a-496a-8c62-9e5cbc1aab63&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003920 10.0.0.27 - - [2025-12-04 03:11:45] "GET /virtual-network/42af46e9-76b7-4a4e-8960-0e5857ad955a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2112 0.006594 10.0.0.27 - - [2025-12-04 03:11:45] "POST /routing-policys HTTP/1.1" 200 534 0.029420 10.0.0.27 - - [2025-12-04 03:11:45] "GET /virtual-network/6919dcc2-0928-41df-9a68-ba227908a2d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2110 0.012554 10.0.0.27 - - [2025-12-04 03:11:45] "PUT /virtual-network/6919dcc2-0928-41df-9a68-ba227908a2d8 HTTP/1.1" 200 264 0.061633 10.0.0.27 - - [2025-12-04 03:11:47] "POST /neutron/network HTTP/1.1" 200 842 0.007322 10.0.0.27 - - [2025-12-04 03:11:47] "POST /neutron/port HTTP/1.1" 200 117 0.001157 10.0.0.27 - - [2025-12-04 03:11:50] "POST /routing-policys HTTP/1.1" 200 534 0.032493 10.0.0.27 - - [2025-12-04 03:11:50] "GET /virtual-network/6919dcc2-0928-41df-9a68-ba227908a2d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2356 0.014352 10.0.0.27 - - [2025-12-04 03:11:50] "PUT /virtual-network/6919dcc2-0928-41df-9a68-ba227908a2d8 HTTP/1.1" 200 264 0.071134 10.0.0.33 - - [2025-12-04 03:11:50] "POST /ref-update HTTP/1.1" 200 156 0.040755 10.0.0.27 - - [2025-12-04 03:11:50] "POST /ref-update HTTP/1.1" 200 156 0.054302 10.0.0.27 - - [2025-12-04 03:11:50] "DELETE /routing-policy/7257ecd8-a4e0-4d0c-8937-d3b44d12a126 HTTP/1.1" 200 115 0.072796 10.0.0.27 - - [2025-12-04 03:11:50] "POST /ref-update HTTP/1.1" 200 156 0.068902 10.0.0.27 - - [2025-12-04 03:11:50] "DELETE /routing-policy/d9ad1fd3-dbda-4193-ac76-8fc44b6123be HTTP/1.1" 200 115 0.043803 10.0.0.27 - - [2025-12-04 03:11:50] "POST /neutron/network HTTP/1.1" 400 204 0.017523 10.0.0.27 - - [2025-12-04 03:11:51] "POST /neutron/port HTTP/1.1" 200 151 0.238790 10.0.0.27 - - [2025-12-04 03:11:51] "POST /neutron/port HTTP/1.1" 200 151 0.247216 10.0.0.33 - - [2025-12-04 03:11:53] "DELETE /route-target/9e5c2753-b7d0-4179-9b85-e998fde70ab2 HTTP/1.1" 200 115 0.027678 10.0.0.27 - - [2025-12-04 03:11:53] "POST /neutron/network HTTP/1.1" 200 831 0.010716 10.0.0.33 - - [2025-12-04 03:11:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004139 10.0.0.33 - - [2025-12-04 03:11:53] "DELETE /route-target/8ca87026-dfa7-459e-b464-ed8d8a9f42e4 HTTP/1.1" 200 115 0.023490 10.0.0.27 - - [2025-12-04 03:11:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004516 10.0.0.23 - - [2025-12-04 03:11:56] "GET /projects?obj_uuids=be3d7e47-539a-496a-8c62-9e5cbc1aab63&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001232 10.0.0.27 - - [2025-12-04 03:11:56] "GET /project/be3d7e47-539a-496a-8c62-9e5cbc1aab63?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1336 0.058868 10.0.0.23 - - [2025-12-04 03:11:56] "GET /projects?obj_uuids=be3d7e47-539a-496a-8c62-9e5cbc1aab63&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000920 10.0.0.27 - - [2025-12-04 03:11:56] "POST /neutron/network HTTP/1.1" 200 612 0.134856 10.0.0.27 - - [2025-12-04 03:11:56] "POST /id-to-fqname HTTP/1.1" 200 220 0.003551 10.0.0.27 - - [2025-12-04 03:11:56] "GET /virtual-network/79d85e0a-f087-4a41-b64c-a9bdff1abf3d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.005706 10.0.0.27 - - [2025-12-04 03:11:56] "POST /neutron/network HTTP/1.1" 200 833 0.008646 10.0.0.27 - - [2025-12-04 03:11:56] "GET /virtual-network/79d85e0a-f087-4a41-b64c-a9bdff1abf3d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.005969 10.0.0.27 - - [2025-12-04 03:11:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003379 10.0.0.27 - - [2025-12-04 03:11:56] "GET /virtual-network/79d85e0a-f087-4a41-b64c-a9bdff1abf3d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.005949 10.0.0.33 - - [2025-12-04 03:11:56] "POST /route-targets HTTP/1.1" 200 323 0.052147 10.0.0.27 - - [2025-12-04 03:11:56] "PUT /virtual-network/79d85e0a-f087-4a41-b64c-a9bdff1abf3d HTTP/1.1" 200 264 0.088875 10.0.0.27 - - [2025-12-04 03:11:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.009400 10.0.0.23 - - [2025-12-04 03:11:56] "GET /projects?obj_uuids=be3d7e47-539a-496a-8c62-9e5cbc1aab63&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001427 10.0.0.27 - - [2025-12-04 03:11:57] "GET /project/be3d7e47-539a-496a-8c62-9e5cbc1aab63?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1336 0.071529 10.0.0.27 - - [2025-12-04 03:11:57] "POST /neutron/network HTTP/1.1" 200 117 0.017977 10.0.0.33 - - [2025-12-04 03:11:57] "POST /ref-update HTTP/1.1" 200 156 0.023681 10.0.0.27 - - [2025-12-04 03:11:57] "POST /neutron/network HTTP/1.1" 200 830 0.010267 10.0.0.27 - - [2025-12-04 03:11:57] "POST /id-to-fqname HTTP/1.1" 200 220 0.001163 10.0.0.27 - - [2025-12-04 03:11:57] "GET /virtual-network/1d6fbaca-4fa0-4331-b6ed-506f93a9c46d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.005130 10.0.0.27 - - [2025-12-04 03:11:57] "GET /virtual-network/1d6fbaca-4fa0-4331-b6ed-506f93a9c46d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.006406 10.0.0.27 - - [2025-12-04 03:11:57] "POST /neutron/subnet HTTP/1.1" 200 719 0.009715 10.0.0.27 - - [2025-12-04 03:11:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003331 10.0.0.27 - - [2025-12-04 03:11:57] "GET /virtual-network/1d6fbaca-4fa0-4331-b6ed-506f93a9c46d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.005985 10.0.0.27 - - [2025-12-04 03:11:57] "PUT /virtual-network/1d6fbaca-4fa0-4331-b6ed-506f93a9c46d HTTP/1.1" 200 264 0.058809 10.0.0.27 - - [2025-12-04 03:11:57] "POST /id-to-fqname HTTP/1.1" 200 220 0.001430 10.0.0.23 - - [2025-12-04 03:11:58] "GET /projects?obj_uuids=be3d7e47-539a-496a-8c62-9e5cbc1aab63&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001718 10.0.0.27 - - [2025-12-04 03:11:58] "GET /project/be3d7e47-539a-496a-8c62-9e5cbc1aab63?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1336 0.087759 10.0.0.27 - - [2025-12-04 03:11:58] "POST /neutron/port HTTP/1.1" 200 117 0.007215 10.0.0.27 - - [2025-12-04 03:11:58] "POST /id-to-fqname HTTP/1.1" 200 220 0.001358 10.0.0.27 - - [2025-12-04 03:11:59] "POST /neutron/network HTTP/1.1" 200 840 0.007609 10.0.0.27 - - [2025-12-04 03:11:59] "POST /neutron/port HTTP/1.1" 200 1055 0.019020 10.0.0.27 - - [2025-12-04 03:11:59] "POST /neutron/port HTTP/1.1" 200 1083 0.034263 10.0.0.23 - - [2025-12-04 03:12:00] "GET /projects?obj_uuids=be3d7e47-539a-496a-8c62-9e5cbc1aab63&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001265 10.0.0.27 - - [2025-12-04 03:12:00] "POST /neutron/port HTTP/1.1" 200 117 0.001170 10.0.0.27 - - [2025-12-04 03:12:00] "GET /project/be3d7e47-539a-496a-8c62-9e5cbc1aab63?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1336 0.085873 10.0.0.27 - - [2025-12-04 03:12:00] "POST /neutron/port HTTP/1.1" 200 1083 0.020404 10.0.0.27 - - [2025-12-04 03:12:00] "POST /neutron/port HTTP/1.1" 200 1083 0.015736 10.0.0.23 - - [2025-12-04 03:12:00] "GET /projects?obj_uuids=be3d7e47-539a-496a-8c62-9e5cbc1aab63&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001155 10.0.0.27 - - [2025-12-04 03:12:01] "POST /neutron/port HTTP/1.1" 200 1052 0.294332 10.0.0.27 - - [2025-12-04 03:12:01] "POST /neutron/port HTTP/1.1" 200 1106 0.113549 10.0.0.27 - - [2025-12-04 03:12:01] "POST /neutron/subnet HTTP/1.1" 200 693 0.008511 10.0.0.27 - - [2025-12-04 03:12:05] "POST /neutron/port HTTP/1.1" 200 1083 0.016144 10.0.0.27 - - [2025-12-04 03:12:05] "POST /neutron/security_group HTTP/1.1" 200 2051 0.007950 10.0.0.27 - - [2025-12-04 03:12:05] "GET /virtual-machine/42fa214a-ab5e-48be-b775-0291d41ba6dc HTTP/1.1" 200 1285 0.011356 10.0.0.27 - - [2025-12-04 03:12:05] "GET /virtual-machine-interface/592d836b-8b56-4113-b75b-3ca7458bdbe5 HTTP/1.1" 200 2927 0.006330 10.0.0.27 - - [2025-12-04 03:12:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003552 10.0.0.27 - - [2025-12-04 03:12:05] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004859 10.0.0.27 - - [2025-12-04 03:12:05] "GET /virtual-networks?parent_id=be3d7e47-539a-496a-8c62-9e5cbc1aab63&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003874 10.0.0.27 - - [2025-12-04 03:12:05] "GET /virtual-network/79d85e0a-f087-4a41-b64c-a9bdff1abf3d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2116 0.006575 10.0.0.27 - - [2025-12-04 03:12:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.005017 10.0.0.27 - - [2025-12-04 03:12:08] "GET /virtual-network/79d85e0a-f087-4a41-b64c-a9bdff1abf3d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2116 0.006433 10.0.0.27 - - [2025-12-04 03:12:09] "POST /neutron/port HTTP/1.1" 200 1083 0.021892 10.0.0.27 - - [2025-12-04 03:12:10] "POST /neutron/security_group HTTP/1.1" 200 2051 0.006771 10.0.0.27 - - [2025-12-04 03:12:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003579 10.0.0.27 - - [2025-12-04 03:12:11] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003656 10.0.0.27 - - [2025-12-04 03:12:11] "GET /virtual-networks?parent_id=be3d7e47-539a-496a-8c62-9e5cbc1aab63&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003650 10.0.0.27 - - [2025-12-04 03:12:11] "GET /virtual-network/79d85e0a-f087-4a41-b64c-a9bdff1abf3d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2116 0.006897 10.0.0.23 - - [2025-12-04 03:12:12] "GET /obj-perms HTTP/1.1" 200 5056 0.062021 10.0.0.27 - - [2025-12-04 03:12:16] "POST /neutron/port HTTP/1.1" 200 1080 0.016095 10.0.0.27 - - [2025-12-04 03:12:16] "POST /neutron/security_group HTTP/1.1" 200 2051 0.009475 10.0.0.27 - - [2025-12-04 03:12:16] "GET /virtual-machine/cb5c37f8-54ae-4f4d-a870-a4cd8cf65e9b HTTP/1.1" 200 1286 0.006692 10.0.0.27 - - [2025-12-04 03:12:16] "GET /virtual-machine-interface/b63c36cf-9be2-4e4a-86a7-7796a48aa05f HTTP/1.1" 200 2927 0.007842 10.0.0.27 - - [2025-12-04 03:12:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003596 10.0.0.27 - - [2025-12-04 03:12:16] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004596 10.0.0.27 - - [2025-12-04 03:12:16] "GET /virtual-networks?parent_id=be3d7e47-539a-496a-8c62-9e5cbc1aab63&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003493 10.0.0.27 - - [2025-12-04 03:12:16] "GET /virtual-network/1d6fbaca-4fa0-4331-b6ed-506f93a9c46d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2107 0.006422 10.0.0.27 - - [2025-12-04 03:12:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003906 10.0.0.27 - - [2025-12-04 03:12:17] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003745 10.0.0.27 - - [2025-12-04 03:12:17] "GET /virtual-networks?parent_id=be3d7e47-539a-496a-8c62-9e5cbc1aab63&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003073 10.0.0.27 - - [2025-12-04 03:12:17] "GET /virtual-network/1d6fbaca-4fa0-4331-b6ed-506f93a9c46d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2107 0.005996 10.0.0.27 - - [2025-12-04 03:12:18] "POST /interface-route-tables HTTP/1.1" 200 574 0.027320 10.0.0.27 - - [2025-12-04 03:12:18] "GET /interface-route-table/cd663603-6425-474a-86ff-c5c95f8df98c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1308 0.015172 10.0.0.27 - - [2025-12-04 03:12:18] "GET /virtual-machine-interface/592d836b-8b56-4113-b75b-3ca7458bdbe5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2706 0.006494 10.0.0.27 - - [2025-12-04 03:12:18] "POST /ref-update HTTP/1.1" 200 156 0.016449 10.0.0.27 - - [2025-12-04 03:12:18] "POST /routing-policys HTTP/1.1" 200 534 0.025052 10.0.0.27 - - [2025-12-04 03:12:18] "GET /virtual-network/79d85e0a-f087-4a41-b64c-a9bdff1abf3d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2116 0.006212 10.0.0.27 - - [2025-12-04 03:12:18] "PUT /virtual-network/79d85e0a-f087-4a41-b64c-a9bdff1abf3d HTTP/1.1" 200 264 0.070961 10.0.0.27 - - [2025-12-04 03:12:22] "POST /ref-update HTTP/1.1" 200 156 0.058550 10.0.0.33 - - [2025-12-04 03:12:22] "POST /ref-update HTTP/1.1" 404 171 0.073342 10.0.0.27 - - [2025-12-04 03:12:22] "DELETE /routing-policy/2484f478-ad8b-4b8d-af6f-e7d6556a0894 HTTP/1.1" 200 115 0.066127 10.0.0.27 - - [2025-12-04 03:12:22] "POST /neutron/network HTTP/1.1" 200 830 0.007240 10.0.0.27 - - [2025-12-04 03:12:23] "POST /neutron/port HTTP/1.1" 200 1106 0.010881 10.0.0.27 - - [2025-12-04 03:12:23] "POST /neutron/port HTTP/1.1" 200 1109 0.014415 10.0.0.23 - - [2025-12-04 03:12:25] "POST /useragent-kv HTTP/1.1" 200 115 0.007950 10.0.0.23 - - [2025-12-04 03:12:25] "POST /useragent-kv HTTP/1.1" 200 115 0.006848 10.0.0.27 - - [2025-12-04 03:12:25] "POST /neutron/network HTTP/1.1" 200 151 0.136924 10.0.0.33 - - [2025-12-04 03:12:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.007324 10.0.0.33 - - [2025-12-04 03:12:25] "DELETE /route-target/5bc06746-ec35-442f-870c-c7472aa839f4 HTTP/1.1" 200 115 0.025641 10.0.0.23 - - [2025-12-04 03:12:26] "GET /projects?obj_uuids=be3d7e47-539a-496a-8c62-9e5cbc1aab63&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001192 10.0.0.27 - - [2025-12-04 03:12:26] "GET /project/be3d7e47-539a-496a-8c62-9e5cbc1aab63?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1336 0.049188 10.0.0.23 - - [2025-12-04 03:12:26] "GET /projects?obj_uuids=be3d7e47-539a-496a-8c62-9e5cbc1aab63&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001049 10.0.0.27 - - [2025-12-04 03:12:26] "GET /project/be3d7e47-539a-496a-8c62-9e5cbc1aab63?fields=virtual_networks HTTP/1.1" 200 1019 0.050645 10.0.0.23 - - [2025-12-04 03:12:26] "GET /projects?obj_uuids=be3d7e47-539a-496a-8c62-9e5cbc1aab63&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001307 10.0.0.27 - - [2025-12-04 03:12:26] "GET /project/be3d7e47-539a-496a-8c62-9e5cbc1aab63?fields=virtual_machine_interfaces HTTP/1.1" 200 1019 0.050814 10.0.0.23 - - [2025-12-04 03:12:26] "GET /projects?obj_uuids=be3d7e47-539a-496a-8c62-9e5cbc1aab63&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001261 10.0.0.27 - - [2025-12-04 03:12:26] "GET /project/be3d7e47-539a-496a-8c62-9e5cbc1aab63?fields=security_groups HTTP/1.1" 200 1238 0.058609 10.0.0.27 - - [2025-12-04 03:12:27] "POST /fqname-to-id HTTP/1.1" 404 192 0.031048 10.0.0.23 - - [2025-12-04 03:12:27] "GET /projects?obj_uuids=6a5a4a97-4fe7-4248-a273-a49a9daff825&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003710 10.0.0.23 - - [2025-12-04 03:12:27] "GET /domains?obj_uuids=77f3106b-db9e-49b5-893e-09cac574b890&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001812 10.0.0.23 - - [2025-12-04 03:12:27] "GET /domain/77f3106b-db9e-49b5-893e-09cac574b890?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.010207 10.0.0.23 - - [2025-12-04 03:12:28] "POST /id-to-fqname HTTP/1.1" 200 194 0.007545 10.0.0.23 - - [2025-12-04 03:12:28] "POST /fqname-to-id HTTP/1.1" 404 203 0.008460 10.0.0.23 - - [2025-12-04 03:12:28] "POST /security-groups HTTP/1.1" 200 595 0.077407 10.0.0.33 - - [2025-12-04 03:12:28] "POST /fqname-to-id HTTP/1.1" 404 238 0.004181 10.0.0.23 - - [2025-12-04 03:12:28] "POST /projects HTTP/1.1" 200 593 0.300312 10.0.0.23 - - [2025-12-04 03:12:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.334889 10.0.0.27 - - [2025-12-04 03:12:28] "GET /project/6a5a4a97-4fe7-4248-a273-a49a9daff825?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.512651 10.0.0.33 - - [2025-12-04 03:12:28] "POST /access-control-lists HTTP/1.1" 200 598 0.065264 10.0.0.27 - - [2025-12-04 03:12:29] "GET / HTTP/1.1" 200 35931 0.001790 10.0.0.27 - - [2025-12-04 03:12:31] "POST /fqname-to-id HTTP/1.1" 401 292 0.000615 10.0.0.27 - - [2025-12-04 03:12:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.077538 10.0.0.23 - - [2025-12-04 03:12:31] "GET /projects?obj_uuids=6a5a4a97-4fe7-4248-a273-a49a9daff825&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001154 10.0.0.27 - - [2025-12-04 03:12:31] "GET /project/6a5a4a97-4fe7-4248-a273-a49a9daff825?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.050477 10.0.0.27 - - [2025-12-04 03:12:31] "POST /neutron/network HTTP/1.1" 200 117 0.047021 10.0.0.27 - - [2025-12-04 03:12:32] "POST /neutron/network HTTP/1.1" 200 834 0.008904 10.0.0.27 - - [2025-12-04 03:12:32] "POST /id-to-fqname HTTP/1.1" 200 226 0.001459 10.0.0.27 - - [2025-12-04 03:12:32] "GET /virtual-network/17771d5e-32eb-440c-b3af-c39fe5d2cf3e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.005443 10.0.0.27 - - [2025-12-04 03:12:32] "GET /virtual-network/17771d5e-32eb-440c-b3af-c39fe5d2cf3e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.006225 10.0.0.27 - - [2025-12-04 03:12:32] "POST /neutron/subnet HTTP/1.1" 200 734 0.010855 10.0.0.27 - - [2025-12-04 03:12:33] "GET /virtual-network/17771d5e-32eb-440c-b3af-c39fe5d2cf3e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.006407 10.0.0.27 - - [2025-12-04 03:12:33] "GET /obj-perms HTTP/1.1" 200 5038 0.065240 10.0.0.33 - - [2025-12-04 03:12:34] "GET /obj-perms HTTP/1.1" 200 5038 0.058638 10.0.0.27 - - [2025-12-04 03:12:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.002982 10.0.0.27 - - [2025-12-04 03:12:34] "GET /virtual-network/17771d5e-32eb-440c-b3af-c39fe5d2cf3e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.008511 10.0.0.33 - - [2025-12-04 03:12:34] "POST /route-targets HTTP/1.1" 200 327 0.019419 10.0.0.27 - - [2025-12-04 03:12:34] "PUT /virtual-network/17771d5e-32eb-440c-b3af-c39fe5d2cf3e HTTP/1.1" 200 264 0.078371 10.0.0.27 - - [2025-12-04 03:12:39] "POST /id-to-fqname HTTP/1.1" 200 226 0.001412 10.0.0.23 - - [2025-12-04 03:12:40] "GET /projects?obj_uuids=6a5a4a97-4fe7-4248-a273-a49a9daff825&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001622 10.0.0.27 - - [2025-12-04 03:12:40] "GET /project/6a5a4a97-4fe7-4248-a273-a49a9daff825?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.073263 10.0.0.27 - - [2025-12-04 03:12:40] "POST /neutron/port HTTP/1.1" 200 117 0.007877 10.0.0.27 - - [2025-12-04 03:12:41] "POST /neutron/network HTTP/1.1" 200 844 0.007016 10.0.0.27 - - [2025-12-04 03:12:41] "POST /neutron/port HTTP/1.1" 200 1066 0.017131 10.0.0.23 - - [2025-12-04 03:12:41] "DELETE /project/6a5a4a974fe74248a273a49a9daff825 HTTP/1.1" 404 173 0.004039 10.0.0.23 - - [2025-12-04 03:12:41] "GET /projects?obj_uuids=be3d7e47-539a-496a-8c62-9e5cbc1aab63&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000905 10.0.0.23 - - [2025-12-04 03:12:42] "GET /project/be3d7e47-539a-496a-8c62-9e5cbc1aab63?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1441 0.040943 10.0.0.27 - - [2025-12-04 03:12:42] "POST /neutron/floatingip HTTP/1.1" 200 117 0.008396 10.0.0.23 - - [2025-12-04 03:12:42] "GET /projects?obj_uuids=be3d7e47-539a-496a-8c62-9e5cbc1aab63&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001944 10.0.0.23 - - [2025-12-04 03:12:42] "GET /project/be3d7e47-539a-496a-8c62-9e5cbc1aab63?fields=security_groups HTTP/1.1" 200 1343 0.056562 10.0.0.27 - - [2025-12-04 03:12:42] "POST /neutron/network HTTP/1.1" 200 834 0.006640 10.0.0.23 - - [2025-12-04 03:12:42] "DELETE /security-group/8c1583f9-bcc5-4993-b304-d432cca32c6d HTTP/1.1" 200 115 0.071715 10.0.0.23 - - [2025-12-04 03:12:42] "GET /projects?obj_uuids=be3d7e47-539a-496a-8c62-9e5cbc1aab63&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001298 10.0.0.23 - - [2025-12-04 03:12:42] "GET /project/be3d7e47-539a-496a-8c62-9e5cbc1aab63?fields=application_policy_sets HTTP/1.1" 200 1382 0.062423 10.0.0.33 - - [2025-12-04 03:12:42] "DELETE /access-control-list/a31b8b27-2dd0-429d-b18d-45d4c0dfc9d0 HTTP/1.1" 200 115 0.065218 10.0.0.23 - - [2025-12-04 03:12:42] "DELETE /project/be3d7e47-539a-496a-8c62-9e5cbc1aab63 HTTP/1.1" 409 278 0.341492 10.0.0.27 - - [2025-12-04 03:12:46] "POST /neutron/port HTTP/1.1" 200 1094 0.022877 10.0.0.27 - - [2025-12-04 03:12:46] "POST /neutron/security_group HTTP/1.1" 200 2062 0.008644 10.0.0.27 - - [2025-12-04 03:12:46] "GET /virtual-machine/cd1ca955-7028-4bfb-9ebb-f0b2ee3edbba HTTP/1.1" 401 292 0.000524 10.0.0.27 - - [2025-12-04 03:12:46] "GET /virtual-machine/cd1ca955-7028-4bfb-9ebb-f0b2ee3edbba HTTP/1.1" 200 1297 0.033115 10.0.0.27 - - [2025-12-04 03:12:46] "GET /virtual-machine-interface/1b3e3164-689a-465a-82c4-3cde9d2f4850 HTTP/1.1" 200 2966 0.005601 10.0.0.27 - - [2025-12-04 03:12:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003712 10.0.0.27 - - [2025-12-04 03:12:46] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005057 10.0.0.27 - - [2025-12-04 03:12:46] "GET /virtual-networks?parent_id=6a5a4a97-4fe7-4248-a273-a49a9daff825&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.003258 10.0.0.27 - - [2025-12-04 03:12:46] "GET /virtual-network/17771d5e-32eb-440c-b3af-c39fe5d2cf3e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2125 0.006485 10.0.0.27 - - [2025-12-04 03:12:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004328 10.0.0.27 - - [2025-12-04 03:12:49] "GET /virtual-network/17771d5e-32eb-440c-b3af-c39fe5d2cf3e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2125 0.006274 10.0.0.27 - - [2025-12-04 03:12:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003371 10.0.0.27 - - [2025-12-04 03:12:53] "GET /virtual-network/17771d5e-32eb-440c-b3af-c39fe5d2cf3e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2125 0.006000 10.0.0.27 - - [2025-12-04 03:12:56] "POST /neutron/network HTTP/1.1" 200 844 0.006378 10.0.0.27 - - [2025-12-04 03:12:56] "POST /neutron/port HTTP/1.1" 200 117 0.001088 10.0.0.27 - - [2025-12-04 03:12:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004571 10.0.0.27 - - [2025-12-04 03:12:58] "GET /virtual-network/17771d5e-32eb-440c-b3af-c39fe5d2cf3e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2125 0.005697 10.0.0.27 - - [2025-12-04 03:13:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003455 10.0.0.27 - - [2025-12-04 03:13:02] "GET /virtual-network/17771d5e-32eb-440c-b3af-c39fe5d2cf3e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2125 0.007045 10.0.0.27 - - [2025-12-04 03:13:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003513 10.0.0.27 - - [2025-12-04 03:13:06] "GET /virtual-network/17771d5e-32eb-440c-b3af-c39fe5d2cf3e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2125 0.005359 10.0.0.27 - - [2025-12-04 03:13:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003499 10.0.0.27 - - [2025-12-04 03:13:10] "GET /virtual-network/17771d5e-32eb-440c-b3af-c39fe5d2cf3e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2125 0.005314 10.0.0.27 - - [2025-12-04 03:13:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003652 10.0.0.27 - - [2025-12-04 03:13:14] "GET /virtual-network/17771d5e-32eb-440c-b3af-c39fe5d2cf3e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2125 0.006962 10.0.0.27 - - [2025-12-04 03:13:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003638 10.0.0.27 - - [2025-12-04 03:13:18] "GET /virtual-network/17771d5e-32eb-440c-b3af-c39fe5d2cf3e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2125 0.005160 10.0.0.27 - - [2025-12-04 03:13:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003951 10.0.0.27 - - [2025-12-04 03:13:22] "GET /virtual-network/17771d5e-32eb-440c-b3af-c39fe5d2cf3e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2125 0.005436 10.0.0.27 - - [2025-12-04 03:13:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003907 10.0.0.27 - - [2025-12-04 03:13:26] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004219 10.0.0.27 - - [2025-12-04 03:13:26] "GET /virtual-networks?parent_id=6a5a4a97-4fe7-4248-a273-a49a9daff825&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.003124 10.0.0.27 - - [2025-12-04 03:13:26] "GET /virtual-network/17771d5e-32eb-440c-b3af-c39fe5d2cf3e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2125 0.007205 10.0.0.27 - - [2025-12-04 03:13:26] "POST /neutron/security_group HTTP/1.1" 200 2062 0.010242 10.0.0.33 - - [2025-12-04 03:13:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000491 10.0.0.33 - - [2025-12-04 03:13:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000390 10.0.0.23 - - [2025-12-04 03:13:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000420 10.0.0.23 - - [2025-12-04 03:13:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000479 10.0.0.27 - - [2025-12-04 03:13:37] "POST /neutron/port HTTP/1.1" 200 1094 0.015856 10.0.0.23 - - [2025-12-04 03:13:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000581 10.0.0.23 - - [2025-12-04 03:13:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000391 10.0.0.27 - - [2025-12-04 03:13:37] "POST /neutron/security_group HTTP/1.1" 200 2062 0.006684 10.0.0.33 - - [2025-12-04 03:13:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000417 10.0.0.33 - - [2025-12-04 03:13:38] "GET /global-system-configs HTTP/1.1" 401 292 0.000407 10.0.0.27 - - [2025-12-04 03:13:38] "GET /global-system-configs HTTP/1.1" 401 292 0.000374 10.0.0.27 - - [2025-12-04 03:13:38] "GET /global-system-configs HTTP/1.1" 401 292 0.000364 10.0.0.27 - - [2025-12-04 03:13:40] "GET /global-system-configs HTTP/1.1" 401 292 0.000372 10.0.0.27 - - [2025-12-04 03:13:40] "GET /global-system-configs HTTP/1.1" 401 292 0.000428 10.0.0.27 - - [2025-12-04 03:13:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003260 10.0.0.27 - - [2025-12-04 03:13:47] "GET /virtual-network/17771d5e-32eb-440c-b3af-c39fe5d2cf3e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2125 0.005290 10.0.0.27 - - [2025-12-04 03:13:47] "PUT /virtual-network/17771d5e-32eb-440c-b3af-c39fe5d2cf3e HTTP/1.1" 200 264 0.079874 10.0.0.33 - - [2025-12-04 03:13:47] "DELETE /route-target/860e4f6f-f1f6-4295-83a5-866a0035068c HTTP/1.1" 200 115 0.028357 10.0.0.27 - - [2025-12-04 03:13:52] "POST /neutron/network HTTP/1.1" 200 834 0.007094 10.0.0.27 - - [2025-12-04 03:13:53] "POST /neutron/port HTTP/1.1" 200 1120 0.020445 10.0.0.23 - - [2025-12-04 03:13:55] "POST /useragent-kv HTTP/1.1" 200 115 0.003838 10.0.0.23 - - [2025-12-04 03:13:55] "POST /useragent-kv HTTP/1.1" 200 115 0.003494 10.0.0.27 - - [2025-12-04 03:13:55] "POST /neutron/network HTTP/1.1" 200 151 0.142391 10.0.0.27 - - [2025-12-04 03:13:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003454 10.0.0.23 - - [2025-12-04 03:13:57] "GET /projects?obj_uuids=6a5a4a97-4fe7-4248-a273-a49a9daff825&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001265 10.0.0.27 - - [2025-12-04 03:13:58] "GET /project/6a5a4a97-4fe7-4248-a273-a49a9daff825?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.047730 10.0.0.33 - - [2025-12-04 03:13:58] "POST /route-targets HTTP/1.1" 200 327 0.018141 10.0.0.23 - - [2025-12-04 03:13:58] "POST /useragent-kv HTTP/1.1" 200 115 0.008519 10.0.0.27 - - [2025-12-04 03:13:58] "POST /neutron/subnet HTTP/1.1" 200 725 0.287128 10.0.0.27 - - [2025-12-04 03:13:58] "POST /id-to-fqname HTTP/1.1" 200 226 0.001312 10.0.0.27 - - [2025-12-04 03:13:58] "GET /virtual-network/bfc9815c-ca86-428f-b829-a79263583382?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.006084 10.0.0.27 - - [2025-12-04 03:13:58] "GET /virtual-network/bfc9815c-ca86-428f-b829-a79263583382?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.005655 10.0.0.27 - - [2025-12-04 03:13:58] "POST /neutron/network HTTP/1.1" 200 832 0.006273 10.0.0.27 - - [2025-12-04 03:13:58] "GET /virtual-network/bfc9815c-ca86-428f-b829-a79263583382?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.006006 10.0.0.27 - - [2025-12-04 03:13:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003979 10.0.0.27 - - [2025-12-04 03:13:59] "GET /virtual-network/bfc9815c-ca86-428f-b829-a79263583382?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.006301 10.0.0.27 - - [2025-12-04 03:13:59] "PUT /virtual-network/bfc9815c-ca86-428f-b829-a79263583382 HTTP/1.1" 200 264 0.055392 10.0.0.33 - - [2025-12-04 03:13:59] "POST /ref-update HTTP/1.1" 200 156 0.026377 10.0.0.27 - - [2025-12-04 03:14:04] "POST /id-to-fqname HTTP/1.1" 200 226 0.001373 10.0.0.23 - - [2025-12-04 03:14:05] "GET /projects?obj_uuids=6a5a4a97-4fe7-4248-a273-a49a9daff825&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001140 10.0.0.27 - - [2025-12-04 03:14:05] "GET /project/6a5a4a97-4fe7-4248-a273-a49a9daff825?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.071241 10.0.0.27 - - [2025-12-04 03:14:05] "POST /neutron/network HTTP/1.1" 200 832 0.008440 10.0.0.27 - - [2025-12-04 03:14:05] "POST /neutron/port HTTP/1.1" 200 117 0.006574 10.0.0.27 - - [2025-12-04 03:14:06] "POST /neutron/port HTTP/1.1" 200 1064 0.016762 10.0.0.27 - - [2025-12-04 03:14:06] "POST /neutron/port HTTP/1.1" 200 1092 0.019304 10.0.0.27 - - [2025-12-04 03:14:06] "POST /neutron/port HTTP/1.1" 200 117 0.001260 10.0.0.27 - - [2025-12-04 03:14:10] "POST /neutron/security_group HTTP/1.1" 200 2062 0.008039 10.0.0.27 - - [2025-12-04 03:14:11] "POST /neutron/port HTTP/1.1" 200 1092 0.018817 10.0.0.27 - - [2025-12-04 03:14:11] "GET /virtual-machine/b29c98c1-a470-4045-acf3-a182d88a5844 HTTP/1.1" 200 1297 0.007277 10.0.0.27 - - [2025-12-04 03:14:11] "GET /virtual-machine-interface/a47ba0d1-9d1a-456c-8a02-62c7fee947d0 HTTP/1.1" 200 2967 0.007202 10.0.0.27 - - [2025-12-04 03:14:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003687 10.0.0.27 - - [2025-12-04 03:14:11] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003641 10.0.0.27 - - [2025-12-04 03:14:11] "GET /virtual-networks?parent_id=6a5a4a97-4fe7-4248-a273-a49a9daff825&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.004334 10.0.0.27 - - [2025-12-04 03:14:11] "GET /virtual-network/bfc9815c-ca86-428f-b829-a79263583382?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2120 0.008874 10.0.0.23 - - [2025-12-04 03:14:13] "GET /obj-perms HTTP/1.1" 200 5056 0.060897 10.0.0.27 - - [2025-12-04 03:14:14] "GET /obj-perms HTTP/1.1" 200 5056 0.059433 10.0.0.27 - - [2025-12-04 03:14:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003546 10.0.0.27 - - [2025-12-04 03:14:14] "GET /virtual-network/bfc9815c-ca86-428f-b829-a79263583382?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2120 0.005609 10.0.0.27 - - [2025-12-04 03:14:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003764 10.0.0.27 - - [2025-12-04 03:14:18] "GET /virtual-network/bfc9815c-ca86-428f-b829-a79263583382?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2120 0.007029 10.0.0.27 - - [2025-12-04 03:14:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003453 10.0.0.27 - - [2025-12-04 03:14:22] "GET /virtual-network/bfc9815c-ca86-428f-b829-a79263583382?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2120 0.005667 10.0.0.27 - - [2025-12-04 03:14:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003671 10.0.0.27 - - [2025-12-04 03:14:26] "GET /virtual-network/bfc9815c-ca86-428f-b829-a79263583382?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2120 0.005897 10.0.0.27 - - [2025-12-04 03:14:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004073 10.0.0.27 - - [2025-12-04 03:14:30] "GET /virtual-network/bfc9815c-ca86-428f-b829-a79263583382?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2120 0.007025 10.0.0.27 - - [2025-12-04 03:14:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004072 10.0.0.27 - - [2025-12-04 03:14:34] "GET /virtual-network/bfc9815c-ca86-428f-b829-a79263583382?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2120 0.007392 10.0.0.27 - - [2025-12-04 03:14:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004429 10.0.0.27 - - [2025-12-04 03:14:38] "GET /virtual-network/bfc9815c-ca86-428f-b829-a79263583382?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2120 0.006403 10.0.0.27 - - [2025-12-04 03:14:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003610 10.0.0.27 - - [2025-12-04 03:14:42] "GET /virtual-network/bfc9815c-ca86-428f-b829-a79263583382?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2120 0.005703 10.0.0.27 - - [2025-12-04 03:14:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003433 10.0.0.27 - - [2025-12-04 03:14:47] "GET /virtual-network/bfc9815c-ca86-428f-b829-a79263583382?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2120 0.006455 10.0.0.27 - - [2025-12-04 03:14:49] "POST /neutron/port HTTP/1.1" 200 1092 0.016949 10.0.0.27 - - [2025-12-04 03:14:50] "POST /neutron/subnet HTTP/1.1" 200 699 0.009891 10.0.0.27 - - [2025-12-04 03:14:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003617 10.0.0.27 - - [2025-12-04 03:14:51] "GET /virtual-network/bfc9815c-ca86-428f-b829-a79263583382?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2120 0.006325 10.0.0.27 - - [2025-12-04 03:14:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004118 10.0.0.27 - - [2025-12-04 03:14:53] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003912 10.0.0.27 - - [2025-12-04 03:14:53] "GET /virtual-networks?parent_id=6a5a4a97-4fe7-4248-a273-a49a9daff825&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.002943 10.0.0.27 - - [2025-12-04 03:14:53] "GET /virtual-network/bfc9815c-ca86-428f-b829-a79263583382?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2120 0.006054 10.0.0.27 - - [2025-12-04 03:14:53] "POST /neutron/port HTTP/1.1" 200 1092 0.016944 10.0.0.27 - - [2025-12-04 03:14:58] "POST /neutron/security_group HTTP/1.1" 200 2062 0.008089 10.0.0.27 - - [2025-12-04 03:15:03] "POST /neutron/port HTTP/1.1" 200 1092 0.020585 10.0.0.27 - - [2025-12-04 03:15:09] "POST /neutron/security_group HTTP/1.1" 200 2062 0.015049 10.0.0.27 - - [2025-12-04 03:15:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003287 10.0.0.27 - - [2025-12-04 03:15:14] "GET /virtual-network/bfc9815c-ca86-428f-b829-a79263583382?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2120 0.005958 10.0.0.27 - - [2025-12-04 03:15:14] "PUT /virtual-network/bfc9815c-ca86-428f-b829-a79263583382 HTTP/1.1" 200 264 0.062902 10.0.0.33 - - [2025-12-04 03:15:14] "DELETE /route-target/c4c7ba9d-37df-4e53-9c54-f846cac918f4 HTTP/1.1" 200 115 0.050219 10.0.0.33 - - [2025-12-04 03:15:14] "GET /obj-perms HTTP/1.1" 200 5056 0.089958 10.0.0.27 - - [2025-12-04 03:15:20] "POST /neutron/port HTTP/1.1" 200 1092 0.021448 10.0.0.27 - - [2025-12-04 03:15:21] "POST /neutron/network HTTP/1.1" 200 832 0.008218 10.0.0.23 - - [2025-12-04 03:15:23] "GET /projects?obj_uuids=6a5a4a97-4fe7-4248-a273-a49a9daff825&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.032713 10.0.0.27 - - [2025-12-04 03:15:23] "GET /project/6a5a4a97-4fe7-4248-a273-a49a9daff825?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.074688 10.0.0.23 - - [2025-12-04 03:15:23] "GET /projects?obj_uuids=6a5a4a97-4fe7-4248-a273-a49a9daff825&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001241 10.0.0.27 - - [2025-12-04 03:15:23] "GET /project/6a5a4a97-4fe7-4248-a273-a49a9daff825?fields=virtual_networks HTTP/1.1" 200 1040 0.049266 10.0.0.23 - - [2025-12-04 03:15:23] "GET /projects?obj_uuids=6a5a4a97-4fe7-4248-a273-a49a9daff825&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001552 10.0.0.27 - - [2025-12-04 03:15:23] "GET /project/6a5a4a97-4fe7-4248-a273-a49a9daff825?fields=virtual_machine_interfaces HTTP/1.1" 200 1040 0.044717 10.0.0.23 - - [2025-12-04 03:15:23] "GET /projects?obj_uuids=6a5a4a97-4fe7-4248-a273-a49a9daff825&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001150 10.0.0.27 - - [2025-12-04 03:15:23] "GET /project/6a5a4a97-4fe7-4248-a273-a49a9daff825?fields=security_groups HTTP/1.1" 200 1270 0.053224 10.0.0.27 - - [2025-12-04 03:15:24] "POST /fqname-to-id HTTP/1.1" 404 213 0.033870 10.0.0.23 - - [2025-12-04 03:15:24] "GET /projects?obj_uuids=bdae836b-668a-466e-8244-2f9dc0c3ad23&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003355 10.0.0.23 - - [2025-12-04 03:15:24] "GET /domains?obj_uuids=77f3106b-db9e-49b5-893e-09cac574b890&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001570 10.0.0.23 - - [2025-12-04 03:15:24] "GET /domain/77f3106b-db9e-49b5-893e-09cac574b890?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.011555 10.0.0.23 - - [2025-12-04 03:15:24] "POST /id-to-fqname HTTP/1.1" 200 216 0.006211 10.0.0.23 - - [2025-12-04 03:15:24] "POST /fqname-to-id HTTP/1.1" 404 227 0.004164 10.0.0.23 - - [2025-12-04 03:15:24] "POST /security-groups HTTP/1.1" 200 616 0.030711 10.0.0.33 - - [2025-12-04 03:15:24] "POST /fqname-to-id HTTP/1.1" 404 259 0.008186 10.0.0.23 - - [2025-12-04 03:15:24] "POST /projects HTTP/1.1" 200 635 0.271056 10.0.0.23 - - [2025-12-04 03:15:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.308044 10.0.0.27 - - [2025-12-04 03:15:25] "GET /project/bdae836b-668a-466e-8244-2f9dc0c3ad23?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1463 0.474195 10.0.0.33 - - [2025-12-04 03:15:25] "POST /access-control-lists HTTP/1.1" 200 619 0.072380 10.0.0.27 - - [2025-12-04 03:15:26] "GET / HTTP/1.1" 200 35931 0.002305 10.0.0.27 - - [2025-12-04 03:15:27] "POST /fqname-to-id HTTP/1.1" 401 292 0.000494 10.0.0.27 - - [2025-12-04 03:15:28] "POST /fqname-to-id HTTP/1.1" 404 249 0.067991 10.0.0.33 - - [2025-12-04 03:15:28] "POST /fqname-to-id HTTP/1.1" 404 280 0.013970 10.0.0.33 - - [2025-12-04 03:15:28] "PUT /access-control-list/96a8203b-44f2-4f40-8edb-3889e881d5ee HTTP/1.1" 200 272 0.024840 10.0.0.23 - - [2025-12-04 03:15:28] "GET /projects?obj_uuids=bdae836b-668a-466e-8244-2f9dc0c3ad23&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001589 10.0.0.27 - - [2025-12-04 03:15:28] "POST /neutron/security_group_rule HTTP/1.1" 200 2608 0.101771 10.0.0.27 - - [2025-12-04 03:15:29] "POST /neutron/security_group_rule HTTP/1.1" 200 534 0.026349 10.0.0.33 - - [2025-12-04 03:15:29] "PUT /access-control-list/96a8203b-44f2-4f40-8edb-3889e881d5ee HTTP/1.1" 200 272 0.027064 10.0.0.27 - - [2025-12-04 03:15:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003570 10.0.0.27 - - [2025-12-04 03:15:29] "GET /security-group/4191d108-07f3-42e7-9dad-dab4b5d8f8ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2027 0.006548 10.0.0.27 - - [2025-12-04 03:15:30] "POST /neutron/security_group HTTP/1.1" 200 1026 0.005275 10.0.0.27 - - [2025-12-04 03:15:30] "POST /fqname-to-id HTTP/1.1" 404 249 0.014159 10.0.0.33 - - [2025-12-04 03:15:30] "DELETE /access-control-list/96a8203b-44f2-4f40-8edb-3889e881d5ee HTTP/1.1" 200 115 0.047808 10.0.0.27 - - [2025-12-04 03:15:30] "POST /fqname-to-id HTTP/1.1" 404 249 0.003322 10.0.0.33 - - [2025-12-04 03:15:30] "POST /fqname-to-id HTTP/1.1" 404 280 0.008683 10.0.0.33 - - [2025-12-04 03:15:31] "PUT /access-control-list/706803a7-c6c1-41e2-8f38-1082177e444b HTTP/1.1" 200 272 0.022841 10.0.0.23 - - [2025-12-04 03:15:31] "GET /projects?obj_uuids=bdae836b-668a-466e-8244-2f9dc0c3ad23&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.004322 10.0.0.27 - - [2025-12-04 03:15:31] "POST /neutron/security_group_rule HTTP/1.1" 200 2608 0.077638 10.0.0.27 - - [2025-12-04 03:15:31] "POST /neutron/security_group_rule HTTP/1.1" 200 534 0.027465 10.0.0.33 - - [2025-12-04 03:15:31] "PUT /access-control-list/706803a7-c6c1-41e2-8f38-1082177e444b HTTP/1.1" 200 272 0.013803 10.0.0.27 - - [2025-12-04 03:15:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.006016 10.0.0.27 - - [2025-12-04 03:15:31] "GET /security-group/7d4cb21f-e945-4b7a-86c6-dcf7d7f236c9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2026 0.010964 10.0.0.23 - - [2025-12-04 03:15:32] "GET /projects?obj_uuids=bdae836b-668a-466e-8244-2f9dc0c3ad23&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001888 10.0.0.27 - - [2025-12-04 03:15:32] "POST /neutron/security_group_rule HTTP/1.1" 200 2208 0.053920 10.0.0.27 - - [2025-12-04 03:15:32] "POST /neutron/security_group_rule HTTP/1.1" 200 599 0.141122 10.0.0.33 - - [2025-12-04 03:15:32] "PUT /access-control-list/706803a7-c6c1-41e2-8f38-1082177e444b HTTP/1.1" 200 272 0.029172 10.0.0.27 - - [2025-12-04 03:15:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.007974 10.0.0.23 - - [2025-12-04 03:15:32] "GET /projects?obj_uuids=bdae836b-668a-466e-8244-2f9dc0c3ad23&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.004588 10.0.0.27 - - [2025-12-04 03:15:32] "GET /project/bdae836b-668a-466e-8244-2f9dc0c3ad23?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1463 0.064181 10.0.0.23 - - [2025-12-04 03:15:32] "GET /projects?obj_uuids=bdae836b-668a-466e-8244-2f9dc0c3ad23&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001118 10.0.0.27 - - [2025-12-04 03:15:33] "POST /neutron/network HTTP/1.1" 200 720 0.171195 10.0.0.33 - - [2025-12-04 03:15:33] "POST /ref-update HTTP/1.1" 200 156 0.038460 10.0.0.23 - - [2025-12-04 03:15:33] "POST /fqname-to-id HTTP/1.1" 404 207 0.075703 10.0.0.27 - - [2025-12-04 03:15:33] "POST /neutron/network HTTP/1.1" 200 1111 0.011187 10.0.0.27 - - [2025-12-04 03:15:33] "POST /id-to-fqname HTTP/1.1" 200 290 0.001429 10.0.0.27 - - [2025-12-04 03:15:33] "GET /virtual-network/9380112f-1c0a-416d-bda5-2efa7f2b1e15?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2804 0.006143 10.0.0.27 - - [2025-12-04 03:15:33] "GET /virtual-network/9380112f-1c0a-416d-bda5-2efa7f2b1e15?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2804 0.005892 10.0.0.27 - - [2025-12-04 03:15:33] "POST /neutron/subnet HTTP/1.1" 200 823 0.009920 10.0.0.27 - - [2025-12-04 03:15:34] "GET /virtual-network/9380112f-1c0a-416d-bda5-2efa7f2b1e15?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2804 0.006311 10.0.0.27 - - [2025-12-04 03:15:35] "POST /id-to-fqname HTTP/1.1" 200 290 0.001652 10.0.0.27 - - [2025-12-04 03:15:35] "POST /neutron/network HTTP/1.1" 200 1121 0.007474 10.0.0.23 - - [2025-12-04 03:15:36] "GET /projects?obj_uuids=bdae836b-668a-466e-8244-2f9dc0c3ad23&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001281 10.0.0.27 - - [2025-12-04 03:15:36] "GET /project/bdae836b-668a-466e-8244-2f9dc0c3ad23?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1463 0.073791 10.0.0.27 - - [2025-12-04 03:15:36] "POST /neutron/port HTTP/1.1" 200 117 0.007152 10.0.0.27 - - [2025-12-04 03:15:36] "POST /id-to-fqname HTTP/1.1" 200 290 0.001577 10.0.0.27 - - [2025-12-04 03:15:37] "POST /neutron/network HTTP/1.1" 200 1121 0.007008 10.0.0.23 - - [2025-12-04 03:15:37] "GET /projects?obj_uuids=bdae836b-668a-466e-8244-2f9dc0c3ad23&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001117 10.0.0.27 - - [2025-12-04 03:15:37] "POST /neutron/port HTTP/1.1" 200 1190 0.394483 10.0.0.23 - - [2025-12-04 03:15:37] "GET /projects?obj_uuids=bdae836b-668a-466e-8244-2f9dc0c3ad23&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001130 10.0.0.27 - - [2025-12-04 03:15:37] "GET /project/bdae836b-668a-466e-8244-2f9dc0c3ad23?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1463 0.079923 10.0.0.27 - - [2025-12-04 03:15:37] "POST /neutron/port HTTP/1.1" 200 1190 0.045764 10.0.0.27 - - [2025-12-04 03:15:38] "POST /neutron/security_group HTTP/1.1" 200 1455 0.008229 10.0.0.27 - - [2025-12-04 03:15:38] "POST /neutron/port HTTP/1.1" 200 117 0.006509 10.0.0.27 - - [2025-12-04 03:15:38] "POST /neutron/subnet HTTP/1.1" 200 1375 0.015219 10.0.0.27 - - [2025-12-04 03:15:38] "POST /neutron/port HTTP/1.1" 200 117 0.001113 10.0.0.23 - - [2025-12-04 03:15:38] "GET /projects?obj_uuids=bdae836b-668a-466e-8244-2f9dc0c3ad23&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001292 10.0.0.27 - - [2025-12-04 03:15:38] "POST /neutron/security_group HTTP/1.1" 200 3456 0.062944 10.0.0.27 - - [2025-12-04 03:15:39] "POST /neutron/port HTTP/1.1" 200 1190 0.020126 10.0.0.27 - - [2025-12-04 03:15:39] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004147 10.0.0.27 - - [2025-12-04 03:15:39] "POST /neutron/port HTTP/1.1" 200 117 0.001345 10.0.0.23 - - [2025-12-04 03:15:42] "DELETE /project/bdae836b668a466e82442f9dc0c3ad23 HTTP/1.1" 404 173 0.004991 10.0.0.23 - - [2025-12-04 03:15:42] "GET /projects?obj_uuids=6a5a4a97-4fe7-4248-a273-a49a9daff825&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001041 10.0.0.23 - - [2025-12-04 03:15:42] "GET /project/6a5a4a97-4fe7-4248-a273-a49a9daff825?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1484 0.053323 10.0.0.23 - - [2025-12-04 03:15:42] "GET /projects?obj_uuids=6a5a4a97-4fe7-4248-a273-a49a9daff825&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001418 10.0.0.23 - - [2025-12-04 03:15:42] "GET /project/6a5a4a97-4fe7-4248-a273-a49a9daff825?fields=security_groups HTTP/1.1" 200 1375 0.062871 10.0.0.23 - - [2025-12-04 03:15:42] "DELETE /security-group/ac9fb3ef-a9fc-443a-8b94-3b526aa2610c HTTP/1.1" 200 115 0.059223 10.0.0.23 - - [2025-12-04 03:15:42] "GET /projects?obj_uuids=6a5a4a97-4fe7-4248-a273-a49a9daff825&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001445 10.0.0.23 - - [2025-12-04 03:15:42] "GET /project/6a5a4a97-4fe7-4248-a273-a49a9daff825?fields=application_policy_sets HTTP/1.1" 200 1414 0.061296 10.0.0.23 - - [2025-12-04 03:15:42] "DELETE /project/6a5a4a97-4fe7-4248-a273-a49a9daff825 HTTP/1.1" 200 115 0.478395 10.0.0.27 - - [2025-12-04 03:15:43] "POST /neutron/port HTTP/1.1" 200 1218 0.020675 10.0.0.27 - - [2025-12-04 03:15:43] "POST /neutron/security_group HTTP/1.1" 200 1455 0.006806 10.0.0.27 - - [2025-12-04 03:15:43] "POST /neutron/port HTTP/1.1" 200 1218 0.017367 10.0.0.27 - - [2025-12-04 03:15:43] "GET /virtual-machine/04070158-2631-43d3-a3c9-c8287426e446 HTTP/1.1" 401 292 0.000510 10.0.0.27 - - [2025-12-04 03:15:44] "GET /virtual-machine/04070158-2631-43d3-a3c9-c8287426e446 HTTP/1.1" 200 1316 0.033186 10.0.0.27 - - [2025-12-04 03:15:44] "GET /virtual-machine/04070158-2631-43d3-a3c9-c8287426e446 HTTP/1.1" 200 1316 0.003908 10.0.0.27 - - [2025-12-04 03:15:44] "GET /virtual-machine-interface/246ae08e-6dd6-49e6-9db2-2b42f20fa414 HTTP/1.1" 200 3417 0.006146 10.0.0.27 - - [2025-12-04 03:15:44] "GET /virtual-machine/04070158-2631-43d3-a3c9-c8287426e446 HTTP/1.1" 200 1316 0.006345 10.0.0.27 - - [2025-12-04 03:15:44] "GET /virtual-machine-interface/246ae08e-6dd6-49e6-9db2-2b42f20fa414 HTTP/1.1" 200 3417 0.005655 10.0.0.27 - - [2025-12-04 03:15:44] "GET /instance-ip/34540090-2772-4a79-88ca-e43303371682 HTTP/1.1" 200 1713 0.007002 10.0.0.27 - - [2025-12-04 03:15:44] "GET /instance-ip/ec808be4-0e84-4011-8516-4bbeed430492 HTTP/1.1" 200 1734 0.006901 10.0.0.27 - - [2025-12-04 03:15:44] "GET /virtual-machine/04070158-2631-43d3-a3c9-c8287426e446 HTTP/1.1" 200 1316 0.004698 10.0.0.27 - - [2025-12-04 03:15:44] "GET /virtual-machine-interface/246ae08e-6dd6-49e6-9db2-2b42f20fa414 HTTP/1.1" 200 3417 0.005828 10.0.0.27 - - [2025-12-04 03:15:44] "GET /instance-ip/34540090-2772-4a79-88ca-e43303371682 HTTP/1.1" 200 1713 0.004425 10.0.0.27 - - [2025-12-04 03:15:44] "GET /instance-ip/ec808be4-0e84-4011-8516-4bbeed430492 HTTP/1.1" 200 1734 0.004423 10.0.0.27 - - [2025-12-04 03:15:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003699 10.0.0.27 - - [2025-12-04 03:15:44] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004153 10.0.0.27 - - [2025-12-04 03:15:44] "GET /virtual-networks?parent_id=bdae836b-668a-466e-8244-2f9dc0c3ad23&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003281 10.0.0.27 - - [2025-12-04 03:15:44] "GET /virtual-network/9380112f-1c0a-416d-bda5-2efa7f2b1e15?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2804 0.006171 10.0.0.27 - - [2025-12-04 03:15:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003543 10.0.0.27 - - [2025-12-04 03:15:44] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004652 10.0.0.27 - - [2025-12-04 03:15:44] "GET /virtual-networks?parent_id=bdae836b-668a-466e-8244-2f9dc0c3ad23&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003792 10.0.0.27 - - [2025-12-04 03:15:44] "GET /virtual-network/9380112f-1c0a-416d-bda5-2efa7f2b1e15?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2804 0.006034 10.0.0.27 - - [2025-12-04 03:15:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003509 10.0.0.27 - - [2025-12-04 03:15:44] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004349 10.0.0.27 - - [2025-12-04 03:15:44] "GET /virtual-networks?parent_id=bdae836b-668a-466e-8244-2f9dc0c3ad23&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003849 10.0.0.27 - - [2025-12-04 03:15:44] "GET /virtual-network/9380112f-1c0a-416d-bda5-2efa7f2b1e15?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2804 0.006930 10.0.0.27 - - [2025-12-04 03:15:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003747 10.0.0.27 - - [2025-12-04 03:15:44] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005024 10.0.0.27 - - [2025-12-04 03:15:44] "GET /virtual-networks?parent_id=bdae836b-668a-466e-8244-2f9dc0c3ad23&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003770 10.0.0.27 - - [2025-12-04 03:15:44] "GET /virtual-network/9380112f-1c0a-416d-bda5-2efa7f2b1e15?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2804 0.006135 10.0.0.27 - - [2025-12-04 03:15:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003407 10.0.0.27 - - [2025-12-04 03:15:44] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004517 10.0.0.27 - - [2025-12-04 03:15:44] "GET /virtual-networks?parent_id=bdae836b-668a-466e-8244-2f9dc0c3ad23&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003369 10.0.0.27 - - [2025-12-04 03:15:44] "GET /virtual-network/9380112f-1c0a-416d-bda5-2efa7f2b1e15?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2804 0.005916 10.0.0.27 - - [2025-12-04 03:15:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003878 10.0.0.27 - - [2025-12-04 03:15:44] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004389 10.0.0.27 - - [2025-12-04 03:15:44] "GET /virtual-networks?parent_id=bdae836b-668a-466e-8244-2f9dc0c3ad23&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003546 10.0.0.27 - - [2025-12-04 03:15:45] "GET /virtual-network/9380112f-1c0a-416d-bda5-2efa7f2b1e15?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2804 0.006760 10.0.0.27 - - [2025-12-04 03:15:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.009697 10.0.0.27 - - [2025-12-04 03:15:45] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003928 10.0.0.27 - - [2025-12-04 03:15:45] "GET /virtual-networks?parent_id=bdae836b-668a-466e-8244-2f9dc0c3ad23&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003550 10.0.0.27 - - [2025-12-04 03:15:45] "GET /virtual-network/9380112f-1c0a-416d-bda5-2efa7f2b1e15?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2804 0.007419 10.0.0.27 - - [2025-12-04 03:15:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003916 10.0.0.27 - - [2025-12-04 03:15:48] "GET /virtual-network/9380112f-1c0a-416d-bda5-2efa7f2b1e15?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2804 0.006936 10.0.0.27 - - [2025-12-04 03:15:50] "POST /neutron/port HTTP/1.1" 200 1218 0.026889 10.0.0.27 - - [2025-12-04 03:15:50] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004439 10.0.0.27 - - [2025-12-04 03:15:50] "POST /neutron/port HTTP/1.1" 200 117 0.001415 10.0.0.27 - - [2025-12-04 03:15:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003550 10.0.0.27 - - [2025-12-04 03:15:52] "GET /virtual-network/9380112f-1c0a-416d-bda5-2efa7f2b1e15?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2804 0.004989 10.0.0.27 - - [2025-12-04 03:15:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003919 10.0.0.27 - - [2025-12-04 03:15:56] "GET /virtual-network/9380112f-1c0a-416d-bda5-2efa7f2b1e15?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2804 0.006224 10.0.0.27 - - [2025-12-04 03:16:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003924 10.0.0.27 - - [2025-12-04 03:16:00] "GET /virtual-network/9380112f-1c0a-416d-bda5-2efa7f2b1e15?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2804 0.005995 10.0.0.27 - - [2025-12-04 03:16:00] "POST /neutron/port HTTP/1.1" 200 1218 0.018010 10.0.0.27 - - [2025-12-04 03:16:00] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003760 10.0.0.27 - - [2025-12-04 03:16:00] "POST /neutron/port HTTP/1.1" 200 117 0.001656 10.0.0.27 - - [2025-12-04 03:16:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003849 10.0.0.27 - - [2025-12-04 03:16:04] "GET /virtual-network/9380112f-1c0a-416d-bda5-2efa7f2b1e15?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2804 0.005168 10.0.0.27 - - [2025-12-04 03:16:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004664 10.0.0.27 - - [2025-12-04 03:16:08] "GET /virtual-network/9380112f-1c0a-416d-bda5-2efa7f2b1e15?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2804 0.015490 10.0.0.27 - - [2025-12-04 03:16:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003451 10.0.0.27 - - [2025-12-04 03:16:12] "GET /virtual-network/9380112f-1c0a-416d-bda5-2efa7f2b1e15?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2804 0.007318 10.0.0.27 - - [2025-12-04 03:16:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004551 10.0.0.27 - - [2025-12-04 03:16:16] "GET /virtual-network/9380112f-1c0a-416d-bda5-2efa7f2b1e15?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2804 0.005494 10.0.0.27 - - [2025-12-04 03:16:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004262 10.0.0.27 - - [2025-12-04 03:16:21] "GET /virtual-network/9380112f-1c0a-416d-bda5-2efa7f2b1e15?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2804 0.006775 10.0.0.27 - - [2025-12-04 03:16:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003627 10.0.0.27 - - [2025-12-04 03:16:23] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004250 10.0.0.27 - - [2025-12-04 03:16:23] "GET /virtual-networks?parent_id=bdae836b-668a-466e-8244-2f9dc0c3ad23&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003826 10.0.0.27 - - [2025-12-04 03:16:23] "GET /virtual-network/9380112f-1c0a-416d-bda5-2efa7f2b1e15?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2804 0.006424 10.0.0.27 - - [2025-12-04 03:16:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003275 10.0.0.27 - - [2025-12-04 03:16:23] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004506 10.0.0.27 - - [2025-12-04 03:16:23] "GET /virtual-networks?parent_id=bdae836b-668a-466e-8244-2f9dc0c3ad23&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003309 10.0.0.27 - - [2025-12-04 03:16:23] "GET /virtual-network/9380112f-1c0a-416d-bda5-2efa7f2b1e15?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2804 0.006610 10.0.0.27 - - [2025-12-04 03:16:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003891 10.0.0.27 - - [2025-12-04 03:16:23] "GET /routing-instance/13179d0b-9415-4f58-b29a-92dc8e6697e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1680 0.005450 10.0.0.27 - - [2025-12-04 03:16:23] "GET /route-target/2ca923e2-17a0-44bc-af88-4c8a49bf8599?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004169 10.0.0.27 - - [2025-12-04 03:16:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003985 10.0.0.27 - - [2025-12-04 03:16:23] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003998 10.0.0.27 - - [2025-12-04 03:16:23] "GET /virtual-networks?parent_id=bdae836b-668a-466e-8244-2f9dc0c3ad23&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003089 10.0.0.27 - - [2025-12-04 03:16:23] "GET /virtual-network/9380112f-1c0a-416d-bda5-2efa7f2b1e15?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2804 0.006617 10.0.0.27 - - [2025-12-04 03:16:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003064 10.0.0.27 - - [2025-12-04 03:16:23] "GET /routing-instance/13179d0b-9415-4f58-b29a-92dc8e6697e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1680 0.004998 10.0.0.27 - - [2025-12-04 03:16:23] "GET /route-target/2ca923e2-17a0-44bc-af88-4c8a49bf8599?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004453 10.0.0.27 - - [2025-12-04 03:16:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003310 10.0.0.27 - - [2025-12-04 03:16:23] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004617 10.0.0.27 - - [2025-12-04 03:16:23] "GET /virtual-networks?parent_id=bdae836b-668a-466e-8244-2f9dc0c3ad23&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003630 10.0.0.27 - - [2025-12-04 03:16:23] "GET /virtual-network/9380112f-1c0a-416d-bda5-2efa7f2b1e15?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2804 0.005942 10.0.0.27 - - [2025-12-04 03:16:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003364 10.0.0.27 - - [2025-12-04 03:16:23] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004558 10.0.0.27 - - [2025-12-04 03:16:23] "GET /virtual-networks?parent_id=bdae836b-668a-466e-8244-2f9dc0c3ad23&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003075 10.0.0.27 - - [2025-12-04 03:16:23] "GET /virtual-network/9380112f-1c0a-416d-bda5-2efa7f2b1e15?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2804 0.005664 10.0.0.27 - - [2025-12-04 03:16:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003919 10.0.0.27 - - [2025-12-04 03:16:23] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003910 10.0.0.27 - - [2025-12-04 03:16:23] "GET /virtual-networks?parent_id=bdae836b-668a-466e-8244-2f9dc0c3ad23&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.004495 10.0.0.27 - - [2025-12-04 03:16:23] "GET /virtual-network/9380112f-1c0a-416d-bda5-2efa7f2b1e15?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2804 0.007108 10.0.0.23 - - [2025-12-04 03:16:24] "GET /obj-perms HTTP/1.1" 200 5080 0.067345 10.0.0.27 - - [2025-12-04 03:16:24] "GET /obj-perms HTTP/1.1" 200 5080 0.060196 10.0.0.27 - - [2025-12-04 03:16:24] "GET /obj-perms HTTP/1.1" 200 5080 0.004155 10.0.0.27 - - [2025-12-04 03:16:24] "GET /obj-perms HTTP/1.1" 200 5080 0.003834 10.0.0.33 - - [2025-12-04 03:16:24] "GET /obj-perms HTTP/1.1" 200 5080 0.055398 10.0.0.23 - - [2025-12-04 03:16:24] "GET /obj-perms HTTP/1.1" 200 5080 0.003783 10.0.0.27 - - [2025-12-04 03:16:24] "GET /virtual-machine/04070158-2631-43d3-a3c9-c8287426e446 HTTP/1.1" 200 1316 0.004078 10.0.0.27 - - [2025-12-04 03:16:24] "GET /virtual-machine-interface/246ae08e-6dd6-49e6-9db2-2b42f20fa414 HTTP/1.1" 200 3417 0.006104 10.0.0.27 - - [2025-12-04 03:16:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003550 10.0.0.27 - - [2025-12-04 03:16:24] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003429 10.0.0.27 - - [2025-12-04 03:16:24] "GET /virtual-networks?parent_id=bdae836b-668a-466e-8244-2f9dc0c3ad23&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.004049 10.0.0.27 - - [2025-12-04 03:16:24] "GET /virtual-network/9380112f-1c0a-416d-bda5-2efa7f2b1e15?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2804 0.007205 10.0.0.27 - - [2025-12-04 03:16:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003683 10.0.0.27 - - [2025-12-04 03:16:25] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003966 10.0.0.27 - - [2025-12-04 03:16:25] "GET /virtual-networks?parent_id=bdae836b-668a-466e-8244-2f9dc0c3ad23&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.005209 10.0.0.27 - - [2025-12-04 03:16:25] "GET /virtual-network/9380112f-1c0a-416d-bda5-2efa7f2b1e15?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2804 0.006577 10.0.0.27 - - [2025-12-04 03:16:25] "POST /neutron/security_group HTTP/1.1" 200 1455 0.008144 10.0.0.27 - - [2025-12-04 03:16:34] "POST /neutron/port HTTP/1.1" 200 1218 0.047012 10.0.0.27 - - [2025-12-04 03:16:36] "POST /neutron/security_group HTTP/1.1" 200 1455 0.007774 10.0.0.27 - - [2025-12-04 03:16:46] "POST /neutron/port HTTP/1.1" 200 1218 0.016543 10.0.0.27 - - [2025-12-04 03:16:46] "POST /neutron/security_group HTTP/1.1" 200 1455 0.014143 10.0.0.27 - - [2025-12-04 03:16:46] "POST /neutron/port HTTP/1.1" 200 1218 0.020049 10.0.0.27 - - [2025-12-04 03:16:47] "GET /virtual-machine/27285472-4dde-42bb-851c-05a3cb221719 HTTP/1.1" 200 1316 0.007021 10.0.0.27 - - [2025-12-04 03:16:47] "GET /virtual-machine/27285472-4dde-42bb-851c-05a3cb221719 HTTP/1.1" 200 1316 0.003987 10.0.0.27 - - [2025-12-04 03:16:47] "GET /virtual-machine-interface/89a29de3-3b50-4447-b22d-dcd296c2a00a HTTP/1.1" 200 3417 0.005606 10.0.0.27 - - [2025-12-04 03:16:47] "GET /virtual-machine/27285472-4dde-42bb-851c-05a3cb221719 HTTP/1.1" 200 1316 0.005319 10.0.0.27 - - [2025-12-04 03:16:47] "GET /virtual-machine-interface/89a29de3-3b50-4447-b22d-dcd296c2a00a HTTP/1.1" 200 3417 0.008896 10.0.0.27 - - [2025-12-04 03:16:47] "GET /instance-ip/09467d59-26b8-4b6c-b60c-3612d4988cff HTTP/1.1" 200 1713 0.013656 10.0.0.27 - - [2025-12-04 03:16:47] "GET /instance-ip/0cce6ec3-687b-41fa-b0db-e3d7a732f5b2 HTTP/1.1" 200 1733 0.008311 10.0.0.27 - - [2025-12-04 03:16:47] "GET /virtual-machine/27285472-4dde-42bb-851c-05a3cb221719 HTTP/1.1" 200 1316 0.005069 10.0.0.27 - - [2025-12-04 03:16:47] "GET /virtual-machine-interface/89a29de3-3b50-4447-b22d-dcd296c2a00a HTTP/1.1" 200 3417 0.008656 10.0.0.27 - - [2025-12-04 03:16:47] "GET /instance-ip/09467d59-26b8-4b6c-b60c-3612d4988cff HTTP/1.1" 200 1713 0.004699 10.0.0.27 - - [2025-12-04 03:16:47] "GET /instance-ip/0cce6ec3-687b-41fa-b0db-e3d7a732f5b2 HTTP/1.1" 200 1733 0.005744 10.0.0.27 - - [2025-12-04 03:16:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003847 10.0.0.27 - - [2025-12-04 03:16:47] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003705 10.0.0.27 - - [2025-12-04 03:16:47] "GET /virtual-networks?parent_id=bdae836b-668a-466e-8244-2f9dc0c3ad23&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.006101 10.0.0.27 - - [2025-12-04 03:16:47] "GET /virtual-network/9380112f-1c0a-416d-bda5-2efa7f2b1e15?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2804 0.006228 10.0.0.27 - - [2025-12-04 03:16:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003510 10.0.0.27 - - [2025-12-04 03:16:47] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005193 10.0.0.27 - - [2025-12-04 03:16:47] "GET /virtual-networks?parent_id=bdae836b-668a-466e-8244-2f9dc0c3ad23&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003417 10.0.0.27 - - [2025-12-04 03:16:47] "GET /virtual-network/9380112f-1c0a-416d-bda5-2efa7f2b1e15?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2804 0.005936 10.0.0.27 - - [2025-12-04 03:16:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004231 10.0.0.27 - - [2025-12-04 03:16:47] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004523 10.0.0.27 - - [2025-12-04 03:16:47] "GET /virtual-networks?parent_id=bdae836b-668a-466e-8244-2f9dc0c3ad23&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.004173 10.0.0.27 - - [2025-12-04 03:16:47] "GET /virtual-network/9380112f-1c0a-416d-bda5-2efa7f2b1e15?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2804 0.006619 10.0.0.27 - - [2025-12-04 03:16:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003941 10.0.0.27 - - [2025-12-04 03:16:47] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003652 10.0.0.27 - - [2025-12-04 03:16:47] "GET /virtual-networks?parent_id=bdae836b-668a-466e-8244-2f9dc0c3ad23&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.004290 10.0.0.27 - - [2025-12-04 03:16:47] "GET /virtual-network/9380112f-1c0a-416d-bda5-2efa7f2b1e15?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2804 0.005831 10.0.0.27 - - [2025-12-04 03:16:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003534 10.0.0.27 - - [2025-12-04 03:16:47] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004221 10.0.0.27 - - [2025-12-04 03:16:47] "GET /virtual-networks?parent_id=bdae836b-668a-466e-8244-2f9dc0c3ad23&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003431 10.0.0.27 - - [2025-12-04 03:16:47] "GET /virtual-network/9380112f-1c0a-416d-bda5-2efa7f2b1e15?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2804 0.006646 10.0.0.27 - - [2025-12-04 03:16:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003694 10.0.0.27 - - [2025-12-04 03:16:47] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004833 10.0.0.27 - - [2025-12-04 03:16:47] "GET /virtual-networks?parent_id=bdae836b-668a-466e-8244-2f9dc0c3ad23&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.004122 10.0.0.27 - - [2025-12-04 03:16:47] "GET /virtual-network/9380112f-1c0a-416d-bda5-2efa7f2b1e15?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2804 0.007075 10.0.0.27 - - [2025-12-04 03:16:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003833 10.0.0.27 - - [2025-12-04 03:16:47] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003901 10.0.0.27 - - [2025-12-04 03:16:47] "GET /virtual-networks?parent_id=bdae836b-668a-466e-8244-2f9dc0c3ad23&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003316 10.0.0.27 - - [2025-12-04 03:16:48] "GET /virtual-network/9380112f-1c0a-416d-bda5-2efa7f2b1e15?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2804 0.005934 10.0.0.27 - - [2025-12-04 03:16:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004209 10.0.0.27 - - [2025-12-04 03:16:49] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004294 10.0.0.27 - - [2025-12-04 03:16:49] "GET /virtual-networks?parent_id=bdae836b-668a-466e-8244-2f9dc0c3ad23&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003324 10.0.0.27 - - [2025-12-04 03:16:49] "GET /virtual-network/9380112f-1c0a-416d-bda5-2efa7f2b1e15?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2804 0.006788 10.0.0.27 - - [2025-12-04 03:16:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004020 10.0.0.27 - - [2025-12-04 03:16:49] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004168 10.0.0.27 - - [2025-12-04 03:16:49] "GET /virtual-networks?parent_id=bdae836b-668a-466e-8244-2f9dc0c3ad23&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003093 10.0.0.27 - - [2025-12-04 03:16:49] "GET /virtual-network/9380112f-1c0a-416d-bda5-2efa7f2b1e15?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2804 0.006368 10.0.0.27 - - [2025-12-04 03:16:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003330 10.0.0.27 - - [2025-12-04 03:16:49] "GET /routing-instance/13179d0b-9415-4f58-b29a-92dc8e6697e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1680 0.005188 10.0.0.27 - - [2025-12-04 03:16:49] "GET /route-target/2ca923e2-17a0-44bc-af88-4c8a49bf8599?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004557 10.0.0.27 - - [2025-12-04 03:16:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004451 10.0.0.27 - - [2025-12-04 03:16:49] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004239 10.0.0.27 - - [2025-12-04 03:16:49] "GET /virtual-networks?parent_id=bdae836b-668a-466e-8244-2f9dc0c3ad23&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.004232 10.0.0.27 - - [2025-12-04 03:16:49] "GET /virtual-network/9380112f-1c0a-416d-bda5-2efa7f2b1e15?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2804 0.005897 10.0.0.27 - - [2025-12-04 03:16:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003371 10.0.0.27 - - [2025-12-04 03:16:49] "GET /routing-instance/13179d0b-9415-4f58-b29a-92dc8e6697e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1680 0.004572 10.0.0.27 - - [2025-12-04 03:16:49] "GET /route-target/2ca923e2-17a0-44bc-af88-4c8a49bf8599?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.003833 10.0.0.27 - - [2025-12-04 03:16:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003629 10.0.0.27 - - [2025-12-04 03:16:49] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004498 10.0.0.27 - - [2025-12-04 03:16:49] "GET /virtual-networks?parent_id=bdae836b-668a-466e-8244-2f9dc0c3ad23&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003551 10.0.0.27 - - [2025-12-04 03:16:49] "GET /virtual-network/9380112f-1c0a-416d-bda5-2efa7f2b1e15?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2804 0.007101 10.0.0.27 - - [2025-12-04 03:16:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004128 10.0.0.27 - - [2025-12-04 03:16:49] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004688 10.0.0.27 - - [2025-12-04 03:16:49] "GET /virtual-networks?parent_id=bdae836b-668a-466e-8244-2f9dc0c3ad23&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003417 10.0.0.27 - - [2025-12-04 03:16:49] "GET /virtual-network/9380112f-1c0a-416d-bda5-2efa7f2b1e15?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2804 0.006880 10.0.0.27 - - [2025-12-04 03:16:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.005053 10.0.0.27 - - [2025-12-04 03:16:49] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004259 10.0.0.27 - - [2025-12-04 03:16:49] "GET /virtual-networks?parent_id=bdae836b-668a-466e-8244-2f9dc0c3ad23&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003502 10.0.0.27 - - [2025-12-04 03:16:50] "GET /virtual-network/9380112f-1c0a-416d-bda5-2efa7f2b1e15?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2804 0.015102 10.0.0.27 - - [2025-12-04 03:16:50] "GET /obj-perms HTTP/1.1" 200 5080 0.004139 10.0.0.27 - - [2025-12-04 03:16:50] "POST /neutron/port HTTP/1.1" 200 1218 0.048890 10.0.0.27 - - [2025-12-04 03:16:50] "GET /obj-perms HTTP/1.1" 200 5080 0.003983 10.0.0.23 - - [2025-12-04 03:16:50] "GET /obj-perms HTTP/1.1" 200 5080 0.003540 10.0.0.27 - - [2025-12-04 03:16:50] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003848 10.0.0.27 - - [2025-12-04 03:16:50] "POST /neutron/port HTTP/1.1" 200 117 0.001364 10.0.0.27 - - [2025-12-04 03:16:50] "GET /obj-perms HTTP/1.1" 200 5080 0.003590 10.0.0.23 - - [2025-12-04 03:16:50] "GET /obj-perms HTTP/1.1" 200 5080 0.004315 10.0.0.27 - - [2025-12-04 03:16:50] "GET /virtual-machine/27285472-4dde-42bb-851c-05a3cb221719 HTTP/1.1" 200 1316 0.005063 10.0.0.27 - - [2025-12-04 03:16:50] "GET /virtual-machine-interface/89a29de3-3b50-4447-b22d-dcd296c2a00a HTTP/1.1" 200 3417 0.010484 10.0.0.27 - - [2025-12-04 03:16:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003841 10.0.0.27 - - [2025-12-04 03:16:50] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004402 10.0.0.27 - - [2025-12-04 03:16:50] "GET /virtual-networks?parent_id=bdae836b-668a-466e-8244-2f9dc0c3ad23&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003588 10.0.0.27 - - [2025-12-04 03:16:50] "GET /virtual-network/9380112f-1c0a-416d-bda5-2efa7f2b1e15?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2804 0.006810 10.0.0.27 - - [2025-12-04 03:16:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004272 10.0.0.27 - - [2025-12-04 03:16:51] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004014 10.0.0.27 - - [2025-12-04 03:16:51] "GET /virtual-networks?parent_id=bdae836b-668a-466e-8244-2f9dc0c3ad23&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.004342 10.0.0.27 - - [2025-12-04 03:16:51] "GET /virtual-network/9380112f-1c0a-416d-bda5-2efa7f2b1e15?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2804 0.006905 10.0.0.27 - - [2025-12-04 03:16:51] "POST /neutron/security_group HTTP/1.1" 200 1455 0.007895 10.0.0.27 - - [2025-12-04 03:16:56] "POST /neutron/port HTTP/1.1" 200 1218 0.019576 10.0.0.27 - - [2025-12-04 03:17:02] "POST /neutron/security_group HTTP/1.1" 200 1455 0.006985 10.0.0.27 - - [2025-12-04 03:17:02] "POST /neutron/network HTTP/1.1" 200 1121 0.008126 10.0.0.27 - - [2025-12-04 03:17:02] "POST /neutron/subnet HTTP/1.1" 200 1375 0.014529 10.0.0.27 - - [2025-12-04 03:17:02] "POST /neutron/network HTTP/1.1" 200 1111 0.009986 10.0.0.27 - - [2025-12-04 03:17:07] "GET /virtual-machine/04070158-2631-43d3-a3c9-c8287426e446 HTTP/1.1" 200 1316 0.004951 10.0.0.27 - - [2025-12-04 03:17:07] "GET /virtual-machine-interface/246ae08e-6dd6-49e6-9db2-2b42f20fa414 HTTP/1.1" 200 3417 0.006532 10.0.0.27 - - [2025-12-04 03:17:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004596 10.0.0.27 - - [2025-12-04 03:17:07] "GET /security-group/7d4cb21f-e945-4b7a-86c6-dcf7d7f236c9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2737 0.004124 10.0.0.27 - - [2025-12-04 03:17:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003495 10.0.0.27 - - [2025-12-04 03:17:07] "GET /security-group/7d4cb21f-e945-4b7a-86c6-dcf7d7f236c9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2737 0.004523 10.0.0.27 - - [2025-12-04 03:17:07] "POST /neutron/port HTTP/1.1" 200 1218 0.020246 10.0.0.27 - - [2025-12-04 03:17:07] "POST /neutron/port HTTP/1.1" 200 1206 0.103800 10.0.0.27 - - [2025-12-04 03:17:07] "GET /virtual-machine/04070158-2631-43d3-a3c9-c8287426e446 HTTP/1.1" 200 1316 0.005050 10.0.0.27 - - [2025-12-04 03:17:07] "GET /virtual-machine-interface/246ae08e-6dd6-49e6-9db2-2b42f20fa414 HTTP/1.1" 200 3361 0.005709 10.0.0.27 - - [2025-12-04 03:17:07] "POST /neutron/port HTTP/1.1" 200 1206 0.014208 10.0.0.27 - - [2025-12-04 03:17:08] "GET /virtual-machine/04070158-2631-43d3-a3c9-c8287426e446 HTTP/1.1" 200 1316 0.004589 10.0.0.27 - - [2025-12-04 03:17:08] "GET /virtual-machine-interface/246ae08e-6dd6-49e6-9db2-2b42f20fa414 HTTP/1.1" 200 3417 0.009024 10.0.0.27 - - [2025-12-04 03:17:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003535 10.0.0.27 - - [2025-12-04 03:17:08] "GET /security-group/7d4cb21f-e945-4b7a-86c6-dcf7d7f236c9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2737 0.004350 10.0.0.27 - - [2025-12-04 03:17:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004018 10.0.0.27 - - [2025-12-04 03:17:08] "GET /security-group/7d4cb21f-e945-4b7a-86c6-dcf7d7f236c9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2737 0.004290 10.0.0.27 - - [2025-12-04 03:17:08] "POST /neutron/security_group HTTP/1.1" 200 1481 0.004100 10.0.0.27 - - [2025-12-04 03:17:51] "POST /neutron/port HTTP/1.1" 200 1218 0.020071 10.0.0.27 - - [2025-12-04 03:17:52] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005138 10.0.0.27 - - [2025-12-04 03:17:52] "POST /neutron/port HTTP/1.1" 200 117 0.001113 10.0.0.27 - - [2025-12-04 03:18:04] "POST /neutron/port HTTP/1.1" 200 1218 0.018809 10.0.0.27 - - [2025-12-04 03:18:04] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004460 10.0.0.27 - - [2025-12-04 03:18:04] "POST /neutron/port HTTP/1.1" 200 117 0.001608 10.0.0.33 - - [2025-12-04 03:18:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000510 10.0.0.33 - - [2025-12-04 03:18:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000472 10.0.0.23 - - [2025-12-04 03:18:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000622 10.0.0.23 - - [2025-12-04 03:18:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000497 10.0.0.23 - - [2025-12-04 03:18:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000757 10.0.0.23 - - [2025-12-04 03:18:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000395 10.0.0.33 - - [2025-12-04 03:18:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000499 10.0.0.33 - - [2025-12-04 03:18:38] "GET /global-system-configs HTTP/1.1" 401 292 0.000362 10.0.0.27 - - [2025-12-04 03:18:38] "GET /global-system-configs HTTP/1.1" 401 292 0.000424 10.0.0.27 - - [2025-12-04 03:18:39] "GET /global-system-configs HTTP/1.1" 401 292 0.000391 10.0.0.27 - - [2025-12-04 03:18:40] "GET /global-system-configs HTTP/1.1" 401 292 0.000386 10.0.0.27 - - [2025-12-04 03:18:40] "GET /global-system-configs HTTP/1.1" 401 292 0.000525 10.0.0.23 - - [2025-12-04 03:18:44] "GET /projects?obj_uuids=bdae836b-668a-466e-8244-2f9dc0c3ad23&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001003 10.0.0.27 - - [2025-12-04 03:18:44] "POST /neutron/security_group_rule HTTP/1.1" 200 2662 0.054007 10.0.0.27 - - [2025-12-04 03:18:44] "POST /neutron/security_group_rule HTTP/1.1" 200 564 0.010263 10.0.0.33 - - [2025-12-04 03:18:44] "PUT /access-control-list/706803a7-c6c1-41e2-8f38-1082177e444b HTTP/1.1" 200 272 0.054134 10.0.0.27 - - [2025-12-04 03:18:45] "POST /neutron/security_group_rule HTTP/1.1" 200 599 0.107768 10.0.0.27 - - [2025-12-04 03:18:47] "POST /neutron/port HTTP/1.1" 200 1244 0.019542 10.0.0.27 - - [2025-12-04 03:18:47] "GET /virtual-machine/27285472-4dde-42bb-851c-05a3cb221719 HTTP/1.1" 200 1316 0.004395 10.0.0.27 - - [2025-12-04 03:18:48] "POST /neutron/port HTTP/1.1" 200 1180 0.020453 10.0.0.27 - - [2025-12-04 03:18:49] "GET /virtual-machine/27285472-4dde-42bb-851c-05a3cb221719 HTTP/1.1" 404 171 0.003454 10.0.0.27 - - [2025-12-04 03:18:49] "GET /virtual-machine/27285472-4dde-42bb-851c-05a3cb221719 HTTP/1.1" 404 171 0.003162 10.0.0.27 - - [2025-12-04 03:18:50] "GET /virtual-machine/27285472-4dde-42bb-851c-05a3cb221719 HTTP/1.1" 404 171 0.004597 10.0.0.27 - - [2025-12-04 03:18:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004477 10.0.0.27 - - [2025-12-04 03:18:50] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003607 10.0.0.27 - - [2025-12-04 03:18:50] "GET /virtual-networks?parent_id=bdae836b-668a-466e-8244-2f9dc0c3ad23&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.004110 10.0.0.27 - - [2025-12-04 03:18:50] "GET /virtual-network/9380112f-1c0a-416d-bda5-2efa7f2b1e15?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2804 0.006365 10.0.0.27 - - [2025-12-04 03:18:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003538 10.0.0.27 - - [2025-12-04 03:18:50] "GET /routing-instance/13179d0b-9415-4f58-b29a-92dc8e6697e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1680 0.004761 10.0.0.27 - - [2025-12-04 03:18:50] "GET /route-target/2ca923e2-17a0-44bc-af88-4c8a49bf8599?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.003907 10.0.0.23 - - [2025-12-04 03:18:50] "GET /obj-perms HTTP/1.1" 200 5080 0.004490 10.0.0.27 - - [2025-12-04 03:18:53] "GET /obj-perms HTTP/1.1" 200 5080 0.005209 10.0.0.27 - - [2025-12-04 03:18:56] "GET /obj-perms HTTP/1.1" 200 5080 0.003971 10.0.0.33 - - [2025-12-04 03:18:56] "GET /obj-perms HTTP/1.1" 200 5080 0.003911 10.0.0.23 - - [2025-12-04 03:18:56] "GET /obj-perms HTTP/1.1" 200 5080 0.004487 10.0.0.27 - - [2025-12-04 03:18:56] "POST /neutron/security_group HTTP/1.1" 200 1453 0.008941 10.0.0.27 - - [2025-12-04 03:18:56] "POST /neutron/port HTTP/1.1" 200 1244 0.015417 10.0.0.27 - - [2025-12-04 03:18:57] "GET /virtual-machine/04070158-2631-43d3-a3c9-c8287426e446 HTTP/1.1" 200 1316 0.004878 10.0.0.27 - - [2025-12-04 03:18:57] "POST /neutron/port HTTP/1.1" 200 1206 0.016716 10.0.0.27 - - [2025-12-04 03:18:59] "GET /virtual-machine/04070158-2631-43d3-a3c9-c8287426e446 HTTP/1.1" 404 171 0.003556 10.0.0.27 - - [2025-12-04 03:18:59] "GET /virtual-machine/04070158-2631-43d3-a3c9-c8287426e446 HTTP/1.1" 404 171 0.002848 10.0.0.27 - - [2025-12-04 03:18:59] "GET /virtual-machine/04070158-2631-43d3-a3c9-c8287426e446 HTTP/1.1" 404 171 0.005047 10.0.0.27 - - [2025-12-04 03:18:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003542 10.0.0.27 - - [2025-12-04 03:18:59] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004266 10.0.0.27 - - [2025-12-04 03:18:59] "GET /virtual-networks?parent_id=bdae836b-668a-466e-8244-2f9dc0c3ad23&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003654 10.0.0.27 - - [2025-12-04 03:18:59] "GET /virtual-network/9380112f-1c0a-416d-bda5-2efa7f2b1e15?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2804 0.005766 10.0.0.27 - - [2025-12-04 03:18:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003437 10.0.0.27 - - [2025-12-04 03:18:59] "GET /routing-instance/13179d0b-9415-4f58-b29a-92dc8e6697e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1680 0.005253 10.0.0.27 - - [2025-12-04 03:18:59] "GET /route-target/2ca923e2-17a0-44bc-af88-4c8a49bf8599?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.003867 10.0.0.27 - - [2025-12-04 03:19:02] "GET /obj-perms HTTP/1.1" 200 5080 0.004012 10.0.0.27 - - [2025-12-04 03:19:05] "GET /obj-perms HTTP/1.1" 200 5080 0.003998 10.0.0.27 - - [2025-12-04 03:19:11] "GET /obj-perms HTTP/1.1" 200 5080 0.004190 10.0.0.27 - - [2025-12-04 03:19:15] "GET /obj-perms HTTP/1.1" 200 5080 0.004164 10.0.0.27 - - [2025-12-04 03:19:18] "GET /obj-perms HTTP/1.1" 200 5080 0.003677 10.0.0.27 - - [2025-12-04 03:19:24] "GET /obj-perms HTTP/1.1" 200 5080 0.004735 10.0.0.27 - - [2025-12-04 03:19:24] "GET /obj-perms HTTP/1.1" 200 5080 0.003867 10.0.0.33 - - [2025-12-04 03:19:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004740 10.0.0.23 - - [2025-12-04 03:19:24] "POST /useragent-kv HTTP/1.1" 200 115 0.003288 10.0.0.23 - - [2025-12-04 03:19:24] "POST /useragent-kv HTTP/1.1" 200 115 0.003867 10.0.0.23 - - [2025-12-04 03:19:24] "POST /useragent-kv HTTP/1.1" 200 115 0.007304 10.0.0.23 - - [2025-12-04 03:19:24] "POST /useragent-kv HTTP/1.1" 200 115 0.003104 10.0.0.27 - - [2025-12-04 03:19:24] "POST /neutron/network HTTP/1.1" 200 151 0.199522 10.0.0.27 - - [2025-12-04 03:19:24] "POST /fqname-to-id HTTP/1.1" 404 249 0.002974 10.0.0.33 - - [2025-12-04 03:19:25] "DELETE /access-control-list/706803a7-c6c1-41e2-8f38-1082177e444b HTTP/1.1" 200 115 0.029148 10.0.0.23 - - [2025-12-04 03:19:26] "GET /projects?obj_uuids=bdae836b-668a-466e-8244-2f9dc0c3ad23&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001115 10.0.0.27 - - [2025-12-04 03:19:26] "GET /project/bdae836b-668a-466e-8244-2f9dc0c3ad23?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1463 0.096869 10.0.0.23 - - [2025-12-04 03:19:26] "GET /projects?obj_uuids=bdae836b-668a-466e-8244-2f9dc0c3ad23&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001305 10.0.0.27 - - [2025-12-04 03:19:26] "GET /project/bdae836b-668a-466e-8244-2f9dc0c3ad23?fields=virtual_networks HTTP/1.1" 200 1082 0.070198 10.0.0.23 - - [2025-12-04 03:19:26] "GET /projects?obj_uuids=bdae836b-668a-466e-8244-2f9dc0c3ad23&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001532 10.0.0.27 - - [2025-12-04 03:19:26] "GET /project/bdae836b-668a-466e-8244-2f9dc0c3ad23?fields=virtual_machine_interfaces HTTP/1.1" 200 1082 0.058927 10.0.0.23 - - [2025-12-04 03:19:26] "GET /projects?obj_uuids=bdae836b-668a-466e-8244-2f9dc0c3ad23&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001015 10.0.0.27 - - [2025-12-04 03:19:26] "GET /project/bdae836b-668a-466e-8244-2f9dc0c3ad23?fields=security_groups HTTP/1.1" 200 1333 0.049380 10.0.0.27 - - [2025-12-04 03:19:27] "POST /fqname-to-id HTTP/1.1" 404 218 0.032908 10.0.0.23 - - [2025-12-04 03:19:27] "GET /projects?obj_uuids=f192c191-7a14-4e0b-8ff3-d3356391b524&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004051 10.0.0.23 - - [2025-12-04 03:19:28] "GET /domains?obj_uuids=77f3106b-db9e-49b5-893e-09cac574b890&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001543 10.0.0.23 - - [2025-12-04 03:19:28] "GET /domain/77f3106b-db9e-49b5-893e-09cac574b890?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.047809 10.0.0.23 - - [2025-12-04 03:19:28] "POST /id-to-fqname HTTP/1.1" 200 221 0.002115 10.0.0.23 - - [2025-12-04 03:19:28] "POST /fqname-to-id HTTP/1.1" 404 232 0.004160 10.0.0.23 - - [2025-12-04 03:19:28] "POST /security-groups HTTP/1.1" 200 621 0.074283 10.0.0.23 - - [2025-12-04 03:19:28] "POST /projects HTTP/1.1" 200 645 0.297279 10.0.0.23 - - [2025-12-04 03:19:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.331865 10.0.0.33 - - [2025-12-04 03:19:28] "POST /fqname-to-id HTTP/1.1" 404 263 0.011415 10.0.0.27 - - [2025-12-04 03:19:28] "GET /project/f192c191-7a14-4e0b-8ff3-d3356391b524?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1484 0.580146 10.0.0.27 - - [2025-12-04 03:19:29] "GET / HTTP/1.1" 200 35931 0.001508 10.0.0.27 - - [2025-12-04 03:19:31] "POST /fqname-to-id HTTP/1.1" 401 292 0.000495 10.0.0.27 - - [2025-12-04 03:19:32] "POST /fqname-to-id HTTP/1.1" 404 254 0.061413 10.0.0.27 - - [2025-12-04 03:19:32] "POST /security-groups HTTP/1.1" 200 595 0.036753 10.0.0.27 - - [2025-12-04 03:19:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004389 10.0.0.33 - - [2025-12-04 03:19:32] "POST /access-control-lists HTTP/1.1" 200 648 0.032040 10.0.0.27 - - [2025-12-04 03:19:32] "GET /security-group/03d6fde3-25ab-45ac-b922-4624720e8ae4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1940 0.007439 10.0.0.27 - - [2025-12-04 03:19:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003617 10.0.0.27 - - [2025-12-04 03:19:32] "GET /security-group/03d6fde3-25ab-45ac-b922-4624720e8ae4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1940 0.004375 10.0.0.27 - - [2025-12-04 03:19:33] "DELETE /security-group/03d6fde3-25ab-45ac-b922-4624720e8ae4 HTTP/1.1" 200 115 0.056050 10.0.0.27 - - [2025-12-04 03:19:33] "POST /fqname-to-id HTTP/1.1" 404 254 0.003679 10.0.0.33 - - [2025-12-04 03:19:33] "DELETE /access-control-list/04e39336-e60d-4479-a803-ec49c25553e7 HTTP/1.1" 200 115 0.044898 10.0.0.27 - - [2025-12-04 03:19:33] "POST /fqname-to-id HTTP/1.1" 404 254 0.004242 10.0.0.27 - - [2025-12-04 03:19:33] "POST /security-groups HTTP/1.1" 200 595 0.044915 10.0.0.27 - - [2025-12-04 03:19:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003850 10.0.0.33 - - [2025-12-04 03:19:33] "POST /access-control-lists HTTP/1.1" 200 648 0.052273 10.0.0.27 - - [2025-12-04 03:19:33] "GET /security-group/c355c1b0-245e-41e6-9b04-2cd7120aa6cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1942 0.009662 10.0.0.27 - - [2025-12-04 03:19:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003333 10.0.0.27 - - [2025-12-04 03:19:33] "GET /security-group/c355c1b0-245e-41e6-9b04-2cd7120aa6cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1942 0.006965 10.0.0.27 - - [2025-12-04 03:19:34] "GET /security-group/c355c1b0-245e-41e6-9b04-2cd7120aa6cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1942 0.004953 10.0.0.27 - - [2025-12-04 03:19:34] "PUT /security-group/c355c1b0-245e-41e6-9b04-2cd7120aa6cc HTTP/1.1" 200 262 0.033853 10.0.0.33 - - [2025-12-04 03:19:34] "PUT /access-control-list/5ecdd701-2607-4499-9826-3c5e30868734 HTTP/1.1" 200 272 0.022014 10.0.0.27 - - [2025-12-04 03:19:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.017477 10.0.0.23 - - [2025-12-04 03:19:34] "GET /projects?obj_uuids=f192c191-7a14-4e0b-8ff3-d3356391b524&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.001089 10.0.0.27 - - [2025-12-04 03:19:34] "GET /project/f192c191-7a14-4e0b-8ff3-d3356391b524?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1484 0.052606 10.0.0.27 - - [2025-12-04 03:19:34] "POST /neutron/network HTTP/1.1" 200 117 0.039967 10.0.0.33 - - [2025-12-04 03:19:34] "POST /ref-update HTTP/1.1" 200 156 0.034084 10.0.0.27 - - [2025-12-04 03:19:34] "POST /neutron/network HTTP/1.1" 200 952 0.010696 10.0.0.27 - - [2025-12-04 03:19:34] "POST /id-to-fqname HTTP/1.1" 200 300 0.001183 10.0.0.27 - - [2025-12-04 03:19:34] "GET /virtual-network/ca19bd00-b229-4e9c-89af-c40ff5c54504?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2244 0.006710 10.0.0.27 - - [2025-12-04 03:19:34] "GET /virtual-network/ca19bd00-b229-4e9c-89af-c40ff5c54504?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2244 0.006290 10.0.0.27 - - [2025-12-04 03:19:35] "POST /neutron/subnet HTTP/1.1" 200 715 0.009196 10.0.0.27 - - [2025-12-04 03:19:35] "GET /virtual-network/ca19bd00-b229-4e9c-89af-c40ff5c54504?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2244 0.006617 10.0.0.33 - - [2025-12-04 03:19:36] "GET /obj-perms HTTP/1.1" 200 5090 0.065558 10.0.0.27 - - [2025-12-04 03:19:36] "POST /id-to-fqname HTTP/1.1" 200 300 0.001712 10.0.0.23 - - [2025-12-04 03:19:37] "GET /projects?obj_uuids=f192c191-7a14-4e0b-8ff3-d3356391b524&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.001111 10.0.0.27 - - [2025-12-04 03:19:37] "GET /project/f192c191-7a14-4e0b-8ff3-d3356391b524?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1484 0.072562 10.0.0.27 - - [2025-12-04 03:19:37] "POST /neutron/network HTTP/1.1" 200 952 0.036843 10.0.0.27 - - [2025-12-04 03:19:37] "POST /id-to-fqname HTTP/1.1" 200 300 0.001338 10.0.0.27 - - [2025-12-04 03:19:38] "POST /neutron/port HTTP/1.1" 200 117 0.006876 10.0.0.27 - - [2025-12-04 03:19:38] "POST /neutron/network HTTP/1.1" 200 962 0.006972 10.0.0.27 - - [2025-12-04 03:19:38] "POST /neutron/port HTTP/1.1" 200 1088 0.017771 10.0.0.23 - - [2025-12-04 03:19:39] "GET /projects?obj_uuids=f192c191-7a14-4e0b-8ff3-d3356391b524&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.001123 10.0.0.27 - - [2025-12-04 03:19:39] "GET /project/f192c191-7a14-4e0b-8ff3-d3356391b524?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1484 0.098675 10.0.0.27 - - [2025-12-04 03:19:39] "POST /neutron/port HTTP/1.1" 200 1116 0.036366 10.0.0.27 - - [2025-12-04 03:19:39] "POST /neutron/subnet HTTP/1.1" 200 689 0.009561 10.0.0.27 - - [2025-12-04 03:19:39] "POST /neutron/port HTTP/1.1" 200 1116 0.020206 10.0.0.27 - - [2025-12-04 03:19:39] "POST /neutron/port HTTP/1.1" 200 1116 0.016361 10.0.0.23 - - [2025-12-04 03:19:39] "GET /projects?obj_uuids=f192c191-7a14-4e0b-8ff3-d3356391b524&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.001609 10.0.0.27 - - [2025-12-04 03:19:39] "POST /neutron/security_group HTTP/1.1" 200 3294 0.069331 10.0.0.27 - - [2025-12-04 03:19:40] "POST /neutron/port HTTP/1.1" 200 1088 0.016568 10.0.0.27 - - [2025-12-04 03:19:40] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004239 10.0.0.27 - - [2025-12-04 03:19:40] "POST /neutron/network HTTP/1.1" 200 952 0.007299 10.0.0.23 - - [2025-12-04 03:19:43] "DELETE /project/f192c1917a144e0b8ff3d3356391b524 HTTP/1.1" 404 173 0.006627 10.0.0.23 - - [2025-12-04 03:19:43] "GET /projects?obj_uuids=bdae836b-668a-466e-8244-2f9dc0c3ad23&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001041 10.0.0.23 - - [2025-12-04 03:19:43] "GET /project/bdae836b-668a-466e-8244-2f9dc0c3ad23?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1568 0.062338 10.0.0.23 - - [2025-12-04 03:19:43] "GET /projects?obj_uuids=bdae836b-668a-466e-8244-2f9dc0c3ad23&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001012 10.0.0.23 - - [2025-12-04 03:19:43] "GET /project/bdae836b-668a-466e-8244-2f9dc0c3ad23?fields=security_groups HTTP/1.1" 200 1438 0.042844 10.0.0.23 - - [2025-12-04 03:19:43] "DELETE /security-group/eb317f1c-80c1-4775-b980-ba92bcfb569f HTTP/1.1" 200 115 0.047489 10.0.0.23 - - [2025-12-04 03:19:43] "GET /projects?obj_uuids=bdae836b-668a-466e-8244-2f9dc0c3ad23&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001300 10.0.0.23 - - [2025-12-04 03:19:43] "GET /project/bdae836b-668a-466e-8244-2f9dc0c3ad23?fields=application_policy_sets HTTP/1.1" 200 1477 0.047961 10.0.0.23 - - [2025-12-04 03:19:43] "DELETE /project/bdae836b-668a-466e-8244-2f9dc0c3ad23 HTTP/1.1" 200 115 0.441170 10.0.0.27 - - [2025-12-04 03:19:44] "POST /neutron/port HTTP/1.1" 200 1116 0.016682 10.0.0.27 - - [2025-12-04 03:19:44] "POST /neutron/security_group HTTP/1.1" 200 1288 0.008976 10.0.0.27 - - [2025-12-04 03:19:44] "GET /virtual-machine/de449f05-b042-4abe-a3b5-870140307814 HTTP/1.1" 401 292 0.000440 10.0.0.27 - - [2025-12-04 03:19:45] "GET /virtual-machine/de449f05-b042-4abe-a3b5-870140307814 HTTP/1.1" 200 1323 0.038787 10.0.0.27 - - [2025-12-04 03:19:45] "GET /virtual-machine/de449f05-b042-4abe-a3b5-870140307814 HTTP/1.1" 200 1323 0.004244 10.0.0.27 - - [2025-12-04 03:19:45] "GET /virtual-machine-interface/f17ed044-d21b-47b8-8e33-4c227992790e HTTP/1.1" 200 3264 0.005915 10.0.0.27 - - [2025-12-04 03:19:45] "GET /virtual-machine/de449f05-b042-4abe-a3b5-870140307814 HTTP/1.1" 200 1323 0.003944 10.0.0.27 - - [2025-12-04 03:19:45] "GET /virtual-machine-interface/f17ed044-d21b-47b8-8e33-4c227992790e HTTP/1.1" 200 3264 0.005858 10.0.0.27 - - [2025-12-04 03:19:45] "GET /instance-ip/8c0f9541-d19c-43d3-8b0b-f9736c32dcaa HTTP/1.1" 200 1729 0.007442 10.0.0.27 - - [2025-12-04 03:19:45] "GET /virtual-machine/de449f05-b042-4abe-a3b5-870140307814 HTTP/1.1" 200 1323 0.004818 10.0.0.27 - - [2025-12-04 03:19:45] "GET /virtual-machine-interface/f17ed044-d21b-47b8-8e33-4c227992790e HTTP/1.1" 200 3264 0.005841 10.0.0.27 - - [2025-12-04 03:19:45] "GET /instance-ip/8c0f9541-d19c-43d3-8b0b-f9736c32dcaa HTTP/1.1" 200 1729 0.004440 10.0.0.27 - - [2025-12-04 03:19:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003376 10.0.0.27 - - [2025-12-04 03:19:45] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004533 10.0.0.27 - - [2025-12-04 03:19:45] "GET /virtual-networks?parent_id=f192c191-7a14-4e0b-8ff3-d3356391b524&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003869 10.0.0.27 - - [2025-12-04 03:19:45] "GET /virtual-network/ca19bd00-b229-4e9c-89af-c40ff5c54504?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2244 0.007406 10.0.0.27 - - [2025-12-04 03:19:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003529 10.0.0.27 - - [2025-12-04 03:19:45] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.006430 10.0.0.27 - - [2025-12-04 03:19:45] "GET /virtual-networks?parent_id=f192c191-7a14-4e0b-8ff3-d3356391b524&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003016 10.0.0.27 - - [2025-12-04 03:19:45] "GET /virtual-network/ca19bd00-b229-4e9c-89af-c40ff5c54504?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2244 0.006430 10.0.0.27 - - [2025-12-04 03:19:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003639 10.0.0.27 - - [2025-12-04 03:19:45] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003584 10.0.0.27 - - [2025-12-04 03:19:45] "GET /virtual-networks?parent_id=f192c191-7a14-4e0b-8ff3-d3356391b524&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003377 10.0.0.27 - - [2025-12-04 03:19:45] "GET /virtual-network/ca19bd00-b229-4e9c-89af-c40ff5c54504?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2244 0.005924 10.0.0.27 - - [2025-12-04 03:19:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003386 10.0.0.27 - - [2025-12-04 03:19:45] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.008341 10.0.0.27 - - [2025-12-04 03:19:45] "GET /virtual-networks?parent_id=f192c191-7a14-4e0b-8ff3-d3356391b524&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.008303 10.0.0.27 - - [2025-12-04 03:19:45] "GET /virtual-network/ca19bd00-b229-4e9c-89af-c40ff5c54504?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2244 0.008599 10.0.0.27 - - [2025-12-04 03:19:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003605 10.0.0.27 - - [2025-12-04 03:19:46] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004482 10.0.0.27 - - [2025-12-04 03:19:46] "GET /virtual-networks?parent_id=f192c191-7a14-4e0b-8ff3-d3356391b524&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003168 10.0.0.27 - - [2025-12-04 03:19:46] "GET /virtual-network/ca19bd00-b229-4e9c-89af-c40ff5c54504?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2244 0.006763 10.0.0.27 - - [2025-12-04 03:19:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003694 10.0.0.27 - - [2025-12-04 03:19:46] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004635 10.0.0.27 - - [2025-12-04 03:19:46] "GET /virtual-networks?parent_id=f192c191-7a14-4e0b-8ff3-d3356391b524&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003823 10.0.0.27 - - [2025-12-04 03:19:46] "GET /virtual-network/ca19bd00-b229-4e9c-89af-c40ff5c54504?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2244 0.008607 10.0.0.27 - - [2025-12-04 03:19:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003486 10.0.0.27 - - [2025-12-04 03:19:46] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004459 10.0.0.27 - - [2025-12-04 03:19:46] "GET /virtual-networks?parent_id=f192c191-7a14-4e0b-8ff3-d3356391b524&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003290 10.0.0.27 - - [2025-12-04 03:19:46] "GET /virtual-network/ca19bd00-b229-4e9c-89af-c40ff5c54504?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2244 0.005698 10.0.0.27 - - [2025-12-04 03:19:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004274 10.0.0.27 - - [2025-12-04 03:19:49] "GET /virtual-network/ca19bd00-b229-4e9c-89af-c40ff5c54504?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2244 0.005863 10.0.0.27 - - [2025-12-04 03:19:53] "POST /neutron/port HTTP/1.1" 200 1116 0.096446 10.0.0.27 - - [2025-12-04 03:19:53] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004404 10.0.0.27 - - [2025-12-04 03:19:53] "POST /neutron/network HTTP/1.1" 200 952 0.007557 10.0.0.27 - - [2025-12-04 03:19:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003478 10.0.0.27 - - [2025-12-04 03:19:53] "GET /virtual-network/ca19bd00-b229-4e9c-89af-c40ff5c54504?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2244 0.005548 10.0.0.27 - - [2025-12-04 03:19:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003240 10.0.0.27 - - [2025-12-04 03:19:57] "GET /virtual-network/ca19bd00-b229-4e9c-89af-c40ff5c54504?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2244 0.006282 10.0.0.27 - - [2025-12-04 03:20:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.005083 10.0.0.27 - - [2025-12-04 03:20:01] "GET /virtual-network/ca19bd00-b229-4e9c-89af-c40ff5c54504?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2244 0.007440 10.0.0.27 - - [2025-12-04 03:20:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004410 10.0.0.27 - - [2025-12-04 03:20:05] "GET /virtual-network/ca19bd00-b229-4e9c-89af-c40ff5c54504?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2244 0.006136 10.0.0.27 - - [2025-12-04 03:20:06] "POST /neutron/network HTTP/1.1" 200 962 0.008339 10.0.0.27 - - [2025-12-04 03:20:06] "POST /neutron/port HTTP/1.1" 200 117 0.001216 10.0.0.27 - - [2025-12-04 03:20:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003281 10.0.0.27 - - [2025-12-04 03:20:09] "GET /virtual-network/ca19bd00-b229-4e9c-89af-c40ff5c54504?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2244 0.006366 10.0.0.27 - - [2025-12-04 03:20:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003690 10.0.0.27 - - [2025-12-04 03:20:14] "GET /virtual-network/ca19bd00-b229-4e9c-89af-c40ff5c54504?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2244 0.006840 10.0.0.27 - - [2025-12-04 03:20:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003634 10.0.0.27 - - [2025-12-04 03:20:18] "GET /virtual-network/ca19bd00-b229-4e9c-89af-c40ff5c54504?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2244 0.006660 10.0.0.23 - - [2025-12-04 03:20:18] "GET /obj-perms HTTP/1.1" 200 5056 0.075190 10.0.0.27 - - [2025-12-04 03:20:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003853 10.0.0.27 - - [2025-12-04 03:20:22] "GET /virtual-network/ca19bd00-b229-4e9c-89af-c40ff5c54504?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2244 0.007122 10.0.0.27 - - [2025-12-04 03:20:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003777 10.0.0.27 - - [2025-12-04 03:20:24] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004149 10.0.0.27 - - [2025-12-04 03:20:24] "GET /virtual-networks?parent_id=f192c191-7a14-4e0b-8ff3-d3356391b524&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003336 10.0.0.27 - - [2025-12-04 03:20:24] "GET /virtual-network/ca19bd00-b229-4e9c-89af-c40ff5c54504?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2244 0.006288 10.0.0.27 - - [2025-12-04 03:20:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003401 10.0.0.27 - - [2025-12-04 03:20:24] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004072 10.0.0.27 - - [2025-12-04 03:20:24] "GET /virtual-networks?parent_id=f192c191-7a14-4e0b-8ff3-d3356391b524&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003316 10.0.0.27 - - [2025-12-04 03:20:24] "GET /virtual-network/ca19bd00-b229-4e9c-89af-c40ff5c54504?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2244 0.006150 10.0.0.27 - - [2025-12-04 03:20:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003826 10.0.0.27 - - [2025-12-04 03:20:24] "GET /routing-instance/5afcbff8-0a2e-45df-a62d-f25de4f79e8c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1705 0.005253 10.0.0.27 - - [2025-12-04 03:20:24] "GET /route-target/d97bd7ed-e73d-4605-91f2-297b2d67ac69?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004197 10.0.0.27 - - [2025-12-04 03:20:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004097 10.0.0.27 - - [2025-12-04 03:20:24] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004272 10.0.0.27 - - [2025-12-04 03:20:24] "GET /virtual-networks?parent_id=f192c191-7a14-4e0b-8ff3-d3356391b524&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003849 10.0.0.27 - - [2025-12-04 03:20:24] "GET /virtual-network/ca19bd00-b229-4e9c-89af-c40ff5c54504?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2244 0.008018 10.0.0.27 - - [2025-12-04 03:20:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004063 10.0.0.27 - - [2025-12-04 03:20:24] "GET /routing-instance/5afcbff8-0a2e-45df-a62d-f25de4f79e8c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1705 0.005476 10.0.0.27 - - [2025-12-04 03:20:24] "GET /route-target/d97bd7ed-e73d-4605-91f2-297b2d67ac69?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.003988 10.0.0.27 - - [2025-12-04 03:20:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003675 10.0.0.27 - - [2025-12-04 03:20:25] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004559 10.0.0.27 - - [2025-12-04 03:20:25] "GET /virtual-networks?parent_id=f192c191-7a14-4e0b-8ff3-d3356391b524&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003514 10.0.0.27 - - [2025-12-04 03:20:25] "GET /virtual-network/ca19bd00-b229-4e9c-89af-c40ff5c54504?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2244 0.005681 10.0.0.27 - - [2025-12-04 03:20:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003514 10.0.0.27 - - [2025-12-04 03:20:25] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004815 10.0.0.27 - - [2025-12-04 03:20:25] "GET /virtual-networks?parent_id=f192c191-7a14-4e0b-8ff3-d3356391b524&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003777 10.0.0.27 - - [2025-12-04 03:20:25] "GET /virtual-network/ca19bd00-b229-4e9c-89af-c40ff5c54504?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2244 0.006247 10.0.0.27 - - [2025-12-04 03:20:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003719 10.0.0.27 - - [2025-12-04 03:20:25] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004903 10.0.0.27 - - [2025-12-04 03:20:25] "GET /virtual-networks?parent_id=f192c191-7a14-4e0b-8ff3-d3356391b524&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.004010 10.0.0.27 - - [2025-12-04 03:20:25] "GET /virtual-network/ca19bd00-b229-4e9c-89af-c40ff5c54504?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2244 0.006190 10.0.0.27 - - [2025-12-04 03:20:25] "GET /obj-perms HTTP/1.1" 200 5090 0.059512 10.0.0.27 - - [2025-12-04 03:20:25] "GET /obj-perms HTTP/1.1" 200 5090 0.003733 10.0.0.23 - - [2025-12-04 03:20:25] "GET /obj-perms HTTP/1.1" 200 5090 0.065773 10.0.0.27 - - [2025-12-04 03:20:25] "GET /obj-perms HTTP/1.1" 200 5090 0.004747 10.0.0.27 - - [2025-12-04 03:20:26] "GET /virtual-machine/de449f05-b042-4abe-a3b5-870140307814 HTTP/1.1" 200 1323 0.003948 10.0.0.27 - - [2025-12-04 03:20:26] "GET /virtual-machine-interface/f17ed044-d21b-47b8-8e33-4c227992790e HTTP/1.1" 200 3264 0.006588 10.0.0.27 - - [2025-12-04 03:20:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004049 10.0.0.27 - - [2025-12-04 03:20:26] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005138 10.0.0.27 - - [2025-12-04 03:20:26] "GET /virtual-networks?parent_id=f192c191-7a14-4e0b-8ff3-d3356391b524&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003857 10.0.0.27 - - [2025-12-04 03:20:26] "GET /virtual-network/ca19bd00-b229-4e9c-89af-c40ff5c54504?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2244 0.006147 10.0.0.27 - - [2025-12-04 03:20:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003373 10.0.0.27 - - [2025-12-04 03:20:29] "GET /virtual-network/ca19bd00-b229-4e9c-89af-c40ff5c54504?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2244 0.005982 10.0.0.27 - - [2025-12-04 03:20:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003604 10.0.0.27 - - [2025-12-04 03:20:31] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003706 10.0.0.27 - - [2025-12-04 03:20:31] "GET /virtual-networks?parent_id=f192c191-7a14-4e0b-8ff3-d3356391b524&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003773 10.0.0.27 - - [2025-12-04 03:20:31] "GET /virtual-network/ca19bd00-b229-4e9c-89af-c40ff5c54504?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2244 0.006171 10.0.0.27 - - [2025-12-04 03:20:31] "POST /neutron/security_group HTTP/1.1" 200 1288 0.008221 10.0.0.27 - - [2025-12-04 03:20:36] "POST /neutron/port HTTP/1.1" 200 1116 0.017426 10.0.0.27 - - [2025-12-04 03:20:41] "POST /neutron/security_group HTTP/1.1" 200 1288 0.010513 10.0.0.27 - - [2025-12-04 03:20:47] "POST /neutron/port HTTP/1.1" 200 1116 0.016606 10.0.0.27 - - [2025-12-04 03:20:47] "POST /neutron/security_group HTTP/1.1" 200 1288 0.007607 10.0.0.27 - - [2025-12-04 03:20:47] "POST /neutron/port HTTP/1.1" 200 1116 0.016693 10.0.0.27 - - [2025-12-04 03:20:47] "GET /virtual-machine/9c959f4e-6a36-4ef7-9249-e6395388c669 HTTP/1.1" 200 1323 0.006730 10.0.0.27 - - [2025-12-04 03:20:47] "GET /virtual-machine/9c959f4e-6a36-4ef7-9249-e6395388c669 HTTP/1.1" 200 1323 0.004532 10.0.0.27 - - [2025-12-04 03:20:47] "GET /virtual-machine-interface/b6a36a48-92e8-4163-9daa-8ed845954ed2 HTTP/1.1" 200 3264 0.006664 10.0.0.27 - - [2025-12-04 03:20:47] "GET /virtual-machine/9c959f4e-6a36-4ef7-9249-e6395388c669 HTTP/1.1" 200 1323 0.004521 10.0.0.27 - - [2025-12-04 03:20:47] "GET /virtual-machine-interface/b6a36a48-92e8-4163-9daa-8ed845954ed2 HTTP/1.1" 200 3264 0.007359 10.0.0.27 - - [2025-12-04 03:20:47] "GET /instance-ip/3e5a2638-efcf-4282-b86f-b00a2b5b153b HTTP/1.1" 200 1728 0.008492 10.0.0.27 - - [2025-12-04 03:20:47] "GET /virtual-machine/9c959f4e-6a36-4ef7-9249-e6395388c669 HTTP/1.1" 200 1323 0.004951 10.0.0.27 - - [2025-12-04 03:20:47] "GET /virtual-machine-interface/b6a36a48-92e8-4163-9daa-8ed845954ed2 HTTP/1.1" 200 3264 0.007287 10.0.0.27 - - [2025-12-04 03:20:47] "GET /instance-ip/3e5a2638-efcf-4282-b86f-b00a2b5b153b HTTP/1.1" 200 1728 0.005205 10.0.0.27 - - [2025-12-04 03:20:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004168 10.0.0.27 - - [2025-12-04 03:20:47] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004483 10.0.0.27 - - [2025-12-04 03:20:47] "GET /virtual-networks?parent_id=f192c191-7a14-4e0b-8ff3-d3356391b524&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003812 10.0.0.27 - - [2025-12-04 03:20:47] "GET /virtual-network/ca19bd00-b229-4e9c-89af-c40ff5c54504?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2244 0.006958 10.0.0.27 - - [2025-12-04 03:20:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003875 10.0.0.27 - - [2025-12-04 03:20:47] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004421 10.0.0.27 - - [2025-12-04 03:20:47] "GET /virtual-networks?parent_id=f192c191-7a14-4e0b-8ff3-d3356391b524&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.005190 10.0.0.27 - - [2025-12-04 03:20:47] "GET /virtual-network/ca19bd00-b229-4e9c-89af-c40ff5c54504?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2244 0.005765 10.0.0.27 - - [2025-12-04 03:20:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004697 10.0.0.27 - - [2025-12-04 03:20:47] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004958 10.0.0.27 - - [2025-12-04 03:20:47] "GET /virtual-networks?parent_id=f192c191-7a14-4e0b-8ff3-d3356391b524&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003475 10.0.0.27 - - [2025-12-04 03:20:47] "GET /virtual-network/ca19bd00-b229-4e9c-89af-c40ff5c54504?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2244 0.006535 10.0.0.27 - - [2025-12-04 03:20:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003567 10.0.0.27 - - [2025-12-04 03:20:48] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004006 10.0.0.27 - - [2025-12-04 03:20:48] "GET /virtual-networks?parent_id=f192c191-7a14-4e0b-8ff3-d3356391b524&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003651 10.0.0.27 - - [2025-12-04 03:20:48] "GET /virtual-network/ca19bd00-b229-4e9c-89af-c40ff5c54504?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2244 0.007186 10.0.0.27 - - [2025-12-04 03:20:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004672 10.0.0.27 - - [2025-12-04 03:20:48] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004649 10.0.0.27 - - [2025-12-04 03:20:48] "GET /virtual-networks?parent_id=f192c191-7a14-4e0b-8ff3-d3356391b524&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003227 10.0.0.27 - - [2025-12-04 03:20:48] "GET /virtual-network/ca19bd00-b229-4e9c-89af-c40ff5c54504?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2244 0.007691 10.0.0.27 - - [2025-12-04 03:20:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004090 10.0.0.27 - - [2025-12-04 03:20:48] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005062 10.0.0.27 - - [2025-12-04 03:20:48] "GET /virtual-networks?parent_id=f192c191-7a14-4e0b-8ff3-d3356391b524&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003617 10.0.0.27 - - [2025-12-04 03:20:48] "GET /virtual-network/ca19bd00-b229-4e9c-89af-c40ff5c54504?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2244 0.005988 10.0.0.27 - - [2025-12-04 03:20:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004456 10.0.0.27 - - [2025-12-04 03:20:48] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003996 10.0.0.27 - - [2025-12-04 03:20:48] "GET /virtual-networks?parent_id=f192c191-7a14-4e0b-8ff3-d3356391b524&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003707 10.0.0.27 - - [2025-12-04 03:20:48] "GET /virtual-network/ca19bd00-b229-4e9c-89af-c40ff5c54504?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2244 0.006700 10.0.0.27 - - [2025-12-04 03:20:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003876 10.0.0.27 - - [2025-12-04 03:20:49] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004550 10.0.0.27 - - [2025-12-04 03:20:49] "GET /virtual-networks?parent_id=f192c191-7a14-4e0b-8ff3-d3356391b524&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003701 10.0.0.27 - - [2025-12-04 03:20:49] "GET /virtual-network/ca19bd00-b229-4e9c-89af-c40ff5c54504?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2244 0.005972 10.0.0.27 - - [2025-12-04 03:20:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004255 10.0.0.27 - - [2025-12-04 03:20:49] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004351 10.0.0.27 - - [2025-12-04 03:20:49] "GET /virtual-networks?parent_id=f192c191-7a14-4e0b-8ff3-d3356391b524&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003597 10.0.0.27 - - [2025-12-04 03:20:49] "GET /virtual-network/ca19bd00-b229-4e9c-89af-c40ff5c54504?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2244 0.006519 10.0.0.27 - - [2025-12-04 03:20:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003787 10.0.0.27 - - [2025-12-04 03:20:50] "GET /routing-instance/5afcbff8-0a2e-45df-a62d-f25de4f79e8c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1705 0.004713 10.0.0.27 - - [2025-12-04 03:20:50] "GET /route-target/d97bd7ed-e73d-4605-91f2-297b2d67ac69?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.007241 10.0.0.27 - - [2025-12-04 03:20:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004177 10.0.0.27 - - [2025-12-04 03:20:50] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004181 10.0.0.27 - - [2025-12-04 03:20:50] "GET /virtual-networks?parent_id=f192c191-7a14-4e0b-8ff3-d3356391b524&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.004450 10.0.0.27 - - [2025-12-04 03:20:50] "GET /virtual-network/ca19bd00-b229-4e9c-89af-c40ff5c54504?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2244 0.008100 10.0.0.27 - - [2025-12-04 03:20:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004035 10.0.0.27 - - [2025-12-04 03:20:50] "GET /routing-instance/5afcbff8-0a2e-45df-a62d-f25de4f79e8c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1705 0.005101 10.0.0.27 - - [2025-12-04 03:20:50] "GET /route-target/d97bd7ed-e73d-4605-91f2-297b2d67ac69?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004316 10.0.0.27 - - [2025-12-04 03:20:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003716 10.0.0.27 - - [2025-12-04 03:20:50] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004413 10.0.0.27 - - [2025-12-04 03:20:50] "GET /virtual-networks?parent_id=f192c191-7a14-4e0b-8ff3-d3356391b524&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.004018 10.0.0.27 - - [2025-12-04 03:20:50] "GET /virtual-network/ca19bd00-b229-4e9c-89af-c40ff5c54504?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2244 0.006498 10.0.0.27 - - [2025-12-04 03:20:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003695 10.0.0.27 - - [2025-12-04 03:20:50] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005164 10.0.0.27 - - [2025-12-04 03:20:50] "GET /virtual-networks?parent_id=f192c191-7a14-4e0b-8ff3-d3356391b524&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003689 10.0.0.27 - - [2025-12-04 03:20:50] "GET /virtual-network/ca19bd00-b229-4e9c-89af-c40ff5c54504?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2244 0.005957 10.0.0.27 - - [2025-12-04 03:20:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004056 10.0.0.27 - - [2025-12-04 03:20:50] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003796 10.0.0.27 - - [2025-12-04 03:20:50] "GET /virtual-networks?parent_id=f192c191-7a14-4e0b-8ff3-d3356391b524&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003963 10.0.0.27 - - [2025-12-04 03:20:50] "GET /virtual-network/ca19bd00-b229-4e9c-89af-c40ff5c54504?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2244 0.006845 10.0.0.27 - - [2025-12-04 03:20:50] "GET /obj-perms HTTP/1.1" 200 5090 0.004659 10.0.0.23 - - [2025-12-04 03:20:50] "GET /obj-perms HTTP/1.1" 200 5090 0.004690 10.0.0.27 - - [2025-12-04 03:20:50] "GET /obj-perms HTTP/1.1" 200 5090 0.003896 10.0.0.23 - - [2025-12-04 03:20:50] "GET /obj-perms HTTP/1.1" 200 5090 0.003753 10.0.0.27 - - [2025-12-04 03:20:51] "GET /obj-perms HTTP/1.1" 200 5090 0.003952 10.0.0.27 - - [2025-12-04 03:20:51] "GET /virtual-machine/9c959f4e-6a36-4ef7-9249-e6395388c669 HTTP/1.1" 200 1323 0.005276 10.0.0.27 - - [2025-12-04 03:20:51] "GET /virtual-machine-interface/b6a36a48-92e8-4163-9daa-8ed845954ed2 HTTP/1.1" 200 3264 0.007661 10.0.0.27 - - [2025-12-04 03:20:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004558 10.0.0.27 - - [2025-12-04 03:20:51] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004188 10.0.0.27 - - [2025-12-04 03:20:51] "GET /virtual-networks?parent_id=f192c191-7a14-4e0b-8ff3-d3356391b524&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003328 10.0.0.27 - - [2025-12-04 03:20:51] "GET /virtual-network/ca19bd00-b229-4e9c-89af-c40ff5c54504?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2244 0.007798 10.0.0.27 - - [2025-12-04 03:20:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003914 10.0.0.27 - - [2025-12-04 03:20:52] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003569 10.0.0.27 - - [2025-12-04 03:20:52] "GET /virtual-networks?parent_id=f192c191-7a14-4e0b-8ff3-d3356391b524&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.004087 10.0.0.27 - - [2025-12-04 03:20:52] "GET /virtual-network/ca19bd00-b229-4e9c-89af-c40ff5c54504?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2244 0.005766 10.0.0.27 - - [2025-12-04 03:20:52] "POST /neutron/security_group HTTP/1.1" 200 1288 0.007829 10.0.0.27 - - [2025-12-04 03:20:54] "POST /neutron/network HTTP/1.1" 200 962 0.010248 10.0.0.27 - - [2025-12-04 03:20:54] "POST /neutron/port HTTP/1.1" 200 117 0.001124 10.0.0.27 - - [2025-12-04 03:20:57] "GET /virtual-machine/de449f05-b042-4abe-a3b5-870140307814 HTTP/1.1" 200 1323 0.005195 10.0.0.27 - - [2025-12-04 03:20:57] "GET /virtual-machine-interface/f17ed044-d21b-47b8-8e33-4c227992790e HTTP/1.1" 200 3264 0.006735 10.0.0.27 - - [2025-12-04 03:20:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003267 10.0.0.27 - - [2025-12-04 03:20:57] "GET /security-group/c355c1b0-245e-41e6-9b04-2cd7120aa6cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2575 0.004516 10.0.0.27 - - [2025-12-04 03:20:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003399 10.0.0.27 - - [2025-12-04 03:20:57] "GET /security-group/c355c1b0-245e-41e6-9b04-2cd7120aa6cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2575 0.005900 10.0.0.27 - - [2025-12-04 03:20:57] "POST /neutron/security_group HTTP/1.1" 200 1288 0.008390 10.0.0.27 - - [2025-12-04 03:20:57] "POST /neutron/port HTTP/1.1" 200 1142 0.013478 10.0.0.27 - - [2025-12-04 03:20:58] "GET /virtual-machine/de449f05-b042-4abe-a3b5-870140307814 HTTP/1.1" 200 1323 0.003941 10.0.0.27 - - [2025-12-04 03:20:58] "GET /virtual-machine-interface/f17ed044-d21b-47b8-8e33-4c227992790e HTTP/1.1" 200 3203 0.009434 10.0.0.27 - - [2025-12-04 03:20:58] "POST /neutron/port HTTP/1.1" 200 1078 0.017489 10.0.0.27 - - [2025-12-04 03:20:58] "POST /neutron/port HTTP/1.1" 200 1142 0.069358 10.0.0.27 - - [2025-12-04 03:20:58] "GET /virtual-machine/de449f05-b042-4abe-a3b5-870140307814 HTTP/1.1" 200 1323 0.004331 10.0.0.27 - - [2025-12-04 03:20:58] "GET /virtual-machine-interface/f17ed044-d21b-47b8-8e33-4c227992790e HTTP/1.1" 200 3264 0.006219 10.0.0.27 - - [2025-12-04 03:20:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003525 10.0.0.27 - - [2025-12-04 03:20:58] "GET /security-group/c355c1b0-245e-41e6-9b04-2cd7120aa6cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2575 0.004468 10.0.0.27 - - [2025-12-04 03:20:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004097 10.0.0.27 - - [2025-12-04 03:20:58] "GET /security-group/c355c1b0-245e-41e6-9b04-2cd7120aa6cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2575 0.004395 10.0.0.27 - - [2025-12-04 03:20:58] "DELETE /security-group/c355c1b0-245e-41e6-9b04-2cd7120aa6cc HTTP/1.1" 409 336 0.009294 10.0.0.27 - - [2025-12-04 03:21:08] "POST /neutron/port HTTP/1.1" 200 1116 0.043573 10.0.0.27 - - [2025-12-04 03:21:08] "POST /neutron/subnet HTTP/1.1" 200 689 0.011680 10.0.0.33 - - [2025-12-04 03:21:19] "GET /obj-perms HTTP/1.1" 200 5056 0.064582 10.0.0.27 - - [2025-12-04 03:21:55] "POST /neutron/port HTTP/1.1" 200 1116 0.048038 10.0.0.27 - - [2025-12-04 03:21:55] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004397 10.0.0.27 - - [2025-12-04 03:21:55] "POST /neutron/network HTTP/1.1" 200 952 0.007843 10.0.0.27 - - [2025-12-04 03:22:10] "POST /neutron/network HTTP/1.1" 200 962 0.007262 10.0.0.27 - - [2025-12-04 03:22:10] "POST /neutron/port HTTP/1.1" 200 117 0.001797 10.0.0.27 - - [2025-12-04 03:22:39] "GET /security-group/c355c1b0-245e-41e6-9b04-2cd7120aa6cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2575 0.005481 10.0.0.27 - - [2025-12-04 03:22:39] "PUT /security-group/c355c1b0-245e-41e6-9b04-2cd7120aa6cc HTTP/1.1" 200 262 0.018725 10.0.0.33 - - [2025-12-04 03:22:39] "PUT /access-control-list/5ecdd701-2607-4499-9826-3c5e30868734 HTTP/1.1" 200 272 0.015218 10.0.0.27 - - [2025-12-04 03:22:42] "POST /neutron/port HTTP/1.1" 200 1116 0.017266 10.0.0.27 - - [2025-12-04 03:22:42] "POST /neutron/port HTTP/1.1" 200 1104 0.088281 10.0.0.27 - - [2025-12-04 03:22:42] "GET /virtual-machine/9c959f4e-6a36-4ef7-9249-e6395388c669 HTTP/1.1" 200 1323 0.005282 10.0.0.27 - - [2025-12-04 03:22:43] "POST /neutron/port HTTP/1.1" 200 151 0.191532 10.0.0.27 - - [2025-12-04 03:22:44] "GET /virtual-machine/9c959f4e-6a36-4ef7-9249-e6395388c669 HTTP/1.1" 404 171 0.004911 10.0.0.27 - - [2025-12-04 03:22:44] "GET /virtual-machine/9c959f4e-6a36-4ef7-9249-e6395388c669 HTTP/1.1" 404 171 0.003402 10.0.0.27 - - [2025-12-04 03:22:44] "GET /virtual-machine/9c959f4e-6a36-4ef7-9249-e6395388c669 HTTP/1.1" 404 171 0.002940 10.0.0.27 - - [2025-12-04 03:22:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004420 10.0.0.27 - - [2025-12-04 03:22:44] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003973 10.0.0.27 - - [2025-12-04 03:22:44] "GET /virtual-networks?parent_id=f192c191-7a14-4e0b-8ff3-d3356391b524&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.002774 10.0.0.27 - - [2025-12-04 03:22:44] "GET /virtual-network/ca19bd00-b229-4e9c-89af-c40ff5c54504?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2244 0.007340 10.0.0.27 - - [2025-12-04 03:22:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003966 10.0.0.27 - - [2025-12-04 03:22:44] "GET /routing-instance/5afcbff8-0a2e-45df-a62d-f25de4f79e8c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1705 0.004758 10.0.0.27 - - [2025-12-04 03:22:44] "GET /route-target/d97bd7ed-e73d-4605-91f2-297b2d67ac69?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004616 10.0.0.23 - - [2025-12-04 03:22:44] "GET /obj-perms HTTP/1.1" 200 5090 0.004928 10.0.0.27 - - [2025-12-04 03:22:47] "GET /obj-perms HTTP/1.1" 200 5090 0.004466 10.0.0.23 - - [2025-12-04 03:22:54] "GET /obj-perms HTTP/1.1" 200 5090 0.006653 10.0.0.27 - - [2025-12-04 03:22:54] "GET /obj-perms HTTP/1.1" 200 5090 0.009804 10.0.0.27 - - [2025-12-04 03:22:54] "POST /neutron/port HTTP/1.1" 200 1142 0.011534 10.0.0.27 - - [2025-12-04 03:22:54] "GET /virtual-machine/de449f05-b042-4abe-a3b5-870140307814 HTTP/1.1" 200 1323 0.003971 10.0.0.27 - - [2025-12-04 03:22:55] "POST /neutron/port HTTP/1.1" 200 1078 0.023088 10.0.0.27 - - [2025-12-04 03:22:56] "GET /virtual-machine/de449f05-b042-4abe-a3b5-870140307814 HTTP/1.1" 404 171 0.002949 10.0.0.27 - - [2025-12-04 03:22:56] "GET /virtual-machine/de449f05-b042-4abe-a3b5-870140307814 HTTP/1.1" 404 171 0.003459 10.0.0.27 - - [2025-12-04 03:22:56] "GET /virtual-machine/de449f05-b042-4abe-a3b5-870140307814 HTTP/1.1" 404 171 0.004967 10.0.0.27 - - [2025-12-04 03:22:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003087 10.0.0.27 - - [2025-12-04 03:22:56] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004415 10.0.0.27 - - [2025-12-04 03:22:56] "GET /virtual-networks?parent_id=f192c191-7a14-4e0b-8ff3-d3356391b524&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.002984 10.0.0.27 - - [2025-12-04 03:22:56] "GET /virtual-network/ca19bd00-b229-4e9c-89af-c40ff5c54504?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2244 0.006877 10.0.0.27 - - [2025-12-04 03:22:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003355 10.0.0.27 - - [2025-12-04 03:22:57] "GET /routing-instance/5afcbff8-0a2e-45df-a62d-f25de4f79e8c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1705 0.004419 10.0.0.27 - - [2025-12-04 03:22:57] "GET /route-target/d97bd7ed-e73d-4605-91f2-297b2d67ac69?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.003543 10.0.0.27 - - [2025-12-04 03:22:57] "GET /obj-perms HTTP/1.1" 200 5090 0.004507 10.0.0.27 - - [2025-12-04 03:23:03] "GET /obj-perms HTTP/1.1" 200 5090 0.004097 10.0.0.27 - - [2025-12-04 03:23:06] "GET /obj-perms HTTP/1.1" 200 5090 0.003893 10.0.0.27 - - [2025-12-04 03:23:12] "GET /obj-perms HTTP/1.1" 200 5090 0.004130 10.0.0.27 - - [2025-12-04 03:23:15] "GET /obj-perms HTTP/1.1" 200 5090 0.004034 10.0.0.27 - - [2025-12-04 03:23:21] "GET /obj-perms HTTP/1.1" 200 5056 0.076857 10.0.0.27 - - [2025-12-04 03:23:24] "GET /obj-perms HTTP/1.1" 200 5090 0.005058 10.0.0.27 - - [2025-12-04 03:23:24] "GET /obj-perms HTTP/1.1" 200 5090 0.004921 10.0.0.33 - - [2025-12-04 03:23:24] "GET /obj-perms HTTP/1.1" 200 5090 0.004332 10.0.0.23 - - [2025-12-04 03:23:24] "GET /obj-perms HTTP/1.1" 200 5090 0.005378 10.0.0.27 - - [2025-12-04 03:23:24] "POST /neutron/network HTTP/1.1" 200 952 0.007738 10.0.0.33 - - [2025-12-04 03:23:25] "DELETE /route-target/d97bd7ed-e73d-4605-91f2-297b2d67ac69 HTTP/1.1" 200 115 0.027483 10.0.0.27 - - [2025-12-04 03:23:25] "DELETE /security-group/c355c1b0-245e-41e6-9b04-2cd7120aa6cc HTTP/1.1" 200 115 0.050795 10.0.0.27 - - [2025-12-04 03:23:25] "POST /fqname-to-id HTTP/1.1" 404 254 0.006612 10.0.0.23 - - [2025-12-04 03:23:27] "GET /projects?obj_uuids=f192c191-7a14-4e0b-8ff3-d3356391b524&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.030477 10.0.0.27 - - [2025-12-04 03:23:27] "GET /project/f192c191-7a14-4e0b-8ff3-d3356391b524?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1484 0.079668 10.0.0.23 - - [2025-12-04 03:23:27] "GET /projects?obj_uuids=f192c191-7a14-4e0b-8ff3-d3356391b524&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.001077 10.0.0.27 - - [2025-12-04 03:23:27] "GET /project/f192c191-7a14-4e0b-8ff3-d3356391b524?fields=virtual_networks HTTP/1.1" 200 1093 0.042696 10.0.0.23 - - [2025-12-04 03:23:27] "GET /projects?obj_uuids=f192c191-7a14-4e0b-8ff3-d3356391b524&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.003161 10.0.0.27 - - [2025-12-04 03:23:27] "GET /project/f192c191-7a14-4e0b-8ff3-d3356391b524?fields=virtual_machine_interfaces HTTP/1.1" 200 1093 0.049895 10.0.0.23 - - [2025-12-04 03:23:27] "GET /projects?obj_uuids=f192c191-7a14-4e0b-8ff3-d3356391b524&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.001298 10.0.0.27 - - [2025-12-04 03:23:27] "GET /project/f192c191-7a14-4e0b-8ff3-d3356391b524?fields=security_groups HTTP/1.1" 200 1349 0.041540 10.0.0.27 - - [2025-12-04 03:23:28] "POST /fqname-to-id HTTP/1.1" 404 209 0.031040 10.0.0.23 - - [2025-12-04 03:23:28] "GET /projects?obj_uuids=05516a74-7a47-4373-b5c0-3b9ace8821e0&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.005919 10.0.0.23 - - [2025-12-04 03:23:28] "GET /domains?obj_uuids=77f3106b-db9e-49b5-893e-09cac574b890&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001259 10.0.0.23 - - [2025-12-04 03:23:28] "GET /domain/77f3106b-db9e-49b5-893e-09cac574b890?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.008479 10.0.0.23 - - [2025-12-04 03:23:28] "POST /id-to-fqname HTTP/1.1" 200 212 0.004703 10.0.0.23 - - [2025-12-04 03:23:28] "POST /fqname-to-id HTTP/1.1" 404 222 0.007989 10.0.0.23 - - [2025-12-04 03:23:28] "POST /security-groups HTTP/1.1" 200 612 0.077669 10.0.0.33 - - [2025-12-04 03:23:28] "POST /fqname-to-id HTTP/1.1" 404 255 0.004086 10.0.0.23 - - [2025-12-04 03:23:28] "POST /projects HTTP/1.1" 200 627 0.297998 10.0.0.23 - - [2025-12-04 03:23:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.340926 10.0.0.27 - - [2025-12-04 03:23:29] "GET /project/05516a74-7a47-4373-b5c0-3b9ace8821e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1446 0.540362 10.0.0.33 - - [2025-12-04 03:23:29] "POST /access-control-lists HTTP/1.1" 200 615 0.076245 10.0.0.27 - - [2025-12-04 03:23:30] "GET / HTTP/1.1" 200 35931 0.001950 10.0.0.27 - - [2025-12-04 03:23:31] "POST /fqname-to-id HTTP/1.1" 401 292 0.000423 10.0.0.27 - - [2025-12-04 03:23:32] "POST /fqname-to-id HTTP/1.1" 404 245 0.063015 10.0.0.33 - - [2025-12-04 03:23:32] "POST /fqname-to-id HTTP/1.1" 404 276 0.018646 10.0.0.33 - - [2025-12-04 03:23:32] "PUT /access-control-list/9617288f-0070-48eb-a25e-92bc32144412 HTTP/1.1" 200 272 0.027990 10.0.0.23 - - [2025-12-04 03:23:32] "GET /projects?obj_uuids=05516a74-7a47-4373-b5c0-3b9ace8821e0&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001214 10.0.0.27 - - [2025-12-04 03:23:32] "POST /neutron/security_group_rule HTTP/1.1" 200 2608 0.101859 10.0.0.27 - - [2025-12-04 03:23:33] "POST /neutron/security_group_rule HTTP/1.1" 200 534 0.018922 10.0.0.33 - - [2025-12-04 03:23:33] "PUT /access-control-list/9617288f-0070-48eb-a25e-92bc32144412 HTTP/1.1" 200 272 0.015766 10.0.0.27 - - [2025-12-04 03:23:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.004403 10.0.0.27 - - [2025-12-04 03:23:33] "GET /security-group/f4a0097c-f586-4333-8cdb-71af3e3498cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2000 0.006390 10.0.0.27 - - [2025-12-04 03:23:34] "POST /neutron/security_group HTTP/1.1" 200 1002 0.004920 10.0.0.27 - - [2025-12-04 03:23:34] "POST /fqname-to-id HTTP/1.1" 404 245 0.003551 10.0.0.33 - - [2025-12-04 03:23:34] "DELETE /access-control-list/9617288f-0070-48eb-a25e-92bc32144412 HTTP/1.1" 200 115 0.041564 10.0.0.27 - - [2025-12-04 03:23:34] "POST /fqname-to-id HTTP/1.1" 404 245 0.003730 10.0.0.33 - - [2025-12-04 03:23:34] "POST /fqname-to-id HTTP/1.1" 404 276 0.015333 10.0.0.33 - - [2025-12-04 03:23:34] "PUT /access-control-list/9e607ca1-60fc-4e87-9b9d-7d5e27ac075a HTTP/1.1" 200 272 0.024250 10.0.0.23 - - [2025-12-04 03:23:35] "GET /projects?obj_uuids=05516a74-7a47-4373-b5c0-3b9ace8821e0&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001155 10.0.0.27 - - [2025-12-04 03:23:35] "POST /neutron/security_group_rule HTTP/1.1" 200 2608 0.066120 10.0.0.27 - - [2025-12-04 03:23:35] "POST /neutron/security_group_rule HTTP/1.1" 200 534 0.022658 10.0.0.33 - - [2025-12-04 03:23:35] "PUT /access-control-list/9e607ca1-60fc-4e87-9b9d-7d5e27ac075a HTTP/1.1" 200 272 0.017024 10.0.0.27 - - [2025-12-04 03:23:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.002936 10.0.0.27 - - [2025-12-04 03:23:35] "GET /security-group/a81ca391-b29f-483e-b022-96f19c78c115?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2000 0.016811 10.0.0.23 - - [2025-12-04 03:23:36] "GET /projects?obj_uuids=05516a74-7a47-4373-b5c0-3b9ace8821e0&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001357 10.0.0.27 - - [2025-12-04 03:23:36] "POST /neutron/security_group_rule HTTP/1.1" 200 2188 0.050543 10.0.0.27 - - [2025-12-04 03:23:36] "POST /neutron/security_group_rule HTTP/1.1" 200 581 0.171193 10.0.0.33 - - [2025-12-04 03:23:36] "PUT /access-control-list/9e607ca1-60fc-4e87-9b9d-7d5e27ac075a HTTP/1.1" 200 272 0.016065 10.0.0.27 - - [2025-12-04 03:23:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003644 10.0.0.23 - - [2025-12-04 03:23:36] "GET /projects?obj_uuids=05516a74-7a47-4373-b5c0-3b9ace8821e0&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001176 10.0.0.27 - - [2025-12-04 03:23:36] "GET /project/05516a74-7a47-4373-b5c0-3b9ace8821e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1446 0.054980 10.0.0.23 - - [2025-12-04 03:23:36] "GET /projects?obj_uuids=05516a74-7a47-4373-b5c0-3b9ace8821e0&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001036 10.0.0.27 - - [2025-12-04 03:23:36] "POST /neutron/network HTTP/1.1" 200 708 0.142977 10.0.0.33 - - [2025-12-04 03:23:37] "POST /ref-update HTTP/1.1" 200 156 0.032666 10.0.0.33 - - [2025-12-04 03:23:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000451 10.0.0.23 - - [2025-12-04 03:23:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000430 10.0.0.33 - - [2025-12-04 03:23:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000485 10.0.0.27 - - [2025-12-04 03:23:37] "POST /id-to-fqname HTTP/1.1" 200 282 0.003386 10.0.0.27 - - [2025-12-04 03:23:37] "GET /virtual-network/48643d60-4287-4f54-bd9d-01ae314d1acf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2202 0.005878 10.0.0.23 - - [2025-12-04 03:23:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000497 10.0.0.27 - - [2025-12-04 03:23:37] "POST /neutron/network HTTP/1.1" 200 926 0.012278 10.0.0.27 - - [2025-12-04 03:23:37] "GET /virtual-network/48643d60-4287-4f54-bd9d-01ae314d1acf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2202 0.006088 10.0.0.27 - - [2025-12-04 03:23:37] "GET /virtual-network/48643d60-4287-4f54-bd9d-01ae314d1acf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2202 0.006530 10.0.0.23 - - [2025-12-04 03:23:38] "GET /global-system-configs HTTP/1.1" 401 292 0.000474 10.0.0.33 - - [2025-12-04 03:23:38] "GET /global-system-configs HTTP/1.1" 401 292 0.000450 10.0.0.23 - - [2025-12-04 03:23:38] "GET /global-system-configs HTTP/1.1" 401 292 0.000369 10.0.0.33 - - [2025-12-04 03:23:38] "GET /global-system-configs HTTP/1.1" 401 292 0.000380 10.0.0.27 - - [2025-12-04 03:23:39] "GET /global-system-configs HTTP/1.1" 401 292 0.000411 10.0.0.27 - - [2025-12-04 03:23:39] "GET /global-system-configs HTTP/1.1" 401 292 0.000376 10.0.0.27 - - [2025-12-04 03:23:39] "POST /id-to-fqname HTTP/1.1" 200 282 0.001572 10.0.0.27 - - [2025-12-04 03:23:39] "POST /neutron/security_group HTTP/1.1" 200 1415 0.010349 10.0.0.23 - - [2025-12-04 03:23:40] "GET /projects?obj_uuids=05516a74-7a47-4373-b5c0-3b9ace8821e0&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.000985 10.0.0.27 - - [2025-12-04 03:23:40] "GET /project/05516a74-7a47-4373-b5c0-3b9ace8821e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1446 0.066179 10.0.0.27 - - [2025-12-04 03:23:40] "POST /neutron/port HTTP/1.1" 200 117 0.006792 10.0.0.27 - - [2025-12-04 03:23:40] "POST /id-to-fqname HTTP/1.1" 200 282 0.001339 10.0.0.27 - - [2025-12-04 03:23:40] "GET /global-system-configs HTTP/1.1" 401 292 0.000436 10.0.0.27 - - [2025-12-04 03:23:40] "GET /global-system-configs HTTP/1.1" 401 292 0.000394 10.0.0.27 - - [2025-12-04 03:23:40] "POST /neutron/security_group HTTP/1.1" 200 1415 0.008140 10.0.0.23 - - [2025-12-04 03:23:40] "GET /projects?obj_uuids=05516a74-7a47-4373-b5c0-3b9ace8821e0&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001027 10.0.0.27 - - [2025-12-04 03:23:40] "POST /neutron/security_group HTTP/1.1" 200 3412 0.049644 10.0.0.27 - - [2025-12-04 03:23:41] "POST /neutron/port HTTP/1.1" 200 1080 0.015442 10.0.0.23 - - [2025-12-04 03:23:41] "GET /projects?obj_uuids=05516a74-7a47-4373-b5c0-3b9ace8821e0&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001377 10.0.0.27 - - [2025-12-04 03:23:41] "GET /project/05516a74-7a47-4373-b5c0-3b9ace8821e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1446 0.122215 10.0.0.27 - - [2025-12-04 03:23:41] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003958 10.0.0.27 - - [2025-12-04 03:23:41] "POST /neutron/port HTTP/1.1" 200 117 0.001245 10.0.0.27 - - [2025-12-04 03:23:41] "POST /neutron/security_group HTTP/1.1" 200 1415 0.010745 10.0.0.27 - - [2025-12-04 03:23:42] "POST /neutron/security_group HTTP/1.1" 200 1415 0.008066 10.0.0.23 - - [2025-12-04 03:23:42] "GET /projects?obj_uuids=05516a74-7a47-4373-b5c0-3b9ace8821e0&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001105 10.0.0.27 - - [2025-12-04 03:23:42] "POST /neutron/port HTTP/1.1" 200 1080 0.326035 10.0.0.27 - - [2025-12-04 03:23:42] "POST /neutron/port HTTP/1.1" 200 1134 0.115565 10.0.0.27 - - [2025-12-04 03:23:42] "POST /neutron/subnet HTTP/1.1" 200 694 0.009963 10.0.0.23 - - [2025-12-04 03:23:43] "DELETE /project/05516a747a474373b5c03b9ace8821e0 HTTP/1.1" 404 173 0.005611 10.0.0.23 - - [2025-12-04 03:23:43] "GET /projects?obj_uuids=f192c191-7a14-4e0b-8ff3-d3356391b524&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.001267 10.0.0.23 - - [2025-12-04 03:23:43] "GET /project/f192c191-7a14-4e0b-8ff3-d3356391b524?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1589 0.048730 10.0.0.23 - - [2025-12-04 03:23:43] "GET /projects?obj_uuids=f192c191-7a14-4e0b-8ff3-d3356391b524&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.001776 10.0.0.23 - - [2025-12-04 03:23:43] "GET /project/f192c191-7a14-4e0b-8ff3-d3356391b524?fields=security_groups HTTP/1.1" 200 1454 0.045502 10.0.0.23 - - [2025-12-04 03:23:44] "DELETE /security-group/97ffb6b3-a427-4958-8510-e26f4ff0520f HTTP/1.1" 200 115 0.066160 10.0.0.23 - - [2025-12-04 03:23:44] "GET /projects?obj_uuids=f192c191-7a14-4e0b-8ff3-d3356391b524&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.001467 10.0.0.23 - - [2025-12-04 03:23:44] "GET /project/f192c191-7a14-4e0b-8ff3-d3356391b524?fields=application_policy_sets HTTP/1.1" 200 1493 0.069226 10.0.0.23 - - [2025-12-04 03:23:44] "DELETE /project/f192c191-7a14-4e0b-8ff3-d3356391b524 HTTP/1.1" 200 115 0.447007 10.0.0.27 - - [2025-12-04 03:23:47] "POST /neutron/port HTTP/1.1" 200 1108 0.020310 10.0.0.27 - - [2025-12-04 03:23:47] "POST /neutron/security_group HTTP/1.1" 200 1415 0.007508 10.0.0.27 - - [2025-12-04 03:23:47] "POST /neutron/port HTTP/1.1" 200 1108 0.015161 10.0.0.27 - - [2025-12-04 03:23:47] "GET /virtual-machine/e8bc2501-6bfd-4eac-be52-525b4db3eb7f HTTP/1.1" 401 292 0.000405 10.0.0.27 - - [2025-12-04 03:23:47] "GET /virtual-machine/e8bc2501-6bfd-4eac-be52-525b4db3eb7f HTTP/1.1" 200 1314 0.038982 10.0.0.27 - - [2025-12-04 03:23:47] "GET /virtual-machine/e8bc2501-6bfd-4eac-be52-525b4db3eb7f HTTP/1.1" 200 1314 0.003669 10.0.0.27 - - [2025-12-04 03:23:47] "GET /virtual-machine-interface/d44b55dc-0283-4d98-8d86-6cd1ffff9341 HTTP/1.1" 200 3192 0.006132 10.0.0.27 - - [2025-12-04 03:23:47] "GET /virtual-machine/e8bc2501-6bfd-4eac-be52-525b4db3eb7f HTTP/1.1" 200 1314 0.005397 10.0.0.27 - - [2025-12-04 03:23:47] "GET /virtual-machine-interface/d44b55dc-0283-4d98-8d86-6cd1ffff9341 HTTP/1.1" 200 3192 0.006365 10.0.0.27 - - [2025-12-04 03:23:47] "GET /instance-ip/ceb25a6e-2aec-4817-89e2-4aaf5ea414d9 HTTP/1.1" 200 1702 0.006760 10.0.0.27 - - [2025-12-04 03:23:47] "GET /virtual-machine/e8bc2501-6bfd-4eac-be52-525b4db3eb7f HTTP/1.1" 200 1314 0.004050 10.0.0.27 - - [2025-12-04 03:23:47] "GET /virtual-machine-interface/d44b55dc-0283-4d98-8d86-6cd1ffff9341 HTTP/1.1" 200 3192 0.005883 10.0.0.27 - - [2025-12-04 03:23:47] "GET /instance-ip/ceb25a6e-2aec-4817-89e2-4aaf5ea414d9 HTTP/1.1" 200 1702 0.004804 10.0.0.27 - - [2025-12-04 03:23:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003392 10.0.0.27 - - [2025-12-04 03:23:47] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003739 10.0.0.27 - - [2025-12-04 03:23:47] "GET /virtual-networks?parent_id=05516a74-7a47-4373-b5c0-3b9ace8821e0&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003627 10.0.0.27 - - [2025-12-04 03:23:47] "GET /virtual-network/48643d60-4287-4f54-bd9d-01ae314d1acf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2202 0.005905 10.0.0.27 - - [2025-12-04 03:23:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003523 10.0.0.27 - - [2025-12-04 03:23:47] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004111 10.0.0.27 - - [2025-12-04 03:23:48] "GET /virtual-networks?parent_id=05516a74-7a47-4373-b5c0-3b9ace8821e0&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003093 10.0.0.27 - - [2025-12-04 03:23:48] "GET /virtual-network/48643d60-4287-4f54-bd9d-01ae314d1acf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2202 0.006266 10.0.0.27 - - [2025-12-04 03:23:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003502 10.0.0.27 - - [2025-12-04 03:23:48] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004897 10.0.0.27 - - [2025-12-04 03:23:48] "GET /virtual-networks?parent_id=05516a74-7a47-4373-b5c0-3b9ace8821e0&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003572 10.0.0.27 - - [2025-12-04 03:23:48] "GET /virtual-network/48643d60-4287-4f54-bd9d-01ae314d1acf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2202 0.006983 10.0.0.27 - - [2025-12-04 03:23:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003815 10.0.0.27 - - [2025-12-04 03:23:48] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004344 10.0.0.27 - - [2025-12-04 03:23:48] "GET /virtual-networks?parent_id=05516a74-7a47-4373-b5c0-3b9ace8821e0&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003353 10.0.0.27 - - [2025-12-04 03:23:48] "GET /virtual-network/48643d60-4287-4f54-bd9d-01ae314d1acf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2202 0.006371 10.0.0.27 - - [2025-12-04 03:23:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003990 10.0.0.27 - - [2025-12-04 03:23:48] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004308 10.0.0.27 - - [2025-12-04 03:23:48] "GET /virtual-networks?parent_id=05516a74-7a47-4373-b5c0-3b9ace8821e0&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003589 10.0.0.27 - - [2025-12-04 03:23:48] "GET /virtual-network/48643d60-4287-4f54-bd9d-01ae314d1acf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2202 0.007209 10.0.0.27 - - [2025-12-04 03:23:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003883 10.0.0.27 - - [2025-12-04 03:23:48] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004154 10.0.0.27 - - [2025-12-04 03:23:48] "GET /virtual-networks?parent_id=05516a74-7a47-4373-b5c0-3b9ace8821e0&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003743 10.0.0.27 - - [2025-12-04 03:23:48] "GET /virtual-network/48643d60-4287-4f54-bd9d-01ae314d1acf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2202 0.006460 10.0.0.27 - - [2025-12-04 03:23:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003462 10.0.0.27 - - [2025-12-04 03:23:48] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004526 10.0.0.27 - - [2025-12-04 03:23:48] "GET /virtual-networks?parent_id=05516a74-7a47-4373-b5c0-3b9ace8821e0&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003528 10.0.0.27 - - [2025-12-04 03:23:48] "GET /virtual-network/48643d60-4287-4f54-bd9d-01ae314d1acf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2202 0.005758 10.0.0.27 - - [2025-12-04 03:23:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003946 10.0.0.27 - - [2025-12-04 03:23:51] "GET /virtual-network/48643d60-4287-4f54-bd9d-01ae314d1acf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2202 0.005788 10.0.0.27 - - [2025-12-04 03:23:54] "POST /neutron/port HTTP/1.1" 200 1108 0.015038 10.0.0.27 - - [2025-12-04 03:23:55] "POST /neutron/subnet HTTP/1.1" 200 694 0.009603 10.0.0.27 - - [2025-12-04 03:23:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003440 10.0.0.27 - - [2025-12-04 03:23:55] "GET /virtual-network/48643d60-4287-4f54-bd9d-01ae314d1acf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2202 0.006566 10.0.0.27 - - [2025-12-04 03:24:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003814 10.0.0.27 - - [2025-12-04 03:24:00] "GET /virtual-network/48643d60-4287-4f54-bd9d-01ae314d1acf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2202 0.005664 10.0.0.27 - - [2025-12-04 03:24:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003968 10.0.0.27 - - [2025-12-04 03:24:04] "GET /virtual-network/48643d60-4287-4f54-bd9d-01ae314d1acf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2202 0.006541 10.0.0.27 - - [2025-12-04 03:24:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003607 10.0.0.27 - - [2025-12-04 03:24:08] "GET /virtual-network/48643d60-4287-4f54-bd9d-01ae314d1acf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2202 0.008126 10.0.0.27 - - [2025-12-04 03:24:10] "POST /neutron/port HTTP/1.1" 200 1108 0.019280 10.0.0.27 - - [2025-12-04 03:24:10] "POST /neutron/floatingip HTTP/1.1" 200 117 0.008099 10.0.0.27 - - [2025-12-04 03:24:10] "POST /neutron/network HTTP/1.1" 200 926 0.007183 10.0.0.27 - - [2025-12-04 03:24:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004006 10.0.0.27 - - [2025-12-04 03:24:12] "GET /virtual-network/48643d60-4287-4f54-bd9d-01ae314d1acf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2202 0.006533 10.0.0.27 - - [2025-12-04 03:24:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004604 10.0.0.27 - - [2025-12-04 03:24:16] "GET /virtual-network/48643d60-4287-4f54-bd9d-01ae314d1acf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2202 0.006563 10.0.0.27 - - [2025-12-04 03:24:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003367 10.0.0.27 - - [2025-12-04 03:24:20] "GET /virtual-network/48643d60-4287-4f54-bd9d-01ae314d1acf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2202 0.005841 10.0.0.27 - - [2025-12-04 03:24:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003953 10.0.0.27 - - [2025-12-04 03:24:24] "GET /virtual-network/48643d60-4287-4f54-bd9d-01ae314d1acf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2202 0.006351 10.0.0.27 - - [2025-12-04 03:24:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004615 10.0.0.27 - - [2025-12-04 03:24:26] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004067 10.0.0.27 - - [2025-12-04 03:24:26] "GET /virtual-networks?parent_id=05516a74-7a47-4373-b5c0-3b9ace8821e0&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.002970 10.0.0.27 - - [2025-12-04 03:24:26] "GET /virtual-network/48643d60-4287-4f54-bd9d-01ae314d1acf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2202 0.006835 10.0.0.27 - - [2025-12-04 03:24:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004224 10.0.0.27 - - [2025-12-04 03:24:27] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003991 10.0.0.27 - - [2025-12-04 03:24:27] "GET /virtual-networks?parent_id=05516a74-7a47-4373-b5c0-3b9ace8821e0&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003747 10.0.0.27 - - [2025-12-04 03:24:27] "GET /virtual-network/48643d60-4287-4f54-bd9d-01ae314d1acf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2202 0.006510 10.0.0.27 - - [2025-12-04 03:24:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003410 10.0.0.27 - - [2025-12-04 03:24:27] "GET /routing-instance/1b3392ae-bcd8-4a13-b6eb-49321fa26075?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1660 0.005097 10.0.0.27 - - [2025-12-04 03:24:27] "GET /route-target/288c3bd3-0cbc-4e3a-9721-f2ad57dac5de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.003948 10.0.0.27 - - [2025-12-04 03:24:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003222 10.0.0.27 - - [2025-12-04 03:24:27] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004400 10.0.0.27 - - [2025-12-04 03:24:27] "GET /virtual-networks?parent_id=05516a74-7a47-4373-b5c0-3b9ace8821e0&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003412 10.0.0.27 - - [2025-12-04 03:24:27] "GET /virtual-network/48643d60-4287-4f54-bd9d-01ae314d1acf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2202 0.005892 10.0.0.27 - - [2025-12-04 03:24:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003683 10.0.0.27 - - [2025-12-04 03:24:27] "GET /routing-instance/1b3392ae-bcd8-4a13-b6eb-49321fa26075?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1660 0.005382 10.0.0.27 - - [2025-12-04 03:24:27] "GET /route-target/288c3bd3-0cbc-4e3a-9721-f2ad57dac5de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.003752 10.0.0.27 - - [2025-12-04 03:24:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003850 10.0.0.27 - - [2025-12-04 03:24:27] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004343 10.0.0.27 - - [2025-12-04 03:24:27] "GET /virtual-networks?parent_id=05516a74-7a47-4373-b5c0-3b9ace8821e0&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003040 10.0.0.27 - - [2025-12-04 03:24:27] "GET /virtual-network/48643d60-4287-4f54-bd9d-01ae314d1acf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2202 0.006503 10.0.0.27 - - [2025-12-04 03:24:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003436 10.0.0.27 - - [2025-12-04 03:24:27] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004659 10.0.0.27 - - [2025-12-04 03:24:27] "GET /virtual-networks?parent_id=05516a74-7a47-4373-b5c0-3b9ace8821e0&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003457 10.0.0.27 - - [2025-12-04 03:24:27] "GET /virtual-network/48643d60-4287-4f54-bd9d-01ae314d1acf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2202 0.006457 10.0.0.27 - - [2025-12-04 03:24:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003304 10.0.0.27 - - [2025-12-04 03:24:27] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004306 10.0.0.27 - - [2025-12-04 03:24:27] "GET /virtual-networks?parent_id=05516a74-7a47-4373-b5c0-3b9ace8821e0&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.004021 10.0.0.27 - - [2025-12-04 03:24:27] "GET /virtual-network/48643d60-4287-4f54-bd9d-01ae314d1acf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2202 0.006321 10.0.0.23 - - [2025-12-04 03:24:27] "GET /obj-perms HTTP/1.1" 200 5072 0.062482 10.0.0.27 - - [2025-12-04 03:24:28] "GET /obj-perms HTTP/1.1" 200 5072 0.057528 10.0.0.27 - - [2025-12-04 03:24:28] "GET /obj-perms HTTP/1.1" 200 5072 0.003557 10.0.0.27 - - [2025-12-04 03:24:28] "GET /obj-perms HTTP/1.1" 200 5072 0.004108 10.0.0.33 - - [2025-12-04 03:24:28] "GET /obj-perms HTTP/1.1" 200 5072 0.062914 10.0.0.23 - - [2025-12-04 03:24:28] "GET /obj-perms HTTP/1.1" 200 5072 0.004068 10.0.0.27 - - [2025-12-04 03:24:28] "GET /virtual-machine/e8bc2501-6bfd-4eac-be52-525b4db3eb7f HTTP/1.1" 200 1314 0.004535 10.0.0.27 - - [2025-12-04 03:24:28] "GET /virtual-machine-interface/d44b55dc-0283-4d98-8d86-6cd1ffff9341 HTTP/1.1" 200 3192 0.005636 10.0.0.27 - - [2025-12-04 03:24:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003619 10.0.0.27 - - [2025-12-04 03:24:28] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004002 10.0.0.27 - - [2025-12-04 03:24:28] "GET /virtual-networks?parent_id=05516a74-7a47-4373-b5c0-3b9ace8821e0&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003946 10.0.0.27 - - [2025-12-04 03:24:28] "GET /virtual-network/48643d60-4287-4f54-bd9d-01ae314d1acf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2202 0.006057 10.0.0.27 - - [2025-12-04 03:24:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.004052 10.0.0.27 - - [2025-12-04 03:24:29] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.007447 10.0.0.27 - - [2025-12-04 03:24:29] "GET /virtual-networks?parent_id=05516a74-7a47-4373-b5c0-3b9ace8821e0&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003197 10.0.0.27 - - [2025-12-04 03:24:29] "GET /virtual-network/48643d60-4287-4f54-bd9d-01ae314d1acf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2202 0.006762 10.0.0.27 - - [2025-12-04 03:24:34] "POST /neutron/port HTTP/1.1" 200 1108 0.018735 10.0.0.27 - - [2025-12-04 03:24:36] "POST /neutron/security_group HTTP/1.1" 200 1415 0.044456 10.0.0.27 - - [2025-12-04 03:24:40] "POST /neutron/port HTTP/1.1" 200 1108 0.018114 10.0.0.27 - - [2025-12-04 03:24:45] "POST /neutron/security_group HTTP/1.1" 200 1415 0.007854 10.0.0.27 - - [2025-12-04 03:24:45] "POST /neutron/port HTTP/1.1" 200 1108 0.019135 10.0.0.27 - - [2025-12-04 03:24:45] "POST /neutron/security_group HTTP/1.1" 200 1415 0.008116 10.0.0.27 - - [2025-12-04 03:24:45] "GET /virtual-machine/9c6b4754-0767-4de2-8fb2-73dea6806a91 HTTP/1.1" 200 1314 0.007368 10.0.0.27 - - [2025-12-04 03:24:45] "GET /virtual-machine/9c6b4754-0767-4de2-8fb2-73dea6806a91 HTTP/1.1" 200 1314 0.004543 10.0.0.27 - - [2025-12-04 03:24:45] "GET /virtual-machine-interface/2b547581-41aa-44e3-b7df-0a8c008b61ba HTTP/1.1" 200 3191 0.006451 10.0.0.27 - - [2025-12-04 03:24:45] "GET /virtual-machine/9c6b4754-0767-4de2-8fb2-73dea6806a91 HTTP/1.1" 200 1314 0.004547 10.0.0.27 - - [2025-12-04 03:24:45] "GET /virtual-machine-interface/2b547581-41aa-44e3-b7df-0a8c008b61ba HTTP/1.1" 200 3191 0.005989 10.0.0.27 - - [2025-12-04 03:24:45] "GET /instance-ip/dd339fd9-46e4-47ae-85d2-3306555f2e6e HTTP/1.1" 200 1702 0.007024 10.0.0.27 - - [2025-12-04 03:24:45] "GET /virtual-machine/9c6b4754-0767-4de2-8fb2-73dea6806a91 HTTP/1.1" 200 1314 0.004048 10.0.0.27 - - [2025-12-04 03:24:45] "GET /virtual-machine-interface/2b547581-41aa-44e3-b7df-0a8c008b61ba HTTP/1.1" 200 3191 0.006355 10.0.0.27 - - [2025-12-04 03:24:45] "GET /instance-ip/dd339fd9-46e4-47ae-85d2-3306555f2e6e HTTP/1.1" 200 1702 0.004665 10.0.0.27 - - [2025-12-04 03:24:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004295 10.0.0.27 - - [2025-12-04 03:24:45] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004811 10.0.0.27 - - [2025-12-04 03:24:45] "GET /virtual-networks?parent_id=05516a74-7a47-4373-b5c0-3b9ace8821e0&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.004260 10.0.0.27 - - [2025-12-04 03:24:45] "GET /virtual-network/48643d60-4287-4f54-bd9d-01ae314d1acf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2202 0.008191 10.0.0.27 - - [2025-12-04 03:24:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004157 10.0.0.27 - - [2025-12-04 03:24:46] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004473 10.0.0.27 - - [2025-12-04 03:24:46] "GET /virtual-networks?parent_id=05516a74-7a47-4373-b5c0-3b9ace8821e0&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003460 10.0.0.27 - - [2025-12-04 03:24:46] "GET /virtual-network/48643d60-4287-4f54-bd9d-01ae314d1acf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2202 0.008109 10.0.0.27 - - [2025-12-04 03:24:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003569 10.0.0.27 - - [2025-12-04 03:24:46] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.007315 10.0.0.27 - - [2025-12-04 03:24:46] "GET /virtual-networks?parent_id=05516a74-7a47-4373-b5c0-3b9ace8821e0&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.004421 10.0.0.27 - - [2025-12-04 03:24:46] "GET /virtual-network/48643d60-4287-4f54-bd9d-01ae314d1acf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2202 0.005928 10.0.0.27 - - [2025-12-04 03:24:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003693 10.0.0.27 - - [2025-12-04 03:24:46] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003970 10.0.0.27 - - [2025-12-04 03:24:46] "GET /virtual-networks?parent_id=05516a74-7a47-4373-b5c0-3b9ace8821e0&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.004101 10.0.0.27 - - [2025-12-04 03:24:46] "GET /virtual-network/48643d60-4287-4f54-bd9d-01ae314d1acf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2202 0.006556 10.0.0.27 - - [2025-12-04 03:24:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003646 10.0.0.27 - - [2025-12-04 03:24:46] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003886 10.0.0.27 - - [2025-12-04 03:24:46] "GET /virtual-networks?parent_id=05516a74-7a47-4373-b5c0-3b9ace8821e0&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003347 10.0.0.27 - - [2025-12-04 03:24:46] "GET /virtual-network/48643d60-4287-4f54-bd9d-01ae314d1acf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2202 0.006091 10.0.0.27 - - [2025-12-04 03:24:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003451 10.0.0.27 - - [2025-12-04 03:24:46] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004232 10.0.0.27 - - [2025-12-04 03:24:46] "GET /virtual-networks?parent_id=05516a74-7a47-4373-b5c0-3b9ace8821e0&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003371 10.0.0.27 - - [2025-12-04 03:24:46] "GET /virtual-network/48643d60-4287-4f54-bd9d-01ae314d1acf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2202 0.006324 10.0.0.27 - - [2025-12-04 03:24:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003778 10.0.0.27 - - [2025-12-04 03:24:46] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004220 10.0.0.27 - - [2025-12-04 03:24:46] "GET /virtual-networks?parent_id=05516a74-7a47-4373-b5c0-3b9ace8821e0&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.004065 10.0.0.27 - - [2025-12-04 03:24:46] "GET /virtual-network/48643d60-4287-4f54-bd9d-01ae314d1acf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2202 0.007800 10.0.0.27 - - [2025-12-04 03:24:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003842 10.0.0.27 - - [2025-12-04 03:24:47] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004392 10.0.0.27 - - [2025-12-04 03:24:47] "GET /virtual-networks?parent_id=05516a74-7a47-4373-b5c0-3b9ace8821e0&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003774 10.0.0.27 - - [2025-12-04 03:24:47] "GET /virtual-network/48643d60-4287-4f54-bd9d-01ae314d1acf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2202 0.006299 10.0.0.27 - - [2025-12-04 03:24:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004241 10.0.0.27 - - [2025-12-04 03:24:48] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004751 10.0.0.27 - - [2025-12-04 03:24:48] "GET /virtual-networks?parent_id=05516a74-7a47-4373-b5c0-3b9ace8821e0&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003290 10.0.0.27 - - [2025-12-04 03:24:48] "GET /virtual-network/48643d60-4287-4f54-bd9d-01ae314d1acf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2202 0.007237 10.0.0.27 - - [2025-12-04 03:24:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004137 10.0.0.27 - - [2025-12-04 03:24:48] "GET /routing-instance/1b3392ae-bcd8-4a13-b6eb-49321fa26075?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1660 0.004910 10.0.0.27 - - [2025-12-04 03:24:48] "GET /route-target/288c3bd3-0cbc-4e3a-9721-f2ad57dac5de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004279 10.0.0.27 - - [2025-12-04 03:24:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003926 10.0.0.27 - - [2025-12-04 03:24:48] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004206 10.0.0.27 - - [2025-12-04 03:24:48] "GET /virtual-networks?parent_id=05516a74-7a47-4373-b5c0-3b9ace8821e0&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.004290 10.0.0.27 - - [2025-12-04 03:24:48] "GET /virtual-network/48643d60-4287-4f54-bd9d-01ae314d1acf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2202 0.006539 10.0.0.27 - - [2025-12-04 03:24:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003870 10.0.0.27 - - [2025-12-04 03:24:48] "GET /routing-instance/1b3392ae-bcd8-4a13-b6eb-49321fa26075?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1660 0.004989 10.0.0.27 - - [2025-12-04 03:24:48] "GET /route-target/288c3bd3-0cbc-4e3a-9721-f2ad57dac5de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004094 10.0.0.27 - - [2025-12-04 03:24:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003875 10.0.0.27 - - [2025-12-04 03:24:48] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004452 10.0.0.27 - - [2025-12-04 03:24:48] "GET /virtual-networks?parent_id=05516a74-7a47-4373-b5c0-3b9ace8821e0&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.004036 10.0.0.27 - - [2025-12-04 03:24:48] "GET /virtual-network/48643d60-4287-4f54-bd9d-01ae314d1acf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2202 0.006859 10.0.0.27 - - [2025-12-04 03:24:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004143 10.0.0.27 - - [2025-12-04 03:24:48] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004781 10.0.0.27 - - [2025-12-04 03:24:48] "GET /virtual-networks?parent_id=05516a74-7a47-4373-b5c0-3b9ace8821e0&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003571 10.0.0.27 - - [2025-12-04 03:24:48] "GET /virtual-network/48643d60-4287-4f54-bd9d-01ae314d1acf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2202 0.006386 10.0.0.27 - - [2025-12-04 03:24:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004254 10.0.0.27 - - [2025-12-04 03:24:48] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005515 10.0.0.27 - - [2025-12-04 03:24:48] "GET /virtual-networks?parent_id=05516a74-7a47-4373-b5c0-3b9ace8821e0&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003550 10.0.0.27 - - [2025-12-04 03:24:48] "GET /virtual-network/48643d60-4287-4f54-bd9d-01ae314d1acf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2202 0.006139 10.0.0.27 - - [2025-12-04 03:24:49] "GET /obj-perms HTTP/1.1" 200 5072 0.006298 10.0.0.23 - - [2025-12-04 03:24:49] "GET /obj-perms HTTP/1.1" 200 5072 0.004467 10.0.0.27 - - [2025-12-04 03:24:49] "GET /obj-perms HTTP/1.1" 200 5072 0.006395 10.0.0.23 - - [2025-12-04 03:24:49] "GET /obj-perms HTTP/1.1" 200 5072 0.003555 10.0.0.27 - - [2025-12-04 03:24:49] "GET /virtual-machine/9c6b4754-0767-4de2-8fb2-73dea6806a91 HTTP/1.1" 200 1314 0.004295 10.0.0.27 - - [2025-12-04 03:24:49] "GET /virtual-machine-interface/2b547581-41aa-44e3-b7df-0a8c008b61ba HTTP/1.1" 200 3191 0.007054 10.0.0.27 - - [2025-12-04 03:24:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003465 10.0.0.27 - - [2025-12-04 03:24:49] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004638 10.0.0.27 - - [2025-12-04 03:24:49] "GET /virtual-networks?parent_id=05516a74-7a47-4373-b5c0-3b9ace8821e0&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003810 10.0.0.27 - - [2025-12-04 03:24:49] "GET /virtual-network/48643d60-4287-4f54-bd9d-01ae314d1acf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2202 0.006809 10.0.0.27 - - [2025-12-04 03:24:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004273 10.0.0.27 - - [2025-12-04 03:24:50] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005331 10.0.0.27 - - [2025-12-04 03:24:50] "GET /virtual-networks?parent_id=05516a74-7a47-4373-b5c0-3b9ace8821e0&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003669 10.0.0.27 - - [2025-12-04 03:24:50] "GET /virtual-network/48643d60-4287-4f54-bd9d-01ae314d1acf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2202 0.006745 10.0.0.27 - - [2025-12-04 03:24:50] "GET /virtual-machine/e8bc2501-6bfd-4eac-be52-525b4db3eb7f HTTP/1.1" 200 1314 0.005085 10.0.0.27 - - [2025-12-04 03:24:50] "GET /virtual-machine-interface/d44b55dc-0283-4d98-8d86-6cd1ffff9341 HTTP/1.1" 200 3192 0.006470 10.0.0.27 - - [2025-12-04 03:24:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003385 10.0.0.27 - - [2025-12-04 03:24:50] "GET /security-group/a81ca391-b29f-483e-b022-96f19c78c115?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2695 0.005062 10.0.0.27 - - [2025-12-04 03:24:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003871 10.0.0.27 - - [2025-12-04 03:24:50] "GET /security-group/a81ca391-b29f-483e-b022-96f19c78c115?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2695 0.004895 10.0.0.27 - - [2025-12-04 03:24:50] "POST /neutron/port HTTP/1.1" 200 1108 0.028101 10.0.0.27 - - [2025-12-04 03:24:51] "POST /neutron/port HTTP/1.1" 200 1096 0.085144 10.0.0.27 - - [2025-12-04 03:24:51] "GET /virtual-machine/e8bc2501-6bfd-4eac-be52-525b4db3eb7f HTTP/1.1" 200 1314 0.005219 10.0.0.27 - - [2025-12-04 03:24:51] "GET /virtual-machine-interface/d44b55dc-0283-4d98-8d86-6cd1ffff9341 HTTP/1.1" 200 3140 0.013113 10.0.0.27 - - [2025-12-04 03:24:51] "POST /neutron/port HTTP/1.1" 200 1096 0.012903 10.0.0.27 - - [2025-12-04 03:24:51] "GET /virtual-machine/e8bc2501-6bfd-4eac-be52-525b4db3eb7f HTTP/1.1" 200 1314 0.004668 10.0.0.27 - - [2025-12-04 03:24:51] "GET /virtual-machine-interface/d44b55dc-0283-4d98-8d86-6cd1ffff9341 HTTP/1.1" 200 3192 0.009382 10.0.0.27 - - [2025-12-04 03:24:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004474 10.0.0.27 - - [2025-12-04 03:24:51] "GET /security-group/a81ca391-b29f-483e-b022-96f19c78c115?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2695 0.004637 10.0.0.27 - - [2025-12-04 03:24:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003299 10.0.0.27 - - [2025-12-04 03:24:51] "GET /security-group/a81ca391-b29f-483e-b022-96f19c78c115?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2695 0.004997 10.0.0.27 - - [2025-12-04 03:24:51] "POST /neutron/security_group HTTP/1.1" 200 1441 0.004419 10.0.0.27 - - [2025-12-04 03:24:56] "POST /neutron/port HTTP/1.1" 200 1108 0.018842 10.0.0.27 - - [2025-12-04 03:24:57] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004912 10.0.0.27 - - [2025-12-04 03:24:57] "POST /neutron/network HTTP/1.1" 200 926 0.006972 10.0.0.27 - - [2025-12-04 03:25:12] "POST /neutron/network HTTP/1.1" 200 936 0.009812 10.0.0.27 - - [2025-12-04 03:25:12] "POST /neutron/port HTTP/1.1" 200 117 0.001207 10.0.0.27 - - [2025-12-04 03:25:22] "GET /obj-perms HTTP/1.1" 200 5056 0.067697 10.0.0.27 - - [2025-12-04 03:25:57] "POST /neutron/port HTTP/1.1" 200 1108 0.018703 10.0.0.27 - - [2025-12-04 03:25:57] "POST /neutron/subnet HTTP/1.1" 200 694 0.009167 10.0.0.23 - - [2025-12-04 03:26:03] "GET /projects?obj_uuids=05516a74-7a47-4373-b5c0-3b9ace8821e0&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.002270 10.0.0.27 - - [2025-12-04 03:26:03] "POST /neutron/security_group_rule HTTP/1.1" 200 2626 0.055556 10.0.0.27 - - [2025-12-04 03:26:03] "POST /neutron/security_group_rule HTTP/1.1" 200 546 0.013445 10.0.0.33 - - [2025-12-04 03:26:03] "PUT /access-control-list/9e607ca1-60fc-4e87-9b9d-7d5e27ac075a HTTP/1.1" 200 272 0.063683 10.0.0.27 - - [2025-12-04 03:26:03] "POST /neutron/security_group_rule HTTP/1.1" 200 582 0.199832 10.0.0.27 - - [2025-12-04 03:26:06] "POST /neutron/port HTTP/1.1" 200 1134 0.012585 10.0.0.27 - - [2025-12-04 03:26:06] "GET /virtual-machine/9c6b4754-0767-4de2-8fb2-73dea6806a91 HTTP/1.1" 200 1314 0.004865 10.0.0.27 - - [2025-12-04 03:26:07] "POST /neutron/port HTTP/1.1" 200 1070 0.019488 10.0.0.27 - - [2025-12-04 03:26:08] "GET /virtual-machine/9c6b4754-0767-4de2-8fb2-73dea6806a91 HTTP/1.1" 404 171 0.003355 10.0.0.27 - - [2025-12-04 03:26:08] "GET /virtual-machine/9c6b4754-0767-4de2-8fb2-73dea6806a91 HTTP/1.1" 404 171 0.003199 10.0.0.27 - - [2025-12-04 03:26:08] "GET /virtual-machine/9c6b4754-0767-4de2-8fb2-73dea6806a91 HTTP/1.1" 404 171 0.003592 10.0.0.27 - - [2025-12-04 03:26:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.004281 10.0.0.27 - - [2025-12-04 03:26:09] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004447 10.0.0.27 - - [2025-12-04 03:26:09] "GET /virtual-networks?parent_id=05516a74-7a47-4373-b5c0-3b9ace8821e0&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.004062 10.0.0.27 - - [2025-12-04 03:26:09] "GET /virtual-network/48643d60-4287-4f54-bd9d-01ae314d1acf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2202 0.006059 10.0.0.27 - - [2025-12-04 03:26:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003698 10.0.0.27 - - [2025-12-04 03:26:09] "GET /routing-instance/1b3392ae-bcd8-4a13-b6eb-49321fa26075?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1660 0.004540 10.0.0.27 - - [2025-12-04 03:26:09] "GET /route-target/288c3bd3-0cbc-4e3a-9721-f2ad57dac5de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.003789 10.0.0.27 - - [2025-12-04 03:26:13] "POST /neutron/port HTTP/1.1" 200 1108 0.043726 10.0.0.27 - - [2025-12-04 03:26:13] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004236 10.0.0.27 - - [2025-12-04 03:26:13] "POST /neutron/network HTTP/1.1" 200 926 0.006928 10.0.0.27 - - [2025-12-04 03:26:15] "GET /obj-perms HTTP/1.1" 200 5072 0.004113 10.0.0.23 - - [2025-12-04 03:26:15] "GET /obj-perms HTTP/1.1" 200 5072 0.003576 10.0.0.23 - - [2025-12-04 03:26:23] "GET /obj-perms HTTP/1.1" 200 5056 0.065922 10.0.0.27 - - [2025-12-04 03:26:23] "GET /obj-perms HTTP/1.1" 200 5056 0.060049 10.0.0.27 - - [2025-12-04 03:26:24] "GET /obj-perms HTTP/1.1" 200 5072 0.003886 10.0.0.33 - - [2025-12-04 03:26:24] "GET /obj-perms HTTP/1.1" 200 5072 0.003750 10.0.0.27 - - [2025-12-04 03:26:24] "POST /neutron/port HTTP/1.1" 200 1134 0.012665 10.0.0.27 - - [2025-12-04 03:26:25] "GET /virtual-machine/e8bc2501-6bfd-4eac-be52-525b4db3eb7f HTTP/1.1" 200 1314 0.004794 10.0.0.27 - - [2025-12-04 03:26:25] "POST /neutron/port HTTP/1.1" 200 1070 0.016037 10.0.0.27 - - [2025-12-04 03:26:27] "GET /virtual-machine/e8bc2501-6bfd-4eac-be52-525b4db3eb7f HTTP/1.1" 404 171 0.003673 10.0.0.27 - - [2025-12-04 03:26:27] "GET /virtual-machine/e8bc2501-6bfd-4eac-be52-525b4db3eb7f HTTP/1.1" 404 171 0.003154 10.0.0.27 - - [2025-12-04 03:26:27] "GET /virtual-machine/e8bc2501-6bfd-4eac-be52-525b4db3eb7f HTTP/1.1" 404 171 0.003223 10.0.0.27 - - [2025-12-04 03:26:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004533 10.0.0.27 - - [2025-12-04 03:26:27] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005466 10.0.0.27 - - [2025-12-04 03:26:27] "GET /virtual-networks?parent_id=05516a74-7a47-4373-b5c0-3b9ace8821e0&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003027 10.0.0.27 - - [2025-12-04 03:26:27] "GET /virtual-network/48643d60-4287-4f54-bd9d-01ae314d1acf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2202 0.007823 10.0.0.27 - - [2025-12-04 03:26:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003584 10.0.0.27 - - [2025-12-04 03:26:27] "GET /routing-instance/1b3392ae-bcd8-4a13-b6eb-49321fa26075?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1660 0.004714 10.0.0.27 - - [2025-12-04 03:26:27] "GET /route-target/288c3bd3-0cbc-4e3a-9721-f2ad57dac5de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004043 10.0.0.27 - - [2025-12-04 03:26:30] "GET /obj-perms HTTP/1.1" 200 5072 0.004031 10.0.0.27 - - [2025-12-04 03:26:33] "GET /obj-perms HTTP/1.1" 200 5072 0.004615 10.0.0.27 - - [2025-12-04 03:26:39] "GET /obj-perms HTTP/1.1" 200 5072 0.004288 10.0.0.27 - - [2025-12-04 03:26:43] "GET /obj-perms HTTP/1.1" 200 5072 0.006098 10.0.0.27 - - [2025-12-04 03:26:49] "GET /obj-perms HTTP/1.1" 200 5072 0.003799 10.0.0.27 - - [2025-12-04 03:26:52] "GET /obj-perms HTTP/1.1" 200 5072 0.004472 10.0.0.23 - - [2025-12-04 03:26:52] "GET /obj-perms HTTP/1.1" 200 5072 0.003990 10.0.0.27 - - [2025-12-04 03:26:52] "POST /neutron/network HTTP/1.1" 200 926 0.007309 10.0.0.33 - - [2025-12-04 03:26:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003647 10.0.0.27 - - [2025-12-04 03:26:52] "POST /neutron/security_group HTTP/1.1" 200 151 0.098658 10.0.0.27 - - [2025-12-04 03:26:52] "POST /fqname-to-id HTTP/1.1" 404 245 0.002557 10.0.0.33 - - [2025-12-04 03:26:53] "DELETE /access-control-list/9e607ca1-60fc-4e87-9b9d-7d5e27ac075a HTTP/1.1" 200 115 0.047414 10.0.0.23 - - [2025-12-04 03:26:54] "GET /projects?obj_uuids=05516a74-7a47-4373-b5c0-3b9ace8821e0&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001111 10.0.0.27 - - [2025-12-04 03:26:54] "GET /project/05516a74-7a47-4373-b5c0-3b9ace8821e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1446 0.092341 10.0.0.23 - - [2025-12-04 03:26:54] "GET /projects?obj_uuids=05516a74-7a47-4373-b5c0-3b9ace8821e0&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001134 10.0.0.27 - - [2025-12-04 03:26:54] "GET /project/05516a74-7a47-4373-b5c0-3b9ace8821e0?fields=virtual_networks HTTP/1.1" 200 1073 0.071839 10.0.0.23 - - [2025-12-04 03:26:54] "GET /projects?obj_uuids=05516a74-7a47-4373-b5c0-3b9ace8821e0&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001166 10.0.0.27 - - [2025-12-04 03:26:54] "GET /project/05516a74-7a47-4373-b5c0-3b9ace8821e0?fields=virtual_machine_interfaces HTTP/1.1" 200 1073 0.060828 10.0.0.23 - - [2025-12-04 03:26:54] "GET /projects?obj_uuids=05516a74-7a47-4373-b5c0-3b9ace8821e0&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001073 10.0.0.27 - - [2025-12-04 03:26:55] "GET /project/05516a74-7a47-4373-b5c0-3b9ace8821e0?fields=security_groups HTTP/1.1" 200 1320 0.059944 10.0.0.27 - - [2025-12-04 03:26:56] "POST /fqname-to-id HTTP/1.1" 404 186 0.044738 10.0.0.23 - - [2025-12-04 03:26:56] "GET /projects?obj_uuids=6a103028-d22a-4fb9-899f-39d43bf484f5&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003927 10.0.0.23 - - [2025-12-04 03:26:56] "GET /domains?obj_uuids=77f3106b-db9e-49b5-893e-09cac574b890&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001153 10.0.0.23 - - [2025-12-04 03:26:56] "GET /domain/77f3106b-db9e-49b5-893e-09cac574b890?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.048998 10.0.0.23 - - [2025-12-04 03:26:56] "POST /id-to-fqname HTTP/1.1" 200 188 0.001650 10.0.0.23 - - [2025-12-04 03:26:56] "POST /fqname-to-id HTTP/1.1" 404 197 0.006544 10.0.0.23 - - [2025-12-04 03:26:56] "POST /security-groups HTTP/1.1" 200 589 0.076783 10.0.0.23 - - [2025-12-04 03:26:56] "POST /projects HTTP/1.1" 200 581 0.317428 10.0.0.23 - - [2025-12-04 03:26:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.356095 10.0.0.33 - - [2025-12-04 03:26:56] "POST /fqname-to-id HTTP/1.1" 404 231 0.003100 10.0.0.27 - - [2025-12-04 03:26:56] "GET /project/6a103028-d22a-4fb9-899f-39d43bf484f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.561220 10.0.0.27 - - [2025-12-04 03:26:58] "GET / HTTP/1.1" 200 35931 0.001810 10.0.0.27 - - [2025-12-04 03:27:00] "POST /fqname-to-id HTTP/1.1" 401 292 0.000479 10.0.0.27 - - [2025-12-04 03:27:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.065477 10.0.0.23 - - [2025-12-04 03:27:00] "GET /projects?obj_uuids=6a103028-d22a-4fb9-899f-39d43bf484f5&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001124 10.0.0.27 - - [2025-12-04 03:27:00] "GET /project/6a103028-d22a-4fb9-899f-39d43bf484f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.047472 10.0.0.33 - - [2025-12-04 03:27:01] "POST /ref-update HTTP/1.1" 200 156 0.031447 10.0.0.23 - - [2025-12-04 03:27:01] "POST /useragent-kv HTTP/1.1" 200 115 0.004453 10.0.0.27 - - [2025-12-04 03:27:01] "POST /neutron/subnet HTTP/1.1" 200 729 0.302089 10.0.0.27 - - [2025-12-04 03:27:01] "POST /id-to-fqname HTTP/1.1" 200 224 0.001363 10.0.0.27 - - [2025-12-04 03:27:01] "GET /virtual-network/e7436ac5-d5bd-430e-a9a7-7097291e0bcc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.006563 10.0.0.27 - - [2025-12-04 03:27:01] "GET /virtual-network/e7436ac5-d5bd-430e-a9a7-7097291e0bcc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.006618 10.0.0.27 - - [2025-12-04 03:27:01] "POST /neutron/network HTTP/1.1" 200 835 0.007060 10.0.0.27 - - [2025-12-04 03:27:01] "POST /id-to-fqname HTTP/1.1" 200 224 0.001246 10.0.0.23 - - [2025-12-04 03:27:02] "GET /projects?obj_uuids=6a103028-d22a-4fb9-899f-39d43bf484f5&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001043 10.0.0.27 - - [2025-12-04 03:27:02] "GET /project/6a103028-d22a-4fb9-899f-39d43bf484f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.069854 10.0.0.27 - - [2025-12-04 03:27:02] "POST /neutron/network HTTP/1.1" 200 835 0.035028 10.0.0.27 - - [2025-12-04 03:27:02] "POST /neutron/port HTTP/1.1" 200 117 0.006500 10.0.0.27 - - [2025-12-04 03:27:03] "POST /neutron/port HTTP/1.1" 200 1059 0.017644 10.0.0.27 - - [2025-12-04 03:27:03] "POST /neutron/port HTTP/1.1" 200 1087 0.020352 10.0.0.27 - - [2025-12-04 03:27:03] "POST /neutron/port HTTP/1.1" 200 117 0.001213 10.0.0.27 - - [2025-12-04 03:27:07] "POST /neutron/security_group HTTP/1.1" 200 2056 0.014897 10.0.0.27 - - [2025-12-04 03:27:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003834 10.0.0.23 - - [2025-12-04 03:27:07] "GET /projects?obj_uuids=6a103028-d22a-4fb9-899f-39d43bf484f5&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001252 10.0.0.27 - - [2025-12-04 03:27:08] "GET /project/6a103028-d22a-4fb9-899f-39d43bf484f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.068586 10.0.0.27 - - [2025-12-04 03:27:08] "POST /neutron/network HTTP/1.1" 200 117 0.015686 10.0.0.27 - - [2025-12-04 03:27:08] "POST /neutron/network HTTP/1.1" 200 832 0.008678 10.0.0.27 - - [2025-12-04 03:27:08] "POST /id-to-fqname HTTP/1.1" 200 223 0.001138 10.0.0.27 - - [2025-12-04 03:27:08] "GET /virtual-network/a28a719d-f93e-41dd-bb3b-6bdafabbfc56?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.005535 10.0.0.27 - - [2025-12-04 03:27:08] "GET /virtual-network/a28a719d-f93e-41dd-bb3b-6bdafabbfc56?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.006934 10.0.0.27 - - [2025-12-04 03:27:08] "POST /neutron/subnet HTTP/1.1" 200 725 0.017214 10.0.0.27 - - [2025-12-04 03:27:09] "GET /virtual-network/a28a719d-f93e-41dd-bb3b-6bdafabbfc56?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.006920 10.0.0.27 - - [2025-12-04 03:27:09] "GET /obj-perms HTTP/1.1" 200 5026 0.086941 10.0.0.27 - - [2025-12-04 03:27:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004606 10.0.0.23 - - [2025-12-04 03:27:10] "GET /projects?obj_uuids=6a103028-d22a-4fb9-899f-39d43bf484f5&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001008 10.0.0.27 - - [2025-12-04 03:27:10] "GET /project/6a103028-d22a-4fb9-899f-39d43bf484f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.049290 10.0.0.33 - - [2025-12-04 03:27:11] "POST /route-targets HTTP/1.1" 200 327 0.026162 10.0.0.23 - - [2025-12-04 03:27:11] "POST /useragent-kv HTTP/1.1" 200 115 0.006363 10.0.0.27 - - [2025-12-04 03:27:11] "POST /neutron/subnet HTTP/1.1" 200 720 0.241045 10.0.0.27 - - [2025-12-04 03:27:11] "POST /id-to-fqname HTTP/1.1" 200 223 0.001304 10.0.0.27 - - [2025-12-04 03:27:11] "GET /virtual-network/a0213297-41ff-4e85-bd9f-499366d47800?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.006014 10.0.0.27 - - [2025-12-04 03:27:11] "GET /virtual-network/a0213297-41ff-4e85-bd9f-499366d47800?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005738 10.0.0.27 - - [2025-12-04 03:27:11] "POST /neutron/network HTTP/1.1" 200 831 0.007596 10.0.0.27 - - [2025-12-04 03:27:11] "GET /virtual-network/a0213297-41ff-4e85-bd9f-499366d47800?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005723 10.0.0.33 - - [2025-12-04 03:27:12] "GET /obj-perms HTTP/1.1" 200 5026 0.085209 10.0.0.27 - - [2025-12-04 03:27:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004310 10.0.0.23 - - [2025-12-04 03:27:12] "GET /projects?obj_uuids=6a103028-d22a-4fb9-899f-39d43bf484f5&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001096 10.0.0.27 - - [2025-12-04 03:27:12] "GET /project/6a103028-d22a-4fb9-899f-39d43bf484f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.055285 10.0.0.23 - - [2025-12-04 03:27:12] "GET /projects?obj_uuids=6a103028-d22a-4fb9-899f-39d43bf484f5&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001098 10.0.0.27 - - [2025-12-04 03:27:12] "POST /neutron/network HTTP/1.1" 200 615 0.157372 10.0.0.33 - - [2025-12-04 03:27:12] "POST /ref-update HTTP/1.1" 200 156 0.041511 10.0.0.27 - - [2025-12-04 03:27:12] "POST /id-to-fqname HTTP/1.1" 200 224 0.003423 10.0.0.27 - - [2025-12-04 03:27:12] "GET /virtual-network/76940cf5-ff36-4eb7-9075-5ce9c75e18bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.005976 10.0.0.27 - - [2025-12-04 03:27:12] "POST /neutron/network HTTP/1.1" 200 836 0.010019 10.0.0.27 - - [2025-12-04 03:27:12] "GET /virtual-network/76940cf5-ff36-4eb7-9075-5ce9c75e18bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.006506 10.0.0.27 - - [2025-12-04 03:27:13] "GET /virtual-network/76940cf5-ff36-4eb7-9075-5ce9c75e18bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.005950 10.0.0.27 - - [2025-12-04 03:27:13] "POST /neutron/port HTTP/1.1" 200 1087 0.015708 10.0.0.23 - - [2025-12-04 03:27:13] "GET /obj-perms HTTP/1.1" 200 5026 0.062112 10.0.0.27 - - [2025-12-04 03:27:13] "POST /id-to-fqname HTTP/1.1" 200 223 0.001649 10.0.0.27 - - [2025-12-04 03:27:13] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003947 10.0.0.27 - - [2025-12-04 03:27:13] "POST /neutron/port HTTP/1.1" 200 1087 0.020076 10.0.0.27 - - [2025-12-04 03:27:13] "POST /neutron/network HTTP/1.1" 200 841 0.007153 10.0.0.23 - - [2025-12-04 03:27:14] "GET /projects?obj_uuids=6a103028-d22a-4fb9-899f-39d43bf484f5&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001175 10.0.0.27 - - [2025-12-04 03:27:14] "GET /project/6a103028-d22a-4fb9-899f-39d43bf484f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.082368 10.0.0.27 - - [2025-12-04 03:27:14] "POST /neutron/security_group HTTP/1.1" 200 2056 0.010019 10.0.0.27 - - [2025-12-04 03:27:15] "POST /id-to-fqname HTTP/1.1" 200 224 0.001535 10.0.0.27 - - [2025-12-04 03:27:15] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007867 10.0.0.23 - - [2025-12-04 03:27:15] "GET /projects?obj_uuids=6a103028-d22a-4fb9-899f-39d43bf484f5&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001169 10.0.0.27 - - [2025-12-04 03:27:15] "POST /neutron/port HTTP/1.1" 200 1057 0.387330 10.0.0.23 - - [2025-12-04 03:27:16] "GET /projects?obj_uuids=6a103028-d22a-4fb9-899f-39d43bf484f5&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.007304 10.0.0.27 - - [2025-12-04 03:27:16] "POST /neutron/port HTTP/1.1" 200 1111 0.161253 10.0.0.27 - - [2025-12-04 03:27:16] "GET /project/6a103028-d22a-4fb9-899f-39d43bf484f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.158314 10.0.0.27 - - [2025-12-04 03:27:16] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004543 10.0.0.27 - - [2025-12-04 03:27:16] "POST /neutron/network HTTP/1.1" 200 831 0.006756 10.0.0.27 - - [2025-12-04 03:27:16] "POST /neutron/port HTTP/1.1" 200 117 0.007516 10.0.0.27 - - [2025-12-04 03:27:16] "POST /fqname-to-id HTTP/1.1" 404 193 0.003191 10.0.0.27 - - [2025-12-04 03:27:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003420 10.0.0.23 - - [2025-12-04 03:27:16] "GET /domains?obj_uuids=77f3106b-db9e-49b5-893e-09cac574b890&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001123 10.0.0.27 - - [2025-12-04 03:27:16] "GET /domain/77f3106b-db9e-49b5-893e-09cac574b890?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 892 0.009737 10.0.0.27 - - [2025-12-04 03:27:16] "POST /service-templates HTTP/1.1" 200 543 0.036587 10.0.0.27 - - [2025-12-04 03:27:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003276 10.0.0.27 - - [2025-12-04 03:27:16] "GET /service-template/96f319cf-5ef7-4bc7-9efd-25dbe52e37d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1818 0.008177 10.0.0.27 - - [2025-12-04 03:27:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003544 10.0.0.27 - - [2025-12-04 03:27:16] "GET /service-template/96f319cf-5ef7-4bc7-9efd-25dbe52e37d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1818 0.003917 10.0.0.27 - - [2025-12-04 03:27:16] "POST /id-to-fqname HTTP/1.1" 200 223 0.001417 10.0.0.27 - - [2025-12-04 03:27:16] "POST /id-to-fqname HTTP/1.1" 200 223 0.001585 10.0.0.27 - - [2025-12-04 03:27:16] "POST /id-to-fqname HTTP/1.1" 200 224 0.001850 10.0.0.27 - - [2025-12-04 03:27:17] "POST /neutron/port HTTP/1.1" 200 2887 0.026203 10.0.0.27 - - [2025-12-04 03:27:17] "POST /neutron/port HTTP/1.1" 200 1060 0.016135 10.0.0.27 - - [2025-12-04 03:27:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003242 10.0.0.27 - - [2025-12-04 03:27:17] "DELETE /service-template/96f319cf-5ef7-4bc7-9efd-25dbe52e37d2 HTTP/1.1" 200 115 0.047429 10.0.0.27 - - [2025-12-04 03:27:17] "POST /fqname-to-id HTTP/1.1" 404 193 0.005805 10.0.0.27 - - [2025-12-04 03:27:17] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004215 10.0.0.27 - - [2025-12-04 03:27:17] "POST /neutron/network HTTP/1.1" 200 836 0.007809 10.0.0.27 - - [2025-12-04 03:27:18] "POST /neutron/port HTTP/1.1" 200 1085 0.017787 10.0.0.27 - - [2025-12-04 03:27:19] "POST /neutron/port HTTP/1.1" 200 1088 0.017725 10.0.0.27 - - [2025-12-04 03:27:19] "POST /neutron/port HTTP/1.1" 200 117 0.006768 10.0.0.27 - - [2025-12-04 03:27:19] "POST /neutron/network HTTP/1.1" 200 836 0.007241 10.0.0.27 - - [2025-12-04 03:27:20] "POST /neutron/network HTTP/1.1" 200 831 0.007237 10.0.0.33 - - [2025-12-04 03:27:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.011447 10.0.0.23 - - [2025-12-04 03:27:20] "POST /useragent-kv HTTP/1.1" 200 115 0.003113 10.0.0.23 - - [2025-12-04 03:27:20] "POST /useragent-kv HTTP/1.1" 200 115 0.002981 10.0.0.27 - - [2025-12-04 03:27:20] "POST /neutron/network HTTP/1.1" 200 151 0.120445 10.0.0.33 - - [2025-12-04 03:27:20] "DELETE /route-target/32b6524c-2aa1-456d-97f9-af7351fd70b4 HTTP/1.1" 200 115 0.028549 10.0.0.27 - - [2025-12-04 03:27:21] "POST /neutron/port HTTP/1.1" 200 1087 0.017363 10.0.0.27 - - [2025-12-04 03:27:23] "POST /neutron/network HTTP/1.1" 200 835 0.008045 10.0.0.27 - - [2025-12-04 03:27:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003804 10.0.0.23 - - [2025-12-04 03:27:26] "GET /projects?obj_uuids=6a103028-d22a-4fb9-899f-39d43bf484f5&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001099 10.0.0.27 - - [2025-12-04 03:27:26] "GET /project/6a103028-d22a-4fb9-899f-39d43bf484f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.045232 10.0.0.23 - - [2025-12-04 03:27:26] "GET /projects?obj_uuids=6a103028-d22a-4fb9-899f-39d43bf484f5&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001070 10.0.0.27 - - [2025-12-04 03:27:26] "POST /neutron/network HTTP/1.1" 200 613 0.152354 10.0.0.33 - - [2025-12-04 03:27:26] "POST /route-targets HTTP/1.1" 200 327 0.018408 10.0.0.27 - - [2025-12-04 03:27:26] "POST /id-to-fqname HTTP/1.1" 200 223 0.003936 10.0.0.27 - - [2025-12-04 03:27:26] "GET /virtual-network/4aba1df7-c219-4951-b453-6176b9f33017?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.006907 10.0.0.27 - - [2025-12-04 03:27:26] "POST /neutron/network HTTP/1.1" 200 831 0.007670 10.0.0.27 - - [2025-12-04 03:27:26] "GET /virtual-network/4aba1df7-c219-4951-b453-6176b9f33017?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.006194 10.0.0.27 - - [2025-12-04 03:27:26] "GET /virtual-network/4aba1df7-c219-4951-b453-6176b9f33017?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005705 10.0.0.27 - - [2025-12-04 03:27:27] "GET /obj-perms HTTP/1.1" 200 5026 0.003852 10.0.0.33 - - [2025-12-04 03:27:27] "GET /obj-perms HTTP/1.1" 200 5026 0.003609 10.0.0.27 - - [2025-12-04 03:27:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003913 10.0.0.23 - - [2025-12-04 03:27:27] "GET /projects?obj_uuids=6a103028-d22a-4fb9-899f-39d43bf484f5&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001358 10.0.0.27 - - [2025-12-04 03:27:27] "GET /project/6a103028-d22a-4fb9-899f-39d43bf484f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.054785 10.0.0.27 - - [2025-12-04 03:27:27] "POST /neutron/network HTTP/1.1" 200 117 0.016027 10.0.0.33 - - [2025-12-04 03:27:27] "POST /ref-update HTTP/1.1" 200 156 0.026565 10.0.0.27 - - [2025-12-04 03:27:27] "POST /neutron/network HTTP/1.1" 200 832 0.009583 10.0.0.27 - - [2025-12-04 03:27:27] "POST /id-to-fqname HTTP/1.1" 200 223 0.001293 10.0.0.27 - - [2025-12-04 03:27:27] "GET /virtual-network/9829e876-76c7-4189-ad2e-4fb9569f2e59?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.006410 10.0.0.27 - - [2025-12-04 03:27:27] "GET /virtual-network/9829e876-76c7-4189-ad2e-4fb9569f2e59?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.005794 10.0.0.27 - - [2025-12-04 03:27:27] "POST /neutron/subnet HTTP/1.1" 200 724 0.009217 10.0.0.27 - - [2025-12-04 03:27:28] "GET /virtual-network/9829e876-76c7-4189-ad2e-4fb9569f2e59?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.005595 10.0.0.23 - - [2025-12-04 03:27:28] "GET /obj-perms HTTP/1.1" 200 5026 0.003762 10.0.0.27 - - [2025-12-04 03:27:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003668 10.0.0.23 - - [2025-12-04 03:27:28] "GET /projects?obj_uuids=6a103028-d22a-4fb9-899f-39d43bf484f5&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001013 10.0.0.27 - - [2025-12-04 03:27:28] "GET /project/6a103028-d22a-4fb9-899f-39d43bf484f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.047441 10.0.0.23 - - [2025-12-04 03:27:28] "POST /useragent-kv HTTP/1.1" 200 115 0.014212 10.0.0.27 - - [2025-12-04 03:27:28] "POST /neutron/subnet HTTP/1.1" 200 720 0.212575 10.0.0.27 - - [2025-12-04 03:27:28] "POST /id-to-fqname HTTP/1.1" 200 224 0.001557 10.0.0.27 - - [2025-12-04 03:27:28] "GET /virtual-network/e1b00b21-3e59-469b-ba68-6b4047480225?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.008145 10.0.0.27 - - [2025-12-04 03:27:28] "GET /virtual-network/e1b00b21-3e59-469b-ba68-6b4047480225?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.007385 10.0.0.27 - - [2025-12-04 03:27:28] "POST /neutron/network HTTP/1.1" 200 833 0.009487 10.0.0.27 - - [2025-12-04 03:27:29] "GET /virtual-network/e1b00b21-3e59-469b-ba68-6b4047480225?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.007168 10.0.0.27 - - [2025-12-04 03:27:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003770 10.0.0.23 - - [2025-12-04 03:27:29] "GET /projects?obj_uuids=6a103028-d22a-4fb9-899f-39d43bf484f5&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001589 10.0.0.27 - - [2025-12-04 03:27:29] "GET /project/6a103028-d22a-4fb9-899f-39d43bf484f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.051048 10.0.0.23 - - [2025-12-04 03:27:29] "GET /projects?obj_uuids=6a103028-d22a-4fb9-899f-39d43bf484f5&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001092 10.0.0.27 - - [2025-12-04 03:27:29] "POST /neutron/network HTTP/1.1" 200 625 0.167779 10.0.0.33 - - [2025-12-04 03:27:29] "POST /route-targets HTTP/1.1" 200 327 0.015312 10.0.0.27 - - [2025-12-04 03:27:30] "POST /id-to-fqname HTTP/1.1" 200 229 0.003752 10.0.0.27 - - [2025-12-04 03:27:30] "GET /virtual-network/9be0e4c0-208d-49c5-8869-2ecfaad08b06?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.005657 10.0.0.27 - - [2025-12-04 03:27:30] "POST /neutron/network HTTP/1.1" 200 844 0.007050 10.0.0.27 - - [2025-12-04 03:27:30] "GET /virtual-network/9be0e4c0-208d-49c5-8869-2ecfaad08b06?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.005762 10.0.0.27 - - [2025-12-04 03:27:30] "GET /virtual-network/9be0e4c0-208d-49c5-8869-2ecfaad08b06?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.006956 10.0.0.27 - - [2025-12-04 03:27:30] "GET /obj-perms HTTP/1.1" 200 5026 0.004195 10.0.0.33 - - [2025-12-04 03:27:30] "GET /obj-perms HTTP/1.1" 200 5026 0.004561 10.0.0.27 - - [2025-12-04 03:27:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004477 10.0.0.23 - - [2025-12-04 03:27:30] "GET /projects?obj_uuids=6a103028-d22a-4fb9-899f-39d43bf484f5&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001304 10.0.0.27 - - [2025-12-04 03:27:30] "GET /project/6a103028-d22a-4fb9-899f-39d43bf484f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.054453 10.0.0.27 - - [2025-12-04 03:27:30] "POST /neutron/network HTTP/1.1" 200 117 0.021260 10.0.0.33 - - [2025-12-04 03:27:31] "POST /ref-update HTTP/1.1" 200 156 0.028313 10.0.0.27 - - [2025-12-04 03:27:31] "POST /neutron/network HTTP/1.1" 200 846 0.017239 10.0.0.27 - - [2025-12-04 03:27:31] "POST /id-to-fqname HTTP/1.1" 200 230 0.001377 10.0.0.27 - - [2025-12-04 03:27:31] "GET /virtual-network/d5ec8015-cf5a-4b08-95d6-638ed94b09ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.006387 10.0.0.27 - - [2025-12-04 03:27:31] "GET /virtual-network/d5ec8015-cf5a-4b08-95d6-638ed94b09ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.006365 10.0.0.27 - - [2025-12-04 03:27:31] "POST /neutron/subnet HTTP/1.1" 200 725 0.010162 10.0.0.27 - - [2025-12-04 03:27:31] "GET /virtual-network/d5ec8015-cf5a-4b08-95d6-638ed94b09ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.005718 10.0.0.23 - - [2025-12-04 03:27:32] "GET /obj-perms HTTP/1.1" 200 5026 0.003569 10.0.0.27 - - [2025-12-04 03:27:32] "POST /id-to-fqname HTTP/1.1" 200 223 0.001767 10.0.0.23 - - [2025-12-04 03:27:32] "GET /projects?obj_uuids=6a103028-d22a-4fb9-899f-39d43bf484f5&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001420 10.0.0.27 - - [2025-12-04 03:27:32] "GET /project/6a103028-d22a-4fb9-899f-39d43bf484f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.087986 10.0.0.27 - - [2025-12-04 03:27:33] "POST /neutron/port HTTP/1.1" 200 117 0.006294 10.0.0.27 - - [2025-12-04 03:27:33] "POST /id-to-fqname HTTP/1.1" 200 224 0.001671 10.0.0.27 - - [2025-12-04 03:27:33] "POST /neutron/network HTTP/1.1" 200 843 0.007059 10.0.0.27 - - [2025-12-04 03:27:34] "POST /neutron/port HTTP/1.1" 200 1058 0.016925 10.0.0.27 - - [2025-12-04 03:27:34] "POST /neutron/port HTTP/1.1" 200 1086 0.020008 10.0.0.23 - - [2025-12-04 03:27:34] "GET /projects?obj_uuids=6a103028-d22a-4fb9-899f-39d43bf484f5&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001166 10.0.0.27 - - [2025-12-04 03:27:34] "GET /project/6a103028-d22a-4fb9-899f-39d43bf484f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.138321 10.0.0.27 - - [2025-12-04 03:27:34] "POST /neutron/port HTTP/1.1" 200 117 0.001599 10.0.0.27 - - [2025-12-04 03:27:34] "POST /neutron/port HTTP/1.1" 200 1086 0.021664 10.0.0.27 - - [2025-12-04 03:27:34] "POST /fqname-to-id HTTP/1.1" 404 193 0.003749 10.0.0.27 - - [2025-12-04 03:27:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003514 10.0.0.23 - - [2025-12-04 03:27:34] "GET /domains?obj_uuids=77f3106b-db9e-49b5-893e-09cac574b890&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001168 10.0.0.27 - - [2025-12-04 03:27:34] "GET /domain/77f3106b-db9e-49b5-893e-09cac574b890?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 892 0.008274 10.0.0.27 - - [2025-12-04 03:27:34] "POST /service-templates HTTP/1.1" 200 543 0.038285 10.0.0.27 - - [2025-12-04 03:27:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004482 10.0.0.27 - - [2025-12-04 03:27:34] "GET /service-template/cd47f9f0-8577-4a29-8d02-52cacf534141?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1815 0.006493 10.0.0.27 - - [2025-12-04 03:27:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004428 10.0.0.27 - - [2025-12-04 03:27:35] "GET /service-template/cd47f9f0-8577-4a29-8d02-52cacf534141?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1815 0.004483 10.0.0.27 - - [2025-12-04 03:27:35] "POST /id-to-fqname HTTP/1.1" 200 223 0.001428 10.0.0.27 - - [2025-12-04 03:27:35] "POST /id-to-fqname HTTP/1.1" 200 229 0.001619 10.0.0.27 - - [2025-12-04 03:27:35] "POST /id-to-fqname HTTP/1.1" 200 230 0.001402 10.0.0.27 - - [2025-12-04 03:27:35] "POST /neutron/network HTTP/1.1" 200 843 0.007550 10.0.0.27 - - [2025-12-04 03:27:35] "POST /neutron/security_group HTTP/1.1" 200 2056 0.010239 10.0.0.27 - - [2025-12-04 03:27:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003534 10.0.0.27 - - [2025-12-04 03:27:35] "DELETE /service-template/cd47f9f0-8577-4a29-8d02-52cacf534141 HTTP/1.1" 200 115 0.036548 10.0.0.27 - - [2025-12-04 03:27:35] "POST /fqname-to-id HTTP/1.1" 404 193 0.004716 10.0.0.27 - - [2025-12-04 03:27:35] "POST /neutron/port HTTP/1.1" 200 1111 0.126325 10.0.0.27 - - [2025-12-04 03:27:35] "POST /neutron/network HTTP/1.1" 200 846 0.008718 10.0.0.27 - - [2025-12-04 03:27:35] "POST /neutron/port HTTP/1.1" 200 117 0.001193 10.0.0.33 - - [2025-12-04 03:27:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003861 10.0.0.23 - - [2025-12-04 03:27:36] "POST /useragent-kv HTTP/1.1" 200 115 0.003424 10.0.0.23 - - [2025-12-04 03:27:36] "POST /useragent-kv HTTP/1.1" 200 115 0.007694 10.0.0.27 - - [2025-12-04 03:27:36] "POST /neutron/network HTTP/1.1" 200 151 0.139873 10.0.0.27 - - [2025-12-04 03:27:36] "POST /neutron/port HTTP/1.1" 200 151 0.241216 10.0.0.27 - - [2025-12-04 03:27:37] "POST /neutron/port HTTP/1.1" 200 1085 0.016911 10.0.0.27 - - [2025-12-04 03:27:37] "POST /neutron/port HTTP/1.1" 200 117 0.006676 10.0.0.27 - - [2025-12-04 03:27:38] "POST /neutron/port HTTP/1.1" 200 117 0.008244 10.0.0.33 - - [2025-12-04 03:27:38] "DELETE /route-target/ad150999-3a97-4750-8d1c-616ed61f3ff0 HTTP/1.1" 200 115 0.025554 10.0.0.27 - - [2025-12-04 03:27:39] "POST /neutron/network HTTP/1.1" 200 832 0.007503 10.0.0.33 - - [2025-12-04 03:27:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.007663 10.0.0.23 - - [2025-12-04 03:27:39] "POST /useragent-kv HTTP/1.1" 200 115 0.003285 10.0.0.23 - - [2025-12-04 03:27:39] "POST /useragent-kv HTTP/1.1" 200 115 0.002460 10.0.0.27 - - [2025-12-04 03:27:39] "POST /neutron/network HTTP/1.1" 200 151 0.122685 10.0.0.23 - - [2025-12-04 03:27:41] "GET /projects?obj_uuids=6a103028-d22a-4fb9-899f-39d43bf484f5&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001005 10.0.0.27 - - [2025-12-04 03:27:41] "GET /project/6a103028-d22a-4fb9-899f-39d43bf484f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.045576 10.0.0.23 - - [2025-12-04 03:27:41] "GET /projects?obj_uuids=6a103028-d22a-4fb9-899f-39d43bf484f5&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001428 10.0.0.27 - - [2025-12-04 03:27:41] "GET /project/6a103028-d22a-4fb9-899f-39d43bf484f5?fields=virtual_networks HTTP/1.1" 200 1027 0.038859 10.0.0.23 - - [2025-12-04 03:27:41] "GET /projects?obj_uuids=6a103028-d22a-4fb9-899f-39d43bf484f5&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001166 10.0.0.27 - - [2025-12-04 03:27:41] "GET /project/6a103028-d22a-4fb9-899f-39d43bf484f5?fields=virtual_machine_interfaces HTTP/1.1" 200 1027 0.037261 10.0.0.23 - - [2025-12-04 03:27:41] "GET /projects?obj_uuids=6a103028-d22a-4fb9-899f-39d43bf484f5&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001325 10.0.0.27 - - [2025-12-04 03:27:41] "GET /project/6a103028-d22a-4fb9-899f-39d43bf484f5?fields=security_groups HTTP/1.1" 200 1251 0.053732 10.0.0.27 - - [2025-12-04 03:27:42] "POST /fqname-to-id HTTP/1.1" 404 186 0.031910 10.0.0.23 - - [2025-12-04 03:27:42] "GET /projects?obj_uuids=14605a29-3dd9-4b6a-9b46-ab00a2d968cb&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003106 10.0.0.23 - - [2025-12-04 03:27:42] "GET /domains?obj_uuids=77f3106b-db9e-49b5-893e-09cac574b890&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001360 10.0.0.23 - - [2025-12-04 03:27:42] "GET /domain/77f3106b-db9e-49b5-893e-09cac574b890?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.008907 10.0.0.23 - - [2025-12-04 03:27:42] "POST /id-to-fqname HTTP/1.1" 200 188 0.002281 10.0.0.23 - - [2025-12-04 03:27:42] "POST /fqname-to-id HTTP/1.1" 404 197 0.008192 10.0.0.23 - - [2025-12-04 03:27:42] "POST /security-groups HTTP/1.1" 200 589 0.035318 10.0.0.23 - - [2025-12-04 03:27:42] "POST /projects HTTP/1.1" 200 581 0.273240 10.0.0.33 - - [2025-12-04 03:27:42] "POST /access-control-lists HTTP/1.1" 200 594 0.032103 10.0.0.23 - - [2025-12-04 03:27:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.347898 10.0.0.27 - - [2025-12-04 03:27:42] "GET /project/14605a29-3dd9-4b6a-9b46-ab00a2d968cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.510120 10.0.0.27 - - [2025-12-04 03:27:44] "GET / HTTP/1.1" 200 35931 0.001600 10.0.0.23 - - [2025-12-04 03:27:44] "DELETE /project/14605a293dd94b6a9b46ab00a2d968cb HTTP/1.1" 404 173 0.008237 10.0.0.23 - - [2025-12-04 03:27:44] "DELETE /project/6a103028d22a4fb9899f39d43bf484f5 HTTP/1.1" 404 173 0.007430 10.0.0.23 - - [2025-12-04 03:27:44] "GET /projects?obj_uuids=6a103028-d22a-4fb9-899f-39d43bf484f5&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000864 10.0.0.23 - - [2025-12-04 03:27:44] "GET /projects?obj_uuids=05516a74-7a47-4373-b5c0-3b9ace8821e0&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.000834 10.0.0.23 - - [2025-12-04 03:27:44] "GET /project/6a103028-d22a-4fb9-899f-39d43bf484f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1459 0.050827 10.0.0.23 - - [2025-12-04 03:27:44] "GET /projects?obj_uuids=6a103028-d22a-4fb9-899f-39d43bf484f5&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.002701 10.0.0.23 - - [2025-12-04 03:27:44] "GET /project/05516a74-7a47-4373-b5c0-3b9ace8821e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1551 0.077992 10.0.0.23 - - [2025-12-04 03:27:44] "GET /projects?obj_uuids=05516a74-7a47-4373-b5c0-3b9ace8821e0&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001151 10.0.0.23 - - [2025-12-04 03:27:44] "GET /project/6a103028-d22a-4fb9-899f-39d43bf484f5?fields=security_groups HTTP/1.1" 200 1356 0.063994 10.0.0.23 - - [2025-12-04 03:27:44] "GET /project/05516a74-7a47-4373-b5c0-3b9ace8821e0?fields=security_groups HTTP/1.1" 200 1425 0.099329 10.0.0.23 - - [2025-12-04 03:27:44] "DELETE /security-group/daff56c3-4055-4564-a136-7ebe9891c511 HTTP/1.1" 200 115 0.090781 10.0.0.23 - - [2025-12-04 03:27:44] "GET /projects?obj_uuids=6a103028-d22a-4fb9-899f-39d43bf484f5&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001098 10.0.0.33 - - [2025-12-04 03:27:44] "DELETE /access-control-list/41e6cab6-54ff-4ff1-a5ba-ae9cb67bcdcd HTTP/1.1" 200 115 0.055373 10.0.0.23 - - [2025-12-04 03:27:44] "DELETE /security-group/ff3f56b8-35ad-4c9a-be9d-5e7ff8602666 HTTP/1.1" 200 115 0.083672 10.0.0.23 - - [2025-12-04 03:27:44] "GET /projects?obj_uuids=05516a74-7a47-4373-b5c0-3b9ace8821e0&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001504 10.0.0.23 - - [2025-12-04 03:27:44] "GET /project/6a103028-d22a-4fb9-899f-39d43bf484f5?fields=application_policy_sets HTTP/1.1" 200 1395 0.081300 10.0.0.23 - - [2025-12-04 03:27:45] "GET /project/05516a74-7a47-4373-b5c0-3b9ace8821e0?fields=application_policy_sets HTTP/1.1" 200 1464 0.074545 10.0.0.33 - - [2025-12-04 03:27:45] "DELETE /access-control-list/f3ffdecd-0468-4096-aa2e-14c9790b5d81 HTTP/1.1" 200 115 0.045998 10.0.0.23 - - [2025-12-04 03:27:45] "DELETE /project/6a103028-d22a-4fb9-899f-39d43bf484f5 HTTP/1.1" 200 115 0.629483 10.0.0.23 - - [2025-12-04 03:27:45] "DELETE /project/05516a74-7a47-4373-b5c0-3b9ace8821e0 HTTP/1.1" 200 115 0.657373 10.0.0.27 - - [2025-12-04 03:27:45] "POST /fqname-to-id HTTP/1.1" 401 292 0.000437 10.0.0.27 - - [2025-12-04 03:27:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.068622 10.0.0.23 - - [2025-12-04 03:27:46] "GET /projects?obj_uuids=14605a29-3dd9-4b6a-9b46-ab00a2d968cb&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001273 10.0.0.27 - - [2025-12-04 03:27:46] "GET /project/14605a29-3dd9-4b6a-9b46-ab00a2d968cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.048377 10.0.0.23 - - [2025-12-04 03:27:46] "POST /useragent-kv HTTP/1.1" 200 115 0.016658 10.0.0.27 - - [2025-12-04 03:27:46] "POST /neutron/subnet HTTP/1.1" 200 715 0.254312 10.0.0.27 - - [2025-12-04 03:27:46] "POST /id-to-fqname HTTP/1.1" 200 223 0.001421 10.0.0.27 - - [2025-12-04 03:27:46] "GET /virtual-network/82cbba16-9666-49d8-9e7e-a7dbec7df600?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.007007 10.0.0.27 - - [2025-12-04 03:27:46] "GET /virtual-network/82cbba16-9666-49d8-9e7e-a7dbec7df600?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.027806 10.0.0.27 - - [2025-12-04 03:27:47] "POST /neutron/network HTTP/1.1" 200 830 0.009262 10.0.0.27 - - [2025-12-04 03:27:47] "GET /virtual-network/82cbba16-9666-49d8-9e7e-a7dbec7df600?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.006309 10.0.0.27 - - [2025-12-04 03:27:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004002 10.0.0.23 - - [2025-12-04 03:27:48] "GET /projects?obj_uuids=14605a29-3dd9-4b6a-9b46-ab00a2d968cb&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001040 10.0.0.27 - - [2025-12-04 03:27:49] "GET /project/14605a29-3dd9-4b6a-9b46-ab00a2d968cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.046538 10.0.0.23 - - [2025-12-04 03:27:49] "GET /projects?obj_uuids=14605a29-3dd9-4b6a-9b46-ab00a2d968cb&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001522 10.0.0.27 - - [2025-12-04 03:27:49] "POST /neutron/network HTTP/1.1" 200 617 0.134614 10.0.0.33 - - [2025-12-04 03:27:49] "POST /route-targets HTTP/1.1" 200 327 0.013180 10.0.0.27 - - [2025-12-04 03:27:49] "POST /id-to-fqname HTTP/1.1" 200 225 0.004650 10.0.0.27 - - [2025-12-04 03:27:49] "GET /virtual-network/646e028e-78c5-4e33-b010-1ff183c8d111?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.006577 10.0.0.27 - - [2025-12-04 03:27:49] "POST /neutron/network HTTP/1.1" 200 836 0.006851 10.0.0.27 - - [2025-12-04 03:27:49] "GET /virtual-network/646e028e-78c5-4e33-b010-1ff183c8d111?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.006265 10.0.0.27 - - [2025-12-04 03:27:49] "GET /virtual-network/646e028e-78c5-4e33-b010-1ff183c8d111?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.006074 10.0.0.27 - - [2025-12-04 03:27:50] "GET /obj-perms HTTP/1.1" 200 5026 0.062426 10.0.0.33 - - [2025-12-04 03:27:50] "GET /obj-perms HTTP/1.1" 200 5026 0.056189 10.0.0.27 - - [2025-12-04 03:27:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003741 10.0.0.23 - - [2025-12-04 03:27:50] "GET /projects?obj_uuids=14605a29-3dd9-4b6a-9b46-ab00a2d968cb&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001189 10.0.0.27 - - [2025-12-04 03:27:50] "GET /project/14605a29-3dd9-4b6a-9b46-ab00a2d968cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.052110 10.0.0.27 - - [2025-12-04 03:27:50] "POST /neutron/network HTTP/1.1" 200 117 0.014635 10.0.0.33 - - [2025-12-04 03:27:50] "POST /ref-update HTTP/1.1" 200 156 0.028616 10.0.0.27 - - [2025-12-04 03:27:50] "POST /neutron/network HTTP/1.1" 200 836 0.009624 10.0.0.27 - - [2025-12-04 03:27:50] "POST /id-to-fqname HTTP/1.1" 200 226 0.001515 10.0.0.27 - - [2025-12-04 03:27:50] "GET /virtual-network/f1fc621b-0f3f-49cf-b0d9-ba6d7c8c477c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.005865 10.0.0.27 - - [2025-12-04 03:27:50] "GET /virtual-network/f1fc621b-0f3f-49cf-b0d9-ba6d7c8c477c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.006027 10.0.0.27 - - [2025-12-04 03:27:50] "POST /neutron/subnet HTTP/1.1" 200 715 0.010545 10.0.0.27 - - [2025-12-04 03:27:51] "GET /virtual-network/f1fc621b-0f3f-49cf-b0d9-ba6d7c8c477c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.005964 10.0.0.23 - - [2025-12-04 03:27:51] "GET /obj-perms HTTP/1.1" 200 5026 0.056019 10.0.0.27 - - [2025-12-04 03:27:51] "POST /id-to-fqname HTTP/1.1" 200 225 0.001479 10.0.0.23 - - [2025-12-04 03:27:52] "GET /projects?obj_uuids=14605a29-3dd9-4b6a-9b46-ab00a2d968cb&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001072 10.0.0.27 - - [2025-12-04 03:27:52] "GET /project/14605a29-3dd9-4b6a-9b46-ab00a2d968cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.072182 10.0.0.27 - - [2025-12-04 03:27:52] "POST /neutron/port HTTP/1.1" 200 117 0.007539 10.0.0.27 - - [2025-12-04 03:27:52] "POST /id-to-fqname HTTP/1.1" 200 226 0.001318 10.0.0.27 - - [2025-12-04 03:27:53] "POST /neutron/network HTTP/1.1" 200 846 0.007783 10.0.0.27 - - [2025-12-04 03:27:53] "POST /neutron/port HTTP/1.1" 200 1058 0.017399 10.0.0.27 - - [2025-12-04 03:27:53] "POST /neutron/port HTTP/1.1" 200 1086 0.023592 10.0.0.27 - - [2025-12-04 03:27:53] "POST /neutron/port HTTP/1.1" 200 117 0.001212 10.0.0.23 - - [2025-12-04 03:27:54] "GET /projects?obj_uuids=14605a29-3dd9-4b6a-9b46-ab00a2d968cb&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001290 10.0.0.27 - - [2025-12-04 03:27:54] "GET /project/14605a29-3dd9-4b6a-9b46-ab00a2d968cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.157796 10.0.0.27 - - [2025-12-04 03:27:54] "POST /neutron/port HTTP/1.1" 200 1086 0.019041 10.0.0.27 - - [2025-12-04 03:27:54] "POST /fqname-to-id HTTP/1.1" 404 193 0.002850 10.0.0.27 - - [2025-12-04 03:27:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003017 10.0.0.23 - - [2025-12-04 03:27:54] "GET /domains?obj_uuids=77f3106b-db9e-49b5-893e-09cac574b890&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001045 10.0.0.27 - - [2025-12-04 03:27:54] "GET /domain/77f3106b-db9e-49b5-893e-09cac574b890?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 892 0.008658 10.0.0.27 - - [2025-12-04 03:27:54] "POST /service-templates HTTP/1.1" 200 543 0.040806 10.0.0.27 - - [2025-12-04 03:27:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003822 10.0.0.27 - - [2025-12-04 03:27:54] "GET /service-template/9d7956dd-c3ed-4189-b683-6f12bfddd502?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1818 0.005974 10.0.0.27 - - [2025-12-04 03:27:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003288 10.0.0.27 - - [2025-12-04 03:27:54] "GET /service-template/9d7956dd-c3ed-4189-b683-6f12bfddd502?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1818 0.004348 10.0.0.27 - - [2025-12-04 03:27:54] "POST /id-to-fqname HTTP/1.1" 200 223 0.001410 10.0.0.27 - - [2025-12-04 03:27:54] "POST /id-to-fqname HTTP/1.1" 200 225 0.001287 10.0.0.27 - - [2025-12-04 03:27:54] "POST /id-to-fqname HTTP/1.1" 200 226 0.001280 10.0.0.27 - - [2025-12-04 03:27:54] "POST /neutron/network HTTP/1.1" 200 846 0.007741 10.0.0.27 - - [2025-12-04 03:27:55] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006936 10.0.0.27 - - [2025-12-04 03:27:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003161 10.0.0.27 - - [2025-12-04 03:27:55] "DELETE /service-template/9d7956dd-c3ed-4189-b683-6f12bfddd502 HTTP/1.1" 200 115 0.053831 10.0.0.27 - - [2025-12-04 03:27:55] "POST /fqname-to-id HTTP/1.1" 404 193 0.003442 10.0.0.27 - - [2025-12-04 03:27:55] "POST /neutron/port HTTP/1.1" 200 1110 0.133640 10.0.0.27 - - [2025-12-04 03:27:55] "POST /neutron/subnet HTTP/1.1" 200 689 0.008655 10.0.0.27 - - [2025-12-04 03:27:55] "POST /neutron/network HTTP/1.1" 200 836 0.007088 10.0.0.27 - - [2025-12-04 03:27:56] "POST /neutron/port HTTP/1.1" 200 1112 0.025216 10.0.0.27 - - [2025-12-04 03:27:57] "POST /neutron/port HTTP/1.1" 200 1110 0.014153 10.0.0.27 - - [2025-12-04 03:27:57] "POST /neutron/network HTTP/1.1" 200 2191 0.009248 10.0.0.23 - - [2025-12-04 03:27:57] "POST /useragent-kv HTTP/1.1" 200 115 0.003059 10.0.0.23 - - [2025-12-04 03:27:57] "POST /useragent-kv HTTP/1.1" 200 115 0.002430 10.0.0.27 - - [2025-12-04 03:27:57] "POST /neutron/network HTTP/1.1" 200 151 0.133387 10.0.0.23 - - [2025-12-04 03:27:58] "POST /useragent-kv HTTP/1.1" 200 115 0.004889 10.0.0.33 - - [2025-12-04 03:27:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.005955 10.0.0.23 - - [2025-12-04 03:27:58] "POST /useragent-kv HTTP/1.1" 200 115 0.002256 10.0.0.27 - - [2025-12-04 03:27:58] "POST /neutron/network HTTP/1.1" 200 151 0.134424 10.0.0.33 - - [2025-12-04 03:27:58] "DELETE /route-target/c4f58832-59fa-4f0b-a2b9-33eb1d683aa7 HTTP/1.1" 200 115 0.043878 10.0.0.27 - - [2025-12-04 03:28:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004180 10.0.0.23 - - [2025-12-04 03:28:01] "GET /projects?obj_uuids=14605a29-3dd9-4b6a-9b46-ab00a2d968cb&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001053 10.0.0.27 - - [2025-12-04 03:28:01] "GET /project/14605a29-3dd9-4b6a-9b46-ab00a2d968cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.044973 10.0.0.27 - - [2025-12-04 03:28:01] "POST /neutron/network HTTP/1.1" 200 117 0.015933 10.0.0.27 - - [2025-12-04 03:28:02] "POST /neutron/network HTTP/1.1" 200 832 0.009758 10.0.0.27 - - [2025-12-04 03:28:02] "POST /id-to-fqname HTTP/1.1" 200 223 0.001227 10.0.0.27 - - [2025-12-04 03:28:02] "GET /virtual-network/d0173ba2-0cee-44bc-95ea-27407e3291c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.005800 10.0.0.27 - - [2025-12-04 03:28:02] "GET /virtual-network/d0173ba2-0cee-44bc-95ea-27407e3291c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.005630 10.0.0.27 - - [2025-12-04 03:28:02] "POST /neutron/subnet HTTP/1.1" 200 724 0.009413 10.0.0.27 - - [2025-12-04 03:28:02] "GET /virtual-network/d0173ba2-0cee-44bc-95ea-27407e3291c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.006290 10.0.0.27 - - [2025-12-04 03:28:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003456 10.0.0.23 - - [2025-12-04 03:28:02] "GET /projects?obj_uuids=14605a29-3dd9-4b6a-9b46-ab00a2d968cb&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000935 10.0.0.27 - - [2025-12-04 03:28:02] "GET /project/14605a29-3dd9-4b6a-9b46-ab00a2d968cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.042938 10.0.0.33 - - [2025-12-04 03:28:02] "POST /route-targets HTTP/1.1" 200 327 0.025986 10.0.0.23 - - [2025-12-04 03:28:03] "POST /useragent-kv HTTP/1.1" 200 115 0.006774 10.0.0.27 - - [2025-12-04 03:28:03] "POST /neutron/subnet HTTP/1.1" 200 720 0.198235 10.0.0.27 - - [2025-12-04 03:28:03] "POST /id-to-fqname HTTP/1.1" 200 223 0.001283 10.0.0.27 - - [2025-12-04 03:28:03] "GET /virtual-network/574f37f4-494d-4d87-bbb3-e10e4a04a4d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005115 10.0.0.27 - - [2025-12-04 03:28:03] "GET /virtual-network/574f37f4-494d-4d87-bbb3-e10e4a04a4d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.006915 10.0.0.27 - - [2025-12-04 03:28:03] "POST /neutron/network HTTP/1.1" 200 831 0.006575 10.0.0.27 - - [2025-12-04 03:28:03] "GET /virtual-network/574f37f4-494d-4d87-bbb3-e10e4a04a4d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.006775 10.0.0.27 - - [2025-12-04 03:28:03] "GET /obj-perms HTTP/1.1" 200 5026 0.003900 10.0.0.33 - - [2025-12-04 03:28:03] "GET /obj-perms HTTP/1.1" 200 5026 0.004507 10.0.0.27 - - [2025-12-04 03:28:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003138 10.0.0.23 - - [2025-12-04 03:28:03] "GET /projects?obj_uuids=14605a29-3dd9-4b6a-9b46-ab00a2d968cb&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001298 10.0.0.27 - - [2025-12-04 03:28:03] "GET /project/14605a29-3dd9-4b6a-9b46-ab00a2d968cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.040672 10.0.0.23 - - [2025-12-04 03:28:03] "GET /projects?obj_uuids=14605a29-3dd9-4b6a-9b46-ab00a2d968cb&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001126 10.0.0.27 - - [2025-12-04 03:28:04] "POST /neutron/network HTTP/1.1" 200 615 0.129648 10.0.0.33 - - [2025-12-04 03:28:04] "POST /ref-update HTTP/1.1" 200 156 0.025669 10.0.0.27 - - [2025-12-04 03:28:04] "POST /id-to-fqname HTTP/1.1" 200 224 0.003543 10.0.0.27 - - [2025-12-04 03:28:04] "GET /virtual-network/0e6e1f5b-4096-44dc-bb0e-165dff507b5a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.006593 10.0.0.27 - - [2025-12-04 03:28:04] "POST /neutron/network HTTP/1.1" 200 834 0.006504 10.0.0.27 - - [2025-12-04 03:28:04] "GET /virtual-network/0e6e1f5b-4096-44dc-bb0e-165dff507b5a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.006478 10.0.0.27 - - [2025-12-04 03:28:04] "GET /virtual-network/0e6e1f5b-4096-44dc-bb0e-165dff507b5a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.006786 10.0.0.23 - - [2025-12-04 03:28:05] "GET /obj-perms HTTP/1.1" 200 5026 0.003567 10.0.0.27 - - [2025-12-04 03:28:05] "POST /id-to-fqname HTTP/1.1" 200 223 0.001426 10.0.0.27 - - [2025-12-04 03:28:05] "POST /neutron/network HTTP/1.1" 200 841 0.007629 10.0.0.23 - - [2025-12-04 03:28:05] "GET /projects?obj_uuids=14605a29-3dd9-4b6a-9b46-ab00a2d968cb&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001139 10.0.0.27 - - [2025-12-04 03:28:06] "GET /project/14605a29-3dd9-4b6a-9b46-ab00a2d968cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.090606 10.0.0.27 - - [2025-12-04 03:28:06] "POST /neutron/port HTTP/1.1" 200 117 0.006560 10.0.0.27 - - [2025-12-04 03:28:06] "POST /id-to-fqname HTTP/1.1" 200 224 0.001406 10.0.0.27 - - [2025-12-04 03:28:06] "POST /neutron/network HTTP/1.1" 200 841 0.008800 10.0.0.27 - - [2025-12-04 03:28:07] "POST /neutron/port HTTP/1.1" 200 1057 0.022178 10.0.0.23 - - [2025-12-04 03:28:07] "GET /projects?obj_uuids=14605a29-3dd9-4b6a-9b46-ab00a2d968cb&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001610 10.0.0.27 - - [2025-12-04 03:28:07] "GET /project/14605a29-3dd9-4b6a-9b46-ab00a2d968cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.148869 10.0.0.27 - - [2025-12-04 03:28:07] "POST /neutron/network HTTP/1.1" 200 834 0.009305 10.0.0.27 - - [2025-12-04 03:28:07] "POST /neutron/port HTTP/1.1" 200 117 0.001693 10.0.0.27 - - [2025-12-04 03:28:07] "POST /neutron/security_group HTTP/1.1" 200 2056 0.009004 10.0.0.27 - - [2025-12-04 03:28:07] "POST /fqname-to-id HTTP/1.1" 404 193 0.006670 10.0.0.27 - - [2025-12-04 03:28:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003234 10.0.0.23 - - [2025-12-04 03:28:07] "GET /domains?obj_uuids=77f3106b-db9e-49b5-893e-09cac574b890&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001550 10.0.0.27 - - [2025-12-04 03:28:07] "GET /domain/77f3106b-db9e-49b5-893e-09cac574b890?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 892 0.013866 10.0.0.27 - - [2025-12-04 03:28:08] "POST /service-templates HTTP/1.1" 200 543 0.043950 10.0.0.27 - - [2025-12-04 03:28:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004056 10.0.0.27 - - [2025-12-04 03:28:08] "GET /service-template/ae307aa2-93d7-421d-982b-e0c2314d062a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1818 0.006039 10.0.0.27 - - [2025-12-04 03:28:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003767 10.0.0.27 - - [2025-12-04 03:28:08] "GET /service-template/ae307aa2-93d7-421d-982b-e0c2314d062a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1818 0.004707 10.0.0.27 - - [2025-12-04 03:28:08] "POST /id-to-fqname HTTP/1.1" 200 223 0.001433 10.0.0.27 - - [2025-12-04 03:28:08] "POST /id-to-fqname HTTP/1.1" 200 223 0.001330 10.0.0.27 - - [2025-12-04 03:28:08] "POST /id-to-fqname HTTP/1.1" 200 224 0.001723 10.0.0.23 - - [2025-12-04 03:28:08] "GET /projects?obj_uuids=14605a29-3dd9-4b6a-9b46-ab00a2d968cb&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001061 10.0.0.27 - - [2025-12-04 03:28:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003520 10.0.0.27 - - [2025-12-04 03:28:08] "DELETE /service-template/ae307aa2-93d7-421d-982b-e0c2314d062a HTTP/1.1" 200 115 0.060103 10.0.0.27 - - [2025-12-04 03:28:08] "POST /fqname-to-id HTTP/1.1" 404 193 0.008626 10.0.0.27 - - [2025-12-04 03:28:08] "POST /neutron/port HTTP/1.1" 200 1058 0.428728 10.0.0.27 - - [2025-12-04 03:28:08] "POST /neutron/port HTTP/1.1" 200 1058 0.020370 10.0.0.27 - - [2025-12-04 03:28:09] "POST /neutron/port HTTP/1.1" 200 1086 0.024517 10.0.0.27 - - [2025-12-04 03:28:09] "POST /neutron/network HTTP/1.1" 400 204 0.023536 10.0.0.27 - - [2025-12-04 03:28:09] "POST /neutron/network HTTP/1.1" 200 834 0.008908 10.0.0.27 - - [2025-12-04 03:28:09] "POST /neutron/port HTTP/1.1" 200 151 0.211431 10.0.0.27 - - [2025-12-04 03:28:10] "POST /neutron/port HTTP/1.1" 200 151 0.183548 10.0.0.27 - - [2025-12-04 03:28:11] "POST /neutron/network HTTP/1.1" 200 117 0.012233 10.0.0.27 - - [2025-12-04 03:28:11] "POST /neutron/port HTTP/1.1" 200 117 0.007571 10.0.0.33 - - [2025-12-04 03:28:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003838 10.0.0.27 - - [2025-12-04 03:28:12] "POST /neutron/network HTTP/1.1" 200 832 0.007541 10.0.0.33 - - [2025-12-04 03:28:12] "DELETE /route-target/fcf8710a-9952-4df8-9dd3-d728ec7b80e6 HTTP/1.1" 200 115 0.040767 10.0.0.23 - - [2025-12-04 03:28:13] "GET /projects?obj_uuids=14605a29-3dd9-4b6a-9b46-ab00a2d968cb&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001556 10.0.0.27 - - [2025-12-04 03:28:13] "GET /project/14605a29-3dd9-4b6a-9b46-ab00a2d968cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.051714 10.0.0.23 - - [2025-12-04 03:28:13] "GET /projects?obj_uuids=14605a29-3dd9-4b6a-9b46-ab00a2d968cb&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001485 10.0.0.27 - - [2025-12-04 03:28:13] "GET /project/14605a29-3dd9-4b6a-9b46-ab00a2d968cb?fields=virtual_networks HTTP/1.1" 200 1028 0.061988 10.0.0.23 - - [2025-12-04 03:28:13] "GET /projects?obj_uuids=14605a29-3dd9-4b6a-9b46-ab00a2d968cb&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001532 10.0.0.27 - - [2025-12-04 03:28:13] "GET /project/14605a29-3dd9-4b6a-9b46-ab00a2d968cb?fields=virtual_machine_interfaces HTTP/1.1" 200 1028 0.044976 10.0.0.23 - - [2025-12-04 03:28:13] "GET /projects?obj_uuids=14605a29-3dd9-4b6a-9b46-ab00a2d968cb&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001717 10.0.0.27 - - [2025-12-04 03:28:14] "GET /project/14605a29-3dd9-4b6a-9b46-ab00a2d968cb?fields=security_groups HTTP/1.1" 200 1252 0.050304 10.0.0.27 - - [2025-12-04 03:28:15] "POST /fqname-to-id HTTP/1.1" 404 184 0.032939 10.0.0.23 - - [2025-12-04 03:28:15] "GET /projects?obj_uuids=34b2e0df-14ea-48c0-8759-fa683a63b5ed&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003674 10.0.0.23 - - [2025-12-04 03:28:15] "GET /domains?obj_uuids=77f3106b-db9e-49b5-893e-09cac574b890&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002421 10.0.0.23 - - [2025-12-04 03:28:15] "GET /domain/77f3106b-db9e-49b5-893e-09cac574b890?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.010303 10.0.0.23 - - [2025-12-04 03:28:15] "POST /id-to-fqname HTTP/1.1" 200 186 0.003685 10.0.0.23 - - [2025-12-04 03:28:15] "POST /fqname-to-id HTTP/1.1" 404 195 0.006302 10.0.0.23 - - [2025-12-04 03:28:15] "POST /security-groups HTTP/1.1" 200 587 0.036348 10.0.0.23 - - [2025-12-04 03:28:15] "POST /projects HTTP/1.1" 200 577 0.268878 10.0.0.33 - - [2025-12-04 03:28:15] "POST /fqname-to-id HTTP/1.1" 404 229 0.003643 10.0.0.23 - - [2025-12-04 03:28:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.343834 10.0.0.27 - - [2025-12-04 03:28:15] "GET /project/34b2e0df-14ea-48c0-8759-fa683a63b5ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.500302 10.0.0.27 - - [2025-12-04 03:28:16] "GET / HTTP/1.1" 200 35931 0.002250 10.0.0.27 - - [2025-12-04 03:28:18] "POST /fqname-to-id HTTP/1.1" 401 292 0.000497 10.0.0.27 - - [2025-12-04 03:28:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.072491 10.0.0.23 - - [2025-12-04 03:28:18] "GET /projects?obj_uuids=34b2e0df-14ea-48c0-8759-fa683a63b5ed&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001267 10.0.0.27 - - [2025-12-04 03:28:19] "GET /project/34b2e0df-14ea-48c0-8759-fa683a63b5ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.050971 10.0.0.23 - - [2025-12-04 03:28:19] "GET /projects?obj_uuids=34b2e0df-14ea-48c0-8759-fa683a63b5ed&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000985 10.0.0.27 - - [2025-12-04 03:28:19] "POST /neutron/network HTTP/1.1" 200 611 0.196162 10.0.0.33 - - [2025-12-04 03:28:19] "POST /ref-update HTTP/1.1" 200 156 0.027394 10.0.0.27 - - [2025-12-04 03:28:19] "POST /id-to-fqname HTTP/1.1" 200 221 0.003750 10.0.0.27 - - [2025-12-04 03:28:19] "GET /virtual-network/a7ebf19a-9c93-43d2-953e-84ddd440ba57?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.006521 10.0.0.27 - - [2025-12-04 03:28:19] "POST /neutron/network HTTP/1.1" 200 830 0.007278 10.0.0.27 - - [2025-12-04 03:28:19] "GET /virtual-network/a7ebf19a-9c93-43d2-953e-84ddd440ba57?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005561 10.0.0.27 - - [2025-12-04 03:28:20] "GET /virtual-network/a7ebf19a-9c93-43d2-953e-84ddd440ba57?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005467 10.0.0.27 - - [2025-12-04 03:28:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003745 10.0.0.23 - - [2025-12-04 03:28:21] "GET /projects?obj_uuids=34b2e0df-14ea-48c0-8759-fa683a63b5ed&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001233 10.0.0.27 - - [2025-12-04 03:28:21] "GET /project/34b2e0df-14ea-48c0-8759-fa683a63b5ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.054863 10.0.0.27 - - [2025-12-04 03:28:21] "POST /neutron/network HTTP/1.1" 200 117 0.013973 10.0.0.27 - - [2025-12-04 03:28:22] "POST /neutron/network HTTP/1.1" 200 829 0.014178 10.0.0.27 - - [2025-12-04 03:28:22] "POST /id-to-fqname HTTP/1.1" 200 221 0.001752 10.0.0.27 - - [2025-12-04 03:28:22] "GET /virtual-network/0c740e3b-60c3-4053-9da0-b3e7a7971455?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.015658 10.0.0.27 - - [2025-12-04 03:28:22] "GET /virtual-network/0c740e3b-60c3-4053-9da0-b3e7a7971455?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.007168 10.0.0.27 - - [2025-12-04 03:28:22] "POST /neutron/subnet HTTP/1.1" 200 720 0.011956 10.0.0.27 - - [2025-12-04 03:28:22] "GET /virtual-network/0c740e3b-60c3-4053-9da0-b3e7a7971455?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.008899 10.0.0.27 - - [2025-12-04 03:28:22] "GET /obj-perms HTTP/1.1" 200 5022 0.077989 10.0.0.33 - - [2025-12-04 03:28:22] "GET /obj-perms HTTP/1.1" 200 5022 0.065950 10.0.0.27 - - [2025-12-04 03:28:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003656 10.0.0.23 - - [2025-12-04 03:28:23] "GET /projects?obj_uuids=34b2e0df-14ea-48c0-8759-fa683a63b5ed&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001415 10.0.0.27 - - [2025-12-04 03:28:23] "GET /project/34b2e0df-14ea-48c0-8759-fa683a63b5ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.055811 10.0.0.33 - - [2025-12-04 03:28:23] "POST /route-targets HTTP/1.1" 200 327 0.015980 10.0.0.23 - - [2025-12-04 03:28:23] "POST /useragent-kv HTTP/1.1" 200 115 0.009541 10.0.0.27 - - [2025-12-04 03:28:23] "POST /neutron/subnet HTTP/1.1" 200 720 0.220640 10.0.0.27 - - [2025-12-04 03:28:23] "POST /id-to-fqname HTTP/1.1" 200 222 0.001568 10.0.0.27 - - [2025-12-04 03:28:23] "GET /virtual-network/b5538346-d135-40e4-b62c-2c000b1da32d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.006129 10.0.0.27 - - [2025-12-04 03:28:23] "GET /virtual-network/b5538346-d135-40e4-b62c-2c000b1da32d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005731 10.0.0.27 - - [2025-12-04 03:28:23] "POST /neutron/network HTTP/1.1" 200 831 0.007767 10.0.0.27 - - [2025-12-04 03:28:23] "GET /virtual-network/b5538346-d135-40e4-b62c-2c000b1da32d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005924 10.0.0.23 - - [2025-12-04 03:28:24] "GET /obj-perms HTTP/1.1" 200 5022 0.070497 10.0.0.27 - - [2025-12-04 03:28:24] "POST /id-to-fqname HTTP/1.1" 200 221 0.001336 10.0.0.23 - - [2025-12-04 03:28:25] "GET /projects?obj_uuids=34b2e0df-14ea-48c0-8759-fa683a63b5ed&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001005 10.0.0.27 - - [2025-12-04 03:28:25] "GET /project/34b2e0df-14ea-48c0-8759-fa683a63b5ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.080569 10.0.0.27 - - [2025-12-04 03:28:25] "POST /neutron/network HTTP/1.1" 200 829 0.006957 10.0.0.27 - - [2025-12-04 03:28:25] "POST /id-to-fqname HTTP/1.1" 200 222 0.001338 10.0.0.27 - - [2025-12-04 03:28:25] "POST /neutron/port HTTP/1.1" 200 117 0.007013 10.0.0.23 - - [2025-12-04 03:28:26] "GET /projects?obj_uuids=34b2e0df-14ea-48c0-8759-fa683a63b5ed&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001019 10.0.0.27 - - [2025-12-04 03:28:26] "POST /neutron/port HTTP/1.1" 200 1055 0.312836 10.0.0.27 - - [2025-12-04 03:28:26] "POST /neutron/port HTTP/1.1" 200 1109 0.113239 10.0.0.23 - - [2025-12-04 03:28:26] "GET /projects?obj_uuids=34b2e0df-14ea-48c0-8759-fa683a63b5ed&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001213 10.0.0.27 - - [2025-12-04 03:28:26] "GET /project/34b2e0df-14ea-48c0-8759-fa683a63b5ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.098853 10.0.0.27 - - [2025-12-04 03:28:26] "POST /neutron/subnet HTTP/1.1" 200 694 0.013818 10.0.0.27 - - [2025-12-04 03:28:26] "POST /neutron/network HTTP/1.1" 200 829 0.007469 10.0.0.27 - - [2025-12-04 03:28:27] "POST /neutron/port HTTP/1.1" 200 117 0.006346 10.0.0.27 - - [2025-12-04 03:28:27] "POST /fqname-to-id HTTP/1.1" 404 193 0.003548 10.0.0.27 - - [2025-12-04 03:28:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.005103 10.0.0.23 - - [2025-12-04 03:28:27] "GET /domains?obj_uuids=77f3106b-db9e-49b5-893e-09cac574b890&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.035201 10.0.0.27 - - [2025-12-04 03:28:27] "GET /domain/77f3106b-db9e-49b5-893e-09cac574b890?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 892 0.042710 10.0.0.27 - - [2025-12-04 03:28:27] "POST /service-templates HTTP/1.1" 200 543 0.036173 10.0.0.27 - - [2025-12-04 03:28:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003891 10.0.0.27 - - [2025-12-04 03:28:27] "GET /service-template/c037ecf7-36ee-4ad1-b4dc-4ca046591c4a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1816 0.006957 10.0.0.27 - - [2025-12-04 03:28:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003159 10.0.0.27 - - [2025-12-04 03:28:27] "GET /service-template/c037ecf7-36ee-4ad1-b4dc-4ca046591c4a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1816 0.004574 10.0.0.27 - - [2025-12-04 03:28:27] "POST /id-to-fqname HTTP/1.1" 200 221 0.001529 10.0.0.27 - - [2025-12-04 03:28:27] "POST /id-to-fqname HTTP/1.1" 200 221 0.001584 10.0.0.27 - - [2025-12-04 03:28:27] "POST /id-to-fqname HTTP/1.1" 200 222 0.001326 10.0.0.27 - - [2025-12-04 03:28:27] "POST /neutron/port HTTP/1.1" 200 1996 0.024197 10.0.0.27 - - [2025-12-04 03:28:27] "POST /neutron/port HTTP/1.1" 200 1055 0.012153 10.0.0.27 - - [2025-12-04 03:28:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003103 10.0.0.27 - - [2025-12-04 03:28:27] "DELETE /service-template/c037ecf7-36ee-4ad1-b4dc-4ca046591c4a HTTP/1.1" 200 115 0.036250 10.0.0.27 - - [2025-12-04 03:28:27] "POST /fqname-to-id HTTP/1.1" 404 193 0.003912 10.0.0.27 - - [2025-12-04 03:28:28] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004458 10.0.0.27 - - [2025-12-04 03:28:28] "POST /neutron/network HTTP/1.1" 200 831 0.008831 10.0.0.27 - - [2025-12-04 03:28:28] "POST /neutron/port HTTP/1.1" 200 1083 0.015294 10.0.0.27 - - [2025-12-04 03:28:29] "POST /neutron/port HTTP/1.1" 200 1083 0.016670 10.0.0.27 - - [2025-12-04 03:28:30] "POST /neutron/port HTTP/1.1" 200 117 0.007044 10.0.0.27 - - [2025-12-04 03:28:30] "POST /neutron/network HTTP/1.1" 200 831 0.007475 10.0.0.33 - - [2025-12-04 03:28:30] "DELETE /route-target/912852aa-b01e-42e0-baae-86c83dcb1891 HTTP/1.1" 200 115 0.028122 10.0.0.27 - - [2025-12-04 03:28:30] "POST /neutron/network HTTP/1.1" 200 829 0.007364 10.0.0.33 - - [2025-12-04 03:28:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.009084 10.0.0.23 - - [2025-12-04 03:28:31] "POST /useragent-kv HTTP/1.1" 200 115 0.003520 10.0.0.23 - - [2025-12-04 03:28:31] "POST /useragent-kv HTTP/1.1" 200 115 0.006863 10.0.0.27 - - [2025-12-04 03:28:31] "POST /neutron/network HTTP/1.1" 200 151 0.158262 10.0.0.27 - - [2025-12-04 03:28:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003563 10.0.0.23 - - [2025-12-04 03:28:33] "GET /projects?obj_uuids=34b2e0df-14ea-48c0-8759-fa683a63b5ed&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001208 10.0.0.27 - - [2025-12-04 03:28:33] "GET /project/34b2e0df-14ea-48c0-8759-fa683a63b5ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.050701 10.0.0.33 - - [2025-12-04 03:28:34] "POST /ref-update HTTP/1.1" 200 156 0.020991 10.0.0.23 - - [2025-12-04 03:28:34] "POST /useragent-kv HTTP/1.1" 200 115 0.008048 10.0.0.27 - - [2025-12-04 03:28:34] "POST /neutron/subnet HTTP/1.1" 200 725 0.251331 10.0.0.27 - - [2025-12-04 03:28:34] "POST /id-to-fqname HTTP/1.1" 200 221 0.001463 10.0.0.27 - - [2025-12-04 03:28:34] "GET /virtual-network/3a8485a1-1f97-4ad3-8eab-b05100ef2ab3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.006410 10.0.0.27 - - [2025-12-04 03:28:34] "GET /virtual-network/3a8485a1-1f97-4ad3-8eab-b05100ef2ab3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.008245 10.0.0.27 - - [2025-12-04 03:28:34] "POST /neutron/network HTTP/1.1" 200 830 0.006995 10.0.0.27 - - [2025-12-04 03:28:34] "GET /virtual-network/3a8485a1-1f97-4ad3-8eab-b05100ef2ab3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.006749 10.0.0.27 - - [2025-12-04 03:28:35] "GET /obj-perms HTTP/1.1" 200 5022 0.011067 10.0.0.33 - - [2025-12-04 03:28:35] "GET /obj-perms HTTP/1.1" 200 5022 0.003862 10.0.0.27 - - [2025-12-04 03:28:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003787 10.0.0.23 - - [2025-12-04 03:28:35] "GET /projects?obj_uuids=34b2e0df-14ea-48c0-8759-fa683a63b5ed&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001922 10.0.0.27 - - [2025-12-04 03:28:35] "GET /project/34b2e0df-14ea-48c0-8759-fa683a63b5ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.056946 10.0.0.23 - - [2025-12-04 03:28:35] "GET /projects?obj_uuids=34b2e0df-14ea-48c0-8759-fa683a63b5ed&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001110 10.0.0.27 - - [2025-12-04 03:28:35] "POST /neutron/network HTTP/1.1" 200 611 0.123966 10.0.0.27 - - [2025-12-04 03:28:35] "POST /id-to-fqname HTTP/1.1" 200 221 0.003229 10.0.0.27 - - [2025-12-04 03:28:35] "GET /virtual-network/70bb3e06-22c0-40e7-9127-0934e3193f99?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.006341 10.0.0.27 - - [2025-12-04 03:28:35] "POST /neutron/network HTTP/1.1" 200 830 0.006863 10.0.0.27 - - [2025-12-04 03:28:35] "GET /virtual-network/70bb3e06-22c0-40e7-9127-0934e3193f99?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.007013 10.0.0.27 - - [2025-12-04 03:28:35] "GET /virtual-network/70bb3e06-22c0-40e7-9127-0934e3193f99?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005949 10.0.0.27 - - [2025-12-04 03:28:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003865 10.0.0.23 - - [2025-12-04 03:28:36] "GET /projects?obj_uuids=34b2e0df-14ea-48c0-8759-fa683a63b5ed&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001114 10.0.0.27 - - [2025-12-04 03:28:36] "GET /project/34b2e0df-14ea-48c0-8759-fa683a63b5ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.038016 10.0.0.27 - - [2025-12-04 03:28:36] "POST /neutron/network HTTP/1.1" 200 117 0.014649 10.0.0.33 - - [2025-12-04 03:28:36] "POST /route-targets HTTP/1.1" 200 327 0.013750 10.0.0.27 - - [2025-12-04 03:28:36] "POST /neutron/network HTTP/1.1" 200 832 0.011433 10.0.0.27 - - [2025-12-04 03:28:36] "POST /id-to-fqname HTTP/1.1" 200 222 0.001407 10.0.0.27 - - [2025-12-04 03:28:36] "GET /virtual-network/cac19d48-d952-4dbf-ab4b-204712d1d1e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.007303 10.0.0.27 - - [2025-12-04 03:28:36] "GET /virtual-network/cac19d48-d952-4dbf-ab4b-204712d1d1e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005773 10.0.0.27 - - [2025-12-04 03:28:36] "POST /neutron/subnet HTTP/1.1" 200 724 0.009343 10.0.0.27 - - [2025-12-04 03:28:37] "GET /virtual-network/cac19d48-d952-4dbf-ab4b-204712d1d1e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005946 10.0.0.33 - - [2025-12-04 03:28:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000413 10.0.0.23 - - [2025-12-04 03:28:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000576 10.0.0.33 - - [2025-12-04 03:28:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000398 10.0.0.23 - - [2025-12-04 03:28:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000474 10.0.0.23 - - [2025-12-04 03:28:37] "GET /obj-perms HTTP/1.1" 200 5022 0.005355 10.0.0.27 - - [2025-12-04 03:28:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.007464 10.0.0.23 - - [2025-12-04 03:28:37] "GET /projects?obj_uuids=34b2e0df-14ea-48c0-8759-fa683a63b5ed&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001698 10.0.0.27 - - [2025-12-04 03:28:37] "GET /project/34b2e0df-14ea-48c0-8759-fa683a63b5ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.070246 10.0.0.33 - - [2025-12-04 03:28:37] "POST /ref-update HTTP/1.1" 200 156 0.023516 10.0.0.23 - - [2025-12-04 03:28:37] "POST /useragent-kv HTTP/1.1" 200 115 0.011145 10.0.0.27 - - [2025-12-04 03:28:37] "POST /neutron/subnet HTTP/1.1" 200 724 0.228307 10.0.0.23 - - [2025-12-04 03:28:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000397 10.0.0.27 - - [2025-12-04 03:28:37] "POST /id-to-fqname HTTP/1.1" 200 227 0.001410 10.0.0.27 - - [2025-12-04 03:28:38] "GET /virtual-network/9eaefc68-e282-4cad-9ce6-e7e3523359e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.007473 10.0.0.33 - - [2025-12-04 03:28:38] "GET /global-system-configs HTTP/1.1" 401 292 0.000409 10.0.0.27 - - [2025-12-04 03:28:38] "GET /virtual-network/9eaefc68-e282-4cad-9ce6-e7e3523359e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.005374 10.0.0.23 - - [2025-12-04 03:28:38] "GET /global-system-configs HTTP/1.1" 401 292 0.000340 10.0.0.27 - - [2025-12-04 03:28:38] "POST /neutron/network HTTP/1.1" 200 842 0.006065 10.0.0.33 - - [2025-12-04 03:28:38] "GET /global-system-configs HTTP/1.1" 401 292 0.000394 10.0.0.27 - - [2025-12-04 03:28:38] "GET /virtual-network/9eaefc68-e282-4cad-9ce6-e7e3523359e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.005864 10.0.0.27 - - [2025-12-04 03:28:38] "GET /obj-perms HTTP/1.1" 200 5022 0.004351 10.0.0.33 - - [2025-12-04 03:28:38] "GET /obj-perms HTTP/1.1" 200 5022 0.004054 10.0.0.27 - - [2025-12-04 03:28:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003352 10.0.0.23 - - [2025-12-04 03:28:38] "GET /projects?obj_uuids=34b2e0df-14ea-48c0-8759-fa683a63b5ed&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001172 10.0.0.27 - - [2025-12-04 03:28:38] "GET /project/34b2e0df-14ea-48c0-8759-fa683a63b5ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.050318 10.0.0.23 - - [2025-12-04 03:28:38] "GET /projects?obj_uuids=34b2e0df-14ea-48c0-8759-fa683a63b5ed&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001080 10.0.0.27 - - [2025-12-04 03:28:38] "POST /neutron/network HTTP/1.1" 200 625 0.132092 10.0.0.27 - - [2025-12-04 03:28:39] "GET /global-system-configs HTTP/1.1" 401 292 0.000496 10.0.0.27 - - [2025-12-04 03:28:39] "GET /global-system-configs HTTP/1.1" 401 292 0.000475 10.0.0.27 - - [2025-12-04 03:28:39] "POST /id-to-fqname HTTP/1.1" 200 228 0.003509 10.0.0.27 - - [2025-12-04 03:28:39] "GET /virtual-network/7115389e-c62b-4dbd-b856-6406fcb4efe6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2065 0.006278 10.0.0.27 - - [2025-12-04 03:28:39] "POST /neutron/network HTTP/1.1" 200 843 0.006631 10.0.0.27 - - [2025-12-04 03:28:39] "GET /virtual-network/7115389e-c62b-4dbd-b856-6406fcb4efe6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2065 0.005587 10.0.0.27 - - [2025-12-04 03:28:39] "GET /virtual-network/7115389e-c62b-4dbd-b856-6406fcb4efe6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2065 0.005808 10.0.0.27 - - [2025-12-04 03:28:39] "POST /id-to-fqname HTTP/1.1" 200 221 0.001589 10.0.0.27 - - [2025-12-04 03:28:39] "POST /neutron/network HTTP/1.1" 200 840 0.008881 10.0.0.27 - - [2025-12-04 03:28:40] "GET /global-system-configs HTTP/1.1" 401 292 0.000526 10.0.0.23 - - [2025-12-04 03:28:40] "GET /projects?obj_uuids=34b2e0df-14ea-48c0-8759-fa683a63b5ed&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001875 10.0.0.27 - - [2025-12-04 03:28:40] "GET /project/34b2e0df-14ea-48c0-8759-fa683a63b5ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.117508 10.0.0.27 - - [2025-12-04 03:28:40] "GET /global-system-configs HTTP/1.1" 401 292 0.000478 10.0.0.27 - - [2025-12-04 03:28:40] "POST /neutron/port HTTP/1.1" 200 117 0.006228 10.0.0.27 - - [2025-12-04 03:28:40] "POST /id-to-fqname HTTP/1.1" 200 222 0.001632 10.0.0.27 - - [2025-12-04 03:28:41] "POST /neutron/network HTTP/1.1" 200 840 0.007299 10.0.0.27 - - [2025-12-04 03:28:41] "POST /neutron/port HTTP/1.1" 200 1056 0.016654 10.0.0.23 - - [2025-12-04 03:28:41] "GET /projects?obj_uuids=34b2e0df-14ea-48c0-8759-fa683a63b5ed&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001520 10.0.0.27 - - [2025-12-04 03:28:41] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004074 10.0.0.27 - - [2025-12-04 03:28:41] "GET /project/34b2e0df-14ea-48c0-8759-fa683a63b5ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.088158 10.0.0.27 - - [2025-12-04 03:28:42] "POST /neutron/port HTTP/1.1" 200 117 0.001393 10.0.0.27 - - [2025-12-04 03:28:42] "POST /neutron/security_group HTTP/1.1" 200 2054 0.008475 10.0.0.27 - - [2025-12-04 03:28:42] "POST /fqname-to-id HTTP/1.1" 404 193 0.003258 10.0.0.27 - - [2025-12-04 03:28:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003157 10.0.0.23 - - [2025-12-04 03:28:42] "GET /domains?obj_uuids=77f3106b-db9e-49b5-893e-09cac574b890&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001164 10.0.0.27 - - [2025-12-04 03:28:42] "GET /domain/77f3106b-db9e-49b5-893e-09cac574b890?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 892 0.007898 10.0.0.27 - - [2025-12-04 03:28:42] "POST /service-templates HTTP/1.1" 200 543 0.030466 10.0.0.27 - - [2025-12-04 03:28:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003483 10.0.0.27 - - [2025-12-04 03:28:42] "GET /service-template/5c2df04f-32b2-4ca5-a5b1-5b8bf883ef67?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1812 0.007786 10.0.0.27 - - [2025-12-04 03:28:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003683 10.0.0.27 - - [2025-12-04 03:28:42] "GET /service-template/5c2df04f-32b2-4ca5-a5b1-5b8bf883ef67?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1812 0.004896 10.0.0.27 - - [2025-12-04 03:28:42] "POST /id-to-fqname HTTP/1.1" 200 221 0.001139 10.0.0.27 - - [2025-12-04 03:28:42] "POST /id-to-fqname HTTP/1.1" 200 227 0.001426 10.0.0.23 - - [2025-12-04 03:28:42] "GET /projects?obj_uuids=34b2e0df-14ea-48c0-8759-fa683a63b5ed&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001218 10.0.0.27 - - [2025-12-04 03:28:42] "POST /id-to-fqname HTTP/1.1" 200 228 0.001723 10.0.0.27 - - [2025-12-04 03:28:43] "POST /neutron/port HTTP/1.1" 200 1056 0.325428 10.0.0.27 - - [2025-12-04 03:28:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.005540 10.0.0.27 - - [2025-12-04 03:28:43] "POST /neutron/port HTTP/1.1" 200 1056 0.013901 10.0.0.27 - - [2025-12-04 03:28:43] "DELETE /service-template/5c2df04f-32b2-4ca5-a5b1-5b8bf883ef67 HTTP/1.1" 200 115 0.034700 10.0.0.27 - - [2025-12-04 03:28:43] "POST /fqname-to-id HTTP/1.1" 404 193 0.005061 10.0.0.27 - - [2025-12-04 03:28:43] "POST /neutron/port HTTP/1.1" 200 1084 0.019156 10.0.0.27 - - [2025-12-04 03:28:43] "POST /neutron/subnet HTTP/1.1" 200 698 0.010270 10.0.0.27 - - [2025-12-04 03:28:43] "POST /neutron/network HTTP/1.1" 200 832 0.006816 10.0.0.33 - - [2025-12-04 03:28:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003421 10.0.0.27 - - [2025-12-04 03:28:43] "POST /neutron/port HTTP/1.1" 200 1084 0.029457 10.0.0.33 - - [2025-12-04 03:28:44] "DELETE /route-target/570c36aa-63cf-4054-abda-4afee2949704 HTTP/1.1" 200 115 0.036717 10.0.0.27 - - [2025-12-04 03:28:44] "POST /neutron/network HTTP/1.1" 200 832 0.006603 10.0.0.27 - - [2025-12-04 03:28:44] "POST /neutron/port HTTP/1.1" 200 1110 0.017256 10.0.0.23 - - [2025-12-04 03:28:45] "DELETE /project/34b2e0df14ea48c08759fa683a63b5ed HTTP/1.1" 404 173 0.004936 10.0.0.23 - - [2025-12-04 03:28:45] "GET /projects?obj_uuids=14605a29-3dd9-4b6a-9b46-ab00a2d968cb&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000959 10.0.0.27 - - [2025-12-04 03:28:45] "POST /neutron/network HTTP/1.1" 200 2181 0.020985 10.0.0.23 - - [2025-12-04 03:28:45] "GET /project/14605a29-3dd9-4b6a-9b46-ab00a2d968cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1460 0.052210 10.0.0.23 - - [2025-12-04 03:28:45] "GET /projects?obj_uuids=14605a29-3dd9-4b6a-9b46-ab00a2d968cb&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001165 10.0.0.23 - - [2025-12-04 03:28:45] "GET /project/14605a29-3dd9-4b6a-9b46-ab00a2d968cb?fields=security_groups HTTP/1.1" 200 1357 0.064060 10.0.0.23 - - [2025-12-04 03:28:45] "DELETE /security-group/b2102489-c6fd-4df5-8ca9-a69033396479 HTTP/1.1" 200 115 0.052642 10.0.0.23 - - [2025-12-04 03:28:45] "GET /projects?obj_uuids=14605a29-3dd9-4b6a-9b46-ab00a2d968cb&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001341 10.0.0.23 - - [2025-12-04 03:28:45] "GET /project/14605a29-3dd9-4b6a-9b46-ab00a2d968cb?fields=application_policy_sets HTTP/1.1" 200 1396 0.062774 10.0.0.23 - - [2025-12-04 03:28:45] "DELETE /project/14605a29-3dd9-4b6a-9b46-ab00a2d968cb HTTP/1.1" 200 115 0.486881 10.0.0.27 - - [2025-12-04 03:28:46] "POST /neutron/network HTTP/1.1" 200 832 0.008712 10.0.0.33 - - [2025-12-04 03:28:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004850 10.0.0.23 - - [2025-12-04 03:28:46] "POST /useragent-kv HTTP/1.1" 200 115 0.005948 10.0.0.23 - - [2025-12-04 03:28:46] "POST /useragent-kv HTTP/1.1" 200 115 0.008200 10.0.0.27 - - [2025-12-04 03:28:46] "POST /neutron/network HTTP/1.1" 200 151 0.151072 10.0.0.33 - - [2025-12-04 03:28:46] "DELETE /route-target/8b15063a-20a2-4985-b0d7-bc3c5b3d9612 HTTP/1.1" 200 115 0.036932 10.0.0.23 - - [2025-12-04 03:28:48] "GET /projects?obj_uuids=34b2e0df-14ea-48c0-8759-fa683a63b5ed&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001636 10.0.0.27 - - [2025-12-04 03:28:48] "GET /project/34b2e0df-14ea-48c0-8759-fa683a63b5ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.045280 10.0.0.23 - - [2025-12-04 03:28:48] "GET /projects?obj_uuids=34b2e0df-14ea-48c0-8759-fa683a63b5ed&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001223 10.0.0.27 - - [2025-12-04 03:28:48] "GET /project/34b2e0df-14ea-48c0-8759-fa683a63b5ed?fields=virtual_networks HTTP/1.1" 200 1023 0.041736 10.0.0.23 - - [2025-12-04 03:28:48] "GET /projects?obj_uuids=34b2e0df-14ea-48c0-8759-fa683a63b5ed&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001471 10.0.0.27 - - [2025-12-04 03:28:48] "GET /project/34b2e0df-14ea-48c0-8759-fa683a63b5ed?fields=virtual_machine_interfaces HTTP/1.1" 200 1023 0.037575 10.0.0.23 - - [2025-12-04 03:28:48] "GET /projects?obj_uuids=34b2e0df-14ea-48c0-8759-fa683a63b5ed&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001007 10.0.0.27 - - [2025-12-04 03:28:48] "GET /project/34b2e0df-14ea-48c0-8759-fa683a63b5ed?fields=security_groups HTTP/1.1" 200 1245 0.042339 10.0.0.27 - - [2025-12-04 03:28:49] "POST /fqname-to-id HTTP/1.1" 404 190 0.030436 10.0.0.23 - - [2025-12-04 03:28:49] "GET /projects?obj_uuids=b6cc8bb8-aa23-4b5b-aaa0-583ccb62be56&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004591 10.0.0.23 - - [2025-12-04 03:28:50] "GET /domains?obj_uuids=77f3106b-db9e-49b5-893e-09cac574b890&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001027 10.0.0.23 - - [2025-12-04 03:28:50] "GET /domain/77f3106b-db9e-49b5-893e-09cac574b890?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.007774 10.0.0.23 - - [2025-12-04 03:28:50] "POST /id-to-fqname HTTP/1.1" 200 192 0.004712 10.0.0.23 - - [2025-12-04 03:28:50] "POST /fqname-to-id HTTP/1.1" 404 201 0.004175 10.0.0.23 - - [2025-12-04 03:28:50] "POST /security-groups HTTP/1.1" 200 593 0.033533 10.0.0.33 - - [2025-12-04 03:28:50] "POST /fqname-to-id HTTP/1.1" 404 236 0.004817 10.0.0.23 - - [2025-12-04 03:28:50] "POST /projects HTTP/1.1" 200 589 0.267888 10.0.0.23 - - [2025-12-04 03:28:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.349736 10.0.0.33 - - [2025-12-04 03:28:50] "POST /access-control-lists HTTP/1.1" 200 596 0.035959 10.0.0.27 - - [2025-12-04 03:28:50] "GET /project/b6cc8bb8-aa23-4b5b-aaa0-583ccb62be56?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1372 0.514263 10.0.0.27 - - [2025-12-04 03:28:51] "GET / HTTP/1.1" 200 35931 0.002240 10.0.0.27 - - [2025-12-04 03:28:53] "POST /fqname-to-id HTTP/1.1" 401 292 0.000736 10.0.0.27 - - [2025-12-04 03:28:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.077739 10.0.0.23 - - [2025-12-04 03:28:53] "GET /projects?obj_uuids=b6cc8bb8-aa23-4b5b-aaa0-583ccb62be56&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001127 10.0.0.27 - - [2025-12-04 03:28:53] "GET /project/b6cc8bb8-aa23-4b5b-aaa0-583ccb62be56?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1372 0.047166 10.0.0.27 - - [2025-12-04 03:28:53] "POST /neutron/network HTTP/1.1" 200 117 0.053138 10.0.0.27 - - [2025-12-04 03:28:54] "POST /neutron/network HTTP/1.1" 200 831 0.009972 10.0.0.27 - - [2025-12-04 03:28:54] "POST /id-to-fqname HTTP/1.1" 200 224 0.001162 10.0.0.27 - - [2025-12-04 03:28:54] "GET /virtual-network/279338dc-ce69-4b84-b686-81188b710d2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.008571 10.0.0.27 - - [2025-12-04 03:28:54] "GET /virtual-network/279338dc-ce69-4b84-b686-81188b710d2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.005976 10.0.0.27 - - [2025-12-04 03:28:54] "POST /neutron/subnet HTTP/1.1" 200 729 0.010475 10.0.0.27 - - [2025-12-04 03:28:55] "GET /virtual-network/279338dc-ce69-4b84-b686-81188b710d2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.005782 10.0.0.23 - - [2025-12-04 03:28:56] "GET /obj-perms HTTP/1.1" 200 5034 0.067067 10.0.0.27 - - [2025-12-04 03:28:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004313 10.0.0.23 - - [2025-12-04 03:28:56] "GET /projects?obj_uuids=b6cc8bb8-aa23-4b5b-aaa0-583ccb62be56&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001276 10.0.0.27 - - [2025-12-04 03:28:56] "GET /project/b6cc8bb8-aa23-4b5b-aaa0-583ccb62be56?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1372 0.048962 10.0.0.33 - - [2025-12-04 03:28:57] "POST /route-targets HTTP/1.1" 200 327 0.016190 10.0.0.23 - - [2025-12-04 03:28:57] "POST /useragent-kv HTTP/1.1" 200 115 0.009735 10.0.0.27 - - [2025-12-04 03:28:57] "POST /neutron/subnet HTTP/1.1" 200 725 0.255185 10.0.0.27 - - [2025-12-04 03:28:57] "POST /id-to-fqname HTTP/1.1" 200 225 0.001710 10.0.0.27 - - [2025-12-04 03:28:57] "GET /virtual-network/d189e90b-1673-40f3-bd90-47a9c5f55572?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.008463 10.0.0.27 - - [2025-12-04 03:28:57] "GET /virtual-network/d189e90b-1673-40f3-bd90-47a9c5f55572?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.007613 10.0.0.27 - - [2025-12-04 03:28:57] "POST /neutron/network HTTP/1.1" 200 832 0.007702 10.0.0.27 - - [2025-12-04 03:28:57] "GET /virtual-network/d189e90b-1673-40f3-bd90-47a9c5f55572?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005693 10.0.0.27 - - [2025-12-04 03:28:57] "GET /obj-perms HTTP/1.1" 200 5034 0.055042 10.0.0.33 - - [2025-12-04 03:28:58] "GET /obj-perms HTTP/1.1" 200 5034 0.052968 10.0.0.27 - - [2025-12-04 03:28:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003705 10.0.0.23 - - [2025-12-04 03:28:58] "GET /projects?obj_uuids=b6cc8bb8-aa23-4b5b-aaa0-583ccb62be56&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001101 10.0.0.27 - - [2025-12-04 03:28:58] "GET /project/b6cc8bb8-aa23-4b5b-aaa0-583ccb62be56?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1372 0.048425 10.0.0.23 - - [2025-12-04 03:28:58] "GET /projects?obj_uuids=b6cc8bb8-aa23-4b5b-aaa0-583ccb62be56&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001164 10.0.0.27 - - [2025-12-04 03:28:58] "POST /neutron/network HTTP/1.1" 200 617 0.141427 10.0.0.33 - - [2025-12-04 03:28:58] "POST /ref-update HTTP/1.1" 200 156 0.023396 10.0.0.27 - - [2025-12-04 03:28:58] "POST /id-to-fqname HTTP/1.1" 200 227 0.003628 10.0.0.27 - - [2025-12-04 03:28:58] "GET /virtual-network/71f89bb8-7da5-48cf-a985-e0b06e9a3244?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2062 0.007465 10.0.0.27 - - [2025-12-04 03:28:58] "POST /neutron/network HTTP/1.1" 200 837 0.007716 10.0.0.27 - - [2025-12-04 03:28:58] "GET /virtual-network/71f89bb8-7da5-48cf-a985-e0b06e9a3244?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2062 0.007020 10.0.0.27 - - [2025-12-04 03:28:59] "GET /virtual-network/71f89bb8-7da5-48cf-a985-e0b06e9a3244?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2062 0.006680 10.0.0.27 - - [2025-12-04 03:28:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003489 10.0.0.23 - - [2025-12-04 03:28:59] "GET /projects?obj_uuids=b6cc8bb8-aa23-4b5b-aaa0-583ccb62be56&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001143 10.0.0.27 - - [2025-12-04 03:28:59] "GET /project/b6cc8bb8-aa23-4b5b-aaa0-583ccb62be56?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1372 0.045348 10.0.0.27 - - [2025-12-04 03:28:59] "POST /neutron/network HTTP/1.1" 200 117 0.015720 10.0.0.27 - - [2025-12-04 03:29:00] "POST /neutron/network HTTP/1.1" 200 849 0.018864 10.0.0.27 - - [2025-12-04 03:29:00] "POST /id-to-fqname HTTP/1.1" 200 233 0.001297 10.0.0.27 - - [2025-12-04 03:29:00] "GET /virtual-network/e25eb029-2292-4d84-ac41-de5dd9d01139?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2081 0.008834 10.0.0.27 - - [2025-12-04 03:29:00] "GET /virtual-network/e25eb029-2292-4d84-ac41-de5dd9d01139?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2081 0.005476 10.0.0.27 - - [2025-12-04 03:29:00] "POST /neutron/subnet HTTP/1.1" 200 729 0.009244 10.0.0.27 - - [2025-12-04 03:29:00] "GET /virtual-network/e25eb029-2292-4d84-ac41-de5dd9d01139?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2081 0.006534 10.0.0.23 - - [2025-12-04 03:29:00] "GET /obj-perms HTTP/1.1" 200 5034 0.004272 10.0.0.27 - - [2025-12-04 03:29:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003912 10.0.0.23 - - [2025-12-04 03:29:00] "GET /projects?obj_uuids=b6cc8bb8-aa23-4b5b-aaa0-583ccb62be56&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001185 10.0.0.27 - - [2025-12-04 03:29:00] "GET /project/b6cc8bb8-aa23-4b5b-aaa0-583ccb62be56?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1372 0.054936 10.0.0.33 - - [2025-12-04 03:29:01] "POST /route-targets HTTP/1.1" 200 327 0.014170 10.0.0.23 - - [2025-12-04 03:29:01] "POST /useragent-kv HTTP/1.1" 200 115 0.020546 10.0.0.27 - - [2025-12-04 03:29:01] "POST /neutron/subnet HTTP/1.1" 200 729 0.212456 10.0.0.27 - - [2025-12-04 03:29:01] "POST /id-to-fqname HTTP/1.1" 200 234 0.001255 10.0.0.27 - - [2025-12-04 03:29:01] "GET /virtual-network/1f4b2842-becb-46a1-9b09-92b64d7291e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2083 0.007379 10.0.0.27 - - [2025-12-04 03:29:01] "GET /virtual-network/1f4b2842-becb-46a1-9b09-92b64d7291e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2083 0.005461 10.0.0.27 - - [2025-12-04 03:29:01] "POST /neutron/network HTTP/1.1" 200 851 0.008006 10.0.0.27 - - [2025-12-04 03:29:01] "GET /virtual-network/1f4b2842-becb-46a1-9b09-92b64d7291e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2083 0.006129 10.0.0.27 - - [2025-12-04 03:29:01] "GET /obj-perms HTTP/1.1" 200 5034 0.004161 10.0.0.33 - - [2025-12-04 03:29:01] "GET /obj-perms HTTP/1.1" 200 5034 0.004397 10.0.0.27 - - [2025-12-04 03:29:02] "POST /id-to-fqname HTTP/1.1" 200 224 0.001417 10.0.0.23 - - [2025-12-04 03:29:02] "GET /projects?obj_uuids=b6cc8bb8-aa23-4b5b-aaa0-583ccb62be56&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001226 10.0.0.27 - - [2025-12-04 03:29:02] "GET /project/b6cc8bb8-aa23-4b5b-aaa0-583ccb62be56?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1372 0.076774 10.0.0.27 - - [2025-12-04 03:29:02] "POST /neutron/network HTTP/1.1" 200 831 0.006658 10.0.0.27 - - [2025-12-04 03:29:03] "POST /id-to-fqname HTTP/1.1" 200 225 0.001352 10.0.0.27 - - [2025-12-04 03:29:03] "POST /neutron/port HTTP/1.1" 200 117 0.007485 10.0.0.23 - - [2025-12-04 03:29:03] "GET /projects?obj_uuids=b6cc8bb8-aa23-4b5b-aaa0-583ccb62be56&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001201 10.0.0.27 - - [2025-12-04 03:29:04] "POST /neutron/port HTTP/1.1" 200 1063 0.328608 10.0.0.27 - - [2025-12-04 03:29:04] "POST /neutron/port HTTP/1.1" 200 1117 0.139229 10.0.0.23 - - [2025-12-04 03:29:04] "GET /projects?obj_uuids=b6cc8bb8-aa23-4b5b-aaa0-583ccb62be56&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001172 10.0.0.27 - - [2025-12-04 03:29:04] "GET /project/b6cc8bb8-aa23-4b5b-aaa0-583ccb62be56?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1372 0.103983 10.0.0.27 - - [2025-12-04 03:29:04] "POST /neutron/network HTTP/1.1" 200 832 0.006783 10.0.0.27 - - [2025-12-04 03:29:04] "POST /neutron/network HTTP/1.1" 200 831 0.006943 10.0.0.27 - - [2025-12-04 03:29:04] "POST /neutron/port HTTP/1.1" 200 117 0.006917 10.0.0.27 - - [2025-12-04 03:29:04] "POST /fqname-to-id HTTP/1.1" 404 193 0.002967 10.0.0.27 - - [2025-12-04 03:29:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004719 10.0.0.23 - - [2025-12-04 03:29:04] "GET /domains?obj_uuids=77f3106b-db9e-49b5-893e-09cac574b890&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001409 10.0.0.27 - - [2025-12-04 03:29:04] "GET /domain/77f3106b-db9e-49b5-893e-09cac574b890?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 892 0.009190 10.0.0.27 - - [2025-12-04 03:29:04] "POST /service-templates HTTP/1.1" 200 543 0.031139 10.0.0.27 - - [2025-12-04 03:29:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003980 10.0.0.27 - - [2025-12-04 03:29:04] "GET /service-template/153cfee0-9411-4b64-b57b-c874966ceac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1643 0.006079 10.0.0.27 - - [2025-12-04 03:29:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003420 10.0.0.27 - - [2025-12-04 03:29:04] "GET /service-template/153cfee0-9411-4b64-b57b-c874966ceac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1643 0.004562 10.0.0.27 - - [2025-12-04 03:29:04] "POST /id-to-fqname HTTP/1.1" 200 233 0.001288 10.0.0.27 - - [2025-12-04 03:29:05] "POST /neutron/port HTTP/1.1" 200 1091 0.026312 10.0.0.27 - - [2025-12-04 03:29:05] "POST /neutron/network HTTP/1.1" 200 859 0.013677 10.0.0.27 - - [2025-12-04 03:29:05] "POST /neutron/port HTTP/1.1" 200 1090 0.018805 10.0.0.27 - - [2025-12-04 03:29:05] "POST /neutron/port HTTP/1.1" 200 117 0.001304 10.0.0.23 - - [2025-12-04 03:29:06] "GET /projects?obj_uuids=b6cc8bb8-aa23-4b5b-aaa0-583ccb62be56&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001766 10.0.0.27 - - [2025-12-04 03:29:06] "GET /project/b6cc8bb8-aa23-4b5b-aaa0-583ccb62be56?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1372 0.077309 10.0.0.27 - - [2025-12-04 03:29:06] "POST /neutron/port HTTP/1.1" 200 2065 0.020697 10.0.0.27 - - [2025-12-04 03:29:06] "GET /virtual-machine/4d9ed3cc-935e-4f03-b45d-f7455742de46 HTTP/1.1" 401 292 0.000384 10.0.0.27 - - [2025-12-04 03:29:06] "GET /virtual-machine/4d9ed3cc-935e-4f03-b45d-f7455742de46 HTTP/1.1" 404 171 0.038029 10.0.0.27 - - [2025-12-04 03:29:06] "POST /neutron/network HTTP/1.1" 200 859 0.010022 10.0.0.27 - - [2025-12-04 03:29:07] "POST /neutron/port HTTP/1.1" 200 1063 0.018002 10.0.0.27 - - [2025-12-04 03:29:07] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003699 10.0.0.27 - - [2025-12-04 03:29:07] "POST /neutron/network HTTP/1.1" 200 849 0.008530 10.0.0.27 - - [2025-12-04 03:29:08] "GET /virtual-machine/4d9ed3cc-935e-4f03-b45d-f7455742de46 HTTP/1.1" 200 1294 0.012355 10.0.0.27 - - [2025-12-04 03:29:08] "GET /virtual-machine-interface/b467d2c9-51c6-40b9-8eb8-8d5d37c06fb7 HTTP/1.1" 200 2985 0.008195 10.0.0.27 - - [2025-12-04 03:29:08] "GET /virtual-machine-interface/b467d2c9-51c6-40b9-8eb8-8d5d37c06fb7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2764 0.005815 10.0.0.27 - - [2025-12-04 03:29:08] "PUT /virtual-machine-interface/b467d2c9-51c6-40b9-8eb8-8d5d37c06fb7 HTTP/1.1" 200 284 0.024609 10.0.0.27 - - [2025-12-04 03:29:14] "POST /neutron/port HTTP/1.1" 200 1091 0.018251 10.0.0.27 - - [2025-12-04 03:29:14] "POST /neutron/security_group HTTP/1.1" 200 2060 0.007906 10.0.0.27 - - [2025-12-04 03:29:14] "GET /virtual-machine/4d9ed3cc-935e-4f03-b45d-f7455742de46 HTTP/1.1" 200 1294 0.004493 10.0.0.27 - - [2025-12-04 03:29:14] "GET /virtual-machine-interface/b467d2c9-51c6-40b9-8eb8-8d5d37c06fb7 HTTP/1.1" 200 3035 0.005436 10.0.0.27 - - [2025-12-04 03:29:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003520 10.0.0.27 - - [2025-12-04 03:29:14] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003608 10.0.0.27 - - [2025-12-04 03:29:14] "GET /virtual-networks?parent_id=b6cc8bb8-aa23-4b5b-aaa0-583ccb62be56&detail=False&count=False&shared=False HTTP/1.1" 200 1275 0.003088 10.0.0.27 - - [2025-12-04 03:29:14] "GET /virtual-network/e25eb029-2292-4d84-ac41-de5dd9d01139?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2081 0.006248 10.0.0.27 - - [2025-12-04 03:29:16] "POST /neutron/port HTTP/1.1" 200 1091 0.015067 10.0.0.27 - - [2025-12-04 03:29:16] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004594 10.0.0.27 - - [2025-12-04 03:29:16] "POST /neutron/network HTTP/1.1" 200 831 0.007777 10.0.0.27 - - [2025-12-04 03:29:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003717 10.0.0.27 - - [2025-12-04 03:29:17] "GET /virtual-network/e25eb029-2292-4d84-ac41-de5dd9d01139?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2081 0.005905 10.0.0.27 - - [2025-12-04 03:29:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003670 10.0.0.27 - - [2025-12-04 03:29:21] "GET /virtual-network/e25eb029-2292-4d84-ac41-de5dd9d01139?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2081 0.006770 10.0.0.27 - - [2025-12-04 03:29:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003566 10.0.0.27 - - [2025-12-04 03:29:25] "GET /virtual-network/e25eb029-2292-4d84-ac41-de5dd9d01139?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2081 0.006112 10.0.0.27 - - [2025-12-04 03:29:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.004339 10.0.0.27 - - [2025-12-04 03:29:29] "GET /virtual-network/e25eb029-2292-4d84-ac41-de5dd9d01139?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2081 0.005979 10.0.0.27 - - [2025-12-04 03:29:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.004172 10.0.0.27 - - [2025-12-04 03:29:33] "GET /virtual-network/e25eb029-2292-4d84-ac41-de5dd9d01139?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2081 0.006738 10.0.0.27 - - [2025-12-04 03:29:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003308 10.0.0.27 - - [2025-12-04 03:29:38] "GET /virtual-network/e25eb029-2292-4d84-ac41-de5dd9d01139?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2081 0.006876 10.0.0.27 - - [2025-12-04 03:29:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004349 10.0.0.27 - - [2025-12-04 03:29:42] "GET /virtual-network/e25eb029-2292-4d84-ac41-de5dd9d01139?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2081 0.005739 10.0.0.23 - - [2025-12-04 03:29:45] "DELETE /project/b6cc8bb8aa234b5baaa0583ccb62be56 HTTP/1.1" 404 173 0.006950 10.0.0.23 - - [2025-12-04 03:29:45] "GET /projects?obj_uuids=34b2e0df-14ea-48c0-8759-fa683a63b5ed&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001062 10.0.0.23 - - [2025-12-04 03:29:45] "GET /project/34b2e0df-14ea-48c0-8759-fa683a63b5ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1451 0.041515 10.0.0.23 - - [2025-12-04 03:29:45] "GET /projects?obj_uuids=34b2e0df-14ea-48c0-8759-fa683a63b5ed&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001587 10.0.0.23 - - [2025-12-04 03:29:46] "GET /project/34b2e0df-14ea-48c0-8759-fa683a63b5ed?fields=security_groups HTTP/1.1" 200 1350 0.057371 10.0.0.23 - - [2025-12-04 03:29:46] "DELETE /security-group/3edb637a-701b-43e0-b802-eb77e4ed5e17 HTTP/1.1" 200 115 0.062620 10.0.0.23 - - [2025-12-04 03:29:46] "GET /projects?obj_uuids=34b2e0df-14ea-48c0-8759-fa683a63b5ed&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001470 10.0.0.27 - - [2025-12-04 03:29:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004443 10.0.0.27 - - [2025-12-04 03:29:46] "GET /virtual-network/e25eb029-2292-4d84-ac41-de5dd9d01139?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2081 0.009164 10.0.0.23 - - [2025-12-04 03:29:46] "GET /project/34b2e0df-14ea-48c0-8759-fa683a63b5ed?fields=application_policy_sets HTTP/1.1" 200 1389 0.096791 10.0.0.33 - - [2025-12-04 03:29:46] "DELETE /access-control-list/f05b23a7-aca0-485b-bb98-b16eefeac355 HTTP/1.1" 200 115 0.075646 10.0.0.23 - - [2025-12-04 03:29:46] "DELETE /project/34b2e0df-14ea-48c0-8759-fa683a63b5ed HTTP/1.1" 200 115 0.485972 10.0.0.27 - - [2025-12-04 03:29:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004000 10.0.0.27 - - [2025-12-04 03:29:50] "GET /virtual-network/e25eb029-2292-4d84-ac41-de5dd9d01139?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2081 0.008004 10.0.0.27 - - [2025-12-04 03:29:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003314 10.0.0.27 - - [2025-12-04 03:29:54] "GET /virtual-network/e25eb029-2292-4d84-ac41-de5dd9d01139?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2081 0.006947 10.0.0.27 - - [2025-12-04 03:29:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003494 10.0.0.27 - - [2025-12-04 03:29:58] "GET /virtual-network/e25eb029-2292-4d84-ac41-de5dd9d01139?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2081 0.005624 10.0.0.27 - - [2025-12-04 03:30:00] "POST /neutron/network HTTP/1.1" 200 842 0.008527 10.0.0.27 - - [2025-12-04 03:30:00] "POST /neutron/port HTTP/1.1" 200 117 0.001560 10.0.0.27 - - [2025-12-04 03:30:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003977 10.0.0.27 - - [2025-12-04 03:30:00] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004794 10.0.0.27 - - [2025-12-04 03:30:00] "GET /virtual-networks?parent_id=b6cc8bb8-aa23-4b5b-aaa0-583ccb62be56&detail=False&count=False&shared=False HTTP/1.1" 200 1275 0.003921 10.0.0.27 - - [2025-12-04 03:30:00] "GET /virtual-network/e25eb029-2292-4d84-ac41-de5dd9d01139?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2081 0.006516 10.0.0.27 - - [2025-12-04 03:30:00] "POST /neutron/security_group HTTP/1.1" 200 2060 0.008611 10.0.0.27 - - [2025-12-04 03:30:05] "POST /neutron/port HTTP/1.1" 200 1091 0.018190 10.0.0.27 - - [2025-12-04 03:30:11] "POST /neutron/port HTTP/1.1" 200 1091 0.056957 10.0.0.27 - - [2025-12-04 03:30:12] "POST /neutron/port HTTP/1.1" 200 1091 0.016868 10.0.0.27 - - [2025-12-04 03:30:16] "POST /neutron/security_group HTTP/1.1" 200 2060 0.008301 10.0.0.27 - - [2025-12-04 03:30:16] "POST /neutron/network HTTP/1.1" 200 859 0.008108 10.0.0.27 - - [2025-12-04 03:30:16] "POST /neutron/port HTTP/1.1" 200 117 0.001094 10.0.0.27 - - [2025-12-04 03:30:21] "POST /neutron/security_group HTTP/1.1" 200 2060 0.009177 10.0.0.27 - - [2025-12-04 03:30:26] "POST /fqname-to-id HTTP/1.1" 404 211 0.003456 10.0.0.27 - - [2025-12-04 03:30:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003624 10.0.0.23 - - [2025-12-04 03:30:26] "GET /projects?obj_uuids=b6cc8bb8-aa23-4b5b-aaa0-583ccb62be56&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001135 10.0.0.27 - - [2025-12-04 03:30:26] "GET /project/b6cc8bb8-aa23-4b5b-aaa0-583ccb62be56?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1372 0.069356 10.0.0.23 - - [2025-12-04 03:30:26] "GET /obj-perms HTTP/1.1" 200 5056 0.106733 10.0.0.27 - - [2025-12-04 03:30:26] "POST /service-instances HTTP/1.1" 200 547 0.037212 10.0.0.27 - - [2025-12-04 03:30:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003668 10.0.0.27 - - [2025-12-04 03:30:27] "GET /service-instance/573270f9-d886-4e0e-9740-43f9d1c67437?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.007693 10.0.0.27 - - [2025-12-04 03:30:27] "POST /port-tuples HTTP/1.1" 200 590 0.048246 10.0.0.27 - - [2025-12-04 03:30:27] "GET /virtual-machine-interface/b467d2c9-51c6-40b9-8eb8-8d5d37c06fb7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2814 0.006177 10.0.0.27 - - [2025-12-04 03:30:27] "PUT /virtual-machine-interface/b467d2c9-51c6-40b9-8eb8-8d5d37c06fb7 HTTP/1.1" 200 284 0.016908 10.0.0.27 - - [2025-12-04 03:30:27] "POST /ref-update HTTP/1.1" 200 156 0.016147 10.0.0.33 - - [2025-12-04 03:30:27] "POST /ref-update HTTP/1.1" 200 156 0.025921 10.0.0.27 - - [2025-12-04 03:30:27] "POST /neutron/port HTTP/1.1" 200 1091 0.032898 10.0.0.33 - - [2025-12-04 03:30:27] "POST /ref-update HTTP/1.1" 200 156 0.032588 10.0.0.27 - - [2025-12-04 03:30:27] "POST /neutron/security_group HTTP/1.1" 200 2060 0.007431 10.0.0.27 - - [2025-12-04 03:30:27] "GET /virtual-machine/104607b4-017e-49fe-8b70-ee78ffe33b3e HTTP/1.1" 200 1294 0.006011 10.0.0.27 - - [2025-12-04 03:30:27] "GET /virtual-machine-interface/173ef74d-29b2-4c89-bc22-488df3ab9ca8 HTTP/1.1" 200 2957 0.005740 10.0.0.27 - - [2025-12-04 03:30:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003481 10.0.0.27 - - [2025-12-04 03:30:27] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004248 10.0.0.27 - - [2025-12-04 03:30:27] "GET /virtual-networks?parent_id=b6cc8bb8-aa23-4b5b-aaa0-583ccb62be56&detail=False&count=False&shared=False HTTP/1.1" 200 1275 0.004719 10.0.0.27 - - [2025-12-04 03:30:27] "GET /virtual-network/279338dc-ce69-4b84-b686-81188b710d2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.006559 10.0.0.27 - - [2025-12-04 03:30:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004411 10.0.0.27 - - [2025-12-04 03:30:28] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004174 10.0.0.27 - - [2025-12-04 03:30:28] "GET /virtual-networks?parent_id=b6cc8bb8-aa23-4b5b-aaa0-583ccb62be56&detail=False&count=False&shared=False HTTP/1.1" 200 1275 0.003691 10.0.0.27 - - [2025-12-04 03:30:28] "GET /virtual-network/279338dc-ce69-4b84-b686-81188b710d2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.006070 10.0.0.27 - - [2025-12-04 03:30:29] "POST /neutron/port HTTP/1.1" 200 1090 0.017187 10.0.0.27 - - [2025-12-04 03:30:29] "POST /neutron/security_group HTTP/1.1" 200 2060 0.007804 10.0.0.27 - - [2025-12-04 03:30:29] "GET /virtual-machine/a2f66d71-d91d-4466-9687-94a25073bb65 HTTP/1.1" 200 1295 0.006839 10.0.0.27 - - [2025-12-04 03:30:29] "GET /virtual-machine-interface/d3232f0d-fa94-462c-9dd2-0fb57d5fc47a HTTP/1.1" 200 2961 0.005780 10.0.0.27 - - [2025-12-04 03:30:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003929 10.0.0.27 - - [2025-12-04 03:30:29] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004600 10.0.0.27 - - [2025-12-04 03:30:29] "GET /virtual-networks?parent_id=b6cc8bb8-aa23-4b5b-aaa0-583ccb62be56&detail=False&count=False&shared=False HTTP/1.1" 200 1275 0.004895 10.0.0.27 - - [2025-12-04 03:30:29] "GET /virtual-network/d189e90b-1673-40f3-bd90-47a9c5f55572?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.007073 10.0.0.27 - - [2025-12-04 03:30:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003647 10.0.0.27 - - [2025-12-04 03:30:30] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004359 10.0.0.27 - - [2025-12-04 03:30:30] "GET /virtual-networks?parent_id=b6cc8bb8-aa23-4b5b-aaa0-583ccb62be56&detail=False&count=False&shared=False HTTP/1.1" 200 1275 0.003478 10.0.0.27 - - [2025-12-04 03:30:30] "GET /virtual-network/d189e90b-1673-40f3-bd90-47a9c5f55572?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.007639 10.0.0.27 - - [2025-12-04 03:30:30] "POST /fqname-to-id HTTP/1.1" 404 215 0.003122 10.0.0.27 - - [2025-12-04 03:30:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003566 10.0.0.23 - - [2025-12-04 03:30:30] "GET /projects?obj_uuids=b6cc8bb8-aa23-4b5b-aaa0-583ccb62be56&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001046 10.0.0.27 - - [2025-12-04 03:30:30] "GET /project/b6cc8bb8-aa23-4b5b-aaa0-583ccb62be56?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1372 0.046146 10.0.0.27 - - [2025-12-04 03:30:31] "POST /network-policys HTTP/1.1" 200 551 0.031958 10.0.0.27 - - [2025-12-04 03:30:31] "GET /network-policy/2abd0ca7-a5e7-46cf-b260-f1167a139a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2473 0.006229 10.0.0.27 - - [2025-12-04 03:30:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003636 10.0.0.27 - - [2025-12-04 03:30:31] "GET /virtual-network/279338dc-ce69-4b84-b686-81188b710d2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.006030 10.0.0.27 - - [2025-12-04 03:30:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003492 10.0.0.27 - - [2025-12-04 03:30:31] "GET /network-policy/2abd0ca7-a5e7-46cf-b260-f1167a139a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2473 0.005070 10.0.0.27 - - [2025-12-04 03:30:31] "POST /ref-update HTTP/1.1" 200 156 0.059119 10.0.0.27 - - [2025-12-04 03:30:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003669 10.0.0.27 - - [2025-12-04 03:30:31] "GET /network-policy/2abd0ca7-a5e7-46cf-b260-f1167a139a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2473 0.010026 10.0.0.33 - - [2025-12-04 03:30:31] "POST /ref-update HTTP/1.1" 200 156 0.076157 10.0.0.27 - - [2025-12-04 03:30:31] "GET /virtual-network/279338dc-ce69-4b84-b686-81188b710d2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2366 0.031270 10.0.0.27 - - [2025-12-04 03:30:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.004193 10.0.0.27 - - [2025-12-04 03:30:31] "GET /network-policy/2abd0ca7-a5e7-46cf-b260-f1167a139a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2473 0.004645 10.0.0.27 - - [2025-12-04 03:30:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.004011 10.0.0.27 - - [2025-12-04 03:30:31] "GET /virtual-network/d189e90b-1673-40f3-bd90-47a9c5f55572?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.007853 10.0.0.27 - - [2025-12-04 03:30:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003289 10.0.0.27 - - [2025-12-04 03:30:31] "GET /network-policy/2abd0ca7-a5e7-46cf-b260-f1167a139a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2473 0.004357 10.0.0.27 - - [2025-12-04 03:30:31] "POST /ref-update HTTP/1.1" 200 156 0.078622 10.0.0.27 - - [2025-12-04 03:30:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.006570 10.0.0.27 - - [2025-12-04 03:30:31] "GET /network-policy/2abd0ca7-a5e7-46cf-b260-f1167a139a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2473 0.008066 10.0.0.33 - - [2025-12-04 03:30:31] "POST /ref-update HTTP/1.1" 200 156 0.060459 10.0.0.27 - - [2025-12-04 03:30:31] "GET /virtual-network/d189e90b-1673-40f3-bd90-47a9c5f55572?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2367 0.023235 10.0.0.27 - - [2025-12-04 03:30:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.013348 10.0.0.27 - - [2025-12-04 03:30:31] "GET /network-policy/2abd0ca7-a5e7-46cf-b260-f1167a139a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2473 0.023513 10.0.0.27 - - [2025-12-04 03:30:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.006096 10.0.0.27 - - [2025-12-04 03:30:32] "GET /service-template/153cfee0-9411-4b64-b57b-c874966ceac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1643 0.006086 10.0.0.27 - - [2025-12-04 03:30:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003490 10.0.0.23 - - [2025-12-04 03:30:32] "GET /projects?obj_uuids=b6cc8bb8-aa23-4b5b-aaa0-583ccb62be56&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001190 10.0.0.27 - - [2025-12-04 03:30:32] "GET /project/b6cc8bb8-aa23-4b5b-aaa0-583ccb62be56?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1372 0.071992 10.0.0.27 - - [2025-12-04 03:30:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003490 10.0.0.27 - - [2025-12-04 03:30:32] "GET /service-instance/573270f9-d886-4e0e-9740-43f9d1c67437?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2543 0.007124 10.0.0.27 - - [2025-12-04 03:30:32] "POST /neutron/port HTTP/1.1" 200 1385 0.032431 10.0.0.27 - - [2025-12-04 03:30:32] "POST /neutron/security_group HTTP/1.1" 200 2060 0.008709 10.0.0.27 - - [2025-12-04 03:30:32] "POST /neutron/port HTTP/1.1" 200 1385 0.021147 10.0.0.27 - - [2025-12-04 03:30:33] "POST /neutron/network HTTP/1.1" 200 849 0.006518 10.0.0.27 - - [2025-12-04 03:30:33] "POST /id-to-fqname HTTP/1.1" 200 233 0.001280 10.0.0.27 - - [2025-12-04 03:30:33] "GET /virtual-machine/4d9ed3cc-935e-4f03-b45d-f7455742de46 HTTP/1.1" 200 1294 0.003997 10.0.0.27 - - [2025-12-04 03:30:33] "GET /virtual-machine-interface/b467d2c9-51c6-40b9-8eb8-8d5d37c06fb7 HTTP/1.1" 200 3891 0.006251 10.0.0.27 - - [2025-12-04 03:30:33] "GET /instance-ip/07612171-8cbe-41fc-93db-dfdcf3405f02 HTTP/1.1" 200 1963 0.005046 10.0.0.27 - - [2025-12-04 03:30:33] "GET /instance-ip/5e534cb3-c239-4408-b3da-0eed5a3a1db2 HTTP/1.1" 200 1636 0.006802 10.0.0.27 - - [2025-12-04 03:30:33] "GET /instance-ip/b521ce4a-4a2b-4ab0-aef8-b3f691f8f1cb HTTP/1.1" 200 1963 0.004345 10.0.0.27 - - [2025-12-04 03:30:33] "POST /neutron/port HTTP/1.1" 200 1385 0.023235 10.0.0.27 - - [2025-12-04 03:30:33] "GET /virtual-machine/4d9ed3cc-935e-4f03-b45d-f7455742de46 HTTP/1.1" 200 1294 0.004748 10.0.0.27 - - [2025-12-04 03:30:33] "GET /virtual-machine-interface/b467d2c9-51c6-40b9-8eb8-8d5d37c06fb7 HTTP/1.1" 200 3891 0.005869 10.0.0.27 - - [2025-12-04 03:30:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003436 10.0.0.27 - - [2025-12-04 03:30:33] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003845 10.0.0.27 - - [2025-12-04 03:30:33] "GET /virtual-networks?parent_id=b6cc8bb8-aa23-4b5b-aaa0-583ccb62be56&detail=False&count=False&shared=False HTTP/1.1" 200 1275 0.003817 10.0.0.27 - - [2025-12-04 03:30:33] "GET /virtual-network/e25eb029-2292-4d84-ac41-de5dd9d01139?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2081 0.007763 10.0.0.27 - - [2025-12-04 03:30:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004226 10.0.0.27 - - [2025-12-04 03:30:34] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004720 10.0.0.27 - - [2025-12-04 03:30:34] "GET /virtual-networks?parent_id=b6cc8bb8-aa23-4b5b-aaa0-583ccb62be56&detail=False&count=False&shared=False HTTP/1.1" 200 1275 0.003644 10.0.0.27 - - [2025-12-04 03:30:34] "GET /virtual-network/e25eb029-2292-4d84-ac41-de5dd9d01139?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2081 0.006505 10.0.0.27 - - [2025-12-04 03:30:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003806 10.0.0.27 - - [2025-12-04 03:30:34] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005763 10.0.0.27 - - [2025-12-04 03:30:34] "GET /virtual-networks?parent_id=b6cc8bb8-aa23-4b5b-aaa0-583ccb62be56&detail=False&count=False&shared=False HTTP/1.1" 200 1275 0.004101 10.0.0.27 - - [2025-12-04 03:30:34] "GET /virtual-network/e25eb029-2292-4d84-ac41-de5dd9d01139?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2081 0.006634 10.0.0.27 - - [2025-12-04 03:30:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003849 10.0.0.27 - - [2025-12-04 03:30:34] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005329 10.0.0.27 - - [2025-12-04 03:30:34] "GET /virtual-networks?parent_id=b6cc8bb8-aa23-4b5b-aaa0-583ccb62be56&detail=False&count=False&shared=False HTTP/1.1" 200 1275 0.004003 10.0.0.27 - - [2025-12-04 03:30:34] "GET /virtual-network/e25eb029-2292-4d84-ac41-de5dd9d01139?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2081 0.007879 10.0.0.27 - - [2025-12-04 03:30:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004645 10.0.0.27 - - [2025-12-04 03:30:34] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005892 10.0.0.27 - - [2025-12-04 03:30:34] "GET /virtual-networks?parent_id=b6cc8bb8-aa23-4b5b-aaa0-583ccb62be56&detail=False&count=False&shared=False HTTP/1.1" 200 1275 0.003643 10.0.0.27 - - [2025-12-04 03:30:34] "GET /virtual-network/e25eb029-2292-4d84-ac41-de5dd9d01139?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2081 0.006872 10.0.0.27 - - [2025-12-04 03:30:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004334 10.0.0.27 - - [2025-12-04 03:30:35] "GET /routing-instance/6135cefa-7561-4444-8988-68317be22182?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2097 0.005214 10.0.0.27 - - [2025-12-04 03:30:35] "GET /routing-instance/6135cefa-7561-4444-8988-68317be22182?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1588 0.007074 10.0.0.27 - - [2025-12-04 03:30:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003888 10.0.0.27 - - [2025-12-04 03:30:35] "GET /routing-instance/ea9c2503-4264-4830-9d6b-1ed15fc92c75?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2101 0.005195 10.0.0.27 - - [2025-12-04 03:30:35] "GET /routing-instance/ea9c2503-4264-4830-9d6b-1ed15fc92c75?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1593 0.006777 10.0.0.27 - - [2025-12-04 03:31:02] "POST /neutron/port HTTP/1.1" 200 1090 0.019458 10.0.0.27 - - [2025-12-04 03:31:02] "POST /neutron/subnet HTTP/1.1" 200 699 0.013204 10.0.0.27 - - [2025-12-04 03:31:18] "POST /neutron/port HTTP/1.1" 200 1091 0.046740 10.0.0.27 - - [2025-12-04 03:31:18] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003749 10.0.0.27 - - [2025-12-04 03:31:18] "POST /neutron/network HTTP/1.1" 200 923 0.007633 10.0.0.27 - - [2025-12-04 03:31:31] "GET /network-policy/2abd0ca7-a5e7-46cf-b260-f1167a139a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2473 0.004694 10.0.0.27 - - [2025-12-04 03:31:31] "PUT /network-policy/2abd0ca7-a5e7-46cf-b260-f1167a139a37 HTTP/1.1" 200 262 0.015953 10.0.0.27 - - [2025-12-04 03:31:32] "GET /network-policy/2abd0ca7-a5e7-46cf-b260-f1167a139a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3769 0.004696 10.0.0.33 - - [2025-12-04 03:31:32] "PUT /access-control-list/edeb322b-6625-4fa9-8d80-3ff021ad06cd HTTP/1.1" 200 272 0.051066 10.0.0.27 - - [2025-12-04 03:31:55] "POST /neutron/port HTTP/1.1" 200 1385 0.018328 10.0.0.27 - - [2025-12-04 03:32:00] "POST /ref-update HTTP/1.1" 200 156 0.065068 10.0.0.27 - - [2025-12-04 03:32:00] "GET /virtual-network/d189e90b-1673-40f3-bd90-47a9c5f55572?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.009294 10.0.0.27 - - [2025-12-04 03:32:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003907 10.0.0.27 - - [2025-12-04 03:32:00] "GET /network-policy/2abd0ca7-a5e7-46cf-b260-f1167a139a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3769 0.004682 10.0.0.33 - - [2025-12-04 03:32:00] "POST /ref-update HTTP/1.1" 200 156 0.027687 10.0.0.27 - - [2025-12-04 03:32:01] "POST /ref-update HTTP/1.1" 200 156 0.114848 10.0.0.27 - - [2025-12-04 03:32:01] "POST /neutron/network HTTP/1.1" 200 831 0.023222 10.0.0.27 - - [2025-12-04 03:32:01] "GET /virtual-network/279338dc-ce69-4b84-b686-81188b710d2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.012903 10.0.0.27 - - [2025-12-04 03:32:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004182 10.0.0.33 - - [2025-12-04 03:32:01] "DELETE /access-control-list/edeb322b-6625-4fa9-8d80-3ff021ad06cd HTTP/1.1" 200 115 0.076367 10.0.0.27 - - [2025-12-04 03:32:01] "GET /network-policy/2abd0ca7-a5e7-46cf-b260-f1167a139a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3769 0.003732 10.0.0.27 - - [2025-12-04 03:32:01] "DELETE /network-policy/2abd0ca7-a5e7-46cf-b260-f1167a139a37 HTTP/1.1" 200 115 0.071618 10.0.0.27 - - [2025-12-04 03:32:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.017132 10.0.0.33 - - [2025-12-04 03:32:01] "POST /ref-update HTTP/1.1" 200 156 0.039425 10.0.0.27 - - [2025-12-04 03:32:01] "DELETE /service-instance/573270f9-d886-4e0e-9740-43f9d1c67437 HTTP/1.1" 200 115 0.070888 10.0.0.33 - - [2025-12-04 03:32:01] "POST /ref-update HTTP/1.1" 200 156 0.080533 10.0.0.27 - - [2025-12-04 03:32:01] "GET /service-instances?detail=False&count=False&shared=False HTTP/1.1" 200 133 0.008064 10.0.0.27 - - [2025-12-04 03:32:01] "GET /service-instances?detail=False&count=False&shared=False HTTP/1.1" 200 133 0.005378 10.0.0.33 - - [2025-12-04 03:32:01] "DELETE /instance-ip/b521ce4a-4a2b-4ab0-aef8-b3f691f8f1cb HTTP/1.1" 200 115 0.051127 10.0.0.27 - - [2025-12-04 03:32:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003493 10.0.0.27 - - [2025-12-04 03:32:01] "DELETE /service-template/153cfee0-9411-4b64-b57b-c874966ceac9 HTTP/1.1" 200 115 0.029763 10.0.0.27 - - [2025-12-04 03:32:01] "POST /fqname-to-id HTTP/1.1" 404 193 0.004150 10.0.0.27 - - [2025-12-04 03:32:02] "POST /neutron/network HTTP/1.1" 200 842 0.007501 10.0.0.27 - - [2025-12-04 03:32:02] "POST /neutron/subnet HTTP/1.1" 200 699 0.009393 10.0.0.27 - - [2025-12-04 03:32:02] "POST /neutron/network HTTP/1.1" 200 832 0.013547 10.0.0.27 - - [2025-12-04 03:32:02] "POST /neutron/port HTTP/1.1" 200 1090 0.038487 10.0.0.27 - - [2025-12-04 03:32:02] "POST /neutron/port HTTP/1.1" 200 151 0.311065 10.0.0.27 - - [2025-12-04 03:32:02] "POST /neutron/port HTTP/1.1" 200 1117 0.015693 10.0.0.33 - - [2025-12-04 03:32:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.006210 10.0.0.27 - - [2025-12-04 03:32:03] "POST /neutron/network HTTP/1.1" 200 837 0.008090 10.0.0.33 - - [2025-12-04 03:32:03] "DELETE /route-target/02150701-c06e-495a-aaa2-1e9c72c7345a HTTP/1.1" 200 115 0.028330 10.0.0.23 - - [2025-12-04 03:32:03] "POST /useragent-kv HTTP/1.1" 200 115 0.003462 10.0.0.23 - - [2025-12-04 03:32:03] "POST /useragent-kv HTTP/1.1" 200 115 0.002727 10.0.0.27 - - [2025-12-04 03:32:03] "POST /neutron/network HTTP/1.1" 200 151 0.146815 10.0.0.33 - - [2025-12-04 03:32:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003728 10.0.0.23 - - [2025-12-04 03:32:05] "GET /projects?obj_uuids=b6cc8bb8-aa23-4b5b-aaa0-583ccb62be56&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001099 10.0.0.27 - - [2025-12-04 03:32:05] "GET /project/b6cc8bb8-aa23-4b5b-aaa0-583ccb62be56?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1372 0.072055 10.0.0.23 - - [2025-12-04 03:32:05] "GET /projects?obj_uuids=b6cc8bb8-aa23-4b5b-aaa0-583ccb62be56&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001036 10.0.0.27 - - [2025-12-04 03:32:05] "GET /project/b6cc8bb8-aa23-4b5b-aaa0-583ccb62be56?fields=virtual_networks HTTP/1.1" 200 1037 0.049010 10.0.0.23 - - [2025-12-04 03:32:05] "GET /projects?obj_uuids=b6cc8bb8-aa23-4b5b-aaa0-583ccb62be56&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001001 10.0.0.27 - - [2025-12-04 03:32:06] "GET /project/b6cc8bb8-aa23-4b5b-aaa0-583ccb62be56?fields=virtual_machine_interfaces HTTP/1.1" 200 1037 0.055410 10.0.0.23 - - [2025-12-04 03:32:06] "GET /projects?obj_uuids=b6cc8bb8-aa23-4b5b-aaa0-583ccb62be56&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001383 10.0.0.27 - - [2025-12-04 03:32:06] "GET /project/b6cc8bb8-aa23-4b5b-aaa0-583ccb62be56?fields=security_groups HTTP/1.1" 200 1265 0.055378 10.0.0.27 - - [2025-12-04 03:32:07] "POST /fqname-to-id HTTP/1.1" 404 189 0.036322 10.0.0.23 - - [2025-12-04 03:32:07] "GET /projects?obj_uuids=8c98570d-e6a5-4c52-8495-794d36ba8fcb&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002935 10.0.0.23 - - [2025-12-04 03:32:07] "GET /domains?obj_uuids=77f3106b-db9e-49b5-893e-09cac574b890&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001563 10.0.0.23 - - [2025-12-04 03:32:07] "GET /domain/77f3106b-db9e-49b5-893e-09cac574b890?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.052852 10.0.0.23 - - [2025-12-04 03:32:07] "POST /id-to-fqname HTTP/1.1" 200 191 0.006461 10.0.0.23 - - [2025-12-04 03:32:07] "POST /fqname-to-id HTTP/1.1" 404 200 0.007484 10.0.0.23 - - [2025-12-04 03:32:07] "POST /security-groups HTTP/1.1" 200 592 0.038097 10.0.0.23 - - [2025-12-04 03:32:07] "POST /projects HTTP/1.1" 200 587 0.259104 10.0.0.23 - - [2025-12-04 03:32:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.297733 10.0.0.33 - - [2025-12-04 03:32:07] "POST /access-control-lists HTTP/1.1" 200 597 0.043367 10.0.0.27 - - [2025-12-04 03:32:07] "GET /project/8c98570d-e6a5-4c52-8495-794d36ba8fcb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.578644 10.0.0.27 - - [2025-12-04 03:32:08] "GET / HTTP/1.1" 200 35931 0.001395 10.0.0.27 - - [2025-12-04 03:32:11] "GET /project/8c98570d-e6a5-4c52-8495-794d36ba8fcb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000572 10.0.0.23 - - [2025-12-04 03:32:11] "GET /projects?obj_uuids=8c98570d-e6a5-4c52-8495-794d36ba8fcb&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001532 10.0.0.27 - - [2025-12-04 03:32:11] "GET /project/8c98570d-e6a5-4c52-8495-794d36ba8fcb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.083205 10.0.0.27 - - [2025-12-04 03:32:11] "POST /fqname-to-id HTTP/1.1" 404 180 0.003218 10.0.0.27 - - [2025-12-04 03:32:11] "POST /virtual-DNSs HTTP/1.1" 200 507 0.042582 10.0.0.27 - - [2025-12-04 03:32:11] "GET /virtual-DNS/bc70809c-2723-4888-b3c4-73e73a025667?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1439 0.013353 10.0.0.27 - - [2025-12-04 03:32:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003724 10.0.0.27 - - [2025-12-04 03:32:11] "GET /virtual-DNS/bc70809c-2723-4888-b3c4-73e73a025667?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1439 0.004368 10.0.0.27 - - [2025-12-04 03:32:12] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 545 0.007565 10.0.0.27 - - [2025-12-04 03:32:12] "POST /network-ipams HTTP/1.1" 200 514 0.034770 10.0.0.27 - - [2025-12-04 03:32:12] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 751 0.005066 10.0.0.27 - - [2025-12-04 03:32:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003629 10.0.0.27 - - [2025-12-04 03:32:12] "GET /network-ipam/b021804e-eebf-41cc-a92c-39d8370d63bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1401 0.006979 10.0.0.27 - - [2025-12-04 03:32:12] "PUT /network-ipam/b021804e-eebf-41cc-a92c-39d8370d63bc HTTP/1.1" 200 258 0.015135 10.0.0.27 - - [2025-12-04 03:32:12] "POST /ref-update HTTP/1.1" 200 156 0.014777 10.0.0.27 - - [2025-12-04 03:32:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003559 10.0.0.23 - - [2025-12-04 03:32:12] "GET /projects?obj_uuids=8c98570d-e6a5-4c52-8495-794d36ba8fcb&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001344 10.0.0.27 - - [2025-12-04 03:32:12] "GET /project/8c98570d-e6a5-4c52-8495-794d36ba8fcb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.042123 10.0.0.27 - - [2025-12-04 03:32:12] "POST /neutron/network HTTP/1.1" 200 117 0.036012 10.0.0.33 - - [2025-12-04 03:32:13] "POST /route-targets HTTP/1.1" 200 327 0.020537 10.0.0.27 - - [2025-12-04 03:32:13] "POST /neutron/network HTTP/1.1" 200 833 0.010224 10.0.0.27 - - [2025-12-04 03:32:13] "POST /id-to-fqname HTTP/1.1" 200 227 0.001287 10.0.0.27 - - [2025-12-04 03:32:13] "GET /virtual-network/52c2aa13-cd3c-455a-a79d-9d31078c86a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.006379 10.0.0.27 - - [2025-12-04 03:32:13] "GET /virtual-network/52c2aa13-cd3c-455a-a79d-9d31078c86a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005891 10.0.0.27 - - [2025-12-04 03:32:13] "POST /neutron/subnet HTTP/1.1" 200 711 0.015374 10.0.0.27 - - [2025-12-04 03:32:13] "POST /id-to-fqname HTTP/1.1" 200 227 0.001321 10.0.0.27 - - [2025-12-04 03:32:13] "POST /neutron/network HTTP/1.1" 200 843 0.006649 10.0.0.23 - - [2025-12-04 03:32:14] "GET /projects?obj_uuids=8c98570d-e6a5-4c52-8495-794d36ba8fcb&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001173 10.0.0.27 - - [2025-12-04 03:32:14] "GET /project/8c98570d-e6a5-4c52-8495-794d36ba8fcb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.071020 10.0.0.27 - - [2025-12-04 03:32:14] "POST /neutron/port HTTP/1.1" 200 117 0.006498 10.0.0.23 - - [2025-12-04 03:32:15] "GET /projects?obj_uuids=8c98570d-e6a5-4c52-8495-794d36ba8fcb&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001223 10.0.0.27 - - [2025-12-04 03:32:15] "POST /neutron/port HTTP/1.1" 200 1058 0.317917 10.0.0.27 - - [2025-12-04 03:32:15] "POST /neutron/port HTTP/1.1" 200 1112 0.098674 10.0.0.27 - - [2025-12-04 03:32:15] "POST /neutron/subnet HTTP/1.1" 200 685 0.009208 10.0.0.27 - - [2025-12-04 03:32:19] "POST /neutron/port HTTP/1.1" 200 1086 0.016149 10.0.0.27 - - [2025-12-04 03:32:19] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008500 10.0.0.27 - - [2025-12-04 03:32:19] "GET /virtual-machine/1069c5eb-3fb9-40e5-a833-a7404d8bddb0 HTTP/1.1" 401 292 0.000499 10.0.0.27 - - [2025-12-04 03:32:20] "GET /virtual-machine/1069c5eb-3fb9-40e5-a833-a7404d8bddb0 HTTP/1.1" 200 1293 0.031902 10.0.0.27 - - [2025-12-04 03:32:20] "GET /virtual-machine-interface/b5e73319-a6d4-4994-8c6d-d731966b4004 HTTP/1.1" 200 2965 0.006338 10.0.0.27 - - [2025-12-04 03:32:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004122 10.0.0.27 - - [2025-12-04 03:32:20] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003983 10.0.0.27 - - [2025-12-04 03:32:20] "GET /virtual-networks?parent_id=8c98570d-e6a5-4c52-8495-794d36ba8fcb&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.003381 10.0.0.27 - - [2025-12-04 03:32:20] "GET /virtual-network/52c2aa13-cd3c-455a-a79d-9d31078c86a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.007224 10.0.0.27 - - [2025-12-04 03:32:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003546 10.0.0.27 - - [2025-12-04 03:32:23] "GET /virtual-network/52c2aa13-cd3c-455a-a79d-9d31078c86a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005445 10.0.0.27 - - [2025-12-04 03:32:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004814 10.0.0.27 - - [2025-12-04 03:32:27] "GET /virtual-network/52c2aa13-cd3c-455a-a79d-9d31078c86a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005295 10.0.0.27 - - [2025-12-04 03:32:28] "GET /obj-perms HTTP/1.1" 200 5056 0.056876 10.0.0.27 - - [2025-12-04 03:32:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003822 10.0.0.27 - - [2025-12-04 03:32:31] "GET /virtual-network/52c2aa13-cd3c-455a-a79d-9d31078c86a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.006129 10.0.0.27 - - [2025-12-04 03:32:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003504 10.0.0.27 - - [2025-12-04 03:32:35] "GET /virtual-network/52c2aa13-cd3c-455a-a79d-9d31078c86a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.006736 10.0.0.27 - - [2025-12-04 03:32:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.004310 10.0.0.27 - - [2025-12-04 03:32:39] "GET /virtual-network/52c2aa13-cd3c-455a-a79d-9d31078c86a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.006283 10.0.0.27 - - [2025-12-04 03:32:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004159 10.0.0.27 - - [2025-12-04 03:32:44] "GET /virtual-network/52c2aa13-cd3c-455a-a79d-9d31078c86a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.006575 10.0.0.23 - - [2025-12-04 03:32:46] "DELETE /project/8c98570de6a54c528495794d36ba8fcb HTTP/1.1" 404 173 0.005248 10.0.0.23 - - [2025-12-04 03:32:46] "GET /projects?obj_uuids=b6cc8bb8-aa23-4b5b-aaa0-583ccb62be56&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001103 10.0.0.23 - - [2025-12-04 03:32:46] "GET /project/b6cc8bb8-aa23-4b5b-aaa0-583ccb62be56?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1477 0.056265 10.0.0.23 - - [2025-12-04 03:32:46] "GET /projects?obj_uuids=b6cc8bb8-aa23-4b5b-aaa0-583ccb62be56&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001270 10.0.0.23 - - [2025-12-04 03:32:46] "GET /project/b6cc8bb8-aa23-4b5b-aaa0-583ccb62be56?fields=security_groups HTTP/1.1" 200 1370 0.055113 10.0.0.23 - - [2025-12-04 03:32:46] "DELETE /security-group/9166918e-6411-4db5-8541-b25fd656a908 HTTP/1.1" 200 115 0.087850 10.0.0.23 - - [2025-12-04 03:32:46] "GET /projects?obj_uuids=b6cc8bb8-aa23-4b5b-aaa0-583ccb62be56&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001430 10.0.0.23 - - [2025-12-04 03:32:46] "GET /project/b6cc8bb8-aa23-4b5b-aaa0-583ccb62be56?fields=application_policy_sets HTTP/1.1" 200 1409 0.070067 10.0.0.33 - - [2025-12-04 03:32:46] "DELETE /access-control-list/dc8e0829-42ad-4640-b781-9c28155ce621 HTTP/1.1" 200 115 0.089700 10.0.0.23 - - [2025-12-04 03:32:47] "DELETE /project/b6cc8bb8-aa23-4b5b-aaa0-583ccb62be56 HTTP/1.1" 200 115 0.569768 10.0.0.27 - - [2025-12-04 03:32:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003983 10.0.0.27 - - [2025-12-04 03:32:48] "GET /virtual-network/52c2aa13-cd3c-455a-a79d-9d31078c86a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005407 10.0.0.27 - - [2025-12-04 03:32:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003377 10.0.0.27 - - [2025-12-04 03:32:52] "GET /virtual-network/52c2aa13-cd3c-455a-a79d-9d31078c86a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005443 10.0.0.27 - - [2025-12-04 03:32:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.005211 10.0.0.27 - - [2025-12-04 03:32:56] "GET /virtual-network/52c2aa13-cd3c-455a-a79d-9d31078c86a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005661 10.0.0.27 - - [2025-12-04 03:33:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004720 10.0.0.27 - - [2025-12-04 03:33:00] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004385 10.0.0.27 - - [2025-12-04 03:33:00] "GET /virtual-networks?parent_id=8c98570d-e6a5-4c52-8495-794d36ba8fcb&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.003955 10.0.0.27 - - [2025-12-04 03:33:00] "GET /virtual-network/52c2aa13-cd3c-455a-a79d-9d31078c86a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.007600 10.0.0.27 - - [2025-12-04 03:33:00] "POST /neutron/port HTTP/1.1" 200 1086 0.023028 10.0.0.27 - - [2025-12-04 03:33:05] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008682 10.0.0.27 - - [2025-12-04 03:33:11] "POST /neutron/port HTTP/1.1" 200 1086 0.015799 10.0.0.27 - - [2025-12-04 03:33:16] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008673 10.0.0.27 - - [2025-12-04 03:33:19] "POST /neutron/network HTTP/1.1" 200 843 0.007445 10.0.0.27 - - [2025-12-04 03:33:19] "POST /neutron/port HTTP/1.1" 200 117 0.001226 10.0.0.33 - - [2025-12-04 03:33:28] "GET /obj-perms HTTP/1.1" 200 5056 0.056764 10.0.0.33 - - [2025-12-04 03:33:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000468 10.0.0.33 - - [2025-12-04 03:33:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000390 10.0.0.23 - - [2025-12-04 03:33:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000516 10.0.0.23 - - [2025-12-04 03:33:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000467 10.0.0.23 - - [2025-12-04 03:33:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000463 10.0.0.23 - - [2025-12-04 03:33:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000436 10.0.0.33 - - [2025-12-04 03:33:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000455 10.0.0.33 - - [2025-12-04 03:33:38] "GET /global-system-configs HTTP/1.1" 401 292 0.000351 10.0.0.27 - - [2025-12-04 03:33:38] "GET /global-system-configs HTTP/1.1" 401 292 0.000537 10.0.0.27 - - [2025-12-04 03:33:39] "GET /global-system-configs HTTP/1.1" 401 292 0.000461 10.0.0.27 - - [2025-12-04 03:33:40] "GET /global-system-configs HTTP/1.1" 401 292 0.000488 10.0.0.27 - - [2025-12-04 03:33:40] "GET /global-system-configs HTTP/1.1" 401 292 0.000358 10.0.0.27 - - [2025-12-04 03:33:50] "POST /neutron/network HTTP/1.1" 200 833 0.007465 10.0.0.27 - - [2025-12-04 03:33:50] "POST /id-to-fqname HTTP/1.1" 200 227 0.001320 10.0.0.27 - - [2025-12-04 03:33:51] "POST /neutron/network HTTP/1.1" 200 843 0.006342 10.0.0.23 - - [2025-12-04 03:33:51] "GET /projects?obj_uuids=8c98570d-e6a5-4c52-8495-794d36ba8fcb&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.031679 10.0.0.27 - - [2025-12-04 03:33:51] "GET /project/8c98570d-e6a5-4c52-8495-794d36ba8fcb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.105049 10.0.0.27 - - [2025-12-04 03:33:52] "POST /neutron/security_group HTTP/1.1" 200 2059 0.009005 10.0.0.27 - - [2025-12-04 03:33:52] "POST /neutron/network HTTP/1.1" 200 843 0.006669 10.0.0.27 - - [2025-12-04 03:33:52] "POST /neutron/port HTTP/1.1" 200 1058 0.047431 10.0.0.27 - - [2025-12-04 03:33:53] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004282 10.0.0.27 - - [2025-12-04 03:33:53] "POST /neutron/network HTTP/1.1" 200 833 0.006553 10.0.0.27 - - [2025-12-04 03:33:57] "POST /neutron/port HTTP/1.1" 200 1086 0.020982 10.0.0.27 - - [2025-12-04 03:33:57] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008184 10.0.0.27 - - [2025-12-04 03:33:57] "GET /virtual-machine/c5cbaafe-6691-493e-8281-0b973934a0bc HTTP/1.1" 200 1293 0.006898 10.0.0.27 - - [2025-12-04 03:33:57] "GET /virtual-machine-interface/b763a9e7-7c51-4920-afc5-618e3aee5ac9 HTTP/1.1" 200 2965 0.005981 10.0.0.27 - - [2025-12-04 03:33:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003492 10.0.0.27 - - [2025-12-04 03:33:57] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004561 10.0.0.27 - - [2025-12-04 03:33:57] "GET /virtual-networks?parent_id=8c98570d-e6a5-4c52-8495-794d36ba8fcb&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.003129 10.0.0.27 - - [2025-12-04 03:33:57] "GET /virtual-network/52c2aa13-cd3c-455a-a79d-9d31078c86a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.006129 10.0.0.27 - - [2025-12-04 03:34:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003806 10.0.0.27 - - [2025-12-04 03:34:00] "GET /virtual-network/52c2aa13-cd3c-455a-a79d-9d31078c86a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.006608 10.0.0.27 - - [2025-12-04 03:34:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003992 10.0.0.27 - - [2025-12-04 03:34:04] "GET /virtual-network/52c2aa13-cd3c-455a-a79d-9d31078c86a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.006084 10.0.0.27 - - [2025-12-04 03:34:05] "POST /neutron/network HTTP/1.1" 200 843 0.009549 10.0.0.27 - - [2025-12-04 03:34:05] "POST /neutron/port HTTP/1.1" 200 117 0.001476 10.0.0.27 - - [2025-12-04 03:34:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.012279 10.0.0.27 - - [2025-12-04 03:34:08] "GET /virtual-network/52c2aa13-cd3c-455a-a79d-9d31078c86a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.010828 10.0.0.27 - - [2025-12-04 03:34:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004107 10.0.0.27 - - [2025-12-04 03:34:12] "GET /virtual-network/52c2aa13-cd3c-455a-a79d-9d31078c86a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.006188 10.0.0.27 - - [2025-12-04 03:34:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004044 10.0.0.27 - - [2025-12-04 03:34:16] "GET /virtual-network/52c2aa13-cd3c-455a-a79d-9d31078c86a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005902 10.0.0.27 - - [2025-12-04 03:34:20] "POST /neutron/port HTTP/1.1" 200 1086 0.019134 10.0.0.27 - - [2025-12-04 03:34:20] "POST /neutron/subnet HTTP/1.1" 200 685 0.009306 10.0.0.27 - - [2025-12-04 03:34:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.005029 10.0.0.27 - - [2025-12-04 03:34:21] "GET /virtual-network/52c2aa13-cd3c-455a-a79d-9d31078c86a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.015636 10.0.0.27 - - [2025-12-04 03:34:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003932 10.0.0.27 - - [2025-12-04 03:34:25] "GET /virtual-network/52c2aa13-cd3c-455a-a79d-9d31078c86a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.006018 10.0.0.27 - - [2025-12-04 03:34:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003979 10.0.0.27 - - [2025-12-04 03:34:29] "GET /virtual-network/52c2aa13-cd3c-455a-a79d-9d31078c86a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.006173 10.0.0.27 - - [2025-12-04 03:34:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003555 10.0.0.27 - - [2025-12-04 03:34:33] "GET /virtual-network/52c2aa13-cd3c-455a-a79d-9d31078c86a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005505 10.0.0.27 - - [2025-12-04 03:34:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003789 10.0.0.27 - - [2025-12-04 03:34:37] "GET /virtual-network/52c2aa13-cd3c-455a-a79d-9d31078c86a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005831 10.0.0.27 - - [2025-12-04 03:34:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003383 10.0.0.27 - - [2025-12-04 03:34:39] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004485 10.0.0.27 - - [2025-12-04 03:34:39] "GET /virtual-networks?parent_id=8c98570d-e6a5-4c52-8495-794d36ba8fcb&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.003577 10.0.0.27 - - [2025-12-04 03:34:39] "GET /virtual-network/52c2aa13-cd3c-455a-a79d-9d31078c86a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.008060 10.0.0.27 - - [2025-12-04 03:34:39] "POST /neutron/port HTTP/1.1" 200 1086 0.016577 10.0.0.27 - - [2025-12-04 03:34:44] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008041 10.0.0.27 - - [2025-12-04 03:34:50] "POST /neutron/port HTTP/1.1" 200 1086 0.015031 10.0.0.27 - - [2025-12-04 03:34:55] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007924 10.0.0.27 - - [2025-12-04 03:35:05] "POST /neutron/network HTTP/1.1" 200 843 0.013632 10.0.0.27 - - [2025-12-04 03:35:05] "POST /neutron/port HTTP/1.1" 200 117 0.001192 10.0.0.27 - - [2025-12-04 03:35:22] "POST /neutron/port HTTP/1.1" 200 1086 0.016534 10.0.0.27 - - [2025-12-04 03:35:22] "POST /neutron/subnet HTTP/1.1" 200 685 0.008580 10.0.0.23 - - [2025-12-04 03:35:30] "GET /obj-perms HTTP/1.1" 200 5056 0.083655 10.0.0.27 - - [2025-12-04 03:35:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004702 10.0.0.27 - - [2025-12-04 03:35:34] "DELETE /virtual-DNS/bc70809c-2723-4888-b3c4-73e73a025667 HTTP/1.1" 409 235 0.011636 10.0.0.27 - - [2025-12-04 03:35:34] "POST /fqname-to-id HTTP/1.1" 404 192 0.004288 10.0.0.27 - - [2025-12-04 03:35:34] "POST /virtual-DNS-records HTTP/1.1" 200 531 0.028465 10.0.0.27 - - [2025-12-04 03:35:34] "GET /virtual-DNS-record/98f58a6e-a6ee-495c-81a5-279fcc3d8cdc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1336 0.005830 10.0.0.27 - - [2025-12-04 03:35:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003724 10.0.0.27 - - [2025-12-04 03:35:34] "GET /virtual-DNS-record/98f58a6e-a6ee-495c-81a5-279fcc3d8cdc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1336 0.004503 10.0.0.27 - - [2025-12-04 03:35:41] "DELETE /virtual-DNS-record/98f58a6e-a6ee-495c-81a5-279fcc3d8cdc HTTP/1.1" 200 115 0.037597 10.0.0.27 - - [2025-12-04 03:35:41] "POST /fqname-to-id HTTP/1.1" 404 184 0.004472 10.0.0.27 - - [2025-12-04 03:35:41] "POST /neutron/network HTTP/1.1" 200 833 0.007370 10.0.0.27 - - [2025-12-04 03:35:42] "POST /neutron/port HTTP/1.1" 200 1112 0.012882 10.0.0.27 - - [2025-12-04 03:35:42] "POST /neutron/port HTTP/1.1" 200 1112 0.014677 10.0.0.23 - - [2025-12-04 03:35:43] "POST /useragent-kv HTTP/1.1" 200 115 0.003799 10.0.0.23 - - [2025-12-04 03:35:43] "POST /useragent-kv HTTP/1.1" 200 115 0.003717 10.0.0.27 - - [2025-12-04 03:35:43] "POST /neutron/network HTTP/1.1" 200 151 0.172995 10.0.0.27 - - [2025-12-04 03:35:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.004509 10.0.0.27 - - [2025-12-04 03:35:44] "DELETE /network-ipam/b021804e-eebf-41cc-a92c-39d8370d63bc HTTP/1.1" 200 115 0.066805 10.0.0.27 - - [2025-12-04 03:35:44] "DELETE /virtual-DNS/bc70809c-2723-4888-b3c4-73e73a025667 HTTP/1.1" 200 115 0.041567 10.0.0.27 - - [2025-12-04 03:35:44] "POST /fqname-to-id HTTP/1.1" 404 180 0.007790 10.0.0.23 - - [2025-12-04 03:35:45] "GET /projects?obj_uuids=8c98570d-e6a5-4c52-8495-794d36ba8fcb&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000954 10.0.0.27 - - [2025-12-04 03:35:45] "GET /project/8c98570d-e6a5-4c52-8495-794d36ba8fcb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.052190 10.0.0.23 - - [2025-12-04 03:35:45] "GET /projects?obj_uuids=8c98570d-e6a5-4c52-8495-794d36ba8fcb&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000941 10.0.0.27 - - [2025-12-04 03:35:45] "GET /project/8c98570d-e6a5-4c52-8495-794d36ba8fcb?fields=virtual_networks HTTP/1.1" 200 1034 0.037162 10.0.0.23 - - [2025-12-04 03:35:45] "GET /projects?obj_uuids=8c98570d-e6a5-4c52-8495-794d36ba8fcb&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001006 10.0.0.27 - - [2025-12-04 03:35:45] "GET /project/8c98570d-e6a5-4c52-8495-794d36ba8fcb?fields=virtual_machine_interfaces HTTP/1.1" 200 1034 0.043499 10.0.0.23 - - [2025-12-04 03:35:45] "GET /projects?obj_uuids=8c98570d-e6a5-4c52-8495-794d36ba8fcb&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001058 10.0.0.27 - - [2025-12-04 03:35:45] "GET /project/8c98570d-e6a5-4c52-8495-794d36ba8fcb?fields=security_groups HTTP/1.1" 200 1261 0.046818 10.0.0.27 - - [2025-12-04 03:35:46] "POST /fqname-to-id HTTP/1.1" 404 189 0.033012 10.0.0.23 - - [2025-12-04 03:35:46] "GET /projects?obj_uuids=94d33a3f-5de2-46fb-a43e-4210abb28a17&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002874 10.0.0.23 - - [2025-12-04 03:35:46] "GET /domains?obj_uuids=77f3106b-db9e-49b5-893e-09cac574b890&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001002 10.0.0.23 - - [2025-12-04 03:35:46] "GET /domain/77f3106b-db9e-49b5-893e-09cac574b890?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.007632 10.0.0.23 - - [2025-12-04 03:35:46] "POST /id-to-fqname HTTP/1.1" 200 191 0.003636 10.0.0.23 - - [2025-12-04 03:35:46] "POST /fqname-to-id HTTP/1.1" 404 200 0.009472 10.0.0.23 - - [2025-12-04 03:35:47] "POST /security-groups HTTP/1.1" 200 592 0.031984 10.0.0.33 - - [2025-12-04 03:35:47] "POST /fqname-to-id HTTP/1.1" 404 235 0.003562 10.0.0.23 - - [2025-12-04 03:35:47] "POST /projects HTTP/1.1" 200 587 0.255574 10.0.0.23 - - [2025-12-04 03:35:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.333989 10.0.0.33 - - [2025-12-04 03:35:47] "POST /access-control-lists HTTP/1.1" 200 595 0.032522 10.0.0.27 - - [2025-12-04 03:35:47] "GET /project/94d33a3f-5de2-46fb-a43e-4210abb28a17?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.495612 10.0.0.23 - - [2025-12-04 03:35:47] "DELETE /project/94d33a3f5de246fba43e4210abb28a17 HTTP/1.1" 404 173 0.005212 10.0.0.23 - - [2025-12-04 03:35:47] "GET /projects?obj_uuids=8c98570d-e6a5-4c52-8495-794d36ba8fcb&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000970 10.0.0.23 - - [2025-12-04 03:35:47] "GET /project/8c98570d-e6a5-4c52-8495-794d36ba8fcb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1472 0.064783 10.0.0.23 - - [2025-12-04 03:35:47] "GET /projects?obj_uuids=8c98570d-e6a5-4c52-8495-794d36ba8fcb&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001232 10.0.0.23 - - [2025-12-04 03:35:47] "GET /project/8c98570d-e6a5-4c52-8495-794d36ba8fcb?fields=security_groups HTTP/1.1" 200 1366 0.067192 10.0.0.23 - - [2025-12-04 03:35:47] "DELETE /security-group/bea53e95-4a66-47ff-a6f7-23348d94474c HTTP/1.1" 404 177 0.007888 10.0.0.23 - - [2025-12-04 03:35:47] "GET /projects?obj_uuids=8c98570d-e6a5-4c52-8495-794d36ba8fcb&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001173 10.0.0.23 - - [2025-12-04 03:35:48] "GET /project/8c98570d-e6a5-4c52-8495-794d36ba8fcb?fields=application_policy_sets HTTP/1.1" 200 1405 0.044911 10.0.0.23 - - [2025-12-04 03:35:48] "DELETE /project/8c98570d-e6a5-4c52-8495-794d36ba8fcb HTTP/1.1" 200 115 0.474004 10.0.0.27 - - [2025-12-04 03:35:49] "GET / HTTP/1.1" 200 35931 0.001464 10.0.0.27 - - [2025-12-04 03:35:50] "POST /fqname-to-id HTTP/1.1" 401 292 0.000611 10.0.0.27 - - [2025-12-04 03:35:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.032943 10.0.0.23 - - [2025-12-04 03:35:51] "GET /projects?obj_uuids=94d33a3f-5de2-46fb-a43e-4210abb28a17&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001042 10.0.0.27 - - [2025-12-04 03:35:51] "GET /project/94d33a3f-5de2-46fb-a43e-4210abb28a17?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.051300 10.0.0.33 - - [2025-12-04 03:35:51] "POST /route-targets HTTP/1.1" 200 327 0.015749 10.0.0.23 - - [2025-12-04 03:35:51] "POST /useragent-kv HTTP/1.1" 200 115 0.008993 10.0.0.27 - - [2025-12-04 03:35:51] "POST /neutron/subnet HTTP/1.1" 200 734 0.269710 10.0.0.27 - - [2025-12-04 03:35:51] "POST /id-to-fqname HTTP/1.1" 200 222 0.001662 10.0.0.27 - - [2025-12-04 03:35:51] "GET /virtual-network/5d3301f6-7888-467d-9f63-b09dacd5931c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.006634 10.0.0.27 - - [2025-12-04 03:35:52] "GET /virtual-network/5d3301f6-7888-467d-9f63-b09dacd5931c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.006523 10.0.0.27 - - [2025-12-04 03:35:52] "POST /neutron/network HTTP/1.1" 200 829 0.008343 10.0.0.27 - - [2025-12-04 03:35:52] "GET /virtual-network/5d3301f6-7888-467d-9f63-b09dacd5931c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.006920 10.0.0.27 - - [2025-12-04 03:35:53] "GET /obj-perms HTTP/1.1" 200 5032 0.070600 10.0.0.27 - - [2025-12-04 03:35:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003629 10.0.0.23 - - [2025-12-04 03:35:54] "GET /projects?obj_uuids=94d33a3f-5de2-46fb-a43e-4210abb28a17&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000966 10.0.0.27 - - [2025-12-04 03:35:54] "GET /project/94d33a3f-5de2-46fb-a43e-4210abb28a17?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.064602 10.0.0.23 - - [2025-12-04 03:35:54] "GET /projects?obj_uuids=94d33a3f-5de2-46fb-a43e-4210abb28a17&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000952 10.0.0.27 - - [2025-12-04 03:35:54] "POST /neutron/network HTTP/1.1" 200 608 0.155157 10.0.0.33 - - [2025-12-04 03:35:54] "POST /ref-update HTTP/1.1" 200 156 0.032733 10.0.0.27 - - [2025-12-04 03:35:54] "POST /id-to-fqname HTTP/1.1" 200 222 0.003277 10.0.0.27 - - [2025-12-04 03:35:54] "GET /virtual-network/f94e07ff-efaa-406b-9e2e-4c2354f79054?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.006368 10.0.0.27 - - [2025-12-04 03:35:54] "POST /neutron/network HTTP/1.1" 200 827 0.006960 10.0.0.27 - - [2025-12-04 03:35:54] "GET /virtual-network/f94e07ff-efaa-406b-9e2e-4c2354f79054?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.005510 10.0.0.27 - - [2025-12-04 03:35:55] "GET /virtual-network/f94e07ff-efaa-406b-9e2e-4c2354f79054?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.006530 10.0.0.33 - - [2025-12-04 03:35:55] "GET /obj-perms HTTP/1.1" 200 5032 0.075309 10.0.0.27 - - [2025-12-04 03:35:55] "POST /id-to-fqname HTTP/1.1" 200 222 0.001742 10.0.0.27 - - [2025-12-04 03:36:11] "POST /neutron/network HTTP/1.1" 200 837 0.007716 10.0.0.23 - - [2025-12-04 03:36:12] "GET /projects?obj_uuids=94d33a3f-5de2-46fb-a43e-4210abb28a17&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001369 10.0.0.27 - - [2025-12-04 03:36:12] "GET /project/94d33a3f-5de2-46fb-a43e-4210abb28a17?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.081219 10.0.0.27 - - [2025-12-04 03:36:12] "POST /neutron/port HTTP/1.1" 200 117 0.006484 10.0.0.27 - - [2025-12-04 03:36:12] "POST /id-to-fqname HTTP/1.1" 200 222 0.001445 10.0.0.27 - - [2025-12-04 03:36:13] "POST /neutron/network HTTP/1.1" 200 837 0.007457 10.0.0.23 - - [2025-12-04 03:36:14] "GET /projects?obj_uuids=94d33a3f-5de2-46fb-a43e-4210abb28a17&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001554 10.0.0.27 - - [2025-12-04 03:36:14] "GET /project/94d33a3f-5de2-46fb-a43e-4210abb28a17?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.088607 10.0.0.27 - - [2025-12-04 03:36:14] "POST /neutron/port HTTP/1.1" 200 1035 0.024827 10.0.0.27 - - [2025-12-04 03:36:14] "POST /neutron/port HTTP/1.1" 200 1035 0.018962 10.0.0.23 - - [2025-12-04 03:36:15] "GET /projects?obj_uuids=94d33a3f-5de2-46fb-a43e-4210abb28a17&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001648 10.0.0.27 - - [2025-12-04 03:36:15] "POST /neutron/port HTTP/1.1" 200 1063 0.477661 10.0.0.27 - - [2025-12-04 03:36:15] "POST /neutron/port HTTP/1.1" 200 1115 0.182326 10.0.0.27 - - [2025-12-04 03:36:15] "POST /neutron/port HTTP/1.1" 200 1063 0.015136 10.0.0.27 - - [2025-12-04 03:36:15] "POST /neutron/subnet HTTP/1.1" 200 698 0.012834 10.0.0.27 - - [2025-12-04 03:36:16] "POST /neutron/port HTTP/1.1" 200 1091 0.024005 10.0.0.27 - - [2025-12-04 03:36:16] "POST /neutron/port HTTP/1.1" 200 117 0.001247 10.0.0.27 - - [2025-12-04 03:36:19] "POST /neutron/security_group HTTP/1.1" 200 2059 0.010527 10.0.0.27 - - [2025-12-04 03:36:29] "POST /neutron/port HTTP/1.1" 200 1089 0.017464 10.0.0.23 - - [2025-12-04 03:36:31] "GET /obj-perms HTTP/1.1" 200 5056 0.065584 10.0.0.27 - - [2025-12-04 03:36:35] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008019 10.0.0.27 - - [2025-12-04 03:36:40] "POST /neutron/port HTTP/1.1" 200 1089 0.017405 10.0.0.27 - - [2025-12-04 03:36:40] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008474 10.0.0.27 - - [2025-12-04 03:36:40] "GET /virtual-machine/79c44a04-75eb-48d2-83a1-4109d0805f00 HTTP/1.1" 401 292 0.000595 10.0.0.27 - - [2025-12-04 03:36:40] "GET /virtual-machine/79c44a04-75eb-48d2-83a1-4109d0805f00 HTTP/1.1" 200 1292 0.032521 10.0.0.27 - - [2025-12-04 03:36:40] "GET /virtual-machine-interface/108b02fb-e18d-4115-ad16-bcbf3034dc31 HTTP/1.1" 200 2949 0.006333 10.0.0.27 - - [2025-12-04 03:36:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003365 10.0.0.27 - - [2025-12-04 03:36:40] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003444 10.0.0.27 - - [2025-12-04 03:36:40] "GET /virtual-networks?parent_id=94d33a3f-5de2-46fb-a43e-4210abb28a17&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003489 10.0.0.27 - - [2025-12-04 03:36:40] "GET /virtual-network/f94e07ff-efaa-406b-9e2e-4c2354f79054?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.006134 10.0.0.27 - - [2025-12-04 03:36:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003780 10.0.0.27 - - [2025-12-04 03:36:43] "GET /virtual-network/f94e07ff-efaa-406b-9e2e-4c2354f79054?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.006272 10.0.0.27 - - [2025-12-04 03:36:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003600 10.0.0.27 - - [2025-12-04 03:36:47] "GET /virtual-network/f94e07ff-efaa-406b-9e2e-4c2354f79054?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.006397 10.0.0.27 - - [2025-12-04 03:36:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003823 10.0.0.27 - - [2025-12-04 03:36:52] "GET /virtual-network/f94e07ff-efaa-406b-9e2e-4c2354f79054?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.005398 10.0.0.27 - - [2025-12-04 03:36:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003832 10.0.0.27 - - [2025-12-04 03:36:56] "GET /virtual-network/f94e07ff-efaa-406b-9e2e-4c2354f79054?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.006151 10.0.0.27 - - [2025-12-04 03:37:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003539 10.0.0.27 - - [2025-12-04 03:37:00] "GET /virtual-network/f94e07ff-efaa-406b-9e2e-4c2354f79054?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.006859 10.0.0.27 - - [2025-12-04 03:37:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004238 10.0.0.27 - - [2025-12-04 03:37:04] "GET /virtual-network/f94e07ff-efaa-406b-9e2e-4c2354f79054?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.006866 10.0.0.27 - - [2025-12-04 03:37:06] "POST /neutron/network HTTP/1.1" 200 839 0.007044 10.0.0.27 - - [2025-12-04 03:37:06] "POST /neutron/port HTTP/1.1" 200 117 0.001236 10.0.0.27 - - [2025-12-04 03:37:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003680 10.0.0.27 - - [2025-12-04 03:37:08] "GET /virtual-network/f94e07ff-efaa-406b-9e2e-4c2354f79054?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.005974 10.0.0.27 - - [2025-12-04 03:37:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004224 10.0.0.27 - - [2025-12-04 03:37:12] "GET /virtual-network/f94e07ff-efaa-406b-9e2e-4c2354f79054?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.006041 10.0.0.27 - - [2025-12-04 03:37:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004683 10.0.0.27 - - [2025-12-04 03:37:16] "GET /virtual-network/f94e07ff-efaa-406b-9e2e-4c2354f79054?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.006805 10.0.0.27 - - [2025-12-04 03:37:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003520 10.0.0.27 - - [2025-12-04 03:37:20] "GET /virtual-network/f94e07ff-efaa-406b-9e2e-4c2354f79054?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.005529 10.0.0.27 - - [2025-12-04 03:37:24] "POST /neutron/port HTTP/1.1" 200 1089 0.042978 10.0.0.27 - - [2025-12-04 03:37:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003930 10.0.0.27 - - [2025-12-04 03:37:24] "GET /virtual-network/f94e07ff-efaa-406b-9e2e-4c2354f79054?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.006022 10.0.0.27 - - [2025-12-04 03:37:24] "POST /neutron/subnet HTTP/1.1" 200 698 0.010032 10.0.0.27 - - [2025-12-04 03:37:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003202 10.0.0.27 - - [2025-12-04 03:37:28] "GET /virtual-network/f94e07ff-efaa-406b-9e2e-4c2354f79054?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.006747 10.0.0.27 - - [2025-12-04 03:37:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.005914 10.0.0.27 - - [2025-12-04 03:37:33] "GET /virtual-network/f94e07ff-efaa-406b-9e2e-4c2354f79054?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.012674 10.0.0.27 - - [2025-12-04 03:37:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.004014 10.0.0.27 - - [2025-12-04 03:37:37] "GET /virtual-network/f94e07ff-efaa-406b-9e2e-4c2354f79054?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.006038 10.0.0.27 - - [2025-12-04 03:37:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003193 10.0.0.27 - - [2025-12-04 03:37:39] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004382 10.0.0.27 - - [2025-12-04 03:37:39] "GET /virtual-networks?parent_id=94d33a3f-5de2-46fb-a43e-4210abb28a17&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.004469 10.0.0.27 - - [2025-12-04 03:37:39] "GET /virtual-network/f94e07ff-efaa-406b-9e2e-4c2354f79054?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.006099 10.0.0.27 - - [2025-12-04 03:37:39] "POST /neutron/port HTTP/1.1" 200 1089 0.015546 10.0.0.27 - - [2025-12-04 03:37:44] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007931 10.0.0.27 - - [2025-12-04 03:37:54] "POST /neutron/port HTTP/1.1" 200 1089 0.015446 10.0.0.27 - - [2025-12-04 03:37:58] "POST /neutron/security_group HTTP/1.1" 200 2059 0.035486 10.0.0.27 - - [2025-12-04 03:38:01] "POST /neutron/port HTTP/1.1" 200 1091 0.017693 10.0.0.27 - - [2025-12-04 03:38:05] "POST /neutron/security_group HTTP/1.1" 200 2059 0.009678 10.0.0.27 - - [2025-12-04 03:38:06] "POST /neutron/network HTTP/1.1" 200 839 0.008029 10.0.0.27 - - [2025-12-04 03:38:06] "POST /neutron/port HTTP/1.1" 200 117 0.001367 10.0.0.27 - - [2025-12-04 03:38:10] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007768 10.0.0.27 - - [2025-12-04 03:38:20] "POST /neutron/port HTTP/1.1" 200 1089 0.020828 10.0.0.27 - - [2025-12-04 03:38:25] "POST /neutron/port HTTP/1.1" 200 1089 0.015983 10.0.0.27 - - [2025-12-04 03:38:25] "POST /neutron/subnet HTTP/1.1" 200 698 0.010571 10.0.0.27 - - [2025-12-04 03:38:25] "POST /neutron/port HTTP/1.1" 200 1089 0.016270 10.0.0.27 - - [2025-12-04 03:38:31] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007986 10.0.0.27 - - [2025-12-04 03:38:33] "GET /obj-perms HTTP/1.1" 200 5056 0.054534 10.0.0.33 - - [2025-12-04 03:38:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000374 10.0.0.33 - - [2025-12-04 03:38:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000360 10.0.0.23 - - [2025-12-04 03:38:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000376 10.0.0.23 - - [2025-12-04 03:38:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000471 10.0.0.23 - - [2025-12-04 03:38:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000533 10.0.0.23 - - [2025-12-04 03:38:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000540 10.0.0.33 - - [2025-12-04 03:38:38] "GET /global-system-configs HTTP/1.1" 401 292 0.000597 10.0.0.33 - - [2025-12-04 03:38:38] "GET /global-system-configs HTTP/1.1" 401 292 0.000648 10.0.0.27 - - [2025-12-04 03:38:39] "GET /global-system-configs HTTP/1.1" 401 292 0.000402 10.0.0.27 - - [2025-12-04 03:38:39] "GET /global-system-configs HTTP/1.1" 401 292 0.000498 10.0.0.27 - - [2025-12-04 03:38:40] "GET /global-system-configs HTTP/1.1" 401 292 0.000433 10.0.0.27 - - [2025-12-04 03:38:40] "GET /global-system-configs HTTP/1.1" 401 292 0.000476 10.0.0.27 - - [2025-12-04 03:38:41] "POST /neutron/port HTTP/1.1" 200 1089 0.024073 10.0.0.27 - - [2025-12-04 03:38:46] "POST /neutron/security_group HTTP/1.1" 200 2059 0.009082 10.0.0.27 - - [2025-12-04 03:38:46] "POST /neutron/port HTTP/1.1" 200 1091 0.016812 10.0.0.27 - - [2025-12-04 03:38:46] "GET /virtual-machine/e1583541-37ba-4909-923a-8800a4095461 HTTP/1.1" 200 1294 0.008166 10.0.0.27 - - [2025-12-04 03:38:46] "GET /virtual-machine-interface/621004ad-5f4d-49bd-ac1f-04b3163bddbe HTTP/1.1" 200 2949 0.005987 10.0.0.27 - - [2025-12-04 03:38:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003502 10.0.0.27 - - [2025-12-04 03:38:46] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003611 10.0.0.27 - - [2025-12-04 03:38:46] "GET /virtual-networks?parent_id=94d33a3f-5de2-46fb-a43e-4210abb28a17&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003338 10.0.0.27 - - [2025-12-04 03:38:47] "GET /virtual-network/5d3301f6-7888-467d-9f63-b09dacd5931c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.007423 10.0.0.27 - - [2025-12-04 03:38:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004495 10.0.0.27 - - [2025-12-04 03:38:48] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004438 10.0.0.27 - - [2025-12-04 03:38:48] "GET /virtual-networks?parent_id=94d33a3f-5de2-46fb-a43e-4210abb28a17&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003651 10.0.0.27 - - [2025-12-04 03:38:48] "GET /virtual-network/5d3301f6-7888-467d-9f63-b09dacd5931c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005738 10.0.0.27 - - [2025-12-04 03:38:48] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008434 10.0.0.27 - - [2025-12-04 03:38:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004615 10.0.0.23 - - [2025-12-04 03:38:53] "GET /projects?obj_uuids=94d33a3f-5de2-46fb-a43e-4210abb28a17&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.041326 10.0.0.27 - - [2025-12-04 03:38:53] "GET /project/94d33a3f-5de2-46fb-a43e-4210abb28a17?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.091261 10.0.0.27 - - [2025-12-04 03:38:53] "GET /virtual-network/5d3301f6-7888-467d-9f63-b09dacd5931c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005775 10.0.0.27 - - [2025-12-04 03:38:53] "GET /floating-ip-pools?parent_id=5d3301f6-7888-467d-9f63-b09dacd5931c&detail=False&count=False&shared=False HTTP/1.1" 200 133 0.004067 10.0.0.27 - - [2025-12-04 03:38:53] "GET /virtual-network/5d3301f6-7888-467d-9f63-b09dacd5931c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.007756 10.0.0.27 - - [2025-12-04 03:38:53] "POST /floating-ip-pools HTTP/1.1" 200 598 0.037347 10.0.0.27 - - [2025-12-04 03:38:53] "POST /ref-update HTTP/1.1" 200 156 0.016664 10.0.0.27 - - [2025-12-04 03:38:53] "GET /virtual-network/5d3301f6-7888-467d-9f63-b09dacd5931c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.006811 10.0.0.27 - - [2025-12-04 03:38:54] "GET /virtual-network/5d3301f6-7888-467d-9f63-b09dacd5931c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005713 10.0.0.27 - - [2025-12-04 03:38:54] "POST /neutron/floatingip HTTP/1.1" 200 532 0.009721 10.0.0.27 - - [2025-12-04 03:38:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003300 10.0.0.27 - - [2025-12-04 03:38:54] "GET /routing-instance/f13e82a0-7043-4d1c-a4ae-b345ec0a5711?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1481 0.004409 10.0.0.27 - - [2025-12-04 03:38:54] "GET /route-target/829fac1c-8585-48ae-86e1-97837c38dddd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 900 0.003621 10.0.0.27 - - [2025-12-04 03:39:07] "POST /neutron/port HTTP/1.1" 200 1091 0.044405 10.0.0.27 - - [2025-12-04 03:39:08] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004133 10.0.0.27 - - [2025-12-04 03:39:08] "POST /neutron/network HTTP/1.1" 200 829 0.006439 10.0.0.27 - - [2025-12-04 03:39:23] "POST /neutron/floatingip HTTP/1.1" 200 532 0.009075 10.0.0.27 - - [2025-12-04 03:39:23] "GET /floating-ip-pool/fcad41ac-0a07-49ff-b841-2a649a9fed47?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1185 0.004411 10.0.0.27 - - [2025-12-04 03:39:23] "POST /ref-update HTTP/1.1" 200 156 0.015100 10.0.0.27 - - [2025-12-04 03:39:23] "DELETE /floating-ip-pool/fcad41ac-0a07-49ff-b841-2a649a9fed47 HTTP/1.1" 200 115 0.046107 10.0.0.27 - - [2025-12-04 03:39:24] "POST /neutron/network HTTP/1.1" 400 204 0.017543 10.0.0.27 - - [2025-12-04 03:39:24] "POST /neutron/port HTTP/1.1" 200 151 0.225845 10.0.0.27 - - [2025-12-04 03:39:24] "POST /neutron/port HTTP/1.1" 200 151 0.262690 10.0.0.27 - - [2025-12-04 03:39:26] "POST /neutron/network HTTP/1.1" 200 829 0.009596 10.0.0.33 - - [2025-12-04 03:39:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.056347 10.0.0.23 - - [2025-12-04 03:39:28] "GET /projects?obj_uuids=94d33a3f-5de2-46fb-a43e-4210abb28a17&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001432 10.0.0.27 - - [2025-12-04 03:39:28] "GET /project/94d33a3f-5de2-46fb-a43e-4210abb28a17?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.110192 10.0.0.23 - - [2025-12-04 03:39:28] "GET /projects?obj_uuids=94d33a3f-5de2-46fb-a43e-4210abb28a17&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001006 10.0.0.27 - - [2025-12-04 03:39:28] "GET /project/94d33a3f-5de2-46fb-a43e-4210abb28a17?fields=virtual_networks HTTP/1.1" 200 1035 0.054565 10.0.0.23 - - [2025-12-04 03:39:28] "GET /projects?obj_uuids=94d33a3f-5de2-46fb-a43e-4210abb28a17&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001128 10.0.0.27 - - [2025-12-04 03:39:28] "GET /project/94d33a3f-5de2-46fb-a43e-4210abb28a17?fields=virtual_machine_interfaces HTTP/1.1" 200 1035 0.045070 10.0.0.23 - - [2025-12-04 03:39:28] "GET /projects?obj_uuids=94d33a3f-5de2-46fb-a43e-4210abb28a17&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001200 10.0.0.27 - - [2025-12-04 03:39:28] "GET /project/94d33a3f-5de2-46fb-a43e-4210abb28a17?fields=security_groups HTTP/1.1" 200 1262 0.040710 10.0.0.27 - - [2025-12-04 03:39:29] "POST /fqname-to-id HTTP/1.1" 404 188 0.031722 10.0.0.23 - - [2025-12-04 03:39:29] "GET /projects?obj_uuids=dc763e2c-dd44-4ad5-a4f5-268c1429bdee&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002936 10.0.0.23 - - [2025-12-04 03:39:29] "GET /domains?obj_uuids=77f3106b-db9e-49b5-893e-09cac574b890&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001351 10.0.0.23 - - [2025-12-04 03:39:29] "GET /domain/77f3106b-db9e-49b5-893e-09cac574b890?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.037928 10.0.0.23 - - [2025-12-04 03:39:30] "POST /id-to-fqname HTTP/1.1" 200 190 0.001901 10.0.0.23 - - [2025-12-04 03:39:30] "POST /fqname-to-id HTTP/1.1" 404 199 0.009325 10.0.0.23 - - [2025-12-04 03:39:30] "POST /security-groups HTTP/1.1" 200 591 0.031317 10.0.0.23 - - [2025-12-04 03:39:30] "POST /projects HTTP/1.1" 200 585 0.245182 10.0.0.33 - - [2025-12-04 03:39:30] "POST /access-control-lists HTTP/1.1" 200 596 0.031037 10.0.0.23 - - [2025-12-04 03:39:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.316579 10.0.0.27 - - [2025-12-04 03:39:30] "GET /project/dc763e2c-dd44-4ad5-a4f5-268c1429bdee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.508923 10.0.0.27 - - [2025-12-04 03:39:31] "GET / HTTP/1.1" 200 35931 0.001736 10.0.0.27 - - [2025-12-04 03:39:33] "POST /fqname-to-id HTTP/1.1" 401 292 0.000410 10.0.0.33 - - [2025-12-04 03:39:33] "GET /obj-perms HTTP/1.1" 200 5056 0.349184 10.0.0.27 - - [2025-12-04 03:39:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.053828 10.0.0.23 - - [2025-12-04 03:39:33] "GET /projects?obj_uuids=dc763e2c-dd44-4ad5-a4f5-268c1429bdee&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001375 10.0.0.27 - - [2025-12-04 03:39:33] "GET /project/dc763e2c-dd44-4ad5-a4f5-268c1429bdee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.052111 10.0.0.23 - - [2025-12-04 03:39:34] "GET /projects?obj_uuids=dc763e2c-dd44-4ad5-a4f5-268c1429bdee&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001147 10.0.0.27 - - [2025-12-04 03:39:34] "POST /neutron/network HTTP/1.1" 200 625 0.187549 10.0.0.33 - - [2025-12-04 03:39:34] "POST /route-targets HTTP/1.1" 200 327 0.014587 10.0.0.27 - - [2025-12-04 03:39:34] "POST /id-to-fqname HTTP/1.1" 200 230 0.003524 10.0.0.27 - - [2025-12-04 03:39:34] "GET /virtual-network/047261e7-9f21-4aa5-a2df-9730cb375113?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.006032 10.0.0.27 - - [2025-12-04 03:39:34] "POST /neutron/network HTTP/1.1" 200 839 0.009648 10.0.0.27 - - [2025-12-04 03:39:34] "GET /virtual-network/047261e7-9f21-4aa5-a2df-9730cb375113?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.006552 10.0.0.27 - - [2025-12-04 03:39:34] "POST /neutron/network HTTP/1.1" 200 839 0.007555 10.0.0.27 - - [2025-12-04 03:39:34] "POST /id-to-fqname HTTP/1.1" 200 230 0.001194 10.0.0.23 - - [2025-12-04 03:39:35] "GET /projects?obj_uuids=dc763e2c-dd44-4ad5-a4f5-268c1429bdee&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001053 10.0.0.27 - - [2025-12-04 03:39:35] "GET /project/dc763e2c-dd44-4ad5-a4f5-268c1429bdee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.072533 10.0.0.27 - - [2025-12-04 03:39:35] "POST /neutron/port HTTP/1.1" 200 117 0.006610 10.0.0.27 - - [2025-12-04 03:39:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003958 10.0.0.27 - - [2025-12-04 03:39:36] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005108 10.0.0.27 - - [2025-12-04 03:39:36] "PUT /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9 HTTP/1.1" 200 276 0.013238 10.0.0.27 - - [2025-12-04 03:39:36] "POST /neutron/network HTTP/1.1" 200 849 0.007517 10.0.0.27 - - [2025-12-04 03:39:36] "POST /neutron/port HTTP/1.1" 200 1055 0.017347 10.0.0.27 - - [2025-12-04 03:39:37] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003982 10.0.0.27 - - [2025-12-04 03:39:37] "POST /neutron/network HTTP/1.1" 200 839 0.009082 10.0.0.27 - - [2025-12-04 03:39:41] "POST /neutron/port HTTP/1.1" 200 1083 0.018211 10.0.0.27 - - [2025-12-04 03:39:41] "POST /neutron/security_group HTTP/1.1" 200 2058 0.008013 10.0.0.27 - - [2025-12-04 03:39:41] "GET /virtual-machine/3cdacac7-fffd-4842-a474-2bd0c6005665 HTTP/1.1" 401 292 0.000512 10.0.0.27 - - [2025-12-04 03:39:42] "GET /virtual-machine/3cdacac7-fffd-4842-a474-2bd0c6005665 HTTP/1.1" 200 1292 0.033977 10.0.0.27 - - [2025-12-04 03:39:42] "GET /virtual-machine-interface/fb0af255-9b10-4cc3-a3b6-026cab7483c6 HTTP/1.1" 200 2972 0.006062 10.0.0.27 - - [2025-12-04 03:39:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003960 10.0.0.27 - - [2025-12-04 03:39:42] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1884 0.004279 10.0.0.27 - - [2025-12-04 03:39:42] "GET /virtual-networks?parent_id=dc763e2c-dd44-4ad5-a4f5-268c1429bdee&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.002990 10.0.0.27 - - [2025-12-04 03:39:42] "GET /virtual-network/047261e7-9f21-4aa5-a2df-9730cb375113?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.006662 10.0.0.27 - - [2025-12-04 03:39:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004468 10.0.0.27 - - [2025-12-04 03:39:45] "GET /virtual-network/047261e7-9f21-4aa5-a2df-9730cb375113?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.006569 10.0.0.23 - - [2025-12-04 03:39:48] "DELETE /project/dc763e2cdd444ad5a4f5268c1429bdee HTTP/1.1" 404 173 0.006199 10.0.0.23 - - [2025-12-04 03:39:48] "GET /projects?obj_uuids=94d33a3f-5de2-46fb-a43e-4210abb28a17&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000879 10.0.0.23 - - [2025-12-04 03:39:48] "GET /project/94d33a3f-5de2-46fb-a43e-4210abb28a17?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1473 0.049340 10.0.0.23 - - [2025-12-04 03:39:48] "GET /projects?obj_uuids=94d33a3f-5de2-46fb-a43e-4210abb28a17&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001587 10.0.0.23 - - [2025-12-04 03:39:48] "GET /project/94d33a3f-5de2-46fb-a43e-4210abb28a17?fields=security_groups HTTP/1.1" 200 1367 0.060771 10.0.0.23 - - [2025-12-04 03:39:48] "DELETE /security-group/fa32abd5-b94f-482e-b94c-cba5f89dd277 HTTP/1.1" 200 115 0.103379 10.0.0.23 - - [2025-12-04 03:39:48] "GET /projects?obj_uuids=94d33a3f-5de2-46fb-a43e-4210abb28a17&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002689 10.0.0.23 - - [2025-12-04 03:39:48] "GET /project/94d33a3f-5de2-46fb-a43e-4210abb28a17?fields=application_policy_sets HTTP/1.1" 200 1406 0.084998 10.0.0.33 - - [2025-12-04 03:39:48] "DELETE /access-control-list/3824a691-b109-4a9a-8527-24a8b682dea7 HTTP/1.1" 200 115 0.081895 10.0.0.23 - - [2025-12-04 03:39:48] "DELETE /project/94d33a3f-5de2-46fb-a43e-4210abb28a17 HTTP/1.1" 200 115 0.520057 10.0.0.27 - - [2025-12-04 03:39:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003514 10.0.0.27 - - [2025-12-04 03:39:49] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1884 0.004719 10.0.0.27 - - [2025-12-04 03:39:49] "GET /virtual-networks?parent_id=dc763e2c-dd44-4ad5-a4f5-268c1429bdee&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.002987 10.0.0.27 - - [2025-12-04 03:39:49] "GET /virtual-network/047261e7-9f21-4aa5-a2df-9730cb375113?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005723 10.0.0.27 - - [2025-12-04 03:39:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004232 10.0.0.27 - - [2025-12-04 03:39:51] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1884 0.003887 10.0.0.27 - - [2025-12-04 03:39:51] "PUT /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9 HTTP/1.1" 200 276 0.012650 10.0.0.27 - - [2025-12-04 03:39:51] "POST /neutron/network HTTP/1.1" 200 839 0.007865 10.0.0.27 - - [2025-12-04 03:39:52] "POST /neutron/port HTTP/1.1" 200 1109 0.012920 10.0.0.23 - - [2025-12-04 03:39:53] "POST /useragent-kv HTTP/1.1" 200 115 0.003111 10.0.0.23 - - [2025-12-04 03:39:53] "POST /useragent-kv HTTP/1.1" 200 115 0.002400 10.0.0.27 - - [2025-12-04 03:39:53] "POST /neutron/network HTTP/1.1" 200 151 0.168169 10.0.0.27 - - [2025-12-04 03:39:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003280 10.0.0.23 - - [2025-12-04 03:39:56] "GET /projects?obj_uuids=dc763e2c-dd44-4ad5-a4f5-268c1429bdee&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001000 10.0.0.27 - - [2025-12-04 03:39:56] "GET /project/dc763e2c-dd44-4ad5-a4f5-268c1429bdee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.038802 10.0.0.23 - - [2025-12-04 03:39:57] "POST /useragent-kv HTTP/1.1" 200 115 0.009995 10.0.0.27 - - [2025-12-04 03:39:57] "POST /neutron/subnet HTTP/1.1" 200 720 0.175633 10.0.0.27 - - [2025-12-04 03:39:57] "POST /id-to-fqname HTTP/1.1" 200 220 0.001364 10.0.0.27 - - [2025-12-04 03:39:57] "GET /virtual-network/d249d97b-7d0a-4b28-bc27-b0bd6817a7e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.005737 10.0.0.27 - - [2025-12-04 03:39:57] "GET /virtual-network/d249d97b-7d0a-4b28-bc27-b0bd6817a7e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.006071 10.0.0.27 - - [2025-12-04 03:39:57] "POST /neutron/network HTTP/1.1" 200 823 0.007915 10.0.0.27 - - [2025-12-04 03:39:57] "POST /id-to-fqname HTTP/1.1" 200 220 0.001362 10.0.0.33 - - [2025-12-04 03:39:57] "POST /route-targets HTTP/1.1" 200 327 0.013957 10.0.0.23 - - [2025-12-04 03:39:58] "GET /projects?obj_uuids=dc763e2c-dd44-4ad5-a4f5-268c1429bdee&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001258 10.0.0.27 - - [2025-12-04 03:39:58] "GET /project/dc763e2c-dd44-4ad5-a4f5-268c1429bdee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.063810 10.0.0.27 - - [2025-12-04 03:39:58] "POST /neutron/network HTTP/1.1" 200 823 0.036895 10.0.0.27 - - [2025-12-04 03:39:58] "POST /neutron/port HTTP/1.1" 200 117 0.007894 10.0.0.27 - - [2025-12-04 03:39:59] "POST /neutron/port HTTP/1.1" 200 1059 0.018091 10.0.0.27 - - [2025-12-04 03:39:59] "POST /neutron/port HTTP/1.1" 200 1087 0.016586 10.0.0.27 - - [2025-12-04 03:39:59] "POST /neutron/port HTTP/1.1" 200 117 0.001397 10.0.0.27 - - [2025-12-04 03:40:03] "POST /neutron/security_group HTTP/1.1" 200 2058 0.008809 10.0.0.27 - - [2025-12-04 03:40:03] "POST /neutron/port HTTP/1.1" 200 1087 0.018919 10.0.0.27 - - [2025-12-04 03:40:03] "GET /virtual-machine/d9ac2571-014a-4e53-aa53-76a85fa34aad HTTP/1.1" 200 1293 0.006585 10.0.0.27 - - [2025-12-04 03:40:03] "GET /virtual-machine-interface/1d0f4cda-bc13-45fb-be71-ce99608459af HTTP/1.1" 200 2941 0.006400 10.0.0.27 - - [2025-12-04 03:40:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003677 10.0.0.27 - - [2025-12-04 03:40:04] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004937 10.0.0.27 - - [2025-12-04 03:40:04] "GET /virtual-networks?parent_id=dc763e2c-dd44-4ad5-a4f5-268c1429bdee&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003667 10.0.0.27 - - [2025-12-04 03:40:04] "GET /virtual-network/d249d97b-7d0a-4b28-bc27-b0bd6817a7e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.007121 10.0.0.27 - - [2025-12-04 03:40:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004206 10.0.0.27 - - [2025-12-04 03:40:07] "GET /virtual-network/d249d97b-7d0a-4b28-bc27-b0bd6817a7e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.006861 10.0.0.27 - - [2025-12-04 03:40:07] "POST /neutron/port HTTP/1.1" 200 1087 0.016009 10.0.0.27 - - [2025-12-04 03:40:08] "POST /neutron/subnet HTTP/1.1" 200 694 0.009765 10.0.0.27 - - [2025-12-04 03:40:09] "POST /neutron/port HTTP/1.1" 200 1087 0.025362 10.0.0.27 - - [2025-12-04 03:40:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003346 10.0.0.27 - - [2025-12-04 03:40:11] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004366 10.0.0.27 - - [2025-12-04 03:40:11] "GET /virtual-networks?parent_id=dc763e2c-dd44-4ad5-a4f5-268c1429bdee&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003281 10.0.0.27 - - [2025-12-04 03:40:11] "GET /virtual-network/d249d97b-7d0a-4b28-bc27-b0bd6817a7e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.008232 10.0.0.27 - - [2025-12-04 03:40:13] "POST /neutron/network HTTP/1.1" 400 204 0.013912 10.0.0.27 - - [2025-12-04 03:40:14] "POST /neutron/port HTTP/1.1" 200 151 0.261199 10.0.0.33 - - [2025-12-04 03:40:15] "DELETE /route-target/de148e9d-8154-4815-ac71-b943f2f0930e HTTP/1.1" 200 115 0.028638 10.0.0.27 - - [2025-12-04 03:40:18] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 545 0.003320 10.0.0.27 - - [2025-12-04 03:40:18] "POST /network-ipams HTTP/1.1" 200 541 0.029368 10.0.0.27 - - [2025-12-04 03:40:18] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 764 0.003825 10.0.0.27 - - [2025-12-04 03:40:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004079 10.0.0.27 - - [2025-12-04 03:40:18] "GET /network-ipam/89f87082-771d-4957-8035-55f3407d883f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1328 0.006291 10.0.0.27 - - [2025-12-04 03:40:18] "PUT /network-ipam/89f87082-771d-4957-8035-55f3407d883f HTTP/1.1" 200 258 0.013972 10.0.0.27 - - [2025-12-04 03:40:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003330 10.0.0.23 - - [2025-12-04 03:40:18] "GET /projects?obj_uuids=dc763e2c-dd44-4ad5-a4f5-268c1429bdee&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001046 10.0.0.27 - - [2025-12-04 03:40:18] "GET /project/dc763e2c-dd44-4ad5-a4f5-268c1429bdee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.047756 10.0.0.27 - - [2025-12-04 03:40:18] "POST /neutron/network HTTP/1.1" 200 117 0.012060 10.0.0.23 - - [2025-12-04 03:40:19] "POST /useragent-kv HTTP/1.1" 200 115 0.013448 10.0.0.27 - - [2025-12-04 03:40:19] "POST /neutron/subnet HTTP/1.1" 200 699 0.191792 10.0.0.27 - - [2025-12-04 03:40:19] "POST /id-to-fqname HTTP/1.1" 200 220 0.001356 10.0.0.27 - - [2025-12-04 03:40:19] "GET /virtual-network/2eb015f6-8228-463c-b2b0-2add15ffb29f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.005925 10.0.0.27 - - [2025-12-04 03:40:19] "GET /virtual-network/2eb015f6-8228-463c-b2b0-2add15ffb29f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.005777 10.0.0.27 - - [2025-12-04 03:40:19] "POST /neutron/network HTTP/1.1" 200 994 0.009584 10.0.0.27 - - [2025-12-04 03:40:19] "POST /neutron/network HTTP/1.1" 200 994 0.009018 10.0.0.23 - - [2025-12-04 03:40:19] "GET /projects?obj_uuids=dc763e2c-dd44-4ad5-a4f5-268c1429bdee&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001189 10.0.0.27 - - [2025-12-04 03:40:19] "POST /neutron/port HTTP/1.1" 200 1017 0.239744 10.0.0.27 - - [2025-12-04 03:40:20] "POST /id-to-fqname HTTP/1.1" 200 220 0.001793 10.0.0.27 - - [2025-12-04 03:40:20] "POST /neutron/port HTTP/1.1" 200 1017 0.009717 10.0.0.27 - - [2025-12-04 03:40:20] "POST /neutron/port HTTP/1.1" 200 117 0.006638 10.0.0.27 - - [2025-12-04 03:40:20] "POST /id-to-fqname HTTP/1.1" 200 220 0.001342 10.0.0.27 - - [2025-12-04 03:40:20] "POST /neutron/port HTTP/1.1" 200 117 0.006178 10.0.0.27 - - [2025-12-04 03:40:20] "POST /neutron/network HTTP/1.1" 200 994 0.009634 10.0.0.27 - - [2025-12-04 03:40:21] "POST /neutron/port HTTP/1.1" 200 117 0.008332 10.0.0.27 - - [2025-12-04 03:40:21] "POST /id-to-fqname HTTP/1.1" 200 220 0.001329 10.0.0.27 - - [2025-12-04 03:40:21] "POST /neutron/network HTTP/1.1" 200 1004 0.006371 10.0.0.27 - - [2025-12-04 03:40:21] "POST /neutron/port HTTP/1.1" 200 1017 0.010212 10.0.0.27 - - [2025-12-04 03:40:21] "POST /neutron/port HTTP/1.1" 200 1083 0.024477 10.0.0.27 - - [2025-12-04 03:40:21] "POST /neutron/port HTTP/1.1" 200 117 0.001199 10.0.0.27 - - [2025-12-04 03:40:21] "POST /neutron/network HTTP/1.1" 200 1004 0.007711 10.0.0.27 - - [2025-12-04 03:40:21] "POST /neutron/port HTTP/1.1" 200 1109 0.167608 10.0.0.27 - - [2025-12-04 03:40:22] "POST /neutron/subnet HTTP/1.1" 200 673 0.017585 10.0.0.23 - - [2025-12-04 03:40:22] "GET /projects?obj_uuids=dc763e2c-dd44-4ad5-a4f5-268c1429bdee&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001098 10.0.0.27 - - [2025-12-04 03:40:22] "GET /project/dc763e2c-dd44-4ad5-a4f5-268c1429bdee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.101923 10.0.0.27 - - [2025-12-04 03:40:22] "POST /neutron/network HTTP/1.1" 200 994 0.008758 10.0.0.27 - - [2025-12-04 03:40:22] "POST /neutron/port HTTP/1.1" 200 117 0.006905 10.0.0.27 - - [2025-12-04 03:40:23] "GET /virtual-network/2eb015f6-8228-463c-b2b0-2add15ffb29f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.006168 10.0.0.27 - - [2025-12-04 03:40:23] "POST /neutron/port HTTP/1.1" 200 1055 0.020554 10.0.0.27 - - [2025-12-04 03:40:23] "POST /neutron/port HTTP/1.1" 200 1083 0.017156 10.0.0.27 - - [2025-12-04 03:40:23] "POST /neutron/port HTTP/1.1" 200 117 0.001251 10.0.0.23 - - [2025-12-04 03:40:24] "GET /obj-perms HTTP/1.1" 200 5030 0.057060 10.0.0.27 - - [2025-12-04 03:40:24] "POST /neutron/security_group HTTP/1.1" 200 2058 0.008425 10.0.0.27 - - [2025-12-04 03:40:24] "POST /neutron/port HTTP/1.1" 200 1083 0.016487 10.0.0.27 - - [2025-12-04 03:40:25] "GET /virtual-machine/f3ecbb3a-2283-4924-a4e7-ec182ce2f2be HTTP/1.1" 200 1289 0.006297 10.0.0.27 - - [2025-12-04 03:40:25] "GET /virtual-machine-interface/230b1354-25ca-4f0a-afe6-d278732691be HTTP/1.1" 200 2941 0.005512 10.0.0.27 - - [2025-12-04 03:40:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003787 10.0.0.27 - - [2025-12-04 03:40:25] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004015 10.0.0.27 - - [2025-12-04 03:40:25] "GET /virtual-networks?parent_id=dc763e2c-dd44-4ad5-a4f5-268c1429bdee&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003833 10.0.0.27 - - [2025-12-04 03:40:25] "GET /virtual-network/2eb015f6-8228-463c-b2b0-2add15ffb29f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.007575 10.0.0.27 - - [2025-12-04 03:40:27] "POST /neutron/port HTTP/1.1" 200 1083 0.017428 10.0.0.27 - - [2025-12-04 03:40:27] "POST /neutron/subnet HTTP/1.1" 200 673 0.014670 10.0.0.27 - - [2025-12-04 03:40:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003821 10.0.0.27 - - [2025-12-04 03:40:28] "GET /virtual-network/2eb015f6-8228-463c-b2b0-2add15ffb29f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.005884 10.0.0.27 - - [2025-12-04 03:40:31] "POST /neutron/port HTTP/1.1" 200 1083 0.018182 10.0.0.27 - - [2025-12-04 03:40:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003500 10.0.0.27 - - [2025-12-04 03:40:32] "GET /virtual-network/2eb015f6-8228-463c-b2b0-2add15ffb29f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.006241 10.0.0.27 - - [2025-12-04 03:40:32] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007578 10.0.0.27 - - [2025-12-04 03:40:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003961 10.0.0.27 - - [2025-12-04 03:40:34] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004616 10.0.0.27 - - [2025-12-04 03:40:34] "GET /virtual-networks?parent_id=dc763e2c-dd44-4ad5-a4f5-268c1429bdee&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003834 10.0.0.27 - - [2025-12-04 03:40:34] "GET /virtual-network/2eb015f6-8228-463c-b2b0-2add15ffb29f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.006650 10.0.0.27 - - [2025-12-04 03:40:34] "POST /neutron/port HTTP/1.1" 200 1083 0.017501 10.0.0.27 - - [2025-12-04 03:40:34] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007403 10.0.0.27 - - [2025-12-04 03:40:34] "GET /virtual-machine/74030ef1-c085-4155-969a-de7a5c132631 HTTP/1.1" 200 1288 0.006695 10.0.0.27 - - [2025-12-04 03:40:34] "GET /virtual-machine-interface/e0cb91d4-f1b0-4388-b260-bd0c74116c00 HTTP/1.1" 200 2942 0.005943 10.0.0.27 - - [2025-12-04 03:40:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003716 10.0.0.27 - - [2025-12-04 03:40:35] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003866 10.0.0.27 - - [2025-12-04 03:40:35] "GET /virtual-networks?parent_id=dc763e2c-dd44-4ad5-a4f5-268c1429bdee&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003378 10.0.0.27 - - [2025-12-04 03:40:35] "GET /virtual-network/2eb015f6-8228-463c-b2b0-2add15ffb29f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.006439 10.0.0.27 - - [2025-12-04 03:40:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004498 10.0.0.27 - - [2025-12-04 03:40:36] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004433 10.0.0.27 - - [2025-12-04 03:40:36] "GET /virtual-networks?parent_id=dc763e2c-dd44-4ad5-a4f5-268c1429bdee&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.004425 10.0.0.27 - - [2025-12-04 03:40:36] "GET /virtual-network/2eb015f6-8228-463c-b2b0-2add15ffb29f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.007948 10.0.0.27 - - [2025-12-04 03:40:36] "POST /neutron/port HTTP/1.1" 200 1083 0.019955 10.0.0.27 - - [2025-12-04 03:40:36] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007564 10.0.0.27 - - [2025-12-04 03:40:36] "GET /virtual-machine/49ae0439-0090-4909-8696-d1a2457c5fe3 HTTP/1.1" 200 1291 0.006426 10.0.0.27 - - [2025-12-04 03:40:36] "GET /virtual-machine-interface/730c0ef6-22e4-4716-afa5-6ca83d211c54 HTTP/1.1" 200 2941 0.006030 10.0.0.27 - - [2025-12-04 03:40:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003737 10.0.0.27 - - [2025-12-04 03:40:36] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004170 10.0.0.27 - - [2025-12-04 03:40:36] "GET /virtual-networks?parent_id=dc763e2c-dd44-4ad5-a4f5-268c1429bdee&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.010111 10.0.0.27 - - [2025-12-04 03:40:36] "GET /virtual-network/2eb015f6-8228-463c-b2b0-2add15ffb29f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.006287 10.0.0.27 - - [2025-12-04 03:40:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003684 10.0.0.27 - - [2025-12-04 03:40:37] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004551 10.0.0.27 - - [2025-12-04 03:40:37] "GET /virtual-networks?parent_id=dc763e2c-dd44-4ad5-a4f5-268c1429bdee&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003748 10.0.0.27 - - [2025-12-04 03:40:37] "GET /virtual-network/2eb015f6-8228-463c-b2b0-2add15ffb29f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.006145 10.0.0.27 - - [2025-12-04 03:40:54] "POST /neutron/port HTTP/1.1" 200 1109 0.015717 10.0.0.27 - - [2025-12-04 03:40:54] "POST /neutron/port HTTP/1.1" 200 1109 0.013673 10.0.0.27 - - [2025-12-04 03:40:55] "POST /neutron/port HTTP/1.1" 200 151 0.236640 10.0.0.27 - - [2025-12-04 03:40:55] "POST /neutron/network HTTP/1.1" 200 994 0.033075 10.0.0.33 - - [2025-12-04 03:40:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.008173 10.0.0.27 - - [2025-12-04 03:40:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003964 10.0.0.27 - - [2025-12-04 03:40:55] "DELETE /network-ipam/89f87082-771d-4957-8035-55f3407d883f HTTP/1.1" 200 115 0.050640 10.0.0.27 - - [2025-12-04 03:40:55] "POST /fqname-to-id HTTP/1.1" 404 211 0.004440 10.0.0.23 - - [2025-12-04 03:40:57] "GET /projects?obj_uuids=dc763e2c-dd44-4ad5-a4f5-268c1429bdee&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001118 10.0.0.27 - - [2025-12-04 03:40:57] "GET /project/dc763e2c-dd44-4ad5-a4f5-268c1429bdee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.040286 10.0.0.23 - - [2025-12-04 03:40:57] "GET /projects?obj_uuids=dc763e2c-dd44-4ad5-a4f5-268c1429bdee&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001285 10.0.0.27 - - [2025-12-04 03:40:57] "GET /project/dc763e2c-dd44-4ad5-a4f5-268c1429bdee?fields=virtual_networks HTTP/1.1" 200 1033 0.043868 10.0.0.23 - - [2025-12-04 03:40:57] "GET /projects?obj_uuids=dc763e2c-dd44-4ad5-a4f5-268c1429bdee&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001328 10.0.0.27 - - [2025-12-04 03:40:57] "GET /project/dc763e2c-dd44-4ad5-a4f5-268c1429bdee?fields=virtual_machine_interfaces HTTP/1.1" 200 1033 0.042469 10.0.0.23 - - [2025-12-04 03:40:57] "GET /projects?obj_uuids=dc763e2c-dd44-4ad5-a4f5-268c1429bdee&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001125 10.0.0.27 - - [2025-12-04 03:40:57] "GET /project/dc763e2c-dd44-4ad5-a4f5-268c1429bdee?fields=security_groups HTTP/1.1" 200 1259 0.038971 10.0.0.27 - - [2025-12-04 03:40:58] "POST /fqname-to-id HTTP/1.1" 404 196 0.027833 10.0.0.23 - - [2025-12-04 03:40:58] "GET /projects?obj_uuids=f5b23be0-2267-4f0b-a3a0-96f88cf6670a&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003232 10.0.0.23 - - [2025-12-04 03:40:58] "GET /domains?obj_uuids=77f3106b-db9e-49b5-893e-09cac574b890&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000936 10.0.0.23 - - [2025-12-04 03:40:58] "GET /domain/77f3106b-db9e-49b5-893e-09cac574b890?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.006768 10.0.0.23 - - [2025-12-04 03:40:58] "POST /id-to-fqname HTTP/1.1" 200 198 0.002081 10.0.0.23 - - [2025-12-04 03:40:58] "POST /fqname-to-id HTTP/1.1" 404 207 0.009495 10.0.0.23 - - [2025-12-04 03:40:58] "POST /security-groups HTTP/1.1" 200 599 0.077174 10.0.0.23 - - [2025-12-04 03:40:58] "POST /projects HTTP/1.1" 200 601 0.286720 10.0.0.33 - - [2025-12-04 03:40:58] "POST /access-control-lists HTTP/1.1" 200 604 0.030765 10.0.0.23 - - [2025-12-04 03:40:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.359617 10.0.0.27 - - [2025-12-04 03:40:59] "GET /project/f5b23be0-2267-4f0b-a3a0-96f88cf6670a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.511186 10.0.0.27 - - [2025-12-04 03:40:59] "POST /neutron/port HTTP/1.1" 400 205 0.004356 10.0.0.27 - - [2025-12-04 03:41:00] "GET / HTTP/1.1" 200 35931 0.002450 10.0.0.27 - - [2025-12-04 03:41:02] "POST /fqname-to-id HTTP/1.1" 401 292 0.000560 10.0.0.27 - - [2025-12-04 03:41:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.086378 10.0.0.23 - - [2025-12-04 03:41:02] "GET /projects?obj_uuids=f5b23be0-2267-4f0b-a3a0-96f88cf6670a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001327 10.0.0.27 - - [2025-12-04 03:41:02] "GET /project/f5b23be0-2267-4f0b-a3a0-96f88cf6670a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.055332 10.0.0.27 - - [2025-12-04 03:41:02] "POST /neutron/network HTTP/1.1" 200 117 0.051242 10.0.0.33 - - [2025-12-04 03:41:03] "POST /route-targets HTTP/1.1" 200 327 0.016109 10.0.0.23 - - [2025-12-04 03:41:03] "POST /useragent-kv HTTP/1.1" 200 115 0.007833 10.0.0.27 - - [2025-12-04 03:41:03] "POST /neutron/subnet HTTP/1.1" 200 720 0.196490 10.0.0.27 - - [2025-12-04 03:41:03] "POST /id-to-fqname HTTP/1.1" 200 228 0.001292 10.0.0.27 - - [2025-12-04 03:41:03] "GET /virtual-network/b9fb2ea5-a930-4797-a63c-48d77d72c4b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.005707 10.0.0.27 - - [2025-12-04 03:41:03] "GET /virtual-network/b9fb2ea5-a930-4797-a63c-48d77d72c4b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.006708 10.0.0.27 - - [2025-12-04 03:41:03] "POST /neutron/network HTTP/1.1" 200 1005 0.010931 10.0.0.27 - - [2025-12-04 03:41:04] "GET /virtual-network/b9fb2ea5-a930-4797-a63c-48d77d72c4b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.006961 10.0.0.27 - - [2025-12-04 03:41:04] "GET /obj-perms HTTP/1.1" 200 5046 0.072890 10.0.0.33 - - [2025-12-04 03:41:05] "GET /obj-perms HTTP/1.1" 200 5046 0.068143 10.0.0.27 - - [2025-12-04 03:41:05] "POST /id-to-fqname HTTP/1.1" 200 228 0.001450 10.0.0.27 - - [2025-12-04 03:41:05] "POST /neutron/network HTTP/1.1" 200 1015 0.007897 10.0.0.23 - - [2025-12-04 03:41:06] "GET /projects?obj_uuids=f5b23be0-2267-4f0b-a3a0-96f88cf6670a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001487 10.0.0.27 - - [2025-12-04 03:41:06] "GET /project/f5b23be0-2267-4f0b-a3a0-96f88cf6670a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.072377 10.0.0.27 - - [2025-12-04 03:41:06] "POST /neutron/port HTTP/1.1" 200 117 0.007691 10.0.0.27 - - [2025-12-04 03:41:06] "POST /id-to-fqname HTTP/1.1" 200 228 0.001781 10.0.0.27 - - [2025-12-04 03:41:07] "POST /neutron/network HTTP/1.1" 200 1015 0.007659 10.0.0.23 - - [2025-12-04 03:41:07] "GET /projects?obj_uuids=f5b23be0-2267-4f0b-a3a0-96f88cf6670a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001177 10.0.0.27 - - [2025-12-04 03:41:07] "POST /neutron/port HTTP/1.1" 200 1174 0.029263 10.0.0.27 - - [2025-12-04 03:41:07] "GET /project/f5b23be0-2267-4f0b-a3a0-96f88cf6670a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.089651 10.0.0.27 - - [2025-12-04 03:41:08] "POST /neutron/port HTTP/1.1" 200 1202 0.021699 10.0.0.27 - - [2025-12-04 03:41:08] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004528 10.0.0.27 - - [2025-12-04 03:41:08] "POST /neutron/port HTTP/1.1" 200 117 0.001226 10.0.0.27 - - [2025-12-04 03:41:08] "POST /id-to-fqname HTTP/1.1" 200 228 0.001496 10.0.0.27 - - [2025-12-04 03:41:08] "POST /neutron/network HTTP/1.1" 200 1005 0.013220 10.0.0.27 - - [2025-12-04 03:41:08] "POST /neutron/network HTTP/1.1" 200 1015 0.010262 10.0.0.27 - - [2025-12-04 03:41:09] "POST /neutron/port HTTP/1.1" 200 1174 0.030944 10.0.0.23 - - [2025-12-04 03:41:09] "GET /projects?obj_uuids=f5b23be0-2267-4f0b-a3a0-96f88cf6670a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001413 10.0.0.27 - - [2025-12-04 03:41:09] "POST /neutron/port HTTP/1.1" 200 1202 0.031345 10.0.0.27 - - [2025-12-04 03:41:09] "GET /project/f5b23be0-2267-4f0b-a3a0-96f88cf6670a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.098668 10.0.0.27 - - [2025-12-04 03:41:09] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004302 10.0.0.27 - - [2025-12-04 03:41:09] "POST /neutron/port HTTP/1.1" 200 117 0.001489 10.0.0.27 - - [2025-12-04 03:41:10] "POST /neutron/security_group HTTP/1.1" 200 2066 0.013669 10.0.0.27 - - [2025-12-04 03:41:10] "POST /id-to-fqname HTTP/1.1" 200 228 0.001469 10.0.0.27 - - [2025-12-04 03:41:10] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007934 10.0.0.23 - - [2025-12-04 03:41:10] "GET /projects?obj_uuids=f5b23be0-2267-4f0b-a3a0-96f88cf6670a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001096 10.0.0.27 - - [2025-12-04 03:41:11] "POST /neutron/port HTTP/1.1" 200 1174 0.327204 10.0.0.27 - - [2025-12-04 03:41:11] "POST /neutron/port HTTP/1.1" 200 1228 0.136831 10.0.0.27 - - [2025-12-04 03:41:11] "POST /neutron/floatingip HTTP/1.1" 200 117 0.007284 10.0.0.27 - - [2025-12-04 03:41:11] "POST /neutron/port HTTP/1.1" 200 117 0.001376 10.0.0.23 - - [2025-12-04 03:41:11] "GET /projects?obj_uuids=f5b23be0-2267-4f0b-a3a0-96f88cf6670a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001232 10.0.0.27 - - [2025-12-04 03:41:11] "GET /project/f5b23be0-2267-4f0b-a3a0-96f88cf6670a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.102063 10.0.0.27 - - [2025-12-04 03:41:11] "POST /neutron/port HTTP/1.1" 200 3370 0.028143 10.0.0.27 - - [2025-12-04 03:41:12] "POST /neutron/port HTTP/1.1" 200 1202 0.026851 10.0.0.27 - - [2025-12-04 03:41:12] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007850 10.0.0.27 - - [2025-12-04 03:41:12] "GET /virtual-machine/4f5aaa89-222f-4403-a542-7dba15c65b3b HTTP/1.1" 401 292 0.000482 10.0.0.27 - - [2025-12-04 03:41:12] "POST /neutron/network HTTP/1.1" 200 1015 0.007722 10.0.0.27 - - [2025-12-04 03:41:13] "GET /virtual-machine/4f5aaa89-222f-4403-a542-7dba15c65b3b HTTP/1.1" 200 1300 0.062488 10.0.0.27 - - [2025-12-04 03:41:13] "GET /virtual-machine-interface/fd08f1d7-28aa-448e-96c0-de6727f71082 HTTP/1.1" 200 3176 0.006105 10.0.0.27 - - [2025-12-04 03:41:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003506 10.0.0.27 - - [2025-12-04 03:41:13] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004327 10.0.0.27 - - [2025-12-04 03:41:13] "GET /virtual-networks?parent_id=f5b23be0-2267-4f0b-a3a0-96f88cf6670a&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.004143 10.0.0.27 - - [2025-12-04 03:41:13] "POST /neutron/port HTTP/1.1" 200 1174 0.024415 10.0.0.27 - - [2025-12-04 03:41:13] "GET /virtual-network/b9fb2ea5-a930-4797-a63c-48d77d72c4b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.006253 10.0.0.27 - - [2025-12-04 03:41:13] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004509 10.0.0.27 - - [2025-12-04 03:41:13] "POST /neutron/port HTTP/1.1" 200 117 0.001323 10.0.0.27 - - [2025-12-04 03:41:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003427 10.0.0.27 - - [2025-12-04 03:41:16] "GET /virtual-network/b9fb2ea5-a930-4797-a63c-48d77d72c4b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.005937 10.0.0.27 - - [2025-12-04 03:41:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004032 10.0.0.27 - - [2025-12-04 03:41:20] "GET /virtual-network/b9fb2ea5-a930-4797-a63c-48d77d72c4b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.005747 10.0.0.27 - - [2025-12-04 03:41:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003569 10.0.0.27 - - [2025-12-04 03:41:24] "GET /virtual-network/b9fb2ea5-a930-4797-a63c-48d77d72c4b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.007603 10.0.0.27 - - [2025-12-04 03:41:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003958 10.0.0.27 - - [2025-12-04 03:41:28] "GET /virtual-network/b9fb2ea5-a930-4797-a63c-48d77d72c4b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.006005 10.0.0.27 - - [2025-12-04 03:41:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004234 10.0.0.27 - - [2025-12-04 03:41:32] "GET /virtual-network/b9fb2ea5-a930-4797-a63c-48d77d72c4b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.006923 10.0.0.27 - - [2025-12-04 03:41:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003503 10.0.0.27 - - [2025-12-04 03:41:36] "GET /virtual-network/b9fb2ea5-a930-4797-a63c-48d77d72c4b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.006624 10.0.0.27 - - [2025-12-04 03:41:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003817 10.0.0.27 - - [2025-12-04 03:41:40] "GET /virtual-network/b9fb2ea5-a930-4797-a63c-48d77d72c4b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.005492 10.0.0.27 - - [2025-12-04 03:41:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004236 10.0.0.27 - - [2025-12-04 03:41:44] "GET /virtual-network/b9fb2ea5-a930-4797-a63c-48d77d72c4b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.006012 10.0.0.27 - - [2025-12-04 03:41:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003437 10.0.0.27 - - [2025-12-04 03:41:49] "GET /virtual-network/b9fb2ea5-a930-4797-a63c-48d77d72c4b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.007028 10.0.0.23 - - [2025-12-04 03:41:49] "DELETE /project/f5b23be022674f0ba3a096f88cf6670a HTTP/1.1" 404 173 0.008227 10.0.0.23 - - [2025-12-04 03:41:49] "GET /projects?obj_uuids=dc763e2c-dd44-4ad5-a4f5-268c1429bdee&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001229 10.0.0.23 - - [2025-12-04 03:41:49] "GET /project/dc763e2c-dd44-4ad5-a4f5-268c1429bdee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1469 0.065595 10.0.0.23 - - [2025-12-04 03:41:49] "GET /projects?obj_uuids=dc763e2c-dd44-4ad5-a4f5-268c1429bdee&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001086 10.0.0.23 - - [2025-12-04 03:41:49] "GET /project/dc763e2c-dd44-4ad5-a4f5-268c1429bdee?fields=security_groups HTTP/1.1" 200 1103 0.061857 10.0.0.23 - - [2025-12-04 03:41:49] "GET /projects?obj_uuids=dc763e2c-dd44-4ad5-a4f5-268c1429bdee&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001096 10.0.0.23 - - [2025-12-04 03:41:49] "GET /project/dc763e2c-dd44-4ad5-a4f5-268c1429bdee?fields=application_policy_sets HTTP/1.1" 200 1403 0.057831 10.0.0.33 - - [2025-12-04 03:41:49] "DELETE /access-control-list/568b8038-66f2-47d3-b704-ddbfe578e6ff HTTP/1.1" 200 115 0.097413 10.0.0.23 - - [2025-12-04 03:41:49] "DELETE /project/dc763e2c-dd44-4ad5-a4f5-268c1429bdee HTTP/1.1" 404 190 0.452388 10.0.0.27 - - [2025-12-04 03:41:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003795 10.0.0.27 - - [2025-12-04 03:41:53] "GET /virtual-network/b9fb2ea5-a930-4797-a63c-48d77d72c4b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.011337 10.0.0.27 - - [2025-12-04 03:41:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003743 10.0.0.27 - - [2025-12-04 03:41:57] "GET /virtual-network/b9fb2ea5-a930-4797-a63c-48d77d72c4b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.005688 10.0.0.27 - - [2025-12-04 03:42:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.005617 10.0.0.27 - - [2025-12-04 03:42:01] "GET /virtual-network/b9fb2ea5-a930-4797-a63c-48d77d72c4b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.006209 10.0.0.27 - - [2025-12-04 03:42:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004021 10.0.0.27 - - [2025-12-04 03:42:05] "GET /virtual-network/b9fb2ea5-a930-4797-a63c-48d77d72c4b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.006220 10.0.0.27 - - [2025-12-04 03:42:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003787 10.0.0.27 - - [2025-12-04 03:42:09] "GET /virtual-network/b9fb2ea5-a930-4797-a63c-48d77d72c4b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.006476 10.0.0.27 - - [2025-12-04 03:42:09] "POST /neutron/port HTTP/1.1" 200 1202 0.019294 10.0.0.27 - - [2025-12-04 03:42:10] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004225 10.0.0.27 - - [2025-12-04 03:42:10] "POST /neutron/port HTTP/1.1" 200 117 0.001375 10.0.0.27 - - [2025-12-04 03:42:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003255 10.0.0.27 - - [2025-12-04 03:42:11] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004219 10.0.0.27 - - [2025-12-04 03:42:11] "GET /virtual-networks?parent_id=f5b23be0-2267-4f0b-a3a0-96f88cf6670a&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.003086 10.0.0.27 - - [2025-12-04 03:42:11] "GET /virtual-network/b9fb2ea5-a930-4797-a63c-48d77d72c4b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.006635 10.0.0.27 - - [2025-12-04 03:42:11] "POST /neutron/port HTTP/1.1" 200 1202 0.018635 10.0.0.27 - - [2025-12-04 03:42:16] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007318 10.0.0.27 - - [2025-12-04 03:42:24] "POST /neutron/port HTTP/1.1" 200 1202 0.017854 10.0.0.27 - - [2025-12-04 03:42:27] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007970 10.0.0.27 - - [2025-12-04 03:42:28] "POST /neutron/port HTTP/1.1" 200 1202 0.018264 10.0.0.27 - - [2025-12-04 03:42:28] "POST /neutron/port HTTP/1.1" 200 1202 0.047960 10.0.0.27 - - [2025-12-04 03:42:28] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004336 10.0.0.27 - - [2025-12-04 03:42:28] "POST /neutron/port HTTP/1.1" 200 117 0.001323 10.0.0.27 - - [2025-12-04 03:42:29] "POST /neutron/security_group HTTP/1.1" 200 2066 0.006754 10.0.0.23 - - [2025-12-04 03:42:36] "GET /obj-perms HTTP/1.1" 200 5056 0.064256 10.0.0.27 - - [2025-12-04 03:42:37] "POST /neutron/port HTTP/1.1" 200 1202 0.016049 10.0.0.27 - - [2025-12-04 03:42:37] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007816 10.0.0.27 - - [2025-12-04 03:42:37] "GET /virtual-machine/096ae0b5-a6ff-4710-a12a-708d9498fd94 HTTP/1.1" 200 1299 0.006088 10.0.0.27 - - [2025-12-04 03:42:37] "GET /virtual-machine-interface/e58d02c8-ef9c-4511-8300-3d18633d3a2d HTTP/1.1" 200 3175 0.006648 10.0.0.27 - - [2025-12-04 03:42:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003834 10.0.0.27 - - [2025-12-04 03:42:38] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003855 10.0.0.27 - - [2025-12-04 03:42:38] "GET /virtual-networks?parent_id=f5b23be0-2267-4f0b-a3a0-96f88cf6670a&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.003732 10.0.0.27 - - [2025-12-04 03:42:38] "GET /virtual-network/b9fb2ea5-a930-4797-a63c-48d77d72c4b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.006587 10.0.0.27 - - [2025-12-04 03:42:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003712 10.0.0.27 - - [2025-12-04 03:42:39] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004349 10.0.0.27 - - [2025-12-04 03:42:39] "GET /virtual-networks?parent_id=f5b23be0-2267-4f0b-a3a0-96f88cf6670a&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.003873 10.0.0.27 - - [2025-12-04 03:42:39] "GET /virtual-network/b9fb2ea5-a930-4797-a63c-48d77d72c4b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.008456 10.0.0.27 - - [2025-12-04 03:42:39] "POST /neutron/port HTTP/1.1" 200 1202 0.018991 10.0.0.27 - - [2025-12-04 03:42:44] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007250 10.0.0.27 - - [2025-12-04 03:42:44] "POST /neutron/port HTTP/1.1" 200 1202 0.017494 10.0.0.27 - - [2025-12-04 03:42:44] "GET /virtual-machine/33e441ba-5aef-4bac-9058-90d5a7c1e049 HTTP/1.1" 200 1300 0.005961 10.0.0.27 - - [2025-12-04 03:42:44] "GET /virtual-machine-interface/0a966431-c603-4abe-9d06-dd584c29c4b8 HTTP/1.1" 200 3174 0.005899 10.0.0.27 - - [2025-12-04 03:42:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003806 10.0.0.27 - - [2025-12-04 03:42:44] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004046 10.0.0.27 - - [2025-12-04 03:42:44] "GET /virtual-networks?parent_id=f5b23be0-2267-4f0b-a3a0-96f88cf6670a&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.003515 10.0.0.27 - - [2025-12-04 03:42:44] "GET /virtual-network/b9fb2ea5-a930-4797-a63c-48d77d72c4b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.006149 10.0.0.27 - - [2025-12-04 03:42:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003429 10.0.0.27 - - [2025-12-04 03:42:46] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004233 10.0.0.27 - - [2025-12-04 03:42:46] "GET /virtual-networks?parent_id=f5b23be0-2267-4f0b-a3a0-96f88cf6670a&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.003932 10.0.0.27 - - [2025-12-04 03:42:46] "GET /virtual-network/b9fb2ea5-a930-4797-a63c-48d77d72c4b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.006009 10.0.0.23 - - [2025-12-04 03:43:08] "GET /projects?obj_uuids=f5b23be0-2267-4f0b-a3a0-96f88cf6670a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001012 10.0.0.27 - - [2025-12-04 03:43:08] "GET /project/f5b23be0-2267-4f0b-a3a0-96f88cf6670a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.049908 10.0.0.27 - - [2025-12-04 03:43:08] "POST /fqname-to-id HTTP/1.1" 404 226 0.004061 10.0.0.27 - - [2025-12-04 03:43:08] "POST /interface-route-tables HTTP/1.1" 200 575 0.027203 10.0.0.27 - - [2025-12-04 03:43:08] "GET /interface-route-table/0d17a338-02d6-46f0-b6b1-833db7be5d57?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1332 0.005719 10.0.0.27 - - [2025-12-04 03:43:08] "GET /virtual-machine-interface/fd08f1d7-28aa-448e-96c0-de6727f71082?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2761 0.005891 10.0.0.27 - - [2025-12-04 03:43:08] "POST /ref-update HTTP/1.1" 200 156 0.021913 10.0.0.27 - - [2025-12-04 03:43:11] "POST /neutron/port HTTP/1.1" 200 1202 0.025465 10.0.0.27 - - [2025-12-04 03:43:11] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004412 10.0.0.27 - - [2025-12-04 03:43:11] "POST /neutron/port HTTP/1.1" 200 117 0.001151 10.0.0.27 - - [2025-12-04 03:43:30] "POST /neutron/port HTTP/1.1" 200 1202 0.017755 10.0.0.27 - - [2025-12-04 03:43:30] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004085 10.0.0.27 - - [2025-12-04 03:43:30] "POST /neutron/port HTTP/1.1" 200 117 0.001347 10.0.0.33 - - [2025-12-04 03:43:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000971 10.0.0.23 - - [2025-12-04 03:43:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000375 10.0.0.33 - - [2025-12-04 03:43:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000422 10.0.0.23 - - [2025-12-04 03:43:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000463 10.0.0.23 - - [2025-12-04 03:43:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000511 10.0.0.23 - - [2025-12-04 03:43:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000937 10.0.0.33 - - [2025-12-04 03:43:38] "GET /global-system-configs HTTP/1.1" 401 292 0.000403 10.0.0.33 - - [2025-12-04 03:43:38] "GET /global-system-configs HTTP/1.1" 401 292 0.000450 10.0.0.27 - - [2025-12-04 03:43:38] "GET /global-system-configs HTTP/1.1" 401 292 0.000434 10.0.0.27 - - [2025-12-04 03:43:39] "GET /global-system-configs HTTP/1.1" 401 292 0.000485 10.0.0.27 - - [2025-12-04 03:43:40] "GET /global-system-configs HTTP/1.1" 401 292 0.000396 10.0.0.27 - - [2025-12-04 03:43:40] "GET /global-system-configs HTTP/1.1" 401 292 0.000426 10.0.0.23 - - [2025-12-04 03:43:57] "GET /projects?obj_uuids=f5b23be0-2267-4f0b-a3a0-96f88cf6670a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.031362 10.0.0.27 - - [2025-12-04 03:43:57] "GET /project/f5b23be0-2267-4f0b-a3a0-96f88cf6670a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.078779 10.0.0.27 - - [2025-12-04 03:43:57] "POST /fqname-to-id HTTP/1.1" 404 226 0.002883 10.0.0.27 - - [2025-12-04 03:43:57] "POST /interface-route-tables HTTP/1.1" 200 575 0.027673 10.0.0.27 - - [2025-12-04 03:43:57] "GET /interface-route-table/92f1f793-59f6-494c-a75d-97cadea331a6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1334 0.005959 10.0.0.27 - - [2025-12-04 03:43:57] "GET /virtual-machine-interface/e58d02c8-ef9c-4511-8300-3d18633d3a2d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2760 0.005725 10.0.0.27 - - [2025-12-04 03:43:57] "POST /ref-update HTTP/1.1" 200 156 0.015808 10.0.0.27 - - [2025-12-04 03:43:59] "GET /virtual-machine-interface/0a966431-c603-4abe-9d06-dd584c29c4b8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2759 0.006402 10.0.0.27 - - [2025-12-04 03:43:59] "PUT /virtual-machine-interface/0a966431-c603-4abe-9d06-dd584c29c4b8 HTTP/1.1" 200 284 0.017520 10.0.0.27 - - [2025-12-04 03:43:59] "GET /virtual-machine-interface/fd08f1d7-28aa-448e-96c0-de6727f71082?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3042 0.009511 10.0.0.27 - - [2025-12-04 03:43:59] "PUT /virtual-machine-interface/fd08f1d7-28aa-448e-96c0-de6727f71082 HTTP/1.1" 200 284 0.014881 10.0.0.27 - - [2025-12-04 03:43:59] "GET /virtual-machine-interface/e58d02c8-ef9c-4511-8300-3d18633d3a2d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3041 0.008095 10.0.0.27 - - [2025-12-04 03:43:59] "PUT /virtual-machine-interface/e58d02c8-ef9c-4511-8300-3d18633d3a2d HTTP/1.1" 200 284 0.014287 10.0.0.27 - - [2025-12-04 03:44:12] "POST /neutron/port HTTP/1.1" 200 1202 0.045672 10.0.0.27 - - [2025-12-04 03:44:12] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003987 10.0.0.27 - - [2025-12-04 03:44:12] "POST /neutron/port HTTP/1.1" 200 117 0.001111 10.0.0.27 - - [2025-12-04 03:44:31] "POST /neutron/port HTTP/1.1" 200 1202 0.017628 10.0.0.27 - - [2025-12-04 03:44:31] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004549 10.0.0.27 - - [2025-12-04 03:44:31] "POST /neutron/port HTTP/1.1" 200 117 0.001570 10.0.0.27 - - [2025-12-04 03:44:38] "GET /obj-perms HTTP/1.1" 200 5056 0.052913 10.0.0.27 - - [2025-12-04 03:45:05] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008046 10.0.0.27 - - [2025-12-04 03:45:05] "POST /neutron/port HTTP/1.1" 200 1202 0.017148 10.0.0.27 - - [2025-12-04 03:45:05] "GET /virtual-machine/53055728-24b2-4065-9963-58149ed8039e HTTP/1.1" 200 1300 0.007008 10.0.0.27 - - [2025-12-04 03:45:05] "GET /virtual-machine-interface/714b95cc-00c7-4967-b6a6-5e0c11ee2d3f HTTP/1.1" 200 3175 0.005741 10.0.0.27 - - [2025-12-04 03:45:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003871 10.0.0.27 - - [2025-12-04 03:45:05] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004617 10.0.0.27 - - [2025-12-04 03:45:05] "GET /virtual-networks?parent_id=f5b23be0-2267-4f0b-a3a0-96f88cf6670a&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.003186 10.0.0.27 - - [2025-12-04 03:45:05] "GET /virtual-network/b9fb2ea5-a930-4797-a63c-48d77d72c4b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.006938 10.0.0.27 - - [2025-12-04 03:45:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004696 10.0.0.27 - - [2025-12-04 03:45:06] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004382 10.0.0.27 - - [2025-12-04 03:45:06] "GET /virtual-networks?parent_id=f5b23be0-2267-4f0b-a3a0-96f88cf6670a&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.005119 10.0.0.27 - - [2025-12-04 03:45:06] "GET /virtual-network/b9fb2ea5-a930-4797-a63c-48d77d72c4b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.008319 10.0.0.27 - - [2025-12-04 03:45:07] "GET /virtual-machine-interface/714b95cc-00c7-4967-b6a6-5e0c11ee2d3f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2760 0.006285 10.0.0.27 - - [2025-12-04 03:45:07] "PUT /virtual-machine-interface/714b95cc-00c7-4967-b6a6-5e0c11ee2d3f HTTP/1.1" 200 284 0.016144 10.0.0.27 - - [2025-12-04 03:45:13] "POST /neutron/port HTTP/1.1" 200 1202 0.017432 10.0.0.27 - - [2025-12-04 03:45:14] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004581 10.0.0.27 - - [2025-12-04 03:45:14] "POST /neutron/port HTTP/1.1" 200 117 0.001326 10.0.0.27 - - [2025-12-04 03:45:33] "POST /neutron/port HTTP/1.1" 200 1202 0.018885 10.0.0.27 - - [2025-12-04 03:45:33] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004464 10.0.0.27 - - [2025-12-04 03:45:33] "POST /neutron/port HTTP/1.1" 200 117 0.001280 10.0.0.33 - - [2025-12-04 03:45:38] "GET /obj-perms HTTP/1.1" 200 5056 0.059698 10.0.0.23 - - [2025-12-04 03:45:52] "GET /projects?obj_uuids=f5b23be0-2267-4f0b-a3a0-96f88cf6670a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001135 10.0.0.27 - - [2025-12-04 03:45:52] "GET /project/f5b23be0-2267-4f0b-a3a0-96f88cf6670a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.052309 10.0.0.27 - - [2025-12-04 03:45:52] "POST /fqname-to-id HTTP/1.1" 404 226 0.003949 10.0.0.27 - - [2025-12-04 03:45:52] "POST /interface-route-tables HTTP/1.1" 200 575 0.030919 10.0.0.27 - - [2025-12-04 03:45:52] "GET /interface-route-table/80924a55-e939-4e60-8c08-7e2511f785a7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1333 0.006599 10.0.0.27 - - [2025-12-04 03:45:53] "GET /virtual-machine-interface/714b95cc-00c7-4967-b6a6-5e0c11ee2d3f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2810 0.005832 10.0.0.27 - - [2025-12-04 03:45:53] "POST /ref-update HTTP/1.1" 200 156 0.019399 10.0.0.27 - - [2025-12-04 03:45:54] "GET /virtual-machine-interface/fd08f1d7-28aa-448e-96c0-de6727f71082?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3092 0.007415 10.0.0.27 - - [2025-12-04 03:45:54] "POST /ref-update HTTP/1.1" 200 156 0.018648 10.0.0.27 - - [2025-12-04 03:45:55] "DELETE /interface-route-table/0d17a338-02d6-46f0-b6b1-833db7be5d57 HTTP/1.1" 200 115 0.029044 10.0.0.27 - - [2025-12-04 03:45:55] "POST /neutron/port HTTP/1.1" 200 1228 0.017672 10.0.0.27 - - [2025-12-04 03:46:13] "POST /neutron/port HTTP/1.1" 200 1202 0.017001 10.0.0.27 - - [2025-12-04 03:46:14] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004787 10.0.0.27 - - [2025-12-04 03:46:14] "POST /neutron/port HTTP/1.1" 200 117 0.001295 10.0.0.27 - - [2025-12-04 03:46:17] "GET /virtual-machine-interface/714b95cc-00c7-4967-b6a6-5e0c11ee2d3f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3091 0.035067 10.0.0.27 - - [2025-12-04 03:46:17] "POST /ref-update HTTP/1.1" 200 156 0.016526 10.0.0.27 - - [2025-12-04 03:46:17] "DELETE /interface-route-table/80924a55-e939-4e60-8c08-7e2511f785a7 HTTP/1.1" 200 115 0.066452 10.0.0.27 - - [2025-12-04 03:46:17] "GET /virtual-machine-interface/e58d02c8-ef9c-4511-8300-3d18633d3a2d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3091 0.006972 10.0.0.27 - - [2025-12-04 03:46:17] "POST /ref-update HTTP/1.1" 200 156 0.019428 10.0.0.27 - - [2025-12-04 03:46:17] "DELETE /interface-route-table/92f1f793-59f6-494c-a75d-97cadea331a6 HTTP/1.1" 200 115 0.033149 10.0.0.27 - - [2025-12-04 03:46:18] "POST /neutron/port HTTP/1.1" 200 1202 0.063761 10.0.0.27 - - [2025-12-04 03:46:18] "POST /neutron/port HTTP/1.1" 200 151 0.274329 10.0.0.27 - - [2025-12-04 03:46:18] "POST /neutron/port HTTP/1.1" 200 151 0.275980 10.0.0.27 - - [2025-12-04 03:46:18] "POST /neutron/port HTTP/1.1" 200 151 0.310647 10.0.0.23 - - [2025-12-04 03:46:22] "GET /projects?obj_uuids=f5b23be0-2267-4f0b-a3a0-96f88cf6670a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001171 10.0.0.27 - - [2025-12-04 03:46:22] "GET /project/f5b23be0-2267-4f0b-a3a0-96f88cf6670a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.089866 10.0.0.23 - - [2025-12-04 03:46:22] "GET /projects?obj_uuids=f5b23be0-2267-4f0b-a3a0-96f88cf6670a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001785 10.0.0.27 - - [2025-12-04 03:46:22] "GET /project/f5b23be0-2267-4f0b-a3a0-96f88cf6670a?fields=virtual_networks HTTP/1.1" 200 1049 0.073178 10.0.0.23 - - [2025-12-04 03:46:22] "GET /projects?obj_uuids=f5b23be0-2267-4f0b-a3a0-96f88cf6670a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001433 10.0.0.27 - - [2025-12-04 03:46:22] "GET /project/f5b23be0-2267-4f0b-a3a0-96f88cf6670a?fields=virtual_machine_interfaces HTTP/1.1" 200 1049 0.039372 10.0.0.23 - - [2025-12-04 03:46:22] "GET /projects?obj_uuids=f5b23be0-2267-4f0b-a3a0-96f88cf6670a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001145 10.0.0.27 - - [2025-12-04 03:46:22] "GET /project/f5b23be0-2267-4f0b-a3a0-96f88cf6670a?fields=security_groups HTTP/1.1" 200 1283 0.061233 10.0.0.27 - - [2025-12-04 03:46:23] "POST /fqname-to-id HTTP/1.1" 404 183 0.030483 10.0.0.23 - - [2025-12-04 03:46:23] "GET /projects?obj_uuids=e03d88bd-acd9-46f7-a69c-679b6df9b01f&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002934 10.0.0.23 - - [2025-12-04 03:46:23] "GET /domains?obj_uuids=77f3106b-db9e-49b5-893e-09cac574b890&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001418 10.0.0.23 - - [2025-12-04 03:46:23] "GET /domain/77f3106b-db9e-49b5-893e-09cac574b890?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.038851 10.0.0.23 - - [2025-12-04 03:46:23] "POST /id-to-fqname HTTP/1.1" 200 185 0.004416 10.0.0.23 - - [2025-12-04 03:46:23] "POST /fqname-to-id HTTP/1.1" 404 194 0.005921 10.0.0.23 - - [2025-12-04 03:46:23] "POST /security-groups HTTP/1.1" 200 586 0.033262 10.0.0.23 - - [2025-12-04 03:46:23] "POST /projects HTTP/1.1" 200 575 0.243779 10.0.0.33 - - [2025-12-04 03:46:23] "POST /fqname-to-id HTTP/1.1" 404 229 0.036818 10.0.0.23 - - [2025-12-04 03:46:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.318087 10.0.0.33 - - [2025-12-04 03:46:23] "POST /access-control-lists HTTP/1.1" 200 589 0.029389 10.0.0.27 - - [2025-12-04 03:46:23] "GET /project/e03d88bd-acd9-46f7-a69c-679b6df9b01f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1344 0.508410 10.0.0.27 - - [2025-12-04 03:46:25] "GET / HTTP/1.1" 200 35931 0.002014 10.0.0.23 - - [2025-12-04 03:46:28] "GET /projects?obj_uuids=e03d88bd-acd9-46f7-a69c-679b6df9b01f&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001066 10.0.0.27 - - [2025-12-04 03:46:28] "GET /project/e03d88bd-acd9-46f7-a69c-679b6df9b01f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1344 0.038227 10.0.0.23 - - [2025-12-04 03:46:28] "GET /projects?obj_uuids=e03d88bd-acd9-46f7-a69c-679b6df9b01f&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001099 10.0.0.27 - - [2025-12-04 03:46:28] "GET /project/e03d88bd-acd9-46f7-a69c-679b6df9b01f?fields=virtual_networks HTTP/1.1" 200 1023 0.047800 10.0.0.23 - - [2025-12-04 03:46:28] "GET /projects?obj_uuids=e03d88bd-acd9-46f7-a69c-679b6df9b01f&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001939 10.0.0.27 - - [2025-12-04 03:46:28] "GET /project/e03d88bd-acd9-46f7-a69c-679b6df9b01f?fields=virtual_machine_interfaces HTTP/1.1" 200 1023 0.042511 10.0.0.23 - - [2025-12-04 03:46:28] "GET /projects?obj_uuids=e03d88bd-acd9-46f7-a69c-679b6df9b01f&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001023 10.0.0.27 - - [2025-12-04 03:46:28] "GET /project/e03d88bd-acd9-46f7-a69c-679b6df9b01f?fields=security_groups HTTP/1.1" 200 1244 0.047367 10.0.0.27 - - [2025-12-04 03:46:29] "POST /fqname-to-id HTTP/1.1" 404 193 0.035146 10.0.0.23 - - [2025-12-04 03:46:29] "GET /projects?obj_uuids=4e822d25-d336-4c7c-a753-38f2df21e11c&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003651 10.0.0.23 - - [2025-12-04 03:46:29] "GET /domains?obj_uuids=77f3106b-db9e-49b5-893e-09cac574b890&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001081 10.0.0.23 - - [2025-12-04 03:46:29] "GET /domain/77f3106b-db9e-49b5-893e-09cac574b890?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.006963 10.0.0.23 - - [2025-12-04 03:46:29] "POST /id-to-fqname HTTP/1.1" 200 195 0.001703 10.0.0.23 - - [2025-12-04 03:46:29] "POST /fqname-to-id HTTP/1.1" 404 204 0.006061 10.0.0.23 - - [2025-12-04 03:46:29] "POST /security-groups HTTP/1.1" 200 596 0.073475 10.0.0.23 - - [2025-12-04 03:46:29] "POST /projects HTTP/1.1" 200 595 0.287390 10.0.0.33 - - [2025-12-04 03:46:29] "POST /fqname-to-id HTTP/1.1" 404 238 0.008659 10.0.0.23 - - [2025-12-04 03:46:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.373547 10.0.0.27 - - [2025-12-04 03:46:29] "GET /project/4e822d25-d336-4c7c-a753-38f2df21e11c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1383 0.518728 10.0.0.27 - - [2025-12-04 03:46:31] "GET / HTTP/1.1" 200 35931 0.001763 10.0.0.23 - - [2025-12-04 03:46:34] "GET /projects?obj_uuids=4e822d25-d336-4c7c-a753-38f2df21e11c&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001286 10.0.0.27 - - [2025-12-04 03:46:34] "GET /project/4e822d25-d336-4c7c-a753-38f2df21e11c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1383 0.051234 10.0.0.23 - - [2025-12-04 03:46:34] "GET /projects?obj_uuids=4e822d25-d336-4c7c-a753-38f2df21e11c&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001168 10.0.0.27 - - [2025-12-04 03:46:34] "GET /project/4e822d25-d336-4c7c-a753-38f2df21e11c?fields=virtual_networks HTTP/1.1" 200 1042 0.047047 10.0.0.23 - - [2025-12-04 03:46:34] "GET /projects?obj_uuids=4e822d25-d336-4c7c-a753-38f2df21e11c&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001068 10.0.0.27 - - [2025-12-04 03:46:34] "GET /project/4e822d25-d336-4c7c-a753-38f2df21e11c?fields=virtual_machine_interfaces HTTP/1.1" 200 1042 0.040394 10.0.0.23 - - [2025-12-04 03:46:34] "GET /projects?obj_uuids=4e822d25-d336-4c7c-a753-38f2df21e11c&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001354 10.0.0.27 - - [2025-12-04 03:46:34] "GET /project/4e822d25-d336-4c7c-a753-38f2df21e11c?fields=security_groups HTTP/1.1" 200 1273 0.052426 10.0.0.27 - - [2025-12-04 03:46:35] "POST /fqname-to-id HTTP/1.1" 404 199 0.034388 10.0.0.23 - - [2025-12-04 03:46:35] "GET /projects?obj_uuids=2191793b-f622-4630-9aac-eccce69799dc&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003201 10.0.0.23 - - [2025-12-04 03:46:35] "GET /domains?obj_uuids=77f3106b-db9e-49b5-893e-09cac574b890&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001302 10.0.0.23 - - [2025-12-04 03:46:35] "GET /domain/77f3106b-db9e-49b5-893e-09cac574b890?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.010003 10.0.0.23 - - [2025-12-04 03:46:35] "POST /id-to-fqname HTTP/1.1" 200 201 0.005107 10.0.0.23 - - [2025-12-04 03:46:35] "POST /fqname-to-id HTTP/1.1" 404 210 0.008514 10.0.0.23 - - [2025-12-04 03:46:35] "POST /security-groups HTTP/1.1" 200 602 0.032321 10.0.0.23 - - [2025-12-04 03:46:35] "POST /projects HTTP/1.1" 200 607 0.255685 10.0.0.23 - - [2025-12-04 03:46:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.287964 10.0.0.33 - - [2025-12-04 03:46:35] "POST /access-control-lists HTTP/1.1" 200 607 0.033199 10.0.0.27 - - [2025-12-04 03:46:35] "GET /project/2191793b-f622-4630-9aac-eccce69799dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1407 0.457122 10.0.0.27 - - [2025-12-04 03:46:37] "GET / HTTP/1.1" 200 35931 0.001655 10.0.0.23 - - [2025-12-04 03:46:40] "GET /projects?obj_uuids=2191793b-f622-4630-9aac-eccce69799dc&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001631 10.0.0.27 - - [2025-12-04 03:46:40] "GET /project/2191793b-f622-4630-9aac-eccce69799dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1407 0.044999 10.0.0.23 - - [2025-12-04 03:46:40] "GET /projects?obj_uuids=2191793b-f622-4630-9aac-eccce69799dc&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000978 10.0.0.27 - - [2025-12-04 03:46:40] "GET /project/2191793b-f622-4630-9aac-eccce69799dc?fields=virtual_networks HTTP/1.1" 200 1054 0.045780 10.0.0.23 - - [2025-12-04 03:46:40] "GET /projects?obj_uuids=2191793b-f622-4630-9aac-eccce69799dc&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001163 10.0.0.27 - - [2025-12-04 03:46:40] "GET /project/2191793b-f622-4630-9aac-eccce69799dc?fields=virtual_machine_interfaces HTTP/1.1" 200 1054 0.045234 10.0.0.23 - - [2025-12-04 03:46:40] "GET /projects?obj_uuids=2191793b-f622-4630-9aac-eccce69799dc&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001334 10.0.0.27 - - [2025-12-04 03:46:40] "GET /project/2191793b-f622-4630-9aac-eccce69799dc?fields=security_groups HTTP/1.1" 200 1291 0.041799 10.0.0.27 - - [2025-12-04 03:46:41] "POST /fqname-to-id HTTP/1.1" 404 185 0.037591 10.0.0.23 - - [2025-12-04 03:46:41] "GET /projects?obj_uuids=600f976e-55e6-4b32-b628-44fff5f66710&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003314 10.0.0.23 - - [2025-12-04 03:46:41] "GET /domains?obj_uuids=77f3106b-db9e-49b5-893e-09cac574b890&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001236 10.0.0.23 - - [2025-12-04 03:46:41] "GET /domain/77f3106b-db9e-49b5-893e-09cac574b890?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.007499 10.0.0.23 - - [2025-12-04 03:46:41] "POST /id-to-fqname HTTP/1.1" 200 187 0.007207 10.0.0.23 - - [2025-12-04 03:46:41] "POST /fqname-to-id HTTP/1.1" 404 196 0.006828 10.0.0.23 - - [2025-12-04 03:46:41] "POST /security-groups HTTP/1.1" 200 588 0.073405 10.0.0.33 - - [2025-12-04 03:46:41] "POST /fqname-to-id HTTP/1.1" 404 231 0.003470 10.0.0.23 - - [2025-12-04 03:46:41] "POST /projects HTTP/1.1" 200 579 0.311428 10.0.0.23 - - [2025-12-04 03:46:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.392948 10.0.0.33 - - [2025-12-04 03:46:42] "POST /access-control-lists HTTP/1.1" 200 591 0.041233 10.0.0.27 - - [2025-12-04 03:46:42] "GET /project/600f976e-55e6-4b32-b628-44fff5f66710?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1351 0.545698 10.0.0.27 - - [2025-12-04 03:46:43] "GET / HTTP/1.1" 200 35931 0.001638 10.0.0.23 - - [2025-12-04 03:46:46] "GET /projects?obj_uuids=600f976e-55e6-4b32-b628-44fff5f66710&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001058 10.0.0.27 - - [2025-12-04 03:46:46] "GET /project/600f976e-55e6-4b32-b628-44fff5f66710?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1351 0.044716 10.0.0.23 - - [2025-12-04 03:46:46] "GET /projects?obj_uuids=600f976e-55e6-4b32-b628-44fff5f66710&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.002015 10.0.0.27 - - [2025-12-04 03:46:46] "GET /project/600f976e-55e6-4b32-b628-44fff5f66710?fields=virtual_networks HTTP/1.1" 200 1026 0.072695 10.0.0.23 - - [2025-12-04 03:46:46] "GET /projects?obj_uuids=600f976e-55e6-4b32-b628-44fff5f66710&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001554 10.0.0.27 - - [2025-12-04 03:46:46] "GET /project/600f976e-55e6-4b32-b628-44fff5f66710?fields=virtual_machine_interfaces HTTP/1.1" 200 1026 0.057338 10.0.0.23 - - [2025-12-04 03:46:46] "GET /projects?obj_uuids=600f976e-55e6-4b32-b628-44fff5f66710&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.000963 10.0.0.27 - - [2025-12-04 03:46:46] "GET /project/600f976e-55e6-4b32-b628-44fff5f66710?fields=security_groups HTTP/1.1" 200 1249 0.050033 10.0.0.27 - - [2025-12-04 03:46:47] "POST /fqname-to-id HTTP/1.1" 404 182 0.029864 10.0.0.23 - - [2025-12-04 03:46:47] "GET /projects?obj_uuids=46fc4629-f0e4-4b54-8762-6f347ff97aeb&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003535 10.0.0.23 - - [2025-12-04 03:46:47] "GET /domains?obj_uuids=77f3106b-db9e-49b5-893e-09cac574b890&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001288 10.0.0.23 - - [2025-12-04 03:46:47] "GET /domain/77f3106b-db9e-49b5-893e-09cac574b890?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.007657 10.0.0.23 - - [2025-12-04 03:46:47] "POST /id-to-fqname HTTP/1.1" 200 184 0.005965 10.0.0.23 - - [2025-12-04 03:46:47] "POST /fqname-to-id HTTP/1.1" 404 193 0.006932 10.0.0.23 - - [2025-12-04 03:46:47] "POST /security-groups HTTP/1.1" 200 585 0.032583 10.0.0.23 - - [2025-12-04 03:46:47] "POST /projects HTTP/1.1" 200 573 0.250932 10.0.0.33 - - [2025-12-04 03:46:48] "POST /fqname-to-id HTTP/1.1" 404 227 0.009860 10.0.0.23 - - [2025-12-04 03:46:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.331212 10.0.0.27 - - [2025-12-04 03:46:48] "GET /project/46fc4629-f0e4-4b54-8762-6f347ff97aeb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1338 0.492520 10.0.0.27 - - [2025-12-04 03:46:49] "GET / HTTP/1.1" 200 35931 0.002325 10.0.0.23 - - [2025-12-04 03:46:50] "DELETE /project/4e822d25d3364c7ca75338f2df21e11c HTTP/1.1" 404 173 0.030575 10.0.0.23 - - [2025-12-04 03:46:50] "DELETE /project/e03d88bdacd946f7a69c679b6df9b01f HTTP/1.1" 404 173 0.029239 10.0.0.23 - - [2025-12-04 03:46:50] "DELETE /project/2191793bf62246309aaceccce69799dc HTTP/1.1" 404 173 0.023879 10.0.0.23 - - [2025-12-04 03:46:50] "DELETE /project/600f976e55e64b32b62844fff5f66710 HTTP/1.1" 404 173 0.016832 10.0.0.23 - - [2025-12-04 03:46:50] "DELETE /project/46fc4629f0e44b5487626f347ff97aeb HTTP/1.1" 404 173 0.015877 10.0.0.23 - - [2025-12-04 03:46:50] "GET /projects?obj_uuids=4e822d25-d336-4c7c-a753-38f2df21e11c&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001132 10.0.0.23 - - [2025-12-04 03:46:50] "GET /projects?obj_uuids=e03d88bd-acd9-46f7-a69c-679b6df9b01f&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001056 10.0.0.23 - - [2025-12-04 03:46:50] "GET /projects?obj_uuids=600f976e-55e6-4b32-b628-44fff5f66710&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001120 10.0.0.23 - - [2025-12-04 03:46:50] "GET /projects?obj_uuids=2191793b-f622-4630-9aac-eccce69799dc&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001067 10.0.0.23 - - [2025-12-04 03:46:50] "GET /projects?obj_uuids=f5b23be0-2267-4f0b-a3a0-96f88cf6670a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000832 10.0.0.23 - - [2025-12-04 03:46:50] "GET /project/4e822d25-d336-4c7c-a753-38f2df21e11c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1488 0.107610 10.0.0.23 - - [2025-12-04 03:46:50] "GET /project/e03d88bd-acd9-46f7-a69c-679b6df9b01f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1449 0.131090 10.0.0.23 - - [2025-12-04 03:46:50] "GET /project/600f976e-55e6-4b32-b628-44fff5f66710?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1456 0.141465 10.0.0.23 - - [2025-12-04 03:46:50] "GET /projects?obj_uuids=4e822d25-d336-4c7c-a753-38f2df21e11c&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001658 10.0.0.23 - - [2025-12-04 03:46:50] "GET /project/2191793b-f622-4630-9aac-eccce69799dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1512 0.195493 10.0.0.23 - - [2025-12-04 03:46:50] "GET /projects?obj_uuids=600f976e-55e6-4b32-b628-44fff5f66710&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001556 10.0.0.23 - - [2025-12-04 03:46:50] "GET /projects?obj_uuids=e03d88bd-acd9-46f7-a69c-679b6df9b01f&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001255 10.0.0.23 - - [2025-12-04 03:46:50] "GET /project/f5b23be0-2267-4f0b-a3a0-96f88cf6670a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1501 0.216483 10.0.0.23 - - [2025-12-04 03:46:50] "GET /projects?obj_uuids=2191793b-f622-4630-9aac-eccce69799dc&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.002597 10.0.0.23 - - [2025-12-04 03:46:50] "GET /projects?obj_uuids=f5b23be0-2267-4f0b-a3a0-96f88cf6670a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.004816 10.0.0.23 - - [2025-12-04 03:46:50] "GET /project/4e822d25-d336-4c7c-a753-38f2df21e11c?fields=security_groups HTTP/1.1" 200 1378 0.204151 10.0.0.23 - - [2025-12-04 03:46:50] "GET /project/600f976e-55e6-4b32-b628-44fff5f66710?fields=security_groups HTTP/1.1" 200 1354 0.229266 10.0.0.23 - - [2025-12-04 03:46:50] "GET /project/e03d88bd-acd9-46f7-a69c-679b6df9b01f?fields=security_groups HTTP/1.1" 200 1349 0.258699 10.0.0.23 - - [2025-12-04 03:46:50] "GET /project/f5b23be0-2267-4f0b-a3a0-96f88cf6670a?fields=security_groups HTTP/1.1" 200 1388 0.207788 10.0.0.23 - - [2025-12-04 03:46:50] "GET /project/2191793b-f622-4630-9aac-eccce69799dc?fields=security_groups HTTP/1.1" 200 1396 0.264935 10.0.0.23 - - [2025-12-04 03:46:50] "DELETE /security-group/2d99b29e-1977-474c-91ff-c120c2db7334 HTTP/1.1" 404 171 0.021879 10.0.0.23 - - [2025-12-04 03:46:50] "GET /projects?obj_uuids=f5b23be0-2267-4f0b-a3a0-96f88cf6670a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.002130 10.0.0.23 - - [2025-12-04 03:46:50] "DELETE /security-group/6242c51a-3819-4dc3-8567-f4ab7e838007 HTTP/1.1" 200 115 0.323327 10.0.0.23 - - [2025-12-04 03:46:50] "GET /projects?obj_uuids=4e822d25-d336-4c7c-a753-38f2df21e11c&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001883 10.0.0.33 - - [2025-12-04 03:46:50] "DELETE /access-control-list/dc14d1e0-1a40-4a59-90db-d47e332051c9 HTTP/1.1" 200 115 0.194121 10.0.0.23 - - [2025-12-04 03:46:50] "DELETE /security-group/39595cbb-eed2-43ea-96d8-20de87a273fe HTTP/1.1" 200 115 0.319053 10.0.0.23 - - [2025-12-04 03:46:50] "DELETE /security-group/80c51130-32cc-475d-abc4-bc4d4ca818f6 HTTP/1.1" 200 115 0.357516 10.0.0.23 - - [2025-12-04 03:46:50] "GET /project/f5b23be0-2267-4f0b-a3a0-96f88cf6670a?fields=application_policy_sets HTTP/1.1" 200 1119 0.231470 10.0.0.23 - - [2025-12-04 03:46:50] "GET /projects?obj_uuids=e03d88bd-acd9-46f7-a69c-679b6df9b01f&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001633 10.0.0.23 - - [2025-12-04 03:46:50] "DELETE /security-group/62dfe02e-466c-41aa-89d2-3cd71bd6d946 HTTP/1.1" 200 115 0.291702 10.0.0.23 - - [2025-12-04 03:46:50] "GET /projects?obj_uuids=600f976e-55e6-4b32-b628-44fff5f66710&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001108 10.0.0.23 - - [2025-12-04 03:46:50] "GET /project/4e822d25-d336-4c7c-a753-38f2df21e11c?fields=application_policy_sets HTTP/1.1" 200 1417 0.133276 10.0.0.23 - - [2025-12-04 03:46:50] "GET /projects?obj_uuids=2191793b-f622-4630-9aac-eccce69799dc&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.002048 10.0.0.23 - - [2025-12-04 03:46:51] "DELETE /project/f5b23be0-2267-4f0b-a3a0-96f88cf6670a HTTP/1.1" 404 190 0.930783 10.0.0.23 - - [2025-12-04 03:46:51] "GET /project/e03d88bd-acd9-46f7-a69c-679b6df9b01f?fields=application_policy_sets HTTP/1.1" 200 1388 0.163817 10.0.0.23 - - [2025-12-04 03:46:51] "GET /project/600f976e-55e6-4b32-b628-44fff5f66710?fields=application_policy_sets HTTP/1.1" 200 1393 0.150406 10.0.0.23 - - [2025-12-04 03:46:51] "GET /project/2191793b-f622-4630-9aac-eccce69799dc?fields=application_policy_sets HTTP/1.1" 200 1435 0.172624 10.0.0.33 - - [2025-12-04 03:46:51] "DELETE /access-control-list/f1f19086-9f58-4328-a51d-3e5caeb6378a HTTP/1.1" 200 115 0.111379 10.0.0.23 - - [2025-12-04 03:46:51] "DELETE /project/4e822d25-d336-4c7c-a753-38f2df21e11c HTTP/1.1" 200 115 1.238589 10.0.0.23 - - [2025-12-04 03:46:51] "DELETE /project/600f976e-55e6-4b32-b628-44fff5f66710 HTTP/1.1" 200 115 1.322752 10.0.0.23 - - [2025-12-04 03:46:51] "DELETE /project/e03d88bd-acd9-46f7-a69c-679b6df9b01f HTTP/1.1" 200 115 1.328451 10.0.0.23 - - [2025-12-04 03:46:51] "DELETE /project/2191793b-f622-4630-9aac-eccce69799dc HTTP/1.1" 200 115 1.343133 10.0.0.33 - - [2025-12-04 03:46:51] "DELETE /access-control-list/b7f2f5ce-a739-427b-8d90-0f94e4a77ed2 HTTP/1.1" 200 115 0.087427 10.0.0.23 - - [2025-12-04 03:46:52] "GET /projects?obj_uuids=46fc4629-f0e4-4b54-8762-6f347ff97aeb&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.000961 10.0.0.27 - - [2025-12-04 03:46:52] "GET /project/46fc4629-f0e4-4b54-8762-6f347ff97aeb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1338 0.042885 10.0.0.23 - - [2025-12-04 03:46:52] "GET /projects?obj_uuids=46fc4629-f0e4-4b54-8762-6f347ff97aeb&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001312 10.0.0.27 - - [2025-12-04 03:46:52] "GET /project/46fc4629-f0e4-4b54-8762-6f347ff97aeb?fields=virtual_networks HTTP/1.1" 200 1019 0.052666 10.0.0.23 - - [2025-12-04 03:46:52] "GET /projects?obj_uuids=46fc4629-f0e4-4b54-8762-6f347ff97aeb&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001594 10.0.0.27 - - [2025-12-04 03:46:52] "GET /project/46fc4629-f0e4-4b54-8762-6f347ff97aeb?fields=virtual_machine_interfaces HTTP/1.1" 200 1019 0.045064 10.0.0.23 - - [2025-12-04 03:46:52] "GET /projects?obj_uuids=46fc4629-f0e4-4b54-8762-6f347ff97aeb&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001298 10.0.0.27 - - [2025-12-04 03:46:52] "GET /project/46fc4629-f0e4-4b54-8762-6f347ff97aeb?fields=security_groups HTTP/1.1" 200 1239 0.041745 10.0.0.27 - - [2025-12-04 03:46:53] "POST /fqname-to-id HTTP/1.1" 404 186 0.032441 10.0.0.23 - - [2025-12-04 03:46:53] "GET /projects?obj_uuids=1c117adb-28c1-4142-ae67-e724b39492c7&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004338 10.0.0.23 - - [2025-12-04 03:46:53] "GET /domains?obj_uuids=77f3106b-db9e-49b5-893e-09cac574b890&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001186 10.0.0.23 - - [2025-12-04 03:46:53] "GET /domain/77f3106b-db9e-49b5-893e-09cac574b890?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.008115 10.0.0.23 - - [2025-12-04 03:46:53] "POST /id-to-fqname HTTP/1.1" 200 188 0.004205 10.0.0.23 - - [2025-12-04 03:46:53] "POST /fqname-to-id HTTP/1.1" 404 197 0.011735 10.0.0.23 - - [2025-12-04 03:46:54] "POST /security-groups HTTP/1.1" 200 589 0.053912 10.0.0.23 - - [2025-12-04 03:46:54] "POST /projects HTTP/1.1" 200 581 0.311086 10.0.0.33 - - [2025-12-04 03:46:54] "POST /fqname-to-id HTTP/1.1" 404 232 0.011312 10.0.0.23 - - [2025-12-04 03:46:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.355801 10.0.0.27 - - [2025-12-04 03:46:54] "GET /project/1c117adb-28c1-4142-ae67-e724b39492c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.576921 10.0.0.33 - - [2025-12-04 03:46:54] "POST /access-control-lists HTTP/1.1" 200 592 0.087832 10.0.0.27 - - [2025-12-04 03:46:55] "GET / HTTP/1.1" 200 35931 0.002305 10.0.0.23 - - [2025-12-04 03:46:58] "GET /projects?obj_uuids=1c117adb-28c1-4142-ae67-e724b39492c7&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001284 10.0.0.27 - - [2025-12-04 03:46:58] "GET /project/1c117adb-28c1-4142-ae67-e724b39492c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.043871 10.0.0.23 - - [2025-12-04 03:46:58] "GET /projects?obj_uuids=1c117adb-28c1-4142-ae67-e724b39492c7&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001266 10.0.0.27 - - [2025-12-04 03:46:58] "GET /project/1c117adb-28c1-4142-ae67-e724b39492c7?fields=virtual_networks HTTP/1.1" 200 1028 0.048766 10.0.0.23 - - [2025-12-04 03:46:58] "GET /projects?obj_uuids=1c117adb-28c1-4142-ae67-e724b39492c7&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001317 10.0.0.27 - - [2025-12-04 03:46:58] "GET /project/1c117adb-28c1-4142-ae67-e724b39492c7?fields=virtual_machine_interfaces HTTP/1.1" 200 1028 0.059910 10.0.0.23 - - [2025-12-04 03:46:58] "GET /projects?obj_uuids=1c117adb-28c1-4142-ae67-e724b39492c7&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001296 10.0.0.27 - - [2025-12-04 03:46:58] "GET /project/1c117adb-28c1-4142-ae67-e724b39492c7?fields=security_groups HTTP/1.1" 200 1252 0.057759 10.0.0.27 - - [2025-12-04 03:46:59] "POST /fqname-to-id HTTP/1.1" 404 186 0.035475 10.0.0.23 - - [2025-12-04 03:47:00] "GET /projects?obj_uuids=9a66c40a-b20c-421c-aff9-079585ecdd16&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.005270 10.0.0.23 - - [2025-12-04 03:47:00] "GET /domains?obj_uuids=77f3106b-db9e-49b5-893e-09cac574b890&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000919 10.0.0.23 - - [2025-12-04 03:47:00] "GET /domain/77f3106b-db9e-49b5-893e-09cac574b890?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.006676 10.0.0.23 - - [2025-12-04 03:47:00] "POST /id-to-fqname HTTP/1.1" 200 188 0.002381 10.0.0.23 - - [2025-12-04 03:47:00] "POST /fqname-to-id HTTP/1.1" 404 197 0.006933 10.0.0.23 - - [2025-12-04 03:47:00] "POST /security-groups HTTP/1.1" 200 589 0.077439 10.0.0.23 - - [2025-12-04 03:47:00] "POST /projects HTTP/1.1" 200 581 0.300567 10.0.0.33 - - [2025-12-04 03:47:00] "POST /fqname-to-id HTTP/1.1" 404 231 0.010020 10.0.0.23 - - [2025-12-04 03:47:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.375622 10.0.0.27 - - [2025-12-04 03:47:00] "GET /project/9a66c40a-b20c-421c-aff9-079585ecdd16?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.539205 10.0.0.27 - - [2025-12-04 03:47:01] "GET / HTTP/1.1" 200 35931 0.001481 10.0.0.27 - - [2025-12-04 03:47:03] "POST /fqname-to-id HTTP/1.1" 401 292 0.000877 10.0.0.27 - - [2025-12-04 03:47:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.064696 10.0.0.23 - - [2025-12-04 03:47:04] "GET /projects?obj_uuids=9a66c40a-b20c-421c-aff9-079585ecdd16&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001189 10.0.0.27 - - [2025-12-04 03:47:04] "GET /project/9a66c40a-b20c-421c-aff9-079585ecdd16?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.041051 10.0.0.27 - - [2025-12-04 03:47:04] "POST /neutron/network HTTP/1.1" 200 117 0.036040 10.0.0.33 - - [2025-12-04 03:47:04] "POST /ref-update HTTP/1.1" 200 156 0.029418 10.0.0.27 - - [2025-12-04 03:47:04] "POST /neutron/network HTTP/1.1" 200 820 0.009540 10.0.0.27 - - [2025-12-04 03:47:04] "POST /id-to-fqname HTTP/1.1" 200 218 0.001173 10.0.0.27 - - [2025-12-04 03:47:04] "GET /virtual-network/4fb5bf47-b615-4274-b214-02fa4091de90?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2030 0.005526 10.0.0.27 - - [2025-12-04 03:47:04] "GET /virtual-network/4fb5bf47-b615-4274-b214-02fa4091de90?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2030 0.006814 10.0.0.27 - - [2025-12-04 03:47:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004692 10.0.0.27 - - [2025-12-04 03:47:04] "GET /virtual-network/4fb5bf47-b615-4274-b214-02fa4091de90?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2030 0.005542 10.0.0.27 - - [2025-12-04 03:47:04] "PUT /virtual-network/4fb5bf47-b615-4274-b214-02fa4091de90 HTTP/1.1" 200 264 0.056263 10.0.0.27 - - [2025-12-04 03:47:04] "POST /neutron/subnet HTTP/1.1" 200 715 0.010085 10.0.0.27 - - [2025-12-04 03:47:05] "GET /virtual-network/4fb5bf47-b615-4274-b214-02fa4091de90?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2093 0.005874 10.0.0.23 - - [2025-12-04 03:47:06] "GET /obj-perms HTTP/1.1" 200 5026 0.068304 10.0.0.27 - - [2025-12-04 03:47:07] "POST /id-to-fqname HTTP/1.1" 200 218 0.001570 10.0.0.27 - - [2025-12-04 03:47:07] "POST /neutron/network HTTP/1.1" 200 830 0.007781 10.0.0.23 - - [2025-12-04 03:47:07] "GET /projects?obj_uuids=9a66c40a-b20c-421c-aff9-079585ecdd16&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001192 10.0.0.27 - - [2025-12-04 03:47:07] "GET /project/9a66c40a-b20c-421c-aff9-079585ecdd16?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.068069 10.0.0.27 - - [2025-12-04 03:47:08] "POST /neutron/port HTTP/1.1" 200 117 0.006810 10.0.0.23 - - [2025-12-04 03:47:08] "GET /projects?obj_uuids=9a66c40a-b20c-421c-aff9-079585ecdd16&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001029 10.0.0.27 - - [2025-12-04 03:47:09] "POST /neutron/port HTTP/1.1" 200 1056 0.374331 10.0.0.27 - - [2025-12-04 03:47:09] "POST /neutron/port HTTP/1.1" 200 1110 0.154417 10.0.0.27 - - [2025-12-04 03:47:09] "POST /neutron/subnet HTTP/1.1" 200 689 0.012429 10.0.0.27 - - [2025-12-04 03:47:13] "POST /neutron/port HTTP/1.1" 200 1084 0.016874 10.0.0.27 - - [2025-12-04 03:47:13] "POST /neutron/security_group HTTP/1.1" 200 2056 0.009085 10.0.0.27 - - [2025-12-04 03:47:13] "GET /virtual-machine/7e4b7d25-0260-4bce-a033-ad12002aa92b HTTP/1.1" 401 292 0.000398 10.0.0.27 - - [2025-12-04 03:47:13] "GET /virtual-machine/7e4b7d25-0260-4bce-a033-ad12002aa92b HTTP/1.1" 200 1290 0.038638 10.0.0.27 - - [2025-12-04 03:47:13] "GET /virtual-machine-interface/d6ea98a6-317b-4ddf-9284-ee9ad841e378 HTTP/1.1" 200 2932 0.006269 10.0.0.27 - - [2025-12-04 03:47:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003844 10.0.0.27 - - [2025-12-04 03:47:14] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004179 10.0.0.27 - - [2025-12-04 03:47:14] "GET /virtual-networks?parent_id=9a66c40a-b20c-421c-aff9-079585ecdd16&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003922 10.0.0.27 - - [2025-12-04 03:47:14] "GET /virtual-network/4fb5bf47-b615-4274-b214-02fa4091de90?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2093 0.008904 10.0.0.27 - - [2025-12-04 03:47:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003793 10.0.0.27 - - [2025-12-04 03:47:17] "GET /virtual-network/4fb5bf47-b615-4274-b214-02fa4091de90?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2093 0.005668 10.0.0.27 - - [2025-12-04 03:47:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004181 10.0.0.27 - - [2025-12-04 03:47:21] "GET /virtual-network/4fb5bf47-b615-4274-b214-02fa4091de90?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2093 0.006040 10.0.0.27 - - [2025-12-04 03:47:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003721 10.0.0.27 - - [2025-12-04 03:47:25] "GET /virtual-network/4fb5bf47-b615-4274-b214-02fa4091de90?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2093 0.007037 10.0.0.27 - - [2025-12-04 03:47:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003850 10.0.0.27 - - [2025-12-04 03:47:29] "GET /virtual-network/4fb5bf47-b615-4274-b214-02fa4091de90?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2093 0.008564 10.0.0.27 - - [2025-12-04 03:47:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003961 10.0.0.27 - - [2025-12-04 03:47:33] "GET /virtual-network/4fb5bf47-b615-4274-b214-02fa4091de90?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2093 0.010175 10.0.0.27 - - [2025-12-04 03:47:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003544 10.0.0.27 - - [2025-12-04 03:47:37] "GET /virtual-network/4fb5bf47-b615-4274-b214-02fa4091de90?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2093 0.006682 10.0.0.27 - - [2025-12-04 03:47:37] "POST /neutron/port HTTP/1.1" 200 1084 0.045771 10.0.0.27 - - [2025-12-04 03:47:37] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005359 10.0.0.27 - - [2025-12-04 03:47:37] "POST /neutron/network HTTP/1.1" 200 820 0.008499 10.0.0.27 - - [2025-12-04 03:47:40] "GET /obj-perms HTTP/1.1" 200 5056 0.060027 10.0.0.27 - - [2025-12-04 03:47:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003366 10.0.0.27 - - [2025-12-04 03:47:41] "GET /virtual-network/4fb5bf47-b615-4274-b214-02fa4091de90?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2093 0.006117 10.0.0.27 - - [2025-12-04 03:47:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004808 10.0.0.27 - - [2025-12-04 03:47:45] "GET /virtual-network/4fb5bf47-b615-4274-b214-02fa4091de90?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2093 0.006665 10.0.0.27 - - [2025-12-04 03:47:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.005654 10.0.0.27 - - [2025-12-04 03:47:49] "GET /virtual-network/4fb5bf47-b615-4274-b214-02fa4091de90?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2093 0.006636 10.0.0.33 - - [2025-12-04 03:47:51] "DELETE /access-control-list/a7ea73f1-4c59-4ab0-b2f7-3acf6f717d77 HTTP/1.1" 200 115 0.061406 10.0.0.23 - - [2025-12-04 03:47:51] "DELETE /project/9a66c40ab20c421caff9079585ecdd16 HTTP/1.1" 404 173 0.026910 10.0.0.23 - - [2025-12-04 03:47:51] "DELETE /project/1c117adb28c14142ae67e724b39492c7 HTTP/1.1" 404 173 0.016861 10.0.0.23 - - [2025-12-04 03:47:51] "DELETE /project/46fc4629-f0e4-4b54-8762-6f347ff97aeb HTTP/1.1" 404 177 0.024134 10.0.0.23 - - [2025-12-04 03:47:51] "GET /projects?obj_uuids=1c117adb-28c1-4142-ae67-e724b39492c7&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.002162 10.0.0.23 - - [2025-12-04 03:47:51] "GET /project/1c117adb-28c1-4142-ae67-e724b39492c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1460 0.075606 10.0.0.23 - - [2025-12-04 03:47:51] "GET /projects?obj_uuids=1c117adb-28c1-4142-ae67-e724b39492c7&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.002195 10.0.0.23 - - [2025-12-04 03:47:51] "GET /project/1c117adb-28c1-4142-ae67-e724b39492c7?fields=security_groups HTTP/1.1" 200 1357 0.065870 10.0.0.23 - - [2025-12-04 03:47:51] "DELETE /security-group/ff85208a-ce0a-488f-9951-ba4829957ea4 HTTP/1.1" 200 115 0.054403 10.0.0.23 - - [2025-12-04 03:47:51] "GET /projects?obj_uuids=1c117adb-28c1-4142-ae67-e724b39492c7&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001919 10.0.0.23 - - [2025-12-04 03:47:51] "GET /project/1c117adb-28c1-4142-ae67-e724b39492c7?fields=application_policy_sets HTTP/1.1" 200 1396 0.073955 10.0.0.33 - - [2025-12-04 03:47:51] "DELETE /access-control-list/aed29626-ecf4-433a-aba5-d310b5a3e2da HTTP/1.1" 200 115 0.065371 10.0.0.23 - - [2025-12-04 03:47:52] "DELETE /project/1c117adb-28c1-4142-ae67-e724b39492c7 HTTP/1.1" 200 115 0.498485 10.0.0.27 - - [2025-12-04 03:47:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003783 10.0.0.27 - - [2025-12-04 03:47:54] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004002 10.0.0.27 - - [2025-12-04 03:47:54] "GET /virtual-networks?parent_id=9a66c40a-b20c-421c-aff9-079585ecdd16&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003883 10.0.0.27 - - [2025-12-04 03:47:54] "GET /virtual-network/4fb5bf47-b615-4274-b214-02fa4091de90?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2093 0.006823 10.0.0.27 - - [2025-12-04 03:47:59] "POST /neutron/port HTTP/1.1" 200 1084 0.017141 10.0.0.27 - - [2025-12-04 03:48:04] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008300 10.0.0.27 - - [2025-12-04 03:48:09] "POST /neutron/port HTTP/1.1" 200 1084 0.017133 10.0.0.27 - - [2025-12-04 03:48:15] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008168 10.0.0.27 - - [2025-12-04 03:48:15] "POST /neutron/port HTTP/1.1" 200 1084 0.016574 10.0.0.27 - - [2025-12-04 03:48:15] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008382 10.0.0.27 - - [2025-12-04 03:48:15] "POST /id-to-fqname HTTP/1.1" 200 218 0.001879 10.0.0.27 - - [2025-12-04 03:48:15] "GET /virtual-machine/7e4b7d25-0260-4bce-a033-ad12002aa92b HTTP/1.1" 200 1290 0.004667 10.0.0.27 - - [2025-12-04 03:48:15] "GET /virtual-machine-interface/d6ea98a6-317b-4ddf-9284-ee9ad841e378 HTTP/1.1" 200 2932 0.007376 10.0.0.27 - - [2025-12-04 03:48:15] "GET /instance-ip/97727c4e-c1b2-473e-b436-9c1f3799ce9e HTTP/1.1" 200 1615 0.007800 10.0.0.27 - - [2025-12-04 03:48:15] "POST /fqname-to-id HTTP/1.1" 404 208 0.004844 10.0.0.27 - - [2025-12-04 03:48:15] "GET /virtual-network/4fb5bf47-b615-4274-b214-02fa4091de90?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2093 0.006447 10.0.0.23 - - [2025-12-04 03:48:15] "GET /projects?obj_uuids=9a66c40a-b20c-421c-aff9-079585ecdd16&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001152 10.0.0.27 - - [2025-12-04 03:48:15] "GET /project/9a66c40a-b20c-421c-aff9-079585ecdd16?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.048728 10.0.0.27 - - [2025-12-04 03:48:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004595 10.0.0.27 - - [2025-12-04 03:48:15] "GET /security-group/61d2c99c-6785-47a2-9cff-510e309149bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3748 0.004587 10.0.0.27 - - [2025-12-04 03:48:15] "POST /virtual-machine-interfaces HTTP/1.1" 200 563 0.089067 10.0.0.27 - - [2025-12-04 03:48:15] "POST /instance-ips HTTP/1.1" 200 357 0.038494 10.0.0.27 - - [2025-12-04 03:48:15] "GET /instance-ip/c4d173a8-0d27-4f9d-9487-60fd4c3d8ad6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1569 0.006455 10.0.0.27 - - [2025-12-04 03:48:15] "GET /virtual-machine-interface/2201bafd-50f6-4f66-9430-654095828fd9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2341 0.006907 10.0.0.27 - - [2025-12-04 03:48:15] "GET /virtual-machine-interface/2201bafd-50f6-4f66-9430-654095828fd9?fields=instance_ip_back_refs HTTP/1.1" 200 1323 0.009239 10.0.0.27 - - [2025-12-04 03:48:15] "GET /instance-ip/c4d173a8-0d27-4f9d-9487-60fd4c3d8ad6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1569 0.005455 10.0.0.27 - - [2025-12-04 03:48:15] "POST /id-to-fqname HTTP/1.1" 200 218 0.001450 10.0.0.27 - - [2025-12-04 03:48:16] "POST /neutron/port HTTP/1.1" 200 1084 0.017882 10.0.0.27 - - [2025-12-04 03:48:16] "POST /neutron/port HTTP/1.1" 200 963 0.042670 10.0.0.27 - - [2025-12-04 03:48:16] "POST /neutron/port HTTP/1.1" 200 963 0.011244 10.0.0.27 - - [2025-12-04 03:48:16] "POST /neutron/port HTTP/1.1" 200 117 0.007472 10.0.0.27 - - [2025-12-04 03:48:17] "POST /neutron/network HTTP/1.1" 200 830 0.010648 10.0.0.27 - - [2025-12-04 03:48:17] "POST /neutron/port HTTP/1.1" 200 1055 0.156005 10.0.0.27 - - [2025-12-04 03:48:17] "POST /neutron/subnet HTTP/1.1" 200 689 0.009913 10.0.0.27 - - [2025-12-04 03:48:21] "POST /neutron/port HTTP/1.1" 200 1029 0.017155 10.0.0.27 - - [2025-12-04 03:48:21] "POST /neutron/security_group HTTP/1.1" 200 2056 0.009316 10.0.0.27 - - [2025-12-04 03:48:21] "GET /virtual-machine/c4371f4d-7fca-4b47-a719-86da11a313df HTTP/1.1" 200 1269 0.007571 10.0.0.27 - - [2025-12-04 03:48:22] "GET /virtual-machine-interface/2201bafd-50f6-4f66-9430-654095828fd9 HTTP/1.1" 200 2981 0.007870 10.0.0.27 - - [2025-12-04 03:48:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.004066 10.0.0.27 - - [2025-12-04 03:48:22] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004460 10.0.0.27 - - [2025-12-04 03:48:22] "GET /virtual-networks?parent_id=9a66c40a-b20c-421c-aff9-079585ecdd16&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003339 10.0.0.27 - - [2025-12-04 03:48:22] "GET /virtual-network/4fb5bf47-b615-4274-b214-02fa4091de90?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2093 0.006602 10.0.0.27 - - [2025-12-04 03:48:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003981 10.0.0.27 - - [2025-12-04 03:48:25] "GET /virtual-network/4fb5bf47-b615-4274-b214-02fa4091de90?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2093 0.006315 10.0.0.27 - - [2025-12-04 03:48:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003571 10.0.0.27 - - [2025-12-04 03:48:29] "GET /virtual-network/4fb5bf47-b615-4274-b214-02fa4091de90?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2093 0.006078 10.0.0.27 - - [2025-12-04 03:48:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.004348 10.0.0.27 - - [2025-12-04 03:48:33] "GET /virtual-network/4fb5bf47-b615-4274-b214-02fa4091de90?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2093 0.006678 10.0.0.33 - - [2025-12-04 03:48:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000464 10.0.0.33 - - [2025-12-04 03:48:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000440 10.0.0.23 - - [2025-12-04 03:48:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000425 10.0.0.23 - - [2025-12-04 03:48:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000423 10.0.0.27 - - [2025-12-04 03:48:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.004069 10.0.0.27 - - [2025-12-04 03:48:37] "GET /virtual-network/4fb5bf47-b615-4274-b214-02fa4091de90?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2093 0.005492 10.0.0.23 - - [2025-12-04 03:48:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000418 10.0.0.33 - - [2025-12-04 03:48:38] "GET /global-system-configs HTTP/1.1" 401 292 0.000391 10.0.0.23 - - [2025-12-04 03:48:38] "GET /global-system-configs HTTP/1.1" 401 292 0.000376 10.0.0.33 - - [2025-12-04 03:48:38] "GET /global-system-configs HTTP/1.1" 401 292 0.000456 10.0.0.27 - - [2025-12-04 03:48:39] "GET /global-system-configs HTTP/1.1" 401 292 0.000433 10.0.0.27 - - [2025-12-04 03:48:39] "GET /global-system-configs HTTP/1.1" 401 292 0.000448 10.0.0.27 - - [2025-12-04 03:48:39] "POST /neutron/port HTTP/1.1" 200 1084 0.017870 10.0.0.27 - - [2025-12-04 03:48:39] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004375 10.0.0.27 - - [2025-12-04 03:48:39] "POST /neutron/network HTTP/1.1" 200 820 0.006918 10.0.0.27 - - [2025-12-04 03:48:40] "GET /global-system-configs HTTP/1.1" 401 292 0.000422 10.0.0.27 - - [2025-12-04 03:48:40] "GET /global-system-configs HTTP/1.1" 401 292 0.000429 10.0.0.33 - - [2025-12-04 03:48:40] "GET /obj-perms HTTP/1.1" 200 5056 0.137490 10.0.0.27 - - [2025-12-04 03:48:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003885 10.0.0.27 - - [2025-12-04 03:48:41] "GET /virtual-network/4fb5bf47-b615-4274-b214-02fa4091de90?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2093 0.007013 10.0.0.27 - - [2025-12-04 03:48:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003804 10.0.0.27 - - [2025-12-04 03:48:45] "GET /virtual-network/4fb5bf47-b615-4274-b214-02fa4091de90?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2093 0.006333 10.0.0.27 - - [2025-12-04 03:48:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004023 10.0.0.27 - - [2025-12-04 03:48:49] "GET /virtual-network/4fb5bf47-b615-4274-b214-02fa4091de90?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2093 0.005846 10.0.0.27 - - [2025-12-04 03:48:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004364 10.0.0.27 - - [2025-12-04 03:48:53] "GET /virtual-network/4fb5bf47-b615-4274-b214-02fa4091de90?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2093 0.006922 10.0.0.27 - - [2025-12-04 03:48:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004248 10.0.0.27 - - [2025-12-04 03:48:57] "GET /virtual-network/4fb5bf47-b615-4274-b214-02fa4091de90?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2093 0.006333 10.0.0.27 - - [2025-12-04 03:49:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003514 10.0.0.27 - - [2025-12-04 03:49:02] "GET /virtual-network/4fb5bf47-b615-4274-b214-02fa4091de90?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2093 0.007158 10.0.0.27 - - [2025-12-04 03:49:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004702 10.0.0.27 - - [2025-12-04 03:49:06] "GET /virtual-network/4fb5bf47-b615-4274-b214-02fa4091de90?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2093 0.006940 10.0.0.27 - - [2025-12-04 03:49:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003278 10.0.0.27 - - [2025-12-04 03:49:08] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004264 10.0.0.27 - - [2025-12-04 03:49:08] "GET /virtual-networks?parent_id=9a66c40a-b20c-421c-aff9-079585ecdd16&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004110 10.0.0.27 - - [2025-12-04 03:49:08] "GET /virtual-network/4fb5bf47-b615-4274-b214-02fa4091de90?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2093 0.006421 10.0.0.27 - - [2025-12-04 03:49:13] "POST /neutron/port HTTP/1.1" 200 1029 0.015523 10.0.0.27 - - [2025-12-04 03:49:18] "POST /neutron/security_group HTTP/1.1" 200 2056 0.037440 10.0.0.27 - - [2025-12-04 03:49:23] "POST /neutron/port HTTP/1.1" 200 1029 0.016506 10.0.0.27 - - [2025-12-04 03:49:29] "POST /id-to-fqname HTTP/1.1" 200 218 0.001669 10.0.0.27 - - [2025-12-04 03:49:29] "POST /neutron/security_group HTTP/1.1" 200 2056 0.009634 10.0.0.23 - - [2025-12-04 03:49:30] "GET /projects?obj_uuids=9a66c40a-b20c-421c-aff9-079585ecdd16&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.044514 10.0.0.27 - - [2025-12-04 03:49:30] "GET /project/9a66c40a-b20c-421c-aff9-079585ecdd16?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.129220 10.0.0.27 - - [2025-12-04 03:49:30] "POST /neutron/port HTTP/1.1" 200 1997 0.020621 10.0.0.27 - - [2025-12-04 03:49:30] "POST /neutron/port HTTP/1.1" 200 117 0.006484 10.0.0.27 - - [2025-12-04 03:49:31] "POST /neutron/port HTTP/1.1" 200 1056 0.042858 10.0.0.27 - - [2025-12-04 03:49:31] "POST /neutron/port HTTP/1.1" 200 1084 0.018643 10.0.0.27 - - [2025-12-04 03:49:31] "POST /neutron/port HTTP/1.1" 200 117 0.001211 10.0.0.27 - - [2025-12-04 03:49:35] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008084 10.0.0.27 - - [2025-12-04 03:49:35] "POST /neutron/port HTTP/1.1" 200 1084 0.017705 10.0.0.27 - - [2025-12-04 03:49:35] "GET /virtual-machine/568983d2-2777-400a-94a2-84ddb56dfcc7 HTTP/1.1" 200 1290 0.009339 10.0.0.27 - - [2025-12-04 03:49:35] "GET /virtual-machine-interface/17c26887-570e-4944-866c-e9f7b50737d3 HTTP/1.1" 200 2930 0.005820 10.0.0.27 - - [2025-12-04 03:49:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004313 10.0.0.27 - - [2025-12-04 03:49:35] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004095 10.0.0.27 - - [2025-12-04 03:49:35] "GET /virtual-networks?parent_id=9a66c40a-b20c-421c-aff9-079585ecdd16&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003386 10.0.0.27 - - [2025-12-04 03:49:35] "GET /virtual-network/4fb5bf47-b615-4274-b214-02fa4091de90?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2093 0.007199 10.0.0.27 - - [2025-12-04 03:49:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003629 10.0.0.27 - - [2025-12-04 03:49:39] "GET /virtual-network/4fb5bf47-b615-4274-b214-02fa4091de90?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2093 0.005502 10.0.0.27 - - [2025-12-04 03:49:41] "POST /neutron/port HTTP/1.1" 200 1029 0.024107 10.0.0.27 - - [2025-12-04 03:49:41] "POST /neutron/subnet HTTP/1.1" 200 689 0.012209 10.0.0.27 - - [2025-12-04 03:49:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.004391 10.0.0.27 - - [2025-12-04 03:49:43] "GET /virtual-network/4fb5bf47-b615-4274-b214-02fa4091de90?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2093 0.006650 10.0.0.27 - - [2025-12-04 03:49:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003934 10.0.0.27 - - [2025-12-04 03:49:47] "GET /virtual-network/4fb5bf47-b615-4274-b214-02fa4091de90?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2093 0.005882 10.0.0.27 - - [2025-12-04 03:49:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003390 10.0.0.27 - - [2025-12-04 03:49:51] "GET /virtual-network/4fb5bf47-b615-4274-b214-02fa4091de90?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2093 0.005921 10.0.0.27 - - [2025-12-04 03:49:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.004009 10.0.0.27 - - [2025-12-04 03:49:55] "GET /virtual-network/4fb5bf47-b615-4274-b214-02fa4091de90?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2093 0.006717 10.0.0.27 - - [2025-12-04 03:49:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003730 10.0.0.27 - - [2025-12-04 03:49:59] "GET /virtual-network/4fb5bf47-b615-4274-b214-02fa4091de90?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2093 0.007015 10.0.0.27 - - [2025-12-04 03:50:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004000 10.0.0.27 - - [2025-12-04 03:50:03] "GET /virtual-network/4fb5bf47-b615-4274-b214-02fa4091de90?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2093 0.006035 10.0.0.27 - - [2025-12-04 03:50:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004087 10.0.0.27 - - [2025-12-04 03:50:07] "GET /virtual-network/4fb5bf47-b615-4274-b214-02fa4091de90?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2093 0.006986 10.0.0.27 - - [2025-12-04 03:50:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003851 10.0.0.27 - - [2025-12-04 03:50:11] "GET /virtual-network/4fb5bf47-b615-4274-b214-02fa4091de90?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2093 0.007287 10.0.0.27 - - [2025-12-04 03:50:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004569 10.0.0.27 - - [2025-12-04 03:50:15] "GET /virtual-network/4fb5bf47-b615-4274-b214-02fa4091de90?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2093 0.006120 10.0.0.27 - - [2025-12-04 03:50:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004150 10.0.0.27 - - [2025-12-04 03:50:18] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004552 10.0.0.27 - - [2025-12-04 03:50:18] "GET /virtual-networks?parent_id=9a66c40a-b20c-421c-aff9-079585ecdd16&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003403 10.0.0.27 - - [2025-12-04 03:50:18] "GET /virtual-network/4fb5bf47-b615-4274-b214-02fa4091de90?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2093 0.007516 10.0.0.27 - - [2025-12-04 03:50:18] "POST /neutron/port HTTP/1.1" 200 1084 0.017016 10.0.0.27 - - [2025-12-04 03:50:20] "POST /neutron/port HTTP/1.1" 200 1084 0.016793 10.0.0.27 - - [2025-12-04 03:50:20] "POST /neutron/subnet HTTP/1.1" 200 689 0.010222 10.0.0.27 - - [2025-12-04 03:50:23] "POST /neutron/port HTTP/1.1" 200 1084 0.015230 10.0.0.27 - - [2025-12-04 03:50:28] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006881 10.0.0.27 - - [2025-12-04 03:50:33] "POST /neutron/port HTTP/1.1" 200 1084 0.016716 10.0.0.27 - - [2025-12-04 03:50:38] "POST /neutron/security_group HTTP/1.1" 200 2056 0.009231 10.0.0.27 - - [2025-12-04 03:50:39] "POST /neutron/port HTTP/1.1" 200 1084 0.016921 10.0.0.27 - - [2025-12-04 03:50:39] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008645 10.0.0.27 - - [2025-12-04 03:50:39] "POST /id-to-fqname HTTP/1.1" 200 218 0.001500 10.0.0.27 - - [2025-12-04 03:50:39] "GET /virtual-machine/568983d2-2777-400a-94a2-84ddb56dfcc7 HTTP/1.1" 200 1290 0.004421 10.0.0.27 - - [2025-12-04 03:50:39] "GET /virtual-machine-interface/17c26887-570e-4944-866c-e9f7b50737d3 HTTP/1.1" 200 2930 0.005955 10.0.0.27 - - [2025-12-04 03:50:39] "GET /instance-ip/1718d191-d67c-45cb-94d7-c4ad60fb903a HTTP/1.1" 200 1614 0.010707 10.0.0.27 - - [2025-12-04 03:50:39] "GET /virtual-machine-interface/17c26887-570e-4944-866c-e9f7b50737d3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2709 0.006329 10.0.0.27 - - [2025-12-04 03:50:39] "PUT /virtual-machine-interface/17c26887-570e-4944-866c-e9f7b50737d3 HTTP/1.1" 200 284 0.017104 10.0.0.27 - - [2025-12-04 03:50:41] "POST /neutron/port HTTP/1.1" 200 1084 0.018548 10.0.0.27 - - [2025-12-04 03:50:41] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004473 10.0.0.27 - - [2025-12-04 03:50:41] "POST /neutron/network HTTP/1.1" 200 820 0.008348 10.0.0.23 - - [2025-12-04 03:50:42] "GET /obj-perms HTTP/1.1" 200 5056 0.064479 10.0.0.27 - - [2025-12-04 03:51:22] "POST /neutron/network HTTP/1.1" 200 830 0.007741 10.0.0.27 - - [2025-12-04 03:51:22] "POST /neutron/port HTTP/1.1" 200 117 0.001582 10.0.0.27 - - [2025-12-04 03:51:42] "POST /neutron/port HTTP/1.1" 200 1029 0.018985 10.0.0.27 - - [2025-12-04 03:51:42] "POST /neutron/subnet HTTP/1.1" 200 689 0.013421 10.0.0.27 - - [2025-12-04 03:52:14] "DELETE /instance-ip/c4d173a8-0d27-4f9d-9487-60fd4c3d8ad6 HTTP/1.1" 200 115 0.082652 10.0.0.27 - - [2025-12-04 03:52:14] "DELETE /virtual-machine-interface/2201bafd-50f6-4f66-9430-654095828fd9 HTTP/1.1" 200 115 0.105405 10.0.0.27 - - [2025-12-04 03:52:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003503 10.0.0.27 - - [2025-12-04 03:52:15] "GET /virtual-network/4fb5bf47-b615-4274-b214-02fa4091de90?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2093 0.007165 10.0.0.27 - - [2025-12-04 03:52:15] "PUT /virtual-network/4fb5bf47-b615-4274-b214-02fa4091de90 HTTP/1.1" 200 264 0.068664 10.0.0.27 - - [2025-12-04 03:52:15] "POST /neutron/port HTTP/1.1" 200 1084 0.062320 10.0.0.27 - - [2025-12-04 03:52:15] "POST /neutron/network HTTP/1.1" 400 204 0.018196 10.0.0.33 - - [2025-12-04 03:52:15] "DELETE /route-target/ddfe9cc8-13d9-4151-8b4a-86ed6f62e50f HTTP/1.1" 200 115 0.089897 10.0.0.27 - - [2025-12-04 03:52:15] "POST /neutron/port HTTP/1.1" 200 1110 0.014804 10.0.0.23 - - [2025-12-04 03:52:17] "POST /useragent-kv HTTP/1.1" 200 115 0.003397 10.0.0.23 - - [2025-12-04 03:52:17] "POST /useragent-kv HTTP/1.1" 200 115 0.002801 10.0.0.27 - - [2025-12-04 03:52:17] "POST /neutron/network HTTP/1.1" 200 151 0.132575 10.0.0.23 - - [2025-12-04 03:52:19] "GET /projects?obj_uuids=9a66c40a-b20c-421c-aff9-079585ecdd16&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001104 10.0.0.27 - - [2025-12-04 03:52:19] "GET /project/9a66c40a-b20c-421c-aff9-079585ecdd16?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.099620 10.0.0.23 - - [2025-12-04 03:52:19] "GET /projects?obj_uuids=9a66c40a-b20c-421c-aff9-079585ecdd16&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001343 10.0.0.27 - - [2025-12-04 03:52:19] "GET /project/9a66c40a-b20c-421c-aff9-079585ecdd16?fields=virtual_networks HTTP/1.1" 200 1029 0.045019 10.0.0.23 - - [2025-12-04 03:52:19] "GET /projects?obj_uuids=9a66c40a-b20c-421c-aff9-079585ecdd16&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001396 10.0.0.27 - - [2025-12-04 03:52:19] "GET /project/9a66c40a-b20c-421c-aff9-079585ecdd16?fields=virtual_machine_interfaces HTTP/1.1" 200 1029 0.041598 10.0.0.23 - - [2025-12-04 03:52:19] "GET /projects?obj_uuids=9a66c40a-b20c-421c-aff9-079585ecdd16&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001112 10.0.0.27 - - [2025-12-04 03:52:19] "GET /project/9a66c40a-b20c-421c-aff9-079585ecdd16?fields=security_groups HTTP/1.1" 200 1253 0.049471 10.0.0.27 - - [2025-12-04 03:52:20] "POST /fqname-to-id HTTP/1.1" 404 185 0.030633 10.0.0.23 - - [2025-12-04 03:52:20] "GET /projects?obj_uuids=80b1d59f-272a-4089-82a1-cf0c53c87eb0&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003413 10.0.0.23 - - [2025-12-04 03:52:20] "GET /domains?obj_uuids=77f3106b-db9e-49b5-893e-09cac574b890&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001388 10.0.0.23 - - [2025-12-04 03:52:20] "GET /domain/77f3106b-db9e-49b5-893e-09cac574b890?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.055887 10.0.0.23 - - [2025-12-04 03:52:20] "POST /id-to-fqname HTTP/1.1" 200 187 0.001457 10.0.0.23 - - [2025-12-04 03:52:20] "POST /fqname-to-id HTTP/1.1" 404 196 0.004993 10.0.0.23 - - [2025-12-04 03:52:20] "POST /security-groups HTTP/1.1" 200 588 0.037429 10.0.0.33 - - [2025-12-04 03:52:20] "POST /fqname-to-id HTTP/1.1" 404 231 0.003691 10.0.0.23 - - [2025-12-04 03:52:20] "POST /projects HTTP/1.1" 200 579 0.253724 10.0.0.23 - - [2025-12-04 03:52:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.298438 10.0.0.27 - - [2025-12-04 03:52:20] "GET /project/80b1d59f-272a-4089-82a1-cf0c53c87eb0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1350 0.520380 10.0.0.33 - - [2025-12-04 03:52:20] "POST /access-control-lists HTTP/1.1" 200 591 0.055414 10.0.0.27 - - [2025-12-04 03:52:22] "GET / HTTP/1.1" 200 35931 0.002368 10.0.0.27 - - [2025-12-04 03:52:23] "POST /fqname-to-id HTTP/1.1" 401 292 0.000445 10.0.0.27 - - [2025-12-04 03:52:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.061705 10.0.0.23 - - [2025-12-04 03:52:24] "GET /projects?obj_uuids=80b1d59f-272a-4089-82a1-cf0c53c87eb0&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.000902 10.0.0.27 - - [2025-12-04 03:52:24] "GET /project/80b1d59f-272a-4089-82a1-cf0c53c87eb0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1350 0.036885 10.0.0.27 - - [2025-12-04 03:52:24] "POST /neutron/network HTTP/1.1" 200 117 0.037240 10.0.0.27 - - [2025-12-04 03:52:24] "POST /neutron/network HTTP/1.1" 200 827 0.008801 10.0.0.27 - - [2025-12-04 03:52:24] "POST /id-to-fqname HTTP/1.1" 200 221 0.001488 10.0.0.27 - - [2025-12-04 03:52:24] "GET /virtual-network/3bd7ca2c-4562-4376-b1db-21a47da699c2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.006133 10.0.0.27 - - [2025-12-04 03:52:24] "GET /virtual-network/3bd7ca2c-4562-4376-b1db-21a47da699c2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.005778 10.0.0.27 - - [2025-12-04 03:52:24] "POST /neutron/subnet HTTP/1.1" 200 715 0.010670 10.0.0.27 - - [2025-12-04 03:52:24] "POST /fqname-to-id HTTP/1.1" 404 207 0.002984 10.0.0.27 - - [2025-12-04 03:52:24] "GET /virtual-network/3bd7ca2c-4562-4376-b1db-21a47da699c2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.005677 10.0.0.27 - - [2025-12-04 03:52:25] "GET /virtual-machine-interface/29ad12f3-49e5-4728-a8d0-65e7507d8de5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2350 0.008735 10.0.0.27 - - [2025-12-04 03:52:25] "GET /virtual-machine-interface/29ad12f3-49e5-4728-a8d0-65e7507d8de5?fields=instance_ip_back_refs HTTP/1.1" 200 1319 0.009959 10.0.0.27 - - [2025-12-04 03:52:25] "GET /instance-ip/334039f1-c55c-4754-9129-19221f17629b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1598 0.006319 10.0.0.27 - - [2025-12-04 03:52:25] "POST /id-to-fqname HTTP/1.1" 200 221 0.001488 10.0.0.23 - - [2025-12-04 03:52:26] "GET /projects?obj_uuids=80b1d59f-272a-4089-82a1-cf0c53c87eb0&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001337 10.0.0.27 - - [2025-12-04 03:52:26] "GET /project/80b1d59f-272a-4089-82a1-cf0c53c87eb0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1350 0.086415 10.0.0.27 - - [2025-12-04 03:52:26] "POST /neutron/network HTTP/1.1" 200 827 0.006445 10.0.0.27 - - [2025-12-04 03:52:26] "POST /id-to-fqname HTTP/1.1" 200 221 0.001614 10.0.0.27 - - [2025-12-04 03:52:26] "POST /neutron/port HTTP/1.1" 200 117 0.006953 10.0.0.27 - - [2025-12-04 03:52:27] "POST /neutron/network HTTP/1.1" 200 827 0.008453 10.0.0.27 - - [2025-12-04 03:52:27] "POST /neutron/port HTTP/1.1" 200 117 0.008699 10.0.0.23 - - [2025-12-04 03:52:27] "GET /projects?obj_uuids=80b1d59f-272a-4089-82a1-cf0c53c87eb0&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001401 10.0.0.23 - - [2025-12-04 03:52:27] "GET /projects?obj_uuids=80b1d59f-272a-4089-82a1-cf0c53c87eb0&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001013 10.0.0.27 - - [2025-12-04 03:52:27] "GET /project/80b1d59f-272a-4089-82a1-cf0c53c87eb0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1350 0.116861 10.0.0.27 - - [2025-12-04 03:52:27] "POST /fqname-to-id HTTP/1.1" 404 208 0.002922 10.0.0.27 - - [2025-12-04 03:52:27] "POST /interface-route-tables HTTP/1.1" 200 556 0.081049 10.0.0.27 - - [2025-12-04 03:52:27] "GET /interface-route-table/fc75d54d-3d6f-4851-ae37-fac7534ad6c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1275 0.013855 10.0.0.27 - - [2025-12-04 03:52:27] "POST /neutron/port HTTP/1.1" 200 1055 0.358954 10.0.0.27 - - [2025-12-04 03:52:27] "POST /neutron/port HTTP/1.1" 200 1109 0.103660 10.0.0.27 - - [2025-12-04 03:52:28] "POST /neutron/subnet HTTP/1.1" 200 689 0.009437 10.0.0.27 - - [2025-12-04 03:52:28] "POST /neutron/port HTTP/1.1" 200 981 0.010359 10.0.0.27 - - [2025-12-04 03:52:28] "POST /neutron/port HTTP/1.1" 200 981 0.009810 10.0.0.27 - - [2025-12-04 03:52:28] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003905 10.0.0.27 - - [2025-12-04 03:52:28] "POST /neutron/network HTTP/1.1" 200 827 0.007519 10.0.0.27 - - [2025-12-04 03:52:28] "GET /virtual-machine-interface/29ad12f3-49e5-4728-a8d0-65e7507d8de5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2663 0.008760 10.0.0.27 - - [2025-12-04 03:52:28] "POST /ref-update HTTP/1.1" 200 156 0.019181 10.0.0.27 - - [2025-12-04 03:52:33] "POST /neutron/port HTTP/1.1" 200 1083 0.020202 10.0.0.27 - - [2025-12-04 03:52:34] "POST /neutron/security_group HTTP/1.1" 200 2055 0.008743 10.0.0.27 - - [2025-12-04 03:52:34] "POST /neutron/port HTTP/1.1" 200 1083 0.016236 10.0.0.27 - - [2025-12-04 03:52:34] "GET /virtual-machine/b2416e40-086a-49ee-9ae6-87da36b7044f HTTP/1.1" 401 292 0.000456 10.0.0.27 - - [2025-12-04 03:52:34] "GET /virtual-machine/b2416e40-086a-49ee-9ae6-87da36b7044f HTTP/1.1" 200 1290 0.040687 10.0.0.27 - - [2025-12-04 03:52:34] "GET /virtual-machine/b2416e40-086a-49ee-9ae6-87da36b7044f HTTP/1.1" 200 1290 0.004240 10.0.0.27 - - [2025-12-04 03:52:34] "GET /virtual-machine-interface/14e426a7-825f-47f5-9bef-a327ce30b199 HTTP/1.1" 200 2938 0.005242 10.0.0.27 - - [2025-12-04 03:52:34] "GET /virtual-machine/b2416e40-086a-49ee-9ae6-87da36b7044f HTTP/1.1" 200 1290 0.004249 10.0.0.27 - - [2025-12-04 03:52:34] "GET /virtual-machine-interface/14e426a7-825f-47f5-9bef-a327ce30b199 HTTP/1.1" 200 2938 0.005991 10.0.0.27 - - [2025-12-04 03:52:34] "GET /instance-ip/cccc400c-0cc8-4530-82a4-72e8a6171eee HTTP/1.1" 200 1616 0.006754 10.0.0.27 - - [2025-12-04 03:52:34] "GET /virtual-machine/b2416e40-086a-49ee-9ae6-87da36b7044f HTTP/1.1" 200 1290 0.004423 10.0.0.27 - - [2025-12-04 03:52:34] "GET /virtual-machine-interface/14e426a7-825f-47f5-9bef-a327ce30b199 HTTP/1.1" 200 2938 0.007897 10.0.0.27 - - [2025-12-04 03:52:34] "GET /instance-ip/cccc400c-0cc8-4530-82a4-72e8a6171eee HTTP/1.1" 200 1616 0.005132 10.0.0.27 - - [2025-12-04 03:52:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003903 10.0.0.27 - - [2025-12-04 03:52:34] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004494 10.0.0.27 - - [2025-12-04 03:52:34] "GET /virtual-networks?parent_id=80b1d59f-272a-4089-82a1-cf0c53c87eb0&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003700 10.0.0.27 - - [2025-12-04 03:52:34] "GET /virtual-network/3bd7ca2c-4562-4376-b1db-21a47da699c2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.006465 10.0.0.27 - - [2025-12-04 03:52:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.005111 10.0.0.27 - - [2025-12-04 03:52:34] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004252 10.0.0.27 - - [2025-12-04 03:52:34] "GET /virtual-networks?parent_id=80b1d59f-272a-4089-82a1-cf0c53c87eb0&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003433 10.0.0.27 - - [2025-12-04 03:52:35] "GET /virtual-network/3bd7ca2c-4562-4376-b1db-21a47da699c2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.006062 10.0.0.27 - - [2025-12-04 03:52:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003971 10.0.0.27 - - [2025-12-04 03:52:35] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004442 10.0.0.27 - - [2025-12-04 03:52:35] "GET /virtual-networks?parent_id=80b1d59f-272a-4089-82a1-cf0c53c87eb0&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003584 10.0.0.27 - - [2025-12-04 03:52:35] "GET /virtual-network/3bd7ca2c-4562-4376-b1db-21a47da699c2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.006964 10.0.0.27 - - [2025-12-04 03:52:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004329 10.0.0.27 - - [2025-12-04 03:52:35] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004294 10.0.0.27 - - [2025-12-04 03:52:35] "GET /virtual-networks?parent_id=80b1d59f-272a-4089-82a1-cf0c53c87eb0&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.004127 10.0.0.27 - - [2025-12-04 03:52:35] "GET /virtual-network/3bd7ca2c-4562-4376-b1db-21a47da699c2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.006178 10.0.0.27 - - [2025-12-04 03:52:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003459 10.0.0.27 - - [2025-12-04 03:52:35] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004476 10.0.0.27 - - [2025-12-04 03:52:35] "GET /virtual-networks?parent_id=80b1d59f-272a-4089-82a1-cf0c53c87eb0&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003255 10.0.0.27 - - [2025-12-04 03:52:35] "GET /virtual-network/3bd7ca2c-4562-4376-b1db-21a47da699c2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.006812 10.0.0.27 - - [2025-12-04 03:52:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.006509 10.0.0.27 - - [2025-12-04 03:52:35] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004754 10.0.0.27 - - [2025-12-04 03:52:35] "GET /virtual-networks?parent_id=80b1d59f-272a-4089-82a1-cf0c53c87eb0&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003619 10.0.0.27 - - [2025-12-04 03:52:35] "GET /virtual-network/3bd7ca2c-4562-4376-b1db-21a47da699c2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.006695 10.0.0.27 - - [2025-12-04 03:52:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004173 10.0.0.27 - - [2025-12-04 03:52:35] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004463 10.0.0.27 - - [2025-12-04 03:52:35] "GET /virtual-networks?parent_id=80b1d59f-272a-4089-82a1-cf0c53c87eb0&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.004087 10.0.0.27 - - [2025-12-04 03:52:35] "GET /virtual-network/3bd7ca2c-4562-4376-b1db-21a47da699c2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.006891 10.0.0.27 - - [2025-12-04 03:52:38] "POST /neutron/security_group HTTP/1.1" 200 2055 0.007147 10.0.0.27 - - [2025-12-04 03:52:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004144 10.0.0.27 - - [2025-12-04 03:52:38] "GET /virtual-network/3bd7ca2c-4562-4376-b1db-21a47da699c2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.006199 10.0.0.27 - - [2025-12-04 03:52:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003616 10.0.0.27 - - [2025-12-04 03:52:40] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003863 10.0.0.27 - - [2025-12-04 03:52:40] "GET /virtual-networks?parent_id=80b1d59f-272a-4089-82a1-cf0c53c87eb0&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003098 10.0.0.27 - - [2025-12-04 03:52:40] "GET /virtual-network/3bd7ca2c-4562-4376-b1db-21a47da699c2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.006603 10.0.0.27 - - [2025-12-04 03:52:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003208 10.0.0.27 - - [2025-12-04 03:52:41] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003822 10.0.0.27 - - [2025-12-04 03:52:41] "GET /virtual-networks?parent_id=80b1d59f-272a-4089-82a1-cf0c53c87eb0&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.004440 10.0.0.27 - - [2025-12-04 03:52:41] "GET /virtual-network/3bd7ca2c-4562-4376-b1db-21a47da699c2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.006181 10.0.0.27 - - [2025-12-04 03:52:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003285 10.0.0.27 - - [2025-12-04 03:52:41] "GET /routing-instance/8d7992cf-ba75-43f1-81d5-f6f1d08be480?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1488 0.006309 10.0.0.27 - - [2025-12-04 03:52:41] "GET /route-target/df971582-4509-4f31-ae44-0adf34851a9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.003789 10.0.0.27 - - [2025-12-04 03:52:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003648 10.0.0.27 - - [2025-12-04 03:52:41] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003801 10.0.0.27 - - [2025-12-04 03:52:41] "GET /virtual-networks?parent_id=80b1d59f-272a-4089-82a1-cf0c53c87eb0&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003191 10.0.0.27 - - [2025-12-04 03:52:41] "GET /virtual-network/3bd7ca2c-4562-4376-b1db-21a47da699c2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.006041 10.0.0.27 - - [2025-12-04 03:52:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003513 10.0.0.27 - - [2025-12-04 03:52:41] "GET /routing-instance/8d7992cf-ba75-43f1-81d5-f6f1d08be480?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1488 0.004944 10.0.0.27 - - [2025-12-04 03:52:41] "GET /route-target/df971582-4509-4f31-ae44-0adf34851a9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004518 10.0.0.27 - - [2025-12-04 03:52:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003431 10.0.0.27 - - [2025-12-04 03:52:41] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003731 10.0.0.27 - - [2025-12-04 03:52:41] "GET /virtual-networks?parent_id=80b1d59f-272a-4089-82a1-cf0c53c87eb0&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003364 10.0.0.27 - - [2025-12-04 03:52:41] "GET /virtual-network/3bd7ca2c-4562-4376-b1db-21a47da699c2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.006207 10.0.0.27 - - [2025-12-04 03:52:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003795 10.0.0.27 - - [2025-12-04 03:52:41] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004616 10.0.0.27 - - [2025-12-04 03:52:41] "GET /virtual-networks?parent_id=80b1d59f-272a-4089-82a1-cf0c53c87eb0&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.005105 10.0.0.27 - - [2025-12-04 03:52:42] "GET /virtual-network/3bd7ca2c-4562-4376-b1db-21a47da699c2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.006205 10.0.0.27 - - [2025-12-04 03:52:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003865 10.0.0.27 - - [2025-12-04 03:52:42] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004951 10.0.0.27 - - [2025-12-04 03:52:42] "GET /virtual-networks?parent_id=80b1d59f-272a-4089-82a1-cf0c53c87eb0&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003608 10.0.0.27 - - [2025-12-04 03:52:42] "GET /virtual-network/3bd7ca2c-4562-4376-b1db-21a47da699c2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.006891 10.0.0.27 - - [2025-12-04 03:52:42] "POST /neutron/port HTTP/1.1" 200 1083 0.044932 10.0.0.27 - - [2025-12-04 03:52:42] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004635 10.0.0.27 - - [2025-12-04 03:52:42] "POST /neutron/network HTTP/1.1" 200 827 0.007676 10.0.0.27 - - [2025-12-04 03:52:44] "GET /obj-perms HTTP/1.1" 200 5056 0.061996 10.0.0.33 - - [2025-12-04 03:52:44] "GET /obj-perms HTTP/1.1" 200 5056 0.055214 10.0.0.23 - - [2025-12-04 03:52:44] "GET /obj-perms HTTP/1.1" 200 5024 0.054509 10.0.0.23 - - [2025-12-04 03:52:50] "GET /obj-perms HTTP/1.1" 200 5024 0.004301 10.0.0.33 - - [2025-12-04 03:52:52] "DELETE /access-control-list/293edbda-2628-493a-82b8-60468e504381 HTTP/1.1" 200 115 0.039233 10.0.0.23 - - [2025-12-04 03:52:52] "DELETE /project/9a66c40a-b20c-421c-aff9-079585ecdd16 HTTP/1.1" 404 177 0.007767 10.0.0.23 - - [2025-12-04 03:52:52] "DELETE /project/80b1d59f272a408982a1cf0c53c87eb0 HTTP/1.1" 404 173 0.006336 10.0.0.27 - - [2025-12-04 03:52:53] "GET /obj-perms HTTP/1.1" 200 5024 0.061360 10.0.0.23 - - [2025-12-04 03:52:53] "GET /obj-perms HTTP/1.1" 200 5024 0.004353 10.0.0.27 - - [2025-12-04 03:52:53] "GET /obj-perms HTTP/1.1" 200 5024 0.004835 10.0.0.27 - - [2025-12-04 03:52:53] "GET /obj-perms HTTP/1.1" 200 5024 0.004279 10.0.0.27 - - [2025-12-04 03:52:54] "POST /neutron/port HTTP/1.1" 200 1047 0.018756 10.0.0.27 - - [2025-12-04 03:52:54] "POST /neutron/security_group HTTP/1.1" 200 2055 0.009492 10.0.0.27 - - [2025-12-04 03:52:54] "GET /virtual-machine/03fd0f53-f596-40f6-9581-a5d8cf2c7a6e HTTP/1.1" 200 1266 0.006080 10.0.0.27 - - [2025-12-04 03:52:54] "GET /virtual-machine-interface/29ad12f3-49e5-4728-a8d0-65e7507d8de5 HTTP/1.1" 200 3150 0.005150 10.0.0.27 - - [2025-12-04 03:52:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003188 10.0.0.27 - - [2025-12-04 03:52:54] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.006560 10.0.0.27 - - [2025-12-04 03:52:54] "GET /virtual-networks?parent_id=80b1d59f-272a-4089-82a1-cf0c53c87eb0&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003117 10.0.0.27 - - [2025-12-04 03:52:54] "GET /virtual-network/3bd7ca2c-4562-4376-b1db-21a47da699c2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.007143 10.0.0.27 - - [2025-12-04 03:52:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.006939 10.0.0.27 - - [2025-12-04 03:52:55] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004442 10.0.0.27 - - [2025-12-04 03:52:55] "GET /virtual-networks?parent_id=80b1d59f-272a-4089-82a1-cf0c53c87eb0&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002895 10.0.0.27 - - [2025-12-04 03:52:55] "GET /virtual-network/3bd7ca2c-4562-4376-b1db-21a47da699c2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.006026 10.0.0.27 - - [2025-12-04 03:52:56] "GET /virtual-network/3bd7ca2c-4562-4376-b1db-21a47da699c2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.006692 10.0.0.27 - - [2025-12-04 03:52:56] "GET /virtual-machine/b2416e40-086a-49ee-9ae6-87da36b7044f HTTP/1.1" 200 1290 0.004691 10.0.0.27 - - [2025-12-04 03:52:57] "POST /neutron/port HTTP/1.1" 200 151 0.189743 10.0.0.27 - - [2025-12-04 03:52:58] "GET /virtual-machine/b2416e40-086a-49ee-9ae6-87da36b7044f HTTP/1.1" 404 171 0.003240 10.0.0.27 - - [2025-12-04 03:52:58] "GET /virtual-machine/b2416e40-086a-49ee-9ae6-87da36b7044f HTTP/1.1" 404 171 0.003931 10.0.0.27 - - [2025-12-04 03:52:58] "GET /virtual-machine/b2416e40-086a-49ee-9ae6-87da36b7044f HTTP/1.1" 404 171 0.003459 10.0.0.27 - - [2025-12-04 03:52:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003736 10.0.0.27 - - [2025-12-04 03:52:59] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003601 10.0.0.27 - - [2025-12-04 03:52:59] "GET /virtual-networks?parent_id=80b1d59f-272a-4089-82a1-cf0c53c87eb0&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.007590 10.0.0.27 - - [2025-12-04 03:52:59] "GET /virtual-network/3bd7ca2c-4562-4376-b1db-21a47da699c2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.005984 10.0.0.27 - - [2025-12-04 03:52:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003454 10.0.0.27 - - [2025-12-04 03:52:59] "GET /routing-instance/8d7992cf-ba75-43f1-81d5-f6f1d08be480?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1488 0.004434 10.0.0.27 - - [2025-12-04 03:52:59] "GET /route-target/df971582-4509-4f31-ae44-0adf34851a9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004999 10.0.0.27 - - [2025-12-04 03:52:59] "GET /obj-perms HTTP/1.1" 200 5024 0.004209 10.0.0.27 - - [2025-12-04 03:53:05] "GET /obj-perms HTTP/1.1" 200 5024 0.003699 10.0.0.27 - - [2025-12-04 03:53:08] "GET /obj-perms HTTP/1.1" 200 5024 0.005833 10.0.0.27 - - [2025-12-04 03:53:14] "GET /obj-perms HTTP/1.1" 200 5024 0.003832 10.0.0.27 - - [2025-12-04 03:53:18] "GET /obj-perms HTTP/1.1" 200 5024 0.003822 10.0.0.27 - - [2025-12-04 03:53:24] "POST /neutron/network HTTP/1.1" 200 837 0.007729 10.0.0.27 - - [2025-12-04 03:53:24] "POST /neutron/port HTTP/1.1" 200 117 0.001117 10.0.0.27 - - [2025-12-04 03:53:24] "GET /obj-perms HTTP/1.1" 200 5024 0.003723 10.0.0.27 - - [2025-12-04 03:53:24] "GET /obj-perms HTTP/1.1" 200 5024 0.004016 10.0.0.33 - - [2025-12-04 03:53:24] "GET /obj-perms HTTP/1.1" 200 5024 0.068028 10.0.0.23 - - [2025-12-04 03:53:24] "GET /obj-perms HTTP/1.1" 200 5024 0.004560 10.0.0.27 - - [2025-12-04 03:53:24] "GET /interface-route-table/fc75d54d-3d6f-4851-ae37-fac7534ad6c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1275 0.004563 10.0.0.27 - - [2025-12-04 03:53:24] "GET /virtual-machine-interface/29ad12f3-49e5-4728-a8d0-65e7507d8de5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2929 0.005650 10.0.0.27 - - [2025-12-04 03:53:24] "POST /ref-update HTTP/1.1" 200 156 0.023552 10.0.0.27 - - [2025-12-04 03:53:24] "DELETE /interface-route-table/fc75d54d-3d6f-4851-ae37-fac7534ad6c7 HTTP/1.1" 200 115 0.045129 10.0.0.27 - - [2025-12-04 03:53:24] "POST /neutron/port HTTP/1.1" 200 151 0.205380 10.0.0.33 - - [2025-12-04 03:53:25] "DELETE /route-target/df971582-4509-4f31-ae44-0adf34851a9a HTTP/1.1" 200 115 0.027101 10.0.0.23 - - [2025-12-04 03:53:26] "GET /projects?obj_uuids=80b1d59f-272a-4089-82a1-cf0c53c87eb0&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001023 10.0.0.27 - - [2025-12-04 03:53:26] "GET /project/80b1d59f-272a-4089-82a1-cf0c53c87eb0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1350 0.032324 10.0.0.23 - - [2025-12-04 03:53:26] "GET /projects?obj_uuids=80b1d59f-272a-4089-82a1-cf0c53c87eb0&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.002365 10.0.0.27 - - [2025-12-04 03:53:26] "GET /project/80b1d59f-272a-4089-82a1-cf0c53c87eb0?fields=virtual_networks HTTP/1.1" 200 1025 0.094228 10.0.0.23 - - [2025-12-04 03:53:26] "GET /projects?obj_uuids=80b1d59f-272a-4089-82a1-cf0c53c87eb0&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001117 10.0.0.27 - - [2025-12-04 03:53:26] "GET /project/80b1d59f-272a-4089-82a1-cf0c53c87eb0?fields=virtual_machine_interfaces HTTP/1.1" 200 1025 0.042790 10.0.0.23 - - [2025-12-04 03:53:26] "GET /projects?obj_uuids=80b1d59f-272a-4089-82a1-cf0c53c87eb0&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.000999 10.0.0.27 - - [2025-12-04 03:53:26] "GET /project/80b1d59f-272a-4089-82a1-cf0c53c87eb0?fields=security_groups HTTP/1.1" 200 1248 0.051987 10.0.0.27 - - [2025-12-04 03:53:27] "POST /fqname-to-id HTTP/1.1" 404 192 0.029598 10.0.0.23 - - [2025-12-04 03:53:27] "GET /projects?obj_uuids=f79271e1-d03c-4c5c-8887-19e9d9de4753&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003241 10.0.0.23 - - [2025-12-04 03:53:27] "GET /domains?obj_uuids=77f3106b-db9e-49b5-893e-09cac574b890&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001112 10.0.0.23 - - [2025-12-04 03:53:27] "GET /domain/77f3106b-db9e-49b5-893e-09cac574b890?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.007166 10.0.0.23 - - [2025-12-04 03:53:28] "POST /id-to-fqname HTTP/1.1" 200 194 0.001660 10.0.0.23 - - [2025-12-04 03:53:28] "POST /fqname-to-id HTTP/1.1" 404 203 0.005724 10.0.0.23 - - [2025-12-04 03:53:28] "POST /security-groups HTTP/1.1" 200 595 0.030650 10.0.0.23 - - [2025-12-04 03:53:28] "POST /projects HTTP/1.1" 200 593 0.270962 10.0.0.33 - - [2025-12-04 03:53:28] "POST /fqname-to-id HTTP/1.1" 404 237 0.008481 10.0.0.23 - - [2025-12-04 03:53:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.344274 10.0.0.27 - - [2025-12-04 03:53:28] "GET /project/f79271e1-d03c-4c5c-8887-19e9d9de4753?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.490256 10.0.0.27 - - [2025-12-04 03:53:29] "GET / HTTP/1.1" 200 35931 0.001816 10.0.0.27 - - [2025-12-04 03:53:29] "POST /fqname-to-id HTTP/1.1" 401 292 0.000589 10.0.0.27 - - [2025-12-04 03:53:30] "POST /neutron/port HTTP/1.1" 200 117 0.007737 10.0.0.27 - - [2025-12-04 03:53:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.067057 10.0.0.23 - - [2025-12-04 03:53:30] "GET /projects?obj_uuids=f79271e1-d03c-4c5c-8887-19e9d9de4753&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000933 10.0.0.27 - - [2025-12-04 03:53:30] "GET /project/f79271e1-d03c-4c5c-8887-19e9d9de4753?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.040082 10.0.0.23 - - [2025-12-04 03:53:30] "GET /projects?obj_uuids=f79271e1-d03c-4c5c-8887-19e9d9de4753&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001115 10.0.0.27 - - [2025-12-04 03:53:30] "POST /neutron/network HTTP/1.1" 200 609 0.155357 10.0.0.33 - - [2025-12-04 03:53:30] "POST /ref-update HTTP/1.1" 200 156 0.024833 10.0.0.27 - - [2025-12-04 03:53:30] "POST /id-to-fqname HTTP/1.1" 200 224 0.003576 10.0.0.27 - - [2025-12-04 03:53:30] "GET /virtual-network/7589b1a1-f6ea-4a86-a1d3-dfc62565341f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005605 10.0.0.27 - - [2025-12-04 03:53:30] "POST /neutron/network HTTP/1.1" 200 830 0.007240 10.0.0.27 - - [2025-12-04 03:53:30] "GET /virtual-network/7589b1a1-f6ea-4a86-a1d3-dfc62565341f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005475 10.0.0.27 - - [2025-12-04 03:53:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003539 10.0.0.23 - - [2025-12-04 03:53:31] "GET /projects?obj_uuids=f79271e1-d03c-4c5c-8887-19e9d9de4753&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001110 10.0.0.27 - - [2025-12-04 03:53:31] "GET /project/f79271e1-d03c-4c5c-8887-19e9d9de4753?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.057281 10.0.0.27 - - [2025-12-04 03:53:31] "POST /neutron/network HTTP/1.1" 200 117 0.025620 10.0.0.27 - - [2025-12-04 03:53:31] "POST /neutron/network HTTP/1.1" 200 828 0.009336 10.0.0.27 - - [2025-12-04 03:53:31] "POST /id-to-fqname HTTP/1.1" 200 224 0.001344 10.0.0.27 - - [2025-12-04 03:53:31] "GET /virtual-network/9441bc6c-941f-4320-8211-ad0a8aa4d5cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.006927 10.0.0.27 - - [2025-12-04 03:53:31] "GET /virtual-network/9441bc6c-941f-4320-8211-ad0a8aa4d5cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.006131 10.0.0.27 - - [2025-12-04 03:53:31] "POST /neutron/subnet HTTP/1.1" 200 724 0.010641 10.0.0.27 - - [2025-12-04 03:53:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003502 10.0.0.23 - - [2025-12-04 03:53:31] "GET /projects?obj_uuids=f79271e1-d03c-4c5c-8887-19e9d9de4753&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001091 10.0.0.27 - - [2025-12-04 03:53:31] "GET /project/f79271e1-d03c-4c5c-8887-19e9d9de4753?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.063004 10.0.0.33 - - [2025-12-04 03:53:31] "POST /route-targets HTTP/1.1" 200 327 0.013675 10.0.0.23 - - [2025-12-04 03:53:32] "POST /useragent-kv HTTP/1.1" 200 115 0.012143 10.0.0.27 - - [2025-12-04 03:53:32] "POST /neutron/subnet HTTP/1.1" 200 725 0.234133 10.0.0.27 - - [2025-12-04 03:53:32] "POST /id-to-fqname HTTP/1.1" 200 224 0.001334 10.0.0.27 - - [2025-12-04 03:53:32] "GET /virtual-network/f536ea57-4322-4533-af6f-5e058a4f6b69?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005102 10.0.0.27 - - [2025-12-04 03:53:32] "GET /virtual-network/f536ea57-4322-4533-af6f-5e058a4f6b69?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.007694 10.0.0.27 - - [2025-12-04 03:53:32] "POST /neutron/network HTTP/1.1" 200 828 0.006660 10.0.0.27 - - [2025-12-04 03:53:32] "POST /fqname-to-id HTTP/1.1" 404 214 0.003312 10.0.0.27 - - [2025-12-04 03:53:32] "GET /virtual-network/9441bc6c-941f-4320-8211-ad0a8aa4d5cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005358 10.0.0.27 - - [2025-12-04 03:53:32] "GET /virtual-machine-interface/af93e659-3580-414c-bc0c-56d8498123eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2374 0.008233 10.0.0.27 - - [2025-12-04 03:53:32] "GET /virtual-machine-interface/af93e659-3580-414c-bc0c-56d8498123eb?fields=instance_ip_back_refs HTTP/1.1" 200 1334 0.009660 10.0.0.27 - - [2025-12-04 03:53:32] "GET /instance-ip/fc82ac1c-3e40-48c5-ba60-fb6e72c2b116?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1611 0.005324 10.0.0.27 - - [2025-12-04 03:53:32] "POST /fqname-to-id HTTP/1.1" 404 214 0.003404 10.0.0.27 - - [2025-12-04 03:53:32] "GET /virtual-network/7589b1a1-f6ea-4a86-a1d3-dfc62565341f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.006371 10.0.0.23 - - [2025-12-04 03:53:32] "GET /projects?obj_uuids=f79271e1-d03c-4c5c-8887-19e9d9de4753&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001039 10.0.0.27 - - [2025-12-04 03:53:32] "GET /project/f79271e1-d03c-4c5c-8887-19e9d9de4753?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.049140 10.0.0.27 - - [2025-12-04 03:53:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003819 10.0.0.27 - - [2025-12-04 03:53:32] "GET /security-group/d68738b7-333c-4756-b895-e9ee2b05a956?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3767 0.005323 10.0.0.27 - - [2025-12-04 03:53:33] "POST /virtual-machine-interfaces HTTP/1.1" 200 569 0.101467 10.0.0.27 - - [2025-12-04 03:53:33] "POST /instance-ips HTTP/1.1" 200 357 0.043986 10.0.0.27 - - [2025-12-04 03:53:33] "GET /virtual-machine-interface/bf639d38-d02c-4eef-b47d-a7921c5617de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2650 0.006353 10.0.0.27 - - [2025-12-04 03:53:33] "GET /virtual-machine-interface/bf639d38-d02c-4eef-b47d-a7921c5617de?fields=instance_ip_back_refs HTTP/1.1" 200 1336 0.011542 10.0.0.27 - - [2025-12-04 03:53:33] "GET /instance-ip/49e3feb2-eee0-4842-8b91-7a1ab96f5bd6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1584 0.005439 10.0.0.27 - - [2025-12-04 03:53:33] "POST /fqname-to-id HTTP/1.1" 404 214 0.003563 10.0.0.27 - - [2025-12-04 03:53:33] "GET /virtual-network/9441bc6c-941f-4320-8211-ad0a8aa4d5cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.006063 10.0.0.23 - - [2025-12-04 03:53:33] "GET /projects?obj_uuids=f79271e1-d03c-4c5c-8887-19e9d9de4753&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001299 10.0.0.27 - - [2025-12-04 03:53:33] "POST /neutron/port HTTP/1.1" 200 990 0.277350 10.0.0.27 - - [2025-12-04 03:53:33] "GET /virtual-machine-interface/1b87acce-0eaa-4d36-b9f9-3d3be5e3689f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2373 0.006862 10.0.0.27 - - [2025-12-04 03:53:33] "GET /virtual-machine-interface/1b87acce-0eaa-4d36-b9f9-3d3be5e3689f?fields=instance_ip_back_refs HTTP/1.1" 200 1333 0.006176 10.0.0.27 - - [2025-12-04 03:53:33] "GET /instance-ip/622198ad-eb36-4178-8cec-c3eeb4d0212e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1610 0.006172 10.0.0.27 - - [2025-12-04 03:53:33] "POST /fqname-to-id HTTP/1.1" 404 214 0.003752 10.0.0.27 - - [2025-12-04 03:53:33] "GET /virtual-network/7589b1a1-f6ea-4a86-a1d3-dfc62565341f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.006465 10.0.0.23 - - [2025-12-04 03:53:33] "GET /projects?obj_uuids=f79271e1-d03c-4c5c-8887-19e9d9de4753&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001647 10.0.0.27 - - [2025-12-04 03:53:33] "GET /project/f79271e1-d03c-4c5c-8887-19e9d9de4753?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.052419 10.0.0.27 - - [2025-12-04 03:53:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.004151 10.0.0.27 - - [2025-12-04 03:53:33] "GET /security-group/d68738b7-333c-4756-b895-e9ee2b05a956?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3767 0.005325 10.0.0.27 - - [2025-12-04 03:53:33] "POST /virtual-machine-interfaces HTTP/1.1" 200 569 0.100271 10.0.0.27 - - [2025-12-04 03:53:34] "POST /instance-ips HTTP/1.1" 200 357 0.036305 10.0.0.27 - - [2025-12-04 03:53:34] "GET /virtual-machine-interface/f1ddc667-4653-42c7-8cc2-14683b145497?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2649 0.007158 10.0.0.27 - - [2025-12-04 03:53:34] "GET /virtual-machine-interface/f1ddc667-4653-42c7-8cc2-14683b145497?fields=instance_ip_back_refs HTTP/1.1" 200 1336 0.010088 10.0.0.27 - - [2025-12-04 03:53:34] "GET /instance-ip/b1508e3b-aacb-40c2-92ca-5294487eac5c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1585 0.005503 10.0.0.27 - - [2025-12-04 03:53:34] "POST /fqname-to-id HTTP/1.1" 404 214 0.003148 10.0.0.27 - - [2025-12-04 03:53:34] "GET /virtual-network/9441bc6c-941f-4320-8211-ad0a8aa4d5cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.006514 10.0.0.27 - - [2025-12-04 03:53:34] "GET /virtual-machine-interface/d9914b89-4db0-448d-b4b6-d10c93922c09?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2374 0.009419 10.0.0.27 - - [2025-12-04 03:53:34] "GET /virtual-machine-interface/d9914b89-4db0-448d-b4b6-d10c93922c09?fields=instance_ip_back_refs HTTP/1.1" 200 1334 0.010386 10.0.0.27 - - [2025-12-04 03:53:34] "GET /instance-ip/e30ded5b-a04b-4427-96c6-1028eecfb26d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1611 0.005402 10.0.0.27 - - [2025-12-04 03:53:34] "POST /fqname-to-id HTTP/1.1" 404 214 0.003396 10.0.0.27 - - [2025-12-04 03:53:34] "GET /virtual-network/f536ea57-4322-4533-af6f-5e058a4f6b69?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005890 10.0.0.23 - - [2025-12-04 03:53:34] "GET /projects?obj_uuids=f79271e1-d03c-4c5c-8887-19e9d9de4753&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001603 10.0.0.27 - - [2025-12-04 03:53:34] "GET /project/f79271e1-d03c-4c5c-8887-19e9d9de4753?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.060071 10.0.0.27 - - [2025-12-04 03:53:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003568 10.0.0.27 - - [2025-12-04 03:53:34] "GET /security-group/d68738b7-333c-4756-b895-e9ee2b05a956?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3767 0.005856 10.0.0.27 - - [2025-12-04 03:53:34] "POST /virtual-machine-interfaces HTTP/1.1" 200 569 0.112038 10.0.0.27 - - [2025-12-04 03:53:35] "POST /instance-ips HTTP/1.1" 200 357 0.047748 10.0.0.27 - - [2025-12-04 03:53:35] "GET /virtual-machine-interface/d75180a0-a200-4c4b-a7c6-e4815f9b16a6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2650 0.006928 10.0.0.27 - - [2025-12-04 03:53:35] "GET /virtual-machine-interface/d75180a0-a200-4c4b-a7c6-e4815f9b16a6?fields=instance_ip_back_refs HTTP/1.1" 200 1336 0.009631 10.0.0.27 - - [2025-12-04 03:53:35] "GET /instance-ip/215dea89-beb8-4d87-b4ca-bd3913c371cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1582 0.004970 10.0.0.27 - - [2025-12-04 03:53:36] "POST /id-to-fqname HTTP/1.1" 200 224 0.001523 10.0.0.27 - - [2025-12-04 03:53:36] "POST /neutron/port HTTP/1.1" 200 990 0.082635 10.0.0.33 - - [2025-12-04 03:53:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000391 10.0.0.27 - - [2025-12-04 03:53:37] "POST /neutron/port HTTP/1.1" 200 117 0.009467 10.0.0.33 - - [2025-12-04 03:53:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000490 10.0.0.27 - - [2025-12-04 03:53:37] "POST /id-to-fqname HTTP/1.1" 200 224 0.001405 10.0.0.23 - - [2025-12-04 03:53:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000387 10.0.0.27 - - [2025-12-04 03:53:37] "POST /neutron/port HTTP/1.1" 200 117 0.007215 10.0.0.23 - - [2025-12-04 03:53:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000484 10.0.0.27 - - [2025-12-04 03:53:37] "POST /neutron/network HTTP/1.1" 200 838 0.011521 10.0.0.27 - - [2025-12-04 03:53:38] "POST /neutron/port HTTP/1.1" 200 1082 0.161893 10.0.0.23 - - [2025-12-04 03:53:38] "GET /global-system-configs HTTP/1.1" 401 292 0.000522 10.0.0.33 - - [2025-12-04 03:53:38] "GET /global-system-configs HTTP/1.1" 401 292 0.000373 10.0.0.27 - - [2025-12-04 03:53:38] "POST /neutron/subnet HTTP/1.1" 200 698 0.011621 10.0.0.23 - - [2025-12-04 03:53:38] "GET /global-system-configs HTTP/1.1" 401 292 0.000567 10.0.0.33 - - [2025-12-04 03:53:38] "GET /global-system-configs HTTP/1.1" 401 292 0.000603 10.0.0.23 - - [2025-12-04 03:53:38] "GET /projects?obj_uuids=f79271e1-d03c-4c5c-8887-19e9d9de4753&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001469 10.0.0.27 - - [2025-12-04 03:53:38] "GET /project/f79271e1-d03c-4c5c-8887-19e9d9de4753?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.088728 10.0.0.27 - - [2025-12-04 03:53:38] "POST /neutron/network HTTP/1.1" 200 828 0.007242 10.0.0.27 - - [2025-12-04 03:53:38] "POST /neutron/port HTTP/1.1" 200 117 0.007730 10.0.0.27 - - [2025-12-04 03:53:38] "POST /id-to-fqname HTTP/1.1" 200 224 0.001527 10.0.0.27 - - [2025-12-04 03:53:39] "POST /neutron/port HTTP/1.1" 200 990 0.012738 10.0.0.27 - - [2025-12-04 03:53:39] "GET /global-system-configs HTTP/1.1" 401 292 0.000466 10.0.0.27 - - [2025-12-04 03:53:39] "POST /neutron/port HTTP/1.1" 200 990 0.011253 10.0.0.27 - - [2025-12-04 03:53:39] "GET /global-system-configs HTTP/1.1" 401 292 0.000381 10.0.0.27 - - [2025-12-04 03:53:39] "POST /neutron/network HTTP/1.1" 200 838 0.007339 10.0.0.27 - - [2025-12-04 03:53:39] "POST /neutron/port HTTP/1.1" 200 117 0.017125 10.0.0.23 - - [2025-12-04 03:53:39] "GET /projects?obj_uuids=f79271e1-d03c-4c5c-8887-19e9d9de4753&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001416 10.0.0.33 - - [2025-12-04 03:53:39] "PUT /logical-router/220dd2ad-7237-4441-896d-5b8717fccbc6 HTTP/1.1" 200 262 0.042153 10.0.0.27 - - [2025-12-04 03:53:40] "POST /neutron/port HTTP/1.1" 200 1118 0.159439 10.0.0.27 - - [2025-12-04 03:53:40] "POST /neutron/router HTTP/1.1" 200 344 0.481473 10.0.0.27 - - [2025-12-04 03:53:40] "POST /neutron/port HTTP/1.1" 200 1092 0.018929 10.0.0.27 - - [2025-12-04 03:53:40] "POST /neutron/port HTTP/1.1" 200 117 0.001847 10.0.0.27 - - [2025-12-04 03:53:40] "GET /global-system-configs HTTP/1.1" 401 292 0.000380 10.0.0.27 - - [2025-12-04 03:53:40] "GET /global-system-configs HTTP/1.1" 401 292 0.000502 10.0.0.27 - - [2025-12-04 03:53:40] "POST /neutron/port HTTP/1.1" 200 990 0.013109 10.0.0.27 - - [2025-12-04 03:53:40] "POST /neutron/port HTTP/1.1" 200 990 0.012183 10.0.0.27 - - [2025-12-04 03:53:41] "POST /neutron/port HTTP/1.1" 200 1056 0.030960 10.0.0.27 - - [2025-12-04 03:53:41] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004211 10.0.0.27 - - [2025-12-04 03:53:41] "POST /neutron/port HTTP/1.1" 200 1056 0.032374 10.0.0.27 - - [2025-12-04 03:53:41] "GET /virtual-machine/984f00e2-60e7-4cea-8ba5-b5a2f2d4861d HTTP/1.1" 401 292 0.000423 10.0.0.27 - - [2025-12-04 03:53:41] "GET /virtual-machine/984f00e2-60e7-4cea-8ba5-b5a2f2d4861d HTTP/1.1" 200 1275 0.058629 10.0.0.27 - - [2025-12-04 03:53:41] "GET /virtual-machine-interface/af93e659-3580-414c-bc0c-56d8498123eb HTTP/1.1" 200 3188 0.009392 10.0.0.27 - - [2025-12-04 03:53:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003642 10.0.0.27 - - [2025-12-04 03:53:41] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004696 10.0.0.27 - - [2025-12-04 03:53:41] "GET /virtual-networks?parent_id=f79271e1-d03c-4c5c-8887-19e9d9de4753&detail=False&count=False&shared=False HTTP/1.1" 200 803 0.003708 10.0.0.27 - - [2025-12-04 03:53:41] "GET /virtual-network/9441bc6c-941f-4320-8211-ad0a8aa4d5cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.006679 10.0.0.27 - - [2025-12-04 03:53:42] "POST /neutron/port HTTP/1.1" 200 1056 0.017456 10.0.0.27 - - [2025-12-04 03:53:42] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004512 10.0.0.27 - - [2025-12-04 03:53:42] "POST /neutron/network HTTP/1.1" 200 828 0.008244 10.0.0.27 - - [2025-12-04 03:53:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004234 10.0.0.27 - - [2025-12-04 03:53:45] "GET /virtual-network/9441bc6c-941f-4320-8211-ad0a8aa4d5cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.006255 10.0.0.27 - - [2025-12-04 03:53:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003314 10.0.0.27 - - [2025-12-04 03:53:49] "GET /virtual-network/9441bc6c-941f-4320-8211-ad0a8aa4d5cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.006719 10.0.0.23 - - [2025-12-04 03:53:52] "GET /projects?obj_uuids=80b1d59f-272a-4089-82a1-cf0c53c87eb0&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.000800 10.0.0.23 - - [2025-12-04 03:53:52] "DELETE /project/f79271e1d03c4c5c888719e9d9de4753 HTTP/1.1" 404 173 0.007480 10.0.0.23 - - [2025-12-04 03:53:52] "GET /project/80b1d59f-272a-4089-82a1-cf0c53c87eb0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1455 0.088313 10.0.0.23 - - [2025-12-04 03:53:52] "GET /projects?obj_uuids=80b1d59f-272a-4089-82a1-cf0c53c87eb0&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.003249 10.0.0.23 - - [2025-12-04 03:53:52] "GET /project/80b1d59f-272a-4089-82a1-cf0c53c87eb0?fields=security_groups HTTP/1.1" 200 1095 0.109745 10.0.0.33 - - [2025-12-04 03:53:52] "DELETE /access-control-list/623ecf15-1c25-4ee9-98b6-aa667c3b34db HTTP/1.1" 200 115 0.066852 10.0.0.23 - - [2025-12-04 03:53:52] "GET /projects?obj_uuids=80b1d59f-272a-4089-82a1-cf0c53c87eb0&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001364 10.0.0.23 - - [2025-12-04 03:53:52] "GET /project/80b1d59f-272a-4089-82a1-cf0c53c87eb0?fields=application_policy_sets HTTP/1.1" 200 1392 0.058594 10.0.0.23 - - [2025-12-04 03:53:52] "DELETE /project/80b1d59f-272a-4089-82a1-cf0c53c87eb0 HTTP/1.1" 200 115 0.515078 10.0.0.27 - - [2025-12-04 03:53:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003730 10.0.0.27 - - [2025-12-04 03:53:53] "GET /virtual-network/9441bc6c-941f-4320-8211-ad0a8aa4d5cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.009856 10.0.0.27 - - [2025-12-04 03:53:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004004 10.0.0.27 - - [2025-12-04 03:53:57] "GET /virtual-network/9441bc6c-941f-4320-8211-ad0a8aa4d5cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.006615 10.0.0.27 - - [2025-12-04 03:54:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003830 10.0.0.27 - - [2025-12-04 03:54:01] "GET /virtual-network/9441bc6c-941f-4320-8211-ad0a8aa4d5cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.006046 10.0.0.27 - - [2025-12-04 03:54:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.005088 10.0.0.27 - - [2025-12-04 03:54:05] "GET /virtual-network/9441bc6c-941f-4320-8211-ad0a8aa4d5cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005989 10.0.0.27 - - [2025-12-04 03:54:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003906 10.0.0.27 - - [2025-12-04 03:54:09] "GET /virtual-network/9441bc6c-941f-4320-8211-ad0a8aa4d5cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.006368 10.0.0.27 - - [2025-12-04 03:54:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004118 10.0.0.27 - - [2025-12-04 03:54:13] "GET /virtual-network/9441bc6c-941f-4320-8211-ad0a8aa4d5cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.006363 10.0.0.27 - - [2025-12-04 03:54:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004020 10.0.0.27 - - [2025-12-04 03:54:17] "GET /virtual-network/9441bc6c-941f-4320-8211-ad0a8aa4d5cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.006377 10.0.0.27 - - [2025-12-04 03:54:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003491 10.0.0.27 - - [2025-12-04 03:54:21] "GET /virtual-network/9441bc6c-941f-4320-8211-ad0a8aa4d5cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.006531 10.0.0.27 - - [2025-12-04 03:54:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004769 10.0.0.27 - - [2025-12-04 03:54:25] "GET /virtual-network/9441bc6c-941f-4320-8211-ad0a8aa4d5cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.006143 10.0.0.27 - - [2025-12-04 03:54:26] "POST /neutron/network HTTP/1.1" 200 838 0.007487 10.0.0.27 - - [2025-12-04 03:54:26] "POST /neutron/port HTTP/1.1" 200 117 0.001319 10.0.0.27 - - [2025-12-04 03:54:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003335 10.0.0.27 - - [2025-12-04 03:54:30] "GET /virtual-network/9441bc6c-941f-4320-8211-ad0a8aa4d5cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.006314 10.0.0.27 - - [2025-12-04 03:54:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003214 10.0.0.27 - - [2025-12-04 03:54:32] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003591 10.0.0.27 - - [2025-12-04 03:54:32] "GET /virtual-networks?parent_id=f79271e1-d03c-4c5c-8887-19e9d9de4753&detail=False&count=False&shared=False HTTP/1.1" 200 803 0.003884 10.0.0.27 - - [2025-12-04 03:54:32] "GET /virtual-network/9441bc6c-941f-4320-8211-ad0a8aa4d5cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.006349 10.0.0.27 - - [2025-12-04 03:54:32] "POST /neutron/security_group HTTP/1.1" 200 2062 0.008200 10.0.0.27 - - [2025-12-04 03:54:42] "POST /neutron/port HTTP/1.1" 200 1092 0.047246 10.0.0.27 - - [2025-12-04 03:54:42] "POST /neutron/security_group HTTP/1.1" 200 2062 0.009109 10.0.0.27 - - [2025-12-04 03:54:44] "POST /neutron/port HTTP/1.1" 200 1056 0.021431 10.0.0.27 - - [2025-12-04 03:54:44] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004536 10.0.0.27 - - [2025-12-04 03:54:44] "POST /neutron/network HTTP/1.1" 200 828 0.006478 10.0.0.27 - - [2025-12-04 03:54:47] "POST /neutron/port HTTP/1.1" 200 1056 0.016409 10.0.0.27 - - [2025-12-04 03:54:53] "POST /neutron/security_group HTTP/1.1" 200 2062 0.017666 10.0.0.27 - - [2025-12-04 03:54:58] "POST /neutron/port HTTP/1.1" 200 1092 0.017272 10.0.0.27 - - [2025-12-04 03:54:58] "POST /neutron/security_group HTTP/1.1" 200 2062 0.008306 10.0.0.27 - - [2025-12-04 03:54:58] "GET /virtual-machine/f9b2ef06-165b-484e-8de2-5319c90bbd5a HTTP/1.1" 200 1297 0.006130 10.0.0.27 - - [2025-12-04 03:54:58] "GET /virtual-machine-interface/df8b135d-8698-40fd-9787-b3d9251dca9f HTTP/1.1" 200 2962 0.007098 10.0.0.27 - - [2025-12-04 03:54:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003815 10.0.0.27 - - [2025-12-04 03:54:58] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003842 10.0.0.27 - - [2025-12-04 03:54:58] "GET /virtual-networks?parent_id=f79271e1-d03c-4c5c-8887-19e9d9de4753&detail=False&count=False&shared=False HTTP/1.1" 200 803 0.003761 10.0.0.27 - - [2025-12-04 03:54:58] "GET /virtual-network/f536ea57-4322-4533-af6f-5e058a4f6b69?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.006108 10.0.0.27 - - [2025-12-04 03:54:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003637 10.0.0.27 - - [2025-12-04 03:54:59] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005472 10.0.0.27 - - [2025-12-04 03:54:59] "GET /virtual-networks?parent_id=f79271e1-d03c-4c5c-8887-19e9d9de4753&detail=False&count=False&shared=False HTTP/1.1" 200 803 0.003402 10.0.0.27 - - [2025-12-04 03:54:59] "GET /virtual-network/f536ea57-4322-4533-af6f-5e058a4f6b69?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.008348 10.0.0.27 - - [2025-12-04 03:55:00] "POST /neutron/port HTTP/1.1" 200 1056 0.024980 10.0.0.27 - - [2025-12-04 03:55:00] "POST /neutron/security_group HTTP/1.1" 200 2062 0.009584 10.0.0.27 - - [2025-12-04 03:55:00] "GET /virtual-machine/89ff1e1c-dc39-4624-97ae-d60796bd6663 HTTP/1.1" 200 1274 0.008273 10.0.0.27 - - [2025-12-04 03:55:00] "GET /virtual-machine-interface/d9914b89-4db0-448d-b4b6-d10c93922c09 HTTP/1.1" 200 3188 0.006230 10.0.0.27 - - [2025-12-04 03:55:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004882 10.0.0.27 - - [2025-12-04 03:55:00] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005061 10.0.0.27 - - [2025-12-04 03:55:00] "GET /virtual-networks?parent_id=f79271e1-d03c-4c5c-8887-19e9d9de4753&detail=False&count=False&shared=False HTTP/1.1" 200 803 0.004190 10.0.0.27 - - [2025-12-04 03:55:00] "GET /virtual-network/9441bc6c-941f-4320-8211-ad0a8aa4d5cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.007617 10.0.0.27 - - [2025-12-04 03:55:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004074 10.0.0.27 - - [2025-12-04 03:55:01] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003907 10.0.0.27 - - [2025-12-04 03:55:01] "GET /virtual-networks?parent_id=f79271e1-d03c-4c5c-8887-19e9d9de4753&detail=False&count=False&shared=False HTTP/1.1" 200 803 0.004155 10.0.0.27 - - [2025-12-04 03:55:01] "GET /virtual-network/9441bc6c-941f-4320-8211-ad0a8aa4d5cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.006415 10.0.0.27 - - [2025-12-04 03:55:28] "POST /neutron/network HTTP/1.1" 200 838 0.051679 10.0.0.27 - - [2025-12-04 03:55:28] "POST /neutron/port HTTP/1.1" 200 117 0.001567 10.0.0.27 - - [2025-12-04 03:55:46] "POST /neutron/port HTTP/1.1" 200 1056 0.021555 10.0.0.27 - - [2025-12-04 03:55:46] "POST /neutron/subnet HTTP/1.1" 200 698 0.012194 10.0.0.27 - - [2025-12-04 03:56:28] "POST /neutron/port HTTP/1.1" 200 1092 0.019869 10.0.0.27 - - [2025-12-04 03:56:29] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004054 10.0.0.27 - - [2025-12-04 03:56:29] "POST /neutron/network HTTP/1.1" 200 828 0.007627 10.0.0.27 - - [2025-12-04 03:56:33] "POST /neutron/router HTTP/1.1" 200 598 0.005105 10.0.0.27 - - [2025-12-04 03:56:34] "POST /neutron/router HTTP/1.1" 200 151 0.085711 10.0.0.33 - - [2025-12-04 03:56:34] "POST /ref-update HTTP/1.1" 200 156 0.021928 10.0.0.27 - - [2025-12-04 03:56:35] "POST /neutron/port HTTP/1.1" 200 151 0.183389 10.0.0.27 - - [2025-12-04 03:56:36] "DELETE /instance-ip/215dea89-beb8-4d87-b4ca-bd3913c371cd HTTP/1.1" 200 115 0.050311 10.0.0.27 - - [2025-12-04 03:56:36] "DELETE /virtual-machine-interface/d75180a0-a200-4c4b-a7c6-e4815f9b16a6 HTTP/1.1" 200 115 0.074312 10.0.0.27 - - [2025-12-04 03:56:36] "DELETE /instance-ip/b1508e3b-aacb-40c2-92ca-5294487eac5c HTTP/1.1" 200 115 0.066105 10.0.0.27 - - [2025-12-04 03:56:36] "DELETE /virtual-machine-interface/f1ddc667-4653-42c7-8cc2-14683b145497 HTTP/1.1" 200 115 0.060444 10.0.0.27 - - [2025-12-04 03:56:36] "POST /neutron/port HTTP/1.1" 200 990 0.014353 10.0.0.27 - - [2025-12-04 03:56:36] "DELETE /instance-ip/49e3feb2-eee0-4842-8b91-7a1ab96f5bd6 HTTP/1.1" 200 115 0.060953 10.0.0.27 - - [2025-12-04 03:56:36] "DELETE /virtual-machine-interface/bf639d38-d02c-4eef-b47d-a7921c5617de HTTP/1.1" 200 115 0.079986 10.0.0.27 - - [2025-12-04 03:56:37] "POST /neutron/port HTTP/1.1" 200 151 0.204020 10.0.0.33 - - [2025-12-04 03:56:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003838 10.0.0.27 - - [2025-12-04 03:56:37] "POST /neutron/network HTTP/1.1" 200 828 0.007204 10.0.0.33 - - [2025-12-04 03:56:37] "DELETE /route-target/05116cae-edce-4991-b63e-6d5f332733e5 HTTP/1.1" 200 115 0.050211 10.0.0.23 - - [2025-12-04 03:56:37] "POST /useragent-kv HTTP/1.1" 200 115 0.058323 10.0.0.23 - - [2025-12-04 03:56:37] "POST /useragent-kv HTTP/1.1" 200 115 0.003429 10.0.0.27 - - [2025-12-04 03:56:37] "POST /neutron/network HTTP/1.1" 200 151 0.219108 10.0.0.23 - - [2025-12-04 03:56:37] "GET /projects?obj_uuids=f79271e1-d03c-4c5c-8887-19e9d9de4753&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001063 10.0.0.27 - - [2025-12-04 03:56:37] "GET /project/f79271e1-d03c-4c5c-8887-19e9d9de4753?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.096570 10.0.0.23 - - [2025-12-04 03:56:37] "GET /projects?obj_uuids=f79271e1-d03c-4c5c-8887-19e9d9de4753&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.002137 10.0.0.27 - - [2025-12-04 03:56:37] "GET /project/f79271e1-d03c-4c5c-8887-19e9d9de4753?fields=virtual_networks HTTP/1.1" 200 1040 0.064700 10.0.0.23 - - [2025-12-04 03:56:37] "GET /projects?obj_uuids=f79271e1-d03c-4c5c-8887-19e9d9de4753&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001103 10.0.0.27 - - [2025-12-04 03:56:37] "GET /project/f79271e1-d03c-4c5c-8887-19e9d9de4753?fields=virtual_machine_interfaces HTTP/1.1" 200 1040 0.042200 10.0.0.23 - - [2025-12-04 03:56:37] "GET /projects?obj_uuids=f79271e1-d03c-4c5c-8887-19e9d9de4753&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001689 10.0.0.27 - - [2025-12-04 03:56:37] "GET /project/f79271e1-d03c-4c5c-8887-19e9d9de4753?fields=security_groups HTTP/1.1" 200 1270 0.049126 10.0.0.27 - - [2025-12-04 03:56:38] "POST /fqname-to-id HTTP/1.1" 404 187 0.031869 10.0.0.23 - - [2025-12-04 03:56:38] "GET /projects?obj_uuids=01df22d0-68f3-4ae7-932a-c47f48b4a8fd&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003657 10.0.0.23 - - [2025-12-04 03:56:39] "GET /domains?obj_uuids=77f3106b-db9e-49b5-893e-09cac574b890&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002339 10.0.0.23 - - [2025-12-04 03:56:39] "GET /domain/77f3106b-db9e-49b5-893e-09cac574b890?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.011267 10.0.0.23 - - [2025-12-04 03:56:39] "POST /id-to-fqname HTTP/1.1" 200 189 0.007183 10.0.0.23 - - [2025-12-04 03:56:39] "POST /fqname-to-id HTTP/1.1" 404 198 0.006219 10.0.0.23 - - [2025-12-04 03:56:39] "POST /security-groups HTTP/1.1" 200 590 0.033480 10.0.0.33 - - [2025-12-04 03:56:39] "POST /fqname-to-id HTTP/1.1" 404 233 0.004643 10.0.0.23 - - [2025-12-04 03:56:39] "POST /projects HTTP/1.1" 200 583 0.254247 10.0.0.23 - - [2025-12-04 03:56:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.289220 10.0.0.33 - - [2025-12-04 03:56:39] "POST /access-control-lists HTTP/1.1" 200 593 0.031698 10.0.0.27 - - [2025-12-04 03:56:39] "GET /project/01df22d0-68f3-4ae7-932a-c47f48b4a8fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.457031 10.0.0.27 - - [2025-12-04 03:56:40] "POST /neutron/port HTTP/1.1" 200 117 0.007570 10.0.0.27 - - [2025-12-04 03:56:40] "GET / HTTP/1.1" 200 35931 0.001941 10.0.0.27 - - [2025-12-04 03:56:42] "POST /fqname-to-id HTTP/1.1" 401 292 0.000488 10.0.0.27 - - [2025-12-04 03:56:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.088457 10.0.0.23 - - [2025-12-04 03:56:42] "GET /projects?obj_uuids=01df22d0-68f3-4ae7-932a-c47f48b4a8fd&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001092 10.0.0.27 - - [2025-12-04 03:56:42] "GET /project/01df22d0-68f3-4ae7-932a-c47f48b4a8fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.053754 10.0.0.23 - - [2025-12-04 03:56:43] "GET /projects?obj_uuids=01df22d0-68f3-4ae7-932a-c47f48b4a8fd&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001339 10.0.0.27 - - [2025-12-04 03:56:43] "POST /neutron/network HTTP/1.1" 200 604 0.173890 10.0.0.27 - - [2025-12-04 03:56:43] "POST /id-to-fqname HTTP/1.1" 200 219 0.003740 10.0.0.27 - - [2025-12-04 03:56:43] "GET /virtual-network/292e9715-cd46-4bf8-aea6-3cd2eaffc1c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.005548 10.0.0.27 - - [2025-12-04 03:56:43] "POST /neutron/network HTTP/1.1" 200 825 0.009466 10.0.0.27 - - [2025-12-04 03:56:43] "GET /virtual-network/292e9715-cd46-4bf8-aea6-3cd2eaffc1c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.005746 10.0.0.27 - - [2025-12-04 03:56:44] "GET /virtual-network/292e9715-cd46-4bf8-aea6-3cd2eaffc1c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.006250 10.0.0.27 - - [2025-12-04 03:56:44] "GET /obj-perms HTTP/1.1" 200 5028 0.066197 10.0.0.33 - - [2025-12-04 03:56:45] "GET /obj-perms HTTP/1.1" 200 5028 0.070255 10.0.0.23 - - [2025-12-04 03:56:45] "GET /obj-perms HTTP/1.1" 200 5028 0.075343 10.0.0.27 - - [2025-12-04 03:56:45] "POST /id-to-fqname HTTP/1.1" 200 219 0.001270 10.0.0.27 - - [2025-12-04 03:56:45] "POST /neutron/network HTTP/1.1" 200 835 0.008354 10.0.0.23 - - [2025-12-04 03:56:46] "GET /projects?obj_uuids=01df22d0-68f3-4ae7-932a-c47f48b4a8fd&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.000974 10.0.0.27 - - [2025-12-04 03:56:46] "GET /project/01df22d0-68f3-4ae7-932a-c47f48b4a8fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.075072 10.0.0.27 - - [2025-12-04 03:56:46] "POST /neutron/port HTTP/1.1" 200 117 0.008731 10.0.0.27 - - [2025-12-04 03:56:46] "POST /id-to-fqname HTTP/1.1" 200 219 0.001872 10.0.0.27 - - [2025-12-04 03:56:47] "POST /neutron/network HTTP/1.1" 200 835 0.009218 10.0.0.27 - - [2025-12-04 03:56:47] "POST /neutron/port HTTP/1.1" 200 1061 0.015362 10.0.0.23 - - [2025-12-04 03:56:47] "GET /projects?obj_uuids=01df22d0-68f3-4ae7-932a-c47f48b4a8fd&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001070 10.0.0.27 - - [2025-12-04 03:56:47] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003835 10.0.0.27 - - [2025-12-04 03:56:47] "GET /project/01df22d0-68f3-4ae7-932a-c47f48b4a8fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.078260 10.0.0.27 - - [2025-12-04 03:56:48] "POST /neutron/port HTTP/1.1" 200 117 0.001118 10.0.0.27 - - [2025-12-04 03:56:48] "POST /neutron/security_group HTTP/1.1" 200 2057 0.007907 10.0.0.27 - - [2025-12-04 03:56:48] "POST /neutron/security_group HTTP/1.1" 200 2057 0.007076 10.0.0.27 - - [2025-12-04 03:56:49] "POST /neutron/port HTTP/1.1" 200 1061 0.021459 10.0.0.27 - - [2025-12-04 03:56:49] "POST /neutron/port HTTP/1.1" 200 1089 0.018602 10.0.0.27 - - [2025-12-04 03:56:49] "POST /neutron/port HTTP/1.1" 200 117 0.001365 10.0.0.27 - - [2025-12-04 03:56:53] "POST /neutron/security_group HTTP/1.1" 200 2057 0.008820 10.0.0.23 - - [2025-12-04 03:56:53] "DELETE /project/01df22d068f34ae7932ac47f48b4a8fd HTTP/1.1" 404 173 0.010415 10.0.0.23 - - [2025-12-04 03:56:53] "GET /projects?obj_uuids=f79271e1-d03c-4c5c-8887-19e9d9de4753&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.002082 10.0.0.23 - - [2025-12-04 03:56:53] "GET /project/f79271e1-d03c-4c5c-8887-19e9d9de4753?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1484 0.052583 10.0.0.23 - - [2025-12-04 03:56:53] "GET /projects?obj_uuids=f79271e1-d03c-4c5c-8887-19e9d9de4753&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001225 10.0.0.23 - - [2025-12-04 03:56:53] "GET /project/f79271e1-d03c-4c5c-8887-19e9d9de4753?fields=security_groups HTTP/1.1" 200 1375 0.054703 10.0.0.23 - - [2025-12-04 03:56:53] "DELETE /security-group/d68738b7-333c-4756-b895-e9ee2b05a956 HTTP/1.1" 200 115 0.140934 10.0.0.23 - - [2025-12-04 03:56:53] "GET /projects?obj_uuids=f79271e1-d03c-4c5c-8887-19e9d9de4753&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001826 10.0.0.33 - - [2025-12-04 03:56:53] "DELETE /access-control-list/df3ebf09-fdc0-4adb-a7b2-c7195bf1b68e HTTP/1.1" 200 115 0.096034 10.0.0.23 - - [2025-12-04 03:56:54] "GET /project/f79271e1-d03c-4c5c-8887-19e9d9de4753?fields=application_policy_sets HTTP/1.1" 200 1414 0.087497 10.0.0.27 - - [2025-12-04 03:56:54] "POST /neutron/port HTTP/1.1" 200 1089 0.090497 10.0.0.27 - - [2025-12-04 03:56:54] "GET /virtual-machine/a103c6a0-a45f-4689-bc43-3370b378c6f7 HTTP/1.1" 401 292 0.000510 10.0.0.23 - - [2025-12-04 03:56:54] "DELETE /project/f79271e1-d03c-4c5c-8887-19e9d9de4753 HTTP/1.1" 200 115 0.676498 10.0.0.27 - - [2025-12-04 03:56:54] "GET /virtual-machine/a103c6a0-a45f-4689-bc43-3370b378c6f7 HTTP/1.1" 200 1292 0.036058 10.0.0.27 - - [2025-12-04 03:56:54] "GET /virtual-machine-interface/5b8ace06-a76a-4cf5-9c62-c7d8fb1a97b8 HTTP/1.1" 200 2936 0.006557 10.0.0.27 - - [2025-12-04 03:56:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003347 10.0.0.27 - - [2025-12-04 03:56:54] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003556 10.0.0.27 - - [2025-12-04 03:56:54] "GET /virtual-networks?parent_id=01df22d0-68f3-4ae7-932a-c47f48b4a8fd&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003823 10.0.0.27 - - [2025-12-04 03:56:54] "GET /virtual-network/292e9715-cd46-4bf8-aea6-3cd2eaffc1c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.006105 10.0.0.27 - - [2025-12-04 03:56:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003703 10.0.0.27 - - [2025-12-04 03:56:57] "GET /virtual-network/292e9715-cd46-4bf8-aea6-3cd2eaffc1c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.006116 10.0.0.27 - - [2025-12-04 03:57:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004319 10.0.0.27 - - [2025-12-04 03:57:02] "GET /virtual-network/292e9715-cd46-4bf8-aea6-3cd2eaffc1c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.006641 10.0.0.27 - - [2025-12-04 03:57:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004074 10.0.0.27 - - [2025-12-04 03:57:06] "GET /virtual-network/292e9715-cd46-4bf8-aea6-3cd2eaffc1c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.006037 10.0.0.27 - - [2025-12-04 03:57:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004080 10.0.0.27 - - [2025-12-04 03:57:10] "GET /virtual-network/292e9715-cd46-4bf8-aea6-3cd2eaffc1c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.006449 10.0.0.27 - - [2025-12-04 03:57:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004993 10.0.0.27 - - [2025-12-04 03:57:14] "GET /virtual-network/292e9715-cd46-4bf8-aea6-3cd2eaffc1c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.006019 10.0.0.27 - - [2025-12-04 03:57:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004823 10.0.0.27 - - [2025-12-04 03:57:18] "GET /virtual-network/292e9715-cd46-4bf8-aea6-3cd2eaffc1c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.006237 10.0.0.27 - - [2025-12-04 03:57:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003644 10.0.0.27 - - [2025-12-04 03:57:22] "GET /virtual-network/292e9715-cd46-4bf8-aea6-3cd2eaffc1c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.007720 10.0.0.27 - - [2025-12-04 03:57:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003872 10.0.0.27 - - [2025-12-04 03:57:26] "GET /virtual-network/292e9715-cd46-4bf8-aea6-3cd2eaffc1c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.006514 10.0.0.27 - - [2025-12-04 03:57:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003914 10.0.0.27 - - [2025-12-04 03:57:30] "GET /virtual-network/292e9715-cd46-4bf8-aea6-3cd2eaffc1c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.006517 10.0.0.27 - - [2025-12-04 03:57:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003836 10.0.0.27 - - [2025-12-04 03:57:34] "GET /virtual-network/292e9715-cd46-4bf8-aea6-3cd2eaffc1c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.006229 10.0.0.27 - - [2025-12-04 03:57:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004229 10.0.0.27 - - [2025-12-04 03:57:38] "GET /virtual-network/292e9715-cd46-4bf8-aea6-3cd2eaffc1c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.006320 10.0.0.27 - - [2025-12-04 03:57:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003537 10.0.0.27 - - [2025-12-04 03:57:42] "GET /virtual-network/292e9715-cd46-4bf8-aea6-3cd2eaffc1c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.006696 10.0.0.27 - - [2025-12-04 03:57:46] "POST /neutron/port HTTP/1.1" 200 1089 0.047714 10.0.0.27 - - [2025-12-04 03:57:46] "POST /neutron/subnet HTTP/1.1" 200 708 0.009262 10.0.0.27 - - [2025-12-04 03:57:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003273 10.0.0.27 - - [2025-12-04 03:57:47] "GET /virtual-network/292e9715-cd46-4bf8-aea6-3cd2eaffc1c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.006247 10.0.0.27 - - [2025-12-04 03:57:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003436 10.0.0.27 - - [2025-12-04 03:57:51] "GET /virtual-network/292e9715-cd46-4bf8-aea6-3cd2eaffc1c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.005789 10.0.0.27 - - [2025-12-04 03:57:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003846 10.0.0.27 - - [2025-12-04 03:57:53] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004006 10.0.0.27 - - [2025-12-04 03:57:53] "GET /virtual-networks?parent_id=01df22d0-68f3-4ae7-932a-c47f48b4a8fd&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.004460 10.0.0.27 - - [2025-12-04 03:57:53] "GET /virtual-network/292e9715-cd46-4bf8-aea6-3cd2eaffc1c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.008689 10.0.0.27 - - [2025-12-04 03:57:53] "POST /neutron/port HTTP/1.1" 200 1089 0.021171 10.0.0.27 - - [2025-12-04 03:57:58] "POST /neutron/security_group HTTP/1.1" 200 2057 0.006733 10.0.0.27 - - [2025-12-04 03:58:05] "POST /neutron/port HTTP/1.1" 200 1089 0.015266 10.0.0.27 - - [2025-12-04 03:58:06] "POST /neutron/security_group HTTP/1.1" 200 2057 0.007159 10.0.0.27 - - [2025-12-04 03:58:14] "POST /neutron/port HTTP/1.1" 200 1089 0.015446 10.0.0.27 - - [2025-12-04 03:58:19] "POST /neutron/security_group HTTP/1.1" 200 2057 0.007551 10.0.0.27 - - [2025-12-04 03:58:19] "POST /neutron/port HTTP/1.1" 200 1089 0.018081 10.0.0.27 - - [2025-12-04 03:58:19] "GET /virtual-machine/8aafa1f9-e0d7-400a-85af-b0d7599b9986 HTTP/1.1" 200 1290 0.005694 10.0.0.27 - - [2025-12-04 03:58:19] "GET /virtual-machine-interface/e3d322b4-48ee-4d35-af40-10a332f280d3 HTTP/1.1" 200 2937 0.005632 10.0.0.27 - - [2025-12-04 03:58:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003527 10.0.0.27 - - [2025-12-04 03:58:19] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003827 10.0.0.27 - - [2025-12-04 03:58:19] "GET /virtual-networks?parent_id=01df22d0-68f3-4ae7-932a-c47f48b4a8fd&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003292 10.0.0.27 - - [2025-12-04 03:58:19] "GET /virtual-network/292e9715-cd46-4bf8-aea6-3cd2eaffc1c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.005800 10.0.0.27 - - [2025-12-04 03:58:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004661 10.0.0.27 - - [2025-12-04 03:58:20] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.008504 10.0.0.27 - - [2025-12-04 03:58:20] "GET /virtual-networks?parent_id=01df22d0-68f3-4ae7-932a-c47f48b4a8fd&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003453 10.0.0.27 - - [2025-12-04 03:58:20] "GET /virtual-network/292e9715-cd46-4bf8-aea6-3cd2eaffc1c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.005714 10.0.0.33 - - [2025-12-04 03:58:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000634 10.0.0.33 - - [2025-12-04 03:58:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000438 10.0.0.23 - - [2025-12-04 03:58:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000571 10.0.0.23 - - [2025-12-04 03:58:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000484 10.0.0.23 - - [2025-12-04 03:58:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000587 10.0.0.23 - - [2025-12-04 03:58:38] "GET /global-system-configs HTTP/1.1" 401 292 0.000523 10.0.0.33 - - [2025-12-04 03:58:38] "GET /global-system-configs HTTP/1.1" 401 292 0.000464 10.0.0.33 - - [2025-12-04 03:58:38] "GET /global-system-configs HTTP/1.1" 401 292 0.000545 10.0.0.27 - - [2025-12-04 03:58:39] "GET /global-system-configs HTTP/1.1" 401 292 0.000444 10.0.0.27 - - [2025-12-04 03:58:39] "GET /global-system-configs HTTP/1.1" 401 292 0.001011 10.0.0.27 - - [2025-12-04 03:58:40] "GET /global-system-configs HTTP/1.1" 401 292 0.000506 10.0.0.27 - - [2025-12-04 03:58:40] "GET /global-system-configs HTTP/1.1" 401 292 0.000496 10.0.0.27 - - [2025-12-04 03:58:46] "POST /neutron/port HTTP/1.1" 200 1089 0.015888 10.0.0.27 - - [2025-12-04 03:58:46] "POST /neutron/subnet HTTP/1.1" 200 708 0.010534 10.0.0.27 - - [2025-12-04 03:59:46] "POST /neutron/port HTTP/1.1" 200 1089 0.017433 10.0.0.27 - - [2025-12-04 03:59:46] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004818 10.0.0.27 - - [2025-12-04 03:59:46] "POST /neutron/network HTTP/1.1" 200 825 0.007405 10.0.0.23 - - [2025-12-04 03:59:49] "GET /obj-perms HTTP/1.1" 200 5056 0.058411 10.0.0.27 - - [2025-12-04 03:59:50] "GET /obj-perms HTTP/1.1" 200 5056 0.052321 10.0.0.27 - - [2025-12-04 03:59:52] "POST /neutron/port HTTP/1.1" 200 1089 0.021528 10.0.0.27 - - [2025-12-04 03:59:52] "POST /neutron/port HTTP/1.1" 200 151 0.265383 10.0.0.27 - - [2025-12-04 03:59:53] "POST /neutron/network HTTP/1.1" 200 825 0.007281 10.0.0.33 - - [2025-12-04 03:59:53] "DELETE /route-target/5444aff0-1930-4433-a010-5dd30ba46032 HTTP/1.1" 200 115 0.116548 10.0.0.23 - - [2025-12-04 03:59:55] "GET /projects?obj_uuids=01df22d0-68f3-4ae7-932a-c47f48b4a8fd&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001858 10.0.0.27 - - [2025-12-04 03:59:55] "GET /project/01df22d0-68f3-4ae7-932a-c47f48b4a8fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.092824 10.0.0.23 - - [2025-12-04 03:59:55] "GET /projects?obj_uuids=01df22d0-68f3-4ae7-932a-c47f48b4a8fd&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001418 10.0.0.27 - - [2025-12-04 03:59:55] "GET /project/01df22d0-68f3-4ae7-932a-c47f48b4a8fd?fields=virtual_networks HTTP/1.1" 200 1029 0.043428 10.0.0.23 - - [2025-12-04 03:59:55] "GET /projects?obj_uuids=01df22d0-68f3-4ae7-932a-c47f48b4a8fd&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001056 10.0.0.27 - - [2025-12-04 03:59:55] "GET /project/01df22d0-68f3-4ae7-932a-c47f48b4a8fd?fields=virtual_machine_interfaces HTTP/1.1" 200 1029 0.054282 10.0.0.23 - - [2025-12-04 03:59:55] "GET /projects?obj_uuids=01df22d0-68f3-4ae7-932a-c47f48b4a8fd&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001122 10.0.0.27 - - [2025-12-04 03:59:55] "GET /project/01df22d0-68f3-4ae7-932a-c47f48b4a8fd?fields=security_groups HTTP/1.1" 200 1254 0.043045 10.0.0.27 - - [2025-12-04 03:59:56] "POST /fqname-to-id HTTP/1.1" 404 187 0.050984 10.0.0.23 - - [2025-12-04 03:59:57] "GET /projects?obj_uuids=8c08752e-93ba-49df-9d3f-016ae3ad7c42&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003619 10.0.0.23 - - [2025-12-04 03:59:57] "GET /domains?obj_uuids=77f3106b-db9e-49b5-893e-09cac574b890&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001380 10.0.0.23 - - [2025-12-04 03:59:57] "GET /domain/77f3106b-db9e-49b5-893e-09cac574b890?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.057364 10.0.0.23 - - [2025-12-04 03:59:57] "POST /id-to-fqname HTTP/1.1" 200 189 0.004420 10.0.0.23 - - [2025-12-04 03:59:57] "POST /fqname-to-id HTTP/1.1" 404 198 0.005200 10.0.0.23 - - [2025-12-04 03:59:57] "POST /security-groups HTTP/1.1" 200 590 0.030799 10.0.0.23 - - [2025-12-04 03:59:57] "POST /projects HTTP/1.1" 200 583 0.248371 10.0.0.23 - - [2025-12-04 03:59:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.288219 10.0.0.27 - - [2025-12-04 03:59:57] "GET /project/8c08752e-93ba-49df-9d3f-016ae3ad7c42?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1360 0.533123 10.0.0.33 - - [2025-12-04 03:59:57] "POST /fqname-to-id HTTP/1.1" 404 232 0.023075 10.0.0.27 - - [2025-12-04 03:59:59] "GET / HTTP/1.1" 200 35931 0.003392 10.0.0.27 - - [2025-12-04 04:00:00] "POST /fqname-to-id HTTP/1.1" 401 292 0.000487 10.0.0.27 - - [2025-12-04 04:00:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.090841 10.0.0.23 - - [2025-12-04 04:00:01] "GET /projects?obj_uuids=8c08752e-93ba-49df-9d3f-016ae3ad7c42&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001311 10.0.0.27 - - [2025-12-04 04:00:01] "GET /project/8c08752e-93ba-49df-9d3f-016ae3ad7c42?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1360 0.049483 10.0.0.23 - - [2025-12-04 04:00:01] "GET /projects?obj_uuids=8c08752e-93ba-49df-9d3f-016ae3ad7c42&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.002075 10.0.0.27 - - [2025-12-04 04:00:01] "POST /neutron/network HTTP/1.1" 200 604 0.197715 10.0.0.33 - - [2025-12-04 04:00:01] "POST /ref-update HTTP/1.1" 200 156 0.029809 10.0.0.27 - - [2025-12-04 04:00:01] "POST /id-to-fqname HTTP/1.1" 200 219 0.003743 10.0.0.27 - - [2025-12-04 04:00:01] "GET /virtual-network/4c8418f1-97eb-46fa-be0d-bf624761dd81?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.007921 10.0.0.27 - - [2025-12-04 04:00:01] "POST /neutron/network HTTP/1.1" 200 823 0.007965 10.0.0.27 - - [2025-12-04 04:00:01] "GET /virtual-network/4c8418f1-97eb-46fa-be0d-bf624761dd81?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.006472 10.0.0.27 - - [2025-12-04 04:00:02] "GET /virtual-network/4c8418f1-97eb-46fa-be0d-bf624761dd81?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.007179 10.0.0.33 - - [2025-12-04 04:00:03] "GET /obj-perms HTTP/1.1" 200 5028 0.066924 10.0.0.27 - - [2025-12-04 04:00:04] "POST /id-to-fqname HTTP/1.1" 200 219 0.001476 10.0.0.27 - - [2025-12-04 04:00:04] "POST /neutron/network HTTP/1.1" 200 833 0.008612 10.0.0.23 - - [2025-12-04 04:00:05] "GET /projects?obj_uuids=8c08752e-93ba-49df-9d3f-016ae3ad7c42&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001671 10.0.0.27 - - [2025-12-04 04:00:05] "GET /project/8c08752e-93ba-49df-9d3f-016ae3ad7c42?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1360 0.096915 10.0.0.27 - - [2025-12-04 04:00:05] "POST /neutron/port HTTP/1.1" 200 117 0.007059 10.0.0.27 - - [2025-12-04 04:00:05] "POST /id-to-fqname HTTP/1.1" 200 219 0.001404 10.0.0.27 - - [2025-12-04 04:00:06] "POST /neutron/network HTTP/1.1" 200 833 0.009331 10.0.0.27 - - [2025-12-04 04:00:06] "POST /neutron/port HTTP/1.1" 200 1059 0.019171 10.0.0.23 - - [2025-12-04 04:00:06] "GET /projects?obj_uuids=8c08752e-93ba-49df-9d3f-016ae3ad7c42&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001681 10.0.0.27 - - [2025-12-04 04:00:06] "GET /project/8c08752e-93ba-49df-9d3f-016ae3ad7c42?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1360 0.135181 10.0.0.27 - - [2025-12-04 04:00:06] "POST /neutron/port HTTP/1.1" 200 1087 0.022651 10.0.0.27 - - [2025-12-04 04:00:07] "POST /neutron/subnet HTTP/1.1" 200 699 0.011029 10.0.0.27 - - [2025-12-04 04:00:07] "POST /neutron/network HTTP/1.1" 200 823 0.008143 10.0.0.27 - - [2025-12-04 04:00:07] "POST /neutron/security_group HTTP/1.1" 200 2057 0.009415 10.0.0.27 - - [2025-12-04 04:00:08] "POST /neutron/port HTTP/1.1" 200 1059 0.020181 10.0.0.27 - - [2025-12-04 04:00:08] "POST /neutron/port HTTP/1.1" 200 1087 0.027441 10.0.0.27 - - [2025-12-04 04:00:08] "POST /neutron/port HTTP/1.1" 200 117 0.001416 10.0.0.27 - - [2025-12-04 04:00:12] "POST /neutron/security_group HTTP/1.1" 200 2057 0.008137 10.0.0.27 - - [2025-12-04 04:00:12] "POST /neutron/port HTTP/1.1" 200 1087 0.024704 10.0.0.27 - - [2025-12-04 04:00:12] "GET /virtual-machine/bf355035-d660-48a6-aba6-1567ef960dc6 HTTP/1.1" 401 292 0.000464 10.0.0.27 - - [2025-12-04 04:00:12] "GET /virtual-machine/bf355035-d660-48a6-aba6-1567ef960dc6 HTTP/1.1" 200 1292 0.038462 10.0.0.27 - - [2025-12-04 04:00:12] "GET /virtual-machine-interface/d019dbe8-85ef-45ae-9faf-47093f28cf29 HTTP/1.1" 200 2937 0.007438 10.0.0.27 - - [2025-12-04 04:00:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.005414 10.0.0.27 - - [2025-12-04 04:00:13] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004805 10.0.0.27 - - [2025-12-04 04:00:13] "GET /virtual-networks?parent_id=8c08752e-93ba-49df-9d3f-016ae3ad7c42&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.004498 10.0.0.27 - - [2025-12-04 04:00:13] "GET /virtual-network/4c8418f1-97eb-46fa-be0d-bf624761dd81?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.007069 10.0.0.27 - - [2025-12-04 04:00:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003198 10.0.0.27 - - [2025-12-04 04:00:16] "GET /virtual-network/4c8418f1-97eb-46fa-be0d-bf624761dd81?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.005988 10.0.0.27 - - [2025-12-04 04:00:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003377 10.0.0.27 - - [2025-12-04 04:00:20] "GET /virtual-network/4c8418f1-97eb-46fa-be0d-bf624761dd81?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.006263 10.0.0.27 - - [2025-12-04 04:00:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003903 10.0.0.27 - - [2025-12-04 04:00:24] "GET /virtual-network/4c8418f1-97eb-46fa-be0d-bf624761dd81?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.006417 10.0.0.27 - - [2025-12-04 04:00:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003700 10.0.0.27 - - [2025-12-04 04:00:28] "GET /virtual-network/4c8418f1-97eb-46fa-be0d-bf624761dd81?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.006040 10.0.0.27 - - [2025-12-04 04:00:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003982 10.0.0.27 - - [2025-12-04 04:00:32] "GET /virtual-network/4c8418f1-97eb-46fa-be0d-bf624761dd81?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.006634 10.0.0.27 - - [2025-12-04 04:00:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004137 10.0.0.27 - - [2025-12-04 04:00:36] "GET /virtual-network/4c8418f1-97eb-46fa-be0d-bf624761dd81?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.007034 10.0.0.27 - - [2025-12-04 04:00:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004958 10.0.0.27 - - [2025-12-04 04:00:40] "GET /virtual-network/4c8418f1-97eb-46fa-be0d-bf624761dd81?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.006144 10.0.0.27 - - [2025-12-04 04:00:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004027 10.0.0.27 - - [2025-12-04 04:00:44] "GET /virtual-network/4c8418f1-97eb-46fa-be0d-bf624761dd81?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.006145 10.0.0.27 - - [2025-12-04 04:00:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003888 10.0.0.27 - - [2025-12-04 04:00:48] "GET /virtual-network/4c8418f1-97eb-46fa-be0d-bf624761dd81?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.005887 10.0.0.27 - - [2025-12-04 04:00:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004790 10.0.0.27 - - [2025-12-04 04:00:53] "GET /virtual-network/4c8418f1-97eb-46fa-be0d-bf624761dd81?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.011096 10.0.0.23 - - [2025-12-04 04:00:54] "DELETE /project/8c08752e93ba49df9d3f016ae3ad7c42 HTTP/1.1" 404 173 0.004082 10.0.0.23 - - [2025-12-04 04:00:54] "GET /projects?obj_uuids=01df22d0-68f3-4ae7-932a-c47f48b4a8fd&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.000962 10.0.0.23 - - [2025-12-04 04:00:54] "GET /project/01df22d0-68f3-4ae7-932a-c47f48b4a8fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1463 0.062302 10.0.0.23 - - [2025-12-04 04:00:54] "GET /projects?obj_uuids=01df22d0-68f3-4ae7-932a-c47f48b4a8fd&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.002622 10.0.0.23 - - [2025-12-04 04:00:54] "GET /project/01df22d0-68f3-4ae7-932a-c47f48b4a8fd?fields=security_groups HTTP/1.1" 200 1359 0.060332 10.0.0.23 - - [2025-12-04 04:00:54] "DELETE /security-group/f5aca531-4baf-414f-b7c5-bb2426a8a48b HTTP/1.1" 200 115 0.051507 10.0.0.23 - - [2025-12-04 04:00:54] "GET /projects?obj_uuids=01df22d0-68f3-4ae7-932a-c47f48b4a8fd&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001517 10.0.0.23 - - [2025-12-04 04:00:54] "GET /project/01df22d0-68f3-4ae7-932a-c47f48b4a8fd?fields=application_policy_sets HTTP/1.1" 200 1398 0.065492 10.0.0.23 - - [2025-12-04 04:00:54] "DELETE /project/01df22d0-68f3-4ae7-932a-c47f48b4a8fd HTTP/1.1" 409 225 0.419355 10.0.0.27 - - [2025-12-04 04:00:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003861 10.0.0.27 - - [2025-12-04 04:00:57] "GET /virtual-network/4c8418f1-97eb-46fa-be0d-bf624761dd81?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.005810 10.0.0.27 - - [2025-12-04 04:00:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003648 10.0.0.27 - - [2025-12-04 04:00:59] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.006040 10.0.0.27 - - [2025-12-04 04:00:59] "GET /virtual-networks?parent_id=8c08752e-93ba-49df-9d3f-016ae3ad7c42&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003134 10.0.0.27 - - [2025-12-04 04:00:59] "GET /virtual-network/4c8418f1-97eb-46fa-be0d-bf624761dd81?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.006541 10.0.0.27 - - [2025-12-04 04:00:59] "POST /neutron/security_group HTTP/1.1" 200 2057 0.008485 10.0.0.27 - - [2025-12-04 04:01:09] "POST /neutron/port HTTP/1.1" 200 1087 0.018219 10.0.0.27 - - [2025-12-04 04:01:13] "POST /neutron/security_group HTTP/1.1" 200 2057 0.041735 10.0.0.27 - - [2025-12-04 04:01:20] "POST /neutron/port HTTP/1.1" 200 1087 0.021023 10.0.0.27 - - [2025-12-04 04:01:21] "POST /neutron/security_group HTTP/1.1" 200 2057 0.007046 10.0.0.27 - - [2025-12-04 04:01:25] "POST /neutron/port HTTP/1.1" 200 1087 0.017790 10.0.0.27 - - [2025-12-04 04:01:25] "POST /neutron/security_group HTTP/1.1" 200 2057 0.007559 10.0.0.27 - - [2025-12-04 04:01:25] "GET /virtual-machine/3b329500-c232-471a-93ee-32a9486afc46 HTTP/1.1" 200 1291 0.006324 10.0.0.27 - - [2025-12-04 04:01:25] "GET /virtual-machine-interface/913b27d3-b5bf-475f-b612-1ed36d0360b3 HTTP/1.1" 200 2937 0.005886 10.0.0.27 - - [2025-12-04 04:01:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004017 10.0.0.27 - - [2025-12-04 04:01:25] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004500 10.0.0.27 - - [2025-12-04 04:01:25] "GET /virtual-networks?parent_id=8c08752e-93ba-49df-9d3f-016ae3ad7c42&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003705 10.0.0.27 - - [2025-12-04 04:01:25] "GET /virtual-network/4c8418f1-97eb-46fa-be0d-bf624761dd81?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.006477 10.0.0.27 - - [2025-12-04 04:01:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003799 10.0.0.27 - - [2025-12-04 04:01:26] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003972 10.0.0.27 - - [2025-12-04 04:01:26] "GET /virtual-networks?parent_id=8c08752e-93ba-49df-9d3f-016ae3ad7c42&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003813 10.0.0.27 - - [2025-12-04 04:01:26] "GET /virtual-network/4c8418f1-97eb-46fa-be0d-bf624761dd81?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.006764 10.0.0.27 - - [2025-12-04 04:01:48] "POST /neutron/port HTTP/1.1" 200 1087 0.017256 10.0.0.27 - - [2025-12-04 04:01:48] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004146 10.0.0.27 - - [2025-12-04 04:01:48] "POST /neutron/network HTTP/1.1" 200 823 0.007584 10.0.0.27 - - [2025-12-04 04:02:36] "POST /neutron/port HTTP/1.1" 200 1087 0.017489 10.0.0.27 - - [2025-12-04 04:02:36] "POST /neutron/port HTTP/1.1" 200 151 0.208587 10.0.0.27 - - [2025-12-04 04:02:37] "POST /neutron/network HTTP/1.1" 200 823 0.007854 10.0.0.33 - - [2025-12-04 04:02:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003974 10.0.0.23 - - [2025-12-04 04:02:39] "GET /projects?obj_uuids=8c08752e-93ba-49df-9d3f-016ae3ad7c42&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.032114 10.0.0.27 - - [2025-12-04 04:02:39] "GET /project/8c08752e-93ba-49df-9d3f-016ae3ad7c42?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1360 0.084616 10.0.0.23 - - [2025-12-04 04:02:39] "GET /projects?obj_uuids=8c08752e-93ba-49df-9d3f-016ae3ad7c42&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001150 10.0.0.27 - - [2025-12-04 04:02:39] "GET /project/8c08752e-93ba-49df-9d3f-016ae3ad7c42?fields=virtual_networks HTTP/1.1" 200 1031 0.057450 10.0.0.23 - - [2025-12-04 04:02:39] "GET /projects?obj_uuids=8c08752e-93ba-49df-9d3f-016ae3ad7c42&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001224 10.0.0.27 - - [2025-12-04 04:02:39] "GET /project/8c08752e-93ba-49df-9d3f-016ae3ad7c42?fields=virtual_machine_interfaces HTTP/1.1" 200 1031 0.061132 10.0.0.23 - - [2025-12-04 04:02:39] "GET /projects?obj_uuids=8c08752e-93ba-49df-9d3f-016ae3ad7c42&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001614 10.0.0.27 - - [2025-12-04 04:02:39] "GET /project/8c08752e-93ba-49df-9d3f-016ae3ad7c42?fields=security_groups HTTP/1.1" 200 1256 0.049502 10.0.0.23 - - [2025-12-04 04:02:52] "GET /obj-perms HTTP/1.1" 200 5056 0.064065 10.0.0.27 - - [2025-12-04 04:02:52] "GET /obj-perms HTTP/1.1" 200 5056 0.052723 10.0.0.23 - - [2025-12-04 04:02:55] "GET /projects?obj_uuids=8c08752e-93ba-49df-9d3f-016ae3ad7c42&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001405 10.0.0.23 - - [2025-12-04 04:02:55] "GET /project/8c08752e-93ba-49df-9d3f-016ae3ad7c42?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1465 0.059251 10.0.0.23 - - [2025-12-04 04:02:55] "GET /projects?obj_uuids=8c08752e-93ba-49df-9d3f-016ae3ad7c42&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001244 10.0.0.23 - - [2025-12-04 04:02:55] "GET /project/8c08752e-93ba-49df-9d3f-016ae3ad7c42?fields=security_groups HTTP/1.1" 200 1361 0.059230 10.0.0.23 - - [2025-12-04 04:02:55] "DELETE /security-group/89ec6b88-50ae-49db-b5dd-9d2b8347ff98 HTTP/1.1" 200 115 0.068271 10.0.0.23 - - [2025-12-04 04:02:55] "GET /projects?obj_uuids=8c08752e-93ba-49df-9d3f-016ae3ad7c42&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001107 10.0.0.23 - - [2025-12-04 04:02:55] "GET /project/8c08752e-93ba-49df-9d3f-016ae3ad7c42?fields=application_policy_sets HTTP/1.1" 200 1400 0.061781 10.0.0.33 - - [2025-12-04 04:02:55] "DELETE /access-control-list/c579eb48-5188-4298-88a6-12db8ad6cb4a HTTP/1.1" 200 115 0.066428 10.0.0.23 - - [2025-12-04 04:02:55] "DELETE /project/8c08752e-93ba-49df-9d3f-016ae3ad7c42 HTTP/1.1" 200 115 0.461421 10.0.0.27 - - [2025-12-04 04:02:55] "GET / HTTP/1.1" 200 35931 0.002198 10.0.0.27 - - [2025-12-04 04:02:56] "POST /fqname-to-id HTTP/1.1" 401 292 0.000590 10.0.0.27 - - [2025-12-04 04:02:57] "POST /fqname-to-id HTTP/1.1" 404 201 0.055304 10.0.0.23 - - [2025-12-04 04:02:57] "GET /projects?obj_uuids=75b6202b-849b-495c-94aa-7120c4b0efbc&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003207 10.0.0.23 - - [2025-12-04 04:02:57] "GET /domains?obj_uuids=77f3106b-db9e-49b5-893e-09cac574b890&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001349 10.0.0.23 - - [2025-12-04 04:02:57] "GET /domain/77f3106b-db9e-49b5-893e-09cac574b890?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.007718 10.0.0.23 - - [2025-12-04 04:02:57] "POST /id-to-fqname HTTP/1.1" 200 203 0.008763 10.0.0.23 - - [2025-12-04 04:02:57] "POST /fqname-to-id HTTP/1.1" 404 212 0.007970 10.0.0.23 - - [2025-12-04 04:02:57] "POST /security-groups HTTP/1.1" 200 604 0.034985 10.0.0.23 - - [2025-12-04 04:02:57] "POST /projects HTTP/1.1" 200 611 0.270074 10.0.0.23 - - [2025-12-04 04:02:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.309707 10.0.0.33 - - [2025-12-04 04:02:57] "POST /fqname-to-id HTTP/1.1" 404 246 0.009554 10.0.0.27 - - [2025-12-04 04:02:57] "GET /project/75b6202b-849b-495c-94aa-7120c4b0efbc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1415 0.470081 10.0.0.27 - - [2025-12-04 04:02:58] "GET / HTTP/1.1" 200 35931 0.001855 10.0.0.27 - - [2025-12-04 04:02:59] "POST /fqname-to-id HTTP/1.1" 401 292 0.000483 10.0.0.27 - - [2025-12-04 04:02:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.060962 10.0.0.23 - - [2025-12-04 04:02:59] "GET /projects?obj_uuids=75b6202b-849b-495c-94aa-7120c4b0efbc&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.001175 10.0.0.27 - - [2025-12-04 04:02:59] "GET /project/75b6202b-849b-495c-94aa-7120c4b0efbc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1415 0.048707 10.0.0.23 - - [2025-12-04 04:02:59] "GET /projects?obj_uuids=75b6202b-849b-495c-94aa-7120c4b0efbc&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.001133 10.0.0.27 - - [2025-12-04 04:02:59] "POST /neutron/network HTTP/1.1" 200 620 0.157566 10.0.0.33 - - [2025-12-04 04:03:00] "POST /ref-update HTTP/1.1" 200 156 0.029283 10.0.0.27 - - [2025-12-04 04:03:00] "POST /id-to-fqname HTTP/1.1" 200 234 0.003772 10.0.0.27 - - [2025-12-04 04:03:00] "GET /virtual-network/59e7f4fd-9154-4d3d-a6be-8ad6bf09cde9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.006758 10.0.0.27 - - [2025-12-04 04:03:00] "POST /neutron/network HTTP/1.1" 200 838 0.008950 10.0.0.27 - - [2025-12-04 04:03:00] "GET /virtual-network/59e7f4fd-9154-4d3d-a6be-8ad6bf09cde9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.006979 10.0.0.27 - - [2025-12-04 04:03:00] "POST /id-to-fqname HTTP/1.1" 200 234 0.001379 10.0.0.27 - - [2025-12-04 04:03:00] "POST /neutron/network HTTP/1.1" 200 848 0.007463 10.0.0.23 - - [2025-12-04 04:03:01] "GET /projects?obj_uuids=75b6202b-849b-495c-94aa-7120c4b0efbc&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.001211 10.0.0.27 - - [2025-12-04 04:03:01] "GET /project/75b6202b-849b-495c-94aa-7120c4b0efbc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1415 0.085006 10.0.0.27 - - [2025-12-04 04:03:01] "POST /neutron/port HTTP/1.1" 200 117 0.007042 10.0.0.27 - - [2025-12-04 04:03:01] "POST /id-to-fqname HTTP/1.1" 200 234 0.001317 10.0.0.27 - - [2025-12-04 04:03:02] "POST /neutron/network HTTP/1.1" 200 848 0.008145 10.0.0.23 - - [2025-12-04 04:03:02] "GET /projects?obj_uuids=75b6202b-849b-495c-94aa-7120c4b0efbc&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.001709 10.0.0.27 - - [2025-12-04 04:03:02] "GET /project/75b6202b-849b-495c-94aa-7120c4b0efbc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1415 0.093354 10.0.0.27 - - [2025-12-04 04:03:02] "POST /neutron/port HTTP/1.1" 200 1072 0.097366 10.0.0.27 - - [2025-12-04 04:03:03] "POST /neutron/port HTTP/1.1" 200 1100 0.027414 10.0.0.27 - - [2025-12-04 04:03:03] "POST /neutron/security_group HTTP/1.1" 200 2071 0.008678 10.0.0.27 - - [2025-12-04 04:03:03] "POST /neutron/network HTTP/1.1" 200 838 0.007693 10.0.0.23 - - [2025-12-04 04:03:03] "GET /projects?obj_uuids=75b6202b-849b-495c-94aa-7120c4b0efbc&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.001238 10.0.0.27 - - [2025-12-04 04:03:03] "GET /virtual-network/59e7f4fd-9154-4d3d-a6be-8ad6bf09cde9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.013145 10.0.0.27 - - [2025-12-04 04:03:04] "POST /neutron/port HTTP/1.1" 200 1072 0.383749 10.0.0.27 - - [2025-12-04 04:03:04] "POST /neutron/port HTTP/1.1" 200 1126 0.138776 10.0.0.27 - - [2025-12-04 04:03:04] "POST /neutron/subnet HTTP/1.1" 200 694 0.010263 10.0.0.33 - - [2025-12-04 04:03:05] "GET /obj-perms HTTP/1.1" 200 5056 0.071186 10.0.0.27 - - [2025-12-04 04:03:05] "POST /neutron/port HTTP/1.1" 200 1100 0.018919 10.0.0.27 - - [2025-12-04 04:03:05] "POST /neutron/security_group HTTP/1.1" 200 2071 0.008059 10.0.0.27 - - [2025-12-04 04:03:06] "GET /virtual-machine/2b898bb9-5cb5-4c0e-b017-b90aaff6535e HTTP/1.1" 401 292 0.001141 10.0.0.27 - - [2025-12-04 04:03:06] "GET /virtual-machine/2b898bb9-5cb5-4c0e-b017-b90aaff6535e HTTP/1.1" 200 1305 0.041301 10.0.0.27 - - [2025-12-04 04:03:06] "GET /virtual-machine-interface/7e5a5eb0-3419-4760-b615-8918bb581bb2 HTTP/1.1" 200 3009 0.006370 10.0.0.27 - - [2025-12-04 04:03:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003506 10.0.0.27 - - [2025-12-04 04:03:06] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003849 10.0.0.27 - - [2025-12-04 04:03:06] "GET /virtual-networks?parent_id=75b6202b-849b-495c-94aa-7120c4b0efbc&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.003495 10.0.0.27 - - [2025-12-04 04:03:06] "GET /virtual-network/59e7f4fd-9154-4d3d-a6be-8ad6bf09cde9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.006016 10.0.0.27 - - [2025-12-04 04:03:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.004116 10.0.0.27 - - [2025-12-04 04:03:09] "GET /virtual-network/59e7f4fd-9154-4d3d-a6be-8ad6bf09cde9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.006463 10.0.0.27 - - [2025-12-04 04:03:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003805 10.0.0.27 - - [2025-12-04 04:03:13] "GET /virtual-network/59e7f4fd-9154-4d3d-a6be-8ad6bf09cde9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.007345 10.0.0.27 - - [2025-12-04 04:03:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004954 10.0.0.27 - - [2025-12-04 04:03:17] "GET /virtual-network/59e7f4fd-9154-4d3d-a6be-8ad6bf09cde9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.006644 10.0.0.27 - - [2025-12-04 04:03:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003656 10.0.0.27 - - [2025-12-04 04:03:21] "GET /virtual-network/59e7f4fd-9154-4d3d-a6be-8ad6bf09cde9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.006252 10.0.0.27 - - [2025-12-04 04:03:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004193 10.0.0.27 - - [2025-12-04 04:03:25] "GET /virtual-network/59e7f4fd-9154-4d3d-a6be-8ad6bf09cde9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.006977 10.0.0.27 - - [2025-12-04 04:03:26] "POST /neutron/port HTTP/1.1" 200 1100 0.018752 10.0.0.27 - - [2025-12-04 04:03:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003791 10.0.0.27 - - [2025-12-04 04:03:27] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004166 10.0.0.27 - - [2025-12-04 04:03:27] "GET /virtual-networks?parent_id=75b6202b-849b-495c-94aa-7120c4b0efbc&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.002711 10.0.0.27 - - [2025-12-04 04:03:27] "GET /virtual-network/59e7f4fd-9154-4d3d-a6be-8ad6bf09cde9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.006491 10.0.0.27 - - [2025-12-04 04:03:28] "POST /neutron/security_group HTTP/1.1" 200 2071 0.008546 10.0.0.27 - - [2025-12-04 04:03:33] "POST /neutron/port HTTP/1.1" 200 1100 0.017014 10.0.0.33 - - [2025-12-04 04:03:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000436 10.0.0.33 - - [2025-12-04 04:03:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000540 10.0.0.23 - - [2025-12-04 04:03:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000580 10.0.0.23 - - [2025-12-04 04:03:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000430 10.0.0.23 - - [2025-12-04 04:03:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000484 10.0.0.23 - - [2025-12-04 04:03:38] "GET /global-system-configs HTTP/1.1" 401 292 0.000446 10.0.0.33 - - [2025-12-04 04:03:38] "GET /global-system-configs HTTP/1.1" 401 292 0.000379 10.0.0.33 - - [2025-12-04 04:03:38] "GET /global-system-configs HTTP/1.1" 401 292 0.000423 10.0.0.27 - - [2025-12-04 04:03:38] "POST /neutron/security_group HTTP/1.1" 200 2071 0.007708 10.0.0.27 - - [2025-12-04 04:03:38] "POST /neutron/port HTTP/1.1" 200 1100 0.018320 10.0.0.27 - - [2025-12-04 04:03:38] "GET /virtual-machine/0af4886f-786c-4a8e-b66a-3e8aee3401b9 HTTP/1.1" 200 1304 0.006109 10.0.0.27 - - [2025-12-04 04:03:38] "GET /virtual-machine-interface/c1fe04e7-2da4-465d-9e96-5702e5ba873c HTTP/1.1" 200 3010 0.005215 10.0.0.27 - - [2025-12-04 04:03:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003845 10.0.0.27 - - [2025-12-04 04:03:38] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004342 10.0.0.27 - - [2025-12-04 04:03:38] "GET /virtual-networks?parent_id=75b6202b-849b-495c-94aa-7120c4b0efbc&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.003748 10.0.0.27 - - [2025-12-04 04:03:38] "GET /virtual-network/59e7f4fd-9154-4d3d-a6be-8ad6bf09cde9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.006155 10.0.0.27 - - [2025-12-04 04:03:39] "GET /global-system-configs HTTP/1.1" 401 292 0.000446 10.0.0.27 - - [2025-12-04 04:03:39] "GET /global-system-configs HTTP/1.1" 401 292 0.000396 10.0.0.27 - - [2025-12-04 04:03:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.004342 10.0.0.27 - - [2025-12-04 04:03:39] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004800 10.0.0.27 - - [2025-12-04 04:03:39] "GET /virtual-networks?parent_id=75b6202b-849b-495c-94aa-7120c4b0efbc&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.003243 10.0.0.27 - - [2025-12-04 04:03:39] "GET /virtual-network/59e7f4fd-9154-4d3d-a6be-8ad6bf09cde9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.006916 10.0.0.27 - - [2025-12-04 04:03:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003291 10.0.0.27 - - [2025-12-04 04:03:40] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004290 10.0.0.27 - - [2025-12-04 04:03:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003886 10.0.0.27 - - [2025-12-04 04:03:40] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005777 10.0.0.27 - - [2025-12-04 04:03:40] "PUT /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9 HTTP/1.1" 200 276 0.017491 10.0.0.27 - - [2025-12-04 04:03:40] "GET /global-system-configs HTTP/1.1" 401 292 0.000443 10.0.0.27 - - [2025-12-04 04:03:40] "GET /global-system-configs HTTP/1.1" 401 292 0.000488 10.0.0.27 - - [2025-12-04 04:03:49] "POST /neutron/port HTTP/1.1" 200 1100 0.017308 10.0.0.27 - - [2025-12-04 04:03:49] "POST /neutron/subnet HTTP/1.1" 200 694 0.010812 10.0.0.27 - - [2025-12-04 04:03:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.005620 10.0.0.27 - - [2025-12-04 04:03:53] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1639 0.005529 10.0.0.27 - - [2025-12-04 04:03:53] "PUT /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9 HTTP/1.1" 200 276 0.017501 10.0.0.23 - - [2025-12-04 04:03:55] "DELETE /project/75b6202b849b495c94aa7120c4b0efbc HTTP/1.1" 404 173 0.003512 10.0.0.27 - - [2025-12-04 04:04:46] "POST /neutron/network HTTP/1.1" 200 838 0.008174 10.0.0.27 - - [2025-12-04 04:04:46] "POST /neutron/port HTTP/1.1" 200 1126 0.014069 10.0.0.27 - - [2025-12-04 04:04:46] "POST /neutron/port HTTP/1.1" 200 1126 0.022543 10.0.0.23 - - [2025-12-04 04:04:48] "POST /useragent-kv HTTP/1.1" 200 115 0.004098 10.0.0.23 - - [2025-12-04 04:04:48] "POST /useragent-kv HTTP/1.1" 200 115 0.003319 10.0.0.27 - - [2025-12-04 04:04:48] "POST /neutron/network HTTP/1.1" 200 151 0.148014 10.0.0.23 - - [2025-12-04 04:04:48] "GET /projects?obj_uuids=75b6202b-849b-495c-94aa-7120c4b0efbc&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.001559 10.0.0.27 - - [2025-12-04 04:04:48] "GET /project/75b6202b-849b-495c-94aa-7120c4b0efbc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1415 0.043685 10.0.0.23 - - [2025-12-04 04:04:48] "GET /projects?obj_uuids=75b6202b-849b-495c-94aa-7120c4b0efbc&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.001256 10.0.0.27 - - [2025-12-04 04:04:48] "GET /project/75b6202b-849b-495c-94aa-7120c4b0efbc?fields=virtual_networks HTTP/1.1" 200 1058 0.051804 10.0.0.23 - - [2025-12-04 04:04:48] "GET /projects?obj_uuids=75b6202b-849b-495c-94aa-7120c4b0efbc&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.001690 10.0.0.27 - - [2025-12-04 04:04:48] "GET /project/75b6202b-849b-495c-94aa-7120c4b0efbc?fields=virtual_machine_interfaces HTTP/1.1" 200 1058 0.047383 10.0.0.23 - - [2025-12-04 04:04:48] "GET /projects?obj_uuids=75b6202b-849b-495c-94aa-7120c4b0efbc&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.001025 10.0.0.27 - - [2025-12-04 04:04:48] "GET /project/75b6202b-849b-495c-94aa-7120c4b0efbc?fields=security_groups HTTP/1.1" 200 1297 0.041059 10.0.0.27 - - [2025-12-04 04:04:49] "POST /fqname-to-id HTTP/1.1" 404 206 0.031174 10.0.0.23 - - [2025-12-04 04:04:49] "GET /projects?obj_uuids=ca612f3c-3ee4-4c25-88b3-b42fcf1e2ba7&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003640 10.0.0.23 - - [2025-12-04 04:04:49] "GET /domains?obj_uuids=77f3106b-db9e-49b5-893e-09cac574b890&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001181 10.0.0.23 - - [2025-12-04 04:04:49] "GET /domain/77f3106b-db9e-49b5-893e-09cac574b890?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.007832 10.0.0.23 - - [2025-12-04 04:04:49] "POST /id-to-fqname HTTP/1.1" 200 209 0.006618 10.0.0.23 - - [2025-12-04 04:04:50] "POST /fqname-to-id HTTP/1.1" 404 217 0.005605 10.0.0.23 - - [2025-12-04 04:04:50] "POST /security-groups HTTP/1.1" 200 609 0.038480 10.0.0.33 - - [2025-12-04 04:04:50] "POST /fqname-to-id HTTP/1.1" 404 252 0.007466 10.0.0.23 - - [2025-12-04 04:04:50] "POST /projects HTTP/1.1" 200 621 0.272786 10.0.0.23 - - [2025-12-04 04:04:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.349240 10.0.0.33 - - [2025-12-04 04:04:50] "POST /access-control-lists HTTP/1.1" 200 612 0.039520 10.0.0.27 - - [2025-12-04 04:04:50] "GET /project/ca612f3c-3ee4-4c25-88b3-b42fcf1e2ba7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1435 0.524381 10.0.0.27 - - [2025-12-04 04:04:51] "GET / HTTP/1.1" 200 35931 0.002774 10.0.0.27 - - [2025-12-04 04:04:52] "POST /fqname-to-id HTTP/1.1" 401 292 0.000447 10.0.0.27 - - [2025-12-04 04:04:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.069317 10.0.0.23 - - [2025-12-04 04:04:52] "GET /projects?obj_uuids=ca612f3c-3ee4-4c25-88b3-b42fcf1e2ba7&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001433 10.0.0.27 - - [2025-12-04 04:04:52] "GET /project/ca612f3c-3ee4-4c25-88b3-b42fcf1e2ba7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1435 0.063926 10.0.0.23 - - [2025-12-04 04:04:53] "POST /useragent-kv HTTP/1.1" 200 115 0.014812 10.0.0.27 - - [2025-12-04 04:04:53] "POST /neutron/subnet HTTP/1.1" 200 734 0.308905 10.0.0.27 - - [2025-12-04 04:04:53] "POST /id-to-fqname HTTP/1.1" 200 239 0.001610 10.0.0.27 - - [2025-12-04 04:04:53] "GET /virtual-network/56701fc2-a074-4cdf-91af-27e5e5fc2236?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2085 0.007015 10.0.0.27 - - [2025-12-04 04:04:53] "GET /virtual-network/56701fc2-a074-4cdf-91af-27e5e5fc2236?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2085 0.005670 10.0.0.27 - - [2025-12-04 04:04:53] "POST /neutron/network HTTP/1.1" 200 846 0.008720 10.0.0.27 - - [2025-12-04 04:04:53] "POST /id-to-fqname HTTP/1.1" 200 239 0.001601 10.0.0.23 - - [2025-12-04 04:04:54] "GET /projects?obj_uuids=ca612f3c-3ee4-4c25-88b3-b42fcf1e2ba7&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001280 10.0.0.27 - - [2025-12-04 04:04:54] "GET /project/ca612f3c-3ee4-4c25-88b3-b42fcf1e2ba7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1435 0.091990 10.0.0.27 - - [2025-12-04 04:04:54] "POST /neutron/network HTTP/1.1" 200 846 0.036937 10.0.0.27 - - [2025-12-04 04:04:54] "POST /id-to-fqname HTTP/1.1" 200 239 0.001549 10.0.0.27 - - [2025-12-04 04:04:54] "POST /neutron/port HTTP/1.1" 200 117 0.009418 10.0.0.23 - - [2025-12-04 04:04:55] "GET /projects?obj_uuids=ca612f3c-3ee4-4c25-88b3-b42fcf1e2ba7&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001012 10.0.0.27 - - [2025-12-04 04:04:55] "POST /neutron/port HTTP/1.1" 200 1080 0.332788 10.0.0.27 - - [2025-12-04 04:04:55] "POST /neutron/port HTTP/1.1" 200 1134 0.139134 10.0.0.23 - - [2025-12-04 04:04:55] "GET /projects?obj_uuids=ca612f3c-3ee4-4c25-88b3-b42fcf1e2ba7&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001508 10.0.0.23 - - [2025-12-04 04:04:55] "DELETE /project/ca612f3c3ee44c2588b3b42fcf1e2ba7 HTTP/1.1" 404 173 0.026276 10.0.0.27 - - [2025-12-04 04:04:55] "GET /project/ca612f3c-3ee4-4c25-88b3-b42fcf1e2ba7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1435 0.093341 10.0.0.23 - - [2025-12-04 04:04:55] "GET /projects?obj_uuids=75b6202b-849b-495c-94aa-7120c4b0efbc&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.001211 10.0.0.27 - - [2025-12-04 04:04:55] "POST /neutron/subnet HTTP/1.1" 200 708 0.013729 10.0.0.23 - - [2025-12-04 04:04:55] "GET /project/75b6202b-849b-495c-94aa-7120c4b0efbc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1520 0.071761 10.0.0.23 - - [2025-12-04 04:04:55] "GET /projects?obj_uuids=75b6202b-849b-495c-94aa-7120c4b0efbc&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.001086 10.0.0.23 - - [2025-12-04 04:04:55] "GET /project/75b6202b-849b-495c-94aa-7120c4b0efbc?fields=security_groups HTTP/1.1" 200 1402 0.048011 10.0.0.27 - - [2025-12-04 04:04:55] "POST /neutron/network HTTP/1.1" 200 846 0.018934 10.0.0.23 - - [2025-12-04 04:04:56] "DELETE /security-group/de1ae476-37dd-45df-b3b9-0a74fa920427 HTTP/1.1" 200 115 0.082688 10.0.0.23 - - [2025-12-04 04:04:56] "GET /projects?obj_uuids=75b6202b-849b-495c-94aa-7120c4b0efbc&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.001114 10.0.0.23 - - [2025-12-04 04:04:56] "GET /project/75b6202b-849b-495c-94aa-7120c4b0efbc?fields=application_policy_sets HTTP/1.1" 200 1441 0.082057 10.0.0.23 - - [2025-12-04 04:04:56] "DELETE /project/75b6202b-849b-495c-94aa-7120c4b0efbc HTTP/1.1" 409 225 0.495334 10.0.0.33 - - [2025-12-04 04:04:56] "DELETE /access-control-list/ced7a77f-4aaa-417c-8f66-7d7f87c2e1bb HTTP/1.1" 200 115 0.266294 10.0.0.27 - - [2025-12-04 04:04:56] "POST /neutron/port HTTP/1.1" 200 117 0.014914 10.0.0.27 - - [2025-12-04 04:04:57] "GET /virtual-network/56701fc2-a074-4cdf-91af-27e5e5fc2236?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2085 0.006161 10.0.0.27 - - [2025-12-04 04:04:57] "POST /neutron/port HTTP/1.1" 200 1080 0.022490 10.0.0.27 - - [2025-12-04 04:04:57] "POST /neutron/port HTTP/1.1" 200 1108 0.017522 10.0.0.27 - - [2025-12-04 04:04:57] "POST /neutron/port HTTP/1.1" 200 117 0.001795 10.0.0.27 - - [2025-12-04 04:04:58] "GET /obj-perms HTTP/1.1" 200 5066 0.078212 10.0.0.33 - - [2025-12-04 04:04:58] "GET /obj-perms HTTP/1.1" 200 5066 0.061161 10.0.0.23 - - [2025-12-04 04:04:58] "GET /obj-perms HTTP/1.1" 200 5066 0.095930 10.0.0.27 - - [2025-12-04 04:04:59] "POST /neutron/security_group HTTP/1.1" 200 2076 0.009400 10.0.0.27 - - [2025-12-04 04:04:59] "POST /neutron/port HTTP/1.1" 200 1108 0.016206 10.0.0.27 - - [2025-12-04 04:04:59] "GET /virtual-machine/399e1386-471d-4c02-b2e3-4f0aeb0e7f35 HTTP/1.1" 401 292 0.000465 10.0.0.27 - - [2025-12-04 04:04:59] "GET /virtual-machine/399e1386-471d-4c02-b2e3-4f0aeb0e7f35 HTTP/1.1" 200 1310 0.037404 10.0.0.27 - - [2025-12-04 04:04:59] "GET /virtual-machine-interface/0be50359-509b-4a7a-b5f6-ea23f9dffef6 HTTP/1.1" 200 3033 0.006455 10.0.0.27 - - [2025-12-04 04:04:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003525 10.0.0.27 - - [2025-12-04 04:04:59] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004833 10.0.0.27 - - [2025-12-04 04:04:59] "GET /virtual-networks?parent_id=ca612f3c-3ee4-4c25-88b3-b42fcf1e2ba7&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.003673 10.0.0.27 - - [2025-12-04 04:04:59] "GET /virtual-network/56701fc2-a074-4cdf-91af-27e5e5fc2236?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2085 0.006388 10.0.0.27 - - [2025-12-04 04:05:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004043 10.0.0.27 - - [2025-12-04 04:05:02] "GET /virtual-network/56701fc2-a074-4cdf-91af-27e5e5fc2236?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2085 0.006660 10.0.0.27 - - [2025-12-04 04:05:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003610 10.0.0.27 - - [2025-12-04 04:05:06] "GET /virtual-network/56701fc2-a074-4cdf-91af-27e5e5fc2236?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2085 0.006211 10.0.0.27 - - [2025-12-04 04:05:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004043 10.0.0.27 - - [2025-12-04 04:05:11] "GET /virtual-network/56701fc2-a074-4cdf-91af-27e5e5fc2236?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2085 0.006418 10.0.0.27 - - [2025-12-04 04:05:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003249 10.0.0.27 - - [2025-12-04 04:05:15] "GET /virtual-network/56701fc2-a074-4cdf-91af-27e5e5fc2236?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2085 0.006656 10.0.0.27 - - [2025-12-04 04:05:16] "POST /neutron/security_group HTTP/1.1" 200 2076 0.007341 10.0.0.27 - - [2025-12-04 04:05:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004261 10.0.0.27 - - [2025-12-04 04:05:17] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004136 10.0.0.27 - - [2025-12-04 04:05:17] "GET /virtual-networks?parent_id=ca612f3c-3ee4-4c25-88b3-b42fcf1e2ba7&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.003586 10.0.0.27 - - [2025-12-04 04:05:17] "GET /virtual-network/56701fc2-a074-4cdf-91af-27e5e5fc2236?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2085 0.006466 10.0.0.27 - - [2025-12-04 04:05:20] "POST /neutron/port HTTP/1.1" 200 1108 0.016917 10.0.0.27 - - [2025-12-04 04:05:22] "POST /neutron/security_group HTTP/1.1" 200 2076 0.007293 10.0.0.27 - - [2025-12-04 04:05:27] "POST /neutron/port HTTP/1.1" 200 1108 0.019402 10.0.0.27 - - [2025-12-04 04:05:28] "POST /neutron/security_group HTTP/1.1" 200 2076 0.008097 10.0.0.27 - - [2025-12-04 04:05:28] "GET /virtual-machine/2a736c8f-55d1-4e42-9595-d5b66975621d HTTP/1.1" 200 1310 0.006778 10.0.0.27 - - [2025-12-04 04:05:28] "GET /virtual-machine-interface/0a6ea060-865e-4867-8ae5-a4478f0bb20d HTTP/1.1" 200 3033 0.005922 10.0.0.27 - - [2025-12-04 04:05:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003469 10.0.0.27 - - [2025-12-04 04:05:28] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004350 10.0.0.27 - - [2025-12-04 04:05:28] "GET /virtual-networks?parent_id=ca612f3c-3ee4-4c25-88b3-b42fcf1e2ba7&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.003629 10.0.0.27 - - [2025-12-04 04:05:28] "GET /virtual-network/56701fc2-a074-4cdf-91af-27e5e5fc2236?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2085 0.006033 10.0.0.27 - - [2025-12-04 04:05:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.004009 10.0.0.27 - - [2025-12-04 04:05:29] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004240 10.0.0.27 - - [2025-12-04 04:05:29] "GET /virtual-networks?parent_id=ca612f3c-3ee4-4c25-88b3-b42fcf1e2ba7&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.003213 10.0.0.27 - - [2025-12-04 04:05:29] "GET /virtual-network/56701fc2-a074-4cdf-91af-27e5e5fc2236?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2085 0.006457 10.0.0.27 - - [2025-12-04 04:05:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003444 10.0.0.23 - - [2025-12-04 04:05:34] "GET /projects?obj_uuids=ca612f3c-3ee4-4c25-88b3-b42fcf1e2ba7&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.002538 10.0.0.27 - - [2025-12-04 04:05:34] "GET /project/ca612f3c-3ee4-4c25-88b3-b42fcf1e2ba7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1435 0.062348 10.0.0.27 - - [2025-12-04 04:05:34] "POST /neutron/network HTTP/1.1" 200 117 0.015872 10.0.0.33 - - [2025-12-04 04:05:35] "POST /ref-update HTTP/1.1" 200 156 0.027177 10.0.0.27 - - [2025-12-04 04:05:35] "POST /neutron/network HTTP/1.1" 200 844 0.009593 10.0.0.27 - - [2025-12-04 04:05:35] "POST /id-to-fqname HTTP/1.1" 200 239 0.001359 10.0.0.27 - - [2025-12-04 04:05:35] "GET /virtual-network/6a67874d-a84c-485f-a221-419c5e2fe275?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2079 0.008828 10.0.0.27 - - [2025-12-04 04:05:35] "GET /virtual-network/6a67874d-a84c-485f-a221-419c5e2fe275?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2079 0.005635 10.0.0.27 - - [2025-12-04 04:05:35] "POST /neutron/subnet HTTP/1.1" 200 725 0.010515 10.0.0.27 - - [2025-12-04 04:05:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003316 10.0.0.23 - - [2025-12-04 04:05:35] "GET /projects?obj_uuids=ca612f3c-3ee4-4c25-88b3-b42fcf1e2ba7&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001126 10.0.0.27 - - [2025-12-04 04:05:35] "GET /project/ca612f3c-3ee4-4c25-88b3-b42fcf1e2ba7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1435 0.057305 10.0.0.23 - - [2025-12-04 04:05:36] "POST /useragent-kv HTTP/1.1" 200 115 0.009975 10.0.0.27 - - [2025-12-04 04:05:36] "POST /neutron/subnet HTTP/1.1" 200 734 0.270009 10.0.0.27 - - [2025-12-04 04:05:36] "POST /id-to-fqname HTTP/1.1" 200 242 0.001594 10.0.0.27 - - [2025-12-04 04:05:36] "GET /virtual-network/7d2ea16c-3229-4003-b8bc-87663507138b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2094 0.005792 10.0.0.27 - - [2025-12-04 04:05:36] "GET /virtual-network/7d2ea16c-3229-4003-b8bc-87663507138b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2094 0.006852 10.0.0.27 - - [2025-12-04 04:05:36] "POST /neutron/network HTTP/1.1" 200 852 0.007212 10.0.0.27 - - [2025-12-04 04:05:36] "POST /id-to-fqname HTTP/1.1" 200 239 0.001643 10.0.0.27 - - [2025-12-04 04:05:36] "POST /neutron/security_group HTTP/1.1" 200 2076 0.008460 10.0.0.23 - - [2025-12-04 04:05:37] "GET /projects?obj_uuids=ca612f3c-3ee4-4c25-88b3-b42fcf1e2ba7&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001243 10.0.0.27 - - [2025-12-04 04:05:37] "GET /project/ca612f3c-3ee4-4c25-88b3-b42fcf1e2ba7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1435 0.091429 10.0.0.27 - - [2025-12-04 04:05:37] "POST /neutron/port HTTP/1.1" 200 2100 0.020064 10.0.0.27 - - [2025-12-04 04:05:37] "POST /id-to-fqname HTTP/1.1" 200 242 0.001433 10.0.0.27 - - [2025-12-04 04:05:37] "POST /neutron/port HTTP/1.1" 200 2100 0.020050 10.0.0.27 - - [2025-12-04 04:05:38] "POST /neutron/network HTTP/1.1" 200 854 0.008663 10.0.0.23 - - [2025-12-04 04:05:38] "GET /projects?obj_uuids=ca612f3c-3ee4-4c25-88b3-b42fcf1e2ba7&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001266 10.0.0.27 - - [2025-12-04 04:05:38] "GET /project/ca612f3c-3ee4-4c25-88b3-b42fcf1e2ba7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1435 0.100137 10.0.0.27 - - [2025-12-04 04:05:38] "POST /neutron/port HTTP/1.1" 200 1078 0.116603 10.0.0.27 - - [2025-12-04 04:05:39] "POST /neutron/port HTTP/1.1" 200 1106 0.021126 10.0.0.27 - - [2025-12-04 04:05:39] "POST /neutron/port HTTP/1.1" 200 117 0.001277 10.0.0.27 - - [2025-12-04 04:05:39] "POST /neutron/security_group HTTP/1.1" 200 2076 0.008518 10.0.0.27 - - [2025-12-04 04:05:39] "POST /id-to-fqname HTTP/1.1" 200 239 0.001283 10.0.0.27 - - [2025-12-04 04:05:39] "POST /id-to-fqname HTTP/1.1" 200 239 0.001095 10.0.0.27 - - [2025-12-04 04:05:39] "POST /neutron/security_group HTTP/1.1" 200 2076 0.011529 10.0.0.23 - - [2025-12-04 04:05:39] "GET /projects?obj_uuids=ca612f3c-3ee4-4c25-88b3-b42fcf1e2ba7&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001403 10.0.0.27 - - [2025-12-04 04:05:40] "POST /neutron/port HTTP/1.1" 200 1080 0.331730 10.0.0.27 - - [2025-12-04 04:05:40] "POST /neutron/port HTTP/1.1" 200 1134 0.140770 10.0.0.23 - - [2025-12-04 04:05:40] "GET /projects?obj_uuids=ca612f3c-3ee4-4c25-88b3-b42fcf1e2ba7&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001495 10.0.0.27 - - [2025-12-04 04:05:40] "GET /project/ca612f3c-3ee4-4c25-88b3-b42fcf1e2ba7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1435 0.108326 10.0.0.27 - - [2025-12-04 04:05:40] "POST /neutron/subnet HTTP/1.1" 200 708 0.010025 10.0.0.27 - - [2025-12-04 04:05:40] "POST /neutron/port HTTP/1.1" 200 117 0.001230 10.0.0.27 - - [2025-12-04 04:05:41] "POST /neutron/security_group HTTP/1.1" 200 2076 0.007553 10.0.0.27 - - [2025-12-04 04:05:41] "GET /virtual-network/56701fc2-a074-4cdf-91af-27e5e5fc2236?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2085 0.005691 10.0.0.23 - - [2025-12-04 04:05:41] "GET /projects?obj_uuids=ca612f3c-3ee4-4c25-88b3-b42fcf1e2ba7&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001679 10.0.0.27 - - [2025-12-04 04:05:41] "POST /neutron/port HTTP/1.1" 200 1080 0.366211 10.0.0.27 - - [2025-12-04 04:05:42] "GET /virtual-network/6a67874d-a84c-485f-a221-419c5e2fe275?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2079 0.006910 10.0.0.27 - - [2025-12-04 04:05:42] "POST /neutron/port HTTP/1.1" 200 1080 0.012910 10.0.0.27 - - [2025-12-04 04:05:42] "POST /neutron/port HTTP/1.1" 200 1078 0.021376 10.0.0.27 - - [2025-12-04 04:05:42] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006603 10.0.0.27 - - [2025-12-04 04:05:43] "POST /neutron/network HTTP/1.1" 200 846 0.008273 10.0.0.27 - - [2025-12-04 04:05:43] "GET /virtual-network/7d2ea16c-3229-4003-b8bc-87663507138b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2094 0.006160 10.0.0.27 - - [2025-12-04 04:05:43] "POST /neutron/port HTTP/1.1" 200 117 0.001148 10.0.0.27 - - [2025-12-04 04:05:43] "GET /obj-perms HTTP/1.1" 200 5066 0.004067 10.0.0.33 - - [2025-12-04 04:05:43] "GET /obj-perms HTTP/1.1" 200 5066 0.003903 10.0.0.23 - - [2025-12-04 04:05:43] "GET /obj-perms HTTP/1.1" 200 5066 0.004559 10.0.0.27 - - [2025-12-04 04:05:43] "POST /neutron/security_group HTTP/1.1" 200 2076 0.007121 10.0.0.27 - - [2025-12-04 04:05:43] "POST /neutron/port HTTP/1.1" 200 1108 0.018515 10.0.0.27 - - [2025-12-04 04:05:43] "GET /virtual-machine/ba8d9579-f5db-40de-8e48-855c81526aa4 HTTP/1.1" 200 1311 0.007683 10.0.0.27 - - [2025-12-04 04:05:43] "GET /virtual-machine-interface/a79962e5-2945-4215-bdd6-9539c6895c49 HTTP/1.1" 200 3044 0.007184 10.0.0.27 - - [2025-12-04 04:05:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.004163 10.0.0.27 - - [2025-12-04 04:05:43] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004112 10.0.0.27 - - [2025-12-04 04:05:43] "GET /virtual-networks?parent_id=ca612f3c-3ee4-4c25-88b3-b42fcf1e2ba7&detail=False&count=False&shared=False HTTP/1.1" 200 851 0.003482 10.0.0.27 - - [2025-12-04 04:05:44] "GET /virtual-network/7d2ea16c-3229-4003-b8bc-87663507138b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2094 0.006821 10.0.0.27 - - [2025-12-04 04:05:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003348 10.0.0.27 - - [2025-12-04 04:05:47] "GET /virtual-network/7d2ea16c-3229-4003-b8bc-87663507138b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2094 0.006367 10.0.0.27 - - [2025-12-04 04:05:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003725 10.0.0.27 - - [2025-12-04 04:05:51] "GET /virtual-network/7d2ea16c-3229-4003-b8bc-87663507138b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2094 0.006042 10.0.0.27 - - [2025-12-04 04:05:51] "POST /neutron/port HTTP/1.1" 200 1108 0.017487 10.0.0.27 - - [2025-12-04 04:05:51] "POST /neutron/subnet HTTP/1.1" 200 708 0.010862 10.0.0.27 - - [2025-12-04 04:05:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003209 10.0.0.27 - - [2025-12-04 04:05:55] "GET /virtual-network/7d2ea16c-3229-4003-b8bc-87663507138b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2094 0.005775 10.0.0.27 - - [2025-12-04 04:05:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003725 10.0.0.27 - - [2025-12-04 04:05:59] "GET /virtual-network/7d2ea16c-3229-4003-b8bc-87663507138b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2094 0.006425 10.0.0.27 - - [2025-12-04 04:06:02] "POST /neutron/port HTTP/1.1" 200 2098 0.021497 10.0.0.27 - - [2025-12-04 04:06:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004512 10.0.0.27 - - [2025-12-04 04:06:03] "GET /virtual-network/7d2ea16c-3229-4003-b8bc-87663507138b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2094 0.007145 10.0.0.27 - - [2025-12-04 04:06:04] "POST /neutron/security_group HTTP/1.1" 200 2076 0.012927 10.0.0.27 - - [2025-12-04 04:06:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003964 10.0.0.27 - - [2025-12-04 04:06:05] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004027 10.0.0.27 - - [2025-12-04 04:06:05] "GET /virtual-networks?parent_id=ca612f3c-3ee4-4c25-88b3-b42fcf1e2ba7&detail=False&count=False&shared=False HTTP/1.1" 200 851 0.004189 10.0.0.27 - - [2025-12-04 04:06:05] "GET /virtual-network/7d2ea16c-3229-4003-b8bc-87663507138b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2094 0.007038 10.0.0.27 - - [2025-12-04 04:06:05] "POST /neutron/port HTTP/1.1" 200 1108 0.018521 10.0.0.27 - - [2025-12-04 04:06:11] "POST /neutron/security_group HTTP/1.1" 200 2076 0.009349 10.0.0.27 - - [2025-12-04 04:06:16] "POST /neutron/port HTTP/1.1" 200 1106 0.017738 10.0.0.27 - - [2025-12-04 04:06:16] "POST /neutron/security_group HTTP/1.1" 200 2076 0.009018 10.0.0.27 - - [2025-12-04 04:06:16] "GET /virtual-machine/76594800-d666-48cf-8994-cf526a2fc4ed HTTP/1.1" 200 1309 0.008210 10.0.0.27 - - [2025-12-04 04:06:16] "GET /virtual-machine-interface/dbf58494-d480-4e0e-8ebb-76576cd0da9f HTTP/1.1" 200 3035 0.005272 10.0.0.27 - - [2025-12-04 04:06:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004887 10.0.0.27 - - [2025-12-04 04:06:16] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004945 10.0.0.27 - - [2025-12-04 04:06:16] "GET /virtual-networks?parent_id=ca612f3c-3ee4-4c25-88b3-b42fcf1e2ba7&detail=False&count=False&shared=False HTTP/1.1" 200 851 0.003814 10.0.0.27 - - [2025-12-04 04:06:16] "GET /virtual-network/6a67874d-a84c-485f-a221-419c5e2fe275?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2079 0.007933 10.0.0.27 - - [2025-12-04 04:06:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003831 10.0.0.27 - - [2025-12-04 04:06:17] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003660 10.0.0.27 - - [2025-12-04 04:06:17] "GET /virtual-networks?parent_id=ca612f3c-3ee4-4c25-88b3-b42fcf1e2ba7&detail=False&count=False&shared=False HTTP/1.1" 200 851 0.003868 10.0.0.27 - - [2025-12-04 04:06:17] "GET /virtual-network/6a67874d-a84c-485f-a221-419c5e2fe275?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2079 0.007226 10.0.0.27 - - [2025-12-04 04:06:18] "POST /neutron/port HTTP/1.1" 200 2098 0.016766 10.0.0.27 - - [2025-12-04 04:06:18] "POST /neutron/security_group HTTP/1.1" 200 2076 0.008639 10.0.0.27 - - [2025-12-04 04:06:18] "GET /virtual-machine/45236408-f430-4d4f-b9d0-a1ba56058da2 HTTP/1.1" 200 1586 0.005969 10.0.0.27 - - [2025-12-04 04:06:18] "GET /virtual-machine-interface/43f57038-0c28-4b9e-8198-70a1fc323928 HTTP/1.1" 200 3033 0.008870 10.0.0.27 - - [2025-12-04 04:06:18] "GET /virtual-machine-interface/4cc1294d-4cb5-4983-855b-63e25bb00ec0 HTTP/1.1" 200 3033 0.005721 10.0.0.27 - - [2025-12-04 04:06:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003737 10.0.0.27 - - [2025-12-04 04:06:18] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003901 10.0.0.27 - - [2025-12-04 04:06:18] "GET /virtual-networks?parent_id=ca612f3c-3ee4-4c25-88b3-b42fcf1e2ba7&detail=False&count=False&shared=False HTTP/1.1" 200 851 0.003327 10.0.0.27 - - [2025-12-04 04:06:18] "GET /virtual-network/56701fc2-a074-4cdf-91af-27e5e5fc2236?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2085 0.006802 10.0.0.27 - - [2025-12-04 04:06:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004349 10.0.0.27 - - [2025-12-04 04:06:19] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003576 10.0.0.27 - - [2025-12-04 04:06:19] "GET /virtual-networks?parent_id=ca612f3c-3ee4-4c25-88b3-b42fcf1e2ba7&detail=False&count=False&shared=False HTTP/1.1" 200 851 0.003605 10.0.0.27 - - [2025-12-04 04:06:19] "GET /virtual-network/56701fc2-a074-4cdf-91af-27e5e5fc2236?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2085 0.006520 10.0.0.27 - - [2025-12-04 04:06:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003684 10.0.0.27 - - [2025-12-04 04:06:19] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004599 10.0.0.27 - - [2025-12-04 04:06:19] "GET /virtual-networks?parent_id=ca612f3c-3ee4-4c25-88b3-b42fcf1e2ba7&detail=False&count=False&shared=False HTTP/1.1" 200 851 0.003512 10.0.0.27 - - [2025-12-04 04:06:19] "GET /virtual-network/6a67874d-a84c-485f-a221-419c5e2fe275?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2079 0.006043 10.0.0.27 - - [2025-12-04 04:06:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004434 10.0.0.27 - - [2025-12-04 04:06:21] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005180 10.0.0.27 - - [2025-12-04 04:06:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004338 10.0.0.27 - - [2025-12-04 04:06:21] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005371 10.0.0.27 - - [2025-12-04 04:06:21] "PUT /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9 HTTP/1.1" 200 276 0.014308 10.0.0.27 - - [2025-12-04 04:06:21] "POST /fqname-to-id HTTP/1.1" 404 217 0.004146 10.0.0.27 - - [2025-12-04 04:06:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003788 10.0.0.23 - - [2025-12-04 04:06:21] "GET /projects?obj_uuids=ca612f3c-3ee4-4c25-88b3-b42fcf1e2ba7&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.002213 10.0.0.27 - - [2025-12-04 04:06:21] "GET /project/ca612f3c-3ee4-4c25-88b3-b42fcf1e2ba7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1435 0.060758 10.0.0.27 - - [2025-12-04 04:06:21] "POST /network-policys HTTP/1.1" 200 539 0.031687 10.0.0.27 - - [2025-12-04 04:06:21] "GET /network-policy/de39ffea-4adb-4f53-9bfa-83ce6e4c61cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1993 0.006661 10.0.0.27 - - [2025-12-04 04:06:21] "POST /neutron/network HTTP/1.1" 200 846 0.007033 10.0.0.27 - - [2025-12-04 04:06:21] "GET /virtual-network/56701fc2-a074-4cdf-91af-27e5e5fc2236?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2395 0.009576 10.0.0.27 - - [2025-12-04 04:06:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.002896 10.0.0.27 - - [2025-12-04 04:06:21] "GET /network-policy/de39ffea-4adb-4f53-9bfa-83ce6e4c61cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1993 0.006518 10.0.0.27 - - [2025-12-04 04:06:21] "POST /neutron/network HTTP/1.1" 200 844 0.007892 10.0.0.27 - - [2025-12-04 04:06:22] "GET /virtual-network/6a67874d-a84c-485f-a221-419c5e2fe275?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2389 0.008315 10.0.0.27 - - [2025-12-04 04:06:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003133 10.0.0.27 - - [2025-12-04 04:06:22] "GET /network-policy/de39ffea-4adb-4f53-9bfa-83ce6e4c61cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1993 0.006777 10.0.0.33 - - [2025-12-04 04:06:22] "POST /fqname-to-id HTTP/1.1" 404 254 0.003540 10.0.0.27 - - [2025-12-04 04:06:22] "GET /virtual-network/56701fc2-a074-4cdf-91af-27e5e5fc2236?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2395 0.005387 10.0.0.33 - - [2025-12-04 04:06:22] "POST /access-control-lists HTTP/1.1" 200 609 0.126910 10.0.0.27 - - [2025-12-04 04:06:22] "GET /virtual-network/6a67874d-a84c-485f-a221-419c5e2fe275?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2389 0.006517 10.0.0.27 - - [2025-12-04 04:06:23] "GET /obj-perms HTTP/1.1" 200 5066 0.003760 10.0.0.23 - - [2025-12-04 04:06:23] "GET /obj-perms HTTP/1.1" 200 5066 0.004254 10.0.0.27 - - [2025-12-04 04:06:23] "GET /virtual-network/56701fc2-a074-4cdf-91af-27e5e5fc2236?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2395 0.009100 10.0.0.33 - - [2025-12-04 04:06:23] "GET /obj-perms HTTP/1.1" 200 5066 0.003931 10.0.0.27 - - [2025-12-04 04:06:24] "GET /virtual-network/6a67874d-a84c-485f-a221-419c5e2fe275?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2389 0.006245 10.0.0.27 - - [2025-12-04 04:06:24] "GET /virtual-network/7d2ea16c-3229-4003-b8bc-87663507138b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2094 0.008400 10.0.0.27 - - [2025-12-04 04:06:24] "GET /obj-perms HTTP/1.1" 200 5066 0.004475 10.0.0.23 - - [2025-12-04 04:06:24] "GET /obj-perms HTTP/1.1" 200 5066 0.004149 10.0.0.27 - - [2025-12-04 04:06:38] "POST /neutron/port HTTP/1.1" 200 1106 0.016909 10.0.0.27 - - [2025-12-04 04:06:39] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003977 10.0.0.27 - - [2025-12-04 04:06:39] "POST /neutron/network HTTP/1.1" 200 938 0.007738 10.0.0.27 - - [2025-12-04 04:06:40] "GET /obj-perms HTTP/1.1" 200 5066 0.004093 10.0.0.27 - - [2025-12-04 04:06:52] "POST /neutron/network HTTP/1.1" 200 950 0.007552 10.0.0.27 - - [2025-12-04 04:06:52] "POST /neutron/port HTTP/1.1" 200 117 0.001222 10.0.0.33 - - [2025-12-04 04:06:55] "GET /obj-perms HTTP/1.1" 200 5056 0.057837 10.0.0.27 - - [2025-12-04 04:07:40] "POST /neutron/port HTTP/1.1" 200 1108 0.025719 10.0.0.27 - - [2025-12-04 04:07:40] "POST /neutron/subnet HTTP/1.1" 200 708 0.012910 10.0.0.27 - - [2025-12-04 04:07:54] "POST /neutron/port HTTP/1.1" 200 2098 0.022479 10.0.0.27 - - [2025-12-04 04:07:54] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004555 10.0.0.27 - - [2025-12-04 04:07:54] "POST /neutron/network HTTP/1.1" 200 940 0.007342 10.0.0.27 - - [2025-12-04 04:07:54] "POST /neutron/port HTTP/1.1" 200 117 0.001442 10.0.0.33 - - [2025-12-04 04:08:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000568 10.0.0.33 - - [2025-12-04 04:08:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000530 10.0.0.23 - - [2025-12-04 04:08:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000420 10.0.0.23 - - [2025-12-04 04:08:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000423 10.0.0.23 - - [2025-12-04 04:08:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000709 10.0.0.23 - - [2025-12-04 04:08:38] "GET /global-system-configs HTTP/1.1" 401 292 0.000493 10.0.0.33 - - [2025-12-04 04:08:38] "GET /global-system-configs HTTP/1.1" 401 292 0.000481 10.0.0.33 - - [2025-12-04 04:08:38] "GET /global-system-configs HTTP/1.1" 401 292 0.000510 10.0.0.27 - - [2025-12-04 04:08:39] "GET /global-system-configs HTTP/1.1" 401 292 0.001045 10.0.0.27 - - [2025-12-04 04:08:39] "GET /global-system-configs HTTP/1.1" 401 292 0.000580 10.0.0.27 - - [2025-12-04 04:08:40] "GET /global-system-configs HTTP/1.1" 401 292 0.000572 10.0.0.27 - - [2025-12-04 04:08:40] "GET /global-system-configs HTTP/1.1" 401 292 0.000405 10.0.0.27 - - [2025-12-04 04:08:41] "POST /neutron/port HTTP/1.1" 200 1106 0.020905 10.0.0.27 - - [2025-12-04 04:08:41] "POST /neutron/subnet HTTP/1.1" 200 699 0.009856 10.0.0.27 - - [2025-12-04 04:08:56] "POST /neutron/port HTTP/1.1" 200 1108 0.079330 10.0.0.27 - - [2025-12-04 04:08:57] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004115 10.0.0.27 - - [2025-12-04 04:08:57] "POST /neutron/network HTTP/1.1" 200 940 0.007599 10.0.0.27 - - [2025-12-04 04:09:41] "POST /neutron/network HTTP/1.1" 200 862 0.015140 10.0.0.27 - - [2025-12-04 04:09:41] "POST /neutron/port HTTP/1.1" 200 117 0.001270 10.0.0.27 - - [2025-12-04 04:09:56] "POST /neutron/port HTTP/1.1" 200 1108 0.016527 10.0.0.27 - - [2025-12-04 04:09:56] "POST /neutron/subnet HTTP/1.1" 200 708 0.012120 10.0.0.23 - - [2025-12-04 04:09:58] "GET /obj-perms HTTP/1.1" 200 5056 0.058343 10.0.0.27 - - [2025-12-04 04:10:02] "GET /obj-perms HTTP/1.1" 200 5066 0.073424 10.0.0.27 - - [2025-12-04 04:10:03] "GET /obj-perms HTTP/1.1" 200 5066 0.004079 10.0.0.27 - - [2025-12-04 04:10:05] "GET /virtual-network/6a67874d-a84c-485f-a221-419c5e2fe275?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2389 0.040110 10.0.0.27 - - [2025-12-04 04:10:05] "POST /neutron/network HTTP/1.1" 200 938 0.035915 10.0.0.33 - - [2025-12-04 04:10:05] "DELETE /access-control-list/367d4afe-3334-4706-9b7a-64d0b26e326c HTTP/1.1" 200 115 0.090194 10.0.0.27 - - [2025-12-04 04:10:05] "GET /virtual-network/6a67874d-a84c-485f-a221-419c5e2fe275?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2079 0.014058 10.0.0.27 - - [2025-12-04 04:10:05] "GET /virtual-network/56701fc2-a074-4cdf-91af-27e5e5fc2236?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2395 0.021365 10.0.0.27 - - [2025-12-04 04:10:05] "POST /neutron/network HTTP/1.1" 200 940 0.025350 10.0.0.27 - - [2025-12-04 04:10:05] "GET /virtual-network/56701fc2-a074-4cdf-91af-27e5e5fc2236?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2085 0.009594 10.0.0.27 - - [2025-12-04 04:10:05] "DELETE /network-policy/de39ffea-4adb-4f53-9bfa-83ce6e4c61cd HTTP/1.1" 200 115 0.036523 10.0.0.27 - - [2025-12-04 04:10:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003974 10.0.0.27 - - [2025-12-04 04:10:05] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1640 0.004607 10.0.0.27 - - [2025-12-04 04:10:05] "PUT /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9 HTTP/1.1" 200 276 0.016708 10.0.0.33 - - [2025-12-04 04:10:06] "DELETE /access-control-list/b8500ed6-4a92-4117-9ec1-805223ff4159 HTTP/1.1" 200 115 0.039619 10.0.0.27 - - [2025-12-04 04:10:07] "POST /neutron/network HTTP/1.1" 200 852 0.008640 10.0.0.27 - - [2025-12-04 04:10:07] "POST /neutron/port HTTP/1.1" 200 1134 0.012788 10.0.0.27 - - [2025-12-04 04:10:08] "POST /neutron/port HTTP/1.1" 200 1106 0.025191 10.0.0.27 - - [2025-12-04 04:10:08] "POST /neutron/port HTTP/1.1" 200 1132 0.018964 10.0.0.27 - - [2025-12-04 04:10:08] "POST /neutron/port HTTP/1.1" 200 151 0.223041 10.0.0.33 - - [2025-12-04 04:10:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.008322 10.0.0.27 - - [2025-12-04 04:10:10] "POST /neutron/network HTTP/1.1" 200 844 0.008011 10.0.0.33 - - [2025-12-04 04:10:10] "DELETE /route-target/54ec7986-3630-4e09-aa03-dcd88cddd5d0 HTTP/1.1" 200 115 0.025403 10.0.0.27 - - [2025-12-04 04:10:10] "POST /neutron/network HTTP/1.1" 400 204 0.016757 10.0.0.27 - - [2025-12-04 04:10:11] "POST /neutron/port HTTP/1.1" 200 1108 0.028232 10.0.0.27 - - [2025-12-04 04:10:11] "POST /neutron/port HTTP/1.1" 200 151 0.274709 10.0.0.23 - - [2025-12-04 04:10:13] "GET /projects?obj_uuids=ca612f3c-3ee4-4c25-88b3-b42fcf1e2ba7&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.048961 10.0.0.27 - - [2025-12-04 04:10:13] "GET /project/ca612f3c-3ee4-4c25-88b3-b42fcf1e2ba7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1435 0.138176 10.0.0.23 - - [2025-12-04 04:10:13] "GET /projects?obj_uuids=ca612f3c-3ee4-4c25-88b3-b42fcf1e2ba7&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001563 10.0.0.27 - - [2025-12-04 04:10:13] "GET /project/ca612f3c-3ee4-4c25-88b3-b42fcf1e2ba7?fields=virtual_networks HTTP/1.1" 200 1068 0.062269 10.0.0.23 - - [2025-12-04 04:10:13] "GET /projects?obj_uuids=ca612f3c-3ee4-4c25-88b3-b42fcf1e2ba7&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001762 10.0.0.27 - - [2025-12-04 04:10:13] "GET /project/ca612f3c-3ee4-4c25-88b3-b42fcf1e2ba7?fields=virtual_machine_interfaces HTTP/1.1" 200 1068 0.055667 10.0.0.23 - - [2025-12-04 04:10:13] "GET /projects?obj_uuids=ca612f3c-3ee4-4c25-88b3-b42fcf1e2ba7&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001194 10.0.0.27 - - [2025-12-04 04:10:13] "GET /project/ca612f3c-3ee4-4c25-88b3-b42fcf1e2ba7?fields=security_groups HTTP/1.1" 200 1312 0.057049 10.0.0.27 - - [2025-12-04 04:10:14] "POST /fqname-to-id HTTP/1.1" 404 183 0.031156 10.0.0.23 - - [2025-12-04 04:10:14] "GET /projects?obj_uuids=2e1e7f0c-0bd3-434b-a7ed-e22b3b4ac239&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004847 10.0.0.23 - - [2025-12-04 04:10:14] "GET /domains?obj_uuids=77f3106b-db9e-49b5-893e-09cac574b890&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001258 10.0.0.23 - - [2025-12-04 04:10:14] "GET /domain/77f3106b-db9e-49b5-893e-09cac574b890?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.044602 10.0.0.23 - - [2025-12-04 04:10:14] "POST /id-to-fqname HTTP/1.1" 200 185 0.003122 10.0.0.23 - - [2025-12-04 04:10:14] "POST /fqname-to-id HTTP/1.1" 404 194 0.009750 10.0.0.23 - - [2025-12-04 04:10:14] "POST /security-groups HTTP/1.1" 200 586 0.042954 10.0.0.33 - - [2025-12-04 04:10:14] "POST /fqname-to-id HTTP/1.1" 404 229 0.009327 10.0.0.23 - - [2025-12-04 04:10:15] "POST /projects HTTP/1.1" 200 575 0.278435 10.0.0.23 - - [2025-12-04 04:10:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.316355 10.0.0.27 - - [2025-12-04 04:10:15] "GET /project/2e1e7f0c-0bd3-434b-a7ed-e22b3b4ac239?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1343 0.531605 10.0.0.33 - - [2025-12-04 04:10:15] "POST /access-control-lists HTTP/1.1" 200 589 0.063676 10.0.0.27 - - [2025-12-04 04:10:16] "GET / HTTP/1.1" 200 35931 0.002026 10.0.0.23 - - [2025-12-04 04:10:16] "GET /projects?obj_uuids=27d14453-a745-4536-97ff-45f7a2e3ad22&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001813 10.0.0.27 - - [2025-12-04 04:10:16] "GET /project/27d14453-a745-4536-97ff-45f7a2e3ad22?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1271 0.051337 10.0.0.27 - - [2025-12-04 04:10:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003564 10.0.0.27 - - [2025-12-04 04:10:17] "GET /security-group/3b41ac2e-7d72-47ce-bc01-c85ced6b701e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3708 0.004910 10.0.0.27 - - [2025-12-04 04:10:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004608 10.0.0.23 - - [2025-12-04 04:10:17] "GET /projects?obj_uuids=27d14453-a745-4536-97ff-45f7a2e3ad22&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001340 10.0.0.27 - - [2025-12-04 04:10:17] "GET /project/27d14453-a745-4536-97ff-45f7a2e3ad22?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1271 0.050657 10.0.0.27 - - [2025-12-04 04:10:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003981 10.0.0.27 - - [2025-12-04 04:10:17] "GET /security-group/3b41ac2e-7d72-47ce-bc01-c85ced6b701e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3708 0.004864 10.0.0.27 - - [2025-12-04 04:10:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003347 10.0.0.27 - - [2025-12-04 04:10:18] "PUT /security-group/3b41ac2e-7d72-47ce-bc01-c85ced6b701e HTTP/1.1" 200 262 0.024805 10.0.0.23 - - [2025-12-04 04:10:20] "GET /projects?obj_uuids=2e1e7f0c-0bd3-434b-a7ed-e22b3b4ac239&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001036 10.0.0.27 - - [2025-12-04 04:10:20] "GET /project/2e1e7f0c-0bd3-434b-a7ed-e22b3b4ac239?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1343 0.043093 10.0.0.23 - - [2025-12-04 04:10:20] "GET /projects?obj_uuids=2e1e7f0c-0bd3-434b-a7ed-e22b3b4ac239&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001790 10.0.0.27 - - [2025-12-04 04:10:20] "GET /project/2e1e7f0c-0bd3-434b-a7ed-e22b3b4ac239?fields=virtual_networks HTTP/1.1" 200 1022 0.063363 10.0.0.23 - - [2025-12-04 04:10:20] "GET /projects?obj_uuids=2e1e7f0c-0bd3-434b-a7ed-e22b3b4ac239&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001225 10.0.0.27 - - [2025-12-04 04:10:20] "GET /project/2e1e7f0c-0bd3-434b-a7ed-e22b3b4ac239?fields=virtual_machine_interfaces HTTP/1.1" 200 1022 0.055802 10.0.0.23 - - [2025-12-04 04:10:20] "GET /projects?obj_uuids=2e1e7f0c-0bd3-434b-a7ed-e22b3b4ac239&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001224 10.0.0.27 - - [2025-12-04 04:10:20] "GET /project/2e1e7f0c-0bd3-434b-a7ed-e22b3b4ac239?fields=security_groups HTTP/1.1" 200 1243 0.062023 10.0.0.27 - - [2025-12-04 04:10:21] "POST /fqname-to-id HTTP/1.1" 404 192 0.037938 10.0.0.23 - - [2025-12-04 04:10:22] "GET /projects?obj_uuids=37b0f715-f9f0-418a-a5a5-146d07bd14e6&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003031 10.0.0.23 - - [2025-12-04 04:10:22] "GET /domains?obj_uuids=77f3106b-db9e-49b5-893e-09cac574b890&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001647 10.0.0.23 - - [2025-12-04 04:10:22] "GET /domain/77f3106b-db9e-49b5-893e-09cac574b890?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.008599 10.0.0.23 - - [2025-12-04 04:10:22] "POST /id-to-fqname HTTP/1.1" 200 194 0.001292 10.0.0.23 - - [2025-12-04 04:10:22] "POST /fqname-to-id HTTP/1.1" 404 203 0.011104 10.0.0.23 - - [2025-12-04 04:10:22] "POST /security-groups HTTP/1.1" 200 595 0.032173 10.0.0.33 - - [2025-12-04 04:10:22] "POST /fqname-to-id HTTP/1.1" 404 238 0.006680 10.0.0.23 - - [2025-12-04 04:10:22] "POST /projects HTTP/1.1" 200 593 0.289307 10.0.0.23 - - [2025-12-04 04:10:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.334013 10.0.0.27 - - [2025-12-04 04:10:22] "GET /project/37b0f715-f9f0-418a-a5a5-146d07bd14e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.532435 10.0.0.33 - - [2025-12-04 04:10:22] "POST /access-control-lists HTTP/1.1" 200 598 0.076658 10.0.0.27 - - [2025-12-04 04:10:23] "GET / HTTP/1.1" 200 35931 0.002012 10.0.0.27 - - [2025-12-04 04:10:25] "POST /fqname-to-id HTTP/1.1" 401 292 0.000602 10.0.0.27 - - [2025-12-04 04:10:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.078528 10.0.0.23 - - [2025-12-04 04:10:25] "GET /projects?obj_uuids=37b0f715-f9f0-418a-a5a5-146d07bd14e6&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001073 10.0.0.27 - - [2025-12-04 04:10:25] "GET /project/37b0f715-f9f0-418a-a5a5-146d07bd14e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.043440 10.0.0.27 - - [2025-12-04 04:10:26] "POST /neutron/network HTTP/1.1" 200 117 0.042864 10.0.0.27 - - [2025-12-04 04:10:26] "POST /neutron/network HTTP/1.1" 200 841 0.009079 10.0.0.27 - - [2025-12-04 04:10:26] "POST /id-to-fqname HTTP/1.1" 200 231 0.001483 10.0.0.27 - - [2025-12-04 04:10:26] "GET /virtual-network/3676f8fe-9497-4e95-bc27-f40e3d75db61?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.006039 10.0.0.27 - - [2025-12-04 04:10:26] "GET /virtual-network/3676f8fe-9497-4e95-bc27-f40e3d75db61?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.006386 10.0.0.27 - - [2025-12-04 04:10:26] "POST /neutron/subnet HTTP/1.1" 200 720 0.010751 10.0.0.27 - - [2025-12-04 04:10:26] "POST /id-to-fqname HTTP/1.1" 200 231 0.001390 10.0.0.23 - - [2025-12-04 04:10:27] "GET /projects?obj_uuids=37b0f715-f9f0-418a-a5a5-146d07bd14e6&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001400 10.0.0.27 - - [2025-12-04 04:10:27] "GET /project/37b0f715-f9f0-418a-a5a5-146d07bd14e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.105327 10.0.0.27 - - [2025-12-04 04:10:27] "POST /neutron/port HTTP/1.1" 200 117 0.006246 10.0.0.27 - - [2025-12-04 04:10:28] "POST /id-to-fqname HTTP/1.1" 200 231 0.001465 10.0.0.27 - - [2025-12-04 04:10:28] "POST /neutron/network HTTP/1.1" 200 851 0.020196 10.0.0.27 - - [2025-12-04 04:10:28] "POST /neutron/port HTTP/1.1" 200 1063 0.019257 10.0.0.27 - - [2025-12-04 04:10:29] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004920 10.0.0.27 - - [2025-12-04 04:10:29] "POST /neutron/network HTTP/1.1" 200 841 0.009454 10.0.0.27 - - [2025-12-04 04:10:50] "POST /neutron/network HTTP/1.1" 200 851 0.008461 10.0.0.23 - - [2025-12-04 04:10:51] "GET /projects?obj_uuids=37b0f715-f9f0-418a-a5a5-146d07bd14e6&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001181 10.0.0.27 - - [2025-12-04 04:10:51] "GET /project/37b0f715-f9f0-418a-a5a5-146d07bd14e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.074636 10.0.0.27 - - [2025-12-04 04:10:51] "POST /neutron/security_group HTTP/1.1" 200 2062 0.008434 10.0.0.27 - - [2025-12-04 04:10:51] "POST /neutron/security_group HTTP/1.1" 200 2062 0.009411 10.0.0.27 - - [2025-12-04 04:10:51] "POST /neutron/port HTTP/1.1" 200 1091 0.020111 10.0.0.27 - - [2025-12-04 04:10:51] "GET /virtual-machine/886bd6dc-8706-4244-89c7-9fbc4db024ff HTTP/1.1" 401 292 0.000531 10.0.0.23 - - [2025-12-04 04:10:52] "GET /projects?obj_uuids=37b0f715-f9f0-418a-a5a5-146d07bd14e6&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001235 10.0.0.27 - - [2025-12-04 04:10:52] "GET /virtual-machine/886bd6dc-8706-4244-89c7-9fbc4db024ff HTTP/1.1" 200 1295 0.084451 10.0.0.27 - - [2025-12-04 04:10:52] "GET /virtual-machine-interface/5dd39cb6-e0a0-4e80-98fb-b663a1181def HTTP/1.1" 200 2982 0.010491 10.0.0.27 - - [2025-12-04 04:10:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.007270 10.0.0.27 - - [2025-12-04 04:10:52] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.015485 10.0.0.27 - - [2025-12-04 04:10:52] "GET /virtual-networks?parent_id=37b0f715-f9f0-418a-a5a5-146d07bd14e6&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.010173 10.0.0.27 - - [2025-12-04 04:10:52] "GET /virtual-network/3676f8fe-9497-4e95-bc27-f40e3d75db61?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.005955 10.0.0.27 - - [2025-12-04 04:10:52] "POST /neutron/port HTTP/1.1" 200 1063 0.392494 10.0.0.27 - - [2025-12-04 04:10:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.005943 10.0.0.27 - - [2025-12-04 04:10:53] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005359 10.0.0.27 - - [2025-12-04 04:10:53] "GET /virtual-networks?parent_id=37b0f715-f9f0-418a-a5a5-146d07bd14e6&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.003716 10.0.0.27 - - [2025-12-04 04:10:53] "GET /virtual-network/3676f8fe-9497-4e95-bc27-f40e3d75db61?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.008428 10.0.0.27 - - [2025-12-04 04:10:54] "POST /neutron/port HTTP/1.1" 200 1063 0.059318 10.0.0.23 - - [2025-12-04 04:10:56] "DELETE /project/2e1e7f0c0bd3434ba7ede22b3b4ac239 HTTP/1.1" 404 173 0.006562 10.0.0.23 - - [2025-12-04 04:10:56] "DELETE /project/37b0f715f9f0418aa5a5146d07bd14e6 HTTP/1.1" 404 173 0.010431 10.0.0.23 - - [2025-12-04 04:10:56] "GET /projects?obj_uuids=2e1e7f0c-0bd3-434b-a7ed-e22b3b4ac239&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001023 10.0.0.23 - - [2025-12-04 04:10:56] "GET /projects?obj_uuids=ca612f3c-3ee4-4c25-88b3-b42fcf1e2ba7&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.000764 10.0.0.23 - - [2025-12-04 04:10:57] "GET /project/2e1e7f0c-0bd3-434b-a7ed-e22b3b4ac239?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1448 0.077229 10.0.0.23 - - [2025-12-04 04:10:57] "GET /projects?obj_uuids=2e1e7f0c-0bd3-434b-a7ed-e22b3b4ac239&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001599 10.0.0.23 - - [2025-12-04 04:10:57] "GET /project/ca612f3c-3ee4-4c25-88b3-b42fcf1e2ba7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1540 0.110231 10.0.0.23 - - [2025-12-04 04:10:57] "GET /projects?obj_uuids=ca612f3c-3ee4-4c25-88b3-b42fcf1e2ba7&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001587 10.0.0.23 - - [2025-12-04 04:10:57] "GET /project/2e1e7f0c-0bd3-434b-a7ed-e22b3b4ac239?fields=security_groups HTTP/1.1" 200 1348 0.066170 10.0.0.23 - - [2025-12-04 04:10:57] "GET /project/ca612f3c-3ee4-4c25-88b3-b42fcf1e2ba7?fields=security_groups HTTP/1.1" 200 1417 0.096438 10.0.0.23 - - [2025-12-04 04:10:57] "DELETE /security-group/c4eb6cb0-bab5-4721-9e09-9e8c3d0bbe8a HTTP/1.1" 200 115 0.072218 10.0.0.23 - - [2025-12-04 04:10:57] "GET /projects?obj_uuids=2e1e7f0c-0bd3-434b-a7ed-e22b3b4ac239&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001352 10.0.0.33 - - [2025-12-04 04:10:57] "DELETE /access-control-list/628fb1c1-2b92-4787-a61d-c4c3b39faf72 HTTP/1.1" 200 115 0.065816 10.0.0.23 - - [2025-12-04 04:10:57] "DELETE /security-group/836458b9-9871-4bd8-8947-f0239cf17144 HTTP/1.1" 200 115 0.110388 10.0.0.23 - - [2025-12-04 04:10:57] "GET /project/2e1e7f0c-0bd3-434b-a7ed-e22b3b4ac239?fields=application_policy_sets HTTP/1.1" 200 1387 0.093211 10.0.0.23 - - [2025-12-04 04:10:57] "GET /projects?obj_uuids=ca612f3c-3ee4-4c25-88b3-b42fcf1e2ba7&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001137 10.0.0.23 - - [2025-12-04 04:10:57] "GET /project/ca612f3c-3ee4-4c25-88b3-b42fcf1e2ba7?fields=application_policy_sets HTTP/1.1" 200 1456 0.070794 10.0.0.23 - - [2025-12-04 04:10:57] "DELETE /project/2e1e7f0c-0bd3-434b-a7ed-e22b3b4ac239 HTTP/1.1" 200 115 0.658792 10.0.0.23 - - [2025-12-04 04:10:57] "DELETE /project/ca612f3c-3ee4-4c25-88b3-b42fcf1e2ba7 HTTP/1.1" 200 115 0.679150 10.0.0.27 - - [2025-12-04 04:10:57] "POST /neutron/port HTTP/1.1" 200 1091 0.028405 10.0.0.33 - - [2025-12-04 04:10:57] "DELETE /access-control-list/593df3f7-49b3-4325-9ef6-7f2d4dbd7f9a HTTP/1.1" 200 115 0.034731 10.0.0.27 - - [2025-12-04 04:10:57] "POST /neutron/port HTTP/1.1" 200 117 0.001355 10.0.0.27 - - [2025-12-04 04:10:59] "POST /neutron/security_group HTTP/1.1" 200 2062 0.007816 10.0.0.33 - - [2025-12-04 04:10:59] "GET /obj-perms HTTP/1.1" 200 5056 0.060965 10.0.0.27 - - [2025-12-04 04:11:09] "POST /neutron/port HTTP/1.1" 200 1091 0.020556 10.0.0.27 - - [2025-12-04 04:11:14] "POST /neutron/security_group HTTP/1.1" 200 2062 0.008163 10.0.0.27 - - [2025-12-04 04:11:24] "POST /neutron/port HTTP/1.1" 200 1091 0.017904 10.0.0.27 - - [2025-12-04 04:11:24] "POST /neutron/security_group HTTP/1.1" 200 2062 0.009201 10.0.0.27 - - [2025-12-04 04:11:24] "GET /virtual-machine/3acdda0f-ca6e-4ba7-b07d-dd325bf79129 HTTP/1.1" 200 1296 0.007178 10.0.0.27 - - [2025-12-04 04:11:24] "GET /virtual-machine-interface/0fedf44d-86d4-4d1c-9e30-3ca2f244397a HTTP/1.1" 200 2982 0.006373 10.0.0.27 - - [2025-12-04 04:11:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004015 10.0.0.27 - - [2025-12-04 04:11:24] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004597 10.0.0.27 - - [2025-12-04 04:11:24] "GET /virtual-networks?parent_id=37b0f715-f9f0-418a-a5a5-146d07bd14e6&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.003042 10.0.0.27 - - [2025-12-04 04:11:24] "GET /virtual-network/3676f8fe-9497-4e95-bc27-f40e3d75db61?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.007246 10.0.0.27 - - [2025-12-04 04:11:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003781 10.0.0.27 - - [2025-12-04 04:11:27] "GET /virtual-network/3676f8fe-9497-4e95-bc27-f40e3d75db61?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.005361 10.0.0.27 - - [2025-12-04 04:11:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004235 10.0.0.27 - - [2025-12-04 04:11:32] "GET /virtual-network/3676f8fe-9497-4e95-bc27-f40e3d75db61?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.008035 10.0.0.27 - - [2025-12-04 04:11:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003227 10.0.0.27 - - [2025-12-04 04:11:36] "GET /virtual-network/3676f8fe-9497-4e95-bc27-f40e3d75db61?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.006647 10.0.0.27 - - [2025-12-04 04:11:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003587 10.0.0.27 - - [2025-12-04 04:11:40] "GET /virtual-network/3676f8fe-9497-4e95-bc27-f40e3d75db61?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.006465 10.0.0.27 - - [2025-12-04 04:11:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004183 10.0.0.27 - - [2025-12-04 04:11:44] "GET /virtual-network/3676f8fe-9497-4e95-bc27-f40e3d75db61?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.005471 10.0.0.27 - - [2025-12-04 04:11:44] "POST /neutron/port HTTP/1.1" 200 1091 0.016940 10.0.0.27 - - [2025-12-04 04:11:45] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003969 10.0.0.27 - - [2025-12-04 04:11:45] "POST /neutron/network HTTP/1.1" 200 841 0.007292 10.0.0.27 - - [2025-12-04 04:11:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003365 10.0.0.27 - - [2025-12-04 04:11:48] "GET /virtual-network/3676f8fe-9497-4e95-bc27-f40e3d75db61?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.006343 10.0.0.27 - - [2025-12-04 04:11:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003893 10.0.0.27 - - [2025-12-04 04:11:52] "GET /virtual-network/3676f8fe-9497-4e95-bc27-f40e3d75db61?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.005425 10.0.0.27 - - [2025-12-04 04:11:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003738 10.0.0.27 - - [2025-12-04 04:11:56] "GET /virtual-network/3676f8fe-9497-4e95-bc27-f40e3d75db61?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.005950 10.0.0.27 - - [2025-12-04 04:11:58] "POST /neutron/network HTTP/1.1" 200 851 0.007081 10.0.0.27 - - [2025-12-04 04:11:58] "POST /neutron/port HTTP/1.1" 200 117 0.001228 10.0.0.27 - - [2025-12-04 04:12:00] "GET /obj-perms HTTP/1.1" 200 5056 0.062294 10.0.0.27 - - [2025-12-04 04:12:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003453 10.0.0.27 - - [2025-12-04 04:12:00] "GET /virtual-network/3676f8fe-9497-4e95-bc27-f40e3d75db61?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.006795 10.0.0.27 - - [2025-12-04 04:12:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003642 10.0.0.27 - - [2025-12-04 04:12:04] "GET /virtual-network/3676f8fe-9497-4e95-bc27-f40e3d75db61?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.007524 10.0.0.27 - - [2025-12-04 04:12:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004092 10.0.0.27 - - [2025-12-04 04:12:08] "GET /virtual-network/3676f8fe-9497-4e95-bc27-f40e3d75db61?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.005969 10.0.0.27 - - [2025-12-04 04:12:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003448 10.0.0.27 - - [2025-12-04 04:12:13] "GET /virtual-network/3676f8fe-9497-4e95-bc27-f40e3d75db61?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.007730 10.0.0.27 - - [2025-12-04 04:12:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003645 10.0.0.27 - - [2025-12-04 04:12:17] "GET /virtual-network/3676f8fe-9497-4e95-bc27-f40e3d75db61?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.005849 10.0.0.27 - - [2025-12-04 04:12:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004161 10.0.0.27 - - [2025-12-04 04:12:21] "GET /virtual-network/3676f8fe-9497-4e95-bc27-f40e3d75db61?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.006721 10.0.0.27 - - [2025-12-04 04:12:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003568 10.0.0.27 - - [2025-12-04 04:12:25] "GET /virtual-network/3676f8fe-9497-4e95-bc27-f40e3d75db61?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.005807 10.0.0.27 - - [2025-12-04 04:12:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003768 10.0.0.27 - - [2025-12-04 04:12:29] "GET /virtual-network/3676f8fe-9497-4e95-bc27-f40e3d75db61?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.006174 10.0.0.27 - - [2025-12-04 04:12:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.004078 10.0.0.27 - - [2025-12-04 04:12:33] "GET /virtual-network/3676f8fe-9497-4e95-bc27-f40e3d75db61?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.005484 10.0.0.27 - - [2025-12-04 04:12:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003752 10.0.0.27 - - [2025-12-04 04:12:37] "GET /virtual-network/3676f8fe-9497-4e95-bc27-f40e3d75db61?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.006078 10.0.0.27 - - [2025-12-04 04:12:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.004076 10.0.0.27 - - [2025-12-04 04:12:41] "GET /virtual-network/3676f8fe-9497-4e95-bc27-f40e3d75db61?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.006032 10.0.0.27 - - [2025-12-04 04:12:44] "POST /neutron/security_group HTTP/1.1" 200 2062 0.037288 10.0.0.27 - - [2025-12-04 04:12:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003565 10.0.0.27 - - [2025-12-04 04:12:45] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004620 10.0.0.27 - - [2025-12-04 04:12:45] "GET /virtual-networks?parent_id=37b0f715-f9f0-418a-a5a5-146d07bd14e6&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.003002 10.0.0.27 - - [2025-12-04 04:12:45] "GET /virtual-network/3676f8fe-9497-4e95-bc27-f40e3d75db61?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.006108 10.0.0.27 - - [2025-12-04 04:12:46] "POST /neutron/network HTTP/1.1" 200 851 0.009066 10.0.0.27 - - [2025-12-04 04:12:46] "POST /neutron/security_group HTTP/1.1" 200 2062 0.009093 10.0.0.27 - - [2025-12-04 04:12:46] "POST /neutron/network HTTP/1.1" 200 841 0.007344 10.0.0.27 - - [2025-12-04 04:12:56] "POST /neutron/port HTTP/1.1" 200 1091 0.018794 10.0.0.27 - - [2025-12-04 04:12:58] "POST /neutron/port HTTP/1.1" 200 1091 0.016944 10.0.0.27 - - [2025-12-04 04:12:58] "POST /neutron/subnet HTTP/1.1" 200 694 0.009312 10.0.0.27 - - [2025-12-04 04:13:01] "POST /neutron/port HTTP/1.1" 200 1091 0.018852 10.0.0.27 - - [2025-12-04 04:13:06] "POST /neutron/security_group HTTP/1.1" 200 2062 0.011212 10.0.0.27 - - [2025-12-04 04:13:17] "POST /neutron/port HTTP/1.1" 200 1091 0.015826 10.0.0.27 - - [2025-12-04 04:13:22] "POST /neutron/security_group HTTP/1.1" 200 2062 0.010535 10.0.0.27 - - [2025-12-04 04:13:32] "POST /neutron/port HTTP/1.1" 200 1091 0.018236 10.0.0.33 - - [2025-12-04 04:13:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000405 10.0.0.33 - - [2025-12-04 04:13:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000453 10.0.0.23 - - [2025-12-04 04:13:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000386 10.0.0.23 - - [2025-12-04 04:13:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000411 10.0.0.27 - - [2025-12-04 04:13:37] "POST /fqname-to-id HTTP/1.1" 404 240 0.003459 10.0.0.27 - - [2025-12-04 04:13:37] "POST /bgp-as-a-services HTTP/1.1" 200 597 0.035420 10.0.0.23 - - [2025-12-04 04:13:38] "GET /global-system-configs HTTP/1.1" 401 292 0.000605 10.0.0.33 - - [2025-12-04 04:13:38] "GET /global-system-configs HTTP/1.1" 401 292 0.000376 10.0.0.23 - - [2025-12-04 04:13:38] "GET /global-system-configs HTTP/1.1" 401 292 0.000465 10.0.0.33 - - [2025-12-04 04:13:38] "GET /global-system-configs HTTP/1.1" 401 292 0.001178 10.0.0.27 - - [2025-12-04 04:13:38] "GET /bgp-as-a-service/a5cfa278-b668-4ac0-b362-a9badd84c285?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1622 0.007292 10.0.0.27 - - [2025-12-04 04:13:38] "GET /virtual-machine-interface/0fedf44d-86d4-4d1c-9e30-3ca2f244397a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2761 0.005402 10.0.0.27 - - [2025-12-04 04:13:38] "POST /ref-update HTTP/1.1" 200 156 0.014042 10.0.0.27 - - [2025-12-04 04:13:38] "POST /neutron/subnet HTTP/1.1" 200 720 0.008622 10.0.0.33 - - [2025-12-04 04:13:38] "POST /ref-update HTTP/1.1" 200 156 0.033976 10.0.0.27 - - [2025-12-04 04:13:39] "GET /global-system-configs HTTP/1.1" 401 292 0.000542 10.0.0.27 - - [2025-12-04 04:13:39] "GET /global-system-configs HTTP/1.1" 401 292 0.000504 10.0.0.27 - - [2025-12-04 04:13:40] "GET /global-system-configs HTTP/1.1" 401 292 0.000428 10.0.0.27 - - [2025-12-04 04:13:40] "GET /global-system-configs HTTP/1.1" 401 292 0.000401 10.0.0.27 - - [2025-12-04 04:13:47] "POST /neutron/port HTTP/1.1" 200 1091 0.017965 10.0.0.27 - - [2025-12-04 04:13:48] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004286 10.0.0.27 - - [2025-12-04 04:13:48] "POST /neutron/network HTTP/1.1" 200 841 0.007591 10.0.0.27 - - [2025-12-04 04:13:58] "POST /neutron/network HTTP/1.1" 200 851 0.040311 10.0.0.27 - - [2025-12-04 04:13:59] "POST /neutron/port HTTP/1.1" 200 117 0.001307 10.0.0.27 - - [2025-12-04 04:14:09] "GET /bgp-as-a-service/a5cfa278-b668-4ac0-b362-a9badd84c285?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2249 0.007413 10.0.0.27 - - [2025-12-04 04:14:09] "GET /virtual-machine-interface/0fedf44d-86d4-4d1c-9e30-3ca2f244397a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3090 0.006141 10.0.0.27 - - [2025-12-04 04:14:09] "POST /ref-update HTTP/1.1" 200 156 0.014932 10.0.0.33 - - [2025-12-04 04:14:09] "POST /ref-update HTTP/1.1" 200 156 0.031547 10.0.0.27 - - [2025-12-04 04:14:09] "DELETE /bgp-as-a-service/a5cfa278-b668-4ac0-b362-a9badd84c285 HTTP/1.1" 200 115 0.072298 10.0.0.27 - - [2025-12-04 04:14:09] "POST /neutron/network HTTP/1.1" 400 204 0.015997 10.0.0.27 - - [2025-12-04 04:14:10] "POST /neutron/port HTTP/1.1" 200 1117 0.016136 10.0.0.27 - - [2025-12-04 04:14:10] "POST /neutron/port HTTP/1.1" 200 151 0.310611 10.0.0.33 - - [2025-12-04 04:14:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004329 10.0.0.23 - - [2025-12-04 04:14:13] "GET /projects?obj_uuids=37b0f715-f9f0-418a-a5a5-146d07bd14e6&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001108 10.0.0.27 - - [2025-12-04 04:14:13] "GET /project/37b0f715-f9f0-418a-a5a5-146d07bd14e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.039004 10.0.0.23 - - [2025-12-04 04:14:13] "GET /projects?obj_uuids=37b0f715-f9f0-418a-a5a5-146d07bd14e6&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001552 10.0.0.27 - - [2025-12-04 04:14:13] "GET /project/37b0f715-f9f0-418a-a5a5-146d07bd14e6?fields=virtual_networks HTTP/1.1" 200 1040 0.050848 10.0.0.23 - - [2025-12-04 04:14:13] "GET /projects?obj_uuids=37b0f715-f9f0-418a-a5a5-146d07bd14e6&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001311 10.0.0.27 - - [2025-12-04 04:14:13] "GET /project/37b0f715-f9f0-418a-a5a5-146d07bd14e6?fields=virtual_machine_interfaces HTTP/1.1" 200 1040 0.044177 10.0.0.23 - - [2025-12-04 04:14:13] "GET /projects?obj_uuids=37b0f715-f9f0-418a-a5a5-146d07bd14e6&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001401 10.0.0.27 - - [2025-12-04 04:14:13] "GET /project/37b0f715-f9f0-418a-a5a5-146d07bd14e6?fields=security_groups HTTP/1.1" 200 1270 0.042691 10.0.0.27 - - [2025-12-04 04:14:14] "POST /fqname-to-id HTTP/1.1" 404 189 0.035625 10.0.0.23 - - [2025-12-04 04:14:14] "GET /projects?obj_uuids=3e6601da-ed4f-4cbe-8ace-4d9b1f84a6b4&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003256 10.0.0.23 - - [2025-12-04 04:14:14] "GET /domains?obj_uuids=77f3106b-db9e-49b5-893e-09cac574b890&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001800 10.0.0.23 - - [2025-12-04 04:14:14] "GET /domain/77f3106b-db9e-49b5-893e-09cac574b890?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.008940 10.0.0.23 - - [2025-12-04 04:14:15] "POST /id-to-fqname HTTP/1.1" 200 191 0.003969 10.0.0.23 - - [2025-12-04 04:14:15] "POST /fqname-to-id HTTP/1.1" 404 200 0.016799 10.0.0.23 - - [2025-12-04 04:14:15] "POST /security-groups HTTP/1.1" 200 592 0.039057 10.0.0.23 - - [2025-12-04 04:14:15] "POST /projects HTTP/1.1" 200 587 0.259195 10.0.0.23 - - [2025-12-04 04:14:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.297306 10.0.0.33 - - [2025-12-04 04:14:15] "POST /access-control-lists HTTP/1.1" 200 597 0.027019 10.0.0.27 - - [2025-12-04 04:14:15] "GET /project/3e6601da-ed4f-4cbe-8ace-4d9b1f84a6b4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.437810 10.0.0.27 - - [2025-12-04 04:14:16] "GET / HTTP/1.1" 200 35931 0.001667 10.0.0.27 - - [2025-12-04 04:14:18] "POST /fqname-to-id HTTP/1.1" 401 292 0.000531 10.0.0.27 - - [2025-12-04 04:14:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.071251 10.0.0.23 - - [2025-12-04 04:14:18] "GET /projects?obj_uuids=3e6601da-ed4f-4cbe-8ace-4d9b1f84a6b4&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001057 10.0.0.27 - - [2025-12-04 04:14:18] "GET /project/3e6601da-ed4f-4cbe-8ace-4d9b1f84a6b4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.046300 10.0.0.27 - - [2025-12-04 04:14:18] "POST /neutron/network HTTP/1.1" 200 117 0.040606 10.0.0.33 - - [2025-12-04 04:14:19] "POST /route-targets HTTP/1.1" 200 327 0.015513 10.0.0.27 - - [2025-12-04 04:14:19] "POST /neutron/network HTTP/1.1" 200 834 0.008880 10.0.0.27 - - [2025-12-04 04:14:19] "POST /id-to-fqname HTTP/1.1" 200 225 0.001238 10.0.0.27 - - [2025-12-04 04:14:19] "GET /virtual-network/292c2499-dfcf-40e0-b60e-def1b85ecef9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.008621 10.0.0.27 - - [2025-12-04 04:14:19] "GET /virtual-network/292c2499-dfcf-40e0-b60e-def1b85ecef9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.005421 10.0.0.27 - - [2025-12-04 04:14:19] "POST /neutron/subnet HTTP/1.1" 200 729 0.009140 10.0.0.27 - - [2025-12-04 04:14:19] "POST /id-to-fqname HTTP/1.1" 200 225 0.001261 10.0.0.23 - - [2025-12-04 04:14:20] "GET /projects?obj_uuids=3e6601da-ed4f-4cbe-8ace-4d9b1f84a6b4&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001295 10.0.0.27 - - [2025-12-04 04:14:20] "GET /project/3e6601da-ed4f-4cbe-8ace-4d9b1f84a6b4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.071894 10.0.0.27 - - [2025-12-04 04:14:20] "POST /neutron/port HTTP/1.1" 200 117 0.006552 10.0.0.27 - - [2025-12-04 04:14:20] "POST /id-to-fqname HTTP/1.1" 200 225 0.001619 10.0.0.27 - - [2025-12-04 04:14:20] "POST /neutron/network HTTP/1.1" 200 844 0.007116 10.0.0.23 - - [2025-12-04 04:14:21] "GET /projects?obj_uuids=3e6601da-ed4f-4cbe-8ace-4d9b1f84a6b4&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001434 10.0.0.27 - - [2025-12-04 04:14:21] "GET /project/3e6601da-ed4f-4cbe-8ace-4d9b1f84a6b4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.092102 10.0.0.27 - - [2025-12-04 04:14:21] "POST /neutron/network HTTP/1.1" 200 834 0.046127 10.0.0.27 - - [2025-12-04 04:14:22] "POST /neutron/port HTTP/1.1" 200 117 0.009125 10.0.0.27 - - [2025-12-04 04:14:22] "POST /id-to-fqname HTTP/1.1" 200 225 0.001922 10.0.0.27 - - [2025-12-04 04:14:22] "POST /neutron/network HTTP/1.1" 200 844 0.008213 10.0.0.27 - - [2025-12-04 04:14:23] "POST /neutron/port HTTP/1.1" 200 1062 0.024585 10.0.0.27 - - [2025-12-04 04:14:23] "POST /neutron/port HTTP/1.1" 200 1062 0.023823 10.0.0.27 - - [2025-12-04 04:14:23] "POST /neutron/port HTTP/1.1" 200 1090 0.024222 10.0.0.27 - - [2025-12-04 04:14:23] "POST /neutron/subnet HTTP/1.1" 200 703 0.012827 10.0.0.23 - - [2025-12-04 04:14:23] "GET /projects?obj_uuids=3e6601da-ed4f-4cbe-8ace-4d9b1f84a6b4&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001079 10.0.0.27 - - [2025-12-04 04:14:23] "GET /project/3e6601da-ed4f-4cbe-8ace-4d9b1f84a6b4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.095074 10.0.0.27 - - [2025-12-04 04:14:23] "POST /neutron/network HTTP/1.1" 200 834 0.008241 10.0.0.27 - - [2025-12-04 04:14:24] "POST /neutron/port HTTP/1.1" 200 117 0.007918 10.0.0.27 - - [2025-12-04 04:14:25] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004525 10.0.0.27 - - [2025-12-04 04:14:26] "POST /neutron/network HTTP/1.1" 200 834 0.009675 10.0.0.27 - - [2025-12-04 04:14:26] "POST /neutron/port HTTP/1.1" 200 1062 0.016412 10.0.0.27 - - [2025-12-04 04:14:26] "POST /neutron/port HTTP/1.1" 200 1090 0.018239 10.0.0.27 - - [2025-12-04 04:14:26] "POST /neutron/port HTTP/1.1" 200 117 0.001144 10.0.0.27 - - [2025-12-04 04:14:29] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008486 10.0.0.27 - - [2025-12-04 04:14:39] "POST /neutron/port HTTP/1.1" 200 1090 0.018954 10.0.0.27 - - [2025-12-04 04:14:44] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007408 10.0.0.27 - - [2025-12-04 04:14:49] "POST /neutron/network HTTP/1.1" 200 844 0.007726 10.0.0.27 - - [2025-12-04 04:14:49] "POST /neutron/port HTTP/1.1" 200 117 0.001336 10.0.0.27 - - [2025-12-04 04:14:49] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008780 10.0.0.27 - - [2025-12-04 04:14:54] "POST /neutron/port HTTP/1.1" 200 1090 0.021975 10.0.0.27 - - [2025-12-04 04:14:55] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007095 10.0.0.27 - - [2025-12-04 04:14:55] "GET /virtual-machine/40b6f7a6-1ce4-450a-bf33-d61dc3622dd4 HTTP/1.1" 401 292 0.000411 10.0.0.27 - - [2025-12-04 04:14:55] "GET /virtual-machine/40b6f7a6-1ce4-450a-bf33-d61dc3622dd4 HTTP/1.1" 200 1293 0.044243 10.0.0.27 - - [2025-12-04 04:14:55] "GET /virtual-machine-interface/f6683ad6-95ed-4627-a047-7749118024fa HTTP/1.1" 200 2959 0.010598 10.0.0.27 - - [2025-12-04 04:14:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003543 10.0.0.27 - - [2025-12-04 04:14:55] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003847 10.0.0.27 - - [2025-12-04 04:14:55] "GET /virtual-networks?parent_id=3e6601da-ed4f-4cbe-8ace-4d9b1f84a6b4&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.003822 10.0.0.27 - - [2025-12-04 04:14:55] "GET /virtual-network/292c2499-dfcf-40e0-b60e-def1b85ecef9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.012877 10.0.0.23 - - [2025-12-04 04:14:57] "DELETE /project/3e6601daed4f4cbe8ace4d9b1f84a6b4 HTTP/1.1" 404 173 0.006059 10.0.0.23 - - [2025-12-04 04:14:57] "GET /projects?obj_uuids=37b0f715-f9f0-418a-a5a5-146d07bd14e6&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001014 10.0.0.23 - - [2025-12-04 04:14:57] "GET /project/37b0f715-f9f0-418a-a5a5-146d07bd14e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1484 0.041650 10.0.0.23 - - [2025-12-04 04:14:57] "GET /projects?obj_uuids=37b0f715-f9f0-418a-a5a5-146d07bd14e6&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001164 10.0.0.23 - - [2025-12-04 04:14:57] "GET /project/37b0f715-f9f0-418a-a5a5-146d07bd14e6?fields=security_groups HTTP/1.1" 200 1375 0.059165 10.0.0.23 - - [2025-12-04 04:14:58] "DELETE /security-group/a870a412-fbcb-4231-9a17-6086e5a61120 HTTP/1.1" 200 115 0.067130 10.0.0.23 - - [2025-12-04 04:14:58] "GET /projects?obj_uuids=37b0f715-f9f0-418a-a5a5-146d07bd14e6&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001311 10.0.0.23 - - [2025-12-04 04:14:58] "GET /project/37b0f715-f9f0-418a-a5a5-146d07bd14e6?fields=application_policy_sets HTTP/1.1" 200 1414 0.075235 10.0.0.33 - - [2025-12-04 04:14:58] "DELETE /access-control-list/04f9e49c-cb3a-418b-8703-fba7050f1bae HTTP/1.1" 200 115 0.072974 10.0.0.23 - - [2025-12-04 04:14:58] "DELETE /project/37b0f715-f9f0-418a-a5a5-146d07bd14e6 HTTP/1.1" 200 115 0.495694 10.0.0.27 - - [2025-12-04 04:14:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004141 10.0.0.27 - - [2025-12-04 04:14:58] "GET /virtual-network/292c2499-dfcf-40e0-b60e-def1b85ecef9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.005548 10.0.0.27 - - [2025-12-04 04:14:58] "POST /neutron/network HTTP/1.1" 200 844 0.007335 10.0.0.27 - - [2025-12-04 04:14:58] "POST /neutron/port HTTP/1.1" 200 117 0.001290 10.0.0.23 - - [2025-12-04 04:15:02] "GET /obj-perms HTTP/1.1" 200 5056 0.064558 10.0.0.27 - - [2025-12-04 04:15:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003758 10.0.0.27 - - [2025-12-04 04:15:02] "GET /virtual-network/292c2499-dfcf-40e0-b60e-def1b85ecef9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.007626 10.0.0.27 - - [2025-12-04 04:15:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.005048 10.0.0.27 - - [2025-12-04 04:15:06] "GET /virtual-network/292c2499-dfcf-40e0-b60e-def1b85ecef9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.006988 10.0.0.27 - - [2025-12-04 04:15:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004405 10.0.0.27 - - [2025-12-04 04:15:10] "GET /virtual-network/292c2499-dfcf-40e0-b60e-def1b85ecef9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.012065 10.0.0.27 - - [2025-12-04 04:15:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003412 10.0.0.27 - - [2025-12-04 04:15:15] "GET /virtual-network/292c2499-dfcf-40e0-b60e-def1b85ecef9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.006781 10.0.0.27 - - [2025-12-04 04:15:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003835 10.0.0.27 - - [2025-12-04 04:15:19] "GET /virtual-network/292c2499-dfcf-40e0-b60e-def1b85ecef9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.005776 10.0.0.27 - - [2025-12-04 04:15:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004530 10.0.0.27 - - [2025-12-04 04:15:23] "GET /virtual-network/292c2499-dfcf-40e0-b60e-def1b85ecef9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.006828 10.0.0.27 - - [2025-12-04 04:15:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003757 10.0.0.27 - - [2025-12-04 04:15:27] "GET /virtual-network/292c2499-dfcf-40e0-b60e-def1b85ecef9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.006109 10.0.0.27 - - [2025-12-04 04:15:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003689 10.0.0.27 - - [2025-12-04 04:15:31] "GET /virtual-network/292c2499-dfcf-40e0-b60e-def1b85ecef9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.005599 10.0.0.27 - - [2025-12-04 04:15:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004466 10.0.0.27 - - [2025-12-04 04:15:35] "GET /virtual-network/292c2499-dfcf-40e0-b60e-def1b85ecef9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.005923 10.0.0.27 - - [2025-12-04 04:15:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003410 10.0.0.27 - - [2025-12-04 04:15:39] "GET /virtual-network/292c2499-dfcf-40e0-b60e-def1b85ecef9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.006346 10.0.0.27 - - [2025-12-04 04:15:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.004026 10.0.0.27 - - [2025-12-04 04:15:43] "GET /virtual-network/292c2499-dfcf-40e0-b60e-def1b85ecef9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.006021 10.0.0.27 - - [2025-12-04 04:15:43] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007159 10.0.0.27 - - [2025-12-04 04:15:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003517 10.0.0.27 - - [2025-12-04 04:15:47] "GET /virtual-network/292c2499-dfcf-40e0-b60e-def1b85ecef9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.006020 10.0.0.27 - - [2025-12-04 04:15:51] "POST /neutron/network HTTP/1.1" 200 844 0.006973 10.0.0.27 - - [2025-12-04 04:15:51] "POST /neutron/port HTTP/1.1" 200 117 0.001424 10.0.0.27 - - [2025-12-04 04:15:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003925 10.0.0.27 - - [2025-12-04 04:15:51] "GET /virtual-network/292c2499-dfcf-40e0-b60e-def1b85ecef9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.005518 10.0.0.27 - - [2025-12-04 04:15:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.004469 10.0.0.27 - - [2025-12-04 04:15:55] "GET /virtual-network/292c2499-dfcf-40e0-b60e-def1b85ecef9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.008276 10.0.0.27 - - [2025-12-04 04:15:59] "POST /neutron/port HTTP/1.1" 200 1090 0.016188 10.0.0.27 - - [2025-12-04 04:15:59] "POST /neutron/subnet HTTP/1.1" 200 703 0.010931 10.0.0.27 - - [2025-12-04 04:16:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003760 10.0.0.27 - - [2025-12-04 04:16:00] "GET /virtual-network/292c2499-dfcf-40e0-b60e-def1b85ecef9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.006160 10.0.0.33 - - [2025-12-04 04:16:02] "GET /obj-perms HTTP/1.1" 200 5056 0.071880 10.0.0.27 - - [2025-12-04 04:16:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003845 10.0.0.27 - - [2025-12-04 04:16:04] "GET /virtual-network/292c2499-dfcf-40e0-b60e-def1b85ecef9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.006564 10.0.0.27 - - [2025-12-04 04:16:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.005444 10.0.0.27 - - [2025-12-04 04:16:08] "GET /virtual-network/292c2499-dfcf-40e0-b60e-def1b85ecef9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.008476 10.0.0.27 - - [2025-12-04 04:16:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004591 10.0.0.27 - - [2025-12-04 04:16:12] "GET /virtual-network/292c2499-dfcf-40e0-b60e-def1b85ecef9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.006815 10.0.0.27 - - [2025-12-04 04:16:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003550 10.0.0.27 - - [2025-12-04 04:16:16] "GET /virtual-network/292c2499-dfcf-40e0-b60e-def1b85ecef9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.005972 10.0.0.27 - - [2025-12-04 04:16:19] "POST /neutron/port HTTP/1.1" 200 1090 0.018836 10.0.0.27 - - [2025-12-04 04:16:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004258 10.0.0.27 - - [2025-12-04 04:16:20] "GET /virtual-network/292c2499-dfcf-40e0-b60e-def1b85ecef9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.005724 10.0.0.27 - - [2025-12-04 04:16:20] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007262 10.0.0.27 - - [2025-12-04 04:16:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003630 10.0.0.27 - - [2025-12-04 04:16:22] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004155 10.0.0.27 - - [2025-12-04 04:16:22] "GET /virtual-networks?parent_id=3e6601da-ed4f-4cbe-8ace-4d9b1f84a6b4&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.003794 10.0.0.27 - - [2025-12-04 04:16:22] "GET /virtual-network/292c2499-dfcf-40e0-b60e-def1b85ecef9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.006500 10.0.0.27 - - [2025-12-04 04:16:28] "POST /neutron/port HTTP/1.1" 200 1090 0.015534 10.0.0.27 - - [2025-12-04 04:16:33] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007541 10.0.0.27 - - [2025-12-04 04:16:43] "POST /neutron/port HTTP/1.1" 200 1090 0.020243 10.0.0.27 - - [2025-12-04 04:16:48] "POST /neutron/security_group HTTP/1.1" 200 2059 0.009209 10.0.0.27 - - [2025-12-04 04:16:51] "POST /neutron/network HTTP/1.1" 200 844 0.036228 10.0.0.27 - - [2025-12-04 04:16:51] "POST /neutron/port HTTP/1.1" 200 117 0.001172 10.0.0.27 - - [2025-12-04 04:16:53] "POST /neutron/security_group HTTP/1.1" 200 2059 0.009978 10.0.0.27 - - [2025-12-04 04:16:59] "POST /neutron/port HTTP/1.1" 200 1090 0.016156 10.0.0.27 - - [2025-12-04 04:16:59] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004228 10.0.0.27 - - [2025-12-04 04:16:59] "POST /neutron/network HTTP/1.1" 200 834 0.008258 10.0.0.27 - - [2025-12-04 04:17:03] "GET /obj-perms HTTP/1.1" 200 5056 0.070605 10.0.0.27 - - [2025-12-04 04:17:09] "POST /neutron/port HTTP/1.1" 200 1090 0.027093 10.0.0.27 - - [2025-12-04 04:17:14] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008004 10.0.0.27 - - [2025-12-04 04:17:19] "POST /neutron/port HTTP/1.1" 200 1090 0.016310 10.0.0.27 - - [2025-12-04 04:17:19] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007385 10.0.0.27 - - [2025-12-04 04:17:20] "GET /virtual-machine/2a903f19-184d-4f63-8bac-8be76f2f3a5f HTTP/1.1" 200 1293 0.006743 10.0.0.27 - - [2025-12-04 04:17:20] "GET /virtual-machine-interface/fbdb0446-00c4-4a23-9ec7-6ae62b758478 HTTP/1.1" 200 2959 0.005496 10.0.0.27 - - [2025-12-04 04:17:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003848 10.0.0.27 - - [2025-12-04 04:17:20] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004237 10.0.0.27 - - [2025-12-04 04:17:20] "GET /virtual-networks?parent_id=3e6601da-ed4f-4cbe-8ace-4d9b1f84a6b4&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.003241 10.0.0.27 - - [2025-12-04 04:17:20] "GET /virtual-network/292c2499-dfcf-40e0-b60e-def1b85ecef9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.010079 10.0.0.27 - - [2025-12-04 04:17:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003412 10.0.0.27 - - [2025-12-04 04:17:21] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.008307 10.0.0.27 - - [2025-12-04 04:17:21] "GET /virtual-networks?parent_id=3e6601da-ed4f-4cbe-8ace-4d9b1f84a6b4&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.004189 10.0.0.27 - - [2025-12-04 04:17:21] "GET /virtual-network/292c2499-dfcf-40e0-b60e-def1b85ecef9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.005944 10.0.0.27 - - [2025-12-04 04:17:21] "POST /neutron/port HTTP/1.1" 200 1090 0.020136 10.0.0.27 - - [2025-12-04 04:17:21] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008710 10.0.0.27 - - [2025-12-04 04:17:21] "GET /virtual-machine/b03363ce-fbef-40d9-881b-b019f9b669f0 HTTP/1.1" 200 1293 0.008460 10.0.0.27 - - [2025-12-04 04:17:21] "GET /virtual-machine-interface/1b4b1eb8-bc83-4565-a210-718b769d4563 HTTP/1.1" 200 2958 0.008078 10.0.0.27 - - [2025-12-04 04:17:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004302 10.0.0.27 - - [2025-12-04 04:17:21] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003949 10.0.0.27 - - [2025-12-04 04:17:21] "GET /virtual-networks?parent_id=3e6601da-ed4f-4cbe-8ace-4d9b1f84a6b4&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.003955 10.0.0.27 - - [2025-12-04 04:17:21] "GET /virtual-network/292c2499-dfcf-40e0-b60e-def1b85ecef9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.006517 10.0.0.27 - - [2025-12-04 04:17:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.004130 10.0.0.27 - - [2025-12-04 04:17:22] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004612 10.0.0.27 - - [2025-12-04 04:17:22] "GET /virtual-networks?parent_id=3e6601da-ed4f-4cbe-8ace-4d9b1f84a6b4&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.003035 10.0.0.27 - - [2025-12-04 04:17:22] "GET /virtual-network/292c2499-dfcf-40e0-b60e-def1b85ecef9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.007890 10.0.0.27 - - [2025-12-04 04:17:23] "POST /fqname-to-id HTTP/1.1" 404 198 0.004123 10.0.0.27 - - [2025-12-04 04:17:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003104 10.0.0.27 - - [2025-12-04 04:17:23] "GET /global-system-config/676d389c-b27d-4625-894e-a0b252023f09?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1962 0.009388 10.0.0.27 - - [2025-12-04 04:17:23] "POST /control-node-zones HTTP/1.1" 200 569 0.031384 10.0.0.27 - - [2025-12-04 04:17:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003443 10.0.0.27 - - [2025-12-04 04:17:23] "GET /bgp-router/0ec9857c-b779-4c40-aed8-edf9ef38c08f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.005720 10.0.0.27 - - [2025-12-04 04:17:23] "GET /control-node-zone/a308af3b-9569-40ac-a6c5-83f0cda7bdd1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1134 0.006268 10.0.0.27 - - [2025-12-04 04:17:23] "PUT /bgp-router/0ec9857c-b779-4c40-aed8-edf9ef38c08f HTTP/1.1" 200 254 0.020576 10.0.0.27 - - [2025-12-04 04:17:23] "POST /fqname-to-id HTTP/1.1" 404 198 0.003192 10.0.0.27 - - [2025-12-04 04:17:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003639 10.0.0.27 - - [2025-12-04 04:17:23] "GET /global-system-config/676d389c-b27d-4625-894e-a0b252023f09?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1962 0.006745 10.0.0.27 - - [2025-12-04 04:17:23] "POST /control-node-zones HTTP/1.1" 200 569 0.027377 10.0.0.27 - - [2025-12-04 04:17:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003724 10.0.0.27 - - [2025-12-04 04:17:23] "GET /bgp-router/b15db76d-2b23-4c73-be21-212a6f467f8e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.004861 10.0.0.27 - - [2025-12-04 04:17:23] "GET /control-node-zone/37ad965b-c8e3-4361-a949-ff505c7b980d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1133 0.006035 10.0.0.27 - - [2025-12-04 04:17:23] "PUT /bgp-router/b15db76d-2b23-4c73-be21-212a6f467f8e HTTP/1.1" 200 254 0.020026 10.0.0.27 - - [2025-12-04 04:17:23] "POST /fqname-to-id HTTP/1.1" 404 198 0.002969 10.0.0.27 - - [2025-12-04 04:17:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003914 10.0.0.27 - - [2025-12-04 04:17:23] "GET /global-system-config/676d389c-b27d-4625-894e-a0b252023f09?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1962 0.007364 10.0.0.27 - - [2025-12-04 04:17:23] "POST /control-node-zones HTTP/1.1" 200 569 0.027270 10.0.0.27 - - [2025-12-04 04:17:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.010875 10.0.0.27 - - [2025-12-04 04:17:24] "GET /bgp-router/7b94f0a2-39f0-4d62-9b59-bd46d455c425?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.005211 10.0.0.27 - - [2025-12-04 04:17:24] "GET /control-node-zone/a49b5060-91fd-471f-aedd-ed86e76f39db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1134 0.005682 10.0.0.27 - - [2025-12-04 04:17:24] "PUT /bgp-router/7b94f0a2-39f0-4d62-9b59-bd46d455c425 HTTP/1.1" 200 254 0.020697 10.0.0.27 - - [2025-12-04 04:17:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.009302 10.0.0.27 - - [2025-12-04 04:17:24] "GET /global-system-config/676d389c-b27d-4625-894e-a0b252023f09?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1962 0.007256 10.0.0.27 - - [2025-12-04 04:17:24] "POST /fqname-to-id HTTP/1.1" 404 234 0.003551 10.0.0.27 - - [2025-12-04 04:17:24] "POST /bgp-as-a-services HTTP/1.1" 200 588 0.028780 10.0.0.27 - - [2025-12-04 04:17:24] "POST /neutron/network HTTP/1.1" 200 834 0.008678 10.0.0.27 - - [2025-12-04 04:17:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003714 10.0.0.27 - - [2025-12-04 04:17:24] "GET /bgp-as-a-service/822fb348-ad9e-4ddf-996a-a7db80754339?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1547 0.007101 10.0.0.27 - - [2025-12-04 04:17:24] "GET /control-node-zone/a308af3b-9569-40ac-a6c5-83f0cda7bdd1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1134 0.004431 10.0.0.27 - - [2025-12-04 04:17:24] "POST /ref-update HTTP/1.1" 200 156 0.014838 10.0.0.27 - - [2025-12-04 04:17:46] "GET /bgp-as-a-service/822fb348-ad9e-4ddf-996a-a7db80754339?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1835 0.007553 10.0.0.27 - - [2025-12-04 04:17:46] "GET /virtual-machine-interface/f6683ad6-95ed-4627-a047-7749118024fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2738 0.005727 10.0.0.27 - - [2025-12-04 04:17:46] "POST /ref-update HTTP/1.1" 200 156 0.019516 10.0.0.33 - - [2025-12-04 04:17:46] "POST /ref-update HTTP/1.1" 200 156 0.070444 10.0.0.27 - - [2025-12-04 04:17:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003655 10.0.0.27 - - [2025-12-04 04:17:48] "GET /global-system-config/676d389c-b27d-4625-894e-a0b252023f09?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1962 0.005989 10.0.0.27 - - [2025-12-04 04:17:48] "POST /fqname-to-id HTTP/1.1" 404 234 0.002980 10.0.0.27 - - [2025-12-04 04:17:48] "POST /bgp-as-a-services HTTP/1.1" 200 588 0.035870 10.0.0.27 - - [2025-12-04 04:17:48] "POST /neutron/subnet HTTP/1.1" 200 729 0.009760 10.0.0.27 - - [2025-12-04 04:17:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003326 10.0.0.27 - - [2025-12-04 04:17:48] "GET /bgp-as-a-service/658b91b5-c5d1-4926-9a09-9440c9a9c792?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1547 0.006342 10.0.0.27 - - [2025-12-04 04:17:48] "GET /control-node-zone/37ad965b-c8e3-4361-a949-ff505c7b980d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1133 0.004833 10.0.0.27 - - [2025-12-04 04:17:48] "POST /ref-update HTTP/1.1" 200 156 0.017220 10.0.0.27 - - [2025-12-04 04:17:50] "POST /neutron/port HTTP/1.1" 200 1090 0.018256 10.0.0.27 - - [2025-12-04 04:17:51] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004995 10.0.0.27 - - [2025-12-04 04:17:51] "POST /neutron/network HTTP/1.1" 200 834 0.007094 10.0.0.27 - - [2025-12-04 04:17:59] "GET /bgp-as-a-service/658b91b5-c5d1-4926-9a09-9440c9a9c792?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1837 0.006976 10.0.0.27 - - [2025-12-04 04:17:59] "GET /virtual-machine-interface/fbdb0446-00c4-4a23-9ec7-6ae62b758478?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2738 0.006727 10.0.0.27 - - [2025-12-04 04:17:59] "POST /ref-update HTTP/1.1" 200 156 0.013303 10.0.0.33 - - [2025-12-04 04:17:59] "POST /bgp-routers HTTP/1.1" 200 640 0.041589 10.0.0.33 - - [2025-12-04 04:17:59] "PUT /bgp-router/e2c38be0-a70d-45c7-89f5-a7b407b3b638 HTTP/1.1" 200 254 0.036463 10.0.0.27 - - [2025-12-04 04:18:01] "POST /neutron/network HTTP/1.1" 200 844 0.006984 10.0.0.27 - - [2025-12-04 04:18:01] "POST /neutron/port HTTP/1.1" 200 117 0.001583 10.0.0.27 - - [2025-12-04 04:18:18] "GET /control-node-zone/a308af3b-9569-40ac-a6c5-83f0cda7bdd1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1134 0.004558 10.0.0.27 - - [2025-12-04 04:18:18] "POST /ref-update HTTP/1.1" 200 156 0.021031 10.0.0.27 - - [2025-12-04 04:18:18] "GET /control-node-zone/37ad965b-c8e3-4361-a949-ff505c7b980d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1133 0.004041 10.0.0.27 - - [2025-12-04 04:18:18] "POST /ref-update HTTP/1.1" 200 156 0.019373 10.0.0.27 - - [2025-12-04 04:18:18] "GET /control-node-zone/a49b5060-91fd-471f-aedd-ed86e76f39db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1134 0.004074 10.0.0.27 - - [2025-12-04 04:18:18] "POST /ref-update HTTP/1.1" 200 156 0.023040 10.0.0.27 - - [2025-12-04 04:18:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004179 10.0.0.27 - - [2025-12-04 04:18:19] "GET /bgp-router/7b94f0a2-39f0-4d62-9b59-bd46d455c425?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.005620 10.0.0.27 - - [2025-12-04 04:18:19] "GET /control-node-zone/a308af3b-9569-40ac-a6c5-83f0cda7bdd1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1134 0.004347 10.0.0.27 - - [2025-12-04 04:18:19] "PUT /bgp-router/7b94f0a2-39f0-4d62-9b59-bd46d455c425 HTTP/1.1" 200 254 0.021079 10.0.0.27 - - [2025-12-04 04:18:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003792 10.0.0.27 - - [2025-12-04 04:18:19] "GET /bgp-router/b15db76d-2b23-4c73-be21-212a6f467f8e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.006011 10.0.0.27 - - [2025-12-04 04:18:19] "GET /control-node-zone/37ad965b-c8e3-4361-a949-ff505c7b980d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1133 0.004357 10.0.0.27 - - [2025-12-04 04:18:19] "PUT /bgp-router/b15db76d-2b23-4c73-be21-212a6f467f8e HTTP/1.1" 200 254 0.021101 10.0.0.27 - - [2025-12-04 04:18:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.005384 10.0.0.27 - - [2025-12-04 04:18:19] "GET /bgp-router/0ec9857c-b779-4c40-aed8-edf9ef38c08f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.013234 10.0.0.27 - - [2025-12-04 04:18:19] "GET /control-node-zone/a49b5060-91fd-471f-aedd-ed86e76f39db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1134 0.004375 10.0.0.27 - - [2025-12-04 04:18:19] "PUT /bgp-router/0ec9857c-b779-4c40-aed8-edf9ef38c08f HTTP/1.1" 200 254 0.025217 10.0.0.27 - - [2025-12-04 04:18:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.004110 10.0.0.27 - - [2025-12-04 04:18:31] "GET /bgp-as-a-service/822fb348-ad9e-4ddf-996a-a7db80754339?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2445 0.007351 10.0.0.27 - - [2025-12-04 04:18:31] "GET /control-node-zone/a308af3b-9569-40ac-a6c5-83f0cda7bdd1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1134 0.004117 10.0.0.27 - - [2025-12-04 04:18:32] "POST /ref-update HTTP/1.1" 200 156 0.017425 10.0.0.27 - - [2025-12-04 04:18:32] "GET /control-node-zone/a308af3b-9569-40ac-a6c5-83f0cda7bdd1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1134 0.004905 10.0.0.27 - - [2025-12-04 04:18:32] "POST /ref-update HTTP/1.1" 200 156 0.021500 10.0.0.27 - - [2025-12-04 04:18:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003550 10.0.0.27 - - [2025-12-04 04:18:32] "GET /global-system-config/676d389c-b27d-4625-894e-a0b252023f09?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1962 0.006768 10.0.0.27 - - [2025-12-04 04:18:32] "POST /neutron/subnet HTTP/1.1" 200 729 0.010372 10.0.0.27 - - [2025-12-04 04:18:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003917 10.0.0.27 - - [2025-12-04 04:18:32] "GET /bgp-as-a-service/822fb348-ad9e-4ddf-996a-a7db80754339?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2157 0.006455 10.0.0.27 - - [2025-12-04 04:18:32] "GET /control-node-zone/a49b5060-91fd-471f-aedd-ed86e76f39db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1134 0.004292 10.0.0.27 - - [2025-12-04 04:18:32] "POST /ref-update HTTP/1.1" 200 156 0.014591 10.0.0.27 - - [2025-12-04 04:18:35] "GET /bgp-as-a-service/822fb348-ad9e-4ddf-996a-a7db80754339?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2445 0.007001 10.0.0.27 - - [2025-12-04 04:18:35] "GET /virtual-machine-interface/f6683ad6-95ed-4627-a047-7749118024fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3053 0.008504 10.0.0.33 - - [2025-12-04 04:18:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000451 10.0.0.33 - - [2025-12-04 04:18:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000792 10.0.0.23 - - [2025-12-04 04:18:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000393 10.0.0.23 - - [2025-12-04 04:18:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000517 10.0.0.23 - - [2025-12-04 04:18:38] "GET /global-system-configs HTTP/1.1" 401 292 0.000572 10.0.0.33 - - [2025-12-04 04:18:38] "GET /global-system-configs HTTP/1.1" 401 292 0.000471 10.0.0.23 - - [2025-12-04 04:18:38] "GET /global-system-configs HTTP/1.1" 401 292 0.000504 10.0.0.33 - - [2025-12-04 04:18:38] "GET /global-system-configs HTTP/1.1" 401 292 0.000476 10.0.0.27 - - [2025-12-04 04:18:39] "GET /global-system-configs HTTP/1.1" 401 292 0.000469 10.0.0.27 - - [2025-12-04 04:18:39] "GET /global-system-configs HTTP/1.1" 401 292 0.001278 10.0.0.27 - - [2025-12-04 04:18:40] "GET /global-system-configs HTTP/1.1" 401 292 0.000495 10.0.0.27 - - [2025-12-04 04:18:40] "GET /global-system-configs HTTP/1.1" 401 292 0.000437 10.0.0.27 - - [2025-12-04 04:18:48] "GET /bgp-as-a-service/822fb348-ad9e-4ddf-996a-a7db80754339?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2445 0.004992 10.0.0.27 - - [2025-12-04 04:18:48] "GET /virtual-machine-interface/f6683ad6-95ed-4627-a047-7749118024fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3053 0.007388 10.0.0.27 - - [2025-12-04 04:18:48] "POST /ref-update HTTP/1.1" 200 156 0.016423 10.0.0.27 - - [2025-12-04 04:18:48] "GET /bgp-as-a-service/658b91b5-c5d1-4926-9a09-9440c9a9c792?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2447 0.014014 10.0.0.27 - - [2025-12-04 04:18:48] "GET /virtual-machine-interface/fbdb0446-00c4-4a23-9ec7-6ae62b758478?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3053 0.014826 10.0.0.27 - - [2025-12-04 04:18:48] "POST /ref-update HTTP/1.1" 200 156 0.022579 10.0.0.33 - - [2025-12-04 04:18:48] "DELETE /bgp-router/07e7f958-4f29-4f99-8c63-4d0c77bd8ed6 HTTP/1.1" 200 115 0.098474 10.0.0.27 - - [2025-12-04 04:18:48] "DELETE /bgp-as-a-service/658b91b5-c5d1-4926-9a09-9440c9a9c792 HTTP/1.1" 200 115 0.080331 10.0.0.27 - - [2025-12-04 04:18:48] "GET /bgp-as-a-service/822fb348-ad9e-4ddf-996a-a7db80754339?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1835 0.006971 10.0.0.27 - - [2025-12-04 04:18:49] "GET /virtual-machine-interface/f6683ad6-95ed-4627-a047-7749118024fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2738 0.031625 10.0.0.33 - - [2025-12-04 04:18:49] "DELETE /bgp-router/e2c38be0-a70d-45c7-89f5-a7b407b3b638 HTTP/1.1" 200 115 0.120327 10.0.0.27 - - [2025-12-04 04:18:49] "DELETE /bgp-as-a-service/822fb348-ad9e-4ddf-996a-a7db80754339 HTTP/1.1" 200 115 0.105112 10.0.0.27 - - [2025-12-04 04:18:49] "GET /control-node-zone/a49b5060-91fd-471f-aedd-ed86e76f39db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1134 0.004429 10.0.0.27 - - [2025-12-04 04:18:49] "POST /ref-update HTTP/1.1" 200 156 0.020660 10.0.0.27 - - [2025-12-04 04:18:49] "DELETE /control-node-zone/a49b5060-91fd-471f-aedd-ed86e76f39db HTTP/1.1" 200 115 0.047292 10.0.0.27 - - [2025-12-04 04:18:49] "GET /control-node-zone/37ad965b-c8e3-4361-a949-ff505c7b980d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1133 0.007318 10.0.0.27 - - [2025-12-04 04:18:49] "POST /ref-update HTTP/1.1" 200 156 0.024482 10.0.0.27 - - [2025-12-04 04:18:49] "DELETE /control-node-zone/37ad965b-c8e3-4361-a949-ff505c7b980d HTTP/1.1" 200 115 0.032675 10.0.0.27 - - [2025-12-04 04:18:49] "GET /control-node-zone/a308af3b-9569-40ac-a6c5-83f0cda7bdd1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1134 0.008248 10.0.0.27 - - [2025-12-04 04:18:49] "DELETE /control-node-zone/a308af3b-9569-40ac-a6c5-83f0cda7bdd1 HTTP/1.1" 200 115 0.035339 10.0.0.27 - - [2025-12-04 04:18:49] "POST /neutron/network HTTP/1.1" 200 834 0.008422 10.0.0.27 - - [2025-12-04 04:18:50] "POST /neutron/port HTTP/1.1" 200 1090 0.017802 10.0.0.27 - - [2025-12-04 04:18:50] "POST /neutron/port HTTP/1.1" 200 1116 0.028868 10.0.0.27 - - [2025-12-04 04:18:50] "POST /neutron/port HTTP/1.1" 200 151 0.281499 10.0.0.23 - - [2025-12-04 04:18:52] "POST /useragent-kv HTTP/1.1" 200 115 0.065601 10.0.0.23 - - [2025-12-04 04:18:52] "POST /useragent-kv HTTP/1.1" 200 115 0.003888 10.0.0.27 - - [2025-12-04 04:18:52] "POST /neutron/network HTTP/1.1" 200 151 0.231725 10.0.0.27 - - [2025-12-04 04:18:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003757 10.0.0.23 - - [2025-12-04 04:18:54] "GET /projects?obj_uuids=3e6601da-ed4f-4cbe-8ace-4d9b1f84a6b4&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001000 10.0.0.27 - - [2025-12-04 04:18:54] "GET /project/3e6601da-ed4f-4cbe-8ace-4d9b1f84a6b4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.064621 10.0.0.33 - - [2025-12-04 04:18:55] "POST /route-targets HTTP/1.1" 200 327 0.016975 10.0.0.23 - - [2025-12-04 04:18:55] "POST /useragent-kv HTTP/1.1" 200 115 0.009800 10.0.0.27 - - [2025-12-04 04:18:55] "POST /neutron/subnet HTTP/1.1" 200 720 0.219040 10.0.0.27 - - [2025-12-04 04:18:55] "POST /id-to-fqname HTTP/1.1" 200 225 0.001224 10.0.0.27 - - [2025-12-04 04:18:55] "GET /virtual-network/e9dbbf1f-bd9f-4a92-ab7b-5d39dba74ce0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.006086 10.0.0.27 - - [2025-12-04 04:18:55] "GET /virtual-network/e9dbbf1f-bd9f-4a92-ab7b-5d39dba74ce0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.005997 10.0.0.27 - - [2025-12-04 04:18:55] "POST /neutron/network HTTP/1.1" 200 832 0.007479 10.0.0.27 - - [2025-12-04 04:18:55] "POST /id-to-fqname HTTP/1.1" 200 225 0.001508 10.0.0.23 - - [2025-12-04 04:18:56] "GET /projects?obj_uuids=3e6601da-ed4f-4cbe-8ace-4d9b1f84a6b4&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001473 10.0.0.27 - - [2025-12-04 04:18:56] "GET /project/3e6601da-ed4f-4cbe-8ace-4d9b1f84a6b4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.094989 10.0.0.27 - - [2025-12-04 04:18:56] "POST /neutron/network HTTP/1.1" 200 832 0.012919 10.0.0.27 - - [2025-12-04 04:18:56] "POST /id-to-fqname HTTP/1.1" 200 225 0.001515 10.0.0.27 - - [2025-12-04 04:18:56] "POST /neutron/port HTTP/1.1" 200 117 0.007071 10.0.0.23 - - [2025-12-04 04:18:57] "GET /projects?obj_uuids=3e6601da-ed4f-4cbe-8ace-4d9b1f84a6b4&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001128 10.0.0.27 - - [2025-12-04 04:18:57] "POST /neutron/port HTTP/1.1" 200 1060 0.315688 10.0.0.27 - - [2025-12-04 04:18:57] "POST /neutron/port HTTP/1.1" 200 1114 0.123815 10.0.0.23 - - [2025-12-04 04:18:57] "GET /projects?obj_uuids=3e6601da-ed4f-4cbe-8ace-4d9b1f84a6b4&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001068 10.0.0.27 - - [2025-12-04 04:18:57] "GET /project/3e6601da-ed4f-4cbe-8ace-4d9b1f84a6b4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.119348 10.0.0.27 - - [2025-12-04 04:18:57] "POST /neutron/network HTTP/1.1" 200 832 0.007141 10.0.0.27 - - [2025-12-04 04:18:58] "POST /neutron/network HTTP/1.1" 200 832 0.006460 10.0.0.27 - - [2025-12-04 04:18:58] "POST /neutron/port HTTP/1.1" 200 117 0.006348 10.0.0.27 - - [2025-12-04 04:18:58] "POST /id-to-fqname HTTP/1.1" 200 225 0.001288 10.0.0.27 - - [2025-12-04 04:18:58] "POST /neutron/network HTTP/1.1" 200 842 0.007697 10.0.0.27 - - [2025-12-04 04:18:59] "POST /neutron/port HTTP/1.1" 200 1060 0.053580 10.0.0.23 - - [2025-12-04 04:18:59] "GET /projects?obj_uuids=3e6601da-ed4f-4cbe-8ace-4d9b1f84a6b4&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001471 10.0.0.27 - - [2025-12-04 04:18:59] "POST /neutron/port HTTP/1.1" 200 1088 0.019318 10.0.0.27 - - [2025-12-04 04:18:59] "GET /project/3e6601da-ed4f-4cbe-8ace-4d9b1f84a6b4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.127118 10.0.0.27 - - [2025-12-04 04:18:59] "POST /neutron/subnet HTTP/1.1" 200 694 0.012084 10.0.0.27 - - [2025-12-04 04:18:59] "POST /neutron/port HTTP/1.1" 200 2060 0.019064 10.0.0.27 - - [2025-12-04 04:19:00] "POST /neutron/port HTTP/1.1" 200 1088 0.019534 10.0.0.27 - - [2025-12-04 04:19:00] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008669 10.0.0.27 - - [2025-12-04 04:19:00] "GET /virtual-machine/b5156211-ddae-4c8d-b06e-45988d3b30a5 HTTP/1.1" 200 1294 0.006647 10.0.0.27 - - [2025-12-04 04:19:00] "GET /virtual-machine-interface/14686f1e-806b-4ae8-afba-7723281d321f HTTP/1.1" 200 2958 0.007068 10.0.0.27 - - [2025-12-04 04:19:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003939 10.0.0.27 - - [2025-12-04 04:19:00] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004194 10.0.0.27 - - [2025-12-04 04:19:00] "GET /virtual-networks?parent_id=3e6601da-ed4f-4cbe-8ace-4d9b1f84a6b4&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.003715 10.0.0.27 - - [2025-12-04 04:19:00] "POST /neutron/network HTTP/1.1" 200 842 0.006579 10.0.0.27 - - [2025-12-04 04:19:00] "GET /virtual-network/e9dbbf1f-bd9f-4a92-ab7b-5d39dba74ce0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.009046 10.0.0.27 - - [2025-12-04 04:19:00] "POST /neutron/port HTTP/1.1" 200 1060 0.018502 10.0.0.27 - - [2025-12-04 04:19:01] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003966 10.0.0.27 - - [2025-12-04 04:19:01] "POST /neutron/network HTTP/1.1" 200 832 0.007946 10.0.0.27 - - [2025-12-04 04:19:02] "POST /neutron/network HTTP/1.1" 200 842 0.008228 10.0.0.27 - - [2025-12-04 04:19:02] "POST /neutron/port HTTP/1.1" 200 117 0.001264 10.0.0.27 - - [2025-12-04 04:19:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004181 10.0.0.27 - - [2025-12-04 04:19:03] "GET /virtual-network/e9dbbf1f-bd9f-4a92-ab7b-5d39dba74ce0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.006510 10.0.0.23 - - [2025-12-04 04:19:05] "GET /obj-perms HTTP/1.1" 200 5056 0.060249 10.0.0.27 - - [2025-12-04 04:19:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003823 10.0.0.27 - - [2025-12-04 04:19:07] "GET /virtual-network/e9dbbf1f-bd9f-4a92-ab7b-5d39dba74ce0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.005808 10.0.0.27 - - [2025-12-04 04:19:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003280 10.0.0.27 - - [2025-12-04 04:19:11] "GET /virtual-network/e9dbbf1f-bd9f-4a92-ab7b-5d39dba74ce0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.005561 10.0.0.27 - - [2025-12-04 04:19:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004132 10.0.0.27 - - [2025-12-04 04:19:15] "GET /virtual-network/e9dbbf1f-bd9f-4a92-ab7b-5d39dba74ce0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.007512 10.0.0.27 - - [2025-12-04 04:19:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.046952 10.0.0.27 - - [2025-12-04 04:19:20] "GET /virtual-network/e9dbbf1f-bd9f-4a92-ab7b-5d39dba74ce0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.005815 10.0.0.27 - - [2025-12-04 04:19:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003536 10.0.0.27 - - [2025-12-04 04:19:24] "GET /virtual-network/e9dbbf1f-bd9f-4a92-ab7b-5d39dba74ce0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.006506 10.0.0.27 - - [2025-12-04 04:19:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003481 10.0.0.27 - - [2025-12-04 04:19:28] "GET /virtual-network/e9dbbf1f-bd9f-4a92-ab7b-5d39dba74ce0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.006431 10.0.0.27 - - [2025-12-04 04:19:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003833 10.0.0.27 - - [2025-12-04 04:19:32] "GET /virtual-network/e9dbbf1f-bd9f-4a92-ab7b-5d39dba74ce0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.005601 10.0.0.27 - - [2025-12-04 04:19:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003956 10.0.0.27 - - [2025-12-04 04:19:36] "GET /virtual-network/e9dbbf1f-bd9f-4a92-ab7b-5d39dba74ce0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.005838 10.0.0.27 - - [2025-12-04 04:19:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003560 10.0.0.27 - - [2025-12-04 04:19:40] "GET /virtual-network/e9dbbf1f-bd9f-4a92-ab7b-5d39dba74ce0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.006039 10.0.0.27 - - [2025-12-04 04:19:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004627 10.0.0.27 - - [2025-12-04 04:19:44] "GET /virtual-network/e9dbbf1f-bd9f-4a92-ab7b-5d39dba74ce0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.006033 10.0.0.27 - - [2025-12-04 04:19:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003239 10.0.0.27 - - [2025-12-04 04:19:48] "GET /virtual-network/e9dbbf1f-bd9f-4a92-ab7b-5d39dba74ce0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.006133 10.0.0.27 - - [2025-12-04 04:19:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003744 10.0.0.27 - - [2025-12-04 04:19:52] "GET /virtual-network/e9dbbf1f-bd9f-4a92-ab7b-5d39dba74ce0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.005468 10.0.0.27 - - [2025-12-04 04:19:55] "POST /neutron/port HTTP/1.1" 200 1088 0.018510 10.0.0.27 - - [2025-12-04 04:19:55] "POST /neutron/subnet HTTP/1.1" 200 694 0.010114 10.0.0.27 - - [2025-12-04 04:19:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003991 10.0.0.27 - - [2025-12-04 04:19:56] "GET /virtual-network/e9dbbf1f-bd9f-4a92-ab7b-5d39dba74ce0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.006068 10.0.0.27 - - [2025-12-04 04:20:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003649 10.0.0.27 - - [2025-12-04 04:20:01] "GET /virtual-network/e9dbbf1f-bd9f-4a92-ab7b-5d39dba74ce0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.007881 10.0.0.27 - - [2025-12-04 04:20:04] "POST /neutron/port HTTP/1.1" 200 1088 0.018027 10.0.0.27 - - [2025-12-04 04:20:04] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004887 10.0.0.27 - - [2025-12-04 04:20:04] "POST /neutron/network HTTP/1.1" 200 832 0.007898 10.0.0.27 - - [2025-12-04 04:20:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003624 10.0.0.27 - - [2025-12-04 04:20:05] "GET /virtual-network/e9dbbf1f-bd9f-4a92-ab7b-5d39dba74ce0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.006926 10.0.0.33 - - [2025-12-04 04:20:06] "GET /obj-perms HTTP/1.1" 200 5056 0.058588 10.0.0.27 - - [2025-12-04 04:20:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.007882 10.0.0.27 - - [2025-12-04 04:20:09] "GET /virtual-network/e9dbbf1f-bd9f-4a92-ab7b-5d39dba74ce0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.013941 10.0.0.27 - - [2025-12-04 04:20:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003957 10.0.0.27 - - [2025-12-04 04:20:13] "GET /virtual-network/e9dbbf1f-bd9f-4a92-ab7b-5d39dba74ce0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.006343 10.0.0.27 - - [2025-12-04 04:20:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003312 10.0.0.27 - - [2025-12-04 04:20:17] "GET /virtual-network/e9dbbf1f-bd9f-4a92-ab7b-5d39dba74ce0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.005847 10.0.0.27 - - [2025-12-04 04:20:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003742 10.0.0.27 - - [2025-12-04 04:20:21] "GET /virtual-network/e9dbbf1f-bd9f-4a92-ab7b-5d39dba74ce0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.005964 10.0.0.27 - - [2025-12-04 04:20:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004085 10.0.0.27 - - [2025-12-04 04:20:25] "GET /virtual-network/e9dbbf1f-bd9f-4a92-ab7b-5d39dba74ce0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.006142 10.0.0.27 - - [2025-12-04 04:20:26] "POST /neutron/port HTTP/1.1" 200 1088 0.051342 10.0.0.27 - - [2025-12-04 04:20:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003696 10.0.0.27 - - [2025-12-04 04:20:27] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004221 10.0.0.27 - - [2025-12-04 04:20:27] "GET /virtual-networks?parent_id=3e6601da-ed4f-4cbe-8ace-4d9b1f84a6b4&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.003168 10.0.0.27 - - [2025-12-04 04:20:27] "GET /virtual-network/e9dbbf1f-bd9f-4a92-ab7b-5d39dba74ce0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.006013 10.0.0.27 - - [2025-12-04 04:20:27] "POST /neutron/security_group HTTP/1.1" 200 2059 0.040051 10.0.0.27 - - [2025-12-04 04:20:33] "POST /neutron/port HTTP/1.1" 200 1088 0.021104 10.0.0.27 - - [2025-12-04 04:20:38] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008579 10.0.0.27 - - [2025-12-04 04:20:48] "POST /neutron/port HTTP/1.1" 200 1088 0.019581 10.0.0.27 - - [2025-12-04 04:20:53] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008251 10.0.0.27 - - [2025-12-04 04:20:55] "POST /neutron/network HTTP/1.1" 200 842 0.007459 10.0.0.27 - - [2025-12-04 04:20:55] "POST /neutron/port HTTP/1.1" 200 117 0.001194 10.0.0.27 - - [2025-12-04 04:20:58] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008483 10.0.0.27 - - [2025-12-04 04:21:05] "POST /neutron/port HTTP/1.1" 200 1088 0.019018 10.0.0.27 - - [2025-12-04 04:21:05] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004425 10.0.0.27 - - [2025-12-04 04:21:05] "POST /neutron/network HTTP/1.1" 200 832 0.007723 10.0.0.27 - - [2025-12-04 04:21:07] "GET /obj-perms HTTP/1.1" 200 5056 0.066259 10.0.0.27 - - [2025-12-04 04:21:14] "POST /neutron/port HTTP/1.1" 200 1088 0.019279 10.0.0.27 - - [2025-12-04 04:21:19] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008254 10.0.0.27 - - [2025-12-04 04:21:25] "POST /neutron/port HTTP/1.1" 200 1088 0.019771 10.0.0.27 - - [2025-12-04 04:21:25] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008757 10.0.0.27 - - [2025-12-04 04:21:25] "GET /virtual-machine/875cef7f-7d52-451e-a53c-9327483b642d HTTP/1.1" 200 1293 0.035425 10.0.0.27 - - [2025-12-04 04:21:25] "GET /virtual-machine-interface/c32339de-9ea2-4923-ae97-b1134d9723f4 HTTP/1.1" 200 2959 0.006040 10.0.0.27 - - [2025-12-04 04:21:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003341 10.0.0.27 - - [2025-12-04 04:21:25] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004596 10.0.0.27 - - [2025-12-04 04:21:25] "GET /virtual-networks?parent_id=3e6601da-ed4f-4cbe-8ace-4d9b1f84a6b4&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.003629 10.0.0.27 - - [2025-12-04 04:21:25] "GET /virtual-network/e9dbbf1f-bd9f-4a92-ab7b-5d39dba74ce0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.007721 10.0.0.27 - - [2025-12-04 04:21:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003640 10.0.0.27 - - [2025-12-04 04:21:26] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004203 10.0.0.27 - - [2025-12-04 04:21:26] "GET /virtual-networks?parent_id=3e6601da-ed4f-4cbe-8ace-4d9b1f84a6b4&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.003410 10.0.0.27 - - [2025-12-04 04:21:26] "GET /virtual-network/e9dbbf1f-bd9f-4a92-ab7b-5d39dba74ce0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.006712 10.0.0.27 - - [2025-12-04 04:21:26] "POST /neutron/port HTTP/1.1" 200 1088 0.017751 10.0.0.27 - - [2025-12-04 04:21:26] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008885 10.0.0.27 - - [2025-12-04 04:21:26] "GET /virtual-machine/3233d3a7-e080-43cd-8ce4-44774dbcda62 HTTP/1.1" 200 1293 0.006607 10.0.0.27 - - [2025-12-04 04:21:26] "GET /virtual-machine-interface/8e70c0f0-f233-404c-aaf6-8812737cd216 HTTP/1.1" 200 2959 0.005859 10.0.0.27 - - [2025-12-04 04:21:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004616 10.0.0.27 - - [2025-12-04 04:21:26] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005008 10.0.0.27 - - [2025-12-04 04:21:26] "GET /virtual-networks?parent_id=3e6601da-ed4f-4cbe-8ace-4d9b1f84a6b4&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.003536 10.0.0.27 - - [2025-12-04 04:21:26] "GET /virtual-network/e9dbbf1f-bd9f-4a92-ab7b-5d39dba74ce0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.007627 10.0.0.27 - - [2025-12-04 04:21:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003864 10.0.0.27 - - [2025-12-04 04:21:28] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004739 10.0.0.27 - - [2025-12-04 04:21:28] "GET /virtual-networks?parent_id=3e6601da-ed4f-4cbe-8ace-4d9b1f84a6b4&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.003160 10.0.0.27 - - [2025-12-04 04:21:28] "GET /virtual-network/e9dbbf1f-bd9f-4a92-ab7b-5d39dba74ce0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.006363 10.0.0.27 - - [2025-12-04 04:21:28] "POST /fqname-to-id HTTP/1.1" 404 198 0.003910 10.0.0.27 - - [2025-12-04 04:21:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003323 10.0.0.27 - - [2025-12-04 04:21:28] "GET /global-system-config/676d389c-b27d-4625-894e-a0b252023f09?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1962 0.006564 10.0.0.27 - - [2025-12-04 04:21:28] "POST /control-node-zones HTTP/1.1" 200 569 0.029258 10.0.0.27 - - [2025-12-04 04:21:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004366 10.0.0.27 - - [2025-12-04 04:21:28] "GET /bgp-router/0ec9857c-b779-4c40-aed8-edf9ef38c08f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.005058 10.0.0.27 - - [2025-12-04 04:21:28] "GET /control-node-zone/6b5c942b-8cab-47a7-8de4-514c0fa38118?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1133 0.005736 10.0.0.27 - - [2025-12-04 04:21:28] "PUT /bgp-router/0ec9857c-b779-4c40-aed8-edf9ef38c08f HTTP/1.1" 200 254 0.020564 10.0.0.27 - - [2025-12-04 04:21:28] "POST /fqname-to-id HTTP/1.1" 404 198 0.003385 10.0.0.27 - - [2025-12-04 04:21:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003314 10.0.0.27 - - [2025-12-04 04:21:28] "GET /global-system-config/676d389c-b27d-4625-894e-a0b252023f09?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1962 0.007635 10.0.0.27 - - [2025-12-04 04:21:28] "POST /control-node-zones HTTP/1.1" 200 569 0.037077 10.0.0.27 - - [2025-12-04 04:21:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004099 10.0.0.27 - - [2025-12-04 04:21:28] "GET /bgp-router/b15db76d-2b23-4c73-be21-212a6f467f8e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.005011 10.0.0.27 - - [2025-12-04 04:21:28] "GET /control-node-zone/cae6e61e-60a2-46d8-bb11-5694826e074b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1134 0.006614 10.0.0.27 - - [2025-12-04 04:21:28] "PUT /bgp-router/b15db76d-2b23-4c73-be21-212a6f467f8e HTTP/1.1" 200 254 0.022628 10.0.0.27 - - [2025-12-04 04:21:28] "POST /fqname-to-id HTTP/1.1" 404 198 0.003479 10.0.0.27 - - [2025-12-04 04:21:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003672 10.0.0.27 - - [2025-12-04 04:21:29] "GET /global-system-config/676d389c-b27d-4625-894e-a0b252023f09?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1962 0.008579 10.0.0.27 - - [2025-12-04 04:21:29] "POST /control-node-zones HTTP/1.1" 200 569 0.032875 10.0.0.27 - - [2025-12-04 04:21:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003800 10.0.0.27 - - [2025-12-04 04:21:29] "GET /bgp-router/7b94f0a2-39f0-4d62-9b59-bd46d455c425?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.005450 10.0.0.27 - - [2025-12-04 04:21:29] "GET /control-node-zone/3c02469d-b668-461f-81d6-01df74570af1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1132 0.006883 10.0.0.27 - - [2025-12-04 04:21:29] "PUT /bgp-router/7b94f0a2-39f0-4d62-9b59-bd46d455c425 HTTP/1.1" 200 254 0.025082 10.0.0.27 - - [2025-12-04 04:21:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003381 10.0.0.27 - - [2025-12-04 04:21:29] "GET /global-system-config/676d389c-b27d-4625-894e-a0b252023f09?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1962 0.006739 10.0.0.27 - - [2025-12-04 04:21:29] "POST /fqname-to-id HTTP/1.1" 404 234 0.003440 10.0.0.27 - - [2025-12-04 04:21:29] "POST /bgp-as-a-services HTTP/1.1" 200 588 0.035564 10.0.0.27 - - [2025-12-04 04:21:29] "POST /neutron/network HTTP/1.1" 200 832 0.007728 10.0.0.27 - - [2025-12-04 04:21:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003293 10.0.0.27 - - [2025-12-04 04:21:29] "GET /bgp-as-a-service/f344dc8a-569a-4946-90f4-005aadcf1b58?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1548 0.006627 10.0.0.27 - - [2025-12-04 04:21:29] "GET /control-node-zone/6b5c942b-8cab-47a7-8de4-514c0fa38118?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1133 0.003872 10.0.0.27 - - [2025-12-04 04:21:29] "POST /ref-update HTTP/1.1" 200 156 0.016154 10.0.0.27 - - [2025-12-04 04:21:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003880 10.0.0.27 - - [2025-12-04 04:21:29] "GET /bgp-as-a-service/f344dc8a-569a-4946-90f4-005aadcf1b58?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1836 0.006561 10.0.0.27 - - [2025-12-04 04:21:29] "GET /control-node-zone/cae6e61e-60a2-46d8-bb11-5694826e074b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1134 0.003994 10.0.0.27 - - [2025-12-04 04:21:29] "POST /ref-update HTTP/1.1" 200 156 0.017129 10.0.0.27 - - [2025-12-04 04:21:52] "GET /bgp-as-a-service/f344dc8a-569a-4946-90f4-005aadcf1b58?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2098 0.008388 10.0.0.27 - - [2025-12-04 04:21:52] "GET /virtual-machine-interface/14686f1e-806b-4ae8-afba-7723281d321f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2737 0.007522 10.0.0.27 - - [2025-12-04 04:21:52] "POST /ref-update HTTP/1.1" 200 156 0.014668 10.0.0.33 - - [2025-12-04 04:21:52] "POST /bgp-routers HTTP/1.1" 200 640 0.077250 10.0.0.33 - - [2025-12-04 04:21:53] "PUT /bgp-router/1ca8eb18-0632-495f-af2f-a97ea0405664 HTTP/1.1" 200 254 0.039956 10.0.0.27 - - [2025-12-04 04:21:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004490 10.0.0.27 - - [2025-12-04 04:21:53] "GET /global-system-config/676d389c-b27d-4625-894e-a0b252023f09?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1962 0.007428 10.0.0.27 - - [2025-12-04 04:21:53] "POST /fqname-to-id HTTP/1.1" 404 234 0.003229 10.0.0.27 - - [2025-12-04 04:21:53] "POST /bgp-as-a-services HTTP/1.1" 200 588 0.033842 10.0.0.27 - - [2025-12-04 04:21:53] "POST /neutron/subnet HTTP/1.1" 200 720 0.011985 10.0.0.27 - - [2025-12-04 04:21:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003201 10.0.0.27 - - [2025-12-04 04:21:53] "GET /bgp-as-a-service/6908110c-c024-401e-9e28-1840d7611582?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1547 0.006042 10.0.0.27 - - [2025-12-04 04:21:53] "GET /control-node-zone/6b5c942b-8cab-47a7-8de4-514c0fa38118?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1133 0.004623 10.0.0.27 - - [2025-12-04 04:21:53] "POST /ref-update HTTP/1.1" 200 156 0.015156 10.0.0.27 - - [2025-12-04 04:21:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003554 10.0.0.27 - - [2025-12-04 04:21:54] "GET /bgp-as-a-service/6908110c-c024-401e-9e28-1840d7611582?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1835 0.007414 10.0.0.27 - - [2025-12-04 04:21:54] "GET /control-node-zone/cae6e61e-60a2-46d8-bb11-5694826e074b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1134 0.004744 10.0.0.27 - - [2025-12-04 04:21:54] "POST /ref-update HTTP/1.1" 200 156 0.018993 10.0.0.27 - - [2025-12-04 04:21:55] "POST /neutron/port HTTP/1.1" 200 1088 0.045007 10.0.0.27 - - [2025-12-04 04:21:55] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003941 10.0.0.27 - - [2025-12-04 04:21:55] "POST /neutron/network HTTP/1.1" 200 832 0.011305 10.0.0.27 - - [2025-12-04 04:22:06] "POST /neutron/network HTTP/1.1" 200 842 0.008130 10.0.0.27 - - [2025-12-04 04:22:06] "POST /neutron/port HTTP/1.1" 200 117 0.001252 10.0.0.27 - - [2025-12-04 04:22:12] "GET /bgp-as-a-service/6908110c-c024-401e-9e28-1840d7611582?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2097 0.008138 10.0.0.27 - - [2025-12-04 04:22:12] "GET /virtual-machine-interface/c32339de-9ea2-4923-ae97-b1134d9723f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2738 0.006216 10.0.0.27 - - [2025-12-04 04:22:12] "POST /ref-update HTTP/1.1" 200 156 0.013515 10.0.0.33 - - [2025-12-04 04:22:12] "POST /ref-update HTTP/1.1" 200 156 0.022985 10.0.0.27 - - [2025-12-04 04:22:40] "GET /bgp-as-a-service/6908110c-c024-401e-9e28-1840d7611582?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2707 0.006945 10.0.0.27 - - [2025-12-04 04:22:40] "GET /virtual-machine-interface/c32339de-9ea2-4923-ae97-b1134d9723f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3053 0.008988 10.0.0.27 - - [2025-12-04 04:22:40] "POST /ref-update HTTP/1.1" 200 156 0.013802 10.0.0.27 - - [2025-12-04 04:22:40] "DELETE /bgp-as-a-service/6908110c-c024-401e-9e28-1840d7611582 HTTP/1.1" 200 115 0.053437 10.0.0.27 - - [2025-12-04 04:22:40] "GET /bgp-as-a-service/f344dc8a-569a-4946-90f4-005aadcf1b58?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2708 0.006027 10.0.0.27 - - [2025-12-04 04:22:40] "GET /virtual-machine-interface/14686f1e-806b-4ae8-afba-7723281d321f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3052 0.006098 10.0.0.27 - - [2025-12-04 04:22:40] "POST /ref-update HTTP/1.1" 200 156 0.015407 10.0.0.27 - - [2025-12-04 04:22:40] "DELETE /bgp-as-a-service/f344dc8a-569a-4946-90f4-005aadcf1b58 HTTP/1.1" 200 115 0.068087 10.0.0.27 - - [2025-12-04 04:22:40] "GET /control-node-zone/3c02469d-b668-461f-81d6-01df74570af1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1132 0.005272 10.0.0.27 - - [2025-12-04 04:22:40] "POST /ref-update HTTP/1.1" 200 156 0.020688 10.0.0.27 - - [2025-12-04 04:22:40] "DELETE /control-node-zone/3c02469d-b668-461f-81d6-01df74570af1 HTTP/1.1" 200 115 0.029598 10.0.0.27 - - [2025-12-04 04:22:40] "GET /control-node-zone/cae6e61e-60a2-46d8-bb11-5694826e074b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1134 0.006643 10.0.0.27 - - [2025-12-04 04:22:40] "POST /ref-update HTTP/1.1" 200 156 0.026188 10.0.0.33 - - [2025-12-04 04:22:40] "POST /ref-update HTTP/1.1" 200 156 0.032668 10.0.0.27 - - [2025-12-04 04:22:40] "DELETE /control-node-zone/cae6e61e-60a2-46d8-bb11-5694826e074b HTTP/1.1" 200 115 0.038368 10.0.0.27 - - [2025-12-04 04:22:40] "GET /control-node-zone/6b5c942b-8cab-47a7-8de4-514c0fa38118?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1133 0.008802 10.0.0.27 - - [2025-12-04 04:22:40] "POST /ref-update HTTP/1.1" 200 156 0.033456 10.0.0.33 - - [2025-12-04 04:22:40] "DELETE /bgp-router/1ca8eb18-0632-495f-af2f-a97ea0405664 HTTP/1.1" 200 115 0.095658 10.0.0.27 - - [2025-12-04 04:22:40] "DELETE /control-node-zone/6b5c942b-8cab-47a7-8de4-514c0fa38118 HTTP/1.1" 200 115 0.077946 10.0.0.27 - - [2025-12-04 04:22:41] "POST /neutron/network HTTP/1.1" 400 204 0.014148 10.0.0.27 - - [2025-12-04 04:22:41] "POST /neutron/port HTTP/1.1" 200 1114 0.016098 10.0.0.27 - - [2025-12-04 04:22:42] "POST /neutron/port HTTP/1.1" 200 151 0.304330 10.0.0.27 - - [2025-12-04 04:22:42] "POST /neutron/port HTTP/1.1" 200 151 0.318650 10.0.0.23 - - [2025-12-04 04:22:44] "GET /projects?obj_uuids=3e6601da-ed4f-4cbe-8ace-4d9b1f84a6b4&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001694 10.0.0.27 - - [2025-12-04 04:22:44] "GET /project/3e6601da-ed4f-4cbe-8ace-4d9b1f84a6b4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.067919 10.0.0.23 - - [2025-12-04 04:22:44] "GET /projects?obj_uuids=3e6601da-ed4f-4cbe-8ace-4d9b1f84a6b4&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001474 10.0.0.27 - - [2025-12-04 04:22:44] "GET /project/3e6601da-ed4f-4cbe-8ace-4d9b1f84a6b4?fields=virtual_networks HTTP/1.1" 200 1034 0.046524 10.0.0.23 - - [2025-12-04 04:22:45] "GET /projects?obj_uuids=3e6601da-ed4f-4cbe-8ace-4d9b1f84a6b4&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001492 10.0.0.27 - - [2025-12-04 04:22:45] "GET /project/3e6601da-ed4f-4cbe-8ace-4d9b1f84a6b4?fields=virtual_machine_interfaces HTTP/1.1" 200 1034 0.052268 10.0.0.23 - - [2025-12-04 04:22:45] "GET /projects?obj_uuids=3e6601da-ed4f-4cbe-8ace-4d9b1f84a6b4&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000978 10.0.0.27 - - [2025-12-04 04:22:45] "GET /project/3e6601da-ed4f-4cbe-8ace-4d9b1f84a6b4?fields=security_groups HTTP/1.1" 200 1261 0.047472 10.0.0.27 - - [2025-12-04 04:22:46] "POST /fqname-to-id HTTP/1.1" 404 181 0.032410 10.0.0.23 - - [2025-12-04 04:22:46] "GET /projects?obj_uuids=05716fa2-05ca-4efd-97c7-8faf1d1d55e6&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003380 10.0.0.23 - - [2025-12-04 04:22:46] "GET /domains?obj_uuids=77f3106b-db9e-49b5-893e-09cac574b890&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001164 10.0.0.23 - - [2025-12-04 04:22:46] "GET /domain/77f3106b-db9e-49b5-893e-09cac574b890?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.038965 10.0.0.23 - - [2025-12-04 04:22:46] "POST /id-to-fqname HTTP/1.1" 200 183 0.001278 10.0.0.23 - - [2025-12-04 04:22:46] "POST /fqname-to-id HTTP/1.1" 404 192 0.009162 10.0.0.23 - - [2025-12-04 04:22:46] "POST /security-groups HTTP/1.1" 200 584 0.073131 10.0.0.23 - - [2025-12-04 04:22:46] "POST /projects HTTP/1.1" 200 571 0.300763 10.0.0.33 - - [2025-12-04 04:22:46] "POST /fqname-to-id HTTP/1.1" 404 227 0.037536 10.0.0.23 - - [2025-12-04 04:22:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.380524 10.0.0.27 - - [2025-12-04 04:22:46] "GET /project/05716fa2-05ca-4efd-97c7-8faf1d1d55e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1334 0.571701 10.0.0.33 - - [2025-12-04 04:22:46] "POST /access-control-lists HTTP/1.1" 200 587 0.035300 10.0.0.27 - - [2025-12-04 04:22:48] "GET / HTTP/1.1" 200 35931 0.002471 10.0.0.23 - - [2025-12-04 04:22:51] "GET /projects?obj_uuids=05716fa2-05ca-4efd-97c7-8faf1d1d55e6&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001031 10.0.0.27 - - [2025-12-04 04:22:51] "GET /project/05716fa2-05ca-4efd-97c7-8faf1d1d55e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1334 0.042960 10.0.0.23 - - [2025-12-04 04:22:51] "GET /projects?obj_uuids=05716fa2-05ca-4efd-97c7-8faf1d1d55e6&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001288 10.0.0.27 - - [2025-12-04 04:22:51] "GET /project/05716fa2-05ca-4efd-97c7-8faf1d1d55e6?fields=virtual_networks HTTP/1.1" 200 1017 0.049470 10.0.0.23 - - [2025-12-04 04:22:51] "GET /projects?obj_uuids=05716fa2-05ca-4efd-97c7-8faf1d1d55e6&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001413 10.0.0.27 - - [2025-12-04 04:22:51] "GET /project/05716fa2-05ca-4efd-97c7-8faf1d1d55e6?fields=virtual_machine_interfaces HTTP/1.1" 200 1017 0.052625 10.0.0.23 - - [2025-12-04 04:22:51] "GET /projects?obj_uuids=05716fa2-05ca-4efd-97c7-8faf1d1d55e6&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001225 10.0.0.27 - - [2025-12-04 04:22:51] "GET /project/05716fa2-05ca-4efd-97c7-8faf1d1d55e6?fields=security_groups HTTP/1.1" 200 1236 0.057223 10.0.0.27 - - [2025-12-04 04:22:52] "POST /fqname-to-id HTTP/1.1" 404 189 0.035713 10.0.0.23 - - [2025-12-04 04:22:52] "GET /projects?obj_uuids=42e4c970-8561-481c-9d82-ba8b3ed8c19c&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003270 10.0.0.23 - - [2025-12-04 04:22:52] "GET /domains?obj_uuids=77f3106b-db9e-49b5-893e-09cac574b890&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001230 10.0.0.23 - - [2025-12-04 04:22:52] "GET /domain/77f3106b-db9e-49b5-893e-09cac574b890?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.007599 10.0.0.23 - - [2025-12-04 04:22:52] "POST /id-to-fqname HTTP/1.1" 200 191 0.009640 10.0.0.23 - - [2025-12-04 04:22:52] "POST /fqname-to-id HTTP/1.1" 404 200 0.007550 10.0.0.23 - - [2025-12-04 04:22:52] "POST /security-groups HTTP/1.1" 200 592 0.049139 10.0.0.23 - - [2025-12-04 04:22:52] "POST /projects HTTP/1.1" 200 587 0.307043 10.0.0.23 - - [2025-12-04 04:22:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.352361 10.0.0.33 - - [2025-12-04 04:22:52] "POST /fqname-to-id HTTP/1.1" 404 234 0.015008 10.0.0.27 - - [2025-12-04 04:22:52] "GET /project/42e4c970-8561-481c-9d82-ba8b3ed8c19c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.523339 10.0.0.27 - - [2025-12-04 04:22:54] "GET / HTTP/1.1" 200 35931 0.001608 10.0.0.23 - - [2025-12-04 04:22:57] "GET /projects?obj_uuids=42e4c970-8561-481c-9d82-ba8b3ed8c19c&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001327 10.0.0.27 - - [2025-12-04 04:22:57] "GET /project/42e4c970-8561-481c-9d82-ba8b3ed8c19c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.047608 10.0.0.23 - - [2025-12-04 04:22:57] "GET /projects?obj_uuids=42e4c970-8561-481c-9d82-ba8b3ed8c19c&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001270 10.0.0.27 - - [2025-12-04 04:22:57] "GET /project/42e4c970-8561-481c-9d82-ba8b3ed8c19c?fields=virtual_networks HTTP/1.1" 200 1034 0.053631 10.0.0.23 - - [2025-12-04 04:22:57] "GET /projects?obj_uuids=42e4c970-8561-481c-9d82-ba8b3ed8c19c&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001202 10.0.0.27 - - [2025-12-04 04:22:57] "GET /project/42e4c970-8561-481c-9d82-ba8b3ed8c19c?fields=virtual_machine_interfaces HTTP/1.1" 200 1034 0.048008 10.0.0.23 - - [2025-12-04 04:22:57] "GET /projects?obj_uuids=42e4c970-8561-481c-9d82-ba8b3ed8c19c&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001046 10.0.0.27 - - [2025-12-04 04:22:57] "GET /project/42e4c970-8561-481c-9d82-ba8b3ed8c19c?fields=security_groups HTTP/1.1" 200 1261 0.039075 10.0.0.27 - - [2025-12-04 04:22:58] "POST /fqname-to-id HTTP/1.1" 404 195 0.031089 10.0.0.23 - - [2025-12-04 04:22:58] "GET /projects?obj_uuids=e9cf5f11-adc9-4409-ae43-9e302251b778&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002787 10.0.0.23 - - [2025-12-04 04:22:58] "GET /domains?obj_uuids=77f3106b-db9e-49b5-893e-09cac574b890&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001052 10.0.0.23 - - [2025-12-04 04:22:58] "GET /domain/77f3106b-db9e-49b5-893e-09cac574b890?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.007951 10.0.0.23 - - [2025-12-04 04:22:58] "POST /id-to-fqname HTTP/1.1" 200 197 0.005952 10.0.0.23 - - [2025-12-04 04:22:58] "POST /fqname-to-id HTTP/1.1" 404 206 0.007171 10.0.0.23 - - [2025-12-04 04:22:58] "DELETE /project/42e4c9708561481c9d82ba8b3ed8c19c HTTP/1.1" 404 173 0.021561 10.0.0.23 - - [2025-12-04 04:22:58] "DELETE /project/05716fa205ca4efd97c78faf1d1d55e6 HTTP/1.1" 404 173 0.020784 10.0.0.23 - - [2025-12-04 04:22:58] "GET /projects?obj_uuids=42e4c970-8561-481c-9d82-ba8b3ed8c19c&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001499 10.0.0.23 - - [2025-12-04 04:22:58] "GET /projects?obj_uuids=05716fa2-05ca-4efd-97c7-8faf1d1d55e6&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000975 10.0.0.23 - - [2025-12-04 04:22:58] "GET /projects?obj_uuids=3e6601da-ed4f-4cbe-8ace-4d9b1f84a6b4&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000831 10.0.0.23 - - [2025-12-04 04:22:58] "GET /project/3e6601da-ed4f-4cbe-8ace-4d9b1f84a6b4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1472 0.084090 10.0.0.23 - - [2025-12-04 04:22:58] "GET /projects?obj_uuids=3e6601da-ed4f-4cbe-8ace-4d9b1f84a6b4&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001323 10.0.0.23 - - [2025-12-04 04:22:58] "GET /project/42e4c970-8561-481c-9d82-ba8b3ed8c19c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1472 0.113220 10.0.0.23 - - [2025-12-04 04:22:58] "GET /project/05716fa2-05ca-4efd-97c7-8faf1d1d55e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1439 0.127869 10.0.0.23 - - [2025-12-04 04:22:59] "POST /security-groups HTTP/1.1" 200 598 0.167872 10.0.0.23 - - [2025-12-04 04:22:59] "GET /projects?obj_uuids=42e4c970-8561-481c-9d82-ba8b3ed8c19c&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001196 10.0.0.23 - - [2025-12-04 04:22:59] "GET /projects?obj_uuids=05716fa2-05ca-4efd-97c7-8faf1d1d55e6&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000983 10.0.0.23 - - [2025-12-04 04:22:59] "POST /projects HTTP/1.1" 200 599 0.383082 10.0.0.23 - - [2025-12-04 04:22:59] "GET /project/3e6601da-ed4f-4cbe-8ace-4d9b1f84a6b4?fields=security_groups HTTP/1.1" 200 1366 0.141232 10.0.0.23 - - [2025-12-04 04:22:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.459100 10.0.0.23 - - [2025-12-04 04:22:59] "GET /project/05716fa2-05ca-4efd-97c7-8faf1d1d55e6?fields=security_groups HTTP/1.1" 200 1341 0.148895 10.0.0.23 - - [2025-12-04 04:22:59] "GET /project/42e4c970-8561-481c-9d82-ba8b3ed8c19c?fields=security_groups HTTP/1.1" 200 1366 0.193387 10.0.0.33 - - [2025-12-04 04:22:59] "POST /access-control-lists HTTP/1.1" 200 603 0.130166 10.0.0.27 - - [2025-12-04 04:22:59] "GET /project/e9cf5f11-adc9-4409-ae43-9e302251b778?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1392 0.697407 10.0.0.23 - - [2025-12-04 04:22:59] "DELETE /security-group/c1f0ceb6-58c0-4294-9f4b-a7432556ef39 HTTP/1.1" 200 115 0.226700 10.0.0.23 - - [2025-12-04 04:22:59] "GET /projects?obj_uuids=3e6601da-ed4f-4cbe-8ace-4d9b1f84a6b4&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001258 10.0.0.33 - - [2025-12-04 04:22:59] "DELETE /access-control-list/88e0b51f-e1ff-4ccd-a059-53286b4f7005 HTTP/1.1" 200 115 0.106069 10.0.0.23 - - [2025-12-04 04:22:59] "DELETE /security-group/b5e04361-5016-41a6-9dbd-3b2fd223f08b HTTP/1.1" 200 115 0.242275 10.0.0.23 - - [2025-12-04 04:22:59] "GET /projects?obj_uuids=05716fa2-05ca-4efd-97c7-8faf1d1d55e6&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001447 10.0.0.23 - - [2025-12-04 04:22:59] "DELETE /security-group/8c042eca-b1b8-419d-9459-8996164a476a HTTP/1.1" 200 115 0.235115 10.0.0.23 - - [2025-12-04 04:22:59] "GET /projects?obj_uuids=42e4c970-8561-481c-9d82-ba8b3ed8c19c&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002892 10.0.0.23 - - [2025-12-04 04:22:59] "GET /project/3e6601da-ed4f-4cbe-8ace-4d9b1f84a6b4?fields=application_policy_sets HTTP/1.1" 200 1405 0.157099 10.0.0.23 - - [2025-12-04 04:22:59] "GET /project/05716fa2-05ca-4efd-97c7-8faf1d1d55e6?fields=application_policy_sets HTTP/1.1" 200 1380 0.224351 10.0.0.23 - - [2025-12-04 04:22:59] "DELETE /project/3e6601da-ed4f-4cbe-8ace-4d9b1f84a6b4 HTTP/1.1" 404 190 0.841143 10.0.0.23 - - [2025-12-04 04:22:59] "GET /project/42e4c970-8561-481c-9d82-ba8b3ed8c19c?fields=application_policy_sets HTTP/1.1" 200 1405 0.188641 10.0.0.33 - - [2025-12-04 04:22:59] "DELETE /access-control-list/8dd12fc9-15dd-4c83-b39f-678afadae9eb HTTP/1.1" 200 115 0.101211 10.0.0.23 - - [2025-12-04 04:22:59] "DELETE /project/05716fa2-05ca-4efd-97c7-8faf1d1d55e6 HTTP/1.1" 200 115 1.084693 10.0.0.23 - - [2025-12-04 04:22:59] "DELETE /project/42e4c970-8561-481c-9d82-ba8b3ed8c19c HTTP/1.1" 200 115 1.110473 10.0.0.27 - - [2025-12-04 04:23:01] "GET / HTTP/1.1" 200 35931 0.002550 10.0.0.27 - - [2025-12-04 04:23:02] "POST /fqname-to-id HTTP/1.1" 401 292 0.000576 10.0.0.27 - - [2025-12-04 04:23:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.072577 10.0.0.27 - - [2025-12-04 04:23:03] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004215 10.0.0.27 - - [2025-12-04 04:23:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003579 10.0.0.27 - - [2025-12-04 04:23:03] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004641 10.0.0.27 - - [2025-12-04 04:23:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003168 10.0.0.27 - - [2025-12-04 04:23:03] "PUT /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9 HTTP/1.1" 200 276 0.013973 10.0.0.27 - - [2025-12-04 04:23:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003688 10.0.0.23 - - [2025-12-04 04:23:03] "GET /projects?obj_uuids=e9cf5f11-adc9-4409-ae43-9e302251b778&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.001096 10.0.0.27 - - [2025-12-04 04:23:03] "GET /project/e9cf5f11-adc9-4409-ae43-9e302251b778?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1392 0.047431 10.0.0.27 - - [2025-12-04 04:23:03] "POST /neutron/network HTTP/1.1" 200 117 0.044214 10.0.0.33 - - [2025-12-04 04:23:03] "POST /route-targets HTTP/1.1" 200 327 0.016236 10.0.0.27 - - [2025-12-04 04:23:04] "POST /neutron/network HTTP/1.1" 200 808 0.013567 10.0.0.27 - - [2025-12-04 04:23:04] "POST /id-to-fqname HTTP/1.1" 200 218 0.001560 10.0.0.27 - - [2025-12-04 04:23:04] "GET /virtual-network/db97f53b-da08-44b2-bdb7-5bb8c55fbb74?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.006752 10.0.0.27 - - [2025-12-04 04:23:04] "GET /virtual-network/db97f53b-da08-44b2-bdb7-5bb8c55fbb74?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.007423 10.0.0.27 - - [2025-12-04 04:23:04] "POST /neutron/subnet HTTP/1.1" 200 701 0.011507 10.0.0.27 - - [2025-12-04 04:23:04] "POST /id-to-fqname HTTP/1.1" 200 218 0.001239 10.0.0.23 - - [2025-12-04 04:23:05] "GET /projects?obj_uuids=e9cf5f11-adc9-4409-ae43-9e302251b778&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.001618 10.0.0.27 - - [2025-12-04 04:23:05] "GET /project/e9cf5f11-adc9-4409-ae43-9e302251b778?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1392 0.078553 10.0.0.27 - - [2025-12-04 04:23:05] "POST /neutron/port HTTP/1.1" 200 117 0.007499 10.0.0.27 - - [2025-12-04 04:23:05] "POST /id-to-fqname HTTP/1.1" 200 218 0.001311 10.0.0.27 - - [2025-12-04 04:23:05] "POST /neutron/network HTTP/1.1" 200 818 0.007962 10.0.0.27 - - [2025-12-04 04:23:06] "POST /neutron/port HTTP/1.1" 200 1062 0.016463 10.0.0.23 - - [2025-12-04 04:23:06] "GET /projects?obj_uuids=e9cf5f11-adc9-4409-ae43-9e302251b778&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.001834 10.0.0.27 - - [2025-12-04 04:23:06] "GET /project/e9cf5f11-adc9-4409-ae43-9e302251b778?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1392 0.121598 10.0.0.27 - - [2025-12-04 04:23:06] "POST /neutron/port HTTP/1.1" 200 1090 0.066703 10.0.0.27 - - [2025-12-04 04:23:06] "POST /neutron/subnet HTTP/1.1" 200 675 0.013305 10.0.0.27 - - [2025-12-04 04:23:06] "POST /neutron/port HTTP/1.1" 200 1090 0.020280 10.0.0.27 - - [2025-12-04 04:23:07] "POST /neutron/network HTTP/1.1" 200 818 0.008443 10.0.0.27 - - [2025-12-04 04:23:07] "GET /virtual-network/db97f53b-da08-44b2-bdb7-5bb8c55fbb74?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.012285 10.0.0.27 - - [2025-12-04 04:23:07] "POST /neutron/port HTTP/1.1" 200 1062 0.030178 10.0.0.27 - - [2025-12-04 04:23:08] "POST /neutron/floatingip HTTP/1.1" 200 117 0.010019 10.0.0.27 - - [2025-12-04 04:23:08] "POST /neutron/network HTTP/1.1" 200 808 0.011888 10.0.0.33 - - [2025-12-04 04:23:09] "GET /obj-perms HTTP/1.1" 200 5056 0.352797 10.0.0.23 - - [2025-12-04 04:23:09] "GET /obj-perms HTTP/1.1" 200 5044 0.078543 10.0.0.27 - - [2025-12-04 04:23:09] "POST /neutron/port HTTP/1.1" 200 1090 0.018757 10.0.0.27 - - [2025-12-04 04:23:09] "POST /neutron/security_group HTTP/1.1" 200 2065 0.009683 10.0.0.27 - - [2025-12-04 04:23:10] "GET /virtual-machine/83fc4aaf-8df8-4d6e-bcd3-3a4a273d3bbc HTTP/1.1" 401 292 0.000477 10.0.0.27 - - [2025-12-04 04:23:10] "GET /virtual-machine/83fc4aaf-8df8-4d6e-bcd3-3a4a273d3bbc HTTP/1.1" 200 1299 0.041290 10.0.0.27 - - [2025-12-04 04:23:10] "GET /virtual-machine/83fc4aaf-8df8-4d6e-bcd3-3a4a273d3bbc HTTP/1.1" 200 1299 0.004191 10.0.0.27 - - [2025-12-04 04:23:10] "GET /virtual-machine-interface/2e6190b3-7589-4da4-a117-16eae9670168 HTTP/1.1" 200 2949 0.007052 10.0.0.27 - - [2025-12-04 04:23:10] "GET /virtual-machine/83fc4aaf-8df8-4d6e-bcd3-3a4a273d3bbc HTTP/1.1" 200 1299 0.004935 10.0.0.27 - - [2025-12-04 04:23:10] "GET /virtual-machine-interface/2e6190b3-7589-4da4-a117-16eae9670168 HTTP/1.1" 200 2949 0.006590 10.0.0.27 - - [2025-12-04 04:23:10] "GET /instance-ip/8af4c969-03dc-4dbe-9dac-d183af2d21df HTTP/1.1" 200 1621 0.007693 10.0.0.27 - - [2025-12-04 04:23:10] "GET /virtual-machine/83fc4aaf-8df8-4d6e-bcd3-3a4a273d3bbc HTTP/1.1" 200 1299 0.004313 10.0.0.27 - - [2025-12-04 04:23:10] "GET /virtual-machine-interface/2e6190b3-7589-4da4-a117-16eae9670168 HTTP/1.1" 200 2949 0.006844 10.0.0.27 - - [2025-12-04 04:23:10] "GET /instance-ip/8af4c969-03dc-4dbe-9dac-d183af2d21df HTTP/1.1" 200 1621 0.005026 10.0.0.27 - - [2025-12-04 04:23:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003441 10.0.0.27 - - [2025-12-04 04:23:10] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003706 10.0.0.27 - - [2025-12-04 04:23:10] "GET /virtual-networks?parent_id=e9cf5f11-adc9-4409-ae43-9e302251b778&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004076 10.0.0.27 - - [2025-12-04 04:23:10] "GET /virtual-network/db97f53b-da08-44b2-bdb7-5bb8c55fbb74?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.008718 10.0.0.27 - - [2025-12-04 04:23:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003628 10.0.0.27 - - [2025-12-04 04:23:10] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004286 10.0.0.27 - - [2025-12-04 04:23:10] "GET /virtual-networks?parent_id=e9cf5f11-adc9-4409-ae43-9e302251b778&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003495 10.0.0.27 - - [2025-12-04 04:23:10] "GET /virtual-network/db97f53b-da08-44b2-bdb7-5bb8c55fbb74?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.006340 10.0.0.27 - - [2025-12-04 04:23:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003642 10.0.0.27 - - [2025-12-04 04:23:10] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.008822 10.0.0.27 - - [2025-12-04 04:23:10] "GET /virtual-networks?parent_id=e9cf5f11-adc9-4409-ae43-9e302251b778&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003500 10.0.0.27 - - [2025-12-04 04:23:10] "GET /virtual-network/db97f53b-da08-44b2-bdb7-5bb8c55fbb74?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.006604 10.0.0.27 - - [2025-12-04 04:23:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004362 10.0.0.27 - - [2025-12-04 04:23:11] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004286 10.0.0.27 - - [2025-12-04 04:23:11] "GET /virtual-networks?parent_id=e9cf5f11-adc9-4409-ae43-9e302251b778&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004986 10.0.0.27 - - [2025-12-04 04:23:11] "GET /virtual-network/db97f53b-da08-44b2-bdb7-5bb8c55fbb74?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.006230 10.0.0.27 - - [2025-12-04 04:23:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003744 10.0.0.27 - - [2025-12-04 04:23:11] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.006191 10.0.0.27 - - [2025-12-04 04:23:11] "GET /virtual-networks?parent_id=e9cf5f11-adc9-4409-ae43-9e302251b778&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003410 10.0.0.27 - - [2025-12-04 04:23:11] "GET /virtual-network/db97f53b-da08-44b2-bdb7-5bb8c55fbb74?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.006757 10.0.0.27 - - [2025-12-04 04:23:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004610 10.0.0.27 - - [2025-12-04 04:23:11] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004166 10.0.0.27 - - [2025-12-04 04:23:11] "GET /virtual-networks?parent_id=e9cf5f11-adc9-4409-ae43-9e302251b778&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003521 10.0.0.27 - - [2025-12-04 04:23:11] "GET /virtual-network/db97f53b-da08-44b2-bdb7-5bb8c55fbb74?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.006781 10.0.0.27 - - [2025-12-04 04:23:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003926 10.0.0.27 - - [2025-12-04 04:23:11] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004359 10.0.0.27 - - [2025-12-04 04:23:11] "GET /virtual-networks?parent_id=e9cf5f11-adc9-4409-ae43-9e302251b778&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003928 10.0.0.27 - - [2025-12-04 04:23:11] "GET /virtual-network/db97f53b-da08-44b2-bdb7-5bb8c55fbb74?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.009744 10.0.0.27 - - [2025-12-04 04:23:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004042 10.0.0.27 - - [2025-12-04 04:23:14] "GET /virtual-network/db97f53b-da08-44b2-bdb7-5bb8c55fbb74?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.006975 10.0.0.27 - - [2025-12-04 04:23:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004199 10.0.0.27 - - [2025-12-04 04:23:18] "GET /virtual-network/db97f53b-da08-44b2-bdb7-5bb8c55fbb74?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.006622 10.0.0.27 - - [2025-12-04 04:23:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003979 10.0.0.27 - - [2025-12-04 04:23:22] "GET /virtual-network/db97f53b-da08-44b2-bdb7-5bb8c55fbb74?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.005895 10.0.0.27 - - [2025-12-04 04:23:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004030 10.0.0.27 - - [2025-12-04 04:23:26] "GET /virtual-network/db97f53b-da08-44b2-bdb7-5bb8c55fbb74?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.007040 10.0.0.27 - - [2025-12-04 04:23:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003935 10.0.0.27 - - [2025-12-04 04:23:30] "GET /virtual-network/db97f53b-da08-44b2-bdb7-5bb8c55fbb74?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.005688 10.0.0.27 - - [2025-12-04 04:23:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004860 10.0.0.27 - - [2025-12-04 04:23:35] "GET /virtual-network/db97f53b-da08-44b2-bdb7-5bb8c55fbb74?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.007650 10.0.0.33 - - [2025-12-04 04:23:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000479 10.0.0.33 - - [2025-12-04 04:23:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000407 10.0.0.23 - - [2025-12-04 04:23:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000380 10.0.0.23 - - [2025-12-04 04:23:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000430 10.0.0.23 - - [2025-12-04 04:23:38] "GET /global-system-configs HTTP/1.1" 401 292 0.000711 10.0.0.23 - - [2025-12-04 04:23:38] "GET /global-system-configs HTTP/1.1" 401 292 0.000608 10.0.0.33 - - [2025-12-04 04:23:38] "GET /global-system-configs HTTP/1.1" 401 292 0.000533 10.0.0.33 - - [2025-12-04 04:23:38] "GET /global-system-configs HTTP/1.1" 401 292 0.000396 10.0.0.27 - - [2025-12-04 04:23:39] "GET /global-system-configs HTTP/1.1" 401 292 0.000373 10.0.0.27 - - [2025-12-04 04:23:39] "GET /global-system-configs HTTP/1.1" 401 292 0.000438 10.0.0.27 - - [2025-12-04 04:23:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003719 10.0.0.27 - - [2025-12-04 04:23:39] "GET /virtual-network/db97f53b-da08-44b2-bdb7-5bb8c55fbb74?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.006808 10.0.0.27 - - [2025-12-04 04:23:40] "GET /global-system-configs HTTP/1.1" 401 292 0.000453 10.0.0.27 - - [2025-12-04 04:23:40] "GET /global-system-configs HTTP/1.1" 401 292 0.000545 10.0.0.27 - - [2025-12-04 04:23:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.004449 10.0.0.27 - - [2025-12-04 04:23:43] "GET /virtual-network/db97f53b-da08-44b2-bdb7-5bb8c55fbb74?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.006336 10.0.0.27 - - [2025-12-04 04:23:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004066 10.0.0.27 - - [2025-12-04 04:23:47] "GET /virtual-network/db97f53b-da08-44b2-bdb7-5bb8c55fbb74?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.005967 10.0.0.27 - - [2025-12-04 04:23:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003908 10.0.0.27 - - [2025-12-04 04:23:51] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004570 10.0.0.27 - - [2025-12-04 04:23:51] "GET /virtual-networks?parent_id=e9cf5f11-adc9-4409-ae43-9e302251b778&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003752 10.0.0.27 - - [2025-12-04 04:23:51] "GET /virtual-network/db97f53b-da08-44b2-bdb7-5bb8c55fbb74?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.006734 10.0.0.27 - - [2025-12-04 04:23:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004653 10.0.0.27 - - [2025-12-04 04:23:51] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003965 10.0.0.27 - - [2025-12-04 04:23:51] "GET /virtual-networks?parent_id=e9cf5f11-adc9-4409-ae43-9e302251b778&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004778 10.0.0.27 - - [2025-12-04 04:23:51] "GET /virtual-network/db97f53b-da08-44b2-bdb7-5bb8c55fbb74?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.006993 10.0.0.27 - - [2025-12-04 04:23:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004100 10.0.0.27 - - [2025-12-04 04:23:51] "GET /routing-instance/731d0135-959f-41f8-b28d-8a308053cec2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1446 0.006495 10.0.0.27 - - [2025-12-04 04:23:52] "GET /route-target/bc9e07c0-c126-48c9-a1fa-fcd7e8a174e4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004612 10.0.0.27 - - [2025-12-04 04:23:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003816 10.0.0.27 - - [2025-12-04 04:23:52] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005422 10.0.0.27 - - [2025-12-04 04:23:52] "GET /virtual-networks?parent_id=e9cf5f11-adc9-4409-ae43-9e302251b778&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004421 10.0.0.27 - - [2025-12-04 04:23:52] "GET /virtual-network/db97f53b-da08-44b2-bdb7-5bb8c55fbb74?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.006202 10.0.0.27 - - [2025-12-04 04:23:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003417 10.0.0.27 - - [2025-12-04 04:23:52] "GET /routing-instance/731d0135-959f-41f8-b28d-8a308053cec2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1446 0.004725 10.0.0.27 - - [2025-12-04 04:23:52] "GET /route-target/bc9e07c0-c126-48c9-a1fa-fcd7e8a174e4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004135 10.0.0.27 - - [2025-12-04 04:23:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.005140 10.0.0.27 - - [2025-12-04 04:23:52] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003983 10.0.0.27 - - [2025-12-04 04:23:52] "GET /virtual-networks?parent_id=e9cf5f11-adc9-4409-ae43-9e302251b778&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003249 10.0.0.27 - - [2025-12-04 04:23:52] "GET /virtual-network/db97f53b-da08-44b2-bdb7-5bb8c55fbb74?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.006600 10.0.0.27 - - [2025-12-04 04:23:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003318 10.0.0.27 - - [2025-12-04 04:23:52] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004247 10.0.0.27 - - [2025-12-04 04:23:52] "GET /virtual-networks?parent_id=e9cf5f11-adc9-4409-ae43-9e302251b778&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003541 10.0.0.27 - - [2025-12-04 04:23:52] "GET /virtual-network/db97f53b-da08-44b2-bdb7-5bb8c55fbb74?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.007355 10.0.0.27 - - [2025-12-04 04:23:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003064 10.0.0.27 - - [2025-12-04 04:23:52] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005103 10.0.0.27 - - [2025-12-04 04:23:52] "GET /virtual-networks?parent_id=e9cf5f11-adc9-4409-ae43-9e302251b778&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003296 10.0.0.27 - - [2025-12-04 04:23:52] "GET /virtual-network/db97f53b-da08-44b2-bdb7-5bb8c55fbb74?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.006571 10.0.0.27 - - [2025-12-04 04:23:52] "GET /obj-perms HTTP/1.1" 200 5044 0.059357 10.0.0.27 - - [2025-12-04 04:23:53] "GET /obj-perms HTTP/1.1" 200 5044 0.003820 10.0.0.23 - - [2025-12-04 04:23:53] "GET /obj-perms HTTP/1.1" 200 5044 0.004287 10.0.0.27 - - [2025-12-04 04:23:53] "GET /obj-perms HTTP/1.1" 200 5044 0.006941 10.0.0.27 - - [2025-12-04 04:23:53] "POST /neutron/port HTTP/1.1" 200 1090 0.025016 10.0.0.27 - - [2025-12-04 04:23:53] "POST /neutron/security_group HTTP/1.1" 200 2065 0.008048 10.0.0.27 - - [2025-12-04 04:23:53] "POST /neutron/port HTTP/1.1" 200 1090 0.030864 10.0.0.27 - - [2025-12-04 04:23:53] "GET /virtual-machine/fd0cf04c-ae57-485f-a5b0-b04f4aa036a6 HTTP/1.1" 200 1300 0.007185 10.0.0.27 - - [2025-12-04 04:23:53] "GET /virtual-machine/fd0cf04c-ae57-485f-a5b0-b04f4aa036a6 HTTP/1.1" 200 1300 0.004730 10.0.0.27 - - [2025-12-04 04:23:53] "GET /virtual-machine-interface/7c9277d3-92fd-4d13-ad6e-3ee5ecd04fbc HTTP/1.1" 200 2949 0.007545 10.0.0.27 - - [2025-12-04 04:23:53] "GET /virtual-machine/fd0cf04c-ae57-485f-a5b0-b04f4aa036a6 HTTP/1.1" 200 1300 0.003840 10.0.0.27 - - [2025-12-04 04:23:53] "GET /virtual-machine-interface/7c9277d3-92fd-4d13-ad6e-3ee5ecd04fbc HTTP/1.1" 200 2949 0.006812 10.0.0.27 - - [2025-12-04 04:23:53] "GET /instance-ip/95ae6efc-429a-47c2-9744-874d2b490978 HTTP/1.1" 200 1621 0.006556 10.0.0.27 - - [2025-12-04 04:23:53] "GET /virtual-machine/fd0cf04c-ae57-485f-a5b0-b04f4aa036a6 HTTP/1.1" 200 1300 0.004948 10.0.0.27 - - [2025-12-04 04:23:53] "GET /virtual-machine-interface/7c9277d3-92fd-4d13-ad6e-3ee5ecd04fbc HTTP/1.1" 200 2949 0.006383 10.0.0.27 - - [2025-12-04 04:23:53] "GET /instance-ip/95ae6efc-429a-47c2-9744-874d2b490978 HTTP/1.1" 200 1621 0.004255 10.0.0.27 - - [2025-12-04 04:23:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003959 10.0.0.27 - - [2025-12-04 04:23:53] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004152 10.0.0.27 - - [2025-12-04 04:23:53] "GET /virtual-networks?parent_id=e9cf5f11-adc9-4409-ae43-9e302251b778&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.005824 10.0.0.27 - - [2025-12-04 04:23:54] "GET /virtual-network/db97f53b-da08-44b2-bdb7-5bb8c55fbb74?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.013372 10.0.0.27 - - [2025-12-04 04:23:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004369 10.0.0.27 - - [2025-12-04 04:23:54] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004034 10.0.0.27 - - [2025-12-04 04:23:54] "GET /virtual-networks?parent_id=e9cf5f11-adc9-4409-ae43-9e302251b778&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004078 10.0.0.27 - - [2025-12-04 04:23:54] "GET /virtual-network/db97f53b-da08-44b2-bdb7-5bb8c55fbb74?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.006147 10.0.0.27 - - [2025-12-04 04:23:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.009521 10.0.0.27 - - [2025-12-04 04:23:54] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004360 10.0.0.27 - - [2025-12-04 04:23:54] "GET /virtual-networks?parent_id=e9cf5f11-adc9-4409-ae43-9e302251b778&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003230 10.0.0.27 - - [2025-12-04 04:23:54] "GET /virtual-network/db97f53b-da08-44b2-bdb7-5bb8c55fbb74?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.005135 10.0.0.27 - - [2025-12-04 04:23:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003753 10.0.0.27 - - [2025-12-04 04:23:54] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.011842 10.0.0.27 - - [2025-12-04 04:23:54] "GET /virtual-networks?parent_id=e9cf5f11-adc9-4409-ae43-9e302251b778&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003231 10.0.0.27 - - [2025-12-04 04:23:54] "GET /virtual-network/db97f53b-da08-44b2-bdb7-5bb8c55fbb74?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.007863 10.0.0.27 - - [2025-12-04 04:23:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003153 10.0.0.27 - - [2025-12-04 04:23:54] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004189 10.0.0.27 - - [2025-12-04 04:23:54] "GET /virtual-networks?parent_id=e9cf5f11-adc9-4409-ae43-9e302251b778&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.005227 10.0.0.27 - - [2025-12-04 04:23:54] "GET /virtual-network/db97f53b-da08-44b2-bdb7-5bb8c55fbb74?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.006852 10.0.0.27 - - [2025-12-04 04:23:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003895 10.0.0.27 - - [2025-12-04 04:23:54] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005492 10.0.0.27 - - [2025-12-04 04:23:54] "GET /virtual-networks?parent_id=e9cf5f11-adc9-4409-ae43-9e302251b778&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004796 10.0.0.27 - - [2025-12-04 04:23:54] "GET /virtual-network/db97f53b-da08-44b2-bdb7-5bb8c55fbb74?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.005963 10.0.0.27 - - [2025-12-04 04:23:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003815 10.0.0.27 - - [2025-12-04 04:23:54] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003970 10.0.0.27 - - [2025-12-04 04:23:54] "GET /virtual-networks?parent_id=e9cf5f11-adc9-4409-ae43-9e302251b778&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003448 10.0.0.27 - - [2025-12-04 04:23:54] "GET /virtual-network/db97f53b-da08-44b2-bdb7-5bb8c55fbb74?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.006257 10.0.0.27 - - [2025-12-04 04:23:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.005096 10.0.0.27 - - [2025-12-04 04:23:57] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004515 10.0.0.27 - - [2025-12-04 04:23:57] "GET /virtual-networks?parent_id=e9cf5f11-adc9-4409-ae43-9e302251b778&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004112 10.0.0.27 - - [2025-12-04 04:23:58] "GET /virtual-network/db97f53b-da08-44b2-bdb7-5bb8c55fbb74?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.008274 10.0.0.27 - - [2025-12-04 04:23:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003465 10.0.0.27 - - [2025-12-04 04:23:58] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004132 10.0.0.27 - - [2025-12-04 04:23:58] "GET /virtual-networks?parent_id=e9cf5f11-adc9-4409-ae43-9e302251b778&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003072 10.0.0.27 - - [2025-12-04 04:23:58] "GET /virtual-network/db97f53b-da08-44b2-bdb7-5bb8c55fbb74?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.006114 10.0.0.27 - - [2025-12-04 04:23:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003636 10.0.0.27 - - [2025-12-04 04:23:58] "GET /routing-instance/731d0135-959f-41f8-b28d-8a308053cec2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1446 0.004498 10.0.0.27 - - [2025-12-04 04:23:58] "GET /route-target/bc9e07c0-c126-48c9-a1fa-fcd7e8a174e4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004112 10.0.0.27 - - [2025-12-04 04:23:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003840 10.0.0.27 - - [2025-12-04 04:23:58] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004501 10.0.0.27 - - [2025-12-04 04:23:58] "GET /virtual-networks?parent_id=e9cf5f11-adc9-4409-ae43-9e302251b778&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003170 10.0.0.27 - - [2025-12-04 04:23:58] "GET /virtual-network/db97f53b-da08-44b2-bdb7-5bb8c55fbb74?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.007138 10.0.0.27 - - [2025-12-04 04:23:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003602 10.0.0.27 - - [2025-12-04 04:23:58] "GET /routing-instance/731d0135-959f-41f8-b28d-8a308053cec2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1446 0.004462 10.0.0.27 - - [2025-12-04 04:23:58] "GET /route-target/bc9e07c0-c126-48c9-a1fa-fcd7e8a174e4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004315 10.0.0.27 - - [2025-12-04 04:23:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004056 10.0.0.27 - - [2025-12-04 04:23:58] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004372 10.0.0.27 - - [2025-12-04 04:23:58] "GET /virtual-networks?parent_id=e9cf5f11-adc9-4409-ae43-9e302251b778&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003747 10.0.0.27 - - [2025-12-04 04:23:58] "GET /virtual-network/db97f53b-da08-44b2-bdb7-5bb8c55fbb74?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.006315 10.0.0.27 - - [2025-12-04 04:23:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003466 10.0.0.27 - - [2025-12-04 04:23:58] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004770 10.0.0.27 - - [2025-12-04 04:23:58] "GET /virtual-networks?parent_id=e9cf5f11-adc9-4409-ae43-9e302251b778&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003383 10.0.0.27 - - [2025-12-04 04:23:59] "POST /neutron/port HTTP/1.1" 200 1090 0.015993 10.0.0.27 - - [2025-12-04 04:23:59] "GET /virtual-network/db97f53b-da08-44b2-bdb7-5bb8c55fbb74?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.006819 10.0.0.27 - - [2025-12-04 04:23:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003854 10.0.0.27 - - [2025-12-04 04:23:59] "POST /neutron/subnet HTTP/1.1" 200 675 0.009895 10.0.0.27 - - [2025-12-04 04:23:59] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004972 10.0.0.27 - - [2025-12-04 04:23:59] "GET /virtual-networks?parent_id=e9cf5f11-adc9-4409-ae43-9e302251b778&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003874 10.0.0.27 - - [2025-12-04 04:23:59] "GET /virtual-network/db97f53b-da08-44b2-bdb7-5bb8c55fbb74?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.007210 10.0.0.27 - - [2025-12-04 04:23:59] "GET /obj-perms HTTP/1.1" 200 5044 0.003880 10.0.0.23 - - [2025-12-04 04:23:59] "GET /obj-perms HTTP/1.1" 200 5044 0.003615 10.0.0.27 - - [2025-12-04 04:23:59] "GET /obj-perms HTTP/1.1" 200 5044 0.004656 10.0.0.23 - - [2025-12-04 04:23:59] "GET /obj-perms HTTP/1.1" 200 5044 0.003810 10.0.0.27 - - [2025-12-04 04:23:59] "GET /obj-perms HTTP/1.1" 200 5044 0.003950 10.0.0.27 - - [2025-12-04 04:23:59] "GET /virtual-machine/83fc4aaf-8df8-4d6e-bcd3-3a4a273d3bbc HTTP/1.1" 200 1299 0.004411 10.0.0.27 - - [2025-12-04 04:23:59] "GET /virtual-machine-interface/2e6190b3-7589-4da4-a117-16eae9670168 HTTP/1.1" 200 2949 0.005869 10.0.0.27 - - [2025-12-04 04:23:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.004012 10.0.0.27 - - [2025-12-04 04:23:59] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004150 10.0.0.27 - - [2025-12-04 04:23:59] "GET /virtual-networks?parent_id=e9cf5f11-adc9-4409-ae43-9e302251b778&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003686 10.0.0.27 - - [2025-12-04 04:23:59] "GET /virtual-network/db97f53b-da08-44b2-bdb7-5bb8c55fbb74?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.006310 10.0.0.27 - - [2025-12-04 04:24:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004381 10.0.0.27 - - [2025-12-04 04:24:00] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003740 10.0.0.27 - - [2025-12-04 04:24:00] "GET /virtual-networks?parent_id=e9cf5f11-adc9-4409-ae43-9e302251b778&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004009 10.0.0.27 - - [2025-12-04 04:24:00] "GET /virtual-network/db97f53b-da08-44b2-bdb7-5bb8c55fbb74?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.007147 10.0.0.27 - - [2025-12-04 04:24:00] "POST /neutron/port HTTP/1.1" 200 1090 0.018304 10.0.0.27 - - [2025-12-04 04:24:03] "POST /neutron/security_group HTTP/1.1" 200 2065 0.007675 10.0.0.27 - - [2025-12-04 04:24:07] "POST /neutron/port HTTP/1.1" 200 1090 0.067206 10.0.0.27 - - [2025-12-04 04:24:07] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004525 10.0.0.27 - - [2025-12-04 04:24:08] "POST /neutron/network HTTP/1.1" 200 808 0.011901 10.0.0.27 - - [2025-12-04 04:24:11] "POST /neutron/port HTTP/1.1" 200 1090 0.022858 10.0.0.27 - - [2025-12-04 04:24:16] "GET /virtual-machine/fd0cf04c-ae57-485f-a5b0-b04f4aa036a6 HTTP/1.1" 200 1300 0.004634 10.0.0.27 - - [2025-12-04 04:24:16] "GET /virtual-machine-interface/7c9277d3-92fd-4d13-ad6e-3ee5ecd04fbc HTTP/1.1" 200 2949 0.006774 10.0.0.27 - - [2025-12-04 04:24:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003617 10.0.0.27 - - [2025-12-04 04:24:16] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004053 10.0.0.27 - - [2025-12-04 04:24:16] "GET /virtual-networks?parent_id=e9cf5f11-adc9-4409-ae43-9e302251b778&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003384 10.0.0.27 - - [2025-12-04 04:24:16] "GET /virtual-network/db97f53b-da08-44b2-bdb7-5bb8c55fbb74?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.006740 10.0.0.27 - - [2025-12-04 04:24:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003823 10.0.0.27 - - [2025-12-04 04:24:17] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003985 10.0.0.27 - - [2025-12-04 04:24:17] "GET /virtual-networks?parent_id=e9cf5f11-adc9-4409-ae43-9e302251b778&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003667 10.0.0.27 - - [2025-12-04 04:24:17] "GET /virtual-network/db97f53b-da08-44b2-bdb7-5bb8c55fbb74?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.006620 10.0.0.27 - - [2025-12-04 04:24:17] "POST /neutron/security_group HTTP/1.1" 200 2065 0.008522 10.0.0.27 - - [2025-12-04 04:25:00] "POST /neutron/network HTTP/1.1" 200 818 0.008993 10.0.0.27 - - [2025-12-04 04:25:00] "POST /neutron/port HTTP/1.1" 200 117 0.001139 10.0.0.27 - - [2025-12-04 04:25:09] "POST /neutron/port HTTP/1.1" 200 1090 0.016199 10.0.0.27 - - [2025-12-04 04:25:09] "POST /neutron/subnet HTTP/1.1" 200 675 0.014416 10.0.0.33 - - [2025-12-04 04:25:10] "GET /obj-perms HTTP/1.1" 200 5056 0.089914 10.0.0.23 - - [2025-12-04 04:25:11] "GET /obj-perms HTTP/1.1" 200 5056 0.083615 10.0.0.27 - - [2025-12-04 04:26:02] "POST /neutron/port HTTP/1.1" 200 1090 0.017619 10.0.0.27 - - [2025-12-04 04:26:02] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004542 10.0.0.27 - - [2025-12-04 04:26:02] "POST /neutron/network HTTP/1.1" 200 808 0.008581 10.0.0.27 - - [2025-12-04 04:26:11] "POST /neutron/network HTTP/1.1" 200 818 0.010302 10.0.0.27 - - [2025-12-04 04:26:11] "POST /neutron/port HTTP/1.1" 200 117 0.001189 10.0.0.33 - - [2025-12-04 04:26:12] "GET /virtual-router/a7963883-c60d-4fd0-8457-e0a44a773ad9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1246 0.033506 10.0.0.27 - - [2025-12-04 04:26:14] "POST /neutron/security_group HTTP/1.1" 200 2065 0.007934 10.0.0.27 - - [2025-12-04 04:26:14] "GET /virtual-machine/83fc4aaf-8df8-4d6e-bcd3-3a4a273d3bbc HTTP/1.1" 200 1299 0.004313 10.0.0.27 - - [2025-12-04 04:26:14] "GET /virtual-machine-interface/2e6190b3-7589-4da4-a117-16eae9670168 HTTP/1.1" 200 2949 0.006510 10.0.0.27 - - [2025-12-04 04:26:14] "GET /virtual-machine/83fc4aaf-8df8-4d6e-bcd3-3a4a273d3bbc HTTP/1.1" 200 1299 0.004550 10.0.0.27 - - [2025-12-04 04:26:14] "GET /virtual-machine-interface/2e6190b3-7589-4da4-a117-16eae9670168 HTTP/1.1" 200 2949 0.007527 10.0.0.27 - - [2025-12-04 04:26:14] "GET /instance-ip/8af4c969-03dc-4dbe-9dac-d183af2d21df HTTP/1.1" 200 1621 0.005896 10.0.0.27 - - [2025-12-04 04:26:14] "GET /virtual-machine/83fc4aaf-8df8-4d6e-bcd3-3a4a273d3bbc HTTP/1.1" 200 1299 0.004765 10.0.0.27 - - [2025-12-04 04:26:14] "GET /virtual-machine-interface/2e6190b3-7589-4da4-a117-16eae9670168 HTTP/1.1" 200 2949 0.005839 10.0.0.27 - - [2025-12-04 04:26:14] "GET /instance-ip/8af4c969-03dc-4dbe-9dac-d183af2d21df HTTP/1.1" 200 1621 0.006328 10.0.0.27 - - [2025-12-04 04:26:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003835 10.0.0.27 - - [2025-12-04 04:26:14] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004159 10.0.0.27 - - [2025-12-04 04:26:14] "GET /virtual-networks?parent_id=e9cf5f11-adc9-4409-ae43-9e302251b778&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003909 10.0.0.27 - - [2025-12-04 04:26:14] "GET /virtual-network/db97f53b-da08-44b2-bdb7-5bb8c55fbb74?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.006221 10.0.0.27 - - [2025-12-04 04:26:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004599 10.0.0.27 - - [2025-12-04 04:26:14] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004243 10.0.0.27 - - [2025-12-04 04:26:14] "GET /virtual-networks?parent_id=e9cf5f11-adc9-4409-ae43-9e302251b778&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003173 10.0.0.27 - - [2025-12-04 04:26:14] "GET /virtual-network/db97f53b-da08-44b2-bdb7-5bb8c55fbb74?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.006991 10.0.0.27 - - [2025-12-04 04:26:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004236 10.0.0.27 - - [2025-12-04 04:26:14] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004072 10.0.0.27 - - [2025-12-04 04:26:14] "GET /virtual-networks?parent_id=e9cf5f11-adc9-4409-ae43-9e302251b778&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004705 10.0.0.27 - - [2025-12-04 04:26:14] "GET /virtual-network/db97f53b-da08-44b2-bdb7-5bb8c55fbb74?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.006838 10.0.0.27 - - [2025-12-04 04:26:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003658 10.0.0.27 - - [2025-12-04 04:26:14] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004811 10.0.0.27 - - [2025-12-04 04:26:14] "GET /virtual-networks?parent_id=e9cf5f11-adc9-4409-ae43-9e302251b778&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003977 10.0.0.27 - - [2025-12-04 04:26:14] "GET /virtual-network/db97f53b-da08-44b2-bdb7-5bb8c55fbb74?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.006905 10.0.0.27 - - [2025-12-04 04:26:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004093 10.0.0.27 - - [2025-12-04 04:26:15] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004712 10.0.0.27 - - [2025-12-04 04:26:15] "GET /virtual-networks?parent_id=e9cf5f11-adc9-4409-ae43-9e302251b778&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003755 10.0.0.27 - - [2025-12-04 04:26:15] "GET /virtual-network/db97f53b-da08-44b2-bdb7-5bb8c55fbb74?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.007030 10.0.0.27 - - [2025-12-04 04:26:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004806 10.0.0.27 - - [2025-12-04 04:26:15] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004108 10.0.0.27 - - [2025-12-04 04:26:15] "GET /virtual-networks?parent_id=e9cf5f11-adc9-4409-ae43-9e302251b778&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003520 10.0.0.27 - - [2025-12-04 04:26:15] "GET /virtual-network/db97f53b-da08-44b2-bdb7-5bb8c55fbb74?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.007210 10.0.0.27 - - [2025-12-04 04:26:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004305 10.0.0.27 - - [2025-12-04 04:26:15] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004464 10.0.0.27 - - [2025-12-04 04:26:15] "GET /virtual-networks?parent_id=e9cf5f11-adc9-4409-ae43-9e302251b778&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003500 10.0.0.27 - - [2025-12-04 04:26:15] "GET /virtual-network/db97f53b-da08-44b2-bdb7-5bb8c55fbb74?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.006615 10.0.0.27 - - [2025-12-04 04:26:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004193 10.0.0.27 - - [2025-12-04 04:26:16] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004220 10.0.0.27 - - [2025-12-04 04:26:16] "GET /virtual-networks?parent_id=e9cf5f11-adc9-4409-ae43-9e302251b778&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003609 10.0.0.27 - - [2025-12-04 04:26:16] "GET /virtual-network/db97f53b-da08-44b2-bdb7-5bb8c55fbb74?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.007632 10.0.0.27 - - [2025-12-04 04:26:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004195 10.0.0.27 - - [2025-12-04 04:26:16] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004864 10.0.0.27 - - [2025-12-04 04:26:16] "GET /virtual-networks?parent_id=e9cf5f11-adc9-4409-ae43-9e302251b778&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003932 10.0.0.27 - - [2025-12-04 04:26:16] "GET /virtual-network/db97f53b-da08-44b2-bdb7-5bb8c55fbb74?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.008275 10.0.0.27 - - [2025-12-04 04:26:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003822 10.0.0.27 - - [2025-12-04 04:26:16] "GET /routing-instance/731d0135-959f-41f8-b28d-8a308053cec2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1446 0.008679 10.0.0.27 - - [2025-12-04 04:26:16] "GET /route-target/bc9e07c0-c126-48c9-a1fa-fcd7e8a174e4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004588 10.0.0.27 - - [2025-12-04 04:26:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003745 10.0.0.27 - - [2025-12-04 04:26:16] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004734 10.0.0.27 - - [2025-12-04 04:26:17] "GET /virtual-networks?parent_id=e9cf5f11-adc9-4409-ae43-9e302251b778&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002986 10.0.0.27 - - [2025-12-04 04:26:17] "GET /virtual-network/db97f53b-da08-44b2-bdb7-5bb8c55fbb74?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.006331 10.0.0.27 - - [2025-12-04 04:26:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003476 10.0.0.27 - - [2025-12-04 04:26:17] "GET /routing-instance/731d0135-959f-41f8-b28d-8a308053cec2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1446 0.004612 10.0.0.27 - - [2025-12-04 04:26:17] "GET /route-target/bc9e07c0-c126-48c9-a1fa-fcd7e8a174e4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004144 10.0.0.27 - - [2025-12-04 04:26:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003705 10.0.0.27 - - [2025-12-04 04:26:17] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004168 10.0.0.27 - - [2025-12-04 04:26:17] "GET /virtual-networks?parent_id=e9cf5f11-adc9-4409-ae43-9e302251b778&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003590 10.0.0.27 - - [2025-12-04 04:26:17] "GET /virtual-network/db97f53b-da08-44b2-bdb7-5bb8c55fbb74?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.007040 10.0.0.27 - - [2025-12-04 04:26:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003395 10.0.0.27 - - [2025-12-04 04:26:17] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004023 10.0.0.27 - - [2025-12-04 04:26:17] "GET /virtual-networks?parent_id=e9cf5f11-adc9-4409-ae43-9e302251b778&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.012154 10.0.0.27 - - [2025-12-04 04:26:17] "GET /virtual-network/db97f53b-da08-44b2-bdb7-5bb8c55fbb74?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.006089 10.0.0.27 - - [2025-12-04 04:26:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003433 10.0.0.27 - - [2025-12-04 04:26:17] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004606 10.0.0.27 - - [2025-12-04 04:26:17] "GET /virtual-networks?parent_id=e9cf5f11-adc9-4409-ae43-9e302251b778&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003145 10.0.0.27 - - [2025-12-04 04:26:17] "GET /virtual-network/db97f53b-da08-44b2-bdb7-5bb8c55fbb74?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.006590 10.0.0.23 - - [2025-12-04 04:26:21] "GET /obj-perms HTTP/1.1" 200 5044 0.004574 10.0.0.27 - - [2025-12-04 04:26:21] "GET /obj-perms HTTP/1.1" 200 5044 0.004097 10.0.0.27 - - [2025-12-04 04:26:21] "GET /obj-perms HTTP/1.1" 200 5044 0.005158 10.0.0.27 - - [2025-12-04 04:26:21] "GET /obj-perms HTTP/1.1" 200 5044 0.004512 10.0.0.23 - - [2025-12-04 04:26:21] "GET /obj-perms HTTP/1.1" 200 5044 0.003862 10.0.0.27 - - [2025-12-04 04:26:22] "GET /virtual-machine/fd0cf04c-ae57-485f-a5b0-b04f4aa036a6 HTTP/1.1" 200 1300 0.004960 10.0.0.27 - - [2025-12-04 04:26:22] "GET /virtual-machine-interface/7c9277d3-92fd-4d13-ad6e-3ee5ecd04fbc HTTP/1.1" 200 2949 0.005896 10.0.0.27 - - [2025-12-04 04:26:22] "GET /virtual-machine/fd0cf04c-ae57-485f-a5b0-b04f4aa036a6 HTTP/1.1" 200 1300 0.004179 10.0.0.27 - - [2025-12-04 04:26:22] "GET /virtual-machine-interface/7c9277d3-92fd-4d13-ad6e-3ee5ecd04fbc HTTP/1.1" 200 2949 0.007123 10.0.0.27 - - [2025-12-04 04:26:22] "GET /instance-ip/95ae6efc-429a-47c2-9744-874d2b490978 HTTP/1.1" 200 1621 0.005914 10.0.0.27 - - [2025-12-04 04:26:22] "GET /virtual-machine/fd0cf04c-ae57-485f-a5b0-b04f4aa036a6 HTTP/1.1" 200 1300 0.003997 10.0.0.27 - - [2025-12-04 04:26:22] "GET /virtual-machine-interface/7c9277d3-92fd-4d13-ad6e-3ee5ecd04fbc HTTP/1.1" 200 2949 0.005403 10.0.0.27 - - [2025-12-04 04:26:22] "GET /instance-ip/95ae6efc-429a-47c2-9744-874d2b490978 HTTP/1.1" 200 1621 0.004879 10.0.0.27 - - [2025-12-04 04:26:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.004242 10.0.0.27 - - [2025-12-04 04:26:22] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003735 10.0.0.27 - - [2025-12-04 04:26:22] "GET /virtual-networks?parent_id=e9cf5f11-adc9-4409-ae43-9e302251b778&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003424 10.0.0.27 - - [2025-12-04 04:26:22] "GET /virtual-network/db97f53b-da08-44b2-bdb7-5bb8c55fbb74?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.006694 10.0.0.27 - - [2025-12-04 04:26:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.004209 10.0.0.27 - - [2025-12-04 04:26:22] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004562 10.0.0.27 - - [2025-12-04 04:26:22] "GET /virtual-networks?parent_id=e9cf5f11-adc9-4409-ae43-9e302251b778&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003592 10.0.0.27 - - [2025-12-04 04:26:22] "GET /virtual-network/db97f53b-da08-44b2-bdb7-5bb8c55fbb74?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.007318 10.0.0.27 - - [2025-12-04 04:26:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003862 10.0.0.27 - - [2025-12-04 04:26:22] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004461 10.0.0.27 - - [2025-12-04 04:26:22] "GET /virtual-networks?parent_id=e9cf5f11-adc9-4409-ae43-9e302251b778&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003281 10.0.0.27 - - [2025-12-04 04:26:22] "GET /virtual-network/db97f53b-da08-44b2-bdb7-5bb8c55fbb74?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.005978 10.0.0.27 - - [2025-12-04 04:26:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003576 10.0.0.27 - - [2025-12-04 04:26:22] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005137 10.0.0.27 - - [2025-12-04 04:26:22] "GET /virtual-networks?parent_id=e9cf5f11-adc9-4409-ae43-9e302251b778&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004111 10.0.0.27 - - [2025-12-04 04:26:22] "GET /virtual-network/db97f53b-da08-44b2-bdb7-5bb8c55fbb74?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.007037 10.0.0.27 - - [2025-12-04 04:26:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.004373 10.0.0.27 - - [2025-12-04 04:26:22] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004575 10.0.0.27 - - [2025-12-04 04:26:22] "GET /virtual-networks?parent_id=e9cf5f11-adc9-4409-ae43-9e302251b778&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003123 10.0.0.27 - - [2025-12-04 04:26:22] "GET /virtual-network/db97f53b-da08-44b2-bdb7-5bb8c55fbb74?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.006957 10.0.0.27 - - [2025-12-04 04:26:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.004362 10.0.0.27 - - [2025-12-04 04:26:22] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004087 10.0.0.27 - - [2025-12-04 04:26:22] "GET /virtual-networks?parent_id=e9cf5f11-adc9-4409-ae43-9e302251b778&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003646 10.0.0.27 - - [2025-12-04 04:26:22] "GET /virtual-network/db97f53b-da08-44b2-bdb7-5bb8c55fbb74?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.007066 10.0.0.27 - - [2025-12-04 04:26:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003939 10.0.0.27 - - [2025-12-04 04:26:22] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003737 10.0.0.27 - - [2025-12-04 04:26:23] "GET /virtual-networks?parent_id=e9cf5f11-adc9-4409-ae43-9e302251b778&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003324 10.0.0.27 - - [2025-12-04 04:26:23] "GET /virtual-network/db97f53b-da08-44b2-bdb7-5bb8c55fbb74?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.005843 10.0.0.27 - - [2025-12-04 04:26:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004141 10.0.0.27 - - [2025-12-04 04:26:24] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.008355 10.0.0.27 - - [2025-12-04 04:26:24] "GET /virtual-networks?parent_id=e9cf5f11-adc9-4409-ae43-9e302251b778&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003501 10.0.0.27 - - [2025-12-04 04:26:24] "GET /virtual-network/db97f53b-da08-44b2-bdb7-5bb8c55fbb74?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.007275 10.0.0.27 - - [2025-12-04 04:26:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004036 10.0.0.27 - - [2025-12-04 04:26:24] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004131 10.0.0.27 - - [2025-12-04 04:26:24] "GET /virtual-networks?parent_id=e9cf5f11-adc9-4409-ae43-9e302251b778&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003734 10.0.0.27 - - [2025-12-04 04:26:24] "GET /virtual-network/db97f53b-da08-44b2-bdb7-5bb8c55fbb74?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.006530 10.0.0.27 - - [2025-12-04 04:26:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003264 10.0.0.27 - - [2025-12-04 04:26:24] "GET /routing-instance/731d0135-959f-41f8-b28d-8a308053cec2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1446 0.004574 10.0.0.27 - - [2025-12-04 04:26:24] "GET /route-target/bc9e07c0-c126-48c9-a1fa-fcd7e8a174e4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004334 10.0.0.27 - - [2025-12-04 04:26:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003527 10.0.0.27 - - [2025-12-04 04:26:24] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004712 10.0.0.27 - - [2025-12-04 04:26:24] "GET /virtual-networks?parent_id=e9cf5f11-adc9-4409-ae43-9e302251b778&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003265 10.0.0.27 - - [2025-12-04 04:26:24] "GET /virtual-network/db97f53b-da08-44b2-bdb7-5bb8c55fbb74?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.006533 10.0.0.27 - - [2025-12-04 04:26:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.002982 10.0.0.27 - - [2025-12-04 04:26:24] "GET /routing-instance/731d0135-959f-41f8-b28d-8a308053cec2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1446 0.005341 10.0.0.27 - - [2025-12-04 04:26:24] "GET /route-target/bc9e07c0-c126-48c9-a1fa-fcd7e8a174e4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004283 10.0.0.27 - - [2025-12-04 04:26:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003562 10.0.0.27 - - [2025-12-04 04:26:24] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005152 10.0.0.27 - - [2025-12-04 04:26:25] "GET /virtual-networks?parent_id=e9cf5f11-adc9-4409-ae43-9e302251b778&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003818 10.0.0.27 - - [2025-12-04 04:26:25] "GET /virtual-network/db97f53b-da08-44b2-bdb7-5bb8c55fbb74?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.006637 10.0.0.27 - - [2025-12-04 04:26:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003989 10.0.0.27 - - [2025-12-04 04:26:25] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004399 10.0.0.27 - - [2025-12-04 04:26:25] "GET /virtual-networks?parent_id=e9cf5f11-adc9-4409-ae43-9e302251b778&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004017 10.0.0.27 - - [2025-12-04 04:26:25] "GET /virtual-network/db97f53b-da08-44b2-bdb7-5bb8c55fbb74?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.006650 10.0.0.27 - - [2025-12-04 04:26:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004252 10.0.0.27 - - [2025-12-04 04:26:25] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004420 10.0.0.27 - - [2025-12-04 04:26:25] "GET /virtual-networks?parent_id=e9cf5f11-adc9-4409-ae43-9e302251b778&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003920 10.0.0.27 - - [2025-12-04 04:26:25] "GET /virtual-network/db97f53b-da08-44b2-bdb7-5bb8c55fbb74?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.006627 10.0.0.23 - - [2025-12-04 04:26:29] "GET /obj-perms HTTP/1.1" 200 5044 0.004881 10.0.0.27 - - [2025-12-04 04:26:31] "GET /obj-perms HTTP/1.1" 200 5044 0.003940 10.0.0.27 - - [2025-12-04 04:26:31] "GET /obj-perms HTTP/1.1" 200 5044 0.003879 10.0.0.23 - - [2025-12-04 04:26:31] "GET /obj-perms HTTP/1.1" 200 5044 0.003702 10.0.0.33 - - [2025-12-04 04:26:31] "GET /obj-perms HTTP/1.1" 200 5044 0.061756 10.0.0.27 - - [2025-12-04 04:26:31] "GET /obj-perms HTTP/1.1" 200 5044 0.003706 10.0.0.27 - - [2025-12-04 04:26:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004169 10.0.0.27 - - [2025-12-04 04:26:51] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005498 10.0.0.27 - - [2025-12-04 04:26:51] "GET /virtual-networks?parent_id=e9cf5f11-adc9-4409-ae43-9e302251b778&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003416 10.0.0.27 - - [2025-12-04 04:26:52] "GET /virtual-network/db97f53b-da08-44b2-bdb7-5bb8c55fbb74?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.006760 10.0.0.27 - - [2025-12-04 04:26:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003803 10.0.0.27 - - [2025-12-04 04:26:53] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004187 10.0.0.27 - - [2025-12-04 04:26:53] "GET /virtual-networks?parent_id=e9cf5f11-adc9-4409-ae43-9e302251b778&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004306 10.0.0.27 - - [2025-12-04 04:26:53] "GET /virtual-network/db97f53b-da08-44b2-bdb7-5bb8c55fbb74?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.006986 10.0.0.27 - - [2025-12-04 04:27:02] "POST /neutron/port HTTP/1.1" 200 1090 0.047763 10.0.0.27 - - [2025-12-04 04:27:02] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004242 10.0.0.27 - - [2025-12-04 04:27:02] "POST /neutron/network HTTP/1.1" 200 808 0.007284 10.0.0.27 - - [2025-12-04 04:27:08] "GET /virtual-machine/fd0cf04c-ae57-485f-a5b0-b04f4aa036a6 HTTP/1.1" 200 1300 0.004721 10.0.0.27 - - [2025-12-04 04:27:08] "GET /virtual-machine-interface/7c9277d3-92fd-4d13-ad6e-3ee5ecd04fbc HTTP/1.1" 200 2949 0.008207 10.0.0.27 - - [2025-12-04 04:27:08] "GET /instance-ip/95ae6efc-429a-47c2-9744-874d2b490978 HTTP/1.1" 200 1621 0.007226 10.0.0.27 - - [2025-12-04 04:27:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.006573 10.0.0.27 - - [2025-12-04 04:27:08] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004756 10.0.0.27 - - [2025-12-04 04:27:08] "GET /virtual-networks?parent_id=e9cf5f11-adc9-4409-ae43-9e302251b778&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.006007 10.0.0.27 - - [2025-12-04 04:27:08] "GET /virtual-network/db97f53b-da08-44b2-bdb7-5bb8c55fbb74?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.007168 10.0.0.27 - - [2025-12-04 04:27:12] "GET /virtual-machine/fd0cf04c-ae57-485f-a5b0-b04f4aa036a6 HTTP/1.1" 200 1300 0.005680 10.0.0.27 - - [2025-12-04 04:27:12] "POST /neutron/network HTTP/1.1" 200 818 0.008832 10.0.0.27 - - [2025-12-04 04:27:12] "POST /neutron/port HTTP/1.1" 200 117 0.001142 10.0.0.27 - - [2025-12-04 04:27:13] "POST /neutron/port HTTP/1.1" 200 1116 0.015938 10.0.0.27 - - [2025-12-04 04:27:14] "GET /virtual-machine/fd0cf04c-ae57-485f-a5b0-b04f4aa036a6 HTTP/1.1" 404 171 0.003338 10.0.0.27 - - [2025-12-04 04:27:14] "GET /virtual-machine/fd0cf04c-ae57-485f-a5b0-b04f4aa036a6 HTTP/1.1" 404 171 0.007445 10.0.0.27 - - [2025-12-04 04:27:14] "GET /virtual-machine/fd0cf04c-ae57-485f-a5b0-b04f4aa036a6 HTTP/1.1" 404 171 0.002923 10.0.0.27 - - [2025-12-04 04:27:15] "GET /virtual-machine/fd0cf04c-ae57-485f-a5b0-b04f4aa036a6 HTTP/1.1" 404 171 0.003327 10.0.0.27 - - [2025-12-04 04:27:16] "GET /virtual-machine/fd0cf04c-ae57-485f-a5b0-b04f4aa036a6 HTTP/1.1" 404 171 0.003773 10.0.0.27 - - [2025-12-04 04:27:17] "GET /virtual-machine/fd0cf04c-ae57-485f-a5b0-b04f4aa036a6 HTTP/1.1" 404 171 0.003999 10.0.0.27 - - [2025-12-04 04:27:18] "GET /virtual-machine/fd0cf04c-ae57-485f-a5b0-b04f4aa036a6 HTTP/1.1" 404 171 0.003376 10.0.0.27 - - [2025-12-04 04:27:19] "GET /virtual-machine/fd0cf04c-ae57-485f-a5b0-b04f4aa036a6 HTTP/1.1" 404 171 0.003584 10.0.0.27 - - [2025-12-04 04:27:20] "GET /virtual-machine/fd0cf04c-ae57-485f-a5b0-b04f4aa036a6 HTTP/1.1" 404 171 0.003600 10.0.0.27 - - [2025-12-04 04:27:20] "GET /virtual-machine/fd0cf04c-ae57-485f-a5b0-b04f4aa036a6 HTTP/1.1" 404 171 0.003270 10.0.0.27 - - [2025-12-04 04:27:21] "GET /virtual-machine/fd0cf04c-ae57-485f-a5b0-b04f4aa036a6 HTTP/1.1" 404 171 0.004039 10.0.0.27 - - [2025-12-04 04:27:22] "GET /virtual-machine/fd0cf04c-ae57-485f-a5b0-b04f4aa036a6 HTTP/1.1" 404 171 0.004616 10.0.0.27 - - [2025-12-04 04:27:23] "GET /virtual-machine/fd0cf04c-ae57-485f-a5b0-b04f4aa036a6 HTTP/1.1" 404 171 0.003226 10.0.0.27 - - [2025-12-04 04:27:24] "GET /virtual-machine/fd0cf04c-ae57-485f-a5b0-b04f4aa036a6 HTTP/1.1" 404 171 0.004071 10.0.0.27 - - [2025-12-04 04:27:25] "GET /virtual-machine/fd0cf04c-ae57-485f-a5b0-b04f4aa036a6 HTTP/1.1" 404 171 0.003585 10.0.0.27 - - [2025-12-04 04:27:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004019 10.0.0.27 - - [2025-12-04 04:27:25] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004517 10.0.0.27 - - [2025-12-04 04:27:25] "GET /virtual-networks?parent_id=e9cf5f11-adc9-4409-ae43-9e302251b778&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003589 10.0.0.27 - - [2025-12-04 04:27:25] "GET /virtual-network/db97f53b-da08-44b2-bdb7-5bb8c55fbb74?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.006876 10.0.0.27 - - [2025-12-04 04:27:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004372 10.0.0.27 - - [2025-12-04 04:27:25] "GET /routing-instance/731d0135-959f-41f8-b28d-8a308053cec2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1446 0.006805 10.0.0.27 - - [2025-12-04 04:27:25] "GET /route-target/bc9e07c0-c126-48c9-a1fa-fcd7e8a174e4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004419 10.0.0.27 - - [2025-12-04 04:27:26] "GET /virtual-machine/fd0cf04c-ae57-485f-a5b0-b04f4aa036a6 HTTP/1.1" 404 171 0.004504 10.0.0.27 - - [2025-12-04 04:27:27] "GET /virtual-machine/fd0cf04c-ae57-485f-a5b0-b04f4aa036a6 HTTP/1.1" 404 171 0.003626 10.0.0.27 - - [2025-12-04 04:27:28] "GET /virtual-machine/fd0cf04c-ae57-485f-a5b0-b04f4aa036a6 HTTP/1.1" 404 171 0.005944 10.0.0.27 - - [2025-12-04 04:27:29] "GET /virtual-machine/fd0cf04c-ae57-485f-a5b0-b04f4aa036a6 HTTP/1.1" 404 171 0.004391 10.0.0.27 - - [2025-12-04 04:27:30] "GET /virtual-machine/fd0cf04c-ae57-485f-a5b0-b04f4aa036a6 HTTP/1.1" 404 171 0.003764 10.0.0.27 - - [2025-12-04 04:27:31] "GET /virtual-machine/fd0cf04c-ae57-485f-a5b0-b04f4aa036a6 HTTP/1.1" 404 171 0.003312 10.0.0.27 - - [2025-12-04 04:27:31] "GET /virtual-machine/fd0cf04c-ae57-485f-a5b0-b04f4aa036a6 HTTP/1.1" 404 171 0.003657 10.0.0.27 - - [2025-12-04 04:27:32] "GET /virtual-machine/fd0cf04c-ae57-485f-a5b0-b04f4aa036a6 HTTP/1.1" 404 171 0.003535 10.0.0.27 - - [2025-12-04 04:27:33] "GET /virtual-machine/fd0cf04c-ae57-485f-a5b0-b04f4aa036a6 HTTP/1.1" 404 171 0.002916 10.0.0.27 - - [2025-12-04 04:27:34] "GET /virtual-machine/fd0cf04c-ae57-485f-a5b0-b04f4aa036a6 HTTP/1.1" 404 171 0.003939 10.0.0.27 - - [2025-12-04 04:27:35] "GET /virtual-machine/fd0cf04c-ae57-485f-a5b0-b04f4aa036a6 HTTP/1.1" 404 171 0.003005 10.0.0.27 - - [2025-12-04 04:27:36] "GET /virtual-machine/fd0cf04c-ae57-485f-a5b0-b04f4aa036a6 HTTP/1.1" 404 171 0.003308 10.0.0.33 - - [2025-12-04 04:27:36] "GET /obj-perms HTTP/1.1" 200 5044 0.005094 10.0.0.27 - - [2025-12-04 04:27:36] "GET /obj-perms HTTP/1.1" 200 5044 0.004100 10.0.0.23 - - [2025-12-04 04:27:36] "GET /obj-perms HTTP/1.1" 200 5044 0.004382 10.0.0.27 - - [2025-12-04 04:27:36] "GET /virtual-machine/83fc4aaf-8df8-4d6e-bcd3-3a4a273d3bbc HTTP/1.1" 200 1299 0.005453 10.0.0.27 - - [2025-12-04 04:27:36] "POST /neutron/port HTTP/1.1" 200 1116 0.012861 10.0.0.27 - - [2025-12-04 04:27:38] "GET /virtual-machine/83fc4aaf-8df8-4d6e-bcd3-3a4a273d3bbc HTTP/1.1" 404 171 0.003618 10.0.0.27 - - [2025-12-04 04:27:38] "GET /virtual-machine/83fc4aaf-8df8-4d6e-bcd3-3a4a273d3bbc HTTP/1.1" 404 171 0.003475 10.0.0.27 - - [2025-12-04 04:27:38] "GET /virtual-machine/83fc4aaf-8df8-4d6e-bcd3-3a4a273d3bbc HTTP/1.1" 404 171 0.004184 10.0.0.27 - - [2025-12-04 04:27:38] "GET /virtual-machine/83fc4aaf-8df8-4d6e-bcd3-3a4a273d3bbc HTTP/1.1" 404 171 0.004221 10.0.0.27 - - [2025-12-04 04:27:39] "GET /virtual-machine/83fc4aaf-8df8-4d6e-bcd3-3a4a273d3bbc HTTP/1.1" 404 171 0.002956 10.0.0.27 - - [2025-12-04 04:27:40] "GET /virtual-machine/83fc4aaf-8df8-4d6e-bcd3-3a4a273d3bbc HTTP/1.1" 404 171 0.003625 10.0.0.27 - - [2025-12-04 04:27:41] "GET /virtual-machine/83fc4aaf-8df8-4d6e-bcd3-3a4a273d3bbc HTTP/1.1" 404 171 0.003673 10.0.0.27 - - [2025-12-04 04:27:42] "GET /virtual-machine/83fc4aaf-8df8-4d6e-bcd3-3a4a273d3bbc HTTP/1.1" 404 171 0.002838 10.0.0.27 - - [2025-12-04 04:27:43] "GET /virtual-machine/83fc4aaf-8df8-4d6e-bcd3-3a4a273d3bbc HTTP/1.1" 404 171 0.003772 10.0.0.27 - - [2025-12-04 04:27:43] "GET /virtual-machine/83fc4aaf-8df8-4d6e-bcd3-3a4a273d3bbc HTTP/1.1" 404 171 0.003799 10.0.0.27 - - [2025-12-04 04:27:44] "GET /virtual-machine/83fc4aaf-8df8-4d6e-bcd3-3a4a273d3bbc HTTP/1.1" 404 171 0.003158 10.0.0.27 - - [2025-12-04 04:27:45] "GET /virtual-machine/83fc4aaf-8df8-4d6e-bcd3-3a4a273d3bbc HTTP/1.1" 404 171 0.003679 10.0.0.27 - - [2025-12-04 04:27:46] "GET /virtual-machine/83fc4aaf-8df8-4d6e-bcd3-3a4a273d3bbc HTTP/1.1" 404 171 0.003690 10.0.0.27 - - [2025-12-04 04:27:47] "GET /virtual-machine/83fc4aaf-8df8-4d6e-bcd3-3a4a273d3bbc HTTP/1.1" 404 171 0.003855 10.0.0.27 - - [2025-12-04 04:27:48] "GET /virtual-machine/83fc4aaf-8df8-4d6e-bcd3-3a4a273d3bbc HTTP/1.1" 404 171 0.003860 10.0.0.27 - - [2025-12-04 04:27:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004632 10.0.0.27 - - [2025-12-04 04:27:48] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004086 10.0.0.27 - - [2025-12-04 04:27:48] "GET /virtual-networks?parent_id=e9cf5f11-adc9-4409-ae43-9e302251b778&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004045 10.0.0.27 - - [2025-12-04 04:27:48] "GET /virtual-network/db97f53b-da08-44b2-bdb7-5bb8c55fbb74?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.006389 10.0.0.27 - - [2025-12-04 04:27:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003377 10.0.0.27 - - [2025-12-04 04:27:48] "GET /routing-instance/731d0135-959f-41f8-b28d-8a308053cec2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1446 0.004823 10.0.0.27 - - [2025-12-04 04:27:48] "GET /route-target/bc9e07c0-c126-48c9-a1fa-fcd7e8a174e4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004009 10.0.0.27 - - [2025-12-04 04:27:48] "GET /obj-perms HTTP/1.1" 200 5044 0.003711 10.0.0.27 - - [2025-12-04 04:27:52] "GET /obj-perms HTTP/1.1" 200 5044 0.005550 10.0.0.23 - - [2025-12-04 04:27:52] "POST /useragent-kv HTTP/1.1" 200 115 0.074599 10.0.0.23 - - [2025-12-04 04:27:52] "POST /useragent-kv HTTP/1.1" 200 115 0.003559 10.0.0.27 - - [2025-12-04 04:27:52] "POST /neutron/network HTTP/1.1" 200 151 0.222168 10.0.0.33 - - [2025-12-04 04:27:52] "DELETE /route-target/bc9e07c0-c126-48c9-a1fa-fcd7e8a174e4 HTTP/1.1" 200 115 0.088199 10.0.0.27 - - [2025-12-04 04:27:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003884 10.0.0.27 - - [2025-12-04 04:27:52] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004867 10.0.0.27 - - [2025-12-04 04:27:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003728 10.0.0.27 - - [2025-12-04 04:27:52] "PUT /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9 HTTP/1.1" 200 276 0.021324 10.0.0.23 - - [2025-12-04 04:27:55] "GET /projects?obj_uuids=e9cf5f11-adc9-4409-ae43-9e302251b778&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.001057 10.0.0.27 - - [2025-12-04 04:27:55] "GET /project/e9cf5f11-adc9-4409-ae43-9e302251b778?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1392 0.083156 10.0.0.23 - - [2025-12-04 04:27:55] "GET /projects?obj_uuids=e9cf5f11-adc9-4409-ae43-9e302251b778&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.001687 10.0.0.27 - - [2025-12-04 04:27:55] "GET /project/e9cf5f11-adc9-4409-ae43-9e302251b778?fields=virtual_networks HTTP/1.1" 200 1047 0.056338 10.0.0.23 - - [2025-12-04 04:27:55] "GET /projects?obj_uuids=e9cf5f11-adc9-4409-ae43-9e302251b778&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.001298 10.0.0.27 - - [2025-12-04 04:27:55] "GET /project/e9cf5f11-adc9-4409-ae43-9e302251b778?fields=virtual_machine_interfaces HTTP/1.1" 200 1047 0.053351 10.0.0.23 - - [2025-12-04 04:27:55] "GET /projects?obj_uuids=e9cf5f11-adc9-4409-ae43-9e302251b778&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.001402 10.0.0.27 - - [2025-12-04 04:27:55] "GET /project/e9cf5f11-adc9-4409-ae43-9e302251b778?fields=security_groups HTTP/1.1" 200 1280 0.044962 10.0.0.27 - - [2025-12-04 04:27:56] "POST /fqname-to-id HTTP/1.1" 404 194 0.031465 10.0.0.23 - - [2025-12-04 04:27:56] "GET /projects?obj_uuids=ad2b9888-a837-422d-a8dc-1603eaa39edc&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003408 10.0.0.23 - - [2025-12-04 04:27:56] "GET /domains?obj_uuids=77f3106b-db9e-49b5-893e-09cac574b890&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001885 10.0.0.23 - - [2025-12-04 04:27:56] "GET /domain/77f3106b-db9e-49b5-893e-09cac574b890?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.058527 10.0.0.23 - - [2025-12-04 04:27:56] "POST /id-to-fqname HTTP/1.1" 200 196 0.008802 10.0.0.23 - - [2025-12-04 04:27:56] "POST /fqname-to-id HTTP/1.1" 404 205 0.013153 10.0.0.23 - - [2025-12-04 04:27:57] "POST /security-groups HTTP/1.1" 200 597 0.043424 10.0.0.23 - - [2025-12-04 04:27:57] "POST /projects HTTP/1.1" 200 597 0.289320 10.0.0.23 - - [2025-12-04 04:27:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.369760 10.0.0.33 - - [2025-12-04 04:27:57] "POST /fqname-to-id HTTP/1.1" 404 239 0.006745 10.0.0.27 - - [2025-12-04 04:27:57] "GET /project/ad2b9888-a837-422d-a8dc-1603eaa39edc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.615124 10.0.0.27 - - [2025-12-04 04:27:58] "GET / HTTP/1.1" 200 35931 0.002641 10.0.0.23 - - [2025-12-04 04:28:00] "DELETE /project/ad2b9888a837422da8dc1603eaa39edc HTTP/1.1" 404 173 0.003892 10.0.0.23 - - [2025-12-04 04:28:00] "GET /projects?obj_uuids=e9cf5f11-adc9-4409-ae43-9e302251b778&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.000890 10.0.0.23 - - [2025-12-04 04:28:00] "GET /project/e9cf5f11-adc9-4409-ae43-9e302251b778?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1497 0.061471 10.0.0.23 - - [2025-12-04 04:28:00] "GET /projects?obj_uuids=e9cf5f11-adc9-4409-ae43-9e302251b778&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.001741 10.0.0.23 - - [2025-12-04 04:28:00] "GET /project/e9cf5f11-adc9-4409-ae43-9e302251b778?fields=security_groups HTTP/1.1" 200 1117 0.079203 10.0.0.33 - - [2025-12-04 04:28:00] "DELETE /access-control-list/f094aed3-2447-43b4-be88-4197429ae879 HTTP/1.1" 200 115 0.065782 10.0.0.23 - - [2025-12-04 04:28:00] "GET /projects?obj_uuids=e9cf5f11-adc9-4409-ae43-9e302251b778&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.003716 10.0.0.23 - - [2025-12-04 04:28:00] "GET /project/e9cf5f11-adc9-4409-ae43-9e302251b778?fields=application_policy_sets HTTP/1.1" 200 1424 0.073781 10.0.0.23 - - [2025-12-04 04:28:00] "DELETE /project/e9cf5f11-adc9-4409-ae43-9e302251b778 HTTP/1.1" 404 190 0.353086 10.0.0.23 - - [2025-12-04 04:28:01] "GET /projects?obj_uuids=ad2b9888-a837-422d-a8dc-1603eaa39edc&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001403 10.0.0.27 - - [2025-12-04 04:28:01] "GET /project/ad2b9888-a837-422d-a8dc-1603eaa39edc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.051256 10.0.0.23 - - [2025-12-04 04:28:01] "GET /projects?obj_uuids=ad2b9888-a837-422d-a8dc-1603eaa39edc&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001511 10.0.0.27 - - [2025-12-04 04:28:01] "GET /project/ad2b9888-a837-422d-a8dc-1603eaa39edc?fields=virtual_networks HTTP/1.1" 200 1045 0.049280 10.0.0.23 - - [2025-12-04 04:28:01] "GET /projects?obj_uuids=ad2b9888-a837-422d-a8dc-1603eaa39edc&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001302 10.0.0.27 - - [2025-12-04 04:28:01] "GET /project/ad2b9888-a837-422d-a8dc-1603eaa39edc?fields=virtual_machine_interfaces HTTP/1.1" 200 1045 0.054090 10.0.0.23 - - [2025-12-04 04:28:01] "GET /projects?obj_uuids=ad2b9888-a837-422d-a8dc-1603eaa39edc&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001213 10.0.0.27 - - [2025-12-04 04:28:01] "GET /project/ad2b9888-a837-422d-a8dc-1603eaa39edc?fields=security_groups HTTP/1.1" 200 1277 0.046878 10.0.0.27 - - [2025-12-04 04:28:02] "POST /fqname-to-id HTTP/1.1" 404 188 0.029987 10.0.0.23 - - [2025-12-04 04:28:02] "GET /projects?obj_uuids=ce27561e-83db-4183-81b2-34acbecaa735&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003705 10.0.0.23 - - [2025-12-04 04:28:03] "GET /domains?obj_uuids=77f3106b-db9e-49b5-893e-09cac574b890&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001274 10.0.0.23 - - [2025-12-04 04:28:03] "GET /domain/77f3106b-db9e-49b5-893e-09cac574b890?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.008040 10.0.0.23 - - [2025-12-04 04:28:03] "POST /id-to-fqname HTTP/1.1" 200 190 0.003635 10.0.0.23 - - [2025-12-04 04:28:03] "POST /fqname-to-id HTTP/1.1" 404 199 0.010051 10.0.0.23 - - [2025-12-04 04:28:03] "POST /security-groups HTTP/1.1" 200 591 0.033022 10.0.0.23 - - [2025-12-04 04:28:03] "POST /projects HTTP/1.1" 200 585 0.245021 10.0.0.23 - - [2025-12-04 04:28:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.325718 10.0.0.33 - - [2025-12-04 04:28:03] "POST /fqname-to-id HTTP/1.1" 404 233 0.008421 10.0.0.27 - - [2025-12-04 04:28:03] "GET /project/ce27561e-83db-4183-81b2-34acbecaa735?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.523252 10.0.0.27 - - [2025-12-04 04:28:04] "GET / HTTP/1.1" 200 35931 0.003130 10.0.0.23 - - [2025-12-04 04:28:07] "GET /projects?obj_uuids=ce27561e-83db-4183-81b2-34acbecaa735&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001166 10.0.0.27 - - [2025-12-04 04:28:07] "GET /project/ce27561e-83db-4183-81b2-34acbecaa735?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.050528 10.0.0.23 - - [2025-12-04 04:28:07] "GET /projects?obj_uuids=ce27561e-83db-4183-81b2-34acbecaa735&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001210 10.0.0.27 - - [2025-12-04 04:28:07] "GET /project/ce27561e-83db-4183-81b2-34acbecaa735?fields=virtual_networks HTTP/1.1" 200 1032 0.057622 10.0.0.23 - - [2025-12-04 04:28:07] "GET /projects?obj_uuids=ce27561e-83db-4183-81b2-34acbecaa735&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001423 10.0.0.27 - - [2025-12-04 04:28:07] "GET /project/ce27561e-83db-4183-81b2-34acbecaa735?fields=virtual_machine_interfaces HTTP/1.1" 200 1032 0.065483 10.0.0.23 - - [2025-12-04 04:28:07] "GET /projects?obj_uuids=ce27561e-83db-4183-81b2-34acbecaa735&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000958 10.0.0.27 - - [2025-12-04 04:28:08] "GET /project/ce27561e-83db-4183-81b2-34acbecaa735?fields=security_groups HTTP/1.1" 200 1258 0.056834 10.0.0.27 - - [2025-12-04 04:28:08] "POST /fqname-to-id HTTP/1.1" 404 196 0.030773 10.0.0.23 - - [2025-12-04 04:28:09] "GET /projects?obj_uuids=d78657c1-7985-4818-8343-771f4e07b2f5&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004106 10.0.0.23 - - [2025-12-04 04:28:09] "GET /domains?obj_uuids=77f3106b-db9e-49b5-893e-09cac574b890&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001027 10.0.0.23 - - [2025-12-04 04:28:09] "GET /domain/77f3106b-db9e-49b5-893e-09cac574b890?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.008145 10.0.0.23 - - [2025-12-04 04:28:09] "POST /id-to-fqname HTTP/1.1" 200 198 0.001269 10.0.0.23 - - [2025-12-04 04:28:09] "POST /fqname-to-id HTTP/1.1" 404 207 0.017281 10.0.0.23 - - [2025-12-04 04:28:09] "POST /security-groups HTTP/1.1" 200 599 0.088054 10.0.0.23 - - [2025-12-04 04:28:09] "POST /projects HTTP/1.1" 200 601 0.341421 10.0.0.33 - - [2025-12-04 04:28:09] "POST /access-control-lists HTTP/1.1" 200 604 0.032357 10.0.0.23 - - [2025-12-04 04:28:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.429793 10.0.0.27 - - [2025-12-04 04:28:09] "GET /project/d78657c1-7985-4818-8343-771f4e07b2f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.623794 10.0.0.27 - - [2025-12-04 04:28:10] "GET / HTTP/1.1" 200 35931 0.002259 10.0.0.27 - - [2025-12-04 04:28:11] "POST /fqname-to-id HTTP/1.1" 401 292 0.000798 10.0.0.27 - - [2025-12-04 04:28:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.099715 10.0.0.23 - - [2025-12-04 04:28:11] "GET /projects?obj_uuids=d78657c1-7985-4818-8343-771f4e07b2f5&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001181 10.0.0.27 - - [2025-12-04 04:28:11] "GET /project/d78657c1-7985-4818-8343-771f4e07b2f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.068417 10.0.0.33 - - [2025-12-04 04:28:12] "POST /route-targets HTTP/1.1" 200 327 0.016358 10.0.0.23 - - [2025-12-04 04:28:12] "POST /useragent-kv HTTP/1.1" 200 115 0.013140 10.0.0.27 - - [2025-12-04 04:28:12] "POST /neutron/subnet HTTP/1.1" 200 716 0.309976 10.0.0.23 - - [2025-12-04 04:28:12] "POST /fqname-to-id HTTP/1.1" 404 207 0.090530 10.0.0.27 - - [2025-12-04 04:28:12] "POST /id-to-fqname HTTP/1.1" 200 222 0.001276 10.0.0.27 - - [2025-12-04 04:28:12] "GET /virtual-network/5a4c45ec-7de1-4c81-b4a6-edcb0fa64f1a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2562 0.009428 10.0.0.27 - - [2025-12-04 04:28:13] "POST /neutron/network HTTP/1.1" 200 976 0.012260 10.0.0.27 - - [2025-12-04 04:28:13] "GET /virtual-network/5a4c45ec-7de1-4c81-b4a6-edcb0fa64f1a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2562 0.009827 10.0.0.27 - - [2025-12-04 04:28:13] "POST /neutron/subnet HTTP/1.1" 200 730 0.011993 10.0.0.27 - - [2025-12-04 04:28:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003753 10.0.0.23 - - [2025-12-04 04:28:13] "GET /projects?obj_uuids=d78657c1-7985-4818-8343-771f4e07b2f5&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001348 10.0.0.27 - - [2025-12-04 04:28:13] "GET /project/d78657c1-7985-4818-8343-771f4e07b2f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.065831 10.0.0.33 - - [2025-12-04 04:28:13] "POST /ref-update HTTP/1.1" 200 156 0.039102 10.0.0.23 - - [2025-12-04 04:28:13] "POST /useragent-kv HTTP/1.1" 200 115 0.002416 10.0.0.27 - - [2025-12-04 04:28:13] "POST /neutron/subnet HTTP/1.1" 200 716 0.249156 10.0.0.33 - - [2025-12-04 04:28:13] "GET /obj-perms HTTP/1.1" 200 5056 0.120255 10.0.0.23 - - [2025-12-04 04:28:13] "POST /fqname-to-id HTTP/1.1" 404 207 0.012945 10.0.0.27 - - [2025-12-04 04:28:14] "POST /id-to-fqname HTTP/1.1" 200 222 0.001444 10.0.0.27 - - [2025-12-04 04:28:14] "GET /virtual-network/81e86cb1-2537-4650-9b9c-d291cb2c2a34?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2565 0.009564 10.0.0.27 - - [2025-12-04 04:28:14] "POST /neutron/network HTTP/1.1" 200 977 0.011006 10.0.0.27 - - [2025-12-04 04:28:14] "GET /virtual-network/81e86cb1-2537-4650-9b9c-d291cb2c2a34?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2565 0.008211 10.0.0.27 - - [2025-12-04 04:28:14] "POST /neutron/subnet HTTP/1.1" 200 734 0.010983 10.0.0.27 - - [2025-12-04 04:28:14] "POST /id-to-fqname HTTP/1.1" 200 222 0.001641 10.0.0.23 - - [2025-12-04 04:28:15] "GET /projects?obj_uuids=d78657c1-7985-4818-8343-771f4e07b2f5&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001390 10.0.0.27 - - [2025-12-04 04:28:15] "GET /project/d78657c1-7985-4818-8343-771f4e07b2f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.084868 10.0.0.27 - - [2025-12-04 04:28:15] "POST /neutron/port HTTP/1.1" 200 117 0.007152 10.0.0.27 - - [2025-12-04 04:28:15] "POST /id-to-fqname HTTP/1.1" 200 222 0.001349 10.0.0.27 - - [2025-12-04 04:28:15] "POST /neutron/network HTTP/1.1" 200 987 0.008380 10.0.0.23 - - [2025-12-04 04:28:16] "GET /projects?obj_uuids=d78657c1-7985-4818-8343-771f4e07b2f5&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001545 10.0.0.27 - - [2025-12-04 04:28:16] "POST /neutron/port HTTP/1.1" 200 1154 0.028071 10.0.0.27 - - [2025-12-04 04:28:16] "GET /project/d78657c1-7985-4818-8343-771f4e07b2f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.108806 10.0.0.27 - - [2025-12-04 04:28:16] "POST /neutron/network HTTP/1.1" 200 977 0.074407 10.0.0.27 - - [2025-12-04 04:28:16] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005683 10.0.0.27 - - [2025-12-04 04:28:16] "POST /neutron/port HTTP/1.1" 200 1182 0.023219 10.0.0.27 - - [2025-12-04 04:28:17] "POST /neutron/network HTTP/1.1" 200 976 0.010667 10.0.0.27 - - [2025-12-04 04:28:17] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008462 10.0.0.27 - - [2025-12-04 04:28:17] "POST /neutron/port HTTP/1.1" 200 1155 0.022729 10.0.0.27 - - [2025-12-04 04:28:18] "POST /neutron/port HTTP/1.1" 200 1183 0.019808 10.0.0.27 - - [2025-12-04 04:28:18] "POST /neutron/subnet HTTP/1.1" 200 1282 0.019343 10.0.0.27 - - [2025-12-04 04:28:18] "POST /neutron/network HTTP/1.1" 200 977 0.010959 10.0.0.27 - - [2025-12-04 04:28:22] "POST /neutron/port HTTP/1.1" 200 1182 0.016454 10.0.0.27 - - [2025-12-04 04:28:22] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008096 10.0.0.27 - - [2025-12-04 04:28:22] "GET /virtual-machine/bdde2dd4-f63e-4396-8af3-4d842d93805a HTTP/1.1" 401 292 0.000415 10.0.0.27 - - [2025-12-04 04:28:22] "GET /virtual-machine/bdde2dd4-f63e-4396-8af3-4d842d93805a HTTP/1.1" 200 1301 0.035703 10.0.0.27 - - [2025-12-04 04:28:22] "GET /virtual-machine-interface/a614b3f2-c9bc-4814-9759-d81bb3505d8b HTTP/1.1" 200 3158 0.006780 10.0.0.27 - - [2025-12-04 04:28:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003324 10.0.0.27 - - [2025-12-04 04:28:22] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004053 10.0.0.27 - - [2025-12-04 04:28:22] "GET /virtual-networks?parent_id=d78657c1-7985-4818-8343-771f4e07b2f5&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003203 10.0.0.27 - - [2025-12-04 04:28:22] "GET /virtual-network/5a4c45ec-7de1-4c81-b4a6-edcb0fa64f1a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2562 0.006001 10.0.0.27 - - [2025-12-04 04:28:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004485 10.0.0.27 - - [2025-12-04 04:28:26] "GET /virtual-network/5a4c45ec-7de1-4c81-b4a6-edcb0fa64f1a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2562 0.007598 10.0.0.27 - - [2025-12-04 04:28:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003510 10.0.0.27 - - [2025-12-04 04:28:28] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005257 10.0.0.27 - - [2025-12-04 04:28:28] "GET /virtual-networks?parent_id=d78657c1-7985-4818-8343-771f4e07b2f5&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003534 10.0.0.27 - - [2025-12-04 04:28:28] "GET /virtual-network/5a4c45ec-7de1-4c81-b4a6-edcb0fa64f1a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2562 0.006684 10.0.0.27 - - [2025-12-04 04:28:28] "POST /neutron/port HTTP/1.1" 200 1182 0.018023 10.0.0.27 - - [2025-12-04 04:28:28] "POST /neutron/security_group HTTP/1.1" 200 2066 0.039812 10.0.0.27 - - [2025-12-04 04:28:33] "POST /neutron/port HTTP/1.1" 200 1183 0.018986 10.0.0.27 - - [2025-12-04 04:28:33] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007263 10.0.0.27 - - [2025-12-04 04:28:33] "GET /virtual-machine/3913f470-bee5-4347-ae0a-492bd3ed9369 HTTP/1.1" 200 1300 0.005830 10.0.0.27 - - [2025-12-04 04:28:33] "GET /virtual-machine-interface/25e6c482-2d92-4e0a-8e8e-a0f00fe1d222 HTTP/1.1" 200 3157 0.005378 10.0.0.27 - - [2025-12-04 04:28:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003997 10.0.0.27 - - [2025-12-04 04:28:33] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003605 10.0.0.27 - - [2025-12-04 04:28:33] "GET /virtual-networks?parent_id=d78657c1-7985-4818-8343-771f4e07b2f5&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.002889 10.0.0.27 - - [2025-12-04 04:28:33] "GET /virtual-network/81e86cb1-2537-4650-9b9c-d291cb2c2a34?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2565 0.006249 10.0.0.27 - - [2025-12-04 04:28:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.005103 10.0.0.27 - - [2025-12-04 04:28:35] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004155 10.0.0.27 - - [2025-12-04 04:28:35] "GET /virtual-networks?parent_id=d78657c1-7985-4818-8343-771f4e07b2f5&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003633 10.0.0.27 - - [2025-12-04 04:28:35] "GET /virtual-network/81e86cb1-2537-4650-9b9c-d291cb2c2a34?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2565 0.007160 10.0.0.27 - - [2025-12-04 04:28:35] "POST /fqname-to-id HTTP/1.1" 404 209 0.003127 10.0.0.27 - - [2025-12-04 04:28:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003550 10.0.0.23 - - [2025-12-04 04:28:35] "GET /projects?obj_uuids=d78657c1-7985-4818-8343-771f4e07b2f5&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001148 10.0.0.27 - - [2025-12-04 04:28:35] "GET /project/d78657c1-7985-4818-8343-771f4e07b2f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.044727 10.0.0.27 - - [2025-12-04 04:28:35] "POST /network-policys HTTP/1.1" 200 533 0.031562 10.0.0.27 - - [2025-12-04 04:28:35] "GET /network-policy/a50413ba-b562-46b1-884a-743864e2c4ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2095 0.005900 10.0.0.27 - - [2025-12-04 04:28:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003211 10.0.0.27 - - [2025-12-04 04:28:35] "GET /virtual-network/5a4c45ec-7de1-4c81-b4a6-edcb0fa64f1a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2562 0.005697 10.0.0.27 - - [2025-12-04 04:28:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003325 10.0.0.27 - - [2025-12-04 04:28:35] "GET /network-policy/a50413ba-b562-46b1-884a-743864e2c4ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2095 0.004489 10.0.0.27 - - [2025-12-04 04:28:35] "POST /ref-update HTTP/1.1" 200 156 0.065937 10.0.0.27 - - [2025-12-04 04:28:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.011230 10.0.0.27 - - [2025-12-04 04:28:35] "GET /network-policy/a50413ba-b562-46b1-884a-743864e2c4ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2095 0.004145 10.0.0.27 - - [2025-12-04 04:28:35] "GET /virtual-network/5a4c45ec-7de1-4c81-b4a6-edcb0fa64f1a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2869 0.008952 10.0.0.27 - - [2025-12-04 04:28:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003763 10.0.0.27 - - [2025-12-04 04:28:35] "GET /network-policy/a50413ba-b562-46b1-884a-743864e2c4ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2095 0.004344 10.0.0.27 - - [2025-12-04 04:28:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003291 10.0.0.27 - - [2025-12-04 04:28:35] "GET /virtual-network/81e86cb1-2537-4650-9b9c-d291cb2c2a34?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2565 0.006790 10.0.0.27 - - [2025-12-04 04:28:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003825 10.0.0.27 - - [2025-12-04 04:28:35] "GET /network-policy/a50413ba-b562-46b1-884a-743864e2c4ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2095 0.004567 10.0.0.33 - - [2025-12-04 04:28:36] "POST /fqname-to-id HTTP/1.1" 404 230 0.007336 10.0.0.27 - - [2025-12-04 04:28:36] "POST /ref-update HTTP/1.1" 200 156 0.057810 10.0.0.27 - - [2025-12-04 04:28:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.006677 10.0.0.27 - - [2025-12-04 04:28:36] "GET /network-policy/a50413ba-b562-46b1-884a-743864e2c4ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2095 0.006203 10.0.0.33 - - [2025-12-04 04:28:36] "PUT /access-control-list/b957f05c-2a8b-4da2-b6b4-06ae06b1877f HTTP/1.1" 200 272 0.043768 10.0.0.27 - - [2025-12-04 04:28:36] "GET /virtual-network/81e86cb1-2537-4650-9b9c-d291cb2c2a34?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2872 0.008797 10.0.0.27 - - [2025-12-04 04:28:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004414 10.0.0.27 - - [2025-12-04 04:28:36] "GET /network-policy/a50413ba-b562-46b1-884a-743864e2c4ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2095 0.004065 10.0.0.27 - - [2025-12-04 04:28:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003133 10.0.0.23 - - [2025-12-04 04:28:36] "GET /projects?obj_uuids=d78657c1-7985-4818-8343-771f4e07b2f5&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001068 10.0.0.27 - - [2025-12-04 04:28:36] "GET /project/d78657c1-7985-4818-8343-771f4e07b2f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.045434 10.0.0.27 - - [2025-12-04 04:28:36] "POST /neutron/network HTTP/1.1" 200 117 0.017905 10.0.0.27 - - [2025-12-04 04:28:36] "POST /neutron/network HTTP/1.1" 200 799 0.009039 10.0.0.27 - - [2025-12-04 04:28:36] "POST /id-to-fqname HTTP/1.1" 200 214 0.001617 10.0.0.27 - - [2025-12-04 04:28:36] "GET /virtual-network/a54a10a8-054f-4a22-9e29-04714252b00b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2000 0.005499 10.0.0.27 - - [2025-12-04 04:28:36] "GET /virtual-network/a54a10a8-054f-4a22-9e29-04714252b00b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2000 0.005497 10.0.0.27 - - [2025-12-04 04:28:36] "POST /neutron/subnet HTTP/1.1" 200 701 0.008497 10.0.0.27 - - [2025-12-04 04:28:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003501 10.0.0.23 - - [2025-12-04 04:28:37] "GET /projects?obj_uuids=d78657c1-7985-4818-8343-771f4e07b2f5&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001001 10.0.0.27 - - [2025-12-04 04:28:37] "GET /project/d78657c1-7985-4818-8343-771f4e07b2f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.049561 10.0.0.33 - - [2025-12-04 04:28:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000428 10.0.0.33 - - [2025-12-04 04:28:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000413 10.0.0.23 - - [2025-12-04 04:28:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000401 10.0.0.23 - - [2025-12-04 04:28:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000828 10.0.0.33 - - [2025-12-04 04:28:37] "POST /route-targets HTTP/1.1" 200 327 0.015004 10.0.0.23 - - [2025-12-04 04:28:37] "POST /useragent-kv HTTP/1.1" 200 115 0.005607 10.0.0.27 - - [2025-12-04 04:28:37] "POST /neutron/subnet HTTP/1.1" 200 701 0.233244 10.0.0.27 - - [2025-12-04 04:28:37] "POST /id-to-fqname HTTP/1.1" 200 214 0.001438 10.0.0.27 - - [2025-12-04 04:28:37] "GET /virtual-network/284206cc-bccf-4e0b-afc4-d1548b50defc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1999 0.006362 10.0.0.27 - - [2025-12-04 04:28:37] "GET /virtual-network/284206cc-bccf-4e0b-afc4-d1548b50defc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1999 0.006048 10.0.0.27 - - [2025-12-04 04:28:37] "POST /neutron/network HTTP/1.1" 200 799 0.007263 10.0.0.27 - - [2025-12-04 04:28:37] "POST /fqname-to-id HTTP/1.1" 404 239 0.002989 10.0.0.27 - - [2025-12-04 04:28:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003440 10.0.0.23 - - [2025-12-04 04:28:37] "GET /projects?obj_uuids=d78657c1-7985-4818-8343-771f4e07b2f5&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.002062 10.0.0.27 - - [2025-12-04 04:28:37] "GET /project/d78657c1-7985-4818-8343-771f4e07b2f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.055942 10.0.0.27 - - [2025-12-04 04:28:37] "POST /network-policys HTTP/1.1" 200 587 0.034248 10.0.0.27 - - [2025-12-04 04:28:37] "GET /network-policy/781305fd-12fa-4528-b1d9-fd681bf4ca8c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2160 0.005827 10.0.0.27 - - [2025-12-04 04:28:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003203 10.0.0.27 - - [2025-12-04 04:28:38] "GET /virtual-network/a54a10a8-054f-4a22-9e29-04714252b00b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2000 0.009220 10.0.0.23 - - [2025-12-04 04:28:38] "GET /global-system-configs HTTP/1.1" 401 292 0.000394 10.0.0.27 - - [2025-12-04 04:28:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003282 10.0.0.23 - - [2025-12-04 04:28:38] "GET /global-system-configs HTTP/1.1" 401 292 0.000426 10.0.0.27 - - [2025-12-04 04:28:38] "GET /network-policy/781305fd-12fa-4528-b1d9-fd681bf4ca8c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2160 0.004682 10.0.0.33 - - [2025-12-04 04:28:38] "GET /global-system-configs HTTP/1.1" 401 292 0.000345 10.0.0.33 - - [2025-12-04 04:28:38] "GET /global-system-configs HTTP/1.1" 401 292 0.000341 10.0.0.27 - - [2025-12-04 04:28:38] "POST /ref-update HTTP/1.1" 200 156 0.071546 10.0.0.33 - - [2025-12-04 04:28:38] "POST /access-control-lists HTTP/1.1" 200 554 0.044995 10.0.0.27 - - [2025-12-04 04:28:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.008718 10.0.0.27 - - [2025-12-04 04:28:38] "GET /network-policy/781305fd-12fa-4528-b1d9-fd681bf4ca8c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2160 0.006473 10.0.0.27 - - [2025-12-04 04:28:38] "GET /virtual-network/a54a10a8-054f-4a22-9e29-04714252b00b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2334 0.008123 10.0.0.27 - - [2025-12-04 04:28:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003036 10.0.0.27 - - [2025-12-04 04:28:38] "GET /network-policy/781305fd-12fa-4528-b1d9-fd681bf4ca8c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2160 0.004105 10.0.0.27 - - [2025-12-04 04:28:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003264 10.0.0.27 - - [2025-12-04 04:28:38] "GET /virtual-network/284206cc-bccf-4e0b-afc4-d1548b50defc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1999 0.006181 10.0.0.27 - - [2025-12-04 04:28:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003242 10.0.0.27 - - [2025-12-04 04:28:38] "GET /network-policy/781305fd-12fa-4528-b1d9-fd681bf4ca8c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2160 0.004480 10.0.0.27 - - [2025-12-04 04:28:38] "POST /ref-update HTTP/1.1" 200 156 0.052522 10.0.0.27 - - [2025-12-04 04:28:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004495 10.0.0.33 - - [2025-12-04 04:28:38] "POST /access-control-lists HTTP/1.1" 200 554 0.034507 10.0.0.27 - - [2025-12-04 04:28:38] "GET /network-policy/781305fd-12fa-4528-b1d9-fd681bf4ca8c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2160 0.023140 10.0.0.27 - - [2025-12-04 04:28:38] "POST /neutron/network HTTP/1.1" 200 912 0.021442 10.0.0.27 - - [2025-12-04 04:28:38] "GET /virtual-network/284206cc-bccf-4e0b-afc4-d1548b50defc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2333 0.006048 10.0.0.27 - - [2025-12-04 04:28:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003742 10.0.0.27 - - [2025-12-04 04:28:38] "GET /network-policy/781305fd-12fa-4528-b1d9-fd681bf4ca8c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2160 0.004992 10.0.0.27 - - [2025-12-04 04:28:38] "POST /id-to-fqname HTTP/1.1" 200 214 0.001331 10.0.0.27 - - [2025-12-04 04:28:39] "POST /neutron/network HTTP/1.1" 200 922 0.007179 10.0.0.27 - - [2025-12-04 04:28:39] "GET /global-system-configs HTTP/1.1" 401 292 0.000443 10.0.0.27 - - [2025-12-04 04:28:39] "GET /global-system-configs HTTP/1.1" 401 292 0.000445 10.0.0.23 - - [2025-12-04 04:28:39] "GET /projects?obj_uuids=d78657c1-7985-4818-8343-771f4e07b2f5&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001547 10.0.0.27 - - [2025-12-04 04:28:39] "GET /project/d78657c1-7985-4818-8343-771f4e07b2f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.075790 10.0.0.27 - - [2025-12-04 04:28:40] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008350 10.0.0.27 - - [2025-12-04 04:28:40] "POST /id-to-fqname HTTP/1.1" 200 214 0.001228 10.0.0.27 - - [2025-12-04 04:28:40] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007308 10.0.0.23 - - [2025-12-04 04:28:40] "GET /projects?obj_uuids=d78657c1-7985-4818-8343-771f4e07b2f5&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001867 10.0.0.27 - - [2025-12-04 04:28:40] "GET /global-system-configs HTTP/1.1" 401 292 0.000594 10.0.0.27 - - [2025-12-04 04:28:40] "GET /global-system-configs HTTP/1.1" 401 292 0.000382 10.0.0.27 - - [2025-12-04 04:28:40] "POST /neutron/port HTTP/1.1" 200 1063 0.344539 10.0.0.27 - - [2025-12-04 04:28:41] "POST /neutron/port HTTP/1.1" 200 1117 0.126426 10.0.0.27 - - [2025-12-04 04:28:41] "POST /neutron/subnet HTTP/1.1" 200 675 0.010307 10.0.0.23 - - [2025-12-04 04:28:41] "GET /projects?obj_uuids=d78657c1-7985-4818-8343-771f4e07b2f5&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001309 10.0.0.27 - - [2025-12-04 04:28:41] "GET /project/d78657c1-7985-4818-8343-771f4e07b2f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.085887 10.0.0.27 - - [2025-12-04 04:28:41] "POST /neutron/network HTTP/1.1" 200 912 0.010940 10.0.0.27 - - [2025-12-04 04:28:41] "POST /neutron/port HTTP/1.1" 200 117 0.006473 10.0.0.27 - - [2025-12-04 04:28:41] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.003679 10.0.0.27 - - [2025-12-04 04:28:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003561 10.0.0.27 - - [2025-12-04 04:28:41] "GET /bgp-router/0ec9857c-b779-4c40-aed8-edf9ef38c08f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.005247 10.0.0.27 - - [2025-12-04 04:28:42] "POST /neutron/port HTTP/1.1" 200 1063 0.017284 10.0.0.27 - - [2025-12-04 04:28:42] "POST /neutron/port HTTP/1.1" 200 1091 0.018373 10.0.0.27 - - [2025-12-04 04:28:42] "POST /neutron/port HTTP/1.1" 200 117 0.001064 10.0.0.27 - - [2025-12-04 04:28:43] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.003442 10.0.0.27 - - [2025-12-04 04:28:43] "GET /bgp-router/0ec9857c-b779-4c40-aed8-edf9ef38c08f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.007853 10.0.0.27 - - [2025-12-04 04:28:43] "GET /bgp-router/0ec9857c-b779-4c40-aed8-edf9ef38c08f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.005208 10.0.0.27 - - [2025-12-04 04:28:43] "PUT /bgp-router/0ec9857c-b779-4c40-aed8-edf9ef38c08f HTTP/1.1" 200 254 0.034064 10.0.0.27 - - [2025-12-04 04:28:43] "PUT /bgp-router/0ec9857c-b779-4c40-aed8-edf9ef38c08f HTTP/1.1" 200 254 0.048628 10.0.0.27 - - [2025-12-04 04:28:43] "GET /bgp-router/b15db76d-2b23-4c73-be21-212a6f467f8e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.007953 10.0.0.27 - - [2025-12-04 04:28:43] "GET /bgp-router/b15db76d-2b23-4c73-be21-212a6f467f8e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.007134 10.0.0.27 - - [2025-12-04 04:28:43] "PUT /bgp-router/b15db76d-2b23-4c73-be21-212a6f467f8e HTTP/1.1" 200 254 0.036618 10.0.0.27 - - [2025-12-04 04:28:43] "PUT /bgp-router/b15db76d-2b23-4c73-be21-212a6f467f8e HTTP/1.1" 200 254 0.051271 10.0.0.27 - - [2025-12-04 04:28:43] "GET /bgp-router/7b94f0a2-39f0-4d62-9b59-bd46d455c425?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.020448 10.0.0.27 - - [2025-12-04 04:28:43] "GET /bgp-router/7b94f0a2-39f0-4d62-9b59-bd46d455c425?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.009610 10.0.0.27 - - [2025-12-04 04:28:43] "PUT /bgp-router/7b94f0a2-39f0-4d62-9b59-bd46d455c425 HTTP/1.1" 200 254 0.051010 10.0.0.27 - - [2025-12-04 04:28:43] "PUT /bgp-router/7b94f0a2-39f0-4d62-9b59-bd46d455c425 HTTP/1.1" 200 254 0.068379 10.0.0.27 - - [2025-12-04 04:28:43] "GET /bgp-router/0ec9857c-b779-4c40-aed8-edf9ef38c08f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.007655 10.0.0.27 - - [2025-12-04 04:28:43] "GET /bgp-router/0ec9857c-b779-4c40-aed8-edf9ef38c08f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.015173 10.0.0.27 - - [2025-12-04 04:28:43] "PUT /bgp-router/0ec9857c-b779-4c40-aed8-edf9ef38c08f HTTP/1.1" 200 254 0.023495 10.0.0.27 - - [2025-12-04 04:28:43] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.003510 10.0.0.27 - - [2025-12-04 04:28:43] "GET /bgp-router/0ec9857c-b779-4c40-aed8-edf9ef38c08f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.005605 10.0.0.27 - - [2025-12-04 04:28:43] "GET /bgp-router/0ec9857c-b779-4c40-aed8-edf9ef38c08f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.005060 10.0.0.27 - - [2025-12-04 04:28:43] "PUT /bgp-router/0ec9857c-b779-4c40-aed8-edf9ef38c08f HTTP/1.1" 200 254 0.031201 10.0.0.27 - - [2025-12-04 04:28:44] "PUT /bgp-router/0ec9857c-b779-4c40-aed8-edf9ef38c08f HTTP/1.1" 200 254 0.045922 10.0.0.27 - - [2025-12-04 04:28:44] "GET /bgp-router/b15db76d-2b23-4c73-be21-212a6f467f8e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.005180 10.0.0.27 - - [2025-12-04 04:28:44] "GET /bgp-router/b15db76d-2b23-4c73-be21-212a6f467f8e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.004645 10.0.0.27 - - [2025-12-04 04:28:44] "PUT /bgp-router/b15db76d-2b23-4c73-be21-212a6f467f8e HTTP/1.1" 200 254 0.029735 10.0.0.27 - - [2025-12-04 04:28:44] "PUT /bgp-router/b15db76d-2b23-4c73-be21-212a6f467f8e HTTP/1.1" 200 254 0.041765 10.0.0.27 - - [2025-12-04 04:28:44] "GET /bgp-router/7b94f0a2-39f0-4d62-9b59-bd46d455c425?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.010336 10.0.0.27 - - [2025-12-04 04:28:44] "GET /bgp-router/7b94f0a2-39f0-4d62-9b59-bd46d455c425?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.006206 10.0.0.27 - - [2025-12-04 04:28:44] "PUT /bgp-router/7b94f0a2-39f0-4d62-9b59-bd46d455c425 HTTP/1.1" 200 254 0.034811 10.0.0.27 - - [2025-12-04 04:28:44] "PUT /bgp-router/7b94f0a2-39f0-4d62-9b59-bd46d455c425 HTTP/1.1" 200 254 0.041775 10.0.0.27 - - [2025-12-04 04:28:44] "GET /bgp-router/b15db76d-2b23-4c73-be21-212a6f467f8e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.004753 10.0.0.27 - - [2025-12-04 04:28:44] "GET /bgp-router/b15db76d-2b23-4c73-be21-212a6f467f8e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.006625 10.0.0.27 - - [2025-12-04 04:28:44] "PUT /bgp-router/b15db76d-2b23-4c73-be21-212a6f467f8e HTTP/1.1" 200 254 0.027800 10.0.0.27 - - [2025-12-04 04:28:44] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.003356 10.0.0.27 - - [2025-12-04 04:28:44] "GET /bgp-router/0ec9857c-b779-4c40-aed8-edf9ef38c08f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.006187 10.0.0.27 - - [2025-12-04 04:28:44] "GET /bgp-router/0ec9857c-b779-4c40-aed8-edf9ef38c08f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.004379 10.0.0.27 - - [2025-12-04 04:28:44] "PUT /bgp-router/0ec9857c-b779-4c40-aed8-edf9ef38c08f HTTP/1.1" 200 254 0.031265 10.0.0.27 - - [2025-12-04 04:28:44] "PUT /bgp-router/0ec9857c-b779-4c40-aed8-edf9ef38c08f HTTP/1.1" 200 254 0.037938 10.0.0.27 - - [2025-12-04 04:28:44] "GET /bgp-router/b15db76d-2b23-4c73-be21-212a6f467f8e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.008145 10.0.0.27 - - [2025-12-04 04:28:44] "GET /bgp-router/b15db76d-2b23-4c73-be21-212a6f467f8e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.005444 10.0.0.27 - - [2025-12-04 04:28:44] "PUT /bgp-router/b15db76d-2b23-4c73-be21-212a6f467f8e HTTP/1.1" 200 254 0.037426 10.0.0.27 - - [2025-12-04 04:28:44] "PUT /bgp-router/b15db76d-2b23-4c73-be21-212a6f467f8e HTTP/1.1" 200 254 0.049146 10.0.0.27 - - [2025-12-04 04:28:44] "GET /bgp-router/7b94f0a2-39f0-4d62-9b59-bd46d455c425?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.005656 10.0.0.27 - - [2025-12-04 04:28:45] "GET /bgp-router/7b94f0a2-39f0-4d62-9b59-bd46d455c425?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.007434 10.0.0.27 - - [2025-12-04 04:28:45] "PUT /bgp-router/7b94f0a2-39f0-4d62-9b59-bd46d455c425 HTTP/1.1" 200 254 0.030916 10.0.0.27 - - [2025-12-04 04:28:45] "PUT /bgp-router/7b94f0a2-39f0-4d62-9b59-bd46d455c425 HTTP/1.1" 200 254 0.048842 10.0.0.27 - - [2025-12-04 04:28:45] "GET /bgp-router/7b94f0a2-39f0-4d62-9b59-bd46d455c425?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.010061 10.0.0.27 - - [2025-12-04 04:28:45] "GET /bgp-router/7b94f0a2-39f0-4d62-9b59-bd46d455c425?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.008984 10.0.0.27 - - [2025-12-04 04:28:45] "PUT /bgp-router/7b94f0a2-39f0-4d62-9b59-bd46d455c425 HTTP/1.1" 200 254 0.023907 10.0.0.27 - - [2025-12-04 04:28:45] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.003225 10.0.0.27 - - [2025-12-04 04:28:45] "GET /bgp-router/0ec9857c-b779-4c40-aed8-edf9ef38c08f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.005223 10.0.0.27 - - [2025-12-04 04:28:45] "GET /bgp-router/0ec9857c-b779-4c40-aed8-edf9ef38c08f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.004067 10.0.0.27 - - [2025-12-04 04:28:45] "PUT /bgp-router/0ec9857c-b779-4c40-aed8-edf9ef38c08f HTTP/1.1" 200 254 0.027005 10.0.0.27 - - [2025-12-04 04:28:45] "PUT /bgp-router/0ec9857c-b779-4c40-aed8-edf9ef38c08f HTTP/1.1" 200 254 0.052307 10.0.0.27 - - [2025-12-04 04:28:45] "GET /bgp-router/b15db76d-2b23-4c73-be21-212a6f467f8e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2904 0.012296 10.0.0.27 - - [2025-12-04 04:28:45] "GET /bgp-router/b15db76d-2b23-4c73-be21-212a6f467f8e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2904 0.006894 10.0.0.27 - - [2025-12-04 04:28:45] "PUT /bgp-router/b15db76d-2b23-4c73-be21-212a6f467f8e HTTP/1.1" 200 254 0.038305 10.0.0.27 - - [2025-12-04 04:28:45] "PUT /bgp-router/b15db76d-2b23-4c73-be21-212a6f467f8e HTTP/1.1" 200 254 0.038157 10.0.0.27 - - [2025-12-04 04:28:45] "GET /bgp-router/7b94f0a2-39f0-4d62-9b59-bd46d455c425?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2966 0.007161 10.0.0.27 - - [2025-12-04 04:28:45] "GET /bgp-router/7b94f0a2-39f0-4d62-9b59-bd46d455c425?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2966 0.009953 10.0.0.27 - - [2025-12-04 04:28:45] "PUT /bgp-router/7b94f0a2-39f0-4d62-9b59-bd46d455c425 HTTP/1.1" 200 254 0.039186 10.0.0.27 - - [2025-12-04 04:28:45] "PUT /bgp-router/7b94f0a2-39f0-4d62-9b59-bd46d455c425 HTTP/1.1" 200 254 0.053319 10.0.0.27 - - [2025-12-04 04:28:51] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007029 10.0.0.27 - - [2025-12-04 04:28:55] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.004607 10.0.0.27 - - [2025-12-04 04:28:55] "GET /bgp-router/0ec9857c-b779-4c40-aed8-edf9ef38c08f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2966 0.005503 10.0.0.27 - - [2025-12-04 04:28:55] "GET /bgp-router/0ec9857c-b779-4c40-aed8-edf9ef38c08f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2966 0.005743 10.0.0.27 - - [2025-12-04 04:28:56] "PUT /bgp-router/0ec9857c-b779-4c40-aed8-edf9ef38c08f HTTP/1.1" 200 254 0.038410 10.0.0.27 - - [2025-12-04 04:28:56] "PUT /bgp-router/0ec9857c-b779-4c40-aed8-edf9ef38c08f HTTP/1.1" 200 254 0.041603 10.0.0.27 - - [2025-12-04 04:28:56] "GET /bgp-router/b15db76d-2b23-4c73-be21-212a6f467f8e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2904 0.009033 10.0.0.27 - - [2025-12-04 04:28:56] "GET /bgp-router/b15db76d-2b23-4c73-be21-212a6f467f8e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2904 0.004630 10.0.0.27 - - [2025-12-04 04:28:56] "PUT /bgp-router/b15db76d-2b23-4c73-be21-212a6f467f8e HTTP/1.1" 200 254 0.055430 10.0.0.27 - - [2025-12-04 04:28:56] "PUT /bgp-router/b15db76d-2b23-4c73-be21-212a6f467f8e HTTP/1.1" 200 254 0.060180 10.0.0.27 - - [2025-12-04 04:28:56] "GET /bgp-router/7b94f0a2-39f0-4d62-9b59-bd46d455c425?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.004729 10.0.0.27 - - [2025-12-04 04:28:56] "GET /bgp-router/7b94f0a2-39f0-4d62-9b59-bd46d455c425?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.008155 10.0.0.27 - - [2025-12-04 04:28:56] "PUT /bgp-router/7b94f0a2-39f0-4d62-9b59-bd46d455c425 HTTP/1.1" 200 254 0.052237 10.0.0.27 - - [2025-12-04 04:28:56] "PUT /bgp-router/7b94f0a2-39f0-4d62-9b59-bd46d455c425 HTTP/1.1" 200 254 0.057026 10.0.0.27 - - [2025-12-04 04:28:56] "GET /bgp-router/0ec9857c-b779-4c40-aed8-edf9ef38c08f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.023227 10.0.0.27 - - [2025-12-04 04:28:56] "GET /bgp-router/0ec9857c-b779-4c40-aed8-edf9ef38c08f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.004947 10.0.0.27 - - [2025-12-04 04:28:56] "PUT /bgp-router/0ec9857c-b779-4c40-aed8-edf9ef38c08f HTTP/1.1" 200 254 0.032350 10.0.0.27 - - [2025-12-04 04:28:56] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.007960 10.0.0.27 - - [2025-12-04 04:28:56] "GET /bgp-router/0ec9857c-b779-4c40-aed8-edf9ef38c08f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.005170 10.0.0.27 - - [2025-12-04 04:28:56] "GET /bgp-router/0ec9857c-b779-4c40-aed8-edf9ef38c08f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.004915 10.0.0.27 - - [2025-12-04 04:28:56] "PUT /bgp-router/0ec9857c-b779-4c40-aed8-edf9ef38c08f HTTP/1.1" 200 254 0.042504 10.0.0.27 - - [2025-12-04 04:28:56] "PUT /bgp-router/0ec9857c-b779-4c40-aed8-edf9ef38c08f HTTP/1.1" 200 254 0.054952 10.0.0.27 - - [2025-12-04 04:28:57] "GET /bgp-router/b15db76d-2b23-4c73-be21-212a6f467f8e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.015218 10.0.0.27 - - [2025-12-04 04:28:57] "GET /bgp-router/b15db76d-2b23-4c73-be21-212a6f467f8e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.009534 10.0.0.27 - - [2025-12-04 04:28:57] "PUT /bgp-router/b15db76d-2b23-4c73-be21-212a6f467f8e HTTP/1.1" 200 254 0.048835 10.0.0.27 - - [2025-12-04 04:28:57] "PUT /bgp-router/b15db76d-2b23-4c73-be21-212a6f467f8e HTTP/1.1" 200 254 0.057352 10.0.0.27 - - [2025-12-04 04:28:57] "GET /bgp-router/7b94f0a2-39f0-4d62-9b59-bd46d455c425?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.012132 10.0.0.27 - - [2025-12-04 04:28:57] "GET /bgp-router/7b94f0a2-39f0-4d62-9b59-bd46d455c425?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.012335 10.0.0.27 - - [2025-12-04 04:28:57] "PUT /bgp-router/7b94f0a2-39f0-4d62-9b59-bd46d455c425 HTTP/1.1" 200 254 0.065041 10.0.0.27 - - [2025-12-04 04:28:57] "PUT /bgp-router/7b94f0a2-39f0-4d62-9b59-bd46d455c425 HTTP/1.1" 200 254 0.040974 10.0.0.27 - - [2025-12-04 04:28:57] "GET /bgp-router/b15db76d-2b23-4c73-be21-212a6f467f8e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.019668 10.0.0.27 - - [2025-12-04 04:28:57] "GET /bgp-router/b15db76d-2b23-4c73-be21-212a6f467f8e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.006603 10.0.0.27 - - [2025-12-04 04:28:57] "PUT /bgp-router/b15db76d-2b23-4c73-be21-212a6f467f8e HTTP/1.1" 200 254 0.039953 10.0.0.27 - - [2025-12-04 04:28:57] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.004565 10.0.0.27 - - [2025-12-04 04:28:57] "GET /bgp-router/0ec9857c-b779-4c40-aed8-edf9ef38c08f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.006453 10.0.0.27 - - [2025-12-04 04:28:57] "GET /bgp-router/0ec9857c-b779-4c40-aed8-edf9ef38c08f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.006464 10.0.0.27 - - [2025-12-04 04:28:57] "PUT /bgp-router/0ec9857c-b779-4c40-aed8-edf9ef38c08f HTTP/1.1" 200 254 0.035449 10.0.0.27 - - [2025-12-04 04:28:57] "PUT /bgp-router/0ec9857c-b779-4c40-aed8-edf9ef38c08f HTTP/1.1" 200 254 0.056930 10.0.0.27 - - [2025-12-04 04:28:57] "GET /bgp-router/b15db76d-2b23-4c73-be21-212a6f467f8e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.028107 10.0.0.27 - - [2025-12-04 04:28:57] "GET /bgp-router/b15db76d-2b23-4c73-be21-212a6f467f8e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.008657 10.0.0.27 - - [2025-12-04 04:28:57] "PUT /bgp-router/b15db76d-2b23-4c73-be21-212a6f467f8e HTTP/1.1" 200 254 0.046407 10.0.0.27 - - [2025-12-04 04:28:58] "PUT /bgp-router/b15db76d-2b23-4c73-be21-212a6f467f8e HTTP/1.1" 200 254 0.053540 10.0.0.27 - - [2025-12-04 04:28:58] "GET /bgp-router/7b94f0a2-39f0-4d62-9b59-bd46d455c425?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.019628 10.0.0.27 - - [2025-12-04 04:28:58] "GET /bgp-router/7b94f0a2-39f0-4d62-9b59-bd46d455c425?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.012139 10.0.0.27 - - [2025-12-04 04:28:58] "PUT /bgp-router/7b94f0a2-39f0-4d62-9b59-bd46d455c425 HTTP/1.1" 200 254 0.042336 10.0.0.27 - - [2025-12-04 04:28:58] "PUT /bgp-router/7b94f0a2-39f0-4d62-9b59-bd46d455c425 HTTP/1.1" 200 254 0.053685 10.0.0.27 - - [2025-12-04 04:28:58] "GET /bgp-router/7b94f0a2-39f0-4d62-9b59-bd46d455c425?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.016366 10.0.0.27 - - [2025-12-04 04:28:58] "GET /bgp-router/7b94f0a2-39f0-4d62-9b59-bd46d455c425?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.013941 10.0.0.27 - - [2025-12-04 04:28:58] "PUT /bgp-router/7b94f0a2-39f0-4d62-9b59-bd46d455c425 HTTP/1.1" 200 254 0.031580 10.0.0.27 - - [2025-12-04 04:28:58] "POST /ref-update HTTP/1.1" 200 156 0.066252 10.0.0.33 - - [2025-12-04 04:28:58] "DELETE /access-control-list/8a85c564-b928-44c8-8611-b26c2d921773 HTTP/1.1" 200 115 0.081947 10.0.0.27 - - [2025-12-04 04:28:58] "POST /neutron/network HTTP/1.1" 200 799 0.037729 10.0.0.27 - - [2025-12-04 04:28:58] "GET /virtual-network/284206cc-bccf-4e0b-afc4-d1548b50defc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1999 0.007128 10.0.0.27 - - [2025-12-04 04:28:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003170 10.0.0.27 - - [2025-12-04 04:28:58] "GET /network-policy/781305fd-12fa-4528-b1d9-fd681bf4ca8c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2160 0.004173 10.0.0.27 - - [2025-12-04 04:28:58] "POST /ref-update HTTP/1.1" 200 156 0.063155 10.0.0.33 - - [2025-12-04 04:28:58] "POST /ref-update HTTP/1.1" 200 156 0.033956 10.0.0.27 - - [2025-12-04 04:28:58] "GET /virtual-network/a54a10a8-054f-4a22-9e29-04714252b00b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2000 0.014542 10.0.0.27 - - [2025-12-04 04:28:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.006199 10.0.0.27 - - [2025-12-04 04:28:59] "GET /network-policy/781305fd-12fa-4528-b1d9-fd681bf4ca8c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2160 0.005112 10.0.0.27 - - [2025-12-04 04:28:59] "DELETE /network-policy/781305fd-12fa-4528-b1d9-fd681bf4ca8c HTTP/1.1" 200 115 0.032614 10.0.0.27 - - [2025-12-04 04:28:59] "POST /neutron/network HTTP/1.1" 200 799 0.013177 10.0.0.27 - - [2025-12-04 04:28:59] "POST /neutron/port HTTP/1.1" 200 151 0.190888 10.0.0.27 - - [2025-12-04 04:28:59] "POST /neutron/port HTTP/1.1" 200 151 0.223455 10.0.0.23 - - [2025-12-04 04:29:00] "DELETE /project/d78657c1798548188343771f4e07b2f5 HTTP/1.1" 404 173 0.006957 10.0.0.23 - - [2025-12-04 04:29:00] "DELETE /project/ce27561e83db418381b234acbecaa735 HTTP/1.1" 404 173 0.008599 10.0.0.23 - - [2025-12-04 04:29:00] "GET /projects?obj_uuids=ce27561e-83db-4183-81b2-34acbecaa735&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001009 10.0.0.23 - - [2025-12-04 04:29:00] "GET /projects?obj_uuids=ad2b9888-a837-422d-a8dc-1603eaa39edc&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000888 10.0.0.23 - - [2025-12-04 04:29:00] "GET /project/ce27561e-83db-4183-81b2-34acbecaa735?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1468 0.065805 10.0.0.23 - - [2025-12-04 04:29:00] "GET /project/ad2b9888-a837-422d-a8dc-1603eaa39edc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1493 0.073895 10.0.0.23 - - [2025-12-04 04:29:00] "GET /projects?obj_uuids=ad2b9888-a837-422d-a8dc-1603eaa39edc&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001009 10.0.0.23 - - [2025-12-04 04:29:00] "GET /projects?obj_uuids=ce27561e-83db-4183-81b2-34acbecaa735&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001201 10.0.0.23 - - [2025-12-04 04:29:01] "GET /project/ad2b9888-a837-422d-a8dc-1603eaa39edc?fields=security_groups HTTP/1.1" 200 1115 0.079921 10.0.0.23 - - [2025-12-04 04:29:01] "GET /project/ce27561e-83db-4183-81b2-34acbecaa735?fields=security_groups HTTP/1.1" 200 1363 0.104957 10.0.0.23 - - [2025-12-04 04:29:01] "GET /projects?obj_uuids=ad2b9888-a837-422d-a8dc-1603eaa39edc&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.003706 10.0.0.23 - - [2025-12-04 04:29:01] "GET /project/ad2b9888-a837-422d-a8dc-1603eaa39edc?fields=application_policy_sets HTTP/1.1" 200 1421 0.134212 10.0.0.23 - - [2025-12-04 04:29:01] "DELETE /security-group/28e518e3-82cf-45c3-a2e4-6c0e41fce14d HTTP/1.1" 200 115 0.184789 10.0.0.23 - - [2025-12-04 04:29:01] "GET /projects?obj_uuids=ce27561e-83db-4183-81b2-34acbecaa735&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001368 10.0.0.33 - - [2025-12-04 04:29:01] "DELETE /access-control-list/57b13fe9-99bf-45c1-b1cc-77cbcfd98efb HTTP/1.1" 200 115 0.102447 10.0.0.23 - - [2025-12-04 04:29:01] "DELETE /project/ad2b9888-a837-422d-a8dc-1603eaa39edc HTTP/1.1" 200 115 0.512280 10.0.0.23 - - [2025-12-04 04:29:01] "GET /project/ce27561e-83db-4183-81b2-34acbecaa735?fields=application_policy_sets HTTP/1.1" 200 1402 0.097706 10.0.0.27 - - [2025-12-04 04:29:01] "POST /neutron/network HTTP/1.1" 200 799 0.014556 10.0.0.33 - - [2025-12-04 04:29:01] "DELETE /route-target/1103371a-99fe-4bb0-b994-263144f62862 HTTP/1.1" 200 115 0.045980 10.0.0.23 - - [2025-12-04 04:29:01] "DELETE /project/ce27561e-83db-4183-81b2-34acbecaa735 HTTP/1.1" 200 115 0.755281 10.0.0.23 - - [2025-12-04 04:29:01] "POST /fqname-to-id HTTP/1.1" 404 207 0.018727 10.0.0.27 - - [2025-12-04 04:29:01] "POST /ref-update HTTP/1.1" 200 156 0.117335 10.0.0.33 - - [2025-12-04 04:29:01] "DELETE /access-control-list/f9c9d86b-5b9f-4a68-994b-1b0e8f6c4427 HTTP/1.1" 200 115 0.084186 10.0.0.27 - - [2025-12-04 04:29:01] "GET /virtual-network/81e86cb1-2537-4650-9b9c-d291cb2c2a34?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2565 0.038705 10.0.0.27 - - [2025-12-04 04:29:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003277 10.0.0.27 - - [2025-12-04 04:29:02] "GET /network-policy/a50413ba-b562-46b1-884a-743864e2c4ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2095 0.005530 10.0.0.27 - - [2025-12-04 04:29:02] "POST /ref-update HTTP/1.1" 200 156 0.076400 10.0.0.33 - - [2025-12-04 04:29:02] "POST /ref-update HTTP/1.1" 200 156 0.026162 10.0.0.27 - - [2025-12-04 04:29:02] "POST /neutron/network HTTP/1.1" 200 976 0.030540 10.0.0.27 - - [2025-12-04 04:29:02] "GET /virtual-network/5a4c45ec-7de1-4c81-b4a6-edcb0fa64f1a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2562 0.008693 10.0.0.27 - - [2025-12-04 04:29:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004309 10.0.0.27 - - [2025-12-04 04:29:02] "GET /network-policy/a50413ba-b562-46b1-884a-743864e2c4ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2095 0.004005 10.0.0.27 - - [2025-12-04 04:29:02] "DELETE /network-policy/a50413ba-b562-46b1-884a-743864e2c4ea HTTP/1.1" 200 115 0.039618 10.0.0.27 - - [2025-12-04 04:29:02] "POST /neutron/port HTTP/1.1" 200 1183 0.020963 10.0.0.27 - - [2025-12-04 04:29:03] "POST /neutron/port HTTP/1.1" 200 151 0.286266 10.0.0.27 - - [2025-12-04 04:29:04] "POST /neutron/network HTTP/1.1" 200 977 0.010973 10.0.0.33 - - [2025-12-04 04:29:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.006145 10.0.0.23 - - [2025-12-04 04:29:04] "POST /useragent-kv HTTP/1.1" 200 115 0.002680 10.0.0.23 - - [2025-12-04 04:29:04] "POST /useragent-kv HTTP/1.1" 200 115 0.003597 10.0.0.23 - - [2025-12-04 04:29:04] "POST /useragent-kv HTTP/1.1" 200 115 0.003009 10.0.0.23 - - [2025-12-04 04:29:04] "POST /useragent-kv HTTP/1.1" 200 115 0.009788 10.0.0.27 - - [2025-12-04 04:29:04] "POST /neutron/network HTTP/1.1" 200 151 0.163850 10.0.0.27 - - [2025-12-04 04:29:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003468 10.0.0.23 - - [2025-12-04 04:29:06] "GET /projects?obj_uuids=d78657c1-7985-4818-8343-771f4e07b2f5&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001243 10.0.0.27 - - [2025-12-04 04:29:06] "GET /project/d78657c1-7985-4818-8343-771f4e07b2f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.045065 10.0.0.33 - - [2025-12-04 04:29:06] "POST /ref-update HTTP/1.1" 200 156 0.030910 10.0.0.23 - - [2025-12-04 04:29:06] "POST /useragent-kv HTTP/1.1" 200 115 0.012376 10.0.0.27 - - [2025-12-04 04:29:06] "POST /neutron/subnet HTTP/1.1" 200 716 0.246683 10.0.0.23 - - [2025-12-04 04:29:07] "POST /fqname-to-id HTTP/1.1" 404 207 0.003510 10.0.0.27 - - [2025-12-04 04:29:07] "POST /id-to-fqname HTTP/1.1" 200 222 0.001434 10.0.0.27 - - [2025-12-04 04:29:07] "GET /virtual-network/59eddef2-aab3-4ac2-b3e7-b9b7cf6e77b8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2562 0.008790 10.0.0.27 - - [2025-12-04 04:29:07] "POST /neutron/network HTTP/1.1" 200 976 0.010559 10.0.0.27 - - [2025-12-04 04:29:07] "GET /virtual-network/59eddef2-aab3-4ac2-b3e7-b9b7cf6e77b8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2562 0.007593 10.0.0.27 - - [2025-12-04 04:29:07] "POST /neutron/subnet HTTP/1.1" 200 729 0.011005 10.0.0.27 - - [2025-12-04 04:29:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003636 10.0.0.23 - - [2025-12-04 04:29:07] "GET /projects?obj_uuids=d78657c1-7985-4818-8343-771f4e07b2f5&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001317 10.0.0.27 - - [2025-12-04 04:29:07] "GET /project/d78657c1-7985-4818-8343-771f4e07b2f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.043421 10.0.0.23 - - [2025-12-04 04:29:07] "POST /useragent-kv HTTP/1.1" 200 115 0.011297 10.0.0.27 - - [2025-12-04 04:29:07] "POST /neutron/subnet HTTP/1.1" 200 716 0.279186 10.0.0.27 - - [2025-12-04 04:29:08] "POST /id-to-fqname HTTP/1.1" 200 222 0.001394 10.0.0.27 - - [2025-12-04 04:29:08] "GET /virtual-network/d248aedf-dc17-4387-ad97-2d692aee61bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2557 0.013686 10.0.0.27 - - [2025-12-04 04:29:08] "POST /neutron/network HTTP/1.1" 200 974 0.014420 10.0.0.27 - - [2025-12-04 04:29:08] "GET /virtual-network/d248aedf-dc17-4387-ad97-2d692aee61bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2557 0.006789 10.0.0.27 - - [2025-12-04 04:29:08] "POST /neutron/subnet HTTP/1.1" 200 720 0.011508 10.0.0.27 - - [2025-12-04 04:29:08] "POST /id-to-fqname HTTP/1.1" 200 222 0.001354 10.0.0.23 - - [2025-12-04 04:29:09] "GET /projects?obj_uuids=d78657c1-7985-4818-8343-771f4e07b2f5&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001149 10.0.0.27 - - [2025-12-04 04:29:09] "GET /project/d78657c1-7985-4818-8343-771f4e07b2f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.127016 10.0.0.27 - - [2025-12-04 04:29:09] "POST /neutron/port HTTP/1.1" 200 117 0.006995 10.0.0.27 - - [2025-12-04 04:29:09] "POST /id-to-fqname HTTP/1.1" 200 222 0.001274 10.0.0.27 - - [2025-12-04 04:29:09] "POST /neutron/network HTTP/1.1" 200 984 0.007143 10.0.0.27 - - [2025-12-04 04:29:10] "POST /neutron/port HTTP/1.1" 200 1154 0.060337 10.0.0.23 - - [2025-12-04 04:29:10] "GET /projects?obj_uuids=d78657c1-7985-4818-8343-771f4e07b2f5&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001186 10.0.0.27 - - [2025-12-04 04:29:10] "GET /project/d78657c1-7985-4818-8343-771f4e07b2f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.092850 10.0.0.27 - - [2025-12-04 04:29:10] "POST /neutron/port HTTP/1.1" 200 1208 0.125315 10.0.0.27 - - [2025-12-04 04:29:10] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003953 10.0.0.27 - - [2025-12-04 04:29:10] "POST /neutron/subnet HTTP/1.1" 200 1277 0.016133 10.0.0.27 - - [2025-12-04 04:29:10] "POST /neutron/port HTTP/1.1" 200 117 0.001181 10.0.0.27 - - [2025-12-04 04:29:11] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008910 10.0.0.27 - - [2025-12-04 04:29:11] "POST /neutron/port HTTP/1.1" 200 1152 0.021963 10.0.0.27 - - [2025-12-04 04:29:12] "POST /neutron/port HTTP/1.1" 200 1180 0.022238 10.0.0.27 - - [2025-12-04 04:29:12] "POST /neutron/subnet HTTP/1.1" 200 1268 0.015620 10.0.0.27 - - [2025-12-04 04:29:12] "POST /neutron/network HTTP/1.1" 200 974 0.011177 10.0.0.27 - - [2025-12-04 04:29:15] "POST /neutron/network HTTP/1.1" 200 986 0.012157 10.0.0.27 - - [2025-12-04 04:29:15] "POST /neutron/subnet HTTP/1.1" 200 1277 0.014525 10.0.0.27 - - [2025-12-04 04:29:15] "POST /neutron/network HTTP/1.1" 200 976 0.010871 10.0.0.27 - - [2025-12-04 04:29:16] "POST /neutron/port HTTP/1.1" 200 1182 0.015942 10.0.0.27 - - [2025-12-04 04:29:16] "POST /neutron/security_group HTTP/1.1" 200 2066 0.009647 10.0.0.27 - - [2025-12-04 04:29:16] "GET /virtual-machine/3ea6f419-95ef-4bf4-b6b6-4fc01a3b5b19 HTTP/1.1" 200 1300 0.006902 10.0.0.27 - - [2025-12-04 04:29:16] "GET /virtual-machine-interface/edf6d14e-2f83-40e8-81bb-3e1fc8e1a867 HTTP/1.1" 200 3157 0.006724 10.0.0.27 - - [2025-12-04 04:29:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003550 10.0.0.27 - - [2025-12-04 04:29:16] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004067 10.0.0.27 - - [2025-12-04 04:29:16] "GET /virtual-networks?parent_id=d78657c1-7985-4818-8343-771f4e07b2f5&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003586 10.0.0.27 - - [2025-12-04 04:29:16] "GET /virtual-network/59eddef2-aab3-4ac2-b3e7-b9b7cf6e77b8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2562 0.005944 10.0.0.27 - - [2025-12-04 04:29:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.005252 10.0.0.27 - - [2025-12-04 04:29:19] "GET /virtual-network/59eddef2-aab3-4ac2-b3e7-b9b7cf6e77b8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2562 0.006590 10.0.0.27 - - [2025-12-04 04:29:22] "POST /neutron/port HTTP/1.1" 200 1180 0.017280 10.0.0.27 - - [2025-12-04 04:29:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003954 10.0.0.27 - - [2025-12-04 04:29:23] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004225 10.0.0.27 - - [2025-12-04 04:29:23] "GET /virtual-networks?parent_id=d78657c1-7985-4818-8343-771f4e07b2f5&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003674 10.0.0.27 - - [2025-12-04 04:29:23] "GET /virtual-network/59eddef2-aab3-4ac2-b3e7-b9b7cf6e77b8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2562 0.007201 10.0.0.27 - - [2025-12-04 04:29:23] "POST /neutron/security_group HTTP/1.1" 200 2066 0.009924 10.0.0.27 - - [2025-12-04 04:29:24] "POST /neutron/port HTTP/1.1" 200 1180 0.016616 10.0.0.27 - - [2025-12-04 04:29:24] "GET /virtual-machine/664b830f-213d-4721-9f79-a27a892e5ba9 HTTP/1.1" 200 1300 0.005552 10.0.0.27 - - [2025-12-04 04:29:24] "GET /virtual-machine-interface/0b762c0a-0e07-4fe7-9493-e2595b981abf HTTP/1.1" 200 3156 0.006041 10.0.0.27 - - [2025-12-04 04:29:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003979 10.0.0.27 - - [2025-12-04 04:29:24] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.010226 10.0.0.27 - - [2025-12-04 04:29:24] "GET /virtual-networks?parent_id=d78657c1-7985-4818-8343-771f4e07b2f5&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.004343 10.0.0.27 - - [2025-12-04 04:29:24] "GET /virtual-network/d248aedf-dc17-4387-ad97-2d692aee61bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2557 0.006999 10.0.0.27 - - [2025-12-04 04:29:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004585 10.0.0.27 - - [2025-12-04 04:29:25] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003932 10.0.0.27 - - [2025-12-04 04:29:25] "GET /virtual-networks?parent_id=d78657c1-7985-4818-8343-771f4e07b2f5&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003749 10.0.0.27 - - [2025-12-04 04:29:25] "GET /virtual-network/d248aedf-dc17-4387-ad97-2d692aee61bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2557 0.005764 10.0.0.27 - - [2025-12-04 04:29:25] "POST /fqname-to-id HTTP/1.1" 404 209 0.003652 10.0.0.27 - - [2025-12-04 04:29:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003285 10.0.0.23 - - [2025-12-04 04:29:25] "GET /projects?obj_uuids=d78657c1-7985-4818-8343-771f4e07b2f5&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001035 10.0.0.27 - - [2025-12-04 04:29:25] "GET /project/d78657c1-7985-4818-8343-771f4e07b2f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.060065 10.0.0.27 - - [2025-12-04 04:29:25] "POST /network-policys HTTP/1.1" 200 533 0.030599 10.0.0.27 - - [2025-12-04 04:29:25] "GET /network-policy/c508eede-a8aa-4bed-9e74-c80224276093?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2096 0.006527 10.0.0.27 - - [2025-12-04 04:29:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003614 10.0.0.27 - - [2025-12-04 04:29:25] "GET /virtual-network/59eddef2-aab3-4ac2-b3e7-b9b7cf6e77b8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2562 0.005522 10.0.0.27 - - [2025-12-04 04:29:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003329 10.0.0.27 - - [2025-12-04 04:29:25] "GET /network-policy/c508eede-a8aa-4bed-9e74-c80224276093?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2096 0.004402 10.0.0.23 - - [2025-12-04 04:29:25] "POST /fqname-to-id HTTP/1.1" 404 207 0.011314 10.0.0.27 - - [2025-12-04 04:29:26] "POST /ref-update HTTP/1.1" 200 156 0.064125 10.0.0.27 - - [2025-12-04 04:29:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003355 10.0.0.27 - - [2025-12-04 04:29:26] "GET /network-policy/c508eede-a8aa-4bed-9e74-c80224276093?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2096 0.004987 10.0.0.27 - - [2025-12-04 04:29:26] "GET /virtual-network/59eddef2-aab3-4ac2-b3e7-b9b7cf6e77b8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2867 0.007690 10.0.0.27 - - [2025-12-04 04:29:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.002935 10.0.0.27 - - [2025-12-04 04:29:26] "GET /network-policy/c508eede-a8aa-4bed-9e74-c80224276093?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2096 0.007187 10.0.0.27 - - [2025-12-04 04:29:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003685 10.0.0.27 - - [2025-12-04 04:29:26] "GET /virtual-network/d248aedf-dc17-4387-ad97-2d692aee61bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2557 0.006661 10.0.0.27 - - [2025-12-04 04:29:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003655 10.0.0.33 - - [2025-12-04 04:29:26] "POST /fqname-to-id HTTP/1.1" 404 230 0.005598 10.0.0.27 - - [2025-12-04 04:29:26] "GET /network-policy/c508eede-a8aa-4bed-9e74-c80224276093?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2096 0.008826 10.0.0.27 - - [2025-12-04 04:29:26] "POST /ref-update HTTP/1.1" 200 156 0.086701 10.0.0.27 - - [2025-12-04 04:29:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004555 10.0.0.33 - - [2025-12-04 04:29:26] "POST /access-control-lists HTTP/1.1" 200 578 0.097449 10.0.0.27 - - [2025-12-04 04:29:26] "GET /network-policy/c508eede-a8aa-4bed-9e74-c80224276093?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2096 0.006013 10.0.0.27 - - [2025-12-04 04:29:26] "POST /neutron/network HTTP/1.1" 200 1060 0.014276 10.0.0.27 - - [2025-12-04 04:29:26] "GET /virtual-network/d248aedf-dc17-4387-ad97-2d692aee61bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2864 0.006950 10.0.0.27 - - [2025-12-04 04:29:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.019474 10.0.0.27 - - [2025-12-04 04:29:26] "GET /network-policy/c508eede-a8aa-4bed-9e74-c80224276093?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2096 0.006441 10.0.0.27 - - [2025-12-04 04:29:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003969 10.0.0.23 - - [2025-12-04 04:29:26] "GET /projects?obj_uuids=d78657c1-7985-4818-8343-771f4e07b2f5&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001056 10.0.0.27 - - [2025-12-04 04:29:26] "GET /project/d78657c1-7985-4818-8343-771f4e07b2f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.041143 10.0.0.33 - - [2025-12-04 04:29:27] "POST /route-targets HTTP/1.1" 200 327 0.015417 10.0.0.23 - - [2025-12-04 04:29:27] "POST /useragent-kv HTTP/1.1" 200 115 0.008449 10.0.0.27 - - [2025-12-04 04:29:27] "POST /neutron/subnet HTTP/1.1" 200 701 0.249053 10.0.0.27 - - [2025-12-04 04:29:27] "POST /id-to-fqname HTTP/1.1" 200 214 0.001510 10.0.0.27 - - [2025-12-04 04:29:27] "GET /virtual-network/83547b6e-3452-493d-8e3d-9bc56fb6abcf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1999 0.006279 10.0.0.27 - - [2025-12-04 04:29:27] "GET /virtual-network/83547b6e-3452-493d-8e3d-9bc56fb6abcf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1999 0.006208 10.0.0.27 - - [2025-12-04 04:29:27] "POST /neutron/network HTTP/1.1" 200 799 0.006860 10.0.0.27 - - [2025-12-04 04:29:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003766 10.0.0.23 - - [2025-12-04 04:29:27] "GET /projects?obj_uuids=d78657c1-7985-4818-8343-771f4e07b2f5&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001282 10.0.0.27 - - [2025-12-04 04:29:27] "GET /project/d78657c1-7985-4818-8343-771f4e07b2f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.053137 10.0.0.23 - - [2025-12-04 04:29:27] "GET /projects?obj_uuids=d78657c1-7985-4818-8343-771f4e07b2f5&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001445 10.0.0.27 - - [2025-12-04 04:29:27] "POST /neutron/network HTTP/1.1" 200 585 0.144009 10.0.0.33 - - [2025-12-04 04:29:27] "POST /ref-update HTTP/1.1" 200 156 0.025581 10.0.0.27 - - [2025-12-04 04:29:27] "POST /id-to-fqname HTTP/1.1" 200 214 0.003358 10.0.0.27 - - [2025-12-04 04:29:27] "GET /virtual-network/4ffde978-4f33-429a-ae03-cfbffb5bf3f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1999 0.005588 10.0.0.27 - - [2025-12-04 04:29:27] "POST /neutron/network HTTP/1.1" 200 799 0.006971 10.0.0.27 - - [2025-12-04 04:29:27] "GET /virtual-network/4ffde978-4f33-429a-ae03-cfbffb5bf3f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1999 0.005705 10.0.0.27 - - [2025-12-04 04:29:27] "POST /fqname-to-id HTTP/1.1" 404 239 0.003277 10.0.0.27 - - [2025-12-04 04:29:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003065 10.0.0.23 - - [2025-12-04 04:29:28] "GET /projects?obj_uuids=d78657c1-7985-4818-8343-771f4e07b2f5&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000976 10.0.0.27 - - [2025-12-04 04:29:28] "GET /project/d78657c1-7985-4818-8343-771f4e07b2f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.044136 10.0.0.27 - - [2025-12-04 04:29:28] "POST /network-policys HTTP/1.1" 200 587 0.032217 10.0.0.27 - - [2025-12-04 04:29:28] "GET /network-policy/8904fa65-8e28-4b1a-badc-9e043f5bb57a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2160 0.007139 10.0.0.27 - - [2025-12-04 04:29:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003268 10.0.0.27 - - [2025-12-04 04:29:28] "GET /virtual-network/83547b6e-3452-493d-8e3d-9bc56fb6abcf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1999 0.006642 10.0.0.27 - - [2025-12-04 04:29:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003220 10.0.0.27 - - [2025-12-04 04:29:28] "GET /network-policy/8904fa65-8e28-4b1a-badc-9e043f5bb57a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2160 0.004471 10.0.0.27 - - [2025-12-04 04:29:28] "POST /ref-update HTTP/1.1" 200 156 0.059214 10.0.0.27 - - [2025-12-04 04:29:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.010538 10.0.0.27 - - [2025-12-04 04:29:28] "GET /network-policy/8904fa65-8e28-4b1a-badc-9e043f5bb57a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2160 0.005043 10.0.0.27 - - [2025-12-04 04:29:28] "POST /neutron/network HTTP/1.1" 200 912 0.010769 10.0.0.27 - - [2025-12-04 04:29:28] "GET /virtual-network/83547b6e-3452-493d-8e3d-9bc56fb6abcf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2333 0.006616 10.0.0.27 - - [2025-12-04 04:29:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003874 10.0.0.27 - - [2025-12-04 04:29:28] "GET /network-policy/8904fa65-8e28-4b1a-badc-9e043f5bb57a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2160 0.007107 10.0.0.27 - - [2025-12-04 04:29:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003824 10.0.0.27 - - [2025-12-04 04:29:28] "GET /virtual-network/4ffde978-4f33-429a-ae03-cfbffb5bf3f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1999 0.007586 10.0.0.27 - - [2025-12-04 04:29:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003575 10.0.0.27 - - [2025-12-04 04:29:28] "GET /network-policy/8904fa65-8e28-4b1a-badc-9e043f5bb57a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2160 0.004332 10.0.0.27 - - [2025-12-04 04:29:28] "POST /ref-update HTTP/1.1" 200 156 0.053854 10.0.0.33 - - [2025-12-04 04:29:28] "PUT /access-control-list/379dadd1-4db5-48c8-8a8a-f041e15592d1 HTTP/1.1" 200 272 0.025309 10.0.0.27 - - [2025-12-04 04:29:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.005191 10.0.0.27 - - [2025-12-04 04:29:28] "GET /network-policy/8904fa65-8e28-4b1a-badc-9e043f5bb57a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2160 0.007049 10.0.0.33 - - [2025-12-04 04:29:28] "POST /ref-update HTTP/1.1" 200 156 0.040483 10.0.0.27 - - [2025-12-04 04:29:28] "GET /virtual-network/4ffde978-4f33-429a-ae03-cfbffb5bf3f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2332 0.014986 10.0.0.27 - - [2025-12-04 04:29:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.006935 10.0.0.27 - - [2025-12-04 04:29:28] "GET /network-policy/8904fa65-8e28-4b1a-badc-9e043f5bb57a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2160 0.004459 10.0.0.27 - - [2025-12-04 04:29:28] "POST /id-to-fqname HTTP/1.1" 200 214 0.001225 10.0.0.27 - - [2025-12-04 04:29:29] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008611 10.0.0.23 - - [2025-12-04 04:29:29] "GET /projects?obj_uuids=d78657c1-7985-4818-8343-771f4e07b2f5&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001050 10.0.0.27 - - [2025-12-04 04:29:29] "GET /project/d78657c1-7985-4818-8343-771f4e07b2f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.082459 10.0.0.27 - - [2025-12-04 04:29:30] "POST /neutron/port HTTP/1.1" 200 2244 0.021043 10.0.0.27 - - [2025-12-04 04:29:30] "POST /id-to-fqname HTTP/1.1" 200 214 0.001282 10.0.0.27 - - [2025-12-04 04:29:30] "POST /neutron/port HTTP/1.1" 200 2244 0.020812 10.0.0.27 - - [2025-12-04 04:29:30] "POST /neutron/network HTTP/1.1" 200 922 0.007221 10.0.0.27 - - [2025-12-04 04:29:31] "POST /neutron/port HTTP/1.1" 200 1063 0.016234 10.0.0.27 - - [2025-12-04 04:29:31] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004745 10.0.0.27 - - [2025-12-04 04:29:31] "POST /neutron/network HTTP/1.1" 200 912 0.008555 10.0.0.23 - - [2025-12-04 04:29:31] "GET /projects?obj_uuids=d78657c1-7985-4818-8343-771f4e07b2f5&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001433 10.0.0.27 - - [2025-12-04 04:29:31] "GET /project/d78657c1-7985-4818-8343-771f4e07b2f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.085999 10.0.0.27 - - [2025-12-04 04:29:31] "POST /neutron/security_group HTTP/1.1" 200 2066 0.009179 10.0.0.27 - - [2025-12-04 04:29:31] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.003558 10.0.0.27 - - [2025-12-04 04:29:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003179 10.0.0.27 - - [2025-12-04 04:29:31] "GET /bgp-router/0ec9857c-b779-4c40-aed8-edf9ef38c08f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.007411 10.0.0.23 - - [2025-12-04 04:29:32] "GET /projects?obj_uuids=d78657c1-7985-4818-8343-771f4e07b2f5&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001162 10.0.0.27 - - [2025-12-04 04:29:32] "POST /neutron/port HTTP/1.1" 200 1063 0.332330 10.0.0.27 - - [2025-12-04 04:29:32] "POST /neutron/port HTTP/1.1" 200 1117 0.115822 10.0.0.27 - - [2025-12-04 04:29:32] "POST /neutron/subnet HTTP/1.1" 200 675 0.010504 10.0.0.27 - - [2025-12-04 04:29:33] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.004900 10.0.0.27 - - [2025-12-04 04:29:33] "GET /bgp-router/0ec9857c-b779-4c40-aed8-edf9ef38c08f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.005277 10.0.0.27 - - [2025-12-04 04:29:33] "GET /bgp-router/0ec9857c-b779-4c40-aed8-edf9ef38c08f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.004751 10.0.0.27 - - [2025-12-04 04:29:33] "PUT /bgp-router/0ec9857c-b779-4c40-aed8-edf9ef38c08f HTTP/1.1" 200 254 0.034930 10.0.0.27 - - [2025-12-04 04:29:33] "PUT /bgp-router/0ec9857c-b779-4c40-aed8-edf9ef38c08f HTTP/1.1" 200 254 0.053336 10.0.0.27 - - [2025-12-04 04:29:33] "GET /bgp-router/b15db76d-2b23-4c73-be21-212a6f467f8e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.008819 10.0.0.27 - - [2025-12-04 04:29:33] "GET /bgp-router/b15db76d-2b23-4c73-be21-212a6f467f8e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.004484 10.0.0.27 - - [2025-12-04 04:29:33] "PUT /bgp-router/b15db76d-2b23-4c73-be21-212a6f467f8e HTTP/1.1" 200 254 0.038381 10.0.0.27 - - [2025-12-04 04:29:33] "PUT /bgp-router/b15db76d-2b23-4c73-be21-212a6f467f8e HTTP/1.1" 200 254 0.054820 10.0.0.27 - - [2025-12-04 04:29:33] "GET /bgp-router/7b94f0a2-39f0-4d62-9b59-bd46d455c425?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.010778 10.0.0.27 - - [2025-12-04 04:29:33] "GET /bgp-router/7b94f0a2-39f0-4d62-9b59-bd46d455c425?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.019954 10.0.0.27 - - [2025-12-04 04:29:33] "PUT /bgp-router/7b94f0a2-39f0-4d62-9b59-bd46d455c425 HTTP/1.1" 200 254 0.036547 10.0.0.27 - - [2025-12-04 04:29:33] "PUT /bgp-router/7b94f0a2-39f0-4d62-9b59-bd46d455c425 HTTP/1.1" 200 254 0.048177 10.0.0.27 - - [2025-12-04 04:29:33] "GET /bgp-router/0ec9857c-b779-4c40-aed8-edf9ef38c08f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.015454 10.0.0.27 - - [2025-12-04 04:29:33] "GET /bgp-router/0ec9857c-b779-4c40-aed8-edf9ef38c08f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.005929 10.0.0.27 - - [2025-12-04 04:29:33] "PUT /bgp-router/0ec9857c-b779-4c40-aed8-edf9ef38c08f HTTP/1.1" 200 254 0.019057 10.0.0.27 - - [2025-12-04 04:29:34] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.003490 10.0.0.27 - - [2025-12-04 04:29:34] "GET /bgp-router/0ec9857c-b779-4c40-aed8-edf9ef38c08f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.005396 10.0.0.27 - - [2025-12-04 04:29:34] "GET /bgp-router/0ec9857c-b779-4c40-aed8-edf9ef38c08f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.004400 10.0.0.27 - - [2025-12-04 04:29:34] "PUT /bgp-router/0ec9857c-b779-4c40-aed8-edf9ef38c08f HTTP/1.1" 200 254 0.026962 10.0.0.27 - - [2025-12-04 04:29:34] "PUT /bgp-router/0ec9857c-b779-4c40-aed8-edf9ef38c08f HTTP/1.1" 200 254 0.050752 10.0.0.27 - - [2025-12-04 04:29:34] "GET /bgp-router/b15db76d-2b23-4c73-be21-212a6f467f8e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.010996 10.0.0.27 - - [2025-12-04 04:29:34] "GET /bgp-router/b15db76d-2b23-4c73-be21-212a6f467f8e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.006912 10.0.0.27 - - [2025-12-04 04:29:34] "PUT /bgp-router/b15db76d-2b23-4c73-be21-212a6f467f8e HTTP/1.1" 200 254 0.042616 10.0.0.27 - - [2025-12-04 04:29:34] "PUT /bgp-router/b15db76d-2b23-4c73-be21-212a6f467f8e HTTP/1.1" 200 254 0.046237 10.0.0.27 - - [2025-12-04 04:29:34] "GET /bgp-router/7b94f0a2-39f0-4d62-9b59-bd46d455c425?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.006989 10.0.0.27 - - [2025-12-04 04:29:34] "GET /bgp-router/7b94f0a2-39f0-4d62-9b59-bd46d455c425?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.008698 10.0.0.27 - - [2025-12-04 04:29:34] "PUT /bgp-router/7b94f0a2-39f0-4d62-9b59-bd46d455c425 HTTP/1.1" 200 254 0.035607 10.0.0.27 - - [2025-12-04 04:29:34] "PUT /bgp-router/7b94f0a2-39f0-4d62-9b59-bd46d455c425 HTTP/1.1" 200 254 0.054019 10.0.0.27 - - [2025-12-04 04:29:34] "GET /bgp-router/b15db76d-2b23-4c73-be21-212a6f467f8e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.007456 10.0.0.27 - - [2025-12-04 04:29:34] "GET /bgp-router/b15db76d-2b23-4c73-be21-212a6f467f8e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.009881 10.0.0.27 - - [2025-12-04 04:29:34] "PUT /bgp-router/b15db76d-2b23-4c73-be21-212a6f467f8e HTTP/1.1" 200 254 0.026535 10.0.0.27 - - [2025-12-04 04:29:34] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.005325 10.0.0.27 - - [2025-12-04 04:29:34] "GET /bgp-router/0ec9857c-b779-4c40-aed8-edf9ef38c08f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.005850 10.0.0.27 - - [2025-12-04 04:29:34] "GET /bgp-router/0ec9857c-b779-4c40-aed8-edf9ef38c08f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.004912 10.0.0.27 - - [2025-12-04 04:29:34] "PUT /bgp-router/0ec9857c-b779-4c40-aed8-edf9ef38c08f HTTP/1.1" 200 254 0.028184 10.0.0.27 - - [2025-12-04 04:29:34] "PUT /bgp-router/0ec9857c-b779-4c40-aed8-edf9ef38c08f HTTP/1.1" 200 254 0.040049 10.0.0.27 - - [2025-12-04 04:29:35] "GET /bgp-router/b15db76d-2b23-4c73-be21-212a6f467f8e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.006315 10.0.0.27 - - [2025-12-04 04:29:35] "GET /bgp-router/b15db76d-2b23-4c73-be21-212a6f467f8e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.005343 10.0.0.27 - - [2025-12-04 04:29:35] "PUT /bgp-router/b15db76d-2b23-4c73-be21-212a6f467f8e HTTP/1.1" 200 254 0.054417 10.0.0.27 - - [2025-12-04 04:29:35] "PUT /bgp-router/b15db76d-2b23-4c73-be21-212a6f467f8e HTTP/1.1" 200 254 0.048660 10.0.0.27 - - [2025-12-04 04:29:35] "GET /bgp-router/7b94f0a2-39f0-4d62-9b59-bd46d455c425?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.030092 10.0.0.27 - - [2025-12-04 04:29:35] "GET /bgp-router/7b94f0a2-39f0-4d62-9b59-bd46d455c425?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.006484 10.0.0.27 - - [2025-12-04 04:29:35] "PUT /bgp-router/7b94f0a2-39f0-4d62-9b59-bd46d455c425 HTTP/1.1" 200 254 0.051586 10.0.0.27 - - [2025-12-04 04:29:35] "PUT /bgp-router/7b94f0a2-39f0-4d62-9b59-bd46d455c425 HTTP/1.1" 200 254 0.040171 10.0.0.27 - - [2025-12-04 04:29:35] "GET /bgp-router/7b94f0a2-39f0-4d62-9b59-bd46d455c425?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.010942 10.0.0.27 - - [2025-12-04 04:29:35] "GET /bgp-router/7b94f0a2-39f0-4d62-9b59-bd46d455c425?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.009820 10.0.0.27 - - [2025-12-04 04:29:35] "PUT /bgp-router/7b94f0a2-39f0-4d62-9b59-bd46d455c425 HTTP/1.1" 200 254 0.038430 10.0.0.27 - - [2025-12-04 04:29:35] "GET /bgp-router/0ec9857c-b779-4c40-aed8-edf9ef38c08f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.005640 10.0.0.27 - - [2025-12-04 04:29:35] "GET /bgp-router/0ec9857c-b779-4c40-aed8-edf9ef38c08f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.005290 10.0.0.27 - - [2025-12-04 04:29:35] "PUT /bgp-router/0ec9857c-b779-4c40-aed8-edf9ef38c08f HTTP/1.1" 200 254 0.019804 10.0.0.27 - - [2025-12-04 04:29:35] "GET /bgp-router/b15db76d-2b23-4c73-be21-212a6f467f8e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.005131 10.0.0.27 - - [2025-12-04 04:29:35] "GET /bgp-router/b15db76d-2b23-4c73-be21-212a6f467f8e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.005159 10.0.0.27 - - [2025-12-04 04:29:35] "PUT /bgp-router/b15db76d-2b23-4c73-be21-212a6f467f8e HTTP/1.1" 200 254 0.019054 10.0.0.27 - - [2025-12-04 04:29:35] "GET /bgp-router/7b94f0a2-39f0-4d62-9b59-bd46d455c425?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.006190 10.0.0.27 - - [2025-12-04 04:29:35] "GET /bgp-router/7b94f0a2-39f0-4d62-9b59-bd46d455c425?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.006858 10.0.0.27 - - [2025-12-04 04:29:35] "PUT /bgp-router/7b94f0a2-39f0-4d62-9b59-bd46d455c425 HTTP/1.1" 200 254 0.024738 10.0.0.27 - - [2025-12-04 04:29:41] "POST /neutron/port HTTP/1.1" 200 1091 0.019308 10.0.0.27 - - [2025-12-04 04:29:42] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007800 10.0.0.27 - - [2025-12-04 04:29:45] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.003420 10.0.0.27 - - [2025-12-04 04:29:45] "GET /bgp-router/0ec9857c-b779-4c40-aed8-edf9ef38c08f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2903 0.004828 10.0.0.27 - - [2025-12-04 04:29:45] "GET /bgp-router/0ec9857c-b779-4c40-aed8-edf9ef38c08f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2903 0.004582 10.0.0.27 - - [2025-12-04 04:29:45] "PUT /bgp-router/0ec9857c-b779-4c40-aed8-edf9ef38c08f HTTP/1.1" 200 254 0.040849 10.0.0.27 - - [2025-12-04 04:29:46] "PUT /bgp-router/0ec9857c-b779-4c40-aed8-edf9ef38c08f HTTP/1.1" 200 254 0.062062 10.0.0.27 - - [2025-12-04 04:29:46] "GET /bgp-router/b15db76d-2b23-4c73-be21-212a6f467f8e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2904 0.007498 10.0.0.27 - - [2025-12-04 04:29:46] "GET /bgp-router/b15db76d-2b23-4c73-be21-212a6f467f8e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2904 0.006981 10.0.0.27 - - [2025-12-04 04:29:46] "PUT /bgp-router/b15db76d-2b23-4c73-be21-212a6f467f8e HTTP/1.1" 200 254 0.034670 10.0.0.27 - - [2025-12-04 04:29:46] "PUT /bgp-router/b15db76d-2b23-4c73-be21-212a6f467f8e HTTP/1.1" 200 254 0.050738 10.0.0.27 - - [2025-12-04 04:29:46] "GET /bgp-router/7b94f0a2-39f0-4d62-9b59-bd46d455c425?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2903 0.005530 10.0.0.27 - - [2025-12-04 04:29:46] "GET /bgp-router/7b94f0a2-39f0-4d62-9b59-bd46d455c425?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2903 0.009455 10.0.0.27 - - [2025-12-04 04:29:46] "PUT /bgp-router/7b94f0a2-39f0-4d62-9b59-bd46d455c425 HTTP/1.1" 200 254 0.035440 10.0.0.27 - - [2025-12-04 04:29:46] "PUT /bgp-router/7b94f0a2-39f0-4d62-9b59-bd46d455c425 HTTP/1.1" 200 254 0.054608 10.0.0.27 - - [2025-12-04 04:29:46] "GET /bgp-router/0ec9857c-b779-4c40-aed8-edf9ef38c08f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2903 0.006205 10.0.0.27 - - [2025-12-04 04:29:46] "GET /bgp-router/0ec9857c-b779-4c40-aed8-edf9ef38c08f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2903 0.006462 10.0.0.27 - - [2025-12-04 04:29:46] "PUT /bgp-router/0ec9857c-b779-4c40-aed8-edf9ef38c08f HTTP/1.1" 200 254 0.026292 10.0.0.27 - - [2025-12-04 04:29:46] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.003324 10.0.0.27 - - [2025-12-04 04:29:46] "GET /bgp-router/0ec9857c-b779-4c40-aed8-edf9ef38c08f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.006132 10.0.0.27 - - [2025-12-04 04:29:46] "GET /bgp-router/0ec9857c-b779-4c40-aed8-edf9ef38c08f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.004778 10.0.0.27 - - [2025-12-04 04:29:46] "PUT /bgp-router/0ec9857c-b779-4c40-aed8-edf9ef38c08f HTTP/1.1" 200 254 0.026194 10.0.0.27 - - [2025-12-04 04:29:46] "PUT /bgp-router/0ec9857c-b779-4c40-aed8-edf9ef38c08f HTTP/1.1" 200 254 0.050581 10.0.0.27 - - [2025-12-04 04:29:46] "GET /bgp-router/b15db76d-2b23-4c73-be21-212a6f467f8e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2904 0.005260 10.0.0.27 - - [2025-12-04 04:29:46] "GET /bgp-router/b15db76d-2b23-4c73-be21-212a6f467f8e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2904 0.007489 10.0.0.27 - - [2025-12-04 04:29:46] "PUT /bgp-router/b15db76d-2b23-4c73-be21-212a6f467f8e HTTP/1.1" 200 254 0.036710 10.0.0.27 - - [2025-12-04 04:29:46] "PUT /bgp-router/b15db76d-2b23-4c73-be21-212a6f467f8e HTTP/1.1" 200 254 0.033962 10.0.0.27 - - [2025-12-04 04:29:46] "GET /bgp-router/7b94f0a2-39f0-4d62-9b59-bd46d455c425?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2903 0.006881 10.0.0.27 - - [2025-12-04 04:29:46] "GET /bgp-router/7b94f0a2-39f0-4d62-9b59-bd46d455c425?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2903 0.006530 10.0.0.27 - - [2025-12-04 04:29:47] "PUT /bgp-router/7b94f0a2-39f0-4d62-9b59-bd46d455c425 HTTP/1.1" 200 254 0.037513 10.0.0.27 - - [2025-12-04 04:29:47] "PUT /bgp-router/7b94f0a2-39f0-4d62-9b59-bd46d455c425 HTTP/1.1" 200 254 0.036838 10.0.0.27 - - [2025-12-04 04:29:47] "GET /bgp-router/b15db76d-2b23-4c73-be21-212a6f467f8e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2904 0.005107 10.0.0.27 - - [2025-12-04 04:29:47] "GET /bgp-router/b15db76d-2b23-4c73-be21-212a6f467f8e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2904 0.010995 10.0.0.27 - - [2025-12-04 04:29:47] "PUT /bgp-router/b15db76d-2b23-4c73-be21-212a6f467f8e HTTP/1.1" 200 254 0.024997 10.0.0.27 - - [2025-12-04 04:29:47] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.003145 10.0.0.27 - - [2025-12-04 04:29:47] "GET /bgp-router/0ec9857c-b779-4c40-aed8-edf9ef38c08f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.005384 10.0.0.27 - - [2025-12-04 04:29:47] "GET /bgp-router/0ec9857c-b779-4c40-aed8-edf9ef38c08f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.004357 10.0.0.27 - - [2025-12-04 04:29:47] "PUT /bgp-router/0ec9857c-b779-4c40-aed8-edf9ef38c08f HTTP/1.1" 200 254 0.028593 10.0.0.27 - - [2025-12-04 04:29:47] "PUT /bgp-router/0ec9857c-b779-4c40-aed8-edf9ef38c08f HTTP/1.1" 200 254 0.059552 10.0.0.27 - - [2025-12-04 04:29:47] "GET /bgp-router/b15db76d-2b23-4c73-be21-212a6f467f8e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.004873 10.0.0.27 - - [2025-12-04 04:29:47] "GET /bgp-router/b15db76d-2b23-4c73-be21-212a6f467f8e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.006558 10.0.0.27 - - [2025-12-04 04:29:47] "PUT /bgp-router/b15db76d-2b23-4c73-be21-212a6f467f8e HTTP/1.1" 200 254 0.034569 10.0.0.27 - - [2025-12-04 04:29:47] "PUT /bgp-router/b15db76d-2b23-4c73-be21-212a6f467f8e HTTP/1.1" 200 254 0.051232 10.0.0.27 - - [2025-12-04 04:29:47] "GET /bgp-router/7b94f0a2-39f0-4d62-9b59-bd46d455c425?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2903 0.005533 10.0.0.27 - - [2025-12-04 04:29:47] "GET /bgp-router/7b94f0a2-39f0-4d62-9b59-bd46d455c425?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2903 0.004399 10.0.0.27 - - [2025-12-04 04:29:47] "PUT /bgp-router/7b94f0a2-39f0-4d62-9b59-bd46d455c425 HTTP/1.1" 200 254 0.031998 10.0.0.27 - - [2025-12-04 04:29:47] "PUT /bgp-router/7b94f0a2-39f0-4d62-9b59-bd46d455c425 HTTP/1.1" 200 254 0.045396 10.0.0.27 - - [2025-12-04 04:29:47] "GET /bgp-router/7b94f0a2-39f0-4d62-9b59-bd46d455c425?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2903 0.008152 10.0.0.27 - - [2025-12-04 04:29:47] "GET /bgp-router/7b94f0a2-39f0-4d62-9b59-bd46d455c425?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2903 0.006567 10.0.0.27 - - [2025-12-04 04:29:47] "PUT /bgp-router/7b94f0a2-39f0-4d62-9b59-bd46d455c425 HTTP/1.1" 200 254 0.030896 10.0.0.27 - - [2025-12-04 04:29:48] "POST /ref-update HTTP/1.1" 200 156 0.057394 10.0.0.27 - - [2025-12-04 04:29:48] "GET /virtual-network/4ffde978-4f33-429a-ae03-cfbffb5bf3f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1999 0.015239 10.0.0.27 - - [2025-12-04 04:29:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.005281 10.0.0.33 - - [2025-12-04 04:29:48] "POST /ref-update HTTP/1.1" 200 156 0.030142 10.0.0.27 - - [2025-12-04 04:29:48] "GET /network-policy/8904fa65-8e28-4b1a-badc-9e043f5bb57a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2160 0.006855 10.0.0.27 - - [2025-12-04 04:29:48] "POST /ref-update HTTP/1.1" 200 156 0.052310 10.0.0.27 - - [2025-12-04 04:29:48] "GET /virtual-network/83547b6e-3452-493d-8e3d-9bc56fb6abcf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1999 0.023469 10.0.0.27 - - [2025-12-04 04:29:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.010372 10.0.0.27 - - [2025-12-04 04:29:48] "GET /network-policy/8904fa65-8e28-4b1a-badc-9e043f5bb57a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2160 0.004692 10.0.0.27 - - [2025-12-04 04:29:48] "DELETE /network-policy/8904fa65-8e28-4b1a-badc-9e043f5bb57a HTTP/1.1" 200 115 0.039700 10.0.0.27 - - [2025-12-04 04:29:48] "POST /neutron/port HTTP/1.1" 200 1091 0.020168 10.0.0.27 - - [2025-12-04 04:29:48] "POST /neutron/port HTTP/1.1" 200 1117 0.016921 10.0.0.27 - - [2025-12-04 04:29:48] "POST /neutron/port HTTP/1.1" 200 1117 0.012946 10.0.0.23 - - [2025-12-04 04:29:50] "POST /useragent-kv HTTP/1.1" 200 115 0.004305 10.0.0.33 - - [2025-12-04 04:29:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004538 10.0.0.23 - - [2025-12-04 04:29:50] "POST /useragent-kv HTTP/1.1" 200 115 0.002856 10.0.0.27 - - [2025-12-04 04:29:50] "POST /neutron/network HTTP/1.1" 200 151 0.138680 10.0.0.33 - - [2025-12-04 04:29:51] "DELETE /route-target/8cf378c0-6828-42a7-a3cf-ac238cd11a29 HTTP/1.1" 200 115 0.025867 10.0.0.27 - - [2025-12-04 04:29:51] "POST /ref-update HTTP/1.1" 200 156 0.064045 10.0.0.27 - - [2025-12-04 04:29:51] "POST /neutron/network HTTP/1.1" 200 974 0.031347 10.0.0.27 - - [2025-12-04 04:29:51] "GET /virtual-network/d248aedf-dc17-4387-ad97-2d692aee61bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2557 0.005731 10.0.0.27 - - [2025-12-04 04:29:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.009530 10.0.0.27 - - [2025-12-04 04:29:51] "GET /network-policy/c508eede-a8aa-4bed-9e74-c80224276093?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2096 0.004021 10.0.0.23 - - [2025-12-04 04:29:51] "POST /fqname-to-id HTTP/1.1" 404 207 0.009678 10.0.0.27 - - [2025-12-04 04:29:51] "POST /ref-update HTTP/1.1" 200 156 0.062134 10.0.0.33 - - [2025-12-04 04:29:51] "DELETE /access-control-list/0d8ea5db-a977-4393-b413-171ff4d8389f HTTP/1.1" 200 115 0.051215 10.0.0.27 - - [2025-12-04 04:29:51] "GET /virtual-network/59eddef2-aab3-4ac2-b3e7-b9b7cf6e77b8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2562 0.017362 10.0.0.27 - - [2025-12-04 04:29:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.008377 10.0.0.27 - - [2025-12-04 04:29:51] "GET /network-policy/c508eede-a8aa-4bed-9e74-c80224276093?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2096 0.004730 10.0.0.27 - - [2025-12-04 04:29:51] "DELETE /network-policy/c508eede-a8aa-4bed-9e74-c80224276093 HTTP/1.1" 200 115 0.038190 10.0.0.27 - - [2025-12-04 04:29:51] "POST /neutron/network HTTP/1.1" 400 204 0.019436 10.0.0.27 - - [2025-12-04 04:29:52] "POST /neutron/port HTTP/1.1" 200 151 0.312883 10.0.0.27 - - [2025-12-04 04:29:52] "POST /neutron/port HTTP/1.1" 200 151 0.322991 10.0.0.33 - - [2025-12-04 04:29:53] "DELETE /route-target/5f245782-6587-42e1-bed9-9c4072a6c4d4 HTTP/1.1" 200 115 0.032130 10.0.0.27 - - [2025-12-04 04:29:54] "POST /neutron/network HTTP/1.1" 200 976 0.010441 10.0.0.23 - - [2025-12-04 04:29:55] "GET /projects?obj_uuids=d78657c1-7985-4818-8343-771f4e07b2f5&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001219 10.0.0.27 - - [2025-12-04 04:29:55] "GET /project/d78657c1-7985-4818-8343-771f4e07b2f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.062293 10.0.0.23 - - [2025-12-04 04:29:55] "GET /projects?obj_uuids=d78657c1-7985-4818-8343-771f4e07b2f5&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001046 10.0.0.27 - - [2025-12-04 04:29:55] "GET /project/d78657c1-7985-4818-8343-771f4e07b2f5?fields=virtual_networks HTTP/1.1" 200 1048 0.063611 10.0.0.23 - - [2025-12-04 04:29:55] "GET /projects?obj_uuids=d78657c1-7985-4818-8343-771f4e07b2f5&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001819 10.0.0.27 - - [2025-12-04 04:29:55] "GET /project/d78657c1-7985-4818-8343-771f4e07b2f5?fields=virtual_machine_interfaces HTTP/1.1" 200 1048 0.066679 10.0.0.23 - - [2025-12-04 04:29:55] "GET /projects?obj_uuids=d78657c1-7985-4818-8343-771f4e07b2f5&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001223 10.0.0.27 - - [2025-12-04 04:29:55] "GET /project/d78657c1-7985-4818-8343-771f4e07b2f5?fields=security_groups HTTP/1.1" 200 1282 0.042925 10.0.0.27 - - [2025-12-04 04:29:56] "POST /fqname-to-id HTTP/1.1" 404 183 0.046017 10.0.0.23 - - [2025-12-04 04:29:56] "GET /projects?obj_uuids=b06883ee-ab69-4898-b4b3-cceed64bd774&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003507 10.0.0.23 - - [2025-12-04 04:29:56] "GET /domains?obj_uuids=77f3106b-db9e-49b5-893e-09cac574b890&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001192 10.0.0.23 - - [2025-12-04 04:29:56] "GET /domain/77f3106b-db9e-49b5-893e-09cac574b890?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.008212 10.0.0.23 - - [2025-12-04 04:29:57] "POST /id-to-fqname HTTP/1.1" 200 185 0.001441 10.0.0.23 - - [2025-12-04 04:29:57] "POST /fqname-to-id HTTP/1.1" 404 194 0.007152 10.0.0.23 - - [2025-12-04 04:29:57] "POST /security-groups HTTP/1.1" 200 586 0.035448 10.0.0.33 - - [2025-12-04 04:29:57] "POST /fqname-to-id HTTP/1.1" 404 229 0.006375 10.0.0.23 - - [2025-12-04 04:29:57] "POST /projects HTTP/1.1" 200 575 0.265296 10.0.0.23 - - [2025-12-04 04:29:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.350492 10.0.0.33 - - [2025-12-04 04:29:57] "POST /access-control-lists HTTP/1.1" 200 589 0.038876 10.0.0.27 - - [2025-12-04 04:29:57] "GET /project/b06883ee-ab69-4898-b4b3-cceed64bd774?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1344 0.534957 10.0.0.27 - - [2025-12-04 04:29:58] "GET / HTTP/1.1" 200 35931 0.002784 10.0.0.27 - - [2025-12-04 04:30:01] "POST /fqname-to-id HTTP/1.1" 401 292 0.000639 10.0.0.27 - - [2025-12-04 04:30:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.042968 10.0.0.27 - - [2025-12-04 04:30:01] "GET /api-access-list/d88722ce-537b-40a5-99d8-a820e2bee6ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1882 0.006939 10.0.0.27 - - [2025-12-04 04:30:01] "GET /api-access-list/d88722ce-537b-40a5-99d8-a820e2bee6ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1882 0.004966 10.0.0.27 - - [2025-12-04 04:30:01] "GET /api-access-list/d88722ce-537b-40a5-99d8-a820e2bee6ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1882 0.005052 10.0.0.27 - - [2025-12-04 04:30:01] "PUT /api-access-list/d88722ce-537b-40a5-99d8-a820e2bee6ff HTTP/1.1" 200 264 0.016024 10.0.0.23 - - [2025-12-04 04:30:01] "DELETE /project/b06883eeab694898b4b3cceed64bd774 HTTP/1.1" 404 173 0.008142 10.0.0.23 - - [2025-12-04 04:30:01] "GET /projects?obj_uuids=d78657c1-7985-4818-8343-771f4e07b2f5&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.003963 10.0.0.23 - - [2025-12-04 04:30:01] "GET /project/d78657c1-7985-4818-8343-771f4e07b2f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1500 0.122096 10.0.0.23 - - [2025-12-04 04:30:02] "GET /projects?obj_uuids=d78657c1-7985-4818-8343-771f4e07b2f5&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.002823 10.0.0.23 - - [2025-12-04 04:30:02] "GET /project/d78657c1-7985-4818-8343-771f4e07b2f5?fields=security_groups HTTP/1.1" 400 218 0.045696 10.0.0.23 - - [2025-12-04 04:30:02] "DELETE /project/d78657c1-7985-4818-8343-771f4e07b2f5 HTTP/1.1" 404 171 0.246013 10.0.0.27 - - [2025-12-04 04:30:03] "POST /fqname-to-id HTTP/1.1" 404 183 0.036772 10.0.0.23 - - [2025-12-04 04:30:03] "GET /projects?obj_uuids=7e7955ed-43e6-47d3-9088-9c247d568029&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002986 10.0.0.23 - - [2025-12-04 04:30:03] "GET /domains?obj_uuids=77f3106b-db9e-49b5-893e-09cac574b890&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001083 10.0.0.23 - - [2025-12-04 04:30:03] "GET /domain/77f3106b-db9e-49b5-893e-09cac574b890?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.007394 10.0.0.23 - - [2025-12-04 04:30:03] "POST /id-to-fqname HTTP/1.1" 200 185 0.002452 10.0.0.23 - - [2025-12-04 04:30:03] "POST /fqname-to-id HTTP/1.1" 404 194 0.012592 10.0.0.23 - - [2025-12-04 04:30:04] "POST /security-groups HTTP/1.1" 200 586 0.076888 10.0.0.33 - - [2025-12-04 04:30:04] "POST /fqname-to-id HTTP/1.1" 404 229 0.004655 10.0.0.23 - - [2025-12-04 04:30:04] "POST /projects HTTP/1.1" 200 575 0.330787 10.0.0.23 - - [2025-12-04 04:30:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.416425 10.0.0.33 - - [2025-12-04 04:30:04] "POST /access-control-lists HTTP/1.1" 200 589 0.036665 10.0.0.27 - - [2025-12-04 04:30:04] "GET /project/7e7955ed-43e6-47d3-9088-9c247d568029?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1343 0.589975 10.0.0.27 - - [2025-12-04 04:30:04] "POST /fqname-to-id HTTP/1.1" 404 183 0.033965 10.0.0.23 - - [2025-12-04 04:30:04] "GET /projects?obj_uuids=86e54b8f-423f-4a67-819a-d8f17b2367dd&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004285 10.0.0.23 - - [2025-12-04 04:30:04] "GET /domains?obj_uuids=77f3106b-db9e-49b5-893e-09cac574b890&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001207 10.0.0.23 - - [2025-12-04 04:30:04] "GET /domain/77f3106b-db9e-49b5-893e-09cac574b890?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.009155 10.0.0.23 - - [2025-12-04 04:30:04] "POST /id-to-fqname HTTP/1.1" 200 185 0.001971 10.0.0.23 - - [2025-12-04 04:30:04] "POST /fqname-to-id HTTP/1.1" 404 194 0.011456 10.0.0.23 - - [2025-12-04 04:30:05] "POST /security-groups HTTP/1.1" 200 586 0.082865 10.0.0.23 - - [2025-12-04 04:30:05] "POST /projects HTTP/1.1" 200 575 0.318748 10.0.0.23 - - [2025-12-04 04:30:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.355611 10.0.0.33 - - [2025-12-04 04:30:05] "POST /fqname-to-id HTTP/1.1" 404 228 0.010493 10.0.0.27 - - [2025-12-04 04:30:05] "GET /project/86e54b8f-423f-4a67-819a-d8f17b2367dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1342 0.547425 10.0.0.27 - - [2025-12-04 04:30:05] "GET / HTTP/1.1" 200 35931 0.002871 10.0.0.27 - - [2025-12-04 04:30:06] "GET / HTTP/1.1" 200 35931 0.001775 10.0.0.27 - - [2025-12-04 04:30:07] "POST /fqname-to-id HTTP/1.1" 404 183 0.003659 10.0.0.27 - - [2025-12-04 04:30:07] "POST /api-access-lists HTTP/1.1" 200 521 0.023995 10.0.0.27 - - [2025-12-04 04:30:07] "GET /api-access-list/61f37200-0107-49c0-9c1d-2503560b2051?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1265 0.007078 10.0.0.27 - - [2025-12-04 04:30:07] "POST /fqname-to-id HTTP/1.1" 401 292 0.000453 10.0.0.27 - - [2025-12-04 04:30:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.191771 10.0.0.23 - - [2025-12-04 04:30:08] "GET /projects?obj_uuids=7e7955ed-43e6-47d3-9088-9c247d568029&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001617 10.0.0.27 - - [2025-12-04 04:30:08] "GET /project/7e7955ed-43e6-47d3-9088-9c247d568029?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1343 0.100567 10.0.0.27 - - [2025-12-04 04:30:08] "GET /virtual-networks?parent_id=7e7955ed-43e6-47d3-9088-9c247d568029&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.020108 10.0.0.27 - - [2025-12-04 04:30:08] "POST /virtual-networks HTTP/1.1" 200 568 0.114870 10.0.0.27 - - [2025-12-04 04:30:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.050932 10.0.0.33 - - [2025-12-04 04:30:08] "POST /ref-update HTTP/1.1" 200 156 0.052063 10.0.0.27 - - [2025-12-04 04:30:08] "GET /network-ipam/eb7ce99c-5f70-4bd4-ae70-2bdfbff078f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1089 0.027839 10.0.0.23 - - [2025-12-04 04:30:08] "POST /useragent-kv HTTP/1.1" 200 115 0.013441 10.0.0.27 - - [2025-12-04 04:30:08] "POST /ref-update HTTP/1.1" 200 156 0.127322 10.0.0.27 - - [2025-12-04 04:30:09] "POST /neutron/network HTTP/1.1" 200 832 0.140195 10.0.0.27 - - [2025-12-04 04:30:09] "GET /virtual-network/ddb003b5-9ecd-44bb-9e73-81e08cf7db06?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1981 0.031316 10.0.0.27 - - [2025-12-04 04:30:10] "GET /obj-perms HTTP/1.1" 200 4915 0.097992 10.0.0.27 - - [2025-12-04 04:30:11] "GET /virtual-network/ddb003b5-9ecd-44bb-9e73-81e08cf7db06?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1981 0.022958 10.0.0.27 - - [2025-12-04 04:30:12] "GET /obj-perms HTTP/1.1" 200 4915 0.111383 10.0.0.27 - - [2025-12-04 04:30:12] "GET /obj-perms HTTP/1.1" 200 4915 0.025118 10.0.0.27 - - [2025-12-04 04:30:12] "POST /id-to-fqname HTTP/1.1" 401 292 0.000504 10.0.0.27 - - [2025-12-04 04:30:12] "POST /id-to-fqname HTTP/1.1" 200 230 0.065498 10.0.0.27 - - [2025-12-04 04:30:13] "POST /neutron/network HTTP/1.1" 200 842 0.079229 10.0.0.23 - - [2025-12-04 04:30:14] "GET /projects?obj_uuids=86e54b8f-423f-4a67-819a-d8f17b2367dd&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001281 10.0.0.27 - - [2025-12-04 04:30:14] "GET /project/86e54b8f-423f-4a67-819a-d8f17b2367dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1342 0.082537 10.0.0.27 - - [2025-12-04 04:30:14] "POST /neutron/port HTTP/1.1" 200 117 0.052855 10.0.0.23 - - [2025-12-04 04:30:15] "GET /obj-perms HTTP/1.1" 200 5056 0.100216 10.0.0.27 - - [2025-12-04 04:30:15] "POST /neutron/network HTTP/1.1" 200 832 0.050261 10.0.0.27 - - [2025-12-04 04:30:16] "POST /neutron/port HTTP/1.1" 200 1055 0.017874 10.0.0.27 - - [2025-12-04 04:30:16] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004929 10.0.0.27 - - [2025-12-04 04:30:16] "POST /neutron/network HTTP/1.1" 200 832 0.008589 10.0.0.27 - - [2025-12-04 04:30:19] "POST /neutron/port HTTP/1.1" 200 1083 0.021244 10.0.0.27 - - [2025-12-04 04:30:20] "POST /neutron/security_group HTTP/1.1" 200 2053 0.007855 10.0.0.27 - - [2025-12-04 04:30:20] "GET /virtual-machine/53f058a4-03e8-4007-8ca4-33d6e7e4a1c7 HTTP/1.1" 401 292 0.000451 10.0.0.27 - - [2025-12-04 04:30:20] "GET /virtual-machine/53f058a4-03e8-4007-8ca4-33d6e7e4a1c7 HTTP/1.1" 200 1287 0.064202 10.0.0.27 - - [2025-12-04 04:30:20] "GET /virtual-machine/53f058a4-03e8-4007-8ca4-33d6e7e4a1c7 HTTP/1.1" 200 1287 0.031438 10.0.0.27 - - [2025-12-04 04:30:20] "GET /virtual-machine-interface/79b9776d-9b7a-42b6-bbb8-3d3761cd39ff HTTP/1.1" 200 2530 0.029608 10.0.0.27 - - [2025-12-04 04:30:20] "GET /virtual-machine/53f058a4-03e8-4007-8ca4-33d6e7e4a1c7 HTTP/1.1" 200 1287 0.021223 10.0.0.27 - - [2025-12-04 04:30:20] "GET /virtual-machine-interface/79b9776d-9b7a-42b6-bbb8-3d3761cd39ff HTTP/1.1" 200 2530 0.029794 10.0.0.27 - - [2025-12-04 04:30:20] "GET /instance-ip/e0ae729e-c73b-4b4e-ad79-b98392fb46fe HTTP/1.1" 200 1626 0.023270 10.0.0.27 - - [2025-12-04 04:30:20] "GET /virtual-machine/53f058a4-03e8-4007-8ca4-33d6e7e4a1c7 HTTP/1.1" 200 1287 0.029064 10.0.0.27 - - [2025-12-04 04:30:20] "GET /virtual-machine-interface/79b9776d-9b7a-42b6-bbb8-3d3761cd39ff HTTP/1.1" 200 2530 0.023984 10.0.0.27 - - [2025-12-04 04:30:20] "GET /instance-ip/e0ae729e-c73b-4b4e-ad79-b98392fb46fe HTTP/1.1" 200 1626 0.020632 10.0.0.27 - - [2025-12-04 04:30:20] "POST /fqname-to-id HTTP/1.1" 403 339 0.028265 10.0.0.27 - - [2025-12-04 04:30:20] "GET / HTTP/1.1" 200 35931 0.002393 10.0.0.27 - - [2025-12-04 04:30:21] "POST /fqname-to-id HTTP/1.1" 401 292 0.000511 10.0.0.27 - - [2025-12-04 04:30:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.031363 10.0.0.27 - - [2025-12-04 04:30:21] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004946 10.0.0.27 - - [2025-12-04 04:30:21] "GET /virtual-networks?parent_id=86e54b8f-423f-4a67-819a-d8f17b2367dd&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.015087 10.0.0.27 - - [2025-12-04 04:30:21] "POST /fqname-to-id HTTP/1.1" 403 339 0.019601 10.0.0.27 - - [2025-12-04 04:30:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003625 10.0.0.27 - - [2025-12-04 04:30:21] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004300 10.0.0.27 - - [2025-12-04 04:30:21] "GET /virtual-networks?parent_id=86e54b8f-423f-4a67-819a-d8f17b2367dd&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.018026 10.0.0.27 - - [2025-12-04 04:30:21] "POST /fqname-to-id HTTP/1.1" 403 339 0.019536 10.0.0.27 - - [2025-12-04 04:30:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003680 10.0.0.27 - - [2025-12-04 04:30:21] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004119 10.0.0.27 - - [2025-12-04 04:30:21] "GET /virtual-networks?parent_id=86e54b8f-423f-4a67-819a-d8f17b2367dd&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.016759 10.0.0.27 - - [2025-12-04 04:30:21] "POST /fqname-to-id HTTP/1.1" 403 339 0.016788 10.0.0.27 - - [2025-12-04 04:30:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003732 10.0.0.27 - - [2025-12-04 04:30:21] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004188 10.0.0.27 - - [2025-12-04 04:30:22] "GET /virtual-networks?parent_id=86e54b8f-423f-4a67-819a-d8f17b2367dd&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.018135 10.0.0.27 - - [2025-12-04 04:30:22] "POST /fqname-to-id HTTP/1.1" 403 339 0.021298 10.0.0.27 - - [2025-12-04 04:30:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003617 10.0.0.27 - - [2025-12-04 04:30:22] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004786 10.0.0.27 - - [2025-12-04 04:30:22] "GET /virtual-networks?parent_id=86e54b8f-423f-4a67-819a-d8f17b2367dd&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.020396 10.0.0.27 - - [2025-12-04 04:30:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.018245 10.0.0.27 - - [2025-12-04 04:30:25] "GET /virtual-network/ddb003b5-9ecd-44bb-9e73-81e08cf7db06?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1981 0.022183 10.0.0.27 - - [2025-12-04 04:30:26] "POST /neutron/port HTTP/1.1" 200 1083 0.017232 10.0.0.27 - - [2025-12-04 04:30:29] "POST /fqname-to-id HTTP/1.1" 403 339 0.018990 10.0.0.27 - - [2025-12-04 04:30:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003886 10.0.0.27 - - [2025-12-04 04:30:29] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003872 10.0.0.27 - - [2025-12-04 04:30:29] "GET /virtual-networks?parent_id=86e54b8f-423f-4a67-819a-d8f17b2367dd&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.016726 10.0.0.27 - - [2025-12-04 04:30:29] "POST /fqname-to-id HTTP/1.1" 403 339 0.016178 10.0.0.27 - - [2025-12-04 04:30:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003346 10.0.0.27 - - [2025-12-04 04:30:29] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003747 10.0.0.27 - - [2025-12-04 04:30:29] "GET /virtual-networks?parent_id=86e54b8f-423f-4a67-819a-d8f17b2367dd&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.017162 10.0.0.27 - - [2025-12-04 04:30:29] "POST /fqname-to-id HTTP/1.1" 403 361 0.017331 10.0.0.27 - - [2025-12-04 04:30:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.004034 10.0.0.27 - - [2025-12-04 04:30:29] "GET /routing-instance/f020c5a3-bd61-4fcd-8c75-cc26c3c51d6f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1531 0.004185 10.0.0.27 - - [2025-12-04 04:30:29] "GET /route-target/743f5826-c956-4941-9321-39b031d077c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 361 0.017933 10.0.0.27 - - [2025-12-04 04:30:29] "GET /route-target/743f5826-c956-4941-9321-39b031d077c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004201 10.0.0.27 - - [2025-12-04 04:30:30] "POST /fqname-to-id HTTP/1.1" 403 339 0.020041 10.0.0.27 - - [2025-12-04 04:30:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003080 10.0.0.27 - - [2025-12-04 04:30:30] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004591 10.0.0.27 - - [2025-12-04 04:30:30] "GET /virtual-networks?parent_id=86e54b8f-423f-4a67-819a-d8f17b2367dd&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.019156 10.0.0.27 - - [2025-12-04 04:30:30] "POST /fqname-to-id HTTP/1.1" 403 361 0.020341 10.0.0.27 - - [2025-12-04 04:30:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004738 10.0.0.27 - - [2025-12-04 04:30:30] "GET /routing-instance/f020c5a3-bd61-4fcd-8c75-cc26c3c51d6f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1531 0.005352 10.0.0.27 - - [2025-12-04 04:30:30] "GET /route-target/743f5826-c956-4941-9321-39b031d077c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 361 0.017179 10.0.0.27 - - [2025-12-04 04:30:30] "GET /route-target/743f5826-c956-4941-9321-39b031d077c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004450 10.0.0.27 - - [2025-12-04 04:30:30] "POST /fqname-to-id HTTP/1.1" 403 339 0.020269 10.0.0.27 - - [2025-12-04 04:30:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003637 10.0.0.27 - - [2025-12-04 04:30:30] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003661 10.0.0.27 - - [2025-12-04 04:30:30] "GET /virtual-networks?parent_id=86e54b8f-423f-4a67-819a-d8f17b2367dd&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.019754 10.0.0.27 - - [2025-12-04 04:30:30] "POST /fqname-to-id HTTP/1.1" 403 339 0.019561 10.0.0.27 - - [2025-12-04 04:30:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004076 10.0.0.27 - - [2025-12-04 04:30:30] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004306 10.0.0.27 - - [2025-12-04 04:30:30] "GET /virtual-networks?parent_id=86e54b8f-423f-4a67-819a-d8f17b2367dd&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.019258 10.0.0.27 - - [2025-12-04 04:30:31] "GET /obj-perms HTTP/1.1" 200 4915 0.017088 10.0.0.27 - - [2025-12-04 04:30:31] "GET /obj-perms HTTP/1.1" 200 4915 0.018752 10.0.0.23 - - [2025-12-04 04:30:31] "GET /obj-perms HTTP/1.1" 200 4915 0.084067 10.0.0.27 - - [2025-12-04 04:30:31] "GET /obj-perms HTTP/1.1" 200 4915 0.015514 10.0.0.27 - - [2025-12-04 04:30:31] "GET /obj-perms HTTP/1.1" 200 4915 0.018751 10.0.0.23 - - [2025-12-04 04:30:31] "GET /virtual-machine/53f058a4-03e8-4007-8ca4-33d6e7e4a1c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 992 0.019789 10.0.0.27 - - [2025-12-04 04:30:31] "GET /obj-perms HTTP/1.1" 200 4915 0.018417 10.0.0.27 - - [2025-12-04 04:30:32] "GET /obj-perms HTTP/1.1" 200 4915 0.081788 10.0.0.27 - - [2025-12-04 04:30:33] "GET /obj-perms HTTP/1.1" 200 4915 0.016800 10.0.0.27 - - [2025-12-04 04:30:33] "GET /obj-perms HTTP/1.1" 200 5020 0.062948 10.0.0.33 - - [2025-12-04 04:30:33] "GET /obj-perms HTTP/1.1" 200 5020 0.063356 10.0.0.27 - - [2025-12-04 04:30:34] "GET /virtual-machine/53f058a4-03e8-4007-8ca4-33d6e7e4a1c7 HTTP/1.1" 200 1287 0.027288 10.0.0.27 - - [2025-12-04 04:30:34] "POST /neutron/port HTTP/1.1" 200 1109 0.014061 10.0.0.27 - - [2025-12-04 04:30:36] "GET /virtual-machine/53f058a4-03e8-4007-8ca4-33d6e7e4a1c7 HTTP/1.1" 404 171 0.017389 10.0.0.27 - - [2025-12-04 04:30:36] "GET /virtual-machine/53f058a4-03e8-4007-8ca4-33d6e7e4a1c7 HTTP/1.1" 404 171 0.015985 10.0.0.27 - - [2025-12-04 04:30:36] "GET /virtual-machine/53f058a4-03e8-4007-8ca4-33d6e7e4a1c7 HTTP/1.1" 404 171 0.015916 10.0.0.27 - - [2025-12-04 04:30:36] "POST /fqname-to-id HTTP/1.1" 403 339 0.019663 10.0.0.27 - - [2025-12-04 04:30:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003401 10.0.0.27 - - [2025-12-04 04:30:36] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004451 10.0.0.27 - - [2025-12-04 04:30:36] "GET /virtual-networks?parent_id=86e54b8f-423f-4a67-819a-d8f17b2367dd&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.017620 10.0.0.27 - - [2025-12-04 04:30:36] "POST /fqname-to-id HTTP/1.1" 403 361 0.020869 10.0.0.27 - - [2025-12-04 04:30:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004231 10.0.0.27 - - [2025-12-04 04:30:36] "GET /routing-instance/f020c5a3-bd61-4fcd-8c75-cc26c3c51d6f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1531 0.005442 10.0.0.27 - - [2025-12-04 04:30:36] "GET /route-target/743f5826-c956-4941-9321-39b031d077c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 361 0.015822 10.0.0.27 - - [2025-12-04 04:30:36] "GET /route-target/743f5826-c956-4941-9321-39b031d077c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.003905 10.0.0.27 - - [2025-12-04 04:30:37] "GET /obj-perms HTTP/1.1" 200 4915 0.071774 10.0.0.27 - - [2025-12-04 04:30:37] "GET /obj-perms HTTP/1.1" 200 4915 0.078455 10.0.0.33 - - [2025-12-04 04:30:37] "GET /obj-perms HTTP/1.1" 200 5020 0.004994 10.0.0.27 - - [2025-12-04 04:30:43] "GET /obj-perms HTTP/1.1" 200 5020 0.004586 10.0.0.33 - - [2025-12-04 04:30:47] "GET /obj-perms HTTP/1.1" 200 5020 0.004008 10.0.0.27 - - [2025-12-04 04:30:53] "GET /obj-perms HTTP/1.1" 200 5020 0.004359 10.0.0.33 - - [2025-12-04 04:30:56] "GET /obj-perms HTTP/1.1" 200 5020 0.004779 10.0.0.23 - - [2025-12-04 04:31:02] "DELETE /project/7e7955ed43e647d390889c247d568029 HTTP/1.1" 404 173 0.005629 10.0.0.23 - - [2025-12-04 04:31:02] "DELETE /project/86e54b8f423f4a67819ad8f17b2367dd HTTP/1.1" 404 173 0.005142 10.0.0.27 - - [2025-12-04 04:31:02] "GET /obj-perms HTTP/1.1" 200 5020 0.004584 10.0.0.33 - - [2025-12-04 04:31:02] "GET /obj-perms HTTP/1.1" 200 5020 0.004882 10.0.0.23 - - [2025-12-04 04:31:03] "GET /obj-perms HTTP/1.1" 200 5020 0.064309 10.0.0.23 - - [2025-12-04 04:31:03] "POST /useragent-kv HTTP/1.1" 200 115 0.003688 10.0.0.23 - - [2025-12-04 04:31:03] "POST /useragent-kv HTTP/1.1" 200 115 0.002662 10.0.0.27 - - [2025-12-04 04:31:03] "DELETE /virtual-network/ddb003b5-9ecd-44bb-9e73-81e08cf7db06 HTTP/1.1" 200 115 0.137786 10.0.0.27 - - [2025-12-04 04:31:03] "DELETE /api-access-list/61f37200-0107-49c0-9c1d-2503560b2051 HTTP/1.1" 200 115 0.029971 10.0.0.23 - - [2025-12-04 04:31:03] "GET /projects?obj_uuids=86e54b8f-423f-4a67-819a-d8f17b2367dd&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001168 10.0.0.27 - - [2025-12-04 04:31:03] "GET /project/86e54b8f-423f-4a67-819a-d8f17b2367dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1342 0.064540 10.0.0.23 - - [2025-12-04 04:31:03] "GET /projects?obj_uuids=86e54b8f-423f-4a67-819a-d8f17b2367dd&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001170 10.0.0.27 - - [2025-12-04 04:31:03] "GET /project/86e54b8f-423f-4a67-819a-d8f17b2367dd?fields=virtual_networks HTTP/1.1" 200 1021 0.058905 10.0.0.23 - - [2025-12-04 04:31:03] "GET /projects?obj_uuids=86e54b8f-423f-4a67-819a-d8f17b2367dd&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001442 10.0.0.27 - - [2025-12-04 04:31:03] "GET /project/86e54b8f-423f-4a67-819a-d8f17b2367dd?fields=virtual_machine_interfaces HTTP/1.1" 200 1021 0.046614 10.0.0.23 - - [2025-12-04 04:31:03] "GET /projects?obj_uuids=86e54b8f-423f-4a67-819a-d8f17b2367dd&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001358 10.0.0.27 - - [2025-12-04 04:31:03] "GET /project/86e54b8f-423f-4a67-819a-d8f17b2367dd?fields=security_groups HTTP/1.1" 200 1242 0.041848 10.0.0.23 - - [2025-12-04 04:31:04] "GET /projects?obj_uuids=7e7955ed-43e6-47d3-9088-9c247d568029&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001621 10.0.0.27 - - [2025-12-04 04:31:04] "GET /project/7e7955ed-43e6-47d3-9088-9c247d568029?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1343 0.062326 10.0.0.23 - - [2025-12-04 04:31:04] "GET /projects?obj_uuids=7e7955ed-43e6-47d3-9088-9c247d568029&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001102 10.0.0.27 - - [2025-12-04 04:31:04] "GET /project/7e7955ed-43e6-47d3-9088-9c247d568029?fields=virtual_networks HTTP/1.1" 200 1022 0.054498 10.0.0.23 - - [2025-12-04 04:31:04] "GET /projects?obj_uuids=7e7955ed-43e6-47d3-9088-9c247d568029&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001689 10.0.0.27 - - [2025-12-04 04:31:04] "GET /project/7e7955ed-43e6-47d3-9088-9c247d568029?fields=virtual_machine_interfaces HTTP/1.1" 200 1022 0.060471 10.0.0.23 - - [2025-12-04 04:31:04] "GET /projects?obj_uuids=7e7955ed-43e6-47d3-9088-9c247d568029&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001267 10.0.0.27 - - [2025-12-04 04:31:04] "GET /project/7e7955ed-43e6-47d3-9088-9c247d568029?fields=security_groups HTTP/1.1" 200 1243 0.052065 10.0.0.27 - - [2025-12-04 04:31:07] "GET /api-access-list/d88722ce-537b-40a5-99d8-a820e2bee6ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2411 0.005166 10.0.0.27 - - [2025-12-04 04:31:07] "PUT /api-access-list/d88722ce-537b-40a5-99d8-a820e2bee6ff HTTP/1.1" 200 264 0.014427 10.0.0.23 - - [2025-12-04 04:31:07] "GET /projects?obj_uuids=b06883ee-ab69-4898-b4b3-cceed64bd774&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.009582 10.0.0.27 - - [2025-12-04 04:31:07] "GET /project/b06883ee-ab69-4898-b4b3-cceed64bd774?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1344 0.057017 10.0.0.23 - - [2025-12-04 04:31:07] "GET /projects?obj_uuids=b06883ee-ab69-4898-b4b3-cceed64bd774&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001474 10.0.0.27 - - [2025-12-04 04:31:07] "GET /project/b06883ee-ab69-4898-b4b3-cceed64bd774?fields=virtual_networks HTTP/1.1" 200 1023 0.060447 10.0.0.23 - - [2025-12-04 04:31:07] "GET /projects?obj_uuids=b06883ee-ab69-4898-b4b3-cceed64bd774&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001649 10.0.0.27 - - [2025-12-04 04:31:07] "GET /project/b06883ee-ab69-4898-b4b3-cceed64bd774?fields=virtual_machine_interfaces HTTP/1.1" 200 1023 0.059312 10.0.0.23 - - [2025-12-04 04:31:07] "GET /projects?obj_uuids=b06883ee-ab69-4898-b4b3-cceed64bd774&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001157 10.0.0.27 - - [2025-12-04 04:31:07] "GET /project/b06883ee-ab69-4898-b4b3-cceed64bd774?fields=security_groups HTTP/1.1" 200 1244 0.040507 10.0.0.27 - - [2025-12-04 04:31:08] "POST /fqname-to-id HTTP/1.1" 404 188 0.034844 10.0.0.23 - - [2025-12-04 04:31:08] "GET /projects?obj_uuids=befc8cac-1526-4040-a270-074ea66a3504&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004239 10.0.0.23 - - [2025-12-04 04:31:08] "GET /domains?obj_uuids=77f3106b-db9e-49b5-893e-09cac574b890&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001200 10.0.0.23 - - [2025-12-04 04:31:08] "GET /domain/77f3106b-db9e-49b5-893e-09cac574b890?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.008216 10.0.0.23 - - [2025-12-04 04:31:08] "POST /id-to-fqname HTTP/1.1" 200 190 0.002502 10.0.0.23 - - [2025-12-04 04:31:09] "POST /fqname-to-id HTTP/1.1" 404 199 0.007709 10.0.0.23 - - [2025-12-04 04:31:09] "POST /security-groups HTTP/1.1" 200 591 0.093432 10.0.0.33 - - [2025-12-04 04:31:09] "POST /fqname-to-id HTTP/1.1" 404 234 0.003414 10.0.0.23 - - [2025-12-04 04:31:09] "POST /projects HTTP/1.1" 200 585 0.340249 10.0.0.23 - - [2025-12-04 04:31:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.425632 10.0.0.27 - - [2025-12-04 04:31:09] "GET /project/befc8cac-1526-4040-a270-074ea66a3504?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.610235 10.0.0.33 - - [2025-12-04 04:31:09] "POST /access-control-lists HTTP/1.1" 200 594 0.087071 10.0.0.27 - - [2025-12-04 04:31:10] "GET / HTTP/1.1" 200 35931 0.002902 10.0.0.27 - - [2025-12-04 04:31:13] "POST /fqname-to-id HTTP/1.1" 401 292 0.000853 10.0.0.27 - - [2025-12-04 04:31:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.036310 10.0.0.27 - - [2025-12-04 04:31:13] "GET /api-access-list/d88722ce-537b-40a5-99d8-a820e2bee6ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1882 0.004561 10.0.0.27 - - [2025-12-04 04:31:13] "GET /api-access-list/d88722ce-537b-40a5-99d8-a820e2bee6ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1882 0.004927 10.0.0.27 - - [2025-12-04 04:31:13] "GET /api-access-list/d88722ce-537b-40a5-99d8-a820e2bee6ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1882 0.004312 10.0.0.27 - - [2025-12-04 04:31:13] "PUT /api-access-list/d88722ce-537b-40a5-99d8-a820e2bee6ff HTTP/1.1" 200 264 0.013018 10.0.0.27 - - [2025-12-04 04:31:15] "POST /fqname-to-id HTTP/1.1" 404 188 0.032015 10.0.0.23 - - [2025-12-04 04:31:15] "GET /projects?obj_uuids=692a5299-36b0-4cef-8ecb-e119cc64e4c8&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003267 10.0.0.23 - - [2025-12-04 04:31:15] "GET /domains?obj_uuids=77f3106b-db9e-49b5-893e-09cac574b890&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001062 10.0.0.23 - - [2025-12-04 04:31:15] "GET /domain/77f3106b-db9e-49b5-893e-09cac574b890?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.008330 10.0.0.23 - - [2025-12-04 04:31:15] "POST /id-to-fqname HTTP/1.1" 200 190 0.003611 10.0.0.23 - - [2025-12-04 04:31:15] "POST /fqname-to-id HTTP/1.1" 404 199 0.008729 10.0.0.23 - - [2025-12-04 04:31:15] "POST /security-groups HTTP/1.1" 200 591 0.035658 10.0.0.23 - - [2025-12-04 04:31:15] "POST /projects HTTP/1.1" 200 585 0.265916 10.0.0.23 - - [2025-12-04 04:31:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.301591 10.0.0.33 - - [2025-12-04 04:31:15] "POST /fqname-to-id HTTP/1.1" 404 233 0.008014 10.0.0.27 - - [2025-12-04 04:31:15] "GET /project/692a5299-36b0-4cef-8ecb-e119cc64e4c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.453207 10.0.0.27 - - [2025-12-04 04:31:16] "POST /fqname-to-id HTTP/1.1" 404 188 0.337979 10.0.0.23 - - [2025-12-04 04:31:16] "GET /projects?obj_uuids=7773b820-5935-44a1-bbf4-486711cd2226&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003845 10.0.0.23 - - [2025-12-04 04:31:16] "GET /domains?obj_uuids=77f3106b-db9e-49b5-893e-09cac574b890&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001057 10.0.0.23 - - [2025-12-04 04:31:16] "GET /domain/77f3106b-db9e-49b5-893e-09cac574b890?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.007723 10.0.0.23 - - [2025-12-04 04:31:17] "POST /id-to-fqname HTTP/1.1" 200 190 0.001434 10.0.0.23 - - [2025-12-04 04:31:17] "POST /fqname-to-id HTTP/1.1" 404 199 0.009642 10.0.0.23 - - [2025-12-04 04:31:17] "POST /security-groups HTTP/1.1" 200 591 0.039896 10.0.0.23 - - [2025-12-04 04:31:17] "POST /projects HTTP/1.1" 200 585 0.266115 10.0.0.23 - - [2025-12-04 04:31:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.304691 10.0.0.33 - - [2025-12-04 04:31:17] "POST /access-control-lists HTTP/1.1" 200 596 0.029548 10.0.0.27 - - [2025-12-04 04:31:17] "GET /project/7773b820-5935-44a1-bbf4-486711cd2226?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.757213 10.0.0.27 - - [2025-12-04 04:31:18] "GET / HTTP/1.1" 200 35931 0.002556 10.0.0.27 - - [2025-12-04 04:31:18] "GET / HTTP/1.1" 200 35931 0.001912 10.0.0.27 - - [2025-12-04 04:31:19] "POST /fqname-to-id HTTP/1.1" 404 183 0.004257 10.0.0.27 - - [2025-12-04 04:31:19] "POST /api-access-lists HTTP/1.1" 200 521 0.027643 10.0.0.27 - - [2025-12-04 04:31:19] "GET /api-access-list/c8e36df6-e0f0-460a-8899-2f54ff3b9253?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1289 0.006991 10.0.0.27 - - [2025-12-04 04:31:19] "POST /fqname-to-id HTTP/1.1" 401 292 0.000504 10.0.0.27 - - [2025-12-04 04:31:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.055693 10.0.0.23 - - [2025-12-04 04:31:20] "GET /projects?obj_uuids=692a5299-36b0-4cef-8ecb-e119cc64e4c8&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001411 10.0.0.27 - - [2025-12-04 04:31:20] "GET /project/692a5299-36b0-4cef-8ecb-e119cc64e4c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.075488 10.0.0.27 - - [2025-12-04 04:31:20] "GET /virtual-networks?parent_id=692a5299-36b0-4cef-8ecb-e119cc64e4c8&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.019048 10.0.0.27 - - [2025-12-04 04:31:20] "POST /virtual-networks HTTP/1.1" 200 583 0.111914 10.0.0.33 - - [2025-12-04 04:31:20] "POST /route-targets HTTP/1.1" 200 327 0.032932 10.0.0.27 - - [2025-12-04 04:31:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.063532 10.0.0.27 - - [2025-12-04 04:31:20] "GET /network-ipam/eb7ce99c-5f70-4bd4-ae70-2bdfbff078f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1089 0.024555 10.0.0.23 - - [2025-12-04 04:31:20] "POST /useragent-kv HTTP/1.1" 200 115 0.007398 10.0.0.27 - - [2025-12-04 04:31:20] "POST /ref-update HTTP/1.1" 200 156 0.116260 10.0.0.27 - - [2025-12-04 04:31:21] "POST /neutron/network HTTP/1.1" 200 848 0.061574 10.0.0.27 - - [2025-12-04 04:31:21] "GET /virtual-network/6acfa31c-c24d-4640-b5f7-916ef3f167ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.020113 10.0.0.27 - - [2025-12-04 04:31:21] "POST /fqname-to-id HTTP/1.1" 401 292 0.000437 10.0.0.27 - - [2025-12-04 04:31:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.054311 10.0.0.23 - - [2025-12-04 04:31:21] "GET /projects?obj_uuids=7773b820-5935-44a1-bbf4-486711cd2226&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001461 10.0.0.27 - - [2025-12-04 04:31:21] "GET /project/7773b820-5935-44a1-bbf4-486711cd2226?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.065671 10.0.0.27 - - [2025-12-04 04:31:21] "GET /virtual-networks?parent_id=7773b820-5935-44a1-bbf4-486711cd2226&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.020348 10.0.0.27 - - [2025-12-04 04:31:21] "POST /virtual-networks HTTP/1.1" 200 583 0.103529 10.0.0.33 - - [2025-12-04 04:31:22] "POST /ref-update HTTP/1.1" 200 156 0.027463 10.0.0.27 - - [2025-12-04 04:31:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.049899 10.0.0.27 - - [2025-12-04 04:31:22] "GET /network-ipam/eb7ce99c-5f70-4bd4-ae70-2bdfbff078f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1089 0.016536 10.0.0.23 - - [2025-12-04 04:31:22] "POST /useragent-kv HTTP/1.1" 200 115 0.008621 10.0.0.27 - - [2025-12-04 04:31:22] "POST /ref-update HTTP/1.1" 200 156 0.089052 10.0.0.27 - - [2025-12-04 04:31:22] "POST /neutron/network HTTP/1.1" 200 848 0.066043 10.0.0.27 - - [2025-12-04 04:31:22] "GET /virtual-network/3f4ec0bc-908f-4bad-9147-15fe1f65bb9f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.020923 10.0.0.27 - - [2025-12-04 04:31:22] "POST /neutron/subnet HTTP/1.1" 200 676 0.052582 10.0.0.27 - - [2025-12-04 04:31:23] "GET /obj-perms HTTP/1.1" 403 257 0.045054 10.0.0.27 - - [2025-12-04 04:31:24] "GET /obj-perms HTTP/1.1" 403 257 0.050491 10.0.0.33 - - [2025-12-04 04:31:24] "POST /fqname-to-id HTTP/1.1" 401 292 0.000740 10.0.0.23 - - [2025-12-04 04:31:25] "POST /fqname-to-id HTTP/1.1" 401 292 0.000444 10.0.0.27 - - [2025-12-04 04:31:26] "GET /obj-perms HTTP/1.1" 200 5030 0.069573 10.0.0.27 - - [2025-12-04 04:31:26] "GET /obj-perms HTTP/1.1" 403 257 0.013422 10.0.0.27 - - [2025-12-04 04:31:26] "PUT /virtual-network/6acfa31c-c24d-4640-b5f7-916ef3f167ca HTTP/1.1" 200 264 0.050476 10.0.0.27 - - [2025-12-04 04:31:26] "GET /obj-perms HTTP/1.1" 403 257 0.013349 10.0.0.27 - - [2025-12-04 04:31:27] "GET /obj-perms HTTP/1.1" 403 257 0.047762 10.0.0.33 - - [2025-12-04 04:31:27] "GET /obj-perms HTTP/1.1" 403 257 0.044218 10.0.0.23 - - [2025-12-04 04:31:27] "GET /obj-perms HTTP/1.1" 403 257 0.044776 10.0.0.27 - - [2025-12-04 04:31:27] "GET /obj-perms HTTP/1.1" 403 257 0.013318 10.0.0.27 - - [2025-12-04 04:31:28] "GET /obj-perms HTTP/1.1" 200 5030 0.003829 10.0.0.27 - - [2025-12-04 04:31:28] "GET /obj-perms HTTP/1.1" 403 257 0.013573 10.0.0.27 - - [2025-12-04 04:31:28] "PUT /virtual-network/6acfa31c-c24d-4640-b5f7-916ef3f167ca HTTP/1.1" 200 264 0.057434 10.0.0.23 - - [2025-12-04 04:31:28] "POST /useragent-kv HTTP/1.1" 200 115 0.003603 10.0.0.23 - - [2025-12-04 04:31:28] "POST /useragent-kv HTTP/1.1" 200 115 0.002487 10.0.0.27 - - [2025-12-04 04:31:28] "DELETE /virtual-network/3f4ec0bc-908f-4bad-9147-15fe1f65bb9f HTTP/1.1" 200 115 0.132800 10.0.0.23 - - [2025-12-04 04:31:28] "POST /useragent-kv HTTP/1.1" 200 115 0.003750 10.0.0.33 - - [2025-12-04 04:31:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.006054 10.0.0.23 - - [2025-12-04 04:31:28] "POST /useragent-kv HTTP/1.1" 200 115 0.003096 10.0.0.27 - - [2025-12-04 04:31:28] "DELETE /virtual-network/6acfa31c-c24d-4640-b5f7-916ef3f167ca HTTP/1.1" 200 115 0.128011 10.0.0.27 - - [2025-12-04 04:31:28] "DELETE /api-access-list/c8e36df6-e0f0-460a-8899-2f54ff3b9253 HTTP/1.1" 200 115 0.036560 10.0.0.23 - - [2025-12-04 04:31:28] "GET /projects?obj_uuids=7773b820-5935-44a1-bbf4-486711cd2226&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001080 10.0.0.27 - - [2025-12-04 04:31:28] "GET /project/7773b820-5935-44a1-bbf4-486711cd2226?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.044688 10.0.0.23 - - [2025-12-04 04:31:28] "GET /projects?obj_uuids=7773b820-5935-44a1-bbf4-486711cd2226&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001335 10.0.0.27 - - [2025-12-04 04:31:28] "GET /project/7773b820-5935-44a1-bbf4-486711cd2226?fields=virtual_networks HTTP/1.1" 200 1032 0.050207 10.0.0.23 - - [2025-12-04 04:31:28] "GET /projects?obj_uuids=7773b820-5935-44a1-bbf4-486711cd2226&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001139 10.0.0.27 - - [2025-12-04 04:31:28] "GET /project/7773b820-5935-44a1-bbf4-486711cd2226?fields=virtual_machine_interfaces HTTP/1.1" 200 1032 0.042992 10.0.0.23 - - [2025-12-04 04:31:29] "GET /projects?obj_uuids=7773b820-5935-44a1-bbf4-486711cd2226&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001458 10.0.0.27 - - [2025-12-04 04:31:29] "GET /project/7773b820-5935-44a1-bbf4-486711cd2226?fields=security_groups HTTP/1.1" 200 1258 0.076205 10.0.0.23 - - [2025-12-04 04:31:29] "GET /projects?obj_uuids=692a5299-36b0-4cef-8ecb-e119cc64e4c8&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001484 10.0.0.27 - - [2025-12-04 04:31:29] "GET /project/692a5299-36b0-4cef-8ecb-e119cc64e4c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.050646 10.0.0.23 - - [2025-12-04 04:31:29] "GET /projects?obj_uuids=692a5299-36b0-4cef-8ecb-e119cc64e4c8&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001342 10.0.0.27 - - [2025-12-04 04:31:29] "GET /project/692a5299-36b0-4cef-8ecb-e119cc64e4c8?fields=virtual_networks HTTP/1.1" 200 1032 0.056894 10.0.0.23 - - [2025-12-04 04:31:29] "GET /projects?obj_uuids=692a5299-36b0-4cef-8ecb-e119cc64e4c8&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001481 10.0.0.27 - - [2025-12-04 04:31:29] "GET /project/692a5299-36b0-4cef-8ecb-e119cc64e4c8?fields=virtual_machine_interfaces HTTP/1.1" 200 1032 0.045526 10.0.0.23 - - [2025-12-04 04:31:29] "GET /projects?obj_uuids=692a5299-36b0-4cef-8ecb-e119cc64e4c8&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001435 10.0.0.27 - - [2025-12-04 04:31:29] "GET /project/692a5299-36b0-4cef-8ecb-e119cc64e4c8?fields=security_groups HTTP/1.1" 200 1258 0.052101 10.0.0.27 - - [2025-12-04 04:31:33] "GET / HTTP/1.1" 200 35931 0.001767 10.0.0.27 - - [2025-12-04 04:31:34] "GET / HTTP/1.1" 200 35931 0.002794 10.0.0.27 - - [2025-12-04 04:31:34] "POST /fqname-to-id HTTP/1.1" 401 292 0.000583 10.0.0.27 - - [2025-12-04 04:31:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.087602 10.0.0.23 - - [2025-12-04 04:31:35] "GET /projects?obj_uuids=befc8cac-1526-4040-a270-074ea66a3504&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001185 10.0.0.27 - - [2025-12-04 04:31:35] "GET /project/befc8cac-1526-4040-a270-074ea66a3504?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.070019 10.0.0.27 - - [2025-12-04 04:31:35] "GET /virtual-networks?parent_id=befc8cac-1526-4040-a270-074ea66a3504&detail=False&count=False&shared=False HTTP/1.1" 403 263 0.013583 10.0.0.27 - - [2025-12-04 04:31:35] "POST /fqname-to-id HTTP/1.1" 404 197 0.017900 10.0.0.27 - - [2025-12-04 04:31:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.021076 10.0.0.23 - - [2025-12-04 04:31:35] "GET /domains?obj_uuids=77f3106b-db9e-49b5-893e-09cac574b890&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001207 10.0.0.27 - - [2025-12-04 04:31:35] "GET /domain/77f3106b-db9e-49b5-893e-09cac574b890?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 892 0.023263 10.0.0.27 - - [2025-12-04 04:31:35] "POST /service-templates HTTP/1.1" 403 264 0.013111 10.0.0.27 - - [2025-12-04 04:31:35] "POST /fqname-to-id HTTP/1.1" 404 215 0.003626 10.0.0.27 - - [2025-12-04 04:31:35] "POST /api-access-lists HTTP/1.1" 200 555 0.030497 10.0.0.27 - - [2025-12-04 04:31:35] "GET /api-access-list/7c5d4e13-91e8-4b65-b8d5-d3dedb96feec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1323 0.007209 10.0.0.27 - - [2025-12-04 04:31:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.021310 10.0.0.23 - - [2025-12-04 04:31:35] "GET /projects?obj_uuids=befc8cac-1526-4040-a270-074ea66a3504&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001197 10.0.0.27 - - [2025-12-04 04:31:35] "GET /project/befc8cac-1526-4040-a270-074ea66a3504?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.065654 10.0.0.27 - - [2025-12-04 04:31:36] "GET /virtual-networks?parent_id=befc8cac-1526-4040-a270-074ea66a3504&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.019981 10.0.0.27 - - [2025-12-04 04:31:36] "POST /virtual-networks HTTP/1.1" 200 583 0.101040 10.0.0.27 - - [2025-12-04 04:31:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.024065 10.0.0.27 - - [2025-12-04 04:31:36] "GET /network-ipam/eb7ce99c-5f70-4bd4-ae70-2bdfbff078f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1089 0.019310 10.0.0.23 - - [2025-12-04 04:31:36] "POST /useragent-kv HTTP/1.1" 200 115 0.005994 10.0.0.27 - - [2025-12-04 04:31:36] "POST /ref-update HTTP/1.1" 200 156 0.087155 10.0.0.27 - - [2025-12-04 04:31:36] "GET /virtual-network/b5aa5c6e-ee39-480c-917f-970698502331?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2009 0.044267 10.0.0.33 - - [2025-12-04 04:31:36] "POST /ref-update HTTP/1.1" 200 156 0.035504 10.0.0.27 - - [2025-12-04 04:31:36] "POST /neutron/network HTTP/1.1" 200 847 0.086030 10.0.0.27 - - [2025-12-04 04:31:37] "GET /virtual-network/b5aa5c6e-ee39-480c-917f-970698502331?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2009 0.006450 10.0.0.27 - - [2025-12-04 04:31:37] "GET /network-ipam/eb7ce99c-5f70-4bd4-ae70-2bdfbff078f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1089 0.004224 10.0.0.27 - - [2025-12-04 04:31:37] "GET /virtual-network/b5aa5c6e-ee39-480c-917f-970698502331?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2009 0.006363 10.0.0.27 - - [2025-12-04 04:31:37] "GET /obj-perms HTTP/1.1" 200 5030 0.003921 10.0.0.33 - - [2025-12-04 04:31:37] "GET /obj-perms HTTP/1.1" 200 5030 0.065276 10.0.0.23 - - [2025-12-04 04:31:38] "GET /obj-perms HTTP/1.1" 200 5030 0.055998 10.0.0.27 - - [2025-12-04 04:31:38] "POST /fqname-to-id HTTP/1.1" 404 197 0.018296 10.0.0.27 - - [2025-12-04 04:31:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.017627 10.0.0.23 - - [2025-12-04 04:31:38] "GET /domains?obj_uuids=77f3106b-db9e-49b5-893e-09cac574b890&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001653 10.0.0.27 - - [2025-12-04 04:31:38] "GET /domain/77f3106b-db9e-49b5-893e-09cac574b890?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 892 0.024501 10.0.0.27 - - [2025-12-04 04:31:38] "POST /service-templates HTTP/1.1" 403 264 0.014259 10.0.0.27 - - [2025-12-04 04:31:38] "POST /fqname-to-id HTTP/1.1" 404 183 0.003805 10.0.0.27 - - [2025-12-04 04:31:38] "POST /api-access-lists HTTP/1.1" 200 521 0.027739 10.0.0.27 - - [2025-12-04 04:31:38] "GET /api-access-list/1d917a01-f471-499a-9d05-b618f2ea6ead?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1290 0.006831 10.0.0.27 - - [2025-12-04 04:31:38] "POST /fqname-to-id HTTP/1.1" 404 197 0.020432 10.0.0.27 - - [2025-12-04 04:31:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.018216 10.0.0.23 - - [2025-12-04 04:31:38] "GET /domains?obj_uuids=77f3106b-db9e-49b5-893e-09cac574b890&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001278 10.0.0.27 - - [2025-12-04 04:31:38] "GET /domain/77f3106b-db9e-49b5-893e-09cac574b890?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 892 0.025911 10.0.0.27 - - [2025-12-04 04:31:38] "POST /service-templates HTTP/1.1" 200 551 0.042371 10.0.0.27 - - [2025-12-04 04:31:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.023355 10.0.0.27 - - [2025-12-04 04:31:38] "GET /service-template/cb0f7a73-2c3f-42ee-aa3c-7d96ffd082b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1854 0.022198 10.0.0.27 - - [2025-12-04 04:31:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.020110 10.0.0.27 - - [2025-12-04 04:31:39] "GET /service-template/cb0f7a73-2c3f-42ee-aa3c-7d96ffd082b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1854 0.021254 10.0.0.27 - - [2025-12-04 04:31:40] "GET /virtual-network/b5aa5c6e-ee39-480c-917f-970698502331?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 263 0.041369 10.0.0.33 - - [2025-12-04 04:31:40] "GET /virtual-network/b5aa5c6e-ee39-480c-917f-970698502331?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 263 0.042599 10.0.0.23 - - [2025-12-04 04:31:41] "GET /virtual-network/b5aa5c6e-ee39-480c-917f-970698502331?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 263 0.041967 10.0.0.27 - - [2025-12-04 04:31:41] "GET /api-access-list/7c5d4e13-91e8-4b65-b8d5-d3dedb96feec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1323 0.004480 10.0.0.27 - - [2025-12-04 04:31:41] "PUT /api-access-list/7c5d4e13-91e8-4b65-b8d5-d3dedb96feec HTTP/1.1" 200 264 0.014671 10.0.0.27 - - [2025-12-04 04:31:41] "POST /fqname-to-id HTTP/1.1" 401 292 0.000511 10.0.0.27 - - [2025-12-04 04:31:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.052113 10.0.0.23 - - [2025-12-04 04:31:41] "GET /projects?obj_uuids=befc8cac-1526-4040-a270-074ea66a3504&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001282 10.0.0.27 - - [2025-12-04 04:31:41] "GET /project/befc8cac-1526-4040-a270-074ea66a3504?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.068152 10.0.0.27 - - [2025-12-04 04:31:41] "GET /virtual-networks?parent_id=befc8cac-1526-4040-a270-074ea66a3504&detail=False&count=False&shared=False HTTP/1.1" 200 371 0.025202 10.0.0.27 - - [2025-12-04 04:31:41] "POST /virtual-networks HTTP/1.1" 403 263 0.016304 10.0.0.27 - - [2025-12-04 04:31:42] "GET /obj-perms HTTP/1.1" 403 257 0.013957 10.0.0.27 - - [2025-12-04 04:31:42] "GET /obj-perms HTTP/1.1" 403 257 0.017867 10.0.0.27 - - [2025-12-04 04:31:42] "GET /api-access-list/1d917a01-f471-499a-9d05-b618f2ea6ead?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1290 0.004457 10.0.0.27 - - [2025-12-04 04:31:42] "PUT /api-access-list/1d917a01-f471-499a-9d05-b618f2ea6ead HTTP/1.1" 200 264 0.013105 10.0.0.27 - - [2025-12-04 04:31:42] "POST /fqname-to-id HTTP/1.1" 404 197 0.017160 10.0.0.27 - - [2025-12-04 04:31:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.020585 10.0.0.23 - - [2025-12-04 04:31:42] "GET /domains?obj_uuids=77f3106b-db9e-49b5-893e-09cac574b890&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001658 10.0.0.27 - - [2025-12-04 04:31:42] "GET /domain/77f3106b-db9e-49b5-893e-09cac574b890?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 892 0.023609 10.0.0.27 - - [2025-12-04 04:31:42] "POST /service-templates HTTP/1.1" 403 264 0.017083 10.0.0.27 - - [2025-12-04 04:31:42] "GET /api-access-list/7c5d4e13-91e8-4b65-b8d5-d3dedb96feec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1460 0.004951 10.0.0.27 - - [2025-12-04 04:31:42] "PUT /api-access-list/7c5d4e13-91e8-4b65-b8d5-d3dedb96feec HTTP/1.1" 200 264 0.013631 10.0.0.27 - - [2025-12-04 04:31:42] "GET /api-access-list/1d917a01-f471-499a-9d05-b618f2ea6ead?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1428 0.003763 10.0.0.27 - - [2025-12-04 04:31:42] "PUT /api-access-list/1d917a01-f471-499a-9d05-b618f2ea6ead HTTP/1.1" 200 264 0.015841 10.0.0.27 - - [2025-12-04 04:31:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.033820 10.0.0.27 - - [2025-12-04 04:31:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004063 10.0.0.33 - - [2025-12-04 04:31:44] "GET /virtual-network/b5aa5c6e-ee39-480c-917f-970698502331?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 263 0.015318 10.0.0.33 - - [2025-12-04 04:31:44] "GET /virtual-network/b5aa5c6e-ee39-480c-917f-970698502331?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 263 0.050411 10.0.0.23 - - [2025-12-04 04:31:44] "GET /virtual-network/b5aa5c6e-ee39-480c-917f-970698502331?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 263 0.016387 10.0.0.23 - - [2025-12-04 04:31:45] "GET /virtual-network/b5aa5c6e-ee39-480c-917f-970698502331?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 263 0.048255 10.0.0.27 - - [2025-12-04 04:31:45] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 403 263 0.047542 10.0.0.27 - - [2025-12-04 04:31:45] "GET /api-access-list/d88722ce-537b-40a5-99d8-a820e2bee6ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2411 0.004389 10.0.0.27 - - [2025-12-04 04:31:45] "PUT /api-access-list/d88722ce-537b-40a5-99d8-a820e2bee6ff HTTP/1.1" 200 264 0.015462 10.0.0.27 - - [2025-12-04 04:31:45] "GET /virtual-network/b5aa5c6e-ee39-480c-917f-970698502331?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2009 0.024635 10.0.0.27 - - [2025-12-04 04:31:45] "DELETE /api-access-list/7c5d4e13-91e8-4b65-b8d5-d3dedb96feec HTTP/1.1" 200 115 0.043837 10.0.0.27 - - [2025-12-04 04:31:45] "DELETE /api-access-list/1d917a01-f471-499a-9d05-b618f2ea6ead HTTP/1.1" 200 115 0.039722 10.0.0.27 - - [2025-12-04 04:31:46] "GET /obj-perms HTTP/1.1" 403 257 0.049598 10.0.0.33 - - [2025-12-04 04:31:47] "GET /virtual-network/b5aa5c6e-ee39-480c-917f-970698502331?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 263 0.051334 10.0.0.23 - - [2025-12-04 04:31:47] "GET /virtual-network/b5aa5c6e-ee39-480c-917f-970698502331?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 263 0.039175 10.0.0.27 - - [2025-12-04 04:31:47] "GET /obj-perms HTTP/1.1" 403 257 0.011608 10.0.0.27 - - [2025-12-04 04:31:47] "GET /api-access-list/d88722ce-537b-40a5-99d8-a820e2bee6ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2686 0.004627 10.0.0.27 - - [2025-12-04 04:31:47] "PUT /api-access-list/d88722ce-537b-40a5-99d8-a820e2bee6ff HTTP/1.1" 200 264 0.017680 10.0.0.27 - - [2025-12-04 04:31:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004606 10.0.0.27 - - [2025-12-04 04:31:47] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 371 0.030635 10.0.0.27 - - [2025-12-04 04:31:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.016505 10.0.0.27 - - [2025-12-04 04:31:47] "DELETE /service-template/cb0f7a73-2c3f-42ee-aa3c-7d96ffd082b9 HTTP/1.1" 200 115 0.037092 10.0.0.27 - - [2025-12-04 04:31:47] "POST /fqname-to-id HTTP/1.1" 404 197 0.021212 10.0.0.23 - - [2025-12-04 04:31:48] "POST /useragent-kv HTTP/1.1" 200 115 0.004484 10.0.0.23 - - [2025-12-04 04:31:48] "POST /useragent-kv HTTP/1.1" 200 115 0.004151 10.0.0.27 - - [2025-12-04 04:31:48] "DELETE /virtual-network/b5aa5c6e-ee39-480c-917f-970698502331 HTTP/1.1" 200 115 0.137311 10.0.0.27 - - [2025-12-04 04:31:48] "GET /api-access-list/d88722ce-537b-40a5-99d8-a820e2bee6ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2967 0.004770 10.0.0.27 - - [2025-12-04 04:31:48] "PUT /api-access-list/d88722ce-537b-40a5-99d8-a820e2bee6ff HTTP/1.1" 200 264 0.015316 10.0.0.27 - - [2025-12-04 04:31:48] "GET /api-access-list/d88722ce-537b-40a5-99d8-a820e2bee6ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2692 0.005263 10.0.0.27 - - [2025-12-04 04:31:48] "PUT /api-access-list/d88722ce-537b-40a5-99d8-a820e2bee6ff HTTP/1.1" 200 264 0.013032 10.0.0.27 - - [2025-12-04 04:31:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003638 10.0.0.23 - - [2025-12-04 04:31:51] "GET /projects?obj_uuids=befc8cac-1526-4040-a270-074ea66a3504&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001264 10.0.0.27 - - [2025-12-04 04:31:51] "GET /project/befc8cac-1526-4040-a270-074ea66a3504?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.050462 10.0.0.27 - - [2025-12-04 04:31:51] "POST /neutron/network HTTP/1.1" 200 117 0.119033 10.0.0.33 - - [2025-12-04 04:31:51] "POST /route-targets HTTP/1.1" 200 327 0.014230 10.0.0.27 - - [2025-12-04 04:31:51] "POST /neutron/network HTTP/1.1" 200 862 0.009975 10.0.0.27 - - [2025-12-04 04:31:51] "POST /id-to-fqname HTTP/1.1" 200 240 0.001404 10.0.0.27 - - [2025-12-04 04:31:51] "GET /virtual-network/39d60349-5115-404f-95f3-e2d9650397a7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2102 0.006078 10.0.0.27 - - [2025-12-04 04:31:51] "GET /virtual-network/39d60349-5115-404f-95f3-e2d9650397a7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2102 0.008485 10.0.0.27 - - [2025-12-04 04:31:52] "POST /neutron/subnet HTTP/1.1" 200 723 0.010457 10.0.0.27 - - [2025-12-04 04:31:52] "GET /virtual-network/39d60349-5115-404f-95f3-e2d9650397a7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2102 0.005826 10.0.0.27 - - [2025-12-04 04:31:52] "GET /network-ipam/eb7ce99c-5f70-4bd4-ae70-2bdfbff078f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1089 0.003711 10.0.0.27 - - [2025-12-04 04:31:52] "GET /virtual-network/39d60349-5115-404f-95f3-e2d9650397a7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2102 0.005286 10.0.0.27 - - [2025-12-04 04:31:53] "POST /fqname-to-id HTTP/1.1" 404 215 0.003464 10.0.0.27 - - [2025-12-04 04:31:53] "POST /api-access-lists HTTP/1.1" 200 555 0.031658 10.0.0.27 - - [2025-12-04 04:31:53] "GET /api-access-list/fb01210a-84d1-4d07-84af-38219207f65d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2442 0.006527 10.0.0.27 - - [2025-12-04 04:31:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.022702 10.0.0.23 - - [2025-12-04 04:31:53] "GET /projects?obj_uuids=befc8cac-1526-4040-a270-074ea66a3504&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001524 10.0.0.27 - - [2025-12-04 04:31:53] "GET /project/befc8cac-1526-4040-a270-074ea66a3504?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.088984 10.0.0.23 - - [2025-12-04 04:31:53] "GET /projects?obj_uuids=befc8cac-1526-4040-a270-074ea66a3504&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001679 10.0.0.27 - - [2025-12-04 04:31:53] "POST /neutron/network HTTP/1.1" 200 645 0.220980 10.0.0.33 - - [2025-12-04 04:31:53] "POST /ref-update HTTP/1.1" 200 156 0.033480 10.0.0.23 - - [2025-12-04 04:31:54] "POST /useragent-kv HTTP/1.1" 200 115 0.013777 10.0.0.27 - - [2025-12-04 04:31:54] "POST /neutron/subnet HTTP/1.1" 200 715 0.313751 10.0.0.27 - - [2025-12-04 04:31:54] "POST /id-to-fqname HTTP/1.1" 200 240 0.014791 10.0.0.27 - - [2025-12-04 04:31:54] "GET /virtual-network/2aef5671-c81b-44ae-a410-c8ad8b7537a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2116 0.025050 10.0.0.27 - - [2025-12-04 04:31:54] "GET /virtual-network/2aef5671-c81b-44ae-a410-c8ad8b7537a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2116 0.032074 10.0.0.27 - - [2025-12-04 04:31:54] "POST /neutron/network HTTP/1.1" 200 862 0.055592 10.0.0.27 - - [2025-12-04 04:31:54] "GET /virtual-network/2aef5671-c81b-44ae-a410-c8ad8b7537a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2116 0.010985 10.0.0.27 - - [2025-12-04 04:31:54] "GET /network-ipam/eb7ce99c-5f70-4bd4-ae70-2bdfbff078f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1089 0.006088 10.0.0.27 - - [2025-12-04 04:31:54] "GET /virtual-network/2aef5671-c81b-44ae-a410-c8ad8b7537a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2116 0.007259 10.0.0.27 - - [2025-12-04 04:31:55] "POST /fqname-to-id HTTP/1.1" 404 232 0.022905 10.0.0.23 - - [2025-12-04 04:31:55] "GET /projects?obj_uuids=befc8cac-1526-4040-a270-074ea66a3504&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002317 10.0.0.33 - - [2025-12-04 04:31:55] "POST /fqname-to-id HTTP/1.1" 404 263 0.011656 10.0.0.33 - - [2025-12-04 04:31:55] "PUT /access-control-list/0fb3e24c-e0e8-4877-9f0d-6d33eff797c4 HTTP/1.1" 200 272 0.024190 10.0.0.27 - - [2025-12-04 04:31:56] "POST /neutron/security_group HTTP/1.1" 200 1426 0.598019 10.0.0.27 - - [2025-12-04 04:31:56] "POST /neutron/security_group HTTP/1.1" 200 1426 0.022182 10.0.0.23 - - [2025-12-04 04:31:56] "GET /projects?obj_uuids=befc8cac-1526-4040-a270-074ea66a3504&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001360 10.0.0.27 - - [2025-12-04 04:31:56] "POST /neutron/security_group_rule HTTP/1.1" 200 570 0.104292 10.0.0.33 - - [2025-12-04 04:31:57] "PUT /access-control-list/0fb3e24c-e0e8-4877-9f0d-6d33eff797c4 HTTP/1.1" 200 272 0.020943 10.0.0.27 - - [2025-12-04 04:31:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.047594 10.0.0.27 - - [2025-12-04 04:31:57] "GET /security-group/7707a6e8-cad1-4adb-b935-0cb6f68b6b54?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1316 0.022764 10.0.0.27 - - [2025-12-04 04:31:57] "POST /id-to-fqname HTTP/1.1" 200 240 0.019951 10.0.0.27 - - [2025-12-04 04:31:58] "POST /neutron/network HTTP/1.1" 200 872 0.033840 10.0.0.23 - - [2025-12-04 04:31:59] "GET /projects?obj_uuids=befc8cac-1526-4040-a270-074ea66a3504&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001410 10.0.0.27 - - [2025-12-04 04:31:59] "GET /project/befc8cac-1526-4040-a270-074ea66a3504?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.084871 10.0.0.27 - - [2025-12-04 04:31:59] "POST /neutron/port HTTP/1.1" 200 117 0.041266 10.0.0.27 - - [2025-12-04 04:32:00] "POST /neutron/network HTTP/1.1" 200 862 0.042667 10.0.0.27 - - [2025-12-04 04:32:00] "POST /neutron/port HTTP/1.1" 200 1058 0.019990 10.0.0.27 - - [2025-12-04 04:32:01] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003902 10.0.0.27 - - [2025-12-04 04:32:01] "POST /neutron/network HTTP/1.1" 200 862 0.009526 10.0.0.23 - - [2025-12-04 04:32:02] "DELETE /project/7773b820593544a1bbf4486711cd2226 HTTP/1.1" 404 173 0.020927 10.0.0.23 - - [2025-12-04 04:32:02] "DELETE /project/692a529936b04cef8ecbe119cc64e4c8 HTTP/1.1" 404 173 0.019770 10.0.0.23 - - [2025-12-04 04:32:02] "DELETE /project/befc8cac15264040a270074ea66a3504 HTTP/1.1" 404 173 0.031478 10.0.0.23 - - [2025-12-04 04:32:02] "GET /projects?obj_uuids=7e7955ed-43e6-47d3-9088-9c247d568029&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001246 10.0.0.23 - - [2025-12-04 04:32:02] "GET /projects?obj_uuids=b06883ee-ab69-4898-b4b3-cceed64bd774&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000992 10.0.0.23 - - [2025-12-04 04:32:02] "GET /projects?obj_uuids=7773b820-5935-44a1-bbf4-486711cd2226&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000787 10.0.0.23 - - [2025-12-04 04:32:02] "GET /projects?obj_uuids=86e54b8f-423f-4a67-819a-d8f17b2367dd&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000727 10.0.0.23 - - [2025-12-04 04:32:02] "GET /projects?obj_uuids=692a5299-36b0-4cef-8ecb-e119cc64e4c8&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000848 10.0.0.23 - - [2025-12-04 04:32:02] "GET /project/692a5299-36b0-4cef-8ecb-e119cc64e4c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1468 0.158678 10.0.0.23 - - [2025-12-04 04:32:02] "GET /project/7773b820-5935-44a1-bbf4-486711cd2226?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1468 0.177558 10.0.0.23 - - [2025-12-04 04:32:02] "GET /project/86e54b8f-423f-4a67-819a-d8f17b2367dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1447 0.201051 10.0.0.23 - - [2025-12-04 04:32:02] "GET /project/7e7955ed-43e6-47d3-9088-9c247d568029?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1448 0.199425 10.0.0.23 - - [2025-12-04 04:32:02] "GET /projects?obj_uuids=692a5299-36b0-4cef-8ecb-e119cc64e4c8&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001721 10.0.0.23 - - [2025-12-04 04:32:02] "GET /projects?obj_uuids=7773b820-5935-44a1-bbf4-486711cd2226&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002714 10.0.0.23 - - [2025-12-04 04:32:02] "GET /projects?obj_uuids=7e7955ed-43e6-47d3-9088-9c247d568029&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.002180 10.0.0.23 - - [2025-12-04 04:32:02] "GET /projects?obj_uuids=86e54b8f-423f-4a67-819a-d8f17b2367dd&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001451 10.0.0.23 - - [2025-12-04 04:32:02] "GET /project/b06883ee-ab69-4898-b4b3-cceed64bd774?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1449 0.252215 10.0.0.23 - - [2025-12-04 04:32:02] "GET /projects?obj_uuids=b06883ee-ab69-4898-b4b3-cceed64bd774&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001803 10.0.0.23 - - [2025-12-04 04:32:02] "GET /project/7773b820-5935-44a1-bbf4-486711cd2226?fields=security_groups HTTP/1.1" 200 1363 0.162019 10.0.0.23 - - [2025-12-04 04:32:02] "GET /project/7e7955ed-43e6-47d3-9088-9c247d568029?fields=security_groups HTTP/1.1" 200 1348 0.166938 10.0.0.23 - - [2025-12-04 04:32:02] "GET /project/692a5299-36b0-4cef-8ecb-e119cc64e4c8?fields=security_groups HTTP/1.1" 200 1363 0.245108 10.0.0.23 - - [2025-12-04 04:32:02] "GET /project/86e54b8f-423f-4a67-819a-d8f17b2367dd?fields=security_groups HTTP/1.1" 200 1091 0.229023 10.0.0.23 - - [2025-12-04 04:32:02] "GET /project/b06883ee-ab69-4898-b4b3-cceed64bd774?fields=security_groups HTTP/1.1" 200 1093 0.217140 10.0.0.23 - - [2025-12-04 04:32:02] "GET /projects?obj_uuids=86e54b8f-423f-4a67-819a-d8f17b2367dd&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001213 10.0.0.23 - - [2025-12-04 04:32:02] "GET /projects?obj_uuids=b06883ee-ab69-4898-b4b3-cceed64bd774&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.002769 10.0.0.23 - - [2025-12-04 04:32:02] "DELETE /security-group/82397a1a-8df4-4b92-b0cc-0f971a84c568 HTTP/1.1" 404 171 0.093942 10.0.0.23 - - [2025-12-04 04:32:02] "GET /projects?obj_uuids=7e7955ed-43e6-47d3-9088-9c247d568029&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001125 10.0.0.23 - - [2025-12-04 04:32:03] "GET /project/86e54b8f-423f-4a67-819a-d8f17b2367dd?fields=application_policy_sets HTTP/1.1" 200 1386 0.132558 10.0.0.23 - - [2025-12-04 04:32:03] "GET /project/b06883ee-ab69-4898-b4b3-cceed64bd774?fields=application_policy_sets HTTP/1.1" 200 1388 0.206213 10.0.0.23 - - [2025-12-04 04:32:03] "GET /project/7e7955ed-43e6-47d3-9088-9c247d568029?fields=application_policy_sets HTTP/1.1" 200 1387 0.186519 10.0.0.23 - - [2025-12-04 04:32:03] "DELETE /security-group/54cd4158-dfb4-4962-ac2c-148bc5708407 HTTP/1.1" 200 115 0.292229 10.0.0.23 - - [2025-12-04 04:32:03] "DELETE /security-group/63e2b72e-938b-4b59-ba8d-279ac4ef916f HTTP/1.1" 200 115 0.343779 10.0.0.23 - - [2025-12-04 04:32:03] "GET /projects?obj_uuids=692a5299-36b0-4cef-8ecb-e119cc64e4c8&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002445 10.0.0.23 - - [2025-12-04 04:32:03] "GET /projects?obj_uuids=7773b820-5935-44a1-bbf4-486711cd2226&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002692 10.0.0.33 - - [2025-12-04 04:32:03] "DELETE /access-control-list/610cb887-d940-4074-af93-f05bb73129f0 HTTP/1.1" 200 115 0.188407 10.0.0.23 - - [2025-12-04 04:32:03] "GET /project/7773b820-5935-44a1-bbf4-486711cd2226?fields=application_policy_sets HTTP/1.1" 200 1402 0.163446 10.0.0.23 - - [2025-12-04 04:32:03] "GET /project/692a5299-36b0-4cef-8ecb-e119cc64e4c8?fields=application_policy_sets HTTP/1.1" 200 1402 0.213560 10.0.0.23 - - [2025-12-04 04:32:03] "DELETE /project/86e54b8f-423f-4a67-819a-d8f17b2367dd HTTP/1.1" 404 190 1.119994 10.0.0.23 - - [2025-12-04 04:32:03] "DELETE /project/b06883ee-ab69-4898-b4b3-cceed64bd774 HTTP/1.1" 200 115 1.183676 10.0.0.23 - - [2025-12-04 04:32:03] "DELETE /project/7e7955ed-43e6-47d3-9088-9c247d568029 HTTP/1.1" 200 115 1.268052 10.0.0.33 - - [2025-12-04 04:32:03] "DELETE /access-control-list/b0749057-afec-4d34-a26f-29db350af4f0 HTTP/1.1" 200 115 0.179566 10.0.0.23 - - [2025-12-04 04:32:03] "DELETE /project/7773b820-5935-44a1-bbf4-486711cd2226 HTTP/1.1" 200 115 1.460569 10.0.0.23 - - [2025-12-04 04:32:03] "DELETE /project/692a5299-36b0-4cef-8ecb-e119cc64e4c8 HTTP/1.1" 200 115 1.459449 10.0.0.33 - - [2025-12-04 04:32:03] "DELETE /access-control-list/44a074f4-0156-43f8-a21b-e4d115e563d2 HTTP/1.1" 200 115 0.039221 10.0.0.27 - - [2025-12-04 04:32:05] "POST /neutron/port HTTP/1.1" 200 1086 0.025373 10.0.0.27 - - [2025-12-04 04:32:05] "POST /neutron/security_group HTTP/1.1" 200 2058 0.009117 10.0.0.27 - - [2025-12-04 04:32:05] "GET /virtual-machine/ee62830e-6cca-4b47-8a76-70fb19e28c06 HTTP/1.1" 401 292 0.000552 10.0.0.27 - - [2025-12-04 04:32:05] "GET /virtual-machine/ee62830e-6cca-4b47-8a76-70fb19e28c06 HTTP/1.1" 200 1292 0.063414 10.0.0.27 - - [2025-12-04 04:32:05] "GET /virtual-machine/ee62830e-6cca-4b47-8a76-70fb19e28c06 HTTP/1.1" 200 1292 0.019976 10.0.0.27 - - [2025-12-04 04:32:05] "GET /virtual-machine-interface/c7cd1c5c-71ed-43b3-a34e-2953292f926c HTTP/1.1" 200 3024 0.023185 10.0.0.27 - - [2025-12-04 04:32:05] "GET /virtual-machine/ee62830e-6cca-4b47-8a76-70fb19e28c06 HTTP/1.1" 200 1292 0.019145 10.0.0.27 - - [2025-12-04 04:32:05] "GET /virtual-machine-interface/c7cd1c5c-71ed-43b3-a34e-2953292f926c HTTP/1.1" 200 3024 0.023127 10.0.0.27 - - [2025-12-04 04:32:05] "GET /instance-ip/5b7a8717-8f21-4f6d-9882-bf56ee4a74d6 HTTP/1.1" 200 1638 0.025791 10.0.0.27 - - [2025-12-04 04:32:05] "GET /virtual-machine/ee62830e-6cca-4b47-8a76-70fb19e28c06 HTTP/1.1" 200 1292 0.022798 10.0.0.27 - - [2025-12-04 04:32:05] "GET /virtual-machine-interface/c7cd1c5c-71ed-43b3-a34e-2953292f926c HTTP/1.1" 200 3024 0.025466 10.0.0.27 - - [2025-12-04 04:32:05] "GET /instance-ip/5b7a8717-8f21-4f6d-9882-bf56ee4a74d6 HTTP/1.1" 200 1638 0.022068 10.0.0.27 - - [2025-12-04 04:32:06] "POST /fqname-to-id HTTP/1.1" 403 354 0.017324 10.0.0.27 - - [2025-12-04 04:32:06] "GET / HTTP/1.1" 200 35931 0.001964 10.0.0.27 - - [2025-12-04 04:32:06] "POST /fqname-to-id HTTP/1.1" 401 292 0.000515 10.0.0.27 - - [2025-12-04 04:32:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.033337 10.0.0.27 - - [2025-12-04 04:32:06] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004615 10.0.0.27 - - [2025-12-04 04:32:06] "GET /virtual-networks?parent_id=befc8cac-1526-4040-a270-074ea66a3504&detail=False&count=False&shared=False HTTP/1.1" 200 611 0.023672 10.0.0.27 - - [2025-12-04 04:32:06] "GET /virtual-network/2aef5671-c81b-44ae-a410-c8ad8b7537a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2116 0.020999 10.0.0.27 - - [2025-12-04 04:32:06] "POST /fqname-to-id HTTP/1.1" 403 354 0.016919 10.0.0.27 - - [2025-12-04 04:32:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003517 10.0.0.27 - - [2025-12-04 04:32:06] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004468 10.0.0.27 - - [2025-12-04 04:32:06] "GET /virtual-networks?parent_id=befc8cac-1526-4040-a270-074ea66a3504&detail=False&count=False&shared=False HTTP/1.1" 200 611 0.024635 10.0.0.27 - - [2025-12-04 04:32:06] "GET /virtual-network/2aef5671-c81b-44ae-a410-c8ad8b7537a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2116 0.022156 10.0.0.27 - - [2025-12-04 04:32:07] "POST /fqname-to-id HTTP/1.1" 403 354 0.017249 10.0.0.27 - - [2025-12-04 04:32:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004221 10.0.0.27 - - [2025-12-04 04:32:07] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004318 10.0.0.27 - - [2025-12-04 04:32:07] "GET /virtual-networks?parent_id=befc8cac-1526-4040-a270-074ea66a3504&detail=False&count=False&shared=False HTTP/1.1" 200 611 0.024826 10.0.0.27 - - [2025-12-04 04:32:07] "GET /virtual-network/2aef5671-c81b-44ae-a410-c8ad8b7537a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2116 0.025619 10.0.0.27 - - [2025-12-04 04:32:07] "POST /fqname-to-id HTTP/1.1" 403 354 0.017670 10.0.0.27 - - [2025-12-04 04:32:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004880 10.0.0.27 - - [2025-12-04 04:32:07] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004190 10.0.0.27 - - [2025-12-04 04:32:07] "GET /virtual-networks?parent_id=befc8cac-1526-4040-a270-074ea66a3504&detail=False&count=False&shared=False HTTP/1.1" 200 611 0.023363 10.0.0.27 - - [2025-12-04 04:32:07] "GET /virtual-network/2aef5671-c81b-44ae-a410-c8ad8b7537a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2116 0.024433 10.0.0.27 - - [2025-12-04 04:32:07] "POST /fqname-to-id HTTP/1.1" 403 354 0.017741 10.0.0.27 - - [2025-12-04 04:32:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004247 10.0.0.27 - - [2025-12-04 04:32:07] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004901 10.0.0.27 - - [2025-12-04 04:32:07] "GET /virtual-networks?parent_id=befc8cac-1526-4040-a270-074ea66a3504&detail=False&count=False&shared=False HTTP/1.1" 200 611 0.025999 10.0.0.27 - - [2025-12-04 04:32:07] "GET /virtual-network/2aef5671-c81b-44ae-a410-c8ad8b7537a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2116 0.025290 10.0.0.27 - - [2025-12-04 04:32:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.021612 10.0.0.27 - - [2025-12-04 04:32:10] "GET /virtual-network/2aef5671-c81b-44ae-a410-c8ad8b7537a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2116 0.022268 10.0.0.27 - - [2025-12-04 04:32:11] "POST /neutron/port HTTP/1.1" 200 1086 0.060444 10.0.0.27 - - [2025-12-04 04:32:11] "POST /neutron/port HTTP/1.1" 200 1086 0.017874 10.0.0.27 - - [2025-12-04 04:32:11] "POST /neutron/subnet HTTP/1.1" 200 689 0.009697 10.0.0.27 - - [2025-12-04 04:32:12] "POST /fqname-to-id HTTP/1.1" 403 354 0.023454 10.0.0.27 - - [2025-12-04 04:32:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003874 10.0.0.27 - - [2025-12-04 04:32:12] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004919 10.0.0.27 - - [2025-12-04 04:32:12] "GET /virtual-networks?parent_id=befc8cac-1526-4040-a270-074ea66a3504&detail=False&count=False&shared=False HTTP/1.1" 200 611 0.025742 10.0.0.27 - - [2025-12-04 04:32:12] "GET /virtual-network/2aef5671-c81b-44ae-a410-c8ad8b7537a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2116 0.022966 10.0.0.27 - - [2025-12-04 04:32:13] "POST /fqname-to-id HTTP/1.1" 403 354 0.018592 10.0.0.27 - - [2025-12-04 04:32:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003845 10.0.0.27 - - [2025-12-04 04:32:13] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004481 10.0.0.27 - - [2025-12-04 04:32:13] "GET /virtual-networks?parent_id=befc8cac-1526-4040-a270-074ea66a3504&detail=False&count=False&shared=False HTTP/1.1" 200 611 0.022584 10.0.0.27 - - [2025-12-04 04:32:13] "GET /virtual-network/2aef5671-c81b-44ae-a410-c8ad8b7537a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2116 0.023060 10.0.0.27 - - [2025-12-04 04:32:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.015633 10.0.0.27 - - [2025-12-04 04:32:13] "GET /routing-instance/a83599e2-acaf-458a-8f4a-55dcb8cd3114?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1360 0.018389 10.0.0.27 - - [2025-12-04 04:32:13] "POST /fqname-to-id HTTP/1.1" 403 354 0.017404 10.0.0.27 - - [2025-12-04 04:32:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003963 10.0.0.27 - - [2025-12-04 04:32:13] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004421 10.0.0.27 - - [2025-12-04 04:32:13] "GET /virtual-networks?parent_id=befc8cac-1526-4040-a270-074ea66a3504&detail=False&count=False&shared=False HTTP/1.1" 200 611 0.026427 10.0.0.27 - - [2025-12-04 04:32:13] "GET /virtual-network/2aef5671-c81b-44ae-a410-c8ad8b7537a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2116 0.023412 10.0.0.27 - - [2025-12-04 04:32:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.017271 10.0.0.27 - - [2025-12-04 04:32:13] "GET /routing-instance/a83599e2-acaf-458a-8f4a-55dcb8cd3114?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1360 0.045834 10.0.0.23 - - [2025-12-04 04:32:13] "GET /obj-perms HTTP/1.1" 403 257 0.013484 10.0.0.23 - - [2025-12-04 04:32:15] "GET /virtual-machine/ee62830e-6cca-4b47-8a76-70fb19e28c06?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 992 0.015465 10.0.0.27 - - [2025-12-04 04:32:17] "GET /obj-perms HTTP/1.1" 200 5056 0.060237 10.0.0.33 - - [2025-12-04 04:32:17] "GET /obj-perms HTTP/1.1" 200 5056 0.076558 10.0.0.23 - - [2025-12-04 04:32:19] "GET /obj-perms HTTP/1.1" 403 257 0.013876 10.0.0.23 - - [2025-12-04 04:32:21] "GET /virtual-machine/ee62830e-6cca-4b47-8a76-70fb19e28c06?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 992 0.015501 10.0.0.23 - - [2025-12-04 04:32:25] "GET /obj-perms HTTP/1.1" 403 257 0.014693 10.0.0.23 - - [2025-12-04 04:32:28] "GET /virtual-machine/ee62830e-6cca-4b47-8a76-70fb19e28c06?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 992 0.018533 10.0.0.27 - - [2025-12-04 04:32:30] "GET /virtual-machine-interface/c7cd1c5c-71ed-43b3-a34e-2953292f926c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2803 0.023051 10.0.0.27 - - [2025-12-04 04:32:30] "GET /virtual-machine-interface/c7cd1c5c-71ed-43b3-a34e-2953292f926c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2803 0.023635 10.0.0.23 - - [2025-12-04 04:32:30] "GET /obj-perms HTTP/1.1" 403 257 0.018788 10.0.0.27 - - [2025-12-04 04:32:30] "GET /virtual-machine-interface/c7cd1c5c-71ed-43b3-a34e-2953292f926c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2803 0.024478 10.0.0.27 - - [2025-12-04 04:32:30] "GET /virtual-network/2aef5671-c81b-44ae-a410-c8ad8b7537a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2116 0.026761 10.0.0.23 - - [2025-12-04 04:32:30] "GET /virtual-machine/ee62830e-6cca-4b47-8a76-70fb19e28c06?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 992 0.015907 10.0.0.27 - - [2025-12-04 04:32:30] "GET /obj-perms HTTP/1.1" 403 257 0.046747 10.0.0.27 - - [2025-12-04 04:32:31] "GET /obj-perms HTTP/1.1" 403 257 0.012955 10.0.0.27 - - [2025-12-04 04:32:31] "GET /obj-perms HTTP/1.1" 403 257 0.041081 10.0.0.27 - - [2025-12-04 04:32:31] "GET /virtual-machines?detail=False&count=False&shared=False HTTP/1.1" 200 320 0.023395 10.0.0.33 - - [2025-12-04 04:32:31] "GET /obj-perms HTTP/1.1" 403 257 0.014386 10.0.0.27 - - [2025-12-04 04:32:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.019063 10.0.0.23 - - [2025-12-04 04:32:31] "GET /projects?obj_uuids=befc8cac-1526-4040-a270-074ea66a3504&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001203 10.0.0.27 - - [2025-12-04 04:32:31] "GET /project/befc8cac-1526-4040-a270-074ea66a3504?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.074545 10.0.0.27 - - [2025-12-04 04:32:31] "GET /virtual-network/39d60349-5115-404f-95f3-e2d9650397a7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2102 0.026095 10.0.0.27 - - [2025-12-04 04:32:31] "GET /floating-ip-pools?parent_id=39d60349-5115-404f-95f3-e2d9650397a7&detail=False&count=False&shared=False HTTP/1.1" 200 393 0.021975 10.0.0.27 - - [2025-12-04 04:32:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.017872 10.0.0.27 - - [2025-12-04 04:32:32] "GET /floating-ip-pool/15460ec9-1b15-4528-b70f-77e71c4958a7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1181 0.019909 10.0.0.23 - - [2025-12-04 04:32:32] "GET /projects?obj_uuids=befc8cac-1526-4040-a270-074ea66a3504&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001572 10.0.0.27 - - [2025-12-04 04:32:32] "GET /project/befc8cac-1526-4040-a270-074ea66a3504?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.072759 10.0.0.27 - - [2025-12-04 04:32:32] "POST /floating-ips HTTP/1.1" 200 616 0.085741 10.0.0.27 - - [2025-12-04 04:32:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.018824 10.0.0.27 - - [2025-12-04 04:32:32] "GET /floating-ip/c85944a5-a6aa-49d1-808e-4f4f62d5dcd6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1475 0.019614 10.0.0.27 - - [2025-12-04 04:32:32] "GET /floating-ip/c85944a5-a6aa-49d1-808e-4f4f62d5dcd6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1475 0.019659 10.0.0.27 - - [2025-12-04 04:32:32] "GET /virtual-machine/ee62830e-6cca-4b47-8a76-70fb19e28c06?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 992 0.016818 10.0.0.27 - - [2025-12-04 04:32:32] "GET /virtual-machine/ee62830e-6cca-4b47-8a76-70fb19e28c06?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1203 0.029785 10.0.0.27 - - [2025-12-04 04:32:32] "GET /virtual-machine-interface/c7cd1c5c-71ed-43b3-a34e-2953292f926c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2803 0.023720 10.0.0.27 - - [2025-12-04 04:32:32] "POST /ref-update HTTP/1.1" 200 156 0.033608 10.0.0.27 - - [2025-12-04 04:32:32] "POST /neutron/floatingip HTTP/1.1" 200 547 0.078587 10.0.0.27 - - [2025-12-04 04:32:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.015867 10.0.0.27 - - [2025-12-04 04:32:32] "GET /routing-instance/21190797-7b06-46ad-9b4e-970d4347e859?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.026636 10.0.0.27 - - [2025-12-04 04:32:33] "GET /virtual-network/2aef5671-c81b-44ae-a410-c8ad8b7537a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2116 0.021143 10.0.0.27 - - [2025-12-04 04:32:33] "POST /neutron/port HTTP/1.1" 200 1112 0.081550 10.0.0.27 - - [2025-12-04 04:32:33] "GET /virtual-machine/ee62830e-6cca-4b47-8a76-70fb19e28c06 HTTP/1.1" 200 1292 0.020103 10.0.0.27 - - [2025-12-04 04:32:33] "GET /virtual-machine-interface/c7cd1c5c-71ed-43b3-a34e-2953292f926c HTTP/1.1" 200 3586 0.023601 10.0.0.27 - - [2025-12-04 04:32:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.014966 10.0.0.27 - - [2025-12-04 04:32:33] "GET /security-group/7707a6e8-cad1-4adb-b935-0cb6f68b6b54?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1316 0.018193 10.0.0.27 - - [2025-12-04 04:32:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.017674 10.0.0.27 - - [2025-12-04 04:32:34] "GET /security-group/7707a6e8-cad1-4adb-b935-0cb6f68b6b54?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1316 0.018517 10.0.0.27 - - [2025-12-04 04:32:34] "POST /neutron/security_group HTTP/1.1" 200 568 0.019809 10.0.0.27 - - [2025-12-04 04:32:34] "DELETE /floating-ip/c85944a5-a6aa-49d1-808e-4f4f62d5dcd6 HTTP/1.1" 200 115 0.074700 10.0.0.27 - - [2025-12-04 04:32:34] "GET /virtual-machine/ee62830e-6cca-4b47-8a76-70fb19e28c06 HTTP/1.1" 200 1292 0.022282 10.0.0.27 - - [2025-12-04 04:32:35] "POST /neutron/port HTTP/1.1" 200 151 0.211161 10.0.0.27 - - [2025-12-04 04:32:36] "GET /virtual-machine/ee62830e-6cca-4b47-8a76-70fb19e28c06 HTTP/1.1" 404 171 0.017992 10.0.0.27 - - [2025-12-04 04:32:36] "GET /virtual-machine/ee62830e-6cca-4b47-8a76-70fb19e28c06 HTTP/1.1" 404 171 0.015584 10.0.0.27 - - [2025-12-04 04:32:36] "GET /virtual-machine/ee62830e-6cca-4b47-8a76-70fb19e28c06 HTTP/1.1" 404 171 0.013375 10.0.0.27 - - [2025-12-04 04:32:36] "POST /fqname-to-id HTTP/1.1" 403 354 0.018421 10.0.0.27 - - [2025-12-04 04:32:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003188 10.0.0.27 - - [2025-12-04 04:32:36] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004396 10.0.0.27 - - [2025-12-04 04:32:36] "GET /virtual-networks?parent_id=befc8cac-1526-4040-a270-074ea66a3504&detail=False&count=False&shared=False HTTP/1.1" 200 611 0.022393 10.0.0.27 - - [2025-12-04 04:32:36] "GET /virtual-network/2aef5671-c81b-44ae-a410-c8ad8b7537a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2116 0.024780 10.0.0.27 - - [2025-12-04 04:32:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.017534 10.0.0.27 - - [2025-12-04 04:32:36] "GET /routing-instance/a83599e2-acaf-458a-8f4a-55dcb8cd3114?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1360 0.021399 10.0.0.27 - - [2025-12-04 04:32:36] "GET /obj-perms HTTP/1.1" 403 257 0.014227 10.0.0.27 - - [2025-12-04 04:32:37] "GET /obj-perms HTTP/1.1" 403 257 0.054378 10.0.0.33 - - [2025-12-04 04:32:40] "GET /obj-perms HTTP/1.1" 200 5030 0.004779 10.0.0.27 - - [2025-12-04 04:32:43] "GET /obj-perms HTTP/1.1" 200 5030 0.004737 10.0.0.33 - - [2025-12-04 04:32:49] "GET /obj-perms HTTP/1.1" 200 5030 0.004596 10.0.0.27 - - [2025-12-04 04:32:52] "GET /obj-perms HTTP/1.1" 200 5030 0.004263 10.0.0.33 - - [2025-12-04 04:32:59] "GET /obj-perms HTTP/1.1" 200 5030 0.003844 10.0.0.27 - - [2025-12-04 04:33:02] "GET /obj-perms HTTP/1.1" 200 5030 0.005485 10.0.0.23 - - [2025-12-04 04:33:02] "GET /obj-perms HTTP/1.1" 200 5030 0.004272 10.0.0.27 - - [2025-12-04 04:33:02] "POST /fqname-to-id HTTP/1.1" 404 232 0.019067 10.0.0.33 - - [2025-12-04 04:33:02] "DELETE /access-control-list/0fb3e24c-e0e8-4877-9f0d-6d33eff797c4 HTTP/1.1" 200 115 0.070253 10.0.0.27 - - [2025-12-04 04:33:02] "POST /neutron/network HTTP/1.1" 200 862 0.036790 10.0.0.27 - - [2025-12-04 04:33:03] "DELETE /api-access-list/fb01210a-84d1-4d07-84af-38219207f65d HTTP/1.1" 200 115 0.040498 10.0.0.33 - - [2025-12-04 04:33:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004602 10.0.0.23 - - [2025-12-04 04:33:03] "POST /useragent-kv HTTP/1.1" 200 115 0.119400 10.0.0.23 - - [2025-12-04 04:33:03] "POST /useragent-kv HTTP/1.1" 200 115 0.002424 10.0.0.27 - - [2025-12-04 04:33:03] "POST /neutron/network HTTP/1.1" 200 151 0.310913 10.0.0.27 - - [2025-12-04 04:33:05] "GET /api-access-list/d88722ce-537b-40a5-99d8-a820e2bee6ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2411 0.005843 10.0.0.27 - - [2025-12-04 04:33:05] "PUT /api-access-list/d88722ce-537b-40a5-99d8-a820e2bee6ff HTTP/1.1" 200 264 0.015842 10.0.0.23 - - [2025-12-04 04:33:05] "GET /projects?obj_uuids=befc8cac-1526-4040-a270-074ea66a3504&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001312 10.0.0.27 - - [2025-12-04 04:33:05] "GET /project/befc8cac-1526-4040-a270-074ea66a3504?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.126657 10.0.0.23 - - [2025-12-04 04:33:05] "GET /projects?obj_uuids=befc8cac-1526-4040-a270-074ea66a3504&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001449 10.0.0.27 - - [2025-12-04 04:33:06] "GET /project/befc8cac-1526-4040-a270-074ea66a3504?fields=virtual_networks HTTP/1.1" 200 1033 0.043936 10.0.0.23 - - [2025-12-04 04:33:06] "GET /projects?obj_uuids=befc8cac-1526-4040-a270-074ea66a3504&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001343 10.0.0.27 - - [2025-12-04 04:33:06] "GET /project/befc8cac-1526-4040-a270-074ea66a3504?fields=virtual_machine_interfaces HTTP/1.1" 200 1033 0.050433 10.0.0.23 - - [2025-12-04 04:33:06] "GET /projects?obj_uuids=befc8cac-1526-4040-a270-074ea66a3504&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001536 10.0.0.27 - - [2025-12-04 04:33:06] "GET /project/befc8cac-1526-4040-a270-074ea66a3504?fields=security_groups HTTP/1.1" 200 1259 0.047748 10.0.0.23 - - [2025-12-04 04:33:06] "GET /projects?obj_uuids=27d14453-a745-4536-97ff-45f7a2e3ad22&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001359 10.0.0.27 - - [2025-12-04 04:33:06] "GET /project/27d14453-a745-4536-97ff-45f7a2e3ad22?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1271 0.050538 [Introspect:8084]10.0.0.27 - - [2025-12-04 04:33:08] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3156 0.001498 10.0.0.27 - - [2025-12-04 04:33:10] "POST /fqname-to-id HTTP/1.1" 404 189 0.054814 10.0.0.23 - - [2025-12-04 04:33:11] "GET /projects?obj_uuids=34628240-e36e-4cc0-8bbf-5548ebf3438b&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003979 10.0.0.23 - - [2025-12-04 04:33:11] "GET /domains?obj_uuids=77f3106b-db9e-49b5-893e-09cac574b890&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001167 10.0.0.23 - - [2025-12-04 04:33:11] "GET /domain/77f3106b-db9e-49b5-893e-09cac574b890?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.061007 10.0.0.23 - - [2025-12-04 04:33:11] "POST /id-to-fqname HTTP/1.1" 200 191 0.007838 10.0.0.23 - - [2025-12-04 04:33:11] "POST /fqname-to-id HTTP/1.1" 404 200 0.004902 10.0.0.23 - - [2025-12-04 04:33:11] "POST /security-groups HTTP/1.1" 200 592 0.034817 10.0.0.23 - - [2025-12-04 04:33:11] "POST /projects HTTP/1.1" 200 587 0.273506 10.0.0.23 - - [2025-12-04 04:33:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.334610 10.0.0.33 - - [2025-12-04 04:33:11] "POST /access-control-lists HTTP/1.1" 200 597 0.050011 10.0.0.27 - - [2025-12-04 04:33:11] "GET /project/34628240-e36e-4cc0-8bbf-5548ebf3438b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.604504 10.0.0.27 - - [2025-12-04 04:33:12] "GET / HTTP/1.1" 200 35931 0.001783 10.0.0.27 - - [2025-12-04 04:33:14] "POST /fqname-to-id HTTP/1.1" 401 292 0.000582 10.0.0.27 - - [2025-12-04 04:33:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.076856 10.0.0.23 - - [2025-12-04 04:33:15] "GET /projects?obj_uuids=34628240-e36e-4cc0-8bbf-5548ebf3438b&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001221 10.0.0.27 - - [2025-12-04 04:33:15] "GET /project/34628240-e36e-4cc0-8bbf-5548ebf3438b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.047225 10.0.0.33 - - [2025-12-04 04:33:15] "POST /route-targets HTTP/1.1" 200 327 0.019721 10.0.0.23 - - [2025-12-04 04:33:15] "POST /useragent-kv HTTP/1.1" 200 115 0.008112 10.0.0.27 - - [2025-12-04 04:33:15] "POST /neutron/subnet HTTP/1.1" 200 716 0.338102 10.0.0.27 - - [2025-12-04 04:33:15] "POST /id-to-fqname HTTP/1.1" 200 222 0.001420 10.0.0.27 - - [2025-12-04 04:33:15] "GET /virtual-network/74690bee-5d9f-4212-ba27-5190630e253f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.007102 10.0.0.27 - - [2025-12-04 04:33:16] "GET /virtual-network/74690bee-5d9f-4212-ba27-5190630e253f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.007292 10.0.0.27 - - [2025-12-04 04:33:16] "POST /neutron/network HTTP/1.1" 200 825 0.008784 10.0.0.27 - - [2025-12-04 04:33:16] "GET /virtual-network/74690bee-5d9f-4212-ba27-5190630e253f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.010122 10.0.0.27 - - [2025-12-04 04:33:17] "GET /obj-perms HTTP/1.1" 200 5032 0.063603 10.0.0.33 - - [2025-12-04 04:33:17] "GET /obj-perms HTTP/1.1" 200 5032 0.063213 10.0.0.27 - - [2025-12-04 04:33:18] "POST /id-to-fqname HTTP/1.1" 200 222 0.001485 10.0.0.23 - - [2025-12-04 04:33:19] "GET /projects?obj_uuids=34628240-e36e-4cc0-8bbf-5548ebf3438b&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001140 10.0.0.27 - - [2025-12-04 04:33:19] "GET /project/34628240-e36e-4cc0-8bbf-5548ebf3438b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.075912 10.0.0.27 - - [2025-12-04 04:33:19] "POST /neutron/network HTTP/1.1" 200 825 0.035803 10.0.0.27 - - [2025-12-04 04:33:19] "POST /id-to-fqname HTTP/1.1" 200 222 0.002120 10.0.0.27 - - [2025-12-04 04:33:20] "POST /neutron/port HTTP/1.1" 200 117 0.007198 10.0.0.23 - - [2025-12-04 04:33:20] "GET /projects?obj_uuids=34628240-e36e-4cc0-8bbf-5548ebf3438b&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001166 10.0.0.27 - - [2025-12-04 04:33:20] "POST /neutron/port HTTP/1.1" 200 1059 0.297497 10.0.0.23 - - [2025-12-04 04:33:21] "GET /projects?obj_uuids=34628240-e36e-4cc0-8bbf-5548ebf3438b&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001131 10.0.0.27 - - [2025-12-04 04:33:21] "GET /project/34628240-e36e-4cc0-8bbf-5548ebf3438b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.119956 10.0.0.27 - - [2025-12-04 04:33:21] "POST /neutron/port HTTP/1.1" 200 1113 0.148385 10.0.0.27 - - [2025-12-04 04:33:21] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004448 10.0.0.27 - - [2025-12-04 04:33:21] "POST /neutron/network HTTP/1.1" 200 825 0.007808 10.0.0.27 - - [2025-12-04 04:33:21] "POST /neutron/port HTTP/1.1" 200 117 0.007818 10.0.0.27 - - [2025-12-04 04:33:21] "POST /neutron/network HTTP/1.1" 200 835 0.008290 10.0.0.27 - - [2025-12-04 04:33:22] "POST /neutron/port HTTP/1.1" 200 1059 0.016111 10.0.0.27 - - [2025-12-04 04:33:22] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004604 10.0.0.27 - - [2025-12-04 04:33:22] "POST /neutron/network HTTP/1.1" 200 825 0.007077 10.0.0.27 - - [2025-12-04 04:33:26] "POST /neutron/port HTTP/1.1" 200 1087 0.019580 10.0.0.27 - - [2025-12-04 04:33:26] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007713 10.0.0.27 - - [2025-12-04 04:33:26] "GET /virtual-machine/3e21bd8e-68b8-48a3-b4fb-7a37f8419040 HTTP/1.1" 401 292 0.000433 10.0.0.27 - - [2025-12-04 04:33:27] "GET /virtual-machine/3e21bd8e-68b8-48a3-b4fb-7a37f8419040 HTTP/1.1" 200 1293 0.036511 10.0.0.27 - - [2025-12-04 04:33:27] "GET /virtual-machine-interface/fd79ee3a-440b-4f0e-9d98-a0cf71204483 HTTP/1.1" 200 2950 0.006108 10.0.0.27 - - [2025-12-04 04:33:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.013561 10.0.0.27 - - [2025-12-04 04:33:27] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.006928 10.0.0.27 - - [2025-12-04 04:33:27] "GET /virtual-networks?parent_id=34628240-e36e-4cc0-8bbf-5548ebf3438b&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.004687 10.0.0.27 - - [2025-12-04 04:33:27] "GET /virtual-network/74690bee-5d9f-4212-ba27-5190630e253f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.007980 10.0.0.27 - - [2025-12-04 04:33:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003913 10.0.0.27 - - [2025-12-04 04:33:30] "GET /virtual-network/74690bee-5d9f-4212-ba27-5190630e253f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005763 10.0.0.27 - - [2025-12-04 04:33:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004082 10.0.0.27 - - [2025-12-04 04:33:34] "GET /virtual-network/74690bee-5d9f-4212-ba27-5190630e253f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.006782 10.0.0.33 - - [2025-12-04 04:33:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000456 10.0.0.33 - - [2025-12-04 04:33:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000484 10.0.0.23 - - [2025-12-04 04:33:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000437 10.0.0.23 - - [2025-12-04 04:33:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000558 10.0.0.23 - - [2025-12-04 04:33:38] "GET /global-system-configs HTTP/1.1" 401 292 0.000405 10.0.0.23 - - [2025-12-04 04:33:38] "GET /global-system-configs HTTP/1.1" 401 292 0.000542 10.0.0.33 - - [2025-12-04 04:33:38] "GET /global-system-configs HTTP/1.1" 401 292 0.000399 10.0.0.33 - - [2025-12-04 04:33:38] "GET /global-system-configs HTTP/1.1" 401 292 0.000428 10.0.0.27 - - [2025-12-04 04:33:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004386 10.0.0.27 - - [2025-12-04 04:33:38] "GET /virtual-network/74690bee-5d9f-4212-ba27-5190630e253f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005979 10.0.0.27 - - [2025-12-04 04:33:39] "GET /global-system-configs HTTP/1.1" 401 292 0.000405 10.0.0.27 - - [2025-12-04 04:33:39] "GET /global-system-configs HTTP/1.1" 401 292 0.000491 10.0.0.27 - - [2025-12-04 04:33:40] "GET /global-system-configs HTTP/1.1" 401 292 0.000479 10.0.0.27 - - [2025-12-04 04:33:40] "GET /global-system-configs HTTP/1.1" 401 292 0.000430 10.0.0.27 - - [2025-12-04 04:33:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004613 10.0.0.27 - - [2025-12-04 04:33:42] "GET /virtual-network/74690bee-5d9f-4212-ba27-5190630e253f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005620 10.0.0.27 - - [2025-12-04 04:33:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004053 10.0.0.27 - - [2025-12-04 04:33:46] "GET /virtual-network/74690bee-5d9f-4212-ba27-5190630e253f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.006419 10.0.0.27 - - [2025-12-04 04:33:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003622 10.0.0.27 - - [2025-12-04 04:33:50] "GET /virtual-network/74690bee-5d9f-4212-ba27-5190630e253f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.007292 10.0.0.27 - - [2025-12-04 04:33:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003236 10.0.0.27 - - [2025-12-04 04:33:55] "GET /virtual-network/74690bee-5d9f-4212-ba27-5190630e253f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.008833 10.0.0.27 - - [2025-12-04 04:33:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.004785 10.0.0.27 - - [2025-12-04 04:33:59] "GET /virtual-network/74690bee-5d9f-4212-ba27-5190630e253f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.007817 10.0.0.27 - - [2025-12-04 04:34:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003537 10.0.0.27 - - [2025-12-04 04:34:03] "GET /virtual-network/74690bee-5d9f-4212-ba27-5190630e253f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.007528 10.0.0.23 - - [2025-12-04 04:34:04] "DELETE /project/34628240e36e4cc08bbf5548ebf3438b HTTP/1.1" 404 173 0.008467 10.0.0.23 - - [2025-12-04 04:34:04] "GET /projects?obj_uuids=befc8cac-1526-4040-a270-074ea66a3504&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001684 10.0.0.23 - - [2025-12-04 04:34:04] "GET /project/befc8cac-1526-4040-a270-074ea66a3504?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1469 0.049994 10.0.0.23 - - [2025-12-04 04:34:04] "GET /projects?obj_uuids=befc8cac-1526-4040-a270-074ea66a3504&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002847 10.0.0.23 - - [2025-12-04 04:34:04] "GET /project/befc8cac-1526-4040-a270-074ea66a3504?fields=security_groups HTTP/1.1" 200 1103 0.093451 10.0.0.23 - - [2025-12-04 04:34:04] "GET /projects?obj_uuids=befc8cac-1526-4040-a270-074ea66a3504&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001920 10.0.0.33 - - [2025-12-04 04:34:04] "DELETE /access-control-list/daa8713c-78d1-4199-8b27-811e8d5fcc03 HTTP/1.1" 200 115 0.097960 10.0.0.23 - - [2025-12-04 04:34:04] "GET /project/befc8cac-1526-4040-a270-074ea66a3504?fields=application_policy_sets HTTP/1.1" 200 1403 0.096214 10.0.0.23 - - [2025-12-04 04:34:04] "DELETE /project/befc8cac-1526-4040-a270-074ea66a3504 HTTP/1.1" 200 115 0.487390 10.0.0.27 - - [2025-12-04 04:34:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004223 10.0.0.27 - - [2025-12-04 04:34:05] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004596 10.0.0.27 - - [2025-12-04 04:34:05] "GET /virtual-networks?parent_id=34628240-e36e-4cc0-8bbf-5548ebf3438b&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003281 10.0.0.27 - - [2025-12-04 04:34:05] "GET /virtual-network/74690bee-5d9f-4212-ba27-5190630e253f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.007365 10.0.0.27 - - [2025-12-04 04:34:10] "POST /neutron/port HTTP/1.1" 200 1087 0.025478 10.0.0.27 - - [2025-12-04 04:34:14] "POST /neutron/port HTTP/1.1" 200 1087 0.019234 10.0.0.27 - - [2025-12-04 04:34:15] "POST /neutron/subnet HTTP/1.1" 200 690 0.010211 10.0.0.27 - - [2025-12-04 04:34:15] "POST /neutron/port HTTP/1.1" 200 1087 0.020580 10.0.0.27 - - [2025-12-04 04:34:17] "POST /neutron/security_group HTTP/1.1" 200 2059 0.055156 10.0.0.23 - - [2025-12-04 04:34:19] "GET /obj-perms HTTP/1.1" 200 5056 0.184780 10.0.0.27 - - [2025-12-04 04:34:19] "POST /neutron/port HTTP/1.1" 200 1087 0.061140 10.0.0.27 - - [2025-12-04 04:34:20] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004952 10.0.0.27 - - [2025-12-04 04:34:20] "POST /neutron/network HTTP/1.1" 200 825 0.010947 10.0.0.27 - - [2025-12-04 04:34:26] "POST /neutron/port HTTP/1.1" 200 1087 0.024292 10.0.0.27 - - [2025-12-04 04:34:26] "POST /neutron/security_group HTTP/1.1" 200 2059 0.009547 10.0.0.27 - - [2025-12-04 04:34:26] "GET /virtual-machine/d5c7acd2-9a1e-4227-9a81-f874b30684a8 HTTP/1.1" 200 1294 0.006732 10.0.0.27 - - [2025-12-04 04:34:26] "GET /virtual-machine-interface/ce778109-bb79-4211-9334-2ebebd31db6a HTTP/1.1" 200 2950 0.007418 10.0.0.27 - - [2025-12-04 04:34:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003838 10.0.0.27 - - [2025-12-04 04:34:26] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004305 10.0.0.27 - - [2025-12-04 04:34:26] "GET /virtual-networks?parent_id=34628240-e36e-4cc0-8bbf-5548ebf3438b&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.004412 10.0.0.27 - - [2025-12-04 04:34:26] "GET /virtual-network/74690bee-5d9f-4212-ba27-5190630e253f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.006430 10.0.0.27 - - [2025-12-04 04:34:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003997 10.0.0.27 - - [2025-12-04 04:34:27] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004683 10.0.0.27 - - [2025-12-04 04:34:27] "GET /virtual-networks?parent_id=34628240-e36e-4cc0-8bbf-5548ebf3438b&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003538 10.0.0.27 - - [2025-12-04 04:34:27] "GET /virtual-network/74690bee-5d9f-4212-ba27-5190630e253f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.006118 10.0.0.27 - - [2025-12-04 04:34:27] "POST /neutron/port HTTP/1.1" 200 1087 0.023039 10.0.0.27 - - [2025-12-04 04:35:16] "POST /neutron/port HTTP/1.1" 200 1087 0.018223 10.0.0.27 - - [2025-12-04 04:35:17] "POST /neutron/subnet HTTP/1.1" 200 690 0.010590 10.0.0.27 - - [2025-12-04 04:35:19] "POST /neutron/port HTTP/1.1" 200 1087 0.017557 10.0.0.27 - - [2025-12-04 04:35:19] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004354 10.0.0.27 - - [2025-12-04 04:35:19] "POST /neutron/network HTTP/1.1" 200 825 0.007425 10.0.0.27 - - [2025-12-04 04:35:57] "GET /virtual-machine/3e21bd8e-68b8-48a3-b4fb-7a37f8419040 HTTP/1.1" 200 1293 0.005038 10.0.0.27 - - [2025-12-04 04:35:57] "GET /virtual-machine-interface/fd79ee3a-440b-4f0e-9d98-a0cf71204483 HTTP/1.1" 200 2950 0.005638 10.0.0.27 - - [2025-12-04 04:35:57] "GET /virtual-machine/3e21bd8e-68b8-48a3-b4fb-7a37f8419040 HTTP/1.1" 200 1293 0.004393 10.0.0.27 - - [2025-12-04 04:35:57] "GET /virtual-machine-interface/fd79ee3a-440b-4f0e-9d98-a0cf71204483 HTTP/1.1" 200 2950 0.008375 10.0.0.27 - - [2025-12-04 04:35:57] "GET /instance-ip/a9b30f70-5529-470e-9db1-49b01ae71041 HTTP/1.1" 200 1622 0.006493 10.0.0.27 - - [2025-12-04 04:35:57] "GET /virtual-machine/3e21bd8e-68b8-48a3-b4fb-7a37f8419040 HTTP/1.1" 200 1293 0.004198 10.0.0.27 - - [2025-12-04 04:35:57] "GET /virtual-machine-interface/fd79ee3a-440b-4f0e-9d98-a0cf71204483 HTTP/1.1" 200 2950 0.006064 10.0.0.27 - - [2025-12-04 04:35:57] "GET /instance-ip/a9b30f70-5529-470e-9db1-49b01ae71041 HTTP/1.1" 200 1622 0.005610 10.0.0.27 - - [2025-12-04 04:35:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004137 10.0.0.27 - - [2025-12-04 04:35:57] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004048 10.0.0.27 - - [2025-12-04 04:35:57] "GET /virtual-networks?parent_id=34628240-e36e-4cc0-8bbf-5548ebf3438b&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003644 10.0.0.27 - - [2025-12-04 04:35:57] "GET /virtual-network/74690bee-5d9f-4212-ba27-5190630e253f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.007086 10.0.0.27 - - [2025-12-04 04:35:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003985 10.0.0.27 - - [2025-12-04 04:35:57] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004564 10.0.0.27 - - [2025-12-04 04:35:57] "GET /virtual-networks?parent_id=34628240-e36e-4cc0-8bbf-5548ebf3438b&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.004783 10.0.0.27 - - [2025-12-04 04:35:57] "GET /virtual-network/74690bee-5d9f-4212-ba27-5190630e253f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.006324 10.0.0.27 - - [2025-12-04 04:35:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003951 10.0.0.27 - - [2025-12-04 04:35:57] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004890 10.0.0.27 - - [2025-12-04 04:35:57] "GET /virtual-networks?parent_id=34628240-e36e-4cc0-8bbf-5548ebf3438b&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.009517 10.0.0.27 - - [2025-12-04 04:35:57] "GET /virtual-network/74690bee-5d9f-4212-ba27-5190630e253f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.006379 10.0.0.27 - - [2025-12-04 04:35:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003925 10.0.0.27 - - [2025-12-04 04:35:57] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004460 10.0.0.27 - - [2025-12-04 04:35:57] "GET /virtual-networks?parent_id=34628240-e36e-4cc0-8bbf-5548ebf3438b&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003288 10.0.0.27 - - [2025-12-04 04:35:57] "GET /virtual-network/74690bee-5d9f-4212-ba27-5190630e253f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.006724 10.0.0.27 - - [2025-12-04 04:35:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003977 10.0.0.27 - - [2025-12-04 04:35:57] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005055 10.0.0.27 - - [2025-12-04 04:35:57] "GET /virtual-networks?parent_id=34628240-e36e-4cc0-8bbf-5548ebf3438b&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003976 10.0.0.27 - - [2025-12-04 04:35:57] "GET /virtual-network/74690bee-5d9f-4212-ba27-5190630e253f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.006651 10.0.0.27 - - [2025-12-04 04:35:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003641 10.0.0.27 - - [2025-12-04 04:35:57] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004893 10.0.0.27 - - [2025-12-04 04:35:57] "GET /virtual-networks?parent_id=34628240-e36e-4cc0-8bbf-5548ebf3438b&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.002921 10.0.0.27 - - [2025-12-04 04:35:57] "GET /virtual-network/74690bee-5d9f-4212-ba27-5190630e253f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.006649 10.0.0.27 - - [2025-12-04 04:35:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003687 10.0.0.27 - - [2025-12-04 04:35:58] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004158 10.0.0.27 - - [2025-12-04 04:35:58] "GET /virtual-networks?parent_id=34628240-e36e-4cc0-8bbf-5548ebf3438b&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003422 10.0.0.27 - - [2025-12-04 04:35:58] "GET /virtual-network/74690bee-5d9f-4212-ba27-5190630e253f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.006175 10.0.0.27 - - [2025-12-04 04:35:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003470 10.0.0.27 - - [2025-12-04 04:35:58] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003813 10.0.0.27 - - [2025-12-04 04:35:58] "GET /virtual-networks?parent_id=34628240-e36e-4cc0-8bbf-5548ebf3438b&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003438 10.0.0.27 - - [2025-12-04 04:35:58] "GET /virtual-network/74690bee-5d9f-4212-ba27-5190630e253f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005922 10.0.0.27 - - [2025-12-04 04:35:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003441 10.0.0.27 - - [2025-12-04 04:35:58] "GET /routing-instance/cbf9d862-45c0-49ac-82a0-6474c9abb28e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1480 0.004972 10.0.0.27 - - [2025-12-04 04:35:58] "GET /route-target/94521eb7-fa18-47dc-af98-8a111bd794db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004361 10.0.0.27 - - [2025-12-04 04:35:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003848 10.0.0.27 - - [2025-12-04 04:35:58] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.038145 10.0.0.27 - - [2025-12-04 04:35:58] "GET /virtual-networks?parent_id=34628240-e36e-4cc0-8bbf-5548ebf3438b&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003467 10.0.0.27 - - [2025-12-04 04:35:58] "GET /virtual-network/74690bee-5d9f-4212-ba27-5190630e253f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.006439 10.0.0.27 - - [2025-12-04 04:35:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003442 10.0.0.27 - - [2025-12-04 04:35:58] "GET /routing-instance/cbf9d862-45c0-49ac-82a0-6474c9abb28e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1480 0.004590 10.0.0.27 - - [2025-12-04 04:35:58] "GET /route-target/94521eb7-fa18-47dc-af98-8a111bd794db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004278 10.0.0.27 - - [2025-12-04 04:35:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003932 10.0.0.27 - - [2025-12-04 04:35:58] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004046 10.0.0.27 - - [2025-12-04 04:35:58] "GET /virtual-networks?parent_id=34628240-e36e-4cc0-8bbf-5548ebf3438b&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.004725 10.0.0.27 - - [2025-12-04 04:35:58] "GET /virtual-network/74690bee-5d9f-4212-ba27-5190630e253f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005948 10.0.0.27 - - [2025-12-04 04:35:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003628 10.0.0.27 - - [2025-12-04 04:35:59] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004144 10.0.0.27 - - [2025-12-04 04:35:59] "GET /virtual-networks?parent_id=34628240-e36e-4cc0-8bbf-5548ebf3438b&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003835 10.0.0.27 - - [2025-12-04 04:35:59] "GET /virtual-network/74690bee-5d9f-4212-ba27-5190630e253f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.006157 10.0.0.27 - - [2025-12-04 04:35:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003809 10.0.0.27 - - [2025-12-04 04:35:59] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004761 10.0.0.27 - - [2025-12-04 04:35:59] "GET /virtual-networks?parent_id=34628240-e36e-4cc0-8bbf-5548ebf3438b&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003459 10.0.0.27 - - [2025-12-04 04:35:59] "GET /virtual-network/74690bee-5d9f-4212-ba27-5190630e253f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.006998 10.0.0.27 - - [2025-12-04 04:35:59] "GET /obj-perms HTTP/1.1" 200 5032 0.004003 10.0.0.27 - - [2025-12-04 04:35:59] "GET /obj-perms HTTP/1.1" 200 5032 0.004002 10.0.0.23 - - [2025-12-04 04:35:59] "GET /obj-perms HTTP/1.1" 200 5032 0.066214 10.0.0.27 - - [2025-12-04 04:35:59] "GET /obj-perms HTTP/1.1" 200 5032 0.004601 10.0.0.33 - - [2025-12-04 04:35:59] "GET /obj-perms HTTP/1.1" 200 5032 0.005292 10.0.0.27 - - [2025-12-04 04:36:00] "POST /neutron/port HTTP/1.1" 200 1087 0.022157 10.0.0.27 - - [2025-12-04 04:36:00] "GET /virtual-machine/d5c7acd2-9a1e-4227-9a81-f874b30684a8 HTTP/1.1" 200 1294 0.005416 10.0.0.27 - - [2025-12-04 04:36:00] "GET /virtual-machine-interface/ce778109-bb79-4211-9334-2ebebd31db6a HTTP/1.1" 200 2950 0.007182 10.0.0.27 - - [2025-12-04 04:36:00] "GET /virtual-machine/d5c7acd2-9a1e-4227-9a81-f874b30684a8 HTTP/1.1" 200 1294 0.005022 10.0.0.27 - - [2025-12-04 04:36:00] "GET /virtual-machine-interface/ce778109-bb79-4211-9334-2ebebd31db6a HTTP/1.1" 200 2950 0.007287 10.0.0.27 - - [2025-12-04 04:36:00] "GET /instance-ip/42a39826-8b71-4fae-93de-c72d1b400536 HTTP/1.1" 200 1621 0.007588 10.0.0.27 - - [2025-12-04 04:36:00] "GET /virtual-machine/d5c7acd2-9a1e-4227-9a81-f874b30684a8 HTTP/1.1" 200 1294 0.004937 10.0.0.27 - - [2025-12-04 04:36:00] "GET /virtual-machine-interface/ce778109-bb79-4211-9334-2ebebd31db6a HTTP/1.1" 200 2950 0.006142 10.0.0.27 - - [2025-12-04 04:36:00] "GET /instance-ip/42a39826-8b71-4fae-93de-c72d1b400536 HTTP/1.1" 200 1621 0.004365 10.0.0.27 - - [2025-12-04 04:36:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003807 10.0.0.27 - - [2025-12-04 04:36:00] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004429 10.0.0.27 - - [2025-12-04 04:36:00] "GET /virtual-networks?parent_id=34628240-e36e-4cc0-8bbf-5548ebf3438b&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003289 10.0.0.27 - - [2025-12-04 04:36:00] "GET /virtual-network/74690bee-5d9f-4212-ba27-5190630e253f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.006603 10.0.0.27 - - [2025-12-04 04:36:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004502 10.0.0.27 - - [2025-12-04 04:36:00] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005073 10.0.0.27 - - [2025-12-04 04:36:00] "GET /virtual-networks?parent_id=34628240-e36e-4cc0-8bbf-5548ebf3438b&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.004320 10.0.0.27 - - [2025-12-04 04:36:00] "GET /virtual-network/74690bee-5d9f-4212-ba27-5190630e253f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.008826 10.0.0.27 - - [2025-12-04 04:36:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004120 10.0.0.27 - - [2025-12-04 04:36:00] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004735 10.0.0.27 - - [2025-12-04 04:36:00] "GET /virtual-networks?parent_id=34628240-e36e-4cc0-8bbf-5548ebf3438b&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.004187 10.0.0.27 - - [2025-12-04 04:36:00] "GET /virtual-network/74690bee-5d9f-4212-ba27-5190630e253f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.006614 10.0.0.27 - - [2025-12-04 04:36:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003830 10.0.0.27 - - [2025-12-04 04:36:00] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005668 10.0.0.27 - - [2025-12-04 04:36:00] "GET /virtual-networks?parent_id=34628240-e36e-4cc0-8bbf-5548ebf3438b&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.004534 10.0.0.27 - - [2025-12-04 04:36:00] "GET /virtual-network/74690bee-5d9f-4212-ba27-5190630e253f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.008896 10.0.0.27 - - [2025-12-04 04:36:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004298 10.0.0.27 - - [2025-12-04 04:36:00] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005216 10.0.0.27 - - [2025-12-04 04:36:00] "GET /virtual-networks?parent_id=34628240-e36e-4cc0-8bbf-5548ebf3438b&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.004126 10.0.0.27 - - [2025-12-04 04:36:00] "GET /virtual-network/74690bee-5d9f-4212-ba27-5190630e253f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.007831 10.0.0.27 - - [2025-12-04 04:36:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004983 10.0.0.27 - - [2025-12-04 04:36:00] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005718 10.0.0.27 - - [2025-12-04 04:36:00] "GET /virtual-networks?parent_id=34628240-e36e-4cc0-8bbf-5548ebf3438b&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.004405 10.0.0.27 - - [2025-12-04 04:36:00] "GET /virtual-network/74690bee-5d9f-4212-ba27-5190630e253f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.006691 10.0.0.27 - - [2025-12-04 04:36:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003971 10.0.0.27 - - [2025-12-04 04:36:01] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005815 10.0.0.27 - - [2025-12-04 04:36:01] "GET /virtual-networks?parent_id=34628240-e36e-4cc0-8bbf-5548ebf3438b&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003626 10.0.0.27 - - [2025-12-04 04:36:01] "GET /virtual-network/74690bee-5d9f-4212-ba27-5190630e253f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.006524 10.0.0.27 - - [2025-12-04 04:36:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004792 10.0.0.27 - - [2025-12-04 04:36:01] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005216 10.0.0.27 - - [2025-12-04 04:36:01] "GET /virtual-networks?parent_id=34628240-e36e-4cc0-8bbf-5548ebf3438b&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003671 10.0.0.27 - - [2025-12-04 04:36:01] "GET /virtual-network/74690bee-5d9f-4212-ba27-5190630e253f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.007032 10.0.0.27 - - [2025-12-04 04:36:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003779 10.0.0.27 - - [2025-12-04 04:36:01] "GET /routing-instance/cbf9d862-45c0-49ac-82a0-6474c9abb28e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1480 0.005746 10.0.0.27 - - [2025-12-04 04:36:01] "GET /route-target/94521eb7-fa18-47dc-af98-8a111bd794db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.007847 10.0.0.27 - - [2025-12-04 04:36:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003793 10.0.0.27 - - [2025-12-04 04:36:01] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004029 10.0.0.27 - - [2025-12-04 04:36:01] "GET /virtual-networks?parent_id=34628240-e36e-4cc0-8bbf-5548ebf3438b&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003885 10.0.0.27 - - [2025-12-04 04:36:01] "GET /virtual-network/74690bee-5d9f-4212-ba27-5190630e253f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.007596 10.0.0.27 - - [2025-12-04 04:36:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003499 10.0.0.27 - - [2025-12-04 04:36:01] "GET /routing-instance/cbf9d862-45c0-49ac-82a0-6474c9abb28e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1480 0.005793 10.0.0.27 - - [2025-12-04 04:36:01] "GET /route-target/94521eb7-fa18-47dc-af98-8a111bd794db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.005592 10.0.0.27 - - [2025-12-04 04:36:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004440 10.0.0.27 - - [2025-12-04 04:36:01] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005289 10.0.0.27 - - [2025-12-04 04:36:01] "GET /virtual-networks?parent_id=34628240-e36e-4cc0-8bbf-5548ebf3438b&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003802 10.0.0.27 - - [2025-12-04 04:36:01] "GET /virtual-network/74690bee-5d9f-4212-ba27-5190630e253f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.006985 10.0.0.27 - - [2025-12-04 04:36:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004467 10.0.0.27 - - [2025-12-04 04:36:02] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004525 10.0.0.27 - - [2025-12-04 04:36:02] "GET /virtual-networks?parent_id=34628240-e36e-4cc0-8bbf-5548ebf3438b&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003907 10.0.0.27 - - [2025-12-04 04:36:02] "GET /virtual-network/74690bee-5d9f-4212-ba27-5190630e253f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.009137 10.0.0.27 - - [2025-12-04 04:36:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004704 10.0.0.27 - - [2025-12-04 04:36:02] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004662 10.0.0.27 - - [2025-12-04 04:36:02] "GET /virtual-networks?parent_id=34628240-e36e-4cc0-8bbf-5548ebf3438b&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003668 10.0.0.27 - - [2025-12-04 04:36:02] "GET /virtual-network/74690bee-5d9f-4212-ba27-5190630e253f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.006924 10.0.0.27 - - [2025-12-04 04:36:02] "GET /obj-perms HTTP/1.1" 200 5032 0.004071 10.0.0.23 - - [2025-12-04 04:36:02] "GET /obj-perms HTTP/1.1" 200 5032 0.004293 10.0.0.27 - - [2025-12-04 04:36:02] "GET /obj-perms HTTP/1.1" 200 5032 0.004466 10.0.0.27 - - [2025-12-04 04:36:02] "GET /obj-perms HTTP/1.1" 200 5032 0.005498 10.0.0.33 - - [2025-12-04 04:36:02] "GET /obj-perms HTTP/1.1" 200 5032 0.004502 10.0.0.27 - - [2025-12-04 04:36:08] "GET /virtual-machine/d5c7acd2-9a1e-4227-9a81-f874b30684a8 HTTP/1.1" 200 1294 0.004955 10.0.0.27 - - [2025-12-04 04:36:08] "POST /neutron/port HTTP/1.1" 200 1113 0.015037 10.0.0.27 - - [2025-12-04 04:36:10] "GET /virtual-machine/d5c7acd2-9a1e-4227-9a81-f874b30684a8 HTTP/1.1" 404 171 0.003696 10.0.0.27 - - [2025-12-04 04:36:10] "GET /virtual-machine/d5c7acd2-9a1e-4227-9a81-f874b30684a8 HTTP/1.1" 404 171 0.003490 10.0.0.27 - - [2025-12-04 04:36:10] "GET /virtual-machine/d5c7acd2-9a1e-4227-9a81-f874b30684a8 HTTP/1.1" 404 171 0.003925 10.0.0.27 - - [2025-12-04 04:36:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003643 10.0.0.27 - - [2025-12-04 04:36:10] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004948 10.0.0.27 - - [2025-12-04 04:36:10] "GET /virtual-networks?parent_id=34628240-e36e-4cc0-8bbf-5548ebf3438b&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003732 10.0.0.27 - - [2025-12-04 04:36:10] "GET /virtual-network/74690bee-5d9f-4212-ba27-5190630e253f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.006503 10.0.0.27 - - [2025-12-04 04:36:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004078 10.0.0.27 - - [2025-12-04 04:36:10] "GET /routing-instance/cbf9d862-45c0-49ac-82a0-6474c9abb28e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1480 0.004856 10.0.0.27 - - [2025-12-04 04:36:10] "GET /route-target/94521eb7-fa18-47dc-af98-8a111bd794db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004555 10.0.0.27 - - [2025-12-04 04:36:16] "GET /obj-perms HTTP/1.1" 200 5032 0.005502 10.0.0.33 - - [2025-12-04 04:36:16] "GET /obj-perms HTTP/1.1" 200 5032 0.004941 10.0.0.27 - - [2025-12-04 04:36:20] "POST /neutron/port HTTP/1.1" 200 1087 0.018268 10.0.0.27 - - [2025-12-04 04:36:20] "POST /neutron/subnet HTTP/1.1" 200 690 0.009448 10.0.0.23 - - [2025-12-04 04:36:21] "GET /obj-perms HTTP/1.1" 200 5056 0.079502 10.0.0.27 - - [2025-12-04 04:36:23] "GET /obj-perms HTTP/1.1" 200 5032 0.005504 10.0.0.33 - - [2025-12-04 04:36:26] "GET /obj-perms HTTP/1.1" 200 5032 0.004702 10.0.0.27 - - [2025-12-04 04:36:32] "GET /obj-perms HTTP/1.1" 200 5032 0.005078 10.0.0.33 - - [2025-12-04 04:36:32] "GET /obj-perms HTTP/1.1" 200 5032 0.005052 10.0.0.27 - - [2025-12-04 04:36:32] "GET /virtual-machine/3e21bd8e-68b8-48a3-b4fb-7a37f8419040 HTTP/1.1" 200 1293 0.004901 10.0.0.27 - - [2025-12-04 04:36:33] "POST /neutron/port HTTP/1.1" 200 1087 0.016162 10.0.0.27 - - [2025-12-04 04:36:34] "GET /virtual-machine/3e21bd8e-68b8-48a3-b4fb-7a37f8419040 HTTP/1.1" 404 171 0.003737 10.0.0.27 - - [2025-12-04 04:36:34] "GET /virtual-machine/3e21bd8e-68b8-48a3-b4fb-7a37f8419040 HTTP/1.1" 404 171 0.002888 10.0.0.27 - - [2025-12-04 04:36:34] "GET /virtual-machine/3e21bd8e-68b8-48a3-b4fb-7a37f8419040 HTTP/1.1" 404 171 0.003072 10.0.0.27 - - [2025-12-04 04:36:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003688 10.0.0.27 - - [2025-12-04 04:36:34] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004015 10.0.0.27 - - [2025-12-04 04:36:34] "GET /virtual-networks?parent_id=34628240-e36e-4cc0-8bbf-5548ebf3438b&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003709 10.0.0.27 - - [2025-12-04 04:36:34] "GET /virtual-network/74690bee-5d9f-4212-ba27-5190630e253f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.007301 10.0.0.27 - - [2025-12-04 04:36:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003889 10.0.0.27 - - [2025-12-04 04:36:34] "GET /routing-instance/cbf9d862-45c0-49ac-82a0-6474c9abb28e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1480 0.005053 10.0.0.27 - - [2025-12-04 04:36:34] "GET /route-target/94521eb7-fa18-47dc-af98-8a111bd794db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004356 10.0.0.27 - - [2025-12-04 04:36:35] "GET /obj-perms HTTP/1.1" 200 5032 0.003886 10.0.0.27 - - [2025-12-04 04:36:38] "GET /obj-perms HTTP/1.1" 200 5032 0.004787 10.0.0.27 - - [2025-12-04 04:36:44] "GET /obj-perms HTTP/1.1" 200 5032 0.004807 10.0.0.27 - - [2025-12-04 04:36:47] "GET /obj-perms HTTP/1.1" 200 5032 0.005207 10.0.0.27 - - [2025-12-04 04:36:53] "GET /obj-perms HTTP/1.1" 200 5032 0.004037 10.0.0.27 - - [2025-12-04 04:36:53] "GET /obj-perms HTTP/1.1" 200 5032 0.004303 10.0.0.27 - - [2025-12-04 04:36:53] "POST /neutron/network HTTP/1.1" 200 825 0.007817 10.0.0.27 - - [2025-12-04 04:36:56] "POST /fqname-to-id HTTP/1.1" 404 200 0.004247 10.0.0.27 - - [2025-12-04 04:36:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003786 10.0.0.23 - - [2025-12-04 04:36:56] "GET /projects?obj_uuids=34628240-e36e-4cc0-8bbf-5548ebf3438b&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001718 10.0.0.27 - - [2025-12-04 04:36:56] "GET /project/34628240-e36e-4cc0-8bbf-5548ebf3438b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.055686 10.0.0.27 - - [2025-12-04 04:36:56] "POST /network-policys HTTP/1.1" 200 522 0.034975 10.0.0.27 - - [2025-12-04 04:36:56] "GET /network-policy/9891cde1-e91a-41f4-b0e2-974432a35d43?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2079 0.006227 10.0.0.27 - - [2025-12-04 04:36:56] "POST /fqname-to-id HTTP/1.1" 404 200 0.002892 10.0.0.27 - - [2025-12-04 04:36:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.007012 10.0.0.23 - - [2025-12-04 04:36:57] "GET /projects?obj_uuids=34628240-e36e-4cc0-8bbf-5548ebf3438b&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001567 10.0.0.27 - - [2025-12-04 04:36:57] "GET /project/34628240-e36e-4cc0-8bbf-5548ebf3438b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.053216 10.0.0.27 - - [2025-12-04 04:36:57] "POST /network-policys HTTP/1.1" 200 522 0.030695 10.0.0.27 - - [2025-12-04 04:36:57] "GET /network-policy/7ec880f4-5ce1-4045-9718-d03db9dc3752?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2078 0.007584 10.0.0.27 - - [2025-12-04 04:36:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004548 10.0.0.23 - - [2025-12-04 04:36:57] "GET /projects?obj_uuids=34628240-e36e-4cc0-8bbf-5548ebf3438b&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001453 10.0.0.27 - - [2025-12-04 04:36:57] "GET /project/34628240-e36e-4cc0-8bbf-5548ebf3438b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.048024 10.0.0.27 - - [2025-12-04 04:36:57] "GET /virtual-networks?parent_id=34628240-e36e-4cc0-8bbf-5548ebf3438b&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.003471 10.0.0.27 - - [2025-12-04 04:36:57] "POST /virtual-networks HTTP/1.1" 200 546 0.094618 10.0.0.27 - - [2025-12-04 04:36:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.006396 10.0.0.33 - - [2025-12-04 04:36:57] "POST /route-targets HTTP/1.1" 200 327 0.018843 10.0.0.27 - - [2025-12-04 04:36:57] "GET /network-ipam/eb7ce99c-5f70-4bd4-ae70-2bdfbff078f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1089 0.010612 10.0.0.23 - - [2025-12-04 04:36:57] "POST /useragent-kv HTTP/1.1" 200 115 0.008434 10.0.0.27 - - [2025-12-04 04:36:57] "POST /ref-update HTTP/1.1" 200 156 0.102306 10.0.0.27 - - [2025-12-04 04:36:57] "POST /neutron/network HTTP/1.1" 200 809 0.009743 10.0.0.27 - - [2025-12-04 04:36:57] "GET /virtual-network/7cd8550a-256c-43c7-9a93-e3373b4fde34?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1932 0.006391 10.0.0.27 - - [2025-12-04 04:36:58] "GET /virtual-network/7cd8550a-256c-43c7-9a93-e3373b4fde34?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1932 0.006285 10.0.0.23 - - [2025-12-04 04:36:58] "GET /obj-perms HTTP/1.1" 200 5032 0.003959 10.0.0.27 - - [2025-12-04 04:36:58] "GET /virtual-network/7cd8550a-256c-43c7-9a93-e3373b4fde34?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1932 0.005743 10.0.0.27 - - [2025-12-04 04:36:58] "PUT /virtual-network/7cd8550a-256c-43c7-9a93-e3373b4fde34 HTTP/1.1" 200 264 0.054020 10.0.0.27 - - [2025-12-04 04:36:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004877 10.0.0.27 - - [2025-12-04 04:36:58] "GET /network-policy/9891cde1-e91a-41f4-b0e2-974432a35d43?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2079 0.004284 10.0.0.27 - - [2025-12-04 04:36:58] "POST /ref-update HTTP/1.1" 200 156 0.052646 10.0.0.33 - - [2025-12-04 04:36:58] "POST /access-control-lists HTTP/1.1" 200 592 0.045279 10.0.0.27 - - [2025-12-04 04:36:58] "POST /neutron/network HTTP/1.1" 200 886 0.007960 10.0.0.27 - - [2025-12-04 04:36:58] "GET /virtual-network/7cd8550a-256c-43c7-9a93-e3373b4fde34?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.008116 10.0.0.27 - - [2025-12-04 04:36:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.006216 10.0.0.27 - - [2025-12-04 04:36:58] "GET /network-policy/9891cde1-e91a-41f4-b0e2-974432a35d43?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2079 0.004373 10.0.0.27 - - [2025-12-04 04:36:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003310 10.0.0.23 - - [2025-12-04 04:36:58] "GET /projects?obj_uuids=34628240-e36e-4cc0-8bbf-5548ebf3438b&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001914 10.0.0.27 - - [2025-12-04 04:36:58] "GET /project/34628240-e36e-4cc0-8bbf-5548ebf3438b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.047707 10.0.0.27 - - [2025-12-04 04:36:59] "GET /virtual-networks?parent_id=34628240-e36e-4cc0-8bbf-5548ebf3438b&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003413 10.0.0.27 - - [2025-12-04 04:36:59] "POST /virtual-networks HTTP/1.1" 200 546 0.093928 10.0.0.27 - - [2025-12-04 04:36:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003654 10.0.0.27 - - [2025-12-04 04:36:59] "GET /network-ipam/eb7ce99c-5f70-4bd4-ae70-2bdfbff078f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1089 0.004807 10.0.0.23 - - [2025-12-04 04:36:59] "POST /useragent-kv HTTP/1.1" 200 115 0.012303 10.0.0.27 - - [2025-12-04 04:36:59] "POST /ref-update HTTP/1.1" 200 156 0.089140 10.0.0.27 - - [2025-12-04 04:36:59] "GET /virtual-network/b1f7a63c-4f98-486d-9a81-f5490de6ce9c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1933 0.006871 10.0.0.27 - - [2025-12-04 04:36:59] "POST /neutron/network HTTP/1.1" 200 809 0.007427 10.0.0.27 - - [2025-12-04 04:36:59] "GET /virtual-network/b1f7a63c-4f98-486d-9a81-f5490de6ce9c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1933 0.006371 10.0.0.33 - - [2025-12-04 04:37:00] "GET /obj-perms HTTP/1.1" 200 5032 0.004681 10.0.0.27 - - [2025-12-04 04:37:00] "GET /virtual-network/b1f7a63c-4f98-486d-9a81-f5490de6ce9c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1933 0.007365 10.0.0.27 - - [2025-12-04 04:37:00] "PUT /virtual-network/b1f7a63c-4f98-486d-9a81-f5490de6ce9c HTTP/1.1" 200 264 0.062686 10.0.0.27 - - [2025-12-04 04:37:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003454 10.0.0.27 - - [2025-12-04 04:37:00] "GET /network-policy/7ec880f4-5ce1-4045-9718-d03db9dc3752?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2078 0.005061 10.0.0.33 - - [2025-12-04 04:37:00] "POST /fqname-to-id HTTP/1.1" 404 237 0.005250 10.0.0.27 - - [2025-12-04 04:37:00] "POST /ref-update HTTP/1.1" 200 156 0.057906 10.0.0.27 - - [2025-12-04 04:37:00] "GET /virtual-network/b1f7a63c-4f98-486d-9a81-f5490de6ce9c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.015354 10.0.0.27 - - [2025-12-04 04:37:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.010884 10.0.0.27 - - [2025-12-04 04:37:00] "GET /network-policy/7ec880f4-5ce1-4045-9718-d03db9dc3752?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2078 0.004038 10.0.0.27 - - [2025-12-04 04:37:00] "POST /id-to-fqname HTTP/1.1" 200 222 0.001448 10.0.0.27 - - [2025-12-04 04:37:00] "POST /neutron/network HTTP/1.1" 200 896 0.007477 10.0.0.23 - - [2025-12-04 04:37:01] "GET /projects?obj_uuids=34628240-e36e-4cc0-8bbf-5548ebf3438b&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002313 10.0.0.27 - - [2025-12-04 04:37:01] "GET /project/34628240-e36e-4cc0-8bbf-5548ebf3438b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.087959 10.0.0.27 - - [2025-12-04 04:37:01] "POST /neutron/port HTTP/1.1" 200 117 0.007898 10.0.0.27 - - [2025-12-04 04:37:01] "POST /id-to-fqname HTTP/1.1" 200 222 0.001344 10.0.0.27 - - [2025-12-04 04:37:02] "POST /neutron/network HTTP/1.1" 200 896 0.007877 10.0.0.33 - - [2025-12-04 04:37:02] "PUT /access-control-list/99330e2d-d5af-486d-b64d-1c82e752ce94 HTTP/1.1" 200 272 0.031943 10.0.0.27 - - [2025-12-04 04:37:02] "POST /neutron/port HTTP/1.1" 200 1061 0.019709 10.0.0.23 - - [2025-12-04 04:37:02] "GET /projects?obj_uuids=34628240-e36e-4cc0-8bbf-5548ebf3438b&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001640 10.0.0.27 - - [2025-12-04 04:37:02] "GET /project/34628240-e36e-4cc0-8bbf-5548ebf3438b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.110294 10.0.0.27 - - [2025-12-04 04:37:03] "POST /neutron/port HTTP/1.1" 200 1089 0.023730 10.0.0.27 - - [2025-12-04 04:37:03] "POST /neutron/port HTTP/1.1" 200 117 0.001184 10.0.0.27 - - [2025-12-04 04:37:03] "POST /neutron/security_group HTTP/1.1" 200 2059 0.009048 10.0.0.27 - - [2025-12-04 04:37:03] "POST /neutron/security_group HTTP/1.1" 200 2059 0.009315 10.0.0.27 - - [2025-12-04 04:37:04] "POST /neutron/port HTTP/1.1" 200 1061 0.018712 10.0.0.27 - - [2025-12-04 04:37:04] "POST /neutron/port HTTP/1.1" 200 1089 0.020420 10.0.0.27 - - [2025-12-04 04:37:04] "POST /neutron/port HTTP/1.1" 200 117 0.001347 10.0.0.27 - - [2025-12-04 04:37:08] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008129 10.0.0.27 - - [2025-12-04 04:37:08] "POST /neutron/port HTTP/1.1" 200 1089 0.021830 10.0.0.27 - - [2025-12-04 04:37:08] "GET /virtual-machine/25d0b768-ba81-484c-9811-0fc829b29234 HTTP/1.1" 200 1293 0.006444 10.0.0.27 - - [2025-12-04 04:37:08] "GET /virtual-machine-interface/ab90e3e9-d2d4-4b7b-9a9d-909c59418404 HTTP/1.1" 200 2950 0.007072 10.0.0.27 - - [2025-12-04 04:37:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.006070 10.0.0.27 - - [2025-12-04 04:37:08] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003835 10.0.0.27 - - [2025-12-04 04:37:08] "GET /virtual-networks?parent_id=34628240-e36e-4cc0-8bbf-5548ebf3438b&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003773 10.0.0.27 - - [2025-12-04 04:37:08] "GET /virtual-network/7cd8550a-256c-43c7-9a93-e3373b4fde34?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.007815 10.0.0.27 - - [2025-12-04 04:37:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003574 10.0.0.27 - - [2025-12-04 04:37:11] "GET /virtual-network/7cd8550a-256c-43c7-9a93-e3373b4fde34?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.006328 10.0.0.27 - - [2025-12-04 04:37:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004676 10.0.0.27 - - [2025-12-04 04:37:16] "GET /virtual-network/7cd8550a-256c-43c7-9a93-e3373b4fde34?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.007018 10.0.0.27 - - [2025-12-04 04:37:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004587 10.0.0.27 - - [2025-12-04 04:37:20] "GET /virtual-network/7cd8550a-256c-43c7-9a93-e3373b4fde34?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.008188 10.0.0.27 - - [2025-12-04 04:37:20] "POST /neutron/port HTTP/1.1" 200 1089 0.053829 10.0.0.27 - - [2025-12-04 04:37:20] "POST /neutron/subnet HTTP/1.1" 200 646 0.011886 10.0.0.27 - - [2025-12-04 04:37:22] "POST /neutron/port HTTP/1.1" 200 1089 0.018625 10.0.0.27 - - [2025-12-04 04:37:22] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004310 10.0.0.27 - - [2025-12-04 04:37:22] "POST /neutron/network HTTP/1.1" 200 886 0.007688 10.0.0.27 - - [2025-12-04 04:37:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003538 10.0.0.27 - - [2025-12-04 04:37:24] "GET /virtual-network/7cd8550a-256c-43c7-9a93-e3373b4fde34?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.007824 10.0.0.27 - - [2025-12-04 04:37:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004241 10.0.0.27 - - [2025-12-04 04:37:28] "GET /virtual-network/7cd8550a-256c-43c7-9a93-e3373b4fde34?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.005793 10.0.0.27 - - [2025-12-04 04:37:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003443 10.0.0.27 - - [2025-12-04 04:37:32] "GET /virtual-network/7cd8550a-256c-43c7-9a93-e3373b4fde34?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.006631 10.0.0.27 - - [2025-12-04 04:37:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003393 10.0.0.27 - - [2025-12-04 04:37:36] "GET /virtual-network/7cd8550a-256c-43c7-9a93-e3373b4fde34?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.006475 10.0.0.27 - - [2025-12-04 04:37:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004736 10.0.0.27 - - [2025-12-04 04:37:40] "GET /virtual-network/7cd8550a-256c-43c7-9a93-e3373b4fde34?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.006996 10.0.0.27 - - [2025-12-04 04:37:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004093 10.0.0.27 - - [2025-12-04 04:37:44] "GET /virtual-network/7cd8550a-256c-43c7-9a93-e3373b4fde34?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.006511 10.0.0.27 - - [2025-12-04 04:37:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004068 10.0.0.27 - - [2025-12-04 04:37:46] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004436 10.0.0.27 - - [2025-12-04 04:37:46] "GET /virtual-networks?parent_id=34628240-e36e-4cc0-8bbf-5548ebf3438b&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.004705 10.0.0.27 - - [2025-12-04 04:37:46] "GET /virtual-network/7cd8550a-256c-43c7-9a93-e3373b4fde34?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.006429 10.0.0.27 - - [2025-12-04 04:37:52] "POST /neutron/port HTTP/1.1" 200 1089 0.023469 10.0.0.27 - - [2025-12-04 04:37:57] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008089 10.0.0.27 - - [2025-12-04 04:38:02] "POST /neutron/port HTTP/1.1" 200 1089 0.018366 10.0.0.27 - - [2025-12-04 04:38:03] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007161 10.0.0.27 - - [2025-12-04 04:38:07] "POST /neutron/port HTTP/1.1" 200 1089 0.029763 10.0.0.27 - - [2025-12-04 04:38:08] "POST /neutron/security_group HTTP/1.1" 200 2059 0.009245 10.0.0.27 - - [2025-12-04 04:38:08] "GET /virtual-machine/431e8933-9246-4e94-abe1-f3a9c790c5e0 HTTP/1.1" 200 1293 0.007688 10.0.0.27 - - [2025-12-04 04:38:08] "GET /virtual-machine-interface/4e0ed830-640c-4ddd-a759-1fc95bf28ec6 HTTP/1.1" 200 2949 0.006096 10.0.0.27 - - [2025-12-04 04:38:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004142 10.0.0.27 - - [2025-12-04 04:38:08] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004450 10.0.0.27 - - [2025-12-04 04:38:08] "GET /virtual-networks?parent_id=34628240-e36e-4cc0-8bbf-5548ebf3438b&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.002995 10.0.0.27 - - [2025-12-04 04:38:08] "GET /virtual-network/b1f7a63c-4f98-486d-9a81-f5490de6ce9c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.006510 10.0.0.27 - - [2025-12-04 04:38:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.004005 10.0.0.27 - - [2025-12-04 04:38:09] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004855 10.0.0.27 - - [2025-12-04 04:38:09] "GET /virtual-networks?parent_id=34628240-e36e-4cc0-8bbf-5548ebf3438b&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.006739 10.0.0.27 - - [2025-12-04 04:38:09] "GET /virtual-network/b1f7a63c-4f98-486d-9a81-f5490de6ce9c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.006401 10.0.0.27 - - [2025-12-04 04:38:20] "POST /neutron/port HTTP/1.1" 200 1089 0.015960 10.0.0.27 - - [2025-12-04 04:38:21] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004128 10.0.0.27 - - [2025-12-04 04:38:21] "POST /neutron/network HTTP/1.1" 200 886 0.009141 10.0.0.27 - - [2025-12-04 04:38:22] "GET /obj-perms HTTP/1.1" 200 5056 0.062366 10.0.0.27 - - [2025-12-04 04:38:24] "POST /neutron/network HTTP/1.1" 200 896 0.008079 10.0.0.27 - - [2025-12-04 04:38:24] "POST /neutron/port HTTP/1.1" 200 117 0.001314 10.0.0.33 - - [2025-12-04 04:38:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000633 10.0.0.33 - - [2025-12-04 04:38:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000443 10.0.0.23 - - [2025-12-04 04:38:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000526 10.0.0.23 - - [2025-12-04 04:38:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000467 10.0.0.23 - - [2025-12-04 04:38:38] "GET /global-system-configs HTTP/1.1" 401 292 0.000583 10.0.0.23 - - [2025-12-04 04:38:38] "GET /global-system-configs HTTP/1.1" 401 292 0.000718 10.0.0.33 - - [2025-12-04 04:38:38] "GET /global-system-configs HTTP/1.1" 401 292 0.000444 10.0.0.33 - - [2025-12-04 04:38:38] "GET /global-system-configs HTTP/1.1" 401 292 0.000524 10.0.0.27 - - [2025-12-04 04:38:39] "GET /global-system-configs HTTP/1.1" 401 292 0.000390 10.0.0.27 - - [2025-12-04 04:38:39] "GET /global-system-configs HTTP/1.1" 401 292 0.000453 10.0.0.27 - - [2025-12-04 04:38:40] "GET /global-system-configs HTTP/1.1" 401 292 0.000417 10.0.0.27 - - [2025-12-04 04:38:40] "GET /global-system-configs HTTP/1.1" 401 292 0.000436 10.0.0.27 - - [2025-12-04 04:39:23] "POST /neutron/port HTTP/1.1" 200 1089 0.018420 10.0.0.23 - - [2025-12-04 04:39:24] "GET /obj-perms HTTP/1.1" 200 5056 0.354635 10.0.0.27 - - [2025-12-04 04:39:24] "POST /neutron/subnet HTTP/1.1" 200 646 0.009631 10.0.0.27 - - [2025-12-04 04:39:25] "POST /neutron/port HTTP/1.1" 200 1089 0.054207 10.0.0.27 - - [2025-12-04 04:39:25] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004389 10.0.0.27 - - [2025-12-04 04:39:25] "POST /neutron/network HTTP/1.1" 200 886 0.008056 ++ 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 Dec 4 04:39:44 AM UTC 2025 ===================' INFO: =================== Thu Dec 4 04:39:44 AM UTC 2025 =================== ++ 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 +++ local nic=ens3 +++ cut -d / -f 1 +++ grep 'inet ' +++ ip addr show dev ens3 +++ head -n 1 +++ awk '{print $2}' ++ DEFAULT_LOCAL_IP=10.0.0.23 ++ 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.27,10.0.0.33,10.0.0.23 ++ ANALYTICS_ALARM_ENABLE=True ++ ANALYTICS_SNMP_ENABLE=True ++ ANALYTICSDB_ENABLE=True ++ ANALYTICS_NODES=10.0.0.27,10.0.0.33,10.0.0.23 ++ ANALYTICSDB_NODES=10.0.0.27,10.0.0.33,10.0.0.23 ++ ANALYTICS_SNMP_NODES=10.0.0.27,10.0.0.33,10.0.0.23 ++ 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.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:8081 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.33 +++ local server_address=10.0.0.33 +++ extended_server_list+='10.0.0.33:8081 ' +++ 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 ' +++ '[' -n '10.0.0.27:8081 10.0.0.33:8081 10.0.0.23:8081 ' ']' +++ echo '10.0.0.27:8081 10.0.0.33:8081 10.0.0.23:8081' ++ ANALYTICS_SERVERS='10.0.0.27:8081 10.0.0.33:8081 10.0.0.23: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.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:9042 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.33 +++ local server_address=10.0.0.33 +++ extended_server_list+='10.0.0.33:9042 ' +++ 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 ' +++ '[' -n '10.0.0.27:9042 10.0.0.33:9042 10.0.0.23:9042 ' ']' +++ echo '10.0.0.27:9042 10.0.0.33:9042 10.0.0.23:9042' ++ ANALYTICSDB_CQL_SERVERS='10.0.0.27:9042 10.0.0.33:9042 10.0.0.23:9042' ++ ANALYTICS_API_VIP= ++ ANALYTICS_ALARM_NODES=10.0.0.27,10.0.0.33,10.0.0.23 ++ 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.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:8086 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.33 +++ local server_address=10.0.0.33 +++ extended_server_list+='10.0.0.33:8086 ' +++ 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 ' +++ '[' -n '10.0.0.27:8086 10.0.0.33:8086 10.0.0.23:8086 ' ']' +++ echo '10.0.0.27:8086 10.0.0.33:8086 10.0.0.23:8086' ++ COLLECTOR_SERVERS='10.0.0.27:8086 10.0.0.33:8086 10.0.0.23: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.27,10.0.0.33,10.0.0.23 ++ CONFIGDB_NODES=10.0.0.27,10.0.0.33,10.0.0.23 ++ 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.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:8082 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.33 +++ local server_address=10.0.0.33 +++ extended_server_list+='10.0.0.33:8082 ' +++ 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 ' +++ '[' -n '10.0.0.27:8082 10.0.0.33:8082 10.0.0.23:8082 ' ']' +++ echo '10.0.0.27:8082 10.0.0.33:8082 10.0.0.23:8082' ++ CONFIG_SERVERS='10.0.0.27:8082 10.0.0.33:8082 10.0.0.23: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.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:9161 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.33 +++ local server_address=10.0.0.33 +++ extended_server_list+='10.0.0.33:9161 ' +++ 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 ' +++ '[' -n '10.0.0.27:9161 10.0.0.33:9161 10.0.0.23:9161 ' ']' +++ echo '10.0.0.27:9161 10.0.0.33:9161 10.0.0.23:9161' ++ CONFIGDB_SERVERS='10.0.0.27:9161 10.0.0.33:9161 10.0.0.23: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.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:9041 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.33 +++ local server_address=10.0.0.33 +++ extended_server_list+='10.0.0.33:9041 ' +++ 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 ' +++ '[' -n '10.0.0.27:9041 10.0.0.33:9041 10.0.0.23:9041 ' ']' +++ echo '10.0.0.27:9041 10.0.0.33:9041 10.0.0.23:9041' ++ CONFIGDB_CQL_SERVERS='10.0.0.27:9041 10.0.0.33:9041 10.0.0.23: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.254,10.20.0.209,10.20.0.192 ++ CONTROL_INTROSPECT_PORT=8083 ++ DNS_NODES=10.20.0.254,10.20.0.209,10.20.0.192 ++ DNS_SERVER_PORT=53 ++ DNS_INTROSPECT_PORT=8092 ++ RNDC_KEY=xvysmOR8lnUQRBcunkC6vg== ++ USE_EXTERNAL_TFTP=False ++ ZOOKEEPER_NODES=10.0.0.27,10.0.0.33,10.0.0.23 ++ 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.27 +++ local server_address=10.0.0.27 +++ extended_server_list+=10.0.0.27:2181, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.33 +++ local server_address=10.0.0.33 +++ extended_server_list+=10.0.0.33:2181, +++ 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, +++ '[' -n 10.0.0.27:2181,10.0.0.33:2181,10.0.0.23:2181, ']' +++ echo 10.0.0.27:2181,10.0.0.33:2181,10.0.0.23:2181 ++ ZOOKEEPER_SERVERS=10.0.0.27:2181,10.0.0.33:2181,10.0.0.23: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.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:2181 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.33 +++ local server_address=10.0.0.33 +++ extended_server_list+='10.0.0.33:2181 ' +++ 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 ' +++ '[' -n '10.0.0.27:2181 10.0.0.33:2181 10.0.0.23:2181 ' ']' +++ echo '10.0.0.27:2181 10.0.0.33:2181 10.0.0.23:2181' ++ ZOOKEEPER_SERVERS_SPACE_DELIM='10.0.0.27:2181 10.0.0.33:2181 10.0.0.23:2181' ++ RABBITMQ_NODES=10.0.0.27,10.0.0.33,10.0.0.23 ++ 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.27 +++ local server_address=10.0.0.27 +++ extended_server_list+=10.0.0.27:5673, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.33 +++ local server_address=10.0.0.33 +++ extended_server_list+=10.0.0.33:5673, +++ 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, +++ '[' -n 10.0.0.27:5673,10.0.0.33:5673,10.0.0.23:5673, ']' +++ echo 10.0.0.27:5673,10.0.0.33:5673,10.0.0.23:5673 ++ RABBITMQ_SERVERS=10.0.0.27:5673,10.0.0.33:5673,10.0.0.23: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.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:6379 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.33 +++ local server_address=10.0.0.33 +++ extended_server_list+='10.0.0.33:6379 ' +++ 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 ' +++ '[' -n '10.0.0.27:6379 10.0.0.33:6379 10.0.0.23:6379 ' ']' +++ echo '10.0.0.27:6379 10.0.0.33:6379 10.0.0.23:6379' ++ REDIS_SERVERS='10.0.0.27:6379 10.0.0.33:6379 10.0.0.23: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.27,10.0.0.33,10.0.0.23 ++ 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.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:9092 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.33 +++ local server_address=10.0.0.33 +++ extended_server_list+='10.0.0.33:9092 ' +++ 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 ' +++ '[' -n '10.0.0.27:9092 10.0.0.33:9092 10.0.0.23:9092 ' ']' +++ echo '10.0.0.27:9092 10.0.0.33:9092 10.0.0.23:9092' ++ KAFKA_SERVERS='10.0.0.27:9092 10.0.0.33:9092 10.0.0.23: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.27 ++ 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.27,10.0.0.33,10.0.0.23 ++ 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.27,10.0.0.33,10.0.0.23 ++ 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.27,10.0.0.33,10.0.0.23 ++ cut -d , -f 1 + local cassandra=10.0.0.27 + (( i=1 )) + (( i<=30 )) + echo -e '\035\nquit' + nc -z 10.0.0.27 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 +++ cut -d ' ' -f 1 +++ find_my_ip_and_order_for_node_list 10.0.0.27,10.0.0.33,10.0.0.23 +++ local servers=10.0.0.27,10.0.0.33,10.0.0.23 +++ local server_list= +++ IFS=, +++ read -ra server_list ++++ get_local_ips ++++ tr '\n' , ++++ cat /proc/net/fib_trie ++++ grep -vi host ++++ sort ++++ uniq ++++ awk '/32 host/ { print f } {f=$2}' +++ local local_ips=,10.0.0.23,10.20.0.192,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.27'\''))' +++ local server_ip=10.0.0.27 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.27 ]] +++ [[ ,10.0.0.23,10.20.0.192,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.27, ]] +++ (( ord+=1 )) +++ for server in "${server_list[@]}" +++ local ret=0 ++++ python3 -c 'import socket; print(socket.gethostbyname('\''10.0.0.33'\''))' +++ local server_ip=10.0.0.33 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.33 ]] +++ [[ ,10.0.0.23,10.20.0.192,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.33, ]] +++ (( 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.23,10.20.0.192,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.23, ]] +++ echo 10.0.0.23 3 +++ return ++ local ip=10.0.0.23 ++ [[ -z 10.0.0.23 ]] ++ echo 10.0.0.23 + host_ip=10.0.0.23 + [[ cql == \c\q\l ]] ++ echo 10.0.0.27:9041 10.0.0.33:9041 10.0.0.23:9041 ++ sed 's/,/ /g' + cassandra_server_list='10.0.0.27:9041 10.0.0.33:9041 10.0.0.23:9041' + config_api_certs_config= + uwsgi_socket='protocol = http\nsocket = 10.0.0.23:8082' + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled False + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + neutron_section= + mkdir -p /etc/contrail + introspect_port_list=("${CONFIG_API_INTROSPECT_PORT}") + admin_port_list=("${CONFIG_API_ADMIN_PORT}") + (( index=0 )) + (( index < CONFIG_API_WORKER_COUNT-1 )) + (( index=0 )) + (( index < CONFIG_API_WORKER_COUNT )) + cat ++ get_introspect_listen_ip_for_node CONFIG ++ local ip=0.0.0.0 ++ is_enabled True ++ local val=true ++ [[ true == \t\r\u\e ]] ++ echo 0.0.0.0 + add_ini_params_from_env API /etc/contrail/contrail-api-0.conf + local service_name=API + local cfg_path=/etc/contrail/contrail-api-0.conf + local delim=__ ++ set -o posix ++ set ++ grep '^API__.*__.*=.*$' ++ cut -d = -f 1 ++ sed 's/^API__//g' ++ sort + local vars= + local section= + (( ++index )) + (( index < CONFIG_API_WORKER_COUNT )) + (( CONFIG_API_WORKER_COUNT > 1 )) + service_cmd='/usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0' + set_third_party_auth_config + [[ keystone != \k\e\y\s\t\o\n\e ]] + local tmp_file=/etc/contrail/contrail-keystone-auth.conf.tmp + cat + [[ /v3 == \/\v\3 ]] + cat + [[ http == \h\t\t\p\s ]] + [[ -n '' ]] + [[ -n '' ]] + [[ -n public ]] + echo 'interface = public' + mv -f /etc/contrail/contrail-keystone-auth.conf.tmp /etc/contrail/contrail-keystone-auth.conf + set_vnc_api_lib_ini + local tmp_file=/etc/contrail/vnc_api_lib.ini.tmp + cat + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + [[ keystone == \k\e\y\s\t\o\n\e ]] + cat + [[ http == \h\t\t\p\s ]] + mv -f /etc/contrail/vnc_api_lib.ini.tmp /etc/contrail/vnc_api_lib.ini + upgrade_old_logs contrail-api + local template=contrail-api ++ dirname /var/log/contrail/config-api + local old_dir=/var/log/contrail + mkdir -p /var/log/contrail/config-api + chmod 755 /var/log/contrail/config-api + mv -n '/var/log/contrail/*contrail-api.log*' /var/log/contrail/config-api/ + true + [[ -n 1999 ]] + [[ -n 1999 ]] + local owner_opts=1999:1999 + chown 1999:1999 /var/log/contrail/config-api + find /var/log/contrail/config-api -uid 0 -exec chown 1999:1999 '{}' + + run_service /usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0 + [[ -n 1999 ]] + [[ -n 1999 ]] + local owner_opts=1999:1999 + mkdir -p /etc/contrail /var/lib/contrail + chown 1999:1999 /etc/contrail /var/lib/contrail + find /etc/contrail -uid 0 -exec chown 1999:1999 '{}' + + chmod 755 /etc/contrail + do_run_service /usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0 + [[ -n 1999 ]] + [[ -n 1999 ]] + mkdir -p /var/crashes + chmod 777 /var/crashes ++ id -un 1999 + local user_name=contrail + export HOME=/home/contrail + HOME=/home/contrail + mkdir -p /home/contrail + chown -R 1999:1999 /home/contrail + exec setpriv --reuid 1999 --regid 1999 --clear-groups --no-new-privs /usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0 /usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/vnc_addr_mgmt.py:287: SyntaxWarning: "is not" with a literal. Did you mean "!="? if ip_alloc_unit is not 1: /usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/vnc_addr_mgmt.py:1113: SyntaxWarning: "is" with a literal. Did you mean "=="? if len(ipam_subnets) is 0: /usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/vnc_addr_mgmt.py:1910: SyntaxWarning: "is" with a literal. Did you mean "=="? if len(ipam_subnets) is 0: 12/04/2025 04:39:53.395 7fa2737a9dc0 [contrail-api] [INFO]: SANDESH: CONNECT TO COLLECTOR: True 12/04/2025 04:39:53.545 7fa2737a9dc0 [contrail-api] [INFO]: SANDESH: INTROSPECT IS ON: 0.0.0.0:8084 12/04/2025 04:39:53.560 7fa2737a9dc0 [contrail-api] [INFO]: SANDESH: Logging: LEVEL: [SYS_INFO] -> [SYS_DEBUG] 12/04/2025 04:39:53.561 7fa2737a9dc0 [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.23:8082/ Hit Ctrl-C to quit. 10.0.0.23 - - [2025-12-04 04:39:54] "GET / HTTP/1.1" 503 181 0.000368 10.0.0.23 - - [2025-12-04 04:39:54] "GET / HTTP/1.1" 503 181 0.000243 [Introspect:8084]10.0.0.27 - - [2025-12-04 04:39:55] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3219 0.001477 10.0.0.23 - - [2025-12-04 04:39:55] "GET / HTTP/1.1" 200 45871 0.001444 10.0.0.23 - - [2025-12-04 04:39:55] "GET / HTTP/1.1" 200 45871 0.001152 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 - - [2025-12-04 04:39:55] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 401 292 0.000508 10.0.0.23 - - [2025-12-04 04:39:55] "POST /fqname-to-id HTTP/1.1" 401 292 0.000351 10.0.0.23 - - [2025-12-04 04:39:56] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 200 315 0.805434 10.0.0.23 - - [2025-12-04 04:39:56] "GET /projects?detail=False&count=False&shared=False HTTP/1.1" 200 985 0.003424 10.0.0.23 - - [2025-12-04 04:39:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.461022 10.0.0.23 - - [2025-12-04 04:39:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004054 /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 - - [2025-12-04 04:39:57] "GET /projects?obj_uuids=be3d7e47-539a-496a-8c62-9e5cbc1aab63&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001094 10.0.0.23 - - [2025-12-04 04:39:57] "GET /project/be3d7e47-539a-496a-8c62-9e5cbc1aab63?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1441 0.041553 10.0.0.23 - - [2025-12-04 04:39:57] "GET /projects?obj_uuids=be3d7e47-539a-496a-8c62-9e5cbc1aab63&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001662 10.0.0.23 - - [2025-12-04 04:39:57] "GET /project/be3d7e47-539a-496a-8c62-9e5cbc1aab63?fields=security_groups HTTP/1.1" 200 1089 0.048185 10.0.0.23 - - [2025-12-04 04:39:57] "GET /projects?obj_uuids=be3d7e47-539a-496a-8c62-9e5cbc1aab63&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001110 10.0.0.23 - - [2025-12-04 04:39:57] "GET /project/be3d7e47-539a-496a-8c62-9e5cbc1aab63?fields=application_policy_sets HTTP/1.1" 200 1382 0.044503 10.0.0.23 - - [2025-12-04 04:39:57] "DELETE /project/be3d7e47-539a-496a-8c62-9e5cbc1aab63 HTTP/1.1" 409 278 0.233883 [Introspect:8084]10.0.0.27 - - [2025-12-04 04:40:00] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3156 0.001330 [Introspect:8084]10.0.0.27 - - [2025-12-04 04:40:00] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3156 0.001276 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.27 - - [2025-12-04 04:40:01] "GET /obj-perms HTTP/1.1" 200 5032 0.392464 10.0.0.27 - - [2025-12-04 04:40:02] "GET /obj-perms HTTP/1.1" 200 5032 0.004308 10.0.0.27 - - [2025-12-04 04:40:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.053342 10.0.0.23 - - [2025-12-04 04:40:02] "GET /projects?obj_uuids=34628240-e36e-4cc0-8bbf-5548ebf3438b&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001076 10.0.0.27 - - [2025-12-04 04:40:02] "GET /project/34628240-e36e-4cc0-8bbf-5548ebf3438b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.060406 10.0.0.27 - - [2025-12-04 04:40:02] "GET /virtual-networks?parent_id=34628240-e36e-4cc0-8bbf-5548ebf3438b&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.004039 10.0.0.27 - - [2025-12-04 04:40:02] "POST /virtual-networks HTTP/1.1" 200 546 0.093467 10.0.0.27 - - [2025-12-04 04:40:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003497 10.0.0.27 - - [2025-12-04 04:40:02] "GET /network-ipam/eb7ce99c-5f70-4bd4-ae70-2bdfbff078f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1089 0.004475 10.0.0.23 - - [2025-12-04 04:40:02] "POST /useragent-kv HTTP/1.1" 200 115 0.008617 10.0.0.27 - - [2025-12-04 04:40:02] "POST /ref-update HTTP/1.1" 200 156 0.082062 10.0.0.27 - - [2025-12-04 04:40:02] "GET /virtual-network/a64ecc4d-a368-470e-977c-5712db2d3bdd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1932 0.007999 10.0.0.27 - - [2025-12-04 04:40:02] "POST /neutron/network HTTP/1.1" 200 809 0.046140 10.0.0.33 - - [2025-12-04 04:40:03] "POST /ref-update HTTP/1.1" 200 156 0.075444 10.0.0.27 - - [2025-12-04 04:40:03] "GET /virtual-network/7cd8550a-256c-43c7-9a93-e3373b4fde34?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.007509 10.0.0.27 - - [2025-12-04 04:40:03] "GET /obj-perms HTTP/1.1" 200 5032 0.004432 10.0.0.33 - - [2025-12-04 04:40:03] "GET /obj-perms HTTP/1.1" 200 5032 0.062590 10.0.0.27 - - [2025-12-04 04:40:03] "POST /id-to-fqname HTTP/1.1" 200 222 0.001439 10.0.0.27 - - [2025-12-04 04:40:03] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008415 10.0.0.23 - - [2025-12-04 04:40:04] "GET /projects?obj_uuids=34628240-e36e-4cc0-8bbf-5548ebf3438b&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001600 10.0.0.27 - - [2025-12-04 04:40:04] "GET /project/34628240-e36e-4cc0-8bbf-5548ebf3438b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.085297 10.0.0.27 - - [2025-12-04 04:40:04] "POST /neutron/port HTTP/1.1" 200 2062 0.027362 10.0.0.27 - - [2025-12-04 04:40:05] "POST /neutron/port HTTP/1.1" 200 117 0.008714 10.0.0.27 - - [2025-12-04 04:40:05] "POST /neutron/port HTTP/1.1" 200 1061 0.052121 10.0.0.27 - - [2025-12-04 04:40:06] "POST /neutron/port HTTP/1.1" 200 1089 0.021232 10.0.0.27 - - [2025-12-04 04:40:06] "POST /neutron/port HTTP/1.1" 200 117 0.001248 10.0.0.27 - - [2025-12-04 04:40:10] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008103 10.0.0.27 - - [2025-12-04 04:40:10] "POST /neutron/port HTTP/1.1" 200 1089 0.016371 10.0.0.27 - - [2025-12-04 04:40:10] "POST /neutron/security_group HTTP/1.1" 200 2059 0.011278 10.0.0.27 - - [2025-12-04 04:40:10] "GET /virtual-machine/3f8fb624-2daf-4686-a63b-2dc9bb27c35a HTTP/1.1" 200 1293 0.041793 10.0.0.27 - - [2025-12-04 04:40:10] "GET /virtual-machine/3f8fb624-2daf-4686-a63b-2dc9bb27c35a HTTP/1.1" 200 1293 0.004946 10.0.0.27 - - [2025-12-04 04:40:10] "GET /virtual-machine-interface/31b8a888-7f09-4503-abb4-3199dbf710df HTTP/1.1" 200 2949 0.006693 10.0.0.27 - - [2025-12-04 04:40:10] "GET /virtual-machine/3f8fb624-2daf-4686-a63b-2dc9bb27c35a HTTP/1.1" 200 1293 0.005511 10.0.0.27 - - [2025-12-04 04:40:10] "GET /virtual-machine-interface/31b8a888-7f09-4503-abb4-3199dbf710df HTTP/1.1" 200 2949 0.006887 10.0.0.27 - - [2025-12-04 04:40:10] "GET /instance-ip/c6345041-13b8-4cfc-a5d3-48c24e679385 HTTP/1.1" 200 1624 0.007832 10.0.0.27 - - [2025-12-04 04:40:10] "GET /virtual-machine/3f8fb624-2daf-4686-a63b-2dc9bb27c35a HTTP/1.1" 200 1293 0.004253 10.0.0.27 - - [2025-12-04 04:40:10] "GET /virtual-machine-interface/31b8a888-7f09-4503-abb4-3199dbf710df HTTP/1.1" 200 2949 0.006763 10.0.0.27 - - [2025-12-04 04:40:10] "GET /instance-ip/c6345041-13b8-4cfc-a5d3-48c24e679385 HTTP/1.1" 200 1624 0.005697 10.0.0.27 - - [2025-12-04 04:40:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.005989 10.0.0.27 - - [2025-12-04 04:40:10] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004467 10.0.0.27 - - [2025-12-04 04:40:10] "GET /virtual-networks?parent_id=34628240-e36e-4cc0-8bbf-5548ebf3438b&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.010051 10.0.0.27 - - [2025-12-04 04:40:10] "GET /virtual-network/7cd8550a-256c-43c7-9a93-e3373b4fde34?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.007402 10.0.0.27 - - [2025-12-04 04:40:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003724 10.0.0.27 - - [2025-12-04 04:40:10] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004826 10.0.0.27 - - [2025-12-04 04:40:10] "GET /virtual-networks?parent_id=34628240-e36e-4cc0-8bbf-5548ebf3438b&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003412 10.0.0.27 - - [2025-12-04 04:40:10] "GET /virtual-network/7cd8550a-256c-43c7-9a93-e3373b4fde34?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.006359 10.0.0.27 - - [2025-12-04 04:40:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004287 10.0.0.27 - - [2025-12-04 04:40:11] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004751 10.0.0.27 - - [2025-12-04 04:40:11] "GET /virtual-networks?parent_id=34628240-e36e-4cc0-8bbf-5548ebf3438b&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003842 10.0.0.27 - - [2025-12-04 04:40:11] "GET /virtual-network/7cd8550a-256c-43c7-9a93-e3373b4fde34?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.006535 10.0.0.27 - - [2025-12-04 04:40:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004388 10.0.0.27 - - [2025-12-04 04:40:11] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005012 10.0.0.27 - - [2025-12-04 04:40:11] "GET /virtual-networks?parent_id=34628240-e36e-4cc0-8bbf-5548ebf3438b&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.004087 10.0.0.27 - - [2025-12-04 04:40:11] "GET /virtual-network/7cd8550a-256c-43c7-9a93-e3373b4fde34?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.007529 10.0.0.27 - - [2025-12-04 04:40:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004516 10.0.0.27 - - [2025-12-04 04:40:11] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005931 10.0.0.27 - - [2025-12-04 04:40:11] "GET /virtual-networks?parent_id=34628240-e36e-4cc0-8bbf-5548ebf3438b&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003464 10.0.0.27 - - [2025-12-04 04:40:11] "GET /virtual-network/7cd8550a-256c-43c7-9a93-e3373b4fde34?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.008009 10.0.0.27 - - [2025-12-04 04:40:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004013 10.0.0.27 - - [2025-12-04 04:40:14] "GET /virtual-network/7cd8550a-256c-43c7-9a93-e3373b4fde34?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.006576 10.0.0.27 - - [2025-12-04 04:40:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003454 10.0.0.27 - - [2025-12-04 04:40:18] "GET /virtual-network/7cd8550a-256c-43c7-9a93-e3373b4fde34?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.006530 10.0.0.27 - - [2025-12-04 04:40:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003469 10.0.0.27 - - [2025-12-04 04:40:22] "GET /virtual-network/7cd8550a-256c-43c7-9a93-e3373b4fde34?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.005743 10.0.0.27 - - [2025-12-04 04:40:24] "POST /neutron/network HTTP/1.1" 200 896 0.008369 10.0.0.27 - - [2025-12-04 04:40:24] "POST /neutron/port HTTP/1.1" 200 117 0.001377 10.0.0.27 - - [2025-12-04 04:40:25] "POST /neutron/port HTTP/1.1" 200 1089 0.049309 10.0.0.27 - - [2025-12-04 04:40:25] "POST /neutron/subnet HTTP/1.1" 200 646 0.009828 10.0.0.27 - - [2025-12-04 04:40:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003977 10.0.0.27 - - [2025-12-04 04:40:26] "GET /virtual-network/7cd8550a-256c-43c7-9a93-e3373b4fde34?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.005925 10.0.0.27 - - [2025-12-04 04:40:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004007 10.0.0.27 - - [2025-12-04 04:40:30] "GET /virtual-network/7cd8550a-256c-43c7-9a93-e3373b4fde34?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.006318 10.0.0.27 - - [2025-12-04 04:40:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004854 10.0.0.27 - - [2025-12-04 04:40:34] "GET /virtual-network/7cd8550a-256c-43c7-9a93-e3373b4fde34?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.006863 10.0.0.27 - - [2025-12-04 04:40:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003944 10.0.0.27 - - [2025-12-04 04:40:39] "GET /virtual-network/7cd8550a-256c-43c7-9a93-e3373b4fde34?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.006646 10.0.0.27 - - [2025-12-04 04:40:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.004401 10.0.0.27 - - [2025-12-04 04:40:43] "GET /virtual-network/7cd8550a-256c-43c7-9a93-e3373b4fde34?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.006861 10.0.0.27 - - [2025-12-04 04:40:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004473 10.0.0.27 - - [2025-12-04 04:40:47] "GET /virtual-network/7cd8550a-256c-43c7-9a93-e3373b4fde34?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.006077 10.0.0.27 - - [2025-12-04 04:40:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003913 10.0.0.27 - - [2025-12-04 04:40:49] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004483 10.0.0.27 - - [2025-12-04 04:40:49] "GET /virtual-networks?parent_id=34628240-e36e-4cc0-8bbf-5548ebf3438b&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003302 10.0.0.27 - - [2025-12-04 04:40:49] "GET /virtual-network/7cd8550a-256c-43c7-9a93-e3373b4fde34?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.007407 10.0.0.27 - - [2025-12-04 04:40:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004807 10.0.0.27 - - [2025-12-04 04:40:49] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004352 10.0.0.27 - - [2025-12-04 04:40:49] "GET /virtual-networks?parent_id=34628240-e36e-4cc0-8bbf-5548ebf3438b&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.007345 10.0.0.27 - - [2025-12-04 04:40:49] "GET /virtual-network/7cd8550a-256c-43c7-9a93-e3373b4fde34?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.007440 10.0.0.27 - - [2025-12-04 04:40:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004835 10.0.0.27 - - [2025-12-04 04:40:49] "GET /routing-instance/449847aa-0dcf-40fb-811c-bf77fe51aefb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1786 0.006294 10.0.0.27 - - [2025-12-04 04:40:49] "GET /route-target/0472dab3-126d-4d7c-b9d8-e1382c33ddfd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 900 0.004967 10.0.0.27 - - [2025-12-04 04:40:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003635 10.0.0.27 - - [2025-12-04 04:40:49] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004992 10.0.0.27 - - [2025-12-04 04:40:49] "GET /virtual-networks?parent_id=34628240-e36e-4cc0-8bbf-5548ebf3438b&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.004371 10.0.0.27 - - [2025-12-04 04:40:49] "GET /virtual-network/7cd8550a-256c-43c7-9a93-e3373b4fde34?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.006721 10.0.0.27 - - [2025-12-04 04:40:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004126 10.0.0.27 - - [2025-12-04 04:40:49] "GET /routing-instance/449847aa-0dcf-40fb-811c-bf77fe51aefb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1786 0.005292 10.0.0.27 - - [2025-12-04 04:40:49] "GET /route-target/0472dab3-126d-4d7c-b9d8-e1382c33ddfd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 900 0.004714 10.0.0.27 - - [2025-12-04 04:40:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004311 10.0.0.27 - - [2025-12-04 04:40:50] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004892 10.0.0.27 - - [2025-12-04 04:40:50] "GET /virtual-networks?parent_id=34628240-e36e-4cc0-8bbf-5548ebf3438b&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003715 10.0.0.27 - - [2025-12-04 04:40:50] "GET /virtual-network/7cd8550a-256c-43c7-9a93-e3373b4fde34?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.007609 10.0.0.27 - - [2025-12-04 04:40:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004589 10.0.0.27 - - [2025-12-04 04:40:50] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005839 10.0.0.27 - - [2025-12-04 04:40:50] "GET /virtual-networks?parent_id=34628240-e36e-4cc0-8bbf-5548ebf3438b&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.004102 10.0.0.27 - - [2025-12-04 04:40:50] "GET /virtual-network/7cd8550a-256c-43c7-9a93-e3373b4fde34?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.007641 10.0.0.27 - - [2025-12-04 04:40:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003766 10.0.0.27 - - [2025-12-04 04:40:50] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005158 10.0.0.27 - - [2025-12-04 04:40:50] "GET /virtual-networks?parent_id=34628240-e36e-4cc0-8bbf-5548ebf3438b&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003936 10.0.0.27 - - [2025-12-04 04:40:50] "GET /virtual-network/7cd8550a-256c-43c7-9a93-e3373b4fde34?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.006514 10.0.0.23 - - [2025-12-04 04:40:50] "GET /obj-perms HTTP/1.1" 200 5032 0.065714 10.0.0.27 - - [2025-12-04 04:40:50] "GET /obj-perms HTTP/1.1" 200 5032 0.004598 10.0.0.23 - - [2025-12-04 04:40:50] "GET /obj-perms HTTP/1.1" 200 5032 0.004547 10.0.0.27 - - [2025-12-04 04:40:50] "GET /obj-perms HTTP/1.1" 200 5032 0.004114 10.0.0.27 - - [2025-12-04 04:40:50] "POST /id-to-fqname HTTP/1.1" 200 222 0.001415 10.0.0.27 - - [2025-12-04 04:40:51] "POST /neutron/port HTTP/1.1" 200 3034 0.020583 10.0.0.23 - - [2025-12-04 04:40:51] "GET /projects?obj_uuids=34628240-e36e-4cc0-8bbf-5548ebf3438b&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001131 10.0.0.27 - - [2025-12-04 04:40:51] "GET /project/34628240-e36e-4cc0-8bbf-5548ebf3438b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.081822 10.0.0.27 - - [2025-12-04 04:40:51] "POST /neutron/network HTTP/1.1" 200 886 0.041357 10.0.0.27 - - [2025-12-04 04:40:52] "POST /neutron/port HTTP/1.1" 200 117 0.006848 10.0.0.23 - - [2025-12-04 04:40:52] "GET /projects?obj_uuids=34628240-e36e-4cc0-8bbf-5548ebf3438b&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001511 10.0.0.27 - - [2025-12-04 04:40:53] "POST /neutron/port HTTP/1.1" 200 1061 0.345689 10.0.0.27 - - [2025-12-04 04:40:53] "POST /neutron/port HTTP/1.1" 200 1115 0.137568 10.0.0.27 - - [2025-12-04 04:40:53] "POST /neutron/subnet HTTP/1.1" 200 646 0.011356 10.0.0.27 - - [2025-12-04 04:40:57] "POST /neutron/port HTTP/1.1" 200 1089 0.019374 10.0.0.27 - - [2025-12-04 04:40:57] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008500 10.0.0.27 - - [2025-12-04 04:40:57] "POST /neutron/port HTTP/1.1" 200 1089 0.016395 10.0.0.27 - - [2025-12-04 04:40:57] "GET /virtual-machine/3b4a6c8f-ecb6-4d63-8f41-15b20bc87545 HTTP/1.1" 200 1293 0.006694 10.0.0.27 - - [2025-12-04 04:40:57] "GET /virtual-machine/3b4a6c8f-ecb6-4d63-8f41-15b20bc87545 HTTP/1.1" 200 1293 0.004896 10.0.0.27 - - [2025-12-04 04:40:57] "GET /virtual-machine-interface/9992f858-af7f-4108-89e9-51984b976907 HTTP/1.1" 200 2949 0.006309 10.0.0.27 - - [2025-12-04 04:40:57] "GET /virtual-machine/3b4a6c8f-ecb6-4d63-8f41-15b20bc87545 HTTP/1.1" 200 1293 0.004806 10.0.0.27 - - [2025-12-04 04:40:57] "GET /virtual-machine-interface/9992f858-af7f-4108-89e9-51984b976907 HTTP/1.1" 200 2949 0.005729 10.0.0.27 - - [2025-12-04 04:40:57] "GET /instance-ip/7d0303ae-a5de-46ee-a2af-61daed9c750b HTTP/1.1" 200 1623 0.006402 10.0.0.27 - - [2025-12-04 04:40:57] "GET /virtual-machine/3b4a6c8f-ecb6-4d63-8f41-15b20bc87545 HTTP/1.1" 200 1293 0.004618 10.0.0.27 - - [2025-12-04 04:40:57] "GET /virtual-machine-interface/9992f858-af7f-4108-89e9-51984b976907 HTTP/1.1" 200 2949 0.005888 10.0.0.27 - - [2025-12-04 04:40:57] "GET /instance-ip/7d0303ae-a5de-46ee-a2af-61daed9c750b HTTP/1.1" 200 1623 0.004370 10.0.0.27 - - [2025-12-04 04:40:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003744 10.0.0.27 - - [2025-12-04 04:40:57] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003975 10.0.0.27 - - [2025-12-04 04:40:57] "GET /virtual-networks?parent_id=34628240-e36e-4cc0-8bbf-5548ebf3438b&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.004118 10.0.0.27 - - [2025-12-04 04:40:57] "GET /virtual-network/b1f7a63c-4f98-486d-9a81-f5490de6ce9c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.007509 10.0.0.27 - - [2025-12-04 04:40:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003798 10.0.0.27 - - [2025-12-04 04:40:58] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004571 10.0.0.27 - - [2025-12-04 04:40:58] "GET /virtual-networks?parent_id=34628240-e36e-4cc0-8bbf-5548ebf3438b&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003531 10.0.0.27 - - [2025-12-04 04:40:58] "GET /virtual-network/b1f7a63c-4f98-486d-9a81-f5490de6ce9c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.007916 10.0.0.27 - - [2025-12-04 04:40:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004839 10.0.0.27 - - [2025-12-04 04:40:58] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004331 10.0.0.27 - - [2025-12-04 04:40:58] "GET /virtual-networks?parent_id=34628240-e36e-4cc0-8bbf-5548ebf3438b&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003266 10.0.0.27 - - [2025-12-04 04:40:58] "GET /virtual-network/b1f7a63c-4f98-486d-9a81-f5490de6ce9c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.007111 10.0.0.27 - - [2025-12-04 04:40:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004148 10.0.0.27 - - [2025-12-04 04:40:58] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004235 10.0.0.27 - - [2025-12-04 04:40:58] "GET /virtual-networks?parent_id=34628240-e36e-4cc0-8bbf-5548ebf3438b&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003940 10.0.0.27 - - [2025-12-04 04:40:58] "GET /virtual-network/b1f7a63c-4f98-486d-9a81-f5490de6ce9c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.006344 10.0.0.27 - - [2025-12-04 04:40:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004008 10.0.0.27 - - [2025-12-04 04:40:58] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004608 10.0.0.27 - - [2025-12-04 04:40:58] "GET /virtual-networks?parent_id=34628240-e36e-4cc0-8bbf-5548ebf3438b&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003320 10.0.0.27 - - [2025-12-04 04:40:58] "GET /virtual-network/b1f7a63c-4f98-486d-9a81-f5490de6ce9c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.006387 10.0.0.27 - - [2025-12-04 04:41:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004758 10.0.0.27 - - [2025-12-04 04:41:01] "GET /virtual-network/b1f7a63c-4f98-486d-9a81-f5490de6ce9c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.006627 10.0.0.27 - - [2025-12-04 04:41:02] "POST /neutron/security_group HTTP/1.1" 200 2059 0.044065 10.0.0.27 - - [2025-12-04 04:41:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004786 10.0.0.27 - - [2025-12-04 04:41:05] "GET /virtual-network/b1f7a63c-4f98-486d-9a81-f5490de6ce9c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.005802 10.0.0.27 - - [2025-12-04 04:41:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003940 10.0.0.27 - - [2025-12-04 04:41:09] "GET /virtual-network/b1f7a63c-4f98-486d-9a81-f5490de6ce9c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.007450 10.0.0.27 - - [2025-12-04 04:41:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003542 10.0.0.27 - - [2025-12-04 04:41:13] "GET /virtual-network/b1f7a63c-4f98-486d-9a81-f5490de6ce9c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.006242 10.0.0.27 - - [2025-12-04 04:41:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004675 10.0.0.27 - - [2025-12-04 04:41:17] "GET /virtual-network/b1f7a63c-4f98-486d-9a81-f5490de6ce9c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.005968 10.0.0.27 - - [2025-12-04 04:41:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.004539 10.0.0.27 - - [2025-12-04 04:41:22] "GET /virtual-network/b1f7a63c-4f98-486d-9a81-f5490de6ce9c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.007472 10.0.0.27 - - [2025-12-04 04:41:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003690 10.0.0.27 - - [2025-12-04 04:41:26] "GET /virtual-network/b1f7a63c-4f98-486d-9a81-f5490de6ce9c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.005533 10.0.0.27 - - [2025-12-04 04:41:26] "POST /neutron/network HTTP/1.1" 200 896 0.009709 10.0.0.27 - - [2025-12-04 04:41:26] "POST /neutron/port HTTP/1.1" 200 117 0.001379 10.0.0.27 - - [2025-12-04 04:41:26] "POST /neutron/port HTTP/1.1" 200 1089 0.017828 10.0.0.27 - - [2025-12-04 04:41:26] "POST /neutron/subnet HTTP/1.1" 200 646 0.010369 10.0.0.33 - - [2025-12-04 04:41:27] "GET /obj-perms HTTP/1.1" 200 5056 0.061613 10.0.0.27 - - [2025-12-04 04:41:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003743 10.0.0.27 - - [2025-12-04 04:41:30] "GET /virtual-network/b1f7a63c-4f98-486d-9a81-f5490de6ce9c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.006150 10.0.0.27 - - [2025-12-04 04:41:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004047 10.0.0.27 - - [2025-12-04 04:41:34] "GET /virtual-network/b1f7a63c-4f98-486d-9a81-f5490de6ce9c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.005842 10.0.0.27 - - [2025-12-04 04:41:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003347 10.0.0.27 - - [2025-12-04 04:41:38] "GET /virtual-network/b1f7a63c-4f98-486d-9a81-f5490de6ce9c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.005623 10.0.0.27 - - [2025-12-04 04:41:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003834 10.0.0.27 - - [2025-12-04 04:41:40] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003906 10.0.0.27 - - [2025-12-04 04:41:40] "GET /virtual-networks?parent_id=34628240-e36e-4cc0-8bbf-5548ebf3438b&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.004055 10.0.0.27 - - [2025-12-04 04:41:40] "GET /virtual-network/b1f7a63c-4f98-486d-9a81-f5490de6ce9c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.006542 10.0.0.27 - - [2025-12-04 04:41:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004397 10.0.0.27 - - [2025-12-04 04:41:40] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004018 10.0.0.27 - - [2025-12-04 04:41:40] "GET /virtual-networks?parent_id=34628240-e36e-4cc0-8bbf-5548ebf3438b&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003125 10.0.0.27 - - [2025-12-04 04:41:40] "GET /virtual-network/b1f7a63c-4f98-486d-9a81-f5490de6ce9c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.006814 10.0.0.27 - - [2025-12-04 04:41:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003513 10.0.0.27 - - [2025-12-04 04:41:40] "GET /routing-instance/b2c91600-260d-4160-b902-de25b18a197d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1788 0.004845 10.0.0.27 - - [2025-12-04 04:41:40] "GET /route-target/5324cd8d-624a-45c2-a2e2-01e5c42817b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004182 10.0.0.27 - - [2025-12-04 04:41:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003898 10.0.0.27 - - [2025-12-04 04:41:40] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004326 10.0.0.27 - - [2025-12-04 04:41:41] "GET /virtual-networks?parent_id=34628240-e36e-4cc0-8bbf-5548ebf3438b&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003948 10.0.0.27 - - [2025-12-04 04:41:41] "GET /virtual-network/b1f7a63c-4f98-486d-9a81-f5490de6ce9c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.007430 10.0.0.27 - - [2025-12-04 04:41:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003680 10.0.0.27 - - [2025-12-04 04:41:41] "GET /routing-instance/b2c91600-260d-4160-b902-de25b18a197d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1788 0.004754 10.0.0.27 - - [2025-12-04 04:41:41] "GET /route-target/5324cd8d-624a-45c2-a2e2-01e5c42817b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004431 10.0.0.27 - - [2025-12-04 04:41:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003791 10.0.0.27 - - [2025-12-04 04:41:41] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004713 10.0.0.27 - - [2025-12-04 04:41:41] "GET /virtual-networks?parent_id=34628240-e36e-4cc0-8bbf-5548ebf3438b&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003846 10.0.0.27 - - [2025-12-04 04:41:41] "GET /virtual-network/b1f7a63c-4f98-486d-9a81-f5490de6ce9c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.007846 10.0.0.27 - - [2025-12-04 04:41:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003719 10.0.0.27 - - [2025-12-04 04:41:41] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005068 10.0.0.27 - - [2025-12-04 04:41:41] "GET /virtual-networks?parent_id=34628240-e36e-4cc0-8bbf-5548ebf3438b&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.004332 10.0.0.27 - - [2025-12-04 04:41:41] "GET /virtual-network/b1f7a63c-4f98-486d-9a81-f5490de6ce9c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.006895 10.0.0.27 - - [2025-12-04 04:41:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.004201 10.0.0.27 - - [2025-12-04 04:41:41] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004111 10.0.0.27 - - [2025-12-04 04:41:41] "GET /virtual-networks?parent_id=34628240-e36e-4cc0-8bbf-5548ebf3438b&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003253 10.0.0.27 - - [2025-12-04 04:41:41] "GET /virtual-network/b1f7a63c-4f98-486d-9a81-f5490de6ce9c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.006566 10.0.0.23 - - [2025-12-04 04:41:41] "GET /obj-perms HTTP/1.1" 200 5032 0.004292 10.0.0.27 - - [2025-12-04 04:41:41] "GET /obj-perms HTTP/1.1" 200 5032 0.004153 10.0.0.27 - - [2025-12-04 04:41:41] "GET /obj-perms HTTP/1.1" 200 5032 0.004772 10.0.0.27 - - [2025-12-04 04:41:41] "GET /obj-perms HTTP/1.1" 200 5032 0.003915 10.0.0.33 - - [2025-12-04 04:41:41] "GET /obj-perms HTTP/1.1" 200 5032 0.003428 10.0.0.23 - - [2025-12-04 04:41:42] "GET /obj-perms HTTP/1.1" 200 5032 0.004672 10.0.0.27 - - [2025-12-04 04:41:42] "GET /virtual-machine/3f8fb624-2daf-4686-a63b-2dc9bb27c35a HTTP/1.1" 200 1293 0.004133 10.0.0.27 - - [2025-12-04 04:41:42] "GET /virtual-machine-interface/31b8a888-7f09-4503-abb4-3199dbf710df HTTP/1.1" 200 2949 0.006110 10.0.0.27 - - [2025-12-04 04:41:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003760 10.0.0.27 - - [2025-12-04 04:41:42] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003783 10.0.0.27 - - [2025-12-04 04:41:42] "GET /virtual-networks?parent_id=34628240-e36e-4cc0-8bbf-5548ebf3438b&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003043 10.0.0.27 - - [2025-12-04 04:41:42] "GET /virtual-network/7cd8550a-256c-43c7-9a93-e3373b4fde34?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.006249 10.0.0.27 - - [2025-12-04 04:41:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.004219 10.0.0.27 - - [2025-12-04 04:41:43] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004044 10.0.0.27 - - [2025-12-04 04:41:43] "GET /virtual-networks?parent_id=34628240-e36e-4cc0-8bbf-5548ebf3438b&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.004199 10.0.0.27 - - [2025-12-04 04:41:43] "GET /virtual-network/7cd8550a-256c-43c7-9a93-e3373b4fde34?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.006684 10.0.0.27 - - [2025-12-04 04:41:43] "GET /virtual-machine/3b4a6c8f-ecb6-4d63-8f41-15b20bc87545 HTTP/1.1" 200 1293 0.004781 10.0.0.27 - - [2025-12-04 04:41:43] "GET /virtual-machine-interface/9992f858-af7f-4108-89e9-51984b976907 HTTP/1.1" 200 2949 0.006413 10.0.0.27 - - [2025-12-04 04:41:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003742 10.0.0.27 - - [2025-12-04 04:41:43] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003797 10.0.0.27 - - [2025-12-04 04:41:43] "GET /virtual-networks?parent_id=34628240-e36e-4cc0-8bbf-5548ebf3438b&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.008126 10.0.0.27 - - [2025-12-04 04:41:43] "GET /virtual-network/b1f7a63c-4f98-486d-9a81-f5490de6ce9c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.007133 10.0.0.27 - - [2025-12-04 04:41:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003928 10.0.0.27 - - [2025-12-04 04:41:44] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005033 10.0.0.27 - - [2025-12-04 04:41:44] "GET /virtual-networks?parent_id=34628240-e36e-4cc0-8bbf-5548ebf3438b&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003794 10.0.0.27 - - [2025-12-04 04:41:44] "GET /virtual-network/b1f7a63c-4f98-486d-9a81-f5490de6ce9c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.007634 10.0.0.27 - - [2025-12-04 04:41:44] "POST /neutron/port HTTP/1.1" 200 1089 0.017452 10.0.0.27 - - [2025-12-04 04:41:50] "POST /neutron/security_group HTTP/1.1" 200 2059 0.010937 10.0.0.27 - - [2025-12-04 04:41:55] "POST /neutron/port HTTP/1.1" 200 1089 0.021973 10.0.0.27 - - [2025-12-04 04:42:00] "POST /neutron/security_group HTTP/1.1" 200 2059 0.009125 10.0.0.27 - - [2025-12-04 04:42:26] "POST /neutron/network HTTP/1.1" 200 896 0.010517 10.0.0.27 - - [2025-12-04 04:42:26] "POST /neutron/port HTTP/1.1" 200 117 0.001406 10.0.0.27 - - [2025-12-04 04:42:28] "POST /neutron/port HTTP/1.1" 200 1089 0.017638 10.0.0.27 - - [2025-12-04 04:42:28] "POST /neutron/subnet HTTP/1.1" 200 646 0.009804 10.0.0.27 - - [2025-12-04 04:42:51] "GET /virtual-machine/3b4a6c8f-ecb6-4d63-8f41-15b20bc87545 HTTP/1.1" 200 1293 0.004732 10.0.0.27 - - [2025-12-04 04:42:51] "POST /neutron/port HTTP/1.1" 200 1089 0.016838 10.0.0.27 - - [2025-12-04 04:42:53] "GET /virtual-machine/3b4a6c8f-ecb6-4d63-8f41-15b20bc87545 HTTP/1.1" 404 171 0.003617 10.0.0.27 - - [2025-12-04 04:42:53] "GET /virtual-machine/3b4a6c8f-ecb6-4d63-8f41-15b20bc87545 HTTP/1.1" 404 171 0.003093 10.0.0.27 - - [2025-12-04 04:42:53] "GET /virtual-machine/3b4a6c8f-ecb6-4d63-8f41-15b20bc87545 HTTP/1.1" 404 171 0.003772 10.0.0.27 - - [2025-12-04 04:42:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003942 10.0.0.27 - - [2025-12-04 04:42:53] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003883 10.0.0.27 - - [2025-12-04 04:42:53] "GET /virtual-networks?parent_id=34628240-e36e-4cc0-8bbf-5548ebf3438b&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003811 10.0.0.27 - - [2025-12-04 04:42:53] "GET /virtual-network/b1f7a63c-4f98-486d-9a81-f5490de6ce9c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.006768 10.0.0.27 - - [2025-12-04 04:42:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003803 10.0.0.27 - - [2025-12-04 04:42:53] "GET /routing-instance/b2c91600-260d-4160-b902-de25b18a197d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1788 0.004631 10.0.0.27 - - [2025-12-04 04:42:53] "GET /route-target/5324cd8d-624a-45c2-a2e2-01e5c42817b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004168 10.0.0.27 - - [2025-12-04 04:42:57] "GET /obj-perms HTTP/1.1" 200 5032 0.058358 10.0.0.33 - - [2025-12-04 04:43:00] "GET /obj-perms HTTP/1.1" 200 5032 0.003821 10.0.0.27 - - [2025-12-04 04:43:06] "GET /obj-perms HTTP/1.1" 200 5032 0.004698 10.0.0.33 - - [2025-12-04 04:43:09] "GET /obj-perms HTTP/1.1" 200 5032 0.004451 10.0.0.27 - - [2025-12-04 04:43:15] "GET /obj-perms HTTP/1.1" 200 5032 0.004506 10.0.0.33 - - [2025-12-04 04:43:18] "GET /obj-perms HTTP/1.1" 200 5032 0.004306 10.0.0.27 - - [2025-12-04 04:43:21] "GET /obj-perms HTTP/1.1" 200 5032 0.004024 10.0.0.27 - - [2025-12-04 04:43:22] "GET /virtual-machine/3f8fb624-2daf-4686-a63b-2dc9bb27c35a HTTP/1.1" 200 1293 0.004592 10.0.0.27 - - [2025-12-04 04:43:22] "POST /neutron/port HTTP/1.1" 200 1089 0.017937 10.0.0.27 - - [2025-12-04 04:43:24] "GET /virtual-machine/3f8fb624-2daf-4686-a63b-2dc9bb27c35a HTTP/1.1" 404 171 0.003169 10.0.0.27 - - [2025-12-04 04:43:24] "GET /virtual-machine/3f8fb624-2daf-4686-a63b-2dc9bb27c35a HTTP/1.1" 404 171 0.003445 10.0.0.27 - - [2025-12-04 04:43:24] "GET /virtual-machine/3f8fb624-2daf-4686-a63b-2dc9bb27c35a HTTP/1.1" 404 171 0.003311 10.0.0.27 - - [2025-12-04 04:43:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003955 10.0.0.27 - - [2025-12-04 04:43:24] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003957 10.0.0.27 - - [2025-12-04 04:43:24] "GET /virtual-networks?parent_id=34628240-e36e-4cc0-8bbf-5548ebf3438b&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003583 10.0.0.27 - - [2025-12-04 04:43:24] "GET /virtual-network/7cd8550a-256c-43c7-9a93-e3373b4fde34?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.006269 10.0.0.27 - - [2025-12-04 04:43:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004102 10.0.0.27 - - [2025-12-04 04:43:24] "GET /routing-instance/449847aa-0dcf-40fb-811c-bf77fe51aefb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1786 0.005606 10.0.0.27 - - [2025-12-04 04:43:24] "GET /route-target/0472dab3-126d-4d7c-b9d8-e1382c33ddfd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 900 0.006757 10.0.0.23 - - [2025-12-04 04:43:24] "GET /obj-perms HTTP/1.1" 200 5032 0.004271 10.0.0.27 - - [2025-12-04 04:43:27] "GET /obj-perms HTTP/1.1" 200 5032 0.004154 10.0.0.27 - - [2025-12-04 04:43:27] "POST /neutron/port HTTP/1.1" 200 1089 0.018720 10.0.0.27 - - [2025-12-04 04:43:28] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004642 10.0.0.27 - - [2025-12-04 04:43:28] "POST /neutron/network HTTP/1.1" 200 886 0.008493 10.0.0.33 - - [2025-12-04 04:43:28] "GET /obj-perms HTTP/1.1" 200 5056 0.065104 10.0.0.23 - - [2025-12-04 04:43:30] "GET /obj-perms HTTP/1.1" 200 5032 0.004766 10.0.0.27 - - [2025-12-04 04:43:37] "GET /obj-perms HTTP/1.1" 200 5032 0.004897 10.0.0.33 - - [2025-12-04 04:43:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000594 10.0.0.33 - - [2025-12-04 04:43:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000426 10.0.0.23 - - [2025-12-04 04:43:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000542 10.0.0.23 - - [2025-12-04 04:43:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000430 10.0.0.23 - - [2025-12-04 04:43:38] "GET /global-system-configs HTTP/1.1" 401 292 0.000504 10.0.0.23 - - [2025-12-04 04:43:38] "GET /global-system-configs HTTP/1.1" 401 292 0.000532 10.0.0.33 - - [2025-12-04 04:43:38] "GET /global-system-configs HTTP/1.1" 401 292 0.000530 10.0.0.33 - - [2025-12-04 04:43:38] "GET /global-system-configs HTTP/1.1" 401 292 0.000659 10.0.0.27 - - [2025-12-04 04:43:39] "GET /global-system-configs HTTP/1.1" 401 292 0.000443 10.0.0.27 - - [2025-12-04 04:43:39] "GET /global-system-configs HTTP/1.1" 401 292 0.000559 10.0.0.23 - - [2025-12-04 04:43:40] "GET /obj-perms HTTP/1.1" 200 5032 0.004593 10.0.0.27 - - [2025-12-04 04:43:40] "GET /global-system-configs HTTP/1.1" 401 292 0.000648 10.0.0.27 - - [2025-12-04 04:43:40] "GET /global-system-configs HTTP/1.1" 401 292 0.000705 10.0.0.27 - - [2025-12-04 04:43:43] "GET /obj-perms HTTP/1.1" 200 5032 0.004229 10.0.0.23 - - [2025-12-04 04:43:43] "POST /useragent-kv HTTP/1.1" 200 115 0.004058 10.0.0.23 - - [2025-12-04 04:43:43] "POST /useragent-kv HTTP/1.1" 200 115 0.004043 10.0.0.27 - - [2025-12-04 04:43:43] "DELETE /virtual-network/a64ecc4d-a368-470e-977c-5712db2d3bdd HTTP/1.1" 200 115 0.133549 10.0.0.27 - - [2025-12-04 04:43:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003708 10.0.0.27 - - [2025-12-04 04:43:43] "GET /network-policy/7ec880f4-5ce1-4045-9718-d03db9dc3752?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2078 0.004579 10.0.0.27 - - [2025-12-04 04:43:43] "POST /ref-update HTTP/1.1" 200 156 0.057079 10.0.0.33 - - [2025-12-04 04:43:43] "DELETE /access-control-list/be0f3179-bc45-49ee-8e77-c7050e18259b HTTP/1.1" 200 115 0.057696 10.0.0.27 - - [2025-12-04 04:43:44] "GET /virtual-network/b1f7a63c-4f98-486d-9a81-f5490de6ce9c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1933 0.029181 10.0.0.27 - - [2025-12-04 04:43:44] "DELETE /virtual-network/b1f7a63c-4f98-486d-9a81-f5490de6ce9c HTTP/1.1" 409 248 0.014977 10.0.0.27 - - [2025-12-04 04:43:44] "POST /neutron/port HTTP/1.1" 200 1115 0.013714 10.0.0.27 - - [2025-12-04 04:43:44] "POST /neutron/port HTTP/1.1" 200 1115 0.013397 10.0.0.23 - - [2025-12-04 04:43:46] "POST /useragent-kv HTTP/1.1" 200 115 0.003063 10.0.0.23 - - [2025-12-04 04:43:46] "POST /useragent-kv HTTP/1.1" 200 115 0.004712 10.0.0.27 - - [2025-12-04 04:43:46] "DELETE /virtual-network/b1f7a63c-4f98-486d-9a81-f5490de6ce9c HTTP/1.1" 200 115 0.137434 10.0.0.33 - - [2025-12-04 04:43:46] "DELETE /route-target/5324cd8d-624a-45c2-a2e2-01e5c42817b5 HTTP/1.1" 200 115 0.027835 10.0.0.27 - - [2025-12-04 04:43:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003531 10.0.0.27 - - [2025-12-04 04:43:46] "GET /network-policy/9891cde1-e91a-41f4-b0e2-974432a35d43?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2079 0.004839 10.0.0.27 - - [2025-12-04 04:43:46] "POST /ref-update HTTP/1.1" 200 156 0.068498 10.0.0.27 - - [2025-12-04 04:43:46] "GET /virtual-network/7cd8550a-256c-43c7-9a93-e3373b4fde34?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1932 0.008527 10.0.0.23 - - [2025-12-04 04:43:46] "POST /useragent-kv HTTP/1.1" 200 115 0.004843 10.0.0.23 - - [2025-12-04 04:43:46] "POST /useragent-kv HTTP/1.1" 200 115 0.003947 10.0.0.27 - - [2025-12-04 04:43:46] "DELETE /virtual-network/7cd8550a-256c-43c7-9a93-e3373b4fde34 HTTP/1.1" 200 115 0.136070 10.0.0.33 - - [2025-12-04 04:43:46] "DELETE /route-target/0472dab3-126d-4d7c-b9d8-e1382c33ddfd HTTP/1.1" 200 115 0.036443 10.0.0.27 - - [2025-12-04 04:43:46] "DELETE /network-policy/7ec880f4-5ce1-4045-9718-d03db9dc3752 HTTP/1.1" 200 115 0.037536 10.0.0.27 - - [2025-12-04 04:43:46] "DELETE /network-policy/9891cde1-e91a-41f4-b0e2-974432a35d43 HTTP/1.1" 200 115 0.034717 10.0.0.23 - - [2025-12-04 04:44:15] "GET /projects?obj_uuids=34628240-e36e-4cc0-8bbf-5548ebf3438b&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001363 10.0.0.27 - - [2025-12-04 04:44:15] "GET /project/34628240-e36e-4cc0-8bbf-5548ebf3438b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.100055 10.0.0.23 - - [2025-12-04 04:44:15] "GET /projects?obj_uuids=34628240-e36e-4cc0-8bbf-5548ebf3438b&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001905 10.0.0.27 - - [2025-12-04 04:44:15] "GET /project/34628240-e36e-4cc0-8bbf-5548ebf3438b?fields=virtual_networks HTTP/1.1" 200 1034 0.047280 10.0.0.23 - - [2025-12-04 04:44:15] "GET /projects?obj_uuids=34628240-e36e-4cc0-8bbf-5548ebf3438b&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001125 10.0.0.27 - - [2025-12-04 04:44:15] "GET /project/34628240-e36e-4cc0-8bbf-5548ebf3438b?fields=virtual_machine_interfaces HTTP/1.1" 200 1034 0.043316 10.0.0.23 - - [2025-12-04 04:44:15] "GET /projects?obj_uuids=34628240-e36e-4cc0-8bbf-5548ebf3438b&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001133 10.0.0.27 - - [2025-12-04 04:44:15] "GET /project/34628240-e36e-4cc0-8bbf-5548ebf3438b?fields=security_groups HTTP/1.1" 200 1261 0.047284 10.0.0.27 - - [2025-12-04 04:44:16] "POST /fqname-to-id HTTP/1.1" 404 188 0.037375 10.0.0.23 - - [2025-12-04 04:44:16] "GET /projects?obj_uuids=a2e4cce6-1721-4fcd-9ce5-db796c4d3400&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002904 10.0.0.23 - - [2025-12-04 04:44:16] "GET /domains?obj_uuids=77f3106b-db9e-49b5-893e-09cac574b890&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001085 10.0.0.23 - - [2025-12-04 04:44:16] "GET /domain/77f3106b-db9e-49b5-893e-09cac574b890?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.008289 10.0.0.23 - - [2025-12-04 04:44:16] "POST /id-to-fqname HTTP/1.1" 200 190 0.004164 10.0.0.23 - - [2025-12-04 04:44:16] "POST /fqname-to-id HTTP/1.1" 404 199 0.005254 10.0.0.23 - - [2025-12-04 04:44:16] "POST /security-groups HTTP/1.1" 200 591 0.032213 10.0.0.23 - - [2025-12-04 04:44:17] "POST /projects HTTP/1.1" 200 585 0.264109 10.0.0.33 - - [2025-12-04 04:44:17] "POST /fqname-to-id HTTP/1.1" 404 233 0.015130 10.0.0.23 - - [2025-12-04 04:44:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.346578 10.0.0.27 - - [2025-12-04 04:44:17] "GET /project/a2e4cce6-1721-4fcd-9ce5-db796c4d3400?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.521386 10.0.0.27 - - [2025-12-04 04:44:18] "GET / HTTP/1.1" 200 35931 0.002252 10.0.0.27 - - [2025-12-04 04:44:20] "POST /fqname-to-id HTTP/1.1" 401 292 0.000566 10.0.0.27 - - [2025-12-04 04:44:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.072196 10.0.0.23 - - [2025-12-04 04:44:20] "GET /projects?obj_uuids=a2e4cce6-1721-4fcd-9ce5-db796c4d3400&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001028 10.0.0.27 - - [2025-12-04 04:44:20] "GET /project/a2e4cce6-1721-4fcd-9ce5-db796c4d3400?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.052416 10.0.0.27 - - [2025-12-04 04:44:20] "POST /neutron/network HTTP/1.1" 200 117 0.041428 10.0.0.33 - - [2025-12-04 04:44:21] "POST /ref-update HTTP/1.1" 200 156 0.023282 10.0.0.27 - - [2025-12-04 04:44:21] "POST /neutron/network HTTP/1.1" 200 823 0.010656 10.0.0.27 - - [2025-12-04 04:44:21] "POST /id-to-fqname HTTP/1.1" 200 220 0.001390 10.0.0.27 - - [2025-12-04 04:44:21] "GET /virtual-network/61a5823c-66d1-4b55-bb80-6a4f2b5793f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.008381 10.0.0.27 - - [2025-12-04 04:44:21] "GET /virtual-network/61a5823c-66d1-4b55-bb80-6a4f2b5793f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.007076 10.0.0.27 - - [2025-12-04 04:44:21] "POST /neutron/subnet HTTP/1.1" 200 719 0.012007 10.0.0.27 - - [2025-12-04 04:44:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003623 10.0.0.23 - - [2025-12-04 04:44:21] "GET /projects?obj_uuids=a2e4cce6-1721-4fcd-9ce5-db796c4d3400&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001317 10.0.0.27 - - [2025-12-04 04:44:21] "GET /project/a2e4cce6-1721-4fcd-9ce5-db796c4d3400?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.051651 10.0.0.23 - - [2025-12-04 04:44:21] "POST /useragent-kv HTTP/1.1" 200 115 0.007245 10.0.0.27 - - [2025-12-04 04:44:22] "POST /neutron/subnet HTTP/1.1" 200 730 0.260322 10.0.0.27 - - [2025-12-04 04:44:22] "POST /id-to-fqname HTTP/1.1" 200 220 0.001262 10.0.0.27 - - [2025-12-04 04:44:22] "GET /virtual-network/c6a7dc78-4ef5-4fb9-8a94-ab66ad82629a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005536 10.0.0.27 - - [2025-12-04 04:44:22] "GET /virtual-network/c6a7dc78-4ef5-4fb9-8a94-ab66ad82629a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.008690 10.0.0.27 - - [2025-12-04 04:44:22] "POST /neutron/network HTTP/1.1" 200 825 0.006757 10.0.0.27 - - [2025-12-04 04:44:22] "POST /id-to-fqname HTTP/1.1" 200 220 0.001421 10.0.0.23 - - [2025-12-04 04:44:23] "GET /projects?obj_uuids=a2e4cce6-1721-4fcd-9ce5-db796c4d3400&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001150 10.0.0.27 - - [2025-12-04 04:44:23] "GET /project/a2e4cce6-1721-4fcd-9ce5-db796c4d3400?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.074129 10.0.0.27 - - [2025-12-04 04:44:23] "POST /neutron/network HTTP/1.1" 200 823 0.007488 10.0.0.27 - - [2025-12-04 04:44:23] "POST /id-to-fqname HTTP/1.1" 200 220 0.001533 10.0.0.27 - - [2025-12-04 04:44:23] "POST /neutron/port HTTP/1.1" 200 117 0.006297 10.0.0.23 - - [2025-12-04 04:44:23] "GET /projects?obj_uuids=a2e4cce6-1721-4fcd-9ce5-db796c4d3400&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001312 10.0.0.27 - - [2025-12-04 04:44:24] "POST /neutron/port HTTP/1.1" 200 1059 0.365809 10.0.0.27 - - [2025-12-04 04:44:24] "POST /neutron/port HTTP/1.1" 200 1113 0.114202 10.0.0.23 - - [2025-12-04 04:44:24] "GET /projects?obj_uuids=a2e4cce6-1721-4fcd-9ce5-db796c4d3400&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001625 10.0.0.27 - - [2025-12-04 04:44:24] "GET /project/a2e4cce6-1721-4fcd-9ce5-db796c4d3400?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.076594 10.0.0.27 - - [2025-12-04 04:44:24] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005976 10.0.0.27 - - [2025-12-04 04:44:24] "POST /neutron/network HTTP/1.1" 200 823 0.007722 10.0.0.27 - - [2025-12-04 04:44:24] "POST /neutron/port HTTP/1.1" 200 117 0.006231 10.0.0.27 - - [2025-12-04 04:44:25] "POST /neutron/network HTTP/1.1" 200 835 0.008732 10.0.0.27 - - [2025-12-04 04:44:25] "POST /neutron/port HTTP/1.1" 200 1061 0.018393 10.0.0.27 - - [2025-12-04 04:44:26] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005036 10.0.0.27 - - [2025-12-04 04:44:26] "POST /neutron/network HTTP/1.1" 200 825 0.009886 10.0.0.33 - - [2025-12-04 04:44:26] "DELETE /access-control-list/1927bf1a-2225-4d41-b43d-4e33ef9acb5c HTTP/1.1" 200 115 0.042949 10.0.0.27 - - [2025-12-04 04:44:29] "POST /neutron/network HTTP/1.1" 200 835 0.006863 10.0.0.27 - - [2025-12-04 04:44:29] "POST /neutron/port HTTP/1.1" 200 117 0.001262 10.0.0.27 - - [2025-12-04 04:44:30] "POST /neutron/security_group HTTP/1.1" 200 2058 0.011921 10.0.0.27 - - [2025-12-04 04:44:30] "POST /neutron/port HTTP/1.1" 200 1087 0.016449 10.0.0.27 - - [2025-12-04 04:44:30] "GET /virtual-machine/667f2eff-a659-4d61-8eb3-4a540c87d8af HTTP/1.1" 401 292 0.000447 10.0.0.27 - - [2025-12-04 04:44:30] "GET /virtual-machine/667f2eff-a659-4d61-8eb3-4a540c87d8af HTTP/1.1" 200 1292 0.039241 10.0.0.27 - - [2025-12-04 04:44:30] "GET /virtual-machine-interface/12b22a8c-2575-479e-b143-55affa488d6c HTTP/1.1" 200 2941 0.006727 10.0.0.27 - - [2025-12-04 04:44:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004065 10.0.0.27 - - [2025-12-04 04:44:30] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004799 10.0.0.27 - - [2025-12-04 04:44:30] "GET /virtual-networks?parent_id=a2e4cce6-1721-4fcd-9ce5-db796c4d3400&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.004388 10.0.0.27 - - [2025-12-04 04:44:30] "GET /virtual-network/61a5823c-66d1-4b55-bb80-6a4f2b5793f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.007170 10.0.0.27 - - [2025-12-04 04:44:32] "POST /neutron/port HTTP/1.1" 200 1087 0.019790 10.0.0.27 - - [2025-12-04 04:44:32] "POST /neutron/subnet HTTP/1.1" 200 693 0.012969 10.0.0.27 - - [2025-12-04 04:44:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.005725 10.0.0.27 - - [2025-12-04 04:44:34] "GET /virtual-network/61a5823c-66d1-4b55-bb80-6a4f2b5793f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.016315 10.0.0.27 - - [2025-12-04 04:44:34] "POST /neutron/port HTTP/1.1" 200 1087 0.018166 10.0.0.27 - - [2025-12-04 04:44:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003788 10.0.0.27 - - [2025-12-04 04:44:36] "POST /neutron/security_group HTTP/1.1" 200 2058 0.008487 10.0.0.27 - - [2025-12-04 04:44:36] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003717 10.0.0.27 - - [2025-12-04 04:44:36] "GET /virtual-networks?parent_id=a2e4cce6-1721-4fcd-9ce5-db796c4d3400&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003598 10.0.0.27 - - [2025-12-04 04:44:36] "GET /virtual-network/61a5823c-66d1-4b55-bb80-6a4f2b5793f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.006351 10.0.0.27 - - [2025-12-04 04:44:36] "POST /neutron/port HTTP/1.1" 200 1089 0.020466 10.0.0.27 - - [2025-12-04 04:44:36] "POST /neutron/security_group HTTP/1.1" 200 2058 0.009035 10.0.0.27 - - [2025-12-04 04:44:36] "GET /virtual-machine/775103ba-ff63-43fb-88ce-2267657275cd HTTP/1.1" 200 1291 0.005856 10.0.0.27 - - [2025-12-04 04:44:36] "GET /virtual-machine-interface/cc5d5911-34fe-4a80-950b-d3b32d205518 HTTP/1.1" 200 2942 0.006464 10.0.0.27 - - [2025-12-04 04:44:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003735 10.0.0.27 - - [2025-12-04 04:44:36] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004645 10.0.0.27 - - [2025-12-04 04:44:36] "GET /virtual-networks?parent_id=a2e4cce6-1721-4fcd-9ce5-db796c4d3400&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.004834 10.0.0.27 - - [2025-12-04 04:44:36] "GET /virtual-network/c6a7dc78-4ef5-4fb9-8a94-ab66ad82629a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.007126 10.0.0.27 - - [2025-12-04 04:44:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003435 10.0.0.27 - - [2025-12-04 04:44:37] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004825 10.0.0.27 - - [2025-12-04 04:44:37] "GET /virtual-networks?parent_id=a2e4cce6-1721-4fcd-9ce5-db796c4d3400&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003505 10.0.0.27 - - [2025-12-04 04:44:37] "GET /virtual-network/c6a7dc78-4ef5-4fb9-8a94-ab66ad82629a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005990 10.0.0.27 - - [2025-12-04 04:44:38] "GET /virtual-machine/667f2eff-a659-4d61-8eb3-4a540c87d8af HTTP/1.1" 200 1292 0.004812 10.0.0.27 - - [2025-12-04 04:44:38] "GET /virtual-machine-interface/12b22a8c-2575-479e-b143-55affa488d6c HTTP/1.1" 200 2941 0.007549 10.0.0.27 - - [2025-12-04 04:44:38] "GET /virtual-machine/667f2eff-a659-4d61-8eb3-4a540c87d8af HTTP/1.1" 200 1292 0.004799 10.0.0.27 - - [2025-12-04 04:44:38] "GET /virtual-machine-interface/12b22a8c-2575-479e-b143-55affa488d6c HTTP/1.1" 200 2941 0.006899 10.0.0.27 - - [2025-12-04 04:44:38] "GET /instance-ip/83abbe4a-6277-4357-a7bc-c4a6c75deb92 HTTP/1.1" 200 1619 0.007330 10.0.0.27 - - [2025-12-04 04:44:38] "GET /virtual-machine/667f2eff-a659-4d61-8eb3-4a540c87d8af HTTP/1.1" 200 1292 0.004925 10.0.0.27 - - [2025-12-04 04:44:38] "GET /virtual-machine-interface/12b22a8c-2575-479e-b143-55affa488d6c HTTP/1.1" 200 2941 0.006211 10.0.0.27 - - [2025-12-04 04:44:38] "GET /instance-ip/83abbe4a-6277-4357-a7bc-c4a6c75deb92 HTTP/1.1" 200 1619 0.005064 10.0.0.27 - - [2025-12-04 04:44:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003795 10.0.0.27 - - [2025-12-04 04:44:38] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003900 10.0.0.27 - - [2025-12-04 04:44:38] "GET /virtual-networks?parent_id=a2e4cce6-1721-4fcd-9ce5-db796c4d3400&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003405 10.0.0.27 - - [2025-12-04 04:44:38] "GET /virtual-network/61a5823c-66d1-4b55-bb80-6a4f2b5793f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.007138 10.0.0.27 - - [2025-12-04 04:44:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003520 10.0.0.27 - - [2025-12-04 04:44:38] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.006031 10.0.0.27 - - [2025-12-04 04:44:38] "GET /virtual-networks?parent_id=a2e4cce6-1721-4fcd-9ce5-db796c4d3400&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.005202 10.0.0.27 - - [2025-12-04 04:44:38] "GET /virtual-network/61a5823c-66d1-4b55-bb80-6a4f2b5793f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.008111 10.0.0.27 - - [2025-12-04 04:44:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003226 10.0.0.27 - - [2025-12-04 04:44:38] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004589 10.0.0.27 - - [2025-12-04 04:44:38] "GET /virtual-networks?parent_id=a2e4cce6-1721-4fcd-9ce5-db796c4d3400&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003517 10.0.0.27 - - [2025-12-04 04:44:38] "GET /virtual-network/61a5823c-66d1-4b55-bb80-6a4f2b5793f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.006258 10.0.0.27 - - [2025-12-04 04:44:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004186 10.0.0.27 - - [2025-12-04 04:44:38] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004387 10.0.0.27 - - [2025-12-04 04:44:38] "GET /virtual-networks?parent_id=a2e4cce6-1721-4fcd-9ce5-db796c4d3400&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003510 10.0.0.27 - - [2025-12-04 04:44:38] "GET /virtual-network/61a5823c-66d1-4b55-bb80-6a4f2b5793f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.007407 10.0.0.27 - - [2025-12-04 04:44:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004204 10.0.0.27 - - [2025-12-04 04:44:38] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004197 10.0.0.27 - - [2025-12-04 04:44:38] "GET /virtual-networks?parent_id=a2e4cce6-1721-4fcd-9ce5-db796c4d3400&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.004556 10.0.0.27 - - [2025-12-04 04:44:38] "GET /virtual-network/61a5823c-66d1-4b55-bb80-6a4f2b5793f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.008101 10.0.0.27 - - [2025-12-04 04:44:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.004008 10.0.0.27 - - [2025-12-04 04:44:39] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004269 10.0.0.27 - - [2025-12-04 04:44:39] "GET /virtual-networks?parent_id=a2e4cce6-1721-4fcd-9ce5-db796c4d3400&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003596 10.0.0.27 - - [2025-12-04 04:44:39] "GET /virtual-network/61a5823c-66d1-4b55-bb80-6a4f2b5793f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.006719 10.0.0.27 - - [2025-12-04 04:44:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.004608 10.0.0.27 - - [2025-12-04 04:44:39] "GET /routing-instance/6d62063c-8458-4609-a04d-780b15c77074?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1475 0.007318 10.0.0.27 - - [2025-12-04 04:44:39] "GET /route-target/5ae22f92-8719-4ec7-af1b-424ca68c733c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004380 10.0.0.27 - - [2025-12-04 04:44:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.004049 10.0.0.27 - - [2025-12-04 04:44:39] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004390 10.0.0.27 - - [2025-12-04 04:44:39] "GET /virtual-networks?parent_id=a2e4cce6-1721-4fcd-9ce5-db796c4d3400&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003731 10.0.0.27 - - [2025-12-04 04:44:39] "GET /virtual-network/61a5823c-66d1-4b55-bb80-6a4f2b5793f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.007144 10.0.0.27 - - [2025-12-04 04:44:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003657 10.0.0.27 - - [2025-12-04 04:44:39] "GET /routing-instance/6d62063c-8458-4609-a04d-780b15c77074?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1475 0.004811 10.0.0.27 - - [2025-12-04 04:44:39] "GET /route-target/5ae22f92-8719-4ec7-af1b-424ca68c733c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004851 10.0.0.27 - - [2025-12-04 04:44:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.004115 10.0.0.27 - - [2025-12-04 04:44:39] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004506 10.0.0.27 - - [2025-12-04 04:44:39] "GET /virtual-networks?parent_id=a2e4cce6-1721-4fcd-9ce5-db796c4d3400&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.004133 10.0.0.27 - - [2025-12-04 04:44:39] "GET /virtual-network/61a5823c-66d1-4b55-bb80-6a4f2b5793f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.009205 10.0.0.27 - - [2025-12-04 04:44:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003900 10.0.0.27 - - [2025-12-04 04:44:39] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004795 10.0.0.27 - - [2025-12-04 04:44:39] "GET /virtual-networks?parent_id=a2e4cce6-1721-4fcd-9ce5-db796c4d3400&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.004189 10.0.0.27 - - [2025-12-04 04:44:39] "GET /virtual-network/61a5823c-66d1-4b55-bb80-6a4f2b5793f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.006983 10.0.0.23 - - [2025-12-04 04:44:40] "GET /obj-perms HTTP/1.1" 200 5030 0.066471 10.0.0.27 - - [2025-12-04 04:44:42] "GET /obj-perms HTTP/1.1" 200 5030 0.061496 10.0.0.27 - - [2025-12-04 04:44:42] "GET /obj-perms HTTP/1.1" 200 5030 0.003800 10.0.0.23 - - [2025-12-04 04:44:42] "GET /obj-perms HTTP/1.1" 200 5030 0.004953 10.0.0.27 - - [2025-12-04 04:44:43] "GET /obj-perms HTTP/1.1" 200 5030 0.004745 10.0.0.33 - - [2025-12-04 04:44:43] "GET /obj-perms HTTP/1.1" 200 5030 0.065985 10.0.0.23 - - [2025-12-04 04:44:43] "GET /obj-perms HTTP/1.1" 200 5030 0.004804 10.0.0.27 - - [2025-12-04 04:44:43] "POST /neutron/port HTTP/1.1" 200 1089 0.017516 10.0.0.27 - - [2025-12-04 04:44:43] "GET /virtual-machine/775103ba-ff63-43fb-88ce-2267657275cd HTTP/1.1" 200 1291 0.004242 10.0.0.27 - - [2025-12-04 04:44:43] "GET /virtual-machine-interface/cc5d5911-34fe-4a80-950b-d3b32d205518 HTTP/1.1" 200 2942 0.006009 10.0.0.27 - - [2025-12-04 04:44:43] "GET /virtual-machine/775103ba-ff63-43fb-88ce-2267657275cd HTTP/1.1" 200 1291 0.004571 10.0.0.27 - - [2025-12-04 04:44:43] "GET /virtual-machine-interface/cc5d5911-34fe-4a80-950b-d3b32d205518 HTTP/1.1" 200 2942 0.005452 10.0.0.27 - - [2025-12-04 04:44:43] "GET /instance-ip/4f769777-ad06-4d25-9ea9-bfb7f16dc4b5 HTTP/1.1" 200 1621 0.007357 10.0.0.27 - - [2025-12-04 04:44:43] "GET /virtual-machine/775103ba-ff63-43fb-88ce-2267657275cd HTTP/1.1" 200 1291 0.004556 10.0.0.27 - - [2025-12-04 04:44:43] "GET /virtual-machine-interface/cc5d5911-34fe-4a80-950b-d3b32d205518 HTTP/1.1" 200 2942 0.007775 10.0.0.27 - - [2025-12-04 04:44:43] "GET /instance-ip/4f769777-ad06-4d25-9ea9-bfb7f16dc4b5 HTTP/1.1" 200 1621 0.006213 10.0.0.27 - - [2025-12-04 04:44:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003503 10.0.0.27 - - [2025-12-04 04:44:43] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004211 10.0.0.27 - - [2025-12-04 04:44:43] "GET /virtual-networks?parent_id=a2e4cce6-1721-4fcd-9ce5-db796c4d3400&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.004037 10.0.0.27 - - [2025-12-04 04:44:43] "GET /virtual-network/c6a7dc78-4ef5-4fb9-8a94-ab66ad82629a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.009238 10.0.0.27 - - [2025-12-04 04:44:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003583 10.0.0.27 - - [2025-12-04 04:44:43] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005219 10.0.0.27 - - [2025-12-04 04:44:43] "GET /virtual-networks?parent_id=a2e4cce6-1721-4fcd-9ce5-db796c4d3400&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003395 10.0.0.27 - - [2025-12-04 04:44:43] "GET /virtual-network/c6a7dc78-4ef5-4fb9-8a94-ab66ad82629a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.006687 10.0.0.27 - - [2025-12-04 04:44:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004272 10.0.0.27 - - [2025-12-04 04:44:44] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004357 10.0.0.27 - - [2025-12-04 04:44:44] "GET /virtual-networks?parent_id=a2e4cce6-1721-4fcd-9ce5-db796c4d3400&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003232 10.0.0.27 - - [2025-12-04 04:44:44] "GET /virtual-network/c6a7dc78-4ef5-4fb9-8a94-ab66ad82629a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.007575 10.0.0.27 - - [2025-12-04 04:44:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003940 10.0.0.27 - - [2025-12-04 04:44:44] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004256 10.0.0.27 - - [2025-12-04 04:44:44] "GET /virtual-networks?parent_id=a2e4cce6-1721-4fcd-9ce5-db796c4d3400&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003704 10.0.0.27 - - [2025-12-04 04:44:44] "GET /virtual-network/c6a7dc78-4ef5-4fb9-8a94-ab66ad82629a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.007852 10.0.0.27 - - [2025-12-04 04:44:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003368 10.0.0.27 - - [2025-12-04 04:44:44] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004380 10.0.0.27 - - [2025-12-04 04:44:44] "GET /virtual-networks?parent_id=a2e4cce6-1721-4fcd-9ce5-db796c4d3400&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003277 10.0.0.27 - - [2025-12-04 04:44:44] "GET /virtual-network/c6a7dc78-4ef5-4fb9-8a94-ab66ad82629a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.006612 10.0.0.27 - - [2025-12-04 04:44:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004562 10.0.0.27 - - [2025-12-04 04:44:44] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004795 10.0.0.27 - - [2025-12-04 04:44:44] "GET /virtual-networks?parent_id=a2e4cce6-1721-4fcd-9ce5-db796c4d3400&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003209 10.0.0.27 - - [2025-12-04 04:44:44] "GET /virtual-network/c6a7dc78-4ef5-4fb9-8a94-ab66ad82629a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.010435 10.0.0.27 - - [2025-12-04 04:44:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003603 10.0.0.27 - - [2025-12-04 04:44:44] "GET /routing-instance/b8fdb0ac-ef47-46b1-a059-7501ba8609e4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1476 0.004774 10.0.0.27 - - [2025-12-04 04:44:44] "GET /route-target/9a99d6ef-7d5c-44e1-91ca-cb656df752fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.005459 10.0.0.27 - - [2025-12-04 04:44:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004002 10.0.0.27 - - [2025-12-04 04:44:44] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004457 10.0.0.27 - - [2025-12-04 04:44:44] "GET /virtual-networks?parent_id=a2e4cce6-1721-4fcd-9ce5-db796c4d3400&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.004130 10.0.0.27 - - [2025-12-04 04:44:44] "GET /virtual-network/c6a7dc78-4ef5-4fb9-8a94-ab66ad82629a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.006221 10.0.0.27 - - [2025-12-04 04:44:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003576 10.0.0.27 - - [2025-12-04 04:44:44] "GET /routing-instance/b8fdb0ac-ef47-46b1-a059-7501ba8609e4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1476 0.004811 10.0.0.27 - - [2025-12-04 04:44:45] "GET /route-target/9a99d6ef-7d5c-44e1-91ca-cb656df752fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.005813 10.0.0.27 - - [2025-12-04 04:44:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003935 10.0.0.27 - - [2025-12-04 04:44:45] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004752 10.0.0.27 - - [2025-12-04 04:44:45] "GET /virtual-networks?parent_id=a2e4cce6-1721-4fcd-9ce5-db796c4d3400&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003550 10.0.0.27 - - [2025-12-04 04:44:45] "GET /virtual-network/c6a7dc78-4ef5-4fb9-8a94-ab66ad82629a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005518 10.0.0.27 - - [2025-12-04 04:44:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004017 10.0.0.27 - - [2025-12-04 04:44:45] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.006212 10.0.0.27 - - [2025-12-04 04:44:45] "GET /virtual-networks?parent_id=a2e4cce6-1721-4fcd-9ce5-db796c4d3400&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.005796 10.0.0.27 - - [2025-12-04 04:44:45] "GET /virtual-network/c6a7dc78-4ef5-4fb9-8a94-ab66ad82629a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.006491 10.0.0.23 - - [2025-12-04 04:44:49] "GET /obj-perms HTTP/1.1" 200 5030 0.004144 10.0.0.27 - - [2025-12-04 04:44:51] "GET /obj-perms HTTP/1.1" 200 5030 0.003583 10.0.0.23 - - [2025-12-04 04:44:51] "GET /obj-perms HTTP/1.1" 200 5030 0.004976 10.0.0.27 - - [2025-12-04 04:44:51] "GET /obj-perms HTTP/1.1" 200 5030 0.007837 10.0.0.33 - - [2025-12-04 04:44:51] "GET /obj-perms HTTP/1.1" 200 5030 0.003313 10.0.0.23 - - [2025-12-04 04:44:57] "DELETE /project/a2e4cce617214fcd9ce5db796c4d3400 HTTP/1.1" 404 173 0.034230 10.0.0.23 - - [2025-12-04 04:44:57] "DELETE /project/34628240-e36e-4cc0-8bbf-5548ebf3438b HTTP/1.1" 404 177 0.054388 10.0.0.27 - - [2025-12-04 04:45:12] "GET /virtual-machine/775103ba-ff63-43fb-88ce-2267657275cd HTTP/1.1" 200 1291 0.005429 10.0.0.27 - - [2025-12-04 04:45:12] "POST /neutron/port HTTP/1.1" 200 1115 0.015041 10.0.0.27 - - [2025-12-04 04:45:14] "GET /virtual-machine/775103ba-ff63-43fb-88ce-2267657275cd HTTP/1.1" 404 171 0.003638 10.0.0.27 - - [2025-12-04 04:45:14] "GET /virtual-machine/775103ba-ff63-43fb-88ce-2267657275cd HTTP/1.1" 404 171 0.003224 10.0.0.27 - - [2025-12-04 04:45:14] "GET /virtual-machine/775103ba-ff63-43fb-88ce-2267657275cd HTTP/1.1" 404 171 0.003430 10.0.0.27 - - [2025-12-04 04:45:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004737 10.0.0.27 - - [2025-12-04 04:45:14] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004765 10.0.0.27 - - [2025-12-04 04:45:14] "GET /virtual-networks?parent_id=a2e4cce6-1721-4fcd-9ce5-db796c4d3400&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003805 10.0.0.27 - - [2025-12-04 04:45:14] "GET /virtual-network/c6a7dc78-4ef5-4fb9-8a94-ab66ad82629a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.006624 10.0.0.27 - - [2025-12-04 04:45:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003698 10.0.0.27 - - [2025-12-04 04:45:14] "GET /routing-instance/b8fdb0ac-ef47-46b1-a059-7501ba8609e4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1476 0.006061 10.0.0.27 - - [2025-12-04 04:45:14] "GET /route-target/9a99d6ef-7d5c-44e1-91ca-cb656df752fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004909 10.0.0.27 - - [2025-12-04 04:45:17] "GET /obj-perms HTTP/1.1" 200 5030 0.004423 10.0.0.33 - - [2025-12-04 04:45:21] "GET /obj-perms HTTP/1.1" 200 5030 0.004578 10.0.0.27 - - [2025-12-04 04:45:21] "GET /obj-perms HTTP/1.1" 200 5030 0.004198 10.0.0.27 - - [2025-12-04 04:45:21] "GET /virtual-machine/667f2eff-a659-4d61-8eb3-4a540c87d8af HTTP/1.1" 200 1292 0.004745 10.0.0.27 - - [2025-12-04 04:45:21] "POST /neutron/port HTTP/1.1" 200 1113 0.014227 10.0.0.27 - - [2025-12-04 04:45:23] "GET /virtual-machine/667f2eff-a659-4d61-8eb3-4a540c87d8af HTTP/1.1" 404 171 0.003213 10.0.0.27 - - [2025-12-04 04:45:23] "GET /virtual-machine/667f2eff-a659-4d61-8eb3-4a540c87d8af HTTP/1.1" 404 171 0.003138 10.0.0.27 - - [2025-12-04 04:45:23] "GET /virtual-machine/667f2eff-a659-4d61-8eb3-4a540c87d8af HTTP/1.1" 404 171 0.003805 10.0.0.27 - - [2025-12-04 04:45:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003657 10.0.0.27 - - [2025-12-04 04:45:23] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004282 10.0.0.27 - - [2025-12-04 04:45:23] "GET /virtual-networks?parent_id=a2e4cce6-1721-4fcd-9ce5-db796c4d3400&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003483 10.0.0.27 - - [2025-12-04 04:45:23] "GET /virtual-network/61a5823c-66d1-4b55-bb80-6a4f2b5793f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.013874 10.0.0.27 - - [2025-12-04 04:45:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003559 10.0.0.27 - - [2025-12-04 04:45:23] "GET /routing-instance/6d62063c-8458-4609-a04d-780b15c77074?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1475 0.005185 10.0.0.27 - - [2025-12-04 04:45:23] "GET /route-target/5ae22f92-8719-4ec7-af1b-424ca68c733c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004083 10.0.0.23 - - [2025-12-04 04:45:23] "GET /obj-perms HTTP/1.1" 200 5030 0.005324 10.0.0.27 - - [2025-12-04 04:45:29] "GET /obj-perms HTTP/1.1" 200 5030 0.004004 10.0.0.23 - - [2025-12-04 04:45:29] "GET /obj-perms HTTP/1.1" 200 5030 0.003730 10.0.0.27 - - [2025-12-04 04:45:36] "GET /obj-perms HTTP/1.1" 200 5030 0.004826 10.0.0.23 - - [2025-12-04 04:45:39] "GET /obj-perms HTTP/1.1" 200 5030 0.003916 10.0.0.27 - - [2025-12-04 04:45:42] "GET /obj-perms HTTP/1.1" 200 5030 0.005064 10.0.0.23 - - [2025-12-04 04:45:42] "POST /useragent-kv HTTP/1.1" 200 115 0.049741 10.0.0.23 - - [2025-12-04 04:45:42] "POST /useragent-kv HTTP/1.1" 200 115 0.002950 10.0.0.27 - - [2025-12-04 04:45:42] "POST /neutron/network HTTP/1.1" 200 151 0.203059 10.0.0.33 - - [2025-12-04 04:45:42] "DELETE /route-target/9a99d6ef-7d5c-44e1-91ca-cb656df752fb HTTP/1.1" 200 115 0.061073 10.0.0.23 - - [2025-12-04 04:45:44] "GET /projects?obj_uuids=a2e4cce6-1721-4fcd-9ce5-db796c4d3400&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001367 10.0.0.27 - - [2025-12-04 04:45:44] "GET /project/a2e4cce6-1721-4fcd-9ce5-db796c4d3400?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.049702 10.0.0.23 - - [2025-12-04 04:45:44] "GET /projects?obj_uuids=a2e4cce6-1721-4fcd-9ce5-db796c4d3400&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001149 10.0.0.27 - - [2025-12-04 04:45:44] "GET /project/a2e4cce6-1721-4fcd-9ce5-db796c4d3400?fields=virtual_networks HTTP/1.1" 200 1033 0.056045 10.0.0.23 - - [2025-12-04 04:45:44] "GET /projects?obj_uuids=a2e4cce6-1721-4fcd-9ce5-db796c4d3400&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001083 10.0.0.27 - - [2025-12-04 04:45:44] "GET /project/a2e4cce6-1721-4fcd-9ce5-db796c4d3400?fields=virtual_machine_interfaces HTTP/1.1" 200 1033 0.040922 10.0.0.23 - - [2025-12-04 04:45:44] "GET /projects?obj_uuids=a2e4cce6-1721-4fcd-9ce5-db796c4d3400&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001209 10.0.0.27 - - [2025-12-04 04:45:44] "GET /project/a2e4cce6-1721-4fcd-9ce5-db796c4d3400?fields=security_groups HTTP/1.1" 200 1259 0.048265 10.0.0.27 - - [2025-12-04 04:45:45] "POST /fqname-to-id HTTP/1.1" 404 196 0.033813 10.0.0.23 - - [2025-12-04 04:45:45] "GET /projects?obj_uuids=f480f709-1f07-4cf3-b27c-900b63f36fbd&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003124 10.0.0.23 - - [2025-12-04 04:45:45] "GET /domains?obj_uuids=77f3106b-db9e-49b5-893e-09cac574b890&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001078 10.0.0.23 - - [2025-12-04 04:45:45] "GET /domain/77f3106b-db9e-49b5-893e-09cac574b890?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.008025 10.0.0.23 - - [2025-12-04 04:45:45] "POST /id-to-fqname HTTP/1.1" 200 198 0.005226 10.0.0.23 - - [2025-12-04 04:45:45] "POST /fqname-to-id HTTP/1.1" 404 207 0.017840 10.0.0.23 - - [2025-12-04 04:45:45] "POST /security-groups HTTP/1.1" 200 599 0.048745 10.0.0.33 - - [2025-12-04 04:45:45] "POST /fqname-to-id HTTP/1.1" 404 242 0.004852 10.0.0.23 - - [2025-12-04 04:45:45] "POST /projects HTTP/1.1" 200 601 0.280502 10.0.0.23 - - [2025-12-04 04:45:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.367171 10.0.0.33 - - [2025-12-04 04:45:45] "POST /access-control-lists HTTP/1.1" 200 602 0.029158 10.0.0.27 - - [2025-12-04 04:45:45] "GET /project/f480f709-1f07-4cf3-b27c-900b63f36fbd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.525151 10.0.0.27 - - [2025-12-04 04:45:47] "GET / HTTP/1.1" 200 35931 0.002234 10.0.0.27 - - [2025-12-04 04:45:50] "POST /fqname-to-id HTTP/1.1" 401 292 0.000572 10.0.0.27 - - [2025-12-04 04:45:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.074252 10.0.0.23 - - [2025-12-04 04:45:50] "GET /projects?obj_uuids=f480f709-1f07-4cf3-b27c-900b63f36fbd&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001147 10.0.0.27 - - [2025-12-04 04:45:50] "GET /project/f480f709-1f07-4cf3-b27c-900b63f36fbd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.050522 10.0.0.27 - - [2025-12-04 04:45:50] "POST /neutron/network HTTP/1.1" 200 117 0.046322 10.0.0.23 - - [2025-12-04 04:45:51] "POST /useragent-kv HTTP/1.1" 200 115 0.020984 10.0.0.27 - - [2025-12-04 04:45:51] "POST /neutron/subnet HTTP/1.1" 200 828 0.250114 10.0.0.27 - - [2025-12-04 04:45:51] "POST /id-to-fqname HTTP/1.1" 200 228 0.001614 10.0.0.27 - - [2025-12-04 04:45:51] "GET /virtual-network/f363e7e4-9a72-419b-8858-4ed5bf763061?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.006686 10.0.0.27 - - [2025-12-04 04:45:51] "GET /virtual-network/f363e7e4-9a72-419b-8858-4ed5bf763061?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.007058 10.0.0.27 - - [2025-12-04 04:45:51] "POST /neutron/network HTTP/1.1" 200 1005 0.011074 10.0.0.27 - - [2025-12-04 04:45:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003115 10.0.0.23 - - [2025-12-04 04:45:51] "GET /projects?obj_uuids=f480f709-1f07-4cf3-b27c-900b63f36fbd&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001112 10.0.0.27 - - [2025-12-04 04:45:52] "GET /project/f480f709-1f07-4cf3-b27c-900b63f36fbd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.056458 10.0.0.27 - - [2025-12-04 04:45:52] "POST /neutron/network HTTP/1.1" 200 117 0.016027 10.0.0.33 - - [2025-12-04 04:45:52] "POST /route-targets HTTP/1.1" 200 327 0.016081 10.0.0.23 - - [2025-12-04 04:45:52] "POST /useragent-kv HTTP/1.1" 200 115 0.013364 10.0.0.27 - - [2025-12-04 04:45:52] "POST /neutron/subnet HTTP/1.1" 200 823 0.217117 10.0.0.27 - - [2025-12-04 04:45:52] "POST /id-to-fqname HTTP/1.1" 200 228 0.001327 10.0.0.27 - - [2025-12-04 04:45:52] "GET /virtual-network/681c179a-a2de-4a13-a244-9605ecd47907?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.006254 10.0.0.27 - - [2025-12-04 04:45:52] "GET /virtual-network/681c179a-a2de-4a13-a244-9605ecd47907?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.006973 10.0.0.27 - - [2025-12-04 04:45:52] "POST /neutron/network HTTP/1.1" 200 1005 0.010105 10.0.0.27 - - [2025-12-04 04:45:53] "GET /virtual-network/f363e7e4-9a72-419b-8858-4ed5bf763061?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.006600 10.0.0.33 - - [2025-12-04 04:45:54] "GET /obj-perms HTTP/1.1" 200 5046 0.062393 10.0.0.23 - - [2025-12-04 04:45:54] "GET /obj-perms HTTP/1.1" 200 5046 0.062286 10.0.0.27 - - [2025-12-04 04:45:55] "GET /virtual-network/681c179a-a2de-4a13-a244-9605ecd47907?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.007422 10.0.0.27 - - [2025-12-04 04:45:55] "GET /obj-perms HTTP/1.1" 200 5046 0.074758 10.0.0.27 - - [2025-12-04 04:45:55] "POST /neutron/network HTTP/1.1" 200 1005 0.012609 10.0.0.27 - - [2025-12-04 04:45:55] "POST /id-to-fqname HTTP/1.1" 200 228 0.001653 10.0.0.27 - - [2025-12-04 04:45:56] "POST /neutron/network HTTP/1.1" 200 1015 0.007609 10.0.0.23 - - [2025-12-04 04:45:56] "GET /projects?obj_uuids=f480f709-1f07-4cf3-b27c-900b63f36fbd&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001238 10.0.0.27 - - [2025-12-04 04:45:56] "GET /project/f480f709-1f07-4cf3-b27c-900b63f36fbd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.091377 10.0.0.27 - - [2025-12-04 04:45:57] "POST /neutron/port HTTP/1.1" 200 117 0.007365 10.0.0.23 - - [2025-12-04 04:45:57] "GET /projects?obj_uuids=f480f709-1f07-4cf3-b27c-900b63f36fbd&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001009 10.0.0.23 - - [2025-12-04 04:45:57] "DELETE /project/f480f7091f074cf3b27c900b63f36fbd HTTP/1.1" 404 173 0.004758 10.0.0.23 - - [2025-12-04 04:45:57] "GET /projects?obj_uuids=a2e4cce6-1721-4fcd-9ce5-db796c4d3400&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001380 10.0.0.23 - - [2025-12-04 04:45:57] "GET /project/a2e4cce6-1721-4fcd-9ce5-db796c4d3400?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1469 0.077718 10.0.0.23 - - [2025-12-04 04:45:57] "GET /projects?obj_uuids=a2e4cce6-1721-4fcd-9ce5-db796c4d3400&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001055 10.0.0.23 - - [2025-12-04 04:45:58] "GET /project/a2e4cce6-1721-4fcd-9ce5-db796c4d3400?fields=security_groups HTTP/1.1" 200 1364 0.061871 10.0.0.23 - - [2025-12-04 04:45:58] "DELETE /security-group/5364305a-dd9e-445d-bcff-59af75b0c3d4 HTTP/1.1" 200 115 0.103572 10.0.0.23 - - [2025-12-04 04:45:58] "GET /projects?obj_uuids=a2e4cce6-1721-4fcd-9ce5-db796c4d3400&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001512 10.0.0.23 - - [2025-12-04 04:45:58] "GET /project/a2e4cce6-1721-4fcd-9ce5-db796c4d3400?fields=application_policy_sets HTTP/1.1" 200 1403 0.090360 10.0.0.33 - - [2025-12-04 04:45:58] "DELETE /access-control-list/aa6bca2e-1a14-4cd8-b0db-71a84bdc6232 HTTP/1.1" 200 115 0.072128 10.0.0.27 - - [2025-12-04 04:45:58] "POST /neutron/port HTTP/1.1" 200 1174 0.606631 10.0.0.23 - - [2025-12-04 04:45:58] "DELETE /project/a2e4cce6-1721-4fcd-9ce5-db796c4d3400 HTTP/1.1" 200 115 0.642935 10.0.0.27 - - [2025-12-04 04:45:58] "POST /neutron/port HTTP/1.1" 200 1228 0.176702 10.0.0.27 - - [2025-12-04 04:45:58] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004388 10.0.0.27 - - [2025-12-04 04:45:58] "POST /neutron/port HTTP/1.1" 200 117 0.001432 10.0.0.27 - - [2025-12-04 04:46:02] "POST /neutron/security_group HTTP/1.1" 200 2066 0.009887 10.0.0.27 - - [2025-12-04 04:46:02] "POST /neutron/port HTTP/1.1" 200 1202 0.020178 10.0.0.27 - - [2025-12-04 04:46:02] "GET /virtual-machine/61de9788-a31e-4adb-8a3a-abaf07771f0f HTTP/1.1" 401 292 0.000506 10.0.0.27 - - [2025-12-04 04:46:02] "GET /virtual-machine/61de9788-a31e-4adb-8a3a-abaf07771f0f HTTP/1.1" 200 1299 0.050703 10.0.0.27 - - [2025-12-04 04:46:03] "GET /virtual-machine-interface/85d661de-8b79-416d-af24-95cfabff0074 HTTP/1.1" 200 3175 0.006684 10.0.0.27 - - [2025-12-04 04:46:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003571 10.0.0.27 - - [2025-12-04 04:46:03] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004844 10.0.0.27 - - [2025-12-04 04:46:03] "GET /virtual-networks?parent_id=f480f709-1f07-4cf3-b27c-900b63f36fbd&detail=False&count=False&shared=False HTTP/1.1" 200 587 0.004032 10.0.0.27 - - [2025-12-04 04:46:03] "GET /virtual-network/f363e7e4-9a72-419b-8858-4ed5bf763061?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.007037 10.0.0.27 - - [2025-12-04 04:46:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004294 10.0.0.27 - - [2025-12-04 04:46:06] "GET /virtual-network/f363e7e4-9a72-419b-8858-4ed5bf763061?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.006155 10.0.0.27 - - [2025-12-04 04:46:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004708 10.0.0.27 - - [2025-12-04 04:46:10] "GET /virtual-network/f363e7e4-9a72-419b-8858-4ed5bf763061?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.007259 10.0.0.27 - - [2025-12-04 04:46:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003974 10.0.0.27 - - [2025-12-04 04:46:14] "GET /virtual-network/f363e7e4-9a72-419b-8858-4ed5bf763061?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.005597 10.0.0.27 - - [2025-12-04 04:46:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003984 10.0.0.27 - - [2025-12-04 04:46:18] "GET /virtual-network/f363e7e4-9a72-419b-8858-4ed5bf763061?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.005807 10.0.0.27 - - [2025-12-04 04:46:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003547 10.0.0.27 - - [2025-12-04 04:46:22] "GET /virtual-network/f363e7e4-9a72-419b-8858-4ed5bf763061?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.007753 10.0.0.27 - - [2025-12-04 04:46:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003994 10.0.0.27 - - [2025-12-04 04:46:26] "GET /virtual-network/f363e7e4-9a72-419b-8858-4ed5bf763061?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.006501 10.0.0.27 - - [2025-12-04 04:46:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004182 10.0.0.27 - - [2025-12-04 04:46:30] "GET /virtual-network/f363e7e4-9a72-419b-8858-4ed5bf763061?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.005736 10.0.0.27 - - [2025-12-04 04:46:33] "POST /neutron/port HTTP/1.1" 200 1202 0.020030 10.0.0.27 - - [2025-12-04 04:46:33] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004428 10.0.0.27 - - [2025-12-04 04:46:33] "POST /neutron/port HTTP/1.1" 200 117 0.001425 10.0.0.27 - - [2025-12-04 04:46:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004150 10.0.0.27 - - [2025-12-04 04:46:34] "GET /virtual-network/f363e7e4-9a72-419b-8858-4ed5bf763061?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.006983 10.0.0.27 - - [2025-12-04 04:46:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004074 10.0.0.27 - - [2025-12-04 04:46:38] "GET /virtual-network/f363e7e4-9a72-419b-8858-4ed5bf763061?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.007750 10.0.0.27 - - [2025-12-04 04:46:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.004438 10.0.0.27 - - [2025-12-04 04:46:43] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004652 10.0.0.27 - - [2025-12-04 04:46:43] "GET /virtual-networks?parent_id=f480f709-1f07-4cf3-b27c-900b63f36fbd&detail=False&count=False&shared=False HTTP/1.1" 200 587 0.004097 10.0.0.27 - - [2025-12-04 04:46:43] "GET /virtual-network/f363e7e4-9a72-419b-8858-4ed5bf763061?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.005997 10.0.0.27 - - [2025-12-04 04:46:43] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008773 10.0.0.27 - - [2025-12-04 04:46:53] "POST /neutron/port HTTP/1.1" 200 1202 0.024154 10.0.0.27 - - [2025-12-04 04:46:55] "POST /neutron/security_group HTTP/1.1" 200 2066 0.042164 10.0.0.27 - - [2025-12-04 04:47:03] "POST /neutron/port HTTP/1.1" 200 1202 0.017014 10.0.0.27 - - [2025-12-04 04:47:09] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008842 10.0.0.27 - - [2025-12-04 04:47:09] "POST /neutron/port HTTP/1.1" 200 1202 0.032699 10.0.0.27 - - [2025-12-04 04:47:09] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008974 10.0.0.27 - - [2025-12-04 04:47:09] "POST /id-to-fqname HTTP/1.1" 200 228 0.001320 10.0.0.27 - - [2025-12-04 04:47:09] "GET /virtual-machine/61de9788-a31e-4adb-8a3a-abaf07771f0f HTTP/1.1" 200 1299 0.006867 10.0.0.27 - - [2025-12-04 04:47:09] "GET /virtual-machine-interface/85d661de-8b79-416d-af24-95cfabff0074 HTTP/1.1" 200 3175 0.006702 10.0.0.27 - - [2025-12-04 04:47:09] "GET /instance-ip/0c11646a-22a8-4002-a577-2db0688d7a11 HTTP/1.1" 200 1655 0.005990 10.0.0.27 - - [2025-12-04 04:47:09] "GET /instance-ip/b52cf5c8-fec4-457a-8f14-597ee0f382dc HTTP/1.1" 200 1636 0.006075 10.0.0.27 - - [2025-12-04 04:47:09] "POST /fqname-to-id HTTP/1.1" 404 218 0.003074 10.0.0.27 - - [2025-12-04 04:47:09] "GET /virtual-network/f363e7e4-9a72-419b-8858-4ed5bf763061?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.008291 10.0.0.23 - - [2025-12-04 04:47:09] "GET /projects?obj_uuids=f480f709-1f07-4cf3-b27c-900b63f36fbd&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001307 10.0.0.27 - - [2025-12-04 04:47:09] "GET /project/f480f709-1f07-4cf3-b27c-900b63f36fbd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.060696 10.0.0.27 - - [2025-12-04 04:47:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.017885 10.0.0.27 - - [2025-12-04 04:47:09] "GET /security-group/f13ad231-240a-47aa-95c5-bef30dfa3609?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3779 0.005324 10.0.0.27 - - [2025-12-04 04:47:09] "POST /virtual-machine-interfaces HTTP/1.1" 200 573 0.101971 10.0.0.27 - - [2025-12-04 04:47:10] "POST /instance-ips HTTP/1.1" 200 357 0.048481 10.0.0.27 - - [2025-12-04 04:47:10] "GET /instance-ip/efef5476-99e7-4ea5-bbe2-ed88bb625f03?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1591 0.007481 10.0.0.27 - - [2025-12-04 04:47:10] "POST /instance-ips HTTP/1.1" 200 357 0.038224 10.0.0.27 - - [2025-12-04 04:47:10] "GET /instance-ip/c5a46455-d9b5-4494-b1fb-ac0361b930ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1611 0.007619 10.0.0.27 - - [2025-12-04 04:47:10] "GET /virtual-machine-interface/c7bf1b7d-72af-4826-9787-c26c7dc9e59c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2392 0.006521 10.0.0.27 - - [2025-12-04 04:47:10] "GET /virtual-machine-interface/c7bf1b7d-72af-4826-9787-c26c7dc9e59c?fields=instance_ip_back_refs HTTP/1.1" 200 1538 0.007874 10.0.0.27 - - [2025-12-04 04:47:10] "GET /instance-ip/c5a46455-d9b5-4494-b1fb-ac0361b930ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1611 0.004526 10.0.0.27 - - [2025-12-04 04:47:10] "GET /instance-ip/efef5476-99e7-4ea5-bbe2-ed88bb625f03?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1591 0.004787 10.0.0.27 - - [2025-12-04 04:47:10] "POST /id-to-fqname HTTP/1.1" 200 228 0.001404 10.0.0.27 - - [2025-12-04 04:47:10] "POST /neutron/port HTTP/1.1" 200 1202 0.016232 10.0.0.27 - - [2025-12-04 04:47:10] "POST /neutron/port HTTP/1.1" 200 1081 0.064655 10.0.0.27 - - [2025-12-04 04:47:11] "POST /neutron/port HTTP/1.1" 200 1081 0.025903 10.0.0.27 - - [2025-12-04 04:47:11] "POST /neutron/port HTTP/1.1" 200 117 0.008258 10.0.0.27 - - [2025-12-04 04:47:11] "POST /neutron/network HTTP/1.1" 200 1015 0.008221 10.0.0.27 - - [2025-12-04 04:47:12] "POST /neutron/port HTTP/1.1" 200 1174 0.162025 10.0.0.27 - - [2025-12-04 04:47:12] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004404 10.0.0.27 - - [2025-12-04 04:47:12] "POST /neutron/port HTTP/1.1" 200 117 0.001346 10.0.0.27 - - [2025-12-04 04:47:16] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007707 10.0.0.27 - - [2025-12-04 04:47:16] "POST /neutron/port HTTP/1.1" 200 1148 0.019966 10.0.0.27 - - [2025-12-04 04:47:16] "GET /virtual-machine/1121a1b0-3a54-4e55-bb7d-f2059271ad2d HTTP/1.1" 200 1278 0.006054 10.0.0.27 - - [2025-12-04 04:47:16] "GET /virtual-machine-interface/c7bf1b7d-72af-4826-9787-c26c7dc9e59c HTTP/1.1" 200 3226 0.009379 10.0.0.27 - - [2025-12-04 04:47:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004962 10.0.0.27 - - [2025-12-04 04:47:16] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004643 10.0.0.27 - - [2025-12-04 04:47:16] "GET /virtual-networks?parent_id=f480f709-1f07-4cf3-b27c-900b63f36fbd&detail=False&count=False&shared=False HTTP/1.1" 200 587 0.003933 10.0.0.27 - - [2025-12-04 04:47:16] "GET /virtual-network/f363e7e4-9a72-419b-8858-4ed5bf763061?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.005912 10.0.0.27 - - [2025-12-04 04:47:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004014 10.0.0.27 - - [2025-12-04 04:47:19] "GET /virtual-network/f363e7e4-9a72-419b-8858-4ed5bf763061?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.006881 10.0.0.27 - - [2025-12-04 04:47:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004293 10.0.0.27 - - [2025-12-04 04:47:23] "GET /virtual-network/f363e7e4-9a72-419b-8858-4ed5bf763061?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.006678 10.0.0.27 - - [2025-12-04 04:47:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004959 10.0.0.27 - - [2025-12-04 04:47:28] "GET /virtual-network/f363e7e4-9a72-419b-8858-4ed5bf763061?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.006688 10.0.0.33 - - [2025-12-04 04:47:31] "GET /obj-perms HTTP/1.1" 200 5056 0.061437 10.0.0.27 - - [2025-12-04 04:47:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003985 10.0.0.27 - - [2025-12-04 04:47:32] "GET /virtual-network/f363e7e4-9a72-419b-8858-4ed5bf763061?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.006479 10.0.0.27 - - [2025-12-04 04:47:33] "POST /neutron/port HTTP/1.1" 200 1202 0.018074 10.0.0.27 - - [2025-12-04 04:47:33] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005464 10.0.0.27 - - [2025-12-04 04:47:33] "POST /neutron/port HTTP/1.1" 200 117 0.001272 10.0.0.27 - - [2025-12-04 04:47:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003322 10.0.0.27 - - [2025-12-04 04:47:36] "GET /virtual-network/f363e7e4-9a72-419b-8858-4ed5bf763061?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.005800 10.0.0.27 - - [2025-12-04 04:47:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004521 10.0.0.27 - - [2025-12-04 04:47:40] "GET /virtual-network/f363e7e4-9a72-419b-8858-4ed5bf763061?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.005816 10.0.0.27 - - [2025-12-04 04:47:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003536 10.0.0.27 - - [2025-12-04 04:47:44] "GET /virtual-network/f363e7e4-9a72-419b-8858-4ed5bf763061?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.006232 10.0.0.27 - - [2025-12-04 04:47:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004478 10.0.0.27 - - [2025-12-04 04:47:48] "GET /virtual-network/f363e7e4-9a72-419b-8858-4ed5bf763061?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.005388 10.0.0.27 - - [2025-12-04 04:47:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003926 10.0.0.27 - - [2025-12-04 04:47:52] "GET /virtual-network/f363e7e4-9a72-419b-8858-4ed5bf763061?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.006329 10.0.0.27 - - [2025-12-04 04:47:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004870 10.0.0.27 - - [2025-12-04 04:47:56] "GET /virtual-network/f363e7e4-9a72-419b-8858-4ed5bf763061?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.006035 10.0.0.27 - - [2025-12-04 04:48:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003528 10.0.0.27 - - [2025-12-04 04:48:00] "GET /virtual-network/f363e7e4-9a72-419b-8858-4ed5bf763061?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.006960 10.0.0.27 - - [2025-12-04 04:48:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.007554 10.0.0.27 - - [2025-12-04 04:48:02] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004807 10.0.0.27 - - [2025-12-04 04:48:02] "GET /virtual-networks?parent_id=f480f709-1f07-4cf3-b27c-900b63f36fbd&detail=False&count=False&shared=False HTTP/1.1" 200 587 0.003638 10.0.0.27 - - [2025-12-04 04:48:02] "GET /virtual-network/f363e7e4-9a72-419b-8858-4ed5bf763061?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.006775 10.0.0.27 - - [2025-12-04 04:48:03] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008928 10.0.0.27 - - [2025-12-04 04:48:13] "POST /neutron/port HTTP/1.1" 200 1148 0.019212 10.0.0.27 - - [2025-12-04 04:48:14] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007617 10.0.0.27 - - [2025-12-04 04:48:23] "POST /neutron/port HTTP/1.1" 200 1148 0.018003 10.0.0.27 - - [2025-12-04 04:48:28] "POST /id-to-fqname HTTP/1.1" 200 228 0.001699 10.0.0.27 - - [2025-12-04 04:48:29] "POST /neutron/security_group HTTP/1.1" 200 2066 0.009451 10.0.0.23 - - [2025-12-04 04:48:29] "GET /projects?obj_uuids=f480f709-1f07-4cf3-b27c-900b63f36fbd&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001190 10.0.0.27 - - [2025-12-04 04:48:29] "GET /project/f480f709-1f07-4cf3-b27c-900b63f36fbd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.092819 10.0.0.27 - - [2025-12-04 04:48:30] "POST /neutron/port HTTP/1.1" 200 2232 0.022941 10.0.0.27 - - [2025-12-04 04:48:30] "POST /neutron/port HTTP/1.1" 200 117 0.007096 10.0.0.27 - - [2025-12-04 04:48:31] "POST /neutron/port HTTP/1.1" 200 1174 0.058699 10.0.0.27 - - [2025-12-04 04:48:31] "POST /neutron/port HTTP/1.1" 200 1202 0.019170 10.0.0.27 - - [2025-12-04 04:48:31] "POST /neutron/subnet HTTP/1.1" 200 1380 0.017789 10.0.0.27 - - [2025-12-04 04:48:31] "POST /neutron/network HTTP/1.1" 200 1005 0.011102 10.0.0.23 - - [2025-12-04 04:48:32] "GET /obj-perms HTTP/1.1" 200 5056 0.060383 10.0.0.27 - - [2025-12-04 04:48:33] "POST /neutron/network HTTP/1.1" 200 1015 0.008658 10.0.0.27 - - [2025-12-04 04:48:33] "POST /neutron/subnet HTTP/1.1" 200 1380 0.015674 10.0.0.27 - - [2025-12-04 04:48:33] "POST /neutron/network HTTP/1.1" 200 1005 0.011353 10.0.0.27 - - [2025-12-04 04:48:35] "POST /neutron/port HTTP/1.1" 200 1202 0.019124 10.0.0.27 - - [2025-12-04 04:48:35] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008056 10.0.0.27 - - [2025-12-04 04:48:35] "GET /virtual-machine/0d355954-6b04-41d5-956a-d821a3b628bd HTTP/1.1" 200 1299 0.008044 10.0.0.27 - - [2025-12-04 04:48:35] "GET /virtual-machine-interface/6b278ba2-cb3e-46a6-a733-7ea5d6bb7938 HTTP/1.1" 200 3175 0.006721 10.0.0.27 - - [2025-12-04 04:48:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004328 10.0.0.27 - - [2025-12-04 04:48:35] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004369 10.0.0.27 - - [2025-12-04 04:48:35] "GET /virtual-networks?parent_id=f480f709-1f07-4cf3-b27c-900b63f36fbd&detail=False&count=False&shared=False HTTP/1.1" 200 587 0.004149 10.0.0.27 - - [2025-12-04 04:48:35] "GET /virtual-network/681c179a-a2de-4a13-a244-9605ecd47907?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.007781 10.0.0.33 - - [2025-12-04 04:48:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000555 10.0.0.33 - - [2025-12-04 04:48:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000655 10.0.0.23 - - [2025-12-04 04:48:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000384 10.0.0.23 - - [2025-12-04 04:48:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000906 10.0.0.23 - - [2025-12-04 04:48:38] "GET /global-system-configs HTTP/1.1" 401 292 0.000428 10.0.0.23 - - [2025-12-04 04:48:38] "GET /global-system-configs HTTP/1.1" 401 292 0.000423 10.0.0.33 - - [2025-12-04 04:48:38] "GET /global-system-configs HTTP/1.1" 401 292 0.000381 10.0.0.33 - - [2025-12-04 04:48:38] "GET /global-system-configs HTTP/1.1" 401 292 0.000456 10.0.0.27 - - [2025-12-04 04:48:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004114 10.0.0.27 - - [2025-12-04 04:48:38] "GET /virtual-network/681c179a-a2de-4a13-a244-9605ecd47907?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.007081 10.0.0.27 - - [2025-12-04 04:48:39] "GET /global-system-configs HTTP/1.1" 401 292 0.000470 10.0.0.27 - - [2025-12-04 04:48:39] "GET /global-system-configs HTTP/1.1" 401 292 0.000459 10.0.0.27 - - [2025-12-04 04:48:40] "GET /global-system-configs HTTP/1.1" 401 292 0.000510 10.0.0.27 - - [2025-12-04 04:48:40] "GET /global-system-configs HTTP/1.1" 401 292 0.000491 10.0.0.27 - - [2025-12-04 04:48:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.004581 10.0.0.27 - - [2025-12-04 04:48:43] "GET /virtual-network/681c179a-a2de-4a13-a244-9605ecd47907?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.007447 10.0.0.27 - - [2025-12-04 04:48:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.006083 10.0.0.27 - - [2025-12-04 04:48:47] "GET /virtual-network/681c179a-a2de-4a13-a244-9605ecd47907?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.007270 10.0.0.27 - - [2025-12-04 04:48:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003417 10.0.0.27 - - [2025-12-04 04:48:51] "GET /virtual-network/681c179a-a2de-4a13-a244-9605ecd47907?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.005727 10.0.0.27 - - [2025-12-04 04:48:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003993 10.0.0.27 - - [2025-12-04 04:48:55] "GET /virtual-network/681c179a-a2de-4a13-a244-9605ecd47907?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.006169 10.0.0.27 - - [2025-12-04 04:48:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003496 10.0.0.27 - - [2025-12-04 04:48:59] "GET /virtual-network/681c179a-a2de-4a13-a244-9605ecd47907?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.005686 10.0.0.27 - - [2025-12-04 04:49:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004611 10.0.0.27 - - [2025-12-04 04:49:03] "GET /virtual-network/681c179a-a2de-4a13-a244-9605ecd47907?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.007046 10.0.0.27 - - [2025-12-04 04:49:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004046 10.0.0.27 - - [2025-12-04 04:49:07] "GET /virtual-network/681c179a-a2de-4a13-a244-9605ecd47907?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.006228 10.0.0.27 - - [2025-12-04 04:49:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003525 10.0.0.27 - - [2025-12-04 04:49:11] "GET /virtual-network/681c179a-a2de-4a13-a244-9605ecd47907?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.006328 10.0.0.27 - - [2025-12-04 04:49:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003576 10.0.0.27 - - [2025-12-04 04:49:15] "GET /virtual-network/681c179a-a2de-4a13-a244-9605ecd47907?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.006156 10.0.0.27 - - [2025-12-04 04:49:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004744 10.0.0.27 - - [2025-12-04 04:49:17] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005791 10.0.0.27 - - [2025-12-04 04:49:17] "GET /virtual-networks?parent_id=f480f709-1f07-4cf3-b27c-900b63f36fbd&detail=False&count=False&shared=False HTTP/1.1" 200 587 0.004310 10.0.0.27 - - [2025-12-04 04:49:17] "GET /virtual-network/681c179a-a2de-4a13-a244-9605ecd47907?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.006843 10.0.0.27 - - [2025-12-04 04:49:23] "POST /neutron/port HTTP/1.1" 200 1202 0.017412 10.0.0.27 - - [2025-12-04 04:49:28] "POST /neutron/security_group HTTP/1.1" 200 2066 0.009832 10.0.0.27 - - [2025-12-04 04:49:32] "POST /neutron/port HTTP/1.1" 200 1202 0.018844 10.0.0.27 - - [2025-12-04 04:49:33] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004904 10.0.0.27 - - [2025-12-04 04:49:33] "POST /neutron/port HTTP/1.1" 200 117 0.001376 10.0.0.27 - - [2025-12-04 04:49:33] "POST /neutron/port HTTP/1.1" 200 1202 0.018078 10.0.0.27 - - [2025-12-04 04:49:33] "POST /neutron/port HTTP/1.1" 200 1202 0.016580 10.0.0.27 - - [2025-12-04 04:49:33] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003875 10.0.0.27 - - [2025-12-04 04:49:33] "POST /neutron/port HTTP/1.1" 200 117 0.001463 10.0.0.27 - - [2025-12-04 04:49:38] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008068 10.0.0.27 - - [2025-12-04 04:49:44] "POST /neutron/port HTTP/1.1" 200 1202 0.018514 10.0.0.27 - - [2025-12-04 04:49:44] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007857 10.0.0.27 - - [2025-12-04 04:49:44] "POST /neutron/network HTTP/1.1" 200 979 0.018004 10.0.0.27 - - [2025-12-04 04:49:44] "POST /id-to-fqname HTTP/1.1" 200 228 0.002046 10.0.0.27 - - [2025-12-04 04:49:44] "GET /virtual-machine/0d355954-6b04-41d5-956a-d821a3b628bd HTTP/1.1" 200 1299 0.005127 10.0.0.27 - - [2025-12-04 04:49:44] "GET /virtual-machine-interface/6b278ba2-cb3e-46a6-a733-7ea5d6bb7938 HTTP/1.1" 200 3175 0.007799 10.0.0.27 - - [2025-12-04 04:49:44] "GET /instance-ip/5b717723-77ba-482d-bc1c-52307af685ae HTTP/1.1" 200 1655 0.007656 10.0.0.27 - - [2025-12-04 04:49:44] "GET /instance-ip/ff48a94c-54a1-4f90-a4a1-4ebfdc33914b HTTP/1.1" 200 1637 0.007296 10.0.0.27 - - [2025-12-04 04:49:44] "POST /fqname-to-id HTTP/1.1" 404 230 0.003746 10.0.0.27 - - [2025-12-04 04:49:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003341 10.0.0.23 - - [2025-12-04 04:49:44] "GET /projects?obj_uuids=f480f709-1f07-4cf3-b27c-900b63f36fbd&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001166 10.0.0.27 - - [2025-12-04 04:49:44] "GET /project/f480f709-1f07-4cf3-b27c-900b63f36fbd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.061254 10.0.0.27 - - [2025-12-04 04:49:44] "POST /network-policys HTTP/1.1" 200 569 0.032202 10.0.0.27 - - [2025-12-04 04:49:44] "GET /network-policy/aed38c32-1ff9-4275-bbc6-6854afd45dfa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2168 0.007242 10.0.0.27 - - [2025-12-04 04:49:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.002864 10.0.0.27 - - [2025-12-04 04:49:44] "GET /virtual-network/f363e7e4-9a72-419b-8858-4ed5bf763061?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.006545 10.0.0.27 - - [2025-12-04 04:49:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.005579 10.0.0.27 - - [2025-12-04 04:49:44] "GET /network-policy/aed38c32-1ff9-4275-bbc6-6854afd45dfa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2168 0.005461 10.0.0.27 - - [2025-12-04 04:49:44] "POST /ref-update HTTP/1.1" 200 156 0.056324 10.0.0.23 - - [2025-12-04 04:49:44] "POST /fqname-to-id HTTP/1.1" 404 207 0.048826 10.0.0.27 - - [2025-12-04 04:49:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003036 10.0.0.27 - - [2025-12-04 04:49:44] "GET /network-policy/aed38c32-1ff9-4275-bbc6-6854afd45dfa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2168 0.004843 10.0.0.27 - - [2025-12-04 04:49:45] "GET /virtual-network/f363e7e4-9a72-419b-8858-4ed5bf763061?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2960 0.008514 10.0.0.27 - - [2025-12-04 04:49:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003651 10.0.0.27 - - [2025-12-04 04:49:45] "GET /network-policy/aed38c32-1ff9-4275-bbc6-6854afd45dfa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2168 0.004968 10.0.0.27 - - [2025-12-04 04:49:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003070 10.0.0.27 - - [2025-12-04 04:49:45] "GET /virtual-network/681c179a-a2de-4a13-a244-9605ecd47907?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.006757 10.0.0.27 - - [2025-12-04 04:49:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003359 10.0.0.27 - - [2025-12-04 04:49:45] "GET /network-policy/aed38c32-1ff9-4275-bbc6-6854afd45dfa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2168 0.004289 10.0.0.27 - - [2025-12-04 04:49:45] "POST /ref-update HTTP/1.1" 200 156 0.059322 10.0.0.27 - - [2025-12-04 04:49:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.005410 10.0.0.33 - - [2025-12-04 04:49:45] "POST /fqname-to-id HTTP/1.1" 404 242 0.003649 10.0.0.27 - - [2025-12-04 04:49:45] "GET /network-policy/aed38c32-1ff9-4275-bbc6-6854afd45dfa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2168 0.005049 10.0.0.27 - - [2025-12-04 04:49:45] "POST /neutron/network HTTP/1.1" 200 1109 0.014038 10.0.0.27 - - [2025-12-04 04:49:45] "GET /virtual-network/681c179a-a2de-4a13-a244-9605ecd47907?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2961 0.019712 10.0.0.27 - - [2025-12-04 04:49:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.008234 10.0.0.27 - - [2025-12-04 04:49:45] "GET /network-policy/aed38c32-1ff9-4275-bbc6-6854afd45dfa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2168 0.005241 10.0.0.27 - - [2025-12-04 04:49:45] "GET /virtual-machine-interface/6b278ba2-cb3e-46a6-a733-7ea5d6bb7938?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2760 0.009253 10.0.0.33 - - [2025-12-04 04:49:45] "PUT /access-control-list/80af1f27-5cde-4a7b-a3cf-cffecc548b32 HTTP/1.1" 200 272 0.073714 10.0.0.27 - - [2025-12-04 04:49:45] "PUT /virtual-machine-interface/6b278ba2-cb3e-46a6-a733-7ea5d6bb7938 HTTP/1.1" 200 284 0.046419 10.0.0.27 - - [2025-12-04 04:49:45] "GET /virtual-machine-interface/6b278ba2-cb3e-46a6-a733-7ea5d6bb7938?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3070 0.007032 10.0.0.27 - - [2025-12-04 04:49:45] "PUT /virtual-machine-interface/6b278ba2-cb3e-46a6-a733-7ea5d6bb7938 HTTP/1.1" 200 284 0.017774 10.0.0.27 - - [2025-12-04 04:50:33] "POST /neutron/network HTTP/1.1" 200 1119 0.014255 10.0.0.27 - - [2025-12-04 04:50:33] "POST /neutron/subnet HTTP/1.1" 200 1380 0.015102 10.0.0.27 - - [2025-12-04 04:50:33] "POST /neutron/network HTTP/1.1" 200 1109 0.011699 10.0.0.27 - - [2025-12-04 04:50:33] "GET /obj-perms HTTP/1.1" 200 5056 0.070008 10.0.0.27 - - [2025-12-04 04:50:34] "POST /neutron/network HTTP/1.1" 200 1119 0.009832 10.0.0.27 - - [2025-12-04 04:50:34] "POST /neutron/subnet HTTP/1.1" 200 1380 0.015421 10.0.0.27 - - [2025-12-04 04:50:34] "POST /neutron/network HTTP/1.1" 200 1109 0.013708 10.0.0.27 - - [2025-12-04 04:51:34] "POST /neutron/network HTTP/1.1" 200 1119 0.047456 10.0.0.27 - - [2025-12-04 04:51:34] "POST /neutron/subnet HTTP/1.1" 200 1380 0.015313 10.0.0.27 - - [2025-12-04 04:51:34] "POST /neutron/port HTTP/1.1" 200 1202 0.020620 10.0.0.27 - - [2025-12-04 04:51:35] "POST /neutron/network HTTP/1.1" 200 1119 0.007847 10.0.0.27 - - [2025-12-04 04:51:35] "POST /neutron/subnet HTTP/1.1" 200 1380 0.019139 10.0.0.27 - - [2025-12-04 04:51:35] "POST /neutron/network HTTP/1.1" 200 1109 0.009835 10.0.0.27 - - [2025-12-04 04:51:58] "POST /ref-update HTTP/1.1" 200 156 0.122072 10.0.0.27 - - [2025-12-04 04:51:58] "GET /virtual-network/681c179a-a2de-4a13-a244-9605ecd47907?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.012906 10.0.0.27 - - [2025-12-04 04:51:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003322 10.0.0.27 - - [2025-12-04 04:51:58] "GET /network-policy/aed38c32-1ff9-4275-bbc6-6854afd45dfa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2168 0.005598 10.0.0.23 - - [2025-12-04 04:51:58] "POST /fqname-to-id HTTP/1.1" 404 207 0.005581 10.0.0.27 - - [2025-12-04 04:51:58] "POST /ref-update HTTP/1.1" 200 156 0.061762 10.0.0.27 - - [2025-12-04 04:51:58] "GET /virtual-network/f363e7e4-9a72-419b-8858-4ed5bf763061?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.008288 10.0.0.27 - - [2025-12-04 04:51:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003482 10.0.0.27 - - [2025-12-04 04:51:58] "GET /network-policy/aed38c32-1ff9-4275-bbc6-6854afd45dfa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2168 0.004468 10.0.0.27 - - [2025-12-04 04:51:59] "DELETE /network-policy/aed38c32-1ff9-4275-bbc6-6854afd45dfa HTTP/1.1" 200 115 0.037664 10.0.0.33 - - [2025-12-04 04:51:59] "DELETE /access-control-list/80af1f27-5cde-4a7b-a3cf-cffecc548b32 HTTP/1.1" 200 115 0.077942 10.0.0.27 - - [2025-12-04 04:51:59] "DELETE /instance-ip/c5a46455-d9b5-4494-b1fb-ac0361b930ab HTTP/1.1" 200 115 0.049094 10.0.0.27 - - [2025-12-04 04:51:59] "DELETE /instance-ip/efef5476-99e7-4ea5-bbe2-ed88bb625f03 HTTP/1.1" 200 115 0.054447 10.0.0.27 - - [2025-12-04 04:51:59] "DELETE /virtual-machine-interface/c7bf1b7d-72af-4826-9787-c26c7dc9e59c HTTP/1.1" 200 115 0.115352 10.0.0.27 - - [2025-12-04 04:51:59] "POST /neutron/port HTTP/1.1" 200 1202 0.058175 10.0.0.27 - - [2025-12-04 04:51:59] "POST /neutron/port HTTP/1.1" 200 1228 0.015423 10.0.0.27 - - [2025-12-04 04:52:00] "POST /neutron/port HTTP/1.1" 200 1228 0.015360 10.0.0.33 - - [2025-12-04 04:52:01] "DELETE /route-target/854f0280-0869-4a34-8820-3f4743492389 HTTP/1.1" 200 115 0.027286 10.0.0.23 - - [2025-12-04 04:52:01] "POST /useragent-kv HTTP/1.1" 200 115 0.061430 10.0.0.23 - - [2025-12-04 04:52:01] "POST /useragent-kv HTTP/1.1" 200 115 0.003129 10.0.0.23 - - [2025-12-04 04:52:01] "POST /useragent-kv HTTP/1.1" 200 115 0.003199 10.0.0.23 - - [2025-12-04 04:52:01] "POST /useragent-kv HTTP/1.1" 200 115 0.003253 10.0.0.27 - - [2025-12-04 04:52:01] "POST /neutron/network HTTP/1.1" 200 151 0.239854 10.0.0.27 - - [2025-12-04 04:52:04] "POST /neutron/port HTTP/1.1" 200 117 0.005052 10.0.0.23 - - [2025-12-04 04:52:05] "GET /projects?obj_uuids=f480f709-1f07-4cf3-b27c-900b63f36fbd&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001551 10.0.0.27 - - [2025-12-04 04:52:05] "GET /project/f480f709-1f07-4cf3-b27c-900b63f36fbd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.072280 10.0.0.23 - - [2025-12-04 04:52:05] "GET /projects?obj_uuids=f480f709-1f07-4cf3-b27c-900b63f36fbd&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001212 10.0.0.27 - - [2025-12-04 04:52:05] "GET /project/f480f709-1f07-4cf3-b27c-900b63f36fbd?fields=virtual_networks HTTP/1.1" 200 1049 0.061935 10.0.0.23 - - [2025-12-04 04:52:05] "GET /projects?obj_uuids=f480f709-1f07-4cf3-b27c-900b63f36fbd&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001549 10.0.0.27 - - [2025-12-04 04:52:05] "GET /project/f480f709-1f07-4cf3-b27c-900b63f36fbd?fields=virtual_machine_interfaces HTTP/1.1" 200 1049 0.043365 10.0.0.23 - - [2025-12-04 04:52:05] "GET /projects?obj_uuids=f480f709-1f07-4cf3-b27c-900b63f36fbd&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001339 10.0.0.27 - - [2025-12-04 04:52:05] "GET /project/f480f709-1f07-4cf3-b27c-900b63f36fbd?fields=security_groups HTTP/1.1" 200 1283 0.049728 10.0.0.27 - - [2025-12-04 04:52:06] "POST /fqname-to-id HTTP/1.1" 404 192 0.032349 10.0.0.23 - - [2025-12-04 04:52:06] "GET /projects?obj_uuids=b0612f0b-6ad2-4ad9-86d0-2554970c25e5&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003214 10.0.0.23 - - [2025-12-04 04:52:06] "GET /domains?obj_uuids=77f3106b-db9e-49b5-893e-09cac574b890&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001025 10.0.0.23 - - [2025-12-04 04:52:06] "GET /domain/77f3106b-db9e-49b5-893e-09cac574b890?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.049982 10.0.0.23 - - [2025-12-04 04:52:06] "POST /id-to-fqname HTTP/1.1" 200 194 0.001342 10.0.0.23 - - [2025-12-04 04:52:06] "POST /fqname-to-id HTTP/1.1" 404 203 0.007400 10.0.0.23 - - [2025-12-04 04:52:06] "POST /security-groups HTTP/1.1" 200 595 0.031105 10.0.0.33 - - [2025-12-04 04:52:06] "POST /fqname-to-id HTTP/1.1" 404 238 0.005206 10.0.0.23 - - [2025-12-04 04:52:07] "POST /projects HTTP/1.1" 200 593 0.257682 10.0.0.23 - - [2025-12-04 04:52:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.297166 10.0.0.33 - - [2025-12-04 04:52:07] "POST /access-control-lists HTTP/1.1" 200 598 0.037379 10.0.0.27 - - [2025-12-04 04:52:07] "GET /project/b0612f0b-6ad2-4ad9-86d0-2554970c25e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.507988 10.0.0.27 - - [2025-12-04 04:52:08] "GET / HTTP/1.1" 200 35931 0.001893 10.0.0.27 - - [2025-12-04 04:52:10] "POST /fqname-to-id HTTP/1.1" 401 292 0.000616 10.0.0.27 - - [2025-12-04 04:52:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.077893 10.0.0.23 - - [2025-12-04 04:52:10] "GET /projects?obj_uuids=b0612f0b-6ad2-4ad9-86d0-2554970c25e5&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001265 10.0.0.27 - - [2025-12-04 04:52:10] "GET /project/b0612f0b-6ad2-4ad9-86d0-2554970c25e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.057277 10.0.0.23 - - [2025-12-04 04:52:10] "GET /projects?obj_uuids=b0612f0b-6ad2-4ad9-86d0-2554970c25e5&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001419 10.0.0.27 - - [2025-12-04 04:52:10] "POST /neutron/network HTTP/1.1" 200 609 0.200120 10.0.0.27 - - [2025-12-04 04:52:11] "POST /neutron/network HTTP/1.1" 200 1004 0.014888 10.0.0.27 - - [2025-12-04 04:52:11] "POST /id-to-fqname HTTP/1.1" 200 224 0.001469 10.0.0.27 - - [2025-12-04 04:52:11] "GET /virtual-network/1ea99c9f-d657-4ca5-ada0-042aa058824f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.006726 10.0.0.27 - - [2025-12-04 04:52:11] "GET /virtual-network/1ea99c9f-d657-4ca5-ada0-042aa058824f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.007974 10.0.0.27 - - [2025-12-04 04:52:11] "POST /neutron/subnet HTTP/1.1" 200 734 0.011237 10.0.0.27 - - [2025-12-04 04:52:12] "GET /virtual-network/1ea99c9f-d657-4ca5-ada0-042aa058824f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.006088 10.0.0.33 - - [2025-12-04 04:52:13] "GET /obj-perms HTTP/1.1" 200 5038 0.063403 10.0.0.23 - - [2025-12-04 04:52:13] "GET /obj-perms HTTP/1.1" 200 5038 0.059849 10.0.0.27 - - [2025-12-04 04:52:13] "POST /id-to-fqname HTTP/1.1" 200 224 0.001483 10.0.0.23 - - [2025-12-04 04:52:14] "GET /projects?obj_uuids=b0612f0b-6ad2-4ad9-86d0-2554970c25e5&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001273 10.0.0.27 - - [2025-12-04 04:52:14] "GET /project/b0612f0b-6ad2-4ad9-86d0-2554970c25e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.098674 10.0.0.27 - - [2025-12-04 04:52:14] "POST /neutron/network HTTP/1.1" 200 1004 0.044077 10.0.0.27 - - [2025-12-04 04:52:15] "POST /id-to-fqname HTTP/1.1" 200 224 0.001752 10.0.0.27 - - [2025-12-04 04:52:15] "POST /neutron/port HTTP/1.1" 200 117 0.010870 10.0.0.23 - - [2025-12-04 04:52:15] "GET /projects?obj_uuids=b0612f0b-6ad2-4ad9-86d0-2554970c25e5&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001021 10.0.0.27 - - [2025-12-04 04:52:16] "POST /neutron/port HTTP/1.1" 200 1173 0.379516 10.0.0.23 - - [2025-12-04 04:52:16] "GET /projects?obj_uuids=b0612f0b-6ad2-4ad9-86d0-2554970c25e5&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003294 10.0.0.27 - - [2025-12-04 04:52:16] "POST /neutron/port HTTP/1.1" 200 1227 0.132190 10.0.0.27 - - [2025-12-04 04:52:16] "GET /project/b0612f0b-6ad2-4ad9-86d0-2554970c25e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.122962 10.0.0.27 - - [2025-12-04 04:52:16] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004573 10.0.0.27 - - [2025-12-04 04:52:16] "POST /neutron/port HTTP/1.1" 200 117 0.001165 10.0.0.27 - - [2025-12-04 04:52:16] "POST /neutron/port HTTP/1.1" 200 1201 0.016346 10.0.0.27 - - [2025-12-04 04:52:16] "POST /id-to-fqname HTTP/1.1" 200 224 0.001789 10.0.0.27 - - [2025-12-04 04:52:16] "POST /neutron/port HTTP/1.1" 200 1201 0.019941 10.0.0.27 - - [2025-12-04 04:52:17] "POST /neutron/network HTTP/1.1" 200 1014 0.007760 10.0.0.27 - - [2025-12-04 04:52:17] "POST /neutron/port HTTP/1.1" 200 1173 0.023094 10.0.0.23 - - [2025-12-04 04:52:17] "GET /projects?obj_uuids=b0612f0b-6ad2-4ad9-86d0-2554970c25e5&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001143 10.0.0.27 - - [2025-12-04 04:52:17] "GET /project/b0612f0b-6ad2-4ad9-86d0-2554970c25e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.109567 10.0.0.27 - - [2025-12-04 04:52:18] "POST /neutron/port HTTP/1.1" 200 1201 0.019653 10.0.0.27 - - [2025-12-04 04:52:18] "POST /neutron/subnet HTTP/1.1" 200 1394 0.015373 10.0.0.27 - - [2025-12-04 04:52:18] "POST /neutron/port HTTP/1.1" 200 2284 0.023277 10.0.0.27 - - [2025-12-04 04:52:18] "POST /neutron/port HTTP/1.1" 200 117 0.006114 10.0.0.27 - - [2025-12-04 04:52:18] "POST /neutron/port HTTP/1.1" 200 1201 0.022745 10.0.0.27 - - [2025-12-04 04:52:18] "POST /neutron/security_group HTTP/1.1" 200 2062 0.008701 10.0.0.27 - - [2025-12-04 04:52:18] "GET /virtual-machine/feffbec8-cf89-4139-b7eb-0b0cf3ae1c81 HTTP/1.1" 401 292 0.000453 10.0.0.27 - - [2025-12-04 04:52:19] "POST /neutron/port HTTP/1.1" 200 1173 0.020501 10.0.0.27 - - [2025-12-04 04:52:19] "GET /virtual-machine/feffbec8-cf89-4139-b7eb-0b0cf3ae1c81 HTTP/1.1" 200 1297 0.064326 10.0.0.27 - - [2025-12-04 04:52:19] "GET /virtual-machine-interface/7f16632f-092f-40a5-8f95-3a7c5c422025 HTTP/1.1" 200 3155 0.006894 10.0.0.27 - - [2025-12-04 04:52:19] "POST /neutron/port HTTP/1.1" 200 1201 0.027021 10.0.0.27 - - [2025-12-04 04:52:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.006636 10.0.0.27 - - [2025-12-04 04:52:19] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004681 10.0.0.27 - - [2025-12-04 04:52:19] "GET /virtual-networks?parent_id=b0612f0b-6ad2-4ad9-86d0-2554970c25e5&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.011343 10.0.0.27 - - [2025-12-04 04:52:19] "POST /neutron/subnet HTTP/1.1" 200 1394 0.013708 10.0.0.27 - - [2025-12-04 04:52:19] "GET /virtual-network/1ea99c9f-d657-4ca5-ada0-042aa058824f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.006585 10.0.0.27 - - [2025-12-04 04:52:19] "POST /neutron/network HTTP/1.1" 200 1004 0.010561 10.0.0.27 - - [2025-12-04 04:52:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003707 10.0.0.27 - - [2025-12-04 04:52:22] "GET /virtual-network/1ea99c9f-d657-4ca5-ada0-042aa058824f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.006529 10.0.0.27 - - [2025-12-04 04:52:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004722 10.0.0.27 - - [2025-12-04 04:52:26] "GET /virtual-network/1ea99c9f-d657-4ca5-ada0-042aa058824f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.007084 10.0.0.33 - - [2025-12-04 04:52:27] "DELETE /access-control-list/de91084f-311b-43c6-9c69-8a5c19eaafc6 HTTP/1.1" 200 115 0.040549 10.0.0.27 - - [2025-12-04 04:52:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004326 10.0.0.27 - - [2025-12-04 04:52:30] "GET /virtual-network/1ea99c9f-d657-4ca5-ada0-042aa058824f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.007203 10.0.0.27 - - [2025-12-04 04:52:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003969 10.0.0.27 - - [2025-12-04 04:52:34] "GET /virtual-network/1ea99c9f-d657-4ca5-ada0-042aa058824f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.007106 10.0.0.27 - - [2025-12-04 04:52:35] "POST /neutron/network HTTP/1.1" 200 1014 0.008125 10.0.0.27 - - [2025-12-04 04:52:35] "POST /neutron/subnet HTTP/1.1" 200 1394 0.016663 10.0.0.27 - - [2025-12-04 04:52:35] "POST /neutron/network HTTP/1.1" 200 1004 0.011950 10.0.0.27 - - [2025-12-04 04:52:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004369 10.0.0.27 - - [2025-12-04 04:52:38] "GET /virtual-network/1ea99c9f-d657-4ca5-ada0-042aa058824f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.007036 10.0.0.27 - - [2025-12-04 04:52:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003154 10.0.0.27 - - [2025-12-04 04:52:43] "GET /virtual-network/1ea99c9f-d657-4ca5-ada0-042aa058824f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.006582 10.0.0.27 - - [2025-12-04 04:52:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004450 10.0.0.27 - - [2025-12-04 04:52:47] "GET /virtual-network/1ea99c9f-d657-4ca5-ada0-042aa058824f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.006430 10.0.0.27 - - [2025-12-04 04:52:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003932 10.0.0.27 - - [2025-12-04 04:52:51] "GET /virtual-network/1ea99c9f-d657-4ca5-ada0-042aa058824f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.005857 10.0.0.27 - - [2025-12-04 04:52:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003492 10.0.0.27 - - [2025-12-04 04:52:55] "GET /virtual-network/1ea99c9f-d657-4ca5-ada0-042aa058824f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.006917 10.0.0.23 - - [2025-12-04 04:52:58] "DELETE /project/b0612f0b6ad24ad986d02554970c25e5 HTTP/1.1" 404 173 0.004564 10.0.0.23 - - [2025-12-04 04:52:58] "DELETE /project/f480f709-1f07-4cf3-b27c-900b63f36fbd HTTP/1.1" 404 177 0.004212 10.0.0.27 - - [2025-12-04 04:52:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003737 10.0.0.27 - - [2025-12-04 04:52:59] "GET /virtual-network/1ea99c9f-d657-4ca5-ada0-042aa058824f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.006820 10.0.0.27 - - [2025-12-04 04:53:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004238 10.0.0.27 - - [2025-12-04 04:53:03] "GET /virtual-network/1ea99c9f-d657-4ca5-ada0-042aa058824f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.008255 10.0.0.27 - - [2025-12-04 04:53:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004004 10.0.0.27 - - [2025-12-04 04:53:07] "GET /virtual-network/1ea99c9f-d657-4ca5-ada0-042aa058824f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.005750 10.0.0.27 - - [2025-12-04 04:53:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004644 10.0.0.27 - - [2025-12-04 04:53:11] "GET /virtual-network/1ea99c9f-d657-4ca5-ada0-042aa058824f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.005816 10.0.0.27 - - [2025-12-04 04:53:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004586 10.0.0.27 - - [2025-12-04 04:53:15] "GET /virtual-network/1ea99c9f-d657-4ca5-ada0-042aa058824f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.006036 10.0.0.27 - - [2025-12-04 04:53:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003362 10.0.0.27 - - [2025-12-04 04:53:17] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003607 10.0.0.27 - - [2025-12-04 04:53:17] "GET /virtual-networks?parent_id=b0612f0b-6ad2-4ad9-86d0-2554970c25e5&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.003409 10.0.0.27 - - [2025-12-04 04:53:17] "GET /virtual-network/1ea99c9f-d657-4ca5-ada0-042aa058824f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.006750 10.0.0.27 - - [2025-12-04 04:53:18] "POST /neutron/port HTTP/1.1" 200 1201 0.018847 10.0.0.27 - - [2025-12-04 04:53:23] "POST /neutron/security_group HTTP/1.1" 200 2062 0.007824 10.0.0.27 - - [2025-12-04 04:53:31] "POST /neutron/port HTTP/1.1" 200 1201 0.048015 10.0.0.27 - - [2025-12-04 04:53:33] "POST /neutron/security_group HTTP/1.1" 200 2062 0.008586 10.0.0.27 - - [2025-12-04 04:53:36] "GET /obj-perms HTTP/1.1" 200 5056 0.076620 10.0.0.27 - - [2025-12-04 04:53:36] "POST /neutron/port HTTP/1.1" 200 1201 0.018881 10.0.0.27 - - [2025-12-04 04:53:36] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004972 10.0.0.27 - - [2025-12-04 04:53:36] "POST /neutron/port HTTP/1.1" 200 117 0.001435 10.0.0.27 - - [2025-12-04 04:53:37] "POST /neutron/port HTTP/1.1" 200 1201 0.047965 10.0.0.27 - - [2025-12-04 04:53:37] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004685 10.0.0.33 - - [2025-12-04 04:53:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000447 10.0.0.33 - - [2025-12-04 04:53:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000359 10.0.0.27 - - [2025-12-04 04:53:37] "POST /neutron/port HTTP/1.1" 200 117 0.001004 10.0.0.23 - - [2025-12-04 04:53:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000517 10.0.0.23 - - [2025-12-04 04:53:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000420 10.0.0.23 - - [2025-12-04 04:53:38] "GET /global-system-configs HTTP/1.1" 401 292 0.000445 10.0.0.23 - - [2025-12-04 04:53:38] "GET /global-system-configs HTTP/1.1" 401 292 0.000451 10.0.0.33 - - [2025-12-04 04:53:38] "GET /global-system-configs HTTP/1.1" 401 292 0.001019 10.0.0.33 - - [2025-12-04 04:53:38] "GET /global-system-configs HTTP/1.1" 401 292 0.000415 10.0.0.27 - - [2025-12-04 04:53:38] "POST /neutron/port HTTP/1.1" 200 1201 0.017121 10.0.0.27 - - [2025-12-04 04:53:39] "GET /global-system-configs HTTP/1.1" 401 292 0.000374 10.0.0.27 - - [2025-12-04 04:53:39] "GET /global-system-configs HTTP/1.1" 401 292 0.000533 10.0.0.27 - - [2025-12-04 04:53:40] "GET /global-system-configs HTTP/1.1" 401 292 0.000551 10.0.0.27 - - [2025-12-04 04:53:40] "GET /global-system-configs HTTP/1.1" 401 292 0.000585 10.0.0.27 - - [2025-12-04 04:53:44] "POST /neutron/security_group HTTP/1.1" 200 2062 0.009094 10.0.0.27 - - [2025-12-04 04:53:44] "POST /neutron/port HTTP/1.1" 200 1201 0.018258 10.0.0.27 - - [2025-12-04 04:53:44] "GET /virtual-machine/81b119d2-e9b0-4992-aadb-f2afcd664cb3 HTTP/1.1" 200 1296 0.006883 10.0.0.27 - - [2025-12-04 04:53:44] "GET /virtual-machine-interface/97ecb713-38ff-4d06-b8f6-a36324c6b483 HTTP/1.1" 200 3156 0.006078 10.0.0.27 - - [2025-12-04 04:53:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003553 10.0.0.27 - - [2025-12-04 04:53:44] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004397 10.0.0.27 - - [2025-12-04 04:53:44] "GET /virtual-networks?parent_id=b0612f0b-6ad2-4ad9-86d0-2554970c25e5&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.003545 10.0.0.27 - - [2025-12-04 04:53:44] "GET /virtual-network/1ea99c9f-d657-4ca5-ada0-042aa058824f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.006109 10.0.0.27 - - [2025-12-04 04:53:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004592 10.0.0.27 - - [2025-12-04 04:53:45] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004368 10.0.0.27 - - [2025-12-04 04:53:45] "GET /virtual-networks?parent_id=b0612f0b-6ad2-4ad9-86d0-2554970c25e5&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.003874 10.0.0.27 - - [2025-12-04 04:53:45] "GET /virtual-network/1ea99c9f-d657-4ca5-ada0-042aa058824f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.006317 10.0.0.27 - - [2025-12-04 04:53:45] "POST /neutron/security_group HTTP/1.1" 200 2062 0.008725 10.0.0.27 - - [2025-12-04 04:53:45] "POST /neutron/port HTTP/1.1" 200 1201 0.018842 10.0.0.27 - - [2025-12-04 04:53:45] "GET /virtual-machine/15ec6f9d-d43c-4891-9ea9-5560f4618215 HTTP/1.1" 200 1296 0.005855 10.0.0.27 - - [2025-12-04 04:53:45] "GET /virtual-machine-interface/e7743577-4b16-4c15-95a4-eb80704a6ead HTTP/1.1" 200 3156 0.005550 10.0.0.27 - - [2025-12-04 04:53:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003480 10.0.0.27 - - [2025-12-04 04:53:45] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004230 10.0.0.27 - - [2025-12-04 04:53:45] "GET /virtual-networks?parent_id=b0612f0b-6ad2-4ad9-86d0-2554970c25e5&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.006174 10.0.0.27 - - [2025-12-04 04:53:46] "GET /virtual-network/1ea99c9f-d657-4ca5-ada0-042aa058824f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.006446 10.0.0.27 - - [2025-12-04 04:53:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003401 10.0.0.27 - - [2025-12-04 04:53:47] "GET /global-vrouter-config/b84c431a-d13e-4ee2-903f-c691730a0ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003744 10.0.0.27 - - [2025-12-04 04:53:47] "GET /virtual-networks?parent_id=b0612f0b-6ad2-4ad9-86d0-2554970c25e5&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.003267 10.0.0.27 - - [2025-12-04 04:53:47] "GET /virtual-network/1ea99c9f-d657-4ca5-ada0-042aa058824f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.006532 10.0.0.27 - - [2025-12-04 04:53:47] "GET /virtual-machine-interface/e7743577-4b16-4c15-95a4-eb80704a6ead?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2741 0.007346 10.0.0.27 - - [2025-12-04 04:53:47] "PUT /virtual-machine-interface/e7743577-4b16-4c15-95a4-eb80704a6ead HTTP/1.1" 200 284 0.017246 10.0.0.27 - - [2025-12-04 04:54:37] "POST /neutron/port HTTP/1.1" 200 1201 0.016766 10.0.0.27 - - [2025-12-04 04:54:37] "POST /neutron/port HTTP/1.1" 200 1201 0.016579 10.0.0.27 - - [2025-12-04 04:54:37] "POST /neutron/port HTTP/1.1" 200 117 0.001629 10.0.0.27 - - [2025-12-04 04:54:38] "POST /neutron/network HTTP/1.1" 200 1004 0.009912 10.0.0.27 - - [2025-12-04 04:54:38] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004465 10.0.0.27 - - [2025-12-04 04:54:38] "POST /neutron/port HTTP/1.1" 200 117 0.001330 10.0.0.27 - - [2025-12-04 04:55:25] "POST /neutron/network HTTP/1.1" 400 204 0.016041 10.0.0.27 - - [2025-12-04 04:55:25] "POST /neutron/port HTTP/1.1" 200 1227 0.020724 10.0.0.27 - - [2025-12-04 04:55:26] "POST /neutron/port HTTP/1.1" 200 151 0.337851 10.0.0.27 - - [2025-12-04 04:55:26] "POST /neutron/port HTTP/1.1" 200 151 0.386306 10.0.0.33 - - [2025-12-04 04:55:27] "DELETE /route-target/fdea1fb6-15e2-42d1-a0a4-7eb13fe733e7 HTTP/1.1" 200 115 0.025476 10.0.0.23 - - [2025-12-04 04:55:28] "GET /projects?obj_uuids=b0612f0b-6ad2-4ad9-86d0-2554970c25e5&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001159 10.0.0.27 - - [2025-12-04 04:55:29] "GET /project/b0612f0b-6ad2-4ad9-86d0-2554970c25e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.052182 10.0.0.23 - - [2025-12-04 04:55:29] "GET /projects?obj_uuids=b0612f0b-6ad2-4ad9-86d0-2554970c25e5&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001279 10.0.0.27 - - [2025-12-04 04:55:29] "GET /project/b0612f0b-6ad2-4ad9-86d0-2554970c25e5?fields=virtual_networks HTTP/1.1" 200 1040 0.066804 10.0.0.23 - - [2025-12-04 04:55:29] "GET /projects?obj_uuids=b0612f0b-6ad2-4ad9-86d0-2554970c25e5&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001339 10.0.0.27 - - [2025-12-04 04:55:29] "GET /project/b0612f0b-6ad2-4ad9-86d0-2554970c25e5?fields=virtual_machine_interfaces HTTP/1.1" 200 1040 0.051030 10.0.0.23 - - [2025-12-04 04:55:29] "GET /projects?obj_uuids=b0612f0b-6ad2-4ad9-86d0-2554970c25e5&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001082 10.0.0.27 - - [2025-12-04 04:55:29] "GET /project/b0612f0b-6ad2-4ad9-86d0-2554970c25e5?fields=security_groups HTTP/1.1" 200 1270 0.052800 10.0.0.27 - - [2025-12-04 04:55:30] "POST /fqname-to-id HTTP/1.1" 404 188 0.031817 10.0.0.23 - - [2025-12-04 04:55:30] "GET /projects?obj_uuids=7235404b-f3c6-4054-8580-ad3882e78a86&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003117 10.0.0.23 - - [2025-12-04 04:55:30] "GET /domains?obj_uuids=77f3106b-db9e-49b5-893e-09cac574b890&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001619 10.0.0.23 - - [2025-12-04 04:55:30] "GET /domain/77f3106b-db9e-49b5-893e-09cac574b890?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.009766 10.0.0.23 - - [2025-12-04 04:55:30] "POST /id-to-fqname HTTP/1.1" 200 190 0.001394 10.0.0.23 - - [2025-12-04 04:55:30] "POST /fqname-to-id HTTP/1.1" 404 199 0.004775 10.0.0.23 - - [2025-12-04 04:55:30] "POST /security-groups HTTP/1.1" 200 591 0.032489 10.0.0.23 - - [2025-12-04 04:55:30] "POST /projects HTTP/1.1" 200 585 0.259813 10.0.0.23 - - [2025-12-04 04:55:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.299608 10.0.0.33 - - [2025-12-04 04:55:30] "POST /fqname-to-id HTTP/1.1" 404 233 0.012070 10.0.0.27 - - [2025-12-04 04:55:30] "GET /project/7235404b-f3c6-4054-8580-ad3882e78a86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.487456 10.0.0.27 - - [2025-12-04 04:55:32] "GET / HTTP/1.1" 200 35931 0.002088 10.0.0.23 - - [2025-12-04 04:55:37] "GET /projects?obj_uuids=7235404b-f3c6-4054-8580-ad3882e78a86&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001320 10.0.0.27 - - [2025-12-04 04:55:37] "GET /project/7235404b-f3c6-4054-8580-ad3882e78a86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.039892 10.0.0.23 - - [2025-12-04 04:55:37] "GET /projects?obj_uuids=7235404b-f3c6-4054-8580-ad3882e78a86&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001196 10.0.0.27 - - [2025-12-04 04:55:37] "GET /project/7235404b-f3c6-4054-8580-ad3882e78a86?fields=virtual_networks HTTP/1.1" 200 1031 0.058640 10.0.0.23 - - [2025-12-04 04:55:37] "GET /projects?obj_uuids=7235404b-f3c6-4054-8580-ad3882e78a86&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002688 10.0.0.27 - - [2025-12-04 04:55:37] "GET /project/7235404b-f3c6-4054-8580-ad3882e78a86?fields=virtual_machine_interfaces HTTP/1.1" 200 1031 0.064662 10.0.0.23 - - [2025-12-04 04:55:37] "GET /projects?obj_uuids=7235404b-f3c6-4054-8580-ad3882e78a86&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001061 10.0.0.27 - - [2025-12-04 04:55:37] "GET /project/7235404b-f3c6-4054-8580-ad3882e78a86?fields=security_groups HTTP/1.1" 200 1257 0.039175 10.0.0.33 - - [2025-12-04 04:55:38] "GET /obj-perms HTTP/1.1" 200 5056 0.377334 10.0.0.23 - - [2025-12-04 04:55:38] "GET /obj-perms HTTP/1.1" 200 5056 0.180343 10.0.0.33 - - [2025-12-04 04:55:43] "DELETE /access-control-list/fb8b2065-a73c-4199-a3b2-dfc149f750a2 HTTP/1.1" 200 115 0.066854 10.0.0.23 - - [2025-12-04 04:55:59] "DELETE /project/b0612f0b-6ad2-4ad9-86d0-2554970c25e5 HTTP/1.1" 404 177 0.006912 10.0.0.23 - - [2025-12-04 04:55:59] "DELETE /project/7235404bf3c640548580ad3882e78a86 HTTP/1.1" 404 173 0.005508 10.0.0.23 - - [2025-12-04 04:55:59] "GET /projects?obj_uuids=7235404b-f3c6-4054-8580-ad3882e78a86&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001052 10.0.0.23 - - [2025-12-04 04:55:59] "GET /project/7235404b-f3c6-4054-8580-ad3882e78a86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1467 0.049824 10.0.0.23 - - [2025-12-04 04:55:59] "GET /projects?obj_uuids=7235404b-f3c6-4054-8580-ad3882e78a86&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001228 10.0.0.23 - - [2025-12-04 04:55:59] "GET /project/7235404b-f3c6-4054-8580-ad3882e78a86?fields=security_groups HTTP/1.1" 200 1362 0.055920 10.0.0.23 - - [2025-12-04 04:55:59] "DELETE /security-group/9bce46d8-3ffe-4c19-9413-b4ac109f172e HTTP/1.1" 200 115 0.068134 10.0.0.23 - - [2025-12-04 04:55:59] "GET /projects?obj_uuids=7235404b-f3c6-4054-8580-ad3882e78a86&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001235 10.0.0.23 - - [2025-12-04 04:55:59] "GET /project/7235404b-f3c6-4054-8580-ad3882e78a86?fields=application_policy_sets HTTP/1.1" 200 1401 0.070384 10.0.0.23 - - [2025-12-04 04:55:59] "DELETE /project/7235404b-f3c6-4054-8580-ad3882e78a86 HTTP/1.1" 200 115 0.478620 10.0.0.27 - - [2025-12-04 04:57:40] "GET /obj-perms HTTP/1.1" 200 5056 0.074137 [Introspect:8084]10.0.0.23 - - [2025-12-04 04:57:53] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.000921 [Introspect:8084]10.0.0.23 - - [2025-12-04 04:57:53] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3156 0.001040