++ 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 Sep 11 01:55:31 AM UTC 2025 ===================' INFO: =================== Thu Sep 11 01:55:31 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 +++ cut -d / -f 1 +++ local nic=ens3 +++ ip addr show dev ens3 +++ grep 'inet ' +++ awk '{print $2}' +++ head -n 1 ++ DEFAULT_LOCAL_IP=10.0.0.49 ++ ENCAP_PRIORITY=MPLSoUDP,MPLSoGRE,VXLAN ++ VXLAN_VN_ID_MODE=automatic ++ DPDK_UIO_DRIVER=uio_pci_generic ++ CPU_CORE_MASK=0x01 ++ SERVICE_CORE_MASK= ++ DPDK_CTRL_THREAD_MASK= ++ HUGE_PAGES= ++ HUGE_PAGES_DIR=/dev/hugepages ++ HUGE_PAGES_1GB=0 ++ HUGE_PAGES_2MB=256 ++ HUGE_PAGES_1GB_DIR= ++ HUGE_PAGES_2MB_DIR= ++ [[ 0 != 0 ]] ++ [[ 0 != 256 ]] ++ [[ -z '' ]] +++ mount -t hugetlbfs +++ awk '/pagesize=2M/{print($3)}' +++ tail -n 1 ++ HUGE_PAGES_2MB_DIR= ++ DPDK_MEM_PER_SOCKET=1024 ++ DPDK_COMMAND_ADDITIONAL_ARGS= ++ NIC_OFFLOAD_ENABLE=False ++ DPDK_ENABLE_VLAN_FWRD=False ++ DIST_SNAT_PROTO_PORT_LIST= ++ CLOUD_ORCHESTRATOR=openstack ++ CLOUD_ADMIN_ROLE=admin ++ AAA_MODE=rbac ++ AUTH_MODE=keystone ++ AUTH_PARAMS= ++ SSL_ENABLE=false ++ SSL_INSECURE=True ++ SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ SERVER_CA_KEYFILE=/etc/contrail/ssl/private/ca-key.pem ++ SELFSIGNED_CERTS_WITH_IPS=True ++ CONTROLLER_NODES=10.0.0.249,10.0.0.22,10.0.0.49 ++ ANALYTICS_ALARM_ENABLE=True ++ ANALYTICS_SNMP_ENABLE=True ++ ANALYTICSDB_ENABLE=True ++ ANALYTICS_NODES=10.0.0.249,10.0.0.22,10.0.0.49 ++ ANALYTICSDB_NODES=10.0.0.249,10.0.0.22,10.0.0.49 ++ ANALYTICS_SNMP_NODES=10.0.0.249,10.0.0.22,10.0.0.49 ++ ANALYTICS_API_PORT=8081 ++ ANALYTICS_API_INTROSPECT_PORT=8090 ++ ANALYTICSDB_PORT=9160 ++ ANALYTICSDB_CQL_PORT=9042 ++ TOPOLOGY_INTROSPECT_PORT=5921 ++ QUERYENGINE_INTROSPECT_PORT=8091 +++ get_server_list ANALYTICS ':8081 ' +++ local server_typ=ANALYTICS_NODES +++ local 'port_with_delim=:8081 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.249 +++ local server_address=10.0.0.249 +++ extended_server_list+='10.0.0.249:8081 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.22 +++ local server_address=10.0.0.22 +++ extended_server_list+='10.0.0.22:8081 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.49 +++ local server_address=10.0.0.49 +++ extended_server_list+='10.0.0.49:8081 ' +++ '[' -n '10.0.0.249:8081 10.0.0.22:8081 10.0.0.49:8081 ' ']' +++ echo '10.0.0.249:8081 10.0.0.22:8081 10.0.0.49:8081' ++ ANALYTICS_SERVERS='10.0.0.249:8081 10.0.0.22:8081 10.0.0.49:8081' +++ get_server_list ANALYTICSDB ':9042 ' +++ local server_typ=ANALYTICSDB_NODES +++ local 'port_with_delim=:9042 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.249 +++ local server_address=10.0.0.249 +++ extended_server_list+='10.0.0.249:9042 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.22 +++ local server_address=10.0.0.22 +++ extended_server_list+='10.0.0.22:9042 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.49 +++ local server_address=10.0.0.49 +++ extended_server_list+='10.0.0.49:9042 ' +++ '[' -n '10.0.0.249:9042 10.0.0.22:9042 10.0.0.49:9042 ' ']' +++ echo '10.0.0.249:9042 10.0.0.22:9042 10.0.0.49:9042' ++ ANALYTICSDB_CQL_SERVERS='10.0.0.249:9042 10.0.0.22:9042 10.0.0.49:9042' ++ ANALYTICS_API_VIP= ++ ANALYTICS_ALARM_NODES=10.0.0.249,10.0.0.22,10.0.0.49 ++ ALARMGEN_INTROSPECT_PORT=5995 ++ BGP_PORT=179 ++ BGP_AUTO_MESH=true ++ BGP_ASN=64512 ++ ENABLE_4BYTE_AS=false ++ APPLY_DEFAULTS=true ++ COLLECTOR_PORT=8086 ++ COLLECTOR_INTROSPECT_PORT=8089 ++ COLLECTOR_SYSLOG_PORT=514 ++ COLLECTOR_SFLOW_PORT=6343 ++ COLLECTOR_IPFIX_PORT=4739 ++ COLLECTOR_PROTOBUF_PORT=3333 ++ COLLECTOR_STRUCTURED_SYSLOG_PORT=3514 ++ SNMPCOLLECTOR_INTROSPECT_PORT=5920 +++ get_server_list ANALYTICS ':8086 ' +++ local server_typ=ANALYTICS_NODES +++ local 'port_with_delim=:8086 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.249 +++ local server_address=10.0.0.249 +++ extended_server_list+='10.0.0.249:8086 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.22 +++ local server_address=10.0.0.22 +++ extended_server_list+='10.0.0.22:8086 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.49 +++ local server_address=10.0.0.49 +++ extended_server_list+='10.0.0.49:8086 ' +++ '[' -n '10.0.0.249:8086 10.0.0.22:8086 10.0.0.49:8086 ' ']' +++ echo '10.0.0.249:8086 10.0.0.22:8086 10.0.0.49:8086' ++ COLLECTOR_SERVERS='10.0.0.249:8086 10.0.0.22:8086 10.0.0.49:8086' ++ CASSANDRA_PORT=9160 ++ CASSANDRA_CQL_PORT=9042 ++ CASSANDRA_SSL_STORAGE_PORT=7011 ++ CASSANDRA_STORAGE_PORT=7010 ++ CASSANDRA_JMX_LOCAL_PORT=7200 ++ CONFIGDB_CASSANDRA_DRIVER=cql ++ CONFIG_NODES=10.0.0.249,10.0.0.22,10.0.0.49 ++ CONFIGDB_NODES=10.0.0.249,10.0.0.22,10.0.0.49 ++ CONFIG_API_PORT=8082 ++ CONFIG_API_INTROSPECT_PORT=8084 ++ CONFIG_API_ADMIN_PORT=8095 ++ CONFIGDB_PORT=9161 ++ CONFIGDB_CQL_PORT=9041 +++ get_server_list CONFIG ':8082 ' +++ local server_typ=CONFIG_NODES +++ local 'port_with_delim=:8082 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.249 +++ local server_address=10.0.0.249 +++ extended_server_list+='10.0.0.249:8082 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.22 +++ local server_address=10.0.0.22 +++ extended_server_list+='10.0.0.22:8082 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.49 +++ local server_address=10.0.0.49 +++ extended_server_list+='10.0.0.49:8082 ' +++ '[' -n '10.0.0.249:8082 10.0.0.22:8082 10.0.0.49:8082 ' ']' +++ echo '10.0.0.249:8082 10.0.0.22:8082 10.0.0.49:8082' ++ CONFIG_SERVERS='10.0.0.249:8082 10.0.0.22:8082 10.0.0.49:8082' +++ get_server_list CONFIGDB ':9161 ' +++ local server_typ=CONFIGDB_NODES +++ local 'port_with_delim=:9161 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.249 +++ local server_address=10.0.0.249 +++ extended_server_list+='10.0.0.249:9161 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.22 +++ local server_address=10.0.0.22 +++ extended_server_list+='10.0.0.22:9161 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.49 +++ local server_address=10.0.0.49 +++ extended_server_list+='10.0.0.49:9161 ' +++ '[' -n '10.0.0.249:9161 10.0.0.22:9161 10.0.0.49:9161 ' ']' +++ echo '10.0.0.249:9161 10.0.0.22:9161 10.0.0.49:9161' ++ CONFIGDB_SERVERS='10.0.0.249:9161 10.0.0.22:9161 10.0.0.49:9161' +++ get_server_list CONFIGDB ':9041 ' +++ local server_typ=CONFIGDB_NODES +++ local 'port_with_delim=:9041 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.249 +++ local server_address=10.0.0.249 +++ extended_server_list+='10.0.0.249:9041 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.22 +++ local server_address=10.0.0.22 +++ extended_server_list+='10.0.0.22:9041 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.49 +++ local server_address=10.0.0.49 +++ extended_server_list+='10.0.0.49:9041 ' +++ '[' -n '10.0.0.249:9041 10.0.0.22:9041 10.0.0.49:9041 ' ']' +++ echo '10.0.0.249:9041 10.0.0.22:9041 10.0.0.49:9041' ++ CONFIGDB_CQL_SERVERS='10.0.0.249:9041 10.0.0.22:9041 10.0.0.49:9041' ++ CONFIG_API_VIP= ++ CONFIG_API_SSL_ENABLE=false ++ CONFIG_API_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ CONFIG_API_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ CONFIG_API_SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ CONFIG_API_WORKER_COUNT=1 ++ CONFIG_API_MAX_REQUESTS=1024 ++ ANALYTICS_API_SSL_ENABLE=false ++ ANALYTICS_API_SSL_INSECURE=True ++ ANALYTICS_API_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ ANALYTICS_API_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ ANALYTICS_API_SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ CASSANDRA_SSL_ENABLE=false ++ CASSANDRA_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ CASSANDRA_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ CASSANDRA_SSL_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ CASSANDRA_SSL_KEYSTORE_PASSWORD=astrophytum ++ CASSANDRA_SSL_TRUSTSTORE_PASSWORD=ornatum ++ CASSANDRA_SSL_PROTOCOL=TLS ++ CASSANDRA_SSL_ALGORITHM=SunX509 ++ CASSANDRA_SSL_CIPHER_SUITES='[TLS_RSA_WITH_AES_128_CBC_SHA,TLS_RSA_WITH_AES_256_CBC_SHA,TLS_DHE_RSA_WITH_AES_128_CBC_SHA,TLS_DHE_RSA_WITH_AES_256_CBC_SHA,TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA,TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA]' ++ CASSANDRA_CONFIG_MEMTABLE_FLUSH_WRITER=4 ++ CASSANDRA_CONFIG_CONCURRECT_COMPACTORS=4 ++ CASSANDRA_CONFIG_COMPACTION_THROUGHPUT_MB_PER_SEC=256 ++ CASSANDRA_CONFIG_CONCURRECT_READS=64 ++ CASSANDRA_CONFIG_CONCURRECT_WRITES=64 ++ CASSANDRA_CONFIG_MEMTABLE_ALLOCATION_TYPE=offheap_objects ++ CASSANDRA_REAPER_ENABLED=false ++ CASSANDRA_REAPER_JMX_KEY=reaperJmxKey ++ CASSANDRA_REAPER_JMX_AUTH_USERNAME=reaperUser ++ CASSANDRA_REAPER_JMX_AUTH_PASSWORD=reaperPass ++ CASSANDRA_REAPER_APP_PORT=8071 ++ CASSANDRA_REAPER_ADM_PORT=8072 ++ CONTROL_NODES=10.20.0.25,10.20.0.17,10.20.0.193 ++ CONTROL_INTROSPECT_PORT=8083 ++ DNS_NODES=10.20.0.25,10.20.0.17,10.20.0.193 ++ DNS_SERVER_PORT=53 ++ DNS_INTROSPECT_PORT=8092 ++ RNDC_KEY=xvysmOR8lnUQRBcunkC6vg== ++ USE_EXTERNAL_TFTP=False ++ ZOOKEEPER_NODES=10.0.0.249,10.0.0.22,10.0.0.49 ++ ZOOKEEPER_PORT=2181 ++ ZOOKEEPER_PORTS=2888:3888 +++ get_server_list ZOOKEEPER :2181, +++ local server_typ=ZOOKEEPER_NODES +++ local port_with_delim=:2181, +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.249 +++ local server_address=10.0.0.249 +++ extended_server_list+=10.0.0.249:2181, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.22 +++ local server_address=10.0.0.22 +++ extended_server_list+=10.0.0.22:2181, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.49 +++ local server_address=10.0.0.49 +++ extended_server_list+=10.0.0.49:2181, +++ '[' -n 10.0.0.249:2181,10.0.0.22:2181,10.0.0.49:2181, ']' +++ echo 10.0.0.249:2181,10.0.0.22:2181,10.0.0.49:2181 ++ ZOOKEEPER_SERVERS=10.0.0.249:2181,10.0.0.22:2181,10.0.0.49:2181 +++ get_server_list ZOOKEEPER ':2181 ' +++ local server_typ=ZOOKEEPER_NODES +++ local 'port_with_delim=:2181 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.249 +++ local server_address=10.0.0.249 +++ extended_server_list+='10.0.0.249:2181 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.22 +++ local server_address=10.0.0.22 +++ extended_server_list+='10.0.0.22:2181 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.49 +++ local server_address=10.0.0.49 +++ extended_server_list+='10.0.0.49:2181 ' +++ '[' -n '10.0.0.249:2181 10.0.0.22:2181 10.0.0.49:2181 ' ']' +++ echo '10.0.0.249:2181 10.0.0.22:2181 10.0.0.49:2181' ++ ZOOKEEPER_SERVERS_SPACE_DELIM='10.0.0.249:2181 10.0.0.22:2181 10.0.0.49:2181' ++ RABBITMQ_NODES=10.0.0.249,10.0.0.22,10.0.0.49 ++ RABBITMQ_NODE_PORT=5673 +++ get_server_list RABBITMQ :5673, +++ local server_typ=RABBITMQ_NODES +++ local port_with_delim=:5673, +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.249 +++ local server_address=10.0.0.249 +++ extended_server_list+=10.0.0.249:5673, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.22 +++ local server_address=10.0.0.22 +++ extended_server_list+=10.0.0.22:5673, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.49 +++ local server_address=10.0.0.49 +++ extended_server_list+=10.0.0.49:5673, +++ '[' -n 10.0.0.249:5673,10.0.0.22:5673,10.0.0.49:5673, ']' +++ echo 10.0.0.249:5673,10.0.0.22:5673,10.0.0.49:5673 ++ RABBITMQ_SERVERS=10.0.0.249:5673,10.0.0.22:5673,10.0.0.49:5673 ++ RABBITMQ_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ RABBITMQ_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ RABBITMQ_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ RABBITMQ_SSL_FAIL_IF_NO_PEER_CERT=true ++ RABBITMQ_VHOST=/ ++ RABBITMQ_USER=guest ++ RABBITMQ_PASSWORD=guest ++ RABBITMQ_USE_SSL=false ++ RABBITMQ_SSL_VER=tlsv1.2 ++ RABBITMQ_CLIENT_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ RABBITMQ_CLIENT_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ RABBITMQ_CLIENT_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ RABBITMQ_HEARTBEAT_INTERVAL=60 ++ RABBITMQ_CLUSTER_PARTITION_HANDLING=autoheal ++ RABBITMQ_MIRRORED_QUEUE_MODE=all ++ REDIS_SERVER_PORT=6379 ++ REDIS_SERVER_PASSWORD= +++ get_server_list ANALYTICS ':6379 ' +++ local server_typ=ANALYTICS_NODES +++ local 'port_with_delim=:6379 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.249 +++ local server_address=10.0.0.249 +++ extended_server_list+='10.0.0.249:6379 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.22 +++ local server_address=10.0.0.22 +++ extended_server_list+='10.0.0.22:6379 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.49 +++ local server_address=10.0.0.49 +++ extended_server_list+='10.0.0.49:6379 ' +++ '[' -n '10.0.0.249:6379 10.0.0.22:6379 10.0.0.49:6379 ' ']' +++ echo '10.0.0.249:6379 10.0.0.22:6379 10.0.0.49:6379' ++ REDIS_SERVERS='10.0.0.249:6379 10.0.0.22:6379 10.0.0.49:6379' ++ REDIS_LISTEN_ADDRESS= ++ REDIS_PROTECTED_MODE= ++ REDIS_SSL_ENABLE=false ++ REDIS_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ REDIS_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ REDIS_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ redis_ssl_config= ++ KAFKA_NODES=10.0.0.249,10.0.0.22,10.0.0.49 ++ KAFKA_PORT=9092 +++ get_server_list KAFKA ':9092 ' +++ local server_typ=KAFKA_NODES +++ local 'port_with_delim=:9092 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.249 +++ local server_address=10.0.0.249 +++ extended_server_list+='10.0.0.249:9092 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.22 +++ local server_address=10.0.0.22 +++ extended_server_list+='10.0.0.22:9092 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.49 +++ local server_address=10.0.0.49 +++ extended_server_list+='10.0.0.49:9092 ' +++ '[' -n '10.0.0.249:9092 10.0.0.22:9092 10.0.0.49:9092 ' ']' +++ echo '10.0.0.249:9092 10.0.0.22:9092 10.0.0.49:9092' ++ KAFKA_SERVERS='10.0.0.249:9092 10.0.0.22:9092 10.0.0.49:9092' ++ KAFKA_SSL_ENABLE=false ++ KAFKA_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ KAFKA_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ KAFKA_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ KEYSTONE_AUTH_ADMIN_TENANT=admin ++ KEYSTONE_AUTH_ADMIN_USER=admin ++ KEYSTONE_AUTH_ADMIN_PASSWORD=contrail123 ++ KEYSTONE_AUTH_PROJECT_DOMAIN_NAME=Default ++ KEYSTONE_AUTH_USER_DOMAIN_NAME=Default ++ KEYSTONE_AUTH_REGION_NAME=RegionOne ++ KEYSTONE_AUTH_URL_VERSION=/v3 ++ KEYSTONE_AUTH_HOST=10.0.0.249 ++ KEYSTONE_AUTH_PROTO=http ++ KEYSTONE_AUTH_ADMIN_PORT=5000 ++ KEYSTONE_AUTH_PUBLIC_PORT=5000 ++ KEYSTONE_AUTH_URL_TOKENS=/v3/auth/tokens ++ KEYSTONE_AUTH_INSECURE=True ++ KEYSTONE_AUTH_CERTFILE= ++ KEYSTONE_AUTH_KEYFILE= ++ KEYSTONE_AUTH_CA_CERTFILE= ++ KEYSTONE_AUTH_ENDPOINT_TYPE= ++ KEYSTONE_AUTH_SYNC_ON_DEMAND= ++ KEYSTONE_AUTH_INTERFACE=public ++ KUBEMANAGER_NODES=10.0.0.249,10.0.0.22,10.0.0.49 ++ KUBERNETES_CLUSTER_NAME=k8s ++ KUBERNETES_CNI_META_PLUGIN=multus ++ METADATA_PROXY_SECRET=contrail ++ BARBICAN_TENANT_NAME=service ++ BARBICAN_USER=barbican ++ BARBICAN_PASSWORD=contrail123 ++ AGENT_MODE=kernel ++ EXTERNAL_ROUTERS= ++ SUBCLUSTER= ++ VROUTER_COMPUTE_NODE_ADDRESS= ++ VROUTER_MODULE_OPTIONS= ++ FABRIC_SNAT_HASH_TABLE_SIZE=4096 ++ TSN_EVPN_MODE=False ++ TSN_NODES='[]' ++ PRIORITY_ID= ++ PRIORITY_BANDWIDTH= ++ PRIORITY_SCHEDULING= ++ QOS_QUEUE_ID= ++ QOS_LOGICAL_QUEUES= ++ QOS_DEF_HW_QUEUE=False ++ PRIORITY_TAGGING=True ++ SLO_DESTINATION=collector ++ '[' -n '' ']' ++ SAMPLE_DESTINATION=collector ++ FLOW_EXPORT_RATE=0 ++ WEBUI_NODES=10.0.0.249,10.0.0.22,10.0.0.49 ++ WEBUI_JOB_SERVER_PORT=3000 ++ KUE_UI_PORT=3002 ++ WEBUI_HTTP_LISTEN_PORT=8180 ++ WEBUI_HTTPS_LISTEN_PORT=8143 ++ WEBUI_SSL_KEY_FILE=/etc/contrail/webui_ssl/cs-key.pem ++ WEBUI_SSL_CERT_FILE=/etc/contrail/webui_ssl/cs-cert.pem ++ WEBUI_SSL_CIPHERS=ECDHE-ECDSA-AES256-GCM-SHA384:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-CHACHA20-POLY1305:ECDHE-RSA-CHACHA20-POLY1305:ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES256-SHA384:ECDHE-RSA-AES256-SHA384:ECDHE-ECDSA-AES128-SHA256:ECDHE-RSA-AES128-SHA256:AES256-SHA ++ WEBUI_STATIC_AUTH_USER=admin ++ WEBUI_STATIC_AUTH_PASSWORD=contrail123 ++ WEBUI_STATIC_AUTH_ROLE=cloudAdmin ++ XMPP_SERVER_PORT=5269 ++ XMPP_SSL_ENABLE=false ++ XMPP_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ XMPP_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ XMPP_SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ LINKLOCAL_SERVICE_PORT=80 ++ LINKLOCAL_SERVICE_NAME=metadata ++ LINKLOCAL_SERVICE_IP=169.254.169.254 ++ IPFABRIC_SERVICE_PORT=8775 ++ INTROSPECT_SSL_ENABLE=false ++ INTROSPECT_SSL_INSECURE=True ++ INTROSPECT_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ INTROSPECT_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ INTROSPECT_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ INTROSPECT_LISTEN_ALL=True ++ SANDESH_SSL_ENABLE=false ++ SANDESH_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ SANDESH_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ SANDESH_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ SANDESH_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ SANDESH_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ METADATA_SSL_ENABLE=false ++ METADATA_SSL_CERTFILE= ++ METADATA_SSL_KEYFILE= ++ METADATA_SSL_CA_CERTFILE= ++ METADATA_SSL_CERT_TYPE= ++ CONFIGURE_IPTABLES=false ++ FWAAS_ENABLE=False ++ CONTAINERD_NAMESPACE=k8s.io ++ TOR_AGENT_OVS_KA=10000 ++ TOR_TYPE=ovs ++ TOR_OVS_PROTOCOL=tcp ++ TORAGENT_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ TORAGENT_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ TORAGENT_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ [[ /v3 == \/\v\2\.\0 ]] ++ [[ openstack == \o\p\e\n\s\t\a\c\k ]] ++ AUTH_MODE=keystone ++ [[ keystone == \k\e\y\s\t\o\n\e ]] ++ AUTH_PARAMS='--admin_password contrail123' ++ AUTH_PARAMS+=' --admin_tenant_name admin' ++ AUTH_PARAMS+=' --admin_user admin' ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ read -r -d '' sandesh_client_config ++ true ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ xmpp_certs_config= ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ analytics_api_ssl_opts= ++ read -r -d '' rabbitmq_config ++ true ++ read -r -d '' rabbit_config ++ true ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ kafka_ssl_config= ++ [[ -n '' ]] ++ collector_stats_config= ++ [[ -z '' ]] ++ is_enabled False ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ export TSN_AGENT_MODE= ++ TSN_AGENT_MODE= ++ [[ -n '' ]] ++ collector_stats_config= ++ [[ -z x ]] ++ RSYSLOGD_XFLOW_LISTEN_PORT=9898 + pre_start_init + wait_certs_if_ssl_enabled + is_ssl_enabled + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + return + wait_config_api_certs_if_ssl_enabled + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + return + wait_for_cassandra ++ echo 10.0.0.249,10.0.0.22,10.0.0.49 ++ cut -d , -f 1 + local cassandra=10.0.0.249 + (( i=1 )) + (( i<=30 )) + echo -e '\035\nquit' + nc -z 10.0.0.249 9041 + echo 'INFO: Cassandra is connected' INFO: Cassandra is connected + sleep 5 + return 0 + host_ip=0.0.0.0 + is_enabled + local val= + [[ '' == \t\r\u\e ]] + [[ '' == \y\e\s ]] + [[ '' == \e\n\a\b\l\e\d ]] ++ get_listen_ip_for_node CONFIG +++ find_my_ip_and_order_for_node CONFIG +++ local server_typ=CONFIG_NODES +++ find_my_ip_and_order_for_node_list 10.0.0.249,10.0.0.22,10.0.0.49 +++ local servers=10.0.0.249,10.0.0.22,10.0.0.49 +++ local server_list= +++ IFS=, +++ read -ra server_list +++ cut -d ' ' -f 1 ++++ get_local_ips ++++ tr '\n' , ++++ cat /proc/net/fib_trie ++++ sort ++++ uniq ++++ awk '/32 host/ { print f } {f=$2}' ++++ grep -vi host +++ local local_ips=,10.0.0.49,10.20.0.193,127.0.0.1,172.17.0.1,, +++ local ord=1 +++ for server in "${server_list[@]}" +++ local ret=0 ++++ python3 -c 'import socket; print(socket.gethostbyname('\''10.0.0.249'\''))' +++ local server_ip=10.0.0.249 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.249 ]] +++ [[ ,10.0.0.49,10.20.0.193,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.249, ]] +++ (( ord+=1 )) +++ for server in "${server_list[@]}" +++ local ret=0 ++++ python3 -c 'import socket; print(socket.gethostbyname('\''10.0.0.22'\''))' +++ local server_ip=10.0.0.22 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.22 ]] +++ [[ ,10.0.0.49,10.20.0.193,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.22, ]] +++ (( ord+=1 )) +++ for server in "${server_list[@]}" +++ local ret=0 ++++ python3 -c 'import socket; print(socket.gethostbyname('\''10.0.0.49'\''))' +++ local server_ip=10.0.0.49 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.49 ]] +++ [[ ,10.0.0.49,10.20.0.193,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.49, ]] +++ echo 10.0.0.49 3 +++ return ++ local ip=10.0.0.49 ++ [[ -z 10.0.0.49 ]] ++ echo 10.0.0.49 + host_ip=10.0.0.49 + [[ cql == \c\q\l ]] ++ echo 10.0.0.249:9041 10.0.0.22:9041 10.0.0.49:9041 ++ sed 's/,/ /g' + cassandra_server_list='10.0.0.249:9041 10.0.0.22:9041 10.0.0.49:9041' + config_api_certs_config= + uwsgi_socket='protocol = http\nsocket = 10.0.0.49: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__.*__.*=.*$' ++ sort ++ cut -d = -f 1 ++ sed 's/^API__//g' + local vars= + local section= + (( ++index )) + (( index < CONFIG_API_WORKER_COUNT )) + (( CONFIG_API_WORKER_COUNT > 1 )) + service_cmd='/usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0' + set_third_party_auth_config + [[ keystone != \k\e\y\s\t\o\n\e ]] + local tmp_file=/etc/contrail/contrail-keystone-auth.conf.tmp + cat + [[ /v3 == \/\v\3 ]] + cat + [[ http == \h\t\t\p\s ]] + [[ -n '' ]] + [[ -n '' ]] + [[ -n public ]] + echo 'interface = public' + mv -f /etc/contrail/contrail-keystone-auth.conf.tmp /etc/contrail/contrail-keystone-auth.conf + set_vnc_api_lib_ini + local tmp_file=/etc/contrail/vnc_api_lib.ini.tmp + cat + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + [[ keystone == \k\e\y\s\t\o\n\e ]] + cat + [[ http == \h\t\t\p\s ]] + mv -f /etc/contrail/vnc_api_lib.ini.tmp /etc/contrail/vnc_api_lib.ini + upgrade_old_logs contrail-api + local template=contrail-api ++ dirname /var/log/contrail/config-api + local old_dir=/var/log/contrail + mkdir -p /var/log/contrail/config-api + chmod 755 /var/log/contrail/config-api + mv -n '/var/log/contrail/*contrail-api.log*' /var/log/contrail/config-api/ + true + [[ -n 1999 ]] + [[ -n 1999 ]] + local owner_opts=1999:1999 + chown 1999:1999 /var/log/contrail/config-api + find /var/log/contrail/config-api -uid 0 -exec chown 1999:1999 '{}' + + run_service /usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0 + [[ -n 1999 ]] + [[ -n 1999 ]] + local owner_opts=1999:1999 + mkdir -p /etc/contrail /var/lib/contrail + chown 1999:1999 /etc/contrail /var/lib/contrail + find /etc/contrail -uid 0 -exec chown 1999:1999 '{}' + + chmod 755 /etc/contrail + do_run_service /usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0 + [[ -n 1999 ]] + [[ -n 1999 ]] + mkdir -p /var/crashes + chmod 777 /var/crashes ++ id -un 1999 + local user_name=contrail + export HOME=/home/contrail + HOME=/home/contrail + mkdir -p /home/contrail + chown -R 1999:1999 /home/contrail + exec setpriv --reuid 1999 --regid 1999 --clear-groups --no-new-privs /usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0 /usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/vnc_addr_mgmt.py:287: SyntaxWarning: "is not" with a literal. Did you mean "!="? if ip_alloc_unit is not 1: /usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/vnc_addr_mgmt.py:1113: SyntaxWarning: "is" with a literal. Did you mean "=="? if len(ipam_subnets) is 0: /usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/vnc_addr_mgmt.py:1910: SyntaxWarning: "is" with a literal. Did you mean "=="? if len(ipam_subnets) is 0: 09/11/2025 01:55:41.196 7ff47fdc7dc0 [contrail-api] [INFO]: SANDESH: CONNECT TO COLLECTOR: True 09/11/2025 01:55:41.351 7ff47fdc7dc0 [contrail-api] [INFO]: SANDESH: INTROSPECT IS ON: 0.0.0.0:8084 09/11/2025 01:55:41.365 7ff47fdc7dc0 [contrail-api] [INFO]: SANDESH: Logging: LEVEL: [SYS_INFO] -> [SYS_DEBUG] 09/11/2025 01:55:41.365 7ff47fdc7dc0 [contrail-api] [INFO]: SANDESH: Logging: FILE: [None] -> [/var/log/contrail/config-api/contrail-api-0.log] HttpError Python 3.9.21: /usr/bin/python3 Thu Sep 11 01:56:03 2025 A problem occurred in a Python script. Here is the sequence of function calls leading up to the error, in the order they occurred. /usr/local/bin/contrail-api in 3 from vnc_cfg_api_server.api_server import server_main 4 if __name__ == '__main__': 5 if sys.argv[0].endswith('.exe'): 6 sys.argv[0] = sys.argv[0][:-4] 7 sys.exit(server_main()) sys = sys.exit = server_main = /usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/api_server.py in server_main(args_str=None) 5382 vnc_cgitb.enable(format='text') 5383 5384 main(args_str, VncApiServer(args_str)) 5385 #server_main 5386 global main = args_str = None global VncApiServer = /usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/api_server.py in __init__(self=, args_str='--conf_file /etc/contrail/contrail-api-0.conf --...ontrail/contrail-keystone-auth.conf --worker_id 0') 2210 else: 2211 self._db_connect(self._args.reset_config) 2212 self._db_init_entries() 2213 2214 self._initialize_quota_counters() self = self._db_init_entries = > /usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/api_server.py in _db_init_entries(self=) 3753 def _db_init_entries(self): 3754 # create singleton defaults if they don't exist already in db 3755 gsc = self.create_singleton_entry(GlobalSystemConfig( 3756 autonomous_system=64512, config_version=CONFIG_VERSION)) 3757 self._gsc_uuid = gsc.uuid gsc undefined self = self.create_singleton_entry = > global GlobalSystemConfig = autonomous_system undefined config_version undefined global CONFIG_VERSION = '1.0' /usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/api_server.py in create_singleton_entry(self=, singleton_obj=, user_visible=True) 4022 if not ok: 4023 (code, msg) = result 4024 raise cfgm_common.exceptions.HttpError(code, msg) 4025 obj_id = result 4026 s_obj.uuid = obj_id global cfgm_common = cfgm_common.exceptions = cfgm_common.exceptions.HttpError = code = 409 msg = 'FQ Name: /fq-name-to-uuid/global_system_config:d...cea751b6-5ad5-47c4-9e84-1c989f1256b5 at zookeeper' HttpError: HTTP Status: 409 Content: FQ Name: /fq-name-to-uuid/global_system_config:default-global-system-config exists already with ID: cea751b6-5ad5-47c4-9e84-1c989f1256b5 at zookeeper __cause__ = None __class__ = __context__ = NoIdError('global_system_config default-global-system-config') __delattr__ = __dict__ = {'content': 'FQ Name: /fq-name-to-uuid/global_system_config:d...cea751b6-5ad5-47c4-9e84-1c989f1256b5 at zookeeper', 'status_code': 409} __dir__ = __doc__ = None __eq__ = __format__ = __ge__ = __getattribute__ = __gt__ = __hash__ = __init__ = __init_subclass__ = __le__ = __lt__ = __module__ = 'vnc_api.exceptions' __ne__ = __new__ = __reduce__ = __reduce_ex__ = __repr__ = __setattr__ = __setstate__ = __sizeof__ = __str__ = __subclasshook__ = __suppress_context__ = False __traceback__ = __weakref__ = None args = (409, 'FQ Name: /fq-name-to-uuid/global_system_config:d...cea751b6-5ad5-47c4-9e84-1c989f1256b5 at zookeeper') content = 'FQ Name: /fq-name-to-uuid/global_system_config:d...cea751b6-5ad5-47c4-9e84-1c989f1256b5 at zookeeper' status_code = 409 with_traceback = The above is a description of an error in a Python program. Here is the original traceback: Traceback (most recent call last): File "/usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/api_server.py", line 4007, in create_singleton_entry s_obj.uuid = self._db_conn.fq_name_to_uuid(obj_type, fq_name) File "/usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/vnc_db.py", line 2523, in fq_name_to_uuid obj_uuid = self._object_db.fq_name_to_uuid(obj_type, fq_name) File "/usr/local/lib/python3.9/site-packages/cfgm_common/datastore/drivers/cassandra_cql.py", line 1045, in wrapper return func(*args, **kwargs) File "/usr/local/lib/python3.9/site-packages/cfgm_common/vnc_cassandra.py", line 1206, in fq_name_to_uuid raise NoIdError('%s %s' % (obj_type, fq_name_str)) vnc_api.exceptions.NoIdError: Unknown id: global_system_config default-global-system-config During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/local/bin/contrail-api", line 7, in sys.exit(server_main()) File "/usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/api_server.py", line 5384, in server_main main(args_str, VncApiServer(args_str)) File "/usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/api_server.py", line 2212, in __init__ self._db_init_entries() File "/usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/api_server.py", line 3755, in _db_init_entries gsc = self.create_singleton_entry(GlobalSystemConfig( File "/usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/api_server.py", line 4024, in create_singleton_entry raise cfgm_common.exceptions.HttpError(code, msg) vnc_api.exceptions.HttpError: HTTP Status: 409 Content: FQ Name: /fq-name-to-uuid/global_system_config:default-global-system-config exists already with ID: cea751b6-5ad5-47c4-9e84-1c989f1256b5 at zookeeper ++ LOG_DIR=/var/log/contrail ++ export CONTAINER_LOG_DIR=/var/log/contrail/config-api ++ CONTAINER_LOG_DIR=/var/log/contrail/config-api ++ mkdir -p /var/log/contrail/config-api ++ log_file=/var/log/contrail/config-api/console.log ++ touch /var/log/contrail/config-api/console.log ++ chmod 600 /var/log/contrail/config-api/console.log ++ exec +++ tee -a /var/log/contrail/config-api/console.log +++ date ++ echo 'INFO: =================== Thu Sep 11 01:56:04 AM UTC 2025 ===================' INFO: =================== Thu Sep 11 01:56:04 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 +++ cut -d / -f 1 +++ local nic=ens3 +++ ip addr show dev ens3 +++ grep 'inet ' +++ awk '{print $2}' +++ head -n 1 ++ DEFAULT_LOCAL_IP=10.0.0.49 ++ ENCAP_PRIORITY=MPLSoUDP,MPLSoGRE,VXLAN ++ VXLAN_VN_ID_MODE=automatic ++ DPDK_UIO_DRIVER=uio_pci_generic ++ CPU_CORE_MASK=0x01 ++ SERVICE_CORE_MASK= ++ DPDK_CTRL_THREAD_MASK= ++ HUGE_PAGES= ++ HUGE_PAGES_DIR=/dev/hugepages ++ HUGE_PAGES_1GB=0 ++ HUGE_PAGES_2MB=256 ++ HUGE_PAGES_1GB_DIR= ++ HUGE_PAGES_2MB_DIR= ++ [[ 0 != 0 ]] ++ [[ 0 != 256 ]] ++ [[ -z '' ]] +++ mount -t hugetlbfs +++ awk '/pagesize=2M/{print($3)}' +++ tail -n 1 ++ HUGE_PAGES_2MB_DIR= ++ DPDK_MEM_PER_SOCKET=1024 ++ DPDK_COMMAND_ADDITIONAL_ARGS= ++ NIC_OFFLOAD_ENABLE=False ++ DPDK_ENABLE_VLAN_FWRD=False ++ DIST_SNAT_PROTO_PORT_LIST= ++ CLOUD_ORCHESTRATOR=openstack ++ CLOUD_ADMIN_ROLE=admin ++ AAA_MODE=rbac ++ AUTH_MODE=keystone ++ AUTH_PARAMS= ++ SSL_ENABLE=false ++ SSL_INSECURE=True ++ SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ SERVER_CA_KEYFILE=/etc/contrail/ssl/private/ca-key.pem ++ SELFSIGNED_CERTS_WITH_IPS=True ++ CONTROLLER_NODES=10.0.0.249,10.0.0.22,10.0.0.49 ++ ANALYTICS_ALARM_ENABLE=True ++ ANALYTICS_SNMP_ENABLE=True ++ ANALYTICSDB_ENABLE=True ++ ANALYTICS_NODES=10.0.0.249,10.0.0.22,10.0.0.49 ++ ANALYTICSDB_NODES=10.0.0.249,10.0.0.22,10.0.0.49 ++ ANALYTICS_SNMP_NODES=10.0.0.249,10.0.0.22,10.0.0.49 ++ ANALYTICS_API_PORT=8081 ++ ANALYTICS_API_INTROSPECT_PORT=8090 ++ ANALYTICSDB_PORT=9160 ++ ANALYTICSDB_CQL_PORT=9042 ++ TOPOLOGY_INTROSPECT_PORT=5921 ++ QUERYENGINE_INTROSPECT_PORT=8091 +++ get_server_list ANALYTICS ':8081 ' +++ local server_typ=ANALYTICS_NODES +++ local 'port_with_delim=:8081 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.249 +++ local server_address=10.0.0.249 +++ extended_server_list+='10.0.0.249:8081 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.22 +++ local server_address=10.0.0.22 +++ extended_server_list+='10.0.0.22:8081 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.49 +++ local server_address=10.0.0.49 +++ extended_server_list+='10.0.0.49:8081 ' +++ '[' -n '10.0.0.249:8081 10.0.0.22:8081 10.0.0.49:8081 ' ']' +++ echo '10.0.0.249:8081 10.0.0.22:8081 10.0.0.49:8081' ++ ANALYTICS_SERVERS='10.0.0.249:8081 10.0.0.22:8081 10.0.0.49:8081' +++ get_server_list ANALYTICSDB ':9042 ' +++ local server_typ=ANALYTICSDB_NODES +++ local 'port_with_delim=:9042 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.249 +++ local server_address=10.0.0.249 +++ extended_server_list+='10.0.0.249:9042 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.22 +++ local server_address=10.0.0.22 +++ extended_server_list+='10.0.0.22:9042 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.49 +++ local server_address=10.0.0.49 +++ extended_server_list+='10.0.0.49:9042 ' +++ '[' -n '10.0.0.249:9042 10.0.0.22:9042 10.0.0.49:9042 ' ']' +++ echo '10.0.0.249:9042 10.0.0.22:9042 10.0.0.49:9042' ++ ANALYTICSDB_CQL_SERVERS='10.0.0.249:9042 10.0.0.22:9042 10.0.0.49:9042' ++ ANALYTICS_API_VIP= ++ ANALYTICS_ALARM_NODES=10.0.0.249,10.0.0.22,10.0.0.49 ++ ALARMGEN_INTROSPECT_PORT=5995 ++ BGP_PORT=179 ++ BGP_AUTO_MESH=true ++ BGP_ASN=64512 ++ ENABLE_4BYTE_AS=false ++ APPLY_DEFAULTS=true ++ COLLECTOR_PORT=8086 ++ COLLECTOR_INTROSPECT_PORT=8089 ++ COLLECTOR_SYSLOG_PORT=514 ++ COLLECTOR_SFLOW_PORT=6343 ++ COLLECTOR_IPFIX_PORT=4739 ++ COLLECTOR_PROTOBUF_PORT=3333 ++ COLLECTOR_STRUCTURED_SYSLOG_PORT=3514 ++ SNMPCOLLECTOR_INTROSPECT_PORT=5920 +++ get_server_list ANALYTICS ':8086 ' +++ local server_typ=ANALYTICS_NODES +++ local 'port_with_delim=:8086 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.249 +++ local server_address=10.0.0.249 +++ extended_server_list+='10.0.0.249:8086 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.22 +++ local server_address=10.0.0.22 +++ extended_server_list+='10.0.0.22:8086 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.49 +++ local server_address=10.0.0.49 +++ extended_server_list+='10.0.0.49:8086 ' +++ '[' -n '10.0.0.249:8086 10.0.0.22:8086 10.0.0.49:8086 ' ']' +++ echo '10.0.0.249:8086 10.0.0.22:8086 10.0.0.49:8086' ++ COLLECTOR_SERVERS='10.0.0.249:8086 10.0.0.22:8086 10.0.0.49:8086' ++ CASSANDRA_PORT=9160 ++ CASSANDRA_CQL_PORT=9042 ++ CASSANDRA_SSL_STORAGE_PORT=7011 ++ CASSANDRA_STORAGE_PORT=7010 ++ CASSANDRA_JMX_LOCAL_PORT=7200 ++ CONFIGDB_CASSANDRA_DRIVER=cql ++ CONFIG_NODES=10.0.0.249,10.0.0.22,10.0.0.49 ++ CONFIGDB_NODES=10.0.0.249,10.0.0.22,10.0.0.49 ++ CONFIG_API_PORT=8082 ++ CONFIG_API_INTROSPECT_PORT=8084 ++ CONFIG_API_ADMIN_PORT=8095 ++ CONFIGDB_PORT=9161 ++ CONFIGDB_CQL_PORT=9041 +++ get_server_list CONFIG ':8082 ' +++ local server_typ=CONFIG_NODES +++ local 'port_with_delim=:8082 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.249 +++ local server_address=10.0.0.249 +++ extended_server_list+='10.0.0.249:8082 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.22 +++ local server_address=10.0.0.22 +++ extended_server_list+='10.0.0.22:8082 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.49 +++ local server_address=10.0.0.49 +++ extended_server_list+='10.0.0.49:8082 ' +++ '[' -n '10.0.0.249:8082 10.0.0.22:8082 10.0.0.49:8082 ' ']' +++ echo '10.0.0.249:8082 10.0.0.22:8082 10.0.0.49:8082' ++ CONFIG_SERVERS='10.0.0.249:8082 10.0.0.22:8082 10.0.0.49:8082' +++ get_server_list CONFIGDB ':9161 ' +++ local server_typ=CONFIGDB_NODES +++ local 'port_with_delim=:9161 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.249 +++ local server_address=10.0.0.249 +++ extended_server_list+='10.0.0.249:9161 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.22 +++ local server_address=10.0.0.22 +++ extended_server_list+='10.0.0.22:9161 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.49 +++ local server_address=10.0.0.49 +++ extended_server_list+='10.0.0.49:9161 ' +++ '[' -n '10.0.0.249:9161 10.0.0.22:9161 10.0.0.49:9161 ' ']' +++ echo '10.0.0.249:9161 10.0.0.22:9161 10.0.0.49:9161' ++ CONFIGDB_SERVERS='10.0.0.249:9161 10.0.0.22:9161 10.0.0.49:9161' +++ get_server_list CONFIGDB ':9041 ' +++ local server_typ=CONFIGDB_NODES +++ local 'port_with_delim=:9041 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.249 +++ local server_address=10.0.0.249 +++ extended_server_list+='10.0.0.249:9041 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.22 +++ local server_address=10.0.0.22 +++ extended_server_list+='10.0.0.22:9041 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.49 +++ local server_address=10.0.0.49 +++ extended_server_list+='10.0.0.49:9041 ' +++ '[' -n '10.0.0.249:9041 10.0.0.22:9041 10.0.0.49:9041 ' ']' +++ echo '10.0.0.249:9041 10.0.0.22:9041 10.0.0.49:9041' ++ CONFIGDB_CQL_SERVERS='10.0.0.249:9041 10.0.0.22:9041 10.0.0.49:9041' ++ CONFIG_API_VIP= ++ CONFIG_API_SSL_ENABLE=false ++ CONFIG_API_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ CONFIG_API_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ CONFIG_API_SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ CONFIG_API_WORKER_COUNT=1 ++ CONFIG_API_MAX_REQUESTS=1024 ++ ANALYTICS_API_SSL_ENABLE=false ++ ANALYTICS_API_SSL_INSECURE=True ++ ANALYTICS_API_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ ANALYTICS_API_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ ANALYTICS_API_SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ CASSANDRA_SSL_ENABLE=false ++ CASSANDRA_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ CASSANDRA_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ CASSANDRA_SSL_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ CASSANDRA_SSL_KEYSTORE_PASSWORD=astrophytum ++ CASSANDRA_SSL_TRUSTSTORE_PASSWORD=ornatum ++ CASSANDRA_SSL_PROTOCOL=TLS ++ CASSANDRA_SSL_ALGORITHM=SunX509 ++ CASSANDRA_SSL_CIPHER_SUITES='[TLS_RSA_WITH_AES_128_CBC_SHA,TLS_RSA_WITH_AES_256_CBC_SHA,TLS_DHE_RSA_WITH_AES_128_CBC_SHA,TLS_DHE_RSA_WITH_AES_256_CBC_SHA,TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA,TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA]' ++ CASSANDRA_CONFIG_MEMTABLE_FLUSH_WRITER=4 ++ CASSANDRA_CONFIG_CONCURRECT_COMPACTORS=4 ++ CASSANDRA_CONFIG_COMPACTION_THROUGHPUT_MB_PER_SEC=256 ++ CASSANDRA_CONFIG_CONCURRECT_READS=64 ++ CASSANDRA_CONFIG_CONCURRECT_WRITES=64 ++ CASSANDRA_CONFIG_MEMTABLE_ALLOCATION_TYPE=offheap_objects ++ CASSANDRA_REAPER_ENABLED=false ++ CASSANDRA_REAPER_JMX_KEY=reaperJmxKey ++ CASSANDRA_REAPER_JMX_AUTH_USERNAME=reaperUser ++ CASSANDRA_REAPER_JMX_AUTH_PASSWORD=reaperPass ++ CASSANDRA_REAPER_APP_PORT=8071 ++ CASSANDRA_REAPER_ADM_PORT=8072 ++ CONTROL_NODES=10.20.0.25,10.20.0.17,10.20.0.193 ++ CONTROL_INTROSPECT_PORT=8083 ++ DNS_NODES=10.20.0.25,10.20.0.17,10.20.0.193 ++ DNS_SERVER_PORT=53 ++ DNS_INTROSPECT_PORT=8092 ++ RNDC_KEY=xvysmOR8lnUQRBcunkC6vg== ++ USE_EXTERNAL_TFTP=False ++ ZOOKEEPER_NODES=10.0.0.249,10.0.0.22,10.0.0.49 ++ ZOOKEEPER_PORT=2181 ++ ZOOKEEPER_PORTS=2888:3888 +++ get_server_list ZOOKEEPER :2181, +++ local server_typ=ZOOKEEPER_NODES +++ local port_with_delim=:2181, +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.249 +++ local server_address=10.0.0.249 +++ extended_server_list+=10.0.0.249:2181, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.22 +++ local server_address=10.0.0.22 +++ extended_server_list+=10.0.0.22:2181, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.49 +++ local server_address=10.0.0.49 +++ extended_server_list+=10.0.0.49:2181, +++ '[' -n 10.0.0.249:2181,10.0.0.22:2181,10.0.0.49:2181, ']' +++ echo 10.0.0.249:2181,10.0.0.22:2181,10.0.0.49:2181 ++ ZOOKEEPER_SERVERS=10.0.0.249:2181,10.0.0.22:2181,10.0.0.49:2181 +++ get_server_list ZOOKEEPER ':2181 ' +++ local server_typ=ZOOKEEPER_NODES +++ local 'port_with_delim=:2181 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.249 +++ local server_address=10.0.0.249 +++ extended_server_list+='10.0.0.249:2181 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.22 +++ local server_address=10.0.0.22 +++ extended_server_list+='10.0.0.22:2181 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.49 +++ local server_address=10.0.0.49 +++ extended_server_list+='10.0.0.49:2181 ' +++ '[' -n '10.0.0.249:2181 10.0.0.22:2181 10.0.0.49:2181 ' ']' +++ echo '10.0.0.249:2181 10.0.0.22:2181 10.0.0.49:2181' ++ ZOOKEEPER_SERVERS_SPACE_DELIM='10.0.0.249:2181 10.0.0.22:2181 10.0.0.49:2181' ++ RABBITMQ_NODES=10.0.0.249,10.0.0.22,10.0.0.49 ++ RABBITMQ_NODE_PORT=5673 +++ get_server_list RABBITMQ :5673, +++ local server_typ=RABBITMQ_NODES +++ local port_with_delim=:5673, +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.249 +++ local server_address=10.0.0.249 +++ extended_server_list+=10.0.0.249:5673, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.22 +++ local server_address=10.0.0.22 +++ extended_server_list+=10.0.0.22:5673, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.49 +++ local server_address=10.0.0.49 +++ extended_server_list+=10.0.0.49:5673, +++ '[' -n 10.0.0.249:5673,10.0.0.22:5673,10.0.0.49:5673, ']' +++ echo 10.0.0.249:5673,10.0.0.22:5673,10.0.0.49:5673 ++ RABBITMQ_SERVERS=10.0.0.249:5673,10.0.0.22:5673,10.0.0.49:5673 ++ RABBITMQ_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ RABBITMQ_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ RABBITMQ_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ RABBITMQ_SSL_FAIL_IF_NO_PEER_CERT=true ++ RABBITMQ_VHOST=/ ++ RABBITMQ_USER=guest ++ RABBITMQ_PASSWORD=guest ++ RABBITMQ_USE_SSL=false ++ RABBITMQ_SSL_VER=tlsv1.2 ++ RABBITMQ_CLIENT_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ RABBITMQ_CLIENT_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ RABBITMQ_CLIENT_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ RABBITMQ_HEARTBEAT_INTERVAL=60 ++ RABBITMQ_CLUSTER_PARTITION_HANDLING=autoheal ++ RABBITMQ_MIRRORED_QUEUE_MODE=all ++ REDIS_SERVER_PORT=6379 ++ REDIS_SERVER_PASSWORD= +++ get_server_list ANALYTICS ':6379 ' +++ local server_typ=ANALYTICS_NODES +++ local 'port_with_delim=:6379 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.249 +++ local server_address=10.0.0.249 +++ extended_server_list+='10.0.0.249:6379 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.22 +++ local server_address=10.0.0.22 +++ extended_server_list+='10.0.0.22:6379 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.49 +++ local server_address=10.0.0.49 +++ extended_server_list+='10.0.0.49:6379 ' +++ '[' -n '10.0.0.249:6379 10.0.0.22:6379 10.0.0.49:6379 ' ']' +++ echo '10.0.0.249:6379 10.0.0.22:6379 10.0.0.49:6379' ++ REDIS_SERVERS='10.0.0.249:6379 10.0.0.22:6379 10.0.0.49:6379' ++ REDIS_LISTEN_ADDRESS= ++ REDIS_PROTECTED_MODE= ++ REDIS_SSL_ENABLE=false ++ REDIS_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ REDIS_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ REDIS_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ redis_ssl_config= ++ KAFKA_NODES=10.0.0.249,10.0.0.22,10.0.0.49 ++ KAFKA_PORT=9092 +++ get_server_list KAFKA ':9092 ' +++ local server_typ=KAFKA_NODES +++ local 'port_with_delim=:9092 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.249 +++ local server_address=10.0.0.249 +++ extended_server_list+='10.0.0.249:9092 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.22 +++ local server_address=10.0.0.22 +++ extended_server_list+='10.0.0.22:9092 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.49 +++ local server_address=10.0.0.49 +++ extended_server_list+='10.0.0.49:9092 ' +++ '[' -n '10.0.0.249:9092 10.0.0.22:9092 10.0.0.49:9092 ' ']' +++ echo '10.0.0.249:9092 10.0.0.22:9092 10.0.0.49:9092' ++ KAFKA_SERVERS='10.0.0.249:9092 10.0.0.22:9092 10.0.0.49:9092' ++ KAFKA_SSL_ENABLE=false ++ KAFKA_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ KAFKA_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ KAFKA_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ KEYSTONE_AUTH_ADMIN_TENANT=admin ++ KEYSTONE_AUTH_ADMIN_USER=admin ++ KEYSTONE_AUTH_ADMIN_PASSWORD=contrail123 ++ KEYSTONE_AUTH_PROJECT_DOMAIN_NAME=Default ++ KEYSTONE_AUTH_USER_DOMAIN_NAME=Default ++ KEYSTONE_AUTH_REGION_NAME=RegionOne ++ KEYSTONE_AUTH_URL_VERSION=/v3 ++ KEYSTONE_AUTH_HOST=10.0.0.249 ++ KEYSTONE_AUTH_PROTO=http ++ KEYSTONE_AUTH_ADMIN_PORT=5000 ++ KEYSTONE_AUTH_PUBLIC_PORT=5000 ++ KEYSTONE_AUTH_URL_TOKENS=/v3/auth/tokens ++ KEYSTONE_AUTH_INSECURE=True ++ KEYSTONE_AUTH_CERTFILE= ++ KEYSTONE_AUTH_KEYFILE= ++ KEYSTONE_AUTH_CA_CERTFILE= ++ KEYSTONE_AUTH_ENDPOINT_TYPE= ++ KEYSTONE_AUTH_SYNC_ON_DEMAND= ++ KEYSTONE_AUTH_INTERFACE=public ++ KUBEMANAGER_NODES=10.0.0.249,10.0.0.22,10.0.0.49 ++ KUBERNETES_CLUSTER_NAME=k8s ++ KUBERNETES_CNI_META_PLUGIN=multus ++ METADATA_PROXY_SECRET=contrail ++ BARBICAN_TENANT_NAME=service ++ BARBICAN_USER=barbican ++ BARBICAN_PASSWORD=contrail123 ++ AGENT_MODE=kernel ++ EXTERNAL_ROUTERS= ++ SUBCLUSTER= ++ VROUTER_COMPUTE_NODE_ADDRESS= ++ VROUTER_MODULE_OPTIONS= ++ FABRIC_SNAT_HASH_TABLE_SIZE=4096 ++ TSN_EVPN_MODE=False ++ TSN_NODES='[]' ++ PRIORITY_ID= ++ PRIORITY_BANDWIDTH= ++ PRIORITY_SCHEDULING= ++ QOS_QUEUE_ID= ++ QOS_LOGICAL_QUEUES= ++ QOS_DEF_HW_QUEUE=False ++ PRIORITY_TAGGING=True ++ SLO_DESTINATION=collector ++ '[' -n '' ']' ++ SAMPLE_DESTINATION=collector ++ FLOW_EXPORT_RATE=0 ++ WEBUI_NODES=10.0.0.249,10.0.0.22,10.0.0.49 ++ WEBUI_JOB_SERVER_PORT=3000 ++ KUE_UI_PORT=3002 ++ WEBUI_HTTP_LISTEN_PORT=8180 ++ WEBUI_HTTPS_LISTEN_PORT=8143 ++ WEBUI_SSL_KEY_FILE=/etc/contrail/webui_ssl/cs-key.pem ++ WEBUI_SSL_CERT_FILE=/etc/contrail/webui_ssl/cs-cert.pem ++ WEBUI_SSL_CIPHERS=ECDHE-ECDSA-AES256-GCM-SHA384:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-CHACHA20-POLY1305:ECDHE-RSA-CHACHA20-POLY1305:ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES256-SHA384:ECDHE-RSA-AES256-SHA384:ECDHE-ECDSA-AES128-SHA256:ECDHE-RSA-AES128-SHA256:AES256-SHA ++ WEBUI_STATIC_AUTH_USER=admin ++ WEBUI_STATIC_AUTH_PASSWORD=contrail123 ++ WEBUI_STATIC_AUTH_ROLE=cloudAdmin ++ XMPP_SERVER_PORT=5269 ++ XMPP_SSL_ENABLE=false ++ XMPP_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ XMPP_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ XMPP_SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ LINKLOCAL_SERVICE_PORT=80 ++ LINKLOCAL_SERVICE_NAME=metadata ++ LINKLOCAL_SERVICE_IP=169.254.169.254 ++ IPFABRIC_SERVICE_PORT=8775 ++ INTROSPECT_SSL_ENABLE=false ++ INTROSPECT_SSL_INSECURE=True ++ INTROSPECT_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ INTROSPECT_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ INTROSPECT_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ INTROSPECT_LISTEN_ALL=True ++ SANDESH_SSL_ENABLE=false ++ SANDESH_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ SANDESH_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ SANDESH_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ SANDESH_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ SANDESH_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ METADATA_SSL_ENABLE=false ++ METADATA_SSL_CERTFILE= ++ METADATA_SSL_KEYFILE= ++ METADATA_SSL_CA_CERTFILE= ++ METADATA_SSL_CERT_TYPE= ++ CONFIGURE_IPTABLES=false ++ FWAAS_ENABLE=False ++ CONTAINERD_NAMESPACE=k8s.io ++ TOR_AGENT_OVS_KA=10000 ++ TOR_TYPE=ovs ++ TOR_OVS_PROTOCOL=tcp ++ TORAGENT_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ TORAGENT_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ TORAGENT_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ [[ /v3 == \/\v\2\.\0 ]] ++ [[ openstack == \o\p\e\n\s\t\a\c\k ]] ++ AUTH_MODE=keystone ++ [[ keystone == \k\e\y\s\t\o\n\e ]] ++ AUTH_PARAMS='--admin_password contrail123' ++ AUTH_PARAMS+=' --admin_tenant_name admin' ++ AUTH_PARAMS+=' --admin_user admin' ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ read -r -d '' sandesh_client_config ++ true ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ xmpp_certs_config= ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ analytics_api_ssl_opts= ++ read -r -d '' rabbitmq_config ++ true ++ read -r -d '' rabbit_config ++ true ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ kafka_ssl_config= ++ [[ -n '' ]] ++ collector_stats_config= ++ [[ -z '' ]] ++ is_enabled False ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ export TSN_AGENT_MODE= ++ TSN_AGENT_MODE= ++ [[ -n '' ]] ++ collector_stats_config= ++ [[ -z x ]] ++ RSYSLOGD_XFLOW_LISTEN_PORT=9898 + pre_start_init + wait_certs_if_ssl_enabled + is_ssl_enabled + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + return + wait_config_api_certs_if_ssl_enabled + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + return + wait_for_cassandra ++ echo 10.0.0.249,10.0.0.22,10.0.0.49 ++ cut -d , -f 1 + local cassandra=10.0.0.249 + (( i=1 )) + (( i<=30 )) + echo -e '\035\nquit' + nc -z 10.0.0.249 9041 + echo 'INFO: Cassandra is connected' INFO: Cassandra is connected + sleep 5 + return 0 + host_ip=0.0.0.0 + is_enabled + local val= + [[ '' == \t\r\u\e ]] + [[ '' == \y\e\s ]] + [[ '' == \e\n\a\b\l\e\d ]] ++ get_listen_ip_for_node CONFIG +++ find_my_ip_and_order_for_node CONFIG +++ local server_typ=CONFIG_NODES +++ find_my_ip_and_order_for_node_list 10.0.0.249,10.0.0.22,10.0.0.49 +++ local servers=10.0.0.249,10.0.0.22,10.0.0.49 +++ local server_list= +++ IFS=, +++ read -ra server_list +++ cut -d ' ' -f 1 ++++ get_local_ips ++++ awk '/32 host/ { print f } {f=$2}' ++++ sort ++++ uniq ++++ grep -vi host ++++ cat /proc/net/fib_trie ++++ tr '\n' , +++ local local_ips=,10.0.0.49,10.20.0.193,127.0.0.1,172.17.0.1,, +++ local ord=1 +++ for server in "${server_list[@]}" +++ local ret=0 ++++ python3 -c 'import socket; print(socket.gethostbyname('\''10.0.0.249'\''))' +++ local server_ip=10.0.0.249 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.249 ]] +++ [[ ,10.0.0.49,10.20.0.193,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.249, ]] +++ (( ord+=1 )) +++ for server in "${server_list[@]}" +++ local ret=0 ++++ python3 -c 'import socket; print(socket.gethostbyname('\''10.0.0.22'\''))' +++ local server_ip=10.0.0.22 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.22 ]] +++ [[ ,10.0.0.49,10.20.0.193,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.22, ]] +++ (( ord+=1 )) +++ for server in "${server_list[@]}" +++ local ret=0 ++++ python3 -c 'import socket; print(socket.gethostbyname('\''10.0.0.49'\''))' +++ local server_ip=10.0.0.49 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.49 ]] +++ [[ ,10.0.0.49,10.20.0.193,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.49, ]] +++ echo 10.0.0.49 3 +++ return ++ local ip=10.0.0.49 ++ [[ -z 10.0.0.49 ]] ++ echo 10.0.0.49 + host_ip=10.0.0.49 + [[ cql == \c\q\l ]] ++ echo 10.0.0.249:9041 10.0.0.22:9041 10.0.0.49:9041 ++ sed 's/,/ /g' + cassandra_server_list='10.0.0.249:9041 10.0.0.22:9041 10.0.0.49:9041' + config_api_certs_config= + uwsgi_socket='protocol = http\nsocket = 10.0.0.49: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__.*__.*=.*$' ++ sort ++ cut -d = -f 1 ++ sed 's/^API__//g' + local vars= + local section= + (( ++index )) + (( index < CONFIG_API_WORKER_COUNT )) + (( CONFIG_API_WORKER_COUNT > 1 )) + service_cmd='/usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0' + set_third_party_auth_config + [[ keystone != \k\e\y\s\t\o\n\e ]] + local tmp_file=/etc/contrail/contrail-keystone-auth.conf.tmp + cat + [[ /v3 == \/\v\3 ]] + cat + [[ http == \h\t\t\p\s ]] + [[ -n '' ]] + [[ -n '' ]] + [[ -n public ]] + echo 'interface = public' + mv -f /etc/contrail/contrail-keystone-auth.conf.tmp /etc/contrail/contrail-keystone-auth.conf + set_vnc_api_lib_ini + local tmp_file=/etc/contrail/vnc_api_lib.ini.tmp + cat + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + [[ keystone == \k\e\y\s\t\o\n\e ]] + cat + [[ http == \h\t\t\p\s ]] + mv -f /etc/contrail/vnc_api_lib.ini.tmp /etc/contrail/vnc_api_lib.ini + upgrade_old_logs contrail-api + local template=contrail-api ++ dirname /var/log/contrail/config-api + local old_dir=/var/log/contrail + mkdir -p /var/log/contrail/config-api + chmod 755 /var/log/contrail/config-api + mv -n '/var/log/contrail/*contrail-api.log*' /var/log/contrail/config-api/ + true + [[ -n 1999 ]] + [[ -n 1999 ]] + local owner_opts=1999:1999 + chown 1999:1999 /var/log/contrail/config-api + find /var/log/contrail/config-api -uid 0 -exec chown 1999:1999 '{}' + + run_service /usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0 + [[ -n 1999 ]] + [[ -n 1999 ]] + local owner_opts=1999:1999 + mkdir -p /etc/contrail /var/lib/contrail + chown 1999:1999 /etc/contrail /var/lib/contrail + find /etc/contrail -uid 0 -exec chown 1999:1999 '{}' + + chmod 755 /etc/contrail + do_run_service /usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0 + [[ -n 1999 ]] + [[ -n 1999 ]] + mkdir -p /var/crashes + chmod 777 /var/crashes ++ id -un 1999 + local user_name=contrail + export HOME=/home/contrail + HOME=/home/contrail + mkdir -p /home/contrail + chown -R 1999:1999 /home/contrail + exec setpriv --reuid 1999 --regid 1999 --clear-groups --no-new-privs /usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0 /usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/vnc_addr_mgmt.py:287: SyntaxWarning: "is not" with a literal. Did you mean "!="? if ip_alloc_unit is not 1: /usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/vnc_addr_mgmt.py:1113: SyntaxWarning: "is" with a literal. Did you mean "=="? if len(ipam_subnets) is 0: /usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/vnc_addr_mgmt.py:1910: SyntaxWarning: "is" with a literal. Did you mean "=="? if len(ipam_subnets) is 0: 09/11/2025 01:56:12.633 7f77c2442740 [contrail-api] [INFO]: SANDESH: CONNECT TO COLLECTOR: True 09/11/2025 01:56:12.775 7f77c2442740 [contrail-api] [INFO]: SANDESH: INTROSPECT IS ON: 0.0.0.0:8084 09/11/2025 01:56:12.787 7f77c2442740 [contrail-api] [INFO]: SANDESH: Logging: LEVEL: [SYS_INFO] -> [SYS_DEBUG] 09/11/2025 01:56:12.788 7f77c2442740 [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.49:8082/ Hit Ctrl-C to quit. 10.0.0.49 - - [2025-09-11 01:56:13] "GET / HTTP/1.1" 200 45871 0.001243 10.0.0.49 - - [2025-09-11 01:56:13] "GET / HTTP/1.1" 200 45871 0.000960 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.49 - - [2025-09-11 01:56:13] "POST /fqname-to-id HTTP/1.1" 401 293 0.000407 10.0.0.49 - - [2025-09-11 01:56:13] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 401 293 0.000336 10.0.0.49 - - [2025-09-11 01:56:47] "POST /fqname-to-id HTTP/1.1" 200 156 22.262306 10.0.0.49 - - [2025-09-11 01:56:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004375 10.0.0.49 - - [2025-09-11 01:56:47] "POST /fqname-to-id HTTP/1.1" 200 156 9.036923 10.0.0.22 - - [2025-09-11 01:56:47] "GET /global-system-configs HTTP/1.1" 200 322 7.617921 10.0.0.49 - - [2025-09-11 01:56:47] "GET /global-system-configs HTTP/1.1" 200 322 9.362201 10.0.0.22 - - [2025-09-11 01:56:47] "GET /global-system-configs HTTP/1.1" 200 322 11.140177 10.0.0.49 - - [2025-09-11 01:56:47] "GET /global-system-configs HTTP/1.1" 200 322 5.707086 10.0.0.249 - - [2025-09-11 01:56:47] "GET /global-system-configs HTTP/1.1" 200 322 4.587634 10.0.0.249 - - [2025-09-11 01:56:47] "GET /global-system-configs HTTP/1.1" 200 322 1.356945 10.0.0.49 - - [2025-09-11 01:56:47] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 200 315 22.212593 10.0.0.49 - - [2025-09-11 01:56:47] "GET /projects?detail=False&count=False&shared=False HTTP/1.1" 200 336 0.002793 10.0.0.22 - - [2025-09-11 01:56:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.444764 10.0.0.22 - - [2025-09-11 01:56:48] "POST /fqname-to-id HTTP/1.1" 404 180 0.003630 10.0.0.22 - - [2025-09-11 01:56:48] "POST /service-appliance-sets HTTP/1.1" 200 541 0.175247 /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.49 - - [2025-09-11 01:56:48] "POST /access-control-lists HTTP/1.1" 200 587 0.039627 10.0.0.22 - - [2025-09-11 01:56:48] "POST /service-templates HTTP/1.1" 200 511 0.060911 10.0.0.49 - - [2025-09-11 01:56:48] "POST /route-targets HTTP/1.1" 200 327 0.023174 10.0.0.49 - - [2025-09-11 01:56:49] "POST /ref-update HTTP/1.1" 200 156 0.040818 10.0.0.22 - - [2025-09-11 01:56:49] "POST /service-templates HTTP/1.1" 200 535 0.067296 10.0.0.49 - - [2025-09-11 01:56:49] "POST /route-targets HTTP/1.1" 200 327 0.031805 10.0.0.49 - - [2025-09-11 01:56:49] "POST /access-control-lists HTTP/1.1" 200 551 0.064351 10.0.0.49 - - [2025-09-11 01:56:53] "POST /ref-update HTTP/1.1" 200 156 0.030046 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.49 - - [2025-09-11 01:59:52] "GET /obj-perms HTTP/1.1" 200 5075 0.351348 10.0.0.49 - - [2025-09-11 02:00:23] "PUT /access-control-list/1ddef332-5a83-4cc4-a99b-e3c46d1f69b9 HTTP/1.1" 200 272 0.017890 10.0.0.249 - - [2025-09-11 02:00:52] "GET /obj-perms HTTP/1.1" 200 5075 0.062064 10.0.0.22 - - [2025-09-11 02:00:52] "GET /obj-perms HTTP/1.1" 200 5075 0.045231 10.0.0.22 - - [2025-09-11 02:01:10] "GET /global-system-configs HTTP/1.1" 200 322 0.003813 10.0.0.49 - - [2025-09-11 02:01:10] "GET /global-system-configs HTTP/1.1" 200 322 0.038019 10.0.0.22 - - [2025-09-11 02:01:10] "GET /global-system-configs HTTP/1.1" 200 322 0.112226 10.0.0.49 - - [2025-09-11 02:01:10] "GET /global-system-configs HTTP/1.1" 200 322 0.141821 10.0.0.49 - - [2025-09-11 02:01:11] "GET /obj-perms HTTP/1.1" 200 5075 0.240869 10.0.0.22 - - [2025-09-11 02:01:11] "GET /obj-perms HTTP/1.1" 200 5075 0.252295 10.0.0.249 - - [2025-09-11 02:01:11] "GET /obj-perms HTTP/1.1" 200 5075 0.265327 10.0.0.249 - - [2025-09-11 02:01:11] "GET /global-system-configs HTTP/1.1" 200 322 0.027267 10.0.0.249 - - [2025-09-11 02:01:12] "GET /global-system-configs HTTP/1.1" 200 322 0.003383 10.0.0.49 - - [2025-09-11 02:01:12] "GET /obj-perms HTTP/1.1" 200 5075 0.056753 10.0.0.22 - - [2025-09-11 02:01:12] "GET /obj-perms HTTP/1.1" 200 5075 0.067434 10.0.0.249 - - [2025-09-11 02:01:12] "GET /obj-perms HTTP/1.1" 200 5075 0.079665 [Introspect:8084]10.0.0.49 - - [2025-09-11 02:01:43] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.000933 [Introspect:8084]10.0.0.49 - - [2025-09-11 02:01:43] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3161 0.000861 [Introspect:8084]10.0.0.49 - - [2025-09-11 02:01:54] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.001060 [Introspect:8084]10.0.0.49 - - [2025-09-11 02:01:54] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3161 0.001186 10.0.0.249 - - [2025-09-11 02:03:09] "GET / HTTP/1.1" 200 35931 0.001287 10.0.0.249 - - [2025-09-11 02:03:10] "POST /fqname-to-id HTTP/1.1" 401 293 0.000469 10.0.0.249 - - [2025-09-11 02:03:11] "POST /fqname-to-id HTTP/1.1" 404 186 0.044981 10.0.0.49 - - [2025-09-11 02:03:11] "GET /projects?obj_uuids=7d88d6f2-109a-4510-a905-36425f011665&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.051396 10.0.0.49 - - [2025-09-11 02:03:11] "GET /domains?obj_uuids=6cefd47d-baca-4df6-a10c-ec963319da07&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000897 10.0.0.49 - - [2025-09-11 02:03:11] "GET /domain/6cefd47d-baca-4df6-a10c-ec963319da07?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.071305 10.0.0.49 - - [2025-09-11 02:03:11] "POST /id-to-fqname HTTP/1.1" 200 188 0.003314 10.0.0.49 - - [2025-09-11 02:03:11] "POST /fqname-to-id HTTP/1.1" 404 197 0.008238 10.0.0.49 - - [2025-09-11 02:03:11] "POST /security-groups HTTP/1.1" 200 589 0.082619 10.0.0.49 - - [2025-09-11 02:03:11] "POST /projects HTTP/1.1" 200 581 0.345638 10.0.0.49 - - [2025-09-11 02:03:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.414850 10.0.0.49 - - [2025-09-11 02:03:11] "POST /fqname-to-id HTTP/1.1" 404 231 0.043055 10.0.0.249 - - [2025-09-11 02:03:11] "GET /project/7d88d6f2-109a-4510-a905-36425f011665?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.667813 10.0.0.249 - - [2025-09-11 02:03:12] "GET / HTTP/1.1" 200 35931 0.001472 10.0.0.49 - - [2025-09-11 02:03:16] "GET /projects?obj_uuids=7d88d6f2-109a-4510-a905-36425f011665&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001074 10.0.0.249 - - [2025-09-11 02:03:16] "GET /project/7d88d6f2-109a-4510-a905-36425f011665?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.047095 10.0.0.49 - - [2025-09-11 02:03:16] "GET /projects?obj_uuids=7d88d6f2-109a-4510-a905-36425f011665&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001313 10.0.0.249 - - [2025-09-11 02:03:16] "GET /project/7d88d6f2-109a-4510-a905-36425f011665?fields=virtual_networks HTTP/1.1" 200 1028 0.077235 10.0.0.49 - - [2025-09-11 02:03:16] "GET /projects?obj_uuids=7d88d6f2-109a-4510-a905-36425f011665&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000947 10.0.0.249 - - [2025-09-11 02:03:16] "GET /project/7d88d6f2-109a-4510-a905-36425f011665?fields=virtual_machine_interfaces HTTP/1.1" 200 1028 0.053021 10.0.0.49 - - [2025-09-11 02:03:16] "GET /projects?obj_uuids=7d88d6f2-109a-4510-a905-36425f011665&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001054 10.0.0.249 - - [2025-09-11 02:03:16] "GET /project/7d88d6f2-109a-4510-a905-36425f011665?fields=security_groups HTTP/1.1" 200 1252 0.066410 10.0.0.49 - - [2025-09-11 02:03:17] "GET /projects?obj_uuids=31f5dad8-4492-4999-8ba2-fc70cb165c85&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003724 10.0.0.49 - - [2025-09-11 02:03:17] "GET /domains?obj_uuids=6cefd47d-baca-4df6-a10c-ec963319da07&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000887 10.0.0.49 - - [2025-09-11 02:03:17] "GET /domain/6cefd47d-baca-4df6-a10c-ec963319da07?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007563 10.0.0.49 - - [2025-09-11 02:03:17] "POST /id-to-fqname HTTP/1.1" 200 167 0.007363 10.0.0.49 - - [2025-09-11 02:03:17] "POST /fqname-to-id HTTP/1.1" 404 176 0.003445 10.0.0.49 - - [2025-09-11 02:03:17] "POST /security-groups HTTP/1.1" 200 568 0.042442 10.0.0.49 - - [2025-09-11 02:03:17] "POST /projects HTTP/1.1" 200 539 0.286418 10.0.0.49 - - [2025-09-11 02:03:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.324248 10.0.0.49 - - [2025-09-11 02:03:17] "POST /access-control-lists HTTP/1.1" 200 573 0.045907 10.0.0.249 - - [2025-09-11 02:03:17] "GET /project/31f5dad8-4492-4999-8ba2-fc70cb165c85?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1271 0.516700 [Introspect:8084]10.0.0.249 - - [2025-09-11 02:03:18] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3161 0.001308 10.0.0.49 - - [2025-09-11 02:03:19] "GET /projects?obj_uuids=31f5dad8-4492-4999-8ba2-fc70cb165c85&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.000931 10.0.0.249 - - [2025-09-11 02:03:19] "GET /project/31f5dad8-4492-4999-8ba2-fc70cb165c85?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1271 0.058362 10.0.0.49 - - [2025-09-11 02:03:20] "GET /obj-perms HTTP/1.1" 200 5075 0.064572 [Introspect:8084]10.0.0.249 - - [2025-09-11 02:03:21] "GET /Snh_CollectorInfoRequest HTTP/1.1" 200 373 0.000770 10.0.0.249 - - [2025-09-11 02:03:22] "GET /obj-perms HTTP/1.1" 200 5075 0.046924 10.0.0.249 - - [2025-09-11 02:03:22] "GET /obj-perms HTTP/1.1" 200 5075 0.003764 10.0.0.249 - - [2025-09-11 02:03:22] "GET /obj-perms HTTP/1.1" 200 5075 0.003994 10.0.0.249 - - [2025-09-11 02:03:22] "GET /obj-perms HTTP/1.1" 200 5075 0.003843 10.0.0.249 - - [2025-09-11 02:03:22] "GET /obj-perms HTTP/1.1" 200 5075 0.003976 10.0.0.249 - - [2025-09-11 02:03:22] "GET /obj-perms HTTP/1.1" 200 5075 0.004564 10.0.0.249 - - [2025-09-11 02:03:22] "GET /obj-perms HTTP/1.1" 200 5075 0.004553 10.0.0.249 - - [2025-09-11 02:03:23] "GET /obj-perms HTTP/1.1" 200 5075 0.003787 10.0.0.249 - - [2025-09-11 02:03:23] "GET /obj-perms HTTP/1.1" 200 5075 0.003989 10.0.0.249 - - [2025-09-11 02:03:23] "GET /obj-perms HTTP/1.1" 200 5075 0.003887 10.0.0.49 - - [2025-09-11 02:03:23] "GET /obj-perms HTTP/1.1" 200 5075 0.004824 10.0.0.249 - - [2025-09-11 02:03:23] "GET /obj-perms HTTP/1.1" 200 5075 0.003962 10.0.0.49 - - [2025-09-11 02:03:23] "GET /obj-perms HTTP/1.1" 200 5075 0.004316 10.0.0.49 - - [2025-09-11 02:03:23] "GET /obj-perms HTTP/1.1" 200 5075 0.004434 10.0.0.49 - - [2025-09-11 02:03:23] "GET /obj-perms HTTP/1.1" 200 5075 0.004158 10.0.0.249 - - [2025-09-11 02:03:25] "GET /obj-perms HTTP/1.1" 200 5075 0.004683 10.0.0.249 - - [2025-09-11 02:03:25] "GET /obj-perms HTTP/1.1" 200 5075 0.004154 10.0.0.249 - - [2025-09-11 02:03:25] "GET /obj-perms HTTP/1.1" 200 5075 0.004198 10.0.0.249 - - [2025-09-11 02:03:25] "GET /obj-perms HTTP/1.1" 200 5075 0.004058 10.0.0.249 - - [2025-09-11 02:03:25] "GET /obj-perms HTTP/1.1" 200 5075 0.004030 10.0.0.249 - - [2025-09-11 02:03:25] "GET /obj-perms HTTP/1.1" 200 5075 0.004358 10.0.0.249 - - [2025-09-11 02:03:25] "GET /obj-perms HTTP/1.1" 200 5075 0.004561 10.0.0.249 - - [2025-09-11 02:03:25] "GET /obj-perms HTTP/1.1" 200 5075 0.004109 10.0.0.249 - - [2025-09-11 02:03:25] "GET /obj-perms HTTP/1.1" 200 5075 0.003979 10.0.0.249 - - [2025-09-11 02:03:25] "GET /obj-perms HTTP/1.1" 200 5075 0.003942 10.0.0.249 - - [2025-09-11 02:03:25] "GET /obj-perms HTTP/1.1" 200 5075 0.004661 10.0.0.249 - - [2025-09-11 02:03:28] "GET /obj-perms HTTP/1.1" 200 5075 0.004422 10.0.0.249 - - [2025-09-11 02:03:28] "GET /obj-perms HTTP/1.1" 200 5075 0.004649 10.0.0.249 - - [2025-09-11 02:03:28] "GET /obj-perms HTTP/1.1" 200 5075 0.004446 10.0.0.249 - - [2025-09-11 02:03:28] "GET /obj-perms HTTP/1.1" 200 5075 0.004218 10.0.0.249 - - [2025-09-11 02:03:30] "GET /obj-perms HTTP/1.1" 200 5075 0.004479 10.0.0.249 - - [2025-09-11 02:03:30] "POST /fqname-to-id HTTP/1.1" 404 199 0.022670 10.0.0.49 - - [2025-09-11 02:03:31] "GET /projects?obj_uuids=62f1c3f9-cf27-44a5-8548-d7750812bacb&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003643 10.0.0.49 - - [2025-09-11 02:03:31] "GET /domains?obj_uuids=6cefd47d-baca-4df6-a10c-ec963319da07&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002131 10.0.0.49 - - [2025-09-11 02:03:31] "GET /domain/6cefd47d-baca-4df6-a10c-ec963319da07?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008507 10.0.0.49 - - [2025-09-11 02:03:31] "POST /id-to-fqname HTTP/1.1" 200 201 0.003450 10.0.0.49 - - [2025-09-11 02:03:31] "POST /fqname-to-id HTTP/1.1" 404 210 0.010068 10.0.0.49 - - [2025-09-11 02:03:31] "POST /security-groups HTTP/1.1" 200 602 0.079249 10.0.0.49 - - [2025-09-11 02:03:31] "POST /fqname-to-id HTTP/1.1" 404 245 0.003301 10.0.0.49 - - [2025-09-11 02:03:31] "POST /projects HTTP/1.1" 200 607 0.341154 10.0.0.49 - - [2025-09-11 02:03:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.414472 10.0.0.49 - - [2025-09-11 02:03:31] "POST /access-control-lists HTTP/1.1" 200 605 0.035383 10.0.0.249 - - [2025-09-11 02:03:31] "GET /project/62f1c3f9-cf27-44a5-8548-d7750812bacb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1406 0.587524 10.0.0.249 - - [2025-09-11 02:03:32] "GET / HTTP/1.1" 200 35931 0.001926 10.0.0.249 - - [2025-09-11 02:03:33] "POST /fqname-to-id HTTP/1.1" 401 293 0.000421 10.0.0.249 - - [2025-09-11 02:03:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.057459 10.0.0.49 - - [2025-09-11 02:03:34] "GET /projects?obj_uuids=62f1c3f9-cf27-44a5-8548-d7750812bacb&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001035 10.0.0.249 - - [2025-09-11 02:03:34] "GET /project/62f1c3f9-cf27-44a5-8548-d7750812bacb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1406 0.046517 10.0.0.49 - - [2025-09-11 02:03:34] "POST /useragent-kv HTTP/1.1" 200 115 0.015151 10.0.0.249 - - [2025-09-11 02:03:34] "POST /neutron/subnet HTTP/1.1" 200 715 0.264776 10.0.0.249 - - [2025-09-11 02:03:34] "POST /id-to-fqname HTTP/1.1" 200 233 0.001509 10.0.0.249 - - [2025-09-11 02:03:34] "GET /virtual-network/85e7dda1-4ef7-49d5-b5e0-f688e5753cdf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.005916 10.0.0.249 - - [2025-09-11 02:03:35] "GET /virtual-network/85e7dda1-4ef7-49d5-b5e0-f688e5753cdf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.006187 10.0.0.249 - - [2025-09-11 02:03:35] "POST /neutron/network HTTP/1.1" 200 837 0.007146 10.0.0.249 - - [2025-09-11 02:03:35] "GET /virtual-network/85e7dda1-4ef7-49d5-b5e0-f688e5753cdf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.005964 10.0.0.249 - - [2025-09-11 02:03:36] "POST /id-to-fqname HTTP/1.1" 200 233 0.001289 10.0.0.49 - - [2025-09-11 02:03:39] "GET /projects?obj_uuids=62f1c3f9-cf27-44a5-8548-d7750812bacb&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000896 10.0.0.249 - - [2025-09-11 02:03:39] "GET /project/62f1c3f9-cf27-44a5-8548-d7750812bacb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1406 0.114998 10.0.0.249 - - [2025-09-11 02:03:40] "POST /neutron/network HTTP/1.1" 200 837 0.030705 10.0.0.249 - - [2025-09-11 02:03:40] "POST /neutron/port HTTP/1.1" 200 117 0.007370 10.0.0.249 - - [2025-09-11 02:03:41] "POST /neutron/port HTTP/1.1" 200 1069 0.042559 10.0.0.249 - - [2025-09-11 02:03:42] "POST /neutron/port HTTP/1.1" 200 1097 0.017954 10.0.0.249 - - [2025-09-11 02:03:42] "POST /neutron/port HTTP/1.1" 200 117 0.001013 10.0.0.249 - - [2025-09-11 02:03:45] "POST /neutron/security_group HTTP/1.1" 200 2069 0.008295 10.0.0.249 - - [2025-09-11 02:03:45] "GET /obj-perms HTTP/1.1" 200 5071 0.072424 10.0.0.249 - - [2025-09-11 02:03:48] "GET /obj-perms HTTP/1.1" 200 5071 0.005508 10.0.0.49 - - [2025-09-11 02:03:49] "DELETE /project/7d88d6f2109a4510a90536425f011665 HTTP/1.1" 404 173 0.005980 10.0.0.49 - - [2025-09-11 02:03:49] "DELETE /project/31f5dad8449249998ba2fc70cb165c85 HTTP/1.1" 404 173 0.006648 10.0.0.49 - - [2025-09-11 02:03:49] "DELETE /project/62f1c3f9cf2744a58548d7750812bacb HTTP/1.1" 404 173 0.010758 10.0.0.49 - - [2025-09-11 02:03:49] "GET /projects?obj_uuids=7d88d6f2-109a-4510-a905-36425f011665&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000813 10.0.0.49 - - [2025-09-11 02:03:49] "GET /project/7d88d6f2-109a-4510-a905-36425f011665?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1460 0.056482 10.0.0.49 - - [2025-09-11 02:03:49] "GET /projects?obj_uuids=7d88d6f2-109a-4510-a905-36425f011665&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000903 10.0.0.49 - - [2025-09-11 02:03:49] "GET /project/7d88d6f2-109a-4510-a905-36425f011665?fields=security_groups HTTP/1.1" 200 1357 0.063522 10.0.0.49 - - [2025-09-11 02:03:49] "DELETE /security-group/3b3e983d-19cb-424a-adc7-d6ec7f1dee5a HTTP/1.1" 200 115 0.054011 10.0.0.49 - - [2025-09-11 02:03:49] "GET /projects?obj_uuids=7d88d6f2-109a-4510-a905-36425f011665&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001357 10.0.0.49 - - [2025-09-11 02:03:49] "DELETE /access-control-list/985089bd-3253-491e-890a-638ef87d216d HTTP/1.1" 200 115 0.055622 10.0.0.49 - - [2025-09-11 02:03:49] "GET /project/7d88d6f2-109a-4510-a905-36425f011665?fields=application_policy_sets HTTP/1.1" 200 1396 0.069978 10.0.0.49 - - [2025-09-11 02:03:49] "DELETE /project/7d88d6f2-109a-4510-a905-36425f011665 HTTP/1.1" 200 115 0.577551 10.0.0.249 - - [2025-09-11 02:03:51] "POST /neutron/port HTTP/1.1" 200 1097 0.022917 10.0.0.249 - - [2025-09-11 02:03:52] "POST /neutron/network HTTP/1.1" 200 837 0.009171 10.0.0.49 - - [2025-09-11 02:03:53] "DELETE /route-target/b17754f7-25ab-4d20-9677-e99c30083d2d HTTP/1.1" 200 115 0.029416 10.0.0.49 - - [2025-09-11 02:03:53] "GET /projects?obj_uuids=62f1c3f9-cf27-44a5-8548-d7750812bacb&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000995 10.0.0.249 - - [2025-09-11 02:03:54] "GET /project/62f1c3f9-cf27-44a5-8548-d7750812bacb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1406 0.055881 10.0.0.49 - - [2025-09-11 02:03:54] "GET /projects?obj_uuids=62f1c3f9-cf27-44a5-8548-d7750812bacb&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001024 10.0.0.249 - - [2025-09-11 02:03:54] "GET /project/62f1c3f9-cf27-44a5-8548-d7750812bacb?fields=virtual_networks HTTP/1.1" 200 1053 0.059107 10.0.0.49 - - [2025-09-11 02:03:54] "GET /projects?obj_uuids=62f1c3f9-cf27-44a5-8548-d7750812bacb&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000894 10.0.0.249 - - [2025-09-11 02:03:54] "GET /project/62f1c3f9-cf27-44a5-8548-d7750812bacb?fields=virtual_machine_interfaces HTTP/1.1" 200 1053 0.043911 10.0.0.49 - - [2025-09-11 02:03:54] "GET /projects?obj_uuids=62f1c3f9-cf27-44a5-8548-d7750812bacb&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001012 10.0.0.249 - - [2025-09-11 02:03:54] "GET /project/62f1c3f9-cf27-44a5-8548-d7750812bacb?fields=security_groups HTTP/1.1" 200 1290 0.051145 10.0.0.49 - - [2025-09-11 02:03:55] "GET /projects?obj_uuids=31f5dad8-4492-4999-8ba2-fc70cb165c85&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.000923 10.0.0.249 - - [2025-09-11 02:03:55] "GET /project/31f5dad8-4492-4999-8ba2-fc70cb165c85?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1271 0.069044 10.0.0.22 - - [2025-09-11 02:03:55] "GET /obj-perms HTTP/1.1" 200 5075 0.233126 10.0.0.49 - - [2025-09-11 02:04:01] "GET /projects?obj_uuids=31f5dad8-4492-4999-8ba2-fc70cb165c85&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001265 10.0.0.249 - - [2025-09-11 02:04:01] "GET /project/31f5dad8-4492-4999-8ba2-fc70cb165c85?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1271 0.066736 10.0.0.249 - - [2025-09-11 02:04:04] "POST /fqname-to-id HTTP/1.1" 404 200 0.024492 10.0.0.49 - - [2025-09-11 02:04:04] "GET /projects?obj_uuids=6612d4e0-84ba-47f8-8c31-30f95684ddb4&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003051 10.0.0.49 - - [2025-09-11 02:04:04] "GET /domains?obj_uuids=6cefd47d-baca-4df6-a10c-ec963319da07&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001249 10.0.0.49 - - [2025-09-11 02:04:04] "GET /domain/6cefd47d-baca-4df6-a10c-ec963319da07?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007831 10.0.0.49 - - [2025-09-11 02:04:04] "POST /id-to-fqname HTTP/1.1" 200 202 0.008667 10.0.0.49 - - [2025-09-11 02:04:04] "POST /fqname-to-id HTTP/1.1" 404 211 0.006225 10.0.0.49 - - [2025-09-11 02:04:04] "POST /security-groups HTTP/1.1" 200 603 0.032045 10.0.0.49 - - [2025-09-11 02:04:04] "POST /projects HTTP/1.1" 200 609 0.288173 10.0.0.49 - - [2025-09-11 02:04:04] "POST /fqname-to-id HTTP/1.1" 404 245 0.013113 10.0.0.49 - - [2025-09-11 02:04:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.364832 10.0.0.249 - - [2025-09-11 02:04:04] "GET /project/6612d4e0-84ba-47f8-8c31-30f95684ddb4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.525050 10.0.0.249 - - [2025-09-11 02:04:05] "GET / HTTP/1.1" 200 35931 0.001301 10.0.0.249 - - [2025-09-11 02:04:06] "POST /fqname-to-id HTTP/1.1" 401 293 0.000413 10.0.0.249 - - [2025-09-11 02:04:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.060167 10.0.0.49 - - [2025-09-11 02:04:06] "GET /projects?obj_uuids=6612d4e0-84ba-47f8-8c31-30f95684ddb4&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001350 10.0.0.249 - - [2025-09-11 02:04:06] "GET /project/6612d4e0-84ba-47f8-8c31-30f95684ddb4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.056336 10.0.0.49 - - [2025-09-11 02:04:06] "GET /projects?obj_uuids=6612d4e0-84ba-47f8-8c31-30f95684ddb4&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000937 10.0.0.249 - - [2025-09-11 02:04:06] "POST /neutron/network HTTP/1.1" 200 703 0.221752 10.0.0.49 - - [2025-09-11 02:04:06] "POST /ref-update HTTP/1.1" 200 156 0.027907 10.0.0.249 - - [2025-09-11 02:04:07] "POST /id-to-fqname HTTP/1.1" 200 275 0.003657 10.0.0.249 - - [2025-09-11 02:04:07] "GET /virtual-network/eea95721-9e52-4cf8-9246-c0ae41bf7916?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2196 0.006105 10.0.0.249 - - [2025-09-11 02:04:07] "POST /neutron/network HTTP/1.1" 200 923 0.007648 10.0.0.249 - - [2025-09-11 02:04:07] "GET /virtual-network/eea95721-9e52-4cf8-9246-c0ae41bf7916?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2196 0.005911 10.0.0.249 - - [2025-09-11 02:04:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003536 10.0.0.49 - - [2025-09-11 02:04:07] "GET /projects?obj_uuids=6612d4e0-84ba-47f8-8c31-30f95684ddb4&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000878 10.0.0.249 - - [2025-09-11 02:04:07] "GET /project/6612d4e0-84ba-47f8-8c31-30f95684ddb4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.059081 10.0.0.249 - - [2025-09-11 02:04:07] "POST /neutron/network HTTP/1.1" 200 117 0.014982 10.0.0.249 - - [2025-09-11 02:04:07] "POST /neutron/network HTTP/1.1" 200 923 0.009416 10.0.0.249 - - [2025-09-11 02:04:07] "POST /id-to-fqname HTTP/1.1" 200 275 0.001043 10.0.0.249 - - [2025-09-11 02:04:07] "GET /virtual-network/22340849-4f47-480e-aeb4-163c5566277f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2195 0.005481 10.0.0.249 - - [2025-09-11 02:04:07] "GET /virtual-network/22340849-4f47-480e-aeb4-163c5566277f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2195 0.006178 10.0.0.249 - - [2025-09-11 02:04:07] "POST /neutron/subnet HTTP/1.1" 200 730 0.010419 10.0.0.249 - - [2025-09-11 02:04:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.011394 10.0.0.49 - - [2025-09-11 02:04:07] "GET /projects?obj_uuids=6612d4e0-84ba-47f8-8c31-30f95684ddb4&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001217 10.0.0.249 - - [2025-09-11 02:04:07] "GET /project/6612d4e0-84ba-47f8-8c31-30f95684ddb4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.053380 10.0.0.49 - - [2025-09-11 02:04:08] "POST /route-targets HTTP/1.1" 200 327 0.031985 10.0.0.49 - - [2025-09-11 02:04:08] "POST /useragent-kv HTTP/1.1" 200 115 0.015054 10.0.0.249 - - [2025-09-11 02:04:08] "POST /neutron/subnet HTTP/1.1" 200 715 0.327573 10.0.0.249 - - [2025-09-11 02:04:08] "POST /id-to-fqname HTTP/1.1" 200 276 0.001785 10.0.0.249 - - [2025-09-11 02:04:08] "GET /virtual-network/a74f5149-cc23-4a7e-bb1c-cf6924722dd9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2190 0.006976 10.0.0.249 - - [2025-09-11 02:04:08] "GET /virtual-network/a74f5149-cc23-4a7e-bb1c-cf6924722dd9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2190 0.005913 10.0.0.249 - - [2025-09-11 02:04:08] "POST /neutron/network HTTP/1.1" 200 922 0.007134 10.0.0.249 - - [2025-09-11 02:04:08] "POST /id-to-fqname HTTP/1.1" 200 275 0.001177 10.0.0.49 - - [2025-09-11 02:04:09] "GET /projects?obj_uuids=6612d4e0-84ba-47f8-8c31-30f95684ddb4&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001403 10.0.0.249 - - [2025-09-11 02:04:09] "GET /project/6612d4e0-84ba-47f8-8c31-30f95684ddb4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.086739 10.0.0.249 - - [2025-09-11 02:04:09] "POST /neutron/network HTTP/1.1" 200 923 0.007114 10.0.0.249 - - [2025-09-11 02:04:10] "POST /id-to-fqname HTTP/1.1" 200 276 0.001153 10.0.0.249 - - [2025-09-11 02:04:10] "POST /neutron/port HTTP/1.1" 200 117 0.006905 10.0.0.49 - - [2025-09-11 02:04:10] "GET /projects?obj_uuids=6612d4e0-84ba-47f8-8c31-30f95684ddb4&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001326 10.0.0.249 - - [2025-09-11 02:04:11] "POST /neutron/port HTTP/1.1" 200 1073 0.345055 10.0.0.49 - - [2025-09-11 02:04:11] "GET /projects?obj_uuids=6612d4e0-84ba-47f8-8c31-30f95684ddb4&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001808 10.0.0.249 - - [2025-09-11 02:04:11] "GET /project/6612d4e0-84ba-47f8-8c31-30f95684ddb4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.139627 10.0.0.249 - - [2025-09-11 02:04:11] "POST /neutron/port HTTP/1.1" 200 1127 0.192525 10.0.0.249 - - [2025-09-11 02:04:11] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005706 10.0.0.249 - - [2025-09-11 02:04:11] "POST /neutron/network HTTP/1.1" 200 923 0.013705 10.0.0.249 - - [2025-09-11 02:04:11] "POST /neutron/port HTTP/1.1" 200 117 0.010406 10.0.0.249 - - [2025-09-11 02:04:13] "POST /neutron/port HTTP/1.1" 200 1070 0.056306 10.0.0.249 - - [2025-09-11 02:04:13] "POST /neutron/network HTTP/1.1" 200 923 0.006907 10.0.0.249 - - [2025-09-11 02:04:13] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004614 10.0.0.249 - - [2025-09-11 02:04:13] "POST /neutron/network HTTP/1.1" 200 922 0.008631 10.0.0.249 - - [2025-09-11 02:04:13] "POST /neutron/port HTTP/1.1" 200 151 0.208156 10.0.0.249 - - [2025-09-11 02:04:15] "POST /neutron/network HTTP/1.1" 200 922 0.008168 10.0.0.49 - - [2025-09-11 02:04:15] "DELETE /route-target/a3d6c85a-a067-4afa-aff2-7765de1fd7d5 HTTP/1.1" 200 115 0.026398 10.0.0.249 - - [2025-09-11 02:04:17] "POST /neutron/port HTTP/1.1" 200 1124 0.017316 10.0.0.249 - - [2025-09-11 02:04:17] "POST /neutron/network HTTP/1.1" 400 204 0.015048 10.0.0.249 - - [2025-09-11 02:04:17] "POST /neutron/network HTTP/1.1" 200 117 0.014088 10.0.0.49 - - [2025-09-11 02:04:19] "POST /useragent-kv HTTP/1.1" 200 115 0.008209 10.0.0.49 - - [2025-09-11 02:04:19] "POST /useragent-kv HTTP/1.1" 200 115 0.004423 10.0.0.249 - - [2025-09-11 02:04:19] "POST /neutron/network HTTP/1.1" 200 151 0.159925 10.0.0.49 - - [2025-09-11 02:04:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003864 10.0.0.49 - - [2025-09-11 02:04:19] "GET /projects?obj_uuids=6612d4e0-84ba-47f8-8c31-30f95684ddb4&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001115 10.0.0.249 - - [2025-09-11 02:04:19] "GET /project/6612d4e0-84ba-47f8-8c31-30f95684ddb4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.060332 10.0.0.49 - - [2025-09-11 02:04:20] "GET /projects?obj_uuids=6612d4e0-84ba-47f8-8c31-30f95684ddb4&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001426 10.0.0.249 - - [2025-09-11 02:04:20] "GET /project/6612d4e0-84ba-47f8-8c31-30f95684ddb4?fields=virtual_networks HTTP/1.1" 200 1056 0.059359 10.0.0.49 - - [2025-09-11 02:04:20] "GET /projects?obj_uuids=6612d4e0-84ba-47f8-8c31-30f95684ddb4&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001077 10.0.0.249 - - [2025-09-11 02:04:20] "GET /project/6612d4e0-84ba-47f8-8c31-30f95684ddb4?fields=virtual_machine_interfaces HTTP/1.1" 200 1056 0.057254 10.0.0.49 - - [2025-09-11 02:04:20] "GET /projects?obj_uuids=6612d4e0-84ba-47f8-8c31-30f95684ddb4&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000992 10.0.0.249 - - [2025-09-11 02:04:20] "GET /project/6612d4e0-84ba-47f8-8c31-30f95684ddb4?fields=security_groups HTTP/1.1" 200 1294 0.053133 10.0.0.249 - - [2025-09-11 02:04:21] "POST /fqname-to-id HTTP/1.1" 404 190 0.027534 10.0.0.49 - - [2025-09-11 02:04:21] "GET /projects?obj_uuids=cdd90f1a-c273-4f1d-868f-0c190bfedc6a&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004738 10.0.0.49 - - [2025-09-11 02:04:21] "GET /domains?obj_uuids=6cefd47d-baca-4df6-a10c-ec963319da07&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000852 10.0.0.49 - - [2025-09-11 02:04:21] "GET /domain/6cefd47d-baca-4df6-a10c-ec963319da07?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007709 10.0.0.49 - - [2025-09-11 02:04:21] "POST /id-to-fqname HTTP/1.1" 200 192 0.008280 10.0.0.49 - - [2025-09-11 02:04:21] "POST /fqname-to-id HTTP/1.1" 404 201 0.007278 10.0.0.49 - - [2025-09-11 02:04:21] "POST /security-groups HTTP/1.1" 200 593 0.037951 10.0.0.49 - - [2025-09-11 02:04:21] "POST /projects HTTP/1.1" 200 589 0.275663 10.0.0.49 - - [2025-09-11 02:04:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.350287 10.0.0.49 - - [2025-09-11 02:04:21] "POST /access-control-lists HTTP/1.1" 200 598 0.054309 10.0.0.249 - - [2025-09-11 02:04:21] "GET /project/cdd90f1a-c273-4f1d-868f-0c190bfedc6a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.505826 10.0.0.249 - - [2025-09-11 02:04:22] "GET / HTTP/1.1" 200 35931 0.001423 10.0.0.249 - - [2025-09-11 02:04:23] "POST /fqname-to-id HTTP/1.1" 401 293 0.000616 10.0.0.249 - - [2025-09-11 02:04:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.056766 10.0.0.49 - - [2025-09-11 02:04:23] "GET /projects?obj_uuids=cdd90f1a-c273-4f1d-868f-0c190bfedc6a&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000849 10.0.0.249 - - [2025-09-11 02:04:23] "GET /project/cdd90f1a-c273-4f1d-868f-0c190bfedc6a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.053761 10.0.0.249 - - [2025-09-11 02:04:23] "POST /neutron/network HTTP/1.1" 200 117 0.030868 10.0.0.49 - - [2025-09-11 02:04:23] "POST /route-targets HTTP/1.1" 200 327 0.015966 10.0.0.249 - - [2025-09-11 02:04:24] "POST /neutron/network HTTP/1.1" 200 889 0.008967 10.0.0.249 - - [2025-09-11 02:04:24] "POST /id-to-fqname HTTP/1.1" 200 255 0.002140 10.0.0.249 - - [2025-09-11 02:04:24] "GET /virtual-network/609c55a6-d139-447c-ad2d-4567e80335a0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2133 0.005827 10.0.0.249 - - [2025-09-11 02:04:24] "GET /virtual-network/609c55a6-d139-447c-ad2d-4567e80335a0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2133 0.005635 10.0.0.249 - - [2025-09-11 02:04:24] "POST /neutron/subnet HTTP/1.1" 200 710 0.009895 10.0.0.249 - - [2025-09-11 02:04:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003095 10.0.0.49 - - [2025-09-11 02:04:24] "GET /projects?obj_uuids=cdd90f1a-c273-4f1d-868f-0c190bfedc6a&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000879 10.0.0.249 - - [2025-09-11 02:04:24] "GET /project/cdd90f1a-c273-4f1d-868f-0c190bfedc6a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.043445 10.0.0.49 - - [2025-09-11 02:04:24] "POST /ref-update HTTP/1.1" 200 156 0.026581 10.0.0.49 - - [2025-09-11 02:04:24] "POST /useragent-kv HTTP/1.1" 200 115 0.009088 10.0.0.249 - - [2025-09-11 02:04:24] "POST /neutron/subnet HTTP/1.1" 200 730 0.249241 10.0.0.249 - - [2025-09-11 02:04:24] "POST /id-to-fqname HTTP/1.1" 200 255 0.001354 10.0.0.249 - - [2025-09-11 02:04:24] "GET /virtual-network/c8c5b242-15eb-4953-b1b5-891883769194?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2146 0.006135 10.0.0.249 - - [2025-09-11 02:04:24] "GET /virtual-network/c8c5b242-15eb-4953-b1b5-891883769194?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2146 0.007072 10.0.0.249 - - [2025-09-11 02:04:24] "POST /neutron/network HTTP/1.1" 200 893 0.007938 10.0.0.249 - - [2025-09-11 02:04:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003634 10.0.0.49 - - [2025-09-11 02:04:24] "GET /projects?obj_uuids=cdd90f1a-c273-4f1d-868f-0c190bfedc6a&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000924 10.0.0.249 - - [2025-09-11 02:04:25] "GET /project/cdd90f1a-c273-4f1d-868f-0c190bfedc6a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.056487 10.0.0.49 - - [2025-09-11 02:04:25] "GET /projects?obj_uuids=cdd90f1a-c273-4f1d-868f-0c190bfedc6a&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000934 10.0.0.249 - - [2025-09-11 02:04:25] "POST /neutron/network HTTP/1.1" 200 675 0.154888 10.0.0.249 - - [2025-09-11 02:04:25] "POST /id-to-fqname HTTP/1.1" 200 256 0.003435 10.0.0.249 - - [2025-09-11 02:04:25] "GET /virtual-network/4c22ae18-67ed-4b1b-b0d9-bdfbecc8b994?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2145 0.005337 10.0.0.249 - - [2025-09-11 02:04:25] "POST /neutron/network HTTP/1.1" 200 894 0.007747 10.0.0.249 - - [2025-09-11 02:04:25] "GET /virtual-network/4c22ae18-67ed-4b1b-b0d9-bdfbecc8b994?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2145 0.006439 10.0.0.249 - - [2025-09-11 02:04:25] "POST /id-to-fqname HTTP/1.1" 200 255 0.001428 10.0.0.249 - - [2025-09-11 02:04:26] "POST /neutron/network HTTP/1.1" 200 903 0.016720 10.0.0.49 - - [2025-09-11 02:04:26] "GET /projects?obj_uuids=cdd90f1a-c273-4f1d-868f-0c190bfedc6a&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000939 10.0.0.249 - - [2025-09-11 02:04:26] "GET /project/cdd90f1a-c273-4f1d-868f-0c190bfedc6a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.075939 10.0.0.249 - - [2025-09-11 02:04:27] "POST /neutron/port HTTP/1.1" 200 117 0.006420 10.0.0.249 - - [2025-09-11 02:04:27] "POST /id-to-fqname HTTP/1.1" 200 256 0.001318 10.0.0.249 - - [2025-09-11 02:04:27] "POST /neutron/network HTTP/1.1" 200 903 0.007771 10.0.0.249 - - [2025-09-11 02:04:28] "POST /neutron/port HTTP/1.1" 200 1063 0.018482 10.0.0.49 - - [2025-09-11 02:04:28] "GET /projects?obj_uuids=cdd90f1a-c273-4f1d-868f-0c190bfedc6a&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001211 10.0.0.249 - - [2025-09-11 02:04:28] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005466 10.0.0.249 - - [2025-09-11 02:04:28] "GET /project/cdd90f1a-c273-4f1d-868f-0c190bfedc6a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.142583 10.0.0.249 - - [2025-09-11 02:04:28] "POST /neutron/port HTTP/1.1" 200 117 0.001049 10.0.0.249 - - [2025-09-11 02:04:28] "POST /neutron/security_group HTTP/1.1" 200 2060 0.010139 10.0.0.49 - - [2025-09-11 02:04:29] "GET /projects?obj_uuids=cdd90f1a-c273-4f1d-868f-0c190bfedc6a&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000973 10.0.0.249 - - [2025-09-11 02:04:29] "POST /neutron/port HTTP/1.1" 200 1062 0.408829 10.0.0.249 - - [2025-09-11 02:04:29] "POST /neutron/port HTTP/1.1" 200 1116 0.151125 10.0.0.249 - - [2025-09-11 02:04:29] "POST /neutron/subnet HTTP/1.1" 200 698 0.015541 10.0.0.249 - - [2025-09-11 02:04:30] "POST /neutron/network HTTP/1.1" 200 893 0.008529 10.0.0.249 - - [2025-09-11 02:04:30] "POST /neutron/port HTTP/1.1" 200 1117 0.015935 10.0.0.249 - - [2025-09-11 02:04:31] "POST /neutron/port HTTP/1.1" 200 1116 0.012280 10.0.0.249 - - [2025-09-11 02:04:32] "POST /neutron/network HTTP/1.1" 200 893 0.007242 10.0.0.49 - - [2025-09-11 02:04:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003532 10.0.0.49 - - [2025-09-11 02:04:32] "POST /useragent-kv HTTP/1.1" 200 115 0.004593 10.0.0.49 - - [2025-09-11 02:04:32] "POST /useragent-kv HTTP/1.1" 200 115 0.004338 10.0.0.249 - - [2025-09-11 02:04:32] "POST /neutron/network HTTP/1.1" 200 151 0.144011 10.0.0.49 - - [2025-09-11 02:04:32] "DELETE /route-target/7754f39b-e7bc-4ff5-98d9-db36e6d3f056 HTTP/1.1" 200 115 0.031646 10.0.0.49 - - [2025-09-11 02:04:32] "GET /projects?obj_uuids=cdd90f1a-c273-4f1d-868f-0c190bfedc6a&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000996 10.0.0.249 - - [2025-09-11 02:04:32] "GET /project/cdd90f1a-c273-4f1d-868f-0c190bfedc6a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.063280 10.0.0.49 - - [2025-09-11 02:04:32] "GET /projects?obj_uuids=cdd90f1a-c273-4f1d-868f-0c190bfedc6a&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001346 10.0.0.249 - - [2025-09-11 02:04:32] "GET /project/cdd90f1a-c273-4f1d-868f-0c190bfedc6a?fields=virtual_networks HTTP/1.1" 200 1036 0.073586 10.0.0.49 - - [2025-09-11 02:04:33] "GET /projects?obj_uuids=cdd90f1a-c273-4f1d-868f-0c190bfedc6a&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001109 10.0.0.249 - - [2025-09-11 02:04:33] "GET /project/cdd90f1a-c273-4f1d-868f-0c190bfedc6a?fields=virtual_machine_interfaces HTTP/1.1" 200 1036 0.051058 10.0.0.49 - - [2025-09-11 02:04:33] "GET /projects?obj_uuids=cdd90f1a-c273-4f1d-868f-0c190bfedc6a&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000956 10.0.0.249 - - [2025-09-11 02:04:33] "GET /project/cdd90f1a-c273-4f1d-868f-0c190bfedc6a?fields=security_groups HTTP/1.1" 200 1264 0.049286 10.0.0.249 - - [2025-09-11 02:04:34] "POST /fqname-to-id HTTP/1.1" 404 196 0.024810 10.0.0.49 - - [2025-09-11 02:04:34] "GET /projects?obj_uuids=d17c4b28-c638-4f5d-935b-d99f4a3975cd&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003568 10.0.0.49 - - [2025-09-11 02:04:34] "GET /domains?obj_uuids=6cefd47d-baca-4df6-a10c-ec963319da07&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001244 10.0.0.49 - - [2025-09-11 02:04:34] "GET /domain/6cefd47d-baca-4df6-a10c-ec963319da07?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007935 10.0.0.49 - - [2025-09-11 02:04:34] "POST /id-to-fqname HTTP/1.1" 200 198 0.006794 10.0.0.49 - - [2025-09-11 02:04:34] "POST /fqname-to-id HTTP/1.1" 404 207 0.014551 10.0.0.49 - - [2025-09-11 02:04:34] "POST /security-groups HTTP/1.1" 200 599 0.074256 10.0.0.49 - - [2025-09-11 02:04:34] "POST /fqname-to-id HTTP/1.1" 404 242 0.003364 10.0.0.49 - - [2025-09-11 02:04:34] "POST /projects HTTP/1.1" 200 601 0.329448 10.0.0.49 - - [2025-09-11 02:04:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.402204 10.0.0.49 - - [2025-09-11 02:04:34] "POST /access-control-lists HTTP/1.1" 200 602 0.041549 10.0.0.249 - - [2025-09-11 02:04:34] "GET /project/d17c4b28-c638-4f5d-935b-d99f4a3975cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.575030 10.0.0.249 - - [2025-09-11 02:04:35] "GET / HTTP/1.1" 200 35931 0.001814 10.0.0.249 - - [2025-09-11 02:04:36] "POST /fqname-to-id HTTP/1.1" 401 293 0.000440 10.0.0.249 - - [2025-09-11 02:04:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.067487 10.0.0.49 - - [2025-09-11 02:04:36] "GET /projects?obj_uuids=d17c4b28-c638-4f5d-935b-d99f4a3975cd&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000955 10.0.0.249 - - [2025-09-11 02:04:36] "GET /project/d17c4b28-c638-4f5d-935b-d99f4a3975cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.079975 10.0.0.249 - - [2025-09-11 02:04:36] "POST /neutron/network HTTP/1.1" 200 117 0.044505 10.0.0.249 - - [2025-09-11 02:04:37] "POST /neutron/network HTTP/1.1" 200 912 0.009901 10.0.0.249 - - [2025-09-11 02:04:37] "POST /id-to-fqname HTTP/1.1" 200 267 0.001121 10.0.0.249 - - [2025-09-11 02:04:37] "GET /virtual-network/21107e2e-b077-4a54-bd08-bb25d8d5ca19?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2178 0.005457 10.0.0.249 - - [2025-09-11 02:04:37] "GET /virtual-network/21107e2e-b077-4a54-bd08-bb25d8d5ca19?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2178 0.005391 10.0.0.249 - - [2025-09-11 02:04:37] "POST /neutron/subnet HTTP/1.1" 200 734 0.008942 10.0.0.249 - - [2025-09-11 02:04:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003023 10.0.0.49 - - [2025-09-11 02:04:37] "GET /projects?obj_uuids=d17c4b28-c638-4f5d-935b-d99f4a3975cd&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000888 10.0.0.249 - - [2025-09-11 02:04:37] "GET /project/d17c4b28-c638-4f5d-935b-d99f4a3975cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.051796 10.0.0.49 - - [2025-09-11 02:04:37] "POST /route-targets HTTP/1.1" 200 327 0.016215 10.0.0.49 - - [2025-09-11 02:04:37] "POST /useragent-kv HTTP/1.1" 200 115 0.008235 10.0.0.249 - - [2025-09-11 02:04:37] "POST /neutron/subnet HTTP/1.1" 200 715 0.177308 10.0.0.249 - - [2025-09-11 02:04:37] "POST /id-to-fqname HTTP/1.1" 200 267 0.001252 10.0.0.249 - - [2025-09-11 02:04:37] "GET /virtual-network/6c0d9f44-675b-4851-b1a1-d2d83a3db389?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2166 0.005867 10.0.0.249 - - [2025-09-11 02:04:37] "GET /virtual-network/6c0d9f44-675b-4851-b1a1-d2d83a3db389?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2166 0.005544 10.0.0.249 - - [2025-09-11 02:04:37] "POST /neutron/network HTTP/1.1" 200 908 0.007082 10.0.0.249 - - [2025-09-11 02:04:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.002939 10.0.0.49 - - [2025-09-11 02:04:37] "GET /projects?obj_uuids=d17c4b28-c638-4f5d-935b-d99f4a3975cd&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000950 10.0.0.249 - - [2025-09-11 02:04:38] "GET /project/d17c4b28-c638-4f5d-935b-d99f4a3975cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.053114 10.0.0.49 - - [2025-09-11 02:04:38] "GET /projects?obj_uuids=d17c4b28-c638-4f5d-935b-d99f4a3975cd&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001254 10.0.0.249 - - [2025-09-11 02:04:38] "POST /neutron/network HTTP/1.1" 200 693 0.165208 10.0.0.49 - - [2025-09-11 02:04:38] "POST /ref-update HTTP/1.1" 200 156 0.029538 10.0.0.249 - - [2025-09-11 02:04:38] "POST /id-to-fqname HTTP/1.1" 200 268 0.004168 10.0.0.249 - - [2025-09-11 02:04:38] "GET /virtual-network/c0f2667f-8f47-49dc-8696-6be06697a7a7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2176 0.005477 10.0.0.249 - - [2025-09-11 02:04:38] "POST /neutron/network HTTP/1.1" 200 912 0.006583 10.0.0.249 - - [2025-09-11 02:04:38] "GET /virtual-network/c0f2667f-8f47-49dc-8696-6be06697a7a7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2176 0.005217 10.0.0.249 - - [2025-09-11 02:04:38] "POST /id-to-fqname HTTP/1.1" 200 267 0.001304 10.0.0.49 - - [2025-09-11 02:04:49] "DELETE /project/62f1c3f9-cf27-44a5-8548-d7750812bacb HTTP/1.1" 404 177 0.012884 10.0.0.49 - - [2025-09-11 02:04:49] "DELETE /project/d17c4b28c6384f5d935bd99f4a3975cd HTTP/1.1" 404 173 0.010882 10.0.0.49 - - [2025-09-11 02:04:49] "DELETE /project/6612d4e084ba47f88c3130f95684ddb4 HTTP/1.1" 404 173 0.015086 10.0.0.49 - - [2025-09-11 02:04:49] "DELETE /project/cdd90f1ac2734f1d868f0c190bfedc6a HTTP/1.1" 404 173 0.007897 10.0.0.49 - - [2025-09-11 02:04:49] "GET /projects?obj_uuids=cdd90f1a-c273-4f1d-868f-0c190bfedc6a&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000924 10.0.0.49 - - [2025-09-11 02:04:49] "GET /projects?obj_uuids=6612d4e0-84ba-47f8-8c31-30f95684ddb4&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000933 10.0.0.49 - - [2025-09-11 02:04:49] "GET /project/cdd90f1a-c273-4f1d-868f-0c190bfedc6a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1476 0.063933 10.0.0.49 - - [2025-09-11 02:04:49] "GET /projects?obj_uuids=cdd90f1a-c273-4f1d-868f-0c190bfedc6a&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001615 10.0.0.49 - - [2025-09-11 02:04:49] "GET /project/6612d4e0-84ba-47f8-8c31-30f95684ddb4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1516 0.088119 10.0.0.49 - - [2025-09-11 02:04:49] "GET /projects?obj_uuids=6612d4e0-84ba-47f8-8c31-30f95684ddb4&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001188 10.0.0.49 - - [2025-09-11 02:04:49] "GET /project/cdd90f1a-c273-4f1d-868f-0c190bfedc6a?fields=security_groups HTTP/1.1" 200 1369 0.066897 10.0.0.49 - - [2025-09-11 02:04:49] "GET /project/6612d4e0-84ba-47f8-8c31-30f95684ddb4?fields=security_groups HTTP/1.1" 200 1399 0.100936 10.0.0.49 - - [2025-09-11 02:04:50] "DELETE /security-group/8be465a2-a1cd-4969-aabc-6b20b078bd02 HTTP/1.1" 200 115 0.089816 10.0.0.49 - - [2025-09-11 02:04:50] "GET /projects?obj_uuids=cdd90f1a-c273-4f1d-868f-0c190bfedc6a&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001036 10.0.0.49 - - [2025-09-11 02:04:50] "DELETE /access-control-list/06ac00fa-84c6-47d8-9bcd-bafbc03bd6f5 HTTP/1.1" 200 115 0.081415 10.0.0.49 - - [2025-09-11 02:04:50] "GET /project/cdd90f1a-c273-4f1d-868f-0c190bfedc6a?fields=application_policy_sets HTTP/1.1" 200 1408 0.081326 10.0.0.49 - - [2025-09-11 02:04:50] "DELETE /security-group/72c9cef2-7443-4a9c-a216-c720b0846bfa HTTP/1.1" 200 115 0.152464 10.0.0.49 - - [2025-09-11 02:04:50] "GET /projects?obj_uuids=6612d4e0-84ba-47f8-8c31-30f95684ddb4&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001194 10.0.0.49 - - [2025-09-11 02:04:50] "GET /project/6612d4e0-84ba-47f8-8c31-30f95684ddb4?fields=application_policy_sets HTTP/1.1" 200 1438 0.073204 10.0.0.49 - - [2025-09-11 02:04:50] "DELETE /access-control-list/2d2c343c-aaf8-4572-874d-dd1f249591b8 HTTP/1.1" 200 115 0.106181 10.0.0.49 - - [2025-09-11 02:04:50] "DELETE /project/cdd90f1a-c273-4f1d-868f-0c190bfedc6a HTTP/1.1" 200 115 0.696031 10.0.0.49 - - [2025-09-11 02:04:50] "DELETE /project/6612d4e0-84ba-47f8-8c31-30f95684ddb4 HTTP/1.1" 200 115 0.733175 10.0.0.249 - - [2025-09-11 02:04:56] "GET /obj-perms HTTP/1.1" 200 5075 0.056164 10.0.0.249 - - [2025-09-11 02:05:13] "POST /neutron/network HTTP/1.1" 200 918 0.007475 10.0.0.49 - - [2025-09-11 02:05:14] "GET /projects?obj_uuids=d17c4b28-c638-4f5d-935b-d99f4a3975cd&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001168 10.0.0.249 - - [2025-09-11 02:05:14] "GET /project/d17c4b28-c638-4f5d-935b-d99f4a3975cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.097696 10.0.0.249 - - [2025-09-11 02:05:14] "POST /neutron/port HTTP/1.1" 200 117 0.007338 10.0.0.249 - - [2025-09-11 02:05:14] "POST /id-to-fqname HTTP/1.1" 200 268 0.001172 10.0.0.249 - - [2025-09-11 02:05:15] "POST /neutron/network HTTP/1.1" 200 918 0.008412 10.0.0.49 - - [2025-09-11 02:05:16] "GET /projects?obj_uuids=d17c4b28-c638-4f5d-935b-d99f4a3975cd&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001317 10.0.0.249 - - [2025-09-11 02:05:16] "GET /project/d17c4b28-c638-4f5d-935b-d99f4a3975cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.085205 10.0.0.249 - - [2025-09-11 02:05:16] "POST /neutron/port HTTP/1.1" 200 1066 0.022648 10.0.0.249 - - [2025-09-11 02:05:16] "POST /neutron/port HTTP/1.1" 200 1120 0.157115 10.0.0.49 - - [2025-09-11 02:05:16] "GET /projects?obj_uuids=31f5dad8-4492-4999-8ba2-fc70cb165c85&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.000962 10.0.0.249 - - [2025-09-11 02:05:16] "GET /project/31f5dad8-4492-4999-8ba2-fc70cb165c85?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1271 0.054441 10.0.0.249 - - [2025-09-11 02:05:16] "POST /neutron/port HTTP/1.1" 200 1094 0.018620 10.0.0.249 - - [2025-09-11 02:05:16] "POST /neutron/network HTTP/1.1" 200 922 0.006959 10.0.0.249 - - [2025-09-11 02:05:17] "POST /neutron/network HTTP/1.1" 200 908 0.017819 10.0.0.249 - - [2025-09-11 02:05:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004361 10.0.0.249 - - [2025-09-11 02:05:17] "GET /security-group/5afad731-f145-4e71-ba2c-d61516d4cd7b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3685 0.009179 10.0.0.249 - - [2025-09-11 02:05:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004188 10.0.0.49 - - [2025-09-11 02:05:17] "GET /projects?obj_uuids=31f5dad8-4492-4999-8ba2-fc70cb165c85&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001683 10.0.0.249 - - [2025-09-11 02:05:17] "POST /neutron/port HTTP/1.1" 200 1122 0.187908 10.0.0.249 - - [2025-09-11 02:05:17] "GET /project/31f5dad8-4492-4999-8ba2-fc70cb165c85?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1271 0.125718 10.0.0.249 - - [2025-09-11 02:05:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.007648 10.0.0.249 - - [2025-09-11 02:05:17] "GET /security-group/5afad731-f145-4e71-ba2c-d61516d4cd7b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3685 0.009454 10.0.0.249 - - [2025-09-11 02:05:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003792 10.0.0.249 - - [2025-09-11 02:05:17] "PUT /security-group/5afad731-f145-4e71-ba2c-d61516d4cd7b HTTP/1.1" 200 262 0.028388 10.0.0.249 - - [2025-09-11 02:05:17] "POST /neutron/subnet HTTP/1.1" 200 698 0.031028 10.0.0.249 - - [2025-09-11 02:05:18] "POST /fqname-to-id HTTP/1.1" 404 193 0.004160 10.0.0.249 - - [2025-09-11 02:05:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004118 10.0.0.49 - - [2025-09-11 02:05:18] "GET /domains?obj_uuids=6cefd47d-baca-4df6-a10c-ec963319da07&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001210 10.0.0.249 - - [2025-09-11 02:05:18] "GET /domain/6cefd47d-baca-4df6-a10c-ec963319da07?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.009545 10.0.0.249 - - [2025-09-11 02:05:18] "POST /service-templates HTTP/1.1" 200 543 0.033756 10.0.0.249 - - [2025-09-11 02:05:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.005826 10.0.0.249 - - [2025-09-11 02:05:18] "GET /service-template/28228751-0bdb-4cb9-a634-ed442d567e25?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1823 0.006582 10.0.0.249 - - [2025-09-11 02:05:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.005234 10.0.0.249 - - [2025-09-11 02:05:18] "GET /service-template/28228751-0bdb-4cb9-a634-ed442d567e25?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1823 0.004272 10.0.0.249 - - [2025-09-11 02:05:19] "POST /id-to-fqname HTTP/1.1" 200 267 0.001584 10.0.0.249 - - [2025-09-11 02:05:19] "POST /id-to-fqname HTTP/1.1" 200 267 0.001331 10.0.0.249 - - [2025-09-11 02:05:19] "POST /id-to-fqname HTTP/1.1" 200 268 0.002695 10.0.0.249 - - [2025-09-11 02:05:19] "POST /neutron/port HTTP/1.1" 200 2074 0.036904 10.0.0.249 - - [2025-09-11 02:05:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003746 10.0.0.249 - - [2025-09-11 02:05:19] "DELETE /service-template/28228751-0bdb-4cb9-a634-ed442d567e25 HTTP/1.1" 200 115 0.047696 10.0.0.249 - - [2025-09-11 02:05:19] "POST /fqname-to-id HTTP/1.1" 404 193 0.020822 10.0.0.249 - - [2025-09-11 02:05:21] "POST /neutron/network HTTP/1.1" 400 204 0.024400 10.0.0.249 - - [2025-09-11 02:05:26] "POST /neutron/network HTTP/1.1" 200 908 0.008651 10.0.0.249 - - [2025-09-11 02:05:28] "POST /neutron/network HTTP/1.1" 400 204 0.020319 10.0.0.249 - - [2025-09-11 02:05:32] "POST /neutron/network HTTP/1.1" 200 908 0.006895 10.0.0.249 - - [2025-09-11 02:05:34] "POST /neutron/network HTTP/1.1" 400 204 0.018235 10.0.0.249 - - [2025-09-11 02:05:38] "POST /neutron/network HTTP/1.1" 200 908 0.007719 10.0.0.249 - - [2025-09-11 02:05:40] "POST /neutron/network HTTP/1.1" 400 204 0.014186 10.0.0.249 - - [2025-09-11 02:05:44] "POST /neutron/network HTTP/1.1" 200 908 0.008803 10.0.0.249 - - [2025-09-11 02:05:46] "POST /neutron/network HTTP/1.1" 400 204 0.017006 10.0.0.249 - - [2025-09-11 02:05:50] "POST /neutron/network HTTP/1.1" 200 908 0.008497 10.0.0.249 - - [2025-09-11 02:05:52] "POST /neutron/network HTTP/1.1" 400 204 0.014931 10.0.0.249 - - [2025-09-11 02:05:56] "POST /neutron/network HTTP/1.1" 200 908 0.006907 10.0.0.49 - - [2025-09-11 02:05:57] "GET /obj-perms HTTP/1.1" 200 5075 0.047079 10.0.0.249 - - [2025-09-11 02:05:58] "POST /neutron/network HTTP/1.1" 400 204 0.014331 10.0.0.249 - - [2025-09-11 02:06:02] "POST /neutron/network HTTP/1.1" 200 908 0.006820 10.0.0.249 - - [2025-09-11 02:06:04] "POST /neutron/port HTTP/1.1" 200 1120 0.013262 10.0.0.49 - - [2025-09-11 02:06:05] "POST /useragent-kv HTTP/1.1" 200 115 0.008440 10.0.0.49 - - [2025-09-11 02:06:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004761 10.0.0.49 - - [2025-09-11 02:06:05] "POST /useragent-kv HTTP/1.1" 200 115 0.003758 10.0.0.249 - - [2025-09-11 02:06:05] "POST /neutron/network HTTP/1.1" 200 151 0.174691 10.0.0.249 - - [2025-09-11 02:06:05] "POST /neutron/network HTTP/1.1" 400 204 0.016647 10.0.0.249 - - [2025-09-11 02:06:05] "POST /neutron/port HTTP/1.1" 200 151 0.197025 10.0.0.49 - - [2025-09-11 02:06:07] "POST /useragent-kv HTTP/1.1" 200 115 0.004258 10.0.0.49 - - [2025-09-11 02:06:07] "POST /useragent-kv HTTP/1.1" 200 115 0.003993 10.0.0.249 - - [2025-09-11 02:06:07] "POST /neutron/network HTTP/1.1" 200 151 0.180984 10.0.0.49 - - [2025-09-11 02:06:07] "DELETE /route-target/d8658632-effe-4eb8-8e2a-cbe7fc5bd767 HTTP/1.1" 200 115 0.041861 10.0.0.49 - - [2025-09-11 02:06:07] "GET /projects?obj_uuids=d17c4b28-c638-4f5d-935b-d99f4a3975cd&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000965 10.0.0.249 - - [2025-09-11 02:06:07] "GET /project/d17c4b28-c638-4f5d-935b-d99f4a3975cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.075821 10.0.0.49 - - [2025-09-11 02:06:07] "GET /projects?obj_uuids=d17c4b28-c638-4f5d-935b-d99f4a3975cd&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000912 10.0.0.249 - - [2025-09-11 02:06:07] "GET /project/d17c4b28-c638-4f5d-935b-d99f4a3975cd?fields=virtual_networks HTTP/1.1" 200 1049 0.057702 10.0.0.49 - - [2025-09-11 02:06:07] "GET /projects?obj_uuids=d17c4b28-c638-4f5d-935b-d99f4a3975cd&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001446 10.0.0.249 - - [2025-09-11 02:06:07] "GET /project/d17c4b28-c638-4f5d-935b-d99f4a3975cd?fields=virtual_machine_interfaces HTTP/1.1" 200 1049 0.057659 10.0.0.49 - - [2025-09-11 02:06:07] "GET /projects?obj_uuids=d17c4b28-c638-4f5d-935b-d99f4a3975cd&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000945 10.0.0.249 - - [2025-09-11 02:06:07] "GET /project/d17c4b28-c638-4f5d-935b-d99f4a3975cd?fields=security_groups HTTP/1.1" 200 1283 0.052222 10.0.0.49 - - [2025-09-11 02:06:08] "DELETE /access-control-list/42601a12-6712-45b5-b9bc-b7e68b0f763e HTTP/1.1" 200 115 0.044326 10.0.0.249 - - [2025-09-11 02:06:08] "POST /fqname-to-id HTTP/1.1" 404 189 0.060470 10.0.0.49 - - [2025-09-11 02:06:09] "GET /projects?obj_uuids=54109fd2-1b39-4795-bbee-887ad88b12bc&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002769 10.0.0.49 - - [2025-09-11 02:06:09] "GET /domains?obj_uuids=6cefd47d-baca-4df6-a10c-ec963319da07&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000943 10.0.0.49 - - [2025-09-11 02:06:09] "GET /domain/6cefd47d-baca-4df6-a10c-ec963319da07?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007125 10.0.0.49 - - [2025-09-11 02:06:09] "POST /id-to-fqname HTTP/1.1" 200 191 0.001966 10.0.0.49 - - [2025-09-11 02:06:09] "POST /fqname-to-id HTTP/1.1" 404 200 0.005373 10.0.0.49 - - [2025-09-11 02:06:09] "POST /security-groups HTTP/1.1" 200 592 0.032909 10.0.0.49 - - [2025-09-11 02:06:09] "POST /projects HTTP/1.1" 200 587 0.254898 10.0.0.49 - - [2025-09-11 02:06:09] "POST /access-control-lists HTTP/1.1" 200 597 0.028413 10.0.0.49 - - [2025-09-11 02:06:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.325198 10.0.0.249 - - [2025-09-11 02:06:09] "GET /project/54109fd2-1b39-4795-bbee-887ad88b12bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.531232 10.0.0.22 - - [2025-09-11 02:06:10] "GET /global-system-configs HTTP/1.1" 200 322 0.389730 10.0.0.249 - - [2025-09-11 02:06:10] "GET / HTTP/1.1" 200 35931 0.001616 10.0.0.49 - - [2025-09-11 02:06:10] "GET /global-system-configs HTTP/1.1" 200 322 0.274417 10.0.0.22 - - [2025-09-11 02:06:11] "GET /global-system-configs HTTP/1.1" 200 322 0.341858 10.0.0.49 - - [2025-09-11 02:06:11] "GET /global-system-configs HTTP/1.1" 200 322 0.350878 10.0.0.22 - - [2025-09-11 02:06:11] "GET /obj-perms HTTP/1.1" 200 5075 0.919736 10.0.0.49 - - [2025-09-11 02:06:11] "GET /obj-perms HTTP/1.1" 200 5075 0.822859 10.0.0.249 - - [2025-09-11 02:06:11] "GET /obj-perms HTTP/1.1" 200 5075 0.839282 10.0.0.249 - - [2025-09-11 02:06:11] "GET /global-system-configs HTTP/1.1" 200 322 0.476001 10.0.0.22 - - [2025-09-11 02:06:11] "GET /obj-perms HTTP/1.1" 200 5075 0.547813 10.0.0.249 - - [2025-09-11 02:06:11] "POST /fqname-to-id HTTP/1.1" 401 293 0.000660 10.0.0.249 - - [2025-09-11 02:06:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.026505 10.0.0.49 - - [2025-09-11 02:06:12] "GET /projects?obj_uuids=54109fd2-1b39-4795-bbee-887ad88b12bc&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001127 10.0.0.249 - - [2025-09-11 02:06:12] "GET /project/54109fd2-1b39-4795-bbee-887ad88b12bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.044659 10.0.0.249 - - [2025-09-11 02:06:12] "GET /global-system-configs HTTP/1.1" 200 322 0.157413 10.0.0.49 - - [2025-09-11 02:06:12] "GET /obj-perms HTTP/1.1" 200 5075 0.210547 10.0.0.249 - - [2025-09-11 02:06:12] "POST /neutron/network HTTP/1.1" 200 117 0.118567 10.0.0.249 - - [2025-09-11 02:06:12] "GET /obj-perms HTTP/1.1" 200 5075 0.251179 10.0.0.49 - - [2025-09-11 02:06:12] "POST /route-targets HTTP/1.1" 200 327 0.014283 10.0.0.249 - - [2025-09-11 02:06:13] "POST /neutron/network HTTP/1.1" 200 887 0.008739 10.0.0.249 - - [2025-09-11 02:06:13] "POST /id-to-fqname HTTP/1.1" 200 253 0.001111 10.0.0.249 - - [2025-09-11 02:06:13] "GET /virtual-network/df8efed0-d8b4-49a3-bed8-3b9876db8a52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2132 0.005389 10.0.0.249 - - [2025-09-11 02:06:13] "GET /virtual-network/df8efed0-d8b4-49a3-bed8-3b9876db8a52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2132 0.005567 10.0.0.249 - - [2025-09-11 02:06:13] "POST /neutron/subnet HTTP/1.1" 200 715 0.010372 10.0.0.249 - - [2025-09-11 02:06:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003725 10.0.0.49 - - [2025-09-11 02:06:13] "GET /projects?obj_uuids=54109fd2-1b39-4795-bbee-887ad88b12bc&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000989 10.0.0.249 - - [2025-09-11 02:06:13] "GET /project/54109fd2-1b39-4795-bbee-887ad88b12bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.043743 10.0.0.49 - - [2025-09-11 02:06:13] "POST /ref-update HTTP/1.1" 200 156 0.027967 10.0.0.49 - - [2025-09-11 02:06:13] "POST /useragent-kv HTTP/1.1" 200 115 0.007311 10.0.0.249 - - [2025-09-11 02:06:13] "POST /neutron/subnet HTTP/1.1" 200 720 0.207918 10.0.0.249 - - [2025-09-11 02:06:13] "POST /id-to-fqname HTTP/1.1" 200 253 0.001523 10.0.0.249 - - [2025-09-11 02:06:13] "GET /virtual-network/3409ea6e-6607-4a34-8fa6-ac64fbf015ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2134 0.006916 10.0.0.249 - - [2025-09-11 02:06:13] "GET /virtual-network/3409ea6e-6607-4a34-8fa6-ac64fbf015ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2134 0.007129 10.0.0.249 - - [2025-09-11 02:06:13] "POST /neutron/network HTTP/1.1" 200 888 0.006977 10.0.0.249 - - [2025-09-11 02:06:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.007890 10.0.0.49 - - [2025-09-11 02:06:13] "GET /projects?obj_uuids=54109fd2-1b39-4795-bbee-887ad88b12bc&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001297 10.0.0.249 - - [2025-09-11 02:06:13] "GET /project/54109fd2-1b39-4795-bbee-887ad88b12bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.053898 10.0.0.49 - - [2025-09-11 02:06:13] "GET /projects?obj_uuids=54109fd2-1b39-4795-bbee-887ad88b12bc&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001472 10.0.0.249 - - [2025-09-11 02:06:14] "POST /neutron/network HTTP/1.1" 200 672 0.140703 10.0.0.249 - - [2025-09-11 02:06:14] "POST /id-to-fqname HTTP/1.1" 200 254 0.003218 10.0.0.249 - - [2025-09-11 02:06:14] "GET /virtual-network/30950241-a6c5-437a-9c07-4b5cd5ee64bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2135 0.004708 10.0.0.249 - - [2025-09-11 02:06:14] "POST /neutron/network HTTP/1.1" 200 889 0.008681 10.0.0.249 - - [2025-09-11 02:06:14] "GET /virtual-network/30950241-a6c5-437a-9c07-4b5cd5ee64bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2135 0.005944 10.0.0.249 - - [2025-09-11 02:06:14] "POST /id-to-fqname HTTP/1.1" 200 253 0.001299 10.0.0.249 - - [2025-09-11 02:06:14] "POST /neutron/network HTTP/1.1" 200 898 0.007127 10.0.0.49 - - [2025-09-11 02:06:15] "GET /projects?obj_uuids=54109fd2-1b39-4795-bbee-887ad88b12bc&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001065 10.0.0.249 - - [2025-09-11 02:06:15] "GET /project/54109fd2-1b39-4795-bbee-887ad88b12bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.086837 10.0.0.249 - - [2025-09-11 02:06:15] "POST /neutron/port HTTP/1.1" 200 117 0.006274 10.0.0.249 - - [2025-09-11 02:06:15] "POST /id-to-fqname HTTP/1.1" 200 254 0.001134 10.0.0.249 - - [2025-09-11 02:06:15] "POST /neutron/network HTTP/1.1" 200 898 0.007191 10.0.0.249 - - [2025-09-11 02:06:16] "POST /neutron/port HTTP/1.1" 200 1060 0.016193 10.0.0.49 - - [2025-09-11 02:06:16] "GET /projects?obj_uuids=54109fd2-1b39-4795-bbee-887ad88b12bc&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001318 10.0.0.249 - - [2025-09-11 02:06:16] "GET /project/54109fd2-1b39-4795-bbee-887ad88b12bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.095182 10.0.0.249 - - [2025-09-11 02:06:16] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004142 10.0.0.249 - - [2025-09-11 02:06:16] "POST /neutron/port HTTP/1.1" 200 117 0.000981 10.0.0.249 - - [2025-09-11 02:06:16] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007703 10.0.0.49 - - [2025-09-11 02:06:17] "GET /projects?obj_uuids=54109fd2-1b39-4795-bbee-887ad88b12bc&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001266 10.0.0.249 - - [2025-09-11 02:06:17] "POST /fqname-to-id HTTP/1.1" 404 193 0.003370 10.0.0.249 - - [2025-09-11 02:06:17] "POST /neutron/port HTTP/1.1" 200 1059 0.352107 10.0.0.249 - - [2025-09-11 02:06:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004897 10.0.0.49 - - [2025-09-11 02:06:17] "GET /domains?obj_uuids=6cefd47d-baca-4df6-a10c-ec963319da07&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002355 10.0.0.249 - - [2025-09-11 02:06:17] "GET /domain/6cefd47d-baca-4df6-a10c-ec963319da07?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.008610 10.0.0.249 - - [2025-09-11 02:06:17] "POST /service-templates HTTP/1.1" 200 543 0.081812 10.0.0.249 - - [2025-09-11 02:06:17] "POST /neutron/port HTTP/1.1" 200 1113 0.160329 10.0.0.249 - - [2025-09-11 02:06:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.002679 10.0.0.249 - - [2025-09-11 02:06:17] "GET /service-template/cff6439b-df8d-4d6c-8e86-c7787d08d6ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1817 0.005730 10.0.0.249 - - [2025-09-11 02:06:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003162 10.0.0.249 - - [2025-09-11 02:06:17] "POST /neutron/subnet HTTP/1.1" 200 689 0.008970 10.0.0.249 - - [2025-09-11 02:06:17] "GET /service-template/cff6439b-df8d-4d6c-8e86-c7787d08d6ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1817 0.004538 10.0.0.249 - - [2025-09-11 02:06:17] "POST /id-to-fqname HTTP/1.1" 200 253 0.001298 10.0.0.249 - - [2025-09-11 02:06:17] "POST /id-to-fqname HTTP/1.1" 200 253 0.001361 10.0.0.249 - - [2025-09-11 02:06:17] "POST /id-to-fqname HTTP/1.1" 200 254 0.001202 10.0.0.249 - - [2025-09-11 02:06:18] "POST /neutron/port HTTP/1.1" 200 2059 0.019405 10.0.0.249 - - [2025-09-11 02:06:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003974 10.0.0.249 - - [2025-09-11 02:06:18] "DELETE /service-template/cff6439b-df8d-4d6c-8e86-c7787d08d6ee HTTP/1.1" 200 115 0.035058 10.0.0.249 - - [2025-09-11 02:06:18] "POST /fqname-to-id HTTP/1.1" 404 193 0.007519 10.0.0.249 - - [2025-09-11 02:06:20] "POST /neutron/network HTTP/1.1" 400 204 0.013788 10.0.0.249 - - [2025-09-11 02:06:21] "POST /neutron/port HTTP/1.1" 200 151 0.224106 10.0.0.249 - - [2025-09-11 02:06:21] "POST /neutron/port HTTP/1.1" 200 151 0.221429 10.0.0.49 - - [2025-09-11 02:06:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.004543 10.0.0.249 - - [2025-09-11 02:06:22] "POST /neutron/network HTTP/1.1" 200 889 0.007638 10.0.0.49 - - [2025-09-11 02:06:22] "DELETE /route-target/620f1b30-5776-4438-8620-5eec97d22bcb HTTP/1.1" 200 115 0.037311 10.0.0.49 - - [2025-09-11 02:06:23] "POST /useragent-kv HTTP/1.1" 200 115 0.002795 10.0.0.49 - - [2025-09-11 02:06:23] "POST /useragent-kv HTTP/1.1" 200 115 0.003936 10.0.0.249 - - [2025-09-11 02:06:23] "POST /neutron/network HTTP/1.1" 200 151 0.137755 10.0.0.49 - - [2025-09-11 02:06:23] "GET /projects?obj_uuids=54109fd2-1b39-4795-bbee-887ad88b12bc&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002988 10.0.0.249 - - [2025-09-11 02:06:23] "GET /project/54109fd2-1b39-4795-bbee-887ad88b12bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.084942 10.0.0.49 - - [2025-09-11 02:06:23] "GET /projects?obj_uuids=54109fd2-1b39-4795-bbee-887ad88b12bc&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000960 10.0.0.249 - - [2025-09-11 02:06:23] "GET /project/54109fd2-1b39-4795-bbee-887ad88b12bc?fields=virtual_networks HTTP/1.1" 200 1034 0.059272 10.0.0.49 - - [2025-09-11 02:06:23] "GET /projects?obj_uuids=54109fd2-1b39-4795-bbee-887ad88b12bc&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000983 10.0.0.249 - - [2025-09-11 02:06:23] "GET /project/54109fd2-1b39-4795-bbee-887ad88b12bc?fields=virtual_machine_interfaces HTTP/1.1" 200 1034 0.063310 10.0.0.49 - - [2025-09-11 02:06:23] "GET /projects?obj_uuids=54109fd2-1b39-4795-bbee-887ad88b12bc&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000925 10.0.0.249 - - [2025-09-11 02:06:23] "GET /project/54109fd2-1b39-4795-bbee-887ad88b12bc?fields=security_groups HTTP/1.1" 200 1261 0.052865 10.0.0.249 - - [2025-09-11 02:06:24] "POST /fqname-to-id HTTP/1.1" 404 193 0.024207 10.0.0.49 - - [2025-09-11 02:06:24] "GET /projects?obj_uuids=4e1ffdd7-5764-4371-80ab-66405fba3028&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003285 10.0.0.49 - - [2025-09-11 02:06:24] "GET /domains?obj_uuids=6cefd47d-baca-4df6-a10c-ec963319da07&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000956 10.0.0.49 - - [2025-09-11 02:06:24] "GET /domain/6cefd47d-baca-4df6-a10c-ec963319da07?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007152 10.0.0.49 - - [2025-09-11 02:06:24] "POST /id-to-fqname HTTP/1.1" 200 195 0.004007 10.0.0.49 - - [2025-09-11 02:06:24] "POST /fqname-to-id HTTP/1.1" 404 204 0.007862 10.0.0.49 - - [2025-09-11 02:06:24] "POST /security-groups HTTP/1.1" 200 596 0.049787 10.0.0.49 - - [2025-09-11 02:06:24] "POST /fqname-to-id HTTP/1.1" 404 239 0.005831 10.0.0.49 - - [2025-09-11 02:06:24] "POST /projects HTTP/1.1" 200 595 0.268773 10.0.0.49 - - [2025-09-11 02:06:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.343208 10.0.0.49 - - [2025-09-11 02:06:24] "POST /access-control-lists HTTP/1.1" 200 599 0.041450 10.0.0.249 - - [2025-09-11 02:06:24] "GET /project/4e1ffdd7-5764-4371-80ab-66405fba3028?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.482332 10.0.0.249 - - [2025-09-11 02:06:25] "GET / HTTP/1.1" 200 35931 0.001446 10.0.0.249 - - [2025-09-11 02:06:26] "POST /fqname-to-id HTTP/1.1" 401 293 0.000429 10.0.0.249 - - [2025-09-11 02:06:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.055343 10.0.0.49 - - [2025-09-11 02:06:26] "GET /projects?obj_uuids=4e1ffdd7-5764-4371-80ab-66405fba3028&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001340 10.0.0.249 - - [2025-09-11 02:06:26] "GET /project/4e1ffdd7-5764-4371-80ab-66405fba3028?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.048442 10.0.0.49 - - [2025-09-11 02:06:27] "POST /useragent-kv HTTP/1.1" 200 115 0.011025 10.0.0.249 - - [2025-09-11 02:06:27] "POST /neutron/subnet HTTP/1.1" 200 828 0.337009 10.0.0.249 - - [2025-09-11 02:06:27] "POST /id-to-fqname HTTP/1.1" 200 261 0.001173 10.0.0.249 - - [2025-09-11 02:06:27] "GET /virtual-network/cb0a859a-00aa-4414-ae39-c149d8727c3d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2742 0.008542 10.0.0.49 - - [2025-09-11 02:06:27] "POST /fqname-to-id HTTP/1.1" 404 207 0.026956 10.0.0.249 - - [2025-09-11 02:06:27] "POST /neutron/network HTTP/1.1" 200 1075 0.009828 10.0.0.249 - - [2025-09-11 02:06:27] "GET /virtual-network/cb0a859a-00aa-4414-ae39-c149d8727c3d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2742 0.004926 10.0.0.249 - - [2025-09-11 02:06:27] "POST /neutron/subnet HTTP/1.1" 200 724 0.009480 10.0.0.249 - - [2025-09-11 02:06:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.002941 10.0.0.49 - - [2025-09-11 02:06:27] "GET /projects?obj_uuids=4e1ffdd7-5764-4371-80ab-66405fba3028&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001286 10.0.0.249 - - [2025-09-11 02:06:27] "GET /project/4e1ffdd7-5764-4371-80ab-66405fba3028?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.055525 10.0.0.49 - - [2025-09-11 02:06:28] "POST /route-targets HTTP/1.1" 200 327 0.013695 10.0.0.49 - - [2025-09-11 02:06:28] "POST /useragent-kv HTTP/1.1" 200 115 0.012173 10.0.0.249 - - [2025-09-11 02:06:28] "POST /neutron/subnet HTTP/1.1" 200 828 0.227564 10.0.0.49 - - [2025-09-11 02:06:28] "POST /fqname-to-id HTTP/1.1" 404 207 0.007122 10.0.0.249 - - [2025-09-11 02:06:28] "POST /id-to-fqname HTTP/1.1" 200 261 0.001576 10.0.0.249 - - [2025-09-11 02:06:28] "GET /virtual-network/c145ae27-baec-42f8-9265-306ba41954b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2742 0.008844 10.0.0.249 - - [2025-09-11 02:06:28] "POST /neutron/network HTTP/1.1" 200 1075 0.013432 10.0.0.249 - - [2025-09-11 02:06:28] "GET /virtual-network/c145ae27-baec-42f8-9265-306ba41954b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2742 0.005657 10.0.0.249 - - [2025-09-11 02:06:28] "POST /neutron/subnet HTTP/1.1" 200 725 0.009353 10.0.0.249 - - [2025-09-11 02:06:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003301 10.0.0.49 - - [2025-09-11 02:06:28] "GET /projects?obj_uuids=4e1ffdd7-5764-4371-80ab-66405fba3028&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001163 10.0.0.249 - - [2025-09-11 02:06:28] "GET /project/4e1ffdd7-5764-4371-80ab-66405fba3028?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.048420 10.0.0.49 - - [2025-09-11 02:06:28] "POST /ref-update HTTP/1.1" 200 156 0.027864 10.0.0.49 - - [2025-09-11 02:06:29] "POST /useragent-kv HTTP/1.1" 200 115 0.016248 10.0.0.249 - - [2025-09-11 02:06:29] "POST /neutron/subnet HTTP/1.1" 200 823 0.208846 10.0.0.249 - - [2025-09-11 02:06:29] "POST /id-to-fqname HTTP/1.1" 200 262 0.001206 10.0.0.249 - - [2025-09-11 02:06:29] "GET /virtual-network/a2edbe53-513b-4b52-ba14-d553e425c2fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2746 0.008275 10.0.0.249 - - [2025-09-11 02:06:29] "POST /neutron/network HTTP/1.1" 200 1077 0.011998 10.0.0.249 - - [2025-09-11 02:06:29] "GET /virtual-network/a2edbe53-513b-4b52-ba14-d553e425c2fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2746 0.005830 10.0.0.249 - - [2025-09-11 02:06:29] "POST /neutron/subnet HTTP/1.1" 200 729 0.009038 10.0.0.249 - - [2025-09-11 02:06:29] "POST /id-to-fqname HTTP/1.1" 200 261 0.001243 10.0.0.49 - - [2025-09-11 02:06:30] "GET /projects?obj_uuids=4e1ffdd7-5764-4371-80ab-66405fba3028&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000975 10.0.0.249 - - [2025-09-11 02:06:30] "GET /project/4e1ffdd7-5764-4371-80ab-66405fba3028?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.066519 10.0.0.249 - - [2025-09-11 02:06:30] "POST /neutron/port HTTP/1.1" 200 117 0.009424 10.0.0.249 - - [2025-09-11 02:06:30] "POST /id-to-fqname HTTP/1.1" 200 262 0.001226 10.0.0.249 - - [2025-09-11 02:06:30] "POST /neutron/network HTTP/1.1" 200 1087 0.009577 10.0.0.49 - - [2025-09-11 02:06:31] "GET /projects?obj_uuids=4e1ffdd7-5764-4371-80ab-66405fba3028&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001256 10.0.0.249 - - [2025-09-11 02:06:31] "POST /neutron/port HTTP/1.1" 200 1172 0.028569 10.0.0.249 - - [2025-09-11 02:06:31] "GET /project/4e1ffdd7-5764-4371-80ab-66405fba3028?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.083249 10.0.0.249 - - [2025-09-11 02:06:31] "POST /neutron/network HTTP/1.1" 200 1077 0.009116 10.0.0.249 - - [2025-09-11 02:06:31] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004310 10.0.0.249 - - [2025-09-11 02:06:31] "POST /neutron/port HTTP/1.1" 200 117 0.008320 10.0.0.249 - - [2025-09-11 02:06:31] "POST /neutron/port HTTP/1.1" 200 117 0.001378 10.0.0.49 - - [2025-09-11 02:06:32] "GET /projects?obj_uuids=4e1ffdd7-5764-4371-80ab-66405fba3028&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000968 10.0.0.249 - - [2025-09-11 02:06:32] "POST /neutron/port HTTP/1.1" 200 1172 0.442388 10.0.0.249 - - [2025-09-11 02:06:33] "POST /neutron/port HTTP/1.1" 200 1226 0.169243 10.0.0.249 - - [2025-09-11 02:06:33] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004325 10.0.0.249 - - [2025-09-11 02:06:33] "POST /neutron/port HTTP/1.1" 200 117 0.001177 10.0.0.249 - - [2025-09-11 02:06:33] "POST /neutron/network HTTP/1.1" 400 204 0.022506 10.0.0.249 - - [2025-09-11 02:06:34] "POST /neutron/port HTTP/1.1" 200 151 0.230731 10.0.0.249 - - [2025-09-11 02:06:35] "POST /neutron/port HTTP/1.1" 200 151 0.299838 10.0.0.249 - - [2025-09-11 02:06:35] "POST /neutron/port HTTP/1.1" 200 117 0.005984 10.0.0.49 - - [2025-09-11 02:06:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.013318 10.0.0.249 - - [2025-09-11 02:06:36] "POST /neutron/network HTTP/1.1" 200 1075 0.010891 10.0.0.49 - - [2025-09-11 02:06:36] "DELETE /route-target/340a5060-3917-4f56-a756-75d2355be755 HTTP/1.1" 200 115 0.024214 10.0.0.49 - - [2025-09-11 02:06:36] "GET /projects?obj_uuids=4e1ffdd7-5764-4371-80ab-66405fba3028&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000959 10.0.0.249 - - [2025-09-11 02:06:36] "GET /project/4e1ffdd7-5764-4371-80ab-66405fba3028?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.052847 10.0.0.49 - - [2025-09-11 02:06:36] "GET /projects?obj_uuids=4e1ffdd7-5764-4371-80ab-66405fba3028&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001087 10.0.0.249 - - [2025-09-11 02:06:36] "GET /project/4e1ffdd7-5764-4371-80ab-66405fba3028?fields=virtual_networks HTTP/1.1" 200 1041 0.048454 10.0.0.49 - - [2025-09-11 02:06:36] "GET /projects?obj_uuids=4e1ffdd7-5764-4371-80ab-66405fba3028&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001053 10.0.0.249 - - [2025-09-11 02:06:36] "GET /project/4e1ffdd7-5764-4371-80ab-66405fba3028?fields=virtual_machine_interfaces HTTP/1.1" 200 1041 0.049213 10.0.0.49 - - [2025-09-11 02:06:36] "GET /projects?obj_uuids=4e1ffdd7-5764-4371-80ab-66405fba3028&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001027 10.0.0.249 - - [2025-09-11 02:06:36] "GET /project/4e1ffdd7-5764-4371-80ab-66405fba3028?fields=security_groups HTTP/1.1" 200 1272 0.038580 10.0.0.249 - - [2025-09-11 02:06:37] "POST /fqname-to-id HTTP/1.1" 404 196 0.025434 10.0.0.49 - - [2025-09-11 02:06:37] "GET /projects?obj_uuids=d388f215-a314-4a38-b2db-dc51cec1cf83&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003183 10.0.0.49 - - [2025-09-11 02:06:37] "GET /domains?obj_uuids=6cefd47d-baca-4df6-a10c-ec963319da07&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001060 10.0.0.49 - - [2025-09-11 02:06:37] "GET /domain/6cefd47d-baca-4df6-a10c-ec963319da07?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007604 10.0.0.49 - - [2025-09-11 02:06:37] "POST /id-to-fqname HTTP/1.1" 200 198 0.003062 10.0.0.49 - - [2025-09-11 02:06:37] "POST /fqname-to-id HTTP/1.1" 404 207 0.004230 10.0.0.49 - - [2025-09-11 02:06:37] "POST /security-groups HTTP/1.1" 200 599 0.081596 10.0.0.49 - - [2025-09-11 02:06:37] "POST /projects HTTP/1.1" 200 601 0.302185 10.0.0.49 - - [2025-09-11 02:06:37] "POST /fqname-to-id HTTP/1.1" 404 241 0.009133 10.0.0.49 - - [2025-09-11 02:06:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.386508 10.0.0.249 - - [2025-09-11 02:06:37] "GET /project/d388f215-a314-4a38-b2db-dc51cec1cf83?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.553369 10.0.0.249 - - [2025-09-11 02:06:38] "GET / HTTP/1.1" 200 35931 0.001726 10.0.0.249 - - [2025-09-11 02:06:39] "POST /fqname-to-id HTTP/1.1" 401 293 0.000464 10.0.0.249 - - [2025-09-11 02:06:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.053920 10.0.0.49 - - [2025-09-11 02:06:39] "GET /projects?obj_uuids=d388f215-a314-4a38-b2db-dc51cec1cf83&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000906 10.0.0.249 - - [2025-09-11 02:06:39] "GET /project/d388f215-a314-4a38-b2db-dc51cec1cf83?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.039527 10.0.0.49 - - [2025-09-11 02:06:39] "GET /projects?obj_uuids=d388f215-a314-4a38-b2db-dc51cec1cf83&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001627 10.0.0.249 - - [2025-09-11 02:06:39] "POST /neutron/network HTTP/1.1" 200 691 0.154952 10.0.0.49 - - [2025-09-11 02:06:40] "POST /ref-update HTTP/1.1" 200 156 0.021202 10.0.0.249 - - [2025-09-11 02:06:40] "POST /id-to-fqname HTTP/1.1" 200 267 0.003717 10.0.0.249 - - [2025-09-11 02:06:40] "GET /virtual-network/a3964544-c37b-4e9a-ada7-4b8981456a78?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2173 0.005635 10.0.0.249 - - [2025-09-11 02:06:40] "POST /neutron/network HTTP/1.1" 200 910 0.006948 10.0.0.249 - - [2025-09-11 02:06:40] "GET /virtual-network/a3964544-c37b-4e9a-ada7-4b8981456a78?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2173 0.006036 10.0.0.249 - - [2025-09-11 02:06:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003240 10.0.0.49 - - [2025-09-11 02:06:40] "GET /projects?obj_uuids=d388f215-a314-4a38-b2db-dc51cec1cf83&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001107 10.0.0.249 - - [2025-09-11 02:06:40] "GET /project/d388f215-a314-4a38-b2db-dc51cec1cf83?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.048276 10.0.0.249 - - [2025-09-11 02:06:40] "POST /neutron/network HTTP/1.1" 200 117 0.013854 10.0.0.249 - - [2025-09-11 02:06:40] "POST /neutron/network HTTP/1.1" 200 909 0.012631 10.0.0.249 - - [2025-09-11 02:06:40] "POST /id-to-fqname HTTP/1.1" 200 267 0.001199 10.0.0.249 - - [2025-09-11 02:06:40] "GET /virtual-network/18cb2cb4-6a48-47ab-8eca-0fadcd139f3c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2169 0.005688 10.0.0.249 - - [2025-09-11 02:06:40] "GET /virtual-network/18cb2cb4-6a48-47ab-8eca-0fadcd139f3c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2169 0.005729 10.0.0.249 - - [2025-09-11 02:06:40] "POST /neutron/subnet HTTP/1.1" 200 720 0.008941 10.0.0.249 - - [2025-09-11 02:06:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.002950 10.0.0.49 - - [2025-09-11 02:06:40] "GET /projects?obj_uuids=d388f215-a314-4a38-b2db-dc51cec1cf83&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001959 10.0.0.249 - - [2025-09-11 02:06:41] "GET /project/d388f215-a314-4a38-b2db-dc51cec1cf83?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.047196 10.0.0.49 - - [2025-09-11 02:06:41] "POST /route-targets HTTP/1.1" 200 327 0.012225 10.0.0.49 - - [2025-09-11 02:06:41] "POST /useragent-kv HTTP/1.1" 200 115 0.006746 10.0.0.249 - - [2025-09-11 02:06:41] "POST /neutron/subnet HTTP/1.1" 200 720 0.213169 10.0.0.249 - - [2025-09-11 02:06:41] "POST /id-to-fqname HTTP/1.1" 200 268 0.001575 10.0.0.249 - - [2025-09-11 02:06:41] "GET /virtual-network/7b89ac07-5ab2-4ecd-9923-3796480b4b51?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2173 0.006292 10.0.0.249 - - [2025-09-11 02:06:41] "GET /virtual-network/7b89ac07-5ab2-4ecd-9923-3796480b4b51?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2173 0.007926 10.0.0.249 - - [2025-09-11 02:06:41] "POST /neutron/network HTTP/1.1" 200 911 0.006148 10.0.0.249 - - [2025-09-11 02:06:41] "POST /id-to-fqname HTTP/1.1" 200 267 0.001494 10.0.0.49 - - [2025-09-11 02:06:42] "GET /projects?obj_uuids=d388f215-a314-4a38-b2db-dc51cec1cf83&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000981 10.0.0.249 - - [2025-09-11 02:06:42] "GET /project/d388f215-a314-4a38-b2db-dc51cec1cf83?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.074654 10.0.0.249 - - [2025-09-11 02:06:42] "POST /neutron/network HTTP/1.1" 200 909 0.007639 10.0.0.249 - - [2025-09-11 02:06:42] "POST /id-to-fqname HTTP/1.1" 200 268 0.001221 10.0.0.249 - - [2025-09-11 02:06:42] "POST /neutron/port HTTP/1.1" 200 117 0.006362 10.0.0.49 - - [2025-09-11 02:06:43] "GET /projects?obj_uuids=d388f215-a314-4a38-b2db-dc51cec1cf83&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000992 10.0.0.249 - - [2025-09-11 02:06:43] "POST /neutron/port HTTP/1.1" 200 1067 0.356314 10.0.0.249 - - [2025-09-11 02:06:43] "POST /neutron/port HTTP/1.1" 200 1121 0.128916 10.0.0.49 - - [2025-09-11 02:06:43] "GET /projects?obj_uuids=d388f215-a314-4a38-b2db-dc51cec1cf83&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000896 10.0.0.249 - - [2025-09-11 02:06:43] "GET /project/d388f215-a314-4a38-b2db-dc51cec1cf83?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.078558 10.0.0.249 - - [2025-09-11 02:06:43] "POST /neutron/subnet HTTP/1.1" 200 694 0.011404 10.0.0.249 - - [2025-09-11 02:06:43] "POST /neutron/network HTTP/1.1" 200 909 0.007232 10.0.0.249 - - [2025-09-11 02:06:44] "POST /neutron/port HTTP/1.1" 200 117 0.012474 10.0.0.249 - - [2025-09-11 02:06:44] "POST /neutron/port HTTP/1.1" 200 1067 0.016017 10.0.0.249 - - [2025-09-11 02:06:45] "POST /neutron/port HTTP/1.1" 200 1095 0.016662 10.0.0.249 - - [2025-09-11 02:06:45] "POST /neutron/port HTTP/1.1" 200 117 0.001123 10.0.0.249 - - [2025-09-11 02:06:45] "POST /neutron/network HTTP/1.1" 400 204 0.015112 10.0.0.249 - - [2025-09-11 02:06:46] "POST /neutron/port HTTP/1.1" 200 151 0.289326 10.0.0.249 - - [2025-09-11 02:06:46] "POST /neutron/port HTTP/1.1" 200 151 0.272374 10.0.0.49 - - [2025-09-11 02:06:48] "POST /useragent-kv HTTP/1.1" 200 115 0.004186 10.0.0.49 - - [2025-09-11 02:06:48] "POST /useragent-kv HTTP/1.1" 200 115 0.003524 10.0.0.249 - - [2025-09-11 02:06:48] "POST /neutron/network HTTP/1.1" 200 151 0.144522 10.0.0.49 - - [2025-09-11 02:06:48] "DELETE /route-target/bdbf9522-bf29-4acf-b330-c7bb74efea71 HTTP/1.1" 200 115 0.025532 10.0.0.249 - - [2025-09-11 02:06:48] "POST /neutron/network HTTP/1.1" 200 910 0.008569 10.0.0.49 - - [2025-09-11 02:06:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003440 10.0.0.49 - - [2025-09-11 02:06:48] "GET /projects?obj_uuids=d388f215-a314-4a38-b2db-dc51cec1cf83&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001156 10.0.0.249 - - [2025-09-11 02:06:48] "GET /project/d388f215-a314-4a38-b2db-dc51cec1cf83?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.067164 10.0.0.49 - - [2025-09-11 02:06:48] "GET /projects?obj_uuids=d388f215-a314-4a38-b2db-dc51cec1cf83&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001137 10.0.0.249 - - [2025-09-11 02:06:48] "GET /project/d388f215-a314-4a38-b2db-dc51cec1cf83?fields=virtual_networks HTTP/1.1" 200 1049 0.043063 10.0.0.49 - - [2025-09-11 02:06:48] "GET /projects?obj_uuids=d388f215-a314-4a38-b2db-dc51cec1cf83&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001010 10.0.0.249 - - [2025-09-11 02:06:48] "GET /project/d388f215-a314-4a38-b2db-dc51cec1cf83?fields=virtual_machine_interfaces HTTP/1.1" 200 1049 0.042397 10.0.0.49 - - [2025-09-11 02:06:48] "GET /projects?obj_uuids=d388f215-a314-4a38-b2db-dc51cec1cf83&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001235 10.0.0.249 - - [2025-09-11 02:06:48] "GET /project/d388f215-a314-4a38-b2db-dc51cec1cf83?fields=security_groups HTTP/1.1" 200 1283 0.058168 10.0.0.249 - - [2025-09-11 02:06:49] "POST /fqname-to-id HTTP/1.1" 404 193 0.025429 10.0.0.49 - - [2025-09-11 02:06:49] "GET /projects?obj_uuids=1e35d764-f1a4-4581-a85e-5165f50309a1&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002824 10.0.0.49 - - [2025-09-11 02:06:49] "GET /domains?obj_uuids=6cefd47d-baca-4df6-a10c-ec963319da07&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001974 10.0.0.49 - - [2025-09-11 02:06:49] "GET /domain/6cefd47d-baca-4df6-a10c-ec963319da07?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007682 10.0.0.49 - - [2025-09-11 02:06:49] "POST /id-to-fqname HTTP/1.1" 200 195 0.001296 10.0.0.49 - - [2025-09-11 02:06:49] "POST /fqname-to-id HTTP/1.1" 404 204 0.008440 10.0.0.49 - - [2025-09-11 02:06:49] "POST /security-groups HTTP/1.1" 200 596 0.073222 10.0.0.49 - - [2025-09-11 02:06:49] "POST /projects HTTP/1.1" 200 595 0.307625 10.0.0.49 - - [2025-09-11 02:06:49] "POST /access-control-lists HTTP/1.1" 200 601 0.026499 10.0.0.49 - - [2025-09-11 02:06:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.377932 10.0.0.249 - - [2025-09-11 02:06:50] "GET /project/1e35d764-f1a4-4581-a85e-5165f50309a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1383 0.542295 10.0.0.49 - - [2025-09-11 02:06:50] "DELETE /project/54109fd21b394795bbee887ad88b12bc HTTP/1.1" 404 173 0.012617 10.0.0.49 - - [2025-09-11 02:06:50] "DELETE /project/d17c4b28-c638-4f5d-935b-d99f4a3975cd HTTP/1.1" 404 177 0.017429 10.0.0.49 - - [2025-09-11 02:06:50] "DELETE /project/d388f215a3144a38b2dbdc51cec1cf83 HTTP/1.1" 404 173 0.019604 10.0.0.49 - - [2025-09-11 02:06:50] "DELETE /project/1e35d764f1a44581a85e5165f50309a1 HTTP/1.1" 404 173 0.009454 10.0.0.49 - - [2025-09-11 02:06:50] "DELETE /project/4e1ffdd75764437180ab66405fba3028 HTTP/1.1" 404 173 0.012990 10.0.0.49 - - [2025-09-11 02:06:50] "GET /projects?obj_uuids=4e1ffdd7-5764-4371-80ab-66405fba3028&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000890 10.0.0.49 - - [2025-09-11 02:06:50] "GET /projects?obj_uuids=54109fd2-1b39-4795-bbee-887ad88b12bc&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000835 10.0.0.49 - - [2025-09-11 02:06:50] "GET /projects?obj_uuids=d388f215-a314-4a38-b2db-dc51cec1cf83&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000877 10.0.0.49 - - [2025-09-11 02:06:50] "GET /project/54109fd2-1b39-4795-bbee-887ad88b12bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1472 0.070740 10.0.0.49 - - [2025-09-11 02:06:50] "GET /project/4e1ffdd7-5764-4371-80ab-66405fba3028?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1487 0.086390 10.0.0.49 - - [2025-09-11 02:06:50] "GET /project/d388f215-a314-4a38-b2db-dc51cec1cf83?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1501 0.085470 10.0.0.49 - - [2025-09-11 02:06:50] "GET /projects?obj_uuids=54109fd2-1b39-4795-bbee-887ad88b12bc&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001934 10.0.0.49 - - [2025-09-11 02:06:50] "GET /projects?obj_uuids=4e1ffdd7-5764-4371-80ab-66405fba3028&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001158 10.0.0.49 - - [2025-09-11 02:06:50] "GET /projects?obj_uuids=d388f215-a314-4a38-b2db-dc51cec1cf83&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000835 10.0.0.49 - - [2025-09-11 02:06:50] "GET /project/d388f215-a314-4a38-b2db-dc51cec1cf83?fields=security_groups HTTP/1.1" 200 1388 0.081773 10.0.0.49 - - [2025-09-11 02:06:50] "GET /project/54109fd2-1b39-4795-bbee-887ad88b12bc?fields=security_groups HTTP/1.1" 200 1366 0.132241 10.0.0.49 - - [2025-09-11 02:06:50] "GET /project/4e1ffdd7-5764-4371-80ab-66405fba3028?fields=security_groups HTTP/1.1" 200 1377 0.143429 10.0.0.49 - - [2025-09-11 02:06:50] "DELETE /security-group/619014e0-7283-4015-aa76-778af5a02a76 HTTP/1.1" 200 115 0.107774 10.0.0.49 - - [2025-09-11 02:06:50] "GET /projects?obj_uuids=d388f215-a314-4a38-b2db-dc51cec1cf83&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000911 10.0.0.49 - - [2025-09-11 02:06:51] "DELETE /security-group/df323585-abc1-42a2-b42c-5fa2d5c9d981 HTTP/1.1" 200 115 0.108198 10.0.0.49 - - [2025-09-11 02:06:51] "DELETE /access-control-list/8d7a1d5f-83d4-4cb6-a4d9-7148a9b09f7f HTTP/1.1" 200 115 0.083273 10.0.0.49 - - [2025-09-11 02:06:51] "GET /projects?obj_uuids=54109fd2-1b39-4795-bbee-887ad88b12bc&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001032 10.0.0.49 - - [2025-09-11 02:06:51] "DELETE /security-group/a24b1da0-8848-46bb-a0e8-90cd5bf30e90 HTTP/1.1" 200 115 0.130476 10.0.0.49 - - [2025-09-11 02:06:51] "GET /projects?obj_uuids=4e1ffdd7-5764-4371-80ab-66405fba3028&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000878 10.0.0.49 - - [2025-09-11 02:06:51] "GET /project/d388f215-a314-4a38-b2db-dc51cec1cf83?fields=application_policy_sets HTTP/1.1" 200 1427 0.080150 10.0.0.49 - - [2025-09-11 02:06:51] "GET /project/4e1ffdd7-5764-4371-80ab-66405fba3028?fields=application_policy_sets HTTP/1.1" 200 1416 0.116235 10.0.0.49 - - [2025-09-11 02:06:51] "GET /project/54109fd2-1b39-4795-bbee-887ad88b12bc?fields=application_policy_sets HTTP/1.1" 200 1405 0.181533 10.0.0.49 - - [2025-09-11 02:06:51] "DELETE /access-control-list/f00dda1a-bd58-47a4-a683-df4567cc3191 HTTP/1.1" 200 115 0.100358 10.0.0.49 - - [2025-09-11 02:06:51] "DELETE /project/d388f215-a314-4a38-b2db-dc51cec1cf83 HTTP/1.1" 200 115 0.845725 10.0.0.49 - - [2025-09-11 02:06:51] "DELETE /project/4e1ffdd7-5764-4371-80ab-66405fba3028 HTTP/1.1" 200 115 0.906329 10.0.0.249 - - [2025-09-11 02:06:51] "GET / HTTP/1.1" 200 35931 0.002935 10.0.0.49 - - [2025-09-11 02:06:51] "DELETE /project/54109fd2-1b39-4795-bbee-887ad88b12bc HTTP/1.1" 200 115 0.946238 10.0.0.249 - - [2025-09-11 02:06:52] "POST /fqname-to-id HTTP/1.1" 401 293 0.000449 10.0.0.249 - - [2025-09-11 02:06:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.051973 10.0.0.49 - - [2025-09-11 02:06:52] "GET /projects?obj_uuids=1e35d764-f1a4-4581-a85e-5165f50309a1&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000965 10.0.0.249 - - [2025-09-11 02:06:52] "GET /project/1e35d764-f1a4-4581-a85e-5165f50309a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1383 0.037820 10.0.0.49 - - [2025-09-11 02:06:52] "GET /projects?obj_uuids=1e35d764-f1a4-4581-a85e-5165f50309a1&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001396 10.0.0.249 - - [2025-09-11 02:06:52] "POST /neutron/network HTTP/1.1" 200 682 0.153630 10.0.0.49 - - [2025-09-11 02:06:52] "POST /route-targets HTTP/1.1" 200 327 0.013706 10.0.0.249 - - [2025-09-11 02:06:52] "POST /id-to-fqname HTTP/1.1" 200 261 0.003727 10.0.0.249 - - [2025-09-11 02:06:52] "GET /virtual-network/95db83cb-a5c7-4485-82a3-e9719644e786?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2154 0.005542 10.0.0.249 - - [2025-09-11 02:06:52] "POST /neutron/network HTTP/1.1" 200 900 0.005910 10.0.0.249 - - [2025-09-11 02:06:52] "GET /virtual-network/95db83cb-a5c7-4485-82a3-e9719644e786?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2154 0.004883 10.0.0.249 - - [2025-09-11 02:06:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003155 10.0.0.49 - - [2025-09-11 02:06:53] "GET /projects?obj_uuids=1e35d764-f1a4-4581-a85e-5165f50309a1&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001008 10.0.0.249 - - [2025-09-11 02:06:53] "GET /project/1e35d764-f1a4-4581-a85e-5165f50309a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1383 0.048033 10.0.0.249 - - [2025-09-11 02:06:53] "POST /neutron/network HTTP/1.1" 200 117 0.012968 10.0.0.49 - - [2025-09-11 02:06:53] "POST /ref-update HTTP/1.1" 200 156 0.025003 10.0.0.249 - - [2025-09-11 02:06:53] "POST /neutron/network HTTP/1.1" 200 900 0.008737 10.0.0.249 - - [2025-09-11 02:06:53] "POST /id-to-fqname HTTP/1.1" 200 261 0.001000 10.0.0.249 - - [2025-09-11 02:06:53] "GET /virtual-network/6ad4f6b5-7d20-4c0c-adff-4fcc421f8953?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2154 0.005076 10.0.0.249 - - [2025-09-11 02:06:53] "GET /virtual-network/6ad4f6b5-7d20-4c0c-adff-4fcc421f8953?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2154 0.006190 10.0.0.249 - - [2025-09-11 02:06:53] "POST /neutron/subnet HTTP/1.1" 200 719 0.008621 10.0.0.249 - - [2025-09-11 02:06:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002684 10.0.0.49 - - [2025-09-11 02:06:53] "GET /projects?obj_uuids=1e35d764-f1a4-4581-a85e-5165f50309a1&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000896 10.0.0.249 - - [2025-09-11 02:06:53] "GET /project/1e35d764-f1a4-4581-a85e-5165f50309a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1383 0.041084 10.0.0.49 - - [2025-09-11 02:06:54] "POST /useragent-kv HTTP/1.1" 200 115 0.008073 10.0.0.249 - - [2025-09-11 02:06:54] "POST /neutron/subnet HTTP/1.1" 200 720 0.212180 10.0.0.249 - - [2025-09-11 02:06:54] "POST /id-to-fqname HTTP/1.1" 200 262 0.001369 10.0.0.249 - - [2025-09-11 02:06:54] "GET /virtual-network/e263bcfe-3189-4a2e-bcf5-240b08d64c49?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2159 0.005413 10.0.0.249 - - [2025-09-11 02:06:54] "GET /virtual-network/e263bcfe-3189-4a2e-bcf5-240b08d64c49?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2159 0.007127 10.0.0.249 - - [2025-09-11 02:06:54] "POST /neutron/network HTTP/1.1" 200 902 0.006403 10.0.0.249 - - [2025-09-11 02:06:54] "POST /id-to-fqname HTTP/1.1" 200 261 0.001409 10.0.0.49 - - [2025-09-11 02:06:55] "GET /projects?obj_uuids=1e35d764-f1a4-4581-a85e-5165f50309a1&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000960 10.0.0.249 - - [2025-09-11 02:06:55] "GET /project/1e35d764-f1a4-4581-a85e-5165f50309a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1383 0.060364 10.0.0.249 - - [2025-09-11 02:06:55] "POST /neutron/network HTTP/1.1" 200 900 0.007298 10.0.0.249 - - [2025-09-11 02:06:55] "POST /id-to-fqname HTTP/1.1" 200 262 0.001210 10.0.0.249 - - [2025-09-11 02:06:55] "POST /neutron/port HTTP/1.1" 200 117 0.006081 10.0.0.49 - - [2025-09-11 02:06:55] "GET /projects?obj_uuids=1e35d764-f1a4-4581-a85e-5165f50309a1&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001326 10.0.0.249 - - [2025-09-11 02:06:56] "POST /neutron/port HTTP/1.1" 200 1064 0.330462 10.0.0.249 - - [2025-09-11 02:06:56] "POST /neutron/port HTTP/1.1" 200 1118 0.086687 10.0.0.49 - - [2025-09-11 02:06:56] "GET /projects?obj_uuids=1e35d764-f1a4-4581-a85e-5165f50309a1&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001384 10.0.0.249 - - [2025-09-11 02:06:56] "GET /project/1e35d764-f1a4-4581-a85e-5165f50309a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1383 0.099350 10.0.0.249 - - [2025-09-11 02:06:56] "POST /neutron/subnet HTTP/1.1" 200 693 0.039610 10.0.0.249 - - [2025-09-11 02:06:56] "POST /neutron/network HTTP/1.1" 200 900 0.006702 10.0.0.249 - - [2025-09-11 02:06:56] "POST /neutron/port HTTP/1.1" 200 117 0.006966 10.0.0.249 - - [2025-09-11 02:06:57] "POST /fqname-to-id HTTP/1.1" 404 193 0.007471 10.0.0.249 - - [2025-09-11 02:06:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.014674 10.0.0.49 - - [2025-09-11 02:06:57] "GET /domains?obj_uuids=6cefd47d-baca-4df6-a10c-ec963319da07&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002914 10.0.0.249 - - [2025-09-11 02:06:57] "GET /domain/6cefd47d-baca-4df6-a10c-ec963319da07?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.009522 10.0.0.249 - - [2025-09-11 02:06:57] "POST /neutron/port HTTP/1.1" 200 1064 0.017435 10.0.0.249 - - [2025-09-11 02:06:57] "POST /service-templates HTTP/1.1" 200 543 0.043200 10.0.0.249 - - [2025-09-11 02:06:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.014137 10.0.0.249 - - [2025-09-11 02:06:57] "GET /service-template/dc42a2c2-052d-435a-88a1-1be37263ab2c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1820 0.011004 10.0.0.249 - - [2025-09-11 02:06:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003335 10.0.0.249 - - [2025-09-11 02:06:57] "GET /service-template/dc42a2c2-052d-435a-88a1-1be37263ab2c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1820 0.004508 10.0.0.249 - - [2025-09-11 02:06:57] "POST /id-to-fqname HTTP/1.1" 200 261 0.001142 10.0.0.249 - - [2025-09-11 02:06:57] "POST /neutron/port HTTP/1.1" 200 1092 0.026275 10.0.0.249 - - [2025-09-11 02:06:57] "POST /id-to-fqname HTTP/1.1" 200 261 0.001148 10.0.0.249 - - [2025-09-11 02:06:57] "POST /neutron/port HTTP/1.1" 200 117 0.000988 10.0.0.249 - - [2025-09-11 02:06:57] "POST /id-to-fqname HTTP/1.1" 200 262 0.001408 10.0.0.249 - - [2025-09-11 02:06:58] "POST /neutron/security_group HTTP/1.1" 200 2063 0.007768 10.0.0.249 - - [2025-09-11 02:06:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003533 10.0.0.249 - - [2025-09-11 02:06:58] "DELETE /service-template/dc42a2c2-052d-435a-88a1-1be37263ab2c HTTP/1.1" 200 115 0.032955 10.0.0.249 - - [2025-09-11 02:06:58] "POST /fqname-to-id HTTP/1.1" 404 193 0.003214 10.0.0.249 - - [2025-09-11 02:07:00] "POST /neutron/port HTTP/1.1" 200 1092 0.016467 10.0.0.249 - - [2025-09-11 02:07:00] "POST /neutron/port HTTP/1.1" 200 1092 0.021599 10.0.0.249 - - [2025-09-11 02:07:02] "POST /neutron/network HTTP/1.1" 200 900 0.006871 10.0.0.49 - - [2025-09-11 02:07:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.007762 10.0.0.49 - - [2025-09-11 02:07:02] "POST /useragent-kv HTTP/1.1" 200 115 0.004452 10.0.0.49 - - [2025-09-11 02:07:02] "POST /useragent-kv HTTP/1.1" 200 115 0.004196 10.0.0.249 - - [2025-09-11 02:07:02] "POST /neutron/network HTTP/1.1" 200 151 0.153678 10.0.0.49 - - [2025-09-11 02:07:02] "DELETE /route-target/314e6b8f-8af7-41fe-8e5d-ad7997b3c5e5 HTTP/1.1" 200 115 0.036892 10.0.0.49 - - [2025-09-11 02:07:02] "GET /projects?obj_uuids=1e35d764-f1a4-4581-a85e-5165f50309a1&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001009 10.0.0.249 - - [2025-09-11 02:07:02] "GET /project/1e35d764-f1a4-4581-a85e-5165f50309a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1383 0.064417 10.0.0.49 - - [2025-09-11 02:07:02] "GET /projects?obj_uuids=1e35d764-f1a4-4581-a85e-5165f50309a1&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000983 10.0.0.249 - - [2025-09-11 02:07:03] "GET /project/1e35d764-f1a4-4581-a85e-5165f50309a1?fields=virtual_networks HTTP/1.1" 200 1042 0.059527 10.0.0.49 - - [2025-09-11 02:07:03] "GET /projects?obj_uuids=1e35d764-f1a4-4581-a85e-5165f50309a1&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000936 10.0.0.249 - - [2025-09-11 02:07:03] "GET /project/1e35d764-f1a4-4581-a85e-5165f50309a1?fields=virtual_machine_interfaces HTTP/1.1" 200 1042 0.039927 10.0.0.49 - - [2025-09-11 02:07:03] "GET /projects?obj_uuids=1e35d764-f1a4-4581-a85e-5165f50309a1&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000994 10.0.0.249 - - [2025-09-11 02:07:03] "GET /project/1e35d764-f1a4-4581-a85e-5165f50309a1?fields=security_groups HTTP/1.1" 200 1273 0.045370 10.0.0.249 - - [2025-09-11 02:07:04] "POST /fqname-to-id HTTP/1.1" 404 197 0.026059 10.0.0.49 - - [2025-09-11 02:07:04] "GET /projects?obj_uuids=8dd75237-bb95-4f16-b3ae-0e1c2521fd0f&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003139 10.0.0.49 - - [2025-09-11 02:07:04] "GET /domains?obj_uuids=6cefd47d-baca-4df6-a10c-ec963319da07&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001216 10.0.0.49 - - [2025-09-11 02:07:04] "GET /domain/6cefd47d-baca-4df6-a10c-ec963319da07?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007521 10.0.0.49 - - [2025-09-11 02:07:04] "POST /id-to-fqname HTTP/1.1" 200 199 0.001853 10.0.0.49 - - [2025-09-11 02:07:04] "POST /fqname-to-id HTTP/1.1" 404 208 0.005805 10.0.0.49 - - [2025-09-11 02:07:04] "POST /security-groups HTTP/1.1" 200 600 0.047660 10.0.0.49 - - [2025-09-11 02:07:04] "POST /fqname-to-id HTTP/1.1" 404 243 0.004108 10.0.0.49 - - [2025-09-11 02:07:04] "POST /projects HTTP/1.1" 200 603 0.246680 10.0.0.49 - - [2025-09-11 02:07:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.321664 10.0.0.49 - - [2025-09-11 02:07:04] "POST /access-control-lists HTTP/1.1" 200 603 0.035088 10.0.0.249 - - [2025-09-11 02:07:04] "GET /project/8dd75237-bb95-4f16-b3ae-0e1c2521fd0f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1400 0.478965 10.0.0.249 - - [2025-09-11 02:07:05] "GET / HTTP/1.1" 200 35931 0.001796 10.0.0.249 - - [2025-09-11 02:07:06] "POST /fqname-to-id HTTP/1.1" 401 293 0.000476 10.0.0.249 - - [2025-09-11 02:07:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.054146 10.0.0.49 - - [2025-09-11 02:07:06] "GET /projects?obj_uuids=8dd75237-bb95-4f16-b3ae-0e1c2521fd0f&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001011 10.0.0.249 - - [2025-09-11 02:07:06] "GET /project/8dd75237-bb95-4f16-b3ae-0e1c2521fd0f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1400 0.045940 10.0.0.249 - - [2025-09-11 02:07:06] "POST /neutron/network HTTP/1.1" 200 117 0.032392 10.0.0.49 - - [2025-09-11 02:07:06] "POST /fqname-to-id HTTP/1.1" 404 207 0.009627 10.0.0.49 - - [2025-09-11 02:07:07] "POST /useragent-kv HTTP/1.1" 200 115 0.008414 10.0.0.249 - - [2025-09-11 02:07:07] "POST /neutron/subnet HTTP/1.1" 200 715 0.169286 10.0.0.249 - - [2025-09-11 02:07:07] "POST /id-to-fqname HTTP/1.1" 200 269 0.001336 10.0.0.249 - - [2025-09-11 02:07:07] "GET /virtual-network/22144e16-b71b-4b4c-a2ff-1930f26e4054?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2755 0.006082 10.0.0.249 - - [2025-09-11 02:07:07] "GET /virtual-network/22144e16-b71b-4b4c-a2ff-1930f26e4054?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2755 0.005943 10.0.0.249 - - [2025-09-11 02:07:07] "POST /neutron/network HTTP/1.1" 200 1085 0.010258 10.0.0.249 - - [2025-09-11 02:07:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.002998 10.0.0.49 - - [2025-09-11 02:07:07] "GET /projects?obj_uuids=8dd75237-bb95-4f16-b3ae-0e1c2521fd0f&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.000950 10.0.0.249 - - [2025-09-11 02:07:07] "GET /project/8dd75237-bb95-4f16-b3ae-0e1c2521fd0f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1400 0.051261 10.0.0.249 - - [2025-09-11 02:07:07] "POST /neutron/network HTTP/1.1" 200 117 0.019068 10.0.0.49 - - [2025-09-11 02:07:07] "POST /route-targets HTTP/1.1" 200 327 0.011833 10.0.0.49 - - [2025-09-11 02:07:08] "POST /fqname-to-id HTTP/1.1" 404 207 0.008836 10.0.0.49 - - [2025-09-11 02:07:08] "POST /useragent-kv HTTP/1.1" 200 115 0.007514 10.0.0.249 - - [2025-09-11 02:07:08] "POST /neutron/subnet HTTP/1.1" 200 719 0.200315 10.0.0.249 - - [2025-09-11 02:07:08] "POST /id-to-fqname HTTP/1.1" 200 269 0.001361 10.0.0.249 - - [2025-09-11 02:07:08] "GET /virtual-network/c30ea136-a3f0-4c93-a91d-e78b46a7eba3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2759 0.006642 10.0.0.249 - - [2025-09-11 02:07:08] "GET /virtual-network/c30ea136-a3f0-4c93-a91d-e78b46a7eba3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2759 0.006694 10.0.0.249 - - [2025-09-11 02:07:08] "POST /neutron/network HTTP/1.1" 200 1086 0.014055 10.0.0.249 - - [2025-09-11 02:07:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003297 10.0.0.49 - - [2025-09-11 02:07:08] "GET /projects?obj_uuids=8dd75237-bb95-4f16-b3ae-0e1c2521fd0f&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001090 10.0.0.249 - - [2025-09-11 02:07:08] "GET /project/8dd75237-bb95-4f16-b3ae-0e1c2521fd0f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1400 0.048452 10.0.0.249 - - [2025-09-11 02:07:08] "POST /neutron/network HTTP/1.1" 200 117 0.015909 10.0.0.49 - - [2025-09-11 02:07:08] "POST /ref-update HTTP/1.1" 200 156 0.026059 10.0.0.49 - - [2025-09-11 02:07:08] "POST /useragent-kv HTTP/1.1" 200 115 0.006547 10.0.0.249 - - [2025-09-11 02:07:08] "POST /neutron/subnet HTTP/1.1" 200 725 0.185946 10.0.0.249 - - [2025-09-11 02:07:09] "POST /id-to-fqname HTTP/1.1" 200 270 0.001169 10.0.0.249 - - [2025-09-11 02:07:09] "GET /virtual-network/91296cfa-9642-4737-8273-dc542c4cfc37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2765 0.005325 10.0.0.249 - - [2025-09-11 02:07:09] "GET /virtual-network/91296cfa-9642-4737-8273-dc542c4cfc37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2765 0.006165 10.0.0.249 - - [2025-09-11 02:07:09] "POST /neutron/network HTTP/1.1" 200 1089 0.009340 10.0.0.249 - - [2025-09-11 02:07:09] "POST /id-to-fqname HTTP/1.1" 200 269 0.001379 10.0.0.249 - - [2025-09-11 02:07:09] "POST /neutron/network HTTP/1.1" 200 1096 0.009923 10.0.0.49 - - [2025-09-11 02:07:10] "GET /projects?obj_uuids=8dd75237-bb95-4f16-b3ae-0e1c2521fd0f&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001145 10.0.0.249 - - [2025-09-11 02:07:10] "GET /project/8dd75237-bb95-4f16-b3ae-0e1c2521fd0f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1400 0.065782 10.0.0.249 - - [2025-09-11 02:07:10] "POST /neutron/port HTTP/1.1" 200 117 0.006472 10.0.0.249 - - [2025-09-11 02:07:10] "POST /id-to-fqname HTTP/1.1" 200 270 0.001446 10.0.0.249 - - [2025-09-11 02:07:10] "POST /neutron/network HTTP/1.1" 200 1096 0.009648 10.0.0.249 - - [2025-09-11 02:07:11] "POST /neutron/port HTTP/1.1" 200 1175 0.025025 10.0.0.49 - - [2025-09-11 02:07:11] "GET /projects?obj_uuids=8dd75237-bb95-4f16-b3ae-0e1c2521fd0f&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001414 10.0.0.249 - - [2025-09-11 02:07:11] "GET /project/8dd75237-bb95-4f16-b3ae-0e1c2521fd0f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1400 0.133832 10.0.0.249 - - [2025-09-11 02:07:11] "POST /neutron/port HTTP/1.1" 200 1203 0.018351 10.0.0.249 - - [2025-09-11 02:07:11] "POST /neutron/subnet HTTP/1.1" 200 1379 0.018548 10.0.0.249 - - [2025-09-11 02:07:11] "POST /neutron/network HTTP/1.1" 200 1086 0.016441 10.0.0.249 - - [2025-09-11 02:07:11] "POST /neutron/port HTTP/1.1" 200 117 0.007246 10.0.0.249 - - [2025-09-11 02:07:12] "POST /neutron/port HTTP/1.1" 200 1176 0.022521 10.0.0.249 - - [2025-09-11 02:07:12] "POST /neutron/port HTTP/1.1" 200 1204 0.021102 10.0.0.249 - - [2025-09-11 02:07:12] "POST /neutron/subnet HTTP/1.1" 200 1385 0.013259 10.0.0.249 - - [2025-09-11 02:07:12] "POST /neutron/network HTTP/1.1" 200 1089 0.009235 10.0.0.249 - - [2025-09-11 02:07:13] "POST /fqname-to-id HTTP/1.1" 404 193 0.003210 10.0.0.249 - - [2025-09-11 02:07:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003493 10.0.0.49 - - [2025-09-11 02:07:13] "GET /domains?obj_uuids=6cefd47d-baca-4df6-a10c-ec963319da07&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000974 10.0.0.249 - - [2025-09-11 02:07:13] "GET /domain/6cefd47d-baca-4df6-a10c-ec963319da07?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.007141 10.0.0.249 - - [2025-09-11 02:07:13] "POST /service-templates HTTP/1.1" 200 543 0.028619 10.0.0.249 - - [2025-09-11 02:07:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003808 10.0.0.249 - - [2025-09-11 02:07:13] "GET /service-template/ed24d9f3-9f66-42e4-a996-0b8f1f74d9be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1825 0.006752 10.0.0.249 - - [2025-09-11 02:07:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003267 10.0.0.249 - - [2025-09-11 02:07:13] "GET /service-template/ed24d9f3-9f66-42e4-a996-0b8f1f74d9be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1825 0.004975 10.0.0.249 - - [2025-09-11 02:07:13] "POST /id-to-fqname HTTP/1.1" 200 269 0.001426 10.0.0.249 - - [2025-09-11 02:07:13] "POST /id-to-fqname HTTP/1.1" 200 269 0.001910 10.0.0.249 - - [2025-09-11 02:07:13] "POST /id-to-fqname HTTP/1.1" 200 270 0.001455 10.0.0.249 - - [2025-09-11 02:07:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003363 10.0.0.249 - - [2025-09-11 02:07:13] "DELETE /service-template/ed24d9f3-9f66-42e4-a996-0b8f1f74d9be HTTP/1.1" 200 115 0.027184 10.0.0.249 - - [2025-09-11 02:07:13] "POST /fqname-to-id HTTP/1.1" 404 193 0.004117 10.0.0.249 - - [2025-09-11 02:07:15] "POST /neutron/network HTTP/1.1" 200 1086 0.009719 10.0.0.249 - - [2025-09-11 02:07:15] "POST /neutron/port HTTP/1.1" 200 1230 0.016781 10.0.0.249 - - [2025-09-11 02:07:15] "POST /neutron/port HTTP/1.1" 200 1229 0.015307 10.0.0.49 - - [2025-09-11 02:07:17] "POST /useragent-kv HTTP/1.1" 200 115 0.004933 10.0.0.49 - - [2025-09-11 02:07:17] "POST /useragent-kv HTTP/1.1" 200 115 0.004463 10.0.0.49 - - [2025-09-11 02:07:17] "POST /useragent-kv HTTP/1.1" 200 115 0.002903 10.0.0.49 - - [2025-09-11 02:07:17] "POST /useragent-kv HTTP/1.1" 200 115 0.005935 10.0.0.249 - - [2025-09-11 02:07:17] "POST /neutron/network HTTP/1.1" 200 151 0.165901 10.0.0.49 - - [2025-09-11 02:07:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003399 10.0.0.249 - - [2025-09-11 02:07:17] "POST /neutron/network HTTP/1.1" 200 1085 0.017460 10.0.0.49 - - [2025-09-11 02:07:17] "DELETE /route-target/e666c60d-6d9d-417d-8d1d-49a074d0f1e9 HTTP/1.1" 200 115 0.022110 10.0.0.49 - - [2025-09-11 02:07:17] "GET /projects?obj_uuids=8dd75237-bb95-4f16-b3ae-0e1c2521fd0f&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.000989 10.0.0.249 - - [2025-09-11 02:07:17] "GET /project/8dd75237-bb95-4f16-b3ae-0e1c2521fd0f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1400 0.057475 10.0.0.49 - - [2025-09-11 02:07:17] "GET /projects?obj_uuids=8dd75237-bb95-4f16-b3ae-0e1c2521fd0f&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.000956 10.0.0.249 - - [2025-09-11 02:07:17] "GET /project/8dd75237-bb95-4f16-b3ae-0e1c2521fd0f?fields=virtual_networks HTTP/1.1" 200 1051 0.049262 10.0.0.49 - - [2025-09-11 02:07:17] "GET /projects?obj_uuids=8dd75237-bb95-4f16-b3ae-0e1c2521fd0f&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001175 10.0.0.249 - - [2025-09-11 02:07:17] "GET /project/8dd75237-bb95-4f16-b3ae-0e1c2521fd0f?fields=virtual_machine_interfaces HTTP/1.1" 200 1051 0.048852 10.0.0.49 - - [2025-09-11 02:07:17] "GET /projects?obj_uuids=8dd75237-bb95-4f16-b3ae-0e1c2521fd0f&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.000980 10.0.0.249 - - [2025-09-11 02:07:18] "GET /project/8dd75237-bb95-4f16-b3ae-0e1c2521fd0f?fields=security_groups HTTP/1.1" 200 1286 0.039456 10.0.0.249 - - [2025-09-11 02:07:18] "POST /fqname-to-id HTTP/1.1" 404 200 0.025688 10.0.0.49 - - [2025-09-11 02:07:18] "GET /projects?obj_uuids=4f06e98e-60a4-4c7d-8e70-9f7f335e4b27&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003061 10.0.0.49 - - [2025-09-11 02:07:18] "GET /domains?obj_uuids=6cefd47d-baca-4df6-a10c-ec963319da07&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001061 10.0.0.49 - - [2025-09-11 02:07:18] "GET /domain/6cefd47d-baca-4df6-a10c-ec963319da07?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007556 10.0.0.49 - - [2025-09-11 02:07:19] "POST /id-to-fqname HTTP/1.1" 200 202 0.002333 10.0.0.49 - - [2025-09-11 02:07:19] "POST /fqname-to-id HTTP/1.1" 404 211 0.006535 10.0.0.49 - - [2025-09-11 02:07:19] "POST /security-groups HTTP/1.1" 200 603 0.035736 10.0.0.49 - - [2025-09-11 02:07:19] "POST /projects HTTP/1.1" 200 609 0.233008 10.0.0.49 - - [2025-09-11 02:07:19] "POST /fqname-to-id HTTP/1.1" 404 245 0.007999 10.0.0.49 - - [2025-09-11 02:07:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.319995 10.0.0.249 - - [2025-09-11 02:07:19] "GET /project/4f06e98e-60a4-4c7d-8e70-9f7f335e4b27?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.476330 10.0.0.249 - - [2025-09-11 02:07:20] "GET / HTTP/1.1" 200 35931 0.001750 10.0.0.249 - - [2025-09-11 02:07:21] "POST /fqname-to-id HTTP/1.1" 401 293 0.000542 10.0.0.249 - - [2025-09-11 02:07:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.055914 10.0.0.49 - - [2025-09-11 02:07:21] "GET /projects?obj_uuids=4f06e98e-60a4-4c7d-8e70-9f7f335e4b27&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001044 10.0.0.249 - - [2025-09-11 02:07:21] "GET /project/4f06e98e-60a4-4c7d-8e70-9f7f335e4b27?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.039687 10.0.0.49 - - [2025-09-11 02:07:22] "GET /projects?obj_uuids=4f06e98e-60a4-4c7d-8e70-9f7f335e4b27&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001173 10.0.0.249 - - [2025-09-11 02:07:22] "POST /neutron/network HTTP/1.1" 200 619 0.166929 10.0.0.49 - - [2025-09-11 02:07:22] "POST /ref-update HTTP/1.1" 200 156 0.037396 10.0.0.249 - - [2025-09-11 02:07:22] "POST /id-to-fqname HTTP/1.1" 200 233 0.005007 10.0.0.249 - - [2025-09-11 02:07:22] "GET /virtual-network/ba2775bc-0ad9-46ed-bd35-11f44273d1b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.006294 10.0.0.249 - - [2025-09-11 02:07:22] "POST /neutron/network HTTP/1.1" 200 836 0.007440 10.0.0.249 - - [2025-09-11 02:07:22] "GET /virtual-network/ba2775bc-0ad9-46ed-bd35-11f44273d1b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.005350 10.0.0.249 - - [2025-09-11 02:07:23] "GET /virtual-network/ba2775bc-0ad9-46ed-bd35-11f44273d1b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.005286 10.0.0.22 - - [2025-09-11 02:07:24] "GET /obj-perms HTTP/1.1" 200 5073 0.049922 10.0.0.249 - - [2025-09-11 02:07:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003667 10.0.0.49 - - [2025-09-11 02:07:24] "GET /projects?obj_uuids=4f06e98e-60a4-4c7d-8e70-9f7f335e4b27&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000966 10.0.0.249 - - [2025-09-11 02:07:24] "GET /project/4f06e98e-60a4-4c7d-8e70-9f7f335e4b27?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.043327 10.0.0.249 - - [2025-09-11 02:07:24] "POST /neutron/network HTTP/1.1" 200 117 0.013293 10.0.0.249 - - [2025-09-11 02:07:25] "POST /neutron/network HTTP/1.1" 200 838 0.008317 10.0.0.249 - - [2025-09-11 02:07:25] "POST /id-to-fqname HTTP/1.1" 200 233 0.001203 10.0.0.249 - - [2025-09-11 02:07:25] "GET /virtual-network/1c3125d8-5ba2-48aa-8e56-566aedae78f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.005698 10.0.0.249 - - [2025-09-11 02:07:25] "GET /virtual-network/1c3125d8-5ba2-48aa-8e56-566aedae78f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.005494 10.0.0.249 - - [2025-09-11 02:07:25] "POST /neutron/subnet HTTP/1.1" 200 724 0.009323 10.0.0.249 - - [2025-09-11 02:07:25] "GET /virtual-network/1c3125d8-5ba2-48aa-8e56-566aedae78f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.006668 10.0.0.249 - - [2025-09-11 02:07:25] "GET /obj-perms HTTP/1.1" 200 5073 0.042646 10.0.0.249 - - [2025-09-11 02:07:25] "POST /id-to-fqname HTTP/1.1" 200 233 0.001213 10.0.0.49 - - [2025-09-11 02:07:50] "DELETE /access-control-list/e1939fa2-c1ad-4c60-932f-72776275c998 HTTP/1.1" 200 115 0.040790 10.0.0.49 - - [2025-09-11 02:07:51] "DELETE /project/1e35d764-f1a4-4581-a85e-5165f50309a1 HTTP/1.1" 404 177 0.007996 10.0.0.49 - - [2025-09-11 02:07:51] "DELETE /project/4f06e98e60a44c7d8e709f7f335e4b27 HTTP/1.1" 404 173 0.007424 10.0.0.49 - - [2025-09-11 02:07:51] "DELETE /project/8dd75237bb954f16b3ae0e1c2521fd0f HTTP/1.1" 404 173 0.013789 10.0.0.49 - - [2025-09-11 02:07:51] "GET /projects?obj_uuids=8dd75237-bb95-4f16-b3ae-0e1c2521fd0f&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001340 10.0.0.49 - - [2025-09-11 02:07:51] "GET /project/8dd75237-bb95-4f16-b3ae-0e1c2521fd0f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1505 0.051415 10.0.0.49 - - [2025-09-11 02:07:51] "GET /projects?obj_uuids=8dd75237-bb95-4f16-b3ae-0e1c2521fd0f&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001083 10.0.0.49 - - [2025-09-11 02:07:51] "GET /project/8dd75237-bb95-4f16-b3ae-0e1c2521fd0f?fields=security_groups HTTP/1.1" 200 1391 0.040245 10.0.0.49 - - [2025-09-11 02:07:51] "DELETE /security-group/0a7c1bb8-73fd-43b8-8f83-f4045bd55e22 HTTP/1.1" 200 115 0.080101 10.0.0.49 - - [2025-09-11 02:07:51] "GET /projects?obj_uuids=8dd75237-bb95-4f16-b3ae-0e1c2521fd0f&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001381 10.0.0.49 - - [2025-09-11 02:07:51] "GET /project/8dd75237-bb95-4f16-b3ae-0e1c2521fd0f?fields=application_policy_sets HTTP/1.1" 200 1430 0.067305 10.0.0.49 - - [2025-09-11 02:07:51] "DELETE /access-control-list/befcf729-69ec-4ec9-ac85-c46d265c9ed0 HTTP/1.1" 200 115 0.058280 10.0.0.49 - - [2025-09-11 02:07:52] "DELETE /project/8dd75237-bb95-4f16-b3ae-0e1c2521fd0f HTTP/1.1" 200 115 0.445529 10.0.0.49 - - [2025-09-11 02:07:53] "GET /projects?obj_uuids=4f06e98e-60a4-4c7d-8e70-9f7f335e4b27&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000977 10.0.0.249 - - [2025-09-11 02:07:53] "GET /project/4f06e98e-60a4-4c7d-8e70-9f7f335e4b27?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.061368 10.0.0.249 - - [2025-09-11 02:07:53] "POST /neutron/port HTTP/1.1" 200 117 0.006010 10.0.0.249 - - [2025-09-11 02:07:54] "POST /id-to-fqname HTTP/1.1" 200 233 0.001290 10.0.0.249 - - [2025-09-11 02:07:54] "POST /neutron/network HTTP/1.1" 200 846 0.006809 10.0.0.249 - - [2025-09-11 02:07:54] "POST /neutron/port HTTP/1.1" 200 1072 0.020089 10.0.0.49 - - [2025-09-11 02:07:55] "GET /projects?obj_uuids=4f06e98e-60a4-4c7d-8e70-9f7f335e4b27&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000996 10.0.0.249 - - [2025-09-11 02:07:55] "GET /project/4f06e98e-60a4-4c7d-8e70-9f7f335e4b27?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.083853 10.0.0.249 - - [2025-09-11 02:07:55] "POST /neutron/port HTTP/1.1" 200 1100 0.019112 10.0.0.249 - - [2025-09-11 02:07:55] "POST /neutron/subnet HTTP/1.1" 200 698 0.011548 10.0.0.249 - - [2025-09-11 02:07:55] "POST /neutron/port HTTP/1.1" 200 1100 0.017535 10.0.0.249 - - [2025-09-11 02:07:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.005364 10.0.0.49 - - [2025-09-11 02:07:55] "GET /projects?obj_uuids=4f06e98e-60a4-4c7d-8e70-9f7f335e4b27&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001254 10.0.0.249 - - [2025-09-11 02:07:55] "GET /project/4f06e98e-60a4-4c7d-8e70-9f7f335e4b27?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.045367 10.0.0.249 - - [2025-09-11 02:07:55] "GET /virtual-network/ba2775bc-0ad9-46ed-bd35-11f44273d1b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.007217 10.0.0.249 - - [2025-09-11 02:07:55] "GET /floating-ip-pools?parent_id=ba2775bc-0ad9-46ed-bd35-11f44273d1b1&detail=False&count=False&shared=False HTTP/1.1" 200 133 0.003340 10.0.0.249 - - [2025-09-11 02:07:55] "GET /virtual-network/ba2775bc-0ad9-46ed-bd35-11f44273d1b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.005537 10.0.0.249 - - [2025-09-11 02:07:55] "POST /floating-ip-pools HTTP/1.1" 200 609 0.039005 10.0.0.249 - - [2025-09-11 02:07:55] "POST /ref-update HTTP/1.1" 200 156 0.015752 10.0.0.249 - - [2025-09-11 02:07:55] "GET /virtual-network/ba2775bc-0ad9-46ed-bd35-11f44273d1b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.006915 10.0.0.249 - - [2025-09-11 02:07:55] "POST /neutron/network HTTP/1.1" 200 846 0.007151 10.0.0.249 - - [2025-09-11 02:07:56] "GET /virtual-network/ba2775bc-0ad9-46ed-bd35-11f44273d1b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.006209 10.0.0.249 - - [2025-09-11 02:07:56] "POST /neutron/security_group HTTP/1.1" 200 2070 0.011809 10.0.0.249 - - [2025-09-11 02:07:56] "POST /neutron/port HTTP/1.1" 200 1124 0.114402 10.0.0.249 - - [2025-09-11 02:07:56] "POST /neutron/subnet HTTP/1.1" 200 689 0.011466 10.0.0.49 - - [2025-09-11 02:07:58] "GET /obj-perms HTTP/1.1" 200 5075 0.058202 10.0.0.249 - - [2025-09-11 02:08:01] "POST /neutron/port HTTP/1.1" 200 1100 0.019353 10.0.0.249 - - [2025-09-11 02:08:06] "POST /neutron/security_group HTTP/1.1" 200 2070 0.006684 10.0.0.249 - - [2025-09-11 02:08:16] "POST /neutron/port HTTP/1.1" 200 1100 0.014741 10.0.0.249 - - [2025-09-11 02:08:21] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007208 10.0.0.249 - - [2025-09-11 02:08:32] "POST /neutron/port HTTP/1.1" 200 1100 0.016355 10.0.0.249 - - [2025-09-11 02:08:37] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007537 10.0.0.249 - - [2025-09-11 02:08:47] "POST /neutron/port HTTP/1.1" 200 1100 0.015015 10.0.0.249 - - [2025-09-11 02:08:47] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007709 10.0.0.249 - - [2025-09-11 02:08:47] "GET /virtual-machine/34fa9d6f-15f5-4ffd-acad-2257395319b8 HTTP/1.1" 401 293 0.000512 10.0.0.249 - - [2025-09-11 02:08:47] "GET /virtual-machine/34fa9d6f-15f5-4ffd-acad-2257395319b8 HTTP/1.1" 200 1304 0.027500 10.0.0.249 - - [2025-09-11 02:08:47] "GET /virtual-machine-interface/c1498859-9162-4a61-858f-ed74eaaab34c HTTP/1.1" 200 3004 0.005604 10.0.0.249 - - [2025-09-11 02:08:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003505 10.0.0.249 - - [2025-09-11 02:08:47] "GET /global-vrouter-config/34ac33d4-7223-40b7-b082-da1d7603178b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003555 10.0.0.249 - - [2025-09-11 02:08:47] "GET /virtual-networks?parent_id=4f06e98e-60a4-4c7d-8e70-9f7f335e4b27&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.002902 10.0.0.249 - - [2025-09-11 02:08:47] "GET /virtual-network/1c3125d8-5ba2-48aa-8e56-566aedae78f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.005623 10.0.0.249 - - [2025-09-11 02:08:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004085 10.0.0.249 - - [2025-09-11 02:08:51] "GET /virtual-network/1c3125d8-5ba2-48aa-8e56-566aedae78f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.006627 10.0.0.249 - - [2025-09-11 02:08:54] "POST /neutron/port HTTP/1.1" 200 1100 0.038714 10.0.0.249 - - [2025-09-11 02:08:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003529 10.0.0.249 - - [2025-09-11 02:08:55] "GET /virtual-network/1c3125d8-5ba2-48aa-8e56-566aedae78f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.006255 10.0.0.249 - - [2025-09-11 02:08:55] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003665 10.0.0.249 - - [2025-09-11 02:08:55] "POST /neutron/network HTTP/1.1" 200 838 0.007510 10.0.0.249 - - [2025-09-11 02:08:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003707 10.0.0.249 - - [2025-09-11 02:08:59] "GET /virtual-network/1c3125d8-5ba2-48aa-8e56-566aedae78f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.006081 10.0.0.249 - - [2025-09-11 02:09:00] "POST /neutron/network HTTP/1.1" 200 846 0.010773 10.0.0.249 - - [2025-09-11 02:09:00] "POST /neutron/port HTTP/1.1" 200 117 0.001090 10.0.0.249 - - [2025-09-11 02:09:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003611 10.0.0.249 - - [2025-09-11 02:09:03] "GET /virtual-network/1c3125d8-5ba2-48aa-8e56-566aedae78f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.005662 10.0.0.249 - - [2025-09-11 02:09:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004334 10.0.0.249 - - [2025-09-11 02:09:07] "GET /virtual-network/1c3125d8-5ba2-48aa-8e56-566aedae78f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.006721 10.0.0.249 - - [2025-09-11 02:09:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003906 10.0.0.249 - - [2025-09-11 02:09:11] "GET /virtual-network/1c3125d8-5ba2-48aa-8e56-566aedae78f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.006948 10.0.0.249 - - [2025-09-11 02:09:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004275 10.0.0.249 - - [2025-09-11 02:09:15] "GET /virtual-network/1c3125d8-5ba2-48aa-8e56-566aedae78f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.005965 10.0.0.249 - - [2025-09-11 02:09:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003721 10.0.0.249 - - [2025-09-11 02:09:19] "GET /virtual-network/1c3125d8-5ba2-48aa-8e56-566aedae78f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.005027 10.0.0.249 - - [2025-09-11 02:09:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003245 10.0.0.249 - - [2025-09-11 02:09:21] "GET /global-vrouter-config/34ac33d4-7223-40b7-b082-da1d7603178b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003800 10.0.0.249 - - [2025-09-11 02:09:21] "GET /virtual-networks?parent_id=4f06e98e-60a4-4c7d-8e70-9f7f335e4b27&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.003035 10.0.0.249 - - [2025-09-11 02:09:21] "GET /virtual-network/1c3125d8-5ba2-48aa-8e56-566aedae78f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.005499 10.0.0.249 - - [2025-09-11 02:09:21] "POST /neutron/security_group HTTP/1.1" 200 2070 0.008901 10.0.0.249 - - [2025-09-11 02:09:31] "POST /neutron/port HTTP/1.1" 200 1100 0.015306 10.0.0.249 - - [2025-09-11 02:09:35] "POST /neutron/security_group HTTP/1.1" 200 2070 0.031725 10.0.0.249 - - [2025-09-11 02:09:42] "POST /neutron/port HTTP/1.1" 200 1100 0.015124 10.0.0.249 - - [2025-09-11 02:09:43] "POST /neutron/security_group HTTP/1.1" 200 2070 0.006297 10.0.0.249 - - [2025-09-11 02:09:47] "POST /neutron/floatingip HTTP/1.1" 200 528 0.008372 10.0.0.249 - - [2025-09-11 02:09:47] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007308 10.0.0.249 - - [2025-09-11 02:09:47] "POST /neutron/port HTTP/1.1" 200 1098 0.024153 10.0.0.249 - - [2025-09-11 02:09:47] "GET /virtual-machine/ce7e5931-d957-4e47-9a46-59e0b1bbdb76 HTTP/1.1" 200 1305 0.005647 10.0.0.249 - - [2025-09-11 02:09:47] "GET /virtual-machine-interface/ecece969-62d2-49af-b5f5-ca5cf1ce4911 HTTP/1.1" 200 3005 0.007927 10.0.0.249 - - [2025-09-11 02:09:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003161 10.0.0.249 - - [2025-09-11 02:09:47] "GET /global-vrouter-config/34ac33d4-7223-40b7-b082-da1d7603178b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003423 10.0.0.249 - - [2025-09-11 02:09:47] "GET /virtual-networks?parent_id=4f06e98e-60a4-4c7d-8e70-9f7f335e4b27&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.002828 10.0.0.249 - - [2025-09-11 02:09:47] "GET /virtual-network/ba2775bc-0ad9-46ed-bd35-11f44273d1b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.005168 10.0.0.249 - - [2025-09-11 02:09:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003698 10.0.0.249 - - [2025-09-11 02:09:48] "GET /global-vrouter-config/34ac33d4-7223-40b7-b082-da1d7603178b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004147 10.0.0.249 - - [2025-09-11 02:09:48] "GET /virtual-networks?parent_id=4f06e98e-60a4-4c7d-8e70-9f7f335e4b27&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.002994 10.0.0.249 - - [2025-09-11 02:09:48] "GET /virtual-network/ba2775bc-0ad9-46ed-bd35-11f44273d1b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.005638 10.0.0.249 - - [2025-09-11 02:09:49] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007318 10.0.0.249 - - [2025-09-11 02:09:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003643 10.0.0.249 - - [2025-09-11 02:09:54] "GET /routing-instance/7ff3ce55-49e8-48f2-9976-3f1572757dcd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1491 0.005598 10.0.0.249 - - [2025-09-11 02:09:54] "GET /route-target/b1400fa6-a6a8-4044-a315-84a9fab82564?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.003986 10.0.0.249 - - [2025-09-11 02:09:55] "POST /neutron/port HTTP/1.1" 200 1100 0.015237 10.0.0.249 - - [2025-09-11 02:09:56] "POST /neutron/subnet HTTP/1.1" 200 698 0.007902 10.0.0.22 - - [2025-09-11 02:10:00] "GET /obj-perms HTTP/1.1" 200 5075 0.073804 10.0.0.249 - - [2025-09-11 02:10:00] "POST /neutron/port HTTP/1.1" 200 1098 0.042231 10.0.0.249 - - [2025-09-11 02:10:00] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004223 10.0.0.249 - - [2025-09-11 02:10:00] "POST /neutron/network HTTP/1.1" 200 836 0.006773 10.0.0.249 - - [2025-09-11 02:10:10] "POST /neutron/floatingip HTTP/1.1" 200 528 0.009029 10.0.0.249 - - [2025-09-11 02:10:10] "GET /floating-ip-pool/a787f5df-f98a-47d7-b760-f1bc2eed853e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1207 0.004294 10.0.0.249 - - [2025-09-11 02:10:10] "POST /ref-update HTTP/1.1" 200 156 0.013674 10.0.0.249 - - [2025-09-11 02:10:10] "DELETE /floating-ip-pool/a787f5df-f98a-47d7-b760-f1bc2eed853e HTTP/1.1" 200 115 0.044893 10.0.0.249 - - [2025-09-11 02:10:10] "POST /neutron/network HTTP/1.1" 400 204 0.013482 10.0.0.249 - - [2025-09-11 02:10:11] "POST /neutron/port HTTP/1.1" 200 1124 0.013417 10.0.0.249 - - [2025-09-11 02:10:11] "POST /neutron/port HTTP/1.1" 200 151 0.298498 10.0.0.249 - - [2025-09-11 02:10:13] "POST /neutron/network HTTP/1.1" 200 836 0.008051 10.0.0.49 - - [2025-09-11 02:10:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.031048 10.0.0.49 - - [2025-09-11 02:10:14] "GET /projects?obj_uuids=4f06e98e-60a4-4c7d-8e70-9f7f335e4b27&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.022487 10.0.0.249 - - [2025-09-11 02:10:14] "GET /project/4f06e98e-60a4-4c7d-8e70-9f7f335e4b27?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.088128 10.0.0.49 - - [2025-09-11 02:10:14] "GET /projects?obj_uuids=4f06e98e-60a4-4c7d-8e70-9f7f335e4b27&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001081 10.0.0.249 - - [2025-09-11 02:10:14] "GET /project/4f06e98e-60a4-4c7d-8e70-9f7f335e4b27?fields=virtual_networks HTTP/1.1" 200 1056 0.053082 10.0.0.49 - - [2025-09-11 02:10:14] "GET /projects?obj_uuids=4f06e98e-60a4-4c7d-8e70-9f7f335e4b27&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001110 10.0.0.249 - - [2025-09-11 02:10:14] "GET /project/4f06e98e-60a4-4c7d-8e70-9f7f335e4b27?fields=virtual_machine_interfaces HTTP/1.1" 200 1056 0.044482 10.0.0.49 - - [2025-09-11 02:10:15] "GET /projects?obj_uuids=4f06e98e-60a4-4c7d-8e70-9f7f335e4b27&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000931 10.0.0.249 - - [2025-09-11 02:10:15] "GET /project/4f06e98e-60a4-4c7d-8e70-9f7f335e4b27?fields=security_groups HTTP/1.1" 200 1294 0.037848 10.0.0.249 - - [2025-09-11 02:10:15] "POST /fqname-to-id HTTP/1.1" 404 188 0.024367 10.0.0.49 - - [2025-09-11 02:10:15] "GET /projects?obj_uuids=07d46d86-c28c-440d-b864-104e2badbb07&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003137 10.0.0.49 - - [2025-09-11 02:10:15] "GET /domains?obj_uuids=6cefd47d-baca-4df6-a10c-ec963319da07&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000994 10.0.0.49 - - [2025-09-11 02:10:15] "GET /domain/6cefd47d-baca-4df6-a10c-ec963319da07?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.029566 10.0.0.49 - - [2025-09-11 02:10:16] "POST /id-to-fqname HTTP/1.1" 200 190 0.004484 10.0.0.49 - - [2025-09-11 02:10:16] "POST /fqname-to-id HTTP/1.1" 404 199 0.009400 10.0.0.49 - - [2025-09-11 02:10:16] "POST /security-groups HTTP/1.1" 200 591 0.029995 10.0.0.49 - - [2025-09-11 02:10:16] "POST /projects HTTP/1.1" 200 585 0.252703 10.0.0.49 - - [2025-09-11 02:10:16] "POST /access-control-lists HTTP/1.1" 200 596 0.024864 10.0.0.49 - - [2025-09-11 02:10:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.324753 10.0.0.249 - - [2025-09-11 02:10:16] "GET /project/07d46d86-c28c-440d-b864-104e2badbb07?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.484581 10.0.0.249 - - [2025-09-11 02:10:17] "GET / HTTP/1.1" 200 35931 0.001343 10.0.0.49 - - [2025-09-11 02:10:20] "GET /projects?obj_uuids=07d46d86-c28c-440d-b864-104e2badbb07&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001356 10.0.0.249 - - [2025-09-11 02:10:20] "GET /project/07d46d86-c28c-440d-b864-104e2badbb07?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.044038 10.0.0.49 - - [2025-09-11 02:10:20] "GET /projects?obj_uuids=07d46d86-c28c-440d-b864-104e2badbb07&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000956 10.0.0.249 - - [2025-09-11 02:10:20] "GET /project/07d46d86-c28c-440d-b864-104e2badbb07?fields=virtual_networks HTTP/1.1" 200 1031 0.038368 10.0.0.49 - - [2025-09-11 02:10:20] "GET /projects?obj_uuids=07d46d86-c28c-440d-b864-104e2badbb07&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001518 10.0.0.249 - - [2025-09-11 02:10:20] "GET /project/07d46d86-c28c-440d-b864-104e2badbb07?fields=virtual_machine_interfaces HTTP/1.1" 200 1031 0.036766 10.0.0.49 - - [2025-09-11 02:10:20] "GET /projects?obj_uuids=07d46d86-c28c-440d-b864-104e2badbb07&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000925 10.0.0.249 - - [2025-09-11 02:10:20] "GET /project/07d46d86-c28c-440d-b864-104e2badbb07?fields=security_groups HTTP/1.1" 200 1257 0.043019 10.0.0.249 - - [2025-09-11 02:10:21] "POST /fqname-to-id HTTP/1.1" 404 183 0.029634 10.0.0.49 - - [2025-09-11 02:10:21] "GET /projects?obj_uuids=3f68b9f8-6f57-4715-92cc-18420e1432c9&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003263 10.0.0.49 - - [2025-09-11 02:10:21] "GET /domains?obj_uuids=6cefd47d-baca-4df6-a10c-ec963319da07&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001198 10.0.0.49 - - [2025-09-11 02:10:21] "GET /domain/6cefd47d-baca-4df6-a10c-ec963319da07?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.009495 10.0.0.49 - - [2025-09-11 02:10:21] "POST /id-to-fqname HTTP/1.1" 200 185 0.008202 10.0.0.49 - - [2025-09-11 02:10:21] "POST /fqname-to-id HTTP/1.1" 404 194 0.004459 10.0.0.49 - - [2025-09-11 02:10:21] "POST /security-groups HTTP/1.1" 200 586 0.027957 10.0.0.49 - - [2025-09-11 02:10:21] "POST /fqname-to-id HTTP/1.1" 404 229 0.003228 10.0.0.49 - - [2025-09-11 02:10:21] "POST /projects HTTP/1.1" 200 575 0.246558 10.0.0.49 - - [2025-09-11 02:10:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.321451 10.0.0.49 - - [2025-09-11 02:10:21] "POST /access-control-lists HTTP/1.1" 200 589 0.027868 10.0.0.249 - - [2025-09-11 02:10:22] "GET /project/3f68b9f8-6f57-4715-92cc-18420e1432c9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1343 0.470855 10.0.0.249 - - [2025-09-11 02:10:23] "GET / HTTP/1.1" 200 35931 0.001295 10.0.0.49 - - [2025-09-11 02:10:28] "GET /projects?obj_uuids=3f68b9f8-6f57-4715-92cc-18420e1432c9&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001031 10.0.0.249 - - [2025-09-11 02:10:28] "GET /project/3f68b9f8-6f57-4715-92cc-18420e1432c9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1343 0.047758 10.0.0.49 - - [2025-09-11 02:10:28] "GET /projects?obj_uuids=3f68b9f8-6f57-4715-92cc-18420e1432c9&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001166 10.0.0.249 - - [2025-09-11 02:10:28] "GET /project/3f68b9f8-6f57-4715-92cc-18420e1432c9?fields=virtual_networks HTTP/1.1" 200 1022 0.067837 10.0.0.49 - - [2025-09-11 02:10:28] "GET /projects?obj_uuids=3f68b9f8-6f57-4715-92cc-18420e1432c9&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001368 10.0.0.249 - - [2025-09-11 02:10:28] "GET /project/3f68b9f8-6f57-4715-92cc-18420e1432c9?fields=virtual_machine_interfaces HTTP/1.1" 200 1022 0.045967 10.0.0.49 - - [2025-09-11 02:10:29] "GET /projects?obj_uuids=3f68b9f8-6f57-4715-92cc-18420e1432c9&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001194 10.0.0.249 - - [2025-09-11 02:10:29] "GET /project/3f68b9f8-6f57-4715-92cc-18420e1432c9?fields=security_groups HTTP/1.1" 200 1243 0.050257 10.0.0.249 - - [2025-09-11 02:10:29] "POST /fqname-to-id HTTP/1.1" 404 187 0.026837 10.0.0.49 - - [2025-09-11 02:10:29] "GET /projects?obj_uuids=d5655bb1-1ada-409a-945e-774253095493&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002819 10.0.0.49 - - [2025-09-11 02:10:29] "GET /domains?obj_uuids=6cefd47d-baca-4df6-a10c-ec963319da07&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000815 10.0.0.49 - - [2025-09-11 02:10:29] "GET /domain/6cefd47d-baca-4df6-a10c-ec963319da07?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006493 10.0.0.49 - - [2025-09-11 02:10:30] "POST /id-to-fqname HTTP/1.1" 200 189 0.003270 10.0.0.49 - - [2025-09-11 02:10:30] "POST /fqname-to-id HTTP/1.1" 404 198 0.010069 10.0.0.49 - - [2025-09-11 02:10:30] "POST /security-groups HTTP/1.1" 200 590 0.029197 10.0.0.49 - - [2025-09-11 02:10:30] "POST /projects HTTP/1.1" 200 583 0.247733 10.0.0.49 - - [2025-09-11 02:10:30] "POST /fqname-to-id HTTP/1.1" 404 232 0.011041 10.0.0.49 - - [2025-09-11 02:10:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.321376 10.0.0.249 - - [2025-09-11 02:10:30] "GET /project/d5655bb1-1ada-409a-945e-774253095493?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1360 0.451851 10.0.0.249 - - [2025-09-11 02:10:31] "GET / HTTP/1.1" 200 35931 0.001883 10.0.0.49 - - [2025-09-11 02:10:34] "GET /projects?obj_uuids=d5655bb1-1ada-409a-945e-774253095493&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.000964 10.0.0.249 - - [2025-09-11 02:10:34] "GET /project/d5655bb1-1ada-409a-945e-774253095493?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1360 0.044132 10.0.0.49 - - [2025-09-11 02:10:34] "GET /projects?obj_uuids=d5655bb1-1ada-409a-945e-774253095493&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.000933 10.0.0.249 - - [2025-09-11 02:10:34] "GET /project/d5655bb1-1ada-409a-945e-774253095493?fields=virtual_networks HTTP/1.1" 200 1031 0.043500 10.0.0.49 - - [2025-09-11 02:10:34] "GET /projects?obj_uuids=d5655bb1-1ada-409a-945e-774253095493&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001218 10.0.0.249 - - [2025-09-11 02:10:34] "GET /project/d5655bb1-1ada-409a-945e-774253095493?fields=virtual_machine_interfaces HTTP/1.1" 200 1031 0.046371 10.0.0.49 - - [2025-09-11 02:10:34] "GET /projects?obj_uuids=d5655bb1-1ada-409a-945e-774253095493&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.000954 10.0.0.249 - - [2025-09-11 02:10:34] "GET /project/d5655bb1-1ada-409a-945e-774253095493?fields=security_groups HTTP/1.1" 200 1256 0.050496 10.0.0.249 - - [2025-09-11 02:10:35] "POST /fqname-to-id HTTP/1.1" 404 188 0.024490 10.0.0.49 - - [2025-09-11 02:10:35] "GET /projects?obj_uuids=0344fb35-a1cb-4c01-8fa1-ff5c8989cb04&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003277 10.0.0.49 - - [2025-09-11 02:10:35] "GET /domains?obj_uuids=6cefd47d-baca-4df6-a10c-ec963319da07&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001406 10.0.0.49 - - [2025-09-11 02:10:35] "GET /domain/6cefd47d-baca-4df6-a10c-ec963319da07?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.009394 10.0.0.49 - - [2025-09-11 02:10:35] "POST /id-to-fqname HTTP/1.1" 200 190 0.001271 10.0.0.49 - - [2025-09-11 02:10:35] "POST /fqname-to-id HTTP/1.1" 404 199 0.005930 10.0.0.49 - - [2025-09-11 02:10:35] "POST /security-groups HTTP/1.1" 200 591 0.070056 10.0.0.49 - - [2025-09-11 02:10:35] "POST /projects HTTP/1.1" 200 585 0.285949 10.0.0.49 - - [2025-09-11 02:10:36] "POST /access-control-lists HTTP/1.1" 200 596 0.028978 10.0.0.49 - - [2025-09-11 02:10:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.356524 10.0.0.249 - - [2025-09-11 02:10:36] "GET /project/0344fb35-a1cb-4c01-8fa1-ff5c8989cb04?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.492282 10.0.0.249 - - [2025-09-11 02:10:37] "GET / HTTP/1.1" 200 35931 0.001564 10.0.0.49 - - [2025-09-11 02:10:40] "GET /projects?obj_uuids=0344fb35-a1cb-4c01-8fa1-ff5c8989cb04&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001013 10.0.0.249 - - [2025-09-11 02:10:40] "GET /project/0344fb35-a1cb-4c01-8fa1-ff5c8989cb04?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.039400 10.0.0.49 - - [2025-09-11 02:10:40] "GET /projects?obj_uuids=0344fb35-a1cb-4c01-8fa1-ff5c8989cb04&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000952 10.0.0.249 - - [2025-09-11 02:10:40] "GET /project/0344fb35-a1cb-4c01-8fa1-ff5c8989cb04?fields=virtual_networks HTTP/1.1" 200 1031 0.044828 10.0.0.49 - - [2025-09-11 02:10:40] "GET /projects?obj_uuids=0344fb35-a1cb-4c01-8fa1-ff5c8989cb04&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001248 10.0.0.249 - - [2025-09-11 02:10:40] "GET /project/0344fb35-a1cb-4c01-8fa1-ff5c8989cb04?fields=virtual_machine_interfaces HTTP/1.1" 200 1031 0.036736 10.0.0.49 - - [2025-09-11 02:10:40] "GET /projects?obj_uuids=0344fb35-a1cb-4c01-8fa1-ff5c8989cb04&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000959 10.0.0.249 - - [2025-09-11 02:10:40] "GET /project/0344fb35-a1cb-4c01-8fa1-ff5c8989cb04?fields=security_groups HTTP/1.1" 200 1257 0.044091 10.0.0.249 - - [2025-09-11 02:10:41] "POST /fqname-to-id HTTP/1.1" 404 192 0.025288 10.0.0.49 - - [2025-09-11 02:10:41] "GET /projects?obj_uuids=7dc90e94-aecb-4745-8165-d22d520cfe3d&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003011 10.0.0.49 - - [2025-09-11 02:10:41] "GET /domains?obj_uuids=6cefd47d-baca-4df6-a10c-ec963319da07&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000906 10.0.0.49 - - [2025-09-11 02:10:41] "GET /domain/6cefd47d-baca-4df6-a10c-ec963319da07?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007199 10.0.0.49 - - [2025-09-11 02:10:41] "POST /id-to-fqname HTTP/1.1" 200 194 0.021562 10.0.0.49 - - [2025-09-11 02:10:41] "POST /fqname-to-id HTTP/1.1" 404 203 0.007399 10.0.0.49 - - [2025-09-11 02:10:41] "POST /security-groups HTTP/1.1" 200 595 0.032391 10.0.0.49 - - [2025-09-11 02:10:41] "POST /fqname-to-id HTTP/1.1" 404 238 0.005363 10.0.0.49 - - [2025-09-11 02:10:41] "POST /projects HTTP/1.1" 200 593 0.305198 10.0.0.49 - - [2025-09-11 02:10:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.381468 10.0.0.49 - - [2025-09-11 02:10:41] "POST /access-control-lists HTTP/1.1" 200 598 0.025877 10.0.0.249 - - [2025-09-11 02:10:41] "GET /project/7dc90e94-aecb-4745-8165-d22d520cfe3d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.520834 10.0.0.249 - - [2025-09-11 02:10:43] "GET / HTTP/1.1" 200 35931 0.001499 10.0.0.49 - - [2025-09-11 02:10:46] "GET /projects?obj_uuids=7dc90e94-aecb-4745-8165-d22d520cfe3d&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000971 10.0.0.249 - - [2025-09-11 02:10:46] "GET /project/7dc90e94-aecb-4745-8165-d22d520cfe3d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.057975 10.0.0.49 - - [2025-09-11 02:10:46] "GET /projects?obj_uuids=7dc90e94-aecb-4745-8165-d22d520cfe3d&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000883 10.0.0.249 - - [2025-09-11 02:10:46] "GET /project/7dc90e94-aecb-4745-8165-d22d520cfe3d?fields=virtual_networks HTTP/1.1" 200 1039 0.049180 10.0.0.49 - - [2025-09-11 02:10:46] "GET /projects?obj_uuids=7dc90e94-aecb-4745-8165-d22d520cfe3d&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000969 10.0.0.249 - - [2025-09-11 02:10:46] "GET /project/7dc90e94-aecb-4745-8165-d22d520cfe3d?fields=virtual_machine_interfaces HTTP/1.1" 200 1039 0.042304 10.0.0.49 - - [2025-09-11 02:10:46] "GET /projects?obj_uuids=7dc90e94-aecb-4745-8165-d22d520cfe3d&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000890 10.0.0.249 - - [2025-09-11 02:10:46] "GET /project/7dc90e94-aecb-4745-8165-d22d520cfe3d?fields=security_groups HTTP/1.1" 200 1269 0.037425 10.0.0.249 - - [2025-09-11 02:10:47] "POST /fqname-to-id HTTP/1.1" 404 183 0.024288 10.0.0.49 - - [2025-09-11 02:10:47] "GET /projects?obj_uuids=62686ac1-fb15-40b5-b218-9c02e1e271fb&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003033 10.0.0.49 - - [2025-09-11 02:10:47] "GET /domains?obj_uuids=6cefd47d-baca-4df6-a10c-ec963319da07&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001045 10.0.0.49 - - [2025-09-11 02:10:47] "GET /domain/6cefd47d-baca-4df6-a10c-ec963319da07?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007591 10.0.0.49 - - [2025-09-11 02:10:47] "POST /id-to-fqname HTTP/1.1" 200 185 0.003161 10.0.0.49 - - [2025-09-11 02:10:47] "POST /fqname-to-id HTTP/1.1" 404 194 0.005240 10.0.0.49 - - [2025-09-11 02:10:47] "POST /security-groups HTTP/1.1" 200 586 0.069695 10.0.0.49 - - [2025-09-11 02:10:47] "POST /projects HTTP/1.1" 200 575 0.266918 10.0.0.49 - - [2025-09-11 02:10:47] "POST /fqname-to-id HTTP/1.1" 404 228 0.006544 10.0.0.49 - - [2025-09-11 02:10:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.333624 10.0.0.249 - - [2025-09-11 02:10:47] "GET /project/62686ac1-fb15-40b5-b218-9c02e1e271fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1343 0.470542 10.0.0.249 - - [2025-09-11 02:10:48] "GET / HTTP/1.1" 200 35931 0.001959 10.0.0.249 - - [2025-09-11 02:10:49] "POST /fqname-to-id HTTP/1.1" 404 193 0.004008 10.0.0.49 - - [2025-09-11 02:10:49] "POST /access-control-lists HTTP/1.1" 200 590 0.026687 10.0.0.49 - - [2025-09-11 02:10:49] "GET /projects?obj_uuids=31f5dad8-4492-4999-8ba2-fc70cb165c85&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001436 10.0.0.249 - - [2025-09-11 02:10:49] "POST /neutron/security_group_rule HTTP/1.1" 200 2549 0.064104 10.0.0.249 - - [2025-09-11 02:10:50] "POST /neutron/security_group_rule HTTP/1.1" 200 534 0.029126 10.0.0.49 - - [2025-09-11 02:10:50] "PUT /access-control-list/6ff7c4d8-a175-44fb-a3ba-d2fb687b670f HTTP/1.1" 200 272 0.016547 10.0.0.249 - - [2025-09-11 02:10:50] "POST /fqname-to-id HTTP/1.1" 404 193 0.006094 10.0.0.49 - - [2025-09-11 02:10:50] "POST /fqname-to-id HTTP/1.1" 404 228 0.003316 10.0.0.49 - - [2025-09-11 02:10:50] "POST /access-control-lists HTTP/1.1" 200 588 0.039753 10.0.0.49 - - [2025-09-11 02:10:50] "DELETE /access-control-list/ef271d2d-008c-47ff-bf86-156d8f5ef658 HTTP/1.1" 200 115 0.042258 10.0.0.49 - - [2025-09-11 02:10:50] "GET /projects?obj_uuids=31f5dad8-4492-4999-8ba2-fc70cb165c85&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.002589 10.0.0.249 - - [2025-09-11 02:10:50] "POST /neutron/security_group_rule HTTP/1.1" 200 2549 0.107719 10.0.0.49 - - [2025-09-11 02:10:51] "PUT /access-control-list/18866b2c-8b88-4818-8cd2-859f6462c06a HTTP/1.1" 200 272 0.025031 10.0.0.249 - - [2025-09-11 02:10:51] "POST /neutron/security_group_rule HTTP/1.1" 200 534 0.036178 10.0.0.249 - - [2025-09-11 02:10:51] "POST /fqname-to-id HTTP/1.1" 401 293 0.004758 10.0.0.249 - - [2025-09-11 02:10:51] "POST /fqname-to-id HTTP/1.1" 404 210 0.031462 10.0.0.49 - - [2025-09-11 02:10:51] "POST /access-control-lists HTTP/1.1" 200 607 0.026247 10.0.0.49 - - [2025-09-11 02:10:51] "PUT /access-control-list/beef3559-caf4-44cd-95ec-ea39eb00d8bf HTTP/1.1" 200 272 0.011465 10.0.0.49 - - [2025-09-11 02:10:52] "GET /projects?obj_uuids=62686ac1-fb15-40b5-b218-9c02e1e271fb&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.004525 10.0.0.249 - - [2025-09-11 02:10:52] "POST /neutron/security_group_rule HTTP/1.1" 200 2608 0.090377 10.0.0.49 - - [2025-09-11 02:10:52] "DELETE /project/4f06e98e-60a4-4c7d-8e70-9f7f335e4b27 HTTP/1.1" 404 177 0.022234 10.0.0.49 - - [2025-09-11 02:10:52] "DELETE /project/d5655bb11ada409a945e774253095493 HTTP/1.1" 404 173 0.025069 10.0.0.49 - - [2025-09-11 02:10:52] "DELETE /project/62686ac1fb1540b5b2189c02e1e271fb HTTP/1.1" 404 173 0.027249 10.0.0.49 - - [2025-09-11 02:10:52] "DELETE /project/07d46d86c28c440db864104e2badbb07 HTTP/1.1" 404 173 0.011284 10.0.0.49 - - [2025-09-11 02:10:52] "DELETE /project/3f68b9f86f57471592cc18420e1432c9 HTTP/1.1" 404 173 0.016919 10.0.0.49 - - [2025-09-11 02:10:52] "DELETE /project/0344fb35a1cb4c018fa1ff5c8989cb04 HTTP/1.1" 404 173 0.018490 10.0.0.49 - - [2025-09-11 02:10:52] "GET /projects?obj_uuids=7dc90e94-aecb-4745-8165-d22d520cfe3d&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001557 10.0.0.49 - - [2025-09-11 02:10:52] "GET /projects?obj_uuids=d5655bb1-1ada-409a-945e-774253095493&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.000881 10.0.0.49 - - [2025-09-11 02:10:52] "GET /projects?obj_uuids=07d46d86-c28c-440d-b864-104e2badbb07&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000811 10.0.0.49 - - [2025-09-11 02:10:52] "GET /projects?obj_uuids=0344fb35-a1cb-4c01-8fa1-ff5c8989cb04&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001086 10.0.0.49 - - [2025-09-11 02:10:52] "DELETE /project/7dc90e94aecb47458165d22d520cfe3d HTTP/1.1" 404 173 0.011992 10.0.0.49 - - [2025-09-11 02:10:52] "GET /projects?obj_uuids=3f68b9f8-6f57-4715-92cc-18420e1432c9&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001283 10.0.0.49 - - [2025-09-11 02:10:52] "GET /project/0344fb35-a1cb-4c01-8fa1-ff5c8989cb04?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1467 0.111921 10.0.0.49 - - [2025-09-11 02:10:52] "GET /project/d5655bb1-1ada-409a-945e-774253095493?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1465 0.141989 10.0.0.49 - - [2025-09-11 02:10:52] "GET /project/7dc90e94-aecb-4745-8165-d22d520cfe3d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1483 0.188782 10.0.0.49 - - [2025-09-11 02:10:52] "GET /project/07d46d86-c28c-440d-b864-104e2badbb07?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1467 0.192628 10.0.0.49 - - [2025-09-11 02:10:52] "GET /projects?obj_uuids=d5655bb1-1ada-409a-945e-774253095493&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001567 10.0.0.49 - - [2025-09-11 02:10:52] "GET /projects?obj_uuids=0344fb35-a1cb-4c01-8fa1-ff5c8989cb04&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000837 10.0.0.49 - - [2025-09-11 02:10:52] "GET /projects?obj_uuids=07d46d86-c28c-440d-b864-104e2badbb07&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001591 10.0.0.49 - - [2025-09-11 02:10:52] "GET /projects?obj_uuids=7dc90e94-aecb-4745-8165-d22d520cfe3d&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000924 10.0.0.249 - - [2025-09-11 02:10:52] "POST /neutron/security_group_rule HTTP/1.1" 200 534 0.052045 10.0.0.49 - - [2025-09-11 02:10:52] "PUT /access-control-list/12ad6652-d815-4cc1-8f0e-55fca252b54f HTTP/1.1" 200 272 0.066680 10.0.0.49 - - [2025-09-11 02:10:52] "GET /project/3f68b9f8-6f57-4715-92cc-18420e1432c9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1448 0.279966 10.0.0.49 - - [2025-09-11 02:10:52] "GET /projects?obj_uuids=3f68b9f8-6f57-4715-92cc-18420e1432c9&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001592 10.0.0.49 - - [2025-09-11 02:10:52] "GET /project/0344fb35-a1cb-4c01-8fa1-ff5c8989cb04?fields=security_groups HTTP/1.1" 200 1362 0.145218 10.0.0.49 - - [2025-09-11 02:10:52] "GET /project/07d46d86-c28c-440d-b864-104e2badbb07?fields=security_groups HTTP/1.1" 200 1362 0.132943 10.0.0.49 - - [2025-09-11 02:10:52] "GET /project/7dc90e94-aecb-4745-8165-d22d520cfe3d?fields=security_groups HTTP/1.1" 200 1374 0.294189 10.0.0.249 - - [2025-09-11 02:10:52] "POST /fqname-to-id HTTP/1.1" 404 210 0.036226 10.0.0.49 - - [2025-09-11 02:10:52] "GET /project/d5655bb1-1ada-409a-945e-774253095493?fields=security_groups HTTP/1.1" 200 1361 0.326762 10.0.0.49 - - [2025-09-11 02:10:52] "GET /project/3f68b9f8-6f57-4715-92cc-18420e1432c9?fields=security_groups HTTP/1.1" 200 1348 0.307427 10.0.0.49 - - [2025-09-11 02:10:52] "DELETE /security-group/fd6627a8-6a05-4925-b9c4-b0d4c0754577 HTTP/1.1" 200 115 0.327989 10.0.0.49 - - [2025-09-11 02:10:52] "GET /projects?obj_uuids=0344fb35-a1cb-4c01-8fa1-ff5c8989cb04&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003165 10.0.0.49 - - [2025-09-11 02:10:53] "GET /project/0344fb35-a1cb-4c01-8fa1-ff5c8989cb04?fields=application_policy_sets HTTP/1.1" 200 1401 0.172801 10.0.0.49 - - [2025-09-11 02:10:53] "DELETE /security-group/469c840d-3faf-4201-88fb-a4ded880cfb5 HTTP/1.1" 200 115 0.330912 10.0.0.49 - - [2025-09-11 02:10:53] "DELETE /security-group/89c5dbc4-72ea-40e0-83f9-76fe5626dad6 HTTP/1.1" 200 115 0.358179 10.0.0.49 - - [2025-09-11 02:10:53] "GET /projects?obj_uuids=d5655bb1-1ada-409a-945e-774253095493&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001431 10.0.0.49 - - [2025-09-11 02:10:53] "GET /projects?obj_uuids=07d46d86-c28c-440d-b864-104e2badbb07&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001310 10.0.0.49 - - [2025-09-11 02:10:53] "DELETE /access-control-list/c0e719e9-a40f-4a7e-ada0-88fedf8538c8 HTTP/1.1" 200 115 0.189684 10.0.0.49 - - [2025-09-11 02:10:53] "DELETE /security-group/867a14b0-5d00-4ab2-9ad3-7c580e2ef24d HTTP/1.1" 200 115 0.365574 10.0.0.49 - - [2025-09-11 02:10:53] "GET /projects?obj_uuids=7dc90e94-aecb-4745-8165-d22d520cfe3d&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001508 10.0.0.49 - - [2025-09-11 02:10:53] "DELETE /security-group/81c41d4c-5033-4688-b73f-56e830704612 HTTP/1.1" 200 115 0.280047 10.0.0.49 - - [2025-09-11 02:10:53] "GET /projects?obj_uuids=3f68b9f8-6f57-4715-92cc-18420e1432c9&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.009137 10.0.0.49 - - [2025-09-11 02:10:53] "POST /fqname-to-id HTTP/1.1" 404 244 0.039906 10.0.0.49 - - [2025-09-11 02:10:53] "GET /project/d5655bb1-1ada-409a-945e-774253095493?fields=application_policy_sets HTTP/1.1" 200 1400 0.111012 10.0.0.49 - - [2025-09-11 02:10:53] "GET /projects?obj_uuids=62686ac1-fb15-40b5-b218-9c02e1e271fb&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001108 10.0.0.49 - - [2025-09-11 02:10:53] "GET /project/7dc90e94-aecb-4745-8165-d22d520cfe3d?fields=application_policy_sets HTTP/1.1" 200 1413 0.205803 10.0.0.49 - - [2025-09-11 02:10:53] "GET /project/3f68b9f8-6f57-4715-92cc-18420e1432c9?fields=application_policy_sets HTTP/1.1" 200 1387 0.216881 10.0.0.49 - - [2025-09-11 02:10:53] "GET /project/07d46d86-c28c-440d-b864-104e2badbb07?fields=application_policy_sets HTTP/1.1" 200 1401 0.268102 10.0.0.249 - - [2025-09-11 02:10:53] "POST /neutron/security_group_rule HTTP/1.1" 200 2608 0.258934 10.0.0.49 - - [2025-09-11 02:10:53] "DELETE /access-control-list/2ecd7fb8-03ca-48f5-9956-421362f98f7c HTTP/1.1" 200 115 0.155171 10.0.0.49 - - [2025-09-11 02:10:53] "DELETE /project/0344fb35-a1cb-4c01-8fa1-ff5c8989cb04 HTTP/1.1" 200 115 1.366873 10.0.0.249 - - [2025-09-11 02:10:53] "POST /neutron/security_group_rule HTTP/1.1" 200 534 0.016794 10.0.0.49 - - [2025-09-11 02:10:53] "DELETE /access-control-list/2f757ca5-e72f-4fd8-9af3-562fc7fd36b1 HTTP/1.1" 200 115 0.142634 10.0.0.49 - - [2025-09-11 02:10:53] "DELETE /project/d5655bb1-1ada-409a-945e-774253095493 HTTP/1.1" 200 115 1.681312 10.0.0.49 - - [2025-09-11 02:10:53] "DELETE /project/3f68b9f8-6f57-4715-92cc-18420e1432c9 HTTP/1.1" 200 115 1.679158 10.0.0.49 - - [2025-09-11 02:10:53] "DELETE /project/07d46d86-c28c-440d-b864-104e2badbb07 HTTP/1.1" 200 115 1.747121 10.0.0.49 - - [2025-09-11 02:10:53] "DELETE /project/7dc90e94-aecb-4745-8165-d22d520cfe3d HTTP/1.1" 200 115 1.743144 10.0.0.49 - - [2025-09-11 02:10:54] "PUT /access-control-list/fc22fbf8-fad1-4049-8d0f-49c78b617119 HTTP/1.1" 200 272 0.023506 10.0.0.49 - - [2025-09-11 02:10:54] "PUT /access-control-list/fc22fbf8-fad1-4049-8d0f-49c78b617119 HTTP/1.1" 200 272 0.020731 10.0.0.249 - - [2025-09-11 02:10:55] "POST /neutron/router HTTP/1.1" 200 541 0.006496 10.0.0.249 - - [2025-09-11 02:10:55] "POST /neutron/router HTTP/1.1" 200 541 0.019917 10.0.0.249 - - [2025-09-11 02:10:55] "POST /neutron/router HTTP/1.1" 200 541 0.004689 10.0.0.249 - - [2025-09-11 02:10:55] "POST /neutron/router HTTP/1.1" 200 541 0.004241 10.0.0.249 - - [2025-09-11 02:10:55] "POST /neutron/router HTTP/1.1" 200 541 0.004061 10.0.0.249 - - [2025-09-11 02:10:55] "POST /neutron/router HTTP/1.1" 200 541 0.004032 10.0.0.249 - - [2025-09-11 02:10:55] "POST /neutron/router HTTP/1.1" 200 541 0.003567 10.0.0.249 - - [2025-09-11 02:10:55] "POST /neutron/router HTTP/1.1" 200 541 0.005446 10.0.0.249 - - [2025-09-11 02:10:55] "POST /neutron/router HTTP/1.1" 200 541 0.003834 10.0.0.249 - - [2025-09-11 02:10:55] "POST /neutron/router HTTP/1.1" 200 541 0.004273 10.0.0.249 - - [2025-09-11 02:10:55] "POST /neutron/router HTTP/1.1" 200 541 0.004161 10.0.0.249 - - [2025-09-11 02:10:55] "POST /neutron/router HTTP/1.1" 200 541 0.007802 10.0.0.49 - - [2025-09-11 02:10:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.008153 10.0.0.249 - - [2025-09-11 02:10:56] "POST /neutron/router HTTP/1.1" 200 151 0.085824 10.0.0.249 - - [2025-09-11 02:10:56] "POST /neutron/router HTTP/1.1" 200 559 0.007308 10.0.0.49 - - [2025-09-11 02:10:56] "PUT /logical-router/d5cef4a8-c3a6-421b-9a7b-72ee71e78621 HTTP/1.1" 200 262 0.030970 10.0.0.249 - - [2025-09-11 02:10:56] "POST /neutron/router HTTP/1.1" 200 559 0.006030 10.0.0.249 - - [2025-09-11 02:10:56] "POST /neutron/router HTTP/1.1" 200 559 0.004003 10.0.0.249 - - [2025-09-11 02:10:56] "POST /neutron/router HTTP/1.1" 200 559 0.003711 10.0.0.249 - - [2025-09-11 02:10:56] "POST /neutron/router HTTP/1.1" 200 559 0.004477 10.0.0.249 - - [2025-09-11 02:10:56] "POST /neutron/router HTTP/1.1" 200 559 0.004102 10.0.0.249 - - [2025-09-11 02:10:56] "POST /neutron/router HTTP/1.1" 200 559 0.004172 10.0.0.249 - - [2025-09-11 02:10:56] "POST /neutron/router HTTP/1.1" 200 559 0.004417 10.0.0.249 - - [2025-09-11 02:10:56] "POST /neutron/router HTTP/1.1" 200 559 0.003886 10.0.0.249 - - [2025-09-11 02:10:56] "POST /neutron/router HTTP/1.1" 200 559 0.004101 10.0.0.249 - - [2025-09-11 02:10:56] "POST /neutron/router HTTP/1.1" 200 559 0.004122 10.0.0.249 - - [2025-09-11 02:10:56] "POST /neutron/router HTTP/1.1" 200 560 0.032969 10.0.0.22 - - [2025-09-11 02:10:56] "GET /logical-router/d5cef4a8-c3a6-421b-9a7b-72ee71e78621?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.004684 10.0.0.49 - - [2025-09-11 02:10:56] "GET /projects?obj_uuids=31f5dad8-4492-4999-8ba2-fc70cb165c85&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.000934 10.0.0.249 - - [2025-09-11 02:10:56] "POST /neutron/router HTTP/1.1" 200 541 0.101009 10.0.0.49 - - [2025-09-11 02:10:56] "POST /route-targets HTTP/1.1" 200 327 0.012775 10.0.0.249 - - [2025-09-11 02:10:56] "POST /neutron/router HTTP/1.1" 200 541 0.004163 10.0.0.249 - - [2025-09-11 02:10:57] "POST /neutron/router HTTP/1.1" 200 541 0.007197 10.0.0.249 - - [2025-09-11 02:10:57] "POST /neutron/router HTTP/1.1" 200 541 0.003901 10.0.0.249 - - [2025-09-11 02:10:57] "POST /neutron/router HTTP/1.1" 200 541 0.004104 10.0.0.249 - - [2025-09-11 02:10:57] "POST /neutron/router HTTP/1.1" 200 541 0.004071 10.0.0.249 - - [2025-09-11 02:10:57] "POST /neutron/router HTTP/1.1" 200 541 0.003887 10.0.0.249 - - [2025-09-11 02:10:57] "POST /neutron/router HTTP/1.1" 200 541 0.004555 10.0.0.249 - - [2025-09-11 02:10:57] "POST /neutron/router HTTP/1.1" 200 541 0.004177 10.0.0.249 - - [2025-09-11 02:10:57] "POST /neutron/router HTTP/1.1" 200 541 0.004287 10.0.0.249 - - [2025-09-11 02:10:57] "POST /neutron/router HTTP/1.1" 200 541 0.004076 10.0.0.249 - - [2025-09-11 02:10:57] "POST /neutron/router HTTP/1.1" 200 541 0.030175 10.0.0.249 - - [2025-09-11 02:10:57] "POST /neutron/router HTTP/1.1" 200 541 0.004924 10.0.0.49 - - [2025-09-11 02:10:57] "DELETE /route-target/bd787b01-164b-45c1-8b4b-e16b5bc8a6ad HTTP/1.1" 200 115 0.026934 10.0.0.249 - - [2025-09-11 02:10:57] "POST /neutron/security_group HTTP/1.1" 200 151 0.062677 10.0.0.249 - - [2025-09-11 02:10:57] "POST /neutron/security_group HTTP/1.1" 200 506 0.009601 10.0.0.49 - - [2025-09-11 02:10:57] "DELETE /access-control-list/beef3559-caf4-44cd-95ec-ea39eb00d8bf HTTP/1.1" 200 115 0.054697 10.0.0.49 - - [2025-09-11 02:10:58] "DELETE /access-control-list/18866b2c-8b88-4818-8cd2-859f6462c06a HTTP/1.1" 200 115 0.048480 10.0.0.249 - - [2025-09-11 02:10:58] "POST /neutron/security_group HTTP/1.1" 200 151 0.089265 10.0.0.49 - - [2025-09-11 02:10:59] "GET /projects?obj_uuids=62686ac1-fb15-40b5-b218-9c02e1e271fb&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001110 10.0.0.249 - - [2025-09-11 02:10:59] "GET /project/62686ac1-fb15-40b5-b218-9c02e1e271fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1343 0.044761 10.0.0.49 - - [2025-09-11 02:10:59] "GET /projects?obj_uuids=62686ac1-fb15-40b5-b218-9c02e1e271fb&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001158 10.0.0.249 - - [2025-09-11 02:10:59] "GET /project/62686ac1-fb15-40b5-b218-9c02e1e271fb?fields=virtual_networks HTTP/1.1" 200 1022 0.047207 10.0.0.49 - - [2025-09-11 02:10:59] "GET /projects?obj_uuids=62686ac1-fb15-40b5-b218-9c02e1e271fb&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000905 10.0.0.249 - - [2025-09-11 02:10:59] "GET /project/62686ac1-fb15-40b5-b218-9c02e1e271fb?fields=virtual_machine_interfaces HTTP/1.1" 200 1022 0.041445 10.0.0.49 - - [2025-09-11 02:10:59] "GET /projects?obj_uuids=62686ac1-fb15-40b5-b218-9c02e1e271fb&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001521 10.0.0.249 - - [2025-09-11 02:10:59] "GET /project/62686ac1-fb15-40b5-b218-9c02e1e271fb?fields=security_groups HTTP/1.1" 200 1243 0.043516 10.0.0.249 - - [2025-09-11 02:11:00] "POST /fqname-to-id HTTP/1.1" 404 184 0.037016 10.0.0.249 - - [2025-09-11 02:11:01] "GET /obj-perms HTTP/1.1" 200 5075 0.066936 10.0.0.49 - - [2025-09-11 02:11:01] "GET /projects?obj_uuids=1efa4934-21df-4e0e-9aa8-8573ed728dd7&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003217 10.0.0.49 - - [2025-09-11 02:11:01] "GET /domains?obj_uuids=6cefd47d-baca-4df6-a10c-ec963319da07&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000941 10.0.0.49 - - [2025-09-11 02:11:01] "GET /domain/6cefd47d-baca-4df6-a10c-ec963319da07?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006794 10.0.0.49 - - [2025-09-11 02:11:01] "POST /id-to-fqname HTTP/1.1" 200 186 0.006813 10.0.0.49 - - [2025-09-11 02:11:01] "POST /fqname-to-id HTTP/1.1" 404 195 0.004700 10.0.0.49 - - [2025-09-11 02:11:01] "POST /security-groups HTTP/1.1" 200 587 0.031170 10.0.0.49 - - [2025-09-11 02:11:01] "POST /fqname-to-id HTTP/1.1" 404 230 0.003587 10.0.0.49 - - [2025-09-11 02:11:01] "POST /projects HTTP/1.1" 200 577 0.269202 10.0.0.49 - - [2025-09-11 02:11:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.340453 10.0.0.49 - - [2025-09-11 02:11:01] "POST /access-control-lists HTTP/1.1" 200 590 0.031201 10.0.0.249 - - [2025-09-11 02:11:01] "GET /project/1efa4934-21df-4e0e-9aa8-8573ed728dd7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.482666 10.0.0.249 - - [2025-09-11 02:11:02] "GET / HTTP/1.1" 200 35931 0.002269 10.0.0.249 - - [2025-09-11 02:11:04] "POST /fqname-to-id HTTP/1.1" 401 293 0.000417 10.0.0.249 - - [2025-09-11 02:11:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.056077 10.0.0.49 - - [2025-09-11 02:11:04] "GET /projects?obj_uuids=1efa4934-21df-4e0e-9aa8-8573ed728dd7&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000845 10.0.0.249 - - [2025-09-11 02:11:04] "GET /project/1efa4934-21df-4e0e-9aa8-8573ed728dd7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.039681 10.0.0.49 - - [2025-09-11 02:11:05] "POST /useragent-kv HTTP/1.1" 200 115 0.006390 10.0.0.249 - - [2025-09-11 02:11:05] "POST /neutron/subnet HTTP/1.1" 200 729 0.282120 10.0.0.249 - - [2025-09-11 02:11:05] "POST /id-to-fqname HTTP/1.1" 200 216 0.001203 10.0.0.249 - - [2025-09-11 02:11:05] "GET /virtual-network/c94eaa83-0cb8-4b9c-a18f-95d85f659ad8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.004822 10.0.0.249 - - [2025-09-11 02:11:05] "GET /virtual-network/c94eaa83-0cb8-4b9c-a18f-95d85f659ad8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.005359 10.0.0.249 - - [2025-09-11 02:11:05] "POST /neutron/network HTTP/1.1" 200 821 0.007686 10.0.0.249 - - [2025-09-11 02:11:05] "POST /fqname-to-id HTTP/1.1" 404 206 0.002949 10.0.0.249 - - [2025-09-11 02:11:05] "GET /virtual-network/c94eaa83-0cb8-4b9c-a18f-95d85f659ad8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.005782 10.0.0.249 - - [2025-09-11 02:11:05] "GET /virtual-machine-interface/c1ded937-67ca-473e-aaf8-3d58788d45e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2385 0.008082 10.0.0.249 - - [2025-09-11 02:11:05] "GET /virtual-machine-interface/c1ded937-67ca-473e-aaf8-3d58788d45e6?fields=instance_ip_back_refs HTTP/1.1" 200 1318 0.010481 10.0.0.249 - - [2025-09-11 02:11:05] "GET /instance-ip/13b2dd08-fdc8-4fc2-9858-755524b0c7f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1595 0.008651 10.0.0.249 - - [2025-09-11 02:11:05] "POST /neutron/port HTTP/1.1" 200 1018 0.009811 10.0.0.49 - - [2025-09-11 02:11:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.007978 10.0.0.49 - - [2025-09-11 02:11:06] "POST /useragent-kv HTTP/1.1" 200 115 0.004114 10.0.0.49 - - [2025-09-11 02:11:06] "POST /useragent-kv HTTP/1.1" 200 115 0.002448 10.0.0.249 - - [2025-09-11 02:11:06] "POST /neutron/network HTTP/1.1" 200 151 0.135902 10.0.0.249 - - [2025-09-11 02:11:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003466 10.0.0.49 - - [2025-09-11 02:11:08] "GET /projects?obj_uuids=1efa4934-21df-4e0e-9aa8-8573ed728dd7&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001080 10.0.0.249 - - [2025-09-11 02:11:08] "GET /project/1efa4934-21df-4e0e-9aa8-8573ed728dd7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.049360 10.0.0.49 - - [2025-09-11 02:11:09] "POST /ref-update HTTP/1.1" 200 156 0.045619 10.0.0.49 - - [2025-09-11 02:11:09] "POST /useragent-kv HTTP/1.1" 200 115 0.015402 10.0.0.249 - - [2025-09-11 02:11:09] "POST /neutron/subnet HTTP/1.1" 200 734 0.221948 10.0.0.249 - - [2025-09-11 02:11:09] "POST /id-to-fqname HTTP/1.1" 200 217 0.001268 10.0.0.249 - - [2025-09-11 02:11:09] "GET /virtual-network/fa49ae77-fd11-47a3-b0ee-750c51ce215e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2568 0.007590 10.0.0.249 - - [2025-09-11 02:11:09] "POST /neutron/network HTTP/1.1" 200 980 0.008518 10.0.0.249 - - [2025-09-11 02:11:09] "GET /virtual-network/fa49ae77-fd11-47a3-b0ee-750c51ce215e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2568 0.005286 10.0.0.249 - - [2025-09-11 02:11:09] "POST /neutron/subnet HTTP/1.1" 200 724 0.008669 10.0.0.249 - - [2025-09-11 02:11:10] "POST /id-to-fqname HTTP/1.1" 200 217 0.001300 10.0.0.249 - - [2025-09-11 02:11:10] "POST /neutron/port HTTP/1.1" 200 1020 0.022966 10.0.0.22 - - [2025-09-11 02:11:10] "GET /global-system-configs HTTP/1.1" 200 322 0.090963 10.0.0.49 - - [2025-09-11 02:11:10] "GET /obj-perms HTTP/1.1" 200 5075 0.147949 10.0.0.249 - - [2025-09-11 02:11:10] "POST /neutron/port HTTP/1.1" 200 1020 0.009552 10.0.0.49 - - [2025-09-11 02:11:10] "GET /global-system-configs HTTP/1.1" 200 322 0.061999 10.0.0.249 - - [2025-09-11 02:11:10] "POST /id-to-fqname HTTP/1.1" 200 217 0.001287 10.0.0.22 - - [2025-09-11 02:11:10] "GET /global-system-configs HTTP/1.1" 200 322 0.006093 10.0.0.249 - - [2025-09-11 02:11:10] "GET /obj-perms HTTP/1.1" 200 5075 0.008406 10.0.0.22 - - [2025-09-11 02:11:10] "GET /obj-perms HTTP/1.1" 200 5075 0.007730 10.0.0.49 - - [2025-09-11 02:11:10] "GET /global-system-configs HTTP/1.1" 200 322 0.013960 10.0.0.249 - - [2025-09-11 02:11:10] "POST /neutron/port HTTP/1.1" 200 117 0.005848 10.0.0.49 - - [2025-09-11 02:11:11] "GET /obj-perms HTTP/1.1" 200 5075 0.386492 10.0.0.249 - - [2025-09-11 02:11:11] "POST /neutron/network HTTP/1.1" 200 980 0.226341 10.0.0.249 - - [2025-09-11 02:11:11] "GET /global-system-configs HTTP/1.1" 200 322 0.061308 10.0.0.249 - - [2025-09-11 02:11:11] "POST /neutron/port HTTP/1.1" 200 1018 0.018091 10.0.0.249 - - [2025-09-11 02:11:11] "POST /neutron/port HTTP/1.1" 200 117 0.006220 10.0.0.249 - - [2025-09-11 02:11:12] "POST /neutron/port HTTP/1.1" 200 1020 0.008546 10.0.0.249 - - [2025-09-11 02:11:12] "POST /neutron/port HTTP/1.1" 200 1018 0.011910 10.0.0.249 - - [2025-09-11 02:11:12] "POST /neutron/port HTTP/1.1" 200 1018 0.041159 10.0.0.249 - - [2025-09-11 02:11:12] "GET /global-system-configs HTTP/1.1" 200 322 0.135535 10.0.0.249 - - [2025-09-11 02:11:12] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005890 10.0.0.249 - - [2025-09-11 02:11:12] "GET /obj-perms HTTP/1.1" 200 5075 0.260214 10.0.0.22 - - [2025-09-11 02:11:12] "GET /obj-perms HTTP/1.1" 200 5075 0.297655 10.0.0.249 - - [2025-09-11 02:11:12] "POST /neutron/network HTTP/1.1" 200 980 0.011340 10.0.0.249 - - [2025-09-11 02:11:12] "POST /neutron/subnet HTTP/1.1" 200 698 0.011010 10.0.0.249 - - [2025-09-11 02:11:16] "POST /neutron/port HTTP/1.1" 200 1086 0.017658 10.0.0.249 - - [2025-09-11 02:11:16] "POST /neutron/security_group HTTP/1.1" 200 2054 0.007672 10.0.0.249 - - [2025-09-11 02:11:16] "GET /virtual-machine/1df47215-c40a-44c7-9770-82f36ebb618e HTTP/1.1" 401 293 0.000397 10.0.0.249 - - [2025-09-11 02:11:17] "GET /virtual-machine/1df47215-c40a-44c7-9770-82f36ebb618e HTTP/1.1" 200 1284 0.028011 10.0.0.249 - - [2025-09-11 02:11:17] "GET /virtual-machine-interface/3788e284-ea75-40bb-a3ed-f094977e4e65 HTTP/1.1" 200 2924 0.005911 10.0.0.249 - - [2025-09-11 02:11:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003231 10.0.0.249 - - [2025-09-11 02:11:17] "GET /global-vrouter-config/34ac33d4-7223-40b7-b082-da1d7603178b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003324 10.0.0.249 - - [2025-09-11 02:11:17] "GET /virtual-networks?parent_id=1efa4934-21df-4e0e-9aa8-8573ed728dd7&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.003371 10.0.0.249 - - [2025-09-11 02:11:17] "GET /virtual-network/fa49ae77-fd11-47a3-b0ee-750c51ce215e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2568 0.006612 10.0.0.249 - - [2025-09-11 02:11:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003616 10.0.0.249 - - [2025-09-11 02:11:20] "GET /virtual-network/fa49ae77-fd11-47a3-b0ee-750c51ce215e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2568 0.005872 10.0.0.249 - - [2025-09-11 02:11:20] "POST /neutron/port HTTP/1.1" 200 1086 0.015928 10.0.0.249 - - [2025-09-11 02:11:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003398 10.0.0.249 - - [2025-09-11 02:11:22] "GET /global-vrouter-config/34ac33d4-7223-40b7-b082-da1d7603178b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003862 10.0.0.249 - - [2025-09-11 02:11:22] "GET /virtual-networks?parent_id=1efa4934-21df-4e0e-9aa8-8573ed728dd7&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.004180 10.0.0.249 - - [2025-09-11 02:11:22] "GET /virtual-network/fa49ae77-fd11-47a3-b0ee-750c51ce215e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2568 0.006296 10.0.0.249 - - [2025-09-11 02:11:22] "POST /neutron/security_group HTTP/1.1" 200 2054 0.006519 10.0.0.249 - - [2025-09-11 02:11:22] "POST /neutron/port HTTP/1.1" 200 1084 0.020231 10.0.0.249 - - [2025-09-11 02:11:23] "GET /virtual-machine/5b54db2c-5475-4464-9a58-97b91f9d2de1 HTTP/1.1" 200 1284 0.005877 10.0.0.249 - - [2025-09-11 02:11:23] "GET /virtual-machine-interface/efc5a46d-0aee-401e-9968-78466f52dae2 HTTP/1.1" 200 2925 0.005713 10.0.0.249 - - [2025-09-11 02:11:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003079 10.0.0.249 - - [2025-09-11 02:11:23] "GET /global-vrouter-config/34ac33d4-7223-40b7-b082-da1d7603178b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004295 10.0.0.249 - - [2025-09-11 02:11:23] "GET /virtual-networks?parent_id=1efa4934-21df-4e0e-9aa8-8573ed728dd7&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.002832 10.0.0.249 - - [2025-09-11 02:11:23] "GET /virtual-network/fa49ae77-fd11-47a3-b0ee-750c51ce215e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2568 0.005765 10.0.0.249 - - [2025-09-11 02:11:23] "POST /neutron/security_group HTTP/1.1" 200 2054 0.007448 10.0.0.249 - - [2025-09-11 02:11:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003405 10.0.0.249 - - [2025-09-11 02:11:24] "GET /global-vrouter-config/34ac33d4-7223-40b7-b082-da1d7603178b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003639 10.0.0.249 - - [2025-09-11 02:11:24] "GET /virtual-networks?parent_id=1efa4934-21df-4e0e-9aa8-8573ed728dd7&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.002903 10.0.0.249 - - [2025-09-11 02:11:24] "GET /virtual-network/fa49ae77-fd11-47a3-b0ee-750c51ce215e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2568 0.006279 10.0.0.249 - - [2025-09-11 02:11:32] "POST /neutron/port HTTP/1.1" 200 1110 0.012241 10.0.0.249 - - [2025-09-11 02:11:33] "POST /neutron/port HTTP/1.1" 200 1112 0.013881 10.0.0.249 - - [2025-09-11 02:11:33] "POST /neutron/network HTTP/1.1" 200 980 0.009386 10.0.0.49 - - [2025-09-11 02:11:34] "GET /projects?obj_uuids=1efa4934-21df-4e0e-9aa8-8573ed728dd7&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000933 10.0.0.249 - - [2025-09-11 02:11:34] "GET /project/1efa4934-21df-4e0e-9aa8-8573ed728dd7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.044883 10.0.0.49 - - [2025-09-11 02:11:34] "GET /projects?obj_uuids=1efa4934-21df-4e0e-9aa8-8573ed728dd7&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001245 10.0.0.249 - - [2025-09-11 02:11:34] "GET /project/1efa4934-21df-4e0e-9aa8-8573ed728dd7?fields=virtual_networks HTTP/1.1" 200 1024 0.055706 10.0.0.49 - - [2025-09-11 02:11:35] "GET /projects?obj_uuids=1efa4934-21df-4e0e-9aa8-8573ed728dd7&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000982 10.0.0.249 - - [2025-09-11 02:11:35] "GET /project/1efa4934-21df-4e0e-9aa8-8573ed728dd7?fields=virtual_machine_interfaces HTTP/1.1" 200 1024 0.040541 10.0.0.49 - - [2025-09-11 02:11:35] "GET /projects?obj_uuids=1efa4934-21df-4e0e-9aa8-8573ed728dd7&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000979 10.0.0.249 - - [2025-09-11 02:11:35] "GET /project/1efa4934-21df-4e0e-9aa8-8573ed728dd7?fields=security_groups HTTP/1.1" 200 1246 0.053379 10.0.0.249 - - [2025-09-11 02:11:35] "POST /fqname-to-id HTTP/1.1" 404 186 0.024244 10.0.0.49 - - [2025-09-11 02:11:35] "GET /projects?obj_uuids=cd1fe073-38f9-4766-b29b-998ff0dd8186&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002976 10.0.0.49 - - [2025-09-11 02:11:36] "GET /domains?obj_uuids=6cefd47d-baca-4df6-a10c-ec963319da07&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000926 10.0.0.49 - - [2025-09-11 02:11:36] "GET /domain/6cefd47d-baca-4df6-a10c-ec963319da07?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007231 10.0.0.49 - - [2025-09-11 02:11:36] "POST /id-to-fqname HTTP/1.1" 200 188 0.004382 10.0.0.49 - - [2025-09-11 02:11:36] "POST /fqname-to-id HTTP/1.1" 404 197 0.003183 10.0.0.49 - - [2025-09-11 02:11:36] "POST /security-groups HTTP/1.1" 200 589 0.077551 10.0.0.49 - - [2025-09-11 02:11:36] "POST /fqname-to-id HTTP/1.1" 404 232 0.004230 10.0.0.49 - - [2025-09-11 02:11:36] "POST /projects HTTP/1.1" 200 581 0.283275 10.0.0.49 - - [2025-09-11 02:11:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.359236 10.0.0.49 - - [2025-09-11 02:11:36] "POST /access-control-lists HTTP/1.1" 200 592 0.041000 10.0.0.249 - - [2025-09-11 02:11:36] "GET /project/cd1fe073-38f9-4766-b29b-998ff0dd8186?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.499914 10.0.0.249 - - [2025-09-11 02:11:37] "GET / HTTP/1.1" 200 35931 0.002155 10.0.0.249 - - [2025-09-11 02:11:38] "POST /neutron/port HTTP/1.1" 200 117 0.005884 10.0.0.249 - - [2025-09-11 02:11:39] "POST /fqname-to-id HTTP/1.1" 401 293 0.000396 10.0.0.249 - - [2025-09-11 02:11:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.053014 10.0.0.49 - - [2025-09-11 02:11:39] "GET /projects?obj_uuids=cd1fe073-38f9-4766-b29b-998ff0dd8186&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000989 10.0.0.249 - - [2025-09-11 02:11:39] "GET /project/cd1fe073-38f9-4766-b29b-998ff0dd8186?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.039149 10.0.0.249 - - [2025-09-11 02:11:39] "POST /neutron/network HTTP/1.1" 200 117 0.031048 10.0.0.249 - - [2025-09-11 02:11:40] "POST /neutron/network HTTP/1.1" 200 824 0.008928 10.0.0.249 - - [2025-09-11 02:11:40] "POST /id-to-fqname HTTP/1.1" 200 219 0.001558 10.0.0.249 - - [2025-09-11 02:11:40] "GET /virtual-network/bcb9c8e1-1aaa-410f-8310-c86ce7bbe819?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005557 10.0.0.249 - - [2025-09-11 02:11:40] "GET /virtual-network/bcb9c8e1-1aaa-410f-8310-c86ce7bbe819?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.006237 10.0.0.249 - - [2025-09-11 02:11:40] "POST /neutron/subnet HTTP/1.1" 200 724 0.009748 10.0.0.249 - - [2025-09-11 02:11:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.002821 10.0.0.49 - - [2025-09-11 02:11:40] "GET /projects?obj_uuids=cd1fe073-38f9-4766-b29b-998ff0dd8186&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000919 10.0.0.249 - - [2025-09-11 02:11:40] "GET /project/cd1fe073-38f9-4766-b29b-998ff0dd8186?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.038622 10.0.0.49 - - [2025-09-11 02:11:40] "POST /route-targets HTTP/1.1" 200 327 0.011412 10.0.0.49 - - [2025-09-11 02:11:40] "POST /useragent-kv HTTP/1.1" 200 115 0.010442 10.0.0.249 - - [2025-09-11 02:11:40] "POST /neutron/subnet HTTP/1.1" 200 725 0.211357 10.0.0.249 - - [2025-09-11 02:11:40] "POST /id-to-fqname HTTP/1.1" 200 219 0.001409 10.0.0.249 - - [2025-09-11 02:11:40] "GET /virtual-network/f041338e-c961-453b-adb3-63cd456230a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.005476 10.0.0.249 - - [2025-09-11 02:11:40] "GET /virtual-network/f041338e-c961-453b-adb3-63cd456230a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.008397 10.0.0.249 - - [2025-09-11 02:11:40] "POST /neutron/network HTTP/1.1" 200 824 0.005901 10.0.0.249 - - [2025-09-11 02:11:40] "POST /id-to-fqname HTTP/1.1" 200 219 0.001165 10.0.0.49 - - [2025-09-11 02:11:41] "GET /projects?obj_uuids=cd1fe073-38f9-4766-b29b-998ff0dd8186&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001087 10.0.0.249 - - [2025-09-11 02:11:41] "GET /project/cd1fe073-38f9-4766-b29b-998ff0dd8186?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.059578 10.0.0.249 - - [2025-09-11 02:11:41] "POST /neutron/network HTTP/1.1" 200 824 0.007194 10.0.0.249 - - [2025-09-11 02:11:41] "POST /id-to-fqname HTTP/1.1" 200 219 0.001250 10.0.0.249 - - [2025-09-11 02:11:41] "POST /neutron/port HTTP/1.1" 200 117 0.006300 10.0.0.49 - - [2025-09-11 02:11:42] "GET /projects?obj_uuids=cd1fe073-38f9-4766-b29b-998ff0dd8186&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001017 10.0.0.249 - - [2025-09-11 02:11:42] "POST /neutron/port HTTP/1.1" 200 1058 0.297929 10.0.0.249 - - [2025-09-11 02:11:42] "POST /neutron/port HTTP/1.1" 200 1112 0.128533 10.0.0.49 - - [2025-09-11 02:11:42] "GET /projects?obj_uuids=cd1fe073-38f9-4766-b29b-998ff0dd8186&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001014 10.0.0.249 - - [2025-09-11 02:11:42] "GET /project/cd1fe073-38f9-4766-b29b-998ff0dd8186?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.089365 10.0.0.249 - - [2025-09-11 02:11:42] "POST /neutron/subnet HTTP/1.1" 200 698 0.008538 10.0.0.249 - - [2025-09-11 02:11:42] "POST /neutron/network HTTP/1.1" 200 824 0.006692 10.0.0.249 - - [2025-09-11 02:11:43] "POST /neutron/port HTTP/1.1" 200 117 0.008360 10.0.0.49 - - [2025-09-11 02:11:43] "GET /projects?obj_uuids=cd1fe073-38f9-4766-b29b-998ff0dd8186&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.002027 10.0.0.49 - - [2025-09-11 02:11:43] "PUT /logical-router/0cc49ec5-0316-46f5-ac18-123e453dd54c HTTP/1.1" 200 262 0.068210 10.0.0.249 - - [2025-09-11 02:11:43] "POST /neutron/router HTTP/1.1" 200 344 0.382576 10.0.0.249 - - [2025-09-11 02:11:43] "POST /neutron/port HTTP/1.1" 200 1086 0.078593 10.0.0.249 - - [2025-09-11 02:11:44] "POST /neutron/port HTTP/1.1" 200 1058 0.016941 10.0.0.249 - - [2025-09-11 02:11:44] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004067 10.0.0.249 - - [2025-09-11 02:11:44] "POST /neutron/network HTTP/1.1" 200 824 0.006570 10.0.0.249 - - [2025-09-11 02:11:49] "POST /neutron/port HTTP/1.1" 200 1086 0.015690 10.0.0.249 - - [2025-09-11 02:11:49] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007431 10.0.0.249 - - [2025-09-11 02:11:49] "GET /virtual-machine/01cbdb06-e311-4044-b6f4-1067332bb497 HTTP/1.1" 401 293 0.000489 10.0.0.249 - - [2025-09-11 02:11:49] "GET /virtual-machine/01cbdb06-e311-4044-b6f4-1067332bb497 HTTP/1.1" 200 1289 0.034808 10.0.0.249 - - [2025-09-11 02:11:49] "GET /virtual-machine-interface/8dd617ad-19b2-4979-a282-5ce112863efa HTTP/1.1" 200 2935 0.005048 10.0.0.249 - - [2025-09-11 02:11:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003155 10.0.0.249 - - [2025-09-11 02:11:49] "GET /global-vrouter-config/34ac33d4-7223-40b7-b082-da1d7603178b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003961 10.0.0.249 - - [2025-09-11 02:11:49] "GET /virtual-networks?parent_id=cd1fe073-38f9-4766-b29b-998ff0dd8186&detail=False&count=False&shared=False HTTP/1.1" 200 569 0.003233 10.0.0.249 - - [2025-09-11 02:11:49] "GET /virtual-network/bcb9c8e1-1aaa-410f-8310-c86ce7bbe819?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.006755 10.0.0.49 - - [2025-09-11 02:11:51] "DELETE /access-control-list/39119f5b-64a8-492f-8c52-8ef17a36a988 HTTP/1.1" 200 115 0.037100 10.0.0.249 - - [2025-09-11 02:11:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003685 10.0.0.249 - - [2025-09-11 02:11:52] "GET /virtual-network/bcb9c8e1-1aaa-410f-8310-c86ce7bbe819?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005505 10.0.0.49 - - [2025-09-11 02:11:54] "DELETE /project/62686ac1-fb15-40b5-b218-9c02e1e271fb HTTP/1.1" 404 177 0.003641 10.0.0.49 - - [2025-09-11 02:11:54] "DELETE /project/1efa493421df4e0e9aa88573ed728dd7 HTTP/1.1" 404 173 0.006516 10.0.0.49 - - [2025-09-11 02:11:54] "DELETE /project/cd1fe07338f94766b29b998ff0dd8186 HTTP/1.1" 404 173 0.008009 10.0.0.49 - - [2025-09-11 02:11:54] "GET /projects?obj_uuids=1efa4934-21df-4e0e-9aa8-8573ed728dd7&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000848 10.0.0.49 - - [2025-09-11 02:11:54] "GET /project/1efa4934-21df-4e0e-9aa8-8573ed728dd7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1452 0.045184 10.0.0.49 - - [2025-09-11 02:11:54] "GET /projects?obj_uuids=1efa4934-21df-4e0e-9aa8-8573ed728dd7&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000927 10.0.0.49 - - [2025-09-11 02:11:54] "GET /project/1efa4934-21df-4e0e-9aa8-8573ed728dd7?fields=security_groups HTTP/1.1" 200 1351 0.045383 10.0.0.49 - - [2025-09-11 02:11:54] "DELETE /security-group/f5b89090-e9d5-45f9-9a5f-8bc0b67b8e1b HTTP/1.1" 200 115 0.050180 10.0.0.49 - - [2025-09-11 02:11:54] "GET /projects?obj_uuids=1efa4934-21df-4e0e-9aa8-8573ed728dd7&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000955 10.0.0.49 - - [2025-09-11 02:11:54] "GET /project/1efa4934-21df-4e0e-9aa8-8573ed728dd7?fields=application_policy_sets HTTP/1.1" 200 1390 0.056786 10.0.0.49 - - [2025-09-11 02:11:54] "DELETE /project/1efa4934-21df-4e0e-9aa8-8573ed728dd7 HTTP/1.1" 200 115 0.410736 10.0.0.249 - - [2025-09-11 02:11:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003936 10.0.0.249 - - [2025-09-11 02:11:54] "GET /global-vrouter-config/34ac33d4-7223-40b7-b082-da1d7603178b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004055 10.0.0.249 - - [2025-09-11 02:11:54] "GET /virtual-networks?parent_id=cd1fe073-38f9-4766-b29b-998ff0dd8186&detail=False&count=False&shared=False HTTP/1.1" 200 569 0.003111 10.0.0.249 - - [2025-09-11 02:11:54] "GET /virtual-network/bcb9c8e1-1aaa-410f-8310-c86ce7bbe819?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005731 10.0.0.249 - - [2025-09-11 02:11:54] "POST /neutron/port HTTP/1.1" 200 1086 0.015063 10.0.0.249 - - [2025-09-11 02:11:56] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006410 10.0.0.249 - - [2025-09-11 02:11:57] "POST /neutron/network HTTP/1.1" 200 834 0.006421 10.0.0.249 - - [2025-09-11 02:11:58] "POST /neutron/port HTTP/1.1" 200 117 0.001132 10.0.0.249 - - [2025-09-11 02:12:00] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006886 10.0.0.249 - - [2025-09-11 02:12:00] "POST /neutron/port HTTP/1.1" 200 1086 0.017052 10.0.0.249 - - [2025-09-11 02:12:00] "GET /virtual-machine/755d5e66-d421-4e13-ad85-1ea867c85f44 HTTP/1.1" 200 1290 0.005814 10.0.0.249 - - [2025-09-11 02:12:00] "GET /virtual-machine-interface/aa733b80-766f-43a8-9bf5-e3192fcc66f0 HTTP/1.1" 200 2935 0.005883 10.0.0.249 - - [2025-09-11 02:12:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003502 10.0.0.249 - - [2025-09-11 02:12:00] "GET /global-vrouter-config/34ac33d4-7223-40b7-b082-da1d7603178b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004237 10.0.0.249 - - [2025-09-11 02:12:00] "GET /virtual-networks?parent_id=cd1fe073-38f9-4766-b29b-998ff0dd8186&detail=False&count=False&shared=False HTTP/1.1" 200 569 0.003311 10.0.0.249 - - [2025-09-11 02:12:00] "GET /virtual-network/f041338e-c961-453b-adb3-63cd456230a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.005278 10.0.0.249 - - [2025-09-11 02:12:01] "POST /neutron/port HTTP/1.1" 200 1086 0.017528 10.0.0.249 - - [2025-09-11 02:12:01] "POST /neutron/subnet HTTP/1.1" 200 699 0.010036 10.0.0.249 - - [2025-09-11 02:12:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003485 10.0.0.249 - - [2025-09-11 02:12:01] "GET /global-vrouter-config/34ac33d4-7223-40b7-b082-da1d7603178b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004012 10.0.0.249 - - [2025-09-11 02:12:01] "GET /virtual-networks?parent_id=cd1fe073-38f9-4766-b29b-998ff0dd8186&detail=False&count=False&shared=False HTTP/1.1" 200 569 0.003404 10.0.0.249 - - [2025-09-11 02:12:01] "GET /virtual-network/f041338e-c961-453b-adb3-63cd456230a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.008226 10.0.0.49 - - [2025-09-11 02:12:01] "GET /obj-perms HTTP/1.1" 200 5075 0.049793 10.0.0.249 - - [2025-09-11 02:12:05] "POST /neutron/router HTTP/1.1" 200 580 0.003919 10.0.0.49 - - [2025-09-11 02:12:06] "POST /ref-update HTTP/1.1" 200 156 0.014475 10.0.0.249 - - [2025-09-11 02:12:12] "POST /neutron/router HTTP/1.1" 200 580 0.008166 10.0.0.49 - - [2025-09-11 02:12:16] "GET /projects?obj_uuids=cd1fe073-38f9-4766-b29b-998ff0dd8186&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001050 10.0.0.249 - - [2025-09-11 02:12:16] "POST /neutron/router HTTP/1.1" 200 344 0.335398 10.0.0.49 - - [2025-09-11 02:12:18] "POST /ref-update HTTP/1.1" 200 156 0.013772 10.0.0.249 - - [2025-09-11 02:12:18] "POST /neutron/router HTTP/1.1" 200 580 0.005540 10.0.0.249 - - [2025-09-11 02:12:19] "POST /neutron/router HTTP/1.1" 200 151 0.096842 10.0.0.49 - - [2025-09-11 02:12:19] "DELETE /route-target/7b8d7e72-8cf9-41c5-aa8d-92bbaa46b1a7 HTTP/1.1" 200 115 0.034063 10.0.0.249 - - [2025-09-11 02:12:20] "POST /neutron/port HTTP/1.1" 200 1086 0.023190 10.0.0.249 - - [2025-09-11 02:12:20] "POST /neutron/port HTTP/1.1" 200 1112 0.010778 10.0.0.249 - - [2025-09-11 02:12:21] "POST /neutron/network HTTP/1.1" 200 824 0.006804 10.0.0.49 - - [2025-09-11 02:12:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003794 10.0.0.49 - - [2025-09-11 02:12:21] "POST /useragent-kv HTTP/1.1" 200 115 0.014824 10.0.0.49 - - [2025-09-11 02:12:21] "POST /useragent-kv HTTP/1.1" 200 115 0.002594 10.0.0.249 - - [2025-09-11 02:12:21] "POST /neutron/network HTTP/1.1" 200 151 0.132785 10.0.0.49 - - [2025-09-11 02:12:23] "GET /projects?obj_uuids=cd1fe073-38f9-4766-b29b-998ff0dd8186&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000931 10.0.0.249 - - [2025-09-11 02:12:23] "GET /project/cd1fe073-38f9-4766-b29b-998ff0dd8186?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.061725 10.0.0.49 - - [2025-09-11 02:12:23] "GET /projects?obj_uuids=cd1fe073-38f9-4766-b29b-998ff0dd8186&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001422 10.0.0.249 - - [2025-09-11 02:12:23] "GET /project/cd1fe073-38f9-4766-b29b-998ff0dd8186?fields=virtual_networks HTTP/1.1" 200 1029 0.046634 10.0.0.49 - - [2025-09-11 02:12:23] "GET /projects?obj_uuids=cd1fe073-38f9-4766-b29b-998ff0dd8186&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000965 10.0.0.249 - - [2025-09-11 02:12:23] "GET /project/cd1fe073-38f9-4766-b29b-998ff0dd8186?fields=virtual_machine_interfaces HTTP/1.1" 200 1029 0.057471 10.0.0.49 - - [2025-09-11 02:12:23] "GET /projects?obj_uuids=cd1fe073-38f9-4766-b29b-998ff0dd8186&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000979 10.0.0.249 - - [2025-09-11 02:12:23] "GET /project/cd1fe073-38f9-4766-b29b-998ff0dd8186?fields=security_groups HTTP/1.1" 200 1253 0.045152 10.0.0.249 - - [2025-09-11 02:12:24] "POST /fqname-to-id HTTP/1.1" 404 191 0.036133 10.0.0.49 - - [2025-09-11 02:12:24] "GET /projects?obj_uuids=736cd5d8-b23f-40a1-aef5-f543b3057a17&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002857 10.0.0.49 - - [2025-09-11 02:12:24] "GET /domains?obj_uuids=6cefd47d-baca-4df6-a10c-ec963319da07&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001010 10.0.0.49 - - [2025-09-11 02:12:24] "GET /domain/6cefd47d-baca-4df6-a10c-ec963319da07?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006683 10.0.0.49 - - [2025-09-11 02:12:24] "POST /id-to-fqname HTTP/1.1" 200 193 0.007648 10.0.0.49 - - [2025-09-11 02:12:24] "POST /fqname-to-id HTTP/1.1" 404 202 0.012676 10.0.0.49 - - [2025-09-11 02:12:24] "POST /security-groups HTTP/1.1" 200 594 0.073237 10.0.0.49 - - [2025-09-11 02:12:24] "POST /projects HTTP/1.1" 200 591 0.289216 10.0.0.49 - - [2025-09-11 02:12:24] "POST /access-control-lists HTTP/1.1" 200 599 0.027004 10.0.0.49 - - [2025-09-11 02:12:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.365344 10.0.0.249 - - [2025-09-11 02:12:24] "GET /project/736cd5d8-b23f-40a1-aef5-f543b3057a17?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.510226 10.0.0.249 - - [2025-09-11 02:12:25] "GET / HTTP/1.1" 200 35931 0.001491 10.0.0.249 - - [2025-09-11 02:12:28] "GET /project/736cd5d8-b23f-40a1-aef5-f543b3057a17?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000503 10.0.0.49 - - [2025-09-11 02:12:28] "GET /projects?obj_uuids=736cd5d8-b23f-40a1-aef5-f543b3057a17&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000990 10.0.0.249 - - [2025-09-11 02:12:28] "GET /project/736cd5d8-b23f-40a1-aef5-f543b3057a17?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.073865 10.0.0.249 - - [2025-09-11 02:12:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.002673 10.0.0.249 - - [2025-09-11 02:12:28] "GET /security-group/b5d70104-99fe-42b1-9c7b-50830c5c7b2d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3764 0.006661 10.0.0.249 - - [2025-09-11 02:12:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003326 10.0.0.49 - - [2025-09-11 02:12:28] "GET /projects?obj_uuids=736cd5d8-b23f-40a1-aef5-f543b3057a17&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001095 10.0.0.249 - - [2025-09-11 02:12:28] "GET /project/736cd5d8-b23f-40a1-aef5-f543b3057a17?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.041276 10.0.0.249 - - [2025-09-11 02:12:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003242 10.0.0.249 - - [2025-09-11 02:12:28] "GET /security-group/b5d70104-99fe-42b1-9c7b-50830c5c7b2d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3764 0.004127 10.0.0.249 - - [2025-09-11 02:12:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003067 10.0.0.249 - - [2025-09-11 02:12:28] "PUT /security-group/b5d70104-99fe-42b1-9c7b-50830c5c7b2d HTTP/1.1" 200 262 0.019359 10.0.0.49 - - [2025-09-11 02:12:28] "PUT /access-control-list/99ca0ebe-f983-479a-939a-667fecafb4bb HTTP/1.1" 200 272 0.011222 10.0.0.249 - - [2025-09-11 02:12:28] "POST /fqname-to-id HTTP/1.1" 404 202 0.007546 10.0.0.249 - - [2025-09-11 02:12:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003391 10.0.0.49 - - [2025-09-11 02:12:28] "GET /projects?obj_uuids=736cd5d8-b23f-40a1-aef5-f543b3057a17&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001463 10.0.0.249 - - [2025-09-11 02:12:28] "GET /project/736cd5d8-b23f-40a1-aef5-f543b3057a17?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.036889 10.0.0.49 - - [2025-09-11 02:12:29] "POST /ref-update HTTP/1.1" 200 156 0.025027 10.0.0.49 - - [2025-09-11 02:12:29] "POST /useragent-kv HTTP/1.1" 200 115 0.009419 10.0.0.249 - - [2025-09-11 02:12:29] "POST /neutron/subnet HTTP/1.1" 200 725 0.279912 10.0.0.249 - - [2025-09-11 02:12:29] "POST /id-to-fqname HTTP/1.1" 200 223 0.001537 10.0.0.249 - - [2025-09-11 02:12:29] "GET /virtual-network/1cc526f6-554c-4f96-be02-6cddfa94c723?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.005712 10.0.0.249 - - [2025-09-11 02:12:29] "GET /virtual-network/1cc526f6-554c-4f96-be02-6cddfa94c723?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.004904 10.0.0.249 - - [2025-09-11 02:12:29] "POST /neutron/network HTTP/1.1" 200 827 0.005735 10.0.0.249 - - [2025-09-11 02:12:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003265 10.0.0.49 - - [2025-09-11 02:12:29] "GET /projects?obj_uuids=736cd5d8-b23f-40a1-aef5-f543b3057a17&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000992 10.0.0.249 - - [2025-09-11 02:12:29] "GET /project/736cd5d8-b23f-40a1-aef5-f543b3057a17?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.052323 10.0.0.49 - - [2025-09-11 02:12:29] "GET /projects?obj_uuids=736cd5d8-b23f-40a1-aef5-f543b3057a17&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000964 10.0.0.249 - - [2025-09-11 02:12:30] "POST /neutron/network HTTP/1.1" 200 615 0.177982 10.0.0.249 - - [2025-09-11 02:12:30] "POST /id-to-fqname HTTP/1.1" 200 227 0.003849 10.0.0.249 - - [2025-09-11 02:12:30] "GET /virtual-network/d205a03a-5b46-4524-8fa9-7982a200a936?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2065 0.005420 10.0.0.249 - - [2025-09-11 02:12:30] "POST /neutron/network HTTP/1.1" 200 835 0.007011 10.0.0.249 - - [2025-09-11 02:12:30] "GET /virtual-network/d205a03a-5b46-4524-8fa9-7982a200a936?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2065 0.007227 10.0.0.249 - - [2025-09-11 02:12:30] "POST /id-to-fqname HTTP/1.1" 200 223 0.001133 10.0.0.249 - - [2025-09-11 02:12:30] "POST /neutron/network HTTP/1.1" 200 837 0.006833 10.0.0.49 - - [2025-09-11 02:12:31] "GET /projects?obj_uuids=736cd5d8-b23f-40a1-aef5-f543b3057a17&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001058 10.0.0.249 - - [2025-09-11 02:12:31] "GET /project/736cd5d8-b23f-40a1-aef5-f543b3057a17?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.068341 10.0.0.249 - - [2025-09-11 02:12:31] "POST /neutron/port HTTP/1.1" 200 117 0.007850 10.0.0.249 - - [2025-09-11 02:12:31] "POST /id-to-fqname HTTP/1.1" 200 227 0.001526 10.0.0.249 - - [2025-09-11 02:12:31] "POST /neutron/network HTTP/1.1" 200 837 0.007041 10.0.0.249 - - [2025-09-11 02:12:32] "POST /neutron/port HTTP/1.1" 200 1063 0.013125 10.0.0.49 - - [2025-09-11 02:12:32] "GET /projects?obj_uuids=736cd5d8-b23f-40a1-aef5-f543b3057a17&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000991 10.0.0.249 - - [2025-09-11 02:12:32] "POST /neutron/floatingip HTTP/1.1" 200 117 0.020972 10.0.0.249 - - [2025-09-11 02:12:32] "GET /project/736cd5d8-b23f-40a1-aef5-f543b3057a17?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.121040 10.0.0.249 - - [2025-09-11 02:12:32] "POST /neutron/network HTTP/1.1" 200 835 0.007884 10.0.0.249 - - [2025-09-11 02:12:32] "POST /neutron/security_group HTTP/1.1" 200 2002 0.007277 10.0.0.249 - - [2025-09-11 02:12:32] "POST /neutron/router HTTP/1.1" 200 585 0.005161 10.0.0.49 - - [2025-09-11 02:12:32] "POST /route-targets HTTP/1.1" 200 327 0.018485 10.0.0.22 - - [2025-09-11 02:12:32] "GET /logical-router/d68d8acd-5474-4429-9c84-f9c8aa26c536?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1642 0.021645 10.0.0.49 - - [2025-09-11 02:12:32] "GET /projects?obj_uuids=736cd5d8-b23f-40a1-aef5-f543b3057a17&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001269 10.0.0.22 - - [2025-09-11 02:12:32] "POST /fqname-to-id HTTP/1.1" 404 215 0.002611 10.0.0.49 - - [2025-09-11 02:12:33] "POST /ref-update HTTP/1.1" 200 156 0.036190 10.0.0.22 - - [2025-09-11 02:12:33] "POST /route-tables HTTP/1.1" 200 582 0.070533 10.0.0.249 - - [2025-09-11 02:12:33] "POST /neutron/router HTTP/1.1" 200 344 0.473743 10.0.0.249 - - [2025-09-11 02:12:33] "POST /neutron/port HTTP/1.1" 200 1091 0.056793 10.0.0.22 - - [2025-09-11 02:12:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.006903 10.0.0.249 - - [2025-09-11 02:12:33] "POST /neutron/port HTTP/1.1" 200 1064 0.033657 10.0.0.22 - - [2025-09-11 02:12:33] "POST /virtual-machine-interfaces HTTP/1.1" 200 812 0.144131 10.0.0.22 - - [2025-09-11 02:12:33] "POST /instance-ips HTTP/1.1" 400 246 0.039941 10.0.0.249 - - [2025-09-11 02:12:34] "POST /neutron/floatingip HTTP/1.1" 200 117 0.008507 10.0.0.22 - - [2025-09-11 02:12:34] "PUT /instance-ip/fb7db270-266b-4ec4-b54e-1562c875c695 HTTP/1.1" 200 256 0.062663 10.0.0.249 - - [2025-09-11 02:12:34] "POST /neutron/network HTTP/1.1" 200 835 0.011354 10.0.0.22 - - [2025-09-11 02:12:34] "POST /chown HTTP/1.1" 200 109 0.029991 10.0.0.22 - - [2025-09-11 02:12:34] "POST /chown HTTP/1.1" 200 109 0.011520 10.0.0.22 - - [2025-09-11 02:12:34] "POST /ref-update HTTP/1.1" 200 156 0.028158 10.0.0.49 - - [2025-09-11 02:12:34] "PUT /routing-instance/a4614797-4628-4839-9412-b52180bfa7f6 HTTP/1.1" 200 266 0.044510 10.0.0.22 - - [2025-09-11 02:12:34] "POST /virtual-machine-interfaces HTTP/1.1" 200 812 0.102685 10.0.0.22 - - [2025-09-11 02:12:34] "POST /chown HTTP/1.1" 200 109 0.013040 10.0.0.22 - - [2025-09-11 02:12:34] "POST /ref-update HTTP/1.1" 200 156 0.028970 10.0.0.22 - - [2025-09-11 02:12:35] "POST /chown HTTP/1.1" 200 109 0.027543 10.0.0.22 - - [2025-09-11 02:12:35] "PUT /virtual-machine-interface/e7586c3d-5dde-4042-87c9-81356686be05 HTTP/1.1" 200 284 0.026597 10.0.0.22 - - [2025-09-11 02:12:35] "POST /ref-update HTTP/1.1" 200 156 0.026509 10.0.0.249 - - [2025-09-11 02:12:38] "POST /neutron/port HTTP/1.1" 200 1091 0.016081 10.0.0.249 - - [2025-09-11 02:12:38] "POST /neutron/security_group HTTP/1.1" 200 2002 0.007393 10.0.0.249 - - [2025-09-11 02:12:38] "GET /virtual-machine/cc3e35cf-b4c5-46a7-a4aa-9bee539fc15f HTTP/1.1" 401 293 0.000432 10.0.0.249 - - [2025-09-11 02:12:39] "GET /virtual-machine/cc3e35cf-b4c5-46a7-a4aa-9bee539fc15f HTTP/1.1" 200 1296 0.026046 10.0.0.249 - - [2025-09-11 02:12:39] "GET /virtual-machine-interface/3ac91a77-b265-4267-a0c5-e4aa48a0ada0 HTTP/1.1" 200 2956 0.005921 10.0.0.249 - - [2025-09-11 02:12:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003420 10.0.0.249 - - [2025-09-11 02:12:39] "GET /global-vrouter-config/34ac33d4-7223-40b7-b082-da1d7603178b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003567 10.0.0.249 - - [2025-09-11 02:12:39] "GET /virtual-networks?parent_id=736cd5d8-b23f-40a1-aef5-f543b3057a17&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.002835 10.0.0.249 - - [2025-09-11 02:12:39] "GET /virtual-network/1cc526f6-554c-4f96-be02-6cddfa94c723?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.005675 10.0.0.249 - - [2025-09-11 02:12:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004426 10.0.0.249 - - [2025-09-11 02:12:42] "GET /virtual-network/1cc526f6-554c-4f96-be02-6cddfa94c723?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.005821 10.0.0.249 - - [2025-09-11 02:12:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003606 10.0.0.249 - - [2025-09-11 02:12:44] "GET /global-vrouter-config/34ac33d4-7223-40b7-b082-da1d7603178b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004004 10.0.0.249 - - [2025-09-11 02:12:44] "GET /virtual-networks?parent_id=736cd5d8-b23f-40a1-aef5-f543b3057a17&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.003257 10.0.0.249 - - [2025-09-11 02:12:44] "GET /virtual-network/1cc526f6-554c-4f96-be02-6cddfa94c723?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.005618 10.0.0.249 - - [2025-09-11 02:12:44] "POST /neutron/port HTTP/1.1" 200 1092 0.016640 10.0.0.249 - - [2025-09-11 02:12:44] "POST /neutron/security_group HTTP/1.1" 200 2002 0.006776 10.0.0.249 - - [2025-09-11 02:12:44] "GET /virtual-machine/8b9f88ca-6ec7-4361-99e3-a51583e29f2f HTTP/1.1" 200 1296 0.005644 10.0.0.249 - - [2025-09-11 02:12:44] "GET /virtual-machine-interface/2d6ac1cc-6776-4d9a-9d1a-97d42326c1af HTTP/1.1" 200 2968 0.005000 10.0.0.249 - - [2025-09-11 02:12:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003647 10.0.0.249 - - [2025-09-11 02:12:44] "GET /global-vrouter-config/34ac33d4-7223-40b7-b082-da1d7603178b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003753 10.0.0.249 - - [2025-09-11 02:12:44] "GET /virtual-networks?parent_id=736cd5d8-b23f-40a1-aef5-f543b3057a17&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.002737 10.0.0.249 - - [2025-09-11 02:12:44] "GET /virtual-network/d205a03a-5b46-4524-8fa9-7982a200a936?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2065 0.006037 10.0.0.249 - - [2025-09-11 02:12:45] "POST /neutron/port HTTP/1.1" 200 1092 0.014598 10.0.0.249 - - [2025-09-11 02:12:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004942 10.0.0.249 - - [2025-09-11 02:12:48] "GET /global-vrouter-config/34ac33d4-7223-40b7-b082-da1d7603178b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004743 10.0.0.249 - - [2025-09-11 02:12:48] "GET /virtual-networks?parent_id=736cd5d8-b23f-40a1-aef5-f543b3057a17&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.003263 10.0.0.249 - - [2025-09-11 02:12:48] "GET /virtual-network/d205a03a-5b46-4524-8fa9-7982a200a936?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2065 0.007957 10.0.0.49 - - [2025-09-11 02:12:52] "POST /ref-update HTTP/1.1" 200 156 0.041923 10.0.0.249 - - [2025-09-11 02:12:52] "POST /neutron/router HTTP/1.1" 200 344 0.202707 10.0.0.22 - - [2025-09-11 02:12:52] "GET /service-instance/56b759a3-4276-4743-8c9d-32fb7ac69927?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2315 0.005942 10.0.0.22 - - [2025-09-11 02:12:52] "DELETE /route-table/c8656488-28a0-4668-a7ca-e9b752efb88e HTTP/1.1" 200 115 0.079570 10.0.0.49 - - [2025-09-11 02:12:52] "POST /ref-update HTTP/1.1" 200 156 0.042811 10.0.0.22 - - [2025-09-11 02:12:52] "POST /ref-update HTTP/1.1" 200 156 0.045312 10.0.0.249 - - [2025-09-11 02:12:52] "POST /neutron/network HTTP/1.1" 200 835 0.006281 10.0.0.49 - - [2025-09-11 02:12:52] "POST /useragent-kv HTTP/1.1" 200 115 0.005411 10.0.0.49 - - [2025-09-11 02:12:52] "POST /useragent-kv HTTP/1.1" 200 115 0.003390 10.0.0.22 - - [2025-09-11 02:12:52] "DELETE /virtual-network/b378751b-f271-4013-b922-35a87c11d3fc HTTP/1.1" 200 115 0.201488 10.0.0.49 - - [2025-09-11 02:12:52] "DELETE /route-target/961e268b-a03f-423a-bf87-5823c212fc13 HTTP/1.1" 200 115 0.053250 10.0.0.22 - - [2025-09-11 02:12:52] "GET /service-instance/56b759a3-4276-4743-8c9d-32fb7ac69927?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.004310 10.0.0.22 - - [2025-09-11 02:12:52] "GET /instance-ip/fb7db270-266b-4ec4-b54e-1562c875c695?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2098 0.006053 10.0.0.249 - - [2025-09-11 02:12:53] "POST /neutron/port HTTP/1.1" 200 1118 0.020422 10.0.0.22 - - [2025-09-11 02:12:53] "DELETE /virtual-machine-interface/0c4787d6-e5ce-41b6-afd6-2b65f23fca7e HTTP/1.1" 200 115 0.055503 10.0.0.249 - - [2025-09-11 02:12:53] "POST /neutron/port HTTP/1.1" 200 1117 0.024029 10.0.0.22 - - [2025-09-11 02:12:53] "GET /virtual-machine-interface/e7586c3d-5dde-4042-87c9-81356686be05?fields=instance_ip_back_refs%2Cinterface_route_table_refs%2Cfloating_ip_back_refs HTTP/1.1" 200 1333 0.008665 10.0.0.22 - - [2025-09-11 02:12:53] "POST /ref-update HTTP/1.1" 200 156 0.020639 10.0.0.22 - - [2025-09-11 02:12:53] "DELETE /virtual-machine-interface/62d10134-cbbc-4010-bcda-6cbf69d11244 HTTP/1.1" 200 115 0.058819 10.0.0.49 - - [2025-09-11 02:12:54] "DELETE /project/736cd5d8b23f40a1aef5f543b3057a17 HTTP/1.1" 404 173 0.003097 10.0.0.49 - - [2025-09-11 02:12:54] "DELETE /project/cd1fe073-38f9-4766-b29b-998ff0dd8186 HTTP/1.1" 404 177 0.005915 10.0.0.49 - - [2025-09-11 02:12:54] "POST /useragent-kv HTTP/1.1" 200 115 0.003827 10.0.0.49 - - [2025-09-11 02:12:54] "POST /useragent-kv HTTP/1.1" 200 115 0.004102 10.0.0.249 - - [2025-09-11 02:12:54] "POST /neutron/network HTTP/1.1" 200 151 0.129025 10.0.0.49 - - [2025-09-11 02:12:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003430 10.0.0.49 - - [2025-09-11 02:12:56] "GET /projects?obj_uuids=736cd5d8-b23f-40a1-aef5-f543b3057a17&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001091 10.0.0.249 - - [2025-09-11 02:12:56] "GET /project/736cd5d8-b23f-40a1-aef5-f543b3057a17?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.048521 10.0.0.49 - - [2025-09-11 02:12:56] "GET /projects?obj_uuids=736cd5d8-b23f-40a1-aef5-f543b3057a17&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001119 10.0.0.249 - - [2025-09-11 02:12:56] "GET /project/736cd5d8-b23f-40a1-aef5-f543b3057a17?fields=virtual_networks HTTP/1.1" 200 1038 0.047120 10.0.0.49 - - [2025-09-11 02:12:56] "GET /projects?obj_uuids=736cd5d8-b23f-40a1-aef5-f543b3057a17&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001293 10.0.0.249 - - [2025-09-11 02:12:56] "GET /project/736cd5d8-b23f-40a1-aef5-f543b3057a17?fields=virtual_machine_interfaces HTTP/1.1" 200 1038 0.062478 10.0.0.49 - - [2025-09-11 02:12:56] "GET /projects?obj_uuids=736cd5d8-b23f-40a1-aef5-f543b3057a17&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000962 10.0.0.249 - - [2025-09-11 02:12:56] "GET /project/736cd5d8-b23f-40a1-aef5-f543b3057a17?fields=security_groups HTTP/1.1" 200 1267 0.070889 10.0.0.249 - - [2025-09-11 02:12:57] "POST /fqname-to-id HTTP/1.1" 404 196 0.027519 10.0.0.49 - - [2025-09-11 02:12:57] "GET /projects?obj_uuids=54a6e509-4be8-4ace-b69d-3dc385d40cfb&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.005406 10.0.0.49 - - [2025-09-11 02:12:57] "GET /domains?obj_uuids=6cefd47d-baca-4df6-a10c-ec963319da07&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001525 10.0.0.49 - - [2025-09-11 02:12:57] "GET /domain/6cefd47d-baca-4df6-a10c-ec963319da07?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008400 10.0.0.49 - - [2025-09-11 02:12:57] "POST /id-to-fqname HTTP/1.1" 200 198 0.005721 10.0.0.49 - - [2025-09-11 02:12:57] "POST /fqname-to-id HTTP/1.1" 404 207 0.007707 10.0.0.49 - - [2025-09-11 02:12:57] "POST /security-groups HTTP/1.1" 200 599 0.034131 10.0.0.49 - - [2025-09-11 02:12:57] "POST /projects HTTP/1.1" 200 601 0.267973 10.0.0.49 - - [2025-09-11 02:12:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.305685 10.0.0.49 - - [2025-09-11 02:12:57] "POST /access-control-lists HTTP/1.1" 200 604 0.034624 10.0.0.249 - - [2025-09-11 02:12:57] "GET /project/54a6e509-4be8-4ace-b69d-3dc385d40cfb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.470963 10.0.0.249 - - [2025-09-11 02:12:58] "GET / HTTP/1.1" 200 35931 0.001571 10.0.0.249 - - [2025-09-11 02:13:00] "POST /fqname-to-id HTTP/1.1" 401 293 0.000515 10.0.0.249 - - [2025-09-11 02:13:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.055023 10.0.0.49 - - [2025-09-11 02:13:01] "GET /projects?obj_uuids=54a6e509-4be8-4ace-b69d-3dc385d40cfb&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001055 10.0.0.249 - - [2025-09-11 02:13:01] "GET /project/54a6e509-4be8-4ace-b69d-3dc385d40cfb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.048839 10.0.0.249 - - [2025-09-11 02:13:01] "POST /neutron/network HTTP/1.1" 200 117 0.032690 10.0.0.49 - - [2025-09-11 02:13:01] "POST /route-targets HTTP/1.1" 200 327 0.013135 10.0.0.49 - - [2025-09-11 02:13:01] "POST /useragent-kv HTTP/1.1" 200 115 0.007737 10.0.0.249 - - [2025-09-11 02:13:01] "POST /neutron/subnet HTTP/1.1" 200 823 0.170992 10.0.0.249 - - [2025-09-11 02:13:01] "POST /id-to-fqname HTTP/1.1" 200 228 0.001206 10.0.0.249 - - [2025-09-11 02:13:01] "GET /virtual-network/6c39146c-47b0-4e26-aca5-3a57b8285407?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2643 0.006022 10.0.0.249 - - [2025-09-11 02:13:01] "GET /virtual-network/6c39146c-47b0-4e26-aca5-3a57b8285407?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2643 0.005448 10.0.0.249 - - [2025-09-11 02:13:01] "POST /neutron/network HTTP/1.1" 200 1007 0.008826 10.0.0.249 - - [2025-09-11 02:13:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003261 10.0.0.49 - - [2025-09-11 02:13:01] "GET /projects?obj_uuids=54a6e509-4be8-4ace-b69d-3dc385d40cfb&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000946 10.0.0.249 - - [2025-09-11 02:13:02] "GET /project/54a6e509-4be8-4ace-b69d-3dc385d40cfb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.043777 10.0.0.49 - - [2025-09-11 02:13:02] "POST /fqname-to-id HTTP/1.1" 404 207 0.296680 10.0.0.249 - - [2025-09-11 02:13:02] "POST /neutron/network HTTP/1.1" 200 117 0.012299 10.0.0.49 - - [2025-09-11 02:13:02] "POST /ref-update HTTP/1.1" 200 156 0.029115 10.0.0.49 - - [2025-09-11 02:13:02] "POST /useragent-kv HTTP/1.1" 200 115 0.004548 10.0.0.249 - - [2025-09-11 02:13:02] "POST /neutron/subnet HTTP/1.1" 200 823 0.240774 10.0.0.249 - - [2025-09-11 02:13:02] "POST /id-to-fqname HTTP/1.1" 200 228 0.001278 10.0.0.249 - - [2025-09-11 02:13:02] "GET /virtual-network/7027c368-2692-4c8c-ae76-e2a55c4fd67d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.008718 10.0.0.249 - - [2025-09-11 02:13:02] "GET /virtual-network/7027c368-2692-4c8c-ae76-e2a55c4fd67d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.005432 10.0.0.249 - - [2025-09-11 02:13:02] "POST /neutron/network HTTP/1.1" 200 1006 0.008438 10.0.0.249 - - [2025-09-11 02:13:02] "POST /fqname-to-id HTTP/1.1" 404 234 0.002927 10.0.0.249 - - [2025-09-11 02:13:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003620 10.0.0.49 - - [2025-09-11 02:13:02] "GET /projects?obj_uuids=54a6e509-4be8-4ace-b69d-3dc385d40cfb&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001021 10.0.0.249 - - [2025-09-11 02:13:02] "GET /project/54a6e509-4be8-4ace-b69d-3dc385d40cfb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.043473 10.0.0.249 - - [2025-09-11 02:13:03] "POST /network-policys HTTP/1.1" 200 577 0.069840 10.0.0.249 - - [2025-09-11 02:13:03] "GET /network-policy/8649d220-f607-4ae4-a607-8a19eabb9c07?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3128 0.005871 10.0.0.249 - - [2025-09-11 02:13:03] "POST /neutron/network HTTP/1.1" 200 1007 0.009003 10.0.0.249 - - [2025-09-11 02:13:03] "GET /virtual-network/6c39146c-47b0-4e26-aca5-3a57b8285407?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2967 0.007109 10.0.0.249 - - [2025-09-11 02:13:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.002744 10.0.0.249 - - [2025-09-11 02:13:03] "GET /network-policy/8649d220-f607-4ae4-a607-8a19eabb9c07?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3128 0.003886 10.0.0.249 - - [2025-09-11 02:13:03] "POST /neutron/network HTTP/1.1" 200 1006 0.009202 10.0.0.49 - - [2025-09-11 02:13:03] "POST /fqname-to-id HTTP/1.1" 404 207 0.013658 10.0.0.49 - - [2025-09-11 02:13:03] "POST /fqname-to-id HTTP/1.1" 404 242 0.004399 10.0.0.249 - - [2025-09-11 02:13:03] "GET /virtual-network/7027c368-2692-4c8c-ae76-e2a55c4fd67d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2964 0.008088 10.0.0.249 - - [2025-09-11 02:13:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.002983 10.0.0.249 - - [2025-09-11 02:13:03] "GET /network-policy/8649d220-f607-4ae4-a607-8a19eabb9c07?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3128 0.005919 10.0.0.49 - - [2025-09-11 02:13:03] "PUT /access-control-list/534855b0-b373-435e-a570-04447c0b68ea HTTP/1.1" 200 272 0.074978 10.0.0.249 - - [2025-09-11 02:13:04] "GET /virtual-network/6c39146c-47b0-4e26-aca5-3a57b8285407?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2967 0.005743 10.0.0.22 - - [2025-09-11 02:13:05] "GET /obj-perms HTTP/1.1" 200 5065 0.057070 10.0.0.249 - - [2025-09-11 02:13:05] "GET /virtual-network/7027c368-2692-4c8c-ae76-e2a55c4fd67d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2964 0.006817 10.0.0.249 - - [2025-09-11 02:13:05] "GET /obj-perms HTTP/1.1" 200 5065 0.050787 10.0.0.249 - - [2025-09-11 02:13:06] "POST /id-to-fqname HTTP/1.1" 200 228 0.001224 10.0.0.249 - - [2025-09-11 02:13:06] "POST /neutron/network HTTP/1.1" 200 1125 0.009663 10.0.0.49 - - [2025-09-11 02:13:06] "GET /projects?obj_uuids=54a6e509-4be8-4ace-b69d-3dc385d40cfb&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001029 10.0.0.249 - - [2025-09-11 02:13:07] "GET /project/54a6e509-4be8-4ace-b69d-3dc385d40cfb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.069571 10.0.0.249 - - [2025-09-11 02:13:07] "POST /neutron/port HTTP/1.1" 200 117 0.006736 10.0.0.249 - - [2025-09-11 02:13:07] "POST /id-to-fqname HTTP/1.1" 200 228 0.001461 10.0.0.249 - - [2025-09-11 02:13:07] "POST /neutron/network HTTP/1.1" 200 1125 0.010567 10.0.0.249 - - [2025-09-11 02:13:08] "POST /neutron/port HTTP/1.1" 200 1176 0.019619 10.0.0.49 - - [2025-09-11 02:13:08] "GET /projects?obj_uuids=54a6e509-4be8-4ace-b69d-3dc385d40cfb&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001620 10.0.0.249 - - [2025-09-11 02:13:08] "GET /project/54a6e509-4be8-4ace-b69d-3dc385d40cfb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.088911 10.0.0.249 - - [2025-09-11 02:13:08] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003618 10.0.0.249 - - [2025-09-11 02:13:08] "POST /neutron/subnet HTTP/1.1" 200 1389 0.013576 10.0.0.249 - - [2025-09-11 02:13:08] "POST /neutron/network HTTP/1.1" 200 1115 0.017250 10.0.0.249 - - [2025-09-11 02:13:08] "POST /neutron/port HTTP/1.1" 200 117 0.006192 10.0.0.249 - - [2025-09-11 02:13:08] "POST /neutron/network HTTP/1.1" 200 1124 0.008841 10.0.0.249 - - [2025-09-11 02:13:09] "POST /neutron/port HTTP/1.1" 200 1175 0.016947 10.0.0.249 - - [2025-09-11 02:13:09] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004218 10.0.0.249 - - [2025-09-11 02:13:09] "POST /neutron/port HTTP/1.1" 200 117 0.001285 10.0.0.249 - - [2025-09-11 02:13:13] "POST /neutron/port HTTP/1.1" 200 1204 0.016175 10.0.0.249 - - [2025-09-11 02:13:13] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007146 10.0.0.249 - - [2025-09-11 02:13:13] "GET /virtual-machine/7831b36d-7eea-469e-a83c-569ee59555f3 HTTP/1.1" 401 293 0.000400 10.0.0.249 - - [2025-09-11 02:13:14] "GET /virtual-machine/7831b36d-7eea-469e-a83c-569ee59555f3 HTTP/1.1" 200 1300 0.029398 10.0.0.249 - - [2025-09-11 02:13:14] "GET /virtual-machine-interface/0bb32c0e-6905-4ee0-b6bc-912af0e3cc0a HTTP/1.1" 200 3174 0.004996 10.0.0.249 - - [2025-09-11 02:13:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004039 10.0.0.249 - - [2025-09-11 02:13:14] "GET /global-vrouter-config/34ac33d4-7223-40b7-b082-da1d7603178b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004335 10.0.0.249 - - [2025-09-11 02:13:14] "GET /virtual-networks?parent_id=54a6e509-4be8-4ace-b69d-3dc385d40cfb&detail=False&count=False&shared=False HTTP/1.1" 200 587 0.003573 10.0.0.249 - - [2025-09-11 02:13:14] "GET /virtual-network/6c39146c-47b0-4e26-aca5-3a57b8285407?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2967 0.007051 10.0.0.249 - - [2025-09-11 02:13:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003345 10.0.0.249 - - [2025-09-11 02:13:17] "GET /virtual-network/6c39146c-47b0-4e26-aca5-3a57b8285407?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2967 0.005530 10.0.0.249 - - [2025-09-11 02:13:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003219 10.0.0.249 - - [2025-09-11 02:13:21] "GET /virtual-network/6c39146c-47b0-4e26-aca5-3a57b8285407?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2967 0.005340 10.0.0.249 - - [2025-09-11 02:13:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003353 10.0.0.249 - - [2025-09-11 02:13:25] "GET /virtual-network/6c39146c-47b0-4e26-aca5-3a57b8285407?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2967 0.005553 10.0.0.249 - - [2025-09-11 02:13:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003695 10.0.0.249 - - [2025-09-11 02:13:29] "GET /virtual-network/6c39146c-47b0-4e26-aca5-3a57b8285407?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2967 0.005924 10.0.0.249 - - [2025-09-11 02:13:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003505 10.0.0.249 - - [2025-09-11 02:13:33] "GET /virtual-network/6c39146c-47b0-4e26-aca5-3a57b8285407?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2967 0.005812 10.0.0.249 - - [2025-09-11 02:13:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003476 10.0.0.249 - - [2025-09-11 02:13:37] "GET /virtual-network/6c39146c-47b0-4e26-aca5-3a57b8285407?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2967 0.006054 10.0.0.249 - - [2025-09-11 02:13:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003724 10.0.0.249 - - [2025-09-11 02:13:42] "GET /virtual-network/6c39146c-47b0-4e26-aca5-3a57b8285407?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2967 0.005206 10.0.0.249 - - [2025-09-11 02:13:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003458 10.0.0.249 - - [2025-09-11 02:13:46] "GET /virtual-network/6c39146c-47b0-4e26-aca5-3a57b8285407?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2967 0.006476 10.0.0.249 - - [2025-09-11 02:13:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003518 10.0.0.249 - - [2025-09-11 02:13:48] "GET /global-vrouter-config/34ac33d4-7223-40b7-b082-da1d7603178b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003429 10.0.0.249 - - [2025-09-11 02:13:48] "GET /virtual-networks?parent_id=54a6e509-4be8-4ace-b69d-3dc385d40cfb&detail=False&count=False&shared=False HTTP/1.1" 200 587 0.002782 10.0.0.249 - - [2025-09-11 02:13:48] "GET /virtual-network/6c39146c-47b0-4e26-aca5-3a57b8285407?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2967 0.005981 10.0.0.249 - - [2025-09-11 02:13:48] "POST /neutron/port HTTP/1.1" 200 1204 0.015459 10.0.0.49 - - [2025-09-11 02:13:52] "DELETE /access-control-list/be4899a2-5e04-4783-abca-d2daafd63d28 HTTP/1.1" 200 115 0.041374 10.0.0.249 - - [2025-09-11 02:13:53] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007200 10.0.0.49 - - [2025-09-11 02:13:54] "DELETE /project/736cd5d8-b23f-40a1-aef5-f543b3057a17 HTTP/1.1" 404 177 0.004225 10.0.0.49 - - [2025-09-11 02:13:54] "DELETE /project/54a6e5094be84aceb69d3dc385d40cfb HTTP/1.1" 404 173 0.003982 10.0.0.249 - - [2025-09-11 02:13:58] "POST /neutron/port HTTP/1.1" 200 1204 0.016438 10.0.0.249 - - [2025-09-11 02:14:01] "POST /neutron/port HTTP/1.1" 200 1204 0.038956 10.0.0.249 - - [2025-09-11 02:14:01] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004084 10.0.0.249 - - [2025-09-11 02:14:01] "POST /neutron/port HTTP/1.1" 200 117 0.001414 10.0.0.49 - - [2025-09-11 02:14:02] "GET /obj-perms HTTP/1.1" 200 5075 0.050877 10.0.0.249 - - [2025-09-11 02:14:03] "POST /neutron/port HTTP/1.1" 200 1203 0.017854 10.0.0.249 - - [2025-09-11 02:14:03] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004299 10.0.0.249 - - [2025-09-11 02:14:03] "POST /neutron/port HTTP/1.1" 200 117 0.001176 10.0.0.249 - - [2025-09-11 02:14:03] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007375 10.0.0.249 - - [2025-09-11 02:14:09] "POST /neutron/port HTTP/1.1" 200 1203 0.017291 10.0.0.249 - - [2025-09-11 02:14:09] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008151 10.0.0.249 - - [2025-09-11 02:14:09] "GET /virtual-machine/65e42849-dbad-420e-8759-e612706bc08c HTTP/1.1" 200 1299 0.005606 10.0.0.249 - - [2025-09-11 02:14:09] "GET /virtual-machine-interface/77ddc106-8949-408f-b08d-cbdbcf2f1a5c HTTP/1.1" 200 3175 0.007799 10.0.0.249 - - [2025-09-11 02:14:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003480 10.0.0.249 - - [2025-09-11 02:14:09] "GET /global-vrouter-config/34ac33d4-7223-40b7-b082-da1d7603178b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003892 10.0.0.249 - - [2025-09-11 02:14:09] "GET /virtual-networks?parent_id=54a6e509-4be8-4ace-b69d-3dc385d40cfb&detail=False&count=False&shared=False HTTP/1.1" 200 587 0.003158 10.0.0.249 - - [2025-09-11 02:14:09] "GET /virtual-network/7027c368-2692-4c8c-ae76-e2a55c4fd67d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2964 0.005635 10.0.0.249 - - [2025-09-11 02:14:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003392 10.0.0.249 - - [2025-09-11 02:14:10] "GET /global-vrouter-config/34ac33d4-7223-40b7-b082-da1d7603178b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003802 10.0.0.249 - - [2025-09-11 02:14:10] "GET /virtual-networks?parent_id=54a6e509-4be8-4ace-b69d-3dc385d40cfb&detail=False&count=False&shared=False HTTP/1.1" 200 587 0.002704 10.0.0.249 - - [2025-09-11 02:14:10] "GET /virtual-network/7027c368-2692-4c8c-ae76-e2a55c4fd67d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2964 0.005703 10.0.0.249 - - [2025-09-11 02:14:12] "POST /neutron/port HTTP/1.1" 200 1203 0.015942 10.0.0.249 - - [2025-09-11 02:14:15] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008520 10.0.0.249 - - [2025-09-11 02:14:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003403 10.0.0.49 - - [2025-09-11 02:14:35] "GET /projects?obj_uuids=54a6e509-4be8-4ace-b69d-3dc385d40cfb&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000889 10.0.0.249 - - [2025-09-11 02:14:35] "GET /project/54a6e509-4be8-4ace-b69d-3dc385d40cfb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.052263 10.0.0.249 - - [2025-09-11 02:14:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003451 10.0.0.249 - - [2025-09-11 02:14:35] "PUT /network-policy/8649d220-f607-4ae4-a607-8a19eabb9c07 HTTP/1.1" 200 262 0.013554 10.0.0.249 - - [2025-09-11 02:14:39] "GET /virtual-network/7027c368-2692-4c8c-ae76-e2a55c4fd67d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2964 0.005813 10.0.0.249 - - [2025-09-11 02:14:39] "POST /neutron/network HTTP/1.1" 200 1114 0.011266 10.0.0.49 - - [2025-09-11 02:14:39] "DELETE /access-control-list/4df6ebc2-96ef-49d6-a36b-5040665f186c HTTP/1.1" 200 115 0.048707 10.0.0.249 - - [2025-09-11 02:14:39] "GET /virtual-network/7027c368-2692-4c8c-ae76-e2a55c4fd67d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.022418 10.0.0.249 - - [2025-09-11 02:14:39] "GET /virtual-network/6c39146c-47b0-4e26-aca5-3a57b8285407?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2967 0.011786 10.0.0.249 - - [2025-09-11 02:14:39] "POST /neutron/network HTTP/1.1" 200 1115 0.017672 10.0.0.249 - - [2025-09-11 02:14:40] "GET /virtual-network/6c39146c-47b0-4e26-aca5-3a57b8285407?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2643 0.011160 10.0.0.49 - - [2025-09-11 02:14:40] "POST /ref-update HTTP/1.1" 200 156 0.031196 10.0.0.249 - - [2025-09-11 02:14:40] "DELETE /network-policy/8649d220-f607-4ae4-a607-8a19eabb9c07 HTTP/1.1" 200 115 0.068598 10.0.0.249 - - [2025-09-11 02:14:40] "POST /neutron/port HTTP/1.1" 200 1203 0.030331 10.0.0.249 - - [2025-09-11 02:14:40] "POST /neutron/network HTTP/1.1" 400 204 0.013236 10.0.0.249 - - [2025-09-11 02:14:40] "POST /neutron/port HTTP/1.1" 200 1230 0.024484 10.0.0.49 - - [2025-09-11 02:14:42] "POST /useragent-kv HTTP/1.1" 200 115 0.005177 10.0.0.49 - - [2025-09-11 02:14:42] "POST /useragent-kv HTTP/1.1" 200 115 0.002987 10.0.0.49 - - [2025-09-11 02:14:42] "POST /useragent-kv HTTP/1.1" 200 115 0.002543 10.0.0.49 - - [2025-09-11 02:14:42] "POST /useragent-kv HTTP/1.1" 200 115 0.007169 10.0.0.249 - - [2025-09-11 02:14:42] "POST /neutron/network HTTP/1.1" 200 151 0.169307 10.0.0.49 - - [2025-09-11 02:14:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.011739 10.0.0.49 - - [2025-09-11 02:14:47] "GET /projects?obj_uuids=54a6e509-4be8-4ace-b69d-3dc385d40cfb&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000963 10.0.0.249 - - [2025-09-11 02:14:47] "GET /project/54a6e509-4be8-4ace-b69d-3dc385d40cfb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.049016 10.0.0.249 - - [2025-09-11 02:14:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.005069 10.0.0.49 - - [2025-09-11 02:14:47] "GET /domains?obj_uuids=6cefd47d-baca-4df6-a10c-ec963319da07&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001258 10.0.0.249 - - [2025-09-11 02:14:47] "GET /domain/6cefd47d-baca-4df6-a10c-ec963319da07?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.008105 10.0.0.249 - - [2025-09-11 02:14:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003463 10.0.0.49 - - [2025-09-11 02:14:47] "GET /projects?obj_uuids=54a6e509-4be8-4ace-b69d-3dc385d40cfb&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000941 10.0.0.249 - - [2025-09-11 02:14:47] "GET /project/54a6e509-4be8-4ace-b69d-3dc385d40cfb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.045631 10.0.0.249 - - [2025-09-11 02:14:48] "GET /domains HTTP/1.1" 200 280 0.003002 10.0.0.49 - - [2025-09-11 02:14:48] "GET /domains?obj_uuids=6cefd47d-baca-4df6-a10c-ec963319da07&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000986 10.0.0.249 - - [2025-09-11 02:14:48] "GET /domain/6cefd47d-baca-4df6-a10c-ec963319da07 HTTP/1.1" 200 2581 0.015064 10.0.0.49 - - [2025-09-11 02:14:48] "GET /projects?obj_uuids=54a6e509-4be8-4ace-b69d-3dc385d40cfb&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001305 10.0.0.249 - - [2025-09-11 02:14:48] "GET /project/54a6e509-4be8-4ace-b69d-3dc385d40cfb HTTP/1.1" 200 1900 0.081457 10.0.0.249 - - [2025-09-11 02:14:48] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 545 0.003253 10.0.0.249 - - [2025-09-11 02:14:48] "POST /network-ipams HTTP/1.1" 200 609 0.029802 10.0.0.249 - - [2025-09-11 02:14:48] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 802 0.003869 10.0.0.249 - - [2025-09-11 02:14:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004541 10.0.0.249 - - [2025-09-11 02:14:48] "GET /network-ipam/adcdc69a-0bba-424c-b68e-69ba60461cdb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1391 0.005952 10.0.0.249 - - [2025-09-11 02:14:48] "PUT /network-ipam/adcdc69a-0bba-424c-b68e-69ba60461cdb HTTP/1.1" 200 258 0.020761 10.0.0.249 - - [2025-09-11 02:14:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003249 10.0.0.49 - - [2025-09-11 02:14:48] "GET /projects?obj_uuids=54a6e509-4be8-4ace-b69d-3dc385d40cfb&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000848 10.0.0.249 - - [2025-09-11 02:14:48] "GET /project/54a6e509-4be8-4ace-b69d-3dc385d40cfb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.045702 10.0.0.249 - - [2025-09-11 02:14:48] "POST /neutron/network HTTP/1.1" 200 117 0.009540 10.0.0.49 - - [2025-09-11 02:14:48] "POST /ref-update HTTP/1.1" 200 156 0.026334 10.0.0.49 - - [2025-09-11 02:14:49] "POST /useragent-kv HTTP/1.1" 200 115 0.002724 10.0.0.249 - - [2025-09-11 02:14:49] "POST /neutron/subnet HTTP/1.1" 200 701 0.190525 10.0.0.49 - - [2025-09-11 02:14:49] "POST /fqname-to-id HTTP/1.1" 404 207 0.003608 10.0.0.249 - - [2025-09-11 02:14:49] "POST /id-to-fqname HTTP/1.1" 200 231 0.001247 10.0.0.249 - - [2025-09-11 02:14:49] "GET /virtual-network/659ce86d-14cf-4b86-9df9-ecf0c7640765?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3195 0.006673 10.0.0.249 - - [2025-09-11 02:14:49] "POST /neutron/network HTTP/1.1" 200 1309 0.011285 10.0.0.249 - - [2025-09-11 02:14:49] "GET /virtual-network/659ce86d-14cf-4b86-9df9-ecf0c7640765?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3195 0.005038 10.0.0.249 - - [2025-09-11 02:14:49] "POST /neutron/subnet HTTP/1.1" 200 701 0.007818 10.0.0.249 - - [2025-09-11 02:14:49] "GET /virtual-network/659ce86d-14cf-4b86-9df9-ecf0c7640765?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3195 0.005825 10.0.0.249 - - [2025-09-11 02:14:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003298 10.0.0.49 - - [2025-09-11 02:14:50] "GET /projects?obj_uuids=54a6e509-4be8-4ace-b69d-3dc385d40cfb&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000837 10.0.0.249 - - [2025-09-11 02:14:50] "GET /project/54a6e509-4be8-4ace-b69d-3dc385d40cfb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.042137 10.0.0.49 - - [2025-09-11 02:14:50] "GET /projects?obj_uuids=54a6e509-4be8-4ace-b69d-3dc385d40cfb&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000938 10.0.0.249 - - [2025-09-11 02:14:50] "POST /neutron/network HTTP/1.1" 200 619 0.140411 10.0.0.49 - - [2025-09-11 02:14:51] "POST /useragent-kv HTTP/1.1" 200 115 0.011029 10.0.0.249 - - [2025-09-11 02:14:51] "POST /neutron/subnet HTTP/1.1" 200 828 0.218546 10.0.0.249 - - [2025-09-11 02:14:51] "POST /id-to-fqname HTTP/1.1" 200 231 0.001286 10.0.0.249 - - [2025-09-11 02:14:51] "GET /virtual-network/2bd53aa4-bae7-4188-aaba-a575ef32940e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3195 0.012617 10.0.0.249 - - [2025-09-11 02:14:51] "GET /virtual-network/2bd53aa4-bae7-4188-aaba-a575ef32940e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3195 0.006965 10.0.0.249 - - [2025-09-11 02:14:51] "POST /neutron/network HTTP/1.1" 200 1309 0.010881 10.0.0.249 - - [2025-09-11 02:14:51] "POST /neutron/subnet HTTP/1.1" 200 828 0.008748 10.0.0.249 - - [2025-09-11 02:14:51] "GET /virtual-network/2bd53aa4-bae7-4188-aaba-a575ef32940e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3195 0.005646 10.0.0.249 - - [2025-09-11 02:14:51] "GET /obj-perms HTTP/1.1" 200 5065 0.003893 10.0.0.22 - - [2025-09-11 02:14:51] "GET /obj-perms HTTP/1.1" 200 5065 0.003876 10.0.0.249 - - [2025-09-11 02:14:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003196 10.0.0.49 - - [2025-09-11 02:14:51] "GET /projects?obj_uuids=54a6e509-4be8-4ace-b69d-3dc385d40cfb&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000889 10.0.0.249 - - [2025-09-11 02:14:51] "GET /project/54a6e509-4be8-4ace-b69d-3dc385d40cfb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.052453 10.0.0.49 - - [2025-09-11 02:14:52] "POST /ref-update HTTP/1.1" 200 156 0.015077 10.0.0.49 - - [2025-09-11 02:14:52] "POST /useragent-kv HTTP/1.1" 200 115 0.009870 10.0.0.249 - - [2025-09-11 02:14:52] "POST /neutron/subnet HTTP/1.1" 200 701 0.211619 10.0.0.249 - - [2025-09-11 02:14:52] "POST /neutron/network HTTP/1.1" 200 1309 0.014876 10.0.0.249 - - [2025-09-11 02:14:52] "POST /id-to-fqname HTTP/1.1" 200 231 0.001213 10.0.0.249 - - [2025-09-11 02:14:52] "GET /virtual-network/a504615d-9171-411b-9d75-4a8cf8cff9a0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3196 0.005785 10.0.0.249 - - [2025-09-11 02:14:52] "GET /virtual-network/a504615d-9171-411b-9d75-4a8cf8cff9a0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3196 0.005946 10.0.0.249 - - [2025-09-11 02:14:52] "POST /neutron/subnet HTTP/1.1" 200 701 0.008780 10.0.0.249 - - [2025-09-11 02:14:53] "GET /virtual-network/a504615d-9171-411b-9d75-4a8cf8cff9a0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3196 0.006112 10.0.0.49 - - [2025-09-11 02:14:53] "GET /obj-perms HTTP/1.1" 200 5065 0.045195 10.0.0.249 - - [2025-09-11 02:14:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003342 10.0.0.49 - - [2025-09-11 02:14:53] "GET /projects?obj_uuids=54a6e509-4be8-4ace-b69d-3dc385d40cfb&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000880 10.0.0.249 - - [2025-09-11 02:14:53] "GET /project/54a6e509-4be8-4ace-b69d-3dc385d40cfb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.036111 10.0.0.249 - - [2025-09-11 02:14:53] "POST /neutron/network HTTP/1.1" 200 117 0.011923 10.0.0.49 - - [2025-09-11 02:14:54] "POST /useragent-kv HTTP/1.1" 200 115 0.004749 10.0.0.249 - - [2025-09-11 02:14:54] "POST /neutron/subnet HTTP/1.1" 200 701 0.193789 10.0.0.49 - - [2025-09-11 02:14:54] "POST /fqname-to-id HTTP/1.1" 404 207 0.024581 10.0.0.249 - - [2025-09-11 02:14:54] "POST /id-to-fqname HTTP/1.1" 200 231 0.001481 10.0.0.249 - - [2025-09-11 02:14:54] "GET /virtual-network/99953586-499f-4029-9096-4ff193c1b87f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3196 0.006853 10.0.0.249 - - [2025-09-11 02:14:54] "POST /neutron/network HTTP/1.1" 200 1309 0.011876 10.0.0.249 - - [2025-09-11 02:14:54] "GET /virtual-network/99953586-499f-4029-9096-4ff193c1b87f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3196 0.005653 10.0.0.249 - - [2025-09-11 02:14:54] "POST /neutron/subnet HTTP/1.1" 200 701 0.009388 10.0.0.249 - - [2025-09-11 02:14:54] "GET /virtual-network/99953586-499f-4029-9096-4ff193c1b87f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3196 0.005862 10.0.0.249 - - [2025-09-11 02:14:55] "POST /fqname-to-id HTTP/1.1" 404 225 0.003302 10.0.0.249 - - [2025-09-11 02:14:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003788 10.0.0.49 - - [2025-09-11 02:14:55] "GET /projects?obj_uuids=54a6e509-4be8-4ace-b69d-3dc385d40cfb&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001036 10.0.0.249 - - [2025-09-11 02:14:55] "GET /project/54a6e509-4be8-4ace-b69d-3dc385d40cfb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.048709 10.0.0.249 - - [2025-09-11 02:14:55] "POST /network-policys HTTP/1.1" 200 559 0.069314 10.0.0.249 - - [2025-09-11 02:14:55] "GET /network-policy/8698736a-0443-49bf-b401-b0cb818142ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6937 0.005992 10.0.0.249 - - [2025-09-11 02:14:55] "POST /fqname-to-id HTTP/1.1" 404 225 0.003088 10.0.0.249 - - [2025-09-11 02:14:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.002836 10.0.0.49 - - [2025-09-11 02:14:55] "GET /projects?obj_uuids=54a6e509-4be8-4ace-b69d-3dc385d40cfb&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000945 10.0.0.249 - - [2025-09-11 02:14:55] "GET /project/54a6e509-4be8-4ace-b69d-3dc385d40cfb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.040010 10.0.0.249 - - [2025-09-11 02:14:55] "POST /network-policys HTTP/1.1" 200 559 0.073433 10.0.0.249 - - [2025-09-11 02:14:55] "GET /network-policy/58eb00cf-4060-43bc-adcb-98e5fe57fbfa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5019 0.006160 10.0.0.249 - - [2025-09-11 02:14:55] "POST /fqname-to-id HTTP/1.1" 404 225 0.002698 10.0.0.249 - - [2025-09-11 02:14:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003031 10.0.0.49 - - [2025-09-11 02:14:55] "GET /projects?obj_uuids=54a6e509-4be8-4ace-b69d-3dc385d40cfb&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000875 10.0.0.249 - - [2025-09-11 02:14:55] "GET /project/54a6e509-4be8-4ace-b69d-3dc385d40cfb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.039623 10.0.0.249 - - [2025-09-11 02:14:55] "POST /network-policys HTTP/1.1" 200 559 0.069612 10.0.0.249 - - [2025-09-11 02:14:56] "GET /network-policy/3c111c3d-11eb-44fe-b527-964ca69b8654?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6937 0.006062 10.0.0.249 - - [2025-09-11 02:14:56] "POST /fqname-to-id HTTP/1.1" 404 225 0.002982 10.0.0.249 - - [2025-09-11 02:14:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004550 10.0.0.49 - - [2025-09-11 02:14:56] "GET /projects?obj_uuids=54a6e509-4be8-4ace-b69d-3dc385d40cfb&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000898 10.0.0.249 - - [2025-09-11 02:14:56] "GET /project/54a6e509-4be8-4ace-b69d-3dc385d40cfb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.047549 10.0.0.249 - - [2025-09-11 02:14:56] "POST /network-policys HTTP/1.1" 200 559 0.073354 10.0.0.249 - - [2025-09-11 02:14:56] "GET /network-policy/afba36a3-1dfc-4555-83f6-079b538d2ee4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 8843 0.006693 10.0.0.249 - - [2025-09-11 02:14:56] "POST /fqname-to-id HTTP/1.1" 404 225 0.007425 10.0.0.249 - - [2025-09-11 02:14:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003572 10.0.0.49 - - [2025-09-11 02:14:56] "GET /projects?obj_uuids=54a6e509-4be8-4ace-b69d-3dc385d40cfb&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000960 10.0.0.249 - - [2025-09-11 02:14:56] "GET /project/54a6e509-4be8-4ace-b69d-3dc385d40cfb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.038856 10.0.0.249 - - [2025-09-11 02:14:56] "POST /network-policys HTTP/1.1" 200 559 0.073550 10.0.0.249 - - [2025-09-11 02:14:56] "GET /network-policy/2d7d36ee-e6e6-4899-bac8-6ef154088a02?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5019 0.006062 10.0.0.249 - - [2025-09-11 02:14:56] "POST /fqname-to-id HTTP/1.1" 404 225 0.003226 10.0.0.249 - - [2025-09-11 02:14:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.002930 10.0.0.49 - - [2025-09-11 02:14:57] "GET /projects?obj_uuids=54a6e509-4be8-4ace-b69d-3dc385d40cfb&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001020 10.0.0.249 - - [2025-09-11 02:14:57] "GET /project/54a6e509-4be8-4ace-b69d-3dc385d40cfb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.039076 10.0.0.249 - - [2025-09-11 02:14:57] "POST /network-policys HTTP/1.1" 200 559 0.085044 10.0.0.249 - - [2025-09-11 02:14:57] "GET /network-policy/71d5baf4-d3c8-4d8c-b9dc-d705591c3f5e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5019 0.005998 10.0.0.249 - - [2025-09-11 02:14:57] "POST /fqname-to-id HTTP/1.1" 404 225 0.003374 10.0.0.249 - - [2025-09-11 02:14:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003249 10.0.0.49 - - [2025-09-11 02:14:57] "GET /projects?obj_uuids=54a6e509-4be8-4ace-b69d-3dc385d40cfb&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001231 10.0.0.249 - - [2025-09-11 02:14:57] "GET /project/54a6e509-4be8-4ace-b69d-3dc385d40cfb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.041705 10.0.0.249 - - [2025-09-11 02:14:57] "POST /network-policys HTTP/1.1" 200 559 0.069200 10.0.0.249 - - [2025-09-11 02:14:57] "GET /network-policy/4394ab97-725d-43b6-a8f9-35d41af195a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 8843 0.006481 10.0.0.249 - - [2025-09-11 02:14:57] "POST /fqname-to-id HTTP/1.1" 404 225 0.003035 10.0.0.249 - - [2025-09-11 02:14:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003505 10.0.0.49 - - [2025-09-11 02:14:57] "GET /projects?obj_uuids=54a6e509-4be8-4ace-b69d-3dc385d40cfb&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000928 10.0.0.249 - - [2025-09-11 02:14:57] "GET /project/54a6e509-4be8-4ace-b69d-3dc385d40cfb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.040545 10.0.0.249 - - [2025-09-11 02:14:58] "POST /network-policys HTTP/1.1" 200 559 0.075611 10.0.0.249 - - [2025-09-11 02:14:58] "GET /network-policy/aae13a22-353e-45cc-8307-0584cde30eee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5019 0.007558 10.0.0.49 - - [2025-09-11 02:14:58] "POST /fqname-to-id HTTP/1.1" 404 248 0.012509 10.0.0.249 - - [2025-09-11 02:14:58] "POST /neutron/network HTTP/1.1" 200 1494 0.089560 10.0.0.249 - - [2025-09-11 02:14:58] "GET /virtual-network/659ce86d-14cf-4b86-9df9-ecf0c7640765?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3800 0.009355 10.0.0.249 - - [2025-09-11 02:14:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003768 10.0.0.249 - - [2025-09-11 02:14:58] "GET /network-policy/58eb00cf-4060-43bc-adcb-98e5fe57fbfa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5019 0.004194 10.0.0.249 - - [2025-09-11 02:14:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.002943 10.0.0.249 - - [2025-09-11 02:14:58] "GET /network-policy/8698736a-0443-49bf-b401-b0cb818142ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6937 0.004749 10.0.0.249 - - [2025-09-11 02:14:58] "POST /neutron/network HTTP/1.1" 200 1494 0.083571 10.0.0.249 - - [2025-09-11 02:14:58] "GET /virtual-network/2bd53aa4-bae7-4188-aaba-a575ef32940e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3800 0.007559 10.0.0.249 - - [2025-09-11 02:14:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003304 10.0.0.49 - - [2025-09-11 02:14:58] "POST /access-control-lists HTTP/1.1" 200 605 0.095638 10.0.0.249 - - [2025-09-11 02:14:59] "GET /network-policy/3c111c3d-11eb-44fe-b527-964ca69b8654?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6937 0.024382 10.0.0.249 - - [2025-09-11 02:14:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.007989 10.0.0.249 - - [2025-09-11 02:14:59] "GET /network-policy/afba36a3-1dfc-4555-83f6-079b538d2ee4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 8843 0.005570 10.0.0.49 - - [2025-09-11 02:14:59] "POST /fqname-to-id HTTP/1.1" 404 207 0.003652 10.0.0.249 - - [2025-09-11 02:14:59] "POST /neutron/network HTTP/1.1" 200 1494 0.088255 10.0.0.49 - - [2025-09-11 02:14:59] "POST /access-control-lists HTTP/1.1" 200 605 0.037267 10.0.0.249 - - [2025-09-11 02:14:59] "GET /virtual-network/a504615d-9171-411b-9d75-4a8cf8cff9a0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3801 0.005538 10.0.0.249 - - [2025-09-11 02:14:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003594 10.0.0.249 - - [2025-09-11 02:14:59] "GET /network-policy/2d7d36ee-e6e6-4899-bac8-6ef154088a02?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5019 0.004018 10.0.0.249 - - [2025-09-11 02:14:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.002815 10.0.0.249 - - [2025-09-11 02:14:59] "GET /network-policy/71d5baf4-d3c8-4d8c-b9dc-d705591c3f5e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5019 0.004213 10.0.0.249 - - [2025-09-11 02:14:59] "POST /neutron/network HTTP/1.1" 200 1494 0.089787 10.0.0.249 - - [2025-09-11 02:14:59] "GET /virtual-network/99953586-499f-4029-9096-4ff193c1b87f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3801 0.007745 10.0.0.249 - - [2025-09-11 02:14:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003084 10.0.0.249 - - [2025-09-11 02:14:59] "GET /network-policy/4394ab97-725d-43b6-a8f9-35d41af195a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 8843 0.004747 10.0.0.249 - - [2025-09-11 02:14:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.002943 10.0.0.249 - - [2025-09-11 02:14:59] "GET /network-policy/aae13a22-353e-45cc-8307-0584cde30eee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5019 0.004429 10.0.0.249 - - [2025-09-11 02:14:59] "POST /id-to-fqname HTTP/1.1" 200 231 0.001424 10.0.0.22 - - [2025-09-11 02:15:03] "GET /obj-perms HTTP/1.1" 200 5075 0.061914 10.0.0.49 - - [2025-09-11 02:15:35] "GET /projects?obj_uuids=54a6e509-4be8-4ace-b69d-3dc385d40cfb&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.023578 10.0.0.249 - - [2025-09-11 02:15:35] "GET /project/54a6e509-4be8-4ace-b69d-3dc385d40cfb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.082967 10.0.0.249 - - [2025-09-11 02:15:35] "POST /neutron/network HTTP/1.1" 200 1494 0.009959 10.0.0.249 - - [2025-09-11 02:15:36] "POST /id-to-fqname HTTP/1.1" 200 231 0.001244 10.0.0.249 - - [2025-09-11 02:15:36] "POST /neutron/port HTTP/1.1" 200 117 0.006098 10.0.0.49 - - [2025-09-11 02:15:36] "GET /projects?obj_uuids=54a6e509-4be8-4ace-b69d-3dc385d40cfb&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000980 10.0.0.249 - - [2025-09-11 02:15:36] "POST /neutron/port HTTP/1.1" 200 1170 0.365932 10.0.0.49 - - [2025-09-11 02:15:37] "PUT /access-control-list/e6ca87fa-ab47-44b4-bc9c-8dae2a47153a HTTP/1.1" 200 272 0.057517 10.0.0.49 - - [2025-09-11 02:15:37] "GET /projects?obj_uuids=54a6e509-4be8-4ace-b69d-3dc385d40cfb&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001237 10.0.0.249 - - [2025-09-11 02:15:37] "GET /project/54a6e509-4be8-4ace-b69d-3dc385d40cfb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.094320 10.0.0.249 - - [2025-09-11 02:15:37] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008352 10.0.0.249 - - [2025-09-11 02:15:37] "POST /neutron/security_group HTTP/1.1" 200 2066 0.010570 10.0.0.249 - - [2025-09-11 02:15:38] "POST /neutron/port HTTP/1.1" 200 1170 0.016328 10.0.0.249 - - [2025-09-11 02:15:38] "POST /neutron/port HTTP/1.1" 200 1198 0.024774 10.0.0.249 - - [2025-09-11 02:15:38] "POST /neutron/subnet HTTP/1.1" 200 1361 0.028812 10.0.0.249 - - [2025-09-11 02:15:38] "POST /neutron/port HTTP/1.1" 200 117 0.001657 10.0.0.249 - - [2025-09-11 02:15:38] "POST /neutron/port HTTP/1.1" 200 1224 0.167400 10.0.0.249 - - [2025-09-11 02:15:39] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003859 10.0.0.249 - - [2025-09-11 02:15:39] "POST /neutron/port HTTP/1.1" 200 117 0.001455 10.0.0.249 - - [2025-09-11 02:15:42] "POST /neutron/security_group HTTP/1.1" 200 2066 0.011146 10.0.0.249 - - [2025-09-11 02:15:52] "POST /neutron/port HTTP/1.1" 200 1198 0.014082 10.0.0.249 - - [2025-09-11 02:15:58] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007525 10.0.0.249 - - [2025-09-11 02:16:04] "GET /obj-perms HTTP/1.1" 200 5075 0.049790 10.0.0.249 - - [2025-09-11 02:16:08] "POST /neutron/port HTTP/1.1" 200 1198 0.014718 10.0.0.22 - - [2025-09-11 02:16:10] "GET /global-system-configs HTTP/1.1" 200 322 0.070549 10.0.0.49 - - [2025-09-11 02:16:10] "GET /obj-perms HTTP/1.1" 200 5075 0.146158 10.0.0.49 - - [2025-09-11 02:16:10] "GET /global-system-configs HTTP/1.1" 200 322 0.059436 10.0.0.22 - - [2025-09-11 02:16:10] "GET /obj-perms HTTP/1.1" 200 5075 0.138687 10.0.0.22 - - [2025-09-11 02:16:10] "GET /global-system-configs HTTP/1.1" 200 322 0.068959 10.0.0.49 - - [2025-09-11 02:16:10] "GET /global-system-configs HTTP/1.1" 200 322 0.143313 10.0.0.49 - - [2025-09-11 02:16:10] "GET /obj-perms HTTP/1.1" 200 5075 0.158417 10.0.0.249 - - [2025-09-11 02:16:11] "GET /obj-perms HTTP/1.1" 200 5075 0.242481 10.0.0.249 - - [2025-09-11 02:16:11] "GET /global-system-configs HTTP/1.1" 200 322 0.027338 10.0.0.22 - - [2025-09-11 02:16:11] "GET /obj-perms HTTP/1.1" 200 5075 0.120360 10.0.0.249 - - [2025-09-11 02:16:12] "GET /global-system-configs HTTP/1.1" 200 322 0.057511 10.0.0.249 - - [2025-09-11 02:16:12] "GET /obj-perms HTTP/1.1" 200 5075 0.138614 10.0.0.249 - - [2025-09-11 02:16:13] "POST /neutron/security_group HTTP/1.1" 200 2066 0.006815 10.0.0.249 - - [2025-09-11 02:16:23] "POST /neutron/port HTTP/1.1" 200 1198 0.016109 10.0.0.249 - - [2025-09-11 02:16:28] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007623 10.0.0.249 - - [2025-09-11 02:16:28] "POST /neutron/port HTTP/1.1" 200 1198 0.017746 10.0.0.249 - - [2025-09-11 02:16:28] "GET /virtual-machine/148158ee-ba18-4c65-ab48-dc7dc13d4402 HTTP/1.1" 200 1300 0.006203 10.0.0.249 - - [2025-09-11 02:16:28] "GET /virtual-machine-interface/f2883c4a-c010-4679-93b2-b07c50cadffb HTTP/1.1" 200 3185 0.006590 10.0.0.249 - - [2025-09-11 02:16:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003127 10.0.0.249 - - [2025-09-11 02:16:28] "GET /global-vrouter-config/34ac33d4-7223-40b7-b082-da1d7603178b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003340 10.0.0.249 - - [2025-09-11 02:16:28] "GET /virtual-networks?parent_id=54a6e509-4be8-4ace-b69d-3dc385d40cfb&detail=False&count=False&shared=False HTTP/1.1" 200 1055 0.003233 10.0.0.249 - - [2025-09-11 02:16:28] "GET /virtual-network/659ce86d-14cf-4b86-9df9-ecf0c7640765?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3800 0.005584 10.0.0.249 - - [2025-09-11 02:16:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003335 10.0.0.249 - - [2025-09-11 02:16:31] "GET /virtual-network/659ce86d-14cf-4b86-9df9-ecf0c7640765?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3800 0.005598 10.0.0.249 - - [2025-09-11 02:16:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003746 10.0.0.249 - - [2025-09-11 02:16:36] "GET /virtual-network/659ce86d-14cf-4b86-9df9-ecf0c7640765?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3800 0.005114 10.0.0.249 - - [2025-09-11 02:16:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003542 10.0.0.249 - - [2025-09-11 02:16:40] "GET /virtual-network/659ce86d-14cf-4b86-9df9-ecf0c7640765?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3800 0.005160 10.0.0.249 - - [2025-09-11 02:16:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003519 10.0.0.249 - - [2025-09-11 02:16:44] "GET /virtual-network/659ce86d-14cf-4b86-9df9-ecf0c7640765?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3800 0.005808 10.0.0.249 - - [2025-09-11 02:16:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003252 10.0.0.249 - - [2025-09-11 02:16:48] "GET /virtual-network/659ce86d-14cf-4b86-9df9-ecf0c7640765?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3800 0.005086 10.0.0.249 - - [2025-09-11 02:16:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003950 10.0.0.249 - - [2025-09-11 02:16:52] "GET /virtual-network/659ce86d-14cf-4b86-9df9-ecf0c7640765?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3800 0.005813 10.0.0.249 - - [2025-09-11 02:16:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003323 10.0.0.249 - - [2025-09-11 02:16:56] "GET /virtual-network/659ce86d-14cf-4b86-9df9-ecf0c7640765?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3800 0.005438 10.0.0.249 - - [2025-09-11 02:17:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003615 10.0.0.249 - - [2025-09-11 02:17:00] "GET /virtual-network/659ce86d-14cf-4b86-9df9-ecf0c7640765?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3800 0.005244 10.0.0.249 - - [2025-09-11 02:17:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003247 10.0.0.249 - - [2025-09-11 02:17:02] "GET /global-vrouter-config/34ac33d4-7223-40b7-b082-da1d7603178b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003346 10.0.0.249 - - [2025-09-11 02:17:02] "GET /virtual-networks?parent_id=54a6e509-4be8-4ace-b69d-3dc385d40cfb&detail=False&count=False&shared=False HTTP/1.1" 200 1055 0.002909 10.0.0.249 - - [2025-09-11 02:17:02] "GET /virtual-network/659ce86d-14cf-4b86-9df9-ecf0c7640765?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3800 0.005469 10.0.0.249 - - [2025-09-11 02:17:02] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007324 10.0.0.249 - - [2025-09-11 02:17:03] "POST /neutron/network HTTP/1.1" 200 1504 0.013401 10.0.0.249 - - [2025-09-11 02:17:04] "POST /neutron/subnet HTTP/1.1" 200 1361 0.016584 10.0.0.249 - - [2025-09-11 02:17:04] "POST /neutron/network HTTP/1.1" 200 1494 0.014800 10.0.0.49 - - [2025-09-11 02:17:05] "GET /obj-perms HTTP/1.1" 200 5075 0.043535 10.0.0.249 - - [2025-09-11 02:17:08] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007284 10.0.0.249 - - [2025-09-11 02:17:08] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004223 10.0.0.249 - - [2025-09-11 02:17:08] "POST /neutron/port HTTP/1.1" 200 117 0.001565 10.0.0.249 - - [2025-09-11 02:17:11] "POST /neutron/port HTTP/1.1" 200 1198 0.039274 10.0.0.249 - - [2025-09-11 02:17:13] "POST /neutron/security_group HTTP/1.1" 200 2066 0.006751 10.0.0.249 - - [2025-09-11 02:17:23] "POST /neutron/port HTTP/1.1" 200 1198 0.018440 10.0.0.249 - - [2025-09-11 02:17:23] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007149 10.0.0.249 - - [2025-09-11 02:17:23] "GET /virtual-machine/6f355621-cbf5-499b-bf56-cb969fd8f9b1 HTTP/1.1" 200 1300 0.008336 10.0.0.249 - - [2025-09-11 02:17:23] "GET /virtual-machine-interface/5b14b3b7-5aed-4b2a-bc3e-b04d20701def HTTP/1.1" 200 3184 0.005234 10.0.0.249 - - [2025-09-11 02:17:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003428 10.0.0.249 - - [2025-09-11 02:17:23] "GET /global-vrouter-config/34ac33d4-7223-40b7-b082-da1d7603178b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003486 10.0.0.249 - - [2025-09-11 02:17:23] "GET /virtual-networks?parent_id=54a6e509-4be8-4ace-b69d-3dc385d40cfb&detail=False&count=False&shared=False HTTP/1.1" 200 1055 0.003739 10.0.0.249 - - [2025-09-11 02:17:23] "GET /virtual-network/2bd53aa4-bae7-4188-aaba-a575ef32940e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3800 0.006329 10.0.0.249 - - [2025-09-11 02:17:24] "POST /neutron/port HTTP/1.1" 200 1198 0.041368 10.0.0.249 - - [2025-09-11 02:17:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003376 10.0.0.249 - - [2025-09-11 02:17:25] "GET /global-vrouter-config/34ac33d4-7223-40b7-b082-da1d7603178b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003777 10.0.0.249 - - [2025-09-11 02:17:25] "GET /virtual-networks?parent_id=54a6e509-4be8-4ace-b69d-3dc385d40cfb&detail=False&count=False&shared=False HTTP/1.1" 200 1055 0.003358 10.0.0.249 - - [2025-09-11 02:17:25] "GET /virtual-network/2bd53aa4-bae7-4188-aaba-a575ef32940e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3800 0.006438 10.0.0.249 - - [2025-09-11 02:17:25] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007312 10.0.0.249 - - [2025-09-11 02:17:35] "POST /neutron/port HTTP/1.1" 200 2278 0.015838 10.0.0.249 - - [2025-09-11 02:17:35] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007315 10.0.0.249 - - [2025-09-11 02:17:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003131 10.0.0.249 - - [2025-09-11 02:17:35] "GET /network-policy/3c111c3d-11eb-44fe-b527-964ca69b8654?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6937 0.004521 10.0.0.249 - - [2025-09-11 02:17:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.002897 10.0.0.249 - - [2025-09-11 02:17:35] "GET /network-policy/afba36a3-1dfc-4555-83f6-079b538d2ee4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 8843 0.004847 10.0.0.249 - - [2025-09-11 02:17:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003542 10.0.0.249 - - [2025-09-11 02:17:36] "GET /network-policy/8698736a-0443-49bf-b401-b0cb818142ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6937 0.004424 10.0.0.249 - - [2025-09-11 02:17:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003318 10.0.0.249 - - [2025-09-11 02:17:36] "GET /network-policy/58eb00cf-4060-43bc-adcb-98e5fe57fbfa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5019 0.004841 10.0.0.249 - - [2025-09-11 02:17:47] "GET /virtual-machine/6f355621-cbf5-499b-bf56-cb969fd8f9b1 HTTP/1.1" 200 1300 0.004761 10.0.0.249 - - [2025-09-11 02:17:48] "POST /neutron/port HTTP/1.1" 200 1198 0.015876 10.0.0.249 - - [2025-09-11 02:17:49] "GET /virtual-machine/6f355621-cbf5-499b-bf56-cb969fd8f9b1 HTTP/1.1" 404 171 0.003195 10.0.0.249 - - [2025-09-11 02:17:49] "GET /virtual-machine/6f355621-cbf5-499b-bf56-cb969fd8f9b1 HTTP/1.1" 404 171 0.002717 10.0.0.249 - - [2025-09-11 02:17:49] "GET /virtual-machine/6f355621-cbf5-499b-bf56-cb969fd8f9b1 HTTP/1.1" 404 171 0.003391 10.0.0.249 - - [2025-09-11 02:17:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003401 10.0.0.249 - - [2025-09-11 02:17:49] "GET /global-vrouter-config/34ac33d4-7223-40b7-b082-da1d7603178b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003430 10.0.0.249 - - [2025-09-11 02:17:49] "GET /virtual-networks?parent_id=54a6e509-4be8-4ace-b69d-3dc385d40cfb&detail=False&count=False&shared=False HTTP/1.1" 200 1055 0.002650 10.0.0.249 - - [2025-09-11 02:17:49] "GET /virtual-network/2bd53aa4-bae7-4188-aaba-a575ef32940e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3800 0.005664 10.0.0.249 - - [2025-09-11 02:17:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003190 10.0.0.249 - - [2025-09-11 02:17:49] "GET /routing-instance/f3858bd1-96ad-45cb-adbd-3930b34e4de0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1814 0.004518 10.0.0.249 - - [2025-09-11 02:17:49] "GET /route-target/2503afab-6fe9-40a1-a0c9-28f8ad203987?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.003527 10.0.0.249 - - [2025-09-11 02:17:49] "GET /virtual-machine/6f355621-cbf5-499b-bf56-cb969fd8f9b1 HTTP/1.1" 404 171 0.003778 10.0.0.249 - - [2025-09-11 02:17:50] "GET /virtual-machine/6f355621-cbf5-499b-bf56-cb969fd8f9b1 HTTP/1.1" 404 171 0.003403 10.0.0.249 - - [2025-09-11 02:17:52] "GET /virtual-machine/6f355621-cbf5-499b-bf56-cb969fd8f9b1 HTTP/1.1" 404 171 0.003382 10.0.0.249 - - [2025-09-11 02:17:53] "GET /virtual-machine/6f355621-cbf5-499b-bf56-cb969fd8f9b1 HTTP/1.1" 404 171 0.003632 10.0.0.249 - - [2025-09-11 02:17:54] "GET /virtual-machine/6f355621-cbf5-499b-bf56-cb969fd8f9b1 HTTP/1.1" 404 171 0.003126 10.0.0.249 - - [2025-09-11 02:17:55] "GET /virtual-machine/6f355621-cbf5-499b-bf56-cb969fd8f9b1 HTTP/1.1" 404 171 0.003541 10.0.0.249 - - [2025-09-11 02:17:58] "GET /obj-perms HTTP/1.1" 200 5065 0.003820 10.0.0.49 - - [2025-09-11 02:18:01] "GET /obj-perms HTTP/1.1" 200 5065 0.006007 10.0.0.249 - - [2025-09-11 02:18:04] "POST /neutron/port HTTP/1.1" 200 1198 0.016280 10.0.0.249 - - [2025-09-11 02:18:05] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004181 10.0.0.249 - - [2025-09-11 02:18:05] "POST /neutron/port HTTP/1.1" 200 117 0.001096 10.0.0.249 - - [2025-09-11 02:18:07] "GET /obj-perms HTTP/1.1" 200 5065 0.051370 10.0.0.49 - - [2025-09-11 02:18:07] "GET /obj-perms HTTP/1.1" 200 5065 0.003699 10.0.0.249 - - [2025-09-11 02:18:16] "GET /obj-perms HTTP/1.1" 200 5065 0.003767 10.0.0.49 - - [2025-09-11 02:18:16] "GET /obj-perms HTTP/1.1" 200 5065 0.006098 10.0.0.22 - - [2025-09-11 02:18:16] "GET /obj-perms HTTP/1.1" 200 5065 0.049658 10.0.0.249 - - [2025-09-11 02:18:16] "GET /virtual-machine/148158ee-ba18-4c65-ab48-dc7dc13d4402 HTTP/1.1" 200 1300 0.031167 10.0.0.249 - - [2025-09-11 02:18:17] "POST /neutron/port HTTP/1.1" 200 1198 0.037422 10.0.0.249 - - [2025-09-11 02:18:18] "GET /virtual-machine/148158ee-ba18-4c65-ab48-dc7dc13d4402 HTTP/1.1" 404 171 0.003147 10.0.0.249 - - [2025-09-11 02:18:18] "GET /virtual-machine/148158ee-ba18-4c65-ab48-dc7dc13d4402 HTTP/1.1" 404 171 0.002961 10.0.0.249 - - [2025-09-11 02:18:18] "GET /virtual-machine/148158ee-ba18-4c65-ab48-dc7dc13d4402 HTTP/1.1" 404 171 0.003455 10.0.0.249 - - [2025-09-11 02:18:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.052555 10.0.0.249 - - [2025-09-11 02:18:19] "GET /global-vrouter-config/34ac33d4-7223-40b7-b082-da1d7603178b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004194 10.0.0.249 - - [2025-09-11 02:18:19] "GET /virtual-networks?parent_id=54a6e509-4be8-4ace-b69d-3dc385d40cfb&detail=False&count=False&shared=False HTTP/1.1" 200 1055 0.003938 10.0.0.249 - - [2025-09-11 02:18:19] "GET /virtual-network/659ce86d-14cf-4b86-9df9-ecf0c7640765?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3800 0.006687 10.0.0.249 - - [2025-09-11 02:18:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003443 10.0.0.249 - - [2025-09-11 02:18:19] "GET /routing-instance/871c3537-0246-4b0f-b543-62c0e836818e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1813 0.004513 10.0.0.249 - - [2025-09-11 02:18:19] "GET /route-target/5be99087-f05b-4132-a846-d8cc0c62cff1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.003797 10.0.0.249 - - [2025-09-11 02:18:19] "GET /obj-perms HTTP/1.1" 200 5065 0.004302 10.0.0.49 - - [2025-09-11 02:18:22] "GET /obj-perms HTTP/1.1" 200 5065 0.003827 10.0.0.249 - - [2025-09-11 02:18:22] "GET /obj-perms HTTP/1.1" 200 5065 0.004603 10.0.0.249 - - [2025-09-11 02:18:22] "GET /virtual-network/99953586-499f-4029-9096-4ff193c1b87f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3801 0.006362 10.0.0.249 - - [2025-09-11 02:18:22] "POST /neutron/network HTTP/1.1" 200 1494 0.016521 10.0.0.249 - - [2025-09-11 02:18:23] "GET /virtual-network/99953586-499f-4029-9096-4ff193c1b87f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3196 0.008498 10.0.0.249 - - [2025-09-11 02:18:23] "GET /virtual-network/a504615d-9171-411b-9d75-4a8cf8cff9a0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3801 0.010327 10.0.0.249 - - [2025-09-11 02:18:23] "POST /neutron/network HTTP/1.1" 200 1494 0.015802 10.0.0.49 - - [2025-09-11 02:18:23] "POST /fqname-to-id HTTP/1.1" 404 207 0.062687 10.0.0.49 - - [2025-09-11 02:18:23] "DELETE /access-control-list/315b2df9-475e-422c-aaf6-3a49ac34123b HTTP/1.1" 200 115 0.072395 10.0.0.249 - - [2025-09-11 02:18:23] "GET /virtual-network/a504615d-9171-411b-9d75-4a8cf8cff9a0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3196 0.010454 10.0.0.249 - - [2025-09-11 02:18:23] "GET /virtual-network/2bd53aa4-bae7-4188-aaba-a575ef32940e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3800 0.005979 10.0.0.249 - - [2025-09-11 02:18:23] "POST /neutron/network HTTP/1.1" 200 1494 0.024547 10.0.0.249 - - [2025-09-11 02:18:23] "GET /virtual-network/2bd53aa4-bae7-4188-aaba-a575ef32940e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3195 0.007789 10.0.0.249 - - [2025-09-11 02:18:23] "GET /virtual-network/659ce86d-14cf-4b86-9df9-ecf0c7640765?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3800 0.006762 10.0.0.249 - - [2025-09-11 02:18:23] "POST /neutron/network HTTP/1.1" 200 1494 0.013669 10.0.0.49 - - [2025-09-11 02:18:24] "DELETE /access-control-list/e6ca87fa-ab47-44b4-bc9c-8dae2a47153a HTTP/1.1" 200 115 0.050365 10.0.0.249 - - [2025-09-11 02:18:24] "GET /virtual-network/659ce86d-14cf-4b86-9df9-ecf0c7640765?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3195 0.009999 10.0.0.249 - - [2025-09-11 02:18:24] "DELETE /network-policy/aae13a22-353e-45cc-8307-0584cde30eee HTTP/1.1" 200 115 0.052613 10.0.0.249 - - [2025-09-11 02:18:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.006515 10.0.0.49 - - [2025-09-11 02:18:24] "GET /projects?obj_uuids=54a6e509-4be8-4ace-b69d-3dc385d40cfb&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001075 10.0.0.249 - - [2025-09-11 02:18:24] "GET /project/54a6e509-4be8-4ace-b69d-3dc385d40cfb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.044092 10.0.0.249 - - [2025-09-11 02:18:24] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyIpv4v6-54756315&detail=False&count=False&shared=False HTTP/1.1" 200 1755 0.005279 10.0.0.249 - - [2025-09-11 02:18:24] "DELETE /network-policy/4394ab97-725d-43b6-a8f9-35d41af195a1 HTTP/1.1" 200 115 0.053656 10.0.0.249 - - [2025-09-11 02:18:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.002926 10.0.0.49 - - [2025-09-11 02:18:24] "GET /projects?obj_uuids=54a6e509-4be8-4ace-b69d-3dc385d40cfb&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000919 10.0.0.249 - - [2025-09-11 02:18:24] "GET /project/54a6e509-4be8-4ace-b69d-3dc385d40cfb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.050719 10.0.0.249 - - [2025-09-11 02:18:24] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyIpv4v6-54756315&detail=False&count=False&shared=False HTTP/1.1" 200 1523 0.005113 10.0.0.249 - - [2025-09-11 02:18:24] "DELETE /network-policy/71d5baf4-d3c8-4d8c-b9dc-d705591c3f5e HTTP/1.1" 200 115 0.039206 10.0.0.249 - - [2025-09-11 02:18:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.005025 10.0.0.49 - - [2025-09-11 02:18:24] "GET /projects?obj_uuids=54a6e509-4be8-4ace-b69d-3dc385d40cfb&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000993 10.0.0.249 - - [2025-09-11 02:18:24] "GET /project/54a6e509-4be8-4ace-b69d-3dc385d40cfb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.052234 10.0.0.249 - - [2025-09-11 02:18:24] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyIpv4v6-54756315&detail=False&count=False&shared=False HTTP/1.1" 200 1291 0.005569 10.0.0.249 - - [2025-09-11 02:18:24] "DELETE /network-policy/2d7d36ee-e6e6-4899-bac8-6ef154088a02 HTTP/1.1" 200 115 0.041315 10.0.0.249 - - [2025-09-11 02:18:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003263 10.0.0.49 - - [2025-09-11 02:18:24] "GET /projects?obj_uuids=54a6e509-4be8-4ace-b69d-3dc385d40cfb&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000979 10.0.0.249 - - [2025-09-11 02:18:25] "GET /project/54a6e509-4be8-4ace-b69d-3dc385d40cfb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.052195 10.0.0.249 - - [2025-09-11 02:18:25] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyIpv4v6-54756315&detail=False&count=False&shared=False HTTP/1.1" 200 1058 0.005544 10.0.0.249 - - [2025-09-11 02:18:25] "DELETE /network-policy/afba36a3-1dfc-4555-83f6-079b538d2ee4 HTTP/1.1" 200 115 0.049229 10.0.0.249 - - [2025-09-11 02:18:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003670 10.0.0.49 - - [2025-09-11 02:18:25] "GET /projects?obj_uuids=54a6e509-4be8-4ace-b69d-3dc385d40cfb&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000942 10.0.0.249 - - [2025-09-11 02:18:25] "GET /project/54a6e509-4be8-4ace-b69d-3dc385d40cfb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.055540 10.0.0.249 - - [2025-09-11 02:18:25] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyIpv4v6-54756315&detail=False&count=False&shared=False HTTP/1.1" 200 826 0.005256 10.0.0.249 - - [2025-09-11 02:18:25] "DELETE /network-policy/3c111c3d-11eb-44fe-b527-964ca69b8654 HTTP/1.1" 200 115 0.048693 10.0.0.249 - - [2025-09-11 02:18:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.005816 10.0.0.49 - - [2025-09-11 02:18:25] "GET /projects?obj_uuids=54a6e509-4be8-4ace-b69d-3dc385d40cfb&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001438 10.0.0.249 - - [2025-09-11 02:18:25] "GET /project/54a6e509-4be8-4ace-b69d-3dc385d40cfb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.043080 10.0.0.249 - - [2025-09-11 02:18:25] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyIpv4v6-54756315&detail=False&count=False&shared=False HTTP/1.1" 200 594 0.005220 10.0.0.249 - - [2025-09-11 02:18:25] "DELETE /network-policy/58eb00cf-4060-43bc-adcb-98e5fe57fbfa HTTP/1.1" 200 115 0.047602 10.0.0.249 - - [2025-09-11 02:18:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003168 10.0.0.49 - - [2025-09-11 02:18:25] "GET /projects?obj_uuids=54a6e509-4be8-4ace-b69d-3dc385d40cfb&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000964 10.0.0.249 - - [2025-09-11 02:18:25] "GET /project/54a6e509-4be8-4ace-b69d-3dc385d40cfb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.040404 10.0.0.249 - - [2025-09-11 02:18:25] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyIpv4v6-54756315&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.005664 10.0.0.249 - - [2025-09-11 02:18:25] "DELETE /network-policy/8698736a-0443-49bf-b401-b0cb818142ab HTTP/1.1" 200 115 0.041531 10.0.0.249 - - [2025-09-11 02:18:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003833 10.0.0.49 - - [2025-09-11 02:18:25] "GET /projects?obj_uuids=54a6e509-4be8-4ace-b69d-3dc385d40cfb&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001569 10.0.0.249 - - [2025-09-11 02:18:25] "GET /project/54a6e509-4be8-4ace-b69d-3dc385d40cfb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.041005 10.0.0.249 - - [2025-09-11 02:18:26] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyIpv4v6-54756315&detail=False&count=False&shared=False HTTP/1.1" 200 131 0.004989 10.0.0.249 - - [2025-09-11 02:18:26] "POST /neutron/network HTTP/1.1" 200 1309 0.011159 10.0.0.49 - - [2025-09-11 02:18:26] "DELETE /route-target/e96bc963-c121-4927-a053-7a0ad897fad3 HTTP/1.1" 200 115 0.020629 10.0.0.49 - - [2025-09-11 02:18:26] "POST /useragent-kv HTTP/1.1" 200 115 0.004716 10.0.0.49 - - [2025-09-11 02:18:26] "POST /useragent-kv HTTP/1.1" 200 115 0.002733 10.0.0.49 - - [2025-09-11 02:18:26] "POST /useragent-kv HTTP/1.1" 200 115 0.004068 10.0.0.49 - - [2025-09-11 02:18:26] "POST /useragent-kv HTTP/1.1" 200 115 0.002256 10.0.0.49 - - [2025-09-11 02:18:26] "POST /useragent-kv HTTP/1.1" 200 115 0.001997 10.0.0.49 - - [2025-09-11 02:18:26] "POST /useragent-kv HTTP/1.1" 200 115 0.002982 10.0.0.249 - - [2025-09-11 02:18:26] "POST /neutron/network HTTP/1.1" 200 151 0.145150 10.0.0.49 - - [2025-09-11 02:18:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.005904 10.0.0.249 - - [2025-09-11 02:18:27] "POST /neutron/network HTTP/1.1" 200 1309 0.011529 10.0.0.49 - - [2025-09-11 02:18:27] "DELETE /route-target/5be99087-f05b-4132-a846-d8cc0c62cff1 HTTP/1.1" 200 115 0.030618 10.0.0.249 - - [2025-09-11 02:18:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003738 10.0.0.249 - - [2025-09-11 02:18:27] "DELETE /network-ipam/adcdc69a-0bba-424c-b68e-69ba60461cdb HTTP/1.1" 200 115 0.042699 10.0.0.249 - - [2025-09-11 02:18:27] "POST /fqname-to-id HTTP/1.1" 404 252 0.004527 10.0.0.49 - - [2025-09-11 02:18:27] "GET /projects?obj_uuids=54a6e509-4be8-4ace-b69d-3dc385d40cfb&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001941 10.0.0.49 - - [2025-09-11 02:18:27] "GET /project/54a6e509-4be8-4ace-b69d-3dc385d40cfb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1500 0.045867 10.0.0.49 - - [2025-09-11 02:18:27] "GET /projects?obj_uuids=54a6e509-4be8-4ace-b69d-3dc385d40cfb&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000968 10.0.0.49 - - [2025-09-11 02:18:27] "GET /project/54a6e509-4be8-4ace-b69d-3dc385d40cfb?fields=security_groups HTTP/1.1" 200 1387 0.048925 10.0.0.49 - - [2025-09-11 02:18:27] "DELETE /security-group/e06c513b-8a5d-4e80-ad41-b00477414b51 HTTP/1.1" 200 115 0.057073 10.0.0.49 - - [2025-09-11 02:18:27] "GET /projects?obj_uuids=54a6e509-4be8-4ace-b69d-3dc385d40cfb&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001043 10.0.0.49 - - [2025-09-11 02:18:27] "GET /project/54a6e509-4be8-4ace-b69d-3dc385d40cfb?fields=application_policy_sets HTTP/1.1" 200 1426 0.073243 10.0.0.249 - - [2025-09-11 02:18:28] "DELETE /project/54a6e509-4be8-4ace-b69d-3dc385d40cfb HTTP/1.1" 200 115 0.438737 10.0.0.49 - - [2025-09-11 02:18:28] "GET /domains?obj_uuids=6cefd47d-baca-4df6-a10c-ec963319da07&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001087 10.0.0.249 - - [2025-09-11 02:18:28] "GET /domain/6cefd47d-baca-4df6-a10c-ec963319da07?fields=projects HTTP/1.1" 200 1244 0.010184 10.0.0.249 - - [2025-09-11 02:18:33] "POST /fqname-to-id HTTP/1.1" 404 225 0.003908 10.0.0.49 - - [2025-09-11 02:18:33] "POST /id-to-fqname HTTP/1.1" 200 198 0.003751 10.0.0.49 - - [2025-09-11 02:18:33] "POST /fqname-to-id HTTP/1.1" 404 207 0.009585 10.0.0.49 - - [2025-09-11 02:18:33] "POST /security-groups HTTP/1.1" 200 599 0.078243 10.0.0.49 - - [2025-09-11 02:18:33] "POST /fqname-to-id HTTP/1.1" 404 242 0.003586 10.0.0.49 - - [2025-09-11 02:18:33] "POST /projects HTTP/1.1" 200 601 0.293920 10.0.0.249 - - [2025-09-11 02:18:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.320221 10.0.0.49 - - [2025-09-11 02:18:33] "GET /projects?obj_uuids=54a6e509-4be8-4ace-b69d-3dc385d40cfb&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000945 10.0.0.49 - - [2025-09-11 02:18:33] "POST /access-control-lists HTTP/1.1" 200 602 0.042430 10.0.0.249 - - [2025-09-11 02:18:33] "GET /project/54a6e509-4be8-4ace-b69d-3dc385d40cfb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.038824 10.0.0.249 - - [2025-09-11 02:18:33] "POST /network-policys HTTP/1.1" 200 559 0.024425 10.0.0.249 - - [2025-09-11 02:18:33] "GET /network-policy/b2061ed5-886b-4e44-8a37-42fd5f39777a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3105 0.005906 10.0.0.249 - - [2025-09-11 02:18:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003252 10.0.0.49 - - [2025-09-11 02:18:33] "GET /projects?obj_uuids=54a6e509-4be8-4ace-b69d-3dc385d40cfb&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001316 10.0.0.249 - - [2025-09-11 02:18:33] "GET /project/54a6e509-4be8-4ace-b69d-3dc385d40cfb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.051842 10.0.0.49 - - [2025-09-11 02:18:34] "GET /projects?obj_uuids=54a6e509-4be8-4ace-b69d-3dc385d40cfb&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000953 10.0.0.249 - - [2025-09-11 02:18:34] "POST /neutron/network HTTP/1.1" 200 615 0.133339 10.0.0.49 - - [2025-09-11 02:18:34] "POST /fqname-to-id HTTP/1.1" 404 207 0.015566 10.0.0.249 - - [2025-09-11 02:18:34] "POST /neutron/network HTTP/1.1" 200 1007 0.024536 10.0.0.249 - - [2025-09-11 02:18:34] "POST /id-to-fqname HTTP/1.1" 200 229 0.001011 10.0.0.249 - - [2025-09-11 02:18:34] "GET /virtual-network/5141f973-fd36-4f98-8ba3-9e13505fab0d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.006631 10.0.0.249 - - [2025-09-11 02:18:34] "GET /virtual-network/5141f973-fd36-4f98-8ba3-9e13505fab0d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.005374 10.0.0.249 - - [2025-09-11 02:18:34] "POST /neutron/subnet HTTP/1.1" 200 721 0.009324 10.0.0.49 - - [2025-09-11 02:18:34] "POST /fqname-to-id HTTP/1.1" 404 244 0.012071 10.0.0.249 - - [2025-09-11 02:18:34] "POST /neutron/network HTTP/1.1" 200 1106 0.112934 10.0.0.249 - - [2025-09-11 02:18:34] "GET /virtual-network/5141f973-fd36-4f98-8ba3-9e13505fab0d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2955 0.013453 10.0.0.249 - - [2025-09-11 02:18:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003361 10.0.0.249 - - [2025-09-11 02:18:35] "GET /network-policy/b2061ed5-886b-4e44-8a37-42fd5f39777a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3105 0.003957 10.0.0.249 - - [2025-09-11 02:18:35] "GET /virtual-network/5141f973-fd36-4f98-8ba3-9e13505fab0d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2955 0.005410 10.0.0.249 - - [2025-09-11 02:18:35] "POST /id-to-fqname HTTP/1.1" 200 229 0.001238 10.0.0.49 - - [2025-09-11 02:18:36] "GET /projects?obj_uuids=54a6e509-4be8-4ace-b69d-3dc385d40cfb&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001450 10.0.0.249 - - [2025-09-11 02:18:36] "GET /project/54a6e509-4be8-4ace-b69d-3dc385d40cfb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.056467 10.0.0.249 - - [2025-09-11 02:18:36] "POST /neutron/network HTTP/1.1" 200 1106 0.029443 10.0.0.249 - - [2025-09-11 02:18:36] "POST /id-to-fqname HTTP/1.1" 200 229 0.001157 10.0.0.249 - - [2025-09-11 02:18:36] "POST /neutron/port HTTP/1.1" 200 117 0.007061 10.0.0.49 - - [2025-09-11 02:18:37] "GET /projects?obj_uuids=54a6e509-4be8-4ace-b69d-3dc385d40cfb&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001259 10.0.0.249 - - [2025-09-11 02:18:37] "POST /neutron/port HTTP/1.1" 200 1174 0.357079 10.0.0.49 - - [2025-09-11 02:18:37] "GET /projects?obj_uuids=54a6e509-4be8-4ace-b69d-3dc385d40cfb&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001279 10.0.0.249 - - [2025-09-11 02:18:37] "GET /project/54a6e509-4be8-4ace-b69d-3dc385d40cfb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.084224 10.0.0.249 - - [2025-09-11 02:18:37] "POST /neutron/port HTTP/1.1" 200 1228 0.152413 10.0.0.249 - - [2025-09-11 02:18:37] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004155 10.0.0.249 - - [2025-09-11 02:18:37] "POST /neutron/port HTTP/1.1" 200 117 0.001120 10.0.0.249 - - [2025-09-11 02:18:37] "POST /neutron/port HTTP/1.1" 200 1202 0.018336 10.0.0.249 - - [2025-09-11 02:18:38] "POST /neutron/port HTTP/1.1" 200 1202 0.015313 10.0.0.49 - - [2025-09-11 02:18:38] "GET /projects?obj_uuids=54a6e509-4be8-4ace-b69d-3dc385d40cfb&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000975 10.0.0.249 - - [2025-09-11 02:18:38] "POST /neutron/port HTTP/1.1" 200 1174 0.322679 10.0.0.249 - - [2025-09-11 02:18:38] "POST /neutron/port HTTP/1.1" 200 1228 0.115784 10.0.0.249 - - [2025-09-11 02:18:38] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004440 10.0.0.249 - - [2025-09-11 02:18:39] "POST /neutron/port HTTP/1.1" 200 117 0.001104 10.0.0.249 - - [2025-09-11 02:18:43] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007198 10.0.0.249 - - [2025-09-11 02:18:43] "POST /neutron/port HTTP/1.1" 200 1202 0.028559 10.0.0.249 - - [2025-09-11 02:18:43] "GET /virtual-machine/8fd58972-f280-49bc-852a-514166ba3517 HTTP/1.1" 200 1300 0.011003 10.0.0.249 - - [2025-09-11 02:18:43] "GET /virtual-machine-interface/48e0be78-0b7e-4be1-8cd8-4232b78c8b61 HTTP/1.1" 200 3178 0.006901 10.0.0.249 - - [2025-09-11 02:18:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003646 10.0.0.249 - - [2025-09-11 02:18:43] "GET /global-vrouter-config/34ac33d4-7223-40b7-b082-da1d7603178b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004379 10.0.0.249 - - [2025-09-11 02:18:43] "GET /virtual-networks?parent_id=54a6e509-4be8-4ace-b69d-3dc385d40cfb&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.003526 10.0.0.249 - - [2025-09-11 02:18:43] "GET /virtual-network/5141f973-fd36-4f98-8ba3-9e13505fab0d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2955 0.006516 10.0.0.249 - - [2025-09-11 02:18:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.006130 10.0.0.249 - - [2025-09-11 02:18:46] "GET /virtual-network/5141f973-fd36-4f98-8ba3-9e13505fab0d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2955 0.007476 10.0.0.249 - - [2025-09-11 02:18:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.005388 10.0.0.249 - - [2025-09-11 02:18:50] "GET /virtual-network/5141f973-fd36-4f98-8ba3-9e13505fab0d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2955 0.005768 10.0.0.249 - - [2025-09-11 02:18:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003100 10.0.0.249 - - [2025-09-11 02:18:54] "GET /virtual-network/5141f973-fd36-4f98-8ba3-9e13505fab0d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2955 0.005972 10.0.0.49 - - [2025-09-11 02:18:54] "DELETE /project/54a6e5094be84aceb69d3dc385d40cfb HTTP/1.1" 404 173 0.028657 10.0.0.249 - - [2025-09-11 02:18:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004356 10.0.0.249 - - [2025-09-11 02:18:58] "GET /virtual-network/5141f973-fd36-4f98-8ba3-9e13505fab0d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2955 0.005342 10.0.0.249 - - [2025-09-11 02:19:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003510 10.0.0.249 - - [2025-09-11 02:19:02] "GET /virtual-network/5141f973-fd36-4f98-8ba3-9e13505fab0d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2955 0.005320 10.0.0.249 - - [2025-09-11 02:19:05] "POST /neutron/port HTTP/1.1" 200 1202 0.039358 10.0.0.249 - - [2025-09-11 02:19:05] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003819 10.0.0.249 - - [2025-09-11 02:19:05] "POST /neutron/port HTTP/1.1" 200 117 0.001201 10.0.0.22 - - [2025-09-11 02:19:07] "GET /obj-perms HTTP/1.1" 200 5075 0.046836 10.0.0.249 - - [2025-09-11 02:19:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003940 10.0.0.249 - - [2025-09-11 02:19:07] "GET /virtual-network/5141f973-fd36-4f98-8ba3-9e13505fab0d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2955 0.005664 10.0.0.249 - - [2025-09-11 02:19:09] "POST /neutron/port HTTP/1.1" 200 1202 0.015114 10.0.0.249 - - [2025-09-11 02:19:09] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004041 10.0.0.249 - - [2025-09-11 02:19:09] "POST /neutron/port HTTP/1.1" 200 117 0.001140 10.0.0.249 - - [2025-09-11 02:19:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003538 10.0.0.249 - - [2025-09-11 02:19:11] "GET /virtual-network/5141f973-fd36-4f98-8ba3-9e13505fab0d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2955 0.004998 10.0.0.249 - - [2025-09-11 02:19:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003554 10.0.0.249 - - [2025-09-11 02:19:15] "GET /virtual-network/5141f973-fd36-4f98-8ba3-9e13505fab0d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2955 0.005251 10.0.0.249 - - [2025-09-11 02:19:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003310 10.0.0.249 - - [2025-09-11 02:19:17] "GET /global-vrouter-config/34ac33d4-7223-40b7-b082-da1d7603178b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004152 10.0.0.249 - - [2025-09-11 02:19:17] "GET /virtual-networks?parent_id=54a6e509-4be8-4ace-b69d-3dc385d40cfb&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.003686 10.0.0.249 - - [2025-09-11 02:19:17] "GET /virtual-network/5141f973-fd36-4f98-8ba3-9e13505fab0d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2955 0.006114 10.0.0.249 - - [2025-09-11 02:19:17] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008247 10.0.0.249 - - [2025-09-11 02:19:26] "POST /neutron/port HTTP/1.1" 200 1202 0.015846 10.0.0.249 - - [2025-09-11 02:19:27] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007364 10.0.0.249 - - [2025-09-11 02:19:38] "POST /neutron/port HTTP/1.1" 200 1202 0.016019 10.0.0.249 - - [2025-09-11 02:19:38] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007653 10.0.0.249 - - [2025-09-11 02:19:38] "GET /virtual-machine/e9bcd5b9-e89d-4521-8038-b7a95666f862 HTTP/1.1" 200 1300 0.005432 10.0.0.249 - - [2025-09-11 02:19:38] "GET /virtual-machine-interface/a5b964d3-1658-46b5-beb8-30fca95828c1 HTTP/1.1" 200 3179 0.005029 10.0.0.249 - - [2025-09-11 02:19:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003304 10.0.0.249 - - [2025-09-11 02:19:38] "GET /global-vrouter-config/34ac33d4-7223-40b7-b082-da1d7603178b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003596 10.0.0.249 - - [2025-09-11 02:19:38] "GET /virtual-networks?parent_id=54a6e509-4be8-4ace-b69d-3dc385d40cfb&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.002809 10.0.0.249 - - [2025-09-11 02:19:38] "GET /virtual-network/5141f973-fd36-4f98-8ba3-9e13505fab0d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2955 0.005749 10.0.0.249 - - [2025-09-11 02:19:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.004328 10.0.0.249 - - [2025-09-11 02:19:39] "GET /global-vrouter-config/34ac33d4-7223-40b7-b082-da1d7603178b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004038 10.0.0.249 - - [2025-09-11 02:19:39] "GET /virtual-networks?parent_id=54a6e509-4be8-4ace-b69d-3dc385d40cfb&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.002896 10.0.0.249 - - [2025-09-11 02:19:39] "GET /virtual-network/5141f973-fd36-4f98-8ba3-9e13505fab0d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2955 0.008196 10.0.0.249 - - [2025-09-11 02:19:39] "POST /neutron/port HTTP/1.1" 200 1202 0.015618 10.0.0.249 - - [2025-09-11 02:19:44] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007303 10.0.0.249 - - [2025-09-11 02:19:50] "POST /neutron/port HTTP/1.1" 200 1202 0.016504 10.0.0.249 - - [2025-09-11 02:19:55] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007216 10.0.0.249 - - [2025-09-11 02:20:04] "POST /neutron/network HTTP/1.1" 200 1116 0.010202 10.0.0.249 - - [2025-09-11 02:20:05] "POST /neutron/subnet HTTP/1.1" 200 1381 0.013185 10.0.0.249 - - [2025-09-11 02:20:05] "POST /neutron/network HTTP/1.1" 200 1106 0.009051 10.0.0.49 - - [2025-09-11 02:20:07] "GET /obj-perms HTTP/1.1" 200 5075 0.045962 10.0.0.249 - - [2025-09-11 02:20:07] "GET /obj-perms HTTP/1.1" 200 5075 0.047159 10.0.0.249 - - [2025-09-11 02:20:11] "POST /neutron/network HTTP/1.1" 200 1116 0.009152 10.0.0.249 - - [2025-09-11 02:20:11] "POST /neutron/subnet HTTP/1.1" 200 1381 0.014750 10.0.0.249 - - [2025-09-11 02:20:11] "POST /neutron/network HTTP/1.1" 200 1106 0.011204 10.0.0.249 - - [2025-09-11 02:20:47] "GET /virtual-network/5141f973-fd36-4f98-8ba3-9e13505fab0d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2955 0.007797 10.0.0.249 - - [2025-09-11 02:20:47] "POST /neutron/network HTTP/1.1" 200 1007 0.015668 10.0.0.249 - - [2025-09-11 02:20:48] "GET /virtual-network/5141f973-fd36-4f98-8ba3-9e13505fab0d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.013557 10.0.0.49 - - [2025-09-11 02:20:48] "DELETE /access-control-list/b255b4c0-f7e6-4fde-8ae4-2cfff62322f2 HTTP/1.1" 200 115 0.105820 10.0.0.249 - - [2025-09-11 02:20:48] "POST /neutron/port HTTP/1.1" 200 1202 0.016868 10.0.0.249 - - [2025-09-11 02:20:48] "POST /neutron/port HTTP/1.1" 200 1228 0.013770 10.0.0.249 - - [2025-09-11 02:20:50] "POST /neutron/network HTTP/1.1" 200 1007 0.009382 10.0.0.249 - - [2025-09-11 02:20:50] "DELETE /network-policy/b2061ed5-886b-4e44-8a37-42fd5f39777a HTTP/1.1" 200 115 0.048356 10.0.0.49 - - [2025-09-11 02:20:53] "GET /projects?obj_uuids=54a6e509-4be8-4ace-b69d-3dc385d40cfb&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.019099 10.0.0.249 - - [2025-09-11 02:20:53] "GET /project/54a6e509-4be8-4ace-b69d-3dc385d40cfb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.074905 10.0.0.49 - - [2025-09-11 02:20:53] "GET /projects?obj_uuids=54a6e509-4be8-4ace-b69d-3dc385d40cfb&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000927 10.0.0.249 - - [2025-09-11 02:20:53] "GET /project/54a6e509-4be8-4ace-b69d-3dc385d40cfb?fields=virtual_networks HTTP/1.1" 200 1048 0.045554 10.0.0.49 - - [2025-09-11 02:20:53] "GET /projects?obj_uuids=54a6e509-4be8-4ace-b69d-3dc385d40cfb&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.002284 10.0.0.249 - - [2025-09-11 02:20:53] "GET /project/54a6e509-4be8-4ace-b69d-3dc385d40cfb?fields=virtual_machine_interfaces HTTP/1.1" 200 1048 0.054581 10.0.0.49 - - [2025-09-11 02:20:53] "GET /projects?obj_uuids=54a6e509-4be8-4ace-b69d-3dc385d40cfb&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000993 10.0.0.249 - - [2025-09-11 02:20:53] "GET /project/54a6e509-4be8-4ace-b69d-3dc385d40cfb?fields=security_groups HTTP/1.1" 200 1282 0.053936 10.0.0.249 - - [2025-09-11 02:20:54] "POST /fqname-to-id HTTP/1.1" 404 202 0.022569 10.0.0.49 - - [2025-09-11 02:20:54] "GET /projects?obj_uuids=569c0b39-80af-4785-b0ba-d728c03756ee&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003756 10.0.0.49 - - [2025-09-11 02:20:54] "GET /domains?obj_uuids=6cefd47d-baca-4df6-a10c-ec963319da07&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000952 10.0.0.49 - - [2025-09-11 02:20:54] "GET /domain/6cefd47d-baca-4df6-a10c-ec963319da07?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007667 10.0.0.49 - - [2025-09-11 02:20:54] "POST /id-to-fqname HTTP/1.1" 200 204 0.003103 10.0.0.49 - - [2025-09-11 02:20:54] "POST /fqname-to-id HTTP/1.1" 404 213 0.009515 10.0.0.49 - - [2025-09-11 02:20:54] "POST /security-groups HTTP/1.1" 200 605 0.043551 10.0.0.49 - - [2025-09-11 02:20:54] "POST /fqname-to-id HTTP/1.1" 404 248 0.003373 10.0.0.49 - - [2025-09-11 02:20:54] "POST /projects HTTP/1.1" 200 613 0.266520 10.0.0.49 - - [2025-09-11 02:20:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.340981 10.0.0.49 - - [2025-09-11 02:20:54] "POST /access-control-lists HTTP/1.1" 200 608 0.032704 10.0.0.249 - - [2025-09-11 02:20:54] "GET /project/569c0b39-80af-4785-b0ba-d728c03756ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1419 0.488864 10.0.0.49 - - [2025-09-11 02:20:54] "DELETE /project/569c0b3980af4785b0bad728c03756ee HTTP/1.1" 404 173 0.006788 10.0.0.49 - - [2025-09-11 02:20:54] "GET /projects?obj_uuids=54a6e509-4be8-4ace-b69d-3dc385d40cfb&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000871 10.0.0.49 - - [2025-09-11 02:20:54] "GET /project/54a6e509-4be8-4ace-b69d-3dc385d40cfb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1500 0.034727 10.0.0.49 - - [2025-09-11 02:20:54] "GET /projects?obj_uuids=54a6e509-4be8-4ace-b69d-3dc385d40cfb&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.002977 10.0.0.49 - - [2025-09-11 02:20:55] "GET /project/54a6e509-4be8-4ace-b69d-3dc385d40cfb?fields=security_groups HTTP/1.1" 200 1387 0.094803 10.0.0.49 - - [2025-09-11 02:20:55] "DELETE /security-group/29b1c041-962b-4184-a679-1c5b80e9e7fd HTTP/1.1" 200 115 0.050855 10.0.0.49 - - [2025-09-11 02:20:55] "GET /projects?obj_uuids=54a6e509-4be8-4ace-b69d-3dc385d40cfb&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000969 10.0.0.49 - - [2025-09-11 02:20:55] "GET /project/54a6e509-4be8-4ace-b69d-3dc385d40cfb?fields=application_policy_sets HTTP/1.1" 200 1426 0.052126 10.0.0.49 - - [2025-09-11 02:20:55] "DELETE /project/54a6e509-4be8-4ace-b69d-3dc385d40cfb HTTP/1.1" 200 115 0.446973 10.0.0.249 - - [2025-09-11 02:20:55] "GET / HTTP/1.1" 200 35931 0.001953 10.0.0.249 - - [2025-09-11 02:20:59] "GET /project/569c0b39-80af-4785-b0ba-d728c03756ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000520 10.0.0.49 - - [2025-09-11 02:20:59] "GET /projects?obj_uuids=569c0b39-80af-4785-b0ba-d728c03756ee&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.000969 10.0.0.249 - - [2025-09-11 02:20:59] "GET /project/569c0b39-80af-4785-b0ba-d728c03756ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1419 0.066275 10.0.0.249 - - [2025-09-11 02:21:00] "GET / HTTP/1.1" 200 35931 0.001983 10.0.0.249 - - [2025-09-11 02:21:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003764 10.0.0.49 - - [2025-09-11 02:21:00] "GET /domains?obj_uuids=6cefd47d-baca-4df6-a10c-ec963319da07&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000876 10.0.0.249 - - [2025-09-11 02:21:00] "GET /domain/6cefd47d-baca-4df6-a10c-ec963319da07?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.006409 10.0.0.249 - - [2025-09-11 02:21:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003789 10.0.0.49 - - [2025-09-11 02:21:00] "GET /projects?obj_uuids=569c0b39-80af-4785-b0ba-d728c03756ee&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001204 10.0.0.249 - - [2025-09-11 02:21:00] "GET /project/569c0b39-80af-4785-b0ba-d728c03756ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1419 0.054344 10.0.0.249 - - [2025-09-11 02:21:01] "GET /domains HTTP/1.1" 401 293 0.000445 10.0.0.249 - - [2025-09-11 02:21:01] "GET /domains HTTP/1.1" 200 280 0.023533 10.0.0.49 - - [2025-09-11 02:21:01] "GET /domains?obj_uuids=6cefd47d-baca-4df6-a10c-ec963319da07&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000908 10.0.0.249 - - [2025-09-11 02:21:01] "GET /domain/6cefd47d-baca-4df6-a10c-ec963319da07 HTTP/1.1" 200 2587 0.008869 10.0.0.49 - - [2025-09-11 02:21:01] "GET /projects?obj_uuids=569c0b39-80af-4785-b0ba-d728c03756ee&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.000832 10.0.0.249 - - [2025-09-11 02:21:02] "GET /project/569c0b39-80af-4785-b0ba-d728c03756ee HTTP/1.1" 200 1936 0.088655 10.0.0.249 - - [2025-09-11 02:21:02] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 545 0.003284 10.0.0.249 - - [2025-09-11 02:21:02] "POST /network-ipams HTTP/1.1" 200 627 0.029532 10.0.0.249 - - [2025-09-11 02:21:02] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 814 0.003379 10.0.0.249 - - [2025-09-11 02:21:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003276 10.0.0.249 - - [2025-09-11 02:21:02] "GET /network-ipam/d5f75a59-6bd4-41fd-80d7-c0f70a63ebff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1420 0.005946 10.0.0.249 - - [2025-09-11 02:21:02] "PUT /network-ipam/d5f75a59-6bd4-41fd-80d7-c0f70a63ebff HTTP/1.1" 200 258 0.014149 10.0.0.249 - - [2025-09-11 02:21:02] "POST /fqname-to-id HTTP/1.1" 401 293 0.000583 10.0.0.249 - - [2025-09-11 02:21:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.023564 10.0.0.49 - - [2025-09-11 02:21:02] "GET /projects?obj_uuids=569c0b39-80af-4785-b0ba-d728c03756ee&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.000887 10.0.0.249 - - [2025-09-11 02:21:02] "GET /project/569c0b39-80af-4785-b0ba-d728c03756ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1419 0.042604 10.0.0.49 - - [2025-09-11 02:21:02] "GET /projects?obj_uuids=569c0b39-80af-4785-b0ba-d728c03756ee&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.000887 10.0.0.249 - - [2025-09-11 02:21:03] "POST /neutron/network HTTP/1.1" 200 625 0.154252 10.0.0.49 - - [2025-09-11 02:21:03] "POST /route-targets HTTP/1.1" 200 327 0.013263 10.0.0.49 - - [2025-09-11 02:21:03] "POST /fqname-to-id HTTP/1.1" 404 207 0.003343 10.0.0.249 - - [2025-09-11 02:21:03] "POST /neutron/network HTTP/1.1" 200 1141 0.013594 10.0.0.249 - - [2025-09-11 02:21:03] "POST /id-to-fqname HTTP/1.1" 200 237 0.001171 10.0.0.249 - - [2025-09-11 02:21:03] "GET /virtual-network/714f6bb1-17a6-499a-b2f0-566c8eac022e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2683 0.005689 10.0.0.249 - - [2025-09-11 02:21:03] "GET /virtual-network/714f6bb1-17a6-499a-b2f0-566c8eac022e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2683 0.006063 10.0.0.249 - - [2025-09-11 02:21:03] "POST /neutron/subnet HTTP/1.1" 200 719 0.008674 10.0.0.249 - - [2025-09-11 02:21:04] "GET /virtual-network/714f6bb1-17a6-499a-b2f0-566c8eac022e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2683 0.005120 10.0.0.249 - - [2025-09-11 02:21:05] "POST /fqname-to-id HTTP/1.1" 404 231 0.004241 10.0.0.249 - - [2025-09-11 02:21:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003528 10.0.0.49 - - [2025-09-11 02:21:05] "GET /projects?obj_uuids=569c0b39-80af-4785-b0ba-d728c03756ee&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001046 10.0.0.249 - - [2025-09-11 02:21:05] "GET /project/569c0b39-80af-4785-b0ba-d728c03756ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1419 0.044587 10.0.0.249 - - [2025-09-11 02:21:05] "POST /network-policys HTTP/1.1" 200 565 0.081045 10.0.0.249 - - [2025-09-11 02:21:05] "GET /network-policy/12542ad7-3bd1-44b2-8370-afa4014aee25?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4073 0.006993 10.0.0.249 - - [2025-09-11 02:21:05] "POST /fqname-to-id HTTP/1.1" 404 231 0.003854 10.0.0.249 - - [2025-09-11 02:21:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003452 10.0.0.49 - - [2025-09-11 02:21:06] "GET /projects?obj_uuids=569c0b39-80af-4785-b0ba-d728c03756ee&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001004 10.0.0.249 - - [2025-09-11 02:21:06] "GET /project/569c0b39-80af-4785-b0ba-d728c03756ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1419 0.043381 10.0.0.249 - - [2025-09-11 02:21:06] "POST /network-policys HTTP/1.1" 200 565 0.073050 10.0.0.249 - - [2025-09-11 02:21:06] "GET /network-policy/0c1fc3fc-dd36-43bd-87d6-7fa05b12bc91?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3108 0.005978 10.0.0.249 - - [2025-09-11 02:21:06] "POST /fqname-to-id HTTP/1.1" 404 231 0.003125 10.0.0.249 - - [2025-09-11 02:21:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004369 10.0.0.49 - - [2025-09-11 02:21:06] "GET /projects?obj_uuids=569c0b39-80af-4785-b0ba-d728c03756ee&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.004613 10.0.0.249 - - [2025-09-11 02:21:06] "GET /project/569c0b39-80af-4785-b0ba-d728c03756ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1419 0.053713 10.0.0.249 - - [2025-09-11 02:21:06] "POST /network-policys HTTP/1.1" 200 565 0.028430 10.0.0.249 - - [2025-09-11 02:21:06] "GET /network-policy/fdae074d-2418-4297-aea4-debf032e24a5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2141 0.006193 10.0.0.249 - - [2025-09-11 02:21:07] "POST /neutron/network HTTP/1.1" 200 1339 0.109139 10.0.0.49 - - [2025-09-11 02:21:07] "POST /access-control-lists HTTP/1.1" 200 611 0.052169 10.0.0.249 - - [2025-09-11 02:21:07] "GET /virtual-network/714f6bb1-17a6-499a-b2f0-566c8eac022e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3300 0.006049 10.0.0.249 - - [2025-09-11 02:21:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003852 10.0.0.249 - - [2025-09-11 02:21:07] "GET /network-policy/0c1fc3fc-dd36-43bd-87d6-7fa05b12bc91?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3108 0.004820 10.0.0.249 - - [2025-09-11 02:21:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003628 10.0.0.249 - - [2025-09-11 02:21:07] "GET /network-policy/12542ad7-3bd1-44b2-8370-afa4014aee25?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4073 0.004980 10.0.0.249 - - [2025-09-11 02:21:07] "POST /id-to-fqname HTTP/1.1" 200 237 0.001272 10.0.0.49 - - [2025-09-11 02:21:08] "GET /projects?obj_uuids=569c0b39-80af-4785-b0ba-d728c03756ee&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.000930 10.0.0.249 - - [2025-09-11 02:21:08] "GET /project/569c0b39-80af-4785-b0ba-d728c03756ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1419 0.071666 10.0.0.249 - - [2025-09-11 02:21:08] "POST /neutron/network HTTP/1.1" 200 1339 0.009814 10.0.0.249 - - [2025-09-11 02:21:08] "POST /neutron/port HTTP/1.1" 200 117 0.006258 10.0.0.249 - - [2025-09-11 02:21:09] "POST /neutron/port HTTP/1.1" 200 1180 0.021291 10.0.0.249 - - [2025-09-11 02:21:09] "POST /neutron/port HTTP/1.1" 200 1208 0.016995 10.0.0.249 - - [2025-09-11 02:21:09] "POST /neutron/subnet HTTP/1.1" 200 1379 0.014390 10.0.0.249 - - [2025-09-11 02:21:09] "POST /neutron/network HTTP/1.1" 200 1339 0.010135 10.0.0.22 - - [2025-09-11 02:21:10] "GET /global-system-configs HTTP/1.1" 200 322 0.102804 10.0.0.49 - - [2025-09-11 02:21:10] "GET /obj-perms HTTP/1.1" 200 5075 0.198669 10.0.0.22 - - [2025-09-11 02:21:10] "GET /obj-perms HTTP/1.1" 200 5075 0.215059 10.0.0.49 - - [2025-09-11 02:21:10] "GET /global-system-configs HTTP/1.1" 200 322 0.179392 10.0.0.249 - - [2025-09-11 02:21:10] "GET /obj-perms HTTP/1.1" 200 5075 0.222544 10.0.0.22 - - [2025-09-11 02:21:10] "GET /global-system-configs HTTP/1.1" 200 322 0.103456 10.0.0.49 - - [2025-09-11 02:21:11] "GET /global-system-configs HTTP/1.1" 200 322 0.223062 10.0.0.22 - - [2025-09-11 02:21:11] "GET /obj-perms HTTP/1.1" 200 5075 0.317422 10.0.0.49 - - [2025-09-11 02:21:11] "GET /obj-perms HTTP/1.1" 200 5075 0.334481 10.0.0.249 - - [2025-09-11 02:21:11] "GET /global-system-configs HTTP/1.1" 200 322 0.056391 10.0.0.249 - - [2025-09-11 02:21:11] "GET /obj-perms HTTP/1.1" 200 5075 0.134081 10.0.0.249 - - [2025-09-11 02:21:12] "GET /global-system-configs HTTP/1.1" 200 322 0.026605 10.0.0.249 - - [2025-09-11 02:21:13] "POST /neutron/port HTTP/1.1" 200 1208 0.021921 10.0.0.249 - - [2025-09-11 02:21:13] "POST /neutron/security_group HTTP/1.1" 200 2072 0.006567 10.0.0.249 - - [2025-09-11 02:21:13] "GET /virtual-machine/288dc5ba-ac8e-4596-920d-a14534cfd2a7 HTTP/1.1" 401 293 0.000387 10.0.0.249 - - [2025-09-11 02:21:14] "GET /virtual-machine/288dc5ba-ac8e-4596-920d-a14534cfd2a7 HTTP/1.1" 200 1306 0.036667 10.0.0.249 - - [2025-09-11 02:21:14] "GET /virtual-machine-interface/1de3fbeb-c296-4092-9f13-e2b26aefa58f HTTP/1.1" 200 3177 0.006750 10.0.0.249 - - [2025-09-11 02:21:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003286 10.0.0.249 - - [2025-09-11 02:21:14] "GET /global-vrouter-config/34ac33d4-7223-40b7-b082-da1d7603178b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003525 10.0.0.249 - - [2025-09-11 02:21:14] "GET /virtual-networks?parent_id=569c0b39-80af-4785-b0ba-d728c03756ee&detail=False&count=False&shared=False HTTP/1.1" 200 368 0.002846 10.0.0.249 - - [2025-09-11 02:21:14] "GET /virtual-network/714f6bb1-17a6-499a-b2f0-566c8eac022e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3300 0.006493 10.0.0.249 - - [2025-09-11 02:21:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003774 10.0.0.249 - - [2025-09-11 02:21:17] "GET /virtual-network/714f6bb1-17a6-499a-b2f0-566c8eac022e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3300 0.009507 10.0.0.249 - - [2025-09-11 02:21:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003514 10.0.0.249 - - [2025-09-11 02:21:21] "GET /virtual-network/714f6bb1-17a6-499a-b2f0-566c8eac022e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3300 0.005630 10.0.0.249 - - [2025-09-11 02:21:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003408 10.0.0.249 - - [2025-09-11 02:21:25] "GET /virtual-network/714f6bb1-17a6-499a-b2f0-566c8eac022e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3300 0.007615 10.0.0.249 - - [2025-09-11 02:21:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003919 10.0.0.249 - - [2025-09-11 02:21:29] "GET /virtual-network/714f6bb1-17a6-499a-b2f0-566c8eac022e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3300 0.006637 10.0.0.249 - - [2025-09-11 02:21:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003585 10.0.0.249 - - [2025-09-11 02:21:33] "GET /virtual-network/714f6bb1-17a6-499a-b2f0-566c8eac022e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3300 0.005887 10.0.0.249 - - [2025-09-11 02:21:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003366 10.0.0.249 - - [2025-09-11 02:21:37] "GET /virtual-network/714f6bb1-17a6-499a-b2f0-566c8eac022e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3300 0.005434 10.0.0.249 - - [2025-09-11 02:21:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003596 10.0.0.249 - - [2025-09-11 02:21:41] "GET /virtual-network/714f6bb1-17a6-499a-b2f0-566c8eac022e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3300 0.006818 10.0.0.249 - - [2025-09-11 02:21:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004058 10.0.0.249 - - [2025-09-11 02:21:45] "GET /virtual-network/714f6bb1-17a6-499a-b2f0-566c8eac022e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3300 0.006249 10.0.0.249 - - [2025-09-11 02:21:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003365 10.0.0.249 - - [2025-09-11 02:21:47] "GET /global-vrouter-config/34ac33d4-7223-40b7-b082-da1d7603178b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004116 10.0.0.249 - - [2025-09-11 02:21:48] "GET /virtual-networks?parent_id=569c0b39-80af-4785-b0ba-d728c03756ee&detail=False&count=False&shared=False HTTP/1.1" 200 368 0.003263 10.0.0.249 - - [2025-09-11 02:21:48] "GET /virtual-network/714f6bb1-17a6-499a-b2f0-566c8eac022e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3300 0.005710 10.0.0.249 - - [2025-09-11 02:21:53] "POST /neutron/port HTTP/1.1" 200 1208 0.015039 10.0.0.249 - - [2025-09-11 02:21:57] "POST /neutron/security_group HTTP/1.1" 200 2072 0.006422 10.0.0.249 - - [2025-09-11 02:22:03] "POST /neutron/port HTTP/1.1" 200 1208 0.016532 10.0.0.249 - - [2025-09-11 02:22:07] "POST /neutron/port HTTP/1.1" 200 1208 0.017501 10.0.0.249 - - [2025-09-11 02:22:08] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003767 10.0.0.249 - - [2025-09-11 02:22:08] "POST /neutron/port HTTP/1.1" 200 117 0.001194 10.0.0.249 - - [2025-09-11 02:22:08] "POST /neutron/security_group HTTP/1.1" 200 2072 0.008086 10.0.0.249 - - [2025-09-11 02:22:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.004354 10.0.0.249 - - [2025-09-11 02:22:09] "GET /network-policy/12542ad7-3bd1-44b2-8370-afa4014aee25?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4073 0.003688 10.0.0.249 - - [2025-09-11 02:22:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003063 10.0.0.22 - - [2025-09-11 02:22:09] "GET /obj-perms HTTP/1.1" 200 5075 0.045552 10.0.0.249 - - [2025-09-11 02:22:09] "GET /network-policy/0c1fc3fc-dd36-43bd-87d6-7fa05b12bc91?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3108 0.004005 10.0.0.249 - - [2025-09-11 02:22:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003631 10.0.0.249 - - [2025-09-11 02:22:09] "GET /network-policy/fdae074d-2418-4297-aea4-debf032e24a5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2141 0.003817 10.0.0.249 - - [2025-09-11 02:22:09] "POST /neutron/network HTTP/1.1" 200 1339 0.008282 10.0.0.249 - - [2025-09-11 02:22:09] "GET /virtual-network/714f6bb1-17a6-499a-b2f0-566c8eac022e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3596 0.007761 10.0.0.249 - - [2025-09-11 02:22:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.002622 10.0.0.249 - - [2025-09-11 02:22:09] "GET /network-policy/0c1fc3fc-dd36-43bd-87d6-7fa05b12bc91?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3108 0.003923 10.0.0.249 - - [2025-09-11 02:22:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003058 10.0.0.249 - - [2025-09-11 02:22:09] "GET /network-policy/12542ad7-3bd1-44b2-8370-afa4014aee25?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4073 0.004560 10.0.0.249 - - [2025-09-11 02:22:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003087 10.0.0.249 - - [2025-09-11 02:22:09] "GET /network-policy/fdae074d-2418-4297-aea4-debf032e24a5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2141 0.005282 10.0.0.249 - - [2025-09-11 02:22:14] "GET /virtual-network/714f6bb1-17a6-499a-b2f0-566c8eac022e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3596 0.005842 10.0.0.249 - - [2025-09-11 02:22:14] "POST /neutron/network HTTP/1.1" 200 1431 0.008830 10.0.0.49 - - [2025-09-11 02:22:14] "POST /fqname-to-id HTTP/1.1" 404 207 0.006828 10.0.0.49 - - [2025-09-11 02:22:14] "DELETE /access-control-list/94b9724b-f2c1-4d0e-91e9-b6313429fd35 HTTP/1.1" 200 115 0.055944 10.0.0.249 - - [2025-09-11 02:22:14] "GET /virtual-network/714f6bb1-17a6-499a-b2f0-566c8eac022e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2683 0.007377 10.0.0.249 - - [2025-09-11 02:22:19] "GET /virtual-machine/288dc5ba-ac8e-4596-920d-a14534cfd2a7 HTTP/1.1" 200 1306 0.004317 10.0.0.249 - - [2025-09-11 02:22:20] "POST /neutron/port HTTP/1.1" 200 1208 0.028754 10.0.0.249 - - [2025-09-11 02:22:21] "GET /virtual-machine/288dc5ba-ac8e-4596-920d-a14534cfd2a7 HTTP/1.1" 404 171 0.003201 10.0.0.249 - - [2025-09-11 02:22:21] "GET /virtual-machine/288dc5ba-ac8e-4596-920d-a14534cfd2a7 HTTP/1.1" 404 171 0.002881 10.0.0.249 - - [2025-09-11 02:22:21] "GET /virtual-machine/288dc5ba-ac8e-4596-920d-a14534cfd2a7 HTTP/1.1" 404 171 0.002730 10.0.0.249 - - [2025-09-11 02:22:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003685 10.0.0.249 - - [2025-09-11 02:22:22] "GET /global-vrouter-config/34ac33d4-7223-40b7-b082-da1d7603178b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005502 10.0.0.249 - - [2025-09-11 02:22:22] "GET /virtual-networks?parent_id=569c0b39-80af-4785-b0ba-d728c03756ee&detail=False&count=False&shared=False HTTP/1.1" 200 368 0.003155 10.0.0.249 - - [2025-09-11 02:22:22] "GET /virtual-network/714f6bb1-17a6-499a-b2f0-566c8eac022e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2683 0.006058 10.0.0.249 - - [2025-09-11 02:22:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003544 10.0.0.249 - - [2025-09-11 02:22:22] "GET /routing-instance/be71ac0b-2077-42cc-a765-cd29c6c80583?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1502 0.005346 10.0.0.249 - - [2025-09-11 02:22:22] "GET /route-target/98f7d0c8-3ebc-43c5-ac10-85cb17ebec1a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.003833 10.0.0.249 - - [2025-09-11 02:22:22] "GET /obj-perms HTTP/1.1" 200 5040 0.048668 10.0.0.49 - - [2025-09-11 02:22:22] "GET /obj-perms HTTP/1.1" 200 5040 0.047873 10.0.0.249 - - [2025-09-11 02:22:31] "GET /obj-perms HTTP/1.1" 200 5040 0.004602 10.0.0.49 - - [2025-09-11 02:22:31] "GET /obj-perms HTTP/1.1" 200 5040 0.003487 10.0.0.249 - - [2025-09-11 02:22:40] "GET /obj-perms HTTP/1.1" 200 5040 0.004010 10.0.0.49 - - [2025-09-11 02:22:40] "GET /obj-perms HTTP/1.1" 200 5040 0.003501 10.0.0.249 - - [2025-09-11 02:22:50] "GET /obj-perms HTTP/1.1" 200 5040 0.004171 10.0.0.49 - - [2025-09-11 02:22:50] "GET /obj-perms HTTP/1.1" 200 5040 0.004319 10.0.0.249 - - [2025-09-11 02:22:50] "DELETE /network-policy/fdae074d-2418-4297-aea4-debf032e24a5 HTTP/1.1" 200 115 0.030845 10.0.0.249 - - [2025-09-11 02:22:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.010149 10.0.0.49 - - [2025-09-11 02:22:50] "GET /projects?obj_uuids=569c0b39-80af-4785-b0ba-d728c03756ee&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001157 10.0.0.249 - - [2025-09-11 02:22:50] "GET /project/569c0b39-80af-4785-b0ba-d728c03756ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1419 0.042656 10.0.0.249 - - [2025-09-11 02:22:50] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyModifyIpv4v6-62041778&detail=False&count=False&shared=False HTTP/1.1" 200 606 0.005736 10.0.0.249 - - [2025-09-11 02:22:50] "DELETE /network-policy/0c1fc3fc-dd36-43bd-87d6-7fa05b12bc91 HTTP/1.1" 200 115 0.049654 10.0.0.249 - - [2025-09-11 02:22:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.002651 10.0.0.49 - - [2025-09-11 02:22:50] "GET /projects?obj_uuids=569c0b39-80af-4785-b0ba-d728c03756ee&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.000950 10.0.0.249 - - [2025-09-11 02:22:50] "GET /project/569c0b39-80af-4785-b0ba-d728c03756ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1419 0.046541 10.0.0.249 - - [2025-09-11 02:22:50] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyModifyIpv4v6-62041778&detail=False&count=False&shared=False HTTP/1.1" 200 368 0.005802 10.0.0.249 - - [2025-09-11 02:22:50] "DELETE /network-policy/12542ad7-3bd1-44b2-8370-afa4014aee25 HTTP/1.1" 200 115 0.037612 10.0.0.249 - - [2025-09-11 02:22:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004623 10.0.0.49 - - [2025-09-11 02:22:50] "GET /projects?obj_uuids=569c0b39-80af-4785-b0ba-d728c03756ee&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.000990 10.0.0.249 - - [2025-09-11 02:22:50] "GET /project/569c0b39-80af-4785-b0ba-d728c03756ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1419 0.042786 10.0.0.249 - - [2025-09-11 02:22:51] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyModifyIpv4v6-62041778&detail=False&count=False&shared=False HTTP/1.1" 200 131 0.005490 10.0.0.249 - - [2025-09-11 02:22:51] "POST /neutron/network HTTP/1.1" 200 1141 0.009034 10.0.0.249 - - [2025-09-11 02:22:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003711 10.0.0.249 - - [2025-09-11 02:22:51] "DELETE /network-ipam/d5f75a59-6bd4-41fd-80d7-c0f70a63ebff HTTP/1.1" 200 115 0.033295 10.0.0.249 - - [2025-09-11 02:22:51] "POST /fqname-to-id HTTP/1.1" 404 264 0.003872 10.0.0.49 - - [2025-09-11 02:22:51] "GET /projects?obj_uuids=569c0b39-80af-4785-b0ba-d728c03756ee&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001085 10.0.0.49 - - [2025-09-11 02:22:51] "GET /project/569c0b39-80af-4785-b0ba-d728c03756ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1524 0.036433 10.0.0.49 - - [2025-09-11 02:22:51] "GET /projects?obj_uuids=569c0b39-80af-4785-b0ba-d728c03756ee&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.000961 10.0.0.49 - - [2025-09-11 02:22:51] "GET /project/569c0b39-80af-4785-b0ba-d728c03756ee?fields=security_groups HTTP/1.1" 200 1405 0.083942 10.0.0.49 - - [2025-09-11 02:22:51] "DELETE /security-group/ad5ce20a-e659-481d-8554-0186e8d5bc9f HTTP/1.1" 200 115 0.052482 10.0.0.49 - - [2025-09-11 02:22:51] "GET /projects?obj_uuids=569c0b39-80af-4785-b0ba-d728c03756ee&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001066 10.0.0.49 - - [2025-09-11 02:22:51] "DELETE /access-control-list/286861dc-a32f-4d40-9363-4e2acbc05540 HTTP/1.1" 200 115 0.038870 10.0.0.49 - - [2025-09-11 02:22:51] "GET /project/569c0b39-80af-4785-b0ba-d728c03756ee?fields=application_policy_sets HTTP/1.1" 200 1444 0.048746 10.0.0.249 - - [2025-09-11 02:22:51] "DELETE /project/569c0b39-80af-4785-b0ba-d728c03756ee HTTP/1.1" 200 115 0.436893 10.0.0.49 - - [2025-09-11 02:22:52] "GET /domains?obj_uuids=6cefd47d-baca-4df6-a10c-ec963319da07&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001226 10.0.0.249 - - [2025-09-11 02:22:52] "GET /domain/6cefd47d-baca-4df6-a10c-ec963319da07?fields=projects HTTP/1.1" 200 1244 0.010132 10.0.0.49 - - [2025-09-11 02:22:54] "GET /projects?obj_uuids=569c0b39-80af-4785-b0ba-d728c03756ee&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003773 10.0.0.49 - - [2025-09-11 02:22:54] "GET /domains?obj_uuids=6cefd47d-baca-4df6-a10c-ec963319da07&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001011 10.0.0.49 - - [2025-09-11 02:22:54] "GET /domain/6cefd47d-baca-4df6-a10c-ec963319da07?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.047780 10.0.0.49 - - [2025-09-11 02:22:54] "POST /id-to-fqname HTTP/1.1" 200 204 0.004128 10.0.0.49 - - [2025-09-11 02:22:54] "POST /fqname-to-id HTTP/1.1" 404 213 0.006481 10.0.0.49 - - [2025-09-11 02:22:54] "POST /security-groups HTTP/1.1" 200 605 0.069836 10.0.0.49 - - [2025-09-11 02:22:54] "POST /projects HTTP/1.1" 200 613 0.284284 10.0.0.49 - - [2025-09-11 02:22:55] "POST /access-control-lists HTTP/1.1" 200 610 0.027359 10.0.0.49 - - [2025-09-11 02:22:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.352068 10.0.0.249 - - [2025-09-11 02:22:55] "GET /project/569c0b39-80af-4785-b0ba-d728c03756ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1419 0.501077 10.0.0.49 - - [2025-09-11 02:22:55] "GET /projects?obj_uuids=569c0b39-80af-4785-b0ba-d728c03756ee&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.000998 10.0.0.249 - - [2025-09-11 02:22:55] "GET /project/569c0b39-80af-4785-b0ba-d728c03756ee?fields=virtual_networks HTTP/1.1" 200 1060 0.048972 10.0.0.49 - - [2025-09-11 02:22:55] "GET /projects?obj_uuids=569c0b39-80af-4785-b0ba-d728c03756ee&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001069 10.0.0.249 - - [2025-09-11 02:22:55] "GET /project/569c0b39-80af-4785-b0ba-d728c03756ee?fields=virtual_machine_interfaces HTTP/1.1" 200 1060 0.045054 10.0.0.49 - - [2025-09-11 02:22:55] "GET /projects?obj_uuids=569c0b39-80af-4785-b0ba-d728c03756ee&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001390 10.0.0.249 - - [2025-09-11 02:22:55] "GET /project/569c0b39-80af-4785-b0ba-d728c03756ee?fields=security_groups HTTP/1.1" 200 1300 0.046936 10.0.0.49 - - [2025-09-11 02:22:55] "DELETE /project/569c0b3980af4785b0bad728c03756ee HTTP/1.1" 404 173 0.003006 10.0.0.249 - - [2025-09-11 02:22:56] "POST /fqname-to-id HTTP/1.1" 404 204 0.025556 10.0.0.49 - - [2025-09-11 02:22:56] "GET /projects?obj_uuids=264df4a9-a51c-47e9-88f9-31cded13944b&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003464 10.0.0.49 - - [2025-09-11 02:22:56] "GET /domains?obj_uuids=6cefd47d-baca-4df6-a10c-ec963319da07&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001131 10.0.0.49 - - [2025-09-11 02:22:56] "GET /domain/6cefd47d-baca-4df6-a10c-ec963319da07?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007813 10.0.0.49 - - [2025-09-11 02:22:56] "POST /id-to-fqname HTTP/1.1" 200 206 0.005020 10.0.0.49 - - [2025-09-11 02:22:56] "POST /fqname-to-id HTTP/1.1" 404 215 0.006295 10.0.0.49 - - [2025-09-11 02:22:56] "POST /security-groups HTTP/1.1" 200 607 0.073515 10.0.0.49 - - [2025-09-11 02:22:56] "POST /fqname-to-id HTTP/1.1" 404 250 0.003035 10.0.0.49 - - [2025-09-11 02:22:56] "POST /projects HTTP/1.1" 200 617 0.296073 10.0.0.49 - - [2025-09-11 02:22:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.363856 10.0.0.49 - - [2025-09-11 02:22:56] "POST /access-control-lists HTTP/1.1" 200 610 0.031292 10.0.0.249 - - [2025-09-11 02:22:56] "GET /project/264df4a9-a51c-47e9-88f9-31cded13944b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1426 0.500873 10.0.0.249 - - [2025-09-11 02:22:57] "GET / HTTP/1.1" 200 35931 0.002322 10.0.0.249 - - [2025-09-11 02:23:00] "POST /fqname-to-id HTTP/1.1" 401 293 0.000521 10.0.0.249 - - [2025-09-11 02:23:01] "POST /fqname-to-id HTTP/1.1" 404 233 0.055407 10.0.0.249 - - [2025-09-11 02:23:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003556 10.0.0.49 - - [2025-09-11 02:23:01] "GET /projects?obj_uuids=264df4a9-a51c-47e9-88f9-31cded13944b&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001388 10.0.0.249 - - [2025-09-11 02:23:01] "GET /project/264df4a9-a51c-47e9-88f9-31cded13944b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1426 0.051355 10.0.0.249 - - [2025-09-11 02:23:01] "POST /network-policys HTTP/1.1" 200 567 0.032263 10.0.0.249 - - [2025-09-11 02:23:01] "GET /network-policy/b6381177-0119-4009-8b87-9ac8fe9639b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3154 0.006819 10.0.0.249 - - [2025-09-11 02:23:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003237 10.0.0.49 - - [2025-09-11 02:23:01] "GET /projects?obj_uuids=264df4a9-a51c-47e9-88f9-31cded13944b&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000999 10.0.0.249 - - [2025-09-11 02:23:01] "GET /project/264df4a9-a51c-47e9-88f9-31cded13944b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1426 0.037378 10.0.0.49 - - [2025-09-11 02:23:01] "GET /projects?obj_uuids=264df4a9-a51c-47e9-88f9-31cded13944b&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001100 10.0.0.249 - - [2025-09-11 02:23:01] "POST /neutron/network HTTP/1.1" 200 623 0.150527 10.0.0.249 - - [2025-09-11 02:23:02] "POST /neutron/network HTTP/1.1" 200 1015 0.013355 10.0.0.249 - - [2025-09-11 02:23:02] "POST /id-to-fqname HTTP/1.1" 200 237 0.001333 10.0.0.249 - - [2025-09-11 02:23:02] "GET /virtual-network/c189c52f-6d92-4eca-90a7-4d101088bfe3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2657 0.005132 10.0.0.249 - - [2025-09-11 02:23:02] "GET /virtual-network/c189c52f-6d92-4eca-90a7-4d101088bfe3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2657 0.006685 10.0.0.249 - - [2025-09-11 02:23:02] "POST /neutron/subnet HTTP/1.1" 200 734 0.009076 10.0.0.49 - - [2025-09-11 02:23:02] "POST /fqname-to-id HTTP/1.1" 404 252 0.008978 10.0.0.249 - - [2025-09-11 02:23:02] "POST /neutron/network HTTP/1.1" 200 1122 0.085736 10.0.0.249 - - [2025-09-11 02:23:02] "GET /virtual-network/c189c52f-6d92-4eca-90a7-4d101088bfe3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2980 0.006016 10.0.0.249 - - [2025-09-11 02:23:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.002967 10.0.0.249 - - [2025-09-11 02:23:02] "GET /network-policy/b6381177-0119-4009-8b87-9ac8fe9639b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3154 0.007611 10.0.0.249 - - [2025-09-11 02:23:02] "GET /virtual-network/c189c52f-6d92-4eca-90a7-4d101088bfe3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2980 0.006030 10.0.0.249 - - [2025-09-11 02:23:03] "GET /obj-perms HTTP/1.1" 200 5081 0.054229 10.0.0.249 - - [2025-09-11 02:23:04] "DELETE /network-policy/b6381177-0119-4009-8b87-9ac8fe9639b1 HTTP/1.1" 409 238 0.008498 10.0.0.49 - - [2025-09-11 02:23:04] "POST /useragent-kv HTTP/1.1" 200 115 0.004546 10.0.0.49 - - [2025-09-11 02:23:04] "POST /useragent-kv HTTP/1.1" 200 115 0.002264 10.0.0.49 - - [2025-09-11 02:23:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.009226 10.0.0.49 - - [2025-09-11 02:23:04] "POST /useragent-kv HTTP/1.1" 200 115 0.002395 10.0.0.49 - - [2025-09-11 02:23:04] "POST /useragent-kv HTTP/1.1" 200 115 0.002872 10.0.0.249 - - [2025-09-11 02:23:04] "POST /neutron/network HTTP/1.1" 200 151 0.162272 10.0.0.249 - - [2025-09-11 02:23:04] "DELETE /network-policy/b6381177-0119-4009-8b87-9ac8fe9639b1 HTTP/1.1" 200 115 0.032393 10.0.0.249 - - [2025-09-11 02:23:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003073 10.0.0.49 - - [2025-09-11 02:23:04] "GET /projects?obj_uuids=264df4a9-a51c-47e9-88f9-31cded13944b&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000916 10.0.0.249 - - [2025-09-11 02:23:04] "GET /project/264df4a9-a51c-47e9-88f9-31cded13944b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1426 0.036806 10.0.0.249 - - [2025-09-11 02:23:05] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyNegativeIpv4v6-93593301&detail=False&count=False&shared=False HTTP/1.1" 200 131 0.005303 10.0.0.49 - - [2025-09-11 02:23:07] "GET /projects?obj_uuids=264df4a9-a51c-47e9-88f9-31cded13944b&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000993 10.0.0.249 - - [2025-09-11 02:23:07] "GET /project/264df4a9-a51c-47e9-88f9-31cded13944b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1426 0.045982 10.0.0.49 - - [2025-09-11 02:23:07] "GET /projects?obj_uuids=264df4a9-a51c-47e9-88f9-31cded13944b&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001012 10.0.0.249 - - [2025-09-11 02:23:07] "GET /project/264df4a9-a51c-47e9-88f9-31cded13944b?fields=virtual_networks HTTP/1.1" 200 1063 0.035890 10.0.0.49 - - [2025-09-11 02:23:07] "GET /projects?obj_uuids=264df4a9-a51c-47e9-88f9-31cded13944b&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000925 10.0.0.249 - - [2025-09-11 02:23:07] "GET /project/264df4a9-a51c-47e9-88f9-31cded13944b?fields=virtual_machine_interfaces HTTP/1.1" 200 1063 0.039313 10.0.0.49 - - [2025-09-11 02:23:07] "GET /projects?obj_uuids=264df4a9-a51c-47e9-88f9-31cded13944b&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001401 10.0.0.249 - - [2025-09-11 02:23:07] "GET /project/264df4a9-a51c-47e9-88f9-31cded13944b?fields=security_groups HTTP/1.1" 200 1305 0.037369 10.0.0.249 - - [2025-09-11 02:23:08] "POST /fqname-to-id HTTP/1.1" 404 188 0.023470 10.0.0.49 - - [2025-09-11 02:23:08] "GET /projects?obj_uuids=0752d51f-84eb-4c8d-8a45-b0f1801c431f&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002916 10.0.0.49 - - [2025-09-11 02:23:08] "GET /domains?obj_uuids=6cefd47d-baca-4df6-a10c-ec963319da07&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001181 10.0.0.49 - - [2025-09-11 02:23:08] "GET /domain/6cefd47d-baca-4df6-a10c-ec963319da07?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006666 10.0.0.49 - - [2025-09-11 02:23:08] "POST /id-to-fqname HTTP/1.1" 200 190 0.005430 10.0.0.49 - - [2025-09-11 02:23:08] "POST /fqname-to-id HTTP/1.1" 404 199 0.003423 10.0.0.49 - - [2025-09-11 02:23:08] "POST /security-groups HTTP/1.1" 200 591 0.069408 10.0.0.49 - - [2025-09-11 02:23:08] "POST /projects HTTP/1.1" 200 585 0.261468 10.0.0.49 - - [2025-09-11 02:23:09] "POST /access-control-lists HTTP/1.1" 200 596 0.031041 10.0.0.49 - - [2025-09-11 02:23:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.328063 10.0.0.249 - - [2025-09-11 02:23:09] "GET /project/0752d51f-84eb-4c8d-8a45-b0f1801c431f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1361 0.466954 10.0.0.49 - - [2025-09-11 02:23:09] "GET /obj-perms HTTP/1.1" 200 5075 0.067122 10.0.0.249 - - [2025-09-11 02:23:10] "GET / HTTP/1.1" 200 35931 0.003124 10.0.0.49 - - [2025-09-11 02:23:11] "DELETE /access-control-list/b69c7d2c-26ce-4fb7-86f6-169547b84275 HTTP/1.1" 200 115 0.033364 10.0.0.249 - - [2025-09-11 02:23:12] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 401 293 0.000451 10.0.0.249 - - [2025-09-11 02:23:12] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 545 0.047669 10.0.0.249 - - [2025-09-11 02:23:13] "POST /network-ipams HTTP/1.1" 200 513 0.037008 10.0.0.249 - - [2025-09-11 02:23:13] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 750 0.003079 10.0.0.249 - - [2025-09-11 02:23:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003585 10.0.0.249 - - [2025-09-11 02:23:13] "GET /network-ipam/f48c2082-55c2-4d4e-a327-12aef7817034?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1243 0.006135 10.0.0.249 - - [2025-09-11 02:23:13] "PUT /network-ipam/f48c2082-55c2-4d4e-a327-12aef7817034 HTTP/1.1" 200 258 0.013288 10.0.0.249 - - [2025-09-11 02:23:13] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 750 0.003589 10.0.0.249 - - [2025-09-11 02:23:13] "POST /network-ipams HTTP/1.1" 200 513 0.039587 10.0.0.249 - - [2025-09-11 02:23:13] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 955 0.003969 10.0.0.249 - - [2025-09-11 02:23:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003621 10.0.0.249 - - [2025-09-11 02:23:13] "GET /network-ipam/f7bf8baa-6101-4357-9b13-6d02b94848e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1243 0.005923 10.0.0.249 - - [2025-09-11 02:23:13] "PUT /network-ipam/f7bf8baa-6101-4357-9b13-6d02b94848e0 HTTP/1.1" 200 258 0.013833 10.0.0.249 - - [2025-09-11 02:23:13] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 955 0.003282 10.0.0.249 - - [2025-09-11 02:23:13] "POST /network-ipams HTTP/1.1" 200 513 0.026685 10.0.0.249 - - [2025-09-11 02:23:13] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 1161 0.003228 10.0.0.249 - - [2025-09-11 02:23:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003098 10.0.0.249 - - [2025-09-11 02:23:13] "GET /network-ipam/eb26c006-d5fe-48ba-8641-8d8475f346a3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1242 0.006201 10.0.0.249 - - [2025-09-11 02:23:13] "PUT /network-ipam/eb26c006-d5fe-48ba-8641-8d8475f346a3 HTTP/1.1" 200 258 0.013561 10.0.0.249 - - [2025-09-11 02:23:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003268 10.0.0.49 - - [2025-09-11 02:23:14] "GET /projects?obj_uuids=0752d51f-84eb-4c8d-8a45-b0f1801c431f&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000868 10.0.0.249 - - [2025-09-11 02:23:14] "GET /project/0752d51f-84eb-4c8d-8a45-b0f1801c431f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1361 0.040446 10.0.0.49 - - [2025-09-11 02:23:15] "POST /useragent-kv HTTP/1.1" 200 115 0.008894 10.0.0.249 - - [2025-09-11 02:23:15] "POST /neutron/subnet HTTP/1.1" 200 710 0.228186 10.0.0.249 - - [2025-09-11 02:23:15] "POST /id-to-fqname HTTP/1.1" 200 221 0.001274 10.0.0.249 - - [2025-09-11 02:23:15] "GET /virtual-network/d4c6b68c-7124-442d-b222-a25623731dc1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2033 0.005509 10.0.0.249 - - [2025-09-11 02:23:15] "GET /virtual-network/d4c6b68c-7124-442d-b222-a25623731dc1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2033 0.006164 10.0.0.249 - - [2025-09-11 02:23:15] "POST /neutron/network HTTP/1.1" 200 821 0.007054 10.0.0.249 - - [2025-09-11 02:23:15] "GET /virtual-network/d4c6b68c-7124-442d-b222-a25623731dc1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2033 0.007426 10.0.0.249 - - [2025-09-11 02:23:15] "GET /network-ipam/f48c2082-55c2-4d4e-a327-12aef7817034?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1243 0.004159 10.0.0.249 - - [2025-09-11 02:23:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003188 10.0.0.49 - - [2025-09-11 02:23:15] "GET /projects?obj_uuids=0752d51f-84eb-4c8d-8a45-b0f1801c431f&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000962 10.0.0.49 - - [2025-09-11 02:23:15] "POST /ref-update HTTP/1.1" 200 156 0.030420 10.0.0.249 - - [2025-09-11 02:23:15] "GET /project/0752d51f-84eb-4c8d-8a45-b0f1801c431f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1361 0.085535 10.0.0.249 - - [2025-09-11 02:23:15] "POST /neutron/network HTTP/1.1" 200 117 0.010934 10.0.0.249 - - [2025-09-11 02:23:15] "POST /neutron/network HTTP/1.1" 200 822 0.007823 10.0.0.249 - - [2025-09-11 02:23:15] "POST /id-to-fqname HTTP/1.1" 200 221 0.000949 10.0.0.249 - - [2025-09-11 02:23:16] "GET /virtual-network/5c42deef-def1-45de-b10f-e6026449f65b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2035 0.005299 10.0.0.249 - - [2025-09-11 02:23:16] "GET /virtual-network/5c42deef-def1-45de-b10f-e6026449f65b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2035 0.005584 10.0.0.249 - - [2025-09-11 02:23:16] "POST /neutron/subnet HTTP/1.1" 200 715 0.009631 10.0.0.249 - - [2025-09-11 02:23:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.002995 10.0.0.49 - - [2025-09-11 02:23:16] "GET /projects?obj_uuids=0752d51f-84eb-4c8d-8a45-b0f1801c431f&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000886 10.0.0.249 - - [2025-09-11 02:23:16] "GET /project/0752d51f-84eb-4c8d-8a45-b0f1801c431f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1361 0.050666 10.0.0.49 - - [2025-09-11 02:23:16] "POST /route-targets HTTP/1.1" 200 327 0.016168 10.0.0.49 - - [2025-09-11 02:23:16] "POST /useragent-kv HTTP/1.1" 200 115 0.013694 10.0.0.249 - - [2025-09-11 02:23:16] "POST /neutron/subnet HTTP/1.1" 200 720 0.193887 10.0.0.249 - - [2025-09-11 02:23:16] "POST /id-to-fqname HTTP/1.1" 200 221 0.001154 10.0.0.249 - - [2025-09-11 02:23:16] "GET /virtual-network/7e3fbacd-cef4-4531-872b-1650dbed1f90?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.008190 10.0.0.249 - - [2025-09-11 02:23:16] "GET /virtual-network/7e3fbacd-cef4-4531-872b-1650dbed1f90?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.005457 10.0.0.249 - - [2025-09-11 02:23:16] "POST /neutron/network HTTP/1.1" 200 823 0.006974 10.0.0.249 - - [2025-09-11 02:23:16] "GET /virtual-network/d4c6b68c-7124-442d-b222-a25623731dc1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2033 0.005673 10.0.0.22 - - [2025-09-11 02:23:17] "GET /obj-perms HTTP/1.1" 200 5049 0.043424 10.0.0.249 - - [2025-09-11 02:23:18] "GET /virtual-network/5c42deef-def1-45de-b10f-e6026449f65b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2035 0.005464 10.0.0.249 - - [2025-09-11 02:23:18] "GET /obj-perms HTTP/1.1" 200 5049 0.052066 10.0.0.249 - - [2025-09-11 02:23:18] "GET /virtual-network/7e3fbacd-cef4-4531-872b-1650dbed1f90?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.006087 10.0.0.49 - - [2025-09-11 02:23:19] "GET /obj-perms HTTP/1.1" 200 5049 0.045574 10.0.0.249 - - [2025-09-11 02:23:19] "POST /fqname-to-id HTTP/1.1" 404 215 0.003166 10.0.0.249 - - [2025-09-11 02:23:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.002705 10.0.0.49 - - [2025-09-11 02:23:19] "GET /projects?obj_uuids=0752d51f-84eb-4c8d-8a45-b0f1801c431f&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000960 10.0.0.249 - - [2025-09-11 02:23:19] "GET /project/0752d51f-84eb-4c8d-8a45-b0f1801c431f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1361 0.039759 10.0.0.249 - - [2025-09-11 02:23:19] "POST /network-policys HTTP/1.1" 200 553 0.026455 10.0.0.249 - - [2025-09-11 02:23:19] "GET /network-policy/605c282d-7cc6-420d-852f-ec5ce75836e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2121 0.006210 10.0.0.249 - - [2025-09-11 02:23:19] "POST /fqname-to-id HTTP/1.1" 404 215 0.002740 10.0.0.249 - - [2025-09-11 02:23:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004197 10.0.0.49 - - [2025-09-11 02:23:19] "GET /projects?obj_uuids=0752d51f-84eb-4c8d-8a45-b0f1801c431f&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000942 10.0.0.249 - - [2025-09-11 02:23:19] "GET /project/0752d51f-84eb-4c8d-8a45-b0f1801c431f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1361 0.041225 10.0.0.249 - - [2025-09-11 02:23:19] "POST /network-policys HTTP/1.1" 200 553 0.027070 10.0.0.249 - - [2025-09-11 02:23:19] "GET /network-policy/90a4188e-20be-49de-a092-d4cd2083a8d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2128 0.005890 10.0.0.249 - - [2025-09-11 02:23:19] "POST /fqname-to-id HTTP/1.1" 404 215 0.002929 10.0.0.249 - - [2025-09-11 02:23:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003619 10.0.0.49 - - [2025-09-11 02:23:19] "GET /projects?obj_uuids=0752d51f-84eb-4c8d-8a45-b0f1801c431f&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001218 10.0.0.249 - - [2025-09-11 02:23:20] "GET /project/0752d51f-84eb-4c8d-8a45-b0f1801c431f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1361 0.051106 10.0.0.249 - - [2025-09-11 02:23:20] "POST /network-policys HTTP/1.1" 200 553 0.037583 10.0.0.249 - - [2025-09-11 02:23:20] "GET /network-policy/32c4a131-5f00-409a-92b1-a738420b7d9b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2121 0.007053 10.0.0.249 - - [2025-09-11 02:23:20] "POST /ref-update HTTP/1.1" 200 156 0.053442 10.0.0.49 - - [2025-09-11 02:23:20] "POST /access-control-lists HTTP/1.1" 200 591 0.090434 10.0.0.249 - - [2025-09-11 02:23:20] "POST /ref-update HTTP/1.1" 200 156 0.099759 10.0.0.249 - - [2025-09-11 02:23:20] "POST /neutron/network HTTP/1.1" 200 914 0.073113 10.0.0.249 - - [2025-09-11 02:23:20] "GET /virtual-network/5c42deef-def1-45de-b10f-e6026449f65b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2343 0.010031 10.0.0.249 - - [2025-09-11 02:23:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003140 10.0.0.49 - - [2025-09-11 02:23:20] "POST /access-control-lists HTTP/1.1" 200 591 0.096814 10.0.0.249 - - [2025-09-11 02:23:20] "GET /network-policy/90a4188e-20be-49de-a092-d4cd2083a8d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2128 0.021731 10.0.0.249 - - [2025-09-11 02:23:20] "POST /id-to-fqname HTTP/1.1" 200 221 0.002025 10.0.0.49 - - [2025-09-11 02:23:21] "GET /projects?obj_uuids=0752d51f-84eb-4c8d-8a45-b0f1801c431f&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001390 10.0.0.249 - - [2025-09-11 02:23:21] "GET /project/0752d51f-84eb-4c8d-8a45-b0f1801c431f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1361 0.059221 10.0.0.249 - - [2025-09-11 02:23:21] "POST /neutron/network HTTP/1.1" 200 992 0.008324 10.0.0.249 - - [2025-09-11 02:23:21] "POST /id-to-fqname HTTP/1.1" 200 221 0.001700 10.0.0.249 - - [2025-09-11 02:23:21] "POST /neutron/port HTTP/1.1" 200 117 0.006093 10.0.0.49 - - [2025-09-11 02:23:22] "GET /projects?obj_uuids=0752d51f-84eb-4c8d-8a45-b0f1801c431f&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000968 10.0.0.249 - - [2025-09-11 02:23:22] "POST /neutron/port HTTP/1.1" 200 1057 0.370944 10.0.0.49 - - [2025-09-11 02:23:22] "GET /projects?obj_uuids=0752d51f-84eb-4c8d-8a45-b0f1801c431f&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001406 10.0.0.249 - - [2025-09-11 02:23:22] "POST /neutron/port HTTP/1.1" 200 1111 0.134328 10.0.0.249 - - [2025-09-11 02:23:22] "GET /project/0752d51f-84eb-4c8d-8a45-b0f1801c431f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1361 0.099310 10.0.0.249 - - [2025-09-11 02:23:22] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006467 10.0.0.249 - - [2025-09-11 02:23:23] "POST /neutron/network HTTP/1.1" 200 992 0.006663 10.0.0.249 - - [2025-09-11 02:23:23] "POST /neutron/port HTTP/1.1" 200 117 0.006485 10.0.0.249 - - [2025-09-11 02:23:23] "POST /id-to-fqname HTTP/1.1" 200 221 0.001291 10.0.0.249 - - [2025-09-11 02:23:23] "POST /neutron/network HTTP/1.1" 200 833 0.006483 10.0.0.249 - - [2025-09-11 02:23:24] "POST /neutron/port HTTP/1.1" 200 1058 0.063219 10.0.0.249 - - [2025-09-11 02:23:24] "POST /neutron/port HTTP/1.1" 200 1086 0.019646 10.0.0.249 - - [2025-09-11 02:23:24] "POST /neutron/port HTTP/1.1" 200 117 0.001124 10.0.0.49 - - [2025-09-11 02:23:24] "GET /projects?obj_uuids=0752d51f-84eb-4c8d-8a45-b0f1801c431f&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001225 10.0.0.249 - - [2025-09-11 02:23:24] "GET /project/0752d51f-84eb-4c8d-8a45-b0f1801c431f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1361 0.087529 10.0.0.249 - - [2025-09-11 02:23:24] "POST /neutron/port HTTP/1.1" 200 2055 0.023626 10.0.0.249 - - [2025-09-11 02:23:24] "POST /neutron/port HTTP/1.1" 200 1085 0.016333 10.0.0.249 - - [2025-09-11 02:23:25] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007711 10.0.0.249 - - [2025-09-11 02:23:25] "POST /neutron/network HTTP/1.1" 200 833 0.012866 10.0.0.249 - - [2025-09-11 02:23:25] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006896 10.0.0.249 - - [2025-09-11 02:23:25] "GET /virtual-machine/7151b07f-228d-4abe-93a1-889b86269358 HTTP/1.1" 401 293 0.000344 10.0.0.249 - - [2025-09-11 02:23:25] "POST /neutron/port HTTP/1.1" 200 1113 0.122051 10.0.0.249 - - [2025-09-11 02:23:25] "GET /virtual-machine/7151b07f-228d-4abe-93a1-889b86269358 HTTP/1.1" 200 1292 0.029003 10.0.0.249 - - [2025-09-11 02:23:25] "GET /virtual-machine/7151b07f-228d-4abe-93a1-889b86269358 HTTP/1.1" 200 1292 0.004606 10.0.0.249 - - [2025-09-11 02:23:25] "GET /virtual-machine-interface/c12d01f7-0222-4e6c-9014-b9816862d2cb HTTP/1.1" 200 2945 0.008120 10.0.0.249 - - [2025-09-11 02:23:25] "GET /virtual-machine/7151b07f-228d-4abe-93a1-889b86269358 HTTP/1.1" 200 1292 0.004300 10.0.0.249 - - [2025-09-11 02:23:25] "GET /virtual-machine-interface/c12d01f7-0222-4e6c-9014-b9816862d2cb HTTP/1.1" 200 2945 0.009448 10.0.0.249 - - [2025-09-11 02:23:25] "POST /neutron/subnet HTTP/1.1" 200 694 0.024303 10.0.0.249 - - [2025-09-11 02:23:25] "GET /instance-ip/810d29c1-4945-4d9e-a25e-4739ed4b62a9 HTTP/1.1" 200 1618 0.009241 10.0.0.249 - - [2025-09-11 02:23:25] "GET /virtual-machine/7151b07f-228d-4abe-93a1-889b86269358 HTTP/1.1" 200 1292 0.004718 10.0.0.249 - - [2025-09-11 02:23:25] "GET /virtual-machine-interface/c12d01f7-0222-4e6c-9014-b9816862d2cb HTTP/1.1" 200 2945 0.007182 10.0.0.249 - - [2025-09-11 02:23:25] "GET /instance-ip/810d29c1-4945-4d9e-a25e-4739ed4b62a9 HTTP/1.1" 200 1618 0.005852 10.0.0.249 - - [2025-09-11 02:23:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003844 10.0.0.249 - - [2025-09-11 02:23:25] "GET /global-vrouter-config/34ac33d4-7223-40b7-b082-da1d7603178b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003932 10.0.0.249 - - [2025-09-11 02:23:25] "GET /virtual-networks?parent_id=0752d51f-84eb-4c8d-8a45-b0f1801c431f&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.004164 10.0.0.249 - - [2025-09-11 02:23:26] "GET /virtual-network/d4c6b68c-7124-442d-b222-a25623731dc1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2624 0.005902 10.0.0.249 - - [2025-09-11 02:23:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003470 10.0.0.249 - - [2025-09-11 02:23:26] "GET /global-vrouter-config/34ac33d4-7223-40b7-b082-da1d7603178b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005916 10.0.0.249 - - [2025-09-11 02:23:26] "GET /virtual-networks?parent_id=0752d51f-84eb-4c8d-8a45-b0f1801c431f&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.004027 10.0.0.249 - - [2025-09-11 02:23:26] "GET /virtual-network/d4c6b68c-7124-442d-b222-a25623731dc1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2624 0.007965 10.0.0.249 - - [2025-09-11 02:23:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004519 10.0.0.249 - - [2025-09-11 02:23:26] "GET /global-vrouter-config/34ac33d4-7223-40b7-b082-da1d7603178b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004239 10.0.0.249 - - [2025-09-11 02:23:26] "GET /virtual-networks?parent_id=0752d51f-84eb-4c8d-8a45-b0f1801c431f&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.002951 10.0.0.249 - - [2025-09-11 02:23:26] "GET /virtual-network/d4c6b68c-7124-442d-b222-a25623731dc1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2624 0.005535 10.0.0.249 - - [2025-09-11 02:23:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003371 10.0.0.249 - - [2025-09-11 02:23:26] "GET /global-vrouter-config/34ac33d4-7223-40b7-b082-da1d7603178b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003721 10.0.0.249 - - [2025-09-11 02:23:26] "GET /virtual-networks?parent_id=0752d51f-84eb-4c8d-8a45-b0f1801c431f&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003268 10.0.0.249 - - [2025-09-11 02:23:26] "GET /virtual-network/d4c6b68c-7124-442d-b222-a25623731dc1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2624 0.005711 10.0.0.249 - - [2025-09-11 02:23:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003290 10.0.0.249 - - [2025-09-11 02:23:26] "GET /global-vrouter-config/34ac33d4-7223-40b7-b082-da1d7603178b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005046 10.0.0.249 - - [2025-09-11 02:23:26] "GET /virtual-networks?parent_id=0752d51f-84eb-4c8d-8a45-b0f1801c431f&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003181 10.0.0.249 - - [2025-09-11 02:23:26] "GET /virtual-network/d4c6b68c-7124-442d-b222-a25623731dc1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2624 0.006228 10.0.0.249 - - [2025-09-11 02:23:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003717 10.0.0.249 - - [2025-09-11 02:23:29] "GET /virtual-network/d4c6b68c-7124-442d-b222-a25623731dc1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2624 0.005815 10.0.0.249 - - [2025-09-11 02:23:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003922 10.0.0.249 - - [2025-09-11 02:23:33] "GET /virtual-network/d4c6b68c-7124-442d-b222-a25623731dc1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2624 0.005036 10.0.0.249 - - [2025-09-11 02:23:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003462 10.0.0.249 - - [2025-09-11 02:23:37] "GET /virtual-network/d4c6b68c-7124-442d-b222-a25623731dc1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2624 0.016615 10.0.0.249 - - [2025-09-11 02:23:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003382 10.0.0.249 - - [2025-09-11 02:23:41] "GET /virtual-network/d4c6b68c-7124-442d-b222-a25623731dc1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2624 0.005795 10.0.0.249 - - [2025-09-11 02:23:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003769 10.0.0.249 - - [2025-09-11 02:23:46] "GET /virtual-network/d4c6b68c-7124-442d-b222-a25623731dc1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2624 0.006203 10.0.0.249 - - [2025-09-11 02:23:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003363 10.0.0.249 - - [2025-09-11 02:23:50] "GET /virtual-network/d4c6b68c-7124-442d-b222-a25623731dc1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2624 0.005119 10.0.0.249 - - [2025-09-11 02:23:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004031 10.0.0.249 - - [2025-09-11 02:23:54] "GET /virtual-network/d4c6b68c-7124-442d-b222-a25623731dc1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2624 0.005643 10.0.0.49 - - [2025-09-11 02:23:55] "DELETE /project/264df4a9a51c47e988f931cded13944b HTTP/1.1" 404 173 0.035473 10.0.0.49 - - [2025-09-11 02:23:55] "DELETE /project/0752d51f84eb4c8d8a45b0f1801c431f HTTP/1.1" 404 173 0.052214 10.0.0.49 - - [2025-09-11 02:23:55] "GET /projects?obj_uuids=264df4a9-a51c-47e9-88f9-31cded13944b&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000911 10.0.0.49 - - [2025-09-11 02:23:55] "DELETE /project/569c0b39-80af-4785-b0ba-d728c03756ee HTTP/1.1" 404 177 0.085095 10.0.0.49 - - [2025-09-11 02:23:55] "GET /project/264df4a9-a51c-47e9-88f9-31cded13944b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1531 0.040614 10.0.0.49 - - [2025-09-11 02:23:55] "GET /projects?obj_uuids=264df4a9-a51c-47e9-88f9-31cded13944b&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001472 10.0.0.49 - - [2025-09-11 02:23:55] "GET /project/264df4a9-a51c-47e9-88f9-31cded13944b?fields=security_groups HTTP/1.1" 200 1410 0.049217 10.0.0.49 - - [2025-09-11 02:23:55] "DELETE /security-group/12cd52fc-b812-48d3-8bff-52714fbc8043 HTTP/1.1" 200 115 0.054718 10.0.0.49 - - [2025-09-11 02:23:55] "GET /projects?obj_uuids=264df4a9-a51c-47e9-88f9-31cded13944b&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001276 10.0.0.49 - - [2025-09-11 02:23:55] "DELETE /access-control-list/92ae8585-42d6-49d8-8a15-8ac72720fa90 HTTP/1.1" 200 115 0.052161 10.0.0.49 - - [2025-09-11 02:23:55] "GET /project/264df4a9-a51c-47e9-88f9-31cded13944b?fields=application_policy_sets HTTP/1.1" 200 1449 0.058454 10.0.0.49 - - [2025-09-11 02:23:55] "DELETE /project/264df4a9-a51c-47e9-88f9-31cded13944b HTTP/1.1" 200 115 0.480123 10.0.0.249 - - [2025-09-11 02:23:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003767 10.0.0.249 - - [2025-09-11 02:23:58] "GET /virtual-network/d4c6b68c-7124-442d-b222-a25623731dc1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2624 0.005270 10.0.0.249 - - [2025-09-11 02:24:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.005040 10.0.0.249 - - [2025-09-11 02:24:02] "GET /virtual-network/d4c6b68c-7124-442d-b222-a25623731dc1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2624 0.005995 10.0.0.249 - - [2025-09-11 02:24:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004031 10.0.0.249 - - [2025-09-11 02:24:06] "GET /virtual-network/d4c6b68c-7124-442d-b222-a25623731dc1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2624 0.006264 10.0.0.249 - - [2025-09-11 02:24:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004898 10.0.0.249 - - [2025-09-11 02:24:08] "GET /global-vrouter-config/34ac33d4-7223-40b7-b082-da1d7603178b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004118 10.0.0.249 - - [2025-09-11 02:24:08] "GET /virtual-networks?parent_id=0752d51f-84eb-4c8d-8a45-b0f1801c431f&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003331 10.0.0.249 - - [2025-09-11 02:24:08] "GET /virtual-network/d4c6b68c-7124-442d-b222-a25623731dc1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2624 0.006433 10.0.0.249 - - [2025-09-11 02:24:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003547 10.0.0.249 - - [2025-09-11 02:24:08] "GET /global-vrouter-config/34ac33d4-7223-40b7-b082-da1d7603178b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003620 10.0.0.249 - - [2025-09-11 02:24:08] "GET /virtual-networks?parent_id=0752d51f-84eb-4c8d-8a45-b0f1801c431f&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003098 10.0.0.249 - - [2025-09-11 02:24:08] "GET /virtual-network/d4c6b68c-7124-442d-b222-a25623731dc1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2624 0.007747 10.0.0.249 - - [2025-09-11 02:24:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003549 10.0.0.249 - - [2025-09-11 02:24:08] "GET /routing-instance/a39102b0-26fb-4aca-a731-9d16928524bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1786 0.004879 10.0.0.249 - - [2025-09-11 02:24:08] "GET /route-target/ae5c45a1-980c-41cf-b948-52fa95d5bc10?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004063 10.0.0.249 - - [2025-09-11 02:24:09] "POST /neutron/port HTTP/1.1" 200 1085 0.045798 10.0.0.249 - - [2025-09-11 02:24:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003579 10.0.0.249 - - [2025-09-11 02:24:09] "GET /global-vrouter-config/34ac33d4-7223-40b7-b082-da1d7603178b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003716 10.0.0.249 - - [2025-09-11 02:24:09] "GET /virtual-networks?parent_id=0752d51f-84eb-4c8d-8a45-b0f1801c431f&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.002967 10.0.0.249 - - [2025-09-11 02:24:09] "GET /virtual-network/d4c6b68c-7124-442d-b222-a25623731dc1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2624 0.006861 10.0.0.249 - - [2025-09-11 02:24:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003080 10.0.0.249 - - [2025-09-11 02:24:09] "GET /routing-instance/a39102b0-26fb-4aca-a731-9d16928524bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1786 0.004759 10.0.0.249 - - [2025-09-11 02:24:09] "GET /route-target/ae5c45a1-980c-41cf-b948-52fa95d5bc10?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004609 10.0.0.249 - - [2025-09-11 02:24:09] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004970 10.0.0.249 - - [2025-09-11 02:24:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003650 10.0.0.249 - - [2025-09-11 02:24:09] "POST /neutron/network HTTP/1.1" 200 992 0.006642 10.0.0.249 - - [2025-09-11 02:24:09] "GET /global-vrouter-config/34ac33d4-7223-40b7-b082-da1d7603178b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004184 10.0.0.249 - - [2025-09-11 02:24:09] "GET /virtual-networks?parent_id=0752d51f-84eb-4c8d-8a45-b0f1801c431f&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003199 10.0.0.249 - - [2025-09-11 02:24:09] "GET /virtual-network/d4c6b68c-7124-442d-b222-a25623731dc1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2624 0.005997 10.0.0.249 - - [2025-09-11 02:24:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003625 10.0.0.249 - - [2025-09-11 02:24:09] "GET /global-vrouter-config/34ac33d4-7223-40b7-b082-da1d7603178b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004555 10.0.0.249 - - [2025-09-11 02:24:09] "GET /virtual-networks?parent_id=0752d51f-84eb-4c8d-8a45-b0f1801c431f&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003306 10.0.0.249 - - [2025-09-11 02:24:09] "GET /virtual-network/d4c6b68c-7124-442d-b222-a25623731dc1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2624 0.006410 10.0.0.249 - - [2025-09-11 02:24:09] "GET /obj-perms HTTP/1.1" 200 5049 0.003733 10.0.0.49 - - [2025-09-11 02:24:09] "GET /obj-perms HTTP/1.1" 200 5049 0.003450 10.0.0.249 - - [2025-09-11 02:24:09] "GET /obj-perms HTTP/1.1" 200 5049 0.003240 10.0.0.22 - - [2025-09-11 02:24:09] "GET /obj-perms HTTP/1.1" 200 5049 0.004006 10.0.0.49 - - [2025-09-11 02:24:09] "GET /obj-perms HTTP/1.1" 200 5049 0.003204 10.0.0.249 - - [2025-09-11 02:24:09] "POST /neutron/port HTTP/1.1" 200 1086 0.014491 10.0.0.249 - - [2025-09-11 02:24:10] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007657 10.0.0.249 - - [2025-09-11 02:24:10] "GET /virtual-machine/2a232dd4-1c82-40d8-8fc4-53c49e7dcaa1 HTTP/1.1" 200 1292 0.013839 10.0.0.249 - - [2025-09-11 02:24:10] "GET /virtual-machine/2a232dd4-1c82-40d8-8fc4-53c49e7dcaa1 HTTP/1.1" 200 1292 0.006543 10.0.0.249 - - [2025-09-11 02:24:10] "GET /virtual-machine-interface/b93bb9d4-f2c8-47d3-a91c-9812a54e8f4e HTTP/1.1" 200 2945 0.005496 10.0.0.249 - - [2025-09-11 02:24:10] "GET /virtual-machine/2a232dd4-1c82-40d8-8fc4-53c49e7dcaa1 HTTP/1.1" 200 1292 0.003508 10.0.0.249 - - [2025-09-11 02:24:10] "GET /virtual-machine-interface/b93bb9d4-f2c8-47d3-a91c-9812a54e8f4e HTTP/1.1" 200 2945 0.005965 10.0.0.249 - - [2025-09-11 02:24:10] "GET /instance-ip/f91e96e7-7ddf-4c6e-88a7-1df7ede398d3 HTTP/1.1" 200 1619 0.005713 10.0.0.249 - - [2025-09-11 02:24:10] "GET /virtual-machine/2a232dd4-1c82-40d8-8fc4-53c49e7dcaa1 HTTP/1.1" 200 1292 0.004142 10.0.0.249 - - [2025-09-11 02:24:10] "GET /virtual-machine-interface/b93bb9d4-f2c8-47d3-a91c-9812a54e8f4e HTTP/1.1" 200 2945 0.004697 10.0.0.249 - - [2025-09-11 02:24:10] "GET /instance-ip/f91e96e7-7ddf-4c6e-88a7-1df7ede398d3 HTTP/1.1" 200 1619 0.004658 10.0.0.249 - - [2025-09-11 02:24:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003418 10.0.0.249 - - [2025-09-11 02:24:10] "GET /global-vrouter-config/34ac33d4-7223-40b7-b082-da1d7603178b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004411 10.0.0.249 - - [2025-09-11 02:24:10] "GET /virtual-networks?parent_id=0752d51f-84eb-4c8d-8a45-b0f1801c431f&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003800 10.0.0.249 - - [2025-09-11 02:24:10] "GET /virtual-network/5c42deef-def1-45de-b10f-e6026449f65b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2343 0.005433 10.0.0.249 - - [2025-09-11 02:24:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.068904 10.0.0.249 - - [2025-09-11 02:24:10] "GET /global-vrouter-config/34ac33d4-7223-40b7-b082-da1d7603178b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003759 10.0.0.249 - - [2025-09-11 02:24:10] "GET /virtual-networks?parent_id=0752d51f-84eb-4c8d-8a45-b0f1801c431f&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003853 10.0.0.249 - - [2025-09-11 02:24:10] "GET /virtual-network/5c42deef-def1-45de-b10f-e6026449f65b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2343 0.005867 10.0.0.249 - - [2025-09-11 02:24:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003178 10.0.0.249 - - [2025-09-11 02:24:10] "GET /global-vrouter-config/34ac33d4-7223-40b7-b082-da1d7603178b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.006186 10.0.0.249 - - [2025-09-11 02:24:10] "GET /virtual-networks?parent_id=0752d51f-84eb-4c8d-8a45-b0f1801c431f&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003258 10.0.0.249 - - [2025-09-11 02:24:10] "GET /virtual-network/5c42deef-def1-45de-b10f-e6026449f65b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2343 0.005908 10.0.0.249 - - [2025-09-11 02:24:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.012426 10.0.0.249 - - [2025-09-11 02:24:10] "GET /global-vrouter-config/34ac33d4-7223-40b7-b082-da1d7603178b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004068 10.0.0.249 - - [2025-09-11 02:24:10] "GET /virtual-networks?parent_id=0752d51f-84eb-4c8d-8a45-b0f1801c431f&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.010026 10.0.0.249 - - [2025-09-11 02:24:10] "GET /virtual-network/5c42deef-def1-45de-b10f-e6026449f65b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2343 0.005353 10.0.0.249 - - [2025-09-11 02:24:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003278 10.0.0.249 - - [2025-09-11 02:24:10] "GET /global-vrouter-config/34ac33d4-7223-40b7-b082-da1d7603178b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004184 10.0.0.249 - - [2025-09-11 02:24:10] "GET /virtual-networks?parent_id=0752d51f-84eb-4c8d-8a45-b0f1801c431f&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003276 10.0.0.249 - - [2025-09-11 02:24:11] "GET /virtual-network/5c42deef-def1-45de-b10f-e6026449f65b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2343 0.006154 10.0.0.249 - - [2025-09-11 02:24:11] "POST /neutron/port HTTP/1.1" 200 1086 0.016152 10.0.0.249 - - [2025-09-11 02:24:12] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003680 10.0.0.249 - - [2025-09-11 02:24:12] "POST /neutron/network HTTP/1.1" 200 914 0.007471 10.0.0.249 - - [2025-09-11 02:24:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003482 10.0.0.249 - - [2025-09-11 02:24:14] "GET /virtual-network/5c42deef-def1-45de-b10f-e6026449f65b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2343 0.005436 10.0.0.249 - - [2025-09-11 02:24:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003532 10.0.0.249 - - [2025-09-11 02:24:18] "GET /virtual-network/5c42deef-def1-45de-b10f-e6026449f65b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2343 0.005420 10.0.0.249 - - [2025-09-11 02:24:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003284 10.0.0.249 - - [2025-09-11 02:24:20] "GET /global-vrouter-config/34ac33d4-7223-40b7-b082-da1d7603178b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003502 10.0.0.249 - - [2025-09-11 02:24:20] "GET /virtual-networks?parent_id=0752d51f-84eb-4c8d-8a45-b0f1801c431f&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003285 10.0.0.249 - - [2025-09-11 02:24:20] "GET /virtual-network/5c42deef-def1-45de-b10f-e6026449f65b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2343 0.005651 10.0.0.249 - - [2025-09-11 02:24:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003615 10.0.0.249 - - [2025-09-11 02:24:20] "GET /global-vrouter-config/34ac33d4-7223-40b7-b082-da1d7603178b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003961 10.0.0.249 - - [2025-09-11 02:24:20] "GET /virtual-networks?parent_id=0752d51f-84eb-4c8d-8a45-b0f1801c431f&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003372 10.0.0.249 - - [2025-09-11 02:24:20] "GET /virtual-network/5c42deef-def1-45de-b10f-e6026449f65b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2343 0.007706 10.0.0.249 - - [2025-09-11 02:24:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.002915 10.0.0.249 - - [2025-09-11 02:24:20] "GET /routing-instance/396f94b6-c7f5-465d-bf5d-870ede8c84ae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1785 0.004421 10.0.0.249 - - [2025-09-11 02:24:20] "GET /route-target/a34405a4-08be-4604-a47f-db09911db0fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.003754 10.0.0.249 - - [2025-09-11 02:24:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003870 10.0.0.249 - - [2025-09-11 02:24:20] "GET /global-vrouter-config/34ac33d4-7223-40b7-b082-da1d7603178b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003964 10.0.0.249 - - [2025-09-11 02:24:20] "GET /virtual-networks?parent_id=0752d51f-84eb-4c8d-8a45-b0f1801c431f&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003166 10.0.0.249 - - [2025-09-11 02:24:20] "GET /virtual-network/5c42deef-def1-45de-b10f-e6026449f65b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2343 0.005431 10.0.0.249 - - [2025-09-11 02:24:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003031 10.0.0.249 - - [2025-09-11 02:24:20] "GET /routing-instance/396f94b6-c7f5-465d-bf5d-870ede8c84ae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1785 0.005137 10.0.0.249 - - [2025-09-11 02:24:20] "GET /route-target/a34405a4-08be-4604-a47f-db09911db0fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.003404 10.0.0.249 - - [2025-09-11 02:24:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003495 10.0.0.249 - - [2025-09-11 02:24:21] "GET /global-vrouter-config/34ac33d4-7223-40b7-b082-da1d7603178b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.013019 10.0.0.249 - - [2025-09-11 02:24:21] "GET /virtual-networks?parent_id=0752d51f-84eb-4c8d-8a45-b0f1801c431f&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003615 10.0.0.249 - - [2025-09-11 02:24:21] "GET /virtual-network/5c42deef-def1-45de-b10f-e6026449f65b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2343 0.007668 10.0.0.249 - - [2025-09-11 02:24:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003755 10.0.0.249 - - [2025-09-11 02:24:21] "POST /neutron/port HTTP/1.1" 200 1087 0.039956 10.0.0.249 - - [2025-09-11 02:24:21] "GET /global-vrouter-config/34ac33d4-7223-40b7-b082-da1d7603178b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003762 10.0.0.249 - - [2025-09-11 02:24:21] "GET /virtual-networks?parent_id=0752d51f-84eb-4c8d-8a45-b0f1801c431f&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.005830 10.0.0.249 - - [2025-09-11 02:24:21] "GET /virtual-network/5c42deef-def1-45de-b10f-e6026449f65b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2343 0.006597 10.0.0.249 - - [2025-09-11 02:24:21] "GET /obj-perms HTTP/1.1" 200 5049 0.004519 10.0.0.49 - - [2025-09-11 02:24:21] "GET /obj-perms HTTP/1.1" 200 5049 0.004709 10.0.0.249 - - [2025-09-11 02:24:21] "GET /obj-perms HTTP/1.1" 200 5049 0.003439 10.0.0.49 - - [2025-09-11 02:24:21] "GET /obj-perms HTTP/1.1" 200 5049 0.003543 10.0.0.249 - - [2025-09-11 02:24:21] "GET /obj-perms HTTP/1.1" 200 5049 0.005642 10.0.0.249 - - [2025-09-11 02:24:21] "POST /neutron/security_group HTTP/1.1" 200 2058 0.008053 10.0.0.249 - - [2025-09-11 02:24:21] "POST /neutron/port HTTP/1.1" 200 1087 0.015218 10.0.0.249 - - [2025-09-11 02:24:21] "POST /neutron/security_group HTTP/1.1" 200 2058 0.008305 10.0.0.249 - - [2025-09-11 02:24:21] "GET /virtual-machine/2a7a69e5-4b43-45d9-97ce-8ad4b69b2be0 HTTP/1.1" 200 1292 0.005634 10.0.0.249 - - [2025-09-11 02:24:22] "GET /virtual-machine/2a7a69e5-4b43-45d9-97ce-8ad4b69b2be0 HTTP/1.1" 200 1292 0.003562 10.0.0.249 - - [2025-09-11 02:24:22] "GET /virtual-machine-interface/039fe433-50cd-4b04-aad6-d42bd483d203 HTTP/1.1" 200 2943 0.004652 10.0.0.249 - - [2025-09-11 02:24:22] "GET /virtual-machine/2a7a69e5-4b43-45d9-97ce-8ad4b69b2be0 HTTP/1.1" 200 1292 0.003161 10.0.0.249 - - [2025-09-11 02:24:22] "GET /virtual-machine-interface/039fe433-50cd-4b04-aad6-d42bd483d203 HTTP/1.1" 200 2943 0.007434 10.0.0.249 - - [2025-09-11 02:24:22] "GET /instance-ip/84a4a5a8-e107-4b7e-af3b-12b619fd5953 HTTP/1.1" 200 1620 0.005245 10.0.0.249 - - [2025-09-11 02:24:22] "GET /virtual-machine/2a7a69e5-4b43-45d9-97ce-8ad4b69b2be0 HTTP/1.1" 200 1292 0.003141 10.0.0.249 - - [2025-09-11 02:24:22] "GET /virtual-machine-interface/039fe433-50cd-4b04-aad6-d42bd483d203 HTTP/1.1" 200 2943 0.005108 10.0.0.249 - - [2025-09-11 02:24:22] "GET /instance-ip/84a4a5a8-e107-4b7e-af3b-12b619fd5953 HTTP/1.1" 200 1620 0.006600 10.0.0.249 - - [2025-09-11 02:24:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003247 10.0.0.249 - - [2025-09-11 02:24:22] "GET /global-vrouter-config/34ac33d4-7223-40b7-b082-da1d7603178b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003770 10.0.0.249 - - [2025-09-11 02:24:22] "GET /virtual-networks?parent_id=0752d51f-84eb-4c8d-8a45-b0f1801c431f&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.002987 10.0.0.249 - - [2025-09-11 02:24:22] "GET /virtual-network/7e3fbacd-cef4-4531-872b-1650dbed1f90?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.008732 10.0.0.249 - - [2025-09-11 02:24:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003839 10.0.0.249 - - [2025-09-11 02:24:22] "GET /global-vrouter-config/34ac33d4-7223-40b7-b082-da1d7603178b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004580 10.0.0.249 - - [2025-09-11 02:24:22] "GET /virtual-networks?parent_id=0752d51f-84eb-4c8d-8a45-b0f1801c431f&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003561 10.0.0.249 - - [2025-09-11 02:24:22] "GET /virtual-network/7e3fbacd-cef4-4531-872b-1650dbed1f90?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.007539 10.0.0.249 - - [2025-09-11 02:24:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.004300 10.0.0.249 - - [2025-09-11 02:24:22] "GET /global-vrouter-config/34ac33d4-7223-40b7-b082-da1d7603178b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004584 10.0.0.249 - - [2025-09-11 02:24:22] "GET /virtual-networks?parent_id=0752d51f-84eb-4c8d-8a45-b0f1801c431f&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003283 10.0.0.249 - - [2025-09-11 02:24:22] "GET /virtual-network/7e3fbacd-cef4-4531-872b-1650dbed1f90?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.007013 10.0.0.249 - - [2025-09-11 02:24:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.004028 10.0.0.249 - - [2025-09-11 02:24:22] "GET /global-vrouter-config/34ac33d4-7223-40b7-b082-da1d7603178b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004935 10.0.0.249 - - [2025-09-11 02:24:22] "GET /virtual-networks?parent_id=0752d51f-84eb-4c8d-8a45-b0f1801c431f&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003924 10.0.0.249 - - [2025-09-11 02:24:22] "GET /virtual-network/7e3fbacd-cef4-4531-872b-1650dbed1f90?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.006326 10.0.0.249 - - [2025-09-11 02:24:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003508 10.0.0.249 - - [2025-09-11 02:24:22] "GET /global-vrouter-config/34ac33d4-7223-40b7-b082-da1d7603178b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004257 10.0.0.249 - - [2025-09-11 02:24:22] "GET /virtual-networks?parent_id=0752d51f-84eb-4c8d-8a45-b0f1801c431f&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.004013 10.0.0.249 - - [2025-09-11 02:24:22] "GET /virtual-network/7e3fbacd-cef4-4531-872b-1650dbed1f90?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.007510 10.0.0.249 - - [2025-09-11 02:24:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003541 10.0.0.249 - - [2025-09-11 02:24:23] "GET /global-vrouter-config/34ac33d4-7223-40b7-b082-da1d7603178b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004625 10.0.0.249 - - [2025-09-11 02:24:23] "GET /virtual-networks?parent_id=0752d51f-84eb-4c8d-8a45-b0f1801c431f&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003642 10.0.0.249 - - [2025-09-11 02:24:23] "GET /virtual-network/7e3fbacd-cef4-4531-872b-1650dbed1f90?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.007015 10.0.0.249 - - [2025-09-11 02:24:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.005229 10.0.0.249 - - [2025-09-11 02:24:24] "GET /global-vrouter-config/34ac33d4-7223-40b7-b082-da1d7603178b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003669 10.0.0.249 - - [2025-09-11 02:24:24] "GET /virtual-networks?parent_id=0752d51f-84eb-4c8d-8a45-b0f1801c431f&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.002748 10.0.0.249 - - [2025-09-11 02:24:24] "GET /virtual-network/7e3fbacd-cef4-4531-872b-1650dbed1f90?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.005890 10.0.0.249 - - [2025-09-11 02:24:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.002991 10.0.0.249 - - [2025-09-11 02:24:24] "GET /routing-instance/2fb0c4e9-38f8-47d6-9ed3-384084444924?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1479 0.005230 10.0.0.249 - - [2025-09-11 02:24:24] "GET /route-target/46f4131d-2885-4180-b519-1c28e4b778cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.005264 10.0.0.249 - - [2025-09-11 02:24:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.005135 10.0.0.249 - - [2025-09-11 02:24:24] "GET /global-vrouter-config/34ac33d4-7223-40b7-b082-da1d7603178b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005278 10.0.0.249 - - [2025-09-11 02:24:24] "GET /virtual-networks?parent_id=0752d51f-84eb-4c8d-8a45-b0f1801c431f&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003652 10.0.0.249 - - [2025-09-11 02:24:24] "GET /virtual-network/7e3fbacd-cef4-4531-872b-1650dbed1f90?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.005286 10.0.0.249 - - [2025-09-11 02:24:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003293 10.0.0.249 - - [2025-09-11 02:24:24] "GET /routing-instance/2fb0c4e9-38f8-47d6-9ed3-384084444924?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1479 0.005155 10.0.0.249 - - [2025-09-11 02:24:24] "GET /route-target/46f4131d-2885-4180-b519-1c28e4b778cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004198 10.0.0.249 - - [2025-09-11 02:24:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003711 10.0.0.249 - - [2025-09-11 02:24:24] "GET /global-vrouter-config/34ac33d4-7223-40b7-b082-da1d7603178b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004064 10.0.0.249 - - [2025-09-11 02:24:24] "GET /virtual-networks?parent_id=0752d51f-84eb-4c8d-8a45-b0f1801c431f&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003553 10.0.0.249 - - [2025-09-11 02:24:24] "GET /virtual-network/7e3fbacd-cef4-4531-872b-1650dbed1f90?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.007514 10.0.0.249 - - [2025-09-11 02:24:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.005294 10.0.0.249 - - [2025-09-11 02:24:24] "GET /global-vrouter-config/34ac33d4-7223-40b7-b082-da1d7603178b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003935 10.0.0.249 - - [2025-09-11 02:24:24] "GET /virtual-networks?parent_id=0752d51f-84eb-4c8d-8a45-b0f1801c431f&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003311 10.0.0.249 - - [2025-09-11 02:24:24] "GET /virtual-network/7e3fbacd-cef4-4531-872b-1650dbed1f90?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.008043 10.0.0.49 - - [2025-09-11 02:24:24] "GET /obj-perms HTTP/1.1" 200 5049 0.004123 10.0.0.249 - - [2025-09-11 02:24:24] "GET /obj-perms HTTP/1.1" 200 5049 0.004488 10.0.0.249 - - [2025-09-11 02:24:25] "GET /obj-perms HTTP/1.1" 200 5049 0.005176 10.0.0.49 - - [2025-09-11 02:24:25] "GET /obj-perms HTTP/1.1" 200 5049 0.003915 10.0.0.22 - - [2025-09-11 02:24:25] "GET /obj-perms HTTP/1.1" 200 5049 0.003558 10.0.0.249 - - [2025-09-11 02:24:25] "GET /virtual-machine/7151b07f-228d-4abe-93a1-889b86269358 HTTP/1.1" 200 1292 0.005340 10.0.0.249 - - [2025-09-11 02:24:25] "GET /virtual-machine-interface/c12d01f7-0222-4e6c-9014-b9816862d2cb HTTP/1.1" 200 2945 0.005391 10.0.0.249 - - [2025-09-11 02:24:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003592 10.0.0.249 - - [2025-09-11 02:24:25] "GET /global-vrouter-config/34ac33d4-7223-40b7-b082-da1d7603178b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004966 10.0.0.249 - - [2025-09-11 02:24:25] "GET /virtual-networks?parent_id=0752d51f-84eb-4c8d-8a45-b0f1801c431f&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003757 10.0.0.249 - - [2025-09-11 02:24:25] "GET /virtual-network/d4c6b68c-7124-442d-b222-a25623731dc1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2624 0.006879 10.0.0.249 - - [2025-09-11 02:24:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003494 10.0.0.249 - - [2025-09-11 02:24:26] "GET /global-vrouter-config/34ac33d4-7223-40b7-b082-da1d7603178b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003691 10.0.0.249 - - [2025-09-11 02:24:26] "GET /virtual-networks?parent_id=0752d51f-84eb-4c8d-8a45-b0f1801c431f&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003311 10.0.0.249 - - [2025-09-11 02:24:26] "GET /virtual-network/d4c6b68c-7124-442d-b222-a25623731dc1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2624 0.006413 10.0.0.249 - - [2025-09-11 02:24:31] "GET /virtual-machine/2a232dd4-1c82-40d8-8fc4-53c49e7dcaa1 HTTP/1.1" 200 1292 0.004267 10.0.0.249 - - [2025-09-11 02:24:31] "GET /virtual-machine-interface/b93bb9d4-f2c8-47d3-a91c-9812a54e8f4e HTTP/1.1" 200 2945 0.006180 10.0.0.249 - - [2025-09-11 02:24:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003367 10.0.0.249 - - [2025-09-11 02:24:31] "GET /global-vrouter-config/34ac33d4-7223-40b7-b082-da1d7603178b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004002 10.0.0.249 - - [2025-09-11 02:24:31] "GET /virtual-networks?parent_id=0752d51f-84eb-4c8d-8a45-b0f1801c431f&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.002783 10.0.0.249 - - [2025-09-11 02:24:31] "GET /virtual-network/5c42deef-def1-45de-b10f-e6026449f65b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2343 0.005736 10.0.0.249 - - [2025-09-11 02:24:32] "POST /neutron/port HTTP/1.1" 200 1086 0.015342 10.0.0.249 - - [2025-09-11 02:24:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003555 10.0.0.249 - - [2025-09-11 02:24:32] "GET /global-vrouter-config/34ac33d4-7223-40b7-b082-da1d7603178b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003564 10.0.0.249 - - [2025-09-11 02:24:32] "GET /virtual-networks?parent_id=0752d51f-84eb-4c8d-8a45-b0f1801c431f&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003433 10.0.0.249 - - [2025-09-11 02:24:32] "GET /virtual-network/5c42deef-def1-45de-b10f-e6026449f65b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2343 0.005549 10.0.0.249 - - [2025-09-11 02:24:33] "POST /neutron/security_group HTTP/1.1" 200 2058 0.008693 10.0.0.249 - - [2025-09-11 02:24:43] "GET /virtual-machine/2a7a69e5-4b43-45d9-97ce-8ad4b69b2be0 HTTP/1.1" 200 1292 0.004013 10.0.0.249 - - [2025-09-11 02:24:43] "GET /virtual-machine-interface/039fe433-50cd-4b04-aad6-d42bd483d203 HTTP/1.1" 200 2943 0.007097 10.0.0.249 - - [2025-09-11 02:24:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003297 10.0.0.249 - - [2025-09-11 02:24:43] "GET /global-vrouter-config/34ac33d4-7223-40b7-b082-da1d7603178b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003559 10.0.0.249 - - [2025-09-11 02:24:43] "GET /virtual-networks?parent_id=0752d51f-84eb-4c8d-8a45-b0f1801c431f&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003045 10.0.0.249 - - [2025-09-11 02:24:43] "GET /virtual-network/7e3fbacd-cef4-4531-872b-1650dbed1f90?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.006388 10.0.0.249 - - [2025-09-11 02:24:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.006831 10.0.0.249 - - [2025-09-11 02:24:44] "GET /global-vrouter-config/34ac33d4-7223-40b7-b082-da1d7603178b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003703 10.0.0.249 - - [2025-09-11 02:24:44] "GET /virtual-networks?parent_id=0752d51f-84eb-4c8d-8a45-b0f1801c431f&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.002856 10.0.0.249 - - [2025-09-11 02:24:44] "GET /virtual-network/7e3fbacd-cef4-4531-872b-1650dbed1f90?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.005738 10.0.0.249 - - [2025-09-11 02:25:08] "POST /neutron/port HTTP/1.1" 200 1087 0.016876 10.0.0.249 - - [2025-09-11 02:25:09] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004625 10.0.0.249 - - [2025-09-11 02:25:09] "POST /neutron/network HTTP/1.1" 200 823 0.006691 10.0.0.249 - - [2025-09-11 02:25:13] "POST /neutron/network HTTP/1.1" 200 924 0.007026 10.0.0.249 - - [2025-09-11 02:25:13] "POST /neutron/port HTTP/1.1" 200 117 0.001179 10.0.0.249 - - [2025-09-11 02:25:29] "GET /virtual-machine/2a7a69e5-4b43-45d9-97ce-8ad4b69b2be0 HTTP/1.1" 200 1292 0.004412 10.0.0.249 - - [2025-09-11 02:25:30] "POST /neutron/port HTTP/1.1" 200 1113 0.010604 10.0.0.249 - - [2025-09-11 02:25:31] "GET /virtual-machine/2a7a69e5-4b43-45d9-97ce-8ad4b69b2be0 HTTP/1.1" 404 171 0.003494 10.0.0.249 - - [2025-09-11 02:25:31] "GET /virtual-machine/2a7a69e5-4b43-45d9-97ce-8ad4b69b2be0 HTTP/1.1" 404 171 0.003722 10.0.0.249 - - [2025-09-11 02:25:31] "GET /virtual-machine/2a7a69e5-4b43-45d9-97ce-8ad4b69b2be0 HTTP/1.1" 404 171 0.002711 10.0.0.249 - - [2025-09-11 02:25:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003399 10.0.0.249 - - [2025-09-11 02:25:31] "GET /global-vrouter-config/34ac33d4-7223-40b7-b082-da1d7603178b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003307 10.0.0.249 - - [2025-09-11 02:25:31] "GET /virtual-networks?parent_id=0752d51f-84eb-4c8d-8a45-b0f1801c431f&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.002978 10.0.0.249 - - [2025-09-11 02:25:32] "GET /virtual-network/7e3fbacd-cef4-4531-872b-1650dbed1f90?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.006131 10.0.0.249 - - [2025-09-11 02:25:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003191 10.0.0.249 - - [2025-09-11 02:25:32] "GET /routing-instance/2fb0c4e9-38f8-47d6-9ed3-384084444924?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1479 0.004304 10.0.0.249 - - [2025-09-11 02:25:32] "GET /route-target/46f4131d-2885-4180-b519-1c28e4b778cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004970 10.0.0.249 - - [2025-09-11 02:25:32] "GET /obj-perms HTTP/1.1" 200 5049 0.003973 10.0.0.49 - - [2025-09-11 02:25:35] "GET /obj-perms HTTP/1.1" 200 5049 0.003509 10.0.0.249 - - [2025-09-11 02:25:41] "GET /obj-perms HTTP/1.1" 200 5049 0.006646 10.0.0.49 - - [2025-09-11 02:25:44] "GET /obj-perms HTTP/1.1" 200 5049 0.003557 10.0.0.249 - - [2025-09-11 02:25:50] "GET /obj-perms HTTP/1.1" 200 5049 0.004404 10.0.0.49 - - [2025-09-11 02:25:50] "GET /obj-perms HTTP/1.1" 200 5049 0.003786 10.0.0.249 - - [2025-09-11 02:25:50] "GET /virtual-machine/2a232dd4-1c82-40d8-8fc4-53c49e7dcaa1 HTTP/1.1" 200 1292 0.004250 10.0.0.249 - - [2025-09-11 02:25:51] "POST /neutron/port HTTP/1.1" 200 1112 0.011430 10.0.0.249 - - [2025-09-11 02:25:52] "GET /virtual-machine/2a232dd4-1c82-40d8-8fc4-53c49e7dcaa1 HTTP/1.1" 404 171 0.003308 10.0.0.249 - - [2025-09-11 02:25:52] "GET /virtual-machine/2a232dd4-1c82-40d8-8fc4-53c49e7dcaa1 HTTP/1.1" 404 171 0.002534 10.0.0.249 - - [2025-09-11 02:25:52] "GET /virtual-machine/2a232dd4-1c82-40d8-8fc4-53c49e7dcaa1 HTTP/1.1" 404 171 0.002976 10.0.0.249 - - [2025-09-11 02:25:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003348 10.0.0.249 - - [2025-09-11 02:25:53] "GET /global-vrouter-config/34ac33d4-7223-40b7-b082-da1d7603178b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003793 10.0.0.249 - - [2025-09-11 02:25:53] "GET /virtual-networks?parent_id=0752d51f-84eb-4c8d-8a45-b0f1801c431f&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003073 10.0.0.249 - - [2025-09-11 02:25:53] "GET /virtual-network/5c42deef-def1-45de-b10f-e6026449f65b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2343 0.006518 10.0.0.249 - - [2025-09-11 02:25:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003217 10.0.0.249 - - [2025-09-11 02:25:53] "GET /routing-instance/396f94b6-c7f5-465d-bf5d-870ede8c84ae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1785 0.004504 10.0.0.249 - - [2025-09-11 02:25:53] "GET /route-target/a34405a4-08be-4604-a47f-db09911db0fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.003733 10.0.0.249 - - [2025-09-11 02:25:53] "GET /obj-perms HTTP/1.1" 200 5049 0.005040 10.0.0.49 - - [2025-09-11 02:25:59] "GET /obj-perms HTTP/1.1" 200 5049 0.006056 10.0.0.249 - - [2025-09-11 02:26:02] "GET /obj-perms HTTP/1.1" 200 5049 0.004066 10.0.0.49 - - [2025-09-11 02:26:08] "GET /obj-perms HTTP/1.1" 200 5049 0.003699 10.0.0.249 - - [2025-09-11 02:26:08] "POST /neutron/port HTTP/1.1" 200 1085 0.014705 10.0.0.249 - - [2025-09-11 02:26:09] "POST /neutron/subnet HTTP/1.1" 200 684 0.008533 10.0.0.22 - - [2025-09-11 02:26:10] "GET /global-system-configs HTTP/1.1" 200 322 0.088643 10.0.0.22 - - [2025-09-11 02:26:10] "GET /obj-perms HTTP/1.1" 200 5075 0.152443 10.0.0.249 - - [2025-09-11 02:26:10] "GET /obj-perms HTTP/1.1" 200 5075 0.166516 10.0.0.49 - - [2025-09-11 02:26:10] "GET /global-system-configs HTTP/1.1" 200 322 0.053590 10.0.0.249 - - [2025-09-11 02:26:10] "GET /obj-perms HTTP/1.1" 200 5075 0.004912 10.0.0.49 - - [2025-09-11 02:26:10] "GET /global-system-configs HTTP/1.1" 200 322 0.006881 10.0.0.22 - - [2025-09-11 02:26:10] "GET /obj-perms HTTP/1.1" 200 5075 0.004797 10.0.0.22 - - [2025-09-11 02:26:10] "GET /global-system-configs HTTP/1.1" 200 322 0.041853 10.0.0.49 - - [2025-09-11 02:26:10] "GET /obj-perms HTTP/1.1" 200 5075 0.150514 10.0.0.249 - - [2025-09-11 02:26:11] "GET /global-system-configs HTTP/1.1" 200 322 0.035851 10.0.0.49 - - [2025-09-11 02:26:11] "GET /obj-perms HTTP/1.1" 200 5049 0.003684 10.0.0.249 - - [2025-09-11 02:26:12] "GET /global-system-configs HTTP/1.1" 200 322 0.361799 10.0.0.249 - - [2025-09-11 02:26:12] "GET /obj-perms HTTP/1.1" 200 5075 0.454634 10.0.0.49 - - [2025-09-11 02:26:14] "GET /obj-perms HTTP/1.1" 200 5049 0.003703 10.0.0.249 - - [2025-09-11 02:26:14] "GET /obj-perms HTTP/1.1" 200 5049 0.004422 10.0.0.22 - - [2025-09-11 02:26:14] "GET /obj-perms HTTP/1.1" 200 5049 0.003534 10.0.0.249 - - [2025-09-11 02:26:14] "GET /virtual-machine/7151b07f-228d-4abe-93a1-889b86269358 HTTP/1.1" 200 1292 0.004565 10.0.0.249 - - [2025-09-11 02:26:15] "POST /neutron/port HTTP/1.1" 200 1085 0.016480 10.0.0.249 - - [2025-09-11 02:26:16] "GET /virtual-machine/7151b07f-228d-4abe-93a1-889b86269358 HTTP/1.1" 404 171 0.003615 10.0.0.249 - - [2025-09-11 02:26:16] "GET /virtual-machine/7151b07f-228d-4abe-93a1-889b86269358 HTTP/1.1" 404 171 0.002820 10.0.0.249 - - [2025-09-11 02:26:16] "GET /virtual-machine/7151b07f-228d-4abe-93a1-889b86269358 HTTP/1.1" 404 171 0.002883 10.0.0.249 - - [2025-09-11 02:26:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003806 10.0.0.249 - - [2025-09-11 02:26:17] "GET /global-vrouter-config/34ac33d4-7223-40b7-b082-da1d7603178b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003733 10.0.0.249 - - [2025-09-11 02:26:17] "GET /virtual-networks?parent_id=0752d51f-84eb-4c8d-8a45-b0f1801c431f&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.002909 10.0.0.249 - - [2025-09-11 02:26:17] "GET /virtual-network/d4c6b68c-7124-442d-b222-a25623731dc1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2624 0.006672 10.0.0.249 - - [2025-09-11 02:26:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003423 10.0.0.249 - - [2025-09-11 02:26:17] "GET /routing-instance/a39102b0-26fb-4aca-a731-9d16928524bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1786 0.004676 10.0.0.249 - - [2025-09-11 02:26:17] "GET /route-target/ae5c45a1-980c-41cf-b948-52fa95d5bc10?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004905 10.0.0.249 - - [2025-09-11 02:26:20] "GET /obj-perms HTTP/1.1" 200 5049 0.003920 10.0.0.49 - - [2025-09-11 02:26:20] "GET /obj-perms HTTP/1.1" 200 5049 0.004414 10.0.0.249 - - [2025-09-11 02:26:20] "GET /virtual-network/5c42deef-def1-45de-b10f-e6026449f65b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2343 0.005491 10.0.0.249 - - [2025-09-11 02:26:20] "POST /neutron/network HTTP/1.1" 200 914 0.006413 10.0.0.249 - - [2025-09-11 02:26:20] "GET /virtual-network/5c42deef-def1-45de-b10f-e6026449f65b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2035 0.008254 10.0.0.49 - - [2025-09-11 02:26:20] "POST /ref-update HTTP/1.1" 200 156 0.043759 10.0.0.249 - - [2025-09-11 02:26:20] "POST /ref-update HTTP/1.1" 200 156 0.053442 10.0.0.249 - - [2025-09-11 02:26:21] "POST /ref-update HTTP/1.1" 200 156 0.072913 10.0.0.49 - - [2025-09-11 02:26:21] "DELETE /access-control-list/f715357a-bbaa-47d5-9d52-fcd3073c9b23 HTTP/1.1" 200 115 0.065696 10.0.0.249 - - [2025-09-11 02:26:21] "DELETE /network-policy/32c4a131-5f00-409a-92b1-a738420b7d9b HTTP/1.1" 200 115 0.055704 10.0.0.249 - - [2025-09-11 02:26:21] "DELETE /network-policy/90a4188e-20be-49de-a092-d4cd2083a8d2 HTTP/1.1" 200 115 0.043906 10.0.0.249 - - [2025-09-11 02:26:21] "DELETE /network-policy/605c282d-7cc6-420d-852f-ec5ce75836e3 HTTP/1.1" 200 115 0.030647 10.0.0.249 - - [2025-09-11 02:26:21] "POST /neutron/network HTTP/1.1" 200 823 0.006952 10.0.0.49 - - [2025-09-11 02:26:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.007607 10.0.0.49 - - [2025-09-11 02:26:21] "POST /useragent-kv HTTP/1.1" 200 115 0.058713 10.0.0.49 - - [2025-09-11 02:26:21] "POST /useragent-kv HTTP/1.1" 200 115 0.002329 10.0.0.249 - - [2025-09-11 02:26:21] "POST /neutron/network HTTP/1.1" 200 151 0.206165 10.0.0.49 - - [2025-09-11 02:26:22] "DELETE /route-target/ae5c45a1-980c-41cf-b948-52fa95d5bc10 HTTP/1.1" 200 115 0.023239 10.0.0.249 - - [2025-09-11 02:26:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003564 10.0.0.249 - - [2025-09-11 02:26:22] "DELETE /network-ipam/eb26c006-d5fe-48ba-8641-8d8475f346a3 HTTP/1.1" 200 115 0.059282 10.0.0.249 - - [2025-09-11 02:26:22] "POST /fqname-to-id HTTP/1.1" 404 197 0.004756 10.0.0.249 - - [2025-09-11 02:26:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003204 10.0.0.249 - - [2025-09-11 02:26:22] "DELETE /network-ipam/f7bf8baa-6101-4357-9b13-6d02b94848e0 HTTP/1.1" 200 115 0.041293 10.0.0.249 - - [2025-09-11 02:26:22] "POST /fqname-to-id HTTP/1.1" 404 197 0.003581 10.0.0.249 - - [2025-09-11 02:26:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003553 10.0.0.249 - - [2025-09-11 02:26:22] "DELETE /network-ipam/f48c2082-55c2-4d4e-a327-12aef7817034 HTTP/1.1" 200 115 0.035287 10.0.0.249 - - [2025-09-11 02:26:22] "POST /fqname-to-id HTTP/1.1" 404 197 0.009007 10.0.0.49 - - [2025-09-11 02:26:24] "GET /projects?obj_uuids=0752d51f-84eb-4c8d-8a45-b0f1801c431f&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001397 10.0.0.249 - - [2025-09-11 02:26:24] "GET /project/0752d51f-84eb-4c8d-8a45-b0f1801c431f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1361 0.072127 10.0.0.49 - - [2025-09-11 02:26:24] "GET /projects?obj_uuids=0752d51f-84eb-4c8d-8a45-b0f1801c431f&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001012 10.0.0.249 - - [2025-09-11 02:26:24] "GET /project/0752d51f-84eb-4c8d-8a45-b0f1801c431f?fields=virtual_networks HTTP/1.1" 200 1030 0.043902 10.0.0.49 - - [2025-09-11 02:26:24] "GET /projects?obj_uuids=0752d51f-84eb-4c8d-8a45-b0f1801c431f&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001315 10.0.0.249 - - [2025-09-11 02:26:24] "GET /project/0752d51f-84eb-4c8d-8a45-b0f1801c431f?fields=virtual_machine_interfaces HTTP/1.1" 200 1030 0.047181 10.0.0.49 - - [2025-09-11 02:26:24] "GET /projects?obj_uuids=0752d51f-84eb-4c8d-8a45-b0f1801c431f&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000904 10.0.0.249 - - [2025-09-11 02:26:24] "GET /project/0752d51f-84eb-4c8d-8a45-b0f1801c431f?fields=security_groups HTTP/1.1" 200 1256 0.041239 10.0.0.249 - - [2025-09-11 02:26:25] "POST /fqname-to-id HTTP/1.1" 404 194 0.023484 10.0.0.49 - - [2025-09-11 02:26:25] "GET /projects?obj_uuids=193df22e-f7a6-4e3b-8f3d-d1286d8ca3bd&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003094 10.0.0.49 - - [2025-09-11 02:26:25] "GET /domains?obj_uuids=6cefd47d-baca-4df6-a10c-ec963319da07&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001010 10.0.0.49 - - [2025-09-11 02:26:25] "GET /domain/6cefd47d-baca-4df6-a10c-ec963319da07?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008034 10.0.0.49 - - [2025-09-11 02:26:25] "POST /id-to-fqname HTTP/1.1" 200 196 0.004250 10.0.0.49 - - [2025-09-11 02:26:25] "POST /fqname-to-id HTTP/1.1" 404 205 0.007377 10.0.0.49 - - [2025-09-11 02:26:25] "POST /security-groups HTTP/1.1" 200 597 0.072878 10.0.0.49 - - [2025-09-11 02:26:25] "POST /projects HTTP/1.1" 200 597 0.282573 10.0.0.49 - - [2025-09-11 02:26:25] "POST /fqname-to-id HTTP/1.1" 404 239 0.017018 10.0.0.49 - - [2025-09-11 02:26:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.360150 10.0.0.249 - - [2025-09-11 02:26:25] "GET /project/193df22e-f7a6-4e3b-8f3d-d1286d8ca3bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.504085 10.0.0.249 - - [2025-09-11 02:26:27] "GET / HTTP/1.1" 200 35931 0.001400 10.0.0.249 - - [2025-09-11 02:26:30] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 401 293 0.000497 10.0.0.249 - - [2025-09-11 02:26:30] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 545 0.058649 10.0.0.249 - - [2025-09-11 02:26:30] "POST /network-ipams HTTP/1.1" 200 519 0.038975 10.0.0.249 - - [2025-09-11 02:26:30] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 756 0.003490 10.0.0.249 - - [2025-09-11 02:26:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004120 10.0.0.249 - - [2025-09-11 02:26:30] "GET /network-ipam/9676a431-7da4-491d-91a0-29bb571978f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1255 0.006709 10.0.0.249 - - [2025-09-11 02:26:30] "PUT /network-ipam/9676a431-7da4-491d-91a0-29bb571978f0 HTTP/1.1" 200 258 0.013080 10.0.0.249 - - [2025-09-11 02:26:30] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 756 0.003093 10.0.0.249 - - [2025-09-11 02:26:30] "POST /network-ipams HTTP/1.1" 200 519 0.030907 10.0.0.249 - - [2025-09-11 02:26:30] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 967 0.003567 10.0.0.249 - - [2025-09-11 02:26:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003530 10.0.0.249 - - [2025-09-11 02:26:31] "GET /network-ipam/cd0a2cf0-10e8-4514-87ec-480711a10de5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1254 0.006096 10.0.0.249 - - [2025-09-11 02:26:31] "PUT /network-ipam/cd0a2cf0-10e8-4514-87ec-480711a10de5 HTTP/1.1" 200 258 0.014796 10.0.0.249 - - [2025-09-11 02:26:31] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 967 0.004393 10.0.0.249 - - [2025-09-11 02:26:31] "POST /network-ipams HTTP/1.1" 200 519 0.025492 10.0.0.249 - - [2025-09-11 02:26:31] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 1179 0.003266 10.0.0.249 - - [2025-09-11 02:26:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003695 10.0.0.249 - - [2025-09-11 02:26:31] "GET /network-ipam/a697063e-16b1-4694-91c1-d2300bb6a671?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1255 0.006260 10.0.0.249 - - [2025-09-11 02:26:31] "PUT /network-ipam/a697063e-16b1-4694-91c1-d2300bb6a671 HTTP/1.1" 200 258 0.013677 10.0.0.249 - - [2025-09-11 02:26:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003384 10.0.0.49 - - [2025-09-11 02:26:32] "GET /projects?obj_uuids=193df22e-f7a6-4e3b-8f3d-d1286d8ca3bd&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000894 10.0.0.249 - - [2025-09-11 02:26:32] "GET /project/193df22e-f7a6-4e3b-8f3d-d1286d8ca3bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.048100 10.0.0.249 - - [2025-09-11 02:26:32] "POST /neutron/network HTTP/1.1" 200 117 0.030292 10.0.0.49 - - [2025-09-11 02:26:33] "POST /useragent-kv HTTP/1.1" 200 115 0.008135 10.0.0.49 - - [2025-09-11 02:26:33] "POST /fqname-to-id HTTP/1.1" 404 207 0.063013 10.0.0.249 - - [2025-09-11 02:26:33] "POST /neutron/subnet HTTP/1.1" 200 828 0.208154 10.0.0.49 - - [2025-09-11 02:26:33] "POST /ref-update HTTP/1.1" 200 156 0.035897 10.0.0.249 - - [2025-09-11 02:26:33] "POST /id-to-fqname HTTP/1.1" 200 227 0.002859 10.0.0.249 - - [2025-09-11 02:26:33] "GET /virtual-network/82a3cc07-8527-447e-b6f8-861cf3fd32a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.008844 10.0.0.249 - - [2025-09-11 02:26:33] "GET /virtual-network/82a3cc07-8527-447e-b6f8-861cf3fd32a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.006242 10.0.0.249 - - [2025-09-11 02:26:33] "POST /neutron/network HTTP/1.1" 200 1013 0.008334 10.0.0.249 - - [2025-09-11 02:26:33] "POST /neutron/network HTTP/1.1" 200 1013 0.010657 10.0.0.249 - - [2025-09-11 02:26:33] "GET /virtual-network/82a3cc07-8527-447e-b6f8-861cf3fd32a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.005777 10.0.0.249 - - [2025-09-11 02:26:33] "GET /network-ipam/9676a431-7da4-491d-91a0-29bb571978f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1255 0.003801 10.0.0.249 - - [2025-09-11 02:26:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003687 10.0.0.49 - - [2025-09-11 02:26:33] "GET /projects?obj_uuids=193df22e-f7a6-4e3b-8f3d-d1286d8ca3bd&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000947 10.0.0.249 - - [2025-09-11 02:26:33] "GET /project/193df22e-f7a6-4e3b-8f3d-d1286d8ca3bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.055764 10.0.0.49 - - [2025-09-11 02:26:33] "POST /useragent-kv HTTP/1.1" 200 115 0.008285 10.0.0.249 - - [2025-09-11 02:26:33] "POST /neutron/subnet HTTP/1.1" 200 725 0.214699 10.0.0.249 - - [2025-09-11 02:26:34] "POST /id-to-fqname HTTP/1.1" 200 227 0.001475 10.0.0.249 - - [2025-09-11 02:26:34] "GET /virtual-network/5f1617e6-968d-4e14-9113-1dc21b98d2b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2643 0.007651 10.0.0.249 - - [2025-09-11 02:26:34] "POST /neutron/network HTTP/1.1" 200 1014 0.008992 10.0.0.249 - - [2025-09-11 02:26:34] "GET /virtual-network/5f1617e6-968d-4e14-9113-1dc21b98d2b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2643 0.005026 10.0.0.249 - - [2025-09-11 02:26:34] "POST /neutron/subnet HTTP/1.1" 200 828 0.008180 10.0.0.249 - - [2025-09-11 02:26:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003588 10.0.0.49 - - [2025-09-11 02:26:34] "GET /projects?obj_uuids=193df22e-f7a6-4e3b-8f3d-d1286d8ca3bd&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000813 10.0.0.249 - - [2025-09-11 02:26:34] "GET /project/193df22e-f7a6-4e3b-8f3d-d1286d8ca3bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.039234 10.0.0.49 - - [2025-09-11 02:26:34] "POST /route-targets HTTP/1.1" 200 327 0.011172 10.0.0.49 - - [2025-09-11 02:26:34] "POST /useragent-kv HTTP/1.1" 200 115 0.007083 10.0.0.249 - - [2025-09-11 02:26:34] "POST /neutron/subnet HTTP/1.1" 200 729 0.232596 10.0.0.249 - - [2025-09-11 02:26:34] "POST /id-to-fqname HTTP/1.1" 200 227 0.001291 10.0.0.249 - - [2025-09-11 02:26:34] "GET /virtual-network/24a82f12-833e-48a6-b799-fd1b5a72a5c9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.007485 10.0.0.249 - - [2025-09-11 02:26:34] "POST /neutron/network HTTP/1.1" 200 1013 0.008570 10.0.0.249 - - [2025-09-11 02:26:34] "GET /virtual-network/24a82f12-833e-48a6-b799-fd1b5a72a5c9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.005473 10.0.0.249 - - [2025-09-11 02:26:35] "POST /neutron/subnet HTTP/1.1" 200 818 0.008215 10.0.0.249 - - [2025-09-11 02:26:35] "GET /virtual-network/82a3cc07-8527-447e-b6f8-861cf3fd32a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.006677 10.0.0.249 - - [2025-09-11 02:26:35] "GET /obj-perms HTTP/1.1" 200 5061 0.043757 10.0.0.249 - - [2025-09-11 02:26:36] "GET /virtual-network/5f1617e6-968d-4e14-9113-1dc21b98d2b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2643 0.005390 10.0.0.22 - - [2025-09-11 02:26:36] "GET /obj-perms HTTP/1.1" 200 5061 0.043550 10.0.0.49 - - [2025-09-11 02:26:37] "GET /obj-perms HTTP/1.1" 200 5061 0.042254 10.0.0.249 - - [2025-09-11 02:26:37] "GET /virtual-network/24a82f12-833e-48a6-b799-fd1b5a72a5c9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.005367 10.0.0.249 - - [2025-09-11 02:26:37] "POST /fqname-to-id HTTP/1.1" 404 224 0.003310 10.0.0.249 - - [2025-09-11 02:26:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003497 10.0.0.49 - - [2025-09-11 02:26:37] "GET /projects?obj_uuids=193df22e-f7a6-4e3b-8f3d-d1286d8ca3bd&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000949 10.0.0.249 - - [2025-09-11 02:26:37] "GET /project/193df22e-f7a6-4e3b-8f3d-d1286d8ca3bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.046706 10.0.0.249 - - [2025-09-11 02:26:37] "POST /network-policys HTTP/1.1" 200 559 0.024584 10.0.0.249 - - [2025-09-11 02:26:37] "GET /network-policy/b9e69a29-00be-4456-83fd-cc768abf3b2e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2145 0.006103 10.0.0.249 - - [2025-09-11 02:26:37] "POST /fqname-to-id HTTP/1.1" 404 224 0.003529 10.0.0.249 - - [2025-09-11 02:26:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003382 10.0.0.49 - - [2025-09-11 02:26:37] "GET /projects?obj_uuids=193df22e-f7a6-4e3b-8f3d-d1286d8ca3bd&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001041 10.0.0.249 - - [2025-09-11 02:26:37] "GET /project/193df22e-f7a6-4e3b-8f3d-d1286d8ca3bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.036885 10.0.0.249 - - [2025-09-11 02:26:38] "POST /network-policys HTTP/1.1" 200 559 0.027439 10.0.0.249 - - [2025-09-11 02:26:38] "GET /network-policy/d095e956-3f6b-434d-8047-1a178b8dcd84?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2976 0.007087 10.0.0.249 - - [2025-09-11 02:26:38] "POST /fqname-to-id HTTP/1.1" 404 224 0.003362 10.0.0.249 - - [2025-09-11 02:26:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003401 10.0.0.49 - - [2025-09-11 02:26:38] "GET /projects?obj_uuids=193df22e-f7a6-4e3b-8f3d-d1286d8ca3bd&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000952 10.0.0.249 - - [2025-09-11 02:26:38] "GET /project/193df22e-f7a6-4e3b-8f3d-d1286d8ca3bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.047374 10.0.0.249 - - [2025-09-11 02:26:38] "POST /network-policys HTTP/1.1" 200 559 0.030663 10.0.0.249 - - [2025-09-11 02:26:38] "GET /network-policy/fefca250-3c3a-4224-8e07-22b83bba118a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3097 0.006032 10.0.0.49 - - [2025-09-11 02:26:38] "POST /fqname-to-id HTTP/1.1" 404 207 0.005296 10.0.0.249 - - [2025-09-11 02:26:38] "POST /neutron/network HTTP/1.1" 200 1197 0.025382 10.0.0.249 - - [2025-09-11 02:26:38] "GET /virtual-network/82a3cc07-8527-447e-b6f8-861cf3fd32a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3243 0.005577 10.0.0.49 - - [2025-09-11 02:26:38] "POST /access-control-lists HTTP/1.1" 200 597 0.069101 10.0.0.249 - - [2025-09-11 02:26:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.018968 10.0.0.249 - - [2025-09-11 02:26:38] "GET /network-policy/b9e69a29-00be-4456-83fd-cc768abf3b2e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2145 0.005607 10.0.0.249 - - [2025-09-11 02:26:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.002678 10.0.0.249 - - [2025-09-11 02:26:38] "GET /network-policy/d095e956-3f6b-434d-8047-1a178b8dcd84?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2976 0.004596 10.0.0.249 - - [2025-09-11 02:26:39] "POST /neutron/network HTTP/1.1" 200 1112 0.011944 10.0.0.249 - - [2025-09-11 02:26:39] "GET /virtual-network/5f1617e6-968d-4e14-9113-1dc21b98d2b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2957 0.010438 10.0.0.249 - - [2025-09-11 02:26:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.004610 10.0.0.49 - - [2025-09-11 02:26:39] "POST /ref-update HTTP/1.1" 200 156 0.041316 10.0.0.249 - - [2025-09-11 02:26:39] "GET /network-policy/fefca250-3c3a-4224-8e07-22b83bba118a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3097 0.006763 10.0.0.249 - - [2025-09-11 02:26:39] "POST /id-to-fqname HTTP/1.1" 200 227 0.001111 10.0.0.49 - - [2025-09-11 02:26:40] "GET /projects?obj_uuids=193df22e-f7a6-4e3b-8f3d-d1286d8ca3bd&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000967 10.0.0.249 - - [2025-09-11 02:26:40] "GET /project/193df22e-f7a6-4e3b-8f3d-d1286d8ca3bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.078041 10.0.0.249 - - [2025-09-11 02:26:40] "POST /neutron/port HTTP/1.1" 200 117 0.006537 10.0.0.249 - - [2025-09-11 02:26:40] "POST /id-to-fqname HTTP/1.1" 200 227 0.001172 10.0.0.249 - - [2025-09-11 02:26:40] "POST /neutron/network HTTP/1.1" 200 1122 0.009448 10.0.0.249 - - [2025-09-11 02:26:41] "POST /neutron/port HTTP/1.1" 200 1172 0.018144 10.0.0.49 - - [2025-09-11 02:26:41] "GET /projects?obj_uuids=193df22e-f7a6-4e3b-8f3d-d1286d8ca3bd&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.003795 10.0.0.249 - - [2025-09-11 02:26:41] "GET /project/193df22e-f7a6-4e3b-8f3d-d1286d8ca3bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.103801 10.0.0.249 - - [2025-09-11 02:26:41] "POST /neutron/port HTTP/1.1" 200 1200 0.021950 10.0.0.249 - - [2025-09-11 02:26:41] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003399 10.0.0.249 - - [2025-09-11 02:26:41] "POST /neutron/port HTTP/1.1" 200 117 0.001305 10.0.0.249 - - [2025-09-11 02:26:41] "POST /neutron/security_group HTTP/1.1" 200 2064 0.007953 10.0.0.249 - - [2025-09-11 02:26:41] "POST /id-to-fqname HTTP/1.1" 200 227 0.001369 10.0.0.249 - - [2025-09-11 02:26:41] "POST /neutron/security_group HTTP/1.1" 200 2064 0.007443 10.0.0.49 - - [2025-09-11 02:26:42] "GET /projects?obj_uuids=193df22e-f7a6-4e3b-8f3d-d1286d8ca3bd&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001437 10.0.0.249 - - [2025-09-11 02:26:42] "POST /neutron/port HTTP/1.1" 200 1173 0.421553 10.0.0.249 - - [2025-09-11 02:26:42] "POST /neutron/port HTTP/1.1" 200 1227 0.133608 10.0.0.249 - - [2025-09-11 02:26:42] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003763 10.0.0.49 - - [2025-09-11 02:26:42] "GET /projects?obj_uuids=193df22e-f7a6-4e3b-8f3d-d1286d8ca3bd&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001220 10.0.0.249 - - [2025-09-11 02:26:42] "POST /neutron/port HTTP/1.1" 200 117 0.000966 10.0.0.249 - - [2025-09-11 02:26:42] "GET /project/193df22e-f7a6-4e3b-8f3d-d1286d8ca3bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.087798 10.0.0.249 - - [2025-09-11 02:26:43] "POST /neutron/port HTTP/1.1" 200 2283 0.025031 10.0.0.249 - - [2025-09-11 02:26:43] "POST /neutron/port HTTP/1.1" 200 1200 0.023015 10.0.0.249 - - [2025-09-11 02:26:43] "POST /neutron/security_group HTTP/1.1" 200 2064 0.006799 10.0.0.249 - - [2025-09-11 02:26:43] "POST /neutron/port HTTP/1.1" 200 1200 0.016321 10.0.0.249 - - [2025-09-11 02:26:43] "GET /virtual-machine/0ae9d462-44e0-4324-a1ff-2bfb9c479dab HTTP/1.1" 401 293 0.000345 10.0.0.49 - - [2025-09-11 02:26:43] "GET /projects?obj_uuids=193df22e-f7a6-4e3b-8f3d-d1286d8ca3bd&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001225 10.0.0.249 - - [2025-09-11 02:26:43] "POST /neutron/port HTTP/1.1" 200 1172 0.399411 10.0.0.249 - - [2025-09-11 02:26:44] "GET /virtual-machine/0ae9d462-44e0-4324-a1ff-2bfb9c479dab HTTP/1.1" 200 1297 0.026054 10.0.0.249 - - [2025-09-11 02:26:44] "GET /virtual-machine/0ae9d462-44e0-4324-a1ff-2bfb9c479dab HTTP/1.1" 200 1297 0.003226 10.0.0.249 - - [2025-09-11 02:26:44] "GET /virtual-machine-interface/aa77c050-1c30-4377-8be0-413ad58a90b0 HTTP/1.1" 200 3169 0.006203 10.0.0.249 - - [2025-09-11 02:26:44] "GET /virtual-machine/0ae9d462-44e0-4324-a1ff-2bfb9c479dab HTTP/1.1" 200 1297 0.005551 10.0.0.249 - - [2025-09-11 02:26:44] "GET /virtual-machine-interface/aa77c050-1c30-4377-8be0-413ad58a90b0 HTTP/1.1" 200 3169 0.005616 10.0.0.249 - - [2025-09-11 02:26:44] "GET /instance-ip/46b22a51-bbe1-4537-9517-b277432b9543 HTTP/1.1" 200 1632 0.005632 10.0.0.249 - - [2025-09-11 02:26:44] "GET /instance-ip/934cfb83-6791-4275-83a8-a5e9d84d70a0 HTTP/1.1" 200 1653 0.008451 10.0.0.249 - - [2025-09-11 02:26:44] "GET /virtual-machine/0ae9d462-44e0-4324-a1ff-2bfb9c479dab HTTP/1.1" 200 1297 0.003244 10.0.0.249 - - [2025-09-11 02:26:44] "GET /virtual-machine-interface/aa77c050-1c30-4377-8be0-413ad58a90b0 HTTP/1.1" 200 3169 0.007078 10.0.0.249 - - [2025-09-11 02:26:44] "GET /instance-ip/46b22a51-bbe1-4537-9517-b277432b9543 HTTP/1.1" 200 1632 0.004127 10.0.0.249 - - [2025-09-11 02:26:44] "GET /instance-ip/934cfb83-6791-4275-83a8-a5e9d84d70a0 HTTP/1.1" 200 1653 0.019971 10.0.0.249 - - [2025-09-11 02:26:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.014024 10.0.0.249 - - [2025-09-11 02:26:44] "GET /global-vrouter-config/34ac33d4-7223-40b7-b082-da1d7603178b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004158 10.0.0.249 - - [2025-09-11 02:26:44] "GET /virtual-networks?parent_id=193df22e-f7a6-4e3b-8f3d-d1286d8ca3bd&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.005911 10.0.0.249 - - [2025-09-11 02:26:44] "POST /neutron/port HTTP/1.1" 200 1226 0.176443 10.0.0.249 - - [2025-09-11 02:26:44] "GET /virtual-network/82a3cc07-8527-447e-b6f8-861cf3fd32a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3243 0.005394 10.0.0.249 - - [2025-09-11 02:26:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.008644 10.0.0.249 - - [2025-09-11 02:26:44] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003796 10.0.0.249 - - [2025-09-11 02:26:44] "GET /global-vrouter-config/34ac33d4-7223-40b7-b082-da1d7603178b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003668 10.0.0.249 - - [2025-09-11 02:26:44] "GET /virtual-networks?parent_id=193df22e-f7a6-4e3b-8f3d-d1286d8ca3bd&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003087 10.0.0.249 - - [2025-09-11 02:26:44] "POST /neutron/port HTTP/1.1" 200 117 0.001270 10.0.0.249 - - [2025-09-11 02:26:44] "GET /virtual-network/82a3cc07-8527-447e-b6f8-861cf3fd32a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3243 0.006149 10.0.0.249 - - [2025-09-11 02:26:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003520 10.0.0.249 - - [2025-09-11 02:26:44] "GET /global-vrouter-config/34ac33d4-7223-40b7-b082-da1d7603178b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003762 10.0.0.249 - - [2025-09-11 02:26:44] "GET /virtual-networks?parent_id=193df22e-f7a6-4e3b-8f3d-d1286d8ca3bd&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003222 10.0.0.249 - - [2025-09-11 02:26:44] "GET /virtual-network/82a3cc07-8527-447e-b6f8-861cf3fd32a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3243 0.006745 10.0.0.249 - - [2025-09-11 02:26:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003408 10.0.0.249 - - [2025-09-11 02:26:44] "GET /global-vrouter-config/34ac33d4-7223-40b7-b082-da1d7603178b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003628 10.0.0.249 - - [2025-09-11 02:26:44] "GET /virtual-networks?parent_id=193df22e-f7a6-4e3b-8f3d-d1286d8ca3bd&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003159 10.0.0.249 - - [2025-09-11 02:26:44] "GET /virtual-network/82a3cc07-8527-447e-b6f8-861cf3fd32a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3243 0.005499 10.0.0.249 - - [2025-09-11 02:26:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003343 10.0.0.249 - - [2025-09-11 02:26:44] "GET /global-vrouter-config/34ac33d4-7223-40b7-b082-da1d7603178b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004388 10.0.0.249 - - [2025-09-11 02:26:44] "GET /virtual-networks?parent_id=193df22e-f7a6-4e3b-8f3d-d1286d8ca3bd&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.004453 10.0.0.249 - - [2025-09-11 02:26:44] "GET /virtual-network/82a3cc07-8527-447e-b6f8-861cf3fd32a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3243 0.005447 10.0.0.249 - - [2025-09-11 02:26:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003716 10.0.0.249 - - [2025-09-11 02:26:47] "GET /virtual-network/82a3cc07-8527-447e-b6f8-861cf3fd32a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3243 0.005021 10.0.0.249 - - [2025-09-11 02:26:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003510 10.0.0.249 - - [2025-09-11 02:26:51] "GET /virtual-network/82a3cc07-8527-447e-b6f8-861cf3fd32a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3243 0.005407 10.0.0.49 - - [2025-09-11 02:26:53] "DELETE /access-control-list/8ef4e728-2349-4d5d-ba46-802ef36a3c44 HTTP/1.1" 200 115 0.028302 10.0.0.49 - - [2025-09-11 02:26:56] "DELETE /project/193df22ef7a64e3b8f3dd1286d8ca3bd HTTP/1.1" 404 173 0.004728 10.0.0.49 - - [2025-09-11 02:26:56] "DELETE /project/0752d51f-84eb-4c8d-8a45-b0f1801c431f HTTP/1.1" 404 177 0.004235 10.0.0.249 - - [2025-09-11 02:26:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003252 10.0.0.249 - - [2025-09-11 02:26:56] "GET /virtual-network/82a3cc07-8527-447e-b6f8-861cf3fd32a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3243 0.005621 10.0.0.249 - - [2025-09-11 02:27:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003565 10.0.0.249 - - [2025-09-11 02:27:00] "GET /virtual-network/82a3cc07-8527-447e-b6f8-861cf3fd32a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3243 0.005773 10.0.0.249 - - [2025-09-11 02:27:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003390 10.0.0.249 - - [2025-09-11 02:27:04] "GET /virtual-network/82a3cc07-8527-447e-b6f8-861cf3fd32a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3243 0.005269 10.0.0.249 - - [2025-09-11 02:27:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003311 10.0.0.249 - - [2025-09-11 02:27:08] "GET /virtual-network/82a3cc07-8527-447e-b6f8-861cf3fd32a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3243 0.006058 10.0.0.249 - - [2025-09-11 02:27:10] "POST /neutron/port HTTP/1.1" 200 1200 0.015383 10.0.0.249 - - [2025-09-11 02:27:11] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003834 10.0.0.249 - - [2025-09-11 02:27:11] "POST /neutron/port HTTP/1.1" 200 117 0.001507 10.0.0.249 - - [2025-09-11 02:27:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003309 10.0.0.249 - - [2025-09-11 02:27:12] "GET /virtual-network/82a3cc07-8527-447e-b6f8-861cf3fd32a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3243 0.005784 10.0.0.249 - - [2025-09-11 02:27:16] "POST /neutron/port HTTP/1.1" 200 1201 0.015736 10.0.0.249 - - [2025-09-11 02:27:16] "POST /neutron/floatingip HTTP/1.1" 200 117 0.009134 10.0.0.249 - - [2025-09-11 02:27:16] "POST /neutron/port HTTP/1.1" 200 117 0.001107 10.0.0.249 - - [2025-09-11 02:27:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003369 10.0.0.249 - - [2025-09-11 02:27:16] "GET /virtual-network/82a3cc07-8527-447e-b6f8-861cf3fd32a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3243 0.005827 10.0.0.249 - - [2025-09-11 02:27:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003635 10.0.0.249 - - [2025-09-11 02:27:20] "GET /virtual-network/82a3cc07-8527-447e-b6f8-861cf3fd32a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3243 0.006172 10.0.0.249 - - [2025-09-11 02:27:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003583 10.0.0.249 - - [2025-09-11 02:27:24] "GET /virtual-network/82a3cc07-8527-447e-b6f8-861cf3fd32a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3243 0.005704 10.0.0.249 - - [2025-09-11 02:27:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004046 10.0.0.249 - - [2025-09-11 02:27:28] "GET /global-vrouter-config/34ac33d4-7223-40b7-b082-da1d7603178b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004475 10.0.0.249 - - [2025-09-11 02:27:28] "GET /virtual-networks?parent_id=193df22e-f7a6-4e3b-8f3d-d1286d8ca3bd&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003330 10.0.0.249 - - [2025-09-11 02:27:28] "GET /virtual-network/82a3cc07-8527-447e-b6f8-861cf3fd32a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3243 0.006324 10.0.0.249 - - [2025-09-11 02:27:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003405 10.0.0.249 - - [2025-09-11 02:27:29] "GET /global-vrouter-config/34ac33d4-7223-40b7-b082-da1d7603178b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003792 10.0.0.249 - - [2025-09-11 02:27:29] "GET /virtual-networks?parent_id=193df22e-f7a6-4e3b-8f3d-d1286d8ca3bd&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003047 10.0.0.249 - - [2025-09-11 02:27:29] "GET /virtual-network/82a3cc07-8527-447e-b6f8-861cf3fd32a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3243 0.007073 10.0.0.249 - - [2025-09-11 02:27:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003047 10.0.0.249 - - [2025-09-11 02:27:29] "GET /routing-instance/77b33e0d-e5ab-46d0-b9ca-9114151b2787?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1797 0.005562 10.0.0.249 - - [2025-09-11 02:27:29] "GET /route-target/20863a9f-3c3e-43a3-acdb-8f9d2478099e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.003930 10.0.0.249 - - [2025-09-11 02:27:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003188 10.0.0.249 - - [2025-09-11 02:27:29] "GET /global-vrouter-config/34ac33d4-7223-40b7-b082-da1d7603178b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003502 10.0.0.249 - - [2025-09-11 02:27:29] "GET /virtual-networks?parent_id=193df22e-f7a6-4e3b-8f3d-d1286d8ca3bd&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.002866 10.0.0.249 - - [2025-09-11 02:27:29] "GET /virtual-network/82a3cc07-8527-447e-b6f8-861cf3fd32a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3243 0.007080 10.0.0.249 - - [2025-09-11 02:27:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003807 10.0.0.249 - - [2025-09-11 02:27:29] "GET /routing-instance/77b33e0d-e5ab-46d0-b9ca-9114151b2787?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1797 0.005064 10.0.0.249 - - [2025-09-11 02:27:29] "GET /route-target/20863a9f-3c3e-43a3-acdb-8f9d2478099e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004478 10.0.0.249 - - [2025-09-11 02:27:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.004018 10.0.0.249 - - [2025-09-11 02:27:29] "GET /global-vrouter-config/34ac33d4-7223-40b7-b082-da1d7603178b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004238 10.0.0.249 - - [2025-09-11 02:27:29] "GET /virtual-networks?parent_id=193df22e-f7a6-4e3b-8f3d-d1286d8ca3bd&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003055 10.0.0.249 - - [2025-09-11 02:27:29] "GET /virtual-network/82a3cc07-8527-447e-b6f8-861cf3fd32a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3243 0.006456 10.0.0.249 - - [2025-09-11 02:27:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003477 10.0.0.249 - - [2025-09-11 02:27:29] "GET /global-vrouter-config/34ac33d4-7223-40b7-b082-da1d7603178b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004408 10.0.0.249 - - [2025-09-11 02:27:29] "GET /virtual-networks?parent_id=193df22e-f7a6-4e3b-8f3d-d1286d8ca3bd&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003080 10.0.0.249 - - [2025-09-11 02:27:29] "GET /virtual-network/82a3cc07-8527-447e-b6f8-861cf3fd32a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3243 0.006378 10.0.0.249 - - [2025-09-11 02:27:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.002981 10.0.0.249 - - [2025-09-11 02:27:29] "GET /global-vrouter-config/34ac33d4-7223-40b7-b082-da1d7603178b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004482 10.0.0.249 - - [2025-09-11 02:27:29] "GET /virtual-networks?parent_id=193df22e-f7a6-4e3b-8f3d-d1286d8ca3bd&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003313 10.0.0.249 - - [2025-09-11 02:27:29] "GET /virtual-network/82a3cc07-8527-447e-b6f8-861cf3fd32a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3243 0.006732 10.0.0.249 - - [2025-09-11 02:27:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003353 10.0.0.249 - - [2025-09-11 02:27:30] "GET /global-vrouter-config/34ac33d4-7223-40b7-b082-da1d7603178b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004285 10.0.0.249 - - [2025-09-11 02:27:30] "GET /virtual-networks?parent_id=193df22e-f7a6-4e3b-8f3d-d1286d8ca3bd&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003219 10.0.0.249 - - [2025-09-11 02:27:30] "GET /virtual-network/82a3cc07-8527-447e-b6f8-861cf3fd32a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3243 0.006253 10.0.0.49 - - [2025-09-11 02:27:30] "GET /obj-perms HTTP/1.1" 200 5061 0.004855 10.0.0.249 - - [2025-09-11 02:27:30] "GET /obj-perms HTTP/1.1" 200 5061 0.004556 10.0.0.249 - - [2025-09-11 02:27:30] "GET /obj-perms HTTP/1.1" 200 5061 0.003643 10.0.0.49 - - [2025-09-11 02:27:30] "GET /obj-perms HTTP/1.1" 200 5061 0.003626 10.0.0.249 - - [2025-09-11 02:27:30] "GET /obj-perms HTTP/1.1" 200 5061 0.003558 10.0.0.22 - - [2025-09-11 02:27:30] "GET /obj-perms HTTP/1.1" 200 5061 0.004366 10.0.0.249 - - [2025-09-11 02:27:30] "POST /neutron/security_group HTTP/1.1" 200 2064 0.008004 10.0.0.249 - - [2025-09-11 02:27:30] "POST /neutron/port HTTP/1.1" 200 1201 0.015263 10.0.0.249 - - [2025-09-11 02:27:30] "POST /neutron/security_group HTTP/1.1" 200 2064 0.008004 10.0.0.249 - - [2025-09-11 02:27:30] "GET /virtual-machine/38103ac9-0bbf-47a7-b5ca-3a366cf43b27 HTTP/1.1" 200 1298 0.007219 10.0.0.249 - - [2025-09-11 02:27:30] "GET /virtual-machine/38103ac9-0bbf-47a7-b5ca-3a366cf43b27 HTTP/1.1" 200 1298 0.003588 10.0.0.249 - - [2025-09-11 02:27:30] "GET /virtual-machine-interface/cc09baf1-001e-4c2e-8fc8-08c74c634de8 HTTP/1.1" 200 3169 0.005365 10.0.0.249 - - [2025-09-11 02:27:30] "GET /virtual-machine/38103ac9-0bbf-47a7-b5ca-3a366cf43b27 HTTP/1.1" 200 1298 0.003798 10.0.0.249 - - [2025-09-11 02:27:30] "GET /virtual-machine-interface/cc09baf1-001e-4c2e-8fc8-08c74c634de8 HTTP/1.1" 200 3169 0.005769 10.0.0.249 - - [2025-09-11 02:27:30] "GET /instance-ip/90cf2bf4-fecd-44f0-b130-044d0580c370 HTTP/1.1" 200 1654 0.005520 10.0.0.249 - - [2025-09-11 02:27:30] "GET /instance-ip/94c9760e-8b6c-4f56-b6c8-00f6da52eb9e HTTP/1.1" 200 1634 0.005523 10.0.0.249 - - [2025-09-11 02:27:30] "GET /virtual-machine/38103ac9-0bbf-47a7-b5ca-3a366cf43b27 HTTP/1.1" 200 1298 0.003739 10.0.0.249 - - [2025-09-11 02:27:30] "GET /virtual-machine-interface/cc09baf1-001e-4c2e-8fc8-08c74c634de8 HTTP/1.1" 200 3169 0.005523 10.0.0.249 - - [2025-09-11 02:27:30] "GET /instance-ip/90cf2bf4-fecd-44f0-b130-044d0580c370 HTTP/1.1" 200 1654 0.004415 10.0.0.249 - - [2025-09-11 02:27:30] "GET /instance-ip/94c9760e-8b6c-4f56-b6c8-00f6da52eb9e HTTP/1.1" 200 1634 0.005279 10.0.0.249 - - [2025-09-11 02:27:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004144 10.0.0.249 - - [2025-09-11 02:27:30] "GET /global-vrouter-config/34ac33d4-7223-40b7-b082-da1d7603178b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003927 10.0.0.249 - - [2025-09-11 02:27:30] "GET /virtual-networks?parent_id=193df22e-f7a6-4e3b-8f3d-d1286d8ca3bd&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003648 10.0.0.249 - - [2025-09-11 02:27:30] "GET /virtual-network/5f1617e6-968d-4e14-9113-1dc21b98d2b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2957 0.005299 10.0.0.249 - - [2025-09-11 02:27:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003913 10.0.0.249 - - [2025-09-11 02:27:31] "GET /global-vrouter-config/34ac33d4-7223-40b7-b082-da1d7603178b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004149 10.0.0.249 - - [2025-09-11 02:27:31] "GET /virtual-networks?parent_id=193df22e-f7a6-4e3b-8f3d-d1286d8ca3bd&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003723 10.0.0.249 - - [2025-09-11 02:27:31] "GET /virtual-network/5f1617e6-968d-4e14-9113-1dc21b98d2b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2957 0.005985 10.0.0.249 - - [2025-09-11 02:27:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.004415 10.0.0.249 - - [2025-09-11 02:27:31] "GET /global-vrouter-config/34ac33d4-7223-40b7-b082-da1d7603178b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003848 10.0.0.249 - - [2025-09-11 02:27:31] "GET /virtual-networks?parent_id=193df22e-f7a6-4e3b-8f3d-d1286d8ca3bd&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.002975 10.0.0.249 - - [2025-09-11 02:27:31] "GET /virtual-network/5f1617e6-968d-4e14-9113-1dc21b98d2b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2957 0.006722 10.0.0.249 - - [2025-09-11 02:27:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003737 10.0.0.249 - - [2025-09-11 02:27:31] "GET /global-vrouter-config/34ac33d4-7223-40b7-b082-da1d7603178b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004227 10.0.0.249 - - [2025-09-11 02:27:31] "GET /virtual-networks?parent_id=193df22e-f7a6-4e3b-8f3d-d1286d8ca3bd&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003518 10.0.0.249 - - [2025-09-11 02:27:31] "GET /virtual-network/5f1617e6-968d-4e14-9113-1dc21b98d2b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2957 0.007220 10.0.0.249 - - [2025-09-11 02:27:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003671 10.0.0.249 - - [2025-09-11 02:27:31] "GET /global-vrouter-config/34ac33d4-7223-40b7-b082-da1d7603178b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004705 10.0.0.249 - - [2025-09-11 02:27:31] "GET /virtual-networks?parent_id=193df22e-f7a6-4e3b-8f3d-d1286d8ca3bd&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003673 10.0.0.249 - - [2025-09-11 02:27:31] "GET /virtual-network/5f1617e6-968d-4e14-9113-1dc21b98d2b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2957 0.005633 10.0.0.249 - - [2025-09-11 02:27:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004047 10.0.0.249 - - [2025-09-11 02:27:32] "GET /global-vrouter-config/34ac33d4-7223-40b7-b082-da1d7603178b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003824 10.0.0.249 - - [2025-09-11 02:27:32] "GET /virtual-networks?parent_id=193df22e-f7a6-4e3b-8f3d-d1286d8ca3bd&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003121 10.0.0.249 - - [2025-09-11 02:27:32] "GET /virtual-network/5f1617e6-968d-4e14-9113-1dc21b98d2b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2957 0.006630 10.0.0.249 - - [2025-09-11 02:27:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003688 10.0.0.249 - - [2025-09-11 02:27:32] "GET /global-vrouter-config/34ac33d4-7223-40b7-b082-da1d7603178b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003661 10.0.0.249 - - [2025-09-11 02:27:32] "GET /virtual-networks?parent_id=193df22e-f7a6-4e3b-8f3d-d1286d8ca3bd&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003132 10.0.0.249 - - [2025-09-11 02:27:32] "GET /virtual-network/5f1617e6-968d-4e14-9113-1dc21b98d2b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2957 0.008747 10.0.0.249 - - [2025-09-11 02:27:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003375 10.0.0.249 - - [2025-09-11 02:27:32] "GET /routing-instance/3a4046f9-adbb-4eae-b83e-f1da028d6aa9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1797 0.004709 10.0.0.249 - - [2025-09-11 02:27:32] "GET /route-target/534f5a22-b8dd-4b34-8b7f-65ad4e3d6e7f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004377 10.0.0.249 - - [2025-09-11 02:27:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003402 10.0.0.249 - - [2025-09-11 02:27:33] "GET /global-vrouter-config/34ac33d4-7223-40b7-b082-da1d7603178b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003898 10.0.0.249 - - [2025-09-11 02:27:33] "GET /virtual-networks?parent_id=193df22e-f7a6-4e3b-8f3d-d1286d8ca3bd&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.002914 10.0.0.249 - - [2025-09-11 02:27:33] "GET /virtual-network/5f1617e6-968d-4e14-9113-1dc21b98d2b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2957 0.005805 10.0.0.249 - - [2025-09-11 02:27:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003132 10.0.0.249 - - [2025-09-11 02:27:33] "GET /routing-instance/3a4046f9-adbb-4eae-b83e-f1da028d6aa9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1797 0.004049 10.0.0.249 - - [2025-09-11 02:27:33] "GET /route-target/534f5a22-b8dd-4b34-8b7f-65ad4e3d6e7f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.003682 10.0.0.249 - - [2025-09-11 02:27:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003515 10.0.0.249 - - [2025-09-11 02:27:33] "GET /global-vrouter-config/34ac33d4-7223-40b7-b082-da1d7603178b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003937 10.0.0.249 - - [2025-09-11 02:27:33] "GET /virtual-networks?parent_id=193df22e-f7a6-4e3b-8f3d-d1286d8ca3bd&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003237 10.0.0.249 - - [2025-09-11 02:27:33] "GET /virtual-network/5f1617e6-968d-4e14-9113-1dc21b98d2b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2957 0.006812 10.0.0.249 - - [2025-09-11 02:27:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.002990 10.0.0.249 - - [2025-09-11 02:27:33] "GET /global-vrouter-config/34ac33d4-7223-40b7-b082-da1d7603178b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004425 10.0.0.249 - - [2025-09-11 02:27:33] "GET /virtual-networks?parent_id=193df22e-f7a6-4e3b-8f3d-d1286d8ca3bd&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003372 10.0.0.249 - - [2025-09-11 02:27:33] "GET /virtual-network/5f1617e6-968d-4e14-9113-1dc21b98d2b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2957 0.005757 10.0.0.249 - - [2025-09-11 02:27:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.004134 10.0.0.249 - - [2025-09-11 02:27:33] "GET /global-vrouter-config/34ac33d4-7223-40b7-b082-da1d7603178b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004479 10.0.0.249 - - [2025-09-11 02:27:33] "GET /virtual-networks?parent_id=193df22e-f7a6-4e3b-8f3d-d1286d8ca3bd&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.004370 10.0.0.249 - - [2025-09-11 02:27:33] "GET /virtual-network/5f1617e6-968d-4e14-9113-1dc21b98d2b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2957 0.006900 10.0.0.249 - - [2025-09-11 02:27:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003211 10.0.0.249 - - [2025-09-11 02:27:33] "GET /global-vrouter-config/34ac33d4-7223-40b7-b082-da1d7603178b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004365 10.0.0.249 - - [2025-09-11 02:27:33] "GET /virtual-networks?parent_id=193df22e-f7a6-4e3b-8f3d-d1286d8ca3bd&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003521 10.0.0.249 - - [2025-09-11 02:27:33] "GET /virtual-network/5f1617e6-968d-4e14-9113-1dc21b98d2b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2957 0.006247 10.0.0.49 - - [2025-09-11 02:27:33] "GET /obj-perms HTTP/1.1" 200 5061 0.003561 10.0.0.249 - - [2025-09-11 02:27:33] "GET /obj-perms HTTP/1.1" 200 5061 0.004152 10.0.0.249 - - [2025-09-11 02:27:33] "GET /obj-perms HTTP/1.1" 200 5061 0.003905 10.0.0.49 - - [2025-09-11 02:27:33] "GET /obj-perms HTTP/1.1" 200 5061 0.003659 10.0.0.249 - - [2025-09-11 02:27:34] "GET /obj-perms HTTP/1.1" 200 5061 0.003693 10.0.0.249 - - [2025-09-11 02:27:34] "POST /neutron/port HTTP/1.1" 200 1200 0.015319 10.0.0.249 - - [2025-09-11 02:27:34] "POST /neutron/security_group HTTP/1.1" 200 2064 0.006901 10.0.0.249 - - [2025-09-11 02:27:34] "GET /virtual-machine/433a8852-2bbf-43a3-935e-8c1413b601b3 HTTP/1.1" 200 1298 0.005649 10.0.0.249 - - [2025-09-11 02:27:34] "GET /virtual-machine/433a8852-2bbf-43a3-935e-8c1413b601b3 HTTP/1.1" 200 1298 0.003872 10.0.0.249 - - [2025-09-11 02:27:34] "GET /virtual-machine-interface/7203e3c4-134a-47f0-83db-029d2c66588d HTTP/1.1" 200 3167 0.005370 10.0.0.249 - - [2025-09-11 02:27:34] "GET /virtual-machine/433a8852-2bbf-43a3-935e-8c1413b601b3 HTTP/1.1" 200 1298 0.004128 10.0.0.249 - - [2025-09-11 02:27:34] "GET /virtual-machine-interface/7203e3c4-134a-47f0-83db-029d2c66588d HTTP/1.1" 200 3167 0.005317 10.0.0.249 - - [2025-09-11 02:27:34] "GET /instance-ip/2d3f1428-8fde-4f65-9275-ea52f729b6bc HTTP/1.1" 200 1651 0.006728 10.0.0.249 - - [2025-09-11 02:27:34] "GET /instance-ip/887ebf60-6019-48bc-a0bf-8357401de619 HTTP/1.1" 200 1634 0.005562 10.0.0.249 - - [2025-09-11 02:27:34] "GET /virtual-machine/433a8852-2bbf-43a3-935e-8c1413b601b3 HTTP/1.1" 200 1298 0.004004 10.0.0.249 - - [2025-09-11 02:27:34] "GET /virtual-machine-interface/7203e3c4-134a-47f0-83db-029d2c66588d HTTP/1.1" 200 3167 0.005803 10.0.0.249 - - [2025-09-11 02:27:34] "GET /instance-ip/2d3f1428-8fde-4f65-9275-ea52f729b6bc HTTP/1.1" 200 1651 0.004145 10.0.0.249 - - [2025-09-11 02:27:34] "GET /instance-ip/887ebf60-6019-48bc-a0bf-8357401de619 HTTP/1.1" 200 1634 0.003678 10.0.0.249 - - [2025-09-11 02:27:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003531 10.0.0.249 - - [2025-09-11 02:27:34] "GET /global-vrouter-config/34ac33d4-7223-40b7-b082-da1d7603178b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004475 10.0.0.249 - - [2025-09-11 02:27:34] "GET /virtual-networks?parent_id=193df22e-f7a6-4e3b-8f3d-d1286d8ca3bd&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.002994 10.0.0.249 - - [2025-09-11 02:27:34] "GET /virtual-network/24a82f12-833e-48a6-b799-fd1b5a72a5c9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.007017 10.0.0.249 - - [2025-09-11 02:27:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003569 10.0.0.249 - - [2025-09-11 02:27:34] "GET /global-vrouter-config/34ac33d4-7223-40b7-b082-da1d7603178b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003943 10.0.0.249 - - [2025-09-11 02:27:34] "GET /virtual-networks?parent_id=193df22e-f7a6-4e3b-8f3d-d1286d8ca3bd&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003648 10.0.0.249 - - [2025-09-11 02:27:34] "GET /virtual-network/24a82f12-833e-48a6-b799-fd1b5a72a5c9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.006723 10.0.0.249 - - [2025-09-11 02:27:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003636 10.0.0.249 - - [2025-09-11 02:27:34] "GET /global-vrouter-config/34ac33d4-7223-40b7-b082-da1d7603178b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005602 10.0.0.249 - - [2025-09-11 02:27:34] "GET /virtual-networks?parent_id=193df22e-f7a6-4e3b-8f3d-d1286d8ca3bd&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003355 10.0.0.249 - - [2025-09-11 02:27:34] "GET /virtual-network/24a82f12-833e-48a6-b799-fd1b5a72a5c9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.006052 10.0.0.249 - - [2025-09-11 02:27:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003687 10.0.0.249 - - [2025-09-11 02:27:34] "GET /global-vrouter-config/34ac33d4-7223-40b7-b082-da1d7603178b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004114 10.0.0.249 - - [2025-09-11 02:27:34] "GET /virtual-networks?parent_id=193df22e-f7a6-4e3b-8f3d-d1286d8ca3bd&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003166 10.0.0.249 - - [2025-09-11 02:27:34] "GET /virtual-network/24a82f12-833e-48a6-b799-fd1b5a72a5c9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.006075 10.0.0.249 - - [2025-09-11 02:27:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003218 10.0.0.249 - - [2025-09-11 02:27:35] "GET /global-vrouter-config/34ac33d4-7223-40b7-b082-da1d7603178b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004096 10.0.0.249 - - [2025-09-11 02:27:35] "GET /virtual-networks?parent_id=193df22e-f7a6-4e3b-8f3d-d1286d8ca3bd&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003584 10.0.0.249 - - [2025-09-11 02:27:35] "GET /virtual-network/24a82f12-833e-48a6-b799-fd1b5a72a5c9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.006094 10.0.0.249 - - [2025-09-11 02:27:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003556 10.0.0.249 - - [2025-09-11 02:27:36] "GET /global-vrouter-config/34ac33d4-7223-40b7-b082-da1d7603178b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004244 10.0.0.249 - - [2025-09-11 02:27:36] "GET /virtual-networks?parent_id=193df22e-f7a6-4e3b-8f3d-d1286d8ca3bd&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.004161 10.0.0.249 - - [2025-09-11 02:27:36] "GET /virtual-network/24a82f12-833e-48a6-b799-fd1b5a72a5c9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.005477 10.0.0.249 - - [2025-09-11 02:27:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003734 10.0.0.249 - - [2025-09-11 02:27:36] "GET /global-vrouter-config/34ac33d4-7223-40b7-b082-da1d7603178b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003833 10.0.0.249 - - [2025-09-11 02:27:36] "GET /virtual-networks?parent_id=193df22e-f7a6-4e3b-8f3d-d1286d8ca3bd&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003307 10.0.0.249 - - [2025-09-11 02:27:36] "GET /virtual-network/24a82f12-833e-48a6-b799-fd1b5a72a5c9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.005991 10.0.0.249 - - [2025-09-11 02:27:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003614 10.0.0.249 - - [2025-09-11 02:27:36] "GET /routing-instance/3bc6b8ce-baaf-40ce-8816-5d98b4165557?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1484 0.004960 10.0.0.249 - - [2025-09-11 02:27:36] "GET /route-target/04d075df-bcc4-4b36-be92-d293c5b719c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 900 0.004619 10.0.0.249 - - [2025-09-11 02:27:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003569 10.0.0.249 - - [2025-09-11 02:27:36] "GET /global-vrouter-config/34ac33d4-7223-40b7-b082-da1d7603178b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004092 10.0.0.249 - - [2025-09-11 02:27:36] "GET /virtual-networks?parent_id=193df22e-f7a6-4e3b-8f3d-d1286d8ca3bd&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003559 10.0.0.249 - - [2025-09-11 02:27:36] "GET /virtual-network/24a82f12-833e-48a6-b799-fd1b5a72a5c9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.007727 10.0.0.249 - - [2025-09-11 02:27:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003710 10.0.0.249 - - [2025-09-11 02:27:36] "GET /routing-instance/3bc6b8ce-baaf-40ce-8816-5d98b4165557?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1484 0.004336 10.0.0.249 - - [2025-09-11 02:27:36] "GET /route-target/04d075df-bcc4-4b36-be92-d293c5b719c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 900 0.004732 10.0.0.249 - - [2025-09-11 02:27:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003376 10.0.0.249 - - [2025-09-11 02:27:36] "GET /global-vrouter-config/34ac33d4-7223-40b7-b082-da1d7603178b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004812 10.0.0.249 - - [2025-09-11 02:27:36] "GET /virtual-networks?parent_id=193df22e-f7a6-4e3b-8f3d-d1286d8ca3bd&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003294 10.0.0.249 - - [2025-09-11 02:27:36] "GET /virtual-network/24a82f12-833e-48a6-b799-fd1b5a72a5c9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.006812 10.0.0.249 - - [2025-09-11 02:27:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004323 10.0.0.249 - - [2025-09-11 02:27:37] "GET /global-vrouter-config/34ac33d4-7223-40b7-b082-da1d7603178b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003926 10.0.0.249 - - [2025-09-11 02:27:37] "GET /virtual-networks?parent_id=193df22e-f7a6-4e3b-8f3d-d1286d8ca3bd&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.002647 10.0.0.249 - - [2025-09-11 02:27:37] "GET /virtual-network/24a82f12-833e-48a6-b799-fd1b5a72a5c9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.006728 10.0.0.249 - - [2025-09-11 02:27:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003829 10.0.0.249 - - [2025-09-11 02:27:37] "GET /global-vrouter-config/34ac33d4-7223-40b7-b082-da1d7603178b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003923 10.0.0.249 - - [2025-09-11 02:27:37] "GET /virtual-networks?parent_id=193df22e-f7a6-4e3b-8f3d-d1286d8ca3bd&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003864 10.0.0.249 - - [2025-09-11 02:27:37] "GET /virtual-network/24a82f12-833e-48a6-b799-fd1b5a72a5c9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.008351 10.0.0.249 - - [2025-09-11 02:27:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.005526 10.0.0.249 - - [2025-09-11 02:27:37] "GET /global-vrouter-config/34ac33d4-7223-40b7-b082-da1d7603178b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.006308 10.0.0.249 - - [2025-09-11 02:27:37] "GET /virtual-networks?parent_id=193df22e-f7a6-4e3b-8f3d-d1286d8ca3bd&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003633 10.0.0.249 - - [2025-09-11 02:27:37] "GET /virtual-network/24a82f12-833e-48a6-b799-fd1b5a72a5c9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.005974 10.0.0.49 - - [2025-09-11 02:27:37] "GET /obj-perms HTTP/1.1" 200 5061 0.003856 10.0.0.249 - - [2025-09-11 02:27:37] "GET /obj-perms HTTP/1.1" 200 5061 0.004168 10.0.0.249 - - [2025-09-11 02:27:37] "GET /obj-perms HTTP/1.1" 200 5061 0.003547 10.0.0.49 - - [2025-09-11 02:27:37] "GET /obj-perms HTTP/1.1" 200 5061 0.003721 10.0.0.249 - - [2025-09-11 02:27:37] "POST /neutron/port HTTP/1.1" 200 1200 0.015474 10.0.0.249 - - [2025-09-11 02:27:37] "GET /virtual-machine/0ae9d462-44e0-4324-a1ff-2bfb9c479dab HTTP/1.1" 200 1297 0.005132 10.0.0.249 - - [2025-09-11 02:27:37] "GET /virtual-machine-interface/aa77c050-1c30-4377-8be0-413ad58a90b0 HTTP/1.1" 200 3169 0.008406 10.0.0.249 - - [2025-09-11 02:27:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003990 10.0.0.249 - - [2025-09-11 02:27:37] "GET /global-vrouter-config/34ac33d4-7223-40b7-b082-da1d7603178b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003653 10.0.0.249 - - [2025-09-11 02:27:37] "GET /virtual-networks?parent_id=193df22e-f7a6-4e3b-8f3d-d1286d8ca3bd&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003319 10.0.0.249 - - [2025-09-11 02:27:37] "GET /virtual-network/82a3cc07-8527-447e-b6f8-861cf3fd32a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3243 0.007190 10.0.0.249 - - [2025-09-11 02:27:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003064 10.0.0.249 - - [2025-09-11 02:27:38] "GET /global-vrouter-config/34ac33d4-7223-40b7-b082-da1d7603178b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004566 10.0.0.249 - - [2025-09-11 02:27:38] "GET /virtual-networks?parent_id=193df22e-f7a6-4e3b-8f3d-d1286d8ca3bd&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003431 10.0.0.249 - - [2025-09-11 02:27:38] "GET /virtual-network/82a3cc07-8527-447e-b6f8-861cf3fd32a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3243 0.005690 10.0.0.249 - - [2025-09-11 02:27:39] "POST /neutron/security_group HTTP/1.1" 200 2064 0.008431 10.0.0.249 - - [2025-09-11 02:27:41] "POST /neutron/port HTTP/1.1" 200 1201 0.014683 10.0.0.249 - - [2025-09-11 02:27:44] "POST /neutron/security_group HTTP/1.1" 200 2064 0.006935 10.0.0.249 - - [2025-09-11 02:27:49] "GET /virtual-machine/38103ac9-0bbf-47a7-b5ca-3a366cf43b27 HTTP/1.1" 200 1298 0.003964 10.0.0.249 - - [2025-09-11 02:27:49] "GET /virtual-machine-interface/cc09baf1-001e-4c2e-8fc8-08c74c634de8 HTTP/1.1" 200 3169 0.005326 10.0.0.249 - - [2025-09-11 02:27:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003256 10.0.0.249 - - [2025-09-11 02:27:49] "GET /global-vrouter-config/34ac33d4-7223-40b7-b082-da1d7603178b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003600 10.0.0.249 - - [2025-09-11 02:27:49] "GET /virtual-networks?parent_id=193df22e-f7a6-4e3b-8f3d-d1286d8ca3bd&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003411 10.0.0.249 - - [2025-09-11 02:27:49] "GET /virtual-network/5f1617e6-968d-4e14-9113-1dc21b98d2b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2957 0.006660 10.0.0.249 - - [2025-09-11 02:27:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003302 10.0.0.249 - - [2025-09-11 02:27:50] "GET /global-vrouter-config/34ac33d4-7223-40b7-b082-da1d7603178b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003853 10.0.0.249 - - [2025-09-11 02:27:50] "GET /virtual-networks?parent_id=193df22e-f7a6-4e3b-8f3d-d1286d8ca3bd&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.002918 10.0.0.249 - - [2025-09-11 02:27:50] "GET /virtual-network/5f1617e6-968d-4e14-9113-1dc21b98d2b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2957 0.005442 10.0.0.249 - - [2025-09-11 02:27:50] "GET /virtual-machine/433a8852-2bbf-43a3-935e-8c1413b601b3 HTTP/1.1" 200 1298 0.005054 10.0.0.249 - - [2025-09-11 02:27:50] "GET /virtual-machine-interface/7203e3c4-134a-47f0-83db-029d2c66588d HTTP/1.1" 200 3167 0.012271 10.0.0.249 - - [2025-09-11 02:27:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.009543 10.0.0.249 - - [2025-09-11 02:27:50] "GET /global-vrouter-config/34ac33d4-7223-40b7-b082-da1d7603178b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003880 10.0.0.249 - - [2025-09-11 02:27:50] "GET /virtual-networks?parent_id=193df22e-f7a6-4e3b-8f3d-d1286d8ca3bd&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003627 10.0.0.249 - - [2025-09-11 02:27:50] "GET /virtual-network/24a82f12-833e-48a6-b799-fd1b5a72a5c9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.005850 10.0.0.249 - - [2025-09-11 02:27:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003552 10.0.0.249 - - [2025-09-11 02:27:51] "GET /global-vrouter-config/34ac33d4-7223-40b7-b082-da1d7603178b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003463 10.0.0.249 - - [2025-09-11 02:27:51] "GET /virtual-networks?parent_id=193df22e-f7a6-4e3b-8f3d-d1286d8ca3bd&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.002860 10.0.0.249 - - [2025-09-11 02:27:52] "GET /virtual-network/24a82f12-833e-48a6-b799-fd1b5a72a5c9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.005796 10.0.0.249 - - [2025-09-11 02:28:12] "POST /neutron/network HTTP/1.1" 200 1023 0.012760 10.0.0.249 - - [2025-09-11 02:28:13] "POST /neutron/subnet HTTP/1.1" 200 1379 0.016658 10.0.0.249 - - [2025-09-11 02:28:13] "POST /neutron/network HTTP/1.1" 200 1013 0.008966 10.0.0.249 - - [2025-09-11 02:28:13] "GET /obj-perms HTTP/1.1" 200 5075 0.047737 10.0.0.22 - - [2025-09-11 02:28:14] "GET /obj-perms HTTP/1.1" 200 5075 0.057540 10.0.0.249 - - [2025-09-11 02:28:15] "GET /virtual-machine/433a8852-2bbf-43a3-935e-8c1413b601b3 HTTP/1.1" 200 1298 0.003850 10.0.0.249 - - [2025-09-11 02:28:16] "POST /neutron/port HTTP/1.1" 200 151 0.234181 10.0.0.249 - - [2025-09-11 02:28:17] "GET /virtual-machine/433a8852-2bbf-43a3-935e-8c1413b601b3 HTTP/1.1" 404 171 0.003464 10.0.0.249 - - [2025-09-11 02:28:17] "GET /virtual-machine/433a8852-2bbf-43a3-935e-8c1413b601b3 HTTP/1.1" 404 171 0.002793 10.0.0.249 - - [2025-09-11 02:28:17] "GET /virtual-machine/433a8852-2bbf-43a3-935e-8c1413b601b3 HTTP/1.1" 404 171 0.002785 10.0.0.249 - - [2025-09-11 02:28:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.002951 10.0.0.249 - - [2025-09-11 02:28:18] "GET /global-vrouter-config/34ac33d4-7223-40b7-b082-da1d7603178b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003543 10.0.0.249 - - [2025-09-11 02:28:18] "GET /virtual-networks?parent_id=193df22e-f7a6-4e3b-8f3d-d1286d8ca3bd&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003664 10.0.0.249 - - [2025-09-11 02:28:18] "POST /neutron/network HTTP/1.1" 200 1122 0.008686 10.0.0.249 - - [2025-09-11 02:28:18] "GET /virtual-network/24a82f12-833e-48a6-b799-fd1b5a72a5c9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.005874 10.0.0.249 - - [2025-09-11 02:28:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003068 10.0.0.249 - - [2025-09-11 02:28:18] "POST /neutron/subnet HTTP/1.1" 200 1385 0.012321 10.0.0.249 - - [2025-09-11 02:28:18] "GET /routing-instance/3bc6b8ce-baaf-40ce-8816-5d98b4165557?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1484 0.005100 10.0.0.249 - - [2025-09-11 02:28:18] "POST /neutron/network HTTP/1.1" 200 1112 0.009847 10.0.0.249 - - [2025-09-11 02:28:18] "GET /route-target/04d075df-bcc4-4b36-be92-d293c5b719c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 900 0.004271 10.0.0.49 - - [2025-09-11 02:28:18] "GET /obj-perms HTTP/1.1" 200 5061 0.004235 10.0.0.249 - - [2025-09-11 02:28:21] "GET /obj-perms HTTP/1.1" 200 5061 0.003992 10.0.0.249 - - [2025-09-11 02:28:21] "GET /virtual-machine/38103ac9-0bbf-47a7-b5ca-3a366cf43b27 HTTP/1.1" 200 1298 0.004034 10.0.0.249 - - [2025-09-11 02:28:22] "POST /neutron/port HTTP/1.1" 200 151 0.211689 10.0.0.249 - - [2025-09-11 02:28:23] "GET /virtual-machine/38103ac9-0bbf-47a7-b5ca-3a366cf43b27 HTTP/1.1" 404 171 0.003588 10.0.0.249 - - [2025-09-11 02:28:23] "GET /virtual-machine/38103ac9-0bbf-47a7-b5ca-3a366cf43b27 HTTP/1.1" 404 171 0.002753 10.0.0.249 - - [2025-09-11 02:28:23] "GET /virtual-machine/38103ac9-0bbf-47a7-b5ca-3a366cf43b27 HTTP/1.1" 404 171 0.003258 10.0.0.249 - - [2025-09-11 02:28:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003539 10.0.0.249 - - [2025-09-11 02:28:23] "GET /global-vrouter-config/34ac33d4-7223-40b7-b082-da1d7603178b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003834 10.0.0.249 - - [2025-09-11 02:28:23] "GET /virtual-networks?parent_id=193df22e-f7a6-4e3b-8f3d-d1286d8ca3bd&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.005028 10.0.0.249 - - [2025-09-11 02:28:23] "GET /virtual-network/5f1617e6-968d-4e14-9113-1dc21b98d2b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2957 0.005805 10.0.0.249 - - [2025-09-11 02:28:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003410 10.0.0.249 - - [2025-09-11 02:28:23] "GET /routing-instance/3a4046f9-adbb-4eae-b83e-f1da028d6aa9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1797 0.006084 10.0.0.249 - - [2025-09-11 02:28:23] "GET /route-target/534f5a22-b8dd-4b34-8b7f-65ad4e3d6e7f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.003788 10.0.0.49 - - [2025-09-11 02:28:24] "GET /obj-perms HTTP/1.1" 200 5061 0.004351 10.0.0.249 - - [2025-09-11 02:28:27] "GET /obj-perms HTTP/1.1" 200 5061 0.003846 10.0.0.49 - - [2025-09-11 02:28:33] "GET /obj-perms HTTP/1.1" 200 5061 0.003888 10.0.0.249 - - [2025-09-11 02:28:36] "GET /obj-perms HTTP/1.1" 200 5061 0.003821 10.0.0.49 - - [2025-09-11 02:28:42] "GET /obj-perms HTTP/1.1" 200 5061 0.003802 10.0.0.249 - - [2025-09-11 02:28:45] "GET /obj-perms HTTP/1.1" 200 5061 0.003721 10.0.0.249 - - [2025-09-11 02:28:45] "GET /virtual-machine/0ae9d462-44e0-4324-a1ff-2bfb9c479dab HTTP/1.1" 200 1297 0.003889 10.0.0.249 - - [2025-09-11 02:28:46] "POST /neutron/port HTTP/1.1" 200 151 0.225062 10.0.0.249 - - [2025-09-11 02:28:47] "GET /virtual-machine/0ae9d462-44e0-4324-a1ff-2bfb9c479dab HTTP/1.1" 404 171 0.003269 10.0.0.249 - - [2025-09-11 02:28:47] "GET /virtual-machine/0ae9d462-44e0-4324-a1ff-2bfb9c479dab HTTP/1.1" 404 171 0.002818 10.0.0.249 - - [2025-09-11 02:28:47] "GET /virtual-machine/0ae9d462-44e0-4324-a1ff-2bfb9c479dab HTTP/1.1" 404 171 0.003606 10.0.0.249 - - [2025-09-11 02:28:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003155 10.0.0.249 - - [2025-09-11 02:28:47] "GET /global-vrouter-config/34ac33d4-7223-40b7-b082-da1d7603178b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003903 10.0.0.249 - - [2025-09-11 02:28:47] "GET /virtual-networks?parent_id=193df22e-f7a6-4e3b-8f3d-d1286d8ca3bd&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003388 10.0.0.249 - - [2025-09-11 02:28:48] "GET /virtual-network/82a3cc07-8527-447e-b6f8-861cf3fd32a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3243 0.006972 10.0.0.249 - - [2025-09-11 02:28:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.002936 10.0.0.249 - - [2025-09-11 02:28:48] "GET /routing-instance/77b33e0d-e5ab-46d0-b9ca-9114151b2787?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1797 0.004140 10.0.0.249 - - [2025-09-11 02:28:48] "GET /route-target/20863a9f-3c3e-43a3-acdb-8f9d2478099e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.003363 10.0.0.249 - - [2025-09-11 02:28:48] "GET /obj-perms HTTP/1.1" 200 5061 0.003663 10.0.0.49 - - [2025-09-11 02:28:48] "GET /obj-perms HTTP/1.1" 200 5061 0.003629 10.0.0.249 - - [2025-09-11 02:28:51] "GET /obj-perms HTTP/1.1" 200 5061 0.004001 10.0.0.22 - - [2025-09-11 02:28:51] "GET /obj-perms HTTP/1.1" 200 5061 0.003670 10.0.0.249 - - [2025-09-11 02:28:51] "GET /virtual-network/5f1617e6-968d-4e14-9113-1dc21b98d2b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2957 0.011305 10.0.0.249 - - [2025-09-11 02:28:51] "POST /neutron/network HTTP/1.1" 200 1014 0.013586 10.0.0.249 - - [2025-09-11 02:28:51] "GET /virtual-network/5f1617e6-968d-4e14-9113-1dc21b98d2b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2643 0.007508 10.0.0.49 - - [2025-09-11 02:28:51] "POST /ref-update HTTP/1.1" 200 156 0.019324 10.0.0.249 - - [2025-09-11 02:28:51] "GET /virtual-network/82a3cc07-8527-447e-b6f8-861cf3fd32a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3243 0.005482 10.0.0.49 - - [2025-09-11 02:28:51] "POST /fqname-to-id HTTP/1.1" 404 207 0.011536 10.0.0.249 - - [2025-09-11 02:28:51] "POST /neutron/network HTTP/1.1" 200 1013 0.022691 10.0.0.249 - - [2025-09-11 02:28:51] "GET /virtual-network/82a3cc07-8527-447e-b6f8-861cf3fd32a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.009482 10.0.0.249 - - [2025-09-11 02:28:51] "DELETE /network-policy/fefca250-3c3a-4224-8e07-22b83bba118a HTTP/1.1" 200 115 0.067390 10.0.0.49 - - [2025-09-11 02:28:52] "POST /ref-update HTTP/1.1" 200 156 0.051014 10.0.0.249 - - [2025-09-11 02:28:52] "DELETE /network-policy/d095e956-3f6b-434d-8047-1a178b8dcd84 HTTP/1.1" 200 115 0.076241 10.0.0.249 - - [2025-09-11 02:28:52] "DELETE /network-policy/b9e69a29-00be-4456-83fd-cc768abf3b2e HTTP/1.1" 200 115 0.044742 10.0.0.249 - - [2025-09-11 02:28:52] "POST /neutron/network HTTP/1.1" 200 1014 0.008469 10.0.0.49 - - [2025-09-11 02:28:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003684 10.0.0.49 - - [2025-09-11 02:28:52] "POST /useragent-kv HTTP/1.1" 200 115 0.004762 10.0.0.49 - - [2025-09-11 02:28:53] "POST /useragent-kv HTTP/1.1" 200 115 0.005553 10.0.0.49 - - [2025-09-11 02:28:53] "POST /useragent-kv HTTP/1.1" 200 115 0.003480 10.0.0.49 - - [2025-09-11 02:28:53] "POST /useragent-kv HTTP/1.1" 200 115 0.002497 10.0.0.249 - - [2025-09-11 02:28:53] "POST /neutron/network HTTP/1.1" 200 151 0.162990 10.0.0.49 - - [2025-09-11 02:28:53] "DELETE /route-target/20863a9f-3c3e-43a3-acdb-8f9d2478099e HTTP/1.1" 200 115 0.029958 10.0.0.249 - - [2025-09-11 02:28:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003019 10.0.0.249 - - [2025-09-11 02:28:53] "DELETE /network-ipam/a697063e-16b1-4694-91c1-d2300bb6a671 HTTP/1.1" 200 115 0.033504 10.0.0.249 - - [2025-09-11 02:28:53] "POST /fqname-to-id HTTP/1.1" 404 203 0.004243 10.0.0.249 - - [2025-09-11 02:28:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003006 10.0.0.249 - - [2025-09-11 02:28:53] "DELETE /network-ipam/cd0a2cf0-10e8-4514-87ec-480711a10de5 HTTP/1.1" 200 115 0.033079 10.0.0.249 - - [2025-09-11 02:28:53] "POST /fqname-to-id HTTP/1.1" 404 203 0.004250 10.0.0.249 - - [2025-09-11 02:28:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003603 10.0.0.249 - - [2025-09-11 02:28:53] "DELETE /network-ipam/9676a431-7da4-491d-91a0-29bb571978f0 HTTP/1.1" 200 115 0.032001 10.0.0.249 - - [2025-09-11 02:28:53] "POST /fqname-to-id HTTP/1.1" 404 203 0.003256 10.0.0.49 - - [2025-09-11 02:28:56] "GET /projects?obj_uuids=193df22e-f7a6-4e3b-8f3d-d1286d8ca3bd&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001017 10.0.0.249 - - [2025-09-11 02:28:56] "GET /project/193df22e-f7a6-4e3b-8f3d-d1286d8ca3bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.033716 10.0.0.49 - - [2025-09-11 02:28:56] "GET /projects?obj_uuids=193df22e-f7a6-4e3b-8f3d-d1286d8ca3bd&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001015 10.0.0.249 - - [2025-09-11 02:28:56] "GET /project/193df22e-f7a6-4e3b-8f3d-d1286d8ca3bd?fields=virtual_networks HTTP/1.1" 200 1044 0.076138 10.0.0.49 - - [2025-09-11 02:28:56] "GET /projects?obj_uuids=193df22e-f7a6-4e3b-8f3d-d1286d8ca3bd&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001344 10.0.0.249 - - [2025-09-11 02:28:56] "GET /project/193df22e-f7a6-4e3b-8f3d-d1286d8ca3bd?fields=virtual_machine_interfaces HTTP/1.1" 200 1044 0.039243 10.0.0.49 - - [2025-09-11 02:28:56] "GET /projects?obj_uuids=193df22e-f7a6-4e3b-8f3d-d1286d8ca3bd&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001097 10.0.0.249 - - [2025-09-11 02:28:56] "GET /project/193df22e-f7a6-4e3b-8f3d-d1286d8ca3bd?fields=security_groups HTTP/1.1" 200 1276 0.038956 10.0.0.249 - - [2025-09-11 02:28:57] "POST /fqname-to-id HTTP/1.1" 404 190 0.333069 10.0.0.49 - - [2025-09-11 02:28:57] "GET /projects?obj_uuids=31d22def-b7df-4090-9ffb-615d641dfa23&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002717 10.0.0.49 - - [2025-09-11 02:28:57] "GET /domains?obj_uuids=6cefd47d-baca-4df6-a10c-ec963319da07&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000919 10.0.0.49 - - [2025-09-11 02:28:57] "GET /domain/6cefd47d-baca-4df6-a10c-ec963319da07?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.030342 10.0.0.49 - - [2025-09-11 02:28:57] "POST /id-to-fqname HTTP/1.1" 200 192 0.007103 10.0.0.49 - - [2025-09-11 02:28:57] "POST /fqname-to-id HTTP/1.1" 404 201 0.003767 10.0.0.49 - - [2025-09-11 02:28:57] "POST /security-groups HTTP/1.1" 200 593 0.031686 10.0.0.49 - - [2025-09-11 02:28:57] "POST /projects HTTP/1.1" 200 589 0.239170 10.0.0.49 - - [2025-09-11 02:28:57] "POST /fqname-to-id HTTP/1.1" 404 235 0.009119 10.0.0.49 - - [2025-09-11 02:28:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.306220 10.0.0.249 - - [2025-09-11 02:28:58] "GET /project/31d22def-b7df-4090-9ffb-615d641dfa23?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.476280 10.0.0.249 - - [2025-09-11 02:28:59] "GET / HTTP/1.1" 200 35931 0.001513 10.0.0.249 - - [2025-09-11 02:29:00] "POST /fqname-to-id HTTP/1.1" 401 293 0.000589 10.0.0.249 - - [2025-09-11 02:29:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.061332 10.0.0.49 - - [2025-09-11 02:29:01] "GET /projects?obj_uuids=31d22def-b7df-4090-9ffb-615d641dfa23&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000920 10.0.0.249 - - [2025-09-11 02:29:01] "GET /project/31d22def-b7df-4090-9ffb-615d641dfa23?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.047497 10.0.0.49 - - [2025-09-11 02:29:01] "POST /ref-update HTTP/1.1" 200 156 0.031744 10.0.0.49 - - [2025-09-11 02:29:01] "POST /useragent-kv HTTP/1.1" 200 115 0.014562 10.0.0.249 - - [2025-09-11 02:29:01] "POST /neutron/subnet HTTP/1.1" 200 725 0.221427 10.0.0.249 - - [2025-09-11 02:29:01] "POST /id-to-fqname HTTP/1.1" 200 222 0.001664 10.0.0.249 - - [2025-09-11 02:29:01] "GET /virtual-network/b8d9d058-89f0-422d-8e99-05d517e334af?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.006021 10.0.0.249 - - [2025-09-11 02:29:01] "GET /virtual-network/b8d9d058-89f0-422d-8e99-05d517e334af?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.006474 10.0.0.249 - - [2025-09-11 02:29:01] "POST /neutron/network HTTP/1.1" 200 826 0.006388 10.0.0.249 - - [2025-09-11 02:29:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003106 10.0.0.49 - - [2025-09-11 02:29:01] "GET /projects?obj_uuids=31d22def-b7df-4090-9ffb-615d641dfa23&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000983 10.0.0.249 - - [2025-09-11 02:29:01] "GET /project/31d22def-b7df-4090-9ffb-615d641dfa23?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.043885 10.0.0.49 - - [2025-09-11 02:29:01] "GET /projects?obj_uuids=31d22def-b7df-4090-9ffb-615d641dfa23&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000996 10.0.0.249 - - [2025-09-11 02:29:02] "POST /neutron/network HTTP/1.1" 200 607 0.133975 10.0.0.249 - - [2025-09-11 02:29:02] "POST /id-to-fqname HTTP/1.1" 200 222 0.003201 10.0.0.249 - - [2025-09-11 02:29:02] "GET /virtual-network/4f1e16fb-ad57-43c5-8e65-c1889f717b1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.004853 10.0.0.249 - - [2025-09-11 02:29:02] "POST /neutron/network HTTP/1.1" 200 827 0.005859 10.0.0.249 - - [2025-09-11 02:29:02] "GET /virtual-network/4f1e16fb-ad57-43c5-8e65-c1889f717b1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005913 10.0.0.249 - - [2025-09-11 02:29:02] "POST /fqname-to-id HTTP/1.1" 404 228 0.003094 10.0.0.249 - - [2025-09-11 02:29:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003419 10.0.0.49 - - [2025-09-11 02:29:02] "GET /projects?obj_uuids=31d22def-b7df-4090-9ffb-615d641dfa23&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001033 10.0.0.249 - - [2025-09-11 02:29:02] "GET /project/31d22def-b7df-4090-9ffb-615d641dfa23?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.048808 10.0.0.249 - - [2025-09-11 02:29:02] "POST /network-policys HTTP/1.1" 200 571 0.029811 10.0.0.249 - - [2025-09-11 02:29:02] "GET /network-policy/0248edc2-531e-4ee1-b94d-70faeaa114db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2151 0.006717 10.0.0.249 - - [2025-09-11 02:29:02] "POST /neutron/network HTTP/1.1" 200 826 0.005957 10.0.0.49 - - [2025-09-11 02:29:02] "POST /fqname-to-id HTTP/1.1" 404 236 0.006924 10.0.0.249 - - [2025-09-11 02:29:02] "GET /virtual-network/b8d9d058-89f0-422d-8e99-05d517e334af?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2363 0.006684 10.0.0.249 - - [2025-09-11 02:29:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.002747 10.0.0.249 - - [2025-09-11 02:29:02] "GET /network-policy/0248edc2-531e-4ee1-b94d-70faeaa114db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2151 0.003845 10.0.0.249 - - [2025-09-11 02:29:02] "POST /neutron/network HTTP/1.1" 200 827 0.006277 10.0.0.49 - - [2025-09-11 02:29:02] "POST /fqname-to-id HTTP/1.1" 404 236 0.011088 10.0.0.249 - - [2025-09-11 02:29:02] "GET /virtual-network/4f1e16fb-ad57-43c5-8e65-c1889f717b1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2365 0.006339 10.0.0.249 - - [2025-09-11 02:29:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.002293 10.0.0.249 - - [2025-09-11 02:29:03] "GET /network-policy/0248edc2-531e-4ee1-b94d-70faeaa114db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2151 0.012046 10.0.0.249 - - [2025-09-11 02:29:03] "GET /virtual-network/b8d9d058-89f0-422d-8e99-05d517e334af?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2363 0.005648 10.0.0.49 - - [2025-09-11 02:29:04] "GET /obj-perms HTTP/1.1" 200 5053 0.046715 10.0.0.249 - - [2025-09-11 02:29:05] "GET /virtual-network/4f1e16fb-ad57-43c5-8e65-c1889f717b1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2365 0.005430 10.0.0.249 - - [2025-09-11 02:29:05] "POST /id-to-fqname HTTP/1.1" 200 222 0.001335 10.0.0.249 - - [2025-09-11 02:29:05] "POST /neutron/network HTTP/1.1" 200 938 0.006121 10.0.0.49 - - [2025-09-11 02:29:06] "GET /projects?obj_uuids=31d22def-b7df-4090-9ffb-615d641dfa23&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001073 10.0.0.249 - - [2025-09-11 02:29:06] "GET /project/31d22def-b7df-4090-9ffb-615d641dfa23?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.055790 10.0.0.249 - - [2025-09-11 02:29:06] "POST /neutron/port HTTP/1.1" 200 117 0.006552 10.0.0.249 - - [2025-09-11 02:29:06] "POST /id-to-fqname HTTP/1.1" 200 222 0.001193 10.0.0.249 - - [2025-09-11 02:29:06] "POST /neutron/network HTTP/1.1" 200 938 0.006424 10.0.0.249 - - [2025-09-11 02:29:07] "POST /neutron/port HTTP/1.1" 200 1062 0.013154 10.0.0.49 - - [2025-09-11 02:29:07] "GET /projects?obj_uuids=31d22def-b7df-4090-9ffb-615d641dfa23&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001420 10.0.0.249 - - [2025-09-11 02:29:07] "GET /project/31d22def-b7df-4090-9ffb-615d641dfa23?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.096570 10.0.0.249 - - [2025-09-11 02:29:07] "POST /neutron/network HTTP/1.1" 200 929 0.028702 10.0.0.249 - - [2025-09-11 02:29:07] "POST /neutron/port HTTP/1.1" 200 117 0.000998 10.0.0.249 - - [2025-09-11 02:29:07] "POST /neutron/security_group HTTP/1.1" 200 2060 0.006585 10.0.0.249 - - [2025-09-11 02:29:07] "POST /neutron/security_group HTTP/1.1" 200 2060 0.007614 10.0.0.49 - - [2025-09-11 02:29:08] "PUT /access-control-list/dd55c9f0-4d46-4022-b28c-59793f378ff1 HTTP/1.1" 200 272 0.019857 10.0.0.249 - - [2025-09-11 02:29:08] "POST /neutron/port HTTP/1.1" 200 1063 0.047231 10.0.0.249 - - [2025-09-11 02:29:08] "POST /neutron/port HTTP/1.1" 200 1091 0.015146 10.0.0.249 - - [2025-09-11 02:29:08] "POST /neutron/port HTTP/1.1" 200 117 0.001084 10.0.0.249 - - [2025-09-11 02:29:12] "POST /neutron/security_group HTTP/1.1" 200 2060 0.007080 10.0.0.249 - - [2025-09-11 02:29:13] "POST /neutron/port HTTP/1.1" 200 1090 0.014891 10.0.0.249 - - [2025-09-11 02:29:13] "GET /virtual-machine/f5e0a11a-2580-44f9-a1c0-95cca0bc456e HTTP/1.1" 401 293 0.000520 10.0.0.249 - - [2025-09-11 02:29:13] "GET /virtual-machine/f5e0a11a-2580-44f9-a1c0-95cca0bc456e HTTP/1.1" 200 1295 0.028400 10.0.0.249 - - [2025-09-11 02:29:13] "GET /virtual-machine-interface/b2687a7c-991c-4a8c-96b4-0f287d0285b8 HTTP/1.1" 200 2952 0.005096 10.0.0.249 - - [2025-09-11 02:29:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002944 10.0.0.249 - - [2025-09-11 02:29:13] "GET /global-vrouter-config/34ac33d4-7223-40b7-b082-da1d7603178b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003234 10.0.0.249 - - [2025-09-11 02:29:13] "GET /virtual-networks?parent_id=31d22def-b7df-4090-9ffb-615d641dfa23&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.002626 10.0.0.249 - - [2025-09-11 02:29:13] "GET /virtual-network/b8d9d058-89f0-422d-8e99-05d517e334af?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2363 0.005506 10.0.0.249 - - [2025-09-11 02:29:15] "GET /obj-perms HTTP/1.1" 200 5075 0.094043 10.0.0.249 - - [2025-09-11 02:29:15] "POST /neutron/port HTTP/1.1" 200 1090 0.041269 10.0.0.249 - - [2025-09-11 02:29:15] "POST /neutron/subnet HTTP/1.1" 200 699 0.008686 10.0.0.249 - - [2025-09-11 02:29:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003429 10.0.0.249 - - [2025-09-11 02:29:16] "GET /virtual-network/b8d9d058-89f0-422d-8e99-05d517e334af?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2363 0.005057 10.0.0.249 - - [2025-09-11 02:29:18] "POST /neutron/port HTTP/1.1" 200 1091 0.014746 10.0.0.249 - - [2025-09-11 02:29:19] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003664 10.0.0.249 - - [2025-09-11 02:29:19] "POST /neutron/network HTTP/1.1" 200 929 0.006185 10.0.0.249 - - [2025-09-11 02:29:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003157 10.0.0.249 - - [2025-09-11 02:29:20] "GET /virtual-network/b8d9d058-89f0-422d-8e99-05d517e334af?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2363 0.005583 10.0.0.249 - - [2025-09-11 02:29:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003611 10.0.0.249 - - [2025-09-11 02:29:24] "GET /virtual-network/b8d9d058-89f0-422d-8e99-05d517e334af?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2363 0.005245 10.0.0.249 - - [2025-09-11 02:29:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004160 10.0.0.249 - - [2025-09-11 02:29:28] "GET /virtual-network/b8d9d058-89f0-422d-8e99-05d517e334af?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2363 0.005594 10.0.0.249 - - [2025-09-11 02:29:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003540 10.0.0.249 - - [2025-09-11 02:29:32] "GET /virtual-network/b8d9d058-89f0-422d-8e99-05d517e334af?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2363 0.004792 10.0.0.249 - - [2025-09-11 02:29:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003718 10.0.0.249 - - [2025-09-11 02:29:37] "GET /virtual-network/b8d9d058-89f0-422d-8e99-05d517e334af?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2363 0.005677 10.0.0.249 - - [2025-09-11 02:29:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003584 10.0.0.249 - - [2025-09-11 02:29:41] "GET /virtual-network/b8d9d058-89f0-422d-8e99-05d517e334af?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2363 0.007052 10.0.0.249 - - [2025-09-11 02:29:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003149 10.0.0.249 - - [2025-09-11 02:29:45] "GET /virtual-network/b8d9d058-89f0-422d-8e99-05d517e334af?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2363 0.005813 10.0.0.249 - - [2025-09-11 02:29:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003674 10.0.0.249 - - [2025-09-11 02:29:47] "GET /global-vrouter-config/34ac33d4-7223-40b7-b082-da1d7603178b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004403 10.0.0.249 - - [2025-09-11 02:29:47] "GET /virtual-networks?parent_id=31d22def-b7df-4090-9ffb-615d641dfa23&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003098 10.0.0.249 - - [2025-09-11 02:29:47] "GET /virtual-network/b8d9d058-89f0-422d-8e99-05d517e334af?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2363 0.005911 10.0.0.249 - - [2025-09-11 02:29:52] "POST /neutron/port HTTP/1.1" 200 1090 0.014851 10.0.0.249 - - [2025-09-11 02:29:54] "POST /neutron/security_group HTTP/1.1" 200 2060 0.026982 10.0.0.49 - - [2025-09-11 02:29:56] "DELETE /project/193df22e-f7a6-4e3b-8f3d-d1286d8ca3bd HTTP/1.1" 404 177 0.004186 10.0.0.49 - - [2025-09-11 02:29:56] "DELETE /project/31d22defb7df40909ffb615d641dfa23 HTTP/1.1" 404 173 0.006386 10.0.0.249 - - [2025-09-11 02:30:02] "POST /neutron/port HTTP/1.1" 200 1090 0.020008 10.0.0.249 - - [2025-09-11 02:30:08] "POST /neutron/security_group HTTP/1.1" 200 2060 0.007242 10.0.0.249 - - [2025-09-11 02:30:08] "POST /neutron/port HTTP/1.1" 200 1091 0.013029 10.0.0.249 - - [2025-09-11 02:30:08] "GET /virtual-machine/41158240-62cb-407f-92ab-56071e5c06e0 HTTP/1.1" 200 1294 0.005677 10.0.0.249 - - [2025-09-11 02:30:08] "GET /virtual-machine-interface/f955acd4-bc4c-4864-bc20-b4a8046b6810 HTTP/1.1" 200 2952 0.004855 10.0.0.249 - - [2025-09-11 02:30:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.002934 10.0.0.249 - - [2025-09-11 02:30:08] "GET /global-vrouter-config/34ac33d4-7223-40b7-b082-da1d7603178b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003560 10.0.0.249 - - [2025-09-11 02:30:08] "GET /virtual-networks?parent_id=31d22def-b7df-4090-9ffb-615d641dfa23&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.002958 10.0.0.249 - - [2025-09-11 02:30:08] "GET /virtual-network/4f1e16fb-ad57-43c5-8e65-c1889f717b1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2365 0.005151 10.0.0.249 - - [2025-09-11 02:30:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003422 10.0.0.249 - - [2025-09-11 02:30:09] "GET /global-vrouter-config/34ac33d4-7223-40b7-b082-da1d7603178b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003619 10.0.0.249 - - [2025-09-11 02:30:09] "GET /virtual-networks?parent_id=31d22def-b7df-4090-9ffb-615d641dfa23&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.002776 10.0.0.249 - - [2025-09-11 02:30:09] "GET /virtual-network/4f1e16fb-ad57-43c5-8e65-c1889f717b1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2365 0.005545 10.0.0.249 - - [2025-09-11 02:30:09] "POST /neutron/security_group HTTP/1.1" 200 2060 0.007443 10.0.0.22 - - [2025-09-11 02:30:15] "GET /obj-perms HTTP/1.1" 200 5075 0.044303 10.0.0.49 - - [2025-09-11 02:30:15] "GET /obj-perms HTTP/1.1" 200 5075 0.046162 10.0.0.249 - - [2025-09-11 02:30:15] "POST /neutron/port HTTP/1.1" 200 1090 0.014645 10.0.0.249 - - [2025-09-11 02:30:15] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003740 10.0.0.249 - - [2025-09-11 02:30:16] "POST /neutron/network HTTP/1.1" 200 928 0.020871 10.0.0.249 - - [2025-09-11 02:30:18] "POST /neutron/port HTTP/1.1" 200 1091 0.014112 10.0.0.249 - - [2025-09-11 02:30:19] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003749 10.0.0.249 - - [2025-09-11 02:30:19] "POST /neutron/network HTTP/1.1" 200 929 0.006917 10.0.0.249 - - [2025-09-11 02:30:25] "POST /neutron/port HTTP/1.1" 200 1091 0.014101 10.0.0.22 - - [2025-09-11 02:31:10] "GET /global-system-configs HTTP/1.1" 200 322 0.040551 10.0.0.49 - - [2025-09-11 02:31:10] "GET /global-system-configs HTTP/1.1" 200 322 0.026918 10.0.0.22 - - [2025-09-11 02:31:10] "GET /global-system-configs HTTP/1.1" 200 322 0.063356 10.0.0.49 - - [2025-09-11 02:31:10] "GET /global-system-configs HTTP/1.1" 200 322 0.118829 10.0.0.22 - - [2025-09-11 02:31:11] "GET /obj-perms HTTP/1.1" 200 5075 0.213819 10.0.0.49 - - [2025-09-11 02:31:11] "GET /obj-perms HTTP/1.1" 200 5075 0.227284 10.0.0.249 - - [2025-09-11 02:31:11] "GET /obj-perms HTTP/1.1" 200 5075 0.246444 10.0.0.249 - - [2025-09-11 02:31:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003553 10.0.0.49 - - [2025-09-11 02:31:11] "GET /projects?obj_uuids=31d22def-b7df-4090-9ffb-615d641dfa23&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001010 10.0.0.249 - - [2025-09-11 02:31:11] "GET /project/31d22def-b7df-4090-9ffb-615d641dfa23?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.046514 10.0.0.249 - - [2025-09-11 02:31:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003462 10.0.0.249 - - [2025-09-11 02:31:11] "PUT /network-policy/0248edc2-531e-4ee1-b94d-70faeaa114db HTTP/1.1" 200 262 0.014512 10.0.0.249 - - [2025-09-11 02:31:11] "GET /global-system-configs HTTP/1.1" 200 322 0.047302 10.0.0.49 - - [2025-09-11 02:31:11] "PUT /access-control-list/e1203aa5-e283-4848-8231-c520ca3d7869 HTTP/1.1" 200 272 0.037473 10.0.0.49 - - [2025-09-11 02:31:11] "POST /ref-update HTTP/1.1" 200 156 0.046035 10.0.0.249 - - [2025-09-11 02:31:12] "GET /global-system-configs HTTP/1.1" 200 322 0.101603 10.0.0.22 - - [2025-09-11 02:31:12] "GET /obj-perms HTTP/1.1" 200 5075 0.127784 10.0.0.249 - - [2025-09-11 02:31:12] "GET /obj-perms HTTP/1.1" 200 5075 0.141347 10.0.0.49 - - [2025-09-11 02:31:12] "GET /obj-perms HTTP/1.1" 200 5075 0.158412 10.0.0.249 - - [2025-09-11 02:31:14] "GET /virtual-network/4f1e16fb-ad57-43c5-8e65-c1889f717b1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2365 0.005738 10.0.0.249 - - [2025-09-11 02:31:15] "POST /neutron/network HTTP/1.1" 200 827 0.083438 10.0.0.249 - - [2025-09-11 02:31:15] "GET /virtual-network/4f1e16fb-ad57-43c5-8e65-c1889f717b1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.006058 10.0.0.249 - - [2025-09-11 02:31:15] "GET /virtual-network/b8d9d058-89f0-422d-8e99-05d517e334af?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2363 0.005050 10.0.0.249 - - [2025-09-11 02:31:15] "POST /neutron/network HTTP/1.1" 200 826 0.071909 10.0.0.249 - - [2025-09-11 02:31:15] "GET /virtual-network/b8d9d058-89f0-422d-8e99-05d517e334af?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.014448 10.0.0.249 - - [2025-09-11 02:31:15] "DELETE /network-policy/0248edc2-531e-4ee1-b94d-70faeaa114db HTTP/1.1" 200 115 0.037873 10.0.0.249 - - [2025-09-11 02:31:15] "POST /neutron/network HTTP/1.1" 400 204 0.012988 10.0.0.249 - - [2025-09-11 02:31:15] "POST /neutron/port HTTP/1.1" 200 1117 0.010127 10.0.0.249 - - [2025-09-11 02:31:15] "POST /neutron/port HTTP/1.1" 200 151 0.204386 10.0.0.249 - - [2025-09-11 02:31:16] "POST /neutron/network HTTP/1.1" 200 1485 0.013102 10.0.0.49 - - [2025-09-11 02:31:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.008695 10.0.0.49 - - [2025-09-11 02:31:17] "POST /useragent-kv HTTP/1.1" 200 115 0.004268 10.0.0.49 - - [2025-09-11 02:31:17] "POST /useragent-kv HTTP/1.1" 200 115 0.002198 10.0.0.249 - - [2025-09-11 02:31:17] "POST /neutron/network HTTP/1.1" 200 151 0.125385 10.0.0.49 - - [2025-09-11 02:31:17] "DELETE /route-target/6756ef31-131d-4400-af36-bdfef95dca23 HTTP/1.1" 200 115 0.022866 10.0.0.49 - - [2025-09-11 02:31:19] "GET /projects?obj_uuids=31d22def-b7df-4090-9ffb-615d641dfa23&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000991 10.0.0.249 - - [2025-09-11 02:31:19] "GET /project/31d22def-b7df-4090-9ffb-615d641dfa23?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.045088 10.0.0.49 - - [2025-09-11 02:31:19] "GET /projects?obj_uuids=31d22def-b7df-4090-9ffb-615d641dfa23&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001286 10.0.0.249 - - [2025-09-11 02:31:19] "GET /project/31d22def-b7df-4090-9ffb-615d641dfa23?fields=virtual_networks HTTP/1.1" 200 1036 0.046168 10.0.0.49 - - [2025-09-11 02:31:19] "GET /projects?obj_uuids=31d22def-b7df-4090-9ffb-615d641dfa23&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001121 10.0.0.249 - - [2025-09-11 02:31:19] "GET /project/31d22def-b7df-4090-9ffb-615d641dfa23?fields=virtual_machine_interfaces HTTP/1.1" 200 1036 0.047573 10.0.0.49 - - [2025-09-11 02:31:19] "GET /projects?obj_uuids=31d22def-b7df-4090-9ffb-615d641dfa23&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001531 10.0.0.249 - - [2025-09-11 02:31:19] "GET /project/31d22def-b7df-4090-9ffb-615d641dfa23?fields=security_groups HTTP/1.1" 200 1264 0.049502 10.0.0.249 - - [2025-09-11 02:31:20] "POST /fqname-to-id HTTP/1.1" 404 200 0.023852 10.0.0.49 - - [2025-09-11 02:31:20] "GET /projects?obj_uuids=1b91080a-bddf-4fa7-a935-5d306d3b0c61&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003584 10.0.0.49 - - [2025-09-11 02:31:20] "GET /domains?obj_uuids=6cefd47d-baca-4df6-a10c-ec963319da07&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000921 10.0.0.49 - - [2025-09-11 02:31:20] "GET /domain/6cefd47d-baca-4df6-a10c-ec963319da07?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006858 10.0.0.49 - - [2025-09-11 02:31:20] "POST /id-to-fqname HTTP/1.1" 200 202 0.003619 10.0.0.49 - - [2025-09-11 02:31:20] "POST /fqname-to-id HTTP/1.1" 404 211 0.007421 10.0.0.49 - - [2025-09-11 02:31:20] "POST /security-groups HTTP/1.1" 200 603 0.069371 10.0.0.49 - - [2025-09-11 02:31:20] "POST /projects HTTP/1.1" 200 609 0.273661 10.0.0.49 - - [2025-09-11 02:31:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.347532 10.0.0.49 - - [2025-09-11 02:31:20] "POST /fqname-to-id HTTP/1.1" 404 245 0.036351 10.0.0.249 - - [2025-09-11 02:31:20] "GET /project/1b91080a-bddf-4fa7-a935-5d306d3b0c61?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.492854 10.0.0.249 - - [2025-09-11 02:31:21] "GET / HTTP/1.1" 200 35931 0.001491 10.0.0.249 - - [2025-09-11 02:31:25] "GET /project/1b91080a-bddf-4fa7-a935-5d306d3b0c61?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000416 10.0.0.49 - - [2025-09-11 02:31:25] "GET /projects?obj_uuids=1b91080a-bddf-4fa7-a935-5d306d3b0c61&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.026523 10.0.0.249 - - [2025-09-11 02:31:25] "GET /project/1b91080a-bddf-4fa7-a935-5d306d3b0c61?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.089543 10.0.0.249 - - [2025-09-11 02:31:26] "GET / HTTP/1.1" 200 35931 0.001749 10.0.0.249 - - [2025-09-11 02:31:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003261 10.0.0.49 - - [2025-09-11 02:31:26] "GET /domains?obj_uuids=6cefd47d-baca-4df6-a10c-ec963319da07&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000864 10.0.0.249 - - [2025-09-11 02:31:26] "GET /domain/6cefd47d-baca-4df6-a10c-ec963319da07?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.006794 10.0.0.249 - - [2025-09-11 02:31:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003888 10.0.0.49 - - [2025-09-11 02:31:26] "GET /projects?obj_uuids=1b91080a-bddf-4fa7-a935-5d306d3b0c61&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001182 10.0.0.249 - - [2025-09-11 02:31:26] "GET /project/1b91080a-bddf-4fa7-a935-5d306d3b0c61?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.043814 10.0.0.249 - - [2025-09-11 02:31:27] "GET /domains HTTP/1.1" 401 293 0.000367 10.0.0.249 - - [2025-09-11 02:31:27] "GET /domains HTTP/1.1" 200 280 0.025904 10.0.0.49 - - [2025-09-11 02:31:27] "GET /domains?obj_uuids=6cefd47d-baca-4df6-a10c-ec963319da07&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001029 10.0.0.249 - - [2025-09-11 02:31:27] "GET /domain/6cefd47d-baca-4df6-a10c-ec963319da07 HTTP/1.1" 200 2773 0.008960 10.0.0.49 - - [2025-09-11 02:31:28] "GET /projects?obj_uuids=1b91080a-bddf-4fa7-a935-5d306d3b0c61&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000947 10.0.0.249 - - [2025-09-11 02:31:28] "GET /project/1b91080a-bddf-4fa7-a935-5d306d3b0c61 HTTP/1.1" 200 1924 0.091489 10.0.0.249 - - [2025-09-11 02:31:28] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 545 0.006392 10.0.0.249 - - [2025-09-11 02:31:28] "POST /network-ipams HTTP/1.1" 200 621 0.037755 10.0.0.249 - - [2025-09-11 02:31:28] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 810 0.003900 10.0.0.249 - - [2025-09-11 02:31:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003464 10.0.0.249 - - [2025-09-11 02:31:28] "GET /network-ipam/8705247c-b6df-418b-9d1e-8fb92040515b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.006414 10.0.0.249 - - [2025-09-11 02:31:28] "PUT /network-ipam/8705247c-b6df-418b-9d1e-8fb92040515b HTTP/1.1" 200 258 0.014415 10.0.0.249 - - [2025-09-11 02:31:28] "POST /fqname-to-id HTTP/1.1" 401 293 0.000401 10.0.0.249 - - [2025-09-11 02:31:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.025169 10.0.0.49 - - [2025-09-11 02:31:28] "GET /projects?obj_uuids=1b91080a-bddf-4fa7-a935-5d306d3b0c61&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001213 10.0.0.249 - - [2025-09-11 02:31:28] "GET /project/1b91080a-bddf-4fa7-a935-5d306d3b0c61?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.038368 10.0.0.249 - - [2025-09-11 02:31:28] "POST /neutron/network HTTP/1.1" 200 117 0.033226 10.0.0.49 - - [2025-09-11 02:31:29] "POST /ref-update HTTP/1.1" 200 156 0.025350 10.0.0.49 - - [2025-09-11 02:31:29] "POST /useragent-kv HTTP/1.1" 200 115 0.006137 10.0.0.249 - - [2025-09-11 02:31:29] "POST /neutron/subnet HTTP/1.1" 200 701 0.209633 10.0.0.249 - - [2025-09-11 02:31:29] "POST /id-to-fqname HTTP/1.1" 200 235 0.001397 10.0.0.249 - - [2025-09-11 02:31:29] "GET /virtual-network/f9b58c9e-811e-415f-82e8-f2b78e40bf61?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3176 0.007044 10.0.0.249 - - [2025-09-11 02:31:29] "POST /neutron/network HTTP/1.1" 200 1337 0.010619 10.0.0.249 - - [2025-09-11 02:31:29] "GET /virtual-network/f9b58c9e-811e-415f-82e8-f2b78e40bf61?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3176 0.007060 10.0.0.249 - - [2025-09-11 02:31:30] "POST /neutron/subnet HTTP/1.1" 200 701 0.008772 10.0.0.249 - - [2025-09-11 02:31:30] "GET /virtual-network/f9b58c9e-811e-415f-82e8-f2b78e40bf61?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3176 0.005625 10.0.0.249 - - [2025-09-11 02:31:31] "POST /fqname-to-id HTTP/1.1" 404 229 0.003242 10.0.0.249 - - [2025-09-11 02:31:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.002917 10.0.0.49 - - [2025-09-11 02:31:31] "GET /projects?obj_uuids=1b91080a-bddf-4fa7-a935-5d306d3b0c61&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000982 10.0.0.249 - - [2025-09-11 02:31:32] "GET /project/1b91080a-bddf-4fa7-a935-5d306d3b0c61?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.044341 10.0.0.249 - - [2025-09-11 02:31:32] "POST /network-policys HTTP/1.1" 200 563 0.030107 10.0.0.249 - - [2025-09-11 02:31:32] "GET /network-policy/36d56b76-d341-458c-8faf-443f51c301da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.006084 10.0.0.249 - - [2025-09-11 02:31:32] "POST /fqname-to-id HTTP/1.1" 404 229 0.003230 10.0.0.249 - - [2025-09-11 02:31:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003924 10.0.0.49 - - [2025-09-11 02:31:32] "GET /projects?obj_uuids=1b91080a-bddf-4fa7-a935-5d306d3b0c61&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001302 10.0.0.249 - - [2025-09-11 02:31:32] "GET /project/1b91080a-bddf-4fa7-a935-5d306d3b0c61?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.045492 10.0.0.249 - - [2025-09-11 02:31:32] "POST /network-policys HTTP/1.1" 200 563 0.027672 10.0.0.249 - - [2025-09-11 02:31:32] "GET /network-policy/04ad6458-4859-4e7a-9a40-4babfa0b6d89?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 8879 0.008958 10.0.0.249 - - [2025-09-11 02:31:32] "POST /fqname-to-id HTTP/1.1" 404 229 0.008815 10.0.0.249 - - [2025-09-11 02:31:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003381 10.0.0.49 - - [2025-09-11 02:31:32] "GET /projects?obj_uuids=1b91080a-bddf-4fa7-a935-5d306d3b0c61&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000913 10.0.0.249 - - [2025-09-11 02:31:32] "GET /project/1b91080a-bddf-4fa7-a935-5d306d3b0c61?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.035962 10.0.0.249 - - [2025-09-11 02:31:32] "POST /network-policys HTTP/1.1" 200 563 0.034107 10.0.0.249 - - [2025-09-11 02:31:32] "GET /network-policy/082237b1-32a6-4bc1-b02d-757c8aeac7ef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5023 0.006231 10.0.0.249 - - [2025-09-11 02:31:33] "POST /fqname-to-id HTTP/1.1" 404 229 0.003218 10.0.0.249 - - [2025-09-11 02:31:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003568 10.0.0.49 - - [2025-09-11 02:31:33] "GET /projects?obj_uuids=1b91080a-bddf-4fa7-a935-5d306d3b0c61&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000916 10.0.0.249 - - [2025-09-11 02:31:33] "GET /project/1b91080a-bddf-4fa7-a935-5d306d3b0c61?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.053349 10.0.0.249 - - [2025-09-11 02:31:33] "POST /network-policys HTTP/1.1" 200 563 0.028147 10.0.0.249 - - [2025-09-11 02:31:33] "GET /network-policy/6f997add-237c-4963-9df3-7de097a82c09?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.005743 10.0.0.249 - - [2025-09-11 02:31:33] "POST /fqname-to-id HTTP/1.1" 404 229 0.003338 10.0.0.249 - - [2025-09-11 02:31:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003455 10.0.0.49 - - [2025-09-11 02:31:33] "GET /projects?obj_uuids=1b91080a-bddf-4fa7-a935-5d306d3b0c61&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001005 10.0.0.249 - - [2025-09-11 02:31:33] "GET /project/1b91080a-bddf-4fa7-a935-5d306d3b0c61?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.052146 10.0.0.249 - - [2025-09-11 02:31:33] "POST /network-policys HTTP/1.1" 200 563 0.028071 10.0.0.249 - - [2025-09-11 02:31:33] "GET /network-policy/5e3c432b-11dd-49e2-852f-64ba25afea0d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5023 0.005821 10.0.0.249 - - [2025-09-11 02:31:33] "POST /fqname-to-id HTTP/1.1" 404 229 0.003229 10.0.0.249 - - [2025-09-11 02:31:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003854 10.0.0.49 - - [2025-09-11 02:31:33] "GET /projects?obj_uuids=1b91080a-bddf-4fa7-a935-5d306d3b0c61&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001250 10.0.0.249 - - [2025-09-11 02:31:34] "GET /project/1b91080a-bddf-4fa7-a935-5d306d3b0c61?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.045596 10.0.0.249 - - [2025-09-11 02:31:34] "POST /network-policys HTTP/1.1" 200 563 0.039459 10.0.0.249 - - [2025-09-11 02:31:34] "GET /network-policy/70ae3555-4650-4450-afbb-38669fd15bc2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.006624 10.0.0.249 - - [2025-09-11 02:31:34] "POST /fqname-to-id HTTP/1.1" 404 229 0.003450 10.0.0.249 - - [2025-09-11 02:31:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.002953 10.0.0.49 - - [2025-09-11 02:31:34] "GET /projects?obj_uuids=1b91080a-bddf-4fa7-a935-5d306d3b0c61&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000979 10.0.0.249 - - [2025-09-11 02:31:34] "GET /project/1b91080a-bddf-4fa7-a935-5d306d3b0c61?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.041811 10.0.0.249 - - [2025-09-11 02:31:34] "POST /network-policys HTTP/1.1" 200 563 0.028795 10.0.0.249 - - [2025-09-11 02:31:34] "GET /network-policy/d3e794d2-1902-4166-823e-6bdda4af9414?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.005728 10.0.0.249 - - [2025-09-11 02:31:34] "POST /fqname-to-id HTTP/1.1" 404 229 0.002959 10.0.0.249 - - [2025-09-11 02:31:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.002756 10.0.0.49 - - [2025-09-11 02:31:34] "GET /projects?obj_uuids=1b91080a-bddf-4fa7-a935-5d306d3b0c61&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001044 10.0.0.249 - - [2025-09-11 02:31:34] "GET /project/1b91080a-bddf-4fa7-a935-5d306d3b0c61?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.041573 10.0.0.249 - - [2025-09-11 02:31:34] "POST /network-policys HTTP/1.1" 200 563 0.026584 10.0.0.249 - - [2025-09-11 02:31:34] "GET /network-policy/c3b37df8-d36f-43b9-adb6-8ec172939c95?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.006157 10.0.0.249 - - [2025-09-11 02:31:34] "POST /fqname-to-id HTTP/1.1" 404 229 0.002977 10.0.0.249 - - [2025-09-11 02:31:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003420 10.0.0.49 - - [2025-09-11 02:31:35] "GET /projects?obj_uuids=1b91080a-bddf-4fa7-a935-5d306d3b0c61&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000907 10.0.0.249 - - [2025-09-11 02:31:35] "GET /project/1b91080a-bddf-4fa7-a935-5d306d3b0c61?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.041956 10.0.0.249 - - [2025-09-11 02:31:35] "POST /network-policys HTTP/1.1" 200 563 0.029060 10.0.0.249 - - [2025-09-11 02:31:35] "GET /network-policy/9c12f30e-3280-40b6-94bb-f384832c21e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.006151 10.0.0.249 - - [2025-09-11 02:31:35] "POST /fqname-to-id HTTP/1.1" 404 229 0.003329 10.0.0.249 - - [2025-09-11 02:31:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003179 10.0.0.49 - - [2025-09-11 02:31:35] "GET /projects?obj_uuids=1b91080a-bddf-4fa7-a935-5d306d3b0c61&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000962 10.0.0.249 - - [2025-09-11 02:31:35] "GET /project/1b91080a-bddf-4fa7-a935-5d306d3b0c61?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.044281 10.0.0.249 - - [2025-09-11 02:31:35] "POST /network-policys HTTP/1.1" 200 563 0.027560 10.0.0.249 - - [2025-09-11 02:31:35] "GET /network-policy/c41dc413-ddce-4095-91bc-3131eaa46025?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.006213 10.0.0.249 - - [2025-09-11 02:31:35] "POST /neutron/network HTTP/1.1" 200 2250 0.163576 10.0.0.249 - - [2025-09-11 02:31:36] "GET /virtual-network/f9b58c9e-811e-415f-82e8-f2b78e40bf61?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6141 0.028764 10.0.0.249 - - [2025-09-11 02:31:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.005460 10.0.0.249 - - [2025-09-11 02:31:36] "GET /network-policy/04ad6458-4859-4e7a-9a40-4babfa0b6d89?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 8879 0.004715 10.0.0.249 - - [2025-09-11 02:31:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.002762 10.0.0.249 - - [2025-09-11 02:31:36] "GET /network-policy/082237b1-32a6-4bc1-b02d-757c8aeac7ef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5023 0.004370 10.0.0.249 - - [2025-09-11 02:31:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.002980 10.0.0.249 - - [2025-09-11 02:31:36] "GET /network-policy/36d56b76-d341-458c-8faf-443f51c301da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.004677 10.0.0.249 - - [2025-09-11 02:31:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003305 10.0.0.249 - - [2025-09-11 02:31:36] "GET /network-policy/5e3c432b-11dd-49e2-852f-64ba25afea0d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5023 0.004336 10.0.0.249 - - [2025-09-11 02:31:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.002701 10.0.0.249 - - [2025-09-11 02:31:36] "GET /network-policy/6f997add-237c-4963-9df3-7de097a82c09?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.004082 10.0.0.249 - - [2025-09-11 02:31:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003129 10.0.0.249 - - [2025-09-11 02:31:36] "GET /network-policy/70ae3555-4650-4450-afbb-38669fd15bc2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.004477 10.0.0.249 - - [2025-09-11 02:31:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.002982 10.0.0.249 - - [2025-09-11 02:31:36] "GET /network-policy/9c12f30e-3280-40b6-94bb-f384832c21e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.004508 10.0.0.249 - - [2025-09-11 02:31:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003830 10.0.0.249 - - [2025-09-11 02:31:36] "GET /network-policy/c3b37df8-d36f-43b9-adb6-8ec172939c95?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.004271 10.0.0.249 - - [2025-09-11 02:31:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003123 10.0.0.249 - - [2025-09-11 02:31:36] "GET /network-policy/c41dc413-ddce-4095-91bc-3131eaa46025?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.005051 10.0.0.249 - - [2025-09-11 02:31:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.002839 10.0.0.249 - - [2025-09-11 02:31:36] "GET /network-policy/d3e794d2-1902-4166-823e-6bdda4af9414?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.004525 10.0.0.249 - - [2025-09-11 02:31:36] "POST /id-to-fqname HTTP/1.1" 200 235 0.001721 10.0.0.49 - - [2025-09-11 02:31:37] "GET /projects?obj_uuids=1b91080a-bddf-4fa7-a935-5d306d3b0c61&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000986 10.0.0.249 - - [2025-09-11 02:31:37] "GET /project/1b91080a-bddf-4fa7-a935-5d306d3b0c61?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.065686 10.0.0.249 - - [2025-09-11 02:31:37] "POST /neutron/network HTTP/1.1" 200 2250 0.011354 10.0.0.249 - - [2025-09-11 02:31:37] "POST /neutron/port HTTP/1.1" 200 117 0.008318 10.0.0.49 - - [2025-09-11 02:31:38] "PUT /access-control-list/d8fa2a64-b0fb-44b3-a0aa-147d2bbad3c6 HTTP/1.1" 200 272 0.015907 10.0.0.249 - - [2025-09-11 02:31:38] "POST /neutron/port HTTP/1.1" 200 1174 0.018923 10.0.0.249 - - [2025-09-11 02:31:38] "POST /neutron/port HTTP/1.1" 200 1202 0.017337 10.0.0.249 - - [2025-09-11 02:31:38] "POST /neutron/subnet HTTP/1.1" 200 1361 0.015854 10.0.0.249 - - [2025-09-11 02:31:38] "POST /neutron/network HTTP/1.1" 200 2250 0.011017 10.0.0.249 - - [2025-09-11 02:31:42] "POST /neutron/port HTTP/1.1" 200 1202 0.017424 10.0.0.249 - - [2025-09-11 02:31:43] "POST /neutron/security_group HTTP/1.1" 200 2070 0.010060 10.0.0.249 - - [2025-09-11 02:31:43] "GET /virtual-machine/29da3188-0334-4430-b139-01f1342d5327 HTTP/1.1" 401 293 0.000391 10.0.0.249 - - [2025-09-11 02:31:43] "GET /virtual-machine/29da3188-0334-4430-b139-01f1342d5327 HTTP/1.1" 200 1304 0.026330 10.0.0.249 - - [2025-09-11 02:31:43] "GET /virtual-machine-interface/285adfb4-0dd2-4b2c-8ea5-37d5de0d5c0b HTTP/1.1" 200 3169 0.007045 10.0.0.249 - - [2025-09-11 02:31:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003491 10.0.0.249 - - [2025-09-11 02:31:43] "GET /global-vrouter-config/34ac33d4-7223-40b7-b082-da1d7603178b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003450 10.0.0.249 - - [2025-09-11 02:31:43] "GET /virtual-networks?parent_id=1b91080a-bddf-4fa7-a935-5d306d3b0c61&detail=False&count=False&shared=False HTTP/1.1" 200 366 0.002491 10.0.0.249 - - [2025-09-11 02:31:43] "GET /virtual-network/f9b58c9e-811e-415f-82e8-f2b78e40bf61?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6141 0.006230 10.0.0.249 - - [2025-09-11 02:31:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003402 10.0.0.249 - - [2025-09-11 02:31:46] "GET /virtual-network/f9b58c9e-811e-415f-82e8-f2b78e40bf61?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6141 0.005704 10.0.0.249 - - [2025-09-11 02:31:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003479 10.0.0.249 - - [2025-09-11 02:31:50] "GET /virtual-network/f9b58c9e-811e-415f-82e8-f2b78e40bf61?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6141 0.005972 10.0.0.249 - - [2025-09-11 02:31:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003499 10.0.0.249 - - [2025-09-11 02:31:54] "GET /virtual-network/f9b58c9e-811e-415f-82e8-f2b78e40bf61?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6141 0.005810 10.0.0.49 - - [2025-09-11 02:31:56] "DELETE /project/1b91080abddf4fa7a9355d306d3b0c61 HTTP/1.1" 404 173 0.005193 10.0.0.49 - - [2025-09-11 02:31:56] "DELETE /project/31d22def-b7df-4090-9ffb-615d641dfa23 HTTP/1.1" 404 177 0.004600 10.0.0.249 - - [2025-09-11 02:31:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003975 10.0.0.249 - - [2025-09-11 02:31:58] "GET /virtual-network/f9b58c9e-811e-415f-82e8-f2b78e40bf61?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6141 0.006492 10.0.0.249 - - [2025-09-11 02:32:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003807 10.0.0.249 - - [2025-09-11 02:32:03] "GET /virtual-network/f9b58c9e-811e-415f-82e8-f2b78e40bf61?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6141 0.005646 10.0.0.249 - - [2025-09-11 02:32:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003608 10.0.0.249 - - [2025-09-11 02:32:07] "GET /virtual-network/f9b58c9e-811e-415f-82e8-f2b78e40bf61?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6141 0.006358 10.0.0.249 - - [2025-09-11 02:32:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003471 10.0.0.249 - - [2025-09-11 02:32:11] "GET /virtual-network/f9b58c9e-811e-415f-82e8-f2b78e40bf61?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6141 0.005711 10.0.0.249 - - [2025-09-11 02:32:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003726 10.0.0.249 - - [2025-09-11 02:32:15] "GET /virtual-network/f9b58c9e-811e-415f-82e8-f2b78e40bf61?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6141 0.006029 10.0.0.249 - - [2025-09-11 02:32:17] "GET /obj-perms HTTP/1.1" 200 5075 0.048223 10.0.0.249 - - [2025-09-11 02:32:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003423 10.0.0.249 - - [2025-09-11 02:32:17] "GET /global-vrouter-config/34ac33d4-7223-40b7-b082-da1d7603178b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003779 10.0.0.249 - - [2025-09-11 02:32:17] "GET /virtual-networks?parent_id=1b91080a-bddf-4fa7-a935-5d306d3b0c61&detail=False&count=False&shared=False HTTP/1.1" 200 366 0.003454 10.0.0.249 - - [2025-09-11 02:32:17] "GET /virtual-network/f9b58c9e-811e-415f-82e8-f2b78e40bf61?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6141 0.005764 10.0.0.249 - - [2025-09-11 02:32:17] "POST /neutron/port HTTP/1.1" 200 1202 0.019500 10.0.0.249 - - [2025-09-11 02:32:18] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004038 10.0.0.249 - - [2025-09-11 02:32:18] "POST /neutron/port HTTP/1.1" 200 117 0.001172 10.0.0.249 - - [2025-09-11 02:32:22] "POST /neutron/port HTTP/1.1" 200 1202 0.015619 10.0.0.249 - - [2025-09-11 02:32:27] "POST /neutron/security_group HTTP/1.1" 200 2070 0.006692 10.0.0.249 - - [2025-09-11 02:32:33] "POST /neutron/port HTTP/1.1" 200 1202 0.015471 10.0.0.249 - - [2025-09-11 02:32:38] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007362 10.0.0.249 - - [2025-09-11 02:32:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003186 10.0.0.249 - - [2025-09-11 02:32:38] "GET /network-policy/36d56b76-d341-458c-8faf-443f51c301da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.003709 10.0.0.249 - - [2025-09-11 02:32:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.002756 10.0.0.249 - - [2025-09-11 02:32:38] "GET /network-policy/04ad6458-4859-4e7a-9a40-4babfa0b6d89?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 8879 0.005123 10.0.0.249 - - [2025-09-11 02:32:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003096 10.0.0.249 - - [2025-09-11 02:32:38] "GET /network-policy/082237b1-32a6-4bc1-b02d-757c8aeac7ef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5023 0.005514 10.0.0.249 - - [2025-09-11 02:32:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003711 10.0.0.249 - - [2025-09-11 02:32:38] "GET /network-policy/6f997add-237c-4963-9df3-7de097a82c09?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.004560 10.0.0.249 - - [2025-09-11 02:32:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003490 10.0.0.249 - - [2025-09-11 02:32:38] "GET /network-policy/5e3c432b-11dd-49e2-852f-64ba25afea0d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5023 0.004436 10.0.0.249 - - [2025-09-11 02:32:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003109 10.0.0.249 - - [2025-09-11 02:32:39] "GET /network-policy/70ae3555-4650-4450-afbb-38669fd15bc2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.004706 10.0.0.249 - - [2025-09-11 02:32:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.002955 10.0.0.249 - - [2025-09-11 02:32:39] "GET /network-policy/d3e794d2-1902-4166-823e-6bdda4af9414?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.004482 10.0.0.249 - - [2025-09-11 02:32:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003032 10.0.0.249 - - [2025-09-11 02:32:39] "GET /network-policy/c3b37df8-d36f-43b9-adb6-8ec172939c95?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.004106 10.0.0.249 - - [2025-09-11 02:32:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003277 10.0.0.249 - - [2025-09-11 02:32:39] "GET /network-policy/9c12f30e-3280-40b6-94bb-f384832c21e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.004200 10.0.0.249 - - [2025-09-11 02:32:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.002985 10.0.0.249 - - [2025-09-11 02:32:39] "GET /network-policy/c41dc413-ddce-4095-91bc-3131eaa46025?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.004299 10.0.0.249 - - [2025-09-11 02:32:39] "POST /neutron/network HTTP/1.1" 200 2250 0.012742 10.0.0.49 - - [2025-09-11 02:32:39] "POST /fqname-to-id HTTP/1.1" 404 207 0.045014 10.0.0.49 - - [2025-09-11 02:32:39] "PUT /access-control-list/d8fa2a64-b0fb-44b3-a0aa-147d2bbad3c6 HTTP/1.1" 200 272 0.061860 10.0.0.249 - - [2025-09-11 02:32:39] "GET /virtual-network/f9b58c9e-811e-415f-82e8-f2b78e40bf61?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3495 0.010266 10.0.0.249 - - [2025-09-11 02:32:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.002925 10.0.0.249 - - [2025-09-11 02:32:39] "GET /network-policy/36d56b76-d341-458c-8faf-443f51c301da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.004206 10.0.0.249 - - [2025-09-11 02:32:44] "POST /neutron/network HTTP/1.1" 200 1440 0.011155 10.0.0.249 - - [2025-09-11 02:32:44] "GET /virtual-network/f9b58c9e-811e-415f-82e8-f2b78e40bf61?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3495 0.009113 10.0.0.249 - - [2025-09-11 02:32:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.002959 10.0.0.249 - - [2025-09-11 02:32:44] "GET /network-policy/04ad6458-4859-4e7a-9a40-4babfa0b6d89?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 8879 0.004311 10.0.0.249 - - [2025-09-11 02:32:49] "POST /neutron/network HTTP/1.1" 200 1440 0.013323 10.0.0.249 - - [2025-09-11 02:32:50] "GET /virtual-network/f9b58c9e-811e-415f-82e8-f2b78e40bf61?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3495 0.007943 10.0.0.249 - - [2025-09-11 02:32:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.009619 10.0.0.249 - - [2025-09-11 02:32:50] "GET /network-policy/082237b1-32a6-4bc1-b02d-757c8aeac7ef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5023 0.004947 10.0.0.249 - - [2025-09-11 02:32:55] "POST /neutron/network HTTP/1.1" 200 1440 0.011278 10.0.0.49 - - [2025-09-11 02:32:55] "POST /fqname-to-id HTTP/1.1" 404 207 0.012909 10.0.0.49 - - [2025-09-11 02:32:55] "PUT /access-control-list/d8fa2a64-b0fb-44b3-a0aa-147d2bbad3c6 HTTP/1.1" 200 272 0.079977 10.0.0.249 - - [2025-09-11 02:32:55] "GET /virtual-network/f9b58c9e-811e-415f-82e8-f2b78e40bf61?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3495 0.009353 10.0.0.249 - - [2025-09-11 02:32:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.002623 10.0.0.249 - - [2025-09-11 02:32:55] "GET /network-policy/6f997add-237c-4963-9df3-7de097a82c09?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.003850 10.0.0.249 - - [2025-09-11 02:33:00] "POST /neutron/network HTTP/1.1" 200 1440 0.013120 10.0.0.249 - - [2025-09-11 02:33:00] "GET /virtual-network/f9b58c9e-811e-415f-82e8-f2b78e40bf61?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3495 0.008308 10.0.0.249 - - [2025-09-11 02:33:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004256 10.0.0.249 - - [2025-09-11 02:33:00] "GET /network-policy/5e3c432b-11dd-49e2-852f-64ba25afea0d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5023 0.004292 10.0.0.249 - - [2025-09-11 02:33:05] "POST /neutron/network HTTP/1.1" 200 1440 0.011930 10.0.0.249 - - [2025-09-11 02:33:05] "GET /virtual-network/f9b58c9e-811e-415f-82e8-f2b78e40bf61?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3495 0.007028 10.0.0.249 - - [2025-09-11 02:33:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003476 10.0.0.249 - - [2025-09-11 02:33:05] "GET /network-policy/70ae3555-4650-4450-afbb-38669fd15bc2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.004642 10.0.0.249 - - [2025-09-11 02:33:10] "POST /neutron/network HTTP/1.1" 200 1440 0.010940 10.0.0.49 - - [2025-09-11 02:33:11] "POST /fqname-to-id HTTP/1.1" 404 207 0.006447 10.0.0.49 - - [2025-09-11 02:33:11] "PUT /access-control-list/d8fa2a64-b0fb-44b3-a0aa-147d2bbad3c6 HTTP/1.1" 200 272 0.064566 10.0.0.249 - - [2025-09-11 02:33:11] "GET /virtual-network/f9b58c9e-811e-415f-82e8-f2b78e40bf61?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3495 0.007548 10.0.0.249 - - [2025-09-11 02:33:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003254 10.0.0.249 - - [2025-09-11 02:33:11] "GET /network-policy/d3e794d2-1902-4166-823e-6bdda4af9414?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.004708 10.0.0.249 - - [2025-09-11 02:33:16] "POST /neutron/network HTTP/1.1" 200 1440 0.010765 10.0.0.249 - - [2025-09-11 02:33:16] "GET /virtual-network/f9b58c9e-811e-415f-82e8-f2b78e40bf61?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3495 0.007524 10.0.0.249 - - [2025-09-11 02:33:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.002763 10.0.0.249 - - [2025-09-11 02:33:16] "GET /network-policy/c3b37df8-d36f-43b9-adb6-8ec172939c95?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.004121 10.0.0.22 - - [2025-09-11 02:33:17] "GET /obj-perms HTTP/1.1" 200 5075 0.047909 10.0.0.249 - - [2025-09-11 02:33:17] "POST /neutron/port HTTP/1.1" 200 1202 0.016549 10.0.0.49 - - [2025-09-11 02:33:17] "GET /obj-perms HTTP/1.1" 200 5075 0.055029 10.0.0.249 - - [2025-09-11 02:33:18] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003858 10.0.0.249 - - [2025-09-11 02:33:18] "POST /neutron/port HTTP/1.1" 200 117 0.001193 10.0.0.249 - - [2025-09-11 02:33:21] "POST /neutron/network HTTP/1.1" 200 1440 0.010962 10.0.0.249 - - [2025-09-11 02:33:21] "GET /virtual-network/f9b58c9e-811e-415f-82e8-f2b78e40bf61?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3495 0.007639 10.0.0.249 - - [2025-09-11 02:33:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.002954 10.0.0.249 - - [2025-09-11 02:33:21] "GET /network-policy/9c12f30e-3280-40b6-94bb-f384832c21e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.004301 10.0.0.249 - - [2025-09-11 02:33:26] "POST /neutron/network HTTP/1.1" 200 1440 0.011524 10.0.0.49 - - [2025-09-11 02:33:26] "POST /fqname-to-id HTTP/1.1" 404 207 0.005269 10.0.0.49 - - [2025-09-11 02:33:26] "PUT /access-control-list/d8fa2a64-b0fb-44b3-a0aa-147d2bbad3c6 HTTP/1.1" 200 272 0.015859 10.0.0.249 - - [2025-09-11 02:33:26] "GET /virtual-network/f9b58c9e-811e-415f-82e8-f2b78e40bf61?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3495 0.007666 10.0.0.249 - - [2025-09-11 02:33:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003346 10.0.0.249 - - [2025-09-11 02:33:26] "GET /network-policy/c41dc413-ddce-4095-91bc-3131eaa46025?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.004016 10.0.0.249 - - [2025-09-11 02:33:32] "GET /virtual-machine/29da3188-0334-4430-b139-01f1342d5327 HTTP/1.1" 200 1304 0.004543 10.0.0.249 - - [2025-09-11 02:33:32] "POST /neutron/port HTTP/1.1" 200 1202 0.017401 10.0.0.249 - - [2025-09-11 02:33:34] "GET /virtual-machine/29da3188-0334-4430-b139-01f1342d5327 HTTP/1.1" 404 171 0.003197 10.0.0.249 - - [2025-09-11 02:33:34] "GET /virtual-machine/29da3188-0334-4430-b139-01f1342d5327 HTTP/1.1" 404 171 0.003572 10.0.0.249 - - [2025-09-11 02:33:34] "GET /virtual-machine/29da3188-0334-4430-b139-01f1342d5327 HTTP/1.1" 404 171 0.002876 10.0.0.249 - - [2025-09-11 02:33:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003225 10.0.0.249 - - [2025-09-11 02:33:34] "GET /global-vrouter-config/34ac33d4-7223-40b7-b082-da1d7603178b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003220 10.0.0.249 - - [2025-09-11 02:33:34] "GET /virtual-networks?parent_id=1b91080a-bddf-4fa7-a935-5d306d3b0c61&detail=False&count=False&shared=False HTTP/1.1" 200 366 0.002805 10.0.0.249 - - [2025-09-11 02:33:34] "GET /virtual-network/f9b58c9e-811e-415f-82e8-f2b78e40bf61?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3495 0.006658 10.0.0.249 - - [2025-09-11 02:33:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.002884 10.0.0.249 - - [2025-09-11 02:33:34] "GET /routing-instance/011411dc-0ba4-46fa-9b8f-fba714941aaf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1497 0.005764 10.0.0.249 - - [2025-09-11 02:33:34] "GET /route-target/a69c17d0-29f0-4628-9626-72fa62ce098a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.005262 10.0.0.249 - - [2025-09-11 02:33:40] "GET /obj-perms HTTP/1.1" 200 5038 0.045558 10.0.0.49 - - [2025-09-11 02:33:40] "GET /obj-perms HTTP/1.1" 200 5038 0.044342 10.0.0.249 - - [2025-09-11 02:33:50] "GET /obj-perms HTTP/1.1" 200 5038 0.003818 10.0.0.49 - - [2025-09-11 02:33:50] "GET /obj-perms HTTP/1.1" 200 5038 0.003597 10.0.0.249 - - [2025-09-11 02:33:50] "GET /virtual-network/f9b58c9e-811e-415f-82e8-f2b78e40bf61?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3495 0.005666 10.0.0.249 - - [2025-09-11 02:33:50] "POST /neutron/network HTTP/1.1" 200 1440 0.014977 10.0.0.249 - - [2025-09-11 02:33:50] "GET /virtual-network/f9b58c9e-811e-415f-82e8-f2b78e40bf61?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3176 0.007704 10.0.0.249 - - [2025-09-11 02:33:50] "DELETE /network-policy/c41dc413-ddce-4095-91bc-3131eaa46025 HTTP/1.1" 200 115 0.034694 10.0.0.249 - - [2025-09-11 02:33:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004646 10.0.0.49 - - [2025-09-11 02:33:50] "GET /projects?obj_uuids=1b91080a-bddf-4fa7-a935-5d306d3b0c61&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001375 10.0.0.249 - - [2025-09-11 02:33:50] "GET /project/1b91080a-bddf-4fa7-a935-5d306d3b0c61?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.046818 10.0.0.249 - - [2025-09-11 02:33:50] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-35038270&detail=False&count=False&shared=False HTTP/1.1" 200 2255 0.005655 10.0.0.249 - - [2025-09-11 02:33:50] "DELETE /network-policy/9c12f30e-3280-40b6-94bb-f384832c21e5 HTTP/1.1" 200 115 0.039013 10.0.0.249 - - [2025-09-11 02:33:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003175 10.0.0.49 - - [2025-09-11 02:33:50] "GET /projects?obj_uuids=1b91080a-bddf-4fa7-a935-5d306d3b0c61&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001168 10.0.0.249 - - [2025-09-11 02:33:50] "GET /project/1b91080a-bddf-4fa7-a935-5d306d3b0c61?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.055798 10.0.0.249 - - [2025-09-11 02:33:50] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-35038270&detail=False&count=False&shared=False HTTP/1.1" 200 2019 0.005656 10.0.0.249 - - [2025-09-11 02:33:50] "DELETE /network-policy/c3b37df8-d36f-43b9-adb6-8ec172939c95 HTTP/1.1" 200 115 0.031600 10.0.0.249 - - [2025-09-11 02:33:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003169 10.0.0.49 - - [2025-09-11 02:33:50] "GET /projects?obj_uuids=1b91080a-bddf-4fa7-a935-5d306d3b0c61&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000972 10.0.0.249 - - [2025-09-11 02:33:51] "GET /project/1b91080a-bddf-4fa7-a935-5d306d3b0c61?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.043490 10.0.0.249 - - [2025-09-11 02:33:51] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-35038270&detail=False&count=False&shared=False HTTP/1.1" 200 1783 0.005381 10.0.0.249 - - [2025-09-11 02:33:51] "DELETE /network-policy/d3e794d2-1902-4166-823e-6bdda4af9414 HTTP/1.1" 200 115 0.053940 10.0.0.249 - - [2025-09-11 02:33:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.006246 10.0.0.49 - - [2025-09-11 02:33:51] "GET /projects?obj_uuids=1b91080a-bddf-4fa7-a935-5d306d3b0c61&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001091 10.0.0.249 - - [2025-09-11 02:33:51] "GET /project/1b91080a-bddf-4fa7-a935-5d306d3b0c61?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.062419 10.0.0.249 - - [2025-09-11 02:33:51] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-35038270&detail=False&count=False&shared=False HTTP/1.1" 200 1547 0.005119 10.0.0.249 - - [2025-09-11 02:33:51] "DELETE /network-policy/70ae3555-4650-4450-afbb-38669fd15bc2 HTTP/1.1" 200 115 0.032599 10.0.0.249 - - [2025-09-11 02:33:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003565 10.0.0.49 - - [2025-09-11 02:33:51] "GET /projects?obj_uuids=1b91080a-bddf-4fa7-a935-5d306d3b0c61&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001037 10.0.0.249 - - [2025-09-11 02:33:51] "GET /project/1b91080a-bddf-4fa7-a935-5d306d3b0c61?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.059335 10.0.0.249 - - [2025-09-11 02:33:51] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-35038270&detail=False&count=False&shared=False HTTP/1.1" 200 1311 0.004933 10.0.0.249 - - [2025-09-11 02:33:51] "DELETE /network-policy/5e3c432b-11dd-49e2-852f-64ba25afea0d HTTP/1.1" 200 115 0.047361 10.0.0.249 - - [2025-09-11 02:33:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003142 10.0.0.49 - - [2025-09-11 02:33:51] "GET /projects?obj_uuids=1b91080a-bddf-4fa7-a935-5d306d3b0c61&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001008 10.0.0.249 - - [2025-09-11 02:33:51] "GET /project/1b91080a-bddf-4fa7-a935-5d306d3b0c61?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.040490 10.0.0.249 - - [2025-09-11 02:33:51] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-35038270&detail=False&count=False&shared=False HTTP/1.1" 200 1074 0.005132 10.0.0.249 - - [2025-09-11 02:33:51] "DELETE /network-policy/6f997add-237c-4963-9df3-7de097a82c09 HTTP/1.1" 200 115 0.045936 10.0.0.249 - - [2025-09-11 02:33:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004569 10.0.0.49 - - [2025-09-11 02:33:51] "GET /projects?obj_uuids=1b91080a-bddf-4fa7-a935-5d306d3b0c61&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001043 10.0.0.249 - - [2025-09-11 02:33:51] "GET /project/1b91080a-bddf-4fa7-a935-5d306d3b0c61?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.040610 10.0.0.249 - - [2025-09-11 02:33:51] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-35038270&detail=False&count=False&shared=False HTTP/1.1" 200 838 0.005031 10.0.0.249 - - [2025-09-11 02:33:52] "DELETE /network-policy/082237b1-32a6-4bc1-b02d-757c8aeac7ef HTTP/1.1" 200 115 0.034132 10.0.0.249 - - [2025-09-11 02:33:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.004153 10.0.0.49 - - [2025-09-11 02:33:52] "GET /projects?obj_uuids=1b91080a-bddf-4fa7-a935-5d306d3b0c61&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001127 10.0.0.249 - - [2025-09-11 02:33:52] "GET /project/1b91080a-bddf-4fa7-a935-5d306d3b0c61?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.048581 10.0.0.249 - - [2025-09-11 02:33:52] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-35038270&detail=False&count=False&shared=False HTTP/1.1" 200 602 0.005514 10.0.0.249 - - [2025-09-11 02:33:52] "DELETE /network-policy/04ad6458-4859-4e7a-9a40-4babfa0b6d89 HTTP/1.1" 200 115 0.048143 10.0.0.249 - - [2025-09-11 02:33:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.007594 10.0.0.49 - - [2025-09-11 02:33:52] "GET /projects?obj_uuids=1b91080a-bddf-4fa7-a935-5d306d3b0c61&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001100 10.0.0.249 - - [2025-09-11 02:33:52] "GET /project/1b91080a-bddf-4fa7-a935-5d306d3b0c61?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.039019 10.0.0.249 - - [2025-09-11 02:33:52] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-35038270&detail=False&count=False&shared=False HTTP/1.1" 200 366 0.005259 10.0.0.249 - - [2025-09-11 02:33:52] "DELETE /network-policy/36d56b76-d341-458c-8faf-443f51c301da HTTP/1.1" 200 115 0.036642 10.0.0.249 - - [2025-09-11 02:33:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.004129 10.0.0.49 - - [2025-09-11 02:33:52] "GET /projects?obj_uuids=1b91080a-bddf-4fa7-a935-5d306d3b0c61&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000951 10.0.0.249 - - [2025-09-11 02:33:52] "GET /project/1b91080a-bddf-4fa7-a935-5d306d3b0c61?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.045636 10.0.0.249 - - [2025-09-11 02:33:52] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-35038270&detail=False&count=False&shared=False HTTP/1.1" 200 131 0.005437 10.0.0.249 - - [2025-09-11 02:33:52] "POST /neutron/network HTTP/1.1" 200 1337 0.010698 10.0.0.49 - - [2025-09-11 02:33:52] "DELETE /route-target/a69c17d0-29f0-4628-9626-72fa62ce098a HTTP/1.1" 200 115 0.019796 10.0.0.249 - - [2025-09-11 02:33:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003257 10.0.0.249 - - [2025-09-11 02:33:53] "DELETE /network-ipam/8705247c-b6df-418b-9d1e-8fb92040515b HTTP/1.1" 200 115 0.036792 10.0.0.249 - - [2025-09-11 02:33:53] "POST /fqname-to-id HTTP/1.1" 404 260 0.003446 10.0.0.49 - - [2025-09-11 02:33:53] "GET /projects?obj_uuids=1b91080a-bddf-4fa7-a935-5d306d3b0c61&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000912 10.0.0.49 - - [2025-09-11 02:33:53] "GET /project/1b91080a-bddf-4fa7-a935-5d306d3b0c61?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1516 0.055299 10.0.0.49 - - [2025-09-11 02:33:53] "GET /projects?obj_uuids=1b91080a-bddf-4fa7-a935-5d306d3b0c61&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001093 10.0.0.49 - - [2025-09-11 02:33:53] "GET /project/1b91080a-bddf-4fa7-a935-5d306d3b0c61?fields=security_groups HTTP/1.1" 200 1399 0.040803 10.0.0.49 - - [2025-09-11 02:33:53] "DELETE /security-group/d4fd0d9f-a9f6-4047-a216-65765581471b HTTP/1.1" 200 115 0.054050 10.0.0.49 - - [2025-09-11 02:33:53] "GET /projects?obj_uuids=1b91080a-bddf-4fa7-a935-5d306d3b0c61&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001971 10.0.0.49 - - [2025-09-11 02:33:53] "GET /project/1b91080a-bddf-4fa7-a935-5d306d3b0c61?fields=application_policy_sets HTTP/1.1" 200 1438 0.055320 10.0.0.249 - - [2025-09-11 02:33:53] "DELETE /project/1b91080a-bddf-4fa7-a935-5d306d3b0c61 HTTP/1.1" 200 115 0.403682 10.0.0.49 - - [2025-09-11 02:33:53] "GET /domains?obj_uuids=6cefd47d-baca-4df6-a10c-ec963319da07&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001040 10.0.0.249 - - [2025-09-11 02:33:53] "GET /domain/6cefd47d-baca-4df6-a10c-ec963319da07?fields=projects HTTP/1.1" 200 1244 0.011559 10.0.0.49 - - [2025-09-11 02:33:56] "GET /projects?obj_uuids=1b91080a-bddf-4fa7-a935-5d306d3b0c61&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003463 10.0.0.49 - - [2025-09-11 02:33:56] "GET /domains?obj_uuids=6cefd47d-baca-4df6-a10c-ec963319da07&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001117 10.0.0.49 - - [2025-09-11 02:33:56] "GET /domain/6cefd47d-baca-4df6-a10c-ec963319da07?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.054887 10.0.0.49 - - [2025-09-11 02:33:56] "POST /id-to-fqname HTTP/1.1" 200 202 0.003717 10.0.0.49 - - [2025-09-11 02:33:56] "POST /fqname-to-id HTTP/1.1" 404 211 0.011057 10.0.0.49 - - [2025-09-11 02:33:56] "POST /security-groups HTTP/1.1" 200 603 0.077480 10.0.0.49 - - [2025-09-11 02:33:56] "POST /fqname-to-id HTTP/1.1" 404 246 0.005368 10.0.0.49 - - [2025-09-11 02:33:56] "POST /projects HTTP/1.1" 200 609 0.290281 10.0.0.49 - - [2025-09-11 02:33:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.366097 10.0.0.49 - - [2025-09-11 02:33:56] "POST /access-control-lists HTTP/1.1" 200 606 0.041668 10.0.0.249 - - [2025-09-11 02:33:56] "GET /project/1b91080a-bddf-4fa7-a935-5d306d3b0c61?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.548914 10.0.0.49 - - [2025-09-11 02:33:56] "GET /projects?obj_uuids=1b91080a-bddf-4fa7-a935-5d306d3b0c61&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001267 10.0.0.249 - - [2025-09-11 02:33:56] "GET /project/1b91080a-bddf-4fa7-a935-5d306d3b0c61?fields=virtual_networks HTTP/1.1" 200 1056 0.044818 10.0.0.49 - - [2025-09-11 02:33:56] "GET /projects?obj_uuids=1b91080a-bddf-4fa7-a935-5d306d3b0c61&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001366 10.0.0.249 - - [2025-09-11 02:33:56] "GET /project/1b91080a-bddf-4fa7-a935-5d306d3b0c61?fields=virtual_machine_interfaces HTTP/1.1" 200 1056 0.045049 10.0.0.49 - - [2025-09-11 02:33:57] "GET /projects?obj_uuids=1b91080a-bddf-4fa7-a935-5d306d3b0c61&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001538 10.0.0.249 - - [2025-09-11 02:33:57] "GET /project/1b91080a-bddf-4fa7-a935-5d306d3b0c61?fields=security_groups HTTP/1.1" 200 1294 0.044392 10.0.0.249 - - [2025-09-11 02:33:57] "POST /fqname-to-id HTTP/1.1" 404 194 0.024043 10.0.0.49 - - [2025-09-11 02:33:57] "GET /projects?obj_uuids=bd7a1787-b10a-4fce-81cf-8de15211daf8&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002769 10.0.0.49 - - [2025-09-11 02:33:57] "GET /domains?obj_uuids=6cefd47d-baca-4df6-a10c-ec963319da07&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001306 10.0.0.49 - - [2025-09-11 02:33:57] "GET /domain/6cefd47d-baca-4df6-a10c-ec963319da07?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.029532 10.0.0.49 - - [2025-09-11 02:33:58] "POST /id-to-fqname HTTP/1.1" 200 196 0.004037 10.0.0.49 - - [2025-09-11 02:33:58] "POST /fqname-to-id HTTP/1.1" 404 205 0.003874 10.0.0.49 - - [2025-09-11 02:33:58] "POST /security-groups HTTP/1.1" 200 597 0.069648 10.0.0.49 - - [2025-09-11 02:33:58] "POST /projects HTTP/1.1" 200 597 0.265390 10.0.0.49 - - [2025-09-11 02:33:58] "POST /fqname-to-id HTTP/1.1" 404 239 0.005293 10.0.0.49 - - [2025-09-11 02:33:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.331856 10.0.0.249 - - [2025-09-11 02:33:58] "GET /project/bd7a1787-b10a-4fce-81cf-8de15211daf8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.485844 10.0.0.249 - - [2025-09-11 02:33:59] "GET / HTTP/1.1" 200 35931 0.001843 10.0.0.249 - - [2025-09-11 02:34:01] "GET /project/bd7a1787-b10a-4fce-81cf-8de15211daf8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000480 10.0.0.49 - - [2025-09-11 02:34:01] "GET /projects?obj_uuids=bd7a1787-b10a-4fce-81cf-8de15211daf8&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000987 10.0.0.249 - - [2025-09-11 02:34:01] "GET /project/bd7a1787-b10a-4fce-81cf-8de15211daf8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.063206 10.0.0.249 - - [2025-09-11 02:34:02] "GET / HTTP/1.1" 200 35931 0.002000 10.0.0.249 - - [2025-09-11 02:34:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004018 10.0.0.49 - - [2025-09-11 02:34:02] "GET /domains?obj_uuids=6cefd47d-baca-4df6-a10c-ec963319da07&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001010 10.0.0.249 - - [2025-09-11 02:34:02] "GET /domain/6cefd47d-baca-4df6-a10c-ec963319da07?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.007700 10.0.0.249 - - [2025-09-11 02:34:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004005 10.0.0.49 - - [2025-09-11 02:34:02] "GET /projects?obj_uuids=bd7a1787-b10a-4fce-81cf-8de15211daf8&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001275 10.0.0.249 - - [2025-09-11 02:34:02] "GET /project/bd7a1787-b10a-4fce-81cf-8de15211daf8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.043977 10.0.0.249 - - [2025-09-11 02:34:03] "GET /domains HTTP/1.1" 401 293 0.000479 10.0.0.249 - - [2025-09-11 02:34:04] "GET /domains HTTP/1.1" 200 280 0.027179 10.0.0.49 - - [2025-09-11 02:34:04] "GET /domains?obj_uuids=6cefd47d-baca-4df6-a10c-ec963319da07&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001309 10.0.0.249 - - [2025-09-11 02:34:04] "GET /domain/6cefd47d-baca-4df6-a10c-ec963319da07 HTTP/1.1" 200 2777 0.010783 10.0.0.49 - - [2025-09-11 02:34:04] "GET /projects?obj_uuids=bd7a1787-b10a-4fce-81cf-8de15211daf8&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001091 10.0.0.249 - - [2025-09-11 02:34:04] "GET /project/bd7a1787-b10a-4fce-81cf-8de15211daf8 HTTP/1.1" 200 1888 0.090185 10.0.0.249 - - [2025-09-11 02:34:04] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 545 0.003851 10.0.0.249 - - [2025-09-11 02:34:04] "POST /network-ipams HTTP/1.1" 200 603 0.043162 10.0.0.249 - - [2025-09-11 02:34:04] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 798 0.003077 10.0.0.249 - - [2025-09-11 02:34:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003549 10.0.0.249 - - [2025-09-11 02:34:04] "GET /network-ipam/42adc425-9c3c-4520-99af-530d280b256d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1380 0.005462 10.0.0.249 - - [2025-09-11 02:34:04] "PUT /network-ipam/42adc425-9c3c-4520-99af-530d280b256d HTTP/1.1" 200 258 0.014566 10.0.0.249 - - [2025-09-11 02:34:04] "POST /fqname-to-id HTTP/1.1" 401 293 0.000389 10.0.0.249 - - [2025-09-11 02:34:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.023250 10.0.0.49 - - [2025-09-11 02:34:04] "GET /projects?obj_uuids=bd7a1787-b10a-4fce-81cf-8de15211daf8&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001019 10.0.0.249 - - [2025-09-11 02:34:04] "GET /project/bd7a1787-b10a-4fce-81cf-8de15211daf8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.047250 10.0.0.49 - - [2025-09-11 02:34:05] "GET /projects?obj_uuids=bd7a1787-b10a-4fce-81cf-8de15211daf8&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001372 10.0.0.249 - - [2025-09-11 02:34:05] "POST /neutron/network HTTP/1.1" 200 617 0.136602 10.0.0.49 - - [2025-09-11 02:34:05] "POST /ref-update HTTP/1.1" 200 156 0.028479 10.0.0.249 - - [2025-09-11 02:34:05] "POST /neutron/network HTTP/1.1" 200 1074 0.011120 10.0.0.249 - - [2025-09-11 02:34:05] "POST /id-to-fqname HTTP/1.1" 200 229 0.001190 10.0.0.249 - - [2025-09-11 02:34:05] "GET /virtual-network/a276d2e7-a550-44b3-a114-b14619ef8c62?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2575 0.006550 10.0.0.249 - - [2025-09-11 02:34:05] "GET /virtual-network/a276d2e7-a550-44b3-a114-b14619ef8c62?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2575 0.005574 10.0.0.249 - - [2025-09-11 02:34:05] "POST /neutron/subnet HTTP/1.1" 200 701 0.009005 10.0.0.249 - - [2025-09-11 02:34:06] "GET /virtual-network/a276d2e7-a550-44b3-a114-b14619ef8c62?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2575 0.005207 10.0.0.249 - - [2025-09-11 02:34:06] "GET /obj-perms HTTP/1.1" 200 5032 0.045670 10.0.0.249 - - [2025-09-11 02:34:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003337 10.0.0.49 - - [2025-09-11 02:34:07] "GET /projects?obj_uuids=bd7a1787-b10a-4fce-81cf-8de15211daf8&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001060 10.0.0.249 - - [2025-09-11 02:34:07] "GET /project/bd7a1787-b10a-4fce-81cf-8de15211daf8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.038677 10.0.0.49 - - [2025-09-11 02:34:07] "GET /projects?obj_uuids=bd7a1787-b10a-4fce-81cf-8de15211daf8&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000901 10.0.0.249 - - [2025-09-11 02:34:07] "POST /neutron/network HTTP/1.1" 200 617 0.120241 10.0.0.249 - - [2025-09-11 02:34:08] "POST /neutron/network HTTP/1.1" 200 1074 0.010240 10.0.0.249 - - [2025-09-11 02:34:08] "POST /id-to-fqname HTTP/1.1" 200 229 0.001441 10.0.0.249 - - [2025-09-11 02:34:08] "GET /virtual-network/755a5a24-cce3-4f8a-9600-8a46fa5c8af7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2574 0.005551 10.0.0.249 - - [2025-09-11 02:34:08] "GET /virtual-network/755a5a24-cce3-4f8a-9600-8a46fa5c8af7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2574 0.005367 10.0.0.249 - - [2025-09-11 02:34:08] "POST /neutron/subnet HTTP/1.1" 200 701 0.009820 10.0.0.249 - - [2025-09-11 02:34:08] "GET /virtual-network/755a5a24-cce3-4f8a-9600-8a46fa5c8af7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2574 0.005514 10.0.0.22 - - [2025-09-11 02:34:08] "GET /obj-perms HTTP/1.1" 200 5032 0.043131 10.0.0.49 - - [2025-09-11 02:34:08] "GET /obj-perms HTTP/1.1" 200 5032 0.049639 10.0.0.249 - - [2025-09-11 02:34:09] "POST /fqname-to-id HTTP/1.1" 404 205 0.003039 10.0.0.249 - - [2025-09-11 02:34:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.002894 10.0.0.49 - - [2025-09-11 02:34:09] "GET /projects?obj_uuids=bd7a1787-b10a-4fce-81cf-8de15211daf8&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000933 10.0.0.249 - - [2025-09-11 02:34:09] "GET /project/bd7a1787-b10a-4fce-81cf-8de15211daf8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.053751 10.0.0.249 - - [2025-09-11 02:34:09] "POST /network-policys HTTP/1.1" 200 527 0.025973 10.0.0.249 - - [2025-09-11 02:34:09] "GET /network-policy/1f1a1277-8c4c-4c07-9d7a-aa1853df26d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3983 0.006212 10.0.0.249 - - [2025-09-11 02:34:09] "POST /fqname-to-id HTTP/1.1" 404 205 0.003143 10.0.0.249 - - [2025-09-11 02:34:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003246 10.0.0.49 - - [2025-09-11 02:34:09] "GET /projects?obj_uuids=bd7a1787-b10a-4fce-81cf-8de15211daf8&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000909 10.0.0.249 - - [2025-09-11 02:34:09] "GET /project/bd7a1787-b10a-4fce-81cf-8de15211daf8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.041694 10.0.0.249 - - [2025-09-11 02:34:09] "POST /network-policys HTTP/1.1" 200 527 0.024748 10.0.0.249 - - [2025-09-11 02:34:09] "GET /network-policy/f9a6a369-64ef-4665-9923-dd82a3df7d6f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3984 0.006436 10.0.0.249 - - [2025-09-11 02:34:09] "POST /fqname-to-id HTTP/1.1" 404 205 0.003155 10.0.0.249 - - [2025-09-11 02:34:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003319 10.0.0.49 - - [2025-09-11 02:34:09] "GET /projects?obj_uuids=bd7a1787-b10a-4fce-81cf-8de15211daf8&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001178 10.0.0.249 - - [2025-09-11 02:34:09] "GET /project/bd7a1787-b10a-4fce-81cf-8de15211daf8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.040709 10.0.0.249 - - [2025-09-11 02:34:09] "POST /network-policys HTTP/1.1" 200 527 0.027228 10.0.0.249 - - [2025-09-11 02:34:09] "GET /network-policy/ff6a8e50-171a-455c-85e4-50384bcb39e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3983 0.005705 10.0.0.249 - - [2025-09-11 02:34:10] "POST /fqname-to-id HTTP/1.1" 404 205 0.003771 10.0.0.249 - - [2025-09-11 02:34:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004045 10.0.0.49 - - [2025-09-11 02:34:10] "GET /projects?obj_uuids=bd7a1787-b10a-4fce-81cf-8de15211daf8&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001125 10.0.0.249 - - [2025-09-11 02:34:10] "GET /project/bd7a1787-b10a-4fce-81cf-8de15211daf8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.042284 10.0.0.249 - - [2025-09-11 02:34:10] "POST /network-policys HTTP/1.1" 200 527 0.025973 10.0.0.249 - - [2025-09-11 02:34:10] "GET /network-policy/912b8c9e-9ac0-4c11-9909-15bad5be9058?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3984 0.006224 10.0.0.249 - - [2025-09-11 02:34:10] "POST /fqname-to-id HTTP/1.1" 404 207 0.003205 10.0.0.249 - - [2025-09-11 02:34:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.002846 10.0.0.49 - - [2025-09-11 02:34:10] "GET /projects?obj_uuids=bd7a1787-b10a-4fce-81cf-8de15211daf8&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000973 10.0.0.249 - - [2025-09-11 02:34:10] "GET /project/bd7a1787-b10a-4fce-81cf-8de15211daf8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.040654 10.0.0.249 - - [2025-09-11 02:34:10] "POST /network-policys HTTP/1.1" 200 531 0.023335 10.0.0.249 - - [2025-09-11 02:34:10] "GET /network-policy/e6094c3a-4682-4764-8c9f-73ac598a24ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1945 0.005337 10.0.0.249 - - [2025-09-11 02:34:10] "POST /fqname-to-id HTTP/1.1" 404 206 0.002982 10.0.0.249 - - [2025-09-11 02:34:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.002774 10.0.0.49 - - [2025-09-11 02:34:10] "GET /projects?obj_uuids=bd7a1787-b10a-4fce-81cf-8de15211daf8&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001337 10.0.0.249 - - [2025-09-11 02:34:10] "GET /project/bd7a1787-b10a-4fce-81cf-8de15211daf8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.043047 10.0.0.249 - - [2025-09-11 02:34:10] "POST /network-policys HTTP/1.1" 200 529 0.027992 10.0.0.249 - - [2025-09-11 02:34:11] "GET /network-policy/e8a214be-b110-4a17-863e-b1e471747312?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3986 0.006273 10.0.0.249 - - [2025-09-11 02:34:11] "POST /fqname-to-id HTTP/1.1" 404 206 0.002919 10.0.0.249 - - [2025-09-11 02:34:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002695 10.0.0.49 - - [2025-09-11 02:34:11] "GET /projects?obj_uuids=bd7a1787-b10a-4fce-81cf-8de15211daf8&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001456 10.0.0.249 - - [2025-09-11 02:34:11] "GET /project/bd7a1787-b10a-4fce-81cf-8de15211daf8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.047677 10.0.0.249 - - [2025-09-11 02:34:11] "POST /network-policys HTTP/1.1" 200 529 0.026703 10.0.0.249 - - [2025-09-11 02:34:11] "GET /network-policy/8561fc41-5a74-4ac7-a432-1388292b784b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3986 0.005915 10.0.0.249 - - [2025-09-11 02:34:11] "POST /fqname-to-id HTTP/1.1" 404 206 0.003263 10.0.0.249 - - [2025-09-11 02:34:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004130 10.0.0.49 - - [2025-09-11 02:34:11] "GET /projects?obj_uuids=bd7a1787-b10a-4fce-81cf-8de15211daf8&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000924 10.0.0.249 - - [2025-09-11 02:34:11] "GET /project/bd7a1787-b10a-4fce-81cf-8de15211daf8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.047963 10.0.0.249 - - [2025-09-11 02:34:11] "POST /network-policys HTTP/1.1" 200 529 0.028431 10.0.0.249 - - [2025-09-11 02:34:11] "GET /network-policy/65e5f4d4-c3b0-402d-ae46-8abae20de208?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3986 0.005518 10.0.0.249 - - [2025-09-11 02:34:11] "POST /fqname-to-id HTTP/1.1" 404 206 0.003271 10.0.0.249 - - [2025-09-11 02:34:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002727 10.0.0.49 - - [2025-09-11 02:34:11] "GET /projects?obj_uuids=bd7a1787-b10a-4fce-81cf-8de15211daf8&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001033 10.0.0.249 - - [2025-09-11 02:34:12] "GET /project/bd7a1787-b10a-4fce-81cf-8de15211daf8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.046541 10.0.0.249 - - [2025-09-11 02:34:12] "POST /network-policys HTTP/1.1" 200 529 0.032829 10.0.0.249 - - [2025-09-11 02:34:12] "GET /network-policy/e13722f7-5ade-483a-9bd9-016c9a3262b6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3987 0.011383 10.0.0.249 - - [2025-09-11 02:34:12] "POST /fqname-to-id HTTP/1.1" 404 208 0.003095 10.0.0.249 - - [2025-09-11 02:34:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002974 10.0.0.49 - - [2025-09-11 02:34:12] "GET /projects?obj_uuids=bd7a1787-b10a-4fce-81cf-8de15211daf8&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001050 10.0.0.249 - - [2025-09-11 02:34:12] "GET /project/bd7a1787-b10a-4fce-81cf-8de15211daf8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.054462 10.0.0.249 - - [2025-09-11 02:34:12] "POST /network-policys HTTP/1.1" 200 533 0.030668 10.0.0.249 - - [2025-09-11 02:34:12] "GET /network-policy/c6d2a077-3ca6-42f8-8339-239a47f3d6cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1127 0.005513 10.0.0.49 - - [2025-09-11 02:34:12] "POST /fqname-to-id HTTP/1.1" 404 246 0.004189 10.0.0.249 - - [2025-09-11 02:34:12] "POST /neutron/network HTTP/1.1" 200 1157 0.092695 10.0.0.249 - - [2025-09-11 02:34:13] "GET /virtual-network/a276d2e7-a550-44b3-a114-b14619ef8c62?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2873 0.005790 10.0.0.249 - - [2025-09-11 02:34:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003203 10.0.0.249 - - [2025-09-11 02:34:13] "GET /network-policy/1f1a1277-8c4c-4c07-9d7a-aa1853df26d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3983 0.007123 10.0.0.249 - - [2025-09-11 02:34:13] "POST /neutron/network HTTP/1.1" 200 1159 0.092856 10.0.0.49 - - [2025-09-11 02:34:13] "POST /access-control-lists HTTP/1.1" 200 603 0.044937 10.0.0.249 - - [2025-09-11 02:34:13] "GET /virtual-network/755a5a24-cce3-4f8a-9600-8a46fa5c8af7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2874 0.005542 10.0.0.249 - - [2025-09-11 02:34:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002452 10.0.0.249 - - [2025-09-11 02:34:13] "GET /network-policy/e6094c3a-4682-4764-8c9f-73ac598a24ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1945 0.003635 10.0.0.249 - - [2025-09-11 02:34:13] "POST /id-to-fqname HTTP/1.1" 200 229 0.001164 10.0.0.49 - - [2025-09-11 02:34:14] "GET /projects?obj_uuids=bd7a1787-b10a-4fce-81cf-8de15211daf8&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001160 10.0.0.249 - - [2025-09-11 02:34:14] "GET /project/bd7a1787-b10a-4fce-81cf-8de15211daf8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.058422 10.0.0.249 - - [2025-09-11 02:34:14] "POST /neutron/network HTTP/1.1" 200 1157 0.029392 10.0.0.249 - - [2025-09-11 02:34:14] "POST /id-to-fqname HTTP/1.1" 200 229 0.001182 10.0.0.249 - - [2025-09-11 02:34:14] "POST /neutron/port HTTP/1.1" 200 117 0.005731 10.0.0.49 - - [2025-09-11 02:34:15] "GET /projects?obj_uuids=bd7a1787-b10a-4fce-81cf-8de15211daf8&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000955 10.0.0.249 - - [2025-09-11 02:34:15] "POST /neutron/port HTTP/1.1" 200 1061 0.336984 10.0.0.49 - - [2025-09-11 02:34:15] "GET /projects?obj_uuids=bd7a1787-b10a-4fce-81cf-8de15211daf8&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001102 10.0.0.249 - - [2025-09-11 02:34:15] "GET /project/bd7a1787-b10a-4fce-81cf-8de15211daf8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.092763 10.0.0.249 - - [2025-09-11 02:34:15] "POST /neutron/port HTTP/1.1" 200 1115 0.148555 10.0.0.249 - - [2025-09-11 02:34:16] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004322 10.0.0.249 - - [2025-09-11 02:34:16] "POST /neutron/port HTTP/1.1" 200 117 0.001225 10.0.0.249 - - [2025-09-11 02:34:16] "POST /neutron/port HTTP/1.1" 200 117 0.005865 10.0.0.249 - - [2025-09-11 02:34:16] "POST /neutron/network HTTP/1.1" 200 1169 0.009163 10.0.0.49 - - [2025-09-11 02:34:16] "PUT /access-control-list/282d8ea7-14dd-4120-a541-18bb001d3478 HTTP/1.1" 200 272 0.023974 10.0.0.249 - - [2025-09-11 02:34:17] "POST /neutron/port HTTP/1.1" 200 1061 0.039392 10.0.0.249 - - [2025-09-11 02:34:17] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004094 10.0.0.249 - - [2025-09-11 02:34:17] "POST /neutron/network HTTP/1.1" 200 1159 0.008148 10.0.0.249 - - [2025-09-11 02:34:17] "POST /neutron/network HTTP/1.1" 200 1167 0.009892 10.0.0.249 - - [2025-09-11 02:34:18] "POST /neutron/port HTTP/1.1" 200 117 0.001165 10.0.0.249 - - [2025-09-11 02:34:21] "POST /neutron/security_group HTTP/1.1" 200 2064 0.007347 10.0.0.249 - - [2025-09-11 02:34:21] "POST /neutron/port HTTP/1.1" 200 1089 0.016398 10.0.0.249 - - [2025-09-11 02:34:21] "GET /virtual-machine/3842048f-4d8b-4b3f-8b5f-7a694497e424 HTTP/1.1" 401 293 0.000543 10.0.0.249 - - [2025-09-11 02:34:21] "GET /virtual-machine/3842048f-4d8b-4b3f-8b5f-7a694497e424 HTTP/1.1" 200 1298 0.030939 10.0.0.249 - - [2025-09-11 02:34:21] "GET /virtual-machine-interface/9b64a9f9-907b-40b9-86e3-38f55e6a704c HTTP/1.1" 200 2951 0.005204 10.0.0.249 - - [2025-09-11 02:34:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003721 10.0.0.249 - - [2025-09-11 02:34:21] "GET /global-vrouter-config/34ac33d4-7223-40b7-b082-da1d7603178b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004039 10.0.0.249 - - [2025-09-11 02:34:21] "GET /virtual-networks?parent_id=bd7a1787-b10a-4fce-81cf-8de15211daf8&detail=False&count=False&shared=False HTTP/1.1" 200 589 0.003280 10.0.0.249 - - [2025-09-11 02:34:21] "GET /virtual-network/a276d2e7-a550-44b3-a114-b14619ef8c62?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2873 0.005425 10.0.0.249 - - [2025-09-11 02:34:23] "POST /neutron/port HTTP/1.1" 200 1089 0.019145 10.0.0.249 - - [2025-09-11 02:34:23] "POST /neutron/subnet HTTP/1.1" 200 675 0.011328 10.0.0.249 - - [2025-09-11 02:34:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003588 10.0.0.249 - - [2025-09-11 02:34:25] "GET /virtual-network/a276d2e7-a550-44b3-a114-b14619ef8c62?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2873 0.005845 10.0.0.249 - - [2025-09-11 02:34:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.006420 10.0.0.249 - - [2025-09-11 02:34:29] "GET /virtual-network/a276d2e7-a550-44b3-a114-b14619ef8c62?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2873 0.006547 10.0.0.249 - - [2025-09-11 02:34:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003409 10.0.0.249 - - [2025-09-11 02:34:33] "GET /virtual-network/a276d2e7-a550-44b3-a114-b14619ef8c62?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2873 0.007224 10.0.0.249 - - [2025-09-11 02:34:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003359 10.0.0.249 - - [2025-09-11 02:34:37] "GET /virtual-network/a276d2e7-a550-44b3-a114-b14619ef8c62?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2873 0.005872 10.0.0.249 - - [2025-09-11 02:34:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003479 10.0.0.249 - - [2025-09-11 02:34:41] "GET /virtual-network/a276d2e7-a550-44b3-a114-b14619ef8c62?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2873 0.005684 10.0.0.249 - - [2025-09-11 02:34:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003770 10.0.0.249 - - [2025-09-11 02:34:45] "GET /virtual-network/a276d2e7-a550-44b3-a114-b14619ef8c62?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2873 0.005658 10.0.0.249 - - [2025-09-11 02:34:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003213 10.0.0.249 - - [2025-09-11 02:34:49] "GET /virtual-network/a276d2e7-a550-44b3-a114-b14619ef8c62?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2873 0.005469 10.0.0.249 - - [2025-09-11 02:34:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003279 10.0.0.249 - - [2025-09-11 02:34:53] "GET /virtual-network/a276d2e7-a550-44b3-a114-b14619ef8c62?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2873 0.005546 10.0.0.249 - - [2025-09-11 02:34:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003284 10.0.0.249 - - [2025-09-11 02:34:55] "GET /global-vrouter-config/34ac33d4-7223-40b7-b082-da1d7603178b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003459 10.0.0.249 - - [2025-09-11 02:34:55] "GET /virtual-networks?parent_id=bd7a1787-b10a-4fce-81cf-8de15211daf8&detail=False&count=False&shared=False HTTP/1.1" 200 589 0.002723 10.0.0.249 - - [2025-09-11 02:34:55] "GET /virtual-network/a276d2e7-a550-44b3-a114-b14619ef8c62?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2873 0.005121 10.0.0.249 - - [2025-09-11 02:34:55] "POST /neutron/port HTTP/1.1" 200 1089 0.015044 10.0.0.49 - - [2025-09-11 02:34:56] "DELETE /project/1b91080abddf4fa7a9355d306d3b0c61 HTTP/1.1" 404 173 0.004938 10.0.0.49 - - [2025-09-11 02:34:56] "DELETE /project/1b91080a-bddf-4fa7-a935-5d306d3b0c61 HTTP/1.1" 404 177 0.003418 10.0.0.49 - - [2025-09-11 02:34:56] "DELETE /project/bd7a1787b10a4fce81cf8de15211daf8 HTTP/1.1" 404 173 0.004587 10.0.0.249 - - [2025-09-11 02:35:01] "POST /neutron/security_group HTTP/1.1" 200 2064 0.009482 10.0.0.249 - - [2025-09-11 02:35:06] "POST /neutron/port HTTP/1.1" 200 1089 0.014938 10.0.0.249 - - [2025-09-11 02:35:11] "POST /neutron/security_group HTTP/1.1" 200 2064 0.006960 10.0.0.249 - - [2025-09-11 02:35:16] "POST /neutron/port HTTP/1.1" 200 1089 0.015141 10.0.0.249 - - [2025-09-11 02:35:16] "POST /neutron/security_group HTTP/1.1" 200 2064 0.006455 10.0.0.249 - - [2025-09-11 02:35:16] "GET /virtual-machine/3467607a-cb6b-4129-95a9-d8fac24b7af4 HTTP/1.1" 200 1298 0.005792 10.0.0.249 - - [2025-09-11 02:35:16] "GET /virtual-machine-interface/5fdcdc7e-a827-4bc1-9cf0-a4cf63532fc5 HTTP/1.1" 200 2951 0.006235 10.0.0.249 - - [2025-09-11 02:35:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003376 10.0.0.249 - - [2025-09-11 02:35:16] "GET /global-vrouter-config/34ac33d4-7223-40b7-b082-da1d7603178b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003539 10.0.0.249 - - [2025-09-11 02:35:16] "GET /virtual-networks?parent_id=bd7a1787-b10a-4fce-81cf-8de15211daf8&detail=False&count=False&shared=False HTTP/1.1" 200 589 0.002945 10.0.0.249 - - [2025-09-11 02:35:16] "GET /virtual-network/755a5a24-cce3-4f8a-9600-8a46fa5c8af7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2874 0.005844 10.0.0.249 - - [2025-09-11 02:35:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003175 10.0.0.249 - - [2025-09-11 02:35:18] "GET /global-vrouter-config/34ac33d4-7223-40b7-b082-da1d7603178b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005212 10.0.0.249 - - [2025-09-11 02:35:18] "GET /virtual-networks?parent_id=bd7a1787-b10a-4fce-81cf-8de15211daf8&detail=False&count=False&shared=False HTTP/1.1" 200 589 0.002891 10.0.0.249 - - [2025-09-11 02:35:18] "GET /virtual-network/755a5a24-cce3-4f8a-9600-8a46fa5c8af7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2874 0.005754 10.0.0.249 - - [2025-09-11 02:35:18] "POST /neutron/port HTTP/1.1" 200 1089 0.015111 10.0.0.249 - - [2025-09-11 02:35:18] "POST /neutron/port HTTP/1.1" 200 1089 0.015628 10.0.0.249 - - [2025-09-11 02:35:19] "POST /neutron/subnet HTTP/1.1" 200 675 0.012686 10.0.0.249 - - [2025-09-11 02:35:19] "GET /obj-perms HTTP/1.1" 200 5075 0.060428 10.0.0.249 - - [2025-09-11 02:35:23] "POST /neutron/port HTTP/1.1" 200 1089 0.015090 10.0.0.249 - - [2025-09-11 02:35:25] "POST /neutron/port HTTP/1.1" 200 1089 0.014604 10.0.0.249 - - [2025-09-11 02:35:25] "POST /neutron/subnet HTTP/1.1" 200 675 0.010631 10.0.0.249 - - [2025-09-11 02:35:28] "POST /neutron/port HTTP/1.1" 200 2062 0.015313 10.0.0.249 - - [2025-09-11 02:35:28] "POST /neutron/security_group HTTP/1.1" 200 2064 0.006443 10.0.0.249 - - [2025-09-11 02:35:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003163 10.0.0.249 - - [2025-09-11 02:35:28] "GET /network-policy/e6094c3a-4682-4764-8c9f-73ac598a24ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1945 0.003545 10.0.0.249 - - [2025-09-11 02:35:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003247 10.0.0.249 - - [2025-09-11 02:35:29] "GET /network-policy/1f1a1277-8c4c-4c07-9d7a-aa1853df26d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3983 0.003615 10.0.0.249 - - [2025-09-11 02:35:29] "POST /neutron/network HTTP/1.1" 200 1157 0.008225 10.0.0.49 - - [2025-09-11 02:35:29] "PUT /access-control-list/bf721bbc-b5db-42ad-b1da-09e98c02d45e HTTP/1.1" 200 272 0.061321 10.0.0.249 - - [2025-09-11 02:35:29] "GET /virtual-network/a276d2e7-a550-44b3-a114-b14619ef8c62?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2873 0.016320 10.0.0.249 - - [2025-09-11 02:35:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003987 10.0.0.249 - - [2025-09-11 02:35:29] "GET /network-policy/f9a6a369-64ef-4665-9923-dd82a3df7d6f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3984 0.004312 10.0.0.22 - - [2025-09-11 02:36:10] "GET /global-system-configs HTTP/1.1" 200 322 0.030522 10.0.0.49 - - [2025-09-11 02:36:10] "GET /global-system-configs HTTP/1.1" 200 322 0.092270 10.0.0.22 - - [2025-09-11 02:36:10] "GET /obj-perms HTTP/1.1" 200 5075 0.155621 10.0.0.49 - - [2025-09-11 02:36:10] "GET /obj-perms HTTP/1.1" 200 5075 0.174309 10.0.0.22 - - [2025-09-11 02:36:10] "GET /global-system-configs HTTP/1.1" 200 322 0.053850 10.0.0.249 - - [2025-09-11 02:36:10] "GET /obj-perms HTTP/1.1" 200 5075 0.059735 10.0.0.49 - - [2025-09-11 02:36:10] "GET /global-system-configs HTTP/1.1" 200 322 0.105049 10.0.0.249 - - [2025-09-11 02:36:11] "GET /global-system-configs HTTP/1.1" 200 322 0.075737 10.0.0.22 - - [2025-09-11 02:36:11] "GET /obj-perms HTTP/1.1" 200 5075 0.136781 10.0.0.49 - - [2025-09-11 02:36:11] "GET /obj-perms HTTP/1.1" 200 5075 0.155455 10.0.0.249 - - [2025-09-11 02:36:12] "GET /global-system-configs HTTP/1.1" 200 322 0.046517 10.0.0.249 - - [2025-09-11 02:36:12] "GET /obj-perms HTTP/1.1" 200 5075 0.153168 10.0.0.249 - - [2025-09-11 02:36:20] "POST /neutron/port HTTP/1.1" 200 1089 0.020658 10.0.0.249 - - [2025-09-11 02:36:21] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003532 10.0.0.249 - - [2025-09-11 02:36:21] "POST /neutron/network HTTP/1.1" 200 1157 0.009094 10.0.0.249 - - [2025-09-11 02:36:22] "POST /neutron/network HTTP/1.1" 200 1160 0.014325 10.0.0.249 - - [2025-09-11 02:36:22] "GET /virtual-network/a276d2e7-a550-44b3-a114-b14619ef8c62?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2876 0.011703 10.0.0.249 - - [2025-09-11 02:36:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.005456 10.0.0.249 - - [2025-09-11 02:36:22] "GET /network-policy/c6d2a077-3ca6-42f8-8339-239a47f3d6cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1127 0.004224 10.0.0.249 - - [2025-09-11 02:36:26] "POST /neutron/network HTTP/1.1" 200 1169 0.008486 10.0.0.249 - - [2025-09-11 02:36:26] "POST /neutron/port HTTP/1.1" 200 117 0.001165 10.0.0.249 - - [2025-09-11 02:36:31] "POST /neutron/network HTTP/1.1" 200 1157 0.112303 10.0.0.249 - - [2025-09-11 02:36:31] "GET /virtual-network/a276d2e7-a550-44b3-a114-b14619ef8c62?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2873 0.006087 10.0.0.249 - - [2025-09-11 02:36:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.002872 10.0.0.49 - - [2025-09-11 02:36:31] "PUT /access-control-list/bf721bbc-b5db-42ad-b1da-09e98c02d45e HTTP/1.1" 200 272 0.099614 10.0.0.249 - - [2025-09-11 02:36:31] "GET /network-policy/ff6a8e50-171a-455c-85e4-50384bcb39e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3983 0.011621 10.0.0.249 - - [2025-09-11 02:36:39] "POST /neutron/network HTTP/1.1" 200 1157 0.084245 10.0.0.249 - - [2025-09-11 02:36:39] "GET /virtual-network/a276d2e7-a550-44b3-a114-b14619ef8c62?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2873 0.006489 10.0.0.249 - - [2025-09-11 02:36:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003484 10.0.0.249 - - [2025-09-11 02:36:39] "GET /network-policy/912b8c9e-9ac0-4c11-9909-15bad5be9058?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3984 0.004598 10.0.0.249 - - [2025-09-11 02:36:47] "POST /neutron/network HTTP/1.1" 200 1158 0.078063 10.0.0.249 - - [2025-09-11 02:36:47] "GET /virtual-network/a276d2e7-a550-44b3-a114-b14619ef8c62?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2874 0.005828 10.0.0.49 - - [2025-09-11 02:36:47] "PUT /access-control-list/bf721bbc-b5db-42ad-b1da-09e98c02d45e HTTP/1.1" 200 272 0.066371 10.0.0.249 - - [2025-09-11 02:36:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.006780 10.0.0.249 - - [2025-09-11 02:36:47] "GET /network-policy/e8a214be-b110-4a17-863e-b1e471747312?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3986 0.006346 10.0.0.249 - - [2025-09-11 02:36:56] "POST /neutron/network HTTP/1.1" 200 1158 0.081936 10.0.0.49 - - [2025-09-11 02:36:56] "POST /ref-update HTTP/1.1" 200 156 0.036699 10.0.0.249 - - [2025-09-11 02:36:56] "GET /virtual-network/a276d2e7-a550-44b3-a114-b14619ef8c62?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2874 0.020182 10.0.0.249 - - [2025-09-11 02:36:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.002712 10.0.0.249 - - [2025-09-11 02:36:56] "GET /network-policy/8561fc41-5a74-4ac7-a432-1388292b784b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3986 0.004022 10.0.0.249 - - [2025-09-11 02:37:03] "POST /neutron/network HTTP/1.1" 200 1158 0.078467 10.0.0.249 - - [2025-09-11 02:37:03] "GET /virtual-network/a276d2e7-a550-44b3-a114-b14619ef8c62?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2874 0.020381 10.0.0.249 - - [2025-09-11 02:37:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003171 10.0.0.249 - - [2025-09-11 02:37:03] "GET /network-policy/65e5f4d4-c3b0-402d-ae46-8abae20de208?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3986 0.004593 10.0.0.249 - - [2025-09-11 02:37:12] "POST /neutron/network HTTP/1.1" 200 1158 0.089024 10.0.0.249 - - [2025-09-11 02:37:12] "GET /virtual-network/a276d2e7-a550-44b3-a114-b14619ef8c62?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2874 0.007472 10.0.0.249 - - [2025-09-11 02:37:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003110 10.0.0.249 - - [2025-09-11 02:37:12] "GET /network-policy/e13722f7-5ade-483a-9bd9-016c9a3262b6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3987 0.004380 10.0.0.249 - - [2025-09-11 02:37:20] "GET /virtual-network/a276d2e7-a550-44b3-a114-b14619ef8c62?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2874 0.006374 10.0.0.249 - - [2025-09-11 02:37:20] "POST /neutron/network HTTP/1.1" 200 1074 0.077679 10.0.0.49 - - [2025-09-11 02:37:20] "DELETE /access-control-list/bf721bbc-b5db-42ad-b1da-09e98c02d45e HTTP/1.1" 200 115 0.062102 10.0.0.249 - - [2025-09-11 02:37:20] "GET /virtual-network/a276d2e7-a550-44b3-a114-b14619ef8c62?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2575 0.005824 10.0.0.249 - - [2025-09-11 02:37:20] "GET /virtual-machine/3467607a-cb6b-4129-95a9-d8fac24b7af4 HTTP/1.1" 200 1298 0.004056 10.0.0.22 - - [2025-09-11 02:37:20] "GET /obj-perms HTTP/1.1" 200 5075 0.043584 10.0.0.249 - - [2025-09-11 02:37:21] "POST /neutron/port HTTP/1.1" 200 1115 0.010517 10.0.0.249 - - [2025-09-11 02:37:22] "GET /virtual-machine/3467607a-cb6b-4129-95a9-d8fac24b7af4 HTTP/1.1" 404 171 0.003179 10.0.0.249 - - [2025-09-11 02:37:22] "GET /virtual-machine/3467607a-cb6b-4129-95a9-d8fac24b7af4 HTTP/1.1" 404 171 0.003579 10.0.0.249 - - [2025-09-11 02:37:22] "GET /virtual-machine/3467607a-cb6b-4129-95a9-d8fac24b7af4 HTTP/1.1" 404 171 0.002920 10.0.0.249 - - [2025-09-11 02:37:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003291 10.0.0.249 - - [2025-09-11 02:37:22] "GET /global-vrouter-config/34ac33d4-7223-40b7-b082-da1d7603178b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003788 10.0.0.249 - - [2025-09-11 02:37:22] "GET /virtual-networks?parent_id=bd7a1787-b10a-4fce-81cf-8de15211daf8&detail=False&count=False&shared=False HTTP/1.1" 200 589 0.004045 10.0.0.249 - - [2025-09-11 02:37:22] "GET /virtual-network/755a5a24-cce3-4f8a-9600-8a46fa5c8af7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2874 0.007313 10.0.0.249 - - [2025-09-11 02:37:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.002931 10.0.0.249 - - [2025-09-11 02:37:22] "GET /routing-instance/145a37a7-fbb4-4274-ba3e-d55c2e2eb24f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1493 0.004016 10.0.0.249 - - [2025-09-11 02:37:22] "GET /route-target/166f7a4c-b96e-4ac9-99a6-c29e27b54ca5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.008287 10.0.0.249 - - [2025-09-11 02:37:22] "POST /neutron/port HTTP/1.1" 200 1089 0.016345 10.0.0.249 - - [2025-09-11 02:37:23] "POST /neutron/subnet HTTP/1.1" 200 675 0.010379 10.0.0.49 - - [2025-09-11 02:37:23] "GET /obj-perms HTTP/1.1" 200 5032 0.003840 10.0.0.249 - - [2025-09-11 02:37:26] "GET /obj-perms HTTP/1.1" 200 5032 0.003715 10.0.0.49 - - [2025-09-11 02:37:32] "GET /obj-perms HTTP/1.1" 200 5032 0.003549 10.0.0.249 - - [2025-09-11 02:37:35] "GET /obj-perms HTTP/1.1" 200 5032 0.003933 10.0.0.49 - - [2025-09-11 02:37:41] "GET /obj-perms HTTP/1.1" 200 5032 0.004049 10.0.0.249 - - [2025-09-11 02:37:44] "GET /obj-perms HTTP/1.1" 200 5032 0.003877 10.0.0.249 - - [2025-09-11 02:37:44] "GET /virtual-machine/3842048f-4d8b-4b3f-8b5f-7a694497e424 HTTP/1.1" 200 1298 0.004382 10.0.0.249 - - [2025-09-11 02:37:45] "POST /neutron/port HTTP/1.1" 200 1089 0.016306 10.0.0.249 - - [2025-09-11 02:37:46] "GET /virtual-machine/3842048f-4d8b-4b3f-8b5f-7a694497e424 HTTP/1.1" 404 171 0.010258 10.0.0.249 - - [2025-09-11 02:37:46] "GET /virtual-machine/3842048f-4d8b-4b3f-8b5f-7a694497e424 HTTP/1.1" 404 171 0.008044 10.0.0.249 - - [2025-09-11 02:37:46] "GET /virtual-machine/3842048f-4d8b-4b3f-8b5f-7a694497e424 HTTP/1.1" 404 171 0.002862 10.0.0.249 - - [2025-09-11 02:37:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003763 10.0.0.249 - - [2025-09-11 02:37:47] "GET /global-vrouter-config/34ac33d4-7223-40b7-b082-da1d7603178b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003611 10.0.0.249 - - [2025-09-11 02:37:47] "GET /virtual-networks?parent_id=bd7a1787-b10a-4fce-81cf-8de15211daf8&detail=False&count=False&shared=False HTTP/1.1" 200 589 0.002881 10.0.0.249 - - [2025-09-11 02:37:47] "GET /virtual-network/a276d2e7-a550-44b3-a114-b14619ef8c62?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2575 0.006542 10.0.0.249 - - [2025-09-11 02:37:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003414 10.0.0.249 - - [2025-09-11 02:37:47] "GET /routing-instance/f4abc23d-0ee1-4030-9024-d8415309a413?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1494 0.004729 10.0.0.249 - - [2025-09-11 02:37:47] "GET /route-target/a34a7571-da74-42b9-afff-7894aa4f565e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004285 10.0.0.249 - - [2025-09-11 02:37:47] "GET /obj-perms HTTP/1.1" 200 5032 0.003557 10.0.0.49 - - [2025-09-11 02:37:47] "GET /obj-perms HTTP/1.1" 200 5032 0.003757 10.0.0.249 - - [2025-09-11 02:37:50] "GET /obj-perms HTTP/1.1" 200 5032 0.004961 10.0.0.249 - - [2025-09-11 02:37:50] "GET /virtual-network/755a5a24-cce3-4f8a-9600-8a46fa5c8af7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2874 0.005626 10.0.0.249 - - [2025-09-11 02:37:50] "POST /neutron/network HTTP/1.1" 200 1159 0.008049 10.0.0.49 - - [2025-09-11 02:37:50] "POST /ref-update HTTP/1.1" 200 156 0.032685 10.0.0.249 - - [2025-09-11 02:37:50] "GET /virtual-network/755a5a24-cce3-4f8a-9600-8a46fa5c8af7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2574 0.017341 10.0.0.249 - - [2025-09-11 02:37:50] "DELETE /network-policy/c6d2a077-3ca6-42f8-8339-239a47f3d6cd HTTP/1.1" 200 115 0.028049 10.0.0.249 - - [2025-09-11 02:37:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003681 10.0.0.49 - - [2025-09-11 02:37:51] "GET /projects?obj_uuids=bd7a1787-b10a-4fce-81cf-8de15211daf8&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.025441 10.0.0.249 - - [2025-09-11 02:37:51] "GET /project/bd7a1787-b10a-4fce-81cf-8de15211daf8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.067771 10.0.0.249 - - [2025-09-11 02:37:51] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-81798788&detail=False&count=False&shared=False HTTP/1.1" 200 2072 0.005438 10.0.0.249 - - [2025-09-11 02:37:51] "DELETE /network-policy/e13722f7-5ade-483a-9bd9-016c9a3262b6 HTTP/1.1" 200 115 0.031188 10.0.0.249 - - [2025-09-11 02:37:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.005101 10.0.0.49 - - [2025-09-11 02:37:51] "GET /projects?obj_uuids=bd7a1787-b10a-4fce-81cf-8de15211daf8&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.003100 10.0.0.249 - - [2025-09-11 02:37:51] "GET /project/bd7a1787-b10a-4fce-81cf-8de15211daf8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.041314 10.0.0.249 - - [2025-09-11 02:37:51] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-81798788&detail=False&count=False&shared=False HTTP/1.1" 200 1856 0.005149 10.0.0.249 - - [2025-09-11 02:37:51] "DELETE /network-policy/65e5f4d4-c3b0-402d-ae46-8abae20de208 HTTP/1.1" 200 115 0.035045 10.0.0.249 - - [2025-09-11 02:37:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003610 10.0.0.49 - - [2025-09-11 02:37:51] "GET /projects?obj_uuids=bd7a1787-b10a-4fce-81cf-8de15211daf8&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000901 10.0.0.249 - - [2025-09-11 02:37:51] "GET /project/bd7a1787-b10a-4fce-81cf-8de15211daf8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.040663 10.0.0.249 - - [2025-09-11 02:37:51] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-81798788&detail=False&count=False&shared=False HTTP/1.1" 200 1640 0.005035 10.0.0.249 - - [2025-09-11 02:37:51] "DELETE /network-policy/8561fc41-5a74-4ac7-a432-1388292b784b HTTP/1.1" 200 115 0.040515 10.0.0.249 - - [2025-09-11 02:37:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003000 10.0.0.49 - - [2025-09-11 02:37:51] "GET /projects?obj_uuids=bd7a1787-b10a-4fce-81cf-8de15211daf8&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001343 10.0.0.249 - - [2025-09-11 02:37:51] "GET /project/bd7a1787-b10a-4fce-81cf-8de15211daf8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.039209 10.0.0.249 - - [2025-09-11 02:37:51] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-81798788&detail=False&count=False&shared=False HTTP/1.1" 200 1424 0.007685 10.0.0.249 - - [2025-09-11 02:37:51] "DELETE /network-policy/e8a214be-b110-4a17-863e-b1e471747312 HTTP/1.1" 200 115 0.037870 10.0.0.249 - - [2025-09-11 02:37:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004171 10.0.0.49 - - [2025-09-11 02:37:51] "GET /projects?obj_uuids=bd7a1787-b10a-4fce-81cf-8de15211daf8&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001061 10.0.0.249 - - [2025-09-11 02:37:51] "GET /project/bd7a1787-b10a-4fce-81cf-8de15211daf8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.039975 10.0.0.249 - - [2025-09-11 02:37:51] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-81798788&detail=False&count=False&shared=False HTTP/1.1" 200 1208 0.005291 10.0.0.249 - - [2025-09-11 02:37:51] "DELETE /network-policy/e6094c3a-4682-4764-8c9f-73ac598a24ca HTTP/1.1" 200 115 0.032404 10.0.0.249 - - [2025-09-11 02:37:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002654 10.0.0.49 - - [2025-09-11 02:37:52] "GET /projects?obj_uuids=bd7a1787-b10a-4fce-81cf-8de15211daf8&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000940 10.0.0.249 - - [2025-09-11 02:37:52] "GET /project/bd7a1787-b10a-4fce-81cf-8de15211daf8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.038301 10.0.0.249 - - [2025-09-11 02:37:52] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-81798788&detail=False&count=False&shared=False HTTP/1.1" 200 990 0.004939 10.0.0.249 - - [2025-09-11 02:37:52] "DELETE /network-policy/912b8c9e-9ac0-4c11-9909-15bad5be9058 HTTP/1.1" 200 115 0.035848 10.0.0.249 - - [2025-09-11 02:37:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003660 10.0.0.49 - - [2025-09-11 02:37:52] "GET /projects?obj_uuids=bd7a1787-b10a-4fce-81cf-8de15211daf8&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001282 10.0.0.249 - - [2025-09-11 02:37:52] "GET /project/bd7a1787-b10a-4fce-81cf-8de15211daf8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.052695 10.0.0.249 - - [2025-09-11 02:37:52] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-81798788&detail=False&count=False&shared=False HTTP/1.1" 200 775 0.005456 10.0.0.249 - - [2025-09-11 02:37:52] "DELETE /network-policy/ff6a8e50-171a-455c-85e4-50384bcb39e0 HTTP/1.1" 200 115 0.042183 10.0.0.249 - - [2025-09-11 02:37:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.005286 10.0.0.49 - - [2025-09-11 02:37:52] "GET /projects?obj_uuids=bd7a1787-b10a-4fce-81cf-8de15211daf8&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001174 10.0.0.249 - - [2025-09-11 02:37:52] "GET /project/bd7a1787-b10a-4fce-81cf-8de15211daf8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.035842 10.0.0.249 - - [2025-09-11 02:37:52] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-81798788&detail=False&count=False&shared=False HTTP/1.1" 200 560 0.005596 10.0.0.249 - - [2025-09-11 02:37:52] "DELETE /network-policy/f9a6a369-64ef-4665-9923-dd82a3df7d6f HTTP/1.1" 200 115 0.033953 10.0.0.249 - - [2025-09-11 02:37:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.004910 10.0.0.49 - - [2025-09-11 02:37:52] "GET /projects?obj_uuids=bd7a1787-b10a-4fce-81cf-8de15211daf8&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000968 10.0.0.249 - - [2025-09-11 02:37:52] "GET /project/bd7a1787-b10a-4fce-81cf-8de15211daf8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.041595 10.0.0.249 - - [2025-09-11 02:37:52] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-81798788&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.005454 10.0.0.249 - - [2025-09-11 02:37:52] "DELETE /network-policy/1f1a1277-8c4c-4c07-9d7a-aa1853df26d2 HTTP/1.1" 200 115 0.042346 10.0.0.249 - - [2025-09-11 02:37:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003026 10.0.0.49 - - [2025-09-11 02:37:52] "GET /projects?obj_uuids=bd7a1787-b10a-4fce-81cf-8de15211daf8&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001653 10.0.0.249 - - [2025-09-11 02:37:52] "GET /project/bd7a1787-b10a-4fce-81cf-8de15211daf8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.046875 10.0.0.249 - - [2025-09-11 02:37:53] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-81798788&detail=False&count=False&shared=False HTTP/1.1" 200 131 0.004991 10.0.0.249 - - [2025-09-11 02:37:53] "POST /neutron/network HTTP/1.1" 200 1074 0.009409 10.0.0.49 - - [2025-09-11 02:37:53] "POST /useragent-kv HTTP/1.1" 200 115 0.003267 10.0.0.49 - - [2025-09-11 02:37:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003409 10.0.0.49 - - [2025-09-11 02:37:53] "POST /useragent-kv HTTP/1.1" 200 115 0.004403 10.0.0.49 - - [2025-09-11 02:37:53] "POST /useragent-kv HTTP/1.1" 200 115 0.002131 10.0.0.49 - - [2025-09-11 02:37:53] "POST /useragent-kv HTTP/1.1" 200 115 0.002019 10.0.0.249 - - [2025-09-11 02:37:53] "POST /neutron/network HTTP/1.1" 200 151 0.129213 10.0.0.249 - - [2025-09-11 02:37:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003227 10.0.0.249 - - [2025-09-11 02:37:53] "DELETE /network-ipam/42adc425-9c3c-4520-99af-530d280b256d HTTP/1.1" 200 115 0.037301 10.0.0.249 - - [2025-09-11 02:37:53] "POST /fqname-to-id HTTP/1.1" 404 248 0.005707 10.0.0.49 - - [2025-09-11 02:37:53] "GET /projects?obj_uuids=bd7a1787-b10a-4fce-81cf-8de15211daf8&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000940 10.0.0.49 - - [2025-09-11 02:37:54] "GET /project/bd7a1787-b10a-4fce-81cf-8de15211daf8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1492 0.042758 10.0.0.49 - - [2025-09-11 02:37:54] "GET /projects?obj_uuids=bd7a1787-b10a-4fce-81cf-8de15211daf8&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000960 10.0.0.49 - - [2025-09-11 02:37:54] "GET /project/bd7a1787-b10a-4fce-81cf-8de15211daf8?fields=security_groups HTTP/1.1" 200 1381 0.051573 10.0.0.49 - - [2025-09-11 02:37:54] "DELETE /security-group/579b3fc2-9885-4bf1-b874-748edcddf5b6 HTTP/1.1" 200 115 0.051918 10.0.0.49 - - [2025-09-11 02:37:54] "GET /projects?obj_uuids=bd7a1787-b10a-4fce-81cf-8de15211daf8&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001065 10.0.0.49 - - [2025-09-11 02:37:54] "GET /project/bd7a1787-b10a-4fce-81cf-8de15211daf8?fields=application_policy_sets HTTP/1.1" 200 1420 0.060308 10.0.0.49 - - [2025-09-11 02:37:54] "DELETE /access-control-list/8da51fce-ee7d-43e3-86df-a15def0ea7cb HTTP/1.1" 200 115 0.070801 10.0.0.249 - - [2025-09-11 02:37:54] "DELETE /project/bd7a1787-b10a-4fce-81cf-8de15211daf8 HTTP/1.1" 200 115 0.408607 10.0.0.49 - - [2025-09-11 02:37:54] "GET /domains?obj_uuids=6cefd47d-baca-4df6-a10c-ec963319da07&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001140 10.0.0.249 - - [2025-09-11 02:37:54] "GET /domain/6cefd47d-baca-4df6-a10c-ec963319da07?fields=projects HTTP/1.1" 200 1244 0.018001 10.0.0.49 - - [2025-09-11 02:37:55] "GET /projects?obj_uuids=bd7a1787-b10a-4fce-81cf-8de15211daf8&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002715 10.0.0.49 - - [2025-09-11 02:37:55] "GET /domains?obj_uuids=6cefd47d-baca-4df6-a10c-ec963319da07&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000842 10.0.0.49 - - [2025-09-11 02:37:55] "GET /domain/6cefd47d-baca-4df6-a10c-ec963319da07?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.047247 10.0.0.49 - - [2025-09-11 02:37:55] "POST /id-to-fqname HTTP/1.1" 200 196 0.005221 10.0.0.49 - - [2025-09-11 02:37:55] "POST /fqname-to-id HTTP/1.1" 404 205 0.006180 10.0.0.49 - - [2025-09-11 02:37:56] "POST /security-groups HTTP/1.1" 200 597 0.072900 10.0.0.49 - - [2025-09-11 02:37:56] "POST /projects HTTP/1.1" 200 597 0.276086 10.0.0.49 - - [2025-09-11 02:37:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.313319 10.0.0.49 - - [2025-09-11 02:37:56] "POST /fqname-to-id HTTP/1.1" 404 239 0.009521 10.0.0.249 - - [2025-09-11 02:37:56] "GET /project/bd7a1787-b10a-4fce-81cf-8de15211daf8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.496299 10.0.0.49 - - [2025-09-11 02:37:56] "GET /projects?obj_uuids=bd7a1787-b10a-4fce-81cf-8de15211daf8&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001167 10.0.0.249 - - [2025-09-11 02:37:56] "GET /project/bd7a1787-b10a-4fce-81cf-8de15211daf8?fields=virtual_networks HTTP/1.1" 200 1044 0.050957 10.0.0.49 - - [2025-09-11 02:37:56] "GET /projects?obj_uuids=bd7a1787-b10a-4fce-81cf-8de15211daf8&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001752 10.0.0.249 - - [2025-09-11 02:37:56] "GET /project/bd7a1787-b10a-4fce-81cf-8de15211daf8?fields=virtual_machine_interfaces HTTP/1.1" 200 1044 0.050432 10.0.0.49 - - [2025-09-11 02:37:56] "GET /projects?obj_uuids=bd7a1787-b10a-4fce-81cf-8de15211daf8&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001074 10.0.0.249 - - [2025-09-11 02:37:56] "GET /project/bd7a1787-b10a-4fce-81cf-8de15211daf8?fields=security_groups HTTP/1.1" 200 1276 0.059233 10.0.0.49 - - [2025-09-11 02:37:56] "DELETE /project/bd7a1787b10a4fce81cf8de15211daf8 HTTP/1.1" 404 173 0.003444 10.0.0.249 - - [2025-09-11 02:37:57] "POST /fqname-to-id HTTP/1.1" 404 200 0.023824 10.0.0.49 - - [2025-09-11 02:37:57] "GET /projects?obj_uuids=73a3ce7b-8b79-411a-957f-3aef1982c053&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002895 10.0.0.49 - - [2025-09-11 02:37:57] "GET /domains?obj_uuids=6cefd47d-baca-4df6-a10c-ec963319da07&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001373 10.0.0.49 - - [2025-09-11 02:37:57] "GET /domain/6cefd47d-baca-4df6-a10c-ec963319da07?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.009542 10.0.0.49 - - [2025-09-11 02:37:57] "POST /id-to-fqname HTTP/1.1" 200 202 0.005357 10.0.0.49 - - [2025-09-11 02:37:57] "POST /fqname-to-id HTTP/1.1" 404 211 0.004555 10.0.0.49 - - [2025-09-11 02:37:57] "POST /security-groups HTTP/1.1" 200 603 0.068969 10.0.0.49 - - [2025-09-11 02:37:57] "POST /projects HTTP/1.1" 200 609 0.279993 10.0.0.49 - - [2025-09-11 02:37:57] "POST /access-control-lists HTTP/1.1" 200 608 0.028277 10.0.0.49 - - [2025-09-11 02:37:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.349940 10.0.0.249 - - [2025-09-11 02:37:57] "GET /project/73a3ce7b-8b79-411a-957f-3aef1982c053?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.498325 10.0.0.249 - - [2025-09-11 02:37:58] "GET / HTTP/1.1" 200 35931 0.002314 10.0.0.249 - - [2025-09-11 02:38:00] "GET /project/73a3ce7b-8b79-411a-957f-3aef1982c053?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000507 10.0.0.49 - - [2025-09-11 02:38:01] "GET /projects?obj_uuids=73a3ce7b-8b79-411a-957f-3aef1982c053&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001653 10.0.0.249 - - [2025-09-11 02:38:01] "GET /project/73a3ce7b-8b79-411a-957f-3aef1982c053?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.071757 10.0.0.249 - - [2025-09-11 02:38:01] "GET / HTTP/1.1" 200 35931 0.001862 10.0.0.249 - - [2025-09-11 02:38:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003272 10.0.0.49 - - [2025-09-11 02:38:02] "GET /domains?obj_uuids=6cefd47d-baca-4df6-a10c-ec963319da07&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000873 10.0.0.249 - - [2025-09-11 02:38:02] "GET /domain/6cefd47d-baca-4df6-a10c-ec963319da07?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.006519 10.0.0.249 - - [2025-09-11 02:38:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003439 10.0.0.49 - - [2025-09-11 02:38:02] "GET /projects?obj_uuids=73a3ce7b-8b79-411a-957f-3aef1982c053&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001101 10.0.0.249 - - [2025-09-11 02:38:02] "GET /project/73a3ce7b-8b79-411a-957f-3aef1982c053?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.041272 10.0.0.249 - - [2025-09-11 02:38:03] "GET /domains HTTP/1.1" 401 293 0.000380 10.0.0.249 - - [2025-09-11 02:38:03] "GET /domains HTTP/1.1" 200 280 0.030148 10.0.0.49 - - [2025-09-11 02:38:03] "GET /domains?obj_uuids=6cefd47d-baca-4df6-a10c-ec963319da07&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001119 10.0.0.249 - - [2025-09-11 02:38:03] "GET /domain/6cefd47d-baca-4df6-a10c-ec963319da07 HTTP/1.1" 200 2777 0.010751 10.0.0.49 - - [2025-09-11 02:38:03] "GET /projects?obj_uuids=73a3ce7b-8b79-411a-957f-3aef1982c053&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000824 10.0.0.249 - - [2025-09-11 02:38:03] "GET /project/73a3ce7b-8b79-411a-957f-3aef1982c053 HTTP/1.1" 200 1924 0.087291 10.0.0.249 - - [2025-09-11 02:38:03] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 545 0.002771 10.0.0.249 - - [2025-09-11 02:38:03] "POST /network-ipams HTTP/1.1" 200 621 0.027061 10.0.0.249 - - [2025-09-11 02:38:03] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 810 0.003298 10.0.0.249 - - [2025-09-11 02:38:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003164 10.0.0.249 - - [2025-09-11 02:38:03] "GET /network-ipam/596d5ee0-2691-4e38-b439-de2cd1786d01?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.006504 10.0.0.249 - - [2025-09-11 02:38:03] "PUT /network-ipam/596d5ee0-2691-4e38-b439-de2cd1786d01 HTTP/1.1" 200 258 0.015274 10.0.0.249 - - [2025-09-11 02:38:04] "POST /fqname-to-id HTTP/1.1" 401 293 0.000416 10.0.0.249 - - [2025-09-11 02:38:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.025240 10.0.0.49 - - [2025-09-11 02:38:04] "GET /projects?obj_uuids=73a3ce7b-8b79-411a-957f-3aef1982c053&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001389 10.0.0.249 - - [2025-09-11 02:38:04] "GET /project/73a3ce7b-8b79-411a-957f-3aef1982c053?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.053638 10.0.0.49 - - [2025-09-11 02:38:04] "POST /route-targets HTTP/1.1" 200 327 0.022455 10.0.0.49 - - [2025-09-11 02:38:04] "POST /useragent-kv HTTP/1.1" 200 115 0.012691 10.0.0.249 - - [2025-09-11 02:38:04] "POST /neutron/subnet HTTP/1.1" 200 701 0.274790 10.0.0.249 - - [2025-09-11 02:38:05] "POST /neutron/network HTTP/1.1" 200 1337 0.012941 10.0.0.249 - - [2025-09-11 02:38:05] "POST /id-to-fqname HTTP/1.1" 200 235 0.001085 10.0.0.249 - - [2025-09-11 02:38:05] "GET /virtual-network/b6f9cced-5dbe-4fc9-81c2-509814a5e246?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3176 0.005423 10.0.0.249 - - [2025-09-11 02:38:05] "GET /virtual-network/b6f9cced-5dbe-4fc9-81c2-509814a5e246?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3176 0.005894 10.0.0.249 - - [2025-09-11 02:38:05] "POST /neutron/subnet HTTP/1.1" 200 701 0.008646 10.0.0.249 - - [2025-09-11 02:38:06] "GET /virtual-network/b6f9cced-5dbe-4fc9-81c2-509814a5e246?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3176 0.005664 10.0.0.22 - - [2025-09-11 02:38:06] "GET /obj-perms HTTP/1.1" 200 5038 0.058865 10.0.0.49 - - [2025-09-11 02:38:07] "GET /obj-perms HTTP/1.1" 200 5038 0.060119 10.0.0.249 - - [2025-09-11 02:38:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003480 10.0.0.49 - - [2025-09-11 02:38:07] "GET /projects?obj_uuids=73a3ce7b-8b79-411a-957f-3aef1982c053&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000989 10.0.0.249 - - [2025-09-11 02:38:07] "GET /project/73a3ce7b-8b79-411a-957f-3aef1982c053?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.045351 10.0.0.249 - - [2025-09-11 02:38:07] "POST /neutron/network HTTP/1.1" 200 117 0.011758 10.0.0.49 - - [2025-09-11 02:38:07] "POST /ref-update HTTP/1.1" 200 156 0.018678 10.0.0.49 - - [2025-09-11 02:38:08] "POST /useragent-kv HTTP/1.1" 200 115 0.006921 10.0.0.249 - - [2025-09-11 02:38:08] "POST /neutron/subnet HTTP/1.1" 200 701 0.251724 10.0.0.49 - - [2025-09-11 02:38:08] "POST /fqname-to-id HTTP/1.1" 404 207 0.048140 10.0.0.249 - - [2025-09-11 02:38:08] "POST /id-to-fqname HTTP/1.1" 200 235 0.001326 10.0.0.249 - - [2025-09-11 02:38:08] "GET /virtual-network/c693600a-0e9a-41b1-a8b1-12fa6d8b05b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3177 0.008042 10.0.0.249 - - [2025-09-11 02:38:08] "POST /neutron/network HTTP/1.1" 200 1337 0.010947 10.0.0.249 - - [2025-09-11 02:38:08] "GET /virtual-network/c693600a-0e9a-41b1-a8b1-12fa6d8b05b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3177 0.005689 10.0.0.249 - - [2025-09-11 02:38:08] "POST /neutron/subnet HTTP/1.1" 200 701 0.008417 10.0.0.249 - - [2025-09-11 02:38:08] "GET /virtual-network/c693600a-0e9a-41b1-a8b1-12fa6d8b05b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3177 0.005481 10.0.0.249 - - [2025-09-11 02:38:09] "POST /fqname-to-id HTTP/1.1" 404 211 0.003515 10.0.0.249 - - [2025-09-11 02:38:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003347 10.0.0.49 - - [2025-09-11 02:38:09] "GET /projects?obj_uuids=73a3ce7b-8b79-411a-957f-3aef1982c053&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001140 10.0.0.249 - - [2025-09-11 02:38:09] "GET /project/73a3ce7b-8b79-411a-957f-3aef1982c053?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.043309 10.0.0.249 - - [2025-09-11 02:38:09] "POST /network-policys HTTP/1.1" 200 533 0.081729 10.0.0.249 - - [2025-09-11 02:38:09] "GET /network-policy/37f803eb-85d9-452b-95b8-983d6c48042e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4991 0.006564 10.0.0.249 - - [2025-09-11 02:38:09] "POST /fqname-to-id HTTP/1.1" 404 211 0.003199 10.0.0.249 - - [2025-09-11 02:38:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.002958 10.0.0.49 - - [2025-09-11 02:38:09] "GET /projects?obj_uuids=73a3ce7b-8b79-411a-957f-3aef1982c053&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000938 10.0.0.249 - - [2025-09-11 02:38:09] "GET /project/73a3ce7b-8b79-411a-957f-3aef1982c053?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.040152 10.0.0.249 - - [2025-09-11 02:38:09] "POST /network-policys HTTP/1.1" 200 533 0.073732 10.0.0.249 - - [2025-09-11 02:38:09] "GET /network-policy/09238f73-d1c5-4d03-a55e-1454b0355539?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4990 0.006284 10.0.0.249 - - [2025-09-11 02:38:09] "POST /fqname-to-id HTTP/1.1" 404 211 0.003928 10.0.0.249 - - [2025-09-11 02:38:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003843 10.0.0.49 - - [2025-09-11 02:38:10] "GET /projects?obj_uuids=73a3ce7b-8b79-411a-957f-3aef1982c053&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001017 10.0.0.249 - - [2025-09-11 02:38:10] "GET /project/73a3ce7b-8b79-411a-957f-3aef1982c053?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.041365 10.0.0.249 - - [2025-09-11 02:38:10] "POST /network-policys HTTP/1.1" 200 533 0.082007 10.0.0.249 - - [2025-09-11 02:38:10] "GET /network-policy/9ee1a5c9-a7cd-4dc4-834f-b76234c56985?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4991 0.006715 10.0.0.249 - - [2025-09-11 02:38:10] "POST /fqname-to-id HTTP/1.1" 404 211 0.003101 10.0.0.249 - - [2025-09-11 02:38:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003974 10.0.0.49 - - [2025-09-11 02:38:10] "GET /projects?obj_uuids=73a3ce7b-8b79-411a-957f-3aef1982c053&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000973 10.0.0.249 - - [2025-09-11 02:38:10] "GET /project/73a3ce7b-8b79-411a-957f-3aef1982c053?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.049061 10.0.0.249 - - [2025-09-11 02:38:10] "POST /network-policys HTTP/1.1" 200 533 0.072898 10.0.0.249 - - [2025-09-11 02:38:10] "GET /network-policy/a30bd9ed-205b-49bf-8f78-c472d0ce74dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4992 0.005608 10.0.0.249 - - [2025-09-11 02:38:10] "POST /fqname-to-id HTTP/1.1" 404 213 0.003076 10.0.0.249 - - [2025-09-11 02:38:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003426 10.0.0.49 - - [2025-09-11 02:38:10] "GET /projects?obj_uuids=73a3ce7b-8b79-411a-957f-3aef1982c053&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001378 10.0.0.249 - - [2025-09-11 02:38:10] "GET /project/73a3ce7b-8b79-411a-957f-3aef1982c053?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.048229 10.0.0.249 - - [2025-09-11 02:38:10] "POST /network-policys HTTP/1.1" 200 537 0.027572 10.0.0.249 - - [2025-09-11 02:38:11] "GET /network-policy/bd8f8af3-a853-466a-a201-06dc3c3ffecc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1951 0.006132 10.0.0.249 - - [2025-09-11 02:38:11] "POST /fqname-to-id HTTP/1.1" 404 212 0.003127 10.0.0.249 - - [2025-09-11 02:38:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003245 10.0.0.49 - - [2025-09-11 02:38:11] "GET /projects?obj_uuids=73a3ce7b-8b79-411a-957f-3aef1982c053&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001152 10.0.0.249 - - [2025-09-11 02:38:11] "GET /project/73a3ce7b-8b79-411a-957f-3aef1982c053?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.048822 10.0.0.249 - - [2025-09-11 02:38:11] "POST /network-policys HTTP/1.1" 200 535 0.069595 10.0.0.249 - - [2025-09-11 02:38:11] "GET /network-policy/9d99ebac-6443-4c55-86a0-52d22c28befb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4994 0.006376 10.0.0.249 - - [2025-09-11 02:38:11] "POST /fqname-to-id HTTP/1.1" 404 212 0.003605 10.0.0.249 - - [2025-09-11 02:38:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003436 10.0.0.49 - - [2025-09-11 02:38:11] "GET /projects?obj_uuids=73a3ce7b-8b79-411a-957f-3aef1982c053&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001505 10.0.0.249 - - [2025-09-11 02:38:11] "GET /project/73a3ce7b-8b79-411a-957f-3aef1982c053?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.039753 10.0.0.249 - - [2025-09-11 02:38:11] "POST /network-policys HTTP/1.1" 200 535 0.073542 10.0.0.249 - - [2025-09-11 02:38:11] "GET /network-policy/0d5a2dd4-9e5d-49ee-a97e-b7e4550c7ba8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4993 0.006017 10.0.0.249 - - [2025-09-11 02:38:11] "POST /fqname-to-id HTTP/1.1" 404 212 0.003392 10.0.0.249 - - [2025-09-11 02:38:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003220 10.0.0.49 - - [2025-09-11 02:38:12] "GET /projects?obj_uuids=73a3ce7b-8b79-411a-957f-3aef1982c053&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.002143 10.0.0.249 - - [2025-09-11 02:38:12] "GET /project/73a3ce7b-8b79-411a-957f-3aef1982c053?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.041235 10.0.0.249 - - [2025-09-11 02:38:12] "POST /network-policys HTTP/1.1" 200 535 0.069505 10.0.0.249 - - [2025-09-11 02:38:12] "GET /network-policy/315badf4-8b89-4b32-8f8c-9dcc9d95ed3e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4994 0.006578 10.0.0.249 - - [2025-09-11 02:38:12] "POST /fqname-to-id HTTP/1.1" 404 212 0.003183 10.0.0.249 - - [2025-09-11 02:38:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002883 10.0.0.49 - - [2025-09-11 02:38:12] "GET /projects?obj_uuids=73a3ce7b-8b79-411a-957f-3aef1982c053&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001096 10.0.0.249 - - [2025-09-11 02:38:12] "GET /project/73a3ce7b-8b79-411a-957f-3aef1982c053?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.046829 10.0.0.249 - - [2025-09-11 02:38:12] "POST /network-policys HTTP/1.1" 200 535 0.069168 10.0.0.249 - - [2025-09-11 02:38:12] "GET /network-policy/fadfea1f-b6ea-4ae8-bf18-34b91c7cda45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4995 0.013752 10.0.0.249 - - [2025-09-11 02:38:12] "POST /fqname-to-id HTTP/1.1" 404 214 0.002842 10.0.0.249 - - [2025-09-11 02:38:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003391 10.0.0.49 - - [2025-09-11 02:38:12] "GET /projects?obj_uuids=73a3ce7b-8b79-411a-957f-3aef1982c053&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001523 10.0.0.249 - - [2025-09-11 02:38:12] "GET /project/73a3ce7b-8b79-411a-957f-3aef1982c053?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.041062 10.0.0.249 - - [2025-09-11 02:38:12] "POST /network-policys HTTP/1.1" 200 539 0.024704 10.0.0.249 - - [2025-09-11 02:38:12] "GET /network-policy/b5d9c018-444f-40ca-b252-c7739a572602?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1134 0.006657 10.0.0.249 - - [2025-09-11 02:38:13] "POST /neutron/network HTTP/1.1" 200 1425 0.093691 10.0.0.249 - - [2025-09-11 02:38:13] "GET /virtual-network/b6f9cced-5dbe-4fc9-81c2-509814a5e246?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3480 0.017074 10.0.0.249 - - [2025-09-11 02:38:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.006351 10.0.0.49 - - [2025-09-11 02:38:13] "DELETE /access-control-list/a0a95e45-460c-4c9f-a2dc-41ee9437b8e7 HTTP/1.1" 200 115 0.083241 10.0.0.249 - - [2025-09-11 02:38:13] "GET /network-policy/37f803eb-85d9-452b-95b8-983d6c48042e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4991 0.004426 10.0.0.249 - - [2025-09-11 02:38:13] "POST /neutron/network HTTP/1.1" 200 1427 0.089259 10.0.0.49 - - [2025-09-11 02:38:13] "POST /access-control-lists HTTP/1.1" 200 609 0.050896 10.0.0.249 - - [2025-09-11 02:38:13] "GET /virtual-network/c693600a-0e9a-41b1-a8b1-12fa6d8b05b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3483 0.005470 10.0.0.249 - - [2025-09-11 02:38:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.009821 10.0.0.249 - - [2025-09-11 02:38:14] "GET /network-policy/bd8f8af3-a853-466a-a201-06dc3c3ffecc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1951 0.003903 10.0.0.249 - - [2025-09-11 02:38:14] "POST /id-to-fqname HTTP/1.1" 200 235 0.001266 10.0.0.49 - - [2025-09-11 02:38:14] "GET /projects?obj_uuids=73a3ce7b-8b79-411a-957f-3aef1982c053&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001411 10.0.0.249 - - [2025-09-11 02:38:14] "GET /project/73a3ce7b-8b79-411a-957f-3aef1982c053?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.070609 10.0.0.249 - - [2025-09-11 02:38:15] "POST /neutron/network HTTP/1.1" 200 1425 0.010591 10.0.0.249 - - [2025-09-11 02:38:15] "POST /id-to-fqname HTTP/1.1" 200 235 0.001585 10.0.0.249 - - [2025-09-11 02:38:15] "POST /neutron/port HTTP/1.1" 200 117 0.009185 10.0.0.49 - - [2025-09-11 02:38:15] "GET /projects?obj_uuids=73a3ce7b-8b79-411a-957f-3aef1982c053&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000961 10.0.0.249 - - [2025-09-11 02:38:16] "POST /neutron/port HTTP/1.1" 200 1174 0.378078 10.0.0.49 - - [2025-09-11 02:38:16] "GET /projects?obj_uuids=73a3ce7b-8b79-411a-957f-3aef1982c053&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001197 10.0.0.249 - - [2025-09-11 02:38:16] "POST /neutron/port HTTP/1.1" 200 1228 0.125703 10.0.0.249 - - [2025-09-11 02:38:16] "GET /project/73a3ce7b-8b79-411a-957f-3aef1982c053?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.134541 10.0.0.249 - - [2025-09-11 02:38:16] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003937 10.0.0.249 - - [2025-09-11 02:38:16] "POST /neutron/port HTTP/1.1" 200 117 0.001092 10.0.0.249 - - [2025-09-11 02:38:16] "POST /neutron/port HTTP/1.1" 200 1202 0.019240 10.0.0.249 - - [2025-09-11 02:38:16] "POST /neutron/port HTTP/1.1" 200 1202 0.014501 10.0.0.49 - - [2025-09-11 02:38:16] "GET /projects?obj_uuids=73a3ce7b-8b79-411a-957f-3aef1982c053&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.002488 10.0.0.49 - - [2025-09-11 02:38:17] "PUT /access-control-list/f9b02fed-abb9-4592-8e66-ae8746921e26 HTTP/1.1" 200 272 0.017700 10.0.0.249 - - [2025-09-11 02:38:17] "POST /neutron/port HTTP/1.1" 200 1174 0.369378 10.0.0.249 - - [2025-09-11 02:38:17] "POST /neutron/port HTTP/1.1" 200 1228 0.112387 10.0.0.249 - - [2025-09-11 02:38:17] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003924 10.0.0.249 - - [2025-09-11 02:38:17] "POST /neutron/port HTTP/1.1" 200 117 0.001230 10.0.0.249 - - [2025-09-11 02:38:21] "GET /obj-perms HTTP/1.1" 200 5075 0.045693 10.0.0.249 - - [2025-09-11 02:38:21] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007003 10.0.0.249 - - [2025-09-11 02:38:21] "POST /neutron/port HTTP/1.1" 200 1202 0.015852 10.0.0.249 - - [2025-09-11 02:38:21] "GET /virtual-machine/6668322f-b003-43b0-9e13-776241409c89 HTTP/1.1" 401 293 0.000464 10.0.0.249 - - [2025-09-11 02:38:22] "GET /virtual-machine/6668322f-b003-43b0-9e13-776241409c89 HTTP/1.1" 200 1304 0.028520 10.0.0.249 - - [2025-09-11 02:38:22] "GET /virtual-machine-interface/b6c8047f-79c7-4501-b611-667118c7cb3e HTTP/1.1" 200 3170 0.005861 10.0.0.249 - - [2025-09-11 02:38:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003492 10.0.0.249 - - [2025-09-11 02:38:22] "GET /global-vrouter-config/34ac33d4-7223-40b7-b082-da1d7603178b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003897 10.0.0.249 - - [2025-09-11 02:38:22] "GET /virtual-networks?parent_id=73a3ce7b-8b79-411a-957f-3aef1982c053&detail=False&count=False&shared=False HTTP/1.1" 200 601 0.003477 10.0.0.249 - - [2025-09-11 02:38:22] "GET /virtual-network/b6f9cced-5dbe-4fc9-81c2-509814a5e246?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3480 0.006699 10.0.0.249 - - [2025-09-11 02:38:22] "POST /neutron/port HTTP/1.1" 200 1202 0.017624 10.0.0.249 - - [2025-09-11 02:38:23] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003857 10.0.0.249 - - [2025-09-11 02:38:23] "POST /neutron/port HTTP/1.1" 200 117 0.001293 10.0.0.249 - - [2025-09-11 02:38:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003956 10.0.0.249 - - [2025-09-11 02:38:25] "GET /virtual-network/b6f9cced-5dbe-4fc9-81c2-509814a5e246?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3480 0.006579 10.0.0.249 - - [2025-09-11 02:38:28] "POST /neutron/port HTTP/1.1" 200 1202 0.018553 10.0.0.249 - - [2025-09-11 02:38:28] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003801 10.0.0.249 - - [2025-09-11 02:38:28] "POST /neutron/port HTTP/1.1" 200 117 0.001116 10.0.0.249 - - [2025-09-11 02:38:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003335 10.0.0.249 - - [2025-09-11 02:38:29] "GET /virtual-network/b6f9cced-5dbe-4fc9-81c2-509814a5e246?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3480 0.005378 10.0.0.249 - - [2025-09-11 02:38:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003478 10.0.0.249 - - [2025-09-11 02:38:33] "GET /virtual-network/b6f9cced-5dbe-4fc9-81c2-509814a5e246?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3480 0.005335 10.0.0.249 - - [2025-09-11 02:38:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003733 10.0.0.249 - - [2025-09-11 02:38:37] "GET /virtual-network/b6f9cced-5dbe-4fc9-81c2-509814a5e246?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3480 0.005422 10.0.0.249 - - [2025-09-11 02:38:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003785 10.0.0.249 - - [2025-09-11 02:38:41] "GET /virtual-network/b6f9cced-5dbe-4fc9-81c2-509814a5e246?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3480 0.004942 10.0.0.249 - - [2025-09-11 02:38:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003772 10.0.0.249 - - [2025-09-11 02:38:45] "GET /virtual-network/b6f9cced-5dbe-4fc9-81c2-509814a5e246?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3480 0.005508 10.0.0.249 - - [2025-09-11 02:38:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004255 10.0.0.249 - - [2025-09-11 02:38:50] "GET /virtual-network/b6f9cced-5dbe-4fc9-81c2-509814a5e246?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3480 0.006949 10.0.0.249 - - [2025-09-11 02:38:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003491 10.0.0.249 - - [2025-09-11 02:38:54] "GET /virtual-network/b6f9cced-5dbe-4fc9-81c2-509814a5e246?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3480 0.007273 10.0.0.249 - - [2025-09-11 02:38:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003853 10.0.0.249 - - [2025-09-11 02:38:56] "GET /global-vrouter-config/34ac33d4-7223-40b7-b082-da1d7603178b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005180 10.0.0.249 - - [2025-09-11 02:38:56] "GET /virtual-networks?parent_id=73a3ce7b-8b79-411a-957f-3aef1982c053&detail=False&count=False&shared=False HTTP/1.1" 200 601 0.003146 10.0.0.249 - - [2025-09-11 02:38:56] "GET /virtual-network/b6f9cced-5dbe-4fc9-81c2-509814a5e246?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3480 0.005949 10.0.0.249 - - [2025-09-11 02:38:56] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007206 10.0.0.49 - - [2025-09-11 02:38:56] "DELETE /project/73a3ce7b8b79411a957f3aef1982c053 HTTP/1.1" 404 173 0.004023 10.0.0.49 - - [2025-09-11 02:38:56] "DELETE /project/bd7a1787-b10a-4fce-81cf-8de15211daf8 HTTP/1.1" 404 177 0.003879 10.0.0.249 - - [2025-09-11 02:39:04] "POST /neutron/port HTTP/1.1" 200 1202 0.038797 10.0.0.249 - - [2025-09-11 02:39:06] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007015 10.0.0.249 - - [2025-09-11 02:39:15] "POST /neutron/port HTTP/1.1" 200 1202 0.014867 10.0.0.249 - - [2025-09-11 02:39:17] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007839 10.0.0.249 - - [2025-09-11 02:39:17] "POST /neutron/port HTTP/1.1" 200 1202 0.018925 10.0.0.249 - - [2025-09-11 02:39:17] "GET /virtual-machine/781fb608-ef2b-4c3e-8ce1-a687335aa528 HTTP/1.1" 200 1304 0.005376 10.0.0.249 - - [2025-09-11 02:39:17] "GET /virtual-machine-interface/6bc0da67-b6a8-40b2-9f14-68f4f7e81372 HTTP/1.1" 200 3169 0.005346 10.0.0.249 - - [2025-09-11 02:39:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003629 10.0.0.249 - - [2025-09-11 02:39:17] "GET /global-vrouter-config/34ac33d4-7223-40b7-b082-da1d7603178b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004080 10.0.0.249 - - [2025-09-11 02:39:17] "GET /virtual-networks?parent_id=73a3ce7b-8b79-411a-957f-3aef1982c053&detail=False&count=False&shared=False HTTP/1.1" 200 601 0.003916 10.0.0.249 - - [2025-09-11 02:39:17] "GET /virtual-network/c693600a-0e9a-41b1-a8b1-12fa6d8b05b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3483 0.005687 10.0.0.249 - - [2025-09-11 02:39:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003421 10.0.0.249 - - [2025-09-11 02:39:18] "GET /global-vrouter-config/34ac33d4-7223-40b7-b082-da1d7603178b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003703 10.0.0.249 - - [2025-09-11 02:39:18] "GET /virtual-networks?parent_id=73a3ce7b-8b79-411a-957f-3aef1982c053&detail=False&count=False&shared=False HTTP/1.1" 200 601 0.003125 10.0.0.249 - - [2025-09-11 02:39:18] "GET /virtual-network/c693600a-0e9a-41b1-a8b1-12fa6d8b05b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3483 0.007204 10.0.0.249 - - [2025-09-11 02:39:18] "POST /neutron/security_group HTTP/1.1" 200 2070 0.010860 10.0.0.49 - - [2025-09-11 02:39:22] "GET /obj-perms HTTP/1.1" 200 5075 0.042878 10.0.0.249 - - [2025-09-11 02:39:23] "POST /neutron/network HTTP/1.1" 200 1435 0.031905 10.0.0.249 - - [2025-09-11 02:39:23] "POST /neutron/subnet HTTP/1.1" 200 1361 0.014690 10.0.0.249 - - [2025-09-11 02:39:23] "POST /neutron/network HTTP/1.1" 200 1425 0.010870 10.0.0.249 - - [2025-09-11 02:39:29] "POST /neutron/port HTTP/1.1" 200 1202 0.041867 10.0.0.249 - - [2025-09-11 02:39:29] "POST /neutron/security_group HTTP/1.1" 200 2070 0.008564 10.0.0.249 - - [2025-09-11 02:39:29] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007226 10.0.0.249 - - [2025-09-11 02:39:29] "POST /neutron/subnet HTTP/1.1" 200 1361 0.014573 10.0.0.249 - - [2025-09-11 02:39:29] "POST /neutron/network HTTP/1.1" 200 1427 0.014532 10.0.0.249 - - [2025-09-11 02:39:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003208 10.0.0.249 - - [2025-09-11 02:39:29] "GET /network-policy/bd8f8af3-a853-466a-a201-06dc3c3ffecc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1951 0.003507 10.0.0.249 - - [2025-09-11 02:39:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003652 10.0.0.249 - - [2025-09-11 02:39:29] "GET /network-policy/37f803eb-85d9-452b-95b8-983d6c48042e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4991 0.003815 10.0.0.249 - - [2025-09-11 02:39:29] "POST /neutron/network HTTP/1.1" 200 1425 0.011873 10.0.0.49 - - [2025-09-11 02:39:29] "POST /fqname-to-id HTTP/1.1" 404 207 0.002869 10.0.0.249 - - [2025-09-11 02:39:29] "GET /virtual-network/b6f9cced-5dbe-4fc9-81c2-509814a5e246?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3480 0.009043 10.0.0.249 - - [2025-09-11 02:39:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003822 10.0.0.249 - - [2025-09-11 02:39:29] "GET /network-policy/09238f73-d1c5-4d03-a55e-1454b0355539?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4990 0.004686 10.0.0.249 - - [2025-09-11 02:40:22] "POST /neutron/network HTTP/1.1" 200 1425 0.011816 10.0.0.249 - - [2025-09-11 02:40:22] "GET /virtual-network/b6f9cced-5dbe-4fc9-81c2-509814a5e246?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3483 0.016080 10.0.0.249 - - [2025-09-11 02:40:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.009319 10.0.0.49 - - [2025-09-11 02:40:22] "POST /ref-update HTTP/1.1" 200 156 0.045265 10.0.0.249 - - [2025-09-11 02:40:22] "GET /network-policy/b5d9c018-444f-40ca-b252-c7739a572602?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1134 0.004019 10.0.0.22 - - [2025-09-11 02:40:23] "GET /obj-perms HTTP/1.1" 200 5075 0.046262 10.0.0.249 - - [2025-09-11 02:40:24] "POST /neutron/port HTTP/1.1" 200 1202 0.014558 10.0.0.249 - - [2025-09-11 02:40:24] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003982 10.0.0.249 - - [2025-09-11 02:40:25] "POST /neutron/port HTTP/1.1" 200 117 0.001199 10.0.0.249 - - [2025-09-11 02:40:29] "POST /neutron/port HTTP/1.1" 200 1202 0.013869 10.0.0.249 - - [2025-09-11 02:40:30] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003900 10.0.0.249 - - [2025-09-11 02:40:30] "POST /neutron/port HTTP/1.1" 200 117 0.001252 10.0.0.249 - - [2025-09-11 02:40:34] "POST /neutron/network HTTP/1.1" 200 1428 0.011195 10.0.0.249 - - [2025-09-11 02:40:34] "GET /virtual-network/b6f9cced-5dbe-4fc9-81c2-509814a5e246?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3480 0.007975 10.0.0.249 - - [2025-09-11 02:40:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003881 10.0.0.249 - - [2025-09-11 02:40:34] "GET /network-policy/9ee1a5c9-a7cd-4dc4-834f-b76234c56985?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4991 0.004182 10.0.0.249 - - [2025-09-11 02:40:46] "POST /neutron/network HTTP/1.1" 200 1425 0.014722 10.0.0.49 - - [2025-09-11 02:40:46] "POST /fqname-to-id HTTP/1.1" 404 207 0.005876 10.0.0.49 - - [2025-09-11 02:40:46] "PUT /access-control-list/b73d3629-2840-4a1b-8160-483b9ce68f72 HTTP/1.1" 200 272 0.059513 10.0.0.249 - - [2025-09-11 02:40:46] "GET /virtual-network/b6f9cced-5dbe-4fc9-81c2-509814a5e246?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3480 0.007346 10.0.0.249 - - [2025-09-11 02:40:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004202 10.0.0.249 - - [2025-09-11 02:40:46] "GET /network-policy/a30bd9ed-205b-49bf-8f78-c472d0ce74dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4992 0.004572 10.0.0.249 - - [2025-09-11 02:40:56] "POST /neutron/network HTTP/1.1" 200 1425 0.010895 10.0.0.249 - - [2025-09-11 02:40:57] "GET /virtual-network/b6f9cced-5dbe-4fc9-81c2-509814a5e246?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3481 0.016868 10.0.0.249 - - [2025-09-11 02:40:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003880 10.0.0.249 - - [2025-09-11 02:40:57] "GET /network-policy/9d99ebac-6443-4c55-86a0-52d22c28befb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4994 0.005658 10.0.0.249 - - [2025-09-11 02:41:09] "POST /neutron/network HTTP/1.1" 200 1426 0.011749 10.0.0.249 - - [2025-09-11 02:41:09] "GET /virtual-network/b6f9cced-5dbe-4fc9-81c2-509814a5e246?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3481 0.009043 10.0.0.49 - - [2025-09-11 02:41:09] "PUT /access-control-list/b73d3629-2840-4a1b-8160-483b9ce68f72 HTTP/1.1" 200 272 0.075128 10.0.0.249 - - [2025-09-11 02:41:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.013007 10.0.0.249 - - [2025-09-11 02:41:09] "GET /network-policy/0d5a2dd4-9e5d-49ee-a97e-b7e4550c7ba8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4993 0.004029 10.0.0.22 - - [2025-09-11 02:41:10] "GET /global-system-configs HTTP/1.1" 200 322 0.076858 10.0.0.49 - - [2025-09-11 02:41:10] "GET /global-system-configs HTTP/1.1" 200 322 0.091494 10.0.0.249 - - [2025-09-11 02:41:10] "GET /obj-perms HTTP/1.1" 200 5075 0.123026 10.0.0.22 - - [2025-09-11 02:41:10] "GET /global-system-configs HTTP/1.1" 200 322 0.084386 10.0.0.49 - - [2025-09-11 02:41:10] "GET /global-system-configs HTTP/1.1" 200 322 0.108526 10.0.0.49 - - [2025-09-11 02:41:11] "GET /obj-perms HTTP/1.1" 200 5075 0.221763 10.0.0.22 - - [2025-09-11 02:41:11] "GET /obj-perms HTTP/1.1" 200 5075 0.238318 10.0.0.249 - - [2025-09-11 02:41:11] "GET /global-system-configs HTTP/1.1" 200 322 0.045195 10.0.0.249 - - [2025-09-11 02:41:11] "GET /obj-perms HTTP/1.1" 200 5075 0.173486 10.0.0.249 - - [2025-09-11 02:41:12] "GET /global-system-configs HTTP/1.1" 200 322 0.083997 10.0.0.49 - - [2025-09-11 02:41:12] "GET /obj-perms HTTP/1.1" 200 5075 0.153567 10.0.0.22 - - [2025-09-11 02:41:12] "GET /obj-perms HTTP/1.1" 200 5075 0.167292 10.0.0.249 - - [2025-09-11 02:41:19] "POST /neutron/network HTTP/1.1" 200 1426 0.012562 10.0.0.49 - - [2025-09-11 02:41:19] "POST /fqname-to-id HTTP/1.1" 404 207 0.006219 10.0.0.249 - - [2025-09-11 02:41:19] "GET /virtual-network/b6f9cced-5dbe-4fc9-81c2-509814a5e246?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3481 0.007708 10.0.0.249 - - [2025-09-11 02:41:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.002957 10.0.0.249 - - [2025-09-11 02:41:19] "GET /network-policy/315badf4-8b89-4b32-8f8c-9dcc9d95ed3e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4994 0.005632 10.0.0.249 - - [2025-09-11 02:41:26] "POST /neutron/port HTTP/1.1" 200 1202 0.014564 10.0.0.249 - - [2025-09-11 02:41:27] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003553 10.0.0.249 - - [2025-09-11 02:41:27] "POST /neutron/port HTTP/1.1" 200 117 0.001041 10.0.0.249 - - [2025-09-11 02:41:31] "POST /neutron/port HTTP/1.1" 200 1202 0.015786 10.0.0.249 - - [2025-09-11 02:41:31] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003794 10.0.0.249 - - [2025-09-11 02:41:31] "POST /neutron/port HTTP/1.1" 200 117 0.001104 10.0.0.249 - - [2025-09-11 02:41:31] "POST /neutron/network HTTP/1.1" 200 1426 0.010859 10.0.0.49 - - [2025-09-11 02:41:32] "PUT /access-control-list/b73d3629-2840-4a1b-8160-483b9ce68f72 HTTP/1.1" 200 272 0.050877 10.0.0.249 - - [2025-09-11 02:41:32] "GET /virtual-network/b6f9cced-5dbe-4fc9-81c2-509814a5e246?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3481 0.008023 10.0.0.249 - - [2025-09-11 02:41:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.002593 10.0.0.249 - - [2025-09-11 02:41:32] "GET /network-policy/fadfea1f-b6ea-4ae8-bf18-34b91c7cda45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4995 0.004264 10.0.0.249 - - [2025-09-11 02:41:42] "GET /virtual-network/b6f9cced-5dbe-4fc9-81c2-509814a5e246?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3481 0.007786 10.0.0.249 - - [2025-09-11 02:41:42] "POST /neutron/network HTTP/1.1" 200 1426 0.010692 10.0.0.249 - - [2025-09-11 02:41:42] "GET /virtual-network/b6f9cced-5dbe-4fc9-81c2-509814a5e246?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3176 0.008013 10.0.0.249 - - [2025-09-11 02:41:42] "GET /virtual-machine/781fb608-ef2b-4c3e-8ce1-a687335aa528 HTTP/1.1" 200 1304 0.003699 10.0.0.249 - - [2025-09-11 02:41:42] "POST /neutron/port HTTP/1.1" 200 1202 0.015392 10.0.0.249 - - [2025-09-11 02:41:44] "GET /virtual-machine/781fb608-ef2b-4c3e-8ce1-a687335aa528 HTTP/1.1" 404 171 0.003055 10.0.0.249 - - [2025-09-11 02:41:44] "GET /virtual-machine/781fb608-ef2b-4c3e-8ce1-a687335aa528 HTTP/1.1" 404 171 0.003575 10.0.0.249 - - [2025-09-11 02:41:44] "GET /virtual-machine/781fb608-ef2b-4c3e-8ce1-a687335aa528 HTTP/1.1" 404 171 0.002674 10.0.0.249 - - [2025-09-11 02:41:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003719 10.0.0.249 - - [2025-09-11 02:41:44] "GET /global-vrouter-config/34ac33d4-7223-40b7-b082-da1d7603178b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004329 10.0.0.249 - - [2025-09-11 02:41:44] "GET /virtual-networks?parent_id=73a3ce7b-8b79-411a-957f-3aef1982c053&detail=False&count=False&shared=False HTTP/1.1" 200 601 0.003360 10.0.0.249 - - [2025-09-11 02:41:44] "GET /virtual-network/c693600a-0e9a-41b1-a8b1-12fa6d8b05b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3483 0.005745 10.0.0.249 - - [2025-09-11 02:41:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003067 10.0.0.249 - - [2025-09-11 02:41:44] "GET /routing-instance/07371a07-f6ae-4edc-8ed5-9521d3a8da5c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1498 0.004221 10.0.0.249 - - [2025-09-11 02:41:44] "GET /route-target/30e9f3f5-a2a1-4915-bb1c-e73e204f4f50?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.003971 10.0.0.249 - - [2025-09-11 02:41:44] "GET /obj-perms HTTP/1.1" 200 5038 0.042887 10.0.0.49 - - [2025-09-11 02:41:45] "GET /obj-perms HTTP/1.1" 200 5038 0.003463 10.0.0.249 - - [2025-09-11 02:41:45] "GET /virtual-machine/6668322f-b003-43b0-9e13-776241409c89 HTTP/1.1" 200 1304 0.004226 10.0.0.249 - - [2025-09-11 02:41:45] "POST /neutron/port HTTP/1.1" 200 1202 0.015254 10.0.0.249 - - [2025-09-11 02:41:47] "GET /virtual-machine/6668322f-b003-43b0-9e13-776241409c89 HTTP/1.1" 404 171 0.003464 10.0.0.249 - - [2025-09-11 02:41:47] "GET /virtual-machine/6668322f-b003-43b0-9e13-776241409c89 HTTP/1.1" 404 171 0.003241 10.0.0.249 - - [2025-09-11 02:41:47] "GET /virtual-machine/6668322f-b003-43b0-9e13-776241409c89 HTTP/1.1" 404 171 0.003979 10.0.0.249 - - [2025-09-11 02:41:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.005174 10.0.0.249 - - [2025-09-11 02:41:47] "GET /global-vrouter-config/34ac33d4-7223-40b7-b082-da1d7603178b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004151 10.0.0.249 - - [2025-09-11 02:41:47] "GET /virtual-networks?parent_id=73a3ce7b-8b79-411a-957f-3aef1982c053&detail=False&count=False&shared=False HTTP/1.1" 200 601 0.003282 10.0.0.249 - - [2025-09-11 02:41:47] "GET /virtual-network/b6f9cced-5dbe-4fc9-81c2-509814a5e246?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3176 0.005685 10.0.0.249 - - [2025-09-11 02:41:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003337 10.0.0.249 - - [2025-09-11 02:41:47] "GET /routing-instance/6f29ef3f-1cb7-4437-81a8-fa9924519202?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1498 0.004778 10.0.0.249 - - [2025-09-11 02:41:47] "GET /route-target/4d95d2b7-7e15-47a2-90ec-f070224b7a1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004099 10.0.0.249 - - [2025-09-11 02:41:47] "GET /obj-perms HTTP/1.1" 200 5038 0.004107 10.0.0.249 - - [2025-09-11 02:41:50] "GET /obj-perms HTTP/1.1" 200 5038 0.003498 10.0.0.49 - - [2025-09-11 02:41:50] "GET /obj-perms HTTP/1.1" 200 5038 0.004594 10.0.0.249 - - [2025-09-11 02:41:50] "GET /virtual-network/c693600a-0e9a-41b1-a8b1-12fa6d8b05b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3483 0.007581 10.0.0.249 - - [2025-09-11 02:41:50] "POST /neutron/network HTTP/1.1" 200 1427 0.010558 10.0.0.49 - - [2025-09-11 02:41:51] "POST /fqname-to-id HTTP/1.1" 404 207 0.009397 10.0.0.49 - - [2025-09-11 02:41:51] "DELETE /access-control-list/f9b02fed-abb9-4592-8e66-ae8746921e26 HTTP/1.1" 200 115 0.048271 10.0.0.249 - - [2025-09-11 02:41:51] "GET /virtual-network/c693600a-0e9a-41b1-a8b1-12fa6d8b05b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3177 0.007654 10.0.0.249 - - [2025-09-11 02:41:51] "DELETE /network-policy/b5d9c018-444f-40ca-b252-c7739a572602 HTTP/1.1" 200 115 0.032276 10.0.0.249 - - [2025-09-11 02:41:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003218 10.0.0.49 - - [2025-09-11 02:41:51] "GET /projects?obj_uuids=73a3ce7b-8b79-411a-957f-3aef1982c053&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000939 10.0.0.249 - - [2025-09-11 02:41:51] "GET /project/73a3ce7b-8b79-411a-957f-3aef1982c053?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.042949 10.0.0.249 - - [2025-09-11 02:41:51] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-39157939&detail=False&count=False&shared=False HTTP/1.1" 200 2126 0.004945 10.0.0.249 - - [2025-09-11 02:41:51] "DELETE /network-policy/fadfea1f-b6ea-4ae8-bf18-34b91c7cda45 HTTP/1.1" 200 115 0.045232 10.0.0.249 - - [2025-09-11 02:41:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.012523 10.0.0.49 - - [2025-09-11 02:41:51] "GET /projects?obj_uuids=73a3ce7b-8b79-411a-957f-3aef1982c053&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001263 10.0.0.249 - - [2025-09-11 02:41:51] "GET /project/73a3ce7b-8b79-411a-957f-3aef1982c053?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.043108 10.0.0.249 - - [2025-09-11 02:41:51] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-39157939&detail=False&count=False&shared=False HTTP/1.1" 200 1904 0.005649 10.0.0.249 - - [2025-09-11 02:41:51] "DELETE /network-policy/315badf4-8b89-4b32-8f8c-9dcc9d95ed3e HTTP/1.1" 200 115 0.061796 10.0.0.249 - - [2025-09-11 02:41:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002773 10.0.0.49 - - [2025-09-11 02:41:51] "GET /projects?obj_uuids=73a3ce7b-8b79-411a-957f-3aef1982c053&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001067 10.0.0.249 - - [2025-09-11 02:41:51] "GET /project/73a3ce7b-8b79-411a-957f-3aef1982c053?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.044011 10.0.0.249 - - [2025-09-11 02:41:51] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-39157939&detail=False&count=False&shared=False HTTP/1.1" 200 1682 0.005514 10.0.0.249 - - [2025-09-11 02:41:51] "DELETE /network-policy/0d5a2dd4-9e5d-49ee-a97e-b7e4550c7ba8 HTTP/1.1" 200 115 0.041603 10.0.0.249 - - [2025-09-11 02:41:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003244 10.0.0.49 - - [2025-09-11 02:41:51] "GET /projects?obj_uuids=73a3ce7b-8b79-411a-957f-3aef1982c053&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001282 10.0.0.249 - - [2025-09-11 02:41:51] "GET /project/73a3ce7b-8b79-411a-957f-3aef1982c053?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.051204 10.0.0.249 - - [2025-09-11 02:41:52] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-39157939&detail=False&count=False&shared=False HTTP/1.1" 200 1460 0.006142 10.0.0.249 - - [2025-09-11 02:41:52] "DELETE /network-policy/9d99ebac-6443-4c55-86a0-52d22c28befb HTTP/1.1" 200 115 0.048895 10.0.0.249 - - [2025-09-11 02:41:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.002813 10.0.0.49 - - [2025-09-11 02:41:52] "GET /projects?obj_uuids=73a3ce7b-8b79-411a-957f-3aef1982c053&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001013 10.0.0.249 - - [2025-09-11 02:41:52] "GET /project/73a3ce7b-8b79-411a-957f-3aef1982c053?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.037825 10.0.0.249 - - [2025-09-11 02:41:52] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-39157939&detail=False&count=False&shared=False HTTP/1.1" 200 1238 0.005051 10.0.0.249 - - [2025-09-11 02:41:52] "DELETE /network-policy/bd8f8af3-a853-466a-a201-06dc3c3ffecc HTTP/1.1" 200 115 0.036847 10.0.0.249 - - [2025-09-11 02:41:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003180 10.0.0.49 - - [2025-09-11 02:41:52] "GET /projects?obj_uuids=73a3ce7b-8b79-411a-957f-3aef1982c053&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001349 10.0.0.249 - - [2025-09-11 02:41:52] "GET /project/73a3ce7b-8b79-411a-957f-3aef1982c053?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.057603 10.0.0.249 - - [2025-09-11 02:41:52] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-39157939&detail=False&count=False&shared=False HTTP/1.1" 200 1014 0.005142 10.0.0.249 - - [2025-09-11 02:41:52] "DELETE /network-policy/a30bd9ed-205b-49bf-8f78-c472d0ce74dd HTTP/1.1" 200 115 0.036659 10.0.0.249 - - [2025-09-11 02:41:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.002985 10.0.0.49 - - [2025-09-11 02:41:52] "GET /projects?obj_uuids=73a3ce7b-8b79-411a-957f-3aef1982c053&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001045 10.0.0.249 - - [2025-09-11 02:41:52] "GET /project/73a3ce7b-8b79-411a-957f-3aef1982c053?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.040871 10.0.0.249 - - [2025-09-11 02:41:52] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-39157939&detail=False&count=False&shared=False HTTP/1.1" 200 793 0.004824 10.0.0.249 - - [2025-09-11 02:41:52] "DELETE /network-policy/9ee1a5c9-a7cd-4dc4-834f-b76234c56985 HTTP/1.1" 200 115 0.041800 10.0.0.249 - - [2025-09-11 02:41:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.004538 10.0.0.49 - - [2025-09-11 02:41:52] "GET /projects?obj_uuids=73a3ce7b-8b79-411a-957f-3aef1982c053&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001100 10.0.0.249 - - [2025-09-11 02:41:52] "GET /project/73a3ce7b-8b79-411a-957f-3aef1982c053?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.047664 10.0.0.249 - - [2025-09-11 02:41:52] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-39157939&detail=False&count=False&shared=False HTTP/1.1" 200 572 0.005107 10.0.0.249 - - [2025-09-11 02:41:53] "DELETE /network-policy/09238f73-d1c5-4d03-a55e-1454b0355539 HTTP/1.1" 200 115 0.041478 10.0.0.249 - - [2025-09-11 02:41:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003353 10.0.0.49 - - [2025-09-11 02:41:53] "GET /projects?obj_uuids=73a3ce7b-8b79-411a-957f-3aef1982c053&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000989 10.0.0.249 - - [2025-09-11 02:41:53] "GET /project/73a3ce7b-8b79-411a-957f-3aef1982c053?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.053664 10.0.0.249 - - [2025-09-11 02:41:53] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-39157939&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.005068 10.0.0.249 - - [2025-09-11 02:41:53] "DELETE /network-policy/37f803eb-85d9-452b-95b8-983d6c48042e HTTP/1.1" 200 115 0.042207 10.0.0.249 - - [2025-09-11 02:41:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003143 10.0.0.49 - - [2025-09-11 02:41:53] "GET /projects?obj_uuids=73a3ce7b-8b79-411a-957f-3aef1982c053&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001008 10.0.0.249 - - [2025-09-11 02:41:53] "GET /project/73a3ce7b-8b79-411a-957f-3aef1982c053?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.037518 10.0.0.249 - - [2025-09-11 02:41:53] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-39157939&detail=False&count=False&shared=False HTTP/1.1" 200 131 0.005478 10.0.0.249 - - [2025-09-11 02:41:53] "POST /neutron/network HTTP/1.1" 200 1337 0.010628 10.0.0.49 - - [2025-09-11 02:41:53] "DELETE /route-target/30e9f3f5-a2a1-4915-bb1c-e73e204f4f50 HTTP/1.1" 200 115 0.025173 10.0.0.49 - - [2025-09-11 02:41:53] "POST /useragent-kv HTTP/1.1" 200 115 0.003104 10.0.0.49 - - [2025-09-11 02:41:54] "POST /useragent-kv HTTP/1.1" 200 115 0.002583 10.0.0.49 - - [2025-09-11 02:41:54] "POST /useragent-kv HTTP/1.1" 200 115 0.012733 10.0.0.49 - - [2025-09-11 02:41:54] "POST /useragent-kv HTTP/1.1" 200 115 0.002765 10.0.0.49 - - [2025-09-11 02:41:54] "POST /useragent-kv HTTP/1.1" 200 115 0.002610 10.0.0.49 - - [2025-09-11 02:41:54] "POST /useragent-kv HTTP/1.1" 200 115 0.002090 10.0.0.249 - - [2025-09-11 02:41:54] "POST /neutron/network HTTP/1.1" 200 151 0.177277 10.0.0.249 - - [2025-09-11 02:41:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003133 10.0.0.249 - - [2025-09-11 02:41:54] "DELETE /network-ipam/596d5ee0-2691-4e38-b439-de2cd1786d01 HTTP/1.1" 200 115 0.039493 10.0.0.249 - - [2025-09-11 02:41:54] "POST /fqname-to-id HTTP/1.1" 404 260 0.003617 10.0.0.49 - - [2025-09-11 02:41:54] "GET /projects?obj_uuids=73a3ce7b-8b79-411a-957f-3aef1982c053&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000831 10.0.0.49 - - [2025-09-11 02:41:54] "GET /project/73a3ce7b-8b79-411a-957f-3aef1982c053?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1516 0.041131 10.0.0.49 - - [2025-09-11 02:41:54] "GET /projects?obj_uuids=73a3ce7b-8b79-411a-957f-3aef1982c053&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001225 10.0.0.49 - - [2025-09-11 02:41:54] "GET /project/73a3ce7b-8b79-411a-957f-3aef1982c053?fields=security_groups HTTP/1.1" 200 1399 0.047041 10.0.0.49 - - [2025-09-11 02:41:54] "DELETE /security-group/1cfe9498-8c84-4725-b4aa-67854d63ae22 HTTP/1.1" 200 115 0.056157 10.0.0.49 - - [2025-09-11 02:41:54] "GET /projects?obj_uuids=73a3ce7b-8b79-411a-957f-3aef1982c053&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000896 10.0.0.49 - - [2025-09-11 02:41:54] "DELETE /access-control-list/df84482f-d082-493e-92fc-4b87f74e1407 HTTP/1.1" 200 115 0.047562 10.0.0.49 - - [2025-09-11 02:41:54] "GET /project/73a3ce7b-8b79-411a-957f-3aef1982c053?fields=application_policy_sets HTTP/1.1" 200 1438 0.042647 10.0.0.249 - - [2025-09-11 02:41:54] "DELETE /project/73a3ce7b-8b79-411a-957f-3aef1982c053 HTTP/1.1" 200 115 0.414437 10.0.0.49 - - [2025-09-11 02:41:54] "GET /domains?obj_uuids=6cefd47d-baca-4df6-a10c-ec963319da07&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000909 10.0.0.249 - - [2025-09-11 02:41:54] "GET /domain/6cefd47d-baca-4df6-a10c-ec963319da07?fields=projects HTTP/1.1" 200 1244 0.011474 10.0.0.49 - - [2025-09-11 02:41:56] "GET /projects?obj_uuids=73a3ce7b-8b79-411a-957f-3aef1982c053&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003480 10.0.0.49 - - [2025-09-11 02:41:56] "GET /domains?obj_uuids=6cefd47d-baca-4df6-a10c-ec963319da07&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000989 10.0.0.49 - - [2025-09-11 02:41:56] "GET /domain/6cefd47d-baca-4df6-a10c-ec963319da07?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.031077 10.0.0.49 - - [2025-09-11 02:41:56] "POST /id-to-fqname HTTP/1.1" 200 202 0.004248 10.0.0.49 - - [2025-09-11 02:41:56] "POST /fqname-to-id HTTP/1.1" 404 211 0.005139 10.0.0.49 - - [2025-09-11 02:41:56] "POST /security-groups HTTP/1.1" 200 603 0.028698 10.0.0.49 - - [2025-09-11 02:41:56] "POST /projects HTTP/1.1" 200 609 0.242847 10.0.0.49 - - [2025-09-11 02:41:56] "POST /access-control-lists HTTP/1.1" 200 608 0.023558 10.0.0.49 - - [2025-09-11 02:41:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.314440 10.0.0.249 - - [2025-09-11 02:41:56] "GET /project/73a3ce7b-8b79-411a-957f-3aef1982c053?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.475360 10.0.0.49 - - [2025-09-11 02:41:56] "GET /projects?obj_uuids=73a3ce7b-8b79-411a-957f-3aef1982c053&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000916 10.0.0.249 - - [2025-09-11 02:41:56] "GET /project/73a3ce7b-8b79-411a-957f-3aef1982c053?fields=virtual_networks HTTP/1.1" 200 1056 0.052714 10.0.0.49 - - [2025-09-11 02:41:56] "GET /projects?obj_uuids=73a3ce7b-8b79-411a-957f-3aef1982c053&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000936 10.0.0.249 - - [2025-09-11 02:41:56] "GET /project/73a3ce7b-8b79-411a-957f-3aef1982c053?fields=virtual_machine_interfaces HTTP/1.1" 200 1056 0.034684 10.0.0.49 - - [2025-09-11 02:41:56] "GET /projects?obj_uuids=73a3ce7b-8b79-411a-957f-3aef1982c053&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.069019 10.0.0.249 - - [2025-09-11 02:41:56] "GET /project/73a3ce7b-8b79-411a-957f-3aef1982c053?fields=security_groups HTTP/1.1" 200 1294 0.122261 10.0.0.49 - - [2025-09-11 02:41:57] "DELETE /project/73a3ce7b8b79411a957f3aef1982c053 HTTP/1.1" 404 173 0.003254 10.0.0.249 - - [2025-09-11 02:41:57] "POST /fqname-to-id HTTP/1.1" 404 182 0.023917 10.0.0.49 - - [2025-09-11 02:41:57] "GET /projects?obj_uuids=1a743292-7262-4668-ab90-41975690dc6a&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002500 10.0.0.49 - - [2025-09-11 02:41:57] "GET /domains?obj_uuids=6cefd47d-baca-4df6-a10c-ec963319da07&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001082 10.0.0.49 - - [2025-09-11 02:41:57] "GET /domain/6cefd47d-baca-4df6-a10c-ec963319da07?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007187 10.0.0.49 - - [2025-09-11 02:41:57] "POST /id-to-fqname HTTP/1.1" 200 184 0.003020 10.0.0.49 - - [2025-09-11 02:41:57] "POST /fqname-to-id HTTP/1.1" 404 193 0.006455 10.0.0.49 - - [2025-09-11 02:41:57] "POST /security-groups HTTP/1.1" 200 585 0.026228 10.0.0.49 - - [2025-09-11 02:41:58] "POST /fqname-to-id HTTP/1.1" 404 228 0.003872 10.0.0.49 - - [2025-09-11 02:41:58] "POST /projects HTTP/1.1" 200 573 0.230344 10.0.0.49 - - [2025-09-11 02:41:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.300278 10.0.0.49 - - [2025-09-11 02:41:58] "POST /access-control-lists HTTP/1.1" 200 588 0.028849 10.0.0.249 - - [2025-09-11 02:41:58] "GET /project/1a743292-7262-4668-ab90-41975690dc6a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1339 0.437724 10.0.0.249 - - [2025-09-11 02:41:59] "GET / HTTP/1.1" 200 35931 0.001669 10.0.0.249 - - [2025-09-11 02:41:59] "POST /fqname-to-id HTTP/1.1" 401 293 0.000527 10.0.0.249 - - [2025-09-11 02:42:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.054843 10.0.0.49 - - [2025-09-11 02:42:00] "GET /projects?obj_uuids=1a743292-7262-4668-ab90-41975690dc6a&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001275 10.0.0.249 - - [2025-09-11 02:42:00] "GET /project/1a743292-7262-4668-ab90-41975690dc6a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1339 0.047993 10.0.0.49 - - [2025-09-11 02:42:00] "POST /useragent-kv HTTP/1.1" 200 115 0.012432 10.0.0.249 - - [2025-09-11 02:42:00] "POST /neutron/subnet HTTP/1.1" 200 730 0.233900 10.0.0.249 - - [2025-09-11 02:42:01] "POST /id-to-fqname HTTP/1.1" 200 214 0.001201 10.0.0.249 - - [2025-09-11 02:42:01] "GET /virtual-network/c2fa5490-d6d8-493b-bce5-6312edbb2910?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2616 0.007854 10.0.0.249 - - [2025-09-11 02:42:01] "POST /neutron/network HTTP/1.1" 200 993 0.009003 10.0.0.249 - - [2025-09-11 02:42:01] "GET /virtual-network/c2fa5490-d6d8-493b-bce5-6312edbb2910?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2616 0.005408 10.0.0.249 - - [2025-09-11 02:42:01] "POST /neutron/subnet HTTP/1.1" 200 828 0.009119 10.0.0.249 - - [2025-09-11 02:42:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003249 10.0.0.49 - - [2025-09-11 02:42:01] "GET /projects?obj_uuids=1a743292-7262-4668-ab90-41975690dc6a&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.000979 10.0.0.249 - - [2025-09-11 02:42:01] "GET /project/1a743292-7262-4668-ab90-41975690dc6a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1339 0.039789 10.0.0.49 - - [2025-09-11 02:42:01] "POST /route-targets HTTP/1.1" 200 327 0.011663 10.0.0.49 - - [2025-09-11 02:42:01] "POST /useragent-kv HTTP/1.1" 200 115 0.008794 10.0.0.249 - - [2025-09-11 02:42:01] "POST /neutron/subnet HTTP/1.1" 200 724 0.250226 10.0.0.249 - - [2025-09-11 02:42:01] "POST /id-to-fqname HTTP/1.1" 200 214 0.001248 10.0.0.249 - - [2025-09-11 02:42:02] "GET /virtual-network/b332ccdc-13b6-45ed-b63d-41e3bd2d622a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2613 0.006865 10.0.0.249 - - [2025-09-11 02:42:02] "POST /neutron/network HTTP/1.1" 200 992 0.009116 10.0.0.249 - - [2025-09-11 02:42:02] "GET /virtual-network/b332ccdc-13b6-45ed-b63d-41e3bd2d622a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2613 0.005288 10.0.0.249 - - [2025-09-11 02:42:02] "POST /neutron/subnet HTTP/1.1" 200 828 0.009558 10.0.0.249 - - [2025-09-11 02:42:02] "POST /id-to-fqname HTTP/1.1" 200 214 0.001002 10.0.0.49 - - [2025-09-11 02:42:03] "GET /projects?obj_uuids=1a743292-7262-4668-ab90-41975690dc6a&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.000940 10.0.0.249 - - [2025-09-11 02:42:03] "GET /project/1a743292-7262-4668-ab90-41975690dc6a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1339 0.059259 10.0.0.249 - - [2025-09-11 02:42:03] "POST /neutron/port HTTP/1.1" 200 117 0.008031 10.0.0.249 - - [2025-09-11 02:42:03] "POST /id-to-fqname HTTP/1.1" 200 214 0.001250 10.0.0.249 - - [2025-09-11 02:42:03] "POST /neutron/network HTTP/1.1" 200 1003 0.008497 10.0.0.249 - - [2025-09-11 02:42:04] "POST /neutron/port HTTP/1.1" 200 1162 0.022199 10.0.0.49 - - [2025-09-11 02:42:04] "GET /projects?obj_uuids=1a743292-7262-4668-ab90-41975690dc6a&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.000943 10.0.0.249 - - [2025-09-11 02:42:04] "GET /project/1a743292-7262-4668-ab90-41975690dc6a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1339 0.057824 10.0.0.249 - - [2025-09-11 02:42:04] "POST /neutron/network HTTP/1.1" 200 993 0.057251 10.0.0.249 - - [2025-09-11 02:42:04] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003800 10.0.0.249 - - [2025-09-11 02:42:04] "POST /neutron/port HTTP/1.1" 200 1190 0.028555 10.0.0.249 - - [2025-09-11 02:42:04] "POST /neutron/security_group HTTP/1.1" 200 2052 0.006599 10.0.0.249 - - [2025-09-11 02:42:04] "POST /id-to-fqname HTTP/1.1" 200 214 0.001189 10.0.0.249 - - [2025-09-11 02:42:04] "POST /neutron/security_group HTTP/1.1" 200 2052 0.006947 10.0.0.49 - - [2025-09-11 02:42:05] "GET /projects?obj_uuids=1a743292-7262-4668-ab90-41975690dc6a&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.000961 10.0.0.249 - - [2025-09-11 02:42:05] "POST /neutron/port HTTP/1.1" 200 1162 0.324193 10.0.0.249 - - [2025-09-11 02:42:05] "POST /neutron/port HTTP/1.1" 200 1216 0.148633 10.0.0.249 - - [2025-09-11 02:42:05] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005926 10.0.0.49 - - [2025-09-11 02:42:05] "GET /projects?obj_uuids=1a743292-7262-4668-ab90-41975690dc6a&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001020 10.0.0.249 - - [2025-09-11 02:42:05] "GET /project/1a743292-7262-4668-ab90-41975690dc6a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1339 0.069029 10.0.0.249 - - [2025-09-11 02:42:05] "POST /neutron/network HTTP/1.1" 200 992 0.008940 10.0.0.249 - - [2025-09-11 02:42:06] "POST /neutron/port HTTP/1.1" 200 2262 0.031291 10.0.0.249 - - [2025-09-11 02:42:06] "POST /neutron/port HTTP/1.1" 200 1190 0.014987 10.0.0.249 - - [2025-09-11 02:42:06] "POST /neutron/security_group HTTP/1.1" 200 2052 0.010683 10.0.0.249 - - [2025-09-11 02:42:06] "GET /virtual-machine/11f1c3ca-1b76-4e8d-9201-b7c2740314bd HTTP/1.1" 401 293 0.000479 10.0.0.249 - - [2025-09-11 02:42:06] "POST /neutron/network HTTP/1.1" 200 1002 0.008873 10.0.0.249 - - [2025-09-11 02:42:06] "GET /virtual-machine/11f1c3ca-1b76-4e8d-9201-b7c2740314bd HTTP/1.1" 200 1286 0.043638 10.0.0.249 - - [2025-09-11 02:42:06] "GET /virtual-machine-interface/840c61d5-7f9e-4a83-a793-8083f0570b77 HTTP/1.1" 200 3105 0.004847 10.0.0.249 - - [2025-09-11 02:42:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.002580 10.0.0.249 - - [2025-09-11 02:42:06] "GET /global-vrouter-config/34ac33d4-7223-40b7-b082-da1d7603178b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003029 10.0.0.249 - - [2025-09-11 02:42:06] "GET /virtual-networks?parent_id=1a743292-7262-4668-ab90-41975690dc6a&detail=False&count=False&shared=False HTTP/1.1" 200 559 0.003519 10.0.0.249 - - [2025-09-11 02:42:06] "GET /virtual-network/c2fa5490-d6d8-493b-bce5-6312edbb2910?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2616 0.005946 10.0.0.249 - - [2025-09-11 02:42:07] "POST /neutron/port HTTP/1.1" 200 1161 0.022031 10.0.0.249 - - [2025-09-11 02:42:07] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004116 10.0.0.249 - - [2025-09-11 02:42:07] "POST /neutron/port HTTP/1.1" 200 117 0.001028 10.0.0.249 - - [2025-09-11 02:42:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003581 10.0.0.249 - - [2025-09-11 02:42:10] "GET /virtual-network/c2fa5490-d6d8-493b-bce5-6312edbb2910?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2616 0.005306 10.0.0.249 - - [2025-09-11 02:42:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.012178 10.0.0.49 - - [2025-09-11 02:42:14] "DELETE /access-control-list/0d44d64a-3702-4a6f-b696-f86d21e3596c HTTP/1.1" 200 115 0.037055 10.0.0.249 - - [2025-09-11 02:42:14] "GET /virtual-network/c2fa5490-d6d8-493b-bce5-6312edbb2910?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2616 0.021564 10.0.0.249 - - [2025-09-11 02:42:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003690 10.0.0.249 - - [2025-09-11 02:42:18] "GET /virtual-network/c2fa5490-d6d8-493b-bce5-6312edbb2910?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2616 0.005950 10.0.0.249 - - [2025-09-11 02:42:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.004673 10.0.0.249 - - [2025-09-11 02:42:22] "GET /virtual-network/c2fa5490-d6d8-493b-bce5-6312edbb2910?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2616 0.004951 10.0.0.22 - - [2025-09-11 02:42:24] "GET /obj-perms HTTP/1.1" 200 5075 0.047051 10.0.0.249 - - [2025-09-11 02:42:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003752 10.0.0.249 - - [2025-09-11 02:42:26] "GET /virtual-network/c2fa5490-d6d8-493b-bce5-6312edbb2910?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2616 0.007284 10.0.0.249 - - [2025-09-11 02:42:26] "POST /neutron/port HTTP/1.1" 200 1190 0.018111 10.0.0.249 - - [2025-09-11 02:42:26] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003662 10.0.0.249 - - [2025-09-11 02:42:27] "POST /neutron/port HTTP/1.1" 200 117 0.001417 10.0.0.249 - - [2025-09-11 02:42:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003282 10.0.0.249 - - [2025-09-11 02:42:30] "GET /virtual-network/c2fa5490-d6d8-493b-bce5-6312edbb2910?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2616 0.005147 10.0.0.249 - - [2025-09-11 02:42:30] "POST /neutron/port HTTP/1.1" 200 1190 0.015103 10.0.0.249 - - [2025-09-11 02:42:31] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003618 10.0.0.249 - - [2025-09-11 02:42:31] "POST /neutron/port HTTP/1.1" 200 117 0.001225 10.0.0.249 - - [2025-09-11 02:42:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003278 10.0.0.249 - - [2025-09-11 02:42:34] "GET /virtual-network/c2fa5490-d6d8-493b-bce5-6312edbb2910?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2616 0.005975 10.0.0.249 - - [2025-09-11 02:42:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003422 10.0.0.249 - - [2025-09-11 02:42:38] "GET /virtual-network/c2fa5490-d6d8-493b-bce5-6312edbb2910?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2616 0.005430 10.0.0.249 - - [2025-09-11 02:42:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003147 10.0.0.249 - - [2025-09-11 02:42:42] "GET /global-vrouter-config/34ac33d4-7223-40b7-b082-da1d7603178b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003538 10.0.0.249 - - [2025-09-11 02:42:42] "GET /virtual-networks?parent_id=1a743292-7262-4668-ab90-41975690dc6a&detail=False&count=False&shared=False HTTP/1.1" 200 559 0.004021 10.0.0.249 - - [2025-09-11 02:42:42] "GET /virtual-network/c2fa5490-d6d8-493b-bce5-6312edbb2910?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2616 0.006067 10.0.0.249 - - [2025-09-11 02:42:43] "POST /neutron/port HTTP/1.1" 200 1190 0.014278 10.0.0.249 - - [2025-09-11 02:42:48] "POST /neutron/security_group HTTP/1.1" 200 2052 0.007853 10.0.0.249 - - [2025-09-11 02:42:53] "POST /neutron/port HTTP/1.1" 200 1190 0.014569 10.0.0.49 - - [2025-09-11 02:42:57] "DELETE /project/73a3ce7b-8b79-411a-957f-3aef1982c053 HTTP/1.1" 404 177 0.004440 10.0.0.49 - - [2025-09-11 02:42:57] "DELETE /project/1a74329272624668ab9041975690dc6a HTTP/1.1" 404 173 0.004331 10.0.0.249 - - [2025-09-11 02:42:58] "POST /neutron/security_group HTTP/1.1" 200 2052 0.007014 10.0.0.249 - - [2025-09-11 02:43:03] "POST /neutron/port HTTP/1.1" 200 1190 0.018474 10.0.0.249 - - [2025-09-11 02:43:03] "POST /neutron/security_group HTTP/1.1" 200 2052 0.008340 10.0.0.249 - - [2025-09-11 02:43:03] "GET /virtual-machine/9101ea2a-5316-45bb-98ab-40cd41db4b12 HTTP/1.1" 200 1287 0.006060 10.0.0.249 - - [2025-09-11 02:43:03] "GET /virtual-machine-interface/0bbf968e-d110-4286-a739-c188d67fe331 HTTP/1.1" 200 3104 0.006908 10.0.0.249 - - [2025-09-11 02:43:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003506 10.0.0.249 - - [2025-09-11 02:43:04] "GET /global-vrouter-config/34ac33d4-7223-40b7-b082-da1d7603178b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003819 10.0.0.249 - - [2025-09-11 02:43:04] "GET /virtual-networks?parent_id=1a743292-7262-4668-ab90-41975690dc6a&detail=False&count=False&shared=False HTTP/1.1" 200 559 0.003040 10.0.0.249 - - [2025-09-11 02:43:04] "GET /virtual-network/c2fa5490-d6d8-493b-bce5-6312edbb2910?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2616 0.006270 10.0.0.249 - - [2025-09-11 02:43:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003925 10.0.0.249 - - [2025-09-11 02:43:05] "GET /global-vrouter-config/34ac33d4-7223-40b7-b082-da1d7603178b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004249 10.0.0.249 - - [2025-09-11 02:43:05] "GET /virtual-networks?parent_id=1a743292-7262-4668-ab90-41975690dc6a&detail=False&count=False&shared=False HTTP/1.1" 200 559 0.003656 10.0.0.249 - - [2025-09-11 02:43:05] "GET /virtual-network/c2fa5490-d6d8-493b-bce5-6312edbb2910?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2616 0.007391 10.0.0.249 - - [2025-09-11 02:43:10] "POST /neutron/port HTTP/1.1" 200 1190 0.013566 10.0.0.249 - - [2025-09-11 02:43:15] "POST /neutron/security_group HTTP/1.1" 200 2052 0.006030 10.0.0.249 - - [2025-09-11 02:43:15] "POST /neutron/port HTTP/1.1" 200 1190 0.013497 10.0.0.249 - - [2025-09-11 02:43:20] "POST /neutron/security_group HTTP/1.1" 200 2052 0.006406 10.0.0.249 - - [2025-09-11 02:43:27] "POST /neutron/port HTTP/1.1" 200 1190 0.014211 10.0.0.249 - - [2025-09-11 02:43:27] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003729 10.0.0.249 - - [2025-09-11 02:43:28] "POST /neutron/port HTTP/1.1" 200 117 0.001027 10.0.0.249 - - [2025-09-11 02:43:30] "POST /neutron/port HTTP/1.1" 200 1189 0.015887 10.0.0.249 - - [2025-09-11 02:43:31] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003474 10.0.0.249 - - [2025-09-11 02:43:31] "POST /neutron/port HTTP/1.1" 200 117 0.001105 10.0.0.249 - - [2025-09-11 02:43:31] "POST /neutron/network HTTP/1.1" 200 992 0.009223 10.0.0.249 - - [2025-09-11 02:43:31] "POST /neutron/security_group HTTP/1.1" 200 2052 0.007497 10.0.0.249 - - [2025-09-11 02:43:31] "GET /virtual-machine/51250d28-3197-442e-a1e6-666aa532e3a7 HTTP/1.1" 200 1286 0.005834 10.0.0.249 - - [2025-09-11 02:43:31] "GET /virtual-machine-interface/a4061dfe-ff23-461c-8b89-d8228cfb3b04 HTTP/1.1" 200 3106 0.005919 10.0.0.249 - - [2025-09-11 02:43:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003514 10.0.0.249 - - [2025-09-11 02:43:31] "GET /global-vrouter-config/34ac33d4-7223-40b7-b082-da1d7603178b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003259 10.0.0.249 - - [2025-09-11 02:43:31] "GET /virtual-networks?parent_id=1a743292-7262-4668-ab90-41975690dc6a&detail=False&count=False&shared=False HTTP/1.1" 200 559 0.002702 10.0.0.249 - - [2025-09-11 02:43:31] "GET /virtual-network/b332ccdc-13b6-45ed-b63d-41e3bd2d622a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2613 0.005707 10.0.0.249 - - [2025-09-11 02:43:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003472 10.0.0.249 - - [2025-09-11 02:43:32] "GET /global-vrouter-config/34ac33d4-7223-40b7-b082-da1d7603178b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003661 10.0.0.249 - - [2025-09-11 02:43:32] "GET /virtual-networks?parent_id=1a743292-7262-4668-ab90-41975690dc6a&detail=False&count=False&shared=False HTTP/1.1" 200 559 0.003181 10.0.0.249 - - [2025-09-11 02:43:32] "GET /virtual-network/b332ccdc-13b6-45ed-b63d-41e3bd2d622a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2613 0.005919 10.0.0.249 - - [2025-09-11 02:43:34] "GET /forwarding-classs?detail=False&count=False&shared=False HTTP/1.1" 200 133 0.003796 10.0.0.249 - - [2025-09-11 02:43:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003071 10.0.0.249 - - [2025-09-11 02:43:34] "GET /global-qos-config/324b44c3-a7ba-4cd5-8535-1fe72d5084a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1083 0.003994 10.0.0.249 - - [2025-09-11 02:43:34] "POST /fqname-to-id HTTP/1.1" 404 222 0.003211 10.0.0.249 - - [2025-09-11 02:43:34] "POST /forwarding-classs HTTP/1.1" 200 576 0.025764 10.0.0.249 - - [2025-09-11 02:43:34] "POST /id-to-fqname HTTP/1.1" 200 232 0.003760 10.0.0.249 - - [2025-09-11 02:43:34] "GET /forwarding-class/f176a625-be4c-4222-a284-1ea9558648b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1252 0.004583 10.0.0.49 - - [2025-09-11 02:43:34] "GET /projects?obj_uuids=1a743292-7262-4668-ab90-41975690dc6a&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.025758 10.0.0.249 - - [2025-09-11 02:43:34] "GET /project/1a743292-7262-4668-ab90-41975690dc6a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1339 0.072267 10.0.0.249 - - [2025-09-11 02:43:34] "POST /fqname-to-id HTTP/1.1" 404 211 0.003122 10.0.0.249 - - [2025-09-11 02:43:34] "POST /qos-configs HTTP/1.1" 200 543 0.029031 10.0.0.249 - - [2025-09-11 02:43:34] "POST /id-to-fqname HTTP/1.1" 200 217 0.005128 10.0.0.249 - - [2025-09-11 02:43:34] "GET /qos-config/4a52de53-2a56-4e36-9451-9b6e5f66c080?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1503 0.004272 10.0.0.249 - - [2025-09-11 02:43:34] "GET /virtual-machine-interface/840c61d5-7f9e-4a83-a793-8083f0570b77?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2690 0.005424 10.0.0.249 - - [2025-09-11 02:43:34] "POST /ref-update HTTP/1.1" 200 156 0.013190 10.0.0.249 - - [2025-09-11 02:43:34] "POST /neutron/port HTTP/1.1" 200 1190 0.016493 10.0.0.249 - - [2025-09-11 02:43:34] "POST /neutron/security_group HTTP/1.1" 200 2052 0.007180 10.0.0.249 - - [2025-09-11 02:43:35] "POST /neutron/port HTTP/1.1" 200 1190 0.015006 10.0.0.249 - - [2025-09-11 02:43:35] "POST /neutron/network HTTP/1.1" 200 993 0.008939 10.0.0.249 - - [2025-09-11 02:43:35] "POST /id-to-fqname HTTP/1.1" 200 214 0.001131 10.0.0.249 - - [2025-09-11 02:43:35] "GET /virtual-machine/11f1c3ca-1b76-4e8d-9201-b7c2740314bd HTTP/1.1" 200 1286 0.004867 10.0.0.249 - - [2025-09-11 02:43:35] "GET /virtual-machine-interface/840c61d5-7f9e-4a83-a793-8083f0570b77 HTTP/1.1" 200 3352 0.005900 10.0.0.249 - - [2025-09-11 02:43:35] "GET /instance-ip/2d7954fa-2de2-4899-ba8c-205c1596d02c HTTP/1.1" 200 1628 0.005847 10.0.0.249 - - [2025-09-11 02:43:35] "GET /instance-ip/549b1129-db97-4e2b-a26a-a231320d178c HTTP/1.1" 200 1609 0.005424 10.0.0.249 - - [2025-09-11 02:43:35] "POST /neutron/port HTTP/1.1" 200 1190 0.013231 10.0.0.249 - - [2025-09-11 02:43:35] "POST /neutron/security_group HTTP/1.1" 200 2052 0.007762 10.0.0.249 - - [2025-09-11 02:43:35] "POST /neutron/network HTTP/1.1" 200 967 0.016014 10.0.0.249 - - [2025-09-11 02:43:35] "POST /id-to-fqname HTTP/1.1" 200 214 0.001235 10.0.0.249 - - [2025-09-11 02:43:35] "GET /virtual-machine/9101ea2a-5316-45bb-98ab-40cd41db4b12 HTTP/1.1" 200 1287 0.003628 10.0.0.249 - - [2025-09-11 02:43:35] "GET /virtual-machine-interface/0bbf968e-d110-4286-a739-c188d67fe331 HTTP/1.1" 200 3104 0.005403 10.0.0.249 - - [2025-09-11 02:43:35] "GET /instance-ip/7352a352-dc4a-4f35-ab95-86363f851a32 HTTP/1.1" 200 1628 0.005599 10.0.0.249 - - [2025-09-11 02:43:35] "GET /instance-ip/ec249963-84cd-4ea4-bfd2-c5631a477f97 HTTP/1.1" 200 1610 0.004936 10.0.0.249 - - [2025-09-11 02:44:29] "POST /neutron/port HTTP/1.1" 200 1190 0.040900 10.0.0.249 - - [2025-09-11 02:44:29] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004425 10.0.0.249 - - [2025-09-11 02:44:29] "POST /neutron/port HTTP/1.1" 200 117 0.001043 10.0.0.249 - - [2025-09-11 02:44:33] "POST /neutron/port HTTP/1.1" 200 1190 0.041240 10.0.0.249 - - [2025-09-11 02:44:33] "GET /virtual-machine-interface/840c61d5-7f9e-4a83-a793-8083f0570b77?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2937 0.006267 10.0.0.249 - - [2025-09-11 02:44:33] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003898 10.0.0.249 - - [2025-09-11 02:44:33] "POST /ref-update HTTP/1.1" 200 156 0.017640 10.0.0.249 - - [2025-09-11 02:44:33] "POST /neutron/port HTTP/1.1" 200 117 0.001233 10.0.0.249 - - [2025-09-11 02:44:33] "DELETE /qos-config/4a52de53-2a56-4e36-9451-9b6e5f66c080 HTTP/1.1" 200 115 0.047787 10.0.0.249 - - [2025-09-11 02:44:33] "POST /id-to-fqname HTTP/1.1" 200 232 0.001588 10.0.0.249 - - [2025-09-11 02:44:33] "DELETE /forwarding-class/f176a625-be4c-4222-a284-1ea9558648b3 HTTP/1.1" 200 115 0.028828 10.0.0.249 - - [2025-09-11 02:44:34] "POST /neutron/network HTTP/1.1" 400 204 0.014452 10.0.0.249 - - [2025-09-11 02:44:35] "POST /neutron/port HTTP/1.1" 200 1190 0.019236 10.0.0.249 - - [2025-09-11 02:44:35] "POST /neutron/port HTTP/1.1" 200 151 0.309910 10.0.0.249 - - [2025-09-11 02:44:35] "POST /neutron/port HTTP/1.1" 200 151 0.337661 10.0.0.249 - - [2025-09-11 02:44:37] "POST /neutron/network HTTP/1.1" 200 993 0.009217 10.0.0.49 - - [2025-09-11 02:44:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.004799 10.0.0.49 - - [2025-09-11 02:44:37] "GET /projects?obj_uuids=1a743292-7262-4668-ab90-41975690dc6a&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001143 10.0.0.249 - - [2025-09-11 02:44:37] "GET /project/1a743292-7262-4668-ab90-41975690dc6a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1339 0.042237 10.0.0.49 - - [2025-09-11 02:44:37] "GET /projects?obj_uuids=1a743292-7262-4668-ab90-41975690dc6a&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001028 10.0.0.249 - - [2025-09-11 02:44:37] "GET /project/1a743292-7262-4668-ab90-41975690dc6a?fields=virtual_networks HTTP/1.1" 200 1020 0.040064 10.0.0.49 - - [2025-09-11 02:44:37] "GET /projects?obj_uuids=1a743292-7262-4668-ab90-41975690dc6a&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.000953 10.0.0.249 - - [2025-09-11 02:44:37] "GET /project/1a743292-7262-4668-ab90-41975690dc6a?fields=virtual_machine_interfaces HTTP/1.1" 200 1020 0.034056 10.0.0.49 - - [2025-09-11 02:44:37] "GET /projects?obj_uuids=1a743292-7262-4668-ab90-41975690dc6a&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.000939 10.0.0.249 - - [2025-09-11 02:44:37] "GET /project/1a743292-7262-4668-ab90-41975690dc6a?fields=security_groups HTTP/1.1" 200 1240 0.043162 10.0.0.249 - - [2025-09-11 02:44:38] "POST /fqname-to-id HTTP/1.1" 404 181 0.024549 10.0.0.49 - - [2025-09-11 02:44:38] "GET /projects?obj_uuids=d44f367c-efb5-4e38-8d18-09e37d5ea1b4&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003432 10.0.0.49 - - [2025-09-11 02:44:38] "GET /domains?obj_uuids=6cefd47d-baca-4df6-a10c-ec963319da07&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001253 10.0.0.49 - - [2025-09-11 02:44:38] "GET /domain/6cefd47d-baca-4df6-a10c-ec963319da07?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007776 10.0.0.49 - - [2025-09-11 02:44:38] "POST /id-to-fqname HTTP/1.1" 200 183 0.001307 10.0.0.49 - - [2025-09-11 02:44:38] "POST /fqname-to-id HTTP/1.1" 404 192 0.008763 10.0.0.49 - - [2025-09-11 02:44:38] "POST /security-groups HTTP/1.1" 200 584 0.027715 10.0.0.49 - - [2025-09-11 02:44:38] "POST /projects HTTP/1.1" 200 571 0.228065 10.0.0.49 - - [2025-09-11 02:44:38] "POST /access-control-lists HTTP/1.1" 200 589 0.028350 10.0.0.49 - - [2025-09-11 02:44:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.297155 10.0.0.249 - - [2025-09-11 02:44:38] "GET /project/d44f367c-efb5-4e38-8d18-09e37d5ea1b4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1336 0.436578 10.0.0.249 - - [2025-09-11 02:44:39] "GET / HTTP/1.1" 200 35931 0.001861 10.0.0.249 - - [2025-09-11 02:44:41] "POST /fqname-to-id HTTP/1.1" 401 293 0.000404 10.0.0.249 - - [2025-09-11 02:44:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.051431 10.0.0.49 - - [2025-09-11 02:44:41] "GET /projects?obj_uuids=d44f367c-efb5-4e38-8d18-09e37d5ea1b4&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001149 10.0.0.249 - - [2025-09-11 02:44:41] "GET /project/d44f367c-efb5-4e38-8d18-09e37d5ea1b4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1336 0.043292 10.0.0.49 - - [2025-09-11 02:44:41] "GET /projects?obj_uuids=d44f367c-efb5-4e38-8d18-09e37d5ea1b4&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001123 10.0.0.249 - - [2025-09-11 02:44:42] "POST /neutron/network HTTP/1.1" 200 612 0.158581 10.0.0.49 - - [2025-09-11 02:44:42] "POST /route-targets HTTP/1.1" 200 327 0.011325 10.0.0.249 - - [2025-09-11 02:44:42] "POST /id-to-fqname HTTP/1.1" 200 220 0.003727 10.0.0.249 - - [2025-09-11 02:44:42] "GET /virtual-network/2ce4f0f5-a920-4341-84dc-d75469f76461?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.005980 10.0.0.249 - - [2025-09-11 02:44:42] "POST /neutron/network HTTP/1.1" 200 828 0.007077 10.0.0.249 - - [2025-09-11 02:44:42] "GET /virtual-network/2ce4f0f5-a920-4341-84dc-d75469f76461?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.006028 10.0.0.249 - - [2025-09-11 02:44:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.005630 10.0.0.249 - - [2025-09-11 02:44:42] "GET /virtual-network/2ce4f0f5-a920-4341-84dc-d75469f76461?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.011394 10.0.0.249 - - [2025-09-11 02:44:42] "PUT /virtual-network/2ce4f0f5-a920-4341-84dc-d75469f76461 HTTP/1.1" 200 264 0.098105 10.0.0.49 - - [2025-09-11 02:44:42] "POST /ref-update HTTP/1.1" 200 156 0.038807 10.0.0.249 - - [2025-09-11 02:44:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003585 10.0.0.49 - - [2025-09-11 02:44:42] "GET /projects?obj_uuids=d44f367c-efb5-4e38-8d18-09e37d5ea1b4&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001033 10.0.0.249 - - [2025-09-11 02:44:42] "GET /project/d44f367c-efb5-4e38-8d18-09e37d5ea1b4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1336 0.036410 10.0.0.249 - - [2025-09-11 02:44:42] "POST /neutron/network HTTP/1.1" 200 117 0.014633 10.0.0.249 - - [2025-09-11 02:44:43] "POST /neutron/network HTTP/1.1" 200 832 0.028061 10.0.0.249 - - [2025-09-11 02:44:43] "POST /id-to-fqname HTTP/1.1" 200 220 0.001205 10.0.0.249 - - [2025-09-11 02:44:43] "GET /virtual-network/c2aa4fe9-9fef-460e-b69e-d9b0d1e4be82?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.006996 10.0.0.249 - - [2025-09-11 02:44:43] "GET /virtual-network/c2aa4fe9-9fef-460e-b69e-d9b0d1e4be82?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005519 10.0.0.249 - - [2025-09-11 02:44:43] "POST /neutron/subnet HTTP/1.1" 200 729 0.009225 10.0.0.249 - - [2025-09-11 02:44:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.007155 10.0.0.249 - - [2025-09-11 02:44:43] "GET /virtual-network/c2aa4fe9-9fef-460e-b69e-d9b0d1e4be82?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.007529 10.0.0.49 - - [2025-09-11 02:44:43] "POST /ref-update HTTP/1.1" 200 156 0.026041 10.0.0.249 - - [2025-09-11 02:44:43] "PUT /virtual-network/c2aa4fe9-9fef-460e-b69e-d9b0d1e4be82 HTTP/1.1" 200 264 0.078527 10.0.0.249 - - [2025-09-11 02:44:43] "POST /id-to-fqname HTTP/1.1" 200 220 0.001199 10.0.0.49 - - [2025-09-11 02:44:44] "GET /projects?obj_uuids=d44f367c-efb5-4e38-8d18-09e37d5ea1b4&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001711 10.0.0.249 - - [2025-09-11 02:44:44] "GET /project/d44f367c-efb5-4e38-8d18-09e37d5ea1b4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1336 0.058747 10.0.0.249 - - [2025-09-11 02:44:44] "POST /neutron/port HTTP/1.1" 200 117 0.007321 10.0.0.249 - - [2025-09-11 02:44:44] "POST /id-to-fqname HTTP/1.1" 200 220 0.001732 10.0.0.249 - - [2025-09-11 02:44:45] "POST /neutron/network HTTP/1.1" 200 842 0.006586 10.0.0.249 - - [2025-09-11 02:44:45] "POST /neutron/port HTTP/1.1" 200 1050 0.013326 10.0.0.249 - - [2025-09-11 02:44:45] "POST /neutron/port HTTP/1.1" 200 1078 0.015731 10.0.0.49 - - [2025-09-11 02:44:45] "GET /projects?obj_uuids=d44f367c-efb5-4e38-8d18-09e37d5ea1b4&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001039 10.0.0.249 - - [2025-09-11 02:44:45] "GET /project/d44f367c-efb5-4e38-8d18-09e37d5ea1b4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1336 0.107967 10.0.0.249 - - [2025-09-11 02:44:45] "POST /neutron/network HTTP/1.1" 200 832 0.008055 10.0.0.249 - - [2025-09-11 02:44:46] "POST /neutron/port HTTP/1.1" 200 1078 0.019806 10.0.0.249 - - [2025-09-11 02:44:46] "POST /neutron/port HTTP/1.1" 200 1078 0.018884 10.0.0.249 - - [2025-09-11 02:44:51] "POST /neutron/security_group HTTP/1.1" 200 2051 0.007824 10.0.0.249 - - [2025-09-11 02:44:51] "POST /neutron/port HTTP/1.1" 200 1078 0.014034 10.0.0.249 - - [2025-09-11 02:44:51] "GET /virtual-machine/6c171431-64d3-415d-90de-15bd51ea6504 HTTP/1.1" 401 293 0.000452 10.0.0.249 - - [2025-09-11 02:44:51] "GET /virtual-machine/6c171431-64d3-415d-90de-15bd51ea6504 HTTP/1.1" 200 1285 0.032581 10.0.0.249 - - [2025-09-11 02:44:51] "GET /virtual-machine-interface/e52a542d-3dcd-48b7-ba15-f0639cdad461 HTTP/1.1" 200 2928 0.005453 10.0.0.249 - - [2025-09-11 02:44:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003303 10.0.0.249 - - [2025-09-11 02:44:51] "GET /global-vrouter-config/34ac33d4-7223-40b7-b082-da1d7603178b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003579 10.0.0.249 - - [2025-09-11 02:44:51] "GET /virtual-networks?parent_id=d44f367c-efb5-4e38-8d18-09e37d5ea1b4&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.002786 10.0.0.249 - - [2025-09-11 02:44:52] "GET /virtual-network/2ce4f0f5-a920-4341-84dc-d75469f76461?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2100 0.006780 10.0.0.249 - - [2025-09-11 02:44:54] "POST /neutron/security_group HTTP/1.1" 200 2051 0.033684 10.0.0.249 - - [2025-09-11 02:44:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.007689 10.0.0.249 - - [2025-09-11 02:44:55] "GET /virtual-network/2ce4f0f5-a920-4341-84dc-d75469f76461?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2100 0.006187 10.0.0.249 - - [2025-09-11 02:44:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003338 10.0.0.249 - - [2025-09-11 02:44:57] "GET /global-vrouter-config/34ac33d4-7223-40b7-b082-da1d7603178b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003404 10.0.0.249 - - [2025-09-11 02:44:57] "GET /virtual-networks?parent_id=d44f367c-efb5-4e38-8d18-09e37d5ea1b4&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.002795 10.0.0.249 - - [2025-09-11 02:44:57] "GET /virtual-network/2ce4f0f5-a920-4341-84dc-d75469f76461?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2100 0.005863 10.0.0.49 - - [2025-09-11 02:44:57] "DELETE /project/d44f367cefb54e388d1809e37d5ea1b4 HTTP/1.1" 404 173 0.004113 10.0.0.49 - - [2025-09-11 02:44:57] "DELETE /project/1a743292-7262-4668-ab90-41975690dc6a HTTP/1.1" 404 177 0.003392 10.0.0.249 - - [2025-09-11 02:44:57] "POST /neutron/network HTTP/1.1" 200 832 0.006091 10.0.0.49 - - [2025-09-11 02:44:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004025 10.0.0.49 - - [2025-09-11 02:44:57] "DELETE /route-target/da697713-086b-4220-9df3-f82ddd344b06 HTTP/1.1" 409 239 0.008212 10.0.0.249 - - [2025-09-11 02:44:58] "POST /neutron/network HTTP/1.1" 400 204 0.011940 10.0.0.249 - - [2025-09-11 02:44:58] "POST /neutron/port HTTP/1.1" 200 151 0.176791 10.0.0.49 - - [2025-09-11 02:45:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003253 10.0.0.249 - - [2025-09-11 02:45:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004096 10.0.0.49 - - [2025-09-11 02:45:02] "GET /projects?obj_uuids=d44f367c-efb5-4e38-8d18-09e37d5ea1b4&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001069 10.0.0.249 - - [2025-09-11 02:45:02] "GET /project/d44f367c-efb5-4e38-8d18-09e37d5ea1b4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1336 0.052705 10.0.0.249 - - [2025-09-11 02:45:02] "POST /neutron/network HTTP/1.1" 200 117 0.009180 10.0.0.49 - - [2025-09-11 02:45:03] "POST /ref-update HTTP/1.1" 200 156 0.022811 10.0.0.249 - - [2025-09-11 02:45:03] "POST /neutron/network HTTP/1.1" 200 830 0.009732 10.0.0.249 - - [2025-09-11 02:45:03] "POST /id-to-fqname HTTP/1.1" 200 220 0.001039 10.0.0.249 - - [2025-09-11 02:45:03] "GET /virtual-network/fbc97925-d1cb-4aee-a3fc-11e5f0ae9ecc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.006440 10.0.0.249 - - [2025-09-11 02:45:03] "GET /virtual-network/fbc97925-d1cb-4aee-a3fc-11e5f0ae9ecc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.005476 10.0.0.249 - - [2025-09-11 02:45:03] "POST /neutron/subnet HTTP/1.1" 200 720 0.008566 10.0.0.249 - - [2025-09-11 02:45:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.002867 10.0.0.249 - - [2025-09-11 02:45:03] "GET /virtual-network/fbc97925-d1cb-4aee-a3fc-11e5f0ae9ecc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.007316 10.0.0.249 - - [2025-09-11 02:45:03] "PUT /virtual-network/fbc97925-d1cb-4aee-a3fc-11e5f0ae9ecc HTTP/1.1" 200 264 0.055513 10.0.0.249 - - [2025-09-11 02:45:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004938 10.0.0.49 - - [2025-09-11 02:45:03] "GET /projects?obj_uuids=d44f367c-efb5-4e38-8d18-09e37d5ea1b4&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001117 10.0.0.249 - - [2025-09-11 02:45:03] "GET /project/d44f367c-efb5-4e38-8d18-09e37d5ea1b4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1336 0.044141 10.0.0.49 - - [2025-09-11 02:45:03] "POST /route-targets HTTP/1.1" 200 327 0.016674 10.0.0.49 - - [2025-09-11 02:45:03] "POST /useragent-kv HTTP/1.1" 200 115 0.011551 10.0.0.249 - - [2025-09-11 02:45:03] "POST /neutron/subnet HTTP/1.1" 200 729 0.219503 10.0.0.249 - - [2025-09-11 02:45:04] "POST /id-to-fqname HTTP/1.1" 200 220 0.001474 10.0.0.249 - - [2025-09-11 02:45:04] "GET /virtual-network/0c688e6b-1d05-4c1c-850f-3c3949724fa4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.006395 10.0.0.249 - - [2025-09-11 02:45:04] "GET /virtual-network/0c688e6b-1d05-4c1c-850f-3c3949724fa4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005384 10.0.0.249 - - [2025-09-11 02:45:04] "POST /neutron/network HTTP/1.1" 200 832 0.007123 10.0.0.249 - - [2025-09-11 02:45:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003257 10.0.0.249 - - [2025-09-11 02:45:04] "GET /virtual-network/0c688e6b-1d05-4c1c-850f-3c3949724fa4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005291 10.0.0.249 - - [2025-09-11 02:45:04] "PUT /virtual-network/0c688e6b-1d05-4c1c-850f-3c3949724fa4 HTTP/1.1" 200 264 0.053233 10.0.0.249 - - [2025-09-11 02:45:04] "POST /id-to-fqname HTTP/1.1" 200 220 0.001390 10.0.0.249 - - [2025-09-11 02:45:04] "POST /neutron/network HTTP/1.1" 200 840 0.007945 10.0.0.49 - - [2025-09-11 02:45:05] "GET /projects?obj_uuids=d44f367c-efb5-4e38-8d18-09e37d5ea1b4&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000922 10.0.0.249 - - [2025-09-11 02:45:05] "GET /project/d44f367c-efb5-4e38-8d18-09e37d5ea1b4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1336 0.059679 10.0.0.249 - - [2025-09-11 02:45:05] "POST /neutron/port HTTP/1.1" 200 117 0.006070 10.0.0.249 - - [2025-09-11 02:45:05] "POST /id-to-fqname HTTP/1.1" 200 220 0.001479 10.0.0.249 - - [2025-09-11 02:45:05] "POST /neutron/port HTTP/1.1" 200 117 0.006021 10.0.0.249 - - [2025-09-11 02:45:06] "POST /neutron/port HTTP/1.1" 200 1052 0.015287 10.0.0.249 - - [2025-09-11 02:45:06] "POST /neutron/port HTTP/1.1" 200 1080 0.020083 10.0.0.249 - - [2025-09-11 02:45:06] "POST /neutron/port HTTP/1.1" 200 117 0.001366 10.0.0.249 - - [2025-09-11 02:45:10] "POST /neutron/security_group HTTP/1.1" 200 2051 0.014587 10.0.0.249 - - [2025-09-11 02:45:10] "POST /neutron/port HTTP/1.1" 200 1080 0.014166 10.0.0.249 - - [2025-09-11 02:45:10] "GET /virtual-machine/8f007b04-ebc2-4dc2-9350-15692bb1a6a7 HTTP/1.1" 200 1286 0.005550 10.0.0.249 - - [2025-09-11 02:45:10] "GET /virtual-machine-interface/3f4e6e98-fea8-4ef8-8e40-ecefd0ac7ead HTTP/1.1" 200 2927 0.004931 10.0.0.249 - - [2025-09-11 02:45:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004155 10.0.0.249 - - [2025-09-11 02:45:10] "GET /global-vrouter-config/34ac33d4-7223-40b7-b082-da1d7603178b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003353 10.0.0.249 - - [2025-09-11 02:45:10] "GET /virtual-networks?parent_id=d44f367c-efb5-4e38-8d18-09e37d5ea1b4&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.002720 10.0.0.249 - - [2025-09-11 02:45:11] "GET /virtual-network/fbc97925-d1cb-4aee-a3fc-11e5f0ae9ecc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2108 0.005897 10.0.0.249 - - [2025-09-11 02:45:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003423 10.0.0.249 - - [2025-09-11 02:45:14] "GET /virtual-network/fbc97925-d1cb-4aee-a3fc-11e5f0ae9ecc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2108 0.005391 10.0.0.249 - - [2025-09-11 02:45:14] "POST /neutron/security_group HTTP/1.1" 200 2051 0.006409 10.0.0.249 - - [2025-09-11 02:45:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003530 10.0.0.249 - - [2025-09-11 02:45:16] "GET /global-vrouter-config/34ac33d4-7223-40b7-b082-da1d7603178b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003598 10.0.0.249 - - [2025-09-11 02:45:16] "GET /virtual-networks?parent_id=d44f367c-efb5-4e38-8d18-09e37d5ea1b4&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003052 10.0.0.249 - - [2025-09-11 02:45:16] "GET /virtual-network/fbc97925-d1cb-4aee-a3fc-11e5f0ae9ecc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2108 0.006067 10.0.0.249 - - [2025-09-11 02:45:16] "POST /neutron/network HTTP/1.1" 200 832 0.007097 10.0.0.49 - - [2025-09-11 02:45:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.006024 10.0.0.249 - - [2025-09-11 02:45:16] "POST /neutron/network HTTP/1.1" 400 204 0.015939 10.0.0.49 - - [2025-09-11 02:45:16] "DELETE /route-target/25274c6e-b6c1-45c4-aeaa-2d44e4c58579 HTTP/1.1" 409 239 0.010413 10.0.0.249 - - [2025-09-11 02:45:17] "POST /neutron/port HTTP/1.1" 200 151 0.170135 10.0.0.49 - - [2025-09-11 02:45:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004233 10.0.0.249 - - [2025-09-11 02:45:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003482 10.0.0.49 - - [2025-09-11 02:45:21] "GET /projects?obj_uuids=d44f367c-efb5-4e38-8d18-09e37d5ea1b4&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000932 10.0.0.249 - - [2025-09-11 02:45:21] "GET /project/d44f367c-efb5-4e38-8d18-09e37d5ea1b4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1336 0.040628 10.0.0.249 - - [2025-09-11 02:45:21] "POST /neutron/network HTTP/1.1" 200 117 0.008500 10.0.0.49 - - [2025-09-11 02:45:21] "POST /ref-update HTTP/1.1" 200 156 0.017474 10.0.0.249 - - [2025-09-11 02:45:21] "POST /neutron/network HTTP/1.1" 200 833 0.007867 10.0.0.249 - - [2025-09-11 02:45:21] "POST /id-to-fqname HTTP/1.1" 200 220 0.001218 10.0.0.249 - - [2025-09-11 02:45:22] "GET /virtual-network/7175ba26-3abc-4651-a792-edf9a784ba56?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.006017 10.0.0.249 - - [2025-09-11 02:45:22] "GET /virtual-network/7175ba26-3abc-4651-a792-edf9a784ba56?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.007387 10.0.0.249 - - [2025-09-11 02:45:22] "POST /neutron/subnet HTTP/1.1" 200 734 0.014302 10.0.0.249 - - [2025-09-11 02:45:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.002816 10.0.0.249 - - [2025-09-11 02:45:22] "GET /virtual-network/7175ba26-3abc-4651-a792-edf9a784ba56?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.007565 10.0.0.249 - - [2025-09-11 02:45:22] "PUT /virtual-network/7175ba26-3abc-4651-a792-edf9a784ba56 HTTP/1.1" 200 264 0.088604 10.0.0.249 - - [2025-09-11 02:45:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.002911 10.0.0.49 - - [2025-09-11 02:45:22] "GET /projects?obj_uuids=d44f367c-efb5-4e38-8d18-09e37d5ea1b4&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001211 10.0.0.249 - - [2025-09-11 02:45:22] "GET /project/d44f367c-efb5-4e38-8d18-09e37d5ea1b4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1336 0.035559 10.0.0.49 - - [2025-09-11 02:45:22] "POST /route-targets HTTP/1.1" 200 327 0.014549 10.0.0.49 - - [2025-09-11 02:45:22] "POST /useragent-kv HTTP/1.1" 200 115 0.009126 10.0.0.249 - - [2025-09-11 02:45:22] "POST /neutron/subnet HTTP/1.1" 200 720 0.224176 10.0.0.249 - - [2025-09-11 02:45:22] "POST /id-to-fqname HTTP/1.1" 200 220 0.001248 10.0.0.249 - - [2025-09-11 02:45:22] "GET /virtual-network/0a0b6cc2-71a4-4fde-b2b5-0b6413c500da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.011831 10.0.0.249 - - [2025-09-11 02:45:22] "GET /virtual-network/0a0b6cc2-71a4-4fde-b2b5-0b6413c500da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.005978 10.0.0.249 - - [2025-09-11 02:45:22] "POST /neutron/network HTTP/1.1" 200 830 0.006063 10.0.0.249 - - [2025-09-11 02:45:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003332 10.0.0.249 - - [2025-09-11 02:45:22] "GET /virtual-network/0a0b6cc2-71a4-4fde-b2b5-0b6413c500da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.005941 10.0.0.249 - - [2025-09-11 02:45:23] "PUT /virtual-network/0a0b6cc2-71a4-4fde-b2b5-0b6413c500da HTTP/1.1" 200 264 0.062282 10.0.0.249 - - [2025-09-11 02:45:23] "POST /id-to-fqname HTTP/1.1" 200 220 0.001220 10.0.0.249 - - [2025-09-11 02:45:23] "POST /neutron/network HTTP/1.1" 200 843 0.008204 10.0.0.49 - - [2025-09-11 02:45:24] "GET /projects?obj_uuids=d44f367c-efb5-4e38-8d18-09e37d5ea1b4&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001333 10.0.0.249 - - [2025-09-11 02:45:24] "GET /project/d44f367c-efb5-4e38-8d18-09e37d5ea1b4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1336 0.076904 10.0.0.249 - - [2025-09-11 02:45:24] "POST /neutron/port HTTP/1.1" 200 117 0.006034 10.0.0.249 - - [2025-09-11 02:45:24] "POST /id-to-fqname HTTP/1.1" 200 220 0.001193 10.0.0.249 - - [2025-09-11 02:45:24] "POST /neutron/port HTTP/1.1" 200 117 0.006365 10.0.0.49 - - [2025-09-11 02:45:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004515 10.0.0.49 - - [2025-09-11 02:45:24] "POST /useragent-kv HTTP/1.1" 200 115 0.003655 10.0.0.49 - - [2025-09-11 02:45:24] "POST /useragent-kv HTTP/1.1" 200 115 0.002077 10.0.0.249 - - [2025-09-11 02:45:24] "POST /neutron/network HTTP/1.1" 200 151 0.104299 10.0.0.49 - - [2025-09-11 02:45:24] "DELETE /route-target/2bb4ba0b-a008-4ae3-a197-9720e56bc9b3 HTTP/1.1" 409 239 0.006778 10.0.0.49 - - [2025-09-11 02:45:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.005633 10.0.0.49 - - [2025-09-11 02:45:26] "GET /projects?obj_uuids=d44f367c-efb5-4e38-8d18-09e37d5ea1b4&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001045 10.0.0.249 - - [2025-09-11 02:45:26] "GET /project/d44f367c-efb5-4e38-8d18-09e37d5ea1b4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1336 0.046467 10.0.0.49 - - [2025-09-11 02:45:26] "GET /projects?obj_uuids=d44f367c-efb5-4e38-8d18-09e37d5ea1b4&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000986 10.0.0.249 - - [2025-09-11 02:45:26] "GET /project/d44f367c-efb5-4e38-8d18-09e37d5ea1b4?fields=virtual_networks HTTP/1.1" 200 1019 0.057579 10.0.0.49 - - [2025-09-11 02:45:26] "GET /projects?obj_uuids=d44f367c-efb5-4e38-8d18-09e37d5ea1b4&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001620 10.0.0.249 - - [2025-09-11 02:45:26] "GET /project/d44f367c-efb5-4e38-8d18-09e37d5ea1b4?fields=virtual_machine_interfaces HTTP/1.1" 200 1019 0.041940 10.0.0.49 - - [2025-09-11 02:45:26] "GET /projects?obj_uuids=d44f367c-efb5-4e38-8d18-09e37d5ea1b4&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001213 10.0.0.249 - - [2025-09-11 02:45:26] "GET /project/d44f367c-efb5-4e38-8d18-09e37d5ea1b4?fields=security_groups HTTP/1.1" 200 1238 0.044494 10.0.0.49 - - [2025-09-11 02:45:26] "GET /obj-perms HTTP/1.1" 200 5075 0.329736 10.0.0.249 - - [2025-09-11 02:45:27] "POST /fqname-to-id HTTP/1.1" 404 192 0.026084 10.0.0.49 - - [2025-09-11 02:45:27] "GET /projects?obj_uuids=5b07308b-d4fe-418d-a56e-6125d4fc4d2c&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003697 10.0.0.49 - - [2025-09-11 02:45:27] "GET /domains?obj_uuids=6cefd47d-baca-4df6-a10c-ec963319da07&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000963 10.0.0.49 - - [2025-09-11 02:45:27] "GET /domain/6cefd47d-baca-4df6-a10c-ec963319da07?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006937 10.0.0.49 - - [2025-09-11 02:45:27] "POST /id-to-fqname HTTP/1.1" 200 194 0.003364 10.0.0.49 - - [2025-09-11 02:45:27] "POST /fqname-to-id HTTP/1.1" 404 203 0.004984 10.0.0.49 - - [2025-09-11 02:45:27] "POST /security-groups HTTP/1.1" 200 595 0.027234 10.0.0.49 - - [2025-09-11 02:45:27] "POST /projects HTTP/1.1" 200 593 0.230130 10.0.0.49 - - [2025-09-11 02:45:27] "POST /access-control-lists HTTP/1.1" 200 600 0.023309 10.0.0.49 - - [2025-09-11 02:45:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.296432 10.0.0.249 - - [2025-09-11 02:45:27] "GET /project/5b07308b-d4fe-418d-a56e-6125d4fc4d2c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.424405 10.0.0.249 - - [2025-09-11 02:45:28] "GET / HTTP/1.1" 200 35931 0.001593 10.0.0.249 - - [2025-09-11 02:45:30] "POST /fqname-to-id HTTP/1.1" 401 293 0.000553 10.0.0.249 - - [2025-09-11 02:45:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.067934 10.0.0.49 - - [2025-09-11 02:45:30] "GET /projects?obj_uuids=5b07308b-d4fe-418d-a56e-6125d4fc4d2c&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000882 10.0.0.249 - - [2025-09-11 02:45:31] "GET /project/5b07308b-d4fe-418d-a56e-6125d4fc4d2c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.043356 10.0.0.249 - - [2025-09-11 02:45:31] "POST /neutron/network HTTP/1.1" 200 117 0.036426 10.0.0.49 - - [2025-09-11 02:45:31] "POST /route-targets HTTP/1.1" 200 327 0.023315 10.0.0.249 - - [2025-09-11 02:45:31] "POST /neutron/network HTTP/1.1" 200 831 0.010878 10.0.0.249 - - [2025-09-11 02:45:31] "POST /id-to-fqname HTTP/1.1" 200 226 0.002335 10.0.0.249 - - [2025-09-11 02:45:31] "GET /virtual-network/225af184-07cb-4d09-9c55-1ef0f8e5d26b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.009383 10.0.0.249 - - [2025-09-11 02:45:31] "GET /virtual-network/225af184-07cb-4d09-9c55-1ef0f8e5d26b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005438 10.0.0.249 - - [2025-09-11 02:45:31] "POST /neutron/subnet HTTP/1.1" 200 720 0.008296 10.0.0.249 - - [2025-09-11 02:45:32] "GET /virtual-network/225af184-07cb-4d09-9c55-1ef0f8e5d26b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005654 10.0.0.249 - - [2025-09-11 02:45:32] "GET /obj-perms HTTP/1.1" 200 5057 0.056569 10.0.0.22 - - [2025-09-11 02:45:33] "GET /obj-perms HTTP/1.1" 200 5057 0.046916 10.0.0.249 - - [2025-09-11 02:45:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003256 10.0.0.249 - - [2025-09-11 02:45:33] "GET /virtual-network/225af184-07cb-4d09-9c55-1ef0f8e5d26b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.006356 10.0.0.249 - - [2025-09-11 02:45:33] "PUT /virtual-network/225af184-07cb-4d09-9c55-1ef0f8e5d26b HTTP/1.1" 200 264 0.063446 10.0.0.49 - - [2025-09-11 02:45:33] "POST /ref-update HTTP/1.1" 200 156 0.031054 10.0.0.249 - - [2025-09-11 02:45:38] "POST /id-to-fqname HTTP/1.1" 200 226 0.001271 10.0.0.49 - - [2025-09-11 02:45:39] "GET /projects?obj_uuids=5b07308b-d4fe-418d-a56e-6125d4fc4d2c&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000972 10.0.0.249 - - [2025-09-11 02:45:39] "GET /project/5b07308b-d4fe-418d-a56e-6125d4fc4d2c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.062252 10.0.0.249 - - [2025-09-11 02:45:39] "POST /neutron/network HTTP/1.1" 200 831 0.006550 10.0.0.249 - - [2025-09-11 02:45:39] "POST /neutron/port HTTP/1.1" 200 117 0.005821 10.0.0.249 - - [2025-09-11 02:45:40] "POST /neutron/port HTTP/1.1" 200 1063 0.015341 10.0.0.249 - - [2025-09-11 02:45:40] "POST /neutron/port HTTP/1.1" 200 1091 0.015746 10.0.0.249 - - [2025-09-11 02:45:40] "POST /neutron/port HTTP/1.1" 200 117 0.001047 10.0.0.249 - - [2025-09-11 02:45:44] "POST /neutron/security_group HTTP/1.1" 200 2062 0.006784 10.0.0.249 - - [2025-09-11 02:45:45] "POST /neutron/port HTTP/1.1" 200 1091 0.013529 10.0.0.249 - - [2025-09-11 02:45:45] "GET /virtual-machine/6263ab9d-af35-4de1-8a14-cc3a3d2c6a14 HTTP/1.1" 401 293 0.000361 10.0.0.249 - - [2025-09-11 02:45:45] "GET /virtual-machine/6263ab9d-af35-4de1-8a14-cc3a3d2c6a14 HTTP/1.1" 200 1295 0.038403 10.0.0.249 - - [2025-09-11 02:45:45] "GET /virtual-machine-interface/6527aab8-a017-409c-b023-1adfc1f4327f HTTP/1.1" 200 2967 0.005464 10.0.0.249 - - [2025-09-11 02:45:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003429 10.0.0.249 - - [2025-09-11 02:45:45] "GET /global-vrouter-config/34ac33d4-7223-40b7-b082-da1d7603178b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004055 10.0.0.249 - - [2025-09-11 02:45:45] "GET /virtual-networks?parent_id=5b07308b-d4fe-418d-a56e-6125d4fc4d2c&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.003112 10.0.0.249 - - [2025-09-11 02:45:45] "GET /virtual-network/225af184-07cb-4d09-9c55-1ef0f8e5d26b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2116 0.006417 10.0.0.249 - - [2025-09-11 02:45:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003435 10.0.0.249 - - [2025-09-11 02:45:48] "GET /virtual-network/225af184-07cb-4d09-9c55-1ef0f8e5d26b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2116 0.005003 10.0.0.249 - - [2025-09-11 02:45:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003617 10.0.0.249 - - [2025-09-11 02:45:52] "GET /virtual-network/225af184-07cb-4d09-9c55-1ef0f8e5d26b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2116 0.006420 10.0.0.249 - - [2025-09-11 02:45:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003335 10.0.0.249 - - [2025-09-11 02:45:56] "GET /virtual-network/225af184-07cb-4d09-9c55-1ef0f8e5d26b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2116 0.005456 10.0.0.49 - - [2025-09-11 02:45:57] "DELETE /project/5b07308bd4fe418da56e6125d4fc4d2c HTTP/1.1" 404 173 0.003337 10.0.0.49 - - [2025-09-11 02:45:57] "DELETE /project/d44f367c-efb5-4e38-8d18-09e37d5ea1b4 HTTP/1.1" 404 177 0.005741 10.0.0.249 - - [2025-09-11 02:46:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003855 10.0.0.249 - - [2025-09-11 02:46:00] "GET /virtual-network/225af184-07cb-4d09-9c55-1ef0f8e5d26b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2116 0.005640 10.0.0.249 - - [2025-09-11 02:46:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003717 10.0.0.249 - - [2025-09-11 02:46:04] "GET /virtual-network/225af184-07cb-4d09-9c55-1ef0f8e5d26b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2116 0.009386 10.0.0.249 - - [2025-09-11 02:46:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003365 10.0.0.249 - - [2025-09-11 02:46:09] "GET /virtual-network/225af184-07cb-4d09-9c55-1ef0f8e5d26b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2116 0.005294 10.0.0.22 - - [2025-09-11 02:46:10] "GET /global-system-configs HTTP/1.1" 200 322 0.028719 10.0.0.49 - - [2025-09-11 02:46:10] "GET /global-system-configs HTTP/1.1" 200 322 0.058701 10.0.0.49 - - [2025-09-11 02:46:10] "GET /obj-perms HTTP/1.1" 200 5075 0.134133 10.0.0.22 - - [2025-09-11 02:46:10] "GET /global-system-configs HTTP/1.1" 200 322 0.100797 10.0.0.22 - - [2025-09-11 02:46:10] "GET /obj-perms HTTP/1.1" 200 5075 0.114564 10.0.0.249 - - [2025-09-11 02:46:10] "GET /obj-perms HTTP/1.1" 200 5075 0.128963 10.0.0.49 - - [2025-09-11 02:46:10] "GET /global-system-configs HTTP/1.1" 200 322 0.133010 10.0.0.249 - - [2025-09-11 02:46:11] "GET /global-system-configs HTTP/1.1" 200 322 0.042978 10.0.0.49 - - [2025-09-11 02:46:11] "GET /obj-perms HTTP/1.1" 200 5075 0.116239 10.0.0.249 - - [2025-09-11 02:46:12] "GET /global-system-configs HTTP/1.1" 200 322 0.078390 10.0.0.249 - - [2025-09-11 02:46:12] "GET /obj-perms HTTP/1.1" 200 5075 0.144581 10.0.0.22 - - [2025-09-11 02:46:12] "GET /obj-perms HTTP/1.1" 200 5075 0.162058 10.0.0.249 - - [2025-09-11 02:46:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003302 10.0.0.249 - - [2025-09-11 02:46:13] "GET /virtual-network/225af184-07cb-4d09-9c55-1ef0f8e5d26b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2116 0.005427 10.0.0.249 - - [2025-09-11 02:46:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003713 10.0.0.249 - - [2025-09-11 02:46:17] "GET /virtual-network/225af184-07cb-4d09-9c55-1ef0f8e5d26b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2116 0.005621 10.0.0.249 - - [2025-09-11 02:46:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003604 10.0.0.249 - - [2025-09-11 02:46:19] "GET /global-vrouter-config/34ac33d4-7223-40b7-b082-da1d7603178b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004108 10.0.0.249 - - [2025-09-11 02:46:19] "GET /virtual-networks?parent_id=5b07308b-d4fe-418d-a56e-6125d4fc4d2c&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.002975 10.0.0.249 - - [2025-09-11 02:46:19] "GET /virtual-network/225af184-07cb-4d09-9c55-1ef0f8e5d26b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2116 0.006286 10.0.0.249 - - [2025-09-11 02:46:19] "POST /neutron/security_group HTTP/1.1" 200 2062 0.007186 10.0.0.249 - - [2025-09-11 02:46:28] "POST /neutron/port HTTP/1.1" 200 1091 0.014220 10.0.0.249 - - [2025-09-11 02:46:29] "POST /neutron/security_group HTTP/1.1" 200 2062 0.007064 10.0.0.249 - - [2025-09-11 02:46:31] "POST /neutron/network HTTP/1.1" 200 841 0.007117 10.0.0.249 - - [2025-09-11 02:46:32] "POST /neutron/port HTTP/1.1" 200 117 0.001229 10.0.0.249 - - [2025-09-11 02:46:35] "POST /neutron/security_group HTTP/1.1" 200 2062 0.007846 10.0.0.249 - - [2025-09-11 02:46:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003405 10.0.0.249 - - [2025-09-11 02:46:40] "GET /virtual-network/225af184-07cb-4d09-9c55-1ef0f8e5d26b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2116 0.005508 10.0.0.249 - - [2025-09-11 02:46:40] "PUT /virtual-network/225af184-07cb-4d09-9c55-1ef0f8e5d26b HTTP/1.1" 200 264 0.049125 10.0.0.49 - - [2025-09-11 02:46:40] "POST /ref-update HTTP/1.1" 200 156 0.052519 10.0.0.249 - - [2025-09-11 02:46:45] "POST /neutron/port HTTP/1.1" 200 1091 0.023081 10.0.0.249 - - [2025-09-11 02:46:47] "POST /neutron/network HTTP/1.1" 200 831 0.006602 10.0.0.49 - - [2025-09-11 02:46:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003370 10.0.0.249 - - [2025-09-11 02:46:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004343 10.0.0.49 - - [2025-09-11 02:46:50] "GET /projects?obj_uuids=5b07308b-d4fe-418d-a56e-6125d4fc4d2c&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001355 10.0.0.249 - - [2025-09-11 02:46:50] "GET /project/5b07308b-d4fe-418d-a56e-6125d4fc4d2c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.045951 10.0.0.49 - - [2025-09-11 02:46:50] "GET /projects?obj_uuids=5b07308b-d4fe-418d-a56e-6125d4fc4d2c&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000929 10.0.0.249 - - [2025-09-11 02:46:50] "POST /neutron/network HTTP/1.1" 200 613 0.122313 10.0.0.49 - - [2025-09-11 02:46:50] "POST /ref-update HTTP/1.1" 200 156 0.020924 10.0.0.249 - - [2025-09-11 02:46:50] "POST /id-to-fqname HTTP/1.1" 200 226 0.003203 10.0.0.249 - - [2025-09-11 02:46:50] "GET /virtual-network/c8357cc6-f37c-43fa-99d1-93e02a9563fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.005538 10.0.0.249 - - [2025-09-11 02:46:50] "POST /neutron/network HTTP/1.1" 200 833 0.006252 10.0.0.249 - - [2025-09-11 02:46:50] "GET /virtual-network/c8357cc6-f37c-43fa-99d1-93e02a9563fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.005325 10.0.0.249 - - [2025-09-11 02:46:51] "GET /virtual-network/c8357cc6-f37c-43fa-99d1-93e02a9563fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.005910 10.0.0.249 - - [2025-09-11 02:46:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003552 10.0.0.249 - - [2025-09-11 02:46:51] "GET /virtual-network/c8357cc6-f37c-43fa-99d1-93e02a9563fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.005090 10.0.0.249 - - [2025-09-11 02:46:51] "PUT /virtual-network/c8357cc6-f37c-43fa-99d1-93e02a9563fd HTTP/1.1" 200 264 0.071088 10.0.0.249 - - [2025-09-11 02:46:56] "POST /id-to-fqname HTTP/1.1" 200 226 0.001424 10.0.0.249 - - [2025-09-11 02:46:56] "POST /neutron/port HTTP/1.1" 200 117 0.012596 10.0.0.49 - - [2025-09-11 02:46:57] "GET /projects?obj_uuids=5b07308b-d4fe-418d-a56e-6125d4fc4d2c&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001064 10.0.0.249 - - [2025-09-11 02:46:57] "GET /project/5b07308b-d4fe-418d-a56e-6125d4fc4d2c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.065621 10.0.0.249 - - [2025-09-11 02:46:57] "POST /neutron/port HTTP/1.1" 200 117 0.008602 10.0.0.249 - - [2025-09-11 02:47:02] "POST /neutron/port HTTP/1.1" 200 117 0.006427 10.0.0.49 - - [2025-09-11 02:47:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.006367 10.0.0.49 - - [2025-09-11 02:47:03] "POST /useragent-kv HTTP/1.1" 200 115 0.004458 10.0.0.49 - - [2025-09-11 02:47:03] "POST /useragent-kv HTTP/1.1" 200 115 0.003712 10.0.0.249 - - [2025-09-11 02:47:03] "POST /neutron/network HTTP/1.1" 200 151 0.143749 10.0.0.49 - - [2025-09-11 02:47:03] "DELETE /route-target/78d7e95d-95f5-41da-87e6-d5aa9b34b7cc HTTP/1.1" 200 115 0.027360 10.0.0.49 - - [2025-09-11 02:47:04] "GET /projects?obj_uuids=5b07308b-d4fe-418d-a56e-6125d4fc4d2c&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000994 10.0.0.249 - - [2025-09-11 02:47:04] "GET /project/5b07308b-d4fe-418d-a56e-6125d4fc4d2c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.061721 10.0.0.49 - - [2025-09-11 02:47:04] "GET /projects?obj_uuids=5b07308b-d4fe-418d-a56e-6125d4fc4d2c&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000994 10.0.0.249 - - [2025-09-11 02:47:04] "GET /project/5b07308b-d4fe-418d-a56e-6125d4fc4d2c?fields=virtual_networks HTTP/1.1" 200 1040 0.039897 10.0.0.49 - - [2025-09-11 02:47:04] "GET /projects?obj_uuids=5b07308b-d4fe-418d-a56e-6125d4fc4d2c&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000878 10.0.0.249 - - [2025-09-11 02:47:04] "GET /project/5b07308b-d4fe-418d-a56e-6125d4fc4d2c?fields=virtual_machine_interfaces HTTP/1.1" 200 1040 0.039817 10.0.0.49 - - [2025-09-11 02:47:04] "GET /projects?obj_uuids=5b07308b-d4fe-418d-a56e-6125d4fc4d2c&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001386 10.0.0.249 - - [2025-09-11 02:47:04] "GET /project/5b07308b-d4fe-418d-a56e-6125d4fc4d2c?fields=security_groups HTTP/1.1" 200 1270 0.036497 10.0.0.249 - - [2025-09-11 02:47:05] "POST /fqname-to-id HTTP/1.1" 404 213 0.022333 10.0.0.49 - - [2025-09-11 02:47:05] "GET /projects?obj_uuids=d6dc3bcb-4d98-4768-b3ec-e477fe8e6018&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002757 10.0.0.49 - - [2025-09-11 02:47:05] "GET /domains?obj_uuids=6cefd47d-baca-4df6-a10c-ec963319da07&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001347 10.0.0.49 - - [2025-09-11 02:47:05] "GET /domain/6cefd47d-baca-4df6-a10c-ec963319da07?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.033030 10.0.0.49 - - [2025-09-11 02:47:05] "POST /id-to-fqname HTTP/1.1" 200 216 0.005136 10.0.0.49 - - [2025-09-11 02:47:05] "POST /fqname-to-id HTTP/1.1" 404 227 0.003951 10.0.0.49 - - [2025-09-11 02:47:06] "POST /security-groups HTTP/1.1" 200 616 0.072969 10.0.0.49 - - [2025-09-11 02:47:06] "POST /projects HTTP/1.1" 200 635 0.270070 10.0.0.49 - - [2025-09-11 02:47:06] "POST /fqname-to-id HTTP/1.1" 404 258 0.010491 10.0.0.49 - - [2025-09-11 02:47:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.341172 10.0.0.249 - - [2025-09-11 02:47:06] "GET /project/d6dc3bcb-4d98-4768-b3ec-e477fe8e6018?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1464 0.503241 10.0.0.249 - - [2025-09-11 02:47:07] "GET / HTTP/1.1" 200 35931 0.001848 10.0.0.249 - - [2025-09-11 02:47:08] "POST /fqname-to-id HTTP/1.1" 401 293 0.000445 10.0.0.249 - - [2025-09-11 02:47:09] "POST /fqname-to-id HTTP/1.1" 404 249 0.050181 10.0.0.49 - - [2025-09-11 02:47:09] "POST /access-control-lists HTTP/1.1" 200 643 0.024070 10.0.0.49 - - [2025-09-11 02:47:09] "PUT /access-control-list/667157c1-63c4-4b5c-8ebf-b56d04976f93 HTTP/1.1" 200 272 0.020551 10.0.0.249 - - [2025-09-11 02:47:09] "POST /neutron/security_group_rule HTTP/1.1" 200 539 0.034314 10.0.0.49 - - [2025-09-11 02:47:10] "PUT /access-control-list/d84ebe65-96e6-4149-93d5-c9b03d8d7672 HTTP/1.1" 200 272 0.015768 10.0.0.249 - - [2025-09-11 02:47:10] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.133943 10.0.0.249 - - [2025-09-11 02:47:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003115 10.0.0.249 - - [2025-09-11 02:47:10] "GET /security-group/634a03e9-9467-4cac-8eda-428a88379245?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2027 0.003915 10.0.0.249 - - [2025-09-11 02:47:11] "POST /neutron/security_group HTTP/1.1" 200 151 0.047564 10.0.0.249 - - [2025-09-11 02:47:11] "POST /fqname-to-id HTTP/1.1" 404 249 0.003700 10.0.0.49 - - [2025-09-11 02:47:11] "DELETE /access-control-list/667157c1-63c4-4b5c-8ebf-b56d04976f93 HTTP/1.1" 200 115 0.040746 10.0.0.249 - - [2025-09-11 02:47:11] "POST /fqname-to-id HTTP/1.1" 404 249 0.003589 10.0.0.49 - - [2025-09-11 02:47:11] "POST /access-control-lists HTTP/1.1" 200 643 0.023673 10.0.0.49 - - [2025-09-11 02:47:11] "PUT /access-control-list/8819de3d-1291-4f5a-ba02-d6f3d937cffc HTTP/1.1" 200 272 0.011682 10.0.0.249 - - [2025-09-11 02:47:11] "POST /neutron/security_group_rule HTTP/1.1" 200 539 0.015194 10.0.0.49 - - [2025-09-11 02:47:11] "PUT /access-control-list/6ee3bde5-0082-4f22-9ae7-04e9b2f77f42 HTTP/1.1" 200 272 0.022280 10.0.0.249 - - [2025-09-11 02:47:12] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.154605 10.0.0.249 - - [2025-09-11 02:47:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003096 10.0.0.249 - - [2025-09-11 02:47:12] "GET /security-group/1298994e-5488-46c3-ad6a-09c834580154?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2027 0.011056 10.0.0.249 - - [2025-09-11 02:47:12] "POST /neutron/security_group_rule HTTP/1.1" 200 566 0.008012 10.0.0.49 - - [2025-09-11 02:47:12] "PUT /access-control-list/6ee3bde5-0082-4f22-9ae7-04e9b2f77f42 HTTP/1.1" 200 272 0.019671 10.0.0.249 - - [2025-09-11 02:47:13] "POST /neutron/security_group_rule HTTP/1.1" 200 601 0.120040 10.0.0.249 - - [2025-09-11 02:47:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.006313 10.0.0.49 - - [2025-09-11 02:47:13] "GET /projects?obj_uuids=d6dc3bcb-4d98-4768-b3ec-e477fe8e6018&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001164 10.0.0.249 - - [2025-09-11 02:47:13] "GET /project/d6dc3bcb-4d98-4768-b3ec-e477fe8e6018?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1464 0.040796 10.0.0.49 - - [2025-09-11 02:47:13] "POST /route-targets HTTP/1.1" 200 327 0.011250 10.0.0.49 - - [2025-09-11 02:47:13] "POST /useragent-kv HTTP/1.1" 200 115 0.006353 10.0.0.249 - - [2025-09-11 02:47:13] "POST /neutron/subnet HTTP/1.1" 200 828 0.236466 10.0.0.49 - - [2025-09-11 02:47:13] "POST /fqname-to-id HTTP/1.1" 404 207 0.054760 10.0.0.249 - - [2025-09-11 02:47:13] "POST /id-to-fqname HTTP/1.1" 200 290 0.001177 10.0.0.249 - - [2025-09-11 02:47:13] "GET /virtual-network/17404157-c8d5-4f1e-ab44-41ab9b542f49?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2809 0.006454 10.0.0.249 - - [2025-09-11 02:47:13] "POST /neutron/network HTTP/1.1" 200 1113 0.007562 10.0.0.249 - - [2025-09-11 02:47:13] "GET /virtual-network/17404157-c8d5-4f1e-ab44-41ab9b542f49?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2809 0.005674 10.0.0.249 - - [2025-09-11 02:47:14] "POST /neutron/subnet HTTP/1.1" 200 725 0.009618 10.0.0.249 - - [2025-09-11 02:47:14] "GET /virtual-network/17404157-c8d5-4f1e-ab44-41ab9b542f49?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2809 0.006244 10.0.0.249 - - [2025-09-11 02:47:14] "GET /obj-perms HTTP/1.1" 200 5099 0.077395 10.0.0.49 - - [2025-09-11 02:47:15] "DELETE /access-control-list/3a9e3782-35ab-4a74-9faa-be55ea019d2e HTTP/1.1" 200 115 0.040689 10.0.0.22 - - [2025-09-11 02:47:15] "GET /obj-perms HTTP/1.1" 200 5099 0.073277 10.0.0.49 - - [2025-09-11 02:47:15] "GET /obj-perms HTTP/1.1" 200 5099 0.044298 10.0.0.249 - - [2025-09-11 02:47:15] "POST /id-to-fqname HTTP/1.1" 200 290 0.001526 10.0.0.249 - - [2025-09-11 02:47:15] "POST /neutron/network HTTP/1.1" 200 1123 0.008591 10.0.0.49 - - [2025-09-11 02:47:16] "GET /projects?obj_uuids=d6dc3bcb-4d98-4768-b3ec-e477fe8e6018&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001206 10.0.0.249 - - [2025-09-11 02:47:16] "GET /project/d6dc3bcb-4d98-4768-b3ec-e477fe8e6018?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1464 0.090462 10.0.0.249 - - [2025-09-11 02:47:16] "POST /neutron/port HTTP/1.1" 200 117 0.005481 10.0.0.249 - - [2025-09-11 02:47:16] "POST /id-to-fqname HTTP/1.1" 200 290 0.002139 10.0.0.249 - - [2025-09-11 02:47:17] "POST /neutron/network HTTP/1.1" 200 1123 0.009070 10.0.0.49 - - [2025-09-11 02:47:17] "GET /projects?obj_uuids=d6dc3bcb-4d98-4768-b3ec-e477fe8e6018&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001298 10.0.0.249 - - [2025-09-11 02:47:17] "POST /neutron/port HTTP/1.1" 200 1192 0.367422 10.0.0.249 - - [2025-09-11 02:47:17] "POST /neutron/port HTTP/1.1" 200 1246 0.119292 10.0.0.49 - - [2025-09-11 02:47:17] "GET /projects?obj_uuids=d6dc3bcb-4d98-4768-b3ec-e477fe8e6018&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.000939 10.0.0.249 - - [2025-09-11 02:47:18] "GET /project/d6dc3bcb-4d98-4768-b3ec-e477fe8e6018?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1464 0.072646 10.0.0.249 - - [2025-09-11 02:47:18] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006088 10.0.0.249 - - [2025-09-11 02:47:18] "POST /neutron/port HTTP/1.1" 200 117 0.001119 10.0.0.249 - - [2025-09-11 02:47:18] "POST /neutron/port HTTP/1.1" 200 1220 0.022778 10.0.0.249 - - [2025-09-11 02:47:18] "POST /neutron/port HTTP/1.1" 200 1220 0.015834 10.0.0.249 - - [2025-09-11 02:47:23] "POST /neutron/security_group HTTP/1.1" 200 1457 0.006626 10.0.0.249 - - [2025-09-11 02:47:23] "POST /neutron/port HTTP/1.1" 200 1220 0.014436 10.0.0.249 - - [2025-09-11 02:47:23] "POST /neutron/security_group HTTP/1.1" 200 1457 0.009398 10.0.0.249 - - [2025-09-11 02:47:23] "GET /virtual-machine/105aeea1-9bd7-4c8c-966b-d8aea4537072 HTTP/1.1" 401 293 0.000364 10.0.0.249 - - [2025-09-11 02:47:24] "GET /virtual-machine/105aeea1-9bd7-4c8c-966b-d8aea4537072 HTTP/1.1" 200 1317 0.028932 10.0.0.249 - - [2025-09-11 02:47:24] "GET /virtual-machine/105aeea1-9bd7-4c8c-966b-d8aea4537072 HTTP/1.1" 200 1317 0.003982 10.0.0.249 - - [2025-09-11 02:47:24] "GET /virtual-machine-interface/92475caa-c26b-4c7c-a285-919714e73fe3 HTTP/1.1" 200 3418 0.006413 10.0.0.249 - - [2025-09-11 02:47:24] "GET /virtual-machine/105aeea1-9bd7-4c8c-966b-d8aea4537072 HTTP/1.1" 200 1317 0.003942 10.0.0.249 - - [2025-09-11 02:47:24] "GET /virtual-machine-interface/92475caa-c26b-4c7c-a285-919714e73fe3 HTTP/1.1" 200 3418 0.005063 10.0.0.249 - - [2025-09-11 02:47:24] "GET /instance-ip/598ed829-983d-4c85-9452-0348bee5da58 HTTP/1.1" 200 1735 0.005514 10.0.0.249 - - [2025-09-11 02:47:24] "GET /instance-ip/9804b978-af2d-404c-b871-45bd8211da0c HTTP/1.1" 200 1716 0.005664 10.0.0.249 - - [2025-09-11 02:47:24] "GET /virtual-machine/105aeea1-9bd7-4c8c-966b-d8aea4537072 HTTP/1.1" 200 1317 0.003901 10.0.0.249 - - [2025-09-11 02:47:24] "GET /virtual-machine-interface/92475caa-c26b-4c7c-a285-919714e73fe3 HTTP/1.1" 200 3418 0.004799 10.0.0.249 - - [2025-09-11 02:47:24] "GET /instance-ip/598ed829-983d-4c85-9452-0348bee5da58 HTTP/1.1" 200 1735 0.005102 10.0.0.249 - - [2025-09-11 02:47:24] "GET /instance-ip/9804b978-af2d-404c-b871-45bd8211da0c HTTP/1.1" 200 1716 0.004292 10.0.0.249 - - [2025-09-11 02:47:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003498 10.0.0.249 - - [2025-09-11 02:47:24] "GET /global-vrouter-config/34ac33d4-7223-40b7-b082-da1d7603178b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003641 10.0.0.249 - - [2025-09-11 02:47:24] "GET /virtual-networks?parent_id=d6dc3bcb-4d98-4768-b3ec-e477fe8e6018&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.002987 10.0.0.249 - - [2025-09-11 02:47:24] "GET /virtual-network/17404157-c8d5-4f1e-ab44-41ab9b542f49?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2809 0.006547 10.0.0.249 - - [2025-09-11 02:47:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003687 10.0.0.249 - - [2025-09-11 02:47:24] "GET /global-vrouter-config/34ac33d4-7223-40b7-b082-da1d7603178b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004327 10.0.0.249 - - [2025-09-11 02:47:24] "GET /virtual-networks?parent_id=d6dc3bcb-4d98-4768-b3ec-e477fe8e6018&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.002689 10.0.0.249 - - [2025-09-11 02:47:24] "GET /virtual-network/17404157-c8d5-4f1e-ab44-41ab9b542f49?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2809 0.006103 10.0.0.249 - - [2025-09-11 02:47:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003482 10.0.0.249 - - [2025-09-11 02:47:24] "GET /global-vrouter-config/34ac33d4-7223-40b7-b082-da1d7603178b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003926 10.0.0.249 - - [2025-09-11 02:47:24] "GET /virtual-networks?parent_id=d6dc3bcb-4d98-4768-b3ec-e477fe8e6018&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003329 10.0.0.249 - - [2025-09-11 02:47:24] "GET /virtual-network/17404157-c8d5-4f1e-ab44-41ab9b542f49?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2809 0.005873 10.0.0.249 - - [2025-09-11 02:47:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003391 10.0.0.249 - - [2025-09-11 02:47:24] "GET /global-vrouter-config/34ac33d4-7223-40b7-b082-da1d7603178b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003674 10.0.0.249 - - [2025-09-11 02:47:24] "GET /virtual-networks?parent_id=d6dc3bcb-4d98-4768-b3ec-e477fe8e6018&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003404 10.0.0.249 - - [2025-09-11 02:47:24] "GET /virtual-network/17404157-c8d5-4f1e-ab44-41ab9b542f49?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2809 0.006627 10.0.0.249 - - [2025-09-11 02:47:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003762 10.0.0.249 - - [2025-09-11 02:47:24] "GET /global-vrouter-config/34ac33d4-7223-40b7-b082-da1d7603178b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004460 10.0.0.249 - - [2025-09-11 02:47:24] "GET /virtual-networks?parent_id=d6dc3bcb-4d98-4768-b3ec-e477fe8e6018&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003091 10.0.0.249 - - [2025-09-11 02:47:24] "GET /virtual-network/17404157-c8d5-4f1e-ab44-41ab9b542f49?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2809 0.005674 10.0.0.249 - - [2025-09-11 02:47:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003144 10.0.0.249 - - [2025-09-11 02:47:27] "GET /virtual-network/17404157-c8d5-4f1e-ab44-41ab9b542f49?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2809 0.005324 10.0.0.249 - - [2025-09-11 02:47:31] "POST /neutron/network HTTP/1.1" 200 1123 0.010586 10.0.0.249 - - [2025-09-11 02:47:32] "POST /neutron/subnet HTTP/1.1" 200 1385 0.011758 10.0.0.249 - - [2025-09-11 02:47:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003249 10.0.0.249 - - [2025-09-11 02:47:32] "GET /virtual-network/17404157-c8d5-4f1e-ab44-41ab9b542f49?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2809 0.006173 10.0.0.249 - - [2025-09-11 02:47:32] "POST /neutron/network HTTP/1.1" 200 1113 0.008653 10.0.0.249 - - [2025-09-11 02:47:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003098 10.0.0.249 - - [2025-09-11 02:47:36] "GET /virtual-network/17404157-c8d5-4f1e-ab44-41ab9b542f49?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2809 0.005214 10.0.0.249 - - [2025-09-11 02:47:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003277 10.0.0.249 - - [2025-09-11 02:47:40] "GET /virtual-network/17404157-c8d5-4f1e-ab44-41ab9b542f49?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2809 0.005027 10.0.0.249 - - [2025-09-11 02:47:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004058 10.0.0.249 - - [2025-09-11 02:47:44] "GET /virtual-network/17404157-c8d5-4f1e-ab44-41ab9b542f49?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2809 0.006173 10.0.0.249 - - [2025-09-11 02:47:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003207 10.0.0.249 - - [2025-09-11 02:47:48] "GET /virtual-network/17404157-c8d5-4f1e-ab44-41ab9b542f49?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2809 0.005339 10.0.0.249 - - [2025-09-11 02:47:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003959 10.0.0.249 - - [2025-09-11 02:47:52] "GET /virtual-network/17404157-c8d5-4f1e-ab44-41ab9b542f49?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2809 0.005848 10.0.0.249 - - [2025-09-11 02:47:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003465 10.0.0.249 - - [2025-09-11 02:47:56] "GET /global-vrouter-config/34ac33d4-7223-40b7-b082-da1d7603178b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003741 10.0.0.249 - - [2025-09-11 02:47:56] "GET /virtual-networks?parent_id=d6dc3bcb-4d98-4768-b3ec-e477fe8e6018&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003099 10.0.0.249 - - [2025-09-11 02:47:56] "GET /virtual-network/17404157-c8d5-4f1e-ab44-41ab9b542f49?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2809 0.006141 10.0.0.249 - - [2025-09-11 02:47:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003376 10.0.0.249 - - [2025-09-11 02:47:56] "GET /global-vrouter-config/34ac33d4-7223-40b7-b082-da1d7603178b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003879 10.0.0.249 - - [2025-09-11 02:47:56] "GET /virtual-networks?parent_id=d6dc3bcb-4d98-4768-b3ec-e477fe8e6018&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.002906 10.0.0.249 - - [2025-09-11 02:47:56] "GET /virtual-network/17404157-c8d5-4f1e-ab44-41ab9b542f49?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2809 0.006329 10.0.0.249 - - [2025-09-11 02:47:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.002959 10.0.0.249 - - [2025-09-11 02:47:56] "GET /routing-instance/f1ec353f-e677-4ce7-80c9-7d66c01543e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1680 0.004414 10.0.0.249 - - [2025-09-11 02:47:56] "GET /route-target/0324b7cc-bd33-438c-9726-3c022e6fea1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 900 0.003534 10.0.0.249 - - [2025-09-11 02:47:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003913 10.0.0.249 - - [2025-09-11 02:47:56] "GET /global-vrouter-config/34ac33d4-7223-40b7-b082-da1d7603178b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004736 10.0.0.249 - - [2025-09-11 02:47:56] "GET /virtual-networks?parent_id=d6dc3bcb-4d98-4768-b3ec-e477fe8e6018&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003374 10.0.0.249 - - [2025-09-11 02:47:57] "GET /virtual-network/17404157-c8d5-4f1e-ab44-41ab9b542f49?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2809 0.005640 10.0.0.249 - - [2025-09-11 02:47:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003206 10.0.0.249 - - [2025-09-11 02:47:57] "GET /routing-instance/f1ec353f-e677-4ce7-80c9-7d66c01543e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1680 0.004601 10.0.0.249 - - [2025-09-11 02:47:57] "GET /route-target/0324b7cc-bd33-438c-9726-3c022e6fea1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 900 0.003498 10.0.0.249 - - [2025-09-11 02:47:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003789 10.0.0.249 - - [2025-09-11 02:47:57] "GET /global-vrouter-config/34ac33d4-7223-40b7-b082-da1d7603178b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004394 10.0.0.249 - - [2025-09-11 02:47:57] "GET /virtual-networks?parent_id=d6dc3bcb-4d98-4768-b3ec-e477fe8e6018&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003218 10.0.0.249 - - [2025-09-11 02:47:57] "GET /virtual-network/17404157-c8d5-4f1e-ab44-41ab9b542f49?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2809 0.006069 10.0.0.249 - - [2025-09-11 02:47:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003943 10.0.0.249 - - [2025-09-11 02:47:57] "GET /global-vrouter-config/34ac33d4-7223-40b7-b082-da1d7603178b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004748 10.0.0.249 - - [2025-09-11 02:47:57] "GET /virtual-networks?parent_id=d6dc3bcb-4d98-4768-b3ec-e477fe8e6018&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003986 10.0.0.249 - - [2025-09-11 02:47:57] "GET /virtual-network/17404157-c8d5-4f1e-ab44-41ab9b542f49?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2809 0.006814 10.0.0.49 - - [2025-09-11 02:47:57] "DELETE /project/d6dc3bcb4d984768b3ece477fe8e6018 HTTP/1.1" 404 173 0.003844 10.0.0.49 - - [2025-09-11 02:47:57] "DELETE /project/5b07308b-d4fe-418d-a56e-6125d4fc4d2c HTTP/1.1" 404 177 0.003650 10.0.0.249 - - [2025-09-11 02:47:57] "GET /obj-perms HTTP/1.1" 200 5099 0.004518 10.0.0.49 - - [2025-09-11 02:47:57] "GET /obj-perms HTTP/1.1" 200 5099 0.003901 10.0.0.249 - - [2025-09-11 02:47:57] "GET /obj-perms HTTP/1.1" 200 5099 0.004393 10.0.0.49 - - [2025-09-11 02:47:57] "GET /obj-perms HTTP/1.1" 200 5099 0.003586 10.0.0.249 - - [2025-09-11 02:47:57] "GET /virtual-machine/105aeea1-9bd7-4c8c-966b-d8aea4537072 HTTP/1.1" 200 1317 0.003705 10.0.0.249 - - [2025-09-11 02:47:57] "GET /virtual-machine-interface/92475caa-c26b-4c7c-a285-919714e73fe3 HTTP/1.1" 200 3418 0.005088 10.0.0.249 - - [2025-09-11 02:47:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003437 10.0.0.249 - - [2025-09-11 02:47:57] "GET /global-vrouter-config/34ac33d4-7223-40b7-b082-da1d7603178b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003623 10.0.0.249 - - [2025-09-11 02:47:57] "GET /virtual-networks?parent_id=d6dc3bcb-4d98-4768-b3ec-e477fe8e6018&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.002983 10.0.0.249 - - [2025-09-11 02:47:58] "GET /virtual-network/17404157-c8d5-4f1e-ab44-41ab9b542f49?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2809 0.005966 10.0.0.249 - - [2025-09-11 02:47:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003524 10.0.0.249 - - [2025-09-11 02:47:59] "GET /global-vrouter-config/34ac33d4-7223-40b7-b082-da1d7603178b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003511 10.0.0.249 - - [2025-09-11 02:47:59] "GET /virtual-networks?parent_id=d6dc3bcb-4d98-4768-b3ec-e477fe8e6018&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.002959 10.0.0.249 - - [2025-09-11 02:47:59] "GET /virtual-network/17404157-c8d5-4f1e-ab44-41ab9b542f49?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2809 0.005565 10.0.0.249 - - [2025-09-11 02:48:04] "POST /neutron/port HTTP/1.1" 200 1220 0.015007 10.0.0.249 - - [2025-09-11 02:48:05] "POST /neutron/security_group HTTP/1.1" 200 1457 0.007833 10.0.0.249 - - [2025-09-11 02:48:14] "POST /neutron/port HTTP/1.1" 200 117 0.006501 10.0.0.249 - - [2025-09-11 02:48:14] "POST /neutron/security_group HTTP/1.1" 200 1457 0.006858 10.0.0.249 - - [2025-09-11 02:48:14] "POST /neutron/port HTTP/1.1" 200 1246 0.012893 10.0.0.249 - - [2025-09-11 02:48:15] "GET /virtual-machine/105aeea1-9bd7-4c8c-966b-d8aea4537072 HTTP/1.1" 200 1317 0.006334 10.0.0.249 - - [2025-09-11 02:48:15] "POST /neutron/port HTTP/1.1" 200 1208 0.014740 10.0.0.249 - - [2025-09-11 02:48:17] "GET /virtual-machine/105aeea1-9bd7-4c8c-966b-d8aea4537072 HTTP/1.1" 404 171 0.002971 10.0.0.249 - - [2025-09-11 02:48:17] "GET /virtual-machine/105aeea1-9bd7-4c8c-966b-d8aea4537072 HTTP/1.1" 404 171 0.003252 10.0.0.249 - - [2025-09-11 02:48:17] "GET /virtual-machine/105aeea1-9bd7-4c8c-966b-d8aea4537072 HTTP/1.1" 404 171 0.002599 10.0.0.249 - - [2025-09-11 02:48:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003469 10.0.0.249 - - [2025-09-11 02:48:17] "GET /global-vrouter-config/34ac33d4-7223-40b7-b082-da1d7603178b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.006649 10.0.0.249 - - [2025-09-11 02:48:17] "GET /virtual-networks?parent_id=d6dc3bcb-4d98-4768-b3ec-e477fe8e6018&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003338 10.0.0.249 - - [2025-09-11 02:48:17] "GET /virtual-network/17404157-c8d5-4f1e-ab44-41ab9b542f49?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2809 0.005542 10.0.0.249 - - [2025-09-11 02:48:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003186 10.0.0.249 - - [2025-09-11 02:48:17] "GET /routing-instance/f1ec353f-e677-4ce7-80c9-7d66c01543e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1680 0.004133 10.0.0.249 - - [2025-09-11 02:48:17] "GET /route-target/0324b7cc-bd33-438c-9726-3c022e6fea1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 900 0.003588 10.0.0.249 - - [2025-09-11 02:48:17] "GET /obj-perms HTTP/1.1" 200 5099 0.004260 10.0.0.49 - - [2025-09-11 02:48:20] "GET /obj-perms HTTP/1.1" 200 5099 0.004154 10.0.0.249 - - [2025-09-11 02:48:20] "GET /obj-perms HTTP/1.1" 200 5099 0.003587 10.0.0.49 - - [2025-09-11 02:48:20] "POST /useragent-kv HTTP/1.1" 200 115 0.004950 10.0.0.49 - - [2025-09-11 02:48:20] "POST /useragent-kv HTTP/1.1" 200 115 0.002428 10.0.0.49 - - [2025-09-11 02:48:20] "POST /useragent-kv HTTP/1.1" 200 115 0.002429 10.0.0.49 - - [2025-09-11 02:48:20] "POST /useragent-kv HTTP/1.1" 200 115 0.001894 10.0.0.249 - - [2025-09-11 02:48:20] "POST /neutron/network HTTP/1.1" 200 151 0.132536 10.0.0.249 - - [2025-09-11 02:48:21] "POST /fqname-to-id HTTP/1.1" 404 249 0.004971 10.0.0.49 - - [2025-09-11 02:48:21] "DELETE /access-control-list/8819de3d-1291-4f5a-ba02-d6f3d937cffc HTTP/1.1" 200 115 0.045535 10.0.0.49 - - [2025-09-11 02:48:22] "GET /projects?obj_uuids=d6dc3bcb-4d98-4768-b3ec-e477fe8e6018&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001847 10.0.0.249 - - [2025-09-11 02:48:22] "GET /project/d6dc3bcb-4d98-4768-b3ec-e477fe8e6018?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1464 0.063572 10.0.0.49 - - [2025-09-11 02:48:22] "GET /projects?obj_uuids=d6dc3bcb-4d98-4768-b3ec-e477fe8e6018&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001150 10.0.0.249 - - [2025-09-11 02:48:22] "GET /project/d6dc3bcb-4d98-4768-b3ec-e477fe8e6018?fields=virtual_networks HTTP/1.1" 200 1083 0.052986 10.0.0.49 - - [2025-09-11 02:48:22] "GET /projects?obj_uuids=d6dc3bcb-4d98-4768-b3ec-e477fe8e6018&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001494 10.0.0.249 - - [2025-09-11 02:48:22] "GET /project/d6dc3bcb-4d98-4768-b3ec-e477fe8e6018?fields=virtual_machine_interfaces HTTP/1.1" 200 1083 0.067144 10.0.0.49 - - [2025-09-11 02:48:22] "GET /projects?obj_uuids=d6dc3bcb-4d98-4768-b3ec-e477fe8e6018&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001121 10.0.0.249 - - [2025-09-11 02:48:23] "GET /project/d6dc3bcb-4d98-4768-b3ec-e477fe8e6018?fields=security_groups HTTP/1.1" 200 1334 0.043403 10.0.0.249 - - [2025-09-11 02:48:23] "POST /fqname-to-id HTTP/1.1" 404 218 0.031866 10.0.0.49 - - [2025-09-11 02:48:23] "GET /projects?obj_uuids=9ff4f190-47e0-4eb1-849a-76adb0852a33&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003092 10.0.0.49 - - [2025-09-11 02:48:23] "GET /domains?obj_uuids=6cefd47d-baca-4df6-a10c-ec963319da07&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000905 10.0.0.49 - - [2025-09-11 02:48:23] "GET /domain/6cefd47d-baca-4df6-a10c-ec963319da07?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006682 10.0.0.49 - - [2025-09-11 02:48:24] "POST /id-to-fqname HTTP/1.1" 200 221 0.004490 10.0.0.49 - - [2025-09-11 02:48:24] "POST /fqname-to-id HTTP/1.1" 404 232 0.012615 10.0.0.49 - - [2025-09-11 02:48:24] "POST /security-groups HTTP/1.1" 200 621 0.077705 10.0.0.49 - - [2025-09-11 02:48:24] "POST /projects HTTP/1.1" 200 645 0.304131 10.0.0.49 - - [2025-09-11 02:48:24] "POST /access-control-lists HTTP/1.1" 200 626 0.024281 10.0.0.49 - - [2025-09-11 02:48:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.371744 10.0.0.249 - - [2025-09-11 02:48:24] "GET /project/9ff4f190-47e0-4eb1-849a-76adb0852a33?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1483 0.523571 10.0.0.249 - - [2025-09-11 02:48:25] "GET / HTTP/1.1" 200 35931 0.001799 10.0.0.249 - - [2025-09-11 02:48:27] "POST /fqname-to-id HTTP/1.1" 401 293 0.000476 10.0.0.249 - - [2025-09-11 02:48:27] "POST /fqname-to-id HTTP/1.1" 404 254 0.053136 10.0.0.249 - - [2025-09-11 02:48:27] "POST /security-groups HTTP/1.1" 200 595 0.031555 10.0.0.49 - - [2025-09-11 02:48:27] "POST /fqname-to-id HTTP/1.1" 404 286 0.003509 10.0.0.249 - - [2025-09-11 02:48:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003554 10.0.0.249 - - [2025-09-11 02:48:27] "GET /security-group/6e97da45-9d49-4935-b1a8-28456920619e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1944 0.005201 10.0.0.249 - - [2025-09-11 02:48:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.002892 10.0.0.49 - - [2025-09-11 02:48:27] "POST /access-control-lists HTTP/1.1" 200 646 0.036458 10.0.0.249 - - [2025-09-11 02:48:27] "GET /security-group/6e97da45-9d49-4935-b1a8-28456920619e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1944 0.004226 10.0.0.249 - - [2025-09-11 02:48:28] "DELETE /security-group/6e97da45-9d49-4935-b1a8-28456920619e HTTP/1.1" 200 115 0.046835 10.0.0.249 - - [2025-09-11 02:48:28] "POST /fqname-to-id HTTP/1.1" 404 254 0.003512 10.0.0.22 - - [2025-09-11 02:48:28] "GET /obj-perms HTTP/1.1" 200 5075 0.055799 10.0.0.249 - - [2025-09-11 02:48:28] "POST /fqname-to-id HTTP/1.1" 404 254 0.004027 10.0.0.249 - - [2025-09-11 02:48:28] "POST /security-groups HTTP/1.1" 200 595 0.037447 10.0.0.249 - - [2025-09-11 02:48:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003353 10.0.0.49 - - [2025-09-11 02:48:29] "POST /fqname-to-id HTTP/1.1" 404 286 0.016427 10.0.0.249 - - [2025-09-11 02:48:29] "GET /security-group/48781326-dcc2-4f24-b909-a6f28bb78c5a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1944 0.009172 10.0.0.249 - - [2025-09-11 02:48:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.002793 10.0.0.49 - - [2025-09-11 02:48:29] "POST /access-control-lists HTTP/1.1" 200 646 0.031282 10.0.0.249 - - [2025-09-11 02:48:29] "GET /security-group/48781326-dcc2-4f24-b909-a6f28bb78c5a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1944 0.004017 10.0.0.249 - - [2025-09-11 02:48:29] "GET /security-group/48781326-dcc2-4f24-b909-a6f28bb78c5a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1944 0.003852 10.0.0.249 - - [2025-09-11 02:48:29] "PUT /security-group/48781326-dcc2-4f24-b909-a6f28bb78c5a HTTP/1.1" 200 262 0.025426 10.0.0.249 - - [2025-09-11 02:48:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.006091 10.0.0.49 - - [2025-09-11 02:48:29] "GET /projects?obj_uuids=9ff4f190-47e0-4eb1-849a-76adb0852a33&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.000916 10.0.0.249 - - [2025-09-11 02:48:29] "GET /project/9ff4f190-47e0-4eb1-849a-76adb0852a33?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1483 0.048425 10.0.0.249 - - [2025-09-11 02:48:29] "POST /neutron/network HTTP/1.1" 200 117 0.032228 10.0.0.49 - - [2025-09-11 02:48:29] "POST /route-targets HTTP/1.1" 200 327 0.012598 10.0.0.249 - - [2025-09-11 02:48:30] "POST /neutron/network HTTP/1.1" 200 956 0.008346 10.0.0.249 - - [2025-09-11 02:48:30] "POST /id-to-fqname HTTP/1.1" 200 300 0.001050 10.0.0.249 - - [2025-09-11 02:48:30] "GET /virtual-network/78b38742-ff2d-4c41-93dc-c9fa5ed403b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2256 0.005275 10.0.0.249 - - [2025-09-11 02:48:30] "GET /virtual-network/78b38742-ff2d-4c41-93dc-c9fa5ed403b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2256 0.006229 10.0.0.249 - - [2025-09-11 02:48:30] "POST /neutron/subnet HTTP/1.1" 200 734 0.008468 10.0.0.249 - - [2025-09-11 02:48:30] "GET /virtual-network/78b38742-ff2d-4c41-93dc-c9fa5ed403b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2256 0.005591 10.0.0.49 - - [2025-09-11 02:48:31] "GET /obj-perms HTTP/1.1" 200 5109 0.046540 10.0.0.249 - - [2025-09-11 02:48:31] "POST /id-to-fqname HTTP/1.1" 200 300 0.001232 10.0.0.249 - - [2025-09-11 02:48:32] "POST /neutron/network HTTP/1.1" 200 966 0.005890 10.0.0.49 - - [2025-09-11 02:48:32] "GET /projects?obj_uuids=9ff4f190-47e0-4eb1-849a-76adb0852a33&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.001040 10.0.0.249 - - [2025-09-11 02:48:32] "GET /project/9ff4f190-47e0-4eb1-849a-76adb0852a33?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1483 0.066526 10.0.0.249 - - [2025-09-11 02:48:32] "POST /neutron/port HTTP/1.1" 200 117 0.005946 10.0.0.249 - - [2025-09-11 02:48:32] "POST /id-to-fqname HTTP/1.1" 200 300 0.001393 10.0.0.249 - - [2025-09-11 02:48:33] "POST /neutron/network HTTP/1.1" 200 966 0.006514 10.0.0.49 - - [2025-09-11 02:48:33] "GET /projects?obj_uuids=9ff4f190-47e0-4eb1-849a-76adb0852a33&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.001071 10.0.0.249 - - [2025-09-11 02:48:33] "POST /neutron/port HTTP/1.1" 200 1092 0.308096 10.0.0.249 - - [2025-09-11 02:48:33] "POST /neutron/port HTTP/1.1" 200 1147 0.110203 10.0.0.49 - - [2025-09-11 02:48:33] "GET /projects?obj_uuids=9ff4f190-47e0-4eb1-849a-76adb0852a33&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.000987 10.0.0.249 - - [2025-09-11 02:48:34] "GET /project/9ff4f190-47e0-4eb1-849a-76adb0852a33?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1483 0.066976 10.0.0.249 - - [2025-09-11 02:48:34] "POST /neutron/subnet HTTP/1.1" 200 708 0.013290 10.0.0.249 - - [2025-09-11 02:48:34] "POST /neutron/network HTTP/1.1" 200 956 0.007247 10.0.0.249 - - [2025-09-11 02:48:34] "POST /neutron/port HTTP/1.1" 200 117 0.006346 10.0.0.249 - - [2025-09-11 02:48:39] "POST /neutron/port HTTP/1.1" 200 1121 0.014106 10.0.0.249 - - [2025-09-11 02:48:39] "POST /neutron/security_group HTTP/1.1" 200 1296 0.006804 10.0.0.249 - - [2025-09-11 02:48:39] "POST /neutron/port HTTP/1.1" 200 1121 0.014565 10.0.0.249 - - [2025-09-11 02:48:39] "GET /virtual-machine/8afc5c65-b382-40a5-a7d4-f76ff42fa96f HTTP/1.1" 401 293 0.000428 10.0.0.249 - - [2025-09-11 02:48:40] "GET /virtual-machine/8afc5c65-b382-40a5-a7d4-f76ff42fa96f HTTP/1.1" 200 1323 0.026989 10.0.0.249 - - [2025-09-11 02:48:40] "GET /virtual-machine/8afc5c65-b382-40a5-a7d4-f76ff42fa96f HTTP/1.1" 200 1323 0.003350 10.0.0.249 - - [2025-09-11 02:48:40] "GET /virtual-machine-interface/8b944123-350f-4d30-9d7c-691da40b7175 HTTP/1.1" 200 3264 0.004859 10.0.0.249 - - [2025-09-11 02:48:40] "GET /virtual-machine/8afc5c65-b382-40a5-a7d4-f76ff42fa96f HTTP/1.1" 200 1323 0.003517 10.0.0.249 - - [2025-09-11 02:48:40] "GET /virtual-machine-interface/8b944123-350f-4d30-9d7c-691da40b7175 HTTP/1.1" 200 3264 0.004691 10.0.0.249 - - [2025-09-11 02:48:40] "GET /instance-ip/619420f2-43f5-4774-8ba3-5fa022d00d89 HTTP/1.1" 200 1732 0.004759 10.0.0.249 - - [2025-09-11 02:48:40] "GET /virtual-machine/8afc5c65-b382-40a5-a7d4-f76ff42fa96f HTTP/1.1" 200 1323 0.003076 10.0.0.249 - - [2025-09-11 02:48:40] "GET /virtual-machine-interface/8b944123-350f-4d30-9d7c-691da40b7175 HTTP/1.1" 200 3264 0.004737 10.0.0.249 - - [2025-09-11 02:48:40] "GET /instance-ip/619420f2-43f5-4774-8ba3-5fa022d00d89 HTTP/1.1" 200 1732 0.003163 10.0.0.249 - - [2025-09-11 02:48:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003210 10.0.0.249 - - [2025-09-11 02:48:40] "GET /global-vrouter-config/34ac33d4-7223-40b7-b082-da1d7603178b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005045 10.0.0.249 - - [2025-09-11 02:48:40] "GET /virtual-networks?parent_id=9ff4f190-47e0-4eb1-849a-76adb0852a33&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.002654 10.0.0.249 - - [2025-09-11 02:48:40] "GET /virtual-network/78b38742-ff2d-4c41-93dc-c9fa5ed403b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2256 0.006381 10.0.0.249 - - [2025-09-11 02:48:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003540 10.0.0.249 - - [2025-09-11 02:48:40] "GET /global-vrouter-config/34ac33d4-7223-40b7-b082-da1d7603178b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004667 10.0.0.249 - - [2025-09-11 02:48:40] "GET /virtual-networks?parent_id=9ff4f190-47e0-4eb1-849a-76adb0852a33&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003251 10.0.0.249 - - [2025-09-11 02:48:40] "GET /virtual-network/78b38742-ff2d-4c41-93dc-c9fa5ed403b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2256 0.005624 10.0.0.249 - - [2025-09-11 02:48:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.008995 10.0.0.249 - - [2025-09-11 02:48:40] "GET /global-vrouter-config/34ac33d4-7223-40b7-b082-da1d7603178b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003945 10.0.0.249 - - [2025-09-11 02:48:40] "GET /virtual-networks?parent_id=9ff4f190-47e0-4eb1-849a-76adb0852a33&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003510 10.0.0.249 - - [2025-09-11 02:48:40] "GET /virtual-network/78b38742-ff2d-4c41-93dc-c9fa5ed403b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2256 0.006030 10.0.0.249 - - [2025-09-11 02:48:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003707 10.0.0.249 - - [2025-09-11 02:48:40] "GET /global-vrouter-config/34ac33d4-7223-40b7-b082-da1d7603178b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003927 10.0.0.249 - - [2025-09-11 02:48:40] "GET /virtual-networks?parent_id=9ff4f190-47e0-4eb1-849a-76adb0852a33&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.002842 10.0.0.249 - - [2025-09-11 02:48:40] "GET /virtual-network/78b38742-ff2d-4c41-93dc-c9fa5ed403b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2256 0.005404 10.0.0.249 - - [2025-09-11 02:48:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003347 10.0.0.249 - - [2025-09-11 02:48:40] "GET /global-vrouter-config/34ac33d4-7223-40b7-b082-da1d7603178b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004481 10.0.0.249 - - [2025-09-11 02:48:40] "GET /virtual-networks?parent_id=9ff4f190-47e0-4eb1-849a-76adb0852a33&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.002884 10.0.0.249 - - [2025-09-11 02:48:40] "GET /virtual-network/78b38742-ff2d-4c41-93dc-c9fa5ed403b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2256 0.007408 10.0.0.249 - - [2025-09-11 02:48:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.007723 10.0.0.249 - - [2025-09-11 02:48:43] "GET /virtual-network/78b38742-ff2d-4c41-93dc-c9fa5ed403b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2256 0.006290 10.0.0.249 - - [2025-09-11 02:48:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003388 10.0.0.249 - - [2025-09-11 02:48:47] "GET /virtual-network/78b38742-ff2d-4c41-93dc-c9fa5ed403b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2256 0.006652 10.0.0.249 - - [2025-09-11 02:48:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003137 10.0.0.249 - - [2025-09-11 02:48:52] "GET /virtual-network/78b38742-ff2d-4c41-93dc-c9fa5ed403b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2256 0.005247 10.0.0.49 - - [2025-09-11 02:48:56] "DELETE /access-control-list/5c45b5a7-c02f-4e4e-b424-b47c87e27998 HTTP/1.1" 200 115 0.037470 10.0.0.249 - - [2025-09-11 02:48:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003379 10.0.0.249 - - [2025-09-11 02:48:56] "GET /virtual-network/78b38742-ff2d-4c41-93dc-c9fa5ed403b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2256 0.016637 10.0.0.49 - - [2025-09-11 02:48:57] "DELETE /project/9ff4f19047e04eb1849a76adb0852a33 HTTP/1.1" 404 173 0.004407 10.0.0.49 - - [2025-09-11 02:48:57] "DELETE /project/d6dc3bcb-4d98-4768-b3ec-e477fe8e6018 HTTP/1.1" 404 177 0.004010 10.0.0.249 - - [2025-09-11 02:49:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004026 10.0.0.249 - - [2025-09-11 02:49:00] "GET /virtual-network/78b38742-ff2d-4c41-93dc-c9fa5ed403b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2256 0.006901 10.0.0.249 - - [2025-09-11 02:49:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003523 10.0.0.249 - - [2025-09-11 02:49:04] "GET /virtual-network/78b38742-ff2d-4c41-93dc-c9fa5ed403b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2256 0.006274 10.0.0.249 - - [2025-09-11 02:49:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003356 10.0.0.249 - - [2025-09-11 02:49:08] "GET /virtual-network/78b38742-ff2d-4c41-93dc-c9fa5ed403b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2256 0.005268 10.0.0.249 - - [2025-09-11 02:49:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003413 10.0.0.249 - - [2025-09-11 02:49:12] "GET /global-vrouter-config/34ac33d4-7223-40b7-b082-da1d7603178b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003859 10.0.0.249 - - [2025-09-11 02:49:12] "GET /virtual-networks?parent_id=9ff4f190-47e0-4eb1-849a-76adb0852a33&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.002977 10.0.0.249 - - [2025-09-11 02:49:12] "GET /virtual-network/78b38742-ff2d-4c41-93dc-c9fa5ed403b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2256 0.009386 10.0.0.249 - - [2025-09-11 02:49:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004551 10.0.0.249 - - [2025-09-11 02:49:12] "GET /global-vrouter-config/34ac33d4-7223-40b7-b082-da1d7603178b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004769 10.0.0.249 - - [2025-09-11 02:49:12] "GET /virtual-networks?parent_id=9ff4f190-47e0-4eb1-849a-76adb0852a33&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003623 10.0.0.249 - - [2025-09-11 02:49:12] "GET /virtual-network/78b38742-ff2d-4c41-93dc-c9fa5ed403b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2256 0.005663 10.0.0.249 - - [2025-09-11 02:49:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004857 10.0.0.249 - - [2025-09-11 02:49:12] "GET /routing-instance/c21490b5-06a2-44fc-8a1a-cc962280be28?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1705 0.006944 10.0.0.249 - - [2025-09-11 02:49:12] "GET /route-target/3c03ac03-e19e-4f74-98c9-d18f3ee5e2e4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.003390 10.0.0.249 - - [2025-09-11 02:49:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003208 10.0.0.249 - - [2025-09-11 02:49:12] "GET /global-vrouter-config/34ac33d4-7223-40b7-b082-da1d7603178b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004288 10.0.0.249 - - [2025-09-11 02:49:12] "GET /virtual-networks?parent_id=9ff4f190-47e0-4eb1-849a-76adb0852a33&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.002883 10.0.0.249 - - [2025-09-11 02:49:13] "GET /virtual-network/78b38742-ff2d-4c41-93dc-c9fa5ed403b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2256 0.005345 10.0.0.249 - - [2025-09-11 02:49:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003945 10.0.0.249 - - [2025-09-11 02:49:13] "GET /routing-instance/c21490b5-06a2-44fc-8a1a-cc962280be28?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1705 0.005094 10.0.0.249 - - [2025-09-11 02:49:13] "GET /route-target/3c03ac03-e19e-4f74-98c9-d18f3ee5e2e4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.015841 10.0.0.249 - - [2025-09-11 02:49:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003272 10.0.0.249 - - [2025-09-11 02:49:13] "GET /global-vrouter-config/34ac33d4-7223-40b7-b082-da1d7603178b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003843 10.0.0.249 - - [2025-09-11 02:49:13] "GET /virtual-networks?parent_id=9ff4f190-47e0-4eb1-849a-76adb0852a33&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003812 10.0.0.249 - - [2025-09-11 02:49:13] "GET /virtual-network/78b38742-ff2d-4c41-93dc-c9fa5ed403b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2256 0.006534 10.0.0.249 - - [2025-09-11 02:49:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003280 10.0.0.249 - - [2025-09-11 02:49:13] "GET /global-vrouter-config/34ac33d4-7223-40b7-b082-da1d7603178b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003950 10.0.0.249 - - [2025-09-11 02:49:13] "GET /virtual-networks?parent_id=9ff4f190-47e0-4eb1-849a-76adb0852a33&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003248 10.0.0.249 - - [2025-09-11 02:49:13] "GET /virtual-network/78b38742-ff2d-4c41-93dc-c9fa5ed403b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2256 0.005765 10.0.0.249 - - [2025-09-11 02:49:13] "GET /obj-perms HTTP/1.1" 200 5109 0.048687 10.0.0.49 - - [2025-09-11 02:49:13] "GET /obj-perms HTTP/1.1" 200 5109 0.003962 10.0.0.249 - - [2025-09-11 02:49:13] "GET /obj-perms HTTP/1.1" 200 5109 0.003464 10.0.0.49 - - [2025-09-11 02:49:13] "GET /obj-perms HTTP/1.1" 200 5109 0.003349 10.0.0.249 - - [2025-09-11 02:49:13] "GET /virtual-machine/8afc5c65-b382-40a5-a7d4-f76ff42fa96f HTTP/1.1" 200 1323 0.003679 10.0.0.249 - - [2025-09-11 02:49:14] "GET /virtual-machine-interface/8b944123-350f-4d30-9d7c-691da40b7175 HTTP/1.1" 200 3264 0.005774 10.0.0.249 - - [2025-09-11 02:49:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003483 10.0.0.249 - - [2025-09-11 02:49:14] "GET /global-vrouter-config/34ac33d4-7223-40b7-b082-da1d7603178b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003357 10.0.0.249 - - [2025-09-11 02:49:14] "GET /virtual-networks?parent_id=9ff4f190-47e0-4eb1-849a-76adb0852a33&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.002605 10.0.0.249 - - [2025-09-11 02:49:14] "GET /virtual-network/78b38742-ff2d-4c41-93dc-c9fa5ed403b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2256 0.005776 10.0.0.249 - - [2025-09-11 02:49:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003656 10.0.0.249 - - [2025-09-11 02:49:15] "GET /global-vrouter-config/34ac33d4-7223-40b7-b082-da1d7603178b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003780 10.0.0.249 - - [2025-09-11 02:49:15] "GET /virtual-networks?parent_id=9ff4f190-47e0-4eb1-849a-76adb0852a33&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003230 10.0.0.249 - - [2025-09-11 02:49:15] "GET /virtual-network/78b38742-ff2d-4c41-93dc-c9fa5ed403b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2256 0.006766 10.0.0.249 - - [2025-09-11 02:49:15] "POST /neutron/security_group HTTP/1.1" 200 1296 0.007860 10.0.0.249 - - [2025-09-11 02:49:21] "POST /neutron/port HTTP/1.1" 200 1121 0.013541 10.0.0.249 - - [2025-09-11 02:49:25] "POST /neutron/security_group HTTP/1.1" 200 1296 0.008591 10.0.0.249 - - [2025-09-11 02:49:29] "GET /obj-perms HTTP/1.1" 200 5075 0.043837 10.0.0.22 - - [2025-09-11 02:49:29] "GET /obj-perms HTTP/1.1" 200 5075 0.040965 10.0.0.249 - - [2025-09-11 02:49:30] "POST /neutron/port HTTP/1.1" 200 117 0.006531 10.0.0.249 - - [2025-09-11 02:49:31] "POST /neutron/port HTTP/1.1" 200 1147 0.010773 10.0.0.249 - - [2025-09-11 02:49:31] "GET /virtual-machine/8afc5c65-b382-40a5-a7d4-f76ff42fa96f HTTP/1.1" 200 1323 0.012273 10.0.0.249 - - [2025-09-11 02:49:31] "POST /neutron/port HTTP/1.1" 200 1082 0.015139 10.0.0.249 - - [2025-09-11 02:49:33] "GET /virtual-machine/8afc5c65-b382-40a5-a7d4-f76ff42fa96f HTTP/1.1" 404 171 0.003885 10.0.0.249 - - [2025-09-11 02:49:33] "GET /virtual-machine/8afc5c65-b382-40a5-a7d4-f76ff42fa96f HTTP/1.1" 404 171 0.003315 10.0.0.249 - - [2025-09-11 02:49:33] "GET /virtual-machine/8afc5c65-b382-40a5-a7d4-f76ff42fa96f HTTP/1.1" 404 171 0.004557 10.0.0.249 - - [2025-09-11 02:49:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003314 10.0.0.249 - - [2025-09-11 02:49:33] "GET /global-vrouter-config/34ac33d4-7223-40b7-b082-da1d7603178b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003443 10.0.0.249 - - [2025-09-11 02:49:33] "GET /virtual-networks?parent_id=9ff4f190-47e0-4eb1-849a-76adb0852a33&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003032 10.0.0.249 - - [2025-09-11 02:49:33] "GET /virtual-network/78b38742-ff2d-4c41-93dc-c9fa5ed403b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2256 0.005721 10.0.0.249 - - [2025-09-11 02:49:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003117 10.0.0.249 - - [2025-09-11 02:49:33] "GET /routing-instance/c21490b5-06a2-44fc-8a1a-cc962280be28?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1705 0.004557 10.0.0.249 - - [2025-09-11 02:49:33] "GET /route-target/3c03ac03-e19e-4f74-98c9-d18f3ee5e2e4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.003629 10.0.0.249 - - [2025-09-11 02:49:39] "GET /obj-perms HTTP/1.1" 200 5109 0.003993 10.0.0.49 - - [2025-09-11 02:49:39] "GET /obj-perms HTTP/1.1" 200 5109 0.003808 10.0.0.249 - - [2025-09-11 02:49:48] "GET /obj-perms HTTP/1.1" 200 5109 0.003894 10.0.0.49 - - [2025-09-11 02:49:49] "GET /obj-perms HTTP/1.1" 200 5109 0.006690 10.0.0.249 - - [2025-09-11 02:49:52] "GET /obj-perms HTTP/1.1" 200 5109 0.003584 10.0.0.249 - - [2025-09-11 02:49:52] "POST /neutron/network HTTP/1.1" 200 956 0.008914 10.0.0.249 - - [2025-09-11 02:49:52] "DELETE /security-group/48781326-dcc2-4f24-b909-a6f28bb78c5a HTTP/1.1" 200 115 0.048511 10.0.0.249 - - [2025-09-11 02:49:52] "POST /fqname-to-id HTTP/1.1" 404 254 0.002966 10.0.0.49 - - [2025-09-11 02:49:52] "DELETE /access-control-list/e5740c7b-d320-4a76-b41e-b77a524ce37b HTTP/1.1" 200 115 0.035614 10.0.0.49 - - [2025-09-11 02:49:54] "GET /projects?obj_uuids=9ff4f190-47e0-4eb1-849a-76adb0852a33&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.023498 10.0.0.249 - - [2025-09-11 02:49:54] "GET /project/9ff4f190-47e0-4eb1-849a-76adb0852a33?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1483 0.079527 10.0.0.49 - - [2025-09-11 02:49:54] "GET /projects?obj_uuids=9ff4f190-47e0-4eb1-849a-76adb0852a33&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.002531 10.0.0.249 - - [2025-09-11 02:49:54] "GET /project/9ff4f190-47e0-4eb1-849a-76adb0852a33?fields=virtual_networks HTTP/1.1" 200 1092 0.061607 10.0.0.49 - - [2025-09-11 02:49:54] "GET /projects?obj_uuids=9ff4f190-47e0-4eb1-849a-76adb0852a33&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.001243 10.0.0.249 - - [2025-09-11 02:49:54] "GET /project/9ff4f190-47e0-4eb1-849a-76adb0852a33?fields=virtual_machine_interfaces HTTP/1.1" 200 1092 0.043148 10.0.0.49 - - [2025-09-11 02:49:54] "GET /projects?obj_uuids=9ff4f190-47e0-4eb1-849a-76adb0852a33&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.001228 10.0.0.249 - - [2025-09-11 02:49:54] "GET /project/9ff4f190-47e0-4eb1-849a-76adb0852a33?fields=security_groups HTTP/1.1" 200 1348 0.041184 10.0.0.249 - - [2025-09-11 02:49:55] "POST /fqname-to-id HTTP/1.1" 404 209 0.025031 10.0.0.49 - - [2025-09-11 02:49:55] "GET /projects?obj_uuids=b8567c80-0411-47cf-a6b0-a50ff2aff28a&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002664 10.0.0.49 - - [2025-09-11 02:49:55] "GET /domains?obj_uuids=6cefd47d-baca-4df6-a10c-ec963319da07&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001189 10.0.0.49 - - [2025-09-11 02:49:55] "GET /domain/6cefd47d-baca-4df6-a10c-ec963319da07?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006888 10.0.0.49 - - [2025-09-11 02:49:55] "POST /id-to-fqname HTTP/1.1" 200 212 0.006883 10.0.0.49 - - [2025-09-11 02:49:55] "POST /fqname-to-id HTTP/1.1" 404 222 0.005836 10.0.0.49 - - [2025-09-11 02:49:55] "POST /security-groups HTTP/1.1" 200 612 0.069580 10.0.0.49 - - [2025-09-11 02:49:55] "POST /projects HTTP/1.1" 200 627 0.258574 10.0.0.49 - - [2025-09-11 02:49:55] "POST /access-control-lists HTTP/1.1" 200 617 0.022544 10.0.0.49 - - [2025-09-11 02:49:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.326926 10.0.0.249 - - [2025-09-11 02:49:55] "GET /project/b8567c80-0411-47cf-a6b0-a50ff2aff28a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1448 0.456026 10.0.0.49 - - [2025-09-11 02:49:56] "DELETE /access-control-list/00395454-54de-406f-aa98-082fbdcd122b HTTP/1.1" 200 115 0.042988 10.0.0.249 - - [2025-09-11 02:49:56] "GET / HTTP/1.1" 200 35931 0.002219 10.0.0.49 - - [2025-09-11 02:49:57] "DELETE /project/9ff4f190-47e0-4eb1-849a-76adb0852a33 HTTP/1.1" 404 177 0.004016 10.0.0.49 - - [2025-09-11 02:49:57] "DELETE /project/b8567c80041147cfa6b0a50ff2aff28a HTTP/1.1" 404 173 0.003543 10.0.0.249 - - [2025-09-11 02:49:58] "POST /fqname-to-id HTTP/1.1" 401 293 0.000431 10.0.0.249 - - [2025-09-11 02:49:58] "POST /fqname-to-id HTTP/1.1" 404 245 0.025345 10.0.0.49 - - [2025-09-11 02:49:59] "POST /access-control-lists HTTP/1.1" 200 639 0.022223 10.0.0.49 - - [2025-09-11 02:49:59] "PUT /access-control-list/3292da83-6260-454a-8381-bf99fb18c08f HTTP/1.1" 200 272 0.011173 10.0.0.49 - - [2025-09-11 02:49:59] "GET /projects?obj_uuids=b8567c80-0411-47cf-a6b0-a50ff2aff28a&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.000934 10.0.0.249 - - [2025-09-11 02:49:59] "POST /neutron/security_group_rule HTTP/1.1" 200 2608 0.088862 10.0.0.249 - - [2025-09-11 02:49:59] "POST /neutron/security_group_rule HTTP/1.1" 200 534 0.015356 10.0.0.49 - - [2025-09-11 02:49:59] "PUT /access-control-list/c00fc887-a169-4aae-9f89-104f17d1b722 HTTP/1.1" 200 272 0.027839 10.0.0.249 - - [2025-09-11 02:49:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.004440 10.0.0.249 - - [2025-09-11 02:49:59] "GET /security-group/d7497966-c722-40b8-8e5e-49568e8f82ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2003 0.011724 10.0.0.249 - - [2025-09-11 02:50:00] "POST /neutron/security_group HTTP/1.1" 200 1005 0.003958 10.0.0.49 - - [2025-09-11 02:50:00] "DELETE /access-control-list/3292da83-6260-454a-8381-bf99fb18c08f HTTP/1.1" 200 115 0.036903 10.0.0.249 - - [2025-09-11 02:50:00] "POST /fqname-to-id HTTP/1.1" 404 245 0.011462 10.0.0.249 - - [2025-09-11 02:50:01] "POST /fqname-to-id HTTP/1.1" 404 245 0.003639 10.0.0.49 - - [2025-09-11 02:50:01] "POST /access-control-lists HTTP/1.1" 200 639 0.028407 10.0.0.49 - - [2025-09-11 02:50:01] "PUT /access-control-list/b3ea2cbc-4ef5-4db2-8c2a-0842e3a75595 HTTP/1.1" 200 272 0.013134 10.0.0.49 - - [2025-09-11 02:50:01] "GET /projects?obj_uuids=b8567c80-0411-47cf-a6b0-a50ff2aff28a&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.007468 10.0.0.249 - - [2025-09-11 02:50:01] "POST /neutron/security_group_rule HTTP/1.1" 200 2608 0.068443 10.0.0.49 - - [2025-09-11 02:50:01] "PUT /access-control-list/9325edb6-d054-4af5-babb-1b5b4e0dccf9 HTTP/1.1" 200 272 0.026921 10.0.0.249 - - [2025-09-11 02:50:01] "POST /neutron/security_group_rule HTTP/1.1" 200 534 0.019748 10.0.0.249 - - [2025-09-11 02:50:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003631 10.0.0.249 - - [2025-09-11 02:50:02] "GET /security-group/818b4c07-b345-4026-a53b-1c3747abb08d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2002 0.013762 10.0.0.49 - - [2025-09-11 02:50:02] "GET /projects?obj_uuids=b8567c80-0411-47cf-a6b0-a50ff2aff28a&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.000982 10.0.0.249 - - [2025-09-11 02:50:02] "POST /neutron/security_group_rule HTTP/1.1" 200 2191 0.043414 10.0.0.49 - - [2025-09-11 02:50:02] "PUT /access-control-list/9325edb6-d054-4af5-babb-1b5b4e0dccf9 HTTP/1.1" 200 272 0.017621 10.0.0.249 - - [2025-09-11 02:50:02] "POST /neutron/security_group_rule HTTP/1.1" 200 581 0.152990 10.0.0.249 - - [2025-09-11 02:50:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004484 10.0.0.49 - - [2025-09-11 02:50:03] "GET /projects?obj_uuids=b8567c80-0411-47cf-a6b0-a50ff2aff28a&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001380 10.0.0.249 - - [2025-09-11 02:50:03] "GET /project/b8567c80-0411-47cf-a6b0-a50ff2aff28a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1448 0.045893 10.0.0.49 - - [2025-09-11 02:50:03] "GET /projects?obj_uuids=b8567c80-0411-47cf-a6b0-a50ff2aff28a&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001050 10.0.0.249 - - [2025-09-11 02:50:03] "POST /neutron/network HTTP/1.1" 200 708 0.109583 10.0.0.49 - - [2025-09-11 02:50:03] "POST /route-targets HTTP/1.1" 200 327 0.011562 10.0.0.249 - - [2025-09-11 02:50:03] "POST /id-to-fqname HTTP/1.1" 200 282 0.003802 10.0.0.249 - - [2025-09-11 02:50:03] "GET /virtual-network/06289c88-621b-4504-815d-9b23dd7d7483?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2200 0.005881 10.0.0.249 - - [2025-09-11 02:50:03] "POST /neutron/network HTTP/1.1" 200 926 0.006104 10.0.0.249 - - [2025-09-11 02:50:03] "GET /virtual-network/06289c88-621b-4504-815d-9b23dd7d7483?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2200 0.005154 10.0.0.249 - - [2025-09-11 02:50:03] "GET /virtual-network/06289c88-621b-4504-815d-9b23dd7d7483?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2200 0.005780 10.0.0.49 - - [2025-09-11 02:50:05] "GET /obj-perms HTTP/1.1" 200 5091 0.048021 10.0.0.249 - - [2025-09-11 02:50:05] "POST /id-to-fqname HTTP/1.1" 200 282 0.001546 10.0.0.249 - - [2025-09-11 02:50:05] "POST /neutron/port HTTP/1.1" 200 117 0.012664 10.0.0.49 - - [2025-09-11 02:50:06] "GET /projects?obj_uuids=b8567c80-0411-47cf-a6b0-a50ff2aff28a&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001079 10.0.0.249 - - [2025-09-11 02:50:06] "GET /project/b8567c80-0411-47cf-a6b0-a50ff2aff28a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1448 0.060898 10.0.0.249 - - [2025-09-11 02:50:06] "POST /neutron/network HTTP/1.1" 200 926 0.027815 10.0.0.249 - - [2025-09-11 02:50:06] "POST /id-to-fqname HTTP/1.1" 200 282 0.001328 10.0.0.249 - - [2025-09-11 02:50:06] "POST /neutron/port HTTP/1.1" 200 117 0.013623 10.0.0.249 - - [2025-09-11 02:50:06] "POST /neutron/network HTTP/1.1" 200 936 0.007286 10.0.0.249 - - [2025-09-11 02:50:07] "POST /neutron/port HTTP/1.1" 200 1080 0.034710 10.0.0.49 - - [2025-09-11 02:50:07] "GET /projects?obj_uuids=b8567c80-0411-47cf-a6b0-a50ff2aff28a&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.002615 10.0.0.249 - - [2025-09-11 02:50:07] "GET /project/b8567c80-0411-47cf-a6b0-a50ff2aff28a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1448 0.111423 10.0.0.249 - - [2025-09-11 02:50:07] "POST /neutron/port HTTP/1.1" 200 1108 0.042383 10.0.0.249 - - [2025-09-11 02:50:07] "POST /neutron/subnet HTTP/1.1" 200 694 0.016896 10.0.0.249 - - [2025-09-11 02:50:07] "POST /neutron/port HTTP/1.1" 200 1108 0.024513 10.0.0.249 - - [2025-09-11 02:50:07] "POST /neutron/port HTTP/1.1" 200 1108 0.017163 10.0.0.249 - - [2025-09-11 02:50:12] "POST /neutron/security_group HTTP/1.1" 200 1415 0.009079 10.0.0.249 - - [2025-09-11 02:50:13] "POST /neutron/port HTTP/1.1" 200 1108 0.013345 10.0.0.249 - - [2025-09-11 02:50:13] "POST /neutron/security_group HTTP/1.1" 200 1415 0.007378 10.0.0.249 - - [2025-09-11 02:50:13] "GET /virtual-machine/ebf5238c-2926-4310-8c17-709ae272ce65 HTTP/1.1" 401 293 0.000511 10.0.0.249 - - [2025-09-11 02:50:13] "GET /virtual-machine/ebf5238c-2926-4310-8c17-709ae272ce65 HTTP/1.1" 200 1314 0.027460 10.0.0.249 - - [2025-09-11 02:50:13] "GET /virtual-machine/ebf5238c-2926-4310-8c17-709ae272ce65 HTTP/1.1" 200 1314 0.003399 10.0.0.249 - - [2025-09-11 02:50:13] "GET /virtual-machine-interface/91488f14-04eb-4b66-8329-a0f1736db7d7 HTTP/1.1" 200 3191 0.005044 10.0.0.249 - - [2025-09-11 02:50:13] "GET /virtual-machine/ebf5238c-2926-4310-8c17-709ae272ce65 HTTP/1.1" 200 1314 0.003560 10.0.0.249 - - [2025-09-11 02:50:13] "GET /virtual-machine-interface/91488f14-04eb-4b66-8329-a0f1736db7d7 HTTP/1.1" 200 3191 0.006790 10.0.0.249 - - [2025-09-11 02:50:13] "GET /instance-ip/9a849f39-a6d0-4ee7-93ad-6d900ba2ca9a HTTP/1.1" 200 1703 0.005563 10.0.0.249 - - [2025-09-11 02:50:13] "GET /virtual-machine/ebf5238c-2926-4310-8c17-709ae272ce65 HTTP/1.1" 200 1314 0.003762 10.0.0.249 - - [2025-09-11 02:50:13] "GET /virtual-machine-interface/91488f14-04eb-4b66-8329-a0f1736db7d7 HTTP/1.1" 200 3191 0.004784 10.0.0.249 - - [2025-09-11 02:50:13] "GET /instance-ip/9a849f39-a6d0-4ee7-93ad-6d900ba2ca9a HTTP/1.1" 200 1703 0.003990 10.0.0.249 - - [2025-09-11 02:50:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003480 10.0.0.249 - - [2025-09-11 02:50:13] "GET /global-vrouter-config/34ac33d4-7223-40b7-b082-da1d7603178b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003322 10.0.0.249 - - [2025-09-11 02:50:13] "GET /virtual-networks?parent_id=b8567c80-0411-47cf-a6b0-a50ff2aff28a&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.002666 10.0.0.249 - - [2025-09-11 02:50:13] "GET /virtual-network/06289c88-621b-4504-815d-9b23dd7d7483?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2200 0.006586 10.0.0.249 - - [2025-09-11 02:50:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003460 10.0.0.249 - - [2025-09-11 02:50:13] "GET /global-vrouter-config/34ac33d4-7223-40b7-b082-da1d7603178b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003951 10.0.0.249 - - [2025-09-11 02:50:13] "GET /virtual-networks?parent_id=b8567c80-0411-47cf-a6b0-a50ff2aff28a&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003475 10.0.0.249 - - [2025-09-11 02:50:13] "GET /virtual-network/06289c88-621b-4504-815d-9b23dd7d7483?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2200 0.005956 10.0.0.249 - - [2025-09-11 02:50:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003689 10.0.0.249 - - [2025-09-11 02:50:13] "GET /global-vrouter-config/34ac33d4-7223-40b7-b082-da1d7603178b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004123 10.0.0.249 - - [2025-09-11 02:50:13] "GET /virtual-networks?parent_id=b8567c80-0411-47cf-a6b0-a50ff2aff28a&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.002808 10.0.0.249 - - [2025-09-11 02:50:13] "GET /virtual-network/06289c88-621b-4504-815d-9b23dd7d7483?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2200 0.005587 10.0.0.249 - - [2025-09-11 02:50:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003792 10.0.0.249 - - [2025-09-11 02:50:14] "GET /global-vrouter-config/34ac33d4-7223-40b7-b082-da1d7603178b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004627 10.0.0.249 - - [2025-09-11 02:50:14] "GET /virtual-networks?parent_id=b8567c80-0411-47cf-a6b0-a50ff2aff28a&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003746 10.0.0.249 - - [2025-09-11 02:50:14] "GET /virtual-network/06289c88-621b-4504-815d-9b23dd7d7483?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2200 0.010128 10.0.0.249 - - [2025-09-11 02:50:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.012056 10.0.0.249 - - [2025-09-11 02:50:14] "GET /global-vrouter-config/34ac33d4-7223-40b7-b082-da1d7603178b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004058 10.0.0.249 - - [2025-09-11 02:50:14] "GET /virtual-networks?parent_id=b8567c80-0411-47cf-a6b0-a50ff2aff28a&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003508 10.0.0.249 - - [2025-09-11 02:50:14] "GET /virtual-network/06289c88-621b-4504-815d-9b23dd7d7483?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2200 0.005599 10.0.0.249 - - [2025-09-11 02:50:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003881 10.0.0.249 - - [2025-09-11 02:50:17] "GET /virtual-network/06289c88-621b-4504-815d-9b23dd7d7483?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2200 0.005554 10.0.0.249 - - [2025-09-11 02:50:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003412 10.0.0.249 - - [2025-09-11 02:50:21] "GET /virtual-network/06289c88-621b-4504-815d-9b23dd7d7483?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2200 0.005615 10.0.0.249 - - [2025-09-11 02:50:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003817 10.0.0.249 - - [2025-09-11 02:50:25] "GET /virtual-network/06289c88-621b-4504-815d-9b23dd7d7483?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2200 0.005705 10.0.0.249 - - [2025-09-11 02:50:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003935 10.0.0.249 - - [2025-09-11 02:50:29] "GET /virtual-network/06289c88-621b-4504-815d-9b23dd7d7483?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2200 0.008947 10.0.0.249 - - [2025-09-11 02:50:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003491 10.0.0.249 - - [2025-09-11 02:50:33] "GET /virtual-network/06289c88-621b-4504-815d-9b23dd7d7483?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2200 0.005586 10.0.0.249 - - [2025-09-11 02:50:33] "POST /neutron/network HTTP/1.1" 200 936 0.006213 10.0.0.249 - - [2025-09-11 02:50:34] "POST /neutron/port HTTP/1.1" 200 117 0.001042 10.0.0.249 - - [2025-09-11 02:50:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003527 10.0.0.249 - - [2025-09-11 02:50:37] "GET /virtual-network/06289c88-621b-4504-815d-9b23dd7d7483?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2200 0.008693 10.0.0.249 - - [2025-09-11 02:50:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003156 10.0.0.249 - - [2025-09-11 02:50:41] "GET /virtual-network/06289c88-621b-4504-815d-9b23dd7d7483?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2200 0.005353 10.0.0.249 - - [2025-09-11 02:50:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003208 10.0.0.249 - - [2025-09-11 02:50:45] "GET /virtual-network/06289c88-621b-4504-815d-9b23dd7d7483?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2200 0.005899 10.0.0.249 - - [2025-09-11 02:50:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003518 10.0.0.249 - - [2025-09-11 02:50:48] "GET /global-vrouter-config/34ac33d4-7223-40b7-b082-da1d7603178b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003791 10.0.0.249 - - [2025-09-11 02:50:48] "GET /virtual-networks?parent_id=b8567c80-0411-47cf-a6b0-a50ff2aff28a&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.002621 10.0.0.249 - - [2025-09-11 02:50:48] "GET /virtual-network/06289c88-621b-4504-815d-9b23dd7d7483?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2200 0.005708 10.0.0.249 - - [2025-09-11 02:50:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003483 10.0.0.249 - - [2025-09-11 02:50:48] "GET /global-vrouter-config/34ac33d4-7223-40b7-b082-da1d7603178b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003490 10.0.0.249 - - [2025-09-11 02:50:48] "GET /virtual-networks?parent_id=b8567c80-0411-47cf-a6b0-a50ff2aff28a&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003504 10.0.0.249 - - [2025-09-11 02:50:48] "GET /virtual-network/06289c88-621b-4504-815d-9b23dd7d7483?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2200 0.005557 10.0.0.249 - - [2025-09-11 02:50:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003132 10.0.0.249 - - [2025-09-11 02:50:48] "GET /routing-instance/533500ae-ead7-4e53-82fd-7ab50b2063e4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1659 0.005820 10.0.0.249 - - [2025-09-11 02:50:48] "GET /route-target/d63e7aa0-17d5-4790-bce3-1160c7191e18?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.003220 10.0.0.249 - - [2025-09-11 02:50:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003330 10.0.0.249 - - [2025-09-11 02:50:48] "GET /global-vrouter-config/34ac33d4-7223-40b7-b082-da1d7603178b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003762 10.0.0.249 - - [2025-09-11 02:50:48] "GET /virtual-networks?parent_id=b8567c80-0411-47cf-a6b0-a50ff2aff28a&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.002653 10.0.0.249 - - [2025-09-11 02:50:48] "GET /virtual-network/06289c88-621b-4504-815d-9b23dd7d7483?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2200 0.005352 10.0.0.249 - - [2025-09-11 02:50:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003259 10.0.0.249 - - [2025-09-11 02:50:48] "GET /routing-instance/533500ae-ead7-4e53-82fd-7ab50b2063e4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1659 0.004214 10.0.0.249 - - [2025-09-11 02:50:48] "GET /route-target/d63e7aa0-17d5-4790-bce3-1160c7191e18?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.003617 10.0.0.249 - - [2025-09-11 02:50:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003207 10.0.0.249 - - [2025-09-11 02:50:48] "GET /global-vrouter-config/34ac33d4-7223-40b7-b082-da1d7603178b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004088 10.0.0.249 - - [2025-09-11 02:50:48] "GET /virtual-networks?parent_id=b8567c80-0411-47cf-a6b0-a50ff2aff28a&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.002999 10.0.0.249 - - [2025-09-11 02:50:48] "GET /virtual-network/06289c88-621b-4504-815d-9b23dd7d7483?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2200 0.006769 10.0.0.249 - - [2025-09-11 02:50:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003488 10.0.0.249 - - [2025-09-11 02:50:48] "GET /global-vrouter-config/34ac33d4-7223-40b7-b082-da1d7603178b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003990 10.0.0.249 - - [2025-09-11 02:50:48] "GET /virtual-networks?parent_id=b8567c80-0411-47cf-a6b0-a50ff2aff28a&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003322 10.0.0.249 - - [2025-09-11 02:50:48] "GET /virtual-network/06289c88-621b-4504-815d-9b23dd7d7483?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2200 0.006663 10.0.0.249 - - [2025-09-11 02:50:49] "GET /obj-perms HTTP/1.1" 200 5091 0.044212 10.0.0.49 - - [2025-09-11 02:50:49] "GET /obj-perms HTTP/1.1" 200 5091 0.004101 10.0.0.249 - - [2025-09-11 02:50:49] "GET /obj-perms HTTP/1.1" 200 5091 0.011260 10.0.0.49 - - [2025-09-11 02:50:49] "GET /obj-perms HTTP/1.1" 200 5091 0.003603 10.0.0.249 - - [2025-09-11 02:50:49] "GET /obj-perms HTTP/1.1" 200 5091 0.004579 10.0.0.22 - - [2025-09-11 02:50:49] "GET /obj-perms HTTP/1.1" 200 5091 0.047063 10.0.0.249 - - [2025-09-11 02:50:49] "GET /virtual-machine/ebf5238c-2926-4310-8c17-709ae272ce65 HTTP/1.1" 200 1314 0.003948 10.0.0.249 - - [2025-09-11 02:50:49] "GET /virtual-machine-interface/91488f14-04eb-4b66-8329-a0f1736db7d7 HTTP/1.1" 200 3191 0.005071 10.0.0.249 - - [2025-09-11 02:50:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003247 10.0.0.249 - - [2025-09-11 02:50:49] "GET /global-vrouter-config/34ac33d4-7223-40b7-b082-da1d7603178b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003362 10.0.0.249 - - [2025-09-11 02:50:49] "GET /virtual-networks?parent_id=b8567c80-0411-47cf-a6b0-a50ff2aff28a&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.002666 10.0.0.249 - - [2025-09-11 02:50:49] "GET /virtual-network/06289c88-621b-4504-815d-9b23dd7d7483?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2200 0.005773 10.0.0.249 - - [2025-09-11 02:50:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003561 10.0.0.249 - - [2025-09-11 02:50:50] "GET /global-vrouter-config/34ac33d4-7223-40b7-b082-da1d7603178b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003422 10.0.0.249 - - [2025-09-11 02:50:50] "GET /virtual-networks?parent_id=b8567c80-0411-47cf-a6b0-a50ff2aff28a&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.002775 10.0.0.249 - - [2025-09-11 02:50:50] "GET /virtual-network/06289c88-621b-4504-815d-9b23dd7d7483?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2200 0.005709 10.0.0.249 - - [2025-09-11 02:50:50] "POST /neutron/security_group HTTP/1.1" 200 1415 0.006949 10.0.0.249 - - [2025-09-11 02:50:56] "POST /neutron/port HTTP/1.1" 200 1108 0.016024 10.0.0.249 - - [2025-09-11 02:51:01] "POST /neutron/security_group HTTP/1.1" 200 1415 0.008160 10.0.0.249 - - [2025-09-11 02:51:06] "POST /neutron/port HTTP/1.1" 200 117 0.006429 10.0.0.249 - - [2025-09-11 02:51:06] "POST /neutron/port HTTP/1.1" 200 1134 0.011740 10.0.0.249 - - [2025-09-11 02:51:06] "GET /virtual-machine/ebf5238c-2926-4310-8c17-709ae272ce65 HTTP/1.1" 200 1314 0.003989 10.0.0.249 - - [2025-09-11 02:51:07] "POST /neutron/port HTTP/1.1" 200 1070 0.020377 10.0.0.249 - - [2025-09-11 02:51:08] "GET /virtual-machine/ebf5238c-2926-4310-8c17-709ae272ce65 HTTP/1.1" 404 171 0.003091 10.0.0.249 - - [2025-09-11 02:51:08] "GET /virtual-machine/ebf5238c-2926-4310-8c17-709ae272ce65 HTTP/1.1" 404 171 0.002915 10.0.0.249 - - [2025-09-11 02:51:08] "GET /virtual-machine/ebf5238c-2926-4310-8c17-709ae272ce65 HTTP/1.1" 404 171 0.002719 10.0.0.249 - - [2025-09-11 02:51:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003363 10.0.0.249 - - [2025-09-11 02:51:09] "GET /global-vrouter-config/34ac33d4-7223-40b7-b082-da1d7603178b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005256 10.0.0.249 - - [2025-09-11 02:51:09] "GET /virtual-networks?parent_id=b8567c80-0411-47cf-a6b0-a50ff2aff28a&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003990 10.0.0.249 - - [2025-09-11 02:51:09] "GET /virtual-network/06289c88-621b-4504-815d-9b23dd7d7483?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2200 0.007669 10.0.0.249 - - [2025-09-11 02:51:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.002788 10.0.0.249 - - [2025-09-11 02:51:09] "GET /routing-instance/533500ae-ead7-4e53-82fd-7ab50b2063e4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1659 0.004469 10.0.0.249 - - [2025-09-11 02:51:09] "GET /route-target/d63e7aa0-17d5-4790-bce3-1160c7191e18?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.003806 10.0.0.22 - - [2025-09-11 02:51:10] "GET /global-system-configs HTTP/1.1" 200 322 0.095112 10.0.0.49 - - [2025-09-11 02:51:10] "GET /obj-perms HTTP/1.1" 200 5075 0.160512 10.0.0.49 - - [2025-09-11 02:51:10] "GET /global-system-configs HTTP/1.1" 200 322 0.107500 10.0.0.249 - - [2025-09-11 02:51:10] "GET /obj-perms HTTP/1.1" 200 5075 0.138206 10.0.0.22 - - [2025-09-11 02:51:10] "GET /global-system-configs HTTP/1.1" 200 322 0.106784 10.0.0.49 - - [2025-09-11 02:51:10] "GET /global-system-configs HTTP/1.1" 200 322 0.149405 10.0.0.22 - - [2025-09-11 02:51:11] "GET /obj-perms HTTP/1.1" 200 5075 0.216771 10.0.0.49 - - [2025-09-11 02:51:11] "GET /obj-perms HTTP/1.1" 200 5075 0.208764 10.0.0.249 - - [2025-09-11 02:51:11] "GET /global-system-configs HTTP/1.1" 200 322 0.058687 10.0.0.249 - - [2025-09-11 02:51:11] "GET /obj-perms HTTP/1.1" 200 5075 0.151546 10.0.0.49 - - [2025-09-11 02:51:12] "GET /obj-perms HTTP/1.1" 200 5091 0.004613 10.0.0.249 - - [2025-09-11 02:51:12] "GET /global-system-configs HTTP/1.1" 200 322 0.062137 10.0.0.22 - - [2025-09-11 02:51:12] "GET /obj-perms HTTP/1.1" 200 5075 0.141225 10.0.0.249 - - [2025-09-11 02:51:15] "GET /obj-perms HTTP/1.1" 200 5091 0.003929 10.0.0.49 - - [2025-09-11 02:51:21] "GET /obj-perms HTTP/1.1" 200 5091 0.003822 10.0.0.249 - - [2025-09-11 02:51:21] "GET /obj-perms HTTP/1.1" 200 5091 0.003910 10.0.0.249 - - [2025-09-11 02:51:21] "POST /neutron/network HTTP/1.1" 200 926 0.007205 10.0.0.49 - - [2025-09-11 02:51:21] "DELETE /route-target/d63e7aa0-17d5-4790-bce3-1160c7191e18 HTTP/1.1" 200 115 0.029327 10.0.0.249 - - [2025-09-11 02:51:22] "POST /neutron/security_group HTTP/1.1" 200 151 0.052429 10.0.0.249 - - [2025-09-11 02:51:22] "POST /fqname-to-id HTTP/1.1" 404 245 0.002949 10.0.0.49 - - [2025-09-11 02:51:23] "GET /projects?obj_uuids=b8567c80-0411-47cf-a6b0-a50ff2aff28a&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001081 10.0.0.249 - - [2025-09-11 02:51:23] "GET /project/b8567c80-0411-47cf-a6b0-a50ff2aff28a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1448 0.038392 10.0.0.49 - - [2025-09-11 02:51:23] "GET /projects?obj_uuids=b8567c80-0411-47cf-a6b0-a50ff2aff28a&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.000964 10.0.0.249 - - [2025-09-11 02:51:23] "GET /project/b8567c80-0411-47cf-a6b0-a50ff2aff28a?fields=virtual_networks HTTP/1.1" 200 1075 0.042275 10.0.0.49 - - [2025-09-11 02:51:23] "GET /projects?obj_uuids=b8567c80-0411-47cf-a6b0-a50ff2aff28a&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.000937 10.0.0.249 - - [2025-09-11 02:51:23] "GET /project/b8567c80-0411-47cf-a6b0-a50ff2aff28a?fields=virtual_machine_interfaces HTTP/1.1" 200 1075 0.047986 10.0.0.49 - - [2025-09-11 02:51:23] "GET /projects?obj_uuids=b8567c80-0411-47cf-a6b0-a50ff2aff28a&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001273 10.0.0.249 - - [2025-09-11 02:51:23] "GET /project/b8567c80-0411-47cf-a6b0-a50ff2aff28a?fields=security_groups HTTP/1.1" 200 1322 0.040631 10.0.0.249 - - [2025-09-11 02:51:24] "POST /fqname-to-id HTTP/1.1" 404 186 0.024952 10.0.0.49 - - [2025-09-11 02:51:24] "GET /projects?obj_uuids=77c1b57a-a5f5-487d-8160-eb7e9758b9b9&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002750 10.0.0.49 - - [2025-09-11 02:51:24] "GET /domains?obj_uuids=6cefd47d-baca-4df6-a10c-ec963319da07&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001181 10.0.0.49 - - [2025-09-11 02:51:24] "GET /domain/6cefd47d-baca-4df6-a10c-ec963319da07?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006984 10.0.0.49 - - [2025-09-11 02:51:25] "POST /id-to-fqname HTTP/1.1" 200 188 0.004457 10.0.0.49 - - [2025-09-11 02:51:25] "POST /fqname-to-id HTTP/1.1" 404 197 0.006230 10.0.0.49 - - [2025-09-11 02:51:25] "POST /security-groups HTTP/1.1" 200 589 0.077316 10.0.0.49 - - [2025-09-11 02:51:25] "POST /fqname-to-id HTTP/1.1" 404 232 0.003379 10.0.0.49 - - [2025-09-11 02:51:25] "POST /projects HTTP/1.1" 200 581 0.276307 10.0.0.49 - - [2025-09-11 02:51:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.350241 10.0.0.49 - - [2025-09-11 02:51:25] "POST /access-control-lists HTTP/1.1" 200 592 0.026897 10.0.0.249 - - [2025-09-11 02:51:25] "GET /project/77c1b57a-a5f5-487d-8160-eb7e9758b9b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.524149 10.0.0.249 - - [2025-09-11 02:51:26] "GET / HTTP/1.1" 200 35931 0.001623 10.0.0.249 - - [2025-09-11 02:51:28] "POST /fqname-to-id HTTP/1.1" 401 293 0.000434 10.0.0.249 - - [2025-09-11 02:51:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.054626 10.0.0.49 - - [2025-09-11 02:51:28] "GET /projects?obj_uuids=77c1b57a-a5f5-487d-8160-eb7e9758b9b9&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001023 10.0.0.249 - - [2025-09-11 02:51:28] "GET /project/77c1b57a-a5f5-487d-8160-eb7e9758b9b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.036093 10.0.0.49 - - [2025-09-11 02:51:28] "POST /useragent-kv HTTP/1.1" 200 115 0.008035 10.0.0.249 - - [2025-09-11 02:51:28] "POST /neutron/subnet HTTP/1.1" 200 725 0.230850 10.0.0.249 - - [2025-09-11 02:51:28] "POST /id-to-fqname HTTP/1.1" 200 224 0.001499 10.0.0.249 - - [2025-09-11 02:51:28] "GET /virtual-network/79aa5a85-b7c5-4e55-9b6e-3956052e076c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.004957 10.0.0.249 - - [2025-09-11 02:51:29] "GET /virtual-network/79aa5a85-b7c5-4e55-9b6e-3956052e076c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005910 10.0.0.249 - - [2025-09-11 02:51:29] "POST /neutron/network HTTP/1.1" 200 834 0.006395 10.0.0.249 - - [2025-09-11 02:51:29] "POST /id-to-fqname HTTP/1.1" 200 224 0.001318 10.0.0.249 - - [2025-09-11 02:51:29] "POST /neutron/network HTTP/1.1" 200 844 0.006804 10.0.0.49 - - [2025-09-11 02:51:29] "GET /projects?obj_uuids=77c1b57a-a5f5-487d-8160-eb7e9758b9b9&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000954 10.0.0.249 - - [2025-09-11 02:51:30] "GET /project/77c1b57a-a5f5-487d-8160-eb7e9758b9b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.064129 10.0.0.249 - - [2025-09-11 02:51:30] "POST /neutron/port HTTP/1.1" 200 117 0.006187 10.0.0.49 - - [2025-09-11 02:51:30] "GET /projects?obj_uuids=77c1b57a-a5f5-487d-8160-eb7e9758b9b9&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001143 10.0.0.249 - - [2025-09-11 02:51:30] "POST /neutron/port HTTP/1.1" 200 1058 0.281732 10.0.0.249 - - [2025-09-11 02:51:31] "POST /neutron/port HTTP/1.1" 200 1112 0.132558 10.0.0.249 - - [2025-09-11 02:51:31] "POST /neutron/subnet HTTP/1.1" 200 699 0.008958 10.0.0.249 - - [2025-09-11 02:51:34] "POST /neutron/port HTTP/1.1" 200 1086 0.022286 10.0.0.249 - - [2025-09-11 02:51:35] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004124 10.0.0.249 - - [2025-09-11 02:51:35] "POST /neutron/network HTTP/1.1" 200 834 0.007071 10.0.0.249 - - [2025-09-11 02:51:35] "POST /neutron/port HTTP/1.1" 200 1086 0.014549 10.0.0.249 - - [2025-09-11 02:51:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003234 10.0.0.49 - - [2025-09-11 02:51:35] "GET /projects?obj_uuids=77c1b57a-a5f5-487d-8160-eb7e9758b9b9&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000942 10.0.0.249 - - [2025-09-11 02:51:35] "GET /project/77c1b57a-a5f5-487d-8160-eb7e9758b9b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.038287 10.0.0.49 - - [2025-09-11 02:51:35] "GET /projects?obj_uuids=77c1b57a-a5f5-487d-8160-eb7e9758b9b9&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001075 10.0.0.249 - - [2025-09-11 02:51:35] "POST /neutron/network HTTP/1.1" 200 613 0.135015 10.0.0.49 - - [2025-09-11 02:51:35] "POST /route-targets HTTP/1.1" 200 327 0.013590 10.0.0.249 - - [2025-09-11 02:51:35] "POST /id-to-fqname HTTP/1.1" 200 223 0.003016 10.0.0.249 - - [2025-09-11 02:51:35] "GET /virtual-network/4b2022eb-66fa-4fca-a1fe-a253dbe58de9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.005866 10.0.0.249 - - [2025-09-11 02:51:36] "POST /neutron/network HTTP/1.1" 200 834 0.006378 10.0.0.249 - - [2025-09-11 02:51:36] "GET /virtual-network/4b2022eb-66fa-4fca-a1fe-a253dbe58de9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.005362 10.0.0.249 - - [2025-09-11 02:51:36] "GET /virtual-network/4b2022eb-66fa-4fca-a1fe-a253dbe58de9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.005485 10.0.0.22 - - [2025-09-11 02:51:37] "GET /obj-perms HTTP/1.1" 200 5045 0.046315 10.0.0.49 - - [2025-09-11 02:51:37] "GET /obj-perms HTTP/1.1" 200 5045 0.044604 10.0.0.249 - - [2025-09-11 02:51:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003452 10.0.0.49 - - [2025-09-11 02:51:37] "GET /projects?obj_uuids=77c1b57a-a5f5-487d-8160-eb7e9758b9b9&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001263 10.0.0.249 - - [2025-09-11 02:51:37] "GET /project/77c1b57a-a5f5-487d-8160-eb7e9758b9b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.039680 10.0.0.249 - - [2025-09-11 02:51:37] "POST /neutron/network HTTP/1.1" 200 117 0.011452 10.0.0.49 - - [2025-09-11 02:51:38] "POST /ref-update HTTP/1.1" 200 156 0.021806 10.0.0.249 - - [2025-09-11 02:51:38] "POST /neutron/network HTTP/1.1" 200 832 0.007962 10.0.0.249 - - [2025-09-11 02:51:38] "POST /id-to-fqname HTTP/1.1" 200 223 0.001252 10.0.0.249 - - [2025-09-11 02:51:38] "GET /virtual-network/a6b6e3ee-048d-4281-ac90-3c17987463a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.009536 10.0.0.249 - - [2025-09-11 02:51:38] "GET /virtual-network/a6b6e3ee-048d-4281-ac90-3c17987463a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.005344 10.0.0.249 - - [2025-09-11 02:51:38] "POST /neutron/subnet HTTP/1.1" 200 725 0.008411 10.0.0.249 - - [2025-09-11 02:51:38] "GET /virtual-network/a6b6e3ee-048d-4281-ac90-3c17987463a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.005885 10.0.0.249 - - [2025-09-11 02:51:38] "GET /obj-perms HTTP/1.1" 200 5045 0.043698 10.0.0.249 - - [2025-09-11 02:51:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003504 10.0.0.49 - - [2025-09-11 02:51:38] "GET /projects?obj_uuids=77c1b57a-a5f5-487d-8160-eb7e9758b9b9&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001497 10.0.0.249 - - [2025-09-11 02:51:38] "GET /project/77c1b57a-a5f5-487d-8160-eb7e9758b9b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.043885 10.0.0.49 - - [2025-09-11 02:51:39] "POST /useragent-kv HTTP/1.1" 200 115 0.007420 10.0.0.249 - - [2025-09-11 02:51:39] "POST /neutron/subnet HTTP/1.1" 200 725 0.187651 10.0.0.249 - - [2025-09-11 02:51:39] "POST /id-to-fqname HTTP/1.1" 200 224 0.001300 10.0.0.249 - - [2025-09-11 02:51:39] "GET /virtual-network/395441fc-e812-4e47-b01d-c685db486e27?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005930 10.0.0.249 - - [2025-09-11 02:51:39] "GET /virtual-network/395441fc-e812-4e47-b01d-c685db486e27?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005453 10.0.0.249 - - [2025-09-11 02:51:39] "POST /neutron/network HTTP/1.1" 200 834 0.006351 10.0.0.249 - - [2025-09-11 02:51:39] "GET /virtual-network/395441fc-e812-4e47-b01d-c685db486e27?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005180 10.0.0.249 - - [2025-09-11 02:51:40] "POST /id-to-fqname HTTP/1.1" 200 223 0.001220 10.0.0.249 - - [2025-09-11 02:51:40] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007898 10.0.0.49 - - [2025-09-11 02:51:40] "GET /projects?obj_uuids=77c1b57a-a5f5-487d-8160-eb7e9758b9b9&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001048 10.0.0.249 - - [2025-09-11 02:51:41] "GET /project/77c1b57a-a5f5-487d-8160-eb7e9758b9b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.057860 10.0.0.249 - - [2025-09-11 02:51:41] "POST /neutron/port HTTP/1.1" 200 1086 0.025550 10.0.0.249 - - [2025-09-11 02:51:41] "POST /id-to-fqname HTTP/1.1" 200 224 0.001427 10.0.0.249 - - [2025-09-11 02:51:41] "POST /neutron/port HTTP/1.1" 200 1086 0.023833 10.0.0.49 - - [2025-09-11 02:51:42] "GET /projects?obj_uuids=77c1b57a-a5f5-487d-8160-eb7e9758b9b9&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001252 10.0.0.249 - - [2025-09-11 02:51:42] "GET /project/77c1b57a-a5f5-487d-8160-eb7e9758b9b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.062886 10.0.0.249 - - [2025-09-11 02:51:42] "POST /neutron/network HTTP/1.1" 200 834 0.006458 10.0.0.249 - - [2025-09-11 02:51:42] "POST /neutron/port HTTP/1.1" 200 117 0.006174 10.0.0.249 - - [2025-09-11 02:51:42] "POST /fqname-to-id HTTP/1.1" 404 193 0.003368 10.0.0.249 - - [2025-09-11 02:51:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003245 10.0.0.49 - - [2025-09-11 02:51:42] "GET /domains?obj_uuids=6cefd47d-baca-4df6-a10c-ec963319da07&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001081 10.0.0.249 - - [2025-09-11 02:51:42] "GET /domain/6cefd47d-baca-4df6-a10c-ec963319da07?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.007547 10.0.0.249 - - [2025-09-11 02:51:42] "POST /service-templates HTTP/1.1" 200 543 0.022536 10.0.0.249 - - [2025-09-11 02:51:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003097 10.0.0.249 - - [2025-09-11 02:51:42] "GET /service-template/e2a71c8d-b654-4a3f-96b0-0f6501981266?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1818 0.005877 10.0.0.249 - - [2025-09-11 02:51:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.002542 10.0.0.249 - - [2025-09-11 02:51:42] "GET /service-template/e2a71c8d-b654-4a3f-96b0-0f6501981266?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1818 0.004650 10.0.0.249 - - [2025-09-11 02:51:42] "POST /id-to-fqname HTTP/1.1" 200 223 0.001336 10.0.0.249 - - [2025-09-11 02:51:43] "POST /id-to-fqname HTTP/1.1" 200 223 0.001207 10.0.0.249 - - [2025-09-11 02:51:43] "POST /id-to-fqname HTTP/1.1" 200 224 0.001214 10.0.0.249 - - [2025-09-11 02:51:43] "POST /neutron/port HTTP/1.1" 200 2002 0.066152 10.0.0.249 - - [2025-09-11 02:51:43] "POST /neutron/port HTTP/1.1" 200 1058 0.014560 10.0.0.249 - - [2025-09-11 02:51:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.002811 10.0.0.249 - - [2025-09-11 02:51:43] "DELETE /service-template/e2a71c8d-b654-4a3f-96b0-0f6501981266 HTTP/1.1" 200 115 0.059551 10.0.0.249 - - [2025-09-11 02:51:43] "POST /fqname-to-id HTTP/1.1" 404 193 0.009712 10.0.0.249 - - [2025-09-11 02:51:43] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004350 10.0.0.249 - - [2025-09-11 02:51:43] "POST /neutron/network HTTP/1.1" 200 834 0.014727 10.0.0.249 - - [2025-09-11 02:51:45] "POST /neutron/port HTTP/1.1" 200 1086 0.016590 10.0.0.249 - - [2025-09-11 02:51:45] "POST /neutron/network HTTP/1.1" 200 834 0.007842 10.0.0.249 - - [2025-09-11 02:51:45] "POST /neutron/network HTTP/1.1" 200 2189 0.035662 10.0.0.49 - - [2025-09-11 02:51:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.030275 10.0.0.249 - - [2025-09-11 02:51:46] "POST /neutron/port HTTP/1.1" 200 117 0.005873 10.0.0.49 - - [2025-09-11 02:51:46] "DELETE /route-target/9dd1d464-6499-4cb8-97cb-b4c6718a6582 HTTP/1.1" 200 115 0.021796 10.0.0.49 - - [2025-09-11 02:51:46] "POST /useragent-kv HTTP/1.1" 200 115 0.004589 10.0.0.49 - - [2025-09-11 02:51:46] "POST /useragent-kv HTTP/1.1" 200 115 0.005408 10.0.0.249 - - [2025-09-11 02:51:46] "POST /neutron/network HTTP/1.1" 200 151 0.142812 10.0.0.249 - - [2025-09-11 02:51:47] "POST /neutron/port HTTP/1.1" 200 1086 0.016623 10.0.0.249 - - [2025-09-11 02:51:49] "POST /neutron/network HTTP/1.1" 200 834 0.006572 10.0.0.49 - - [2025-09-11 02:51:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.005172 10.0.0.249 - - [2025-09-11 02:51:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003302 10.0.0.49 - - [2025-09-11 02:51:51] "GET /projects?obj_uuids=77c1b57a-a5f5-487d-8160-eb7e9758b9b9&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000892 10.0.0.249 - - [2025-09-11 02:51:51] "GET /project/77c1b57a-a5f5-487d-8160-eb7e9758b9b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.035689 10.0.0.49 - - [2025-09-11 02:51:51] "GET /projects?obj_uuids=77c1b57a-a5f5-487d-8160-eb7e9758b9b9&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000892 10.0.0.249 - - [2025-09-11 02:51:52] "POST /neutron/network HTTP/1.1" 200 613 0.112739 10.0.0.49 - - [2025-09-11 02:51:52] "POST /ref-update HTTP/1.1" 200 156 0.025808 10.0.0.249 - - [2025-09-11 02:51:52] "POST /id-to-fqname HTTP/1.1" 200 223 0.003055 10.0.0.249 - - [2025-09-11 02:51:52] "GET /virtual-network/c152c43a-856b-4874-a9b1-d20f0e5b04c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.007549 10.0.0.249 - - [2025-09-11 02:51:52] "POST /neutron/network HTTP/1.1" 200 834 0.006716 10.0.0.249 - - [2025-09-11 02:51:52] "GET /virtual-network/c152c43a-856b-4874-a9b1-d20f0e5b04c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.005276 10.0.0.249 - - [2025-09-11 02:51:52] "GET /virtual-network/c152c43a-856b-4874-a9b1-d20f0e5b04c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.005981 10.0.0.22 - - [2025-09-11 02:51:52] "GET /obj-perms HTTP/1.1" 200 5045 0.003847 10.0.0.49 - - [2025-09-11 02:51:52] "GET /obj-perms HTTP/1.1" 200 5045 0.003307 10.0.0.249 - - [2025-09-11 02:51:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003270 10.0.0.49 - - [2025-09-11 02:51:52] "GET /projects?obj_uuids=77c1b57a-a5f5-487d-8160-eb7e9758b9b9&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000885 10.0.0.249 - - [2025-09-11 02:51:52] "GET /project/77c1b57a-a5f5-487d-8160-eb7e9758b9b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.039387 10.0.0.249 - - [2025-09-11 02:51:52] "POST /neutron/network HTTP/1.1" 200 117 0.011307 10.0.0.249 - - [2025-09-11 02:51:53] "POST /neutron/network HTTP/1.1" 200 831 0.009059 10.0.0.249 - - [2025-09-11 02:51:53] "POST /id-to-fqname HTTP/1.1" 200 223 0.001378 10.0.0.249 - - [2025-09-11 02:51:53] "GET /virtual-network/e2fb2ef1-d417-4201-a6f9-61546849310f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005724 10.0.0.249 - - [2025-09-11 02:51:53] "GET /virtual-network/e2fb2ef1-d417-4201-a6f9-61546849310f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005947 10.0.0.249 - - [2025-09-11 02:51:53] "POST /neutron/subnet HTTP/1.1" 200 720 0.009509 10.0.0.249 - - [2025-09-11 02:51:53] "GET /virtual-network/e2fb2ef1-d417-4201-a6f9-61546849310f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.006159 10.0.0.249 - - [2025-09-11 02:51:53] "GET /obj-perms HTTP/1.1" 200 5045 0.003974 10.0.0.249 - - [2025-09-11 02:51:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003446 10.0.0.49 - - [2025-09-11 02:51:53] "GET /projects?obj_uuids=77c1b57a-a5f5-487d-8160-eb7e9758b9b9&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000900 10.0.0.249 - - [2025-09-11 02:51:53] "GET /project/77c1b57a-a5f5-487d-8160-eb7e9758b9b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.043707 10.0.0.49 - - [2025-09-11 02:51:54] "POST /route-targets HTTP/1.1" 200 327 0.012599 10.0.0.49 - - [2025-09-11 02:51:54] "POST /useragent-kv HTTP/1.1" 200 115 0.007557 10.0.0.249 - - [2025-09-11 02:51:54] "POST /neutron/subnet HTTP/1.1" 200 734 0.187510 10.0.0.249 - - [2025-09-11 02:51:54] "POST /id-to-fqname HTTP/1.1" 200 224 0.001261 10.0.0.249 - - [2025-09-11 02:51:54] "GET /virtual-network/28f04718-71b1-4520-a4f6-120daecae948?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.005371 10.0.0.249 - - [2025-09-11 02:51:54] "GET /virtual-network/28f04718-71b1-4520-a4f6-120daecae948?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.005854 10.0.0.249 - - [2025-09-11 02:51:54] "POST /neutron/network HTTP/1.1" 200 836 0.008191 10.0.0.249 - - [2025-09-11 02:51:54] "GET /virtual-network/28f04718-71b1-4520-a4f6-120daecae948?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.005260 10.0.0.249 - - [2025-09-11 02:51:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.002904 10.0.0.49 - - [2025-09-11 02:51:54] "GET /projects?obj_uuids=77c1b57a-a5f5-487d-8160-eb7e9758b9b9&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001320 10.0.0.249 - - [2025-09-11 02:51:54] "GET /project/77c1b57a-a5f5-487d-8160-eb7e9758b9b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.046132 10.0.0.49 - - [2025-09-11 02:51:54] "GET /projects?obj_uuids=77c1b57a-a5f5-487d-8160-eb7e9758b9b9&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000938 10.0.0.249 - - [2025-09-11 02:51:55] "POST /neutron/network HTTP/1.1" 200 625 0.122581 10.0.0.49 - - [2025-09-11 02:51:55] "POST /ref-update HTTP/1.1" 200 156 0.031365 10.0.0.249 - - [2025-09-11 02:51:55] "POST /id-to-fqname HTTP/1.1" 200 229 0.003266 10.0.0.249 - - [2025-09-11 02:51:55] "GET /virtual-network/165b0284-583a-4653-91dc-42ebd162d90d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.004899 10.0.0.249 - - [2025-09-11 02:51:55] "POST /neutron/network HTTP/1.1" 200 841 0.006228 10.0.0.249 - - [2025-09-11 02:51:55] "GET /virtual-network/165b0284-583a-4653-91dc-42ebd162d90d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.005286 10.0.0.249 - - [2025-09-11 02:51:55] "GET /virtual-network/165b0284-583a-4653-91dc-42ebd162d90d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.006038 10.0.0.22 - - [2025-09-11 02:51:55] "GET /obj-perms HTTP/1.1" 200 5045 0.003386 10.0.0.49 - - [2025-09-11 02:51:55] "GET /obj-perms HTTP/1.1" 200 5045 0.003825 10.0.0.249 - - [2025-09-11 02:51:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003143 10.0.0.49 - - [2025-09-11 02:51:55] "GET /projects?obj_uuids=77c1b57a-a5f5-487d-8160-eb7e9758b9b9&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000934 10.0.0.249 - - [2025-09-11 02:51:55] "GET /project/77c1b57a-a5f5-487d-8160-eb7e9758b9b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.040481 10.0.0.249 - - [2025-09-11 02:51:56] "POST /neutron/network HTTP/1.1" 200 117 0.014929 10.0.0.249 - - [2025-09-11 02:51:56] "POST /neutron/network HTTP/1.1" 200 846 0.008432 10.0.0.249 - - [2025-09-11 02:51:56] "POST /id-to-fqname HTTP/1.1" 200 230 0.001225 10.0.0.249 - - [2025-09-11 02:51:56] "GET /virtual-network/8c2fb6ac-78b7-4266-8d19-f80dd9e5fa1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.005301 10.0.0.249 - - [2025-09-11 02:51:56] "GET /virtual-network/8c2fb6ac-78b7-4266-8d19-f80dd9e5fa1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.006503 10.0.0.249 - - [2025-09-11 02:51:56] "POST /neutron/subnet HTTP/1.1" 200 725 0.008979 10.0.0.249 - - [2025-09-11 02:51:56] "GET /virtual-network/8c2fb6ac-78b7-4266-8d19-f80dd9e5fa1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.006866 10.0.0.249 - - [2025-09-11 02:51:56] "GET /obj-perms HTTP/1.1" 200 5045 0.003993 10.0.0.249 - - [2025-09-11 02:51:56] "POST /id-to-fqname HTTP/1.1" 200 223 0.001245 10.0.0.49 - - [2025-09-11 02:51:57] "DELETE /access-control-list/0d8dc9e2-47e4-4f23-ad41-8dd3ef3c5888 HTTP/1.1" 200 115 0.039273 10.0.0.49 - - [2025-09-11 02:51:57] "DELETE /project/77c1b57aa5f5487d8160eb7e9758b9b9 HTTP/1.1" 404 173 0.004481 10.0.0.49 - - [2025-09-11 02:51:57] "DELETE /project/b8567c80-0411-47cf-a6b0-a50ff2aff28a HTTP/1.1" 404 177 0.004063 10.0.0.49 - - [2025-09-11 02:51:57] "GET /projects?obj_uuids=77c1b57a-a5f5-487d-8160-eb7e9758b9b9&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001178 10.0.0.249 - - [2025-09-11 02:51:57] "GET /project/77c1b57a-a5f5-487d-8160-eb7e9758b9b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.060677 10.0.0.249 - - [2025-09-11 02:51:57] "POST /neutron/network HTTP/1.1" 200 831 0.006984 10.0.0.249 - - [2025-09-11 02:51:58] "POST /id-to-fqname HTTP/1.1" 200 224 0.001218 10.0.0.249 - - [2025-09-11 02:51:58] "POST /neutron/port HTTP/1.1" 200 117 0.026766 10.0.0.49 - - [2025-09-11 02:51:58] "GET /projects?obj_uuids=77c1b57a-a5f5-487d-8160-eb7e9758b9b9&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000956 10.0.0.249 - - [2025-09-11 02:51:58] "POST /neutron/port HTTP/1.1" 200 1057 0.294358 10.0.0.249 - - [2025-09-11 02:51:58] "POST /neutron/port HTTP/1.1" 200 1111 0.105065 10.0.0.249 - - [2025-09-11 02:51:59] "POST /neutron/subnet HTTP/1.1" 200 694 0.007662 10.0.0.49 - - [2025-09-11 02:51:59] "GET /projects?obj_uuids=77c1b57a-a5f5-487d-8160-eb7e9758b9b9&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001289 10.0.0.249 - - [2025-09-11 02:51:59] "GET /project/77c1b57a-a5f5-487d-8160-eb7e9758b9b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.062814 10.0.0.249 - - [2025-09-11 02:51:59] "POST /neutron/network HTTP/1.1" 200 836 0.005519 10.0.0.249 - - [2025-09-11 02:51:59] "POST /neutron/port HTTP/1.1" 200 117 0.006069 10.0.0.249 - - [2025-09-11 02:51:59] "POST /fqname-to-id HTTP/1.1" 404 193 0.003401 10.0.0.249 - - [2025-09-11 02:51:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003053 10.0.0.49 - - [2025-09-11 02:51:59] "GET /domains?obj_uuids=6cefd47d-baca-4df6-a10c-ec963319da07&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001393 10.0.0.249 - - [2025-09-11 02:51:59] "GET /domain/6cefd47d-baca-4df6-a10c-ec963319da07?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.007958 10.0.0.249 - - [2025-09-11 02:51:59] "POST /service-templates HTTP/1.1" 200 543 0.032526 10.0.0.249 - - [2025-09-11 02:51:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003289 10.0.0.249 - - [2025-09-11 02:51:59] "GET /service-template/ecf75dfc-1fd8-41c0-ae85-6d33bbb70535?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1815 0.006739 10.0.0.249 - - [2025-09-11 02:51:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003079 10.0.0.249 - - [2025-09-11 02:51:59] "GET /service-template/ecf75dfc-1fd8-41c0-ae85-6d33bbb70535?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1815 0.003697 10.0.0.249 - - [2025-09-11 02:51:59] "POST /id-to-fqname HTTP/1.1" 200 223 0.001056 10.0.0.249 - - [2025-09-11 02:51:59] "POST /id-to-fqname HTTP/1.1" 200 229 0.001332 10.0.0.249 - - [2025-09-11 02:51:59] "POST /id-to-fqname HTTP/1.1" 200 230 0.001641 10.0.0.249 - - [2025-09-11 02:52:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003857 10.0.0.249 - - [2025-09-11 02:52:00] "DELETE /service-template/ecf75dfc-1fd8-41c0-ae85-6d33bbb70535 HTTP/1.1" 200 115 0.030018 10.0.0.249 - - [2025-09-11 02:52:00] "POST /fqname-to-id HTTP/1.1" 404 193 0.003019 10.0.0.249 - - [2025-09-11 02:52:00] "POST /neutron/network HTTP/1.1" 200 846 0.006835 10.0.0.49 - - [2025-09-11 02:52:00] "DELETE /route-target/065c4e63-9c0f-4fab-9782-066caa1596c2 HTTP/1.1" 200 115 0.029247 10.0.0.49 - - [2025-09-11 02:52:00] "POST /useragent-kv HTTP/1.1" 200 115 0.002673 10.0.0.49 - - [2025-09-11 02:52:00] "POST /useragent-kv HTTP/1.1" 200 115 0.002751 10.0.0.249 - - [2025-09-11 02:52:00] "POST /neutron/network HTTP/1.1" 200 151 0.125412 10.0.0.249 - - [2025-09-11 02:52:01] "POST /neutron/port HTTP/1.1" 200 151 0.210744 10.0.0.49 - - [2025-09-11 02:52:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.005152 10.0.0.249 - - [2025-09-11 02:52:01] "POST /neutron/network HTTP/1.1" 200 831 0.007216 10.0.0.49 - - [2025-09-11 02:52:01] "DELETE /route-target/17dcaa51-be9b-470e-adb7-9a7b32096032 HTTP/1.1" 200 115 0.033880 10.0.0.49 - - [2025-09-11 02:52:02] "POST /useragent-kv HTTP/1.1" 200 115 0.003038 10.0.0.49 - - [2025-09-11 02:52:02] "POST /useragent-kv HTTP/1.1" 200 115 0.004235 10.0.0.249 - - [2025-09-11 02:52:02] "POST /neutron/network HTTP/1.1" 200 151 0.117117 10.0.0.49 - - [2025-09-11 02:52:03] "GET /projects?obj_uuids=77c1b57a-a5f5-487d-8160-eb7e9758b9b9&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001089 10.0.0.249 - - [2025-09-11 02:52:03] "GET /project/77c1b57a-a5f5-487d-8160-eb7e9758b9b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.047705 10.0.0.49 - - [2025-09-11 02:52:03] "GET /projects?obj_uuids=77c1b57a-a5f5-487d-8160-eb7e9758b9b9&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001096 10.0.0.249 - - [2025-09-11 02:52:03] "GET /project/77c1b57a-a5f5-487d-8160-eb7e9758b9b9?fields=virtual_networks HTTP/1.1" 200 1027 0.041238 10.0.0.49 - - [2025-09-11 02:52:03] "GET /projects?obj_uuids=77c1b57a-a5f5-487d-8160-eb7e9758b9b9&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001778 10.0.0.249 - - [2025-09-11 02:52:03] "GET /project/77c1b57a-a5f5-487d-8160-eb7e9758b9b9?fields=virtual_machine_interfaces HTTP/1.1" 200 1027 0.045931 10.0.0.49 - - [2025-09-11 02:52:03] "GET /projects?obj_uuids=77c1b57a-a5f5-487d-8160-eb7e9758b9b9&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001292 10.0.0.249 - - [2025-09-11 02:52:03] "GET /project/77c1b57a-a5f5-487d-8160-eb7e9758b9b9?fields=security_groups HTTP/1.1" 200 1251 0.033529 10.0.0.249 - - [2025-09-11 02:52:04] "POST /fqname-to-id HTTP/1.1" 404 186 0.048264 10.0.0.49 - - [2025-09-11 02:52:04] "GET /projects?obj_uuids=c6225859-6360-4a5f-8efc-65b54b8817ca&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003301 10.0.0.49 - - [2025-09-11 02:52:04] "GET /domains?obj_uuids=6cefd47d-baca-4df6-a10c-ec963319da07&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000913 10.0.0.49 - - [2025-09-11 02:52:04] "GET /domain/6cefd47d-baca-4df6-a10c-ec963319da07?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006617 10.0.0.49 - - [2025-09-11 02:52:04] "POST /id-to-fqname HTTP/1.1" 200 188 0.004081 10.0.0.49 - - [2025-09-11 02:52:04] "POST /fqname-to-id HTTP/1.1" 404 197 0.003792 10.0.0.49 - - [2025-09-11 02:52:05] "POST /security-groups HTTP/1.1" 200 589 0.072639 10.0.0.49 - - [2025-09-11 02:52:05] "POST /fqname-to-id HTTP/1.1" 404 232 0.002826 10.0.0.49 - - [2025-09-11 02:52:05] "POST /projects HTTP/1.1" 200 581 0.271298 10.0.0.49 - - [2025-09-11 02:52:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.339143 10.0.0.49 - - [2025-09-11 02:52:05] "POST /access-control-lists HTTP/1.1" 200 592 0.026823 10.0.0.249 - - [2025-09-11 02:52:05] "GET /project/c6225859-6360-4a5f-8efc-65b54b8817ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.466971 10.0.0.249 - - [2025-09-11 02:52:06] "GET / HTTP/1.1" 200 35931 0.001930 10.0.0.249 - - [2025-09-11 02:52:07] "POST /fqname-to-id HTTP/1.1" 401 293 0.000513 10.0.0.249 - - [2025-09-11 02:52:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.050375 10.0.0.49 - - [2025-09-11 02:52:08] "GET /projects?obj_uuids=c6225859-6360-4a5f-8efc-65b54b8817ca&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001065 10.0.0.249 - - [2025-09-11 02:52:08] "GET /project/c6225859-6360-4a5f-8efc-65b54b8817ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.045996 10.0.0.49 - - [2025-09-11 02:52:08] "POST /useragent-kv HTTP/1.1" 200 115 0.006920 10.0.0.249 - - [2025-09-11 02:52:08] "POST /neutron/subnet HTTP/1.1" 200 734 0.248017 10.0.0.249 - - [2025-09-11 02:52:08] "POST /id-to-fqname HTTP/1.1" 200 223 0.001634 10.0.0.249 - - [2025-09-11 02:52:08] "GET /virtual-network/b59c5e5f-5d8b-4a97-ad03-1848ee886ce5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.005174 10.0.0.249 - - [2025-09-11 02:52:08] "GET /virtual-network/b59c5e5f-5d8b-4a97-ad03-1848ee886ce5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.005540 10.0.0.249 - - [2025-09-11 02:52:08] "POST /neutron/network HTTP/1.1" 200 834 0.006373 10.0.0.249 - - [2025-09-11 02:52:09] "GET /virtual-network/b59c5e5f-5d8b-4a97-ad03-1848ee886ce5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.005451 10.0.0.249 - - [2025-09-11 02:52:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003368 10.0.0.49 - - [2025-09-11 02:52:10] "GET /projects?obj_uuids=c6225859-6360-4a5f-8efc-65b54b8817ca&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000976 10.0.0.249 - - [2025-09-11 02:52:10] "GET /project/c6225859-6360-4a5f-8efc-65b54b8817ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.044662 10.0.0.49 - - [2025-09-11 02:52:10] "GET /projects?obj_uuids=c6225859-6360-4a5f-8efc-65b54b8817ca&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001345 10.0.0.249 - - [2025-09-11 02:52:11] "POST /neutron/network HTTP/1.1" 200 617 0.124695 10.0.0.49 - - [2025-09-11 02:52:11] "POST /route-targets HTTP/1.1" 200 327 0.015326 10.0.0.249 - - [2025-09-11 02:52:11] "POST /id-to-fqname HTTP/1.1" 200 225 0.003455 10.0.0.249 - - [2025-09-11 02:52:11] "GET /virtual-network/d2d0a119-6496-4440-93ae-13c2bb242d9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.006138 10.0.0.249 - - [2025-09-11 02:52:11] "POST /neutron/network HTTP/1.1" 200 837 0.007319 10.0.0.249 - - [2025-09-11 02:52:11] "GET /virtual-network/d2d0a119-6496-4440-93ae-13c2bb242d9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.005327 10.0.0.249 - - [2025-09-11 02:52:11] "GET /virtual-network/d2d0a119-6496-4440-93ae-13c2bb242d9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.006354 10.0.0.22 - - [2025-09-11 02:52:11] "GET /obj-perms HTTP/1.1" 200 5045 0.056543 10.0.0.49 - - [2025-09-11 02:52:11] "GET /obj-perms HTTP/1.1" 200 5045 0.043796 10.0.0.249 - - [2025-09-11 02:52:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003187 10.0.0.49 - - [2025-09-11 02:52:11] "GET /projects?obj_uuids=c6225859-6360-4a5f-8efc-65b54b8817ca&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000817 10.0.0.249 - - [2025-09-11 02:52:12] "GET /project/c6225859-6360-4a5f-8efc-65b54b8817ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.037115 10.0.0.249 - - [2025-09-11 02:52:12] "POST /neutron/network HTTP/1.1" 200 117 0.011002 10.0.0.49 - - [2025-09-11 02:52:12] "POST /ref-update HTTP/1.1" 200 156 0.022846 10.0.0.249 - - [2025-09-11 02:52:12] "POST /neutron/network HTTP/1.1" 200 836 0.008546 10.0.0.249 - - [2025-09-11 02:52:12] "POST /id-to-fqname HTTP/1.1" 200 226 0.001125 10.0.0.249 - - [2025-09-11 02:52:12] "GET /virtual-network/917b83f1-0697-45d0-a2f0-58efc367f3b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.005041 10.0.0.249 - - [2025-09-11 02:52:12] "GET /virtual-network/917b83f1-0697-45d0-a2f0-58efc367f3b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.007735 10.0.0.249 - - [2025-09-11 02:52:12] "POST /neutron/subnet HTTP/1.1" 200 715 0.008003 10.0.0.249 - - [2025-09-11 02:52:12] "GET /virtual-network/917b83f1-0697-45d0-a2f0-58efc367f3b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.006121 10.0.0.249 - - [2025-09-11 02:52:12] "GET /obj-perms HTTP/1.1" 200 5045 0.046369 10.0.0.249 - - [2025-09-11 02:52:13] "POST /id-to-fqname HTTP/1.1" 200 225 0.001531 10.0.0.49 - - [2025-09-11 02:52:14] "GET /projects?obj_uuids=c6225859-6360-4a5f-8efc-65b54b8817ca&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000934 10.0.0.249 - - [2025-09-11 02:52:14] "GET /project/c6225859-6360-4a5f-8efc-65b54b8817ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.065012 10.0.0.249 - - [2025-09-11 02:52:14] "POST /neutron/network HTTP/1.1" 200 837 0.006960 10.0.0.249 - - [2025-09-11 02:52:14] "POST /id-to-fqname HTTP/1.1" 200 226 0.001252 10.0.0.249 - - [2025-09-11 02:52:14] "POST /neutron/port HTTP/1.1" 200 117 0.017905 10.0.0.49 - - [2025-09-11 02:52:14] "GET /projects?obj_uuids=c6225859-6360-4a5f-8efc-65b54b8817ca&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001105 10.0.0.249 - - [2025-09-11 02:52:15] "POST /neutron/port HTTP/1.1" 200 1059 0.301545 10.0.0.249 - - [2025-09-11 02:52:15] "POST /neutron/port HTTP/1.1" 200 1113 0.133792 10.0.0.249 - - [2025-09-11 02:52:15] "POST /neutron/subnet HTTP/1.1" 200 703 0.007804 10.0.0.49 - - [2025-09-11 02:52:15] "GET /projects?obj_uuids=c6225859-6360-4a5f-8efc-65b54b8817ca&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.002273 10.0.0.249 - - [2025-09-11 02:52:15] "GET /project/c6225859-6360-4a5f-8efc-65b54b8817ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.066781 10.0.0.249 - - [2025-09-11 02:52:15] "POST /neutron/network HTTP/1.1" 200 836 0.007260 10.0.0.249 - - [2025-09-11 02:52:15] "POST /neutron/port HTTP/1.1" 200 117 0.005885 10.0.0.249 - - [2025-09-11 02:52:15] "POST /fqname-to-id HTTP/1.1" 404 193 0.002903 10.0.0.249 - - [2025-09-11 02:52:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003171 10.0.0.49 - - [2025-09-11 02:52:15] "GET /domains?obj_uuids=6cefd47d-baca-4df6-a10c-ec963319da07&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000902 10.0.0.249 - - [2025-09-11 02:52:15] "GET /domain/6cefd47d-baca-4df6-a10c-ec963319da07?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.006798 10.0.0.249 - - [2025-09-11 02:52:15] "POST /service-templates HTTP/1.1" 200 543 0.029168 10.0.0.249 - - [2025-09-11 02:52:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003567 10.0.0.249 - - [2025-09-11 02:52:15] "GET /service-template/f2d6273d-920b-4e33-93a6-f49c75628ca4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1818 0.005607 10.0.0.249 - - [2025-09-11 02:52:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003039 10.0.0.249 - - [2025-09-11 02:52:16] "GET /service-template/f2d6273d-920b-4e33-93a6-f49c75628ca4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1818 0.004065 10.0.0.249 - - [2025-09-11 02:52:16] "POST /id-to-fqname HTTP/1.1" 200 223 0.001292 10.0.0.249 - - [2025-09-11 02:52:16] "POST /id-to-fqname HTTP/1.1" 200 225 0.001724 10.0.0.249 - - [2025-09-11 02:52:16] "POST /id-to-fqname HTTP/1.1" 200 226 0.001179 10.0.0.249 - - [2025-09-11 02:52:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003725 10.0.0.249 - - [2025-09-11 02:52:16] "DELETE /service-template/f2d6273d-920b-4e33-93a6-f49c75628ca4 HTTP/1.1" 200 115 0.028066 10.0.0.249 - - [2025-09-11 02:52:16] "POST /fqname-to-id HTTP/1.1" 404 193 0.003338 10.0.0.249 - - [2025-09-11 02:52:16] "POST /neutron/port HTTP/1.1" 200 117 0.005959 10.0.0.249 - - [2025-09-11 02:52:17] "POST /neutron/network HTTP/1.1" 200 837 0.006519 10.0.0.249 - - [2025-09-11 02:52:17] "POST /neutron/port HTTP/1.1" 200 1113 0.012110 10.0.0.49 - - [2025-09-11 02:52:19] "POST /useragent-kv HTTP/1.1" 200 115 0.004467 10.0.0.49 - - [2025-09-11 02:52:19] "POST /useragent-kv HTTP/1.1" 200 115 0.002404 10.0.0.49 - - [2025-09-11 02:52:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003416 10.0.0.249 - - [2025-09-11 02:52:19] "POST /neutron/network HTTP/1.1" 200 151 0.125290 10.0.0.49 - - [2025-09-11 02:52:19] "DELETE /route-target/25279ba4-2d22-4268-af12-f40bfb8608e4 HTTP/1.1" 200 115 0.025438 10.0.0.249 - - [2025-09-11 02:52:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.004149 10.0.0.49 - - [2025-09-11 02:52:22] "GET /projects?obj_uuids=c6225859-6360-4a5f-8efc-65b54b8817ca&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001000 10.0.0.249 - - [2025-09-11 02:52:22] "GET /project/c6225859-6360-4a5f-8efc-65b54b8817ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.056890 10.0.0.249 - - [2025-09-11 02:52:22] "POST /neutron/network HTTP/1.1" 200 117 0.009075 10.0.0.249 - - [2025-09-11 02:52:22] "POST /neutron/network HTTP/1.1" 200 834 0.008185 10.0.0.249 - - [2025-09-11 02:52:22] "POST /id-to-fqname HTTP/1.1" 200 223 0.001020 10.0.0.249 - - [2025-09-11 02:52:22] "GET /virtual-network/93dbb395-7c4c-4b20-a586-6a1dc5bf0223?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.004859 10.0.0.249 - - [2025-09-11 02:52:22] "GET /virtual-network/93dbb395-7c4c-4b20-a586-6a1dc5bf0223?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.005161 10.0.0.249 - - [2025-09-11 02:52:22] "POST /neutron/subnet HTTP/1.1" 200 734 0.008073 10.0.0.249 - - [2025-09-11 02:52:23] "GET /virtual-network/93dbb395-7c4c-4b20-a586-6a1dc5bf0223?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.005478 10.0.0.249 - - [2025-09-11 02:52:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003629 10.0.0.49 - - [2025-09-11 02:52:23] "GET /projects?obj_uuids=c6225859-6360-4a5f-8efc-65b54b8817ca&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000902 10.0.0.249 - - [2025-09-11 02:52:23] "GET /project/c6225859-6360-4a5f-8efc-65b54b8817ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.069005 10.0.0.49 - - [2025-09-11 02:52:23] "POST /route-targets HTTP/1.1" 200 327 0.022958 10.0.0.49 - - [2025-09-11 02:52:24] "POST /useragent-kv HTTP/1.1" 200 115 0.009161 10.0.0.249 - - [2025-09-11 02:52:24] "POST /neutron/subnet HTTP/1.1" 200 725 0.258682 10.0.0.249 - - [2025-09-11 02:52:24] "POST /id-to-fqname HTTP/1.1" 200 223 0.001403 10.0.0.249 - - [2025-09-11 02:52:24] "GET /virtual-network/a7515521-812e-4a45-b93d-cfc18687f849?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.005261 10.0.0.249 - - [2025-09-11 02:52:24] "GET /virtual-network/a7515521-812e-4a45-b93d-cfc18687f849?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.005546 10.0.0.249 - - [2025-09-11 02:52:24] "POST /neutron/network HTTP/1.1" 200 832 0.007164 10.0.0.249 - - [2025-09-11 02:52:24] "GET /virtual-network/a7515521-812e-4a45-b93d-cfc18687f849?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.005465 10.0.0.22 - - [2025-09-11 02:52:24] "GET /obj-perms HTTP/1.1" 200 5045 0.003664 10.0.0.49 - - [2025-09-11 02:52:24] "GET /obj-perms HTTP/1.1" 200 5045 0.003945 10.0.0.249 - - [2025-09-11 02:52:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003190 10.0.0.49 - - [2025-09-11 02:52:24] "GET /projects?obj_uuids=c6225859-6360-4a5f-8efc-65b54b8817ca&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001321 10.0.0.249 - - [2025-09-11 02:52:24] "GET /project/c6225859-6360-4a5f-8efc-65b54b8817ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.054891 10.0.0.49 - - [2025-09-11 02:52:24] "GET /projects?obj_uuids=c6225859-6360-4a5f-8efc-65b54b8817ca&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001011 10.0.0.249 - - [2025-09-11 02:52:24] "POST /neutron/network HTTP/1.1" 200 615 0.106423 10.0.0.49 - - [2025-09-11 02:52:24] "POST /ref-update HTTP/1.1" 200 156 0.021502 10.0.0.249 - - [2025-09-11 02:52:25] "POST /id-to-fqname HTTP/1.1" 200 224 0.002841 10.0.0.249 - - [2025-09-11 02:52:25] "GET /virtual-network/7bdcf784-cabb-4591-9f11-f88c3fbf19e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005600 10.0.0.249 - - [2025-09-11 02:52:25] "POST /neutron/network HTTP/1.1" 200 833 0.007117 10.0.0.249 - - [2025-09-11 02:52:25] "GET /virtual-network/7bdcf784-cabb-4591-9f11-f88c3fbf19e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005898 10.0.0.249 - - [2025-09-11 02:52:25] "GET /virtual-network/7bdcf784-cabb-4591-9f11-f88c3fbf19e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.006299 10.0.0.249 - - [2025-09-11 02:52:25] "GET /obj-perms HTTP/1.1" 200 5045 0.003741 10.0.0.249 - - [2025-09-11 02:52:25] "POST /id-to-fqname HTTP/1.1" 200 223 0.001338 10.0.0.249 - - [2025-09-11 02:52:25] "POST /neutron/port HTTP/1.1" 200 117 0.014965 10.0.0.49 - - [2025-09-11 02:52:26] "GET /projects?obj_uuids=c6225859-6360-4a5f-8efc-65b54b8817ca&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001012 10.0.0.249 - - [2025-09-11 02:52:26] "GET /project/c6225859-6360-4a5f-8efc-65b54b8817ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.065129 10.0.0.249 - - [2025-09-11 02:52:26] "POST /neutron/port HTTP/1.1" 200 117 0.018913 10.0.0.249 - - [2025-09-11 02:52:26] "POST /id-to-fqname HTTP/1.1" 200 224 0.001222 10.0.0.249 - - [2025-09-11 02:52:27] "POST /neutron/network HTTP/1.1" 200 843 0.007526 10.0.0.49 - - [2025-09-11 02:52:27] "GET /projects?obj_uuids=c6225859-6360-4a5f-8efc-65b54b8817ca&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001136 10.0.0.249 - - [2025-09-11 02:52:27] "GET /project/c6225859-6360-4a5f-8efc-65b54b8817ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.061259 10.0.0.249 - - [2025-09-11 02:52:28] "POST /neutron/port HTTP/1.1" 200 117 0.006488 10.0.0.249 - - [2025-09-11 02:52:28] "POST /fqname-to-id HTTP/1.1" 404 193 0.003088 10.0.0.249 - - [2025-09-11 02:52:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.002846 10.0.0.49 - - [2025-09-11 02:52:28] "GET /domains?obj_uuids=6cefd47d-baca-4df6-a10c-ec963319da07&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001032 10.0.0.249 - - [2025-09-11 02:52:28] "GET /domain/6cefd47d-baca-4df6-a10c-ec963319da07?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.007797 10.0.0.249 - - [2025-09-11 02:52:28] "POST /service-templates HTTP/1.1" 200 543 0.035228 10.0.0.249 - - [2025-09-11 02:52:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003782 10.0.0.249 - - [2025-09-11 02:52:28] "GET /service-template/9a1f61d8-b11e-40e2-a312-16ed3707f0b4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1818 0.006305 10.0.0.249 - - [2025-09-11 02:52:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003922 10.0.0.249 - - [2025-09-11 02:52:28] "GET /service-template/9a1f61d8-b11e-40e2-a312-16ed3707f0b4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1818 0.007255 10.0.0.249 - - [2025-09-11 02:52:28] "POST /id-to-fqname HTTP/1.1" 200 223 0.001125 10.0.0.249 - - [2025-09-11 02:52:28] "POST /id-to-fqname HTTP/1.1" 200 223 0.001655 10.0.0.249 - - [2025-09-11 02:52:28] "POST /id-to-fqname HTTP/1.1" 200 224 0.004962 10.0.0.249 - - [2025-09-11 02:52:28] "POST /neutron/port HTTP/1.1" 200 1031 0.043340 10.0.0.249 - - [2025-09-11 02:52:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004508 10.0.0.249 - - [2025-09-11 02:52:28] "POST /neutron/port HTTP/1.1" 200 1111 0.142627 10.0.0.249 - - [2025-09-11 02:52:28] "DELETE /service-template/9a1f61d8-b11e-40e2-a312-16ed3707f0b4 HTTP/1.1" 200 115 0.069436 10.0.0.249 - - [2025-09-11 02:52:28] "POST /fqname-to-id HTTP/1.1" 404 193 0.004112 10.0.0.249 - - [2025-09-11 02:52:28] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003601 10.0.0.249 - - [2025-09-11 02:52:28] "POST /neutron/network HTTP/1.1" 200 833 0.007292 10.0.0.249 - - [2025-09-11 02:52:29] "POST /neutron/network HTTP/1.1" 400 204 0.013194 10.0.0.249 - - [2025-09-11 02:52:30] "POST /neutron/port HTTP/1.1" 200 151 0.168754 10.0.0.249 - - [2025-09-11 02:52:30] "POST /neutron/network HTTP/1.1" 200 117 0.007238 10.0.0.49 - - [2025-09-11 02:52:31] "POST /useragent-kv HTTP/1.1" 200 115 0.002984 10.0.0.49 - - [2025-09-11 02:52:31] "POST /useragent-kv HTTP/1.1" 200 115 0.002253 10.0.0.249 - - [2025-09-11 02:52:31] "POST /neutron/network HTTP/1.1" 200 151 0.140647 10.0.0.49 - - [2025-09-11 02:52:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.004788 10.0.0.249 - - [2025-09-11 02:52:31] "POST /neutron/network HTTP/1.1" 200 834 0.006321 10.0.0.49 - - [2025-09-11 02:52:32] "DELETE /route-target/bef679c3-df9e-47a7-b76d-6640c7f3a14f HTTP/1.1" 200 115 0.023929 10.0.0.49 - - [2025-09-11 02:52:33] "GET /projects?obj_uuids=c6225859-6360-4a5f-8efc-65b54b8817ca&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001042 10.0.0.249 - - [2025-09-11 02:52:33] "GET /project/c6225859-6360-4a5f-8efc-65b54b8817ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.041153 10.0.0.49 - - [2025-09-11 02:52:33] "GET /projects?obj_uuids=c6225859-6360-4a5f-8efc-65b54b8817ca&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001295 10.0.0.249 - - [2025-09-11 02:52:33] "GET /project/c6225859-6360-4a5f-8efc-65b54b8817ca?fields=virtual_networks HTTP/1.1" 200 1029 0.032233 10.0.0.49 - - [2025-09-11 02:52:33] "GET /projects?obj_uuids=c6225859-6360-4a5f-8efc-65b54b8817ca&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000948 10.0.0.249 - - [2025-09-11 02:52:33] "GET /project/c6225859-6360-4a5f-8efc-65b54b8817ca?fields=virtual_machine_interfaces HTTP/1.1" 200 1029 0.048947 10.0.0.49 - - [2025-09-11 02:52:33] "GET /projects?obj_uuids=c6225859-6360-4a5f-8efc-65b54b8817ca&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001235 10.0.0.249 - - [2025-09-11 02:52:33] "GET /project/c6225859-6360-4a5f-8efc-65b54b8817ca?fields=security_groups HTTP/1.1" 200 1253 0.055811 10.0.0.249 - - [2025-09-11 02:52:34] "POST /fqname-to-id HTTP/1.1" 404 184 0.024552 10.0.0.49 - - [2025-09-11 02:52:34] "GET /projects?obj_uuids=5b94f8ab-a758-44d2-abe8-6fa881a38844&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002783 10.0.0.49 - - [2025-09-11 02:52:34] "GET /domains?obj_uuids=6cefd47d-baca-4df6-a10c-ec963319da07&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001393 10.0.0.49 - - [2025-09-11 02:52:34] "GET /domain/6cefd47d-baca-4df6-a10c-ec963319da07?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.030887 10.0.0.49 - - [2025-09-11 02:52:34] "POST /id-to-fqname HTTP/1.1" 200 186 0.001457 10.0.0.49 - - [2025-09-11 02:52:34] "POST /fqname-to-id HTTP/1.1" 404 195 0.007377 10.0.0.49 - - [2025-09-11 02:52:35] "POST /security-groups HTTP/1.1" 200 587 0.027075 10.0.0.49 - - [2025-09-11 02:52:35] "POST /projects HTTP/1.1" 200 577 0.240809 10.0.0.49 - - [2025-09-11 02:52:35] "POST /fqname-to-id HTTP/1.1" 404 229 0.015030 10.0.0.49 - - [2025-09-11 02:52:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.308352 10.0.0.249 - - [2025-09-11 02:52:35] "GET /project/5b94f8ab-a758-44d2-abe8-6fa881a38844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.456118 10.0.0.249 - - [2025-09-11 02:52:36] "GET / HTTP/1.1" 200 35931 0.001733 10.0.0.249 - - [2025-09-11 02:52:38] "POST /fqname-to-id HTTP/1.1" 401 293 0.000506 10.0.0.249 - - [2025-09-11 02:52:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.056166 10.0.0.49 - - [2025-09-11 02:52:38] "GET /projects?obj_uuids=5b94f8ab-a758-44d2-abe8-6fa881a38844&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000894 10.0.0.249 - - [2025-09-11 02:52:38] "GET /project/5b94f8ab-a758-44d2-abe8-6fa881a38844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.041533 10.0.0.49 - - [2025-09-11 02:52:38] "GET /projects?obj_uuids=5b94f8ab-a758-44d2-abe8-6fa881a38844&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001050 10.0.0.249 - - [2025-09-11 02:52:38] "POST /neutron/network HTTP/1.1" 200 611 0.134811 10.0.0.49 - - [2025-09-11 02:52:38] "POST /ref-update HTTP/1.1" 200 156 0.025602 10.0.0.249 - - [2025-09-11 02:52:39] "POST /id-to-fqname HTTP/1.1" 200 221 0.003235 10.0.0.249 - - [2025-09-11 02:52:39] "GET /virtual-network/ec118268-f64b-4b5e-ab2b-1dee9c15e309?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.006437 10.0.0.249 - - [2025-09-11 02:52:39] "POST /neutron/network HTTP/1.1" 200 827 0.006373 10.0.0.249 - - [2025-09-11 02:52:39] "GET /virtual-network/ec118268-f64b-4b5e-ab2b-1dee9c15e309?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005398 10.0.0.249 - - [2025-09-11 02:52:39] "GET /virtual-network/ec118268-f64b-4b5e-ab2b-1dee9c15e309?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005602 10.0.0.22 - - [2025-09-11 02:52:40] "GET /obj-perms HTTP/1.1" 200 5041 0.048307 10.0.0.249 - - [2025-09-11 02:52:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003431 10.0.0.49 - - [2025-09-11 02:52:40] "GET /projects?obj_uuids=5b94f8ab-a758-44d2-abe8-6fa881a38844&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001311 10.0.0.249 - - [2025-09-11 02:52:40] "GET /project/5b94f8ab-a758-44d2-abe8-6fa881a38844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.040201 10.0.0.249 - - [2025-09-11 02:52:40] "POST /neutron/network HTTP/1.1" 200 117 0.011672 10.0.0.249 - - [2025-09-11 02:52:41] "POST /neutron/network HTTP/1.1" 200 832 0.007918 10.0.0.249 - - [2025-09-11 02:52:41] "POST /id-to-fqname HTTP/1.1" 200 221 0.001068 10.0.0.249 - - [2025-09-11 02:52:41] "GET /virtual-network/3d53c38d-e0a7-42c2-a720-f7038ba21798?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.005245 10.0.0.249 - - [2025-09-11 02:52:41] "GET /virtual-network/3d53c38d-e0a7-42c2-a720-f7038ba21798?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.006971 10.0.0.249 - - [2025-09-11 02:52:41] "POST /neutron/subnet HTTP/1.1" 200 734 0.010141 10.0.0.249 - - [2025-09-11 02:52:41] "GET /virtual-network/3d53c38d-e0a7-42c2-a720-f7038ba21798?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.006957 10.0.0.249 - - [2025-09-11 02:52:41] "GET /obj-perms HTTP/1.1" 200 5041 0.042819 10.0.0.49 - - [2025-09-11 02:52:41] "GET /obj-perms HTTP/1.1" 200 5041 0.043877 10.0.0.249 - - [2025-09-11 02:52:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003201 10.0.0.49 - - [2025-09-11 02:52:41] "GET /projects?obj_uuids=5b94f8ab-a758-44d2-abe8-6fa881a38844&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001202 10.0.0.249 - - [2025-09-11 02:52:41] "GET /project/5b94f8ab-a758-44d2-abe8-6fa881a38844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.041067 10.0.0.49 - - [2025-09-11 02:52:42] "POST /route-targets HTTP/1.1" 200 327 0.015530 10.0.0.49 - - [2025-09-11 02:52:42] "POST /useragent-kv HTTP/1.1" 200 115 0.010248 10.0.0.249 - - [2025-09-11 02:52:42] "POST /neutron/subnet HTTP/1.1" 200 730 0.227647 10.0.0.249 - - [2025-09-11 02:52:42] "POST /id-to-fqname HTTP/1.1" 200 222 0.001242 10.0.0.249 - - [2025-09-11 02:52:42] "GET /virtual-network/bcdbfa65-9eec-44e9-b64a-62b5d3b523e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005635 10.0.0.249 - - [2025-09-11 02:52:42] "GET /virtual-network/bcdbfa65-9eec-44e9-b64a-62b5d3b523e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.006136 10.0.0.249 - - [2025-09-11 02:52:42] "POST /neutron/network HTTP/1.1" 200 833 0.006531 10.0.0.249 - - [2025-09-11 02:52:42] "GET /virtual-network/bcdbfa65-9eec-44e9-b64a-62b5d3b523e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005759 10.0.0.249 - - [2025-09-11 02:52:43] "POST /id-to-fqname HTTP/1.1" 200 221 0.001203 10.0.0.249 - - [2025-09-11 02:52:43] "POST /neutron/network HTTP/1.1" 200 842 0.006831 10.0.0.49 - - [2025-09-11 02:52:44] "GET /projects?obj_uuids=5b94f8ab-a758-44d2-abe8-6fa881a38844&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001176 10.0.0.249 - - [2025-09-11 02:52:44] "GET /project/5b94f8ab-a758-44d2-abe8-6fa881a38844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.077734 10.0.0.249 - - [2025-09-11 02:52:44] "POST /neutron/port HTTP/1.1" 200 117 0.009291 10.0.0.249 - - [2025-09-11 02:52:44] "POST /id-to-fqname HTTP/1.1" 200 222 0.001426 10.0.0.249 - - [2025-09-11 02:52:44] "POST /neutron/network HTTP/1.1" 200 842 0.006281 10.0.0.249 - - [2025-09-11 02:52:45] "POST /neutron/port HTTP/1.1" 200 1058 0.014382 10.0.0.249 - - [2025-09-11 02:52:45] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003895 10.0.0.49 - - [2025-09-11 02:52:45] "GET /projects?obj_uuids=5b94f8ab-a758-44d2-abe8-6fa881a38844&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000895 10.0.0.249 - - [2025-09-11 02:52:45] "POST /neutron/network HTTP/1.1" 200 832 0.009285 10.0.0.249 - - [2025-09-11 02:52:45] "GET /project/5b94f8ab-a758-44d2-abe8-6fa881a38844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.078527 10.0.0.249 - - [2025-09-11 02:52:45] "POST /neutron/security_group HTTP/1.1" 200 2054 0.007016 10.0.0.249 - - [2025-09-11 02:52:45] "POST /fqname-to-id HTTP/1.1" 404 193 0.003031 10.0.0.249 - - [2025-09-11 02:52:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.002851 10.0.0.49 - - [2025-09-11 02:52:45] "GET /domains?obj_uuids=6cefd47d-baca-4df6-a10c-ec963319da07&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001040 10.0.0.249 - - [2025-09-11 02:52:45] "GET /domain/6cefd47d-baca-4df6-a10c-ec963319da07?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.007456 10.0.0.249 - - [2025-09-11 02:52:45] "POST /service-templates HTTP/1.1" 200 543 0.046591 10.0.0.249 - - [2025-09-11 02:52:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003377 10.0.0.249 - - [2025-09-11 02:52:46] "GET /service-template/0b034001-89e6-429e-9de4-97a26b39f035?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1814 0.006855 10.0.0.249 - - [2025-09-11 02:52:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003300 10.0.0.249 - - [2025-09-11 02:52:46] "GET /service-template/0b034001-89e6-429e-9de4-97a26b39f035?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1814 0.004631 10.0.0.249 - - [2025-09-11 02:52:46] "POST /id-to-fqname HTTP/1.1" 200 221 0.001270 10.0.0.249 - - [2025-09-11 02:52:46] "POST /id-to-fqname HTTP/1.1" 200 221 0.001694 10.0.0.249 - - [2025-09-11 02:52:46] "POST /id-to-fqname HTTP/1.1" 200 222 0.001319 10.0.0.249 - - [2025-09-11 02:52:46] "POST /neutron/security_group HTTP/1.1" 200 2054 0.007209 10.0.0.249 - - [2025-09-11 02:52:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004089 10.0.0.249 - - [2025-09-11 02:52:46] "DELETE /service-template/0b034001-89e6-429e-9de4-97a26b39f035 HTTP/1.1" 200 115 0.051221 10.0.0.249 - - [2025-09-11 02:52:46] "POST /fqname-to-id HTTP/1.1" 404 193 0.003516 10.0.0.49 - - [2025-09-11 02:52:47] "POST /useragent-kv HTTP/1.1" 200 115 0.003930 10.0.0.49 - - [2025-09-11 02:52:47] "POST /useragent-kv HTTP/1.1" 200 115 0.002538 10.0.0.249 - - [2025-09-11 02:52:47] "POST /neutron/network HTTP/1.1" 200 151 0.116573 10.0.0.49 - - [2025-09-11 02:52:47] "DELETE /route-target/9075c80c-3f2c-4c15-a33d-06b90aca9ec9 HTTP/1.1" 200 115 0.047919 10.0.0.249 - - [2025-09-11 02:52:47] "POST /neutron/port HTTP/1.1" 200 1086 0.017832 10.0.0.249 - - [2025-09-11 02:52:49] "POST /neutron/network HTTP/1.1" 200 832 0.007230 10.0.0.49 - - [2025-09-11 02:52:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.006685 10.0.0.49 - - [2025-09-11 02:52:49] "POST /useragent-kv HTTP/1.1" 200 115 0.003456 10.0.0.49 - - [2025-09-11 02:52:49] "POST /useragent-kv HTTP/1.1" 200 115 0.003230 10.0.0.249 - - [2025-09-11 02:52:49] "POST /neutron/network HTTP/1.1" 200 151 0.129097 10.0.0.249 - - [2025-09-11 02:52:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003418 10.0.0.49 - - [2025-09-11 02:52:52] "GET /projects?obj_uuids=5b94f8ab-a758-44d2-abe8-6fa881a38844&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000993 10.0.0.249 - - [2025-09-11 02:52:52] "GET /project/5b94f8ab-a758-44d2-abe8-6fa881a38844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.043364 10.0.0.49 - - [2025-09-11 02:52:52] "POST /ref-update HTTP/1.1" 200 156 0.023909 10.0.0.49 - - [2025-09-11 02:52:53] "POST /useragent-kv HTTP/1.1" 200 115 0.007524 10.0.0.249 - - [2025-09-11 02:52:53] "POST /neutron/subnet HTTP/1.1" 200 734 0.218369 10.0.0.249 - - [2025-09-11 02:52:53] "POST /id-to-fqname HTTP/1.1" 200 221 0.001558 10.0.0.249 - - [2025-09-11 02:52:53] "GET /virtual-network/a3f53cea-2cdb-4e43-b496-6f42df1f7e13?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.007553 10.0.0.249 - - [2025-09-11 02:52:53] "GET /virtual-network/a3f53cea-2cdb-4e43-b496-6f42df1f7e13?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.006056 10.0.0.249 - - [2025-09-11 02:52:53] "POST /neutron/network HTTP/1.1" 200 832 0.006651 10.0.0.249 - - [2025-09-11 02:52:53] "GET /virtual-network/a3f53cea-2cdb-4e43-b496-6f42df1f7e13?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005398 10.0.0.22 - - [2025-09-11 02:52:53] "GET /obj-perms HTTP/1.1" 200 5041 0.003458 10.0.0.249 - - [2025-09-11 02:52:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003539 10.0.0.49 - - [2025-09-11 02:52:53] "GET /projects?obj_uuids=5b94f8ab-a758-44d2-abe8-6fa881a38844&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000973 10.0.0.249 - - [2025-09-11 02:52:53] "GET /project/5b94f8ab-a758-44d2-abe8-6fa881a38844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.041684 10.0.0.49 - - [2025-09-11 02:52:53] "GET /projects?obj_uuids=5b94f8ab-a758-44d2-abe8-6fa881a38844&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001201 10.0.0.249 - - [2025-09-11 02:52:53] "POST /neutron/network HTTP/1.1" 200 611 0.128520 10.0.0.249 - - [2025-09-11 02:52:54] "POST /id-to-fqname HTTP/1.1" 200 221 0.003266 10.0.0.249 - - [2025-09-11 02:52:54] "GET /virtual-network/b79572e4-d092-4cee-ad10-495c6e20e7af?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005576 10.0.0.249 - - [2025-09-11 02:52:54] "POST /neutron/network HTTP/1.1" 200 831 0.007824 10.0.0.249 - - [2025-09-11 02:52:54] "GET /virtual-network/b79572e4-d092-4cee-ad10-495c6e20e7af?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.007201 10.0.0.249 - - [2025-09-11 02:52:54] "GET /virtual-network/b79572e4-d092-4cee-ad10-495c6e20e7af?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.006132 10.0.0.249 - - [2025-09-11 02:52:54] "GET /obj-perms HTTP/1.1" 200 5041 0.004299 10.0.0.49 - - [2025-09-11 02:52:54] "GET /obj-perms HTTP/1.1" 200 5041 0.003840 10.0.0.249 - - [2025-09-11 02:52:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003299 10.0.0.49 - - [2025-09-11 02:52:54] "GET /projects?obj_uuids=5b94f8ab-a758-44d2-abe8-6fa881a38844&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001183 10.0.0.249 - - [2025-09-11 02:52:54] "GET /project/5b94f8ab-a758-44d2-abe8-6fa881a38844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.052981 10.0.0.249 - - [2025-09-11 02:52:54] "POST /neutron/network HTTP/1.1" 200 117 0.013071 10.0.0.49 - - [2025-09-11 02:52:54] "POST /route-targets HTTP/1.1" 200 327 0.013130 10.0.0.249 - - [2025-09-11 02:52:55] "POST /neutron/network HTTP/1.1" 200 832 0.008507 10.0.0.249 - - [2025-09-11 02:52:55] "POST /id-to-fqname HTTP/1.1" 200 222 0.001147 10.0.0.249 - - [2025-09-11 02:52:55] "GET /virtual-network/8e57010e-0a44-4c4c-ae9e-c3ad71e9b90a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.004979 10.0.0.249 - - [2025-09-11 02:52:55] "GET /virtual-network/8e57010e-0a44-4c4c-ae9e-c3ad71e9b90a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005456 10.0.0.249 - - [2025-09-11 02:52:55] "POST /neutron/subnet HTTP/1.1" 200 725 0.009362 10.0.0.249 - - [2025-09-11 02:52:55] "GET /virtual-network/8e57010e-0a44-4c4c-ae9e-c3ad71e9b90a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.006728 10.0.0.249 - - [2025-09-11 02:52:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003430 10.0.0.49 - - [2025-09-11 02:52:55] "GET /projects?obj_uuids=5b94f8ab-a758-44d2-abe8-6fa881a38844&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000877 10.0.0.249 - - [2025-09-11 02:52:55] "GET /project/5b94f8ab-a758-44d2-abe8-6fa881a38844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.050156 10.0.0.49 - - [2025-09-11 02:52:55] "POST /ref-update HTTP/1.1" 200 156 0.027090 10.0.0.49 - - [2025-09-11 02:52:56] "POST /useragent-kv HTTP/1.1" 200 115 0.007002 10.0.0.249 - - [2025-09-11 02:52:56] "POST /neutron/subnet HTTP/1.1" 200 720 0.183691 10.0.0.249 - - [2025-09-11 02:52:56] "POST /id-to-fqname HTTP/1.1" 200 227 0.001382 10.0.0.249 - - [2025-09-11 02:52:56] "GET /virtual-network/02f28f6b-4371-4684-8520-e69ebb272077?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.005632 10.0.0.249 - - [2025-09-11 02:52:56] "GET /virtual-network/02f28f6b-4371-4684-8520-e69ebb272077?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.006048 10.0.0.249 - - [2025-09-11 02:52:56] "POST /neutron/network HTTP/1.1" 200 841 0.005958 10.0.0.249 - - [2025-09-11 02:52:56] "GET /virtual-network/02f28f6b-4371-4684-8520-e69ebb272077?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.005284 10.0.0.22 - - [2025-09-11 02:52:56] "GET /obj-perms HTTP/1.1" 200 5041 0.003906 10.0.0.249 - - [2025-09-11 02:52:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003899 10.0.0.49 - - [2025-09-11 02:52:56] "GET /projects?obj_uuids=5b94f8ab-a758-44d2-abe8-6fa881a38844&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000923 10.0.0.249 - - [2025-09-11 02:52:56] "GET /project/5b94f8ab-a758-44d2-abe8-6fa881a38844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.055785 10.0.0.49 - - [2025-09-11 02:52:56] "GET /projects?obj_uuids=5b94f8ab-a758-44d2-abe8-6fa881a38844&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000950 10.0.0.249 - - [2025-09-11 02:52:56] "POST /neutron/network HTTP/1.1" 200 625 0.120604 10.0.0.249 - - [2025-09-11 02:52:57] "POST /id-to-fqname HTTP/1.1" 200 228 0.003234 10.0.0.249 - - [2025-09-11 02:52:57] "GET /virtual-network/da160f0c-31b4-4224-9408-75912971acc8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2072 0.005063 10.0.0.249 - - [2025-09-11 02:52:57] "POST /neutron/network HTTP/1.1" 200 845 0.005826 10.0.0.249 - - [2025-09-11 02:52:57] "GET /virtual-network/da160f0c-31b4-4224-9408-75912971acc8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2072 0.005414 10.0.0.249 - - [2025-09-11 02:52:57] "GET /virtual-network/da160f0c-31b4-4224-9408-75912971acc8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2072 0.006406 10.0.0.49 - - [2025-09-11 02:52:57] "DELETE /access-control-list/f744ddf3-f4e9-46c0-afc8-266c79863807 HTTP/1.1" 200 115 0.051599 10.0.0.249 - - [2025-09-11 02:52:57] "GET /obj-perms HTTP/1.1" 200 5041 0.010842 10.0.0.49 - - [2025-09-11 02:52:57] "DELETE /project/c622585963604a5f8efc65b54b8817ca HTTP/1.1" 404 173 0.025024 10.0.0.49 - - [2025-09-11 02:52:57] "DELETE /project/5b94f8aba75844d2abe86fa881a38844 HTTP/1.1" 404 173 0.018400 10.0.0.49 - - [2025-09-11 02:52:57] "GET /projects?obj_uuids=c6225859-6360-4a5f-8efc-65b54b8817ca&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001806 10.0.0.49 - - [2025-09-11 02:52:57] "GET /projects?obj_uuids=77c1b57a-a5f5-487d-8160-eb7e9758b9b9&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001271 10.0.0.49 - - [2025-09-11 02:52:57] "GET /obj-perms HTTP/1.1" 200 5041 0.018090 10.0.0.249 - - [2025-09-11 02:52:57] "POST /id-to-fqname HTTP/1.1" 200 221 0.002010 10.0.0.49 - - [2025-09-11 02:52:57] "GET /project/77c1b57a-a5f5-487d-8160-eb7e9758b9b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1459 0.079813 10.0.0.49 - - [2025-09-11 02:52:57] "GET /project/c6225859-6360-4a5f-8efc-65b54b8817ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1461 0.096805 10.0.0.49 - - [2025-09-11 02:52:57] "GET /projects?obj_uuids=77c1b57a-a5f5-487d-8160-eb7e9758b9b9&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001529 10.0.0.49 - - [2025-09-11 02:52:57] "GET /projects?obj_uuids=c6225859-6360-4a5f-8efc-65b54b8817ca&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001404 10.0.0.49 - - [2025-09-11 02:52:57] "GET /project/77c1b57a-a5f5-487d-8160-eb7e9758b9b9?fields=security_groups HTTP/1.1" 404 185 0.045341 10.0.0.49 - - [2025-09-11 02:52:58] "GET /project/c6225859-6360-4a5f-8efc-65b54b8817ca?fields=security_groups HTTP/1.1" 200 1358 0.080502 10.0.0.49 - - [2025-09-11 02:52:58] "GET /projects?obj_uuids=77c1b57a-a5f5-487d-8160-eb7e9758b9b9&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003069 10.0.0.249 - - [2025-09-11 02:52:58] "POST /neutron/port HTTP/1.1" 200 117 0.033358 10.0.0.49 - - [2025-09-11 02:52:58] "DELETE /security-group/ab9d7ded-28f0-4367-9276-58329e2b3626 HTTP/1.1" 200 115 0.065213 10.0.0.49 - - [2025-09-11 02:52:58] "GET /projects?obj_uuids=c6225859-6360-4a5f-8efc-65b54b8817ca&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.002393 10.0.0.49 - - [2025-09-11 02:52:58] "GET /project/c6225859-6360-4a5f-8efc-65b54b8817ca?fields=application_policy_sets HTTP/1.1" 200 1397 0.061344 10.0.0.49 - - [2025-09-11 02:52:58] "DELETE /access-control-list/4b2f807c-3341-4fb5-9004-fb04f7d92daf HTTP/1.1" 200 115 0.064093 10.0.0.49 - - [2025-09-11 02:52:58] "DELETE /project/c6225859-6360-4a5f-8efc-65b54b8817ca HTTP/1.1" 200 115 0.531494 10.0.0.49 - - [2025-09-11 02:52:58] "GET /project/77c1b57a-a5f5-487d-8160-eb7e9758b9b9?fields=application_policy_sets HTTP/1.1" 404 171 0.508769 10.0.0.49 - - [2025-09-11 02:52:58] "DELETE /project/77c1b57a-a5f5-487d-8160-eb7e9758b9b9 HTTP/1.1" 404 171 0.771539 10.0.0.49 - - [2025-09-11 02:52:58] "GET /projects?obj_uuids=5b94f8ab-a758-44d2-abe8-6fa881a38844&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001027 10.0.0.249 - - [2025-09-11 02:52:58] "GET /project/5b94f8ab-a758-44d2-abe8-6fa881a38844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.064647 10.0.0.249 - - [2025-09-11 02:52:59] "POST /neutron/port HTTP/1.1" 200 117 0.017088 10.0.0.249 - - [2025-09-11 02:52:59] "POST /id-to-fqname HTTP/1.1" 200 222 0.001217 10.0.0.249 - - [2025-09-11 02:52:59] "POST /neutron/network HTTP/1.1" 200 842 0.006738 10.0.0.49 - - [2025-09-11 02:53:00] "GET /projects?obj_uuids=5b94f8ab-a758-44d2-abe8-6fa881a38844&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000966 10.0.0.249 - - [2025-09-11 02:53:00] "GET /project/5b94f8ab-a758-44d2-abe8-6fa881a38844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.065955 10.0.0.249 - - [2025-09-11 02:53:00] "POST /neutron/port HTTP/1.1" 200 117 0.007438 10.0.0.249 - - [2025-09-11 02:53:00] "POST /fqname-to-id HTTP/1.1" 404 193 0.003251 10.0.0.249 - - [2025-09-11 02:53:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004354 10.0.0.49 - - [2025-09-11 02:53:00] "GET /domains?obj_uuids=6cefd47d-baca-4df6-a10c-ec963319da07&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001034 10.0.0.249 - - [2025-09-11 02:53:00] "GET /domain/6cefd47d-baca-4df6-a10c-ec963319da07?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.008680 10.0.0.249 - - [2025-09-11 02:53:00] "POST /service-templates HTTP/1.1" 200 543 0.045202 10.0.0.249 - - [2025-09-11 02:53:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003660 10.0.0.249 - - [2025-09-11 02:53:00] "GET /service-template/0dc02cb3-4f77-4ce9-83e6-a593f644dab1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1810 0.005895 10.0.0.249 - - [2025-09-11 02:53:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.002986 10.0.0.249 - - [2025-09-11 02:53:00] "GET /service-template/0dc02cb3-4f77-4ce9-83e6-a593f644dab1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1810 0.005948 10.0.0.249 - - [2025-09-11 02:53:00] "POST /id-to-fqname HTTP/1.1" 200 221 0.001219 10.0.0.249 - - [2025-09-11 02:53:00] "POST /id-to-fqname HTTP/1.1" 200 227 0.001223 10.0.0.249 - - [2025-09-11 02:53:00] "POST /id-to-fqname HTTP/1.1" 200 228 0.001269 10.0.0.249 - - [2025-09-11 02:53:00] "POST /neutron/port HTTP/1.1" 200 1030 0.056011 10.0.0.249 - - [2025-09-11 02:53:01] "POST /neutron/port HTTP/1.1" 200 1056 0.015465 10.0.0.249 - - [2025-09-11 02:53:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003455 10.0.0.249 - - [2025-09-11 02:53:01] "DELETE /service-template/0dc02cb3-4f77-4ce9-83e6-a593f644dab1 HTTP/1.1" 200 115 0.030944 10.0.0.249 - - [2025-09-11 02:53:01] "POST /fqname-to-id HTTP/1.1" 404 193 0.003836 10.0.0.249 - - [2025-09-11 02:53:01] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003953 10.0.0.249 - - [2025-09-11 02:53:01] "POST /neutron/port HTTP/1.1" 200 117 0.001360 10.0.0.49 - - [2025-09-11 02:53:01] "POST /useragent-kv HTTP/1.1" 200 115 0.002855 10.0.0.49 - - [2025-09-11 02:53:01] "POST /useragent-kv HTTP/1.1" 200 115 0.003105 10.0.0.249 - - [2025-09-11 02:53:01] "POST /neutron/network HTTP/1.1" 200 151 0.124679 10.0.0.49 - - [2025-09-11 02:53:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.005062 10.0.0.249 - - [2025-09-11 02:53:02] "POST /neutron/network HTTP/1.1" 200 832 0.008857 10.0.0.249 - - [2025-09-11 02:53:02] "POST /neutron/port HTTP/1.1" 200 1110 0.013777 10.0.0.249 - - [2025-09-11 02:53:03] "POST /neutron/network HTTP/1.1" 200 2184 0.012922 10.0.0.249 - - [2025-09-11 02:53:04] "POST /neutron/network HTTP/1.1" 200 832 0.006333 10.0.0.49 - - [2025-09-11 02:53:04] "DELETE /route-target/a9e02595-9fae-439a-ad70-ab7cb7f1c62f HTTP/1.1" 200 115 0.023965 10.0.0.49 - - [2025-09-11 02:53:04] "POST /useragent-kv HTTP/1.1" 200 115 0.003040 10.0.0.49 - - [2025-09-11 02:53:04] "POST /useragent-kv HTTP/1.1" 200 115 0.001990 10.0.0.249 - - [2025-09-11 02:53:04] "POST /neutron/network HTTP/1.1" 200 151 0.115682 10.0.0.49 - - [2025-09-11 02:53:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003844 10.0.0.49 - - [2025-09-11 02:53:06] "GET /projects?obj_uuids=5b94f8ab-a758-44d2-abe8-6fa881a38844&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001319 10.0.0.249 - - [2025-09-11 02:53:06] "GET /project/5b94f8ab-a758-44d2-abe8-6fa881a38844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.042186 10.0.0.49 - - [2025-09-11 02:53:06] "GET /projects?obj_uuids=5b94f8ab-a758-44d2-abe8-6fa881a38844&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001507 10.0.0.249 - - [2025-09-11 02:53:06] "GET /project/5b94f8ab-a758-44d2-abe8-6fa881a38844?fields=virtual_networks HTTP/1.1" 200 1024 0.043153 10.0.0.49 - - [2025-09-11 02:53:06] "GET /projects?obj_uuids=5b94f8ab-a758-44d2-abe8-6fa881a38844&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000970 10.0.0.249 - - [2025-09-11 02:53:06] "GET /project/5b94f8ab-a758-44d2-abe8-6fa881a38844?fields=virtual_machine_interfaces HTTP/1.1" 200 1024 0.045159 10.0.0.49 - - [2025-09-11 02:53:06] "GET /projects?obj_uuids=5b94f8ab-a758-44d2-abe8-6fa881a38844&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001173 10.0.0.249 - - [2025-09-11 02:53:06] "GET /project/5b94f8ab-a758-44d2-abe8-6fa881a38844?fields=security_groups HTTP/1.1" 200 1246 0.046375 10.0.0.249 - - [2025-09-11 02:53:07] "POST /fqname-to-id HTTP/1.1" 404 190 0.022913 10.0.0.49 - - [2025-09-11 02:53:07] "GET /projects?obj_uuids=af9f9062-9242-498a-a137-a88b791dc853&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002810 10.0.0.49 - - [2025-09-11 02:53:07] "GET /domains?obj_uuids=6cefd47d-baca-4df6-a10c-ec963319da07&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001042 10.0.0.49 - - [2025-09-11 02:53:07] "GET /domain/6cefd47d-baca-4df6-a10c-ec963319da07?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006847 10.0.0.49 - - [2025-09-11 02:53:07] "POST /id-to-fqname HTTP/1.1" 200 192 0.006327 10.0.0.49 - - [2025-09-11 02:53:07] "POST /fqname-to-id HTTP/1.1" 404 201 0.005660 10.0.0.49 - - [2025-09-11 02:53:07] "POST /security-groups HTTP/1.1" 200 593 0.030427 10.0.0.49 - - [2025-09-11 02:53:07] "POST /projects HTTP/1.1" 200 589 0.247893 10.0.0.49 - - [2025-09-11 02:53:07] "POST /access-control-lists HTTP/1.1" 200 598 0.031671 10.0.0.49 - - [2025-09-11 02:53:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.317435 10.0.0.249 - - [2025-09-11 02:53:07] "GET /project/af9f9062-9242-498a-a137-a88b791dc853?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1372 0.434821 10.0.0.249 - - [2025-09-11 02:53:08] "GET / HTTP/1.1" 200 35931 0.001482 10.0.0.249 - - [2025-09-11 02:53:10] "POST /fqname-to-id HTTP/1.1" 401 293 0.000433 10.0.0.249 - - [2025-09-11 02:53:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.060931 10.0.0.49 - - [2025-09-11 02:53:10] "GET /projects?obj_uuids=af9f9062-9242-498a-a137-a88b791dc853&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001019 10.0.0.249 - - [2025-09-11 02:53:11] "GET /project/af9f9062-9242-498a-a137-a88b791dc853?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1372 0.051532 10.0.0.249 - - [2025-09-11 02:53:11] "POST /neutron/network HTTP/1.1" 200 117 0.034455 10.0.0.249 - - [2025-09-11 02:53:11] "POST /neutron/network HTTP/1.1" 200 830 0.007610 10.0.0.249 - - [2025-09-11 02:53:11] "POST /id-to-fqname HTTP/1.1" 200 224 0.001029 10.0.0.249 - - [2025-09-11 02:53:11] "GET /virtual-network/414c9bcc-ea48-4cd8-824a-2e917b1bc283?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.004954 10.0.0.249 - - [2025-09-11 02:53:11] "GET /virtual-network/414c9bcc-ea48-4cd8-824a-2e917b1bc283?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005765 10.0.0.249 - - [2025-09-11 02:53:11] "POST /neutron/subnet HTTP/1.1" 200 725 0.008627 10.0.0.49 - - [2025-09-11 02:53:11] "POST /route-targets HTTP/1.1" 200 327 0.011962 10.0.0.249 - - [2025-09-11 02:53:12] "GET /virtual-network/414c9bcc-ea48-4cd8-824a-2e917b1bc283?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.007608 10.0.0.249 - - [2025-09-11 02:53:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003931 10.0.0.49 - - [2025-09-11 02:53:13] "GET /projects?obj_uuids=af9f9062-9242-498a-a137-a88b791dc853&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001154 10.0.0.249 - - [2025-09-11 02:53:13] "GET /project/af9f9062-9242-498a-a137-a88b791dc853?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1372 0.067063 10.0.0.49 - - [2025-09-11 02:53:13] "POST /ref-update HTTP/1.1" 200 156 0.021803 10.0.0.49 - - [2025-09-11 02:53:13] "POST /useragent-kv HTTP/1.1" 200 115 0.010828 10.0.0.249 - - [2025-09-11 02:53:14] "POST /neutron/subnet HTTP/1.1" 200 720 0.199896 10.0.0.249 - - [2025-09-11 02:53:14] "POST /id-to-fqname HTTP/1.1" 200 225 0.001786 10.0.0.249 - - [2025-09-11 02:53:14] "GET /virtual-network/2c08c5f0-bad2-48cb-a81a-e9533b455f0d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.004992 10.0.0.249 - - [2025-09-11 02:53:14] "GET /virtual-network/2c08c5f0-bad2-48cb-a81a-e9533b455f0d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005673 10.0.0.249 - - [2025-09-11 02:53:14] "POST /neutron/network HTTP/1.1" 200 831 0.017860 10.0.0.249 - - [2025-09-11 02:53:14] "GET /virtual-network/2c08c5f0-bad2-48cb-a81a-e9533b455f0d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005784 10.0.0.22 - - [2025-09-11 02:53:14] "GET /obj-perms HTTP/1.1" 200 5053 0.061177 10.0.0.249 - - [2025-09-11 02:53:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003833 10.0.0.49 - - [2025-09-11 02:53:14] "GET /projects?obj_uuids=af9f9062-9242-498a-a137-a88b791dc853&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001029 10.0.0.249 - - [2025-09-11 02:53:14] "GET /project/af9f9062-9242-498a-a137-a88b791dc853?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1372 0.040169 10.0.0.49 - - [2025-09-11 02:53:14] "GET /projects?obj_uuids=af9f9062-9242-498a-a137-a88b791dc853&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001035 10.0.0.249 - - [2025-09-11 02:53:15] "POST /neutron/network HTTP/1.1" 200 617 0.123676 10.0.0.249 - - [2025-09-11 02:53:15] "POST /id-to-fqname HTTP/1.1" 200 227 0.002944 10.0.0.249 - - [2025-09-11 02:53:15] "GET /virtual-network/95dac2c7-008e-4e0b-8dbc-2caf79d96918?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.006221 10.0.0.249 - - [2025-09-11 02:53:15] "POST /neutron/network HTTP/1.1" 200 834 0.006084 10.0.0.249 - - [2025-09-11 02:53:15] "GET /virtual-network/95dac2c7-008e-4e0b-8dbc-2caf79d96918?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005109 10.0.0.249 - - [2025-09-11 02:53:15] "GET /virtual-network/95dac2c7-008e-4e0b-8dbc-2caf79d96918?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005622 10.0.0.249 - - [2025-09-11 02:53:15] "GET /obj-perms HTTP/1.1" 200 5053 0.111621 10.0.0.49 - - [2025-09-11 02:53:15] "GET /obj-perms HTTP/1.1" 200 5053 0.046840 10.0.0.249 - - [2025-09-11 02:53:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004782 10.0.0.49 - - [2025-09-11 02:53:16] "GET /projects?obj_uuids=af9f9062-9242-498a-a137-a88b791dc853&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001187 10.0.0.249 - - [2025-09-11 02:53:16] "GET /project/af9f9062-9242-498a-a137-a88b791dc853?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1372 0.046790 10.0.0.249 - - [2025-09-11 02:53:16] "POST /neutron/network HTTP/1.1" 200 117 0.012972 10.0.0.49 - - [2025-09-11 02:53:16] "POST /route-targets HTTP/1.1" 200 327 0.012102 10.0.0.249 - - [2025-09-11 02:53:16] "POST /neutron/network HTTP/1.1" 200 847 0.031071 10.0.0.249 - - [2025-09-11 02:53:16] "POST /id-to-fqname HTTP/1.1" 200 233 0.001425 10.0.0.249 - - [2025-09-11 02:53:16] "GET /virtual-network/da580b70-1f6b-4934-8c32-a31f68ba4653?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2075 0.005355 10.0.0.249 - - [2025-09-11 02:53:16] "GET /virtual-network/da580b70-1f6b-4934-8c32-a31f68ba4653?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2075 0.006421 10.0.0.249 - - [2025-09-11 02:53:16] "POST /neutron/subnet HTTP/1.1" 200 720 0.017193 10.0.0.249 - - [2025-09-11 02:53:16] "GET /virtual-network/da580b70-1f6b-4934-8c32-a31f68ba4653?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2075 0.005257 10.0.0.249 - - [2025-09-11 02:53:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003323 10.0.0.49 - - [2025-09-11 02:53:17] "GET /projects?obj_uuids=af9f9062-9242-498a-a137-a88b791dc853&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000958 10.0.0.249 - - [2025-09-11 02:53:17] "GET /project/af9f9062-9242-498a-a137-a88b791dc853?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1372 0.046758 10.0.0.49 - - [2025-09-11 02:53:17] "POST /ref-update HTTP/1.1" 200 156 0.021712 10.0.0.49 - - [2025-09-11 02:53:17] "POST /useragent-kv HTTP/1.1" 200 115 0.010513 10.0.0.249 - - [2025-09-11 02:53:17] "POST /neutron/subnet HTTP/1.1" 200 715 0.205502 10.0.0.249 - - [2025-09-11 02:53:17] "POST /id-to-fqname HTTP/1.1" 200 234 0.001229 10.0.0.249 - - [2025-09-11 02:53:17] "GET /virtual-network/51c99694-51ac-4e3b-b289-a3aafdbf462b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2074 0.004845 10.0.0.249 - - [2025-09-11 02:53:17] "GET /virtual-network/51c99694-51ac-4e3b-b289-a3aafdbf462b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2074 0.005193 10.0.0.249 - - [2025-09-11 02:53:17] "POST /neutron/network HTTP/1.1" 200 848 0.006484 10.0.0.249 - - [2025-09-11 02:53:17] "GET /virtual-network/51c99694-51ac-4e3b-b289-a3aafdbf462b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2074 0.005555 10.0.0.22 - - [2025-09-11 02:53:18] "GET /obj-perms HTTP/1.1" 200 5053 0.003738 10.0.0.249 - - [2025-09-11 02:53:18] "POST /id-to-fqname HTTP/1.1" 200 224 0.001181 10.0.0.249 - - [2025-09-11 02:53:18] "POST /neutron/network HTTP/1.1" 200 840 0.006476 10.0.0.49 - - [2025-09-11 02:53:19] "GET /projects?obj_uuids=af9f9062-9242-498a-a137-a88b791dc853&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001237 10.0.0.249 - - [2025-09-11 02:53:19] "GET /project/af9f9062-9242-498a-a137-a88b791dc853?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1372 0.072496 10.0.0.249 - - [2025-09-11 02:53:19] "POST /neutron/port HTTP/1.1" 200 117 0.006303 10.0.0.249 - - [2025-09-11 02:53:19] "POST /id-to-fqname HTTP/1.1" 200 225 0.001253 10.0.0.249 - - [2025-09-11 02:53:19] "POST /neutron/network HTTP/1.1" 200 840 0.007083 10.0.0.249 - - [2025-09-11 02:53:20] "POST /neutron/port HTTP/1.1" 200 1062 0.016005 10.0.0.249 - - [2025-09-11 02:53:20] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003793 10.0.0.249 - - [2025-09-11 02:53:20] "POST /neutron/network HTTP/1.1" 200 830 0.006486 10.0.0.49 - - [2025-09-11 02:53:20] "GET /projects?obj_uuids=af9f9062-9242-498a-a137-a88b791dc853&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000972 10.0.0.249 - - [2025-09-11 02:53:20] "GET /project/af9f9062-9242-498a-a137-a88b791dc853?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1372 0.068033 10.0.0.249 - - [2025-09-11 02:53:20] "POST /neutron/security_group HTTP/1.1" 200 2060 0.010539 10.0.0.249 - - [2025-09-11 02:53:20] "POST /fqname-to-id HTTP/1.1" 404 193 0.003328 10.0.0.249 - - [2025-09-11 02:53:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.002867 10.0.0.49 - - [2025-09-11 02:53:21] "GET /domains?obj_uuids=6cefd47d-baca-4df6-a10c-ec963319da07&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000983 10.0.0.249 - - [2025-09-11 02:53:21] "GET /domain/6cefd47d-baca-4df6-a10c-ec963319da07?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.008857 10.0.0.249 - - [2025-09-11 02:53:21] "POST /service-templates HTTP/1.1" 200 543 0.023589 10.0.0.249 - - [2025-09-11 02:53:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003170 10.0.0.249 - - [2025-09-11 02:53:21] "GET /service-template/f7fcc08b-b1db-4f1c-b646-30aeb1663cae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1644 0.006034 10.0.0.249 - - [2025-09-11 02:53:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003303 10.0.0.249 - - [2025-09-11 02:53:21] "GET /service-template/f7fcc08b-b1db-4f1c-b646-30aeb1663cae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1644 0.004790 10.0.0.249 - - [2025-09-11 02:53:21] "POST /id-to-fqname HTTP/1.1" 200 233 0.001277 10.0.0.249 - - [2025-09-11 02:53:21] "POST /neutron/security_group HTTP/1.1" 200 2060 0.007660 10.0.0.49 - - [2025-09-11 02:53:22] "GET /projects?obj_uuids=af9f9062-9242-498a-a137-a88b791dc853&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001199 10.0.0.249 - - [2025-09-11 02:53:22] "GET /project/af9f9062-9242-498a-a137-a88b791dc853?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1372 0.071994 10.0.0.249 - - [2025-09-11 02:53:22] "POST /neutron/port HTTP/1.1" 200 1090 0.039795 10.0.0.249 - - [2025-09-11 02:53:22] "GET /virtual-machine/6bb44d83-15a2-41f7-843b-823b4637d79e HTTP/1.1" 401 293 0.000375 10.0.0.249 - - [2025-09-11 02:53:22] "POST /neutron/network HTTP/1.1" 200 857 0.008173 10.0.0.249 - - [2025-09-11 02:53:23] "GET /virtual-machine/6bb44d83-15a2-41f7-843b-823b4637d79e HTTP/1.1" 404 171 0.046473 10.0.0.249 - - [2025-09-11 02:53:23] "POST /neutron/port HTTP/1.1" 200 1061 0.017337 10.0.0.249 - - [2025-09-11 02:53:23] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004431 10.0.0.249 - - [2025-09-11 02:53:23] "POST /neutron/network HTTP/1.1" 200 847 0.007128 10.0.0.249 - - [2025-09-11 02:53:25] "GET /virtual-machine/6bb44d83-15a2-41f7-843b-823b4637d79e HTTP/1.1" 200 1293 0.005805 10.0.0.249 - - [2025-09-11 02:53:25] "GET /virtual-machine-interface/9372c136-0b69-4202-ade6-dae270aa061a HTTP/1.1" 200 2985 0.006890 10.0.0.249 - - [2025-09-11 02:53:25] "GET /virtual-machine-interface/9372c136-0b69-4202-ade6-dae270aa061a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2764 0.005339 10.0.0.249 - - [2025-09-11 02:53:25] "PUT /virtual-machine-interface/9372c136-0b69-4202-ade6-dae270aa061a HTTP/1.1" 200 284 0.013230 10.0.0.249 - - [2025-09-11 02:53:25] "POST /neutron/port HTTP/1.1" 200 1089 0.017126 10.0.0.249 - - [2025-09-11 02:53:25] "POST /neutron/security_group HTTP/1.1" 200 2060 0.008413 10.0.0.249 - - [2025-09-11 02:53:25] "GET /virtual-machine/6bb44d83-15a2-41f7-843b-823b4637d79e HTTP/1.1" 200 1293 0.003832 10.0.0.249 - - [2025-09-11 02:53:25] "GET /virtual-machine-interface/9372c136-0b69-4202-ade6-dae270aa061a HTTP/1.1" 200 3035 0.005387 10.0.0.249 - - [2025-09-11 02:53:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003140 10.0.0.249 - - [2025-09-11 02:53:25] "GET /global-vrouter-config/34ac33d4-7223-40b7-b082-da1d7603178b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004703 10.0.0.249 - - [2025-09-11 02:53:25] "GET /virtual-networks?parent_id=af9f9062-9242-498a-a137-a88b791dc853&detail=False&count=False&shared=False HTTP/1.1" 200 1275 0.003395 10.0.0.249 - - [2025-09-11 02:53:25] "GET /virtual-network/da580b70-1f6b-4934-8c32-a31f68ba4653?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2075 0.005828 10.0.0.249 - - [2025-09-11 02:53:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003407 10.0.0.249 - - [2025-09-11 02:53:28] "GET /virtual-network/da580b70-1f6b-4934-8c32-a31f68ba4653?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2075 0.005440 10.0.0.249 - - [2025-09-11 02:53:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003620 10.0.0.249 - - [2025-09-11 02:53:32] "GET /virtual-network/da580b70-1f6b-4934-8c32-a31f68ba4653?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2075 0.005103 10.0.0.49 - - [2025-09-11 02:53:32] "GET /obj-perms HTTP/1.1" 200 5075 0.047403 10.0.0.249 - - [2025-09-11 02:53:33] "GET /obj-perms HTTP/1.1" 200 5075 0.043900 10.0.0.249 - - [2025-09-11 02:53:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003305 10.0.0.249 - - [2025-09-11 02:53:36] "GET /virtual-network/da580b70-1f6b-4934-8c32-a31f68ba4653?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2075 0.005862 10.0.0.249 - - [2025-09-11 02:53:36] "POST /neutron/network HTTP/1.1" 200 840 0.007144 10.0.0.249 - - [2025-09-11 02:53:37] "POST /neutron/port HTTP/1.1" 200 117 0.001163 10.0.0.249 - - [2025-09-11 02:53:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003579 10.0.0.249 - - [2025-09-11 02:53:40] "GET /virtual-network/da580b70-1f6b-4934-8c32-a31f68ba4653?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2075 0.005822 10.0.0.249 - - [2025-09-11 02:53:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003278 10.0.0.249 - - [2025-09-11 02:53:44] "GET /virtual-network/da580b70-1f6b-4934-8c32-a31f68ba4653?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2075 0.006107 10.0.0.249 - - [2025-09-11 02:53:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003354 10.0.0.249 - - [2025-09-11 02:53:49] "GET /virtual-network/da580b70-1f6b-4934-8c32-a31f68ba4653?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2075 0.004656 10.0.0.249 - - [2025-09-11 02:53:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003736 10.0.0.249 - - [2025-09-11 02:53:53] "GET /virtual-network/da580b70-1f6b-4934-8c32-a31f68ba4653?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2075 0.005315 10.0.0.249 - - [2025-09-11 02:53:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003660 10.0.0.249 - - [2025-09-11 02:53:57] "GET /virtual-network/da580b70-1f6b-4934-8c32-a31f68ba4653?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2075 0.006000 10.0.0.49 - - [2025-09-11 02:53:58] "DELETE /project/af9f90629242498aa137a88b791dc853 HTTP/1.1" 404 173 0.004280 10.0.0.49 - - [2025-09-11 02:53:58] "DELETE /project/5b94f8ab-a758-44d2-abe8-6fa881a38844 HTTP/1.1" 404 177 0.003745 10.0.0.249 - - [2025-09-11 02:54:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003373 10.0.0.249 - - [2025-09-11 02:54:01] "GET /virtual-network/da580b70-1f6b-4934-8c32-a31f68ba4653?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2075 0.006027 10.0.0.249 - - [2025-09-11 02:54:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003699 10.0.0.249 - - [2025-09-11 02:54:05] "GET /virtual-network/da580b70-1f6b-4934-8c32-a31f68ba4653?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2075 0.005301 10.0.0.249 - - [2025-09-11 02:54:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003483 10.0.0.249 - - [2025-09-11 02:54:09] "GET /global-vrouter-config/34ac33d4-7223-40b7-b082-da1d7603178b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003630 10.0.0.249 - - [2025-09-11 02:54:09] "GET /virtual-networks?parent_id=af9f9062-9242-498a-a137-a88b791dc853&detail=False&count=False&shared=False HTTP/1.1" 200 1275 0.002650 10.0.0.249 - - [2025-09-11 02:54:09] "GET /virtual-network/da580b70-1f6b-4934-8c32-a31f68ba4653?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2075 0.005784 10.0.0.249 - - [2025-09-11 02:54:09] "POST /neutron/security_group HTTP/1.1" 200 2060 0.006597 10.0.0.249 - - [2025-09-11 02:54:15] "POST /neutron/port HTTP/1.1" 200 1090 0.038932 10.0.0.249 - - [2025-09-11 02:54:19] "POST /neutron/security_group HTTP/1.1" 200 2060 0.006792 10.0.0.249 - - [2025-09-11 02:54:25] "POST /neutron/port HTTP/1.1" 200 1089 0.014971 10.0.0.249 - - [2025-09-11 02:54:30] "POST /fqname-to-id HTTP/1.1" 404 211 0.003036 10.0.0.249 - - [2025-09-11 02:54:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003093 10.0.0.49 - - [2025-09-11 02:54:30] "GET /projects?obj_uuids=af9f9062-9242-498a-a137-a88b791dc853&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001560 10.0.0.249 - - [2025-09-11 02:54:30] "GET /project/af9f9062-9242-498a-a137-a88b791dc853?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1372 0.046006 10.0.0.249 - - [2025-09-11 02:54:30] "POST /service-instances HTTP/1.1" 200 547 0.040498 10.0.0.249 - - [2025-09-11 02:54:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003141 10.0.0.249 - - [2025-09-11 02:54:30] "GET /service-instance/29c630e1-944c-4ea8-8b80-0d312260631e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.008183 10.0.0.249 - - [2025-09-11 02:54:30] "POST /port-tuples HTTP/1.1" 200 590 0.042506 10.0.0.249 - - [2025-09-11 02:54:30] "GET /virtual-machine-interface/9372c136-0b69-4202-ade6-dae270aa061a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2814 0.006539 10.0.0.249 - - [2025-09-11 02:54:30] "PUT /virtual-machine-interface/9372c136-0b69-4202-ade6-dae270aa061a HTTP/1.1" 200 284 0.013967 10.0.0.249 - - [2025-09-11 02:54:30] "POST /ref-update HTTP/1.1" 200 156 0.016253 10.0.0.22 - - [2025-09-11 02:54:30] "POST /instance-ips HTTP/1.1" 200 373 0.042175 10.0.0.249 - - [2025-09-11 02:54:30] "POST /neutron/security_group HTTP/1.1" 200 2060 0.020916 10.0.0.22 - - [2025-09-11 02:54:31] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.005439 10.0.0.22 - - [2025-09-11 02:54:31] "POST /ref-update HTTP/1.1" 200 156 0.017848 10.0.0.249 - - [2025-09-11 02:54:31] "POST /neutron/port HTTP/1.1" 200 1090 0.014929 10.0.0.249 - - [2025-09-11 02:54:31] "GET /virtual-machine/86d8cf30-8203-4822-bafb-7047abf2a0b6 HTTP/1.1" 200 1294 0.006863 10.0.0.249 - - [2025-09-11 02:54:31] "GET /virtual-machine-interface/6ea967dd-88f9-483a-a8b1-993285d2d4cb HTTP/1.1" 200 2957 0.005727 10.0.0.249 - - [2025-09-11 02:54:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.006738 10.0.0.249 - - [2025-09-11 02:54:31] "GET /global-vrouter-config/34ac33d4-7223-40b7-b082-da1d7603178b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003624 10.0.0.249 - - [2025-09-11 02:54:31] "GET /virtual-networks?parent_id=af9f9062-9242-498a-a137-a88b791dc853&detail=False&count=False&shared=False HTTP/1.1" 200 1275 0.002931 10.0.0.249 - - [2025-09-11 02:54:31] "GET /virtual-network/414c9bcc-ea48-4cd8-824a-2e917b1bc283?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005805 10.0.0.249 - - [2025-09-11 02:54:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003466 10.0.0.249 - - [2025-09-11 02:54:32] "GET /global-vrouter-config/34ac33d4-7223-40b7-b082-da1d7603178b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003672 10.0.0.249 - - [2025-09-11 02:54:32] "GET /virtual-networks?parent_id=af9f9062-9242-498a-a137-a88b791dc853&detail=False&count=False&shared=False HTTP/1.1" 200 1275 0.003588 10.0.0.249 - - [2025-09-11 02:54:32] "GET /virtual-network/414c9bcc-ea48-4cd8-824a-2e917b1bc283?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.007536 10.0.0.249 - - [2025-09-11 02:54:32] "POST /neutron/port HTTP/1.1" 200 117 0.005920 10.0.0.249 - - [2025-09-11 02:54:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003387 10.0.0.249 - - [2025-09-11 02:54:32] "DELETE /service-instance/29c630e1-944c-4ea8-8b80-0d312260631e HTTP/1.1" 200 115 0.052572 10.0.0.249 - - [2025-09-11 02:54:32] "GET /service-instances?detail=False&count=False&shared=False HTTP/1.1" 200 133 0.012653 10.0.0.22 - - [2025-09-11 02:54:32] "DELETE /instance-ip/ee005f4e-cc7d-4f91-b20d-b94d175e76be HTTP/1.1" 200 115 0.035402 10.0.0.249 - - [2025-09-11 02:54:32] "GET /service-instances?detail=False&count=False&shared=False HTTP/1.1" 200 133 0.002872 10.0.0.249 - - [2025-09-11 02:54:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.004916 10.0.0.249 - - [2025-09-11 02:54:33] "DELETE /service-template/f7fcc08b-b1db-4f1c-b646-30aeb1663cae HTTP/1.1" 200 115 0.026099 10.0.0.249 - - [2025-09-11 02:54:33] "POST /fqname-to-id HTTP/1.1" 404 193 0.003675 10.0.0.49 - - [2025-09-11 02:54:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.005224 10.0.0.249 - - [2025-09-11 02:54:33] "POST /neutron/network HTTP/1.1" 200 847 0.008248 10.0.0.249 - - [2025-09-11 02:54:33] "POST /neutron/port HTTP/1.1" 200 1090 0.015294 10.0.0.249 - - [2025-09-11 02:54:34] "POST /neutron/port HTTP/1.1" 200 151 0.246941 10.0.0.49 - - [2025-09-11 02:54:35] "POST /useragent-kv HTTP/1.1" 200 115 0.007955 10.0.0.49 - - [2025-09-11 02:54:35] "POST /useragent-kv HTTP/1.1" 200 115 0.005437 10.0.0.249 - - [2025-09-11 02:54:35] "POST /neutron/network HTTP/1.1" 200 151 0.131314 10.0.0.49 - - [2025-09-11 02:54:35] "DELETE /route-target/ba952cc4-f1d2-486c-970d-757b06176ca4 HTTP/1.1" 200 115 0.030964 10.0.0.249 - - [2025-09-11 02:54:36] "POST /neutron/network HTTP/1.1" 200 831 0.006368 10.0.0.49 - - [2025-09-11 02:54:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.005599 10.0.0.49 - - [2025-09-11 02:54:36] "POST /useragent-kv HTTP/1.1" 200 115 0.004519 10.0.0.49 - - [2025-09-11 02:54:36] "POST /useragent-kv HTTP/1.1" 200 115 0.002479 10.0.0.249 - - [2025-09-11 02:54:36] "POST /neutron/network HTTP/1.1" 200 151 0.124801 10.0.0.49 - - [2025-09-11 02:54:36] "DELETE /route-target/cba527c5-e31a-4848-973b-95e1f1355e98 HTTP/1.1" 200 115 0.021523 10.0.0.49 - - [2025-09-11 02:54:38] "GET /projects?obj_uuids=af9f9062-9242-498a-a137-a88b791dc853&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000923 10.0.0.249 - - [2025-09-11 02:54:38] "GET /project/af9f9062-9242-498a-a137-a88b791dc853?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1372 0.042492 10.0.0.49 - - [2025-09-11 02:54:38] "GET /projects?obj_uuids=af9f9062-9242-498a-a137-a88b791dc853&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001610 10.0.0.249 - - [2025-09-11 02:54:38] "GET /project/af9f9062-9242-498a-a137-a88b791dc853?fields=virtual_networks HTTP/1.1" 200 1037 0.040954 10.0.0.49 - - [2025-09-11 02:54:38] "GET /projects?obj_uuids=af9f9062-9242-498a-a137-a88b791dc853&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001007 10.0.0.249 - - [2025-09-11 02:54:38] "GET /project/af9f9062-9242-498a-a137-a88b791dc853?fields=virtual_machine_interfaces HTTP/1.1" 200 1037 0.044047 10.0.0.49 - - [2025-09-11 02:54:38] "GET /projects?obj_uuids=af9f9062-9242-498a-a137-a88b791dc853&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000944 10.0.0.249 - - [2025-09-11 02:54:38] "GET /project/af9f9062-9242-498a-a137-a88b791dc853?fields=security_groups HTTP/1.1" 200 1265 0.051051 10.0.0.249 - - [2025-09-11 02:54:39] "POST /fqname-to-id HTTP/1.1" 404 189 0.027417 10.0.0.49 - - [2025-09-11 02:54:39] "GET /projects?obj_uuids=ad83218d-693e-407c-ba78-47a1f5379a84&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002831 10.0.0.49 - - [2025-09-11 02:54:39] "GET /domains?obj_uuids=6cefd47d-baca-4df6-a10c-ec963319da07&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001162 10.0.0.49 - - [2025-09-11 02:54:39] "GET /domain/6cefd47d-baca-4df6-a10c-ec963319da07?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006927 10.0.0.49 - - [2025-09-11 02:54:39] "POST /id-to-fqname HTTP/1.1" 200 191 0.003170 10.0.0.49 - - [2025-09-11 02:54:39] "POST /fqname-to-id HTTP/1.1" 404 200 0.007550 10.0.0.49 - - [2025-09-11 02:54:39] "POST /security-groups HTTP/1.1" 200 592 0.028178 10.0.0.49 - - [2025-09-11 02:54:39] "POST /projects HTTP/1.1" 200 587 0.228496 10.0.0.49 - - [2025-09-11 02:54:39] "POST /fqname-to-id HTTP/1.1" 404 234 0.008124 10.0.0.49 - - [2025-09-11 02:54:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.299405 10.0.0.249 - - [2025-09-11 02:54:39] "GET /project/ad83218d-693e-407c-ba78-47a1f5379a84?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.444501 10.0.0.249 - - [2025-09-11 02:54:40] "GET / HTTP/1.1" 200 35931 0.001369 10.0.0.249 - - [2025-09-11 02:54:42] "GET /project/ad83218d-693e-407c-ba78-47a1f5379a84?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000427 10.0.0.49 - - [2025-09-11 02:54:43] "GET /projects?obj_uuids=ad83218d-693e-407c-ba78-47a1f5379a84&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000982 10.0.0.249 - - [2025-09-11 02:54:43] "GET /project/ad83218d-693e-407c-ba78-47a1f5379a84?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.080212 10.0.0.249 - - [2025-09-11 02:54:43] "POST /fqname-to-id HTTP/1.1" 404 180 0.004581 10.0.0.249 - - [2025-09-11 02:54:43] "POST /virtual-DNSs HTTP/1.1" 200 507 0.032399 10.0.0.249 - - [2025-09-11 02:54:43] "GET /virtual-DNS/3bd1dc39-cea6-49f2-ad7e-b049e8d282d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1438 0.005608 10.0.0.249 - - [2025-09-11 02:54:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.007008 10.0.0.249 - - [2025-09-11 02:54:43] "GET /virtual-DNS/3bd1dc39-cea6-49f2-ad7e-b049e8d282d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1438 0.003807 10.0.0.249 - - [2025-09-11 02:54:43] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 545 0.003812 10.0.0.249 - - [2025-09-11 02:54:43] "POST /network-ipams HTTP/1.1" 200 514 0.032625 10.0.0.249 - - [2025-09-11 02:54:44] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 751 0.003490 10.0.0.249 - - [2025-09-11 02:54:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003397 10.0.0.249 - - [2025-09-11 02:54:44] "GET /network-ipam/b6ef2164-879f-4f2d-88ce-6f0dc430f5f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.005873 10.0.0.249 - - [2025-09-11 02:54:44] "PUT /network-ipam/b6ef2164-879f-4f2d-88ce-6f0dc430f5f2 HTTP/1.1" 200 258 0.012663 10.0.0.249 - - [2025-09-11 02:54:44] "POST /ref-update HTTP/1.1" 200 156 0.015290 10.0.0.249 - - [2025-09-11 02:54:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003207 10.0.0.49 - - [2025-09-11 02:54:44] "GET /projects?obj_uuids=ad83218d-693e-407c-ba78-47a1f5379a84&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002042 10.0.0.249 - - [2025-09-11 02:54:44] "GET /project/ad83218d-693e-407c-ba78-47a1f5379a84?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.059432 10.0.0.49 - - [2025-09-11 02:54:44] "POST /ref-update HTTP/1.1" 200 156 0.024207 10.0.0.49 - - [2025-09-11 02:54:44] "POST /useragent-kv HTTP/1.1" 200 115 0.007623 10.0.0.249 - - [2025-09-11 02:54:44] "POST /neutron/subnet HTTP/1.1" 200 711 0.228091 10.0.0.249 - - [2025-09-11 02:54:44] "POST /id-to-fqname HTTP/1.1" 200 227 0.001722 10.0.0.249 - - [2025-09-11 02:54:44] "GET /virtual-network/b24cf542-ed45-45c0-9db0-d80ead158dd4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.006964 10.0.0.249 - - [2025-09-11 02:54:44] "GET /virtual-network/b24cf542-ed45-45c0-9db0-d80ead158dd4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.006616 10.0.0.249 - - [2025-09-11 02:54:45] "POST /neutron/network HTTP/1.1" 200 833 0.012409 10.0.0.249 - - [2025-09-11 02:54:45] "POST /neutron/network HTTP/1.1" 200 833 0.007092 10.0.0.249 - - [2025-09-11 02:54:45] "POST /id-to-fqname HTTP/1.1" 200 227 0.000996 10.0.0.49 - - [2025-09-11 02:54:46] "GET /projects?obj_uuids=ad83218d-693e-407c-ba78-47a1f5379a84&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001035 10.0.0.249 - - [2025-09-11 02:54:46] "GET /project/ad83218d-693e-407c-ba78-47a1f5379a84?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.060623 10.0.0.249 - - [2025-09-11 02:54:46] "POST /neutron/network HTTP/1.1" 200 833 0.009929 10.0.0.249 - - [2025-09-11 02:54:46] "POST /neutron/port HTTP/1.1" 200 117 0.020793 10.0.0.249 - - [2025-09-11 02:54:47] "POST /neutron/port HTTP/1.1" 200 1058 0.023320 10.0.0.249 - - [2025-09-11 02:54:47] "POST /neutron/port HTTP/1.1" 200 1086 0.016174 10.0.0.249 - - [2025-09-11 02:54:47] "POST /neutron/port HTTP/1.1" 200 117 0.001312 10.0.0.249 - - [2025-09-11 02:54:51] "POST /neutron/security_group HTTP/1.1" 200 2059 0.009785 10.0.0.249 - - [2025-09-11 02:54:51] "POST /neutron/port HTTP/1.1" 200 1086 0.014001 10.0.0.249 - - [2025-09-11 02:54:51] "GET /virtual-machine/af78e853-91ff-40f1-a199-3d5a2054ec32 HTTP/1.1" 401 293 0.000487 10.0.0.249 - - [2025-09-11 02:54:52] "GET /virtual-machine/af78e853-91ff-40f1-a199-3d5a2054ec32 HTTP/1.1" 200 1294 0.026800 10.0.0.249 - - [2025-09-11 02:54:52] "GET /virtual-machine-interface/5c426db8-8193-4ee7-914d-9fd9882fcbd4 HTTP/1.1" 200 2964 0.005776 10.0.0.249 - - [2025-09-11 02:54:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003497 10.0.0.249 - - [2025-09-11 02:54:52] "GET /global-vrouter-config/34ac33d4-7223-40b7-b082-da1d7603178b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003505 10.0.0.249 - - [2025-09-11 02:54:52] "GET /virtual-networks?parent_id=ad83218d-693e-407c-ba78-47a1f5379a84&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.002882 10.0.0.249 - - [2025-09-11 02:54:52] "GET /virtual-network/b24cf542-ed45-45c0-9db0-d80ead158dd4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.006946 10.0.0.249 - - [2025-09-11 02:54:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003646 10.0.0.249 - - [2025-09-11 02:54:55] "GET /virtual-network/b24cf542-ed45-45c0-9db0-d80ead158dd4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005461 10.0.0.49 - - [2025-09-11 02:54:58] "DELETE /project/ad83218d693e407cba7847a1f5379a84 HTTP/1.1" 404 173 0.006042 10.0.0.49 - - [2025-09-11 02:54:58] "GET /projects?obj_uuids=af9f9062-9242-498a-a137-a88b791dc853&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000960 10.0.0.49 - - [2025-09-11 02:54:58] "GET /project/af9f9062-9242-498a-a137-a88b791dc853?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1477 0.123702 10.0.0.49 - - [2025-09-11 02:54:58] "GET /projects?obj_uuids=af9f9062-9242-498a-a137-a88b791dc853&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001083 10.0.0.49 - - [2025-09-11 02:54:58] "GET /project/af9f9062-9242-498a-a137-a88b791dc853?fields=security_groups HTTP/1.1" 200 1107 0.063482 10.0.0.49 - - [2025-09-11 02:54:58] "GET /projects?obj_uuids=af9f9062-9242-498a-a137-a88b791dc853&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001184 10.0.0.49 - - [2025-09-11 02:54:58] "GET /project/af9f9062-9242-498a-a137-a88b791dc853?fields=application_policy_sets HTTP/1.1" 404 171 0.021994 10.0.0.49 - - [2025-09-11 02:54:58] "DELETE /project/af9f9062-9242-498a-a137-a88b791dc853 HTTP/1.1" 404 171 0.303996 10.0.0.249 - - [2025-09-11 02:54:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.004034 10.0.0.249 - - [2025-09-11 02:54:59] "GET /virtual-network/b24cf542-ed45-45c0-9db0-d80ead158dd4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005858 10.0.0.249 - - [2025-09-11 02:55:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003721 10.0.0.249 - - [2025-09-11 02:55:03] "GET /virtual-network/b24cf542-ed45-45c0-9db0-d80ead158dd4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.006241 10.0.0.249 - - [2025-09-11 02:55:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.007197 10.0.0.249 - - [2025-09-11 02:55:07] "GET /virtual-network/b24cf542-ed45-45c0-9db0-d80ead158dd4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.007553 10.0.0.249 - - [2025-09-11 02:55:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003182 10.0.0.249 - - [2025-09-11 02:55:11] "GET /virtual-network/b24cf542-ed45-45c0-9db0-d80ead158dd4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005413 10.0.0.249 - - [2025-09-11 02:55:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004030 10.0.0.249 - - [2025-09-11 02:55:15] "GET /virtual-network/b24cf542-ed45-45c0-9db0-d80ead158dd4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005136 10.0.0.249 - - [2025-09-11 02:55:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003366 10.0.0.249 - - [2025-09-11 02:55:19] "GET /virtual-network/b24cf542-ed45-45c0-9db0-d80ead158dd4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005675 10.0.0.249 - - [2025-09-11 02:55:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003453 10.0.0.249 - - [2025-09-11 02:55:23] "GET /virtual-network/b24cf542-ed45-45c0-9db0-d80ead158dd4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005750 10.0.0.249 - - [2025-09-11 02:55:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003467 10.0.0.249 - - [2025-09-11 02:55:26] "GET /global-vrouter-config/34ac33d4-7223-40b7-b082-da1d7603178b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004440 10.0.0.249 - - [2025-09-11 02:55:26] "GET /virtual-networks?parent_id=ad83218d-693e-407c-ba78-47a1f5379a84&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.003423 10.0.0.249 - - [2025-09-11 02:55:26] "GET /virtual-network/b24cf542-ed45-45c0-9db0-d80ead158dd4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005931 10.0.0.249 - - [2025-09-11 02:55:26] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007700 10.0.0.249 - - [2025-09-11 02:55:35] "POST /neutron/port HTTP/1.1" 200 1086 0.014948 10.0.0.249 - - [2025-09-11 02:55:36] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007596 10.0.0.249 - - [2025-09-11 02:55:39] "POST /neutron/network HTTP/1.1" 200 843 0.027573 10.0.0.249 - - [2025-09-11 02:55:39] "POST /neutron/port HTTP/1.1" 200 117 0.001135 10.0.0.249 - - [2025-09-11 02:55:41] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006943 10.0.0.249 - - [2025-09-11 02:56:09] "POST /id-to-fqname HTTP/1.1" 200 227 0.001224 10.0.0.249 - - [2025-09-11 02:56:09] "POST /neutron/port HTTP/1.1" 200 1086 0.025212 10.0.0.22 - - [2025-09-11 02:56:10] "GET /global-system-configs HTTP/1.1" 200 322 0.065378 10.0.0.22 - - [2025-09-11 02:56:10] "GET /obj-perms HTTP/1.1" 200 5075 0.135571 10.0.0.49 - - [2025-09-11 02:56:10] "GET /global-system-configs HTTP/1.1" 200 322 0.094522 10.0.0.49 - - [2025-09-11 02:56:10] "GET /projects?obj_uuids=ad83218d-693e-407c-ba78-47a1f5379a84&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001238 10.0.0.249 - - [2025-09-11 02:56:10] "GET /project/ad83218d-693e-407c-ba78-47a1f5379a84?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.197185 10.0.0.49 - - [2025-09-11 02:56:10] "GET /obj-perms HTTP/1.1" 200 5075 0.213682 10.0.0.249 - - [2025-09-11 02:56:10] "GET /obj-perms HTTP/1.1" 200 5075 0.228509 10.0.0.22 - - [2025-09-11 02:56:10] "GET /global-system-configs HTTP/1.1" 200 322 0.091651 10.0.0.22 - - [2025-09-11 02:56:11] "GET /obj-perms HTTP/1.1" 200 5075 0.169927 10.0.0.49 - - [2025-09-11 02:56:11] "GET /global-system-configs HTTP/1.1" 200 322 0.193221 10.0.0.249 - - [2025-09-11 02:56:11] "POST /neutron/network HTTP/1.1" 200 833 0.233678 10.0.0.249 - - [2025-09-11 02:56:11] "GET /global-system-configs HTTP/1.1" 200 322 0.072270 10.0.0.249 - - [2025-09-11 02:56:11] "POST /neutron/port HTTP/1.1" 200 117 0.006197 10.0.0.249 - - [2025-09-11 02:56:11] "GET /obj-perms HTTP/1.1" 200 5075 0.157554 10.0.0.49 - - [2025-09-11 02:56:11] "GET /obj-perms HTTP/1.1" 200 5075 0.185016 10.0.0.249 - - [2025-09-11 02:56:11] "POST /neutron/network HTTP/1.1" 200 833 0.006449 10.0.0.249 - - [2025-09-11 02:56:12] "POST /neutron/port HTTP/1.1" 200 1112 0.010792 10.0.0.249 - - [2025-09-11 02:56:12] "GET /global-system-configs HTTP/1.1" 200 322 0.087324 10.0.0.49 - - [2025-09-11 02:56:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.013078 10.0.0.49 - - [2025-09-11 02:56:13] "POST /useragent-kv HTTP/1.1" 200 115 0.006902 10.0.0.49 - - [2025-09-11 02:56:13] "POST /useragent-kv HTTP/1.1" 200 115 0.011462 10.0.0.249 - - [2025-09-11 02:56:13] "POST /neutron/network HTTP/1.1" 200 151 0.156566 10.0.0.249 - - [2025-09-11 02:56:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002919 10.0.0.249 - - [2025-09-11 02:56:13] "DELETE /network-ipam/b6ef2164-879f-4f2d-88ce-6f0dc430f5f2 HTTP/1.1" 200 115 0.048758 10.0.0.249 - - [2025-09-11 02:56:13] "DELETE /virtual-DNS/3bd1dc39-cea6-49f2-ad7e-b049e8d282d0 HTTP/1.1" 200 115 0.040315 10.0.0.249 - - [2025-09-11 02:56:13] "POST /fqname-to-id HTTP/1.1" 404 180 0.005402 10.0.0.49 - - [2025-09-11 02:56:15] "GET /projects?obj_uuids=ad83218d-693e-407c-ba78-47a1f5379a84&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001153 10.0.0.249 - - [2025-09-11 02:56:15] "GET /project/ad83218d-693e-407c-ba78-47a1f5379a84?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.045524 10.0.0.49 - - [2025-09-11 02:56:15] "GET /projects?obj_uuids=ad83218d-693e-407c-ba78-47a1f5379a84&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000899 10.0.0.249 - - [2025-09-11 02:56:15] "GET /project/ad83218d-693e-407c-ba78-47a1f5379a84?fields=virtual_networks HTTP/1.1" 200 1035 0.044485 10.0.0.49 - - [2025-09-11 02:56:15] "GET /projects?obj_uuids=ad83218d-693e-407c-ba78-47a1f5379a84&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000952 10.0.0.249 - - [2025-09-11 02:56:15] "GET /project/ad83218d-693e-407c-ba78-47a1f5379a84?fields=virtual_machine_interfaces HTTP/1.1" 200 1035 0.047481 10.0.0.49 - - [2025-09-11 02:56:15] "GET /projects?obj_uuids=ad83218d-693e-407c-ba78-47a1f5379a84&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001005 10.0.0.249 - - [2025-09-11 02:56:15] "GET /project/ad83218d-693e-407c-ba78-47a1f5379a84?fields=security_groups HTTP/1.1" 200 1262 0.040850 10.0.0.249 - - [2025-09-11 02:56:16] "POST /fqname-to-id HTTP/1.1" 404 189 0.024156 10.0.0.49 - - [2025-09-11 02:56:16] "GET /projects?obj_uuids=2671c377-a59a-493a-9074-6702ce4e2df9&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003170 10.0.0.49 - - [2025-09-11 02:56:16] "GET /domains?obj_uuids=6cefd47d-baca-4df6-a10c-ec963319da07&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001450 10.0.0.49 - - [2025-09-11 02:56:16] "GET /domain/6cefd47d-baca-4df6-a10c-ec963319da07?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.009526 10.0.0.49 - - [2025-09-11 02:56:16] "POST /id-to-fqname HTTP/1.1" 200 191 0.008699 10.0.0.49 - - [2025-09-11 02:56:16] "POST /fqname-to-id HTTP/1.1" 404 200 0.012804 10.0.0.49 - - [2025-09-11 02:56:16] "POST /security-groups HTTP/1.1" 200 592 0.031768 10.0.0.49 - - [2025-09-11 02:56:16] "POST /projects HTTP/1.1" 200 587 0.275646 10.0.0.49 - - [2025-09-11 02:56:16] "POST /access-control-lists HTTP/1.1" 200 597 0.026298 10.0.0.49 - - [2025-09-11 02:56:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.344589 10.0.0.249 - - [2025-09-11 02:56:16] "GET /project/2671c377-a59a-493a-9074-6702ce4e2df9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.488699 10.0.0.249 - - [2025-09-11 02:56:17] "GET / HTTP/1.1" 200 35931 0.001559 10.0.0.249 - - [2025-09-11 02:56:19] "POST /fqname-to-id HTTP/1.1" 401 293 0.000622 10.0.0.249 - - [2025-09-11 02:56:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.053674 10.0.0.49 - - [2025-09-11 02:56:20] "GET /projects?obj_uuids=2671c377-a59a-493a-9074-6702ce4e2df9&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000978 10.0.0.249 - - [2025-09-11 02:56:20] "GET /project/2671c377-a59a-493a-9074-6702ce4e2df9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.059777 10.0.0.49 - - [2025-09-11 02:56:20] "POST /route-targets HTTP/1.1" 200 327 0.015969 10.0.0.49 - - [2025-09-11 02:56:20] "POST /useragent-kv HTTP/1.1" 200 115 0.007296 10.0.0.249 - - [2025-09-11 02:56:20] "POST /neutron/subnet HTTP/1.1" 200 710 0.316660 10.0.0.249 - - [2025-09-11 02:56:20] "POST /id-to-fqname HTTP/1.1" 200 222 0.001505 10.0.0.249 - - [2025-09-11 02:56:20] "GET /virtual-network/bc67f061-01fc-4682-9a4f-18febce36944?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.004862 10.0.0.249 - - [2025-09-11 02:56:20] "GET /virtual-network/bc67f061-01fc-4682-9a4f-18febce36944?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.005368 10.0.0.249 - - [2025-09-11 02:56:20] "POST /neutron/network HTTP/1.1" 200 824 0.006810 10.0.0.249 - - [2025-09-11 02:56:21] "GET /virtual-network/bc67f061-01fc-4682-9a4f-18febce36944?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.006106 10.0.0.22 - - [2025-09-11 02:56:22] "GET /obj-perms HTTP/1.1" 200 5051 0.046087 10.0.0.249 - - [2025-09-11 02:56:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003633 10.0.0.49 - - [2025-09-11 02:56:22] "GET /projects?obj_uuids=2671c377-a59a-493a-9074-6702ce4e2df9&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001126 10.0.0.249 - - [2025-09-11 02:56:22] "GET /project/2671c377-a59a-493a-9074-6702ce4e2df9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.051804 10.0.0.49 - - [2025-09-11 02:56:22] "GET /projects?obj_uuids=2671c377-a59a-493a-9074-6702ce4e2df9&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001062 10.0.0.249 - - [2025-09-11 02:56:22] "POST /neutron/network HTTP/1.1" 200 608 0.126395 10.0.0.49 - - [2025-09-11 02:56:22] "POST /ref-update HTTP/1.1" 200 156 0.022922 10.0.0.249 - - [2025-09-11 02:56:23] "POST /id-to-fqname HTTP/1.1" 200 222 0.006315 10.0.0.249 - - [2025-09-11 02:56:23] "GET /virtual-network/ab3d5d48-8028-47d5-9403-514aeebc8edc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.005416 10.0.0.249 - - [2025-09-11 02:56:23] "POST /neutron/network HTTP/1.1" 200 826 0.006222 10.0.0.249 - - [2025-09-11 02:56:23] "GET /virtual-network/ab3d5d48-8028-47d5-9403-514aeebc8edc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.004799 10.0.0.249 - - [2025-09-11 02:56:23] "GET /virtual-network/ab3d5d48-8028-47d5-9403-514aeebc8edc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.005660 10.0.0.249 - - [2025-09-11 02:56:23] "GET /obj-perms HTTP/1.1" 200 5051 0.050661 10.0.0.49 - - [2025-09-11 02:56:23] "GET /obj-perms HTTP/1.1" 200 5051 0.057417 10.0.0.249 - - [2025-09-11 02:56:23] "POST /id-to-fqname HTTP/1.1" 200 222 0.001307 10.0.0.249 - - [2025-09-11 02:56:23] "POST /neutron/port HTTP/1.1" 200 117 0.024580 10.0.0.49 - - [2025-09-11 02:56:39] "GET /projects?obj_uuids=2671c377-a59a-493a-9074-6702ce4e2df9&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001699 10.0.0.249 - - [2025-09-11 02:56:39] "GET /project/2671c377-a59a-493a-9074-6702ce4e2df9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.065173 10.0.0.249 - - [2025-09-11 02:56:39] "POST /neutron/port HTTP/1.1" 200 117 0.020263 10.0.0.249 - - [2025-09-11 02:56:39] "POST /id-to-fqname HTTP/1.1" 200 222 0.001716 10.0.0.249 - - [2025-09-11 02:56:39] "POST /neutron/network HTTP/1.1" 200 834 0.006497 10.0.0.49 - - [2025-09-11 02:56:40] "GET /projects?obj_uuids=2671c377-a59a-493a-9074-6702ce4e2df9&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000989 10.0.0.249 - - [2025-09-11 02:56:40] "GET /project/2671c377-a59a-493a-9074-6702ce4e2df9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.057277 10.0.0.249 - - [2025-09-11 02:56:40] "POST /neutron/port HTTP/1.1" 200 1060 0.022884 10.0.0.249 - - [2025-09-11 02:56:40] "POST /neutron/port HTTP/1.1" 200 1114 0.124847 10.0.0.249 - - [2025-09-11 02:56:41] "POST /neutron/port HTTP/1.1" 200 117 0.006673 10.0.0.249 - - [2025-09-11 02:56:41] "POST /neutron/port HTTP/1.1" 200 1088 0.021702 10.0.0.249 - - [2025-09-11 02:56:44] "POST /neutron/port HTTP/1.1" 200 117 0.001177 10.0.0.249 - - [2025-09-11 02:56:46] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007210 10.0.0.249 - - [2025-09-11 02:56:56] "POST /neutron/port HTTP/1.1" 200 1088 0.015878 10.0.0.49 - - [2025-09-11 02:56:59] "DELETE /project/2671c377a59a493a90746702ce4e2df9 HTTP/1.1" 404 173 0.005895 10.0.0.49 - - [2025-09-11 02:56:59] "GET /projects?obj_uuids=ad83218d-693e-407c-ba78-47a1f5379a84&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000850 10.0.0.49 - - [2025-09-11 02:56:59] "GET /project/ad83218d-693e-407c-ba78-47a1f5379a84?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1473 0.049754 10.0.0.49 - - [2025-09-11 02:56:59] "GET /projects?obj_uuids=ad83218d-693e-407c-ba78-47a1f5379a84&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001363 10.0.0.49 - - [2025-09-11 02:56:59] "GET /project/ad83218d-693e-407c-ba78-47a1f5379a84?fields=security_groups HTTP/1.1" 200 1367 0.053813 10.0.0.49 - - [2025-09-11 02:56:59] "DELETE /security-group/b43d0a01-d0bc-4a8b-9308-6781bbcc3f96 HTTP/1.1" 404 171 0.012686 10.0.0.49 - - [2025-09-11 02:56:59] "GET /projects?obj_uuids=ad83218d-693e-407c-ba78-47a1f5379a84&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001050 10.0.0.49 - - [2025-09-11 02:56:59] "GET /project/ad83218d-693e-407c-ba78-47a1f5379a84?fields=application_policy_sets HTTP/1.1" 200 1406 0.073941 10.0.0.49 - - [2025-09-11 02:56:59] "DELETE /project/ad83218d-693e-407c-ba78-47a1f5379a84 HTTP/1.1" 200 115 0.419157 10.0.0.249 - - [2025-09-11 02:57:01] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007279 10.0.0.249 - - [2025-09-11 02:57:06] "POST /neutron/port HTTP/1.1" 200 1088 0.014632 10.0.0.249 - - [2025-09-11 02:57:06] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007248 10.0.0.249 - - [2025-09-11 02:57:06] "GET /virtual-machine/a7dedfec-de8f-4d54-9108-7d8a98951f8c HTTP/1.1" 401 293 0.000371 10.0.0.249 - - [2025-09-11 02:57:07] "GET /virtual-machine/a7dedfec-de8f-4d54-9108-7d8a98951f8c HTTP/1.1" 200 1294 0.028989 10.0.0.249 - - [2025-09-11 02:57:07] "GET /virtual-machine-interface/8fd9ac28-bfde-4540-93da-03f349f95409 HTTP/1.1" 200 2950 0.005164 10.0.0.249 - - [2025-09-11 02:57:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003805 10.0.0.249 - - [2025-09-11 02:57:07] "GET /global-vrouter-config/34ac33d4-7223-40b7-b082-da1d7603178b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003610 10.0.0.249 - - [2025-09-11 02:57:07] "GET /virtual-networks?parent_id=2671c377-a59a-493a-9074-6702ce4e2df9&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.002741 10.0.0.249 - - [2025-09-11 02:57:07] "GET /virtual-network/ab3d5d48-8028-47d5-9403-514aeebc8edc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.005521 10.0.0.249 - - [2025-09-11 02:57:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003674 10.0.0.249 - - [2025-09-11 02:57:10] "GET /virtual-network/ab3d5d48-8028-47d5-9403-514aeebc8edc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.005018 10.0.0.249 - - [2025-09-11 02:57:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003539 10.0.0.249 - - [2025-09-11 02:57:14] "GET /virtual-network/ab3d5d48-8028-47d5-9403-514aeebc8edc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.005735 10.0.0.249 - - [2025-09-11 02:57:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003327 10.0.0.249 - - [2025-09-11 02:57:18] "GET /virtual-network/ab3d5d48-8028-47d5-9403-514aeebc8edc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.005575 10.0.0.249 - - [2025-09-11 02:57:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003778 10.0.0.249 - - [2025-09-11 02:57:22] "GET /virtual-network/ab3d5d48-8028-47d5-9403-514aeebc8edc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.006715 10.0.0.249 - - [2025-09-11 02:57:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003752 10.0.0.249 - - [2025-09-11 02:57:26] "GET /virtual-network/ab3d5d48-8028-47d5-9403-514aeebc8edc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.007416 10.0.0.249 - - [2025-09-11 02:57:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003331 10.0.0.249 - - [2025-09-11 02:57:30] "GET /virtual-network/ab3d5d48-8028-47d5-9403-514aeebc8edc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.005740 10.0.0.249 - - [2025-09-11 02:57:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003481 10.0.0.249 - - [2025-09-11 02:57:35] "GET /virtual-network/ab3d5d48-8028-47d5-9403-514aeebc8edc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.005020 10.0.0.249 - - [2025-09-11 02:57:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003470 10.0.0.249 - - [2025-09-11 02:57:39] "GET /virtual-network/ab3d5d48-8028-47d5-9403-514aeebc8edc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.005275 10.0.0.249 - - [2025-09-11 02:57:39] "POST /neutron/network HTTP/1.1" 200 836 0.006932 10.0.0.249 - - [2025-09-11 02:57:40] "POST /neutron/port HTTP/1.1" 200 117 0.001111 10.0.0.249 - - [2025-09-11 02:57:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.005334 10.0.0.249 - - [2025-09-11 02:57:43] "GET /virtual-network/ab3d5d48-8028-47d5-9403-514aeebc8edc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.006752 10.0.0.249 - - [2025-09-11 02:57:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003376 10.0.0.249 - - [2025-09-11 02:57:47] "GET /virtual-network/ab3d5d48-8028-47d5-9403-514aeebc8edc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.005406 10.0.0.249 - - [2025-09-11 02:57:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003348 10.0.0.249 - - [2025-09-11 02:57:51] "GET /virtual-network/ab3d5d48-8028-47d5-9403-514aeebc8edc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.005266 10.0.0.249 - - [2025-09-11 02:57:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003978 10.0.0.249 - - [2025-09-11 02:57:55] "GET /virtual-network/ab3d5d48-8028-47d5-9403-514aeebc8edc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.005910 10.0.0.249 - - [2025-09-11 02:57:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003407 10.0.0.249 - - [2025-09-11 02:57:57] "GET /global-vrouter-config/34ac33d4-7223-40b7-b082-da1d7603178b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003800 10.0.0.249 - - [2025-09-11 02:57:57] "GET /virtual-networks?parent_id=2671c377-a59a-493a-9074-6702ce4e2df9&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.002924 10.0.0.249 - - [2025-09-11 02:57:57] "GET /virtual-network/ab3d5d48-8028-47d5-9403-514aeebc8edc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.005519 10.0.0.249 - - [2025-09-11 02:57:57] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007239 10.0.0.249 - - [2025-09-11 02:58:08] "POST /neutron/port HTTP/1.1" 200 1088 0.013574 10.0.0.249 - - [2025-09-11 02:58:13] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007180 10.0.0.249 - - [2025-09-11 02:58:18] "POST /neutron/port HTTP/1.1" 200 1088 0.014930 10.0.0.249 - - [2025-09-11 02:58:23] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007760 10.0.0.249 - - [2025-09-11 02:58:33] "POST /neutron/port HTTP/1.1" 200 1088 0.016358 10.0.0.22 - - [2025-09-11 02:58:36] "GET /obj-perms HTTP/1.1" 200 5075 0.046550 10.0.0.249 - - [2025-09-11 02:58:38] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007748 10.0.0.249 - - [2025-09-11 02:58:39] "POST /neutron/network HTTP/1.1" 200 836 0.007386 10.0.0.249 - - [2025-09-11 02:58:40] "POST /neutron/port HTTP/1.1" 200 117 0.001137 10.0.0.249 - - [2025-09-11 02:58:44] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008017 10.0.0.249 - - [2025-09-11 02:58:54] "POST /neutron/port HTTP/1.1" 200 117 0.005614 10.0.0.249 - - [2025-09-11 02:58:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003643 10.0.0.49 - - [2025-09-11 02:58:54] "GET /projects?obj_uuids=2671c377-a59a-493a-9074-6702ce4e2df9&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001013 10.0.0.249 - - [2025-09-11 02:58:54] "GET /project/2671c377-a59a-493a-9074-6702ce4e2df9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.037736 10.0.0.249 - - [2025-09-11 02:58:54] "GET /virtual-network/bc67f061-01fc-4682-9a4f-18febce36944?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.005895 10.0.0.249 - - [2025-09-11 02:58:54] "GET /floating-ip-pools?parent_id=bc67f061-01fc-4682-9a4f-18febce36944&detail=False&count=False&shared=False HTTP/1.1" 200 133 0.002942 10.0.0.249 - - [2025-09-11 02:58:54] "GET /virtual-network/bc67f061-01fc-4682-9a4f-18febce36944?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.005955 10.0.0.249 - - [2025-09-11 02:58:54] "POST /floating-ip-pools HTTP/1.1" 200 598 0.030566 10.0.0.249 - - [2025-09-11 02:58:54] "POST /ref-update HTTP/1.1" 200 156 0.017649 10.0.0.249 - - [2025-09-11 02:58:54] "GET /virtual-network/bc67f061-01fc-4682-9a4f-18febce36944?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.005783 10.0.0.249 - - [2025-09-11 02:58:55] "GET /virtual-network/bc67f061-01fc-4682-9a4f-18febce36944?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.005409 10.0.0.249 - - [2025-09-11 02:58:55] "POST /neutron/floatingip HTTP/1.1" 200 527 0.008489 10.0.0.249 - - [2025-09-11 02:58:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003583 10.0.0.249 - - [2025-09-11 02:58:55] "GET /routing-instance/100d96f6-d053-43b6-9838-bae5c629f8d3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1480 0.005152 10.0.0.249 - - [2025-09-11 02:58:55] "GET /route-target/24d9a499-1650-4b5a-b66b-9b2b970eb05c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004668 10.0.0.249 - - [2025-09-11 02:58:55] "POST /neutron/port HTTP/1.1" 200 117 0.008880 10.0.0.249 - - [2025-09-11 02:59:10] "POST /neutron/port HTTP/1.1" 200 117 0.005816 10.0.0.249 - - [2025-09-11 02:59:22] "POST /neutron/port HTTP/1.1" 200 117 0.006226 10.0.0.49 - - [2025-09-11 02:59:37] "GET /obj-perms HTTP/1.1" 200 5075 0.043342 10.0.0.249 - - [2025-09-11 02:59:37] "GET /obj-perms HTTP/1.1" 200 5075 0.042008 10.0.0.249 - - [2025-09-11 02:59:38] "POST /neutron/port HTTP/1.1" 200 117 0.005804 10.0.0.249 - - [2025-09-11 02:59:41] "POST /neutron/network HTTP/1.1" 200 836 0.006857 10.0.0.249 - - [2025-09-11 02:59:42] "POST /neutron/port HTTP/1.1" 200 117 0.001359 10.0.0.249 - - [2025-09-11 02:59:48] "POST /neutron/port HTTP/1.1" 200 117 0.006177 10.0.0.249 - - [2025-09-11 03:00:00] "POST /neutron/port HTTP/1.1" 200 117 0.006289 10.0.0.249 - - [2025-09-11 03:00:15] "POST /neutron/port HTTP/1.1" 200 117 0.006772 10.0.0.249 - - [2025-09-11 03:00:27] "POST /neutron/port HTTP/1.1" 200 117 0.005912 10.0.0.249 - - [2025-09-11 03:00:43] "POST /neutron/port HTTP/1.1" 200 117 0.006226 10.0.0.249 - - [2025-09-11 03:00:44] "POST /neutron/network HTTP/1.1" 200 836 0.030309 10.0.0.249 - - [2025-09-11 03:00:44] "POST /neutron/port HTTP/1.1" 200 117 0.002150 10.0.0.249 - - [2025-09-11 03:00:50] "POST /neutron/port HTTP/1.1" 200 117 0.007286 10.0.0.249 - - [2025-09-11 03:01:05] "POST /neutron/port HTTP/1.1" 200 117 0.005949 10.0.0.22 - - [2025-09-11 03:01:10] "GET /global-system-configs HTTP/1.1" 200 322 0.033128 10.0.0.49 - - [2025-09-11 03:01:10] "GET /global-system-configs HTTP/1.1" 200 322 0.077317 10.0.0.22 - - [2025-09-11 03:01:10] "GET /obj-perms HTTP/1.1" 200 5075 0.148597 10.0.0.49 - - [2025-09-11 03:01:10] "GET /obj-perms HTTP/1.1" 200 5075 0.168089 10.0.0.49 - - [2025-09-11 03:01:10] "GET /global-system-configs HTTP/1.1" 200 322 0.008947 10.0.0.22 - - [2025-09-11 03:01:10] "GET /global-system-configs HTTP/1.1" 200 322 0.038139 10.0.0.249 - - [2025-09-11 03:01:10] "GET /obj-perms HTTP/1.1" 200 5075 0.153499 10.0.0.249 - - [2025-09-11 03:01:11] "GET /global-system-configs HTTP/1.1" 200 322 0.075851 10.0.0.49 - - [2025-09-11 03:01:11] "GET /obj-perms HTTP/1.1" 200 5075 0.174583 10.0.0.22 - - [2025-09-11 03:01:11] "GET /obj-perms HTTP/1.1" 200 5075 0.193669 10.0.0.249 - - [2025-09-11 03:01:12] "GET /global-system-configs HTTP/1.1" 200 322 0.051205 10.0.0.249 - - [2025-09-11 03:01:12] "GET /obj-perms HTTP/1.1" 200 5075 0.245641 10.0.0.249 - - [2025-09-11 03:01:17] "POST /neutron/port HTTP/1.1" 200 117 0.007123 10.0.0.249 - - [2025-09-11 03:01:32] "POST /neutron/port HTTP/1.1" 200 117 0.030677 10.0.0.249 - - [2025-09-11 03:01:43] "POST /neutron/port HTTP/1.1" 200 117 0.005903 10.0.0.249 - - [2025-09-11 03:01:46] "POST /neutron/network HTTP/1.1" 200 836 0.008386 10.0.0.249 - - [2025-09-11 03:01:46] "POST /neutron/port HTTP/1.1" 200 117 0.001101 10.0.0.249 - - [2025-09-11 03:01:53] "POST /neutron/port HTTP/1.1" 200 117 0.006363 10.0.0.249 - - [2025-09-11 03:02:05] "POST /neutron/port HTTP/1.1" 200 117 0.006435 10.0.0.249 - - [2025-09-11 03:02:20] "POST /neutron/port HTTP/1.1" 200 117 0.006938 10.0.0.249 - - [2025-09-11 03:02:32] "POST /neutron/port HTTP/1.1" 200 117 0.006226 10.0.0.249 - - [2025-09-11 03:02:46] "POST /neutron/port HTTP/1.1" 200 1088 0.017562 10.0.0.249 - - [2025-09-11 03:02:47] "POST /neutron/floatingip HTTP/1.1" 200 547 0.014216 10.0.0.249 - - [2025-09-11 03:02:47] "POST /neutron/network HTTP/1.1" 200 826 0.006735 10.0.0.249 - - [2025-09-11 03:02:58] "POST /neutron/port HTTP/1.1" 200 117 0.005863 10.0.0.249 - - [2025-09-11 03:03:10] "POST /neutron/port HTTP/1.1" 200 117 0.006050 10.0.0.249 - - [2025-09-11 03:03:25] "POST /neutron/port HTTP/1.1" 200 117 0.006020 10.0.0.249 - - [2025-09-11 03:03:37] "POST /neutron/port HTTP/1.1" 200 117 0.006563 10.0.0.22 - - [2025-09-11 03:03:40] "GET /obj-perms HTTP/1.1" 200 5075 0.051945 10.0.0.49 - - [2025-09-11 03:03:40] "GET /obj-perms HTTP/1.1" 200 5075 0.050302 10.0.0.249 - - [2025-09-11 03:03:48] "POST /neutron/port HTTP/1.1" 200 1088 0.014633 10.0.0.249 - - [2025-09-11 03:03:49] "POST /neutron/floatingip HTTP/1.1" 200 547 0.015334 10.0.0.249 - - [2025-09-11 03:03:49] "POST /neutron/network HTTP/1.1" 200 826 0.006399 10.0.0.249 - - [2025-09-11 03:03:59] "POST /neutron/port HTTP/1.1" 200 117 0.006171 10.0.0.249 - - [2025-09-11 03:04:15] "POST /neutron/port HTTP/1.1" 200 117 0.006047 10.0.0.249 - - [2025-09-11 03:04:20] "POST /neutron/floatingip HTTP/1.1" 200 527 0.037085 10.0.0.249 - - [2025-09-11 03:04:20] "GET /floating-ip-pool/4ad5916d-4c06-427f-a859-d5e756554db1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1184 0.025450 10.0.0.249 - - [2025-09-11 03:04:20] "POST /ref-update HTTP/1.1" 200 156 0.014519 10.0.0.249 - - [2025-09-11 03:04:20] "DELETE /floating-ip-pool/4ad5916d-4c06-427f-a859-d5e756554db1 HTTP/1.1" 200 115 0.033613 10.0.0.249 - - [2025-09-11 03:04:20] "POST /neutron/network HTTP/1.1" 200 826 0.007661 10.0.0.249 - - [2025-09-11 03:04:21] "POST /neutron/port HTTP/1.1" 200 1114 0.013799 10.0.0.49 - - [2025-09-11 03:04:22] "POST /useragent-kv HTTP/1.1" 200 115 0.037704 10.0.0.49 - - [2025-09-11 03:04:22] "POST /useragent-kv HTTP/1.1" 200 115 0.002488 10.0.0.249 - - [2025-09-11 03:04:22] "POST /neutron/network HTTP/1.1" 200 151 0.197917 10.0.0.49 - - [2025-09-11 03:04:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.053813 10.0.0.49 - - [2025-09-11 03:04:23] "DELETE /route-target/24d9a499-1650-4b5a-b66b-9b2b970eb05c HTTP/1.1" 200 115 0.029963 10.0.0.49 - - [2025-09-11 03:04:24] "GET /projects?obj_uuids=2671c377-a59a-493a-9074-6702ce4e2df9&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001095 10.0.0.249 - - [2025-09-11 03:04:24] "GET /project/2671c377-a59a-493a-9074-6702ce4e2df9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.074034 10.0.0.49 - - [2025-09-11 03:04:24] "GET /projects?obj_uuids=2671c377-a59a-493a-9074-6702ce4e2df9&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000962 10.0.0.249 - - [2025-09-11 03:04:24] "GET /project/2671c377-a59a-493a-9074-6702ce4e2df9?fields=virtual_networks HTTP/1.1" 200 1034 0.045600 10.0.0.49 - - [2025-09-11 03:04:24] "GET /projects?obj_uuids=2671c377-a59a-493a-9074-6702ce4e2df9&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001446 10.0.0.249 - - [2025-09-11 03:04:25] "GET /project/2671c377-a59a-493a-9074-6702ce4e2df9?fields=virtual_machine_interfaces HTTP/1.1" 200 1034 0.042379 10.0.0.49 - - [2025-09-11 03:04:25] "GET /projects?obj_uuids=2671c377-a59a-493a-9074-6702ce4e2df9&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001226 10.0.0.249 - - [2025-09-11 03:04:25] "GET /project/2671c377-a59a-493a-9074-6702ce4e2df9?fields=security_groups HTTP/1.1" 200 1261 0.037995 10.0.0.249 - - [2025-09-11 03:04:25] "POST /fqname-to-id HTTP/1.1" 404 188 0.028414 10.0.0.49 - - [2025-09-11 03:04:26] "GET /projects?obj_uuids=6e8c05f9-cd87-43df-99e2-c005f11cd65e&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003141 10.0.0.49 - - [2025-09-11 03:04:26] "GET /domains?obj_uuids=6cefd47d-baca-4df6-a10c-ec963319da07&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001703 10.0.0.49 - - [2025-09-11 03:04:26] "GET /domain/6cefd47d-baca-4df6-a10c-ec963319da07?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.036853 10.0.0.49 - - [2025-09-11 03:04:26] "POST /id-to-fqname HTTP/1.1" 200 190 0.001133 10.0.0.49 - - [2025-09-11 03:04:26] "POST /fqname-to-id HTTP/1.1" 404 199 0.010709 10.0.0.49 - - [2025-09-11 03:04:26] "POST /security-groups HTTP/1.1" 200 591 0.029908 10.0.0.49 - - [2025-09-11 03:04:26] "POST /projects HTTP/1.1" 200 585 0.236039 10.0.0.49 - - [2025-09-11 03:04:26] "POST /fqname-to-id HTTP/1.1" 404 233 0.007301 10.0.0.49 - - [2025-09-11 03:04:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.309345 10.0.0.249 - - [2025-09-11 03:04:26] "GET /project/6e8c05f9-cd87-43df-99e2-c005f11cd65e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.513554 10.0.0.249 - - [2025-09-11 03:04:27] "GET / HTTP/1.1" 200 35931 0.001633 10.0.0.249 - - [2025-09-11 03:04:29] "POST /fqname-to-id HTTP/1.1" 401 293 0.000467 10.0.0.249 - - [2025-09-11 03:04:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.064270 10.0.0.49 - - [2025-09-11 03:04:29] "GET /projects?obj_uuids=6e8c05f9-cd87-43df-99e2-c005f11cd65e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000854 10.0.0.249 - - [2025-09-11 03:04:29] "GET /project/6e8c05f9-cd87-43df-99e2-c005f11cd65e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.034060 10.0.0.249 - - [2025-09-11 03:04:29] "POST /neutron/network HTTP/1.1" 200 117 0.036607 10.0.0.49 - - [2025-09-11 03:04:30] "POST /ref-update HTTP/1.1" 200 156 0.022303 10.0.0.249 - - [2025-09-11 03:04:30] "POST /neutron/network HTTP/1.1" 200 839 0.008811 10.0.0.249 - - [2025-09-11 03:04:30] "POST /id-to-fqname HTTP/1.1" 200 230 0.001130 10.0.0.249 - - [2025-09-11 03:04:30] "GET /virtual-network/4028a0a3-8100-4ee0-9b44-3140a3046d7b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.006126 10.0.0.249 - - [2025-09-11 03:04:30] "GET /virtual-network/4028a0a3-8100-4ee0-9b44-3140a3046d7b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.005976 10.0.0.249 - - [2025-09-11 03:04:30] "POST /neutron/subnet HTTP/1.1" 200 701 0.009022 10.0.0.249 - - [2025-09-11 03:04:30] "POST /id-to-fqname HTTP/1.1" 200 230 0.001289 10.0.0.249 - - [2025-09-11 03:04:30] "POST /neutron/network HTTP/1.1" 200 849 0.006790 10.0.0.49 - - [2025-09-11 03:04:31] "GET /projects?obj_uuids=6e8c05f9-cd87-43df-99e2-c005f11cd65e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001028 10.0.0.249 - - [2025-09-11 03:04:31] "GET /project/6e8c05f9-cd87-43df-99e2-c005f11cd65e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.064230 10.0.0.249 - - [2025-09-11 03:04:31] "POST /neutron/port HTTP/1.1" 200 117 0.007859 10.0.0.249 - - [2025-09-11 03:04:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003209 10.0.0.249 - - [2025-09-11 03:04:31] "GET /global-vrouter-config/34ac33d4-7223-40b7-b082-da1d7603178b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003299 10.0.0.249 - - [2025-09-11 03:04:31] "PUT /global-vrouter-config/34ac33d4-7223-40b7-b082-da1d7603178b HTTP/1.1" 200 276 0.013529 10.0.0.49 - - [2025-09-11 03:04:32] "GET /projects?obj_uuids=6e8c05f9-cd87-43df-99e2-c005f11cd65e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000996 10.0.0.249 - - [2025-09-11 03:04:32] "POST /neutron/port HTTP/1.1" 200 1055 0.273905 10.0.0.249 - - [2025-09-11 03:04:32] "POST /neutron/port HTTP/1.1" 200 1109 0.116942 10.0.0.249 - - [2025-09-11 03:04:32] "POST /neutron/subnet HTTP/1.1" 200 675 0.010660 10.0.0.249 - - [2025-09-11 03:04:36] "POST /neutron/port HTTP/1.1" 200 1083 0.014901 10.0.0.249 - - [2025-09-11 03:04:37] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007473 10.0.0.249 - - [2025-09-11 03:04:37] "GET /virtual-machine/4623bc02-0daa-4afb-9fff-ebde24a643a7 HTTP/1.1" 401 293 0.000535 10.0.0.249 - - [2025-09-11 03:04:37] "GET /virtual-machine/4623bc02-0daa-4afb-9fff-ebde24a643a7 HTTP/1.1" 200 1292 0.030931 10.0.0.249 - - [2025-09-11 03:04:37] "GET /virtual-machine-interface/3407fffd-80e5-402b-97a2-82074cecefde HTTP/1.1" 200 2971 0.006123 10.0.0.249 - - [2025-09-11 03:04:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003806 10.0.0.249 - - [2025-09-11 03:04:37] "GET /global-vrouter-config/34ac33d4-7223-40b7-b082-da1d7603178b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1883 0.005380 10.0.0.249 - - [2025-09-11 03:04:37] "GET /virtual-networks?parent_id=6e8c05f9-cd87-43df-99e2-c005f11cd65e&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.004580 10.0.0.249 - - [2025-09-11 03:04:37] "GET /virtual-network/4028a0a3-8100-4ee0-9b44-3140a3046d7b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.005685 10.0.0.249 - - [2025-09-11 03:04:40] "GET /obj-perms HTTP/1.1" 200 5075 0.050107 10.0.0.249 - - [2025-09-11 03:04:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003247 10.0.0.249 - - [2025-09-11 03:04:40] "GET /virtual-network/4028a0a3-8100-4ee0-9b44-3140a3046d7b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.005015 10.0.0.249 - - [2025-09-11 03:04:41] "POST /neutron/port HTTP/1.1" 200 1083 0.041931 10.0.0.249 - - [2025-09-11 03:04:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003713 10.0.0.249 - - [2025-09-11 03:04:42] "GET /global-vrouter-config/34ac33d4-7223-40b7-b082-da1d7603178b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1883 0.003678 10.0.0.249 - - [2025-09-11 03:04:42] "GET /virtual-networks?parent_id=6e8c05f9-cd87-43df-99e2-c005f11cd65e&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.003509 10.0.0.249 - - [2025-09-11 03:04:42] "GET /virtual-network/4028a0a3-8100-4ee0-9b44-3140a3046d7b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.007267 10.0.0.249 - - [2025-09-11 03:04:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003727 10.0.0.249 - - [2025-09-11 03:04:45] "GET /global-vrouter-config/34ac33d4-7223-40b7-b082-da1d7603178b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1883 0.004000 10.0.0.249 - - [2025-09-11 03:04:45] "PUT /global-vrouter-config/34ac33d4-7223-40b7-b082-da1d7603178b HTTP/1.1" 200 276 0.016037 10.0.0.249 - - [2025-09-11 03:04:45] "POST /neutron/network HTTP/1.1" 400 204 0.013642 10.0.0.249 - - [2025-09-11 03:04:46] "POST /neutron/port HTTP/1.1" 200 151 0.185478 10.0.0.249 - - [2025-09-11 03:04:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004513 10.0.0.49 - - [2025-09-11 03:04:50] "GET /projects?obj_uuids=6e8c05f9-cd87-43df-99e2-c005f11cd65e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001032 10.0.0.249 - - [2025-09-11 03:04:50] "GET /project/6e8c05f9-cd87-43df-99e2-c005f11cd65e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.044125 10.0.0.249 - - [2025-09-11 03:04:50] "POST /neutron/network HTTP/1.1" 200 117 0.010083 10.0.0.49 - - [2025-09-11 03:04:50] "POST /route-targets HTTP/1.1" 200 327 0.014238 10.0.0.249 - - [2025-09-11 03:04:51] "POST /neutron/network HTTP/1.1" 200 824 0.014833 10.0.0.249 - - [2025-09-11 03:04:51] "POST /id-to-fqname HTTP/1.1" 200 220 0.001105 10.0.0.249 - - [2025-09-11 03:04:51] "GET /virtual-network/6e9e30bb-dc6a-4a6f-87a7-a3c995b94c13?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.004895 10.0.0.249 - - [2025-09-11 03:04:51] "GET /virtual-network/6e9e30bb-dc6a-4a6f-87a7-a3c995b94c13?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.007318 10.0.0.249 - - [2025-09-11 03:04:51] "POST /neutron/subnet HTTP/1.1" 200 725 0.008230 10.0.0.249 - - [2025-09-11 03:04:51] "POST /id-to-fqname HTTP/1.1" 200 220 0.001432 10.0.0.49 - - [2025-09-11 03:04:52] "GET /projects?obj_uuids=6e8c05f9-cd87-43df-99e2-c005f11cd65e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001144 10.0.0.249 - - [2025-09-11 03:04:52] "GET /project/6e8c05f9-cd87-43df-99e2-c005f11cd65e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.078727 10.0.0.249 - - [2025-09-11 03:04:52] "POST /neutron/network HTTP/1.1" 200 824 0.043275 10.0.0.249 - - [2025-09-11 03:04:52] "POST /neutron/port HTTP/1.1" 200 117 0.006004 10.0.0.49 - - [2025-09-11 03:04:52] "POST /useragent-kv HTTP/1.1" 200 115 0.004163 10.0.0.49 - - [2025-09-11 03:04:52] "POST /useragent-kv HTTP/1.1" 200 115 0.002501 10.0.0.249 - - [2025-09-11 03:04:52] "POST /neutron/network HTTP/1.1" 200 151 0.151203 10.0.0.49 - - [2025-09-11 03:04:52] "DELETE /route-target/52342c23-e265-4ed2-a145-d6487c91eccf HTTP/1.1" 200 115 0.029418 10.0.0.249 - - [2025-09-11 03:04:55] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 545 0.003343 10.0.0.249 - - [2025-09-11 03:04:55] "POST /network-ipams HTTP/1.1" 200 541 0.025978 10.0.0.249 - - [2025-09-11 03:04:55] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 764 0.003339 10.0.0.249 - - [2025-09-11 03:04:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003411 10.0.0.249 - - [2025-09-11 03:04:55] "GET /network-ipam/cd5d8bd7-fdb7-44d8-8679-1cf9ec5aa2e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1284 0.005980 10.0.0.249 - - [2025-09-11 03:04:55] "PUT /network-ipam/cd5d8bd7-fdb7-44d8-8679-1cf9ec5aa2e0 HTTP/1.1" 200 258 0.014643 10.0.0.249 - - [2025-09-11 03:04:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003069 10.0.0.49 - - [2025-09-11 03:04:55] "GET /projects?obj_uuids=6e8c05f9-cd87-43df-99e2-c005f11cd65e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001178 10.0.0.249 - - [2025-09-11 03:04:55] "GET /project/6e8c05f9-cd87-43df-99e2-c005f11cd65e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.055852 10.0.0.49 - - [2025-09-11 03:04:56] "POST /useragent-kv HTTP/1.1" 200 115 0.008363 10.0.0.249 - - [2025-09-11 03:04:56] "POST /neutron/subnet HTTP/1.1" 200 699 0.218803 10.0.0.249 - - [2025-09-11 03:04:56] "POST /id-to-fqname HTTP/1.1" 200 220 0.001346 10.0.0.249 - - [2025-09-11 03:04:56] "GET /virtual-network/8ec9af12-04e9-486d-a393-c1ec43e7b220?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2549 0.007192 10.0.0.249 - - [2025-09-11 03:04:56] "POST /neutron/network HTTP/1.1" 200 994 0.008786 10.0.0.249 - - [2025-09-11 03:04:56] "GET /virtual-network/8ec9af12-04e9-486d-a393-c1ec43e7b220?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2549 0.005268 10.0.0.249 - - [2025-09-11 03:04:56] "POST /neutron/subnet HTTP/1.1" 200 699 0.010128 10.0.0.249 - - [2025-09-11 03:04:56] "POST /neutron/subnet HTTP/1.1" 200 699 0.009386 10.0.0.249 - - [2025-09-11 03:04:57] "POST /id-to-fqname HTTP/1.1" 200 220 0.001697 10.0.0.249 - - [2025-09-11 03:04:57] "POST /neutron/port HTTP/1.1" 200 117 0.021645 10.0.0.249 - - [2025-09-11 03:04:57] "POST /neutron/network HTTP/1.1" 200 994 0.009795 10.0.0.249 - - [2025-09-11 03:04:57] "POST /neutron/port HTTP/1.1" 200 117 0.025052 10.0.0.249 - - [2025-09-11 03:04:57] "POST /id-to-fqname HTTP/1.1" 200 220 0.001410 10.0.0.249 - - [2025-09-11 03:04:58] "POST /neutron/port HTTP/1.1" 200 1017 0.012275 10.0.0.249 - - [2025-09-11 03:04:58] "POST /neutron/network HTTP/1.1" 200 994 0.009025 10.0.0.249 - - [2025-09-11 03:04:58] "POST /neutron/port HTTP/1.1" 200 1017 0.012876 10.0.0.249 - - [2025-09-11 03:04:58] "POST /neutron/port HTTP/1.1" 200 1017 0.024413 10.0.0.249 - - [2025-09-11 03:04:58] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006416 10.0.0.249 - - [2025-09-11 03:04:58] "POST /neutron/security_group HTTP/1.1" 200 2058 0.008392 10.0.0.249 - - [2025-09-11 03:04:58] "POST /id-to-fqname HTTP/1.1" 200 220 0.001225 10.0.0.249 - - [2025-09-11 03:04:58] "POST /neutron/port HTTP/1.1" 200 1083 0.033363 10.0.0.49 - - [2025-09-11 03:04:59] "GET /projects?obj_uuids=6e8c05f9-cd87-43df-99e2-c005f11cd65e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000976 10.0.0.249 - - [2025-09-11 03:04:59] "GET /project/6e8c05f9-cd87-43df-99e2-c005f11cd65e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.083114 10.0.0.249 - - [2025-09-11 03:04:59] "POST /neutron/network HTTP/1.1" 200 994 0.013752 10.0.0.249 - - [2025-09-11 03:04:59] "POST /neutron/port HTTP/1.1" 200 117 0.005778 10.0.0.49 - - [2025-09-11 03:05:00] "DELETE /project/6e8c05f9cd8743df99e2c005f11cd65e HTTP/1.1" 404 173 0.005547 10.0.0.49 - - [2025-09-11 03:05:00] "GET /projects?obj_uuids=2671c377-a59a-493a-9074-6702ce4e2df9&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001959 10.0.0.49 - - [2025-09-11 03:05:00] "GET /project/2671c377-a59a-493a-9074-6702ce4e2df9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1472 0.051177 10.0.0.49 - - [2025-09-11 03:05:00] "GET /projects?obj_uuids=2671c377-a59a-493a-9074-6702ce4e2df9&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000873 10.0.0.49 - - [2025-09-11 03:05:00] "GET /project/2671c377-a59a-493a-9074-6702ce4e2df9?fields=security_groups HTTP/1.1" 200 1366 0.077420 10.0.0.49 - - [2025-09-11 03:05:00] "DELETE /security-group/340f2be5-c419-49fa-958d-b46cb2e4d85d HTTP/1.1" 200 115 0.084015 10.0.0.49 - - [2025-09-11 03:05:00] "GET /projects?obj_uuids=2671c377-a59a-493a-9074-6702ce4e2df9&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003483 10.0.0.49 - - [2025-09-11 03:05:00] "DELETE /access-control-list/f21e8b10-a9bb-49ce-8703-176a5d811e0f HTTP/1.1" 200 115 0.064063 10.0.0.49 - - [2025-09-11 03:05:00] "GET /project/2671c377-a59a-493a-9074-6702ce4e2df9?fields=application_policy_sets HTTP/1.1" 200 1405 0.101602 10.0.0.49 - - [2025-09-11 03:05:00] "DELETE /project/2671c377-a59a-493a-9074-6702ce4e2df9 HTTP/1.1" 404 190 0.555059 10.0.0.249 - - [2025-09-11 03:05:00] "GET /virtual-network/8ec9af12-04e9-486d-a393-c1ec43e7b220?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2549 0.013752 10.0.0.249 - - [2025-09-11 03:05:00] "POST /neutron/port HTTP/1.1" 200 1055 0.024284 10.0.0.249 - - [2025-09-11 03:05:01] "POST /neutron/port HTTP/1.1" 200 1083 0.027846 10.0.0.249 - - [2025-09-11 03:05:01] "POST /neutron/port HTTP/1.1" 200 117 0.001751 10.0.0.249 - - [2025-09-11 03:05:02] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007168 10.0.0.249 - - [2025-09-11 03:05:02] "POST /neutron/port HTTP/1.1" 200 1083 0.014946 10.0.0.249 - - [2025-09-11 03:05:02] "GET /virtual-machine/69e5f0e0-538f-4f56-b4cc-cdabf7404f9f HTTP/1.1" 200 1288 0.005589 10.0.0.249 - - [2025-09-11 03:05:02] "GET /virtual-machine-interface/3194f490-a9df-402f-a0b5-5a9c10077f5b HTTP/1.1" 200 2941 0.008046 10.0.0.249 - - [2025-09-11 03:05:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003886 10.0.0.249 - - [2025-09-11 03:05:02] "GET /global-vrouter-config/34ac33d4-7223-40b7-b082-da1d7603178b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003965 10.0.0.249 - - [2025-09-11 03:05:02] "GET /virtual-networks?parent_id=6e8c05f9-cd87-43df-99e2-c005f11cd65e&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003421 10.0.0.249 - - [2025-09-11 03:05:02] "GET /virtual-network/8ec9af12-04e9-486d-a393-c1ec43e7b220?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2549 0.006268 10.0.0.249 - - [2025-09-11 03:05:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003466 10.0.0.249 - - [2025-09-11 03:05:05] "GET /virtual-network/8ec9af12-04e9-486d-a393-c1ec43e7b220?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2549 0.005400 10.0.0.249 - - [2025-09-11 03:05:08] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007062 10.0.0.249 - - [2025-09-11 03:05:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003361 10.0.0.249 - - [2025-09-11 03:05:09] "GET /virtual-network/8ec9af12-04e9-486d-a393-c1ec43e7b220?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2549 0.006434 10.0.0.249 - - [2025-09-11 03:05:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003567 10.0.0.249 - - [2025-09-11 03:05:11] "GET /global-vrouter-config/34ac33d4-7223-40b7-b082-da1d7603178b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003561 10.0.0.249 - - [2025-09-11 03:05:11] "GET /virtual-networks?parent_id=6e8c05f9-cd87-43df-99e2-c005f11cd65e&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002723 10.0.0.249 - - [2025-09-11 03:05:11] "GET /virtual-network/8ec9af12-04e9-486d-a393-c1ec43e7b220?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2549 0.005811 10.0.0.249 - - [2025-09-11 03:05:12] "POST /neutron/port HTTP/1.1" 200 117 0.006807 10.0.0.249 - - [2025-09-11 03:05:12] "POST /neutron/port HTTP/1.1" 200 1109 0.013083 10.0.0.249 - - [2025-09-11 03:05:12] "POST /neutron/port HTTP/1.1" 200 1017 0.009255 10.0.0.249 - - [2025-09-11 03:05:12] "POST /neutron/network HTTP/1.1" 400 204 0.013145 10.0.0.249 - - [2025-09-11 03:05:13] "POST /neutron/port HTTP/1.1" 200 151 0.171538 10.0.0.49 - - [2025-09-11 03:05:15] "DELETE /route-target/3e6a412d-ee8d-437b-8907-3ab63375947d HTTP/1.1" 200 115 0.024637 10.0.0.249 - - [2025-09-11 03:05:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003292 10.0.0.249 - - [2025-09-11 03:05:15] "DELETE /network-ipam/cd5d8bd7-fdb7-44d8-8679-1cf9ec5aa2e0 HTTP/1.1" 200 115 0.029509 10.0.0.249 - - [2025-09-11 03:05:15] "POST /fqname-to-id HTTP/1.1" 404 211 0.002844 10.0.0.49 - - [2025-09-11 03:05:16] "GET /projects?obj_uuids=6e8c05f9-cd87-43df-99e2-c005f11cd65e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001934 10.0.0.249 - - [2025-09-11 03:05:16] "GET /project/6e8c05f9-cd87-43df-99e2-c005f11cd65e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.041471 10.0.0.49 - - [2025-09-11 03:05:16] "GET /projects?obj_uuids=6e8c05f9-cd87-43df-99e2-c005f11cd65e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001034 10.0.0.249 - - [2025-09-11 03:05:16] "GET /project/6e8c05f9-cd87-43df-99e2-c005f11cd65e?fields=virtual_networks HTTP/1.1" 200 1032 0.042338 10.0.0.49 - - [2025-09-11 03:05:16] "GET /projects?obj_uuids=6e8c05f9-cd87-43df-99e2-c005f11cd65e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001011 10.0.0.249 - - [2025-09-11 03:05:16] "GET /project/6e8c05f9-cd87-43df-99e2-c005f11cd65e?fields=virtual_machine_interfaces HTTP/1.1" 200 1032 0.040333 10.0.0.49 - - [2025-09-11 03:05:16] "GET /projects?obj_uuids=6e8c05f9-cd87-43df-99e2-c005f11cd65e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001332 10.0.0.249 - - [2025-09-11 03:05:16] "GET /project/6e8c05f9-cd87-43df-99e2-c005f11cd65e?fields=security_groups HTTP/1.1" 200 1258 0.043498 10.0.0.249 - - [2025-09-11 03:05:17] "POST /fqname-to-id HTTP/1.1" 404 196 0.025600 10.0.0.49 - - [2025-09-11 03:05:17] "GET /projects?obj_uuids=4ca31dd1-2a25-4813-b78c-80c16a93617a&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003534 10.0.0.49 - - [2025-09-11 03:05:17] "GET /domains?obj_uuids=6cefd47d-baca-4df6-a10c-ec963319da07&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001336 10.0.0.49 - - [2025-09-11 03:05:17] "GET /domain/6cefd47d-baca-4df6-a10c-ec963319da07?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.010633 10.0.0.249 - - [2025-09-11 03:05:17] "POST /neutron/port HTTP/1.1" 200 117 0.006239 10.0.0.49 - - [2025-09-11 03:05:17] "POST /id-to-fqname HTTP/1.1" 200 198 0.001195 10.0.0.49 - - [2025-09-11 03:05:17] "POST /fqname-to-id HTTP/1.1" 404 207 0.002933 10.0.0.49 - - [2025-09-11 03:05:18] "POST /security-groups HTTP/1.1" 200 599 0.069563 10.0.0.49 - - [2025-09-11 03:05:18] "POST /projects HTTP/1.1" 200 601 0.272955 10.0.0.49 - - [2025-09-11 03:05:18] "POST /fqname-to-id HTTP/1.1" 404 241 0.009327 10.0.0.49 - - [2025-09-11 03:05:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.347867 10.0.0.249 - - [2025-09-11 03:05:18] "GET /project/4ca31dd1-2a25-4813-b78c-80c16a93617a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.490514 10.0.0.249 - - [2025-09-11 03:05:19] "GET / HTTP/1.1" 200 35931 0.001916 10.0.0.249 - - [2025-09-11 03:05:21] "POST /fqname-to-id HTTP/1.1" 401 293 0.000415 10.0.0.249 - - [2025-09-11 03:05:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.063896 10.0.0.49 - - [2025-09-11 03:05:21] "GET /projects?obj_uuids=4ca31dd1-2a25-4813-b78c-80c16a93617a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001344 10.0.0.249 - - [2025-09-11 03:05:21] "GET /project/4ca31dd1-2a25-4813-b78c-80c16a93617a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.045020 10.0.0.49 - - [2025-09-11 03:05:21] "GET /projects?obj_uuids=4ca31dd1-2a25-4813-b78c-80c16a93617a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.002243 10.0.0.249 - - [2025-09-11 03:05:21] "POST /neutron/network HTTP/1.1" 200 613 0.143921 10.0.0.49 - - [2025-09-11 03:05:22] "POST /fqname-to-id HTTP/1.1" 404 207 0.042330 10.0.0.249 - - [2025-09-11 03:05:22] "POST /neutron/network HTTP/1.1" 200 1007 0.022993 10.0.0.49 - - [2025-09-11 03:05:22] "POST /ref-update HTTP/1.1" 200 156 0.044899 10.0.0.249 - - [2025-09-11 03:05:22] "POST /id-to-fqname HTTP/1.1" 200 228 0.015901 10.0.0.249 - - [2025-09-11 03:05:22] "GET /virtual-network/44d5e35f-daab-439f-b861-67bbb3f88350?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2643 0.005644 10.0.0.249 - - [2025-09-11 03:05:22] "GET /virtual-network/44d5e35f-daab-439f-b861-67bbb3f88350?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2643 0.006989 10.0.0.249 - - [2025-09-11 03:05:22] "POST /neutron/subnet HTTP/1.1" 200 828 0.009293 10.0.0.249 - - [2025-09-11 03:05:22] "GET /virtual-network/44d5e35f-daab-439f-b861-67bbb3f88350?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2643 0.005886 10.0.0.22 - - [2025-09-11 03:05:23] "GET /obj-perms HTTP/1.1" 200 5065 0.058114 10.0.0.249 - - [2025-09-11 03:05:24] "POST /id-to-fqname HTTP/1.1" 200 228 0.003588 10.0.0.249 - - [2025-09-11 03:05:24] "POST /neutron/network HTTP/1.1" 200 1017 0.010530 10.0.0.49 - - [2025-09-11 03:05:25] "GET /projects?obj_uuids=4ca31dd1-2a25-4813-b78c-80c16a93617a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001112 10.0.0.249 - - [2025-09-11 03:05:25] "GET /project/4ca31dd1-2a25-4813-b78c-80c16a93617a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.060863 10.0.0.249 - - [2025-09-11 03:05:25] "POST /neutron/port HTTP/1.1" 200 117 0.006214 10.0.0.249 - - [2025-09-11 03:05:25] "POST /id-to-fqname HTTP/1.1" 200 228 0.001230 10.0.0.249 - - [2025-09-11 03:05:26] "POST /neutron/network HTTP/1.1" 200 1017 0.009873 10.0.0.249 - - [2025-09-11 03:05:26] "POST /neutron/port HTTP/1.1" 200 1176 0.017819 10.0.0.249 - - [2025-09-11 03:05:26] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003850 10.0.0.249 - - [2025-09-11 03:05:27] "POST /neutron/port HTTP/1.1" 200 117 0.001094 10.0.0.49 - - [2025-09-11 03:05:27] "GET /projects?obj_uuids=4ca31dd1-2a25-4813-b78c-80c16a93617a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001273 10.0.0.249 - - [2025-09-11 03:05:27] "GET /project/4ca31dd1-2a25-4813-b78c-80c16a93617a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.078797 10.0.0.249 - - [2025-09-11 03:05:27] "POST /neutron/network HTTP/1.1" 200 1007 0.013157 10.0.0.249 - - [2025-09-11 03:05:27] "POST /neutron/port HTTP/1.1" 200 117 0.007615 10.0.0.249 - - [2025-09-11 03:05:27] "POST /id-to-fqname HTTP/1.1" 200 228 0.001096 10.0.0.249 - - [2025-09-11 03:05:28] "POST /neutron/network HTTP/1.1" 200 1017 0.008785 10.0.0.49 - - [2025-09-11 03:05:28] "GET /projects?obj_uuids=4ca31dd1-2a25-4813-b78c-80c16a93617a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001532 10.0.0.249 - - [2025-09-11 03:05:28] "GET /project/4ca31dd1-2a25-4813-b78c-80c16a93617a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.069900 10.0.0.249 - - [2025-09-11 03:05:29] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008236 10.0.0.249 - - [2025-09-11 03:05:29] "POST /id-to-fqname HTTP/1.1" 200 228 0.001225 10.0.0.249 - - [2025-09-11 03:05:29] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007231 10.0.0.49 - - [2025-09-11 03:05:30] "GET /projects?obj_uuids=4ca31dd1-2a25-4813-b78c-80c16a93617a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001511 10.0.0.249 - - [2025-09-11 03:05:30] "GET /project/4ca31dd1-2a25-4813-b78c-80c16a93617a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.081064 10.0.0.249 - - [2025-09-11 03:05:30] "POST /neutron/port HTTP/1.1" 200 1204 0.040428 10.0.0.249 - - [2025-09-11 03:05:30] "POST /neutron/port HTTP/1.1" 200 117 0.007437 10.0.0.249 - - [2025-09-11 03:05:30] "POST /neutron/network HTTP/1.1" 400 204 0.012360 10.0.0.249 - - [2025-09-11 03:05:31] "POST /neutron/port HTTP/1.1" 200 151 0.219516 10.0.0.249 - - [2025-09-11 03:05:31] "POST /neutron/network HTTP/1.1" 200 117 0.007878 10.0.0.249 - - [2025-09-11 03:05:32] "POST /neutron/network HTTP/1.1" 200 981 0.010712 10.0.0.249 - - [2025-09-11 03:05:32] "POST /neutron/network HTTP/1.1" 200 1007 0.010126 10.0.0.49 - - [2025-09-11 03:05:34] "GET /projects?obj_uuids=4ca31dd1-2a25-4813-b78c-80c16a93617a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001005 10.0.0.249 - - [2025-09-11 03:05:34] "GET /project/4ca31dd1-2a25-4813-b78c-80c16a93617a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.042364 10.0.0.49 - - [2025-09-11 03:05:34] "GET /projects?obj_uuids=4ca31dd1-2a25-4813-b78c-80c16a93617a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001268 10.0.0.249 - - [2025-09-11 03:05:34] "GET /project/4ca31dd1-2a25-4813-b78c-80c16a93617a?fields=virtual_networks HTTP/1.1" 200 1048 0.049379 10.0.0.49 - - [2025-09-11 03:05:34] "GET /projects?obj_uuids=4ca31dd1-2a25-4813-b78c-80c16a93617a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.002420 10.0.0.249 - - [2025-09-11 03:05:34] "GET /project/4ca31dd1-2a25-4813-b78c-80c16a93617a?fields=virtual_machine_interfaces HTTP/1.1" 200 1048 0.046245 10.0.0.49 - - [2025-09-11 03:05:34] "GET /projects?obj_uuids=4ca31dd1-2a25-4813-b78c-80c16a93617a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000905 10.0.0.249 - - [2025-09-11 03:05:34] "GET /project/4ca31dd1-2a25-4813-b78c-80c16a93617a?fields=security_groups HTTP/1.1" 200 1282 0.038853 10.0.0.249 - - [2025-09-11 03:05:35] "POST /fqname-to-id HTTP/1.1" 404 183 0.024606 10.0.0.49 - - [2025-09-11 03:05:35] "GET /projects?obj_uuids=252a477b-080b-4bf3-b1ef-63af584178b6&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003359 10.0.0.49 - - [2025-09-11 03:05:35] "GET /domains?obj_uuids=6cefd47d-baca-4df6-a10c-ec963319da07&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001331 10.0.0.49 - - [2025-09-11 03:05:35] "GET /domain/6cefd47d-baca-4df6-a10c-ec963319da07?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007537 10.0.0.49 - - [2025-09-11 03:05:35] "POST /id-to-fqname HTTP/1.1" 200 185 0.002693 10.0.0.49 - - [2025-09-11 03:05:35] "POST /fqname-to-id HTTP/1.1" 404 194 0.009420 10.0.0.49 - - [2025-09-11 03:05:36] "POST /security-groups HTTP/1.1" 200 586 0.073206 10.0.0.49 - - [2025-09-11 03:05:36] "POST /fqname-to-id HTTP/1.1" 404 229 0.002918 10.0.0.49 - - [2025-09-11 03:05:36] "POST /projects HTTP/1.1" 200 575 0.298908 10.0.0.49 - - [2025-09-11 03:05:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.369551 10.0.0.49 - - [2025-09-11 03:05:36] "POST /access-control-lists HTTP/1.1" 200 589 0.027323 10.0.0.249 - - [2025-09-11 03:05:36] "GET /project/252a477b-080b-4bf3-b1ef-63af584178b6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1343 0.511646 10.0.0.249 - - [2025-09-11 03:05:37] "GET / HTTP/1.1" 200 35931 0.002946 10.0.0.49 - - [2025-09-11 03:05:40] "GET /projects?obj_uuids=252a477b-080b-4bf3-b1ef-63af584178b6&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001071 10.0.0.249 - - [2025-09-11 03:05:40] "GET /project/252a477b-080b-4bf3-b1ef-63af584178b6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1343 0.037534 10.0.0.49 - - [2025-09-11 03:05:40] "GET /projects?obj_uuids=252a477b-080b-4bf3-b1ef-63af584178b6&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001013 10.0.0.249 - - [2025-09-11 03:05:40] "GET /project/252a477b-080b-4bf3-b1ef-63af584178b6?fields=virtual_networks HTTP/1.1" 200 1022 0.044076 10.0.0.49 - - [2025-09-11 03:05:40] "GET /projects?obj_uuids=252a477b-080b-4bf3-b1ef-63af584178b6&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001248 10.0.0.249 - - [2025-09-11 03:05:40] "GET /project/252a477b-080b-4bf3-b1ef-63af584178b6?fields=virtual_machine_interfaces HTTP/1.1" 200 1022 0.038252 10.0.0.49 - - [2025-09-11 03:05:40] "GET /projects?obj_uuids=252a477b-080b-4bf3-b1ef-63af584178b6&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001315 10.0.0.249 - - [2025-09-11 03:05:40] "GET /project/252a477b-080b-4bf3-b1ef-63af584178b6?fields=security_groups HTTP/1.1" 200 1243 0.046559 10.0.0.49 - - [2025-09-11 03:05:41] "GET /obj-perms HTTP/1.1" 200 5075 0.061086 10.0.0.249 - - [2025-09-11 03:05:41] "POST /fqname-to-id HTTP/1.1" 404 193 0.044653 10.0.0.249 - - [2025-09-11 03:05:41] "GET /obj-perms HTTP/1.1" 200 5075 0.079576 10.0.0.49 - - [2025-09-11 03:05:41] "GET /projects?obj_uuids=237a7492-1c15-4993-940a-492eb12077d0&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003414 10.0.0.49 - - [2025-09-11 03:05:42] "GET /domains?obj_uuids=6cefd47d-baca-4df6-a10c-ec963319da07&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000988 10.0.0.49 - - [2025-09-11 03:05:42] "GET /domain/6cefd47d-baca-4df6-a10c-ec963319da07?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007430 10.0.0.49 - - [2025-09-11 03:05:42] "POST /id-to-fqname HTTP/1.1" 200 195 0.007907 10.0.0.49 - - [2025-09-11 03:05:42] "POST /fqname-to-id HTTP/1.1" 404 204 0.006352 10.0.0.49 - - [2025-09-11 03:05:42] "POST /security-groups HTTP/1.1" 200 596 0.031709 10.0.0.49 - - [2025-09-11 03:05:42] "POST /projects HTTP/1.1" 200 595 0.234725 10.0.0.49 - - [2025-09-11 03:05:42] "POST /fqname-to-id HTTP/1.1" 404 238 0.009645 10.0.0.49 - - [2025-09-11 03:05:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.304256 10.0.0.249 - - [2025-09-11 03:05:42] "GET /project/237a7492-1c15-4993-940a-492eb12077d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1383 0.452720 10.0.0.249 - - [2025-09-11 03:05:43] "GET / HTTP/1.1" 200 35931 0.001946 10.0.0.49 - - [2025-09-11 03:05:46] "GET /projects?obj_uuids=237a7492-1c15-4993-940a-492eb12077d0&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000896 10.0.0.249 - - [2025-09-11 03:05:46] "GET /project/237a7492-1c15-4993-940a-492eb12077d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1383 0.049871 10.0.0.49 - - [2025-09-11 03:05:46] "GET /projects?obj_uuids=237a7492-1c15-4993-940a-492eb12077d0&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000925 10.0.0.249 - - [2025-09-11 03:05:46] "GET /project/237a7492-1c15-4993-940a-492eb12077d0?fields=virtual_networks HTTP/1.1" 200 1042 0.055961 10.0.0.49 - - [2025-09-11 03:05:46] "GET /projects?obj_uuids=237a7492-1c15-4993-940a-492eb12077d0&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001296 10.0.0.249 - - [2025-09-11 03:05:46] "GET /project/237a7492-1c15-4993-940a-492eb12077d0?fields=virtual_machine_interfaces HTTP/1.1" 200 1042 0.042322 10.0.0.49 - - [2025-09-11 03:05:46] "GET /projects?obj_uuids=237a7492-1c15-4993-940a-492eb12077d0&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001006 10.0.0.249 - - [2025-09-11 03:05:46] "GET /project/237a7492-1c15-4993-940a-492eb12077d0?fields=security_groups HTTP/1.1" 200 1273 0.048563 10.0.0.249 - - [2025-09-11 03:05:47] "POST /fqname-to-id HTTP/1.1" 404 199 0.037307 10.0.0.49 - - [2025-09-11 03:05:47] "GET /projects?obj_uuids=866c097c-49c0-4557-8fc7-4fa08605fec0&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004976 10.0.0.49 - - [2025-09-11 03:05:47] "GET /domains?obj_uuids=6cefd47d-baca-4df6-a10c-ec963319da07&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001109 10.0.0.49 - - [2025-09-11 03:05:47] "GET /domain/6cefd47d-baca-4df6-a10c-ec963319da07?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006973 10.0.0.49 - - [2025-09-11 03:05:47] "POST /id-to-fqname HTTP/1.1" 200 201 0.005346 10.0.0.49 - - [2025-09-11 03:05:47] "POST /fqname-to-id HTTP/1.1" 404 210 0.004956 10.0.0.49 - - [2025-09-11 03:05:47] "POST /security-groups HTTP/1.1" 200 602 0.077861 10.0.0.49 - - [2025-09-11 03:05:48] "POST /projects HTTP/1.1" 200 607 0.293957 10.0.0.49 - - [2025-09-11 03:05:48] "POST /access-control-lists HTTP/1.1" 200 607 0.024244 10.0.0.49 - - [2025-09-11 03:05:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.368552 10.0.0.249 - - [2025-09-11 03:05:48] "GET /project/866c097c-49c0-4557-8fc7-4fa08605fec0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1407 0.507167 10.0.0.249 - - [2025-09-11 03:05:49] "GET / HTTP/1.1" 200 35931 0.001427 10.0.0.49 - - [2025-09-11 03:05:52] "GET /projects?obj_uuids=866c097c-49c0-4557-8fc7-4fa08605fec0&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001239 10.0.0.249 - - [2025-09-11 03:05:52] "GET /project/866c097c-49c0-4557-8fc7-4fa08605fec0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1407 0.041184 10.0.0.49 - - [2025-09-11 03:05:52] "GET /projects?obj_uuids=866c097c-49c0-4557-8fc7-4fa08605fec0&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001250 10.0.0.249 - - [2025-09-11 03:05:52] "GET /project/866c097c-49c0-4557-8fc7-4fa08605fec0?fields=virtual_networks HTTP/1.1" 200 1054 0.049053 10.0.0.49 - - [2025-09-11 03:05:52] "GET /projects?obj_uuids=866c097c-49c0-4557-8fc7-4fa08605fec0&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000984 10.0.0.249 - - [2025-09-11 03:05:52] "GET /project/866c097c-49c0-4557-8fc7-4fa08605fec0?fields=virtual_machine_interfaces HTTP/1.1" 200 1054 0.042307 10.0.0.49 - - [2025-09-11 03:05:52] "GET /projects?obj_uuids=866c097c-49c0-4557-8fc7-4fa08605fec0&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000938 10.0.0.249 - - [2025-09-11 03:05:52] "GET /project/866c097c-49c0-4557-8fc7-4fa08605fec0?fields=security_groups HTTP/1.1" 200 1291 0.043756 10.0.0.249 - - [2025-09-11 03:05:53] "POST /fqname-to-id HTTP/1.1" 404 185 0.024309 10.0.0.49 - - [2025-09-11 03:05:53] "GET /projects?obj_uuids=3edef234-471f-4343-8e04-cb02a4316b00&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003100 10.0.0.49 - - [2025-09-11 03:05:53] "GET /domains?obj_uuids=6cefd47d-baca-4df6-a10c-ec963319da07&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000879 10.0.0.49 - - [2025-09-11 03:05:53] "GET /domain/6cefd47d-baca-4df6-a10c-ec963319da07?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006738 10.0.0.49 - - [2025-09-11 03:05:53] "POST /id-to-fqname HTTP/1.1" 200 187 0.002945 10.0.0.49 - - [2025-09-11 03:05:53] "POST /fqname-to-id HTTP/1.1" 404 196 0.006239 10.0.0.49 - - [2025-09-11 03:05:53] "POST /security-groups HTTP/1.1" 200 588 0.026495 10.0.0.49 - - [2025-09-11 03:05:53] "POST /fqname-to-id HTTP/1.1" 404 231 0.003756 10.0.0.49 - - [2025-09-11 03:05:53] "POST /projects HTTP/1.1" 200 579 0.229175 10.0.0.49 - - [2025-09-11 03:05:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.298190 10.0.0.49 - - [2025-09-11 03:05:53] "POST /access-control-lists HTTP/1.1" 200 591 0.025409 10.0.0.249 - - [2025-09-11 03:05:53] "GET /project/3edef234-471f-4343-8e04-cb02a4316b00?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1351 0.432848 10.0.0.249 - - [2025-09-11 03:05:54] "GET / HTTP/1.1" 200 35931 0.001692 10.0.0.49 - - [2025-09-11 03:05:57] "GET /projects?obj_uuids=3edef234-471f-4343-8e04-cb02a4316b00&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001051 10.0.0.249 - - [2025-09-11 03:05:57] "GET /project/3edef234-471f-4343-8e04-cb02a4316b00?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1351 0.045998 10.0.0.49 - - [2025-09-11 03:05:57] "GET /projects?obj_uuids=3edef234-471f-4343-8e04-cb02a4316b00&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.000895 10.0.0.249 - - [2025-09-11 03:05:57] "GET /project/3edef234-471f-4343-8e04-cb02a4316b00?fields=virtual_networks HTTP/1.1" 200 1026 0.052125 10.0.0.49 - - [2025-09-11 03:05:57] "GET /projects?obj_uuids=3edef234-471f-4343-8e04-cb02a4316b00&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001230 10.0.0.249 - - [2025-09-11 03:05:57] "GET /project/3edef234-471f-4343-8e04-cb02a4316b00?fields=virtual_machine_interfaces HTTP/1.1" 200 1026 0.045666 10.0.0.49 - - [2025-09-11 03:05:58] "GET /projects?obj_uuids=3edef234-471f-4343-8e04-cb02a4316b00&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001327 10.0.0.249 - - [2025-09-11 03:05:58] "GET /project/3edef234-471f-4343-8e04-cb02a4316b00?fields=security_groups HTTP/1.1" 200 1249 0.051438 10.0.0.249 - - [2025-09-11 03:05:58] "POST /fqname-to-id HTTP/1.1" 404 182 0.028128 10.0.0.49 - - [2025-09-11 03:05:58] "GET /projects?obj_uuids=86d8e2d7-612d-4e79-b4e2-ce4cff2ea2d8&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003053 10.0.0.49 - - [2025-09-11 03:05:59] "GET /domains?obj_uuids=6cefd47d-baca-4df6-a10c-ec963319da07&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000928 10.0.0.49 - - [2025-09-11 03:05:59] "GET /domain/6cefd47d-baca-4df6-a10c-ec963319da07?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007339 10.0.0.49 - - [2025-09-11 03:05:59] "POST /id-to-fqname HTTP/1.1" 200 184 0.007677 10.0.0.49 - - [2025-09-11 03:05:59] "POST /fqname-to-id HTTP/1.1" 404 193 0.007365 10.0.0.49 - - [2025-09-11 03:05:59] "POST /security-groups HTTP/1.1" 200 585 0.069160 10.0.0.49 - - [2025-09-11 03:05:59] "POST /projects HTTP/1.1" 200 573 0.283102 10.0.0.49 - - [2025-09-11 03:05:59] "POST /fqname-to-id HTTP/1.1" 404 227 0.006624 10.0.0.49 - - [2025-09-11 03:05:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.362270 10.0.0.249 - - [2025-09-11 03:05:59] "GET /project/86d8e2d7-612d-4e79-b4e2-ce4cff2ea2d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1339 0.521819 10.0.0.249 - - [2025-09-11 03:06:00] "GET / HTTP/1.1" 200 35931 0.002739 10.0.0.49 - - [2025-09-11 03:06:00] "DELETE /access-control-list/b078689e-03f1-4e94-a97d-1d5d10774317 HTTP/1.1" 200 115 0.054846 10.0.0.49 - - [2025-09-11 03:06:01] "DELETE /project/252a477b080b4bf3b1ef63af584178b6 HTTP/1.1" 404 173 0.019264 10.0.0.49 - - [2025-09-11 03:06:01] "DELETE /project/3edef234471f43438e04cb02a4316b00 HTTP/1.1" 404 173 0.018301 10.0.0.49 - - [2025-09-11 03:06:01] "DELETE /project/6e8c05f9-cd87-43df-99e2-c005f11cd65e HTTP/1.1" 404 177 0.017369 10.0.0.49 - - [2025-09-11 03:06:01] "DELETE /project/237a74921c154993940a492eb12077d0 HTTP/1.1" 404 173 0.016419 10.0.0.49 - - [2025-09-11 03:06:01] "DELETE /project/866c097c49c045578fc74fa08605fec0 HTTP/1.1" 404 173 0.015675 10.0.0.49 - - [2025-09-11 03:06:01] "DELETE /project/4ca31dd12a254813b78c80c16a93617a HTTP/1.1" 404 173 0.014945 10.0.0.49 - - [2025-09-11 03:06:01] "DELETE /project/86d8e2d7612d4e79b4e2ce4cff2ea2d8 HTTP/1.1" 404 173 0.010430 10.0.0.49 - - [2025-09-11 03:06:01] "GET /projects?obj_uuids=4ca31dd1-2a25-4813-b78c-80c16a93617a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000957 10.0.0.49 - - [2025-09-11 03:06:01] "GET /projects?obj_uuids=866c097c-49c0-4557-8fc7-4fa08605fec0&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000784 10.0.0.49 - - [2025-09-11 03:06:01] "GET /projects?obj_uuids=252a477b-080b-4bf3-b1ef-63af584178b6&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000688 10.0.0.49 - - [2025-09-11 03:06:01] "GET /projects?obj_uuids=3edef234-471f-4343-8e04-cb02a4316b00&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001003 10.0.0.49 - - [2025-09-11 03:06:01] "GET /projects?obj_uuids=237a7492-1c15-4993-940a-492eb12077d0&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000762 10.0.0.49 - - [2025-09-11 03:06:01] "GET /project/4ca31dd1-2a25-4813-b78c-80c16a93617a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1500 0.093965 10.0.0.49 - - [2025-09-11 03:06:01] "GET /project/866c097c-49c0-4557-8fc7-4fa08605fec0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1512 0.116500 10.0.0.49 - - [2025-09-11 03:06:01] "GET /project/252a477b-080b-4bf3-b1ef-63af584178b6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1448 0.130577 10.0.0.49 - - [2025-09-11 03:06:01] "GET /projects?obj_uuids=4ca31dd1-2a25-4813-b78c-80c16a93617a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001225 10.0.0.49 - - [2025-09-11 03:06:01] "GET /projects?obj_uuids=866c097c-49c0-4557-8fc7-4fa08605fec0&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000965 10.0.0.49 - - [2025-09-11 03:06:01] "GET /projects?obj_uuids=252a477b-080b-4bf3-b1ef-63af584178b6&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001931 10.0.0.49 - - [2025-09-11 03:06:01] "GET /project/3edef234-471f-4343-8e04-cb02a4316b00?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1456 0.143811 10.0.0.49 - - [2025-09-11 03:06:01] "GET /project/237a7492-1c15-4993-940a-492eb12077d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1488 0.187294 10.0.0.49 - - [2025-09-11 03:06:01] "GET /projects?obj_uuids=3edef234-471f-4343-8e04-cb02a4316b00&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001102 10.0.0.49 - - [2025-09-11 03:06:01] "GET /project/252a477b-080b-4bf3-b1ef-63af584178b6?fields=security_groups HTTP/1.1" 200 1348 0.100202 10.0.0.49 - - [2025-09-11 03:06:01] "GET /project/4ca31dd1-2a25-4813-b78c-80c16a93617a?fields=security_groups HTTP/1.1" 200 1387 0.152270 10.0.0.49 - - [2025-09-11 03:06:01] "GET /project/866c097c-49c0-4557-8fc7-4fa08605fec0?fields=security_groups HTTP/1.1" 200 1396 0.159189 10.0.0.49 - - [2025-09-11 03:06:01] "GET /projects?obj_uuids=237a7492-1c15-4993-940a-492eb12077d0&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001021 10.0.0.49 - - [2025-09-11 03:06:01] "GET /project/3edef234-471f-4343-8e04-cb02a4316b00?fields=security_groups HTTP/1.1" 200 1354 0.136657 10.0.0.49 - - [2025-09-11 03:06:01] "GET /project/237a7492-1c15-4993-940a-492eb12077d0?fields=security_groups HTTP/1.1" 200 1378 0.110421 10.0.0.49 - - [2025-09-11 03:06:01] "DELETE /security-group/729ef18f-3f78-4eb2-9d10-aebf78eefbdb HTTP/1.1" 200 115 0.161394 10.0.0.49 - - [2025-09-11 03:06:01] "GET /projects?obj_uuids=252a477b-080b-4bf3-b1ef-63af584178b6&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001056 10.0.0.49 - - [2025-09-11 03:06:01] "DELETE /security-group/ee867c86-57ca-404f-beb9-dd36afc2fa8b HTTP/1.1" 200 115 0.178074 10.0.0.49 - - [2025-09-11 03:06:01] "DELETE /security-group/7646c1ff-3a5d-4962-90f0-9ced54e25223 HTTP/1.1" 200 115 0.157552 10.0.0.49 - - [2025-09-11 03:06:01] "GET /projects?obj_uuids=4ca31dd1-2a25-4813-b78c-80c16a93617a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001141 10.0.0.49 - - [2025-09-11 03:06:01] "GET /projects?obj_uuids=866c097c-49c0-4557-8fc7-4fa08605fec0&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001008 10.0.0.49 - - [2025-09-11 03:06:01] "GET /project/252a477b-080b-4bf3-b1ef-63af584178b6?fields=application_policy_sets HTTP/1.1" 200 1387 0.095659 10.0.0.49 - - [2025-09-11 03:06:01] "DELETE /security-group/4c87d5a8-8f64-47da-8d41-735f306e6b76 HTTP/1.1" 200 115 0.196297 10.0.0.49 - - [2025-09-11 03:06:01] "GET /projects?obj_uuids=3edef234-471f-4343-8e04-cb02a4316b00&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001081 10.0.0.49 - - [2025-09-11 03:06:01] "GET /project/866c097c-49c0-4557-8fc7-4fa08605fec0?fields=application_policy_sets HTTP/1.1" 200 1435 0.116721 10.0.0.49 - - [2025-09-11 03:06:01] "DELETE /security-group/7a489501-5453-4d74-be4f-588044c1730a HTTP/1.1" 200 115 0.202711 10.0.0.49 - - [2025-09-11 03:06:01] "GET /project/4ca31dd1-2a25-4813-b78c-80c16a93617a?fields=application_policy_sets HTTP/1.1" 200 1426 0.161856 10.0.0.49 - - [2025-09-11 03:06:01] "GET /projects?obj_uuids=237a7492-1c15-4993-940a-492eb12077d0&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.004062 10.0.0.49 - - [2025-09-11 03:06:01] "DELETE /access-control-list/23c2bd4f-5889-40e6-9a38-4c54bfca95a5 HTTP/1.1" 200 115 0.141957 10.0.0.49 - - [2025-09-11 03:06:01] "GET /project/3edef234-471f-4343-8e04-cb02a4316b00?fields=application_policy_sets HTTP/1.1" 200 1393 0.155044 10.0.0.49 - - [2025-09-11 03:06:01] "GET /project/237a7492-1c15-4993-940a-492eb12077d0?fields=application_policy_sets HTTP/1.1" 200 1417 0.198472 10.0.0.49 - - [2025-09-11 03:06:02] "DELETE /access-control-list/b878cd08-084e-42e3-986f-60b0ab439db3 HTTP/1.1" 200 115 0.171630 10.0.0.49 - - [2025-09-11 03:06:02] "DELETE /project/252a477b-080b-4bf3-b1ef-63af584178b6 HTTP/1.1" 200 115 1.057950 10.0.0.49 - - [2025-09-11 03:06:02] "DELETE /project/866c097c-49c0-4557-8fc7-4fa08605fec0 HTTP/1.1" 200 115 1.094900 10.0.0.49 - - [2025-09-11 03:06:02] "DELETE /project/4ca31dd1-2a25-4813-b78c-80c16a93617a HTTP/1.1" 200 115 1.118730 10.0.0.49 - - [2025-09-11 03:06:02] "DELETE /project/3edef234-471f-4343-8e04-cb02a4316b00 HTTP/1.1" 200 115 1.103780 10.0.0.49 - - [2025-09-11 03:06:02] "DELETE /project/237a7492-1c15-4993-940a-492eb12077d0 HTTP/1.1" 200 115 1.155361 10.0.0.49 - - [2025-09-11 03:06:02] "DELETE /access-control-list/628a021b-dbec-4997-9b35-7ce8e36882db HTTP/1.1" 200 115 0.066383 10.0.0.49 - - [2025-09-11 03:06:03] "GET /projects?obj_uuids=86d8e2d7-612d-4e79-b4e2-ce4cff2ea2d8&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001062 10.0.0.249 - - [2025-09-11 03:06:04] "GET /project/86d8e2d7-612d-4e79-b4e2-ce4cff2ea2d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1339 0.043145 10.0.0.49 - - [2025-09-11 03:06:04] "GET /projects?obj_uuids=86d8e2d7-612d-4e79-b4e2-ce4cff2ea2d8&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001155 10.0.0.249 - - [2025-09-11 03:06:04] "GET /project/86d8e2d7-612d-4e79-b4e2-ce4cff2ea2d8?fields=virtual_networks HTTP/1.1" 200 1020 0.046682 10.0.0.49 - - [2025-09-11 03:06:04] "GET /projects?obj_uuids=86d8e2d7-612d-4e79-b4e2-ce4cff2ea2d8&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.002150 10.0.0.249 - - [2025-09-11 03:06:04] "GET /project/86d8e2d7-612d-4e79-b4e2-ce4cff2ea2d8?fields=virtual_machine_interfaces HTTP/1.1" 200 1020 0.041172 10.0.0.49 - - [2025-09-11 03:06:04] "GET /projects?obj_uuids=86d8e2d7-612d-4e79-b4e2-ce4cff2ea2d8&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001017 10.0.0.249 - - [2025-09-11 03:06:04] "GET /project/86d8e2d7-612d-4e79-b4e2-ce4cff2ea2d8?fields=security_groups HTTP/1.1" 200 1240 0.041349 10.0.0.249 - - [2025-09-11 03:06:05] "POST /fqname-to-id HTTP/1.1" 404 186 0.027655 10.0.0.49 - - [2025-09-11 03:06:05] "GET /projects?obj_uuids=b4c5853b-2111-44d3-9809-995b59a6d509&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003665 10.0.0.49 - - [2025-09-11 03:06:05] "GET /domains?obj_uuids=6cefd47d-baca-4df6-a10c-ec963319da07&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000935 10.0.0.49 - - [2025-09-11 03:06:05] "GET /domain/6cefd47d-baca-4df6-a10c-ec963319da07?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007315 10.0.0.49 - - [2025-09-11 03:06:05] "POST /id-to-fqname HTTP/1.1" 200 188 0.007875 10.0.0.49 - - [2025-09-11 03:06:05] "POST /fqname-to-id HTTP/1.1" 404 197 0.006942 10.0.0.49 - - [2025-09-11 03:06:05] "POST /security-groups HTTP/1.1" 200 589 0.039832 10.0.0.49 - - [2025-09-11 03:06:05] "POST /projects HTTP/1.1" 200 581 0.249537 10.0.0.49 - - [2025-09-11 03:06:05] "POST /access-control-lists HTTP/1.1" 200 594 0.035154 10.0.0.49 - - [2025-09-11 03:06:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.327792 10.0.0.249 - - [2025-09-11 03:06:05] "GET /project/b4c5853b-2111-44d3-9809-995b59a6d509?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.587557 10.0.0.249 - - [2025-09-11 03:06:06] "GET / HTTP/1.1" 200 35931 0.001846 10.0.0.49 - - [2025-09-11 03:06:09] "GET /projects?obj_uuids=b4c5853b-2111-44d3-9809-995b59a6d509&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000961 10.0.0.249 - - [2025-09-11 03:06:09] "GET /project/b4c5853b-2111-44d3-9809-995b59a6d509?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.041139 10.0.0.49 - - [2025-09-11 03:06:09] "GET /projects?obj_uuids=b4c5853b-2111-44d3-9809-995b59a6d509&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000888 10.0.0.249 - - [2025-09-11 03:06:09] "GET /project/b4c5853b-2111-44d3-9809-995b59a6d509?fields=virtual_networks HTTP/1.1" 200 1029 0.045475 10.0.0.49 - - [2025-09-11 03:06:09] "GET /projects?obj_uuids=b4c5853b-2111-44d3-9809-995b59a6d509&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000981 10.0.0.249 - - [2025-09-11 03:06:09] "GET /project/b4c5853b-2111-44d3-9809-995b59a6d509?fields=virtual_machine_interfaces HTTP/1.1" 200 1029 0.077931 10.0.0.49 - - [2025-09-11 03:06:09] "GET /projects?obj_uuids=b4c5853b-2111-44d3-9809-995b59a6d509&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001436 10.0.0.249 - - [2025-09-11 03:06:09] "GET /project/b4c5853b-2111-44d3-9809-995b59a6d509?fields=security_groups HTTP/1.1" 200 1253 0.048557 10.0.0.22 - - [2025-09-11 03:06:10] "GET /global-system-configs HTTP/1.1" 200 322 0.061484 10.0.0.49 - - [2025-09-11 03:06:10] "GET /global-system-configs HTTP/1.1" 200 322 0.138267 10.0.0.22 - - [2025-09-11 03:06:10] "GET /global-system-configs HTTP/1.1" 200 322 0.147413 10.0.0.49 - - [2025-09-11 03:06:11] "GET /global-system-configs HTTP/1.1" 200 322 0.210249 10.0.0.22 - - [2025-09-11 03:06:11] "GET /obj-perms HTTP/1.1" 200 5075 0.407572 10.0.0.249 - - [2025-09-11 03:06:11] "GET /obj-perms HTTP/1.1" 200 5075 0.421541 10.0.0.49 - - [2025-09-11 03:06:11] "GET /obj-perms HTTP/1.1" 200 5075 0.452855 10.0.0.249 - - [2025-09-11 03:06:11] "GET /global-system-configs HTTP/1.1" 200 322 0.101059 10.0.0.249 - - [2025-09-11 03:06:11] "POST /fqname-to-id HTTP/1.1" 404 186 0.026368 10.0.0.49 - - [2025-09-11 03:06:11] "GET /projects?obj_uuids=01c1cc8b-dd17-443f-afec-e7aa0a80ec8f&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002817 10.0.0.49 - - [2025-09-11 03:06:11] "GET /domains?obj_uuids=6cefd47d-baca-4df6-a10c-ec963319da07&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001536 10.0.0.49 - - [2025-09-11 03:06:11] "GET /domain/6cefd47d-baca-4df6-a10c-ec963319da07?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008075 10.0.0.49 - - [2025-09-11 03:06:11] "POST /id-to-fqname HTTP/1.1" 200 188 0.003055 10.0.0.49 - - [2025-09-11 03:06:11] "POST /fqname-to-id HTTP/1.1" 404 197 0.004685 10.0.0.49 - - [2025-09-11 03:06:11] "POST /security-groups HTTP/1.1" 200 589 0.029713 10.0.0.49 - - [2025-09-11 03:06:12] "POST /fqname-to-id HTTP/1.1" 404 232 0.005277 10.0.0.49 - - [2025-09-11 03:06:12] "POST /projects HTTP/1.1" 200 581 0.237007 10.0.0.49 - - [2025-09-11 03:06:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.324853 10.0.0.49 - - [2025-09-11 03:06:12] "POST /access-control-lists HTTP/1.1" 200 592 0.026599 10.0.0.249 - - [2025-09-11 03:06:12] "GET /project/01c1cc8b-dd17-443f-afec-e7aa0a80ec8f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.470458 10.0.0.249 - - [2025-09-11 03:06:12] "GET /global-system-configs HTTP/1.1" 200 322 0.331509 10.0.0.49 - - [2025-09-11 03:06:12] "GET /obj-perms HTTP/1.1" 200 5075 0.417425 10.0.0.22 - - [2025-09-11 03:06:12] "GET /obj-perms HTTP/1.1" 200 5075 0.453907 10.0.0.249 - - [2025-09-11 03:06:12] "GET /obj-perms HTTP/1.1" 200 5075 0.464087 10.0.0.249 - - [2025-09-11 03:06:13] "GET / HTTP/1.1" 200 35931 0.001347 10.0.0.249 - - [2025-09-11 03:06:15] "POST /fqname-to-id HTTP/1.1" 401 293 0.000437 10.0.0.249 - - [2025-09-11 03:06:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.063767 10.0.0.49 - - [2025-09-11 03:06:15] "GET /projects?obj_uuids=01c1cc8b-dd17-443f-afec-e7aa0a80ec8f&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000918 10.0.0.249 - - [2025-09-11 03:06:15] "GET /project/01c1cc8b-dd17-443f-afec-e7aa0a80ec8f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.049587 10.0.0.49 - - [2025-09-11 03:06:15] "GET /projects?obj_uuids=01c1cc8b-dd17-443f-afec-e7aa0a80ec8f&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001124 10.0.0.249 - - [2025-09-11 03:06:16] "POST /neutron/network HTTP/1.1" 200 603 0.150378 10.0.0.249 - - [2025-09-11 03:06:16] "POST /id-to-fqname HTTP/1.1" 200 218 0.003350 10.0.0.249 - - [2025-09-11 03:06:16] "GET /virtual-network/e23a4df8-0945-47bf-b296-a36ab82e0b17?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.005449 10.0.0.249 - - [2025-09-11 03:06:16] "POST /neutron/network HTTP/1.1" 200 822 0.006588 10.0.0.249 - - [2025-09-11 03:06:16] "GET /virtual-network/e23a4df8-0945-47bf-b296-a36ab82e0b17?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.005389 10.0.0.249 - - [2025-09-11 03:06:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003037 10.0.0.249 - - [2025-09-11 03:06:16] "GET /virtual-network/e23a4df8-0945-47bf-b296-a36ab82e0b17?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.006095 10.0.0.49 - - [2025-09-11 03:06:16] "POST /route-targets HTTP/1.1" 200 323 0.018753 10.0.0.249 - - [2025-09-11 03:06:16] "PUT /virtual-network/e23a4df8-0945-47bf-b296-a36ab82e0b17 HTTP/1.1" 200 264 0.062685 10.0.0.249 - - [2025-09-11 03:06:17] "GET /virtual-network/e23a4df8-0945-47bf-b296-a36ab82e0b17?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2100 0.006950 10.0.0.249 - - [2025-09-11 03:06:18] "POST /neutron/network HTTP/1.1" 200 822 0.019448 10.0.0.249 - - [2025-09-11 03:06:18] "POST /id-to-fqname HTTP/1.1" 200 218 0.001364 10.0.0.249 - - [2025-09-11 03:06:18] "POST /neutron/network HTTP/1.1" 200 832 0.006540 10.0.0.49 - - [2025-09-11 03:06:19] "GET /projects?obj_uuids=01c1cc8b-dd17-443f-afec-e7aa0a80ec8f&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001222 10.0.0.249 - - [2025-09-11 03:06:19] "GET /project/01c1cc8b-dd17-443f-afec-e7aa0a80ec8f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.070048 10.0.0.249 - - [2025-09-11 03:06:19] "POST /neutron/port HTTP/1.1" 200 117 0.021229 10.0.0.49 - - [2025-09-11 03:06:20] "GET /projects?obj_uuids=01c1cc8b-dd17-443f-afec-e7aa0a80ec8f&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000946 10.0.0.249 - - [2025-09-11 03:06:20] "POST /neutron/port HTTP/1.1" 200 1058 0.297599 10.0.0.249 - - [2025-09-11 03:06:20] "POST /neutron/port HTTP/1.1" 200 1112 0.120232 10.0.0.249 - - [2025-09-11 03:06:20] "POST /neutron/subnet HTTP/1.1" 200 699 0.008801 10.0.0.249 - - [2025-09-11 03:06:24] "POST /neutron/port HTTP/1.1" 200 1086 0.015440 10.0.0.249 - - [2025-09-11 03:06:24] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007548 10.0.0.249 - - [2025-09-11 03:06:25] "GET /virtual-machine/de5e04a5-07fe-4fbe-aa7f-f9c33f182a81 HTTP/1.1" 401 293 0.000410 10.0.0.249 - - [2025-09-11 03:06:25] "GET /virtual-machine/de5e04a5-07fe-4fbe-aa7f-f9c33f182a81 HTTP/1.1" 200 1291 0.032069 10.0.0.249 - - [2025-09-11 03:06:25] "GET /virtual-machine-interface/947a79c3-65d9-488a-b23c-0a6f61eb4f56 HTTP/1.1" 200 2932 0.004977 10.0.0.249 - - [2025-09-11 03:06:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003312 10.0.0.249 - - [2025-09-11 03:06:25] "GET /global-vrouter-config/34ac33d4-7223-40b7-b082-da1d7603178b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003827 10.0.0.249 - - [2025-09-11 03:06:25] "GET /virtual-networks?parent_id=01c1cc8b-dd17-443f-afec-e7aa0a80ec8f&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002745 10.0.0.249 - - [2025-09-11 03:06:25] "GET /virtual-network/e23a4df8-0945-47bf-b296-a36ab82e0b17?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2100 0.006407 10.0.0.249 - - [2025-09-11 03:06:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003562 10.0.0.249 - - [2025-09-11 03:06:28] "GET /virtual-network/e23a4df8-0945-47bf-b296-a36ab82e0b17?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2100 0.005378 10.0.0.249 - - [2025-09-11 03:06:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003407 10.0.0.249 - - [2025-09-11 03:06:32] "GET /virtual-network/e23a4df8-0945-47bf-b296-a36ab82e0b17?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2100 0.006231 10.0.0.249 - - [2025-09-11 03:06:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003501 10.0.0.249 - - [2025-09-11 03:06:36] "GET /virtual-network/e23a4df8-0945-47bf-b296-a36ab82e0b17?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2100 0.005253 10.0.0.249 - - [2025-09-11 03:06:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004069 10.0.0.249 - - [2025-09-11 03:06:40] "GET /virtual-network/e23a4df8-0945-47bf-b296-a36ab82e0b17?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2100 0.006220 10.0.0.249 - - [2025-09-11 03:06:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004182 10.0.0.249 - - [2025-09-11 03:06:44] "GET /virtual-network/e23a4df8-0945-47bf-b296-a36ab82e0b17?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2100 0.006193 10.0.0.249 - - [2025-09-11 03:06:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003992 10.0.0.249 - - [2025-09-11 03:06:49] "GET /virtual-network/e23a4df8-0945-47bf-b296-a36ab82e0b17?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2100 0.005633 10.0.0.249 - - [2025-09-11 03:06:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003506 10.0.0.249 - - [2025-09-11 03:06:53] "GET /virtual-network/e23a4df8-0945-47bf-b296-a36ab82e0b17?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2100 0.006579 10.0.0.249 - - [2025-09-11 03:06:53] "POST /neutron/port HTTP/1.1" 200 1086 0.019013 10.0.0.249 - - [2025-09-11 03:06:53] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003770 10.0.0.249 - - [2025-09-11 03:06:53] "POST /neutron/network HTTP/1.1" 200 822 0.006582 10.0.0.249 - - [2025-09-11 03:06:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003861 10.0.0.249 - - [2025-09-11 03:06:57] "GET /virtual-network/e23a4df8-0945-47bf-b296-a36ab82e0b17?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2100 0.006865 10.0.0.249 - - [2025-09-11 03:06:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003534 10.0.0.249 - - [2025-09-11 03:06:59] "GET /global-vrouter-config/34ac33d4-7223-40b7-b082-da1d7603178b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003617 10.0.0.249 - - [2025-09-11 03:06:59] "GET /virtual-networks?parent_id=01c1cc8b-dd17-443f-afec-e7aa0a80ec8f&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003285 10.0.0.249 - - [2025-09-11 03:06:59] "GET /virtual-network/e23a4df8-0945-47bf-b296-a36ab82e0b17?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2100 0.005636 10.0.0.49 - - [2025-09-11 03:07:01] "DELETE /access-control-list/22da43d7-cec7-4f92-a9ae-6b72bdfc495c HTTP/1.1" 200 115 0.042804 10.0.0.49 - - [2025-09-11 03:07:02] "DELETE /project/b4c5853b211144d39809995b59a6d509 HTTP/1.1" 404 173 0.005459 10.0.0.49 - - [2025-09-11 03:07:02] "DELETE /project/01c1cc8bdd17443fafece7aa0a80ec8f HTTP/1.1" 404 173 0.009061 10.0.0.49 - - [2025-09-11 03:07:02] "DELETE /project/86d8e2d7-612d-4e79-b4e2-ce4cff2ea2d8 HTTP/1.1" 404 177 0.007307 10.0.0.49 - - [2025-09-11 03:07:02] "GET /projects?obj_uuids=b4c5853b-2111-44d3-9809-995b59a6d509&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001227 10.0.0.49 - - [2025-09-11 03:07:02] "GET /project/b4c5853b-2111-44d3-9809-995b59a6d509?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1461 0.052768 10.0.0.49 - - [2025-09-11 03:07:02] "GET /projects?obj_uuids=b4c5853b-2111-44d3-9809-995b59a6d509&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000980 10.0.0.49 - - [2025-09-11 03:07:02] "GET /project/b4c5853b-2111-44d3-9809-995b59a6d509?fields=security_groups HTTP/1.1" 200 1358 0.048155 10.0.0.49 - - [2025-09-11 03:07:02] "DELETE /security-group/2d970492-3cc0-4014-ae6a-633344560289 HTTP/1.1" 200 115 0.052057 10.0.0.49 - - [2025-09-11 03:07:02] "GET /projects?obj_uuids=b4c5853b-2111-44d3-9809-995b59a6d509&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001061 10.0.0.49 - - [2025-09-11 03:07:02] "GET /project/b4c5853b-2111-44d3-9809-995b59a6d509?fields=application_policy_sets HTTP/1.1" 200 1397 0.064556 10.0.0.49 - - [2025-09-11 03:07:02] "DELETE /project/b4c5853b-2111-44d3-9809-995b59a6d509 HTTP/1.1" 200 115 0.422156 10.0.0.249 - - [2025-09-11 03:07:04] "POST /neutron/port HTTP/1.1" 200 1086 0.015547 10.0.0.249 - - [2025-09-11 03:07:08] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006425 10.0.0.249 - - [2025-09-11 03:07:14] "POST /neutron/port HTTP/1.1" 200 1086 0.014358 10.0.0.249 - - [2025-09-11 03:07:20] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007713 10.0.0.249 - - [2025-09-11 03:07:20] "POST /neutron/port HTTP/1.1" 200 1086 0.015673 10.0.0.249 - - [2025-09-11 03:07:20] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006953 10.0.0.249 - - [2025-09-11 03:07:20] "POST /id-to-fqname HTTP/1.1" 200 218 0.001363 10.0.0.249 - - [2025-09-11 03:07:20] "GET /virtual-machine/de5e04a5-07fe-4fbe-aa7f-f9c33f182a81 HTTP/1.1" 200 1291 0.003786 10.0.0.249 - - [2025-09-11 03:07:20] "GET /virtual-machine-interface/947a79c3-65d9-488a-b23c-0a6f61eb4f56 HTTP/1.1" 200 2932 0.005230 10.0.0.249 - - [2025-09-11 03:07:20] "GET /instance-ip/1fadf8a3-9991-49bb-bc25-c9df145b4331 HTTP/1.1" 200 1616 0.006143 10.0.0.249 - - [2025-09-11 03:07:20] "POST /fqname-to-id HTTP/1.1" 404 208 0.003173 10.0.0.249 - - [2025-09-11 03:07:20] "GET /virtual-network/e23a4df8-0945-47bf-b296-a36ab82e0b17?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2100 0.005799 10.0.0.49 - - [2025-09-11 03:07:20] "GET /projects?obj_uuids=01c1cc8b-dd17-443f-afec-e7aa0a80ec8f&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001093 10.0.0.249 - - [2025-09-11 03:07:20] "GET /project/01c1cc8b-dd17-443f-afec-e7aa0a80ec8f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.052482 10.0.0.249 - - [2025-09-11 03:07:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004189 10.0.0.249 - - [2025-09-11 03:07:20] "GET /security-group/269a4bca-a29b-40a0-86cd-789fde869aa9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3747 0.005599 10.0.0.249 - - [2025-09-11 03:07:20] "POST /virtual-machine-interfaces HTTP/1.1" 200 563 0.076573 10.0.0.249 - - [2025-09-11 03:07:20] "POST /instance-ips HTTP/1.1" 200 357 0.033857 10.0.0.249 - - [2025-09-11 03:07:20] "GET /instance-ip/e501d776-f0ad-46da-8b0c-a6812c7c1bfd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1571 0.006556 10.0.0.249 - - [2025-09-11 03:07:21] "GET /virtual-machine-interface/ff2428b7-56c5-47f2-89f4-e2458329426c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2341 0.006051 10.0.0.249 - - [2025-09-11 03:07:21] "GET /virtual-machine-interface/ff2428b7-56c5-47f2-89f4-e2458329426c?fields=instance_ip_back_refs HTTP/1.1" 200 1323 0.007298 10.0.0.249 - - [2025-09-11 03:07:21] "GET /instance-ip/e501d776-f0ad-46da-8b0c-a6812c7c1bfd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1571 0.004793 10.0.0.249 - - [2025-09-11 03:07:21] "POST /id-to-fqname HTTP/1.1" 200 218 0.001249 10.0.0.249 - - [2025-09-11 03:07:21] "POST /neutron/port HTTP/1.1" 200 1086 0.035393 10.0.0.249 - - [2025-09-11 03:07:21] "POST /neutron/port HTTP/1.1" 200 965 0.010948 10.0.0.249 - - [2025-09-11 03:07:21] "POST /neutron/port HTTP/1.1" 200 965 0.008826 10.0.0.249 - - [2025-09-11 03:07:21] "POST /neutron/port HTTP/1.1" 200 117 0.005883 10.0.0.249 - - [2025-09-11 03:07:22] "POST /neutron/network HTTP/1.1" 200 832 0.007575 10.0.0.249 - - [2025-09-11 03:07:22] "POST /neutron/port HTTP/1.1" 200 1057 0.150030 10.0.0.249 - - [2025-09-11 03:07:22] "POST /neutron/subnet HTTP/1.1" 200 699 0.009906 10.0.0.249 - - [2025-09-11 03:07:27] "POST /neutron/port HTTP/1.1" 200 1031 0.014803 10.0.0.249 - - [2025-09-11 03:07:27] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007973 10.0.0.249 - - [2025-09-11 03:07:27] "GET /virtual-machine/5889e2b1-51c2-4ab4-9c9d-7e282fdcb40a HTTP/1.1" 200 1268 0.005859 10.0.0.249 - - [2025-09-11 03:07:27] "GET /virtual-machine-interface/ff2428b7-56c5-47f2-89f4-e2458329426c HTTP/1.1" 200 2981 0.005374 10.0.0.249 - - [2025-09-11 03:07:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004282 10.0.0.249 - - [2025-09-11 03:07:27] "GET /global-vrouter-config/34ac33d4-7223-40b7-b082-da1d7603178b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003307 10.0.0.249 - - [2025-09-11 03:07:27] "GET /virtual-networks?parent_id=01c1cc8b-dd17-443f-afec-e7aa0a80ec8f&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003262 10.0.0.249 - - [2025-09-11 03:07:27] "GET /virtual-network/e23a4df8-0945-47bf-b296-a36ab82e0b17?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2100 0.006140 10.0.0.249 - - [2025-09-11 03:07:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003638 10.0.0.249 - - [2025-09-11 03:07:30] "GET /virtual-network/e23a4df8-0945-47bf-b296-a36ab82e0b17?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2100 0.004975 10.0.0.249 - - [2025-09-11 03:07:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003368 10.0.0.249 - - [2025-09-11 03:07:34] "GET /virtual-network/e23a4df8-0945-47bf-b296-a36ab82e0b17?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2100 0.006547 10.0.0.249 - - [2025-09-11 03:07:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003233 10.0.0.249 - - [2025-09-11 03:07:38] "GET /virtual-network/e23a4df8-0945-47bf-b296-a36ab82e0b17?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2100 0.005857 10.0.0.249 - - [2025-09-11 03:07:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003396 10.0.0.249 - - [2025-09-11 03:07:42] "GET /virtual-network/e23a4df8-0945-47bf-b296-a36ab82e0b17?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2100 0.005217 10.0.0.22 - - [2025-09-11 03:07:43] "GET /obj-perms HTTP/1.1" 200 5075 0.048437 10.0.0.249 - - [2025-09-11 03:07:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004231 10.0.0.249 - - [2025-09-11 03:07:46] "GET /virtual-network/e23a4df8-0945-47bf-b296-a36ab82e0b17?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2100 0.004812 10.0.0.249 - - [2025-09-11 03:07:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003434 10.0.0.249 - - [2025-09-11 03:07:50] "GET /virtual-network/e23a4df8-0945-47bf-b296-a36ab82e0b17?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2100 0.006040 10.0.0.249 - - [2025-09-11 03:07:54] "POST /neutron/port HTTP/1.1" 200 1086 0.014448 10.0.0.249 - - [2025-09-11 03:07:54] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004461 10.0.0.249 - - [2025-09-11 03:07:54] "POST /neutron/network HTTP/1.1" 200 822 0.006387 10.0.0.249 - - [2025-09-11 03:07:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003136 10.0.0.249 - - [2025-09-11 03:07:55] "GET /virtual-network/e23a4df8-0945-47bf-b296-a36ab82e0b17?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2100 0.006031 10.0.0.249 - - [2025-09-11 03:07:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003575 10.0.0.249 - - [2025-09-11 03:07:59] "GET /virtual-network/e23a4df8-0945-47bf-b296-a36ab82e0b17?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2100 0.004982 10.0.0.249 - - [2025-09-11 03:08:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003506 10.0.0.249 - - [2025-09-11 03:08:03] "GET /virtual-network/e23a4df8-0945-47bf-b296-a36ab82e0b17?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2100 0.004921 10.0.0.249 - - [2025-09-11 03:08:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003569 10.0.0.249 - - [2025-09-11 03:08:07] "GET /global-vrouter-config/34ac33d4-7223-40b7-b082-da1d7603178b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003820 10.0.0.249 - - [2025-09-11 03:08:07] "GET /virtual-networks?parent_id=01c1cc8b-dd17-443f-afec-e7aa0a80ec8f&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002945 10.0.0.249 - - [2025-09-11 03:08:07] "GET /virtual-network/e23a4df8-0945-47bf-b296-a36ab82e0b17?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2100 0.005736 10.0.0.249 - - [2025-09-11 03:08:12] "POST /neutron/port HTTP/1.1" 200 1031 0.016135 10.0.0.249 - - [2025-09-11 03:08:16] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006804 10.0.0.249 - - [2025-09-11 03:08:22] "POST /neutron/port HTTP/1.1" 200 1031 0.015956 10.0.0.249 - - [2025-09-11 03:08:28] "POST /id-to-fqname HTTP/1.1" 200 218 0.001596 10.0.0.249 - - [2025-09-11 03:08:28] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007283 10.0.0.49 - - [2025-09-11 03:08:29] "GET /projects?obj_uuids=01c1cc8b-dd17-443f-afec-e7aa0a80ec8f&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001002 10.0.0.249 - - [2025-09-11 03:08:29] "GET /project/01c1cc8b-dd17-443f-afec-e7aa0a80ec8f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.066441 10.0.0.249 - - [2025-09-11 03:08:29] "POST /neutron/port HTTP/1.1" 200 2001 0.037204 10.0.0.249 - - [2025-09-11 03:08:29] "POST /neutron/port HTTP/1.1" 200 117 0.005769 10.0.0.249 - - [2025-09-11 03:08:29] "DELETE /instance-ip/e501d776-f0ad-46da-8b0c-a6812c7c1bfd HTTP/1.1" 200 115 0.049849 10.0.0.249 - - [2025-09-11 03:08:29] "DELETE /virtual-machine-interface/ff2428b7-56c5-47f2-89f4-e2458329426c HTTP/1.1" 200 115 0.103133 10.0.0.249 - - [2025-09-11 03:08:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003441 10.0.0.249 - - [2025-09-11 03:08:29] "GET /virtual-network/e23a4df8-0945-47bf-b296-a36ab82e0b17?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2100 0.005590 10.0.0.249 - - [2025-09-11 03:08:30] "PUT /virtual-network/e23a4df8-0945-47bf-b296-a36ab82e0b17 HTTP/1.1" 200 264 0.048537 10.0.0.249 - - [2025-09-11 03:08:30] "POST /neutron/network HTTP/1.1" 400 204 0.013093 10.0.0.49 - - [2025-09-11 03:08:30] "POST /ref-update HTTP/1.1" 200 156 0.019888 10.0.0.249 - - [2025-09-11 03:08:30] "POST /neutron/port HTTP/1.1" 200 151 0.180369 10.0.0.49 - - [2025-09-11 03:08:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003344 10.0.0.49 - - [2025-09-11 03:08:33] "GET /projects?obj_uuids=01c1cc8b-dd17-443f-afec-e7aa0a80ec8f&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000953 10.0.0.249 - - [2025-09-11 03:08:33] "GET /project/01c1cc8b-dd17-443f-afec-e7aa0a80ec8f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.041722 10.0.0.49 - - [2025-09-11 03:08:33] "GET /projects?obj_uuids=01c1cc8b-dd17-443f-afec-e7aa0a80ec8f&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001683 10.0.0.249 - - [2025-09-11 03:08:33] "GET /project/01c1cc8b-dd17-443f-afec-e7aa0a80ec8f?fields=virtual_networks HTTP/1.1" 200 1027 0.044165 10.0.0.49 - - [2025-09-11 03:08:33] "GET /projects?obj_uuids=01c1cc8b-dd17-443f-afec-e7aa0a80ec8f&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001503 10.0.0.249 - - [2025-09-11 03:08:33] "GET /project/01c1cc8b-dd17-443f-afec-e7aa0a80ec8f?fields=virtual_machine_interfaces HTTP/1.1" 200 1027 0.053926 10.0.0.49 - - [2025-09-11 03:08:33] "GET /projects?obj_uuids=01c1cc8b-dd17-443f-afec-e7aa0a80ec8f&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000940 10.0.0.249 - - [2025-09-11 03:08:33] "GET /project/01c1cc8b-dd17-443f-afec-e7aa0a80ec8f?fields=security_groups HTTP/1.1" 200 1251 0.044860 10.0.0.249 - - [2025-09-11 03:08:34] "POST /fqname-to-id HTTP/1.1" 404 185 0.023973 10.0.0.49 - - [2025-09-11 03:08:34] "GET /projects?obj_uuids=69df24e6-5752-4f71-94f2-f56b3ed464a5&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003306 10.0.0.49 - - [2025-09-11 03:08:34] "GET /domains?obj_uuids=6cefd47d-baca-4df6-a10c-ec963319da07&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000869 10.0.0.49 - - [2025-09-11 03:08:34] "GET /domain/6cefd47d-baca-4df6-a10c-ec963319da07?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006697 10.0.0.49 - - [2025-09-11 03:08:34] "POST /id-to-fqname HTTP/1.1" 200 187 0.004205 10.0.0.49 - - [2025-09-11 03:08:34] "POST /fqname-to-id HTTP/1.1" 404 196 0.006614 10.0.0.49 - - [2025-09-11 03:08:35] "POST /security-groups HTTP/1.1" 200 588 0.028965 10.0.0.49 - - [2025-09-11 03:08:35] "POST /projects HTTP/1.1" 200 579 0.232272 10.0.0.249 - - [2025-09-11 03:08:35] "POST /neutron/port HTTP/1.1" 200 117 0.004195 10.0.0.49 - - [2025-09-11 03:08:35] "POST /access-control-lists HTTP/1.1" 200 593 0.029330 10.0.0.49 - - [2025-09-11 03:08:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.306662 10.0.0.249 - - [2025-09-11 03:08:35] "GET /project/69df24e6-5752-4f71-94f2-f56b3ed464a5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1351 0.437792 10.0.0.249 - - [2025-09-11 03:08:36] "GET / HTTP/1.1" 200 35931 0.001802 10.0.0.249 - - [2025-09-11 03:08:37] "POST /fqname-to-id HTTP/1.1" 401 293 0.000505 10.0.0.249 - - [2025-09-11 03:08:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.052104 10.0.0.49 - - [2025-09-11 03:08:38] "GET /projects?obj_uuids=69df24e6-5752-4f71-94f2-f56b3ed464a5&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.000861 10.0.0.249 - - [2025-09-11 03:08:38] "GET /project/69df24e6-5752-4f71-94f2-f56b3ed464a5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1351 0.038907 10.0.0.49 - - [2025-09-11 03:08:38] "GET /projects?obj_uuids=69df24e6-5752-4f71-94f2-f56b3ed464a5&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.000926 10.0.0.249 - - [2025-09-11 03:08:38] "POST /neutron/network HTTP/1.1" 200 610 0.152370 10.0.0.49 - - [2025-09-11 03:08:38] "POST /route-targets HTTP/1.1" 200 327 0.014108 10.0.0.249 - - [2025-09-11 03:08:38] "POST /id-to-fqname HTTP/1.1" 200 221 0.003124 10.0.0.249 - - [2025-09-11 03:08:38] "GET /virtual-network/9205bcab-c59b-404b-b444-969e647a0d9d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.006463 10.0.0.249 - - [2025-09-11 03:08:38] "POST /neutron/network HTTP/1.1" 200 830 0.007095 10.0.0.249 - - [2025-09-11 03:08:38] "GET /virtual-network/9205bcab-c59b-404b-b444-969e647a0d9d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005486 10.0.0.249 - - [2025-09-11 03:08:38] "POST /fqname-to-id HTTP/1.1" 404 207 0.003707 10.0.0.249 - - [2025-09-11 03:08:38] "GET /virtual-network/9205bcab-c59b-404b-b444-969e647a0d9d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.006576 10.0.0.49 - - [2025-09-11 03:08:39] "GET /projects?obj_uuids=69df24e6-5752-4f71-94f2-f56b3ed464a5&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.002819 10.0.0.249 - - [2025-09-11 03:08:39] "POST /neutron/port HTTP/1.1" 200 984 0.250086 10.0.0.249 - - [2025-09-11 03:08:39] "GET /virtual-machine-interface/e03a40b5-f77e-444f-986a-18ccdfd09509?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2351 0.006784 10.0.0.249 - - [2025-09-11 03:08:39] "GET /virtual-machine-interface/e03a40b5-f77e-444f-986a-18ccdfd09509?fields=instance_ip_back_refs HTTP/1.1" 200 1320 0.007024 10.0.0.249 - - [2025-09-11 03:08:39] "GET /instance-ip/db78f854-13b7-4ba2-827d-964b33cb5783?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1601 0.004546 10.0.0.249 - - [2025-09-11 03:08:39] "POST /id-to-fqname HTTP/1.1" 200 221 0.001300 10.0.0.49 - - [2025-09-11 03:08:40] "GET /projects?obj_uuids=69df24e6-5752-4f71-94f2-f56b3ed464a5&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001739 10.0.0.249 - - [2025-09-11 03:08:40] "GET /project/69df24e6-5752-4f71-94f2-f56b3ed464a5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1351 0.062439 10.0.0.249 - - [2025-09-11 03:08:40] "POST /neutron/network HTTP/1.1" 200 830 0.006734 10.0.0.249 - - [2025-09-11 03:08:40] "POST /id-to-fqname HTTP/1.1" 200 221 0.001341 10.0.0.249 - - [2025-09-11 03:08:40] "POST /neutron/port HTTP/1.1" 200 117 0.031651 10.0.0.49 - - [2025-09-11 03:08:40] "GET /projects?obj_uuids=69df24e6-5752-4f71-94f2-f56b3ed464a5&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001024 10.0.0.249 - - [2025-09-11 03:08:41] "POST /neutron/port HTTP/1.1" 200 984 0.026575 10.0.0.249 - - [2025-09-11 03:08:41] "POST /neutron/port HTTP/1.1" 200 1058 0.308905 10.0.0.249 - - [2025-09-11 03:08:41] "POST /neutron/port HTTP/1.1" 200 1058 0.010770 10.0.0.249 - - [2025-09-11 03:08:41] "POST /neutron/security_group HTTP/1.1" 200 2055 0.006485 10.0.0.49 - - [2025-09-11 03:08:41] "GET /projects?obj_uuids=69df24e6-5752-4f71-94f2-f56b3ed464a5&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001385 10.0.0.249 - - [2025-09-11 03:08:41] "GET /project/69df24e6-5752-4f71-94f2-f56b3ed464a5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1351 0.047891 10.0.0.249 - - [2025-09-11 03:08:41] "POST /fqname-to-id HTTP/1.1" 404 208 0.003877 10.0.0.249 - - [2025-09-11 03:08:41] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004600 10.0.0.249 - - [2025-09-11 03:08:41] "POST /neutron/network HTTP/1.1" 200 830 0.006272 10.0.0.249 - - [2025-09-11 03:08:41] "POST /interface-route-tables HTTP/1.1" 200 556 0.028287 10.0.0.249 - - [2025-09-11 03:08:41] "GET /interface-route-table/8c2f24fb-52b7-4a76-bfc8-1769aaa3d11c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1275 0.006117 10.0.0.249 - - [2025-09-11 03:08:42] "GET /virtual-machine-interface/e03a40b5-f77e-444f-986a-18ccdfd09509?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2351 0.005808 10.0.0.249 - - [2025-09-11 03:08:42] "POST /ref-update HTTP/1.1" 200 156 0.015014 10.0.0.249 - - [2025-09-11 03:08:43] "POST /neutron/port HTTP/1.1" 200 1086 0.016694 10.0.0.249 - - [2025-09-11 03:08:43] "POST /neutron/security_group HTTP/1.1" 200 2055 0.007212 10.0.0.249 - - [2025-09-11 03:08:43] "GET /virtual-machine/9bd5cfe6-ac97-49ee-9b34-cc3474256994 HTTP/1.1" 401 293 0.000393 10.0.0.249 - - [2025-09-11 03:08:43] "GET /virtual-machine/9bd5cfe6-ac97-49ee-9b34-cc3474256994 HTTP/1.1" 200 1290 0.319458 10.0.0.249 - - [2025-09-11 03:08:43] "GET /virtual-machine/9bd5cfe6-ac97-49ee-9b34-cc3474256994 HTTP/1.1" 200 1290 0.006523 10.0.0.249 - - [2025-09-11 03:08:43] "GET /virtual-machine-interface/4fa46218-017b-4dac-bfbe-31bcd2fd65ec HTTP/1.1" 200 2938 0.008243 10.0.0.249 - - [2025-09-11 03:08:43] "GET /virtual-machine/9bd5cfe6-ac97-49ee-9b34-cc3474256994 HTTP/1.1" 200 1290 0.003860 10.0.0.249 - - [2025-09-11 03:08:43] "GET /virtual-machine-interface/4fa46218-017b-4dac-bfbe-31bcd2fd65ec HTTP/1.1" 200 2938 0.009654 10.0.0.49 - - [2025-09-11 03:08:43] "GET /obj-perms HTTP/1.1" 200 5075 0.073595 10.0.0.249 - - [2025-09-11 03:08:43] "GET /instance-ip/59887f86-c52f-43e0-bd15-9cdf9b4fed09 HTTP/1.1" 200 1619 0.008485 10.0.0.249 - - [2025-09-11 03:08:43] "GET /virtual-machine/9bd5cfe6-ac97-49ee-9b34-cc3474256994 HTTP/1.1" 200 1290 0.003561 10.0.0.249 - - [2025-09-11 03:08:43] "GET /virtual-machine-interface/4fa46218-017b-4dac-bfbe-31bcd2fd65ec HTTP/1.1" 200 2938 0.005087 10.0.0.249 - - [2025-09-11 03:08:43] "GET /instance-ip/59887f86-c52f-43e0-bd15-9cdf9b4fed09 HTTP/1.1" 200 1619 0.003673 10.0.0.249 - - [2025-09-11 03:08:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003762 10.0.0.249 - - [2025-09-11 03:08:44] "GET /global-vrouter-config/34ac33d4-7223-40b7-b082-da1d7603178b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004549 10.0.0.249 - - [2025-09-11 03:08:44] "GET /virtual-networks?parent_id=69df24e6-5752-4f71-94f2-f56b3ed464a5&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003186 10.0.0.249 - - [2025-09-11 03:08:44] "GET /virtual-network/9205bcab-c59b-404b-b444-969e647a0d9d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005887 10.0.0.249 - - [2025-09-11 03:08:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003362 10.0.0.249 - - [2025-09-11 03:08:44] "GET /global-vrouter-config/34ac33d4-7223-40b7-b082-da1d7603178b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004325 10.0.0.249 - - [2025-09-11 03:08:44] "GET /virtual-networks?parent_id=69df24e6-5752-4f71-94f2-f56b3ed464a5&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003130 10.0.0.249 - - [2025-09-11 03:08:44] "GET /virtual-network/9205bcab-c59b-404b-b444-969e647a0d9d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005853 10.0.0.249 - - [2025-09-11 03:08:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004285 10.0.0.249 - - [2025-09-11 03:08:44] "GET /obj-perms HTTP/1.1" 200 5075 0.048041 10.0.0.249 - - [2025-09-11 03:08:44] "GET /global-vrouter-config/34ac33d4-7223-40b7-b082-da1d7603178b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003594 10.0.0.249 - - [2025-09-11 03:08:44] "GET /virtual-networks?parent_id=69df24e6-5752-4f71-94f2-f56b3ed464a5&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003138 10.0.0.249 - - [2025-09-11 03:08:44] "GET /virtual-network/9205bcab-c59b-404b-b444-969e647a0d9d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005580 10.0.0.249 - - [2025-09-11 03:08:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003207 10.0.0.249 - - [2025-09-11 03:08:44] "GET /global-vrouter-config/34ac33d4-7223-40b7-b082-da1d7603178b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003989 10.0.0.249 - - [2025-09-11 03:08:44] "GET /virtual-networks?parent_id=69df24e6-5752-4f71-94f2-f56b3ed464a5&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003382 10.0.0.249 - - [2025-09-11 03:08:44] "GET /virtual-network/9205bcab-c59b-404b-b444-969e647a0d9d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.006740 10.0.0.249 - - [2025-09-11 03:08:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003480 10.0.0.249 - - [2025-09-11 03:08:44] "GET /global-vrouter-config/34ac33d4-7223-40b7-b082-da1d7603178b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003997 10.0.0.249 - - [2025-09-11 03:08:44] "GET /virtual-networks?parent_id=69df24e6-5752-4f71-94f2-f56b3ed464a5&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003009 10.0.0.249 - - [2025-09-11 03:08:44] "GET /virtual-network/9205bcab-c59b-404b-b444-969e647a0d9d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005526 10.0.0.249 - - [2025-09-11 03:08:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003690 10.0.0.249 - - [2025-09-11 03:08:47] "GET /virtual-network/9205bcab-c59b-404b-b444-969e647a0d9d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005251 10.0.0.249 - - [2025-09-11 03:08:51] "POST /neutron/port HTTP/1.1" 200 1086 0.016916 10.0.0.249 - - [2025-09-11 03:08:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.005768 10.0.0.249 - - [2025-09-11 03:08:51] "GET /virtual-network/9205bcab-c59b-404b-b444-969e647a0d9d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005887 10.0.0.249 - - [2025-09-11 03:08:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003123 10.0.0.249 - - [2025-09-11 03:08:53] "GET /global-vrouter-config/34ac33d4-7223-40b7-b082-da1d7603178b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003164 10.0.0.249 - - [2025-09-11 03:08:53] "GET /virtual-networks?parent_id=69df24e6-5752-4f71-94f2-f56b3ed464a5&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002908 10.0.0.249 - - [2025-09-11 03:08:53] "GET /virtual-network/9205bcab-c59b-404b-b444-969e647a0d9d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.006004 10.0.0.249 - - [2025-09-11 03:08:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003603 10.0.0.249 - - [2025-09-11 03:08:54] "GET /global-vrouter-config/34ac33d4-7223-40b7-b082-da1d7603178b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003430 10.0.0.249 - - [2025-09-11 03:08:54] "GET /virtual-networks?parent_id=69df24e6-5752-4f71-94f2-f56b3ed464a5&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003147 10.0.0.249 - - [2025-09-11 03:08:54] "GET /virtual-network/9205bcab-c59b-404b-b444-969e647a0d9d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005893 10.0.0.249 - - [2025-09-11 03:08:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.002963 10.0.0.249 - - [2025-09-11 03:08:54] "GET /routing-instance/2ff02012-e661-4435-88a4-7132602d7a68?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1487 0.005855 10.0.0.249 - - [2025-09-11 03:08:54] "GET /route-target/c11264a7-0e88-435f-b347-365c58598b9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.003963 10.0.0.249 - - [2025-09-11 03:08:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003446 10.0.0.249 - - [2025-09-11 03:08:54] "GET /global-vrouter-config/34ac33d4-7223-40b7-b082-da1d7603178b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003466 10.0.0.249 - - [2025-09-11 03:08:54] "GET /virtual-networks?parent_id=69df24e6-5752-4f71-94f2-f56b3ed464a5&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002637 10.0.0.249 - - [2025-09-11 03:08:54] "GET /virtual-network/9205bcab-c59b-404b-b444-969e647a0d9d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.006203 10.0.0.249 - - [2025-09-11 03:08:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003215 10.0.0.249 - - [2025-09-11 03:08:54] "GET /routing-instance/2ff02012-e661-4435-88a4-7132602d7a68?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1487 0.004230 10.0.0.249 - - [2025-09-11 03:08:54] "GET /route-target/c11264a7-0e88-435f-b347-365c58598b9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.003890 10.0.0.249 - - [2025-09-11 03:08:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003252 10.0.0.249 - - [2025-09-11 03:08:54] "GET /global-vrouter-config/34ac33d4-7223-40b7-b082-da1d7603178b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003880 10.0.0.249 - - [2025-09-11 03:08:54] "GET /virtual-networks?parent_id=69df24e6-5752-4f71-94f2-f56b3ed464a5&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002917 10.0.0.249 - - [2025-09-11 03:08:54] "GET /virtual-network/9205bcab-c59b-404b-b444-969e647a0d9d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005809 10.0.0.249 - - [2025-09-11 03:08:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003684 10.0.0.249 - - [2025-09-11 03:08:54] "GET /global-vrouter-config/34ac33d4-7223-40b7-b082-da1d7603178b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004026 10.0.0.249 - - [2025-09-11 03:08:54] "GET /virtual-networks?parent_id=69df24e6-5752-4f71-94f2-f56b3ed464a5&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003922 10.0.0.249 - - [2025-09-11 03:08:54] "GET /virtual-network/9205bcab-c59b-404b-b444-969e647a0d9d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.006680 10.0.0.249 - - [2025-09-11 03:08:55] "GET /obj-perms HTTP/1.1" 200 5043 0.043484 10.0.0.49 - - [2025-09-11 03:08:55] "GET /obj-perms HTTP/1.1" 200 5043 0.047295 10.0.0.249 - - [2025-09-11 03:08:55] "GET /obj-perms HTTP/1.1" 200 5043 0.003916 10.0.0.49 - - [2025-09-11 03:08:56] "GET /obj-perms HTTP/1.1" 200 5043 0.003850 10.0.0.249 - - [2025-09-11 03:08:56] "POST /neutron/port HTTP/1.1" 200 117 0.006178 10.0.0.249 - - [2025-09-11 03:08:57] "GET /virtual-network/9205bcab-c59b-404b-b444-969e647a0d9d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005785 10.0.0.249 - - [2025-09-11 03:08:57] "GET /virtual-machine/9bd5cfe6-ac97-49ee-9b34-cc3474256994 HTTP/1.1" 200 1290 0.004474 10.0.0.249 - - [2025-09-11 03:08:58] "POST /neutron/port HTTP/1.1" 200 151 0.167266 10.0.0.249 - - [2025-09-11 03:08:59] "GET /virtual-machine/9bd5cfe6-ac97-49ee-9b34-cc3474256994 HTTP/1.1" 404 171 0.003726 10.0.0.249 - - [2025-09-11 03:08:59] "GET /virtual-machine/9bd5cfe6-ac97-49ee-9b34-cc3474256994 HTTP/1.1" 404 171 0.003556 10.0.0.249 - - [2025-09-11 03:08:59] "GET /virtual-machine/9bd5cfe6-ac97-49ee-9b34-cc3474256994 HTTP/1.1" 404 171 0.003048 10.0.0.249 - - [2025-09-11 03:08:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003441 10.0.0.249 - - [2025-09-11 03:08:59] "GET /global-vrouter-config/34ac33d4-7223-40b7-b082-da1d7603178b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003758 10.0.0.249 - - [2025-09-11 03:08:59] "GET /virtual-networks?parent_id=69df24e6-5752-4f71-94f2-f56b3ed464a5&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002819 10.0.0.249 - - [2025-09-11 03:08:59] "GET /virtual-network/9205bcab-c59b-404b-b444-969e647a0d9d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.006375 10.0.0.249 - - [2025-09-11 03:08:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003507 10.0.0.249 - - [2025-09-11 03:08:59] "GET /routing-instance/2ff02012-e661-4435-88a4-7132602d7a68?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1487 0.004307 10.0.0.249 - - [2025-09-11 03:08:59] "GET /route-target/c11264a7-0e88-435f-b347-365c58598b9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.003728 10.0.0.249 - - [2025-09-11 03:08:59] "GET /obj-perms HTTP/1.1" 200 5043 0.004168 10.0.0.49 - - [2025-09-11 03:09:01] "DELETE /access-control-list/e979ee5a-347e-40f9-b608-69602ebd7b0d HTTP/1.1" 200 115 0.050786 10.0.0.49 - - [2025-09-11 03:09:02] "DELETE /project/69df24e657524f7194f2f56b3ed464a5 HTTP/1.1" 404 173 0.002728 10.0.0.49 - - [2025-09-11 03:09:02] "DELETE /project/01c1cc8b-dd17-443f-afec-e7aa0a80ec8f HTTP/1.1" 404 177 0.005678 10.0.0.49 - - [2025-09-11 03:09:02] "GET /obj-perms HTTP/1.1" 200 5043 0.003904 10.0.0.249 - - [2025-09-11 03:09:09] "GET /obj-perms HTTP/1.1" 200 5043 0.004447 10.0.0.49 - - [2025-09-11 03:09:12] "GET /obj-perms HTTP/1.1" 200 5043 0.004050 10.0.0.249 - - [2025-09-11 03:09:18] "GET /obj-perms HTTP/1.1" 200 5043 0.004231 10.0.0.49 - - [2025-09-11 03:09:21] "GET /obj-perms HTTP/1.1" 200 5043 0.003721 10.0.0.249 - - [2025-09-11 03:09:21] "GET /obj-perms HTTP/1.1" 200 5043 0.003528 10.0.0.22 - - [2025-09-11 03:09:21] "GET /obj-perms HTTP/1.1" 200 5043 0.045348 10.0.0.249 - - [2025-09-11 03:09:21] "GET /interface-route-table/8c2f24fb-52b7-4a76-bfc8-1769aaa3d11c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1275 0.003972 10.0.0.249 - - [2025-09-11 03:09:21] "GET /virtual-machine-interface/e03a40b5-f77e-444f-986a-18ccdfd09509?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2617 0.008037 10.0.0.249 - - [2025-09-11 03:09:21] "POST /ref-update HTTP/1.1" 200 156 0.014695 10.0.0.249 - - [2025-09-11 03:09:21] "DELETE /interface-route-table/8c2f24fb-52b7-4a76-bfc8-1769aaa3d11c HTTP/1.1" 200 115 0.047921 10.0.0.249 - - [2025-09-11 03:09:21] "POST /neutron/network HTTP/1.1" 200 830 0.006431 10.0.0.49 - - [2025-09-11 03:09:23] "GET /projects?obj_uuids=69df24e6-5752-4f71-94f2-f56b3ed464a5&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.038677 10.0.0.249 - - [2025-09-11 03:09:23] "GET /project/69df24e6-5752-4f71-94f2-f56b3ed464a5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1351 0.082332 10.0.0.49 - - [2025-09-11 03:09:23] "GET /projects?obj_uuids=69df24e6-5752-4f71-94f2-f56b3ed464a5&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.000951 10.0.0.249 - - [2025-09-11 03:09:23] "GET /project/69df24e6-5752-4f71-94f2-f56b3ed464a5?fields=virtual_networks HTTP/1.1" 200 1026 0.070122 10.0.0.49 - - [2025-09-11 03:09:23] "GET /projects?obj_uuids=69df24e6-5752-4f71-94f2-f56b3ed464a5&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001391 10.0.0.249 - - [2025-09-11 03:09:23] "GET /project/69df24e6-5752-4f71-94f2-f56b3ed464a5?fields=virtual_machine_interfaces HTTP/1.1" 200 1026 0.053533 10.0.0.49 - - [2025-09-11 03:09:23] "GET /projects?obj_uuids=69df24e6-5752-4f71-94f2-f56b3ed464a5&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.000930 10.0.0.249 - - [2025-09-11 03:09:23] "GET /project/69df24e6-5752-4f71-94f2-f56b3ed464a5?fields=security_groups HTTP/1.1" 200 1249 0.055598 10.0.0.249 - - [2025-09-11 03:09:24] "POST /fqname-to-id HTTP/1.1" 404 192 0.054254 10.0.0.49 - - [2025-09-11 03:09:24] "GET /projects?obj_uuids=ea985260-3bc6-4bda-bb74-707dfa448a87&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004061 10.0.0.49 - - [2025-09-11 03:09:24] "GET /domains?obj_uuids=6cefd47d-baca-4df6-a10c-ec963319da07&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000903 10.0.0.49 - - [2025-09-11 03:09:24] "GET /domain/6cefd47d-baca-4df6-a10c-ec963319da07?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007923 10.0.0.49 - - [2025-09-11 03:09:25] "POST /id-to-fqname HTTP/1.1" 200 194 0.008192 10.0.0.49 - - [2025-09-11 03:09:25] "POST /fqname-to-id HTTP/1.1" 404 203 0.004203 10.0.0.49 - - [2025-09-11 03:09:25] "POST /security-groups HTTP/1.1" 200 595 0.028132 10.0.0.49 - - [2025-09-11 03:09:25] "POST /projects HTTP/1.1" 200 593 0.238084 10.0.0.49 - - [2025-09-11 03:09:25] "POST /fqname-to-id HTTP/1.1" 404 238 0.034119 10.0.0.49 - - [2025-09-11 03:09:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.311236 10.0.0.249 - - [2025-09-11 03:09:25] "GET /project/ea985260-3bc6-4bda-bb74-707dfa448a87?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1380 0.453183 10.0.0.49 - - [2025-09-11 03:09:25] "POST /access-control-lists HTTP/1.1" 200 598 0.027078 10.0.0.249 - - [2025-09-11 03:09:26] "GET / HTTP/1.1" 200 35931 0.002199 10.0.0.249 - - [2025-09-11 03:09:26] "POST /fqname-to-id HTTP/1.1" 401 293 0.000393 10.0.0.249 - - [2025-09-11 03:09:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.053326 10.0.0.49 - - [2025-09-11 03:09:27] "GET /projects?obj_uuids=ea985260-3bc6-4bda-bb74-707dfa448a87&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000989 10.0.0.249 - - [2025-09-11 03:09:27] "GET /project/ea985260-3bc6-4bda-bb74-707dfa448a87?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1380 0.044561 10.0.0.49 - - [2025-09-11 03:09:27] "GET /projects?obj_uuids=ea985260-3bc6-4bda-bb74-707dfa448a87&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001490 10.0.0.249 - - [2025-09-11 03:09:27] "POST /neutron/network HTTP/1.1" 200 609 0.180951 10.0.0.249 - - [2025-09-11 03:09:27] "POST /id-to-fqname HTTP/1.1" 200 224 0.002918 10.0.0.249 - - [2025-09-11 03:09:27] "GET /virtual-network/19dd77ad-1d22-4de1-8f1b-0f003a1b4641?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005006 10.0.0.249 - - [2025-09-11 03:09:27] "POST /neutron/network HTTP/1.1" 200 826 0.006453 10.0.0.249 - - [2025-09-11 03:09:27] "GET /virtual-network/19dd77ad-1d22-4de1-8f1b-0f003a1b4641?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.006150 10.0.0.249 - - [2025-09-11 03:09:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003572 10.0.0.49 - - [2025-09-11 03:09:27] "GET /projects?obj_uuids=ea985260-3bc6-4bda-bb74-707dfa448a87&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001126 10.0.0.249 - - [2025-09-11 03:09:27] "GET /project/ea985260-3bc6-4bda-bb74-707dfa448a87?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1380 0.042047 10.0.0.249 - - [2025-09-11 03:09:28] "POST /neutron/network HTTP/1.1" 200 117 0.011046 10.0.0.49 - - [2025-09-11 03:09:28] "POST /route-targets HTTP/1.1" 200 327 0.012878 10.0.0.249 - - [2025-09-11 03:09:28] "POST /neutron/network HTTP/1.1" 200 828 0.009696 10.0.0.249 - - [2025-09-11 03:09:28] "POST /id-to-fqname HTTP/1.1" 200 224 0.001637 10.0.0.249 - - [2025-09-11 03:09:28] "GET /virtual-network/d8861b2c-7d6d-462e-90bc-79276bab677d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.006389 10.0.0.249 - - [2025-09-11 03:09:28] "GET /virtual-network/d8861b2c-7d6d-462e-90bc-79276bab677d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.013773 10.0.0.249 - - [2025-09-11 03:09:28] "POST /neutron/subnet HTTP/1.1" 200 725 0.009887 10.0.0.249 - - [2025-09-11 03:09:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.002952 10.0.0.49 - - [2025-09-11 03:09:28] "GET /projects?obj_uuids=ea985260-3bc6-4bda-bb74-707dfa448a87&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000945 10.0.0.249 - - [2025-09-11 03:09:28] "GET /project/ea985260-3bc6-4bda-bb74-707dfa448a87?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1380 0.046962 10.0.0.49 - - [2025-09-11 03:09:28] "POST /ref-update HTTP/1.1" 200 156 0.019333 10.0.0.49 - - [2025-09-11 03:09:29] "POST /useragent-kv HTTP/1.1" 200 115 0.022249 10.0.0.249 - - [2025-09-11 03:09:29] "POST /neutron/subnet HTTP/1.1" 200 720 0.253362 10.0.0.249 - - [2025-09-11 03:09:29] "POST /id-to-fqname HTTP/1.1" 200 224 0.001257 10.0.0.249 - - [2025-09-11 03:09:29] "GET /virtual-network/19dd4d38-6597-4b76-aea3-82cb1ec7840b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.005545 10.0.0.249 - - [2025-09-11 03:09:29] "GET /virtual-network/19dd4d38-6597-4b76-aea3-82cb1ec7840b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.006165 10.0.0.249 - - [2025-09-11 03:09:29] "POST /neutron/network HTTP/1.1" 200 827 0.006337 10.0.0.249 - - [2025-09-11 03:09:29] "POST /fqname-to-id HTTP/1.1" 404 214 0.002841 10.0.0.249 - - [2025-09-11 03:09:29] "GET /virtual-network/d8861b2c-7d6d-462e-90bc-79276bab677d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.004925 10.0.0.249 - - [2025-09-11 03:09:29] "GET /virtual-machine-interface/04c91979-1302-4b7f-9d76-3635d0215758?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2372 0.006711 10.0.0.249 - - [2025-09-11 03:09:29] "GET /virtual-machine-interface/04c91979-1302-4b7f-9d76-3635d0215758?fields=instance_ip_back_refs HTTP/1.1" 200 1332 0.010208 10.0.0.249 - - [2025-09-11 03:09:29] "GET /instance-ip/800e8435-004d-4360-bf19-ab44578223e4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1610 0.004845 10.0.0.249 - - [2025-09-11 03:09:29] "POST /fqname-to-id HTTP/1.1" 404 214 0.002616 10.0.0.249 - - [2025-09-11 03:09:29] "GET /virtual-network/19dd77ad-1d22-4de1-8f1b-0f003a1b4641?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005837 10.0.0.49 - - [2025-09-11 03:09:29] "GET /projects?obj_uuids=ea985260-3bc6-4bda-bb74-707dfa448a87&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001080 10.0.0.249 - - [2025-09-11 03:09:29] "GET /project/ea985260-3bc6-4bda-bb74-707dfa448a87?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1380 0.048771 10.0.0.249 - - [2025-09-11 03:09:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003398 10.0.0.249 - - [2025-09-11 03:09:29] "GET /security-group/16535b4e-4d0e-4629-b09c-8f92dada3cbe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3766 0.004449 10.0.0.249 - - [2025-09-11 03:09:29] "POST /virtual-machine-interfaces HTTP/1.1" 200 569 0.098607 10.0.0.249 - - [2025-09-11 03:09:30] "POST /instance-ips HTTP/1.1" 200 357 0.047704 10.0.0.249 - - [2025-09-11 03:09:30] "GET /virtual-machine-interface/e676236c-68dc-4755-b4e9-0c0d1353a4c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2649 0.006468 10.0.0.249 - - [2025-09-11 03:09:30] "GET /virtual-machine-interface/e676236c-68dc-4755-b4e9-0c0d1353a4c6?fields=instance_ip_back_refs HTTP/1.1" 200 1336 0.012946 10.0.0.249 - - [2025-09-11 03:09:30] "GET /instance-ip/b9b24223-779d-4a6b-a6f3-305514cb78e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1581 0.004845 10.0.0.249 - - [2025-09-11 03:09:30] "POST /fqname-to-id HTTP/1.1" 404 214 0.004691 10.0.0.249 - - [2025-09-11 03:09:30] "GET /virtual-network/d8861b2c-7d6d-462e-90bc-79276bab677d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005970 10.0.0.49 - - [2025-09-11 03:09:30] "GET /projects?obj_uuids=ea985260-3bc6-4bda-bb74-707dfa448a87&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000964 10.0.0.249 - - [2025-09-11 03:09:30] "POST /neutron/port HTTP/1.1" 200 990 0.216547 10.0.0.249 - - [2025-09-11 03:09:30] "GET /virtual-machine-interface/38afdc27-ec6b-4eb1-b067-232b7e1ea02f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2373 0.005684 10.0.0.249 - - [2025-09-11 03:09:30] "GET /virtual-machine-interface/38afdc27-ec6b-4eb1-b067-232b7e1ea02f?fields=instance_ip_back_refs HTTP/1.1" 200 1333 0.005495 10.0.0.249 - - [2025-09-11 03:09:30] "GET /instance-ip/5b775391-e94d-41fa-87df-1caaea5e8834?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1609 0.005203 10.0.0.249 - - [2025-09-11 03:09:30] "POST /fqname-to-id HTTP/1.1" 404 214 0.003006 10.0.0.249 - - [2025-09-11 03:09:30] "GET /virtual-network/19dd77ad-1d22-4de1-8f1b-0f003a1b4641?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005689 10.0.0.49 - - [2025-09-11 03:09:30] "GET /projects?obj_uuids=ea985260-3bc6-4bda-bb74-707dfa448a87&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001009 10.0.0.249 - - [2025-09-11 03:09:30] "GET /project/ea985260-3bc6-4bda-bb74-707dfa448a87?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1380 0.046975 10.0.0.249 - - [2025-09-11 03:09:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003242 10.0.0.249 - - [2025-09-11 03:09:30] "GET /security-group/16535b4e-4d0e-4629-b09c-8f92dada3cbe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3766 0.005383 10.0.0.249 - - [2025-09-11 03:09:30] "POST /virtual-machine-interfaces HTTP/1.1" 200 569 0.113534 10.0.0.249 - - [2025-09-11 03:09:30] "POST /instance-ips HTTP/1.1" 200 357 0.029586 10.0.0.249 - - [2025-09-11 03:09:30] "GET /virtual-machine-interface/e2c39989-5894-44c8-acd0-244d94b4c223?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2650 0.006948 10.0.0.249 - - [2025-09-11 03:09:30] "GET /virtual-machine-interface/e2c39989-5894-44c8-acd0-244d94b4c223?fields=instance_ip_back_refs HTTP/1.1" 200 1336 0.011848 10.0.0.249 - - [2025-09-11 03:09:31] "GET /instance-ip/5b3a6ea0-7bd4-4222-a244-52db83c566f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1580 0.004709 10.0.0.249 - - [2025-09-11 03:09:31] "POST /fqname-to-id HTTP/1.1" 404 214 0.003601 10.0.0.249 - - [2025-09-11 03:09:31] "GET /virtual-network/d8861b2c-7d6d-462e-90bc-79276bab677d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.006198 10.0.0.249 - - [2025-09-11 03:09:31] "GET /virtual-machine-interface/9ff32872-5788-4d00-9862-f3904b741cbe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2374 0.007591 10.0.0.249 - - [2025-09-11 03:09:31] "GET /virtual-machine-interface/9ff32872-5788-4d00-9862-f3904b741cbe?fields=instance_ip_back_refs HTTP/1.1" 200 1334 0.007916 10.0.0.249 - - [2025-09-11 03:09:31] "GET /instance-ip/801b8e3f-ffd8-4990-8f83-1adaa0ad5b77?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1610 0.004336 10.0.0.249 - - [2025-09-11 03:09:31] "POST /fqname-to-id HTTP/1.1" 404 214 0.002873 10.0.0.249 - - [2025-09-11 03:09:31] "GET /virtual-network/19dd4d38-6597-4b76-aea3-82cb1ec7840b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.005855 10.0.0.49 - - [2025-09-11 03:09:31] "GET /projects?obj_uuids=ea985260-3bc6-4bda-bb74-707dfa448a87&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001087 10.0.0.249 - - [2025-09-11 03:09:31] "GET /project/ea985260-3bc6-4bda-bb74-707dfa448a87?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1380 0.046777 10.0.0.249 - - [2025-09-11 03:09:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003633 10.0.0.249 - - [2025-09-11 03:09:31] "GET /security-group/16535b4e-4d0e-4629-b09c-8f92dada3cbe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3766 0.004617 10.0.0.249 - - [2025-09-11 03:09:31] "POST /virtual-machine-interfaces HTTP/1.1" 200 569 0.101681 10.0.0.249 - - [2025-09-11 03:09:31] "POST /instance-ips HTTP/1.1" 200 357 0.054552 10.0.0.249 - - [2025-09-11 03:09:31] "GET /virtual-machine-interface/afc05491-eac0-4a6d-900e-9b234c5b41a3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2650 0.005805 10.0.0.249 - - [2025-09-11 03:09:31] "GET /virtual-machine-interface/afc05491-eac0-4a6d-900e-9b234c5b41a3?fields=instance_ip_back_refs HTTP/1.1" 200 1336 0.009010 10.0.0.249 - - [2025-09-11 03:09:31] "GET /instance-ip/0c527b28-3477-40e3-8add-6dda1e432091?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1580 0.004564 10.0.0.249 - - [2025-09-11 03:09:33] "POST /id-to-fqname HTTP/1.1" 200 224 0.001586 10.0.0.249 - - [2025-09-11 03:09:33] "POST /neutron/port HTTP/1.1" 200 990 0.009736 10.0.0.249 - - [2025-09-11 03:09:33] "POST /neutron/port HTTP/1.1" 200 990 0.008609 10.0.0.249 - - [2025-09-11 03:09:34] "POST /neutron/port HTTP/1.1" 200 117 0.005881 10.0.0.249 - - [2025-09-11 03:09:34] "POST /id-to-fqname HTTP/1.1" 200 224 0.001208 10.0.0.249 - - [2025-09-11 03:09:34] "POST /neutron/port HTTP/1.1" 200 990 0.008797 10.0.0.249 - - [2025-09-11 03:09:34] "POST /neutron/port HTTP/1.1" 200 990 0.014733 10.0.0.249 - - [2025-09-11 03:09:34] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004734 10.0.0.249 - - [2025-09-11 03:09:34] "POST /neutron/network HTTP/1.1" 200 828 0.007097 10.0.0.49 - - [2025-09-11 03:09:34] "GET /projects?obj_uuids=ea985260-3bc6-4bda-bb74-707dfa448a87&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001072 10.0.0.249 - - [2025-09-11 03:09:34] "GET /project/ea985260-3bc6-4bda-bb74-707dfa448a87?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1380 0.062829 10.0.0.249 - - [2025-09-11 03:09:35] "POST /neutron/security_group HTTP/1.1" 200 2062 0.008836 10.0.0.249 - - [2025-09-11 03:09:35] "POST /id-to-fqname HTTP/1.1" 200 224 0.001584 10.0.0.249 - - [2025-09-11 03:09:35] "POST /neutron/security_group HTTP/1.1" 200 2062 0.007737 10.0.0.249 - - [2025-09-11 03:09:35] "POST /neutron/network HTTP/1.1" 200 828 0.007058 10.0.0.249 - - [2025-09-11 03:09:36] "POST /neutron/port HTTP/1.1" 200 1056 0.057874 10.0.0.49 - - [2025-09-11 03:09:36] "GET /projects?obj_uuids=ea985260-3bc6-4bda-bb74-707dfa448a87&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001066 10.0.0.249 - - [2025-09-11 03:09:36] "POST /neutron/router HTTP/1.1" 200 598 0.092048 10.0.0.249 - - [2025-09-11 03:09:36] "POST /neutron/port HTTP/1.1" 200 990 0.009989 10.0.0.249 - - [2025-09-11 03:09:36] "POST /neutron/port HTTP/1.1" 200 990 0.010334 10.0.0.49 - - [2025-09-11 03:09:36] "POST /ref-update HTTP/1.1" 200 156 0.032997 10.0.0.49 - - [2025-09-11 03:09:36] "GET /projects?obj_uuids=ea985260-3bc6-4bda-bb74-707dfa448a87&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001820 10.0.0.249 - - [2025-09-11 03:09:36] "POST /neutron/subnet HTTP/1.1" 200 699 0.007336 10.0.0.249 - - [2025-09-11 03:09:36] "POST /neutron/router HTTP/1.1" 200 344 0.403535 10.0.0.249 - - [2025-09-11 03:09:37] "POST /neutron/port HTTP/1.1" 200 1056 0.018430 10.0.0.249 - - [2025-09-11 03:09:37] "POST /neutron/security_group HTTP/1.1" 200 2062 0.009187 10.0.0.249 - - [2025-09-11 03:09:37] "GET /virtual-machine/02f85105-bf7e-4880-9405-7b250f14fd60 HTTP/1.1" 401 293 0.000526 10.0.0.249 - - [2025-09-11 03:09:37] "GET /virtual-machine/02f85105-bf7e-4880-9405-7b250f14fd60 HTTP/1.1" 200 1273 0.030633 10.0.0.249 - - [2025-09-11 03:09:37] "GET /virtual-machine-interface/04c91979-1302-4b7f-9d76-3635d0215758 HTTP/1.1" 200 3186 0.005620 10.0.0.249 - - [2025-09-11 03:09:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003428 10.0.0.249 - - [2025-09-11 03:09:37] "GET /global-vrouter-config/34ac33d4-7223-40b7-b082-da1d7603178b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003774 10.0.0.249 - - [2025-09-11 03:09:37] "GET /virtual-networks?parent_id=ea985260-3bc6-4bda-bb74-707dfa448a87&detail=False&count=False&shared=False HTTP/1.1" 200 803 0.003075 10.0.0.249 - - [2025-09-11 03:09:37] "GET /virtual-network/d8861b2c-7d6d-462e-90bc-79276bab677d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005710 10.0.0.249 - - [2025-09-11 03:09:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004009 10.0.0.249 - - [2025-09-11 03:09:40] "GET /virtual-network/d8861b2c-7d6d-462e-90bc-79276bab677d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005038 10.0.0.249 - - [2025-09-11 03:09:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003973 10.0.0.249 - - [2025-09-11 03:09:44] "GET /virtual-network/d8861b2c-7d6d-462e-90bc-79276bab677d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.006273 10.0.0.249 - - [2025-09-11 03:09:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003149 10.0.0.249 - - [2025-09-11 03:09:49] "GET /virtual-network/d8861b2c-7d6d-462e-90bc-79276bab677d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.007460 10.0.0.249 - - [2025-09-11 03:09:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.006501 10.0.0.249 - - [2025-09-11 03:09:53] "GET /virtual-network/d8861b2c-7d6d-462e-90bc-79276bab677d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.006341 10.0.0.249 - - [2025-09-11 03:09:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003729 10.0.0.249 - - [2025-09-11 03:09:57] "GET /virtual-network/d8861b2c-7d6d-462e-90bc-79276bab677d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.006893 10.0.0.249 - - [2025-09-11 03:09:58] "POST /neutron/port HTTP/1.1" 200 1056 0.014340 10.0.0.249 - - [2025-09-11 03:09:58] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003907 10.0.0.249 - - [2025-09-11 03:09:58] "POST /neutron/network HTTP/1.1" 200 828 0.007226 10.0.0.249 - - [2025-09-11 03:10:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003597 10.0.0.249 - - [2025-09-11 03:10:01] "GET /virtual-network/d8861b2c-7d6d-462e-90bc-79276bab677d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.007115 10.0.0.49 - - [2025-09-11 03:10:02] "DELETE /access-control-list/82201484-e1ee-487c-a7cb-5356e09b396e HTTP/1.1" 200 115 0.038549 10.0.0.49 - - [2025-09-11 03:10:02] "DELETE /project/69df24e6-5752-4f71-94f2-f56b3ed464a5 HTTP/1.1" 404 177 0.032872 10.0.0.49 - - [2025-09-11 03:10:02] "DELETE /project/ea9852603bc64bdabb74707dfa448a87 HTTP/1.1" 404 173 0.053436 10.0.0.249 - - [2025-09-11 03:10:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003447 10.0.0.249 - - [2025-09-11 03:10:05] "GET /virtual-network/d8861b2c-7d6d-462e-90bc-79276bab677d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.006269 10.0.0.249 - - [2025-09-11 03:10:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003403 10.0.0.249 - - [2025-09-11 03:10:09] "GET /virtual-network/d8861b2c-7d6d-462e-90bc-79276bab677d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005209 10.0.0.249 - - [2025-09-11 03:10:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003673 10.0.0.249 - - [2025-09-11 03:10:13] "GET /virtual-network/d8861b2c-7d6d-462e-90bc-79276bab677d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005838 10.0.0.249 - - [2025-09-11 03:10:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003386 10.0.0.249 - - [2025-09-11 03:10:17] "GET /virtual-network/d8861b2c-7d6d-462e-90bc-79276bab677d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005682 10.0.0.249 - - [2025-09-11 03:10:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003764 10.0.0.249 - - [2025-09-11 03:10:21] "GET /virtual-network/d8861b2c-7d6d-462e-90bc-79276bab677d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005567 10.0.0.249 - - [2025-09-11 03:10:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003579 10.0.0.249 - - [2025-09-11 03:10:23] "GET /global-vrouter-config/34ac33d4-7223-40b7-b082-da1d7603178b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003454 10.0.0.249 - - [2025-09-11 03:10:23] "GET /virtual-networks?parent_id=ea985260-3bc6-4bda-bb74-707dfa448a87&detail=False&count=False&shared=False HTTP/1.1" 200 803 0.002981 10.0.0.249 - - [2025-09-11 03:10:23] "GET /virtual-network/d8861b2c-7d6d-462e-90bc-79276bab677d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.006324 10.0.0.249 - - [2025-09-11 03:10:29] "POST /neutron/port HTTP/1.1" 200 1056 0.015874 10.0.0.249 - - [2025-09-11 03:10:32] "POST /neutron/security_group HTTP/1.1" 200 2062 0.027903 10.0.0.249 - - [2025-09-11 03:10:35] "POST /neutron/port HTTP/1.1" 200 1056 0.016973 10.0.0.249 - - [2025-09-11 03:10:39] "POST /neutron/security_group HTTP/1.1" 200 2062 0.008379 10.0.0.249 - - [2025-09-11 03:10:44] "POST /neutron/router HTTP/1.1" 200 598 0.006505 10.0.0.249 - - [2025-09-11 03:10:45] "POST /neutron/router HTTP/1.1" 200 344 0.165153 10.0.0.22 - - [2025-09-11 03:10:45] "GET /logical-router/624d4807-df57-40e2-8aaa-93fc5322b90c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.042073 10.0.0.49 - - [2025-09-11 03:10:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.008085 10.0.0.249 - - [2025-09-11 03:10:46] "POST /neutron/port HTTP/1.1" 200 1056 0.025008 10.0.0.249 - - [2025-09-11 03:10:46] "POST /neutron/port HTTP/1.1" 200 1082 0.011789 10.0.0.249 - - [2025-09-11 03:10:47] "DELETE /instance-ip/0c527b28-3477-40e3-8add-6dda1e432091 HTTP/1.1" 200 115 0.048222 10.0.0.249 - - [2025-09-11 03:10:47] "DELETE /virtual-machine-interface/afc05491-eac0-4a6d-900e-9b234c5b41a3 HTTP/1.1" 200 115 0.097891 10.0.0.249 - - [2025-09-11 03:10:47] "POST /neutron/port HTTP/1.1" 200 1013 0.012100 10.0.0.249 - - [2025-09-11 03:10:47] "DELETE /instance-ip/5b3a6ea0-7bd4-4222-a244-52db83c566f5 HTTP/1.1" 200 115 0.043804 10.0.0.249 - - [2025-09-11 03:10:47] "DELETE /virtual-machine-interface/e2c39989-5894-44c8-acd0-244d94b4c223 HTTP/1.1" 200 115 0.067340 10.0.0.249 - - [2025-09-11 03:10:47] "POST /neutron/port HTTP/1.1" 200 151 0.122750 10.0.0.249 - - [2025-09-11 03:10:47] "DELETE /instance-ip/b9b24223-779d-4a6b-a6f3-305514cb78e9 HTTP/1.1" 200 115 0.067328 10.0.0.249 - - [2025-09-11 03:10:47] "DELETE /virtual-machine-interface/e676236c-68dc-4755-b4e9-0c0d1353a4c6 HTTP/1.1" 200 115 0.108996 10.0.0.249 - - [2025-09-11 03:10:48] "POST /neutron/network HTTP/1.1" 200 827 0.007932 10.0.0.49 - - [2025-09-11 03:10:48] "DELETE /route-target/771e6df9-aa4d-48cc-9993-7cfebce7fb8a HTTP/1.1" 200 115 0.026754 10.0.0.49 - - [2025-09-11 03:10:48] "POST /useragent-kv HTTP/1.1" 200 115 0.004857 10.0.0.49 - - [2025-09-11 03:10:48] "POST /useragent-kv HTTP/1.1" 200 115 0.004372 10.0.0.249 - - [2025-09-11 03:10:48] "POST /neutron/network HTTP/1.1" 200 151 0.119628 10.0.0.49 - - [2025-09-11 03:10:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.008826 10.0.0.49 - - [2025-09-11 03:10:48] "GET /projects?obj_uuids=ea985260-3bc6-4bda-bb74-707dfa448a87&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000930 10.0.0.249 - - [2025-09-11 03:10:48] "GET /project/ea985260-3bc6-4bda-bb74-707dfa448a87?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1380 0.055768 10.0.0.49 - - [2025-09-11 03:10:48] "GET /projects?obj_uuids=ea985260-3bc6-4bda-bb74-707dfa448a87&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000919 10.0.0.249 - - [2025-09-11 03:10:48] "GET /project/ea985260-3bc6-4bda-bb74-707dfa448a87?fields=virtual_networks HTTP/1.1" 200 1041 0.040758 10.0.0.49 - - [2025-09-11 03:10:48] "GET /projects?obj_uuids=ea985260-3bc6-4bda-bb74-707dfa448a87&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000997 10.0.0.249 - - [2025-09-11 03:10:48] "GET /project/ea985260-3bc6-4bda-bb74-707dfa448a87?fields=virtual_machine_interfaces HTTP/1.1" 200 1041 0.038723 10.0.0.49 - - [2025-09-11 03:10:48] "GET /projects?obj_uuids=ea985260-3bc6-4bda-bb74-707dfa448a87&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001235 10.0.0.249 - - [2025-09-11 03:10:48] "GET /project/ea985260-3bc6-4bda-bb74-707dfa448a87?fields=security_groups HTTP/1.1" 200 1271 0.041346 10.0.0.249 - - [2025-09-11 03:10:49] "POST /fqname-to-id HTTP/1.1" 404 187 0.027138 10.0.0.49 - - [2025-09-11 03:10:49] "GET /projects?obj_uuids=5227a52b-7cc9-4adf-aa1a-6795d183b692&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002653 10.0.0.49 - - [2025-09-11 03:10:49] "GET /domains?obj_uuids=6cefd47d-baca-4df6-a10c-ec963319da07&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001231 10.0.0.49 - - [2025-09-11 03:10:49] "GET /domain/6cefd47d-baca-4df6-a10c-ec963319da07?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007769 10.0.0.49 - - [2025-09-11 03:10:49] "POST /id-to-fqname HTTP/1.1" 200 189 0.005333 10.0.0.49 - - [2025-09-11 03:10:49] "POST /fqname-to-id HTTP/1.1" 404 198 0.007315 10.0.0.49 - - [2025-09-11 03:10:49] "POST /security-groups HTTP/1.1" 200 590 0.041284 10.0.0.49 - - [2025-09-11 03:10:50] "POST /projects HTTP/1.1" 200 583 0.261527 10.0.0.49 - - [2025-09-11 03:10:50] "POST /access-control-lists HTTP/1.1" 200 595 0.027839 10.0.0.49 - - [2025-09-11 03:10:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.333398 10.0.0.249 - - [2025-09-11 03:10:50] "GET /project/5227a52b-7cc9-4adf-aa1a-6795d183b692?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.472332 10.0.0.249 - - [2025-09-11 03:10:51] "POST /neutron/port HTTP/1.1" 200 117 0.008248 10.0.0.249 - - [2025-09-11 03:10:51] "GET / HTTP/1.1" 200 35931 0.001955 10.0.0.249 - - [2025-09-11 03:10:53] "POST /fqname-to-id HTTP/1.1" 401 293 0.000557 10.0.0.249 - - [2025-09-11 03:10:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.054420 10.0.0.49 - - [2025-09-11 03:10:53] "GET /projects?obj_uuids=5227a52b-7cc9-4adf-aa1a-6795d183b692&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.000858 10.0.0.249 - - [2025-09-11 03:10:53] "GET /project/5227a52b-7cc9-4adf-aa1a-6795d183b692?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.042104 10.0.0.49 - - [2025-09-11 03:10:53] "GET /projects?obj_uuids=5227a52b-7cc9-4adf-aa1a-6795d183b692&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001438 10.0.0.249 - - [2025-09-11 03:10:53] "POST /neutron/network HTTP/1.1" 200 604 0.136379 10.0.0.49 - - [2025-09-11 03:10:53] "POST /route-targets HTTP/1.1" 200 327 0.013183 10.0.0.249 - - [2025-09-11 03:10:54] "POST /id-to-fqname HTTP/1.1" 200 219 0.002990 10.0.0.249 - - [2025-09-11 03:10:54] "GET /virtual-network/63f2a7df-d604-4764-a7b8-e8b8825a16d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.006146 10.0.0.249 - - [2025-09-11 03:10:54] "POST /neutron/network HTTP/1.1" 200 824 0.006880 10.0.0.249 - - [2025-09-11 03:10:54] "GET /virtual-network/63f2a7df-d604-4764-a7b8-e8b8825a16d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.005096 10.0.0.249 - - [2025-09-11 03:10:54] "GET /virtual-network/63f2a7df-d604-4764-a7b8-e8b8825a16d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.006129 10.0.0.22 - - [2025-09-11 03:10:55] "GET /obj-perms HTTP/1.1" 200 5047 0.053040 10.0.0.49 - - [2025-09-11 03:10:55] "GET /obj-perms HTTP/1.1" 200 5047 0.052395 10.0.0.249 - - [2025-09-11 03:10:56] "POST /id-to-fqname HTTP/1.1" 200 219 0.001559 10.0.0.249 - - [2025-09-11 03:10:56] "POST /neutron/port HTTP/1.1" 200 117 0.029317 10.0.0.49 - - [2025-09-11 03:10:56] "GET /projects?obj_uuids=5227a52b-7cc9-4adf-aa1a-6795d183b692&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.000935 10.0.0.249 - - [2025-09-11 03:10:57] "GET /project/5227a52b-7cc9-4adf-aa1a-6795d183b692?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.067117 10.0.0.249 - - [2025-09-11 03:10:57] "POST /neutron/port HTTP/1.1" 200 117 0.031360 10.0.0.249 - - [2025-09-11 03:10:57] "POST /id-to-fqname HTTP/1.1" 200 219 0.001231 10.0.0.249 - - [2025-09-11 03:10:57] "POST /neutron/network HTTP/1.1" 200 834 0.006726 10.0.0.249 - - [2025-09-11 03:10:57] "POST /neutron/port HTTP/1.1" 200 1060 0.015470 10.0.0.249 - - [2025-09-11 03:10:58] "POST /neutron/port HTTP/1.1" 200 1088 0.021822 10.0.0.249 - - [2025-09-11 03:10:58] "POST /neutron/port HTTP/1.1" 200 117 0.001337 10.0.0.49 - - [2025-09-11 03:10:58] "GET /projects?obj_uuids=5227a52b-7cc9-4adf-aa1a-6795d183b692&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001232 10.0.0.249 - - [2025-09-11 03:10:58] "GET /project/5227a52b-7cc9-4adf-aa1a-6795d183b692?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.067292 10.0.0.249 - - [2025-09-11 03:10:58] "POST /neutron/port HTTP/1.1" 200 1088 0.043286 10.0.0.249 - - [2025-09-11 03:10:58] "POST /neutron/port HTTP/1.1" 200 1088 0.013992 10.0.0.49 - - [2025-09-11 03:10:59] "GET /projects?obj_uuids=5227a52b-7cc9-4adf-aa1a-6795d183b692&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001101 10.0.0.249 - - [2025-09-11 03:10:59] "POST /neutron/port HTTP/1.1" 200 1060 0.282263 10.0.0.249 - - [2025-09-11 03:10:59] "POST /neutron/port HTTP/1.1" 200 1114 0.101687 10.0.0.249 - - [2025-09-11 03:10:59] "POST /neutron/subnet HTTP/1.1" 200 703 0.008705 10.0.0.49 - - [2025-09-11 03:11:02] "DELETE /access-control-list/7b0e999e-dcf7-4dad-bebc-125b94de3db2 HTTP/1.1" 200 115 0.045937 10.0.0.49 - - [2025-09-11 03:11:03] "DELETE /project/ea985260-3bc6-4bda-bb74-707dfa448a87 HTTP/1.1" 404 177 0.002910 10.0.0.49 - - [2025-09-11 03:11:03] "DELETE /project/5227a52b7cc94adfaa1a6795d183b692 HTTP/1.1" 404 173 0.005562 10.0.0.249 - - [2025-09-11 03:11:03] "POST /neutron/port HTTP/1.1" 200 1088 0.015569 10.0.0.249 - - [2025-09-11 03:11:04] "POST /neutron/security_group HTTP/1.1" 200 2057 0.008653 10.0.0.249 - - [2025-09-11 03:11:04] "GET /virtual-machine/ffbd877f-929d-46e7-a7c4-3ecdec97cf76 HTTP/1.1" 401 293 0.000406 10.0.0.249 - - [2025-09-11 03:11:04] "GET /virtual-machine/ffbd877f-929d-46e7-a7c4-3ecdec97cf76 HTTP/1.1" 200 1292 0.030181 10.0.0.249 - - [2025-09-11 03:11:04] "GET /virtual-machine-interface/d87ea81d-0082-4c15-a8e4-00610a7e33a9 HTTP/1.1" 200 2937 0.005657 10.0.0.249 - - [2025-09-11 03:11:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003257 10.0.0.249 - - [2025-09-11 03:11:04] "GET /global-vrouter-config/34ac33d4-7223-40b7-b082-da1d7603178b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003808 10.0.0.249 - - [2025-09-11 03:11:04] "GET /virtual-networks?parent_id=5227a52b-7cc9-4adf-aa1a-6795d183b692&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002865 10.0.0.249 - - [2025-09-11 03:11:04] "GET /virtual-network/63f2a7df-d604-4764-a7b8-e8b8825a16d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.005485 10.0.0.249 - - [2025-09-11 03:11:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004689 10.0.0.249 - - [2025-09-11 03:11:07] "GET /virtual-network/63f2a7df-d604-4764-a7b8-e8b8825a16d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.006994 10.0.0.22 - - [2025-09-11 03:11:10] "GET /global-system-configs HTTP/1.1" 200 322 0.068591 10.0.0.249 - - [2025-09-11 03:11:10] "GET /obj-perms HTTP/1.1" 200 5075 0.149251 10.0.0.49 - - [2025-09-11 03:11:10] "GET /global-system-configs HTTP/1.1" 200 322 0.047348 10.0.0.49 - - [2025-09-11 03:11:10] "GET /global-system-configs HTTP/1.1" 200 322 0.003790 10.0.0.22 - - [2025-09-11 03:11:10] "GET /global-system-configs HTTP/1.1" 200 322 0.080930 10.0.0.49 - - [2025-09-11 03:11:10] "GET /obj-perms HTTP/1.1" 200 5075 0.099993 10.0.0.22 - - [2025-09-11 03:11:10] "GET /obj-perms HTTP/1.1" 200 5075 0.134284 10.0.0.249 - - [2025-09-11 03:11:10] "GET /obj-perms HTTP/1.1" 200 5075 0.127368 10.0.0.249 - - [2025-09-11 03:11:11] "GET /global-system-configs HTTP/1.1" 200 322 0.032789 10.0.0.249 - - [2025-09-11 03:11:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003062 10.0.0.249 - - [2025-09-11 03:11:11] "GET /virtual-network/63f2a7df-d604-4764-a7b8-e8b8825a16d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.005285 10.0.0.249 - - [2025-09-11 03:11:12] "GET /global-system-configs HTTP/1.1" 200 322 0.118751 10.0.0.49 - - [2025-09-11 03:11:12] "GET /obj-perms HTTP/1.1" 200 5075 0.156223 10.0.0.22 - - [2025-09-11 03:11:12] "GET /obj-perms HTTP/1.1" 200 5075 0.179752 10.0.0.249 - - [2025-09-11 03:11:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003481 10.0.0.249 - - [2025-09-11 03:11:15] "GET /virtual-network/63f2a7df-d604-4764-a7b8-e8b8825a16d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.004988 10.0.0.249 - - [2025-09-11 03:11:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.006236 10.0.0.249 - - [2025-09-11 03:11:20] "GET /virtual-network/63f2a7df-d604-4764-a7b8-e8b8825a16d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.006251 10.0.0.249 - - [2025-09-11 03:11:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003350 10.0.0.249 - - [2025-09-11 03:11:24] "GET /virtual-network/63f2a7df-d604-4764-a7b8-e8b8825a16d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.005401 10.0.0.249 - - [2025-09-11 03:11:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003616 10.0.0.249 - - [2025-09-11 03:11:28] "GET /virtual-network/63f2a7df-d604-4764-a7b8-e8b8825a16d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.006530 10.0.0.249 - - [2025-09-11 03:11:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003413 10.0.0.249 - - [2025-09-11 03:11:32] "GET /virtual-network/63f2a7df-d604-4764-a7b8-e8b8825a16d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.005374 10.0.0.249 - - [2025-09-11 03:11:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003326 10.0.0.249 - - [2025-09-11 03:11:36] "GET /virtual-network/63f2a7df-d604-4764-a7b8-e8b8825a16d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.005763 10.0.0.249 - - [2025-09-11 03:11:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003711 10.0.0.249 - - [2025-09-11 03:11:40] "GET /virtual-network/63f2a7df-d604-4764-a7b8-e8b8825a16d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.005728 10.0.0.249 - - [2025-09-11 03:11:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003415 10.0.0.249 - - [2025-09-11 03:11:44] "GET /virtual-network/63f2a7df-d604-4764-a7b8-e8b8825a16d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.005450 10.0.0.249 - - [2025-09-11 03:11:46] "GET /obj-perms HTTP/1.1" 200 5075 0.058233 10.0.0.249 - - [2025-09-11 03:11:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003649 10.0.0.249 - - [2025-09-11 03:11:48] "GET /virtual-network/63f2a7df-d604-4764-a7b8-e8b8825a16d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.006023 10.0.0.249 - - [2025-09-11 03:11:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003394 10.0.0.249 - - [2025-09-11 03:11:52] "GET /virtual-network/63f2a7df-d604-4764-a7b8-e8b8825a16d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.005137 10.0.0.249 - - [2025-09-11 03:11:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003609 10.0.0.249 - - [2025-09-11 03:11:54] "GET /global-vrouter-config/34ac33d4-7223-40b7-b082-da1d7603178b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003306 10.0.0.249 - - [2025-09-11 03:11:54] "GET /virtual-networks?parent_id=5227a52b-7cc9-4adf-aa1a-6795d183b692&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002820 10.0.0.249 - - [2025-09-11 03:11:54] "GET /virtual-network/63f2a7df-d604-4764-a7b8-e8b8825a16d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.008100 10.0.0.249 - - [2025-09-11 03:11:55] "POST /neutron/port HTTP/1.1" 200 1088 0.015186 10.0.0.249 - - [2025-09-11 03:11:58] "POST /neutron/port HTTP/1.1" 200 1088 0.037663 10.0.0.249 - - [2025-09-11 03:11:58] "POST /neutron/subnet HTTP/1.1" 200 703 0.008276 10.0.0.249 - - [2025-09-11 03:12:00] "POST /neutron/port HTTP/1.1" 200 1088 0.018399 10.0.0.249 - - [2025-09-11 03:12:05] "POST /neutron/security_group HTTP/1.1" 200 2057 0.009360 10.0.0.249 - - [2025-09-11 03:12:10] "POST /neutron/port HTTP/1.1" 200 1088 0.015078 10.0.0.249 - - [2025-09-11 03:12:11] "POST /neutron/security_group HTTP/1.1" 200 2057 0.007064 10.0.0.249 - - [2025-09-11 03:12:15] "POST /neutron/port HTTP/1.1" 200 1088 0.019996 10.0.0.249 - - [2025-09-11 03:12:16] "POST /neutron/security_group HTTP/1.1" 200 2057 0.007673 10.0.0.249 - - [2025-09-11 03:12:16] "GET /virtual-machine/e7c51ac0-c196-4dbe-b3d5-7fc9e80c5de1 HTTP/1.1" 200 1292 0.006376 10.0.0.249 - - [2025-09-11 03:12:16] "GET /virtual-machine-interface/9dcea410-d461-4527-88e9-e7510fda4fac HTTP/1.1" 200 2936 0.006033 10.0.0.249 - - [2025-09-11 03:12:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003673 10.0.0.249 - - [2025-09-11 03:12:16] "GET /global-vrouter-config/34ac33d4-7223-40b7-b082-da1d7603178b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003707 10.0.0.249 - - [2025-09-11 03:12:16] "GET /virtual-networks?parent_id=5227a52b-7cc9-4adf-aa1a-6795d183b692&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003138 10.0.0.249 - - [2025-09-11 03:12:16] "GET /virtual-network/63f2a7df-d604-4764-a7b8-e8b8825a16d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.005937 10.0.0.249 - - [2025-09-11 03:12:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003639 10.0.0.249 - - [2025-09-11 03:12:17] "GET /global-vrouter-config/34ac33d4-7223-40b7-b082-da1d7603178b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004016 10.0.0.249 - - [2025-09-11 03:12:17] "GET /virtual-networks?parent_id=5227a52b-7cc9-4adf-aa1a-6795d183b692&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003346 10.0.0.249 - - [2025-09-11 03:12:17] "GET /virtual-network/63f2a7df-d604-4764-a7b8-e8b8825a16d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.006360 10.0.0.249 - - [2025-09-11 03:12:58] "POST /neutron/port HTTP/1.1" 200 1088 0.014979 10.0.0.249 - - [2025-09-11 03:12:58] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004545 10.0.0.249 - - [2025-09-11 03:12:58] "POST /neutron/network HTTP/1.1" 200 824 0.006575 10.0.0.249 - - [2025-09-11 03:13:39] "POST /neutron/port HTTP/1.1" 200 1088 0.016645 10.0.0.249 - - [2025-09-11 03:13:39] "POST /neutron/port HTTP/1.1" 200 1088 0.012595 10.0.0.249 - - [2025-09-11 03:13:41] "POST /neutron/network HTTP/1.1" 200 824 0.006950 10.0.0.49 - - [2025-09-11 03:13:43] "GET /projects?obj_uuids=5227a52b-7cc9-4adf-aa1a-6795d183b692&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.000942 10.0.0.249 - - [2025-09-11 03:13:43] "GET /project/5227a52b-7cc9-4adf-aa1a-6795d183b692?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.039004 10.0.0.49 - - [2025-09-11 03:13:43] "GET /projects?obj_uuids=5227a52b-7cc9-4adf-aa1a-6795d183b692&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001236 10.0.0.249 - - [2025-09-11 03:13:43] "GET /project/5227a52b-7cc9-4adf-aa1a-6795d183b692?fields=virtual_networks HTTP/1.1" 200 1030 0.047945 10.0.0.49 - - [2025-09-11 03:13:43] "GET /projects?obj_uuids=5227a52b-7cc9-4adf-aa1a-6795d183b692&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001570 10.0.0.249 - - [2025-09-11 03:13:43] "GET /project/5227a52b-7cc9-4adf-aa1a-6795d183b692?fields=virtual_machine_interfaces HTTP/1.1" 200 1030 0.044156 10.0.0.49 - - [2025-09-11 03:13:43] "GET /projects?obj_uuids=5227a52b-7cc9-4adf-aa1a-6795d183b692&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.000907 10.0.0.249 - - [2025-09-11 03:13:43] "GET /project/5227a52b-7cc9-4adf-aa1a-6795d183b692?fields=security_groups HTTP/1.1" 200 1255 0.049354 10.0.0.249 - - [2025-09-11 03:13:44] "POST /fqname-to-id HTTP/1.1" 404 187 0.027142 10.0.0.49 - - [2025-09-11 03:13:44] "GET /projects?obj_uuids=38f64d04-2dda-490d-9b58-b9f52671b213&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002808 10.0.0.49 - - [2025-09-11 03:13:44] "GET /domains?obj_uuids=6cefd47d-baca-4df6-a10c-ec963319da07&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000878 10.0.0.49 - - [2025-09-11 03:13:44] "GET /domain/6cefd47d-baca-4df6-a10c-ec963319da07?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006991 10.0.0.49 - - [2025-09-11 03:13:44] "POST /id-to-fqname HTTP/1.1" 200 189 0.006070 10.0.0.49 - - [2025-09-11 03:13:44] "POST /fqname-to-id HTTP/1.1" 404 198 0.013134 10.0.0.49 - - [2025-09-11 03:13:44] "POST /security-groups HTTP/1.1" 200 590 0.073410 10.0.0.49 - - [2025-09-11 03:13:44] "POST /fqname-to-id HTTP/1.1" 404 233 0.003606 10.0.0.49 - - [2025-09-11 03:13:44] "POST /projects HTTP/1.1" 200 583 0.303288 10.0.0.49 - - [2025-09-11 03:13:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.383983 10.0.0.49 - - [2025-09-11 03:13:44] "POST /access-control-lists HTTP/1.1" 200 593 0.025799 10.0.0.249 - - [2025-09-11 03:13:44] "GET /project/38f64d04-2dda-490d-9b58-b9f52671b213?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.513848 10.0.0.249 - - [2025-09-11 03:13:45] "GET / HTTP/1.1" 200 35931 0.002336 10.0.0.249 - - [2025-09-11 03:13:47] "POST /fqname-to-id HTTP/1.1" 401 293 0.000514 10.0.0.249 - - [2025-09-11 03:13:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.361317 10.0.0.49 - - [2025-09-11 03:13:48] "GET /projects?obj_uuids=38f64d04-2dda-490d-9b58-b9f52671b213&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.000942 10.0.0.249 - - [2025-09-11 03:13:48] "GET /project/38f64d04-2dda-490d-9b58-b9f52671b213?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.043069 10.0.0.49 - - [2025-09-11 03:13:48] "GET /projects?obj_uuids=38f64d04-2dda-490d-9b58-b9f52671b213&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001193 10.0.0.249 - - [2025-09-11 03:13:48] "POST /neutron/network HTTP/1.1" 200 604 0.141930 10.0.0.249 - - [2025-09-11 03:13:49] "POST /id-to-fqname HTTP/1.1" 200 219 0.002941 10.0.0.249 - - [2025-09-11 03:13:49] "GET /virtual-network/f8b444c4-0125-4ab9-b0a9-e902858f463e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.004976 10.0.0.249 - - [2025-09-11 03:13:49] "POST /neutron/network HTTP/1.1" 200 823 0.006860 10.0.0.249 - - [2025-09-11 03:13:49] "GET /virtual-network/f8b444c4-0125-4ab9-b0a9-e902858f463e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.004466 10.0.0.249 - - [2025-09-11 03:13:49] "GET /virtual-network/f8b444c4-0125-4ab9-b0a9-e902858f463e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005424 10.0.0.22 - - [2025-09-11 03:13:50] "GET /obj-perms HTTP/1.1" 200 5047 0.053586 10.0.0.49 - - [2025-09-11 03:13:51] "GET /obj-perms HTTP/1.1" 200 5047 0.057016 10.0.0.249 - - [2025-09-11 03:13:51] "POST /id-to-fqname HTTP/1.1" 200 219 0.001275 10.0.0.249 - - [2025-09-11 03:13:51] "POST /neutron/port HTTP/1.1" 200 117 0.103705 10.0.0.49 - - [2025-09-11 03:13:52] "GET /projects?obj_uuids=38f64d04-2dda-490d-9b58-b9f52671b213&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001106 10.0.0.249 - - [2025-09-11 03:13:52] "GET /project/38f64d04-2dda-490d-9b58-b9f52671b213?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.074446 10.0.0.249 - - [2025-09-11 03:13:52] "POST /neutron/port HTTP/1.1" 200 117 0.034895 10.0.0.249 - - [2025-09-11 03:13:52] "POST /id-to-fqname HTTP/1.1" 200 219 0.001472 10.0.0.249 - - [2025-09-11 03:13:53] "POST /neutron/network HTTP/1.1" 200 833 0.012986 10.0.0.249 - - [2025-09-11 03:13:53] "POST /neutron/port HTTP/1.1" 200 1059 0.025084 10.0.0.249 - - [2025-09-11 03:13:53] "POST /neutron/port HTTP/1.1" 200 1087 0.016917 10.0.0.249 - - [2025-09-11 03:13:53] "POST /neutron/port HTTP/1.1" 200 117 0.001516 10.0.0.49 - - [2025-09-11 03:13:54] "GET /projects?obj_uuids=38f64d04-2dda-490d-9b58-b9f52671b213&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.000915 10.0.0.249 - - [2025-09-11 03:13:54] "GET /project/38f64d04-2dda-490d-9b58-b9f52671b213?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.081500 10.0.0.249 - - [2025-09-11 03:13:54] "POST /neutron/port HTTP/1.1" 200 1087 0.042234 10.0.0.249 - - [2025-09-11 03:13:54] "POST /neutron/port HTTP/1.1" 200 1087 0.016647 10.0.0.49 - - [2025-09-11 03:13:55] "GET /projects?obj_uuids=38f64d04-2dda-490d-9b58-b9f52671b213&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.000992 10.0.0.249 - - [2025-09-11 03:13:55] "POST /neutron/port HTTP/1.1" 200 1059 0.282120 10.0.0.249 - - [2025-09-11 03:13:55] "POST /neutron/port HTTP/1.1" 200 1113 0.109989 10.0.0.249 - - [2025-09-11 03:13:55] "POST /neutron/subnet HTTP/1.1" 200 699 0.008376 10.0.0.249 - - [2025-09-11 03:13:57] "POST /neutron/port HTTP/1.1" 200 1087 0.014443 10.0.0.249 - - [2025-09-11 03:13:57] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004006 10.0.0.249 - - [2025-09-11 03:13:58] "POST /neutron/network HTTP/1.1" 200 823 0.006352 10.0.0.249 - - [2025-09-11 03:13:59] "POST /neutron/port HTTP/1.1" 200 1087 0.018050 10.0.0.249 - - [2025-09-11 03:14:00] "POST /neutron/security_group HTTP/1.1" 200 2057 0.007964 10.0.0.249 - - [2025-09-11 03:14:00] "GET /virtual-machine/2412b927-7448-45eb-a1ea-e51369771330 HTTP/1.1" 401 293 0.000433 10.0.0.249 - - [2025-09-11 03:14:00] "GET /virtual-machine/2412b927-7448-45eb-a1ea-e51369771330 HTTP/1.1" 200 1291 0.027797 10.0.0.249 - - [2025-09-11 03:14:00] "GET /virtual-machine-interface/013c45d3-c5c4-4080-8ee4-9565e35ab030 HTTP/1.1" 200 2934 0.005555 10.0.0.249 - - [2025-09-11 03:14:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003994 10.0.0.249 - - [2025-09-11 03:14:00] "GET /global-vrouter-config/34ac33d4-7223-40b7-b082-da1d7603178b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003833 10.0.0.249 - - [2025-09-11 03:14:00] "GET /virtual-networks?parent_id=38f64d04-2dda-490d-9b58-b9f52671b213&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003113 10.0.0.249 - - [2025-09-11 03:14:00] "GET /virtual-network/f8b444c4-0125-4ab9-b0a9-e902858f463e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.007665 10.0.0.49 - - [2025-09-11 03:14:03] "DELETE /project/38f64d042dda490d9b58b9f52671b213 HTTP/1.1" 404 173 0.003907 10.0.0.49 - - [2025-09-11 03:14:03] "GET /projects?obj_uuids=5227a52b-7cc9-4adf-aa1a-6795d183b692&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001075 10.0.0.49 - - [2025-09-11 03:14:03] "GET /project/5227a52b-7cc9-4adf-aa1a-6795d183b692?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1464 0.040502 10.0.0.49 - - [2025-09-11 03:14:03] "GET /projects?obj_uuids=5227a52b-7cc9-4adf-aa1a-6795d183b692&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001955 10.0.0.49 - - [2025-09-11 03:14:03] "GET /project/5227a52b-7cc9-4adf-aa1a-6795d183b692?fields=security_groups HTTP/1.1" 200 1100 0.078708 10.0.0.49 - - [2025-09-11 03:14:03] "DELETE /access-control-list/ccadd119-9421-460e-acd5-826ed0459b91 HTTP/1.1" 200 115 0.055194 10.0.0.49 - - [2025-09-11 03:14:03] "GET /projects?obj_uuids=5227a52b-7cc9-4adf-aa1a-6795d183b692&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001821 10.0.0.49 - - [2025-09-11 03:14:03] "GET /project/5227a52b-7cc9-4adf-aa1a-6795d183b692?fields=application_policy_sets HTTP/1.1" 200 1399 0.055253 10.0.0.49 - - [2025-09-11 03:14:03] "DELETE /project/5227a52b-7cc9-4adf-aa1a-6795d183b692 HTTP/1.1" 200 115 0.321755 10.0.0.249 - - [2025-09-11 03:14:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003170 10.0.0.249 - - [2025-09-11 03:14:03] "GET /virtual-network/f8b444c4-0125-4ab9-b0a9-e902858f463e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005376 10.0.0.249 - - [2025-09-11 03:14:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003942 10.0.0.249 - - [2025-09-11 03:14:07] "GET /virtual-network/f8b444c4-0125-4ab9-b0a9-e902858f463e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.006426 10.0.0.249 - - [2025-09-11 03:14:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.005098 10.0.0.249 - - [2025-09-11 03:14:11] "GET /virtual-network/f8b444c4-0125-4ab9-b0a9-e902858f463e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.006247 10.0.0.249 - - [2025-09-11 03:14:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003293 10.0.0.249 - - [2025-09-11 03:14:15] "GET /virtual-network/f8b444c4-0125-4ab9-b0a9-e902858f463e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.004814 10.0.0.249 - - [2025-09-11 03:14:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004136 10.0.0.249 - - [2025-09-11 03:14:19] "GET /virtual-network/f8b444c4-0125-4ab9-b0a9-e902858f463e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005269 10.0.0.249 - - [2025-09-11 03:14:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004983 10.0.0.249 - - [2025-09-11 03:14:24] "GET /virtual-network/f8b444c4-0125-4ab9-b0a9-e902858f463e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.006917 10.0.0.249 - - [2025-09-11 03:14:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003898 10.0.0.249 - - [2025-09-11 03:14:28] "GET /virtual-network/f8b444c4-0125-4ab9-b0a9-e902858f463e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.006944 10.0.0.249 - - [2025-09-11 03:14:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004029 10.0.0.249 - - [2025-09-11 03:14:32] "GET /virtual-network/f8b444c4-0125-4ab9-b0a9-e902858f463e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005934 10.0.0.249 - - [2025-09-11 03:14:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003607 10.0.0.249 - - [2025-09-11 03:14:36] "GET /virtual-network/f8b444c4-0125-4ab9-b0a9-e902858f463e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005340 10.0.0.249 - - [2025-09-11 03:14:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003408 10.0.0.249 - - [2025-09-11 03:14:40] "GET /virtual-network/f8b444c4-0125-4ab9-b0a9-e902858f463e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005949 10.0.0.249 - - [2025-09-11 03:14:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003550 10.0.0.249 - - [2025-09-11 03:14:42] "GET /global-vrouter-config/34ac33d4-7223-40b7-b082-da1d7603178b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004125 10.0.0.249 - - [2025-09-11 03:14:42] "GET /virtual-networks?parent_id=38f64d04-2dda-490d-9b58-b9f52671b213&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003569 10.0.0.249 - - [2025-09-11 03:14:42] "GET /virtual-network/f8b444c4-0125-4ab9-b0a9-e902858f463e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.006130 10.0.0.249 - - [2025-09-11 03:14:47] "POST /neutron/port HTTP/1.1" 200 1087 0.017361 10.0.0.249 - - [2025-09-11 03:14:49] "GET /obj-perms HTTP/1.1" 200 5075 0.048607 10.0.0.249 - - [2025-09-11 03:14:52] "POST /neutron/security_group HTTP/1.1" 200 2057 0.008335 10.0.0.249 - - [2025-09-11 03:14:53] "POST /neutron/port HTTP/1.1" 200 1087 0.016706 10.0.0.249 - - [2025-09-11 03:14:58] "POST /neutron/security_group HTTP/1.1" 200 2057 0.006863 10.0.0.249 - - [2025-09-11 03:15:00] "POST /neutron/network HTTP/1.1" 200 833 0.007408 10.0.0.249 - - [2025-09-11 03:15:00] "POST /neutron/port HTTP/1.1" 200 117 0.001289 10.0.0.249 - - [2025-09-11 03:15:03] "POST /neutron/security_group HTTP/1.1" 200 2057 0.007359 10.0.0.249 - - [2025-09-11 03:15:08] "POST /neutron/port HTTP/1.1" 200 1087 0.022921 10.0.0.249 - - [2025-09-11 03:15:08] "POST /neutron/security_group HTTP/1.1" 200 2057 0.007851 10.0.0.249 - - [2025-09-11 03:15:08] "GET /virtual-machine/25be3926-50f3-40a7-a3fe-71b29a24c982 HTTP/1.1" 200 1291 0.005691 10.0.0.249 - - [2025-09-11 03:15:08] "GET /virtual-machine-interface/11c3800b-ccb7-4397-82a6-4c0060e0a5e8 HTTP/1.1" 200 2935 0.005500 10.0.0.249 - - [2025-09-11 03:15:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003309 10.0.0.249 - - [2025-09-11 03:15:08] "GET /global-vrouter-config/34ac33d4-7223-40b7-b082-da1d7603178b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003932 10.0.0.249 - - [2025-09-11 03:15:08] "GET /virtual-networks?parent_id=38f64d04-2dda-490d-9b58-b9f52671b213&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002869 10.0.0.249 - - [2025-09-11 03:15:08] "GET /virtual-network/f8b444c4-0125-4ab9-b0a9-e902858f463e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.006263 10.0.0.249 - - [2025-09-11 03:15:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003709 10.0.0.249 - - [2025-09-11 03:15:09] "GET /global-vrouter-config/34ac33d4-7223-40b7-b082-da1d7603178b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003435 10.0.0.249 - - [2025-09-11 03:15:09] "GET /virtual-networks?parent_id=38f64d04-2dda-490d-9b58-b9f52671b213&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002910 10.0.0.249 - - [2025-09-11 03:15:10] "GET /virtual-network/f8b444c4-0125-4ab9-b0a9-e902858f463e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.006792 10.0.0.249 - - [2025-09-11 03:15:34] "POST /neutron/port HTTP/1.1" 200 1087 0.020986 10.0.0.249 - - [2025-09-11 03:15:34] "POST /neutron/port HTTP/1.1" 200 1087 0.014547 10.0.0.249 - - [2025-09-11 03:15:35] "POST /neutron/network HTTP/1.1" 200 823 0.006838 10.0.0.49 - - [2025-09-11 03:15:36] "DELETE /route-target/479ee88c-a12e-4f42-aedb-59023a3aa863 HTTP/1.1" 200 115 0.057108 10.0.0.49 - - [2025-09-11 03:15:37] "GET /projects?obj_uuids=38f64d04-2dda-490d-9b58-b9f52671b213&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.023196 10.0.0.249 - - [2025-09-11 03:15:37] "GET /project/38f64d04-2dda-490d-9b58-b9f52671b213?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.093174 10.0.0.49 - - [2025-09-11 03:15:37] "GET /projects?obj_uuids=38f64d04-2dda-490d-9b58-b9f52671b213&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001118 10.0.0.249 - - [2025-09-11 03:15:37] "GET /project/38f64d04-2dda-490d-9b58-b9f52671b213?fields=virtual_networks HTTP/1.1" 200 1030 0.055739 10.0.0.49 - - [2025-09-11 03:15:37] "GET /projects?obj_uuids=38f64d04-2dda-490d-9b58-b9f52671b213&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001157 10.0.0.249 - - [2025-09-11 03:15:37] "GET /project/38f64d04-2dda-490d-9b58-b9f52671b213?fields=virtual_machine_interfaces HTTP/1.1" 200 1030 0.046936 10.0.0.49 - - [2025-09-11 03:15:37] "GET /projects?obj_uuids=38f64d04-2dda-490d-9b58-b9f52671b213&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.000935 10.0.0.249 - - [2025-09-11 03:15:37] "GET /project/38f64d04-2dda-490d-9b58-b9f52671b213?fields=security_groups HTTP/1.1" 200 1255 0.042068 10.0.0.249 - - [2025-09-11 03:15:52] "GET / HTTP/1.1" 200 35931 0.001644 10.0.0.249 - - [2025-09-11 03:15:53] "POST /fqname-to-id HTTP/1.1" 401 293 0.000487 10.0.0.249 - - [2025-09-11 03:15:53] "POST /fqname-to-id HTTP/1.1" 404 201 0.073767 10.0.0.49 - - [2025-09-11 03:15:53] "GET /projects?obj_uuids=c4f3f995-a3ff-4e1a-9bc6-416f72df478a&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002797 10.0.0.49 - - [2025-09-11 03:15:53] "GET /domains?obj_uuids=6cefd47d-baca-4df6-a10c-ec963319da07&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001009 10.0.0.49 - - [2025-09-11 03:15:53] "GET /domain/6cefd47d-baca-4df6-a10c-ec963319da07?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.030032 10.0.0.49 - - [2025-09-11 03:15:53] "POST /id-to-fqname HTTP/1.1" 200 203 0.002150 10.0.0.49 - - [2025-09-11 03:15:54] "POST /fqname-to-id HTTP/1.1" 404 212 0.008510 10.0.0.49 - - [2025-09-11 03:15:54] "POST /security-groups HTTP/1.1" 200 604 0.028933 10.0.0.49 - - [2025-09-11 03:15:54] "POST /projects HTTP/1.1" 200 611 0.257601 10.0.0.49 - - [2025-09-11 03:15:54] "POST /fqname-to-id HTTP/1.1" 404 246 0.013045 10.0.0.49 - - [2025-09-11 03:15:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.330137 10.0.0.249 - - [2025-09-11 03:15:54] "GET /project/c4f3f995-a3ff-4e1a-9bc6-416f72df478a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1416 0.496392 10.0.0.249 - - [2025-09-11 03:15:55] "GET / HTTP/1.1" 200 35931 0.001553 10.0.0.249 - - [2025-09-11 03:15:55] "POST /fqname-to-id HTTP/1.1" 401 293 0.000459 10.0.0.249 - - [2025-09-11 03:15:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.050360 10.0.0.49 - - [2025-09-11 03:15:56] "GET /projects?obj_uuids=c4f3f995-a3ff-4e1a-9bc6-416f72df478a&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.001093 10.0.0.249 - - [2025-09-11 03:15:56] "GET /project/c4f3f995-a3ff-4e1a-9bc6-416f72df478a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1416 0.040531 10.0.0.49 - - [2025-09-11 03:15:56] "GET /projects?obj_uuids=c4f3f995-a3ff-4e1a-9bc6-416f72df478a&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.000881 10.0.0.249 - - [2025-09-11 03:15:56] "POST /neutron/network HTTP/1.1" 200 620 0.151311 10.0.0.49 - - [2025-09-11 03:15:56] "POST /ref-update HTTP/1.1" 200 156 0.025161 10.0.0.249 - - [2025-09-11 03:15:56] "POST /id-to-fqname HTTP/1.1" 200 234 0.003286 10.0.0.249 - - [2025-09-11 03:15:56] "GET /virtual-network/e2225dad-ff7d-43bf-a8f6-a8e7fc787710?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.005282 10.0.0.249 - - [2025-09-11 03:15:56] "POST /neutron/network HTTP/1.1" 200 838 0.006157 10.0.0.249 - - [2025-09-11 03:15:56] "GET /virtual-network/e2225dad-ff7d-43bf-a8f6-a8e7fc787710?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.007123 10.0.0.249 - - [2025-09-11 03:15:56] "POST /id-to-fqname HTTP/1.1" 200 234 0.001179 10.0.0.249 - - [2025-09-11 03:15:56] "POST /neutron/port HTTP/1.1" 200 117 0.031455 10.0.0.49 - - [2025-09-11 03:15:57] "GET /projects?obj_uuids=c4f3f995-a3ff-4e1a-9bc6-416f72df478a&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.001100 10.0.0.249 - - [2025-09-11 03:15:57] "GET /project/c4f3f995-a3ff-4e1a-9bc6-416f72df478a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1416 0.062669 10.0.0.249 - - [2025-09-11 03:15:57] "POST /neutron/port HTTP/1.1" 200 117 0.030055 10.0.0.249 - - [2025-09-11 03:15:58] "POST /id-to-fqname HTTP/1.1" 200 234 0.001286 10.0.0.249 - - [2025-09-11 03:15:58] "POST /neutron/network HTTP/1.1" 200 848 0.006325 10.0.0.249 - - [2025-09-11 03:15:58] "POST /neutron/port HTTP/1.1" 200 1072 0.016099 10.0.0.249 - - [2025-09-11 03:15:59] "POST /neutron/port HTTP/1.1" 200 1100 0.016026 10.0.0.49 - - [2025-09-11 03:15:59] "GET /projects?obj_uuids=c4f3f995-a3ff-4e1a-9bc6-416f72df478a&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.001157 10.0.0.249 - - [2025-09-11 03:15:59] "GET /project/c4f3f995-a3ff-4e1a-9bc6-416f72df478a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1416 0.076368 10.0.0.249 - - [2025-09-11 03:15:59] "POST /neutron/port HTTP/1.1" 200 117 0.001061 10.0.0.249 - - [2025-09-11 03:15:59] "POST /neutron/port HTTP/1.1" 200 1100 0.044216 10.0.0.249 - - [2025-09-11 03:15:59] "POST /neutron/network HTTP/1.1" 200 848 0.006242 10.0.0.249 - - [2025-09-11 03:16:00] "GET /virtual-network/e2225dad-ff7d-43bf-a8f6-a8e7fc787710?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.005212 10.0.0.249 - - [2025-09-11 03:16:00] "POST /neutron/port HTTP/1.1" 200 1072 0.019783 10.0.0.249 - - [2025-09-11 03:16:00] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003987 10.0.0.249 - - [2025-09-11 03:16:00] "POST /neutron/network HTTP/1.1" 200 838 0.010759 10.0.0.49 - - [2025-09-11 03:16:01] "GET /obj-perms HTTP/1.1" 200 5075 0.048344 10.0.0.249 - - [2025-09-11 03:16:01] "POST /neutron/port HTTP/1.1" 200 1100 0.014525 10.0.0.249 - - [2025-09-11 03:16:01] "POST /neutron/security_group HTTP/1.1" 200 2071 0.008132 10.0.0.249 - - [2025-09-11 03:16:01] "GET /virtual-machine/17cbe6c9-51c9-459a-ba25-d4fff1988ce6 HTTP/1.1" 401 293 0.000551 10.0.0.249 - - [2025-09-11 03:16:02] "POST /neutron/network HTTP/1.1" 200 848 0.007489 10.0.0.249 - - [2025-09-11 03:16:02] "GET /virtual-machine/17cbe6c9-51c9-459a-ba25-d4fff1988ce6 HTTP/1.1" 200 1305 0.030747 10.0.0.249 - - [2025-09-11 03:16:02] "GET /virtual-machine-interface/13825fd7-8534-47fe-8378-e5e3711ffb5b HTTP/1.1" 200 3008 0.007998 10.0.0.249 - - [2025-09-11 03:16:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003420 10.0.0.249 - - [2025-09-11 03:16:02] "GET /global-vrouter-config/34ac33d4-7223-40b7-b082-da1d7603178b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003566 10.0.0.249 - - [2025-09-11 03:16:02] "POST /neutron/port HTTP/1.1" 200 117 0.000778 10.0.0.249 - - [2025-09-11 03:16:02] "GET /virtual-networks?parent_id=c4f3f995-a3ff-4e1a-9bc6-416f72df478a&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.002773 10.0.0.249 - - [2025-09-11 03:16:02] "GET /virtual-network/e2225dad-ff7d-43bf-a8f6-a8e7fc787710?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.006136 10.0.0.49 - - [2025-09-11 03:16:03] "DELETE /project/c4f3f995a3ff4e1a9bc6416f72df478a HTTP/1.1" 404 173 0.006695 10.0.0.49 - - [2025-09-11 03:16:03] "GET /projects?obj_uuids=38f64d04-2dda-490d-9b58-b9f52671b213&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.000828 10.0.0.49 - - [2025-09-11 03:16:03] "GET /project/38f64d04-2dda-490d-9b58-b9f52671b213?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1464 0.054170 10.0.0.49 - - [2025-09-11 03:16:03] "GET /projects?obj_uuids=38f64d04-2dda-490d-9b58-b9f52671b213&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.000920 10.0.0.49 - - [2025-09-11 03:16:03] "GET /project/38f64d04-2dda-490d-9b58-b9f52671b213?fields=security_groups HTTP/1.1" 200 1360 0.056355 10.0.0.49 - - [2025-09-11 03:16:03] "DELETE /security-group/9c0e21ab-c11b-4a38-9d02-25da2eb6469d HTTP/1.1" 200 115 0.071956 10.0.0.49 - - [2025-09-11 03:16:03] "GET /projects?obj_uuids=38f64d04-2dda-490d-9b58-b9f52671b213&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001218 10.0.0.49 - - [2025-09-11 03:16:03] "GET /project/38f64d04-2dda-490d-9b58-b9f52671b213?fields=application_policy_sets HTTP/1.1" 200 1399 0.084501 10.0.0.49 - - [2025-09-11 03:16:04] "DELETE /project/38f64d04-2dda-490d-9b58-b9f52671b213 HTTP/1.1" 200 115 0.477142 10.0.0.249 - - [2025-09-11 03:16:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003112 10.0.0.249 - - [2025-09-11 03:16:05] "GET /virtual-network/e2225dad-ff7d-43bf-a8f6-a8e7fc787710?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.007043 10.0.0.249 - - [2025-09-11 03:16:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003176 10.0.0.249 - - [2025-09-11 03:16:09] "GET /virtual-network/e2225dad-ff7d-43bf-a8f6-a8e7fc787710?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.004822 10.0.0.22 - - [2025-09-11 03:16:10] "GET /global-system-configs HTTP/1.1" 200 322 0.115420 10.0.0.22 - - [2025-09-11 03:16:10] "GET /obj-perms HTTP/1.1" 200 5075 0.184185 10.0.0.49 - - [2025-09-11 03:16:10] "GET /global-system-configs HTTP/1.1" 200 322 0.078760 10.0.0.249 - - [2025-09-11 03:16:10] "GET /obj-perms HTTP/1.1" 200 5075 0.131962 10.0.0.22 - - [2025-09-11 03:16:10] "GET /global-system-configs HTTP/1.1" 200 322 0.120432 10.0.0.49 - - [2025-09-11 03:16:11] "GET /global-system-configs HTTP/1.1" 200 322 0.239635 10.0.0.49 - - [2025-09-11 03:16:11] "GET /obj-perms HTTP/1.1" 200 5075 0.309206 10.0.0.22 - - [2025-09-11 03:16:11] "GET /obj-perms HTTP/1.1" 200 5075 0.338434 10.0.0.249 - - [2025-09-11 03:16:11] "GET /global-system-configs HTTP/1.1" 200 322 0.082783 10.0.0.249 - - [2025-09-11 03:16:11] "GET /obj-perms HTTP/1.1" 200 5075 0.171576 10.0.0.249 - - [2025-09-11 03:16:12] "GET /global-system-configs HTTP/1.1" 200 322 0.076765 10.0.0.49 - - [2025-09-11 03:16:12] "GET /obj-perms HTTP/1.1" 200 5075 0.171799 10.0.0.249 - - [2025-09-11 03:16:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003876 10.0.0.249 - - [2025-09-11 03:16:13] "GET /virtual-network/e2225dad-ff7d-43bf-a8f6-a8e7fc787710?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.006134 10.0.0.249 - - [2025-09-11 03:16:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003618 10.0.0.249 - - [2025-09-11 03:16:17] "GET /virtual-network/e2225dad-ff7d-43bf-a8f6-a8e7fc787710?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.006028 10.0.0.249 - - [2025-09-11 03:16:19] "POST /neutron/security_group HTTP/1.1" 200 2071 0.031107 10.0.0.249 - - [2025-09-11 03:16:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003314 10.0.0.249 - - [2025-09-11 03:16:21] "GET /global-vrouter-config/34ac33d4-7223-40b7-b082-da1d7603178b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003839 10.0.0.249 - - [2025-09-11 03:16:21] "GET /virtual-networks?parent_id=c4f3f995-a3ff-4e1a-9bc6-416f72df478a&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.003170 10.0.0.249 - - [2025-09-11 03:16:21] "GET /virtual-network/e2225dad-ff7d-43bf-a8f6-a8e7fc787710?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.015810 10.0.0.249 - - [2025-09-11 03:16:21] "POST /neutron/port HTTP/1.1" 200 1100 0.015513 10.0.0.249 - - [2025-09-11 03:16:26] "POST /neutron/security_group HTTP/1.1" 200 2071 0.007108 10.0.0.249 - - [2025-09-11 03:16:27] "POST /neutron/port HTTP/1.1" 200 1100 0.017266 10.0.0.249 - - [2025-09-11 03:16:27] "GET /virtual-machine/a4ad1955-f265-4665-873a-3710475820d8 HTTP/1.1" 200 1305 0.006061 10.0.0.249 - - [2025-09-11 03:16:27] "GET /virtual-machine-interface/cf3884b1-c35a-4510-8394-d44984caccaa HTTP/1.1" 200 3009 0.005517 10.0.0.249 - - [2025-09-11 03:16:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003651 10.0.0.249 - - [2025-09-11 03:16:27] "GET /global-vrouter-config/34ac33d4-7223-40b7-b082-da1d7603178b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004262 10.0.0.249 - - [2025-09-11 03:16:27] "GET /virtual-networks?parent_id=c4f3f995-a3ff-4e1a-9bc6-416f72df478a&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.002898 10.0.0.249 - - [2025-09-11 03:16:27] "GET /virtual-network/e2225dad-ff7d-43bf-a8f6-a8e7fc787710?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.007368 10.0.0.249 - - [2025-09-11 03:16:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003598 10.0.0.249 - - [2025-09-11 03:16:28] "GET /global-vrouter-config/34ac33d4-7223-40b7-b082-da1d7603178b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003668 10.0.0.249 - - [2025-09-11 03:16:28] "GET /virtual-networks?parent_id=c4f3f995-a3ff-4e1a-9bc6-416f72df478a&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.002976 10.0.0.249 - - [2025-09-11 03:16:28] "GET /virtual-network/e2225dad-ff7d-43bf-a8f6-a8e7fc787710?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.005772 10.0.0.249 - - [2025-09-11 03:16:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003832 10.0.0.249 - - [2025-09-11 03:16:29] "GET /global-vrouter-config/34ac33d4-7223-40b7-b082-da1d7603178b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003814 10.0.0.249 - - [2025-09-11 03:16:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.002888 10.0.0.249 - - [2025-09-11 03:16:29] "GET /global-vrouter-config/34ac33d4-7223-40b7-b082-da1d7603178b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004189 10.0.0.249 - - [2025-09-11 03:16:29] "PUT /global-vrouter-config/34ac33d4-7223-40b7-b082-da1d7603178b HTTP/1.1" 200 276 0.011403 10.0.0.249 - - [2025-09-11 03:16:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003940 10.0.0.249 - - [2025-09-11 03:16:40] "GET /global-vrouter-config/34ac33d4-7223-40b7-b082-da1d7603178b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1639 0.003997 10.0.0.249 - - [2025-09-11 03:16:40] "PUT /global-vrouter-config/34ac33d4-7223-40b7-b082-da1d7603178b HTTP/1.1" 200 276 0.015749 10.0.0.22 - - [2025-09-11 03:16:50] "GET /obj-perms HTTP/1.1" 200 5075 0.048097 10.0.0.249 - - [2025-09-11 03:17:04] "POST /neutron/port HTTP/1.1" 200 1100 0.047571 10.0.0.249 - - [2025-09-11 03:17:04] "POST /neutron/subnet HTTP/1.1" 200 693 0.008149 10.0.0.249 - - [2025-09-11 03:17:18] "POST /neutron/network HTTP/1.1" 200 838 0.007429 10.0.0.249 - - [2025-09-11 03:17:19] "POST /neutron/port HTTP/1.1" 200 1126 0.010974 10.0.0.249 - - [2025-09-11 03:17:19] "POST /neutron/port HTTP/1.1" 200 1126 0.029025 10.0.0.49 - - [2025-09-11 03:17:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.010794 10.0.0.49 - - [2025-09-11 03:17:20] "POST /useragent-kv HTTP/1.1" 200 115 0.003287 10.0.0.49 - - [2025-09-11 03:17:20] "POST /useragent-kv HTTP/1.1" 200 115 0.002685 10.0.0.249 - - [2025-09-11 03:17:20] "POST /neutron/network HTTP/1.1" 200 151 0.137257 10.0.0.49 - - [2025-09-11 03:17:21] "GET /projects?obj_uuids=c4f3f995-a3ff-4e1a-9bc6-416f72df478a&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.001230 10.0.0.249 - - [2025-09-11 03:17:21] "GET /project/c4f3f995-a3ff-4e1a-9bc6-416f72df478a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1416 0.035864 10.0.0.49 - - [2025-09-11 03:17:21] "GET /projects?obj_uuids=c4f3f995-a3ff-4e1a-9bc6-416f72df478a&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.001137 10.0.0.249 - - [2025-09-11 03:17:21] "GET /project/c4f3f995-a3ff-4e1a-9bc6-416f72df478a?fields=virtual_networks HTTP/1.1" 200 1059 0.042804 10.0.0.49 - - [2025-09-11 03:17:21] "GET /projects?obj_uuids=c4f3f995-a3ff-4e1a-9bc6-416f72df478a&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.000986 10.0.0.249 - - [2025-09-11 03:17:21] "GET /project/c4f3f995-a3ff-4e1a-9bc6-416f72df478a?fields=virtual_machine_interfaces HTTP/1.1" 200 1059 0.036843 10.0.0.49 - - [2025-09-11 03:17:21] "GET /projects?obj_uuids=c4f3f995-a3ff-4e1a-9bc6-416f72df478a&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.001043 10.0.0.249 - - [2025-09-11 03:17:21] "GET /project/c4f3f995-a3ff-4e1a-9bc6-416f72df478a?fields=security_groups HTTP/1.1" 200 1298 0.059907 10.0.0.249 - - [2025-09-11 03:17:22] "POST /fqname-to-id HTTP/1.1" 404 206 0.034796 10.0.0.49 - - [2025-09-11 03:17:22] "GET /projects?obj_uuids=4834b546-c4c3-4c30-a2d3-72a35da0a8c4&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002987 10.0.0.49 - - [2025-09-11 03:17:22] "GET /domains?obj_uuids=6cefd47d-baca-4df6-a10c-ec963319da07&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001313 10.0.0.49 - - [2025-09-11 03:17:22] "GET /domain/6cefd47d-baca-4df6-a10c-ec963319da07?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.009322 10.0.0.49 - - [2025-09-11 03:17:22] "POST /id-to-fqname HTTP/1.1" 200 209 0.001108 10.0.0.49 - - [2025-09-11 03:17:22] "POST /fqname-to-id HTTP/1.1" 404 217 0.014694 10.0.0.49 - - [2025-09-11 03:17:22] "POST /security-groups HTTP/1.1" 200 609 0.072547 10.0.0.49 - - [2025-09-11 03:17:22] "POST /projects HTTP/1.1" 200 621 0.280892 10.0.0.49 - - [2025-09-11 03:17:22] "POST /access-control-lists HTTP/1.1" 200 614 0.025920 10.0.0.49 - - [2025-09-11 03:17:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.352146 10.0.0.249 - - [2025-09-11 03:17:22] "GET /project/4834b546-c4c3-4c30-a2d3-72a35da0a8c4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1435 0.507648 10.0.0.249 - - [2025-09-11 03:17:23] "GET / HTTP/1.1" 200 35931 0.001447 10.0.0.249 - - [2025-09-11 03:17:24] "POST /fqname-to-id HTTP/1.1" 401 293 0.000548 10.0.0.249 - - [2025-09-11 03:17:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.053509 10.0.0.49 - - [2025-09-11 03:17:24] "GET /projects?obj_uuids=4834b546-c4c3-4c30-a2d3-72a35da0a8c4&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.000963 10.0.0.249 - - [2025-09-11 03:17:24] "GET /project/4834b546-c4c3-4c30-a2d3-72a35da0a8c4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1435 0.042916 10.0.0.49 - - [2025-09-11 03:17:24] "POST /route-targets HTTP/1.1" 200 327 0.012153 10.0.0.49 - - [2025-09-11 03:17:25] "POST /useragent-kv HTTP/1.1" 200 115 0.007033 10.0.0.249 - - [2025-09-11 03:17:25] "POST /neutron/subnet HTTP/1.1" 200 719 0.254934 10.0.0.249 - - [2025-09-11 03:17:25] "POST /id-to-fqname HTTP/1.1" 200 239 0.001470 10.0.0.249 - - [2025-09-11 03:17:25] "GET /virtual-network/84f2b1db-30aa-4b2e-ae5f-5e935c97a2ae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2076 0.006124 10.0.0.249 - - [2025-09-11 03:17:25] "GET /virtual-network/84f2b1db-30aa-4b2e-ae5f-5e935c97a2ae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2076 0.005939 10.0.0.249 - - [2025-09-11 03:17:25] "POST /neutron/network HTTP/1.1" 200 843 0.006168 10.0.0.249 - - [2025-09-11 03:17:25] "POST /id-to-fqname HTTP/1.1" 200 239 0.001198 10.0.0.249 - - [2025-09-11 03:17:25] "POST /neutron/network HTTP/1.1" 200 853 0.007012 10.0.0.49 - - [2025-09-11 03:17:26] "GET /projects?obj_uuids=4834b546-c4c3-4c30-a2d3-72a35da0a8c4&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.000978 10.0.0.249 - - [2025-09-11 03:17:26] "GET /project/4834b546-c4c3-4c30-a2d3-72a35da0a8c4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1435 0.057864 10.0.0.249 - - [2025-09-11 03:17:26] "POST /neutron/port HTTP/1.1" 200 117 0.005814 10.0.0.249 - - [2025-09-11 03:17:26] "POST /id-to-fqname HTTP/1.1" 200 239 0.001186 10.0.0.249 - - [2025-09-11 03:17:26] "POST /neutron/network HTTP/1.1" 200 853 0.006495 10.0.0.249 - - [2025-09-11 03:17:27] "POST /neutron/port HTTP/1.1" 200 1077 0.015781 10.0.0.249 - - [2025-09-11 03:17:27] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003833 10.0.0.249 - - [2025-09-11 03:17:27] "POST /neutron/network HTTP/1.1" 200 843 0.006626 10.0.0.49 - - [2025-09-11 03:17:27] "GET /projects?obj_uuids=4834b546-c4c3-4c30-a2d3-72a35da0a8c4&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.000934 10.0.0.249 - - [2025-09-11 03:17:27] "GET /project/4834b546-c4c3-4c30-a2d3-72a35da0a8c4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1435 0.065673 10.0.0.249 - - [2025-09-11 03:17:28] "POST /neutron/security_group HTTP/1.1" 200 2076 0.008096 10.0.0.49 - - [2025-09-11 03:17:28] "GET /projects?obj_uuids=4834b546-c4c3-4c30-a2d3-72a35da0a8c4&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.000933 10.0.0.249 - - [2025-09-11 03:17:28] "POST /neutron/port HTTP/1.1" 200 1077 0.304538 10.0.0.249 - - [2025-09-11 03:17:28] "GET /virtual-network/84f2b1db-30aa-4b2e-ae5f-5e935c97a2ae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2076 0.007279 10.0.0.249 - - [2025-09-11 03:17:28] "POST /neutron/port HTTP/1.1" 200 1131 0.104830 10.0.0.249 - - [2025-09-11 03:17:29] "POST /neutron/subnet HTTP/1.1" 200 693 0.008649 10.0.0.249 - - [2025-09-11 03:17:29] "GET /obj-perms HTTP/1.1" 200 5085 0.051056 10.0.0.249 - - [2025-09-11 03:17:30] "POST /neutron/port HTTP/1.1" 200 1105 0.017705 10.0.0.249 - - [2025-09-11 03:17:30] "POST /neutron/security_group HTTP/1.1" 200 2076 0.007436 10.0.0.249 - - [2025-09-11 03:17:30] "GET /virtual-machine/23074e44-728e-4c29-a5c5-5ff660b2fcc1 HTTP/1.1" 401 293 0.000411 10.0.0.249 - - [2025-09-11 03:17:30] "GET /virtual-machine/23074e44-728e-4c29-a5c5-5ff660b2fcc1 HTTP/1.1" 200 1310 0.027357 10.0.0.249 - - [2025-09-11 03:17:30] "GET /virtual-machine-interface/cb3ab339-c5e6-45ac-86fd-219bf0831780 HTTP/1.1" 200 3034 0.004850 10.0.0.249 - - [2025-09-11 03:17:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003944 10.0.0.249 - - [2025-09-11 03:17:30] "GET /global-vrouter-config/34ac33d4-7223-40b7-b082-da1d7603178b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004107 10.0.0.249 - - [2025-09-11 03:17:30] "GET /virtual-networks?parent_id=4834b546-c4c3-4c30-a2d3-72a35da0a8c4&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.003239 10.0.0.249 - - [2025-09-11 03:17:30] "GET /virtual-network/84f2b1db-30aa-4b2e-ae5f-5e935c97a2ae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2076 0.006343 10.0.0.249 - - [2025-09-11 03:17:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003716 10.0.0.249 - - [2025-09-11 03:17:33] "GET /virtual-network/84f2b1db-30aa-4b2e-ae5f-5e935c97a2ae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2076 0.005332 10.0.0.249 - - [2025-09-11 03:17:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003447 10.0.0.249 - - [2025-09-11 03:17:38] "GET /virtual-network/84f2b1db-30aa-4b2e-ae5f-5e935c97a2ae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2076 0.007835 10.0.0.249 - - [2025-09-11 03:17:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003977 10.0.0.249 - - [2025-09-11 03:17:42] "GET /virtual-network/84f2b1db-30aa-4b2e-ae5f-5e935c97a2ae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2076 0.005462 10.0.0.249 - - [2025-09-11 03:17:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004357 10.0.0.249 - - [2025-09-11 03:17:46] "GET /virtual-network/84f2b1db-30aa-4b2e-ae5f-5e935c97a2ae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2076 0.005466 10.0.0.249 - - [2025-09-11 03:17:49] "POST /neutron/port HTTP/1.1" 200 1105 0.014634 10.0.0.249 - - [2025-09-11 03:17:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003541 10.0.0.249 - - [2025-09-11 03:17:50] "GET /virtual-network/84f2b1db-30aa-4b2e-ae5f-5e935c97a2ae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2076 0.005096 10.0.0.249 - - [2025-09-11 03:17:51] "POST /neutron/security_group HTTP/1.1" 200 2076 0.006477 10.0.0.249 - - [2025-09-11 03:17:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003363 10.0.0.249 - - [2025-09-11 03:17:52] "GET /global-vrouter-config/34ac33d4-7223-40b7-b082-da1d7603178b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003244 10.0.0.249 - - [2025-09-11 03:17:52] "GET /virtual-networks?parent_id=4834b546-c4c3-4c30-a2d3-72a35da0a8c4&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.002943 10.0.0.249 - - [2025-09-11 03:17:52] "GET /virtual-network/84f2b1db-30aa-4b2e-ae5f-5e935c97a2ae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2076 0.005554 10.0.0.249 - - [2025-09-11 03:17:57] "POST /neutron/port HTTP/1.1" 200 1105 0.016711 10.0.0.249 - - [2025-09-11 03:18:02] "POST /neutron/security_group HTTP/1.1" 200 2076 0.008982 10.0.0.49 - - [2025-09-11 03:18:04] "DELETE /project/4834b546c4c34c30a2d372a35da0a8c4 HTTP/1.1" 404 173 0.005773 10.0.0.49 - - [2025-09-11 03:18:04] "GET /projects?obj_uuids=c4f3f995-a3ff-4e1a-9bc6-416f72df478a&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.001110 10.0.0.49 - - [2025-09-11 03:18:04] "GET /project/c4f3f995-a3ff-4e1a-9bc6-416f72df478a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1521 0.052490 10.0.0.49 - - [2025-09-11 03:18:04] "GET /projects?obj_uuids=c4f3f995-a3ff-4e1a-9bc6-416f72df478a&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.001892 10.0.0.49 - - [2025-09-11 03:18:04] "GET /project/c4f3f995-a3ff-4e1a-9bc6-416f72df478a?fields=security_groups HTTP/1.1" 200 1403 0.058610 10.0.0.49 - - [2025-09-11 03:18:04] "DELETE /security-group/e1545517-ab54-4e5c-b383-906a2b80c38a HTTP/1.1" 200 115 0.049459 10.0.0.49 - - [2025-09-11 03:18:04] "GET /projects?obj_uuids=c4f3f995-a3ff-4e1a-9bc6-416f72df478a&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.001260 10.0.0.49 - - [2025-09-11 03:18:04] "GET /project/c4f3f995-a3ff-4e1a-9bc6-416f72df478a?fields=application_policy_sets HTTP/1.1" 200 1442 0.057909 10.0.0.49 - - [2025-09-11 03:18:04] "DELETE /access-control-list/8122c45f-04c1-4d23-9785-2ca9be524f61 HTTP/1.1" 200 115 0.061746 10.0.0.49 - - [2025-09-11 03:18:04] "DELETE /project/c4f3f995-a3ff-4e1a-9bc6-416f72df478a HTTP/1.1" 200 115 0.461126 10.0.0.249 - - [2025-09-11 03:18:04] "POST /neutron/network HTTP/1.1" 200 853 0.006284 10.0.0.249 - - [2025-09-11 03:18:04] "POST /neutron/port HTTP/1.1" 200 117 0.001093 10.0.0.249 - - [2025-09-11 03:18:08] "POST /neutron/security_group HTTP/1.1" 200 2076 0.007702 10.0.0.249 - - [2025-09-11 03:18:08] "POST /neutron/port HTTP/1.1" 200 1105 0.013366 10.0.0.249 - - [2025-09-11 03:18:08] "GET /virtual-machine/ca2c6da9-8123-4090-961e-dc6a52e33bbf HTTP/1.1" 200 1311 0.005954 10.0.0.249 - - [2025-09-11 03:18:08] "GET /virtual-machine-interface/95f69b19-0adf-4e07-b03f-2143799ba3e3 HTTP/1.1" 200 3035 0.005665 10.0.0.249 - - [2025-09-11 03:18:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004894 10.0.0.249 - - [2025-09-11 03:18:08] "GET /global-vrouter-config/34ac33d4-7223-40b7-b082-da1d7603178b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003966 10.0.0.249 - - [2025-09-11 03:18:08] "GET /virtual-networks?parent_id=4834b546-c4c3-4c30-a2d3-72a35da0a8c4&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.003880 10.0.0.249 - - [2025-09-11 03:18:08] "GET /virtual-network/84f2b1db-30aa-4b2e-ae5f-5e935c97a2ae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2076 0.005503 10.0.0.249 - - [2025-09-11 03:18:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003428 10.0.0.249 - - [2025-09-11 03:18:09] "GET /global-vrouter-config/34ac33d4-7223-40b7-b082-da1d7603178b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003723 10.0.0.249 - - [2025-09-11 03:18:09] "GET /virtual-networks?parent_id=4834b546-c4c3-4c30-a2d3-72a35da0a8c4&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.003108 10.0.0.249 - - [2025-09-11 03:18:09] "GET /virtual-network/84f2b1db-30aa-4b2e-ae5f-5e935c97a2ae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2076 0.005990 10.0.0.249 - - [2025-09-11 03:18:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003968 10.0.0.49 - - [2025-09-11 03:18:09] "GET /projects?obj_uuids=4834b546-c4c3-4c30-a2d3-72a35da0a8c4&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001205 10.0.0.249 - - [2025-09-11 03:18:09] "GET /project/4834b546-c4c3-4c30-a2d3-72a35da0a8c4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1435 0.037498 10.0.0.49 - - [2025-09-11 03:18:09] "GET /projects?obj_uuids=4834b546-c4c3-4c30-a2d3-72a35da0a8c4&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001036 10.0.0.249 - - [2025-09-11 03:18:10] "POST /neutron/network HTTP/1.1" 200 625 0.122505 10.0.0.249 - - [2025-09-11 03:18:10] "POST /id-to-fqname HTTP/1.1" 200 239 0.003511 10.0.0.249 - - [2025-09-11 03:18:10] "GET /virtual-network/0586f522-6daa-41ce-9958-062d9ffd408a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2078 0.005303 10.0.0.249 - - [2025-09-11 03:18:10] "POST /neutron/network HTTP/1.1" 200 844 0.006776 10.0.0.249 - - [2025-09-11 03:18:10] "GET /virtual-network/0586f522-6daa-41ce-9958-062d9ffd408a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2078 0.005511 10.0.0.249 - - [2025-09-11 03:18:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003464 10.0.0.49 - - [2025-09-11 03:18:10] "GET /projects?obj_uuids=4834b546-c4c3-4c30-a2d3-72a35da0a8c4&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001074 10.0.0.249 - - [2025-09-11 03:18:10] "GET /project/4834b546-c4c3-4c30-a2d3-72a35da0a8c4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1435 0.058180 10.0.0.249 - - [2025-09-11 03:18:10] "POST /neutron/network HTTP/1.1" 200 117 0.019829 10.0.0.49 - - [2025-09-11 03:18:10] "POST /route-targets HTTP/1.1" 200 327 0.013695 10.0.0.249 - - [2025-09-11 03:18:11] "POST /neutron/network HTTP/1.1" 200 852 0.009210 10.0.0.249 - - [2025-09-11 03:18:11] "POST /id-to-fqname HTTP/1.1" 200 242 0.001091 10.0.0.249 - - [2025-09-11 03:18:11] "GET /virtual-network/16c01ef5-700d-428b-80f3-60c900d474a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2093 0.004732 10.0.0.249 - - [2025-09-11 03:18:11] "GET /virtual-network/16c01ef5-700d-428b-80f3-60c900d474a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2093 0.005464 10.0.0.249 - - [2025-09-11 03:18:11] "POST /neutron/subnet HTTP/1.1" 200 734 0.009364 10.0.0.249 - - [2025-09-11 03:18:11] "POST /id-to-fqname HTTP/1.1" 200 239 0.001430 10.0.0.249 - - [2025-09-11 03:18:11] "POST /neutron/network HTTP/1.1" 200 854 0.006195 10.0.0.49 - - [2025-09-11 03:18:12] "GET /projects?obj_uuids=4834b546-c4c3-4c30-a2d3-72a35da0a8c4&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001007 10.0.0.249 - - [2025-09-11 03:18:12] "GET /project/4834b546-c4c3-4c30-a2d3-72a35da0a8c4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1435 0.070221 10.0.0.249 - - [2025-09-11 03:18:12] "POST /neutron/security_group HTTP/1.1" 200 2076 0.007282 10.0.0.249 - - [2025-09-11 03:18:12] "POST /id-to-fqname HTTP/1.1" 200 242 0.001294 10.0.0.249 - - [2025-09-11 03:18:12] "POST /neutron/security_group HTTP/1.1" 200 2076 0.006509 10.0.0.49 - - [2025-09-11 03:18:13] "GET /projects?obj_uuids=4834b546-c4c3-4c30-a2d3-72a35da0a8c4&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.000954 10.0.0.249 - - [2025-09-11 03:18:13] "GET /project/4834b546-c4c3-4c30-a2d3-72a35da0a8c4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1435 0.056790 10.0.0.249 - - [2025-09-11 03:18:13] "POST /neutron/port HTTP/1.1" 200 2094 0.043646 10.0.0.249 - - [2025-09-11 03:18:14] "POST /id-to-fqname HTTP/1.1" 200 239 0.001308 10.0.0.249 - - [2025-09-11 03:18:14] "POST /id-to-fqname HTTP/1.1" 200 239 0.001107 10.0.0.249 - - [2025-09-11 03:18:14] "POST /neutron/port HTTP/1.1" 200 2094 0.049493 10.0.0.49 - - [2025-09-11 03:18:15] "GET /projects?obj_uuids=4834b546-c4c3-4c30-a2d3-72a35da0a8c4&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001429 10.0.0.249 - - [2025-09-11 03:18:15] "GET /project/4834b546-c4c3-4c30-a2d3-72a35da0a8c4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1435 0.074342 10.0.0.249 - - [2025-09-11 03:18:15] "POST /neutron/network HTTP/1.1" 200 843 0.032713 10.0.0.249 - - [2025-09-11 03:18:15] "POST /neutron/security_group HTTP/1.1" 200 2076 0.010426 10.0.0.249 - - [2025-09-11 03:18:15] "GET /virtual-network/84f2b1db-30aa-4b2e-ae5f-5e935c97a2ae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2076 0.005877 10.0.0.49 - - [2025-09-11 03:18:15] "GET /projects?obj_uuids=4834b546-c4c3-4c30-a2d3-72a35da0a8c4&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.000920 10.0.0.249 - - [2025-09-11 03:18:16] "POST /neutron/port HTTP/1.1" 200 1077 0.302957 10.0.0.49 - - [2025-09-11 03:18:16] "GET /obj-perms HTTP/1.1" 200 5085 0.076484 10.0.0.249 - - [2025-09-11 03:18:16] "GET /virtual-network/0586f522-6daa-41ce-9958-062d9ffd408a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2078 0.005272 10.0.0.249 - - [2025-09-11 03:18:16] "POST /neutron/port HTTP/1.1" 200 1077 0.011743 10.0.0.249 - - [2025-09-11 03:18:16] "GET /obj-perms HTTP/1.1" 200 5085 0.004773 10.0.0.249 - - [2025-09-11 03:18:16] "POST /neutron/port HTTP/1.1" 200 1078 0.022098 10.0.0.22 - - [2025-09-11 03:18:16] "GET /obj-perms HTTP/1.1" 200 5085 0.048412 10.0.0.249 - - [2025-09-11 03:18:16] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004919 10.0.0.249 - - [2025-09-11 03:18:17] "POST /neutron/network HTTP/1.1" 200 843 0.007280 10.0.0.249 - - [2025-09-11 03:18:17] "POST /neutron/port HTTP/1.1" 200 117 0.001192 10.0.0.249 - - [2025-09-11 03:18:17] "GET /virtual-network/16c01ef5-700d-428b-80f3-60c900d474a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2093 0.010246 10.0.0.249 - - [2025-09-11 03:18:17] "POST /neutron/port HTTP/1.1" 200 117 0.005536 10.0.0.249 - - [2025-09-11 03:18:17] "POST /fqname-to-id HTTP/1.1" 404 183 0.023028 10.0.0.49 - - [2025-09-11 03:18:17] "GET /projects?obj_uuids=c92dd1a7-9fbb-4780-b041-c0b26beb202f&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003093 10.0.0.49 - - [2025-09-11 03:18:18] "GET /domains?obj_uuids=6cefd47d-baca-4df6-a10c-ec963319da07&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000914 10.0.0.49 - - [2025-09-11 03:18:18] "GET /domain/6cefd47d-baca-4df6-a10c-ec963319da07?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006552 10.0.0.49 - - [2025-09-11 03:18:18] "POST /id-to-fqname HTTP/1.1" 200 185 0.005378 10.0.0.49 - - [2025-09-11 03:18:18] "POST /fqname-to-id HTTP/1.1" 404 194 0.006681 10.0.0.49 - - [2025-09-11 03:18:18] "POST /security-groups HTTP/1.1" 200 586 0.029831 10.0.0.49 - - [2025-09-11 03:18:18] "POST /projects HTTP/1.1" 200 575 0.242769 10.0.0.49 - - [2025-09-11 03:18:18] "POST /access-control-lists HTTP/1.1" 200 591 0.023849 10.0.0.49 - - [2025-09-11 03:18:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.313054 10.0.0.249 - - [2025-09-11 03:18:18] "GET /project/c92dd1a7-9fbb-4780-b041-c0b26beb202f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1344 0.452293 10.0.0.249 - - [2025-09-11 03:18:19] "GET / HTTP/1.1" 200 35931 0.001519 10.0.0.49 - - [2025-09-11 03:18:19] "GET /projects?obj_uuids=31f5dad8-4492-4999-8ba2-fc70cb165c85&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001065 10.0.0.249 - - [2025-09-11 03:18:19] "GET /project/31f5dad8-4492-4999-8ba2-fc70cb165c85?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1271 0.047457 10.0.0.249 - - [2025-09-11 03:18:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003785 10.0.0.249 - - [2025-09-11 03:18:20] "GET /security-group/5afad731-f145-4e71-ba2c-d61516d4cd7b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3708 0.004026 10.0.0.249 - - [2025-09-11 03:18:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.002895 10.0.0.49 - - [2025-09-11 03:18:20] "GET /projects?obj_uuids=31f5dad8-4492-4999-8ba2-fc70cb165c85&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001488 10.0.0.249 - - [2025-09-11 03:18:20] "GET /project/31f5dad8-4492-4999-8ba2-fc70cb165c85?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1271 0.042760 10.0.0.249 - - [2025-09-11 03:18:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003459 10.0.0.249 - - [2025-09-11 03:18:20] "GET /security-group/5afad731-f145-4e71-ba2c-d61516d4cd7b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3708 0.004448 10.0.0.249 - - [2025-09-11 03:18:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003020 10.0.0.249 - - [2025-09-11 03:18:20] "PUT /security-group/5afad731-f145-4e71-ba2c-d61516d4cd7b HTTP/1.1" 200 262 0.016156 10.0.0.49 - - [2025-09-11 03:18:21] "PUT /access-control-list/a955c3b3-ae0b-423d-af65-0c288c45db3c HTTP/1.1" 200 272 0.017985 10.0.0.49 - - [2025-09-11 03:18:23] "GET /projects?obj_uuids=c92dd1a7-9fbb-4780-b041-c0b26beb202f&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000993 10.0.0.249 - - [2025-09-11 03:18:23] "GET /project/c92dd1a7-9fbb-4780-b041-c0b26beb202f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1344 0.056389 10.0.0.49 - - [2025-09-11 03:18:23] "GET /projects?obj_uuids=c92dd1a7-9fbb-4780-b041-c0b26beb202f&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001199 10.0.0.249 - - [2025-09-11 03:18:23] "GET /project/c92dd1a7-9fbb-4780-b041-c0b26beb202f?fields=virtual_networks HTTP/1.1" 200 1023 0.057512 10.0.0.49 - - [2025-09-11 03:18:23] "GET /projects?obj_uuids=c92dd1a7-9fbb-4780-b041-c0b26beb202f&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001165 10.0.0.249 - - [2025-09-11 03:18:23] "GET /project/c92dd1a7-9fbb-4780-b041-c0b26beb202f?fields=virtual_machine_interfaces HTTP/1.1" 200 1023 0.053133 10.0.0.49 - - [2025-09-11 03:18:23] "GET /projects?obj_uuids=c92dd1a7-9fbb-4780-b041-c0b26beb202f&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001396 10.0.0.249 - - [2025-09-11 03:18:23] "GET /project/c92dd1a7-9fbb-4780-b041-c0b26beb202f?fields=security_groups HTTP/1.1" 200 1244 0.048154 10.0.0.249 - - [2025-09-11 03:18:24] "POST /fqname-to-id HTTP/1.1" 404 192 0.030666 10.0.0.49 - - [2025-09-11 03:18:24] "GET /projects?obj_uuids=a3dc3b8b-ed70-4781-91e4-b325150991c1&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002930 10.0.0.49 - - [2025-09-11 03:18:25] "GET /domains?obj_uuids=6cefd47d-baca-4df6-a10c-ec963319da07&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000922 10.0.0.49 - - [2025-09-11 03:18:25] "GET /domain/6cefd47d-baca-4df6-a10c-ec963319da07?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006632 10.0.0.49 - - [2025-09-11 03:18:25] "POST /id-to-fqname HTTP/1.1" 200 194 0.005339 10.0.0.49 - - [2025-09-11 03:18:25] "POST /fqname-to-id HTTP/1.1" 404 203 0.004447 10.0.0.49 - - [2025-09-11 03:18:25] "POST /security-groups HTTP/1.1" 200 595 0.030651 10.0.0.49 - - [2025-09-11 03:18:25] "POST /projects HTTP/1.1" 200 593 0.241197 10.0.0.49 - - [2025-09-11 03:18:25] "POST /access-control-lists HTTP/1.1" 200 600 0.024827 10.0.0.49 - - [2025-09-11 03:18:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.311572 10.0.0.249 - - [2025-09-11 03:18:25] "GET /project/a3dc3b8b-ed70-4781-91e4-b325150991c1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1380 0.479217 10.0.0.249 - - [2025-09-11 03:18:26] "GET / HTTP/1.1" 200 35931 0.001534 10.0.0.249 - - [2025-09-11 03:18:28] "POST /fqname-to-id HTTP/1.1" 401 293 0.000403 10.0.0.249 - - [2025-09-11 03:18:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.057453 10.0.0.49 - - [2025-09-11 03:18:28] "GET /projects?obj_uuids=a3dc3b8b-ed70-4781-91e4-b325150991c1&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000994 10.0.0.249 - - [2025-09-11 03:18:28] "GET /project/a3dc3b8b-ed70-4781-91e4-b325150991c1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1380 0.038469 10.0.0.49 - - [2025-09-11 03:18:29] "POST /route-targets HTTP/1.1" 200 327 0.020495 10.0.0.49 - - [2025-09-11 03:18:29] "POST /useragent-kv HTTP/1.1" 200 115 0.006656 10.0.0.249 - - [2025-09-11 03:18:29] "POST /neutron/subnet HTTP/1.1" 200 724 0.217702 10.0.0.249 - - [2025-09-11 03:18:29] "POST /id-to-fqname HTTP/1.1" 200 231 0.001462 10.0.0.249 - - [2025-09-11 03:18:29] "GET /virtual-network/76a40824-0421-415d-ab04-97be2a32d6a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.005985 10.0.0.249 - - [2025-09-11 03:18:29] "GET /virtual-network/76a40824-0421-415d-ab04-97be2a32d6a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.005231 10.0.0.249 - - [2025-09-11 03:18:29] "POST /neutron/network HTTP/1.1" 200 842 0.006356 10.0.0.249 - - [2025-09-11 03:18:29] "POST /id-to-fqname HTTP/1.1" 200 231 0.001375 10.0.0.249 - - [2025-09-11 03:18:29] "POST /neutron/security_group HTTP/1.1" 200 2076 0.007430 10.0.0.49 - - [2025-09-11 03:18:30] "GET /projects?obj_uuids=a3dc3b8b-ed70-4781-91e4-b325150991c1&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000901 10.0.0.249 - - [2025-09-11 03:18:30] "GET /project/a3dc3b8b-ed70-4781-91e4-b325150991c1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1380 0.084739 10.0.0.249 - - [2025-09-11 03:18:30] "POST /neutron/port HTTP/1.1" 200 4071 0.060703 10.0.0.249 - - [2025-09-11 03:18:30] "POST /id-to-fqname HTTP/1.1" 200 231 0.001204 10.0.0.249 - - [2025-09-11 03:18:31] "POST /neutron/port HTTP/1.1" 200 4071 0.050371 10.0.0.49 - - [2025-09-11 03:18:31] "GET /projects?obj_uuids=a3dc3b8b-ed70-4781-91e4-b325150991c1&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001112 10.0.0.249 - - [2025-09-11 03:18:31] "POST /neutron/port HTTP/1.1" 200 1064 0.265624 10.0.0.249 - - [2025-09-11 03:18:31] "POST /neutron/port HTTP/1.1" 200 1118 0.093855 10.0.0.249 - - [2025-09-11 03:18:31] "POST /neutron/subnet HTTP/1.1" 200 698 0.011243 10.0.0.249 - - [2025-09-11 03:18:34] "POST /neutron/port HTTP/1.1" 200 2095 0.015924 10.0.0.249 - - [2025-09-11 03:18:51] "POST /neutron/port HTTP/1.1" 200 1092 0.019949 10.0.0.49 - - [2025-09-11 03:18:52] "GET /projects?obj_uuids=a3dc3b8b-ed70-4781-91e4-b325150991c1&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001113 10.0.0.249 - - [2025-09-11 03:18:52] "GET /project/a3dc3b8b-ed70-4781-91e4-b325150991c1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1380 0.299699 10.0.0.249 - - [2025-09-11 03:18:52] "POST /neutron/port HTTP/1.1" 200 5046 0.058616 10.0.0.49 - - [2025-09-11 03:18:52] "GET /obj-perms HTTP/1.1" 200 5075 0.070862 10.0.0.249 - - [2025-09-11 03:18:52] "POST /neutron/port HTTP/1.1" 200 1092 0.017086 10.0.0.249 - - [2025-09-11 03:18:52] "POST /neutron/security_group HTTP/1.1" 200 2062 0.009385 10.0.0.249 - - [2025-09-11 03:18:52] "GET /virtual-machine/00a17dff-1148-4c5f-a0de-610510b2d70f HTTP/1.1" 401 293 0.000411 10.0.0.249 - - [2025-09-11 03:18:53] "GET /virtual-machine/00a17dff-1148-4c5f-a0de-610510b2d70f HTTP/1.1" 200 1294 0.028027 10.0.0.249 - - [2025-09-11 03:18:53] "GET /virtual-machine-interface/0e94b41c-a067-4d59-b4e6-a440db1608cd HTTP/1.1" 200 2982 0.007386 10.0.0.249 - - [2025-09-11 03:18:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.006023 10.0.0.249 - - [2025-09-11 03:18:53] "GET /global-vrouter-config/34ac33d4-7223-40b7-b082-da1d7603178b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004136 10.0.0.249 - - [2025-09-11 03:18:53] "GET /virtual-networks?parent_id=a3dc3b8b-ed70-4781-91e4-b325150991c1&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.003039 10.0.0.249 - - [2025-09-11 03:18:53] "GET /virtual-network/76a40824-0421-415d-ab04-97be2a32d6a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.005542 10.0.0.249 - - [2025-09-11 03:18:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003616 10.0.0.249 - - [2025-09-11 03:18:54] "GET /global-vrouter-config/34ac33d4-7223-40b7-b082-da1d7603178b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004922 10.0.0.249 - - [2025-09-11 03:18:54] "GET /virtual-networks?parent_id=a3dc3b8b-ed70-4781-91e4-b325150991c1&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.003121 10.0.0.249 - - [2025-09-11 03:18:54] "GET /virtual-network/76a40824-0421-415d-ab04-97be2a32d6a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.005502 10.0.0.249 - - [2025-09-11 03:18:54] "POST /neutron/port HTTP/1.1" 200 1092 0.015724 10.0.0.249 - - [2025-09-11 03:18:59] "POST /neutron/port HTTP/1.1" 200 117 0.006265 10.0.0.249 - - [2025-09-11 03:19:00] "POST /neutron/port HTTP/1.1" 200 1092 0.014946 10.0.0.249 - - [2025-09-11 03:19:02] "POST /neutron/network HTTP/1.1" 200 842 0.006915 10.0.0.49 - - [2025-09-11 03:19:02] "DELETE /route-target/21505595-f39b-430a-aa64-6c4661dddb58 HTTP/1.1" 200 115 0.024998 10.0.0.49 - - [2025-09-11 03:19:03] "GET /projects?obj_uuids=a3dc3b8b-ed70-4781-91e4-b325150991c1&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001352 10.0.0.249 - - [2025-09-11 03:19:03] "GET /project/a3dc3b8b-ed70-4781-91e4-b325150991c1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1380 0.044386 10.0.0.49 - - [2025-09-11 03:19:03] "GET /projects?obj_uuids=a3dc3b8b-ed70-4781-91e4-b325150991c1&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000910 10.0.0.249 - - [2025-09-11 03:19:03] "GET /project/a3dc3b8b-ed70-4781-91e4-b325150991c1?fields=virtual_networks HTTP/1.1" 200 1041 0.042039 10.0.0.49 - - [2025-09-11 03:19:03] "GET /projects?obj_uuids=a3dc3b8b-ed70-4781-91e4-b325150991c1&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000936 10.0.0.249 - - [2025-09-11 03:19:03] "GET /project/a3dc3b8b-ed70-4781-91e4-b325150991c1?fields=virtual_machine_interfaces HTTP/1.1" 200 1041 0.046555 10.0.0.49 - - [2025-09-11 03:19:03] "GET /projects?obj_uuids=a3dc3b8b-ed70-4781-91e4-b325150991c1&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001063 10.0.0.249 - - [2025-09-11 03:19:03] "GET /project/a3dc3b8b-ed70-4781-91e4-b325150991c1?fields=security_groups HTTP/1.1" 200 1271 0.063076 10.0.0.249 - - [2025-09-11 03:19:04] "POST /fqname-to-id HTTP/1.1" 404 189 0.026712 10.0.0.49 - - [2025-09-11 03:19:04] "GET /projects?obj_uuids=635e2a47-ae48-497f-9484-30afb609d66d&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003801 10.0.0.49 - - [2025-09-11 03:19:04] "GET /domains?obj_uuids=6cefd47d-baca-4df6-a10c-ec963319da07&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000890 10.0.0.49 - - [2025-09-11 03:19:04] "GET /domain/6cefd47d-baca-4df6-a10c-ec963319da07?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006809 10.0.0.49 - - [2025-09-11 03:19:04] "DELETE /project/a3dc3b8bed70478191e4b325150991c1 HTTP/1.1" 404 173 0.011793 10.0.0.49 - - [2025-09-11 03:19:04] "DELETE /project/c92dd1a79fbb4780b041c0b26beb202f HTTP/1.1" 404 173 0.015418 10.0.0.49 - - [2025-09-11 03:19:04] "POST /id-to-fqname HTTP/1.1" 200 191 0.001370 10.0.0.49 - - [2025-09-11 03:19:04] "GET /projects?obj_uuids=c92dd1a7-9fbb-4780-b041-c0b26beb202f&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001169 10.0.0.49 - - [2025-09-11 03:19:04] "GET /projects?obj_uuids=a3dc3b8b-ed70-4781-91e4-b325150991c1&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001045 10.0.0.49 - - [2025-09-11 03:19:04] "POST /fqname-to-id HTTP/1.1" 404 200 0.003431 10.0.0.49 - - [2025-09-11 03:19:04] "GET /project/a3dc3b8b-ed70-4781-91e4-b325150991c1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1485 0.065773 10.0.0.49 - - [2025-09-11 03:19:04] "GET /project/c92dd1a7-9fbb-4780-b041-c0b26beb202f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1449 0.082566 10.0.0.49 - - [2025-09-11 03:19:04] "GET /projects?obj_uuids=a3dc3b8b-ed70-4781-91e4-b325150991c1&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001018 10.0.0.49 - - [2025-09-11 03:19:04] "GET /projects?obj_uuids=c92dd1a7-9fbb-4780-b041-c0b26beb202f&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001052 10.0.0.49 - - [2025-09-11 03:19:04] "GET /project/a3dc3b8b-ed70-4781-91e4-b325150991c1?fields=security_groups HTTP/1.1" 200 1376 0.061710 10.0.0.49 - - [2025-09-11 03:19:04] "GET /project/c92dd1a7-9fbb-4780-b041-c0b26beb202f?fields=security_groups HTTP/1.1" 200 1349 0.071297 10.0.0.49 - - [2025-09-11 03:19:04] "POST /security-groups HTTP/1.1" 200 592 0.082234 10.0.0.249 - - [2025-09-11 03:19:05] "POST /neutron/port HTTP/1.1" 200 1105 0.045103 10.0.0.49 - - [2025-09-11 03:19:05] "POST /projects HTTP/1.1" 200 587 0.341381 10.0.0.49 - - [2025-09-11 03:19:05] "POST /fqname-to-id HTTP/1.1" 404 234 0.012291 10.0.0.49 - - [2025-09-11 03:19:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.421779 10.0.0.249 - - [2025-09-11 03:19:05] "POST /neutron/subnet HTTP/1.1" 200 693 0.063965 10.0.0.49 - - [2025-09-11 03:19:05] "DELETE /security-group/549afd53-baf1-43cd-9eea-356c4c1aefbd HTTP/1.1" 200 115 0.191381 10.0.0.49 - - [2025-09-11 03:19:05] "GET /projects?obj_uuids=a3dc3b8b-ed70-4781-91e4-b325150991c1&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001663 10.0.0.49 - - [2025-09-11 03:19:05] "DELETE /security-group/09a681ec-480e-4fe6-92fe-8b15a570456a HTTP/1.1" 200 115 0.189639 10.0.0.49 - - [2025-09-11 03:19:05] "GET /projects?obj_uuids=c92dd1a7-9fbb-4780-b041-c0b26beb202f&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.002077 10.0.0.249 - - [2025-09-11 03:19:05] "GET /project/635e2a47-ae48-497f-9484-30afb609d66d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.631779 10.0.0.49 - - [2025-09-11 03:19:05] "DELETE /access-control-list/fcdb2d30-0893-4636-b8ea-047e5de05464 HTTP/1.1" 200 115 0.066188 10.0.0.49 - - [2025-09-11 03:19:05] "GET /project/a3dc3b8b-ed70-4781-91e4-b325150991c1?fields=application_policy_sets HTTP/1.1" 200 1415 0.067107 10.0.0.49 - - [2025-09-11 03:19:05] "GET /project/c92dd1a7-9fbb-4780-b041-c0b26beb202f?fields=application_policy_sets HTTP/1.1" 200 1388 0.101545 10.0.0.49 - - [2025-09-11 03:19:05] "DELETE /project/a3dc3b8b-ed70-4781-91e4-b325150991c1 HTTP/1.1" 200 115 0.698282 10.0.0.49 - - [2025-09-11 03:19:05] "DELETE /project/c92dd1a7-9fbb-4780-b041-c0b26beb202f HTTP/1.1" 200 115 0.727199 10.0.0.249 - - [2025-09-11 03:19:06] "GET / HTTP/1.1" 200 35931 0.003286 10.0.0.249 - - [2025-09-11 03:19:08] "POST /fqname-to-id HTTP/1.1" 401 293 0.000422 10.0.0.249 - - [2025-09-11 03:19:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.055701 10.0.0.49 - - [2025-09-11 03:19:08] "GET /projects?obj_uuids=635e2a47-ae48-497f-9484-30afb609d66d&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000856 10.0.0.249 - - [2025-09-11 03:19:08] "GET /project/635e2a47-ae48-497f-9484-30afb609d66d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.051948 10.0.0.249 - - [2025-09-11 03:19:08] "POST /neutron/network HTTP/1.1" 200 117 0.035219 10.0.0.49 - - [2025-09-11 03:19:08] "POST /route-targets HTTP/1.1" 200 327 0.011970 10.0.0.249 - - [2025-09-11 03:19:09] "POST /neutron/network HTTP/1.1" 200 833 0.008319 10.0.0.249 - - [2025-09-11 03:19:09] "POST /id-to-fqname HTTP/1.1" 200 225 0.001321 10.0.0.249 - - [2025-09-11 03:19:09] "GET /virtual-network/e7f4137c-b87b-423a-a00c-9b92f59cd65e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.005880 10.0.0.249 - - [2025-09-11 03:19:09] "GET /virtual-network/e7f4137c-b87b-423a-a00c-9b92f59cd65e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.005530 10.0.0.249 - - [2025-09-11 03:19:09] "POST /neutron/subnet HTTP/1.1" 200 724 0.008882 10.0.0.249 - - [2025-09-11 03:19:09] "POST /id-to-fqname HTTP/1.1" 200 225 0.001441 10.0.0.249 - - [2025-09-11 03:19:09] "POST /neutron/network HTTP/1.1" 200 843 0.007010 10.0.0.49 - - [2025-09-11 03:19:10] "GET /projects?obj_uuids=635e2a47-ae48-497f-9484-30afb609d66d&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000946 10.0.0.249 - - [2025-09-11 03:19:10] "GET /project/635e2a47-ae48-497f-9484-30afb609d66d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.068873 10.0.0.249 - - [2025-09-11 03:19:10] "POST /neutron/security_group HTTP/1.1" 200 2076 0.007515 10.0.0.249 - - [2025-09-11 03:19:10] "POST /id-to-fqname HTTP/1.1" 200 225 0.001245 10.0.0.249 - - [2025-09-11 03:19:10] "POST /neutron/security_group HTTP/1.1" 200 2076 0.009040 10.0.0.249 - - [2025-09-11 03:19:11] "POST /neutron/network HTTP/1.1" 200 843 0.007281 10.0.0.49 - - [2025-09-11 03:19:11] "GET /projects?obj_uuids=635e2a47-ae48-497f-9484-30afb609d66d&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001148 10.0.0.249 - - [2025-09-11 03:19:11] "GET /project/635e2a47-ae48-497f-9484-30afb609d66d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.066144 10.0.0.249 - - [2025-09-11 03:19:12] "POST /neutron/security_group HTTP/1.1" 200 4017 0.010850 10.0.0.249 - - [2025-09-11 03:19:12] "POST /id-to-fqname HTTP/1.1" 200 225 0.001347 10.0.0.249 - - [2025-09-11 03:19:12] "POST /neutron/security_group HTTP/1.1" 200 4017 0.008222 10.0.0.249 - - [2025-09-11 03:19:12] "POST /neutron/port HTTP/1.1" 200 1115 0.131063 10.0.0.49 - - [2025-09-11 03:19:13] "GET /projects?obj_uuids=635e2a47-ae48-497f-9484-30afb609d66d&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001427 10.0.0.249 - - [2025-09-11 03:19:13] "GET /project/635e2a47-ae48-497f-9484-30afb609d66d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.088947 10.0.0.249 - - [2025-09-11 03:19:13] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005076 10.0.0.249 - - [2025-09-11 03:19:14] "POST /neutron/security_group HTTP/1.1" 200 4017 0.008927 10.0.0.249 - - [2025-09-11 03:19:14] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007314 10.0.0.249 - - [2025-09-11 03:19:16] "POST /neutron/network HTTP/1.1" 200 833 0.007276 10.0.0.249 - - [2025-09-11 03:19:16] "POST /neutron/port HTTP/1.1" 200 1061 0.014658 10.0.0.249 - - [2025-09-11 03:19:17] "POST /neutron/port HTTP/1.1" 200 1089 0.018425 10.0.0.249 - - [2025-09-11 03:19:17] "POST /neutron/port HTTP/1.1" 200 117 0.001097 10.0.0.249 - - [2025-09-11 03:19:19] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007063 10.0.0.249 - - [2025-09-11 03:19:29] "POST /neutron/port HTTP/1.1" 200 1089 0.015026 10.0.0.249 - - [2025-09-11 03:19:34] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007742 10.0.0.249 - - [2025-09-11 03:19:44] "POST /neutron/port HTTP/1.1" 200 1089 0.016615 10.0.0.249 - - [2025-09-11 03:19:44] "POST /neutron/security_group HTTP/1.1" 200 2059 0.009287 10.0.0.249 - - [2025-09-11 03:19:45] "GET /virtual-machine/7d824a6d-0c2b-41d3-84ff-4ce7d51808f9 HTTP/1.1" 401 293 0.000524 10.0.0.249 - - [2025-09-11 03:19:45] "GET /virtual-machine/7d824a6d-0c2b-41d3-84ff-4ce7d51808f9 HTTP/1.1" 200 1292 0.029793 10.0.0.249 - - [2025-09-11 03:19:45] "GET /virtual-machine-interface/b0a40c03-9afb-499c-aa79-90f42ad2fe14 HTTP/1.1" 200 2959 0.007240 10.0.0.249 - - [2025-09-11 03:19:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003393 10.0.0.249 - - [2025-09-11 03:19:45] "GET /global-vrouter-config/34ac33d4-7223-40b7-b082-da1d7603178b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004443 10.0.0.249 - - [2025-09-11 03:19:45] "GET /virtual-networks?parent_id=635e2a47-ae48-497f-9484-30afb609d66d&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.002906 10.0.0.249 - - [2025-09-11 03:19:45] "GET /virtual-network/e7f4137c-b87b-423a-a00c-9b92f59cd65e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.005795 10.0.0.249 - - [2025-09-11 03:19:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004523 10.0.0.249 - - [2025-09-11 03:19:48] "GET /virtual-network/e7f4137c-b87b-423a-a00c-9b92f59cd65e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.006549 10.0.0.249 - - [2025-09-11 03:19:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003245 10.0.0.249 - - [2025-09-11 03:19:52] "GET /virtual-network/e7f4137c-b87b-423a-a00c-9b92f59cd65e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.005460 10.0.0.22 - - [2025-09-11 03:19:53] "GET /obj-perms HTTP/1.1" 200 5075 0.047068 10.0.0.249 - - [2025-09-11 03:19:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003548 10.0.0.249 - - [2025-09-11 03:19:56] "GET /virtual-network/e7f4137c-b87b-423a-a00c-9b92f59cd65e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.007848 10.0.0.249 - - [2025-09-11 03:20:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003737 10.0.0.249 - - [2025-09-11 03:20:00] "GET /virtual-network/e7f4137c-b87b-423a-a00c-9b92f59cd65e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.006694 10.0.0.249 - - [2025-09-11 03:20:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003627 10.0.0.249 - - [2025-09-11 03:20:04] "GET /virtual-network/e7f4137c-b87b-423a-a00c-9b92f59cd65e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.005844 10.0.0.249 - - [2025-09-11 03:20:05] "POST /neutron/port HTTP/1.1" 200 1105 0.016047 10.0.0.249 - - [2025-09-11 03:20:06] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003612 10.0.0.249 - - [2025-09-11 03:20:06] "POST /neutron/network HTTP/1.1" 200 843 0.006940 10.0.0.249 - - [2025-09-11 03:20:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003292 10.0.0.249 - - [2025-09-11 03:20:09] "GET /virtual-network/e7f4137c-b87b-423a-a00c-9b92f59cd65e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.005505 10.0.0.249 - - [2025-09-11 03:20:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004351 10.0.0.249 - - [2025-09-11 03:20:13] "GET /virtual-network/e7f4137c-b87b-423a-a00c-9b92f59cd65e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.005575 10.0.0.249 - - [2025-09-11 03:20:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003643 10.0.0.249 - - [2025-09-11 03:20:17] "GET /virtual-network/e7f4137c-b87b-423a-a00c-9b92f59cd65e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.006211 10.0.0.249 - - [2025-09-11 03:20:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.007297 10.0.0.249 - - [2025-09-11 03:20:21] "GET /virtual-network/e7f4137c-b87b-423a-a00c-9b92f59cd65e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.006030 10.0.0.249 - - [2025-09-11 03:20:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003576 10.0.0.249 - - [2025-09-11 03:20:25] "GET /virtual-network/e7f4137c-b87b-423a-a00c-9b92f59cd65e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.005340 10.0.0.249 - - [2025-09-11 03:20:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003891 10.0.0.249 - - [2025-09-11 03:20:29] "GET /virtual-network/e7f4137c-b87b-423a-a00c-9b92f59cd65e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.006933 10.0.0.249 - - [2025-09-11 03:20:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003703 10.0.0.249 - - [2025-09-11 03:20:33] "GET /virtual-network/e7f4137c-b87b-423a-a00c-9b92f59cd65e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.005956 10.0.0.249 - - [2025-09-11 03:20:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.004939 10.0.0.249 - - [2025-09-11 03:20:37] "GET /virtual-network/e7f4137c-b87b-423a-a00c-9b92f59cd65e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.006887 10.0.0.249 - - [2025-09-11 03:20:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003768 10.0.0.249 - - [2025-09-11 03:20:41] "GET /virtual-network/e7f4137c-b87b-423a-a00c-9b92f59cd65e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.005186 10.0.0.249 - - [2025-09-11 03:20:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003666 10.0.0.249 - - [2025-09-11 03:20:45] "GET /virtual-network/e7f4137c-b87b-423a-a00c-9b92f59cd65e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.006712 10.0.0.249 - - [2025-09-11 03:20:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003911 10.0.0.249 - - [2025-09-11 03:20:50] "GET /virtual-network/e7f4137c-b87b-423a-a00c-9b92f59cd65e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.005365 10.0.0.249 - - [2025-09-11 03:20:54] "GET /obj-perms HTTP/1.1" 200 5075 0.048343 10.0.0.249 - - [2025-09-11 03:20:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003922 10.0.0.249 - - [2025-09-11 03:20:54] "GET /virtual-network/e7f4137c-b87b-423a-a00c-9b92f59cd65e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.005973 10.0.0.249 - - [2025-09-11 03:20:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003711 10.0.0.249 - - [2025-09-11 03:20:58] "GET /virtual-network/e7f4137c-b87b-423a-a00c-9b92f59cd65e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.007039 10.0.0.249 - - [2025-09-11 03:21:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003570 10.0.0.249 - - [2025-09-11 03:21:02] "GET /virtual-network/e7f4137c-b87b-423a-a00c-9b92f59cd65e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.006212 10.0.0.249 - - [2025-09-11 03:21:05] "POST /neutron/port HTTP/1.1" 200 1105 0.015101 10.0.0.249 - - [2025-09-11 03:21:05] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003803 10.0.0.249 - - [2025-09-11 03:21:06] "POST /neutron/network HTTP/1.1" 200 843 0.006930 10.0.0.249 - - [2025-09-11 03:21:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003963 10.0.0.249 - - [2025-09-11 03:21:06] "GET /virtual-network/e7f4137c-b87b-423a-a00c-9b92f59cd65e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.005670 10.0.0.249 - - [2025-09-11 03:21:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003406 10.0.0.249 - - [2025-09-11 03:21:08] "GET /global-vrouter-config/34ac33d4-7223-40b7-b082-da1d7603178b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004110 10.0.0.249 - - [2025-09-11 03:21:08] "GET /virtual-networks?parent_id=635e2a47-ae48-497f-9484-30afb609d66d&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.003380 10.0.0.249 - - [2025-09-11 03:21:08] "GET /virtual-network/e7f4137c-b87b-423a-a00c-9b92f59cd65e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.005707 10.0.0.249 - - [2025-09-11 03:21:08] "POST /neutron/port HTTP/1.1" 200 1089 0.015213 10.0.0.22 - - [2025-09-11 03:21:10] "GET /global-system-configs HTTP/1.1" 200 322 0.031178 10.0.0.49 - - [2025-09-11 03:21:10] "GET /global-system-configs HTTP/1.1" 200 322 0.048850 10.0.0.49 - - [2025-09-11 03:21:10] "GET /obj-perms HTTP/1.1" 200 5075 0.139245 10.0.0.49 - - [2025-09-11 03:21:10] "GET /global-system-configs HTTP/1.1" 200 322 0.005141 10.0.0.249 - - [2025-09-11 03:21:10] "GET /obj-perms HTTP/1.1" 200 5075 0.082890 10.0.0.22 - - [2025-09-11 03:21:10] "GET /global-system-configs HTTP/1.1" 200 322 0.102833 10.0.0.22 - - [2025-09-11 03:21:10] "GET /obj-perms HTTP/1.1" 200 5075 0.133766 10.0.0.249 - - [2025-09-11 03:21:11] "GET /global-system-configs HTTP/1.1" 200 322 0.046661 10.0.0.49 - - [2025-09-11 03:21:11] "GET /obj-perms HTTP/1.1" 200 5075 0.129059 10.0.0.249 - - [2025-09-11 03:21:12] "GET /global-system-configs HTTP/1.1" 200 322 0.083887 10.0.0.22 - - [2025-09-11 03:21:12] "GET /obj-perms HTTP/1.1" 200 5075 0.165501 10.0.0.249 - - [2025-09-11 03:21:12] "GET /obj-perms HTTP/1.1" 200 5075 0.184299 10.0.0.249 - - [2025-09-11 03:21:13] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006641 10.0.0.249 - - [2025-09-11 03:21:24] "POST /neutron/port HTTP/1.1" 200 1089 0.017168 10.0.0.249 - - [2025-09-11 03:21:29] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007785 10.0.0.249 - - [2025-09-11 03:21:39] "POST /neutron/port HTTP/1.1" 200 1089 0.015544 10.0.0.249 - - [2025-09-11 03:21:44] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007340 10.0.0.249 - - [2025-09-11 03:21:55] "POST /neutron/port HTTP/1.1" 200 1089 0.014567 10.0.0.249 - - [2025-09-11 03:22:00] "POST /neutron/port HTTP/1.1" 200 117 0.006232 10.0.0.249 - - [2025-09-11 03:22:01] "POST /neutron/port HTTP/1.1" 200 1089 0.017942 10.0.0.249 - - [2025-09-11 03:22:01] "POST /neutron/port HTTP/1.1" 200 1089 0.038044 10.0.0.249 - - [2025-09-11 03:22:02] "POST /neutron/network HTTP/1.1" 200 833 0.006752 10.0.0.49 - - [2025-09-11 03:22:02] "DELETE /route-target/d090fd96-f1c1-4b09-afe3-1f8a24f2d183 HTTP/1.1" 200 115 0.052670 10.0.0.249 - - [2025-09-11 03:22:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003400 10.0.0.49 - - [2025-09-11 03:22:05] "GET /projects?obj_uuids=635e2a47-ae48-497f-9484-30afb609d66d&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.025143 10.0.0.249 - - [2025-09-11 03:22:05] "GET /project/635e2a47-ae48-497f-9484-30afb609d66d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.062293 10.0.0.49 - - [2025-09-11 03:22:05] "GET /projects?obj_uuids=635e2a47-ae48-497f-9484-30afb609d66d&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001010 10.0.0.249 - - [2025-09-11 03:22:05] "POST /neutron/network HTTP/1.1" 200 614 0.112216 10.0.0.249 - - [2025-09-11 03:22:05] "POST /id-to-fqname HTTP/1.1" 200 225 0.003390 10.0.0.249 - - [2025-09-11 03:22:05] "GET /virtual-network/e11d74cb-ff91-46bd-b6d8-1aa9af673435?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.005498 10.0.0.249 - - [2025-09-11 03:22:05] "POST /neutron/network HTTP/1.1" 200 832 0.007089 10.0.0.249 - - [2025-09-11 03:22:05] "GET /virtual-network/e11d74cb-ff91-46bd-b6d8-1aa9af673435?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.005962 10.0.0.249 - - [2025-09-11 03:22:05] "POST /id-to-fqname HTTP/1.1" 200 225 0.001341 10.0.0.249 - - [2025-09-11 03:22:06] "POST /neutron/port HTTP/1.1" 200 4071 0.052526 10.0.0.49 - - [2025-09-11 03:22:06] "GET /projects?obj_uuids=635e2a47-ae48-497f-9484-30afb609d66d&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000993 10.0.0.249 - - [2025-09-11 03:22:06] "GET /project/635e2a47-ae48-497f-9484-30afb609d66d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.077557 10.0.0.249 - - [2025-09-11 03:22:06] "POST /neutron/port HTTP/1.1" 200 2095 0.074253 10.0.0.249 - - [2025-09-11 03:22:07] "POST /neutron/network HTTP/1.1" 200 1555 0.011425 10.0.0.249 - - [2025-09-11 03:22:07] "POST /neutron/port HTTP/1.1" 200 117 0.001206 10.0.0.249 - - [2025-09-11 03:22:07] "POST /neutron/subnet HTTP/1.1" 200 699 0.010105 10.0.0.249 - - [2025-09-11 03:22:07] "POST /neutron/port HTTP/1.1" 200 4071 0.052048 10.0.0.249 - - [2025-09-11 03:22:07] "POST /id-to-fqname HTTP/1.1" 200 225 0.001210 10.0.0.249 - - [2025-09-11 03:22:07] "POST /neutron/port HTTP/1.1" 200 4071 0.057245 10.0.0.49 - - [2025-09-11 03:22:08] "GET /projects?obj_uuids=635e2a47-ae48-497f-9484-30afb609d66d&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001204 10.0.0.249 - - [2025-09-11 03:22:08] "GET /project/635e2a47-ae48-497f-9484-30afb609d66d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.066114 10.0.0.249 - - [2025-09-11 03:22:08] "POST /neutron/network HTTP/1.1" 200 832 0.006864 10.0.0.249 - - [2025-09-11 03:22:08] "POST /neutron/port HTTP/1.1" 200 117 0.007242 10.0.0.249 - - [2025-09-11 03:22:08] "POST /id-to-fqname HTTP/1.1" 200 225 0.001233 10.0.0.49 - - [2025-09-11 03:22:09] "GET /projects?obj_uuids=635e2a47-ae48-497f-9484-30afb609d66d&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001309 10.0.0.249 - - [2025-09-11 03:22:09] "POST /neutron/port HTTP/1.1" 200 1060 0.294374 10.0.0.249 - - [2025-09-11 03:22:09] "POST /neutron/port HTTP/1.1" 200 1060 0.010060 10.0.0.249 - - [2025-09-11 03:22:09] "POST /neutron/port HTTP/1.1" 200 1088 0.014479 10.0.0.249 - - [2025-09-11 03:22:09] "POST /neutron/port HTTP/1.1" 200 117 0.001068 10.0.0.49 - - [2025-09-11 03:22:09] "GET /projects?obj_uuids=635e2a47-ae48-497f-9484-30afb609d66d&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000975 10.0.0.249 - - [2025-09-11 03:22:09] "GET /project/635e2a47-ae48-497f-9484-30afb609d66d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.071102 10.0.0.249 - - [2025-09-11 03:22:10] "POST /neutron/port HTTP/1.1" 200 5042 0.057857 10.0.0.249 - - [2025-09-11 03:22:10] "POST /neutron/port HTTP/1.1" 200 117 0.006399 10.0.0.249 - - [2025-09-11 03:22:10] "POST /neutron/network HTTP/1.1" 400 204 0.013095 10.0.0.249 - - [2025-09-11 03:22:11] "POST /neutron/port HTTP/1.1" 200 151 0.164172 10.0.0.49 - - [2025-09-11 03:22:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.008814 10.0.0.49 - - [2025-09-11 03:22:12] "POST /useragent-kv HTTP/1.1" 200 115 0.003006 10.0.0.49 - - [2025-09-11 03:22:12] "POST /useragent-kv HTTP/1.1" 200 115 0.002838 10.0.0.249 - - [2025-09-11 03:22:12] "POST /neutron/network HTTP/1.1" 200 151 0.144637 10.0.0.49 - - [2025-09-11 03:22:14] "GET /projects?obj_uuids=635e2a47-ae48-497f-9484-30afb609d66d&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001512 10.0.0.249 - - [2025-09-11 03:22:14] "GET /project/635e2a47-ae48-497f-9484-30afb609d66d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.071033 10.0.0.49 - - [2025-09-11 03:22:14] "GET /projects?obj_uuids=635e2a47-ae48-497f-9484-30afb609d66d&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001136 10.0.0.249 - - [2025-09-11 03:22:14] "GET /project/635e2a47-ae48-497f-9484-30afb609d66d?fields=virtual_networks HTTP/1.1" 200 1034 0.054530 10.0.0.49 - - [2025-09-11 03:22:14] "GET /projects?obj_uuids=635e2a47-ae48-497f-9484-30afb609d66d&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000911 10.0.0.249 - - [2025-09-11 03:22:14] "GET /project/635e2a47-ae48-497f-9484-30afb609d66d?fields=virtual_machine_interfaces HTTP/1.1" 200 1034 0.044947 10.0.0.49 - - [2025-09-11 03:22:14] "GET /projects?obj_uuids=635e2a47-ae48-497f-9484-30afb609d66d&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001355 10.0.0.249 - - [2025-09-11 03:22:14] "GET /project/635e2a47-ae48-497f-9484-30afb609d66d?fields=security_groups HTTP/1.1" 200 1261 0.058657 10.0.0.249 - - [2025-09-11 03:22:15] "POST /fqname-to-id HTTP/1.1" 404 181 0.022946 10.0.0.49 - - [2025-09-11 03:22:15] "GET /projects?obj_uuids=4a1a0ef3-4436-4b4b-89de-6c8b7c04fb52&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003147 10.0.0.49 - - [2025-09-11 03:22:15] "GET /domains?obj_uuids=6cefd47d-baca-4df6-a10c-ec963319da07&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001356 10.0.0.49 - - [2025-09-11 03:22:15] "GET /domain/6cefd47d-baca-4df6-a10c-ec963319da07?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.034886 10.0.0.49 - - [2025-09-11 03:22:15] "POST /id-to-fqname HTTP/1.1" 200 183 0.004991 10.0.0.49 - - [2025-09-11 03:22:15] "POST /fqname-to-id HTTP/1.1" 404 192 0.005160 10.0.0.49 - - [2025-09-11 03:22:15] "POST /security-groups HTTP/1.1" 200 584 0.028539 10.0.0.49 - - [2025-09-11 03:22:15] "POST /projects HTTP/1.1" 200 571 0.228365 10.0.0.49 - - [2025-09-11 03:22:15] "POST /access-control-lists HTTP/1.1" 200 589 0.023772 10.0.0.49 - - [2025-09-11 03:22:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.300125 10.0.0.249 - - [2025-09-11 03:22:15] "GET /project/4a1a0ef3-4436-4b4b-89de-6c8b7c04fb52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1334 0.468032 10.0.0.249 - - [2025-09-11 03:22:16] "GET / HTTP/1.1" 200 35931 0.001655 10.0.0.49 - - [2025-09-11 03:22:17] "DELETE /access-control-list/11f28802-506c-4eb0-b460-31f467cd0933 HTTP/1.1" 200 115 0.033511 10.0.0.49 - - [2025-09-11 03:22:19] "GET /projects?obj_uuids=4a1a0ef3-4436-4b4b-89de-6c8b7c04fb52&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000970 10.0.0.249 - - [2025-09-11 03:22:19] "GET /project/4a1a0ef3-4436-4b4b-89de-6c8b7c04fb52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1334 0.049053 10.0.0.49 - - [2025-09-11 03:22:19] "GET /projects?obj_uuids=4a1a0ef3-4436-4b4b-89de-6c8b7c04fb52&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.015391 10.0.0.249 - - [2025-09-11 03:22:19] "GET /project/4a1a0ef3-4436-4b4b-89de-6c8b7c04fb52?fields=virtual_networks HTTP/1.1" 200 1017 0.055382 10.0.0.49 - - [2025-09-11 03:22:19] "GET /projects?obj_uuids=4a1a0ef3-4436-4b4b-89de-6c8b7c04fb52&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001019 10.0.0.249 - - [2025-09-11 03:22:19] "GET /project/4a1a0ef3-4436-4b4b-89de-6c8b7c04fb52?fields=virtual_machine_interfaces HTTP/1.1" 200 1017 0.034957 10.0.0.49 - - [2025-09-11 03:22:19] "GET /projects?obj_uuids=4a1a0ef3-4436-4b4b-89de-6c8b7c04fb52&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000933 10.0.0.249 - - [2025-09-11 03:22:20] "GET /project/4a1a0ef3-4436-4b4b-89de-6c8b7c04fb52?fields=security_groups HTTP/1.1" 200 1236 0.049661 10.0.0.249 - - [2025-09-11 03:22:20] "POST /fqname-to-id HTTP/1.1" 404 189 0.023527 10.0.0.49 - - [2025-09-11 03:22:20] "GET /projects?obj_uuids=2af2e650-4c9f-44ec-95b2-90a3c6c9634a&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002622 10.0.0.49 - - [2025-09-11 03:22:20] "GET /domains?obj_uuids=6cefd47d-baca-4df6-a10c-ec963319da07&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000944 10.0.0.49 - - [2025-09-11 03:22:20] "GET /domain/6cefd47d-baca-4df6-a10c-ec963319da07?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007439 10.0.0.49 - - [2025-09-11 03:22:21] "POST /id-to-fqname HTTP/1.1" 200 191 0.001282 10.0.0.49 - - [2025-09-11 03:22:21] "POST /fqname-to-id HTTP/1.1" 404 200 0.008068 10.0.0.49 - - [2025-09-11 03:22:21] "POST /security-groups HTTP/1.1" 200 592 0.027248 10.0.0.49 - - [2025-09-11 03:22:21] "POST /projects HTTP/1.1" 200 587 0.223024 10.0.0.49 - - [2025-09-11 03:22:21] "POST /access-control-lists HTTP/1.1" 200 597 0.024633 10.0.0.49 - - [2025-09-11 03:22:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.292687 10.0.0.249 - - [2025-09-11 03:22:21] "GET /project/2af2e650-4c9f-44ec-95b2-90a3c6c9634a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.419308 10.0.0.249 - - [2025-09-11 03:22:22] "GET / HTTP/1.1" 200 35931 0.001722 10.0.0.49 - - [2025-09-11 03:22:25] "GET /projects?obj_uuids=2af2e650-4c9f-44ec-95b2-90a3c6c9634a&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000965 10.0.0.249 - - [2025-09-11 03:22:25] "GET /project/2af2e650-4c9f-44ec-95b2-90a3c6c9634a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.046043 10.0.0.49 - - [2025-09-11 03:22:25] "GET /projects?obj_uuids=2af2e650-4c9f-44ec-95b2-90a3c6c9634a&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000966 10.0.0.249 - - [2025-09-11 03:22:25] "GET /project/2af2e650-4c9f-44ec-95b2-90a3c6c9634a?fields=virtual_networks HTTP/1.1" 200 1034 0.052445 10.0.0.49 - - [2025-09-11 03:22:25] "GET /projects?obj_uuids=2af2e650-4c9f-44ec-95b2-90a3c6c9634a&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001037 10.0.0.249 - - [2025-09-11 03:22:25] "GET /project/2af2e650-4c9f-44ec-95b2-90a3c6c9634a?fields=virtual_machine_interfaces HTTP/1.1" 200 1034 0.042779 10.0.0.49 - - [2025-09-11 03:22:25] "GET /projects?obj_uuids=2af2e650-4c9f-44ec-95b2-90a3c6c9634a&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000931 10.0.0.249 - - [2025-09-11 03:22:25] "GET /project/2af2e650-4c9f-44ec-95b2-90a3c6c9634a?fields=security_groups HTTP/1.1" 200 1261 0.041461 10.0.0.249 - - [2025-09-11 03:22:26] "POST /fqname-to-id HTTP/1.1" 404 195 0.027025 10.0.0.49 - - [2025-09-11 03:22:26] "GET /projects?obj_uuids=de08450a-2303-4439-ad55-1e3186984803&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003148 10.0.0.49 - - [2025-09-11 03:22:26] "GET /domains?obj_uuids=6cefd47d-baca-4df6-a10c-ec963319da07&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001368 10.0.0.49 - - [2025-09-11 03:22:26] "GET /domain/6cefd47d-baca-4df6-a10c-ec963319da07?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.009314 10.0.0.49 - - [2025-09-11 03:22:26] "POST /id-to-fqname HTTP/1.1" 200 197 0.001266 10.0.0.49 - - [2025-09-11 03:22:26] "POST /fqname-to-id HTTP/1.1" 404 206 0.008646 10.0.0.49 - - [2025-09-11 03:22:26] "POST /security-groups HTTP/1.1" 200 598 0.077318 10.0.0.49 - - [2025-09-11 03:22:26] "POST /fqname-to-id HTTP/1.1" 404 241 0.005761 10.0.0.49 - - [2025-09-11 03:22:26] "POST /projects HTTP/1.1" 200 599 0.307567 10.0.0.49 - - [2025-09-11 03:22:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.377488 10.0.0.49 - - [2025-09-11 03:22:27] "POST /access-control-lists HTTP/1.1" 200 601 0.026600 10.0.0.249 - - [2025-09-11 03:22:27] "GET /project/de08450a-2303-4439-ad55-1e3186984803?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1392 0.512128 10.0.0.249 - - [2025-09-11 03:22:28] "GET / HTTP/1.1" 200 35931 0.002114 10.0.0.249 - - [2025-09-11 03:22:29] "POST /fqname-to-id HTTP/1.1" 401 293 0.000411 10.0.0.249 - - [2025-09-11 03:22:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.059461 10.0.0.249 - - [2025-09-11 03:22:30] "GET /global-vrouter-config/34ac33d4-7223-40b7-b082-da1d7603178b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003339 10.0.0.249 - - [2025-09-11 03:22:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.002734 10.0.0.249 - - [2025-09-11 03:22:30] "GET /global-vrouter-config/34ac33d4-7223-40b7-b082-da1d7603178b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003939 10.0.0.249 - - [2025-09-11 03:22:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.002902 10.0.0.249 - - [2025-09-11 03:22:30] "PUT /global-vrouter-config/34ac33d4-7223-40b7-b082-da1d7603178b HTTP/1.1" 200 276 0.013488 10.0.0.249 - - [2025-09-11 03:22:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003387 10.0.0.49 - - [2025-09-11 03:22:30] "GET /projects?obj_uuids=de08450a-2303-4439-ad55-1e3186984803&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.001484 10.0.0.249 - - [2025-09-11 03:22:30] "GET /project/de08450a-2303-4439-ad55-1e3186984803?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1392 0.040802 10.0.0.49 - - [2025-09-11 03:22:30] "POST /useragent-kv HTTP/1.1" 200 115 0.010451 10.0.0.249 - - [2025-09-11 03:22:31] "POST /neutron/subnet HTTP/1.1" 200 701 0.251831 10.0.0.249 - - [2025-09-11 03:22:31] "POST /id-to-fqname HTTP/1.1" 200 218 0.001200 10.0.0.249 - - [2025-09-11 03:22:31] "GET /virtual-network/ae41623b-152c-422c-9a2c-13f3490fa23c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.005370 10.0.0.249 - - [2025-09-11 03:22:31] "GET /virtual-network/ae41623b-152c-422c-9a2c-13f3490fa23c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.006861 10.0.0.249 - - [2025-09-11 03:22:31] "POST /neutron/network HTTP/1.1" 200 808 0.007950 10.0.0.249 - - [2025-09-11 03:22:31] "POST /id-to-fqname HTTP/1.1" 200 218 0.001570 10.0.0.249 - - [2025-09-11 03:22:31] "POST /neutron/security_group HTTP/1.1" 200 2076 0.006702 10.0.0.49 - - [2025-09-11 03:22:32] "GET /projects?obj_uuids=de08450a-2303-4439-ad55-1e3186984803&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.001115 10.0.0.249 - - [2025-09-11 03:22:32] "GET /project/de08450a-2303-4439-ad55-1e3186984803?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1392 0.063046 10.0.0.249 - - [2025-09-11 03:22:32] "POST /neutron/port HTTP/1.1" 200 4071 0.053195 10.0.0.249 - - [2025-09-11 03:22:32] "POST /id-to-fqname HTTP/1.1" 200 218 0.001199 10.0.0.249 - - [2025-09-11 03:22:32] "POST /neutron/port HTTP/1.1" 200 4071 0.065106 10.0.0.49 - - [2025-09-11 03:22:32] "GET /projects?obj_uuids=de08450a-2303-4439-ad55-1e3186984803&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.001091 10.0.0.249 - - [2025-09-11 03:22:33] "POST /neutron/port HTTP/1.1" 200 1062 0.307606 10.0.0.249 - - [2025-09-11 03:22:33] "POST /neutron/port HTTP/1.1" 200 1062 0.011792 10.0.0.249 - - [2025-09-11 03:22:33] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004288 10.0.0.249 - - [2025-09-11 03:22:33] "POST /neutron/network HTTP/1.1" 200 808 0.006656 10.0.0.49 - - [2025-09-11 03:22:33] "GET /projects?obj_uuids=de08450a-2303-4439-ad55-1e3186984803&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.000991 10.0.0.249 - - [2025-09-11 03:22:33] "GET /project/de08450a-2303-4439-ad55-1e3186984803?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1392 0.069350 10.0.0.249 - - [2025-09-11 03:22:34] "POST /neutron/security_group HTTP/1.1" 200 4023 0.010692 10.0.0.249 - - [2025-09-11 03:22:34] "GET /virtual-network/ae41623b-152c-422c-9a2c-13f3490fa23c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.005352 10.0.0.49 - - [2025-09-11 03:22:35] "GET /obj-perms HTTP/1.1" 200 5063 0.062196 10.0.0.249 - - [2025-09-11 03:22:36] "POST /neutron/security_group HTTP/1.1" 200 2065 0.007745 10.0.0.249 - - [2025-09-11 03:22:36] "POST /neutron/port HTTP/1.1" 200 1090 0.017954 10.0.0.249 - - [2025-09-11 03:22:36] "POST /neutron/security_group HTTP/1.1" 200 2065 0.007106 10.0.0.249 - - [2025-09-11 03:22:36] "GET /virtual-machine/bbc66adb-0eba-4a9c-8f63-f03459cc2bff HTTP/1.1" 401 293 0.000376 10.0.0.249 - - [2025-09-11 03:22:36] "GET /virtual-machine/bbc66adb-0eba-4a9c-8f63-f03459cc2bff HTTP/1.1" 200 1300 0.026704 10.0.0.249 - - [2025-09-11 03:22:36] "GET /virtual-machine/bbc66adb-0eba-4a9c-8f63-f03459cc2bff HTTP/1.1" 200 1300 0.003621 10.0.0.249 - - [2025-09-11 03:22:36] "GET /virtual-machine-interface/30e9d87c-e3e3-4bec-af07-c7c3d4bee757 HTTP/1.1" 200 2949 0.004706 10.0.0.249 - - [2025-09-11 03:22:36] "GET /virtual-machine/bbc66adb-0eba-4a9c-8f63-f03459cc2bff HTTP/1.1" 200 1300 0.003470 10.0.0.249 - - [2025-09-11 03:22:36] "GET /virtual-machine-interface/30e9d87c-e3e3-4bec-af07-c7c3d4bee757 HTTP/1.1" 200 2949 0.004927 10.0.0.249 - - [2025-09-11 03:22:36] "GET /instance-ip/44b6339d-7fe2-4f83-beb4-7bd92839bd05 HTTP/1.1" 200 1620 0.005910 10.0.0.249 - - [2025-09-11 03:22:36] "GET /virtual-machine/bbc66adb-0eba-4a9c-8f63-f03459cc2bff HTTP/1.1" 200 1300 0.003805 10.0.0.249 - - [2025-09-11 03:22:36] "GET /virtual-machine-interface/30e9d87c-e3e3-4bec-af07-c7c3d4bee757 HTTP/1.1" 200 2949 0.005171 10.0.0.249 - - [2025-09-11 03:22:36] "GET /instance-ip/44b6339d-7fe2-4f83-beb4-7bd92839bd05 HTTP/1.1" 200 1620 0.003949 10.0.0.249 - - [2025-09-11 03:22:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003799 10.0.0.249 - - [2025-09-11 03:22:36] "GET /global-vrouter-config/34ac33d4-7223-40b7-b082-da1d7603178b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005664 10.0.0.249 - - [2025-09-11 03:22:36] "GET /virtual-networks?parent_id=de08450a-2303-4439-ad55-1e3186984803&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003094 10.0.0.249 - - [2025-09-11 03:22:36] "GET /virtual-network/ae41623b-152c-422c-9a2c-13f3490fa23c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.005467 10.0.0.249 - - [2025-09-11 03:22:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003332 10.0.0.249 - - [2025-09-11 03:22:36] "GET /global-vrouter-config/34ac33d4-7223-40b7-b082-da1d7603178b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004130 10.0.0.249 - - [2025-09-11 03:22:36] "GET /virtual-networks?parent_id=de08450a-2303-4439-ad55-1e3186984803&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002982 10.0.0.249 - - [2025-09-11 03:22:36] "GET /virtual-network/ae41623b-152c-422c-9a2c-13f3490fa23c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.005640 10.0.0.249 - - [2025-09-11 03:22:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003848 10.0.0.249 - - [2025-09-11 03:22:37] "GET /global-vrouter-config/34ac33d4-7223-40b7-b082-da1d7603178b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004338 10.0.0.249 - - [2025-09-11 03:22:37] "GET /virtual-networks?parent_id=de08450a-2303-4439-ad55-1e3186984803&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002787 10.0.0.249 - - [2025-09-11 03:22:37] "GET /virtual-network/ae41623b-152c-422c-9a2c-13f3490fa23c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.005641 10.0.0.249 - - [2025-09-11 03:22:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003562 10.0.0.249 - - [2025-09-11 03:22:37] "GET /global-vrouter-config/34ac33d4-7223-40b7-b082-da1d7603178b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003776 10.0.0.249 - - [2025-09-11 03:22:37] "GET /virtual-networks?parent_id=de08450a-2303-4439-ad55-1e3186984803&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004726 10.0.0.249 - - [2025-09-11 03:22:37] "GET /virtual-network/ae41623b-152c-422c-9a2c-13f3490fa23c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.007698 10.0.0.249 - - [2025-09-11 03:22:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003800 10.0.0.249 - - [2025-09-11 03:22:37] "GET /global-vrouter-config/34ac33d4-7223-40b7-b082-da1d7603178b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004042 10.0.0.249 - - [2025-09-11 03:22:37] "GET /virtual-networks?parent_id=de08450a-2303-4439-ad55-1e3186984803&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003856 10.0.0.249 - - [2025-09-11 03:22:37] "GET /virtual-network/ae41623b-152c-422c-9a2c-13f3490fa23c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.005808 10.0.0.249 - - [2025-09-11 03:22:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003549 10.0.0.249 - - [2025-09-11 03:22:40] "GET /virtual-network/ae41623b-152c-422c-9a2c-13f3490fa23c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.005132 10.0.0.249 - - [2025-09-11 03:22:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003241 10.0.0.249 - - [2025-09-11 03:22:44] "GET /virtual-network/ae41623b-152c-422c-9a2c-13f3490fa23c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.005280 10.0.0.249 - - [2025-09-11 03:22:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004002 10.0.0.249 - - [2025-09-11 03:22:48] "GET /virtual-network/ae41623b-152c-422c-9a2c-13f3490fa23c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.004618 10.0.0.249 - - [2025-09-11 03:22:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003671 10.0.0.249 - - [2025-09-11 03:22:52] "GET /virtual-network/ae41623b-152c-422c-9a2c-13f3490fa23c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.005487 10.0.0.22 - - [2025-09-11 03:22:55] "GET /obj-perms HTTP/1.1" 200 5075 0.043784 10.0.0.249 - - [2025-09-11 03:22:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004596 10.0.0.249 - - [2025-09-11 03:22:56] "GET /virtual-network/ae41623b-152c-422c-9a2c-13f3490fa23c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.007609 10.0.0.249 - - [2025-09-11 03:23:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003389 10.0.0.249 - - [2025-09-11 03:23:00] "GET /virtual-network/ae41623b-152c-422c-9a2c-13f3490fa23c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.006140 10.0.0.249 - - [2025-09-11 03:23:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003521 10.0.0.249 - - [2025-09-11 03:23:05] "GET /virtual-network/ae41623b-152c-422c-9a2c-13f3490fa23c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.005553 10.0.0.49 - - [2025-09-11 03:23:05] "DELETE /project/635e2a47-ae48-497f-9484-30afb609d66d HTTP/1.1" 404 177 0.013928 10.0.0.49 - - [2025-09-11 03:23:05] "DELETE /project/2af2e6504c9f44ec95b290a3c6c9634a HTTP/1.1" 404 173 0.015957 10.0.0.49 - - [2025-09-11 03:23:05] "DELETE /project/4a1a0ef344364b4b89de6c8b7c04fb52 HTTP/1.1" 404 173 0.011612 10.0.0.49 - - [2025-09-11 03:23:05] "DELETE /project/de08450a23034439ad551e3186984803 HTTP/1.1" 404 173 0.008934 10.0.0.49 - - [2025-09-11 03:23:05] "GET /projects?obj_uuids=4a1a0ef3-4436-4b4b-89de-6c8b7c04fb52&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001102 10.0.0.49 - - [2025-09-11 03:23:05] "GET /projects?obj_uuids=2af2e650-4c9f-44ec-95b2-90a3c6c9634a&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000993 10.0.0.49 - - [2025-09-11 03:23:05] "GET /project/2af2e650-4c9f-44ec-95b2-90a3c6c9634a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1472 0.050467 10.0.0.49 - - [2025-09-11 03:23:05] "GET /project/4a1a0ef3-4436-4b4b-89de-6c8b7c04fb52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1439 0.056235 10.0.0.49 - - [2025-09-11 03:23:05] "GET /projects?obj_uuids=2af2e650-4c9f-44ec-95b2-90a3c6c9634a&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001107 10.0.0.49 - - [2025-09-11 03:23:05] "GET /projects?obj_uuids=4a1a0ef3-4436-4b4b-89de-6c8b7c04fb52&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000994 10.0.0.49 - - [2025-09-11 03:23:05] "GET /project/2af2e650-4c9f-44ec-95b2-90a3c6c9634a?fields=security_groups HTTP/1.1" 200 1366 0.069156 10.0.0.49 - - [2025-09-11 03:23:05] "GET /project/4a1a0ef3-4436-4b4b-89de-6c8b7c04fb52?fields=security_groups HTTP/1.1" 200 1341 0.064161 10.0.0.49 - - [2025-09-11 03:23:05] "DELETE /security-group/c8b8bb7b-e4c8-4bea-9827-b29441b34d70 HTTP/1.1" 200 115 0.056692 10.0.0.49 - - [2025-09-11 03:23:05] "GET /projects?obj_uuids=2af2e650-4c9f-44ec-95b2-90a3c6c9634a&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000939 10.0.0.49 - - [2025-09-11 03:23:06] "DELETE /access-control-list/b24bdc7f-2168-40a5-87e9-685fef7066ea HTTP/1.1" 200 115 0.046061 10.0.0.49 - - [2025-09-11 03:23:06] "DELETE /security-group/5b98d5d6-7dcf-45b9-9fa1-bcac30b194ef HTTP/1.1" 200 115 0.072145 10.0.0.49 - - [2025-09-11 03:23:06] "GET /projects?obj_uuids=4a1a0ef3-4436-4b4b-89de-6c8b7c04fb52&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001156 10.0.0.49 - - [2025-09-11 03:23:06] "GET /project/2af2e650-4c9f-44ec-95b2-90a3c6c9634a?fields=application_policy_sets HTTP/1.1" 200 1405 0.059622 10.0.0.49 - - [2025-09-11 03:23:06] "GET /project/4a1a0ef3-4436-4b4b-89de-6c8b7c04fb52?fields=application_policy_sets HTTP/1.1" 200 1380 0.109467 10.0.0.49 - - [2025-09-11 03:23:06] "DELETE /access-control-list/760feed2-1378-4d7c-aea4-3b1ec322e0ee HTTP/1.1" 200 115 0.072735 10.0.0.49 - - [2025-09-11 03:23:06] "DELETE /project/2af2e650-4c9f-44ec-95b2-90a3c6c9634a HTTP/1.1" 200 115 0.537880 10.0.0.49 - - [2025-09-11 03:23:06] "DELETE /project/4a1a0ef3-4436-4b4b-89de-6c8b7c04fb52 HTTP/1.1" 200 115 0.591111 10.0.0.249 - - [2025-09-11 03:23:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003627 10.0.0.249 - - [2025-09-11 03:23:09] "GET /virtual-network/ae41623b-152c-422c-9a2c-13f3490fa23c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.005580 10.0.0.249 - - [2025-09-11 03:23:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003270 10.0.0.249 - - [2025-09-11 03:23:13] "GET /global-vrouter-config/34ac33d4-7223-40b7-b082-da1d7603178b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003805 10.0.0.249 - - [2025-09-11 03:23:13] "GET /virtual-networks?parent_id=de08450a-2303-4439-ad55-1e3186984803&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003478 10.0.0.249 - - [2025-09-11 03:23:13] "GET /virtual-network/ae41623b-152c-422c-9a2c-13f3490fa23c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.009283 10.0.0.249 - - [2025-09-11 03:23:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003234 10.0.0.249 - - [2025-09-11 03:23:13] "GET /global-vrouter-config/34ac33d4-7223-40b7-b082-da1d7603178b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003258 10.0.0.249 - - [2025-09-11 03:23:13] "GET /virtual-networks?parent_id=de08450a-2303-4439-ad55-1e3186984803&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003642 10.0.0.249 - - [2025-09-11 03:23:13] "GET /virtual-network/ae41623b-152c-422c-9a2c-13f3490fa23c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.006244 10.0.0.249 - - [2025-09-11 03:23:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002897 10.0.0.249 - - [2025-09-11 03:23:13] "GET /routing-instance/7c3e496c-640f-4d31-bda1-8a0b64853fe1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1446 0.004883 10.0.0.249 - - [2025-09-11 03:23:13] "GET /route-target/758b0d00-ffc7-417b-ac99-4c379ec36e40?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004256 10.0.0.249 - - [2025-09-11 03:23:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003740 10.0.0.249 - - [2025-09-11 03:23:13] "GET /global-vrouter-config/34ac33d4-7223-40b7-b082-da1d7603178b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003998 10.0.0.249 - - [2025-09-11 03:23:13] "GET /virtual-networks?parent_id=de08450a-2303-4439-ad55-1e3186984803&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002956 10.0.0.249 - - [2025-09-11 03:23:13] "GET /virtual-network/ae41623b-152c-422c-9a2c-13f3490fa23c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.005621 10.0.0.249 - - [2025-09-11 03:23:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003639 10.0.0.249 - - [2025-09-11 03:23:13] "GET /routing-instance/7c3e496c-640f-4d31-bda1-8a0b64853fe1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1446 0.004642 10.0.0.249 - - [2025-09-11 03:23:13] "GET /route-target/758b0d00-ffc7-417b-ac99-4c379ec36e40?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004218 10.0.0.249 - - [2025-09-11 03:23:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003264 10.0.0.249 - - [2025-09-11 03:23:13] "GET /global-vrouter-config/34ac33d4-7223-40b7-b082-da1d7603178b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004226 10.0.0.249 - - [2025-09-11 03:23:13] "GET /virtual-networks?parent_id=de08450a-2303-4439-ad55-1e3186984803&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003262 10.0.0.249 - - [2025-09-11 03:23:14] "GET /virtual-network/ae41623b-152c-422c-9a2c-13f3490fa23c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.005949 10.0.0.249 - - [2025-09-11 03:23:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003492 10.0.0.249 - - [2025-09-11 03:23:14] "GET /global-vrouter-config/34ac33d4-7223-40b7-b082-da1d7603178b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004068 10.0.0.249 - - [2025-09-11 03:23:14] "GET /virtual-networks?parent_id=de08450a-2303-4439-ad55-1e3186984803&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003286 10.0.0.249 - - [2025-09-11 03:23:14] "GET /virtual-network/ae41623b-152c-422c-9a2c-13f3490fa23c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.005715 10.0.0.249 - - [2025-09-11 03:23:14] "GET /obj-perms HTTP/1.1" 200 5063 0.067253 10.0.0.249 - - [2025-09-11 03:23:14] "GET /obj-perms HTTP/1.1" 200 5063 0.003494 10.0.0.49 - - [2025-09-11 03:23:14] "GET /obj-perms HTTP/1.1" 200 5063 0.004241 10.0.0.249 - - [2025-09-11 03:23:14] "GET /obj-perms HTTP/1.1" 200 5063 0.003544 10.0.0.49 - - [2025-09-11 03:23:14] "GET /obj-perms HTTP/1.1" 200 5063 0.011786 10.0.0.249 - - [2025-09-11 03:23:14] "GET /virtual-machine/bbc66adb-0eba-4a9c-8f63-f03459cc2bff HTTP/1.1" 200 1300 0.004261 10.0.0.249 - - [2025-09-11 03:23:15] "POST /neutron/port HTTP/1.1" 200 1116 0.011112 10.0.0.249 - - [2025-09-11 03:23:16] "GET /virtual-machine/bbc66adb-0eba-4a9c-8f63-f03459cc2bff HTTP/1.1" 404 171 0.003413 10.0.0.249 - - [2025-09-11 03:23:16] "GET /virtual-machine/bbc66adb-0eba-4a9c-8f63-f03459cc2bff HTTP/1.1" 404 171 0.002955 10.0.0.249 - - [2025-09-11 03:23:16] "GET /virtual-machine/bbc66adb-0eba-4a9c-8f63-f03459cc2bff HTTP/1.1" 404 171 0.002793 10.0.0.249 - - [2025-09-11 03:23:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003371 10.0.0.249 - - [2025-09-11 03:23:17] "GET /global-vrouter-config/34ac33d4-7223-40b7-b082-da1d7603178b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004240 10.0.0.249 - - [2025-09-11 03:23:17] "GET /virtual-networks?parent_id=de08450a-2303-4439-ad55-1e3186984803&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003895 10.0.0.249 - - [2025-09-11 03:23:17] "GET /virtual-network/ae41623b-152c-422c-9a2c-13f3490fa23c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.006231 10.0.0.249 - - [2025-09-11 03:23:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003040 10.0.0.249 - - [2025-09-11 03:23:17] "GET /routing-instance/7c3e496c-640f-4d31-bda1-8a0b64853fe1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1446 0.004536 10.0.0.249 - - [2025-09-11 03:23:17] "GET /route-target/758b0d00-ffc7-417b-ac99-4c379ec36e40?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004158 10.0.0.249 - - [2025-09-11 03:23:20] "GET /obj-perms HTTP/1.1" 200 5063 0.003729 10.0.0.49 - - [2025-09-11 03:23:20] "GET /obj-perms HTTP/1.1" 200 5063 0.003731 10.0.0.49 - - [2025-09-11 03:23:20] "POST /useragent-kv HTTP/1.1" 200 115 0.006077 10.0.0.49 - - [2025-09-11 03:23:20] "POST /useragent-kv HTTP/1.1" 200 115 0.005555 10.0.0.249 - - [2025-09-11 03:23:20] "POST /neutron/network HTTP/1.1" 200 151 0.140771 10.0.0.249 - - [2025-09-11 03:23:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003301 10.0.0.249 - - [2025-09-11 03:23:20] "GET /global-vrouter-config/34ac33d4-7223-40b7-b082-da1d7603178b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004409 10.0.0.249 - - [2025-09-11 03:23:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.002587 10.0.0.249 - - [2025-09-11 03:23:20] "PUT /global-vrouter-config/34ac33d4-7223-40b7-b082-da1d7603178b HTTP/1.1" 200 276 0.013672 10.0.0.49 - - [2025-09-11 03:23:22] "GET /projects?obj_uuids=de08450a-2303-4439-ad55-1e3186984803&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.001068 10.0.0.249 - - [2025-09-11 03:23:22] "GET /project/de08450a-2303-4439-ad55-1e3186984803?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1392 0.050488 10.0.0.49 - - [2025-09-11 03:23:22] "GET /projects?obj_uuids=de08450a-2303-4439-ad55-1e3186984803&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.001430 10.0.0.249 - - [2025-09-11 03:23:22] "GET /project/de08450a-2303-4439-ad55-1e3186984803?fields=virtual_networks HTTP/1.1" 200 1047 0.052022 10.0.0.49 - - [2025-09-11 03:23:22] "GET /projects?obj_uuids=de08450a-2303-4439-ad55-1e3186984803&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.001673 10.0.0.249 - - [2025-09-11 03:23:22] "GET /project/de08450a-2303-4439-ad55-1e3186984803?fields=virtual_machine_interfaces HTTP/1.1" 200 1047 0.038344 10.0.0.49 - - [2025-09-11 03:23:22] "GET /projects?obj_uuids=de08450a-2303-4439-ad55-1e3186984803&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.000969 10.0.0.249 - - [2025-09-11 03:23:22] "GET /project/de08450a-2303-4439-ad55-1e3186984803?fields=security_groups HTTP/1.1" 200 1280 0.056366 10.0.0.249 - - [2025-09-11 03:23:23] "POST /fqname-to-id HTTP/1.1" 404 194 0.022602 10.0.0.49 - - [2025-09-11 03:23:23] "GET /projects?obj_uuids=d720fedd-ed98-42b5-9a59-ba3e24a2cc3d&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003243 10.0.0.49 - - [2025-09-11 03:23:23] "GET /domains?obj_uuids=6cefd47d-baca-4df6-a10c-ec963319da07&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000885 10.0.0.49 - - [2025-09-11 03:23:23] "GET /domain/6cefd47d-baca-4df6-a10c-ec963319da07?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006643 10.0.0.49 - - [2025-09-11 03:23:23] "POST /id-to-fqname HTTP/1.1" 200 196 0.001130 10.0.0.49 - - [2025-09-11 03:23:23] "POST /fqname-to-id HTTP/1.1" 404 205 0.008451 10.0.0.49 - - [2025-09-11 03:23:23] "POST /security-groups HTTP/1.1" 200 597 0.072993 10.0.0.49 - - [2025-09-11 03:23:23] "POST /fqname-to-id HTTP/1.1" 404 240 0.003582 10.0.0.49 - - [2025-09-11 03:23:23] "POST /projects HTTP/1.1" 200 597 0.295248 10.0.0.49 - - [2025-09-11 03:23:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.366076 10.0.0.49 - - [2025-09-11 03:23:23] "POST /access-control-lists HTTP/1.1" 200 600 0.030344 10.0.0.249 - - [2025-09-11 03:23:23] "GET /project/d720fedd-ed98-42b5-9a59-ba3e24a2cc3d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.492313 10.0.0.249 - - [2025-09-11 03:23:25] "GET / HTTP/1.1" 200 35931 0.001954 10.0.0.49 - - [2025-09-11 03:23:28] "GET /projects?obj_uuids=d720fedd-ed98-42b5-9a59-ba3e24a2cc3d&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001204 10.0.0.249 - - [2025-09-11 03:23:28] "GET /project/d720fedd-ed98-42b5-9a59-ba3e24a2cc3d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.037300 10.0.0.49 - - [2025-09-11 03:23:28] "GET /projects?obj_uuids=d720fedd-ed98-42b5-9a59-ba3e24a2cc3d&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001009 10.0.0.249 - - [2025-09-11 03:23:28] "GET /project/d720fedd-ed98-42b5-9a59-ba3e24a2cc3d?fields=virtual_networks HTTP/1.1" 200 1045 0.050679 10.0.0.49 - - [2025-09-11 03:23:28] "GET /projects?obj_uuids=d720fedd-ed98-42b5-9a59-ba3e24a2cc3d&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001377 10.0.0.249 - - [2025-09-11 03:23:28] "GET /project/d720fedd-ed98-42b5-9a59-ba3e24a2cc3d?fields=virtual_machine_interfaces HTTP/1.1" 200 1045 0.052573 10.0.0.49 - - [2025-09-11 03:23:28] "GET /projects?obj_uuids=d720fedd-ed98-42b5-9a59-ba3e24a2cc3d&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001208 10.0.0.249 - - [2025-09-11 03:23:28] "GET /project/d720fedd-ed98-42b5-9a59-ba3e24a2cc3d?fields=security_groups HTTP/1.1" 200 1277 0.041917 10.0.0.249 - - [2025-09-11 03:23:29] "POST /fqname-to-id HTTP/1.1" 404 188 0.025186 10.0.0.49 - - [2025-09-11 03:23:29] "GET /projects?obj_uuids=7dc85c1d-31bf-4d3e-9e65-50b31773db2f&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003262 10.0.0.49 - - [2025-09-11 03:23:29] "GET /domains?obj_uuids=6cefd47d-baca-4df6-a10c-ec963319da07&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001025 10.0.0.49 - - [2025-09-11 03:23:29] "GET /domain/6cefd47d-baca-4df6-a10c-ec963319da07?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007103 10.0.0.49 - - [2025-09-11 03:23:29] "POST /id-to-fqname HTTP/1.1" 200 190 0.003798 10.0.0.49 - - [2025-09-11 03:23:29] "POST /fqname-to-id HTTP/1.1" 404 199 0.005416 10.0.0.49 - - [2025-09-11 03:23:29] "POST /security-groups HTTP/1.1" 200 591 0.030474 10.0.0.49 - - [2025-09-11 03:23:29] "POST /projects HTTP/1.1" 200 585 0.247646 10.0.0.49 - - [2025-09-11 03:23:29] "POST /fqname-to-id HTTP/1.1" 404 233 0.009571 10.0.0.49 - - [2025-09-11 03:23:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.324608 10.0.0.249 - - [2025-09-11 03:23:29] "GET /project/7dc85c1d-31bf-4d3e-9e65-50b31773db2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.466951 10.0.0.249 - - [2025-09-11 03:23:30] "GET / HTTP/1.1" 200 35931 0.001751 10.0.0.49 - - [2025-09-11 03:23:33] "GET /projects?obj_uuids=7dc85c1d-31bf-4d3e-9e65-50b31773db2f&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001187 10.0.0.249 - - [2025-09-11 03:23:33] "GET /project/7dc85c1d-31bf-4d3e-9e65-50b31773db2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.036486 10.0.0.49 - - [2025-09-11 03:23:33] "GET /projects?obj_uuids=7dc85c1d-31bf-4d3e-9e65-50b31773db2f&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001434 10.0.0.249 - - [2025-09-11 03:23:33] "GET /project/7dc85c1d-31bf-4d3e-9e65-50b31773db2f?fields=virtual_networks HTTP/1.1" 200 1032 0.096764 10.0.0.49 - - [2025-09-11 03:23:33] "GET /projects?obj_uuids=7dc85c1d-31bf-4d3e-9e65-50b31773db2f&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000964 10.0.0.249 - - [2025-09-11 03:23:33] "GET /project/7dc85c1d-31bf-4d3e-9e65-50b31773db2f?fields=virtual_machine_interfaces HTTP/1.1" 200 1032 0.049551 10.0.0.49 - - [2025-09-11 03:23:33] "GET /projects?obj_uuids=7dc85c1d-31bf-4d3e-9e65-50b31773db2f&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001241 10.0.0.249 - - [2025-09-11 03:23:33] "GET /project/7dc85c1d-31bf-4d3e-9e65-50b31773db2f?fields=security_groups HTTP/1.1" 200 1258 0.044060 10.0.0.249 - - [2025-09-11 03:23:34] "POST /fqname-to-id HTTP/1.1" 404 196 0.026002 10.0.0.49 - - [2025-09-11 03:23:34] "GET /projects?obj_uuids=f1040846-80d5-46a5-a112-7da246e0ac6d&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003572 10.0.0.49 - - [2025-09-11 03:23:34] "GET /domains?obj_uuids=6cefd47d-baca-4df6-a10c-ec963319da07&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001096 10.0.0.49 - - [2025-09-11 03:23:34] "GET /domain/6cefd47d-baca-4df6-a10c-ec963319da07?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007128 10.0.0.49 - - [2025-09-11 03:23:34] "POST /id-to-fqname HTTP/1.1" 200 198 0.006393 10.0.0.49 - - [2025-09-11 03:23:35] "POST /fqname-to-id HTTP/1.1" 404 207 0.005695 10.0.0.49 - - [2025-09-11 03:23:35] "POST /security-groups HTTP/1.1" 200 599 0.032603 10.0.0.49 - - [2025-09-11 03:23:35] "POST /projects HTTP/1.1" 200 601 0.266382 10.0.0.49 - - [2025-09-11 03:23:35] "POST /access-control-lists HTTP/1.1" 200 604 0.025893 10.0.0.49 - - [2025-09-11 03:23:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.346880 10.0.0.249 - - [2025-09-11 03:23:35] "GET /project/f1040846-80d5-46a5-a112-7da246e0ac6d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.494646 10.0.0.249 - - [2025-09-11 03:23:36] "GET / HTTP/1.1" 200 35931 0.001364 10.0.0.249 - - [2025-09-11 03:23:36] "POST /fqname-to-id HTTP/1.1" 401 293 0.000455 10.0.0.249 - - [2025-09-11 03:23:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.053394 10.0.0.49 - - [2025-09-11 03:23:36] "GET /projects?obj_uuids=f1040846-80d5-46a5-a112-7da246e0ac6d&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000924 10.0.0.249 - - [2025-09-11 03:23:37] "GET /project/f1040846-80d5-46a5-a112-7da246e0ac6d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.050028 10.0.0.49 - - [2025-09-11 03:23:37] "POST /route-targets HTTP/1.1" 200 327 0.012276 10.0.0.49 - - [2025-09-11 03:23:37] "POST /useragent-kv HTTP/1.1" 200 115 0.013000 10.0.0.249 - - [2025-09-11 03:23:37] "POST /neutron/subnet HTTP/1.1" 200 716 0.233916 10.0.0.249 - - [2025-09-11 03:23:37] "POST /id-to-fqname HTTP/1.1" 200 222 0.001360 10.0.0.249 - - [2025-09-11 03:23:37] "GET /virtual-network/208d7fe7-7f66-467b-b2f4-df479231de23?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2556 0.006783 10.0.0.249 - - [2025-09-11 03:23:37] "POST /neutron/network HTTP/1.1" 200 974 0.009512 10.0.0.249 - - [2025-09-11 03:23:37] "GET /virtual-network/208d7fe7-7f66-467b-b2f4-df479231de23?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2556 0.005532 10.0.0.249 - - [2025-09-11 03:23:37] "POST /neutron/subnet HTTP/1.1" 200 720 0.009925 10.0.0.249 - - [2025-09-11 03:23:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003466 10.0.0.49 - - [2025-09-11 03:23:37] "GET /projects?obj_uuids=f1040846-80d5-46a5-a112-7da246e0ac6d&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001335 10.0.0.249 - - [2025-09-11 03:23:37] "GET /project/f1040846-80d5-46a5-a112-7da246e0ac6d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.061246 10.0.0.49 - - [2025-09-11 03:23:38] "POST /ref-update HTTP/1.1" 200 156 0.029619 10.0.0.49 - - [2025-09-11 03:23:38] "POST /useragent-kv HTTP/1.1" 200 115 0.009577 10.0.0.249 - - [2025-09-11 03:23:38] "POST /neutron/subnet HTTP/1.1" 200 716 0.254090 10.0.0.49 - - [2025-09-11 03:23:38] "POST /fqname-to-id HTTP/1.1" 404 207 0.068327 10.0.0.249 - - [2025-09-11 03:23:38] "POST /id-to-fqname HTTP/1.1" 200 222 0.001199 10.0.0.249 - - [2025-09-11 03:23:38] "GET /virtual-network/f7b54cd8-eb39-4ba6-98e1-fa61714ee3e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2557 0.008836 10.0.0.249 - - [2025-09-11 03:23:38] "POST /neutron/network HTTP/1.1" 200 974 0.008874 10.0.0.249 - - [2025-09-11 03:23:38] "GET /virtual-network/f7b54cd8-eb39-4ba6-98e1-fa61714ee3e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2557 0.005244 10.0.0.249 - - [2025-09-11 03:23:38] "POST /neutron/subnet HTTP/1.1" 200 720 0.009450 10.0.0.249 - - [2025-09-11 03:23:38] "POST /id-to-fqname HTTP/1.1" 200 222 0.001003 10.0.0.249 - - [2025-09-11 03:23:39] "POST /neutron/network HTTP/1.1" 200 984 0.008522 10.0.0.49 - - [2025-09-11 03:23:39] "GET /projects?obj_uuids=f1040846-80d5-46a5-a112-7da246e0ac6d&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000964 10.0.0.249 - - [2025-09-11 03:23:39] "GET /project/f1040846-80d5-46a5-a112-7da246e0ac6d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.068233 10.0.0.249 - - [2025-09-11 03:23:40] "POST /neutron/security_group HTTP/1.1" 200 2076 0.007308 10.0.0.249 - - [2025-09-11 03:23:40] "POST /id-to-fqname HTTP/1.1" 200 222 0.001338 10.0.0.249 - - [2025-09-11 03:23:40] "POST /neutron/network HTTP/1.1" 200 984 0.007502 10.0.0.249 - - [2025-09-11 03:23:40] "POST /neutron/network HTTP/1.1" 200 984 0.008363 10.0.0.249 - - [2025-09-11 03:23:41] "POST /neutron/port HTTP/1.1" 200 1206 0.154223 10.0.0.249 - - [2025-09-11 03:23:41] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003937 10.0.0.249 - - [2025-09-11 03:23:41] "POST /neutron/port HTTP/1.1" 200 117 0.001069 10.0.0.49 - - [2025-09-11 03:23:41] "GET /projects?obj_uuids=f1040846-80d5-46a5-a112-7da246e0ac6d&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000927 10.0.0.249 - - [2025-09-11 03:23:41] "GET /project/f1040846-80d5-46a5-a112-7da246e0ac6d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.096763 10.0.0.249 - - [2025-09-11 03:23:41] "POST /neutron/port HTTP/1.1" 200 5133 0.055319 10.0.0.249 - - [2025-09-11 03:23:41] "POST /neutron/port HTTP/1.1" 200 1180 0.014098 10.0.0.249 - - [2025-09-11 03:23:47] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008212 10.0.0.249 - - [2025-09-11 03:23:47] "POST /neutron/port HTTP/1.1" 200 1180 0.017360 10.0.0.249 - - [2025-09-11 03:23:47] "GET /virtual-machine/5d3d870e-9e09-4abc-b886-4bcbf786a50a HTTP/1.1" 401 293 0.000414 10.0.0.249 - - [2025-09-11 03:23:47] "GET /virtual-machine/5d3d870e-9e09-4abc-b886-4bcbf786a50a HTTP/1.1" 200 1300 0.027879 10.0.0.249 - - [2025-09-11 03:23:47] "GET /virtual-machine-interface/80352a7f-6625-499e-9dfa-a38609bb699f HTTP/1.1" 200 3157 0.005694 10.0.0.249 - - [2025-09-11 03:23:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003100 10.0.0.249 - - [2025-09-11 03:23:47] "GET /global-vrouter-config/34ac33d4-7223-40b7-b082-da1d7603178b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003555 10.0.0.249 - - [2025-09-11 03:23:47] "GET /virtual-networks?parent_id=f1040846-80d5-46a5-a112-7da246e0ac6d&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.002838 10.0.0.249 - - [2025-09-11 03:23:47] "GET /virtual-network/208d7fe7-7f66-467b-b2f4-df479231de23?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2556 0.005948 10.0.0.249 - - [2025-09-11 03:23:50] "POST /neutron/security_group HTTP/1.1" 200 2066 0.027717 10.0.0.249 - - [2025-09-11 03:23:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003214 10.0.0.249 - - [2025-09-11 03:23:50] "GET /virtual-network/208d7fe7-7f66-467b-b2f4-df479231de23?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2556 0.005727 10.0.0.249 - - [2025-09-11 03:23:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003463 10.0.0.249 - - [2025-09-11 03:23:52] "GET /global-vrouter-config/34ac33d4-7223-40b7-b082-da1d7603178b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004188 10.0.0.249 - - [2025-09-11 03:23:52] "GET /virtual-networks?parent_id=f1040846-80d5-46a5-a112-7da246e0ac6d&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.002831 10.0.0.249 - - [2025-09-11 03:23:52] "GET /virtual-network/208d7fe7-7f66-467b-b2f4-df479231de23?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2556 0.006395 10.0.0.249 - - [2025-09-11 03:23:53] "POST /fqname-to-id HTTP/1.1" 404 209 0.003075 10.0.0.249 - - [2025-09-11 03:23:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002922 10.0.0.49 - - [2025-09-11 03:23:53] "GET /projects?obj_uuids=f1040846-80d5-46a5-a112-7da246e0ac6d&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001132 10.0.0.249 - - [2025-09-11 03:23:53] "GET /project/f1040846-80d5-46a5-a112-7da246e0ac6d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.044479 10.0.0.249 - - [2025-09-11 03:23:53] "POST /network-policys HTTP/1.1" 200 533 0.026036 10.0.0.249 - - [2025-09-11 03:23:53] "GET /network-policy/d4bc51ac-676d-46b4-920f-6522dfdcc7bb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2096 0.006581 10.0.0.249 - - [2025-09-11 03:23:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003006 10.0.0.249 - - [2025-09-11 03:23:53] "GET /virtual-network/208d7fe7-7f66-467b-b2f4-df479231de23?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2556 0.006301 10.0.0.249 - - [2025-09-11 03:23:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002853 10.0.0.249 - - [2025-09-11 03:23:53] "GET /network-policy/d4bc51ac-676d-46b4-920f-6522dfdcc7bb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2096 0.004435 10.0.0.249 - - [2025-09-11 03:23:53] "POST /ref-update HTTP/1.1" 200 156 0.052374 10.0.0.249 - - [2025-09-11 03:23:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002853 10.0.0.249 - - [2025-09-11 03:23:53] "GET /network-policy/d4bc51ac-676d-46b4-920f-6522dfdcc7bb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2096 0.003962 10.0.0.249 - - [2025-09-11 03:23:53] "POST /neutron/network HTTP/1.1" 200 1060 0.010828 10.0.0.249 - - [2025-09-11 03:23:53] "GET /virtual-network/208d7fe7-7f66-467b-b2f4-df479231de23?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2863 0.004573 10.0.0.249 - - [2025-09-11 03:23:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003056 10.0.0.249 - - [2025-09-11 03:23:53] "GET /network-policy/d4bc51ac-676d-46b4-920f-6522dfdcc7bb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2096 0.004535 10.0.0.249 - - [2025-09-11 03:23:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003221 10.0.0.249 - - [2025-09-11 03:23:53] "GET /virtual-network/f7b54cd8-eb39-4ba6-98e1-fa61714ee3e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2557 0.006082 10.0.0.249 - - [2025-09-11 03:23:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002859 10.0.0.249 - - [2025-09-11 03:23:53] "GET /network-policy/d4bc51ac-676d-46b4-920f-6522dfdcc7bb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2096 0.003788 10.0.0.49 - - [2025-09-11 03:23:53] "POST /fqname-to-id HTTP/1.1" 404 207 0.008155 10.0.0.49 - - [2025-09-11 03:23:54] "PUT /access-control-list/2e2ebbd4-778f-4ffe-a39a-1627ab21bfc9 HTTP/1.1" 200 272 0.015900 10.0.0.249 - - [2025-09-11 03:23:54] "POST /ref-update HTTP/1.1" 200 156 0.057138 10.0.0.249 - - [2025-09-11 03:23:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.002977 10.0.0.249 - - [2025-09-11 03:23:54] "GET /network-policy/d4bc51ac-676d-46b4-920f-6522dfdcc7bb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2096 0.003768 10.0.0.49 - - [2025-09-11 03:23:54] "POST /ref-update HTTP/1.1" 200 156 0.026160 10.0.0.249 - - [2025-09-11 03:23:54] "GET /virtual-network/f7b54cd8-eb39-4ba6-98e1-fa61714ee3e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2864 0.007422 10.0.0.249 - - [2025-09-11 03:23:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.007401 10.0.0.249 - - [2025-09-11 03:23:54] "GET /network-policy/d4bc51ac-676d-46b4-920f-6522dfdcc7bb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2096 0.003961 10.0.0.249 - - [2025-09-11 03:23:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.002922 10.0.0.49 - - [2025-09-11 03:23:54] "GET /projects?obj_uuids=f1040846-80d5-46a5-a112-7da246e0ac6d&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001114 10.0.0.249 - - [2025-09-11 03:23:54] "GET /project/f1040846-80d5-46a5-a112-7da246e0ac6d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.054729 10.0.0.49 - - [2025-09-11 03:23:54] "GET /projects?obj_uuids=f1040846-80d5-46a5-a112-7da246e0ac6d&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000896 10.0.0.249 - - [2025-09-11 03:23:54] "POST /neutron/network HTTP/1.1" 200 585 0.123146 10.0.0.249 - - [2025-09-11 03:23:54] "POST /id-to-fqname HTTP/1.1" 200 214 0.003130 10.0.0.249 - - [2025-09-11 03:23:54] "GET /virtual-network/ebd3f8d9-9072-42c6-b487-ca33fd026c2e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2000 0.005183 10.0.0.249 - - [2025-09-11 03:23:54] "POST /neutron/network HTTP/1.1" 200 799 0.006450 10.0.0.249 - - [2025-09-11 03:23:54] "GET /virtual-network/ebd3f8d9-9072-42c6-b487-ca33fd026c2e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2000 0.004997 10.0.0.249 - - [2025-09-11 03:23:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004533 10.0.0.49 - - [2025-09-11 03:23:54] "GET /projects?obj_uuids=f1040846-80d5-46a5-a112-7da246e0ac6d&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001251 10.0.0.249 - - [2025-09-11 03:23:54] "GET /project/f1040846-80d5-46a5-a112-7da246e0ac6d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.044117 10.0.0.249 - - [2025-09-11 03:23:54] "POST /neutron/network HTTP/1.1" 200 117 0.014511 10.0.0.49 - - [2025-09-11 03:23:55] "POST /route-targets HTTP/1.1" 200 327 0.019313 10.0.0.249 - - [2025-09-11 03:23:55] "POST /neutron/network HTTP/1.1" 200 799 0.008802 10.0.0.249 - - [2025-09-11 03:23:55] "POST /id-to-fqname HTTP/1.1" 200 214 0.001340 10.0.0.249 - - [2025-09-11 03:23:55] "GET /virtual-network/de3daf3c-3107-417c-9292-765ff0ceb84a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2000 0.005445 10.0.0.249 - - [2025-09-11 03:23:55] "GET /virtual-network/de3daf3c-3107-417c-9292-765ff0ceb84a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2000 0.006890 10.0.0.249 - - [2025-09-11 03:23:55] "POST /neutron/subnet HTTP/1.1" 200 701 0.008944 10.0.0.249 - - [2025-09-11 03:23:55] "POST /fqname-to-id HTTP/1.1" 404 239 0.003282 10.0.0.249 - - [2025-09-11 03:23:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003284 10.0.0.49 - - [2025-09-11 03:23:55] "GET /projects?obj_uuids=f1040846-80d5-46a5-a112-7da246e0ac6d&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001285 10.0.0.249 - - [2025-09-11 03:23:55] "GET /project/f1040846-80d5-46a5-a112-7da246e0ac6d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.051017 10.0.0.249 - - [2025-09-11 03:23:55] "POST /network-policys HTTP/1.1" 200 587 0.028790 10.0.0.249 - - [2025-09-11 03:23:55] "GET /network-policy/5344b1ea-ab54-418b-a44e-28b3b80a001d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2160 0.005861 10.0.0.249 - - [2025-09-11 03:23:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.002637 10.0.0.249 - - [2025-09-11 03:23:55] "GET /virtual-network/ebd3f8d9-9072-42c6-b487-ca33fd026c2e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2000 0.005733 10.0.0.249 - - [2025-09-11 03:23:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003620 10.0.0.249 - - [2025-09-11 03:23:55] "GET /network-policy/5344b1ea-ab54-418b-a44e-28b3b80a001d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2160 0.005034 10.0.0.249 - - [2025-09-11 03:23:55] "POST /ref-update HTTP/1.1" 200 156 0.060009 10.0.0.249 - - [2025-09-11 03:23:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003702 10.0.0.49 - - [2025-09-11 03:23:55] "POST /access-control-lists HTTP/1.1" 200 554 0.085954 10.0.0.249 - - [2025-09-11 03:23:55] "GET /network-policy/5344b1ea-ab54-418b-a44e-28b3b80a001d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2160 0.007658 10.0.0.249 - - [2025-09-11 03:23:55] "GET /virtual-network/ebd3f8d9-9072-42c6-b487-ca33fd026c2e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2333 0.007432 10.0.0.249 - - [2025-09-11 03:23:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.002956 10.0.0.249 - - [2025-09-11 03:23:56] "GET /network-policy/5344b1ea-ab54-418b-a44e-28b3b80a001d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2160 0.004408 10.0.0.249 - - [2025-09-11 03:23:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.002653 10.0.0.249 - - [2025-09-11 03:23:56] "GET /virtual-network/de3daf3c-3107-417c-9292-765ff0ceb84a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2000 0.005467 10.0.0.249 - - [2025-09-11 03:23:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.002870 10.0.0.249 - - [2025-09-11 03:23:56] "GET /network-policy/5344b1ea-ab54-418b-a44e-28b3b80a001d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2160 0.003860 10.0.0.249 - - [2025-09-11 03:23:56] "POST /ref-update HTTP/1.1" 200 156 0.075205 10.0.0.249 - - [2025-09-11 03:23:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.008109 10.0.0.49 - - [2025-09-11 03:23:56] "POST /access-control-lists HTTP/1.1" 200 554 0.046734 10.0.0.249 - - [2025-09-11 03:23:56] "GET /network-policy/5344b1ea-ab54-418b-a44e-28b3b80a001d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2160 0.006141 10.0.0.249 - - [2025-09-11 03:23:56] "GET /virtual-network/de3daf3c-3107-417c-9292-765ff0ceb84a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2334 0.011444 10.0.0.249 - - [2025-09-11 03:23:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003162 10.0.0.249 - - [2025-09-11 03:23:56] "GET /network-policy/5344b1ea-ab54-418b-a44e-28b3b80a001d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2160 0.004415 10.0.0.249 - - [2025-09-11 03:23:56] "POST /id-to-fqname HTTP/1.1" 200 214 0.001134 10.0.0.249 - - [2025-09-11 03:23:56] "POST /neutron/port HTTP/1.1" 200 5133 0.064297 10.0.0.49 - - [2025-09-11 03:23:57] "GET /projects?obj_uuids=f1040846-80d5-46a5-a112-7da246e0ac6d&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001026 10.0.0.249 - - [2025-09-11 03:23:57] "GET /project/f1040846-80d5-46a5-a112-7da246e0ac6d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.064893 10.0.0.249 - - [2025-09-11 03:23:57] "POST /neutron/network HTTP/1.1" 200 912 0.029554 10.0.0.249 - - [2025-09-11 03:23:57] "POST /neutron/port HTTP/1.1" 200 117 0.005464 10.0.0.249 - - [2025-09-11 03:23:57] "POST /id-to-fqname HTTP/1.1" 200 214 0.001322 10.0.0.249 - - [2025-09-11 03:23:58] "POST /neutron/security_group HTTP/1.1" 200 4024 0.009053 10.0.0.249 - - [2025-09-11 03:23:58] "POST /neutron/port HTTP/1.1" 200 1063 0.017965 10.0.0.249 - - [2025-09-11 03:23:58] "POST /neutron/port HTTP/1.1" 200 1091 0.020075 10.0.0.249 - - [2025-09-11 03:23:58] "POST /neutron/port HTTP/1.1" 200 117 0.002099 10.0.0.49 - - [2025-09-11 03:23:58] "GET /projects?obj_uuids=f1040846-80d5-46a5-a112-7da246e0ac6d&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001325 10.0.0.249 - - [2025-09-11 03:23:59] "GET /project/f1040846-80d5-46a5-a112-7da246e0ac6d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.071628 10.0.0.249 - - [2025-09-11 03:23:59] "POST /neutron/port HTTP/1.1" 200 6107 0.077141 10.0.0.249 - - [2025-09-11 03:23:59] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.003371 10.0.0.249 - - [2025-09-11 03:23:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003175 10.0.0.249 - - [2025-09-11 03:23:59] "GET /bgp-router/5eb89423-7589-4ad8-a082-2caf07309dfd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2848 0.005085 10.0.0.249 - - [2025-09-11 03:24:00] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.004353 10.0.0.249 - - [2025-09-11 03:24:00] "GET /bgp-router/5eb89423-7589-4ad8-a082-2caf07309dfd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2848 0.008271 10.0.0.249 - - [2025-09-11 03:24:00] "GET /bgp-router/5eb89423-7589-4ad8-a082-2caf07309dfd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2848 0.005210 10.0.0.249 - - [2025-09-11 03:24:00] "PUT /bgp-router/5eb89423-7589-4ad8-a082-2caf07309dfd HTTP/1.1" 200 254 0.029661 10.0.0.249 - - [2025-09-11 03:24:00] "PUT /bgp-router/5eb89423-7589-4ad8-a082-2caf07309dfd HTTP/1.1" 200 254 0.043188 10.0.0.249 - - [2025-09-11 03:24:00] "GET /bgp-router/9541799b-ea87-4301-9b0a-0b99fd5e532c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2849 0.006217 10.0.0.249 - - [2025-09-11 03:24:00] "GET /bgp-router/9541799b-ea87-4301-9b0a-0b99fd5e532c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2849 0.005098 10.0.0.249 - - [2025-09-11 03:24:01] "PUT /bgp-router/9541799b-ea87-4301-9b0a-0b99fd5e532c HTTP/1.1" 200 254 0.035301 10.0.0.249 - - [2025-09-11 03:24:01] "PUT /bgp-router/9541799b-ea87-4301-9b0a-0b99fd5e532c HTTP/1.1" 200 254 0.039780 10.0.0.249 - - [2025-09-11 03:24:01] "GET /bgp-router/eb872124-7d16-4207-940e-399c77edb5f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2851 0.005663 10.0.0.249 - - [2025-09-11 03:24:01] "GET /bgp-router/eb872124-7d16-4207-940e-399c77edb5f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2851 0.004359 10.0.0.249 - - [2025-09-11 03:24:01] "PUT /bgp-router/eb872124-7d16-4207-940e-399c77edb5f8 HTTP/1.1" 200 254 0.040481 10.0.0.249 - - [2025-09-11 03:24:01] "PUT /bgp-router/eb872124-7d16-4207-940e-399c77edb5f8 HTTP/1.1" 200 254 0.044224 10.0.0.249 - - [2025-09-11 03:24:01] "GET /bgp-router/5eb89423-7589-4ad8-a082-2caf07309dfd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2848 0.005775 10.0.0.249 - - [2025-09-11 03:24:01] "GET /bgp-router/5eb89423-7589-4ad8-a082-2caf07309dfd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2848 0.004921 10.0.0.249 - - [2025-09-11 03:24:01] "PUT /bgp-router/5eb89423-7589-4ad8-a082-2caf07309dfd HTTP/1.1" 200 254 0.034272 10.0.0.249 - - [2025-09-11 03:24:01] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.003356 10.0.0.249 - - [2025-09-11 03:24:01] "GET /bgp-router/5eb89423-7589-4ad8-a082-2caf07309dfd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2848 0.006392 10.0.0.249 - - [2025-09-11 03:24:01] "GET /bgp-router/5eb89423-7589-4ad8-a082-2caf07309dfd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2848 0.004171 10.0.0.249 - - [2025-09-11 03:24:01] "PUT /bgp-router/5eb89423-7589-4ad8-a082-2caf07309dfd HTTP/1.1" 200 254 0.033073 10.0.0.249 - - [2025-09-11 03:24:01] "PUT /bgp-router/5eb89423-7589-4ad8-a082-2caf07309dfd HTTP/1.1" 200 254 0.041306 10.0.0.249 - - [2025-09-11 03:24:01] "GET /bgp-router/9541799b-ea87-4301-9b0a-0b99fd5e532c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2849 0.009501 10.0.0.249 - - [2025-09-11 03:24:01] "GET /bgp-router/9541799b-ea87-4301-9b0a-0b99fd5e532c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2849 0.021377 10.0.0.249 - - [2025-09-11 03:24:01] "PUT /bgp-router/9541799b-ea87-4301-9b0a-0b99fd5e532c HTTP/1.1" 200 254 0.025947 10.0.0.249 - - [2025-09-11 03:24:01] "PUT /bgp-router/9541799b-ea87-4301-9b0a-0b99fd5e532c HTTP/1.1" 200 254 0.039874 10.0.0.249 - - [2025-09-11 03:24:01] "GET /bgp-router/eb872124-7d16-4207-940e-399c77edb5f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2851 0.005125 10.0.0.249 - - [2025-09-11 03:24:01] "GET /bgp-router/eb872124-7d16-4207-940e-399c77edb5f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2851 0.005775 10.0.0.249 - - [2025-09-11 03:24:01] "PUT /bgp-router/eb872124-7d16-4207-940e-399c77edb5f8 HTTP/1.1" 200 254 0.031703 10.0.0.249 - - [2025-09-11 03:24:01] "PUT /bgp-router/eb872124-7d16-4207-940e-399c77edb5f8 HTTP/1.1" 200 254 0.050251 10.0.0.249 - - [2025-09-11 03:24:02] "GET /bgp-router/9541799b-ea87-4301-9b0a-0b99fd5e532c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2849 0.009288 10.0.0.249 - - [2025-09-11 03:24:02] "GET /bgp-router/9541799b-ea87-4301-9b0a-0b99fd5e532c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2849 0.004600 10.0.0.249 - - [2025-09-11 03:24:02] "PUT /bgp-router/9541799b-ea87-4301-9b0a-0b99fd5e532c HTTP/1.1" 200 254 0.023171 10.0.0.249 - - [2025-09-11 03:24:02] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.003693 10.0.0.249 - - [2025-09-11 03:24:02] "GET /bgp-router/5eb89423-7589-4ad8-a082-2caf07309dfd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2848 0.007173 10.0.0.249 - - [2025-09-11 03:24:02] "GET /bgp-router/5eb89423-7589-4ad8-a082-2caf07309dfd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2848 0.006281 10.0.0.249 - - [2025-09-11 03:24:02] "PUT /bgp-router/5eb89423-7589-4ad8-a082-2caf07309dfd HTTP/1.1" 200 254 0.045171 10.0.0.249 - - [2025-09-11 03:24:02] "PUT /bgp-router/5eb89423-7589-4ad8-a082-2caf07309dfd HTTP/1.1" 200 254 0.047346 10.0.0.249 - - [2025-09-11 03:24:02] "GET /bgp-router/9541799b-ea87-4301-9b0a-0b99fd5e532c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2849 0.006253 10.0.0.249 - - [2025-09-11 03:24:02] "GET /bgp-router/9541799b-ea87-4301-9b0a-0b99fd5e532c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2849 0.005650 10.0.0.249 - - [2025-09-11 03:24:02] "PUT /bgp-router/9541799b-ea87-4301-9b0a-0b99fd5e532c HTTP/1.1" 200 254 0.027458 10.0.0.249 - - [2025-09-11 03:24:02] "PUT /bgp-router/9541799b-ea87-4301-9b0a-0b99fd5e532c HTTP/1.1" 200 254 0.033617 10.0.0.249 - - [2025-09-11 03:24:02] "GET /bgp-router/eb872124-7d16-4207-940e-399c77edb5f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2851 0.007952 10.0.0.249 - - [2025-09-11 03:24:02] "GET /bgp-router/eb872124-7d16-4207-940e-399c77edb5f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2851 0.006651 10.0.0.249 - - [2025-09-11 03:24:02] "PUT /bgp-router/eb872124-7d16-4207-940e-399c77edb5f8 HTTP/1.1" 200 254 0.025000 10.0.0.249 - - [2025-09-11 03:24:02] "PUT /bgp-router/eb872124-7d16-4207-940e-399c77edb5f8 HTTP/1.1" 200 254 0.041377 10.0.0.249 - - [2025-09-11 03:24:02] "GET /bgp-router/eb872124-7d16-4207-940e-399c77edb5f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2851 0.004591 10.0.0.249 - - [2025-09-11 03:24:02] "GET /bgp-router/eb872124-7d16-4207-940e-399c77edb5f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2851 0.005081 10.0.0.249 - - [2025-09-11 03:24:02] "PUT /bgp-router/eb872124-7d16-4207-940e-399c77edb5f8 HTTP/1.1" 200 254 0.023772 10.0.0.249 - - [2025-09-11 03:24:02] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.003058 10.0.0.249 - - [2025-09-11 03:24:02] "GET /bgp-router/5eb89423-7589-4ad8-a082-2caf07309dfd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2848 0.004795 10.0.0.249 - - [2025-09-11 03:24:02] "GET /bgp-router/5eb89423-7589-4ad8-a082-2caf07309dfd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2848 0.004973 10.0.0.249 - - [2025-09-11 03:24:02] "PUT /bgp-router/5eb89423-7589-4ad8-a082-2caf07309dfd HTTP/1.1" 200 254 0.023988 10.0.0.249 - - [2025-09-11 03:24:02] "PUT /bgp-router/5eb89423-7589-4ad8-a082-2caf07309dfd HTTP/1.1" 200 254 0.033331 10.0.0.249 - - [2025-09-11 03:24:03] "GET /bgp-router/9541799b-ea87-4301-9b0a-0b99fd5e532c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2912 0.010988 10.0.0.249 - - [2025-09-11 03:24:03] "GET /bgp-router/9541799b-ea87-4301-9b0a-0b99fd5e532c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2912 0.004698 10.0.0.249 - - [2025-09-11 03:24:03] "PUT /bgp-router/9541799b-ea87-4301-9b0a-0b99fd5e532c HTTP/1.1" 200 254 0.028253 10.0.0.249 - - [2025-09-11 03:24:03] "PUT /bgp-router/9541799b-ea87-4301-9b0a-0b99fd5e532c HTTP/1.1" 200 254 0.048610 10.0.0.249 - - [2025-09-11 03:24:03] "GET /bgp-router/eb872124-7d16-4207-940e-399c77edb5f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2977 0.004155 10.0.0.249 - - [2025-09-11 03:24:03] "GET /bgp-router/eb872124-7d16-4207-940e-399c77edb5f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2977 0.006045 10.0.0.249 - - [2025-09-11 03:24:03] "PUT /bgp-router/eb872124-7d16-4207-940e-399c77edb5f8 HTTP/1.1" 200 254 0.033434 10.0.0.249 - - [2025-09-11 03:24:03] "PUT /bgp-router/eb872124-7d16-4207-940e-399c77edb5f8 HTTP/1.1" 200 254 0.027742 10.0.0.49 - - [2025-09-11 03:24:05] "DELETE /access-control-list/76ec4e5b-c00e-44b2-bfc9-46ad4512207f HTTP/1.1" 200 115 0.057364 10.0.0.49 - - [2025-09-11 03:24:06] "DELETE /project/f104084680d546a5a1127da246e0ac6d HTTP/1.1" 404 173 0.010397 10.0.0.49 - - [2025-09-11 03:24:06] "DELETE /project/d720fedded9842b59a59ba3e24a2cc3d HTTP/1.1" 404 173 0.009775 10.0.0.49 - - [2025-09-11 03:24:06] "DELETE /project/de08450a-2303-4439-ad55-1e3186984803 HTTP/1.1" 404 177 0.012156 10.0.0.49 - - [2025-09-11 03:24:06] "DELETE /project/7dc85c1d31bf4d3e9e6550b31773db2f HTTP/1.1" 404 173 0.009212 10.0.0.49 - - [2025-09-11 03:24:06] "GET /projects?obj_uuids=d720fedd-ed98-42b5-9a59-ba3e24a2cc3d&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000849 10.0.0.49 - - [2025-09-11 03:24:06] "GET /projects?obj_uuids=7dc85c1d-31bf-4d3e-9e65-50b31773db2f&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000768 10.0.0.49 - - [2025-09-11 03:24:06] "GET /project/d720fedd-ed98-42b5-9a59-ba3e24a2cc3d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1493 0.043383 10.0.0.49 - - [2025-09-11 03:24:06] "GET /projects?obj_uuids=d720fedd-ed98-42b5-9a59-ba3e24a2cc3d&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001086 10.0.0.49 - - [2025-09-11 03:24:06] "GET /project/7dc85c1d-31bf-4d3e-9e65-50b31773db2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1468 0.062093 10.0.0.49 - - [2025-09-11 03:24:06] "GET /projects?obj_uuids=7dc85c1d-31bf-4d3e-9e65-50b31773db2f&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001567 10.0.0.49 - - [2025-09-11 03:24:06] "GET /project/d720fedd-ed98-42b5-9a59-ba3e24a2cc3d?fields=security_groups HTTP/1.1" 200 1382 0.056343 10.0.0.49 - - [2025-09-11 03:24:06] "GET /project/7dc85c1d-31bf-4d3e-9e65-50b31773db2f?fields=security_groups HTTP/1.1" 200 1363 0.075047 10.0.0.49 - - [2025-09-11 03:24:06] "DELETE /security-group/d169dac5-77ca-46d5-8c84-274b6fc02b1b HTTP/1.1" 200 115 0.060683 10.0.0.49 - - [2025-09-11 03:24:06] "GET /projects?obj_uuids=d720fedd-ed98-42b5-9a59-ba3e24a2cc3d&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000914 10.0.0.49 - - [2025-09-11 03:24:06] "DELETE /security-group/e730fae6-a23c-49be-8c78-1d2b09f8c36c HTTP/1.1" 200 115 0.089099 10.0.0.49 - - [2025-09-11 03:24:06] "GET /project/d720fedd-ed98-42b5-9a59-ba3e24a2cc3d?fields=application_policy_sets HTTP/1.1" 200 1421 0.074338 10.0.0.49 - - [2025-09-11 03:24:06] "GET /projects?obj_uuids=7dc85c1d-31bf-4d3e-9e65-50b31773db2f&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001601 10.0.0.49 - - [2025-09-11 03:24:06] "GET /project/7dc85c1d-31bf-4d3e-9e65-50b31773db2f?fields=application_policy_sets HTTP/1.1" 200 1402 0.065198 10.0.0.49 - - [2025-09-11 03:24:06] "DELETE /access-control-list/b11572b6-e479-4aa1-b6d0-cf2b213a7aaf HTTP/1.1" 200 115 0.055034 10.0.0.49 - - [2025-09-11 03:24:06] "DELETE /project/d720fedd-ed98-42b5-9a59-ba3e24a2cc3d HTTP/1.1" 200 115 0.527502 10.0.0.49 - - [2025-09-11 03:24:06] "DELETE /project/7dc85c1d-31bf-4d3e-9e65-50b31773db2f HTTP/1.1" 200 115 0.559352 10.0.0.249 - - [2025-09-11 03:24:07] "POST /neutron/port HTTP/1.1" 200 1091 0.014389 10.0.0.249 - - [2025-09-11 03:24:08] "POST /neutron/port HTTP/1.1" 200 1105 0.017489 10.0.0.249 - - [2025-09-11 03:24:09] "POST /neutron/subnet HTTP/1.1" 200 693 0.009279 10.0.0.249 - - [2025-09-11 03:24:13] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.003358 10.0.0.249 - - [2025-09-11 03:24:13] "GET /bgp-router/5eb89423-7589-4ad8-a082-2caf07309dfd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2974 0.004611 10.0.0.249 - - [2025-09-11 03:24:13] "GET /bgp-router/5eb89423-7589-4ad8-a082-2caf07309dfd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2974 0.003836 10.0.0.249 - - [2025-09-11 03:24:13] "PUT /bgp-router/5eb89423-7589-4ad8-a082-2caf07309dfd HTTP/1.1" 200 254 0.025930 10.0.0.249 - - [2025-09-11 03:24:13] "PUT /bgp-router/5eb89423-7589-4ad8-a082-2caf07309dfd HTTP/1.1" 200 254 0.032183 10.0.0.249 - - [2025-09-11 03:24:13] "GET /bgp-router/9541799b-ea87-4301-9b0a-0b99fd5e532c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2912 0.006560 10.0.0.249 - - [2025-09-11 03:24:13] "GET /bgp-router/9541799b-ea87-4301-9b0a-0b99fd5e532c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2912 0.009518 10.0.0.249 - - [2025-09-11 03:24:13] "PUT /bgp-router/9541799b-ea87-4301-9b0a-0b99fd5e532c HTTP/1.1" 200 254 0.034036 10.0.0.249 - - [2025-09-11 03:24:13] "PUT /bgp-router/9541799b-ea87-4301-9b0a-0b99fd5e532c HTTP/1.1" 200 254 0.037950 10.0.0.249 - - [2025-09-11 03:24:13] "GET /bgp-router/eb872124-7d16-4207-940e-399c77edb5f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2851 0.005620 10.0.0.249 - - [2025-09-11 03:24:13] "GET /bgp-router/eb872124-7d16-4207-940e-399c77edb5f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2851 0.003963 10.0.0.249 - - [2025-09-11 03:24:13] "PUT /bgp-router/eb872124-7d16-4207-940e-399c77edb5f8 HTTP/1.1" 200 254 0.036293 10.0.0.249 - - [2025-09-11 03:24:13] "PUT /bgp-router/eb872124-7d16-4207-940e-399c77edb5f8 HTTP/1.1" 200 254 0.045404 10.0.0.249 - - [2025-09-11 03:24:13] "GET /bgp-router/5eb89423-7589-4ad8-a082-2caf07309dfd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2848 0.010964 10.0.0.249 - - [2025-09-11 03:24:13] "GET /bgp-router/5eb89423-7589-4ad8-a082-2caf07309dfd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2848 0.012668 10.0.0.249 - - [2025-09-11 03:24:14] "PUT /bgp-router/5eb89423-7589-4ad8-a082-2caf07309dfd HTTP/1.1" 200 254 0.014875 10.0.0.249 - - [2025-09-11 03:24:14] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.003268 10.0.0.249 - - [2025-09-11 03:24:14] "GET /bgp-router/5eb89423-7589-4ad8-a082-2caf07309dfd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2848 0.005118 10.0.0.249 - - [2025-09-11 03:24:14] "GET /bgp-router/5eb89423-7589-4ad8-a082-2caf07309dfd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2848 0.003844 10.0.0.249 - - [2025-09-11 03:24:14] "PUT /bgp-router/5eb89423-7589-4ad8-a082-2caf07309dfd HTTP/1.1" 200 254 0.026045 10.0.0.249 - - [2025-09-11 03:24:14] "PUT /bgp-router/5eb89423-7589-4ad8-a082-2caf07309dfd HTTP/1.1" 200 254 0.044134 10.0.0.249 - - [2025-09-11 03:24:14] "GET /bgp-router/9541799b-ea87-4301-9b0a-0b99fd5e532c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2849 0.004898 10.0.0.249 - - [2025-09-11 03:24:14] "GET /bgp-router/9541799b-ea87-4301-9b0a-0b99fd5e532c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2849 0.003823 10.0.0.249 - - [2025-09-11 03:24:14] "PUT /bgp-router/9541799b-ea87-4301-9b0a-0b99fd5e532c HTTP/1.1" 200 254 0.041207 10.0.0.249 - - [2025-09-11 03:24:14] "PUT /bgp-router/9541799b-ea87-4301-9b0a-0b99fd5e532c HTTP/1.1" 200 254 0.040152 10.0.0.249 - - [2025-09-11 03:24:14] "GET /bgp-router/eb872124-7d16-4207-940e-399c77edb5f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2851 0.009133 10.0.0.249 - - [2025-09-11 03:24:14] "GET /bgp-router/eb872124-7d16-4207-940e-399c77edb5f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2851 0.007783 10.0.0.249 - - [2025-09-11 03:24:14] "PUT /bgp-router/eb872124-7d16-4207-940e-399c77edb5f8 HTTP/1.1" 200 254 0.025802 10.0.0.249 - - [2025-09-11 03:24:14] "PUT /bgp-router/eb872124-7d16-4207-940e-399c77edb5f8 HTTP/1.1" 200 254 0.043874 10.0.0.249 - - [2025-09-11 03:24:14] "GET /bgp-router/9541799b-ea87-4301-9b0a-0b99fd5e532c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2849 0.008416 10.0.0.249 - - [2025-09-11 03:24:14] "GET /bgp-router/9541799b-ea87-4301-9b0a-0b99fd5e532c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2849 0.004697 10.0.0.249 - - [2025-09-11 03:24:14] "PUT /bgp-router/9541799b-ea87-4301-9b0a-0b99fd5e532c HTTP/1.1" 200 254 0.018836 10.0.0.249 - - [2025-09-11 03:24:14] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.003063 10.0.0.249 - - [2025-09-11 03:24:14] "GET /bgp-router/5eb89423-7589-4ad8-a082-2caf07309dfd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2848 0.005604 10.0.0.249 - - [2025-09-11 03:24:14] "GET /bgp-router/5eb89423-7589-4ad8-a082-2caf07309dfd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2848 0.004657 10.0.0.249 - - [2025-09-11 03:24:14] "PUT /bgp-router/5eb89423-7589-4ad8-a082-2caf07309dfd HTTP/1.1" 200 254 0.025065 10.0.0.249 - - [2025-09-11 03:24:14] "PUT /bgp-router/5eb89423-7589-4ad8-a082-2caf07309dfd HTTP/1.1" 200 254 0.031498 10.0.0.249 - - [2025-09-11 03:24:14] "GET /bgp-router/9541799b-ea87-4301-9b0a-0b99fd5e532c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2849 0.010592 10.0.0.249 - - [2025-09-11 03:24:14] "GET /bgp-router/9541799b-ea87-4301-9b0a-0b99fd5e532c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2849 0.007017 10.0.0.249 - - [2025-09-11 03:24:14] "PUT /bgp-router/9541799b-ea87-4301-9b0a-0b99fd5e532c HTTP/1.1" 200 254 0.026871 10.0.0.249 - - [2025-09-11 03:24:15] "PUT /bgp-router/9541799b-ea87-4301-9b0a-0b99fd5e532c HTTP/1.1" 200 254 0.050064 10.0.0.249 - - [2025-09-11 03:24:15] "GET /bgp-router/eb872124-7d16-4207-940e-399c77edb5f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2851 0.005792 10.0.0.249 - - [2025-09-11 03:24:15] "GET /bgp-router/eb872124-7d16-4207-940e-399c77edb5f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2851 0.005843 10.0.0.249 - - [2025-09-11 03:24:15] "PUT /bgp-router/eb872124-7d16-4207-940e-399c77edb5f8 HTTP/1.1" 200 254 0.046993 10.0.0.249 - - [2025-09-11 03:24:15] "PUT /bgp-router/eb872124-7d16-4207-940e-399c77edb5f8 HTTP/1.1" 200 254 0.039740 10.0.0.249 - - [2025-09-11 03:24:15] "GET /bgp-router/eb872124-7d16-4207-940e-399c77edb5f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2851 0.009090 10.0.0.249 - - [2025-09-11 03:24:15] "GET /bgp-router/eb872124-7d16-4207-940e-399c77edb5f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2851 0.008264 10.0.0.249 - - [2025-09-11 03:24:15] "PUT /bgp-router/eb872124-7d16-4207-940e-399c77edb5f8 HTTP/1.1" 200 254 0.025197 10.0.0.249 - - [2025-09-11 03:24:15] "POST /ref-update HTTP/1.1" 200 156 0.043066 10.0.0.249 - - [2025-09-11 03:24:15] "POST /neutron/network HTTP/1.1" 200 799 0.015034 10.0.0.249 - - [2025-09-11 03:24:15] "GET /virtual-network/de3daf3c-3107-417c-9292-765ff0ceb84a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2000 0.011634 10.0.0.249 - - [2025-09-11 03:24:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.006722 10.0.0.49 - - [2025-09-11 03:24:15] "POST /ref-update HTTP/1.1" 200 156 0.026834 10.0.0.249 - - [2025-09-11 03:24:15] "GET /network-policy/5344b1ea-ab54-418b-a44e-28b3b80a001d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2160 0.010625 10.0.0.249 - - [2025-09-11 03:24:15] "POST /ref-update HTTP/1.1" 200 156 0.045063 10.0.0.249 - - [2025-09-11 03:24:15] "GET /virtual-network/ebd3f8d9-9072-42c6-b487-ca33fd026c2e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2000 0.019976 10.0.0.249 - - [2025-09-11 03:24:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003991 10.0.0.249 - - [2025-09-11 03:24:15] "GET /network-policy/5344b1ea-ab54-418b-a44e-28b3b80a001d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2160 0.003981 10.0.0.249 - - [2025-09-11 03:24:15] "DELETE /network-policy/5344b1ea-ab54-418b-a44e-28b3b80a001d HTTP/1.1" 200 115 0.041282 10.0.0.49 - - [2025-09-11 03:24:16] "POST /useragent-kv HTTP/1.1" 200 115 0.007800 10.0.0.49 - - [2025-09-11 03:24:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004775 10.0.0.49 - - [2025-09-11 03:24:16] "POST /useragent-kv HTTP/1.1" 200 115 0.003459 10.0.0.249 - - [2025-09-11 03:24:16] "POST /neutron/network HTTP/1.1" 200 151 0.115937 10.0.0.249 - - [2025-09-11 03:24:16] "POST /neutron/network HTTP/1.1" 400 204 0.012114 10.0.0.249 - - [2025-09-11 03:24:18] "POST /neutron/network HTTP/1.1" 200 799 0.007519 10.0.0.49 - - [2025-09-11 03:24:18] "DELETE /route-target/9af8e82a-e6c7-4a87-9fc1-ae6a6e089f17 HTTP/1.1" 200 115 0.022009 10.0.0.249 - - [2025-09-11 03:24:18] "POST /ref-update HTTP/1.1" 200 156 0.067677 10.0.0.249 - - [2025-09-11 03:24:18] "GET /virtual-network/f7b54cd8-eb39-4ba6-98e1-fa61714ee3e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2557 0.024607 10.0.0.249 - - [2025-09-11 03:24:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004123 10.0.0.249 - - [2025-09-11 03:24:18] "GET /network-policy/d4bc51ac-676d-46b4-920f-6522dfdcc7bb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2096 0.003940 10.0.0.249 - - [2025-09-11 03:24:18] "POST /ref-update HTTP/1.1" 200 156 0.053410 10.0.0.49 - - [2025-09-11 03:24:18] "DELETE /access-control-list/2e2ebbd4-778f-4ffe-a39a-1627ab21bfc9 HTTP/1.1" 200 115 0.051684 10.0.0.249 - - [2025-09-11 03:24:18] "POST /neutron/network HTTP/1.1" 200 974 0.038687 10.0.0.249 - - [2025-09-11 03:24:18] "GET /virtual-network/208d7fe7-7f66-467b-b2f4-df479231de23?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2556 0.005423 10.0.0.249 - - [2025-09-11 03:24:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003009 10.0.0.249 - - [2025-09-11 03:24:18] "GET /network-policy/d4bc51ac-676d-46b4-920f-6522dfdcc7bb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2096 0.003901 10.0.0.249 - - [2025-09-11 03:24:18] "DELETE /network-policy/d4bc51ac-676d-46b4-920f-6522dfdcc7bb HTTP/1.1" 200 115 0.030077 10.0.0.49 - - [2025-09-11 03:24:18] "DELETE /route-target/b510554f-4b9b-4ba4-bbde-428826eab012 HTTP/1.1" 200 115 0.017789 10.0.0.249 - - [2025-09-11 03:24:18] "POST /neutron/network HTTP/1.1" 200 974 0.009088 10.0.0.249 - - [2025-09-11 03:24:19] "POST /neutron/port HTTP/1.1" 200 1206 0.014153 10.0.0.49 - - [2025-09-11 03:24:21] "POST /useragent-kv HTTP/1.1" 200 115 0.003464 10.0.0.49 - - [2025-09-11 03:24:21] "POST /useragent-kv HTTP/1.1" 200 115 0.003013 10.0.0.49 - - [2025-09-11 03:24:21] "POST /useragent-kv HTTP/1.1" 200 115 0.002231 10.0.0.49 - - [2025-09-11 03:24:21] "POST /useragent-kv HTTP/1.1" 200 115 0.002131 10.0.0.249 - - [2025-09-11 03:24:21] "POST /neutron/network HTTP/1.1" 200 151 0.152300 10.0.0.249 - - [2025-09-11 03:24:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003451 10.0.0.49 - - [2025-09-11 03:24:22] "GET /projects?obj_uuids=f1040846-80d5-46a5-a112-7da246e0ac6d&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000906 10.0.0.249 - - [2025-09-11 03:24:22] "GET /project/f1040846-80d5-46a5-a112-7da246e0ac6d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.053962 10.0.0.49 - - [2025-09-11 03:24:22] "POST /route-targets HTTP/1.1" 200 327 0.017054 10.0.0.49 - - [2025-09-11 03:24:23] "POST /fqname-to-id HTTP/1.1" 404 207 0.009029 10.0.0.49 - - [2025-09-11 03:24:23] "POST /useragent-kv HTTP/1.1" 200 115 0.008514 10.0.0.249 - - [2025-09-11 03:24:23] "POST /neutron/subnet HTTP/1.1" 200 716 0.254962 10.0.0.249 - - [2025-09-11 03:24:23] "POST /id-to-fqname HTTP/1.1" 200 222 0.001694 10.0.0.249 - - [2025-09-11 03:24:23] "GET /virtual-network/1c601ef4-4276-4c05-b3c1-653602454fce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2559 0.008248 10.0.0.249 - - [2025-09-11 03:24:23] "POST /neutron/network HTTP/1.1" 200 975 0.010041 10.0.0.249 - - [2025-09-11 03:24:23] "GET /virtual-network/1c601ef4-4276-4c05-b3c1-653602454fce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2559 0.005173 10.0.0.249 - - [2025-09-11 03:24:23] "POST /neutron/subnet HTTP/1.1" 200 724 0.011385 10.0.0.249 - - [2025-09-11 03:24:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003034 10.0.0.49 - - [2025-09-11 03:24:23] "GET /projects?obj_uuids=f1040846-80d5-46a5-a112-7da246e0ac6d&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000885 10.0.0.249 - - [2025-09-11 03:24:23] "GET /project/f1040846-80d5-46a5-a112-7da246e0ac6d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.049884 10.0.0.49 - - [2025-09-11 03:24:23] "POST /ref-update HTTP/1.1" 200 156 0.022183 10.0.0.49 - - [2025-09-11 03:24:23] "POST /useragent-kv HTTP/1.1" 200 115 0.007714 10.0.0.249 - - [2025-09-11 03:24:23] "POST /neutron/subnet HTTP/1.1" 200 716 0.236096 10.0.0.49 - - [2025-09-11 03:24:24] "POST /fqname-to-id HTTP/1.1" 404 207 0.002892 10.0.0.249 - - [2025-09-11 03:24:24] "POST /id-to-fqname HTTP/1.1" 200 222 0.001328 10.0.0.249 - - [2025-09-11 03:24:24] "GET /virtual-network/bfab3d3a-f1a5-4d24-930b-6434cc3160cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2563 0.011183 10.0.0.249 - - [2025-09-11 03:24:24] "POST /neutron/network HTTP/1.1" 200 976 0.012439 10.0.0.249 - - [2025-09-11 03:24:24] "GET /virtual-network/bfab3d3a-f1a5-4d24-930b-6434cc3160cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2563 0.005875 10.0.0.249 - - [2025-09-11 03:24:24] "POST /neutron/subnet HTTP/1.1" 200 729 0.018058 10.0.0.249 - - [2025-09-11 03:24:24] "POST /id-to-fqname HTTP/1.1" 200 222 0.001112 10.0.0.249 - - [2025-09-11 03:24:24] "POST /neutron/network HTTP/1.1" 200 985 0.009625 10.0.0.49 - - [2025-09-11 03:24:25] "GET /projects?obj_uuids=f1040846-80d5-46a5-a112-7da246e0ac6d&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001085 10.0.0.249 - - [2025-09-11 03:24:25] "GET /project/f1040846-80d5-46a5-a112-7da246e0ac6d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.070880 10.0.0.249 - - [2025-09-11 03:24:25] "POST /neutron/security_group HTTP/1.1" 200 2076 0.007139 10.0.0.249 - - [2025-09-11 03:24:25] "POST /id-to-fqname HTTP/1.1" 200 222 0.001239 10.0.0.249 - - [2025-09-11 03:24:26] "POST /neutron/network HTTP/1.1" 200 985 0.012946 10.0.0.249 - - [2025-09-11 03:24:26] "POST /neutron/port HTTP/1.1" 200 4996 0.103212 10.0.0.249 - - [2025-09-11 03:24:26] "POST /neutron/port HTTP/1.1" 200 1153 0.017649 10.0.0.249 - - [2025-09-11 03:24:26] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007037 10.0.0.249 - - [2025-09-11 03:24:26] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003868 10.0.0.249 - - [2025-09-11 03:24:26] "POST /neutron/port HTTP/1.1" 200 117 0.001207 10.0.0.249 - - [2025-09-11 03:24:31] "POST /neutron/security_group HTTP/1.1" 200 2066 0.006877 10.0.0.249 - - [2025-09-11 03:24:31] "POST /neutron/port HTTP/1.1" 200 1181 0.018039 10.0.0.249 - - [2025-09-11 03:24:31] "GET /virtual-machine/d911dd19-a177-4a70-8adf-556de3f38e58 HTTP/1.1" 200 1301 0.006157 10.0.0.249 - - [2025-09-11 03:24:31] "GET /virtual-machine-interface/44bf891e-1b4f-4e5a-8907-d66cedb54e6f HTTP/1.1" 200 3156 0.005042 10.0.0.249 - - [2025-09-11 03:24:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003573 10.0.0.249 - - [2025-09-11 03:24:31] "GET /global-vrouter-config/34ac33d4-7223-40b7-b082-da1d7603178b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004023 10.0.0.249 - - [2025-09-11 03:24:31] "GET /virtual-networks?parent_id=f1040846-80d5-46a5-a112-7da246e0ac6d&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003680 10.0.0.249 - - [2025-09-11 03:24:32] "GET /virtual-network/1c601ef4-4276-4c05-b3c1-653602454fce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2559 0.005911 10.0.0.249 - - [2025-09-11 03:24:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003401 10.0.0.249 - - [2025-09-11 03:24:35] "GET /virtual-network/1c601ef4-4276-4c05-b3c1-653602454fce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2559 0.005721 10.0.0.249 - - [2025-09-11 03:24:35] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007309 10.0.0.249 - - [2025-09-11 03:24:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003402 10.0.0.249 - - [2025-09-11 03:24:37] "GET /global-vrouter-config/34ac33d4-7223-40b7-b082-da1d7603178b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004253 10.0.0.249 - - [2025-09-11 03:24:37] "GET /virtual-networks?parent_id=f1040846-80d5-46a5-a112-7da246e0ac6d&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003068 10.0.0.249 - - [2025-09-11 03:24:37] "GET /virtual-network/1c601ef4-4276-4c05-b3c1-653602454fce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2559 0.006660 10.0.0.249 - - [2025-09-11 03:24:37] "POST /fqname-to-id HTTP/1.1" 404 209 0.003364 10.0.0.249 - - [2025-09-11 03:24:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003310 10.0.0.49 - - [2025-09-11 03:24:37] "GET /projects?obj_uuids=f1040846-80d5-46a5-a112-7da246e0ac6d&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001253 10.0.0.249 - - [2025-09-11 03:24:37] "GET /project/f1040846-80d5-46a5-a112-7da246e0ac6d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.050214 10.0.0.249 - - [2025-09-11 03:24:37] "POST /network-policys HTTP/1.1" 200 533 0.029779 10.0.0.249 - - [2025-09-11 03:24:37] "GET /network-policy/8777bebd-96a0-41f6-b633-21a19de1f56b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2095 0.005713 10.0.0.249 - - [2025-09-11 03:24:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003075 10.0.0.249 - - [2025-09-11 03:24:37] "GET /virtual-network/1c601ef4-4276-4c05-b3c1-653602454fce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2559 0.007211 10.0.0.249 - - [2025-09-11 03:24:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003099 10.0.0.249 - - [2025-09-11 03:24:37] "GET /network-policy/8777bebd-96a0-41f6-b633-21a19de1f56b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2095 0.005957 10.0.0.249 - - [2025-09-11 03:24:37] "POST /ref-update HTTP/1.1" 200 156 0.064869 10.0.0.249 - - [2025-09-11 03:24:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.002996 10.0.0.249 - - [2025-09-11 03:24:38] "GET /network-policy/8777bebd-96a0-41f6-b633-21a19de1f56b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2095 0.005502 10.0.0.249 - - [2025-09-11 03:24:38] "POST /neutron/network HTTP/1.1" 200 1061 0.011748 10.0.0.249 - - [2025-09-11 03:24:38] "GET /virtual-network/1c601ef4-4276-4c05-b3c1-653602454fce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2866 0.008056 10.0.0.249 - - [2025-09-11 03:24:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003412 10.0.0.249 - - [2025-09-11 03:24:38] "GET /network-policy/8777bebd-96a0-41f6-b633-21a19de1f56b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2095 0.011881 10.0.0.249 - - [2025-09-11 03:24:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003473 10.0.0.249 - - [2025-09-11 03:24:38] "GET /virtual-network/bfab3d3a-f1a5-4d24-930b-6434cc3160cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2563 0.005801 10.0.0.249 - - [2025-09-11 03:24:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003005 10.0.0.249 - - [2025-09-11 03:24:38] "GET /network-policy/8777bebd-96a0-41f6-b633-21a19de1f56b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2095 0.003780 10.0.0.249 - - [2025-09-11 03:24:38] "POST /ref-update HTTP/1.1" 200 156 0.051100 10.0.0.49 - - [2025-09-11 03:24:38] "PUT /access-control-list/8ac1aef3-4098-48f5-a782-440ed572b489 HTTP/1.1" 200 272 0.017173 10.0.0.249 - - [2025-09-11 03:24:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.005458 10.0.0.49 - - [2025-09-11 03:24:38] "POST /ref-update HTTP/1.1" 200 156 0.040229 10.0.0.249 - - [2025-09-11 03:24:38] "GET /network-policy/8777bebd-96a0-41f6-b633-21a19de1f56b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2095 0.028924 10.0.0.249 - - [2025-09-11 03:24:38] "GET /virtual-network/bfab3d3a-f1a5-4d24-930b-6434cc3160cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2869 0.007211 10.0.0.249 - - [2025-09-11 03:24:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.002989 10.0.0.249 - - [2025-09-11 03:24:38] "GET /network-policy/8777bebd-96a0-41f6-b633-21a19de1f56b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2095 0.003895 10.0.0.249 - - [2025-09-11 03:24:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004472 10.0.0.49 - - [2025-09-11 03:24:38] "GET /projects?obj_uuids=f1040846-80d5-46a5-a112-7da246e0ac6d&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001078 10.0.0.249 - - [2025-09-11 03:24:38] "GET /project/f1040846-80d5-46a5-a112-7da246e0ac6d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.046165 10.0.0.49 - - [2025-09-11 03:24:38] "GET /projects?obj_uuids=f1040846-80d5-46a5-a112-7da246e0ac6d&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001048 10.0.0.249 - - [2025-09-11 03:24:38] "POST /neutron/network HTTP/1.1" 200 585 0.130734 10.0.0.249 - - [2025-09-11 03:24:39] "POST /id-to-fqname HTTP/1.1" 200 214 0.003784 10.0.0.249 - - [2025-09-11 03:24:39] "GET /virtual-network/36c09006-1bc6-4236-a936-f36a0d7646b8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1999 0.006390 10.0.0.249 - - [2025-09-11 03:24:39] "POST /neutron/network HTTP/1.1" 200 799 0.007320 10.0.0.249 - - [2025-09-11 03:24:39] "GET /virtual-network/36c09006-1bc6-4236-a936-f36a0d7646b8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1999 0.005694 10.0.0.249 - - [2025-09-11 03:24:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003096 10.0.0.49 - - [2025-09-11 03:24:39] "GET /projects?obj_uuids=f1040846-80d5-46a5-a112-7da246e0ac6d&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001459 10.0.0.249 - - [2025-09-11 03:24:39] "GET /project/f1040846-80d5-46a5-a112-7da246e0ac6d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.044093 10.0.0.249 - - [2025-09-11 03:24:39] "POST /neutron/network HTTP/1.1" 200 117 0.013674 10.0.0.49 - - [2025-09-11 03:24:39] "POST /route-targets HTTP/1.1" 200 327 0.012260 10.0.0.249 - - [2025-09-11 03:24:39] "POST /neutron/network HTTP/1.1" 200 799 0.007967 10.0.0.249 - - [2025-09-11 03:24:39] "POST /id-to-fqname HTTP/1.1" 200 214 0.001158 10.0.0.249 - - [2025-09-11 03:24:39] "GET /virtual-network/cba3a369-cbcf-48b7-bbb8-c94d77e33132?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2000 0.005051 10.0.0.249 - - [2025-09-11 03:24:39] "GET /virtual-network/cba3a369-cbcf-48b7-bbb8-c94d77e33132?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2000 0.005821 10.0.0.249 - - [2025-09-11 03:24:39] "POST /neutron/subnet HTTP/1.1" 200 701 0.009310 10.0.0.249 - - [2025-09-11 03:24:39] "POST /fqname-to-id HTTP/1.1" 404 239 0.003172 10.0.0.249 - - [2025-09-11 03:24:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003191 10.0.0.49 - - [2025-09-11 03:24:40] "GET /projects?obj_uuids=f1040846-80d5-46a5-a112-7da246e0ac6d&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001355 10.0.0.249 - - [2025-09-11 03:24:40] "GET /project/f1040846-80d5-46a5-a112-7da246e0ac6d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.056083 10.0.0.249 - - [2025-09-11 03:24:40] "POST /network-policys HTTP/1.1" 200 587 0.024871 10.0.0.249 - - [2025-09-11 03:24:40] "GET /network-policy/1c578780-d3fa-4356-ab0a-37ec04a6def1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2160 0.005944 10.0.0.249 - - [2025-09-11 03:24:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003873 10.0.0.249 - - [2025-09-11 03:24:40] "GET /virtual-network/36c09006-1bc6-4236-a936-f36a0d7646b8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1999 0.006292 10.0.0.249 - - [2025-09-11 03:24:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003065 10.0.0.249 - - [2025-09-11 03:24:40] "GET /network-policy/1c578780-d3fa-4356-ab0a-37ec04a6def1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2160 0.004990 10.0.0.249 - - [2025-09-11 03:24:40] "POST /ref-update HTTP/1.1" 200 156 0.057678 10.0.0.49 - - [2025-09-11 03:24:40] "POST /access-control-lists HTTP/1.1" 200 554 0.039303 10.0.0.249 - - [2025-09-11 03:24:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004200 10.0.0.249 - - [2025-09-11 03:24:40] "GET /network-policy/1c578780-d3fa-4356-ab0a-37ec04a6def1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2160 0.004347 10.0.0.249 - - [2025-09-11 03:24:40] "GET /virtual-network/36c09006-1bc6-4236-a936-f36a0d7646b8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2332 0.007334 10.0.0.249 - - [2025-09-11 03:24:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003006 10.0.0.249 - - [2025-09-11 03:24:40] "GET /network-policy/1c578780-d3fa-4356-ab0a-37ec04a6def1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2160 0.004120 10.0.0.249 - - [2025-09-11 03:24:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.002862 10.0.0.249 - - [2025-09-11 03:24:40] "GET /virtual-network/cba3a369-cbcf-48b7-bbb8-c94d77e33132?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2000 0.005914 10.0.0.249 - - [2025-09-11 03:24:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.002648 10.0.0.249 - - [2025-09-11 03:24:40] "GET /network-policy/1c578780-d3fa-4356-ab0a-37ec04a6def1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2160 0.004047 10.0.0.249 - - [2025-09-11 03:24:40] "POST /ref-update HTTP/1.1" 200 156 0.067191 10.0.0.49 - - [2025-09-11 03:24:40] "POST /access-control-lists HTTP/1.1" 200 554 0.032511 10.0.0.249 - - [2025-09-11 03:24:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.007523 10.0.0.249 - - [2025-09-11 03:24:40] "GET /network-policy/1c578780-d3fa-4356-ab0a-37ec04a6def1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2160 0.004825 10.0.0.249 - - [2025-09-11 03:24:40] "GET /virtual-network/cba3a369-cbcf-48b7-bbb8-c94d77e33132?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2334 0.007678 10.0.0.249 - - [2025-09-11 03:24:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003189 10.0.0.249 - - [2025-09-11 03:24:40] "GET /network-policy/1c578780-d3fa-4356-ab0a-37ec04a6def1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2160 0.004590 10.0.0.249 - - [2025-09-11 03:24:40] "POST /id-to-fqname HTTP/1.1" 200 214 0.001150 10.0.0.249 - - [2025-09-11 03:24:41] "POST /neutron/port HTTP/1.1" 200 5134 0.079968 10.0.0.49 - - [2025-09-11 03:24:42] "GET /projects?obj_uuids=f1040846-80d5-46a5-a112-7da246e0ac6d&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000998 10.0.0.249 - - [2025-09-11 03:24:42] "GET /project/f1040846-80d5-46a5-a112-7da246e0ac6d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.067122 10.0.0.249 - - [2025-09-11 03:24:42] "POST /neutron/network HTTP/1.1" 200 912 0.006527 10.0.0.249 - - [2025-09-11 03:24:42] "POST /neutron/port HTTP/1.1" 200 117 0.006301 10.0.0.249 - - [2025-09-11 03:24:42] "POST /id-to-fqname HTTP/1.1" 200 214 0.001200 10.0.0.249 - - [2025-09-11 03:24:42] "POST /neutron/port HTTP/1.1" 200 5134 0.069978 10.0.0.249 - - [2025-09-11 03:24:42] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.002906 10.0.0.249 - - [2025-09-11 03:24:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003132 10.0.0.249 - - [2025-09-11 03:24:43] "GET /bgp-router/5eb89423-7589-4ad8-a082-2caf07309dfd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2848 0.004598 10.0.0.249 - - [2025-09-11 03:24:44] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.003264 10.0.0.249 - - [2025-09-11 03:24:44] "GET /bgp-router/5eb89423-7589-4ad8-a082-2caf07309dfd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2848 0.004828 10.0.0.249 - - [2025-09-11 03:24:44] "GET /bgp-router/5eb89423-7589-4ad8-a082-2caf07309dfd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2848 0.004228 10.0.0.249 - - [2025-09-11 03:24:44] "PUT /bgp-router/5eb89423-7589-4ad8-a082-2caf07309dfd HTTP/1.1" 200 254 0.025764 10.0.0.249 - - [2025-09-11 03:24:44] "PUT /bgp-router/5eb89423-7589-4ad8-a082-2caf07309dfd HTTP/1.1" 200 254 0.040367 10.0.0.249 - - [2025-09-11 03:24:44] "GET /bgp-router/9541799b-ea87-4301-9b0a-0b99fd5e532c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2849 0.006178 10.0.0.249 - - [2025-09-11 03:24:44] "GET /bgp-router/9541799b-ea87-4301-9b0a-0b99fd5e532c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2849 0.005018 10.0.0.249 - - [2025-09-11 03:24:44] "PUT /bgp-router/9541799b-ea87-4301-9b0a-0b99fd5e532c HTTP/1.1" 200 254 0.027537 10.0.0.249 - - [2025-09-11 03:24:44] "PUT /bgp-router/9541799b-ea87-4301-9b0a-0b99fd5e532c HTTP/1.1" 200 254 0.050340 10.0.0.249 - - [2025-09-11 03:24:44] "GET /bgp-router/eb872124-7d16-4207-940e-399c77edb5f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2851 0.007274 10.0.0.249 - - [2025-09-11 03:24:44] "GET /bgp-router/eb872124-7d16-4207-940e-399c77edb5f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2851 0.008941 10.0.0.249 - - [2025-09-11 03:24:44] "PUT /bgp-router/eb872124-7d16-4207-940e-399c77edb5f8 HTTP/1.1" 200 254 0.058324 10.0.0.249 - - [2025-09-11 03:24:44] "PUT /bgp-router/eb872124-7d16-4207-940e-399c77edb5f8 HTTP/1.1" 200 254 0.043350 10.0.0.249 - - [2025-09-11 03:24:44] "GET /bgp-router/5eb89423-7589-4ad8-a082-2caf07309dfd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2848 0.010021 10.0.0.249 - - [2025-09-11 03:24:44] "GET /bgp-router/5eb89423-7589-4ad8-a082-2caf07309dfd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2848 0.011327 10.0.0.249 - - [2025-09-11 03:24:44] "PUT /bgp-router/5eb89423-7589-4ad8-a082-2caf07309dfd HTTP/1.1" 200 254 0.028571 10.0.0.249 - - [2025-09-11 03:24:45] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.003331 10.0.0.249 - - [2025-09-11 03:24:45] "GET /bgp-router/5eb89423-7589-4ad8-a082-2caf07309dfd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2848 0.004737 10.0.0.249 - - [2025-09-11 03:24:45] "GET /bgp-router/5eb89423-7589-4ad8-a082-2caf07309dfd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2848 0.004024 10.0.0.249 - - [2025-09-11 03:24:45] "PUT /bgp-router/5eb89423-7589-4ad8-a082-2caf07309dfd HTTP/1.1" 200 254 0.024043 10.0.0.249 - - [2025-09-11 03:24:45] "PUT /bgp-router/5eb89423-7589-4ad8-a082-2caf07309dfd HTTP/1.1" 200 254 0.037273 10.0.0.249 - - [2025-09-11 03:24:45] "GET /bgp-router/9541799b-ea87-4301-9b0a-0b99fd5e532c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2849 0.013872 10.0.0.249 - - [2025-09-11 03:24:45] "GET /bgp-router/9541799b-ea87-4301-9b0a-0b99fd5e532c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2849 0.010603 10.0.0.249 - - [2025-09-11 03:24:45] "PUT /bgp-router/9541799b-ea87-4301-9b0a-0b99fd5e532c HTTP/1.1" 200 254 0.035088 10.0.0.249 - - [2025-09-11 03:24:45] "PUT /bgp-router/9541799b-ea87-4301-9b0a-0b99fd5e532c HTTP/1.1" 200 254 0.039040 10.0.0.249 - - [2025-09-11 03:24:45] "GET /bgp-router/eb872124-7d16-4207-940e-399c77edb5f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2851 0.010681 10.0.0.249 - - [2025-09-11 03:24:45] "GET /bgp-router/eb872124-7d16-4207-940e-399c77edb5f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2851 0.012189 10.0.0.249 - - [2025-09-11 03:24:45] "PUT /bgp-router/eb872124-7d16-4207-940e-399c77edb5f8 HTTP/1.1" 200 254 0.039593 10.0.0.249 - - [2025-09-11 03:24:45] "PUT /bgp-router/eb872124-7d16-4207-940e-399c77edb5f8 HTTP/1.1" 200 254 0.041904 10.0.0.249 - - [2025-09-11 03:24:45] "GET /bgp-router/9541799b-ea87-4301-9b0a-0b99fd5e532c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2849 0.005223 10.0.0.249 - - [2025-09-11 03:24:45] "GET /bgp-router/9541799b-ea87-4301-9b0a-0b99fd5e532c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2849 0.008406 10.0.0.249 - - [2025-09-11 03:24:45] "PUT /bgp-router/9541799b-ea87-4301-9b0a-0b99fd5e532c HTTP/1.1" 200 254 0.031486 10.0.0.249 - - [2025-09-11 03:24:45] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.003762 10.0.0.249 - - [2025-09-11 03:24:45] "GET /bgp-router/5eb89423-7589-4ad8-a082-2caf07309dfd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2848 0.004922 10.0.0.249 - - [2025-09-11 03:24:45] "GET /bgp-router/5eb89423-7589-4ad8-a082-2caf07309dfd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2848 0.003805 10.0.0.249 - - [2025-09-11 03:24:45] "PUT /bgp-router/5eb89423-7589-4ad8-a082-2caf07309dfd HTTP/1.1" 200 254 0.025421 10.0.0.249 - - [2025-09-11 03:24:45] "PUT /bgp-router/5eb89423-7589-4ad8-a082-2caf07309dfd HTTP/1.1" 200 254 0.039352 10.0.0.249 - - [2025-09-11 03:24:45] "GET /bgp-router/9541799b-ea87-4301-9b0a-0b99fd5e532c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2849 0.009493 10.0.0.249 - - [2025-09-11 03:24:45] "GET /bgp-router/9541799b-ea87-4301-9b0a-0b99fd5e532c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2849 0.004482 10.0.0.249 - - [2025-09-11 03:24:45] "PUT /bgp-router/9541799b-ea87-4301-9b0a-0b99fd5e532c HTTP/1.1" 200 254 0.034822 10.0.0.249 - - [2025-09-11 03:24:46] "PUT /bgp-router/9541799b-ea87-4301-9b0a-0b99fd5e532c HTTP/1.1" 200 254 0.039115 10.0.0.249 - - [2025-09-11 03:24:46] "GET /bgp-router/eb872124-7d16-4207-940e-399c77edb5f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2851 0.009506 10.0.0.249 - - [2025-09-11 03:24:46] "GET /bgp-router/eb872124-7d16-4207-940e-399c77edb5f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2851 0.006413 10.0.0.249 - - [2025-09-11 03:24:46] "PUT /bgp-router/eb872124-7d16-4207-940e-399c77edb5f8 HTTP/1.1" 200 254 0.031639 10.0.0.249 - - [2025-09-11 03:24:46] "PUT /bgp-router/eb872124-7d16-4207-940e-399c77edb5f8 HTTP/1.1" 200 254 0.041334 10.0.0.249 - - [2025-09-11 03:24:46] "GET /bgp-router/eb872124-7d16-4207-940e-399c77edb5f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2851 0.006253 10.0.0.249 - - [2025-09-11 03:24:46] "GET /bgp-router/eb872124-7d16-4207-940e-399c77edb5f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2851 0.007545 10.0.0.249 - - [2025-09-11 03:24:46] "PUT /bgp-router/eb872124-7d16-4207-940e-399c77edb5f8 HTTP/1.1" 200 254 0.018318 10.0.0.249 - - [2025-09-11 03:24:46] "GET /bgp-router/5eb89423-7589-4ad8-a082-2caf07309dfd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2848 0.004941 10.0.0.249 - - [2025-09-11 03:24:46] "GET /bgp-router/5eb89423-7589-4ad8-a082-2caf07309dfd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2848 0.004658 10.0.0.249 - - [2025-09-11 03:24:46] "PUT /bgp-router/5eb89423-7589-4ad8-a082-2caf07309dfd HTTP/1.1" 200 254 0.015968 10.0.0.249 - - [2025-09-11 03:24:46] "GET /bgp-router/9541799b-ea87-4301-9b0a-0b99fd5e532c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2849 0.014718 10.0.0.249 - - [2025-09-11 03:24:46] "GET /bgp-router/9541799b-ea87-4301-9b0a-0b99fd5e532c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2849 0.004010 10.0.0.249 - - [2025-09-11 03:24:46] "PUT /bgp-router/9541799b-ea87-4301-9b0a-0b99fd5e532c HTTP/1.1" 200 254 0.019540 10.0.0.249 - - [2025-09-11 03:24:46] "GET /bgp-router/eb872124-7d16-4207-940e-399c77edb5f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2851 0.004727 10.0.0.249 - - [2025-09-11 03:24:46] "GET /bgp-router/eb872124-7d16-4207-940e-399c77edb5f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2851 0.005052 10.0.0.249 - - [2025-09-11 03:24:46] "PUT /bgp-router/eb872124-7d16-4207-940e-399c77edb5f8 HTTP/1.1" 200 254 0.016313 10.0.0.249 - - [2025-09-11 03:24:56] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.003209 10.0.0.249 - - [2025-09-11 03:24:56] "GET /bgp-router/5eb89423-7589-4ad8-a082-2caf07309dfd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2911 0.007563 10.0.0.249 - - [2025-09-11 03:24:56] "GET /bgp-router/5eb89423-7589-4ad8-a082-2caf07309dfd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2911 0.004455 10.0.0.22 - - [2025-09-11 03:24:56] "GET /obj-perms HTTP/1.1" 200 5075 0.057164 10.0.0.249 - - [2025-09-11 03:24:56] "PUT /bgp-router/5eb89423-7589-4ad8-a082-2caf07309dfd HTTP/1.1" 200 254 0.030363 10.0.0.249 - - [2025-09-11 03:24:56] "PUT /bgp-router/5eb89423-7589-4ad8-a082-2caf07309dfd HTTP/1.1" 200 254 0.034494 10.0.0.249 - - [2025-09-11 03:24:56] "GET /bgp-router/9541799b-ea87-4301-9b0a-0b99fd5e532c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2912 0.007613 10.0.0.249 - - [2025-09-11 03:24:56] "GET /bgp-router/9541799b-ea87-4301-9b0a-0b99fd5e532c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2912 0.005439 10.0.0.249 - - [2025-09-11 03:24:56] "PUT /bgp-router/9541799b-ea87-4301-9b0a-0b99fd5e532c HTTP/1.1" 200 254 0.059949 10.0.0.249 - - [2025-09-11 03:24:57] "PUT /bgp-router/9541799b-ea87-4301-9b0a-0b99fd5e532c HTTP/1.1" 200 254 0.051888 10.0.0.249 - - [2025-09-11 03:24:57] "GET /bgp-router/eb872124-7d16-4207-940e-399c77edb5f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2914 0.009363 10.0.0.249 - - [2025-09-11 03:24:57] "GET /bgp-router/eb872124-7d16-4207-940e-399c77edb5f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2914 0.004370 10.0.0.249 - - [2025-09-11 03:24:57] "PUT /bgp-router/eb872124-7d16-4207-940e-399c77edb5f8 HTTP/1.1" 200 254 0.039623 10.0.0.249 - - [2025-09-11 03:24:57] "PUT /bgp-router/eb872124-7d16-4207-940e-399c77edb5f8 HTTP/1.1" 200 254 0.044548 10.0.0.249 - - [2025-09-11 03:24:57] "GET /bgp-router/5eb89423-7589-4ad8-a082-2caf07309dfd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2911 0.006289 10.0.0.249 - - [2025-09-11 03:24:57] "GET /bgp-router/5eb89423-7589-4ad8-a082-2caf07309dfd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2911 0.011729 10.0.0.249 - - [2025-09-11 03:24:57] "PUT /bgp-router/5eb89423-7589-4ad8-a082-2caf07309dfd HTTP/1.1" 200 254 0.041420 10.0.0.249 - - [2025-09-11 03:24:57] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.003411 10.0.0.249 - - [2025-09-11 03:24:57] "GET /bgp-router/5eb89423-7589-4ad8-a082-2caf07309dfd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2848 0.004790 10.0.0.249 - - [2025-09-11 03:24:57] "GET /bgp-router/5eb89423-7589-4ad8-a082-2caf07309dfd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2848 0.004203 10.0.0.249 - - [2025-09-11 03:24:57] "PUT /bgp-router/5eb89423-7589-4ad8-a082-2caf07309dfd HTTP/1.1" 200 254 0.025967 10.0.0.249 - - [2025-09-11 03:24:57] "PUT /bgp-router/5eb89423-7589-4ad8-a082-2caf07309dfd HTTP/1.1" 200 254 0.027192 10.0.0.249 - - [2025-09-11 03:24:57] "GET /bgp-router/9541799b-ea87-4301-9b0a-0b99fd5e532c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2912 0.004907 10.0.0.249 - - [2025-09-11 03:24:57] "GET /bgp-router/9541799b-ea87-4301-9b0a-0b99fd5e532c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2912 0.004423 10.0.0.249 - - [2025-09-11 03:24:57] "PUT /bgp-router/9541799b-ea87-4301-9b0a-0b99fd5e532c HTTP/1.1" 200 254 0.032037 10.0.0.249 - - [2025-09-11 03:24:57] "PUT /bgp-router/9541799b-ea87-4301-9b0a-0b99fd5e532c HTTP/1.1" 200 254 0.034308 10.0.0.249 - - [2025-09-11 03:24:57] "GET /bgp-router/eb872124-7d16-4207-940e-399c77edb5f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2914 0.008088 10.0.0.249 - - [2025-09-11 03:24:57] "GET /bgp-router/eb872124-7d16-4207-940e-399c77edb5f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2914 0.006997 10.0.0.249 - - [2025-09-11 03:24:57] "PUT /bgp-router/eb872124-7d16-4207-940e-399c77edb5f8 HTTP/1.1" 200 254 0.025862 10.0.0.249 - - [2025-09-11 03:24:57] "PUT /bgp-router/eb872124-7d16-4207-940e-399c77edb5f8 HTTP/1.1" 200 254 0.037187 10.0.0.249 - - [2025-09-11 03:24:57] "GET /bgp-router/9541799b-ea87-4301-9b0a-0b99fd5e532c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2912 0.004582 10.0.0.249 - - [2025-09-11 03:24:57] "GET /bgp-router/9541799b-ea87-4301-9b0a-0b99fd5e532c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2912 0.003668 10.0.0.249 - - [2025-09-11 03:24:57] "PUT /bgp-router/9541799b-ea87-4301-9b0a-0b99fd5e532c HTTP/1.1" 200 254 0.017784 10.0.0.249 - - [2025-09-11 03:24:58] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.003050 10.0.0.249 - - [2025-09-11 03:24:58] "GET /bgp-router/5eb89423-7589-4ad8-a082-2caf07309dfd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2848 0.006635 10.0.0.249 - - [2025-09-11 03:24:58] "GET /bgp-router/5eb89423-7589-4ad8-a082-2caf07309dfd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2848 0.004724 10.0.0.249 - - [2025-09-11 03:24:58] "PUT /bgp-router/5eb89423-7589-4ad8-a082-2caf07309dfd HTTP/1.1" 200 254 0.025712 10.0.0.249 - - [2025-09-11 03:24:58] "PUT /bgp-router/5eb89423-7589-4ad8-a082-2caf07309dfd HTTP/1.1" 200 254 0.041151 10.0.0.249 - - [2025-09-11 03:24:58] "GET /bgp-router/9541799b-ea87-4301-9b0a-0b99fd5e532c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2849 0.005882 10.0.0.249 - - [2025-09-11 03:24:58] "GET /bgp-router/9541799b-ea87-4301-9b0a-0b99fd5e532c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2849 0.005216 10.0.0.249 - - [2025-09-11 03:24:58] "PUT /bgp-router/9541799b-ea87-4301-9b0a-0b99fd5e532c HTTP/1.1" 200 254 0.033432 10.0.0.249 - - [2025-09-11 03:24:58] "PUT /bgp-router/9541799b-ea87-4301-9b0a-0b99fd5e532c HTTP/1.1" 200 254 0.037083 10.0.0.249 - - [2025-09-11 03:24:58] "GET /bgp-router/eb872124-7d16-4207-940e-399c77edb5f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2914 0.008008 10.0.0.249 - - [2025-09-11 03:24:58] "GET /bgp-router/eb872124-7d16-4207-940e-399c77edb5f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2914 0.009947 10.0.0.249 - - [2025-09-11 03:24:58] "PUT /bgp-router/eb872124-7d16-4207-940e-399c77edb5f8 HTTP/1.1" 200 254 0.029103 10.0.0.249 - - [2025-09-11 03:24:58] "PUT /bgp-router/eb872124-7d16-4207-940e-399c77edb5f8 HTTP/1.1" 200 254 0.035850 10.0.0.249 - - [2025-09-11 03:24:58] "GET /bgp-router/eb872124-7d16-4207-940e-399c77edb5f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2914 0.013928 10.0.0.249 - - [2025-09-11 03:24:58] "GET /bgp-router/eb872124-7d16-4207-940e-399c77edb5f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2914 0.004443 10.0.0.249 - - [2025-09-11 03:24:58] "PUT /bgp-router/eb872124-7d16-4207-940e-399c77edb5f8 HTTP/1.1" 200 254 0.014967 10.0.0.249 - - [2025-09-11 03:24:58] "POST /ref-update HTTP/1.1" 200 156 0.051784 10.0.0.249 - - [2025-09-11 03:24:59] "POST /neutron/network HTTP/1.1" 200 799 0.016075 10.0.0.249 - - [2025-09-11 03:24:59] "GET /virtual-network/cba3a369-cbcf-48b7-bbb8-c94d77e33132?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2000 0.005436 10.0.0.249 - - [2025-09-11 03:24:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003659 10.0.0.49 - - [2025-09-11 03:24:59] "POST /ref-update HTTP/1.1" 200 156 0.028227 10.0.0.249 - - [2025-09-11 03:24:59] "GET /network-policy/1c578780-d3fa-4356-ab0a-37ec04a6def1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2160 0.003490 10.0.0.249 - - [2025-09-11 03:24:59] "POST /ref-update HTTP/1.1" 200 156 0.042714 10.0.0.249 - - [2025-09-11 03:24:59] "GET /virtual-network/36c09006-1bc6-4236-a936-f36a0d7646b8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1999 0.009678 10.0.0.249 - - [2025-09-11 03:24:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003016 10.0.0.249 - - [2025-09-11 03:24:59] "GET /network-policy/1c578780-d3fa-4356-ab0a-37ec04a6def1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2160 0.003793 10.0.0.249 - - [2025-09-11 03:24:59] "DELETE /network-policy/1c578780-d3fa-4356-ab0a-37ec04a6def1 HTTP/1.1" 200 115 0.043986 10.0.0.49 - - [2025-09-11 03:24:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003862 10.0.0.49 - - [2025-09-11 03:24:59] "POST /useragent-kv HTTP/1.1" 200 115 0.005066 10.0.0.49 - - [2025-09-11 03:24:59] "POST /useragent-kv HTTP/1.1" 200 115 0.002449 10.0.0.249 - - [2025-09-11 03:24:59] "POST /neutron/network HTTP/1.1" 200 151 0.119727 10.0.0.49 - - [2025-09-11 03:24:59] "DELETE /route-target/57994ee2-e69c-445d-9063-d2886229a08d HTTP/1.1" 200 115 0.019949 10.0.0.49 - - [2025-09-11 03:24:59] "POST /fqname-to-id HTTP/1.1" 404 207 0.007343 10.0.0.249 - - [2025-09-11 03:24:59] "POST /ref-update HTTP/1.1" 200 156 0.059932 10.0.0.249 - - [2025-09-11 03:24:59] "POST /neutron/network HTTP/1.1" 200 976 0.023618 10.0.0.249 - - [2025-09-11 03:24:59] "GET /virtual-network/bfab3d3a-f1a5-4d24-930b-6434cc3160cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2563 0.018916 10.0.0.249 - - [2025-09-11 03:24:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.005071 10.0.0.249 - - [2025-09-11 03:24:59] "GET /network-policy/8777bebd-96a0-41f6-b633-21a19de1f56b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2095 0.004043 10.0.0.249 - - [2025-09-11 03:24:59] "POST /ref-update HTTP/1.1" 200 156 0.047224 10.0.0.49 - - [2025-09-11 03:24:59] "DELETE /access-control-list/8ac1aef3-4098-48f5-a782-440ed572b489 HTTP/1.1" 200 115 0.040714 10.0.0.249 - - [2025-09-11 03:24:59] "GET /virtual-network/1c601ef4-4276-4c05-b3c1-653602454fce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2559 0.008361 10.0.0.249 - - [2025-09-11 03:24:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.007684 10.0.0.249 - - [2025-09-11 03:25:00] "GET /network-policy/8777bebd-96a0-41f6-b633-21a19de1f56b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2095 0.005248 10.0.0.249 - - [2025-09-11 03:25:00] "DELETE /network-policy/8777bebd-96a0-41f6-b633-21a19de1f56b HTTP/1.1" 200 115 0.033859 10.0.0.49 - - [2025-09-11 03:25:00] "POST /useragent-kv HTTP/1.1" 200 115 0.005932 10.0.0.49 - - [2025-09-11 03:25:00] "POST /useragent-kv HTTP/1.1" 200 115 0.002982 10.0.0.49 - - [2025-09-11 03:25:00] "POST /useragent-kv HTTP/1.1" 200 115 0.002631 10.0.0.49 - - [2025-09-11 03:25:00] "POST /useragent-kv HTTP/1.1" 200 115 0.002800 10.0.0.249 - - [2025-09-11 03:25:00] "POST /neutron/network HTTP/1.1" 200 151 0.148480 10.0.0.49 - - [2025-09-11 03:25:00] "DELETE /route-target/fef53624-9c33-492a-bd45-62816ccb7c73 HTTP/1.1" 200 115 0.034935 10.0.0.249 - - [2025-09-11 03:25:00] "POST /neutron/port HTTP/1.1" 200 1181 0.016157 10.0.0.249 - - [2025-09-11 03:25:02] "POST /neutron/network HTTP/1.1" 200 975 0.009152 10.0.0.49 - - [2025-09-11 03:25:03] "GET /projects?obj_uuids=f1040846-80d5-46a5-a112-7da246e0ac6d&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001210 10.0.0.249 - - [2025-09-11 03:25:03] "GET /project/f1040846-80d5-46a5-a112-7da246e0ac6d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.046331 10.0.0.49 - - [2025-09-11 03:25:03] "GET /projects?obj_uuids=f1040846-80d5-46a5-a112-7da246e0ac6d&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001706 10.0.0.249 - - [2025-09-11 03:25:03] "GET /project/f1040846-80d5-46a5-a112-7da246e0ac6d?fields=virtual_networks HTTP/1.1" 200 1049 0.061983 10.0.0.49 - - [2025-09-11 03:25:03] "GET /projects?obj_uuids=f1040846-80d5-46a5-a112-7da246e0ac6d&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001102 10.0.0.249 - - [2025-09-11 03:25:04] "GET /project/f1040846-80d5-46a5-a112-7da246e0ac6d?fields=virtual_machine_interfaces HTTP/1.1" 200 1049 0.044515 10.0.0.49 - - [2025-09-11 03:25:04] "GET /projects?obj_uuids=f1040846-80d5-46a5-a112-7da246e0ac6d&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001599 10.0.0.249 - - [2025-09-11 03:25:04] "GET /project/f1040846-80d5-46a5-a112-7da246e0ac6d?fields=security_groups HTTP/1.1" 200 1283 0.041041 10.0.0.249 - - [2025-09-11 03:25:04] "POST /fqname-to-id HTTP/1.1" 404 183 0.023934 10.0.0.49 - - [2025-09-11 03:25:04] "GET /projects?obj_uuids=913e256c-d360-4762-a9e3-9724fdbc19ad&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003386 10.0.0.49 - - [2025-09-11 03:25:04] "GET /domains?obj_uuids=6cefd47d-baca-4df6-a10c-ec963319da07&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001353 10.0.0.49 - - [2025-09-11 03:25:04] "GET /domain/6cefd47d-baca-4df6-a10c-ec963319da07?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007895 10.0.0.49 - - [2025-09-11 03:25:05] "POST /id-to-fqname HTTP/1.1" 200 185 0.005786 10.0.0.49 - - [2025-09-11 03:25:05] "POST /fqname-to-id HTTP/1.1" 404 194 0.003172 10.0.0.49 - - [2025-09-11 03:25:05] "POST /security-groups HTTP/1.1" 200 586 0.028448 10.0.0.49 - - [2025-09-11 03:25:05] "POST /fqname-to-id HTTP/1.1" 404 229 0.006299 10.0.0.49 - - [2025-09-11 03:25:05] "POST /projects HTTP/1.1" 200 575 0.242343 10.0.0.49 - - [2025-09-11 03:25:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.315570 10.0.0.49 - - [2025-09-11 03:25:05] "POST /access-control-lists HTTP/1.1" 200 589 0.035957 10.0.0.249 - - [2025-09-11 03:25:05] "GET /project/913e256c-d360-4762-a9e3-9724fdbc19ad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1344 0.464563 10.0.0.249 - - [2025-09-11 03:25:06] "GET / HTTP/1.1" 200 35931 0.001822 10.0.0.49 - - [2025-09-11 03:25:07] "DELETE /project/f1040846-80d5-46a5-a112-7da246e0ac6d HTTP/1.1" 404 177 0.002912 10.0.0.49 - - [2025-09-11 03:25:07] "DELETE /project/913e256cd3604762a9e39724fdbc19ad HTTP/1.1" 404 173 0.005460 10.0.0.249 - - [2025-09-11 03:25:08] "POST /fqname-to-id HTTP/1.1" 401 293 0.000427 10.0.0.249 - - [2025-09-11 03:25:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.028193 10.0.0.249 - - [2025-09-11 03:25:08] "GET /api-access-list/97e85a27-e1d9-4484-8b10-459640989e07?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1882 0.005160 10.0.0.249 - - [2025-09-11 03:25:08] "GET /api-access-list/97e85a27-e1d9-4484-8b10-459640989e07?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1882 0.004199 10.0.0.249 - - [2025-09-11 03:25:08] "GET /api-access-list/97e85a27-e1d9-4484-8b10-459640989e07?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1882 0.004466 10.0.0.249 - - [2025-09-11 03:25:08] "PUT /api-access-list/97e85a27-e1d9-4484-8b10-459640989e07 HTTP/1.1" 200 264 0.016521 10.0.0.249 - - [2025-09-11 03:25:10] "POST /neutron/port HTTP/1.1" 200 1105 0.014875 10.0.0.249 - - [2025-09-11 03:25:10] "POST /neutron/subnet HTTP/1.1" 200 693 0.009250 10.0.0.249 - - [2025-09-11 03:25:10] "POST /fqname-to-id HTTP/1.1" 404 183 0.022685 10.0.0.49 - - [2025-09-11 03:25:11] "GET /projects?obj_uuids=d00c2be7-6039-41b0-a0c3-5647a60ce17f&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.005709 10.0.0.49 - - [2025-09-11 03:25:11] "GET /domains?obj_uuids=6cefd47d-baca-4df6-a10c-ec963319da07&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001213 10.0.0.49 - - [2025-09-11 03:25:11] "GET /domain/6cefd47d-baca-4df6-a10c-ec963319da07?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.009604 10.0.0.49 - - [2025-09-11 03:25:11] "POST /id-to-fqname HTTP/1.1" 200 185 0.001184 10.0.0.49 - - [2025-09-11 03:25:11] "POST /fqname-to-id HTTP/1.1" 404 194 0.002496 10.0.0.49 - - [2025-09-11 03:25:11] "POST /security-groups HTTP/1.1" 200 586 0.039664 10.0.0.49 - - [2025-09-11 03:25:11] "POST /fqname-to-id HTTP/1.1" 404 229 0.007920 10.0.0.49 - - [2025-09-11 03:25:11] "POST /projects HTTP/1.1" 200 575 0.236381 10.0.0.49 - - [2025-09-11 03:25:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.306566 10.0.0.49 - - [2025-09-11 03:25:11] "POST /access-control-lists HTTP/1.1" 200 589 0.029815 10.0.0.249 - - [2025-09-11 03:25:11] "GET /project/d00c2be7-6039-41b0-a0c3-5647a60ce17f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1344 0.471791 10.0.0.249 - - [2025-09-11 03:25:11] "POST /fqname-to-id HTTP/1.1" 404 183 0.023927 10.0.0.49 - - [2025-09-11 03:25:11] "GET /projects?obj_uuids=8332c982-54d0-4064-a481-b4cdd2085dab&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004314 10.0.0.49 - - [2025-09-11 03:25:12] "GET /domains?obj_uuids=6cefd47d-baca-4df6-a10c-ec963319da07&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001211 10.0.0.49 - - [2025-09-11 03:25:12] "GET /domain/6cefd47d-baca-4df6-a10c-ec963319da07?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.019116 10.0.0.49 - - [2025-09-11 03:25:12] "POST /id-to-fqname HTTP/1.1" 200 185 0.001461 10.0.0.49 - - [2025-09-11 03:25:12] "POST /fqname-to-id HTTP/1.1" 404 194 0.005952 10.0.0.49 - - [2025-09-11 03:25:12] "POST /security-groups HTTP/1.1" 200 586 0.073748 10.0.0.49 - - [2025-09-11 03:25:12] "POST /projects HTTP/1.1" 200 575 0.290846 10.0.0.49 - - [2025-09-11 03:25:12] "POST /fqname-to-id HTTP/1.1" 404 228 0.014648 10.0.0.49 - - [2025-09-11 03:25:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.366988 10.0.0.249 - - [2025-09-11 03:25:12] "GET /project/8332c982-54d0-4064-a481-b4cdd2085dab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1343 0.562601 10.0.0.249 - - [2025-09-11 03:25:13] "GET / HTTP/1.1" 200 35931 0.001549 10.0.0.249 - - [2025-09-11 03:25:13] "GET / HTTP/1.1" 200 35931 0.001599 10.0.0.249 - - [2025-09-11 03:25:14] "POST /fqname-to-id HTTP/1.1" 404 183 0.003124 10.0.0.249 - - [2025-09-11 03:25:14] "POST /api-access-lists HTTP/1.1" 200 521 0.019586 10.0.0.249 - - [2025-09-11 03:25:14] "GET /api-access-list/4f6b2364-2c89-4ea0-ae8b-296ce3cf273a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1265 0.005525 10.0.0.249 - - [2025-09-11 03:25:14] "POST /fqname-to-id HTTP/1.1" 401 293 0.000414 10.0.0.249 - - [2025-09-11 03:25:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.105849 10.0.0.49 - - [2025-09-11 03:25:15] "GET /projects?obj_uuids=d00c2be7-6039-41b0-a0c3-5647a60ce17f&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001067 10.0.0.249 - - [2025-09-11 03:25:15] "GET /project/d00c2be7-6039-41b0-a0c3-5647a60ce17f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1344 0.061600 10.0.0.249 - - [2025-09-11 03:25:15] "GET /virtual-networks?parent_id=d00c2be7-6039-41b0-a0c3-5647a60ce17f&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.020322 10.0.0.249 - - [2025-09-11 03:25:15] "POST /virtual-networks HTTP/1.1" 200 568 0.083849 10.0.0.249 - - [2025-09-11 03:25:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.039137 10.0.0.49 - - [2025-09-11 03:25:15] "POST /ref-update HTTP/1.1" 200 156 0.035144 10.0.0.249 - - [2025-09-11 03:25:15] "GET /network-ipam/06813d76-0dc2-489e-8805-990708c71d2d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1041 0.018391 10.0.0.49 - - [2025-09-11 03:25:15] "POST /useragent-kv HTTP/1.1" 200 115 0.005591 10.0.0.249 - - [2025-09-11 03:25:15] "POST /ref-update HTTP/1.1" 200 156 0.087792 10.0.0.249 - - [2025-09-11 03:25:15] "POST /neutron/network HTTP/1.1" 200 831 0.051294 10.0.0.249 - - [2025-09-11 03:25:16] "GET /virtual-network/b0a667bd-43c2-41c2-a1e9-dad8ef05a5a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1980 0.018897 10.0.0.249 - - [2025-09-11 03:25:16] "POST /neutron/subnet HTTP/1.1" 200 673 0.044570 10.0.0.249 - - [2025-09-11 03:25:16] "POST /id-to-fqname HTTP/1.1" 401 293 0.000453 10.0.0.249 - - [2025-09-11 03:25:17] "POST /id-to-fqname HTTP/1.1" 200 230 0.047460 10.0.0.249 - - [2025-09-11 03:25:18] "POST /neutron/network HTTP/1.1" 200 841 0.054281 10.0.0.49 - - [2025-09-11 03:25:18] "GET /projects?obj_uuids=8332c982-54d0-4064-a481-b4cdd2085dab&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001025 10.0.0.249 - - [2025-09-11 03:25:19] "GET /project/8332c982-54d0-4064-a481-b4cdd2085dab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1343 0.065746 10.0.0.249 - - [2025-09-11 03:25:19] "POST /neutron/security_group HTTP/1.1" 200 2076 0.029966 10.0.0.249 - - [2025-09-11 03:25:19] "POST /neutron/network HTTP/1.1" 200 841 0.030495 10.0.0.249 - - [2025-09-11 03:25:20] "POST /neutron/port HTTP/1.1" 200 1055 0.041396 10.0.0.249 - - [2025-09-11 03:25:20] "POST /neutron/port HTTP/1.1" 200 1083 0.016473 10.0.0.249 - - [2025-09-11 03:25:20] "POST /neutron/port HTTP/1.1" 200 117 0.001239 10.0.0.249 - - [2025-09-11 03:25:24] "POST /neutron/security_group HTTP/1.1" 200 2053 0.009477 10.0.0.249 - - [2025-09-11 03:25:24] "POST /neutron/port HTTP/1.1" 200 1083 0.014219 10.0.0.249 - - [2025-09-11 03:25:24] "POST /neutron/security_group HTTP/1.1" 200 2053 0.007397 10.0.0.249 - - [2025-09-11 03:25:24] "GET /virtual-machine/b6c660c9-00a2-4ac9-bfc9-e2b4021ffd43 HTTP/1.1" 401 293 0.000406 10.0.0.249 - - [2025-09-11 03:25:25] "GET /virtual-machine/b6c660c9-00a2-4ac9-bfc9-e2b4021ffd43 HTTP/1.1" 200 1288 0.045116 10.0.0.249 - - [2025-09-11 03:25:25] "GET /virtual-machine/b6c660c9-00a2-4ac9-bfc9-e2b4021ffd43 HTTP/1.1" 200 1288 0.015986 10.0.0.249 - - [2025-09-11 03:25:25] "GET /virtual-machine-interface/fb0de6df-f00c-496d-b484-da9a9a391a47 HTTP/1.1" 200 2531 0.020627 10.0.0.249 - - [2025-09-11 03:25:25] "GET /virtual-machine/b6c660c9-00a2-4ac9-bfc9-e2b4021ffd43 HTTP/1.1" 200 1288 0.017877 10.0.0.249 - - [2025-09-11 03:25:25] "GET /virtual-machine-interface/fb0de6df-f00c-496d-b484-da9a9a391a47 HTTP/1.1" 200 2531 0.020530 10.0.0.249 - - [2025-09-11 03:25:25] "GET /instance-ip/d43dbd9c-e99e-4bcf-a4f4-61390f0fb78d HTTP/1.1" 200 1626 0.019864 10.0.0.249 - - [2025-09-11 03:25:25] "GET /virtual-machine/b6c660c9-00a2-4ac9-bfc9-e2b4021ffd43 HTTP/1.1" 200 1288 0.022108 10.0.0.249 - - [2025-09-11 03:25:25] "GET /virtual-machine-interface/fb0de6df-f00c-496d-b484-da9a9a391a47 HTTP/1.1" 200 2531 0.019558 10.0.0.249 - - [2025-09-11 03:25:25] "GET /instance-ip/d43dbd9c-e99e-4bcf-a4f4-61390f0fb78d HTTP/1.1" 200 1626 0.017855 10.0.0.249 - - [2025-09-11 03:25:25] "POST /fqname-to-id HTTP/1.1" 403 339 0.016899 10.0.0.249 - - [2025-09-11 03:25:25] "GET / HTTP/1.1" 200 35931 0.002302 10.0.0.249 - - [2025-09-11 03:25:25] "POST /fqname-to-id HTTP/1.1" 401 293 0.000531 10.0.0.249 - - [2025-09-11 03:25:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.023943 10.0.0.249 - - [2025-09-11 03:25:26] "GET /global-vrouter-config/34ac33d4-7223-40b7-b082-da1d7603178b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003603 10.0.0.249 - - [2025-09-11 03:25:26] "GET /virtual-networks?parent_id=8332c982-54d0-4064-a481-b4cdd2085dab&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.013963 10.0.0.249 - - [2025-09-11 03:25:26] "POST /fqname-to-id HTTP/1.1" 403 339 0.015402 10.0.0.249 - - [2025-09-11 03:25:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004750 10.0.0.249 - - [2025-09-11 03:25:26] "GET /global-vrouter-config/34ac33d4-7223-40b7-b082-da1d7603178b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.007709 10.0.0.249 - - [2025-09-11 03:25:26] "GET /virtual-networks?parent_id=8332c982-54d0-4064-a481-b4cdd2085dab&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.015249 10.0.0.249 - - [2025-09-11 03:25:26] "POST /fqname-to-id HTTP/1.1" 403 339 0.016973 10.0.0.249 - - [2025-09-11 03:25:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003458 10.0.0.249 - - [2025-09-11 03:25:26] "GET /global-vrouter-config/34ac33d4-7223-40b7-b082-da1d7603178b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003954 10.0.0.249 - - [2025-09-11 03:25:26] "GET /virtual-networks?parent_id=8332c982-54d0-4064-a481-b4cdd2085dab&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.015511 10.0.0.249 - - [2025-09-11 03:25:26] "POST /fqname-to-id HTTP/1.1" 403 339 0.015533 10.0.0.249 - - [2025-09-11 03:25:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003674 10.0.0.249 - - [2025-09-11 03:25:26] "GET /global-vrouter-config/34ac33d4-7223-40b7-b082-da1d7603178b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004117 10.0.0.249 - - [2025-09-11 03:25:26] "GET /virtual-networks?parent_id=8332c982-54d0-4064-a481-b4cdd2085dab&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.016225 10.0.0.249 - - [2025-09-11 03:25:26] "POST /fqname-to-id HTTP/1.1" 403 339 0.016920 10.0.0.249 - - [2025-09-11 03:25:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003559 10.0.0.249 - - [2025-09-11 03:25:26] "GET /global-vrouter-config/34ac33d4-7223-40b7-b082-da1d7603178b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003796 10.0.0.249 - - [2025-09-11 03:25:26] "GET /virtual-networks?parent_id=8332c982-54d0-4064-a481-b4cdd2085dab&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.015395 10.0.0.249 - - [2025-09-11 03:25:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.023837 10.0.0.249 - - [2025-09-11 03:25:29] "GET /virtual-network/b0a667bd-43c2-41c2-a1e9-dad8ef05a5a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1980 0.018889 10.0.0.249 - - [2025-09-11 03:25:33] "POST /fqname-to-id HTTP/1.1" 403 339 0.016162 10.0.0.249 - - [2025-09-11 03:25:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003970 10.0.0.249 - - [2025-09-11 03:25:34] "GET /global-vrouter-config/34ac33d4-7223-40b7-b082-da1d7603178b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004151 10.0.0.249 - - [2025-09-11 03:25:34] "GET /virtual-networks?parent_id=8332c982-54d0-4064-a481-b4cdd2085dab&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.017000 10.0.0.249 - - [2025-09-11 03:25:34] "POST /fqname-to-id HTTP/1.1" 403 339 0.015825 10.0.0.249 - - [2025-09-11 03:25:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.002523 10.0.0.249 - - [2025-09-11 03:25:34] "GET /global-vrouter-config/34ac33d4-7223-40b7-b082-da1d7603178b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003833 10.0.0.249 - - [2025-09-11 03:25:34] "GET /virtual-networks?parent_id=8332c982-54d0-4064-a481-b4cdd2085dab&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.014283 10.0.0.249 - - [2025-09-11 03:25:34] "POST /fqname-to-id HTTP/1.1" 403 361 0.015722 10.0.0.249 - - [2025-09-11 03:25:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004056 10.0.0.249 - - [2025-09-11 03:25:34] "GET /routing-instance/503e8fa1-b57a-4f56-b723-ab2fdca944d3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1530 0.004660 10.0.0.249 - - [2025-09-11 03:25:34] "GET /route-target/57114b5c-198f-4e4c-85be-065799dfdb82?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 361 0.014524 10.0.0.249 - - [2025-09-11 03:25:34] "GET /route-target/57114b5c-198f-4e4c-85be-065799dfdb82?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 900 0.003483 10.0.0.249 - - [2025-09-11 03:25:34] "POST /fqname-to-id HTTP/1.1" 403 339 0.014683 10.0.0.249 - - [2025-09-11 03:25:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.002720 10.0.0.249 - - [2025-09-11 03:25:34] "GET /global-vrouter-config/34ac33d4-7223-40b7-b082-da1d7603178b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003234 10.0.0.249 - - [2025-09-11 03:25:34] "GET /virtual-networks?parent_id=8332c982-54d0-4064-a481-b4cdd2085dab&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.013108 10.0.0.249 - - [2025-09-11 03:25:34] "POST /fqname-to-id HTTP/1.1" 403 361 0.015251 10.0.0.249 - - [2025-09-11 03:25:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003258 10.0.0.249 - - [2025-09-11 03:25:34] "GET /routing-instance/503e8fa1-b57a-4f56-b723-ab2fdca944d3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1530 0.003820 10.0.0.249 - - [2025-09-11 03:25:34] "GET /route-target/57114b5c-198f-4e4c-85be-065799dfdb82?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 361 0.027452 10.0.0.249 - - [2025-09-11 03:25:34] "GET /route-target/57114b5c-198f-4e4c-85be-065799dfdb82?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 900 0.003322 10.0.0.249 - - [2025-09-11 03:25:34] "POST /fqname-to-id HTTP/1.1" 403 339 0.015568 10.0.0.249 - - [2025-09-11 03:25:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.002945 10.0.0.249 - - [2025-09-11 03:25:34] "GET /global-vrouter-config/34ac33d4-7223-40b7-b082-da1d7603178b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.006318 10.0.0.249 - - [2025-09-11 03:25:34] "GET /virtual-networks?parent_id=8332c982-54d0-4064-a481-b4cdd2085dab&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.015737 10.0.0.249 - - [2025-09-11 03:25:34] "POST /fqname-to-id HTTP/1.1" 403 339 0.016593 10.0.0.249 - - [2025-09-11 03:25:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003342 10.0.0.249 - - [2025-09-11 03:25:34] "GET /global-vrouter-config/34ac33d4-7223-40b7-b082-da1d7603178b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003513 10.0.0.249 - - [2025-09-11 03:25:34] "GET /virtual-networks?parent_id=8332c982-54d0-4064-a481-b4cdd2085dab&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.013642 10.0.0.49 - - [2025-09-11 03:25:35] "GET /obj-perms HTTP/1.1" 200 4934 0.062432 10.0.0.49 - - [2025-09-11 03:25:37] "GET /virtual-machine/b6c660c9-00a2-4ac9-bfc9-e2b4021ffd43?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 993 0.017196 10.0.0.49 - - [2025-09-11 03:25:41] "GET /obj-perms HTTP/1.1" 200 4934 0.013846 10.0.0.49 - - [2025-09-11 03:25:43] "GET /virtual-machine/b6c660c9-00a2-4ac9-bfc9-e2b4021ffd43?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 993 0.025994 10.0.0.249 - - [2025-09-11 03:25:46] "GET /obj-perms HTTP/1.1" 200 4934 0.077821 10.0.0.249 - - [2025-09-11 03:25:46] "GET /virtual-machine-interface/fb0de6df-f00c-496d-b484-da9a9a391a47?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2310 0.020654 10.0.0.249 - - [2025-09-11 03:25:46] "GET /virtual-machine-interface/fb0de6df-f00c-496d-b484-da9a9a391a47?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2310 0.023829 10.0.0.49 - - [2025-09-11 03:25:46] "GET /obj-perms HTTP/1.1" 200 4934 0.018507 10.0.0.249 - - [2025-09-11 03:25:46] "GET /virtual-machine-interface/fb0de6df-f00c-496d-b484-da9a9a391a47?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2310 0.021188 10.0.0.249 - - [2025-09-11 03:25:46] "GET /virtual-network/b0a667bd-43c2-41c2-a1e9-dad8ef05a5a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1980 0.017290 10.0.0.49 - - [2025-09-11 03:25:46] "GET /virtual-machine/b6c660c9-00a2-4ac9-bfc9-e2b4021ffd43?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 993 0.022228 10.0.0.249 - - [2025-09-11 03:25:47] "GET /obj-perms HTTP/1.1" 200 4934 0.061791 10.0.0.249 - - [2025-09-11 03:25:48] "GET /obj-perms HTTP/1.1" 200 4934 0.016644 10.0.0.249 - - [2025-09-11 03:25:48] "GET /obj-perms HTTP/1.1" 200 4934 0.056898 10.0.0.249 - - [2025-09-11 03:25:48] "GET /virtual-machines?detail=False&count=False&shared=False HTTP/1.1" 200 320 0.024186 10.0.0.49 - - [2025-09-11 03:25:49] "GET /obj-perms HTTP/1.1" 200 4934 0.013941 10.0.0.249 - - [2025-09-11 03:25:49] "GET /virtual-machine/b6c660c9-00a2-4ac9-bfc9-e2b4021ffd43 HTTP/1.1" 200 1288 0.017753 10.0.0.249 - - [2025-09-11 03:25:50] "POST /neutron/port HTTP/1.1" 200 1083 0.016168 10.0.0.249 - - [2025-09-11 03:25:51] "GET /virtual-machine/b6c660c9-00a2-4ac9-bfc9-e2b4021ffd43 HTTP/1.1" 404 171 0.015002 10.0.0.249 - - [2025-09-11 03:25:51] "GET /virtual-machine/b6c660c9-00a2-4ac9-bfc9-e2b4021ffd43 HTTP/1.1" 404 171 0.013289 10.0.0.249 - - [2025-09-11 03:25:51] "GET /virtual-machine/b6c660c9-00a2-4ac9-bfc9-e2b4021ffd43 HTTP/1.1" 404 171 0.012504 10.0.0.249 - - [2025-09-11 03:25:51] "POST /fqname-to-id HTTP/1.1" 403 339 0.014825 10.0.0.249 - - [2025-09-11 03:25:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002830 10.0.0.249 - - [2025-09-11 03:25:51] "GET /global-vrouter-config/34ac33d4-7223-40b7-b082-da1d7603178b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003031 10.0.0.249 - - [2025-09-11 03:25:51] "GET /virtual-networks?parent_id=8332c982-54d0-4064-a481-b4cdd2085dab&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.013483 10.0.0.249 - - [2025-09-11 03:25:51] "POST /fqname-to-id HTTP/1.1" 403 361 0.015686 10.0.0.249 - - [2025-09-11 03:25:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.079350 10.0.0.249 - - [2025-09-11 03:25:52] "GET /routing-instance/503e8fa1-b57a-4f56-b723-ab2fdca944d3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1530 0.003731 10.0.0.249 - - [2025-09-11 03:25:52] "GET /route-target/57114b5c-198f-4e4c-85be-065799dfdb82?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 361 0.014227 10.0.0.249 - - [2025-09-11 03:25:52] "GET /route-target/57114b5c-198f-4e4c-85be-065799dfdb82?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 900 0.004581 10.0.0.249 - - [2025-09-11 03:25:52] "GET /obj-perms HTTP/1.1" 200 4934 0.056533 10.0.0.249 - - [2025-09-11 03:25:55] "GET /obj-perms HTTP/1.1" 200 5039 0.053791 10.0.0.49 - - [2025-09-11 03:25:55] "GET /obj-perms HTTP/1.1" 200 5039 0.045485 10.0.0.22 - - [2025-09-11 03:25:58] "GET /obj-perms HTTP/1.1" 200 5075 0.041653 10.0.0.249 - - [2025-09-11 03:26:01] "GET /obj-perms HTTP/1.1" 200 5039 0.004156 10.0.0.49 - - [2025-09-11 03:26:05] "GET /obj-perms HTTP/1.1" 200 5039 0.003982 10.0.0.49 - - [2025-09-11 03:26:07] "DELETE /project/d00c2be7603941b0a0c35647a60ce17f HTTP/1.1" 404 173 0.002672 10.0.0.49 - - [2025-09-11 03:26:07] "DELETE /project/8332c98254d04064a481b4cdd2085dab HTTP/1.1" 404 173 0.005034 10.0.0.22 - - [2025-09-11 03:26:10] "GET /global-system-configs HTTP/1.1" 200 322 0.092394 10.0.0.249 - - [2025-09-11 03:26:10] "GET /obj-perms HTTP/1.1" 200 5075 0.165086 10.0.0.49 - - [2025-09-11 03:26:10] "GET /global-system-configs HTTP/1.1" 200 322 0.104248 10.0.0.49 - - [2025-09-11 03:26:10] "GET /obj-perms HTTP/1.1" 200 5075 0.155441 10.0.0.22 - - [2025-09-11 03:26:10] "GET /global-system-configs HTTP/1.1" 200 322 0.098485 10.0.0.49 - - [2025-09-11 03:26:11] "GET /global-system-configs HTTP/1.1" 200 322 0.172996 10.0.0.22 - - [2025-09-11 03:26:11] "GET /obj-perms HTTP/1.1" 200 5075 0.268844 10.0.0.249 - - [2025-09-11 03:26:11] "GET /obj-perms HTTP/1.1" 200 5075 0.278654 10.0.0.49 - - [2025-09-11 03:26:11] "GET /obj-perms HTTP/1.1" 200 5039 0.003375 10.0.0.249 - - [2025-09-11 03:26:11] "GET /global-system-configs HTTP/1.1" 200 322 0.048464 10.0.0.249 - - [2025-09-11 03:26:11] "POST /neutron/port HTTP/1.1" 200 2095 0.017632 10.0.0.249 - - [2025-09-11 03:26:11] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004384 10.0.0.249 - - [2025-09-11 03:26:12] "POST /neutron/network HTTP/1.1" 200 843 0.006389 10.0.0.249 - - [2025-09-11 03:26:12] "POST /neutron/port HTTP/1.1" 200 117 0.001415 10.0.0.249 - - [2025-09-11 03:26:12] "GET /global-system-configs HTTP/1.1" 200 322 0.102413 10.0.0.249 - - [2025-09-11 03:26:12] "GET /obj-perms HTTP/1.1" 200 5075 0.141897 10.0.0.22 - - [2025-09-11 03:26:12] "GET /obj-perms HTTP/1.1" 200 5075 0.157704 10.0.0.49 - - [2025-09-11 03:26:14] "GET /obj-perms HTTP/1.1" 200 5039 0.004317 10.0.0.249 - - [2025-09-11 03:26:17] "GET /obj-perms HTTP/1.1" 200 5039 0.004005 10.0.0.49 - - [2025-09-11 03:26:17] "POST /useragent-kv HTTP/1.1" 200 115 0.006121 10.0.0.49 - - [2025-09-11 03:26:17] "POST /useragent-kv HTTP/1.1" 200 115 0.004662 10.0.0.249 - - [2025-09-11 03:26:17] "DELETE /virtual-network/b0a667bd-43c2-41c2-a1e9-dad8ef05a5a8 HTTP/1.1" 200 115 0.118329 10.0.0.249 - - [2025-09-11 03:26:17] "DELETE /api-access-list/4f6b2364-2c89-4ea0-ae8b-296ce3cf273a HTTP/1.1" 200 115 0.042308 10.0.0.49 - - [2025-09-11 03:26:18] "GET /projects?obj_uuids=8332c982-54d0-4064-a481-b4cdd2085dab&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001021 10.0.0.249 - - [2025-09-11 03:26:18] "GET /project/8332c982-54d0-4064-a481-b4cdd2085dab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1343 0.045145 10.0.0.49 - - [2025-09-11 03:26:18] "GET /projects?obj_uuids=8332c982-54d0-4064-a481-b4cdd2085dab&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000906 10.0.0.249 - - [2025-09-11 03:26:18] "GET /project/8332c982-54d0-4064-a481-b4cdd2085dab?fields=virtual_networks HTTP/1.1" 200 1022 0.041888 10.0.0.49 - - [2025-09-11 03:26:18] "GET /projects?obj_uuids=8332c982-54d0-4064-a481-b4cdd2085dab&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000961 10.0.0.249 - - [2025-09-11 03:26:18] "GET /project/8332c982-54d0-4064-a481-b4cdd2085dab?fields=virtual_machine_interfaces HTTP/1.1" 200 1022 0.055253 10.0.0.49 - - [2025-09-11 03:26:18] "GET /projects?obj_uuids=8332c982-54d0-4064-a481-b4cdd2085dab&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000941 10.0.0.249 - - [2025-09-11 03:26:18] "GET /project/8332c982-54d0-4064-a481-b4cdd2085dab?fields=security_groups HTTP/1.1" 200 1243 0.057246 10.0.0.49 - - [2025-09-11 03:26:18] "GET /projects?obj_uuids=d00c2be7-6039-41b0-a0c3-5647a60ce17f&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001186 10.0.0.249 - - [2025-09-11 03:26:18] "GET /project/d00c2be7-6039-41b0-a0c3-5647a60ce17f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1344 0.047685 10.0.0.49 - - [2025-09-11 03:26:18] "GET /projects?obj_uuids=d00c2be7-6039-41b0-a0c3-5647a60ce17f&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001032 10.0.0.249 - - [2025-09-11 03:26:18] "GET /project/d00c2be7-6039-41b0-a0c3-5647a60ce17f?fields=virtual_networks HTTP/1.1" 200 1023 0.043094 10.0.0.49 - - [2025-09-11 03:26:18] "GET /projects?obj_uuids=d00c2be7-6039-41b0-a0c3-5647a60ce17f&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001151 10.0.0.249 - - [2025-09-11 03:26:19] "GET /project/d00c2be7-6039-41b0-a0c3-5647a60ce17f?fields=virtual_machine_interfaces HTTP/1.1" 200 1023 0.043814 10.0.0.49 - - [2025-09-11 03:26:19] "GET /projects?obj_uuids=d00c2be7-6039-41b0-a0c3-5647a60ce17f&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000915 10.0.0.249 - - [2025-09-11 03:26:19] "GET /project/d00c2be7-6039-41b0-a0c3-5647a60ce17f?fields=security_groups HTTP/1.1" 200 1244 0.042413 10.0.0.249 - - [2025-09-11 03:26:21] "GET /api-access-list/97e85a27-e1d9-4484-8b10-459640989e07?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2411 0.004709 10.0.0.249 - - [2025-09-11 03:26:21] "PUT /api-access-list/97e85a27-e1d9-4484-8b10-459640989e07 HTTP/1.1" 200 264 0.015184 10.0.0.49 - - [2025-09-11 03:26:21] "GET /projects?obj_uuids=913e256c-d360-4762-a9e3-9724fdbc19ad&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000934 10.0.0.249 - - [2025-09-11 03:26:21] "GET /project/913e256c-d360-4762-a9e3-9724fdbc19ad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1344 0.039053 10.0.0.49 - - [2025-09-11 03:26:21] "GET /projects?obj_uuids=913e256c-d360-4762-a9e3-9724fdbc19ad&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000973 10.0.0.249 - - [2025-09-11 03:26:21] "GET /project/913e256c-d360-4762-a9e3-9724fdbc19ad?fields=virtual_networks HTTP/1.1" 200 1023 0.046057 10.0.0.49 - - [2025-09-11 03:26:21] "GET /projects?obj_uuids=913e256c-d360-4762-a9e3-9724fdbc19ad&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001296 10.0.0.249 - - [2025-09-11 03:26:21] "GET /project/913e256c-d360-4762-a9e3-9724fdbc19ad?fields=virtual_machine_interfaces HTTP/1.1" 200 1023 0.049672 10.0.0.49 - - [2025-09-11 03:26:21] "GET /projects?obj_uuids=913e256c-d360-4762-a9e3-9724fdbc19ad&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001145 10.0.0.249 - - [2025-09-11 03:26:21] "GET /project/913e256c-d360-4762-a9e3-9724fdbc19ad?fields=security_groups HTTP/1.1" 200 1244 0.046061 10.0.0.249 - - [2025-09-11 03:26:22] "POST /fqname-to-id HTTP/1.1" 404 188 0.024933 10.0.0.49 - - [2025-09-11 03:26:22] "GET /projects?obj_uuids=761fa377-78bb-44a4-9680-fb3157476eff&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002802 10.0.0.49 - - [2025-09-11 03:26:22] "GET /domains?obj_uuids=6cefd47d-baca-4df6-a10c-ec963319da07&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001428 10.0.0.49 - - [2025-09-11 03:26:22] "GET /domain/6cefd47d-baca-4df6-a10c-ec963319da07?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.009840 10.0.0.49 - - [2025-09-11 03:26:22] "POST /id-to-fqname HTTP/1.1" 200 190 0.012529 10.0.0.49 - - [2025-09-11 03:26:22] "POST /fqname-to-id HTTP/1.1" 404 199 0.003031 10.0.0.49 - - [2025-09-11 03:26:22] "POST /security-groups HTTP/1.1" 200 591 0.029140 10.0.0.49 - - [2025-09-11 03:26:23] "POST /fqname-to-id HTTP/1.1" 404 234 0.004795 10.0.0.49 - - [2025-09-11 03:26:23] "POST /projects HTTP/1.1" 200 585 0.272509 10.0.0.49 - - [2025-09-11 03:26:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.343988 10.0.0.49 - - [2025-09-11 03:26:23] "POST /access-control-lists HTTP/1.1" 200 594 0.045258 10.0.0.249 - - [2025-09-11 03:26:23] "GET /project/761fa377-78bb-44a4-9680-fb3157476eff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.505936 10.0.0.249 - - [2025-09-11 03:26:24] "GET / HTTP/1.1" 200 35931 0.001886 10.0.0.249 - - [2025-09-11 03:26:26] "POST /fqname-to-id HTTP/1.1" 401 293 0.000445 10.0.0.249 - - [2025-09-11 03:26:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.026950 10.0.0.249 - - [2025-09-11 03:26:26] "GET /api-access-list/97e85a27-e1d9-4484-8b10-459640989e07?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1882 0.003722 10.0.0.249 - - [2025-09-11 03:26:26] "GET /api-access-list/97e85a27-e1d9-4484-8b10-459640989e07?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1882 0.003395 10.0.0.249 - - [2025-09-11 03:26:26] "GET /api-access-list/97e85a27-e1d9-4484-8b10-459640989e07?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1882 0.003284 10.0.0.249 - - [2025-09-11 03:26:26] "PUT /api-access-list/97e85a27-e1d9-4484-8b10-459640989e07 HTTP/1.1" 200 264 0.015679 10.0.0.249 - - [2025-09-11 03:26:28] "POST /fqname-to-id HTTP/1.1" 404 188 0.022927 10.0.0.49 - - [2025-09-11 03:26:28] "GET /projects?obj_uuids=2d2d94b7-b016-42e6-aed1-4d23af4cfe7a&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002982 10.0.0.49 - - [2025-09-11 03:26:28] "GET /domains?obj_uuids=6cefd47d-baca-4df6-a10c-ec963319da07&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000901 10.0.0.49 - - [2025-09-11 03:26:28] "GET /domain/6cefd47d-baca-4df6-a10c-ec963319da07?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007060 10.0.0.49 - - [2025-09-11 03:26:28] "POST /id-to-fqname HTTP/1.1" 200 190 0.003891 10.0.0.49 - - [2025-09-11 03:26:28] "POST /fqname-to-id HTTP/1.1" 404 199 0.008443 10.0.0.49 - - [2025-09-11 03:26:28] "POST /security-groups HTTP/1.1" 200 591 0.073420 10.0.0.49 - - [2025-09-11 03:26:28] "POST /projects HTTP/1.1" 200 585 0.283656 10.0.0.49 - - [2025-09-11 03:26:28] "POST /fqname-to-id HTTP/1.1" 404 233 0.008362 10.0.0.49 - - [2025-09-11 03:26:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.356090 10.0.0.249 - - [2025-09-11 03:26:28] "GET /project/2d2d94b7-b016-42e6-aed1-4d23af4cfe7a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.494540 10.0.0.249 - - [2025-09-11 03:26:29] "POST /fqname-to-id HTTP/1.1" 404 188 0.022134 10.0.0.49 - - [2025-09-11 03:26:29] "GET /projects?obj_uuids=7cd22c5b-f309-4484-a281-4e298271b64c&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003634 10.0.0.49 - - [2025-09-11 03:26:29] "GET /domains?obj_uuids=6cefd47d-baca-4df6-a10c-ec963319da07&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000949 10.0.0.49 - - [2025-09-11 03:26:29] "GET /domain/6cefd47d-baca-4df6-a10c-ec963319da07?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006917 10.0.0.49 - - [2025-09-11 03:26:29] "POST /id-to-fqname HTTP/1.1" 200 190 0.008703 10.0.0.49 - - [2025-09-11 03:26:29] "POST /fqname-to-id HTTP/1.1" 404 199 0.008067 10.0.0.49 - - [2025-09-11 03:26:29] "POST /security-groups HTTP/1.1" 200 591 0.028578 10.0.0.49 - - [2025-09-11 03:26:29] "POST /projects HTTP/1.1" 200 585 0.248272 10.0.0.49 - - [2025-09-11 03:26:29] "POST /access-control-lists HTTP/1.1" 200 596 0.029280 10.0.0.49 - - [2025-09-11 03:26:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.319436 10.0.0.249 - - [2025-09-11 03:26:29] "GET /project/7cd22c5b-f309-4484-a281-4e298271b64c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.456064 10.0.0.249 - - [2025-09-11 03:26:30] "GET / HTTP/1.1" 200 35931 0.003699 10.0.0.249 - - [2025-09-11 03:26:31] "GET / HTTP/1.1" 200 35931 0.001673 10.0.0.249 - - [2025-09-11 03:26:31] "POST /fqname-to-id HTTP/1.1" 404 183 0.003135 10.0.0.249 - - [2025-09-11 03:26:31] "POST /api-access-lists HTTP/1.1" 200 521 0.019271 10.0.0.249 - - [2025-09-11 03:26:31] "GET /api-access-list/0dd535fe-095f-4fee-82dd-1bc261277753?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1287 0.005947 10.0.0.249 - - [2025-09-11 03:26:32] "POST /fqname-to-id HTTP/1.1" 401 293 0.000574 10.0.0.249 - - [2025-09-11 03:26:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.069728 10.0.0.49 - - [2025-09-11 03:26:32] "GET /projects?obj_uuids=2d2d94b7-b016-42e6-aed1-4d23af4cfe7a&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001237 10.0.0.249 - - [2025-09-11 03:26:32] "GET /project/2d2d94b7-b016-42e6-aed1-4d23af4cfe7a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.075190 10.0.0.249 - - [2025-09-11 03:26:32] "GET /virtual-networks?parent_id=2d2d94b7-b016-42e6-aed1-4d23af4cfe7a&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.018204 10.0.0.249 - - [2025-09-11 03:26:32] "POST /virtual-networks HTTP/1.1" 200 583 0.089064 10.0.0.49 - - [2025-09-11 03:26:32] "POST /route-targets HTTP/1.1" 200 327 0.013883 10.0.0.249 - - [2025-09-11 03:26:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.035972 10.0.0.249 - - [2025-09-11 03:26:32] "GET /network-ipam/06813d76-0dc2-489e-8805-990708c71d2d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1041 0.015496 10.0.0.49 - - [2025-09-11 03:26:32] "POST /useragent-kv HTTP/1.1" 200 115 0.010808 10.0.0.249 - - [2025-09-11 03:26:32] "POST /ref-update HTTP/1.1" 200 156 0.100850 10.0.0.249 - - [2025-09-11 03:26:33] "POST /neutron/network HTTP/1.1" 200 848 0.048332 10.0.0.249 - - [2025-09-11 03:26:33] "GET /virtual-network/e02fb28b-8773-4ce3-b6a7-2edd79e19831?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2014 0.018955 10.0.0.249 - - [2025-09-11 03:26:33] "POST /fqname-to-id HTTP/1.1" 401 293 0.000452 10.0.0.249 - - [2025-09-11 03:26:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.048307 10.0.0.49 - - [2025-09-11 03:26:33] "GET /projects?obj_uuids=7cd22c5b-f309-4484-a281-4e298271b64c&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001592 10.0.0.249 - - [2025-09-11 03:26:33] "GET /project/7cd22c5b-f309-4484-a281-4e298271b64c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.066262 10.0.0.249 - - [2025-09-11 03:26:33] "GET /virtual-networks?parent_id=7cd22c5b-f309-4484-a281-4e298271b64c&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.016006 10.0.0.249 - - [2025-09-11 03:26:33] "POST /virtual-networks HTTP/1.1" 200 583 0.100089 10.0.0.249 - - [2025-09-11 03:26:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.042637 10.0.0.49 - - [2025-09-11 03:26:33] "POST /ref-update HTTP/1.1" 200 156 0.028011 10.0.0.249 - - [2025-09-11 03:26:34] "GET /network-ipam/06813d76-0dc2-489e-8805-990708c71d2d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1041 0.016385 10.0.0.49 - - [2025-09-11 03:26:34] "POST /useragent-kv HTTP/1.1" 200 115 0.011061 10.0.0.249 - - [2025-09-11 03:26:34] "POST /ref-update HTTP/1.1" 200 156 0.092307 10.0.0.249 - - [2025-09-11 03:26:34] "POST /neutron/network HTTP/1.1" 200 848 0.071136 10.0.0.249 - - [2025-09-11 03:26:34] "GET /virtual-network/6b90387b-7624-4761-8ba9-627dd0397770?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.017633 10.0.0.249 - - [2025-09-11 03:26:34] "POST /neutron/subnet HTTP/1.1" 200 679 0.037222 10.0.0.249 - - [2025-09-11 03:26:35] "PUT /virtual-network/e02fb28b-8773-4ce3-b6a7-2edd79e19831 HTTP/1.1" 200 264 0.047983 10.0.0.249 - - [2025-09-11 03:26:35] "PUT /virtual-network/e02fb28b-8773-4ce3-b6a7-2edd79e19831 HTTP/1.1" 200 264 0.049782 10.0.0.49 - - [2025-09-11 03:26:35] "POST /useragent-kv HTTP/1.1" 200 115 0.003414 10.0.0.49 - - [2025-09-11 03:26:35] "POST /useragent-kv HTTP/1.1" 200 115 0.002892 10.0.0.249 - - [2025-09-11 03:26:35] "DELETE /virtual-network/6b90387b-7624-4761-8ba9-627dd0397770 HTTP/1.1" 200 115 0.119650 10.0.0.49 - - [2025-09-11 03:26:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.005561 10.0.0.49 - - [2025-09-11 03:26:35] "POST /useragent-kv HTTP/1.1" 200 115 0.004176 10.0.0.49 - - [2025-09-11 03:26:35] "POST /useragent-kv HTTP/1.1" 200 115 0.002247 10.0.0.249 - - [2025-09-11 03:26:35] "DELETE /virtual-network/e02fb28b-8773-4ce3-b6a7-2edd79e19831 HTTP/1.1" 200 115 0.138357 10.0.0.249 - - [2025-09-11 03:26:35] "DELETE /api-access-list/0dd535fe-095f-4fee-82dd-1bc261277753 HTTP/1.1" 200 115 0.034798 10.0.0.49 - - [2025-09-11 03:26:36] "GET /projects?obj_uuids=7cd22c5b-f309-4484-a281-4e298271b64c&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000907 10.0.0.249 - - [2025-09-11 03:26:36] "GET /project/7cd22c5b-f309-4484-a281-4e298271b64c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.045320 10.0.0.49 - - [2025-09-11 03:26:36] "GET /projects?obj_uuids=7cd22c5b-f309-4484-a281-4e298271b64c&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001086 10.0.0.249 - - [2025-09-11 03:26:36] "GET /project/7cd22c5b-f309-4484-a281-4e298271b64c?fields=virtual_networks HTTP/1.1" 200 1032 0.046955 10.0.0.49 - - [2025-09-11 03:26:36] "GET /projects?obj_uuids=7cd22c5b-f309-4484-a281-4e298271b64c&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000950 10.0.0.249 - - [2025-09-11 03:26:36] "GET /project/7cd22c5b-f309-4484-a281-4e298271b64c?fields=virtual_machine_interfaces HTTP/1.1" 200 1032 0.040326 10.0.0.49 - - [2025-09-11 03:26:36] "GET /projects?obj_uuids=7cd22c5b-f309-4484-a281-4e298271b64c&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001111 10.0.0.249 - - [2025-09-11 03:26:36] "GET /project/7cd22c5b-f309-4484-a281-4e298271b64c?fields=security_groups HTTP/1.1" 200 1258 0.054856 10.0.0.49 - - [2025-09-11 03:26:36] "GET /projects?obj_uuids=2d2d94b7-b016-42e6-aed1-4d23af4cfe7a&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001194 10.0.0.249 - - [2025-09-11 03:26:36] "GET /project/2d2d94b7-b016-42e6-aed1-4d23af4cfe7a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.044392 10.0.0.49 - - [2025-09-11 03:26:36] "GET /projects?obj_uuids=2d2d94b7-b016-42e6-aed1-4d23af4cfe7a&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001224 10.0.0.249 - - [2025-09-11 03:26:36] "GET /project/2d2d94b7-b016-42e6-aed1-4d23af4cfe7a?fields=virtual_networks HTTP/1.1" 200 1032 0.045873 10.0.0.49 - - [2025-09-11 03:26:36] "GET /projects?obj_uuids=2d2d94b7-b016-42e6-aed1-4d23af4cfe7a&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001248 10.0.0.249 - - [2025-09-11 03:26:36] "GET /project/2d2d94b7-b016-42e6-aed1-4d23af4cfe7a?fields=virtual_machine_interfaces HTTP/1.1" 200 1032 0.043043 10.0.0.49 - - [2025-09-11 03:26:36] "GET /projects?obj_uuids=2d2d94b7-b016-42e6-aed1-4d23af4cfe7a&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001015 10.0.0.249 - - [2025-09-11 03:26:37] "GET /project/2d2d94b7-b016-42e6-aed1-4d23af4cfe7a?fields=security_groups HTTP/1.1" 200 1258 0.046814 10.0.0.249 - - [2025-09-11 03:26:40] "GET / HTTP/1.1" 200 35931 0.001874 10.0.0.249 - - [2025-09-11 03:26:41] "GET / HTTP/1.1" 200 35931 0.001388 10.0.0.249 - - [2025-09-11 03:26:41] "POST /fqname-to-id HTTP/1.1" 401 293 0.000432 10.0.0.249 - - [2025-09-11 03:26:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.068220 10.0.0.49 - - [2025-09-11 03:26:42] "GET /projects?obj_uuids=761fa377-78bb-44a4-9680-fb3157476eff&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001032 10.0.0.249 - - [2025-09-11 03:26:42] "GET /project/761fa377-78bb-44a4-9680-fb3157476eff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.061926 10.0.0.249 - - [2025-09-11 03:26:42] "GET /virtual-networks?parent_id=761fa377-78bb-44a4-9680-fb3157476eff&detail=False&count=False&shared=False HTTP/1.1" 403 263 0.012237 10.0.0.249 - - [2025-09-11 03:26:42] "POST /fqname-to-id HTTP/1.1" 404 197 0.013715 10.0.0.249 - - [2025-09-11 03:26:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.014280 10.0.0.49 - - [2025-09-11 03:26:42] "GET /domains?obj_uuids=6cefd47d-baca-4df6-a10c-ec963319da07&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001408 10.0.0.249 - - [2025-09-11 03:26:42] "GET /domain/6cefd47d-baca-4df6-a10c-ec963319da07?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.019943 10.0.0.249 - - [2025-09-11 03:26:42] "POST /service-templates HTTP/1.1" 403 264 0.010814 10.0.0.249 - - [2025-09-11 03:26:42] "POST /fqname-to-id HTTP/1.1" 404 215 0.005166 10.0.0.249 - - [2025-09-11 03:26:42] "POST /api-access-lists HTTP/1.1" 200 555 0.024421 10.0.0.249 - - [2025-09-11 03:26:42] "GET /api-access-list/4570aeee-cbb7-4fa3-9316-1388df5c385b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1323 0.005639 10.0.0.249 - - [2025-09-11 03:26:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.018428 10.0.0.49 - - [2025-09-11 03:26:42] "GET /projects?obj_uuids=761fa377-78bb-44a4-9680-fb3157476eff&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001632 10.0.0.249 - - [2025-09-11 03:26:42] "GET /project/761fa377-78bb-44a4-9680-fb3157476eff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.066465 10.0.0.249 - - [2025-09-11 03:26:42] "GET /virtual-networks?parent_id=761fa377-78bb-44a4-9680-fb3157476eff&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.019120 10.0.0.249 - - [2025-09-11 03:26:42] "POST /virtual-networks HTTP/1.1" 200 583 0.094209 10.0.0.49 - - [2025-09-11 03:26:43] "POST /ref-update HTTP/1.1" 200 156 0.030730 10.0.0.249 - - [2025-09-11 03:26:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.044658 10.0.0.249 - - [2025-09-11 03:26:43] "GET /network-ipam/06813d76-0dc2-489e-8805-990708c71d2d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1041 0.016268 10.0.0.49 - - [2025-09-11 03:26:43] "POST /useragent-kv HTTP/1.1" 200 115 0.012541 10.0.0.249 - - [2025-09-11 03:26:43] "POST /ref-update HTTP/1.1" 200 156 0.106919 10.0.0.249 - - [2025-09-11 03:26:43] "GET /virtual-network/c5f747b1-960a-4c4e-923c-f5c21e9338f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2008 0.019249 10.0.0.249 - - [2025-09-11 03:26:43] "POST /neutron/network HTTP/1.1" 200 846 0.067735 10.0.0.249 - - [2025-09-11 03:26:43] "GET /virtual-network/c5f747b1-960a-4c4e-923c-f5c21e9338f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2008 0.006193 10.0.0.249 - - [2025-09-11 03:26:43] "GET /network-ipam/06813d76-0dc2-489e-8805-990708c71d2d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1041 0.003844 10.0.0.249 - - [2025-09-11 03:26:44] "GET /virtual-network/c5f747b1-960a-4c4e-923c-f5c21e9338f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2008 0.006243 10.0.0.49 - - [2025-09-11 03:26:45] "GET /obj-perms HTTP/1.1" 200 5049 0.050097 10.0.0.249 - - [2025-09-11 03:26:45] "POST /fqname-to-id HTTP/1.1" 404 197 0.016517 10.0.0.249 - - [2025-09-11 03:26:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.014365 10.0.0.49 - - [2025-09-11 03:26:45] "GET /domains?obj_uuids=6cefd47d-baca-4df6-a10c-ec963319da07&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001182 10.0.0.249 - - [2025-09-11 03:26:45] "GET /domain/6cefd47d-baca-4df6-a10c-ec963319da07?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.020391 10.0.0.249 - - [2025-09-11 03:26:45] "POST /service-templates HTTP/1.1" 403 264 0.012064 10.0.0.249 - - [2025-09-11 03:26:45] "POST /fqname-to-id HTTP/1.1" 404 183 0.003333 10.0.0.249 - - [2025-09-11 03:26:45] "POST /api-access-lists HTTP/1.1" 200 521 0.021406 10.0.0.249 - - [2025-09-11 03:26:45] "GET /api-access-list/4e9516ef-cdf3-4cdf-a0de-cf0d2d43c5dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1290 0.007195 10.0.0.249 - - [2025-09-11 03:26:45] "POST /fqname-to-id HTTP/1.1" 404 197 0.015654 10.0.0.249 - - [2025-09-11 03:26:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.019260 10.0.0.49 - - [2025-09-11 03:26:45] "GET /domains?obj_uuids=6cefd47d-baca-4df6-a10c-ec963319da07&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001614 10.0.0.249 - - [2025-09-11 03:26:45] "GET /domain/6cefd47d-baca-4df6-a10c-ec963319da07?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.021207 10.0.0.249 - - [2025-09-11 03:26:45] "POST /service-templates HTTP/1.1" 200 551 0.039609 10.0.0.249 - - [2025-09-11 03:26:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.020632 10.0.0.249 - - [2025-09-11 03:26:45] "GET /service-template/2586cdef-1cd9-4420-a487-804c6ef1c59e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1853 0.018212 10.0.0.249 - - [2025-09-11 03:26:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.017867 10.0.0.249 - - [2025-09-11 03:26:46] "GET /service-template/2586cdef-1cd9-4420-a487-804c6ef1c59e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1853 0.021510 10.0.0.249 - - [2025-09-11 03:26:46] "GET /api-access-list/4570aeee-cbb7-4fa3-9316-1388df5c385b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1323 0.003399 10.0.0.249 - - [2025-09-11 03:26:46] "PUT /api-access-list/4570aeee-cbb7-4fa3-9316-1388df5c385b HTTP/1.1" 200 264 0.010791 10.0.0.249 - - [2025-09-11 03:26:46] "POST /fqname-to-id HTTP/1.1" 401 293 0.000462 10.0.0.249 - - [2025-09-11 03:26:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.040296 10.0.0.49 - - [2025-09-11 03:26:47] "GET /projects?obj_uuids=761fa377-78bb-44a4-9680-fb3157476eff&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001287 10.0.0.249 - - [2025-09-11 03:26:47] "GET /project/761fa377-78bb-44a4-9680-fb3157476eff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.064647 10.0.0.249 - - [2025-09-11 03:26:47] "GET /virtual-networks?parent_id=761fa377-78bb-44a4-9680-fb3157476eff&detail=False&count=False&shared=False HTTP/1.1" 200 371 0.025036 10.0.0.249 - - [2025-09-11 03:26:47] "POST /virtual-networks HTTP/1.1" 403 263 0.014968 10.0.0.249 - - [2025-09-11 03:26:47] "GET /api-access-list/4e9516ef-cdf3-4cdf-a0de-cf0d2d43c5dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1290 0.003578 10.0.0.249 - - [2025-09-11 03:26:47] "PUT /api-access-list/4e9516ef-cdf3-4cdf-a0de-cf0d2d43c5dd HTTP/1.1" 200 264 0.015923 10.0.0.249 - - [2025-09-11 03:26:47] "POST /fqname-to-id HTTP/1.1" 404 197 0.014693 10.0.0.249 - - [2025-09-11 03:26:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.015621 10.0.0.49 - - [2025-09-11 03:26:48] "GET /domains?obj_uuids=6cefd47d-baca-4df6-a10c-ec963319da07&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001098 10.0.0.249 - - [2025-09-11 03:26:48] "GET /domain/6cefd47d-baca-4df6-a10c-ec963319da07?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.021631 10.0.0.249 - - [2025-09-11 03:26:48] "POST /service-templates HTTP/1.1" 403 264 0.013567 10.0.0.249 - - [2025-09-11 03:26:48] "GET /api-access-list/4570aeee-cbb7-4fa3-9316-1388df5c385b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1460 0.003911 10.0.0.249 - - [2025-09-11 03:26:48] "PUT /api-access-list/4570aeee-cbb7-4fa3-9316-1388df5c385b HTTP/1.1" 200 264 0.014594 10.0.0.249 - - [2025-09-11 03:26:48] "GET /api-access-list/4e9516ef-cdf3-4cdf-a0de-cf0d2d43c5dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1428 0.003895 10.0.0.249 - - [2025-09-11 03:26:48] "PUT /api-access-list/4e9516ef-cdf3-4cdf-a0de-cf0d2d43c5dd HTTP/1.1" 200 264 0.012235 10.0.0.249 - - [2025-09-11 03:26:49] "GET /api-access-list/97e85a27-e1d9-4484-8b10-459640989e07?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2411 0.004124 10.0.0.249 - - [2025-09-11 03:26:49] "PUT /api-access-list/97e85a27-e1d9-4484-8b10-459640989e07 HTTP/1.1" 200 264 0.010895 10.0.0.249 - - [2025-09-11 03:26:49] "DELETE /api-access-list/4570aeee-cbb7-4fa3-9316-1388df5c385b HTTP/1.1" 200 115 0.032820 10.0.0.249 - - [2025-09-11 03:26:49] "DELETE /api-access-list/4e9516ef-cdf3-4cdf-a0de-cf0d2d43c5dd HTTP/1.1" 200 115 0.029845 10.0.0.249 - - [2025-09-11 03:26:49] "GET /api-access-list/97e85a27-e1d9-4484-8b10-459640989e07?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2686 0.004284 10.0.0.249 - - [2025-09-11 03:26:49] "PUT /api-access-list/97e85a27-e1d9-4484-8b10-459640989e07 HTTP/1.1" 200 264 0.011675 10.0.0.249 - - [2025-09-11 03:26:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.021640 10.0.0.249 - - [2025-09-11 03:26:50] "DELETE /service-template/2586cdef-1cd9-4420-a487-804c6ef1c59e HTTP/1.1" 200 115 0.039098 10.0.0.249 - - [2025-09-11 03:26:50] "POST /fqname-to-id HTTP/1.1" 404 197 0.020735 10.0.0.49 - - [2025-09-11 03:26:50] "POST /useragent-kv HTTP/1.1" 200 115 0.004160 10.0.0.49 - - [2025-09-11 03:26:50] "POST /useragent-kv HTTP/1.1" 200 115 0.002268 10.0.0.249 - - [2025-09-11 03:26:50] "DELETE /virtual-network/c5f747b1-960a-4c4e-923c-f5c21e9338f0 HTTP/1.1" 200 115 0.139465 10.0.0.249 - - [2025-09-11 03:26:50] "GET /api-access-list/97e85a27-e1d9-4484-8b10-459640989e07?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2967 0.003936 10.0.0.249 - - [2025-09-11 03:26:50] "PUT /api-access-list/97e85a27-e1d9-4484-8b10-459640989e07 HTTP/1.1" 200 264 0.010620 10.0.0.249 - - [2025-09-11 03:26:50] "GET /api-access-list/97e85a27-e1d9-4484-8b10-459640989e07?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2692 0.003933 10.0.0.249 - - [2025-09-11 03:26:50] "PUT /api-access-list/97e85a27-e1d9-4484-8b10-459640989e07 HTTP/1.1" 200 264 0.015309 10.0.0.249 - - [2025-09-11 03:26:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004033 10.0.0.49 - - [2025-09-11 03:26:53] "GET /projects?obj_uuids=761fa377-78bb-44a4-9680-fb3157476eff&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000869 10.0.0.249 - - [2025-09-11 03:26:53] "GET /project/761fa377-78bb-44a4-9680-fb3157476eff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.043864 10.0.0.249 - - [2025-09-11 03:26:53] "POST /neutron/network HTTP/1.1" 200 117 0.104377 10.0.0.49 - - [2025-09-11 03:26:53] "POST /route-targets HTTP/1.1" 200 327 0.011940 10.0.0.249 - - [2025-09-11 03:26:53] "POST /neutron/network HTTP/1.1" 200 863 0.011184 10.0.0.249 - - [2025-09-11 03:26:53] "POST /id-to-fqname HTTP/1.1" 200 240 0.001195 10.0.0.249 - - [2025-09-11 03:26:53] "GET /virtual-network/dfaf5d21-4541-4be9-b668-6e1083c1a101?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2106 0.004945 10.0.0.249 - - [2025-09-11 03:26:53] "GET /virtual-network/dfaf5d21-4541-4be9-b668-6e1083c1a101?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2106 0.005930 10.0.0.249 - - [2025-09-11 03:26:53] "POST /neutron/subnet HTTP/1.1" 200 729 0.012609 10.0.0.249 - - [2025-09-11 03:26:54] "GET /virtual-network/dfaf5d21-4541-4be9-b668-6e1083c1a101?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2106 0.007564 10.0.0.249 - - [2025-09-11 03:26:54] "GET /network-ipam/06813d76-0dc2-489e-8805-990708c71d2d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1041 0.003741 10.0.0.249 - - [2025-09-11 03:26:54] "GET /virtual-network/dfaf5d21-4541-4be9-b668-6e1083c1a101?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2106 0.006428 10.0.0.249 - - [2025-09-11 03:26:54] "GET /obj-perms HTTP/1.1" 200 5049 0.076372 10.0.0.22 - - [2025-09-11 03:26:54] "GET /obj-perms HTTP/1.1" 200 5049 0.051405 10.0.0.249 - - [2025-09-11 03:26:54] "POST /fqname-to-id HTTP/1.1" 404 215 0.004652 10.0.0.249 - - [2025-09-11 03:26:54] "POST /api-access-lists HTTP/1.1" 200 555 0.024268 10.0.0.249 - - [2025-09-11 03:26:54] "GET /api-access-list/28ae3db8-5c61-4897-a73b-82a462f62882?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2442 0.007751 10.0.0.249 - - [2025-09-11 03:26:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.019956 10.0.0.49 - - [2025-09-11 03:26:54] "GET /projects?obj_uuids=761fa377-78bb-44a4-9680-fb3157476eff&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001266 10.0.0.249 - - [2025-09-11 03:26:55] "GET /project/761fa377-78bb-44a4-9680-fb3157476eff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.065516 10.0.0.49 - - [2025-09-11 03:26:55] "GET /projects?obj_uuids=761fa377-78bb-44a4-9680-fb3157476eff&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001163 10.0.0.249 - - [2025-09-11 03:26:55] "POST /neutron/network HTTP/1.1" 200 645 0.180516 10.0.0.49 - - [2025-09-11 03:26:55] "POST /ref-update HTTP/1.1" 200 156 0.027010 10.0.0.49 - - [2025-09-11 03:26:55] "POST /useragent-kv HTTP/1.1" 200 115 0.013022 10.0.0.249 - - [2025-09-11 03:26:55] "POST /neutron/subnet HTTP/1.1" 200 734 0.247679 10.0.0.249 - - [2025-09-11 03:26:55] "POST /id-to-fqname HTTP/1.1" 200 240 0.013569 10.0.0.249 - - [2025-09-11 03:26:55] "GET /virtual-network/f52b0b74-ced0-44d8-add4-fe35c30e3bd5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2129 0.018399 10.0.0.249 - - [2025-09-11 03:26:55] "GET /virtual-network/f52b0b74-ced0-44d8-add4-fe35c30e3bd5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2129 0.019509 10.0.0.249 - - [2025-09-11 03:26:55] "POST /neutron/network HTTP/1.1" 200 866 0.031212 10.0.0.249 - - [2025-09-11 03:26:56] "GET /virtual-network/f52b0b74-ced0-44d8-add4-fe35c30e3bd5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2129 0.005414 10.0.0.249 - - [2025-09-11 03:26:56] "GET /network-ipam/06813d76-0dc2-489e-8805-990708c71d2d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1041 0.003326 10.0.0.249 - - [2025-09-11 03:26:56] "GET /virtual-network/f52b0b74-ced0-44d8-add4-fe35c30e3bd5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2129 0.006197 10.0.0.249 - - [2025-09-11 03:26:56] "POST /fqname-to-id HTTP/1.1" 404 232 0.016591 10.0.0.49 - - [2025-09-11 03:26:56] "GET /projects?obj_uuids=761fa377-78bb-44a4-9680-fb3157476eff&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001062 10.0.0.49 - - [2025-09-11 03:26:57] "POST /fqname-to-id HTTP/1.1" 404 263 0.007250 10.0.0.49 - - [2025-09-11 03:26:57] "PUT /access-control-list/5ad339a4-bdda-4db5-a0e5-c6ae03ce0e00 HTTP/1.1" 200 272 0.015794 10.0.0.249 - - [2025-09-11 03:26:57] "POST /neutron/security_group HTTP/1.1" 200 1426 0.465873 10.0.0.249 - - [2025-09-11 03:26:57] "POST /neutron/security_group HTTP/1.1" 200 1426 0.017866 10.0.0.49 - - [2025-09-11 03:26:57] "GET /projects?obj_uuids=761fa377-78bb-44a4-9680-fb3157476eff&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001091 10.0.0.249 - - [2025-09-11 03:26:57] "POST /neutron/security_group_rule HTTP/1.1" 200 570 0.089794 10.0.0.49 - - [2025-09-11 03:26:58] "PUT /access-control-list/5ad339a4-bdda-4db5-a0e5-c6ae03ce0e00 HTTP/1.1" 200 272 0.019825 10.0.0.249 - - [2025-09-11 03:26:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.029714 10.0.0.249 - - [2025-09-11 03:26:58] "GET /security-group/eea305fa-5f06-4572-be24-986a56440667?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1317 0.028410 10.0.0.49 - - [2025-09-11 03:26:58] "GET /obj-perms HTTP/1.1" 200 5075 0.070143 10.0.0.249 - - [2025-09-11 03:26:58] "POST /id-to-fqname HTTP/1.1" 200 240 0.016909 10.0.0.249 - - [2025-09-11 03:26:59] "POST /neutron/port HTTP/1.1" 200 4071 0.079883 10.0.0.49 - - [2025-09-11 03:27:00] "GET /projects?obj_uuids=761fa377-78bb-44a4-9680-fb3157476eff&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001236 10.0.0.249 - - [2025-09-11 03:27:00] "GET /project/761fa377-78bb-44a4-9680-fb3157476eff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.067037 10.0.0.249 - - [2025-09-11 03:27:00] "POST /neutron/network HTTP/1.1" 200 866 0.006935 10.0.0.249 - - [2025-09-11 03:27:00] "POST /neutron/port HTTP/1.1" 200 117 0.007089 10.0.0.249 - - [2025-09-11 03:27:01] "POST /neutron/network HTTP/1.1" 200 866 0.038137 10.0.0.249 - - [2025-09-11 03:27:01] "POST /neutron/port HTTP/1.1" 200 1062 0.015737 10.0.0.249 - - [2025-09-11 03:27:01] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004118 10.0.0.249 - - [2025-09-11 03:27:01] "POST /neutron/network HTTP/1.1" 200 866 0.006880 10.0.0.249 - - [2025-09-11 03:27:06] "POST /neutron/port HTTP/1.1" 200 1090 0.017674 10.0.0.249 - - [2025-09-11 03:27:06] "POST /neutron/security_group HTTP/1.1" 200 2058 0.008177 10.0.0.249 - - [2025-09-11 03:27:06] "GET /virtual-machine/b0a59619-bb3a-439b-aec8-d075d13988a0 HTTP/1.1" 401 293 0.000435 10.0.0.249 - - [2025-09-11 03:27:06] "GET /virtual-machine/b0a59619-bb3a-439b-aec8-d075d13988a0 HTTP/1.1" 200 1293 0.111331 10.0.0.249 - - [2025-09-11 03:27:06] "GET /virtual-machine/b0a59619-bb3a-439b-aec8-d075d13988a0 HTTP/1.1" 200 1293 0.023016 10.0.0.249 - - [2025-09-11 03:27:07] "GET /virtual-machine-interface/3855961f-fd25-41d9-8348-1d65948b97e8 HTTP/1.1" 200 3022 0.055352 10.0.0.249 - - [2025-09-11 03:27:07] "GET /virtual-machine/b0a59619-bb3a-439b-aec8-d075d13988a0 HTTP/1.1" 200 1293 0.030481 10.0.0.49 - - [2025-09-11 03:27:07] "DELETE /access-control-list/292a26fa-07e1-4cb1-99d4-6a841f7b5110 HTTP/1.1" 200 115 0.082292 10.0.0.249 - - [2025-09-11 03:27:07] "GET /virtual-machine-interface/3855961f-fd25-41d9-8348-1d65948b97e8 HTTP/1.1" 200 3022 0.070549 10.0.0.49 - - [2025-09-11 03:27:07] "DELETE /project/761fa37778bb44a49680fb3157476eff HTTP/1.1" 404 173 0.014261 10.0.0.49 - - [2025-09-11 03:27:07] "DELETE /project/913e256c-d360-4762-a9e3-9724fdbc19ad HTTP/1.1" 404 177 0.007863 10.0.0.49 - - [2025-09-11 03:27:07] "DELETE /project/8332c982-54d0-4064-a481-b4cdd2085dab HTTP/1.1" 404 177 0.019157 10.0.0.49 - - [2025-09-11 03:27:07] "DELETE /project/7cd22c5bf3094484a2814e298271b64c HTTP/1.1" 404 173 0.015869 10.0.0.49 - - [2025-09-11 03:27:07] "DELETE /project/d00c2be7-6039-41b0-a0c3-5647a60ce17f HTTP/1.1" 404 177 0.013314 10.0.0.49 - - [2025-09-11 03:27:07] "DELETE /project/2d2d94b7b01642e6aed14d23af4cfe7a HTTP/1.1" 404 173 0.010866 10.0.0.249 - - [2025-09-11 03:27:07] "GET /instance-ip/01ac7f7c-c489-49c1-962a-6d954e4c28b0 HTTP/1.1" 200 1641 0.084274 10.0.0.49 - - [2025-09-11 03:27:07] "DELETE /access-control-list/4bdce4d1-cf9a-4e1c-9681-ac44f07b0547 HTTP/1.1" 200 115 0.087783 10.0.0.49 - - [2025-09-11 03:27:07] "GET /projects?obj_uuids=7cd22c5b-f309-4484-a281-4e298271b64c&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001091 10.0.0.249 - - [2025-09-11 03:27:07] "GET /virtual-machine/b0a59619-bb3a-439b-aec8-d075d13988a0 HTTP/1.1" 200 1293 0.053589 10.0.0.49 - - [2025-09-11 03:27:07] "GET /projects?obj_uuids=2d2d94b7-b016-42e6-aed1-4d23af4cfe7a&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001146 10.0.0.249 - - [2025-09-11 03:27:07] "GET /virtual-machine-interface/3855961f-fd25-41d9-8348-1d65948b97e8 HTTP/1.1" 200 3022 0.043827 10.0.0.49 - - [2025-09-11 03:27:07] "GET /project/7cd22c5b-f309-4484-a281-4e298271b64c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1468 0.119297 10.0.0.49 - - [2025-09-11 03:27:07] "GET /projects?obj_uuids=7cd22c5b-f309-4484-a281-4e298271b64c&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000958 10.0.0.249 - - [2025-09-11 03:27:07] "GET /instance-ip/01ac7f7c-c489-49c1-962a-6d954e4c28b0 HTTP/1.1" 200 1641 0.025522 10.0.0.49 - - [2025-09-11 03:27:07] "GET /project/7cd22c5b-f309-4484-a281-4e298271b64c?fields=security_groups HTTP/1.1" 200 1363 0.055359 10.0.0.49 - - [2025-09-11 03:27:07] "GET /project/2d2d94b7-b016-42e6-aed1-4d23af4cfe7a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1468 0.187057 10.0.0.49 - - [2025-09-11 03:27:07] "GET /projects?obj_uuids=2d2d94b7-b016-42e6-aed1-4d23af4cfe7a&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001072 10.0.0.249 - - [2025-09-11 03:27:07] "POST /fqname-to-id HTTP/1.1" 403 354 0.040357 10.0.0.49 - - [2025-09-11 03:27:07] "GET /project/2d2d94b7-b016-42e6-aed1-4d23af4cfe7a?fields=security_groups HTTP/1.1" 200 1363 0.042936 10.0.0.249 - - [2025-09-11 03:27:07] "GET / HTTP/1.1" 200 35931 0.002673 10.0.0.49 - - [2025-09-11 03:27:07] "DELETE /security-group/cddd60e7-145d-4918-bf3d-fef0508e2090 HTTP/1.1" 200 115 0.077046 10.0.0.49 - - [2025-09-11 03:27:07] "GET /projects?obj_uuids=7cd22c5b-f309-4484-a281-4e298271b64c&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001488 10.0.0.49 - - [2025-09-11 03:27:07] "GET /project/7cd22c5b-f309-4484-a281-4e298271b64c?fields=application_policy_sets HTTP/1.1" 200 1402 0.067466 10.0.0.49 - - [2025-09-11 03:27:07] "DELETE /security-group/d0ad3b4f-62e8-482e-bc1e-642e6177eefb HTTP/1.1" 200 115 0.106462 10.0.0.49 - - [2025-09-11 03:27:07] "GET /projects?obj_uuids=2d2d94b7-b016-42e6-aed1-4d23af4cfe7a&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001550 10.0.0.49 - - [2025-09-11 03:27:07] "DELETE /access-control-list/0b1d373d-6f47-45f5-895b-770407cad14c HTTP/1.1" 200 115 0.047841 10.0.0.49 - - [2025-09-11 03:27:07] "GET /project/2d2d94b7-b016-42e6-aed1-4d23af4cfe7a?fields=application_policy_sets HTTP/1.1" 200 1402 0.072283 10.0.0.49 - - [2025-09-11 03:27:07] "DELETE /project/7cd22c5b-f309-4484-a281-4e298271b64c HTTP/1.1" 200 115 0.630756 10.0.0.49 - - [2025-09-11 03:27:07] "DELETE /project/2d2d94b7-b016-42e6-aed1-4d23af4cfe7a HTTP/1.1" 200 115 0.695494 10.0.0.249 - - [2025-09-11 03:27:07] "POST /fqname-to-id HTTP/1.1" 401 293 0.000519 10.0.0.249 - - [2025-09-11 03:27:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.024408 10.0.0.249 - - [2025-09-11 03:27:08] "GET /global-vrouter-config/34ac33d4-7223-40b7-b082-da1d7603178b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003631 10.0.0.249 - - [2025-09-11 03:27:08] "GET /virtual-networks?parent_id=761fa377-78bb-44a4-9680-fb3157476eff&detail=False&count=False&shared=False HTTP/1.1" 200 611 0.021224 10.0.0.249 - - [2025-09-11 03:27:08] "GET /virtual-network/f52b0b74-ced0-44d8-add4-fe35c30e3bd5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2129 0.017776 10.0.0.249 - - [2025-09-11 03:27:08] "POST /fqname-to-id HTTP/1.1" 403 354 0.013805 10.0.0.249 - - [2025-09-11 03:27:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.008996 10.0.0.249 - - [2025-09-11 03:27:08] "GET /global-vrouter-config/34ac33d4-7223-40b7-b082-da1d7603178b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003627 10.0.0.249 - - [2025-09-11 03:27:08] "GET /virtual-networks?parent_id=761fa377-78bb-44a4-9680-fb3157476eff&detail=False&count=False&shared=False HTTP/1.1" 200 611 0.021544 10.0.0.249 - - [2025-09-11 03:27:08] "GET /virtual-network/f52b0b74-ced0-44d8-add4-fe35c30e3bd5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2129 0.020022 10.0.0.249 - - [2025-09-11 03:27:08] "POST /fqname-to-id HTTP/1.1" 403 354 0.014658 10.0.0.249 - - [2025-09-11 03:27:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003228 10.0.0.249 - - [2025-09-11 03:27:08] "GET /global-vrouter-config/34ac33d4-7223-40b7-b082-da1d7603178b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003760 10.0.0.249 - - [2025-09-11 03:27:08] "GET /virtual-networks?parent_id=761fa377-78bb-44a4-9680-fb3157476eff&detail=False&count=False&shared=False HTTP/1.1" 200 611 0.020922 10.0.0.249 - - [2025-09-11 03:27:08] "GET /virtual-network/f52b0b74-ced0-44d8-add4-fe35c30e3bd5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2129 0.021110 10.0.0.249 - - [2025-09-11 03:27:08] "POST /fqname-to-id HTTP/1.1" 403 354 0.016160 10.0.0.249 - - [2025-09-11 03:27:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003964 10.0.0.249 - - [2025-09-11 03:27:08] "GET /global-vrouter-config/34ac33d4-7223-40b7-b082-da1d7603178b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003682 10.0.0.249 - - [2025-09-11 03:27:08] "GET /virtual-networks?parent_id=761fa377-78bb-44a4-9680-fb3157476eff&detail=False&count=False&shared=False HTTP/1.1" 200 611 0.024804 10.0.0.249 - - [2025-09-11 03:27:08] "GET /virtual-network/f52b0b74-ced0-44d8-add4-fe35c30e3bd5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2129 0.019348 10.0.0.249 - - [2025-09-11 03:27:08] "POST /fqname-to-id HTTP/1.1" 403 354 0.014455 10.0.0.249 - - [2025-09-11 03:27:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003645 10.0.0.249 - - [2025-09-11 03:27:08] "GET /global-vrouter-config/34ac33d4-7223-40b7-b082-da1d7603178b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003780 10.0.0.249 - - [2025-09-11 03:27:09] "GET /virtual-networks?parent_id=761fa377-78bb-44a4-9680-fb3157476eff&detail=False&count=False&shared=False HTTP/1.1" 200 611 0.021319 10.0.0.249 - - [2025-09-11 03:27:09] "GET /virtual-network/f52b0b74-ced0-44d8-add4-fe35c30e3bd5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2129 0.019178 10.0.0.249 - - [2025-09-11 03:27:10] "POST /neutron/port HTTP/1.1" 200 1090 0.018046 10.0.0.249 - - [2025-09-11 03:27:11] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003915 10.0.0.249 - - [2025-09-11 03:27:11] "POST /neutron/network HTTP/1.1" 200 866 0.006393 10.0.0.249 - - [2025-09-11 03:27:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.014843 10.0.0.249 - - [2025-09-11 03:27:12] "GET /virtual-network/f52b0b74-ced0-44d8-add4-fe35c30e3bd5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2129 0.017908 10.0.0.249 - - [2025-09-11 03:27:14] "POST /fqname-to-id HTTP/1.1" 403 354 0.016246 10.0.0.249 - - [2025-09-11 03:27:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003219 10.0.0.249 - - [2025-09-11 03:27:14] "GET /global-vrouter-config/34ac33d4-7223-40b7-b082-da1d7603178b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004071 10.0.0.249 - - [2025-09-11 03:27:14] "GET /virtual-networks?parent_id=761fa377-78bb-44a4-9680-fb3157476eff&detail=False&count=False&shared=False HTTP/1.1" 200 611 0.023596 10.0.0.249 - - [2025-09-11 03:27:14] "GET /virtual-network/f52b0b74-ced0-44d8-add4-fe35c30e3bd5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2129 0.021150 10.0.0.249 - - [2025-09-11 03:27:14] "POST /fqname-to-id HTTP/1.1" 403 354 0.014451 10.0.0.249 - - [2025-09-11 03:27:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.002482 10.0.0.249 - - [2025-09-11 03:27:14] "GET /global-vrouter-config/34ac33d4-7223-40b7-b082-da1d7603178b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.002781 10.0.0.249 - - [2025-09-11 03:27:14] "GET /virtual-networks?parent_id=761fa377-78bb-44a4-9680-fb3157476eff&detail=False&count=False&shared=False HTTP/1.1" 200 611 0.019138 10.0.0.249 - - [2025-09-11 03:27:14] "GET /virtual-network/f52b0b74-ced0-44d8-add4-fe35c30e3bd5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2129 0.028791 10.0.0.249 - - [2025-09-11 03:27:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.015171 10.0.0.249 - - [2025-09-11 03:27:14] "GET /routing-instance/62a12ec1-bc39-4978-a0af-fbbf0b183ccc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.018614 10.0.0.249 - - [2025-09-11 03:27:14] "POST /fqname-to-id HTTP/1.1" 403 354 0.016360 10.0.0.249 - - [2025-09-11 03:27:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003322 10.0.0.249 - - [2025-09-11 03:27:14] "GET /global-vrouter-config/34ac33d4-7223-40b7-b082-da1d7603178b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004077 10.0.0.249 - - [2025-09-11 03:27:14] "GET /virtual-networks?parent_id=761fa377-78bb-44a4-9680-fb3157476eff&detail=False&count=False&shared=False HTTP/1.1" 200 611 0.020561 10.0.0.249 - - [2025-09-11 03:27:14] "GET /virtual-network/f52b0b74-ced0-44d8-add4-fe35c30e3bd5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2129 0.019979 10.0.0.249 - - [2025-09-11 03:27:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.017281 10.0.0.249 - - [2025-09-11 03:27:15] "GET /routing-instance/62a12ec1-bc39-4978-a0af-fbbf0b183ccc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.019356 10.0.0.249 - - [2025-09-11 03:27:15] "GET /obj-perms HTTP/1.1" 403 257 0.034212 10.0.0.249 - - [2025-09-11 03:27:15] "GET /obj-perms HTTP/1.1" 403 257 0.013347 10.0.0.49 - - [2025-09-11 03:27:15] "GET /obj-perms HTTP/1.1" 403 257 0.033580 10.0.0.249 - - [2025-09-11 03:27:16] "GET /obj-perms HTTP/1.1" 403 257 0.015177 10.0.0.249 - - [2025-09-11 03:27:16] "GET /obj-perms HTTP/1.1" 403 257 0.014384 10.0.0.49 - - [2025-09-11 03:27:16] "GET /virtual-machine/b0a59619-bb3a-439b-aec8-d075d13988a0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 993 0.015505 10.0.0.249 - - [2025-09-11 03:27:16] "GET /obj-perms HTTP/1.1" 403 257 0.011669 10.0.0.249 - - [2025-09-11 03:27:16] "GET /obj-perms HTTP/1.1" 403 257 0.032788 10.0.0.249 - - [2025-09-11 03:27:16] "GET /obj-perms HTTP/1.1" 403 257 0.011910 10.0.0.249 - - [2025-09-11 03:27:17] "GET /obj-perms HTTP/1.1" 200 5049 0.004171 10.0.0.22 - - [2025-09-11 03:27:17] "GET /virtual-machines?detail=False&count=False&shared=False HTTP/1.1" 200 320 0.056043 10.0.0.49 - - [2025-09-11 03:27:17] "GET /obj-perms HTTP/1.1" 403 257 0.012613 10.0.0.249 - - [2025-09-11 03:27:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.015565 10.0.0.49 - - [2025-09-11 03:27:17] "GET /projects?obj_uuids=761fa377-78bb-44a4-9680-fb3157476eff&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001261 10.0.0.249 - - [2025-09-11 03:27:17] "GET /project/761fa377-78bb-44a4-9680-fb3157476eff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.065906 10.0.0.249 - - [2025-09-11 03:27:17] "GET /virtual-network/dfaf5d21-4541-4be9-b668-6e1083c1a101?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2106 0.031064 10.0.0.249 - - [2025-09-11 03:27:17] "GET /floating-ip-pools?parent_id=dfaf5d21-4541-4be9-b668-6e1083c1a101&detail=False&count=False&shared=False HTTP/1.1" 200 393 0.020831 10.0.0.249 - - [2025-09-11 03:27:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.015837 10.0.0.249 - - [2025-09-11 03:27:17] "GET /floating-ip-pool/4258265d-4673-4555-95ad-67e7fe70d88f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1181 0.016459 10.0.0.49 - - [2025-09-11 03:27:17] "GET /projects?obj_uuids=761fa377-78bb-44a4-9680-fb3157476eff&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001019 10.0.0.249 - - [2025-09-11 03:27:18] "GET /project/761fa377-78bb-44a4-9680-fb3157476eff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.080512 10.0.0.249 - - [2025-09-11 03:27:18] "POST /floating-ips HTTP/1.1" 200 616 0.074636 10.0.0.249 - - [2025-09-11 03:27:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.020086 10.0.0.249 - - [2025-09-11 03:27:18] "GET /floating-ip/f64e185c-486b-4b9c-84d1-88571885db97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1476 0.019654 10.0.0.249 - - [2025-09-11 03:27:18] "GET /floating-ip/f64e185c-486b-4b9c-84d1-88571885db97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1476 0.017739 10.0.0.249 - - [2025-09-11 03:27:18] "GET /virtual-machine/b0a59619-bb3a-439b-aec8-d075d13988a0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 993 0.015959 10.0.0.249 - - [2025-09-11 03:27:18] "GET /virtual-machine/b0a59619-bb3a-439b-aec8-d075d13988a0?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1204 0.018188 10.0.0.249 - - [2025-09-11 03:27:18] "GET /virtual-machine-interface/3855961f-fd25-41d9-8348-1d65948b97e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2801 0.019392 10.0.0.249 - - [2025-09-11 03:27:18] "POST /ref-update HTTP/1.1" 200 156 0.024087 10.0.0.249 - - [2025-09-11 03:27:18] "POST /neutron/floatingip HTTP/1.1" 200 548 0.070724 10.0.0.249 - - [2025-09-11 03:27:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.015528 10.0.0.249 - - [2025-09-11 03:27:18] "GET /routing-instance/e5f7ecf9-4779-4693-b736-bf0c14c8f46d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.021130 10.0.0.249 - - [2025-09-11 03:27:19] "POST /neutron/port HTTP/1.1" 200 1116 0.061956 10.0.0.249 - - [2025-09-11 03:27:19] "GET /virtual-machine/b0a59619-bb3a-439b-aec8-d075d13988a0 HTTP/1.1" 200 1293 0.020107 10.0.0.249 - - [2025-09-11 03:27:19] "GET /virtual-machine-interface/3855961f-fd25-41d9-8348-1d65948b97e8 HTTP/1.1" 200 3584 0.023079 10.0.0.249 - - [2025-09-11 03:27:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.015061 10.0.0.249 - - [2025-09-11 03:27:19] "GET /security-group/eea305fa-5f06-4572-be24-986a56440667?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1317 0.014205 10.0.0.249 - - [2025-09-11 03:27:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.015891 10.0.0.249 - - [2025-09-11 03:27:19] "GET /security-group/eea305fa-5f06-4572-be24-986a56440667?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1317 0.017684 10.0.0.249 - - [2025-09-11 03:27:19] "POST /neutron/security_group HTTP/1.1" 200 568 0.019482 10.0.0.249 - - [2025-09-11 03:27:19] "DELETE /floating-ip/f64e185c-486b-4b9c-84d1-88571885db97 HTTP/1.1" 200 115 0.077256 10.0.0.249 - - [2025-09-11 03:27:19] "GET /virtual-machine/b0a59619-bb3a-439b-aec8-d075d13988a0 HTTP/1.1" 200 1293 0.020508 10.0.0.249 - - [2025-09-11 03:27:20] "POST /neutron/port HTTP/1.1" 200 151 0.182279 10.0.0.249 - - [2025-09-11 03:27:21] "GET /virtual-machine/b0a59619-bb3a-439b-aec8-d075d13988a0 HTTP/1.1" 404 171 0.019800 10.0.0.249 - - [2025-09-11 03:27:21] "GET /virtual-machine/b0a59619-bb3a-439b-aec8-d075d13988a0 HTTP/1.1" 404 171 0.015110 10.0.0.249 - - [2025-09-11 03:27:21] "GET /virtual-machine/b0a59619-bb3a-439b-aec8-d075d13988a0 HTTP/1.1" 404 171 0.012412 10.0.0.249 - - [2025-09-11 03:27:22] "POST /fqname-to-id HTTP/1.1" 403 354 0.015644 10.0.0.249 - - [2025-09-11 03:27:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.002956 10.0.0.249 - - [2025-09-11 03:27:22] "GET /global-vrouter-config/34ac33d4-7223-40b7-b082-da1d7603178b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003437 10.0.0.249 - - [2025-09-11 03:27:22] "GET /virtual-networks?parent_id=761fa377-78bb-44a4-9680-fb3157476eff&detail=False&count=False&shared=False HTTP/1.1" 200 611 0.018663 10.0.0.249 - - [2025-09-11 03:27:22] "GET /virtual-network/f52b0b74-ced0-44d8-add4-fe35c30e3bd5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2129 0.020247 10.0.0.249 - - [2025-09-11 03:27:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.018389 10.0.0.249 - - [2025-09-11 03:27:22] "GET /routing-instance/62a12ec1-bc39-4978-a0af-fbbf0b183ccc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.018444 10.0.0.249 - - [2025-09-11 03:27:22] "GET /obj-perms HTTP/1.1" 403 257 0.033020 10.0.0.249 - - [2025-09-11 03:27:22] "GET /obj-perms HTTP/1.1" 403 257 0.045490 10.0.0.49 - - [2025-09-11 03:27:25] "GET /obj-perms HTTP/1.1" 200 5049 0.004066 10.0.0.249 - - [2025-09-11 03:27:28] "GET /obj-perms HTTP/1.1" 200 5049 0.003664 10.0.0.49 - - [2025-09-11 03:27:35] "GET /obj-perms HTTP/1.1" 200 5049 0.004197 10.0.0.249 - - [2025-09-11 03:27:38] "GET /obj-perms HTTP/1.1" 200 5049 0.004477 10.0.0.49 - - [2025-09-11 03:27:44] "GET /obj-perms HTTP/1.1" 200 5049 0.009978 10.0.0.249 - - [2025-09-11 03:27:47] "GET /obj-perms HTTP/1.1" 200 5049 0.004253 10.0.0.249 - - [2025-09-11 03:27:47] "POST /fqname-to-id HTTP/1.1" 404 232 0.026164 10.0.0.49 - - [2025-09-11 03:27:47] "DELETE /access-control-list/5ad339a4-bdda-4db5-a0e5-c6ae03ce0e00 HTTP/1.1" 200 115 0.031463 10.0.0.249 - - [2025-09-11 03:27:48] "POST /neutron/network HTTP/1.1" 200 866 0.032377 10.0.0.249 - - [2025-09-11 03:27:48] "DELETE /api-access-list/28ae3db8-5c61-4897-a73b-82a462f62882 HTTP/1.1" 200 115 0.048800 10.0.0.49 - - [2025-09-11 03:27:48] "POST /useragent-kv HTTP/1.1" 200 115 0.006799 10.0.0.49 - - [2025-09-11 03:27:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.005103 10.0.0.49 - - [2025-09-11 03:27:48] "POST /useragent-kv HTTP/1.1" 200 115 0.003456 10.0.0.249 - - [2025-09-11 03:27:48] "POST /neutron/network HTTP/1.1" 200 151 0.163656 10.0.0.249 - - [2025-09-11 03:27:50] "GET /api-access-list/97e85a27-e1d9-4484-8b10-459640989e07?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2411 0.004102 10.0.0.249 - - [2025-09-11 03:27:50] "PUT /api-access-list/97e85a27-e1d9-4484-8b10-459640989e07 HTTP/1.1" 200 264 0.011345 10.0.0.49 - - [2025-09-11 03:27:50] "GET /projects?obj_uuids=761fa377-78bb-44a4-9680-fb3157476eff&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001777 10.0.0.249 - - [2025-09-11 03:27:50] "GET /project/761fa377-78bb-44a4-9680-fb3157476eff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.091336 10.0.0.49 - - [2025-09-11 03:27:50] "GET /projects?obj_uuids=761fa377-78bb-44a4-9680-fb3157476eff&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001040 10.0.0.249 - - [2025-09-11 03:27:50] "GET /project/761fa377-78bb-44a4-9680-fb3157476eff?fields=virtual_networks HTTP/1.1" 200 1032 0.084276 10.0.0.49 - - [2025-09-11 03:27:50] "GET /projects?obj_uuids=761fa377-78bb-44a4-9680-fb3157476eff&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001109 10.0.0.249 - - [2025-09-11 03:27:50] "GET /project/761fa377-78bb-44a4-9680-fb3157476eff?fields=virtual_machine_interfaces HTTP/1.1" 200 1032 0.036156 10.0.0.49 - - [2025-09-11 03:27:51] "GET /projects?obj_uuids=761fa377-78bb-44a4-9680-fb3157476eff&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001446 10.0.0.249 - - [2025-09-11 03:27:51] "GET /project/761fa377-78bb-44a4-9680-fb3157476eff?fields=security_groups HTTP/1.1" 200 1258 0.045617 10.0.0.49 - - [2025-09-11 03:27:51] "GET /projects?obj_uuids=31f5dad8-4492-4999-8ba2-fc70cb165c85&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.000969 10.0.0.249 - - [2025-09-11 03:27:51] "GET /project/31f5dad8-4492-4999-8ba2-fc70cb165c85?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1271 0.036530 [Introspect:8084]10.0.0.249 - - [2025-09-11 03:27:53] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3161 0.001601 10.0.0.249 - - [2025-09-11 03:27:55] "POST /fqname-to-id HTTP/1.1" 404 189 0.024224 10.0.0.49 - - [2025-09-11 03:27:55] "GET /projects?obj_uuids=44c75927-370a-40c7-8f40-bb5ccf53216c&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003263 10.0.0.49 - - [2025-09-11 03:27:55] "GET /domains?obj_uuids=6cefd47d-baca-4df6-a10c-ec963319da07&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001150 10.0.0.49 - - [2025-09-11 03:27:55] "GET /domain/6cefd47d-baca-4df6-a10c-ec963319da07?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.031323 10.0.0.49 - - [2025-09-11 03:27:55] "POST /id-to-fqname HTTP/1.1" 200 191 0.006778 10.0.0.49 - - [2025-09-11 03:27:55] "POST /fqname-to-id HTTP/1.1" 404 200 0.005140 10.0.0.49 - - [2025-09-11 03:27:55] "POST /security-groups HTTP/1.1" 200 592 0.027487 10.0.0.49 - - [2025-09-11 03:27:55] "POST /projects HTTP/1.1" 200 587 0.233828 10.0.0.49 - - [2025-09-11 03:27:55] "POST /access-control-lists HTTP/1.1" 200 597 0.029645 10.0.0.49 - - [2025-09-11 03:27:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.307145 10.0.0.249 - - [2025-09-11 03:27:55] "GET /project/44c75927-370a-40c7-8f40-bb5ccf53216c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.479420 10.0.0.249 - - [2025-09-11 03:27:56] "GET / HTTP/1.1" 200 35931 0.002766 10.0.0.249 - - [2025-09-11 03:27:58] "POST /fqname-to-id HTTP/1.1" 401 293 0.000462 10.0.0.249 - - [2025-09-11 03:27:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.054817 10.0.0.49 - - [2025-09-11 03:27:58] "GET /projects?obj_uuids=44c75927-370a-40c7-8f40-bb5ccf53216c&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000994 10.0.0.249 - - [2025-09-11 03:27:59] "GET /project/44c75927-370a-40c7-8f40-bb5ccf53216c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.044963 10.0.0.49 - - [2025-09-11 03:27:59] "POST /route-targets HTTP/1.1" 200 327 0.015923 10.0.0.49 - - [2025-09-11 03:27:59] "POST /useragent-kv HTTP/1.1" 200 115 0.009374 10.0.0.249 - - [2025-09-11 03:27:59] "POST /neutron/subnet HTTP/1.1" 200 716 0.478342 10.0.0.249 - - [2025-09-11 03:27:59] "POST /id-to-fqname HTTP/1.1" 200 222 0.001317 10.0.0.249 - - [2025-09-11 03:27:59] "GET /virtual-network/456e0ce6-2b4d-4a1d-a811-502c8c479850?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005844 10.0.0.249 - - [2025-09-11 03:27:59] "GET /virtual-network/456e0ce6-2b4d-4a1d-a811-502c8c479850?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005955 10.0.0.249 - - [2025-09-11 03:27:59] "POST /neutron/network HTTP/1.1" 200 825 0.006255 10.0.0.49 - - [2025-09-11 03:28:00] "GET /obj-perms HTTP/1.1" 200 5075 0.342795 10.0.0.249 - - [2025-09-11 03:28:00] "GET /virtual-network/456e0ce6-2b4d-4a1d-a811-502c8c479850?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.008166 10.0.0.249 - - [2025-09-11 03:28:01] "GET /obj-perms HTTP/1.1" 200 5051 0.063159 10.0.0.22 - - [2025-09-11 03:28:01] "GET /obj-perms HTTP/1.1" 200 5051 0.065873 10.0.0.249 - - [2025-09-11 03:28:01] "POST /id-to-fqname HTTP/1.1" 200 222 0.001242 10.0.0.249 - - [2025-09-11 03:28:02] "POST /neutron/security_group HTTP/1.1" 200 2076 0.008968 10.0.0.49 - - [2025-09-11 03:28:03] "GET /projects?obj_uuids=44c75927-370a-40c7-8f40-bb5ccf53216c&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001233 10.0.0.249 - - [2025-09-11 03:28:03] "GET /project/44c75927-370a-40c7-8f40-bb5ccf53216c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.076655 10.0.0.249 - - [2025-09-11 03:28:03] "POST /neutron/port HTTP/1.1" 200 4071 0.067745 10.0.0.249 - - [2025-09-11 03:28:03] "POST /id-to-fqname HTTP/1.1" 200 222 0.001340 10.0.0.249 - - [2025-09-11 03:28:03] "POST /neutron/port HTTP/1.1" 200 4071 0.070126 10.0.0.49 - - [2025-09-11 03:28:03] "GET /projects?obj_uuids=44c75927-370a-40c7-8f40-bb5ccf53216c&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001406 10.0.0.249 - - [2025-09-11 03:28:04] "POST /neutron/port HTTP/1.1" 200 1059 0.361089 10.0.0.249 - - [2025-09-11 03:28:04] "POST /neutron/port HTTP/1.1" 200 1059 0.046715 10.0.0.249 - - [2025-09-11 03:28:04] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003991 10.0.0.249 - - [2025-09-11 03:28:04] "POST /neutron/network HTTP/1.1" 200 825 0.006804 10.0.0.49 - - [2025-09-11 03:28:04] "GET /projects?obj_uuids=44c75927-370a-40c7-8f40-bb5ccf53216c&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001325 10.0.0.249 - - [2025-09-11 03:28:04] "GET /project/44c75927-370a-40c7-8f40-bb5ccf53216c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.068690 10.0.0.249 - - [2025-09-11 03:28:05] "POST /neutron/security_group HTTP/1.1" 200 4017 0.009393 10.0.0.249 - - [2025-09-11 03:28:05] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007037 10.0.0.49 - - [2025-09-11 03:28:07] "DELETE /access-control-list/11ecc627-207c-469b-bcee-1a7cd1aaaf3d HTTP/1.1" 200 115 0.039768 10.0.0.49 - - [2025-09-11 03:28:07] "DELETE /project/44c75927370a40c78f40bb5ccf53216c HTTP/1.1" 404 173 0.003750 10.0.0.49 - - [2025-09-11 03:28:07] "DELETE /project/761fa377-78bb-44a4-9680-fb3157476eff HTTP/1.1" 404 177 0.006495 10.0.0.249 - - [2025-09-11 03:28:10] "POST /neutron/port HTTP/1.1" 200 1087 0.016578 10.0.0.249 - - [2025-09-11 03:28:10] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007940 10.0.0.249 - - [2025-09-11 03:28:10] "GET /virtual-machine/8d6f8cd7-e905-4ca4-9feb-de9e3baf0217 HTTP/1.1" 401 293 0.000492 10.0.0.249 - - [2025-09-11 03:28:11] "GET /virtual-machine/8d6f8cd7-e905-4ca4-9feb-de9e3baf0217 HTTP/1.1" 200 1294 0.045375 10.0.0.249 - - [2025-09-11 03:28:11] "GET /virtual-machine-interface/e2bc2112-a19d-470f-9080-5fc18beb1b9c HTTP/1.1" 200 2950 0.005538 10.0.0.249 - - [2025-09-11 03:28:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003365 10.0.0.249 - - [2025-09-11 03:28:11] "GET /global-vrouter-config/34ac33d4-7223-40b7-b082-da1d7603178b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003603 10.0.0.249 - - [2025-09-11 03:28:11] "GET /virtual-networks?parent_id=44c75927-370a-40c7-8f40-bb5ccf53216c&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003830 10.0.0.249 - - [2025-09-11 03:28:11] "GET /virtual-network/456e0ce6-2b4d-4a1d-a811-502c8c479850?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005859 10.0.0.249 - - [2025-09-11 03:28:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004198 10.0.0.249 - - [2025-09-11 03:28:14] "GET /virtual-network/456e0ce6-2b4d-4a1d-a811-502c8c479850?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.006897 10.0.0.249 - - [2025-09-11 03:28:16] "POST /neutron/network HTTP/1.1" 200 853 0.007433 10.0.0.249 - - [2025-09-11 03:28:16] "POST /neutron/port HTTP/1.1" 200 117 0.001142 10.0.0.249 - - [2025-09-11 03:28:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004049 10.0.0.249 - - [2025-09-11 03:28:18] "GET /virtual-network/456e0ce6-2b4d-4a1d-a811-502c8c479850?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005303 10.0.0.249 - - [2025-09-11 03:28:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003552 10.0.0.249 - - [2025-09-11 03:28:22] "GET /virtual-network/456e0ce6-2b4d-4a1d-a811-502c8c479850?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005976 10.0.0.249 - - [2025-09-11 03:28:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003368 10.0.0.249 - - [2025-09-11 03:28:26] "GET /virtual-network/456e0ce6-2b4d-4a1d-a811-502c8c479850?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005136 10.0.0.249 - - [2025-09-11 03:28:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003660 10.0.0.249 - - [2025-09-11 03:28:30] "GET /virtual-network/456e0ce6-2b4d-4a1d-a811-502c8c479850?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005213 10.0.0.249 - - [2025-09-11 03:28:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003739 10.0.0.249 - - [2025-09-11 03:28:34] "GET /virtual-network/456e0ce6-2b4d-4a1d-a811-502c8c479850?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005693 10.0.0.249 - - [2025-09-11 03:28:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004301 10.0.0.249 - - [2025-09-11 03:28:38] "GET /virtual-network/456e0ce6-2b4d-4a1d-a811-502c8c479850?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.006443 10.0.0.249 - - [2025-09-11 03:28:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.004020 10.0.0.249 - - [2025-09-11 03:28:43] "GET /virtual-network/456e0ce6-2b4d-4a1d-a811-502c8c479850?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005276 10.0.0.249 - - [2025-09-11 03:28:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003298 10.0.0.249 - - [2025-09-11 03:28:45] "GET /global-vrouter-config/34ac33d4-7223-40b7-b082-da1d7603178b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003684 10.0.0.249 - - [2025-09-11 03:28:45] "GET /virtual-networks?parent_id=44c75927-370a-40c7-8f40-bb5ccf53216c&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003084 10.0.0.249 - - [2025-09-11 03:28:45] "GET /virtual-network/456e0ce6-2b4d-4a1d-a811-502c8c479850?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.006039 10.0.0.249 - - [2025-09-11 03:28:45] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007533 10.0.0.249 - - [2025-09-11 03:28:55] "POST /neutron/port HTTP/1.1" 200 1087 0.014535 10.0.0.249 - - [2025-09-11 03:28:55] "POST /neutron/security_group HTTP/1.1" 200 2059 0.029159 10.0.0.249 - - [2025-09-11 03:29:06] "POST /neutron/port HTTP/1.1" 200 117 0.006467 10.0.0.249 - - [2025-09-11 03:29:06] "POST /neutron/network HTTP/1.1" 400 204 0.013985 10.0.0.249 - - [2025-09-11 03:29:06] "POST /neutron/port HTTP/1.1" 200 151 0.174351 10.0.0.249 - - [2025-09-11 03:29:11] "POST /fqname-to-id HTTP/1.1" 404 200 0.003316 10.0.0.249 - - [2025-09-11 03:29:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003899 10.0.0.49 - - [2025-09-11 03:29:11] "GET /projects?obj_uuids=44c75927-370a-40c7-8f40-bb5ccf53216c&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001112 10.0.0.249 - - [2025-09-11 03:29:11] "GET /project/44c75927-370a-40c7-8f40-bb5ccf53216c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.038050 10.0.0.249 - - [2025-09-11 03:29:11] "POST /network-policys HTTP/1.1" 200 522 0.029536 10.0.0.249 - - [2025-09-11 03:29:11] "GET /network-policy/f19ae832-63b7-4d50-968d-04f376c637c4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2079 0.005762 10.0.0.249 - - [2025-09-11 03:29:11] "POST /fqname-to-id HTTP/1.1" 404 200 0.003853 10.0.0.249 - - [2025-09-11 03:29:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003745 10.0.0.49 - - [2025-09-11 03:29:11] "GET /projects?obj_uuids=44c75927-370a-40c7-8f40-bb5ccf53216c&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001065 10.0.0.249 - - [2025-09-11 03:29:11] "GET /project/44c75927-370a-40c7-8f40-bb5ccf53216c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.043672 10.0.0.249 - - [2025-09-11 03:29:11] "POST /network-policys HTTP/1.1" 200 522 0.027277 10.0.0.249 - - [2025-09-11 03:29:11] "GET /network-policy/534f8797-018c-47e5-bfe9-153ad519f83b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2078 0.006525 10.0.0.249 - - [2025-09-11 03:29:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003529 10.0.0.49 - - [2025-09-11 03:29:11] "GET /projects?obj_uuids=44c75927-370a-40c7-8f40-bb5ccf53216c&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001137 10.0.0.249 - - [2025-09-11 03:29:11] "GET /project/44c75927-370a-40c7-8f40-bb5ccf53216c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.047626 10.0.0.249 - - [2025-09-11 03:29:11] "GET /virtual-networks?parent_id=44c75927-370a-40c7-8f40-bb5ccf53216c&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.004292 10.0.0.249 - - [2025-09-11 03:29:11] "POST /virtual-networks HTTP/1.1" 200 546 0.085983 10.0.0.249 - - [2025-09-11 03:29:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002910 10.0.0.49 - - [2025-09-11 03:29:12] "POST /route-targets HTTP/1.1" 200 327 0.013534 10.0.0.249 - - [2025-09-11 03:29:12] "GET /network-ipam/06813d76-0dc2-489e-8805-990708c71d2d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1041 0.004399 10.0.0.49 - - [2025-09-11 03:29:12] "POST /useragent-kv HTTP/1.1" 200 115 0.006255 10.0.0.249 - - [2025-09-11 03:29:12] "POST /ref-update HTTP/1.1" 200 156 0.063658 10.0.0.249 - - [2025-09-11 03:29:12] "POST /neutron/network HTTP/1.1" 200 809 0.006174 10.0.0.249 - - [2025-09-11 03:29:12] "GET /virtual-network/0ee93488-e06d-4ca2-ab74-555653cd9e8d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1932 0.005370 10.0.0.249 - - [2025-09-11 03:29:12] "POST /neutron/subnet HTTP/1.1" 200 672 0.009574 10.0.0.249 - - [2025-09-11 03:29:12] "GET /virtual-network/0ee93488-e06d-4ca2-ab74-555653cd9e8d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1932 0.006999 10.0.0.249 - - [2025-09-11 03:29:12] "GET /virtual-network/0ee93488-e06d-4ca2-ab74-555653cd9e8d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1932 0.005563 10.0.0.249 - - [2025-09-11 03:29:13] "PUT /virtual-network/0ee93488-e06d-4ca2-ab74-555653cd9e8d HTTP/1.1" 200 264 0.042889 10.0.0.249 - - [2025-09-11 03:29:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003465 10.0.0.249 - - [2025-09-11 03:29:13] "GET /network-policy/f19ae832-63b7-4d50-968d-04f376c637c4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2079 0.003880 10.0.0.249 - - [2025-09-11 03:29:13] "POST /ref-update HTTP/1.1" 200 156 0.047825 10.0.0.49 - - [2025-09-11 03:29:13] "POST /access-control-lists HTTP/1.1" 200 592 0.037645 10.0.0.249 - - [2025-09-11 03:29:13] "GET /virtual-network/0ee93488-e06d-4ca2-ab74-555653cd9e8d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.005558 10.0.0.249 - - [2025-09-11 03:29:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003500 10.0.0.249 - - [2025-09-11 03:29:13] "GET /network-policy/f19ae832-63b7-4d50-968d-04f376c637c4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2079 0.004552 10.0.0.249 - - [2025-09-11 03:29:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004462 10.0.0.49 - - [2025-09-11 03:29:13] "GET /projects?obj_uuids=44c75927-370a-40c7-8f40-bb5ccf53216c&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000925 10.0.0.249 - - [2025-09-11 03:29:13] "GET /project/44c75927-370a-40c7-8f40-bb5ccf53216c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.041984 10.0.0.249 - - [2025-09-11 03:29:13] "GET /virtual-networks?parent_id=44c75927-370a-40c7-8f40-bb5ccf53216c&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003273 10.0.0.249 - - [2025-09-11 03:29:13] "POST /virtual-networks HTTP/1.1" 200 546 0.077305 10.0.0.249 - - [2025-09-11 03:29:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.008872 10.0.0.249 - - [2025-09-11 03:29:13] "GET /network-ipam/06813d76-0dc2-489e-8805-990708c71d2d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1041 0.003800 10.0.0.49 - - [2025-09-11 03:29:13] "POST /useragent-kv HTTP/1.1" 200 115 0.008725 10.0.0.249 - - [2025-09-11 03:29:13] "POST /ref-update HTTP/1.1" 200 156 0.075109 10.0.0.249 - - [2025-09-11 03:29:13] "POST /neutron/network HTTP/1.1" 200 809 0.007747 10.0.0.249 - - [2025-09-11 03:29:13] "GET /virtual-network/c3486ef2-254d-4e82-a78b-7fd5c257dfad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1933 0.005698 10.0.0.249 - - [2025-09-11 03:29:14] "GET /virtual-network/c3486ef2-254d-4e82-a78b-7fd5c257dfad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1933 0.006150 10.0.0.249 - - [2025-09-11 03:29:14] "GET /obj-perms HTTP/1.1" 200 5051 0.003982 10.0.0.22 - - [2025-09-11 03:29:14] "GET /obj-perms HTTP/1.1" 200 5051 0.003518 10.0.0.49 - - [2025-09-11 03:29:14] "GET /obj-perms HTTP/1.1" 200 5051 0.052757 10.0.0.249 - - [2025-09-11 03:29:14] "GET /virtual-network/c3486ef2-254d-4e82-a78b-7fd5c257dfad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1933 0.005664 10.0.0.249 - - [2025-09-11 03:29:14] "PUT /virtual-network/c3486ef2-254d-4e82-a78b-7fd5c257dfad HTTP/1.1" 200 264 0.058112 10.0.0.249 - - [2025-09-11 03:29:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.002858 10.0.0.249 - - [2025-09-11 03:29:14] "GET /network-policy/534f8797-018c-47e5-bfe9-153ad519f83b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2078 0.004375 10.0.0.49 - - [2025-09-11 03:29:14] "POST /fqname-to-id HTTP/1.1" 404 237 0.008787 10.0.0.249 - - [2025-09-11 03:29:14] "POST /ref-update HTTP/1.1" 200 156 0.046683 10.0.0.249 - - [2025-09-11 03:29:14] "POST /neutron/network HTTP/1.1" 200 886 0.008791 10.0.0.249 - - [2025-09-11 03:29:14] "GET /virtual-network/c3486ef2-254d-4e82-a78b-7fd5c257dfad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.005838 10.0.0.249 - - [2025-09-11 03:29:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.013201 10.0.0.249 - - [2025-09-11 03:29:14] "GET /network-policy/534f8797-018c-47e5-bfe9-153ad519f83b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2078 0.004248 10.0.0.249 - - [2025-09-11 03:29:14] "POST /id-to-fqname HTTP/1.1" 200 222 0.001043 10.0.0.249 - - [2025-09-11 03:29:15] "POST /neutron/network HTTP/1.1" 200 896 0.007418 10.0.0.49 - - [2025-09-11 03:29:16] "GET /projects?obj_uuids=44c75927-370a-40c7-8f40-bb5ccf53216c&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001217 10.0.0.249 - - [2025-09-11 03:29:16] "GET /project/44c75927-370a-40c7-8f40-bb5ccf53216c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.093264 10.0.0.249 - - [2025-09-11 03:29:16] "POST /neutron/security_group HTTP/1.1" 200 2076 0.006761 10.0.0.249 - - [2025-09-11 03:29:16] "POST /id-to-fqname HTTP/1.1" 200 222 0.001361 10.0.0.249 - - [2025-09-11 03:29:16] "POST /neutron/network HTTP/1.1" 200 896 0.006345 10.0.0.49 - - [2025-09-11 03:29:16] "PUT /access-control-list/b5bb19c9-5ac5-44c5-8626-aeb3ca5ed390 HTTP/1.1" 200 272 0.029328 10.0.0.249 - - [2025-09-11 03:29:17] "POST /neutron/network HTTP/1.1" 200 896 0.022885 10.0.0.249 - - [2025-09-11 03:29:17] "POST /neutron/port HTTP/1.1" 200 1115 0.114224 10.0.0.249 - - [2025-09-11 03:29:17] "POST /neutron/subnet HTTP/1.1" 200 646 0.008744 10.0.0.249 - - [2025-09-11 03:29:17] "POST /neutron/port HTTP/1.1" 200 1105 0.018520 10.0.0.249 - - [2025-09-11 03:29:17] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003899 10.0.0.249 - - [2025-09-11 03:29:17] "POST /neutron/network HTTP/1.1" 200 843 0.008732 10.0.0.49 - - [2025-09-11 03:29:17] "GET /projects?obj_uuids=44c75927-370a-40c7-8f40-bb5ccf53216c&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002264 10.0.0.249 - - [2025-09-11 03:29:17] "GET /project/44c75927-370a-40c7-8f40-bb5ccf53216c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.091699 10.0.0.249 - - [2025-09-11 03:29:18] "POST /neutron/security_group HTTP/1.1" 200 4017 0.008701 10.0.0.249 - - [2025-09-11 03:29:18] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007928 10.0.0.249 - - [2025-09-11 03:29:23] "POST /neutron/port HTTP/1.1" 200 1089 0.020399 10.0.0.249 - - [2025-09-11 03:29:23] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006778 10.0.0.249 - - [2025-09-11 03:29:23] "GET /virtual-machine/08575f9b-cc9c-47bf-a0a6-a80e9c256826 HTTP/1.1" 200 1292 0.007013 10.0.0.249 - - [2025-09-11 03:29:23] "GET /virtual-machine-interface/c1bdb185-9c06-46bd-8f8d-3ae4aeb58d7f HTTP/1.1" 200 2950 0.005141 10.0.0.249 - - [2025-09-11 03:29:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003447 10.0.0.249 - - [2025-09-11 03:29:23] "GET /global-vrouter-config/34ac33d4-7223-40b7-b082-da1d7603178b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004739 10.0.0.249 - - [2025-09-11 03:29:23] "GET /virtual-networks?parent_id=44c75927-370a-40c7-8f40-bb5ccf53216c&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.005099 10.0.0.249 - - [2025-09-11 03:29:23] "GET /virtual-network/0ee93488-e06d-4ca2-ab74-555653cd9e8d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.005474 10.0.0.249 - - [2025-09-11 03:29:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003366 10.0.0.249 - - [2025-09-11 03:29:26] "GET /virtual-network/0ee93488-e06d-4ca2-ab74-555653cd9e8d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.005298 10.0.0.249 - - [2025-09-11 03:29:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003488 10.0.0.249 - - [2025-09-11 03:29:31] "GET /virtual-network/0ee93488-e06d-4ca2-ab74-555653cd9e8d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.005118 10.0.0.249 - - [2025-09-11 03:29:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004078 10.0.0.249 - - [2025-09-11 03:29:35] "GET /virtual-network/0ee93488-e06d-4ca2-ab74-555653cd9e8d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.005176 10.0.0.249 - - [2025-09-11 03:29:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003575 10.0.0.249 - - [2025-09-11 03:29:39] "GET /virtual-network/0ee93488-e06d-4ca2-ab74-555653cd9e8d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.006835 10.0.0.249 - - [2025-09-11 03:29:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003376 10.0.0.249 - - [2025-09-11 03:29:43] "GET /virtual-network/0ee93488-e06d-4ca2-ab74-555653cd9e8d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.005276 10.0.0.249 - - [2025-09-11 03:29:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004030 10.0.0.249 - - [2025-09-11 03:29:47] "GET /virtual-network/0ee93488-e06d-4ca2-ab74-555653cd9e8d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.006561 10.0.0.249 - - [2025-09-11 03:29:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003172 10.0.0.249 - - [2025-09-11 03:29:51] "GET /virtual-network/0ee93488-e06d-4ca2-ab74-555653cd9e8d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.005413 10.0.0.249 - - [2025-09-11 03:29:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003702 10.0.0.249 - - [2025-09-11 03:29:55] "GET /virtual-network/0ee93488-e06d-4ca2-ab74-555653cd9e8d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.005297 10.0.0.249 - - [2025-09-11 03:29:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004421 10.0.0.249 - - [2025-09-11 03:29:57] "GET /global-vrouter-config/34ac33d4-7223-40b7-b082-da1d7603178b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004193 10.0.0.249 - - [2025-09-11 03:29:57] "GET /virtual-networks?parent_id=44c75927-370a-40c7-8f40-bb5ccf53216c&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.002898 10.0.0.249 - - [2025-09-11 03:29:57] "GET /virtual-network/0ee93488-e06d-4ca2-ab74-555653cd9e8d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.006437 10.0.0.249 - - [2025-09-11 03:30:03] "POST /neutron/port HTTP/1.1" 200 1089 0.016675 10.0.0.249 - - [2025-09-11 03:30:06] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006287 10.0.0.249 - - [2025-09-11 03:30:13] "POST /neutron/port HTTP/1.1" 200 1089 0.017607 10.0.0.249 - - [2025-09-11 03:30:18] "POST /neutron/port HTTP/1.1" 200 2095 0.015420 10.0.0.249 - - [2025-09-11 03:30:18] "POST /neutron/subnet HTTP/1.1" 200 693 0.008687 10.0.0.249 - - [2025-09-11 03:30:18] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005503 10.0.0.249 - - [2025-09-11 03:30:18] "POST /neutron/network HTTP/1.1" 200 844 0.007166 10.0.0.249 - - [2025-09-11 03:30:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004544 10.0.0.249 - - [2025-09-11 03:30:18] "GET /network-policy/534f8797-018c-47e5-bfe9-153ad519f83b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2078 0.003631 10.0.0.249 - - [2025-09-11 03:30:18] "POST /ref-update HTTP/1.1" 200 156 0.059893 10.0.0.249 - - [2025-09-11 03:30:19] "POST /neutron/network HTTP/1.1" 200 809 0.020711 10.0.0.249 - - [2025-09-11 03:30:19] "GET /virtual-network/c3486ef2-254d-4e82-a78b-7fd5c257dfad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1933 0.010321 10.0.0.49 - - [2025-09-11 03:30:19] "POST /useragent-kv HTTP/1.1" 200 115 0.004096 10.0.0.49 - - [2025-09-11 03:30:19] "POST /useragent-kv HTTP/1.1" 200 115 0.012488 10.0.0.249 - - [2025-09-11 03:30:19] "DELETE /virtual-network/c3486ef2-254d-4e82-a78b-7fd5c257dfad HTTP/1.1" 200 115 0.110234 10.0.0.249 - - [2025-09-11 03:30:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003152 10.0.0.249 - - [2025-09-11 03:30:19] "GET /network-policy/f19ae832-63b7-4d50-968d-04f376c637c4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2079 0.003552 10.0.0.249 - - [2025-09-11 03:30:19] "POST /ref-update HTTP/1.1" 200 156 0.065424 10.0.0.249 - - [2025-09-11 03:30:19] "GET /virtual-network/0ee93488-e06d-4ca2-ab74-555653cd9e8d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1932 0.007173 10.0.0.249 - - [2025-09-11 03:30:19] "DELETE /virtual-network/0ee93488-e06d-4ca2-ab74-555653cd9e8d HTTP/1.1" 409 248 0.022955 10.0.0.49 - - [2025-09-11 03:30:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.012023 10.0.0.249 - - [2025-09-11 03:30:19] "POST /neutron/port HTTP/1.1" 200 151 0.262218 10.0.0.49 - - [2025-09-11 03:30:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.006785 10.0.0.49 - - [2025-09-11 03:30:21] "POST /useragent-kv HTTP/1.1" 200 115 0.002468 10.0.0.49 - - [2025-09-11 03:30:21] "POST /useragent-kv HTTP/1.1" 200 115 0.002634 10.0.0.249 - - [2025-09-11 03:30:21] "DELETE /virtual-network/0ee93488-e06d-4ca2-ab74-555653cd9e8d HTTP/1.1" 200 115 0.122849 10.0.0.249 - - [2025-09-11 03:30:21] "DELETE /network-policy/534f8797-018c-47e5-bfe9-153ad519f83b HTTP/1.1" 200 115 0.037299 10.0.0.249 - - [2025-09-11 03:30:22] "DELETE /network-policy/f19ae832-63b7-4d50-968d-04f376c637c4 HTTP/1.1" 200 115 0.036078 10.0.0.49 - - [2025-09-11 03:31:00] "GET /projects?obj_uuids=44c75927-370a-40c7-8f40-bb5ccf53216c&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001373 10.0.0.249 - - [2025-09-11 03:31:00] "GET /project/44c75927-370a-40c7-8f40-bb5ccf53216c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.040406 10.0.0.49 - - [2025-09-11 03:31:00] "GET /projects?obj_uuids=44c75927-370a-40c7-8f40-bb5ccf53216c&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001008 10.0.0.249 - - [2025-09-11 03:31:00] "GET /project/44c75927-370a-40c7-8f40-bb5ccf53216c?fields=virtual_networks HTTP/1.1" 200 1034 0.037919 10.0.0.49 - - [2025-09-11 03:31:00] "GET /projects?obj_uuids=44c75927-370a-40c7-8f40-bb5ccf53216c&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001355 10.0.0.249 - - [2025-09-11 03:31:00] "GET /project/44c75927-370a-40c7-8f40-bb5ccf53216c?fields=virtual_machine_interfaces HTTP/1.1" 200 1034 0.042548 10.0.0.49 - - [2025-09-11 03:31:00] "GET /projects?obj_uuids=44c75927-370a-40c7-8f40-bb5ccf53216c&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001328 10.0.0.249 - - [2025-09-11 03:31:00] "GET /project/44c75927-370a-40c7-8f40-bb5ccf53216c?fields=security_groups HTTP/1.1" 200 1261 0.039045 10.0.0.249 - - [2025-09-11 03:31:01] "POST /fqname-to-id HTTP/1.1" 404 188 0.027380 10.0.0.49 - - [2025-09-11 03:31:01] "GET /projects?obj_uuids=7cc964ef-0697-4630-addc-0f8185c74ca8&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003132 10.0.0.49 - - [2025-09-11 03:31:01] "GET /domains?obj_uuids=6cefd47d-baca-4df6-a10c-ec963319da07&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001593 10.0.0.49 - - [2025-09-11 03:31:01] "GET /domain/6cefd47d-baca-4df6-a10c-ec963319da07?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007731 10.0.0.49 - - [2025-09-11 03:31:01] "POST /id-to-fqname HTTP/1.1" 200 190 0.003591 10.0.0.49 - - [2025-09-11 03:31:01] "POST /fqname-to-id HTTP/1.1" 404 199 0.004263 10.0.0.49 - - [2025-09-11 03:31:01] "POST /security-groups HTTP/1.1" 200 591 0.031500 10.0.0.49 - - [2025-09-11 03:31:01] "POST /projects HTTP/1.1" 200 585 0.241109 10.0.0.49 - - [2025-09-11 03:31:01] "POST /access-control-lists HTTP/1.1" 200 596 0.040417 10.0.0.49 - - [2025-09-11 03:31:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.321722 10.0.0.249 - - [2025-09-11 03:31:01] "GET /project/7cc964ef-0697-4630-addc-0f8185c74ca8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.458474 10.0.0.249 - - [2025-09-11 03:31:03] "GET / HTTP/1.1" 200 35931 0.001724 10.0.0.249 - - [2025-09-11 03:31:05] "POST /fqname-to-id HTTP/1.1" 401 293 0.000970 10.0.0.249 - - [2025-09-11 03:31:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.059643 10.0.0.49 - - [2025-09-11 03:31:05] "GET /projects?obj_uuids=7cc964ef-0697-4630-addc-0f8185c74ca8&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000906 10.0.0.249 - - [2025-09-11 03:31:05] "GET /project/7cc964ef-0697-4630-addc-0f8185c74ca8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.039918 10.0.0.49 - - [2025-09-11 03:31:05] "GET /projects?obj_uuids=7cc964ef-0697-4630-addc-0f8185c74ca8&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001177 10.0.0.249 - - [2025-09-11 03:31:05] "POST /neutron/network HTTP/1.1" 200 605 0.142743 10.0.0.49 - - [2025-09-11 03:31:05] "POST /route-targets HTTP/1.1" 200 327 0.014754 10.0.0.249 - - [2025-09-11 03:31:06] "POST /id-to-fqname HTTP/1.1" 200 220 0.002907 10.0.0.249 - - [2025-09-11 03:31:06] "GET /virtual-network/30291277-2321-4ba1-928d-dd8797db98a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.005893 10.0.0.249 - - [2025-09-11 03:31:06] "POST /neutron/network HTTP/1.1" 200 824 0.006029 10.0.0.249 - - [2025-09-11 03:31:06] "GET /virtual-network/30291277-2321-4ba1-928d-dd8797db98a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.005436 10.0.0.249 - - [2025-09-11 03:31:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003586 10.0.0.49 - - [2025-09-11 03:31:06] "GET /projects?obj_uuids=7cc964ef-0697-4630-addc-0f8185c74ca8&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001051 10.0.0.249 - - [2025-09-11 03:31:06] "GET /project/7cc964ef-0697-4630-addc-0f8185c74ca8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.047851 10.0.0.249 - - [2025-09-11 03:31:06] "POST /neutron/network HTTP/1.1" 200 117 0.012358 10.0.0.49 - - [2025-09-11 03:31:06] "POST /ref-update HTTP/1.1" 200 156 0.021265 10.0.0.249 - - [2025-09-11 03:31:06] "POST /neutron/network HTTP/1.1" 200 824 0.008737 10.0.0.249 - - [2025-09-11 03:31:06] "POST /id-to-fqname HTTP/1.1" 200 220 0.001165 10.0.0.249 - - [2025-09-11 03:31:06] "GET /virtual-network/79842d7a-c46e-490f-9da2-cc24683949b6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.005187 10.0.0.249 - - [2025-09-11 03:31:06] "GET /virtual-network/79842d7a-c46e-490f-9da2-cc24683949b6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.006540 10.0.0.249 - - [2025-09-11 03:31:06] "POST /neutron/subnet HTTP/1.1" 200 724 0.010057 10.0.0.249 - - [2025-09-11 03:31:06] "POST /id-to-fqname HTTP/1.1" 200 220 0.001185 10.0.0.249 - - [2025-09-11 03:31:07] "POST /neutron/network HTTP/1.1" 200 834 0.007207 10.0.0.49 - - [2025-09-11 03:31:08] "DELETE /project/7cc964ef06974630addc0f8185c74ca8 HTTP/1.1" 404 173 0.004934 10.0.0.49 - - [2025-09-11 03:31:08] "DELETE /project/44c75927-370a-40c7-8f40-bb5ccf53216c HTTP/1.1" 404 177 0.004602 10.0.0.49 - - [2025-09-11 03:31:08] "GET /projects?obj_uuids=7cc964ef-0697-4630-addc-0f8185c74ca8&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001009 10.0.0.249 - - [2025-09-11 03:31:08] "GET /project/7cc964ef-0697-4630-addc-0f8185c74ca8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.077478 10.0.0.249 - - [2025-09-11 03:31:08] "POST /neutron/security_group HTTP/1.1" 200 2076 0.006723 10.0.0.249 - - [2025-09-11 03:31:08] "POST /id-to-fqname HTTP/1.1" 200 220 0.001234 10.0.0.249 - - [2025-09-11 03:31:08] "POST /neutron/network HTTP/1.1" 200 834 0.013526 10.0.0.249 - - [2025-09-11 03:31:09] "POST /neutron/network HTTP/1.1" 200 834 0.008635 10.0.0.249 - - [2025-09-11 03:31:09] "POST /neutron/port HTTP/1.1" 200 1114 0.119518 10.0.0.249 - - [2025-09-11 03:31:09] "POST /neutron/subnet HTTP/1.1" 200 699 0.009723 10.0.0.49 - - [2025-09-11 03:31:09] "GET /projects?obj_uuids=7cc964ef-0697-4630-addc-0f8185c74ca8&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001258 10.0.0.249 - - [2025-09-11 03:31:09] "GET /project/7cc964ef-0697-4630-addc-0f8185c74ca8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.064864 10.0.0.249 - - [2025-09-11 03:31:09] "POST /neutron/network HTTP/1.1" 200 824 0.034215 10.0.0.249 - - [2025-09-11 03:31:10] "POST /neutron/port HTTP/1.1" 200 117 0.006783 10.0.0.22 - - [2025-09-11 03:31:10] "GET /global-system-configs HTTP/1.1" 200 322 0.045766 10.0.0.49 - - [2025-09-11 03:31:10] "GET /obj-perms HTTP/1.1" 200 5075 0.141223 10.0.0.49 - - [2025-09-11 03:31:10] "GET /global-system-configs HTTP/1.1" 200 322 0.075423 10.0.0.249 - - [2025-09-11 03:31:10] "GET /obj-perms HTTP/1.1" 200 5075 0.136606 10.0.0.22 - - [2025-09-11 03:31:10] "GET /obj-perms HTTP/1.1" 200 5075 0.153810 10.0.0.49 - - [2025-09-11 03:31:10] "GET /global-system-configs HTTP/1.1" 200 322 0.006146 10.0.0.22 - - [2025-09-11 03:31:10] "GET /global-system-configs HTTP/1.1" 200 322 0.029460 10.0.0.49 - - [2025-09-11 03:31:10] "GET /obj-perms HTTP/1.1" 200 5075 0.004502 10.0.0.249 - - [2025-09-11 03:31:11] "GET /global-system-configs HTTP/1.1" 200 322 0.064664 10.0.0.22 - - [2025-09-11 03:31:11] "GET /obj-perms HTTP/1.1" 200 5075 0.160398 10.0.0.249 - - [2025-09-11 03:31:11] "GET /obj-perms HTTP/1.1" 200 5075 0.178668 10.0.0.249 - - [2025-09-11 03:31:12] "GET /global-system-configs HTTP/1.1" 200 322 0.062975 10.0.0.249 - - [2025-09-11 03:31:15] "POST /neutron/port HTTP/1.1" 200 1088 0.016636 10.0.0.249 - - [2025-09-11 03:31:15] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007728 10.0.0.249 - - [2025-09-11 03:31:15] "GET /virtual-machine/da69f91b-c25a-4d3e-ade4-31e2bd262b4b HTTP/1.1" 401 293 0.000484 10.0.0.249 - - [2025-09-11 03:31:15] "GET /virtual-machine/da69f91b-c25a-4d3e-ade4-31e2bd262b4b HTTP/1.1" 200 1293 0.026887 10.0.0.249 - - [2025-09-11 03:31:15] "GET /virtual-machine-interface/85d6d6d1-a491-41b8-b9e6-8f3c5852cb5f HTTP/1.1" 200 2941 0.005151 10.0.0.249 - - [2025-09-11 03:31:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003309 10.0.0.249 - - [2025-09-11 03:31:15] "GET /global-vrouter-config/34ac33d4-7223-40b7-b082-da1d7603178b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003729 10.0.0.249 - - [2025-09-11 03:31:15] "GET /virtual-networks?parent_id=7cc964ef-0697-4630-addc-0f8185c74ca8&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.002991 10.0.0.249 - - [2025-09-11 03:31:15] "GET /virtual-network/30291277-2321-4ba1-928d-dd8797db98a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.007675 10.0.0.249 - - [2025-09-11 03:31:18] "POST /neutron/port HTTP/1.1" 200 1088 0.014542 10.0.0.249 - - [2025-09-11 03:31:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003599 10.0.0.249 - - [2025-09-11 03:31:19] "GET /virtual-network/30291277-2321-4ba1-928d-dd8797db98a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.008051 10.0.0.249 - - [2025-09-11 03:31:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003752 10.0.0.249 - - [2025-09-11 03:31:21] "GET /global-vrouter-config/34ac33d4-7223-40b7-b082-da1d7603178b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003668 10.0.0.249 - - [2025-09-11 03:31:21] "GET /virtual-networks?parent_id=7cc964ef-0697-4630-addc-0f8185c74ca8&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.006714 10.0.0.249 - - [2025-09-11 03:31:21] "GET /virtual-network/30291277-2321-4ba1-928d-dd8797db98a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.006513 10.0.0.249 - - [2025-09-11 03:31:21] "POST /neutron/port HTTP/1.1" 200 117 0.006842 10.0.0.249 - - [2025-09-11 03:31:21] "GET /virtual-machine/da69f91b-c25a-4d3e-ade4-31e2bd262b4b HTTP/1.1" 200 1293 0.003990 10.0.0.249 - - [2025-09-11 03:31:21] "GET /virtual-machine-interface/85d6d6d1-a491-41b8-b9e6-8f3c5852cb5f HTTP/1.1" 200 2941 0.004889 10.0.0.249 - - [2025-09-11 03:31:21] "GET /virtual-machine/da69f91b-c25a-4d3e-ade4-31e2bd262b4b HTTP/1.1" 200 1293 0.004291 10.0.0.249 - - [2025-09-11 03:31:21] "GET /virtual-machine-interface/85d6d6d1-a491-41b8-b9e6-8f3c5852cb5f HTTP/1.1" 200 2941 0.006696 10.0.0.249 - - [2025-09-11 03:31:21] "GET /instance-ip/502ec01b-f513-4db8-b59a-28e334e07d40 HTTP/1.1" 200 1620 0.005750 10.0.0.249 - - [2025-09-11 03:31:21] "GET /virtual-machine/da69f91b-c25a-4d3e-ade4-31e2bd262b4b HTTP/1.1" 200 1293 0.003499 10.0.0.249 - - [2025-09-11 03:31:21] "GET /virtual-machine-interface/85d6d6d1-a491-41b8-b9e6-8f3c5852cb5f HTTP/1.1" 200 2941 0.005705 10.0.0.249 - - [2025-09-11 03:31:21] "GET /instance-ip/502ec01b-f513-4db8-b59a-28e334e07d40 HTTP/1.1" 200 1620 0.004298 10.0.0.249 - - [2025-09-11 03:31:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003594 10.0.0.249 - - [2025-09-11 03:31:21] "GET /global-vrouter-config/34ac33d4-7223-40b7-b082-da1d7603178b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004101 10.0.0.249 - - [2025-09-11 03:31:21] "GET /virtual-networks?parent_id=7cc964ef-0697-4630-addc-0f8185c74ca8&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003372 10.0.0.249 - - [2025-09-11 03:31:21] "GET /virtual-network/30291277-2321-4ba1-928d-dd8797db98a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.006199 10.0.0.249 - - [2025-09-11 03:31:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003918 10.0.0.249 - - [2025-09-11 03:31:21] "GET /global-vrouter-config/34ac33d4-7223-40b7-b082-da1d7603178b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005177 10.0.0.249 - - [2025-09-11 03:31:21] "GET /virtual-networks?parent_id=7cc964ef-0697-4630-addc-0f8185c74ca8&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.004671 10.0.0.249 - - [2025-09-11 03:31:21] "GET /virtual-network/30291277-2321-4ba1-928d-dd8797db98a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.006638 10.0.0.249 - - [2025-09-11 03:31:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.006716 10.0.0.249 - - [2025-09-11 03:31:21] "GET /global-vrouter-config/34ac33d4-7223-40b7-b082-da1d7603178b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004304 10.0.0.249 - - [2025-09-11 03:31:21] "GET /virtual-networks?parent_id=7cc964ef-0697-4630-addc-0f8185c74ca8&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003877 10.0.0.249 - - [2025-09-11 03:31:22] "GET /virtual-network/30291277-2321-4ba1-928d-dd8797db98a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.005299 10.0.0.249 - - [2025-09-11 03:31:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003200 10.0.0.249 - - [2025-09-11 03:31:22] "GET /global-vrouter-config/34ac33d4-7223-40b7-b082-da1d7603178b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003971 10.0.0.249 - - [2025-09-11 03:31:22] "GET /virtual-networks?parent_id=7cc964ef-0697-4630-addc-0f8185c74ca8&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003095 10.0.0.249 - - [2025-09-11 03:31:22] "GET /virtual-network/30291277-2321-4ba1-928d-dd8797db98a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.006077 10.0.0.249 - - [2025-09-11 03:31:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003704 10.0.0.249 - - [2025-09-11 03:31:22] "GET /global-vrouter-config/34ac33d4-7223-40b7-b082-da1d7603178b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.006951 10.0.0.249 - - [2025-09-11 03:31:22] "GET /virtual-networks?parent_id=7cc964ef-0697-4630-addc-0f8185c74ca8&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003973 10.0.0.249 - - [2025-09-11 03:31:22] "GET /virtual-network/30291277-2321-4ba1-928d-dd8797db98a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.006783 10.0.0.249 - - [2025-09-11 03:31:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.004529 10.0.0.249 - - [2025-09-11 03:31:22] "GET /global-vrouter-config/34ac33d4-7223-40b7-b082-da1d7603178b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005844 10.0.0.249 - - [2025-09-11 03:31:22] "GET /virtual-networks?parent_id=7cc964ef-0697-4630-addc-0f8185c74ca8&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003530 10.0.0.249 - - [2025-09-11 03:31:22] "GET /virtual-network/30291277-2321-4ba1-928d-dd8797db98a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.007377 10.0.0.249 - - [2025-09-11 03:31:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003005 10.0.0.249 - - [2025-09-11 03:31:22] "GET /routing-instance/a7e117d6-11a5-4d49-89db-10654855d3ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1475 0.011681 10.0.0.249 - - [2025-09-11 03:31:22] "GET /route-target/a73c0f29-6010-4942-af76-d62057543fa0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004375 10.0.0.249 - - [2025-09-11 03:31:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.004127 10.0.0.249 - - [2025-09-11 03:31:22] "GET /global-vrouter-config/34ac33d4-7223-40b7-b082-da1d7603178b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004612 10.0.0.249 - - [2025-09-11 03:31:22] "GET /virtual-networks?parent_id=7cc964ef-0697-4630-addc-0f8185c74ca8&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.004380 10.0.0.249 - - [2025-09-11 03:31:22] "GET /virtual-network/30291277-2321-4ba1-928d-dd8797db98a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.008723 10.0.0.249 - - [2025-09-11 03:31:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.005095 10.0.0.249 - - [2025-09-11 03:31:22] "GET /routing-instance/a7e117d6-11a5-4d49-89db-10654855d3ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1475 0.004812 10.0.0.249 - - [2025-09-11 03:31:22] "GET /route-target/a73c0f29-6010-4942-af76-d62057543fa0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.003738 10.0.0.249 - - [2025-09-11 03:31:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003503 10.0.0.249 - - [2025-09-11 03:31:23] "GET /global-vrouter-config/34ac33d4-7223-40b7-b082-da1d7603178b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004076 10.0.0.249 - - [2025-09-11 03:31:23] "GET /virtual-networks?parent_id=7cc964ef-0697-4630-addc-0f8185c74ca8&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.002991 10.0.0.249 - - [2025-09-11 03:31:23] "GET /virtual-network/30291277-2321-4ba1-928d-dd8797db98a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.006007 10.0.0.249 - - [2025-09-11 03:31:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003371 10.0.0.249 - - [2025-09-11 03:31:23] "GET /global-vrouter-config/34ac33d4-7223-40b7-b082-da1d7603178b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004190 10.0.0.249 - - [2025-09-11 03:31:23] "GET /virtual-networks?parent_id=7cc964ef-0697-4630-addc-0f8185c74ca8&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.005723 10.0.0.249 - - [2025-09-11 03:31:23] "GET /virtual-network/30291277-2321-4ba1-928d-dd8797db98a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.007327 10.0.0.49 - - [2025-09-11 03:31:23] "GET /obj-perms HTTP/1.1" 200 5049 0.055024 10.0.0.249 - - [2025-09-11 03:31:24] "GET /obj-perms HTTP/1.1" 200 5049 0.061236 10.0.0.249 - - [2025-09-11 03:31:24] "GET /obj-perms HTTP/1.1" 200 5049 0.005760 10.0.0.49 - - [2025-09-11 03:31:24] "GET /obj-perms HTTP/1.1" 200 5049 0.003696 10.0.0.249 - - [2025-09-11 03:31:25] "POST /neutron/port HTTP/1.1" 200 117 0.006181 10.0.0.249 - - [2025-09-11 03:31:25] "GET /virtual-machine/da69f91b-c25a-4d3e-ade4-31e2bd262b4b HTTP/1.1" 200 1293 0.004152 10.0.0.249 - - [2025-09-11 03:31:25] "POST /neutron/port HTTP/1.1" 200 151 0.180803 10.0.0.249 - - [2025-09-11 03:31:27] "GET /virtual-machine/da69f91b-c25a-4d3e-ade4-31e2bd262b4b HTTP/1.1" 404 171 0.003244 10.0.0.249 - - [2025-09-11 03:31:27] "GET /virtual-machine/da69f91b-c25a-4d3e-ade4-31e2bd262b4b HTTP/1.1" 404 171 0.002935 10.0.0.249 - - [2025-09-11 03:31:27] "GET /virtual-machine/da69f91b-c25a-4d3e-ade4-31e2bd262b4b HTTP/1.1" 404 171 0.002657 10.0.0.249 - - [2025-09-11 03:31:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004524 10.0.0.249 - - [2025-09-11 03:31:27] "GET /global-vrouter-config/34ac33d4-7223-40b7-b082-da1d7603178b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004822 10.0.0.249 - - [2025-09-11 03:31:27] "GET /virtual-networks?parent_id=7cc964ef-0697-4630-addc-0f8185c74ca8&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003243 10.0.0.249 - - [2025-09-11 03:31:27] "GET /virtual-network/30291277-2321-4ba1-928d-dd8797db98a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.006489 10.0.0.249 - - [2025-09-11 03:31:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.007282 10.0.0.249 - - [2025-09-11 03:31:27] "GET /routing-instance/a7e117d6-11a5-4d49-89db-10654855d3ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1475 0.004556 10.0.0.249 - - [2025-09-11 03:31:27] "GET /route-target/a73c0f29-6010-4942-af76-d62057543fa0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004975 10.0.0.249 - - [2025-09-11 03:31:27] "GET /obj-perms HTTP/1.1" 200 5049 0.004278 10.0.0.49 - - [2025-09-11 03:31:27] "GET /obj-perms HTTP/1.1" 200 5049 0.004472 10.0.0.249 - - [2025-09-11 03:31:36] "GET /obj-perms HTTP/1.1" 200 5049 0.003833 10.0.0.49 - - [2025-09-11 03:31:36] "GET /obj-perms HTTP/1.1" 200 5049 0.004494 10.0.0.249 - - [2025-09-11 03:31:46] "GET /obj-perms HTTP/1.1" 200 5049 0.004512 10.0.0.49 - - [2025-09-11 03:31:46] "GET /obj-perms HTTP/1.1" 200 5049 0.003588 10.0.0.249 - - [2025-09-11 03:31:52] "GET /obj-perms HTTP/1.1" 200 5049 0.003689 10.0.0.22 - - [2025-09-11 03:31:52] "GET /obj-perms HTTP/1.1" 200 5049 0.045987 10.0.0.49 - - [2025-09-11 03:31:52] "GET /obj-perms HTTP/1.1" 200 5049 0.004153 10.0.0.49 - - [2025-09-11 03:31:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.005568 10.0.0.249 - - [2025-09-11 03:31:52] "POST /neutron/network HTTP/1.1" 200 824 0.006721 10.0.0.49 - - [2025-09-11 03:31:52] "DELETE /route-target/a73c0f29-6010-4942-af76-d62057543fa0 HTTP/1.1" 200 115 0.026183 10.0.0.49 - - [2025-09-11 03:31:54] "GET /projects?obj_uuids=7cc964ef-0697-4630-addc-0f8185c74ca8&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001160 10.0.0.249 - - [2025-09-11 03:31:54] "GET /project/7cc964ef-0697-4630-addc-0f8185c74ca8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.041938 10.0.0.49 - - [2025-09-11 03:31:54] "GET /projects?obj_uuids=7cc964ef-0697-4630-addc-0f8185c74ca8&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001511 10.0.0.249 - - [2025-09-11 03:31:54] "GET /project/7cc964ef-0697-4630-addc-0f8185c74ca8?fields=virtual_networks HTTP/1.1" 200 1032 0.052070 10.0.0.49 - - [2025-09-11 03:31:54] "GET /projects?obj_uuids=7cc964ef-0697-4630-addc-0f8185c74ca8&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001271 10.0.0.249 - - [2025-09-11 03:31:54] "GET /project/7cc964ef-0697-4630-addc-0f8185c74ca8?fields=virtual_machine_interfaces HTTP/1.1" 200 1032 0.050007 10.0.0.49 - - [2025-09-11 03:31:54] "GET /projects?obj_uuids=7cc964ef-0697-4630-addc-0f8185c74ca8&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001135 10.0.0.249 - - [2025-09-11 03:31:54] "GET /project/7cc964ef-0697-4630-addc-0f8185c74ca8?fields=security_groups HTTP/1.1" 200 1258 0.041903 10.0.0.249 - - [2025-09-11 03:31:55] "POST /fqname-to-id HTTP/1.1" 404 196 0.024405 10.0.0.49 - - [2025-09-11 03:31:55] "GET /projects?obj_uuids=46a13ffc-163d-4588-a674-18cfadc8902a&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003223 10.0.0.49 - - [2025-09-11 03:31:55] "GET /domains?obj_uuids=6cefd47d-baca-4df6-a10c-ec963319da07&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001253 10.0.0.49 - - [2025-09-11 03:31:55] "GET /domain/6cefd47d-baca-4df6-a10c-ec963319da07?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007594 10.0.0.49 - - [2025-09-11 03:31:55] "POST /id-to-fqname HTTP/1.1" 200 198 0.006164 10.0.0.49 - - [2025-09-11 03:31:55] "POST /fqname-to-id HTTP/1.1" 404 207 0.003080 10.0.0.49 - - [2025-09-11 03:31:55] "POST /security-groups HTTP/1.1" 200 599 0.028417 10.0.0.49 - - [2025-09-11 03:31:55] "POST /projects HTTP/1.1" 200 601 0.246212 10.0.0.49 - - [2025-09-11 03:31:55] "POST /fqname-to-id HTTP/1.1" 404 241 0.004758 10.0.0.49 - - [2025-09-11 03:31:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.318086 10.0.0.249 - - [2025-09-11 03:31:55] "GET /project/46a13ffc-163d-4588-a674-18cfadc8902a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.470647 10.0.0.249 - - [2025-09-11 03:31:56] "GET / HTTP/1.1" 200 35931 0.001374 10.0.0.249 - - [2025-09-11 03:31:59] "POST /fqname-to-id HTTP/1.1" 401 293 0.000414 10.0.0.249 - - [2025-09-11 03:32:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.072856 10.0.0.49 - - [2025-09-11 03:32:00] "GET /projects?obj_uuids=46a13ffc-163d-4588-a674-18cfadc8902a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001210 10.0.0.249 - - [2025-09-11 03:32:00] "GET /project/46a13ffc-163d-4588-a674-18cfadc8902a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.047591 10.0.0.49 - - [2025-09-11 03:32:00] "GET /projects?obj_uuids=46a13ffc-163d-4588-a674-18cfadc8902a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001144 10.0.0.249 - - [2025-09-11 03:32:00] "POST /neutron/network HTTP/1.1" 200 613 0.143690 10.0.0.49 - - [2025-09-11 03:32:00] "POST /ref-update HTTP/1.1" 200 156 0.024093 10.0.0.249 - - [2025-09-11 03:32:00] "POST /neutron/network HTTP/1.1" 200 1006 0.011628 10.0.0.249 - - [2025-09-11 03:32:00] "POST /id-to-fqname HTTP/1.1" 200 228 0.001453 10.0.0.249 - - [2025-09-11 03:32:00] "GET /virtual-network/6bf788b0-b047-445a-9acb-ccf7070ab237?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.006805 10.0.0.249 - - [2025-09-11 03:32:00] "GET /virtual-network/6bf788b0-b047-445a-9acb-ccf7070ab237?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.005615 10.0.0.249 - - [2025-09-11 03:32:00] "POST /neutron/subnet HTTP/1.1" 200 725 0.009974 10.0.0.249 - - [2025-09-11 03:32:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003038 10.0.0.49 - - [2025-09-11 03:32:00] "GET /projects?obj_uuids=46a13ffc-163d-4588-a674-18cfadc8902a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001402 10.0.0.249 - - [2025-09-11 03:32:00] "GET /project/46a13ffc-163d-4588-a674-18cfadc8902a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.054585 10.0.0.49 - - [2025-09-11 03:32:01] "GET /projects?obj_uuids=46a13ffc-163d-4588-a674-18cfadc8902a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001404 10.0.0.249 - - [2025-09-11 03:32:01] "POST /neutron/network HTTP/1.1" 200 613 0.139868 10.0.0.49 - - [2025-09-11 03:32:01] "POST /fqname-to-id HTTP/1.1" 404 207 0.028168 10.0.0.249 - - [2025-09-11 03:32:01] "POST /neutron/network HTTP/1.1" 200 1004 0.010073 10.0.0.249 - - [2025-09-11 03:32:01] "POST /id-to-fqname HTTP/1.1" 200 228 0.001117 10.0.0.249 - - [2025-09-11 03:32:01] "GET /virtual-network/1b311899-1206-4de4-9162-f2d3a6e58f4c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2634 0.004931 10.0.0.249 - - [2025-09-11 03:32:01] "GET /virtual-network/1b311899-1206-4de4-9162-f2d3a6e58f4c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2634 0.006216 10.0.0.249 - - [2025-09-11 03:32:01] "POST /neutron/subnet HTTP/1.1" 200 715 0.010169 10.0.0.249 - - [2025-09-11 03:32:02] "GET /virtual-network/6bf788b0-b047-445a-9acb-ccf7070ab237?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.006379 10.0.0.249 - - [2025-09-11 03:32:03] "GET /obj-perms HTTP/1.1" 200 5075 0.065331 10.0.0.249 - - [2025-09-11 03:32:04] "GET /virtual-network/1b311899-1206-4de4-9162-f2d3a6e58f4c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2634 0.006156 10.0.0.22 - - [2025-09-11 03:32:04] "GET /obj-perms HTTP/1.1" 200 5065 0.047601 10.0.0.249 - - [2025-09-11 03:32:04] "POST /neutron/subnet HTTP/1.1" 200 725 0.009249 10.0.0.249 - - [2025-09-11 03:32:04] "POST /id-to-fqname HTTP/1.1" 200 228 0.001314 10.0.0.249 - - [2025-09-11 03:32:05] "POST /neutron/security_group HTTP/1.1" 200 2076 0.007341 10.0.0.49 - - [2025-09-11 03:32:05] "GET /projects?obj_uuids=46a13ffc-163d-4588-a674-18cfadc8902a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001195 10.0.0.249 - - [2025-09-11 03:32:05] "GET /project/46a13ffc-163d-4588-a674-18cfadc8902a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.062118 10.0.0.249 - - [2025-09-11 03:32:06] "POST /neutron/port HTTP/1.1" 200 4071 0.063916 10.0.0.249 - - [2025-09-11 03:32:06] "POST /neutron/port HTTP/1.1" 200 117 0.005808 10.0.0.249 - - [2025-09-11 03:32:06] "POST /neutron/port HTTP/1.1" 200 1175 0.021384 10.0.0.249 - - [2025-09-11 03:32:07] "POST /neutron/port HTTP/1.1" 200 1203 0.018412 10.0.0.249 - - [2025-09-11 03:32:07] "POST /neutron/subnet HTTP/1.1" 200 1385 0.014294 10.0.0.249 - - [2025-09-11 03:32:07] "POST /neutron/network HTTP/1.1" 200 1006 0.009930 10.0.0.49 - - [2025-09-11 03:32:08] "DELETE /project/46a13ffc163d4588a67418cfadc8902a HTTP/1.1" 404 173 0.006814 10.0.0.49 - - [2025-09-11 03:32:08] "GET /projects?obj_uuids=7cc964ef-0697-4630-addc-0f8185c74ca8&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001018 10.0.0.49 - - [2025-09-11 03:32:08] "GET /project/7cc964ef-0697-4630-addc-0f8185c74ca8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1468 0.143391 10.0.0.49 - - [2025-09-11 03:32:08] "GET /projects?obj_uuids=7cc964ef-0697-4630-addc-0f8185c74ca8&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.006256 10.0.0.49 - - [2025-09-11 03:32:08] "DELETE /access-control-list/3b88c30b-9f3c-47d5-894b-a8d8ec83781e HTTP/1.1" 200 115 0.191633 10.0.0.49 - - [2025-09-11 03:32:08] "GET /project/7cc964ef-0697-4630-addc-0f8185c74ca8?fields=security_groups HTTP/1.1" 200 1102 0.121488 10.0.0.49 - - [2025-09-11 03:32:08] "GET /projects?obj_uuids=7cc964ef-0697-4630-addc-0f8185c74ca8&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.005550 10.0.0.49 - - [2025-09-11 03:32:08] "GET /project/7cc964ef-0697-4630-addc-0f8185c74ca8?fields=application_policy_sets HTTP/1.1" 404 171 0.409164 10.0.0.49 - - [2025-09-11 03:32:08] "DELETE /project/7cc964ef-0697-4630-addc-0f8185c74ca8 HTTP/1.1" 404 171 0.781021 10.0.0.249 - - [2025-09-11 03:32:11] "POST /neutron/port HTTP/1.1" 200 1203 0.015409 10.0.0.249 - - [2025-09-11 03:32:11] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007974 10.0.0.249 - - [2025-09-11 03:32:11] "GET /virtual-machine/16917188-b339-40f9-87b1-ff49d0745925 HTTP/1.1" 401 293 0.000431 10.0.0.249 - - [2025-09-11 03:32:12] "GET /virtual-machine/16917188-b339-40f9-87b1-ff49d0745925 HTTP/1.1" 200 1299 0.027464 10.0.0.249 - - [2025-09-11 03:32:12] "GET /virtual-machine-interface/64651605-e31e-4a77-9b85-f11b9f421b48 HTTP/1.1" 200 3175 0.006553 10.0.0.249 - - [2025-09-11 03:32:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003775 10.0.0.249 - - [2025-09-11 03:32:12] "GET /global-vrouter-config/34ac33d4-7223-40b7-b082-da1d7603178b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003743 10.0.0.249 - - [2025-09-11 03:32:12] "GET /virtual-networks?parent_id=46a13ffc-163d-4588-a674-18cfadc8902a&detail=False&count=False&shared=False HTTP/1.1" 200 587 0.002813 10.0.0.249 - - [2025-09-11 03:32:12] "GET /virtual-network/6bf788b0-b047-445a-9acb-ccf7070ab237?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.007125 10.0.0.249 - - [2025-09-11 03:32:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.006407 10.0.0.249 - - [2025-09-11 03:32:15] "GET /virtual-network/6bf788b0-b047-445a-9acb-ccf7070ab237?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.006969 10.0.0.249 - - [2025-09-11 03:32:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003268 10.0.0.249 - - [2025-09-11 03:32:19] "GET /virtual-network/6bf788b0-b047-445a-9acb-ccf7070ab237?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.005195 10.0.0.249 - - [2025-09-11 03:32:20] "POST /neutron/network HTTP/1.1" 200 853 0.007717 10.0.0.249 - - [2025-09-11 03:32:20] "POST /neutron/port HTTP/1.1" 200 117 0.001082 10.0.0.249 - - [2025-09-11 03:32:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.005150 10.0.0.249 - - [2025-09-11 03:32:23] "GET /virtual-network/6bf788b0-b047-445a-9acb-ccf7070ab237?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.005400 10.0.0.249 - - [2025-09-11 03:32:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003976 10.0.0.249 - - [2025-09-11 03:32:27] "GET /virtual-network/6bf788b0-b047-445a-9acb-ccf7070ab237?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.006813 10.0.0.249 - - [2025-09-11 03:32:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003282 10.0.0.249 - - [2025-09-11 03:32:31] "GET /virtual-network/6bf788b0-b047-445a-9acb-ccf7070ab237?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.005000 10.0.0.249 - - [2025-09-11 03:32:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003247 10.0.0.249 - - [2025-09-11 03:32:35] "GET /virtual-network/6bf788b0-b047-445a-9acb-ccf7070ab237?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.005844 10.0.0.249 - - [2025-09-11 03:32:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003589 10.0.0.249 - - [2025-09-11 03:32:39] "GET /virtual-network/6bf788b0-b047-445a-9acb-ccf7070ab237?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.005541 10.0.0.249 - - [2025-09-11 03:32:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003415 10.0.0.249 - - [2025-09-11 03:32:43] "GET /virtual-network/6bf788b0-b047-445a-9acb-ccf7070ab237?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.005972 10.0.0.249 - - [2025-09-11 03:32:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003186 10.0.0.249 - - [2025-09-11 03:32:48] "GET /virtual-network/6bf788b0-b047-445a-9acb-ccf7070ab237?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.005301 10.0.0.249 - - [2025-09-11 03:32:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003145 10.0.0.249 - - [2025-09-11 03:32:50] "GET /global-vrouter-config/34ac33d4-7223-40b7-b082-da1d7603178b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003493 10.0.0.249 - - [2025-09-11 03:32:50] "GET /virtual-networks?parent_id=46a13ffc-163d-4588-a674-18cfadc8902a&detail=False&count=False&shared=False HTTP/1.1" 200 587 0.003170 10.0.0.249 - - [2025-09-11 03:32:50] "GET /virtual-network/6bf788b0-b047-445a-9acb-ccf7070ab237?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.006475 10.0.0.249 - - [2025-09-11 03:32:50] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007551 10.0.0.249 - - [2025-09-11 03:32:58] "POST /neutron/port HTTP/1.1" 200 1203 0.015689 10.0.0.249 - - [2025-09-11 03:33:00] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007913 10.0.0.49 - - [2025-09-11 03:33:04] "GET /obj-perms HTTP/1.1" 200 5075 0.044060 10.0.0.249 - - [2025-09-11 03:33:11] "POST /neutron/port HTTP/1.1" 200 1203 0.016353 10.0.0.249 - - [2025-09-11 03:33:11] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008279 10.0.0.249 - - [2025-09-11 03:33:11] "POST /neutron/port HTTP/1.1" 200 1203 0.014282 10.0.0.249 - - [2025-09-11 03:33:11] "POST /neutron/network HTTP/1.1" 200 1006 0.009134 10.0.0.249 - - [2025-09-11 03:33:11] "POST /id-to-fqname HTTP/1.1" 200 228 0.001120 10.0.0.249 - - [2025-09-11 03:33:11] "GET /virtual-machine/16917188-b339-40f9-87b1-ff49d0745925 HTTP/1.1" 200 1299 0.005236 10.0.0.249 - - [2025-09-11 03:33:11] "GET /virtual-machine-interface/64651605-e31e-4a77-9b85-f11b9f421b48 HTTP/1.1" 200 3175 0.005461 10.0.0.249 - - [2025-09-11 03:33:11] "GET /instance-ip/8c90994f-3b19-4e04-a46e-a6b9bdd8b9a1 HTTP/1.1" 200 1637 0.005634 10.0.0.249 - - [2025-09-11 03:33:11] "GET /instance-ip/def3e11e-cb76-487a-b928-35df1c73b824 HTTP/1.1" 200 1657 0.005732 10.0.0.249 - - [2025-09-11 03:33:11] "POST /fqname-to-id HTTP/1.1" 404 218 0.003611 10.0.0.249 - - [2025-09-11 03:33:11] "GET /virtual-network/6bf788b0-b047-445a-9acb-ccf7070ab237?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.006749 10.0.0.49 - - [2025-09-11 03:33:11] "GET /projects?obj_uuids=46a13ffc-163d-4588-a674-18cfadc8902a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001797 10.0.0.249 - - [2025-09-11 03:33:11] "GET /project/46a13ffc-163d-4588-a674-18cfadc8902a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.059858 10.0.0.249 - - [2025-09-11 03:33:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003594 10.0.0.249 - - [2025-09-11 03:33:11] "GET /security-group/757dae6d-4976-4266-9aa0-80b85216837c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3778 0.004231 10.0.0.249 - - [2025-09-11 03:33:11] "POST /virtual-machine-interfaces HTTP/1.1" 200 573 0.077088 10.0.0.249 - - [2025-09-11 03:33:11] "POST /instance-ips HTTP/1.1" 200 357 0.041851 10.0.0.249 - - [2025-09-11 03:33:11] "GET /instance-ip/e2df4395-24ca-4020-be99-972b60a54166?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1591 0.006589 10.0.0.249 - - [2025-09-11 03:33:11] "POST /instance-ips HTTP/1.1" 200 357 0.035529 10.0.0.249 - - [2025-09-11 03:33:11] "GET /instance-ip/4fda8129-ac09-4ef3-8599-6f4ec08223b8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1609 0.006745 10.0.0.249 - - [2025-09-11 03:33:11] "GET /virtual-machine-interface/531894b0-17f7-4ae7-a8c1-f5e674110f2c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2391 0.006241 10.0.0.249 - - [2025-09-11 03:33:11] "GET /virtual-machine-interface/531894b0-17f7-4ae7-a8c1-f5e674110f2c?fields=instance_ip_back_refs HTTP/1.1" 200 1537 0.008141 10.0.0.249 - - [2025-09-11 03:33:12] "GET /instance-ip/4fda8129-ac09-4ef3-8599-6f4ec08223b8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1609 0.004728 10.0.0.249 - - [2025-09-11 03:33:12] "GET /instance-ip/e2df4395-24ca-4020-be99-972b60a54166?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1591 0.004044 10.0.0.249 - - [2025-09-11 03:33:12] "POST /id-to-fqname HTTP/1.1" 200 228 0.001562 10.0.0.249 - - [2025-09-11 03:33:12] "POST /neutron/port HTTP/1.1" 200 1081 0.012484 10.0.0.249 - - [2025-09-11 03:33:12] "POST /neutron/port HTTP/1.1" 200 1081 0.011549 10.0.0.249 - - [2025-09-11 03:33:12] "POST /neutron/security_group HTTP/1.1" 200 4024 0.008473 10.0.0.249 - - [2025-09-11 03:33:13] "POST /neutron/port HTTP/1.1" 200 1081 0.045069 10.0.0.249 - - [2025-09-11 03:33:13] "POST /neutron/port HTTP/1.1" 200 1081 0.010710 10.0.0.249 - - [2025-09-11 03:33:13] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004222 10.0.0.249 - - [2025-09-11 03:33:13] "POST /neutron/port HTTP/1.1" 200 117 0.001419 10.0.0.249 - - [2025-09-11 03:33:18] "POST /neutron/port HTTP/1.1" 200 1148 0.019471 10.0.0.249 - - [2025-09-11 03:33:18] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008203 10.0.0.249 - - [2025-09-11 03:33:18] "GET /virtual-machine/3955779a-bb3f-4015-b194-77a906b35c92 HTTP/1.1" 200 1278 0.006745 10.0.0.249 - - [2025-09-11 03:33:18] "GET /virtual-machine-interface/531894b0-17f7-4ae7-a8c1-f5e674110f2c HTTP/1.1" 200 3225 0.005383 10.0.0.249 - - [2025-09-11 03:33:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003550 10.0.0.249 - - [2025-09-11 03:33:18] "GET /global-vrouter-config/34ac33d4-7223-40b7-b082-da1d7603178b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004434 10.0.0.249 - - [2025-09-11 03:33:18] "GET /virtual-networks?parent_id=46a13ffc-163d-4588-a674-18cfadc8902a&detail=False&count=False&shared=False HTTP/1.1" 200 587 0.004832 10.0.0.249 - - [2025-09-11 03:33:18] "GET /virtual-network/6bf788b0-b047-445a-9acb-ccf7070ab237?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.006908 10.0.0.249 - - [2025-09-11 03:33:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003641 10.0.0.249 - - [2025-09-11 03:33:21] "GET /virtual-network/6bf788b0-b047-445a-9acb-ccf7070ab237?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.006888 10.0.0.249 - - [2025-09-11 03:33:22] "POST /neutron/port HTTP/1.1" 200 1105 0.014986 10.0.0.249 - - [2025-09-11 03:33:22] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004207 10.0.0.249 - - [2025-09-11 03:33:22] "POST /neutron/network HTTP/1.1" 200 843 0.007876 10.0.0.249 - - [2025-09-11 03:33:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003572 10.0.0.249 - - [2025-09-11 03:33:25] "GET /virtual-network/6bf788b0-b047-445a-9acb-ccf7070ab237?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.005630 10.0.0.249 - - [2025-09-11 03:33:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003766 10.0.0.249 - - [2025-09-11 03:33:29] "GET /virtual-network/6bf788b0-b047-445a-9acb-ccf7070ab237?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.005736 10.0.0.249 - - [2025-09-11 03:33:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003554 10.0.0.249 - - [2025-09-11 03:33:33] "GET /virtual-network/6bf788b0-b047-445a-9acb-ccf7070ab237?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.005493 10.0.0.249 - - [2025-09-11 03:33:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003500 10.0.0.249 - - [2025-09-11 03:33:37] "GET /virtual-network/6bf788b0-b047-445a-9acb-ccf7070ab237?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.005559 10.0.0.249 - - [2025-09-11 03:33:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.005401 10.0.0.249 - - [2025-09-11 03:33:41] "GET /virtual-network/6bf788b0-b047-445a-9acb-ccf7070ab237?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.005410 10.0.0.249 - - [2025-09-11 03:33:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004107 10.0.0.249 - - [2025-09-11 03:33:46] "GET /virtual-network/6bf788b0-b047-445a-9acb-ccf7070ab237?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.005628 10.0.0.249 - - [2025-09-11 03:33:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003761 10.0.0.249 - - [2025-09-11 03:33:50] "GET /virtual-network/6bf788b0-b047-445a-9acb-ccf7070ab237?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.006703 10.0.0.249 - - [2025-09-11 03:33:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003924 10.0.0.249 - - [2025-09-11 03:33:54] "GET /virtual-network/6bf788b0-b047-445a-9acb-ccf7070ab237?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.007191 10.0.0.249 - - [2025-09-11 03:33:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003697 10.0.0.249 - - [2025-09-11 03:33:58] "GET /virtual-network/6bf788b0-b047-445a-9acb-ccf7070ab237?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.005430 10.0.0.249 - - [2025-09-11 03:34:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003596 10.0.0.249 - - [2025-09-11 03:34:00] "GET /global-vrouter-config/34ac33d4-7223-40b7-b082-da1d7603178b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004171 10.0.0.249 - - [2025-09-11 03:34:00] "GET /virtual-networks?parent_id=46a13ffc-163d-4588-a674-18cfadc8902a&detail=False&count=False&shared=False HTTP/1.1" 200 587 0.003124 10.0.0.249 - - [2025-09-11 03:34:00] "GET /virtual-network/6bf788b0-b047-445a-9acb-ccf7070ab237?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.006675 10.0.0.249 - - [2025-09-11 03:34:05] "POST /neutron/port HTTP/1.1" 200 1148 0.016013 10.0.0.249 - - [2025-09-11 03:34:10] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007621 10.0.0.249 - - [2025-09-11 03:34:16] "POST /neutron/port HTTP/1.1" 200 1148 0.015463 10.0.0.249 - - [2025-09-11 03:34:21] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007531 10.0.0.249 - - [2025-09-11 03:34:23] "POST /neutron/network HTTP/1.1" 200 1555 0.010776 10.0.0.249 - - [2025-09-11 03:34:23] "POST /neutron/port HTTP/1.1" 200 117 0.001167 10.0.0.249 - - [2025-09-11 03:34:23] "POST /neutron/subnet HTTP/1.1" 200 699 0.008867 10.0.0.249 - - [2025-09-11 03:34:26] "POST /id-to-fqname HTTP/1.1" 200 228 0.001176 10.0.0.249 - - [2025-09-11 03:34:26] "POST /neutron/port HTTP/1.1" 200 6186 0.062494 10.0.0.49 - - [2025-09-11 03:34:27] "GET /projects?obj_uuids=46a13ffc-163d-4588-a674-18cfadc8902a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000936 10.0.0.249 - - [2025-09-11 03:34:27] "GET /project/46a13ffc-163d-4588-a674-18cfadc8902a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.073700 10.0.0.249 - - [2025-09-11 03:34:27] "POST /neutron/network HTTP/1.1" 200 1004 0.010348 10.0.0.249 - - [2025-09-11 03:34:27] "POST /neutron/port HTTP/1.1" 200 117 0.006327 10.0.0.249 - - [2025-09-11 03:34:28] "DELETE /instance-ip/4fda8129-ac09-4ef3-8599-6f4ec08223b8 HTTP/1.1" 200 115 0.046640 10.0.0.249 - - [2025-09-11 03:34:28] "DELETE /instance-ip/e2df4395-24ca-4020-be99-972b60a54166 HTTP/1.1" 200 115 0.039991 10.0.0.249 - - [2025-09-11 03:34:28] "DELETE /virtual-machine-interface/531894b0-17f7-4ae7-a8c1-f5e674110f2c HTTP/1.1" 200 115 0.103170 10.0.0.249 - - [2025-09-11 03:34:28] "POST /neutron/network HTTP/1.1" 200 1004 0.008538 10.0.0.49 - - [2025-09-11 03:34:28] "DELETE /route-target/5a641bbe-25c7-47ce-b6ce-f2ba6e074ad9 HTTP/1.1" 200 115 0.048635 10.0.0.249 - - [2025-09-11 03:34:28] "POST /neutron/network HTTP/1.1" 400 204 0.026426 10.0.0.249 - - [2025-09-11 03:34:29] "POST /neutron/port HTTP/1.1" 200 151 0.221290 10.0.0.249 - - [2025-09-11 03:34:33] "POST /neutron/port HTTP/1.1" 200 117 0.004644 10.0.0.49 - - [2025-09-11 03:34:33] "GET /projects?obj_uuids=46a13ffc-163d-4588-a674-18cfadc8902a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001049 10.0.0.249 - - [2025-09-11 03:34:33] "GET /project/46a13ffc-163d-4588-a674-18cfadc8902a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.068531 10.0.0.49 - - [2025-09-11 03:34:33] "GET /projects?obj_uuids=46a13ffc-163d-4588-a674-18cfadc8902a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001596 10.0.0.249 - - [2025-09-11 03:34:33] "GET /project/46a13ffc-163d-4588-a674-18cfadc8902a?fields=virtual_networks HTTP/1.1" 200 1048 0.054258 10.0.0.49 - - [2025-09-11 03:34:34] "GET /projects?obj_uuids=46a13ffc-163d-4588-a674-18cfadc8902a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001040 10.0.0.249 - - [2025-09-11 03:34:34] "GET /project/46a13ffc-163d-4588-a674-18cfadc8902a?fields=virtual_machine_interfaces HTTP/1.1" 200 1048 0.047801 10.0.0.49 - - [2025-09-11 03:34:34] "GET /projects?obj_uuids=46a13ffc-163d-4588-a674-18cfadc8902a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001028 10.0.0.249 - - [2025-09-11 03:34:34] "GET /project/46a13ffc-163d-4588-a674-18cfadc8902a?fields=security_groups HTTP/1.1" 200 1282 0.048087 10.0.0.249 - - [2025-09-11 03:34:34] "POST /fqname-to-id HTTP/1.1" 404 192 0.026621 10.0.0.49 - - [2025-09-11 03:34:35] "GET /projects?obj_uuids=c2ffe885-ac59-427b-b1d9-aa2e7ff06e30&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003015 10.0.0.49 - - [2025-09-11 03:34:35] "GET /domains?obj_uuids=6cefd47d-baca-4df6-a10c-ec963319da07&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001086 10.0.0.49 - - [2025-09-11 03:34:35] "GET /domain/6cefd47d-baca-4df6-a10c-ec963319da07?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.032993 10.0.0.49 - - [2025-09-11 03:34:35] "POST /id-to-fqname HTTP/1.1" 200 194 0.016541 10.0.0.49 - - [2025-09-11 03:34:35] "POST /fqname-to-id HTTP/1.1" 404 203 0.009488 10.0.0.49 - - [2025-09-11 03:34:35] "POST /security-groups HTTP/1.1" 200 595 0.045976 10.0.0.49 - - [2025-09-11 03:34:35] "POST /fqname-to-id HTTP/1.1" 404 238 0.010000 10.0.0.49 - - [2025-09-11 03:34:35] "POST /projects HTTP/1.1" 200 593 0.278356 10.0.0.49 - - [2025-09-11 03:34:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.360104 10.0.0.49 - - [2025-09-11 03:34:35] "POST /access-control-lists HTTP/1.1" 200 598 0.031027 10.0.0.249 - - [2025-09-11 03:34:35] "GET /project/c2ffe885-ac59-427b-b1d9-aa2e7ff06e30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1380 0.547511 10.0.0.249 - - [2025-09-11 03:34:36] "GET / HTTP/1.1" 200 35931 0.001510 10.0.0.249 - - [2025-09-11 03:34:38] "POST /fqname-to-id HTTP/1.1" 401 293 0.000502 10.0.0.249 - - [2025-09-11 03:34:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.053447 10.0.0.49 - - [2025-09-11 03:34:38] "GET /projects?obj_uuids=c2ffe885-ac59-427b-b1d9-aa2e7ff06e30&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000872 10.0.0.249 - - [2025-09-11 03:34:38] "GET /project/c2ffe885-ac59-427b-b1d9-aa2e7ff06e30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1380 0.053668 10.0.0.49 - - [2025-09-11 03:34:38] "GET /projects?obj_uuids=c2ffe885-ac59-427b-b1d9-aa2e7ff06e30&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000949 10.0.0.249 - - [2025-09-11 03:34:38] "POST /neutron/network HTTP/1.1" 200 609 0.147710 10.0.0.249 - - [2025-09-11 03:34:39] "POST /neutron/network HTTP/1.1" 200 1003 0.011440 10.0.0.249 - - [2025-09-11 03:34:39] "POST /id-to-fqname HTTP/1.1" 200 224 0.001189 10.0.0.249 - - [2025-09-11 03:34:39] "GET /virtual-network/b7376ad3-c923-4e17-b69c-2d090c0b1c2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.006625 10.0.0.249 - - [2025-09-11 03:34:39] "GET /virtual-network/b7376ad3-c923-4e17-b69c-2d090c0b1c2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.006391 10.0.0.249 - - [2025-09-11 03:34:39] "POST /neutron/subnet HTTP/1.1" 200 729 0.013400 10.0.0.249 - - [2025-09-11 03:34:39] "GET /virtual-network/b7376ad3-c923-4e17-b69c-2d090c0b1c2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.005365 10.0.0.249 - - [2025-09-11 03:34:40] "GET /obj-perms HTTP/1.1" 200 5057 0.055258 10.0.0.249 - - [2025-09-11 03:34:41] "POST /id-to-fqname HTTP/1.1" 200 224 0.001306 10.0.0.249 - - [2025-09-11 03:34:41] "POST /neutron/security_group HTTP/1.1" 200 2076 0.007179 10.0.0.49 - - [2025-09-11 03:34:42] "GET /projects?obj_uuids=c2ffe885-ac59-427b-b1d9-aa2e7ff06e30&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001104 10.0.0.249 - - [2025-09-11 03:34:42] "GET /project/c2ffe885-ac59-427b-b1d9-aa2e7ff06e30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1380 0.065799 10.0.0.249 - - [2025-09-11 03:34:42] "POST /neutron/port HTTP/1.1" 200 4071 0.077521 10.0.0.249 - - [2025-09-11 03:34:42] "POST /id-to-fqname HTTP/1.1" 200 224 0.001186 10.0.0.249 - - [2025-09-11 03:34:43] "POST /neutron/port HTTP/1.1" 200 4071 0.100690 10.0.0.249 - - [2025-09-11 03:34:43] "POST /neutron/security_group HTTP/1.1" 200 2076 0.037282 10.0.0.249 - - [2025-09-11 03:34:43] "POST /neutron/port HTTP/1.1" 200 1172 0.033559 10.0.0.249 - - [2025-09-11 03:34:43] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003716 10.0.0.249 - - [2025-09-11 03:34:43] "POST /neutron/port HTTP/1.1" 200 117 0.001049 10.0.0.49 - - [2025-09-11 03:34:44] "GET /projects?obj_uuids=c2ffe885-ac59-427b-b1d9-aa2e7ff06e30&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001278 10.0.0.249 - - [2025-09-11 03:34:44] "GET /project/c2ffe885-ac59-427b-b1d9-aa2e7ff06e30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1380 0.076650 10.0.0.249 - - [2025-09-11 03:34:44] "POST /neutron/network HTTP/1.1" 200 1003 0.016097 10.0.0.249 - - [2025-09-11 03:34:44] "POST /neutron/port HTTP/1.1" 200 117 0.011442 10.0.0.249 - - [2025-09-11 03:34:44] "POST /id-to-fqname HTTP/1.1" 200 224 0.001209 10.0.0.249 - - [2025-09-11 03:34:45] "POST /neutron/port HTTP/1.1" 200 5153 0.205191 10.0.0.249 - - [2025-09-11 03:34:45] "POST /neutron/port HTTP/1.1" 200 1172 0.021322 10.0.0.249 - - [2025-09-11 03:34:45] "POST /neutron/port HTTP/1.1" 200 1200 0.017761 10.0.0.249 - - [2025-09-11 03:34:45] "POST /neutron/subnet HTTP/1.1" 200 1389 0.018049 10.0.0.249 - - [2025-09-11 03:34:45] "POST /neutron/network HTTP/1.1" 200 1003 0.012789 10.0.0.49 - - [2025-09-11 03:34:46] "GET /projects?obj_uuids=c2ffe885-ac59-427b-b1d9-aa2e7ff06e30&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001214 10.0.0.249 - - [2025-09-11 03:34:46] "GET /project/c2ffe885-ac59-427b-b1d9-aa2e7ff06e30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1380 0.069234 10.0.0.249 - - [2025-09-11 03:34:46] "POST /neutron/security_group HTTP/1.1" 200 4020 0.011877 10.0.0.249 - - [2025-09-11 03:34:46] "POST /neutron/security_group HTTP/1.1" 200 2062 0.007563 10.0.0.249 - - [2025-09-11 03:34:46] "POST /neutron/port HTTP/1.1" 200 1200 0.031512 10.0.0.249 - - [2025-09-11 03:34:46] "GET /virtual-machine/e809138b-53c2-4c43-b8f3-5531a8d49a20 HTTP/1.1" 401 293 0.000469 10.0.0.249 - - [2025-09-11 03:34:47] "GET /virtual-machine/e809138b-53c2-4c43-b8f3-5531a8d49a20 HTTP/1.1" 200 1297 0.040349 10.0.0.249 - - [2025-09-11 03:34:47] "GET /virtual-machine-interface/d89838b7-8ec7-40ec-aeff-4aa0d2fac524 HTTP/1.1" 200 3156 0.009527 10.0.0.249 - - [2025-09-11 03:34:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.006699 10.0.0.249 - - [2025-09-11 03:34:47] "GET /global-vrouter-config/34ac33d4-7223-40b7-b082-da1d7603178b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003622 10.0.0.249 - - [2025-09-11 03:34:47] "GET /virtual-networks?parent_id=c2ffe885-ac59-427b-b1d9-aa2e7ff06e30&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.008568 10.0.0.249 - - [2025-09-11 03:34:47] "GET /virtual-network/b7376ad3-c923-4e17-b69c-2d090c0b1c2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.008836 10.0.0.249 - - [2025-09-11 03:34:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003779 10.0.0.249 - - [2025-09-11 03:34:50] "GET /virtual-network/b7376ad3-c923-4e17-b69c-2d090c0b1c2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.005897 10.0.0.249 - - [2025-09-11 03:34:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003492 10.0.0.249 - - [2025-09-11 03:34:54] "GET /virtual-network/b7376ad3-c923-4e17-b69c-2d090c0b1c2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.005313 10.0.0.249 - - [2025-09-11 03:34:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003408 10.0.0.249 - - [2025-09-11 03:34:58] "GET /virtual-network/b7376ad3-c923-4e17-b69c-2d090c0b1c2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.005803 10.0.0.249 - - [2025-09-11 03:35:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003256 10.0.0.249 - - [2025-09-11 03:35:02] "GET /virtual-network/b7376ad3-c923-4e17-b69c-2d090c0b1c2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.007216 10.0.0.22 - - [2025-09-11 03:35:05] "GET /obj-perms HTTP/1.1" 200 5075 0.044177 10.0.0.249 - - [2025-09-11 03:35:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003322 10.0.0.249 - - [2025-09-11 03:35:06] "GET /virtual-network/b7376ad3-c923-4e17-b69c-2d090c0b1c2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.005347 10.0.0.49 - - [2025-09-11 03:35:08] "DELETE /access-control-list/b553d289-5db6-44b4-ad0f-0d1becb82208 HTTP/1.1" 200 115 0.071635 10.0.0.49 - - [2025-09-11 03:35:09] "DELETE /project/c2ffe885ac59427bb1d9aa2e7ff06e30 HTTP/1.1" 404 173 0.002968 10.0.0.49 - - [2025-09-11 03:35:09] "DELETE /project/46a13ffc-163d-4588-a674-18cfadc8902a HTTP/1.1" 404 177 0.004847 10.0.0.249 - - [2025-09-11 03:35:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003623 10.0.0.249 - - [2025-09-11 03:35:10] "GET /virtual-network/b7376ad3-c923-4e17-b69c-2d090c0b1c2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.006903 10.0.0.249 - - [2025-09-11 03:35:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003884 10.0.0.249 - - [2025-09-11 03:35:15] "GET /virtual-network/b7376ad3-c923-4e17-b69c-2d090c0b1c2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.008447 10.0.0.249 - - [2025-09-11 03:35:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003658 10.0.0.249 - - [2025-09-11 03:35:19] "GET /virtual-network/b7376ad3-c923-4e17-b69c-2d090c0b1c2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.005667 10.0.0.249 - - [2025-09-11 03:35:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004408 10.0.0.249 - - [2025-09-11 03:35:23] "GET /virtual-network/b7376ad3-c923-4e17-b69c-2d090c0b1c2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.005410 10.0.0.249 - - [2025-09-11 03:35:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003543 10.0.0.249 - - [2025-09-11 03:35:27] "GET /virtual-network/b7376ad3-c923-4e17-b69c-2d090c0b1c2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.005950 10.0.0.249 - - [2025-09-11 03:35:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.004045 10.0.0.249 - - [2025-09-11 03:35:31] "GET /virtual-network/b7376ad3-c923-4e17-b69c-2d090c0b1c2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.005921 10.0.0.249 - - [2025-09-11 03:35:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003701 10.0.0.249 - - [2025-09-11 03:35:35] "GET /virtual-network/b7376ad3-c923-4e17-b69c-2d090c0b1c2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.006392 10.0.0.249 - - [2025-09-11 03:35:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.004007 10.0.0.249 - - [2025-09-11 03:35:39] "GET /virtual-network/b7376ad3-c923-4e17-b69c-2d090c0b1c2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.006779 10.0.0.249 - - [2025-09-11 03:35:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.004093 10.0.0.249 - - [2025-09-11 03:35:41] "GET /global-vrouter-config/34ac33d4-7223-40b7-b082-da1d7603178b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004253 10.0.0.249 - - [2025-09-11 03:35:41] "GET /virtual-networks?parent_id=c2ffe885-ac59-427b-b1d9-aa2e7ff06e30&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.003547 10.0.0.249 - - [2025-09-11 03:35:41] "GET /virtual-network/b7376ad3-c923-4e17-b69c-2d090c0b1c2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.005849 10.0.0.249 - - [2025-09-11 03:35:41] "POST /neutron/security_group HTTP/1.1" 200 2062 0.007353 10.0.0.249 - - [2025-09-11 03:35:52] "POST /neutron/port HTTP/1.1" 200 1200 0.015950 10.0.0.249 - - [2025-09-11 03:35:53] "POST /neutron/security_group HTTP/1.1" 200 2062 0.042404 10.0.0.249 - - [2025-09-11 03:35:57] "POST /neutron/port HTTP/1.1" 200 1200 0.015400 10.0.0.249 - - [2025-09-11 03:36:02] "POST /neutron/security_group HTTP/1.1" 200 2062 0.006752 10.0.0.49 - - [2025-09-11 03:36:06] "GET /obj-perms HTTP/1.1" 200 5075 0.048725 10.0.0.249 - - [2025-09-11 03:36:07] "POST /neutron/port HTTP/1.1" 200 1200 0.015122 10.0.0.249 - - [2025-09-11 03:36:07] "POST /neutron/security_group HTTP/1.1" 200 2062 0.006843 10.0.0.249 - - [2025-09-11 03:36:07] "GET /virtual-machine/f4f45c2e-e388-403e-af21-202ce891ae6b HTTP/1.1" 200 1297 0.005903 10.0.0.249 - - [2025-09-11 03:36:07] "GET /virtual-machine-interface/882cb421-d55f-4970-afad-2b5ef5183e9b HTTP/1.1" 200 3155 0.005251 10.0.0.249 - - [2025-09-11 03:36:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003749 10.0.0.249 - - [2025-09-11 03:36:08] "GET /global-vrouter-config/34ac33d4-7223-40b7-b082-da1d7603178b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003755 10.0.0.249 - - [2025-09-11 03:36:08] "GET /virtual-networks?parent_id=c2ffe885-ac59-427b-b1d9-aa2e7ff06e30&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.002856 10.0.0.249 - - [2025-09-11 03:36:08] "GET /virtual-network/b7376ad3-c923-4e17-b69c-2d090c0b1c2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.005634 10.0.0.249 - - [2025-09-11 03:36:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003528 10.0.0.249 - - [2025-09-11 03:36:09] "GET /global-vrouter-config/34ac33d4-7223-40b7-b082-da1d7603178b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003984 10.0.0.249 - - [2025-09-11 03:36:09] "GET /virtual-networks?parent_id=c2ffe885-ac59-427b-b1d9-aa2e7ff06e30&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.002884 10.0.0.249 - - [2025-09-11 03:36:09] "GET /virtual-network/b7376ad3-c923-4e17-b69c-2d090c0b1c2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.005663 10.0.0.249 - - [2025-09-11 03:36:09] "POST /neutron/network HTTP/1.1" 200 1003 0.009521 10.0.0.249 - - [2025-09-11 03:36:10] "POST /neutron/port HTTP/1.1" 200 1200 0.016364 10.0.0.249 - - [2025-09-11 03:36:10] "POST /neutron/port HTTP/1.1" 200 1226 0.011995 10.0.0.22 - - [2025-09-11 03:36:10] "GET /global-system-configs HTTP/1.1" 200 322 0.077870 10.0.0.249 - - [2025-09-11 03:36:10] "GET /obj-perms HTTP/1.1" 200 5075 0.271029 10.0.0.49 - - [2025-09-11 03:36:10] "GET /global-system-configs HTTP/1.1" 200 322 0.036680 10.0.0.22 - - [2025-09-11 03:36:11] "GET /global-system-configs HTTP/1.1" 200 322 0.222683 10.0.0.49 - - [2025-09-11 03:36:11] "GET /global-system-configs HTTP/1.1" 200 322 0.268081 10.0.0.22 - - [2025-09-11 03:36:11] "GET /obj-perms HTTP/1.1" 200 5075 0.394008 10.0.0.49 - - [2025-09-11 03:36:11] "GET /obj-perms HTTP/1.1" 200 5075 0.408786 10.0.0.249 - - [2025-09-11 03:36:11] "GET /obj-perms HTTP/1.1" 200 5075 0.402687 10.0.0.249 - - [2025-09-11 03:36:11] "GET /global-system-configs HTTP/1.1" 200 322 0.036378 10.0.0.49 - - [2025-09-11 03:36:11] "POST /useragent-kv HTTP/1.1" 200 115 0.003265 10.0.0.49 - - [2025-09-11 03:36:11] "POST /useragent-kv HTTP/1.1" 200 115 0.002414 10.0.0.49 - - [2025-09-11 03:36:11] "POST /useragent-kv HTTP/1.1" 200 115 0.002373 10.0.0.49 - - [2025-09-11 03:36:11] "POST /useragent-kv HTTP/1.1" 200 115 0.003021 10.0.0.249 - - [2025-09-11 03:36:11] "POST /neutron/network HTTP/1.1" 200 151 0.133117 10.0.0.49 - - [2025-09-11 03:36:11] "DELETE /route-target/e82b6c75-bd7a-487f-af5d-006d9ce0926a HTTP/1.1" 200 115 0.027519 10.0.0.249 - - [2025-09-11 03:36:12] "GET /global-system-configs HTTP/1.1" 200 322 0.090302 10.0.0.49 - - [2025-09-11 03:36:12] "GET /obj-perms HTTP/1.1" 200 5075 0.175001 10.0.0.22 - - [2025-09-11 03:36:12] "GET /obj-perms HTTP/1.1" 200 5075 0.191331 10.0.0.49 - - [2025-09-11 03:36:13] "GET /projects?obj_uuids=c2ffe885-ac59-427b-b1d9-aa2e7ff06e30&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000997 10.0.0.249 - - [2025-09-11 03:36:13] "GET /project/c2ffe885-ac59-427b-b1d9-aa2e7ff06e30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1380 0.073447 10.0.0.49 - - [2025-09-11 03:36:13] "GET /projects?obj_uuids=c2ffe885-ac59-427b-b1d9-aa2e7ff06e30&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001576 10.0.0.249 - - [2025-09-11 03:36:13] "GET /project/c2ffe885-ac59-427b-b1d9-aa2e7ff06e30?fields=virtual_networks HTTP/1.1" 200 1041 0.044897 10.0.0.49 - - [2025-09-11 03:36:13] "GET /projects?obj_uuids=c2ffe885-ac59-427b-b1d9-aa2e7ff06e30&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001002 10.0.0.249 - - [2025-09-11 03:36:13] "GET /project/c2ffe885-ac59-427b-b1d9-aa2e7ff06e30?fields=virtual_machine_interfaces HTTP/1.1" 200 1041 0.050865 10.0.0.49 - - [2025-09-11 03:36:13] "GET /projects?obj_uuids=c2ffe885-ac59-427b-b1d9-aa2e7ff06e30&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001863 10.0.0.249 - - [2025-09-11 03:36:13] "GET /project/c2ffe885-ac59-427b-b1d9-aa2e7ff06e30?fields=security_groups HTTP/1.1" 200 1271 0.048873 10.0.0.249 - - [2025-09-11 03:36:14] "POST /fqname-to-id HTTP/1.1" 404 188 0.023904 10.0.0.49 - - [2025-09-11 03:36:14] "GET /projects?obj_uuids=8a9ee10a-adea-4955-89e0-7125967bb176&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002889 10.0.0.49 - - [2025-09-11 03:36:14] "GET /domains?obj_uuids=6cefd47d-baca-4df6-a10c-ec963319da07&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002224 10.0.0.49 - - [2025-09-11 03:36:14] "GET /domain/6cefd47d-baca-4df6-a10c-ec963319da07?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.009166 10.0.0.49 - - [2025-09-11 03:36:14] "POST /id-to-fqname HTTP/1.1" 200 190 0.004886 10.0.0.49 - - [2025-09-11 03:36:14] "POST /fqname-to-id HTTP/1.1" 404 199 0.003690 10.0.0.49 - - [2025-09-11 03:36:14] "POST /security-groups HTTP/1.1" 200 591 0.030945 10.0.0.49 - - [2025-09-11 03:36:14] "POST /projects HTTP/1.1" 200 585 0.228986 10.0.0.49 - - [2025-09-11 03:36:14] "POST /fqname-to-id HTTP/1.1" 404 233 0.008292 10.0.0.49 - - [2025-09-11 03:36:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.302455 10.0.0.249 - - [2025-09-11 03:36:14] "GET /project/8a9ee10a-adea-4955-89e0-7125967bb176?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.442027 10.0.0.249 - - [2025-09-11 03:36:15] "GET / HTTP/1.1" 200 35931 0.001520 10.0.0.49 - - [2025-09-11 03:36:19] "DELETE /access-control-list/0f2e52cd-7d88-412a-831c-22b3836a7374 HTTP/1.1" 200 115 0.053418 10.0.0.49 - - [2025-09-11 03:36:21] "GET /projects?obj_uuids=8a9ee10a-adea-4955-89e0-7125967bb176&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001141 10.0.0.249 - - [2025-09-11 03:36:21] "GET /project/8a9ee10a-adea-4955-89e0-7125967bb176?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.036396 10.0.0.49 - - [2025-09-11 03:36:21] "GET /projects?obj_uuids=8a9ee10a-adea-4955-89e0-7125967bb176&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001531 10.0.0.249 - - [2025-09-11 03:36:21] "GET /project/8a9ee10a-adea-4955-89e0-7125967bb176?fields=virtual_networks HTTP/1.1" 200 1031 0.036551 10.0.0.49 - - [2025-09-11 03:36:21] "GET /projects?obj_uuids=8a9ee10a-adea-4955-89e0-7125967bb176&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001008 10.0.0.249 - - [2025-09-11 03:36:21] "GET /project/8a9ee10a-adea-4955-89e0-7125967bb176?fields=virtual_machine_interfaces HTTP/1.1" 200 1031 0.038457 10.0.0.49 - - [2025-09-11 03:36:21] "GET /projects?obj_uuids=8a9ee10a-adea-4955-89e0-7125967bb176&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001258 10.0.0.249 - - [2025-09-11 03:36:21] "GET /project/8a9ee10a-adea-4955-89e0-7125967bb176?fields=security_groups HTTP/1.1" 200 1257 0.055280 10.0.0.249 - - [2025-09-11 03:36:23] "POST /neutron/network HTTP/1.1" 200 853 0.007035 10.0.0.249 - - [2025-09-11 03:36:23] "POST /neutron/port HTTP/1.1" 200 117 0.001159 10.0.0.49 - - [2025-09-11 03:37:09] "DELETE /project/c2ffe885-ac59-427b-b1d9-aa2e7ff06e30 HTTP/1.1" 404 177 0.008108 10.0.0.49 - - [2025-09-11 03:37:09] "DELETE /project/8a9ee10aadea495589e07125967bb176 HTTP/1.1" 404 173 0.004825 10.0.0.49 - - [2025-09-11 03:37:09] "GET /projects?obj_uuids=8a9ee10a-adea-4955-89e0-7125967bb176&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001156 10.0.0.49 - - [2025-09-11 03:37:09] "GET /project/8a9ee10a-adea-4955-89e0-7125967bb176?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1467 0.077029 10.0.0.49 - - [2025-09-11 03:37:09] "GET /projects?obj_uuids=8a9ee10a-adea-4955-89e0-7125967bb176&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000854 10.0.0.49 - - [2025-09-11 03:37:09] "GET /project/8a9ee10a-adea-4955-89e0-7125967bb176?fields=security_groups HTTP/1.1" 200 1362 0.064938 10.0.0.49 - - [2025-09-11 03:37:09] "DELETE /security-group/a70be5dd-87c2-44a2-9585-5303ec0174de HTTP/1.1" 200 115 0.065917 10.0.0.49 - - [2025-09-11 03:37:09] "GET /projects?obj_uuids=8a9ee10a-adea-4955-89e0-7125967bb176&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001048 10.0.0.49 - - [2025-09-11 03:37:09] "GET /project/8a9ee10a-adea-4955-89e0-7125967bb176?fields=application_policy_sets HTTP/1.1" 200 1401 0.058809 10.0.0.49 - - [2025-09-11 03:37:09] "DELETE /project/8a9ee10a-adea-4955-89e0-7125967bb176 HTTP/1.1" 200 115 0.481384 10.0.0.249 - - [2025-09-11 03:37:23] "POST /neutron/port HTTP/1.1" 200 1105 0.015907 10.0.0.249 - - [2025-09-11 03:37:23] "POST /neutron/subnet HTTP/1.1" 200 693 0.010427 10.0.0.249 - - [2025-09-11 03:38:07] "GET /obj-perms HTTP/1.1" 200 5075 0.051254 10.0.0.249 - - [2025-09-11 03:38:25] "POST /neutron/port HTTP/1.1" 200 2095 0.040147 10.0.0.249 - - [2025-09-11 03:38:26] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004531 10.0.0.249 - - [2025-09-11 03:38:26] "POST /neutron/network HTTP/1.1" 200 843 0.007967 10.0.0.249 - - [2025-09-11 03:38:26] "POST /neutron/port HTTP/1.1" 200 117 0.001134 [Introspect:8084]10.0.0.49 - - [2025-09-11 03:38:36] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.001073 [Introspect:8084]10.0.0.49 - - [2025-09-11 03:38:36] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3161 0.001180