++ 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 Oct 9 02:02:15 AM UTC 2025 ===================' INFO: =================== Thu Oct 9 02:02:15 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 +++++ grep -o 'dev.*' +++++ ip route get 1 +++++ awk '{print $2}' ++++ local iface=ens3 ++++ [[ ens3 == \l\o ]] ++++ echo ens3 +++ local nic=ens3 +++ get_ip_for_nic ens3 +++ local nic=ens3 +++ get_cidr_for_nic ens3 +++ command -v ip +++ local nic=ens3 +++ ip addr show dev ens3 +++ head -n 1 +++ grep 'inet ' +++ awk '{print $2}' +++ cut -d / -f 1 ++ DEFAULT_LOCAL_IP=10.0.0.41 ++ 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.56,10.0.0.19,10.0.0.41 ++ ANALYTICS_ALARM_ENABLE=True ++ ANALYTICS_SNMP_ENABLE=True ++ ANALYTICSDB_ENABLE=True ++ ANALYTICS_NODES=10.0.0.56,10.0.0.19,10.0.0.41 ++ ANALYTICSDB_NODES=10.0.0.56,10.0.0.19,10.0.0.41 ++ ANALYTICS_SNMP_NODES=10.0.0.56,10.0.0.19,10.0.0.41 ++ 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.56 +++ local server_address=10.0.0.56 +++ extended_server_list+='10.0.0.56:8081 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.19 +++ local server_address=10.0.0.19 +++ extended_server_list+='10.0.0.19:8081 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.41 +++ local server_address=10.0.0.41 +++ extended_server_list+='10.0.0.41:8081 ' +++ '[' -n '10.0.0.56:8081 10.0.0.19:8081 10.0.0.41:8081 ' ']' +++ echo '10.0.0.56:8081 10.0.0.19:8081 10.0.0.41:8081' ++ ANALYTICS_SERVERS='10.0.0.56:8081 10.0.0.19:8081 10.0.0.41: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.56 +++ local server_address=10.0.0.56 +++ extended_server_list+='10.0.0.56:9042 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.19 +++ local server_address=10.0.0.19 +++ extended_server_list+='10.0.0.19:9042 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.41 +++ local server_address=10.0.0.41 +++ extended_server_list+='10.0.0.41:9042 ' +++ '[' -n '10.0.0.56:9042 10.0.0.19:9042 10.0.0.41:9042 ' ']' +++ echo '10.0.0.56:9042 10.0.0.19:9042 10.0.0.41:9042' ++ ANALYTICSDB_CQL_SERVERS='10.0.0.56:9042 10.0.0.19:9042 10.0.0.41:9042' ++ ANALYTICS_API_VIP= ++ ANALYTICS_ALARM_NODES=10.0.0.56,10.0.0.19,10.0.0.41 ++ 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.56 +++ local server_address=10.0.0.56 +++ extended_server_list+='10.0.0.56:8086 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.19 +++ local server_address=10.0.0.19 +++ extended_server_list+='10.0.0.19:8086 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.41 +++ local server_address=10.0.0.41 +++ extended_server_list+='10.0.0.41:8086 ' +++ '[' -n '10.0.0.56:8086 10.0.0.19:8086 10.0.0.41:8086 ' ']' +++ echo '10.0.0.56:8086 10.0.0.19:8086 10.0.0.41:8086' ++ COLLECTOR_SERVERS='10.0.0.56:8086 10.0.0.19:8086 10.0.0.41: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.56,10.0.0.19,10.0.0.41 ++ CONFIGDB_NODES=10.0.0.56,10.0.0.19,10.0.0.41 ++ 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.56 +++ local server_address=10.0.0.56 +++ extended_server_list+='10.0.0.56:8082 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.19 +++ local server_address=10.0.0.19 +++ extended_server_list+='10.0.0.19:8082 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.41 +++ local server_address=10.0.0.41 +++ extended_server_list+='10.0.0.41:8082 ' +++ '[' -n '10.0.0.56:8082 10.0.0.19:8082 10.0.0.41:8082 ' ']' +++ echo '10.0.0.56:8082 10.0.0.19:8082 10.0.0.41:8082' ++ CONFIG_SERVERS='10.0.0.56:8082 10.0.0.19:8082 10.0.0.41: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.56 +++ local server_address=10.0.0.56 +++ extended_server_list+='10.0.0.56:9161 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.19 +++ local server_address=10.0.0.19 +++ extended_server_list+='10.0.0.19:9161 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.41 +++ local server_address=10.0.0.41 +++ extended_server_list+='10.0.0.41:9161 ' +++ '[' -n '10.0.0.56:9161 10.0.0.19:9161 10.0.0.41:9161 ' ']' +++ echo '10.0.0.56:9161 10.0.0.19:9161 10.0.0.41:9161' ++ CONFIGDB_SERVERS='10.0.0.56:9161 10.0.0.19:9161 10.0.0.41: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.56 +++ local server_address=10.0.0.56 +++ extended_server_list+='10.0.0.56:9041 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.19 +++ local server_address=10.0.0.19 +++ extended_server_list+='10.0.0.19:9041 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.41 +++ local server_address=10.0.0.41 +++ extended_server_list+='10.0.0.41:9041 ' +++ '[' -n '10.0.0.56:9041 10.0.0.19:9041 10.0.0.41:9041 ' ']' +++ echo '10.0.0.56:9041 10.0.0.19:9041 10.0.0.41:9041' ++ CONFIGDB_CQL_SERVERS='10.0.0.56:9041 10.0.0.19:9041 10.0.0.41: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.14,10.20.0.193 ++ CONTROL_INTROSPECT_PORT=8083 ++ DNS_NODES=10.20.0.25,10.20.0.14,10.20.0.193 ++ DNS_SERVER_PORT=53 ++ DNS_INTROSPECT_PORT=8092 ++ RNDC_KEY=xvysmOR8lnUQRBcunkC6vg== ++ USE_EXTERNAL_TFTP=False ++ ZOOKEEPER_NODES=10.0.0.56,10.0.0.19,10.0.0.41 ++ 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.56 +++ local server_address=10.0.0.56 +++ extended_server_list+=10.0.0.56:2181, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.19 +++ local server_address=10.0.0.19 +++ extended_server_list+=10.0.0.19:2181, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.41 +++ local server_address=10.0.0.41 +++ extended_server_list+=10.0.0.41:2181, +++ '[' -n 10.0.0.56:2181,10.0.0.19:2181,10.0.0.41:2181, ']' +++ echo 10.0.0.56:2181,10.0.0.19:2181,10.0.0.41:2181 ++ ZOOKEEPER_SERVERS=10.0.0.56:2181,10.0.0.19:2181,10.0.0.41: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.56 +++ local server_address=10.0.0.56 +++ extended_server_list+='10.0.0.56:2181 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.19 +++ local server_address=10.0.0.19 +++ extended_server_list+='10.0.0.19:2181 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.41 +++ local server_address=10.0.0.41 +++ extended_server_list+='10.0.0.41:2181 ' +++ '[' -n '10.0.0.56:2181 10.0.0.19:2181 10.0.0.41:2181 ' ']' +++ echo '10.0.0.56:2181 10.0.0.19:2181 10.0.0.41:2181' ++ ZOOKEEPER_SERVERS_SPACE_DELIM='10.0.0.56:2181 10.0.0.19:2181 10.0.0.41:2181' ++ RABBITMQ_NODES=10.0.0.56,10.0.0.19,10.0.0.41 ++ 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.56 +++ local server_address=10.0.0.56 +++ extended_server_list+=10.0.0.56:5673, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.19 +++ local server_address=10.0.0.19 +++ extended_server_list+=10.0.0.19:5673, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.41 +++ local server_address=10.0.0.41 +++ extended_server_list+=10.0.0.41:5673, +++ '[' -n 10.0.0.56:5673,10.0.0.19:5673,10.0.0.41:5673, ']' +++ echo 10.0.0.56:5673,10.0.0.19:5673,10.0.0.41:5673 ++ RABBITMQ_SERVERS=10.0.0.56:5673,10.0.0.19:5673,10.0.0.41: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.56 +++ local server_address=10.0.0.56 +++ extended_server_list+='10.0.0.56:6379 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.19 +++ local server_address=10.0.0.19 +++ extended_server_list+='10.0.0.19:6379 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.41 +++ local server_address=10.0.0.41 +++ extended_server_list+='10.0.0.41:6379 ' +++ '[' -n '10.0.0.56:6379 10.0.0.19:6379 10.0.0.41:6379 ' ']' +++ echo '10.0.0.56:6379 10.0.0.19:6379 10.0.0.41:6379' ++ REDIS_SERVERS='10.0.0.56:6379 10.0.0.19:6379 10.0.0.41: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.56,10.0.0.19,10.0.0.41 ++ 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.56 +++ local server_address=10.0.0.56 +++ extended_server_list+='10.0.0.56:9092 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.19 +++ local server_address=10.0.0.19 +++ extended_server_list+='10.0.0.19:9092 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.41 +++ local server_address=10.0.0.41 +++ extended_server_list+='10.0.0.41:9092 ' +++ '[' -n '10.0.0.56:9092 10.0.0.19:9092 10.0.0.41:9092 ' ']' +++ echo '10.0.0.56:9092 10.0.0.19:9092 10.0.0.41:9092' ++ KAFKA_SERVERS='10.0.0.56:9092 10.0.0.19:9092 10.0.0.41: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.56 ++ 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.56,10.0.0.19,10.0.0.41 ++ 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.56,10.0.0.19,10.0.0.41 ++ WEBUI_JOB_SERVER_PORT=3000 ++ KUE_UI_PORT=3002 ++ WEBUI_HTTP_LISTEN_PORT=8180 ++ WEBUI_HTTPS_LISTEN_PORT=8143 ++ WEBUI_SSL_KEY_FILE=/etc/contrail/webui_ssl/cs-key.pem ++ WEBUI_SSL_CERT_FILE=/etc/contrail/webui_ssl/cs-cert.pem ++ WEBUI_SSL_CIPHERS=ECDHE-ECDSA-AES256-GCM-SHA384:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-CHACHA20-POLY1305:ECDHE-RSA-CHACHA20-POLY1305:ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES256-SHA384:ECDHE-RSA-AES256-SHA384:ECDHE-ECDSA-AES128-SHA256:ECDHE-RSA-AES128-SHA256:AES256-SHA ++ WEBUI_STATIC_AUTH_USER=admin ++ WEBUI_STATIC_AUTH_PASSWORD=contrail123 ++ WEBUI_STATIC_AUTH_ROLE=cloudAdmin ++ XMPP_SERVER_PORT=5269 ++ XMPP_SSL_ENABLE=false ++ XMPP_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ XMPP_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ XMPP_SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ LINKLOCAL_SERVICE_PORT=80 ++ LINKLOCAL_SERVICE_NAME=metadata ++ LINKLOCAL_SERVICE_IP=169.254.169.254 ++ IPFABRIC_SERVICE_PORT=8775 ++ INTROSPECT_SSL_ENABLE=false ++ INTROSPECT_SSL_INSECURE=True ++ INTROSPECT_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ INTROSPECT_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ INTROSPECT_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ INTROSPECT_LISTEN_ALL=True ++ SANDESH_SSL_ENABLE=false ++ SANDESH_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ SANDESH_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ SANDESH_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ SANDESH_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ SANDESH_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ METADATA_SSL_ENABLE=false ++ METADATA_SSL_CERTFILE= ++ METADATA_SSL_KEYFILE= ++ METADATA_SSL_CA_CERTFILE= ++ METADATA_SSL_CERT_TYPE= ++ CONFIGURE_IPTABLES=false ++ FWAAS_ENABLE=False ++ CONTAINERD_NAMESPACE=k8s.io ++ TOR_AGENT_OVS_KA=10000 ++ TOR_TYPE=ovs ++ TOR_OVS_PROTOCOL=tcp ++ TORAGENT_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ TORAGENT_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ TORAGENT_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ [[ /v3 == \/\v\2\.\0 ]] ++ [[ openstack == \o\p\e\n\s\t\a\c\k ]] ++ AUTH_MODE=keystone ++ [[ keystone == \k\e\y\s\t\o\n\e ]] ++ AUTH_PARAMS='--admin_password contrail123' ++ AUTH_PARAMS+=' --admin_tenant_name admin' ++ AUTH_PARAMS+=' --admin_user admin' ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ read -r -d '' sandesh_client_config ++ true ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ xmpp_certs_config= ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ analytics_api_ssl_opts= ++ read -r -d '' rabbitmq_config ++ true ++ read -r -d '' rabbit_config ++ true ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ kafka_ssl_config= ++ [[ -n '' ]] ++ collector_stats_config= ++ [[ -z '' ]] ++ is_enabled False ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ export TSN_AGENT_MODE= ++ TSN_AGENT_MODE= ++ [[ -n '' ]] ++ collector_stats_config= ++ [[ -z x ]] ++ RSYSLOGD_XFLOW_LISTEN_PORT=9898 + pre_start_init + wait_certs_if_ssl_enabled + is_ssl_enabled + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + return + wait_config_api_certs_if_ssl_enabled + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + return + wait_for_cassandra ++ cut -d , -f 1 ++ echo 10.0.0.56,10.0.0.19,10.0.0.41 + local cassandra=10.0.0.56 + (( i=1 )) + (( i<=30 )) + nc -z 10.0.0.56 9041 + echo -e '\035\nquit' + echo 'INFO: Cassandra is connected' INFO: Cassandra is connected + sleep 5 + return 0 + host_ip=0.0.0.0 + is_enabled + local val= + [[ '' == \t\r\u\e ]] + [[ '' == \y\e\s ]] + [[ '' == \e\n\a\b\l\e\d ]] ++ get_listen_ip_for_node CONFIG +++ find_my_ip_and_order_for_node CONFIG +++ local server_typ=CONFIG_NODES +++ cut -d ' ' -f 1 +++ find_my_ip_and_order_for_node_list 10.0.0.56,10.0.0.19,10.0.0.41 +++ local servers=10.0.0.56,10.0.0.19,10.0.0.41 +++ local server_list= +++ IFS=, +++ read -ra server_list ++++ get_local_ips ++++ cat /proc/net/fib_trie ++++ grep -vi host ++++ tr '\n' , ++++ uniq ++++ sort ++++ awk '/32 host/ { print f } {f=$2}' +++ local local_ips=,10.0.0.41,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.56'\''))' +++ local server_ip=10.0.0.56 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.56 ]] +++ [[ ,10.0.0.41,10.20.0.193,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.56, ]] +++ (( ord+=1 )) +++ for server in "${server_list[@]}" +++ local ret=0 ++++ python3 -c 'import socket; print(socket.gethostbyname('\''10.0.0.19'\''))' +++ local server_ip=10.0.0.19 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.19 ]] +++ [[ ,10.0.0.41,10.20.0.193,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.19, ]] +++ (( ord+=1 )) +++ for server in "${server_list[@]}" +++ local ret=0 ++++ python3 -c 'import socket; print(socket.gethostbyname('\''10.0.0.41'\''))' +++ local server_ip=10.0.0.41 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.41 ]] +++ [[ ,10.0.0.41,10.20.0.193,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.41, ]] +++ echo 10.0.0.41 3 +++ return ++ local ip=10.0.0.41 ++ [[ -z 10.0.0.41 ]] ++ echo 10.0.0.41 + host_ip=10.0.0.41 + [[ cql == \c\q\l ]] ++ echo 10.0.0.56:9041 10.0.0.19:9041 10.0.0.41:9041 ++ sed 's/,/ /g' + cassandra_server_list='10.0.0.56:9041 10.0.0.19:9041 10.0.0.41:9041' + config_api_certs_config= + uwsgi_socket='protocol = http\nsocket = 10.0.0.41: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: 10/09/2025 02:02:25.707 7f1aff008700 [contrail-api] [INFO]: SANDESH: CONNECT TO COLLECTOR: True 10/09/2025 02:02:25.856 7f1aff008700 [contrail-api] [INFO]: SANDESH: INTROSPECT IS ON: 0.0.0.0:8084 10/09/2025 02:02:25.883 7f1aff008700 [contrail-api] [INFO]: SANDESH: Logging: LEVEL: [SYS_INFO] -> [SYS_DEBUG] 10/09/2025 02:02:25.883 7f1aff008700 [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.41:8082/ Hit Ctrl-C to quit. 10.0.0.41 - - [2025-10-09 02:02:50] "GET / HTTP/1.1" 503 181 0.000250 10.0.0.41 - - [2025-10-09 02:02:50] "GET / HTTP/1.1" 503 181 0.000171 10.0.0.41 - - [2025-10-09 02:02:51] "GET / HTTP/1.1" 200 45871 0.001633 10.0.0.41 - - [2025-10-09 02:02:51] "GET / HTTP/1.1" 200 45871 0.001175 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.41 - - [2025-10-09 02:02:51] "POST /fqname-to-id HTTP/1.1" 401 292 0.000582 10.0.0.41 - - [2025-10-09 02:02:51] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 401 292 0.000256 10.0.0.41 - - [2025-10-09 02:02:52] "GET / HTTP/1.1" 200 35931 0.001640 10.0.0.41 - - [2025-10-09 02:02:52] "POST /fqname-to-id HTTP/1.1" 401 292 0.000476 10.0.0.41 - - [2025-10-09 02:02:52] "GET / HTTP/1.1" 200 35931 0.001466 10.0.0.41 - - [2025-10-09 02:02:53] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 200 315 0.652819 10.0.0.41 - - [2025-10-09 02:02:53] "GET /projects?detail=False&count=False&shared=False HTTP/1.1" 200 336 0.004702 10.0.0.41 - - [2025-10-09 02:02:53] "POST /fqname-to-id HTTP/1.1" 404 186 0.344664 10.0.0.41 - - [2025-10-09 02:02:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004210 10.0.0.41 - - [2025-10-09 02:02:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.992384 10.0.0.41 - - [2025-10-09 02:02:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004532 10.0.0.41 - - [2025-10-09 02:02:53] "GET /global-system-config/f80de040-3c9d-4c71-8e42-1f087125e6d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1060 0.007972 10.0.0.41 - - [2025-10-09 02:02:53] "POST /service-appliance-sets HTTP/1.1" 200 553 0.039447 10.0.0.41 - - [2025-10-09 02:02:53] "POST /fqname-to-id HTTP/1.1" 404 180 0.004186 10.0.0.41 - - [2025-10-09 02:02:53] "GET / HTTP/1.1" 200 35931 0.001590 10.0.0.41 - - [2025-10-09 02:02:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004825 10.0.0.41 - - [2025-10-09 02:02:53] "GET /global-system-config/f80de040-3c9d-4c71-8e42-1f087125e6d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1060 0.008851 /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.41 - - [2025-10-09 02:02:53] "POST /service-appliance-sets HTTP/1.1" 200 541 0.052860 10.0.0.41 - - [2025-10-09 02:02:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.005644 10.0.0.41 - - [2025-10-09 02:02:53] "GET /network-ipam/1f00b6c9-62e3-43cf-b900-93be6f81054a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1953 0.005770 10.0.0.41 - - [2025-10-09 02:02:54] "POST /service-templates HTTP/1.1" 200 511 0.038954 10.0.0.41 - - [2025-10-09 02:02:54] "POST /service-templates HTTP/1.1" 200 501 0.041971 10.0.0.41 - - [2025-10-09 02:02:54] "POST /service-templates HTTP/1.1" 200 515 0.042125 10.0.0.41 - - [2025-10-09 02:02:54] "POST /service-templates HTTP/1.1" 200 535 0.038908 10.0.0.41 - - [2025-10-09 02:02:54] "POST /service-templates HTTP/1.1" 200 507 0.038494 10.0.0.41 - - [2025-10-09 02:02:55] "GET / HTTP/1.1" 200 35931 0.002243 10.0.0.41 - - [2025-10-09 02:02:55] "POST /fqname-to-id HTTP/1.1" 401 292 0.000495 10.0.0.41 - - [2025-10-09 02:02:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.027641 10.0.0.41 - - [2025-10-09 02:02:56] "GET /global-system-config/f80de040-3c9d-4c71-8e42-1f087125e6d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1060 0.006514 10.0.0.41 - - [2025-10-09 02:02:56] "POST /fqname-to-id HTTP/1.1" 404 220 0.004462 10.0.0.41 - - [2025-10-09 02:02:56] "POST /config-nodes HTTP/1.1" 200 599 0.061352 10.0.0.56 - - [2025-10-09 02:02:57] "GET / HTTP/1.1" 200 35931 0.001847 10.0.0.56 - - [2025-10-09 02:02:57] "POST /fqname-to-id HTTP/1.1" 401 292 0.000418 10.0.0.19 - - [2025-10-09 02:02:57] "GET / HTTP/1.1" 200 35931 0.001398 10.0.0.19 - - [2025-10-09 02:02:57] "POST /fqname-to-id HTTP/1.1" 401 292 0.000396 10.0.0.41 - - [2025-10-09 02:02:57] "GET / HTTP/1.1" 200 35931 0.001497 10.0.0.41 - - [2025-10-09 02:02:57] "POST /global-vrouter-configs HTTP/1.1" 401 292 0.000382 10.0.0.41 - - [2025-10-09 02:02:58] "GET / HTTP/1.1" 200 35931 0.002326 10.0.0.41 - - [2025-10-09 02:02:58] "POST /fqname-to-id HTTP/1.1" 401 292 0.000424 10.0.0.56 - - [2025-10-09 02:02:58] "POST /fqname-to-id HTTP/1.1" 200 156 1.106309 10.0.0.56 - - [2025-10-09 02:02:58] "GET /global-system-config/f80de040-3c9d-4c71-8e42-1f087125e6d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1060 0.008341 10.0.0.19 - - [2025-10-09 02:02:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.739982 10.0.0.19 - - [2025-10-09 02:02:58] "GET /global-system-config/f80de040-3c9d-4c71-8e42-1f087125e6d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1060 0.007966 10.0.0.56 - - [2025-10-09 02:02:58] "POST /fqname-to-id HTTP/1.1" 404 220 0.005527 10.0.0.19 - - [2025-10-09 02:02:58] "POST /fqname-to-id HTTP/1.1" 404 220 0.005409 10.0.0.56 - - [2025-10-09 02:02:58] "POST /config-nodes HTTP/1.1" 200 599 0.049488 10.0.0.19 - - [2025-10-09 02:02:58] "POST /config-nodes HTTP/1.1" 200 599 0.116355 10.0.0.19 - - [2025-10-09 02:02:59] "GET / HTTP/1.1" 200 35931 0.003808 10.0.0.19 - - [2025-10-09 02:02:59] "POST /fqname-to-id HTTP/1.1" 401 292 0.000531 10.0.0.41 - - [2025-10-09 02:02:59] "POST /global-vrouter-configs HTTP/1.1" 409 251 1.004076 10.0.0.41 - - [2025-10-09 02:02:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.147318 10.0.0.41 - - [2025-10-09 02:02:59] "GET /global-system-config/f80de040-3c9d-4c71-8e42-1f087125e6d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1060 0.009014 10.0.0.41 - - [2025-10-09 02:02:59] "POST /fqname-to-id HTTP/1.1" 404 220 0.007281 10.0.0.41 - - [2025-10-09 02:02:59] "POST /config-database-nodes HTTP/1.1" 200 617 0.053178 10.0.0.19 - - [2025-10-09 02:02:59] "GET / HTTP/1.1" 200 35931 0.001586 10.0.0.19 - - [2025-10-09 02:02:59] "POST /global-vrouter-configs HTTP/1.1" 401 292 0.000345 10.0.0.56 - - [2025-10-09 02:03:00] "GET / HTTP/1.1" 200 35931 0.001474 10.0.0.56 - - [2025-10-09 02:03:00] "POST /global-vrouter-configs HTTP/1.1" 401 292 0.000398 10.0.0.41 - - [2025-10-09 02:03:01] "GET /global-system-configs HTTP/1.1" 401 292 0.000524 10.0.0.19 - - [2025-10-09 02:03:01] "POST /global-vrouter-configs HTTP/1.1" 409 251 0.592208 10.0.0.19 - - [2025-10-09 02:03:01] "POST /fqname-to-id HTTP/1.1" 200 156 1.160074 10.0.0.41 - - [2025-10-09 02:03:01] "GET /global-system-configs HTTP/1.1" 401 292 0.000350 10.0.0.19 - - [2025-10-09 02:03:01] "GET /global-system-config/f80de040-3c9d-4c71-8e42-1f087125e6d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1060 0.016715 10.0.0.41 - - [2025-10-09 02:03:01] "GET /global-system-configs HTTP/1.1" 401 292 0.000615 10.0.0.19 - - [2025-10-09 02:03:01] "POST /fqname-to-id HTTP/1.1" 404 220 0.005534 10.0.0.19 - - [2025-10-09 02:03:01] "GET /global-system-configs HTTP/1.1" 401 292 0.000422 10.0.0.56 - - [2025-10-09 02:03:01] "POST /global-vrouter-configs HTTP/1.1" 409 251 0.204240 10.0.0.19 - - [2025-10-09 02:03:01] "POST /config-database-nodes HTTP/1.1" 200 617 0.049788 10.0.0.19 - - [2025-10-09 02:03:01] "GET /global-system-configs HTTP/1.1" 401 292 0.000433 10.0.0.41 - - [2025-10-09 02:03:01] "GET /global-system-configs HTTP/1.1" 401 292 0.000445 10.0.0.19 - - [2025-10-09 02:03:01] "GET /global-system-configs HTTP/1.1" 401 292 0.000401 10.0.0.19 - - [2025-10-09 02:03:01] "GET /global-system-configs HTTP/1.1" 401 292 0.000445 10.0.0.56 - - [2025-10-09 02:03:03] "GET /global-system-configs HTTP/1.1" 401 292 0.000456 10.0.0.56 - - [2025-10-09 02:03:03] "GET /global-system-configs HTTP/1.1" 401 292 0.000422 10.0.0.41 - - [2025-10-09 02:03:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.005062 10.0.0.41 - - [2025-10-09 02:03:04] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1216 0.005211 10.0.0.41 - - [2025-10-09 02:03:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004424 10.0.0.41 - - [2025-10-09 02:03:04] "PUT /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297 HTTP/1.1" 200 276 0.017961 10.0.0.56 - - [2025-10-09 02:03:05] "GET /global-system-configs HTTP/1.1" 401 292 0.000428 10.0.0.56 - - [2025-10-09 02:03:05] "GET /global-system-configs HTTP/1.1" 401 292 0.000391 10.0.0.19 - - [2025-10-09 02:03:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004287 10.0.0.19 - - [2025-10-09 02:03:06] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1487 0.004943 10.0.0.19 - - [2025-10-09 02:03:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.007321 10.0.0.19 - - [2025-10-09 02:03:06] "PUT /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297 HTTP/1.1" 200 276 0.015214 10.0.0.56 - - [2025-10-09 02:03:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004093 10.0.0.56 - - [2025-10-09 02:03:06] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1487 0.004092 10.0.0.56 - - [2025-10-09 02:03:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004166 10.0.0.56 - - [2025-10-09 02:03:06] "PUT /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297 HTTP/1.1" 200 276 0.021892 10.0.0.41 - - [2025-10-09 02:03:11] "GET /network-ipam/1f00b6c9-62e3-43cf-b900-93be6f81054a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1953 0.030277 10.0.0.41 - - [2025-10-09 02:03:12] "POST /fqname-to-id HTTP/1.1" 404 224 0.003459 10.0.0.41 - - [2025-10-09 02:03:12] "POST /ref-update HTTP/1.1" 200 156 0.022510 10.0.0.41 - - [2025-10-09 02:03:13] "POST /route-targets HTTP/1.1" 200 327 0.025594 10.0.0.41 - - [2025-10-09 02:03:13] "POST /ref-update HTTP/1.1" 200 156 0.022601 10.0.0.41 - - [2025-10-09 02:03:13] "PUT /access-control-list/71161255-4c52-4380-974f-cafc1af3ef78 HTTP/1.1" 200 272 0.016761 10.0.0.41 - - [2025-10-09 02:03:44] "POST /ref-update HTTP/1.1" 200 156 0.061232 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.41 - - [2025-10-09 02:05:57] "GET /obj-perms HTTP/1.1" 200 5056 0.368577 10.0.0.56 - - [2025-10-09 02:06:57] "GET /obj-perms HTTP/1.1" 200 5056 0.050748 10.0.0.19 - - [2025-10-09 02:06:57] "GET /obj-perms HTTP/1.1" 200 5056 0.040717 10.0.0.41 - - [2025-10-09 02:08:00] "GET /global-system-configs HTTP/1.1" 401 292 0.000444 10.0.0.41 - - [2025-10-09 02:08:00] "GET /global-system-configs HTTP/1.1" 401 292 0.000844 10.0.0.41 - - [2025-10-09 02:08:01] "GET /global-system-configs HTTP/1.1" 401 292 0.000444 10.0.0.41 - - [2025-10-09 02:08:01] "GET /global-system-configs HTTP/1.1" 401 292 0.000447 10.0.0.19 - - [2025-10-09 02:08:01] "GET /global-system-configs HTTP/1.1" 401 292 0.000404 10.0.0.19 - - [2025-10-09 02:08:01] "GET /global-system-configs HTTP/1.1" 401 292 0.000400 10.0.0.19 - - [2025-10-09 02:08:01] "GET /global-system-configs HTTP/1.1" 401 292 0.000457 10.0.0.19 - - [2025-10-09 02:08:01] "GET /global-system-configs HTTP/1.1" 401 292 0.000421 10.0.0.56 - - [2025-10-09 02:08:03] "GET /global-system-configs HTTP/1.1" 401 292 0.000420 10.0.0.56 - - [2025-10-09 02:08:03] "GET /global-system-configs HTTP/1.1" 401 292 0.000427 10.0.0.56 - - [2025-10-09 02:08:05] "GET /global-system-configs HTTP/1.1" 401 292 0.000468 10.0.0.56 - - [2025-10-09 02:08:05] "GET /global-system-configs HTTP/1.1" 401 292 0.000434 [Introspect:8084]10.0.0.41 - - [2025-10-09 02:08:28] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.001016 [Introspect:8084]10.0.0.41 - - [2025-10-09 02:08:28] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3156 0.000876 [Introspect:8084]10.0.0.41 - - [2025-10-09 02:08:41] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.001464 [Introspect:8084]10.0.0.41 - - [2025-10-09 02:08:41] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3156 0.000893 10.0.0.56 - - [2025-10-09 02:09:53] "GET / HTTP/1.1" 200 35931 0.001647 10.0.0.56 - - [2025-10-09 02:09:54] "POST /fqname-to-id HTTP/1.1" 401 292 0.000499 10.0.0.56 - - [2025-10-09 02:09:54] "POST /fqname-to-id HTTP/1.1" 404 186 0.042956 10.0.0.41 - - [2025-10-09 02:09:54] "GET /projects?obj_uuids=51c9c0cb-ec40-4193-9aee-d58eff6bda2b&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.051579 10.0.0.41 - - [2025-10-09 02:09:54] "GET /domains?obj_uuids=7ed77c0b-e642-4c13-a404-7756503cf17d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001368 10.0.0.41 - - [2025-10-09 02:09:54] "GET /domain/7ed77c0b-e642-4c13-a404-7756503cf17d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.032932 10.0.0.41 - - [2025-10-09 02:09:54] "POST /id-to-fqname HTTP/1.1" 200 188 0.001554 10.0.0.41 - - [2025-10-09 02:09:54] "POST /fqname-to-id HTTP/1.1" 404 197 0.014854 10.0.0.41 - - [2025-10-09 02:09:54] "POST /security-groups HTTP/1.1" 200 589 0.043714 10.0.0.41 - - [2025-10-09 02:09:54] "POST /projects HTTP/1.1" 200 581 0.324160 10.0.0.41 - - [2025-10-09 02:09:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.362605 10.0.0.41 - - [2025-10-09 02:09:54] "POST /fqname-to-id HTTP/1.1" 404 232 0.037085 10.0.0.56 - - [2025-10-09 02:09:55] "GET /project/51c9c0cb-ec40-4193-9aee-d58eff6bda2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.575347 10.0.0.41 - - [2025-10-09 02:09:55] "POST /access-control-lists HTTP/1.1" 200 592 0.040285 10.0.0.56 - - [2025-10-09 02:09:56] "GET / HTTP/1.1" 200 35931 0.002196 10.0.0.41 - - [2025-10-09 02:09:59] "GET /projects?obj_uuids=51c9c0cb-ec40-4193-9aee-d58eff6bda2b&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001015 10.0.0.56 - - [2025-10-09 02:09:59] "GET /project/51c9c0cb-ec40-4193-9aee-d58eff6bda2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.050583 10.0.0.41 - - [2025-10-09 02:09:59] "GET /projects?obj_uuids=51c9c0cb-ec40-4193-9aee-d58eff6bda2b&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001072 10.0.0.56 - - [2025-10-09 02:09:59] "GET /project/51c9c0cb-ec40-4193-9aee-d58eff6bda2b?fields=virtual_networks HTTP/1.1" 200 1028 0.058397 10.0.0.41 - - [2025-10-09 02:09:59] "GET /projects?obj_uuids=51c9c0cb-ec40-4193-9aee-d58eff6bda2b&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000933 10.0.0.56 - - [2025-10-09 02:09:59] "GET /project/51c9c0cb-ec40-4193-9aee-d58eff6bda2b?fields=virtual_machine_interfaces HTTP/1.1" 200 1028 0.070444 10.0.0.41 - - [2025-10-09 02:09:59] "GET /projects?obj_uuids=51c9c0cb-ec40-4193-9aee-d58eff6bda2b&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000935 10.0.0.56 - - [2025-10-09 02:09:59] "GET /project/51c9c0cb-ec40-4193-9aee-d58eff6bda2b?fields=security_groups HTTP/1.1" 200 1252 0.070256 10.0.0.41 - - [2025-10-09 02:10:00] "GET /projects?obj_uuids=6fc6865b-fcb3-4e6d-866a-bc5df3d6cac2&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004470 10.0.0.41 - - [2025-10-09 02:10:00] "GET /domains?obj_uuids=7ed77c0b-e642-4c13-a404-7756503cf17d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001078 10.0.0.41 - - [2025-10-09 02:10:00] "GET /domain/7ed77c0b-e642-4c13-a404-7756503cf17d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.010195 10.0.0.41 - - [2025-10-09 02:10:01] "POST /id-to-fqname HTTP/1.1" 200 167 0.002960 10.0.0.41 - - [2025-10-09 02:10:01] "POST /fqname-to-id HTTP/1.1" 404 176 0.008627 10.0.0.41 - - [2025-10-09 02:10:01] "POST /security-groups HTTP/1.1" 200 568 0.052538 10.0.0.41 - - [2025-10-09 02:10:01] "POST /projects HTTP/1.1" 200 539 0.331608 10.0.0.41 - - [2025-10-09 02:10:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.371603 10.0.0.41 - - [2025-10-09 02:10:01] "POST /fqname-to-id HTTP/1.1" 404 206 0.015578 10.0.0.56 - - [2025-10-09 02:10:01] "GET /project/6fc6865b-fcb3-4e6d-866a-bc5df3d6cac2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1270 0.546058 [Introspect:8084]10.0.0.56 - - [2025-10-09 02:10:02] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3156 0.001210 10.0.0.41 - - [2025-10-09 02:10:03] "GET /projects?obj_uuids=6fc6865b-fcb3-4e6d-866a-bc5df3d6cac2&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001173 10.0.0.56 - - [2025-10-09 02:10:03] "GET /project/6fc6865b-fcb3-4e6d-866a-bc5df3d6cac2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1270 0.059021 10.0.0.41 - - [2025-10-09 02:10:04] "GET /obj-perms HTTP/1.1" 200 5056 0.050860 [Introspect:8084]10.0.0.56 - - [2025-10-09 02:10:05] "GET /Snh_CollectorInfoRequest HTTP/1.1" 200 372 0.000886 10.0.0.56 - - [2025-10-09 02:10:06] "GET /obj-perms HTTP/1.1" 200 5056 0.067528 10.0.0.56 - - [2025-10-09 02:10:06] "GET /obj-perms HTTP/1.1" 200 5056 0.005206 10.0.0.56 - - [2025-10-09 02:10:06] "GET /obj-perms HTTP/1.1" 200 5056 0.005626 10.0.0.56 - - [2025-10-09 02:10:06] "GET /obj-perms HTTP/1.1" 200 5056 0.005161 10.0.0.56 - - [2025-10-09 02:10:06] "GET /obj-perms HTTP/1.1" 200 5056 0.004700 10.0.0.56 - - [2025-10-09 02:10:06] "GET /obj-perms HTTP/1.1" 200 5056 0.004212 10.0.0.56 - - [2025-10-09 02:10:06] "GET /obj-perms HTTP/1.1" 200 5056 0.004514 10.0.0.56 - - [2025-10-09 02:10:06] "GET /obj-perms HTTP/1.1" 200 5056 0.004491 10.0.0.56 - - [2025-10-09 02:10:06] "GET /obj-perms HTTP/1.1" 200 5056 0.004117 10.0.0.56 - - [2025-10-09 02:10:07] "GET /obj-perms HTTP/1.1" 200 5056 0.004507 10.0.0.56 - - [2025-10-09 02:10:07] "GET /obj-perms HTTP/1.1" 200 5056 0.004738 10.0.0.41 - - [2025-10-09 02:10:07] "GET /obj-perms HTTP/1.1" 200 5056 0.004561 10.0.0.56 - - [2025-10-09 02:10:07] "GET /obj-perms HTTP/1.1" 200 5056 0.004701 10.0.0.41 - - [2025-10-09 02:10:07] "GET /obj-perms HTTP/1.1" 200 5056 0.004723 10.0.0.41 - - [2025-10-09 02:10:07] "GET /obj-perms HTTP/1.1" 200 5056 0.004536 10.0.0.56 - - [2025-10-09 02:10:08] "GET /obj-perms HTTP/1.1" 200 5056 0.004693 10.0.0.56 - - [2025-10-09 02:10:08] "GET /obj-perms HTTP/1.1" 200 5056 0.004553 10.0.0.56 - - [2025-10-09 02:10:09] "GET /obj-perms HTTP/1.1" 200 5056 0.004238 10.0.0.56 - - [2025-10-09 02:10:09] "GET /obj-perms HTTP/1.1" 200 5056 0.004523 10.0.0.56 - - [2025-10-09 02:10:09] "GET /obj-perms HTTP/1.1" 200 5056 0.004719 10.0.0.56 - - [2025-10-09 02:10:09] "GET /obj-perms HTTP/1.1" 200 5056 0.004099 10.0.0.56 - - [2025-10-09 02:10:09] "GET /obj-perms HTTP/1.1" 200 5056 0.004406 10.0.0.56 - - [2025-10-09 02:10:09] "GET /obj-perms HTTP/1.1" 200 5056 0.004793 10.0.0.56 - - [2025-10-09 02:10:09] "GET /obj-perms HTTP/1.1" 200 5056 0.004626 10.0.0.56 - - [2025-10-09 02:10:09] "GET /obj-perms HTTP/1.1" 200 5056 0.004765 10.0.0.56 - - [2025-10-09 02:10:09] "GET /obj-perms HTTP/1.1" 200 5056 0.004607 10.0.0.56 - - [2025-10-09 02:10:12] "GET /obj-perms HTTP/1.1" 200 5056 0.005620 10.0.0.56 - - [2025-10-09 02:10:12] "GET /obj-perms HTTP/1.1" 200 5056 0.004488 10.0.0.56 - - [2025-10-09 02:10:12] "GET /obj-perms HTTP/1.1" 200 5056 0.004519 10.0.0.56 - - [2025-10-09 02:10:12] "GET /obj-perms HTTP/1.1" 200 5056 0.004485 10.0.0.56 - - [2025-10-09 02:10:13] "GET /obj-perms HTTP/1.1" 200 5056 0.007946 10.0.0.56 - - [2025-10-09 02:10:14] "POST /fqname-to-id HTTP/1.1" 404 199 0.024679 10.0.0.41 - - [2025-10-09 02:10:14] "GET /projects?obj_uuids=eb601e74-bd25-413e-8457-9e9f5cb65fdd&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003409 10.0.0.41 - - [2025-10-09 02:10:14] "GET /domains?obj_uuids=7ed77c0b-e642-4c13-a404-7756503cf17d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001151 10.0.0.41 - - [2025-10-09 02:10:14] "GET /domain/7ed77c0b-e642-4c13-a404-7756503cf17d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008732 10.0.0.41 - - [2025-10-09 02:10:15] "POST /id-to-fqname HTTP/1.1" 200 201 0.001193 10.0.0.41 - - [2025-10-09 02:10:15] "POST /fqname-to-id HTTP/1.1" 404 210 0.006474 10.0.0.41 - - [2025-10-09 02:10:15] "POST /security-groups HTTP/1.1" 200 602 0.039099 10.0.0.41 - - [2025-10-09 02:10:15] "POST /projects HTTP/1.1" 200 607 0.314277 10.0.0.41 - - [2025-10-09 02:10:15] "POST /access-control-lists HTTP/1.1" 200 607 0.030185 10.0.0.41 - - [2025-10-09 02:10:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.393253 10.0.0.56 - - [2025-10-09 02:10:15] "GET /project/eb601e74-bd25-413e-8457-9e9f5cb65fdd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1407 0.601664 10.0.0.56 - - [2025-10-09 02:10:16] "GET / HTTP/1.1" 200 35931 0.002284 10.0.0.56 - - [2025-10-09 02:10:17] "POST /fqname-to-id HTTP/1.1" 401 292 0.000689 10.0.0.56 - - [2025-10-09 02:10:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.059659 10.0.0.41 - - [2025-10-09 02:10:18] "GET /projects?obj_uuids=eb601e74-bd25-413e-8457-9e9f5cb65fdd&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001359 10.0.0.56 - - [2025-10-09 02:10:18] "GET /project/eb601e74-bd25-413e-8457-9e9f5cb65fdd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1407 0.057848 10.0.0.41 - - [2025-10-09 02:10:18] "POST /route-targets HTTP/1.1" 200 327 0.026723 10.0.0.41 - - [2025-10-09 02:10:19] "POST /useragent-kv HTTP/1.1" 200 115 0.016319 10.0.0.56 - - [2025-10-09 02:10:19] "POST /neutron/subnet HTTP/1.1" 200 720 0.414920 10.0.0.56 - - [2025-10-09 02:10:19] "POST /id-to-fqname HTTP/1.1" 200 233 0.001368 10.0.0.56 - - [2025-10-09 02:10:19] "GET /virtual-network/ed26acb3-32a7-4d5e-882a-ae93c3c63680?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2064 0.005916 10.0.0.56 - - [2025-10-09 02:10:19] "GET /virtual-network/ed26acb3-32a7-4d5e-882a-ae93c3c63680?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2064 0.006119 10.0.0.56 - - [2025-10-09 02:10:19] "POST /neutron/network HTTP/1.1" 200 838 0.007210 10.0.0.56 - - [2025-10-09 02:10:19] "GET /virtual-network/ed26acb3-32a7-4d5e-882a-ae93c3c63680?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2064 0.008634 10.0.0.19 - - [2025-10-09 02:10:20] "GET /obj-perms HTTP/1.1" 200 5052 0.052103 10.0.0.56 - - [2025-10-09 02:10:21] "POST /id-to-fqname HTTP/1.1" 200 233 0.001459 10.0.0.41 - - [2025-10-09 02:10:23] "GET /projects?obj_uuids=eb601e74-bd25-413e-8457-9e9f5cb65fdd&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001109 10.0.0.56 - - [2025-10-09 02:10:23] "GET /project/eb601e74-bd25-413e-8457-9e9f5cb65fdd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1407 0.071833 10.0.0.56 - - [2025-10-09 02:10:24] "POST /neutron/network HTTP/1.1" 200 838 0.031214 10.0.0.56 - - [2025-10-09 02:10:24] "POST /neutron/port HTTP/1.1" 200 117 0.007750 10.0.0.56 - - [2025-10-09 02:10:26] "POST /neutron/port HTTP/1.1" 200 1070 0.038526 10.0.0.56 - - [2025-10-09 02:10:26] "POST /neutron/port HTTP/1.1" 200 1098 0.021335 10.0.0.56 - - [2025-10-09 02:10:26] "POST /neutron/port HTTP/1.1" 200 117 0.001330 10.0.0.56 - - [2025-10-09 02:10:29] "POST /neutron/security_group HTTP/1.1" 200 2069 0.009944 10.0.0.56 - - [2025-10-09 02:10:29] "GET /obj-perms HTTP/1.1" 200 5052 0.046456 10.0.0.56 - - [2025-10-09 02:10:32] "GET /obj-perms HTTP/1.1" 200 5052 0.004484 10.0.0.56 - - [2025-10-09 02:10:35] "POST /neutron/port HTTP/1.1" 200 1098 0.019311 10.0.0.56 - - [2025-10-09 02:10:36] "POST /neutron/network HTTP/1.1" 200 838 0.007910 10.0.0.41 - - [2025-10-09 02:10:37] "DELETE /route-target/09839ad8-13d4-43f8-a4e5-086ab0674fab HTTP/1.1" 200 115 0.040940 10.0.0.41 - - [2025-10-09 02:10:37] "GET /projects?obj_uuids=eb601e74-bd25-413e-8457-9e9f5cb65fdd&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001132 10.0.0.56 - - [2025-10-09 02:10:38] "GET /project/eb601e74-bd25-413e-8457-9e9f5cb65fdd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1407 0.064396 10.0.0.41 - - [2025-10-09 02:10:38] "GET /projects?obj_uuids=eb601e74-bd25-413e-8457-9e9f5cb65fdd&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.002395 10.0.0.56 - - [2025-10-09 02:10:38] "GET /project/eb601e74-bd25-413e-8457-9e9f5cb65fdd?fields=virtual_networks HTTP/1.1" 200 1054 0.090933 10.0.0.41 - - [2025-10-09 02:10:38] "GET /projects?obj_uuids=eb601e74-bd25-413e-8457-9e9f5cb65fdd&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000951 10.0.0.56 - - [2025-10-09 02:10:38] "GET /project/eb601e74-bd25-413e-8457-9e9f5cb65fdd?fields=virtual_machine_interfaces HTTP/1.1" 200 1054 0.070871 10.0.0.41 - - [2025-10-09 02:10:38] "GET /projects?obj_uuids=eb601e74-bd25-413e-8457-9e9f5cb65fdd&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000989 10.0.0.56 - - [2025-10-09 02:10:38] "GET /project/eb601e74-bd25-413e-8457-9e9f5cb65fdd?fields=security_groups HTTP/1.1" 200 1291 0.059671 10.0.0.41 - - [2025-10-09 02:10:38] "GET /projects?obj_uuids=6fc6865b-fcb3-4e6d-866a-bc5df3d6cac2&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.000977 10.0.0.56 - - [2025-10-09 02:10:39] "GET /project/6fc6865b-fcb3-4e6d-866a-bc5df3d6cac2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1270 0.059891 10.0.0.41 - - [2025-10-09 02:10:44] "GET /projects?obj_uuids=6fc6865b-fcb3-4e6d-866a-bc5df3d6cac2&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001095 10.0.0.56 - - [2025-10-09 02:10:44] "GET /project/6fc6865b-fcb3-4e6d-866a-bc5df3d6cac2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1270 0.051597 10.0.0.56 - - [2025-10-09 02:10:47] "POST /fqname-to-id HTTP/1.1" 404 200 0.028340 10.0.0.41 - - [2025-10-09 02:10:47] "GET /projects?obj_uuids=675bdcb7-ffc2-49ec-99b3-003ae4e4504b&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004714 10.0.0.41 - - [2025-10-09 02:10:47] "GET /domains?obj_uuids=7ed77c0b-e642-4c13-a404-7756503cf17d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001247 10.0.0.41 - - [2025-10-09 02:10:47] "GET /domain/7ed77c0b-e642-4c13-a404-7756503cf17d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.009880 10.0.0.41 - - [2025-10-09 02:10:48] "POST /id-to-fqname HTTP/1.1" 200 202 0.001215 10.0.0.41 - - [2025-10-09 02:10:48] "POST /fqname-to-id HTTP/1.1" 404 211 0.008888 10.0.0.41 - - [2025-10-09 02:10:48] "POST /security-groups HTTP/1.1" 200 603 0.043380 10.0.0.41 - - [2025-10-09 02:10:48] "POST /projects HTTP/1.1" 200 609 0.296989 10.0.0.41 - - [2025-10-09 02:10:48] "POST /fqname-to-id HTTP/1.1" 404 245 0.008763 10.0.0.41 - - [2025-10-09 02:10:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.385468 10.0.0.56 - - [2025-10-09 02:10:48] "GET /project/675bdcb7-ffc2-49ec-99b3-003ae4e4504b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.559701 10.0.0.56 - - [2025-10-09 02:10:49] "GET / HTTP/1.1" 200 35931 0.003085 10.0.0.56 - - [2025-10-09 02:10:49] "POST /fqname-to-id HTTP/1.1" 401 292 0.000515 10.0.0.56 - - [2025-10-09 02:10:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.055815 10.0.0.41 - - [2025-10-09 02:10:50] "GET /projects?obj_uuids=675bdcb7-ffc2-49ec-99b3-003ae4e4504b&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000957 10.0.0.56 - - [2025-10-09 02:10:50] "GET /project/675bdcb7-ffc2-49ec-99b3-003ae4e4504b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.045260 10.0.0.41 - - [2025-10-09 02:10:50] "GET /projects?obj_uuids=675bdcb7-ffc2-49ec-99b3-003ae4e4504b&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001811 10.0.0.56 - - [2025-10-09 02:10:50] "POST /neutron/network HTTP/1.1" 200 703 0.186349 10.0.0.41 - - [2025-10-09 02:10:50] "POST /ref-update HTTP/1.1" 200 156 0.030136 10.0.0.56 - - [2025-10-09 02:10:50] "POST /id-to-fqname HTTP/1.1" 200 275 0.004138 10.0.0.56 - - [2025-10-09 02:10:50] "GET /virtual-network/0fcd08f7-cae8-424a-9772-4c4180368637?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2192 0.005349 10.0.0.56 - - [2025-10-09 02:10:50] "POST /neutron/network HTTP/1.1" 200 922 0.007397 10.0.0.56 - - [2025-10-09 02:10:50] "GET /virtual-network/0fcd08f7-cae8-424a-9772-4c4180368637?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2192 0.005149 10.0.0.56 - - [2025-10-09 02:10:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003742 10.0.0.41 - - [2025-10-09 02:10:50] "GET /projects?obj_uuids=675bdcb7-ffc2-49ec-99b3-003ae4e4504b&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000964 10.0.0.56 - - [2025-10-09 02:10:50] "GET /project/675bdcb7-ffc2-49ec-99b3-003ae4e4504b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.048367 10.0.0.56 - - [2025-10-09 02:10:51] "POST /neutron/network HTTP/1.1" 200 117 0.014207 10.0.0.56 - - [2025-10-09 02:10:51] "POST /neutron/network HTTP/1.1" 200 924 0.009607 10.0.0.56 - - [2025-10-09 02:10:51] "POST /id-to-fqname HTTP/1.1" 200 275 0.002871 10.0.0.56 - - [2025-10-09 02:10:51] "GET /virtual-network/7966c0ed-78a3-45f6-86c3-d6f13ce351bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2197 0.010380 10.0.0.56 - - [2025-10-09 02:10:51] "GET /virtual-network/7966c0ed-78a3-45f6-86c3-d6f13ce351bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2197 0.006092 10.0.0.56 - - [2025-10-09 02:10:51] "POST /neutron/subnet HTTP/1.1" 200 734 0.012858 10.0.0.56 - - [2025-10-09 02:10:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003847 10.0.0.41 - - [2025-10-09 02:10:51] "GET /projects?obj_uuids=675bdcb7-ffc2-49ec-99b3-003ae4e4504b&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000855 10.0.0.56 - - [2025-10-09 02:10:51] "GET /project/675bdcb7-ffc2-49ec-99b3-003ae4e4504b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.046639 10.0.0.41 - - [2025-10-09 02:10:51] "POST /route-targets HTTP/1.1" 200 327 0.013686 10.0.0.41 - - [2025-10-09 02:10:52] "POST /useragent-kv HTTP/1.1" 200 115 0.014279 10.0.0.56 - - [2025-10-09 02:10:52] "POST /neutron/subnet HTTP/1.1" 200 724 0.208953 10.0.0.56 - - [2025-10-09 02:10:52] "POST /id-to-fqname HTTP/1.1" 200 276 0.001289 10.0.0.56 - - [2025-10-09 02:10:52] "GET /virtual-network/d6366c94-eebf-4007-8bb0-bd3f7adf583e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2196 0.005486 10.0.0.56 - - [2025-10-09 02:10:52] "GET /virtual-network/d6366c94-eebf-4007-8bb0-bd3f7adf583e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2196 0.007653 10.0.0.56 - - [2025-10-09 02:10:52] "POST /neutron/network HTTP/1.1" 200 924 0.006893 10.0.0.56 - - [2025-10-09 02:10:52] "POST /id-to-fqname HTTP/1.1" 200 275 0.001188 10.0.0.41 - - [2025-10-09 02:10:53] "GET /projects?obj_uuids=675bdcb7-ffc2-49ec-99b3-003ae4e4504b&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001332 10.0.0.56 - - [2025-10-09 02:10:53] "GET /project/675bdcb7-ffc2-49ec-99b3-003ae4e4504b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.077066 10.0.0.56 - - [2025-10-09 02:10:53] "POST /neutron/network HTTP/1.1" 200 924 0.007508 10.0.0.56 - - [2025-10-09 02:10:53] "POST /id-to-fqname HTTP/1.1" 200 276 0.001363 10.0.0.56 - - [2025-10-09 02:10:53] "POST /neutron/port HTTP/1.1" 200 117 0.007009 10.0.0.41 - - [2025-10-09 02:10:54] "DELETE /project/6fc6865bfcb34e6d866abc5df3d6cac2 HTTP/1.1" 404 173 0.010395 10.0.0.41 - - [2025-10-09 02:10:54] "DELETE /project/51c9c0cbec4041939aeed58eff6bda2b HTTP/1.1" 404 173 0.009893 10.0.0.41 - - [2025-10-09 02:10:54] "DELETE /project/675bdcb7ffc249ec99b3003ae4e4504b HTTP/1.1" 404 173 0.011331 10.0.0.41 - - [2025-10-09 02:10:54] "DELETE /project/eb601e74bd25413e84579e9f5cb65fdd HTTP/1.1" 404 173 0.009419 10.0.0.41 - - [2025-10-09 02:10:54] "GET /projects?obj_uuids=51c9c0cb-ec40-4193-9aee-d58eff6bda2b&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000871 10.0.0.41 - - [2025-10-09 02:10:54] "GET /projects?obj_uuids=eb601e74-bd25-413e-8457-9e9f5cb65fdd&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000812 10.0.0.41 - - [2025-10-09 02:10:54] "GET /project/eb601e74-bd25-413e-8457-9e9f5cb65fdd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1512 0.050896 10.0.0.41 - - [2025-10-09 02:10:54] "GET /projects?obj_uuids=eb601e74-bd25-413e-8457-9e9f5cb65fdd&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001331 10.0.0.41 - - [2025-10-09 02:10:54] "GET /project/51c9c0cb-ec40-4193-9aee-d58eff6bda2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1460 0.102509 10.0.0.41 - - [2025-10-09 02:10:54] "GET /projects?obj_uuids=51c9c0cb-ec40-4193-9aee-d58eff6bda2b&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000931 10.0.0.41 - - [2025-10-09 02:10:54] "GET /project/eb601e74-bd25-413e-8457-9e9f5cb65fdd?fields=security_groups HTTP/1.1" 200 1396 0.107324 10.0.0.41 - - [2025-10-09 02:10:54] "GET /project/51c9c0cb-ec40-4193-9aee-d58eff6bda2b?fields=security_groups HTTP/1.1" 200 1357 0.094369 10.0.0.41 - - [2025-10-09 02:10:54] "GET /projects?obj_uuids=675bdcb7-ffc2-49ec-99b3-003ae4e4504b&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001019 10.0.0.41 - - [2025-10-09 02:10:54] "DELETE /security-group/e3efd33b-1aa7-4d2c-84a8-149ef605703d HTTP/1.1" 200 115 0.092330 10.0.0.41 - - [2025-10-09 02:10:54] "GET /projects?obj_uuids=eb601e74-bd25-413e-8457-9e9f5cb65fdd&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000940 10.0.0.41 - - [2025-10-09 02:10:54] "DELETE /security-group/84450166-bdb0-4b9f-acc4-9af090389320 HTTP/1.1" 200 115 0.152479 10.0.0.41 - - [2025-10-09 02:10:54] "GET /project/eb601e74-bd25-413e-8457-9e9f5cb65fdd?fields=application_policy_sets HTTP/1.1" 200 1435 0.105666 10.0.0.41 - - [2025-10-09 02:10:54] "GET /projects?obj_uuids=51c9c0cb-ec40-4193-9aee-d58eff6bda2b&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001080 10.0.0.41 - - [2025-10-09 02:10:54] "DELETE /access-control-list/1396b8d2-232a-423c-a29a-aa85b5be1a9a HTTP/1.1" 200 115 0.079170 10.0.0.41 - - [2025-10-09 02:10:54] "GET /project/51c9c0cb-ec40-4193-9aee-d58eff6bda2b?fields=application_policy_sets HTTP/1.1" 200 1396 0.092374 10.0.0.41 - - [2025-10-09 02:10:54] "DELETE /project/eb601e74-bd25-413e-8457-9e9f5cb65fdd HTTP/1.1" 200 115 0.743662 10.0.0.41 - - [2025-10-09 02:10:55] "GET /projects?obj_uuids=675bdcb7-ffc2-49ec-99b3-003ae4e4504b&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001171 10.0.0.41 - - [2025-10-09 02:10:55] "DELETE /project/51c9c0cb-ec40-4193-9aee-d58eff6bda2b HTTP/1.1" 200 115 0.910326 10.0.0.56 - - [2025-10-09 02:10:55] "POST /neutron/port HTTP/1.1" 200 1074 0.700747 10.0.0.56 - - [2025-10-09 02:10:55] "GET /project/675bdcb7-ffc2-49ec-99b3-003ae4e4504b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.165866 10.0.0.56 - - [2025-10-09 02:10:55] "POST /neutron/port HTTP/1.1" 200 1074 0.014533 10.0.0.56 - - [2025-10-09 02:10:55] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004430 10.0.0.56 - - [2025-10-09 02:10:55] "POST /neutron/port HTTP/1.1" 200 117 0.001235 10.0.0.56 - - [2025-10-09 02:10:55] "POST /neutron/port HTTP/1.1" 200 117 0.007380 10.0.0.56 - - [2025-10-09 02:10:57] "POST /neutron/network HTTP/1.1" 200 924 0.009486 10.0.0.56 - - [2025-10-09 02:10:57] "POST /neutron/port HTTP/1.1" 200 1072 0.054367 10.0.0.56 - - [2025-10-09 02:10:57] "POST /neutron/port HTTP/1.1" 200 1100 0.021901 10.0.0.56 - - [2025-10-09 02:10:57] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005861 10.0.0.56 - - [2025-10-09 02:10:57] "POST /neutron/network HTTP/1.1" 200 924 0.011105 10.0.0.41 - - [2025-10-09 02:10:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003636 10.0.0.56 - - [2025-10-09 02:10:59] "POST /neutron/network HTTP/1.1" 200 924 0.007524 10.0.0.56 - - [2025-10-09 02:11:00] "POST /neutron/port HTTP/1.1" 200 1126 0.017281 10.0.0.56 - - [2025-10-09 02:11:01] "POST /neutron/port HTTP/1.1" 200 117 0.007719 10.0.0.41 - - [2025-10-09 02:11:01] "GET /obj-perms HTTP/1.1" 200 5056 0.055387 10.0.0.56 - - [2025-10-09 02:11:01] "POST /neutron/network HTTP/1.1" 200 117 0.008185 10.0.0.41 - - [2025-10-09 02:11:01] "DELETE /route-target/c35de9e6-e9f4-4992-98e1-072e3bc7ea29 HTTP/1.1" 200 115 0.036210 10.0.0.41 - - [2025-10-09 02:11:01] "GET /projects?obj_uuids=675bdcb7-ffc2-49ec-99b3-003ae4e4504b&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001559 10.0.0.56 - - [2025-10-09 02:11:01] "GET /project/675bdcb7-ffc2-49ec-99b3-003ae4e4504b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.139323 10.0.0.41 - - [2025-10-09 02:11:01] "GET /projects?obj_uuids=675bdcb7-ffc2-49ec-99b3-003ae4e4504b&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.002263 10.0.0.56 - - [2025-10-09 02:11:01] "POST /neutron/port HTTP/1.1" 200 117 0.026095 10.0.0.56 - - [2025-10-09 02:11:01] "GET /project/675bdcb7-ffc2-49ec-99b3-003ae4e4504b?fields=virtual_networks HTTP/1.1" 200 1056 0.106456 10.0.0.41 - - [2025-10-09 02:11:02] "GET /projects?obj_uuids=675bdcb7-ffc2-49ec-99b3-003ae4e4504b&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001001 10.0.0.56 - - [2025-10-09 02:11:02] "GET /project/675bdcb7-ffc2-49ec-99b3-003ae4e4504b?fields=virtual_machine_interfaces HTTP/1.1" 200 1056 0.076578 10.0.0.41 - - [2025-10-09 02:11:02] "GET /projects?obj_uuids=675bdcb7-ffc2-49ec-99b3-003ae4e4504b&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001033 10.0.0.56 - - [2025-10-09 02:11:02] "GET /project/675bdcb7-ffc2-49ec-99b3-003ae4e4504b?fields=security_groups HTTP/1.1" 200 1294 0.063006 10.0.0.56 - - [2025-10-09 02:11:03] "POST /fqname-to-id HTTP/1.1" 404 190 0.027349 10.0.0.41 - - [2025-10-09 02:11:03] "GET /projects?obj_uuids=75f5d03a-fc33-402c-b5b5-649075492070&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003429 10.0.0.41 - - [2025-10-09 02:11:03] "GET /domains?obj_uuids=7ed77c0b-e642-4c13-a404-7756503cf17d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000938 10.0.0.41 - - [2025-10-09 02:11:03] "GET /domain/7ed77c0b-e642-4c13-a404-7756503cf17d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008706 10.0.0.41 - - [2025-10-09 02:11:03] "POST /id-to-fqname HTTP/1.1" 200 192 0.006190 10.0.0.41 - - [2025-10-09 02:11:03] "POST /fqname-to-id HTTP/1.1" 404 201 0.009213 10.0.0.41 - - [2025-10-09 02:11:03] "POST /security-groups HTTP/1.1" 200 593 0.044903 10.0.0.41 - - [2025-10-09 02:11:03] "POST /projects HTTP/1.1" 200 589 0.298652 10.0.0.41 - - [2025-10-09 02:11:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.331932 10.0.0.41 - - [2025-10-09 02:11:03] "POST /fqname-to-id HTTP/1.1" 404 236 0.006426 10.0.0.56 - - [2025-10-09 02:11:03] "GET /project/75f5d03a-fc33-402c-b5b5-649075492070?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.524858 10.0.0.41 - - [2025-10-09 02:11:03] "POST /access-control-lists HTTP/1.1" 200 596 0.070442 10.0.0.56 - - [2025-10-09 02:11:04] "GET / HTTP/1.1" 200 35931 0.002594 10.0.0.56 - - [2025-10-09 02:11:05] "POST /fqname-to-id HTTP/1.1" 401 292 0.000606 10.0.0.56 - - [2025-10-09 02:11:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.063248 10.0.0.41 - - [2025-10-09 02:11:05] "GET /projects?obj_uuids=75f5d03a-fc33-402c-b5b5-649075492070&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000925 10.0.0.56 - - [2025-10-09 02:11:05] "GET /project/75f5d03a-fc33-402c-b5b5-649075492070?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.056117 10.0.0.41 - - [2025-10-09 02:11:06] "POST /useragent-kv HTTP/1.1" 200 115 0.009038 10.0.0.56 - - [2025-10-09 02:11:06] "POST /neutron/subnet HTTP/1.1" 200 725 0.285520 10.0.0.56 - - [2025-10-09 02:11:06] "POST /id-to-fqname HTTP/1.1" 200 255 0.001321 10.0.0.56 - - [2025-10-09 02:11:06] "GET /virtual-network/706a4333-75b5-4120-ba98-1fac60f49997?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2142 0.005622 10.0.0.56 - - [2025-10-09 02:11:06] "GET /virtual-network/706a4333-75b5-4120-ba98-1fac60f49997?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2142 0.006661 10.0.0.56 - - [2025-10-09 02:11:06] "POST /neutron/network HTTP/1.1" 200 892 0.007329 10.0.0.56 - - [2025-10-09 02:11:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004715 10.0.0.41 - - [2025-10-09 02:11:06] "GET /projects?obj_uuids=75f5d03a-fc33-402c-b5b5-649075492070&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001439 10.0.0.56 - - [2025-10-09 02:11:06] "GET /project/75f5d03a-fc33-402c-b5b5-649075492070?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.064131 10.0.0.41 - - [2025-10-09 02:11:06] "GET /projects?obj_uuids=75f5d03a-fc33-402c-b5b5-649075492070&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001391 10.0.0.56 - - [2025-10-09 02:11:06] "POST /neutron/network HTTP/1.1" 200 673 0.207037 10.0.0.41 - - [2025-10-09 02:11:06] "POST /route-targets HTTP/1.1" 200 327 0.014298 10.0.0.56 - - [2025-10-09 02:11:07] "POST /id-to-fqname HTTP/1.1" 200 255 0.004223 10.0.0.56 - - [2025-10-09 02:11:07] "GET /virtual-network/54a6592b-b7fe-4090-9c77-daad75f747fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2142 0.005944 10.0.0.56 - - [2025-10-09 02:11:07] "POST /neutron/network HTTP/1.1" 200 892 0.008150 10.0.0.56 - - [2025-10-09 02:11:07] "GET /virtual-network/54a6592b-b7fe-4090-9c77-daad75f747fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2142 0.005933 10.0.0.56 - - [2025-10-09 02:11:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004673 10.0.0.41 - - [2025-10-09 02:11:07] "GET /projects?obj_uuids=75f5d03a-fc33-402c-b5b5-649075492070&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001044 10.0.0.56 - - [2025-10-09 02:11:07] "GET /project/75f5d03a-fc33-402c-b5b5-649075492070?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.054965 10.0.0.56 - - [2025-10-09 02:11:07] "POST /neutron/network HTTP/1.1" 200 117 0.014259 10.0.0.41 - - [2025-10-09 02:11:07] "POST /ref-update HTTP/1.1" 200 156 0.030541 10.0.0.56 - - [2025-10-09 02:11:07] "POST /neutron/network HTTP/1.1" 200 894 0.009644 10.0.0.56 - - [2025-10-09 02:11:07] "POST /id-to-fqname HTTP/1.1" 200 256 0.001081 10.0.0.56 - - [2025-10-09 02:11:07] "GET /virtual-network/2c4f2a06-343f-4417-be21-6dddc42e2a02?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2145 0.005791 10.0.0.56 - - [2025-10-09 02:11:07] "GET /virtual-network/2c4f2a06-343f-4417-be21-6dddc42e2a02?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2145 0.005762 10.0.0.56 - - [2025-10-09 02:11:07] "POST /neutron/subnet HTTP/1.1" 200 724 0.009558 10.0.0.56 - - [2025-10-09 02:11:07] "POST /id-to-fqname HTTP/1.1" 200 255 0.001103 10.0.0.41 - - [2025-10-09 02:11:08] "GET /projects?obj_uuids=75f5d03a-fc33-402c-b5b5-649075492070&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001025 10.0.0.56 - - [2025-10-09 02:11:08] "GET /project/75f5d03a-fc33-402c-b5b5-649075492070?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.072691 10.0.0.56 - - [2025-10-09 02:11:09] "POST /neutron/port HTTP/1.1" 200 117 0.007186 10.0.0.56 - - [2025-10-09 02:11:09] "POST /id-to-fqname HTTP/1.1" 200 256 0.001393 10.0.0.56 - - [2025-10-09 02:11:09] "POST /neutron/network HTTP/1.1" 200 904 0.007417 10.0.0.56 - - [2025-10-09 02:11:09] "POST /neutron/port HTTP/1.1" 200 1062 0.017386 10.0.0.41 - - [2025-10-09 02:11:10] "GET /projects?obj_uuids=75f5d03a-fc33-402c-b5b5-649075492070&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001352 10.0.0.56 - - [2025-10-09 02:11:10] "GET /project/75f5d03a-fc33-402c-b5b5-649075492070?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.120934 10.0.0.56 - - [2025-10-09 02:11:10] "POST /neutron/port HTTP/1.1" 200 1090 0.081543 10.0.0.56 - - [2025-10-09 02:11:10] "POST /neutron/subnet HTTP/1.1" 200 698 0.010422 10.0.0.56 - - [2025-10-09 02:11:10] "POST /neutron/port HTTP/1.1" 200 1090 0.030997 10.0.0.56 - - [2025-10-09 02:11:10] "POST /neutron/network HTTP/1.1" 200 904 0.008496 10.0.0.56 - - [2025-10-09 02:11:11] "POST /neutron/port HTTP/1.1" 200 1062 0.023490 10.0.0.56 - - [2025-10-09 02:11:11] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004295 10.0.0.56 - - [2025-10-09 02:11:11] "POST /neutron/network HTTP/1.1" 200 894 0.007209 10.0.0.56 - - [2025-10-09 02:11:12] "POST /neutron/port HTTP/1.1" 200 1090 0.017199 10.0.0.56 - - [2025-10-09 02:11:13] "POST /neutron/port HTTP/1.1" 200 1090 0.019773 10.0.0.56 - - [2025-10-09 02:11:13] "POST /neutron/port HTTP/1.1" 200 117 0.007914 10.0.0.56 - - [2025-10-09 02:11:14] "POST /neutron/network HTTP/1.1" 200 894 0.011785 10.0.0.41 - - [2025-10-09 02:11:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004162 10.0.0.41 - - [2025-10-09 02:11:14] "POST /useragent-kv HTTP/1.1" 200 115 0.007098 10.0.0.41 - - [2025-10-09 02:11:14] "POST /useragent-kv HTTP/1.1" 200 115 0.005232 10.0.0.56 - - [2025-10-09 02:11:14] "POST /neutron/network HTTP/1.1" 200 151 0.146025 10.0.0.41 - - [2025-10-09 02:11:14] "GET /projects?obj_uuids=75f5d03a-fc33-402c-b5b5-649075492070&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001029 10.0.0.41 - - [2025-10-09 02:11:14] "DELETE /route-target/d39b9f7f-1c1f-49fd-b0b3-074b793fde9c HTTP/1.1" 200 115 0.048003 10.0.0.56 - - [2025-10-09 02:11:14] "GET /project/75f5d03a-fc33-402c-b5b5-649075492070?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.114942 10.0.0.41 - - [2025-10-09 02:11:14] "GET /projects?obj_uuids=75f5d03a-fc33-402c-b5b5-649075492070&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002327 10.0.0.56 - - [2025-10-09 02:11:14] "GET /project/75f5d03a-fc33-402c-b5b5-649075492070?fields=virtual_networks HTTP/1.1" 200 1036 0.081556 10.0.0.41 - - [2025-10-09 02:11:15] "GET /projects?obj_uuids=75f5d03a-fc33-402c-b5b5-649075492070&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001261 10.0.0.56 - - [2025-10-09 02:11:15] "GET /project/75f5d03a-fc33-402c-b5b5-649075492070?fields=virtual_machine_interfaces HTTP/1.1" 200 1036 0.075543 10.0.0.41 - - [2025-10-09 02:11:15] "GET /projects?obj_uuids=75f5d03a-fc33-402c-b5b5-649075492070&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001285 10.0.0.56 - - [2025-10-09 02:11:15] "GET /project/75f5d03a-fc33-402c-b5b5-649075492070?fields=security_groups HTTP/1.1" 200 1264 0.055891 10.0.0.56 - - [2025-10-09 02:11:16] "POST /fqname-to-id HTTP/1.1" 404 196 0.024438 10.0.0.41 - - [2025-10-09 02:11:16] "GET /projects?obj_uuids=84a25ffa-bae4-4534-a57c-ccf0bab20e11&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003847 10.0.0.41 - - [2025-10-09 02:11:16] "GET /domains?obj_uuids=7ed77c0b-e642-4c13-a404-7756503cf17d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001859 10.0.0.41 - - [2025-10-09 02:11:16] "GET /domain/7ed77c0b-e642-4c13-a404-7756503cf17d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.009179 10.0.0.41 - - [2025-10-09 02:11:16] "POST /id-to-fqname HTTP/1.1" 200 198 0.002748 10.0.0.41 - - [2025-10-09 02:11:16] "POST /fqname-to-id HTTP/1.1" 404 207 0.023741 10.0.0.41 - - [2025-10-09 02:11:16] "POST /security-groups HTTP/1.1" 200 599 0.042546 10.0.0.41 - - [2025-10-09 02:11:16] "POST /projects HTTP/1.1" 200 601 0.284306 10.0.0.41 - - [2025-10-09 02:11:16] "POST /fqname-to-id HTTP/1.1" 404 241 0.008865 10.0.0.41 - - [2025-10-09 02:11:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.358748 10.0.0.56 - - [2025-10-09 02:11:16] "GET /project/84a25ffa-bae4-4534-a57c-ccf0bab20e11?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.532970 10.0.0.56 - - [2025-10-09 02:11:17] "GET / HTTP/1.1" 200 35931 0.001984 10.0.0.56 - - [2025-10-09 02:11:18] "POST /fqname-to-id HTTP/1.1" 401 292 0.000648 10.0.0.56 - - [2025-10-09 02:11:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.060050 10.0.0.41 - - [2025-10-09 02:11:18] "GET /projects?obj_uuids=84a25ffa-bae4-4534-a57c-ccf0bab20e11&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001026 10.0.0.56 - - [2025-10-09 02:11:18] "GET /project/84a25ffa-bae4-4534-a57c-ccf0bab20e11?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.051036 10.0.0.41 - - [2025-10-09 02:11:19] "POST /ref-update HTTP/1.1" 200 156 0.046867 10.0.0.41 - - [2025-10-09 02:11:19] "POST /useragent-kv HTTP/1.1" 200 115 0.007644 10.0.0.56 - - [2025-10-09 02:11:19] "POST /neutron/subnet HTTP/1.1" 200 729 0.249465 10.0.0.56 - - [2025-10-09 02:11:19] "POST /id-to-fqname HTTP/1.1" 200 267 0.001389 10.0.0.56 - - [2025-10-09 02:11:19] "GET /virtual-network/97df1b48-f701-4db6-969d-575dbc2c0260?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2176 0.005834 10.0.0.56 - - [2025-10-09 02:11:19] "GET /virtual-network/97df1b48-f701-4db6-969d-575dbc2c0260?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2176 0.005952 10.0.0.56 - - [2025-10-09 02:11:19] "POST /neutron/network HTTP/1.1" 200 911 0.007584 10.0.0.56 - - [2025-10-09 02:11:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004175 10.0.0.41 - - [2025-10-09 02:11:19] "GET /projects?obj_uuids=84a25ffa-bae4-4534-a57c-ccf0bab20e11&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000966 10.0.0.56 - - [2025-10-09 02:11:19] "GET /project/84a25ffa-bae4-4534-a57c-ccf0bab20e11?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.052660 10.0.0.41 - - [2025-10-09 02:11:19] "GET /projects?obj_uuids=84a25ffa-bae4-4534-a57c-ccf0bab20e11&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001026 10.0.0.56 - - [2025-10-09 02:11:19] "POST /neutron/network HTTP/1.1" 200 691 0.173000 10.0.0.56 - - [2025-10-09 02:11:19] "POST /id-to-fqname HTTP/1.1" 200 267 0.003607 10.0.0.56 - - [2025-10-09 02:11:19] "GET /virtual-network/41330e12-2406-4465-9c1d-d7e77cbadce6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2172 0.005516 10.0.0.56 - - [2025-10-09 02:11:19] "POST /neutron/network HTTP/1.1" 200 910 0.009513 10.0.0.56 - - [2025-10-09 02:11:19] "GET /virtual-network/41330e12-2406-4465-9c1d-d7e77cbadce6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2172 0.006216 10.0.0.56 - - [2025-10-09 02:11:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003900 10.0.0.41 - - [2025-10-09 02:11:20] "GET /projects?obj_uuids=84a25ffa-bae4-4534-a57c-ccf0bab20e11&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001006 10.0.0.56 - - [2025-10-09 02:11:20] "GET /project/84a25ffa-bae4-4534-a57c-ccf0bab20e11?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.054923 10.0.0.56 - - [2025-10-09 02:11:20] "POST /neutron/network HTTP/1.1" 200 117 0.015682 10.0.0.41 - - [2025-10-09 02:11:20] "POST /route-targets HTTP/1.1" 200 327 0.020258 10.0.0.56 - - [2025-10-09 02:11:20] "POST /neutron/network HTTP/1.1" 200 913 0.009730 10.0.0.56 - - [2025-10-09 02:11:20] "POST /id-to-fqname HTTP/1.1" 200 268 0.001151 10.0.0.56 - - [2025-10-09 02:11:20] "GET /virtual-network/11dfe238-6d89-400b-80b5-2b765b430428?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2177 0.005260 10.0.0.56 - - [2025-10-09 02:11:20] "GET /virtual-network/11dfe238-6d89-400b-80b5-2b765b430428?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2177 0.006115 10.0.0.56 - - [2025-10-09 02:11:20] "POST /neutron/subnet HTTP/1.1" 200 730 0.008680 10.0.0.56 - - [2025-10-09 02:11:20] "POST /id-to-fqname HTTP/1.1" 200 267 0.000996 10.0.0.41 - - [2025-10-09 02:11:55] "DELETE /project/75f5d03afc33402cb5b5649075492070 HTTP/1.1" 404 173 0.005871 10.0.0.41 - - [2025-10-09 02:11:55] "DELETE /project/84a25ffabae44534a57cccf0bab20e11 HTTP/1.1" 404 173 0.011504 10.0.0.41 - - [2025-10-09 02:11:55] "GET /projects?obj_uuids=75f5d03a-fc33-402c-b5b5-649075492070&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000851 10.0.0.41 - - [2025-10-09 02:11:55] "GET /projects?obj_uuids=675bdcb7-ffc2-49ec-99b3-003ae4e4504b&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000803 10.0.0.41 - - [2025-10-09 02:11:55] "GET /project/675bdcb7-ffc2-49ec-99b3-003ae4e4504b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1516 0.058444 10.0.0.41 - - [2025-10-09 02:11:55] "GET /project/75f5d03a-fc33-402c-b5b5-649075492070?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1476 0.078294 10.0.0.41 - - [2025-10-09 02:11:55] "GET /projects?obj_uuids=675bdcb7-ffc2-49ec-99b3-003ae4e4504b&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001372 10.0.0.41 - - [2025-10-09 02:11:55] "GET /projects?obj_uuids=75f5d03a-fc33-402c-b5b5-649075492070&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001245 10.0.0.41 - - [2025-10-09 02:11:55] "GET /project/675bdcb7-ffc2-49ec-99b3-003ae4e4504b?fields=security_groups HTTP/1.1" 200 1399 0.083494 10.0.0.41 - - [2025-10-09 02:11:55] "GET /project/75f5d03a-fc33-402c-b5b5-649075492070?fields=security_groups HTTP/1.1" 200 1369 0.087995 10.0.0.41 - - [2025-10-09 02:11:55] "DELETE /security-group/58baa61a-7faa-4a31-a086-4383674519ba HTTP/1.1" 200 115 0.083089 10.0.0.41 - - [2025-10-09 02:11:55] "GET /projects?obj_uuids=675bdcb7-ffc2-49ec-99b3-003ae4e4504b&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001014 10.0.0.41 - - [2025-10-09 02:11:55] "DELETE /security-group/1c6a6569-f0dd-4fcd-a7f9-0c25795fcd50 HTTP/1.1" 200 115 0.117809 10.0.0.41 - - [2025-10-09 02:11:55] "GET /projects?obj_uuids=75f5d03a-fc33-402c-b5b5-649075492070&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001493 10.0.0.41 - - [2025-10-09 02:11:55] "GET /project/675bdcb7-ffc2-49ec-99b3-003ae4e4504b?fields=application_policy_sets HTTP/1.1" 200 1438 0.097238 10.0.0.41 - - [2025-10-09 02:11:55] "DELETE /access-control-list/12ea7d28-95d2-40aa-a536-082c4f0f1f7b HTTP/1.1" 200 115 0.103295 10.0.0.41 - - [2025-10-09 02:11:55] "GET /project/75f5d03a-fc33-402c-b5b5-649075492070?fields=application_policy_sets HTTP/1.1" 200 1408 0.109541 10.0.0.41 - - [2025-10-09 02:11:55] "DELETE /project/675bdcb7-ffc2-49ec-99b3-003ae4e4504b HTTP/1.1" 200 115 0.631739 10.0.0.41 - - [2025-10-09 02:11:55] "DELETE /project/75f5d03a-fc33-402c-b5b5-649075492070 HTTP/1.1" 200 115 0.704170 10.0.0.41 - - [2025-10-09 02:11:56] "GET /projects?obj_uuids=84a25ffa-bae4-4534-a57c-ccf0bab20e11&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.002712 10.0.0.56 - - [2025-10-09 02:11:56] "GET /project/84a25ffa-bae4-4534-a57c-ccf0bab20e11?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.072424 10.0.0.56 - - [2025-10-09 02:11:56] "POST /neutron/port HTTP/1.1" 200 117 0.007210 10.0.0.56 - - [2025-10-09 02:11:56] "POST /id-to-fqname HTTP/1.1" 200 268 0.001422 10.0.0.56 - - [2025-10-09 02:11:56] "POST /neutron/network HTTP/1.1" 200 923 0.008889 10.0.0.56 - - [2025-10-09 02:11:57] "POST /neutron/port HTTP/1.1" 200 1068 0.027262 10.0.0.41 - - [2025-10-09 02:11:57] "GET /projects?obj_uuids=84a25ffa-bae4-4534-a57c-ccf0bab20e11&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001098 10.0.0.56 - - [2025-10-09 02:11:57] "GET /project/84a25ffa-bae4-4534-a57c-ccf0bab20e11?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.092744 10.0.0.56 - - [2025-10-09 02:11:57] "POST /neutron/network HTTP/1.1" 200 913 0.017685 10.0.0.56 - - [2025-10-09 02:11:57] "POST /neutron/floatingip HTTP/1.1" 200 117 0.012310 10.0.0.56 - - [2025-10-09 02:11:57] "POST /neutron/port HTTP/1.1" 200 117 0.010960 10.0.0.41 - - [2025-10-09 02:11:57] "GET /projects?obj_uuids=6fc6865b-fcb3-4e6d-866a-bc5df3d6cac2&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.000980 10.0.0.56 - - [2025-10-09 02:11:57] "GET /project/6fc6865b-fcb3-4e6d-866a-bc5df3d6cac2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1270 0.073072 10.0.0.56 - - [2025-10-09 02:11:58] "POST /neutron/network HTTP/1.1" 200 923 0.011585 10.0.0.56 - - [2025-10-09 02:11:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.009349 10.0.0.56 - - [2025-10-09 02:11:59] "GET /security-group/d48de4f1-657c-449f-9dbf-ed60d8bed756?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3686 0.006182 10.0.0.56 - - [2025-10-09 02:11:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.004565 10.0.0.56 - - [2025-10-09 02:11:59] "POST /neutron/port HTTP/1.1" 200 1069 0.029213 10.0.0.41 - - [2025-10-09 02:11:59] "GET /projects?obj_uuids=6fc6865b-fcb3-4e6d-866a-bc5df3d6cac2&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001182 10.0.0.56 - - [2025-10-09 02:11:59] "GET /project/6fc6865b-fcb3-4e6d-866a-bc5df3d6cac2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1270 0.089955 10.0.0.56 - - [2025-10-09 02:11:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.019959 10.0.0.56 - - [2025-10-09 02:11:59] "GET /security-group/d48de4f1-657c-449f-9dbf-ed60d8bed756?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3686 0.009115 10.0.0.56 - - [2025-10-09 02:11:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.007068 10.0.0.56 - - [2025-10-09 02:11:59] "PUT /security-group/d48de4f1-657c-449f-9dbf-ed60d8bed756 HTTP/1.1" 200 262 0.039610 10.0.0.56 - - [2025-10-09 02:11:59] "POST /neutron/floatingip HTTP/1.1" 200 117 0.007019 10.0.0.41 - - [2025-10-09 02:11:59] "PUT /access-control-list/15be67b7-b75c-4abb-b803-af9aa9de3a0d HTTP/1.1" 200 272 0.016435 10.0.0.56 - - [2025-10-09 02:11:59] "POST /neutron/network HTTP/1.1" 200 913 0.012292 10.0.0.56 - - [2025-10-09 02:12:00] "POST /fqname-to-id HTTP/1.1" 404 193 0.005178 10.0.0.56 - - [2025-10-09 02:12:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.009344 10.0.0.41 - - [2025-10-09 02:12:00] "GET /domains?obj_uuids=7ed77c0b-e642-4c13-a404-7756503cf17d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001068 10.0.0.56 - - [2025-10-09 02:12:00] "GET /domain/7ed77c0b-e642-4c13-a404-7756503cf17d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.009142 10.0.0.56 - - [2025-10-09 02:12:00] "POST /service-templates HTTP/1.1" 200 543 0.068675 10.0.0.56 - - [2025-10-09 02:12:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004823 10.0.0.56 - - [2025-10-09 02:12:00] "GET /service-template/145e19af-589d-4625-9598-123d51aa02b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1823 0.011895 10.0.0.56 - - [2025-10-09 02:12:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004810 10.0.0.56 - - [2025-10-09 02:12:00] "GET /service-template/145e19af-589d-4625-9598-123d51aa02b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1823 0.004259 10.0.0.56 - - [2025-10-09 02:12:00] "POST /id-to-fqname HTTP/1.1" 200 267 0.002858 10.0.0.56 - - [2025-10-09 02:12:00] "POST /id-to-fqname HTTP/1.1" 200 267 0.002940 10.0.0.56 - - [2025-10-09 02:12:00] "POST /id-to-fqname HTTP/1.1" 200 268 0.002326 10.0.0.56 - - [2025-10-09 02:12:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.009762 10.0.0.56 - - [2025-10-09 02:12:01] "DELETE /service-template/145e19af-589d-4625-9598-123d51aa02b3 HTTP/1.1" 200 115 0.068626 10.0.0.56 - - [2025-10-09 02:12:01] "POST /fqname-to-id HTTP/1.1" 404 193 0.005760 10.0.0.56 - - [2025-10-09 02:12:03] "POST /neutron/network HTTP/1.1" 200 910 0.012254 10.0.0.56 - - [2025-10-09 02:12:06] "POST /neutron/network HTTP/1.1" 400 204 0.022163 10.0.0.56 - - [2025-10-09 02:12:10] "POST /neutron/network HTTP/1.1" 200 910 0.013922 10.0.0.56 - - [2025-10-09 02:12:12] "POST /neutron/network HTTP/1.1" 400 204 0.028673 10.0.0.56 - - [2025-10-09 02:12:16] "POST /neutron/network HTTP/1.1" 200 910 0.007777 10.0.0.56 - - [2025-10-09 02:12:18] "POST /neutron/network HTTP/1.1" 400 204 0.014259 10.0.0.56 - - [2025-10-09 02:12:22] "POST /neutron/network HTTP/1.1" 200 910 0.008651 10.0.0.56 - - [2025-10-09 02:12:24] "POST /neutron/network HTTP/1.1" 400 204 0.017513 10.0.0.56 - - [2025-10-09 02:12:28] "POST /neutron/network HTTP/1.1" 200 910 0.010868 10.0.0.56 - - [2025-10-09 02:12:30] "POST /neutron/network HTTP/1.1" 400 204 0.014655 10.0.0.56 - - [2025-10-09 02:12:34] "POST /neutron/network HTTP/1.1" 200 910 0.009936 10.0.0.56 - - [2025-10-09 02:12:36] "POST /neutron/network HTTP/1.1" 400 204 0.019756 10.0.0.56 - - [2025-10-09 02:12:40] "POST /neutron/network HTTP/1.1" 200 910 0.007664 10.0.0.56 - - [2025-10-09 02:12:42] "POST /neutron/network HTTP/1.1" 400 204 0.019556 10.0.0.56 - - [2025-10-09 02:12:47] "POST /neutron/network HTTP/1.1" 200 910 0.007920 10.0.0.56 - - [2025-10-09 02:12:49] "POST /neutron/network HTTP/1.1" 400 204 0.017743 10.0.0.56 - - [2025-10-09 02:12:52] "POST /neutron/port HTTP/1.1" 200 1096 0.019906 10.0.0.56 - - [2025-10-09 02:12:53] "POST /neutron/network HTTP/1.1" 200 910 0.007639 10.0.0.41 - - [2025-10-09 02:12:53] "DELETE /route-target/8dbbf97f-08bd-457b-a1f1-a5db05b93c54 HTTP/1.1" 200 115 0.056669 10.0.0.56 - - [2025-10-09 02:12:53] "POST /neutron/network HTTP/1.1" 400 204 0.033445 10.0.0.56 - - [2025-10-09 02:12:54] "POST /neutron/port HTTP/1.1" 200 1123 0.015020 10.0.0.41 - - [2025-10-09 02:12:55] "POST /useragent-kv HTTP/1.1" 200 115 0.003128 10.0.0.41 - - [2025-10-09 02:12:55] "POST /useragent-kv HTTP/1.1" 200 115 0.005407 10.0.0.56 - - [2025-10-09 02:12:55] "POST /neutron/network HTTP/1.1" 200 151 0.156756 10.0.0.41 - - [2025-10-09 02:12:55] "POST /useragent-kv HTTP/1.1" 200 115 0.006248 10.0.0.41 - - [2025-10-09 02:12:55] "POST /useragent-kv HTTP/1.1" 200 115 0.003662 10.0.0.56 - - [2025-10-09 02:12:55] "POST /neutron/network HTTP/1.1" 200 151 0.142239 10.0.0.41 - - [2025-10-09 02:12:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.004064 10.0.0.41 - - [2025-10-09 02:12:55] "GET /projects?obj_uuids=84a25ffa-bae4-4534-a57c-ccf0bab20e11&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000976 10.0.0.56 - - [2025-10-09 02:12:55] "GET /project/84a25ffa-bae4-4534-a57c-ccf0bab20e11?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.119400 10.0.0.41 - - [2025-10-09 02:12:55] "GET /projects?obj_uuids=84a25ffa-bae4-4534-a57c-ccf0bab20e11&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001046 10.0.0.56 - - [2025-10-09 02:12:55] "GET /project/84a25ffa-bae4-4534-a57c-ccf0bab20e11?fields=virtual_networks HTTP/1.1" 200 1048 0.068308 10.0.0.41 - - [2025-10-09 02:12:56] "GET /projects?obj_uuids=84a25ffa-bae4-4534-a57c-ccf0bab20e11&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001452 10.0.0.56 - - [2025-10-09 02:12:56] "GET /project/84a25ffa-bae4-4534-a57c-ccf0bab20e11?fields=virtual_machine_interfaces HTTP/1.1" 200 1048 0.071252 10.0.0.41 - - [2025-10-09 02:12:56] "GET /projects?obj_uuids=84a25ffa-bae4-4534-a57c-ccf0bab20e11&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000977 10.0.0.56 - - [2025-10-09 02:12:56] "GET /project/84a25ffa-bae4-4534-a57c-ccf0bab20e11?fields=security_groups HTTP/1.1" 200 1282 0.054205 10.0.0.56 - - [2025-10-09 02:12:56] "POST /fqname-to-id HTTP/1.1" 404 189 0.024621 10.0.0.41 - - [2025-10-09 02:12:57] "GET /projects?obj_uuids=ecd45db5-5c98-4b9f-a116-7302772669c6&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003693 10.0.0.41 - - [2025-10-09 02:12:57] "GET /domains?obj_uuids=7ed77c0b-e642-4c13-a404-7756503cf17d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001019 10.0.0.41 - - [2025-10-09 02:12:57] "GET /domain/7ed77c0b-e642-4c13-a404-7756503cf17d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007748 10.0.0.41 - - [2025-10-09 02:12:57] "POST /id-to-fqname HTTP/1.1" 200 191 0.007028 10.0.0.41 - - [2025-10-09 02:12:57] "POST /fqname-to-id HTTP/1.1" 404 200 0.004198 10.0.0.41 - - [2025-10-09 02:12:57] "POST /security-groups HTTP/1.1" 200 592 0.032818 10.0.0.41 - - [2025-10-09 02:12:57] "POST /projects HTTP/1.1" 200 587 0.250075 10.0.0.41 - - [2025-10-09 02:12:57] "POST /access-control-lists HTTP/1.1" 200 597 0.028611 10.0.0.41 - - [2025-10-09 02:12:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.319796 10.0.0.56 - - [2025-10-09 02:12:57] "GET /project/ecd45db5-5c98-4b9f-a116-7302772669c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.468799 10.0.0.56 - - [2025-10-09 02:12:58] "GET / HTTP/1.1" 200 35931 0.002007 10.0.0.56 - - [2025-10-09 02:12:58] "POST /fqname-to-id HTTP/1.1" 401 292 0.000492 10.0.0.56 - - [2025-10-09 02:12:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.054890 10.0.0.41 - - [2025-10-09 02:12:59] "GET /projects?obj_uuids=ecd45db5-5c98-4b9f-a116-7302772669c6&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000954 10.0.0.56 - - [2025-10-09 02:12:59] "GET /project/ecd45db5-5c98-4b9f-a116-7302772669c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.045420 10.0.0.41 - - [2025-10-09 02:12:59] "POST /useragent-kv HTTP/1.1" 200 115 0.010556 10.0.0.56 - - [2025-10-09 02:12:59] "POST /neutron/subnet HTTP/1.1" 200 729 0.222638 10.0.0.56 - - [2025-10-09 02:12:59] "POST /id-to-fqname HTTP/1.1" 200 253 0.001376 10.0.0.56 - - [2025-10-09 02:12:59] "GET /virtual-network/cd682826-21a3-4354-a6af-be88318b9129?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2141 0.006065 10.0.0.56 - - [2025-10-09 02:12:59] "GET /virtual-network/cd682826-21a3-4354-a6af-be88318b9129?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2141 0.005931 10.0.0.56 - - [2025-10-09 02:12:59] "POST /neutron/network HTTP/1.1" 200 890 0.007390 10.0.0.56 - - [2025-10-09 02:12:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003378 10.0.0.41 - - [2025-10-09 02:13:00] "GET /projects?obj_uuids=ecd45db5-5c98-4b9f-a116-7302772669c6&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001119 10.0.0.56 - - [2025-10-09 02:13:00] "GET /project/ecd45db5-5c98-4b9f-a116-7302772669c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.065461 10.0.0.41 - - [2025-10-09 02:13:00] "POST /route-targets HTTP/1.1" 200 327 0.016519 10.0.0.41 - - [2025-10-09 02:13:00] "GET /projects?obj_uuids=ecd45db5-5c98-4b9f-a116-7302772669c6&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001009 10.0.0.41 - - [2025-10-09 02:13:00] "GET /global-system-configs HTTP/1.1" 401 292 0.000391 10.0.0.41 - - [2025-10-09 02:13:00] "GET /global-system-configs HTTP/1.1" 401 292 0.000650 10.0.0.56 - - [2025-10-09 02:13:00] "POST /neutron/network HTTP/1.1" 200 670 0.183507 10.0.0.41 - - [2025-10-09 02:13:00] "POST /ref-update HTTP/1.1" 200 156 0.038517 10.0.0.56 - - [2025-10-09 02:13:00] "POST /id-to-fqname HTTP/1.1" 200 253 0.013672 10.0.0.56 - - [2025-10-09 02:13:00] "GET /virtual-network/1e9e9a35-2d1a-4fc6-aa0c-6033e5bf1792?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2137 0.006304 10.0.0.56 - - [2025-10-09 02:13:00] "POST /neutron/network HTTP/1.1" 200 889 0.007369 10.0.0.56 - - [2025-10-09 02:13:00] "GET /virtual-network/1e9e9a35-2d1a-4fc6-aa0c-6033e5bf1792?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2137 0.005288 10.0.0.56 - - [2025-10-09 02:13:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.007018 10.0.0.41 - - [2025-10-09 02:13:00] "GET /projects?obj_uuids=ecd45db5-5c98-4b9f-a116-7302772669c6&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000983 10.0.0.56 - - [2025-10-09 02:13:00] "GET /project/ecd45db5-5c98-4b9f-a116-7302772669c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.050294 10.0.0.56 - - [2025-10-09 02:13:00] "POST /neutron/network HTTP/1.1" 200 117 0.016038 10.0.0.41 - - [2025-10-09 02:13:01] "GET /global-system-configs HTTP/1.1" 401 292 0.000468 10.0.0.41 - - [2025-10-09 02:13:01] "GET /global-system-configs HTTP/1.1" 401 292 0.000425 10.0.0.56 - - [2025-10-09 02:13:01] "POST /neutron/network HTTP/1.1" 200 890 0.009785 10.0.0.56 - - [2025-10-09 02:13:01] "POST /id-to-fqname HTTP/1.1" 200 254 0.000997 10.0.0.56 - - [2025-10-09 02:13:01] "GET /virtual-network/723b41f7-c8e1-4e9a-8a3e-767ce345449e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2136 0.004882 10.0.0.56 - - [2025-10-09 02:13:01] "GET /virtual-network/723b41f7-c8e1-4e9a-8a3e-767ce345449e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2136 0.005544 10.0.0.56 - - [2025-10-09 02:13:01] "POST /neutron/subnet HTTP/1.1" 200 719 0.011179 10.0.0.56 - - [2025-10-09 02:13:01] "POST /id-to-fqname HTTP/1.1" 200 253 0.000992 10.0.0.19 - - [2025-10-09 02:13:01] "GET /global-system-configs HTTP/1.1" 401 292 0.000340 10.0.0.19 - - [2025-10-09 02:13:01] "GET /global-system-configs HTTP/1.1" 401 292 0.000366 10.0.0.19 - - [2025-10-09 02:13:01] "GET /global-system-configs HTTP/1.1" 401 292 0.000395 10.0.0.19 - - [2025-10-09 02:13:01] "GET /global-system-configs HTTP/1.1" 401 292 0.000396 10.0.0.41 - - [2025-10-09 02:13:02] "GET /projects?obj_uuids=ecd45db5-5c98-4b9f-a116-7302772669c6&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001051 10.0.0.56 - - [2025-10-09 02:13:02] "GET /project/ecd45db5-5c98-4b9f-a116-7302772669c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.069698 10.0.0.56 - - [2025-10-09 02:13:02] "POST /neutron/port HTTP/1.1" 200 117 0.006837 10.0.0.56 - - [2025-10-09 02:13:02] "POST /id-to-fqname HTTP/1.1" 200 254 0.001534 10.0.0.56 - - [2025-10-09 02:13:02] "POST /neutron/network HTTP/1.1" 200 900 0.007505 10.0.0.56 - - [2025-10-09 02:13:03] "GET /obj-perms HTTP/1.1" 200 5056 0.091486 10.0.0.56 - - [2025-10-09 02:13:03] "POST /neutron/port HTTP/1.1" 200 1061 0.015988 10.0.0.56 - - [2025-10-09 02:13:03] "POST /neutron/port HTTP/1.1" 200 1089 0.018594 10.0.0.56 - - [2025-10-09 02:13:03] "POST /neutron/port HTTP/1.1" 200 117 0.001187 10.0.0.56 - - [2025-10-09 02:13:03] "GET /global-system-configs HTTP/1.1" 401 292 0.000419 10.0.0.41 - - [2025-10-09 02:13:03] "GET /projects?obj_uuids=ecd45db5-5c98-4b9f-a116-7302772669c6&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001051 10.0.0.56 - - [2025-10-09 02:13:03] "GET /project/ecd45db5-5c98-4b9f-a116-7302772669c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.178092 10.0.0.56 - - [2025-10-09 02:13:03] "GET /global-system-configs HTTP/1.1" 401 292 0.000366 10.0.0.56 - - [2025-10-09 02:13:04] "POST /neutron/port HTTP/1.1" 200 1089 0.027304 10.0.0.56 - - [2025-10-09 02:13:04] "POST /neutron/network HTTP/1.1" 200 900 0.007155 10.0.0.56 - - [2025-10-09 02:13:04] "POST /fqname-to-id HTTP/1.1" 404 193 0.003510 10.0.0.56 - - [2025-10-09 02:13:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003043 10.0.0.41 - - [2025-10-09 02:13:04] "GET /domains?obj_uuids=7ed77c0b-e642-4c13-a404-7756503cf17d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001969 10.0.0.56 - - [2025-10-09 02:13:04] "GET /domain/7ed77c0b-e642-4c13-a404-7756503cf17d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.009400 10.0.0.56 - - [2025-10-09 02:13:04] "POST /neutron/port HTTP/1.1" 200 1060 0.015864 10.0.0.56 - - [2025-10-09 02:13:05] "POST /service-templates HTTP/1.1" 200 543 0.040619 10.0.0.56 - - [2025-10-09 02:13:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.005419 10.0.0.56 - - [2025-10-09 02:13:05] "GET /service-template/37350290-9436-4cba-b669-cc4a281e9a7e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1816 0.006228 10.0.0.56 - - [2025-10-09 02:13:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004907 10.0.0.56 - - [2025-10-09 02:13:05] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004668 10.0.0.56 - - [2025-10-09 02:13:05] "GET /service-template/37350290-9436-4cba-b669-cc4a281e9a7e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1816 0.003705 10.0.0.56 - - [2025-10-09 02:13:05] "POST /id-to-fqname HTTP/1.1" 200 253 0.001025 10.0.0.56 - - [2025-10-09 02:13:05] "POST /neutron/network HTTP/1.1" 200 890 0.007069 10.0.0.56 - - [2025-10-09 02:13:05] "POST /id-to-fqname HTTP/1.1" 200 253 0.001602 10.0.0.56 - - [2025-10-09 02:13:05] "POST /id-to-fqname HTTP/1.1" 200 254 0.001352 10.0.0.56 - - [2025-10-09 02:13:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003542 10.0.0.56 - - [2025-10-09 02:13:05] "DELETE /service-template/37350290-9436-4cba-b669-cc4a281e9a7e HTTP/1.1" 200 115 0.037103 10.0.0.56 - - [2025-10-09 02:13:05] "POST /fqname-to-id HTTP/1.1" 404 193 0.004471 10.0.0.56 - - [2025-10-09 02:13:05] "GET /global-system-configs HTTP/1.1" 401 292 0.000437 10.0.0.56 - - [2025-10-09 02:13:05] "GET /global-system-configs HTTP/1.1" 401 292 0.000396 10.0.0.41 - - [2025-10-09 02:13:07] "DELETE /access-control-list/97f19dad-9992-4617-abbf-2222ed3011b7 HTTP/1.1" 200 115 0.049596 10.0.0.56 - - [2025-10-09 02:13:07] "POST /neutron/network HTTP/1.1" 200 889 0.008464 10.0.0.56 - - [2025-10-09 02:13:08] "POST /neutron/port HTTP/1.1" 200 1114 0.013998 10.0.0.56 - - [2025-10-09 02:13:08] "POST /neutron/port HTTP/1.1" 200 1115 0.016514 10.0.0.41 - - [2025-10-09 02:13:09] "POST /useragent-kv HTTP/1.1" 200 115 0.002888 10.0.0.41 - - [2025-10-09 02:13:09] "POST /useragent-kv HTTP/1.1" 200 115 0.003278 10.0.0.56 - - [2025-10-09 02:13:09] "POST /neutron/network HTTP/1.1" 200 151 0.131506 10.0.0.41 - - [2025-10-09 02:13:09] "DELETE /route-target/d2d0f860-9473-46b9-88be-8010c5b02039 HTTP/1.1" 200 115 0.033182 10.0.0.56 - - [2025-10-09 02:13:10] "POST /neutron/network HTTP/1.1" 200 890 0.021024 10.0.0.41 - - [2025-10-09 02:13:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.006281 10.0.0.41 - - [2025-10-09 02:13:10] "GET /projects?obj_uuids=ecd45db5-5c98-4b9f-a116-7302772669c6&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001537 10.0.0.56 - - [2025-10-09 02:13:10] "GET /project/ecd45db5-5c98-4b9f-a116-7302772669c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.065753 10.0.0.41 - - [2025-10-09 02:13:10] "GET /projects?obj_uuids=ecd45db5-5c98-4b9f-a116-7302772669c6&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001241 10.0.0.56 - - [2025-10-09 02:13:10] "GET /project/ecd45db5-5c98-4b9f-a116-7302772669c6?fields=virtual_networks HTTP/1.1" 200 1035 0.051872 10.0.0.41 - - [2025-10-09 02:13:10] "GET /projects?obj_uuids=ecd45db5-5c98-4b9f-a116-7302772669c6&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001026 10.0.0.56 - - [2025-10-09 02:13:10] "GET /project/ecd45db5-5c98-4b9f-a116-7302772669c6?fields=virtual_machine_interfaces HTTP/1.1" 200 1035 0.042509 10.0.0.41 - - [2025-10-09 02:13:10] "GET /projects?obj_uuids=ecd45db5-5c98-4b9f-a116-7302772669c6&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002926 10.0.0.56 - - [2025-10-09 02:13:10] "GET /project/ecd45db5-5c98-4b9f-a116-7302772669c6?fields=security_groups HTTP/1.1" 200 1262 0.073662 10.0.0.56 - - [2025-10-09 02:13:11] "POST /fqname-to-id HTTP/1.1" 404 193 0.026793 10.0.0.41 - - [2025-10-09 02:13:11] "GET /projects?obj_uuids=8ade4972-064b-465f-ab5d-6b6325910398&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003383 10.0.0.41 - - [2025-10-09 02:13:11] "GET /domains?obj_uuids=7ed77c0b-e642-4c13-a404-7756503cf17d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001246 10.0.0.41 - - [2025-10-09 02:13:11] "GET /domain/7ed77c0b-e642-4c13-a404-7756503cf17d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007633 10.0.0.41 - - [2025-10-09 02:13:11] "POST /id-to-fqname HTTP/1.1" 200 195 0.003628 10.0.0.41 - - [2025-10-09 02:13:11] "POST /fqname-to-id HTTP/1.1" 404 204 0.009139 10.0.0.41 - - [2025-10-09 02:13:11] "POST /security-groups HTTP/1.1" 200 596 0.033401 10.0.0.41 - - [2025-10-09 02:13:11] "POST /projects HTTP/1.1" 200 595 0.260143 10.0.0.41 - - [2025-10-09 02:13:11] "POST /access-control-lists HTTP/1.1" 200 601 0.033505 10.0.0.41 - - [2025-10-09 02:13:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.338166 10.0.0.56 - - [2025-10-09 02:13:12] "GET /project/8ade4972-064b-465f-ab5d-6b6325910398?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1384 0.524267 10.0.0.56 - - [2025-10-09 02:13:13] "GET / HTTP/1.1" 200 35931 0.002047 10.0.0.56 - - [2025-10-09 02:13:13] "POST /fqname-to-id HTTP/1.1" 401 292 0.000484 10.0.0.56 - - [2025-10-09 02:13:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.059384 10.0.0.41 - - [2025-10-09 02:13:13] "GET /projects?obj_uuids=8ade4972-064b-465f-ab5d-6b6325910398&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001042 10.0.0.56 - - [2025-10-09 02:13:13] "GET /project/8ade4972-064b-465f-ab5d-6b6325910398?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1384 0.039436 10.0.0.41 - - [2025-10-09 02:13:14] "GET /projects?obj_uuids=8ade4972-064b-465f-ab5d-6b6325910398&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001001 10.0.0.56 - - [2025-10-09 02:13:14] "POST /neutron/network HTTP/1.1" 200 682 0.177994 10.0.0.41 - - [2025-10-09 02:13:14] "POST /route-targets HTTP/1.1" 200 327 0.022418 10.0.0.56 - - [2025-10-09 02:13:14] "POST /neutron/network HTTP/1.1" 200 1075 0.021124 10.0.0.56 - - [2025-10-09 02:13:14] "POST /id-to-fqname HTTP/1.1" 200 261 0.001294 10.0.0.56 - - [2025-10-09 02:13:14] "GET /virtual-network/24e2ad13-e95b-4830-8a0b-6513db12497f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2740 0.009017 10.0.0.56 - - [2025-10-09 02:13:14] "GET /virtual-network/24e2ad13-e95b-4830-8a0b-6513db12497f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2740 0.008188 10.0.0.41 - - [2025-10-09 02:13:14] "POST /fqname-to-id HTTP/1.1" 404 207 0.035362 10.0.0.56 - - [2025-10-09 02:13:14] "POST /neutron/subnet HTTP/1.1" 200 823 0.014632 10.0.0.56 - - [2025-10-09 02:13:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003598 10.0.0.41 - - [2025-10-09 02:13:14] "GET /projects?obj_uuids=8ade4972-064b-465f-ab5d-6b6325910398&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000914 10.0.0.56 - - [2025-10-09 02:13:15] "GET /project/8ade4972-064b-465f-ab5d-6b6325910398?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1384 0.052257 10.0.0.41 - - [2025-10-09 02:13:15] "GET /projects?obj_uuids=8ade4972-064b-465f-ab5d-6b6325910398&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001311 10.0.0.56 - - [2025-10-09 02:13:15] "POST /neutron/network HTTP/1.1" 200 682 0.153564 10.0.0.41 - - [2025-10-09 02:13:15] "POST /ref-update HTTP/1.1" 200 156 0.029078 10.0.0.56 - - [2025-10-09 02:13:15] "POST /neutron/network HTTP/1.1" 200 1075 0.017335 10.0.0.56 - - [2025-10-09 02:13:15] "POST /id-to-fqname HTTP/1.1" 200 261 0.001246 10.0.0.56 - - [2025-10-09 02:13:15] "GET /virtual-network/19650ad6-2bba-452a-a362-8097f58083e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2741 0.005834 10.0.0.56 - - [2025-10-09 02:13:15] "GET /virtual-network/19650ad6-2bba-452a-a362-8097f58083e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2741 0.006145 10.0.0.56 - - [2025-10-09 02:13:15] "POST /neutron/subnet HTTP/1.1" 200 828 0.010484 10.0.0.56 - - [2025-10-09 02:13:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003716 10.0.0.41 - - [2025-10-09 02:13:16] "GET /projects?obj_uuids=8ade4972-064b-465f-ab5d-6b6325910398&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001064 10.0.0.56 - - [2025-10-09 02:13:16] "GET /project/8ade4972-064b-465f-ab5d-6b6325910398?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1384 0.057798 10.0.0.41 - - [2025-10-09 02:13:16] "GET /projects?obj_uuids=8ade4972-064b-465f-ab5d-6b6325910398&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001461 10.0.0.56 - - [2025-10-09 02:13:16] "POST /neutron/network HTTP/1.1" 200 684 0.143328 10.0.0.41 - - [2025-10-09 02:13:16] "POST /fqname-to-id HTTP/1.1" 404 207 0.013664 10.0.0.56 - - [2025-10-09 02:13:16] "POST /neutron/network HTTP/1.1" 200 1074 0.011087 10.0.0.56 - - [2025-10-09 02:13:16] "POST /id-to-fqname HTTP/1.1" 200 262 0.001151 10.0.0.56 - - [2025-10-09 02:13:16] "GET /virtual-network/3b2f3688-e56e-4591-84e4-435fb72ebce5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2734 0.005352 10.0.0.56 - - [2025-10-09 02:13:16] "GET /virtual-network/3b2f3688-e56e-4591-84e4-435fb72ebce5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2734 0.007016 10.0.0.56 - - [2025-10-09 02:13:17] "POST /neutron/subnet HTTP/1.1" 200 818 0.010937 10.0.0.56 - - [2025-10-09 02:13:17] "POST /id-to-fqname HTTP/1.1" 200 261 0.001463 10.0.0.41 - - [2025-10-09 02:13:17] "GET /projects?obj_uuids=8ade4972-064b-465f-ab5d-6b6325910398&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001329 10.0.0.56 - - [2025-10-09 02:13:17] "GET /project/8ade4972-064b-465f-ab5d-6b6325910398?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1384 0.075497 10.0.0.56 - - [2025-10-09 02:13:17] "POST /neutron/network HTTP/1.1" 200 1075 0.010739 10.0.0.56 - - [2025-10-09 02:13:18] "POST /id-to-fqname HTTP/1.1" 200 262 0.001381 10.0.0.56 - - [2025-10-09 02:13:18] "POST /neutron/port HTTP/1.1" 200 117 0.006877 10.0.0.41 - - [2025-10-09 02:13:18] "GET /projects?obj_uuids=8ade4972-064b-465f-ab5d-6b6325910398&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001168 10.0.0.56 - - [2025-10-09 02:13:18] "POST /neutron/port HTTP/1.1" 200 1172 0.413301 10.0.0.41 - - [2025-10-09 02:13:19] "GET /projects?obj_uuids=8ade4972-064b-465f-ab5d-6b6325910398&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001962 10.0.0.56 - - [2025-10-09 02:13:19] "POST /neutron/port HTTP/1.1" 200 1226 0.150450 10.0.0.56 - - [2025-10-09 02:13:19] "GET /project/8ade4972-064b-465f-ab5d-6b6325910398?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1384 0.171061 10.0.0.56 - - [2025-10-09 02:13:19] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003654 10.0.0.56 - - [2025-10-09 02:13:19] "POST /neutron/port HTTP/1.1" 200 117 0.001190 10.0.0.56 - - [2025-10-09 02:13:19] "POST /neutron/network HTTP/1.1" 200 1075 0.010046 10.0.0.56 - - [2025-10-09 02:13:19] "POST /neutron/network HTTP/1.1" 200 1084 0.020526 10.0.0.56 - - [2025-10-09 02:13:20] "POST /neutron/port HTTP/1.1" 200 1169 0.019349 10.0.0.56 - - [2025-10-09 02:13:20] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003793 10.0.0.56 - - [2025-10-09 02:13:20] "POST /neutron/port HTTP/1.1" 200 117 0.001132 10.0.0.56 - - [2025-10-09 02:13:21] "POST /neutron/network HTTP/1.1" 200 1075 0.013842 10.0.0.56 - - [2025-10-09 02:13:21] "POST /neutron/port HTTP/1.1" 200 1226 0.016698 10.0.0.56 - - [2025-10-09 02:13:22] "POST /neutron/port HTTP/1.1" 200 1223 0.021206 10.0.0.41 - - [2025-10-09 02:13:23] "POST /useragent-kv HTTP/1.1" 200 115 0.004636 10.0.0.41 - - [2025-10-09 02:13:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.006772 10.0.0.41 - - [2025-10-09 02:13:23] "POST /useragent-kv HTTP/1.1" 200 115 0.002872 10.0.0.41 - - [2025-10-09 02:13:23] "POST /useragent-kv HTTP/1.1" 200 115 0.004118 10.0.0.41 - - [2025-10-09 02:13:23] "POST /useragent-kv HTTP/1.1" 200 115 0.002503 10.0.0.56 - - [2025-10-09 02:13:23] "POST /neutron/network HTTP/1.1" 200 151 0.174794 10.0.0.41 - - [2025-10-09 02:13:23] "POST /useragent-kv HTTP/1.1" 200 115 0.003941 10.0.0.41 - - [2025-10-09 02:13:23] "POST /useragent-kv HTTP/1.1" 200 115 0.004365 10.0.0.41 - - [2025-10-09 02:13:23] "POST /useragent-kv HTTP/1.1" 200 115 0.002217 10.0.0.41 - - [2025-10-09 02:13:23] "POST /useragent-kv HTTP/1.1" 200 115 0.002231 10.0.0.56 - - [2025-10-09 02:13:23] "POST /neutron/network HTTP/1.1" 200 151 0.177592 10.0.0.41 - - [2025-10-09 02:13:23] "DELETE /route-target/f4e9bf35-3ad2-4858-9343-d248a2ad812c HTTP/1.1" 200 115 0.027628 10.0.0.41 - - [2025-10-09 02:13:23] "GET /projects?obj_uuids=8ade4972-064b-465f-ab5d-6b6325910398&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000962 10.0.0.56 - - [2025-10-09 02:13:23] "GET /project/8ade4972-064b-465f-ab5d-6b6325910398?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1384 0.041375 10.0.0.41 - - [2025-10-09 02:13:23] "GET /projects?obj_uuids=8ade4972-064b-465f-ab5d-6b6325910398&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001616 10.0.0.56 - - [2025-10-09 02:13:23] "GET /project/8ade4972-064b-465f-ab5d-6b6325910398?fields=virtual_networks HTTP/1.1" 200 1043 0.059762 10.0.0.41 - - [2025-10-09 02:13:23] "GET /projects?obj_uuids=8ade4972-064b-465f-ab5d-6b6325910398&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.002210 10.0.0.56 - - [2025-10-09 02:13:23] "GET /project/8ade4972-064b-465f-ab5d-6b6325910398?fields=virtual_machine_interfaces HTTP/1.1" 200 1043 0.047601 10.0.0.41 - - [2025-10-09 02:13:24] "GET /projects?obj_uuids=8ade4972-064b-465f-ab5d-6b6325910398&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001017 10.0.0.56 - - [2025-10-09 02:13:24] "GET /project/8ade4972-064b-465f-ab5d-6b6325910398?fields=security_groups HTTP/1.1" 200 1274 0.060599 10.0.0.56 - - [2025-10-09 02:13:24] "POST /fqname-to-id HTTP/1.1" 404 196 0.028588 10.0.0.41 - - [2025-10-09 02:13:24] "GET /projects?obj_uuids=14bfd9e2-67f2-4ab3-bd08-090d925a878a&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003720 10.0.0.41 - - [2025-10-09 02:13:24] "GET /domains?obj_uuids=7ed77c0b-e642-4c13-a404-7756503cf17d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001060 10.0.0.41 - - [2025-10-09 02:13:24] "GET /domain/7ed77c0b-e642-4c13-a404-7756503cf17d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007748 10.0.0.41 - - [2025-10-09 02:13:25] "POST /id-to-fqname HTTP/1.1" 200 198 0.004911 10.0.0.41 - - [2025-10-09 02:13:25] "POST /fqname-to-id HTTP/1.1" 404 207 0.003281 10.0.0.41 - - [2025-10-09 02:13:25] "POST /security-groups HTTP/1.1" 200 599 0.031477 10.0.0.41 - - [2025-10-09 02:13:25] "POST /fqname-to-id HTTP/1.1" 404 242 0.006234 10.0.0.41 - - [2025-10-09 02:13:25] "POST /projects HTTP/1.1" 200 601 0.266113 10.0.0.41 - - [2025-10-09 02:13:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.340578 10.0.0.41 - - [2025-10-09 02:13:25] "POST /access-control-lists HTTP/1.1" 200 602 0.042768 10.0.0.56 - - [2025-10-09 02:13:25] "GET /project/14bfd9e2-67f2-4ab3-bd08-090d925a878a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.485678 10.0.0.56 - - [2025-10-09 02:13:26] "GET / HTTP/1.1" 200 35931 0.002079 10.0.0.56 - - [2025-10-09 02:13:26] "POST /fqname-to-id HTTP/1.1" 401 292 0.000499 10.0.0.56 - - [2025-10-09 02:13:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.052431 10.0.0.41 - - [2025-10-09 02:13:27] "GET /projects?obj_uuids=14bfd9e2-67f2-4ab3-bd08-090d925a878a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000947 10.0.0.56 - - [2025-10-09 02:13:27] "GET /project/14bfd9e2-67f2-4ab3-bd08-090d925a878a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.044124 10.0.0.56 - - [2025-10-09 02:13:27] "POST /neutron/network HTTP/1.1" 200 117 0.030532 10.0.0.56 - - [2025-10-09 02:13:27] "POST /neutron/network HTTP/1.1" 200 910 0.010992 10.0.0.56 - - [2025-10-09 02:13:27] "POST /id-to-fqname HTTP/1.1" 200 267 0.001306 10.0.0.56 - - [2025-10-09 02:13:27] "GET /virtual-network/dd979fbc-6ebf-4b8e-8e6f-3c236a335632?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2173 0.006426 10.0.0.56 - - [2025-10-09 02:13:27] "GET /virtual-network/dd979fbc-6ebf-4b8e-8e6f-3c236a335632?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2173 0.006111 10.0.0.56 - - [2025-10-09 02:13:27] "POST /neutron/subnet HTTP/1.1" 200 724 0.010328 10.0.0.56 - - [2025-10-09 02:13:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003434 10.0.0.41 - - [2025-10-09 02:13:28] "GET /projects?obj_uuids=14bfd9e2-67f2-4ab3-bd08-090d925a878a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001042 10.0.0.56 - - [2025-10-09 02:13:28] "GET /project/14bfd9e2-67f2-4ab3-bd08-090d925a878a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.046791 10.0.0.41 - - [2025-10-09 02:13:28] "POST /route-targets HTTP/1.1" 200 327 0.013782 10.0.0.41 - - [2025-10-09 02:13:28] "POST /useragent-kv HTTP/1.1" 200 115 0.009019 10.0.0.56 - - [2025-10-09 02:13:28] "POST /neutron/subnet HTTP/1.1" 200 729 0.203630 10.0.0.56 - - [2025-10-09 02:13:28] "POST /id-to-fqname HTTP/1.1" 200 267 0.001416 10.0.0.56 - - [2025-10-09 02:13:28] "GET /virtual-network/b418aefc-0e36-4cfd-9bbc-bb5b16ac1583?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2176 0.005768 10.0.0.56 - - [2025-10-09 02:13:28] "GET /virtual-network/b418aefc-0e36-4cfd-9bbc-bb5b16ac1583?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2176 0.006219 10.0.0.56 - - [2025-10-09 02:13:28] "POST /neutron/network HTTP/1.1" 200 911 0.009372 10.0.0.56 - - [2025-10-09 02:13:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003441 10.0.0.41 - - [2025-10-09 02:13:28] "GET /projects?obj_uuids=14bfd9e2-67f2-4ab3-bd08-090d925a878a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000876 10.0.0.56 - - [2025-10-09 02:13:28] "GET /project/14bfd9e2-67f2-4ab3-bd08-090d925a878a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.047899 10.0.0.41 - - [2025-10-09 02:13:28] "GET /projects?obj_uuids=14bfd9e2-67f2-4ab3-bd08-090d925a878a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001253 10.0.0.56 - - [2025-10-09 02:13:28] "POST /neutron/network HTTP/1.1" 200 693 0.133708 10.0.0.41 - - [2025-10-09 02:13:29] "POST /ref-update HTTP/1.1" 200 156 0.022824 10.0.0.56 - - [2025-10-09 02:13:29] "POST /id-to-fqname HTTP/1.1" 200 268 0.003656 10.0.0.56 - - [2025-10-09 02:13:29] "GET /virtual-network/a9efac48-852e-4bfa-aa54-4d73aa18394d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2176 0.005883 10.0.0.56 - - [2025-10-09 02:13:29] "POST /neutron/network HTTP/1.1" 200 912 0.006037 10.0.0.56 - - [2025-10-09 02:13:29] "GET /virtual-network/a9efac48-852e-4bfa-aa54-4d73aa18394d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2176 0.005733 10.0.0.56 - - [2025-10-09 02:13:29] "POST /id-to-fqname HTTP/1.1" 200 267 0.001454 10.0.0.56 - - [2025-10-09 02:13:29] "POST /neutron/network HTTP/1.1" 200 921 0.007140 10.0.0.41 - - [2025-10-09 02:13:30] "GET /projects?obj_uuids=14bfd9e2-67f2-4ab3-bd08-090d925a878a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001223 10.0.0.56 - - [2025-10-09 02:13:30] "GET /project/14bfd9e2-67f2-4ab3-bd08-090d925a878a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.068426 10.0.0.56 - - [2025-10-09 02:13:30] "POST /neutron/port HTTP/1.1" 200 117 0.006543 10.0.0.56 - - [2025-10-09 02:13:30] "POST /id-to-fqname HTTP/1.1" 200 268 0.001141 10.0.0.56 - - [2025-10-09 02:13:30] "POST /neutron/network HTTP/1.1" 200 921 0.008754 10.0.0.56 - - [2025-10-09 02:13:31] "POST /neutron/port HTTP/1.1" 200 1069 0.022846 10.0.0.41 - - [2025-10-09 02:13:31] "GET /projects?obj_uuids=14bfd9e2-67f2-4ab3-bd08-090d925a878a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001106 10.0.0.56 - - [2025-10-09 02:13:31] "GET /project/14bfd9e2-67f2-4ab3-bd08-090d925a878a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.076647 10.0.0.56 - - [2025-10-09 02:13:31] "POST /neutron/port HTTP/1.1" 200 1097 0.042119 10.0.0.56 - - [2025-10-09 02:13:31] "POST /neutron/port HTTP/1.1" 200 117 0.001226 10.0.0.56 - - [2025-10-09 02:13:31] "POST /neutron/security_group HTTP/1.1" 200 2066 0.014244 10.0.0.41 - - [2025-10-09 02:13:32] "GET /projects?obj_uuids=14bfd9e2-67f2-4ab3-bd08-090d925a878a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001256 10.0.0.56 - - [2025-10-09 02:13:32] "POST /neutron/port HTTP/1.1" 200 1068 0.372816 10.0.0.56 - - [2025-10-09 02:13:32] "POST /neutron/port HTTP/1.1" 200 1122 0.125715 10.0.0.56 - - [2025-10-09 02:13:32] "POST /neutron/subnet HTTP/1.1" 200 699 0.011755 10.0.0.56 - - [2025-10-09 02:13:33] "POST /neutron/network HTTP/1.1" 200 911 0.008677 10.0.0.56 - - [2025-10-09 02:13:33] "POST /neutron/port HTTP/1.1" 200 1123 0.015576 10.0.0.56 - - [2025-10-09 02:13:34] "POST /neutron/port HTTP/1.1" 200 1122 0.019840 10.0.0.56 - - [2025-10-09 02:13:35] "POST /neutron/network HTTP/1.1" 200 911 0.010841 10.0.0.41 - - [2025-10-09 02:13:35] "POST /useragent-kv HTTP/1.1" 200 115 0.006423 10.0.0.41 - - [2025-10-09 02:13:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.009040 10.0.0.41 - - [2025-10-09 02:13:35] "POST /useragent-kv HTTP/1.1" 200 115 0.009103 10.0.0.56 - - [2025-10-09 02:13:35] "POST /neutron/network HTTP/1.1" 200 151 0.206126 10.0.0.41 - - [2025-10-09 02:13:36] "GET /projects?obj_uuids=14bfd9e2-67f2-4ab3-bd08-090d925a878a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000982 10.0.0.41 - - [2025-10-09 02:13:36] "DELETE /route-target/7150cedf-44b4-4cc2-bc58-a0e74f63da3c HTTP/1.1" 200 115 0.038572 10.0.0.56 - - [2025-10-09 02:13:36] "GET /project/14bfd9e2-67f2-4ab3-bd08-090d925a878a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.069389 10.0.0.41 - - [2025-10-09 02:13:36] "GET /projects?obj_uuids=14bfd9e2-67f2-4ab3-bd08-090d925a878a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001556 10.0.0.56 - - [2025-10-09 02:13:36] "GET /project/14bfd9e2-67f2-4ab3-bd08-090d925a878a?fields=virtual_networks HTTP/1.1" 200 1048 0.070348 10.0.0.41 - - [2025-10-09 02:13:36] "GET /projects?obj_uuids=14bfd9e2-67f2-4ab3-bd08-090d925a878a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001036 10.0.0.56 - - [2025-10-09 02:13:36] "GET /project/14bfd9e2-67f2-4ab3-bd08-090d925a878a?fields=virtual_machine_interfaces HTTP/1.1" 200 1048 0.055733 10.0.0.41 - - [2025-10-09 02:13:36] "GET /projects?obj_uuids=14bfd9e2-67f2-4ab3-bd08-090d925a878a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001171 10.0.0.56 - - [2025-10-09 02:13:36] "GET /project/14bfd9e2-67f2-4ab3-bd08-090d925a878a?fields=security_groups HTTP/1.1" 200 1282 0.072420 10.0.0.56 - - [2025-10-09 02:13:37] "POST /fqname-to-id HTTP/1.1" 404 193 0.023633 10.0.0.41 - - [2025-10-09 02:13:37] "GET /projects?obj_uuids=45b18dfc-afb1-499f-86cf-0a46f967cb8e&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002992 10.0.0.41 - - [2025-10-09 02:13:37] "GET /domains?obj_uuids=7ed77c0b-e642-4c13-a404-7756503cf17d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000941 10.0.0.41 - - [2025-10-09 02:13:37] "GET /domain/7ed77c0b-e642-4c13-a404-7756503cf17d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007260 10.0.0.41 - - [2025-10-09 02:13:37] "POST /id-to-fqname HTTP/1.1" 200 195 0.009339 10.0.0.41 - - [2025-10-09 02:13:37] "POST /fqname-to-id HTTP/1.1" 404 204 0.003194 10.0.0.41 - - [2025-10-09 02:13:37] "POST /security-groups HTTP/1.1" 200 596 0.078484 10.0.0.41 - - [2025-10-09 02:13:37] "POST /projects HTTP/1.1" 200 595 0.288162 10.0.0.41 - - [2025-10-09 02:13:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.324243 10.0.0.41 - - [2025-10-09 02:13:37] "POST /fqname-to-id HTTP/1.1" 404 238 0.012659 10.0.0.56 - - [2025-10-09 02:13:37] "GET /project/45b18dfc-afb1-499f-86cf-0a46f967cb8e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.460049 10.0.0.56 - - [2025-10-09 02:13:38] "GET / HTTP/1.1" 200 35931 0.001527 10.0.0.56 - - [2025-10-09 02:13:39] "POST /fqname-to-id HTTP/1.1" 401 292 0.000515 10.0.0.56 - - [2025-10-09 02:13:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.062234 10.0.0.41 - - [2025-10-09 02:13:39] "GET /projects?obj_uuids=45b18dfc-afb1-499f-86cf-0a46f967cb8e&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000970 10.0.0.56 - - [2025-10-09 02:13:39] "GET /project/45b18dfc-afb1-499f-86cf-0a46f967cb8e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.060807 10.0.0.56 - - [2025-10-09 02:13:39] "POST /neutron/network HTTP/1.1" 200 117 0.034942 10.0.0.41 - - [2025-10-09 02:13:39] "POST /ref-update HTTP/1.1" 200 156 0.032321 10.0.0.56 - - [2025-10-09 02:13:40] "POST /neutron/network HTTP/1.1" 200 902 0.009905 10.0.0.56 - - [2025-10-09 02:13:40] "POST /id-to-fqname HTTP/1.1" 200 261 0.001164 10.0.0.56 - - [2025-10-09 02:13:40] "GET /virtual-network/579486c6-1a9a-46f0-ac0c-f72c744dbd44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2160 0.005485 10.0.0.56 - - [2025-10-09 02:13:40] "GET /virtual-network/579486c6-1a9a-46f0-ac0c-f72c744dbd44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2160 0.008094 10.0.0.56 - - [2025-10-09 02:13:40] "POST /neutron/subnet HTTP/1.1" 200 729 0.011083 10.0.0.56 - - [2025-10-09 02:13:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.002936 10.0.0.41 - - [2025-10-09 02:13:40] "GET /projects?obj_uuids=45b18dfc-afb1-499f-86cf-0a46f967cb8e&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000962 10.0.0.56 - - [2025-10-09 02:13:40] "GET /project/45b18dfc-afb1-499f-86cf-0a46f967cb8e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.054417 10.0.0.41 - - [2025-10-09 02:13:40] "POST /useragent-kv HTTP/1.1" 200 115 0.009932 10.0.0.56 - - [2025-10-09 02:13:40] "POST /neutron/subnet HTTP/1.1" 200 729 0.189174 10.0.0.56 - - [2025-10-09 02:13:40] "POST /id-to-fqname HTTP/1.1" 200 261 0.001387 10.0.0.56 - - [2025-10-09 02:13:40] "GET /virtual-network/1925a160-448d-4bf7-9fb3-eeded827d338?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2160 0.006426 10.0.0.56 - - [2025-10-09 02:13:40] "GET /virtual-network/1925a160-448d-4bf7-9fb3-eeded827d338?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2160 0.006199 10.0.0.56 - - [2025-10-09 02:13:40] "POST /neutron/network HTTP/1.1" 200 902 0.007587 10.0.0.56 - - [2025-10-09 02:13:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003304 10.0.0.41 - - [2025-10-09 02:13:40] "GET /projects?obj_uuids=45b18dfc-afb1-499f-86cf-0a46f967cb8e&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001007 10.0.0.56 - - [2025-10-09 02:13:41] "GET /project/45b18dfc-afb1-499f-86cf-0a46f967cb8e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.047063 10.0.0.41 - - [2025-10-09 02:13:41] "GET /projects?obj_uuids=45b18dfc-afb1-499f-86cf-0a46f967cb8e&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001000 10.0.0.56 - - [2025-10-09 02:13:41] "POST /neutron/network HTTP/1.1" 200 684 0.149347 10.0.0.41 - - [2025-10-09 02:13:41] "POST /route-targets HTTP/1.1" 200 327 0.022678 10.0.0.56 - - [2025-10-09 02:13:41] "POST /id-to-fqname HTTP/1.1" 200 262 0.003522 10.0.0.56 - - [2025-10-09 02:13:41] "GET /virtual-network/7fede166-80ee-446d-82fa-03aeb01a9733?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2160 0.005894 10.0.0.56 - - [2025-10-09 02:13:41] "POST /neutron/network HTTP/1.1" 200 903 0.006183 10.0.0.56 - - [2025-10-09 02:13:41] "GET /virtual-network/7fede166-80ee-446d-82fa-03aeb01a9733?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2160 0.004827 10.0.0.56 - - [2025-10-09 02:13:41] "POST /id-to-fqname HTTP/1.1" 200 261 0.001565 10.0.0.56 - - [2025-10-09 02:13:41] "POST /neutron/network HTTP/1.1" 200 912 0.007138 10.0.0.41 - - [2025-10-09 02:13:42] "GET /projects?obj_uuids=45b18dfc-afb1-499f-86cf-0a46f967cb8e&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001047 10.0.0.56 - - [2025-10-09 02:13:42] "GET /project/45b18dfc-afb1-499f-86cf-0a46f967cb8e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.081182 10.0.0.56 - - [2025-10-09 02:13:42] "POST /neutron/port HTTP/1.1" 200 117 0.005945 10.0.0.56 - - [2025-10-09 02:13:42] "POST /id-to-fqname HTTP/1.1" 200 262 0.001628 10.0.0.56 - - [2025-10-09 02:13:43] "POST /neutron/network HTTP/1.1" 200 912 0.008631 10.0.0.56 - - [2025-10-09 02:13:43] "POST /neutron/port HTTP/1.1" 200 1066 0.017915 10.0.0.41 - - [2025-10-09 02:13:43] "GET /projects?obj_uuids=45b18dfc-afb1-499f-86cf-0a46f967cb8e&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.007084 10.0.0.56 - - [2025-10-09 02:13:43] "GET /project/45b18dfc-afb1-499f-86cf-0a46f967cb8e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.112082 10.0.0.56 - - [2025-10-09 02:13:43] "POST /neutron/port HTTP/1.1" 200 1094 0.020843 10.0.0.56 - - [2025-10-09 02:13:43] "POST /neutron/port HTTP/1.1" 200 117 0.001190 10.0.0.56 - - [2025-10-09 02:13:44] "POST /neutron/security_group HTTP/1.1" 200 2063 0.008386 10.0.0.41 - - [2025-10-09 02:13:44] "GET /projects?obj_uuids=45b18dfc-afb1-499f-86cf-0a46f967cb8e&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001398 10.0.0.56 - - [2025-10-09 02:13:44] "POST /fqname-to-id HTTP/1.1" 404 193 0.003540 10.0.0.56 - - [2025-10-09 02:13:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003838 10.0.0.56 - - [2025-10-09 02:13:44] "POST /neutron/port HTTP/1.1" 200 1065 0.384262 10.0.0.41 - - [2025-10-09 02:13:44] "GET /domains?obj_uuids=7ed77c0b-e642-4c13-a404-7756503cf17d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001426 10.0.0.56 - - [2025-10-09 02:13:44] "GET /domain/7ed77c0b-e642-4c13-a404-7756503cf17d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.015431 10.0.0.56 - - [2025-10-09 02:13:44] "POST /service-templates HTTP/1.1" 200 543 0.074294 10.0.0.56 - - [2025-10-09 02:13:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004233 10.0.0.56 - - [2025-10-09 02:13:45] "POST /neutron/port HTTP/1.1" 200 1119 0.141322 10.0.0.56 - - [2025-10-09 02:13:45] "GET /service-template/e8764444-d41a-41d8-9c09-419d63649153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1821 0.007901 10.0.0.56 - - [2025-10-09 02:13:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.002748 10.0.0.56 - - [2025-10-09 02:13:45] "GET /service-template/e8764444-d41a-41d8-9c09-419d63649153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1821 0.005273 10.0.0.56 - - [2025-10-09 02:13:45] "POST /id-to-fqname HTTP/1.1" 200 261 0.001037 10.0.0.56 - - [2025-10-09 02:13:45] "POST /neutron/subnet HTTP/1.1" 200 698 0.010181 10.0.0.56 - - [2025-10-09 02:13:45] "POST /id-to-fqname HTTP/1.1" 200 261 0.001387 10.0.0.56 - - [2025-10-09 02:13:45] "POST /id-to-fqname HTTP/1.1" 200 262 0.001333 10.0.0.56 - - [2025-10-09 02:13:45] "POST /neutron/port HTTP/1.1" 200 2071 0.016603 10.0.0.56 - - [2025-10-09 02:13:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003601 10.0.0.56 - - [2025-10-09 02:13:45] "DELETE /service-template/e8764444-d41a-41d8-9c09-419d63649153 HTTP/1.1" 200 115 0.037930 10.0.0.56 - - [2025-10-09 02:13:45] "POST /fqname-to-id HTTP/1.1" 404 193 0.004518 10.0.0.56 - - [2025-10-09 02:13:47] "POST /neutron/network HTTP/1.1" 400 204 0.017900 10.0.0.56 - - [2025-10-09 02:13:48] "POST /neutron/port HTTP/1.1" 200 151 0.261942 10.0.0.56 - - [2025-10-09 02:13:48] "POST /neutron/port HTTP/1.1" 200 151 0.305881 10.0.0.41 - - [2025-10-09 02:13:49] "DELETE /route-target/a450f8aa-1b95-442b-a139-764a67336056 HTTP/1.1" 200 115 0.024539 10.0.0.56 - - [2025-10-09 02:13:49] "POST /neutron/network HTTP/1.1" 200 903 0.012682 10.0.0.41 - - [2025-10-09 02:13:50] "POST /useragent-kv HTTP/1.1" 200 115 0.008857 10.0.0.41 - - [2025-10-09 02:13:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.005384 10.0.0.41 - - [2025-10-09 02:13:50] "POST /useragent-kv HTTP/1.1" 200 115 0.003837 10.0.0.56 - - [2025-10-09 02:13:50] "POST /neutron/network HTTP/1.1" 200 151 0.137823 10.0.0.41 - - [2025-10-09 02:13:50] "GET /projects?obj_uuids=45b18dfc-afb1-499f-86cf-0a46f967cb8e&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001339 10.0.0.56 - - [2025-10-09 02:13:50] "GET /project/45b18dfc-afb1-499f-86cf-0a46f967cb8e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.093821 10.0.0.41 - - [2025-10-09 02:13:50] "GET /projects?obj_uuids=45b18dfc-afb1-499f-86cf-0a46f967cb8e&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001519 10.0.0.56 - - [2025-10-09 02:13:50] "GET /project/45b18dfc-afb1-499f-86cf-0a46f967cb8e?fields=virtual_networks HTTP/1.1" 200 1041 0.067106 10.0.0.41 - - [2025-10-09 02:13:50] "GET /projects?obj_uuids=45b18dfc-afb1-499f-86cf-0a46f967cb8e&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001091 10.0.0.56 - - [2025-10-09 02:13:50] "GET /project/45b18dfc-afb1-499f-86cf-0a46f967cb8e?fields=virtual_machine_interfaces HTTP/1.1" 200 1041 0.051666 10.0.0.41 - - [2025-10-09 02:13:50] "GET /projects?obj_uuids=45b18dfc-afb1-499f-86cf-0a46f967cb8e&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001000 10.0.0.56 - - [2025-10-09 02:13:50] "GET /project/45b18dfc-afb1-499f-86cf-0a46f967cb8e?fields=security_groups HTTP/1.1" 200 1272 0.052435 10.0.0.56 - - [2025-10-09 02:13:51] "POST /fqname-to-id HTTP/1.1" 404 197 0.025184 10.0.0.41 - - [2025-10-09 02:13:51] "GET /projects?obj_uuids=3077e71f-b3d8-41fe-a2a6-03bee0942b8a&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004011 10.0.0.41 - - [2025-10-09 02:13:51] "GET /domains?obj_uuids=7ed77c0b-e642-4c13-a404-7756503cf17d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001015 10.0.0.41 - - [2025-10-09 02:13:51] "GET /domain/7ed77c0b-e642-4c13-a404-7756503cf17d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007319 10.0.0.41 - - [2025-10-09 02:13:51] "POST /id-to-fqname HTTP/1.1" 200 199 0.001467 10.0.0.41 - - [2025-10-09 02:13:51] "POST /fqname-to-id HTTP/1.1" 404 208 0.004161 10.0.0.41 - - [2025-10-09 02:13:51] "POST /security-groups HTTP/1.1" 200 600 0.081283 10.0.0.41 - - [2025-10-09 02:13:51] "POST /projects HTTP/1.1" 200 603 0.310172 10.0.0.41 - - [2025-10-09 02:13:51] "POST /access-control-lists HTTP/1.1" 200 605 0.029324 10.0.0.41 - - [2025-10-09 02:13:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.378226 10.0.0.56 - - [2025-10-09 02:13:51] "GET /project/3077e71f-b3d8-41fe-a2a6-03bee0942b8a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.515044 10.0.0.56 - - [2025-10-09 02:13:52] "GET / HTTP/1.1" 200 35931 0.001504 10.0.0.56 - - [2025-10-09 02:13:53] "POST /fqname-to-id HTTP/1.1" 401 292 0.000468 10.0.0.56 - - [2025-10-09 02:13:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.060347 10.0.0.41 - - [2025-10-09 02:13:53] "GET /projects?obj_uuids=3077e71f-b3d8-41fe-a2a6-03bee0942b8a&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001141 10.0.0.56 - - [2025-10-09 02:13:53] "GET /project/3077e71f-b3d8-41fe-a2a6-03bee0942b8a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.044271 10.0.0.41 - - [2025-10-09 02:13:54] "POST /route-targets HTTP/1.1" 200 327 0.014788 10.0.0.41 - - [2025-10-09 02:13:54] "POST /useragent-kv HTTP/1.1" 200 115 0.012943 10.0.0.56 - - [2025-10-09 02:13:54] "POST /neutron/subnet HTTP/1.1" 200 823 0.289644 10.0.0.41 - - [2025-10-09 02:13:54] "POST /fqname-to-id HTTP/1.1" 404 207 0.004805 10.0.0.56 - - [2025-10-09 02:13:54] "POST /id-to-fqname HTTP/1.1" 200 269 0.001901 10.0.0.56 - - [2025-10-09 02:13:54] "GET /virtual-network/d02b71e8-461a-441a-8faf-ab4e6a2db07c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2759 0.007075 10.0.0.56 - - [2025-10-09 02:13:54] "POST /neutron/network HTTP/1.1" 200 1086 0.008222 10.0.0.56 - - [2025-10-09 02:13:54] "GET /virtual-network/d02b71e8-461a-441a-8faf-ab4e6a2db07c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2759 0.004844 10.0.0.56 - - [2025-10-09 02:13:54] "POST /neutron/subnet HTTP/1.1" 200 724 0.008506 10.0.0.56 - - [2025-10-09 02:13:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.002460 10.0.0.41 - - [2025-10-09 02:13:54] "GET /projects?obj_uuids=3077e71f-b3d8-41fe-a2a6-03bee0942b8a&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.000834 10.0.0.56 - - [2025-10-09 02:13:54] "GET /project/3077e71f-b3d8-41fe-a2a6-03bee0942b8a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.043538 10.0.0.41 - - [2025-10-09 02:13:55] "POST /ref-update HTTP/1.1" 200 156 0.032904 10.0.0.41 - - [2025-10-09 02:13:55] "POST /useragent-kv HTTP/1.1" 200 115 0.009103 10.0.0.56 - - [2025-10-09 02:13:55] "POST /neutron/subnet HTTP/1.1" 200 823 0.203855 10.0.0.56 - - [2025-10-09 02:13:55] "POST /id-to-fqname HTTP/1.1" 200 269 0.001497 10.0.0.56 - - [2025-10-09 02:13:55] "GET /virtual-network/c963f23b-5428-4038-ba86-dd74e2b4c4ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2766 0.008471 10.0.0.56 - - [2025-10-09 02:13:55] "POST /neutron/network HTTP/1.1" 200 1088 0.009233 10.0.0.56 - - [2025-10-09 02:13:55] "GET /virtual-network/c963f23b-5428-4038-ba86-dd74e2b4c4ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2766 0.005314 10.0.0.56 - - [2025-10-09 02:13:55] "POST /neutron/subnet HTTP/1.1" 200 734 0.008921 10.0.0.56 - - [2025-10-09 02:13:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.002995 10.0.0.41 - - [2025-10-09 02:13:55] "GET /projects?obj_uuids=3077e71f-b3d8-41fe-a2a6-03bee0942b8a&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001173 10.0.0.56 - - [2025-10-09 02:13:55] "GET /project/3077e71f-b3d8-41fe-a2a6-03bee0942b8a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.043253 10.0.0.41 - - [2025-10-09 02:13:55] "DELETE /project/14bfd9e267f24ab3bd08090d925a878a HTTP/1.1" 404 173 0.030313 10.0.0.41 - - [2025-10-09 02:13:55] "DELETE /project/45b18dfcafb1499f86cf0a46f967cb8e HTTP/1.1" 404 173 0.034463 10.0.0.41 - - [2025-10-09 02:13:55] "DELETE /project/84a25ffa-bae4-4534-a57c-ccf0bab20e11 HTTP/1.1" 404 177 0.038861 10.0.0.41 - - [2025-10-09 02:13:55] "DELETE /project/ecd45db55c984b9fa1167302772669c6 HTTP/1.1" 404 173 0.022115 10.0.0.41 - - [2025-10-09 02:13:55] "DELETE /project/3077e71fb3d841fea2a603bee0942b8a HTTP/1.1" 404 173 0.028502 10.0.0.41 - - [2025-10-09 02:13:55] "DELETE /project/8ade4972064b465fab5d6b6325910398 HTTP/1.1" 404 173 0.030966 10.0.0.41 - - [2025-10-09 02:13:55] "GET /projects?obj_uuids=8ade4972-064b-465f-ab5d-6b6325910398&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001096 10.0.0.41 - - [2025-10-09 02:13:55] "GET /projects?obj_uuids=ecd45db5-5c98-4b9f-a116-7302772669c6&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001005 10.0.0.41 - - [2025-10-09 02:13:56] "GET /projects?obj_uuids=14bfd9e2-67f2-4ab3-bd08-090d925a878a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000817 10.0.0.41 - - [2025-10-09 02:13:56] "GET /projects?obj_uuids=45b18dfc-afb1-499f-86cf-0a46f967cb8e&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001115 10.0.0.41 - - [2025-10-09 02:13:56] "GET /project/8ade4972-064b-465f-ab5d-6b6325910398?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1489 0.113917 10.0.0.41 - - [2025-10-09 02:13:56] "GET /projects?obj_uuids=8ade4972-064b-465f-ab5d-6b6325910398&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001216 10.0.0.41 - - [2025-10-09 02:13:56] "GET /project/45b18dfc-afb1-499f-86cf-0a46f967cb8e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1487 0.149973 10.0.0.41 - - [2025-10-09 02:13:56] "GET /project/ecd45db5-5c98-4b9f-a116-7302772669c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1473 0.191694 10.0.0.41 - - [2025-10-09 02:13:56] "GET /project/14bfd9e2-67f2-4ab3-bd08-090d925a878a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1500 0.191617 10.0.0.41 - - [2025-10-09 02:13:56] "GET /projects?obj_uuids=45b18dfc-afb1-499f-86cf-0a46f967cb8e&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001207 10.0.0.41 - - [2025-10-09 02:13:56] "GET /projects?obj_uuids=14bfd9e2-67f2-4ab3-bd08-090d925a878a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001086 10.0.0.41 - - [2025-10-09 02:13:56] "GET /projects?obj_uuids=ecd45db5-5c98-4b9f-a116-7302772669c6&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001001 10.0.0.41 - - [2025-10-09 02:13:56] "GET /project/8ade4972-064b-465f-ab5d-6b6325910398?fields=security_groups HTTP/1.1" 200 1379 0.214885 10.0.0.41 - - [2025-10-09 02:13:56] "GET /project/45b18dfc-afb1-499f-86cf-0a46f967cb8e?fields=security_groups HTTP/1.1" 200 1377 0.159130 10.0.0.41 - - [2025-10-09 02:13:56] "GET /project/ecd45db5-5c98-4b9f-a116-7302772669c6?fields=security_groups HTTP/1.1" 200 1367 0.164608 10.0.0.41 - - [2025-10-09 02:13:56] "GET /project/14bfd9e2-67f2-4ab3-bd08-090d925a878a?fields=security_groups HTTP/1.1" 200 1387 0.218965 10.0.0.41 - - [2025-10-09 02:13:56] "POST /fqname-to-id HTTP/1.1" 404 207 0.005027 10.0.0.41 - - [2025-10-09 02:13:56] "POST /useragent-kv HTTP/1.1" 200 115 0.008616 10.0.0.56 - - [2025-10-09 02:13:56] "POST /neutron/subnet HTTP/1.1" 200 818 0.624422 10.0.0.41 - - [2025-10-09 02:13:56] "DELETE /security-group/3bd4a581-287d-430a-abeb-7508d6de78b1 HTTP/1.1" 200 115 0.270419 10.0.0.41 - - [2025-10-09 02:13:56] "GET /projects?obj_uuids=8ade4972-064b-465f-ab5d-6b6325910398&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.006907 10.0.0.41 - - [2025-10-09 02:13:56] "DELETE /security-group/aa584f46-b561-43de-9444-88a9423917e3 HTTP/1.1" 200 115 0.258535 10.0.0.41 - - [2025-10-09 02:13:56] "DELETE /security-group/3487298f-3856-4050-ad58-39d037fa52f1 HTTP/1.1" 200 115 0.316924 10.0.0.41 - - [2025-10-09 02:13:56] "GET /projects?obj_uuids=ecd45db5-5c98-4b9f-a116-7302772669c6&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003412 10.0.0.41 - - [2025-10-09 02:13:56] "GET /projects?obj_uuids=45b18dfc-afb1-499f-86cf-0a46f967cb8e&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001598 10.0.0.41 - - [2025-10-09 02:13:56] "DELETE /access-control-list/a0293733-8d12-4d49-aeff-b5d13f27dd2b HTTP/1.1" 200 115 0.185641 10.0.0.41 - - [2025-10-09 02:13:56] "DELETE /security-group/507fb24d-ca98-4243-9818-327ea6906c7e HTTP/1.1" 200 115 0.270787 10.0.0.41 - - [2025-10-09 02:13:56] "GET /projects?obj_uuids=14bfd9e2-67f2-4ab3-bd08-090d925a878a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001734 10.0.0.41 - - [2025-10-09 02:13:56] "GET /project/8ade4972-064b-465f-ab5d-6b6325910398?fields=application_policy_sets HTTP/1.1" 200 1418 0.118562 10.0.0.41 - - [2025-10-09 02:13:56] "GET /project/45b18dfc-afb1-499f-86cf-0a46f967cb8e?fields=application_policy_sets HTTP/1.1" 200 1416 0.129714 10.0.0.41 - - [2025-10-09 02:13:56] "GET /project/ecd45db5-5c98-4b9f-a116-7302772669c6?fields=application_policy_sets HTTP/1.1" 200 1406 0.241350 10.0.0.41 - - [2025-10-09 02:13:56] "GET /project/14bfd9e2-67f2-4ab3-bd08-090d925a878a?fields=application_policy_sets HTTP/1.1" 200 1426 0.226610 10.0.0.56 - - [2025-10-09 02:13:56] "POST /id-to-fqname HTTP/1.1" 200 270 0.002270 10.0.0.41 - - [2025-10-09 02:13:57] "DELETE /access-control-list/ec945d22-c1c7-4c2e-9b3a-e59ed8893382 HTTP/1.1" 200 115 0.185277 10.0.0.56 - - [2025-10-09 02:13:57] "GET /virtual-network/6fcb0b4d-5afb-43cd-9ba6-3e45657b1536?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2759 0.040772 10.0.0.56 - - [2025-10-09 02:13:57] "POST /neutron/network HTTP/1.1" 200 1087 0.048707 10.0.0.56 - - [2025-10-09 02:13:57] "GET /virtual-network/6fcb0b4d-5afb-43cd-9ba6-3e45657b1536?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2759 0.016200 10.0.0.41 - - [2025-10-09 02:13:57] "DELETE /access-control-list/b6851863-6760-4bb5-967f-94420ce986d0 HTTP/1.1" 200 115 0.077955 10.0.0.41 - - [2025-10-09 02:13:57] "DELETE /project/8ade4972-064b-465f-ab5d-6b6325910398 HTTP/1.1" 200 115 1.321454 10.0.0.56 - - [2025-10-09 02:13:57] "POST /neutron/subnet HTTP/1.1" 200 725 0.021044 10.0.0.56 - - [2025-10-09 02:13:57] "POST /id-to-fqname HTTP/1.1" 200 269 0.001153 10.0.0.41 - - [2025-10-09 02:13:57] "DELETE /project/45b18dfc-afb1-499f-86cf-0a46f967cb8e HTTP/1.1" 200 115 1.350789 10.0.0.41 - - [2025-10-09 02:13:57] "DELETE /project/ecd45db5-5c98-4b9f-a116-7302772669c6 HTTP/1.1" 200 115 1.361236 10.0.0.41 - - [2025-10-09 02:13:57] "DELETE /project/14bfd9e2-67f2-4ab3-bd08-090d925a878a HTTP/1.1" 200 115 1.369165 10.0.0.41 - - [2025-10-09 02:13:58] "GET /projects?obj_uuids=3077e71f-b3d8-41fe-a2a6-03bee0942b8a&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001134 10.0.0.56 - - [2025-10-09 02:13:58] "GET /project/3077e71f-b3d8-41fe-a2a6-03bee0942b8a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.071496 10.0.0.56 - - [2025-10-09 02:13:58] "POST /neutron/port HTTP/1.1" 200 117 0.006830 10.0.0.56 - - [2025-10-09 02:13:58] "POST /id-to-fqname HTTP/1.1" 200 270 0.001383 10.0.0.56 - - [2025-10-09 02:13:58] "POST /neutron/network HTTP/1.1" 200 1097 0.011496 10.0.0.56 - - [2025-10-09 02:13:59] "POST /neutron/port HTTP/1.1" 200 1177 0.021556 10.0.0.56 - - [2025-10-09 02:13:59] "POST /neutron/port HTTP/1.1" 200 1205 0.020360 10.0.0.41 - - [2025-10-09 02:13:59] "GET /projects?obj_uuids=3077e71f-b3d8-41fe-a2a6-03bee0942b8a&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001391 10.0.0.56 - - [2025-10-09 02:13:59] "POST /neutron/subnet HTTP/1.1" 200 1389 0.016192 10.0.0.56 - - [2025-10-09 02:13:59] "GET /project/3077e71f-b3d8-41fe-a2a6-03bee0942b8a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.074943 10.0.0.56 - - [2025-10-09 02:13:59] "POST /neutron/port HTTP/1.1" 200 117 0.002227 10.0.0.56 - - [2025-10-09 02:14:00] "POST /neutron/security_group HTTP/1.1" 200 2067 0.013508 10.0.0.41 - - [2025-10-09 02:14:00] "GET /projects?obj_uuids=3077e71f-b3d8-41fe-a2a6-03bee0942b8a&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001005 10.0.0.56 - - [2025-10-09 02:14:00] "POST /neutron/port HTTP/1.1" 200 1174 0.375006 10.0.0.56 - - [2025-10-09 02:14:01] "POST /neutron/port HTTP/1.1" 200 1228 0.161288 10.0.0.56 - - [2025-10-09 02:14:01] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005963 10.0.0.56 - - [2025-10-09 02:14:01] "POST /neutron/port HTTP/1.1" 200 117 0.001913 10.0.0.56 - - [2025-10-09 02:14:01] "POST /fqname-to-id HTTP/1.1" 404 193 0.003968 10.0.0.56 - - [2025-10-09 02:14:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003423 10.0.0.41 - - [2025-10-09 02:14:01] "GET /domains?obj_uuids=7ed77c0b-e642-4c13-a404-7756503cf17d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001369 10.0.0.56 - - [2025-10-09 02:14:01] "GET /domain/7ed77c0b-e642-4c13-a404-7756503cf17d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.009014 10.0.0.56 - - [2025-10-09 02:14:01] "POST /service-templates HTTP/1.1" 200 543 0.042877 10.0.0.56 - - [2025-10-09 02:14:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003433 10.0.0.56 - - [2025-10-09 02:14:01] "GET /service-template/93ba39e3-eb68-47c5-ad17-18e845ba3668?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1825 0.006799 10.0.0.56 - - [2025-10-09 02:14:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003249 10.0.0.56 - - [2025-10-09 02:14:01] "GET /service-template/93ba39e3-eb68-47c5-ad17-18e845ba3668?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1825 0.004682 10.0.0.56 - - [2025-10-09 02:14:01] "POST /id-to-fqname HTTP/1.1" 200 269 0.001307 10.0.0.56 - - [2025-10-09 02:14:01] "POST /id-to-fqname HTTP/1.1" 200 269 0.001729 10.0.0.56 - - [2025-10-09 02:14:01] "POST /id-to-fqname HTTP/1.1" 200 270 0.001480 10.0.0.56 - - [2025-10-09 02:14:02] "POST /neutron/security_group HTTP/1.1" 200 2067 0.008414 10.0.0.56 - - [2025-10-09 02:14:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003723 10.0.0.56 - - [2025-10-09 02:14:02] "DELETE /service-template/93ba39e3-eb68-47c5-ad17-18e845ba3668 HTTP/1.1" 200 115 0.036962 10.0.0.56 - - [2025-10-09 02:14:02] "POST /fqname-to-id HTTP/1.1" 404 193 0.007452 10.0.0.56 - - [2025-10-09 02:14:04] "POST /neutron/port HTTP/1.1" 200 1202 0.019381 10.0.0.56 - - [2025-10-09 02:14:04] "POST /neutron/port HTTP/1.1" 200 151 0.282337 10.0.0.56 - - [2025-10-09 02:14:05] "POST /neutron/network HTTP/1.1" 200 1088 0.010245 10.0.0.41 - - [2025-10-09 02:14:06] "DELETE /route-target/5e375b76-5416-4c03-9709-81e2f4ff23f5 HTTP/1.1" 200 115 0.034690 10.0.0.41 - - [2025-10-09 02:14:06] "POST /useragent-kv HTTP/1.1" 200 115 0.002901 10.0.0.41 - - [2025-10-09 02:14:06] "POST /useragent-kv HTTP/1.1" 200 115 0.002737 10.0.0.41 - - [2025-10-09 02:14:06] "POST /useragent-kv HTTP/1.1" 200 115 0.002238 10.0.0.41 - - [2025-10-09 02:14:06] "POST /useragent-kv HTTP/1.1" 200 115 0.002634 10.0.0.56 - - [2025-10-09 02:14:06] "POST /neutron/network HTTP/1.1" 200 151 0.177378 10.0.0.41 - - [2025-10-09 02:14:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.006178 10.0.0.41 - - [2025-10-09 02:14:06] "GET /projects?obj_uuids=3077e71f-b3d8-41fe-a2a6-03bee0942b8a&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001043 10.0.0.56 - - [2025-10-09 02:14:06] "GET /project/3077e71f-b3d8-41fe-a2a6-03bee0942b8a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.039310 10.0.0.41 - - [2025-10-09 02:14:06] "GET /projects?obj_uuids=3077e71f-b3d8-41fe-a2a6-03bee0942b8a&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001646 10.0.0.56 - - [2025-10-09 02:14:06] "GET /project/3077e71f-b3d8-41fe-a2a6-03bee0942b8a?fields=virtual_networks HTTP/1.1" 200 1050 0.065373 10.0.0.41 - - [2025-10-09 02:14:06] "GET /projects?obj_uuids=3077e71f-b3d8-41fe-a2a6-03bee0942b8a&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001022 10.0.0.56 - - [2025-10-09 02:14:06] "GET /project/3077e71f-b3d8-41fe-a2a6-03bee0942b8a?fields=virtual_machine_interfaces HTTP/1.1" 200 1050 0.045543 10.0.0.41 - - [2025-10-09 02:14:06] "GET /projects?obj_uuids=3077e71f-b3d8-41fe-a2a6-03bee0942b8a&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001326 10.0.0.56 - - [2025-10-09 02:14:06] "GET /project/3077e71f-b3d8-41fe-a2a6-03bee0942b8a?fields=security_groups HTTP/1.1" 200 1285 0.054270 10.0.0.56 - - [2025-10-09 02:14:07] "POST /fqname-to-id HTTP/1.1" 404 200 0.036483 10.0.0.41 - - [2025-10-09 02:14:07] "GET /projects?obj_uuids=023f3029-107c-4fd7-a6a5-52c944b31dcb&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003774 10.0.0.41 - - [2025-10-09 02:14:07] "GET /domains?obj_uuids=7ed77c0b-e642-4c13-a404-7756503cf17d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001616 10.0.0.41 - - [2025-10-09 02:14:07] "GET /domain/7ed77c0b-e642-4c13-a404-7756503cf17d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.015328 10.0.0.41 - - [2025-10-09 02:14:07] "POST /id-to-fqname HTTP/1.1" 200 202 0.001473 10.0.0.41 - - [2025-10-09 02:14:07] "POST /fqname-to-id HTTP/1.1" 404 211 0.015152 10.0.0.41 - - [2025-10-09 02:14:07] "POST /security-groups HTTP/1.1" 200 603 0.078277 10.0.0.41 - - [2025-10-09 02:14:07] "POST /projects HTTP/1.1" 200 609 0.306464 10.0.0.41 - - [2025-10-09 02:14:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.336558 10.0.0.41 - - [2025-10-09 02:14:08] "POST /access-control-lists HTTP/1.1" 200 608 0.033405 10.0.0.56 - - [2025-10-09 02:14:08] "GET /project/023f3029-107c-4fd7-a6a5-52c944b31dcb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.481494 10.0.0.56 - - [2025-10-09 02:14:09] "GET / HTTP/1.1" 200 35931 0.001544 10.0.0.56 - - [2025-10-09 02:14:10] "POST /fqname-to-id HTTP/1.1" 401 292 0.000491 10.0.0.56 - - [2025-10-09 02:14:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.063386 10.0.0.41 - - [2025-10-09 02:14:10] "GET /projects?obj_uuids=023f3029-107c-4fd7-a6a5-52c944b31dcb&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001049 10.0.0.56 - - [2025-10-09 02:14:10] "GET /project/023f3029-107c-4fd7-a6a5-52c944b31dcb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.040394 10.0.0.56 - - [2025-10-09 02:14:10] "POST /neutron/network HTTP/1.1" 200 117 0.033478 10.0.0.41 - - [2025-10-09 02:14:10] "POST /route-targets HTTP/1.1" 200 327 0.016428 10.0.0.56 - - [2025-10-09 02:14:11] "POST /neutron/network HTTP/1.1" 200 839 0.010112 10.0.0.56 - - [2025-10-09 02:14:11] "POST /id-to-fqname HTTP/1.1" 200 233 0.001068 10.0.0.56 - - [2025-10-09 02:14:11] "GET /virtual-network/70b7c14c-5886-4b9b-82cf-5358654ef636?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2068 0.005049 10.0.0.56 - - [2025-10-09 02:14:11] "GET /virtual-network/70b7c14c-5886-4b9b-82cf-5358654ef636?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2068 0.006886 10.0.0.56 - - [2025-10-09 02:14:11] "POST /neutron/subnet HTTP/1.1" 200 730 0.009462 10.0.0.56 - - [2025-10-09 02:14:11] "GET /virtual-network/70b7c14c-5886-4b9b-82cf-5358654ef636?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2068 0.005856 10.0.0.19 - - [2025-10-09 02:14:12] "GET /obj-perms HTTP/1.1" 200 5054 0.048026 10.0.0.41 - - [2025-10-09 02:14:13] "GET /obj-perms HTTP/1.1" 200 5054 0.047531 10.0.0.56 - - [2025-10-09 02:14:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004088 10.0.0.41 - - [2025-10-09 02:14:13] "GET /projects?obj_uuids=023f3029-107c-4fd7-a6a5-52c944b31dcb&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001347 10.0.0.56 - - [2025-10-09 02:14:13] "GET /project/023f3029-107c-4fd7-a6a5-52c944b31dcb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.048031 10.0.0.41 - - [2025-10-09 02:14:13] "POST /ref-update HTTP/1.1" 200 156 0.034143 10.0.0.41 - - [2025-10-09 02:14:13] "POST /useragent-kv HTTP/1.1" 200 115 0.010295 10.0.0.56 - - [2025-10-09 02:14:13] "POST /neutron/subnet HTTP/1.1" 200 734 0.225669 10.0.0.56 - - [2025-10-09 02:14:13] "POST /id-to-fqname HTTP/1.1" 200 233 0.001429 10.0.0.56 - - [2025-10-09 02:14:13] "GET /virtual-network/72db5c8b-1e87-47c1-a832-2f54570f9f98?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.005397 10.0.0.56 - - [2025-10-09 02:14:13] "GET /virtual-network/72db5c8b-1e87-47c1-a832-2f54570f9f98?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.005768 10.0.0.56 - - [2025-10-09 02:14:13] "POST /neutron/network HTTP/1.1" 200 840 0.007792 10.0.0.56 - - [2025-10-09 02:14:14] "GET /virtual-network/72db5c8b-1e87-47c1-a832-2f54570f9f98?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.005651 10.0.0.56 - - [2025-10-09 02:14:14] "GET /obj-perms HTTP/1.1" 200 5054 0.063992 10.0.0.56 - - [2025-10-09 02:14:14] "POST /id-to-fqname HTTP/1.1" 200 233 0.001405 10.0.0.41 - - [2025-10-09 02:14:45] "GET /projects?obj_uuids=023f3029-107c-4fd7-a6a5-52c944b31dcb&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001066 10.0.0.56 - - [2025-10-09 02:14:45] "GET /project/023f3029-107c-4fd7-a6a5-52c944b31dcb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.062360 10.0.0.56 - - [2025-10-09 02:14:45] "POST /neutron/network HTTP/1.1" 200 840 0.006829 10.0.0.56 - - [2025-10-09 02:14:45] "POST /id-to-fqname HTTP/1.1" 200 233 0.001370 10.0.0.56 - - [2025-10-09 02:14:45] "POST /neutron/port HTTP/1.1" 200 117 0.009273 10.0.0.41 - - [2025-10-09 02:14:45] "GET /projects?obj_uuids=023f3029-107c-4fd7-a6a5-52c944b31dcb&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001066 10.0.0.56 - - [2025-10-09 02:14:46] "POST /neutron/port HTTP/1.1" 200 1074 0.417792 10.0.0.41 - - [2025-10-09 02:14:46] "GET /projects?obj_uuids=023f3029-107c-4fd7-a6a5-52c944b31dcb&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.002393 10.0.0.56 - - [2025-10-09 02:14:46] "POST /neutron/port HTTP/1.1" 200 1128 0.151201 10.0.0.56 - - [2025-10-09 02:14:46] "GET /project/023f3029-107c-4fd7-a6a5-52c944b31dcb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.164789 10.0.0.56 - - [2025-10-09 02:14:46] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004014 10.0.0.56 - - [2025-10-09 02:14:46] "POST /neutron/network HTTP/1.1" 200 840 0.010877 10.0.0.56 - - [2025-10-09 02:14:47] "POST /neutron/port HTTP/1.1" 200 117 0.006745 10.0.0.56 - - [2025-10-09 02:14:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.005260 10.0.0.41 - - [2025-10-09 02:14:47] "GET /projects?obj_uuids=023f3029-107c-4fd7-a6a5-52c944b31dcb&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001646 10.0.0.56 - - [2025-10-09 02:14:47] "GET /project/023f3029-107c-4fd7-a6a5-52c944b31dcb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.079166 10.0.0.56 - - [2025-10-09 02:14:47] "GET /virtual-network/70b7c14c-5886-4b9b-82cf-5358654ef636?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2068 0.011074 10.0.0.56 - - [2025-10-09 02:14:47] "GET /floating-ip-pools?parent_id=70b7c14c-5886-4b9b-82cf-5358654ef636&detail=False&count=False&shared=False HTTP/1.1" 200 133 0.004740 10.0.0.56 - - [2025-10-09 02:14:47] "GET /virtual-network/70b7c14c-5886-4b9b-82cf-5358654ef636?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2068 0.006269 10.0.0.56 - - [2025-10-09 02:14:47] "POST /floating-ip-pools HTTP/1.1" 200 609 0.065744 10.0.0.56 - - [2025-10-09 02:14:47] "POST /ref-update HTTP/1.1" 200 156 0.021363 10.0.0.56 - - [2025-10-09 02:14:47] "GET /virtual-network/70b7c14c-5886-4b9b-82cf-5358654ef636?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2068 0.007700 10.0.0.56 - - [2025-10-09 02:14:47] "POST /neutron/port HTTP/1.1" 200 1073 0.024902 10.0.0.56 - - [2025-10-09 02:14:47] "GET /virtual-network/70b7c14c-5886-4b9b-82cf-5358654ef636?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2068 0.004934 10.0.0.56 - - [2025-10-09 02:14:48] "POST /neutron/port HTTP/1.1" 200 1102 0.028014 10.0.0.56 - - [2025-10-09 02:14:48] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005983 10.0.0.56 - - [2025-10-09 02:14:48] "POST /neutron/network HTTP/1.1" 200 839 0.011834 10.0.0.41 - - [2025-10-09 02:14:57] "DELETE /project/023f3029107c4fd7a6a552c944b31dcb HTTP/1.1" 404 173 0.051906 10.0.0.41 - - [2025-10-09 02:14:57] "GET /projects?obj_uuids=3077e71f-b3d8-41fe-a2a6-03bee0942b8a&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001005 10.0.0.41 - - [2025-10-09 02:14:57] "GET /project/3077e71f-b3d8-41fe-a2a6-03bee0942b8a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1504 0.101592 10.0.0.41 - - [2025-10-09 02:14:57] "GET /projects?obj_uuids=3077e71f-b3d8-41fe-a2a6-03bee0942b8a&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001017 10.0.0.41 - - [2025-10-09 02:14:57] "GET /project/3077e71f-b3d8-41fe-a2a6-03bee0942b8a?fields=security_groups HTTP/1.1" 200 1390 0.062553 10.0.0.41 - - [2025-10-09 02:14:57] "DELETE /security-group/39b5780b-0b16-4f27-8081-1648653b8ada HTTP/1.1" 200 115 0.093239 10.0.0.41 - - [2025-10-09 02:14:57] "GET /projects?obj_uuids=3077e71f-b3d8-41fe-a2a6-03bee0942b8a&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.000913 10.0.0.41 - - [2025-10-09 02:14:57] "GET /project/3077e71f-b3d8-41fe-a2a6-03bee0942b8a?fields=application_policy_sets HTTP/1.1" 200 1429 0.055171 10.0.0.41 - - [2025-10-09 02:14:58] "DELETE /project/3077e71f-b3d8-41fe-a2a6-03bee0942b8a HTTP/1.1" 200 115 0.631324 10.0.0.56 - - [2025-10-09 02:14:58] "POST /neutron/port HTTP/1.1" 200 1102 0.026741 10.0.0.56 - - [2025-10-09 02:15:03] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007969 10.0.0.56 - - [2025-10-09 02:15:13] "POST /neutron/port HTTP/1.1" 200 1102 0.037454 10.0.0.56 - - [2025-10-09 02:15:18] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007611 10.0.0.56 - - [2025-10-09 02:15:28] "POST /neutron/port HTTP/1.1" 200 1102 0.015372 10.0.0.56 - - [2025-10-09 02:15:33] "POST /neutron/security_group HTTP/1.1" 200 2070 0.008303 10.0.0.56 - - [2025-10-09 02:15:44] "POST /neutron/port HTTP/1.1" 200 1102 0.018834 10.0.0.56 - - [2025-10-09 02:15:44] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007510 10.0.0.56 - - [2025-10-09 02:15:44] "GET /virtual-machine/f2d91935-b1f2-4f1b-ad1e-3d4fb0c9df28 HTTP/1.1" 401 292 0.000372 10.0.0.56 - - [2025-10-09 02:15:44] "POST /neutron/port HTTP/1.1" 200 1102 0.041888 10.0.0.56 - - [2025-10-09 02:15:44] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004716 10.0.0.56 - - [2025-10-09 02:15:44] "GET /virtual-machine/f2d91935-b1f2-4f1b-ad1e-3d4fb0c9df28 HTTP/1.1" 200 1305 0.047415 10.0.0.56 - - [2025-10-09 02:15:44] "GET /virtual-machine-interface/7ba83674-90db-465f-b0f5-603660a6b866 HTTP/1.1" 200 3004 0.006601 10.0.0.56 - - [2025-10-09 02:15:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004584 10.0.0.56 - - [2025-10-09 02:15:44] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004652 10.0.0.56 - - [2025-10-09 02:15:44] "GET /virtual-networks?parent_id=023f3029-107c-4fd7-a6a5-52c944b31dcb&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.003629 10.0.0.56 - - [2025-10-09 02:15:44] "POST /neutron/network HTTP/1.1" 200 840 0.006692 10.0.0.56 - - [2025-10-09 02:15:44] "GET /virtual-network/72db5c8b-1e87-47c1-a832-2f54570f9f98?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.007023 10.0.0.56 - - [2025-10-09 02:15:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003941 10.0.0.56 - - [2025-10-09 02:15:47] "GET /virtual-network/72db5c8b-1e87-47c1-a832-2f54570f9f98?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.005485 10.0.0.56 - - [2025-10-09 02:15:51] "POST /neutron/network HTTP/1.1" 200 849 0.007839 10.0.0.56 - - [2025-10-09 02:15:51] "POST /neutron/port HTTP/1.1" 200 117 0.001270 10.0.0.56 - - [2025-10-09 02:15:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003674 10.0.0.56 - - [2025-10-09 02:15:51] "GET /virtual-network/72db5c8b-1e87-47c1-a832-2f54570f9f98?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.005657 10.0.0.56 - - [2025-10-09 02:15:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003781 10.0.0.56 - - [2025-10-09 02:15:56] "GET /virtual-network/72db5c8b-1e87-47c1-a832-2f54570f9f98?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.006169 10.0.0.56 - - [2025-10-09 02:16:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004618 10.0.0.56 - - [2025-10-09 02:16:00] "GET /virtual-network/72db5c8b-1e87-47c1-a832-2f54570f9f98?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.007949 10.0.0.56 - - [2025-10-09 02:16:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.005049 10.0.0.56 - - [2025-10-09 02:16:04] "GET /virtual-network/72db5c8b-1e87-47c1-a832-2f54570f9f98?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.006342 10.0.0.19 - - [2025-10-09 02:16:06] "GET /obj-perms HTTP/1.1" 200 5056 0.046846 10.0.0.56 - - [2025-10-09 02:16:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004317 10.0.0.56 - - [2025-10-09 02:16:08] "GET /virtual-network/72db5c8b-1e87-47c1-a832-2f54570f9f98?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.006212 10.0.0.56 - - [2025-10-09 02:16:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003739 10.0.0.56 - - [2025-10-09 02:16:12] "GET /virtual-network/72db5c8b-1e87-47c1-a832-2f54570f9f98?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.005400 10.0.0.56 - - [2025-10-09 02:16:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003686 10.0.0.56 - - [2025-10-09 02:16:16] "GET /virtual-network/72db5c8b-1e87-47c1-a832-2f54570f9f98?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.005447 10.0.0.56 - - [2025-10-09 02:16:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003724 10.0.0.56 - - [2025-10-09 02:16:18] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004206 10.0.0.56 - - [2025-10-09 02:16:18] "GET /virtual-networks?parent_id=023f3029-107c-4fd7-a6a5-52c944b31dcb&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.002859 10.0.0.56 - - [2025-10-09 02:16:18] "GET /virtual-network/72db5c8b-1e87-47c1-a832-2f54570f9f98?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.006040 10.0.0.56 - - [2025-10-09 02:16:18] "POST /neutron/security_group HTTP/1.1" 200 2070 0.008029 10.0.0.56 - - [2025-10-09 02:16:28] "POST /neutron/port HTTP/1.1" 200 1102 0.016702 10.0.0.56 - - [2025-10-09 02:16:30] "POST /neutron/security_group HTTP/1.1" 200 2070 0.029093 10.0.0.56 - - [2025-10-09 02:16:33] "POST /neutron/port HTTP/1.1" 200 1102 0.016029 10.0.0.56 - - [2025-10-09 02:16:39] "POST /neutron/port HTTP/1.1" 200 1102 0.013746 10.0.0.56 - - [2025-10-09 02:16:39] "POST /neutron/port HTTP/1.1" 200 1101 0.016585 10.0.0.56 - - [2025-10-09 02:16:39] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007445 10.0.0.56 - - [2025-10-09 02:16:39] "GET /virtual-machine/42bcee28-7d6d-4b8e-b880-085c28ce7fee HTTP/1.1" 200 1304 0.006331 10.0.0.56 - - [2025-10-09 02:16:39] "GET /virtual-machine-interface/b8ee6694-d827-44ed-a474-ce418cc65c39 HTTP/1.1" 200 3005 0.007277 10.0.0.56 - - [2025-10-09 02:16:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003570 10.0.0.56 - - [2025-10-09 02:16:39] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003999 10.0.0.56 - - [2025-10-09 02:16:39] "GET /virtual-networks?parent_id=023f3029-107c-4fd7-a6a5-52c944b31dcb&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.002755 10.0.0.56 - - [2025-10-09 02:16:39] "GET /virtual-network/70b7c14c-5886-4b9b-82cf-5358654ef636?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2068 0.009841 10.0.0.56 - - [2025-10-09 02:16:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003782 10.0.0.56 - - [2025-10-09 02:16:40] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003656 10.0.0.56 - - [2025-10-09 02:16:40] "GET /virtual-networks?parent_id=023f3029-107c-4fd7-a6a5-52c944b31dcb&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.003322 10.0.0.56 - - [2025-10-09 02:16:40] "GET /virtual-network/70b7c14c-5886-4b9b-82cf-5358654ef636?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2068 0.007149 10.0.0.56 - - [2025-10-09 02:16:40] "POST /neutron/floatingip HTTP/1.1" 200 580 0.015720 10.0.0.56 - - [2025-10-09 02:16:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.002849 10.0.0.56 - - [2025-10-09 02:16:40] "GET /routing-instance/79b9cc70-9808-45c1-9af7-d1ba09db3ee9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1491 0.005390 10.0.0.56 - - [2025-10-09 02:16:40] "GET /route-target/55d5a454-8b2f-4e72-83c7-329cfa1bd05e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 900 0.005019 10.0.0.56 - - [2025-10-09 02:16:45] "POST /neutron/network HTTP/1.1" 200 850 0.006931 10.0.0.56 - - [2025-10-09 02:16:45] "POST /neutron/port HTTP/1.1" 200 117 0.001243 10.0.0.56 - - [2025-10-09 02:16:53] "POST /neutron/port HTTP/1.1" 200 1101 0.038131 10.0.0.56 - - [2025-10-09 02:16:53] "POST /neutron/subnet HTTP/1.1" 200 704 0.008989 10.0.0.56 - - [2025-10-09 02:17:02] "POST /neutron/floatingip HTTP/1.1" 200 580 0.012012 10.0.0.56 - - [2025-10-09 02:17:02] "POST /neutron/floatingip HTTP/1.1" 200 115 0.074037 10.0.0.56 - - [2025-10-09 02:17:02] "GET /floating-ip-pool/7f90b776-5014-449a-be1c-2fcf1eac02dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1206 0.007247 10.0.0.56 - - [2025-10-09 02:17:02] "POST /ref-update HTTP/1.1" 200 156 0.016152 10.0.0.56 - - [2025-10-09 02:17:02] "DELETE /floating-ip-pool/7f90b776-5014-449a-be1c-2fcf1eac02dc HTTP/1.1" 200 115 0.035511 10.0.0.56 - - [2025-10-09 02:17:03] "POST /neutron/port HTTP/1.1" 200 1101 0.015373 10.0.0.56 - - [2025-10-09 02:17:03] "POST /neutron/port HTTP/1.1" 200 1102 0.015772 10.0.0.56 - - [2025-10-09 02:17:04] "POST /neutron/network HTTP/1.1" 200 840 0.007805 10.0.0.41 - - [2025-10-09 02:17:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.039328 10.0.0.41 - - [2025-10-09 02:17:05] "POST /useragent-kv HTTP/1.1" 200 115 0.006326 10.0.0.41 - - [2025-10-09 02:17:05] "POST /useragent-kv HTTP/1.1" 200 115 0.002665 10.0.0.56 - - [2025-10-09 02:17:05] "POST /neutron/network HTTP/1.1" 200 151 0.125926 10.0.0.41 - - [2025-10-09 02:17:05] "DELETE /route-target/55d5a454-8b2f-4e72-83c7-329cfa1bd05e HTTP/1.1" 200 115 0.029440 10.0.0.41 - - [2025-10-09 02:17:06] "GET /projects?obj_uuids=023f3029-107c-4fd7-a6a5-52c944b31dcb&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000965 10.0.0.41 - - [2025-10-09 02:17:06] "GET /obj-perms HTTP/1.1" 200 5056 0.066864 10.0.0.56 - - [2025-10-09 02:17:06] "GET /project/023f3029-107c-4fd7-a6a5-52c944b31dcb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.079476 10.0.0.41 - - [2025-10-09 02:17:06] "GET /projects?obj_uuids=023f3029-107c-4fd7-a6a5-52c944b31dcb&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001008 10.0.0.56 - - [2025-10-09 02:17:06] "GET /project/023f3029-107c-4fd7-a6a5-52c944b31dcb?fields=virtual_networks HTTP/1.1" 200 1055 0.044906 10.0.0.41 - - [2025-10-09 02:17:06] "GET /projects?obj_uuids=023f3029-107c-4fd7-a6a5-52c944b31dcb&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000996 10.0.0.56 - - [2025-10-09 02:17:07] "GET /project/023f3029-107c-4fd7-a6a5-52c944b31dcb?fields=virtual_machine_interfaces HTTP/1.1" 200 1055 0.066294 10.0.0.41 - - [2025-10-09 02:17:07] "GET /projects?obj_uuids=023f3029-107c-4fd7-a6a5-52c944b31dcb&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000972 10.0.0.56 - - [2025-10-09 02:17:07] "GET /project/023f3029-107c-4fd7-a6a5-52c944b31dcb?fields=security_groups HTTP/1.1" 200 1293 0.040604 10.0.0.56 - - [2025-10-09 02:17:08] "POST /fqname-to-id HTTP/1.1" 404 188 0.036333 10.0.0.41 - - [2025-10-09 02:17:08] "GET /projects?obj_uuids=570e1309-7117-4a78-8a93-e4c3a273076a&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003228 10.0.0.41 - - [2025-10-09 02:17:08] "GET /domains?obj_uuids=7ed77c0b-e642-4c13-a404-7756503cf17d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000953 10.0.0.41 - - [2025-10-09 02:17:08] "GET /domain/7ed77c0b-e642-4c13-a404-7756503cf17d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006473 10.0.0.41 - - [2025-10-09 02:17:08] "POST /id-to-fqname HTTP/1.1" 200 190 0.001912 10.0.0.41 - - [2025-10-09 02:17:08] "POST /fqname-to-id HTTP/1.1" 404 199 0.009776 10.0.0.41 - - [2025-10-09 02:17:08] "POST /security-groups HTTP/1.1" 200 591 0.078942 10.0.0.41 - - [2025-10-09 02:17:08] "POST /fqname-to-id HTTP/1.1" 404 234 0.003412 10.0.0.41 - - [2025-10-09 02:17:08] "POST /projects HTTP/1.1" 200 585 0.311152 10.0.0.41 - - [2025-10-09 02:17:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.357360 10.0.0.41 - - [2025-10-09 02:17:08] "POST /access-control-lists HTTP/1.1" 200 594 0.033385 10.0.0.56 - - [2025-10-09 02:17:08] "GET /project/570e1309-7117-4a78-8a93-e4c3a273076a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.531240 10.0.0.56 - - [2025-10-09 02:17:09] "GET / HTTP/1.1" 200 35931 0.001926 10.0.0.41 - - [2025-10-09 02:17:12] "GET /projects?obj_uuids=570e1309-7117-4a78-8a93-e4c3a273076a&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000993 10.0.0.56 - - [2025-10-09 02:17:12] "GET /project/570e1309-7117-4a78-8a93-e4c3a273076a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.037600 10.0.0.41 - - [2025-10-09 02:17:12] "GET /projects?obj_uuids=570e1309-7117-4a78-8a93-e4c3a273076a&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000941 10.0.0.56 - - [2025-10-09 02:17:12] "GET /project/570e1309-7117-4a78-8a93-e4c3a273076a?fields=virtual_networks HTTP/1.1" 200 1031 0.053671 10.0.0.41 - - [2025-10-09 02:17:12] "GET /projects?obj_uuids=570e1309-7117-4a78-8a93-e4c3a273076a&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001811 10.0.0.56 - - [2025-10-09 02:17:12] "GET /project/570e1309-7117-4a78-8a93-e4c3a273076a?fields=virtual_machine_interfaces HTTP/1.1" 200 1031 0.043461 10.0.0.41 - - [2025-10-09 02:17:12] "GET /projects?obj_uuids=570e1309-7117-4a78-8a93-e4c3a273076a&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001044 10.0.0.56 - - [2025-10-09 02:17:12] "GET /project/570e1309-7117-4a78-8a93-e4c3a273076a?fields=security_groups HTTP/1.1" 200 1257 0.061670 10.0.0.56 - - [2025-10-09 02:17:13] "POST /fqname-to-id HTTP/1.1" 404 183 0.031404 10.0.0.41 - - [2025-10-09 02:17:13] "GET /projects?obj_uuids=54bf56d9-e597-4e36-9edf-9df4f272bcc7&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003356 10.0.0.41 - - [2025-10-09 02:17:13] "GET /domains?obj_uuids=7ed77c0b-e642-4c13-a404-7756503cf17d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001304 10.0.0.41 - - [2025-10-09 02:17:13] "GET /domain/7ed77c0b-e642-4c13-a404-7756503cf17d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.010385 10.0.0.41 - - [2025-10-09 02:17:14] "POST /id-to-fqname HTTP/1.1" 200 185 0.005176 10.0.0.41 - - [2025-10-09 02:17:14] "POST /fqname-to-id HTTP/1.1" 404 194 0.018773 10.0.0.41 - - [2025-10-09 02:17:14] "POST /security-groups HTTP/1.1" 200 586 0.046407 10.0.0.41 - - [2025-10-09 02:17:14] "POST /projects HTTP/1.1" 200 575 0.293272 10.0.0.41 - - [2025-10-09 02:17:14] "POST /fqname-to-id HTTP/1.1" 404 228 0.014636 10.0.0.41 - - [2025-10-09 02:17:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.379324 10.0.0.56 - - [2025-10-09 02:17:14] "GET /project/54bf56d9-e597-4e36-9edf-9df4f272bcc7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1343 0.545722 10.0.0.56 - - [2025-10-09 02:17:15] "GET / HTTP/1.1" 200 35931 0.001818 10.0.0.41 - - [2025-10-09 02:17:21] "GET /projects?obj_uuids=54bf56d9-e597-4e36-9edf-9df4f272bcc7&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001005 10.0.0.56 - - [2025-10-09 02:17:21] "GET /project/54bf56d9-e597-4e36-9edf-9df4f272bcc7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1343 0.044323 10.0.0.41 - - [2025-10-09 02:17:21] "GET /projects?obj_uuids=54bf56d9-e597-4e36-9edf-9df4f272bcc7&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001054 10.0.0.56 - - [2025-10-09 02:17:21] "GET /project/54bf56d9-e597-4e36-9edf-9df4f272bcc7?fields=virtual_networks HTTP/1.1" 200 1022 0.112502 10.0.0.41 - - [2025-10-09 02:17:21] "GET /projects?obj_uuids=54bf56d9-e597-4e36-9edf-9df4f272bcc7&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000976 10.0.0.56 - - [2025-10-09 02:17:21] "GET /project/54bf56d9-e597-4e36-9edf-9df4f272bcc7?fields=virtual_machine_interfaces HTTP/1.1" 200 1022 0.060477 10.0.0.41 - - [2025-10-09 02:17:21] "GET /projects?obj_uuids=54bf56d9-e597-4e36-9edf-9df4f272bcc7&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001179 10.0.0.56 - - [2025-10-09 02:17:21] "GET /project/54bf56d9-e597-4e36-9edf-9df4f272bcc7?fields=security_groups HTTP/1.1" 200 1243 0.044637 10.0.0.56 - - [2025-10-09 02:17:22] "POST /fqname-to-id HTTP/1.1" 404 187 0.031447 10.0.0.41 - - [2025-10-09 02:17:22] "GET /projects?obj_uuids=59093cf5-3535-4a36-957c-ba9add2b3371&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003340 10.0.0.41 - - [2025-10-09 02:17:22] "GET /domains?obj_uuids=7ed77c0b-e642-4c13-a404-7756503cf17d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000975 10.0.0.41 - - [2025-10-09 02:17:22] "GET /domain/7ed77c0b-e642-4c13-a404-7756503cf17d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007283 10.0.0.41 - - [2025-10-09 02:17:22] "POST /id-to-fqname HTTP/1.1" 200 189 0.003562 10.0.0.41 - - [2025-10-09 02:17:22] "POST /fqname-to-id HTTP/1.1" 404 198 0.004230 10.0.0.41 - - [2025-10-09 02:17:22] "POST /security-groups HTTP/1.1" 200 590 0.029575 10.0.0.41 - - [2025-10-09 02:17:22] "POST /projects HTTP/1.1" 200 583 0.241107 10.0.0.41 - - [2025-10-09 02:17:22] "POST /access-control-lists HTTP/1.1" 200 595 0.035358 10.0.0.41 - - [2025-10-09 02:17:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.317467 10.0.0.56 - - [2025-10-09 02:17:22] "GET /project/59093cf5-3535-4a36-957c-ba9add2b3371?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.446422 10.0.0.56 - - [2025-10-09 02:17:23] "GET / HTTP/1.1" 200 35931 0.001773 10.0.0.41 - - [2025-10-09 02:17:27] "GET /projects?obj_uuids=59093cf5-3535-4a36-957c-ba9add2b3371&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001063 10.0.0.56 - - [2025-10-09 02:17:27] "GET /project/59093cf5-3535-4a36-957c-ba9add2b3371?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.045559 10.0.0.41 - - [2025-10-09 02:17:27] "GET /projects?obj_uuids=59093cf5-3535-4a36-957c-ba9add2b3371&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001188 10.0.0.56 - - [2025-10-09 02:17:27] "GET /project/59093cf5-3535-4a36-957c-ba9add2b3371?fields=virtual_networks HTTP/1.1" 200 1030 0.050821 10.0.0.41 - - [2025-10-09 02:17:27] "GET /projects?obj_uuids=59093cf5-3535-4a36-957c-ba9add2b3371&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001027 10.0.0.56 - - [2025-10-09 02:17:27] "GET /project/59093cf5-3535-4a36-957c-ba9add2b3371?fields=virtual_machine_interfaces HTTP/1.1" 200 1030 0.036717 10.0.0.41 - - [2025-10-09 02:17:27] "GET /projects?obj_uuids=59093cf5-3535-4a36-957c-ba9add2b3371&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001020 10.0.0.56 - - [2025-10-09 02:17:27] "GET /project/59093cf5-3535-4a36-957c-ba9add2b3371?fields=security_groups HTTP/1.1" 200 1255 0.053997 10.0.0.56 - - [2025-10-09 02:17:28] "POST /fqname-to-id HTTP/1.1" 404 188 0.028020 10.0.0.41 - - [2025-10-09 02:17:28] "GET /projects?obj_uuids=771079ad-06f8-465a-aa98-bf3e863a2f1f&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003191 10.0.0.41 - - [2025-10-09 02:17:28] "GET /domains?obj_uuids=7ed77c0b-e642-4c13-a404-7756503cf17d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001072 10.0.0.41 - - [2025-10-09 02:17:28] "GET /domain/7ed77c0b-e642-4c13-a404-7756503cf17d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007659 10.0.0.41 - - [2025-10-09 02:17:28] "POST /id-to-fqname HTTP/1.1" 200 190 0.003870 10.0.0.41 - - [2025-10-09 02:17:28] "POST /fqname-to-id HTTP/1.1" 404 199 0.032469 10.0.0.41 - - [2025-10-09 02:17:28] "POST /security-groups HTTP/1.1" 200 591 0.030983 10.0.0.41 - - [2025-10-09 02:17:28] "POST /fqname-to-id HTTP/1.1" 404 234 0.004458 10.0.0.41 - - [2025-10-09 02:17:28] "POST /projects HTTP/1.1" 200 585 0.278422 10.0.0.41 - - [2025-10-09 02:17:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.352740 10.0.0.41 - - [2025-10-09 02:17:28] "POST /access-control-lists HTTP/1.1" 200 594 0.027081 10.0.0.56 - - [2025-10-09 02:17:28] "GET /project/771079ad-06f8-465a-aa98-bf3e863a2f1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.488653 10.0.0.56 - - [2025-10-09 02:17:29] "GET / HTTP/1.1" 200 35931 0.001901 10.0.0.41 - - [2025-10-09 02:17:32] "GET /projects?obj_uuids=771079ad-06f8-465a-aa98-bf3e863a2f1f&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001011 10.0.0.56 - - [2025-10-09 02:17:33] "GET /project/771079ad-06f8-465a-aa98-bf3e863a2f1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.041873 10.0.0.41 - - [2025-10-09 02:17:33] "GET /projects?obj_uuids=771079ad-06f8-465a-aa98-bf3e863a2f1f&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000917 10.0.0.56 - - [2025-10-09 02:17:33] "GET /project/771079ad-06f8-465a-aa98-bf3e863a2f1f?fields=virtual_networks HTTP/1.1" 200 1032 0.044334 10.0.0.41 - - [2025-10-09 02:17:33] "GET /projects?obj_uuids=771079ad-06f8-465a-aa98-bf3e863a2f1f&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000955 10.0.0.56 - - [2025-10-09 02:17:33] "GET /project/771079ad-06f8-465a-aa98-bf3e863a2f1f?fields=virtual_machine_interfaces HTTP/1.1" 200 1032 0.040274 10.0.0.41 - - [2025-10-09 02:17:33] "GET /projects?obj_uuids=771079ad-06f8-465a-aa98-bf3e863a2f1f&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000942 10.0.0.56 - - [2025-10-09 02:17:33] "GET /project/771079ad-06f8-465a-aa98-bf3e863a2f1f?fields=security_groups HTTP/1.1" 200 1258 0.048251 10.0.0.56 - - [2025-10-09 02:17:34] "POST /fqname-to-id HTTP/1.1" 404 192 0.023986 10.0.0.41 - - [2025-10-09 02:17:34] "GET /projects?obj_uuids=bd8a0796-77a6-4aba-94de-e37555cad54b&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003679 10.0.0.41 - - [2025-10-09 02:17:34] "GET /domains?obj_uuids=7ed77c0b-e642-4c13-a404-7756503cf17d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001010 10.0.0.41 - - [2025-10-09 02:17:34] "GET /domain/7ed77c0b-e642-4c13-a404-7756503cf17d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007235 10.0.0.41 - - [2025-10-09 02:17:34] "POST /id-to-fqname HTTP/1.1" 200 194 0.001319 10.0.0.41 - - [2025-10-09 02:17:34] "POST /fqname-to-id HTTP/1.1" 404 203 0.006032 10.0.0.41 - - [2025-10-09 02:17:34] "POST /security-groups HTTP/1.1" 200 595 0.079107 10.0.0.41 - - [2025-10-09 02:17:34] "POST /projects HTTP/1.1" 200 593 0.280556 10.0.0.41 - - [2025-10-09 02:17:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.354563 10.0.0.41 - - [2025-10-09 02:17:34] "POST /fqname-to-id HTTP/1.1" 404 237 0.012122 10.0.0.56 - - [2025-10-09 02:17:34] "GET /project/bd8a0796-77a6-4aba-94de-e37555cad54b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1380 0.515174 10.0.0.56 - - [2025-10-09 02:17:35] "GET / HTTP/1.1" 200 35931 0.001496 10.0.0.41 - - [2025-10-09 02:17:38] "GET /projects?obj_uuids=bd8a0796-77a6-4aba-94de-e37555cad54b&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001008 10.0.0.56 - - [2025-10-09 02:17:38] "GET /project/bd8a0796-77a6-4aba-94de-e37555cad54b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1380 0.040318 10.0.0.41 - - [2025-10-09 02:17:38] "GET /projects?obj_uuids=bd8a0796-77a6-4aba-94de-e37555cad54b&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001464 10.0.0.56 - - [2025-10-09 02:17:38] "GET /project/bd8a0796-77a6-4aba-94de-e37555cad54b?fields=virtual_networks HTTP/1.1" 200 1041 0.046542 10.0.0.41 - - [2025-10-09 02:17:38] "GET /projects?obj_uuids=bd8a0796-77a6-4aba-94de-e37555cad54b&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001035 10.0.0.56 - - [2025-10-09 02:17:38] "GET /project/bd8a0796-77a6-4aba-94de-e37555cad54b?fields=virtual_machine_interfaces HTTP/1.1" 200 1041 0.035115 10.0.0.41 - - [2025-10-09 02:17:38] "GET /projects?obj_uuids=bd8a0796-77a6-4aba-94de-e37555cad54b&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000935 10.0.0.56 - - [2025-10-09 02:17:39] "GET /project/bd8a0796-77a6-4aba-94de-e37555cad54b?fields=security_groups HTTP/1.1" 200 1271 0.046449 10.0.0.56 - - [2025-10-09 02:17:39] "POST /fqname-to-id HTTP/1.1" 404 183 0.034863 10.0.0.41 - - [2025-10-09 02:17:39] "GET /projects?obj_uuids=fb81c5c3-8151-4b62-b4a8-ddb2a22e6ab2&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003610 10.0.0.41 - - [2025-10-09 02:17:39] "GET /domains?obj_uuids=7ed77c0b-e642-4c13-a404-7756503cf17d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001491 10.0.0.41 - - [2025-10-09 02:17:39] "GET /domain/7ed77c0b-e642-4c13-a404-7756503cf17d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008801 10.0.0.41 - - [2025-10-09 02:17:40] "POST /id-to-fqname HTTP/1.1" 200 185 0.001267 10.0.0.41 - - [2025-10-09 02:17:40] "POST /fqname-to-id HTTP/1.1" 404 194 0.009998 10.0.0.41 - - [2025-10-09 02:17:40] "POST /security-groups HTTP/1.1" 200 586 0.073334 10.0.0.41 - - [2025-10-09 02:17:40] "POST /projects HTTP/1.1" 200 575 0.288761 10.0.0.41 - - [2025-10-09 02:17:40] "POST /access-control-lists HTTP/1.1" 200 591 0.027105 10.0.0.41 - - [2025-10-09 02:17:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.358433 10.0.0.56 - - [2025-10-09 02:17:40] "GET /project/fb81c5c3-8151-4b62-b4a8-ddb2a22e6ab2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1344 0.528201 10.0.0.56 - - [2025-10-09 02:17:41] "GET / HTTP/1.1" 200 35931 0.001888 10.0.0.56 - - [2025-10-09 02:17:41] "POST /fqname-to-id HTTP/1.1" 404 193 0.003520 10.0.0.41 - - [2025-10-09 02:17:42] "POST /fqname-to-id HTTP/1.1" 404 228 0.003524 10.0.0.41 - - [2025-10-09 02:17:42] "POST /access-control-lists HTTP/1.1" 200 588 0.027886 10.0.0.41 - - [2025-10-09 02:17:42] "PUT /access-control-list/71f61d2b-e357-46ec-a705-683771f44363 HTTP/1.1" 200 272 0.022578 10.0.0.56 - - [2025-10-09 02:17:42] "POST /neutron/security_group_rule HTTP/1.1" 200 539 0.052386 10.0.0.56 - - [2025-10-09 02:17:43] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.157329 10.0.0.56 - - [2025-10-09 02:17:43] "POST /fqname-to-id HTTP/1.1" 404 193 0.016955 10.0.0.41 - - [2025-10-09 02:17:43] "POST /fqname-to-id HTTP/1.1" 404 228 0.003341 10.0.0.41 - - [2025-10-09 02:17:43] "POST /access-control-lists HTTP/1.1" 200 588 0.035325 10.0.0.41 - - [2025-10-09 02:17:43] "PUT /access-control-list/423fee54-3b4d-4c43-b659-ab2c1e9e4c08 HTTP/1.1" 200 272 0.014048 10.0.0.56 - - [2025-10-09 02:17:43] "POST /neutron/security_group_rule HTTP/1.1" 200 539 0.014567 10.0.0.56 - - [2025-10-09 02:17:43] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.167561 10.0.0.56 - - [2025-10-09 02:17:43] "POST /fqname-to-id HTTP/1.1" 401 292 0.000699 10.0.0.56 - - [2025-10-09 02:17:44] "POST /fqname-to-id HTTP/1.1" 404 210 0.025448 10.0.0.41 - - [2025-10-09 02:17:44] "POST /fqname-to-id HTTP/1.1" 404 245 0.004197 10.0.0.41 - - [2025-10-09 02:17:44] "POST /access-control-lists HTTP/1.1" 200 605 0.033069 10.0.0.41 - - [2025-10-09 02:17:44] "PUT /access-control-list/6a06d794-fefa-45f3-826b-3062e490ff34 HTTP/1.1" 200 272 0.021403 10.0.0.56 - - [2025-10-09 02:17:44] "POST /neutron/security_group_rule HTTP/1.1" 200 539 0.041888 10.0.0.56 - - [2025-10-09 02:17:45] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.156621 10.0.0.56 - - [2025-10-09 02:17:45] "POST /fqname-to-id HTTP/1.1" 404 210 0.004010 10.0.0.41 - - [2025-10-09 02:17:45] "POST /fqname-to-id HTTP/1.1" 404 245 0.004081 10.0.0.41 - - [2025-10-09 02:17:45] "POST /access-control-lists HTTP/1.1" 200 605 0.026357 10.0.0.41 - - [2025-10-09 02:17:45] "PUT /access-control-list/466935b3-84eb-4e6c-ab3b-a78173868351 HTTP/1.1" 200 272 0.023616 10.0.0.56 - - [2025-10-09 02:17:45] "POST /neutron/security_group_rule HTTP/1.1" 200 539 0.019628 10.0.0.56 - - [2025-10-09 02:17:46] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.181896 10.0.0.41 - - [2025-10-09 02:17:47] "POST /route-targets HTTP/1.1" 200 327 0.015503 10.0.0.56 - - [2025-10-09 02:17:47] "POST /neutron/router HTTP/1.1" 200 541 0.010859 10.0.0.56 - - [2025-10-09 02:17:47] "POST /neutron/router HTTP/1.1" 200 541 0.004405 10.0.0.56 - - [2025-10-09 02:17:47] "POST /neutron/router HTTP/1.1" 200 541 0.003811 10.0.0.56 - - [2025-10-09 02:17:47] "POST /neutron/router HTTP/1.1" 200 541 0.004004 10.0.0.56 - - [2025-10-09 02:17:47] "POST /neutron/router HTTP/1.1" 200 541 0.006234 10.0.0.56 - - [2025-10-09 02:17:47] "POST /neutron/router HTTP/1.1" 200 541 0.004131 10.0.0.56 - - [2025-10-09 02:17:47] "POST /neutron/router HTTP/1.1" 200 541 0.006549 10.0.0.56 - - [2025-10-09 02:17:47] "POST /neutron/router HTTP/1.1" 200 541 0.005128 10.0.0.56 - - [2025-10-09 02:17:47] "POST /neutron/router HTTP/1.1" 200 541 0.005179 10.0.0.56 - - [2025-10-09 02:17:48] "POST /neutron/router HTTP/1.1" 200 541 0.005002 10.0.0.56 - - [2025-10-09 02:17:48] "POST /neutron/router HTTP/1.1" 200 541 0.005233 10.0.0.56 - - [2025-10-09 02:17:48] "POST /neutron/router HTTP/1.1" 200 541 0.042794 10.0.0.41 - - [2025-10-09 02:17:48] "GET /projects?obj_uuids=fb81c5c3-8151-4b62-b4a8-ddb2a22e6ab2&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001044 10.0.0.41 - - [2025-10-09 02:17:48] "DELETE /route-target/f5e9e918-5b46-4e43-aa37-28ddd4719310 HTTP/1.1" 200 115 0.030227 10.0.0.56 - - [2025-10-09 02:17:48] "POST /neutron/router HTTP/1.1" 200 559 0.131015 10.0.0.56 - - [2025-10-09 02:17:48] "POST /neutron/router HTTP/1.1" 200 559 0.009520 10.0.0.56 - - [2025-10-09 02:17:48] "POST /neutron/router HTTP/1.1" 200 559 0.004530 10.0.0.56 - - [2025-10-09 02:17:48] "POST /neutron/router HTTP/1.1" 200 559 0.004049 10.0.0.56 - - [2025-10-09 02:17:48] "POST /neutron/router HTTP/1.1" 200 559 0.004956 10.0.0.56 - - [2025-10-09 02:17:48] "POST /neutron/router HTTP/1.1" 200 559 0.004162 10.0.0.56 - - [2025-10-09 02:17:48] "POST /neutron/router HTTP/1.1" 200 559 0.004284 10.0.0.56 - - [2025-10-09 02:17:48] "POST /neutron/router HTTP/1.1" 200 559 0.004356 10.0.0.56 - - [2025-10-09 02:17:48] "POST /neutron/router HTTP/1.1" 200 559 0.004069 10.0.0.56 - - [2025-10-09 02:17:48] "POST /neutron/router HTTP/1.1" 200 559 0.004504 10.0.0.56 - - [2025-10-09 02:17:48] "POST /neutron/router HTTP/1.1" 200 559 0.004702 10.0.0.56 - - [2025-10-09 02:17:49] "POST /neutron/router HTTP/1.1" 200 559 0.028372 10.0.0.56 - - [2025-10-09 02:17:49] "POST /neutron/router HTTP/1.1" 200 559 0.004109 10.0.0.41 - - [2025-10-09 02:17:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.009978 10.0.0.56 - - [2025-10-09 02:17:49] "POST /neutron/router HTTP/1.1" 200 541 0.016670 10.0.0.41 - - [2025-10-09 02:17:49] "PUT /logical-router/1247faf2-9447-47e9-8f15-a32ea58ab185 HTTP/1.1" 200 262 0.032252 10.0.0.56 - - [2025-10-09 02:17:49] "POST /neutron/router HTTP/1.1" 200 541 0.012582 10.0.0.56 - - [2025-10-09 02:17:49] "POST /neutron/router HTTP/1.1" 200 541 0.003968 10.0.0.56 - - [2025-10-09 02:17:49] "POST /neutron/router HTTP/1.1" 200 541 0.007283 10.0.0.56 - - [2025-10-09 02:17:49] "POST /neutron/router HTTP/1.1" 200 541 0.004963 10.0.0.56 - - [2025-10-09 02:17:49] "POST /neutron/router HTTP/1.1" 200 541 0.004126 10.0.0.56 - - [2025-10-09 02:17:49] "POST /neutron/router HTTP/1.1" 200 541 0.003846 10.0.0.56 - - [2025-10-09 02:17:49] "POST /neutron/router HTTP/1.1" 200 541 0.004042 10.0.0.56 - - [2025-10-09 02:17:49] "POST /neutron/router HTTP/1.1" 200 541 0.004247 10.0.0.56 - - [2025-10-09 02:17:49] "POST /neutron/router HTTP/1.1" 200 541 0.008197 10.0.0.56 - - [2025-10-09 02:17:49] "POST /neutron/router HTTP/1.1" 200 541 0.004535 10.0.0.56 - - [2025-10-09 02:17:49] "POST /neutron/router HTTP/1.1" 200 541 0.007466 10.0.0.56 - - [2025-10-09 02:17:50] "POST /neutron/router HTTP/1.1" 200 151 0.090553 10.0.0.41 - - [2025-10-09 02:17:50] "GET /logical-router/1247faf2-9447-47e9-8f15-a32ea58ab185?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.034073 10.0.0.56 - - [2025-10-09 02:17:50] "POST /neutron/security_group HTTP/1.1" 200 521 0.003697 10.0.0.41 - - [2025-10-09 02:17:50] "DELETE /access-control-list/a4c00ff1-206d-41ff-86d7-e78066682168 HTTP/1.1" 200 115 0.045699 10.0.0.41 - - [2025-10-09 02:17:50] "DELETE /access-control-list/6a06d794-fefa-45f3-826b-3062e490ff34 HTTP/1.1" 200 115 0.034354 10.0.0.56 - - [2025-10-09 02:17:50] "POST /neutron/security_group HTTP/1.1" 200 151 0.079823 10.0.0.41 - - [2025-10-09 02:17:50] "DELETE /access-control-list/47db4402-7cf2-4e88-8205-739e1aeb4d8e HTTP/1.1" 200 115 0.031773 10.0.0.41 - - [2025-10-09 02:17:51] "GET /projects?obj_uuids=fb81c5c3-8151-4b62-b4a8-ddb2a22e6ab2&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000990 10.0.0.56 - - [2025-10-09 02:17:51] "GET /project/fb81c5c3-8151-4b62-b4a8-ddb2a22e6ab2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1344 0.037072 10.0.0.41 - - [2025-10-09 02:17:51] "GET /projects?obj_uuids=fb81c5c3-8151-4b62-b4a8-ddb2a22e6ab2&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001069 10.0.0.56 - - [2025-10-09 02:17:51] "GET /project/fb81c5c3-8151-4b62-b4a8-ddb2a22e6ab2?fields=virtual_networks HTTP/1.1" 200 1023 0.045373 10.0.0.41 - - [2025-10-09 02:17:51] "GET /projects?obj_uuids=fb81c5c3-8151-4b62-b4a8-ddb2a22e6ab2&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000972 10.0.0.56 - - [2025-10-09 02:17:51] "GET /project/fb81c5c3-8151-4b62-b4a8-ddb2a22e6ab2?fields=virtual_machine_interfaces HTTP/1.1" 200 1023 0.037840 10.0.0.41 - - [2025-10-09 02:17:51] "GET /projects?obj_uuids=fb81c5c3-8151-4b62-b4a8-ddb2a22e6ab2&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000972 10.0.0.56 - - [2025-10-09 02:17:51] "GET /project/fb81c5c3-8151-4b62-b4a8-ddb2a22e6ab2?fields=security_groups HTTP/1.1" 200 1244 0.036991 10.0.0.56 - - [2025-10-09 02:17:52] "POST /fqname-to-id HTTP/1.1" 404 184 0.028208 10.0.0.41 - - [2025-10-09 02:17:52] "GET /projects?obj_uuids=ff5688d1-b9ac-4886-83c2-bb04b1a62bd4&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003666 10.0.0.41 - - [2025-10-09 02:17:52] "GET /domains?obj_uuids=7ed77c0b-e642-4c13-a404-7756503cf17d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001096 10.0.0.41 - - [2025-10-09 02:17:52] "GET /domain/7ed77c0b-e642-4c13-a404-7756503cf17d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008946 10.0.0.41 - - [2025-10-09 02:17:53] "POST /id-to-fqname HTTP/1.1" 200 186 0.008529 10.0.0.41 - - [2025-10-09 02:17:53] "POST /fqname-to-id HTTP/1.1" 404 195 0.005939 10.0.0.41 - - [2025-10-09 02:17:53] "POST /security-groups HTTP/1.1" 200 587 0.033646 10.0.0.41 - - [2025-10-09 02:17:53] "POST /projects HTTP/1.1" 200 577 0.254008 10.0.0.41 - - [2025-10-09 02:17:53] "POST /access-control-lists HTTP/1.1" 200 592 0.034169 10.0.0.41 - - [2025-10-09 02:17:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.327191 10.0.0.56 - - [2025-10-09 02:17:53] "GET /project/ff5688d1-b9ac-4886-83c2-bb04b1a62bd4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.473303 10.0.0.56 - - [2025-10-09 02:17:54] "GET / HTTP/1.1" 200 35931 0.001575 10.0.0.56 - - [2025-10-09 02:17:56] "POST /fqname-to-id HTTP/1.1" 401 292 0.000563 10.0.0.56 - - [2025-10-09 02:17:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.052510 10.0.0.41 - - [2025-10-09 02:17:56] "GET /projects?obj_uuids=ff5688d1-b9ac-4886-83c2-bb04b1a62bd4&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000940 10.0.0.56 - - [2025-10-09 02:17:56] "GET /project/ff5688d1-b9ac-4886-83c2-bb04b1a62bd4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.043285 10.0.0.56 - - [2025-10-09 02:17:56] "POST /neutron/network HTTP/1.1" 200 117 0.033536 10.0.0.41 - - [2025-10-09 02:17:56] "POST /route-targets HTTP/1.1" 200 327 0.016625 10.0.0.56 - - [2025-10-09 02:17:57] "POST /neutron/network HTTP/1.1" 200 820 0.008606 10.0.0.56 - - [2025-10-09 02:17:57] "POST /id-to-fqname HTTP/1.1" 200 216 0.001043 10.0.0.56 - - [2025-10-09 02:17:57] "GET /virtual-network/53492e00-7e95-4cc6-8cb7-b6e00fa2bf4f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2032 0.005914 10.0.0.56 - - [2025-10-09 02:17:57] "GET /virtual-network/53492e00-7e95-4cc6-8cb7-b6e00fa2bf4f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2032 0.006154 10.0.0.56 - - [2025-10-09 02:17:57] "POST /neutron/subnet HTTP/1.1" 200 725 0.009314 10.0.0.56 - - [2025-10-09 02:17:57] "POST /fqname-to-id HTTP/1.1" 404 206 0.002722 10.0.0.56 - - [2025-10-09 02:17:57] "GET /virtual-network/53492e00-7e95-4cc6-8cb7-b6e00fa2bf4f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2032 0.005030 10.0.0.56 - - [2025-10-09 02:17:57] "GET /virtual-machine-interface/d9bb24f9-5006-4fd5-8bd6-b5f3b908e3f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2385 0.007225 10.0.0.56 - - [2025-10-09 02:17:57] "GET /virtual-machine-interface/d9bb24f9-5006-4fd5-8bd6-b5f3b908e3f9?fields=instance_ip_back_refs HTTP/1.1" 200 1318 0.008319 10.0.0.56 - - [2025-10-09 02:17:57] "GET /instance-ip/35962d63-ac41-4234-8db5-fc5def0e04d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1594 0.009548 10.0.0.56 - - [2025-10-09 02:17:57] "POST /neutron/port HTTP/1.1" 200 151 0.110315 10.0.0.41 - - [2025-10-09 02:17:58] "DELETE /project/59093cf535354a36957cba9add2b3371 HTTP/1.1" 404 173 0.021066 10.0.0.41 - - [2025-10-09 02:17:58] "DELETE /project/771079ad06f8465aaa98bf3e863a2f1f HTTP/1.1" 404 173 0.027202 10.0.0.41 - - [2025-10-09 02:17:58] "DELETE /project/54bf56d9e5974e369edf9df4f272bcc7 HTTP/1.1" 404 173 0.019236 10.0.0.41 - - [2025-10-09 02:17:58] "DELETE /project/570e130971174a788a93e4c3a273076a HTTP/1.1" 404 173 0.015930 10.0.0.41 - - [2025-10-09 02:17:58] "DELETE /project/ff5688d1b9ac488683c2bb04b1a62bd4 HTTP/1.1" 404 173 0.018815 10.0.0.41 - - [2025-10-09 02:17:58] "DELETE /project/fb81c5c381514b62b4a8ddb2a22e6ab2 HTTP/1.1" 404 173 0.013752 10.0.0.41 - - [2025-10-09 02:17:58] "GET /projects?obj_uuids=59093cf5-3535-4a36-957c-ba9add2b3371&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.000975 10.0.0.41 - - [2025-10-09 02:17:58] "GET /projects?obj_uuids=bd8a0796-77a6-4aba-94de-e37555cad54b&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000834 10.0.0.41 - - [2025-10-09 02:17:58] "GET /projects?obj_uuids=570e1309-7117-4a78-8a93-e4c3a273076a&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000764 10.0.0.41 - - [2025-10-09 02:17:58] "GET /projects?obj_uuids=54bf56d9-e597-4e36-9edf-9df4f272bcc7&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000760 10.0.0.41 - - [2025-10-09 02:17:58] "DELETE /project/023f3029-107c-4fd7-a6a5-52c944b31dcb HTTP/1.1" 404 177 0.014112 10.0.0.41 - - [2025-10-09 02:17:58] "DELETE /project/bd8a079677a64aba94dee37555cad54b HTTP/1.1" 404 173 0.012694 10.0.0.41 - - [2025-10-09 02:17:58] "GET /projects?obj_uuids=771079ad-06f8-465a-aa98-bf3e863a2f1f&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000819 10.0.0.41 - - [2025-10-09 02:17:58] "GET /projects?obj_uuids=fb81c5c3-8151-4b62-b4a8-ddb2a22e6ab2&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000849 10.0.0.41 - - [2025-10-09 02:17:58] "DELETE /route-target/212b6262-70a4-471c-b142-cb748b4be910 HTTP/1.1" 200 115 0.094827 10.0.0.41 - - [2025-10-09 02:17:58] "GET /project/54bf56d9-e597-4e36-9edf-9df4f272bcc7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1448 0.123458 10.0.0.41 - - [2025-10-09 02:17:58] "GET /project/bd8a0796-77a6-4aba-94de-e37555cad54b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1485 0.133962 10.0.0.41 - - [2025-10-09 02:17:58] "GET /project/570e1309-7117-4a78-8a93-e4c3a273076a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1467 0.202193 10.0.0.41 - - [2025-10-09 02:17:58] "GET /projects?obj_uuids=54bf56d9-e597-4e36-9edf-9df4f272bcc7&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.002131 10.0.0.41 - - [2025-10-09 02:17:58] "GET /projects?obj_uuids=bd8a0796-77a6-4aba-94de-e37555cad54b&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.002026 10.0.0.41 - - [2025-10-09 02:17:58] "GET /project/59093cf5-3535-4a36-957c-ba9add2b3371?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1464 0.242339 10.0.0.41 - - [2025-10-09 02:17:58] "GET /projects?obj_uuids=570e1309-7117-4a78-8a93-e4c3a273076a&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001243 10.0.0.41 - - [2025-10-09 02:17:58] "GET /projects?obj_uuids=59093cf5-3535-4a36-957c-ba9add2b3371&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001127 10.0.0.41 - - [2025-10-09 02:17:58] "GET /project/771079ad-06f8-465a-aa98-bf3e863a2f1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1468 0.252552 10.0.0.41 - - [2025-10-09 02:17:58] "GET /project/fb81c5c3-8151-4b62-b4a8-ddb2a22e6ab2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1449 0.282492 10.0.0.41 - - [2025-10-09 02:17:58] "GET /projects?obj_uuids=771079ad-06f8-465a-aa98-bf3e863a2f1f&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001625 10.0.0.41 - - [2025-10-09 02:17:58] "GET /project/54bf56d9-e597-4e36-9edf-9df4f272bcc7?fields=security_groups HTTP/1.1" 200 1348 0.199803 10.0.0.41 - - [2025-10-09 02:17:58] "GET /projects?obj_uuids=fb81c5c3-8151-4b62-b4a8-ddb2a22e6ab2&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001065 10.0.0.41 - - [2025-10-09 02:17:58] "GET /project/bd8a0796-77a6-4aba-94de-e37555cad54b?fields=security_groups HTTP/1.1" 200 1376 0.207360 10.0.0.41 - - [2025-10-09 02:17:58] "GET /project/59093cf5-3535-4a36-957c-ba9add2b3371?fields=security_groups HTTP/1.1" 200 1360 0.174020 10.0.0.41 - - [2025-10-09 02:17:58] "GET /project/570e1309-7117-4a78-8a93-e4c3a273076a?fields=security_groups HTTP/1.1" 200 1362 0.204560 10.0.0.41 - - [2025-10-09 02:17:58] "GET /project/771079ad-06f8-465a-aa98-bf3e863a2f1f?fields=security_groups HTTP/1.1" 200 1363 0.178851 10.0.0.41 - - [2025-10-09 02:17:58] "GET /project/fb81c5c3-8151-4b62-b4a8-ddb2a22e6ab2?fields=security_groups HTTP/1.1" 200 1349 0.198583 10.0.0.41 - - [2025-10-09 02:17:58] "DELETE /security-group/997b9406-c0aa-41ee-95c5-5a74ac903069 HTTP/1.1" 200 115 0.231107 10.0.0.41 - - [2025-10-09 02:17:58] "GET /projects?obj_uuids=54bf56d9-e597-4e36-9edf-9df4f272bcc7&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.002662 10.0.0.41 - - [2025-10-09 02:17:58] "DELETE /security-group/8293f7b9-3e5a-4a95-a3f0-85a9ae059ffb HTTP/1.1" 200 115 0.243877 10.0.0.41 - - [2025-10-09 02:17:58] "GET /projects?obj_uuids=bd8a0796-77a6-4aba-94de-e37555cad54b&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001292 10.0.0.41 - - [2025-10-09 02:17:58] "DELETE /security-group/ef6a8571-4f1d-4002-8152-c49f2cf2cbc2 HTTP/1.1" 200 115 0.301864 10.0.0.41 - - [2025-10-09 02:17:58] "GET /project/54bf56d9-e597-4e36-9edf-9df4f272bcc7?fields=application_policy_sets HTTP/1.1" 200 1387 0.172660 10.0.0.41 - - [2025-10-09 02:17:59] "GET /projects?obj_uuids=59093cf5-3535-4a36-957c-ba9add2b3371&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001302 10.0.0.41 - - [2025-10-09 02:17:59] "GET /project/bd8a0796-77a6-4aba-94de-e37555cad54b?fields=application_policy_sets HTTP/1.1" 200 1415 0.151600 10.0.0.41 - - [2025-10-09 02:17:59] "DELETE /security-group/e5ca819e-7dac-4753-832e-054375625c8f HTTP/1.1" 200 115 0.357153 10.0.0.41 - - [2025-10-09 02:17:59] "DELETE /security-group/2a9b7c4c-43f0-4d7a-91ef-cfee08e6c90a HTTP/1.1" 200 115 0.344005 10.0.0.41 - - [2025-10-09 02:17:59] "GET /projects?obj_uuids=570e1309-7117-4a78-8a93-e4c3a273076a&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001205 10.0.0.41 - - [2025-10-09 02:17:59] "DELETE /security-group/54df9cb4-73a0-4264-8db3-42f273a5904c HTTP/1.1" 200 115 0.321480 10.0.0.41 - - [2025-10-09 02:17:59] "GET /projects?obj_uuids=771079ad-06f8-465a-aa98-bf3e863a2f1f&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001658 10.0.0.41 - - [2025-10-09 02:17:59] "DELETE /access-control-list/9e5e4ec9-e0f1-4348-89ad-71a4f9a180c5 HTTP/1.1" 200 115 0.186272 10.0.0.41 - - [2025-10-09 02:17:59] "GET /projects?obj_uuids=fb81c5c3-8151-4b62-b4a8-ddb2a22e6ab2&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001546 10.0.0.41 - - [2025-10-09 02:17:59] "GET /project/59093cf5-3535-4a36-957c-ba9add2b3371?fields=application_policy_sets HTTP/1.1" 200 1399 0.161251 10.0.0.41 - - [2025-10-09 02:17:59] "GET /project/fb81c5c3-8151-4b62-b4a8-ddb2a22e6ab2?fields=application_policy_sets HTTP/1.1" 200 1388 0.177011 10.0.0.41 - - [2025-10-09 02:17:59] "GET /project/570e1309-7117-4a78-8a93-e4c3a273076a?fields=application_policy_sets HTTP/1.1" 200 1401 0.222695 10.0.0.41 - - [2025-10-09 02:17:59] "GET /project/771079ad-06f8-465a-aa98-bf3e863a2f1f?fields=application_policy_sets HTTP/1.1" 200 1402 0.227988 10.0.0.41 - - [2025-10-09 02:17:59] "DELETE /access-control-list/72ecb80e-7670-4b46-93e6-14147b4a5a55 HTTP/1.1" 200 115 0.113412 10.0.0.41 - - [2025-10-09 02:17:59] "DELETE /project/54bf56d9-e597-4e36-9edf-9df4f272bcc7 HTTP/1.1" 200 115 1.295814 10.0.0.41 - - [2025-10-09 02:17:59] "DELETE /project/bd8a0796-77a6-4aba-94de-e37555cad54b HTTP/1.1" 200 115 1.344254 10.0.0.41 - - [2025-10-09 02:17:59] "DELETE /access-control-list/947f3528-9c4a-45e9-ad99-87f602453984 HTTP/1.1" 200 115 0.082094 10.0.0.41 - - [2025-10-09 02:17:59] "DELETE /project/59093cf5-3535-4a36-957c-ba9add2b3371 HTTP/1.1" 200 115 1.424442 10.0.0.41 - - [2025-10-09 02:17:59] "DELETE /project/570e1309-7117-4a78-8a93-e4c3a273076a HTTP/1.1" 200 115 1.565763 10.0.0.41 - - [2025-10-09 02:17:59] "DELETE /project/fb81c5c3-8151-4b62-b4a8-ddb2a22e6ab2 HTTP/1.1" 200 115 1.547792 10.0.0.41 - - [2025-10-09 02:17:59] "DELETE /project/771079ad-06f8-465a-aa98-bf3e863a2f1f HTTP/1.1" 200 115 1.546561 10.0.0.41 - - [2025-10-09 02:17:59] "DELETE /access-control-list/4dfc1785-1c9f-4136-b1fc-c8c593da45aa HTTP/1.1" 200 115 0.051925 10.0.0.41 - - [2025-10-09 02:18:00] "GET /global-system-configs HTTP/1.1" 401 292 0.000474 10.0.0.41 - - [2025-10-09 02:18:00] "GET /global-system-configs HTTP/1.1" 401 292 0.000439 10.0.0.56 - - [2025-10-09 02:18:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003527 10.0.0.41 - - [2025-10-09 02:18:00] "GET /projects?obj_uuids=ff5688d1-b9ac-4886-83c2-bb04b1a62bd4&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001039 10.0.0.56 - - [2025-10-09 02:18:00] "GET /project/ff5688d1-b9ac-4886-83c2-bb04b1a62bd4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.043269 10.0.0.56 - - [2025-10-09 02:18:00] "POST /neutron/network HTTP/1.1" 200 117 0.010357 10.0.0.41 - - [2025-10-09 02:18:01] "GET /global-system-configs HTTP/1.1" 401 292 0.000471 10.0.0.41 - - [2025-10-09 02:18:01] "GET /global-system-configs HTTP/1.1" 401 292 0.000422 10.0.0.41 - - [2025-10-09 02:18:01] "POST /useragent-kv HTTP/1.1" 200 115 0.010618 10.0.0.19 - - [2025-10-09 02:18:01] "GET /global-system-configs HTTP/1.1" 401 292 0.000404 10.0.0.56 - - [2025-10-09 02:18:01] "POST /neutron/subnet HTTP/1.1" 200 720 0.283250 10.0.0.19 - - [2025-10-09 02:18:01] "GET /global-system-configs HTTP/1.1" 401 292 0.000335 10.0.0.56 - - [2025-10-09 02:18:01] "POST /id-to-fqname HTTP/1.1" 200 217 0.001271 10.0.0.56 - - [2025-10-09 02:18:01] "GET /virtual-network/c96eaf72-121d-44f2-aa1a-ab9b3748a516?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2556 0.006261 10.0.0.19 - - [2025-10-09 02:18:01] "GET /global-system-configs HTTP/1.1" 401 292 0.000274 10.0.0.56 - - [2025-10-09 02:18:01] "GET /virtual-network/c96eaf72-121d-44f2-aa1a-ab9b3748a516?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2556 0.005453 10.0.0.19 - - [2025-10-09 02:18:01] "GET /global-system-configs HTTP/1.1" 401 292 0.000308 10.0.0.56 - - [2025-10-09 02:18:01] "POST /neutron/network HTTP/1.1" 200 976 0.009131 10.0.0.41 - - [2025-10-09 02:18:01] "GET /projects?obj_uuids=ff5688d1-b9ac-4886-83c2-bb04b1a62bd4&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001010 10.0.0.56 - - [2025-10-09 02:18:02] "POST /neutron/port HTTP/1.1" 200 1017 0.262750 10.0.0.56 - - [2025-10-09 02:18:02] "POST /id-to-fqname HTTP/1.1" 200 217 0.001287 10.0.0.56 - - [2025-10-09 02:18:02] "POST /neutron/port HTTP/1.1" 200 1017 0.033401 10.0.0.56 - - [2025-10-09 02:18:02] "POST /neutron/port HTTP/1.1" 200 117 0.006227 10.0.0.56 - - [2025-10-09 02:18:03] "POST /id-to-fqname HTTP/1.1" 200 217 0.001444 10.0.0.56 - - [2025-10-09 02:18:03] "POST /neutron/port HTTP/1.1" 200 1017 0.014050 10.0.0.56 - - [2025-10-09 02:18:03] "POST /neutron/port HTTP/1.1" 200 1017 0.011875 10.0.0.56 - - [2025-10-09 02:18:03] "POST /neutron/port HTTP/1.1" 200 117 0.007614 10.0.0.56 - - [2025-10-09 02:18:03] "GET /global-system-configs HTTP/1.1" 401 292 0.000813 10.0.0.56 - - [2025-10-09 02:18:03] "GET /global-system-configs HTTP/1.1" 401 292 0.000433 10.0.0.56 - - [2025-10-09 02:18:04] "POST /neutron/port HTTP/1.1" 200 1017 0.013972 10.0.0.56 - - [2025-10-09 02:18:04] "POST /neutron/port HTTP/1.1" 200 1017 0.011130 10.0.0.56 - - [2025-10-09 02:18:04] "POST /neutron/port HTTP/1.1" 200 1109 0.185220 10.0.0.56 - - [2025-10-09 02:18:04] "POST /neutron/port HTTP/1.1" 200 1109 0.203652 10.0.0.56 - - [2025-10-09 02:18:04] "POST /neutron/port HTTP/1.1" 200 1083 0.017097 10.0.0.56 - - [2025-10-09 02:18:04] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004722 10.0.0.56 - - [2025-10-09 02:18:04] "POST /neutron/port HTTP/1.1" 200 117 0.001135 10.0.0.56 - - [2025-10-09 02:18:05] "GET /global-system-configs HTTP/1.1" 401 292 0.000436 10.0.0.56 - - [2025-10-09 02:18:05] "GET /global-system-configs HTTP/1.1" 401 292 0.000461 10.0.0.56 - - [2025-10-09 02:18:08] "POST /neutron/security_group HTTP/1.1" 200 2054 0.007847 10.0.0.56 - - [2025-10-09 02:18:08] "POST /neutron/port HTTP/1.1" 200 1083 0.019260 10.0.0.56 - - [2025-10-09 02:18:08] "GET /virtual-machine/02c76a89-653a-4a59-ad00-a79d9360d07d HTTP/1.1" 401 292 0.000400 10.0.0.56 - - [2025-10-09 02:18:09] "GET /virtual-machine/02c76a89-653a-4a59-ad00-a79d9360d07d HTTP/1.1" 200 1283 0.028500 10.0.0.56 - - [2025-10-09 02:18:09] "GET /virtual-machine-interface/48063469-1cb8-4487-810e-bfb15dde7615 HTTP/1.1" 200 2923 0.006603 10.0.0.56 - - [2025-10-09 02:18:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003503 10.0.0.56 - - [2025-10-09 02:18:09] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003690 10.0.0.56 - - [2025-10-09 02:18:09] "GET /virtual-networks?parent_id=ff5688d1-b9ac-4886-83c2-bb04b1a62bd4&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.002818 10.0.0.56 - - [2025-10-09 02:18:09] "GET /virtual-network/c96eaf72-121d-44f2-aa1a-ab9b3748a516?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2556 0.006749 10.0.0.56 - - [2025-10-09 02:18:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003858 10.0.0.56 - - [2025-10-09 02:18:12] "GET /virtual-network/c96eaf72-121d-44f2-aa1a-ab9b3748a516?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2556 0.006294 10.0.0.56 - - [2025-10-09 02:18:12] "POST /neutron/security_group HTTP/1.1" 200 2054 0.006919 10.0.0.56 - - [2025-10-09 02:18:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003756 10.0.0.56 - - [2025-10-09 02:18:14] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.009988 10.0.0.56 - - [2025-10-09 02:18:14] "GET /virtual-networks?parent_id=ff5688d1-b9ac-4886-83c2-bb04b1a62bd4&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.003157 10.0.0.56 - - [2025-10-09 02:18:14] "GET /virtual-network/c96eaf72-121d-44f2-aa1a-ab9b3748a516?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2556 0.006163 10.0.0.56 - - [2025-10-09 02:18:14] "POST /neutron/port HTTP/1.1" 200 1083 0.015809 10.0.0.56 - - [2025-10-09 02:18:14] "POST /neutron/security_group HTTP/1.1" 200 2054 0.007360 10.0.0.56 - - [2025-10-09 02:18:15] "GET /virtual-machine/8283392b-0c12-4612-8bfe-5b904b6268e8 HTTP/1.1" 200 1284 0.008416 10.0.0.56 - - [2025-10-09 02:18:15] "GET /virtual-machine-interface/079b2f8e-69e9-4b23-bdf8-37514413c06b HTTP/1.1" 200 2923 0.005624 10.0.0.56 - - [2025-10-09 02:18:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003443 10.0.0.56 - - [2025-10-09 02:18:15] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003579 10.0.0.56 - - [2025-10-09 02:18:15] "GET /virtual-networks?parent_id=ff5688d1-b9ac-4886-83c2-bb04b1a62bd4&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.002996 10.0.0.56 - - [2025-10-09 02:18:15] "GET /virtual-network/c96eaf72-121d-44f2-aa1a-ab9b3748a516?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2556 0.006080 10.0.0.56 - - [2025-10-09 02:18:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003841 10.0.0.56 - - [2025-10-09 02:18:16] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004661 10.0.0.56 - - [2025-10-09 02:18:16] "GET /virtual-networks?parent_id=ff5688d1-b9ac-4886-83c2-bb04b1a62bd4&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.003002 10.0.0.56 - - [2025-10-09 02:18:16] "GET /virtual-network/c96eaf72-121d-44f2-aa1a-ab9b3748a516?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2556 0.006043 10.0.0.56 - - [2025-10-09 02:18:19] "POST /neutron/port HTTP/1.1" 200 1109 0.018190 10.0.0.56 - - [2025-10-09 02:18:20] "POST /neutron/port HTTP/1.1" 200 1109 0.013391 10.0.0.56 - - [2025-10-09 02:18:20] "POST /neutron/port HTTP/1.1" 200 117 0.007343 10.0.0.41 - - [2025-10-09 02:18:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.005677 10.0.0.41 - - [2025-10-09 02:18:20] "POST /useragent-kv HTTP/1.1" 200 115 0.004155 10.0.0.41 - - [2025-10-09 02:18:20] "POST /useragent-kv HTTP/1.1" 200 115 0.004912 10.0.0.41 - - [2025-10-09 02:18:20] "POST /useragent-kv HTTP/1.1" 200 115 0.005255 10.0.0.41 - - [2025-10-09 02:18:20] "POST /useragent-kv HTTP/1.1" 200 115 0.002478 10.0.0.56 - - [2025-10-09 02:18:20] "POST /neutron/network HTTP/1.1" 200 151 0.188689 10.0.0.41 - - [2025-10-09 02:18:21] "GET /projects?obj_uuids=ff5688d1-b9ac-4886-83c2-bb04b1a62bd4&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001292 10.0.0.56 - - [2025-10-09 02:18:21] "GET /project/ff5688d1-b9ac-4886-83c2-bb04b1a62bd4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.041802 10.0.0.41 - - [2025-10-09 02:18:21] "GET /projects?obj_uuids=ff5688d1-b9ac-4886-83c2-bb04b1a62bd4&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001362 10.0.0.56 - - [2025-10-09 02:18:21] "GET /project/ff5688d1-b9ac-4886-83c2-bb04b1a62bd4?fields=virtual_networks HTTP/1.1" 200 1024 0.040398 10.0.0.41 - - [2025-10-09 02:18:21] "GET /projects?obj_uuids=ff5688d1-b9ac-4886-83c2-bb04b1a62bd4&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.002396 10.0.0.56 - - [2025-10-09 02:18:21] "GET /project/ff5688d1-b9ac-4886-83c2-bb04b1a62bd4?fields=virtual_machine_interfaces HTTP/1.1" 200 1024 0.051644 10.0.0.41 - - [2025-10-09 02:18:22] "GET /projects?obj_uuids=ff5688d1-b9ac-4886-83c2-bb04b1a62bd4&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000973 10.0.0.56 - - [2025-10-09 02:18:22] "GET /project/ff5688d1-b9ac-4886-83c2-bb04b1a62bd4?fields=security_groups HTTP/1.1" 200 1246 0.050487 10.0.0.56 - - [2025-10-09 02:18:22] "POST /fqname-to-id HTTP/1.1" 404 186 0.027600 10.0.0.41 - - [2025-10-09 02:18:22] "GET /projects?obj_uuids=3a168f0b-e040-4a9d-b7e3-03c50599981d&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004416 10.0.0.41 - - [2025-10-09 02:18:23] "GET /domains?obj_uuids=7ed77c0b-e642-4c13-a404-7756503cf17d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001448 10.0.0.41 - - [2025-10-09 02:18:23] "GET /domain/7ed77c0b-e642-4c13-a404-7756503cf17d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.010342 10.0.0.41 - - [2025-10-09 02:18:23] "POST /id-to-fqname HTTP/1.1" 200 188 0.003669 10.0.0.41 - - [2025-10-09 02:18:23] "POST /fqname-to-id HTTP/1.1" 404 197 0.003269 10.0.0.41 - - [2025-10-09 02:18:23] "POST /security-groups HTTP/1.1" 200 589 0.073089 10.0.0.41 - - [2025-10-09 02:18:23] "POST /projects HTTP/1.1" 200 581 0.308038 10.0.0.41 - - [2025-10-09 02:18:23] "POST /access-control-lists HTTP/1.1" 200 594 0.034657 10.0.0.41 - - [2025-10-09 02:18:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.392837 10.0.0.56 - - [2025-10-09 02:18:23] "GET /project/3a168f0b-e040-4a9d-b7e3-03c50599981d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.559881 10.0.0.56 - - [2025-10-09 02:18:24] "GET / HTTP/1.1" 200 35931 0.002319 10.0.0.56 - - [2025-10-09 02:18:26] "POST /fqname-to-id HTTP/1.1" 401 292 0.000662 10.0.0.56 - - [2025-10-09 02:18:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.064959 10.0.0.41 - - [2025-10-09 02:18:26] "GET /projects?obj_uuids=3a168f0b-e040-4a9d-b7e3-03c50599981d&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001035 10.0.0.56 - - [2025-10-09 02:18:26] "GET /project/3a168f0b-e040-4a9d-b7e3-03c50599981d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.045988 10.0.0.56 - - [2025-10-09 02:18:26] "POST /neutron/network HTTP/1.1" 200 117 0.039417 10.0.0.41 - - [2025-10-09 02:18:27] "POST /route-targets HTTP/1.1" 200 327 0.018940 10.0.0.56 - - [2025-10-09 02:18:27] "POST /neutron/network HTTP/1.1" 200 823 0.008588 10.0.0.56 - - [2025-10-09 02:18:27] "POST /id-to-fqname HTTP/1.1" 200 219 0.001180 10.0.0.56 - - [2025-10-09 02:18:27] "GET /virtual-network/31b20749-69fe-484a-b1ea-597da35660e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.005371 10.0.0.56 - - [2025-10-09 02:18:27] "GET /virtual-network/31b20749-69fe-484a-b1ea-597da35660e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.005413 10.0.0.56 - - [2025-10-09 02:18:27] "POST /neutron/subnet HTTP/1.1" 200 720 0.009933 10.0.0.56 - - [2025-10-09 02:18:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003454 10.0.0.41 - - [2025-10-09 02:18:27] "GET /projects?obj_uuids=3a168f0b-e040-4a9d-b7e3-03c50599981d&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000960 10.0.0.56 - - [2025-10-09 02:18:27] "GET /project/3a168f0b-e040-4a9d-b7e3-03c50599981d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.051434 10.0.0.41 - - [2025-10-09 02:18:27] "POST /ref-update HTTP/1.1" 200 156 0.025131 10.0.0.41 - - [2025-10-09 02:18:27] "POST /useragent-kv HTTP/1.1" 200 115 0.012235 10.0.0.56 - - [2025-10-09 02:18:27] "POST /neutron/subnet HTTP/1.1" 200 719 0.193807 10.0.0.56 - - [2025-10-09 02:18:27] "POST /id-to-fqname HTTP/1.1" 200 219 0.001646 10.0.0.56 - - [2025-10-09 02:18:27] "GET /virtual-network/c7519452-a229-49b2-81e2-701a5ae69acf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.005632 10.0.0.56 - - [2025-10-09 02:18:27] "GET /virtual-network/c7519452-a229-49b2-81e2-701a5ae69acf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.006110 10.0.0.56 - - [2025-10-09 02:18:27] "POST /neutron/network HTTP/1.1" 200 823 0.007050 10.0.0.56 - - [2025-10-09 02:18:27] "POST /id-to-fqname HTTP/1.1" 200 219 0.001307 10.0.0.41 - - [2025-10-09 02:18:28] "GET /projects?obj_uuids=3a168f0b-e040-4a9d-b7e3-03c50599981d&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001225 10.0.0.56 - - [2025-10-09 02:18:28] "GET /project/3a168f0b-e040-4a9d-b7e3-03c50599981d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.084952 10.0.0.56 - - [2025-10-09 02:18:28] "POST /neutron/network HTTP/1.1" 200 823 0.008746 10.0.0.56 - - [2025-10-09 02:18:29] "POST /id-to-fqname HTTP/1.1" 200 219 0.001842 10.0.0.56 - - [2025-10-09 02:18:29] "POST /neutron/port HTTP/1.1" 200 117 0.007772 10.0.0.41 - - [2025-10-09 02:18:29] "GET /projects?obj_uuids=3a168f0b-e040-4a9d-b7e3-03c50599981d&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001593 10.0.0.56 - - [2025-10-09 02:18:29] "POST /neutron/port HTTP/1.1" 200 1057 0.295228 10.0.0.56 - - [2025-10-09 02:18:29] "POST /neutron/port HTTP/1.1" 200 1111 0.113979 10.0.0.56 - - [2025-10-09 02:18:30] "POST /neutron/subnet HTTP/1.1" 200 694 0.010029 10.0.0.41 - - [2025-10-09 02:18:30] "GET /projects?obj_uuids=3a168f0b-e040-4a9d-b7e3-03c50599981d&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001079 10.0.0.56 - - [2025-10-09 02:18:30] "GET /project/3a168f0b-e040-4a9d-b7e3-03c50599981d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.068903 10.0.0.56 - - [2025-10-09 02:18:30] "POST /neutron/network HTTP/1.1" 200 823 0.008183 10.0.0.56 - - [2025-10-09 02:18:30] "POST /neutron/port HTTP/1.1" 200 117 0.006662 10.0.0.41 - - [2025-10-09 02:18:30] "GET /projects?obj_uuids=3a168f0b-e040-4a9d-b7e3-03c50599981d&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001944 10.0.0.56 - - [2025-10-09 02:18:31] "POST /neutron/router HTTP/1.1" 200 344 0.387306 10.0.0.41 - - [2025-10-09 02:18:31] "POST /ref-update HTTP/1.1" 200 156 0.059716 10.0.0.56 - - [2025-10-09 02:18:31] "POST /neutron/port HTTP/1.1" 200 1085 0.042043 10.0.0.56 - - [2025-10-09 02:18:31] "POST /neutron/port HTTP/1.1" 200 1057 0.014497 10.0.0.56 - - [2025-10-09 02:18:31] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004210 10.0.0.56 - - [2025-10-09 02:18:31] "POST /neutron/network HTTP/1.1" 200 823 0.007380 10.0.0.56 - - [2025-10-09 02:18:36] "POST /neutron/port HTTP/1.1" 200 1085 0.015491 10.0.0.56 - - [2025-10-09 02:18:36] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007961 10.0.0.56 - - [2025-10-09 02:18:36] "GET /virtual-machine/579878ee-6a88-40ed-83f5-60bad3a68644 HTTP/1.1" 401 292 0.000383 10.0.0.56 - - [2025-10-09 02:18:36] "GET /virtual-machine/579878ee-6a88-40ed-83f5-60bad3a68644 HTTP/1.1" 200 1289 0.039167 10.0.0.56 - - [2025-10-09 02:18:36] "GET /virtual-machine-interface/5f17556f-19b8-4653-a670-f5098a1bbdb4 HTTP/1.1" 200 2934 0.006253 10.0.0.56 - - [2025-10-09 02:18:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003638 10.0.0.56 - - [2025-10-09 02:18:36] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004243 10.0.0.56 - - [2025-10-09 02:18:36] "GET /virtual-networks?parent_id=3a168f0b-e040-4a9d-b7e3-03c50599981d&detail=False&count=False&shared=False HTTP/1.1" 200 569 0.003061 10.0.0.56 - - [2025-10-09 02:18:37] "GET /virtual-network/31b20749-69fe-484a-b1ea-597da35660e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.006270 10.0.0.56 - - [2025-10-09 02:18:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003767 10.0.0.56 - - [2025-10-09 02:18:40] "GET /virtual-network/31b20749-69fe-484a-b1ea-597da35660e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.006975 10.0.0.56 - - [2025-10-09 02:18:40] "POST /neutron/port HTTP/1.1" 200 1085 0.019137 10.0.0.56 - - [2025-10-09 02:18:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004149 10.0.0.56 - - [2025-10-09 02:18:42] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003879 10.0.0.56 - - [2025-10-09 02:18:42] "GET /virtual-networks?parent_id=3a168f0b-e040-4a9d-b7e3-03c50599981d&detail=False&count=False&shared=False HTTP/1.1" 200 569 0.003283 10.0.0.56 - - [2025-10-09 02:18:42] "GET /virtual-network/31b20749-69fe-484a-b1ea-597da35660e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.006258 10.0.0.56 - - [2025-10-09 02:18:42] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008041 10.0.0.56 - - [2025-10-09 02:18:42] "POST /neutron/port HTTP/1.1" 200 1085 0.014822 10.0.0.56 - - [2025-10-09 02:18:42] "GET /virtual-machine/99a2ad70-d16f-48e9-b3c0-f2f99ad18238 HTTP/1.1" 200 1291 0.005822 10.0.0.56 - - [2025-10-09 02:18:42] "GET /virtual-machine-interface/5976ba8d-ff1d-4698-86cf-828d451ba9d4 HTTP/1.1" 200 2933 0.005901 10.0.0.56 - - [2025-10-09 02:18:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003253 10.0.0.56 - - [2025-10-09 02:18:42] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003405 10.0.0.56 - - [2025-10-09 02:18:42] "GET /virtual-networks?parent_id=3a168f0b-e040-4a9d-b7e3-03c50599981d&detail=False&count=False&shared=False HTTP/1.1" 200 569 0.002869 10.0.0.56 - - [2025-10-09 02:18:42] "GET /virtual-network/c7519452-a229-49b2-81e2-701a5ae69acf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.006247 10.0.0.56 - - [2025-10-09 02:18:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003855 10.0.0.56 - - [2025-10-09 02:18:43] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003553 10.0.0.56 - - [2025-10-09 02:18:43] "GET /virtual-networks?parent_id=3a168f0b-e040-4a9d-b7e3-03c50599981d&detail=False&count=False&shared=False HTTP/1.1" 200 569 0.002896 10.0.0.56 - - [2025-10-09 02:18:43] "GET /virtual-network/c7519452-a229-49b2-81e2-701a5ae69acf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.006038 10.0.0.41 - - [2025-10-09 02:18:48] "GET /projects?obj_uuids=3a168f0b-e040-4a9d-b7e3-03c50599981d&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001081 10.0.0.56 - - [2025-10-09 02:18:48] "POST /neutron/network HTTP/1.1" 200 833 0.006487 10.0.0.56 - - [2025-10-09 02:18:48] "POST /neutron/router HTTP/1.1" 200 344 0.383004 10.0.0.56 - - [2025-10-09 02:18:48] "POST /neutron/subnet HTTP/1.1" 200 694 0.009272 10.0.0.56 - - [2025-10-09 02:18:54] "POST /neutron/router HTTP/1.1" 200 580 0.006832 10.0.0.56 - - [2025-10-09 02:18:55] "POST /neutron/port HTTP/1.1" 200 1085 0.015316 10.0.0.56 - - [2025-10-09 02:18:55] "POST /neutron/subnet HTTP/1.1" 200 693 0.008698 10.0.0.56 - - [2025-10-09 02:18:58] "POST /neutron/router HTTP/1.1" 200 580 0.007571 10.0.0.41 - - [2025-10-09 02:18:58] "POST /ref-update HTTP/1.1" 200 156 0.016471 10.0.0.41 - - [2025-10-09 02:18:59] "DELETE /project/3a168f0be0404a9db7e303c50599981d HTTP/1.1" 404 173 0.006464 10.0.0.41 - - [2025-10-09 02:18:59] "GET /projects?obj_uuids=ff5688d1-b9ac-4886-83c2-bb04b1a62bd4&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000897 10.0.0.41 - - [2025-10-09 02:18:59] "GET /project/ff5688d1-b9ac-4886-83c2-bb04b1a62bd4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1452 0.044832 10.0.0.41 - - [2025-10-09 02:18:59] "GET /projects?obj_uuids=ff5688d1-b9ac-4886-83c2-bb04b1a62bd4&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000961 10.0.0.41 - - [2025-10-09 02:18:59] "GET /project/ff5688d1-b9ac-4886-83c2-bb04b1a62bd4?fields=security_groups HTTP/1.1" 200 1351 0.041307 10.0.0.41 - - [2025-10-09 02:18:59] "DELETE /security-group/7ee4e42b-c2a2-4be3-bdd4-8409865867dd HTTP/1.1" 200 115 0.053056 10.0.0.41 - - [2025-10-09 02:18:59] "GET /projects?obj_uuids=ff5688d1-b9ac-4886-83c2-bb04b1a62bd4&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001117 10.0.0.41 - - [2025-10-09 02:19:00] "GET /project/ff5688d1-b9ac-4886-83c2-bb04b1a62bd4?fields=application_policy_sets HTTP/1.1" 200 1390 0.067959 10.0.0.41 - - [2025-10-09 02:19:00] "DELETE /project/ff5688d1-b9ac-4886-83c2-bb04b1a62bd4 HTTP/1.1" 200 115 0.403643 10.0.0.41 - - [2025-10-09 02:19:01] "POST /ref-update HTTP/1.1" 200 156 0.020204 10.0.0.56 - - [2025-10-09 02:19:01] "POST /neutron/router HTTP/1.1" 200 344 0.195099 10.0.0.56 - - [2025-10-09 02:19:01] "POST /neutron/router HTTP/1.1" 200 580 0.008461 10.0.0.41 - - [2025-10-09 02:19:01] "DELETE /route-target/3275523a-4447-4098-ab68-ea86882ec3c5 HTTP/1.1" 200 115 0.020991 10.0.0.56 - - [2025-10-09 02:19:01] "POST /neutron/network HTTP/1.1" 400 204 0.014059 10.0.0.56 - - [2025-10-09 02:19:02] "POST /neutron/port HTTP/1.1" 200 151 0.222307 10.0.0.56 - - [2025-10-09 02:19:02] "POST /neutron/port HTTP/1.1" 200 151 0.251615 10.0.0.56 - - [2025-10-09 02:19:03] "POST /neutron/network HTTP/1.1" 200 823 0.010476 10.0.0.41 - - [2025-10-09 02:19:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004642 10.0.0.41 - - [2025-10-09 02:19:05] "GET /projects?obj_uuids=3a168f0b-e040-4a9d-b7e3-03c50599981d&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001073 10.0.0.56 - - [2025-10-09 02:19:05] "GET /project/3a168f0b-e040-4a9d-b7e3-03c50599981d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.045509 10.0.0.41 - - [2025-10-09 02:19:05] "GET /projects?obj_uuids=3a168f0b-e040-4a9d-b7e3-03c50599981d&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001125 10.0.0.56 - - [2025-10-09 02:19:05] "GET /project/3a168f0b-e040-4a9d-b7e3-03c50599981d?fields=virtual_networks HTTP/1.1" 200 1028 0.042453 10.0.0.41 - - [2025-10-09 02:19:05] "GET /projects?obj_uuids=3a168f0b-e040-4a9d-b7e3-03c50599981d&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001014 10.0.0.56 - - [2025-10-09 02:19:05] "GET /project/3a168f0b-e040-4a9d-b7e3-03c50599981d?fields=virtual_machine_interfaces HTTP/1.1" 200 1028 0.037559 10.0.0.41 - - [2025-10-09 02:19:05] "GET /projects?obj_uuids=3a168f0b-e040-4a9d-b7e3-03c50599981d&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001303 10.0.0.56 - - [2025-10-09 02:19:05] "GET /project/3a168f0b-e040-4a9d-b7e3-03c50599981d?fields=security_groups HTTP/1.1" 200 1252 0.070186 10.0.0.56 - - [2025-10-09 02:19:06] "POST /fqname-to-id HTTP/1.1" 404 191 0.022833 10.0.0.41 - - [2025-10-09 02:19:06] "GET /projects?obj_uuids=9f956e21-2bd9-4e2d-b359-ba37af55a62f&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002737 10.0.0.41 - - [2025-10-09 02:19:06] "GET /domains?obj_uuids=7ed77c0b-e642-4c13-a404-7756503cf17d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001390 10.0.0.41 - - [2025-10-09 02:19:06] "GET /domain/7ed77c0b-e642-4c13-a404-7756503cf17d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007286 10.0.0.41 - - [2025-10-09 02:19:06] "POST /id-to-fqname HTTP/1.1" 200 193 0.003592 10.0.0.41 - - [2025-10-09 02:19:06] "POST /fqname-to-id HTTP/1.1" 404 202 0.006831 10.0.0.41 - - [2025-10-09 02:19:06] "POST /security-groups HTTP/1.1" 200 594 0.028379 10.0.0.41 - - [2025-10-09 02:19:06] "POST /projects HTTP/1.1" 200 591 0.228780 10.0.0.41 - - [2025-10-09 02:19:06] "POST /access-control-lists HTTP/1.1" 200 599 0.024584 10.0.0.41 - - [2025-10-09 02:19:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.305742 10.0.0.56 - - [2025-10-09 02:19:06] "GET /project/9f956e21-2bd9-4e2d-b359-ba37af55a62f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1376 0.450683 10.0.0.56 - - [2025-10-09 02:19:08] "GET / HTTP/1.1" 200 35931 0.001828 10.0.0.56 - - [2025-10-09 02:19:08] "GET /obj-perms HTTP/1.1" 200 5056 0.164188 10.0.0.56 - - [2025-10-09 02:19:10] "GET /project/9f956e21-2bd9-4e2d-b359-ba37af55a62f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000490 10.0.0.41 - - [2025-10-09 02:19:10] "GET /projects?obj_uuids=9f956e21-2bd9-4e2d-b359-ba37af55a62f&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001053 10.0.0.56 - - [2025-10-09 02:19:10] "GET /project/9f956e21-2bd9-4e2d-b359-ba37af55a62f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1376 0.065545 10.0.0.56 - - [2025-10-09 02:19:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004174 10.0.0.56 - - [2025-10-09 02:19:10] "GET /security-group/b972009b-9235-436a-9743-aaa6ce352f4a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3764 0.007528 10.0.0.56 - - [2025-10-09 02:19:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003395 10.0.0.41 - - [2025-10-09 02:19:10] "GET /projects?obj_uuids=9f956e21-2bd9-4e2d-b359-ba37af55a62f&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001276 10.0.0.56 - - [2025-10-09 02:19:10] "GET /project/9f956e21-2bd9-4e2d-b359-ba37af55a62f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1376 0.063468 10.0.0.56 - - [2025-10-09 02:19:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.005365 10.0.0.56 - - [2025-10-09 02:19:11] "GET /security-group/b972009b-9235-436a-9743-aaa6ce352f4a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3764 0.007862 10.0.0.56 - - [2025-10-09 02:19:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003361 10.0.0.56 - - [2025-10-09 02:19:11] "PUT /security-group/b972009b-9235-436a-9743-aaa6ce352f4a HTTP/1.1" 200 262 0.024731 10.0.0.41 - - [2025-10-09 02:19:11] "PUT /access-control-list/ab7a724a-9a1f-4142-b4ea-a5237ab9745e HTTP/1.1" 200 272 0.020079 10.0.0.56 - - [2025-10-09 02:19:11] "POST /fqname-to-id HTTP/1.1" 404 202 0.006300 10.0.0.56 - - [2025-10-09 02:19:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004348 10.0.0.41 - - [2025-10-09 02:19:11] "GET /projects?obj_uuids=9f956e21-2bd9-4e2d-b359-ba37af55a62f&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001474 10.0.0.56 - - [2025-10-09 02:19:11] "GET /project/9f956e21-2bd9-4e2d-b359-ba37af55a62f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1376 0.045560 10.0.0.41 - - [2025-10-09 02:19:11] "GET /projects?obj_uuids=9f956e21-2bd9-4e2d-b359-ba37af55a62f&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001352 10.0.0.56 - - [2025-10-09 02:19:11] "POST /neutron/network HTTP/1.1" 200 608 0.148261 10.0.0.41 - - [2025-10-09 02:19:11] "POST /ref-update HTTP/1.1" 200 156 0.034608 10.0.0.56 - - [2025-10-09 02:19:11] "POST /id-to-fqname HTTP/1.1" 200 223 0.003545 10.0.0.56 - - [2025-10-09 02:19:11] "GET /virtual-network/582e8b4c-9d87-46eb-887f-710eec3bb2ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005365 10.0.0.56 - - [2025-10-09 02:19:11] "POST /neutron/network HTTP/1.1" 200 828 0.005942 10.0.0.56 - - [2025-10-09 02:19:11] "GET /virtual-network/582e8b4c-9d87-46eb-887f-710eec3bb2ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.004887 10.0.0.56 - - [2025-10-09 02:19:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003273 10.0.0.41 - - [2025-10-09 02:19:11] "GET /projects?obj_uuids=9f956e21-2bd9-4e2d-b359-ba37af55a62f&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000929 10.0.0.56 - - [2025-10-09 02:19:12] "GET /project/9f956e21-2bd9-4e2d-b359-ba37af55a62f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1376 0.045227 10.0.0.56 - - [2025-10-09 02:19:12] "POST /neutron/network HTTP/1.1" 200 117 0.011876 10.0.0.56 - - [2025-10-09 02:19:12] "POST /neutron/network HTTP/1.1" 200 835 0.008206 10.0.0.56 - - [2025-10-09 02:19:12] "POST /id-to-fqname HTTP/1.1" 200 227 0.001038 10.0.0.56 - - [2025-10-09 02:19:12] "GET /virtual-network/c34a01f9-4413-47d0-af38-944ca89bd600?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2065 0.004731 10.0.0.56 - - [2025-10-09 02:19:12] "GET /virtual-network/c34a01f9-4413-47d0-af38-944ca89bd600?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2065 0.004820 10.0.0.56 - - [2025-10-09 02:19:12] "POST /neutron/subnet HTTP/1.1" 200 729 0.008973 10.0.0.56 - - [2025-10-09 02:19:12] "POST /id-to-fqname HTTP/1.1" 200 223 0.000997 10.0.0.41 - - [2025-10-09 02:19:13] "GET /projects?obj_uuids=9f956e21-2bd9-4e2d-b359-ba37af55a62f&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000992 10.0.0.56 - - [2025-10-09 02:19:13] "GET /project/9f956e21-2bd9-4e2d-b359-ba37af55a62f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1376 0.062617 10.0.0.56 - - [2025-10-09 02:19:13] "POST /neutron/port HTTP/1.1" 200 117 0.006286 10.0.0.56 - - [2025-10-09 02:19:13] "POST /id-to-fqname HTTP/1.1" 200 227 0.001329 10.0.0.56 - - [2025-10-09 02:19:13] "POST /neutron/network HTTP/1.1" 200 845 0.007313 10.0.0.56 - - [2025-10-09 02:19:14] "POST /neutron/port HTTP/1.1" 200 1064 0.015909 10.0.0.41 - - [2025-10-09 02:19:14] "GET /projects?obj_uuids=9f956e21-2bd9-4e2d-b359-ba37af55a62f&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001126 10.0.0.56 - - [2025-10-09 02:19:14] "GET /project/9f956e21-2bd9-4e2d-b359-ba37af55a62f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1376 0.107731 10.0.0.56 - - [2025-10-09 02:19:14] "POST /neutron/port HTTP/1.1" 200 1092 0.051502 10.0.0.56 - - [2025-10-09 02:19:14] "POST /neutron/subnet HTTP/1.1" 200 703 0.010101 10.0.0.56 - - [2025-10-09 02:19:14] "POST /neutron/port HTTP/1.1" 200 1092 0.016601 10.0.0.41 - - [2025-10-09 02:19:15] "GET /projects?obj_uuids=9f956e21-2bd9-4e2d-b359-ba37af55a62f&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000962 10.0.0.56 - - [2025-10-09 02:19:15] "POST /neutron/router HTTP/1.1" 200 585 0.113734 10.0.0.41 - - [2025-10-09 02:19:15] "POST /route-targets HTTP/1.1" 200 327 0.019182 10.0.0.56 - - [2025-10-09 02:19:15] "POST /neutron/router HTTP/1.1" 200 656 0.014945 10.0.0.41 - - [2025-10-09 02:19:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.035529 10.0.0.41 - - [2025-10-09 02:19:15] "POST /useragent-kv HTTP/1.1" 200 115 0.008558 10.0.0.41 - - [2025-10-09 02:19:15] "POST /virtual-networks HTTP/1.1" 200 694 0.196641 10.0.0.41 - - [2025-10-09 02:19:15] "GET /projects?obj_uuids=9f956e21-2bd9-4e2d-b359-ba37af55a62f&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001069 10.0.0.41 - - [2025-10-09 02:19:15] "POST /ref-update HTTP/1.1" 200 156 0.038102 10.0.0.41 - - [2025-10-09 02:19:15] "PUT /logical-router/46ea1e37-3391-4b64-bda1-fdc6d3a7b675 HTTP/1.1" 200 262 0.059210 10.0.0.41 - - [2025-10-09 02:19:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.009778 10.0.0.56 - - [2025-10-09 02:19:16] "POST /neutron/port HTTP/1.1" 200 1064 0.491441 10.0.0.56 - - [2025-10-09 02:19:16] "POST /neutron/port HTTP/1.1" 200 1064 0.054359 10.0.0.41 - - [2025-10-09 02:19:16] "POST /chown HTTP/1.1" 200 109 0.038842 10.0.0.41 - - [2025-10-09 02:19:16] "POST /chown HTTP/1.1" 200 109 0.034170 10.0.0.56 - - [2025-10-09 02:19:16] "POST /neutron/port HTTP/1.1" 200 1092 0.057403 10.0.0.41 - - [2025-10-09 02:19:16] "POST /ref-update HTTP/1.1" 200 156 0.040667 10.0.0.56 - - [2025-10-09 02:19:16] "POST /neutron/port HTTP/1.1" 200 117 0.001150 10.0.0.41 - - [2025-10-09 02:19:16] "POST /instance-ips HTTP/1.1" 200 549 0.059084 10.0.0.41 - - [2025-10-09 02:19:16] "PUT /virtual-machine-interface/f5e5257e-a158-4fa1-affa-f74385fc17a3 HTTP/1.1" 200 284 0.027075 10.0.0.41 - - [2025-10-09 02:19:16] "POST /ref-update HTTP/1.1" 200 156 0.026660 10.0.0.41 - - [2025-10-09 02:19:17] "PUT /routing-instance/fa73ff8e-c50d-4df8-bd16-cc7d29cc7a29 HTTP/1.1" 200 266 0.047248 10.0.0.41 - - [2025-10-09 02:19:17] "POST /chown HTTP/1.1" 200 109 0.022417 10.0.0.41 - - [2025-10-09 02:19:17] "PUT /virtual-machine-interface/377bdc9e-9305-48ce-aa4d-27efc3010439 HTTP/1.1" 200 284 0.023823 10.0.0.41 - - [2025-10-09 02:19:17] "POST /ref-update HTTP/1.1" 200 156 0.025051 10.0.0.41 - - [2025-10-09 02:19:17] "POST /instance-ips HTTP/1.1" 400 316 0.045300 10.0.0.41 - - [2025-10-09 02:19:17] "PUT /instance-ip/a6c6ea2a-a724-41f8-8984-59ebc5c2379e HTTP/1.1" 200 256 0.043408 10.0.0.41 - - [2025-10-09 02:19:17] "POST /ref-update HTTP/1.1" 200 156 0.063212 10.0.0.56 - - [2025-10-09 02:19:21] "POST /neutron/security_group HTTP/1.1" 200 2002 0.007497 10.0.0.56 - - [2025-10-09 02:19:21] "POST /neutron/port HTTP/1.1" 200 1092 0.015569 10.0.0.56 - - [2025-10-09 02:19:21] "GET /virtual-machine/63885f46-20e1-4f75-a6d9-b8eb8de5ba86 HTTP/1.1" 401 292 0.000429 10.0.0.56 - - [2025-10-09 02:19:21] "GET /virtual-machine/63885f46-20e1-4f75-a6d9-b8eb8de5ba86 HTTP/1.1" 200 1295 0.028293 10.0.0.56 - - [2025-10-09 02:19:21] "GET /virtual-machine-interface/a0a72da5-e67a-43c1-9d9a-179806f18d81 HTTP/1.1" 200 2957 0.004980 10.0.0.56 - - [2025-10-09 02:19:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003148 10.0.0.56 - - [2025-10-09 02:19:21] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003611 10.0.0.56 - - [2025-10-09 02:19:21] "GET /virtual-networks?parent_id=9f956e21-2bd9-4e2d-b359-ba37af55a62f&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.002734 10.0.0.56 - - [2025-10-09 02:19:21] "GET /virtual-network/582e8b4c-9d87-46eb-887f-710eec3bb2ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005638 10.0.0.56 - - [2025-10-09 02:19:23] "POST /neutron/security_group HTTP/1.1" 200 2002 0.007086 10.0.0.56 - - [2025-10-09 02:19:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004764 10.0.0.56 - - [2025-10-09 02:19:24] "GET /virtual-network/582e8b4c-9d87-46eb-887f-710eec3bb2ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005736 10.0.0.56 - - [2025-10-09 02:19:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004990 10.0.0.56 - - [2025-10-09 02:19:26] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004506 10.0.0.56 - - [2025-10-09 02:19:26] "GET /virtual-networks?parent_id=9f956e21-2bd9-4e2d-b359-ba37af55a62f&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.003953 10.0.0.56 - - [2025-10-09 02:19:26] "GET /virtual-network/582e8b4c-9d87-46eb-887f-710eec3bb2ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005729 10.0.0.56 - - [2025-10-09 02:19:27] "POST /neutron/port HTTP/1.1" 200 1092 0.015593 10.0.0.56 - - [2025-10-09 02:19:27] "POST /neutron/security_group HTTP/1.1" 200 2002 0.007515 10.0.0.56 - - [2025-10-09 02:19:27] "GET /virtual-machine/1aaeceb2-a06f-4309-9498-649d3bd760da HTTP/1.1" 200 1295 0.006479 10.0.0.56 - - [2025-10-09 02:19:27] "GET /virtual-machine-interface/4cd520d5-29e9-4d11-b2de-b5062ca2b79e HTTP/1.1" 200 2968 0.005512 10.0.0.56 - - [2025-10-09 02:19:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003608 10.0.0.56 - - [2025-10-09 02:19:27] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004962 10.0.0.56 - - [2025-10-09 02:19:27] "GET /virtual-networks?parent_id=9f956e21-2bd9-4e2d-b359-ba37af55a62f&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.003505 10.0.0.56 - - [2025-10-09 02:19:27] "GET /virtual-network/c34a01f9-4413-47d0-af38-944ca89bd600?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2065 0.006185 10.0.0.56 - - [2025-10-09 02:19:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.015153 10.0.0.56 - - [2025-10-09 02:19:28] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004563 10.0.0.56 - - [2025-10-09 02:19:28] "GET /virtual-networks?parent_id=9f956e21-2bd9-4e2d-b359-ba37af55a62f&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.002878 10.0.0.56 - - [2025-10-09 02:19:28] "GET /virtual-network/c34a01f9-4413-47d0-af38-944ca89bd600?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2065 0.005959 10.0.0.56 - - [2025-10-09 02:19:32] "POST /neutron/router HTTP/1.1" 200 656 0.008521 10.0.0.41 - - [2025-10-09 02:19:32] "PUT /logical-router/46ea1e37-3391-4b64-bda1-fdc6d3a7b675 HTTP/1.1" 200 262 0.058299 10.0.0.56 - - [2025-10-09 02:19:32] "POST /neutron/router HTTP/1.1" 200 151 0.165471 10.0.0.41 - - [2025-10-09 02:19:32] "DELETE /route-target/cf048352-777e-473a-824d-3cc5bfdfeea4 HTTP/1.1" 409 239 0.015313 10.0.0.41 - - [2025-10-09 02:19:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.007616 10.0.0.41 - - [2025-10-09 02:19:33] "POST /ref-update HTTP/1.1" 200 156 0.036051 10.0.0.41 - - [2025-10-09 02:19:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.005899 10.0.0.41 - - [2025-10-09 02:19:33] "DELETE /service-instance/97268c60-8756-493b-824e-aa0bcc5516f8 HTTP/1.1" 200 115 0.078253 10.0.0.41 - - [2025-10-09 02:19:33] "GET /virtual-machine-interface/377bdc9e-9305-48ce-aa4d-27efc3010439?fields=floating_ip_back_refs%2Cinstance_ip_back_refs%2Cinterface_route_table_refs HTTP/1.1" 200 1653 0.006724 10.0.0.56 - - [2025-10-09 02:19:33] "POST /neutron/port HTTP/1.1" 200 1092 0.026634 10.0.0.41 - - [2025-10-09 02:19:33] "DELETE /virtual-machine-interface/377bdc9e-9305-48ce-aa4d-27efc3010439 HTTP/1.1" 200 115 0.079270 10.0.0.56 - - [2025-10-09 02:19:33] "POST /neutron/port HTTP/1.1" 200 1092 0.049777 10.0.0.41 - - [2025-10-09 02:19:33] "POST /ref-update HTTP/1.1" 200 156 0.019024 10.0.0.41 - - [2025-10-09 02:19:33] "POST /ref-update HTTP/1.1" 200 156 0.039500 10.0.0.41 - - [2025-10-09 02:19:34] "DELETE /virtual-machine-interface/c8466e26-2730-4abd-a609-98b9bc876187 HTTP/1.1" 200 115 0.115137 10.0.0.41 - - [2025-10-09 02:19:34] "POST /ref-update HTTP/1.1" 200 156 0.021588 10.0.0.56 - - [2025-10-09 02:19:35] "POST /neutron/network HTTP/1.1" 200 835 0.006928 10.0.0.41 - - [2025-10-09 02:19:35] "DELETE /route-target/47e98118-4dda-42f4-8dae-baf47f8ce463 HTTP/1.1" 200 115 0.039098 10.0.0.41 - - [2025-10-09 02:19:35] "POST /useragent-kv HTTP/1.1" 200 115 0.011837 10.0.0.41 - - [2025-10-09 02:19:35] "POST /useragent-kv HTTP/1.1" 200 115 0.005401 10.0.0.56 - - [2025-10-09 02:19:35] "POST /neutron/network HTTP/1.1" 200 151 0.172096 10.0.0.41 - - [2025-10-09 02:19:36] "GET /projects?obj_uuids=9f956e21-2bd9-4e2d-b359-ba37af55a62f&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001029 10.0.0.56 - - [2025-10-09 02:19:36] "GET /project/9f956e21-2bd9-4e2d-b359-ba37af55a62f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1376 0.054608 10.0.0.41 - - [2025-10-09 02:19:36] "GET /projects?obj_uuids=9f956e21-2bd9-4e2d-b359-ba37af55a62f&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001342 10.0.0.56 - - [2025-10-09 02:19:37] "GET /project/9f956e21-2bd9-4e2d-b359-ba37af55a62f?fields=virtual_networks HTTP/1.1" 200 1039 0.060091 10.0.0.41 - - [2025-10-09 02:19:37] "GET /projects?obj_uuids=9f956e21-2bd9-4e2d-b359-ba37af55a62f&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001062 10.0.0.56 - - [2025-10-09 02:19:37] "GET /project/9f956e21-2bd9-4e2d-b359-ba37af55a62f?fields=virtual_machine_interfaces HTTP/1.1" 200 1039 0.058590 10.0.0.41 - - [2025-10-09 02:19:37] "GET /projects?obj_uuids=9f956e21-2bd9-4e2d-b359-ba37af55a62f&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001358 10.0.0.56 - - [2025-10-09 02:19:37] "GET /project/9f956e21-2bd9-4e2d-b359-ba37af55a62f?fields=security_groups HTTP/1.1" 200 1268 0.050390 10.0.0.56 - - [2025-10-09 02:19:38] "POST /fqname-to-id HTTP/1.1" 404 196 0.031762 10.0.0.41 - - [2025-10-09 02:19:38] "GET /projects?obj_uuids=01a57a46-c610-496f-9d68-df27ea30dc5d&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003705 10.0.0.41 - - [2025-10-09 02:19:38] "GET /domains?obj_uuids=7ed77c0b-e642-4c13-a404-7756503cf17d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001170 10.0.0.41 - - [2025-10-09 02:19:38] "GET /domain/7ed77c0b-e642-4c13-a404-7756503cf17d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008352 10.0.0.41 - - [2025-10-09 02:19:38] "POST /id-to-fqname HTTP/1.1" 200 198 0.010003 10.0.0.41 - - [2025-10-09 02:19:38] "POST /fqname-to-id HTTP/1.1" 404 207 0.007548 10.0.0.41 - - [2025-10-09 02:19:38] "POST /security-groups HTTP/1.1" 200 599 0.037023 10.0.0.41 - - [2025-10-09 02:19:38] "POST /fqname-to-id HTTP/1.1" 404 242 0.004481 10.0.0.41 - - [2025-10-09 02:19:38] "POST /projects HTTP/1.1" 200 601 0.291980 10.0.0.41 - - [2025-10-09 02:19:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.371347 10.0.0.41 - - [2025-10-09 02:19:38] "POST /access-control-lists HTTP/1.1" 200 602 0.033129 10.0.0.56 - - [2025-10-09 02:19:38] "GET /project/01a57a46-c610-496f-9d68-df27ea30dc5d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.517994 10.0.0.56 - - [2025-10-09 02:19:39] "GET / HTTP/1.1" 200 35931 0.002025 10.0.0.56 - - [2025-10-09 02:19:41] "POST /fqname-to-id HTTP/1.1" 401 292 0.000556 10.0.0.56 - - [2025-10-09 02:19:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.057941 10.0.0.41 - - [2025-10-09 02:19:41] "GET /projects?obj_uuids=01a57a46-c610-496f-9d68-df27ea30dc5d&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000993 10.0.0.56 - - [2025-10-09 02:19:41] "GET /project/01a57a46-c610-496f-9d68-df27ea30dc5d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.052808 10.0.0.41 - - [2025-10-09 02:19:42] "POST /useragent-kv HTTP/1.1" 200 115 0.016010 10.0.0.56 - - [2025-10-09 02:19:42] "POST /neutron/subnet HTTP/1.1" 200 725 0.234254 10.0.0.56 - - [2025-10-09 02:19:42] "POST /id-to-fqname HTTP/1.1" 200 228 0.001902 10.0.0.56 - - [2025-10-09 02:19:42] "GET /virtual-network/0a780085-b792-48c8-947b-73a0c2642a0c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.010460 10.0.0.56 - - [2025-10-09 02:19:42] "POST /neutron/network HTTP/1.1" 200 1006 0.009045 10.0.0.56 - - [2025-10-09 02:19:42] "GET /virtual-network/0a780085-b792-48c8-947b-73a0c2642a0c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.005155 10.0.0.56 - - [2025-10-09 02:19:42] "POST /neutron/subnet HTTP/1.1" 200 828 0.009538 10.0.0.56 - - [2025-10-09 02:19:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.002464 10.0.0.41 - - [2025-10-09 02:19:42] "GET /projects?obj_uuids=01a57a46-c610-496f-9d68-df27ea30dc5d&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001280 10.0.0.56 - - [2025-10-09 02:19:42] "GET /project/01a57a46-c610-496f-9d68-df27ea30dc5d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.050909 10.0.0.41 - - [2025-10-09 02:19:43] "POST /route-targets HTTP/1.1" 200 327 0.014567 10.0.0.41 - - [2025-10-09 02:19:43] "POST /useragent-kv HTTP/1.1" 200 115 0.012842 10.0.0.56 - - [2025-10-09 02:19:43] "POST /neutron/subnet HTTP/1.1" 200 729 0.214961 10.0.0.41 - - [2025-10-09 02:19:43] "POST /fqname-to-id HTTP/1.1" 404 207 0.028224 10.0.0.56 - - [2025-10-09 02:19:43] "POST /id-to-fqname HTTP/1.1" 200 228 0.001747 10.0.0.56 - - [2025-10-09 02:19:43] "GET /virtual-network/682e7850-9b46-4b4c-8be5-1eb9722c48dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.009154 10.0.0.56 - - [2025-10-09 02:19:43] "POST /neutron/network HTTP/1.1" 200 1006 0.011279 10.0.0.56 - - [2025-10-09 02:19:43] "GET /virtual-network/682e7850-9b46-4b4c-8be5-1eb9722c48dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.005649 10.0.0.56 - - [2025-10-09 02:19:43] "POST /neutron/subnet HTTP/1.1" 200 823 0.009017 10.0.0.56 - - [2025-10-09 02:19:43] "POST /fqname-to-id HTTP/1.1" 404 234 0.002846 10.0.0.56 - - [2025-10-09 02:19:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003233 10.0.0.41 - - [2025-10-09 02:19:43] "GET /projects?obj_uuids=01a57a46-c610-496f-9d68-df27ea30dc5d&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001103 10.0.0.56 - - [2025-10-09 02:19:43] "GET /project/01a57a46-c610-496f-9d68-df27ea30dc5d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.048743 10.0.0.56 - - [2025-10-09 02:19:43] "POST /network-policys HTTP/1.1" 200 577 0.031844 10.0.0.56 - - [2025-10-09 02:19:43] "GET /network-policy/02847339-c2c3-43fc-950a-12a86c3a2806?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3127 0.006739 10.0.0.56 - - [2025-10-09 02:19:44] "POST /neutron/network HTTP/1.1" 200 1114 0.009526 10.0.0.56 - - [2025-10-09 02:19:44] "GET /virtual-network/0a780085-b792-48c8-947b-73a0c2642a0c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2963 0.035041 10.0.0.41 - - [2025-10-09 02:19:44] "POST /access-control-lists HTTP/1.1" 200 596 0.098927 10.0.0.56 - - [2025-10-09 02:19:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003052 10.0.0.56 - - [2025-10-09 02:19:44] "GET /network-policy/02847339-c2c3-43fc-950a-12a86c3a2806?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3127 0.004033 10.0.0.56 - - [2025-10-09 02:19:44] "POST /neutron/network HTTP/1.1" 200 1114 0.049811 10.0.0.56 - - [2025-10-09 02:19:44] "GET /virtual-network/682e7850-9b46-4b4c-8be5-1eb9722c48dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2964 0.006155 10.0.0.41 - - [2025-10-09 02:19:44] "POST /ref-update HTTP/1.1" 200 156 0.055506 10.0.0.56 - - [2025-10-09 02:19:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.026256 10.0.0.56 - - [2025-10-09 02:19:44] "GET /network-policy/02847339-c2c3-43fc-950a-12a86c3a2806?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3127 0.004566 10.0.0.56 - - [2025-10-09 02:19:44] "GET /virtual-network/0a780085-b792-48c8-947b-73a0c2642a0c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2963 0.005983 10.0.0.19 - - [2025-10-09 02:19:45] "GET /obj-perms HTTP/1.1" 200 5046 0.061315 10.0.0.56 - - [2025-10-09 02:19:46] "GET /virtual-network/682e7850-9b46-4b4c-8be5-1eb9722c48dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2964 0.007052 10.0.0.41 - - [2025-10-09 02:19:46] "GET /obj-perms HTTP/1.1" 200 5046 0.049764 10.0.0.56 - - [2025-10-09 02:19:46] "POST /id-to-fqname HTTP/1.1" 200 228 0.001455 10.0.0.41 - - [2025-10-09 02:19:47] "GET /projects?obj_uuids=01a57a46-c610-496f-9d68-df27ea30dc5d&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001017 10.0.0.56 - - [2025-10-09 02:19:47] "GET /project/01a57a46-c610-496f-9d68-df27ea30dc5d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.084425 10.0.0.56 - - [2025-10-09 02:19:48] "POST /neutron/port HTTP/1.1" 200 117 0.006312 10.0.0.56 - - [2025-10-09 02:19:48] "POST /id-to-fqname HTTP/1.1" 200 228 0.001487 10.0.0.56 - - [2025-10-09 02:19:48] "POST /neutron/network HTTP/1.1" 200 1124 0.009135 10.0.0.56 - - [2025-10-09 02:19:48] "POST /neutron/port HTTP/1.1" 200 1175 0.032537 10.0.0.41 - - [2025-10-09 02:19:49] "GET /projects?obj_uuids=01a57a46-c610-496f-9d68-df27ea30dc5d&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001077 10.0.0.56 - - [2025-10-09 02:19:49] "GET /project/01a57a46-c610-496f-9d68-df27ea30dc5d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.093419 10.0.0.56 - - [2025-10-09 02:19:49] "POST /neutron/port HTTP/1.1" 200 1203 0.040988 10.0.0.56 - - [2025-10-09 02:19:49] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004753 10.0.0.56 - - [2025-10-09 02:19:49] "POST /neutron/port HTTP/1.1" 200 117 0.001235 10.0.0.56 - - [2025-10-09 02:19:49] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008200 10.0.0.56 - - [2025-10-09 02:19:49] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007906 10.0.0.56 - - [2025-10-09 02:19:50] "POST /neutron/port HTTP/1.1" 200 1175 0.020683 10.0.0.56 - - [2025-10-09 02:19:50] "POST /neutron/port HTTP/1.1" 200 1203 0.016961 10.0.0.56 - - [2025-10-09 02:19:50] "POST /neutron/subnet HTTP/1.1" 200 1384 0.012861 10.0.0.56 - - [2025-10-09 02:19:50] "POST /neutron/network HTTP/1.1" 200 1114 0.009305 10.0.0.56 - - [2025-10-09 02:19:54] "POST /neutron/port HTTP/1.1" 200 1203 0.016268 10.0.0.56 - - [2025-10-09 02:19:54] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007089 10.0.0.56 - - [2025-10-09 02:19:54] "GET /virtual-machine/26ea2c7f-10fe-4d33-9cd3-daa2ca1c90d8 HTTP/1.1" 401 292 0.000398 10.0.0.56 - - [2025-10-09 02:19:55] "GET /virtual-machine/26ea2c7f-10fe-4d33-9cd3-daa2ca1c90d8 HTTP/1.1" 200 1300 0.032940 10.0.0.56 - - [2025-10-09 02:19:55] "GET /virtual-machine-interface/7a8490df-0b85-47b1-9c79-ba7f00d6146b HTTP/1.1" 200 3175 0.005067 10.0.0.56 - - [2025-10-09 02:19:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003201 10.0.0.56 - - [2025-10-09 02:19:55] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003321 10.0.0.56 - - [2025-10-09 02:19:55] "GET /virtual-networks?parent_id=01a57a46-c610-496f-9d68-df27ea30dc5d&detail=False&count=False&shared=False HTTP/1.1" 200 587 0.003089 10.0.0.56 - - [2025-10-09 02:19:55] "GET /virtual-network/0a780085-b792-48c8-947b-73a0c2642a0c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2963 0.005787 10.0.0.56 - - [2025-10-09 02:19:56] "POST /neutron/network HTTP/1.1" 200 1124 0.008935 10.0.0.56 - - [2025-10-09 02:19:56] "POST /neutron/subnet HTTP/1.1" 200 1384 0.013853 10.0.0.56 - - [2025-10-09 02:19:56] "POST /neutron/network HTTP/1.1" 200 1114 0.015720 10.0.0.56 - - [2025-10-09 02:19:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003297 10.0.0.56 - - [2025-10-09 02:19:58] "GET /virtual-network/0a780085-b792-48c8-947b-73a0c2642a0c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2963 0.005253 10.0.0.41 - - [2025-10-09 02:20:00] "DELETE /project/9f956e212bd94e2db359ba37af55a62f HTTP/1.1" 404 173 0.036407 10.0.0.41 - - [2025-10-09 02:20:00] "DELETE /project/01a57a46c610496f9d68df27ea30dc5d HTTP/1.1" 404 173 0.047735 10.0.0.41 - - [2025-10-09 02:20:00] "GET /projects?obj_uuids=9f956e21-2bd9-4e2d-b359-ba37af55a62f&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001005 10.0.0.41 - - [2025-10-09 02:20:00] "GET /projects?obj_uuids=3a168f0b-e040-4a9d-b7e3-03c50599981d&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001010 10.0.0.41 - - [2025-10-09 02:20:00] "GET /project/9f956e21-2bd9-4e2d-b359-ba37af55a62f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1481 0.071039 10.0.0.41 - - [2025-10-09 02:20:00] "GET /projects?obj_uuids=9f956e21-2bd9-4e2d-b359-ba37af55a62f&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001380 10.0.0.41 - - [2025-10-09 02:20:00] "GET /project/9f956e21-2bd9-4e2d-b359-ba37af55a62f?fields=security_groups HTTP/1.1" 200 1373 0.048083 10.0.0.41 - - [2025-10-09 02:20:00] "GET /project/3a168f0b-e040-4a9d-b7e3-03c50599981d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1460 0.127320 10.0.0.41 - - [2025-10-09 02:20:00] "GET /projects?obj_uuids=3a168f0b-e040-4a9d-b7e3-03c50599981d&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001550 10.0.0.41 - - [2025-10-09 02:20:00] "GET /project/3a168f0b-e040-4a9d-b7e3-03c50599981d?fields=security_groups HTTP/1.1" 200 1357 0.052582 10.0.0.41 - - [2025-10-09 02:20:00] "DELETE /security-group/b972009b-9235-436a-9743-aaa6ce352f4a HTTP/1.1" 200 115 0.078299 10.0.0.41 - - [2025-10-09 02:20:00] "GET /projects?obj_uuids=9f956e21-2bd9-4e2d-b359-ba37af55a62f&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001154 10.0.0.41 - - [2025-10-09 02:20:00] "DELETE /access-control-list/ab7a724a-9a1f-4142-b4ea-a5237ab9745e HTTP/1.1" 200 115 0.057426 10.0.0.41 - - [2025-10-09 02:20:00] "GET /project/9f956e21-2bd9-4e2d-b359-ba37af55a62f?fields=application_policy_sets HTTP/1.1" 200 1412 0.064440 10.0.0.41 - - [2025-10-09 02:20:00] "DELETE /security-group/0a2737ae-720e-4916-9fa8-68f59a78674c HTTP/1.1" 200 115 0.103839 10.0.0.41 - - [2025-10-09 02:20:00] "GET /projects?obj_uuids=3a168f0b-e040-4a9d-b7e3-03c50599981d&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.003016 10.0.0.41 - - [2025-10-09 02:20:00] "GET /project/3a168f0b-e040-4a9d-b7e3-03c50599981d?fields=application_policy_sets HTTP/1.1" 200 1396 0.097065 10.0.0.41 - - [2025-10-09 02:20:00] "DELETE /access-control-list/841493f5-787c-4475-956f-e4dd02d144d3 HTTP/1.1" 200 115 0.076073 10.0.0.41 - - [2025-10-09 02:20:00] "DELETE /project/9f956e21-2bd9-4e2d-b359-ba37af55a62f HTTP/1.1" 200 115 0.656044 10.0.0.41 - - [2025-10-09 02:20:00] "DELETE /project/3a168f0b-e040-4a9d-b7e3-03c50599981d HTTP/1.1" 200 115 0.729753 10.0.0.56 - - [2025-10-09 02:20:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003930 10.0.0.56 - - [2025-10-09 02:20:02] "GET /virtual-network/0a780085-b792-48c8-947b-73a0c2642a0c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2963 0.005703 10.0.0.56 - - [2025-10-09 02:20:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004570 10.0.0.56 - - [2025-10-09 02:20:06] "GET /virtual-network/0a780085-b792-48c8-947b-73a0c2642a0c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2963 0.007055 10.0.0.56 - - [2025-10-09 02:20:09] "GET /obj-perms HTTP/1.1" 200 5056 0.049545 10.0.0.56 - - [2025-10-09 02:20:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003637 10.0.0.56 - - [2025-10-09 02:20:10] "GET /virtual-network/0a780085-b792-48c8-947b-73a0c2642a0c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2963 0.006095 10.0.0.56 - - [2025-10-09 02:20:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004540 10.0.0.56 - - [2025-10-09 02:20:14] "GET /virtual-network/0a780085-b792-48c8-947b-73a0c2642a0c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2963 0.009928 10.0.0.56 - - [2025-10-09 02:20:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003531 10.0.0.56 - - [2025-10-09 02:20:18] "GET /virtual-network/0a780085-b792-48c8-947b-73a0c2642a0c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2963 0.005610 10.0.0.56 - - [2025-10-09 02:20:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.004068 10.0.0.56 - - [2025-10-09 02:20:22] "GET /virtual-network/0a780085-b792-48c8-947b-73a0c2642a0c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2963 0.005512 10.0.0.56 - - [2025-10-09 02:20:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003646 10.0.0.56 - - [2025-10-09 02:20:27] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003686 10.0.0.56 - - [2025-10-09 02:20:27] "GET /virtual-networks?parent_id=01a57a46-c610-496f-9d68-df27ea30dc5d&detail=False&count=False&shared=False HTTP/1.1" 200 587 0.002822 10.0.0.56 - - [2025-10-09 02:20:27] "GET /virtual-network/0a780085-b792-48c8-947b-73a0c2642a0c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2963 0.006183 10.0.0.56 - - [2025-10-09 02:20:32] "POST /neutron/port HTTP/1.1" 200 1203 0.015763 10.0.0.56 - - [2025-10-09 02:20:34] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007824 10.0.0.56 - - [2025-10-09 02:20:39] "POST /neutron/port HTTP/1.1" 200 1203 0.017306 10.0.0.56 - - [2025-10-09 02:20:42] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007242 10.0.0.56 - - [2025-10-09 02:20:48] "POST /neutron/port HTTP/1.1" 200 1203 0.015265 10.0.0.56 - - [2025-10-09 02:20:48] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007389 10.0.0.56 - - [2025-10-09 02:20:48] "GET /virtual-machine/2c732b9c-a9e0-426e-9f26-39009227be84 HTTP/1.1" 200 1300 0.005979 10.0.0.56 - - [2025-10-09 02:20:48] "GET /virtual-machine-interface/6df8351d-c7b4-46eb-9076-64eb578f1f43 HTTP/1.1" 200 3175 0.005747 10.0.0.56 - - [2025-10-09 02:20:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003622 10.0.0.56 - - [2025-10-09 02:20:48] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004053 10.0.0.56 - - [2025-10-09 02:20:48] "GET /virtual-networks?parent_id=01a57a46-c610-496f-9d68-df27ea30dc5d&detail=False&count=False&shared=False HTTP/1.1" 200 587 0.003004 10.0.0.56 - - [2025-10-09 02:20:48] "GET /virtual-network/682e7850-9b46-4b4c-8be5-1eb9722c48dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2964 0.006500 10.0.0.56 - - [2025-10-09 02:20:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003941 10.0.0.56 - - [2025-10-09 02:20:49] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005858 10.0.0.56 - - [2025-10-09 02:20:49] "GET /virtual-networks?parent_id=01a57a46-c610-496f-9d68-df27ea30dc5d&detail=False&count=False&shared=False HTTP/1.1" 200 587 0.003634 10.0.0.56 - - [2025-10-09 02:20:49] "GET /virtual-network/682e7850-9b46-4b4c-8be5-1eb9722c48dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2964 0.005829 10.0.0.56 - - [2025-10-09 02:20:49] "POST /neutron/network HTTP/1.1" 200 1124 0.034421 10.0.0.56 - - [2025-10-09 02:20:49] "POST /neutron/subnet HTTP/1.1" 200 1385 0.012740 10.0.0.56 - - [2025-10-09 02:20:49] "POST /neutron/network HTTP/1.1" 200 1114 0.008628 10.0.0.56 - - [2025-10-09 02:20:56] "POST /neutron/network HTTP/1.1" 200 1124 0.010022 10.0.0.56 - - [2025-10-09 02:20:56] "POST /neutron/subnet HTTP/1.1" 200 1384 0.016107 10.0.0.56 - - [2025-10-09 02:20:56] "POST /neutron/network HTTP/1.1" 200 1114 0.009701 10.0.0.56 - - [2025-10-09 02:21:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003905 10.0.0.41 - - [2025-10-09 02:21:07] "GET /projects?obj_uuids=01a57a46-c610-496f-9d68-df27ea30dc5d&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000941 10.0.0.56 - - [2025-10-09 02:21:07] "GET /project/01a57a46-c610-496f-9d68-df27ea30dc5d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.045103 10.0.0.56 - - [2025-10-09 02:21:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003890 10.0.0.56 - - [2025-10-09 02:21:07] "PUT /network-policy/02847339-c2c3-43fc-950a-12a86c3a2806 HTTP/1.1" 200 262 0.015136 10.0.0.56 - - [2025-10-09 02:21:11] "GET /virtual-network/682e7850-9b46-4b4c-8be5-1eb9722c48dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2964 0.006284 10.0.0.41 - - [2025-10-09 02:21:11] "POST /fqname-to-id HTTP/1.1" 404 207 0.008920 10.0.0.41 - - [2025-10-09 02:21:11] "DELETE /access-control-list/5c0182d2-0fab-482c-a0d0-c770d8032343 HTTP/1.1" 200 115 0.053920 10.0.0.56 - - [2025-10-09 02:21:11] "POST /neutron/network HTTP/1.1" 200 1006 0.027499 10.0.0.56 - - [2025-10-09 02:21:11] "GET /virtual-network/682e7850-9b46-4b4c-8be5-1eb9722c48dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.029806 10.0.0.56 - - [2025-10-09 02:21:11] "GET /virtual-network/0a780085-b792-48c8-947b-73a0c2642a0c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2963 0.016096 10.0.0.56 - - [2025-10-09 02:21:11] "POST /neutron/network HTTP/1.1" 200 1006 0.019809 10.0.0.41 - - [2025-10-09 02:21:11] "POST /ref-update HTTP/1.1" 200 156 0.028855 10.0.0.56 - - [2025-10-09 02:21:11] "GET /virtual-network/0a780085-b792-48c8-947b-73a0c2642a0c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.004930 10.0.0.56 - - [2025-10-09 02:21:11] "DELETE /network-policy/02847339-c2c3-43fc-950a-12a86c3a2806 HTTP/1.1" 200 115 0.042442 10.0.0.56 - - [2025-10-09 02:21:11] "POST /neutron/port HTTP/1.1" 200 1203 0.016445 10.0.0.56 - - [2025-10-09 02:21:11] "POST /neutron/port HTTP/1.1" 200 151 0.284606 10.0.0.56 - - [2025-10-09 02:21:13] "POST /neutron/network HTTP/1.1" 200 1006 0.009943 10.0.0.41 - - [2025-10-09 02:21:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.012794 10.0.0.41 - - [2025-10-09 02:21:14] "POST /useragent-kv HTTP/1.1" 200 115 0.005938 10.0.0.41 - - [2025-10-09 02:21:14] "POST /useragent-kv HTTP/1.1" 200 115 0.005431 10.0.0.41 - - [2025-10-09 02:21:14] "POST /useragent-kv HTTP/1.1" 200 115 0.017982 10.0.0.41 - - [2025-10-09 02:21:14] "POST /useragent-kv HTTP/1.1" 200 115 0.005919 10.0.0.56 - - [2025-10-09 02:21:14] "POST /neutron/network HTTP/1.1" 200 151 0.227474 10.0.0.41 - - [2025-10-09 02:21:18] "GET /projects?obj_uuids=01a57a46-c610-496f-9d68-df27ea30dc5d&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.002387 10.0.0.56 - - [2025-10-09 02:21:18] "GET /project/01a57a46-c610-496f-9d68-df27ea30dc5d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.055717 10.0.0.56 - - [2025-10-09 02:21:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003836 10.0.0.41 - - [2025-10-09 02:21:18] "GET /domains?obj_uuids=7ed77c0b-e642-4c13-a404-7756503cf17d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000946 10.0.0.56 - - [2025-10-09 02:21:18] "GET /domain/7ed77c0b-e642-4c13-a404-7756503cf17d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.006771 10.0.0.56 - - [2025-10-09 02:21:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003686 10.0.0.41 - - [2025-10-09 02:21:18] "GET /projects?obj_uuids=01a57a46-c610-496f-9d68-df27ea30dc5d&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001888 10.0.0.56 - - [2025-10-09 02:21:19] "GET /project/01a57a46-c610-496f-9d68-df27ea30dc5d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.062808 10.0.0.56 - - [2025-10-09 02:21:19] "GET /domains HTTP/1.1" 200 280 0.003259 10.0.0.41 - - [2025-10-09 02:21:19] "GET /domains?obj_uuids=7ed77c0b-e642-4c13-a404-7756503cf17d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000958 10.0.0.56 - - [2025-10-09 02:21:19] "GET /domain/7ed77c0b-e642-4c13-a404-7756503cf17d HTTP/1.1" 200 2581 0.015149 10.0.0.41 - - [2025-10-09 02:21:19] "GET /projects?obj_uuids=01a57a46-c610-496f-9d68-df27ea30dc5d&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000917 10.0.0.56 - - [2025-10-09 02:21:19] "GET /project/01a57a46-c610-496f-9d68-df27ea30dc5d HTTP/1.1" 200 1899 0.107668 10.0.0.56 - - [2025-10-09 02:21:19] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 545 0.003526 10.0.0.56 - - [2025-10-09 02:21:19] "POST /network-ipams HTTP/1.1" 200 609 0.029454 10.0.0.56 - - [2025-10-09 02:21:19] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 802 0.004754 10.0.0.56 - - [2025-10-09 02:21:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004819 10.0.0.56 - - [2025-10-09 02:21:19] "GET /network-ipam/6d6edb57-d63a-451a-b924-a4cfd88f464c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1390 0.007275 10.0.0.56 - - [2025-10-09 02:21:20] "PUT /network-ipam/6d6edb57-d63a-451a-b924-a4cfd88f464c HTTP/1.1" 200 258 0.014407 10.0.0.56 - - [2025-10-09 02:21:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003642 10.0.0.41 - - [2025-10-09 02:21:20] "GET /projects?obj_uuids=01a57a46-c610-496f-9d68-df27ea30dc5d&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000914 10.0.0.56 - - [2025-10-09 02:21:20] "GET /project/01a57a46-c610-496f-9d68-df27ea30dc5d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.040541 10.0.0.41 - - [2025-10-09 02:21:20] "POST /ref-update HTTP/1.1" 200 156 0.030393 10.0.0.41 - - [2025-10-09 02:21:20] "POST /useragent-kv HTTP/1.1" 200 115 0.012697 10.0.0.56 - - [2025-10-09 02:21:20] "POST /neutron/subnet HTTP/1.1" 200 701 0.187796 10.0.0.56 - - [2025-10-09 02:21:21] "POST /neutron/network HTTP/1.1" 200 1308 0.014030 10.0.0.56 - - [2025-10-09 02:21:21] "POST /id-to-fqname HTTP/1.1" 200 231 0.001104 10.0.0.56 - - [2025-10-09 02:21:21] "GET /virtual-network/765300d2-10b4-46b7-8a2d-3db1bc095cd8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3191 0.005636 10.0.0.56 - - [2025-10-09 02:21:21] "GET /virtual-network/765300d2-10b4-46b7-8a2d-3db1bc095cd8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3191 0.006155 10.0.0.56 - - [2025-10-09 02:21:21] "POST /neutron/subnet HTTP/1.1" 200 701 0.008722 10.0.0.56 - - [2025-10-09 02:21:21] "GET /virtual-network/765300d2-10b4-46b7-8a2d-3db1bc095cd8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3191 0.005516 10.0.0.19 - - [2025-10-09 02:21:21] "GET /obj-perms HTTP/1.1" 200 5046 0.004104 10.0.0.41 - - [2025-10-09 02:21:21] "GET /obj-perms HTTP/1.1" 200 5046 0.003124 10.0.0.56 - - [2025-10-09 02:21:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003577 10.0.0.41 - - [2025-10-09 02:21:21] "GET /projects?obj_uuids=01a57a46-c610-496f-9d68-df27ea30dc5d&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001106 10.0.0.56 - - [2025-10-09 02:21:21] "GET /project/01a57a46-c610-496f-9d68-df27ea30dc5d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.044826 10.0.0.56 - - [2025-10-09 02:21:21] "POST /neutron/network HTTP/1.1" 200 117 0.015533 10.0.0.41 - - [2025-10-09 02:21:22] "POST /useragent-kv HTTP/1.1" 200 115 0.010847 10.0.0.56 - - [2025-10-09 02:21:22] "POST /neutron/subnet HTTP/1.1" 200 701 0.213369 10.0.0.41 - - [2025-10-09 02:21:22] "POST /fqname-to-id HTTP/1.1" 404 207 0.006156 10.0.0.56 - - [2025-10-09 02:21:23] "POST /id-to-fqname HTTP/1.1" 200 231 0.001906 10.0.0.56 - - [2025-10-09 02:21:23] "GET /virtual-network/9a2973a2-e28a-4ddf-963b-591535cb38ae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3193 0.008328 10.0.0.56 - - [2025-10-09 02:21:23] "POST /neutron/network HTTP/1.1" 200 1308 0.014510 10.0.0.56 - - [2025-10-09 02:21:23] "GET /virtual-network/9a2973a2-e28a-4ddf-963b-591535cb38ae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3193 0.005808 10.0.0.56 - - [2025-10-09 02:21:23] "POST /neutron/subnet HTTP/1.1" 200 701 0.009067 10.0.0.56 - - [2025-10-09 02:21:23] "GET /virtual-network/9a2973a2-e28a-4ddf-963b-591535cb38ae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3193 0.005908 10.0.0.56 - - [2025-10-09 02:21:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003765 10.0.0.41 - - [2025-10-09 02:21:23] "GET /projects?obj_uuids=01a57a46-c610-496f-9d68-df27ea30dc5d&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001025 10.0.0.56 - - [2025-10-09 02:21:23] "GET /project/01a57a46-c610-496f-9d68-df27ea30dc5d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.054321 10.0.0.41 - - [2025-10-09 02:21:23] "GET /projects?obj_uuids=01a57a46-c610-496f-9d68-df27ea30dc5d&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001061 10.0.0.56 - - [2025-10-09 02:21:23] "POST /neutron/network HTTP/1.1" 200 619 0.149899 10.0.0.41 - - [2025-10-09 02:21:24] "POST /ref-update HTTP/1.1" 200 156 0.019057 10.0.0.41 - - [2025-10-09 02:21:24] "POST /useragent-kv HTTP/1.1" 200 115 0.014318 10.0.0.56 - - [2025-10-09 02:21:24] "POST /neutron/subnet HTTP/1.1" 200 823 0.175861 10.0.0.56 - - [2025-10-09 02:21:24] "POST /id-to-fqname HTTP/1.1" 200 231 0.001314 10.0.0.56 - - [2025-10-09 02:21:24] "GET /virtual-network/68c378af-524e-4f3c-ac60-e50858059837?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3192 0.005886 10.0.0.56 - - [2025-10-09 02:21:24] "GET /virtual-network/68c378af-524e-4f3c-ac60-e50858059837?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3192 0.005675 10.0.0.56 - - [2025-10-09 02:21:24] "POST /neutron/network HTTP/1.1" 200 1308 0.012946 10.0.0.56 - - [2025-10-09 02:21:24] "POST /neutron/subnet HTTP/1.1" 200 823 0.008847 10.0.0.56 - - [2025-10-09 02:21:25] "GET /virtual-network/68c378af-524e-4f3c-ac60-e50858059837?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3192 0.007848 10.0.0.56 - - [2025-10-09 02:21:25] "GET /obj-perms HTTP/1.1" 200 5046 0.051250 10.0.0.56 - - [2025-10-09 02:21:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004188 10.0.0.41 - - [2025-10-09 02:21:25] "GET /projects?obj_uuids=01a57a46-c610-496f-9d68-df27ea30dc5d&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000883 10.0.0.56 - - [2025-10-09 02:21:25] "GET /project/01a57a46-c610-496f-9d68-df27ea30dc5d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.047805 10.0.0.41 - - [2025-10-09 02:21:25] "POST /useragent-kv HTTP/1.1" 200 115 0.011619 10.0.0.56 - - [2025-10-09 02:21:25] "POST /neutron/subnet HTTP/1.1" 200 701 0.210773 10.0.0.56 - - [2025-10-09 02:21:26] "POST /neutron/network HTTP/1.1" 200 1309 0.016034 10.0.0.56 - - [2025-10-09 02:21:26] "POST /id-to-fqname HTTP/1.1" 200 231 0.001938 10.0.0.56 - - [2025-10-09 02:21:26] "GET /virtual-network/33d68f69-0326-448f-803c-964d7c9a31cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3194 0.006039 10.0.0.56 - - [2025-10-09 02:21:26] "GET /virtual-network/33d68f69-0326-448f-803c-964d7c9a31cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3194 0.007967 10.0.0.56 - - [2025-10-09 02:21:26] "POST /neutron/subnet HTTP/1.1" 200 701 0.010836 10.0.0.56 - - [2025-10-09 02:21:26] "GET /virtual-network/33d68f69-0326-448f-803c-964d7c9a31cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3194 0.020754 10.0.0.19 - - [2025-10-09 02:21:27] "GET /obj-perms HTTP/1.1" 200 5046 0.003990 10.0.0.41 - - [2025-10-09 02:21:27] "GET /obj-perms HTTP/1.1" 200 5046 0.003155 10.0.0.56 - - [2025-10-09 02:21:27] "POST /fqname-to-id HTTP/1.1" 404 225 0.003684 10.0.0.56 - - [2025-10-09 02:21:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.002968 10.0.0.41 - - [2025-10-09 02:21:27] "GET /projects?obj_uuids=01a57a46-c610-496f-9d68-df27ea30dc5d&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000933 10.0.0.56 - - [2025-10-09 02:21:27] "GET /project/01a57a46-c610-496f-9d68-df27ea30dc5d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.045129 10.0.0.56 - - [2025-10-09 02:21:27] "POST /network-policys HTTP/1.1" 200 559 0.030978 10.0.0.56 - - [2025-10-09 02:21:27] "GET /network-policy/05687f6c-9a02-4868-acb0-c09a91a3bcb6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6936 0.006764 10.0.0.56 - - [2025-10-09 02:21:27] "POST /fqname-to-id HTTP/1.1" 404 225 0.003612 10.0.0.56 - - [2025-10-09 02:21:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003317 10.0.0.41 - - [2025-10-09 02:21:27] "GET /projects?obj_uuids=01a57a46-c610-496f-9d68-df27ea30dc5d&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001100 10.0.0.56 - - [2025-10-09 02:21:27] "GET /project/01a57a46-c610-496f-9d68-df27ea30dc5d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.049655 10.0.0.56 - - [2025-10-09 02:21:27] "POST /network-policys HTTP/1.1" 200 559 0.028411 10.0.0.56 - - [2025-10-09 02:21:27] "GET /network-policy/d0e6524a-d6a6-443a-9aa2-1d0c07dd4352?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5020 0.006989 10.0.0.56 - - [2025-10-09 02:21:27] "POST /fqname-to-id HTTP/1.1" 404 225 0.003449 10.0.0.56 - - [2025-10-09 02:21:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.002743 10.0.0.41 - - [2025-10-09 02:21:27] "GET /projects?obj_uuids=01a57a46-c610-496f-9d68-df27ea30dc5d&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001022 10.0.0.56 - - [2025-10-09 02:21:27] "GET /project/01a57a46-c610-496f-9d68-df27ea30dc5d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.045189 10.0.0.56 - - [2025-10-09 02:21:28] "POST /network-policys HTTP/1.1" 200 559 0.032710 10.0.0.56 - - [2025-10-09 02:21:28] "GET /network-policy/b27c7465-4172-4cd2-b647-4812305eaa8c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6938 0.006419 10.0.0.56 - - [2025-10-09 02:21:28] "POST /fqname-to-id HTTP/1.1" 404 225 0.004773 10.0.0.56 - - [2025-10-09 02:21:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003945 10.0.0.41 - - [2025-10-09 02:21:28] "GET /projects?obj_uuids=01a57a46-c610-496f-9d68-df27ea30dc5d&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001005 10.0.0.56 - - [2025-10-09 02:21:28] "GET /project/01a57a46-c610-496f-9d68-df27ea30dc5d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.046302 10.0.0.56 - - [2025-10-09 02:21:28] "POST /network-policys HTTP/1.1" 200 559 0.029719 10.0.0.56 - - [2025-10-09 02:21:28] "GET /network-policy/d6e93b70-d7c8-4050-ba2f-dbcbe1d48fe6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 8844 0.007630 10.0.0.56 - - [2025-10-09 02:21:28] "POST /fqname-to-id HTTP/1.1" 404 225 0.003319 10.0.0.56 - - [2025-10-09 02:21:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003516 10.0.0.41 - - [2025-10-09 02:21:28] "GET /projects?obj_uuids=01a57a46-c610-496f-9d68-df27ea30dc5d&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001011 10.0.0.56 - - [2025-10-09 02:21:28] "GET /project/01a57a46-c610-496f-9d68-df27ea30dc5d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.042153 10.0.0.56 - - [2025-10-09 02:21:28] "POST /network-policys HTTP/1.1" 200 559 0.030423 10.0.0.56 - - [2025-10-09 02:21:28] "GET /network-policy/7f0dc7dc-3362-435c-906f-73dbd645ac05?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5019 0.006644 10.0.0.56 - - [2025-10-09 02:21:29] "POST /fqname-to-id HTTP/1.1" 404 225 0.003272 10.0.0.56 - - [2025-10-09 02:21:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003305 10.0.0.41 - - [2025-10-09 02:21:29] "GET /projects?obj_uuids=01a57a46-c610-496f-9d68-df27ea30dc5d&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001011 10.0.0.56 - - [2025-10-09 02:21:29] "GET /project/01a57a46-c610-496f-9d68-df27ea30dc5d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.042126 10.0.0.56 - - [2025-10-09 02:21:29] "POST /network-policys HTTP/1.1" 200 559 0.036473 10.0.0.56 - - [2025-10-09 02:21:29] "GET /network-policy/5ca226e3-961d-4867-8e55-28c3ebc2e997?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5019 0.005865 10.0.0.56 - - [2025-10-09 02:21:29] "POST /fqname-to-id HTTP/1.1" 404 225 0.007141 10.0.0.56 - - [2025-10-09 02:21:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003517 10.0.0.41 - - [2025-10-09 02:21:29] "GET /projects?obj_uuids=01a57a46-c610-496f-9d68-df27ea30dc5d&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001080 10.0.0.56 - - [2025-10-09 02:21:29] "GET /project/01a57a46-c610-496f-9d68-df27ea30dc5d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.041964 10.0.0.56 - - [2025-10-09 02:21:29] "POST /network-policys HTTP/1.1" 200 559 0.029731 10.0.0.56 - - [2025-10-09 02:21:29] "GET /network-policy/5ea91324-06f7-49ab-9a56-a813a355d99f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 8843 0.007417 10.0.0.56 - - [2025-10-09 02:21:29] "POST /fqname-to-id HTTP/1.1" 404 225 0.003090 10.0.0.56 - - [2025-10-09 02:21:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003354 10.0.0.41 - - [2025-10-09 02:21:29] "GET /projects?obj_uuids=01a57a46-c610-496f-9d68-df27ea30dc5d&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000955 10.0.0.56 - - [2025-10-09 02:21:29] "GET /project/01a57a46-c610-496f-9d68-df27ea30dc5d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.041210 10.0.0.56 - - [2025-10-09 02:21:30] "POST /network-policys HTTP/1.1" 200 559 0.040563 10.0.0.56 - - [2025-10-09 02:21:30] "GET /network-policy/7c3be2c9-b834-4278-9b04-290ce1153ec7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5019 0.007561 10.0.0.56 - - [2025-10-09 02:21:30] "POST /neutron/network HTTP/1.1" 200 1308 0.011582 10.0.0.41 - - [2025-10-09 02:21:30] "POST /fqname-to-id HTTP/1.1" 404 207 0.003945 10.0.0.41 - - [2025-10-09 02:21:30] "POST /fqname-to-id HTTP/1.1" 404 248 0.005229 10.0.0.56 - - [2025-10-09 02:21:30] "GET /virtual-network/765300d2-10b4-46b7-8a2d-3db1bc095cd8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3796 0.055856 10.0.0.56 - - [2025-10-09 02:21:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.008395 10.0.0.56 - - [2025-10-09 02:21:30] "GET /network-policy/05687f6c-9a02-4868-acb0-c09a91a3bcb6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6936 0.005759 10.0.0.56 - - [2025-10-09 02:21:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003128 10.0.0.56 - - [2025-10-09 02:21:30] "GET /network-policy/d0e6524a-d6a6-443a-9aa2-1d0c07dd4352?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5020 0.004587 10.0.0.56 - - [2025-10-09 02:21:30] "POST /neutron/network HTTP/1.1" 200 1308 0.014331 10.0.0.41 - - [2025-10-09 02:21:30] "POST /access-control-lists HTTP/1.1" 200 605 0.037229 10.0.0.56 - - [2025-10-09 02:21:31] "GET /virtual-network/9a2973a2-e28a-4ddf-963b-591535cb38ae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3798 0.016743 10.0.0.56 - - [2025-10-09 02:21:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.007971 10.0.0.56 - - [2025-10-09 02:21:31] "GET /network-policy/b27c7465-4172-4cd2-b647-4812305eaa8c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6938 0.004434 10.0.0.56 - - [2025-10-09 02:21:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.004371 10.0.0.56 - - [2025-10-09 02:21:31] "GET /network-policy/d6e93b70-d7c8-4050-ba2f-dbcbe1d48fe6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 8844 0.005177 10.0.0.56 - - [2025-10-09 02:21:31] "POST /neutron/network HTTP/1.1" 200 1308 0.011588 10.0.0.41 - - [2025-10-09 02:21:31] "POST /access-control-lists HTTP/1.1" 200 605 0.047514 10.0.0.56 - - [2025-10-09 02:21:31] "GET /virtual-network/68c378af-524e-4f3c-ac60-e50858059837?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3797 0.010941 10.0.0.56 - - [2025-10-09 02:21:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.005517 10.0.0.56 - - [2025-10-09 02:21:31] "GET /network-policy/5ca226e3-961d-4867-8e55-28c3ebc2e997?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5019 0.004174 10.0.0.56 - - [2025-10-09 02:21:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.002979 10.0.0.56 - - [2025-10-09 02:21:31] "GET /network-policy/7f0dc7dc-3362-435c-906f-73dbd645ac05?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5019 0.004310 10.0.0.56 - - [2025-10-09 02:21:31] "POST /neutron/network HTTP/1.1" 200 1309 0.010910 10.0.0.41 - - [2025-10-09 02:21:31] "POST /fqname-to-id HTTP/1.1" 404 207 0.005594 10.0.0.56 - - [2025-10-09 02:21:31] "GET /virtual-network/33d68f69-0326-448f-803c-964d7c9a31cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3799 0.007384 10.0.0.56 - - [2025-10-09 02:21:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003076 10.0.0.56 - - [2025-10-09 02:21:31] "GET /network-policy/5ea91324-06f7-49ab-9a56-a813a355d99f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 8843 0.014437 10.0.0.56 - - [2025-10-09 02:21:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.002786 10.0.0.56 - - [2025-10-09 02:21:31] "GET /network-policy/7c3be2c9-b834-4278-9b04-290ce1153ec7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5019 0.004081 10.0.0.56 - - [2025-10-09 02:21:31] "POST /id-to-fqname HTTP/1.1" 200 231 0.001302 10.0.0.56 - - [2025-10-09 02:22:08] "POST /neutron/network HTTP/1.1" 200 1503 0.014112 10.0.0.41 - - [2025-10-09 02:22:09] "GET /projects?obj_uuids=01a57a46-c610-496f-9d68-df27ea30dc5d&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001185 10.0.0.56 - - [2025-10-09 02:22:09] "GET /project/01a57a46-c610-496f-9d68-df27ea30dc5d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.065734 10.0.0.56 - - [2025-10-09 02:22:09] "POST /neutron/port HTTP/1.1" 200 117 0.008140 10.0.0.56 - - [2025-10-09 02:22:09] "POST /id-to-fqname HTTP/1.1" 200 231 0.001827 10.0.0.56 - - [2025-10-09 02:22:09] "POST /neutron/network HTTP/1.1" 200 1503 0.015343 10.0.0.41 - - [2025-10-09 02:22:10] "GET /projects?obj_uuids=01a57a46-c610-496f-9d68-df27ea30dc5d&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001062 10.0.0.56 - - [2025-10-09 02:22:10] "GET /project/01a57a46-c610-496f-9d68-df27ea30dc5d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.120492 10.0.0.56 - - [2025-10-09 02:22:10] "POST /neutron/network HTTP/1.1" 200 1493 0.022957 10.0.0.41 - - [2025-10-09 02:22:10] "PUT /access-control-list/f654b594-38bd-4142-8f0f-2fad3e49f748 HTTP/1.1" 200 272 0.123058 10.0.0.56 - - [2025-10-09 02:22:11] "POST /neutron/port HTTP/1.1" 200 1197 0.056485 10.0.0.56 - - [2025-10-09 02:22:11] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004211 10.0.0.56 - - [2025-10-09 02:22:11] "POST /neutron/subnet HTTP/1.1" 200 1356 0.026789 10.0.0.56 - - [2025-10-09 02:22:11] "POST /neutron/security_group HTTP/1.1" 200 2066 0.013852 10.0.0.56 - - [2025-10-09 02:22:11] "POST /neutron/network HTTP/1.1" 200 1503 0.017524 10.0.0.56 - - [2025-10-09 02:22:12] "POST /neutron/port HTTP/1.1" 200 1169 0.063650 10.0.0.56 - - [2025-10-09 02:22:13] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006015 10.0.0.56 - - [2025-10-09 02:22:13] "POST /neutron/port HTTP/1.1" 200 117 0.002353 10.0.0.56 - - [2025-10-09 02:22:16] "POST /neutron/port HTTP/1.1" 200 1197 0.026284 10.0.0.56 - - [2025-10-09 02:22:21] "POST /neutron/security_group HTTP/1.1" 200 2066 0.013519 10.0.0.56 - - [2025-10-09 02:22:31] "POST /neutron/port HTTP/1.1" 200 1197 0.017987 10.0.0.56 - - [2025-10-09 02:22:36] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008579 10.0.0.56 - - [2025-10-09 02:22:46] "POST /neutron/port HTTP/1.1" 200 1197 0.016115 10.0.0.56 - - [2025-10-09 02:22:52] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007400 10.0.0.41 - - [2025-10-09 02:23:00] "GET /global-system-configs HTTP/1.1" 401 292 0.000486 10.0.0.41 - - [2025-10-09 02:23:00] "GET /global-system-configs HTTP/1.1" 401 292 0.000405 10.0.0.41 - - [2025-10-09 02:23:01] "GET /global-system-configs HTTP/1.1" 401 292 0.000462 10.0.0.41 - - [2025-10-09 02:23:01] "GET /global-system-configs HTTP/1.1" 401 292 0.000452 10.0.0.19 - - [2025-10-09 02:23:01] "GET /global-system-configs HTTP/1.1" 401 292 0.000404 10.0.0.19 - - [2025-10-09 02:23:01] "GET /global-system-configs HTTP/1.1" 401 292 0.000416 10.0.0.19 - - [2025-10-09 02:23:01] "GET /global-system-configs HTTP/1.1" 401 292 0.000400 10.0.0.19 - - [2025-10-09 02:23:01] "GET /global-system-configs HTTP/1.1" 401 292 0.001023 10.0.0.56 - - [2025-10-09 02:23:02] "POST /neutron/port HTTP/1.1" 200 1197 0.016613 10.0.0.56 - - [2025-10-09 02:23:03] "GET /global-system-configs HTTP/1.1" 401 292 0.000420 10.0.0.56 - - [2025-10-09 02:23:03] "GET /global-system-configs HTTP/1.1" 401 292 0.000416 10.0.0.56 - - [2025-10-09 02:23:05] "GET /global-system-configs HTTP/1.1" 401 292 0.000403 10.0.0.56 - - [2025-10-09 02:23:05] "GET /global-system-configs HTTP/1.1" 401 292 0.000384 10.0.0.56 - - [2025-10-09 02:23:07] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007730 10.0.0.56 - - [2025-10-09 02:23:07] "POST /neutron/port HTTP/1.1" 200 1197 0.015736 10.0.0.56 - - [2025-10-09 02:23:07] "GET /virtual-machine/fcb6f267-6832-4e0d-af5a-28aabbcd8c53 HTTP/1.1" 200 1301 0.006331 10.0.0.56 - - [2025-10-09 02:23:07] "GET /virtual-machine-interface/135f01e4-1df1-4244-8832-ad62eab229e0 HTTP/1.1" 200 3183 0.005290 10.0.0.56 - - [2025-10-09 02:23:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003074 10.0.0.56 - - [2025-10-09 02:23:07] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003749 10.0.0.56 - - [2025-10-09 02:23:07] "GET /virtual-networks?parent_id=01a57a46-c610-496f-9d68-df27ea30dc5d&detail=False&count=False&shared=False HTTP/1.1" 200 1055 0.002660 10.0.0.56 - - [2025-10-09 02:23:07] "GET /virtual-network/765300d2-10b4-46b7-8a2d-3db1bc095cd8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3796 0.005833 10.0.0.56 - - [2025-10-09 02:23:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003816 10.0.0.56 - - [2025-10-09 02:23:10] "GET /virtual-network/765300d2-10b4-46b7-8a2d-3db1bc095cd8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3796 0.006279 10.0.0.56 - - [2025-10-09 02:23:12] "GET /obj-perms HTTP/1.1" 200 5056 0.047495 10.0.0.56 - - [2025-10-09 02:23:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003758 10.0.0.56 - - [2025-10-09 02:23:14] "GET /virtual-network/765300d2-10b4-46b7-8a2d-3db1bc095cd8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3796 0.004995 10.0.0.56 - - [2025-10-09 02:23:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004313 10.0.0.56 - - [2025-10-09 02:23:18] "GET /virtual-network/765300d2-10b4-46b7-8a2d-3db1bc095cd8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3796 0.006403 10.0.0.56 - - [2025-10-09 02:23:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.005020 10.0.0.56 - - [2025-10-09 02:23:23] "GET /virtual-network/765300d2-10b4-46b7-8a2d-3db1bc095cd8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3796 0.006997 10.0.0.56 - - [2025-10-09 02:23:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003767 10.0.0.56 - - [2025-10-09 02:23:27] "GET /virtual-network/765300d2-10b4-46b7-8a2d-3db1bc095cd8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3796 0.005654 10.0.0.56 - - [2025-10-09 02:23:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003886 10.0.0.56 - - [2025-10-09 02:23:31] "GET /virtual-network/765300d2-10b4-46b7-8a2d-3db1bc095cd8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3796 0.005264 10.0.0.56 - - [2025-10-09 02:23:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.006139 10.0.0.56 - - [2025-10-09 02:23:35] "GET /virtual-network/765300d2-10b4-46b7-8a2d-3db1bc095cd8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3796 0.007147 10.0.0.56 - - [2025-10-09 02:23:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.004835 10.0.0.56 - - [2025-10-09 02:23:39] "GET /virtual-network/765300d2-10b4-46b7-8a2d-3db1bc095cd8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3796 0.007289 10.0.0.56 - - [2025-10-09 02:23:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003758 10.0.0.56 - - [2025-10-09 02:23:41] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003601 10.0.0.56 - - [2025-10-09 02:23:41] "GET /virtual-networks?parent_id=01a57a46-c610-496f-9d68-df27ea30dc5d&detail=False&count=False&shared=False HTTP/1.1" 200 1055 0.003254 10.0.0.56 - - [2025-10-09 02:23:41] "GET /virtual-network/765300d2-10b4-46b7-8a2d-3db1bc095cd8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3796 0.005968 10.0.0.56 - - [2025-10-09 02:23:41] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007314 10.0.0.56 - - [2025-10-09 02:23:50] "POST /neutron/port HTTP/1.1" 200 1197 0.036399 10.0.0.56 - - [2025-10-09 02:23:52] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007495 10.0.0.56 - - [2025-10-09 02:23:53] "POST /neutron/network HTTP/1.1" 200 1503 0.012022 10.0.0.56 - - [2025-10-09 02:23:53] "POST /neutron/subnet HTTP/1.1" 200 1356 0.015159 10.0.0.56 - - [2025-10-09 02:23:53] "POST /neutron/network HTTP/1.1" 200 1493 0.011144 10.0.0.56 - - [2025-10-09 02:23:57] "POST /neutron/port HTTP/1.1" 200 1197 0.015143 10.0.0.56 - - [2025-10-09 02:23:58] "POST /neutron/port HTTP/1.1" 200 1197 0.018738 10.0.0.56 - - [2025-10-09 02:23:58] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003991 10.0.0.56 - - [2025-10-09 02:23:58] "POST /neutron/port HTTP/1.1" 200 117 0.001295 10.0.0.56 - - [2025-10-09 02:24:02] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007380 10.0.0.56 - - [2025-10-09 02:24:02] "POST /neutron/port HTTP/1.1" 200 1197 0.015543 10.0.0.56 - - [2025-10-09 02:24:02] "GET /virtual-machine/f4f73138-370a-414a-bcc0-870c722f29e8 HTTP/1.1" 200 1301 0.005909 10.0.0.56 - - [2025-10-09 02:24:02] "GET /virtual-machine-interface/492482f0-c987-4498-9c77-5bb1514eb1f4 HTTP/1.1" 200 3184 0.004813 10.0.0.56 - - [2025-10-09 02:24:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003312 10.0.0.56 - - [2025-10-09 02:24:02] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003699 10.0.0.56 - - [2025-10-09 02:24:02] "GET /virtual-networks?parent_id=01a57a46-c610-496f-9d68-df27ea30dc5d&detail=False&count=False&shared=False HTTP/1.1" 200 1055 0.002622 10.0.0.56 - - [2025-10-09 02:24:02] "GET /virtual-network/9a2973a2-e28a-4ddf-963b-591535cb38ae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3798 0.008769 10.0.0.56 - - [2025-10-09 02:24:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003803 10.0.0.56 - - [2025-10-09 02:24:03] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003903 10.0.0.56 - - [2025-10-09 02:24:03] "GET /virtual-networks?parent_id=01a57a46-c610-496f-9d68-df27ea30dc5d&detail=False&count=False&shared=False HTTP/1.1" 200 1055 0.003387 10.0.0.56 - - [2025-10-09 02:24:03] "GET /virtual-network/9a2973a2-e28a-4ddf-963b-591535cb38ae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3798 0.006131 10.0.0.56 - - [2025-10-09 02:24:04] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007060 10.0.0.56 - - [2025-10-09 02:24:09] "POST /neutron/port HTTP/1.1" 200 1197 0.016713 10.0.0.56 - - [2025-10-09 02:24:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003488 10.0.0.56 - - [2025-10-09 02:24:09] "GET /network-policy/b27c7465-4172-4cd2-b647-4812305eaa8c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6938 0.003971 10.0.0.56 - - [2025-10-09 02:24:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.002652 10.0.0.56 - - [2025-10-09 02:24:09] "GET /network-policy/d6e93b70-d7c8-4050-ba2f-dbcbe1d48fe6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 8844 0.004800 10.0.0.56 - - [2025-10-09 02:24:09] "POST /neutron/security_group HTTP/1.1" 200 2066 0.015409 10.0.0.56 - - [2025-10-09 02:24:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.004067 10.0.0.56 - - [2025-10-09 02:24:09] "GET /network-policy/05687f6c-9a02-4868-acb0-c09a91a3bcb6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6936 0.003991 10.0.0.56 - - [2025-10-09 02:24:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.002426 10.0.0.56 - - [2025-10-09 02:24:09] "GET /network-policy/d0e6524a-d6a6-443a-9aa2-1d0c07dd4352?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5020 0.004318 10.0.0.56 - - [2025-10-09 02:24:26] "GET /virtual-machine/f4f73138-370a-414a-bcc0-870c722f29e8 HTTP/1.1" 200 1301 0.004557 10.0.0.56 - - [2025-10-09 02:24:26] "POST /neutron/port HTTP/1.1" 200 151 0.243759 10.0.0.56 - - [2025-10-09 02:24:28] "GET /virtual-machine/f4f73138-370a-414a-bcc0-870c722f29e8 HTTP/1.1" 404 171 0.003368 10.0.0.56 - - [2025-10-09 02:24:28] "GET /virtual-machine/f4f73138-370a-414a-bcc0-870c722f29e8 HTTP/1.1" 404 171 0.002770 10.0.0.56 - - [2025-10-09 02:24:28] "GET /virtual-machine/f4f73138-370a-414a-bcc0-870c722f29e8 HTTP/1.1" 404 171 0.002396 10.0.0.56 - - [2025-10-09 02:24:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003679 10.0.0.56 - - [2025-10-09 02:24:28] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004292 10.0.0.56 - - [2025-10-09 02:24:28] "GET /virtual-networks?parent_id=01a57a46-c610-496f-9d68-df27ea30dc5d&detail=False&count=False&shared=False HTTP/1.1" 200 1055 0.003005 10.0.0.56 - - [2025-10-09 02:24:28] "GET /virtual-network/9a2973a2-e28a-4ddf-963b-591535cb38ae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3798 0.006415 10.0.0.56 - - [2025-10-09 02:24:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003103 10.0.0.56 - - [2025-10-09 02:24:28] "GET /routing-instance/308d8e55-66b2-4c33-ba34-b665240d3e4e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1813 0.004337 10.0.0.56 - - [2025-10-09 02:24:28] "GET /route-target/fd4272f2-f416-4088-b844-dc5024633d30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.003642 10.0.0.56 - - [2025-10-09 02:24:28] "GET /virtual-machine/f4f73138-370a-414a-bcc0-870c722f29e8 HTTP/1.1" 404 171 0.003992 10.0.0.56 - - [2025-10-09 02:24:29] "GET /virtual-machine/f4f73138-370a-414a-bcc0-870c722f29e8 HTTP/1.1" 404 171 0.003782 10.0.0.56 - - [2025-10-09 02:24:30] "GET /virtual-machine/f4f73138-370a-414a-bcc0-870c722f29e8 HTTP/1.1" 404 171 0.003492 10.0.0.56 - - [2025-10-09 02:24:31] "GET /virtual-machine/f4f73138-370a-414a-bcc0-870c722f29e8 HTTP/1.1" 404 171 0.003562 10.0.0.56 - - [2025-10-09 02:24:32] "GET /virtual-machine/f4f73138-370a-414a-bcc0-870c722f29e8 HTTP/1.1" 404 171 0.003852 10.0.0.56 - - [2025-10-09 02:24:33] "GET /virtual-machine/f4f73138-370a-414a-bcc0-870c722f29e8 HTTP/1.1" 404 171 0.003935 10.0.0.41 - - [2025-10-09 02:24:33] "GET /obj-perms HTTP/1.1" 200 5046 0.008784 10.0.0.56 - - [2025-10-09 02:24:33] "GET /obj-perms HTTP/1.1" 200 5046 0.007241 10.0.0.19 - - [2025-10-09 02:24:33] "GET /obj-perms HTTP/1.1" 200 5046 0.004615 10.0.0.56 - - [2025-10-09 02:24:33] "GET /virtual-machine/fcb6f267-6832-4e0d-af5a-28aabbcd8c53 HTTP/1.1" 200 1301 0.004779 10.0.0.56 - - [2025-10-09 02:24:34] "POST /neutron/port HTTP/1.1" 200 151 0.236672 10.0.0.56 - - [2025-10-09 02:24:35] "GET /virtual-machine/fcb6f267-6832-4e0d-af5a-28aabbcd8c53 HTTP/1.1" 404 171 0.003385 10.0.0.56 - - [2025-10-09 02:24:35] "GET /virtual-machine/fcb6f267-6832-4e0d-af5a-28aabbcd8c53 HTTP/1.1" 404 171 0.003205 10.0.0.56 - - [2025-10-09 02:24:35] "GET /virtual-machine/fcb6f267-6832-4e0d-af5a-28aabbcd8c53 HTTP/1.1" 404 171 0.002533 10.0.0.56 - - [2025-10-09 02:24:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003946 10.0.0.56 - - [2025-10-09 02:24:35] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003945 10.0.0.56 - - [2025-10-09 02:24:35] "GET /virtual-networks?parent_id=01a57a46-c610-496f-9d68-df27ea30dc5d&detail=False&count=False&shared=False HTTP/1.1" 200 1055 0.003125 10.0.0.56 - - [2025-10-09 02:24:36] "GET /virtual-network/765300d2-10b4-46b7-8a2d-3db1bc095cd8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3796 0.008030 10.0.0.56 - - [2025-10-09 02:24:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004277 10.0.0.56 - - [2025-10-09 02:24:36] "GET /routing-instance/46ec1ddb-55eb-4acd-87ee-a12dbf2cf486?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1812 0.004731 10.0.0.56 - - [2025-10-09 02:24:36] "GET /route-target/eba36ab7-0592-45cf-8600-542f1faf7b9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.003558 10.0.0.56 - - [2025-10-09 02:24:39] "GET /obj-perms HTTP/1.1" 200 5046 0.004631 10.0.0.56 - - [2025-10-09 02:24:42] "GET /obj-perms HTTP/1.1" 200 5046 0.003836 10.0.0.56 - - [2025-10-09 02:24:42] "GET /virtual-network/33d68f69-0326-448f-803c-964d7c9a31cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3799 0.032442 10.0.0.56 - - [2025-10-09 02:24:42] "POST /neutron/network HTTP/1.1" 200 1309 0.043072 10.0.0.56 - - [2025-10-09 02:24:42] "GET /virtual-network/33d68f69-0326-448f-803c-964d7c9a31cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3194 0.005298 10.0.0.56 - - [2025-10-09 02:24:43] "GET /virtual-network/68c378af-524e-4f3c-ac60-e50858059837?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3797 0.006215 10.0.0.41 - - [2025-10-09 02:24:43] "DELETE /access-control-list/e5a1e0fd-37b6-439e-a755-de6132d917b5 HTTP/1.1" 200 115 0.084052 10.0.0.56 - - [2025-10-09 02:24:43] "POST /neutron/network HTTP/1.1" 200 1308 0.021300 10.0.0.56 - - [2025-10-09 02:24:43] "GET /virtual-network/68c378af-524e-4f3c-ac60-e50858059837?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3192 0.005134 10.0.0.56 - - [2025-10-09 02:24:43] "GET /virtual-network/9a2973a2-e28a-4ddf-963b-591535cb38ae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3798 0.005334 10.0.0.41 - - [2025-10-09 02:24:43] "POST /fqname-to-id HTTP/1.1" 404 207 0.025231 10.0.0.56 - - [2025-10-09 02:24:43] "POST /neutron/network HTTP/1.1" 200 1308 0.019029 10.0.0.56 - - [2025-10-09 02:24:43] "GET /virtual-network/9a2973a2-e28a-4ddf-963b-591535cb38ae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3193 0.009287 10.0.0.56 - - [2025-10-09 02:24:43] "GET /virtual-network/765300d2-10b4-46b7-8a2d-3db1bc095cd8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3796 0.005888 10.0.0.41 - - [2025-10-09 02:24:43] "DELETE /access-control-list/f654b594-38bd-4142-8f0f-2fad3e49f748 HTTP/1.1" 200 115 0.066418 10.0.0.56 - - [2025-10-09 02:24:43] "POST /neutron/network HTTP/1.1" 200 1308 0.020484 10.0.0.56 - - [2025-10-09 02:24:43] "GET /virtual-network/765300d2-10b4-46b7-8a2d-3db1bc095cd8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3191 0.006402 10.0.0.56 - - [2025-10-09 02:24:43] "DELETE /network-policy/7c3be2c9-b834-4278-9b04-290ce1153ec7 HTTP/1.1" 200 115 0.092218 10.0.0.56 - - [2025-10-09 02:24:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003757 10.0.0.41 - - [2025-10-09 02:24:44] "GET /projects?obj_uuids=01a57a46-c610-496f-9d68-df27ea30dc5d&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001134 10.0.0.56 - - [2025-10-09 02:24:44] "GET /project/01a57a46-c610-496f-9d68-df27ea30dc5d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.041361 10.0.0.56 - - [2025-10-09 02:24:44] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyIpv4v6-47178449&detail=False&count=False&shared=False HTTP/1.1" 200 1755 0.005770 10.0.0.56 - - [2025-10-09 02:24:44] "DELETE /network-policy/5ea91324-06f7-49ab-9a56-a813a355d99f HTTP/1.1" 200 115 0.056455 10.0.0.56 - - [2025-10-09 02:24:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.002886 10.0.0.41 - - [2025-10-09 02:24:44] "GET /projects?obj_uuids=01a57a46-c610-496f-9d68-df27ea30dc5d&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001028 10.0.0.56 - - [2025-10-09 02:24:44] "GET /project/01a57a46-c610-496f-9d68-df27ea30dc5d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.041968 10.0.0.56 - - [2025-10-09 02:24:44] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyIpv4v6-47178449&detail=False&count=False&shared=False HTTP/1.1" 200 1523 0.005767 10.0.0.56 - - [2025-10-09 02:24:44] "DELETE /network-policy/5ca226e3-961d-4867-8e55-28c3ebc2e997 HTTP/1.1" 200 115 0.052621 10.0.0.56 - - [2025-10-09 02:24:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.005001 10.0.0.41 - - [2025-10-09 02:24:44] "GET /projects?obj_uuids=01a57a46-c610-496f-9d68-df27ea30dc5d&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001930 10.0.0.56 - - [2025-10-09 02:24:44] "GET /project/01a57a46-c610-496f-9d68-df27ea30dc5d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.054569 10.0.0.56 - - [2025-10-09 02:24:44] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyIpv4v6-47178449&detail=False&count=False&shared=False HTTP/1.1" 200 1291 0.006939 10.0.0.56 - - [2025-10-09 02:24:44] "DELETE /network-policy/7f0dc7dc-3362-435c-906f-73dbd645ac05 HTTP/1.1" 200 115 0.056739 10.0.0.56 - - [2025-10-09 02:24:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.005463 10.0.0.41 - - [2025-10-09 02:24:44] "GET /projects?obj_uuids=01a57a46-c610-496f-9d68-df27ea30dc5d&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001205 10.0.0.56 - - [2025-10-09 02:24:44] "GET /project/01a57a46-c610-496f-9d68-df27ea30dc5d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.053728 10.0.0.56 - - [2025-10-09 02:24:44] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyIpv4v6-47178449&detail=False&count=False&shared=False HTTP/1.1" 200 1058 0.006494 10.0.0.56 - - [2025-10-09 02:24:44] "DELETE /network-policy/d6e93b70-d7c8-4050-ba2f-dbcbe1d48fe6 HTTP/1.1" 200 115 0.068286 10.0.0.56 - - [2025-10-09 02:24:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003432 10.0.0.41 - - [2025-10-09 02:24:45] "GET /projects?obj_uuids=01a57a46-c610-496f-9d68-df27ea30dc5d&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001001 10.0.0.56 - - [2025-10-09 02:24:45] "GET /project/01a57a46-c610-496f-9d68-df27ea30dc5d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.040584 10.0.0.56 - - [2025-10-09 02:24:45] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyIpv4v6-47178449&detail=False&count=False&shared=False HTTP/1.1" 200 826 0.005849 10.0.0.56 - - [2025-10-09 02:24:45] "DELETE /network-policy/b27c7465-4172-4cd2-b647-4812305eaa8c HTTP/1.1" 200 115 0.048077 10.0.0.56 - - [2025-10-09 02:24:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003215 10.0.0.41 - - [2025-10-09 02:24:45] "GET /projects?obj_uuids=01a57a46-c610-496f-9d68-df27ea30dc5d&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000979 10.0.0.56 - - [2025-10-09 02:24:45] "GET /project/01a57a46-c610-496f-9d68-df27ea30dc5d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.042476 10.0.0.56 - - [2025-10-09 02:24:45] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyIpv4v6-47178449&detail=False&count=False&shared=False HTTP/1.1" 200 594 0.005624 10.0.0.56 - - [2025-10-09 02:24:45] "DELETE /network-policy/d0e6524a-d6a6-443a-9aa2-1d0c07dd4352 HTTP/1.1" 200 115 0.051922 10.0.0.56 - - [2025-10-09 02:24:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003212 10.0.0.41 - - [2025-10-09 02:24:45] "GET /projects?obj_uuids=01a57a46-c610-496f-9d68-df27ea30dc5d&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.002948 10.0.0.56 - - [2025-10-09 02:24:45] "GET /project/01a57a46-c610-496f-9d68-df27ea30dc5d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.060333 10.0.0.56 - - [2025-10-09 02:24:45] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyIpv4v6-47178449&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.005399 10.0.0.56 - - [2025-10-09 02:24:45] "DELETE /network-policy/05687f6c-9a02-4868-acb0-c09a91a3bcb6 HTTP/1.1" 200 115 0.050336 10.0.0.56 - - [2025-10-09 02:24:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003898 10.0.0.41 - - [2025-10-09 02:24:45] "GET /projects?obj_uuids=01a57a46-c610-496f-9d68-df27ea30dc5d&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001001 10.0.0.56 - - [2025-10-09 02:24:45] "GET /project/01a57a46-c610-496f-9d68-df27ea30dc5d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.052762 10.0.0.56 - - [2025-10-09 02:24:45] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyIpv4v6-47178449&detail=False&count=False&shared=False HTTP/1.1" 200 131 0.006695 10.0.0.41 - - [2025-10-09 02:24:46] "DELETE /route-target/4002544f-afeb-41c3-b726-9c4aa44c236e HTTP/1.1" 200 115 0.026515 10.0.0.56 - - [2025-10-09 02:24:46] "POST /neutron/network HTTP/1.1" 200 1308 0.011383 10.0.0.41 - - [2025-10-09 02:24:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.006847 10.0.0.41 - - [2025-10-09 02:24:46] "POST /useragent-kv HTTP/1.1" 200 115 0.003350 10.0.0.41 - - [2025-10-09 02:24:46] "POST /useragent-kv HTTP/1.1" 200 115 0.002196 10.0.0.41 - - [2025-10-09 02:24:46] "POST /useragent-kv HTTP/1.1" 200 115 0.002301 10.0.0.41 - - [2025-10-09 02:24:46] "POST /useragent-kv HTTP/1.1" 200 115 0.002279 10.0.0.41 - - [2025-10-09 02:24:46] "POST /useragent-kv HTTP/1.1" 200 115 0.002099 10.0.0.41 - - [2025-10-09 02:24:46] "POST /useragent-kv HTTP/1.1" 200 115 0.002956 10.0.0.56 - - [2025-10-09 02:24:46] "POST /neutron/network HTTP/1.1" 200 151 0.176864 10.0.0.41 - - [2025-10-09 02:24:47] "DELETE /route-target/eba36ab7-0592-45cf-8600-542f1faf7b9e HTTP/1.1" 200 115 0.029251 10.0.0.56 - - [2025-10-09 02:24:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003950 10.0.0.56 - - [2025-10-09 02:24:47] "DELETE /network-ipam/6d6edb57-d63a-451a-b924-a4cfd88f464c HTTP/1.1" 200 115 0.036389 10.0.0.56 - - [2025-10-09 02:24:47] "POST /fqname-to-id HTTP/1.1" 404 252 0.003244 10.0.0.41 - - [2025-10-09 02:24:47] "GET /projects?obj_uuids=01a57a46-c610-496f-9d68-df27ea30dc5d&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000918 10.0.0.41 - - [2025-10-09 02:24:47] "GET /project/01a57a46-c610-496f-9d68-df27ea30dc5d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1499 0.048468 10.0.0.41 - - [2025-10-09 02:24:47] "GET /projects?obj_uuids=01a57a46-c610-496f-9d68-df27ea30dc5d&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001254 10.0.0.41 - - [2025-10-09 02:24:47] "GET /project/01a57a46-c610-496f-9d68-df27ea30dc5d?fields=security_groups HTTP/1.1" 200 1386 0.049039 10.0.0.41 - - [2025-10-09 02:24:47] "DELETE /security-group/a8568aff-38ad-48ce-abe6-7f39fb9ccf81 HTTP/1.1" 200 115 0.055596 10.0.0.41 - - [2025-10-09 02:24:47] "GET /projects?obj_uuids=01a57a46-c610-496f-9d68-df27ea30dc5d&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001052 10.0.0.41 - - [2025-10-09 02:24:47] "GET /project/01a57a46-c610-496f-9d68-df27ea30dc5d?fields=application_policy_sets HTTP/1.1" 200 1425 0.070836 10.0.0.56 - - [2025-10-09 02:24:48] "DELETE /project/01a57a46-c610-496f-9d68-df27ea30dc5d HTTP/1.1" 200 115 0.426669 10.0.0.41 - - [2025-10-09 02:24:48] "GET /domains?obj_uuids=7ed77c0b-e642-4c13-a404-7756503cf17d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002322 10.0.0.56 - - [2025-10-09 02:24:48] "GET /domain/7ed77c0b-e642-4c13-a404-7756503cf17d?fields=projects HTTP/1.1" 200 1244 0.022006 10.0.0.56 - - [2025-10-09 02:24:53] "POST /fqname-to-id HTTP/1.1" 404 225 0.003590 10.0.0.41 - - [2025-10-09 02:24:53] "POST /id-to-fqname HTTP/1.1" 200 198 0.003820 10.0.0.41 - - [2025-10-09 02:24:53] "POST /fqname-to-id HTTP/1.1" 404 207 0.008535 10.0.0.41 - - [2025-10-09 02:24:53] "POST /security-groups HTTP/1.1" 200 599 0.031389 10.0.0.41 - - [2025-10-09 02:24:53] "POST /fqname-to-id HTTP/1.1" 404 242 0.006388 10.0.0.41 - - [2025-10-09 02:24:53] "POST /projects HTTP/1.1" 200 601 0.236899 10.0.0.56 - - [2025-10-09 02:24:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.270101 10.0.0.41 - - [2025-10-09 02:24:53] "GET /projects?obj_uuids=01a57a46-c610-496f-9d68-df27ea30dc5d&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001048 10.0.0.56 - - [2025-10-09 02:24:53] "GET /project/01a57a46-c610-496f-9d68-df27ea30dc5d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.035962 10.0.0.41 - - [2025-10-09 02:24:53] "POST /access-control-lists HTTP/1.1" 200 602 0.044789 10.0.0.56 - - [2025-10-09 02:24:53] "POST /network-policys HTTP/1.1" 200 559 0.072533 10.0.0.56 - - [2025-10-09 02:24:53] "GET /network-policy/861fb6be-dead-41bd-ba16-2b4e297a721e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3105 0.006107 10.0.0.56 - - [2025-10-09 02:24:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002810 10.0.0.41 - - [2025-10-09 02:24:53] "GET /projects?obj_uuids=01a57a46-c610-496f-9d68-df27ea30dc5d&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001440 10.0.0.56 - - [2025-10-09 02:24:53] "GET /project/01a57a46-c610-496f-9d68-df27ea30dc5d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.040134 10.0.0.56 - - [2025-10-09 02:24:53] "POST /neutron/network HTTP/1.1" 200 117 0.010726 10.0.0.41 - - [2025-10-09 02:24:54] "POST /useragent-kv HTTP/1.1" 200 115 0.011880 10.0.0.56 - - [2025-10-09 02:24:54] "POST /neutron/subnet HTTP/1.1" 200 828 0.219630 10.0.0.56 - - [2025-10-09 02:24:54] "POST /id-to-fqname HTTP/1.1" 200 229 0.001275 10.0.0.56 - - [2025-10-09 02:24:54] "GET /virtual-network/6a6c56df-3c71-4fcb-872a-72c93536b63f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.005145 10.0.0.56 - - [2025-10-09 02:24:54] "GET /virtual-network/6a6c56df-3c71-4fcb-872a-72c93536b63f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.005870 10.0.0.56 - - [2025-10-09 02:24:54] "POST /neutron/network HTTP/1.1" 200 1007 0.010133 10.0.0.56 - - [2025-10-09 02:24:54] "POST /neutron/network HTTP/1.1" 200 1007 0.011598 10.0.0.41 - - [2025-10-09 02:24:54] "POST /fqname-to-id HTTP/1.1" 404 207 0.004039 10.0.0.41 - - [2025-10-09 02:24:54] "POST /fqname-to-id HTTP/1.1" 404 244 0.006393 10.0.0.56 - - [2025-10-09 02:24:54] "GET /virtual-network/6a6c56df-3c71-4fcb-872a-72c93536b63f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2954 0.008660 10.0.0.56 - - [2025-10-09 02:24:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003372 10.0.0.56 - - [2025-10-09 02:24:54] "GET /network-policy/861fb6be-dead-41bd-ba16-2b4e297a721e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3105 0.004262 10.0.0.56 - - [2025-10-09 02:24:54] "GET /virtual-network/6a6c56df-3c71-4fcb-872a-72c93536b63f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2954 0.006033 10.0.0.56 - - [2025-10-09 02:24:55] "GET /obj-perms HTTP/1.1" 200 5046 0.003546 10.0.0.41 - - [2025-10-09 02:24:55] "GET /obj-perms HTTP/1.1" 200 5046 0.045981 10.0.0.56 - - [2025-10-09 02:24:55] "POST /id-to-fqname HTTP/1.1" 200 229 0.001312 10.0.0.56 - - [2025-10-09 02:24:55] "POST /neutron/network HTTP/1.1" 200 1116 0.010842 10.0.0.41 - - [2025-10-09 02:24:56] "GET /projects?obj_uuids=01a57a46-c610-496f-9d68-df27ea30dc5d&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000977 10.0.0.56 - - [2025-10-09 02:24:56] "GET /project/01a57a46-c610-496f-9d68-df27ea30dc5d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.076356 10.0.0.56 - - [2025-10-09 02:24:56] "POST /neutron/port HTTP/1.1" 200 117 0.006751 10.0.0.56 - - [2025-10-09 02:24:56] "POST /id-to-fqname HTTP/1.1" 200 229 0.001143 10.0.0.56 - - [2025-10-09 02:24:56] "POST /neutron/network HTTP/1.1" 200 1116 0.020095 10.0.0.56 - - [2025-10-09 02:24:57] "POST /neutron/port HTTP/1.1" 200 1174 0.027233 10.0.0.41 - - [2025-10-09 02:24:57] "GET /projects?obj_uuids=01a57a46-c610-496f-9d68-df27ea30dc5d&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001143 10.0.0.56 - - [2025-10-09 02:24:57] "GET /project/01a57a46-c610-496f-9d68-df27ea30dc5d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.116084 10.0.0.56 - - [2025-10-09 02:24:57] "POST /neutron/network HTTP/1.1" 200 1106 0.034760 10.0.0.56 - - [2025-10-09 02:24:57] "POST /neutron/subnet HTTP/1.1" 200 1381 0.011522 10.0.0.56 - - [2025-10-09 02:24:57] "POST /neutron/network HTTP/1.1" 200 1106 0.020313 10.0.0.56 - - [2025-10-09 02:24:57] "POST /neutron/port HTTP/1.1" 200 117 0.007749 10.0.0.56 - - [2025-10-09 02:24:58] "POST /neutron/network HTTP/1.1" 200 1116 0.009346 10.0.0.56 - - [2025-10-09 02:24:58] "POST /neutron/port HTTP/1.1" 200 1174 0.020567 10.0.0.56 - - [2025-10-09 02:24:58] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003964 10.0.0.56 - - [2025-10-09 02:24:58] "POST /neutron/port HTTP/1.1" 200 117 0.001217 10.0.0.41 - - [2025-10-09 02:25:01] "DELETE /project/01a57a46c610496f9d68df27ea30dc5d HTTP/1.1" 404 173 0.025666 10.0.0.56 - - [2025-10-09 02:25:02] "POST /neutron/port HTTP/1.1" 200 1202 0.018718 10.0.0.56 - - [2025-10-09 02:25:03] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008268 10.0.0.56 - - [2025-10-09 02:25:03] "GET /virtual-machine/4be70890-50d7-4045-9b66-09bb54cc6044 HTTP/1.1" 200 1300 0.027714 10.0.0.56 - - [2025-10-09 02:25:03] "GET /virtual-machine-interface/5d157912-ffb6-43b4-b973-a3b5733ecb5b HTTP/1.1" 200 3178 0.005294 10.0.0.56 - - [2025-10-09 02:25:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.002701 10.0.0.56 - - [2025-10-09 02:25:03] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003255 10.0.0.56 - - [2025-10-09 02:25:03] "GET /virtual-networks?parent_id=01a57a46-c610-496f-9d68-df27ea30dc5d&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.002928 10.0.0.56 - - [2025-10-09 02:25:03] "GET /virtual-network/6a6c56df-3c71-4fcb-872a-72c93536b63f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2954 0.006001 10.0.0.56 - - [2025-10-09 02:25:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003616 10.0.0.56 - - [2025-10-09 02:25:06] "GET /virtual-network/6a6c56df-3c71-4fcb-872a-72c93536b63f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2954 0.005309 10.0.0.56 - - [2025-10-09 02:25:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003833 10.0.0.56 - - [2025-10-09 02:25:10] "GET /virtual-network/6a6c56df-3c71-4fcb-872a-72c93536b63f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2954 0.005242 10.0.0.19 - - [2025-10-09 02:25:14] "GET /obj-perms HTTP/1.1" 200 5056 0.045689 10.0.0.56 - - [2025-10-09 02:25:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003641 10.0.0.56 - - [2025-10-09 02:25:14] "GET /virtual-network/6a6c56df-3c71-4fcb-872a-72c93536b63f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2954 0.008308 10.0.0.56 - - [2025-10-09 02:25:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004208 10.0.0.56 - - [2025-10-09 02:25:18] "GET /virtual-network/6a6c56df-3c71-4fcb-872a-72c93536b63f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2954 0.006480 10.0.0.56 - - [2025-10-09 02:25:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.004961 10.0.0.56 - - [2025-10-09 02:25:22] "GET /virtual-network/6a6c56df-3c71-4fcb-872a-72c93536b63f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2954 0.008570 10.0.0.56 - - [2025-10-09 02:25:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003955 10.0.0.56 - - [2025-10-09 02:25:26] "GET /virtual-network/6a6c56df-3c71-4fcb-872a-72c93536b63f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2954 0.005999 10.0.0.56 - - [2025-10-09 02:25:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003805 10.0.0.56 - - [2025-10-09 02:25:30] "GET /virtual-network/6a6c56df-3c71-4fcb-872a-72c93536b63f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2954 0.005537 10.0.0.56 - - [2025-10-09 02:25:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003622 10.0.0.56 - - [2025-10-09 02:25:35] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003862 10.0.0.56 - - [2025-10-09 02:25:35] "GET /virtual-networks?parent_id=01a57a46-c610-496f-9d68-df27ea30dc5d&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.003403 10.0.0.56 - - [2025-10-09 02:25:35] "GET /virtual-network/6a6c56df-3c71-4fcb-872a-72c93536b63f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2954 0.006590 10.0.0.56 - - [2025-10-09 02:25:35] "POST /neutron/port HTTP/1.1" 200 1202 0.018781 10.0.0.56 - - [2025-10-09 02:25:40] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008970 10.0.0.56 - - [2025-10-09 02:25:45] "POST /neutron/port HTTP/1.1" 200 1202 0.015203 10.0.0.56 - - [2025-10-09 02:25:47] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008042 10.0.0.56 - - [2025-10-09 02:25:53] "POST /neutron/port HTTP/1.1" 200 1202 0.038075 10.0.0.56 - - [2025-10-09 02:25:53] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004353 10.0.0.56 - - [2025-10-09 02:25:53] "POST /neutron/port HTTP/1.1" 200 117 0.001173 10.0.0.56 - - [2025-10-09 02:25:55] "POST /neutron/port HTTP/1.1" 200 1202 0.019334 10.0.0.56 - - [2025-10-09 02:25:56] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008686 10.0.0.56 - - [2025-10-09 02:25:56] "GET /virtual-machine/633ec989-c1ad-4994-8f0a-66681b027afd HTTP/1.1" 200 1300 0.006071 10.0.0.56 - - [2025-10-09 02:25:56] "GET /virtual-machine-interface/c5c71fec-34b9-4d8b-b6e0-fdc8a12dbab5 HTTP/1.1" 200 3179 0.005026 10.0.0.56 - - [2025-10-09 02:25:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003338 10.0.0.56 - - [2025-10-09 02:25:56] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003598 10.0.0.56 - - [2025-10-09 02:25:56] "GET /virtual-networks?parent_id=01a57a46-c610-496f-9d68-df27ea30dc5d&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.002589 10.0.0.56 - - [2025-10-09 02:25:56] "GET /virtual-network/6a6c56df-3c71-4fcb-872a-72c93536b63f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2954 0.006113 10.0.0.56 - - [2025-10-09 02:25:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003516 10.0.0.56 - - [2025-10-09 02:25:57] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003791 10.0.0.56 - - [2025-10-09 02:25:57] "GET /virtual-networks?parent_id=01a57a46-c610-496f-9d68-df27ea30dc5d&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.002926 10.0.0.56 - - [2025-10-09 02:25:57] "GET /virtual-network/6a6c56df-3c71-4fcb-872a-72c93536b63f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2954 0.006231 10.0.0.56 - - [2025-10-09 02:26:01] "POST /neutron/port HTTP/1.1" 200 1202 0.019784 10.0.0.56 - - [2025-10-09 02:26:01] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004363 10.0.0.56 - - [2025-10-09 02:26:01] "POST /neutron/port HTTP/1.1" 200 117 0.001263 10.0.0.56 - - [2025-10-09 02:26:21] "GET /virtual-network/6a6c56df-3c71-4fcb-872a-72c93536b63f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2954 0.007212 10.0.0.56 - - [2025-10-09 02:26:21] "POST /neutron/network HTTP/1.1" 200 1106 0.010414 10.0.0.41 - - [2025-10-09 02:26:21] "DELETE /access-control-list/49255990-5305-44fd-b5fe-8993160b27ec HTTP/1.1" 200 115 0.055752 10.0.0.56 - - [2025-10-09 02:26:21] "GET /virtual-network/6a6c56df-3c71-4fcb-872a-72c93536b63f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.008769 10.0.0.56 - - [2025-10-09 02:26:21] "POST /neutron/network HTTP/1.1" 200 1007 0.009618 10.0.0.56 - - [2025-10-09 02:26:21] "POST /neutron/port HTTP/1.1" 200 1228 0.017987 10.0.0.56 - - [2025-10-09 02:26:21] "POST /neutron/port HTTP/1.1" 200 1228 0.015342 10.0.0.41 - - [2025-10-09 02:26:23] "POST /useragent-kv HTTP/1.1" 200 115 0.046925 10.0.0.41 - - [2025-10-09 02:26:23] "POST /useragent-kv HTTP/1.1" 200 115 0.003525 10.0.0.41 - - [2025-10-09 02:26:23] "POST /useragent-kv HTTP/1.1" 200 115 0.003242 10.0.0.41 - - [2025-10-09 02:26:23] "POST /useragent-kv HTTP/1.1" 200 115 0.003065 10.0.0.56 - - [2025-10-09 02:26:23] "POST /neutron/network HTTP/1.1" 200 151 0.196489 10.0.0.56 - - [2025-10-09 02:26:24] "DELETE /network-policy/861fb6be-dead-41bd-ba16-2b4e297a721e HTTP/1.1" 200 115 0.039562 10.0.0.41 - - [2025-10-09 02:26:26] "GET /projects?obj_uuids=01a57a46-c610-496f-9d68-df27ea30dc5d&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000992 10.0.0.56 - - [2025-10-09 02:26:26] "GET /project/01a57a46-c610-496f-9d68-df27ea30dc5d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.078876 10.0.0.41 - - [2025-10-09 02:26:26] "GET /projects?obj_uuids=01a57a46-c610-496f-9d68-df27ea30dc5d&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000954 10.0.0.56 - - [2025-10-09 02:26:26] "GET /project/01a57a46-c610-496f-9d68-df27ea30dc5d?fields=virtual_networks HTTP/1.1" 200 1047 0.047580 10.0.0.41 - - [2025-10-09 02:26:26] "GET /projects?obj_uuids=01a57a46-c610-496f-9d68-df27ea30dc5d&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000999 10.0.0.56 - - [2025-10-09 02:26:26] "GET /project/01a57a46-c610-496f-9d68-df27ea30dc5d?fields=virtual_machine_interfaces HTTP/1.1" 200 1047 0.039320 10.0.0.41 - - [2025-10-09 02:26:26] "GET /projects?obj_uuids=01a57a46-c610-496f-9d68-df27ea30dc5d&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000992 10.0.0.56 - - [2025-10-09 02:26:26] "GET /project/01a57a46-c610-496f-9d68-df27ea30dc5d?fields=security_groups HTTP/1.1" 200 1281 0.040081 10.0.0.56 - - [2025-10-09 02:26:27] "POST /fqname-to-id HTTP/1.1" 404 202 0.024383 10.0.0.41 - - [2025-10-09 02:26:27] "GET /projects?obj_uuids=83ce6901-6232-4c5c-9fe2-5b6a94af737a&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003453 10.0.0.41 - - [2025-10-09 02:26:27] "GET /domains?obj_uuids=7ed77c0b-e642-4c13-a404-7756503cf17d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000973 10.0.0.41 - - [2025-10-09 02:26:27] "GET /domain/7ed77c0b-e642-4c13-a404-7756503cf17d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007475 10.0.0.41 - - [2025-10-09 02:26:27] "POST /id-to-fqname HTTP/1.1" 200 204 0.003798 10.0.0.41 - - [2025-10-09 02:26:27] "POST /fqname-to-id HTTP/1.1" 404 213 0.010333 10.0.0.41 - - [2025-10-09 02:26:28] "POST /security-groups HTTP/1.1" 200 605 0.077076 10.0.0.41 - - [2025-10-09 02:26:28] "POST /fqname-to-id HTTP/1.1" 404 248 0.004313 10.0.0.41 - - [2025-10-09 02:26:28] "POST /projects HTTP/1.1" 200 613 0.326471 10.0.0.41 - - [2025-10-09 02:26:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.400342 10.0.0.41 - - [2025-10-09 02:26:28] "POST /access-control-lists HTTP/1.1" 200 608 0.036478 10.0.0.56 - - [2025-10-09 02:26:28] "GET /project/83ce6901-6232-4c5c-9fe2-5b6a94af737a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1419 0.553992 10.0.0.56 - - [2025-10-09 02:26:29] "GET / HTTP/1.1" 200 35931 0.001462 10.0.0.56 - - [2025-10-09 02:26:32] "GET /project/83ce6901-6232-4c5c-9fe2-5b6a94af737a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000515 10.0.0.41 - - [2025-10-09 02:26:33] "GET /projects?obj_uuids=83ce6901-6232-4c5c-9fe2-5b6a94af737a&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001004 10.0.0.56 - - [2025-10-09 02:26:33] "GET /project/83ce6901-6232-4c5c-9fe2-5b6a94af737a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1419 0.074388 10.0.0.56 - - [2025-10-09 02:26:33] "GET / HTTP/1.1" 200 35931 0.002468 10.0.0.56 - - [2025-10-09 02:26:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003691 10.0.0.41 - - [2025-10-09 02:26:33] "GET /domains?obj_uuids=7ed77c0b-e642-4c13-a404-7756503cf17d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000891 10.0.0.56 - - [2025-10-09 02:26:33] "GET /domain/7ed77c0b-e642-4c13-a404-7756503cf17d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.006881 10.0.0.56 - - [2025-10-09 02:26:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003457 10.0.0.41 - - [2025-10-09 02:26:34] "GET /projects?obj_uuids=83ce6901-6232-4c5c-9fe2-5b6a94af737a&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.000962 10.0.0.56 - - [2025-10-09 02:26:34] "GET /project/83ce6901-6232-4c5c-9fe2-5b6a94af737a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1419 0.041573 10.0.0.56 - - [2025-10-09 02:26:35] "GET /domains HTTP/1.1" 401 292 0.000431 10.0.0.56 - - [2025-10-09 02:26:35] "GET /domains HTTP/1.1" 200 280 0.026481 10.0.0.41 - - [2025-10-09 02:26:35] "GET /domains?obj_uuids=7ed77c0b-e642-4c13-a404-7756503cf17d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001538 10.0.0.56 - - [2025-10-09 02:26:35] "GET /domain/7ed77c0b-e642-4c13-a404-7756503cf17d HTTP/1.1" 200 2781 0.012494 10.0.0.41 - - [2025-10-09 02:26:35] "GET /projects?obj_uuids=83ce6901-6232-4c5c-9fe2-5b6a94af737a&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001261 10.0.0.56 - - [2025-10-09 02:26:35] "GET /project/83ce6901-6232-4c5c-9fe2-5b6a94af737a HTTP/1.1" 200 1936 0.097851 10.0.0.56 - - [2025-10-09 02:26:35] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 545 0.002879 10.0.0.56 - - [2025-10-09 02:26:35] "POST /network-ipams HTTP/1.1" 200 627 0.029338 10.0.0.56 - - [2025-10-09 02:26:35] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 814 0.010403 10.0.0.56 - - [2025-10-09 02:26:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003563 10.0.0.56 - - [2025-10-09 02:26:35] "GET /network-ipam/2d790898-48b5-4492-a63b-eb5ce2816921?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1420 0.007098 10.0.0.56 - - [2025-10-09 02:26:35] "PUT /network-ipam/2d790898-48b5-4492-a63b-eb5ce2816921 HTTP/1.1" 200 258 0.016737 10.0.0.56 - - [2025-10-09 02:26:36] "POST /fqname-to-id HTTP/1.1" 401 292 0.000471 10.0.0.56 - - [2025-10-09 02:26:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.049811 10.0.0.41 - - [2025-10-09 02:26:36] "GET /projects?obj_uuids=83ce6901-6232-4c5c-9fe2-5b6a94af737a&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001021 10.0.0.56 - - [2025-10-09 02:26:36] "GET /project/83ce6901-6232-4c5c-9fe2-5b6a94af737a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1419 0.046190 10.0.0.41 - - [2025-10-09 02:26:36] "POST /useragent-kv HTTP/1.1" 200 115 0.002925 10.0.0.56 - - [2025-10-09 02:26:36] "POST /neutron/subnet HTTP/1.1" 200 724 0.254606 10.0.0.56 - - [2025-10-09 02:26:37] "POST /id-to-fqname HTTP/1.1" 200 237 0.001431 10.0.0.56 - - [2025-10-09 02:26:37] "GET /virtual-network/734e6417-8f4e-4693-8308-a9d0bf4cdc55?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2685 0.007496 10.0.0.56 - - [2025-10-09 02:26:37] "POST /neutron/network HTTP/1.1" 200 1142 0.009847 10.0.0.56 - - [2025-10-09 02:26:37] "GET /virtual-network/734e6417-8f4e-4693-8308-a9d0bf4cdc55?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2685 0.004892 10.0.0.56 - - [2025-10-09 02:26:37] "POST /neutron/subnet HTTP/1.1" 200 828 0.009830 10.0.0.56 - - [2025-10-09 02:26:37] "GET /virtual-network/734e6417-8f4e-4693-8308-a9d0bf4cdc55?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2685 0.006406 10.0.0.56 - - [2025-10-09 02:26:38] "GET /obj-perms HTTP/1.1" 200 5021 0.052674 10.0.0.56 - - [2025-10-09 02:26:39] "POST /fqname-to-id HTTP/1.1" 404 231 0.004608 10.0.0.56 - - [2025-10-09 02:26:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003711 10.0.0.41 - - [2025-10-09 02:26:39] "GET /projects?obj_uuids=83ce6901-6232-4c5c-9fe2-5b6a94af737a&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001340 10.0.0.56 - - [2025-10-09 02:26:39] "GET /project/83ce6901-6232-4c5c-9fe2-5b6a94af737a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1419 0.051425 10.0.0.56 - - [2025-10-09 02:26:39] "POST /network-policys HTTP/1.1" 200 565 0.078430 10.0.0.56 - - [2025-10-09 02:26:39] "GET /network-policy/d2a779d8-ec25-4950-9fd2-3868189f69b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4075 0.006467 10.0.0.56 - - [2025-10-09 02:26:39] "POST /fqname-to-id HTTP/1.1" 404 231 0.004036 10.0.0.56 - - [2025-10-09 02:26:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.004014 10.0.0.41 - - [2025-10-09 02:26:39] "GET /projects?obj_uuids=83ce6901-6232-4c5c-9fe2-5b6a94af737a&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001504 10.0.0.56 - - [2025-10-09 02:26:39] "GET /project/83ce6901-6232-4c5c-9fe2-5b6a94af737a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1419 0.051714 10.0.0.56 - - [2025-10-09 02:26:39] "POST /network-policys HTTP/1.1" 200 565 0.031921 10.0.0.56 - - [2025-10-09 02:26:39] "GET /network-policy/0a0a102a-7af0-44ed-9250-7f25e9a1df6e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3109 0.006886 10.0.0.56 - - [2025-10-09 02:26:40] "POST /fqname-to-id HTTP/1.1" 404 231 0.003520 10.0.0.56 - - [2025-10-09 02:26:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003218 10.0.0.41 - - [2025-10-09 02:26:40] "GET /projects?obj_uuids=83ce6901-6232-4c5c-9fe2-5b6a94af737a&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.000974 10.0.0.56 - - [2025-10-09 02:26:40] "GET /project/83ce6901-6232-4c5c-9fe2-5b6a94af737a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1419 0.062399 10.0.0.56 - - [2025-10-09 02:26:40] "POST /network-policys HTTP/1.1" 200 565 0.028796 10.0.0.56 - - [2025-10-09 02:26:40] "GET /network-policy/9d457330-fd15-43ef-a197-acc7ad5d6e2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2141 0.006231 10.0.0.41 - - [2025-10-09 02:26:40] "POST /fqname-to-id HTTP/1.1" 404 207 0.006072 10.0.0.41 - - [2025-10-09 02:26:40] "POST /fqname-to-id HTTP/1.1" 404 254 0.014070 10.0.0.56 - - [2025-10-09 02:26:40] "POST /neutron/network HTTP/1.1" 200 1340 0.041565 10.0.0.56 - - [2025-10-09 02:26:40] "GET /virtual-network/734e6417-8f4e-4693-8308-a9d0bf4cdc55?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3302 0.005810 10.0.0.56 - - [2025-10-09 02:26:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003597 10.0.0.56 - - [2025-10-09 02:26:40] "GET /network-policy/0a0a102a-7af0-44ed-9250-7f25e9a1df6e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3109 0.005269 10.0.0.56 - - [2025-10-09 02:26:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003763 10.0.0.56 - - [2025-10-09 02:26:40] "GET /network-policy/d2a779d8-ec25-4950-9fd2-3868189f69b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4075 0.007277 10.0.0.56 - - [2025-10-09 02:26:40] "POST /id-to-fqname HTTP/1.1" 200 237 0.002436 10.0.0.41 - - [2025-10-09 02:26:41] "GET /projects?obj_uuids=83ce6901-6232-4c5c-9fe2-5b6a94af737a&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001035 10.0.0.56 - - [2025-10-09 02:26:41] "GET /project/83ce6901-6232-4c5c-9fe2-5b6a94af737a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1419 0.070689 10.0.0.56 - - [2025-10-09 02:26:42] "POST /neutron/port HTTP/1.1" 200 117 0.006687 10.0.0.56 - - [2025-10-09 02:26:42] "POST /neutron/network HTTP/1.1" 200 1350 0.013691 10.0.0.56 - - [2025-10-09 02:26:43] "POST /neutron/port HTTP/1.1" 200 1181 0.024008 10.0.0.56 - - [2025-10-09 02:26:43] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005560 10.0.0.56 - - [2025-10-09 02:26:43] "POST /neutron/port HTTP/1.1" 200 117 0.001239 10.0.0.56 - - [2025-10-09 02:26:47] "POST /neutron/port HTTP/1.1" 200 1209 0.018982 10.0.0.56 - - [2025-10-09 02:26:47] "POST /neutron/security_group HTTP/1.1" 200 2072 0.007303 10.0.0.56 - - [2025-10-09 02:26:47] "GET /virtual-machine/521ee012-a0ca-4ebb-8ce6-ead54bd9ca3c HTTP/1.1" 401 292 0.000489 10.0.0.56 - - [2025-10-09 02:26:47] "GET /virtual-machine/521ee012-a0ca-4ebb-8ce6-ead54bd9ca3c HTTP/1.1" 200 1306 0.029083 10.0.0.56 - - [2025-10-09 02:26:47] "GET /virtual-machine-interface/40d1f1ca-8a8f-4188-b728-af3dd6ae81f3 HTTP/1.1" 200 3177 0.006635 10.0.0.56 - - [2025-10-09 02:26:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004474 10.0.0.56 - - [2025-10-09 02:26:47] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004412 10.0.0.56 - - [2025-10-09 02:26:47] "GET /virtual-networks?parent_id=83ce6901-6232-4c5c-9fe2-5b6a94af737a&detail=False&count=False&shared=False HTTP/1.1" 200 368 0.003760 10.0.0.56 - - [2025-10-09 02:26:47] "GET /virtual-network/734e6417-8f4e-4693-8308-a9d0bf4cdc55?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3302 0.006879 10.0.0.56 - - [2025-10-09 02:26:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003819 10.0.0.56 - - [2025-10-09 02:26:51] "GET /virtual-network/734e6417-8f4e-4693-8308-a9d0bf4cdc55?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3302 0.005658 10.0.0.56 - - [2025-10-09 02:26:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003788 10.0.0.56 - - [2025-10-09 02:26:55] "GET /virtual-network/734e6417-8f4e-4693-8308-a9d0bf4cdc55?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3302 0.005402 10.0.0.56 - - [2025-10-09 02:26:55] "POST /neutron/port HTTP/1.1" 200 1209 0.021181 10.0.0.56 - - [2025-10-09 02:26:55] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004511 10.0.0.56 - - [2025-10-09 02:26:55] "POST /neutron/port HTTP/1.1" 200 117 0.001183 10.0.0.56 - - [2025-10-09 02:26:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.004525 10.0.0.56 - - [2025-10-09 02:26:59] "GET /virtual-network/734e6417-8f4e-4693-8308-a9d0bf4cdc55?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3302 0.005888 10.0.0.41 - - [2025-10-09 02:27:01] "DELETE /project/83ce690162324c5c9fe25b6a94af737a HTTP/1.1" 404 173 0.004016 10.0.0.41 - - [2025-10-09 02:27:01] "GET /projects?obj_uuids=01a57a46-c610-496f-9d68-df27ea30dc5d&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000861 10.0.0.41 - - [2025-10-09 02:27:01] "GET /project/01a57a46-c610-496f-9d68-df27ea30dc5d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1499 0.041183 10.0.0.41 - - [2025-10-09 02:27:01] "GET /projects?obj_uuids=01a57a46-c610-496f-9d68-df27ea30dc5d&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000971 10.0.0.41 - - [2025-10-09 02:27:01] "GET /project/01a57a46-c610-496f-9d68-df27ea30dc5d?fields=security_groups HTTP/1.1" 200 1386 0.050522 10.0.0.41 - - [2025-10-09 02:27:01] "DELETE /security-group/b4e4eb29-0551-4630-8da1-74db04ba4d18 HTTP/1.1" 200 115 0.056204 10.0.0.41 - - [2025-10-09 02:27:01] "GET /projects?obj_uuids=01a57a46-c610-496f-9d68-df27ea30dc5d&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000919 10.0.0.41 - - [2025-10-09 02:27:01] "DELETE /access-control-list/65628772-75ef-48e2-a146-6fe98b974134 HTTP/1.1" 200 115 0.040500 10.0.0.41 - - [2025-10-09 02:27:01] "GET /project/01a57a46-c610-496f-9d68-df27ea30dc5d?fields=application_policy_sets HTTP/1.1" 200 1425 0.063932 10.0.0.41 - - [2025-10-09 02:27:01] "DELETE /project/01a57a46-c610-496f-9d68-df27ea30dc5d HTTP/1.1" 200 115 0.424153 10.0.0.56 - - [2025-10-09 02:27:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.017111 10.0.0.56 - - [2025-10-09 02:27:03] "GET /virtual-network/734e6417-8f4e-4693-8308-a9d0bf4cdc55?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3302 0.005709 10.0.0.56 - - [2025-10-09 02:27:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003704 10.0.0.56 - - [2025-10-09 02:27:07] "GET /virtual-network/734e6417-8f4e-4693-8308-a9d0bf4cdc55?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3302 0.005785 10.0.0.56 - - [2025-10-09 02:27:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.005297 10.0.0.56 - - [2025-10-09 02:27:11] "GET /virtual-network/734e6417-8f4e-4693-8308-a9d0bf4cdc55?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3302 0.007235 10.0.0.56 - - [2025-10-09 02:27:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003559 10.0.0.56 - - [2025-10-09 02:27:15] "GET /virtual-network/734e6417-8f4e-4693-8308-a9d0bf4cdc55?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3302 0.005967 10.0.0.41 - - [2025-10-09 02:27:15] "GET /obj-perms HTTP/1.1" 200 5056 0.057066 10.0.0.56 - - [2025-10-09 02:27:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.005106 10.0.0.56 - - [2025-10-09 02:27:19] "GET /virtual-network/734e6417-8f4e-4693-8308-a9d0bf4cdc55?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3302 0.007317 10.0.0.56 - - [2025-10-09 02:27:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003791 10.0.0.56 - - [2025-10-09 02:27:21] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004065 10.0.0.56 - - [2025-10-09 02:27:21] "GET /virtual-networks?parent_id=83ce6901-6232-4c5c-9fe2-5b6a94af737a&detail=False&count=False&shared=False HTTP/1.1" 200 368 0.003198 10.0.0.56 - - [2025-10-09 02:27:21] "GET /virtual-network/734e6417-8f4e-4693-8308-a9d0bf4cdc55?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3302 0.006082 10.0.0.56 - - [2025-10-09 02:27:22] "POST /neutron/port HTTP/1.1" 200 1209 0.016006 10.0.0.56 - - [2025-10-09 02:27:27] "POST /neutron/security_group HTTP/1.1" 200 2072 0.009293 10.0.0.56 - - [2025-10-09 02:27:32] "POST /neutron/port HTTP/1.1" 200 1209 0.015873 10.0.0.56 - - [2025-10-09 02:27:37] "POST /neutron/security_group HTTP/1.1" 200 2072 0.007645 10.0.0.56 - - [2025-10-09 02:27:42] "POST /neutron/port HTTP/1.1" 200 1209 0.015785 10.0.0.56 - - [2025-10-09 02:27:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003278 10.0.0.56 - - [2025-10-09 02:27:43] "GET /network-policy/d2a779d8-ec25-4950-9fd2-3868189f69b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4075 0.003310 10.0.0.56 - - [2025-10-09 02:27:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.002442 10.0.0.56 - - [2025-10-09 02:27:43] "GET /network-policy/0a0a102a-7af0-44ed-9250-7f25e9a1df6e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3109 0.004345 10.0.0.56 - - [2025-10-09 02:27:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003911 10.0.0.56 - - [2025-10-09 02:27:43] "GET /network-policy/9d457330-fd15-43ef-a197-acc7ad5d6e2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2141 0.004642 10.0.0.56 - - [2025-10-09 02:27:43] "POST /neutron/network HTTP/1.1" 200 1432 0.133605 10.0.0.56 - - [2025-10-09 02:27:43] "GET /virtual-network/734e6417-8f4e-4693-8308-a9d0bf4cdc55?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3598 0.006434 10.0.0.56 - - [2025-10-09 02:27:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003273 10.0.0.56 - - [2025-10-09 02:27:43] "GET /network-policy/0a0a102a-7af0-44ed-9250-7f25e9a1df6e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3109 0.004518 10.0.0.56 - - [2025-10-09 02:27:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.002959 10.0.0.56 - - [2025-10-09 02:27:43] "GET /network-policy/9d457330-fd15-43ef-a197-acc7ad5d6e2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2141 0.004222 10.0.0.56 - - [2025-10-09 02:27:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.002846 10.0.0.56 - - [2025-10-09 02:27:43] "GET /network-policy/d2a779d8-ec25-4950-9fd2-3868189f69b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4075 0.004597 10.0.0.56 - - [2025-10-09 02:27:48] "GET /virtual-network/734e6417-8f4e-4693-8308-a9d0bf4cdc55?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3598 0.006278 10.0.0.56 - - [2025-10-09 02:27:48] "POST /neutron/network HTTP/1.1" 200 1142 0.086271 10.0.0.56 - - [2025-10-09 02:27:48] "GET /virtual-network/734e6417-8f4e-4693-8308-a9d0bf4cdc55?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2685 0.005245 10.0.0.41 - - [2025-10-09 02:27:48] "DELETE /access-control-list/846b193b-4ffe-408e-a4ed-55b47c98e5f4 HTTP/1.1" 200 115 0.104344 10.0.0.56 - - [2025-10-09 02:27:53] "GET /virtual-machine/521ee012-a0ca-4ebb-8ce6-ead54bd9ca3c HTTP/1.1" 200 1306 0.004814 10.0.0.56 - - [2025-10-09 02:27:54] "POST /neutron/port HTTP/1.1" 200 1235 0.013319 10.0.0.56 - - [2025-10-09 02:27:55] "GET /virtual-machine/521ee012-a0ca-4ebb-8ce6-ead54bd9ca3c HTTP/1.1" 404 171 0.003677 10.0.0.56 - - [2025-10-09 02:27:55] "GET /virtual-machine/521ee012-a0ca-4ebb-8ce6-ead54bd9ca3c HTTP/1.1" 404 171 0.002892 10.0.0.56 - - [2025-10-09 02:27:55] "GET /virtual-machine/521ee012-a0ca-4ebb-8ce6-ead54bd9ca3c HTTP/1.1" 404 171 0.004255 10.0.0.56 - - [2025-10-09 02:27:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004036 10.0.0.56 - - [2025-10-09 02:27:56] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004452 10.0.0.56 - - [2025-10-09 02:27:56] "GET /virtual-networks?parent_id=83ce6901-6232-4c5c-9fe2-5b6a94af737a&detail=False&count=False&shared=False HTTP/1.1" 200 368 0.003061 10.0.0.56 - - [2025-10-09 02:27:56] "GET /virtual-network/734e6417-8f4e-4693-8308-a9d0bf4cdc55?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2685 0.006117 10.0.0.56 - - [2025-10-09 02:27:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003443 10.0.0.56 - - [2025-10-09 02:27:56] "GET /routing-instance/f9e115ac-a56b-4b6b-81a3-f6050ee826df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1501 0.005764 10.0.0.56 - - [2025-10-09 02:27:56] "GET /route-target/493228f7-a222-4d1d-b01f-9ef183dd101c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004803 10.0.0.56 - - [2025-10-09 02:27:59] "GET /obj-perms HTTP/1.1" 200 5021 0.107639 10.0.0.41 - - [2025-10-09 02:28:00] "GET /global-system-configs HTTP/1.1" 401 292 0.000510 10.0.0.41 - - [2025-10-09 02:28:00] "GET /global-system-configs HTTP/1.1" 401 292 0.000377 10.0.0.41 - - [2025-10-09 02:28:01] "GET /global-system-configs HTTP/1.1" 401 292 0.000622 10.0.0.41 - - [2025-10-09 02:28:01] "GET /global-system-configs HTTP/1.1" 401 292 0.000417 10.0.0.19 - - [2025-10-09 02:28:01] "GET /global-system-configs HTTP/1.1" 401 292 0.000558 10.0.0.19 - - [2025-10-09 02:28:01] "GET /global-system-configs HTTP/1.1" 401 292 0.000574 10.0.0.19 - - [2025-10-09 02:28:01] "GET /global-system-configs HTTP/1.1" 401 292 0.000547 10.0.0.19 - - [2025-10-09 02:28:01] "GET /global-system-configs HTTP/1.1" 401 292 0.000612 10.0.0.56 - - [2025-10-09 02:28:02] "GET /obj-perms HTTP/1.1" 200 5021 0.005245 10.0.0.56 - - [2025-10-09 02:28:03] "GET /global-system-configs HTTP/1.1" 401 292 0.000435 10.0.0.56 - - [2025-10-09 02:28:03] "GET /global-system-configs HTTP/1.1" 401 292 0.000431 10.0.0.56 - - [2025-10-09 02:28:05] "GET /global-system-configs HTTP/1.1" 401 292 0.000566 10.0.0.56 - - [2025-10-09 02:28:05] "GET /global-system-configs HTTP/1.1" 401 292 0.000586 10.0.0.56 - - [2025-10-09 02:28:08] "GET /obj-perms HTTP/1.1" 200 5021 0.004311 10.0.0.56 - - [2025-10-09 02:28:11] "GET /obj-perms HTTP/1.1" 200 5021 0.003936 10.0.0.19 - - [2025-10-09 02:28:12] "GET /obj-perms HTTP/1.1" 200 5021 0.046827 10.0.0.56 - - [2025-10-09 02:28:12] "DELETE /network-policy/9d457330-fd15-43ef-a197-acc7ad5d6e2b HTTP/1.1" 200 115 0.034940 10.0.0.56 - - [2025-10-09 02:28:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003942 10.0.0.41 - - [2025-10-09 02:28:12] "GET /projects?obj_uuids=83ce6901-6232-4c5c-9fe2-5b6a94af737a&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.000986 10.0.0.56 - - [2025-10-09 02:28:12] "GET /project/83ce6901-6232-4c5c-9fe2-5b6a94af737a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1419 0.041655 10.0.0.56 - - [2025-10-09 02:28:12] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyModifyIpv4v6-58665833&detail=False&count=False&shared=False HTTP/1.1" 200 606 0.005501 10.0.0.56 - - [2025-10-09 02:28:12] "DELETE /network-policy/0a0a102a-7af0-44ed-9250-7f25e9a1df6e HTTP/1.1" 200 115 0.051102 10.0.0.56 - - [2025-10-09 02:28:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003147 10.0.0.41 - - [2025-10-09 02:28:12] "GET /projects?obj_uuids=83ce6901-6232-4c5c-9fe2-5b6a94af737a&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001280 10.0.0.56 - - [2025-10-09 02:28:12] "GET /project/83ce6901-6232-4c5c-9fe2-5b6a94af737a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1419 0.051655 10.0.0.56 - - [2025-10-09 02:28:12] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyModifyIpv4v6-58665833&detail=False&count=False&shared=False HTTP/1.1" 200 368 0.006559 10.0.0.56 - - [2025-10-09 02:28:12] "DELETE /network-policy/d2a779d8-ec25-4950-9fd2-3868189f69b9 HTTP/1.1" 200 115 0.045475 10.0.0.56 - - [2025-10-09 02:28:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003131 10.0.0.41 - - [2025-10-09 02:28:12] "GET /projects?obj_uuids=83ce6901-6232-4c5c-9fe2-5b6a94af737a&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001055 10.0.0.56 - - [2025-10-09 02:28:12] "GET /project/83ce6901-6232-4c5c-9fe2-5b6a94af737a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1419 0.039640 10.0.0.56 - - [2025-10-09 02:28:12] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyModifyIpv4v6-58665833&detail=False&count=False&shared=False HTTP/1.1" 200 131 0.005847 10.0.0.41 - - [2025-10-09 02:28:13] "POST /useragent-kv HTTP/1.1" 200 115 0.004212 10.0.0.41 - - [2025-10-09 02:28:13] "POST /useragent-kv HTTP/1.1" 200 115 0.002678 10.0.0.41 - - [2025-10-09 02:28:13] "POST /useragent-kv HTTP/1.1" 200 115 0.003996 10.0.0.41 - - [2025-10-09 02:28:13] "POST /useragent-kv HTTP/1.1" 200 115 0.013888 10.0.0.56 - - [2025-10-09 02:28:13] "POST /neutron/network HTTP/1.1" 200 151 0.174257 10.0.0.56 - - [2025-10-09 02:28:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003668 10.0.0.56 - - [2025-10-09 02:28:13] "DELETE /network-ipam/2d790898-48b5-4492-a63b-eb5ce2816921 HTTP/1.1" 200 115 0.040660 10.0.0.56 - - [2025-10-09 02:28:13] "POST /fqname-to-id HTTP/1.1" 404 264 0.003336 10.0.0.41 - - [2025-10-09 02:28:13] "GET /projects?obj_uuids=83ce6901-6232-4c5c-9fe2-5b6a94af737a&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001357 10.0.0.41 - - [2025-10-09 02:28:13] "GET /project/83ce6901-6232-4c5c-9fe2-5b6a94af737a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1524 0.052863 10.0.0.41 - - [2025-10-09 02:28:13] "GET /projects?obj_uuids=83ce6901-6232-4c5c-9fe2-5b6a94af737a&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001011 10.0.0.41 - - [2025-10-09 02:28:13] "GET /project/83ce6901-6232-4c5c-9fe2-5b6a94af737a?fields=security_groups HTTP/1.1" 200 1405 0.042238 10.0.0.41 - - [2025-10-09 02:28:13] "DELETE /security-group/6b28e0b1-8b39-427a-a7d6-e6a450585012 HTTP/1.1" 200 115 0.063853 10.0.0.41 - - [2025-10-09 02:28:13] "GET /projects?obj_uuids=83ce6901-6232-4c5c-9fe2-5b6a94af737a&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001740 10.0.0.41 - - [2025-10-09 02:28:13] "DELETE /access-control-list/5b44a3a4-9a54-4e30-8bdf-1b88bea5ef63 HTTP/1.1" 200 115 0.075092 10.0.0.41 - - [2025-10-09 02:28:13] "GET /project/83ce6901-6232-4c5c-9fe2-5b6a94af737a?fields=application_policy_sets HTTP/1.1" 200 1444 0.109831 10.0.0.56 - - [2025-10-09 02:28:13] "DELETE /project/83ce6901-6232-4c5c-9fe2-5b6a94af737a HTTP/1.1" 200 115 0.509447 10.0.0.41 - - [2025-10-09 02:28:14] "GET /domains?obj_uuids=7ed77c0b-e642-4c13-a404-7756503cf17d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001112 10.0.0.56 - - [2025-10-09 02:28:14] "GET /domain/7ed77c0b-e642-4c13-a404-7756503cf17d?fields=projects HTTP/1.1" 200 1244 0.016539 10.0.0.56 - - [2025-10-09 02:28:16] "GET /obj-perms HTTP/1.1" 200 5056 0.054781 10.0.0.41 - - [2025-10-09 02:28:16] "GET /projects?obj_uuids=83ce6901-6232-4c5c-9fe2-5b6a94af737a&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004219 10.0.0.41 - - [2025-10-09 02:28:16] "GET /domains?obj_uuids=7ed77c0b-e642-4c13-a404-7756503cf17d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001684 10.0.0.41 - - [2025-10-09 02:28:16] "GET /domain/7ed77c0b-e642-4c13-a404-7756503cf17d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.058036 10.0.0.41 - - [2025-10-09 02:28:16] "POST /id-to-fqname HTTP/1.1" 200 204 0.003887 10.0.0.41 - - [2025-10-09 02:28:16] "POST /fqname-to-id HTTP/1.1" 404 213 0.005930 10.0.0.41 - - [2025-10-09 02:28:16] "POST /security-groups HTTP/1.1" 200 605 0.039990 10.0.0.41 - - [2025-10-09 02:28:17] "POST /projects HTTP/1.1" 200 613 0.272162 10.0.0.41 - - [2025-10-09 02:28:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.306101 10.0.0.41 - - [2025-10-09 02:28:17] "POST /access-control-lists HTTP/1.1" 200 610 0.030391 10.0.0.56 - - [2025-10-09 02:28:17] "GET /project/83ce6901-6232-4c5c-9fe2-5b6a94af737a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1419 0.493189 10.0.0.41 - - [2025-10-09 02:28:17] "GET /projects?obj_uuids=83ce6901-6232-4c5c-9fe2-5b6a94af737a&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001191 10.0.0.56 - - [2025-10-09 02:28:17] "GET /project/83ce6901-6232-4c5c-9fe2-5b6a94af737a?fields=virtual_networks HTTP/1.1" 200 1060 0.070588 10.0.0.41 - - [2025-10-09 02:28:17] "GET /projects?obj_uuids=83ce6901-6232-4c5c-9fe2-5b6a94af737a&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001029 10.0.0.56 - - [2025-10-09 02:28:17] "GET /project/83ce6901-6232-4c5c-9fe2-5b6a94af737a?fields=virtual_machine_interfaces HTTP/1.1" 200 1060 0.041792 10.0.0.41 - - [2025-10-09 02:28:17] "GET /projects?obj_uuids=83ce6901-6232-4c5c-9fe2-5b6a94af737a&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001100 10.0.0.56 - - [2025-10-09 02:28:17] "GET /project/83ce6901-6232-4c5c-9fe2-5b6a94af737a?fields=security_groups HTTP/1.1" 200 1300 0.053962 10.0.0.56 - - [2025-10-09 02:28:18] "POST /fqname-to-id HTTP/1.1" 404 204 0.026593 10.0.0.41 - - [2025-10-09 02:28:18] "GET /projects?obj_uuids=317a9e58-ebfd-4ff8-a701-d53830a0bfbb&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003412 10.0.0.41 - - [2025-10-09 02:28:18] "GET /domains?obj_uuids=7ed77c0b-e642-4c13-a404-7756503cf17d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001556 10.0.0.41 - - [2025-10-09 02:28:18] "GET /domain/7ed77c0b-e642-4c13-a404-7756503cf17d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.009147 10.0.0.41 - - [2025-10-09 02:28:18] "POST /id-to-fqname HTTP/1.1" 200 206 0.003889 10.0.0.41 - - [2025-10-09 02:28:18] "POST /fqname-to-id HTTP/1.1" 404 215 0.011654 10.0.0.41 - - [2025-10-09 02:28:18] "POST /security-groups HTTP/1.1" 200 607 0.038536 10.0.0.41 - - [2025-10-09 02:28:18] "POST /fqname-to-id HTTP/1.1" 404 250 0.003613 10.0.0.41 - - [2025-10-09 02:28:18] "POST /projects HTTP/1.1" 200 617 0.262609 10.0.0.41 - - [2025-10-09 02:28:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.334866 10.0.0.41 - - [2025-10-09 02:28:18] "POST /access-control-lists HTTP/1.1" 200 610 0.027347 10.0.0.56 - - [2025-10-09 02:28:18] "GET /project/317a9e58-ebfd-4ff8-a701-d53830a0bfbb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1427 0.483607 10.0.0.56 - - [2025-10-09 02:28:19] "GET / HTTP/1.1" 200 35931 0.001840 10.0.0.56 - - [2025-10-09 02:28:22] "POST /fqname-to-id HTTP/1.1" 401 292 0.000641 10.0.0.56 - - [2025-10-09 02:28:23] "POST /fqname-to-id HTTP/1.1" 404 233 0.053354 10.0.0.56 - - [2025-10-09 02:28:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002978 10.0.0.41 - - [2025-10-09 02:28:23] "GET /projects?obj_uuids=317a9e58-ebfd-4ff8-a701-d53830a0bfbb&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000973 10.0.0.56 - - [2025-10-09 02:28:23] "GET /project/317a9e58-ebfd-4ff8-a701-d53830a0bfbb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1427 0.038632 10.0.0.56 - - [2025-10-09 02:28:23] "POST /network-policys HTTP/1.1" 200 567 0.072165 10.0.0.56 - - [2025-10-09 02:28:23] "GET /network-policy/25017921-3e08-4d6c-9713-5103d82a4b06?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3153 0.006412 10.0.0.56 - - [2025-10-09 02:28:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002931 10.0.0.41 - - [2025-10-09 02:28:23] "GET /projects?obj_uuids=317a9e58-ebfd-4ff8-a701-d53830a0bfbb&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001022 10.0.0.56 - - [2025-10-09 02:28:23] "GET /project/317a9e58-ebfd-4ff8-a701-d53830a0bfbb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1427 0.033684 10.0.0.41 - - [2025-10-09 02:28:23] "POST /useragent-kv HTTP/1.1" 200 115 0.005718 10.0.0.56 - - [2025-10-09 02:28:23] "POST /neutron/subnet HTTP/1.1" 200 729 0.272615 10.0.0.41 - - [2025-10-09 02:28:24] "POST /fqname-to-id HTTP/1.1" 404 207 0.012735 10.0.0.56 - - [2025-10-09 02:28:24] "POST /id-to-fqname HTTP/1.1" 200 237 0.001406 10.0.0.56 - - [2025-10-09 02:28:24] "GET /virtual-network/945828d7-8eee-4ce5-a332-2887508c31e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2663 0.007565 10.0.0.56 - - [2025-10-09 02:28:24] "POST /neutron/network HTTP/1.1" 200 1017 0.016498 10.0.0.56 - - [2025-10-09 02:28:24] "GET /virtual-network/945828d7-8eee-4ce5-a332-2887508c31e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2663 0.005814 10.0.0.56 - - [2025-10-09 02:28:24] "POST /neutron/subnet HTTP/1.1" 200 828 0.010223 10.0.0.41 - - [2025-10-09 02:28:24] "POST /fqname-to-id HTTP/1.1" 404 252 0.005227 10.0.0.56 - - [2025-10-09 02:28:24] "POST /neutron/network HTTP/1.1" 200 1124 0.012770 10.0.0.56 - - [2025-10-09 02:28:24] "GET /virtual-network/945828d7-8eee-4ce5-a332-2887508c31e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2986 0.005796 10.0.0.56 - - [2025-10-09 02:28:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004040 10.0.0.56 - - [2025-10-09 02:28:24] "GET /network-policy/25017921-3e08-4d6c-9713-5103d82a4b06?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3153 0.004951 10.0.0.56 - - [2025-10-09 02:28:25] "GET /virtual-network/945828d7-8eee-4ce5-a332-2887508c31e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2986 0.007084 10.0.0.56 - - [2025-10-09 02:28:26] "DELETE /network-policy/25017921-3e08-4d6c-9713-5103d82a4b06 HTTP/1.1" 409 238 0.009366 10.0.0.41 - - [2025-10-09 02:28:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004305 10.0.0.56 - - [2025-10-09 02:28:26] "DELETE /network-policy/25017921-3e08-4d6c-9713-5103d82a4b06 HTTP/1.1" 200 115 0.049803 10.0.0.56 - - [2025-10-09 02:28:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.018409 10.0.0.41 - - [2025-10-09 02:28:26] "GET /projects?obj_uuids=317a9e58-ebfd-4ff8-a701-d53830a0bfbb&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001452 10.0.0.56 - - [2025-10-09 02:28:27] "GET /project/317a9e58-ebfd-4ff8-a701-d53830a0bfbb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1427 0.054048 10.0.0.56 - - [2025-10-09 02:28:27] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyNegativeIpv4v6-83355787&detail=False&count=False&shared=False HTTP/1.1" 200 131 0.006291 10.0.0.41 - - [2025-10-09 02:28:29] "GET /projects?obj_uuids=317a9e58-ebfd-4ff8-a701-d53830a0bfbb&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001032 10.0.0.56 - - [2025-10-09 02:28:29] "GET /project/317a9e58-ebfd-4ff8-a701-d53830a0bfbb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1427 0.046831 10.0.0.41 - - [2025-10-09 02:28:29] "GET /projects?obj_uuids=317a9e58-ebfd-4ff8-a701-d53830a0bfbb&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000904 10.0.0.56 - - [2025-10-09 02:28:29] "GET /project/317a9e58-ebfd-4ff8-a701-d53830a0bfbb?fields=virtual_networks HTTP/1.1" 200 1064 0.042347 10.0.0.41 - - [2025-10-09 02:28:29] "GET /projects?obj_uuids=317a9e58-ebfd-4ff8-a701-d53830a0bfbb&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001071 10.0.0.56 - - [2025-10-09 02:28:29] "GET /project/317a9e58-ebfd-4ff8-a701-d53830a0bfbb?fields=virtual_machine_interfaces HTTP/1.1" 200 1064 0.044279 10.0.0.41 - - [2025-10-09 02:28:29] "GET /projects?obj_uuids=317a9e58-ebfd-4ff8-a701-d53830a0bfbb&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001024 10.0.0.56 - - [2025-10-09 02:28:29] "GET /project/317a9e58-ebfd-4ff8-a701-d53830a0bfbb?fields=security_groups HTTP/1.1" 200 1306 0.045112 10.0.0.56 - - [2025-10-09 02:28:30] "POST /fqname-to-id HTTP/1.1" 404 188 0.024733 10.0.0.41 - - [2025-10-09 02:28:30] "GET /projects?obj_uuids=0b4d2178-9a44-4ef0-886b-5e0d37925db5&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003180 10.0.0.41 - - [2025-10-09 02:28:30] "GET /domains?obj_uuids=7ed77c0b-e642-4c13-a404-7756503cf17d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001350 10.0.0.41 - - [2025-10-09 02:28:30] "GET /domain/7ed77c0b-e642-4c13-a404-7756503cf17d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007851 10.0.0.41 - - [2025-10-09 02:28:31] "POST /id-to-fqname HTTP/1.1" 200 190 0.004302 10.0.0.41 - - [2025-10-09 02:28:31] "POST /fqname-to-id HTTP/1.1" 404 199 0.006809 10.0.0.41 - - [2025-10-09 02:28:31] "POST /security-groups HTTP/1.1" 200 591 0.043153 10.0.0.41 - - [2025-10-09 02:28:31] "POST /projects HTTP/1.1" 200 585 0.296140 10.0.0.41 - - [2025-10-09 02:28:31] "POST /access-control-lists HTTP/1.1" 200 596 0.032690 10.0.0.41 - - [2025-10-09 02:28:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.365019 10.0.0.56 - - [2025-10-09 02:28:31] "GET /project/0b4d2178-9a44-4ef0-886b-5e0d37925db5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1361 0.505905 10.0.0.56 - - [2025-10-09 02:28:32] "GET / HTTP/1.1" 200 35931 0.002023 10.0.0.56 - - [2025-10-09 02:28:33] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 401 292 0.000523 10.0.0.56 - - [2025-10-09 02:28:34] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 545 0.051516 10.0.0.56 - - [2025-10-09 02:28:34] "POST /network-ipams HTTP/1.1" 200 513 0.028188 10.0.0.56 - - [2025-10-09 02:28:34] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 750 0.003624 10.0.0.56 - - [2025-10-09 02:28:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003465 10.0.0.56 - - [2025-10-09 02:28:34] "GET /network-ipam/c54142d2-b3eb-4e3a-9741-64485275ceac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1243 0.006751 10.0.0.56 - - [2025-10-09 02:28:34] "PUT /network-ipam/c54142d2-b3eb-4e3a-9741-64485275ceac HTTP/1.1" 200 258 0.016466 10.0.0.56 - - [2025-10-09 02:28:34] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 750 0.003384 10.0.0.56 - - [2025-10-09 02:28:34] "POST /network-ipams HTTP/1.1" 200 513 0.049923 10.0.0.56 - - [2025-10-09 02:28:34] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 955 0.005076 10.0.0.56 - - [2025-10-09 02:28:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.005501 10.0.0.56 - - [2025-10-09 02:28:34] "GET /network-ipam/6e1a92c9-1bf4-4600-9db9-10bd173a0808?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1242 0.007369 10.0.0.56 - - [2025-10-09 02:28:34] "PUT /network-ipam/6e1a92c9-1bf4-4600-9db9-10bd173a0808 HTTP/1.1" 200 258 0.024722 10.0.0.56 - - [2025-10-09 02:28:35] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 955 0.003999 10.0.0.56 - - [2025-10-09 02:28:35] "POST /network-ipams HTTP/1.1" 200 513 0.030785 10.0.0.56 - - [2025-10-09 02:28:35] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 1161 0.003548 10.0.0.56 - - [2025-10-09 02:28:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003565 10.0.0.56 - - [2025-10-09 02:28:35] "GET /network-ipam/817cd003-9038-4f29-91b2-375d1d4b293c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1242 0.006220 10.0.0.56 - - [2025-10-09 02:28:35] "PUT /network-ipam/817cd003-9038-4f29-91b2-375d1d4b293c HTTP/1.1" 200 258 0.017889 10.0.0.56 - - [2025-10-09 02:28:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003399 10.0.0.41 - - [2025-10-09 02:28:36] "GET /projects?obj_uuids=0b4d2178-9a44-4ef0-886b-5e0d37925db5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000947 10.0.0.56 - - [2025-10-09 02:28:36] "GET /project/0b4d2178-9a44-4ef0-886b-5e0d37925db5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1361 0.062137 10.0.0.56 - - [2025-10-09 02:28:36] "POST /neutron/network HTTP/1.1" 200 117 0.039338 10.0.0.41 - - [2025-10-09 02:28:36] "POST /route-targets HTTP/1.1" 200 327 0.013313 10.0.0.56 - - [2025-10-09 02:28:36] "POST /neutron/network HTTP/1.1" 200 822 0.010587 10.0.0.56 - - [2025-10-09 02:28:36] "POST /id-to-fqname HTTP/1.1" 200 221 0.001218 10.0.0.56 - - [2025-10-09 02:28:36] "GET /virtual-network/6b756ff9-fbf0-4379-ab79-4bddc563dd3a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2035 0.007357 10.0.0.56 - - [2025-10-09 02:28:36] "GET /virtual-network/6b756ff9-fbf0-4379-ab79-4bddc563dd3a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2035 0.013860 10.0.0.56 - - [2025-10-09 02:28:36] "POST /neutron/subnet HTTP/1.1" 200 715 0.009503 10.0.0.56 - - [2025-10-09 02:28:36] "GET /virtual-network/6b756ff9-fbf0-4379-ab79-4bddc563dd3a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2035 0.005864 10.0.0.56 - - [2025-10-09 02:28:36] "GET /network-ipam/c54142d2-b3eb-4e3a-9741-64485275ceac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1243 0.004941 10.0.0.56 - - [2025-10-09 02:28:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.004011 10.0.0.41 - - [2025-10-09 02:28:37] "GET /projects?obj_uuids=0b4d2178-9a44-4ef0-886b-5e0d37925db5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001058 10.0.0.56 - - [2025-10-09 02:28:37] "GET /project/0b4d2178-9a44-4ef0-886b-5e0d37925db5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1361 0.054431 10.0.0.41 - - [2025-10-09 02:28:37] "GET /projects?obj_uuids=0b4d2178-9a44-4ef0-886b-5e0d37925db5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001558 10.0.0.56 - - [2025-10-09 02:28:37] "POST /neutron/network HTTP/1.1" 200 607 0.128097 10.0.0.41 - - [2025-10-09 02:28:37] "POST /ref-update HTTP/1.1" 200 156 0.022042 10.0.0.56 - - [2025-10-09 02:28:37] "POST /id-to-fqname HTTP/1.1" 200 221 0.005059 10.0.0.56 - - [2025-10-09 02:28:37] "GET /virtual-network/6cce07d0-5e70-46bd-a53b-674be72e0747?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.005344 10.0.0.56 - - [2025-10-09 02:28:37] "POST /neutron/network HTTP/1.1" 200 825 0.006953 10.0.0.56 - - [2025-10-09 02:28:37] "GET /virtual-network/6cce07d0-5e70-46bd-a53b-674be72e0747?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.005253 10.0.0.56 - - [2025-10-09 02:28:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003341 10.0.0.41 - - [2025-10-09 02:28:37] "GET /projects?obj_uuids=0b4d2178-9a44-4ef0-886b-5e0d37925db5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001258 10.0.0.56 - - [2025-10-09 02:28:37] "GET /project/0b4d2178-9a44-4ef0-886b-5e0d37925db5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1361 0.041166 10.0.0.56 - - [2025-10-09 02:28:37] "POST /neutron/network HTTP/1.1" 200 117 0.013721 10.0.0.56 - - [2025-10-09 02:28:38] "POST /neutron/network HTTP/1.1" 200 824 0.009753 10.0.0.56 - - [2025-10-09 02:28:38] "POST /id-to-fqname HTTP/1.1" 200 221 0.001054 10.0.0.56 - - [2025-10-09 02:28:38] "GET /virtual-network/0c08194a-f1c4-4318-8e60-beab8610b92f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.005354 10.0.0.56 - - [2025-10-09 02:28:38] "GET /virtual-network/0c08194a-f1c4-4318-8e60-beab8610b92f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.005547 10.0.0.56 - - [2025-10-09 02:28:38] "POST /neutron/subnet HTTP/1.1" 200 725 0.009672 10.0.0.56 - - [2025-10-09 02:28:38] "GET /virtual-network/6b756ff9-fbf0-4379-ab79-4bddc563dd3a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2035 0.010722 10.0.0.19 - - [2025-10-09 02:28:39] "GET /obj-perms HTTP/1.1" 200 5030 0.068270 10.0.0.41 - - [2025-10-09 02:28:39] "GET /obj-perms HTTP/1.1" 200 5030 0.046610 10.0.0.56 - - [2025-10-09 02:28:40] "GET /virtual-network/6cce07d0-5e70-46bd-a53b-674be72e0747?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.007146 10.0.0.56 - - [2025-10-09 02:28:40] "GET /obj-perms HTTP/1.1" 200 5030 0.060017 10.0.0.56 - - [2025-10-09 02:28:40] "GET /virtual-network/0c08194a-f1c4-4318-8e60-beab8610b92f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.005792 10.0.0.56 - - [2025-10-09 02:28:41] "POST /fqname-to-id HTTP/1.1" 404 215 0.005321 10.0.0.56 - - [2025-10-09 02:28:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.004687 10.0.0.41 - - [2025-10-09 02:28:41] "GET /projects?obj_uuids=0b4d2178-9a44-4ef0-886b-5e0d37925db5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001432 10.0.0.56 - - [2025-10-09 02:28:41] "GET /project/0b4d2178-9a44-4ef0-886b-5e0d37925db5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1361 0.046039 10.0.0.56 - - [2025-10-09 02:28:41] "POST /network-policys HTTP/1.1" 200 553 0.029806 10.0.0.56 - - [2025-10-09 02:28:41] "GET /network-policy/4c04f5d7-e1ae-434e-8602-6a596191d294?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2121 0.006115 10.0.0.56 - - [2025-10-09 02:28:41] "POST /fqname-to-id HTTP/1.1" 404 215 0.002784 10.0.0.56 - - [2025-10-09 02:28:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003404 10.0.0.41 - - [2025-10-09 02:28:41] "GET /projects?obj_uuids=0b4d2178-9a44-4ef0-886b-5e0d37925db5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000916 10.0.0.56 - - [2025-10-09 02:28:41] "GET /project/0b4d2178-9a44-4ef0-886b-5e0d37925db5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1361 0.049742 10.0.0.56 - - [2025-10-09 02:28:41] "POST /network-policys HTTP/1.1" 200 553 0.029860 10.0.0.56 - - [2025-10-09 02:28:41] "GET /network-policy/f8d4ab97-8251-4704-8403-08c12907125b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2127 0.006789 10.0.0.56 - - [2025-10-09 02:28:41] "POST /fqname-to-id HTTP/1.1" 404 215 0.002863 10.0.0.56 - - [2025-10-09 02:28:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003269 10.0.0.41 - - [2025-10-09 02:28:41] "GET /projects?obj_uuids=0b4d2178-9a44-4ef0-886b-5e0d37925db5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000926 10.0.0.56 - - [2025-10-09 02:28:41] "GET /project/0b4d2178-9a44-4ef0-886b-5e0d37925db5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1361 0.043582 10.0.0.56 - - [2025-10-09 02:28:41] "POST /network-policys HTTP/1.1" 200 553 0.030902 10.0.0.56 - - [2025-10-09 02:28:41] "GET /network-policy/a983e8a5-3953-4e35-b377-b8daaed78697?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2122 0.019419 10.0.0.41 - - [2025-10-09 02:28:42] "POST /fqname-to-id HTTP/1.1" 404 236 0.007226 10.0.0.56 - - [2025-10-09 02:28:42] "POST /ref-update HTTP/1.1" 200 156 0.049835 10.0.0.56 - - [2025-10-09 02:28:42] "POST /ref-update HTTP/1.1" 200 156 0.080565 10.0.0.41 - - [2025-10-09 02:28:42] "POST /fqname-to-id HTTP/1.1" 404 236 0.006282 10.0.0.56 - - [2025-10-09 02:28:42] "POST /neutron/network HTTP/1.1" 200 917 0.019437 10.0.0.56 - - [2025-10-09 02:28:42] "GET /virtual-network/6cce07d0-5e70-46bd-a53b-674be72e0747?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2352 0.008647 10.0.0.56 - - [2025-10-09 02:28:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.006996 10.0.0.56 - - [2025-10-09 02:28:42] "GET /network-policy/f8d4ab97-8251-4704-8403-08c12907125b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2127 0.004216 10.0.0.56 - - [2025-10-09 02:28:42] "POST /id-to-fqname HTTP/1.1" 200 221 0.001039 10.0.0.41 - - [2025-10-09 02:28:43] "GET /projects?obj_uuids=0b4d2178-9a44-4ef0-886b-5e0d37925db5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000983 10.0.0.56 - - [2025-10-09 02:28:43] "GET /project/0b4d2178-9a44-4ef0-886b-5e0d37925db5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1361 0.065980 10.0.0.56 - - [2025-10-09 02:28:43] "POST /neutron/port HTTP/1.1" 200 117 0.007148 10.0.0.56 - - [2025-10-09 02:28:43] "POST /id-to-fqname HTTP/1.1" 200 221 0.001464 10.0.0.56 - - [2025-10-09 02:28:43] "POST /neutron/network HTTP/1.1" 200 927 0.007802 10.0.0.56 - - [2025-10-09 02:28:44] "POST /neutron/port HTTP/1.1" 200 1058 0.020936 10.0.0.41 - - [2025-10-09 02:28:44] "GET /projects?obj_uuids=0b4d2178-9a44-4ef0-886b-5e0d37925db5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001746 10.0.0.56 - - [2025-10-09 02:28:44] "POST /neutron/port HTTP/1.1" 200 1086 0.026448 10.0.0.56 - - [2025-10-09 02:28:44] "GET /project/0b4d2178-9a44-4ef0-886b-5e0d37925db5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1361 0.125658 10.0.0.56 - - [2025-10-09 02:28:44] "POST /neutron/subnet HTTP/1.1" 200 689 0.010352 10.0.0.56 - - [2025-10-09 02:28:44] "POST /neutron/port HTTP/1.1" 200 1086 0.019000 10.0.0.56 - - [2025-10-09 02:28:44] "POST /id-to-fqname HTTP/1.1" 200 221 0.001478 10.0.0.56 - - [2025-10-09 02:28:45] "POST /neutron/port HTTP/1.1" 200 1086 0.021527 10.0.0.56 - - [2025-10-09 02:28:45] "POST /neutron/network HTTP/1.1" 200 927 0.007987 10.0.0.41 - - [2025-10-09 02:28:45] "PUT /access-control-list/214ca88f-8b8d-403b-babd-90f3098ef959 HTTP/1.1" 200 272 0.061444 10.0.0.56 - - [2025-10-09 02:28:45] "POST /neutron/port HTTP/1.1" 200 1061 0.038177 10.0.0.41 - - [2025-10-09 02:28:46] "GET /projects?obj_uuids=0b4d2178-9a44-4ef0-886b-5e0d37925db5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001070 10.0.0.56 - - [2025-10-09 02:28:46] "GET /project/0b4d2178-9a44-4ef0-886b-5e0d37925db5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1361 0.069290 10.0.0.56 - - [2025-10-09 02:28:46] "POST /neutron/network HTTP/1.1" 200 824 0.007022 10.0.0.56 - - [2025-10-09 02:28:46] "POST /neutron/port HTTP/1.1" 200 117 0.001069 10.0.0.56 - - [2025-10-09 02:28:46] "POST /neutron/security_group HTTP/1.1" 200 2058 0.008419 10.0.0.56 - - [2025-10-09 02:28:46] "POST /neutron/security_group HTTP/1.1" 200 2058 0.008341 10.0.0.56 - - [2025-10-09 02:28:46] "POST /neutron/port HTTP/1.1" 200 1086 0.015200 10.0.0.56 - - [2025-10-09 02:28:46] "POST /neutron/port HTTP/1.1" 200 1086 0.015714 10.0.0.56 - - [2025-10-09 02:28:46] "GET /virtual-machine/c7e8a716-d4a6-4574-a159-236a64248524 HTTP/1.1" 401 292 0.000442 10.0.0.56 - - [2025-10-09 02:28:47] "POST /neutron/port HTTP/1.1" 200 1060 0.016419 10.0.0.56 - - [2025-10-09 02:28:47] "GET /virtual-machine/c7e8a716-d4a6-4574-a159-236a64248524 HTTP/1.1" 200 1293 0.065345 10.0.0.56 - - [2025-10-09 02:28:47] "GET /virtual-machine/c7e8a716-d4a6-4574-a159-236a64248524 HTTP/1.1" 200 1293 0.005574 10.0.0.56 - - [2025-10-09 02:28:47] "GET /virtual-machine-interface/04dabded-bd3c-41cc-b851-8e215101026a HTTP/1.1" 200 2943 0.005043 10.0.0.56 - - [2025-10-09 02:28:47] "GET /virtual-machine/c7e8a716-d4a6-4574-a159-236a64248524 HTTP/1.1" 200 1293 0.003344 10.0.0.56 - - [2025-10-09 02:28:47] "GET /virtual-machine-interface/04dabded-bd3c-41cc-b851-8e215101026a HTTP/1.1" 200 2943 0.006169 10.0.0.56 - - [2025-10-09 02:28:47] "GET /instance-ip/02736546-33e5-4be1-ae3e-0dc0f108622a HTTP/1.1" 200 1618 0.009915 10.0.0.56 - - [2025-10-09 02:28:47] "POST /neutron/port HTTP/1.1" 200 1088 0.019925 10.0.0.56 - - [2025-10-09 02:28:47] "GET /virtual-machine/c7e8a716-d4a6-4574-a159-236a64248524 HTTP/1.1" 200 1293 0.003931 10.0.0.56 - - [2025-10-09 02:28:47] "GET /virtual-machine-interface/04dabded-bd3c-41cc-b851-8e215101026a HTTP/1.1" 200 2943 0.005744 10.0.0.56 - - [2025-10-09 02:28:47] "GET /instance-ip/02736546-33e5-4be1-ae3e-0dc0f108622a HTTP/1.1" 200 1618 0.004030 10.0.0.56 - - [2025-10-09 02:28:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003576 10.0.0.56 - - [2025-10-09 02:28:47] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003880 10.0.0.56 - - [2025-10-09 02:28:47] "GET /virtual-networks?parent_id=0b4d2178-9a44-4ef0-886b-5e0d37925db5&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.002778 10.0.0.56 - - [2025-10-09 02:28:47] "POST /neutron/port HTTP/1.1" 200 117 0.000859 10.0.0.56 - - [2025-10-09 02:28:47] "GET /virtual-network/6b756ff9-fbf0-4379-ab79-4bddc563dd3a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2626 0.008162 10.0.0.56 - - [2025-10-09 02:28:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004177 10.0.0.56 - - [2025-10-09 02:28:47] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004288 10.0.0.56 - - [2025-10-09 02:28:47] "GET /virtual-networks?parent_id=0b4d2178-9a44-4ef0-886b-5e0d37925db5&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003230 10.0.0.56 - - [2025-10-09 02:28:47] "GET /virtual-network/6b756ff9-fbf0-4379-ab79-4bddc563dd3a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2626 0.005718 10.0.0.56 - - [2025-10-09 02:28:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003586 10.0.0.56 - - [2025-10-09 02:28:47] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003812 10.0.0.56 - - [2025-10-09 02:28:47] "GET /virtual-networks?parent_id=0b4d2178-9a44-4ef0-886b-5e0d37925db5&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.002595 10.0.0.56 - - [2025-10-09 02:28:47] "GET /virtual-network/6b756ff9-fbf0-4379-ab79-4bddc563dd3a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2626 0.007685 10.0.0.56 - - [2025-10-09 02:28:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004211 10.0.0.56 - - [2025-10-09 02:28:47] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004737 10.0.0.56 - - [2025-10-09 02:28:47] "GET /virtual-networks?parent_id=0b4d2178-9a44-4ef0-886b-5e0d37925db5&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003273 10.0.0.56 - - [2025-10-09 02:28:47] "GET /virtual-network/6b756ff9-fbf0-4379-ab79-4bddc563dd3a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2626 0.008041 10.0.0.56 - - [2025-10-09 02:28:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003523 10.0.0.56 - - [2025-10-09 02:28:48] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003579 10.0.0.56 - - [2025-10-09 02:28:48] "GET /virtual-networks?parent_id=0b4d2178-9a44-4ef0-886b-5e0d37925db5&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003274 10.0.0.56 - - [2025-10-09 02:28:48] "GET /virtual-network/6b756ff9-fbf0-4379-ab79-4bddc563dd3a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2626 0.007505 10.0.0.56 - - [2025-10-09 02:28:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003586 10.0.0.56 - - [2025-10-09 02:28:51] "GET /virtual-network/6b756ff9-fbf0-4379-ab79-4bddc563dd3a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2626 0.005473 10.0.0.56 - - [2025-10-09 02:28:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.005171 10.0.0.56 - - [2025-10-09 02:28:55] "GET /virtual-network/6b756ff9-fbf0-4379-ab79-4bddc563dd3a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2626 0.006026 10.0.0.56 - - [2025-10-09 02:28:58] "POST /neutron/port HTTP/1.1" 200 1086 0.016610 10.0.0.56 - - [2025-10-09 02:28:58] "POST /neutron/subnet HTTP/1.1" 200 689 0.009784 10.0.0.56 - - [2025-10-09 02:28:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.004174 10.0.0.56 - - [2025-10-09 02:28:59] "GET /virtual-network/6b756ff9-fbf0-4379-ab79-4bddc563dd3a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2626 0.005776 10.0.0.41 - - [2025-10-09 02:29:02] "DELETE /project/83ce690162324c5c9fe25b6a94af737a HTTP/1.1" 404 173 0.010929 10.0.0.41 - - [2025-10-09 02:29:02] "DELETE /project/0b4d21789a444ef0886b5e0d37925db5 HTTP/1.1" 404 173 0.012665 10.0.0.41 - - [2025-10-09 02:29:02] "DELETE /project/317a9e58ebfd4ff8a701d53830a0bfbb HTTP/1.1" 404 173 0.010461 10.0.0.41 - - [2025-10-09 02:29:02] "GET /projects?obj_uuids=83ce6901-6232-4c5c-9fe2-5b6a94af737a&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.000907 10.0.0.41 - - [2025-10-09 02:29:02] "GET /projects?obj_uuids=317a9e58-ebfd-4ff8-a701-d53830a0bfbb&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000804 10.0.0.41 - - [2025-10-09 02:29:02] "GET /project/83ce6901-6232-4c5c-9fe2-5b6a94af737a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1524 0.050321 10.0.0.41 - - [2025-10-09 02:29:02] "GET /projects?obj_uuids=83ce6901-6232-4c5c-9fe2-5b6a94af737a&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001096 10.0.0.41 - - [2025-10-09 02:29:02] "GET /project/317a9e58-ebfd-4ff8-a701-d53830a0bfbb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1532 0.071007 10.0.0.41 - - [2025-10-09 02:29:02] "GET /projects?obj_uuids=317a9e58-ebfd-4ff8-a701-d53830a0bfbb&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000932 10.0.0.41 - - [2025-10-09 02:29:02] "GET /project/83ce6901-6232-4c5c-9fe2-5b6a94af737a?fields=security_groups HTTP/1.1" 200 1405 0.061208 10.0.0.41 - - [2025-10-09 02:29:02] "GET /project/317a9e58-ebfd-4ff8-a701-d53830a0bfbb?fields=security_groups HTTP/1.1" 200 1411 0.093565 10.0.0.41 - - [2025-10-09 02:29:02] "DELETE /security-group/5d78dfec-7914-4308-a141-c3dd43d177fc HTTP/1.1" 200 115 0.055115 10.0.0.41 - - [2025-10-09 02:29:02] "GET /projects?obj_uuids=83ce6901-6232-4c5c-9fe2-5b6a94af737a&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001015 10.0.0.41 - - [2025-10-09 02:29:02] "GET /project/83ce6901-6232-4c5c-9fe2-5b6a94af737a?fields=application_policy_sets HTTP/1.1" 200 1444 0.064010 10.0.0.41 - - [2025-10-09 02:29:02] "DELETE /security-group/ce797628-fb11-409a-8fa7-ac6b1c91d87a HTTP/1.1" 200 115 0.150019 10.0.0.41 - - [2025-10-09 02:29:02] "GET /projects?obj_uuids=317a9e58-ebfd-4ff8-a701-d53830a0bfbb&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.009512 10.0.0.41 - - [2025-10-09 02:29:02] "DELETE /access-control-list/583275de-b911-45ac-8174-116bb5f30cb2 HTTP/1.1" 200 115 0.090409 10.0.0.41 - - [2025-10-09 02:29:02] "GET /project/317a9e58-ebfd-4ff8-a701-d53830a0bfbb?fields=application_policy_sets HTTP/1.1" 200 1450 0.091947 10.0.0.41 - - [2025-10-09 02:29:02] "DELETE /project/83ce6901-6232-4c5c-9fe2-5b6a94af737a HTTP/1.1" 200 115 0.609535 10.0.0.41 - - [2025-10-09 02:29:02] "DELETE /project/317a9e58-ebfd-4ff8-a701-d53830a0bfbb HTTP/1.1" 200 115 0.681723 10.0.0.56 - - [2025-10-09 02:29:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004035 10.0.0.56 - - [2025-10-09 02:29:03] "GET /virtual-network/6b756ff9-fbf0-4379-ab79-4bddc563dd3a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2626 0.005765 10.0.0.56 - - [2025-10-09 02:29:04] "POST /neutron/port HTTP/1.1" 200 1089 0.019092 10.0.0.56 - - [2025-10-09 02:29:04] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004255 10.0.0.56 - - [2025-10-09 02:29:04] "POST /neutron/network HTTP/1.1" 200 917 0.007507 10.0.0.56 - - [2025-10-09 02:29:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003808 10.0.0.56 - - [2025-10-09 02:29:07] "GET /virtual-network/6b756ff9-fbf0-4379-ab79-4bddc563dd3a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2626 0.005093 10.0.0.56 - - [2025-10-09 02:29:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003733 10.0.0.56 - - [2025-10-09 02:29:11] "GET /virtual-network/6b756ff9-fbf0-4379-ab79-4bddc563dd3a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2626 0.005500 10.0.0.56 - - [2025-10-09 02:29:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003727 10.0.0.56 - - [2025-10-09 02:29:15] "GET /virtual-network/6b756ff9-fbf0-4379-ab79-4bddc563dd3a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2626 0.005479 10.0.0.41 - - [2025-10-09 02:29:16] "GET /obj-perms HTTP/1.1" 200 5056 0.047731 10.0.0.56 - - [2025-10-09 02:29:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004018 10.0.0.56 - - [2025-10-09 02:29:19] "GET /virtual-network/6b756ff9-fbf0-4379-ab79-4bddc563dd3a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2626 0.005706 10.0.0.56 - - [2025-10-09 02:29:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003817 10.0.0.56 - - [2025-10-09 02:29:23] "GET /virtual-network/6b756ff9-fbf0-4379-ab79-4bddc563dd3a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2626 0.006961 10.0.0.56 - - [2025-10-09 02:29:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004815 10.0.0.56 - - [2025-10-09 02:29:28] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004705 10.0.0.56 - - [2025-10-09 02:29:28] "GET /virtual-networks?parent_id=0b4d2178-9a44-4ef0-886b-5e0d37925db5&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003875 10.0.0.56 - - [2025-10-09 02:29:28] "GET /virtual-network/6b756ff9-fbf0-4379-ab79-4bddc563dd3a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2626 0.007539 10.0.0.56 - - [2025-10-09 02:29:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004865 10.0.0.56 - - [2025-10-09 02:29:28] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004980 10.0.0.56 - - [2025-10-09 02:29:28] "GET /virtual-networks?parent_id=0b4d2178-9a44-4ef0-886b-5e0d37925db5&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003624 10.0.0.56 - - [2025-10-09 02:29:28] "GET /virtual-network/6b756ff9-fbf0-4379-ab79-4bddc563dd3a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2626 0.007780 10.0.0.56 - - [2025-10-09 02:29:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004934 10.0.0.56 - - [2025-10-09 02:29:28] "GET /routing-instance/8a19d718-94d8-4634-b752-f721f5c4ed3a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1785 0.006225 10.0.0.56 - - [2025-10-09 02:29:28] "GET /route-target/b30be41f-a443-4361-a014-2df72b8a37f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004710 10.0.0.56 - - [2025-10-09 02:29:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004166 10.0.0.56 - - [2025-10-09 02:29:28] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005058 10.0.0.56 - - [2025-10-09 02:29:28] "GET /virtual-networks?parent_id=0b4d2178-9a44-4ef0-886b-5e0d37925db5&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003767 10.0.0.56 - - [2025-10-09 02:29:28] "GET /virtual-network/6b756ff9-fbf0-4379-ab79-4bddc563dd3a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2626 0.005984 10.0.0.56 - - [2025-10-09 02:29:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.005789 10.0.0.56 - - [2025-10-09 02:29:28] "GET /routing-instance/8a19d718-94d8-4634-b752-f721f5c4ed3a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1785 0.005340 10.0.0.56 - - [2025-10-09 02:29:28] "GET /route-target/b30be41f-a443-4361-a014-2df72b8a37f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004168 10.0.0.56 - - [2025-10-09 02:29:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003572 10.0.0.56 - - [2025-10-09 02:29:28] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004474 10.0.0.56 - - [2025-10-09 02:29:28] "GET /virtual-networks?parent_id=0b4d2178-9a44-4ef0-886b-5e0d37925db5&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.004089 10.0.0.56 - - [2025-10-09 02:29:28] "GET /virtual-network/6b756ff9-fbf0-4379-ab79-4bddc563dd3a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2626 0.007633 10.0.0.56 - - [2025-10-09 02:29:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004386 10.0.0.56 - - [2025-10-09 02:29:28] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005195 10.0.0.56 - - [2025-10-09 02:29:28] "GET /virtual-networks?parent_id=0b4d2178-9a44-4ef0-886b-5e0d37925db5&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003719 10.0.0.56 - - [2025-10-09 02:29:29] "GET /virtual-network/6b756ff9-fbf0-4379-ab79-4bddc563dd3a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2626 0.006492 10.0.0.56 - - [2025-10-09 02:29:29] "GET /obj-perms HTTP/1.1" 200 5030 0.004020 10.0.0.56 - - [2025-10-09 02:29:29] "GET /obj-perms HTTP/1.1" 200 5030 0.005378 10.0.0.41 - - [2025-10-09 02:29:29] "GET /obj-perms HTTP/1.1" 200 5030 0.004261 10.0.0.56 - - [2025-10-09 02:29:29] "GET /obj-perms HTTP/1.1" 200 5030 0.003934 10.0.0.19 - - [2025-10-09 02:29:29] "GET /obj-perms HTTP/1.1" 200 5030 0.004097 10.0.0.56 - - [2025-10-09 02:29:29] "POST /neutron/port HTTP/1.1" 200 1089 0.015161 10.0.0.56 - - [2025-10-09 02:29:29] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007495 10.0.0.56 - - [2025-10-09 02:29:29] "GET /virtual-machine/5bb8c0dc-2fc4-4bf7-8754-fef68c416929 HTTP/1.1" 200 1291 0.006078 10.0.0.56 - - [2025-10-09 02:29:29] "GET /virtual-machine/5bb8c0dc-2fc4-4bf7-8754-fef68c416929 HTTP/1.1" 200 1291 0.003446 10.0.0.56 - - [2025-10-09 02:29:29] "GET /virtual-machine-interface/a4372a46-12ca-4eab-abd7-542efad7c5d0 HTTP/1.1" 200 2945 0.005439 10.0.0.56 - - [2025-10-09 02:29:29] "GET /virtual-machine/5bb8c0dc-2fc4-4bf7-8754-fef68c416929 HTTP/1.1" 200 1291 0.003793 10.0.0.56 - - [2025-10-09 02:29:29] "GET /virtual-machine-interface/a4372a46-12ca-4eab-abd7-542efad7c5d0 HTTP/1.1" 200 2945 0.005057 10.0.0.56 - - [2025-10-09 02:29:29] "GET /instance-ip/fcdf366e-eba3-463d-a29a-e549c8903b0e HTTP/1.1" 200 1623 0.005711 10.0.0.56 - - [2025-10-09 02:29:29] "GET /virtual-machine/5bb8c0dc-2fc4-4bf7-8754-fef68c416929 HTTP/1.1" 200 1291 0.003659 10.0.0.56 - - [2025-10-09 02:29:29] "GET /virtual-machine-interface/a4372a46-12ca-4eab-abd7-542efad7c5d0 HTTP/1.1" 200 2945 0.004953 10.0.0.56 - - [2025-10-09 02:29:29] "GET /instance-ip/fcdf366e-eba3-463d-a29a-e549c8903b0e HTTP/1.1" 200 1623 0.003958 10.0.0.56 - - [2025-10-09 02:29:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003686 10.0.0.56 - - [2025-10-09 02:29:29] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003944 10.0.0.56 - - [2025-10-09 02:29:29] "GET /virtual-networks?parent_id=0b4d2178-9a44-4ef0-886b-5e0d37925db5&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003063 10.0.0.56 - - [2025-10-09 02:29:29] "GET /virtual-network/6cce07d0-5e70-46bd-a53b-674be72e0747?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2352 0.007908 10.0.0.56 - - [2025-10-09 02:29:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.005019 10.0.0.56 - - [2025-10-09 02:29:29] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004516 10.0.0.56 - - [2025-10-09 02:29:29] "GET /virtual-networks?parent_id=0b4d2178-9a44-4ef0-886b-5e0d37925db5&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003399 10.0.0.56 - - [2025-10-09 02:29:29] "GET /virtual-network/6cce07d0-5e70-46bd-a53b-674be72e0747?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2352 0.005772 10.0.0.56 - - [2025-10-09 02:29:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003662 10.0.0.56 - - [2025-10-09 02:29:30] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004448 10.0.0.56 - - [2025-10-09 02:29:30] "GET /virtual-networks?parent_id=0b4d2178-9a44-4ef0-886b-5e0d37925db5&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.005844 10.0.0.56 - - [2025-10-09 02:29:30] "GET /virtual-network/6cce07d0-5e70-46bd-a53b-674be72e0747?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2352 0.006163 10.0.0.56 - - [2025-10-09 02:29:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004254 10.0.0.56 - - [2025-10-09 02:29:30] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005022 10.0.0.56 - - [2025-10-09 02:29:30] "GET /virtual-networks?parent_id=0b4d2178-9a44-4ef0-886b-5e0d37925db5&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003799 10.0.0.56 - - [2025-10-09 02:29:30] "GET /virtual-network/6cce07d0-5e70-46bd-a53b-674be72e0747?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2352 0.006341 10.0.0.56 - - [2025-10-09 02:29:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003195 10.0.0.56 - - [2025-10-09 02:29:30] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004564 10.0.0.56 - - [2025-10-09 02:29:30] "GET /virtual-networks?parent_id=0b4d2178-9a44-4ef0-886b-5e0d37925db5&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003265 10.0.0.56 - - [2025-10-09 02:29:30] "GET /virtual-network/6cce07d0-5e70-46bd-a53b-674be72e0747?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2352 0.006058 10.0.0.56 - - [2025-10-09 02:29:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003957 10.0.0.56 - - [2025-10-09 02:29:31] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003759 10.0.0.56 - - [2025-10-09 02:29:31] "GET /virtual-networks?parent_id=0b4d2178-9a44-4ef0-886b-5e0d37925db5&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.002922 10.0.0.56 - - [2025-10-09 02:29:31] "GET /virtual-network/6cce07d0-5e70-46bd-a53b-674be72e0747?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2352 0.006415 10.0.0.56 - - [2025-10-09 02:29:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.004976 10.0.0.56 - - [2025-10-09 02:29:31] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003630 10.0.0.56 - - [2025-10-09 02:29:31] "GET /virtual-networks?parent_id=0b4d2178-9a44-4ef0-886b-5e0d37925db5&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003037 10.0.0.56 - - [2025-10-09 02:29:31] "GET /virtual-network/6cce07d0-5e70-46bd-a53b-674be72e0747?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2352 0.005768 10.0.0.56 - - [2025-10-09 02:29:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003337 10.0.0.56 - - [2025-10-09 02:29:31] "GET /routing-instance/04b3ffdb-6083-470f-8fb5-fd926a601fd3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1784 0.004885 10.0.0.56 - - [2025-10-09 02:29:31] "GET /route-target/a95173b3-c6ce-424a-baa4-923fa608efe7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.003610 10.0.0.56 - - [2025-10-09 02:29:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003808 10.0.0.56 - - [2025-10-09 02:29:31] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004207 10.0.0.56 - - [2025-10-09 02:29:31] "GET /virtual-networks?parent_id=0b4d2178-9a44-4ef0-886b-5e0d37925db5&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.004661 10.0.0.56 - - [2025-10-09 02:29:32] "GET /virtual-network/6cce07d0-5e70-46bd-a53b-674be72e0747?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2352 0.006884 10.0.0.56 - - [2025-10-09 02:29:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003578 10.0.0.56 - - [2025-10-09 02:29:32] "GET /routing-instance/04b3ffdb-6083-470f-8fb5-fd926a601fd3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1784 0.005095 10.0.0.56 - - [2025-10-09 02:29:32] "GET /route-target/a95173b3-c6ce-424a-baa4-923fa608efe7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.003844 10.0.0.56 - - [2025-10-09 02:29:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003692 10.0.0.56 - - [2025-10-09 02:29:32] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004571 10.0.0.56 - - [2025-10-09 02:29:32] "GET /virtual-networks?parent_id=0b4d2178-9a44-4ef0-886b-5e0d37925db5&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003231 10.0.0.56 - - [2025-10-09 02:29:32] "GET /virtual-network/6cce07d0-5e70-46bd-a53b-674be72e0747?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2352 0.006020 10.0.0.56 - - [2025-10-09 02:29:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004011 10.0.0.56 - - [2025-10-09 02:29:32] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005925 10.0.0.56 - - [2025-10-09 02:29:32] "GET /virtual-networks?parent_id=0b4d2178-9a44-4ef0-886b-5e0d37925db5&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.004078 10.0.0.56 - - [2025-10-09 02:29:32] "GET /virtual-network/6cce07d0-5e70-46bd-a53b-674be72e0747?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2352 0.007068 10.0.0.56 - - [2025-10-09 02:29:32] "GET /obj-perms HTTP/1.1" 200 5030 0.005630 10.0.0.41 - - [2025-10-09 02:29:32] "GET /obj-perms HTTP/1.1" 200 5030 0.007110 10.0.0.56 - - [2025-10-09 02:29:32] "GET /obj-perms HTTP/1.1" 200 5030 0.004584 10.0.0.41 - - [2025-10-09 02:29:32] "GET /obj-perms HTTP/1.1" 200 5030 0.004165 10.0.0.56 - - [2025-10-09 02:29:32] "GET /obj-perms HTTP/1.1" 200 5030 0.003777 10.0.0.56 - - [2025-10-09 02:29:32] "POST /neutron/port HTTP/1.1" 200 1088 0.019213 10.0.0.56 - - [2025-10-09 02:29:32] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007165 10.0.0.56 - - [2025-10-09 02:29:33] "POST /neutron/port HTTP/1.1" 200 1088 0.015291 10.0.0.56 - - [2025-10-09 02:29:33] "GET /virtual-machine/af0fffdd-ac32-4717-98a8-a07043f32d96 HTTP/1.1" 200 1293 0.006169 10.0.0.56 - - [2025-10-09 02:29:33] "GET /virtual-machine/af0fffdd-ac32-4717-98a8-a07043f32d96 HTTP/1.1" 200 1293 0.004833 10.0.0.56 - - [2025-10-09 02:29:33] "GET /virtual-machine-interface/37bce9ab-6bee-44b8-a8c4-d1bdad687cfe HTTP/1.1" 200 2944 0.005749 10.0.0.56 - - [2025-10-09 02:29:33] "GET /virtual-machine/af0fffdd-ac32-4717-98a8-a07043f32d96 HTTP/1.1" 200 1293 0.004146 10.0.0.56 - - [2025-10-09 02:29:33] "GET /virtual-machine-interface/37bce9ab-6bee-44b8-a8c4-d1bdad687cfe HTTP/1.1" 200 2944 0.005975 10.0.0.56 - - [2025-10-09 02:29:33] "GET /instance-ip/e02d348a-7e80-486f-ae6e-afb9ad81b44a HTTP/1.1" 200 1622 0.006254 10.0.0.56 - - [2025-10-09 02:29:33] "GET /virtual-machine/af0fffdd-ac32-4717-98a8-a07043f32d96 HTTP/1.1" 200 1293 0.004087 10.0.0.56 - - [2025-10-09 02:29:33] "GET /virtual-machine-interface/37bce9ab-6bee-44b8-a8c4-d1bdad687cfe HTTP/1.1" 200 2944 0.006107 10.0.0.56 - - [2025-10-09 02:29:33] "GET /instance-ip/e02d348a-7e80-486f-ae6e-afb9ad81b44a HTTP/1.1" 200 1622 0.004492 10.0.0.56 - - [2025-10-09 02:29:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003968 10.0.0.56 - - [2025-10-09 02:29:33] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003883 10.0.0.56 - - [2025-10-09 02:29:33] "GET /virtual-networks?parent_id=0b4d2178-9a44-4ef0-886b-5e0d37925db5&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003065 10.0.0.56 - - [2025-10-09 02:29:33] "GET /virtual-network/0c08194a-f1c4-4318-8e60-beab8610b92f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.006721 10.0.0.56 - - [2025-10-09 02:29:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003880 10.0.0.56 - - [2025-10-09 02:29:33] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004101 10.0.0.56 - - [2025-10-09 02:29:33] "GET /virtual-networks?parent_id=0b4d2178-9a44-4ef0-886b-5e0d37925db5&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003160 10.0.0.56 - - [2025-10-09 02:29:33] "GET /virtual-network/0c08194a-f1c4-4318-8e60-beab8610b92f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.006369 10.0.0.56 - - [2025-10-09 02:29:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003318 10.0.0.56 - - [2025-10-09 02:29:33] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004212 10.0.0.56 - - [2025-10-09 02:29:33] "GET /virtual-networks?parent_id=0b4d2178-9a44-4ef0-886b-5e0d37925db5&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003111 10.0.0.56 - - [2025-10-09 02:29:33] "GET /virtual-network/0c08194a-f1c4-4318-8e60-beab8610b92f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.005832 10.0.0.56 - - [2025-10-09 02:29:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003245 10.0.0.56 - - [2025-10-09 02:29:33] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.011955 10.0.0.56 - - [2025-10-09 02:29:33] "GET /virtual-networks?parent_id=0b4d2178-9a44-4ef0-886b-5e0d37925db5&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003407 10.0.0.56 - - [2025-10-09 02:29:33] "GET /virtual-network/0c08194a-f1c4-4318-8e60-beab8610b92f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.006757 10.0.0.56 - - [2025-10-09 02:29:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003887 10.0.0.56 - - [2025-10-09 02:29:33] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003892 10.0.0.56 - - [2025-10-09 02:29:33] "GET /virtual-networks?parent_id=0b4d2178-9a44-4ef0-886b-5e0d37925db5&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.002848 10.0.0.56 - - [2025-10-09 02:29:33] "GET /virtual-network/0c08194a-f1c4-4318-8e60-beab8610b92f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.006048 10.0.0.56 - - [2025-10-09 02:29:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003141 10.0.0.56 - - [2025-10-09 02:29:34] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003675 10.0.0.56 - - [2025-10-09 02:29:34] "GET /virtual-networks?parent_id=0b4d2178-9a44-4ef0-886b-5e0d37925db5&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003307 10.0.0.56 - - [2025-10-09 02:29:34] "GET /virtual-network/0c08194a-f1c4-4318-8e60-beab8610b92f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.010333 10.0.0.56 - - [2025-10-09 02:29:34] "POST /neutron/security_group HTTP/1.1" 200 2058 0.029800 10.0.0.56 - - [2025-10-09 02:29:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003633 10.0.0.56 - - [2025-10-09 02:29:35] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004042 10.0.0.56 - - [2025-10-09 02:29:35] "GET /virtual-networks?parent_id=0b4d2178-9a44-4ef0-886b-5e0d37925db5&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003045 10.0.0.56 - - [2025-10-09 02:29:35] "GET /virtual-network/0c08194a-f1c4-4318-8e60-beab8610b92f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.006440 10.0.0.56 - - [2025-10-09 02:29:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003401 10.0.0.56 - - [2025-10-09 02:29:35] "GET /routing-instance/0b658736-55b7-4063-80c4-2fcd7dba1627?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1477 0.006334 10.0.0.56 - - [2025-10-09 02:29:35] "GET /route-target/4d19ea3b-db74-4640-be42-90466a424010?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004461 10.0.0.56 - - [2025-10-09 02:29:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004168 10.0.0.56 - - [2025-10-09 02:29:35] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.006498 10.0.0.56 - - [2025-10-09 02:29:35] "GET /virtual-networks?parent_id=0b4d2178-9a44-4ef0-886b-5e0d37925db5&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003219 10.0.0.56 - - [2025-10-09 02:29:35] "GET /virtual-network/0c08194a-f1c4-4318-8e60-beab8610b92f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.013747 10.0.0.56 - - [2025-10-09 02:29:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.005914 10.0.0.56 - - [2025-10-09 02:29:35] "GET /routing-instance/0b658736-55b7-4063-80c4-2fcd7dba1627?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1477 0.004595 10.0.0.56 - - [2025-10-09 02:29:35] "GET /route-target/4d19ea3b-db74-4640-be42-90466a424010?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004315 10.0.0.56 - - [2025-10-09 02:29:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003646 10.0.0.56 - - [2025-10-09 02:29:35] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004498 10.0.0.56 - - [2025-10-09 02:29:35] "GET /virtual-networks?parent_id=0b4d2178-9a44-4ef0-886b-5e0d37925db5&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003350 10.0.0.56 - - [2025-10-09 02:29:35] "GET /virtual-network/0c08194a-f1c4-4318-8e60-beab8610b92f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.007759 10.0.0.56 - - [2025-10-09 02:29:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004162 10.0.0.56 - - [2025-10-09 02:29:35] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005260 10.0.0.56 - - [2025-10-09 02:29:35] "GET /virtual-networks?parent_id=0b4d2178-9a44-4ef0-886b-5e0d37925db5&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003464 10.0.0.56 - - [2025-10-09 02:29:35] "GET /virtual-network/0c08194a-f1c4-4318-8e60-beab8610b92f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.006870 10.0.0.41 - - [2025-10-09 02:29:35] "GET /obj-perms HTTP/1.1" 200 5030 0.007234 10.0.0.56 - - [2025-10-09 02:29:35] "GET /obj-perms HTTP/1.1" 200 5030 0.005078 10.0.0.56 - - [2025-10-09 02:29:36] "GET /obj-perms HTTP/1.1" 200 5030 0.007145 10.0.0.56 - - [2025-10-09 02:29:36] "GET /obj-perms HTTP/1.1" 200 5030 0.003981 10.0.0.56 - - [2025-10-09 02:29:36] "GET /virtual-machine/c7e8a716-d4a6-4574-a159-236a64248524 HTTP/1.1" 200 1293 0.004245 10.0.0.56 - - [2025-10-09 02:29:36] "GET /virtual-machine-interface/04dabded-bd3c-41cc-b851-8e215101026a HTTP/1.1" 200 2943 0.005320 10.0.0.56 - - [2025-10-09 02:29:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003259 10.0.0.56 - - [2025-10-09 02:29:36] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003562 10.0.0.56 - - [2025-10-09 02:29:36] "GET /virtual-networks?parent_id=0b4d2178-9a44-4ef0-886b-5e0d37925db5&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.002790 10.0.0.56 - - [2025-10-09 02:29:36] "GET /virtual-network/6b756ff9-fbf0-4379-ab79-4bddc563dd3a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2626 0.005857 10.0.0.56 - - [2025-10-09 02:29:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.004710 10.0.0.56 - - [2025-10-09 02:29:37] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005212 10.0.0.56 - - [2025-10-09 02:29:37] "GET /virtual-networks?parent_id=0b4d2178-9a44-4ef0-886b-5e0d37925db5&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.002929 10.0.0.56 - - [2025-10-09 02:29:37] "GET /virtual-network/6b756ff9-fbf0-4379-ab79-4bddc563dd3a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2626 0.006001 10.0.0.56 - - [2025-10-09 02:29:37] "POST /neutron/port HTTP/1.1" 200 1086 0.014841 10.0.0.56 - - [2025-10-09 02:29:42] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007893 10.0.0.56 - - [2025-10-09 02:29:47] "GET /virtual-machine/5bb8c0dc-2fc4-4bf7-8754-fef68c416929 HTTP/1.1" 200 1291 0.005128 10.0.0.56 - - [2025-10-09 02:29:47] "GET /virtual-machine-interface/a4372a46-12ca-4eab-abd7-542efad7c5d0 HTTP/1.1" 200 2945 0.006763 10.0.0.56 - - [2025-10-09 02:29:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004550 10.0.0.56 - - [2025-10-09 02:29:47] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004923 10.0.0.56 - - [2025-10-09 02:29:47] "GET /virtual-networks?parent_id=0b4d2178-9a44-4ef0-886b-5e0d37925db5&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.004379 10.0.0.56 - - [2025-10-09 02:29:47] "GET /virtual-network/6cce07d0-5e70-46bd-a53b-674be72e0747?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2352 0.006156 10.0.0.56 - - [2025-10-09 02:29:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004780 10.0.0.56 - - [2025-10-09 02:29:49] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004185 10.0.0.56 - - [2025-10-09 02:29:49] "GET /virtual-networks?parent_id=0b4d2178-9a44-4ef0-886b-5e0d37925db5&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003448 10.0.0.56 - - [2025-10-09 02:29:49] "GET /virtual-network/6cce07d0-5e70-46bd-a53b-674be72e0747?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2352 0.007237 10.0.0.56 - - [2025-10-09 02:29:49] "GET /virtual-machine/af0fffdd-ac32-4717-98a8-a07043f32d96 HTTP/1.1" 200 1293 0.006298 10.0.0.56 - - [2025-10-09 02:29:49] "GET /virtual-machine-interface/37bce9ab-6bee-44b8-a8c4-d1bdad687cfe HTTP/1.1" 200 2944 0.006697 10.0.0.56 - - [2025-10-09 02:29:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.005621 10.0.0.56 - - [2025-10-09 02:29:49] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004522 10.0.0.56 - - [2025-10-09 02:29:49] "GET /virtual-networks?parent_id=0b4d2178-9a44-4ef0-886b-5e0d37925db5&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003644 10.0.0.56 - - [2025-10-09 02:29:49] "GET /virtual-network/0c08194a-f1c4-4318-8e60-beab8610b92f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.007179 10.0.0.56 - - [2025-10-09 02:29:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004609 10.0.0.56 - - [2025-10-09 02:29:50] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004068 10.0.0.56 - - [2025-10-09 02:29:50] "GET /virtual-networks?parent_id=0b4d2178-9a44-4ef0-886b-5e0d37925db5&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.002791 10.0.0.56 - - [2025-10-09 02:29:50] "GET /virtual-network/0c08194a-f1c4-4318-8e60-beab8610b92f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.006400 10.0.0.56 - - [2025-10-09 02:29:50] "POST /neutron/port HTTP/1.1" 200 1088 0.016304 10.0.0.56 - - [2025-10-09 02:30:00] "POST /neutron/port HTTP/1.1" 200 1088 0.016420 10.0.0.56 - - [2025-10-09 02:30:00] "POST /neutron/subnet HTTP/1.1" 200 699 0.013690 10.0.0.56 - - [2025-10-09 02:30:05] "POST /neutron/port HTTP/1.1" 200 1089 0.016867 10.0.0.56 - - [2025-10-09 02:30:05] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004360 10.0.0.56 - - [2025-10-09 02:30:05] "POST /neutron/network HTTP/1.1" 200 917 0.008469 10.0.0.19 - - [2025-10-09 02:30:17] "GET /obj-perms HTTP/1.1" 200 5056 0.062615 10.0.0.41 - - [2025-10-09 02:30:17] "GET /obj-perms HTTP/1.1" 200 5056 0.045997 10.0.0.56 - - [2025-10-09 02:30:43] "GET /virtual-machine/af0fffdd-ac32-4717-98a8-a07043f32d96 HTTP/1.1" 200 1293 0.004790 10.0.0.56 - - [2025-10-09 02:30:44] "POST /neutron/port HTTP/1.1" 200 151 0.188969 10.0.0.56 - - [2025-10-09 02:30:45] "GET /virtual-machine/af0fffdd-ac32-4717-98a8-a07043f32d96 HTTP/1.1" 404 171 0.003712 10.0.0.56 - - [2025-10-09 02:30:45] "GET /virtual-machine/af0fffdd-ac32-4717-98a8-a07043f32d96 HTTP/1.1" 404 171 0.003165 10.0.0.56 - - [2025-10-09 02:30:45] "GET /virtual-machine/af0fffdd-ac32-4717-98a8-a07043f32d96 HTTP/1.1" 404 171 0.002753 10.0.0.56 - - [2025-10-09 02:30:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003886 10.0.0.56 - - [2025-10-09 02:30:46] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003542 10.0.0.56 - - [2025-10-09 02:30:46] "GET /virtual-networks?parent_id=0b4d2178-9a44-4ef0-886b-5e0d37925db5&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.002828 10.0.0.56 - - [2025-10-09 02:30:46] "GET /virtual-network/0c08194a-f1c4-4318-8e60-beab8610b92f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.006893 10.0.0.56 - - [2025-10-09 02:30:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003218 10.0.0.56 - - [2025-10-09 02:30:46] "GET /routing-instance/0b658736-55b7-4063-80c4-2fcd7dba1627?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1477 0.004394 10.0.0.56 - - [2025-10-09 02:30:46] "GET /route-target/4d19ea3b-db74-4640-be42-90466a424010?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004340 10.0.0.56 - - [2025-10-09 02:30:49] "GET /obj-perms HTTP/1.1" 200 5030 0.004297 10.0.0.56 - - [2025-10-09 02:30:52] "GET /obj-perms HTTP/1.1" 200 5030 0.003937 10.0.0.56 - - [2025-10-09 02:30:58] "GET /obj-perms HTTP/1.1" 200 5030 0.005581 10.0.0.56 - - [2025-10-09 02:31:01] "POST /neutron/network HTTP/1.1" 200 1003 0.031202 10.0.0.56 - - [2025-10-09 02:31:01] "POST /neutron/port HTTP/1.1" 200 117 0.001184 10.0.0.56 - - [2025-10-09 02:31:01] "GET /obj-perms HTTP/1.1" 200 5030 0.005047 10.0.0.56 - - [2025-10-09 02:31:05] "POST /neutron/port HTTP/1.1" 200 1089 0.018528 10.0.0.56 - - [2025-10-09 02:31:05] "POST /neutron/subnet HTTP/1.1" 200 703 0.009604 10.0.0.56 - - [2025-10-09 02:31:07] "GET /obj-perms HTTP/1.1" 200 5030 0.004373 10.0.0.56 - - [2025-10-09 02:31:10] "GET /obj-perms HTTP/1.1" 200 5030 0.004096 10.0.0.56 - - [2025-10-09 02:31:11] "GET /virtual-machine/5bb8c0dc-2fc4-4bf7-8754-fef68c416929 HTTP/1.1" 200 1291 0.004804 10.0.0.56 - - [2025-10-09 02:31:11] "POST /neutron/port HTTP/1.1" 200 1089 0.018596 10.0.0.56 - - [2025-10-09 02:31:13] "GET /virtual-machine/5bb8c0dc-2fc4-4bf7-8754-fef68c416929 HTTP/1.1" 404 171 0.003432 10.0.0.56 - - [2025-10-09 02:31:13] "GET /virtual-machine/5bb8c0dc-2fc4-4bf7-8754-fef68c416929 HTTP/1.1" 404 171 0.002761 10.0.0.56 - - [2025-10-09 02:31:13] "GET /virtual-machine/5bb8c0dc-2fc4-4bf7-8754-fef68c416929 HTTP/1.1" 404 171 0.002426 10.0.0.56 - - [2025-10-09 02:31:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004073 10.0.0.56 - - [2025-10-09 02:31:13] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003714 10.0.0.56 - - [2025-10-09 02:31:13] "GET /virtual-networks?parent_id=0b4d2178-9a44-4ef0-886b-5e0d37925db5&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.002997 10.0.0.56 - - [2025-10-09 02:31:13] "GET /virtual-network/6cce07d0-5e70-46bd-a53b-674be72e0747?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2352 0.006505 10.0.0.56 - - [2025-10-09 02:31:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003057 10.0.0.56 - - [2025-10-09 02:31:13] "GET /routing-instance/04b3ffdb-6083-470f-8fb5-fd926a601fd3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1784 0.004700 10.0.0.56 - - [2025-10-09 02:31:13] "GET /route-target/a95173b3-c6ce-424a-baa4-923fa608efe7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.003613 10.0.0.56 - - [2025-10-09 02:31:13] "GET /obj-perms HTTP/1.1" 200 5030 0.004012 10.0.0.41 - - [2025-10-09 02:31:16] "GET /obj-perms HTTP/1.1" 200 5030 0.008842 10.0.0.56 - - [2025-10-09 02:31:19] "GET /obj-perms HTTP/1.1" 200 5030 0.004044 10.0.0.41 - - [2025-10-09 02:31:25] "GET /obj-perms HTTP/1.1" 200 5030 0.005577 10.0.0.56 - - [2025-10-09 02:31:28] "GET /obj-perms HTTP/1.1" 200 5030 0.003887 10.0.0.41 - - [2025-10-09 02:31:35] "GET /obj-perms HTTP/1.1" 200 5030 0.005485 10.0.0.56 - - [2025-10-09 02:31:35] "GET /obj-perms HTTP/1.1" 200 5030 0.007630 10.0.0.19 - - [2025-10-09 02:31:35] "GET /obj-perms HTTP/1.1" 200 5030 0.004240 10.0.0.56 - - [2025-10-09 02:31:35] "GET /virtual-machine/c7e8a716-d4a6-4574-a159-236a64248524 HTTP/1.1" 200 1293 0.005173 10.0.0.56 - - [2025-10-09 02:31:35] "POST /neutron/port HTTP/1.1" 200 1086 0.015686 10.0.0.56 - - [2025-10-09 02:31:37] "GET /virtual-machine/c7e8a716-d4a6-4574-a159-236a64248524 HTTP/1.1" 404 171 0.004694 10.0.0.56 - - [2025-10-09 02:31:37] "GET /virtual-machine/c7e8a716-d4a6-4574-a159-236a64248524 HTTP/1.1" 404 171 0.003368 10.0.0.56 - - [2025-10-09 02:31:37] "GET /virtual-machine/c7e8a716-d4a6-4574-a159-236a64248524 HTTP/1.1" 404 171 0.003001 10.0.0.56 - - [2025-10-09 02:31:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.004220 10.0.0.56 - - [2025-10-09 02:31:37] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003680 10.0.0.56 - - [2025-10-09 02:31:37] "GET /virtual-networks?parent_id=0b4d2178-9a44-4ef0-886b-5e0d37925db5&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.010396 10.0.0.56 - - [2025-10-09 02:31:37] "GET /virtual-network/6b756ff9-fbf0-4379-ab79-4bddc563dd3a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2626 0.006039 10.0.0.56 - - [2025-10-09 02:31:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003417 10.0.0.56 - - [2025-10-09 02:31:37] "GET /routing-instance/8a19d718-94d8-4634-b752-f721f5c4ed3a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1785 0.004255 10.0.0.56 - - [2025-10-09 02:31:37] "GET /route-target/b30be41f-a443-4361-a014-2df72b8a37f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004113 10.0.0.56 - - [2025-10-09 02:31:37] "GET /obj-perms HTTP/1.1" 200 5030 0.004019 10.0.0.56 - - [2025-10-09 02:31:40] "GET /obj-perms HTTP/1.1" 200 5030 0.004781 10.0.0.56 - - [2025-10-09 02:31:40] "GET /virtual-network/6cce07d0-5e70-46bd-a53b-674be72e0747?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2352 0.006298 10.0.0.56 - - [2025-10-09 02:31:40] "POST /neutron/network HTTP/1.1" 200 917 0.006894 10.0.0.56 - - [2025-10-09 02:31:41] "GET /virtual-network/6cce07d0-5e70-46bd-a53b-674be72e0747?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.008278 10.0.0.41 - - [2025-10-09 02:31:41] "POST /ref-update HTTP/1.1" 200 156 0.032649 10.0.0.56 - - [2025-10-09 02:31:41] "POST /ref-update HTTP/1.1" 200 156 0.051076 10.0.0.56 - - [2025-10-09 02:31:41] "POST /ref-update HTTP/1.1" 200 156 0.095766 10.0.0.41 - - [2025-10-09 02:31:41] "DELETE /access-control-list/bb5abaab-110b-4ee1-b478-b4f7c34f5a3f HTTP/1.1" 200 115 0.064533 10.0.0.56 - - [2025-10-09 02:31:41] "DELETE /network-policy/a983e8a5-3953-4e35-b377-b8daaed78697 HTTP/1.1" 200 115 0.071119 10.0.0.56 - - [2025-10-09 02:31:41] "DELETE /network-policy/f8d4ab97-8251-4704-8403-08c12907125b HTTP/1.1" 200 115 0.072808 10.0.0.56 - - [2025-10-09 02:31:41] "DELETE /network-policy/4c04f5d7-e1ae-434e-8602-6a596191d294 HTTP/1.1" 200 115 0.041302 10.0.0.56 - - [2025-10-09 02:31:41] "POST /neutron/network HTTP/1.1" 200 824 0.007251 10.0.0.41 - - [2025-10-09 02:31:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.006661 10.0.0.41 - - [2025-10-09 02:31:42] "POST /useragent-kv HTTP/1.1" 200 115 0.035658 10.0.0.41 - - [2025-10-09 02:31:42] "POST /useragent-kv HTTP/1.1" 200 115 0.003308 10.0.0.56 - - [2025-10-09 02:31:42] "POST /neutron/network HTTP/1.1" 200 151 0.179285 10.0.0.41 - - [2025-10-09 02:31:42] "DELETE /route-target/b30be41f-a443-4361-a014-2df72b8a37f3 HTTP/1.1" 200 115 0.034403 10.0.0.56 - - [2025-10-09 02:31:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003568 10.0.0.56 - - [2025-10-09 02:31:42] "DELETE /network-ipam/817cd003-9038-4f29-91b2-375d1d4b293c HTTP/1.1" 200 115 0.047577 10.0.0.56 - - [2025-10-09 02:31:42] "POST /fqname-to-id HTTP/1.1" 404 197 0.003243 10.0.0.56 - - [2025-10-09 02:31:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004101 10.0.0.56 - - [2025-10-09 02:31:42] "DELETE /network-ipam/6e1a92c9-1bf4-4600-9db9-10bd173a0808 HTTP/1.1" 200 115 0.034293 10.0.0.56 - - [2025-10-09 02:31:42] "POST /fqname-to-id HTTP/1.1" 404 197 0.003793 10.0.0.56 - - [2025-10-09 02:31:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003589 10.0.0.56 - - [2025-10-09 02:31:43] "DELETE /network-ipam/c54142d2-b3eb-4e3a-9741-64485275ceac HTTP/1.1" 200 115 0.048629 10.0.0.56 - - [2025-10-09 02:31:43] "POST /fqname-to-id HTTP/1.1" 404 197 0.013403 10.0.0.41 - - [2025-10-09 02:31:44] "GET /projects?obj_uuids=0b4d2178-9a44-4ef0-886b-5e0d37925db5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001239 10.0.0.56 - - [2025-10-09 02:31:44] "GET /project/0b4d2178-9a44-4ef0-886b-5e0d37925db5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1361 0.065482 10.0.0.41 - - [2025-10-09 02:31:44] "GET /projects?obj_uuids=0b4d2178-9a44-4ef0-886b-5e0d37925db5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001528 10.0.0.56 - - [2025-10-09 02:31:44] "GET /project/0b4d2178-9a44-4ef0-886b-5e0d37925db5?fields=virtual_networks HTTP/1.1" 200 1030 0.046459 10.0.0.41 - - [2025-10-09 02:31:44] "GET /projects?obj_uuids=0b4d2178-9a44-4ef0-886b-5e0d37925db5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001337 10.0.0.56 - - [2025-10-09 02:31:44] "GET /project/0b4d2178-9a44-4ef0-886b-5e0d37925db5?fields=virtual_machine_interfaces HTTP/1.1" 200 1030 0.040048 10.0.0.41 - - [2025-10-09 02:31:44] "GET /projects?obj_uuids=0b4d2178-9a44-4ef0-886b-5e0d37925db5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001210 10.0.0.56 - - [2025-10-09 02:31:44] "GET /project/0b4d2178-9a44-4ef0-886b-5e0d37925db5?fields=security_groups HTTP/1.1" 200 1256 0.048588 10.0.0.56 - - [2025-10-09 02:31:45] "POST /fqname-to-id HTTP/1.1" 404 194 0.023611 10.0.0.41 - - [2025-10-09 02:31:45] "GET /projects?obj_uuids=4454ad90-5455-46ef-9d46-112eef55140d&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003535 10.0.0.41 - - [2025-10-09 02:31:45] "GET /domains?obj_uuids=7ed77c0b-e642-4c13-a404-7756503cf17d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001063 10.0.0.41 - - [2025-10-09 02:31:45] "GET /domain/7ed77c0b-e642-4c13-a404-7756503cf17d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.031773 10.0.0.41 - - [2025-10-09 02:31:45] "POST /id-to-fqname HTTP/1.1" 200 196 0.001722 10.0.0.41 - - [2025-10-09 02:31:45] "POST /fqname-to-id HTTP/1.1" 404 205 0.006253 10.0.0.41 - - [2025-10-09 02:31:45] "POST /security-groups HTTP/1.1" 200 597 0.085410 10.0.0.41 - - [2025-10-09 02:31:46] "POST /projects HTTP/1.1" 200 597 0.302611 10.0.0.41 - - [2025-10-09 02:31:46] "POST /fqname-to-id HTTP/1.1" 404 239 0.004271 10.0.0.41 - - [2025-10-09 02:31:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.389472 10.0.0.56 - - [2025-10-09 02:31:46] "GET /project/4454ad90-5455-46ef-9d46-112eef55140d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.581309 10.0.0.56 - - [2025-10-09 02:31:47] "GET / HTTP/1.1" 200 35931 0.001668 10.0.0.56 - - [2025-10-09 02:31:50] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 401 292 0.000510 10.0.0.56 - - [2025-10-09 02:31:50] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 545 0.053027 10.0.0.56 - - [2025-10-09 02:31:50] "POST /network-ipams HTTP/1.1" 200 519 0.027660 10.0.0.56 - - [2025-10-09 02:31:50] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 756 0.004145 10.0.0.56 - - [2025-10-09 02:31:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003834 10.0.0.56 - - [2025-10-09 02:31:50] "GET /network-ipam/5fd128dc-99ae-40a0-bc24-b95e4fe10fcd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1254 0.006655 10.0.0.56 - - [2025-10-09 02:31:50] "PUT /network-ipam/5fd128dc-99ae-40a0-bc24-b95e4fe10fcd HTTP/1.1" 200 258 0.013992 10.0.0.56 - - [2025-10-09 02:31:50] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 756 0.003117 10.0.0.56 - - [2025-10-09 02:31:50] "POST /network-ipams HTTP/1.1" 200 519 0.029900 10.0.0.56 - - [2025-10-09 02:31:50] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 967 0.003766 10.0.0.56 - - [2025-10-09 02:31:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003736 10.0.0.56 - - [2025-10-09 02:31:51] "GET /network-ipam/2ae4497d-d9ed-442d-b4bc-f8c25102fd5b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1254 0.006750 10.0.0.56 - - [2025-10-09 02:31:51] "PUT /network-ipam/2ae4497d-d9ed-442d-b4bc-f8c25102fd5b HTTP/1.1" 200 258 0.016514 10.0.0.56 - - [2025-10-09 02:31:51] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 967 0.004436 10.0.0.56 - - [2025-10-09 02:31:51] "POST /network-ipams HTTP/1.1" 200 519 0.032820 10.0.0.56 - - [2025-10-09 02:31:51] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 1179 0.003655 10.0.0.56 - - [2025-10-09 02:31:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003471 10.0.0.56 - - [2025-10-09 02:31:51] "GET /network-ipam/2166ed26-4d53-411f-bb15-255320b3e509?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1254 0.006443 10.0.0.56 - - [2025-10-09 02:31:51] "PUT /network-ipam/2166ed26-4d53-411f-bb15-255320b3e509 HTTP/1.1" 200 258 0.015526 10.0.0.56 - - [2025-10-09 02:31:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003710 10.0.0.41 - - [2025-10-09 02:31:52] "GET /projects?obj_uuids=4454ad90-5455-46ef-9d46-112eef55140d&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000996 10.0.0.56 - - [2025-10-09 02:31:52] "GET /project/4454ad90-5455-46ef-9d46-112eef55140d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.064744 10.0.0.56 - - [2025-10-09 02:31:52] "POST /neutron/network HTTP/1.1" 200 117 0.031590 10.0.0.41 - - [2025-10-09 02:31:52] "POST /ref-update HTTP/1.1" 200 156 0.043698 10.0.0.41 - - [2025-10-09 02:31:53] "POST /useragent-kv HTTP/1.1" 200 115 0.004820 10.0.0.56 - - [2025-10-09 02:31:53] "POST /neutron/subnet HTTP/1.1" 200 823 0.215550 10.0.0.56 - - [2025-10-09 02:31:53] "POST /id-to-fqname HTTP/1.1" 200 227 0.001927 10.0.0.56 - - [2025-10-09 02:31:53] "GET /virtual-network/69f9a024-34c7-4ea8-adb9-da8eaa709e4c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.008231 10.0.0.56 - - [2025-10-09 02:31:53] "GET /virtual-network/69f9a024-34c7-4ea8-adb9-da8eaa709e4c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.011638 10.0.0.56 - - [2025-10-09 02:31:53] "POST /neutron/network HTTP/1.1" 200 1013 0.010421 10.0.0.56 - - [2025-10-09 02:31:53] "POST /neutron/network HTTP/1.1" 200 1013 0.009655 10.0.0.56 - - [2025-10-09 02:31:53] "GET /virtual-network/69f9a024-34c7-4ea8-adb9-da8eaa709e4c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.005486 10.0.0.56 - - [2025-10-09 02:31:53] "GET /network-ipam/5fd128dc-99ae-40a0-bc24-b95e4fe10fcd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1254 0.003709 10.0.0.56 - - [2025-10-09 02:31:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003479 10.0.0.41 - - [2025-10-09 02:31:53] "GET /projects?obj_uuids=4454ad90-5455-46ef-9d46-112eef55140d&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001368 10.0.0.56 - - [2025-10-09 02:31:53] "GET /project/4454ad90-5455-46ef-9d46-112eef55140d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.040219 10.0.0.41 - - [2025-10-09 02:31:53] "POST /useragent-kv HTTP/1.1" 200 115 0.009296 10.0.0.56 - - [2025-10-09 02:31:53] "POST /neutron/subnet HTTP/1.1" 200 725 0.239351 10.0.0.41 - - [2025-10-09 02:31:54] "POST /fqname-to-id HTTP/1.1" 404 207 0.031080 10.0.0.56 - - [2025-10-09 02:31:54] "POST /id-to-fqname HTTP/1.1" 200 227 0.001428 10.0.0.56 - - [2025-10-09 02:31:54] "GET /virtual-network/fe1777d1-12de-4a35-bbf7-46e2e76198af?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2644 0.007723 10.0.0.56 - - [2025-10-09 02:31:54] "POST /neutron/network HTTP/1.1" 200 1014 0.009326 10.0.0.56 - - [2025-10-09 02:31:54] "GET /virtual-network/fe1777d1-12de-4a35-bbf7-46e2e76198af?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2644 0.004986 10.0.0.56 - - [2025-10-09 02:31:54] "POST /neutron/subnet HTTP/1.1" 200 828 0.012286 10.0.0.56 - - [2025-10-09 02:31:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003514 10.0.0.41 - - [2025-10-09 02:31:54] "GET /projects?obj_uuids=4454ad90-5455-46ef-9d46-112eef55140d&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001218 10.0.0.56 - - [2025-10-09 02:31:54] "GET /project/4454ad90-5455-46ef-9d46-112eef55140d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.044043 10.0.0.41 - - [2025-10-09 02:31:54] "POST /route-targets HTTP/1.1" 200 327 0.012229 10.0.0.41 - - [2025-10-09 02:31:54] "POST /useragent-kv HTTP/1.1" 200 115 0.008231 10.0.0.56 - - [2025-10-09 02:31:54] "POST /neutron/subnet HTTP/1.1" 200 724 0.202830 10.0.0.56 - - [2025-10-09 02:31:55] "POST /id-to-fqname HTTP/1.1" 200 227 0.001453 10.0.0.56 - - [2025-10-09 02:31:55] "GET /virtual-network/d5445078-0191-4675-b9ca-2b576d51bff0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2644 0.009228 10.0.0.56 - - [2025-10-09 02:31:55] "POST /neutron/network HTTP/1.1" 200 1014 0.009062 10.0.0.56 - - [2025-10-09 02:31:55] "GET /virtual-network/d5445078-0191-4675-b9ca-2b576d51bff0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2644 0.004905 10.0.0.56 - - [2025-10-09 02:31:55] "POST /neutron/subnet HTTP/1.1" 200 828 0.011348 10.0.0.56 - - [2025-10-09 02:31:55] "GET /virtual-network/69f9a024-34c7-4ea8-adb9-da8eaa709e4c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.005957 10.0.0.41 - - [2025-10-09 02:31:56] "GET /obj-perms HTTP/1.1" 200 5042 0.053254 10.0.0.56 - - [2025-10-09 02:31:56] "GET /virtual-network/fe1777d1-12de-4a35-bbf7-46e2e76198af?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2644 0.005935 10.0.0.56 - - [2025-10-09 02:31:57] "GET /obj-perms HTTP/1.1" 200 5042 0.042998 10.0.0.19 - - [2025-10-09 02:31:57] "GET /obj-perms HTTP/1.1" 200 5042 0.051134 10.0.0.56 - - [2025-10-09 02:31:57] "GET /virtual-network/d5445078-0191-4675-b9ca-2b576d51bff0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2644 0.005795 10.0.0.56 - - [2025-10-09 02:31:57] "POST /fqname-to-id HTTP/1.1" 404 224 0.003753 10.0.0.56 - - [2025-10-09 02:31:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004036 10.0.0.41 - - [2025-10-09 02:31:57] "GET /projects?obj_uuids=4454ad90-5455-46ef-9d46-112eef55140d&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000951 10.0.0.56 - - [2025-10-09 02:31:57] "GET /project/4454ad90-5455-46ef-9d46-112eef55140d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.040482 10.0.0.56 - - [2025-10-09 02:31:58] "POST /network-policys HTTP/1.1" 200 559 0.030485 10.0.0.56 - - [2025-10-09 02:31:58] "GET /network-policy/8084b4d5-ea15-4ac7-80f9-156ff1731b53?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2144 0.006971 10.0.0.56 - - [2025-10-09 02:31:58] "POST /fqname-to-id HTTP/1.1" 404 224 0.002862 10.0.0.56 - - [2025-10-09 02:31:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.006327 10.0.0.41 - - [2025-10-09 02:31:58] "GET /projects?obj_uuids=4454ad90-5455-46ef-9d46-112eef55140d&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000975 10.0.0.56 - - [2025-10-09 02:31:58] "GET /project/4454ad90-5455-46ef-9d46-112eef55140d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.047386 10.0.0.56 - - [2025-10-09 02:31:58] "POST /network-policys HTTP/1.1" 200 559 0.032556 10.0.0.56 - - [2025-10-09 02:31:58] "GET /network-policy/9db42bea-71d5-4fb3-b4a3-873546ccd2b4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2977 0.005779 10.0.0.56 - - [2025-10-09 02:31:58] "POST /fqname-to-id HTTP/1.1" 404 224 0.002878 10.0.0.56 - - [2025-10-09 02:31:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003648 10.0.0.41 - - [2025-10-09 02:31:58] "GET /projects?obj_uuids=4454ad90-5455-46ef-9d46-112eef55140d&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001030 10.0.0.56 - - [2025-10-09 02:31:58] "GET /project/4454ad90-5455-46ef-9d46-112eef55140d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.059273 10.0.0.56 - - [2025-10-09 02:31:58] "POST /network-policys HTTP/1.1" 200 559 0.031312 10.0.0.56 - - [2025-10-09 02:31:58] "GET /network-policy/be2bc7d3-10d8-4e92-bc0f-b16ad58892e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3097 0.006471 10.0.0.41 - - [2025-10-09 02:31:58] "POST /access-control-lists HTTP/1.1" 200 597 0.045424 10.0.0.56 - - [2025-10-09 02:31:58] "POST /neutron/network HTTP/1.1" 200 1197 0.031149 10.0.0.56 - - [2025-10-09 02:31:58] "GET /virtual-network/69f9a024-34c7-4ea8-adb9-da8eaa709e4c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3243 0.007318 10.0.0.56 - - [2025-10-09 02:31:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003246 10.0.0.56 - - [2025-10-09 02:31:59] "GET /network-policy/8084b4d5-ea15-4ac7-80f9-156ff1731b53?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2144 0.004223 10.0.0.56 - - [2025-10-09 02:31:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003146 10.0.0.56 - - [2025-10-09 02:31:59] "GET /network-policy/9db42bea-71d5-4fb3-b4a3-873546ccd2b4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2977 0.004340 10.0.0.41 - - [2025-10-09 02:31:59] "POST /fqname-to-id HTTP/1.1" 404 207 0.008394 10.0.0.56 - - [2025-10-09 02:31:59] "POST /neutron/network HTTP/1.1" 200 1112 0.033014 10.0.0.56 - - [2025-10-09 02:31:59] "GET /virtual-network/fe1777d1-12de-4a35-bbf7-46e2e76198af?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2958 0.005298 10.0.0.56 - - [2025-10-09 02:31:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.002455 10.0.0.41 - - [2025-10-09 02:31:59] "POST /ref-update HTTP/1.1" 200 156 0.035454 10.0.0.56 - - [2025-10-09 02:31:59] "GET /network-policy/be2bc7d3-10d8-4e92-bc0f-b16ad58892e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3097 0.005469 10.0.0.56 - - [2025-10-09 02:31:59] "POST /id-to-fqname HTTP/1.1" 200 227 0.001195 10.0.0.41 - - [2025-10-09 02:32:00] "GET /projects?obj_uuids=4454ad90-5455-46ef-9d46-112eef55140d&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001008 10.0.0.56 - - [2025-10-09 02:32:00] "GET /project/4454ad90-5455-46ef-9d46-112eef55140d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.066190 10.0.0.56 - - [2025-10-09 02:32:00] "POST /neutron/port HTTP/1.1" 200 117 0.006955 10.0.0.56 - - [2025-10-09 02:32:00] "POST /id-to-fqname HTTP/1.1" 200 227 0.001395 10.0.0.56 - - [2025-10-09 02:32:01] "POST /neutron/network HTTP/1.1" 200 1122 0.010866 10.0.0.56 - - [2025-10-09 02:32:01] "POST /neutron/port HTTP/1.1" 200 1172 0.023156 10.0.0.41 - - [2025-10-09 02:32:01] "GET /projects?obj_uuids=4454ad90-5455-46ef-9d46-112eef55140d&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000953 10.0.0.56 - - [2025-10-09 02:32:01] "GET /project/4454ad90-5455-46ef-9d46-112eef55140d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.069679 10.0.0.56 - - [2025-10-09 02:32:01] "POST /neutron/network HTTP/1.1" 200 1112 0.055991 10.0.0.56 - - [2025-10-09 02:32:02] "POST /neutron/floatingip HTTP/1.1" 200 117 0.007084 10.0.0.56 - - [2025-10-09 02:32:02] "POST /neutron/port HTTP/1.1" 200 1200 0.020432 10.0.0.56 - - [2025-10-09 02:32:02] "POST /neutron/network HTTP/1.1" 200 1197 0.008150 10.0.0.56 - - [2025-10-09 02:32:02] "POST /id-to-fqname HTTP/1.1" 200 227 0.001317 10.0.0.56 - - [2025-10-09 02:32:02] "POST /neutron/security_group HTTP/1.1" 200 2064 0.008287 10.0.0.41 - - [2025-10-09 02:32:02] "GET /projects?obj_uuids=4454ad90-5455-46ef-9d46-112eef55140d&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001105 10.0.0.41 - - [2025-10-09 02:32:02] "DELETE /project/4454ad90545546ef9d46112eef55140d HTTP/1.1" 404 173 0.006398 10.0.0.41 - - [2025-10-09 02:32:02] "GET /projects?obj_uuids=0b4d2178-9a44-4ef0-886b-5e0d37925db5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001611 10.0.0.41 - - [2025-10-09 02:32:02] "GET /project/0b4d2178-9a44-4ef0-886b-5e0d37925db5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1466 0.053374 10.0.0.41 - - [2025-10-09 02:32:02] "GET /projects?obj_uuids=0b4d2178-9a44-4ef0-886b-5e0d37925db5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000955 10.0.0.41 - - [2025-10-09 02:32:03] "GET /project/0b4d2178-9a44-4ef0-886b-5e0d37925db5?fields=security_groups HTTP/1.1" 200 1361 0.070382 10.0.0.56 - - [2025-10-09 02:32:03] "POST /neutron/port HTTP/1.1" 200 1173 0.476191 10.0.0.41 - - [2025-10-09 02:32:03] "DELETE /security-group/942f1482-d1c3-4996-b039-9e925237ff80 HTTP/1.1" 200 115 0.081229 10.0.0.41 - - [2025-10-09 02:32:03] "GET /projects?obj_uuids=0b4d2178-9a44-4ef0-886b-5e0d37925db5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001123 10.0.0.41 - - [2025-10-09 02:32:03] "DELETE /access-control-list/91580d77-9654-40ad-89bc-83f22ef17d26 HTTP/1.1" 200 115 0.065211 10.0.0.41 - - [2025-10-09 02:32:03] "GET /project/0b4d2178-9a44-4ef0-886b-5e0d37925db5?fields=application_policy_sets HTTP/1.1" 200 1400 0.068600 10.0.0.56 - - [2025-10-09 02:32:03] "POST /neutron/port HTTP/1.1" 200 1227 0.168225 10.0.0.41 - - [2025-10-09 02:32:03] "DELETE /project/0b4d2178-9a44-4ef0-886b-5e0d37925db5 HTTP/1.1" 200 115 0.550323 10.0.0.41 - - [2025-10-09 02:32:03] "GET /projects?obj_uuids=4454ad90-5455-46ef-9d46-112eef55140d&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001281 10.0.0.56 - - [2025-10-09 02:32:03] "GET /project/4454ad90-5455-46ef-9d46-112eef55140d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.078691 10.0.0.56 - - [2025-10-09 02:32:03] "POST /neutron/network HTTP/1.1" 200 1014 0.013105 10.0.0.56 - - [2025-10-09 02:32:03] "POST /neutron/port HTTP/1.1" 200 117 0.001169 10.0.0.56 - - [2025-10-09 02:32:03] "POST /neutron/port HTTP/1.1" 200 2283 0.032244 10.0.0.56 - - [2025-10-09 02:32:03] "POST /neutron/port HTTP/1.1" 200 1200 0.016920 10.0.0.56 - - [2025-10-09 02:32:04] "POST /neutron/security_group HTTP/1.1" 200 2064 0.008563 10.0.0.56 - - [2025-10-09 02:32:04] "POST /neutron/network HTTP/1.1" 200 1024 0.009156 10.0.0.56 - - [2025-10-09 02:32:04] "POST /neutron/security_group HTTP/1.1" 200 2064 0.025285 10.0.0.56 - - [2025-10-09 02:32:04] "GET /virtual-machine/52bffe48-1dab-4351-a46d-a0de6ffef9d6 HTTP/1.1" 401 292 0.000460 10.0.0.56 - - [2025-10-09 02:32:04] "GET /virtual-machine/52bffe48-1dab-4351-a46d-a0de6ffef9d6 HTTP/1.1" 200 1298 0.053534 10.0.0.56 - - [2025-10-09 02:32:04] "GET /virtual-machine/52bffe48-1dab-4351-a46d-a0de6ffef9d6 HTTP/1.1" 200 1298 0.004787 10.0.0.56 - - [2025-10-09 02:32:04] "POST /neutron/port HTTP/1.1" 200 1227 0.152046 10.0.0.56 - - [2025-10-09 02:32:04] "GET /virtual-machine-interface/18ff2e34-e1ff-4e57-b097-91e1d166a2c4 HTTP/1.1" 200 3168 0.005264 10.0.0.56 - - [2025-10-09 02:32:04] "GET /virtual-machine/52bffe48-1dab-4351-a46d-a0de6ffef9d6 HTTP/1.1" 200 1298 0.003446 10.0.0.56 - - [2025-10-09 02:32:04] "GET /virtual-machine-interface/18ff2e34-e1ff-4e57-b097-91e1d166a2c4 HTTP/1.1" 200 3168 0.005696 10.0.0.56 - - [2025-10-09 02:32:04] "GET /instance-ip/47f63689-16b3-4bd4-84d2-7ad9e848d467 HTTP/1.1" 200 1632 0.005147 10.0.0.56 - - [2025-10-09 02:32:04] "GET /instance-ip/ba332c29-33bc-4a6f-ae5c-47b4f180687b HTTP/1.1" 200 1653 0.005055 10.0.0.56 - - [2025-10-09 02:32:04] "GET /virtual-machine/52bffe48-1dab-4351-a46d-a0de6ffef9d6 HTTP/1.1" 200 1298 0.002773 10.0.0.56 - - [2025-10-09 02:32:04] "GET /virtual-machine-interface/18ff2e34-e1ff-4e57-b097-91e1d166a2c4 HTTP/1.1" 200 3168 0.005318 10.0.0.56 - - [2025-10-09 02:32:04] "GET /instance-ip/47f63689-16b3-4bd4-84d2-7ad9e848d467 HTTP/1.1" 200 1632 0.003853 10.0.0.56 - - [2025-10-09 02:32:04] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003161 10.0.0.56 - - [2025-10-09 02:32:04] "GET /instance-ip/ba332c29-33bc-4a6f-ae5c-47b4f180687b HTTP/1.1" 200 1653 0.003660 10.0.0.56 - - [2025-10-09 02:32:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003011 10.0.0.56 - - [2025-10-09 02:32:04] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003090 10.0.0.56 - - [2025-10-09 02:32:04] "GET /virtual-networks?parent_id=4454ad90-5455-46ef-9d46-112eef55140d&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003033 10.0.0.56 - - [2025-10-09 02:32:04] "POST /neutron/port HTTP/1.1" 200 117 0.000929 10.0.0.56 - - [2025-10-09 02:32:05] "GET /virtual-network/69f9a024-34c7-4ea8-adb9-da8eaa709e4c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3243 0.005780 10.0.0.56 - - [2025-10-09 02:32:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003781 10.0.0.56 - - [2025-10-09 02:32:05] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005007 10.0.0.56 - - [2025-10-09 02:32:05] "GET /virtual-networks?parent_id=4454ad90-5455-46ef-9d46-112eef55140d&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003362 10.0.0.56 - - [2025-10-09 02:32:05] "GET /virtual-network/69f9a024-34c7-4ea8-adb9-da8eaa709e4c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3243 0.006465 10.0.0.56 - - [2025-10-09 02:32:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.009239 10.0.0.56 - - [2025-10-09 02:32:05] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004469 10.0.0.56 - - [2025-10-09 02:32:05] "GET /virtual-networks?parent_id=4454ad90-5455-46ef-9d46-112eef55140d&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003025 10.0.0.56 - - [2025-10-09 02:32:05] "GET /virtual-network/69f9a024-34c7-4ea8-adb9-da8eaa709e4c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3243 0.006226 10.0.0.56 - - [2025-10-09 02:32:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003839 10.0.0.56 - - [2025-10-09 02:32:05] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003593 10.0.0.56 - - [2025-10-09 02:32:05] "GET /virtual-networks?parent_id=4454ad90-5455-46ef-9d46-112eef55140d&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.004330 10.0.0.56 - - [2025-10-09 02:32:05] "GET /virtual-network/69f9a024-34c7-4ea8-adb9-da8eaa709e4c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3243 0.006604 10.0.0.56 - - [2025-10-09 02:32:05] "POST /neutron/port HTTP/1.1" 200 1201 0.018785 10.0.0.56 - - [2025-10-09 02:32:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004072 10.0.0.56 - - [2025-10-09 02:32:05] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004285 10.0.0.56 - - [2025-10-09 02:32:05] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003860 10.0.0.56 - - [2025-10-09 02:32:05] "GET /virtual-networks?parent_id=4454ad90-5455-46ef-9d46-112eef55140d&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.004764 10.0.0.56 - - [2025-10-09 02:32:05] "POST /neutron/port HTTP/1.1" 200 117 0.001195 10.0.0.56 - - [2025-10-09 02:32:05] "GET /virtual-network/69f9a024-34c7-4ea8-adb9-da8eaa709e4c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3243 0.006000 10.0.0.56 - - [2025-10-09 02:32:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003809 10.0.0.56 - - [2025-10-09 02:32:08] "GET /virtual-network/69f9a024-34c7-4ea8-adb9-da8eaa709e4c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3243 0.006001 10.0.0.56 - - [2025-10-09 02:32:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004008 10.0.0.56 - - [2025-10-09 02:32:12] "GET /virtual-network/69f9a024-34c7-4ea8-adb9-da8eaa709e4c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3243 0.005072 10.0.0.56 - - [2025-10-09 02:32:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.005741 10.0.0.56 - - [2025-10-09 02:32:16] "GET /virtual-network/69f9a024-34c7-4ea8-adb9-da8eaa709e4c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3243 0.007085 10.0.0.41 - - [2025-10-09 02:32:19] "GET /obj-perms HTTP/1.1" 200 5056 0.042563 10.0.0.56 - - [2025-10-09 02:32:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003725 10.0.0.56 - - [2025-10-09 02:32:20] "GET /virtual-network/69f9a024-34c7-4ea8-adb9-da8eaa709e4c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3243 0.005883 10.0.0.56 - - [2025-10-09 02:32:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003778 10.0.0.56 - - [2025-10-09 02:32:25] "GET /virtual-network/69f9a024-34c7-4ea8-adb9-da8eaa709e4c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3243 0.006739 10.0.0.56 - - [2025-10-09 02:32:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.004012 10.0.0.56 - - [2025-10-09 02:32:29] "GET /virtual-network/69f9a024-34c7-4ea8-adb9-da8eaa709e4c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3243 0.005931 10.0.0.56 - - [2025-10-09 02:32:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003899 10.0.0.56 - - [2025-10-09 02:32:33] "GET /virtual-network/69f9a024-34c7-4ea8-adb9-da8eaa709e4c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3243 0.005839 10.0.0.56 - - [2025-10-09 02:32:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.004407 10.0.0.56 - - [2025-10-09 02:32:37] "GET /virtual-network/69f9a024-34c7-4ea8-adb9-da8eaa709e4c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3243 0.005804 10.0.0.56 - - [2025-10-09 02:32:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003751 10.0.0.56 - - [2025-10-09 02:32:41] "GET /virtual-network/69f9a024-34c7-4ea8-adb9-da8eaa709e4c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3243 0.005345 10.0.0.56 - - [2025-10-09 02:32:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003580 10.0.0.56 - - [2025-10-09 02:32:45] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003933 10.0.0.56 - - [2025-10-09 02:32:45] "GET /virtual-networks?parent_id=4454ad90-5455-46ef-9d46-112eef55140d&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.002894 10.0.0.56 - - [2025-10-09 02:32:45] "GET /virtual-network/69f9a024-34c7-4ea8-adb9-da8eaa709e4c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3243 0.006587 10.0.0.56 - - [2025-10-09 02:32:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003938 10.0.0.56 - - [2025-10-09 02:32:45] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004019 10.0.0.56 - - [2025-10-09 02:32:45] "GET /virtual-networks?parent_id=4454ad90-5455-46ef-9d46-112eef55140d&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.002910 10.0.0.56 - - [2025-10-09 02:32:45] "GET /virtual-network/69f9a024-34c7-4ea8-adb9-da8eaa709e4c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3243 0.006328 10.0.0.56 - - [2025-10-09 02:32:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.002953 10.0.0.56 - - [2025-10-09 02:32:45] "GET /routing-instance/bc429c3f-67c6-49bd-9f1c-2f88257c3420?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1798 0.004623 10.0.0.56 - - [2025-10-09 02:32:45] "GET /route-target/fc86ced8-0910-404a-b44b-d147ed69b6f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.003733 10.0.0.56 - - [2025-10-09 02:32:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004045 10.0.0.56 - - [2025-10-09 02:32:46] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003727 10.0.0.56 - - [2025-10-09 02:32:46] "GET /virtual-networks?parent_id=4454ad90-5455-46ef-9d46-112eef55140d&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003069 10.0.0.56 - - [2025-10-09 02:32:46] "GET /virtual-network/69f9a024-34c7-4ea8-adb9-da8eaa709e4c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3243 0.006874 10.0.0.56 - - [2025-10-09 02:32:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003647 10.0.0.56 - - [2025-10-09 02:32:46] "GET /routing-instance/bc429c3f-67c6-49bd-9f1c-2f88257c3420?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1798 0.004747 10.0.0.56 - - [2025-10-09 02:32:46] "GET /route-target/fc86ced8-0910-404a-b44b-d147ed69b6f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.003802 10.0.0.56 - - [2025-10-09 02:32:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003720 10.0.0.56 - - [2025-10-09 02:32:46] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004259 10.0.0.56 - - [2025-10-09 02:32:46] "GET /virtual-networks?parent_id=4454ad90-5455-46ef-9d46-112eef55140d&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.002981 10.0.0.56 - - [2025-10-09 02:32:46] "GET /virtual-network/69f9a024-34c7-4ea8-adb9-da8eaa709e4c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3243 0.006411 10.0.0.56 - - [2025-10-09 02:32:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004138 10.0.0.56 - - [2025-10-09 02:32:46] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004647 10.0.0.56 - - [2025-10-09 02:32:46] "GET /virtual-networks?parent_id=4454ad90-5455-46ef-9d46-112eef55140d&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003169 10.0.0.56 - - [2025-10-09 02:32:46] "GET /virtual-network/69f9a024-34c7-4ea8-adb9-da8eaa709e4c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3243 0.006562 10.0.0.56 - - [2025-10-09 02:32:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003261 10.0.0.56 - - [2025-10-09 02:32:46] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004210 10.0.0.56 - - [2025-10-09 02:32:46] "GET /virtual-networks?parent_id=4454ad90-5455-46ef-9d46-112eef55140d&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003407 10.0.0.56 - - [2025-10-09 02:32:46] "GET /virtual-network/69f9a024-34c7-4ea8-adb9-da8eaa709e4c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3243 0.007617 10.0.0.56 - - [2025-10-09 02:32:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004273 10.0.0.56 - - [2025-10-09 02:32:46] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.006212 10.0.0.56 - - [2025-10-09 02:32:46] "GET /virtual-networks?parent_id=4454ad90-5455-46ef-9d46-112eef55140d&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.004361 10.0.0.56 - - [2025-10-09 02:32:46] "GET /virtual-network/69f9a024-34c7-4ea8-adb9-da8eaa709e4c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3243 0.009741 10.0.0.56 - - [2025-10-09 02:32:46] "GET /obj-perms HTTP/1.1" 200 5042 0.003722 10.0.0.56 - - [2025-10-09 02:32:46] "GET /obj-perms HTTP/1.1" 200 5042 0.004666 10.0.0.41 - - [2025-10-09 02:32:46] "GET /obj-perms HTTP/1.1" 200 5042 0.004260 10.0.0.56 - - [2025-10-09 02:32:47] "GET /obj-perms HTTP/1.1" 200 5042 0.004072 10.0.0.56 - - [2025-10-09 02:32:47] "GET /obj-perms HTTP/1.1" 200 5042 0.004303 10.0.0.56 - - [2025-10-09 02:32:47] "POST /neutron/security_group HTTP/1.1" 200 2064 0.009550 10.0.0.56 - - [2025-10-09 02:32:47] "POST /neutron/port HTTP/1.1" 200 1201 0.021674 10.0.0.56 - - [2025-10-09 02:32:47] "POST /neutron/security_group HTTP/1.1" 200 2064 0.007670 10.0.0.56 - - [2025-10-09 02:32:47] "GET /virtual-machine/a3aafd68-74da-4e98-bcba-b605c69ac830 HTTP/1.1" 200 1299 0.006021 10.0.0.56 - - [2025-10-09 02:32:47] "GET /virtual-machine/a3aafd68-74da-4e98-bcba-b605c69ac830 HTTP/1.1" 200 1299 0.004350 10.0.0.56 - - [2025-10-09 02:32:47] "GET /virtual-machine-interface/0a7aa480-1b72-4102-895b-6913042b740d HTTP/1.1" 200 3166 0.005655 10.0.0.56 - - [2025-10-09 02:32:47] "GET /virtual-machine/a3aafd68-74da-4e98-bcba-b605c69ac830 HTTP/1.1" 200 1299 0.004476 10.0.0.56 - - [2025-10-09 02:32:47] "GET /virtual-machine-interface/0a7aa480-1b72-4102-895b-6913042b740d HTTP/1.1" 200 3166 0.005860 10.0.0.56 - - [2025-10-09 02:32:47] "GET /instance-ip/56dc907c-9efb-459f-9f55-6702de0a5776 HTTP/1.1" 200 1633 0.006087 10.0.0.56 - - [2025-10-09 02:32:47] "GET /instance-ip/c61d1413-f6c9-4c62-b81e-165e3fb9531a HTTP/1.1" 200 1654 0.006303 10.0.0.56 - - [2025-10-09 02:32:47] "GET /virtual-machine/a3aafd68-74da-4e98-bcba-b605c69ac830 HTTP/1.1" 200 1299 0.005042 10.0.0.56 - - [2025-10-09 02:32:47] "GET /virtual-machine-interface/0a7aa480-1b72-4102-895b-6913042b740d HTTP/1.1" 200 3166 0.007274 10.0.0.56 - - [2025-10-09 02:32:47] "GET /instance-ip/56dc907c-9efb-459f-9f55-6702de0a5776 HTTP/1.1" 200 1633 0.005087 10.0.0.56 - - [2025-10-09 02:32:47] "GET /instance-ip/c61d1413-f6c9-4c62-b81e-165e3fb9531a HTTP/1.1" 200 1654 0.005030 10.0.0.56 - - [2025-10-09 02:32:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004594 10.0.0.56 - - [2025-10-09 02:32:47] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004525 10.0.0.56 - - [2025-10-09 02:32:47] "GET /virtual-networks?parent_id=4454ad90-5455-46ef-9d46-112eef55140d&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003542 10.0.0.56 - - [2025-10-09 02:32:47] "GET /virtual-network/fe1777d1-12de-4a35-bbf7-46e2e76198af?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2958 0.006304 10.0.0.56 - - [2025-10-09 02:32:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003618 10.0.0.56 - - [2025-10-09 02:32:47] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004570 10.0.0.56 - - [2025-10-09 02:32:47] "GET /virtual-networks?parent_id=4454ad90-5455-46ef-9d46-112eef55140d&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003353 10.0.0.56 - - [2025-10-09 02:32:47] "GET /virtual-network/fe1777d1-12de-4a35-bbf7-46e2e76198af?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2958 0.006346 10.0.0.56 - - [2025-10-09 02:32:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003795 10.0.0.56 - - [2025-10-09 02:32:47] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004197 10.0.0.56 - - [2025-10-09 02:32:47] "GET /virtual-networks?parent_id=4454ad90-5455-46ef-9d46-112eef55140d&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.004431 10.0.0.56 - - [2025-10-09 02:32:47] "GET /virtual-network/fe1777d1-12de-4a35-bbf7-46e2e76198af?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2958 0.006037 10.0.0.56 - - [2025-10-09 02:32:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004149 10.0.0.56 - - [2025-10-09 02:32:48] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004724 10.0.0.56 - - [2025-10-09 02:32:48] "GET /virtual-networks?parent_id=4454ad90-5455-46ef-9d46-112eef55140d&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003573 10.0.0.56 - - [2025-10-09 02:32:48] "GET /virtual-network/fe1777d1-12de-4a35-bbf7-46e2e76198af?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2958 0.006624 10.0.0.56 - - [2025-10-09 02:32:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004236 10.0.0.56 - - [2025-10-09 02:32:48] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005477 10.0.0.56 - - [2025-10-09 02:32:48] "GET /virtual-networks?parent_id=4454ad90-5455-46ef-9d46-112eef55140d&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003815 10.0.0.56 - - [2025-10-09 02:32:48] "GET /virtual-network/fe1777d1-12de-4a35-bbf7-46e2e76198af?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2958 0.006301 10.0.0.56 - - [2025-10-09 02:32:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003654 10.0.0.56 - - [2025-10-09 02:32:49] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004945 10.0.0.56 - - [2025-10-09 02:32:49] "GET /virtual-networks?parent_id=4454ad90-5455-46ef-9d46-112eef55140d&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003113 10.0.0.56 - - [2025-10-09 02:32:49] "GET /virtual-network/fe1777d1-12de-4a35-bbf7-46e2e76198af?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2958 0.006134 10.0.0.56 - - [2025-10-09 02:32:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004011 10.0.0.56 - - [2025-10-09 02:32:49] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003712 10.0.0.56 - - [2025-10-09 02:32:49] "GET /virtual-networks?parent_id=4454ad90-5455-46ef-9d46-112eef55140d&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003224 10.0.0.56 - - [2025-10-09 02:32:49] "GET /virtual-network/fe1777d1-12de-4a35-bbf7-46e2e76198af?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2958 0.006882 10.0.0.56 - - [2025-10-09 02:32:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004130 10.0.0.56 - - [2025-10-09 02:32:49] "GET /routing-instance/c6b49d20-26c7-47e7-8d4f-b639de83f6e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1798 0.004699 10.0.0.56 - - [2025-10-09 02:32:49] "GET /route-target/2a8e6c27-efa1-4c1c-97d9-99ca581fdff9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.003855 10.0.0.56 - - [2025-10-09 02:32:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003911 10.0.0.56 - - [2025-10-09 02:32:49] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004373 10.0.0.56 - - [2025-10-09 02:32:49] "GET /virtual-networks?parent_id=4454ad90-5455-46ef-9d46-112eef55140d&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003294 10.0.0.56 - - [2025-10-09 02:32:49] "GET /virtual-network/fe1777d1-12de-4a35-bbf7-46e2e76198af?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2958 0.005675 10.0.0.56 - - [2025-10-09 02:32:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004353 10.0.0.56 - - [2025-10-09 02:32:49] "GET /routing-instance/c6b49d20-26c7-47e7-8d4f-b639de83f6e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1798 0.004295 10.0.0.56 - - [2025-10-09 02:32:49] "GET /route-target/2a8e6c27-efa1-4c1c-97d9-99ca581fdff9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004308 10.0.0.56 - - [2025-10-09 02:32:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003605 10.0.0.56 - - [2025-10-09 02:32:50] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004912 10.0.0.56 - - [2025-10-09 02:32:50] "GET /virtual-networks?parent_id=4454ad90-5455-46ef-9d46-112eef55140d&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003289 10.0.0.56 - - [2025-10-09 02:32:50] "GET /virtual-network/fe1777d1-12de-4a35-bbf7-46e2e76198af?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2958 0.006137 10.0.0.56 - - [2025-10-09 02:32:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003983 10.0.0.56 - - [2025-10-09 02:32:50] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004431 10.0.0.56 - - [2025-10-09 02:32:50] "GET /virtual-networks?parent_id=4454ad90-5455-46ef-9d46-112eef55140d&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003595 10.0.0.56 - - [2025-10-09 02:32:50] "GET /virtual-network/fe1777d1-12de-4a35-bbf7-46e2e76198af?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2958 0.006245 10.0.0.56 - - [2025-10-09 02:32:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003699 10.0.0.56 - - [2025-10-09 02:32:50] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.008634 10.0.0.56 - - [2025-10-09 02:32:50] "GET /virtual-networks?parent_id=4454ad90-5455-46ef-9d46-112eef55140d&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.004263 10.0.0.56 - - [2025-10-09 02:32:50] "GET /virtual-network/fe1777d1-12de-4a35-bbf7-46e2e76198af?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2958 0.006156 10.0.0.56 - - [2025-10-09 02:32:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003607 10.0.0.56 - - [2025-10-09 02:32:50] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004378 10.0.0.56 - - [2025-10-09 02:32:50] "GET /virtual-networks?parent_id=4454ad90-5455-46ef-9d46-112eef55140d&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003708 10.0.0.56 - - [2025-10-09 02:32:50] "GET /virtual-network/fe1777d1-12de-4a35-bbf7-46e2e76198af?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2958 0.006138 10.0.0.56 - - [2025-10-09 02:32:50] "GET /obj-perms HTTP/1.1" 200 5042 0.005214 10.0.0.41 - - [2025-10-09 02:32:50] "GET /obj-perms HTTP/1.1" 200 5042 0.005643 10.0.0.56 - - [2025-10-09 02:32:50] "GET /obj-perms HTTP/1.1" 200 5042 0.005344 10.0.0.41 - - [2025-10-09 02:32:50] "GET /obj-perms HTTP/1.1" 200 5042 0.005800 10.0.0.19 - - [2025-10-09 02:32:50] "GET /obj-perms HTTP/1.1" 200 5042 0.003999 10.0.0.56 - - [2025-10-09 02:32:50] "POST /neutron/port HTTP/1.1" 200 1201 0.019404 10.0.0.56 - - [2025-10-09 02:32:51] "POST /neutron/security_group HTTP/1.1" 200 2064 0.009369 10.0.0.56 - - [2025-10-09 02:32:51] "GET /virtual-machine/999d0079-67ae-4506-a154-edfeac605060 HTTP/1.1" 200 1299 0.007521 10.0.0.56 - - [2025-10-09 02:32:51] "GET /virtual-machine/999d0079-67ae-4506-a154-edfeac605060 HTTP/1.1" 200 1299 0.004640 10.0.0.56 - - [2025-10-09 02:32:51] "GET /virtual-machine-interface/6f727ac1-41b6-42d3-9b1f-dabebbabce31 HTTP/1.1" 200 3168 0.006069 10.0.0.56 - - [2025-10-09 02:32:51] "GET /virtual-machine/999d0079-67ae-4506-a154-edfeac605060 HTTP/1.1" 200 1299 0.004478 10.0.0.56 - - [2025-10-09 02:32:51] "GET /virtual-machine-interface/6f727ac1-41b6-42d3-9b1f-dabebbabce31 HTTP/1.1" 200 3168 0.005836 10.0.0.56 - - [2025-10-09 02:32:51] "GET /instance-ip/5dfd79b3-ebe7-4aad-8498-282bbe135ceb HTTP/1.1" 200 1632 0.006830 10.0.0.56 - - [2025-10-09 02:32:51] "GET /instance-ip/d88f7b6a-591c-47b9-ad89-295d580743b0 HTTP/1.1" 200 1654 0.007406 10.0.0.56 - - [2025-10-09 02:32:51] "GET /virtual-machine/999d0079-67ae-4506-a154-edfeac605060 HTTP/1.1" 200 1299 0.006555 10.0.0.56 - - [2025-10-09 02:32:51] "GET /virtual-machine-interface/6f727ac1-41b6-42d3-9b1f-dabebbabce31 HTTP/1.1" 200 3168 0.007433 10.0.0.56 - - [2025-10-09 02:32:51] "GET /instance-ip/5dfd79b3-ebe7-4aad-8498-282bbe135ceb HTTP/1.1" 200 1632 0.004925 10.0.0.56 - - [2025-10-09 02:32:51] "GET /instance-ip/d88f7b6a-591c-47b9-ad89-295d580743b0 HTTP/1.1" 200 1654 0.004190 10.0.0.56 - - [2025-10-09 02:32:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004035 10.0.0.56 - - [2025-10-09 02:32:51] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003798 10.0.0.56 - - [2025-10-09 02:32:51] "GET /virtual-networks?parent_id=4454ad90-5455-46ef-9d46-112eef55140d&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003476 10.0.0.56 - - [2025-10-09 02:32:51] "GET /virtual-network/d5445078-0191-4675-b9ca-2b576d51bff0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2644 0.006911 10.0.0.56 - - [2025-10-09 02:32:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004896 10.0.0.56 - - [2025-10-09 02:32:51] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005240 10.0.0.56 - - [2025-10-09 02:32:51] "GET /virtual-networks?parent_id=4454ad90-5455-46ef-9d46-112eef55140d&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003939 10.0.0.56 - - [2025-10-09 02:32:51] "GET /virtual-network/d5445078-0191-4675-b9ca-2b576d51bff0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2644 0.006852 10.0.0.56 - - [2025-10-09 02:32:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.005008 10.0.0.56 - - [2025-10-09 02:32:51] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.006491 10.0.0.56 - - [2025-10-09 02:32:51] "GET /virtual-networks?parent_id=4454ad90-5455-46ef-9d46-112eef55140d&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.004430 10.0.0.56 - - [2025-10-09 02:32:51] "GET /virtual-network/d5445078-0191-4675-b9ca-2b576d51bff0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2644 0.005843 10.0.0.56 - - [2025-10-09 02:32:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004088 10.0.0.56 - - [2025-10-09 02:32:51] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.006306 10.0.0.56 - - [2025-10-09 02:32:51] "GET /virtual-networks?parent_id=4454ad90-5455-46ef-9d46-112eef55140d&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.004305 10.0.0.56 - - [2025-10-09 02:32:51] "GET /virtual-network/d5445078-0191-4675-b9ca-2b576d51bff0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2644 0.007339 10.0.0.56 - - [2025-10-09 02:32:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003119 10.0.0.56 - - [2025-10-09 02:32:51] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004265 10.0.0.56 - - [2025-10-09 02:32:51] "GET /virtual-networks?parent_id=4454ad90-5455-46ef-9d46-112eef55140d&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003011 10.0.0.56 - - [2025-10-09 02:32:51] "GET /virtual-network/d5445078-0191-4675-b9ca-2b576d51bff0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2644 0.005681 10.0.0.56 - - [2025-10-09 02:32:52] "POST /neutron/port HTTP/1.1" 200 1201 0.016555 10.0.0.56 - - [2025-10-09 02:32:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003929 10.0.0.56 - - [2025-10-09 02:32:53] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004099 10.0.0.56 - - [2025-10-09 02:32:53] "GET /virtual-networks?parent_id=4454ad90-5455-46ef-9d46-112eef55140d&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003172 10.0.0.56 - - [2025-10-09 02:32:53] "GET /virtual-network/d5445078-0191-4675-b9ca-2b576d51bff0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2644 0.006076 10.0.0.56 - - [2025-10-09 02:32:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004026 10.0.0.56 - - [2025-10-09 02:32:53] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004605 10.0.0.56 - - [2025-10-09 02:32:53] "GET /virtual-networks?parent_id=4454ad90-5455-46ef-9d46-112eef55140d&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003623 10.0.0.56 - - [2025-10-09 02:32:53] "GET /virtual-network/d5445078-0191-4675-b9ca-2b576d51bff0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2644 0.008322 10.0.0.56 - - [2025-10-09 02:32:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003783 10.0.0.56 - - [2025-10-09 02:32:53] "GET /routing-instance/f9f13d8b-1f1f-40e6-ba58-e7732603caa1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1486 0.004561 10.0.0.56 - - [2025-10-09 02:32:53] "GET /route-target/4624a1fc-80e6-41fc-9309-be8733f7c453?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004406 10.0.0.56 - - [2025-10-09 02:32:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003843 10.0.0.56 - - [2025-10-09 02:32:53] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003763 10.0.0.56 - - [2025-10-09 02:32:53] "GET /virtual-networks?parent_id=4454ad90-5455-46ef-9d46-112eef55140d&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003083 10.0.0.56 - - [2025-10-09 02:32:53] "GET /virtual-network/d5445078-0191-4675-b9ca-2b576d51bff0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2644 0.006676 10.0.0.56 - - [2025-10-09 02:32:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003211 10.0.0.56 - - [2025-10-09 02:32:53] "GET /routing-instance/f9f13d8b-1f1f-40e6-ba58-e7732603caa1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1486 0.005452 10.0.0.56 - - [2025-10-09 02:32:53] "GET /route-target/4624a1fc-80e6-41fc-9309-be8733f7c453?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.005154 10.0.0.56 - - [2025-10-09 02:32:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003740 10.0.0.56 - - [2025-10-09 02:32:53] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.009053 10.0.0.56 - - [2025-10-09 02:32:53] "GET /virtual-networks?parent_id=4454ad90-5455-46ef-9d46-112eef55140d&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003798 10.0.0.56 - - [2025-10-09 02:32:53] "GET /virtual-network/d5445078-0191-4675-b9ca-2b576d51bff0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2644 0.006054 10.0.0.56 - - [2025-10-09 02:32:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004009 10.0.0.56 - - [2025-10-09 02:32:53] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004215 10.0.0.56 - - [2025-10-09 02:32:53] "GET /virtual-networks?parent_id=4454ad90-5455-46ef-9d46-112eef55140d&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.002954 10.0.0.56 - - [2025-10-09 02:32:53] "GET /virtual-network/d5445078-0191-4675-b9ca-2b576d51bff0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2644 0.006040 10.0.0.56 - - [2025-10-09 02:32:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003822 10.0.0.56 - - [2025-10-09 02:32:54] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004452 10.0.0.56 - - [2025-10-09 02:32:54] "GET /virtual-networks?parent_id=4454ad90-5455-46ef-9d46-112eef55140d&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003520 10.0.0.56 - - [2025-10-09 02:32:54] "GET /virtual-network/d5445078-0191-4675-b9ca-2b576d51bff0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2644 0.006340 10.0.0.56 - - [2025-10-09 02:32:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003608 10.0.0.56 - - [2025-10-09 02:32:54] "POST /neutron/security_group HTTP/1.1" 200 2064 0.008195 10.0.0.56 - - [2025-10-09 02:32:54] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003725 10.0.0.56 - - [2025-10-09 02:32:54] "GET /virtual-networks?parent_id=4454ad90-5455-46ef-9d46-112eef55140d&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003008 10.0.0.56 - - [2025-10-09 02:32:54] "GET /virtual-network/d5445078-0191-4675-b9ca-2b576d51bff0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2644 0.007480 10.0.0.56 - - [2025-10-09 02:32:54] "GET /obj-perms HTTP/1.1" 200 5042 0.004051 10.0.0.41 - - [2025-10-09 02:32:54] "GET /obj-perms HTTP/1.1" 200 5042 0.005009 10.0.0.56 - - [2025-10-09 02:32:54] "GET /obj-perms HTTP/1.1" 200 5042 0.004634 10.0.0.56 - - [2025-10-09 02:32:54] "GET /obj-perms HTTP/1.1" 200 5042 0.003903 10.0.0.56 - - [2025-10-09 02:32:54] "GET /obj-perms HTTP/1.1" 200 5042 0.005007 10.0.0.56 - - [2025-10-09 02:32:54] "GET /virtual-machine/52bffe48-1dab-4351-a46d-a0de6ffef9d6 HTTP/1.1" 200 1298 0.004448 10.0.0.56 - - [2025-10-09 02:32:54] "GET /virtual-machine-interface/18ff2e34-e1ff-4e57-b097-91e1d166a2c4 HTTP/1.1" 200 3168 0.005725 10.0.0.56 - - [2025-10-09 02:32:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004065 10.0.0.56 - - [2025-10-09 02:32:54] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004679 10.0.0.56 - - [2025-10-09 02:32:54] "GET /virtual-networks?parent_id=4454ad90-5455-46ef-9d46-112eef55140d&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003618 10.0.0.56 - - [2025-10-09 02:32:54] "GET /virtual-network/69f9a024-34c7-4ea8-adb9-da8eaa709e4c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3243 0.006994 10.0.0.56 - - [2025-10-09 02:32:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.004939 10.0.0.56 - - [2025-10-09 02:32:55] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004420 10.0.0.56 - - [2025-10-09 02:32:55] "GET /virtual-networks?parent_id=4454ad90-5455-46ef-9d46-112eef55140d&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003986 10.0.0.56 - - [2025-10-09 02:32:55] "GET /virtual-network/69f9a024-34c7-4ea8-adb9-da8eaa709e4c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3243 0.007630 10.0.0.56 - - [2025-10-09 02:32:57] "POST /neutron/port HTTP/1.1" 200 1201 0.015469 10.0.0.41 - - [2025-10-09 02:33:00] "GET /global-system-configs HTTP/1.1" 401 292 0.000473 10.0.0.41 - - [2025-10-09 02:33:00] "GET /global-system-configs HTTP/1.1" 401 292 0.000428 10.0.0.56 - - [2025-10-09 02:33:01] "POST /neutron/security_group HTTP/1.1" 200 2064 0.008216 10.0.0.41 - - [2025-10-09 02:33:01] "GET /global-system-configs HTTP/1.1" 401 292 0.000426 10.0.0.41 - - [2025-10-09 02:33:01] "GET /global-system-configs HTTP/1.1" 401 292 0.000427 10.0.0.19 - - [2025-10-09 02:33:01] "GET /global-system-configs HTTP/1.1" 401 292 0.000383 10.0.0.19 - - [2025-10-09 02:33:01] "GET /global-system-configs HTTP/1.1" 401 292 0.000376 10.0.0.19 - - [2025-10-09 02:33:01] "GET /global-system-configs HTTP/1.1" 401 292 0.000426 10.0.0.19 - - [2025-10-09 02:33:01] "GET /global-system-configs HTTP/1.1" 401 292 0.000522 10.0.0.56 - - [2025-10-09 02:33:03] "POST /neutron/network HTTP/1.1" 200 1207 0.010054 10.0.0.56 - - [2025-10-09 02:33:03] "POST /neutron/subnet HTTP/1.1" 200 1380 0.014216 10.0.0.56 - - [2025-10-09 02:33:03] "POST /neutron/network HTTP/1.1" 200 1197 0.009925 10.0.0.56 - - [2025-10-09 02:33:03] "GET /global-system-configs HTTP/1.1" 401 292 0.000435 10.0.0.56 - - [2025-10-09 02:33:03] "GET /global-system-configs HTTP/1.1" 401 292 0.000407 10.0.0.56 - - [2025-10-09 02:33:05] "GET /global-system-configs HTTP/1.1" 401 292 0.000401 10.0.0.56 - - [2025-10-09 02:33:05] "GET /global-system-configs HTTP/1.1" 401 292 0.000412 10.0.0.56 - - [2025-10-09 02:33:06] "GET /virtual-machine/a3aafd68-74da-4e98-bcba-b605c69ac830 HTTP/1.1" 200 1299 0.004934 10.0.0.56 - - [2025-10-09 02:33:06] "GET /virtual-machine-interface/0a7aa480-1b72-4102-895b-6913042b740d HTTP/1.1" 200 3166 0.005898 10.0.0.56 - - [2025-10-09 02:33:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003638 10.0.0.56 - - [2025-10-09 02:33:06] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003832 10.0.0.56 - - [2025-10-09 02:33:06] "GET /virtual-networks?parent_id=4454ad90-5455-46ef-9d46-112eef55140d&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.002866 10.0.0.56 - - [2025-10-09 02:33:06] "GET /virtual-network/fe1777d1-12de-4a35-bbf7-46e2e76198af?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2958 0.007161 10.0.0.56 - - [2025-10-09 02:33:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.005585 10.0.0.56 - - [2025-10-09 02:33:07] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005320 10.0.0.56 - - [2025-10-09 02:33:07] "GET /virtual-networks?parent_id=4454ad90-5455-46ef-9d46-112eef55140d&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003717 10.0.0.56 - - [2025-10-09 02:33:07] "POST /neutron/network HTTP/1.1" 200 1122 0.011838 10.0.0.56 - - [2025-10-09 02:33:07] "GET /virtual-network/fe1777d1-12de-4a35-bbf7-46e2e76198af?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2958 0.007024 10.0.0.56 - - [2025-10-09 02:33:07] "POST /neutron/subnet HTTP/1.1" 200 1385 0.017386 10.0.0.56 - - [2025-10-09 02:33:07] "POST /neutron/network HTTP/1.1" 200 1112 0.009111 10.0.0.56 - - [2025-10-09 02:33:07] "GET /virtual-machine/999d0079-67ae-4506-a154-edfeac605060 HTTP/1.1" 200 1299 0.004322 10.0.0.56 - - [2025-10-09 02:33:07] "GET /virtual-machine-interface/6f727ac1-41b6-42d3-9b1f-dabebbabce31 HTTP/1.1" 200 3168 0.005203 10.0.0.56 - - [2025-10-09 02:33:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003017 10.0.0.56 - - [2025-10-09 02:33:07] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003865 10.0.0.56 - - [2025-10-09 02:33:07] "GET /virtual-networks?parent_id=4454ad90-5455-46ef-9d46-112eef55140d&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003278 10.0.0.56 - - [2025-10-09 02:33:07] "GET /virtual-network/d5445078-0191-4675-b9ca-2b576d51bff0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2644 0.006346 10.0.0.56 - - [2025-10-09 02:33:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004807 10.0.0.56 - - [2025-10-09 02:33:08] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004861 10.0.0.56 - - [2025-10-09 02:33:08] "GET /virtual-networks?parent_id=4454ad90-5455-46ef-9d46-112eef55140d&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003551 10.0.0.56 - - [2025-10-09 02:33:08] "GET /virtual-network/d5445078-0191-4675-b9ca-2b576d51bff0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2644 0.007241 10.0.0.41 - - [2025-10-09 02:33:20] "GET /obj-perms HTTP/1.1" 200 5056 0.050768 10.0.0.56 - - [2025-10-09 02:33:32] "GET /virtual-machine/999d0079-67ae-4506-a154-edfeac605060 HTTP/1.1" 200 1299 0.004672 10.0.0.56 - - [2025-10-09 02:33:33] "POST /neutron/port HTTP/1.1" 200 151 0.222461 10.0.0.56 - - [2025-10-09 02:33:34] "GET /virtual-machine/999d0079-67ae-4506-a154-edfeac605060 HTTP/1.1" 404 171 0.003775 10.0.0.56 - - [2025-10-09 02:33:34] "GET /virtual-machine/999d0079-67ae-4506-a154-edfeac605060 HTTP/1.1" 404 171 0.003148 10.0.0.56 - - [2025-10-09 02:33:34] "GET /virtual-machine/999d0079-67ae-4506-a154-edfeac605060 HTTP/1.1" 404 171 0.002773 10.0.0.56 - - [2025-10-09 02:33:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004353 10.0.0.56 - - [2025-10-09 02:33:35] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.013489 10.0.0.56 - - [2025-10-09 02:33:35] "GET /virtual-networks?parent_id=4454ad90-5455-46ef-9d46-112eef55140d&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003433 10.0.0.56 - - [2025-10-09 02:33:35] "GET /virtual-network/d5445078-0191-4675-b9ca-2b576d51bff0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2644 0.006473 10.0.0.56 - - [2025-10-09 02:33:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003271 10.0.0.56 - - [2025-10-09 02:33:35] "GET /routing-instance/f9f13d8b-1f1f-40e6-ba58-e7732603caa1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1486 0.005265 10.0.0.56 - - [2025-10-09 02:33:35] "GET /route-target/4624a1fc-80e6-41fc-9309-be8733f7c453?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004838 10.0.0.56 - - [2025-10-09 02:33:38] "GET /obj-perms HTTP/1.1" 200 5042 0.004132 10.0.0.56 - - [2025-10-09 02:33:41] "GET /obj-perms HTTP/1.1" 200 5042 0.004565 10.0.0.19 - - [2025-10-09 02:33:41] "GET /obj-perms HTTP/1.1" 200 5042 0.003684 10.0.0.56 - - [2025-10-09 02:33:41] "GET /virtual-machine/a3aafd68-74da-4e98-bcba-b605c69ac830 HTTP/1.1" 200 1299 0.004229 10.0.0.56 - - [2025-10-09 02:33:42] "POST /neutron/port HTTP/1.1" 200 151 0.233826 10.0.0.56 - - [2025-10-09 02:33:43] "GET /virtual-machine/a3aafd68-74da-4e98-bcba-b605c69ac830 HTTP/1.1" 404 171 0.003319 10.0.0.56 - - [2025-10-09 02:33:43] "GET /virtual-machine/a3aafd68-74da-4e98-bcba-b605c69ac830 HTTP/1.1" 404 171 0.002722 10.0.0.56 - - [2025-10-09 02:33:43] "GET /virtual-machine/a3aafd68-74da-4e98-bcba-b605c69ac830 HTTP/1.1" 404 171 0.002760 10.0.0.56 - - [2025-10-09 02:33:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.005277 10.0.0.56 - - [2025-10-09 02:33:43] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003547 10.0.0.56 - - [2025-10-09 02:33:43] "GET /virtual-networks?parent_id=4454ad90-5455-46ef-9d46-112eef55140d&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003416 10.0.0.56 - - [2025-10-09 02:33:43] "GET /virtual-network/fe1777d1-12de-4a35-bbf7-46e2e76198af?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2958 0.006756 10.0.0.56 - - [2025-10-09 02:33:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003717 10.0.0.56 - - [2025-10-09 02:33:43] "GET /routing-instance/c6b49d20-26c7-47e7-8d4f-b639de83f6e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1798 0.004842 10.0.0.56 - - [2025-10-09 02:33:43] "GET /route-target/2a8e6c27-efa1-4c1c-97d9-99ca581fdff9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.003471 10.0.0.56 - - [2025-10-09 02:33:44] "GET /obj-perms HTTP/1.1" 200 5042 0.004362 10.0.0.41 - - [2025-10-09 02:33:47] "GET /obj-perms HTTP/1.1" 200 5042 0.004262 10.0.0.56 - - [2025-10-09 02:33:53] "GET /obj-perms HTTP/1.1" 200 5042 0.004076 10.0.0.41 - - [2025-10-09 02:33:56] "GET /obj-perms HTTP/1.1" 200 5042 0.004319 10.0.0.56 - - [2025-10-09 02:34:02] "GET /obj-perms HTTP/1.1" 200 5042 0.004932 10.0.0.41 - - [2025-10-09 02:34:05] "GET /obj-perms HTTP/1.1" 200 5042 0.005396 10.0.0.56 - - [2025-10-09 02:34:05] "GET /obj-perms HTTP/1.1" 200 5042 0.005187 10.0.0.56 - - [2025-10-09 02:34:05] "GET /virtual-machine/52bffe48-1dab-4351-a46d-a0de6ffef9d6 HTTP/1.1" 200 1298 0.005404 10.0.0.56 - - [2025-10-09 02:34:06] "POST /neutron/port HTTP/1.1" 200 151 0.248983 10.0.0.56 - - [2025-10-09 02:34:07] "GET /virtual-machine/52bffe48-1dab-4351-a46d-a0de6ffef9d6 HTTP/1.1" 404 171 0.004160 10.0.0.56 - - [2025-10-09 02:34:07] "GET /virtual-machine/52bffe48-1dab-4351-a46d-a0de6ffef9d6 HTTP/1.1" 404 171 0.003800 10.0.0.56 - - [2025-10-09 02:34:07] "GET /virtual-machine/52bffe48-1dab-4351-a46d-a0de6ffef9d6 HTTP/1.1" 404 171 0.003327 10.0.0.56 - - [2025-10-09 02:34:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.005869 10.0.0.56 - - [2025-10-09 02:34:08] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005922 10.0.0.56 - - [2025-10-09 02:34:08] "GET /virtual-networks?parent_id=4454ad90-5455-46ef-9d46-112eef55140d&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.004308 10.0.0.56 - - [2025-10-09 02:34:08] "GET /virtual-network/69f9a024-34c7-4ea8-adb9-da8eaa709e4c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3243 0.006773 10.0.0.56 - - [2025-10-09 02:34:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003714 10.0.0.56 - - [2025-10-09 02:34:08] "GET /routing-instance/bc429c3f-67c6-49bd-9f1c-2f88257c3420?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1798 0.005620 10.0.0.56 - - [2025-10-09 02:34:08] "GET /route-target/fc86ced8-0910-404a-b44b-d147ed69b6f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004146 10.0.0.56 - - [2025-10-09 02:34:11] "GET /obj-perms HTTP/1.1" 200 5042 0.004167 10.0.0.56 - - [2025-10-09 02:34:11] "GET /obj-perms HTTP/1.1" 200 5042 0.004217 10.0.0.56 - - [2025-10-09 02:34:11] "GET /virtual-network/fe1777d1-12de-4a35-bbf7-46e2e76198af?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2958 0.005519 10.0.0.56 - - [2025-10-09 02:34:11] "POST /neutron/network HTTP/1.1" 200 1014 0.028857 10.0.0.56 - - [2025-10-09 02:34:11] "GET /virtual-network/fe1777d1-12de-4a35-bbf7-46e2e76198af?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2644 0.005407 10.0.0.41 - - [2025-10-09 02:34:11] "POST /ref-update HTTP/1.1" 200 156 0.069305 10.0.0.56 - - [2025-10-09 02:34:11] "GET /virtual-network/69f9a024-34c7-4ea8-adb9-da8eaa709e4c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3243 0.007064 10.0.0.56 - - [2025-10-09 02:34:12] "POST /neutron/network HTTP/1.1" 200 1013 0.010496 10.0.0.56 - - [2025-10-09 02:34:12] "GET /virtual-network/69f9a024-34c7-4ea8-adb9-da8eaa709e4c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.021050 10.0.0.56 - - [2025-10-09 02:34:12] "DELETE /network-policy/be2bc7d3-10d8-4e92-bc0f-b16ad58892e9 HTTP/1.1" 200 115 0.044446 10.0.0.41 - - [2025-10-09 02:34:12] "POST /ref-update HTTP/1.1" 200 156 0.040316 10.0.0.56 - - [2025-10-09 02:34:12] "DELETE /network-policy/9db42bea-71d5-4fb3-b4a3-873546ccd2b4 HTTP/1.1" 200 115 0.079914 10.0.0.56 - - [2025-10-09 02:34:12] "DELETE /network-policy/8084b4d5-ea15-4ac7-80f9-156ff1731b53 HTTP/1.1" 200 115 0.036178 10.0.0.56 - - [2025-10-09 02:34:12] "POST /neutron/network HTTP/1.1" 200 1014 0.008629 10.0.0.41 - - [2025-10-09 02:34:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003354 10.0.0.41 - - [2025-10-09 02:34:13] "POST /useragent-kv HTTP/1.1" 200 115 0.004090 10.0.0.41 - - [2025-10-09 02:34:13] "POST /useragent-kv HTTP/1.1" 200 115 0.002804 10.0.0.41 - - [2025-10-09 02:34:13] "POST /useragent-kv HTTP/1.1" 200 115 0.003392 10.0.0.41 - - [2025-10-09 02:34:13] "POST /useragent-kv HTTP/1.1" 200 115 0.001858 10.0.0.56 - - [2025-10-09 02:34:13] "POST /neutron/network HTTP/1.1" 200 151 0.147806 10.0.0.41 - - [2025-10-09 02:34:13] "DELETE /route-target/fc86ced8-0910-404a-b44b-d147ed69b6f6 HTTP/1.1" 200 115 0.026098 10.0.0.56 - - [2025-10-09 02:34:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004234 10.0.0.56 - - [2025-10-09 02:34:13] "DELETE /network-ipam/2166ed26-4d53-411f-bb15-255320b3e509 HTTP/1.1" 200 115 0.043496 10.0.0.56 - - [2025-10-09 02:34:13] "POST /fqname-to-id HTTP/1.1" 404 203 0.005566 10.0.0.56 - - [2025-10-09 02:34:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.005954 10.0.0.56 - - [2025-10-09 02:34:13] "DELETE /network-ipam/2ae4497d-d9ed-442d-b4bc-f8c25102fd5b HTTP/1.1" 200 115 0.034261 10.0.0.56 - - [2025-10-09 02:34:13] "POST /fqname-to-id HTTP/1.1" 404 203 0.003155 10.0.0.56 - - [2025-10-09 02:34:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004200 10.0.0.56 - - [2025-10-09 02:34:13] "DELETE /network-ipam/5fd128dc-99ae-40a0-bc24-b95e4fe10fcd HTTP/1.1" 200 115 0.036600 10.0.0.56 - - [2025-10-09 02:34:13] "POST /fqname-to-id HTTP/1.1" 404 203 0.003784 10.0.0.41 - - [2025-10-09 02:34:16] "GET /projects?obj_uuids=4454ad90-5455-46ef-9d46-112eef55140d&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001335 10.0.0.56 - - [2025-10-09 02:34:16] "GET /project/4454ad90-5455-46ef-9d46-112eef55140d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.054916 10.0.0.41 - - [2025-10-09 02:34:16] "GET /projects?obj_uuids=4454ad90-5455-46ef-9d46-112eef55140d&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.003212 10.0.0.56 - - [2025-10-09 02:34:16] "GET /project/4454ad90-5455-46ef-9d46-112eef55140d?fields=virtual_networks HTTP/1.1" 200 1044 0.058835 10.0.0.41 - - [2025-10-09 02:34:16] "GET /projects?obj_uuids=4454ad90-5455-46ef-9d46-112eef55140d&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001222 10.0.0.56 - - [2025-10-09 02:34:16] "GET /project/4454ad90-5455-46ef-9d46-112eef55140d?fields=virtual_machine_interfaces HTTP/1.1" 200 1044 0.049991 10.0.0.41 - - [2025-10-09 02:34:16] "GET /projects?obj_uuids=4454ad90-5455-46ef-9d46-112eef55140d&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001346 10.0.0.56 - - [2025-10-09 02:34:16] "GET /project/4454ad90-5455-46ef-9d46-112eef55140d?fields=security_groups HTTP/1.1" 200 1276 0.047732 10.0.0.56 - - [2025-10-09 02:34:17] "POST /fqname-to-id HTTP/1.1" 404 190 0.032843 10.0.0.41 - - [2025-10-09 02:34:17] "GET /projects?obj_uuids=76c8e113-e36f-4e15-9047-b34e69ce3062&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003473 10.0.0.41 - - [2025-10-09 02:34:17] "GET /domains?obj_uuids=7ed77c0b-e642-4c13-a404-7756503cf17d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000958 10.0.0.41 - - [2025-10-09 02:34:17] "GET /domain/7ed77c0b-e642-4c13-a404-7756503cf17d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007502 10.0.0.41 - - [2025-10-09 02:34:17] "POST /id-to-fqname HTTP/1.1" 200 192 0.001569 10.0.0.41 - - [2025-10-09 02:34:17] "POST /fqname-to-id HTTP/1.1" 404 201 0.009775 10.0.0.41 - - [2025-10-09 02:34:17] "POST /security-groups HTTP/1.1" 200 593 0.035444 10.0.0.41 - - [2025-10-09 02:34:17] "POST /projects HTTP/1.1" 200 589 0.253595 10.0.0.41 - - [2025-10-09 02:34:18] "POST /fqname-to-id HTTP/1.1" 404 235 0.005801 10.0.0.41 - - [2025-10-09 02:34:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.329569 10.0.0.56 - - [2025-10-09 02:34:18] "GET /project/76c8e113-e36f-4e15-9047-b34e69ce3062?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.486249 10.0.0.56 - - [2025-10-09 02:34:19] "GET / HTTP/1.1" 200 35931 0.002128 10.0.0.56 - - [2025-10-09 02:34:20] "POST /fqname-to-id HTTP/1.1" 401 292 0.000497 10.0.0.56 - - [2025-10-09 02:34:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.035365 10.0.0.41 - - [2025-10-09 02:34:21] "GET /projects?obj_uuids=76c8e113-e36f-4e15-9047-b34e69ce3062&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001491 10.0.0.19 - - [2025-10-09 02:34:21] "GET /obj-perms HTTP/1.1" 200 5056 0.345929 10.0.0.56 - - [2025-10-09 02:34:21] "GET /project/76c8e113-e36f-4e15-9047-b34e69ce3062?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.051929 10.0.0.41 - - [2025-10-09 02:34:21] "POST /ref-update HTTP/1.1" 200 156 0.022526 10.0.0.41 - - [2025-10-09 02:34:21] "POST /useragent-kv HTTP/1.1" 200 115 0.010689 10.0.0.56 - - [2025-10-09 02:34:21] "POST /neutron/subnet HTTP/1.1" 200 720 0.264031 10.0.0.56 - - [2025-10-09 02:34:21] "POST /id-to-fqname HTTP/1.1" 200 222 0.001532 10.0.0.56 - - [2025-10-09 02:34:21] "GET /virtual-network/37b50848-1f48-4d4b-9000-41509daa3322?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.005625 10.0.0.56 - - [2025-10-09 02:34:21] "GET /virtual-network/37b50848-1f48-4d4b-9000-41509daa3322?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.006752 10.0.0.56 - - [2025-10-09 02:34:21] "POST /neutron/network HTTP/1.1" 200 825 0.006949 10.0.0.56 - - [2025-10-09 02:34:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003490 10.0.0.41 - - [2025-10-09 02:34:21] "GET /projects?obj_uuids=76c8e113-e36f-4e15-9047-b34e69ce3062&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000956 10.0.0.56 - - [2025-10-09 02:34:21] "GET /project/76c8e113-e36f-4e15-9047-b34e69ce3062?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.043645 10.0.0.41 - - [2025-10-09 02:34:22] "GET /projects?obj_uuids=76c8e113-e36f-4e15-9047-b34e69ce3062&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001093 10.0.0.56 - - [2025-10-09 02:34:22] "POST /neutron/network HTTP/1.1" 200 607 0.144998 10.0.0.56 - - [2025-10-09 02:34:22] "POST /id-to-fqname HTTP/1.1" 200 222 0.003449 10.0.0.56 - - [2025-10-09 02:34:22] "GET /virtual-network/a8167ab6-c785-42b6-84b0-bc2f613d43e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.005605 10.0.0.56 - - [2025-10-09 02:34:22] "POST /neutron/network HTTP/1.1" 200 826 0.005714 10.0.0.56 - - [2025-10-09 02:34:22] "GET /virtual-network/a8167ab6-c785-42b6-84b0-bc2f613d43e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.005187 10.0.0.56 - - [2025-10-09 02:34:22] "POST /fqname-to-id HTTP/1.1" 404 228 0.002982 10.0.0.56 - - [2025-10-09 02:34:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.002856 10.0.0.41 - - [2025-10-09 02:34:22] "GET /projects?obj_uuids=76c8e113-e36f-4e15-9047-b34e69ce3062&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001016 10.0.0.56 - - [2025-10-09 02:34:22] "GET /project/76c8e113-e36f-4e15-9047-b34e69ce3062?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.042462 10.0.0.56 - - [2025-10-09 02:34:22] "POST /network-policys HTTP/1.1" 200 571 0.027773 10.0.0.56 - - [2025-10-09 02:34:22] "GET /network-policy/4d25523c-3da2-4123-b0ba-4b443068d84d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2152 0.006664 10.0.0.56 - - [2025-10-09 02:34:22] "POST /neutron/network HTTP/1.1" 200 825 0.006755 10.0.0.41 - - [2025-10-09 02:34:22] "POST /fqname-to-id HTTP/1.1" 404 236 0.004648 10.0.0.56 - - [2025-10-09 02:34:22] "GET /virtual-network/37b50848-1f48-4d4b-9000-41509daa3322?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2359 0.011872 10.0.0.56 - - [2025-10-09 02:34:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.002932 10.0.0.56 - - [2025-10-09 02:34:23] "GET /network-policy/4d25523c-3da2-4123-b0ba-4b443068d84d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2152 0.004352 10.0.0.56 - - [2025-10-09 02:34:23] "POST /neutron/network HTTP/1.1" 200 826 0.006655 10.0.0.41 - - [2025-10-09 02:34:23] "POST /fqname-to-id HTTP/1.1" 404 236 0.003954 10.0.0.56 - - [2025-10-09 02:34:23] "GET /virtual-network/a8167ab6-c785-42b6-84b0-bc2f613d43e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2362 0.010912 10.0.0.56 - - [2025-10-09 02:34:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003303 10.0.0.56 - - [2025-10-09 02:34:23] "GET /network-policy/4d25523c-3da2-4123-b0ba-4b443068d84d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2152 0.019326 10.0.0.56 - - [2025-10-09 02:34:23] "GET /virtual-network/37b50848-1f48-4d4b-9000-41509daa3322?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2359 0.006290 10.0.0.41 - - [2025-10-09 02:34:25] "GET /obj-perms HTTP/1.1" 200 5034 0.048353 10.0.0.56 - - [2025-10-09 02:34:25] "GET /virtual-network/a8167ab6-c785-42b6-84b0-bc2f613d43e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2362 0.005738 10.0.0.56 - - [2025-10-09 02:34:25] "GET /obj-perms HTTP/1.1" 200 5034 0.046142 10.0.0.56 - - [2025-10-09 02:34:25] "POST /id-to-fqname HTTP/1.1" 200 222 0.001393 10.0.0.56 - - [2025-10-09 02:34:25] "POST /neutron/network HTTP/1.1" 200 937 0.008296 10.0.0.41 - - [2025-10-09 02:34:26] "GET /projects?obj_uuids=76c8e113-e36f-4e15-9047-b34e69ce3062&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000981 10.0.0.56 - - [2025-10-09 02:34:26] "GET /project/76c8e113-e36f-4e15-9047-b34e69ce3062?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.076202 10.0.0.56 - - [2025-10-09 02:34:26] "POST /neutron/port HTTP/1.1" 200 117 0.007209 10.0.0.56 - - [2025-10-09 02:34:26] "POST /id-to-fqname HTTP/1.1" 200 222 0.001189 10.0.0.56 - - [2025-10-09 02:34:27] "POST /neutron/network HTTP/1.1" 200 937 0.007347 10.0.0.56 - - [2025-10-09 02:34:27] "POST /neutron/port HTTP/1.1" 200 1061 0.014739 10.0.0.56 - - [2025-10-09 02:34:27] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003878 10.0.0.41 - - [2025-10-09 02:34:27] "GET /projects?obj_uuids=76c8e113-e36f-4e15-9047-b34e69ce3062&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000981 10.0.0.56 - - [2025-10-09 02:34:27] "GET /project/76c8e113-e36f-4e15-9047-b34e69ce3062?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.094171 10.0.0.56 - - [2025-10-09 02:34:27] "POST /neutron/network HTTP/1.1" 200 927 0.007797 10.0.0.56 - - [2025-10-09 02:34:28] "POST /neutron/security_group HTTP/1.1" 200 2060 0.007675 10.0.0.56 - - [2025-10-09 02:34:28] "POST /neutron/security_group HTTP/1.1" 200 2060 0.007775 10.0.0.41 - - [2025-10-09 02:34:28] "PUT /access-control-list/a934a812-241a-498e-81c3-f35efd010138 HTTP/1.1" 200 272 0.059853 10.0.0.56 - - [2025-10-09 02:34:29] "POST /neutron/port HTTP/1.1" 200 1062 0.042245 10.0.0.56 - - [2025-10-09 02:34:29] "POST /neutron/port HTTP/1.1" 200 1090 0.018712 10.0.0.56 - - [2025-10-09 02:34:29] "POST /neutron/port HTTP/1.1" 200 117 0.001239 10.0.0.56 - - [2025-10-09 02:34:33] "POST /neutron/security_group HTTP/1.1" 200 2060 0.007714 10.0.0.56 - - [2025-10-09 02:34:33] "POST /neutron/port HTTP/1.1" 200 1089 0.020001 10.0.0.56 - - [2025-10-09 02:34:33] "GET /virtual-machine/cdc7f593-ff9d-44d6-85e7-7231b15a62bf HTTP/1.1" 401 292 0.000490 10.0.0.56 - - [2025-10-09 02:34:33] "GET /virtual-machine/cdc7f593-ff9d-44d6-85e7-7231b15a62bf HTTP/1.1" 200 1294 0.031259 10.0.0.56 - - [2025-10-09 02:34:33] "GET /virtual-machine-interface/693fb72d-495b-4dc4-8c24-a1a6c104eabc HTTP/1.1" 200 2951 0.007503 10.0.0.56 - - [2025-10-09 02:34:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003715 10.0.0.56 - - [2025-10-09 02:34:33] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004316 10.0.0.56 - - [2025-10-09 02:34:33] "GET /virtual-networks?parent_id=76c8e113-e36f-4e15-9047-b34e69ce3062&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003100 10.0.0.56 - - [2025-10-09 02:34:34] "GET /virtual-network/37b50848-1f48-4d4b-9000-41509daa3322?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2359 0.007162 10.0.0.56 - - [2025-10-09 02:34:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.005182 10.0.0.56 - - [2025-10-09 02:34:37] "GET /virtual-network/37b50848-1f48-4d4b-9000-41509daa3322?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2359 0.005472 10.0.0.56 - - [2025-10-09 02:34:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.005644 10.0.0.56 - - [2025-10-09 02:34:41] "GET /virtual-network/37b50848-1f48-4d4b-9000-41509daa3322?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2359 0.008243 10.0.0.56 - - [2025-10-09 02:34:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004525 10.0.0.56 - - [2025-10-09 02:34:45] "GET /virtual-network/37b50848-1f48-4d4b-9000-41509daa3322?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2359 0.006877 10.0.0.56 - - [2025-10-09 02:34:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003958 10.0.0.56 - - [2025-10-09 02:34:49] "GET /virtual-network/37b50848-1f48-4d4b-9000-41509daa3322?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2359 0.005817 10.0.0.56 - - [2025-10-09 02:34:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003832 10.0.0.56 - - [2025-10-09 02:34:53] "GET /virtual-network/37b50848-1f48-4d4b-9000-41509daa3322?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2359 0.005981 10.0.0.56 - - [2025-10-09 02:34:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004482 10.0.0.56 - - [2025-10-09 02:34:57] "GET /virtual-network/37b50848-1f48-4d4b-9000-41509daa3322?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2359 0.006717 10.0.0.56 - - [2025-10-09 02:35:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003892 10.0.0.56 - - [2025-10-09 02:35:01] "GET /virtual-network/37b50848-1f48-4d4b-9000-41509daa3322?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2359 0.005416 10.0.0.41 - - [2025-10-09 02:35:03] "DELETE /project/76c8e113e36f4e159047b34e69ce3062 HTTP/1.1" 404 173 0.006788 10.0.0.41 - - [2025-10-09 02:35:03] "GET /projects?obj_uuids=4454ad90-5455-46ef-9d46-112eef55140d&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001002 10.0.0.41 - - [2025-10-09 02:35:03] "GET /project/4454ad90-5455-46ef-9d46-112eef55140d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1492 0.045532 10.0.0.41 - - [2025-10-09 02:35:03] "GET /projects?obj_uuids=4454ad90-5455-46ef-9d46-112eef55140d&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001185 10.0.0.41 - - [2025-10-09 02:35:03] "GET /project/4454ad90-5455-46ef-9d46-112eef55140d?fields=security_groups HTTP/1.1" 200 1381 0.036193 10.0.0.41 - - [2025-10-09 02:35:03] "DELETE /security-group/3b4e63bc-cad3-49b6-980c-7cdda1954588 HTTP/1.1" 200 115 0.058496 10.0.0.41 - - [2025-10-09 02:35:03] "GET /projects?obj_uuids=4454ad90-5455-46ef-9d46-112eef55140d&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001015 10.0.0.41 - - [2025-10-09 02:35:03] "GET /project/4454ad90-5455-46ef-9d46-112eef55140d?fields=application_policy_sets HTTP/1.1" 200 1420 0.066816 10.0.0.41 - - [2025-10-09 02:35:03] "DELETE /project/4454ad90-5455-46ef-9d46-112eef55140d HTTP/1.1" 200 115 0.410897 10.0.0.56 - - [2025-10-09 02:35:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003533 10.0.0.56 - - [2025-10-09 02:35:05] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003864 10.0.0.56 - - [2025-10-09 02:35:05] "GET /virtual-networks?parent_id=76c8e113-e36f-4e15-9047-b34e69ce3062&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003480 10.0.0.56 - - [2025-10-09 02:35:05] "GET /virtual-network/37b50848-1f48-4d4b-9000-41509daa3322?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2359 0.006519 10.0.0.56 - - [2025-10-09 02:35:06] "POST /neutron/security_group HTTP/1.1" 200 2060 0.008861 10.0.0.56 - - [2025-10-09 02:35:07] "POST /neutron/network HTTP/1.1" 200 937 0.006589 10.0.0.56 - - [2025-10-09 02:35:07] "POST /neutron/port HTTP/1.1" 200 117 0.001682 10.0.0.56 - - [2025-10-09 02:35:09] "POST /neutron/port HTTP/1.1" 200 1090 0.015375 10.0.0.56 - - [2025-10-09 02:35:09] "POST /neutron/subnet HTTP/1.1" 200 699 0.012440 10.0.0.56 - - [2025-10-09 02:35:11] "POST /neutron/port HTTP/1.1" 200 1089 0.016655 10.0.0.56 - - [2025-10-09 02:35:13] "POST /neutron/security_group HTTP/1.1" 200 2060 0.026798 10.0.0.56 - - [2025-10-09 02:35:18] "POST /neutron/port HTTP/1.1" 200 1090 0.015183 10.0.0.56 - - [2025-10-09 02:35:21] "POST /neutron/security_group HTTP/1.1" 200 2060 0.008339 10.0.0.56 - - [2025-10-09 02:35:26] "POST /neutron/port HTTP/1.1" 200 1090 0.014373 10.0.0.56 - - [2025-10-09 02:35:26] "POST /neutron/security_group HTTP/1.1" 200 2060 0.007729 10.0.0.56 - - [2025-10-09 02:35:26] "GET /virtual-machine/61293f85-4d83-4f5c-8a94-a1e464394f76 HTTP/1.1" 200 1293 0.005614 10.0.0.56 - - [2025-10-09 02:35:26] "GET /virtual-machine-interface/9d2fad5a-87e5-4c96-bcf3-e0f794600296 HTTP/1.1" 200 2952 0.005168 10.0.0.56 - - [2025-10-09 02:35:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003812 10.0.0.56 - - [2025-10-09 02:35:26] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003875 10.0.0.56 - - [2025-10-09 02:35:26] "GET /virtual-networks?parent_id=76c8e113-e36f-4e15-9047-b34e69ce3062&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003425 10.0.0.56 - - [2025-10-09 02:35:27] "GET /virtual-network/a8167ab6-c785-42b6-84b0-bc2f613d43e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2362 0.006356 10.0.0.56 - - [2025-10-09 02:35:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004728 10.0.0.56 - - [2025-10-09 02:35:28] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004544 10.0.0.56 - - [2025-10-09 02:35:28] "GET /virtual-networks?parent_id=76c8e113-e36f-4e15-9047-b34e69ce3062&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.006727 10.0.0.56 - - [2025-10-09 02:35:28] "GET /virtual-network/a8167ab6-c785-42b6-84b0-bc2f613d43e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2362 0.007824 10.0.0.56 - - [2025-10-09 02:35:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.005826 10.0.0.41 - - [2025-10-09 02:35:46] "GET /projects?obj_uuids=76c8e113-e36f-4e15-9047-b34e69ce3062&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001966 10.0.0.56 - - [2025-10-09 02:35:46] "GET /project/76c8e113-e36f-4e15-9047-b34e69ce3062?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.060961 10.0.0.56 - - [2025-10-09 02:35:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004279 10.0.0.56 - - [2025-10-09 02:35:46] "PUT /network-policy/4d25523c-3da2-4123-b0ba-4b443068d84d HTTP/1.1" 200 262 0.017488 10.0.0.41 - - [2025-10-09 02:35:47] "PUT /access-control-list/5c0ed37b-60d1-45e0-bebd-52e568eae5f4 HTTP/1.1" 200 272 0.061345 10.0.0.41 - - [2025-10-09 02:35:47] "POST /ref-update HTTP/1.1" 200 156 0.028330 10.0.0.56 - - [2025-10-09 02:35:50] "GET /virtual-network/a8167ab6-c785-42b6-84b0-bc2f613d43e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2362 0.006534 10.0.0.56 - - [2025-10-09 02:35:50] "POST /neutron/network HTTP/1.1" 200 826 0.015942 10.0.0.56 - - [2025-10-09 02:35:50] "GET /virtual-network/a8167ab6-c785-42b6-84b0-bc2f613d43e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.006359 10.0.0.56 - - [2025-10-09 02:35:50] "GET /virtual-network/37b50848-1f48-4d4b-9000-41509daa3322?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2359 0.005606 10.0.0.56 - - [2025-10-09 02:35:50] "POST /neutron/network HTTP/1.1" 200 825 0.026741 10.0.0.56 - - [2025-10-09 02:35:50] "GET /virtual-network/37b50848-1f48-4d4b-9000-41509daa3322?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.005638 10.0.0.56 - - [2025-10-09 02:35:50] "DELETE /network-policy/4d25523c-3da2-4123-b0ba-4b443068d84d HTTP/1.1" 200 115 0.028263 10.0.0.56 - - [2025-10-09 02:35:50] "POST /neutron/port HTTP/1.1" 200 1090 0.015043 10.0.0.56 - - [2025-10-09 02:35:50] "POST /neutron/port HTTP/1.1" 200 1115 0.013844 10.0.0.56 - - [2025-10-09 02:35:52] "POST /neutron/network HTTP/1.1" 200 826 0.008246 10.0.0.41 - - [2025-10-09 02:35:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003875 10.0.0.41 - - [2025-10-09 02:35:53] "POST /useragent-kv HTTP/1.1" 200 115 0.006071 10.0.0.41 - - [2025-10-09 02:35:53] "POST /useragent-kv HTTP/1.1" 200 115 0.003196 10.0.0.56 - - [2025-10-09 02:35:53] "POST /neutron/network HTTP/1.1" 200 151 0.139061 10.0.0.41 - - [2025-10-09 02:35:53] "DELETE /route-target/9f948a33-03bf-46ec-ac24-b708f1701d60 HTTP/1.1" 200 115 0.029145 10.0.0.41 - - [2025-10-09 02:35:54] "GET /projects?obj_uuids=76c8e113-e36f-4e15-9047-b34e69ce3062&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001433 10.0.0.56 - - [2025-10-09 02:35:54] "GET /project/76c8e113-e36f-4e15-9047-b34e69ce3062?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.040543 10.0.0.41 - - [2025-10-09 02:35:54] "GET /projects?obj_uuids=76c8e113-e36f-4e15-9047-b34e69ce3062&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001452 10.0.0.56 - - [2025-10-09 02:35:54] "GET /project/76c8e113-e36f-4e15-9047-b34e69ce3062?fields=virtual_networks HTTP/1.1" 200 1036 0.038990 10.0.0.41 - - [2025-10-09 02:35:54] "GET /projects?obj_uuids=76c8e113-e36f-4e15-9047-b34e69ce3062&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000983 10.0.0.56 - - [2025-10-09 02:35:54] "GET /project/76c8e113-e36f-4e15-9047-b34e69ce3062?fields=virtual_machine_interfaces HTTP/1.1" 200 1036 0.048596 10.0.0.41 - - [2025-10-09 02:35:54] "GET /projects?obj_uuids=76c8e113-e36f-4e15-9047-b34e69ce3062&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001014 10.0.0.56 - - [2025-10-09 02:35:54] "GET /project/76c8e113-e36f-4e15-9047-b34e69ce3062?fields=security_groups HTTP/1.1" 200 1264 0.048031 10.0.0.56 - - [2025-10-09 02:35:55] "POST /fqname-to-id HTTP/1.1" 404 200 0.024816 10.0.0.41 - - [2025-10-09 02:35:55] "GET /projects?obj_uuids=d9d7671b-f4ba-4c56-86c3-017ae32479dc&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003295 10.0.0.41 - - [2025-10-09 02:35:55] "GET /domains?obj_uuids=7ed77c0b-e642-4c13-a404-7756503cf17d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000980 10.0.0.41 - - [2025-10-09 02:35:55] "GET /domain/7ed77c0b-e642-4c13-a404-7756503cf17d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007059 10.0.0.41 - - [2025-10-09 02:35:55] "POST /id-to-fqname HTTP/1.1" 200 202 0.002432 10.0.0.41 - - [2025-10-09 02:35:55] "POST /fqname-to-id HTTP/1.1" 404 211 0.011141 10.0.0.41 - - [2025-10-09 02:35:56] "POST /security-groups HTTP/1.1" 200 603 0.073443 10.0.0.41 - - [2025-10-09 02:35:56] "POST /projects HTTP/1.1" 200 609 0.274392 10.0.0.41 - - [2025-10-09 02:35:56] "POST /fqname-to-id HTTP/1.1" 404 245 0.009678 10.0.0.41 - - [2025-10-09 02:35:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.345170 10.0.0.56 - - [2025-10-09 02:35:56] "GET /project/d9d7671b-f4ba-4c56-86c3-017ae32479dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.492918 10.0.0.56 - - [2025-10-09 02:35:57] "GET / HTTP/1.1" 200 35931 0.002105 10.0.0.56 - - [2025-10-09 02:36:00] "GET /project/d9d7671b-f4ba-4c56-86c3-017ae32479dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000477 10.0.0.41 - - [2025-10-09 02:36:01] "GET /projects?obj_uuids=d9d7671b-f4ba-4c56-86c3-017ae32479dc&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001461 10.0.0.56 - - [2025-10-09 02:36:01] "GET /project/d9d7671b-f4ba-4c56-86c3-017ae32479dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.075356 10.0.0.56 - - [2025-10-09 02:36:01] "GET / HTTP/1.1" 200 35931 0.002162 10.0.0.56 - - [2025-10-09 02:36:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003959 10.0.0.41 - - [2025-10-09 02:36:02] "GET /domains?obj_uuids=7ed77c0b-e642-4c13-a404-7756503cf17d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000923 10.0.0.56 - - [2025-10-09 02:36:02] "GET /domain/7ed77c0b-e642-4c13-a404-7756503cf17d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.007117 10.0.0.56 - - [2025-10-09 02:36:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003789 10.0.0.41 - - [2025-10-09 02:36:02] "GET /projects?obj_uuids=d9d7671b-f4ba-4c56-86c3-017ae32479dc&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000970 10.0.0.56 - - [2025-10-09 02:36:02] "GET /project/d9d7671b-f4ba-4c56-86c3-017ae32479dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.047771 10.0.0.56 - - [2025-10-09 02:36:03] "GET /domains HTTP/1.1" 401 292 0.000403 10.0.0.56 - - [2025-10-09 02:36:03] "GET /domains HTTP/1.1" 200 280 0.025223 10.0.0.41 - - [2025-10-09 02:36:03] "GET /domains?obj_uuids=7ed77c0b-e642-4c13-a404-7756503cf17d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000982 10.0.0.56 - - [2025-10-09 02:36:03] "GET /domain/7ed77c0b-e642-4c13-a404-7756503cf17d HTTP/1.1" 200 2773 0.009061 10.0.0.41 - - [2025-10-09 02:36:03] "GET /projects?obj_uuids=d9d7671b-f4ba-4c56-86c3-017ae32479dc&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000819 10.0.0.56 - - [2025-10-09 02:36:03] "GET /project/d9d7671b-f4ba-4c56-86c3-017ae32479dc HTTP/1.1" 200 1924 0.087062 10.0.0.56 - - [2025-10-09 02:36:03] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 545 0.003178 10.0.0.56 - - [2025-10-09 02:36:03] "POST /network-ipams HTTP/1.1" 200 621 0.028071 10.0.0.56 - - [2025-10-09 02:36:03] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 810 0.003524 10.0.0.56 - - [2025-10-09 02:36:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003632 10.0.0.56 - - [2025-10-09 02:36:03] "GET /network-ipam/266920b4-3c11-479a-9357-e78834852262?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.006482 10.0.0.56 - - [2025-10-09 02:36:03] "PUT /network-ipam/266920b4-3c11-479a-9357-e78834852262 HTTP/1.1" 200 258 0.015752 10.0.0.41 - - [2025-10-09 02:36:04] "DELETE /project/d9d7671bf4ba4c5686c3017ae32479dc HTTP/1.1" 404 173 0.007033 10.0.0.41 - - [2025-10-09 02:36:04] "GET /projects?obj_uuids=76c8e113-e36f-4e15-9047-b34e69ce3062&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000852 10.0.0.41 - - [2025-10-09 02:36:04] "GET /project/76c8e113-e36f-4e15-9047-b34e69ce3062?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1476 0.058208 10.0.0.41 - - [2025-10-09 02:36:04] "GET /projects?obj_uuids=76c8e113-e36f-4e15-9047-b34e69ce3062&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000972 10.0.0.56 - - [2025-10-09 02:36:04] "POST /fqname-to-id HTTP/1.1" 401 292 0.000392 10.0.0.41 - - [2025-10-09 02:36:04] "GET /project/76c8e113-e36f-4e15-9047-b34e69ce3062?fields=security_groups HTTP/1.1" 200 1369 0.071151 10.0.0.41 - - [2025-10-09 02:36:04] "DELETE /security-group/6f8b2a5c-8daa-4b76-a153-c2af7f7c0b65 HTTP/1.1" 200 115 0.052573 10.0.0.41 - - [2025-10-09 02:36:04] "GET /projects?obj_uuids=76c8e113-e36f-4e15-9047-b34e69ce3062&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001330 10.0.0.41 - - [2025-10-09 02:36:04] "GET /project/76c8e113-e36f-4e15-9047-b34e69ce3062?fields=application_policy_sets HTTP/1.1" 200 1408 0.065502 10.0.0.41 - - [2025-10-09 02:36:04] "DELETE /access-control-list/fd15e3fc-e088-4b09-9ac0-3b5e3cdcb0c3 HTTP/1.1" 200 115 0.058228 10.0.0.41 - - [2025-10-09 02:36:04] "DELETE /project/76c8e113-e36f-4e15-9047-b34e69ce3062 HTTP/1.1" 200 115 0.466708 10.0.0.56 - - [2025-10-09 02:36:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.024021 10.0.0.41 - - [2025-10-09 02:36:04] "GET /projects?obj_uuids=d9d7671b-f4ba-4c56-86c3-017ae32479dc&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001276 10.0.0.56 - - [2025-10-09 02:36:04] "GET /project/d9d7671b-f4ba-4c56-86c3-017ae32479dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.036450 10.0.0.41 - - [2025-10-09 02:36:05] "POST /useragent-kv HTTP/1.1" 200 115 0.007344 10.0.0.56 - - [2025-10-09 02:36:05] "POST /neutron/subnet HTTP/1.1" 200 701 0.212324 10.0.0.41 - - [2025-10-09 02:36:05] "POST /fqname-to-id HTTP/1.1" 404 207 0.004490 10.0.0.56 - - [2025-10-09 02:36:05] "POST /neutron/network HTTP/1.1" 200 1337 0.013394 10.0.0.56 - - [2025-10-09 02:36:05] "POST /id-to-fqname HTTP/1.1" 200 235 0.001183 10.0.0.56 - - [2025-10-09 02:36:05] "GET /virtual-network/2f3cea13-5191-45ba-8891-c58f8860a213?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3175 0.005134 10.0.0.56 - - [2025-10-09 02:36:05] "GET /virtual-network/2f3cea13-5191-45ba-8891-c58f8860a213?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3175 0.005489 10.0.0.56 - - [2025-10-09 02:36:05] "POST /neutron/subnet HTTP/1.1" 200 701 0.009506 10.0.0.56 - - [2025-10-09 02:36:06] "GET /virtual-network/2f3cea13-5191-45ba-8891-c58f8860a213?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3175 0.006182 10.0.0.19 - - [2025-10-09 02:36:07] "GET /obj-perms HTTP/1.1" 200 5019 0.049405 10.0.0.41 - - [2025-10-09 02:36:07] "GET /obj-perms HTTP/1.1" 200 5019 0.048163 10.0.0.56 - - [2025-10-09 02:36:07] "POST /fqname-to-id HTTP/1.1" 404 229 0.003508 10.0.0.56 - - [2025-10-09 02:36:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.002696 10.0.0.41 - - [2025-10-09 02:36:07] "GET /projects?obj_uuids=d9d7671b-f4ba-4c56-86c3-017ae32479dc&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000988 10.0.0.56 - - [2025-10-09 02:36:07] "GET /project/d9d7671b-f4ba-4c56-86c3-017ae32479dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.041036 10.0.0.56 - - [2025-10-09 02:36:07] "POST /network-policys HTTP/1.1" 200 563 0.033222 10.0.0.56 - - [2025-10-09 02:36:07] "GET /network-policy/f2fdbc39-74d4-4f1f-b2cb-6a072cf45b63?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.006560 10.0.0.56 - - [2025-10-09 02:36:07] "POST /fqname-to-id HTTP/1.1" 404 229 0.003439 10.0.0.56 - - [2025-10-09 02:36:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.002527 10.0.0.41 - - [2025-10-09 02:36:07] "GET /projects?obj_uuids=d9d7671b-f4ba-4c56-86c3-017ae32479dc&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001024 10.0.0.56 - - [2025-10-09 02:36:08] "GET /project/d9d7671b-f4ba-4c56-86c3-017ae32479dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.043929 10.0.0.56 - - [2025-10-09 02:36:08] "POST /network-policys HTTP/1.1" 200 563 0.030290 10.0.0.56 - - [2025-10-09 02:36:08] "GET /network-policy/46f7f061-4838-4379-81ba-fa3073ecdc71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 8879 0.007886 10.0.0.56 - - [2025-10-09 02:36:08] "POST /fqname-to-id HTTP/1.1" 404 229 0.003748 10.0.0.56 - - [2025-10-09 02:36:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003086 10.0.0.41 - - [2025-10-09 02:36:08] "GET /projects?obj_uuids=d9d7671b-f4ba-4c56-86c3-017ae32479dc&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001060 10.0.0.56 - - [2025-10-09 02:36:08] "GET /project/d9d7671b-f4ba-4c56-86c3-017ae32479dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.041054 10.0.0.56 - - [2025-10-09 02:36:08] "POST /network-policys HTTP/1.1" 200 563 0.027464 10.0.0.56 - - [2025-10-09 02:36:08] "GET /network-policy/cf3916a3-32f1-4845-b022-a535e002d261?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.006358 10.0.0.56 - - [2025-10-09 02:36:08] "POST /fqname-to-id HTTP/1.1" 404 229 0.003376 10.0.0.56 - - [2025-10-09 02:36:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.002718 10.0.0.41 - - [2025-10-09 02:36:08] "GET /projects?obj_uuids=d9d7671b-f4ba-4c56-86c3-017ae32479dc&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000973 10.0.0.56 - - [2025-10-09 02:36:08] "GET /project/d9d7671b-f4ba-4c56-86c3-017ae32479dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.088253 10.0.0.56 - - [2025-10-09 02:36:08] "POST /network-policys HTTP/1.1" 200 563 0.029629 10.0.0.56 - - [2025-10-09 02:36:08] "GET /network-policy/468df1d3-b077-4d92-8cf0-221a02da7c8a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.006292 10.0.0.56 - - [2025-10-09 02:36:09] "POST /fqname-to-id HTTP/1.1" 404 229 0.003700 10.0.0.56 - - [2025-10-09 02:36:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003045 10.0.0.41 - - [2025-10-09 02:36:09] "GET /projects?obj_uuids=d9d7671b-f4ba-4c56-86c3-017ae32479dc&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000979 10.0.0.56 - - [2025-10-09 02:36:09] "GET /project/d9d7671b-f4ba-4c56-86c3-017ae32479dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.050065 10.0.0.56 - - [2025-10-09 02:36:09] "POST /network-policys HTTP/1.1" 200 563 0.032315 10.0.0.56 - - [2025-10-09 02:36:09] "GET /network-policy/c21380ba-e553-4aad-b222-c5e7d460bcd5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.006426 10.0.0.56 - - [2025-10-09 02:36:09] "POST /fqname-to-id HTTP/1.1" 404 229 0.009659 10.0.0.56 - - [2025-10-09 02:36:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.005558 10.0.0.41 - - [2025-10-09 02:36:09] "GET /projects?obj_uuids=d9d7671b-f4ba-4c56-86c3-017ae32479dc&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000975 10.0.0.56 - - [2025-10-09 02:36:09] "GET /project/d9d7671b-f4ba-4c56-86c3-017ae32479dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.046115 10.0.0.56 - - [2025-10-09 02:36:09] "POST /network-policys HTTP/1.1" 200 563 0.032075 10.0.0.56 - - [2025-10-09 02:36:09] "GET /network-policy/646ce6b9-3348-4fdf-965b-8cf7d01c76b8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.006469 10.0.0.56 - - [2025-10-09 02:36:09] "POST /fqname-to-id HTTP/1.1" 404 229 0.003957 10.0.0.56 - - [2025-10-09 02:36:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.002683 10.0.0.41 - - [2025-10-09 02:36:09] "GET /projects?obj_uuids=d9d7671b-f4ba-4c56-86c3-017ae32479dc&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001202 10.0.0.56 - - [2025-10-09 02:36:09] "GET /project/d9d7671b-f4ba-4c56-86c3-017ae32479dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.049664 10.0.0.56 - - [2025-10-09 02:36:09] "POST /network-policys HTTP/1.1" 200 563 0.027403 10.0.0.56 - - [2025-10-09 02:36:09] "GET /network-policy/d4cbfc46-6b69-4aff-b0cc-aeb1080ecd0a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.006035 10.0.0.56 - - [2025-10-09 02:36:10] "POST /fqname-to-id HTTP/1.1" 404 229 0.003464 10.0.0.56 - - [2025-10-09 02:36:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003075 10.0.0.41 - - [2025-10-09 02:36:10] "GET /projects?obj_uuids=d9d7671b-f4ba-4c56-86c3-017ae32479dc&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001065 10.0.0.56 - - [2025-10-09 02:36:10] "GET /project/d9d7671b-f4ba-4c56-86c3-017ae32479dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.045753 10.0.0.56 - - [2025-10-09 02:36:10] "POST /network-policys HTTP/1.1" 200 563 0.028419 10.0.0.56 - - [2025-10-09 02:36:10] "GET /network-policy/b15dad1f-ecab-4fd0-bde8-b6abf53f1492?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.006596 10.0.0.56 - - [2025-10-09 02:36:10] "POST /fqname-to-id HTTP/1.1" 404 229 0.003245 10.0.0.56 - - [2025-10-09 02:36:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.002663 10.0.0.41 - - [2025-10-09 02:36:10] "GET /projects?obj_uuids=d9d7671b-f4ba-4c56-86c3-017ae32479dc&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000958 10.0.0.56 - - [2025-10-09 02:36:10] "GET /project/d9d7671b-f4ba-4c56-86c3-017ae32479dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.046354 10.0.0.56 - - [2025-10-09 02:36:10] "POST /network-policys HTTP/1.1" 200 563 0.029232 10.0.0.56 - - [2025-10-09 02:36:10] "GET /network-policy/4245ca86-8546-43c2-890e-17d304dfe33a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5023 0.007224 10.0.0.56 - - [2025-10-09 02:36:10] "POST /fqname-to-id HTTP/1.1" 404 229 0.003853 10.0.0.56 - - [2025-10-09 02:36:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004131 10.0.0.41 - - [2025-10-09 02:36:10] "GET /projects?obj_uuids=d9d7671b-f4ba-4c56-86c3-017ae32479dc&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001169 10.0.0.56 - - [2025-10-09 02:36:10] "GET /project/d9d7671b-f4ba-4c56-86c3-017ae32479dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.047377 10.0.0.56 - - [2025-10-09 02:36:10] "POST /network-policys HTTP/1.1" 200 563 0.030413 10.0.0.56 - - [2025-10-09 02:36:11] "GET /network-policy/50ab96d5-fba4-41a3-bef3-04585c517e86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.006846 10.0.0.56 - - [2025-10-09 02:36:11] "POST /neutron/network HTTP/1.1" 200 1337 0.010327 10.0.0.41 - - [2025-10-09 02:36:11] "POST /fqname-to-id HTTP/1.1" 404 252 0.003045 10.0.0.56 - - [2025-10-09 02:36:11] "GET /virtual-network/2f3cea13-5191-45ba-8891-c58f8860a213?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6140 0.009207 10.0.0.56 - - [2025-10-09 02:36:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002927 10.0.0.56 - - [2025-10-09 02:36:11] "GET /network-policy/4245ca86-8546-43c2-890e-17d304dfe33a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5023 0.013288 10.0.0.56 - - [2025-10-09 02:36:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003228 10.0.0.56 - - [2025-10-09 02:36:11] "GET /network-policy/468df1d3-b077-4d92-8cf0-221a02da7c8a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.004648 10.0.0.56 - - [2025-10-09 02:36:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002659 10.0.0.56 - - [2025-10-09 02:36:11] "GET /network-policy/46f7f061-4838-4379-81ba-fa3073ecdc71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 8879 0.006080 10.0.0.56 - - [2025-10-09 02:36:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003116 10.0.0.56 - - [2025-10-09 02:36:11] "GET /network-policy/50ab96d5-fba4-41a3-bef3-04585c517e86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.004076 10.0.0.56 - - [2025-10-09 02:36:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003026 10.0.0.56 - - [2025-10-09 02:36:11] "GET /network-policy/646ce6b9-3348-4fdf-965b-8cf7d01c76b8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.005082 10.0.0.56 - - [2025-10-09 02:36:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002928 10.0.0.56 - - [2025-10-09 02:36:11] "GET /network-policy/b15dad1f-ecab-4fd0-bde8-b6abf53f1492?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.004826 10.0.0.56 - - [2025-10-09 02:36:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003517 10.0.0.56 - - [2025-10-09 02:36:11] "GET /network-policy/c21380ba-e553-4aad-b222-c5e7d460bcd5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.007286 10.0.0.56 - - [2025-10-09 02:36:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003243 10.0.0.56 - - [2025-10-09 02:36:11] "GET /network-policy/cf3916a3-32f1-4845-b022-a535e002d261?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.005522 10.0.0.56 - - [2025-10-09 02:36:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003385 10.0.0.56 - - [2025-10-09 02:36:12] "GET /network-policy/d4cbfc46-6b69-4aff-b0cc-aeb1080ecd0a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.006994 10.0.0.56 - - [2025-10-09 02:36:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003748 10.0.0.56 - - [2025-10-09 02:36:12] "GET /network-policy/f2fdbc39-74d4-4f1f-b2cb-6a072cf45b63?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.005833 10.0.0.56 - - [2025-10-09 02:36:12] "POST /id-to-fqname HTTP/1.1" 200 235 0.001887 10.0.0.56 - - [2025-10-09 02:36:12] "POST /neutron/network HTTP/1.1" 200 2260 0.014376 10.0.0.41 - - [2025-10-09 02:36:13] "GET /projects?obj_uuids=d9d7671b-f4ba-4c56-86c3-017ae32479dc&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001417 10.0.0.56 - - [2025-10-09 02:36:13] "GET /project/d9d7671b-f4ba-4c56-86c3-017ae32479dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.068679 10.0.0.56 - - [2025-10-09 02:36:13] "POST /neutron/port HTTP/1.1" 200 117 0.006912 10.0.0.41 - - [2025-10-09 02:36:13] "GET /projects?obj_uuids=d9d7671b-f4ba-4c56-86c3-017ae32479dc&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001026 10.0.0.56 - - [2025-10-09 02:36:14] "POST /neutron/port HTTP/1.1" 200 1174 0.424795 10.0.0.56 - - [2025-10-09 02:36:14] "POST /neutron/port HTTP/1.1" 200 1228 0.130605 10.0.0.56 - - [2025-10-09 02:36:14] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005977 10.0.0.56 - - [2025-10-09 02:36:14] "POST /neutron/port HTTP/1.1" 200 117 0.001214 10.0.0.56 - - [2025-10-09 02:36:18] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007756 10.0.0.56 - - [2025-10-09 02:36:18] "POST /neutron/port HTTP/1.1" 200 1202 0.016175 10.0.0.56 - - [2025-10-09 02:36:18] "GET /virtual-machine/3713d3ce-3f4f-4a47-a623-bdab4f67c046 HTTP/1.1" 401 292 0.000423 10.0.0.56 - - [2025-10-09 02:36:18] "GET /virtual-machine/3713d3ce-3f4f-4a47-a623-bdab4f67c046 HTTP/1.1" 200 1304 0.026448 10.0.0.56 - - [2025-10-09 02:36:18] "GET /virtual-machine-interface/15bd7fcd-992d-4044-ac6c-a86e00aa52e8 HTTP/1.1" 200 3169 0.005103 10.0.0.56 - - [2025-10-09 02:36:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003107 10.0.0.56 - - [2025-10-09 02:36:18] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003535 10.0.0.56 - - [2025-10-09 02:36:18] "GET /virtual-networks?parent_id=d9d7671b-f4ba-4c56-86c3-017ae32479dc&detail=False&count=False&shared=False HTTP/1.1" 200 366 0.002907 10.0.0.56 - - [2025-10-09 02:36:19] "GET /virtual-network/2f3cea13-5191-45ba-8891-c58f8860a213?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6140 0.006340 10.0.0.56 - - [2025-10-09 02:36:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.005816 10.0.0.56 - - [2025-10-09 02:36:22] "GET /virtual-network/2f3cea13-5191-45ba-8891-c58f8860a213?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6140 0.006169 10.0.0.56 - - [2025-10-09 02:36:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003920 10.0.0.56 - - [2025-10-09 02:36:26] "GET /virtual-network/2f3cea13-5191-45ba-8891-c58f8860a213?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6140 0.006433 10.0.0.56 - - [2025-10-09 02:36:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003677 10.0.0.56 - - [2025-10-09 02:36:30] "GET /virtual-network/2f3cea13-5191-45ba-8891-c58f8860a213?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6140 0.006531 10.0.0.56 - - [2025-10-09 02:36:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004500 10.0.0.56 - - [2025-10-09 02:36:34] "GET /virtual-network/2f3cea13-5191-45ba-8891-c58f8860a213?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6140 0.006575 10.0.0.56 - - [2025-10-09 02:36:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003792 10.0.0.56 - - [2025-10-09 02:36:38] "GET /virtual-network/2f3cea13-5191-45ba-8891-c58f8860a213?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6140 0.006249 10.0.0.56 - - [2025-10-09 02:36:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004023 10.0.0.56 - - [2025-10-09 02:36:42] "GET /virtual-network/2f3cea13-5191-45ba-8891-c58f8860a213?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6140 0.006239 10.0.0.56 - - [2025-10-09 02:36:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004076 10.0.0.56 - - [2025-10-09 02:36:46] "GET /virtual-network/2f3cea13-5191-45ba-8891-c58f8860a213?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6140 0.006176 10.0.0.56 - - [2025-10-09 02:36:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004717 10.0.0.56 - - [2025-10-09 02:36:51] "GET /virtual-network/2f3cea13-5191-45ba-8891-c58f8860a213?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6140 0.006128 10.0.0.56 - - [2025-10-09 02:36:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004220 10.0.0.56 - - [2025-10-09 02:36:53] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004139 10.0.0.56 - - [2025-10-09 02:36:53] "GET /virtual-networks?parent_id=d9d7671b-f4ba-4c56-86c3-017ae32479dc&detail=False&count=False&shared=False HTTP/1.1" 200 366 0.003145 10.0.0.56 - - [2025-10-09 02:36:53] "GET /virtual-network/2f3cea13-5191-45ba-8891-c58f8860a213?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6140 0.007182 10.0.0.56 - - [2025-10-09 02:36:53] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007644 10.0.0.56 - - [2025-10-09 02:37:02] "POST /neutron/port HTTP/1.1" 200 1202 0.015783 10.0.0.56 - - [2025-10-09 02:37:03] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007559 10.0.0.56 - - [2025-10-09 02:37:11] "POST /neutron/port HTTP/1.1" 200 1202 0.015489 10.0.0.56 - - [2025-10-09 02:37:11] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003837 10.0.0.56 - - [2025-10-09 02:37:11] "POST /neutron/port HTTP/1.1" 200 117 0.001268 10.0.0.56 - - [2025-10-09 02:37:14] "POST /neutron/port HTTP/1.1" 200 1202 0.015644 10.0.0.56 - - [2025-10-09 02:37:14] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007190 10.0.0.56 - - [2025-10-09 02:37:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003556 10.0.0.56 - - [2025-10-09 02:37:14] "GET /network-policy/f2fdbc39-74d4-4f1f-b2cb-6a072cf45b63?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.004427 10.0.0.56 - - [2025-10-09 02:37:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.002883 10.0.0.56 - - [2025-10-09 02:37:14] "GET /network-policy/46f7f061-4838-4379-81ba-fa3073ecdc71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 8879 0.005391 10.0.0.56 - - [2025-10-09 02:37:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003358 10.0.0.56 - - [2025-10-09 02:37:14] "GET /network-policy/cf3916a3-32f1-4845-b022-a535e002d261?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.004746 10.0.0.56 - - [2025-10-09 02:37:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.005971 10.0.0.56 - - [2025-10-09 02:37:14] "GET /network-policy/468df1d3-b077-4d92-8cf0-221a02da7c8a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.006122 10.0.0.56 - - [2025-10-09 02:37:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003113 10.0.0.56 - - [2025-10-09 02:37:14] "GET /network-policy/c21380ba-e553-4aad-b222-c5e7d460bcd5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.005654 10.0.0.56 - - [2025-10-09 02:37:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004008 10.0.0.56 - - [2025-10-09 02:37:14] "GET /network-policy/646ce6b9-3348-4fdf-965b-8cf7d01c76b8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.005434 10.0.0.56 - - [2025-10-09 02:37:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003471 10.0.0.56 - - [2025-10-09 02:37:14] "GET /network-policy/d4cbfc46-6b69-4aff-b0cc-aeb1080ecd0a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.004735 10.0.0.56 - - [2025-10-09 02:37:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003800 10.0.0.56 - - [2025-10-09 02:37:14] "GET /network-policy/b15dad1f-ecab-4fd0-bde8-b6abf53f1492?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.004709 10.0.0.56 - - [2025-10-09 02:37:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003415 10.0.0.56 - - [2025-10-09 02:37:14] "GET /network-policy/4245ca86-8546-43c2-890e-17d304dfe33a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5023 0.004442 10.0.0.56 - - [2025-10-09 02:37:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003326 10.0.0.56 - - [2025-10-09 02:37:14] "GET /network-policy/50ab96d5-fba4-41a3-bef3-04585c517e86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.004794 10.0.0.41 - - [2025-10-09 02:37:15] "PUT /access-control-list/89dbea68-8ad9-44b6-94fa-e4f29e0eb79d HTTP/1.1" 200 272 0.040743 10.0.0.56 - - [2025-10-09 02:37:15] "POST /neutron/network HTTP/1.1" 200 1440 0.032094 10.0.0.56 - - [2025-10-09 02:37:15] "GET /virtual-network/2f3cea13-5191-45ba-8891-c58f8860a213?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3494 0.006767 10.0.0.56 - - [2025-10-09 02:37:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003807 10.0.0.56 - - [2025-10-09 02:37:15] "GET /network-policy/f2fdbc39-74d4-4f1f-b2cb-6a072cf45b63?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.005706 10.0.0.41 - - [2025-10-09 02:37:20] "POST /fqname-to-id HTTP/1.1" 404 207 0.045073 10.0.0.56 - - [2025-10-09 02:37:20] "POST /neutron/network HTTP/1.1" 200 1440 0.017168 10.0.0.56 - - [2025-10-09 02:37:20] "GET /virtual-network/2f3cea13-5191-45ba-8891-c58f8860a213?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3494 0.005322 10.0.0.56 - - [2025-10-09 02:37:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.002761 10.0.0.56 - - [2025-10-09 02:37:20] "GET /network-policy/46f7f061-4838-4379-81ba-fa3073ecdc71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 8879 0.004760 10.0.0.56 - - [2025-10-09 02:37:23] "GET /obj-perms HTTP/1.1" 200 5056 0.047867 10.0.0.56 - - [2025-10-09 02:37:25] "POST /neutron/network HTTP/1.1" 200 1440 0.012827 10.0.0.56 - - [2025-10-09 02:37:25] "GET /virtual-network/2f3cea13-5191-45ba-8891-c58f8860a213?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3494 0.006389 10.0.0.56 - - [2025-10-09 02:37:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003504 10.0.0.56 - - [2025-10-09 02:37:25] "GET /network-policy/cf3916a3-32f1-4845-b022-a535e002d261?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.004293 10.0.0.41 - - [2025-10-09 02:37:30] "PUT /access-control-list/89dbea68-8ad9-44b6-94fa-e4f29e0eb79d HTTP/1.1" 200 272 0.066893 10.0.0.56 - - [2025-10-09 02:37:30] "POST /neutron/network HTTP/1.1" 200 1440 0.022890 10.0.0.56 - - [2025-10-09 02:37:30] "GET /virtual-network/2f3cea13-5191-45ba-8891-c58f8860a213?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3494 0.007684 10.0.0.56 - - [2025-10-09 02:37:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004143 10.0.0.56 - - [2025-10-09 02:37:30] "GET /network-policy/468df1d3-b077-4d92-8cf0-221a02da7c8a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.004469 10.0.0.41 - - [2025-10-09 02:37:36] "POST /fqname-to-id HTTP/1.1" 404 207 0.010849 10.0.0.56 - - [2025-10-09 02:37:36] "POST /neutron/network HTTP/1.1" 200 1440 0.028362 10.0.0.56 - - [2025-10-09 02:37:36] "GET /virtual-network/2f3cea13-5191-45ba-8891-c58f8860a213?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3494 0.007321 10.0.0.56 - - [2025-10-09 02:37:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.011959 10.0.0.56 - - [2025-10-09 02:37:36] "GET /network-policy/c21380ba-e553-4aad-b222-c5e7d460bcd5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.005096 10.0.0.56 - - [2025-10-09 02:37:41] "POST /neutron/network HTTP/1.1" 200 1440 0.014329 10.0.0.56 - - [2025-10-09 02:37:41] "GET /virtual-network/2f3cea13-5191-45ba-8891-c58f8860a213?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3494 0.005940 10.0.0.56 - - [2025-10-09 02:37:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.002693 10.0.0.56 - - [2025-10-09 02:37:41] "GET /network-policy/646ce6b9-3348-4fdf-965b-8cf7d01c76b8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.004677 10.0.0.41 - - [2025-10-09 02:37:46] "PUT /access-control-list/89dbea68-8ad9-44b6-94fa-e4f29e0eb79d HTTP/1.1" 200 272 0.062316 10.0.0.56 - - [2025-10-09 02:37:46] "POST /neutron/network HTTP/1.1" 200 1440 0.019245 10.0.0.56 - - [2025-10-09 02:37:46] "GET /virtual-network/2f3cea13-5191-45ba-8891-c58f8860a213?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3494 0.006324 10.0.0.56 - - [2025-10-09 02:37:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.013148 10.0.0.56 - - [2025-10-09 02:37:46] "GET /network-policy/d4cbfc46-6b69-4aff-b0cc-aeb1080ecd0a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.004692 10.0.0.41 - - [2025-10-09 02:37:51] "POST /fqname-to-id HTTP/1.1" 404 207 0.005941 10.0.0.56 - - [2025-10-09 02:37:51] "POST /neutron/network HTTP/1.1" 200 1440 0.011919 10.0.0.56 - - [2025-10-09 02:37:51] "GET /virtual-network/2f3cea13-5191-45ba-8891-c58f8860a213?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3494 0.004637 10.0.0.56 - - [2025-10-09 02:37:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002976 10.0.0.56 - - [2025-10-09 02:37:52] "GET /network-policy/b15dad1f-ecab-4fd0-bde8-b6abf53f1492?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.004428 10.0.0.56 - - [2025-10-09 02:37:57] "POST /neutron/network HTTP/1.1" 200 1440 0.013062 10.0.0.56 - - [2025-10-09 02:37:57] "GET /virtual-network/2f3cea13-5191-45ba-8891-c58f8860a213?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3494 0.005579 10.0.0.56 - - [2025-10-09 02:37:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002678 10.0.0.56 - - [2025-10-09 02:37:57] "GET /network-policy/4245ca86-8546-43c2-890e-17d304dfe33a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5023 0.004689 10.0.0.41 - - [2025-10-09 02:38:00] "GET /global-system-configs HTTP/1.1" 401 292 0.000455 10.0.0.41 - - [2025-10-09 02:38:00] "GET /global-system-configs HTTP/1.1" 401 292 0.000400 10.0.0.41 - - [2025-10-09 02:38:01] "GET /global-system-configs HTTP/1.1" 401 292 0.000443 10.0.0.41 - - [2025-10-09 02:38:01] "GET /global-system-configs HTTP/1.1" 401 292 0.001055 10.0.0.19 - - [2025-10-09 02:38:01] "GET /global-system-configs HTTP/1.1" 401 292 0.000917 10.0.0.19 - - [2025-10-09 02:38:01] "GET /global-system-configs HTTP/1.1" 401 292 0.000382 10.0.0.19 - - [2025-10-09 02:38:01] "GET /global-system-configs HTTP/1.1" 401 292 0.000396 10.0.0.19 - - [2025-10-09 02:38:01] "GET /global-system-configs HTTP/1.1" 401 292 0.000463 10.0.0.41 - - [2025-10-09 02:38:02] "PUT /access-control-list/89dbea68-8ad9-44b6-94fa-e4f29e0eb79d HTTP/1.1" 200 272 0.076886 10.0.0.56 - - [2025-10-09 02:38:02] "POST /neutron/network HTTP/1.1" 200 1440 0.030582 10.0.0.56 - - [2025-10-09 02:38:02] "GET /virtual-network/2f3cea13-5191-45ba-8891-c58f8860a213?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3494 0.005359 10.0.0.56 - - [2025-10-09 02:38:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.002969 10.0.0.56 - - [2025-10-09 02:38:02] "GET /network-policy/50ab96d5-fba4-41a3-bef3-04585c517e86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.004631 10.0.0.56 - - [2025-10-09 02:38:03] "GET /global-system-configs HTTP/1.1" 401 292 0.000453 10.0.0.56 - - [2025-10-09 02:38:03] "GET /global-system-configs HTTP/1.1" 401 292 0.000392 10.0.0.56 - - [2025-10-09 02:38:05] "GET /global-system-configs HTTP/1.1" 401 292 0.000433 10.0.0.56 - - [2025-10-09 02:38:05] "GET /global-system-configs HTTP/1.1" 401 292 0.000502 10.0.0.56 - - [2025-10-09 02:38:07] "GET /virtual-machine/3713d3ce-3f4f-4a47-a623-bdab4f67c046 HTTP/1.1" 200 1304 0.004676 10.0.0.56 - - [2025-10-09 02:38:08] "POST /neutron/port HTTP/1.1" 200 151 0.219614 10.0.0.56 - - [2025-10-09 02:38:09] "GET /virtual-machine/3713d3ce-3f4f-4a47-a623-bdab4f67c046 HTTP/1.1" 404 171 0.003504 10.0.0.56 - - [2025-10-09 02:38:09] "GET /virtual-machine/3713d3ce-3f4f-4a47-a623-bdab4f67c046 HTTP/1.1" 404 171 0.002770 10.0.0.56 - - [2025-10-09 02:38:09] "GET /virtual-machine/3713d3ce-3f4f-4a47-a623-bdab4f67c046 HTTP/1.1" 404 171 0.002533 10.0.0.56 - - [2025-10-09 02:38:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.004551 10.0.0.56 - - [2025-10-09 02:38:09] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.010867 10.0.0.56 - - [2025-10-09 02:38:09] "GET /virtual-networks?parent_id=d9d7671b-f4ba-4c56-86c3-017ae32479dc&detail=False&count=False&shared=False HTTP/1.1" 200 366 0.003471 10.0.0.56 - - [2025-10-09 02:38:09] "GET /virtual-network/2f3cea13-5191-45ba-8891-c58f8860a213?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3494 0.006968 10.0.0.56 - - [2025-10-09 02:38:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003615 10.0.0.56 - - [2025-10-09 02:38:10] "GET /routing-instance/17fd0aff-f83e-4300-9433-a2fd85e92045?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1499 0.006665 10.0.0.56 - - [2025-10-09 02:38:10] "GET /route-target/2e0cc04c-5fdb-4700-9074-12ba768acd8d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004349 10.0.0.56 - - [2025-10-09 02:38:10] "GET /obj-perms HTTP/1.1" 200 5019 0.044804 10.0.0.19 - - [2025-10-09 02:38:10] "GET /obj-perms HTTP/1.1" 200 5019 0.004114 10.0.0.56 - - [2025-10-09 02:38:10] "GET /virtual-network/2f3cea13-5191-45ba-8891-c58f8860a213?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3494 0.005916 10.0.0.41 - - [2025-10-09 02:38:10] "POST /fqname-to-id HTTP/1.1" 404 207 0.003651 10.0.0.56 - - [2025-10-09 02:38:10] "POST /neutron/network HTTP/1.1" 200 1337 0.021130 10.0.0.56 - - [2025-10-09 02:38:10] "GET /virtual-network/2f3cea13-5191-45ba-8891-c58f8860a213?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3175 0.005315 10.0.0.56 - - [2025-10-09 02:38:10] "DELETE /network-policy/50ab96d5-fba4-41a3-bef3-04585c517e86 HTTP/1.1" 200 115 0.035680 10.0.0.56 - - [2025-10-09 02:38:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003342 10.0.0.41 - - [2025-10-09 02:38:10] "GET /projects?obj_uuids=d9d7671b-f4ba-4c56-86c3-017ae32479dc&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.023871 10.0.0.56 - - [2025-10-09 02:38:10] "GET /project/d9d7671b-f4ba-4c56-86c3-017ae32479dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.063416 10.0.0.56 - - [2025-10-09 02:38:10] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-21623282&detail=False&count=False&shared=False HTTP/1.1" 200 2255 0.005694 10.0.0.56 - - [2025-10-09 02:38:10] "DELETE /network-policy/4245ca86-8546-43c2-890e-17d304dfe33a HTTP/1.1" 200 115 0.046643 10.0.0.56 - - [2025-10-09 02:38:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.007552 10.0.0.41 - - [2025-10-09 02:38:11] "GET /projects?obj_uuids=d9d7671b-f4ba-4c56-86c3-017ae32479dc&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000993 10.0.0.56 - - [2025-10-09 02:38:11] "GET /project/d9d7671b-f4ba-4c56-86c3-017ae32479dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.046111 10.0.0.56 - - [2025-10-09 02:38:11] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-21623282&detail=False&count=False&shared=False HTTP/1.1" 200 2019 0.006324 10.0.0.56 - - [2025-10-09 02:38:11] "DELETE /network-policy/b15dad1f-ecab-4fd0-bde8-b6abf53f1492 HTTP/1.1" 200 115 0.048289 10.0.0.56 - - [2025-10-09 02:38:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004028 10.0.0.41 - - [2025-10-09 02:38:11] "GET /projects?obj_uuids=d9d7671b-f4ba-4c56-86c3-017ae32479dc&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001468 10.0.0.56 - - [2025-10-09 02:38:11] "GET /project/d9d7671b-f4ba-4c56-86c3-017ae32479dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.047534 10.0.0.56 - - [2025-10-09 02:38:11] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-21623282&detail=False&count=False&shared=False HTTP/1.1" 200 1783 0.006057 10.0.0.56 - - [2025-10-09 02:38:11] "DELETE /network-policy/d4cbfc46-6b69-4aff-b0cc-aeb1080ecd0a HTTP/1.1" 200 115 0.059680 10.0.0.56 - - [2025-10-09 02:38:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003704 10.0.0.41 - - [2025-10-09 02:38:11] "GET /projects?obj_uuids=d9d7671b-f4ba-4c56-86c3-017ae32479dc&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001448 10.0.0.56 - - [2025-10-09 02:38:11] "GET /project/d9d7671b-f4ba-4c56-86c3-017ae32479dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.042964 10.0.0.56 - - [2025-10-09 02:38:11] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-21623282&detail=False&count=False&shared=False HTTP/1.1" 200 1547 0.005948 10.0.0.56 - - [2025-10-09 02:38:11] "DELETE /network-policy/646ce6b9-3348-4fdf-965b-8cf7d01c76b8 HTTP/1.1" 200 115 0.046808 10.0.0.56 - - [2025-10-09 02:38:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003811 10.0.0.41 - - [2025-10-09 02:38:11] "GET /projects?obj_uuids=d9d7671b-f4ba-4c56-86c3-017ae32479dc&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000939 10.0.0.56 - - [2025-10-09 02:38:11] "GET /project/d9d7671b-f4ba-4c56-86c3-017ae32479dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.041852 10.0.0.56 - - [2025-10-09 02:38:11] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-21623282&detail=False&count=False&shared=False HTTP/1.1" 200 1311 0.006597 10.0.0.56 - - [2025-10-09 02:38:11] "DELETE /network-policy/c21380ba-e553-4aad-b222-c5e7d460bcd5 HTTP/1.1" 200 115 0.042768 10.0.0.56 - - [2025-10-09 02:38:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003024 10.0.0.41 - - [2025-10-09 02:38:11] "GET /projects?obj_uuids=d9d7671b-f4ba-4c56-86c3-017ae32479dc&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000972 10.0.0.56 - - [2025-10-09 02:38:11] "GET /project/d9d7671b-f4ba-4c56-86c3-017ae32479dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.041098 10.0.0.56 - - [2025-10-09 02:38:12] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-21623282&detail=False&count=False&shared=False HTTP/1.1" 200 1074 0.005719 10.0.0.56 - - [2025-10-09 02:38:12] "DELETE /network-policy/468df1d3-b077-4d92-8cf0-221a02da7c8a HTTP/1.1" 200 115 0.039179 10.0.0.56 - - [2025-10-09 02:38:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003146 10.0.0.41 - - [2025-10-09 02:38:12] "GET /projects?obj_uuids=d9d7671b-f4ba-4c56-86c3-017ae32479dc&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000960 10.0.0.56 - - [2025-10-09 02:38:12] "GET /project/d9d7671b-f4ba-4c56-86c3-017ae32479dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.053220 10.0.0.56 - - [2025-10-09 02:38:12] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-21623282&detail=False&count=False&shared=False HTTP/1.1" 200 838 0.006010 10.0.0.56 - - [2025-10-09 02:38:12] "DELETE /network-policy/cf3916a3-32f1-4845-b022-a535e002d261 HTTP/1.1" 200 115 0.038107 10.0.0.56 - - [2025-10-09 02:38:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003820 10.0.0.41 - - [2025-10-09 02:38:12] "GET /projects?obj_uuids=d9d7671b-f4ba-4c56-86c3-017ae32479dc&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001070 10.0.0.56 - - [2025-10-09 02:38:12] "GET /project/d9d7671b-f4ba-4c56-86c3-017ae32479dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.039773 10.0.0.56 - - [2025-10-09 02:38:12] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-21623282&detail=False&count=False&shared=False HTTP/1.1" 200 602 0.005613 10.0.0.56 - - [2025-10-09 02:38:12] "DELETE /network-policy/46f7f061-4838-4379-81ba-fa3073ecdc71 HTTP/1.1" 200 115 0.046064 10.0.0.56 - - [2025-10-09 02:38:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003441 10.0.0.41 - - [2025-10-09 02:38:12] "GET /projects?obj_uuids=d9d7671b-f4ba-4c56-86c3-017ae32479dc&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000988 10.0.0.56 - - [2025-10-09 02:38:12] "GET /project/d9d7671b-f4ba-4c56-86c3-017ae32479dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.033591 10.0.0.56 - - [2025-10-09 02:38:12] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-21623282&detail=False&count=False&shared=False HTTP/1.1" 200 366 0.005948 10.0.0.56 - - [2025-10-09 02:38:12] "DELETE /network-policy/f2fdbc39-74d4-4f1f-b2cb-6a072cf45b63 HTTP/1.1" 200 115 0.040977 10.0.0.56 - - [2025-10-09 02:38:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003484 10.0.0.41 - - [2025-10-09 02:38:12] "GET /projects?obj_uuids=d9d7671b-f4ba-4c56-86c3-017ae32479dc&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000942 10.0.0.56 - - [2025-10-09 02:38:12] "GET /project/d9d7671b-f4ba-4c56-86c3-017ae32479dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.043334 10.0.0.56 - - [2025-10-09 02:38:12] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-21623282&detail=False&count=False&shared=False HTTP/1.1" 200 131 0.006070 10.0.0.41 - - [2025-10-09 02:38:13] "DELETE /route-target/2e0cc04c-5fdb-4700-9074-12ba768acd8d HTTP/1.1" 200 115 0.022479 10.0.0.56 - - [2025-10-09 02:38:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.009695 10.0.0.56 - - [2025-10-09 02:38:13] "DELETE /network-ipam/266920b4-3c11-479a-9357-e78834852262 HTTP/1.1" 200 115 0.043511 10.0.0.56 - - [2025-10-09 02:38:13] "POST /fqname-to-id HTTP/1.1" 404 260 0.003510 10.0.0.41 - - [2025-10-09 02:38:13] "GET /projects?obj_uuids=d9d7671b-f4ba-4c56-86c3-017ae32479dc&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000978 10.0.0.41 - - [2025-10-09 02:38:13] "GET /project/d9d7671b-f4ba-4c56-86c3-017ae32479dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1516 0.043638 10.0.0.41 - - [2025-10-09 02:38:13] "GET /projects?obj_uuids=d9d7671b-f4ba-4c56-86c3-017ae32479dc&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000887 10.0.0.41 - - [2025-10-09 02:38:13] "GET /project/d9d7671b-f4ba-4c56-86c3-017ae32479dc?fields=security_groups HTTP/1.1" 200 1399 0.066525 10.0.0.41 - - [2025-10-09 02:38:13] "DELETE /security-group/9d81e6ad-8cb2-4ba2-a2bf-e3cc48ba55d9 HTTP/1.1" 200 115 0.055256 10.0.0.41 - - [2025-10-09 02:38:13] "GET /projects?obj_uuids=d9d7671b-f4ba-4c56-86c3-017ae32479dc&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001392 10.0.0.41 - - [2025-10-09 02:38:13] "GET /project/d9d7671b-f4ba-4c56-86c3-017ae32479dc?fields=application_policy_sets HTTP/1.1" 200 1438 0.086069 10.0.0.56 - - [2025-10-09 02:38:13] "DELETE /project/d9d7671b-f4ba-4c56-86c3-017ae32479dc HTTP/1.1" 200 115 0.443339 10.0.0.41 - - [2025-10-09 02:38:13] "GET /domains?obj_uuids=7ed77c0b-e642-4c13-a404-7756503cf17d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000965 10.0.0.56 - - [2025-10-09 02:38:13] "GET /domain/7ed77c0b-e642-4c13-a404-7756503cf17d?fields=projects HTTP/1.1" 200 1244 0.010113 10.0.0.41 - - [2025-10-09 02:38:16] "GET /projects?obj_uuids=d9d7671b-f4ba-4c56-86c3-017ae32479dc&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004531 10.0.0.41 - - [2025-10-09 02:38:16] "GET /domains?obj_uuids=7ed77c0b-e642-4c13-a404-7756503cf17d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001036 10.0.0.41 - - [2025-10-09 02:38:16] "GET /domain/7ed77c0b-e642-4c13-a404-7756503cf17d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.034944 10.0.0.41 - - [2025-10-09 02:38:16] "POST /id-to-fqname HTTP/1.1" 200 202 0.007163 10.0.0.41 - - [2025-10-09 02:38:16] "POST /fqname-to-id HTTP/1.1" 404 211 0.006979 10.0.0.41 - - [2025-10-09 02:38:16] "POST /security-groups HTTP/1.1" 200 603 0.077893 10.0.0.41 - - [2025-10-09 02:38:16] "POST /fqname-to-id HTTP/1.1" 404 246 0.004344 10.0.0.41 - - [2025-10-09 02:38:16] "POST /projects HTTP/1.1" 200 609 0.306751 10.0.0.41 - - [2025-10-09 02:38:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.384455 10.0.0.41 - - [2025-10-09 02:38:17] "POST /access-control-lists HTTP/1.1" 200 606 0.031161 10.0.0.56 - - [2025-10-09 02:38:17] "GET /project/d9d7671b-f4ba-4c56-86c3-017ae32479dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.567145 10.0.0.41 - - [2025-10-09 02:38:17] "GET /projects?obj_uuids=d9d7671b-f4ba-4c56-86c3-017ae32479dc&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001652 10.0.0.56 - - [2025-10-09 02:38:17] "GET /project/d9d7671b-f4ba-4c56-86c3-017ae32479dc?fields=virtual_networks HTTP/1.1" 200 1056 0.047015 10.0.0.41 - - [2025-10-09 02:38:17] "GET /projects?obj_uuids=d9d7671b-f4ba-4c56-86c3-017ae32479dc&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001071 10.0.0.56 - - [2025-10-09 02:38:17] "GET /project/d9d7671b-f4ba-4c56-86c3-017ae32479dc?fields=virtual_machine_interfaces HTTP/1.1" 200 1056 0.036721 10.0.0.41 - - [2025-10-09 02:38:17] "GET /projects?obj_uuids=d9d7671b-f4ba-4c56-86c3-017ae32479dc&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001001 10.0.0.56 - - [2025-10-09 02:38:17] "GET /project/d9d7671b-f4ba-4c56-86c3-017ae32479dc?fields=security_groups HTTP/1.1" 200 1294 0.039555 10.0.0.56 - - [2025-10-09 02:38:18] "POST /fqname-to-id HTTP/1.1" 404 194 0.026270 10.0.0.41 - - [2025-10-09 02:38:18] "GET /projects?obj_uuids=50faa420-3d91-4248-92a3-919510a44737&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004104 10.0.0.41 - - [2025-10-09 02:38:18] "GET /domains?obj_uuids=7ed77c0b-e642-4c13-a404-7756503cf17d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001354 10.0.0.41 - - [2025-10-09 02:38:18] "GET /domain/7ed77c0b-e642-4c13-a404-7756503cf17d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.009079 10.0.0.41 - - [2025-10-09 02:38:18] "POST /id-to-fqname HTTP/1.1" 200 196 0.006748 10.0.0.41 - - [2025-10-09 02:38:18] "POST /fqname-to-id HTTP/1.1" 404 205 0.006530 10.0.0.41 - - [2025-10-09 02:38:18] "POST /security-groups HTTP/1.1" 200 597 0.033307 10.0.0.41 - - [2025-10-09 02:38:18] "POST /projects HTTP/1.1" 200 597 0.261850 10.0.0.41 - - [2025-10-09 02:38:18] "POST /fqname-to-id HTTP/1.1" 404 239 0.006409 10.0.0.41 - - [2025-10-09 02:38:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.338471 10.0.0.56 - - [2025-10-09 02:38:18] "GET /project/50faa420-3d91-4248-92a3-919510a44737?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.490460 10.0.0.56 - - [2025-10-09 02:38:19] "GET / HTTP/1.1" 200 35931 0.001638 10.0.0.56 - - [2025-10-09 02:38:21] "GET /project/50faa420-3d91-4248-92a3-919510a44737?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000469 10.0.0.41 - - [2025-10-09 02:38:22] "GET /projects?obj_uuids=50faa420-3d91-4248-92a3-919510a44737&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001018 10.0.0.56 - - [2025-10-09 02:38:22] "GET /project/50faa420-3d91-4248-92a3-919510a44737?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.057397 10.0.0.56 - - [2025-10-09 02:38:22] "GET / HTTP/1.1" 200 35931 0.002153 10.0.0.56 - - [2025-10-09 02:38:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003904 10.0.0.41 - - [2025-10-09 02:38:23] "GET /domains?obj_uuids=7ed77c0b-e642-4c13-a404-7756503cf17d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000972 10.0.0.56 - - [2025-10-09 02:38:23] "GET /domain/7ed77c0b-e642-4c13-a404-7756503cf17d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.007407 10.0.0.56 - - [2025-10-09 02:38:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003624 10.0.0.41 - - [2025-10-09 02:38:23] "GET /projects?obj_uuids=50faa420-3d91-4248-92a3-919510a44737&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000986 10.0.0.56 - - [2025-10-09 02:38:23] "GET /project/50faa420-3d91-4248-92a3-919510a44737?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.048289 10.0.0.41 - - [2025-10-09 02:38:23] "GET /obj-perms HTTP/1.1" 200 5056 0.060125 10.0.0.56 - - [2025-10-09 02:38:24] "GET /domains HTTP/1.1" 401 292 0.000413 10.0.0.56 - - [2025-10-09 02:38:25] "GET /domains HTTP/1.1" 200 280 0.026689 10.0.0.41 - - [2025-10-09 02:38:25] "GET /domains?obj_uuids=7ed77c0b-e642-4c13-a404-7756503cf17d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001096 10.0.0.56 - - [2025-10-09 02:38:25] "GET /domain/7ed77c0b-e642-4c13-a404-7756503cf17d HTTP/1.1" 200 2777 0.011564 10.0.0.41 - - [2025-10-09 02:38:25] "GET /projects?obj_uuids=50faa420-3d91-4248-92a3-919510a44737&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001612 10.0.0.56 - - [2025-10-09 02:38:25] "GET /project/50faa420-3d91-4248-92a3-919510a44737 HTTP/1.1" 200 1888 0.094347 10.0.0.56 - - [2025-10-09 02:38:25] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 545 0.002913 10.0.0.56 - - [2025-10-09 02:38:25] "POST /network-ipams HTTP/1.1" 200 603 0.027894 10.0.0.56 - - [2025-10-09 02:38:25] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 798 0.003766 10.0.0.56 - - [2025-10-09 02:38:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003224 10.0.0.56 - - [2025-10-09 02:38:25] "GET /network-ipam/b0943cd3-e72d-4a4b-952b-e7392b8b1a85?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1381 0.006497 10.0.0.56 - - [2025-10-09 02:38:25] "PUT /network-ipam/b0943cd3-e72d-4a4b-952b-e7392b8b1a85 HTTP/1.1" 200 258 0.014558 10.0.0.56 - - [2025-10-09 02:38:25] "POST /fqname-to-id HTTP/1.1" 401 292 0.000469 10.0.0.56 - - [2025-10-09 02:38:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.025459 10.0.0.41 - - [2025-10-09 02:38:25] "GET /projects?obj_uuids=50faa420-3d91-4248-92a3-919510a44737&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001313 10.0.0.56 - - [2025-10-09 02:38:25] "GET /project/50faa420-3d91-4248-92a3-919510a44737?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.046376 10.0.0.56 - - [2025-10-09 02:38:26] "POST /neutron/network HTTP/1.1" 200 117 0.036008 10.0.0.41 - - [2025-10-09 02:38:26] "POST /ref-update HTTP/1.1" 200 156 0.028871 10.0.0.41 - - [2025-10-09 02:38:26] "POST /useragent-kv HTTP/1.1" 200 115 0.006372 10.0.0.56 - - [2025-10-09 02:38:26] "POST /neutron/subnet HTTP/1.1" 200 701 0.170734 10.0.0.56 - - [2025-10-09 02:38:26] "POST /id-to-fqname HTTP/1.1" 200 229 0.001354 10.0.0.56 - - [2025-10-09 02:38:26] "GET /virtual-network/5c1681ad-313e-4245-b2bb-f89edbd0931f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2574 0.005603 10.0.0.56 - - [2025-10-09 02:38:26] "GET /virtual-network/5c1681ad-313e-4245-b2bb-f89edbd0931f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2574 0.005737 10.0.0.56 - - [2025-10-09 02:38:26] "POST /neutron/network HTTP/1.1" 200 1074 0.011192 10.0.0.56 - - [2025-10-09 02:38:27] "GET /virtual-network/5c1681ad-313e-4245-b2bb-f89edbd0931f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2574 0.006339 10.0.0.56 - - [2025-10-09 02:38:27] "GET /obj-perms HTTP/1.1" 200 5013 0.045540 10.0.0.56 - - [2025-10-09 02:38:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.005033 10.0.0.41 - - [2025-10-09 02:38:28] "GET /projects?obj_uuids=50faa420-3d91-4248-92a3-919510a44737&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001155 10.0.0.56 - - [2025-10-09 02:38:28] "GET /project/50faa420-3d91-4248-92a3-919510a44737?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.053646 10.0.0.56 - - [2025-10-09 02:38:28] "POST /neutron/network HTTP/1.1" 200 117 0.014153 10.0.0.41 - - [2025-10-09 02:38:29] "POST /useragent-kv HTTP/1.1" 200 115 0.010318 10.0.0.56 - - [2025-10-09 02:38:29] "POST /neutron/subnet HTTP/1.1" 200 701 0.208412 10.0.0.56 - - [2025-10-09 02:38:29] "POST /id-to-fqname HTTP/1.1" 200 229 0.001714 10.0.0.56 - - [2025-10-09 02:38:29] "GET /virtual-network/fbd29c61-3faf-4ea2-a885-978de825c19f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2575 0.007054 10.0.0.56 - - [2025-10-09 02:38:29] "GET /virtual-network/fbd29c61-3faf-4ea2-a885-978de825c19f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2575 0.006254 10.0.0.56 - - [2025-10-09 02:38:29] "POST /neutron/network HTTP/1.1" 200 1074 0.009141 10.0.0.56 - - [2025-10-09 02:38:29] "GET /virtual-network/fbd29c61-3faf-4ea2-a885-978de825c19f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2575 0.005795 10.0.0.56 - - [2025-10-09 02:38:30] "POST /fqname-to-id HTTP/1.1" 404 205 0.003701 10.0.0.56 - - [2025-10-09 02:38:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003973 10.0.0.41 - - [2025-10-09 02:38:30] "GET /projects?obj_uuids=50faa420-3d91-4248-92a3-919510a44737&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001040 10.0.0.56 - - [2025-10-09 02:38:30] "GET /project/50faa420-3d91-4248-92a3-919510a44737?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.051258 10.0.0.56 - - [2025-10-09 02:38:30] "POST /network-policys HTTP/1.1" 200 527 0.033027 10.0.0.56 - - [2025-10-09 02:38:30] "GET /network-policy/5847d9b8-ff1f-4af0-994d-9b00b85b0c99?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3983 0.006116 10.0.0.56 - - [2025-10-09 02:38:30] "POST /fqname-to-id HTTP/1.1" 404 205 0.003363 10.0.0.56 - - [2025-10-09 02:38:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.002876 10.0.0.41 - - [2025-10-09 02:38:30] "GET /projects?obj_uuids=50faa420-3d91-4248-92a3-919510a44737&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001041 10.0.0.56 - - [2025-10-09 02:38:30] "GET /project/50faa420-3d91-4248-92a3-919510a44737?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.040341 10.0.0.56 - - [2025-10-09 02:38:30] "POST /network-policys HTTP/1.1" 200 527 0.033325 10.0.0.56 - - [2025-10-09 02:38:30] "GET /network-policy/ac665cf6-9cb9-4143-8041-a59fce1ce15f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3983 0.007030 10.0.0.56 - - [2025-10-09 02:38:30] "POST /fqname-to-id HTTP/1.1" 404 205 0.009314 10.0.0.56 - - [2025-10-09 02:38:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.002985 10.0.0.41 - - [2025-10-09 02:38:30] "GET /projects?obj_uuids=50faa420-3d91-4248-92a3-919510a44737&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000994 10.0.0.56 - - [2025-10-09 02:38:30] "GET /project/50faa420-3d91-4248-92a3-919510a44737?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.052996 10.0.0.56 - - [2025-10-09 02:38:30] "POST /network-policys HTTP/1.1" 200 527 0.029712 10.0.0.56 - - [2025-10-09 02:38:31] "GET /network-policy/2d9d1079-591b-4c81-bcc0-c36007a8488d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3983 0.007114 10.0.0.56 - - [2025-10-09 02:38:31] "POST /fqname-to-id HTTP/1.1" 404 205 0.004255 10.0.0.56 - - [2025-10-09 02:38:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.005006 10.0.0.41 - - [2025-10-09 02:38:31] "GET /projects?obj_uuids=50faa420-3d91-4248-92a3-919510a44737&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001269 10.0.0.56 - - [2025-10-09 02:38:31] "GET /project/50faa420-3d91-4248-92a3-919510a44737?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.051300 10.0.0.56 - - [2025-10-09 02:38:31] "POST /network-policys HTTP/1.1" 200 527 0.085953 10.0.0.56 - - [2025-10-09 02:38:31] "GET /network-policy/9fbb8917-1386-471c-bb95-7fda9f4edc7a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3984 0.006534 10.0.0.56 - - [2025-10-09 02:38:31] "POST /fqname-to-id HTTP/1.1" 404 207 0.003179 10.0.0.56 - - [2025-10-09 02:38:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003854 10.0.0.41 - - [2025-10-09 02:38:31] "GET /projects?obj_uuids=50faa420-3d91-4248-92a3-919510a44737&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001057 10.0.0.56 - - [2025-10-09 02:38:31] "GET /project/50faa420-3d91-4248-92a3-919510a44737?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.042119 10.0.0.56 - - [2025-10-09 02:38:31] "POST /network-policys HTTP/1.1" 200 531 0.027308 10.0.0.56 - - [2025-10-09 02:38:31] "GET /network-policy/8e7ff814-77ec-4dad-92f3-861a00685d9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1945 0.005828 10.0.0.56 - - [2025-10-09 02:38:31] "POST /fqname-to-id HTTP/1.1" 404 206 0.002905 10.0.0.56 - - [2025-10-09 02:38:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.002860 10.0.0.41 - - [2025-10-09 02:38:31] "GET /projects?obj_uuids=50faa420-3d91-4248-92a3-919510a44737&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000962 10.0.0.56 - - [2025-10-09 02:38:31] "GET /project/50faa420-3d91-4248-92a3-919510a44737?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.038991 10.0.0.56 - - [2025-10-09 02:38:32] "POST /network-policys HTTP/1.1" 200 529 0.028761 10.0.0.56 - - [2025-10-09 02:38:32] "GET /network-policy/be28cd3a-ac53-4516-ba83-09fb54ade520?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3987 0.006370 10.0.0.56 - - [2025-10-09 02:38:32] "POST /fqname-to-id HTTP/1.1" 404 206 0.002969 10.0.0.56 - - [2025-10-09 02:38:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003052 10.0.0.41 - - [2025-10-09 02:38:32] "GET /projects?obj_uuids=50faa420-3d91-4248-92a3-919510a44737&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000975 10.0.0.56 - - [2025-10-09 02:38:32] "GET /project/50faa420-3d91-4248-92a3-919510a44737?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.036142 10.0.0.56 - - [2025-10-09 02:38:32] "POST /network-policys HTTP/1.1" 200 529 0.074327 10.0.0.56 - - [2025-10-09 02:38:32] "GET /network-policy/588820b3-89a9-4cf2-a164-80948ef0dc18?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3986 0.006818 10.0.0.56 - - [2025-10-09 02:38:32] "POST /fqname-to-id HTTP/1.1" 404 206 0.003085 10.0.0.56 - - [2025-10-09 02:38:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003413 10.0.0.41 - - [2025-10-09 02:38:32] "GET /projects?obj_uuids=50faa420-3d91-4248-92a3-919510a44737&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001000 10.0.0.56 - - [2025-10-09 02:38:32] "GET /project/50faa420-3d91-4248-92a3-919510a44737?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.052220 10.0.0.56 - - [2025-10-09 02:38:32] "POST /network-policys HTTP/1.1" 200 529 0.031530 10.0.0.56 - - [2025-10-09 02:38:32] "GET /network-policy/002a2de1-8d23-49ff-90e1-c8aa55e01987?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3984 0.005464 10.0.0.56 - - [2025-10-09 02:38:32] "POST /fqname-to-id HTTP/1.1" 404 206 0.003278 10.0.0.56 - - [2025-10-09 02:38:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003351 10.0.0.41 - - [2025-10-09 02:38:33] "GET /projects?obj_uuids=50faa420-3d91-4248-92a3-919510a44737&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000957 10.0.0.56 - - [2025-10-09 02:38:33] "GET /project/50faa420-3d91-4248-92a3-919510a44737?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.042922 10.0.0.56 - - [2025-10-09 02:38:33] "POST /network-policys HTTP/1.1" 200 529 0.028985 10.0.0.56 - - [2025-10-09 02:38:33] "GET /network-policy/0c2f2862-0ab5-4b95-baac-04ccc60cf026?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3985 0.006108 10.0.0.56 - - [2025-10-09 02:38:33] "POST /fqname-to-id HTTP/1.1" 404 208 0.003087 10.0.0.56 - - [2025-10-09 02:38:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.002944 10.0.0.41 - - [2025-10-09 02:38:33] "GET /projects?obj_uuids=50faa420-3d91-4248-92a3-919510a44737&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001000 10.0.0.56 - - [2025-10-09 02:38:33] "GET /project/50faa420-3d91-4248-92a3-919510a44737?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.042280 10.0.0.56 - - [2025-10-09 02:38:33] "POST /network-policys HTTP/1.1" 200 533 0.029191 10.0.0.56 - - [2025-10-09 02:38:33] "GET /network-policy/3a9cf84a-e40c-4587-9c67-edcaf7f72169?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1127 0.009863 10.0.0.56 - - [2025-10-09 02:38:33] "POST /neutron/network HTTP/1.1" 200 1074 0.008785 10.0.0.41 - - [2025-10-09 02:38:33] "POST /fqname-to-id HTTP/1.1" 404 246 0.010535 10.0.0.56 - - [2025-10-09 02:38:34] "GET /virtual-network/5c1681ad-313e-4245-b2bb-f89edbd0931f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2872 0.020483 10.0.0.56 - - [2025-10-09 02:38:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004094 10.0.0.56 - - [2025-10-09 02:38:34] "GET /network-policy/5847d9b8-ff1f-4af0-994d-9b00b85b0c99?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3983 0.005163 10.0.0.56 - - [2025-10-09 02:38:34] "POST /neutron/network HTTP/1.1" 200 1074 0.009206 10.0.0.41 - - [2025-10-09 02:38:34] "POST /access-control-lists HTTP/1.1" 200 603 0.042268 10.0.0.56 - - [2025-10-09 02:38:34] "GET /virtual-network/fbd29c61-3faf-4ea2-a885-978de825c19f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2875 0.007264 10.0.0.56 - - [2025-10-09 02:38:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.005083 10.0.0.56 - - [2025-10-09 02:38:34] "GET /network-policy/8e7ff814-77ec-4dad-92f3-861a00685d9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1945 0.004022 10.0.0.56 - - [2025-10-09 02:38:34] "POST /id-to-fqname HTTP/1.1" 200 229 0.001462 10.0.0.56 - - [2025-10-09 02:38:34] "POST /neutron/network HTTP/1.1" 200 1167 0.010397 10.0.0.41 - - [2025-10-09 02:38:35] "GET /projects?obj_uuids=50faa420-3d91-4248-92a3-919510a44737&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000998 10.0.0.56 - - [2025-10-09 02:38:35] "GET /project/50faa420-3d91-4248-92a3-919510a44737?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.068306 10.0.0.56 - - [2025-10-09 02:38:35] "POST /neutron/port HTTP/1.1" 200 117 0.006528 10.0.0.56 - - [2025-10-09 02:38:35] "POST /id-to-fqname HTTP/1.1" 200 229 0.001399 10.0.0.56 - - [2025-10-09 02:38:36] "POST /neutron/network HTTP/1.1" 200 1167 0.009947 10.0.0.56 - - [2025-10-09 02:38:36] "POST /neutron/port HTTP/1.1" 200 1061 0.014649 10.0.0.41 - - [2025-10-09 02:38:36] "GET /projects?obj_uuids=50faa420-3d91-4248-92a3-919510a44737&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001008 10.0.0.56 - - [2025-10-09 02:38:36] "GET /project/50faa420-3d91-4248-92a3-919510a44737?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.117191 10.0.0.56 - - [2025-10-09 02:38:36] "POST /neutron/network HTTP/1.1" 200 1159 0.037101 10.0.0.56 - - [2025-10-09 02:38:36] "POST /neutron/port HTTP/1.1" 200 117 0.001169 10.0.0.56 - - [2025-10-09 02:38:36] "POST /neutron/security_group HTTP/1.1" 200 2064 0.009147 10.0.0.56 - - [2025-10-09 02:38:37] "POST /neutron/security_group HTTP/1.1" 200 2064 0.007359 10.0.0.41 - - [2025-10-09 02:38:37] "PUT /access-control-list/7c89b816-d7ef-4eba-9f57-d979d129fa2e HTTP/1.1" 200 272 0.016795 10.0.0.56 - - [2025-10-09 02:38:37] "POST /neutron/port HTTP/1.1" 200 1061 0.025836 10.0.0.56 - - [2025-10-09 02:38:37] "POST /neutron/port HTTP/1.1" 200 1089 0.019434 10.0.0.56 - - [2025-10-09 02:38:37] "POST /neutron/port HTTP/1.1" 200 117 0.001203 10.0.0.56 - - [2025-10-09 02:38:42] "POST /neutron/security_group HTTP/1.1" 200 2064 0.007357 10.0.0.56 - - [2025-10-09 02:38:42] "POST /neutron/port HTTP/1.1" 200 1089 0.019394 10.0.0.56 - - [2025-10-09 02:38:42] "GET /virtual-machine/ef4931ef-8db8-484a-be34-97b072aa0720 HTTP/1.1" 401 292 0.000442 10.0.0.56 - - [2025-10-09 02:38:42] "GET /virtual-machine/ef4931ef-8db8-484a-be34-97b072aa0720 HTTP/1.1" 200 1299 0.029136 10.0.0.56 - - [2025-10-09 02:38:42] "GET /virtual-machine-interface/0733f0fa-e1cc-4cd3-ba4f-a0f5878e5ed8 HTTP/1.1" 200 2950 0.006565 10.0.0.56 - - [2025-10-09 02:38:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004144 10.0.0.56 - - [2025-10-09 02:38:42] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.006688 10.0.0.56 - - [2025-10-09 02:38:42] "GET /virtual-networks?parent_id=50faa420-3d91-4248-92a3-919510a44737&detail=False&count=False&shared=False HTTP/1.1" 200 589 0.003225 10.0.0.56 - - [2025-10-09 02:38:42] "GET /virtual-network/5c1681ad-313e-4245-b2bb-f89edbd0931f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2872 0.007891 10.0.0.56 - - [2025-10-09 02:38:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003696 10.0.0.56 - - [2025-10-09 02:38:45] "GET /virtual-network/5c1681ad-313e-4245-b2bb-f89edbd0931f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2872 0.005586 10.0.0.56 - - [2025-10-09 02:38:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003736 10.0.0.56 - - [2025-10-09 02:38:50] "GET /virtual-network/5c1681ad-313e-4245-b2bb-f89edbd0931f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2872 0.006061 10.0.0.56 - - [2025-10-09 02:38:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003904 10.0.0.56 - - [2025-10-09 02:38:54] "GET /virtual-network/5c1681ad-313e-4245-b2bb-f89edbd0931f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2872 0.006289 10.0.0.56 - - [2025-10-09 02:38:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003878 10.0.0.56 - - [2025-10-09 02:38:58] "GET /virtual-network/5c1681ad-313e-4245-b2bb-f89edbd0931f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2872 0.005112 10.0.0.56 - - [2025-10-09 02:39:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003744 10.0.0.56 - - [2025-10-09 02:39:02] "GET /virtual-network/5c1681ad-313e-4245-b2bb-f89edbd0931f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2872 0.005535 10.0.0.41 - - [2025-10-09 02:39:04] "DELETE /project/d9d7671bf4ba4c5686c3017ae32479dc HTTP/1.1" 404 173 0.007193 10.0.0.41 - - [2025-10-09 02:39:04] "DELETE /project/50faa4203d91424892a3919510a44737 HTTP/1.1" 404 173 0.010019 10.0.0.41 - - [2025-10-09 02:39:04] "GET /projects?obj_uuids=d9d7671b-f4ba-4c56-86c3-017ae32479dc&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001218 10.0.0.41 - - [2025-10-09 02:39:04] "GET /project/d9d7671b-f4ba-4c56-86c3-017ae32479dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1516 0.046019 10.0.0.41 - - [2025-10-09 02:39:04] "GET /projects?obj_uuids=d9d7671b-f4ba-4c56-86c3-017ae32479dc&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001229 10.0.0.41 - - [2025-10-09 02:39:04] "GET /project/d9d7671b-f4ba-4c56-86c3-017ae32479dc?fields=security_groups HTTP/1.1" 200 1399 0.034473 10.0.0.41 - - [2025-10-09 02:39:04] "DELETE /security-group/6e011110-140a-4505-ac6d-193dc58381e4 HTTP/1.1" 200 115 0.057763 10.0.0.41 - - [2025-10-09 02:39:04] "GET /projects?obj_uuids=d9d7671b-f4ba-4c56-86c3-017ae32479dc&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001070 10.0.0.41 - - [2025-10-09 02:39:04] "GET /project/d9d7671b-f4ba-4c56-86c3-017ae32479dc?fields=application_policy_sets HTTP/1.1" 200 1438 0.047187 10.0.0.41 - - [2025-10-09 02:39:05] "DELETE /project/d9d7671b-f4ba-4c56-86c3-017ae32479dc HTTP/1.1" 200 115 0.387778 10.0.0.56 - - [2025-10-09 02:39:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004183 10.0.0.56 - - [2025-10-09 02:39:06] "GET /virtual-network/5c1681ad-313e-4245-b2bb-f89edbd0931f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2872 0.005407 10.0.0.56 - - [2025-10-09 02:39:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003587 10.0.0.56 - - [2025-10-09 02:39:10] "GET /virtual-network/5c1681ad-313e-4245-b2bb-f89edbd0931f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2872 0.004959 10.0.0.56 - - [2025-10-09 02:39:11] "POST /neutron/port HTTP/1.1" 200 1089 0.015247 10.0.0.56 - - [2025-10-09 02:39:11] "POST /neutron/subnet HTTP/1.1" 200 675 0.014572 10.0.0.56 - - [2025-10-09 02:39:12] "POST /neutron/port HTTP/1.1" 200 1089 0.016614 10.0.0.56 - - [2025-10-09 02:39:12] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004137 10.0.0.56 - - [2025-10-09 02:39:12] "POST /neutron/network HTTP/1.1" 200 1157 0.009237 10.0.0.56 - - [2025-10-09 02:39:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003724 10.0.0.56 - - [2025-10-09 02:39:12] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003763 10.0.0.56 - - [2025-10-09 02:39:12] "GET /virtual-networks?parent_id=50faa420-3d91-4248-92a3-919510a44737&detail=False&count=False&shared=False HTTP/1.1" 200 589 0.003107 10.0.0.56 - - [2025-10-09 02:39:12] "GET /virtual-network/5c1681ad-313e-4245-b2bb-f89edbd0931f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2872 0.005814 10.0.0.56 - - [2025-10-09 02:39:17] "POST /neutron/port HTTP/1.1" 200 1089 0.015783 10.0.0.56 - - [2025-10-09 02:39:22] "POST /neutron/security_group HTTP/1.1" 200 2064 0.007248 10.0.0.19 - - [2025-10-09 02:39:24] "GET /obj-perms HTTP/1.1" 200 5056 0.048540 10.0.0.41 - - [2025-10-09 02:39:25] "GET /obj-perms HTTP/1.1" 200 5056 0.048337 10.0.0.56 - - [2025-10-09 02:39:26] "POST /neutron/port HTTP/1.1" 200 1089 0.015017 10.0.0.56 - - [2025-10-09 02:39:28] "POST /neutron/security_group HTTP/1.1" 200 2064 0.007266 10.0.0.56 - - [2025-10-09 02:39:33] "POST /neutron/port HTTP/1.1" 200 1089 0.014979 10.0.0.56 - - [2025-10-09 02:39:33] "POST /neutron/security_group HTTP/1.1" 200 2064 0.007363 10.0.0.56 - - [2025-10-09 02:39:33] "GET /virtual-machine/cca22360-780f-43b2-a7b4-9fa404307a24 HTTP/1.1" 200 1299 0.004835 10.0.0.56 - - [2025-10-09 02:39:33] "GET /virtual-machine-interface/3a7f8e4a-4bde-4430-9f3c-50f932085683 HTTP/1.1" 200 2951 0.005071 10.0.0.56 - - [2025-10-09 02:39:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003228 10.0.0.56 - - [2025-10-09 02:39:33] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003491 10.0.0.56 - - [2025-10-09 02:39:33] "GET /virtual-networks?parent_id=50faa420-3d91-4248-92a3-919510a44737&detail=False&count=False&shared=False HTTP/1.1" 200 589 0.003242 10.0.0.56 - - [2025-10-09 02:39:33] "GET /virtual-network/fbd29c61-3faf-4ea2-a885-978de825c19f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2875 0.005971 10.0.0.56 - - [2025-10-09 02:39:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003734 10.0.0.56 - - [2025-10-09 02:39:34] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003450 10.0.0.56 - - [2025-10-09 02:39:34] "GET /virtual-networks?parent_id=50faa420-3d91-4248-92a3-919510a44737&detail=False&count=False&shared=False HTTP/1.1" 200 589 0.002977 10.0.0.56 - - [2025-10-09 02:39:34] "GET /virtual-network/fbd29c61-3faf-4ea2-a885-978de825c19f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2875 0.007262 10.0.0.56 - - [2025-10-09 02:39:40] "POST /neutron/port HTTP/1.1" 200 2062 0.017087 10.0.0.56 - - [2025-10-09 02:39:40] "POST /neutron/security_group HTTP/1.1" 200 2064 0.007951 10.0.0.56 - - [2025-10-09 02:39:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003263 10.0.0.56 - - [2025-10-09 02:39:40] "GET /network-policy/8e7ff814-77ec-4dad-92f3-861a00685d9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1945 0.003918 10.0.0.56 - - [2025-10-09 02:39:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003561 10.0.0.56 - - [2025-10-09 02:39:40] "GET /network-policy/5847d9b8-ff1f-4af0-994d-9b00b85b0c99?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3983 0.004148 10.0.0.56 - - [2025-10-09 02:39:40] "POST /neutron/network HTTP/1.1" 200 1157 0.009213 10.0.0.41 - - [2025-10-09 02:39:41] "PUT /access-control-list/219bef65-7dc4-42ba-a35c-d2089ddd2177 HTTP/1.1" 200 272 0.056936 10.0.0.56 - - [2025-10-09 02:39:41] "GET /virtual-network/5c1681ad-313e-4245-b2bb-f89edbd0931f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2872 0.007966 10.0.0.56 - - [2025-10-09 02:39:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.005359 10.0.0.56 - - [2025-10-09 02:39:41] "GET /network-policy/ac665cf6-9cb9-4143-8041-a59fce1ce15f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3983 0.004513 10.0.0.56 - - [2025-10-09 02:40:13] "POST /neutron/port HTTP/1.1" 200 1089 0.040482 10.0.0.56 - - [2025-10-09 02:40:13] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004462 10.0.0.56 - - [2025-10-09 02:40:13] "POST /neutron/network HTTP/1.1" 200 1159 0.008700 10.0.0.56 - - [2025-10-09 02:40:14] "POST /neutron/network HTTP/1.1" 200 1167 0.012954 10.0.0.56 - - [2025-10-09 02:40:14] "POST /neutron/port HTTP/1.1" 200 117 0.001189 10.0.0.56 - - [2025-10-09 02:40:36] "POST /neutron/network HTTP/1.1" 200 1160 0.099309 10.0.0.56 - - [2025-10-09 02:40:36] "GET /virtual-network/5c1681ad-313e-4245-b2bb-f89edbd0931f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2875 0.006738 10.0.0.56 - - [2025-10-09 02:40:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.005154 10.0.0.56 - - [2025-10-09 02:40:36] "GET /network-policy/3a9cf84a-e40c-4587-9c67-edcaf7f72169?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1127 0.004258 10.0.0.56 - - [2025-10-09 02:40:45] "POST /neutron/network HTTP/1.1" 200 1157 0.084440 10.0.0.41 - - [2025-10-09 02:40:45] "PUT /access-control-list/219bef65-7dc4-42ba-a35c-d2089ddd2177 HTTP/1.1" 200 272 0.057614 10.0.0.56 - - [2025-10-09 02:40:45] "GET /virtual-network/5c1681ad-313e-4245-b2bb-f89edbd0931f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2872 0.011012 10.0.0.56 - - [2025-10-09 02:40:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004008 10.0.0.56 - - [2025-10-09 02:40:45] "GET /network-policy/2d9d1079-591b-4c81-bcc0-c36007a8488d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3983 0.006006 10.0.0.56 - - [2025-10-09 02:40:54] "POST /neutron/network HTTP/1.1" 200 1157 0.100865 10.0.0.56 - - [2025-10-09 02:40:54] "GET /virtual-network/5c1681ad-313e-4245-b2bb-f89edbd0931f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2872 0.006118 10.0.0.56 - - [2025-10-09 02:40:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003158 10.0.0.56 - - [2025-10-09 02:40:54] "GET /network-policy/9fbb8917-1386-471c-bb95-7fda9f4edc7a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3984 0.004117 10.0.0.41 - - [2025-10-09 02:41:02] "PUT /access-control-list/219bef65-7dc4-42ba-a35c-d2089ddd2177 HTTP/1.1" 200 272 0.018234 10.0.0.56 - - [2025-10-09 02:41:02] "POST /neutron/network HTTP/1.1" 200 1158 0.097297 10.0.0.56 - - [2025-10-09 02:41:02] "GET /virtual-network/5c1681ad-313e-4245-b2bb-f89edbd0931f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2873 0.006077 10.0.0.56 - - [2025-10-09 02:41:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003361 10.0.0.56 - - [2025-10-09 02:41:02] "GET /network-policy/be28cd3a-ac53-4516-ba83-09fb54ade520?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3987 0.006057 10.0.0.56 - - [2025-10-09 02:41:10] "POST /neutron/network HTTP/1.1" 200 1158 0.126935 10.0.0.41 - - [2025-10-09 02:41:11] "POST /ref-update HTTP/1.1" 200 156 0.045938 10.0.0.56 - - [2025-10-09 02:41:11] "GET /virtual-network/5c1681ad-313e-4245-b2bb-f89edbd0931f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2873 0.025638 10.0.0.56 - - [2025-10-09 02:41:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004519 10.0.0.56 - - [2025-10-09 02:41:11] "GET /network-policy/588820b3-89a9-4cf2-a164-80948ef0dc18?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3986 0.011311 10.0.0.56 - - [2025-10-09 02:41:14] "POST /neutron/port HTTP/1.1" 200 1089 0.017048 10.0.0.56 - - [2025-10-09 02:41:14] "POST /neutron/subnet HTTP/1.1" 200 675 0.010921 10.0.0.56 - - [2025-10-09 02:41:15] "POST /neutron/port HTTP/1.1" 200 1089 0.046111 10.0.0.56 - - [2025-10-09 02:41:15] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004369 10.0.0.56 - - [2025-10-09 02:41:15] "POST /neutron/network HTTP/1.1" 200 1158 0.012520 10.0.0.56 - - [2025-10-09 02:41:18] "POST /neutron/network HTTP/1.1" 200 1158 0.015315 10.0.0.56 - - [2025-10-09 02:41:18] "GET /virtual-network/5c1681ad-313e-4245-b2bb-f89edbd0931f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2873 0.005332 10.0.0.56 - - [2025-10-09 02:41:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.002984 10.0.0.56 - - [2025-10-09 02:41:19] "GET /network-policy/002a2de1-8d23-49ff-90e1-c8aa55e01987?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3984 0.004448 10.0.0.56 - - [2025-10-09 02:41:26] "GET /obj-perms HTTP/1.1" 200 5056 0.047769 10.0.0.56 - - [2025-10-09 02:41:27] "POST /neutron/network HTTP/1.1" 200 1158 0.013392 10.0.0.56 - - [2025-10-09 02:41:27] "GET /virtual-network/5c1681ad-313e-4245-b2bb-f89edbd0931f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2873 0.004826 10.0.0.56 - - [2025-10-09 02:41:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.002563 10.0.0.56 - - [2025-10-09 02:41:27] "GET /network-policy/0c2f2862-0ab5-4b95-baac-04ccc60cf026?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3985 0.004203 10.0.0.56 - - [2025-10-09 02:41:35] "GET /virtual-network/5c1681ad-313e-4245-b2bb-f89edbd0931f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2873 0.006066 10.0.0.41 - - [2025-10-09 02:41:35] "DELETE /access-control-list/219bef65-7dc4-42ba-a35c-d2089ddd2177 HTTP/1.1" 200 115 0.083911 10.0.0.56 - - [2025-10-09 02:41:35] "POST /neutron/network HTTP/1.1" 200 1074 0.023355 10.0.0.56 - - [2025-10-09 02:41:35] "GET /virtual-network/5c1681ad-313e-4245-b2bb-f89edbd0931f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2574 0.014805 10.0.0.56 - - [2025-10-09 02:41:35] "GET /virtual-machine/cca22360-780f-43b2-a7b4-9fa404307a24 HTTP/1.1" 200 1299 0.004734 10.0.0.56 - - [2025-10-09 02:41:36] "POST /neutron/port HTTP/1.1" 200 151 0.217335 10.0.0.56 - - [2025-10-09 02:41:37] "GET /virtual-machine/cca22360-780f-43b2-a7b4-9fa404307a24 HTTP/1.1" 404 171 0.004210 10.0.0.56 - - [2025-10-09 02:41:37] "GET /virtual-machine/cca22360-780f-43b2-a7b4-9fa404307a24 HTTP/1.1" 404 171 0.005119 10.0.0.56 - - [2025-10-09 02:41:37] "GET /virtual-machine/cca22360-780f-43b2-a7b4-9fa404307a24 HTTP/1.1" 404 171 0.003848 10.0.0.56 - - [2025-10-09 02:41:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003617 10.0.0.56 - - [2025-10-09 02:41:37] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003834 10.0.0.56 - - [2025-10-09 02:41:37] "GET /virtual-networks?parent_id=50faa420-3d91-4248-92a3-919510a44737&detail=False&count=False&shared=False HTTP/1.1" 200 589 0.002941 10.0.0.56 - - [2025-10-09 02:41:37] "GET /virtual-network/fbd29c61-3faf-4ea2-a885-978de825c19f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2875 0.005620 10.0.0.56 - - [2025-10-09 02:41:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.004533 10.0.0.56 - - [2025-10-09 02:41:37] "GET /routing-instance/33ba87b8-2db7-437d-9e3a-226d85eeca83?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1493 0.004681 10.0.0.56 - - [2025-10-09 02:41:37] "GET /route-target/be985366-008c-4ea3-a81c-4a3e94c2db32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004113 10.0.0.41 - - [2025-10-09 02:41:41] "GET /obj-perms HTTP/1.1" 200 5013 0.042533 10.0.0.56 - - [2025-10-09 02:41:44] "GET /obj-perms HTTP/1.1" 200 5013 0.004239 10.0.0.41 - - [2025-10-09 02:41:50] "GET /obj-perms HTTP/1.1" 200 5013 0.004459 10.0.0.56 - - [2025-10-09 02:41:53] "GET /obj-perms HTTP/1.1" 200 5013 0.003974 10.0.0.41 - - [2025-10-09 02:41:59] "GET /obj-perms HTTP/1.1" 200 5013 0.004033 10.0.0.56 - - [2025-10-09 02:42:02] "GET /obj-perms HTTP/1.1" 200 5013 0.004306 10.0.0.56 - - [2025-10-09 02:42:02] "GET /virtual-machine/ef4931ef-8db8-484a-be34-97b072aa0720 HTTP/1.1" 200 1299 0.004414 10.0.0.56 - - [2025-10-09 02:42:03] "POST /neutron/port HTTP/1.1" 200 151 0.162791 10.0.0.56 - - [2025-10-09 02:42:04] "GET /virtual-machine/ef4931ef-8db8-484a-be34-97b072aa0720 HTTP/1.1" 404 171 0.003380 10.0.0.56 - - [2025-10-09 02:42:04] "GET /virtual-machine/ef4931ef-8db8-484a-be34-97b072aa0720 HTTP/1.1" 404 171 0.002945 10.0.0.56 - - [2025-10-09 02:42:04] "GET /virtual-machine/ef4931ef-8db8-484a-be34-97b072aa0720 HTTP/1.1" 404 171 0.003251 10.0.0.56 - - [2025-10-09 02:42:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003536 10.0.0.56 - - [2025-10-09 02:42:04] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003715 10.0.0.56 - - [2025-10-09 02:42:04] "GET /virtual-networks?parent_id=50faa420-3d91-4248-92a3-919510a44737&detail=False&count=False&shared=False HTTP/1.1" 200 589 0.002704 10.0.0.56 - - [2025-10-09 02:42:05] "GET /virtual-network/5c1681ad-313e-4245-b2bb-f89edbd0931f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2574 0.006115 10.0.0.56 - - [2025-10-09 02:42:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003266 10.0.0.56 - - [2025-10-09 02:42:05] "GET /routing-instance/a7222883-9bc4-4603-8c97-457798cbdd75?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1494 0.004756 10.0.0.56 - - [2025-10-09 02:42:05] "GET /route-target/8b7516cc-4fdd-4b2a-b319-da571a35534d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004498 10.0.0.56 - - [2025-10-09 02:42:05] "GET /obj-perms HTTP/1.1" 200 5013 0.004421 10.0.0.56 - - [2025-10-09 02:42:08] "GET /obj-perms HTTP/1.1" 200 5013 0.004243 10.0.0.56 - - [2025-10-09 02:42:11] "GET /obj-perms HTTP/1.1" 200 5013 0.004128 10.0.0.19 - - [2025-10-09 02:42:11] "GET /obj-perms HTTP/1.1" 200 5013 0.048135 10.0.0.41 - - [2025-10-09 02:42:11] "GET /obj-perms HTTP/1.1" 200 5013 0.004278 10.0.0.56 - - [2025-10-09 02:42:11] "GET /virtual-network/fbd29c61-3faf-4ea2-a885-978de825c19f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2875 0.005742 10.0.0.56 - - [2025-10-09 02:42:11] "POST /neutron/network HTTP/1.1" 200 1074 0.020750 10.0.0.56 - - [2025-10-09 02:42:11] "GET /virtual-network/fbd29c61-3faf-4ea2-a885-978de825c19f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2575 0.004792 10.0.0.41 - - [2025-10-09 02:42:11] "POST /ref-update HTTP/1.1" 200 156 0.028752 10.0.0.56 - - [2025-10-09 02:42:11] "DELETE /network-policy/3a9cf84a-e40c-4587-9c67-edcaf7f72169 HTTP/1.1" 200 115 0.028753 10.0.0.56 - - [2025-10-09 02:42:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002843 10.0.0.41 - - [2025-10-09 02:42:12] "GET /projects?obj_uuids=50faa420-3d91-4248-92a3-919510a44737&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001033 10.0.0.56 - - [2025-10-09 02:42:12] "GET /project/50faa420-3d91-4248-92a3-919510a44737?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.039467 10.0.0.56 - - [2025-10-09 02:42:12] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-82882010&detail=False&count=False&shared=False HTTP/1.1" 200 2072 0.005071 10.0.0.56 - - [2025-10-09 02:42:12] "DELETE /network-policy/0c2f2862-0ab5-4b95-baac-04ccc60cf026 HTTP/1.1" 200 115 0.034579 10.0.0.56 - - [2025-10-09 02:42:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.007228 10.0.0.41 - - [2025-10-09 02:42:12] "GET /projects?obj_uuids=50faa420-3d91-4248-92a3-919510a44737&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000968 10.0.0.56 - - [2025-10-09 02:42:12] "GET /project/50faa420-3d91-4248-92a3-919510a44737?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.039521 10.0.0.56 - - [2025-10-09 02:42:12] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-82882010&detail=False&count=False&shared=False HTTP/1.1" 200 1856 0.005085 10.0.0.56 - - [2025-10-09 02:42:12] "DELETE /network-policy/002a2de1-8d23-49ff-90e1-c8aa55e01987 HTTP/1.1" 200 115 0.038894 10.0.0.56 - - [2025-10-09 02:42:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004194 10.0.0.41 - - [2025-10-09 02:42:12] "GET /projects?obj_uuids=50faa420-3d91-4248-92a3-919510a44737&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001110 10.0.0.56 - - [2025-10-09 02:42:12] "GET /project/50faa420-3d91-4248-92a3-919510a44737?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.037475 10.0.0.56 - - [2025-10-09 02:42:12] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-82882010&detail=False&count=False&shared=False HTTP/1.1" 200 1640 0.005283 10.0.0.56 - - [2025-10-09 02:42:12] "DELETE /network-policy/588820b3-89a9-4cf2-a164-80948ef0dc18 HTTP/1.1" 200 115 0.033061 10.0.0.56 - - [2025-10-09 02:42:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.006259 10.0.0.41 - - [2025-10-09 02:42:12] "GET /projects?obj_uuids=50faa420-3d91-4248-92a3-919510a44737&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001095 10.0.0.56 - - [2025-10-09 02:42:12] "GET /project/50faa420-3d91-4248-92a3-919510a44737?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.047622 10.0.0.56 - - [2025-10-09 02:42:12] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-82882010&detail=False&count=False&shared=False HTTP/1.1" 200 1424 0.005579 10.0.0.56 - - [2025-10-09 02:42:12] "DELETE /network-policy/be28cd3a-ac53-4516-ba83-09fb54ade520 HTTP/1.1" 200 115 0.039564 10.0.0.56 - - [2025-10-09 02:42:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.005641 10.0.0.41 - - [2025-10-09 02:42:12] "GET /projects?obj_uuids=50faa420-3d91-4248-92a3-919510a44737&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000981 10.0.0.56 - - [2025-10-09 02:42:12] "GET /project/50faa420-3d91-4248-92a3-919510a44737?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.043574 10.0.0.56 - - [2025-10-09 02:42:12] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-82882010&detail=False&count=False&shared=False HTTP/1.1" 200 1208 0.005336 10.0.0.56 - - [2025-10-09 02:42:12] "DELETE /network-policy/8e7ff814-77ec-4dad-92f3-861a00685d9a HTTP/1.1" 200 115 0.033498 10.0.0.56 - - [2025-10-09 02:42:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003424 10.0.0.41 - - [2025-10-09 02:42:13] "GET /projects?obj_uuids=50faa420-3d91-4248-92a3-919510a44737&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001006 10.0.0.56 - - [2025-10-09 02:42:13] "GET /project/50faa420-3d91-4248-92a3-919510a44737?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.040162 10.0.0.56 - - [2025-10-09 02:42:13] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-82882010&detail=False&count=False&shared=False HTTP/1.1" 200 990 0.005433 10.0.0.56 - - [2025-10-09 02:42:13] "DELETE /network-policy/9fbb8917-1386-471c-bb95-7fda9f4edc7a HTTP/1.1" 200 115 0.045197 10.0.0.56 - - [2025-10-09 02:42:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004033 10.0.0.41 - - [2025-10-09 02:42:13] "GET /projects?obj_uuids=50faa420-3d91-4248-92a3-919510a44737&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001020 10.0.0.56 - - [2025-10-09 02:42:13] "GET /project/50faa420-3d91-4248-92a3-919510a44737?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.041316 10.0.0.56 - - [2025-10-09 02:42:13] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-82882010&detail=False&count=False&shared=False HTTP/1.1" 200 775 0.005274 10.0.0.56 - - [2025-10-09 02:42:13] "DELETE /network-policy/2d9d1079-591b-4c81-bcc0-c36007a8488d HTTP/1.1" 200 115 0.041114 10.0.0.56 - - [2025-10-09 02:42:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.010712 10.0.0.41 - - [2025-10-09 02:42:13] "GET /projects?obj_uuids=50faa420-3d91-4248-92a3-919510a44737&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001024 10.0.0.56 - - [2025-10-09 02:42:13] "GET /project/50faa420-3d91-4248-92a3-919510a44737?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.061132 10.0.0.56 - - [2025-10-09 02:42:13] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-82882010&detail=False&count=False&shared=False HTTP/1.1" 200 560 0.009066 10.0.0.56 - - [2025-10-09 02:42:13] "DELETE /network-policy/ac665cf6-9cb9-4143-8041-a59fce1ce15f HTTP/1.1" 200 115 0.038661 10.0.0.56 - - [2025-10-09 02:42:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003020 10.0.0.41 - - [2025-10-09 02:42:13] "GET /projects?obj_uuids=50faa420-3d91-4248-92a3-919510a44737&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000967 10.0.0.56 - - [2025-10-09 02:42:13] "GET /project/50faa420-3d91-4248-92a3-919510a44737?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.045007 10.0.0.56 - - [2025-10-09 02:42:13] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-82882010&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.011371 10.0.0.56 - - [2025-10-09 02:42:13] "DELETE /network-policy/5847d9b8-ff1f-4af0-994d-9b00b85b0c99 HTTP/1.1" 200 115 0.051045 10.0.0.56 - - [2025-10-09 02:42:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003681 10.0.0.41 - - [2025-10-09 02:42:14] "GET /projects?obj_uuids=50faa420-3d91-4248-92a3-919510a44737&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001059 10.0.0.56 - - [2025-10-09 02:42:14] "GET /project/50faa420-3d91-4248-92a3-919510a44737?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.063329 10.0.0.56 - - [2025-10-09 02:42:14] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-82882010&detail=False&count=False&shared=False HTTP/1.1" 200 131 0.005300 10.0.0.56 - - [2025-10-09 02:42:14] "POST /neutron/network HTTP/1.1" 200 1074 0.009127 10.0.0.41 - - [2025-10-09 02:42:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003770 10.0.0.56 - - [2025-10-09 02:42:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003601 10.0.0.56 - - [2025-10-09 02:42:15] "DELETE /network-ipam/b0943cd3-e72d-4a4b-952b-e7392b8b1a85 HTTP/1.1" 200 115 0.048550 10.0.0.56 - - [2025-10-09 02:42:15] "POST /fqname-to-id HTTP/1.1" 404 248 0.003825 10.0.0.41 - - [2025-10-09 02:42:15] "GET /projects?obj_uuids=50faa420-3d91-4248-92a3-919510a44737&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000978 10.0.0.41 - - [2025-10-09 02:42:15] "GET /project/50faa420-3d91-4248-92a3-919510a44737?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1492 0.048939 10.0.0.41 - - [2025-10-09 02:42:15] "GET /projects?obj_uuids=50faa420-3d91-4248-92a3-919510a44737&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001985 10.0.0.41 - - [2025-10-09 02:42:15] "GET /project/50faa420-3d91-4248-92a3-919510a44737?fields=security_groups HTTP/1.1" 200 1381 0.049745 10.0.0.41 - - [2025-10-09 02:42:15] "DELETE /security-group/f7932fbe-5e92-4a27-be12-dde1c0578ca7 HTTP/1.1" 200 115 0.072097 10.0.0.41 - - [2025-10-09 02:42:15] "GET /projects?obj_uuids=50faa420-3d91-4248-92a3-919510a44737&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001560 10.0.0.41 - - [2025-10-09 02:42:15] "GET /project/50faa420-3d91-4248-92a3-919510a44737?fields=application_policy_sets HTTP/1.1" 200 1420 0.073034 10.0.0.41 - - [2025-10-09 02:42:15] "DELETE /access-control-list/1bde6a52-cf1f-4314-a8dd-b73a6a8e9b62 HTTP/1.1" 200 115 0.075998 10.0.0.56 - - [2025-10-09 02:42:15] "DELETE /project/50faa420-3d91-4248-92a3-919510a44737 HTTP/1.1" 200 115 0.470061 10.0.0.41 - - [2025-10-09 02:42:15] "GET /domains?obj_uuids=7ed77c0b-e642-4c13-a404-7756503cf17d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001096 10.0.0.56 - - [2025-10-09 02:42:15] "GET /domain/7ed77c0b-e642-4c13-a404-7756503cf17d?fields=projects HTTP/1.1" 200 1244 0.013344 10.0.0.41 - - [2025-10-09 02:42:16] "GET /projects?obj_uuids=50faa420-3d91-4248-92a3-919510a44737&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003201 10.0.0.41 - - [2025-10-09 02:42:16] "GET /domains?obj_uuids=7ed77c0b-e642-4c13-a404-7756503cf17d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000958 10.0.0.41 - - [2025-10-09 02:42:16] "GET /domain/7ed77c0b-e642-4c13-a404-7756503cf17d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.047751 10.0.0.41 - - [2025-10-09 02:42:17] "POST /id-to-fqname HTTP/1.1" 200 196 0.002702 10.0.0.41 - - [2025-10-09 02:42:17] "POST /fqname-to-id HTTP/1.1" 404 205 0.007256 10.0.0.41 - - [2025-10-09 02:42:17] "POST /security-groups HTTP/1.1" 200 597 0.077403 10.0.0.41 - - [2025-10-09 02:42:17] "POST /projects HTTP/1.1" 200 597 0.289420 10.0.0.41 - - [2025-10-09 02:42:17] "POST /fqname-to-id HTTP/1.1" 404 239 0.016327 10.0.0.41 - - [2025-10-09 02:42:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.361023 10.0.0.56 - - [2025-10-09 02:42:17] "GET /project/50faa420-3d91-4248-92a3-919510a44737?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.522670 10.0.0.41 - - [2025-10-09 02:42:17] "GET /projects?obj_uuids=50faa420-3d91-4248-92a3-919510a44737&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001493 10.0.0.56 - - [2025-10-09 02:42:17] "GET /project/50faa420-3d91-4248-92a3-919510a44737?fields=virtual_networks HTTP/1.1" 200 1044 0.052116 10.0.0.41 - - [2025-10-09 02:42:17] "GET /projects?obj_uuids=50faa420-3d91-4248-92a3-919510a44737&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001625 10.0.0.56 - - [2025-10-09 02:42:17] "GET /project/50faa420-3d91-4248-92a3-919510a44737?fields=virtual_machine_interfaces HTTP/1.1" 200 1044 0.040797 10.0.0.41 - - [2025-10-09 02:42:17] "GET /projects?obj_uuids=50faa420-3d91-4248-92a3-919510a44737&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001009 10.0.0.56 - - [2025-10-09 02:42:17] "GET /project/50faa420-3d91-4248-92a3-919510a44737?fields=security_groups HTTP/1.1" 200 1276 0.040838 10.0.0.56 - - [2025-10-09 02:42:18] "POST /fqname-to-id HTTP/1.1" 404 200 0.026262 10.0.0.41 - - [2025-10-09 02:42:18] "GET /projects?obj_uuids=bdeb4efd-4afc-4caf-be59-b71bab8a375d&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003517 10.0.0.41 - - [2025-10-09 02:42:18] "GET /domains?obj_uuids=7ed77c0b-e642-4c13-a404-7756503cf17d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001092 10.0.0.41 - - [2025-10-09 02:42:18] "GET /domain/7ed77c0b-e642-4c13-a404-7756503cf17d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007848 10.0.0.41 - - [2025-10-09 02:42:18] "POST /id-to-fqname HTTP/1.1" 200 202 0.005059 10.0.0.41 - - [2025-10-09 02:42:18] "POST /fqname-to-id HTTP/1.1" 404 211 0.009514 10.0.0.41 - - [2025-10-09 02:42:18] "POST /security-groups HTTP/1.1" 200 603 0.077209 10.0.0.41 - - [2025-10-09 02:42:18] "POST /projects HTTP/1.1" 200 609 0.285521 10.0.0.41 - - [2025-10-09 02:42:18] "POST /access-control-lists HTTP/1.1" 200 608 0.030484 10.0.0.41 - - [2025-10-09 02:42:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.353487 10.0.0.56 - - [2025-10-09 02:42:18] "GET /project/bdeb4efd-4afc-4caf-be59-b71bab8a375d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.491502 10.0.0.56 - - [2025-10-09 02:42:20] "GET / HTTP/1.1" 200 35931 0.002398 10.0.0.56 - - [2025-10-09 02:42:22] "GET /project/bdeb4efd-4afc-4caf-be59-b71bab8a375d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000492 10.0.0.41 - - [2025-10-09 02:42:22] "GET /projects?obj_uuids=bdeb4efd-4afc-4caf-be59-b71bab8a375d&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000979 10.0.0.56 - - [2025-10-09 02:42:22] "GET /project/bdeb4efd-4afc-4caf-be59-b71bab8a375d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.068037 10.0.0.56 - - [2025-10-09 02:42:22] "GET / HTTP/1.1" 200 35931 0.002078 10.0.0.56 - - [2025-10-09 02:42:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003648 10.0.0.41 - - [2025-10-09 02:42:23] "GET /domains?obj_uuids=7ed77c0b-e642-4c13-a404-7756503cf17d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000942 10.0.0.56 - - [2025-10-09 02:42:23] "GET /domain/7ed77c0b-e642-4c13-a404-7756503cf17d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.006762 10.0.0.56 - - [2025-10-09 02:42:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003645 10.0.0.41 - - [2025-10-09 02:42:23] "GET /projects?obj_uuids=bdeb4efd-4afc-4caf-be59-b71bab8a375d&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001117 10.0.0.56 - - [2025-10-09 02:42:23] "GET /project/bdeb4efd-4afc-4caf-be59-b71bab8a375d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.047786 10.0.0.56 - - [2025-10-09 02:42:24] "GET /domains HTTP/1.1" 401 292 0.000610 10.0.0.56 - - [2025-10-09 02:42:24] "GET /domains HTTP/1.1" 200 280 0.028727 10.0.0.41 - - [2025-10-09 02:42:24] "GET /domains?obj_uuids=7ed77c0b-e642-4c13-a404-7756503cf17d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001123 10.0.0.56 - - [2025-10-09 02:42:24] "GET /domain/7ed77c0b-e642-4c13-a404-7756503cf17d HTTP/1.1" 200 2777 0.011663 10.0.0.41 - - [2025-10-09 02:42:24] "GET /projects?obj_uuids=bdeb4efd-4afc-4caf-be59-b71bab8a375d&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001081 10.0.0.56 - - [2025-10-09 02:42:24] "GET /project/bdeb4efd-4afc-4caf-be59-b71bab8a375d HTTP/1.1" 200 1925 0.093979 10.0.0.56 - - [2025-10-09 02:42:24] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 545 0.002624 10.0.0.56 - - [2025-10-09 02:42:24] "POST /network-ipams HTTP/1.1" 200 621 0.027425 10.0.0.56 - - [2025-10-09 02:42:25] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 810 0.003923 10.0.0.56 - - [2025-10-09 02:42:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004416 10.0.0.56 - - [2025-10-09 02:42:25] "GET /network-ipam/01da7a91-019f-40d0-a5cb-0cdd0cfed0fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1409 0.007834 10.0.0.56 - - [2025-10-09 02:42:25] "PUT /network-ipam/01da7a91-019f-40d0-a5cb-0cdd0cfed0fa HTTP/1.1" 200 258 0.015542 10.0.0.56 - - [2025-10-09 02:42:25] "POST /fqname-to-id HTTP/1.1" 401 292 0.000474 10.0.0.56 - - [2025-10-09 02:42:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.026678 10.0.0.41 - - [2025-10-09 02:42:25] "GET /projects?obj_uuids=bdeb4efd-4afc-4caf-be59-b71bab8a375d&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000890 10.0.0.56 - - [2025-10-09 02:42:25] "GET /project/bdeb4efd-4afc-4caf-be59-b71bab8a375d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.049154 10.0.0.41 - - [2025-10-09 02:42:25] "GET /projects?obj_uuids=bdeb4efd-4afc-4caf-be59-b71bab8a375d&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001331 10.0.0.56 - - [2025-10-09 02:42:26] "POST /neutron/network HTTP/1.1" 200 623 0.158099 10.0.0.41 - - [2025-10-09 02:42:26] "POST /route-targets HTTP/1.1" 200 327 0.021325 10.0.0.41 - - [2025-10-09 02:42:26] "POST /useragent-kv HTTP/1.1" 200 115 0.023951 10.0.0.56 - - [2025-10-09 02:42:26] "POST /neutron/subnet HTTP/1.1" 200 828 0.199397 10.0.0.56 - - [2025-10-09 02:42:26] "POST /id-to-fqname HTTP/1.1" 200 235 0.001560 10.0.0.56 - - [2025-10-09 02:42:26] "GET /virtual-network/d9fc8aa2-18e3-450a-8e79-195b18f84408?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3177 0.005920 10.0.0.56 - - [2025-10-09 02:42:26] "GET /virtual-network/d9fc8aa2-18e3-450a-8e79-195b18f84408?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3177 0.006729 10.0.0.56 - - [2025-10-09 02:42:26] "POST /neutron/network HTTP/1.1" 200 1337 0.088250 10.0.0.56 - - [2025-10-09 02:42:27] "POST /neutron/subnet HTTP/1.1" 200 828 0.009269 10.0.0.56 - - [2025-10-09 02:42:27] "GET /virtual-network/d9fc8aa2-18e3-450a-8e79-195b18f84408?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3177 0.005877 10.0.0.56 - - [2025-10-09 02:42:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003629 10.0.0.41 - - [2025-10-09 02:42:28] "GET /projects?obj_uuids=bdeb4efd-4afc-4caf-be59-b71bab8a375d&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001229 10.0.0.56 - - [2025-10-09 02:42:29] "GET /project/bdeb4efd-4afc-4caf-be59-b71bab8a375d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.040127 10.0.0.41 - - [2025-10-09 02:42:29] "POST /ref-update HTTP/1.1" 200 156 0.025165 10.0.0.41 - - [2025-10-09 02:42:29] "POST /useragent-kv HTTP/1.1" 200 115 0.010261 10.0.0.56 - - [2025-10-09 02:42:29] "POST /neutron/subnet HTTP/1.1" 200 701 0.236277 10.0.0.56 - - [2025-10-09 02:42:30] "POST /neutron/network HTTP/1.1" 200 1335 0.015813 10.0.0.56 - - [2025-10-09 02:42:30] "POST /id-to-fqname HTTP/1.1" 200 235 0.001712 10.0.0.56 - - [2025-10-09 02:42:30] "GET /virtual-network/c87c0ea8-980a-485c-862a-ecfc68e5c393?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3170 0.006969 10.0.0.56 - - [2025-10-09 02:42:30] "GET /virtual-network/c87c0ea8-980a-485c-862a-ecfc68e5c393?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3170 0.005991 10.0.0.56 - - [2025-10-09 02:42:30] "POST /neutron/subnet HTTP/1.1" 200 701 0.008655 10.0.0.56 - - [2025-10-09 02:42:30] "GET /virtual-network/c87c0ea8-980a-485c-862a-ecfc68e5c393?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3170 0.008151 10.0.0.56 - - [2025-10-09 02:42:30] "GET /obj-perms HTTP/1.1" 200 5019 0.047513 10.0.0.19 - - [2025-10-09 02:42:30] "GET /obj-perms HTTP/1.1" 200 5019 0.045079 10.0.0.41 - - [2025-10-09 02:42:30] "GET /obj-perms HTTP/1.1" 200 5019 0.044683 10.0.0.56 - - [2025-10-09 02:42:30] "POST /fqname-to-id HTTP/1.1" 404 211 0.003346 10.0.0.56 - - [2025-10-09 02:42:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.006734 10.0.0.41 - - [2025-10-09 02:42:30] "GET /projects?obj_uuids=bdeb4efd-4afc-4caf-be59-b71bab8a375d&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001312 10.0.0.56 - - [2025-10-09 02:42:30] "GET /project/bdeb4efd-4afc-4caf-be59-b71bab8a375d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.049680 10.0.0.56 - - [2025-10-09 02:42:31] "POST /network-policys HTTP/1.1" 200 533 0.071935 10.0.0.56 - - [2025-10-09 02:42:31] "GET /network-policy/090d8f0b-2557-4f78-8779-f262711bff52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4989 0.006742 10.0.0.56 - - [2025-10-09 02:42:31] "POST /fqname-to-id HTTP/1.1" 404 211 0.003015 10.0.0.56 - - [2025-10-09 02:42:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003837 10.0.0.41 - - [2025-10-09 02:42:31] "GET /projects?obj_uuids=bdeb4efd-4afc-4caf-be59-b71bab8a375d&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001030 10.0.0.56 - - [2025-10-09 02:42:31] "GET /project/bdeb4efd-4afc-4caf-be59-b71bab8a375d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.041789 10.0.0.56 - - [2025-10-09 02:42:31] "POST /network-policys HTTP/1.1" 200 533 0.072773 10.0.0.56 - - [2025-10-09 02:42:31] "GET /network-policy/8271c2b9-5067-454a-84e5-d2340bf3643f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4990 0.006845 10.0.0.56 - - [2025-10-09 02:42:31] "POST /fqname-to-id HTTP/1.1" 404 211 0.003226 10.0.0.56 - - [2025-10-09 02:42:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.002944 10.0.0.41 - - [2025-10-09 02:42:31] "GET /projects?obj_uuids=bdeb4efd-4afc-4caf-be59-b71bab8a375d&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001035 10.0.0.56 - - [2025-10-09 02:42:31] "GET /project/bdeb4efd-4afc-4caf-be59-b71bab8a375d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.060195 10.0.0.56 - - [2025-10-09 02:42:31] "POST /network-policys HTTP/1.1" 200 533 0.076859 10.0.0.56 - - [2025-10-09 02:42:31] "GET /network-policy/92990128-ff3f-47ac-bd94-fc754505458e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4992 0.006938 10.0.0.56 - - [2025-10-09 02:42:32] "POST /fqname-to-id HTTP/1.1" 404 211 0.003996 10.0.0.56 - - [2025-10-09 02:42:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004178 10.0.0.41 - - [2025-10-09 02:42:32] "GET /projects?obj_uuids=bdeb4efd-4afc-4caf-be59-b71bab8a375d&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001326 10.0.0.56 - - [2025-10-09 02:42:32] "GET /project/bdeb4efd-4afc-4caf-be59-b71bab8a375d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.045849 10.0.0.56 - - [2025-10-09 02:42:32] "POST /network-policys HTTP/1.1" 200 533 0.072269 10.0.0.56 - - [2025-10-09 02:42:32] "GET /network-policy/3cf8db39-d2d6-439d-912d-9c9981693936?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4991 0.006758 10.0.0.56 - - [2025-10-09 02:42:32] "POST /fqname-to-id HTTP/1.1" 404 213 0.004021 10.0.0.56 - - [2025-10-09 02:42:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003584 10.0.0.41 - - [2025-10-09 02:42:32] "GET /projects?obj_uuids=bdeb4efd-4afc-4caf-be59-b71bab8a375d&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001158 10.0.0.56 - - [2025-10-09 02:42:32] "GET /project/bdeb4efd-4afc-4caf-be59-b71bab8a375d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.058792 10.0.0.56 - - [2025-10-09 02:42:32] "POST /network-policys HTTP/1.1" 200 537 0.029303 10.0.0.56 - - [2025-10-09 02:42:32] "GET /network-policy/30a0605d-be83-4a3f-a508-05badcafa58f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1950 0.006629 10.0.0.56 - - [2025-10-09 02:42:32] "POST /fqname-to-id HTTP/1.1" 404 212 0.004083 10.0.0.56 - - [2025-10-09 02:42:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004157 10.0.0.41 - - [2025-10-09 02:42:32] "GET /projects?obj_uuids=bdeb4efd-4afc-4caf-be59-b71bab8a375d&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001030 10.0.0.56 - - [2025-10-09 02:42:32] "GET /project/bdeb4efd-4afc-4caf-be59-b71bab8a375d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.063562 10.0.0.56 - - [2025-10-09 02:42:33] "POST /network-policys HTTP/1.1" 200 535 0.071604 10.0.0.56 - - [2025-10-09 02:42:33] "GET /network-policy/6f572e82-5ee4-417c-8637-30ec593aa773?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4993 0.009164 10.0.0.56 - - [2025-10-09 02:42:33] "POST /fqname-to-id HTTP/1.1" 404 212 0.003279 10.0.0.56 - - [2025-10-09 02:42:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003905 10.0.0.41 - - [2025-10-09 02:42:33] "GET /projects?obj_uuids=bdeb4efd-4afc-4caf-be59-b71bab8a375d&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001056 10.0.0.56 - - [2025-10-09 02:42:33] "GET /project/bdeb4efd-4afc-4caf-be59-b71bab8a375d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.051225 10.0.0.56 - - [2025-10-09 02:42:33] "POST /network-policys HTTP/1.1" 200 535 0.080201 10.0.0.56 - - [2025-10-09 02:42:33] "GET /network-policy/428f1ece-7a02-496f-bf87-6275ccf616c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4994 0.007824 10.0.0.56 - - [2025-10-09 02:42:33] "POST /fqname-to-id HTTP/1.1" 404 212 0.003398 10.0.0.56 - - [2025-10-09 02:42:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003903 10.0.0.41 - - [2025-10-09 02:42:33] "GET /projects?obj_uuids=bdeb4efd-4afc-4caf-be59-b71bab8a375d&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001096 10.0.0.56 - - [2025-10-09 02:42:33] "GET /project/bdeb4efd-4afc-4caf-be59-b71bab8a375d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.046624 10.0.0.56 - - [2025-10-09 02:42:33] "POST /network-policys HTTP/1.1" 200 535 0.076814 10.0.0.56 - - [2025-10-09 02:42:34] "GET /network-policy/10b311d2-3208-496e-8b9e-132df936e873?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4994 0.014329 10.0.0.56 - - [2025-10-09 02:42:34] "POST /fqname-to-id HTTP/1.1" 404 212 0.003287 10.0.0.56 - - [2025-10-09 02:42:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003299 10.0.0.41 - - [2025-10-09 02:42:34] "GET /projects?obj_uuids=bdeb4efd-4afc-4caf-be59-b71bab8a375d&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001197 10.0.0.56 - - [2025-10-09 02:42:34] "GET /project/bdeb4efd-4afc-4caf-be59-b71bab8a375d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.059659 10.0.0.56 - - [2025-10-09 02:42:34] "POST /network-policys HTTP/1.1" 200 535 0.077018 10.0.0.56 - - [2025-10-09 02:42:34] "GET /network-policy/733f1066-6ca6-4046-88dd-b539ea55998c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4993 0.008305 10.0.0.56 - - [2025-10-09 02:42:34] "POST /fqname-to-id HTTP/1.1" 404 214 0.003384 10.0.0.56 - - [2025-10-09 02:42:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003289 10.0.0.41 - - [2025-10-09 02:42:34] "GET /projects?obj_uuids=bdeb4efd-4afc-4caf-be59-b71bab8a375d&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001034 10.0.0.56 - - [2025-10-09 02:42:34] "GET /project/bdeb4efd-4afc-4caf-be59-b71bab8a375d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.044168 10.0.0.56 - - [2025-10-09 02:42:34] "POST /network-policys HTTP/1.1" 200 539 0.033065 10.0.0.56 - - [2025-10-09 02:42:34] "GET /network-policy/d17c2e09-49d7-493e-a9fe-b0ec84302394?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1134 0.005823 10.0.0.56 - - [2025-10-09 02:42:35] "POST /neutron/network HTTP/1.1" 200 1337 0.013891 10.0.0.41 - - [2025-10-09 02:42:35] "POST /fqname-to-id HTTP/1.1" 404 207 0.029878 10.0.0.56 - - [2025-10-09 02:42:35] "GET /virtual-network/d9fc8aa2-18e3-450a-8e79-195b18f84408?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3481 0.008167 10.0.0.56 - - [2025-10-09 02:42:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.014914 10.0.0.56 - - [2025-10-09 02:42:35] "GET /network-policy/090d8f0b-2557-4f78-8779-f262711bff52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4989 0.007529 10.0.0.56 - - [2025-10-09 02:42:35] "POST /neutron/network HTTP/1.1" 200 1335 0.014780 10.0.0.41 - - [2025-10-09 02:42:35] "POST /fqname-to-id HTTP/1.1" 404 252 0.015428 10.0.0.56 - - [2025-10-09 02:42:35] "GET /virtual-network/c87c0ea8-980a-485c-862a-ecfc68e5c393?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3476 0.027887 10.0.0.56 - - [2025-10-09 02:42:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.002844 10.0.0.56 - - [2025-10-09 02:42:35] "GET /network-policy/30a0605d-be83-4a3f-a508-05badcafa58f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1950 0.008940 10.0.0.56 - - [2025-10-09 02:42:35] "POST /id-to-fqname HTTP/1.1" 200 235 0.001438 10.0.0.56 - - [2025-10-09 02:42:36] "POST /neutron/network HTTP/1.1" 200 1435 0.038103 10.0.0.41 - - [2025-10-09 02:42:36] "GET /projects?obj_uuids=bdeb4efd-4afc-4caf-be59-b71bab8a375d&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001040 10.0.0.56 - - [2025-10-09 02:42:37] "GET /project/bdeb4efd-4afc-4caf-be59-b71bab8a375d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.077435 10.0.0.56 - - [2025-10-09 02:42:37] "POST /neutron/port HTTP/1.1" 200 117 0.006269 10.0.0.56 - - [2025-10-09 02:42:37] "POST /id-to-fqname HTTP/1.1" 200 235 0.001244 10.0.0.56 - - [2025-10-09 02:42:37] "POST /neutron/network HTTP/1.1" 200 1435 0.017878 10.0.0.41 - - [2025-10-09 02:42:37] "PUT /access-control-list/09a293ae-48ae-4334-a339-74be8ca32f99 HTTP/1.1" 200 272 0.015693 10.0.0.56 - - [2025-10-09 02:42:38] "POST /neutron/port HTTP/1.1" 200 1174 0.025693 10.0.0.41 - - [2025-10-09 02:42:38] "GET /projects?obj_uuids=bdeb4efd-4afc-4caf-be59-b71bab8a375d&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001804 10.0.0.56 - - [2025-10-09 02:42:38] "GET /project/bdeb4efd-4afc-4caf-be59-b71bab8a375d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.204457 10.0.0.56 - - [2025-10-09 02:42:38] "POST /neutron/network HTTP/1.1" 200 1425 0.015915 10.0.0.56 - - [2025-10-09 02:42:38] "POST /neutron/subnet HTTP/1.1" 200 1361 0.016805 10.0.0.56 - - [2025-10-09 02:42:38] "POST /neutron/network HTTP/1.1" 200 1425 0.012287 10.0.0.56 - - [2025-10-09 02:42:38] "POST /neutron/port HTTP/1.1" 200 117 0.006704 10.0.0.56 - - [2025-10-09 02:42:39] "POST /neutron/network HTTP/1.1" 200 1435 0.014689 10.0.0.56 - - [2025-10-09 02:42:39] "POST /neutron/port HTTP/1.1" 200 1172 0.017744 10.0.0.56 - - [2025-10-09 02:42:40] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003917 10.0.0.56 - - [2025-10-09 02:42:40] "POST /neutron/port HTTP/1.1" 200 117 0.001422 10.0.0.56 - - [2025-10-09 02:42:44] "POST /neutron/port HTTP/1.1" 200 1202 0.022851 10.0.0.56 - - [2025-10-09 02:42:44] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007239 10.0.0.56 - - [2025-10-09 02:42:44] "GET /virtual-machine/7457bd71-8d31-4627-a609-92d4bb861720 HTTP/1.1" 401 292 0.000472 10.0.0.56 - - [2025-10-09 02:42:44] "GET /virtual-machine/7457bd71-8d31-4627-a609-92d4bb861720 HTTP/1.1" 200 1304 0.029617 10.0.0.56 - - [2025-10-09 02:42:44] "GET /virtual-machine-interface/d4eb996b-3a48-4e5f-a432-0edcc2f4bb43 HTTP/1.1" 200 3170 0.005576 10.0.0.56 - - [2025-10-09 02:42:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003572 10.0.0.56 - - [2025-10-09 02:42:44] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003783 10.0.0.56 - - [2025-10-09 02:42:44] "GET /virtual-networks?parent_id=bdeb4efd-4afc-4caf-be59-b71bab8a375d&detail=False&count=False&shared=False HTTP/1.1" 200 601 0.002789 10.0.0.56 - - [2025-10-09 02:42:44] "GET /virtual-network/d9fc8aa2-18e3-450a-8e79-195b18f84408?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3481 0.006105 10.0.0.56 - - [2025-10-09 02:42:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004289 10.0.0.56 - - [2025-10-09 02:42:47] "GET /virtual-network/d9fc8aa2-18e3-450a-8e79-195b18f84408?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3481 0.005836 10.0.0.56 - - [2025-10-09 02:42:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003736 10.0.0.56 - - [2025-10-09 02:42:51] "GET /virtual-network/d9fc8aa2-18e3-450a-8e79-195b18f84408?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3481 0.005153 10.0.0.56 - - [2025-10-09 02:42:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004712 10.0.0.56 - - [2025-10-09 02:42:56] "GET /virtual-network/d9fc8aa2-18e3-450a-8e79-195b18f84408?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3481 0.007575 10.0.0.56 - - [2025-10-09 02:43:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004815 10.0.0.56 - - [2025-10-09 02:43:00] "GET /virtual-network/d9fc8aa2-18e3-450a-8e79-195b18f84408?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3481 0.007044 10.0.0.41 - - [2025-10-09 02:43:00] "GET /global-system-configs HTTP/1.1" 401 292 0.000462 10.0.0.41 - - [2025-10-09 02:43:00] "GET /global-system-configs HTTP/1.1" 401 292 0.000426 10.0.0.41 - - [2025-10-09 02:43:01] "GET /global-system-configs HTTP/1.1" 401 292 0.000528 10.0.0.41 - - [2025-10-09 02:43:01] "GET /global-system-configs HTTP/1.1" 401 292 0.000636 10.0.0.19 - - [2025-10-09 02:43:01] "GET /global-system-configs HTTP/1.1" 401 292 0.000403 10.0.0.19 - - [2025-10-09 02:43:01] "GET /global-system-configs HTTP/1.1" 401 292 0.000401 10.0.0.19 - - [2025-10-09 02:43:01] "GET /global-system-configs HTTP/1.1" 401 292 0.000407 10.0.0.19 - - [2025-10-09 02:43:01] "GET /global-system-configs HTTP/1.1" 401 292 0.000402 10.0.0.56 - - [2025-10-09 02:43:03] "GET /global-system-configs HTTP/1.1" 401 292 0.000577 10.0.0.56 - - [2025-10-09 02:43:03] "GET /global-system-configs HTTP/1.1" 401 292 0.000548 10.0.0.56 - - [2025-10-09 02:43:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003963 10.0.0.56 - - [2025-10-09 02:43:04] "GET /virtual-network/d9fc8aa2-18e3-450a-8e79-195b18f84408?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3481 0.005675 10.0.0.41 - - [2025-10-09 02:43:05] "DELETE /project/bdeb4efd4afc4cafbe59b71bab8a375d HTTP/1.1" 404 173 0.003827 10.0.0.41 - - [2025-10-09 02:43:05] "DELETE /project/50faa4203d91424892a3919510a44737 HTTP/1.1" 404 173 0.007336 10.0.0.41 - - [2025-10-09 02:43:05] "GET /projects?obj_uuids=50faa420-3d91-4248-92a3-919510a44737&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000849 10.0.0.41 - - [2025-10-09 02:43:05] "GET /project/50faa420-3d91-4248-92a3-919510a44737?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1492 0.039526 10.0.0.41 - - [2025-10-09 02:43:05] "GET /projects?obj_uuids=50faa420-3d91-4248-92a3-919510a44737&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000927 10.0.0.41 - - [2025-10-09 02:43:05] "GET /project/50faa420-3d91-4248-92a3-919510a44737?fields=security_groups HTTP/1.1" 200 1381 0.041938 10.0.0.41 - - [2025-10-09 02:43:05] "DELETE /security-group/1a4a29f8-a528-4001-8e67-185974428c67 HTTP/1.1" 200 115 0.062877 10.0.0.41 - - [2025-10-09 02:43:05] "GET /projects?obj_uuids=50faa420-3d91-4248-92a3-919510a44737&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001208 10.0.0.41 - - [2025-10-09 02:43:05] "GET /project/50faa420-3d91-4248-92a3-919510a44737?fields=application_policy_sets HTTP/1.1" 200 1420 0.067188 10.0.0.41 - - [2025-10-09 02:43:05] "DELETE /access-control-list/0d408505-3017-4b60-8b98-e50552f433d7 HTTP/1.1" 200 115 0.068649 10.0.0.41 - - [2025-10-09 02:43:05] "DELETE /project/50faa420-3d91-4248-92a3-919510a44737 HTTP/1.1" 200 115 0.445009 10.0.0.56 - - [2025-10-09 02:43:05] "GET /global-system-configs HTTP/1.1" 401 292 0.000537 10.0.0.56 - - [2025-10-09 02:43:05] "GET /global-system-configs HTTP/1.1" 401 292 0.000405 10.0.0.56 - - [2025-10-09 02:43:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003734 10.0.0.56 - - [2025-10-09 02:43:08] "GET /virtual-network/d9fc8aa2-18e3-450a-8e79-195b18f84408?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3481 0.005572 10.0.0.56 - - [2025-10-09 02:43:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003908 10.0.0.56 - - [2025-10-09 02:43:12] "GET /virtual-network/d9fc8aa2-18e3-450a-8e79-195b18f84408?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3481 0.007752 10.0.0.56 - - [2025-10-09 02:43:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004556 10.0.0.56 - - [2025-10-09 02:43:16] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005831 10.0.0.56 - - [2025-10-09 02:43:16] "GET /virtual-networks?parent_id=bdeb4efd-4afc-4caf-be59-b71bab8a375d&detail=False&count=False&shared=False HTTP/1.1" 200 601 0.003953 10.0.0.56 - - [2025-10-09 02:43:16] "GET /virtual-network/d9fc8aa2-18e3-450a-8e79-195b18f84408?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3481 0.009375 10.0.0.56 - - [2025-10-09 02:43:16] "POST /neutron/port HTTP/1.1" 200 1202 0.016479 10.0.0.56 - - [2025-10-09 02:43:17] "POST /neutron/port HTTP/1.1" 200 1200 0.017168 10.0.0.56 - - [2025-10-09 02:43:17] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004161 10.0.0.56 - - [2025-10-09 02:43:17] "POST /neutron/port HTTP/1.1" 200 117 0.001195 10.0.0.56 - - [2025-10-09 02:43:18] "POST /neutron/port HTTP/1.1" 200 1202 0.017175 10.0.0.56 - - [2025-10-09 02:43:18] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004007 10.0.0.56 - - [2025-10-09 02:43:18] "POST /neutron/port HTTP/1.1" 200 117 0.001384 10.0.0.56 - - [2025-10-09 02:43:21] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007858 10.0.0.56 - - [2025-10-09 02:43:27] "POST /neutron/port HTTP/1.1" 200 1202 0.017331 10.0.0.56 - - [2025-10-09 02:43:28] "POST /neutron/security_group HTTP/1.1" 200 2070 0.030565 10.0.0.56 - - [2025-10-09 02:43:37] "POST /neutron/port HTTP/1.1" 200 1200 0.016919 10.0.0.56 - - [2025-10-09 02:43:37] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007214 10.0.0.56 - - [2025-10-09 02:43:37] "GET /virtual-machine/06386730-61e9-4fae-a61b-5d403250490e HTTP/1.1" 200 1303 0.006378 10.0.0.56 - - [2025-10-09 02:43:37] "GET /virtual-machine-interface/98faec24-580a-4069-a066-1efddb1a9e4b HTTP/1.1" 200 3170 0.005221 10.0.0.56 - - [2025-10-09 02:43:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003762 10.0.0.56 - - [2025-10-09 02:43:37] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003618 10.0.0.56 - - [2025-10-09 02:43:37] "GET /virtual-networks?parent_id=bdeb4efd-4afc-4caf-be59-b71bab8a375d&detail=False&count=False&shared=False HTTP/1.1" 200 601 0.002974 10.0.0.56 - - [2025-10-09 02:43:37] "GET /virtual-network/c87c0ea8-980a-485c-862a-ecfc68e5c393?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3476 0.006074 10.0.0.56 - - [2025-10-09 02:43:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004593 10.0.0.56 - - [2025-10-09 02:43:38] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004732 10.0.0.56 - - [2025-10-09 02:43:38] "GET /virtual-networks?parent_id=bdeb4efd-4afc-4caf-be59-b71bab8a375d&detail=False&count=False&shared=False HTTP/1.1" 200 601 0.003753 10.0.0.56 - - [2025-10-09 02:43:38] "GET /virtual-network/c87c0ea8-980a-485c-862a-ecfc68e5c393?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3476 0.007750 10.0.0.56 - - [2025-10-09 02:43:39] "POST /neutron/port HTTP/1.1" 200 2284 0.020050 10.0.0.56 - - [2025-10-09 02:43:39] "POST /neutron/security_group HTTP/1.1" 200 2070 0.009088 10.0.0.56 - - [2025-10-09 02:43:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003556 10.0.0.56 - - [2025-10-09 02:43:39] "GET /network-policy/30a0605d-be83-4a3f-a508-05badcafa58f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1950 0.004177 10.0.0.56 - - [2025-10-09 02:43:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.004104 10.0.0.56 - - [2025-10-09 02:43:39] "GET /network-policy/090d8f0b-2557-4f78-8779-f262711bff52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4989 0.004528 10.0.0.56 - - [2025-10-09 02:43:39] "POST /neutron/network HTTP/1.1" 200 1425 0.017138 10.0.0.56 - - [2025-10-09 02:43:39] "GET /virtual-network/d9fc8aa2-18e3-450a-8e79-195b18f84408?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3481 0.008569 10.0.0.56 - - [2025-10-09 02:43:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.007718 10.0.0.56 - - [2025-10-09 02:43:39] "GET /network-policy/8271c2b9-5067-454a-84e5-d2340bf3643f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4990 0.004759 10.0.0.56 - - [2025-10-09 02:44:00] "POST /neutron/network HTTP/1.1" 200 1425 0.013205 10.0.0.41 - - [2025-10-09 02:44:00] "POST /fqname-to-id HTTP/1.1" 404 207 0.007866 10.0.0.41 - - [2025-10-09 02:44:00] "POST /ref-update HTTP/1.1" 200 156 0.041501 10.0.0.56 - - [2025-10-09 02:44:00] "GET /virtual-network/d9fc8aa2-18e3-450a-8e79-195b18f84408?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3484 0.014985 10.0.0.56 - - [2025-10-09 02:44:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003833 10.0.0.56 - - [2025-10-09 02:44:00] "GET /network-policy/d17c2e09-49d7-493e-a9fe-b0ec84302394?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1134 0.005152 10.0.0.56 - - [2025-10-09 02:44:12] "POST /neutron/network HTTP/1.1" 200 1428 0.012073 10.0.0.56 - - [2025-10-09 02:44:12] "GET /virtual-network/d9fc8aa2-18e3-450a-8e79-195b18f84408?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3481 0.013763 10.0.0.56 - - [2025-10-09 02:44:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004431 10.0.0.56 - - [2025-10-09 02:44:13] "GET /network-policy/92990128-ff3f-47ac-bd94-fc754505458e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4992 0.008935 10.0.0.56 - - [2025-10-09 02:44:17] "POST /neutron/port HTTP/1.1" 200 1200 0.015383 10.0.0.56 - - [2025-10-09 02:44:17] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003947 10.0.0.56 - - [2025-10-09 02:44:17] "POST /neutron/port HTTP/1.1" 200 117 0.001158 10.0.0.56 - - [2025-10-09 02:44:19] "POST /neutron/port HTTP/1.1" 200 1202 0.016691 10.0.0.56 - - [2025-10-09 02:44:19] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004242 10.0.0.56 - - [2025-10-09 02:44:19] "POST /neutron/port HTTP/1.1" 200 117 0.001260 10.0.0.56 - - [2025-10-09 02:44:24] "POST /neutron/network HTTP/1.1" 200 1425 0.012391 10.0.0.41 - - [2025-10-09 02:44:25] "PUT /access-control-list/09a293ae-48ae-4334-a339-74be8ca32f99 HTTP/1.1" 200 272 0.042490 10.0.0.56 - - [2025-10-09 02:44:25] "GET /virtual-network/d9fc8aa2-18e3-450a-8e79-195b18f84408?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3481 0.008045 10.0.0.56 - - [2025-10-09 02:44:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003808 10.0.0.56 - - [2025-10-09 02:44:25] "GET /network-policy/3cf8db39-d2d6-439d-912d-9c9981693936?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4991 0.004717 10.0.0.56 - - [2025-10-09 02:44:35] "POST /neutron/network HTTP/1.1" 200 1425 0.011247 10.0.0.41 - - [2025-10-09 02:44:35] "POST /fqname-to-id HTTP/1.1" 404 207 0.012752 10.0.0.56 - - [2025-10-09 02:44:35] "GET /virtual-network/d9fc8aa2-18e3-450a-8e79-195b18f84408?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3482 0.025542 10.0.0.56 - - [2025-10-09 02:44:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004041 10.0.0.56 - - [2025-10-09 02:44:35] "GET /network-policy/6f572e82-5ee4-417c-8637-30ec593aa773?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4993 0.004943 10.0.0.56 - - [2025-10-09 02:44:47] "POST /neutron/network HTTP/1.1" 200 1426 0.011362 10.0.0.41 - - [2025-10-09 02:44:48] "PUT /access-control-list/09a293ae-48ae-4334-a339-74be8ca32f99 HTTP/1.1" 200 272 0.056233 10.0.0.56 - - [2025-10-09 02:44:48] "GET /virtual-network/d9fc8aa2-18e3-450a-8e79-195b18f84408?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3482 0.026044 10.0.0.56 - - [2025-10-09 02:44:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.007586 10.0.0.56 - - [2025-10-09 02:44:48] "GET /network-policy/428f1ece-7a02-496f-bf87-6275ccf616c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4994 0.006133 10.0.0.56 - - [2025-10-09 02:44:58] "POST /neutron/network HTTP/1.1" 200 1426 0.011788 10.0.0.56 - - [2025-10-09 02:44:58] "GET /virtual-network/d9fc8aa2-18e3-450a-8e79-195b18f84408?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3482 0.007986 10.0.0.56 - - [2025-10-09 02:44:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003680 10.0.0.56 - - [2025-10-09 02:44:58] "GET /network-policy/10b311d2-3208-496e-8b9e-132df936e873?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4994 0.005111 10.0.0.56 - - [2025-10-09 02:45:10] "POST /neutron/network HTTP/1.1" 200 1426 0.012320 10.0.0.41 - - [2025-10-09 02:45:10] "POST /fqname-to-id HTTP/1.1" 404 207 0.008098 10.0.0.41 - - [2025-10-09 02:45:10] "PUT /access-control-list/09a293ae-48ae-4334-a339-74be8ca32f99 HTTP/1.1" 200 272 0.057853 10.0.0.56 - - [2025-10-09 02:45:10] "GET /virtual-network/d9fc8aa2-18e3-450a-8e79-195b18f84408?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3482 0.008223 10.0.0.56 - - [2025-10-09 02:45:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003177 10.0.0.56 - - [2025-10-09 02:45:10] "GET /network-policy/733f1066-6ca6-4046-88dd-b539ea55998c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4993 0.005788 10.0.0.56 - - [2025-10-09 02:45:17] "POST /neutron/port HTTP/1.1" 200 1200 0.038441 10.0.0.56 - - [2025-10-09 02:45:17] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003900 10.0.0.56 - - [2025-10-09 02:45:17] "POST /neutron/port HTTP/1.1" 200 117 0.001159 10.0.0.56 - - [2025-10-09 02:45:20] "GET /virtual-network/d9fc8aa2-18e3-450a-8e79-195b18f84408?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3482 0.006657 10.0.0.56 - - [2025-10-09 02:45:20] "POST /neutron/network HTTP/1.1" 200 1426 0.012474 10.0.0.56 - - [2025-10-09 02:45:20] "GET /virtual-network/d9fc8aa2-18e3-450a-8e79-195b18f84408?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3177 0.022410 10.0.0.56 - - [2025-10-09 02:45:20] "GET /virtual-machine/06386730-61e9-4fae-a61b-5d403250490e HTTP/1.1" 200 1303 0.004507 10.0.0.56 - - [2025-10-09 02:45:21] "POST /neutron/port HTTP/1.1" 200 1202 0.015660 10.0.0.56 - - [2025-10-09 02:45:21] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004651 10.0.0.56 - - [2025-10-09 02:45:21] "POST /neutron/subnet HTTP/1.1" 200 1361 0.015090 10.0.0.56 - - [2025-10-09 02:45:21] "POST /neutron/port HTTP/1.1" 200 151 0.244489 10.0.0.56 - - [2025-10-09 02:45:22] "GET /virtual-machine/06386730-61e9-4fae-a61b-5d403250490e HTTP/1.1" 404 171 0.003588 10.0.0.56 - - [2025-10-09 02:45:22] "GET /virtual-machine/06386730-61e9-4fae-a61b-5d403250490e HTTP/1.1" 404 171 0.004005 10.0.0.56 - - [2025-10-09 02:45:22] "GET /virtual-machine/06386730-61e9-4fae-a61b-5d403250490e HTTP/1.1" 404 171 0.003576 10.0.0.56 - - [2025-10-09 02:45:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004415 10.0.0.56 - - [2025-10-09 02:45:23] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004019 10.0.0.56 - - [2025-10-09 02:45:23] "GET /virtual-networks?parent_id=bdeb4efd-4afc-4caf-be59-b71bab8a375d&detail=False&count=False&shared=False HTTP/1.1" 200 601 0.003018 10.0.0.56 - - [2025-10-09 02:45:23] "GET /virtual-network/c87c0ea8-980a-485c-862a-ecfc68e5c393?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3476 0.006066 10.0.0.56 - - [2025-10-09 02:45:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003423 10.0.0.56 - - [2025-10-09 02:45:23] "GET /routing-instance/ca430968-e1e7-4651-b52c-874008301bf3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1500 0.005023 10.0.0.56 - - [2025-10-09 02:45:23] "GET /route-target/d3b07595-4d26-4142-ba30-ba7fcdd21fe2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004279 10.0.0.56 - - [2025-10-09 02:45:23] "GET /obj-perms HTTP/1.1" 200 5019 0.004618 10.0.0.41 - - [2025-10-09 02:45:26] "GET /obj-perms HTTP/1.1" 200 5019 0.004267 10.0.0.56 - - [2025-10-09 02:45:32] "GET /obj-perms HTTP/1.1" 200 5019 0.005187 10.0.0.41 - - [2025-10-09 02:45:32] "GET /obj-perms HTTP/1.1" 200 5019 0.003890 10.0.0.19 - - [2025-10-09 02:45:32] "GET /obj-perms HTTP/1.1" 200 5019 0.005148 10.0.0.56 - - [2025-10-09 02:45:32] "GET /virtual-machine/7457bd71-8d31-4627-a609-92d4bb861720 HTTP/1.1" 200 1304 0.004459 10.0.0.56 - - [2025-10-09 02:45:33] "POST /neutron/port HTTP/1.1" 200 1202 0.015690 10.0.0.56 - - [2025-10-09 02:45:34] "GET /virtual-machine/7457bd71-8d31-4627-a609-92d4bb861720 HTTP/1.1" 404 171 0.003500 10.0.0.56 - - [2025-10-09 02:45:34] "GET /virtual-machine/7457bd71-8d31-4627-a609-92d4bb861720 HTTP/1.1" 404 171 0.002787 10.0.0.56 - - [2025-10-09 02:45:34] "GET /virtual-machine/7457bd71-8d31-4627-a609-92d4bb861720 HTTP/1.1" 404 171 0.003008 10.0.0.56 - - [2025-10-09 02:45:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003852 10.0.0.56 - - [2025-10-09 02:45:35] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004008 10.0.0.56 - - [2025-10-09 02:45:35] "GET /virtual-networks?parent_id=bdeb4efd-4afc-4caf-be59-b71bab8a375d&detail=False&count=False&shared=False HTTP/1.1" 200 601 0.003055 10.0.0.56 - - [2025-10-09 02:45:35] "GET /virtual-network/d9fc8aa2-18e3-450a-8e79-195b18f84408?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3177 0.006687 10.0.0.56 - - [2025-10-09 02:45:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004534 10.0.0.56 - - [2025-10-09 02:45:35] "GET /routing-instance/c6b7b1cc-85be-4493-93f6-b0fd1b275538?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1500 0.005439 10.0.0.56 - - [2025-10-09 02:45:35] "GET /route-target/edaf4fd9-840e-4473-ab0f-2e50109e221a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004220 10.0.0.56 - - [2025-10-09 02:45:35] "GET /obj-perms HTTP/1.1" 200 5019 0.004045 10.0.0.56 - - [2025-10-09 02:45:38] "GET /obj-perms HTTP/1.1" 200 5019 0.004050 10.0.0.56 - - [2025-10-09 02:45:41] "GET /obj-perms HTTP/1.1" 200 5019 0.004330 10.0.0.56 - - [2025-10-09 02:45:41] "GET /virtual-network/c87c0ea8-980a-485c-862a-ecfc68e5c393?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3476 0.006493 10.0.0.56 - - [2025-10-09 02:45:41] "POST /neutron/network HTTP/1.1" 200 1425 0.026273 10.0.0.41 - - [2025-10-09 02:45:41] "DELETE /access-control-list/bb1f68b6-b9ac-4b83-9137-5eb238ec466b HTTP/1.1" 200 115 0.045025 10.0.0.56 - - [2025-10-09 02:45:42] "GET /virtual-network/c87c0ea8-980a-485c-862a-ecfc68e5c393?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3170 0.017710 10.0.0.56 - - [2025-10-09 02:45:42] "DELETE /network-policy/d17c2e09-49d7-493e-a9fe-b0ec84302394 HTTP/1.1" 200 115 0.035625 10.0.0.56 - - [2025-10-09 02:45:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003126 10.0.0.41 - - [2025-10-09 02:45:42] "GET /projects?obj_uuids=bdeb4efd-4afc-4caf-be59-b71bab8a375d&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.024927 10.0.0.56 - - [2025-10-09 02:45:42] "GET /project/bdeb4efd-4afc-4caf-be59-b71bab8a375d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.063306 10.0.0.56 - - [2025-10-09 02:45:42] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-95905104&detail=False&count=False&shared=False HTTP/1.1" 200 2126 0.005968 10.0.0.56 - - [2025-10-09 02:45:42] "DELETE /network-policy/733f1066-6ca6-4046-88dd-b539ea55998c HTTP/1.1" 200 115 0.049373 10.0.0.56 - - [2025-10-09 02:45:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.011493 10.0.0.41 - - [2025-10-09 02:45:42] "GET /projects?obj_uuids=bdeb4efd-4afc-4caf-be59-b71bab8a375d&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001259 10.0.0.56 - - [2025-10-09 02:45:42] "GET /project/bdeb4efd-4afc-4caf-be59-b71bab8a375d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.045961 10.0.0.56 - - [2025-10-09 02:45:42] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-95905104&detail=False&count=False&shared=False HTTP/1.1" 200 1904 0.006622 10.0.0.56 - - [2025-10-09 02:45:42] "DELETE /network-policy/10b311d2-3208-496e-8b9e-132df936e873 HTTP/1.1" 200 115 0.046198 10.0.0.56 - - [2025-10-09 02:45:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003244 10.0.0.41 - - [2025-10-09 02:45:42] "GET /projects?obj_uuids=bdeb4efd-4afc-4caf-be59-b71bab8a375d&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000975 10.0.0.56 - - [2025-10-09 02:45:42] "GET /project/bdeb4efd-4afc-4caf-be59-b71bab8a375d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.039657 10.0.0.56 - - [2025-10-09 02:45:42] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-95905104&detail=False&count=False&shared=False HTTP/1.1" 200 1682 0.005410 10.0.0.56 - - [2025-10-09 02:45:42] "DELETE /network-policy/428f1ece-7a02-496f-bf87-6275ccf616c3 HTTP/1.1" 200 115 0.045691 10.0.0.56 - - [2025-10-09 02:45:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.005536 10.0.0.41 - - [2025-10-09 02:45:42] "GET /projects?obj_uuids=bdeb4efd-4afc-4caf-be59-b71bab8a375d&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000953 10.0.0.56 - - [2025-10-09 02:45:42] "GET /project/bdeb4efd-4afc-4caf-be59-b71bab8a375d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.046030 10.0.0.56 - - [2025-10-09 02:45:42] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-95905104&detail=False&count=False&shared=False HTTP/1.1" 200 1460 0.005507 10.0.0.56 - - [2025-10-09 02:45:43] "DELETE /network-policy/6f572e82-5ee4-417c-8637-30ec593aa773 HTTP/1.1" 200 115 0.045245 10.0.0.56 - - [2025-10-09 02:45:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003478 10.0.0.41 - - [2025-10-09 02:45:43] "GET /projects?obj_uuids=bdeb4efd-4afc-4caf-be59-b71bab8a375d&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001139 10.0.0.56 - - [2025-10-09 02:45:43] "GET /project/bdeb4efd-4afc-4caf-be59-b71bab8a375d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.046081 10.0.0.56 - - [2025-10-09 02:45:43] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-95905104&detail=False&count=False&shared=False HTTP/1.1" 200 1238 0.005928 10.0.0.56 - - [2025-10-09 02:45:43] "DELETE /network-policy/30a0605d-be83-4a3f-a508-05badcafa58f HTTP/1.1" 200 115 0.038466 10.0.0.56 - - [2025-10-09 02:45:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003054 10.0.0.41 - - [2025-10-09 02:45:43] "GET /projects?obj_uuids=bdeb4efd-4afc-4caf-be59-b71bab8a375d&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000981 10.0.0.56 - - [2025-10-09 02:45:43] "GET /project/bdeb4efd-4afc-4caf-be59-b71bab8a375d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.037889 10.0.0.56 - - [2025-10-09 02:45:43] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-95905104&detail=False&count=False&shared=False HTTP/1.1" 200 1014 0.005456 10.0.0.56 - - [2025-10-09 02:45:43] "DELETE /network-policy/3cf8db39-d2d6-439d-912d-9c9981693936 HTTP/1.1" 200 115 0.047973 10.0.0.56 - - [2025-10-09 02:45:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.004083 10.0.0.41 - - [2025-10-09 02:45:43] "GET /projects?obj_uuids=bdeb4efd-4afc-4caf-be59-b71bab8a375d&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001007 10.0.0.56 - - [2025-10-09 02:45:43] "GET /project/bdeb4efd-4afc-4caf-be59-b71bab8a375d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.045307 10.0.0.56 - - [2025-10-09 02:45:43] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-95905104&detail=False&count=False&shared=False HTTP/1.1" 200 793 0.005438 10.0.0.56 - - [2025-10-09 02:45:43] "DELETE /network-policy/92990128-ff3f-47ac-bd94-fc754505458e HTTP/1.1" 200 115 0.047992 10.0.0.56 - - [2025-10-09 02:45:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.005114 10.0.0.41 - - [2025-10-09 02:45:43] "GET /projects?obj_uuids=bdeb4efd-4afc-4caf-be59-b71bab8a375d&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001196 10.0.0.56 - - [2025-10-09 02:45:43] "GET /project/bdeb4efd-4afc-4caf-be59-b71bab8a375d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.066502 10.0.0.56 - - [2025-10-09 02:45:43] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-95905104&detail=False&count=False&shared=False HTTP/1.1" 200 572 0.007218 10.0.0.56 - - [2025-10-09 02:45:44] "DELETE /network-policy/8271c2b9-5067-454a-84e5-d2340bf3643f HTTP/1.1" 200 115 0.052283 10.0.0.56 - - [2025-10-09 02:45:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004789 10.0.0.41 - - [2025-10-09 02:45:44] "GET /projects?obj_uuids=bdeb4efd-4afc-4caf-be59-b71bab8a375d&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001047 10.0.0.56 - - [2025-10-09 02:45:44] "GET /project/bdeb4efd-4afc-4caf-be59-b71bab8a375d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.043627 10.0.0.56 - - [2025-10-09 02:45:44] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-95905104&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.005564 10.0.0.56 - - [2025-10-09 02:45:44] "DELETE /network-policy/090d8f0b-2557-4f78-8779-f262711bff52 HTTP/1.1" 200 115 0.060890 10.0.0.56 - - [2025-10-09 02:45:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003514 10.0.0.41 - - [2025-10-09 02:45:44] "GET /projects?obj_uuids=bdeb4efd-4afc-4caf-be59-b71bab8a375d&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001323 10.0.0.56 - - [2025-10-09 02:45:44] "GET /project/bdeb4efd-4afc-4caf-be59-b71bab8a375d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.055319 10.0.0.56 - - [2025-10-09 02:45:44] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-95905104&detail=False&count=False&shared=False HTTP/1.1" 200 131 0.006200 10.0.0.56 - - [2025-10-09 02:45:44] "POST /neutron/network HTTP/1.1" 200 1335 0.011086 10.0.0.41 - - [2025-10-09 02:45:44] "DELETE /route-target/d3b07595-4d26-4142-ba30-ba7fcdd21fe2 HTTP/1.1" 200 115 0.025218 10.0.0.41 - - [2025-10-09 02:45:45] "POST /useragent-kv HTTP/1.1" 200 115 0.004477 10.0.0.41 - - [2025-10-09 02:45:45] "POST /useragent-kv HTTP/1.1" 200 115 0.002478 10.0.0.41 - - [2025-10-09 02:45:45] "POST /useragent-kv HTTP/1.1" 200 115 0.004986 10.0.0.41 - - [2025-10-09 02:45:45] "POST /useragent-kv HTTP/1.1" 200 115 0.002916 10.0.0.41 - - [2025-10-09 02:45:45] "POST /useragent-kv HTTP/1.1" 200 115 0.010709 10.0.0.41 - - [2025-10-09 02:45:45] "POST /useragent-kv HTTP/1.1" 200 115 0.003917 10.0.0.56 - - [2025-10-09 02:45:45] "POST /neutron/network HTTP/1.1" 200 151 0.192401 10.0.0.56 - - [2025-10-09 02:45:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003736 10.0.0.56 - - [2025-10-09 02:45:45] "DELETE /network-ipam/01da7a91-019f-40d0-a5cb-0cdd0cfed0fa HTTP/1.1" 200 115 0.034833 10.0.0.56 - - [2025-10-09 02:45:45] "POST /fqname-to-id HTTP/1.1" 404 260 0.003040 10.0.0.41 - - [2025-10-09 02:45:45] "GET /projects?obj_uuids=bdeb4efd-4afc-4caf-be59-b71bab8a375d&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000883 10.0.0.41 - - [2025-10-09 02:45:45] "GET /project/bdeb4efd-4afc-4caf-be59-b71bab8a375d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1517 0.050362 10.0.0.41 - - [2025-10-09 02:45:45] "GET /projects?obj_uuids=bdeb4efd-4afc-4caf-be59-b71bab8a375d&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000892 10.0.0.41 - - [2025-10-09 02:45:45] "GET /project/bdeb4efd-4afc-4caf-be59-b71bab8a375d?fields=security_groups HTTP/1.1" 200 1400 0.044029 10.0.0.41 - - [2025-10-09 02:45:45] "DELETE /security-group/636b42de-e914-4c7f-8568-7f53e6fe7376 HTTP/1.1" 200 115 0.055130 10.0.0.41 - - [2025-10-09 02:45:45] "GET /projects?obj_uuids=bdeb4efd-4afc-4caf-be59-b71bab8a375d&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001042 10.0.0.41 - - [2025-10-09 02:45:45] "DELETE /access-control-list/c5a057f2-cfa2-408d-88d1-e54ade51dfe2 HTTP/1.1" 200 115 0.062669 10.0.0.41 - - [2025-10-09 02:45:45] "GET /project/bdeb4efd-4afc-4caf-be59-b71bab8a375d?fields=application_policy_sets HTTP/1.1" 200 1439 0.080285 10.0.0.56 - - [2025-10-09 02:45:45] "DELETE /project/bdeb4efd-4afc-4caf-be59-b71bab8a375d HTTP/1.1" 200 115 0.448775 10.0.0.41 - - [2025-10-09 02:45:45] "GET /domains?obj_uuids=7ed77c0b-e642-4c13-a404-7756503cf17d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001381 10.0.0.56 - - [2025-10-09 02:45:45] "GET /domain/7ed77c0b-e642-4c13-a404-7756503cf17d?fields=projects HTTP/1.1" 200 1244 0.012016 10.0.0.41 - - [2025-10-09 02:45:47] "GET /projects?obj_uuids=bdeb4efd-4afc-4caf-be59-b71bab8a375d&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003568 10.0.0.41 - - [2025-10-09 02:45:47] "GET /domains?obj_uuids=7ed77c0b-e642-4c13-a404-7756503cf17d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000978 10.0.0.41 - - [2025-10-09 02:45:47] "GET /domain/7ed77c0b-e642-4c13-a404-7756503cf17d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.028987 10.0.0.41 - - [2025-10-09 02:45:47] "POST /id-to-fqname HTTP/1.1" 200 202 0.001239 10.0.0.41 - - [2025-10-09 02:45:47] "POST /fqname-to-id HTTP/1.1" 404 211 0.007280 10.0.0.41 - - [2025-10-09 02:45:47] "POST /security-groups HTTP/1.1" 200 603 0.029745 10.0.0.41 - - [2025-10-09 02:45:47] "POST /projects HTTP/1.1" 200 609 0.250382 10.0.0.41 - - [2025-10-09 02:45:47] "POST /access-control-lists HTTP/1.1" 200 608 0.025464 10.0.0.41 - - [2025-10-09 02:45:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.318586 10.0.0.56 - - [2025-10-09 02:45:47] "GET /project/bdeb4efd-4afc-4caf-be59-b71bab8a375d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.459552 10.0.0.41 - - [2025-10-09 02:45:47] "GET /projects?obj_uuids=bdeb4efd-4afc-4caf-be59-b71bab8a375d&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.005329 10.0.0.56 - - [2025-10-09 02:45:47] "GET /project/bdeb4efd-4afc-4caf-be59-b71bab8a375d?fields=virtual_networks HTTP/1.1" 200 1057 0.077694 10.0.0.41 - - [2025-10-09 02:45:47] "GET /projects?obj_uuids=bdeb4efd-4afc-4caf-be59-b71bab8a375d&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001062 10.0.0.56 - - [2025-10-09 02:45:47] "GET /project/bdeb4efd-4afc-4caf-be59-b71bab8a375d?fields=virtual_machine_interfaces HTTP/1.1" 200 1057 0.041690 10.0.0.41 - - [2025-10-09 02:45:47] "GET /projects?obj_uuids=bdeb4efd-4afc-4caf-be59-b71bab8a375d&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001038 10.0.0.56 - - [2025-10-09 02:45:47] "GET /project/bdeb4efd-4afc-4caf-be59-b71bab8a375d?fields=security_groups HTTP/1.1" 200 1295 0.051033 10.0.0.56 - - [2025-10-09 02:45:48] "POST /fqname-to-id HTTP/1.1" 404 182 0.023805 10.0.0.41 - - [2025-10-09 02:45:48] "GET /projects?obj_uuids=c2fe0b6d-2a51-4097-a465-26664aca2f10&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003604 10.0.0.41 - - [2025-10-09 02:45:48] "GET /domains?obj_uuids=7ed77c0b-e642-4c13-a404-7756503cf17d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001338 10.0.0.41 - - [2025-10-09 02:45:48] "GET /domain/7ed77c0b-e642-4c13-a404-7756503cf17d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008662 10.0.0.41 - - [2025-10-09 02:45:48] "POST /id-to-fqname HTTP/1.1" 200 184 0.002786 10.0.0.41 - - [2025-10-09 02:45:48] "POST /fqname-to-id HTTP/1.1" 404 193 0.006606 10.0.0.41 - - [2025-10-09 02:45:49] "POST /security-groups HTTP/1.1" 200 585 0.073532 10.0.0.41 - - [2025-10-09 02:45:49] "POST /fqname-to-id HTTP/1.1" 404 228 0.003938 10.0.0.41 - - [2025-10-09 02:45:49] "POST /projects HTTP/1.1" 200 573 0.283880 10.0.0.41 - - [2025-10-09 02:45:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.359909 10.0.0.41 - - [2025-10-09 02:45:49] "POST /access-control-lists HTTP/1.1" 200 588 0.033796 10.0.0.56 - - [2025-10-09 02:45:49] "GET /project/c2fe0b6d-2a51-4097-a465-26664aca2f10?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1340 0.520443 10.0.0.56 - - [2025-10-09 02:45:50] "GET / HTTP/1.1" 200 35931 0.001966 10.0.0.56 - - [2025-10-09 02:45:50] "POST /fqname-to-id HTTP/1.1" 401 292 0.000466 10.0.0.56 - - [2025-10-09 02:45:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.060673 10.0.0.41 - - [2025-10-09 02:45:51] "GET /projects?obj_uuids=c2fe0b6d-2a51-4097-a465-26664aca2f10&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001024 10.0.0.56 - - [2025-10-09 02:45:51] "GET /project/c2fe0b6d-2a51-4097-a465-26664aca2f10?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1340 0.054251 10.0.0.41 - - [2025-10-09 02:45:51] "POST /useragent-kv HTTP/1.1" 200 115 0.007747 10.0.0.56 - - [2025-10-09 02:45:51] "POST /neutron/subnet HTTP/1.1" 200 734 0.266191 10.0.0.41 - - [2025-10-09 02:45:52] "POST /fqname-to-id HTTP/1.1" 404 207 0.004088 10.0.0.56 - - [2025-10-09 02:45:52] "POST /id-to-fqname HTTP/1.1" 200 214 0.001504 10.0.0.56 - - [2025-10-09 02:45:52] "GET /virtual-network/bf94ee52-2432-4504-baa7-d2d6a9343f64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2619 0.007644 10.0.0.56 - - [2025-10-09 02:45:52] "POST /neutron/network HTTP/1.1" 200 994 0.021763 10.0.0.56 - - [2025-10-09 02:45:52] "GET /virtual-network/bf94ee52-2432-4504-baa7-d2d6a9343f64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2619 0.006009 10.0.0.56 - - [2025-10-09 02:45:52] "POST /neutron/subnet HTTP/1.1" 200 828 0.009185 10.0.0.56 - - [2025-10-09 02:45:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.002721 10.0.0.41 - - [2025-10-09 02:45:52] "GET /projects?obj_uuids=c2fe0b6d-2a51-4097-a465-26664aca2f10&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.000926 10.0.0.56 - - [2025-10-09 02:45:52] "GET /project/c2fe0b6d-2a51-4097-a465-26664aca2f10?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1340 0.066209 10.0.0.41 - - [2025-10-09 02:45:52] "POST /route-targets HTTP/1.1" 200 327 0.014264 10.0.0.41 - - [2025-10-09 02:45:52] "POST /useragent-kv HTTP/1.1" 200 115 0.015733 10.0.0.56 - - [2025-10-09 02:45:52] "POST /neutron/subnet HTTP/1.1" 200 734 0.210998 10.0.0.56 - - [2025-10-09 02:45:53] "POST /id-to-fqname HTTP/1.1" 200 214 0.002049 10.0.0.56 - - [2025-10-09 02:45:53] "GET /virtual-network/d669d7a7-10a9-405a-ac5c-fb98a8c8c5f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2619 0.009401 10.0.0.56 - - [2025-10-09 02:45:53] "POST /neutron/network HTTP/1.1" 200 994 0.010167 10.0.0.56 - - [2025-10-09 02:45:53] "GET /virtual-network/d669d7a7-10a9-405a-ac5c-fb98a8c8c5f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2619 0.005817 10.0.0.56 - - [2025-10-09 02:45:53] "POST /neutron/subnet HTTP/1.1" 200 828 0.011903 10.0.0.56 - - [2025-10-09 02:45:53] "POST /id-to-fqname HTTP/1.1" 200 214 0.001231 10.0.0.41 - - [2025-10-09 02:45:54] "GET /projects?obj_uuids=c2fe0b6d-2a51-4097-a465-26664aca2f10&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001042 10.0.0.56 - - [2025-10-09 02:45:54] "GET /project/c2fe0b6d-2a51-4097-a465-26664aca2f10?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1340 0.066587 10.0.0.56 - - [2025-10-09 02:45:54] "POST /neutron/port HTTP/1.1" 200 117 0.006417 10.0.0.56 - - [2025-10-09 02:45:54] "POST /id-to-fqname HTTP/1.1" 200 214 0.001346 10.0.0.56 - - [2025-10-09 02:45:54] "POST /neutron/network HTTP/1.1" 200 1004 0.010540 10.0.0.56 - - [2025-10-09 02:45:55] "POST /neutron/port HTTP/1.1" 200 1163 0.020813 10.0.0.56 - - [2025-10-09 02:45:55] "POST /neutron/port HTTP/1.1" 200 1191 0.019406 10.0.0.41 - - [2025-10-09 02:45:55] "GET /projects?obj_uuids=c2fe0b6d-2a51-4097-a465-26664aca2f10&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.000966 10.0.0.56 - - [2025-10-09 02:45:55] "GET /project/c2fe0b6d-2a51-4097-a465-26664aca2f10?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1340 0.069255 10.0.0.56 - - [2025-10-09 02:45:55] "POST /neutron/subnet HTTP/1.1" 200 1394 0.014732 10.0.0.56 - - [2025-10-09 02:45:55] "POST /neutron/port HTTP/1.1" 200 117 0.001293 10.0.0.56 - - [2025-10-09 02:45:55] "POST /neutron/security_group HTTP/1.1" 200 2052 0.009581 10.0.0.56 - - [2025-10-09 02:45:55] "POST /id-to-fqname HTTP/1.1" 200 214 0.001931 10.0.0.56 - - [2025-10-09 02:45:55] "POST /neutron/security_group HTTP/1.1" 200 2052 0.009239 10.0.0.41 - - [2025-10-09 02:45:56] "GET /projects?obj_uuids=c2fe0b6d-2a51-4097-a465-26664aca2f10&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001020 10.0.0.56 - - [2025-10-09 02:45:56] "POST /neutron/port HTTP/1.1" 200 1163 0.370945 10.0.0.56 - - [2025-10-09 02:45:56] "POST /neutron/port HTTP/1.1" 200 1217 0.127714 10.0.0.56 - - [2025-10-09 02:45:56] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003806 10.0.0.56 - - [2025-10-09 02:45:56] "POST /neutron/port HTTP/1.1" 200 117 0.001621 10.0.0.41 - - [2025-10-09 02:45:56] "GET /projects?obj_uuids=c2fe0b6d-2a51-4097-a465-26664aca2f10&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001075 10.0.0.56 - - [2025-10-09 02:45:56] "GET /project/c2fe0b6d-2a51-4097-a465-26664aca2f10?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1340 0.080019 10.0.0.56 - - [2025-10-09 02:45:57] "POST /neutron/port HTTP/1.1" 200 2264 0.022125 10.0.0.56 - - [2025-10-09 02:45:57] "POST /neutron/port HTTP/1.1" 200 1191 0.015787 10.0.0.56 - - [2025-10-09 02:45:57] "POST /neutron/security_group HTTP/1.1" 200 2052 0.007841 10.0.0.56 - - [2025-10-09 02:45:57] "GET /virtual-machine/36b881cb-dbc1-4b76-9214-c32c9df35dd2 HTTP/1.1" 401 292 0.000464 10.0.0.56 - - [2025-10-09 02:45:57] "POST /neutron/network HTTP/1.1" 200 1004 0.009521 10.0.0.56 - - [2025-10-09 02:45:58] "GET /virtual-machine/36b881cb-dbc1-4b76-9214-c32c9df35dd2 HTTP/1.1" 200 1286 0.070441 10.0.0.56 - - [2025-10-09 02:45:58] "GET /virtual-machine-interface/3725f29e-3a1e-49e9-bb1a-2230afdbdd7c HTTP/1.1" 200 3105 0.006601 10.0.0.56 - - [2025-10-09 02:45:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003788 10.0.0.56 - - [2025-10-09 02:45:58] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004117 10.0.0.56 - - [2025-10-09 02:45:58] "GET /virtual-networks?parent_id=c2fe0b6d-2a51-4097-a465-26664aca2f10&detail=False&count=False&shared=False HTTP/1.1" 200 559 0.005785 10.0.0.56 - - [2025-10-09 02:45:58] "POST /neutron/port HTTP/1.1" 200 1163 0.032440 10.0.0.56 - - [2025-10-09 02:45:58] "GET /virtual-network/bf94ee52-2432-4504-baa7-d2d6a9343f64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2619 0.006083 10.0.0.56 - - [2025-10-09 02:45:58] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003841 10.0.0.56 - - [2025-10-09 02:45:58] "POST /neutron/port HTTP/1.1" 200 117 0.001230 10.0.0.56 - - [2025-10-09 02:46:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004472 10.0.0.56 - - [2025-10-09 02:46:01] "GET /virtual-network/bf94ee52-2432-4504-baa7-d2d6a9343f64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2619 0.006734 10.0.0.56 - - [2025-10-09 02:46:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004066 10.0.0.56 - - [2025-10-09 02:46:05] "GET /virtual-network/bf94ee52-2432-4504-baa7-d2d6a9343f64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2619 0.006516 10.0.0.41 - - [2025-10-09 02:46:05] "DELETE /project/c2fe0b6d2a514097a46526664aca2f10 HTTP/1.1" 404 173 0.007503 10.0.0.41 - - [2025-10-09 02:46:05] "DELETE /project/bdeb4efd4afc4cafbe59b71bab8a375d HTTP/1.1" 404 173 0.006172 10.0.0.41 - - [2025-10-09 02:46:05] "GET /projects?obj_uuids=bdeb4efd-4afc-4caf-be59-b71bab8a375d&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000849 10.0.0.41 - - [2025-10-09 02:46:05] "GET /project/bdeb4efd-4afc-4caf-be59-b71bab8a375d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1517 0.040653 10.0.0.41 - - [2025-10-09 02:46:05] "GET /projects?obj_uuids=bdeb4efd-4afc-4caf-be59-b71bab8a375d&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000992 10.0.0.41 - - [2025-10-09 02:46:05] "GET /project/bdeb4efd-4afc-4caf-be59-b71bab8a375d?fields=security_groups HTTP/1.1" 200 1400 0.039176 10.0.0.41 - - [2025-10-09 02:46:06] "DELETE /security-group/2f312000-e0f0-48d9-9605-1cc666cd57ff HTTP/1.1" 200 115 0.064366 10.0.0.41 - - [2025-10-09 02:46:06] "GET /projects?obj_uuids=bdeb4efd-4afc-4caf-be59-b71bab8a375d&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001802 10.0.0.41 - - [2025-10-09 02:46:06] "GET /project/bdeb4efd-4afc-4caf-be59-b71bab8a375d?fields=application_policy_sets HTTP/1.1" 200 1439 0.080389 10.0.0.41 - - [2025-10-09 02:46:06] "DELETE /access-control-list/67a2998e-7708-4c3e-a254-b105d3e34e6a HTTP/1.1" 200 115 0.081971 10.0.0.41 - - [2025-10-09 02:46:06] "DELETE /project/bdeb4efd-4afc-4caf-be59-b71bab8a375d HTTP/1.1" 200 115 0.433187 10.0.0.56 - - [2025-10-09 02:46:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003891 10.0.0.56 - - [2025-10-09 02:46:09] "GET /virtual-network/bf94ee52-2432-4504-baa7-d2d6a9343f64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2619 0.007680 10.0.0.56 - - [2025-10-09 02:46:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004893 10.0.0.56 - - [2025-10-09 02:46:13] "GET /virtual-network/bf94ee52-2432-4504-baa7-d2d6a9343f64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2619 0.007697 10.0.0.56 - - [2025-10-09 02:46:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003889 10.0.0.56 - - [2025-10-09 02:46:17] "GET /virtual-network/bf94ee52-2432-4504-baa7-d2d6a9343f64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2619 0.005346 10.0.0.56 - - [2025-10-09 02:46:18] "POST /neutron/port HTTP/1.1" 200 1191 0.017885 10.0.0.56 - - [2025-10-09 02:46:18] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005061 10.0.0.56 - - [2025-10-09 02:46:18] "POST /neutron/port HTTP/1.1" 200 117 0.001248 10.0.0.56 - - [2025-10-09 02:46:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003897 10.0.0.56 - - [2025-10-09 02:46:21] "GET /virtual-network/bf94ee52-2432-4504-baa7-d2d6a9343f64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2619 0.005441 10.0.0.56 - - [2025-10-09 02:46:22] "POST /neutron/port HTTP/1.1" 200 1191 0.039722 10.0.0.56 - - [2025-10-09 02:46:22] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003904 10.0.0.56 - - [2025-10-09 02:46:22] "POST /neutron/port HTTP/1.1" 200 117 0.001191 10.0.0.56 - - [2025-10-09 02:46:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004927 10.0.0.56 - - [2025-10-09 02:46:25] "GET /virtual-network/bf94ee52-2432-4504-baa7-d2d6a9343f64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2619 0.006234 10.0.0.56 - - [2025-10-09 02:46:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003752 10.0.0.56 - - [2025-10-09 02:46:29] "GET /virtual-network/bf94ee52-2432-4504-baa7-d2d6a9343f64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2619 0.006148 10.0.0.56 - - [2025-10-09 02:46:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004557 10.0.0.56 - - [2025-10-09 02:46:34] "GET /virtual-network/bf94ee52-2432-4504-baa7-d2d6a9343f64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2619 0.007144 10.0.0.56 - - [2025-10-09 02:46:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004442 10.0.0.56 - - [2025-10-09 02:46:36] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003816 10.0.0.56 - - [2025-10-09 02:46:36] "GET /virtual-networks?parent_id=c2fe0b6d-2a51-4097-a465-26664aca2f10&detail=False&count=False&shared=False HTTP/1.1" 200 559 0.002992 10.0.0.56 - - [2025-10-09 02:46:36] "GET /virtual-network/bf94ee52-2432-4504-baa7-d2d6a9343f64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2619 0.006780 10.0.0.56 - - [2025-10-09 02:46:36] "POST /neutron/port HTTP/1.1" 200 1191 0.016533 10.0.0.56 - - [2025-10-09 02:46:41] "POST /neutron/security_group HTTP/1.1" 200 2052 0.008776 10.0.0.56 - - [2025-10-09 02:46:46] "POST /neutron/port HTTP/1.1" 200 1191 0.017349 10.0.0.56 - - [2025-10-09 02:46:50] "POST /neutron/security_group HTTP/1.1" 200 2052 0.006729 10.0.0.56 - - [2025-10-09 02:46:51] "POST /neutron/port HTTP/1.1" 200 1191 0.015250 10.0.0.56 - - [2025-10-09 02:46:57] "POST /neutron/security_group HTTP/1.1" 200 2052 0.007852 10.0.0.56 - - [2025-10-09 02:46:57] "POST /neutron/port HTTP/1.1" 200 1191 0.015412 10.0.0.56 - - [2025-10-09 02:46:57] "GET /virtual-machine/cb86696c-2a8e-48d5-bbaa-61a3f245b5fc HTTP/1.1" 200 1287 0.006311 10.0.0.56 - - [2025-10-09 02:46:57] "GET /virtual-machine-interface/b01f2256-586c-44bd-96d1-353711a2c98b HTTP/1.1" 200 3106 0.006604 10.0.0.56 - - [2025-10-09 02:46:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003634 10.0.0.56 - - [2025-10-09 02:46:57] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003728 10.0.0.56 - - [2025-10-09 02:46:57] "GET /virtual-networks?parent_id=c2fe0b6d-2a51-4097-a465-26664aca2f10&detail=False&count=False&shared=False HTTP/1.1" 200 559 0.003455 10.0.0.56 - - [2025-10-09 02:46:57] "GET /virtual-network/bf94ee52-2432-4504-baa7-d2d6a9343f64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2619 0.006007 10.0.0.56 - - [2025-10-09 02:46:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003937 10.0.0.56 - - [2025-10-09 02:46:58] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003591 10.0.0.56 - - [2025-10-09 02:46:58] "GET /virtual-networks?parent_id=c2fe0b6d-2a51-4097-a465-26664aca2f10&detail=False&count=False&shared=False HTTP/1.1" 200 559 0.002657 10.0.0.56 - - [2025-10-09 02:46:58] "GET /virtual-network/bf94ee52-2432-4504-baa7-d2d6a9343f64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2619 0.006236 10.0.0.56 - - [2025-10-09 02:46:58] "POST /neutron/security_group HTTP/1.1" 200 2052 0.007480 10.0.0.56 - - [2025-10-09 02:47:03] "POST /neutron/port HTTP/1.1" 200 1191 0.018302 10.0.0.56 - - [2025-10-09 02:47:03] "POST /neutron/security_group HTTP/1.1" 200 2052 0.008362 10.0.0.56 - - [2025-10-09 02:47:04] "GET /virtual-machine/39fbaa35-d1af-428f-a46d-c4c45e6f3dcd HTTP/1.1" 200 1286 0.005888 10.0.0.56 - - [2025-10-09 02:47:04] "GET /virtual-machine-interface/5f18407d-430b-4144-b014-994311c8cb78 HTTP/1.1" 200 3105 0.005198 10.0.0.56 - - [2025-10-09 02:47:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004058 10.0.0.56 - - [2025-10-09 02:47:04] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004196 10.0.0.56 - - [2025-10-09 02:47:04] "GET /virtual-networks?parent_id=c2fe0b6d-2a51-4097-a465-26664aca2f10&detail=False&count=False&shared=False HTTP/1.1" 200 559 0.003903 10.0.0.56 - - [2025-10-09 02:47:04] "GET /virtual-network/d669d7a7-10a9-405a-ac5c-fb98a8c8c5f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2619 0.006644 10.0.0.56 - - [2025-10-09 02:47:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003594 10.0.0.56 - - [2025-10-09 02:47:05] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004967 10.0.0.56 - - [2025-10-09 02:47:05] "GET /virtual-networks?parent_id=c2fe0b6d-2a51-4097-a465-26664aca2f10&detail=False&count=False&shared=False HTTP/1.1" 200 559 0.003007 10.0.0.56 - - [2025-10-09 02:47:05] "GET /virtual-network/d669d7a7-10a9-405a-ac5c-fb98a8c8c5f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2619 0.006485 10.0.0.56 - - [2025-10-09 02:47:06] "GET /forwarding-classs?detail=False&count=False&shared=False HTTP/1.1" 200 133 0.003361 10.0.0.56 - - [2025-10-09 02:47:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003246 10.0.0.56 - - [2025-10-09 02:47:06] "GET /global-qos-config/81285bcf-e95f-44a5-bef5-220afc0e81e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1084 0.004455 10.0.0.56 - - [2025-10-09 02:47:06] "POST /fqname-to-id HTTP/1.1" 404 222 0.003649 10.0.0.56 - - [2025-10-09 02:47:06] "POST /forwarding-classs HTTP/1.1" 200 576 0.033054 10.0.0.56 - - [2025-10-09 02:47:06] "POST /id-to-fqname HTTP/1.1" 200 232 0.005208 10.0.0.56 - - [2025-10-09 02:47:06] "GET /forwarding-class/cc930be7-c262-4c3f-ae48-d7af7f080c0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1252 0.005623 10.0.0.41 - - [2025-10-09 02:47:07] "GET /projects?obj_uuids=c2fe0b6d-2a51-4097-a465-26664aca2f10&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001501 10.0.0.56 - - [2025-10-09 02:47:07] "GET /project/c2fe0b6d-2a51-4097-a465-26664aca2f10?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1340 0.061854 10.0.0.56 - - [2025-10-09 02:47:07] "POST /fqname-to-id HTTP/1.1" 404 211 0.003613 10.0.0.56 - - [2025-10-09 02:47:07] "POST /qos-configs HTTP/1.1" 200 543 0.034691 10.0.0.56 - - [2025-10-09 02:47:07] "POST /id-to-fqname HTTP/1.1" 200 217 0.003616 10.0.0.56 - - [2025-10-09 02:47:07] "GET /qos-config/96b7c729-3465-4626-9fed-92b6c052ce33?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1504 0.004601 10.0.0.56 - - [2025-10-09 02:47:07] "GET /virtual-machine-interface/3725f29e-3a1e-49e9-bb1a-2230afdbdd7c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2690 0.006608 10.0.0.56 - - [2025-10-09 02:47:07] "POST /ref-update HTTP/1.1" 200 156 0.022978 10.0.0.56 - - [2025-10-09 02:47:07] "POST /neutron/port HTTP/1.1" 200 1191 0.018435 10.0.0.56 - - [2025-10-09 02:47:07] "POST /neutron/security_group HTTP/1.1" 200 2052 0.008240 10.0.0.56 - - [2025-10-09 02:47:07] "POST /neutron/network HTTP/1.1" 200 968 0.021074 10.0.0.56 - - [2025-10-09 02:47:07] "POST /id-to-fqname HTTP/1.1" 200 214 0.001406 10.0.0.56 - - [2025-10-09 02:47:07] "GET /virtual-machine/36b881cb-dbc1-4b76-9214-c32c9df35dd2 HTTP/1.1" 200 1286 0.006601 10.0.0.56 - - [2025-10-09 02:47:07] "GET /virtual-machine-interface/3725f29e-3a1e-49e9-bb1a-2230afdbdd7c HTTP/1.1" 200 3352 0.006297 10.0.0.56 - - [2025-10-09 02:47:07] "GET /instance-ip/62a0b309-00eb-42c8-8f4c-f76361dc25c7 HTTP/1.1" 200 1628 0.006308 10.0.0.56 - - [2025-10-09 02:47:07] "GET /instance-ip/8247d96f-aa97-436b-9de7-788920a2e710 HTTP/1.1" 200 1610 0.006115 10.0.0.56 - - [2025-10-09 02:47:07] "POST /neutron/security_group HTTP/1.1" 200 2052 0.007481 10.0.0.56 - - [2025-10-09 02:47:08] "POST /neutron/port HTTP/1.1" 200 1191 0.017135 10.0.0.56 - - [2025-10-09 02:47:08] "POST /neutron/security_group HTTP/1.1" 200 2052 0.010195 10.0.0.56 - - [2025-10-09 02:47:08] "POST /id-to-fqname HTTP/1.1" 200 214 0.001364 10.0.0.56 - - [2025-10-09 02:47:08] "GET /virtual-machine/cb86696c-2a8e-48d5-bbaa-61a3f245b5fc HTTP/1.1" 200 1287 0.005083 10.0.0.56 - - [2025-10-09 02:47:08] "GET /virtual-machine-interface/b01f2256-586c-44bd-96d1-353711a2c98b HTTP/1.1" 200 3106 0.005328 10.0.0.56 - - [2025-10-09 02:47:08] "GET /instance-ip/449e6249-d808-4bb7-b7ba-ca2e1d68687a HTTP/1.1" 200 1610 0.005993 10.0.0.56 - - [2025-10-09 02:47:08] "GET /instance-ip/47f31ae5-3fdf-4a75-93c9-5f37685be8c1 HTTP/1.1" 200 1628 0.005435 10.0.0.56 - - [2025-10-09 02:47:19] "POST /neutron/port HTTP/1.1" 200 1191 0.015477 10.0.0.56 - - [2025-10-09 02:47:19] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005132 10.0.0.56 - - [2025-10-09 02:47:19] "POST /neutron/port HTTP/1.1" 200 117 0.001731 10.0.0.56 - - [2025-10-09 02:47:22] "POST /neutron/port HTTP/1.1" 200 1191 0.016906 10.0.0.56 - - [2025-10-09 02:47:22] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004000 10.0.0.56 - - [2025-10-09 02:47:22] "POST /neutron/port HTTP/1.1" 200 117 0.001222 10.0.0.41 - - [2025-10-09 02:47:31] "GET /obj-perms HTTP/1.1" 200 5056 0.048856 10.0.0.56 - - [2025-10-09 02:47:31] "GET /obj-perms HTTP/1.1" 200 5056 0.045213 10.0.0.41 - - [2025-10-09 02:48:00] "GET /global-system-configs HTTP/1.1" 401 292 0.000451 10.0.0.41 - - [2025-10-09 02:48:00] "GET /global-system-configs HTTP/1.1" 401 292 0.000434 10.0.0.41 - - [2025-10-09 02:48:01] "GET /global-system-configs HTTP/1.1" 401 292 0.000420 10.0.0.41 - - [2025-10-09 02:48:01] "GET /global-system-configs HTTP/1.1" 401 292 0.000576 10.0.0.19 - - [2025-10-09 02:48:01] "GET /global-system-configs HTTP/1.1" 401 292 0.000427 10.0.0.19 - - [2025-10-09 02:48:01] "GET /global-system-configs HTTP/1.1" 401 292 0.001135 10.0.0.19 - - [2025-10-09 02:48:01] "GET /global-system-configs HTTP/1.1" 401 292 0.000424 10.0.0.19 - - [2025-10-09 02:48:01] "GET /global-system-configs HTTP/1.1" 401 292 0.000426 10.0.0.56 - - [2025-10-09 02:48:03] "GET /global-system-configs HTTP/1.1" 401 292 0.000431 10.0.0.56 - - [2025-10-09 02:48:03] "GET /global-system-configs HTTP/1.1" 401 292 0.000390 10.0.0.56 - - [2025-10-09 02:48:05] "GET /global-system-configs HTTP/1.1" 401 292 0.000440 10.0.0.56 - - [2025-10-09 02:48:05] "GET /global-system-configs HTTP/1.1" 401 292 0.000573 10.0.0.56 - - [2025-10-09 02:48:17] "GET /virtual-machine-interface/3725f29e-3a1e-49e9-bb1a-2230afdbdd7c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2937 0.006599 10.0.0.56 - - [2025-10-09 02:48:17] "POST /ref-update HTTP/1.1" 200 156 0.014211 10.0.0.56 - - [2025-10-09 02:48:17] "DELETE /qos-config/96b7c729-3465-4626-9fed-92b6c052ce33 HTTP/1.1" 200 115 0.034365 10.0.0.56 - - [2025-10-09 02:48:17] "POST /id-to-fqname HTTP/1.1" 200 232 0.001356 10.0.0.56 - - [2025-10-09 02:48:17] "DELETE /forwarding-class/cc930be7-c262-4c3f-ae48-d7af7f080c0e HTTP/1.1" 200 115 0.029307 10.0.0.56 - - [2025-10-09 02:48:18] "POST /neutron/network HTTP/1.1" 200 994 0.010649 10.0.0.56 - - [2025-10-09 02:48:19] "POST /neutron/port HTTP/1.1" 200 1217 0.019235 10.0.0.56 - - [2025-10-09 02:48:19] "POST /neutron/port HTTP/1.1" 200 1217 0.032174 10.0.0.56 - - [2025-10-09 02:48:19] "POST /neutron/port HTTP/1.1" 200 1217 0.014778 10.0.0.41 - - [2025-10-09 02:48:21] "POST /useragent-kv HTTP/1.1" 200 115 0.004595 10.0.0.41 - - [2025-10-09 02:48:21] "POST /useragent-kv HTTP/1.1" 200 115 0.006434 10.0.0.41 - - [2025-10-09 02:48:21] "POST /useragent-kv HTTP/1.1" 200 115 0.002441 10.0.0.41 - - [2025-10-09 02:48:21] "POST /useragent-kv HTTP/1.1" 200 115 0.002671 10.0.0.56 - - [2025-10-09 02:48:21] "POST /neutron/network HTTP/1.1" 200 151 0.178386 10.0.0.41 - - [2025-10-09 02:48:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004716 10.0.0.41 - - [2025-10-09 02:48:21] "GET /projects?obj_uuids=c2fe0b6d-2a51-4097-a465-26664aca2f10&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.002019 10.0.0.56 - - [2025-10-09 02:48:21] "GET /project/c2fe0b6d-2a51-4097-a465-26664aca2f10?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1340 0.062989 10.0.0.41 - - [2025-10-09 02:48:21] "GET /projects?obj_uuids=c2fe0b6d-2a51-4097-a465-26664aca2f10&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001079 10.0.0.56 - - [2025-10-09 02:48:21] "GET /project/c2fe0b6d-2a51-4097-a465-26664aca2f10?fields=virtual_networks HTTP/1.1" 200 1021 0.041791 10.0.0.41 - - [2025-10-09 02:48:21] "GET /projects?obj_uuids=c2fe0b6d-2a51-4097-a465-26664aca2f10&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001054 10.0.0.56 - - [2025-10-09 02:48:21] "GET /project/c2fe0b6d-2a51-4097-a465-26664aca2f10?fields=virtual_machine_interfaces HTTP/1.1" 200 1021 0.046806 10.0.0.41 - - [2025-10-09 02:48:21] "GET /projects?obj_uuids=c2fe0b6d-2a51-4097-a465-26664aca2f10&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001905 10.0.0.56 - - [2025-10-09 02:48:21] "GET /project/c2fe0b6d-2a51-4097-a465-26664aca2f10?fields=security_groups HTTP/1.1" 200 1241 0.038716 10.0.0.56 - - [2025-10-09 02:48:22] "POST /fqname-to-id HTTP/1.1" 404 181 0.025890 10.0.0.41 - - [2025-10-09 02:48:22] "GET /projects?obj_uuids=725e3867-306a-4db9-ac35-c8b099d2d4f9&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003305 10.0.0.41 - - [2025-10-09 02:48:22] "GET /domains?obj_uuids=7ed77c0b-e642-4c13-a404-7756503cf17d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001457 10.0.0.41 - - [2025-10-09 02:48:22] "GET /domain/7ed77c0b-e642-4c13-a404-7756503cf17d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007501 10.0.0.41 - - [2025-10-09 02:48:22] "POST /id-to-fqname HTTP/1.1" 200 183 0.005920 10.0.0.41 - - [2025-10-09 02:48:22] "POST /fqname-to-id HTTP/1.1" 404 192 0.006705 10.0.0.41 - - [2025-10-09 02:48:22] "POST /security-groups HTTP/1.1" 200 584 0.040570 10.0.0.41 - - [2025-10-09 02:48:22] "POST /projects HTTP/1.1" 200 571 0.261691 10.0.0.41 - - [2025-10-09 02:48:22] "POST /access-control-lists HTTP/1.1" 200 589 0.028263 10.0.0.41 - - [2025-10-09 02:48:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.343239 10.0.0.56 - - [2025-10-09 02:48:23] "GET /project/725e3867-306a-4db9-ac35-c8b099d2d4f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1335 0.515580 10.0.0.56 - - [2025-10-09 02:48:24] "GET / HTTP/1.1" 200 35931 0.001583 10.0.0.56 - - [2025-10-09 02:48:25] "POST /fqname-to-id HTTP/1.1" 401 292 0.000821 10.0.0.56 - - [2025-10-09 02:48:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.067327 10.0.0.41 - - [2025-10-09 02:48:26] "GET /projects?obj_uuids=725e3867-306a-4db9-ac35-c8b099d2d4f9&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000999 10.0.0.56 - - [2025-10-09 02:48:26] "GET /project/725e3867-306a-4db9-ac35-c8b099d2d4f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1335 0.041355 10.0.0.56 - - [2025-10-09 02:48:26] "POST /neutron/network HTTP/1.1" 200 117 0.037634 10.0.0.41 - - [2025-10-09 02:48:26] "POST /route-targets HTTP/1.1" 200 327 0.015831 10.0.0.56 - - [2025-10-09 02:48:26] "POST /neutron/network HTTP/1.1" 200 833 0.010416 10.0.0.56 - - [2025-10-09 02:48:26] "POST /id-to-fqname HTTP/1.1" 200 220 0.001401 10.0.0.56 - - [2025-10-09 02:48:26] "GET /virtual-network/822aff1b-e018-4145-aa2c-db5d07bea6ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.005567 10.0.0.56 - - [2025-10-09 02:48:26] "GET /virtual-network/822aff1b-e018-4145-aa2c-db5d07bea6ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.006109 10.0.0.56 - - [2025-10-09 02:48:26] "POST /neutron/subnet HTTP/1.1" 200 734 0.010762 10.0.0.56 - - [2025-10-09 02:48:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003104 10.0.0.56 - - [2025-10-09 02:48:26] "GET /virtual-network/822aff1b-e018-4145-aa2c-db5d07bea6ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.005209 10.0.0.56 - - [2025-10-09 02:48:26] "PUT /virtual-network/822aff1b-e018-4145-aa2c-db5d07bea6ab HTTP/1.1" 200 264 0.077274 10.0.0.41 - - [2025-10-09 02:48:27] "POST /ref-update HTTP/1.1" 200 156 0.039674 10.0.0.56 - - [2025-10-09 02:48:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.005937 10.0.0.41 - - [2025-10-09 02:48:27] "GET /projects?obj_uuids=725e3867-306a-4db9-ac35-c8b099d2d4f9&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001065 10.0.0.56 - - [2025-10-09 02:48:27] "GET /project/725e3867-306a-4db9-ac35-c8b099d2d4f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1335 0.044301 10.0.0.41 - - [2025-10-09 02:48:27] "POST /useragent-kv HTTP/1.1" 200 115 0.007948 10.0.0.56 - - [2025-10-09 02:48:27] "POST /neutron/subnet HTTP/1.1" 200 725 0.235729 10.0.0.56 - - [2025-10-09 02:48:27] "POST /id-to-fqname HTTP/1.1" 200 220 0.002225 10.0.0.56 - - [2025-10-09 02:48:27] "GET /virtual-network/74459232-bb30-47c6-a72e-e2f33e7388d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.008869 10.0.0.56 - - [2025-10-09 02:48:27] "GET /virtual-network/74459232-bb30-47c6-a72e-e2f33e7388d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005923 10.0.0.56 - - [2025-10-09 02:48:27] "POST /neutron/network HTTP/1.1" 200 831 0.006970 10.0.0.56 - - [2025-10-09 02:48:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004189 10.0.0.56 - - [2025-10-09 02:48:27] "GET /virtual-network/74459232-bb30-47c6-a72e-e2f33e7388d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.006467 10.0.0.41 - - [2025-10-09 02:48:27] "POST /ref-update HTTP/1.1" 200 156 0.024229 10.0.0.56 - - [2025-10-09 02:48:27] "PUT /virtual-network/74459232-bb30-47c6-a72e-e2f33e7388d4 HTTP/1.1" 200 264 0.063090 10.0.0.56 - - [2025-10-09 02:48:27] "POST /id-to-fqname HTTP/1.1" 200 220 0.001401 10.0.0.41 - - [2025-10-09 02:48:28] "GET /projects?obj_uuids=725e3867-306a-4db9-ac35-c8b099d2d4f9&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001003 10.0.0.56 - - [2025-10-09 02:48:28] "GET /project/725e3867-306a-4db9-ac35-c8b099d2d4f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1335 0.066177 10.0.0.56 - - [2025-10-09 02:48:28] "POST /neutron/network HTTP/1.1" 200 833 0.036459 10.0.0.56 - - [2025-10-09 02:48:29] "POST /id-to-fqname HTTP/1.1" 200 220 0.001498 10.0.0.56 - - [2025-10-09 02:48:29] "POST /neutron/port HTTP/1.1" 200 117 0.007666 10.0.0.41 - - [2025-10-09 02:48:29] "GET /projects?obj_uuids=725e3867-306a-4db9-ac35-c8b099d2d4f9&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000955 10.0.0.56 - - [2025-10-09 02:48:29] "POST /neutron/port HTTP/1.1" 200 1055 0.339679 10.0.0.56 - - [2025-10-09 02:48:30] "POST /neutron/port HTTP/1.1" 200 1109 0.101895 10.0.0.41 - - [2025-10-09 02:48:30] "GET /projects?obj_uuids=725e3867-306a-4db9-ac35-c8b099d2d4f9&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001164 10.0.0.56 - - [2025-10-09 02:48:30] "GET /project/725e3867-306a-4db9-ac35-c8b099d2d4f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1335 0.116294 10.0.0.56 - - [2025-10-09 02:48:30] "POST /neutron/subnet HTTP/1.1" 200 708 0.010562 10.0.0.56 - - [2025-10-09 02:48:30] "POST /neutron/network HTTP/1.1" 200 833 0.007393 10.0.0.56 - - [2025-10-09 02:48:30] "POST /neutron/port HTTP/1.1" 200 117 0.009843 10.0.0.56 - - [2025-10-09 02:48:30] "POST /neutron/network HTTP/1.1" 200 841 0.007705 10.0.0.56 - - [2025-10-09 02:48:31] "POST /neutron/port HTTP/1.1" 200 1053 0.017616 10.0.0.56 - - [2025-10-09 02:48:31] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005267 10.0.0.56 - - [2025-10-09 02:48:31] "POST /neutron/network HTTP/1.1" 200 831 0.007737 10.0.0.19 - - [2025-10-09 02:48:31] "GET /obj-perms HTTP/1.1" 200 5056 0.052605 10.0.0.56 - - [2025-10-09 02:48:35] "POST /neutron/port HTTP/1.1" 200 1083 0.015662 10.0.0.56 - - [2025-10-09 02:48:35] "POST /neutron/security_group HTTP/1.1" 200 2051 0.008749 10.0.0.56 - - [2025-10-09 02:48:35] "GET /virtual-machine/6ff5b3f5-d517-4873-9d46-3dacf6f9240d HTTP/1.1" 401 292 0.000463 10.0.0.56 - - [2025-10-09 02:48:36] "GET /virtual-machine/6ff5b3f5-d517-4873-9d46-3dacf6f9240d HTTP/1.1" 200 1285 0.032819 10.0.0.56 - - [2025-10-09 02:48:36] "GET /virtual-machine-interface/0be65bd8-929a-4421-8c6b-18b489334475 HTTP/1.1" 200 2926 0.006893 10.0.0.56 - - [2025-10-09 02:48:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004257 10.0.0.56 - - [2025-10-09 02:48:36] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004166 10.0.0.56 - - [2025-10-09 02:48:36] "GET /virtual-networks?parent_id=725e3867-306a-4db9-ac35-c8b099d2d4f9&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003303 10.0.0.56 - - [2025-10-09 02:48:36] "GET /virtual-network/822aff1b-e018-4145-aa2c-db5d07bea6ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2116 0.006661 10.0.0.56 - - [2025-10-09 02:48:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.008276 10.0.0.56 - - [2025-10-09 02:48:39] "GET /virtual-network/822aff1b-e018-4145-aa2c-db5d07bea6ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2116 0.008640 10.0.0.56 - - [2025-10-09 02:48:40] "POST /neutron/port HTTP/1.1" 200 1081 0.044008 10.0.0.56 - - [2025-10-09 02:48:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003778 10.0.0.56 - - [2025-10-09 02:48:41] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003432 10.0.0.56 - - [2025-10-09 02:48:41] "GET /virtual-networks?parent_id=725e3867-306a-4db9-ac35-c8b099d2d4f9&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.002815 10.0.0.56 - - [2025-10-09 02:48:41] "GET /virtual-network/822aff1b-e018-4145-aa2c-db5d07bea6ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2116 0.006434 10.0.0.56 - - [2025-10-09 02:48:41] "POST /neutron/security_group HTTP/1.1" 200 2051 0.007551 10.0.0.56 - - [2025-10-09 02:48:41] "POST /neutron/port HTTP/1.1" 200 1081 0.015651 10.0.0.56 - - [2025-10-09 02:48:41] "GET /virtual-machine/3684b489-2f18-41ac-9c57-1d8374bd5c68 HTTP/1.1" 200 1285 0.007437 10.0.0.56 - - [2025-10-09 02:48:41] "GET /virtual-machine-interface/d7686ccd-5e0c-4507-ba33-5a323cba1a52 HTTP/1.1" 200 2928 0.005041 10.0.0.56 - - [2025-10-09 02:48:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003336 10.0.0.56 - - [2025-10-09 02:48:41] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003703 10.0.0.56 - - [2025-10-09 02:48:41] "GET /virtual-networks?parent_id=725e3867-306a-4db9-ac35-c8b099d2d4f9&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.002807 10.0.0.56 - - [2025-10-09 02:48:42] "GET /virtual-network/74459232-bb30-47c6-a72e-e2f33e7388d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2110 0.007462 10.0.0.56 - - [2025-10-09 02:48:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003671 10.0.0.56 - - [2025-10-09 02:48:43] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005450 10.0.0.56 - - [2025-10-09 02:48:43] "GET /virtual-networks?parent_id=725e3867-306a-4db9-ac35-c8b099d2d4f9&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.002926 10.0.0.56 - - [2025-10-09 02:48:43] "GET /virtual-network/74459232-bb30-47c6-a72e-e2f33e7388d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2110 0.006061 10.0.0.56 - - [2025-10-09 02:48:43] "POST /neutron/security_group HTTP/1.1" 200 2051 0.007229 10.0.0.56 - - [2025-10-09 02:48:48] "POST /routing-policys HTTP/1.1" 200 534 0.031221 10.0.0.56 - - [2025-10-09 02:48:48] "GET /virtual-network/822aff1b-e018-4145-aa2c-db5d07bea6ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2116 0.023398 10.0.0.56 - - [2025-10-09 02:48:48] "PUT /virtual-network/822aff1b-e018-4145-aa2c-db5d07bea6ab HTTP/1.1" 200 264 0.079705 10.0.0.56 - - [2025-10-09 02:48:52] "POST /ref-update HTTP/1.1" 200 156 0.066849 10.0.0.56 - - [2025-10-09 02:48:52] "DELETE /routing-policy/8dd81122-d130-4c24-8839-61e16b165239 HTTP/1.1" 200 115 0.043486 10.0.0.56 - - [2025-10-09 02:48:53] "POST /neutron/port HTTP/1.1" 200 1081 0.017798 10.0.0.56 - - [2025-10-09 02:48:53] "POST /neutron/port HTTP/1.1" 200 1083 0.029616 10.0.0.56 - - [2025-10-09 02:48:55] "POST /neutron/network HTTP/1.1" 200 831 0.007512 10.0.0.41 - - [2025-10-09 02:48:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.004601 10.0.0.41 - - [2025-10-09 02:48:55] "DELETE /route-target/6dff8da5-79f9-48f0-9f63-4f0704f83c95 HTTP/1.1" 409 239 0.007102 10.0.0.41 - - [2025-10-09 02:48:55] "POST /useragent-kv HTTP/1.1" 200 115 0.003272 10.0.0.41 - - [2025-10-09 02:48:55] "POST /useragent-kv HTTP/1.1" 200 115 0.003745 10.0.0.56 - - [2025-10-09 02:48:55] "POST /neutron/network HTTP/1.1" 200 151 0.140970 10.0.0.41 - - [2025-10-09 02:48:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.004858 10.0.0.56 - - [2025-10-09 02:48:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003634 10.0.0.41 - - [2025-10-09 02:48:57] "GET /projects?obj_uuids=725e3867-306a-4db9-ac35-c8b099d2d4f9&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001445 10.0.0.56 - - [2025-10-09 02:48:57] "GET /project/725e3867-306a-4db9-ac35-c8b099d2d4f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1335 0.040285 10.0.0.41 - - [2025-10-09 02:48:58] "POST /ref-update HTTP/1.1" 200 156 0.027447 10.0.0.41 - - [2025-10-09 02:48:58] "POST /useragent-kv HTTP/1.1" 200 115 0.003427 10.0.0.56 - - [2025-10-09 02:48:58] "POST /neutron/subnet HTTP/1.1" 200 724 0.175199 10.0.0.56 - - [2025-10-09 02:48:58] "POST /id-to-fqname HTTP/1.1" 200 220 0.001349 10.0.0.56 - - [2025-10-09 02:48:58] "GET /virtual-network/7ef21e3b-fa38-496c-b125-06d3e25cf583?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005491 10.0.0.56 - - [2025-10-09 02:48:58] "GET /virtual-network/7ef21e3b-fa38-496c-b125-06d3e25cf583?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.006366 10.0.0.56 - - [2025-10-09 02:48:58] "POST /neutron/network HTTP/1.1" 200 831 0.012218 10.0.0.56 - - [2025-10-09 02:48:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003170 10.0.0.56 - - [2025-10-09 02:48:58] "GET /virtual-network/7ef21e3b-fa38-496c-b125-06d3e25cf583?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005193 10.0.0.56 - - [2025-10-09 02:48:58] "PUT /virtual-network/7ef21e3b-fa38-496c-b125-06d3e25cf583 HTTP/1.1" 200 264 0.057062 10.0.0.56 - - [2025-10-09 02:48:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.009371 10.0.0.41 - - [2025-10-09 02:48:58] "GET /projects?obj_uuids=725e3867-306a-4db9-ac35-c8b099d2d4f9&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001380 10.0.0.56 - - [2025-10-09 02:48:58] "GET /project/725e3867-306a-4db9-ac35-c8b099d2d4f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1335 0.043533 10.0.0.41 - - [2025-10-09 02:48:58] "GET /projects?obj_uuids=725e3867-306a-4db9-ac35-c8b099d2d4f9&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001024 10.0.0.56 - - [2025-10-09 02:48:58] "POST /neutron/network HTTP/1.1" 200 612 0.117395 10.0.0.41 - - [2025-10-09 02:48:58] "POST /route-targets HTTP/1.1" 200 327 0.018278 10.0.0.56 - - [2025-10-09 02:48:59] "POST /id-to-fqname HTTP/1.1" 200 220 0.003927 10.0.0.56 - - [2025-10-09 02:48:59] "GET /virtual-network/ac0d4773-7554-47b6-92a6-99efd4ea1dd3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.005821 10.0.0.56 - - [2025-10-09 02:48:59] "POST /neutron/network HTTP/1.1" 200 830 0.017316 10.0.0.56 - - [2025-10-09 02:48:59] "GET /virtual-network/ac0d4773-7554-47b6-92a6-99efd4ea1dd3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.006344 10.0.0.56 - - [2025-10-09 02:48:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.004280 10.0.0.56 - - [2025-10-09 02:48:59] "GET /virtual-network/ac0d4773-7554-47b6-92a6-99efd4ea1dd3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.006209 10.0.0.56 - - [2025-10-09 02:48:59] "PUT /virtual-network/ac0d4773-7554-47b6-92a6-99efd4ea1dd3 HTTP/1.1" 200 264 0.056796 10.0.0.56 - - [2025-10-09 02:48:59] "POST /id-to-fqname HTTP/1.1" 200 220 0.001461 10.0.0.56 - - [2025-10-09 02:48:59] "POST /neutron/network HTTP/1.1" 200 841 0.007623 10.0.0.41 - - [2025-10-09 02:49:00] "GET /projects?obj_uuids=725e3867-306a-4db9-ac35-c8b099d2d4f9&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001034 10.0.0.56 - - [2025-10-09 02:49:00] "GET /project/725e3867-306a-4db9-ac35-c8b099d2d4f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1335 0.072764 10.0.0.56 - - [2025-10-09 02:49:00] "POST /neutron/port HTTP/1.1" 200 117 0.006475 10.0.0.56 - - [2025-10-09 02:49:00] "POST /id-to-fqname HTTP/1.1" 200 220 0.001317 10.0.0.56 - - [2025-10-09 02:49:00] "POST /neutron/network HTTP/1.1" 200 841 0.007642 10.0.0.56 - - [2025-10-09 02:49:01] "POST /neutron/port HTTP/1.1" 200 1053 0.014581 10.0.0.41 - - [2025-10-09 02:49:01] "GET /projects?obj_uuids=725e3867-306a-4db9-ac35-c8b099d2d4f9&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001367 10.0.0.56 - - [2025-10-09 02:49:01] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003588 10.0.0.56 - - [2025-10-09 02:49:01] "GET /project/725e3867-306a-4db9-ac35-c8b099d2d4f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1335 0.080006 10.0.0.56 - - [2025-10-09 02:49:01] "POST /neutron/port HTTP/1.1" 200 117 0.001335 10.0.0.56 - - [2025-10-09 02:49:01] "POST /neutron/security_group HTTP/1.1" 200 2051 0.008282 10.0.0.56 - - [2025-10-09 02:49:01] "POST /neutron/security_group HTTP/1.1" 200 2051 0.008101 10.0.0.56 - - [2025-10-09 02:49:02] "POST /neutron/port HTTP/1.1" 200 1052 0.017292 10.0.0.56 - - [2025-10-09 02:49:02] "POST /neutron/port HTTP/1.1" 200 1080 0.016520 10.0.0.56 - - [2025-10-09 02:49:02] "POST /neutron/port HTTP/1.1" 200 117 0.001250 10.0.0.41 - - [2025-10-09 02:49:06] "DELETE /project/725e3867306a4db9ac35c8b099d2d4f9 HTTP/1.1" 404 173 0.006089 10.0.0.41 - - [2025-10-09 02:49:06] "GET /projects?obj_uuids=c2fe0b6d-2a51-4097-a465-26664aca2f10&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.000836 10.0.0.41 - - [2025-10-09 02:49:06] "GET /project/c2fe0b6d-2a51-4097-a465-26664aca2f10?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1445 0.038859 10.0.0.41 - - [2025-10-09 02:49:06] "GET /projects?obj_uuids=c2fe0b6d-2a51-4097-a465-26664aca2f10&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.000936 10.0.0.41 - - [2025-10-09 02:49:06] "GET /project/c2fe0b6d-2a51-4097-a465-26664aca2f10?fields=security_groups HTTP/1.1" 200 1346 0.042794 10.0.0.41 - - [2025-10-09 02:49:06] "DELETE /security-group/2cd0925e-2601-420c-bfe3-7c02555e8ae7 HTTP/1.1" 200 115 0.056911 10.0.0.41 - - [2025-10-09 02:49:06] "GET /projects?obj_uuids=c2fe0b6d-2a51-4097-a465-26664aca2f10&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001045 10.0.0.41 - - [2025-10-09 02:49:06] "DELETE /access-control-list/d9165671-e244-4d37-a760-3e6f4f5fbdf3 HTTP/1.1" 200 115 0.051178 10.0.0.41 - - [2025-10-09 02:49:06] "GET /project/c2fe0b6d-2a51-4097-a465-26664aca2f10?fields=application_policy_sets HTTP/1.1" 200 1385 0.067029 10.0.0.41 - - [2025-10-09 02:49:06] "DELETE /project/c2fe0b6d-2a51-4097-a465-26664aca2f10 HTTP/1.1" 200 115 0.407947 10.0.0.56 - - [2025-10-09 02:49:06] "POST /neutron/security_group HTTP/1.1" 200 2051 0.007914 10.0.0.56 - - [2025-10-09 02:49:07] "POST /neutron/port HTTP/1.1" 200 1081 0.018776 10.0.0.56 - - [2025-10-09 02:49:07] "GET /virtual-machine/1d79eb98-2950-428a-82b3-21c4b3f7b2e5 HTTP/1.1" 200 1284 0.007248 10.0.0.56 - - [2025-10-09 02:49:07] "GET /virtual-machine-interface/21f876aa-0c25-4d4f-be51-61ded78f56a6 HTTP/1.1" 200 2927 0.005882 10.0.0.56 - - [2025-10-09 02:49:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003552 10.0.0.56 - - [2025-10-09 02:49:07] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003978 10.0.0.56 - - [2025-10-09 02:49:07] "GET /virtual-networks?parent_id=725e3867-306a-4db9-ac35-c8b099d2d4f9&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.002886 10.0.0.56 - - [2025-10-09 02:49:07] "GET /virtual-network/7ef21e3b-fa38-496c-b125-06d3e25cf583?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2110 0.006854 10.0.0.56 - - [2025-10-09 02:49:09] "POST /neutron/security_group HTTP/1.1" 200 2051 0.007250 10.0.0.56 - - [2025-10-09 02:49:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003678 10.0.0.56 - - [2025-10-09 02:49:10] "GET /virtual-network/7ef21e3b-fa38-496c-b125-06d3e25cf583?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2110 0.005796 10.0.0.56 - - [2025-10-09 02:49:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003706 10.0.0.56 - - [2025-10-09 02:49:12] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003917 10.0.0.56 - - [2025-10-09 02:49:12] "GET /virtual-networks?parent_id=725e3867-306a-4db9-ac35-c8b099d2d4f9&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003235 10.0.0.56 - - [2025-10-09 02:49:12] "GET /virtual-network/7ef21e3b-fa38-496c-b125-06d3e25cf583?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2110 0.005999 10.0.0.56 - - [2025-10-09 02:49:12] "POST /neutron/port HTTP/1.1" 200 1080 0.017062 10.0.0.56 - - [2025-10-09 02:49:12] "POST /neutron/security_group HTTP/1.1" 200 2051 0.007563 10.0.0.56 - - [2025-10-09 02:49:12] "GET /virtual-machine/b68cb1f9-119c-4b97-986b-201d2fed5766 HTTP/1.1" 200 1286 0.006475 10.0.0.56 - - [2025-10-09 02:49:12] "GET /virtual-machine-interface/ab07736c-aea7-40d7-81db-107b4a498457 HTTP/1.1" 200 2927 0.005498 10.0.0.56 - - [2025-10-09 02:49:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003345 10.0.0.56 - - [2025-10-09 02:49:12] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003470 10.0.0.56 - - [2025-10-09 02:49:12] "GET /virtual-networks?parent_id=725e3867-306a-4db9-ac35-c8b099d2d4f9&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.002731 10.0.0.56 - - [2025-10-09 02:49:12] "GET /virtual-network/ac0d4773-7554-47b6-92a6-99efd4ea1dd3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2108 0.005776 10.0.0.56 - - [2025-10-09 02:49:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003875 10.0.0.56 - - [2025-10-09 02:49:14] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004963 10.0.0.56 - - [2025-10-09 02:49:14] "GET /virtual-networks?parent_id=725e3867-306a-4db9-ac35-c8b099d2d4f9&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003719 10.0.0.56 - - [2025-10-09 02:49:14] "GET /virtual-network/ac0d4773-7554-47b6-92a6-99efd4ea1dd3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2108 0.007895 10.0.0.56 - - [2025-10-09 02:49:14] "POST /routing-policys HTTP/1.1" 200 534 0.026404 10.0.0.56 - - [2025-10-09 02:49:14] "GET /virtual-network/7ef21e3b-fa38-496c-b125-06d3e25cf583?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2110 0.009379 10.0.0.56 - - [2025-10-09 02:49:14] "PUT /virtual-network/7ef21e3b-fa38-496c-b125-06d3e25cf583 HTTP/1.1" 200 264 0.064398 10.0.0.56 - - [2025-10-09 02:49:18] "POST /routing-policys HTTP/1.1" 200 534 0.026470 10.0.0.56 - - [2025-10-09 02:49:18] "GET /virtual-network/7ef21e3b-fa38-496c-b125-06d3e25cf583?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2356 0.005350 10.0.0.56 - - [2025-10-09 02:49:18] "PUT /virtual-network/7ef21e3b-fa38-496c-b125-06d3e25cf583 HTTP/1.1" 200 264 0.053947 10.0.0.41 - - [2025-10-09 02:49:18] "POST /ref-update HTTP/1.1" 200 156 0.018856 10.0.0.56 - - [2025-10-09 02:49:18] "POST /ref-update HTTP/1.1" 200 156 0.054680 10.0.0.56 - - [2025-10-09 02:49:18] "DELETE /routing-policy/d936168b-36e3-440f-ab58-5c720fb57bfa HTTP/1.1" 200 115 0.044849 10.0.0.56 - - [2025-10-09 02:49:18] "POST /ref-update HTTP/1.1" 200 156 0.052019 10.0.0.56 - - [2025-10-09 02:49:18] "DELETE /routing-policy/3b7b966e-9881-40d0-99c0-918d548e8e4e HTTP/1.1" 200 115 0.037245 10.0.0.56 - - [2025-10-09 02:49:18] "POST /neutron/network HTTP/1.1" 200 830 0.007266 10.0.0.56 - - [2025-10-09 02:49:19] "POST /neutron/port HTTP/1.1" 200 1106 0.012156 10.0.0.56 - - [2025-10-09 02:49:19] "POST /neutron/port HTTP/1.1" 200 1107 0.019213 10.0.0.41 - - [2025-10-09 02:49:20] "POST /useragent-kv HTTP/1.1" 200 115 0.005598 10.0.0.41 - - [2025-10-09 02:49:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004287 10.0.0.41 - - [2025-10-09 02:49:20] "POST /useragent-kv HTTP/1.1" 200 115 0.002961 10.0.0.56 - - [2025-10-09 02:49:20] "POST /neutron/network HTTP/1.1" 200 151 0.126182 10.0.0.41 - - [2025-10-09 02:49:21] "DELETE /route-target/d237a9c8-ad49-4c49-afb4-beb7e0be4a9f HTTP/1.1" 409 239 0.007922 10.0.0.41 - - [2025-10-09 02:49:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003639 10.0.0.56 - - [2025-10-09 02:49:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003598 10.0.0.41 - - [2025-10-09 02:49:23] "GET /projects?obj_uuids=725e3867-306a-4db9-ac35-c8b099d2d4f9&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001137 10.0.0.56 - - [2025-10-09 02:49:23] "GET /project/725e3867-306a-4db9-ac35-c8b099d2d4f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1335 0.055823 10.0.0.56 - - [2025-10-09 02:49:23] "POST /neutron/network HTTP/1.1" 200 117 0.010818 10.0.0.56 - - [2025-10-09 02:49:24] "POST /neutron/network HTTP/1.1" 200 832 0.008456 10.0.0.56 - - [2025-10-09 02:49:24] "POST /id-to-fqname HTTP/1.1" 200 220 0.001091 10.0.0.56 - - [2025-10-09 02:49:24] "GET /virtual-network/f3bb0395-6994-4bdd-a694-be1d97f06656?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005352 10.0.0.56 - - [2025-10-09 02:49:24] "GET /virtual-network/f3bb0395-6994-4bdd-a694-be1d97f06656?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005399 10.0.0.56 - - [2025-10-09 02:49:24] "POST /neutron/subnet HTTP/1.1" 200 729 0.008759 10.0.0.56 - - [2025-10-09 02:49:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.002930 10.0.0.56 - - [2025-10-09 02:49:24] "GET /virtual-network/f3bb0395-6994-4bdd-a694-be1d97f06656?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005200 10.0.0.56 - - [2025-10-09 02:49:24] "PUT /virtual-network/f3bb0395-6994-4bdd-a694-be1d97f06656 HTTP/1.1" 200 264 0.051052 10.0.0.56 - - [2025-10-09 02:49:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003341 10.0.0.41 - - [2025-10-09 02:49:24] "GET /projects?obj_uuids=725e3867-306a-4db9-ac35-c8b099d2d4f9&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000959 10.0.0.56 - - [2025-10-09 02:49:24] "GET /project/725e3867-306a-4db9-ac35-c8b099d2d4f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1335 0.037065 10.0.0.41 - - [2025-10-09 02:49:24] "POST /ref-update HTTP/1.1" 200 156 0.022364 10.0.0.41 - - [2025-10-09 02:49:24] "POST /route-targets HTTP/1.1" 200 327 0.011965 10.0.0.41 - - [2025-10-09 02:49:24] "POST /useragent-kv HTTP/1.1" 200 115 0.008877 10.0.0.56 - - [2025-10-09 02:49:24] "POST /neutron/subnet HTTP/1.1" 200 724 0.247826 10.0.0.56 - - [2025-10-09 02:49:25] "POST /id-to-fqname HTTP/1.1" 200 220 0.001272 10.0.0.56 - - [2025-10-09 02:49:25] "GET /virtual-network/b0c3687a-8af2-4040-a2b3-cd572bfd5712?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005088 10.0.0.56 - - [2025-10-09 02:49:25] "GET /virtual-network/b0c3687a-8af2-4040-a2b3-cd572bfd5712?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005789 10.0.0.56 - - [2025-10-09 02:49:25] "POST /neutron/network HTTP/1.1" 200 831 0.006604 10.0.0.56 - - [2025-10-09 02:49:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003305 10.0.0.56 - - [2025-10-09 02:49:25] "GET /virtual-network/b0c3687a-8af2-4040-a2b3-cd572bfd5712?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005398 10.0.0.56 - - [2025-10-09 02:49:25] "PUT /virtual-network/b0c3687a-8af2-4040-a2b3-cd572bfd5712 HTTP/1.1" 200 264 0.050776 10.0.0.56 - - [2025-10-09 02:49:25] "POST /id-to-fqname HTTP/1.1" 200 220 0.001545 10.0.0.41 - - [2025-10-09 02:49:26] "GET /projects?obj_uuids=725e3867-306a-4db9-ac35-c8b099d2d4f9&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001047 10.0.0.56 - - [2025-10-09 02:49:26] "GET /project/725e3867-306a-4db9-ac35-c8b099d2d4f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1335 0.068783 10.0.0.56 - - [2025-10-09 02:49:26] "POST /neutron/network HTTP/1.1" 200 832 0.007110 10.0.0.56 - - [2025-10-09 02:49:26] "POST /id-to-fqname HTTP/1.1" 200 220 0.001429 10.0.0.56 - - [2025-10-09 02:49:26] "POST /neutron/port HTTP/1.1" 200 117 0.006651 10.0.0.41 - - [2025-10-09 02:49:26] "GET /projects?obj_uuids=725e3867-306a-4db9-ac35-c8b099d2d4f9&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001036 10.0.0.56 - - [2025-10-09 02:49:26] "POST /neutron/port HTTP/1.1" 200 1054 0.260538 10.0.0.56 - - [2025-10-09 02:49:27] "POST /neutron/port HTTP/1.1" 200 1108 0.106433 10.0.0.56 - - [2025-10-09 02:49:27] "POST /neutron/subnet HTTP/1.1" 200 703 0.009182 10.0.0.41 - - [2025-10-09 02:49:27] "GET /projects?obj_uuids=725e3867-306a-4db9-ac35-c8b099d2d4f9&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001024 10.0.0.56 - - [2025-10-09 02:49:27] "GET /project/725e3867-306a-4db9-ac35-c8b099d2d4f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1335 0.067684 10.0.0.56 - - [2025-10-09 02:49:27] "POST /neutron/network HTTP/1.1" 200 831 0.007030 10.0.0.56 - - [2025-10-09 02:49:27] "POST /neutron/port HTTP/1.1" 200 117 0.006645 10.0.0.56 - - [2025-10-09 02:49:27] "POST /neutron/network HTTP/1.1" 200 841 0.007421 10.0.0.56 - - [2025-10-09 02:49:28] "POST /neutron/port HTTP/1.1" 200 1053 0.014817 10.0.0.56 - - [2025-10-09 02:49:28] "POST /neutron/floatingip HTTP/1.1" 200 117 0.007731 10.0.0.56 - - [2025-10-09 02:49:28] "POST /neutron/network HTTP/1.1" 200 831 0.007138 10.0.0.56 - - [2025-10-09 02:49:32] "POST /neutron/port HTTP/1.1" 200 1082 0.018946 10.0.0.56 - - [2025-10-09 02:49:33] "POST /neutron/security_group HTTP/1.1" 200 2051 0.007405 10.0.0.56 - - [2025-10-09 02:49:33] "GET /virtual-machine/bf3ef0ea-2ae3-46c2-8166-f08b14c2490b HTTP/1.1" 200 1285 0.006586 10.0.0.56 - - [2025-10-09 02:49:33] "GET /virtual-machine-interface/70e598d2-3295-4d72-9d47-11c554e1d1d2 HTTP/1.1" 200 2927 0.007928 10.0.0.56 - - [2025-10-09 02:49:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003571 10.0.0.56 - - [2025-10-09 02:49:33] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003930 10.0.0.56 - - [2025-10-09 02:49:33] "GET /virtual-networks?parent_id=725e3867-306a-4db9-ac35-c8b099d2d4f9&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.002965 10.0.0.56 - - [2025-10-09 02:49:33] "GET /virtual-network/f3bb0395-6994-4bdd-a694-be1d97f06656?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2114 0.006750 10.0.0.56 - - [2025-10-09 02:49:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004040 10.0.0.56 - - [2025-10-09 02:49:36] "GET /virtual-network/f3bb0395-6994-4bdd-a694-be1d97f06656?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2114 0.005712 10.0.0.56 - - [2025-10-09 02:49:37] "POST /neutron/port HTTP/1.1" 200 1081 0.019695 10.0.0.56 - - [2025-10-09 02:49:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004639 10.0.0.56 - - [2025-10-09 02:49:38] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004445 10.0.0.56 - - [2025-10-09 02:49:38] "GET /virtual-networks?parent_id=725e3867-306a-4db9-ac35-c8b099d2d4f9&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003827 10.0.0.56 - - [2025-10-09 02:49:38] "GET /virtual-network/f3bb0395-6994-4bdd-a694-be1d97f06656?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2114 0.008648 10.0.0.56 - - [2025-10-09 02:49:38] "POST /neutron/security_group HTTP/1.1" 200 2051 0.008592 10.0.0.56 - - [2025-10-09 02:49:38] "POST /neutron/port HTTP/1.1" 200 1081 0.019597 10.0.0.56 - - [2025-10-09 02:49:38] "GET /virtual-machine/70fffbbc-8b85-4e75-b2d1-b13baca45a54 HTTP/1.1" 200 1285 0.006942 10.0.0.56 - - [2025-10-09 02:49:38] "GET /virtual-machine-interface/f0618f93-7f5c-4e17-a9d9-975e67b84649 HTTP/1.1" 200 2928 0.006127 10.0.0.56 - - [2025-10-09 02:49:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004651 10.0.0.56 - - [2025-10-09 02:49:38] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004913 10.0.0.56 - - [2025-10-09 02:49:38] "GET /virtual-networks?parent_id=725e3867-306a-4db9-ac35-c8b099d2d4f9&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003586 10.0.0.56 - - [2025-10-09 02:49:38] "GET /virtual-network/b0c3687a-8af2-4040-a2b3-cd572bfd5712?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2111 0.009330 10.0.0.56 - - [2025-10-09 02:49:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.005252 10.0.0.56 - - [2025-10-09 02:49:39] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003699 10.0.0.56 - - [2025-10-09 02:49:39] "GET /virtual-networks?parent_id=725e3867-306a-4db9-ac35-c8b099d2d4f9&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003314 10.0.0.56 - - [2025-10-09 02:49:40] "GET /virtual-network/b0c3687a-8af2-4040-a2b3-cd572bfd5712?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2111 0.006250 10.0.0.56 - - [2025-10-09 02:49:40] "POST /interface-route-tables HTTP/1.1" 200 574 0.024951 10.0.0.56 - - [2025-10-09 02:49:40] "GET /interface-route-table/cba296aa-7254-406f-a192-9e3294dc39b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1306 0.008900 10.0.0.56 - - [2025-10-09 02:49:40] "GET /virtual-machine-interface/70e598d2-3295-4d72-9d47-11c554e1d1d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2706 0.016473 10.0.0.56 - - [2025-10-09 02:49:40] "POST /ref-update HTTP/1.1" 200 156 0.016040 10.0.0.56 - - [2025-10-09 02:49:40] "POST /routing-policys HTTP/1.1" 200 534 0.025005 10.0.0.56 - - [2025-10-09 02:49:40] "GET /virtual-network/f3bb0395-6994-4bdd-a694-be1d97f06656?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2114 0.006264 10.0.0.56 - - [2025-10-09 02:49:40] "PUT /virtual-network/f3bb0395-6994-4bdd-a694-be1d97f06656 HTTP/1.1" 200 264 0.067229 10.0.0.41 - - [2025-10-09 02:49:40] "POST /ref-update HTTP/1.1" 200 156 0.044822 10.0.0.56 - - [2025-10-09 02:49:44] "POST /ref-update HTTP/1.1" 200 156 0.074129 10.0.0.56 - - [2025-10-09 02:49:44] "DELETE /routing-policy/8deeea0c-a32d-4cb4-a606-81aa18dd7912 HTTP/1.1" 200 115 0.048040 10.0.0.56 - - [2025-10-09 02:49:44] "POST /neutron/network HTTP/1.1" 400 204 0.015364 10.0.0.56 - - [2025-10-09 02:49:45] "POST /neutron/port HTTP/1.1" 200 1082 0.017536 10.0.0.56 - - [2025-10-09 02:49:45] "POST /neutron/port HTTP/1.1" 200 151 0.213817 10.0.0.41 - - [2025-10-09 02:49:46] "DELETE /route-target/57bfa3d2-a301-482f-86f2-f4e84c4f15d0 HTTP/1.1" 200 115 0.029008 10.0.0.56 - - [2025-10-09 02:49:46] "POST /neutron/network HTTP/1.1" 200 832 0.007653 10.0.0.41 - - [2025-10-09 02:49:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.005170 10.0.0.41 - - [2025-10-09 02:49:47] "DELETE /route-target/17122922-059c-43da-97a6-fd6cc3b8ddb1 HTTP/1.1" 200 115 0.026578 10.0.0.41 - - [2025-10-09 02:49:48] "GET /projects?obj_uuids=725e3867-306a-4db9-ac35-c8b099d2d4f9&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001011 10.0.0.56 - - [2025-10-09 02:49:48] "GET /project/725e3867-306a-4db9-ac35-c8b099d2d4f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1335 0.042478 10.0.0.41 - - [2025-10-09 02:49:48] "GET /projects?obj_uuids=725e3867-306a-4db9-ac35-c8b099d2d4f9&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000967 10.0.0.56 - - [2025-10-09 02:49:48] "GET /project/725e3867-306a-4db9-ac35-c8b099d2d4f9?fields=virtual_networks HTTP/1.1" 200 1018 0.045251 10.0.0.41 - - [2025-10-09 02:49:48] "GET /projects?obj_uuids=725e3867-306a-4db9-ac35-c8b099d2d4f9&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001009 10.0.0.56 - - [2025-10-09 02:49:48] "GET /project/725e3867-306a-4db9-ac35-c8b099d2d4f9?fields=virtual_machine_interfaces HTTP/1.1" 200 1018 0.042260 10.0.0.41 - - [2025-10-09 02:49:48] "GET /projects?obj_uuids=725e3867-306a-4db9-ac35-c8b099d2d4f9&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001436 10.0.0.56 - - [2025-10-09 02:49:48] "GET /project/725e3867-306a-4db9-ac35-c8b099d2d4f9?fields=security_groups HTTP/1.1" 200 1237 0.050711 10.0.0.56 - - [2025-10-09 02:49:49] "POST /fqname-to-id HTTP/1.1" 404 192 0.021348 10.0.0.41 - - [2025-10-09 02:49:49] "GET /projects?obj_uuids=5c50931e-4d6b-49dd-8b50-86a7adb1a692&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003114 10.0.0.41 - - [2025-10-09 02:49:49] "GET /domains?obj_uuids=7ed77c0b-e642-4c13-a404-7756503cf17d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001007 10.0.0.41 - - [2025-10-09 02:49:49] "GET /domain/7ed77c0b-e642-4c13-a404-7756503cf17d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007273 10.0.0.41 - - [2025-10-09 02:49:49] "POST /id-to-fqname HTTP/1.1" 200 194 0.002396 10.0.0.41 - - [2025-10-09 02:49:49] "POST /fqname-to-id HTTP/1.1" 404 203 0.004849 10.0.0.41 - - [2025-10-09 02:49:49] "POST /security-groups HTTP/1.1" 200 595 0.029167 10.0.0.41 - - [2025-10-09 02:49:49] "POST /projects HTTP/1.1" 200 593 0.241752 10.0.0.41 - - [2025-10-09 02:49:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.323147 10.0.0.41 - - [2025-10-09 02:49:49] "POST /fqname-to-id HTTP/1.1" 404 237 0.029073 10.0.0.56 - - [2025-10-09 02:49:49] "GET /project/5c50931e-4d6b-49dd-8b50-86a7adb1a692?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.460114 10.0.0.56 - - [2025-10-09 02:49:50] "GET / HTTP/1.1" 200 35931 0.001623 10.0.0.56 - - [2025-10-09 02:49:52] "POST /fqname-to-id HTTP/1.1" 401 292 0.000609 10.0.0.56 - - [2025-10-09 02:49:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.049293 10.0.0.41 - - [2025-10-09 02:49:52] "GET /projects?obj_uuids=5c50931e-4d6b-49dd-8b50-86a7adb1a692&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000925 10.0.0.56 - - [2025-10-09 02:49:52] "GET /project/5c50931e-4d6b-49dd-8b50-86a7adb1a692?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.041674 10.0.0.41 - - [2025-10-09 02:49:53] "GET /projects?obj_uuids=5c50931e-4d6b-49dd-8b50-86a7adb1a692&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000993 10.0.0.56 - - [2025-10-09 02:49:53] "POST /neutron/network HTTP/1.1" 200 613 0.146241 10.0.0.41 - - [2025-10-09 02:49:53] "POST /ref-update HTTP/1.1" 200 156 0.022245 10.0.0.56 - - [2025-10-09 02:49:53] "POST /id-to-fqname HTTP/1.1" 200 226 0.003095 10.0.0.56 - - [2025-10-09 02:49:53] "GET /virtual-network/1e158362-d5ce-4224-b538-1cb720c5bde1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.007236 10.0.0.56 - - [2025-10-09 02:49:53] "POST /neutron/network HTTP/1.1" 200 834 0.006051 10.0.0.56 - - [2025-10-09 02:49:53] "GET /virtual-network/1e158362-d5ce-4224-b538-1cb720c5bde1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.005118 10.0.0.56 - - [2025-10-09 02:49:54] "GET /virtual-network/1e158362-d5ce-4224-b538-1cb720c5bde1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.005900 10.0.0.56 - - [2025-10-09 02:49:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.004490 10.0.0.56 - - [2025-10-09 02:49:55] "GET /virtual-network/1e158362-d5ce-4224-b538-1cb720c5bde1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.006702 10.0.0.56 - - [2025-10-09 02:49:55] "PUT /virtual-network/1e158362-d5ce-4224-b538-1cb720c5bde1 HTTP/1.1" 200 264 0.072548 10.0.0.56 - - [2025-10-09 02:50:00] "POST /id-to-fqname HTTP/1.1" 200 226 0.001431 10.0.0.56 - - [2025-10-09 02:50:00] "POST /neutron/network HTTP/1.1" 200 844 0.007314 10.0.0.41 - - [2025-10-09 02:50:01] "GET /projects?obj_uuids=5c50931e-4d6b-49dd-8b50-86a7adb1a692&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001057 10.0.0.56 - - [2025-10-09 02:50:01] "GET /project/5c50931e-4d6b-49dd-8b50-86a7adb1a692?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.077139 10.0.0.56 - - [2025-10-09 02:50:01] "POST /neutron/port HTTP/1.1" 200 117 0.006959 10.0.0.41 - - [2025-10-09 02:50:02] "GET /projects?obj_uuids=5c50931e-4d6b-49dd-8b50-86a7adb1a692&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001180 10.0.0.56 - - [2025-10-09 02:50:02] "POST /neutron/port HTTP/1.1" 200 1066 0.308111 10.0.0.56 - - [2025-10-09 02:50:02] "POST /neutron/port HTTP/1.1" 200 1120 0.126490 10.0.0.56 - - [2025-10-09 02:50:02] "POST /neutron/subnet HTTP/1.1" 200 708 0.009706 10.0.0.41 - - [2025-10-09 02:50:06] "DELETE /project/5c50931e4d6b49dd8b5086a7adb1a692 HTTP/1.1" 404 173 0.003932 10.0.0.41 - - [2025-10-09 02:50:06] "GET /projects?obj_uuids=725e3867-306a-4db9-ac35-c8b099d2d4f9&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000889 10.0.0.41 - - [2025-10-09 02:50:06] "GET /project/725e3867-306a-4db9-ac35-c8b099d2d4f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1440 0.047513 10.0.0.41 - - [2025-10-09 02:50:06] "GET /projects?obj_uuids=725e3867-306a-4db9-ac35-c8b099d2d4f9&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000846 10.0.0.41 - - [2025-10-09 02:50:06] "GET /project/725e3867-306a-4db9-ac35-c8b099d2d4f9?fields=security_groups HTTP/1.1" 200 1342 0.055625 10.0.0.56 - - [2025-10-09 02:50:07] "POST /neutron/port HTTP/1.1" 200 1094 0.015350 10.0.0.41 - - [2025-10-09 02:50:07] "DELETE /security-group/f080778a-8886-451b-aefc-7f41cc1a4ead HTTP/1.1" 200 115 0.066741 10.0.0.41 - - [2025-10-09 02:50:07] "GET /projects?obj_uuids=725e3867-306a-4db9-ac35-c8b099d2d4f9&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.002092 10.0.0.41 - - [2025-10-09 02:50:07] "GET /project/725e3867-306a-4db9-ac35-c8b099d2d4f9?fields=application_policy_sets HTTP/1.1" 200 1381 0.052095 10.0.0.56 - - [2025-10-09 02:50:07] "POST /neutron/security_group HTTP/1.1" 200 2062 0.015992 10.0.0.41 - - [2025-10-09 02:50:07] "DELETE /access-control-list/7af8251f-3d1d-41bd-9849-f0e895f45ec6 HTTP/1.1" 200 115 0.100267 10.0.0.41 - - [2025-10-09 02:50:07] "DELETE /project/725e3867-306a-4db9-ac35-c8b099d2d4f9 HTTP/1.1" 409 278 0.328995 10.0.0.56 - - [2025-10-09 02:50:07] "GET /virtual-machine/41e9ac74-6024-447c-b5dd-4461bbddebb2 HTTP/1.1" 401 292 0.000415 10.0.0.56 - - [2025-10-09 02:50:07] "GET /virtual-machine/41e9ac74-6024-447c-b5dd-4461bbddebb2 HTTP/1.1" 200 1296 0.027177 10.0.0.56 - - [2025-10-09 02:50:07] "GET /virtual-machine-interface/91c9236a-bb25-4548-9c93-34682a8c1e59 HTTP/1.1" 200 2968 0.005385 10.0.0.56 - - [2025-10-09 02:50:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003717 10.0.0.56 - - [2025-10-09 02:50:07] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003844 10.0.0.56 - - [2025-10-09 02:50:07] "GET /virtual-networks?parent_id=5c50931e-4d6b-49dd-8b50-86a7adb1a692&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.002774 10.0.0.56 - - [2025-10-09 02:50:07] "GET /virtual-network/1e158362-d5ce-4224-b538-1cb720c5bde1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2125 0.006318 10.0.0.56 - - [2025-10-09 02:50:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003478 10.0.0.56 - - [2025-10-09 02:50:10] "GET /virtual-network/1e158362-d5ce-4224-b538-1cb720c5bde1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2125 0.005866 10.0.0.56 - - [2025-10-09 02:50:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003647 10.0.0.56 - - [2025-10-09 02:50:14] "GET /virtual-network/1e158362-d5ce-4224-b538-1cb720c5bde1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2125 0.005596 10.0.0.56 - - [2025-10-09 02:50:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004240 10.0.0.56 - - [2025-10-09 02:50:19] "GET /virtual-network/1e158362-d5ce-4224-b538-1cb720c5bde1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2125 0.005515 10.0.0.56 - - [2025-10-09 02:50:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003654 10.0.0.56 - - [2025-10-09 02:50:23] "GET /virtual-network/1e158362-d5ce-4224-b538-1cb720c5bde1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2125 0.005826 10.0.0.56 - - [2025-10-09 02:50:26] "POST /neutron/port HTTP/1.1" 200 1094 0.021990 10.0.0.56 - - [2025-10-09 02:50:26] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004143 10.0.0.56 - - [2025-10-09 02:50:26] "POST /neutron/network HTTP/1.1" 200 834 0.006358 10.0.0.56 - - [2025-10-09 02:50:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004538 10.0.0.56 - - [2025-10-09 02:50:27] "GET /virtual-network/1e158362-d5ce-4224-b538-1cb720c5bde1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2125 0.005941 10.0.0.56 - - [2025-10-09 02:50:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003878 10.0.0.56 - - [2025-10-09 02:50:31] "GET /virtual-network/1e158362-d5ce-4224-b538-1cb720c5bde1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2125 0.006658 10.0.0.41 - - [2025-10-09 02:50:33] "GET /obj-perms HTTP/1.1" 200 5056 0.057674 10.0.0.56 - - [2025-10-09 02:50:33] "GET /obj-perms HTTP/1.1" 200 5056 0.054022 10.0.0.56 - - [2025-10-09 02:50:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003838 10.0.0.56 - - [2025-10-09 02:50:35] "GET /virtual-network/1e158362-d5ce-4224-b538-1cb720c5bde1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2125 0.005386 10.0.0.56 - - [2025-10-09 02:50:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.004228 10.0.0.56 - - [2025-10-09 02:50:39] "GET /virtual-network/1e158362-d5ce-4224-b538-1cb720c5bde1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2125 0.006566 10.0.0.56 - - [2025-10-09 02:50:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003634 10.0.0.56 - - [2025-10-09 02:50:41] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004113 10.0.0.56 - - [2025-10-09 02:50:41] "GET /virtual-networks?parent_id=5c50931e-4d6b-49dd-8b50-86a7adb1a692&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.005275 10.0.0.56 - - [2025-10-09 02:50:41] "GET /virtual-network/1e158362-d5ce-4224-b538-1cb720c5bde1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2125 0.008152 10.0.0.56 - - [2025-10-09 02:50:46] "POST /neutron/port HTTP/1.1" 200 1094 0.017029 10.0.0.56 - - [2025-10-09 02:50:49] "POST /neutron/security_group HTTP/1.1" 200 2062 0.007931 10.0.0.56 - - [2025-10-09 02:50:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003575 10.0.0.56 - - [2025-10-09 02:50:57] "GET /virtual-network/1e158362-d5ce-4224-b538-1cb720c5bde1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2125 0.005175 10.0.0.56 - - [2025-10-09 02:50:57] "PUT /virtual-network/1e158362-d5ce-4224-b538-1cb720c5bde1 HTTP/1.1" 200 264 0.058203 10.0.0.41 - - [2025-10-09 02:50:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.006604 10.0.0.56 - - [2025-10-09 02:51:02] "POST /neutron/network HTTP/1.1" 200 834 0.007119 10.0.0.56 - - [2025-10-09 02:51:03] "POST /neutron/port HTTP/1.1" 200 1120 0.011285 10.0.0.41 - - [2025-10-09 02:51:04] "POST /useragent-kv HTTP/1.1" 200 115 0.036540 10.0.0.41 - - [2025-10-09 02:51:04] "POST /useragent-kv HTTP/1.1" 200 115 0.002178 10.0.0.56 - - [2025-10-09 02:51:04] "POST /neutron/network HTTP/1.1" 200 151 0.158128 10.0.0.41 - - [2025-10-09 02:51:04] "DELETE /route-target/c8a0c7e3-13e2-434c-b499-63a2277a1682 HTTP/1.1" 200 115 0.036072 10.0.0.56 - - [2025-10-09 02:51:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004067 10.0.0.41 - - [2025-10-09 02:51:07] "GET /projects?obj_uuids=5c50931e-4d6b-49dd-8b50-86a7adb1a692&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000968 10.0.0.56 - - [2025-10-09 02:51:07] "GET /project/5c50931e-4d6b-49dd-8b50-86a7adb1a692?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.047138 10.0.0.41 - - [2025-10-09 02:51:08] "POST /useragent-kv HTTP/1.1" 200 115 0.007154 10.0.0.56 - - [2025-10-09 02:51:08] "POST /neutron/subnet HTTP/1.1" 200 734 0.226232 10.0.0.56 - - [2025-10-09 02:51:08] "POST /id-to-fqname HTTP/1.1" 200 226 0.001343 10.0.0.56 - - [2025-10-09 02:51:08] "GET /virtual-network/a0df57a9-ded5-4faa-ab1e-4fbb420ddf96?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.006084 10.0.0.56 - - [2025-10-09 02:51:08] "GET /virtual-network/a0df57a9-ded5-4faa-ab1e-4fbb420ddf96?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.006811 10.0.0.56 - - [2025-10-09 02:51:08] "POST /neutron/network HTTP/1.1" 200 834 0.006693 10.0.0.56 - - [2025-10-09 02:51:08] "GET /virtual-network/a0df57a9-ded5-4faa-ab1e-4fbb420ddf96?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.006297 10.0.0.19 - - [2025-10-09 02:51:08] "GET /obj-perms HTTP/1.1" 200 5038 0.043772 10.0.0.56 - - [2025-10-09 02:51:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003482 10.0.0.56 - - [2025-10-09 02:51:08] "GET /virtual-network/a0df57a9-ded5-4faa-ab1e-4fbb420ddf96?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.005388 10.0.0.41 - - [2025-10-09 02:51:09] "POST /route-targets HTTP/1.1" 200 327 0.030556 10.0.0.56 - - [2025-10-09 02:51:09] "PUT /virtual-network/a0df57a9-ded5-4faa-ab1e-4fbb420ddf96 HTTP/1.1" 200 264 0.082961 10.0.0.56 - - [2025-10-09 02:51:14] "POST /id-to-fqname HTTP/1.1" 200 226 0.001457 10.0.0.41 - - [2025-10-09 02:51:14] "GET /projects?obj_uuids=5c50931e-4d6b-49dd-8b50-86a7adb1a692&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001067 10.0.0.56 - - [2025-10-09 02:51:14] "GET /project/5c50931e-4d6b-49dd-8b50-86a7adb1a692?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.090978 10.0.0.56 - - [2025-10-09 02:51:15] "POST /neutron/network HTTP/1.1" 200 834 0.009173 10.0.0.56 - - [2025-10-09 02:51:15] "POST /neutron/port HTTP/1.1" 200 117 0.008641 10.0.0.56 - - [2025-10-09 02:51:16] "POST /neutron/port HTTP/1.1" 200 1066 0.037106 10.0.0.56 - - [2025-10-09 02:51:16] "POST /neutron/port HTTP/1.1" 200 1094 0.018570 10.0.0.56 - - [2025-10-09 02:51:16] "POST /neutron/port HTTP/1.1" 200 117 0.001614 10.0.0.56 - - [2025-10-09 02:51:20] "POST /neutron/security_group HTTP/1.1" 200 2062 0.007983 10.0.0.56 - - [2025-10-09 02:51:20] "POST /neutron/port HTTP/1.1" 200 1094 0.016828 10.0.0.56 - - [2025-10-09 02:51:20] "GET /virtual-machine/a07d0281-8cb5-4f0b-9942-7bf18e52fcd5 HTTP/1.1" 200 1297 0.006727 10.0.0.56 - - [2025-10-09 02:51:20] "GET /virtual-machine-interface/3e556f74-f95a-420d-bde2-f64ab72673c4 HTTP/1.1" 200 2967 0.005607 10.0.0.56 - - [2025-10-09 02:51:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003643 10.0.0.56 - - [2025-10-09 02:51:20] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003938 10.0.0.56 - - [2025-10-09 02:51:20] "GET /virtual-networks?parent_id=5c50931e-4d6b-49dd-8b50-86a7adb1a692&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.003102 10.0.0.56 - - [2025-10-09 02:51:20] "GET /virtual-network/a0df57a9-ded5-4faa-ab1e-4fbb420ddf96?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2126 0.006802 10.0.0.56 - - [2025-10-09 02:51:23] "POST /neutron/port HTTP/1.1" 200 1094 0.014981 10.0.0.56 - - [2025-10-09 02:51:23] "POST /neutron/subnet HTTP/1.1" 200 708 0.009301 10.0.0.56 - - [2025-10-09 02:51:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004714 10.0.0.56 - - [2025-10-09 02:51:23] "GET /virtual-network/a0df57a9-ded5-4faa-ab1e-4fbb420ddf96?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2126 0.007692 10.0.0.56 - - [2025-10-09 02:51:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004222 10.0.0.56 - - [2025-10-09 02:51:27] "GET /virtual-network/a0df57a9-ded5-4faa-ab1e-4fbb420ddf96?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2126 0.005869 10.0.0.56 - - [2025-10-09 02:51:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003974 10.0.0.56 - - [2025-10-09 02:51:31] "GET /virtual-network/a0df57a9-ded5-4faa-ab1e-4fbb420ddf96?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2126 0.005390 10.0.0.56 - - [2025-10-09 02:51:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.007655 10.0.0.56 - - [2025-10-09 02:51:36] "GET /virtual-network/a0df57a9-ded5-4faa-ab1e-4fbb420ddf96?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2126 0.009905 10.0.0.56 - - [2025-10-09 02:51:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003898 10.0.0.56 - - [2025-10-09 02:51:40] "GET /virtual-network/a0df57a9-ded5-4faa-ab1e-4fbb420ddf96?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2126 0.005685 10.0.0.56 - - [2025-10-09 02:51:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004346 10.0.0.56 - - [2025-10-09 02:51:44] "GET /virtual-network/a0df57a9-ded5-4faa-ab1e-4fbb420ddf96?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2126 0.005434 10.0.0.56 - - [2025-10-09 02:51:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003612 10.0.0.56 - - [2025-10-09 02:51:48] "GET /virtual-network/a0df57a9-ded5-4faa-ab1e-4fbb420ddf96?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2126 0.005416 10.0.0.56 - - [2025-10-09 02:51:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003518 10.0.0.56 - - [2025-10-09 02:51:52] "GET /virtual-network/a0df57a9-ded5-4faa-ab1e-4fbb420ddf96?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2126 0.005493 10.0.0.56 - - [2025-10-09 02:51:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004241 10.0.0.56 - - [2025-10-09 02:51:56] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003717 10.0.0.56 - - [2025-10-09 02:51:56] "GET /virtual-networks?parent_id=5c50931e-4d6b-49dd-8b50-86a7adb1a692&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.002919 10.0.0.56 - - [2025-10-09 02:51:56] "GET /virtual-network/a0df57a9-ded5-4faa-ab1e-4fbb420ddf96?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2126 0.006142 10.0.0.56 - - [2025-10-09 02:51:56] "POST /neutron/port HTTP/1.1" 200 1094 0.016307 10.0.0.56 - - [2025-10-09 02:52:01] "POST /neutron/security_group HTTP/1.1" 200 2062 0.008220 10.0.0.56 - - [2025-10-09 02:52:07] "POST /neutron/port HTTP/1.1" 200 1094 0.014931 10.0.0.56 - - [2025-10-09 02:52:12] "POST /neutron/security_group HTTP/1.1" 200 2062 0.007201 10.0.0.56 - - [2025-10-09 02:52:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003643 10.0.0.56 - - [2025-10-09 02:52:17] "GET /virtual-network/a0df57a9-ded5-4faa-ab1e-4fbb420ddf96?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2126 0.006403 10.0.0.56 - - [2025-10-09 02:52:17] "PUT /virtual-network/a0df57a9-ded5-4faa-ab1e-4fbb420ddf96 HTTP/1.1" 200 264 0.058985 10.0.0.41 - - [2025-10-09 02:52:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.010139 10.0.0.56 - - [2025-10-09 02:52:23] "POST /neutron/port HTTP/1.1" 200 1094 0.015783 10.0.0.56 - - [2025-10-09 02:52:24] "POST /neutron/network HTTP/1.1" 200 834 0.007717 10.0.0.41 - - [2025-10-09 02:52:24] "DELETE /route-target/c308e551-1606-4120-9810-51f948d2f857 HTTP/1.1" 200 115 0.024545 10.0.0.41 - - [2025-10-09 02:52:26] "GET /projects?obj_uuids=5c50931e-4d6b-49dd-8b50-86a7adb1a692&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001666 10.0.0.56 - - [2025-10-09 02:52:26] "GET /project/5c50931e-4d6b-49dd-8b50-86a7adb1a692?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.082275 10.0.0.41 - - [2025-10-09 02:52:26] "GET /projects?obj_uuids=5c50931e-4d6b-49dd-8b50-86a7adb1a692&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000891 10.0.0.56 - - [2025-10-09 02:52:26] "GET /project/5c50931e-4d6b-49dd-8b50-86a7adb1a692?fields=virtual_networks HTTP/1.1" 200 1040 0.040481 10.0.0.41 - - [2025-10-09 02:52:26] "GET /projects?obj_uuids=5c50931e-4d6b-49dd-8b50-86a7adb1a692&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000966 10.0.0.56 - - [2025-10-09 02:52:26] "GET /project/5c50931e-4d6b-49dd-8b50-86a7adb1a692?fields=virtual_machine_interfaces HTTP/1.1" 200 1040 0.040506 10.0.0.41 - - [2025-10-09 02:52:26] "GET /projects?obj_uuids=5c50931e-4d6b-49dd-8b50-86a7adb1a692&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001864 10.0.0.56 - - [2025-10-09 02:52:26] "GET /project/5c50931e-4d6b-49dd-8b50-86a7adb1a692?fields=security_groups HTTP/1.1" 200 1270 0.052410 10.0.0.56 - - [2025-10-09 02:52:27] "POST /fqname-to-id HTTP/1.1" 404 213 0.025199 10.0.0.41 - - [2025-10-09 02:52:27] "GET /projects?obj_uuids=c2552a2e-ca57-4f00-b19b-1720be3aa1d4&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004977 10.0.0.41 - - [2025-10-09 02:52:27] "GET /domains?obj_uuids=7ed77c0b-e642-4c13-a404-7756503cf17d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001935 10.0.0.41 - - [2025-10-09 02:52:27] "GET /domain/7ed77c0b-e642-4c13-a404-7756503cf17d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.034254 10.0.0.41 - - [2025-10-09 02:52:27] "POST /id-to-fqname HTTP/1.1" 200 216 0.007174 10.0.0.41 - - [2025-10-09 02:52:27] "POST /fqname-to-id HTTP/1.1" 404 227 0.012836 10.0.0.41 - - [2025-10-09 02:52:27] "POST /security-groups HTTP/1.1" 200 616 0.033386 10.0.0.41 - - [2025-10-09 02:52:27] "POST /projects HTTP/1.1" 200 635 0.273166 10.0.0.41 - - [2025-10-09 02:52:27] "POST /fqname-to-id HTTP/1.1" 404 258 0.006079 10.0.0.41 - - [2025-10-09 02:52:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.343663 10.0.0.56 - - [2025-10-09 02:52:28] "GET /project/c2552a2e-ca57-4f00-b19b-1720be3aa1d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1464 0.522278 10.0.0.56 - - [2025-10-09 02:52:29] "GET / HTTP/1.1" 200 35931 0.001714 10.0.0.56 - - [2025-10-09 02:52:30] "POST /fqname-to-id HTTP/1.1" 401 292 0.000494 10.0.0.56 - - [2025-10-09 02:52:31] "POST /fqname-to-id HTTP/1.1" 404 249 0.052369 10.0.0.41 - - [2025-10-09 02:52:31] "POST /access-control-lists HTTP/1.1" 200 643 0.026410 10.0.0.41 - - [2025-10-09 02:52:31] "PUT /access-control-list/d767cd25-da43-4116-a032-79d146896157 HTTP/1.1" 200 272 0.013654 10.0.0.41 - - [2025-10-09 02:52:31] "GET /projects?obj_uuids=c2552a2e-ca57-4f00-b19b-1720be3aa1d4&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001069 10.0.0.56 - - [2025-10-09 02:52:31] "POST /neutron/security_group_rule HTTP/1.1" 200 2608 0.101094 10.0.0.56 - - [2025-10-09 02:52:32] "POST /neutron/security_group_rule HTTP/1.1" 200 534 0.012902 10.0.0.41 - - [2025-10-09 02:52:32] "PUT /access-control-list/a15458f6-b406-4c3c-a412-3b19510e933a HTTP/1.1" 200 272 0.019928 10.0.0.56 - - [2025-10-09 02:52:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.006964 10.0.0.56 - - [2025-10-09 02:52:32] "GET /security-group/79eecf43-9e2a-4cca-ae99-3cc4ee7de642?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2027 0.011521 10.0.0.56 - - [2025-10-09 02:52:33] "POST /neutron/security_group HTTP/1.1" 200 1026 0.004749 10.0.0.56 - - [2025-10-09 02:52:33] "POST /fqname-to-id HTTP/1.1" 404 249 0.002932 10.0.0.41 - - [2025-10-09 02:52:33] "DELETE /access-control-list/d767cd25-da43-4116-a032-79d146896157 HTTP/1.1" 200 115 0.049736 10.0.0.56 - - [2025-10-09 02:52:33] "POST /fqname-to-id HTTP/1.1" 404 249 0.003586 10.0.0.41 - - [2025-10-09 02:52:33] "POST /access-control-lists HTTP/1.1" 200 643 0.025555 10.0.0.41 - - [2025-10-09 02:52:33] "PUT /access-control-list/26607867-efb5-435f-acf7-72483d5cca25 HTTP/1.1" 200 272 0.016527 10.0.0.41 - - [2025-10-09 02:52:33] "GET /projects?obj_uuids=c2552a2e-ca57-4f00-b19b-1720be3aa1d4&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.000958 10.0.0.56 - - [2025-10-09 02:52:33] "POST /neutron/security_group_rule HTTP/1.1" 200 2608 0.054036 10.0.0.41 - - [2025-10-09 02:52:34] "PUT /access-control-list/bd458adc-a2d5-489b-8a1f-462eb6e90173 HTTP/1.1" 200 272 0.021084 10.0.0.56 - - [2025-10-09 02:52:34] "POST /neutron/security_group_rule HTTP/1.1" 200 534 0.016458 10.0.0.56 - - [2025-10-09 02:52:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.002958 10.0.0.56 - - [2025-10-09 02:52:34] "GET /security-group/3d3cedd1-b5af-4bc4-ac01-dbaab9492ead?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2027 0.013061 10.0.0.41 - - [2025-10-09 02:52:34] "GET /projects?obj_uuids=c2552a2e-ca57-4f00-b19b-1720be3aa1d4&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001036 10.0.0.56 - - [2025-10-09 02:52:34] "POST /neutron/security_group_rule HTTP/1.1" 200 2208 0.061914 10.0.0.41 - - [2025-10-09 02:52:35] "PUT /access-control-list/bd458adc-a2d5-489b-8a1f-462eb6e90173 HTTP/1.1" 200 272 0.016273 10.0.0.56 - - [2025-10-09 02:52:35] "POST /neutron/security_group_rule HTTP/1.1" 200 599 0.150206 10.0.0.56 - - [2025-10-09 02:52:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.005388 10.0.0.41 - - [2025-10-09 02:52:35] "GET /projects?obj_uuids=c2552a2e-ca57-4f00-b19b-1720be3aa1d4&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001148 10.0.0.56 - - [2025-10-09 02:52:35] "GET /project/c2552a2e-ca57-4f00-b19b-1720be3aa1d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1464 0.075967 10.0.0.41 - - [2025-10-09 02:52:35] "GET /projects?obj_uuids=c2552a2e-ca57-4f00-b19b-1720be3aa1d4&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001030 10.0.0.56 - - [2025-10-09 02:52:35] "POST /neutron/network HTTP/1.1" 200 720 0.149672 10.0.0.41 - - [2025-10-09 02:52:35] "POST /route-targets HTTP/1.1" 200 327 0.015467 10.0.0.41 - - [2025-10-09 02:52:36] "POST /fqname-to-id HTTP/1.1" 404 207 0.038121 10.0.0.56 - - [2025-10-09 02:52:36] "POST /neutron/network HTTP/1.1" 200 1112 0.011478 10.0.0.56 - - [2025-10-09 02:52:36] "POST /id-to-fqname HTTP/1.1" 200 290 0.001083 10.0.0.56 - - [2025-10-09 02:52:36] "GET /virtual-network/1e34cf8e-8866-4df2-b35c-59ae1f413b2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2806 0.005631 10.0.0.56 - - [2025-10-09 02:52:36] "GET /virtual-network/1e34cf8e-8866-4df2-b35c-59ae1f413b2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2806 0.006209 10.0.0.56 - - [2025-10-09 02:52:36] "POST /neutron/subnet HTTP/1.1" 200 823 0.009600 10.0.0.56 - - [2025-10-09 02:52:36] "GET /virtual-network/1e34cf8e-8866-4df2-b35c-59ae1f413b2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2806 0.008896 10.0.0.56 - - [2025-10-09 02:52:37] "GET /obj-perms HTTP/1.1" 200 5080 0.052956 10.0.0.19 - - [2025-10-09 02:52:37] "GET /obj-perms HTTP/1.1" 200 5080 0.043547 10.0.0.41 - - [2025-10-09 02:52:37] "GET /obj-perms HTTP/1.1" 200 5080 0.042432 10.0.0.56 - - [2025-10-09 02:52:37] "POST /id-to-fqname HTTP/1.1" 200 290 0.001404 10.0.0.56 - - [2025-10-09 02:52:38] "POST /neutron/network HTTP/1.1" 200 1122 0.009806 10.0.0.41 - - [2025-10-09 02:52:38] "GET /projects?obj_uuids=c2552a2e-ca57-4f00-b19b-1720be3aa1d4&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001071 10.0.0.56 - - [2025-10-09 02:52:38] "GET /project/c2552a2e-ca57-4f00-b19b-1720be3aa1d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1464 0.065130 10.0.0.56 - - [2025-10-09 02:52:38] "POST /neutron/port HTTP/1.1" 200 117 0.006639 10.0.0.56 - - [2025-10-09 02:52:38] "POST /id-to-fqname HTTP/1.1" 200 290 0.001365 10.0.0.56 - - [2025-10-09 02:52:39] "POST /neutron/network HTTP/1.1" 200 1122 0.009595 10.0.0.41 - - [2025-10-09 02:52:39] "GET /projects?obj_uuids=c2552a2e-ca57-4f00-b19b-1720be3aa1d4&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001027 10.0.0.56 - - [2025-10-09 02:52:39] "POST /neutron/port HTTP/1.1" 200 1191 0.327893 10.0.0.41 - - [2025-10-09 02:52:39] "GET /projects?obj_uuids=c2552a2e-ca57-4f00-b19b-1720be3aa1d4&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001030 10.0.0.56 - - [2025-10-09 02:52:39] "GET /project/c2552a2e-ca57-4f00-b19b-1720be3aa1d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1464 0.073348 10.0.0.56 - - [2025-10-09 02:52:40] "POST /neutron/network HTTP/1.1" 200 1112 0.007854 10.0.0.56 - - [2025-10-09 02:52:40] "POST /neutron/floatingip HTTP/1.1" 200 117 0.028806 10.0.0.56 - - [2025-10-09 02:52:40] "POST /neutron/security_group HTTP/1.1" 200 1455 0.013316 10.0.0.56 - - [2025-10-09 02:52:40] "POST /neutron/port HTTP/1.1" 200 117 0.001154 10.0.0.56 - - [2025-10-09 02:52:40] "POST /neutron/port HTTP/1.1" 200 1219 0.020797 10.0.0.41 - - [2025-10-09 02:52:40] "GET /projects?obj_uuids=c2552a2e-ca57-4f00-b19b-1720be3aa1d4&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001007 10.0.0.56 - - [2025-10-09 02:52:40] "POST /neutron/security_group HTTP/1.1" 200 3456 0.051058 10.0.0.56 - - [2025-10-09 02:52:41] "POST /neutron/port HTTP/1.1" 200 1191 0.020450 10.0.0.56 - - [2025-10-09 02:52:41] "POST /neutron/floatingip HTTP/1.1" 200 117 0.007507 10.0.0.56 - - [2025-10-09 02:52:41] "POST /neutron/port HTTP/1.1" 200 117 0.001204 10.0.0.56 - - [2025-10-09 02:52:45] "POST /neutron/port HTTP/1.1" 200 1219 0.015363 10.0.0.56 - - [2025-10-09 02:52:45] "POST /neutron/security_group HTTP/1.1" 200 1455 0.007799 10.0.0.56 - - [2025-10-09 02:52:45] "POST /neutron/port HTTP/1.1" 200 1219 0.015442 10.0.0.56 - - [2025-10-09 02:52:45] "GET /virtual-machine/26e56283-22da-4b41-bef6-023b66cc6cf5 HTTP/1.1" 401 292 0.000382 10.0.0.56 - - [2025-10-09 02:52:46] "GET /virtual-machine/26e56283-22da-4b41-bef6-023b66cc6cf5 HTTP/1.1" 200 1317 0.029288 10.0.0.56 - - [2025-10-09 02:52:46] "GET /virtual-machine/26e56283-22da-4b41-bef6-023b66cc6cf5 HTTP/1.1" 200 1317 0.004779 10.0.0.56 - - [2025-10-09 02:52:46] "GET /virtual-machine-interface/935e8c15-045a-46a4-b6c8-e81a6f23a654 HTTP/1.1" 200 3418 0.005377 10.0.0.56 - - [2025-10-09 02:52:46] "GET /virtual-machine/26e56283-22da-4b41-bef6-023b66cc6cf5 HTTP/1.1" 200 1317 0.003651 10.0.0.56 - - [2025-10-09 02:52:46] "GET /virtual-machine-interface/935e8c15-045a-46a4-b6c8-e81a6f23a654 HTTP/1.1" 200 3418 0.005202 10.0.0.56 - - [2025-10-09 02:52:46] "GET /instance-ip/08773219-d35a-4254-8c76-052e819da755 HTTP/1.1" 200 1714 0.006071 10.0.0.56 - - [2025-10-09 02:52:46] "GET /instance-ip/5258bd46-40f2-4a70-960b-560483bf67ac HTTP/1.1" 200 1734 0.006487 10.0.0.56 - - [2025-10-09 02:52:46] "GET /virtual-machine/26e56283-22da-4b41-bef6-023b66cc6cf5 HTTP/1.1" 200 1317 0.003664 10.0.0.56 - - [2025-10-09 02:52:46] "GET /virtual-machine-interface/935e8c15-045a-46a4-b6c8-e81a6f23a654 HTTP/1.1" 200 3418 0.005339 10.0.0.56 - - [2025-10-09 02:52:46] "GET /instance-ip/08773219-d35a-4254-8c76-052e819da755 HTTP/1.1" 200 1714 0.004352 10.0.0.56 - - [2025-10-09 02:52:46] "GET /instance-ip/5258bd46-40f2-4a70-960b-560483bf67ac HTTP/1.1" 200 1734 0.003513 10.0.0.56 - - [2025-10-09 02:52:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003379 10.0.0.56 - - [2025-10-09 02:52:46] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003600 10.0.0.56 - - [2025-10-09 02:52:46] "GET /virtual-networks?parent_id=c2552a2e-ca57-4f00-b19b-1720be3aa1d4&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.002712 10.0.0.56 - - [2025-10-09 02:52:46] "GET /virtual-network/1e34cf8e-8866-4df2-b35c-59ae1f413b2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2806 0.006061 10.0.0.56 - - [2025-10-09 02:52:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003561 10.0.0.56 - - [2025-10-09 02:52:46] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005089 10.0.0.56 - - [2025-10-09 02:52:46] "GET /virtual-networks?parent_id=c2552a2e-ca57-4f00-b19b-1720be3aa1d4&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003177 10.0.0.56 - - [2025-10-09 02:52:46] "GET /virtual-network/1e34cf8e-8866-4df2-b35c-59ae1f413b2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2806 0.006715 10.0.0.56 - - [2025-10-09 02:52:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.005332 10.0.0.56 - - [2025-10-09 02:52:46] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005100 10.0.0.56 - - [2025-10-09 02:52:46] "GET /virtual-networks?parent_id=c2552a2e-ca57-4f00-b19b-1720be3aa1d4&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003348 10.0.0.56 - - [2025-10-09 02:52:46] "GET /virtual-network/1e34cf8e-8866-4df2-b35c-59ae1f413b2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2806 0.005960 10.0.0.56 - - [2025-10-09 02:52:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003093 10.0.0.56 - - [2025-10-09 02:52:46] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004514 10.0.0.56 - - [2025-10-09 02:52:46] "GET /virtual-networks?parent_id=c2552a2e-ca57-4f00-b19b-1720be3aa1d4&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.002949 10.0.0.56 - - [2025-10-09 02:52:46] "GET /virtual-network/1e34cf8e-8866-4df2-b35c-59ae1f413b2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2806 0.006658 10.0.0.56 - - [2025-10-09 02:52:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004086 10.0.0.56 - - [2025-10-09 02:52:46] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004539 10.0.0.56 - - [2025-10-09 02:52:46] "GET /virtual-networks?parent_id=c2552a2e-ca57-4f00-b19b-1720be3aa1d4&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003065 10.0.0.56 - - [2025-10-09 02:52:46] "GET /virtual-network/1e34cf8e-8866-4df2-b35c-59ae1f413b2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2806 0.006076 10.0.0.56 - - [2025-10-09 02:52:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003207 10.0.0.56 - - [2025-10-09 02:52:46] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004390 10.0.0.56 - - [2025-10-09 02:52:46] "GET /virtual-networks?parent_id=c2552a2e-ca57-4f00-b19b-1720be3aa1d4&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.002988 10.0.0.56 - - [2025-10-09 02:52:47] "GET /virtual-network/1e34cf8e-8866-4df2-b35c-59ae1f413b2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2806 0.005867 10.0.0.56 - - [2025-10-09 02:52:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004242 10.0.0.56 - - [2025-10-09 02:52:47] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004354 10.0.0.56 - - [2025-10-09 02:52:47] "GET /virtual-networks?parent_id=c2552a2e-ca57-4f00-b19b-1720be3aa1d4&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003278 10.0.0.56 - - [2025-10-09 02:52:47] "GET /virtual-network/1e34cf8e-8866-4df2-b35c-59ae1f413b2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2806 0.006023 10.0.0.56 - - [2025-10-09 02:52:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003622 10.0.0.56 - - [2025-10-09 02:52:50] "GET /virtual-network/1e34cf8e-8866-4df2-b35c-59ae1f413b2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2806 0.005336 10.0.0.56 - - [2025-10-09 02:52:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003829 10.0.0.56 - - [2025-10-09 02:52:54] "GET /virtual-network/1e34cf8e-8866-4df2-b35c-59ae1f413b2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2806 0.005788 10.0.0.56 - - [2025-10-09 02:52:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003647 10.0.0.56 - - [2025-10-09 02:52:58] "GET /virtual-network/1e34cf8e-8866-4df2-b35c-59ae1f413b2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2806 0.005936 10.0.0.41 - - [2025-10-09 02:53:00] "GET /global-system-configs HTTP/1.1" 401 292 0.000434 10.0.0.41 - - [2025-10-09 02:53:00] "GET /global-system-configs HTTP/1.1" 401 292 0.000590 10.0.0.41 - - [2025-10-09 02:53:01] "GET /global-system-configs HTTP/1.1" 401 292 0.000477 10.0.0.41 - - [2025-10-09 02:53:01] "GET /global-system-configs HTTP/1.1" 401 292 0.000687 10.0.0.19 - - [2025-10-09 02:53:01] "GET /global-system-configs HTTP/1.1" 401 292 0.000418 10.0.0.19 - - [2025-10-09 02:53:01] "GET /global-system-configs HTTP/1.1" 401 292 0.000412 10.0.0.19 - - [2025-10-09 02:53:01] "GET /global-system-configs HTTP/1.1" 401 292 0.000469 10.0.0.19 - - [2025-10-09 02:53:01] "GET /global-system-configs HTTP/1.1" 401 292 0.000424 10.0.0.56 - - [2025-10-09 02:53:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.005531 10.0.0.56 - - [2025-10-09 02:53:02] "GET /virtual-network/1e34cf8e-8866-4df2-b35c-59ae1f413b2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2806 0.008082 10.0.0.56 - - [2025-10-09 02:53:03] "GET /global-system-configs HTTP/1.1" 401 292 0.000411 10.0.0.56 - - [2025-10-09 02:53:03] "GET /global-system-configs HTTP/1.1" 401 292 0.000406 10.0.0.56 - - [2025-10-09 02:53:05] "GET /global-system-configs HTTP/1.1" 401 292 0.000444 10.0.0.56 - - [2025-10-09 02:53:05] "GET /global-system-configs HTTP/1.1" 401 292 0.000577 10.0.0.56 - - [2025-10-09 02:53:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004471 10.0.0.56 - - [2025-10-09 02:53:06] "GET /virtual-network/1e34cf8e-8866-4df2-b35c-59ae1f413b2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2806 0.005538 10.0.0.41 - - [2025-10-09 02:53:07] "DELETE /project/c2552a2eca574f00b19b1720be3aa1d4 HTTP/1.1" 404 173 0.006827 10.0.0.41 - - [2025-10-09 02:53:07] "GET /projects?obj_uuids=5c50931e-4d6b-49dd-8b50-86a7adb1a692&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000980 10.0.0.41 - - [2025-10-09 02:53:07] "GET /project/5c50931e-4d6b-49dd-8b50-86a7adb1a692?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1484 0.051351 10.0.0.41 - - [2025-10-09 02:53:07] "GET /projects?obj_uuids=5c50931e-4d6b-49dd-8b50-86a7adb1a692&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001184 10.0.0.41 - - [2025-10-09 02:53:07] "GET /project/5c50931e-4d6b-49dd-8b50-86a7adb1a692?fields=security_groups HTTP/1.1" 200 1375 0.051682 10.0.0.41 - - [2025-10-09 02:53:07] "DELETE /security-group/a50753b9-30ea-4536-a15c-86383234e04d HTTP/1.1" 200 115 0.064529 10.0.0.41 - - [2025-10-09 02:53:07] "GET /projects?obj_uuids=5c50931e-4d6b-49dd-8b50-86a7adb1a692&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001469 10.0.0.41 - - [2025-10-09 02:53:07] "DELETE /access-control-list/1449dfee-9483-4fc6-8d7d-6ea9050e7081 HTTP/1.1" 200 115 0.036186 10.0.0.41 - - [2025-10-09 02:53:07] "GET /project/5c50931e-4d6b-49dd-8b50-86a7adb1a692?fields=application_policy_sets HTTP/1.1" 200 1414 0.076272 10.0.0.41 - - [2025-10-09 02:53:07] "DELETE /project/5c50931e-4d6b-49dd-8b50-86a7adb1a692 HTTP/1.1" 200 115 0.460246 10.0.0.56 - - [2025-10-09 02:53:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004636 10.0.0.56 - - [2025-10-09 02:53:10] "GET /virtual-network/1e34cf8e-8866-4df2-b35c-59ae1f413b2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2806 0.006968 10.0.0.56 - - [2025-10-09 02:53:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003531 10.0.0.56 - - [2025-10-09 02:53:14] "GET /virtual-network/1e34cf8e-8866-4df2-b35c-59ae1f413b2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2806 0.005468 10.0.0.56 - - [2025-10-09 02:53:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004013 10.0.0.56 - - [2025-10-09 02:53:16] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003955 10.0.0.56 - - [2025-10-09 02:53:16] "GET /virtual-networks?parent_id=c2552a2e-ca57-4f00-b19b-1720be3aa1d4&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.004001 10.0.0.56 - - [2025-10-09 02:53:16] "GET /virtual-network/1e34cf8e-8866-4df2-b35c-59ae1f413b2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2806 0.009880 10.0.0.56 - - [2025-10-09 02:53:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003873 10.0.0.56 - - [2025-10-09 02:53:17] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004385 10.0.0.56 - - [2025-10-09 02:53:17] "GET /virtual-networks?parent_id=c2552a2e-ca57-4f00-b19b-1720be3aa1d4&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003067 10.0.0.56 - - [2025-10-09 02:53:17] "GET /virtual-network/1e34cf8e-8866-4df2-b35c-59ae1f413b2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2806 0.007163 10.0.0.56 - - [2025-10-09 02:53:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003954 10.0.0.56 - - [2025-10-09 02:53:17] "GET /routing-instance/67dc4799-e150-4009-b5b5-a54cb08088e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1680 0.007962 10.0.0.56 - - [2025-10-09 02:53:17] "GET /route-target/0af6a95b-c78e-40b9-914b-d454103fd690?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 900 0.004218 10.0.0.56 - - [2025-10-09 02:53:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004380 10.0.0.56 - - [2025-10-09 02:53:17] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003765 10.0.0.56 - - [2025-10-09 02:53:17] "GET /virtual-networks?parent_id=c2552a2e-ca57-4f00-b19b-1720be3aa1d4&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003014 10.0.0.56 - - [2025-10-09 02:53:17] "GET /virtual-network/1e34cf8e-8866-4df2-b35c-59ae1f413b2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2806 0.007060 10.0.0.56 - - [2025-10-09 02:53:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003482 10.0.0.56 - - [2025-10-09 02:53:17] "GET /routing-instance/67dc4799-e150-4009-b5b5-a54cb08088e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1680 0.004791 10.0.0.56 - - [2025-10-09 02:53:17] "GET /route-target/0af6a95b-c78e-40b9-914b-d454103fd690?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 900 0.004715 10.0.0.56 - - [2025-10-09 02:53:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003859 10.0.0.56 - - [2025-10-09 02:53:17] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005125 10.0.0.56 - - [2025-10-09 02:53:17] "GET /virtual-networks?parent_id=c2552a2e-ca57-4f00-b19b-1720be3aa1d4&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003894 10.0.0.56 - - [2025-10-09 02:53:17] "GET /virtual-network/1e34cf8e-8866-4df2-b35c-59ae1f413b2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2806 0.007776 10.0.0.56 - - [2025-10-09 02:53:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003916 10.0.0.56 - - [2025-10-09 02:53:17] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005500 10.0.0.56 - - [2025-10-09 02:53:17] "GET /virtual-networks?parent_id=c2552a2e-ca57-4f00-b19b-1720be3aa1d4&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.005645 10.0.0.56 - - [2025-10-09 02:53:17] "GET /virtual-network/1e34cf8e-8866-4df2-b35c-59ae1f413b2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2806 0.007426 10.0.0.56 - - [2025-10-09 02:53:17] "GET /obj-perms HTTP/1.1" 200 5080 0.004050 10.0.0.41 - - [2025-10-09 02:53:17] "GET /obj-perms HTTP/1.1" 200 5080 0.004135 10.0.0.56 - - [2025-10-09 02:53:18] "GET /obj-perms HTTP/1.1" 200 5080 0.004383 10.0.0.56 - - [2025-10-09 02:53:18] "GET /obj-perms HTTP/1.1" 200 5080 0.004502 10.0.0.56 - - [2025-10-09 02:53:18] "GET /virtual-machine/26e56283-22da-4b41-bef6-023b66cc6cf5 HTTP/1.1" 200 1317 0.004093 10.0.0.56 - - [2025-10-09 02:53:18] "GET /virtual-machine-interface/935e8c15-045a-46a4-b6c8-e81a6f23a654 HTTP/1.1" 200 3418 0.005711 10.0.0.56 - - [2025-10-09 02:53:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003494 10.0.0.56 - - [2025-10-09 02:53:18] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003853 10.0.0.56 - - [2025-10-09 02:53:18] "GET /virtual-networks?parent_id=c2552a2e-ca57-4f00-b19b-1720be3aa1d4&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003025 10.0.0.56 - - [2025-10-09 02:53:18] "GET /virtual-network/1e34cf8e-8866-4df2-b35c-59ae1f413b2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2806 0.007036 10.0.0.56 - - [2025-10-09 02:53:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004229 10.0.0.56 - - [2025-10-09 02:53:19] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003892 10.0.0.56 - - [2025-10-09 02:53:19] "GET /virtual-networks?parent_id=c2552a2e-ca57-4f00-b19b-1720be3aa1d4&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.002882 10.0.0.56 - - [2025-10-09 02:53:19] "GET /virtual-network/1e34cf8e-8866-4df2-b35c-59ae1f413b2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2806 0.005997 10.0.0.56 - - [2025-10-09 02:53:19] "POST /neutron/security_group HTTP/1.1" 200 1455 0.007439 10.0.0.56 - - [2025-10-09 02:53:25] "POST /neutron/port HTTP/1.1" 200 1219 0.016814 10.0.0.56 - - [2025-10-09 02:53:26] "POST /neutron/port HTTP/1.1" 200 1219 0.016905 10.0.0.56 - - [2025-10-09 02:53:26] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003851 10.0.0.56 - - [2025-10-09 02:53:26] "POST /neutron/port HTTP/1.1" 200 117 0.001301 10.0.0.56 - - [2025-10-09 02:53:29] "POST /neutron/security_group HTTP/1.1" 200 1455 0.007155 10.0.0.56 - - [2025-10-09 02:53:30] "POST /neutron/port HTTP/1.1" 200 1219 0.015415 10.0.0.56 - - [2025-10-09 02:53:30] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004391 10.0.0.56 - - [2025-10-09 02:53:30] "POST /neutron/port HTTP/1.1" 200 117 0.001226 10.0.0.56 - - [2025-10-09 02:53:35] "POST /neutron/port HTTP/1.1" 200 1219 0.014859 10.0.0.56 - - [2025-10-09 02:53:35] "POST /neutron/security_group HTTP/1.1" 200 1455 0.007835 10.0.0.56 - - [2025-10-09 02:53:35] "POST /neutron/port HTTP/1.1" 200 1219 0.022634 10.0.0.56 - - [2025-10-09 02:53:35] "GET /virtual-machine/441d7f09-927a-4711-8d50-6a5c03b702d0 HTTP/1.1" 200 1317 0.006016 10.0.0.56 - - [2025-10-09 02:53:35] "GET /virtual-machine/441d7f09-927a-4711-8d50-6a5c03b702d0 HTTP/1.1" 200 1317 0.003863 10.0.0.56 - - [2025-10-09 02:53:35] "GET /virtual-machine-interface/6f0e8892-641c-4569-bac8-2856257591a2 HTTP/1.1" 200 3417 0.006161 10.0.0.56 - - [2025-10-09 02:53:35] "GET /virtual-machine/441d7f09-927a-4711-8d50-6a5c03b702d0 HTTP/1.1" 200 1317 0.008278 10.0.0.56 - - [2025-10-09 02:53:35] "GET /virtual-machine-interface/6f0e8892-641c-4569-bac8-2856257591a2 HTTP/1.1" 200 3417 0.005471 10.0.0.56 - - [2025-10-09 02:53:35] "GET /instance-ip/18e34d26-8f22-4f1f-8f44-f0573d2ee562 HTTP/1.1" 200 1734 0.006657 10.0.0.56 - - [2025-10-09 02:53:35] "GET /instance-ip/8e06ad63-27c2-4a70-b5c8-668e95f9cbac HTTP/1.1" 200 1716 0.005932 10.0.0.56 - - [2025-10-09 02:53:35] "GET /virtual-machine/441d7f09-927a-4711-8d50-6a5c03b702d0 HTTP/1.1" 200 1317 0.004216 10.0.0.56 - - [2025-10-09 02:53:35] "GET /virtual-machine-interface/6f0e8892-641c-4569-bac8-2856257591a2 HTTP/1.1" 200 3417 0.005368 10.0.0.56 - - [2025-10-09 02:53:35] "GET /instance-ip/18e34d26-8f22-4f1f-8f44-f0573d2ee562 HTTP/1.1" 200 1734 0.003807 10.0.0.56 - - [2025-10-09 02:53:35] "GET /instance-ip/8e06ad63-27c2-4a70-b5c8-668e95f9cbac HTTP/1.1" 200 1716 0.003798 10.0.0.56 - - [2025-10-09 02:53:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003717 10.0.0.56 - - [2025-10-09 02:53:35] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.006018 10.0.0.56 - - [2025-10-09 02:53:35] "GET /virtual-networks?parent_id=c2552a2e-ca57-4f00-b19b-1720be3aa1d4&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003245 10.0.0.56 - - [2025-10-09 02:53:35] "GET /virtual-network/1e34cf8e-8866-4df2-b35c-59ae1f413b2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2806 0.008555 10.0.0.56 - - [2025-10-09 02:53:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003189 10.0.0.56 - - [2025-10-09 02:53:35] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005188 10.0.0.56 - - [2025-10-09 02:53:35] "GET /virtual-networks?parent_id=c2552a2e-ca57-4f00-b19b-1720be3aa1d4&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003125 10.0.0.56 - - [2025-10-09 02:53:35] "GET /virtual-network/1e34cf8e-8866-4df2-b35c-59ae1f413b2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2806 0.005772 10.0.0.56 - - [2025-10-09 02:53:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003739 10.0.0.56 - - [2025-10-09 02:53:35] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004970 10.0.0.56 - - [2025-10-09 02:53:35] "GET /virtual-networks?parent_id=c2552a2e-ca57-4f00-b19b-1720be3aa1d4&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003502 10.0.0.56 - - [2025-10-09 02:53:35] "GET /virtual-network/1e34cf8e-8866-4df2-b35c-59ae1f413b2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2806 0.006517 10.0.0.56 - - [2025-10-09 02:53:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003940 10.0.0.56 - - [2025-10-09 02:53:36] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004856 10.0.0.56 - - [2025-10-09 02:53:36] "GET /virtual-networks?parent_id=c2552a2e-ca57-4f00-b19b-1720be3aa1d4&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003695 10.0.0.56 - - [2025-10-09 02:53:36] "GET /virtual-network/1e34cf8e-8866-4df2-b35c-59ae1f413b2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2806 0.006864 10.0.0.56 - - [2025-10-09 02:53:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003504 10.0.0.56 - - [2025-10-09 02:53:36] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004447 10.0.0.56 - - [2025-10-09 02:53:36] "GET /virtual-networks?parent_id=c2552a2e-ca57-4f00-b19b-1720be3aa1d4&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.006101 10.0.0.56 - - [2025-10-09 02:53:36] "GET /virtual-network/1e34cf8e-8866-4df2-b35c-59ae1f413b2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2806 0.006148 10.0.0.56 - - [2025-10-09 02:53:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003441 10.0.0.56 - - [2025-10-09 02:53:36] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004318 10.0.0.56 - - [2025-10-09 02:53:36] "GET /virtual-networks?parent_id=c2552a2e-ca57-4f00-b19b-1720be3aa1d4&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003051 10.0.0.56 - - [2025-10-09 02:53:36] "GET /virtual-network/1e34cf8e-8866-4df2-b35c-59ae1f413b2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2806 0.007407 10.0.0.56 - - [2025-10-09 02:53:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003628 10.0.0.56 - - [2025-10-09 02:53:36] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004106 10.0.0.56 - - [2025-10-09 02:53:36] "GET /virtual-networks?parent_id=c2552a2e-ca57-4f00-b19b-1720be3aa1d4&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003201 10.0.0.56 - - [2025-10-09 02:53:36] "GET /virtual-network/1e34cf8e-8866-4df2-b35c-59ae1f413b2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2806 0.006291 10.0.0.56 - - [2025-10-09 02:53:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.004222 10.0.0.56 - - [2025-10-09 02:53:37] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004820 10.0.0.56 - - [2025-10-09 02:53:37] "GET /virtual-networks?parent_id=c2552a2e-ca57-4f00-b19b-1720be3aa1d4&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003203 10.0.0.56 - - [2025-10-09 02:53:37] "GET /virtual-network/1e34cf8e-8866-4df2-b35c-59ae1f413b2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2806 0.006114 10.0.0.56 - - [2025-10-09 02:53:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.007061 10.0.0.56 - - [2025-10-09 02:53:37] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005828 10.0.0.56 - - [2025-10-09 02:53:37] "GET /virtual-networks?parent_id=c2552a2e-ca57-4f00-b19b-1720be3aa1d4&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.002830 10.0.0.56 - - [2025-10-09 02:53:37] "GET /virtual-network/1e34cf8e-8866-4df2-b35c-59ae1f413b2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2806 0.005639 10.0.0.56 - - [2025-10-09 02:53:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003074 10.0.0.56 - - [2025-10-09 02:53:37] "GET /routing-instance/67dc4799-e150-4009-b5b5-a54cb08088e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1680 0.004539 10.0.0.56 - - [2025-10-09 02:53:37] "GET /route-target/0af6a95b-c78e-40b9-914b-d454103fd690?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 900 0.003697 10.0.0.56 - - [2025-10-09 02:53:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003742 10.0.0.56 - - [2025-10-09 02:53:37] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003620 10.0.0.56 - - [2025-10-09 02:53:37] "GET /virtual-networks?parent_id=c2552a2e-ca57-4f00-b19b-1720be3aa1d4&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.004487 10.0.0.56 - - [2025-10-09 02:53:37] "GET /virtual-network/1e34cf8e-8866-4df2-b35c-59ae1f413b2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2806 0.006079 10.0.0.56 - - [2025-10-09 02:53:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.002944 10.0.0.56 - - [2025-10-09 02:53:38] "GET /routing-instance/67dc4799-e150-4009-b5b5-a54cb08088e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1680 0.004490 10.0.0.56 - - [2025-10-09 02:53:38] "GET /route-target/0af6a95b-c78e-40b9-914b-d454103fd690?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 900 0.003514 10.0.0.56 - - [2025-10-09 02:53:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003615 10.0.0.56 - - [2025-10-09 02:53:38] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004291 10.0.0.56 - - [2025-10-09 02:53:38] "GET /virtual-networks?parent_id=c2552a2e-ca57-4f00-b19b-1720be3aa1d4&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003313 10.0.0.56 - - [2025-10-09 02:53:38] "GET /virtual-network/1e34cf8e-8866-4df2-b35c-59ae1f413b2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2806 0.006019 10.0.0.56 - - [2025-10-09 02:53:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.013748 10.0.0.56 - - [2025-10-09 02:53:38] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.017542 10.0.0.56 - - [2025-10-09 02:53:38] "GET /virtual-networks?parent_id=c2552a2e-ca57-4f00-b19b-1720be3aa1d4&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003843 10.0.0.56 - - [2025-10-09 02:53:38] "GET /virtual-network/1e34cf8e-8866-4df2-b35c-59ae1f413b2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2806 0.008415 10.0.0.41 - - [2025-10-09 02:53:38] "GET /obj-perms HTTP/1.1" 200 5080 0.003839 10.0.0.56 - - [2025-10-09 02:53:38] "GET /obj-perms HTTP/1.1" 200 5080 0.004141 10.0.0.56 - - [2025-10-09 02:53:38] "GET /obj-perms HTTP/1.1" 200 5080 0.003777 10.0.0.41 - - [2025-10-09 02:53:38] "GET /obj-perms HTTP/1.1" 200 5080 0.004333 10.0.0.56 - - [2025-10-09 02:53:38] "GET /virtual-machine/441d7f09-927a-4711-8d50-6a5c03b702d0 HTTP/1.1" 200 1317 0.004295 10.0.0.56 - - [2025-10-09 02:53:38] "GET /virtual-machine-interface/6f0e8892-641c-4569-bac8-2856257591a2 HTTP/1.1" 200 3417 0.005560 10.0.0.56 - - [2025-10-09 02:53:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003696 10.0.0.56 - - [2025-10-09 02:53:38] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003866 10.0.0.56 - - [2025-10-09 02:53:38] "GET /virtual-networks?parent_id=c2552a2e-ca57-4f00-b19b-1720be3aa1d4&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003014 10.0.0.56 - - [2025-10-09 02:53:38] "GET /virtual-network/1e34cf8e-8866-4df2-b35c-59ae1f413b2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2806 0.006117 10.0.0.56 - - [2025-10-09 02:53:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.004501 10.0.0.56 - - [2025-10-09 02:53:39] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004572 10.0.0.56 - - [2025-10-09 02:53:39] "GET /virtual-networks?parent_id=c2552a2e-ca57-4f00-b19b-1720be3aa1d4&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.004038 10.0.0.56 - - [2025-10-09 02:53:39] "GET /virtual-network/1e34cf8e-8866-4df2-b35c-59ae1f413b2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2806 0.007686 10.0.0.56 - - [2025-10-09 02:53:40] "GET /virtual-machine/26e56283-22da-4b41-bef6-023b66cc6cf5 HTTP/1.1" 200 1317 0.005269 10.0.0.56 - - [2025-10-09 02:53:40] "GET /virtual-machine-interface/935e8c15-045a-46a4-b6c8-e81a6f23a654 HTTP/1.1" 200 3418 0.006683 10.0.0.56 - - [2025-10-09 02:53:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003967 10.0.0.56 - - [2025-10-09 02:53:40] "GET /security-group/3d3cedd1-b5af-4bc4-ac01-dbaab9492ead?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2738 0.004270 10.0.0.56 - - [2025-10-09 02:53:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004664 10.0.0.56 - - [2025-10-09 02:53:40] "GET /security-group/3d3cedd1-b5af-4bc4-ac01-dbaab9492ead?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2738 0.005703 10.0.0.56 - - [2025-10-09 02:53:40] "POST /neutron/security_group HTTP/1.1" 200 1455 0.010968 10.0.0.56 - - [2025-10-09 02:53:40] "POST /neutron/port HTTP/1.1" 200 1245 0.017239 10.0.0.56 - - [2025-10-09 02:53:40] "GET /virtual-machine/26e56283-22da-4b41-bef6-023b66cc6cf5 HTTP/1.1" 200 1317 0.004675 10.0.0.56 - - [2025-10-09 02:53:40] "GET /virtual-machine-interface/935e8c15-045a-46a4-b6c8-e81a6f23a654 HTTP/1.1" 200 3362 0.009499 10.0.0.56 - - [2025-10-09 02:53:40] "POST /neutron/port HTTP/1.1" 200 1181 0.021391 10.0.0.56 - - [2025-10-09 02:53:40] "POST /neutron/port HTTP/1.1" 200 1245 0.091140 10.0.0.56 - - [2025-10-09 02:53:40] "GET /virtual-machine/26e56283-22da-4b41-bef6-023b66cc6cf5 HTTP/1.1" 200 1317 0.006897 10.0.0.56 - - [2025-10-09 02:53:40] "GET /virtual-machine-interface/935e8c15-045a-46a4-b6c8-e81a6f23a654 HTTP/1.1" 200 3418 0.007420 10.0.0.56 - - [2025-10-09 02:53:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003962 10.0.0.56 - - [2025-10-09 02:53:40] "GET /security-group/3d3cedd1-b5af-4bc4-ac01-dbaab9492ead?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2738 0.005805 10.0.0.56 - - [2025-10-09 02:53:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004616 10.0.0.56 - - [2025-10-09 02:53:40] "GET /security-group/3d3cedd1-b5af-4bc4-ac01-dbaab9492ead?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2738 0.006188 10.0.0.56 - - [2025-10-09 02:53:40] "POST /neutron/security_group HTTP/1.1" 400 206 0.028783 10.0.0.56 - - [2025-10-09 02:54:26] "POST /neutron/network HTTP/1.1" 200 1122 0.011357 10.0.0.56 - - [2025-10-09 02:54:26] "POST /neutron/subnet HTTP/1.1" 200 1379 0.014026 10.0.0.56 - - [2025-10-09 02:54:26] "POST /neutron/network HTTP/1.1" 200 1112 0.023880 10.0.0.56 - - [2025-10-09 02:54:32] "POST /neutron/network HTTP/1.1" 200 1122 0.009978 10.0.0.56 - - [2025-10-09 02:54:32] "POST /neutron/subnet HTTP/1.1" 200 1379 0.013066 10.0.0.56 - - [2025-10-09 02:54:32] "POST /neutron/network HTTP/1.1" 200 1112 0.009362 10.0.0.19 - - [2025-10-09 02:54:36] "GET /obj-perms HTTP/1.1" 200 5056 0.045005 10.0.0.41 - - [2025-10-09 02:54:36] "GET /obj-perms HTTP/1.1" 200 5056 0.045384 10.0.0.56 - - [2025-10-09 02:55:28] "POST /neutron/network HTTP/1.1" 200 1122 0.009235 10.0.0.56 - - [2025-10-09 02:55:28] "POST /neutron/subnet HTTP/1.1" 200 1379 0.013199 10.0.0.56 - - [2025-10-09 02:55:28] "POST /neutron/network HTTP/1.1" 200 1112 0.009162 10.0.0.56 - - [2025-10-09 02:55:33] "POST /neutron/network HTTP/1.1" 200 1122 0.009877 10.0.0.56 - - [2025-10-09 02:55:33] "POST /neutron/subnet HTTP/1.1" 200 1379 0.012967 10.0.0.56 - - [2025-10-09 02:55:33] "POST /neutron/network HTTP/1.1" 200 1112 0.009545 10.0.0.56 - - [2025-10-09 02:55:37] "GET /obj-perms HTTP/1.1" 200 5056 0.057456 10.0.0.56 - - [2025-10-09 02:55:55] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.130635 10.0.0.56 - - [2025-10-09 02:55:55] "POST /neutron/security_group_rule HTTP/1.1" 200 598 0.131202 10.0.0.41 - - [2025-10-09 02:55:55] "PUT /access-control-list/bd458adc-a2d5-489b-8a1f-462eb6e90173 HTTP/1.1" 200 272 0.042454 10.0.0.56 - - [2025-10-09 02:55:58] "POST /neutron/port HTTP/1.1" 200 1219 0.018346 10.0.0.56 - - [2025-10-09 02:55:58] "POST /neutron/port HTTP/1.1" 200 1207 0.078121 10.0.0.56 - - [2025-10-09 02:55:58] "GET /virtual-machine/441d7f09-927a-4711-8d50-6a5c03b702d0 HTTP/1.1" 200 1317 0.004664 10.0.0.56 - - [2025-10-09 02:55:59] "POST /neutron/port HTTP/1.1" 200 151 0.237307 10.0.0.56 - - [2025-10-09 02:56:00] "GET /virtual-machine/441d7f09-927a-4711-8d50-6a5c03b702d0 HTTP/1.1" 404 171 0.004955 10.0.0.56 - - [2025-10-09 02:56:00] "GET /virtual-machine/441d7f09-927a-4711-8d50-6a5c03b702d0 HTTP/1.1" 404 171 0.003498 10.0.0.56 - - [2025-10-09 02:56:00] "GET /virtual-machine/441d7f09-927a-4711-8d50-6a5c03b702d0 HTTP/1.1" 404 171 0.004790 10.0.0.56 - - [2025-10-09 02:56:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.005407 10.0.0.56 - - [2025-10-09 02:56:00] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005125 10.0.0.56 - - [2025-10-09 02:56:00] "GET /virtual-networks?parent_id=c2552a2e-ca57-4f00-b19b-1720be3aa1d4&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.004911 10.0.0.56 - - [2025-10-09 02:56:00] "GET /virtual-network/1e34cf8e-8866-4df2-b35c-59ae1f413b2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2806 0.009761 10.0.0.56 - - [2025-10-09 02:56:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003125 10.0.0.56 - - [2025-10-09 02:56:00] "GET /routing-instance/67dc4799-e150-4009-b5b5-a54cb08088e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1680 0.005842 10.0.0.56 - - [2025-10-09 02:56:00] "GET /route-target/0af6a95b-c78e-40b9-914b-d454103fd690?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 900 0.004276 10.0.0.56 - - [2025-10-09 02:56:04] "GET /obj-perms HTTP/1.1" 200 5080 0.004351 10.0.0.41 - - [2025-10-09 02:56:04] "GET /obj-perms HTTP/1.1" 200 5080 0.003944 10.0.0.56 - - [2025-10-09 02:56:04] "POST /neutron/port HTTP/1.1" 200 1245 0.014653 10.0.0.56 - - [2025-10-09 02:56:04] "GET /virtual-machine/26e56283-22da-4b41-bef6-023b66cc6cf5 HTTP/1.1" 200 1317 0.004686 10.0.0.56 - - [2025-10-09 02:56:04] "POST /neutron/port HTTP/1.1" 200 1181 0.017436 10.0.0.56 - - [2025-10-09 02:56:06] "GET /virtual-machine/26e56283-22da-4b41-bef6-023b66cc6cf5 HTTP/1.1" 404 171 0.003972 10.0.0.56 - - [2025-10-09 02:56:06] "GET /virtual-machine/26e56283-22da-4b41-bef6-023b66cc6cf5 HTTP/1.1" 404 171 0.003417 10.0.0.56 - - [2025-10-09 02:56:06] "GET /virtual-machine/26e56283-22da-4b41-bef6-023b66cc6cf5 HTTP/1.1" 404 171 0.003451 10.0.0.56 - - [2025-10-09 02:56:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004540 10.0.0.56 - - [2025-10-09 02:56:06] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005704 10.0.0.56 - - [2025-10-09 02:56:06] "GET /virtual-networks?parent_id=c2552a2e-ca57-4f00-b19b-1720be3aa1d4&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003614 10.0.0.56 - - [2025-10-09 02:56:06] "GET /virtual-network/1e34cf8e-8866-4df2-b35c-59ae1f413b2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2806 0.008604 10.0.0.56 - - [2025-10-09 02:56:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004207 10.0.0.56 - - [2025-10-09 02:56:06] "GET /routing-instance/67dc4799-e150-4009-b5b5-a54cb08088e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1680 0.005586 10.0.0.56 - - [2025-10-09 02:56:06] "GET /route-target/0af6a95b-c78e-40b9-914b-d454103fd690?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 900 0.004921 10.0.0.56 - - [2025-10-09 02:56:06] "GET /obj-perms HTTP/1.1" 200 5080 0.005376 10.0.0.56 - - [2025-10-09 02:56:10] "GET /obj-perms HTTP/1.1" 200 5080 0.005765 10.0.0.19 - - [2025-10-09 02:56:10] "GET /obj-perms HTTP/1.1" 200 5080 0.004805 10.0.0.56 - - [2025-10-09 02:56:10] "POST /neutron/network HTTP/1.1" 200 1112 0.010590 10.0.0.56 - - [2025-10-09 02:56:10] "POST /neutron/security_group HTTP/1.1" 200 151 0.068960 10.0.0.56 - - [2025-10-09 02:56:10] "POST /fqname-to-id HTTP/1.1" 404 249 0.003337 10.0.0.41 - - [2025-10-09 02:56:10] "DELETE /access-control-list/26607867-efb5-435f-acf7-72483d5cca25 HTTP/1.1" 200 115 0.047280 10.0.0.41 - - [2025-10-09 02:56:12] "GET /projects?obj_uuids=c2552a2e-ca57-4f00-b19b-1720be3aa1d4&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.022662 10.0.0.56 - - [2025-10-09 02:56:12] "GET /project/c2552a2e-ca57-4f00-b19b-1720be3aa1d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1464 0.063112 10.0.0.41 - - [2025-10-09 02:56:12] "GET /projects?obj_uuids=c2552a2e-ca57-4f00-b19b-1720be3aa1d4&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001954 10.0.0.56 - - [2025-10-09 02:56:12] "GET /project/c2552a2e-ca57-4f00-b19b-1720be3aa1d4?fields=virtual_networks HTTP/1.1" 200 1083 0.045342 10.0.0.41 - - [2025-10-09 02:56:12] "GET /projects?obj_uuids=c2552a2e-ca57-4f00-b19b-1720be3aa1d4&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001029 10.0.0.56 - - [2025-10-09 02:56:12] "GET /project/c2552a2e-ca57-4f00-b19b-1720be3aa1d4?fields=virtual_machine_interfaces HTTP/1.1" 200 1083 0.043917 10.0.0.41 - - [2025-10-09 02:56:12] "GET /projects?obj_uuids=c2552a2e-ca57-4f00-b19b-1720be3aa1d4&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.000945 10.0.0.56 - - [2025-10-09 02:56:12] "GET /project/c2552a2e-ca57-4f00-b19b-1720be3aa1d4?fields=security_groups HTTP/1.1" 200 1334 0.038177 10.0.0.56 - - [2025-10-09 02:56:13] "POST /fqname-to-id HTTP/1.1" 404 218 0.024287 10.0.0.41 - - [2025-10-09 02:56:13] "GET /projects?obj_uuids=ede33108-b201-4ce3-b15d-a83d62f07ef6&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003014 10.0.0.41 - - [2025-10-09 02:56:13] "GET /domains?obj_uuids=7ed77c0b-e642-4c13-a404-7756503cf17d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000919 10.0.0.41 - - [2025-10-09 02:56:13] "GET /domain/7ed77c0b-e642-4c13-a404-7756503cf17d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006458 10.0.0.41 - - [2025-10-09 02:56:13] "POST /id-to-fqname HTTP/1.1" 200 221 0.004763 10.0.0.41 - - [2025-10-09 02:56:13] "POST /fqname-to-id HTTP/1.1" 404 232 0.007018 10.0.0.41 - - [2025-10-09 02:56:13] "POST /security-groups HTTP/1.1" 200 621 0.045265 10.0.0.41 - - [2025-10-09 02:56:13] "POST /projects HTTP/1.1" 200 645 0.243062 10.0.0.41 - - [2025-10-09 02:56:13] "POST /access-control-lists HTTP/1.1" 200 626 0.032997 10.0.0.41 - - [2025-10-09 02:56:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.311878 10.0.0.56 - - [2025-10-09 02:56:13] "GET /project/ede33108-b201-4ce3-b15d-a83d62f07ef6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1484 0.488338 10.0.0.56 - - [2025-10-09 02:56:14] "GET / HTTP/1.1" 200 35931 0.001493 10.0.0.56 - - [2025-10-09 02:56:16] "POST /fqname-to-id HTTP/1.1" 401 292 0.000528 10.0.0.56 - - [2025-10-09 02:56:16] "POST /fqname-to-id HTTP/1.1" 404 254 0.052959 10.0.0.56 - - [2025-10-09 02:56:16] "POST /security-groups HTTP/1.1" 200 595 0.033605 10.0.0.41 - - [2025-10-09 02:56:16] "POST /fqname-to-id HTTP/1.1" 404 286 0.004589 10.0.0.56 - - [2025-10-09 02:56:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003176 10.0.0.41 - - [2025-10-09 02:56:17] "POST /access-control-lists HTTP/1.1" 200 646 0.026622 10.0.0.56 - - [2025-10-09 02:56:17] "GET /security-group/594de0e6-ff94-4577-9769-892ce377e513?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1943 0.011269 10.0.0.56 - - [2025-10-09 02:56:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003686 10.0.0.56 - - [2025-10-09 02:56:17] "GET /security-group/594de0e6-ff94-4577-9769-892ce377e513?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1943 0.004753 10.0.0.56 - - [2025-10-09 02:56:17] "DELETE /security-group/594de0e6-ff94-4577-9769-892ce377e513 HTTP/1.1" 200 115 0.048390 10.0.0.56 - - [2025-10-09 02:56:17] "POST /fqname-to-id HTTP/1.1" 404 254 0.003301 10.0.0.56 - - [2025-10-09 02:56:18] "POST /fqname-to-id HTTP/1.1" 404 254 0.003479 10.0.0.56 - - [2025-10-09 02:56:18] "POST /security-groups HTTP/1.1" 200 595 0.031502 10.0.0.41 - - [2025-10-09 02:56:18] "POST /fqname-to-id HTTP/1.1" 404 286 0.003735 10.0.0.56 - - [2025-10-09 02:56:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.005711 10.0.0.56 - - [2025-10-09 02:56:18] "GET /security-group/39ee817c-d12d-434e-aebe-541c98e81ef4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1943 0.005362 10.0.0.56 - - [2025-10-09 02:56:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.002477 10.0.0.41 - - [2025-10-09 02:56:18] "POST /access-control-lists HTTP/1.1" 200 646 0.037765 10.0.0.56 - - [2025-10-09 02:56:18] "GET /security-group/39ee817c-d12d-434e-aebe-541c98e81ef4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1943 0.004025 10.0.0.56 - - [2025-10-09 02:56:18] "GET /security-group/39ee817c-d12d-434e-aebe-541c98e81ef4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1943 0.004707 10.0.0.56 - - [2025-10-09 02:56:18] "PUT /security-group/39ee817c-d12d-434e-aebe-541c98e81ef4 HTTP/1.1" 200 262 0.020295 10.0.0.56 - - [2025-10-09 02:56:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004601 10.0.0.41 - - [2025-10-09 02:56:18] "GET /projects?obj_uuids=ede33108-b201-4ce3-b15d-a83d62f07ef6&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.001080 10.0.0.56 - - [2025-10-09 02:56:18] "GET /project/ede33108-b201-4ce3-b15d-a83d62f07ef6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1484 0.039387 10.0.0.41 - - [2025-10-09 02:56:19] "POST /route-targets HTTP/1.1" 200 327 0.016879 10.0.0.41 - - [2025-10-09 02:56:19] "POST /useragent-kv HTTP/1.1" 200 115 0.006779 10.0.0.56 - - [2025-10-09 02:56:19] "POST /neutron/subnet HTTP/1.1" 200 715 0.247972 10.0.0.56 - - [2025-10-09 02:56:19] "POST /id-to-fqname HTTP/1.1" 200 300 0.001354 10.0.0.56 - - [2025-10-09 02:56:19] "GET /virtual-network/9f15c7f9-c456-4e19-b0ab-a4b8eae0c215?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2245 0.005679 10.0.0.56 - - [2025-10-09 02:56:19] "GET /virtual-network/9f15c7f9-c456-4e19-b0ab-a4b8eae0c215?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2245 0.005400 10.0.0.56 - - [2025-10-09 02:56:19] "POST /neutron/network HTTP/1.1" 200 952 0.006937 10.0.0.56 - - [2025-10-09 02:56:19] "GET /virtual-network/9f15c7f9-c456-4e19-b0ab-a4b8eae0c215?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2245 0.006000 10.0.0.56 - - [2025-10-09 02:56:20] "POST /id-to-fqname HTTP/1.1" 200 300 0.001433 10.0.0.56 - - [2025-10-09 02:56:21] "POST /neutron/network HTTP/1.1" 200 962 0.006842 10.0.0.41 - - [2025-10-09 02:56:21] "GET /projects?obj_uuids=ede33108-b201-4ce3-b15d-a83d62f07ef6&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.001038 10.0.0.56 - - [2025-10-09 02:56:21] "GET /project/ede33108-b201-4ce3-b15d-a83d62f07ef6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1484 0.069286 10.0.0.56 - - [2025-10-09 02:56:22] "POST /neutron/port HTTP/1.1" 200 117 0.006363 10.0.0.56 - - [2025-10-09 02:56:22] "POST /id-to-fqname HTTP/1.1" 200 300 0.001195 10.0.0.56 - - [2025-10-09 02:56:22] "POST /neutron/network HTTP/1.1" 200 962 0.007960 10.0.0.41 - - [2025-10-09 02:56:22] "GET /projects?obj_uuids=ede33108-b201-4ce3-b15d-a83d62f07ef6&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.000996 10.0.0.56 - - [2025-10-09 02:56:23] "POST /neutron/port HTTP/1.1" 200 1088 0.310445 10.0.0.41 - - [2025-10-09 02:56:23] "GET /projects?obj_uuids=ede33108-b201-4ce3-b15d-a83d62f07ef6&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.001012 10.0.0.56 - - [2025-10-09 02:56:23] "GET /project/ede33108-b201-4ce3-b15d-a83d62f07ef6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1484 0.079646 10.0.0.56 - - [2025-10-09 02:56:23] "POST /neutron/port HTTP/1.1" 200 1142 0.151838 10.0.0.56 - - [2025-10-09 02:56:23] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004105 10.0.0.56 - - [2025-10-09 02:56:23] "POST /neutron/port HTTP/1.1" 200 117 0.001314 10.0.0.56 - - [2025-10-09 02:56:23] "POST /neutron/port HTTP/1.1" 200 117 0.009153 10.0.0.56 - - [2025-10-09 02:56:23] "POST /neutron/network HTTP/1.1" 200 962 0.006984 10.0.0.56 - - [2025-10-09 02:56:24] "POST /neutron/port HTTP/1.1" 200 1088 0.040630 10.0.0.56 - - [2025-10-09 02:56:24] "POST /neutron/port HTTP/1.1" 200 1116 0.016741 10.0.0.56 - - [2025-10-09 02:56:24] "POST /neutron/port HTTP/1.1" 200 117 0.001224 10.0.0.56 - - [2025-10-09 02:56:28] "POST /neutron/security_group HTTP/1.1" 200 1288 0.007192 10.0.0.56 - - [2025-10-09 02:56:28] "POST /neutron/port HTTP/1.1" 200 1116 0.016155 10.0.0.56 - - [2025-10-09 02:56:28] "POST /neutron/security_group HTTP/1.1" 200 1288 0.007159 10.0.0.56 - - [2025-10-09 02:56:28] "GET /virtual-machine/a3af9a6a-a948-4d8d-b2e9-2b83326c0b72 HTTP/1.1" 401 292 0.000340 10.0.0.56 - - [2025-10-09 02:56:29] "GET /virtual-machine/a3af9a6a-a948-4d8d-b2e9-2b83326c0b72 HTTP/1.1" 200 1323 0.029632 10.0.0.56 - - [2025-10-09 02:56:29] "GET /virtual-machine/a3af9a6a-a948-4d8d-b2e9-2b83326c0b72 HTTP/1.1" 200 1323 0.004036 10.0.0.56 - - [2025-10-09 02:56:29] "GET /virtual-machine-interface/5d572d28-d091-4287-b4b6-0a52bb9d379b HTTP/1.1" 200 3263 0.004982 10.0.0.56 - - [2025-10-09 02:56:29] "GET /virtual-machine/a3af9a6a-a948-4d8d-b2e9-2b83326c0b72 HTTP/1.1" 200 1323 0.003557 10.0.0.56 - - [2025-10-09 02:56:29] "GET /virtual-machine-interface/5d572d28-d091-4287-b4b6-0a52bb9d379b HTTP/1.1" 200 3263 0.005087 10.0.0.56 - - [2025-10-09 02:56:29] "GET /instance-ip/b1c66410-91b8-442a-ad6c-9c4d9538ec46 HTTP/1.1" 200 1729 0.005132 10.0.0.56 - - [2025-10-09 02:56:29] "GET /virtual-machine/a3af9a6a-a948-4d8d-b2e9-2b83326c0b72 HTTP/1.1" 200 1323 0.003363 10.0.0.56 - - [2025-10-09 02:56:29] "GET /virtual-machine-interface/5d572d28-d091-4287-b4b6-0a52bb9d379b HTTP/1.1" 200 3263 0.004787 10.0.0.56 - - [2025-10-09 02:56:29] "GET /instance-ip/b1c66410-91b8-442a-ad6c-9c4d9538ec46 HTTP/1.1" 200 1729 0.004064 10.0.0.56 - - [2025-10-09 02:56:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003374 10.0.0.56 - - [2025-10-09 02:56:29] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003435 10.0.0.56 - - [2025-10-09 02:56:29] "GET /virtual-networks?parent_id=ede33108-b201-4ce3-b15d-a83d62f07ef6&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.005326 10.0.0.56 - - [2025-10-09 02:56:29] "GET /virtual-network/9f15c7f9-c456-4e19-b0ab-a4b8eae0c215?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2245 0.006007 10.0.0.56 - - [2025-10-09 02:56:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003507 10.0.0.56 - - [2025-10-09 02:56:29] "POST /neutron/network HTTP/1.1" 200 962 0.007077 10.0.0.56 - - [2025-10-09 02:56:29] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003630 10.0.0.56 - - [2025-10-09 02:56:29] "GET /virtual-networks?parent_id=ede33108-b201-4ce3-b15d-a83d62f07ef6&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.002736 10.0.0.56 - - [2025-10-09 02:56:29] "POST /neutron/port HTTP/1.1" 200 117 0.001651 10.0.0.56 - - [2025-10-09 02:56:29] "GET /virtual-network/9f15c7f9-c456-4e19-b0ab-a4b8eae0c215?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2245 0.005680 10.0.0.56 - - [2025-10-09 02:56:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.004323 10.0.0.56 - - [2025-10-09 02:56:29] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004441 10.0.0.56 - - [2025-10-09 02:56:29] "GET /virtual-networks?parent_id=ede33108-b201-4ce3-b15d-a83d62f07ef6&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.004233 10.0.0.56 - - [2025-10-09 02:56:29] "GET /virtual-network/9f15c7f9-c456-4e19-b0ab-a4b8eae0c215?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2245 0.007584 10.0.0.56 - - [2025-10-09 02:56:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003748 10.0.0.56 - - [2025-10-09 02:56:29] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004371 10.0.0.56 - - [2025-10-09 02:56:29] "GET /virtual-networks?parent_id=ede33108-b201-4ce3-b15d-a83d62f07ef6&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003554 10.0.0.56 - - [2025-10-09 02:56:29] "GET /virtual-network/9f15c7f9-c456-4e19-b0ab-a4b8eae0c215?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2245 0.006984 10.0.0.56 - - [2025-10-09 02:56:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.004032 10.0.0.56 - - [2025-10-09 02:56:29] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004046 10.0.0.56 - - [2025-10-09 02:56:29] "GET /virtual-networks?parent_id=ede33108-b201-4ce3-b15d-a83d62f07ef6&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.002979 10.0.0.56 - - [2025-10-09 02:56:29] "GET /virtual-network/9f15c7f9-c456-4e19-b0ab-a4b8eae0c215?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2245 0.006229 10.0.0.56 - - [2025-10-09 02:56:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003442 10.0.0.56 - - [2025-10-09 02:56:30] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004457 10.0.0.56 - - [2025-10-09 02:56:30] "GET /virtual-networks?parent_id=ede33108-b201-4ce3-b15d-a83d62f07ef6&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003400 10.0.0.56 - - [2025-10-09 02:56:30] "GET /virtual-network/9f15c7f9-c456-4e19-b0ab-a4b8eae0c215?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2245 0.006563 10.0.0.56 - - [2025-10-09 02:56:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003854 10.0.0.56 - - [2025-10-09 02:56:30] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.006092 10.0.0.56 - - [2025-10-09 02:56:30] "GET /virtual-networks?parent_id=ede33108-b201-4ce3-b15d-a83d62f07ef6&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.004139 10.0.0.56 - - [2025-10-09 02:56:30] "GET /virtual-network/9f15c7f9-c456-4e19-b0ab-a4b8eae0c215?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2245 0.006264 10.0.0.56 - - [2025-10-09 02:56:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003951 10.0.0.56 - - [2025-10-09 02:56:33] "GET /virtual-network/9f15c7f9-c456-4e19-b0ab-a4b8eae0c215?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2245 0.006224 10.0.0.56 - - [2025-10-09 02:56:33] "POST /neutron/port HTTP/1.1" 200 1116 0.015508 10.0.0.56 - - [2025-10-09 02:56:33] "POST /neutron/subnet HTTP/1.1" 200 689 0.009189 10.0.0.56 - - [2025-10-09 02:56:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.004086 10.0.0.56 - - [2025-10-09 02:56:37] "GET /virtual-network/9f15c7f9-c456-4e19-b0ab-a4b8eae0c215?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2245 0.006189 10.0.0.41 - - [2025-10-09 02:56:38] "GET /obj-perms HTTP/1.1" 200 5056 0.057106 10.0.0.56 - - [2025-10-09 02:56:38] "GET /obj-perms HTTP/1.1" 200 5056 0.057886 10.0.0.56 - - [2025-10-09 02:56:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003572 10.0.0.56 - - [2025-10-09 02:56:41] "GET /virtual-network/9f15c7f9-c456-4e19-b0ab-a4b8eae0c215?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2245 0.005214 10.0.0.56 - - [2025-10-09 02:56:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003898 10.0.0.56 - - [2025-10-09 02:56:45] "GET /virtual-network/9f15c7f9-c456-4e19-b0ab-a4b8eae0c215?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2245 0.006258 10.0.0.56 - - [2025-10-09 02:56:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004180 10.0.0.56 - - [2025-10-09 02:56:49] "GET /virtual-network/9f15c7f9-c456-4e19-b0ab-a4b8eae0c215?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2245 0.005671 10.0.0.56 - - [2025-10-09 02:56:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003878 10.0.0.56 - - [2025-10-09 02:56:53] "GET /virtual-network/9f15c7f9-c456-4e19-b0ab-a4b8eae0c215?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2245 0.005332 10.0.0.56 - - [2025-10-09 02:56:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003692 10.0.0.56 - - [2025-10-09 02:56:57] "GET /virtual-network/9f15c7f9-c456-4e19-b0ab-a4b8eae0c215?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2245 0.005906 10.0.0.56 - - [2025-10-09 02:56:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003481 10.0.0.56 - - [2025-10-09 02:56:59] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003833 10.0.0.56 - - [2025-10-09 02:56:59] "GET /virtual-networks?parent_id=ede33108-b201-4ce3-b15d-a83d62f07ef6&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.002964 10.0.0.56 - - [2025-10-09 02:57:00] "GET /virtual-network/9f15c7f9-c456-4e19-b0ab-a4b8eae0c215?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2245 0.006515 10.0.0.56 - - [2025-10-09 02:57:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004879 10.0.0.56 - - [2025-10-09 02:57:00] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005564 10.0.0.56 - - [2025-10-09 02:57:00] "GET /virtual-networks?parent_id=ede33108-b201-4ce3-b15d-a83d62f07ef6&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.006243 10.0.0.56 - - [2025-10-09 02:57:00] "GET /virtual-network/9f15c7f9-c456-4e19-b0ab-a4b8eae0c215?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2245 0.006502 10.0.0.56 - - [2025-10-09 02:57:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003633 10.0.0.56 - - [2025-10-09 02:57:00] "GET /routing-instance/edb2a6c6-8e88-4217-ba0d-cf1629b78bd9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1706 0.004705 10.0.0.56 - - [2025-10-09 02:57:00] "GET /route-target/4a0b8144-4f15-47c2-843d-386abdc5b450?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 900 0.003762 10.0.0.56 - - [2025-10-09 02:57:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003624 10.0.0.56 - - [2025-10-09 02:57:00] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003834 10.0.0.56 - - [2025-10-09 02:57:00] "GET /virtual-networks?parent_id=ede33108-b201-4ce3-b15d-a83d62f07ef6&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.002831 10.0.0.56 - - [2025-10-09 02:57:00] "GET /virtual-network/9f15c7f9-c456-4e19-b0ab-a4b8eae0c215?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2245 0.005880 10.0.0.56 - - [2025-10-09 02:57:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003066 10.0.0.56 - - [2025-10-09 02:57:00] "GET /routing-instance/edb2a6c6-8e88-4217-ba0d-cf1629b78bd9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1706 0.004453 10.0.0.56 - - [2025-10-09 02:57:00] "GET /route-target/4a0b8144-4f15-47c2-843d-386abdc5b450?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 900 0.003790 10.0.0.56 - - [2025-10-09 02:57:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003520 10.0.0.56 - - [2025-10-09 02:57:00] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004398 10.0.0.56 - - [2025-10-09 02:57:00] "GET /virtual-networks?parent_id=ede33108-b201-4ce3-b15d-a83d62f07ef6&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003387 10.0.0.56 - - [2025-10-09 02:57:00] "GET /virtual-network/9f15c7f9-c456-4e19-b0ab-a4b8eae0c215?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2245 0.006611 10.0.0.56 - - [2025-10-09 02:57:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003654 10.0.0.56 - - [2025-10-09 02:57:00] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004849 10.0.0.56 - - [2025-10-09 02:57:00] "GET /virtual-networks?parent_id=ede33108-b201-4ce3-b15d-a83d62f07ef6&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003318 10.0.0.56 - - [2025-10-09 02:57:00] "GET /virtual-network/9f15c7f9-c456-4e19-b0ab-a4b8eae0c215?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2245 0.006360 10.0.0.56 - - [2025-10-09 02:57:01] "GET /obj-perms HTTP/1.1" 200 5090 0.075402 10.0.0.41 - - [2025-10-09 02:57:01] "GET /obj-perms HTTP/1.1" 200 5090 0.060509 10.0.0.56 - - [2025-10-09 02:57:01] "GET /obj-perms HTTP/1.1" 200 5090 0.004804 10.0.0.56 - - [2025-10-09 02:57:01] "GET /obj-perms HTTP/1.1" 200 5090 0.005049 10.0.0.56 - - [2025-10-09 02:57:01] "GET /virtual-machine/a3af9a6a-a948-4d8d-b2e9-2b83326c0b72 HTTP/1.1" 200 1323 0.004240 10.0.0.56 - - [2025-10-09 02:57:01] "GET /virtual-machine-interface/5d572d28-d091-4287-b4b6-0a52bb9d379b HTTP/1.1" 200 3263 0.005565 10.0.0.56 - - [2025-10-09 02:57:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.011770 10.0.0.56 - - [2025-10-09 02:57:01] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004035 10.0.0.56 - - [2025-10-09 02:57:01] "GET /virtual-networks?parent_id=ede33108-b201-4ce3-b15d-a83d62f07ef6&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003518 10.0.0.56 - - [2025-10-09 02:57:01] "GET /virtual-network/9f15c7f9-c456-4e19-b0ab-a4b8eae0c215?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2245 0.006390 10.0.0.56 - - [2025-10-09 02:57:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004031 10.0.0.56 - - [2025-10-09 02:57:02] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003939 10.0.0.56 - - [2025-10-09 02:57:02] "GET /virtual-networks?parent_id=ede33108-b201-4ce3-b15d-a83d62f07ef6&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.002757 10.0.0.56 - - [2025-10-09 02:57:02] "GET /virtual-network/9f15c7f9-c456-4e19-b0ab-a4b8eae0c215?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2245 0.006072 10.0.0.56 - - [2025-10-09 02:57:02] "POST /neutron/port HTTP/1.1" 200 1116 0.014579 10.0.0.41 - - [2025-10-09 02:57:08] "DELETE /project/ede33108b2014ce3b15da83d62f07ef6 HTTP/1.1" 404 173 0.004094 10.0.0.41 - - [2025-10-09 02:57:08] "GET /projects?obj_uuids=c2552a2e-ca57-4f00-b19b-1720be3aa1d4&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.000873 10.0.0.41 - - [2025-10-09 02:57:08] "GET /project/c2552a2e-ca57-4f00-b19b-1720be3aa1d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1569 0.047586 10.0.0.41 - - [2025-10-09 02:57:08] "GET /projects?obj_uuids=c2552a2e-ca57-4f00-b19b-1720be3aa1d4&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.002017 10.0.0.56 - - [2025-10-09 02:57:08] "POST /neutron/security_group HTTP/1.1" 200 1288 0.010047 10.0.0.41 - - [2025-10-09 02:57:08] "GET /project/c2552a2e-ca57-4f00-b19b-1720be3aa1d4?fields=security_groups HTTP/1.1" 200 1439 0.048112 10.0.0.41 - - [2025-10-09 02:57:08] "DELETE /security-group/31a0003a-f6fa-4421-9fcb-3964c1dae9d5 HTTP/1.1" 200 115 0.051721 10.0.0.41 - - [2025-10-09 02:57:08] "GET /projects?obj_uuids=c2552a2e-ca57-4f00-b19b-1720be3aa1d4&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001019 10.0.0.41 - - [2025-10-09 02:57:08] "GET /project/c2552a2e-ca57-4f00-b19b-1720be3aa1d4?fields=application_policy_sets HTTP/1.1" 200 1478 0.069938 10.0.0.41 - - [2025-10-09 02:57:08] "DELETE /access-control-list/bc64b0f0-43d2-4a22-8096-3912dc398d1e HTTP/1.1" 200 115 0.062013 10.0.0.41 - - [2025-10-09 02:57:08] "DELETE /project/c2552a2e-ca57-4f00-b19b-1720be3aa1d4 HTTP/1.1" 200 115 0.420849 10.0.0.56 - - [2025-10-09 02:57:13] "POST /neutron/port HTTP/1.1" 200 1116 0.015972 10.0.0.56 - - [2025-10-09 02:57:18] "POST /neutron/security_group HTTP/1.1" 200 1288 0.007534 10.0.0.56 - - [2025-10-09 02:57:18] "POST /neutron/port HTTP/1.1" 200 1116 0.014907 10.0.0.56 - - [2025-10-09 02:57:18] "POST /neutron/security_group HTTP/1.1" 200 1288 0.006724 10.0.0.56 - - [2025-10-09 02:57:18] "GET /virtual-machine/67874a54-c899-48e6-aad2-9314583550a0 HTTP/1.1" 200 1322 0.005257 10.0.0.56 - - [2025-10-09 02:57:18] "GET /virtual-machine/67874a54-c899-48e6-aad2-9314583550a0 HTTP/1.1" 200 1322 0.003654 10.0.0.56 - - [2025-10-09 02:57:18] "GET /virtual-machine-interface/d5281868-2772-4052-bfdb-a34839d1ccc6 HTTP/1.1" 200 3264 0.005231 10.0.0.56 - - [2025-10-09 02:57:18] "GET /virtual-machine/67874a54-c899-48e6-aad2-9314583550a0 HTTP/1.1" 200 1322 0.003022 10.0.0.56 - - [2025-10-09 02:57:18] "GET /virtual-machine-interface/d5281868-2772-4052-bfdb-a34839d1ccc6 HTTP/1.1" 200 3264 0.004838 10.0.0.56 - - [2025-10-09 02:57:18] "GET /instance-ip/7027f5fd-1477-4b6b-a633-32031f63608a HTTP/1.1" 200 1728 0.005261 10.0.0.56 - - [2025-10-09 02:57:18] "GET /virtual-machine/67874a54-c899-48e6-aad2-9314583550a0 HTTP/1.1" 200 1322 0.005117 10.0.0.56 - - [2025-10-09 02:57:18] "GET /virtual-machine-interface/d5281868-2772-4052-bfdb-a34839d1ccc6 HTTP/1.1" 200 3264 0.004951 10.0.0.56 - - [2025-10-09 02:57:18] "GET /instance-ip/7027f5fd-1477-4b6b-a633-32031f63608a HTTP/1.1" 200 1728 0.003619 10.0.0.56 - - [2025-10-09 02:57:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003555 10.0.0.56 - - [2025-10-09 02:57:18] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003508 10.0.0.56 - - [2025-10-09 02:57:18] "GET /virtual-networks?parent_id=ede33108-b201-4ce3-b15d-a83d62f07ef6&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.002724 10.0.0.56 - - [2025-10-09 02:57:18] "GET /virtual-network/9f15c7f9-c456-4e19-b0ab-a4b8eae0c215?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2245 0.006172 10.0.0.56 - - [2025-10-09 02:57:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003594 10.0.0.56 - - [2025-10-09 02:57:19] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004094 10.0.0.56 - - [2025-10-09 02:57:19] "GET /virtual-networks?parent_id=ede33108-b201-4ce3-b15d-a83d62f07ef6&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003428 10.0.0.56 - - [2025-10-09 02:57:19] "GET /virtual-network/9f15c7f9-c456-4e19-b0ab-a4b8eae0c215?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2245 0.006240 10.0.0.56 - - [2025-10-09 02:57:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003600 10.0.0.56 - - [2025-10-09 02:57:19] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004637 10.0.0.56 - - [2025-10-09 02:57:19] "GET /virtual-networks?parent_id=ede33108-b201-4ce3-b15d-a83d62f07ef6&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003166 10.0.0.56 - - [2025-10-09 02:57:19] "GET /virtual-network/9f15c7f9-c456-4e19-b0ab-a4b8eae0c215?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2245 0.006109 10.0.0.56 - - [2025-10-09 02:57:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004198 10.0.0.56 - - [2025-10-09 02:57:19] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004253 10.0.0.56 - - [2025-10-09 02:57:19] "GET /virtual-networks?parent_id=ede33108-b201-4ce3-b15d-a83d62f07ef6&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003453 10.0.0.56 - - [2025-10-09 02:57:19] "GET /virtual-network/9f15c7f9-c456-4e19-b0ab-a4b8eae0c215?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2245 0.006857 10.0.0.56 - - [2025-10-09 02:57:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003782 10.0.0.56 - - [2025-10-09 02:57:19] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004387 10.0.0.56 - - [2025-10-09 02:57:19] "GET /virtual-networks?parent_id=ede33108-b201-4ce3-b15d-a83d62f07ef6&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003822 10.0.0.56 - - [2025-10-09 02:57:19] "GET /virtual-network/9f15c7f9-c456-4e19-b0ab-a4b8eae0c215?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2245 0.006310 10.0.0.56 - - [2025-10-09 02:57:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003035 10.0.0.56 - - [2025-10-09 02:57:19] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004467 10.0.0.56 - - [2025-10-09 02:57:19] "GET /virtual-networks?parent_id=ede33108-b201-4ce3-b15d-a83d62f07ef6&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003146 10.0.0.56 - - [2025-10-09 02:57:19] "GET /virtual-network/9f15c7f9-c456-4e19-b0ab-a4b8eae0c215?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2245 0.005696 10.0.0.56 - - [2025-10-09 02:57:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004022 10.0.0.56 - - [2025-10-09 02:57:19] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004383 10.0.0.56 - - [2025-10-09 02:57:19] "GET /virtual-networks?parent_id=ede33108-b201-4ce3-b15d-a83d62f07ef6&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003052 10.0.0.56 - - [2025-10-09 02:57:19] "GET /virtual-network/9f15c7f9-c456-4e19-b0ab-a4b8eae0c215?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2245 0.006119 10.0.0.56 - - [2025-10-09 02:57:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.004184 10.0.0.56 - - [2025-10-09 02:57:22] "GET /virtual-network/9f15c7f9-c456-4e19-b0ab-a4b8eae0c215?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2245 0.005849 10.0.0.56 - - [2025-10-09 02:57:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003827 10.0.0.56 - - [2025-10-09 02:57:26] "GET /virtual-network/9f15c7f9-c456-4e19-b0ab-a4b8eae0c215?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2245 0.005710 10.0.0.56 - - [2025-10-09 02:57:29] "POST /neutron/network HTTP/1.1" 200 962 0.007462 10.0.0.56 - - [2025-10-09 02:57:29] "POST /neutron/port HTTP/1.1" 200 117 0.001240 10.0.0.56 - - [2025-10-09 02:57:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003961 10.0.0.56 - - [2025-10-09 02:57:31] "GET /virtual-network/9f15c7f9-c456-4e19-b0ab-a4b8eae0c215?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2245 0.005857 10.0.0.56 - - [2025-10-09 02:57:33] "POST /neutron/port HTTP/1.1" 200 1116 0.017611 10.0.0.56 - - [2025-10-09 02:57:33] "POST /neutron/subnet HTTP/1.1" 200 689 0.009122 10.0.0.56 - - [2025-10-09 02:57:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.007563 10.0.0.56 - - [2025-10-09 02:57:35] "GET /virtual-network/9f15c7f9-c456-4e19-b0ab-a4b8eae0c215?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2245 0.006169 10.0.0.56 - - [2025-10-09 02:57:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.004106 10.0.0.56 - - [2025-10-09 02:57:37] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004270 10.0.0.56 - - [2025-10-09 02:57:37] "GET /virtual-networks?parent_id=ede33108-b201-4ce3-b15d-a83d62f07ef6&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.002919 10.0.0.56 - - [2025-10-09 02:57:37] "GET /virtual-network/9f15c7f9-c456-4e19-b0ab-a4b8eae0c215?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2245 0.005882 10.0.0.56 - - [2025-10-09 02:57:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003937 10.0.0.56 - - [2025-10-09 02:57:37] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.008077 10.0.0.56 - - [2025-10-09 02:57:37] "GET /virtual-networks?parent_id=ede33108-b201-4ce3-b15d-a83d62f07ef6&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003080 10.0.0.56 - - [2025-10-09 02:57:37] "GET /virtual-network/9f15c7f9-c456-4e19-b0ab-a4b8eae0c215?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2245 0.006239 10.0.0.56 - - [2025-10-09 02:57:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003536 10.0.0.56 - - [2025-10-09 02:57:37] "GET /routing-instance/edb2a6c6-8e88-4217-ba0d-cf1629b78bd9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1706 0.004991 10.0.0.56 - - [2025-10-09 02:57:37] "GET /route-target/4a0b8144-4f15-47c2-843d-386abdc5b450?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 900 0.003784 10.0.0.56 - - [2025-10-09 02:57:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003880 10.0.0.56 - - [2025-10-09 02:57:37] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003505 10.0.0.56 - - [2025-10-09 02:57:37] "GET /virtual-networks?parent_id=ede33108-b201-4ce3-b15d-a83d62f07ef6&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.002776 10.0.0.56 - - [2025-10-09 02:57:37] "GET /virtual-network/9f15c7f9-c456-4e19-b0ab-a4b8eae0c215?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2245 0.007585 10.0.0.56 - - [2025-10-09 02:57:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.004457 10.0.0.56 - - [2025-10-09 02:57:37] "GET /routing-instance/edb2a6c6-8e88-4217-ba0d-cf1629b78bd9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1706 0.005445 10.0.0.56 - - [2025-10-09 02:57:37] "GET /route-target/4a0b8144-4f15-47c2-843d-386abdc5b450?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 900 0.008553 10.0.0.56 - - [2025-10-09 02:57:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.004824 10.0.0.56 - - [2025-10-09 02:57:38] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005170 10.0.0.56 - - [2025-10-09 02:57:38] "GET /virtual-networks?parent_id=ede33108-b201-4ce3-b15d-a83d62f07ef6&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.004221 10.0.0.56 - - [2025-10-09 02:57:38] "GET /virtual-network/9f15c7f9-c456-4e19-b0ab-a4b8eae0c215?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2245 0.007345 10.0.0.56 - - [2025-10-09 02:57:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004326 10.0.0.56 - - [2025-10-09 02:57:38] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005229 10.0.0.56 - - [2025-10-09 02:57:38] "GET /virtual-networks?parent_id=ede33108-b201-4ce3-b15d-a83d62f07ef6&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003741 10.0.0.56 - - [2025-10-09 02:57:38] "GET /virtual-network/9f15c7f9-c456-4e19-b0ab-a4b8eae0c215?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2245 0.006058 10.0.0.41 - - [2025-10-09 02:57:38] "GET /obj-perms HTTP/1.1" 200 5090 0.004396 10.0.0.56 - - [2025-10-09 02:57:38] "GET /obj-perms HTTP/1.1" 200 5090 0.003133 10.0.0.56 - - [2025-10-09 02:57:38] "GET /obj-perms HTTP/1.1" 200 5090 0.004026 10.0.0.41 - - [2025-10-09 02:57:38] "GET /obj-perms HTTP/1.1" 200 5090 0.003808 10.0.0.19 - - [2025-10-09 02:57:38] "GET /obj-perms HTTP/1.1" 200 5090 0.349543 10.0.0.56 - - [2025-10-09 02:57:38] "GET /virtual-machine/67874a54-c899-48e6-aad2-9314583550a0 HTTP/1.1" 200 1322 0.005363 10.0.0.56 - - [2025-10-09 02:57:38] "GET /virtual-machine-interface/d5281868-2772-4052-bfdb-a34839d1ccc6 HTTP/1.1" 200 3264 0.005934 10.0.0.56 - - [2025-10-09 02:57:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003427 10.0.0.56 - - [2025-10-09 02:57:38] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003952 10.0.0.56 - - [2025-10-09 02:57:38] "GET /virtual-networks?parent_id=ede33108-b201-4ce3-b15d-a83d62f07ef6&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003153 10.0.0.56 - - [2025-10-09 02:57:39] "GET /virtual-network/9f15c7f9-c456-4e19-b0ab-a4b8eae0c215?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2245 0.006006 10.0.0.56 - - [2025-10-09 02:57:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003789 10.0.0.56 - - [2025-10-09 02:57:40] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003972 10.0.0.56 - - [2025-10-09 02:57:40] "GET /virtual-networks?parent_id=ede33108-b201-4ce3-b15d-a83d62f07ef6&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003103 10.0.0.56 - - [2025-10-09 02:57:40] "GET /virtual-network/9f15c7f9-c456-4e19-b0ab-a4b8eae0c215?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2245 0.006759 10.0.0.56 - - [2025-10-09 02:57:40] "POST /neutron/port HTTP/1.1" 200 1116 0.015527 10.0.0.56 - - [2025-10-09 02:57:40] "POST /neutron/security_group HTTP/1.1" 200 1288 0.030052 10.0.0.56 - - [2025-10-09 02:57:50] "GET /virtual-machine/a3af9a6a-a948-4d8d-b2e9-2b83326c0b72 HTTP/1.1" 200 1323 0.004388 10.0.0.56 - - [2025-10-09 02:57:50] "GET /virtual-machine-interface/5d572d28-d091-4287-b4b6-0a52bb9d379b HTTP/1.1" 200 3263 0.005401 10.0.0.56 - - [2025-10-09 02:57:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003118 10.0.0.56 - - [2025-10-09 02:57:50] "GET /security-group/39ee817c-d12d-434e-aebe-541c98e81ef4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2574 0.003545 10.0.0.56 - - [2025-10-09 02:57:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.002739 10.0.0.56 - - [2025-10-09 02:57:50] "GET /security-group/39ee817c-d12d-434e-aebe-541c98e81ef4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2574 0.006188 10.0.0.56 - - [2025-10-09 02:57:50] "POST /neutron/security_group HTTP/1.1" 200 1314 0.005956 10.0.0.56 - - [2025-10-09 02:57:50] "POST /neutron/port HTTP/1.1" 200 1142 0.015405 10.0.0.56 - - [2025-10-09 02:57:51] "GET /virtual-machine/a3af9a6a-a948-4d8d-b2e9-2b83326c0b72 HTTP/1.1" 200 1323 0.005175 10.0.0.56 - - [2025-10-09 02:57:51] "GET /virtual-machine-interface/5d572d28-d091-4287-b4b6-0a52bb9d379b HTTP/1.1" 200 3202 0.008703 10.0.0.56 - - [2025-10-09 02:57:51] "POST /neutron/security_group HTTP/1.1" 200 1288 0.009580 10.0.0.56 - - [2025-10-09 02:57:51] "POST /neutron/port HTTP/1.1" 200 1104 0.014146 10.0.0.56 - - [2025-10-09 02:57:51] "GET /virtual-machine/a3af9a6a-a948-4d8d-b2e9-2b83326c0b72 HTTP/1.1" 200 1323 0.004258 10.0.0.56 - - [2025-10-09 02:57:51] "GET /virtual-machine-interface/5d572d28-d091-4287-b4b6-0a52bb9d379b HTTP/1.1" 200 3263 0.008785 10.0.0.56 - - [2025-10-09 02:57:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003247 10.0.0.56 - - [2025-10-09 02:57:51] "GET /security-group/39ee817c-d12d-434e-aebe-541c98e81ef4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2574 0.004165 10.0.0.56 - - [2025-10-09 02:57:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003438 10.0.0.56 - - [2025-10-09 02:57:51] "GET /security-group/39ee817c-d12d-434e-aebe-541c98e81ef4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2574 0.004740 10.0.0.56 - - [2025-10-09 02:57:51] "DELETE /security-group/39ee817c-d12d-434e-aebe-541c98e81ef4 HTTP/1.1" 409 336 0.009845 10.0.0.41 - - [2025-10-09 02:58:00] "GET /global-system-configs HTTP/1.1" 401 292 0.000529 10.0.0.41 - - [2025-10-09 02:58:00] "GET /global-system-configs HTTP/1.1" 401 292 0.000437 10.0.0.41 - - [2025-10-09 02:58:01] "GET /global-system-configs HTTP/1.1" 401 292 0.001130 10.0.0.41 - - [2025-10-09 02:58:01] "GET /global-system-configs HTTP/1.1" 401 292 0.000441 10.0.0.19 - - [2025-10-09 02:58:01] "GET /global-system-configs HTTP/1.1" 401 292 0.000421 10.0.0.19 - - [2025-10-09 02:58:01] "GET /global-system-configs HTTP/1.1" 401 292 0.000414 10.0.0.19 - - [2025-10-09 02:58:01] "GET /global-system-configs HTTP/1.1" 401 292 0.000426 10.0.0.19 - - [2025-10-09 02:58:01] "GET /global-system-configs HTTP/1.1" 401 292 0.000396 10.0.0.56 - - [2025-10-09 02:58:03] "GET /global-system-configs HTTP/1.1" 401 292 0.000427 10.0.0.56 - - [2025-10-09 02:58:03] "GET /global-system-configs HTTP/1.1" 401 292 0.000531 10.0.0.56 - - [2025-10-09 02:58:05] "GET /global-system-configs HTTP/1.1" 401 292 0.000419 10.0.0.56 - - [2025-10-09 02:58:05] "GET /global-system-configs HTTP/1.1" 401 292 0.000386 10.0.0.56 - - [2025-10-09 02:58:29] "POST /neutron/port HTTP/1.1" 200 1116 0.017468 10.0.0.56 - - [2025-10-09 02:58:29] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005236 10.0.0.56 - - [2025-10-09 02:58:29] "POST /neutron/network HTTP/1.1" 200 952 0.009380 10.0.0.56 - - [2025-10-09 02:58:34] "POST /neutron/network HTTP/1.1" 200 962 0.030402 10.0.0.56 - - [2025-10-09 02:58:34] "POST /neutron/port HTTP/1.1" 200 117 0.001141 10.0.0.56 - - [2025-10-09 02:59:30] "POST /neutron/port HTTP/1.1" 200 1116 0.017877 10.0.0.56 - - [2025-10-09 02:59:30] "POST /neutron/subnet HTTP/1.1" 200 689 0.012089 10.0.0.56 - - [2025-10-09 02:59:36] "POST /neutron/port HTTP/1.1" 200 1116 0.015786 10.0.0.56 - - [2025-10-09 02:59:36] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004295 10.0.0.56 - - [2025-10-09 02:59:36] "POST /neutron/network HTTP/1.1" 200 952 0.006453 10.0.0.41 - - [2025-10-09 02:59:40] "GET /obj-perms HTTP/1.1" 200 5056 0.046826 10.0.0.56 - - [2025-10-09 02:59:40] "GET /obj-perms HTTP/1.1" 200 5056 0.041076 10.0.0.56 - - [2025-10-09 03:00:32] "POST /neutron/network HTTP/1.1" 200 962 0.008605 10.0.0.56 - - [2025-10-09 03:00:32] "POST /neutron/port HTTP/1.1" 200 117 0.001240 10.0.0.56 - - [2025-10-09 03:00:37] "POST /neutron/port HTTP/1.1" 200 1116 0.024760 10.0.0.56 - - [2025-10-09 03:00:37] "POST /neutron/subnet HTTP/1.1" 200 689 0.009974 10.0.0.19 - - [2025-10-09 03:00:41] "GET /obj-perms HTTP/1.1" 200 5056 0.049698 10.0.0.56 - - [2025-10-09 03:00:54] "GET /security-group/39ee817c-d12d-434e-aebe-541c98e81ef4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2574 0.004630 10.0.0.56 - - [2025-10-09 03:00:54] "PUT /security-group/39ee817c-d12d-434e-aebe-541c98e81ef4 HTTP/1.1" 200 262 0.016563 10.0.0.56 - - [2025-10-09 03:00:56] "POST /neutron/security_group HTTP/1.1" 200 1284 0.010348 10.0.0.56 - - [2025-10-09 03:00:57] "POST /neutron/port HTTP/1.1" 200 1142 0.018451 10.0.0.56 - - [2025-10-09 03:00:57] "GET /virtual-machine/67874a54-c899-48e6-aad2-9314583550a0 HTTP/1.1" 200 1322 0.004761 10.0.0.56 - - [2025-10-09 03:00:57] "POST /neutron/port HTTP/1.1" 200 1104 0.015196 10.0.0.56 - - [2025-10-09 03:00:59] "GET /virtual-machine/67874a54-c899-48e6-aad2-9314583550a0 HTTP/1.1" 404 171 0.004339 10.0.0.56 - - [2025-10-09 03:00:59] "GET /virtual-machine/67874a54-c899-48e6-aad2-9314583550a0 HTTP/1.1" 404 171 0.003320 10.0.0.56 - - [2025-10-09 03:00:59] "GET /virtual-machine/67874a54-c899-48e6-aad2-9314583550a0 HTTP/1.1" 404 171 0.003439 10.0.0.56 - - [2025-10-09 03:00:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003874 10.0.0.56 - - [2025-10-09 03:00:59] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004179 10.0.0.56 - - [2025-10-09 03:00:59] "GET /virtual-networks?parent_id=ede33108-b201-4ce3-b15d-a83d62f07ef6&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003144 10.0.0.56 - - [2025-10-09 03:00:59] "GET /virtual-network/9f15c7f9-c456-4e19-b0ab-a4b8eae0c215?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2245 0.007565 10.0.0.56 - - [2025-10-09 03:00:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003759 10.0.0.56 - - [2025-10-09 03:00:59] "GET /routing-instance/edb2a6c6-8e88-4217-ba0d-cf1629b78bd9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1706 0.005088 10.0.0.56 - - [2025-10-09 03:00:59] "GET /route-target/4a0b8144-4f15-47c2-843d-386abdc5b450?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 900 0.003972 10.0.0.41 - - [2025-10-09 03:01:02] "GET /obj-perms HTTP/1.1" 200 5090 0.005903 10.0.0.56 - - [2025-10-09 03:01:02] "GET /obj-perms HTTP/1.1" 200 5090 0.005482 10.0.0.56 - - [2025-10-09 03:01:03] "POST /neutron/port HTTP/1.1" 200 1116 0.019066 10.0.0.56 - - [2025-10-09 03:01:03] "POST /neutron/port HTTP/1.1" 200 1104 0.082464 10.0.0.56 - - [2025-10-09 03:01:03] "GET /virtual-machine/a3af9a6a-a948-4d8d-b2e9-2b83326c0b72 HTTP/1.1" 200 1323 0.004514 10.0.0.56 - - [2025-10-09 03:01:03] "POST /neutron/port HTTP/1.1" 200 151 0.206558 10.0.0.56 - - [2025-10-09 03:01:05] "GET /virtual-machine/a3af9a6a-a948-4d8d-b2e9-2b83326c0b72 HTTP/1.1" 404 171 0.003698 10.0.0.56 - - [2025-10-09 03:01:05] "GET /virtual-machine/a3af9a6a-a948-4d8d-b2e9-2b83326c0b72 HTTP/1.1" 404 171 0.003536 10.0.0.56 - - [2025-10-09 03:01:05] "GET /virtual-machine/a3af9a6a-a948-4d8d-b2e9-2b83326c0b72 HTTP/1.1" 404 171 0.002934 10.0.0.56 - - [2025-10-09 03:01:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003784 10.0.0.56 - - [2025-10-09 03:01:05] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004062 10.0.0.56 - - [2025-10-09 03:01:05] "GET /virtual-networks?parent_id=ede33108-b201-4ce3-b15d-a83d62f07ef6&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003381 10.0.0.56 - - [2025-10-09 03:01:05] "GET /virtual-network/9f15c7f9-c456-4e19-b0ab-a4b8eae0c215?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2245 0.006389 10.0.0.56 - - [2025-10-09 03:01:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003197 10.0.0.56 - - [2025-10-09 03:01:05] "GET /routing-instance/edb2a6c6-8e88-4217-ba0d-cf1629b78bd9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1706 0.005695 10.0.0.56 - - [2025-10-09 03:01:05] "GET /route-target/4a0b8144-4f15-47c2-843d-386abdc5b450?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 900 0.003703 10.0.0.56 - - [2025-10-09 03:01:05] "GET /obj-perms HTTP/1.1" 200 5090 0.004599 10.0.0.56 - - [2025-10-09 03:01:11] "GET /obj-perms HTTP/1.1" 200 5090 0.005132 10.0.0.56 - - [2025-10-09 03:01:11] "GET /obj-perms HTTP/1.1" 200 5090 0.010437 10.0.0.41 - - [2025-10-09 03:01:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.037503 10.0.0.56 - - [2025-10-09 03:01:12] "DELETE /security-group/39ee817c-d12d-434e-aebe-541c98e81ef4 HTTP/1.1" 200 115 0.060268 10.0.0.56 - - [2025-10-09 03:01:12] "POST /fqname-to-id HTTP/1.1" 404 254 0.002958 10.0.0.41 - - [2025-10-09 03:01:12] "DELETE /access-control-list/003d280f-3764-4258-a9d8-76dba96cf06b HTTP/1.1" 200 115 0.037187 10.0.0.41 - - [2025-10-09 03:01:14] "GET /projects?obj_uuids=ede33108-b201-4ce3-b15d-a83d62f07ef6&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.022510 10.0.0.56 - - [2025-10-09 03:01:14] "GET /project/ede33108-b201-4ce3-b15d-a83d62f07ef6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1484 0.085803 10.0.0.41 - - [2025-10-09 03:01:14] "GET /projects?obj_uuids=ede33108-b201-4ce3-b15d-a83d62f07ef6&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.003091 10.0.0.56 - - [2025-10-09 03:01:14] "GET /project/ede33108-b201-4ce3-b15d-a83d62f07ef6?fields=virtual_networks HTTP/1.1" 200 1093 0.049178 10.0.0.41 - - [2025-10-09 03:01:14] "GET /projects?obj_uuids=ede33108-b201-4ce3-b15d-a83d62f07ef6&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.001051 10.0.0.56 - - [2025-10-09 03:01:14] "GET /project/ede33108-b201-4ce3-b15d-a83d62f07ef6?fields=virtual_machine_interfaces HTTP/1.1" 200 1093 0.047910 10.0.0.41 - - [2025-10-09 03:01:14] "GET /projects?obj_uuids=ede33108-b201-4ce3-b15d-a83d62f07ef6&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.000983 10.0.0.56 - - [2025-10-09 03:01:14] "GET /project/ede33108-b201-4ce3-b15d-a83d62f07ef6?fields=security_groups HTTP/1.1" 200 1349 0.055867 10.0.0.56 - - [2025-10-09 03:01:15] "POST /fqname-to-id HTTP/1.1" 404 209 0.030638 10.0.0.41 - - [2025-10-09 03:01:15] "GET /projects?obj_uuids=cbfd535d-8c63-41c1-b6f5-00aab696d3f5&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003644 10.0.0.41 - - [2025-10-09 03:01:15] "GET /domains?obj_uuids=7ed77c0b-e642-4c13-a404-7756503cf17d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001364 10.0.0.41 - - [2025-10-09 03:01:15] "GET /domain/7ed77c0b-e642-4c13-a404-7756503cf17d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.031007 10.0.0.41 - - [2025-10-09 03:01:15] "POST /id-to-fqname HTTP/1.1" 200 212 0.004899 10.0.0.41 - - [2025-10-09 03:01:15] "POST /fqname-to-id HTTP/1.1" 404 222 0.008790 10.0.0.41 - - [2025-10-09 03:01:15] "POST /security-groups HTTP/1.1" 200 612 0.030874 10.0.0.41 - - [2025-10-09 03:01:15] "POST /projects HTTP/1.1" 200 627 0.255659 10.0.0.41 - - [2025-10-09 03:01:15] "POST /fqname-to-id HTTP/1.1" 404 254 0.010923 10.0.0.41 - - [2025-10-09 03:01:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.327553 10.0.0.56 - - [2025-10-09 03:01:15] "GET /project/cbfd535d-8c63-41c1-b6f5-00aab696d3f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1448 0.496380 10.0.0.56 - - [2025-10-09 03:01:16] "GET / HTTP/1.1" 200 35931 0.001803 10.0.0.56 - - [2025-10-09 03:01:18] "POST /fqname-to-id HTTP/1.1" 401 292 0.000505 10.0.0.56 - - [2025-10-09 03:01:18] "POST /fqname-to-id HTTP/1.1" 404 245 0.056472 10.0.0.41 - - [2025-10-09 03:01:18] "GET /projects?obj_uuids=cbfd535d-8c63-41c1-b6f5-00aab696d3f5&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001120 10.0.0.41 - - [2025-10-09 03:01:19] "POST /access-control-lists HTTP/1.1" 200 639 0.037149 10.0.0.41 - - [2025-10-09 03:01:19] "PUT /access-control-list/a9612e9d-efff-463f-9baf-418196f0a19c HTTP/1.1" 200 272 0.010889 10.0.0.56 - - [2025-10-09 03:01:19] "POST /neutron/security_group HTTP/1.1" 200 1423 0.406751 10.0.0.56 - - [2025-10-09 03:01:19] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.182895 10.0.0.41 - - [2025-10-09 03:01:19] "PUT /access-control-list/65bd97eb-78c7-4f4d-98d0-cdae7efd9c32 HTTP/1.1" 200 272 0.016764 10.0.0.56 - - [2025-10-09 03:01:19] "POST /neutron/security_group_rule HTTP/1.1" 200 584 0.164039 10.0.0.56 - - [2025-10-09 03:01:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.006095 10.0.0.56 - - [2025-10-09 03:01:19] "GET /security-group/ebb69b71-166d-41f6-a5ea-8f9773f8b070?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2002 0.014436 10.0.0.56 - - [2025-10-09 03:01:20] "POST /fqname-to-id HTTP/1.1" 404 245 0.012946 10.0.0.41 - - [2025-10-09 03:01:20] "DELETE /access-control-list/a9612e9d-efff-463f-9baf-418196f0a19c HTTP/1.1" 200 115 0.054864 10.0.0.56 - - [2025-10-09 03:01:20] "POST /fqname-to-id HTTP/1.1" 404 245 0.004238 10.0.0.41 - - [2025-10-09 03:01:20] "GET /projects?obj_uuids=cbfd535d-8c63-41c1-b6f5-00aab696d3f5&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001289 10.0.0.41 - - [2025-10-09 03:01:21] "POST /access-control-lists HTTP/1.1" 200 639 0.037533 10.0.0.41 - - [2025-10-09 03:01:21] "PUT /access-control-list/41e38fc3-db08-4a60-a2d6-bb67fd41f16c HTTP/1.1" 200 272 0.015818 10.0.0.56 - - [2025-10-09 03:01:21] "POST /neutron/security_group HTTP/1.1" 200 1423 0.449816 10.0.0.56 - - [2025-10-09 03:01:21] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.134509 10.0.0.41 - - [2025-10-09 03:01:21] "PUT /access-control-list/65dff4bc-8a9c-45b6-9476-c27fd8aa3acf HTTP/1.1" 200 272 0.018742 10.0.0.56 - - [2025-10-09 03:01:22] "POST /neutron/security_group_rule HTTP/1.1" 200 584 0.162678 10.0.0.56 - - [2025-10-09 03:01:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003000 10.0.0.56 - - [2025-10-09 03:01:22] "GET /security-group/4bfa83ff-bdef-498e-8302-bee69eb9fad5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2000 0.010087 10.0.0.56 - - [2025-10-09 03:01:22] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.143541 10.0.0.41 - - [2025-10-09 03:01:22] "PUT /access-control-list/65dff4bc-8a9c-45b6-9476-c27fd8aa3acf HTTP/1.1" 200 272 0.015014 10.0.0.56 - - [2025-10-09 03:01:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.005668 10.0.0.41 - - [2025-10-09 03:01:22] "GET /projects?obj_uuids=cbfd535d-8c63-41c1-b6f5-00aab696d3f5&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001281 10.0.0.56 - - [2025-10-09 03:01:22] "GET /project/cbfd535d-8c63-41c1-b6f5-00aab696d3f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1448 0.059999 10.0.0.56 - - [2025-10-09 03:01:23] "POST /neutron/network HTTP/1.1" 200 117 0.010292 10.0.0.41 - - [2025-10-09 03:01:23] "POST /route-targets HTTP/1.1" 200 327 0.015454 10.0.0.56 - - [2025-10-09 03:01:23] "POST /neutron/network HTTP/1.1" 200 926 0.008882 10.0.0.56 - - [2025-10-09 03:01:23] "POST /id-to-fqname HTTP/1.1" 200 282 0.001073 10.0.0.56 - - [2025-10-09 03:01:23] "GET /virtual-network/a46bc689-2cb7-4fe2-954f-56c6ed1430d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2203 0.005044 10.0.0.56 - - [2025-10-09 03:01:23] "GET /virtual-network/a46bc689-2cb7-4fe2-954f-56c6ed1430d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2203 0.005194 10.0.0.56 - - [2025-10-09 03:01:23] "POST /neutron/subnet HTTP/1.1" 200 720 0.008599 10.0.0.56 - - [2025-10-09 03:01:23] "GET /virtual-network/a46bc689-2cb7-4fe2-954f-56c6ed1430d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2203 0.005863 10.0.0.19 - - [2025-10-09 03:01:24] "GET /obj-perms HTTP/1.1" 200 5072 0.054741 10.0.0.41 - - [2025-10-09 03:01:24] "GET /obj-perms HTTP/1.1" 200 5072 0.048426 10.0.0.56 - - [2025-10-09 03:01:24] "POST /id-to-fqname HTTP/1.1" 200 282 0.001716 10.0.0.41 - - [2025-10-09 03:01:25] "GET /projects?obj_uuids=cbfd535d-8c63-41c1-b6f5-00aab696d3f5&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001995 10.0.0.56 - - [2025-10-09 03:01:26] "GET /project/cbfd535d-8c63-41c1-b6f5-00aab696d3f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1448 0.105481 10.0.0.56 - - [2025-10-09 03:01:26] "POST /neutron/network HTTP/1.1" 200 926 0.032969 10.0.0.56 - - [2025-10-09 03:01:26] "POST /id-to-fqname HTTP/1.1" 200 282 0.001834 10.0.0.56 - - [2025-10-09 03:01:26] "POST /neutron/port HTTP/1.1" 200 117 0.007290 10.0.0.56 - - [2025-10-09 03:01:26] "POST /neutron/network HTTP/1.1" 200 936 0.008885 10.0.0.56 - - [2025-10-09 03:01:27] "POST /neutron/port HTTP/1.1" 200 1080 0.017128 10.0.0.41 - - [2025-10-09 03:01:27] "GET /projects?obj_uuids=cbfd535d-8c63-41c1-b6f5-00aab696d3f5&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001194 10.0.0.56 - - [2025-10-09 03:01:27] "GET /project/cbfd535d-8c63-41c1-b6f5-00aab696d3f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1448 0.135955 10.0.0.56 - - [2025-10-09 03:01:27] "POST /neutron/network HTTP/1.1" 200 926 0.008852 10.0.0.56 - - [2025-10-09 03:01:27] "POST /neutron/subnet HTTP/1.1" 200 694 0.009443 10.0.0.56 - - [2025-10-09 03:01:27] "POST /neutron/port HTTP/1.1" 200 1108 0.024921 10.0.0.56 - - [2025-10-09 03:01:27] "POST /neutron/port HTTP/1.1" 200 1108 0.017615 10.0.0.41 - - [2025-10-09 03:01:28] "GET /projects?obj_uuids=cbfd535d-8c63-41c1-b6f5-00aab696d3f5&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001303 10.0.0.56 - - [2025-10-09 03:01:28] "POST /neutron/security_group HTTP/1.1" 200 3412 0.073838 10.0.0.56 - - [2025-10-09 03:01:28] "POST /neutron/port HTTP/1.1" 200 1080 0.039049 10.0.0.56 - - [2025-10-09 03:01:28] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004858 10.0.0.56 - - [2025-10-09 03:01:28] "POST /neutron/network HTTP/1.1" 200 926 0.008390 10.0.0.56 - - [2025-10-09 03:01:32] "POST /neutron/port HTTP/1.1" 200 1108 0.016297 10.0.0.56 - - [2025-10-09 03:01:33] "POST /neutron/security_group HTTP/1.1" 200 1415 0.007687 10.0.0.56 - - [2025-10-09 03:01:33] "GET /virtual-machine/3ce869a6-be82-41af-ba3e-3f6ddaafe441 HTTP/1.1" 401 292 0.000451 10.0.0.56 - - [2025-10-09 03:01:33] "POST /neutron/port HTTP/1.1" 200 1108 0.017039 10.0.0.56 - - [2025-10-09 03:01:33] "GET /virtual-machine/3ce869a6-be82-41af-ba3e-3f6ddaafe441 HTTP/1.1" 200 1313 0.031041 10.0.0.56 - - [2025-10-09 03:01:33] "GET /virtual-machine/3ce869a6-be82-41af-ba3e-3f6ddaafe441 HTTP/1.1" 200 1313 0.003454 10.0.0.56 - - [2025-10-09 03:01:33] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003529 10.0.0.56 - - [2025-10-09 03:01:33] "GET /virtual-machine-interface/c48e30de-4a2f-4ce1-914e-c75e155020d0 HTTP/1.1" 200 3192 0.005029 10.0.0.56 - - [2025-10-09 03:01:33] "GET /virtual-machine/3ce869a6-be82-41af-ba3e-3f6ddaafe441 HTTP/1.1" 200 1313 0.003600 10.0.0.56 - - [2025-10-09 03:01:33] "GET /virtual-machine-interface/c48e30de-4a2f-4ce1-914e-c75e155020d0 HTTP/1.1" 200 3192 0.007041 10.0.0.56 - - [2025-10-09 03:01:33] "GET /instance-ip/a871f37a-d687-4686-b7a8-bd0d57032d8c HTTP/1.1" 200 1703 0.006647 10.0.0.56 - - [2025-10-09 03:01:33] "GET /virtual-machine/3ce869a6-be82-41af-ba3e-3f6ddaafe441 HTTP/1.1" 200 1313 0.003872 10.0.0.56 - - [2025-10-09 03:01:33] "GET /virtual-machine-interface/c48e30de-4a2f-4ce1-914e-c75e155020d0 HTTP/1.1" 200 3192 0.005681 10.0.0.56 - - [2025-10-09 03:01:33] "POST /neutron/network HTTP/1.1" 200 926 0.008210 10.0.0.56 - - [2025-10-09 03:01:33] "GET /instance-ip/a871f37a-d687-4686-b7a8-bd0d57032d8c HTTP/1.1" 200 1703 0.004491 10.0.0.56 - - [2025-10-09 03:01:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003638 10.0.0.56 - - [2025-10-09 03:01:33] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004057 10.0.0.56 - - [2025-10-09 03:01:33] "GET /virtual-networks?parent_id=cbfd535d-8c63-41c1-b6f5-00aab696d3f5&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003042 10.0.0.56 - - [2025-10-09 03:01:33] "GET /virtual-network/a46bc689-2cb7-4fe2-954f-56c6ed1430d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2203 0.006100 10.0.0.56 - - [2025-10-09 03:01:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003760 10.0.0.56 - - [2025-10-09 03:01:33] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004422 10.0.0.56 - - [2025-10-09 03:01:33] "GET /virtual-networks?parent_id=cbfd535d-8c63-41c1-b6f5-00aab696d3f5&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.004079 10.0.0.56 - - [2025-10-09 03:01:33] "GET /virtual-network/a46bc689-2cb7-4fe2-954f-56c6ed1430d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2203 0.007848 10.0.0.56 - - [2025-10-09 03:01:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003824 10.0.0.56 - - [2025-10-09 03:01:33] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004326 10.0.0.56 - - [2025-10-09 03:01:33] "GET /virtual-networks?parent_id=cbfd535d-8c63-41c1-b6f5-00aab696d3f5&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.002965 10.0.0.56 - - [2025-10-09 03:01:33] "GET /virtual-network/a46bc689-2cb7-4fe2-954f-56c6ed1430d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2203 0.006293 10.0.0.56 - - [2025-10-09 03:01:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003332 10.0.0.56 - - [2025-10-09 03:01:34] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004187 10.0.0.56 - - [2025-10-09 03:01:34] "GET /virtual-networks?parent_id=cbfd535d-8c63-41c1-b6f5-00aab696d3f5&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003169 10.0.0.56 - - [2025-10-09 03:01:34] "GET /virtual-network/a46bc689-2cb7-4fe2-954f-56c6ed1430d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2203 0.006178 10.0.0.56 - - [2025-10-09 03:01:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004185 10.0.0.56 - - [2025-10-09 03:01:34] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004324 10.0.0.56 - - [2025-10-09 03:01:34] "GET /virtual-networks?parent_id=cbfd535d-8c63-41c1-b6f5-00aab696d3f5&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.002837 10.0.0.56 - - [2025-10-09 03:01:34] "GET /virtual-network/a46bc689-2cb7-4fe2-954f-56c6ed1430d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2203 0.006129 10.0.0.56 - - [2025-10-09 03:01:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003470 10.0.0.56 - - [2025-10-09 03:01:34] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004769 10.0.0.56 - - [2025-10-09 03:01:34] "GET /virtual-networks?parent_id=cbfd535d-8c63-41c1-b6f5-00aab696d3f5&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003368 10.0.0.56 - - [2025-10-09 03:01:34] "GET /virtual-network/a46bc689-2cb7-4fe2-954f-56c6ed1430d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2203 0.006403 10.0.0.56 - - [2025-10-09 03:01:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003342 10.0.0.56 - - [2025-10-09 03:01:34] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004797 10.0.0.56 - - [2025-10-09 03:01:34] "GET /virtual-networks?parent_id=cbfd535d-8c63-41c1-b6f5-00aab696d3f5&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003368 10.0.0.56 - - [2025-10-09 03:01:34] "GET /virtual-network/a46bc689-2cb7-4fe2-954f-56c6ed1430d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2203 0.006028 10.0.0.56 - - [2025-10-09 03:01:37] "POST /neutron/network HTTP/1.1" 200 936 0.007251 10.0.0.56 - - [2025-10-09 03:01:37] "POST /neutron/port HTTP/1.1" 200 117 0.001171 10.0.0.56 - - [2025-10-09 03:01:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.004010 10.0.0.56 - - [2025-10-09 03:01:37] "GET /virtual-network/a46bc689-2cb7-4fe2-954f-56c6ed1430d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2203 0.007939 10.0.0.56 - - [2025-10-09 03:01:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003919 10.0.0.56 - - [2025-10-09 03:01:41] "GET /virtual-network/a46bc689-2cb7-4fe2-954f-56c6ed1430d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2203 0.005653 10.0.0.56 - - [2025-10-09 03:01:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004404 10.0.0.56 - - [2025-10-09 03:01:45] "GET /virtual-network/a46bc689-2cb7-4fe2-954f-56c6ed1430d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2203 0.006061 10.0.0.56 - - [2025-10-09 03:01:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003526 10.0.0.56 - - [2025-10-09 03:01:49] "GET /virtual-network/a46bc689-2cb7-4fe2-954f-56c6ed1430d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2203 0.005699 10.0.0.56 - - [2025-10-09 03:01:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003967 10.0.0.56 - - [2025-10-09 03:01:53] "GET /virtual-network/a46bc689-2cb7-4fe2-954f-56c6ed1430d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2203 0.005534 10.0.0.56 - - [2025-10-09 03:01:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003758 10.0.0.56 - - [2025-10-09 03:01:58] "GET /virtual-network/a46bc689-2cb7-4fe2-954f-56c6ed1430d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2203 0.005589 10.0.0.56 - - [2025-10-09 03:02:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004869 10.0.0.56 - - [2025-10-09 03:02:02] "GET /virtual-network/a46bc689-2cb7-4fe2-954f-56c6ed1430d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2203 0.007272 10.0.0.56 - - [2025-10-09 03:02:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004121 10.0.0.56 - - [2025-10-09 03:02:04] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003558 10.0.0.56 - - [2025-10-09 03:02:04] "GET /virtual-networks?parent_id=cbfd535d-8c63-41c1-b6f5-00aab696d3f5&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003031 10.0.0.56 - - [2025-10-09 03:02:04] "GET /virtual-network/a46bc689-2cb7-4fe2-954f-56c6ed1430d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2203 0.006432 10.0.0.56 - - [2025-10-09 03:02:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003464 10.0.0.56 - - [2025-10-09 03:02:04] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003567 10.0.0.56 - - [2025-10-09 03:02:04] "GET /virtual-networks?parent_id=cbfd535d-8c63-41c1-b6f5-00aab696d3f5&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003058 10.0.0.56 - - [2025-10-09 03:02:04] "GET /virtual-network/a46bc689-2cb7-4fe2-954f-56c6ed1430d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2203 0.005815 10.0.0.56 - - [2025-10-09 03:02:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003901 10.0.0.56 - - [2025-10-09 03:02:04] "GET /routing-instance/2e9bf28a-99d4-4ec8-86d1-b178421b4e82?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1659 0.006638 10.0.0.56 - - [2025-10-09 03:02:04] "GET /route-target/dc69224e-36b9-488d-97b0-d940a272a6e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.003521 10.0.0.56 - - [2025-10-09 03:02:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003627 10.0.0.56 - - [2025-10-09 03:02:04] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004522 10.0.0.56 - - [2025-10-09 03:02:04] "GET /virtual-networks?parent_id=cbfd535d-8c63-41c1-b6f5-00aab696d3f5&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003380 10.0.0.56 - - [2025-10-09 03:02:04] "GET /virtual-network/a46bc689-2cb7-4fe2-954f-56c6ed1430d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2203 0.006427 10.0.0.56 - - [2025-10-09 03:02:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003128 10.0.0.56 - - [2025-10-09 03:02:04] "GET /routing-instance/2e9bf28a-99d4-4ec8-86d1-b178421b4e82?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1659 0.005169 10.0.0.56 - - [2025-10-09 03:02:04] "GET /route-target/dc69224e-36b9-488d-97b0-d940a272a6e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004449 10.0.0.56 - - [2025-10-09 03:02:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003449 10.0.0.56 - - [2025-10-09 03:02:05] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004308 10.0.0.56 - - [2025-10-09 03:02:05] "GET /virtual-networks?parent_id=cbfd535d-8c63-41c1-b6f5-00aab696d3f5&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003235 10.0.0.56 - - [2025-10-09 03:02:05] "GET /virtual-network/a46bc689-2cb7-4fe2-954f-56c6ed1430d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2203 0.005909 10.0.0.56 - - [2025-10-09 03:02:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003411 10.0.0.56 - - [2025-10-09 03:02:05] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004215 10.0.0.56 - - [2025-10-09 03:02:05] "GET /virtual-networks?parent_id=cbfd535d-8c63-41c1-b6f5-00aab696d3f5&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003332 10.0.0.56 - - [2025-10-09 03:02:05] "GET /virtual-network/a46bc689-2cb7-4fe2-954f-56c6ed1430d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2203 0.006217 10.0.0.56 - - [2025-10-09 03:02:05] "GET /obj-perms HTTP/1.1" 200 5072 0.050620 10.0.0.56 - - [2025-10-09 03:02:05] "GET /obj-perms HTTP/1.1" 200 5072 0.003852 10.0.0.41 - - [2025-10-09 03:02:05] "GET /obj-perms HTTP/1.1" 200 5072 0.004585 10.0.0.56 - - [2025-10-09 03:02:05] "GET /obj-perms HTTP/1.1" 200 5072 0.005860 10.0.0.56 - - [2025-10-09 03:02:05] "GET /virtual-machine/3ce869a6-be82-41af-ba3e-3f6ddaafe441 HTTP/1.1" 200 1313 0.006304 10.0.0.56 - - [2025-10-09 03:02:05] "GET /virtual-machine-interface/c48e30de-4a2f-4ce1-914e-c75e155020d0 HTTP/1.1" 200 3192 0.006987 10.0.0.56 - - [2025-10-09 03:02:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.007876 10.0.0.56 - - [2025-10-09 03:02:05] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.012333 10.0.0.56 - - [2025-10-09 03:02:05] "GET /virtual-networks?parent_id=cbfd535d-8c63-41c1-b6f5-00aab696d3f5&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003868 10.0.0.56 - - [2025-10-09 03:02:05] "GET /virtual-network/a46bc689-2cb7-4fe2-954f-56c6ed1430d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2203 0.006166 10.0.0.56 - - [2025-10-09 03:02:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004678 10.0.0.56 - - [2025-10-09 03:02:06] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004150 10.0.0.56 - - [2025-10-09 03:02:06] "GET /virtual-networks?parent_id=cbfd535d-8c63-41c1-b6f5-00aab696d3f5&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003560 10.0.0.56 - - [2025-10-09 03:02:07] "GET /virtual-network/a46bc689-2cb7-4fe2-954f-56c6ed1430d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2203 0.006973 10.0.0.56 - - [2025-10-09 03:02:07] "POST /neutron/security_group HTTP/1.1" 200 1415 0.010309 10.0.0.41 - - [2025-10-09 03:02:08] "DELETE /project/cbfd535d8c6341c1b6f500aab696d3f5 HTTP/1.1" 404 173 0.004123 10.0.0.41 - - [2025-10-09 03:02:08] "GET /projects?obj_uuids=ede33108-b201-4ce3-b15d-a83d62f07ef6&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.000896 10.0.0.41 - - [2025-10-09 03:02:08] "GET /project/ede33108-b201-4ce3-b15d-a83d62f07ef6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1589 0.064649 10.0.0.41 - - [2025-10-09 03:02:08] "GET /projects?obj_uuids=ede33108-b201-4ce3-b15d-a83d62f07ef6&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.001343 10.0.0.41 - - [2025-10-09 03:02:08] "GET /project/ede33108-b201-4ce3-b15d-a83d62f07ef6?fields=security_groups HTTP/1.1" 200 1454 0.058430 10.0.0.41 - - [2025-10-09 03:02:08] "DELETE /security-group/f0e99316-f4a7-4ec3-9aaf-c2b8420e381a HTTP/1.1" 200 115 0.058139 10.0.0.41 - - [2025-10-09 03:02:08] "GET /projects?obj_uuids=ede33108-b201-4ce3-b15d-a83d62f07ef6&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.000925 10.0.0.41 - - [2025-10-09 03:02:09] "GET /project/ede33108-b201-4ce3-b15d-a83d62f07ef6?fields=application_policy_sets HTTP/1.1" 200 1493 0.055932 10.0.0.41 - - [2025-10-09 03:02:09] "DELETE /access-control-list/4495e319-7bc6-4d35-8cf7-ec344a99e8be HTTP/1.1" 200 115 0.058290 10.0.0.41 - - [2025-10-09 03:02:09] "DELETE /project/ede33108-b201-4ce3-b15d-a83d62f07ef6 HTTP/1.1" 200 115 0.463876 10.0.0.56 - - [2025-10-09 03:02:12] "POST /neutron/port HTTP/1.1" 200 1108 0.016589 10.0.0.56 - - [2025-10-09 03:02:17] "POST /neutron/security_group HTTP/1.1" 200 1415 0.007422 10.0.0.56 - - [2025-10-09 03:02:22] "POST /neutron/port HTTP/1.1" 200 1108 0.014422 10.0.0.56 - - [2025-10-09 03:02:22] "POST /neutron/security_group HTTP/1.1" 200 1415 0.007710 10.0.0.56 - - [2025-10-09 03:02:22] "POST /neutron/port HTTP/1.1" 200 1108 0.017430 10.0.0.56 - - [2025-10-09 03:02:23] "GET /virtual-machine/2e2bcb14-0212-463f-b07b-1a5856047a5b HTTP/1.1" 200 1313 0.006151 10.0.0.56 - - [2025-10-09 03:02:23] "GET /virtual-machine/2e2bcb14-0212-463f-b07b-1a5856047a5b HTTP/1.1" 200 1313 0.003535 10.0.0.56 - - [2025-10-09 03:02:23] "GET /virtual-machine-interface/dd4da048-1420-4208-95bb-48a9dd49ee05 HTTP/1.1" 200 3192 0.005638 10.0.0.56 - - [2025-10-09 03:02:23] "GET /virtual-machine/2e2bcb14-0212-463f-b07b-1a5856047a5b HTTP/1.1" 200 1313 0.003612 10.0.0.56 - - [2025-10-09 03:02:23] "GET /virtual-machine-interface/dd4da048-1420-4208-95bb-48a9dd49ee05 HTTP/1.1" 200 3192 0.008048 10.0.0.56 - - [2025-10-09 03:02:23] "GET /instance-ip/4e397677-d790-4556-8112-4a48db32ff6a HTTP/1.1" 200 1701 0.007344 10.0.0.56 - - [2025-10-09 03:02:23] "GET /virtual-machine/2e2bcb14-0212-463f-b07b-1a5856047a5b HTTP/1.1" 200 1313 0.004739 10.0.0.56 - - [2025-10-09 03:02:23] "GET /virtual-machine-interface/dd4da048-1420-4208-95bb-48a9dd49ee05 HTTP/1.1" 200 3192 0.007794 10.0.0.56 - - [2025-10-09 03:02:23] "GET /instance-ip/4e397677-d790-4556-8112-4a48db32ff6a HTTP/1.1" 200 1701 0.004606 10.0.0.56 - - [2025-10-09 03:02:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004716 10.0.0.56 - - [2025-10-09 03:02:23] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004742 10.0.0.56 - - [2025-10-09 03:02:23] "GET /virtual-networks?parent_id=cbfd535d-8c63-41c1-b6f5-00aab696d3f5&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003014 10.0.0.56 - - [2025-10-09 03:02:23] "GET /virtual-network/a46bc689-2cb7-4fe2-954f-56c6ed1430d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2203 0.006050 10.0.0.56 - - [2025-10-09 03:02:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.005883 10.0.0.56 - - [2025-10-09 03:02:23] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005176 10.0.0.56 - - [2025-10-09 03:02:23] "GET /virtual-networks?parent_id=cbfd535d-8c63-41c1-b6f5-00aab696d3f5&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003656 10.0.0.56 - - [2025-10-09 03:02:23] "GET /virtual-network/a46bc689-2cb7-4fe2-954f-56c6ed1430d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2203 0.007785 10.0.0.56 - - [2025-10-09 03:02:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004878 10.0.0.56 - - [2025-10-09 03:02:23] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005377 10.0.0.56 - - [2025-10-09 03:02:23] "GET /virtual-networks?parent_id=cbfd535d-8c63-41c1-b6f5-00aab696d3f5&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003939 10.0.0.56 - - [2025-10-09 03:02:23] "GET /virtual-network/a46bc689-2cb7-4fe2-954f-56c6ed1430d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2203 0.007637 10.0.0.56 - - [2025-10-09 03:02:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004351 10.0.0.56 - - [2025-10-09 03:02:23] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005877 10.0.0.56 - - [2025-10-09 03:02:23] "GET /virtual-networks?parent_id=cbfd535d-8c63-41c1-b6f5-00aab696d3f5&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.004348 10.0.0.56 - - [2025-10-09 03:02:23] "GET /virtual-network/a46bc689-2cb7-4fe2-954f-56c6ed1430d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2203 0.006958 10.0.0.56 - - [2025-10-09 03:02:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004325 10.0.0.56 - - [2025-10-09 03:02:23] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004470 10.0.0.56 - - [2025-10-09 03:02:23] "GET /virtual-networks?parent_id=cbfd535d-8c63-41c1-b6f5-00aab696d3f5&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003376 10.0.0.56 - - [2025-10-09 03:02:23] "GET /virtual-network/a46bc689-2cb7-4fe2-954f-56c6ed1430d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2203 0.006204 10.0.0.56 - - [2025-10-09 03:02:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003607 10.0.0.56 - - [2025-10-09 03:02:23] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004242 10.0.0.56 - - [2025-10-09 03:02:23] "GET /virtual-networks?parent_id=cbfd535d-8c63-41c1-b6f5-00aab696d3f5&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003375 10.0.0.56 - - [2025-10-09 03:02:23] "GET /virtual-network/a46bc689-2cb7-4fe2-954f-56c6ed1430d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2203 0.006045 10.0.0.56 - - [2025-10-09 03:02:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003522 10.0.0.56 - - [2025-10-09 03:02:23] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004745 10.0.0.56 - - [2025-10-09 03:02:23] "GET /virtual-networks?parent_id=cbfd535d-8c63-41c1-b6f5-00aab696d3f5&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.002814 10.0.0.56 - - [2025-10-09 03:02:23] "GET /virtual-network/a46bc689-2cb7-4fe2-954f-56c6ed1430d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2203 0.006452 10.0.0.56 - - [2025-10-09 03:02:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004456 10.0.0.56 - - [2025-10-09 03:02:25] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003635 10.0.0.56 - - [2025-10-09 03:02:25] "GET /virtual-networks?parent_id=cbfd535d-8c63-41c1-b6f5-00aab696d3f5&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.002926 10.0.0.56 - - [2025-10-09 03:02:25] "GET /virtual-network/a46bc689-2cb7-4fe2-954f-56c6ed1430d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2203 0.006239 10.0.0.56 - - [2025-10-09 03:02:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004444 10.0.0.56 - - [2025-10-09 03:02:25] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003928 10.0.0.56 - - [2025-10-09 03:02:25] "GET /virtual-networks?parent_id=cbfd535d-8c63-41c1-b6f5-00aab696d3f5&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.004249 10.0.0.56 - - [2025-10-09 03:02:25] "GET /virtual-network/a46bc689-2cb7-4fe2-954f-56c6ed1430d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2203 0.006877 10.0.0.56 - - [2025-10-09 03:02:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003553 10.0.0.56 - - [2025-10-09 03:02:25] "GET /routing-instance/2e9bf28a-99d4-4ec8-86d1-b178421b4e82?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1659 0.004553 10.0.0.56 - - [2025-10-09 03:02:25] "GET /route-target/dc69224e-36b9-488d-97b0-d940a272a6e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.003503 10.0.0.56 - - [2025-10-09 03:02:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003620 10.0.0.56 - - [2025-10-09 03:02:25] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004448 10.0.0.56 - - [2025-10-09 03:02:25] "GET /virtual-networks?parent_id=cbfd535d-8c63-41c1-b6f5-00aab696d3f5&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.002970 10.0.0.56 - - [2025-10-09 03:02:25] "GET /virtual-network/a46bc689-2cb7-4fe2-954f-56c6ed1430d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2203 0.006500 10.0.0.56 - - [2025-10-09 03:02:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003628 10.0.0.56 - - [2025-10-09 03:02:25] "GET /routing-instance/2e9bf28a-99d4-4ec8-86d1-b178421b4e82?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1659 0.005031 10.0.0.56 - - [2025-10-09 03:02:25] "GET /route-target/dc69224e-36b9-488d-97b0-d940a272a6e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.003900 10.0.0.56 - - [2025-10-09 03:02:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003781 10.0.0.56 - - [2025-10-09 03:02:25] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005293 10.0.0.56 - - [2025-10-09 03:02:25] "GET /virtual-networks?parent_id=cbfd535d-8c63-41c1-b6f5-00aab696d3f5&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.004333 10.0.0.56 - - [2025-10-09 03:02:25] "GET /virtual-network/a46bc689-2cb7-4fe2-954f-56c6ed1430d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2203 0.006237 10.0.0.56 - - [2025-10-09 03:02:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003656 10.0.0.56 - - [2025-10-09 03:02:25] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004411 10.0.0.56 - - [2025-10-09 03:02:26] "GET /virtual-networks?parent_id=cbfd535d-8c63-41c1-b6f5-00aab696d3f5&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003819 10.0.0.56 - - [2025-10-09 03:02:26] "GET /virtual-network/a46bc689-2cb7-4fe2-954f-56c6ed1430d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2203 0.006114 10.0.0.56 - - [2025-10-09 03:02:26] "GET /obj-perms HTTP/1.1" 200 5072 0.003904 10.0.0.41 - - [2025-10-09 03:02:26] "GET /obj-perms HTTP/1.1" 200 5072 0.004287 10.0.0.56 - - [2025-10-09 03:02:26] "GET /obj-perms HTTP/1.1" 200 5072 0.003924 10.0.0.41 - - [2025-10-09 03:02:26] "GET /obj-perms HTTP/1.1" 200 5072 0.003930 10.0.0.56 - - [2025-10-09 03:02:26] "GET /obj-perms HTTP/1.1" 200 5072 0.004364 10.0.0.19 - - [2025-10-09 03:02:26] "GET /obj-perms HTTP/1.1" 200 5072 0.003202 10.0.0.56 - - [2025-10-09 03:02:26] "GET /virtual-machine/2e2bcb14-0212-463f-b07b-1a5856047a5b HTTP/1.1" 200 1313 0.003699 10.0.0.56 - - [2025-10-09 03:02:26] "GET /virtual-machine-interface/dd4da048-1420-4208-95bb-48a9dd49ee05 HTTP/1.1" 200 3192 0.005113 10.0.0.56 - - [2025-10-09 03:02:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003304 10.0.0.56 - - [2025-10-09 03:02:26] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004067 10.0.0.56 - - [2025-10-09 03:02:26] "GET /virtual-networks?parent_id=cbfd535d-8c63-41c1-b6f5-00aab696d3f5&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003343 10.0.0.56 - - [2025-10-09 03:02:26] "GET /virtual-network/a46bc689-2cb7-4fe2-954f-56c6ed1430d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2203 0.005172 10.0.0.56 - - [2025-10-09 03:02:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.005901 10.0.0.56 - - [2025-10-09 03:02:27] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.012573 10.0.0.56 - - [2025-10-09 03:02:27] "GET /virtual-networks?parent_id=cbfd535d-8c63-41c1-b6f5-00aab696d3f5&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.004430 10.0.0.56 - - [2025-10-09 03:02:27] "GET /virtual-network/a46bc689-2cb7-4fe2-954f-56c6ed1430d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2203 0.006150 10.0.0.56 - - [2025-10-09 03:02:27] "GET /virtual-machine/3ce869a6-be82-41af-ba3e-3f6ddaafe441 HTTP/1.1" 200 1313 0.005889 10.0.0.56 - - [2025-10-09 03:02:27] "GET /virtual-machine-interface/c48e30de-4a2f-4ce1-914e-c75e155020d0 HTTP/1.1" 200 3192 0.005863 10.0.0.56 - - [2025-10-09 03:02:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003530 10.0.0.56 - - [2025-10-09 03:02:27] "GET /security-group/4bfa83ff-bdef-498e-8302-bee69eb9fad5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2693 0.003909 10.0.0.56 - - [2025-10-09 03:02:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003253 10.0.0.56 - - [2025-10-09 03:02:27] "GET /security-group/4bfa83ff-bdef-498e-8302-bee69eb9fad5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2693 0.005116 10.0.0.56 - - [2025-10-09 03:02:28] "POST /neutron/security_group HTTP/1.1" 200 1415 0.007799 10.0.0.56 - - [2025-10-09 03:02:28] "POST /neutron/port HTTP/1.1" 200 1134 0.013718 10.0.0.56 - - [2025-10-09 03:02:28] "GET /virtual-machine/3ce869a6-be82-41af-ba3e-3f6ddaafe441 HTTP/1.1" 200 1313 0.004242 10.0.0.56 - - [2025-10-09 03:02:28] "GET /virtual-machine-interface/c48e30de-4a2f-4ce1-914e-c75e155020d0 HTTP/1.1" 200 3140 0.008053 10.0.0.56 - - [2025-10-09 03:02:28] "POST /neutron/port HTTP/1.1" 200 1070 0.016095 10.0.0.56 - - [2025-10-09 03:02:28] "POST /neutron/port HTTP/1.1" 200 1134 0.071579 10.0.0.56 - - [2025-10-09 03:02:28] "GET /virtual-machine/3ce869a6-be82-41af-ba3e-3f6ddaafe441 HTTP/1.1" 200 1313 0.004318 10.0.0.56 - - [2025-10-09 03:02:28] "GET /virtual-machine-interface/c48e30de-4a2f-4ce1-914e-c75e155020d0 HTTP/1.1" 200 3192 0.006367 10.0.0.56 - - [2025-10-09 03:02:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003722 10.0.0.56 - - [2025-10-09 03:02:28] "GET /security-group/4bfa83ff-bdef-498e-8302-bee69eb9fad5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2693 0.003965 10.0.0.56 - - [2025-10-09 03:02:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004218 10.0.0.56 - - [2025-10-09 03:02:28] "GET /security-group/4bfa83ff-bdef-498e-8302-bee69eb9fad5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2693 0.005309 10.0.0.56 - - [2025-10-09 03:02:28] "POST /neutron/security_group HTTP/1.1" 400 206 0.012013 10.0.0.56 - - [2025-10-09 03:02:33] "POST /neutron/network HTTP/1.1" 200 936 0.010518 10.0.0.56 - - [2025-10-09 03:02:33] "POST /neutron/port HTTP/1.1" 200 117 0.001698 10.0.0.56 - - [2025-10-09 03:02:37] "POST /neutron/port HTTP/1.1" 200 1108 0.017370 10.0.0.56 - - [2025-10-09 03:02:37] "POST /neutron/subnet HTTP/1.1" 200 694 0.011694 10.0.0.41 - - [2025-10-09 03:03:00] "GET /global-system-configs HTTP/1.1" 401 292 0.000634 10.0.0.41 - - [2025-10-09 03:03:00] "GET /global-system-configs HTTP/1.1" 401 292 0.000582 10.0.0.41 - - [2025-10-09 03:03:01] "GET /global-system-configs HTTP/1.1" 401 292 0.000459 10.0.0.41 - - [2025-10-09 03:03:01] "GET /global-system-configs HTTP/1.1" 401 292 0.000420 10.0.0.19 - - [2025-10-09 03:03:01] "GET /global-system-configs HTTP/1.1" 401 292 0.000412 10.0.0.19 - - [2025-10-09 03:03:01] "GET /global-system-configs HTTP/1.1" 401 292 0.000390 10.0.0.19 - - [2025-10-09 03:03:01] "GET /global-system-configs HTTP/1.1" 401 292 0.000399 10.0.0.19 - - [2025-10-09 03:03:01] "GET /global-system-configs HTTP/1.1" 401 292 0.000484 10.0.0.56 - - [2025-10-09 03:03:03] "GET /global-system-configs HTTP/1.1" 401 292 0.000423 10.0.0.56 - - [2025-10-09 03:03:03] "GET /global-system-configs HTTP/1.1" 401 292 0.000448 10.0.0.56 - - [2025-10-09 03:03:05] "GET /global-system-configs HTTP/1.1" 401 292 0.000564 10.0.0.56 - - [2025-10-09 03:03:05] "GET /global-system-configs HTTP/1.1" 401 292 0.000438 10.0.0.56 - - [2025-10-09 03:03:34] "POST /neutron/port HTTP/1.1" 200 1108 0.015704 10.0.0.56 - - [2025-10-09 03:03:34] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003849 10.0.0.56 - - [2025-10-09 03:03:34] "POST /neutron/network HTTP/1.1" 200 926 0.016902 10.0.0.56 - - [2025-10-09 03:03:37] "POST /neutron/network HTTP/1.1" 200 936 0.032016 10.0.0.56 - - [2025-10-09 03:03:37] "POST /neutron/port HTTP/1.1" 200 117 0.001240 10.0.0.41 - - [2025-10-09 03:03:43] "GET /obj-perms HTTP/1.1" 200 5056 0.045749 10.0.0.56 - - [2025-10-09 03:04:35] "POST /neutron/port HTTP/1.1" 200 1108 0.031553 10.0.0.56 - - [2025-10-09 03:04:35] "POST /neutron/subnet HTTP/1.1" 200 694 0.010181 10.0.0.56 - - [2025-10-09 03:04:38] "POST /neutron/port HTTP/1.1" 200 1108 0.018847 10.0.0.56 - - [2025-10-09 03:04:38] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005726 10.0.0.56 - - [2025-10-09 03:04:38] "POST /neutron/network HTTP/1.1" 200 926 0.010359 10.0.0.56 - - [2025-10-09 03:05:13] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.123778 10.0.0.56 - - [2025-10-09 03:05:13] "POST /neutron/security_group_rule HTTP/1.1" 200 581 0.133205 10.0.0.41 - - [2025-10-09 03:05:13] "PUT /access-control-list/65dff4bc-8a9c-45b6-9476-c27fd8aa3acf HTTP/1.1" 200 272 0.016486 10.0.0.56 - - [2025-10-09 03:05:16] "POST /neutron/port HTTP/1.1" 200 1108 0.015945 10.0.0.56 - - [2025-10-09 03:05:16] "POST /neutron/port HTTP/1.1" 200 1096 0.062307 10.0.0.56 - - [2025-10-09 03:05:16] "GET /virtual-machine/2e2bcb14-0212-463f-b07b-1a5856047a5b HTTP/1.1" 200 1313 0.004538 10.0.0.56 - - [2025-10-09 03:05:17] "POST /neutron/port HTTP/1.1" 200 151 0.204706 10.0.0.56 - - [2025-10-09 03:05:18] "GET /virtual-machine/2e2bcb14-0212-463f-b07b-1a5856047a5b HTTP/1.1" 404 171 0.004906 10.0.0.56 - - [2025-10-09 03:05:18] "GET /virtual-machine/2e2bcb14-0212-463f-b07b-1a5856047a5b HTTP/1.1" 404 171 0.002868 10.0.0.56 - - [2025-10-09 03:05:18] "GET /virtual-machine/2e2bcb14-0212-463f-b07b-1a5856047a5b HTTP/1.1" 404 171 0.002713 10.0.0.56 - - [2025-10-09 03:05:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.005346 10.0.0.56 - - [2025-10-09 03:05:18] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.006109 10.0.0.56 - - [2025-10-09 03:05:18] "GET /virtual-networks?parent_id=cbfd535d-8c63-41c1-b6f5-00aab696d3f5&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003669 10.0.0.56 - - [2025-10-09 03:05:18] "GET /virtual-network/a46bc689-2cb7-4fe2-954f-56c6ed1430d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2203 0.007851 10.0.0.56 - - [2025-10-09 03:05:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004062 10.0.0.56 - - [2025-10-09 03:05:18] "GET /routing-instance/2e9bf28a-99d4-4ec8-86d1-b178421b4e82?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1659 0.006423 10.0.0.56 - - [2025-10-09 03:05:18] "GET /route-target/dc69224e-36b9-488d-97b0-d940a272a6e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004740 10.0.0.56 - - [2025-10-09 03:05:18] "GET /obj-perms HTTP/1.1" 200 5072 0.004786 10.0.0.41 - - [2025-10-09 03:05:25] "GET /obj-perms HTTP/1.1" 200 5072 0.004993 10.0.0.56 - - [2025-10-09 03:05:28] "GET /obj-perms HTTP/1.1" 200 5072 0.004897 10.0.0.41 - - [2025-10-09 03:05:34] "GET /obj-perms HTTP/1.1" 200 5072 0.003927 10.0.0.56 - - [2025-10-09 03:05:34] "GET /obj-perms HTTP/1.1" 200 5072 0.004368 10.0.0.19 - - [2025-10-09 03:05:34] "GET /obj-perms HTTP/1.1" 200 5072 0.004007 10.0.0.56 - - [2025-10-09 03:05:34] "POST /neutron/port HTTP/1.1" 200 1134 0.011324 10.0.0.56 - - [2025-10-09 03:05:34] "GET /virtual-machine/3ce869a6-be82-41af-ba3e-3f6ddaafe441 HTTP/1.1" 200 1313 0.005674 10.0.0.56 - - [2025-10-09 03:05:35] "POST /neutron/port HTTP/1.1" 200 1070 0.021913 10.0.0.56 - - [2025-10-09 03:05:36] "GET /virtual-machine/3ce869a6-be82-41af-ba3e-3f6ddaafe441 HTTP/1.1" 404 171 0.003482 10.0.0.56 - - [2025-10-09 03:05:36] "GET /virtual-machine/3ce869a6-be82-41af-ba3e-3f6ddaafe441 HTTP/1.1" 404 171 0.002651 10.0.0.56 - - [2025-10-09 03:05:36] "GET /virtual-machine/3ce869a6-be82-41af-ba3e-3f6ddaafe441 HTTP/1.1" 404 171 0.002853 10.0.0.56 - - [2025-10-09 03:05:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003630 10.0.0.56 - - [2025-10-09 03:05:36] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003660 10.0.0.56 - - [2025-10-09 03:05:36] "GET /virtual-networks?parent_id=cbfd535d-8c63-41c1-b6f5-00aab696d3f5&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.002898 10.0.0.56 - - [2025-10-09 03:05:36] "GET /virtual-network/a46bc689-2cb7-4fe2-954f-56c6ed1430d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2203 0.007128 10.0.0.56 - - [2025-10-09 03:05:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003311 10.0.0.56 - - [2025-10-09 03:05:36] "GET /routing-instance/2e9bf28a-99d4-4ec8-86d1-b178421b4e82?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1659 0.004584 10.0.0.56 - - [2025-10-09 03:05:37] "GET /route-target/dc69224e-36b9-488d-97b0-d940a272a6e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.003205 10.0.0.56 - - [2025-10-09 03:05:37] "GET /obj-perms HTTP/1.1" 200 5072 0.007058 10.0.0.56 - - [2025-10-09 03:05:40] "GET /obj-perms HTTP/1.1" 200 5072 0.004834 10.0.0.56 - - [2025-10-09 03:05:40] "POST /neutron/network HTTP/1.1" 200 926 0.082949 10.0.0.56 - - [2025-10-09 03:05:40] "POST /neutron/security_group HTTP/1.1" 200 151 0.055729 10.0.0.56 - - [2025-10-09 03:05:40] "POST /fqname-to-id HTTP/1.1" 404 245 0.004392 10.0.0.41 - - [2025-10-09 03:05:40] "DELETE /access-control-list/41e38fc3-db08-4a60-a2d6-bb67fd41f16c HTTP/1.1" 200 115 0.051226 10.0.0.41 - - [2025-10-09 03:05:42] "GET /projects?obj_uuids=cbfd535d-8c63-41c1-b6f5-00aab696d3f5&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001020 10.0.0.56 - - [2025-10-09 03:05:42] "GET /project/cbfd535d-8c63-41c1-b6f5-00aab696d3f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1448 0.041427 10.0.0.41 - - [2025-10-09 03:05:42] "GET /projects?obj_uuids=cbfd535d-8c63-41c1-b6f5-00aab696d3f5&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001941 10.0.0.56 - - [2025-10-09 03:05:42] "GET /project/cbfd535d-8c63-41c1-b6f5-00aab696d3f5?fields=virtual_networks HTTP/1.1" 200 1075 0.037869 10.0.0.41 - - [2025-10-09 03:05:42] "GET /projects?obj_uuids=cbfd535d-8c63-41c1-b6f5-00aab696d3f5&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.000949 10.0.0.56 - - [2025-10-09 03:05:42] "GET /project/cbfd535d-8c63-41c1-b6f5-00aab696d3f5?fields=virtual_machine_interfaces HTTP/1.1" 200 1075 0.045321 10.0.0.41 - - [2025-10-09 03:05:42] "GET /projects?obj_uuids=cbfd535d-8c63-41c1-b6f5-00aab696d3f5&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001131 10.0.0.56 - - [2025-10-09 03:05:42] "GET /project/cbfd535d-8c63-41c1-b6f5-00aab696d3f5?fields=security_groups HTTP/1.1" 200 1322 0.041625 10.0.0.56 - - [2025-10-09 03:05:43] "POST /fqname-to-id HTTP/1.1" 404 186 0.026657 10.0.0.41 - - [2025-10-09 03:05:43] "GET /projects?obj_uuids=ecebefcd-c95b-4a06-900b-41e26670681c&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004496 10.0.0.41 - - [2025-10-09 03:05:43] "GET /domains?obj_uuids=7ed77c0b-e642-4c13-a404-7756503cf17d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001163 10.0.0.41 - - [2025-10-09 03:05:43] "GET /domain/7ed77c0b-e642-4c13-a404-7756503cf17d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008471 10.0.0.41 - - [2025-10-09 03:05:43] "POST /id-to-fqname HTTP/1.1" 200 188 0.001367 10.0.0.41 - - [2025-10-09 03:05:43] "POST /fqname-to-id HTTP/1.1" 404 197 0.016778 10.0.0.41 - - [2025-10-09 03:05:43] "POST /security-groups HTTP/1.1" 200 589 0.077638 10.0.0.41 - - [2025-10-09 03:05:43] "POST /projects HTTP/1.1" 200 581 0.307498 10.0.0.41 - - [2025-10-09 03:05:43] "POST /access-control-lists HTTP/1.1" 200 594 0.027644 10.0.0.41 - - [2025-10-09 03:05:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.380931 10.0.0.56 - - [2025-10-09 03:05:44] "GET /project/ecebefcd-c95b-4a06-900b-41e26670681c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.531647 10.0.0.41 - - [2025-10-09 03:05:44] "GET /obj-perms HTTP/1.1" 200 5056 0.066655 10.0.0.56 - - [2025-10-09 03:05:45] "GET / HTTP/1.1" 200 35931 0.001971 10.0.0.56 - - [2025-10-09 03:05:47] "POST /fqname-to-id HTTP/1.1" 401 292 0.000643 10.0.0.56 - - [2025-10-09 03:05:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.059612 10.0.0.41 - - [2025-10-09 03:05:47] "GET /projects?obj_uuids=ecebefcd-c95b-4a06-900b-41e26670681c&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000918 10.0.0.56 - - [2025-10-09 03:05:47] "GET /project/ecebefcd-c95b-4a06-900b-41e26670681c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.039088 10.0.0.41 - - [2025-10-09 03:05:48] "POST /route-targets HTTP/1.1" 200 327 0.013633 10.0.0.41 - - [2025-10-09 03:05:48] "POST /useragent-kv HTTP/1.1" 200 115 0.014887 10.0.0.56 - - [2025-10-09 03:05:48] "POST /neutron/subnet HTTP/1.1" 200 734 0.220947 10.0.0.56 - - [2025-10-09 03:05:48] "POST /id-to-fqname HTTP/1.1" 200 224 0.001311 10.0.0.56 - - [2025-10-09 03:05:48] "GET /virtual-network/fc3c60f7-7c43-4245-9560-ac2b6db4be58?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.005482 10.0.0.56 - - [2025-10-09 03:05:48] "GET /virtual-network/fc3c60f7-7c43-4245-9560-ac2b6db4be58?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.005758 10.0.0.56 - - [2025-10-09 03:05:48] "POST /neutron/network HTTP/1.1" 200 836 0.006360 10.0.0.56 - - [2025-10-09 03:05:48] "POST /id-to-fqname HTTP/1.1" 200 224 0.001377 10.0.0.41 - - [2025-10-09 03:05:49] "GET /projects?obj_uuids=ecebefcd-c95b-4a06-900b-41e26670681c&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001443 10.0.0.56 - - [2025-10-09 03:05:49] "GET /project/ecebefcd-c95b-4a06-900b-41e26670681c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.060043 10.0.0.56 - - [2025-10-09 03:05:49] "POST /neutron/network HTTP/1.1" 200 836 0.007196 10.0.0.56 - - [2025-10-09 03:05:49] "POST /neutron/port HTTP/1.1" 200 117 0.006871 10.0.0.56 - - [2025-10-09 03:05:50] "POST /neutron/port HTTP/1.1" 200 1060 0.018191 10.0.0.56 - - [2025-10-09 03:05:50] "POST /neutron/port HTTP/1.1" 200 1088 0.016426 10.0.0.56 - - [2025-10-09 03:05:50] "POST /neutron/port HTTP/1.1" 200 117 0.001212 10.0.0.56 - - [2025-10-09 03:05:54] "POST /neutron/security_group HTTP/1.1" 200 2056 0.009306 10.0.0.56 - - [2025-10-09 03:05:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004303 10.0.0.41 - - [2025-10-09 03:05:54] "GET /projects?obj_uuids=ecebefcd-c95b-4a06-900b-41e26670681c&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.002407 10.0.0.56 - - [2025-10-09 03:05:54] "GET /project/ecebefcd-c95b-4a06-900b-41e26670681c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.042593 10.0.0.56 - - [2025-10-09 03:05:55] "POST /neutron/network HTTP/1.1" 200 117 0.012313 10.0.0.41 - - [2025-10-09 03:05:55] "POST /ref-update HTTP/1.1" 200 156 0.022367 10.0.0.56 - - [2025-10-09 03:05:55] "POST /neutron/network HTTP/1.1" 200 833 0.008629 10.0.0.56 - - [2025-10-09 03:05:55] "POST /id-to-fqname HTTP/1.1" 200 223 0.000962 10.0.0.56 - - [2025-10-09 03:05:55] "GET /virtual-network/0bedaaad-9914-4cf2-ba7d-2a3512e6a377?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.004768 10.0.0.56 - - [2025-10-09 03:05:55] "GET /virtual-network/0bedaaad-9914-4cf2-ba7d-2a3512e6a377?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.004929 10.0.0.56 - - [2025-10-09 03:05:55] "POST /neutron/subnet HTTP/1.1" 200 729 0.007713 10.0.0.56 - - [2025-10-09 03:05:56] "GET /virtual-network/0bedaaad-9914-4cf2-ba7d-2a3512e6a377?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.005711 10.0.0.56 - - [2025-10-09 03:05:56] "GET /obj-perms HTTP/1.1" 200 5026 0.041552 10.0.0.56 - - [2025-10-09 03:05:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003670 10.0.0.41 - - [2025-10-09 03:05:57] "GET /projects?obj_uuids=ecebefcd-c95b-4a06-900b-41e26670681c&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000918 10.0.0.56 - - [2025-10-09 03:05:57] "GET /project/ecebefcd-c95b-4a06-900b-41e26670681c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.043029 10.0.0.41 - - [2025-10-09 03:05:57] "POST /useragent-kv HTTP/1.1" 200 115 0.007504 10.0.0.56 - - [2025-10-09 03:05:57] "POST /neutron/subnet HTTP/1.1" 200 725 0.245112 10.0.0.56 - - [2025-10-09 03:05:57] "POST /id-to-fqname HTTP/1.1" 200 223 0.001476 10.0.0.56 - - [2025-10-09 03:05:57] "GET /virtual-network/dce81199-0d7e-4fa8-a12f-7ccaae44e710?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.005428 10.0.0.56 - - [2025-10-09 03:05:57] "GET /virtual-network/dce81199-0d7e-4fa8-a12f-7ccaae44e710?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.005308 10.0.0.56 - - [2025-10-09 03:05:58] "POST /neutron/network HTTP/1.1" 200 832 0.006619 10.0.0.56 - - [2025-10-09 03:05:58] "GET /virtual-network/dce81199-0d7e-4fa8-a12f-7ccaae44e710?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.005905 10.0.0.19 - - [2025-10-09 03:05:58] "GET /obj-perms HTTP/1.1" 200 5026 0.051942 10.0.0.56 - - [2025-10-09 03:05:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003827 10.0.0.41 - - [2025-10-09 03:05:58] "GET /projects?obj_uuids=ecebefcd-c95b-4a06-900b-41e26670681c&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000971 10.0.0.56 - - [2025-10-09 03:05:58] "GET /project/ecebefcd-c95b-4a06-900b-41e26670681c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.045216 10.0.0.41 - - [2025-10-09 03:05:58] "GET /projects?obj_uuids=ecebefcd-c95b-4a06-900b-41e26670681c&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000992 10.0.0.56 - - [2025-10-09 03:05:58] "POST /neutron/network HTTP/1.1" 200 615 0.138451 10.0.0.41 - - [2025-10-09 03:05:58] "POST /route-targets HTTP/1.1" 200 327 0.013492 10.0.0.56 - - [2025-10-09 03:05:59] "POST /id-to-fqname HTTP/1.1" 200 224 0.003597 10.0.0.56 - - [2025-10-09 03:05:59] "GET /virtual-network/e469933f-5148-432b-94db-6479a4dbffad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.005715 10.0.0.56 - - [2025-10-09 03:05:59] "POST /neutron/network HTTP/1.1" 200 833 0.006648 10.0.0.56 - - [2025-10-09 03:05:59] "GET /virtual-network/e469933f-5148-432b-94db-6479a4dbffad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.004934 10.0.0.56 - - [2025-10-09 03:05:59] "GET /virtual-network/e469933f-5148-432b-94db-6479a4dbffad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.005970 10.0.0.41 - - [2025-10-09 03:05:59] "GET /obj-perms HTTP/1.1" 200 5026 0.056816 10.0.0.56 - - [2025-10-09 03:05:59] "POST /id-to-fqname HTTP/1.1" 200 223 0.001392 10.0.0.56 - - [2025-10-09 03:05:59] "POST /neutron/port HTTP/1.1" 200 1088 0.016110 10.0.0.41 - - [2025-10-09 03:06:00] "GET /projects?obj_uuids=ecebefcd-c95b-4a06-900b-41e26670681c&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001022 10.0.0.56 - - [2025-10-09 03:06:00] "GET /project/ecebefcd-c95b-4a06-900b-41e26670681c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.063594 10.0.0.56 - - [2025-10-09 03:06:00] "POST /neutron/network HTTP/1.1" 200 832 0.006099 10.0.0.56 - - [2025-10-09 03:06:00] "POST /neutron/port HTTP/1.1" 200 117 0.007524 10.0.0.56 - - [2025-10-09 03:06:01] "POST /id-to-fqname HTTP/1.1" 200 224 0.001288 10.0.0.56 - - [2025-10-09 03:06:01] "POST /neutron/network HTTP/1.1" 200 843 0.007544 10.0.0.56 - - [2025-10-09 03:06:01] "POST /neutron/port HTTP/1.1" 200 1058 0.016145 10.0.0.56 - - [2025-10-09 03:06:02] "POST /neutron/port HTTP/1.1" 200 1086 0.017381 10.0.0.41 - - [2025-10-09 03:06:02] "GET /projects?obj_uuids=ecebefcd-c95b-4a06-900b-41e26670681c&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001264 10.0.0.56 - - [2025-10-09 03:06:02] "POST /neutron/port HTTP/1.1" 200 117 0.000856 10.0.0.56 - - [2025-10-09 03:06:02] "GET /project/ecebefcd-c95b-4a06-900b-41e26670681c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.068819 10.0.0.56 - - [2025-10-09 03:06:02] "POST /neutron/port HTTP/1.1" 200 2058 0.020433 10.0.0.56 - - [2025-10-09 03:06:02] "POST /fqname-to-id HTTP/1.1" 404 193 0.004135 10.0.0.56 - - [2025-10-09 03:06:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004298 10.0.0.41 - - [2025-10-09 03:06:02] "GET /domains?obj_uuids=7ed77c0b-e642-4c13-a404-7756503cf17d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001274 10.0.0.56 - - [2025-10-09 03:06:02] "GET /domain/7ed77c0b-e642-4c13-a404-7756503cf17d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.007881 10.0.0.56 - - [2025-10-09 03:06:02] "POST /service-templates HTTP/1.1" 200 543 0.034731 10.0.0.56 - - [2025-10-09 03:06:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.007163 10.0.0.56 - - [2025-10-09 03:06:02] "GET /service-template/cacd7215-d0e8-416c-8a73-ed3907ee04be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1817 0.006279 10.0.0.56 - - [2025-10-09 03:06:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.002550 10.0.0.56 - - [2025-10-09 03:06:02] "GET /service-template/cacd7215-d0e8-416c-8a73-ed3907ee04be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1817 0.003841 10.0.0.56 - - [2025-10-09 03:06:02] "POST /id-to-fqname HTTP/1.1" 200 223 0.000964 10.0.0.56 - - [2025-10-09 03:06:02] "POST /neutron/network HTTP/1.1" 200 843 0.006753 10.0.0.56 - - [2025-10-09 03:06:02] "POST /id-to-fqname HTTP/1.1" 200 223 0.001422 10.0.0.56 - - [2025-10-09 03:06:02] "POST /id-to-fqname HTTP/1.1" 200 224 0.001365 10.0.0.56 - - [2025-10-09 03:06:03] "POST /neutron/security_group HTTP/1.1" 200 2056 0.010339 10.0.0.56 - - [2025-10-09 03:06:03] "POST /neutron/port HTTP/1.1" 200 1111 0.103617 10.0.0.56 - - [2025-10-09 03:06:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003681 10.0.0.56 - - [2025-10-09 03:06:03] "DELETE /service-template/cacd7215-d0e8-416c-8a73-ed3907ee04be HTTP/1.1" 200 115 0.034994 10.0.0.56 - - [2025-10-09 03:06:03] "POST /fqname-to-id HTTP/1.1" 404 193 0.003916 10.0.0.56 - - [2025-10-09 03:06:03] "POST /neutron/subnet HTTP/1.1" 200 694 0.009037 10.0.0.56 - - [2025-10-09 03:06:03] "POST /neutron/network HTTP/1.1" 200 833 0.008078 10.0.0.56 - - [2025-10-09 03:06:04] "POST /neutron/port HTTP/1.1" 200 1112 0.011594 10.0.0.56 - - [2025-10-09 03:06:05] "POST /neutron/port HTTP/1.1" 200 1111 0.011916 10.0.0.41 - - [2025-10-09 03:06:05] "POST /useragent-kv HTTP/1.1" 200 115 0.002672 10.0.0.41 - - [2025-10-09 03:06:05] "POST /useragent-kv HTTP/1.1" 200 115 0.002961 10.0.0.56 - - [2025-10-09 03:06:05] "POST /neutron/network HTTP/1.1" 200 151 0.147803 10.0.0.41 - - [2025-10-09 03:06:05] "DELETE /route-target/99909ab4-2c27-42e3-9975-203a5df4b2a9 HTTP/1.1" 200 115 0.025640 10.0.0.56 - - [2025-10-09 03:06:06] "POST /neutron/port HTTP/1.1" 200 117 0.006733 10.0.0.41 - - [2025-10-09 03:06:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003701 10.0.0.56 - - [2025-10-09 03:06:06] "POST /neutron/network HTTP/1.1" 200 836 0.007232 10.0.0.56 - - [2025-10-09 03:06:07] "POST /neutron/port HTTP/1.1" 200 1114 0.014078 10.0.0.41 - - [2025-10-09 03:06:09] "POST /useragent-kv HTTP/1.1" 200 115 0.004819 10.0.0.41 - - [2025-10-09 03:06:09] "POST /useragent-kv HTTP/1.1" 200 115 0.005131 10.0.0.56 - - [2025-10-09 03:06:09] "POST /neutron/network HTTP/1.1" 200 151 0.119373 10.0.0.41 - - [2025-10-09 03:06:09] "DELETE /route-target/a2eac7b0-205a-4386-820b-0f428cfcd7b7 HTTP/1.1" 200 115 0.022363 10.0.0.41 - - [2025-10-09 03:06:09] "DELETE /project/ecebefcdc95b4a06900b41e26670681c HTTP/1.1" 404 173 0.006215 10.0.0.41 - - [2025-10-09 03:06:09] "GET /projects?obj_uuids=cbfd535d-8c63-41c1-b6f5-00aab696d3f5&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.000886 10.0.0.41 - - [2025-10-09 03:06:09] "GET /project/cbfd535d-8c63-41c1-b6f5-00aab696d3f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1553 0.046320 10.0.0.41 - - [2025-10-09 03:06:09] "GET /projects?obj_uuids=cbfd535d-8c63-41c1-b6f5-00aab696d3f5&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001000 10.0.0.41 - - [2025-10-09 03:06:09] "GET /project/cbfd535d-8c63-41c1-b6f5-00aab696d3f5?fields=security_groups HTTP/1.1" 200 1427 0.038409 10.0.0.41 - - [2025-10-09 03:06:09] "DELETE /security-group/d6ed07a7-91d7-4d4b-91f7-4c2892624496 HTTP/1.1" 200 115 0.057295 10.0.0.41 - - [2025-10-09 03:06:09] "GET /projects?obj_uuids=cbfd535d-8c63-41c1-b6f5-00aab696d3f5&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001460 10.0.0.41 - - [2025-10-09 03:06:09] "GET /project/cbfd535d-8c63-41c1-b6f5-00aab696d3f5?fields=application_policy_sets HTTP/1.1" 200 1466 0.065315 10.0.0.41 - - [2025-10-09 03:06:09] "DELETE /project/cbfd535d-8c63-41c1-b6f5-00aab696d3f5 HTTP/1.1" 200 115 0.456486 10.0.0.56 - - [2025-10-09 03:06:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004118 10.0.0.41 - - [2025-10-09 03:06:11] "GET /projects?obj_uuids=ecebefcd-c95b-4a06-900b-41e26670681c&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000893 10.0.0.56 - - [2025-10-09 03:06:11] "GET /project/ecebefcd-c95b-4a06-900b-41e26670681c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.041825 10.0.0.41 - - [2025-10-09 03:06:12] "POST /route-targets HTTP/1.1" 200 327 0.017731 10.0.0.41 - - [2025-10-09 03:06:12] "POST /useragent-kv HTTP/1.1" 200 115 0.007582 10.0.0.56 - - [2025-10-09 03:06:12] "POST /neutron/subnet HTTP/1.1" 200 720 0.187406 10.0.0.56 - - [2025-10-09 03:06:12] "POST /id-to-fqname HTTP/1.1" 200 223 0.001276 10.0.0.56 - - [2025-10-09 03:06:12] "GET /virtual-network/1a1c7770-fc6f-44fb-9d1a-5e9bd76f2780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005108 10.0.0.56 - - [2025-10-09 03:06:12] "GET /virtual-network/1a1c7770-fc6f-44fb-9d1a-5e9bd76f2780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005285 10.0.0.56 - - [2025-10-09 03:06:12] "POST /neutron/network HTTP/1.1" 200 831 0.005630 10.0.0.56 - - [2025-10-09 03:06:12] "GET /virtual-network/1a1c7770-fc6f-44fb-9d1a-5e9bd76f2780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.008585 10.0.0.56 - - [2025-10-09 03:06:12] "GET /obj-perms HTTP/1.1" 200 5026 0.003839 10.0.0.56 - - [2025-10-09 03:06:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003496 10.0.0.41 - - [2025-10-09 03:06:12] "GET /projects?obj_uuids=ecebefcd-c95b-4a06-900b-41e26670681c&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000893 10.0.0.56 - - [2025-10-09 03:06:12] "GET /project/ecebefcd-c95b-4a06-900b-41e26670681c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.037722 10.0.0.41 - - [2025-10-09 03:06:12] "GET /projects?obj_uuids=ecebefcd-c95b-4a06-900b-41e26670681c&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000982 10.0.0.56 - - [2025-10-09 03:06:13] "POST /neutron/network HTTP/1.1" 200 613 0.119533 10.0.0.41 - - [2025-10-09 03:06:13] "POST /ref-update HTTP/1.1" 200 156 0.041090 10.0.0.56 - - [2025-10-09 03:06:13] "POST /id-to-fqname HTTP/1.1" 200 223 0.003142 10.0.0.56 - - [2025-10-09 03:06:13] "GET /virtual-network/f96ae3a6-b040-4dff-85ce-515005c6d701?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005093 10.0.0.56 - - [2025-10-09 03:06:13] "POST /neutron/network HTTP/1.1" 200 831 0.005981 10.0.0.56 - - [2025-10-09 03:06:13] "GET /virtual-network/f96ae3a6-b040-4dff-85ce-515005c6d701?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005083 10.0.0.56 - - [2025-10-09 03:06:13] "GET /virtual-network/f96ae3a6-b040-4dff-85ce-515005c6d701?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005880 10.0.0.19 - - [2025-10-09 03:06:13] "GET /obj-perms HTTP/1.1" 200 5026 0.003986 10.0.0.56 - - [2025-10-09 03:06:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.007602 10.0.0.41 - - [2025-10-09 03:06:13] "GET /projects?obj_uuids=ecebefcd-c95b-4a06-900b-41e26670681c&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000983 10.0.0.56 - - [2025-10-09 03:06:13] "GET /project/ecebefcd-c95b-4a06-900b-41e26670681c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.047499 10.0.0.56 - - [2025-10-09 03:06:13] "POST /neutron/network HTTP/1.1" 200 117 0.012473 10.0.0.56 - - [2025-10-09 03:06:14] "POST /neutron/network HTTP/1.1" 200 832 0.008821 10.0.0.56 - - [2025-10-09 03:06:14] "POST /id-to-fqname HTTP/1.1" 200 224 0.001003 10.0.0.56 - - [2025-10-09 03:06:14] "GET /virtual-network/df5a6acd-c9f4-4b32-a290-e90e87880d52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.004783 10.0.0.56 - - [2025-10-09 03:06:14] "GET /virtual-network/df5a6acd-c9f4-4b32-a290-e90e87880d52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.011519 10.0.0.56 - - [2025-10-09 03:06:14] "POST /neutron/subnet HTTP/1.1" 200 714 0.013269 10.0.0.56 - - [2025-10-09 03:06:14] "GET /virtual-network/df5a6acd-c9f4-4b32-a290-e90e87880d52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005836 10.0.0.41 - - [2025-10-09 03:06:14] "GET /obj-perms HTTP/1.1" 200 5026 0.003758 10.0.0.56 - - [2025-10-09 03:06:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003747 10.0.0.41 - - [2025-10-09 03:06:15] "GET /projects?obj_uuids=ecebefcd-c95b-4a06-900b-41e26670681c&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.023089 10.0.0.56 - - [2025-10-09 03:06:15] "GET /project/ecebefcd-c95b-4a06-900b-41e26670681c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.077335 10.0.0.41 - - [2025-10-09 03:06:15] "POST /route-targets HTTP/1.1" 200 327 0.014202 10.0.0.41 - - [2025-10-09 03:06:15] "POST /useragent-kv HTTP/1.1" 200 115 0.005303 10.0.0.56 - - [2025-10-09 03:06:15] "POST /neutron/subnet HTTP/1.1" 200 714 0.184334 10.0.0.56 - - [2025-10-09 03:06:15] "POST /id-to-fqname HTTP/1.1" 200 229 0.001393 10.0.0.56 - - [2025-10-09 03:06:15] "GET /virtual-network/9bc9a451-ed77-4fd3-97d6-b74c0db198e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2064 0.005377 10.0.0.56 - - [2025-10-09 03:06:15] "GET /virtual-network/9bc9a451-ed77-4fd3-97d6-b74c0db198e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2064 0.005910 10.0.0.56 - - [2025-10-09 03:06:15] "POST /neutron/network HTTP/1.1" 200 842 0.006674 10.0.0.56 - - [2025-10-09 03:06:15] "GET /virtual-network/9bc9a451-ed77-4fd3-97d6-b74c0db198e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2064 0.005503 10.0.0.56 - - [2025-10-09 03:06:16] "GET /obj-perms HTTP/1.1" 200 5026 0.003943 10.0.0.56 - - [2025-10-09 03:06:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004558 10.0.0.41 - - [2025-10-09 03:06:16] "GET /projects?obj_uuids=ecebefcd-c95b-4a06-900b-41e26670681c&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001197 10.0.0.56 - - [2025-10-09 03:06:16] "GET /project/ecebefcd-c95b-4a06-900b-41e26670681c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.047158 10.0.0.41 - - [2025-10-09 03:06:16] "GET /projects?obj_uuids=ecebefcd-c95b-4a06-900b-41e26670681c&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000980 10.0.0.56 - - [2025-10-09 03:06:16] "POST /neutron/network HTTP/1.1" 200 627 0.128048 10.0.0.41 - - [2025-10-09 03:06:16] "POST /ref-update HTTP/1.1" 200 156 0.029977 10.0.0.56 - - [2025-10-09 03:06:16] "POST /id-to-fqname HTTP/1.1" 200 230 0.003430 10.0.0.56 - - [2025-10-09 03:06:16] "GET /virtual-network/389a0bd7-b80c-42eb-b87e-0fc5bea36f8f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2075 0.005409 10.0.0.56 - - [2025-10-09 03:06:16] "POST /neutron/network HTTP/1.1" 200 847 0.007147 10.0.0.56 - - [2025-10-09 03:06:16] "GET /virtual-network/389a0bd7-b80c-42eb-b87e-0fc5bea36f8f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2075 0.007073 10.0.0.56 - - [2025-10-09 03:06:16] "GET /virtual-network/389a0bd7-b80c-42eb-b87e-0fc5bea36f8f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2075 0.006237 10.0.0.19 - - [2025-10-09 03:06:17] "GET /obj-perms HTTP/1.1" 200 5026 0.004154 10.0.0.56 - - [2025-10-09 03:06:17] "POST /id-to-fqname HTTP/1.1" 200 223 0.001339 10.0.0.56 - - [2025-10-09 03:06:17] "POST /neutron/network HTTP/1.1" 200 841 0.007034 10.0.0.41 - - [2025-10-09 03:06:17] "GET /projects?obj_uuids=ecebefcd-c95b-4a06-900b-41e26670681c&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001165 10.0.0.56 - - [2025-10-09 03:06:18] "GET /project/ecebefcd-c95b-4a06-900b-41e26670681c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.065739 10.0.0.56 - - [2025-10-09 03:06:18] "POST /neutron/port HTTP/1.1" 200 117 0.006671 10.0.0.56 - - [2025-10-09 03:06:18] "POST /id-to-fqname HTTP/1.1" 200 224 0.001158 10.0.0.56 - - [2025-10-09 03:06:18] "POST /neutron/network HTTP/1.1" 200 841 0.006770 10.0.0.56 - - [2025-10-09 03:06:19] "POST /neutron/port HTTP/1.1" 200 1057 0.014184 10.0.0.41 - - [2025-10-09 03:06:19] "GET /projects?obj_uuids=ecebefcd-c95b-4a06-900b-41e26670681c&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000996 10.0.0.56 - - [2025-10-09 03:06:19] "GET /project/ecebefcd-c95b-4a06-900b-41e26670681c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.095337 10.0.0.56 - - [2025-10-09 03:06:19] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003219 10.0.0.56 - - [2025-10-09 03:06:19] "POST /neutron/port HTTP/1.1" 200 117 0.001540 10.0.0.56 - - [2025-10-09 03:06:19] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007507 10.0.0.56 - - [2025-10-09 03:06:19] "POST /fqname-to-id HTTP/1.1" 404 193 0.003311 10.0.0.56 - - [2025-10-09 03:06:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.002907 10.0.0.41 - - [2025-10-09 03:06:19] "GET /domains?obj_uuids=7ed77c0b-e642-4c13-a404-7756503cf17d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000987 10.0.0.56 - - [2025-10-09 03:06:19] "GET /domain/7ed77c0b-e642-4c13-a404-7756503cf17d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.007501 10.0.0.56 - - [2025-10-09 03:06:19] "POST /service-templates HTTP/1.1" 200 543 0.031467 10.0.0.56 - - [2025-10-09 03:06:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003886 10.0.0.56 - - [2025-10-09 03:06:19] "GET /service-template/656b485b-cbed-457e-8487-40ebc3af3202?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1813 0.006389 10.0.0.56 - - [2025-10-09 03:06:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003019 10.0.0.56 - - [2025-10-09 03:06:19] "GET /service-template/656b485b-cbed-457e-8487-40ebc3af3202?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1813 0.004195 10.0.0.56 - - [2025-10-09 03:06:19] "POST /id-to-fqname HTTP/1.1" 200 223 0.001065 10.0.0.56 - - [2025-10-09 03:06:20] "POST /id-to-fqname HTTP/1.1" 200 229 0.001080 10.0.0.41 - - [2025-10-09 03:06:20] "GET /projects?obj_uuids=ecebefcd-c95b-4a06-900b-41e26670681c&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001068 10.0.0.56 - - [2025-10-09 03:06:20] "POST /id-to-fqname HTTP/1.1" 200 230 0.001295 10.0.0.56 - - [2025-10-09 03:06:20] "POST /neutron/port HTTP/1.1" 200 1056 0.306696 10.0.0.56 - - [2025-10-09 03:06:20] "POST /neutron/port HTTP/1.1" 200 1056 0.013300 10.0.0.56 - - [2025-10-09 03:06:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003506 10.0.0.56 - - [2025-10-09 03:06:20] "DELETE /service-template/656b485b-cbed-457e-8487-40ebc3af3202 HTTP/1.1" 200 115 0.042907 10.0.0.56 - - [2025-10-09 03:06:20] "POST /fqname-to-id HTTP/1.1" 404 193 0.003044 10.0.0.56 - - [2025-10-09 03:06:20] "POST /neutron/port HTTP/1.1" 200 1084 0.019869 10.0.0.56 - - [2025-10-09 03:06:20] "POST /neutron/port HTTP/1.1" 200 117 0.001255 10.0.0.41 - - [2025-10-09 03:06:20] "POST /useragent-kv HTTP/1.1" 200 115 0.003886 10.0.0.41 - - [2025-10-09 03:06:20] "POST /useragent-kv HTTP/1.1" 200 115 0.004460 10.0.0.56 - - [2025-10-09 03:06:20] "POST /neutron/network HTTP/1.1" 200 151 0.131087 10.0.0.41 - - [2025-10-09 03:06:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003433 10.0.0.56 - - [2025-10-09 03:06:21] "POST /neutron/port HTTP/1.1" 200 1085 0.015270 10.0.0.56 - - [2025-10-09 03:06:21] "POST /neutron/network HTTP/1.1" 200 832 0.014884 10.0.0.56 - - [2025-10-09 03:06:22] "POST /neutron/port HTTP/1.1" 200 1110 0.012340 10.0.0.56 - - [2025-10-09 03:06:22] "POST /neutron/network HTTP/1.1" 200 2183 0.014092 10.0.0.56 - - [2025-10-09 03:06:23] "POST /neutron/network HTTP/1.1" 200 832 0.007226 10.0.0.41 - - [2025-10-09 03:06:23] "DELETE /route-target/398467f5-140c-4241-ba71-5b01ee7587de HTTP/1.1" 200 115 0.023139 10.0.0.41 - - [2025-10-09 03:06:23] "POST /useragent-kv HTTP/1.1" 200 115 0.003345 10.0.0.41 - - [2025-10-09 03:06:23] "POST /useragent-kv HTTP/1.1" 200 115 0.002391 10.0.0.56 - - [2025-10-09 03:06:23] "POST /neutron/network HTTP/1.1" 200 151 0.113515 10.0.0.41 - - [2025-10-09 03:06:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003726 10.0.0.41 - - [2025-10-09 03:06:25] "GET /projects?obj_uuids=ecebefcd-c95b-4a06-900b-41e26670681c&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001051 10.0.0.56 - - [2025-10-09 03:06:25] "GET /project/ecebefcd-c95b-4a06-900b-41e26670681c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.063175 10.0.0.41 - - [2025-10-09 03:06:25] "GET /projects?obj_uuids=ecebefcd-c95b-4a06-900b-41e26670681c&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001594 10.0.0.56 - - [2025-10-09 03:06:25] "GET /project/ecebefcd-c95b-4a06-900b-41e26670681c?fields=virtual_networks HTTP/1.1" 200 1029 0.039727 10.0.0.41 - - [2025-10-09 03:06:25] "GET /projects?obj_uuids=ecebefcd-c95b-4a06-900b-41e26670681c&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000995 10.0.0.56 - - [2025-10-09 03:06:25] "GET /project/ecebefcd-c95b-4a06-900b-41e26670681c?fields=virtual_machine_interfaces HTTP/1.1" 200 1029 0.051636 10.0.0.41 - - [2025-10-09 03:06:25] "GET /projects?obj_uuids=ecebefcd-c95b-4a06-900b-41e26670681c&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001318 10.0.0.56 - - [2025-10-09 03:06:26] "GET /project/ecebefcd-c95b-4a06-900b-41e26670681c?fields=security_groups HTTP/1.1" 200 1253 0.046554 10.0.0.56 - - [2025-10-09 03:06:26] "POST /fqname-to-id HTTP/1.1" 404 186 0.022234 10.0.0.41 - - [2025-10-09 03:06:26] "GET /projects?obj_uuids=8077a444-d0a9-4509-8c55-b16de41335f7&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002966 10.0.0.41 - - [2025-10-09 03:06:26] "GET /domains?obj_uuids=7ed77c0b-e642-4c13-a404-7756503cf17d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001057 10.0.0.41 - - [2025-10-09 03:06:26] "GET /domain/7ed77c0b-e642-4c13-a404-7756503cf17d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.031611 10.0.0.41 - - [2025-10-09 03:06:27] "POST /id-to-fqname HTTP/1.1" 200 188 0.006662 10.0.0.41 - - [2025-10-09 03:06:27] "POST /fqname-to-id HTTP/1.1" 404 197 0.004350 10.0.0.41 - - [2025-10-09 03:06:27] "POST /security-groups HTTP/1.1" 200 589 0.030055 10.0.0.41 - - [2025-10-09 03:06:27] "POST /projects HTTP/1.1" 200 581 0.238499 10.0.0.41 - - [2025-10-09 03:06:27] "POST /access-control-lists HTTP/1.1" 200 594 0.029553 10.0.0.41 - - [2025-10-09 03:06:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.307135 10.0.0.56 - - [2025-10-09 03:06:27] "GET /project/8077a444-d0a9-4509-8c55-b16de41335f7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.482674 10.0.0.56 - - [2025-10-09 03:06:28] "GET / HTTP/1.1" 200 35931 0.001582 10.0.0.56 - - [2025-10-09 03:06:30] "POST /fqname-to-id HTTP/1.1" 401 292 0.000485 10.0.0.56 - - [2025-10-09 03:06:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.055301 10.0.0.41 - - [2025-10-09 03:06:30] "GET /projects?obj_uuids=8077a444-d0a9-4509-8c55-b16de41335f7&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000928 10.0.0.56 - - [2025-10-09 03:06:30] "GET /project/8077a444-d0a9-4509-8c55-b16de41335f7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.033393 10.0.0.56 - - [2025-10-09 03:06:30] "POST /neutron/network HTTP/1.1" 200 117 0.033263 10.0.0.41 - - [2025-10-09 03:06:30] "POST /route-targets HTTP/1.1" 200 327 0.014257 10.0.0.56 - - [2025-10-09 03:06:31] "POST /neutron/network HTTP/1.1" 200 830 0.009201 10.0.0.56 - - [2025-10-09 03:06:31] "POST /id-to-fqname HTTP/1.1" 200 223 0.001073 10.0.0.56 - - [2025-10-09 03:06:31] "GET /virtual-network/e4e6827a-1ec1-4991-961d-5b5f00bf65c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.005148 10.0.0.56 - - [2025-10-09 03:06:31] "GET /virtual-network/e4e6827a-1ec1-4991-961d-5b5f00bf65c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.006149 10.0.0.56 - - [2025-10-09 03:06:31] "POST /neutron/subnet HTTP/1.1" 200 715 0.009330 10.0.0.56 - - [2025-10-09 03:06:31] "GET /virtual-network/e4e6827a-1ec1-4991-961d-5b5f00bf65c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.005553 10.0.0.41 - - [2025-10-09 03:06:32] "GET /obj-perms HTTP/1.1" 200 5026 0.053061 10.0.0.56 - - [2025-10-09 03:06:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003526 10.0.0.41 - - [2025-10-09 03:06:32] "GET /projects?obj_uuids=8077a444-d0a9-4509-8c55-b16de41335f7&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000983 10.0.0.56 - - [2025-10-09 03:06:33] "GET /project/8077a444-d0a9-4509-8c55-b16de41335f7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.043093 10.0.0.41 - - [2025-10-09 03:06:33] "POST /ref-update HTTP/1.1" 200 156 0.032776 10.0.0.41 - - [2025-10-09 03:06:33] "POST /useragent-kv HTTP/1.1" 200 115 0.007614 10.0.0.56 - - [2025-10-09 03:06:33] "POST /neutron/subnet HTTP/1.1" 200 724 0.220845 10.0.0.56 - - [2025-10-09 03:06:33] "POST /id-to-fqname HTTP/1.1" 200 225 0.001368 10.0.0.56 - - [2025-10-09 03:06:33] "GET /virtual-network/7fe20263-3ed7-4d00-9a0e-8afc3ebaef2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.005331 10.0.0.56 - - [2025-10-09 03:06:33] "GET /virtual-network/7fe20263-3ed7-4d00-9a0e-8afc3ebaef2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.006541 10.0.0.56 - - [2025-10-09 03:06:33] "POST /neutron/network HTTP/1.1" 200 836 0.006348 10.0.0.56 - - [2025-10-09 03:06:33] "GET /virtual-network/7fe20263-3ed7-4d00-9a0e-8afc3ebaef2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.005971 10.0.0.56 - - [2025-10-09 03:06:34] "GET /obj-perms HTTP/1.1" 200 5026 0.045005 10.0.0.56 - - [2025-10-09 03:06:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003662 10.0.0.41 - - [2025-10-09 03:06:34] "GET /projects?obj_uuids=8077a444-d0a9-4509-8c55-b16de41335f7&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000926 10.0.0.56 - - [2025-10-09 03:06:34] "GET /project/8077a444-d0a9-4509-8c55-b16de41335f7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.036071 10.0.0.41 - - [2025-10-09 03:06:34] "GET /projects?obj_uuids=8077a444-d0a9-4509-8c55-b16de41335f7&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001032 10.0.0.56 - - [2025-10-09 03:06:34] "POST /neutron/network HTTP/1.1" 200 619 0.138397 10.0.0.56 - - [2025-10-09 03:06:34] "POST /id-to-fqname HTTP/1.1" 200 226 0.003313 10.0.0.56 - - [2025-10-09 03:06:34] "GET /virtual-network/1d26988e-7f2d-4dfc-9ea5-67d02e7a2a88?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.005539 10.0.0.56 - - [2025-10-09 03:06:34] "POST /neutron/network HTTP/1.1" 200 838 0.006916 10.0.0.56 - - [2025-10-09 03:06:34] "GET /virtual-network/1d26988e-7f2d-4dfc-9ea5-67d02e7a2a88?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.005625 10.0.0.56 - - [2025-10-09 03:06:34] "GET /virtual-network/1d26988e-7f2d-4dfc-9ea5-67d02e7a2a88?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.005687 10.0.0.19 - - [2025-10-09 03:06:35] "GET /obj-perms HTTP/1.1" 200 5026 0.044101 10.0.0.56 - - [2025-10-09 03:06:35] "POST /id-to-fqname HTTP/1.1" 200 225 0.001497 10.0.0.56 - - [2025-10-09 03:06:35] "POST /neutron/network HTTP/1.1" 200 846 0.008960 10.0.0.41 - - [2025-10-09 03:06:36] "GET /projects?obj_uuids=8077a444-d0a9-4509-8c55-b16de41335f7&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001019 10.0.0.56 - - [2025-10-09 03:06:36] "GET /project/8077a444-d0a9-4509-8c55-b16de41335f7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.068402 10.0.0.56 - - [2025-10-09 03:06:36] "POST /neutron/port HTTP/1.1" 200 117 0.012609 10.0.0.56 - - [2025-10-09 03:06:36] "POST /id-to-fqname HTTP/1.1" 200 226 0.001281 10.0.0.56 - - [2025-10-09 03:06:37] "POST /neutron/network HTTP/1.1" 200 846 0.007828 10.0.0.56 - - [2025-10-09 03:06:37] "POST /neutron/port HTTP/1.1" 200 1058 0.016474 10.0.0.56 - - [2025-10-09 03:06:37] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005589 10.0.0.41 - - [2025-10-09 03:06:37] "GET /projects?obj_uuids=8077a444-d0a9-4509-8c55-b16de41335f7&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000883 10.0.0.56 - - [2025-10-09 03:06:37] "GET /project/8077a444-d0a9-4509-8c55-b16de41335f7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.078111 10.0.0.56 - - [2025-10-09 03:06:37] "POST /neutron/port HTTP/1.1" 200 117 0.001646 10.0.0.56 - - [2025-10-09 03:06:37] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008350 10.0.0.56 - - [2025-10-09 03:06:38] "POST /fqname-to-id HTTP/1.1" 404 193 0.005324 10.0.0.56 - - [2025-10-09 03:06:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.009207 10.0.0.41 - - [2025-10-09 03:06:38] "GET /domains?obj_uuids=7ed77c0b-e642-4c13-a404-7756503cf17d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002133 10.0.0.56 - - [2025-10-09 03:06:38] "GET /domain/7ed77c0b-e642-4c13-a404-7756503cf17d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.010977 10.0.0.56 - - [2025-10-09 03:06:38] "POST /service-templates HTTP/1.1" 200 543 0.036462 10.0.0.56 - - [2025-10-09 03:06:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003913 10.0.0.56 - - [2025-10-09 03:06:38] "GET /service-template/eb00a345-1659-40cc-a320-4cf255f0228f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1818 0.008687 10.0.0.56 - - [2025-10-09 03:06:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003077 10.0.0.56 - - [2025-10-09 03:06:38] "GET /service-template/eb00a345-1659-40cc-a320-4cf255f0228f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1818 0.004390 10.0.0.56 - - [2025-10-09 03:06:38] "POST /id-to-fqname HTTP/1.1" 200 223 0.001379 10.0.0.56 - - [2025-10-09 03:06:38] "POST /id-to-fqname HTTP/1.1" 200 225 0.001442 10.0.0.41 - - [2025-10-09 03:06:38] "GET /projects?obj_uuids=8077a444-d0a9-4509-8c55-b16de41335f7&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001085 10.0.0.56 - - [2025-10-09 03:06:38] "POST /id-to-fqname HTTP/1.1" 200 226 0.001536 10.0.0.56 - - [2025-10-09 03:06:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.009851 10.0.0.56 - - [2025-10-09 03:06:38] "POST /neutron/port HTTP/1.1" 200 1058 0.320489 10.0.0.56 - - [2025-10-09 03:06:38] "DELETE /service-template/eb00a345-1659-40cc-a320-4cf255f0228f HTTP/1.1" 200 115 0.065781 10.0.0.56 - - [2025-10-09 03:06:38] "POST /fqname-to-id HTTP/1.1" 404 193 0.006876 10.0.0.56 - - [2025-10-09 03:06:38] "POST /neutron/port HTTP/1.1" 200 1058 0.044324 10.0.0.56 - - [2025-10-09 03:06:39] "POST /neutron/network HTTP/1.1" 200 838 0.010128 10.0.0.56 - - [2025-10-09 03:06:39] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004146 10.0.0.56 - - [2025-10-09 03:06:39] "POST /neutron/network HTTP/1.1" 200 838 0.010531 10.0.0.56 - - [2025-10-09 03:06:39] "POST /neutron/port HTTP/1.1" 200 151 0.197875 10.0.0.56 - - [2025-10-09 03:06:40] "POST /neutron/port HTTP/1.1" 200 151 0.203011 10.0.0.56 - - [2025-10-09 03:06:41] "POST /neutron/network HTTP/1.1" 200 117 0.007828 10.0.0.41 - - [2025-10-09 03:06:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003755 10.0.0.56 - - [2025-10-09 03:06:41] "POST /neutron/port HTTP/1.1" 200 117 0.005518 10.0.0.41 - - [2025-10-09 03:06:41] "DELETE /route-target/1d2aa18c-33c0-41e7-8d92-349b4ee3ff09 HTTP/1.1" 200 115 0.028314 10.0.0.56 - - [2025-10-09 03:06:41] "POST /neutron/network HTTP/1.1" 200 830 0.010053 10.0.0.56 - - [2025-10-09 03:06:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004396 10.0.0.41 - - [2025-10-09 03:06:44] "GET /projects?obj_uuids=8077a444-d0a9-4509-8c55-b16de41335f7&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001055 10.0.0.56 - - [2025-10-09 03:06:44] "GET /project/8077a444-d0a9-4509-8c55-b16de41335f7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.046351 10.0.0.41 - - [2025-10-09 03:06:44] "GET /projects?obj_uuids=8077a444-d0a9-4509-8c55-b16de41335f7&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001307 10.0.0.56 - - [2025-10-09 03:06:45] "POST /neutron/network HTTP/1.1" 200 613 0.121393 10.0.0.41 - - [2025-10-09 03:06:45] "POST /route-targets HTTP/1.1" 200 327 0.015835 10.0.0.56 - - [2025-10-09 03:06:45] "POST /id-to-fqname HTTP/1.1" 200 223 0.003615 10.0.0.56 - - [2025-10-09 03:06:45] "GET /virtual-network/d6a8b73d-066b-4b01-b3f3-ab98239b20fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.005299 10.0.0.56 - - [2025-10-09 03:06:45] "POST /neutron/network HTTP/1.1" 200 832 0.006525 10.0.0.56 - - [2025-10-09 03:06:45] "GET /virtual-network/d6a8b73d-066b-4b01-b3f3-ab98239b20fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.005082 10.0.0.56 - - [2025-10-09 03:06:45] "GET /virtual-network/d6a8b73d-066b-4b01-b3f3-ab98239b20fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.005479 10.0.0.41 - - [2025-10-09 03:06:45] "GET /obj-perms HTTP/1.1" 200 5026 0.004050 10.0.0.56 - - [2025-10-09 03:06:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003651 10.0.0.41 - - [2025-10-09 03:06:45] "GET /projects?obj_uuids=8077a444-d0a9-4509-8c55-b16de41335f7&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000997 10.0.0.56 - - [2025-10-09 03:06:45] "GET /project/8077a444-d0a9-4509-8c55-b16de41335f7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.061634 10.0.0.56 - - [2025-10-09 03:06:46] "POST /neutron/network HTTP/1.1" 200 117 0.012991 10.0.0.41 - - [2025-10-09 03:06:46] "POST /ref-update HTTP/1.1" 200 156 0.026125 10.0.0.56 - - [2025-10-09 03:06:46] "POST /neutron/network HTTP/1.1" 200 832 0.011669 10.0.0.56 - - [2025-10-09 03:06:46] "POST /id-to-fqname HTTP/1.1" 200 223 0.001360 10.0.0.56 - - [2025-10-09 03:06:46] "GET /virtual-network/7a3373ec-24a9-4c75-9b53-b608782b4da7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005386 10.0.0.56 - - [2025-10-09 03:06:46] "GET /virtual-network/7a3373ec-24a9-4c75-9b53-b608782b4da7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005491 10.0.0.56 - - [2025-10-09 03:06:46] "POST /neutron/subnet HTTP/1.1" 200 725 0.009217 10.0.0.56 - - [2025-10-09 03:06:46] "GET /virtual-network/7a3373ec-24a9-4c75-9b53-b608782b4da7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.006014 10.0.0.56 - - [2025-10-09 03:06:46] "GET /obj-perms HTTP/1.1" 200 5026 0.003718 10.0.0.19 - - [2025-10-09 03:06:46] "GET /obj-perms HTTP/1.1" 200 5026 0.004907 10.0.0.56 - - [2025-10-09 03:06:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004168 10.0.0.41 - - [2025-10-09 03:06:46] "GET /projects?obj_uuids=8077a444-d0a9-4509-8c55-b16de41335f7&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001173 10.0.0.56 - - [2025-10-09 03:06:47] "GET /project/8077a444-d0a9-4509-8c55-b16de41335f7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.043647 10.0.0.41 - - [2025-10-09 03:06:47] "POST /useragent-kv HTTP/1.1" 200 115 0.008047 10.0.0.56 - - [2025-10-09 03:06:47] "POST /neutron/subnet HTTP/1.1" 200 720 0.186612 10.0.0.56 - - [2025-10-09 03:06:47] "POST /id-to-fqname HTTP/1.1" 200 224 0.001308 10.0.0.56 - - [2025-10-09 03:06:47] "GET /virtual-network/f3f4f4bd-e230-45cd-82a2-6d595749692a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005178 10.0.0.56 - - [2025-10-09 03:06:47] "GET /virtual-network/f3f4f4bd-e230-45cd-82a2-6d595749692a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005264 10.0.0.56 - - [2025-10-09 03:06:47] "POST /neutron/network HTTP/1.1" 200 833 0.007954 10.0.0.56 - - [2025-10-09 03:06:47] "GET /virtual-network/f3f4f4bd-e230-45cd-82a2-6d595749692a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005659 10.0.0.41 - - [2025-10-09 03:06:47] "GET /obj-perms HTTP/1.1" 200 5026 0.004084 10.0.0.56 - - [2025-10-09 03:06:48] "POST /id-to-fqname HTTP/1.1" 200 223 0.001398 10.0.0.41 - - [2025-10-09 03:06:48] "GET /projects?obj_uuids=8077a444-d0a9-4509-8c55-b16de41335f7&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001602 10.0.0.56 - - [2025-10-09 03:06:48] "GET /project/8077a444-d0a9-4509-8c55-b16de41335f7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.069797 10.0.0.56 - - [2025-10-09 03:06:48] "POST /neutron/network HTTP/1.1" 200 832 0.036964 10.0.0.56 - - [2025-10-09 03:06:49] "POST /id-to-fqname HTTP/1.1" 200 224 0.001411 10.0.0.56 - - [2025-10-09 03:06:49] "POST /neutron/port HTTP/1.1" 200 117 0.006209 10.0.0.41 - - [2025-10-09 03:06:49] "GET /projects?obj_uuids=8077a444-d0a9-4509-8c55-b16de41335f7&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001014 10.0.0.56 - - [2025-10-09 03:06:49] "POST /neutron/port HTTP/1.1" 200 1058 0.307489 10.0.0.56 - - [2025-10-09 03:06:49] "POST /neutron/port HTTP/1.1" 200 1112 0.109350 10.0.0.56 - - [2025-10-09 03:06:50] "POST /neutron/subnet HTTP/1.1" 200 699 0.008849 10.0.0.41 - - [2025-10-09 03:06:50] "GET /projects?obj_uuids=8077a444-d0a9-4509-8c55-b16de41335f7&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001457 10.0.0.56 - - [2025-10-09 03:06:50] "GET /project/8077a444-d0a9-4509-8c55-b16de41335f7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.069481 10.0.0.56 - - [2025-10-09 03:06:50] "POST /neutron/network HTTP/1.1" 200 833 0.007026 10.0.0.56 - - [2025-10-09 03:06:50] "POST /neutron/port HTTP/1.1" 200 117 0.007149 10.0.0.56 - - [2025-10-09 03:06:50] "POST /fqname-to-id HTTP/1.1" 404 193 0.003222 10.0.0.56 - - [2025-10-09 03:06:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003341 10.0.0.41 - - [2025-10-09 03:06:50] "GET /domains?obj_uuids=7ed77c0b-e642-4c13-a404-7756503cf17d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001043 10.0.0.56 - - [2025-10-09 03:06:50] "GET /domain/7ed77c0b-e642-4c13-a404-7756503cf17d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.008587 10.0.0.56 - - [2025-10-09 03:06:50] "POST /service-templates HTTP/1.1" 200 543 0.025819 10.0.0.56 - - [2025-10-09 03:06:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003954 10.0.0.56 - - [2025-10-09 03:06:50] "GET /service-template/e11b4a69-fec3-490e-8ba8-1d4b4770fd27?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1818 0.006123 10.0.0.56 - - [2025-10-09 03:06:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003039 10.0.0.56 - - [2025-10-09 03:06:50] "GET /service-template/e11b4a69-fec3-490e-8ba8-1d4b4770fd27?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1818 0.004094 10.0.0.56 - - [2025-10-09 03:06:50] "POST /id-to-fqname HTTP/1.1" 200 223 0.001067 10.0.0.56 - - [2025-10-09 03:06:50] "POST /id-to-fqname HTTP/1.1" 200 223 0.001360 10.0.0.56 - - [2025-10-09 03:06:50] "POST /id-to-fqname HTTP/1.1" 200 224 0.001441 10.0.0.56 - - [2025-10-09 03:06:51] "POST /neutron/port HTTP/1.1" 200 1086 0.031307 10.0.0.56 - - [2025-10-09 03:06:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003588 10.0.0.56 - - [2025-10-09 03:06:51] "DELETE /service-template/e11b4a69-fec3-490e-8ba8-1d4b4770fd27 HTTP/1.1" 200 115 0.043041 10.0.0.56 - - [2025-10-09 03:06:51] "POST /fqname-to-id HTTP/1.1" 404 193 0.017102 10.0.0.56 - - [2025-10-09 03:06:51] "POST /neutron/port HTTP/1.1" 200 1057 0.014744 10.0.0.56 - - [2025-10-09 03:06:51] "POST /neutron/network HTTP/1.1" 200 833 0.006044 10.0.0.56 - - [2025-10-09 03:06:51] "POST /neutron/subnet HTTP/1.1" 200 694 0.008334 10.0.0.56 - - [2025-10-09 03:06:51] "POST /neutron/port HTTP/1.1" 200 1086 0.016503 10.0.0.56 - - [2025-10-09 03:06:53] "POST /neutron/port HTTP/1.1" 200 1085 0.017620 10.0.0.56 - - [2025-10-09 03:06:53] "POST /neutron/port HTTP/1.1" 200 117 0.007037 10.0.0.56 - - [2025-10-09 03:06:53] "POST /neutron/network HTTP/1.1" 200 833 0.006490 10.0.0.41 - - [2025-10-09 03:06:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.005273 10.0.0.56 - - [2025-10-09 03:06:53] "POST /neutron/network HTTP/1.1" 200 832 0.007409 10.0.0.41 - - [2025-10-09 03:06:54] "DELETE /route-target/9240eeba-2d33-42ef-946b-145a4c8fca9a HTTP/1.1" 200 115 0.017810 10.0.0.41 - - [2025-10-09 03:06:54] "POST /useragent-kv HTTP/1.1" 200 115 0.008461 10.0.0.41 - - [2025-10-09 03:06:54] "POST /useragent-kv HTTP/1.1" 200 115 0.002703 10.0.0.56 - - [2025-10-09 03:06:54] "POST /neutron/network HTTP/1.1" 200 151 0.121607 10.0.0.41 - - [2025-10-09 03:06:55] "GET /projects?obj_uuids=8077a444-d0a9-4509-8c55-b16de41335f7&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001534 10.0.0.56 - - [2025-10-09 03:06:55] "GET /project/8077a444-d0a9-4509-8c55-b16de41335f7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.063941 10.0.0.41 - - [2025-10-09 03:06:55] "GET /projects?obj_uuids=8077a444-d0a9-4509-8c55-b16de41335f7&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001222 10.0.0.56 - - [2025-10-09 03:06:55] "GET /project/8077a444-d0a9-4509-8c55-b16de41335f7?fields=virtual_networks HTTP/1.1" 200 1028 0.045115 10.0.0.41 - - [2025-10-09 03:06:56] "GET /projects?obj_uuids=8077a444-d0a9-4509-8c55-b16de41335f7&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001004 10.0.0.56 - - [2025-10-09 03:06:56] "GET /project/8077a444-d0a9-4509-8c55-b16de41335f7?fields=virtual_machine_interfaces HTTP/1.1" 200 1028 0.048687 10.0.0.41 - - [2025-10-09 03:06:56] "GET /projects?obj_uuids=8077a444-d0a9-4509-8c55-b16de41335f7&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001165 10.0.0.56 - - [2025-10-09 03:06:56] "GET /project/8077a444-d0a9-4509-8c55-b16de41335f7?fields=security_groups HTTP/1.1" 200 1252 0.048635 10.0.0.56 - - [2025-10-09 03:06:56] "POST /fqname-to-id HTTP/1.1" 404 184 0.023870 10.0.0.41 - - [2025-10-09 03:06:56] "GET /projects?obj_uuids=7fe97614-9ebf-4d3d-9cd1-15e9d835638d&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003311 10.0.0.41 - - [2025-10-09 03:06:56] "GET /domains?obj_uuids=7ed77c0b-e642-4c13-a404-7756503cf17d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000982 10.0.0.41 - - [2025-10-09 03:06:57] "GET /domain/7ed77c0b-e642-4c13-a404-7756503cf17d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007041 10.0.0.41 - - [2025-10-09 03:06:57] "POST /id-to-fqname HTTP/1.1" 200 186 0.002102 10.0.0.41 - - [2025-10-09 03:06:57] "POST /fqname-to-id HTTP/1.1" 404 195 0.005605 10.0.0.41 - - [2025-10-09 03:06:57] "POST /security-groups HTTP/1.1" 200 587 0.070118 10.0.0.41 - - [2025-10-09 03:06:57] "POST /fqname-to-id HTTP/1.1" 404 230 0.004804 10.0.0.41 - - [2025-10-09 03:06:57] "POST /projects HTTP/1.1" 200 577 0.265086 10.0.0.41 - - [2025-10-09 03:06:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.336353 10.0.0.41 - - [2025-10-09 03:06:57] "POST /access-control-lists HTTP/1.1" 200 590 0.025902 10.0.0.56 - - [2025-10-09 03:06:57] "GET /project/7fe97614-9ebf-4d3d-9cd1-15e9d835638d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.469342 10.0.0.56 - - [2025-10-09 03:06:58] "GET / HTTP/1.1" 200 35931 0.001793 10.0.0.56 - - [2025-10-09 03:07:00] "POST /fqname-to-id HTTP/1.1" 401 292 0.000518 10.0.0.56 - - [2025-10-09 03:07:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.052489 10.0.0.41 - - [2025-10-09 03:07:00] "GET /projects?obj_uuids=7fe97614-9ebf-4d3d-9cd1-15e9d835638d&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000936 10.0.0.56 - - [2025-10-09 03:07:00] "GET /project/7fe97614-9ebf-4d3d-9cd1-15e9d835638d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.046342 10.0.0.41 - - [2025-10-09 03:07:01] "POST /useragent-kv HTTP/1.1" 200 115 0.008380 10.0.0.56 - - [2025-10-09 03:07:01] "POST /neutron/subnet HTTP/1.1" 200 720 0.293647 10.0.0.56 - - [2025-10-09 03:07:01] "POST /id-to-fqname HTTP/1.1" 200 221 0.001412 10.0.0.56 - - [2025-10-09 03:07:01] "GET /virtual-network/ef9385cf-5af9-4847-8575-81dff62c2796?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.005970 10.0.0.56 - - [2025-10-09 03:07:01] "GET /virtual-network/ef9385cf-5af9-4847-8575-81dff62c2796?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.005851 10.0.0.56 - - [2025-10-09 03:07:01] "POST /neutron/network HTTP/1.1" 200 829 0.006875 10.0.0.56 - - [2025-10-09 03:07:01] "GET /virtual-network/ef9385cf-5af9-4847-8575-81dff62c2796?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.006121 10.0.0.56 - - [2025-10-09 03:07:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003596 10.0.0.41 - - [2025-10-09 03:07:03] "GET /projects?obj_uuids=7fe97614-9ebf-4d3d-9cd1-15e9d835638d&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001299 10.0.0.56 - - [2025-10-09 03:07:03] "GET /project/7fe97614-9ebf-4d3d-9cd1-15e9d835638d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.050933 10.0.0.41 - - [2025-10-09 03:07:03] "GET /projects?obj_uuids=7fe97614-9ebf-4d3d-9cd1-15e9d835638d&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001024 10.0.0.56 - - [2025-10-09 03:07:03] "POST /neutron/network HTTP/1.1" 200 611 0.123008 10.0.0.41 - - [2025-10-09 03:07:03] "POST /route-targets HTTP/1.1" 200 327 0.014592 10.0.0.56 - - [2025-10-09 03:07:03] "POST /id-to-fqname HTTP/1.1" 200 221 0.003569 10.0.0.56 - - [2025-10-09 03:07:03] "GET /virtual-network/f1149be1-2287-4c99-8c34-a18d3a58aa89?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005862 10.0.0.56 - - [2025-10-09 03:07:03] "POST /neutron/network HTTP/1.1" 200 831 0.006706 10.0.0.56 - - [2025-10-09 03:07:03] "GET /virtual-network/f1149be1-2287-4c99-8c34-a18d3a58aa89?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005789 10.0.0.56 - - [2025-10-09 03:07:03] "GET /virtual-network/f1149be1-2287-4c99-8c34-a18d3a58aa89?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.006010 10.0.0.56 - - [2025-10-09 03:07:04] "GET /obj-perms HTTP/1.1" 200 5022 0.045316 10.0.0.19 - - [2025-10-09 03:07:04] "GET /obj-perms HTTP/1.1" 200 5022 0.042855 10.0.0.56 - - [2025-10-09 03:07:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003834 10.0.0.41 - - [2025-10-09 03:07:04] "GET /projects?obj_uuids=7fe97614-9ebf-4d3d-9cd1-15e9d835638d&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000941 10.0.0.56 - - [2025-10-09 03:07:04] "GET /project/7fe97614-9ebf-4d3d-9cd1-15e9d835638d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.043649 10.0.0.56 - - [2025-10-09 03:07:04] "POST /neutron/network HTTP/1.1" 200 117 0.011411 10.0.0.41 - - [2025-10-09 03:07:04] "POST /ref-update HTTP/1.1" 200 156 0.047935 10.0.0.56 - - [2025-10-09 03:07:04] "POST /neutron/network HTTP/1.1" 200 833 0.012847 10.0.0.56 - - [2025-10-09 03:07:04] "POST /id-to-fqname HTTP/1.1" 200 222 0.001135 10.0.0.56 - - [2025-10-09 03:07:04] "GET /virtual-network/64b140b8-9581-41d7-bc2c-adb0b19dd4b6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.005030 10.0.0.56 - - [2025-10-09 03:07:04] "GET /virtual-network/64b140b8-9581-41d7-bc2c-adb0b19dd4b6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.006192 10.0.0.56 - - [2025-10-09 03:07:05] "POST /neutron/subnet HTTP/1.1" 200 729 0.009801 10.0.0.56 - - [2025-10-09 03:07:05] "GET /virtual-network/64b140b8-9581-41d7-bc2c-adb0b19dd4b6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.006091 10.0.0.41 - - [2025-10-09 03:07:05] "GET /obj-perms HTTP/1.1" 200 5022 0.042337 10.0.0.56 - - [2025-10-09 03:07:05] "POST /id-to-fqname HTTP/1.1" 200 221 0.001340 10.0.0.41 - - [2025-10-09 03:07:06] "GET /projects?obj_uuids=7fe97614-9ebf-4d3d-9cd1-15e9d835638d&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001253 10.0.0.56 - - [2025-10-09 03:07:06] "GET /project/7fe97614-9ebf-4d3d-9cd1-15e9d835638d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.067591 10.0.0.56 - - [2025-10-09 03:07:06] "POST /neutron/port HTTP/1.1" 200 117 0.006185 10.0.0.56 - - [2025-10-09 03:07:06] "POST /id-to-fqname HTTP/1.1" 200 222 0.001391 10.0.0.56 - - [2025-10-09 03:07:06] "POST /neutron/network HTTP/1.1" 200 843 0.007373 10.0.0.56 - - [2025-10-09 03:07:07] "POST /neutron/port HTTP/1.1" 200 1057 0.014154 10.0.0.41 - - [2025-10-09 03:07:07] "GET /projects?obj_uuids=7fe97614-9ebf-4d3d-9cd1-15e9d835638d&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.002602 10.0.0.56 - - [2025-10-09 03:07:07] "GET /project/7fe97614-9ebf-4d3d-9cd1-15e9d835638d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.080794 10.0.0.56 - - [2025-10-09 03:07:07] "POST /neutron/port HTTP/1.1" 200 1085 0.043572 10.0.0.56 - - [2025-10-09 03:07:07] "POST /neutron/subnet HTTP/1.1" 200 703 0.009446 10.0.0.56 - - [2025-10-09 03:07:08] "POST /neutron/port HTTP/1.1" 200 1085 0.018965 10.0.0.56 - - [2025-10-09 03:07:08] "POST /fqname-to-id HTTP/1.1" 404 193 0.003427 10.0.0.56 - - [2025-10-09 03:07:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003550 10.0.0.41 - - [2025-10-09 03:07:08] "GET /domains?obj_uuids=7ed77c0b-e642-4c13-a404-7756503cf17d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002695 10.0.0.56 - - [2025-10-09 03:07:08] "GET /domain/7ed77c0b-e642-4c13-a404-7756503cf17d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.010744 10.0.0.56 - - [2025-10-09 03:07:08] "POST /service-templates HTTP/1.1" 200 543 0.043410 10.0.0.56 - - [2025-10-09 03:07:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003748 10.0.0.56 - - [2025-10-09 03:07:08] "GET /service-template/e32a9912-1ccf-4c93-b11d-501b1d04630a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1816 0.006413 10.0.0.56 - - [2025-10-09 03:07:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003199 10.0.0.56 - - [2025-10-09 03:07:08] "GET /service-template/e32a9912-1ccf-4c93-b11d-501b1d04630a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1816 0.004082 10.0.0.56 - - [2025-10-09 03:07:08] "POST /neutron/network HTTP/1.1" 200 843 0.007871 10.0.0.56 - - [2025-10-09 03:07:08] "POST /id-to-fqname HTTP/1.1" 200 221 0.001110 10.0.0.56 - - [2025-10-09 03:07:08] "POST /id-to-fqname HTTP/1.1" 200 221 0.002702 10.0.0.56 - - [2025-10-09 03:07:08] "POST /id-to-fqname HTTP/1.1" 200 222 0.001491 10.0.0.56 - - [2025-10-09 03:07:08] "POST /neutron/security_group HTTP/1.1" 200 2054 0.007710 10.0.0.56 - - [2025-10-09 03:07:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003108 10.0.0.56 - - [2025-10-09 03:07:08] "DELETE /service-template/e32a9912-1ccf-4c93-b11d-501b1d04630a HTTP/1.1" 200 115 0.032297 10.0.0.56 - - [2025-10-09 03:07:08] "POST /fqname-to-id HTTP/1.1" 404 193 0.005404 10.0.0.56 - - [2025-10-09 03:07:09] "POST /neutron/port HTTP/1.1" 200 1111 0.111962 10.0.0.56 - - [2025-10-09 03:07:09] "POST /neutron/subnet HTTP/1.1" 200 703 0.009909 10.0.0.56 - - [2025-10-09 03:07:09] "POST /neutron/network HTTP/1.1" 200 833 0.009083 10.0.0.56 - - [2025-10-09 03:07:09] "POST /neutron/port HTTP/1.1" 200 1111 0.016095 10.0.0.41 - - [2025-10-09 03:07:09] "DELETE /project/8077a444d0a945098c55b16de41335f7 HTTP/1.1" 404 173 0.026767 10.0.0.41 - - [2025-10-09 03:07:09] "DELETE /project/7fe976149ebf4d3d9cd115e9d835638d HTTP/1.1" 404 173 0.028875 10.0.0.41 - - [2025-10-09 03:07:09] "GET /projects?obj_uuids=8077a444-d0a9-4509-8c55-b16de41335f7&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001962 10.0.0.41 - - [2025-10-09 03:07:09] "GET /projects?obj_uuids=ecebefcd-c95b-4a06-900b-41e26670681c&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001803 10.0.0.41 - - [2025-10-09 03:07:10] "GET /project/8077a444-d0a9-4509-8c55-b16de41335f7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1460 0.070104 10.0.0.41 - - [2025-10-09 03:07:10] "GET /project/ecebefcd-c95b-4a06-900b-41e26670681c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1461 0.115605 10.0.0.41 - - [2025-10-09 03:07:10] "GET /projects?obj_uuids=8077a444-d0a9-4509-8c55-b16de41335f7&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001894 10.0.0.41 - - [2025-10-09 03:07:10] "GET /projects?obj_uuids=ecebefcd-c95b-4a06-900b-41e26670681c&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001848 10.0.0.41 - - [2025-10-09 03:07:10] "GET /project/8077a444-d0a9-4509-8c55-b16de41335f7?fields=security_groups HTTP/1.1" 200 1357 0.101739 10.0.0.41 - - [2025-10-09 03:07:10] "GET /project/ecebefcd-c95b-4a06-900b-41e26670681c?fields=security_groups HTTP/1.1" 200 1358 0.084383 10.0.0.41 - - [2025-10-09 03:07:10] "DELETE /security-group/2a9f76d7-8881-4518-ba1c-e05dc417fb61 HTTP/1.1" 200 115 0.084330 10.0.0.41 - - [2025-10-09 03:07:10] "GET /projects?obj_uuids=8077a444-d0a9-4509-8c55-b16de41335f7&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001042 10.0.0.41 - - [2025-10-09 03:07:10] "DELETE /security-group/f449db18-7fd4-487f-8525-e857f58372af HTTP/1.1" 200 115 0.092572 10.0.0.41 - - [2025-10-09 03:07:10] "GET /projects?obj_uuids=ecebefcd-c95b-4a06-900b-41e26670681c&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001190 10.0.0.41 - - [2025-10-09 03:07:10] "GET /project/8077a444-d0a9-4509-8c55-b16de41335f7?fields=application_policy_sets HTTP/1.1" 200 1396 0.078995 10.0.0.41 - - [2025-10-09 03:07:10] "DELETE /access-control-list/0baae349-e8bb-48f2-b5d0-0e1438d5fdf5 HTTP/1.1" 200 115 0.055851 10.0.0.41 - - [2025-10-09 03:07:10] "GET /project/ecebefcd-c95b-4a06-900b-41e26670681c?fields=application_policy_sets HTTP/1.1" 200 1397 0.120117 10.0.0.41 - - [2025-10-09 03:07:10] "DELETE /project/8077a444-d0a9-4509-8c55-b16de41335f7 HTTP/1.1" 200 115 0.676376 10.0.0.41 - - [2025-10-09 03:07:10] "DELETE /project/ecebefcd-c95b-4a06-900b-41e26670681c HTTP/1.1" 200 115 0.686172 10.0.0.56 - - [2025-10-09 03:07:10] "POST /neutron/port HTTP/1.1" 200 1111 0.019379 10.0.0.56 - - [2025-10-09 03:07:11] "POST /neutron/network HTTP/1.1" 200 2182 0.014984 10.0.0.41 - - [2025-10-09 03:07:11] "POST /useragent-kv HTTP/1.1" 200 115 0.005346 10.0.0.41 - - [2025-10-09 03:07:11] "POST /useragent-kv HTTP/1.1" 200 115 0.005468 10.0.0.56 - - [2025-10-09 03:07:11] "POST /neutron/network HTTP/1.1" 200 151 0.163831 10.0.0.41 - - [2025-10-09 03:07:11] "DELETE /route-target/65426147-1a00-471e-a175-708f85dc9733 HTTP/1.1" 200 115 0.030236 10.0.0.41 - - [2025-10-09 03:07:11] "POST /useragent-kv HTTP/1.1" 200 115 0.004679 10.0.0.41 - - [2025-10-09 03:07:11] "POST /useragent-kv HTTP/1.1" 200 115 0.002373 10.0.0.56 - - [2025-10-09 03:07:11] "POST /neutron/network HTTP/1.1" 200 151 0.122143 10.0.0.41 - - [2025-10-09 03:07:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.005869 10.0.0.56 - - [2025-10-09 03:07:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004538 10.0.0.41 - - [2025-10-09 03:07:14] "GET /projects?obj_uuids=7fe97614-9ebf-4d3d-9cd1-15e9d835638d&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000962 10.0.0.56 - - [2025-10-09 03:07:14] "GET /project/7fe97614-9ebf-4d3d-9cd1-15e9d835638d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.053725 10.0.0.56 - - [2025-10-09 03:07:15] "POST /neutron/network HTTP/1.1" 200 117 0.010036 10.0.0.56 - - [2025-10-09 03:07:15] "POST /neutron/network HTTP/1.1" 200 828 0.008847 10.0.0.56 - - [2025-10-09 03:07:15] "POST /id-to-fqname HTTP/1.1" 200 221 0.000993 10.0.0.56 - - [2025-10-09 03:07:15] "GET /virtual-network/f944cff0-6bc6-453a-aabb-08e3cf39f2d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.004628 10.0.0.56 - - [2025-10-09 03:07:15] "GET /virtual-network/f944cff0-6bc6-453a-aabb-08e3cf39f2d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005734 10.0.0.56 - - [2025-10-09 03:07:15] "POST /neutron/subnet HTTP/1.1" 200 715 0.011050 10.0.0.41 - - [2025-10-09 03:07:15] "POST /ref-update HTTP/1.1" 200 156 0.021551 10.0.0.56 - - [2025-10-09 03:07:15] "GET /virtual-network/f944cff0-6bc6-453a-aabb-08e3cf39f2d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005916 10.0.0.56 - - [2025-10-09 03:07:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004013 10.0.0.41 - - [2025-10-09 03:07:16] "GET /projects?obj_uuids=7fe97614-9ebf-4d3d-9cd1-15e9d835638d&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001212 10.0.0.56 - - [2025-10-09 03:07:16] "GET /project/7fe97614-9ebf-4d3d-9cd1-15e9d835638d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.044322 10.0.0.41 - - [2025-10-09 03:07:16] "POST /useragent-kv HTTP/1.1" 200 115 0.009751 10.0.0.56 - - [2025-10-09 03:07:16] "POST /neutron/subnet HTTP/1.1" 200 724 0.217877 10.0.0.56 - - [2025-10-09 03:07:16] "POST /id-to-fqname HTTP/1.1" 200 221 0.001405 10.0.0.56 - - [2025-10-09 03:07:16] "GET /virtual-network/9b9c3e6a-032c-4359-b39c-956a260a259a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005463 10.0.0.56 - - [2025-10-09 03:07:16] "GET /virtual-network/9b9c3e6a-032c-4359-b39c-956a260a259a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005999 10.0.0.56 - - [2025-10-09 03:07:16] "POST /neutron/network HTTP/1.1" 200 830 0.009039 10.0.0.56 - - [2025-10-09 03:07:17] "GET /virtual-network/9b9c3e6a-032c-4359-b39c-956a260a259a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.006409 10.0.0.56 - - [2025-10-09 03:07:17] "GET /obj-perms HTTP/1.1" 200 5022 0.004318 10.0.0.19 - - [2025-10-09 03:07:17] "GET /obj-perms HTTP/1.1" 200 5022 0.004030 10.0.0.56 - - [2025-10-09 03:07:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003724 10.0.0.41 - - [2025-10-09 03:07:17] "GET /projects?obj_uuids=7fe97614-9ebf-4d3d-9cd1-15e9d835638d&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000926 10.0.0.56 - - [2025-10-09 03:07:17] "GET /project/7fe97614-9ebf-4d3d-9cd1-15e9d835638d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.047472 10.0.0.41 - - [2025-10-09 03:07:17] "GET /projects?obj_uuids=7fe97614-9ebf-4d3d-9cd1-15e9d835638d&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001432 10.0.0.56 - - [2025-10-09 03:07:17] "POST /neutron/network HTTP/1.1" 200 613 0.125197 10.0.0.41 - - [2025-10-09 03:07:17] "POST /route-targets HTTP/1.1" 200 327 0.012703 10.0.0.56 - - [2025-10-09 03:07:17] "POST /id-to-fqname HTTP/1.1" 200 222 0.003507 10.0.0.56 - - [2025-10-09 03:07:17] "GET /virtual-network/f845c4b8-767c-40ef-b14a-da371ed52ca5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.006190 10.0.0.56 - - [2025-10-09 03:07:17] "POST /neutron/network HTTP/1.1" 200 833 0.006453 10.0.0.56 - - [2025-10-09 03:07:17] "GET /virtual-network/f845c4b8-767c-40ef-b14a-da371ed52ca5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005910 10.0.0.56 - - [2025-10-09 03:07:18] "GET /virtual-network/f845c4b8-767c-40ef-b14a-da371ed52ca5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005879 10.0.0.41 - - [2025-10-09 03:07:18] "GET /obj-perms HTTP/1.1" 200 5022 0.003755 10.0.0.56 - - [2025-10-09 03:07:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003571 10.0.0.41 - - [2025-10-09 03:07:18] "GET /projects?obj_uuids=7fe97614-9ebf-4d3d-9cd1-15e9d835638d&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001198 10.0.0.56 - - [2025-10-09 03:07:18] "GET /project/7fe97614-9ebf-4d3d-9cd1-15e9d835638d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.036475 10.0.0.56 - - [2025-10-09 03:07:18] "POST /neutron/network HTTP/1.1" 200 117 0.014199 10.0.0.41 - - [2025-10-09 03:07:18] "POST /ref-update HTTP/1.1" 200 156 0.018898 10.0.0.56 - - [2025-10-09 03:07:18] "POST /neutron/network HTTP/1.1" 200 842 0.009230 10.0.0.56 - - [2025-10-09 03:07:18] "POST /id-to-fqname HTTP/1.1" 200 227 0.001201 10.0.0.56 - - [2025-10-09 03:07:18] "GET /virtual-network/57af7ec6-5808-4ffc-84d7-6fea55042c47?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2064 0.005524 10.0.0.56 - - [2025-10-09 03:07:18] "GET /virtual-network/57af7ec6-5808-4ffc-84d7-6fea55042c47?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2064 0.006876 10.0.0.56 - - [2025-10-09 03:07:18] "POST /neutron/subnet HTTP/1.1" 200 725 0.009056 10.0.0.56 - - [2025-10-09 03:07:19] "GET /virtual-network/57af7ec6-5808-4ffc-84d7-6fea55042c47?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2064 0.006024 10.0.0.56 - - [2025-10-09 03:07:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003876 10.0.0.41 - - [2025-10-09 03:07:19] "GET /projects?obj_uuids=7fe97614-9ebf-4d3d-9cd1-15e9d835638d&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000888 10.0.0.56 - - [2025-10-09 03:07:19] "GET /project/7fe97614-9ebf-4d3d-9cd1-15e9d835638d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.044185 10.0.0.41 - - [2025-10-09 03:07:19] "POST /useragent-kv HTTP/1.1" 200 115 0.007921 10.0.0.56 - - [2025-10-09 03:07:19] "POST /neutron/subnet HTTP/1.1" 200 715 0.192587 10.0.0.56 - - [2025-10-09 03:07:19] "POST /id-to-fqname HTTP/1.1" 200 228 0.001514 10.0.0.56 - - [2025-10-09 03:07:19] "GET /virtual-network/5b8ba270-ddd8-4433-be7d-ea07bf8cba94?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2062 0.005788 10.0.0.56 - - [2025-10-09 03:07:20] "GET /virtual-network/5b8ba270-ddd8-4433-be7d-ea07bf8cba94?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2062 0.005906 10.0.0.56 - - [2025-10-09 03:07:20] "POST /neutron/network HTTP/1.1" 200 842 0.008247 10.0.0.56 - - [2025-10-09 03:07:20] "GET /virtual-network/5b8ba270-ddd8-4433-be7d-ea07bf8cba94?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2062 0.006476 10.0.0.56 - - [2025-10-09 03:07:20] "GET /obj-perms HTTP/1.1" 200 5022 0.003829 10.0.0.19 - - [2025-10-09 03:07:20] "GET /obj-perms HTTP/1.1" 200 5022 0.006223 10.0.0.56 - - [2025-10-09 03:07:20] "POST /id-to-fqname HTTP/1.1" 200 221 0.001452 10.0.0.41 - - [2025-10-09 03:07:21] "GET /projects?obj_uuids=7fe97614-9ebf-4d3d-9cd1-15e9d835638d&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000995 10.0.0.56 - - [2025-10-09 03:07:21] "GET /project/7fe97614-9ebf-4d3d-9cd1-15e9d835638d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.073548 10.0.0.56 - - [2025-10-09 03:07:21] "POST /neutron/network HTTP/1.1" 200 830 0.008169 10.0.0.56 - - [2025-10-09 03:07:21] "POST /id-to-fqname HTTP/1.1" 200 222 0.001399 10.0.0.56 - - [2025-10-09 03:07:21] "POST /neutron/port HTTP/1.1" 200 117 0.006665 10.0.0.41 - - [2025-10-09 03:07:21] "GET /projects?obj_uuids=7fe97614-9ebf-4d3d-9cd1-15e9d835638d&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001533 10.0.0.56 - - [2025-10-09 03:07:22] "POST /neutron/port HTTP/1.1" 200 1056 0.269879 10.0.0.56 - - [2025-10-09 03:07:22] "POST /neutron/port HTTP/1.1" 200 1110 0.101655 10.0.0.56 - - [2025-10-09 03:07:22] "POST /neutron/subnet HTTP/1.1" 200 698 0.008880 10.0.0.41 - - [2025-10-09 03:07:22] "GET /projects?obj_uuids=7fe97614-9ebf-4d3d-9cd1-15e9d835638d&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001338 10.0.0.56 - - [2025-10-09 03:07:22] "GET /project/7fe97614-9ebf-4d3d-9cd1-15e9d835638d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.067115 10.0.0.56 - - [2025-10-09 03:07:22] "POST /neutron/network HTTP/1.1" 200 833 0.008874 10.0.0.56 - - [2025-10-09 03:07:22] "POST /neutron/port HTTP/1.1" 200 117 0.006568 10.0.0.56 - - [2025-10-09 03:07:22] "POST /fqname-to-id HTTP/1.1" 404 193 0.003321 10.0.0.56 - - [2025-10-09 03:07:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.002877 10.0.0.41 - - [2025-10-09 03:07:22] "GET /domains?obj_uuids=7ed77c0b-e642-4c13-a404-7756503cf17d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001419 10.0.0.56 - - [2025-10-09 03:07:22] "GET /domain/7ed77c0b-e642-4c13-a404-7756503cf17d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.008347 10.0.0.56 - - [2025-10-09 03:07:23] "POST /service-templates HTTP/1.1" 200 543 0.027793 10.0.0.56 - - [2025-10-09 03:07:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004074 10.0.0.56 - - [2025-10-09 03:07:23] "GET /service-template/b207f857-a29a-472a-b015-8f6d4b32e307?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1813 0.007677 10.0.0.56 - - [2025-10-09 03:07:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003367 10.0.0.56 - - [2025-10-09 03:07:23] "GET /service-template/b207f857-a29a-472a-b015-8f6d4b32e307?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1813 0.005194 10.0.0.56 - - [2025-10-09 03:07:23] "POST /id-to-fqname HTTP/1.1" 200 221 0.001289 10.0.0.56 - - [2025-10-09 03:07:23] "POST /id-to-fqname HTTP/1.1" 200 227 0.001426 10.0.0.56 - - [2025-10-09 03:07:23] "POST /id-to-fqname HTTP/1.1" 200 228 0.001473 10.0.0.56 - - [2025-10-09 03:07:23] "POST /neutron/port HTTP/1.1" 200 1914 0.042211 10.0.0.56 - - [2025-10-09 03:07:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.005258 10.0.0.56 - - [2025-10-09 03:07:23] "POST /neutron/port HTTP/1.1" 200 1057 0.015137 10.0.0.56 - - [2025-10-09 03:07:23] "DELETE /service-template/b207f857-a29a-472a-b015-8f6d4b32e307 HTTP/1.1" 200 115 0.030796 10.0.0.56 - - [2025-10-09 03:07:23] "POST /fqname-to-id HTTP/1.1" 404 193 0.004062 10.0.0.56 - - [2025-10-09 03:07:23] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004235 10.0.0.56 - - [2025-10-09 03:07:23] "POST /neutron/network HTTP/1.1" 200 833 0.006769 10.0.0.41 - - [2025-10-09 03:07:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003926 10.0.0.56 - - [2025-10-09 03:07:24] "POST /neutron/network HTTP/1.1" 200 842 0.007477 10.0.0.41 - - [2025-10-09 03:07:24] "DELETE /route-target/bf04374c-4d1d-4b50-8463-959271d3cca7 HTTP/1.1" 200 115 0.022322 10.0.0.56 - - [2025-10-09 03:07:24] "POST /neutron/port HTTP/1.1" 200 1110 0.011056 10.0.0.56 - - [2025-10-09 03:07:24] "POST /neutron/network HTTP/1.1" 400 204 0.018468 10.0.0.56 - - [2025-10-09 03:07:25] "POST /neutron/port HTTP/1.1" 200 151 0.184047 10.0.0.56 - - [2025-10-09 03:07:25] "POST /neutron/network HTTP/1.1" 200 117 0.007946 10.0.0.41 - - [2025-10-09 03:07:26] "POST /useragent-kv HTTP/1.1" 200 115 0.002979 10.0.0.41 - - [2025-10-09 03:07:26] "POST /useragent-kv HTTP/1.1" 200 115 0.002271 10.0.0.56 - - [2025-10-09 03:07:26] "POST /neutron/network HTTP/1.1" 200 151 0.117274 10.0.0.41 - - [2025-10-09 03:07:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004393 10.0.0.56 - - [2025-10-09 03:07:27] "POST /neutron/network HTTP/1.1" 200 828 0.006672 10.0.0.41 - - [2025-10-09 03:07:27] "DELETE /route-target/904ebe2d-bdf1-4942-a7f3-69effee66af6 HTTP/1.1" 200 115 0.028488 10.0.0.41 - - [2025-10-09 03:07:28] "GET /projects?obj_uuids=7fe97614-9ebf-4d3d-9cd1-15e9d835638d&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001095 10.0.0.56 - - [2025-10-09 03:07:28] "GET /project/7fe97614-9ebf-4d3d-9cd1-15e9d835638d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.047630 10.0.0.41 - - [2025-10-09 03:07:28] "GET /projects?obj_uuids=7fe97614-9ebf-4d3d-9cd1-15e9d835638d&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.002352 10.0.0.56 - - [2025-10-09 03:07:28] "GET /project/7fe97614-9ebf-4d3d-9cd1-15e9d835638d?fields=virtual_networks HTTP/1.1" 200 1024 0.043724 10.0.0.41 - - [2025-10-09 03:07:29] "GET /projects?obj_uuids=7fe97614-9ebf-4d3d-9cd1-15e9d835638d&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001059 10.0.0.56 - - [2025-10-09 03:07:29] "GET /project/7fe97614-9ebf-4d3d-9cd1-15e9d835638d?fields=virtual_machine_interfaces HTTP/1.1" 200 1024 0.044999 10.0.0.41 - - [2025-10-09 03:07:29] "GET /projects?obj_uuids=7fe97614-9ebf-4d3d-9cd1-15e9d835638d&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001063 10.0.0.56 - - [2025-10-09 03:07:29] "GET /project/7fe97614-9ebf-4d3d-9cd1-15e9d835638d?fields=security_groups HTTP/1.1" 200 1246 0.050204 10.0.0.56 - - [2025-10-09 03:07:29] "POST /fqname-to-id HTTP/1.1" 404 190 0.028093 10.0.0.41 - - [2025-10-09 03:07:30] "GET /projects?obj_uuids=d26c9305-2749-44f1-9aff-27f4e123dbfd&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004018 10.0.0.41 - - [2025-10-09 03:07:30] "GET /domains?obj_uuids=7ed77c0b-e642-4c13-a404-7756503cf17d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001418 10.0.0.41 - - [2025-10-09 03:07:30] "GET /domain/7ed77c0b-e642-4c13-a404-7756503cf17d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008859 10.0.0.41 - - [2025-10-09 03:07:30] "POST /id-to-fqname HTTP/1.1" 200 192 0.001666 10.0.0.41 - - [2025-10-09 03:07:30] "POST /fqname-to-id HTTP/1.1" 404 201 0.003871 10.0.0.41 - - [2025-10-09 03:07:30] "POST /security-groups HTTP/1.1" 200 593 0.041037 10.0.0.41 - - [2025-10-09 03:07:30] "POST /projects HTTP/1.1" 200 589 0.259290 10.0.0.41 - - [2025-10-09 03:07:30] "POST /fqname-to-id HTTP/1.1" 404 235 0.008801 10.0.0.41 - - [2025-10-09 03:07:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.333874 10.0.0.56 - - [2025-10-09 03:07:30] "GET /project/d26c9305-2749-44f1-9aff-27f4e123dbfd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1372 0.486193 10.0.0.56 - - [2025-10-09 03:07:31] "GET / HTTP/1.1" 200 35931 0.001645 10.0.0.56 - - [2025-10-09 03:07:33] "POST /fqname-to-id HTTP/1.1" 401 292 0.000493 10.0.0.56 - - [2025-10-09 03:07:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.057115 10.0.0.41 - - [2025-10-09 03:07:33] "GET /projects?obj_uuids=d26c9305-2749-44f1-9aff-27f4e123dbfd&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000934 10.0.0.56 - - [2025-10-09 03:07:33] "GET /project/d26c9305-2749-44f1-9aff-27f4e123dbfd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1372 0.045021 10.0.0.41 - - [2025-10-09 03:07:33] "GET /projects?obj_uuids=d26c9305-2749-44f1-9aff-27f4e123dbfd&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001024 10.0.0.56 - - [2025-10-09 03:07:33] "POST /neutron/network HTTP/1.1" 200 611 0.148892 10.0.0.41 - - [2025-10-09 03:07:34] "POST /ref-update HTTP/1.1" 200 156 0.039877 10.0.0.56 - - [2025-10-09 03:07:34] "POST /id-to-fqname HTTP/1.1" 200 224 0.003344 10.0.0.56 - - [2025-10-09 03:07:34] "GET /virtual-network/3cc04242-7f51-4643-b3e7-41d46f86e778?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005773 10.0.0.56 - - [2025-10-09 03:07:34] "POST /neutron/network HTTP/1.1" 200 830 0.006302 10.0.0.56 - - [2025-10-09 03:07:34] "GET /virtual-network/3cc04242-7f51-4643-b3e7-41d46f86e778?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005196 10.0.0.56 - - [2025-10-09 03:07:34] "GET /virtual-network/3cc04242-7f51-4643-b3e7-41d46f86e778?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.006032 10.0.0.41 - - [2025-10-09 03:07:36] "GET /obj-perms HTTP/1.1" 200 5034 0.058680 10.0.0.56 - - [2025-10-09 03:07:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004637 10.0.0.41 - - [2025-10-09 03:07:36] "GET /projects?obj_uuids=d26c9305-2749-44f1-9aff-27f4e123dbfd&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002097 10.0.0.56 - - [2025-10-09 03:07:36] "GET /project/d26c9305-2749-44f1-9aff-27f4e123dbfd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1372 0.051095 10.0.0.56 - - [2025-10-09 03:07:36] "POST /neutron/network HTTP/1.1" 200 117 0.012175 10.0.0.56 - - [2025-10-09 03:07:36] "POST /neutron/network HTTP/1.1" 200 830 0.008343 10.0.0.56 - - [2025-10-09 03:07:36] "POST /id-to-fqname HTTP/1.1" 200 225 0.001574 10.0.0.56 - - [2025-10-09 03:07:36] "GET /virtual-network/49b32094-4d12-42da-9148-a0ca1b56675a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005442 10.0.0.56 - - [2025-10-09 03:07:36] "GET /virtual-network/49b32094-4d12-42da-9148-a0ca1b56675a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005867 10.0.0.56 - - [2025-10-09 03:07:36] "POST /neutron/subnet HTTP/1.1" 200 715 0.009850 10.0.0.56 - - [2025-10-09 03:07:37] "GET /virtual-network/49b32094-4d12-42da-9148-a0ca1b56675a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.007483 10.0.0.56 - - [2025-10-09 03:07:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.004791 10.0.0.41 - - [2025-10-09 03:07:37] "GET /projects?obj_uuids=d26c9305-2749-44f1-9aff-27f4e123dbfd&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000937 10.0.0.56 - - [2025-10-09 03:07:37] "GET /project/d26c9305-2749-44f1-9aff-27f4e123dbfd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1372 0.048744 10.0.0.41 - - [2025-10-09 03:07:37] "POST /route-targets HTTP/1.1" 200 327 0.017747 10.0.0.41 - - [2025-10-09 03:07:37] "POST /useragent-kv HTTP/1.1" 200 115 0.012185 10.0.0.56 - - [2025-10-09 03:07:37] "POST /neutron/subnet HTTP/1.1" 200 729 0.192478 10.0.0.56 - - [2025-10-09 03:07:38] "POST /id-to-fqname HTTP/1.1" 200 227 0.001415 10.0.0.56 - - [2025-10-09 03:07:38] "GET /virtual-network/05141fa4-7453-443d-bc92-15f09e08bf30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.005303 10.0.0.56 - - [2025-10-09 03:07:38] "GET /virtual-network/05141fa4-7453-443d-bc92-15f09e08bf30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.006102 10.0.0.56 - - [2025-10-09 03:07:38] "POST /neutron/network HTTP/1.1" 200 837 0.006681 10.0.0.56 - - [2025-10-09 03:07:38] "GET /virtual-network/05141fa4-7453-443d-bc92-15f09e08bf30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.005644 10.0.0.56 - - [2025-10-09 03:07:38] "GET /obj-perms HTTP/1.1" 200 5034 0.045655 10.0.0.19 - - [2025-10-09 03:07:38] "GET /obj-perms HTTP/1.1" 200 5034 0.053706 10.0.0.56 - - [2025-10-09 03:07:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003734 10.0.0.41 - - [2025-10-09 03:07:38] "GET /projects?obj_uuids=d26c9305-2749-44f1-9aff-27f4e123dbfd&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000941 10.0.0.56 - - [2025-10-09 03:07:38] "GET /project/d26c9305-2749-44f1-9aff-27f4e123dbfd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1372 0.049120 10.0.0.41 - - [2025-10-09 03:07:38] "GET /projects?obj_uuids=d26c9305-2749-44f1-9aff-27f4e123dbfd&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001057 10.0.0.56 - - [2025-10-09 03:07:38] "POST /neutron/network HTTP/1.1" 200 629 0.124108 10.0.0.41 - - [2025-10-09 03:07:39] "POST /ref-update HTTP/1.1" 200 156 0.029226 10.0.0.56 - - [2025-10-09 03:07:39] "POST /id-to-fqname HTTP/1.1" 200 233 0.003252 10.0.0.56 - - [2025-10-09 03:07:39] "GET /virtual-network/d71fe0e8-a631-4aec-88a3-dcdf23378c21?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2074 0.006146 10.0.0.56 - - [2025-10-09 03:07:39] "POST /neutron/network HTTP/1.1" 200 847 0.007361 10.0.0.56 - - [2025-10-09 03:07:39] "GET /virtual-network/d71fe0e8-a631-4aec-88a3-dcdf23378c21?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2074 0.005707 10.0.0.56 - - [2025-10-09 03:07:39] "GET /virtual-network/d71fe0e8-a631-4aec-88a3-dcdf23378c21?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2074 0.008871 10.0.0.41 - - [2025-10-09 03:07:39] "GET /obj-perms HTTP/1.1" 200 5034 0.003784 10.0.0.56 - - [2025-10-09 03:07:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003950 10.0.0.41 - - [2025-10-09 03:07:39] "GET /projects?obj_uuids=d26c9305-2749-44f1-9aff-27f4e123dbfd&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001029 10.0.0.56 - - [2025-10-09 03:07:39] "GET /project/d26c9305-2749-44f1-9aff-27f4e123dbfd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1372 0.065949 10.0.0.56 - - [2025-10-09 03:07:39] "POST /neutron/network HTTP/1.1" 200 117 0.015477 10.0.0.56 - - [2025-10-09 03:07:40] "POST /neutron/network HTTP/1.1" 200 848 0.008706 10.0.0.56 - - [2025-10-09 03:07:40] "POST /id-to-fqname HTTP/1.1" 200 234 0.001178 10.0.0.56 - - [2025-10-09 03:07:40] "GET /virtual-network/33651c25-5ba3-4d3c-92e2-c052939a46cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2074 0.005899 10.0.0.56 - - [2025-10-09 03:07:40] "GET /virtual-network/33651c25-5ba3-4d3c-92e2-c052939a46cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2074 0.005669 10.0.0.56 - - [2025-10-09 03:07:40] "POST /neutron/subnet HTTP/1.1" 200 715 0.008698 10.0.0.56 - - [2025-10-09 03:07:40] "GET /virtual-network/33651c25-5ba3-4d3c-92e2-c052939a46cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2074 0.005493 10.0.0.56 - - [2025-10-09 03:07:40] "POST /id-to-fqname HTTP/1.1" 200 224 0.001426 10.0.0.41 - - [2025-10-09 03:07:41] "GET /projects?obj_uuids=d26c9305-2749-44f1-9aff-27f4e123dbfd&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001075 10.0.0.56 - - [2025-10-09 03:07:41] "GET /project/d26c9305-2749-44f1-9aff-27f4e123dbfd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1372 0.065186 10.0.0.56 - - [2025-10-09 03:07:42] "POST /neutron/port HTTP/1.1" 200 117 0.006865 10.0.0.56 - - [2025-10-09 03:07:42] "POST /id-to-fqname HTTP/1.1" 200 225 0.001668 10.0.0.56 - - [2025-10-09 03:07:42] "POST /neutron/network HTTP/1.1" 200 840 0.007214 10.0.0.56 - - [2025-10-09 03:07:42] "POST /neutron/port HTTP/1.1" 200 1062 0.015082 10.0.0.56 - - [2025-10-09 03:07:43] "POST /neutron/port HTTP/1.1" 200 1090 0.020057 10.0.0.56 - - [2025-10-09 03:07:43] "POST /neutron/port HTTP/1.1" 200 117 0.001226 10.0.0.41 - - [2025-10-09 03:07:43] "GET /projects?obj_uuids=d26c9305-2749-44f1-9aff-27f4e123dbfd&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001066 10.0.0.56 - - [2025-10-09 03:07:43] "GET /project/d26c9305-2749-44f1-9aff-27f4e123dbfd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1372 0.060762 10.0.0.56 - - [2025-10-09 03:07:43] "POST /neutron/port HTTP/1.1" 200 1090 0.019618 10.0.0.56 - - [2025-10-09 03:07:43] "POST /fqname-to-id HTTP/1.1" 404 193 0.003929 10.0.0.56 - - [2025-10-09 03:07:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.004148 10.0.0.41 - - [2025-10-09 03:07:43] "GET /domains?obj_uuids=7ed77c0b-e642-4c13-a404-7756503cf17d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001027 10.0.0.56 - - [2025-10-09 03:07:43] "GET /domain/7ed77c0b-e642-4c13-a404-7756503cf17d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.008399 10.0.0.56 - - [2025-10-09 03:07:43] "POST /service-templates HTTP/1.1" 200 543 0.044642 10.0.0.56 - - [2025-10-09 03:07:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003722 10.0.0.56 - - [2025-10-09 03:07:43] "GET /service-template/1ae71f73-e725-416c-95f4-34f2eeb69624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1643 0.015750 10.0.0.56 - - [2025-10-09 03:07:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003570 10.0.0.56 - - [2025-10-09 03:07:43] "GET /service-template/1ae71f73-e725-416c-95f4-34f2eeb69624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1643 0.004385 10.0.0.56 - - [2025-10-09 03:07:43] "POST /id-to-fqname HTTP/1.1" 200 233 0.001452 10.0.0.56 - - [2025-10-09 03:07:43] "POST /neutron/network HTTP/1.1" 200 840 0.007689 10.0.0.56 - - [2025-10-09 03:07:44] "POST /neutron/security_group HTTP/1.1" 200 2060 0.018679 10.0.0.56 - - [2025-10-09 03:07:44] "POST /neutron/port HTTP/1.1" 200 1060 0.030046 10.0.0.56 - - [2025-10-09 03:07:44] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004029 10.0.0.56 - - [2025-10-09 03:07:44] "POST /neutron/network HTTP/1.1" 200 830 0.006532 10.0.0.41 - - [2025-10-09 03:07:45] "GET /projects?obj_uuids=d26c9305-2749-44f1-9aff-27f4e123dbfd&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001307 10.0.0.56 - - [2025-10-09 03:07:45] "GET /project/d26c9305-2749-44f1-9aff-27f4e123dbfd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1372 0.070253 10.0.0.56 - - [2025-10-09 03:07:45] "POST /neutron/security_group HTTP/1.1" 200 2060 0.007966 10.0.0.56 - - [2025-10-09 03:07:45] "GET /virtual-machine/587c3d65-f8d8-41a1-9907-42c23c426b12 HTTP/1.1" 401 292 0.000442 10.0.0.56 - - [2025-10-09 03:07:45] "GET /virtual-machine/587c3d65-f8d8-41a1-9907-42c23c426b12 HTTP/1.1" 404 171 0.037441 10.0.0.41 - - [2025-10-09 03:07:45] "GET /projects?obj_uuids=d26c9305-2749-44f1-9aff-27f4e123dbfd&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001199 10.0.0.56 - - [2025-10-09 03:07:46] "POST /neutron/port HTTP/1.1" 200 1061 0.293492 10.0.0.56 - - [2025-10-09 03:07:46] "POST /neutron/port HTTP/1.1" 200 1115 0.097371 10.0.0.56 - - [2025-10-09 03:07:46] "POST /neutron/subnet HTTP/1.1" 200 694 0.011102 10.0.0.56 - - [2025-10-09 03:07:46] "GET /obj-perms HTTP/1.1" 200 5056 0.044759 10.0.0.19 - - [2025-10-09 03:07:46] "GET /obj-perms HTTP/1.1" 200 5056 0.045845 10.0.0.56 - - [2025-10-09 03:07:47] "GET /virtual-machine/587c3d65-f8d8-41a1-9907-42c23c426b12 HTTP/1.1" 200 1294 0.006585 10.0.0.56 - - [2025-10-09 03:07:47] "GET /virtual-machine-interface/e12c7210-b4e9-4009-b5d0-93f75ade8532 HTTP/1.1" 200 2985 0.005655 10.0.0.56 - - [2025-10-09 03:07:47] "GET /virtual-machine-interface/e12c7210-b4e9-4009-b5d0-93f75ade8532?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2764 0.006784 10.0.0.56 - - [2025-10-09 03:07:47] "PUT /virtual-machine-interface/e12c7210-b4e9-4009-b5d0-93f75ade8532 HTTP/1.1" 200 284 0.013208 10.0.0.56 - - [2025-10-09 03:07:47] "POST /neutron/port HTTP/1.1" 200 1089 0.015260 10.0.0.56 - - [2025-10-09 03:07:48] "POST /neutron/security_group HTTP/1.1" 200 2060 0.007432 10.0.0.56 - - [2025-10-09 03:07:48] "GET /virtual-machine/587c3d65-f8d8-41a1-9907-42c23c426b12 HTTP/1.1" 200 1294 0.004286 10.0.0.56 - - [2025-10-09 03:07:48] "GET /virtual-machine-interface/e12c7210-b4e9-4009-b5d0-93f75ade8532 HTTP/1.1" 200 3035 0.006195 10.0.0.56 - - [2025-10-09 03:07:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003013 10.0.0.56 - - [2025-10-09 03:07:48] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003576 10.0.0.56 - - [2025-10-09 03:07:48] "GET /virtual-networks?parent_id=d26c9305-2749-44f1-9aff-27f4e123dbfd&detail=False&count=False&shared=False HTTP/1.1" 200 1275 0.003081 10.0.0.56 - - [2025-10-09 03:07:48] "GET /virtual-network/d71fe0e8-a631-4aec-88a3-dcdf23378c21?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2074 0.005927 10.0.0.56 - - [2025-10-09 03:07:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003711 10.0.0.56 - - [2025-10-09 03:07:51] "GET /virtual-network/d71fe0e8-a631-4aec-88a3-dcdf23378c21?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2074 0.005350 10.0.0.56 - - [2025-10-09 03:07:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003730 10.0.0.56 - - [2025-10-09 03:07:55] "GET /virtual-network/d71fe0e8-a631-4aec-88a3-dcdf23378c21?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2074 0.005749 10.0.0.56 - - [2025-10-09 03:07:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003481 10.0.0.56 - - [2025-10-09 03:07:59] "GET /virtual-network/d71fe0e8-a631-4aec-88a3-dcdf23378c21?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2074 0.005391 10.0.0.41 - - [2025-10-09 03:08:00] "GET /global-system-configs HTTP/1.1" 401 292 0.000517 10.0.0.41 - - [2025-10-09 03:08:00] "GET /global-system-configs HTTP/1.1" 401 292 0.000428 10.0.0.41 - - [2025-10-09 03:08:01] "GET /global-system-configs HTTP/1.1" 401 292 0.000447 10.0.0.41 - - [2025-10-09 03:08:01] "GET /global-system-configs HTTP/1.1" 401 292 0.000590 10.0.0.19 - - [2025-10-09 03:08:01] "GET /global-system-configs HTTP/1.1" 401 292 0.001101 10.0.0.19 - - [2025-10-09 03:08:01] "GET /global-system-configs HTTP/1.1" 401 292 0.000363 10.0.0.19 - - [2025-10-09 03:08:01] "GET /global-system-configs HTTP/1.1" 401 292 0.000472 10.0.0.19 - - [2025-10-09 03:08:01] "GET /global-system-configs HTTP/1.1" 401 292 0.000403 10.0.0.56 - - [2025-10-09 03:08:03] "GET /global-system-configs HTTP/1.1" 401 292 0.000443 10.0.0.56 - - [2025-10-09 03:08:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.005947 10.0.0.56 - - [2025-10-09 03:08:03] "GET /global-system-configs HTTP/1.1" 401 292 0.000312 10.0.0.56 - - [2025-10-09 03:08:03] "GET /virtual-network/d71fe0e8-a631-4aec-88a3-dcdf23378c21?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2074 0.005375 10.0.0.56 - - [2025-10-09 03:08:05] "GET /global-system-configs HTTP/1.1" 401 292 0.000463 10.0.0.56 - - [2025-10-09 03:08:05] "GET /global-system-configs HTTP/1.1" 401 292 0.000427 10.0.0.56 - - [2025-10-09 03:08:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003634 10.0.0.56 - - [2025-10-09 03:08:07] "GET /virtual-network/d71fe0e8-a631-4aec-88a3-dcdf23378c21?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2074 0.005630 10.0.0.41 - - [2025-10-09 03:08:10] "DELETE /project/d26c9305274944f19aff27f4e123dbfd HTTP/1.1" 404 173 0.005965 10.0.0.41 - - [2025-10-09 03:08:10] "GET /projects?obj_uuids=7fe97614-9ebf-4d3d-9cd1-15e9d835638d&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000888 10.0.0.41 - - [2025-10-09 03:08:10] "GET /project/7fe97614-9ebf-4d3d-9cd1-15e9d835638d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1452 0.050227 10.0.0.41 - - [2025-10-09 03:08:10] "GET /projects?obj_uuids=7fe97614-9ebf-4d3d-9cd1-15e9d835638d&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001009 10.0.0.41 - - [2025-10-09 03:08:10] "GET /project/7fe97614-9ebf-4d3d-9cd1-15e9d835638d?fields=security_groups HTTP/1.1" 200 1351 0.063695 10.0.0.41 - - [2025-10-09 03:08:10] "DELETE /security-group/79816d2d-8348-4ecd-8a70-a537ba3d40be HTTP/1.1" 200 115 0.075150 10.0.0.41 - - [2025-10-09 03:08:10] "GET /projects?obj_uuids=7fe97614-9ebf-4d3d-9cd1-15e9d835638d&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000981 10.0.0.41 - - [2025-10-09 03:08:10] "DELETE /access-control-list/410d73c7-9500-4332-867d-93446580fa32 HTTP/1.1" 200 115 0.045824 10.0.0.41 - - [2025-10-09 03:08:10] "GET /project/7fe97614-9ebf-4d3d-9cd1-15e9d835638d?fields=application_policy_sets HTTP/1.1" 200 1390 0.060484 10.0.0.41 - - [2025-10-09 03:08:11] "DELETE /project/7fe97614-9ebf-4d3d-9cd1-15e9d835638d HTTP/1.1" 200 115 0.506984 10.0.0.56 - - [2025-10-09 03:08:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003926 10.0.0.56 - - [2025-10-09 03:08:11] "GET /virtual-network/d71fe0e8-a631-4aec-88a3-dcdf23378c21?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2074 0.006172 10.0.0.56 - - [2025-10-09 03:08:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.008801 10.0.0.56 - - [2025-10-09 03:08:15] "GET /virtual-network/d71fe0e8-a631-4aec-88a3-dcdf23378c21?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2074 0.005726 10.0.0.56 - - [2025-10-09 03:08:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004011 10.0.0.56 - - [2025-10-09 03:08:20] "GET /virtual-network/d71fe0e8-a631-4aec-88a3-dcdf23378c21?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2074 0.006803 10.0.0.56 - - [2025-10-09 03:08:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003754 10.0.0.56 - - [2025-10-09 03:08:24] "GET /virtual-network/d71fe0e8-a631-4aec-88a3-dcdf23378c21?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2074 0.005526 10.0.0.56 - - [2025-10-09 03:08:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003970 10.0.0.56 - - [2025-10-09 03:08:28] "GET /virtual-network/d71fe0e8-a631-4aec-88a3-dcdf23378c21?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2074 0.006483 10.0.0.56 - - [2025-10-09 03:08:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003772 10.0.0.56 - - [2025-10-09 03:08:30] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003789 10.0.0.56 - - [2025-10-09 03:08:30] "GET /virtual-networks?parent_id=d26c9305-2749-44f1-9aff-27f4e123dbfd&detail=False&count=False&shared=False HTTP/1.1" 200 1275 0.003018 10.0.0.56 - - [2025-10-09 03:08:30] "GET /virtual-network/d71fe0e8-a631-4aec-88a3-dcdf23378c21?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2074 0.006341 10.0.0.56 - - [2025-10-09 03:08:30] "POST /neutron/port HTTP/1.1" 200 1089 0.016026 10.0.0.56 - - [2025-10-09 03:08:33] "POST /neutron/security_group HTTP/1.1" 200 2060 0.029854 10.0.0.56 - - [2025-10-09 03:08:35] "POST /neutron/port HTTP/1.1" 200 1089 0.015736 10.0.0.56 - - [2025-10-09 03:08:37] "POST /neutron/port HTTP/1.1" 200 1088 0.017373 10.0.0.56 - - [2025-10-09 03:08:37] "POST /neutron/subnet HTTP/1.1" 200 689 0.018109 10.0.0.56 - - [2025-10-09 03:08:39] "POST /neutron/port HTTP/1.1" 200 1089 0.016942 10.0.0.56 - - [2025-10-09 03:08:40] "POST /neutron/security_group HTTP/1.1" 200 2060 0.008358 10.0.0.56 - - [2025-10-09 03:08:43] "POST /neutron/network HTTP/1.1" 200 840 0.027227 10.0.0.56 - - [2025-10-09 03:08:43] "POST /neutron/port HTTP/1.1" 200 117 0.001246 10.0.0.56 - - [2025-10-09 03:08:45] "POST /neutron/security_group HTTP/1.1" 200 2060 0.007372 10.0.0.56 - - [2025-10-09 03:08:51] "POST /fqname-to-id HTTP/1.1" 404 211 0.004112 10.0.0.56 - - [2025-10-09 03:08:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003268 10.0.0.41 - - [2025-10-09 03:08:51] "GET /projects?obj_uuids=d26c9305-2749-44f1-9aff-27f4e123dbfd&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001037 10.0.0.56 - - [2025-10-09 03:08:51] "GET /project/d26c9305-2749-44f1-9aff-27f4e123dbfd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1372 0.038377 10.0.0.56 - - [2025-10-09 03:08:51] "POST /service-instances HTTP/1.1" 200 547 0.038912 10.0.0.56 - - [2025-10-09 03:08:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004442 10.0.0.56 - - [2025-10-09 03:08:51] "GET /service-instance/f7690bd1-e06d-4ae0-9dba-b91c4f3bffcf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2074 0.007897 10.0.0.56 - - [2025-10-09 03:08:51] "POST /port-tuples HTTP/1.1" 200 590 0.038481 10.0.0.56 - - [2025-10-09 03:08:51] "GET /virtual-machine-interface/e12c7210-b4e9-4009-b5d0-93f75ade8532?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2814 0.006385 10.0.0.56 - - [2025-10-09 03:08:51] "PUT /virtual-machine-interface/e12c7210-b4e9-4009-b5d0-93f75ade8532 HTTP/1.1" 200 284 0.014594 10.0.0.56 - - [2025-10-09 03:08:51] "POST /ref-update HTTP/1.1" 200 156 0.019478 10.0.0.41 - - [2025-10-09 03:08:51] "POST /ref-update HTTP/1.1" 200 156 0.061431 10.0.0.56 - - [2025-10-09 03:08:51] "POST /neutron/port HTTP/1.1" 200 1090 0.016414 10.0.0.41 - - [2025-10-09 03:08:51] "POST /instance-ips HTTP/1.1" 200 373 0.047229 10.0.0.41 - - [2025-10-09 03:08:51] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.003507 10.0.0.56 - - [2025-10-09 03:08:52] "POST /neutron/security_group HTTP/1.1" 200 2060 0.007947 10.0.0.56 - - [2025-10-09 03:08:52] "GET /virtual-machine/d0129ceb-e31d-4035-a488-71bcfa41afc6 HTTP/1.1" 200 1295 0.005710 10.0.0.56 - - [2025-10-09 03:08:52] "GET /virtual-machine-interface/356d68b7-3c24-4fd2-8293-5666b84a270b HTTP/1.1" 200 2956 0.006168 10.0.0.56 - - [2025-10-09 03:08:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003212 10.0.0.56 - - [2025-10-09 03:08:52] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005827 10.0.0.56 - - [2025-10-09 03:08:52] "GET /virtual-networks?parent_id=d26c9305-2749-44f1-9aff-27f4e123dbfd&detail=False&count=False&shared=False HTTP/1.1" 200 1275 0.003220 10.0.0.56 - - [2025-10-09 03:08:52] "GET /virtual-network/3cc04242-7f51-4643-b3e7-41d46f86e778?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.006058 10.0.0.56 - - [2025-10-09 03:08:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003750 10.0.0.56 - - [2025-10-09 03:08:53] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004093 10.0.0.56 - - [2025-10-09 03:08:53] "GET /virtual-networks?parent_id=d26c9305-2749-44f1-9aff-27f4e123dbfd&detail=False&count=False&shared=False HTTP/1.1" 200 1275 0.003142 10.0.0.56 - - [2025-10-09 03:08:53] "GET /virtual-network/3cc04242-7f51-4643-b3e7-41d46f86e778?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.006894 10.0.0.56 - - [2025-10-09 03:08:53] "POST /neutron/port HTTP/1.1" 200 1088 0.015497 10.0.0.56 - - [2025-10-09 03:08:53] "POST /neutron/security_group HTTP/1.1" 200 2060 0.007763 10.0.0.56 - - [2025-10-09 03:08:53] "GET /virtual-machine/ca78bfbd-0fde-477a-948e-394b9e90d19e HTTP/1.1" 200 1295 0.005935 10.0.0.56 - - [2025-10-09 03:08:53] "GET /virtual-machine-interface/6928ca2c-3ce8-495c-8bd6-16a0eca704ce HTTP/1.1" 200 2960 0.004996 10.0.0.56 - - [2025-10-09 03:08:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003298 10.0.0.56 - - [2025-10-09 03:08:53] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003602 10.0.0.56 - - [2025-10-09 03:08:53] "GET /virtual-networks?parent_id=d26c9305-2749-44f1-9aff-27f4e123dbfd&detail=False&count=False&shared=False HTTP/1.1" 200 1275 0.002673 10.0.0.56 - - [2025-10-09 03:08:53] "GET /virtual-network/49b32094-4d12-42da-9148-a0ca1b56675a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.006021 10.0.0.56 - - [2025-10-09 03:08:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003828 10.0.0.56 - - [2025-10-09 03:08:54] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004748 10.0.0.56 - - [2025-10-09 03:08:54] "GET /virtual-networks?parent_id=d26c9305-2749-44f1-9aff-27f4e123dbfd&detail=False&count=False&shared=False HTTP/1.1" 200 1275 0.006072 10.0.0.56 - - [2025-10-09 03:08:54] "GET /virtual-network/49b32094-4d12-42da-9148-a0ca1b56675a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.006254 10.0.0.56 - - [2025-10-09 03:08:55] "POST /fqname-to-id HTTP/1.1" 404 215 0.003340 10.0.0.56 - - [2025-10-09 03:08:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003257 10.0.0.41 - - [2025-10-09 03:08:55] "GET /projects?obj_uuids=d26c9305-2749-44f1-9aff-27f4e123dbfd&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001008 10.0.0.56 - - [2025-10-09 03:08:55] "GET /project/d26c9305-2749-44f1-9aff-27f4e123dbfd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1372 0.061923 10.0.0.56 - - [2025-10-09 03:08:55] "POST /network-policys HTTP/1.1" 200 551 0.026945 10.0.0.56 - - [2025-10-09 03:08:55] "GET /network-policy/af9438f6-35df-4aed-b9fe-a57a62a3c4f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2474 0.005967 10.0.0.56 - - [2025-10-09 03:08:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.002945 10.0.0.56 - - [2025-10-09 03:08:55] "GET /virtual-network/3cc04242-7f51-4643-b3e7-41d46f86e778?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.006660 10.0.0.56 - - [2025-10-09 03:08:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003141 10.0.0.56 - - [2025-10-09 03:08:55] "GET /network-policy/af9438f6-35df-4aed-b9fe-a57a62a3c4f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2474 0.003916 10.0.0.56 - - [2025-10-09 03:08:55] "POST /ref-update HTTP/1.1" 200 156 0.061547 10.0.0.41 - - [2025-10-09 03:08:55] "POST /access-control-lists HTTP/1.1" 200 596 0.036852 10.0.0.56 - - [2025-10-09 03:08:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.004345 10.0.0.56 - - [2025-10-09 03:08:55] "GET /network-policy/af9438f6-35df-4aed-b9fe-a57a62a3c4f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2474 0.005102 10.0.0.56 - - [2025-10-09 03:08:55] "GET /virtual-network/3cc04242-7f51-4643-b3e7-41d46f86e778?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2363 0.007381 10.0.0.56 - - [2025-10-09 03:08:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003288 10.0.0.56 - - [2025-10-09 03:08:55] "GET /network-policy/af9438f6-35df-4aed-b9fe-a57a62a3c4f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2474 0.005063 10.0.0.56 - - [2025-10-09 03:08:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003188 10.0.0.56 - - [2025-10-09 03:08:55] "GET /virtual-network/49b32094-4d12-42da-9148-a0ca1b56675a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.006754 10.0.0.56 - - [2025-10-09 03:08:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003491 10.0.0.56 - - [2025-10-09 03:08:55] "GET /network-policy/af9438f6-35df-4aed-b9fe-a57a62a3c4f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2474 0.005312 10.0.0.56 - - [2025-10-09 03:08:55] "POST /ref-update HTTP/1.1" 200 156 0.062373 10.0.0.56 - - [2025-10-09 03:08:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.004102 10.0.0.41 - - [2025-10-09 03:08:55] "POST /access-control-lists HTTP/1.1" 200 599 0.088781 10.0.0.56 - - [2025-10-09 03:08:55] "GET /network-policy/af9438f6-35df-4aed-b9fe-a57a62a3c4f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2474 0.008837 10.0.0.56 - - [2025-10-09 03:08:56] "GET /virtual-network/49b32094-4d12-42da-9148-a0ca1b56675a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2360 0.022881 10.0.0.56 - - [2025-10-09 03:08:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.020632 10.0.0.41 - - [2025-10-09 03:08:56] "PUT /access-control-list/6bb39a17-3055-43e8-bd42-6f7a7bd1a198 HTTP/1.1" 200 272 0.062638 10.0.0.56 - - [2025-10-09 03:08:56] "GET /network-policy/af9438f6-35df-4aed-b9fe-a57a62a3c4f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2474 0.007939 10.0.0.56 - - [2025-10-09 03:08:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003922 10.0.0.56 - - [2025-10-09 03:08:56] "GET /service-template/1ae71f73-e725-416c-95f4-34f2eeb69624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1643 0.005090 10.0.0.56 - - [2025-10-09 03:08:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003434 10.0.0.41 - - [2025-10-09 03:08:56] "GET /projects?obj_uuids=d26c9305-2749-44f1-9aff-27f4e123dbfd&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001122 10.0.0.56 - - [2025-10-09 03:08:56] "GET /project/d26c9305-2749-44f1-9aff-27f4e123dbfd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1372 0.043543 10.0.0.56 - - [2025-10-09 03:08:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003693 10.0.0.56 - - [2025-10-09 03:08:56] "GET /service-instance/f7690bd1-e06d-4ae0-9dba-b91c4f3bffcf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2544 0.006809 10.0.0.56 - - [2025-10-09 03:08:56] "POST /neutron/port HTTP/1.1" 200 1383 0.026410 10.0.0.56 - - [2025-10-09 03:08:56] "POST /neutron/security_group HTTP/1.1" 200 2060 0.008550 10.0.0.56 - - [2025-10-09 03:08:57] "POST /neutron/port HTTP/1.1" 200 1383 0.019872 10.0.0.56 - - [2025-10-09 03:08:57] "POST /neutron/network HTTP/1.1" 200 847 0.007863 10.0.0.56 - - [2025-10-09 03:08:57] "POST /id-to-fqname HTTP/1.1" 200 233 0.001130 10.0.0.56 - - [2025-10-09 03:08:57] "GET /virtual-machine/587c3d65-f8d8-41a1-9907-42c23c426b12 HTTP/1.1" 200 1294 0.005096 10.0.0.56 - - [2025-10-09 03:08:57] "GET /virtual-machine-interface/e12c7210-b4e9-4009-b5d0-93f75ade8532 HTTP/1.1" 200 3891 0.006945 10.0.0.56 - - [2025-10-09 03:08:57] "GET /instance-ip/2a7c4f98-bb1f-472e-8ecd-565dd89f4704 HTTP/1.1" 200 1634 0.007829 10.0.0.56 - - [2025-10-09 03:08:57] "GET /instance-ip/a1231714-f3b6-4115-84dd-c331504534d7 HTTP/1.1" 200 1964 0.003968 10.0.0.56 - - [2025-10-09 03:08:57] "GET /instance-ip/bc33ee42-a3f9-4e35-9960-6036370572b0 HTTP/1.1" 200 1963 0.003840 10.0.0.56 - - [2025-10-09 03:08:57] "POST /neutron/port HTTP/1.1" 200 1383 0.020607 10.0.0.56 - - [2025-10-09 03:08:57] "GET /virtual-machine/587c3d65-f8d8-41a1-9907-42c23c426b12 HTTP/1.1" 200 1294 0.005257 10.0.0.56 - - [2025-10-09 03:08:57] "GET /virtual-machine-interface/e12c7210-b4e9-4009-b5d0-93f75ade8532 HTTP/1.1" 200 3891 0.006182 10.0.0.56 - - [2025-10-09 03:08:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003505 10.0.0.56 - - [2025-10-09 03:08:57] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003680 10.0.0.56 - - [2025-10-09 03:08:57] "GET /virtual-networks?parent_id=d26c9305-2749-44f1-9aff-27f4e123dbfd&detail=False&count=False&shared=False HTTP/1.1" 200 1275 0.003334 10.0.0.56 - - [2025-10-09 03:08:57] "GET /virtual-network/d71fe0e8-a631-4aec-88a3-dcdf23378c21?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2074 0.006138 10.0.0.56 - - [2025-10-09 03:08:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004773 10.0.0.56 - - [2025-10-09 03:08:58] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005219 10.0.0.56 - - [2025-10-09 03:08:58] "GET /virtual-networks?parent_id=d26c9305-2749-44f1-9aff-27f4e123dbfd&detail=False&count=False&shared=False HTTP/1.1" 200 1275 0.004566 10.0.0.56 - - [2025-10-09 03:08:58] "GET /virtual-network/d71fe0e8-a631-4aec-88a3-dcdf23378c21?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2074 0.006958 10.0.0.56 - - [2025-10-09 03:08:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003546 10.0.0.56 - - [2025-10-09 03:08:58] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004866 10.0.0.56 - - [2025-10-09 03:08:58] "GET /virtual-networks?parent_id=d26c9305-2749-44f1-9aff-27f4e123dbfd&detail=False&count=False&shared=False HTTP/1.1" 200 1275 0.003863 10.0.0.56 - - [2025-10-09 03:08:58] "GET /virtual-network/d71fe0e8-a631-4aec-88a3-dcdf23378c21?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2074 0.006562 10.0.0.56 - - [2025-10-09 03:08:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003450 10.0.0.56 - - [2025-10-09 03:08:58] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004678 10.0.0.56 - - [2025-10-09 03:08:58] "GET /virtual-networks?parent_id=d26c9305-2749-44f1-9aff-27f4e123dbfd&detail=False&count=False&shared=False HTTP/1.1" 200 1275 0.003991 10.0.0.56 - - [2025-10-09 03:08:58] "GET /virtual-network/d71fe0e8-a631-4aec-88a3-dcdf23378c21?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2074 0.006646 10.0.0.56 - - [2025-10-09 03:08:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004007 10.0.0.56 - - [2025-10-09 03:08:58] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004161 10.0.0.56 - - [2025-10-09 03:08:58] "GET /virtual-networks?parent_id=d26c9305-2749-44f1-9aff-27f4e123dbfd&detail=False&count=False&shared=False HTTP/1.1" 200 1275 0.003282 10.0.0.56 - - [2025-10-09 03:08:59] "GET /virtual-network/d71fe0e8-a631-4aec-88a3-dcdf23378c21?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2074 0.005722 10.0.0.56 - - [2025-10-09 03:08:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.004580 10.0.0.56 - - [2025-10-09 03:08:59] "GET /routing-instance/a593319d-c7b8-461b-a737-f7ef965e96e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2099 0.004056 10.0.0.56 - - [2025-10-09 03:08:59] "GET /routing-instance/a593319d-c7b8-461b-a737-f7ef965e96e5?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1590 0.005356 10.0.0.56 - - [2025-10-09 03:08:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.004068 10.0.0.56 - - [2025-10-09 03:08:59] "GET /routing-instance/034cbde0-0a58-4032-8bdc-f6add17aeeec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2099 0.004737 10.0.0.56 - - [2025-10-09 03:08:59] "GET /routing-instance/034cbde0-0a58-4032-8bdc-f6add17aeeec?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1591 0.005607 10.0.0.56 - - [2025-10-09 03:09:38] "POST /neutron/port HTTP/1.1" 200 1088 0.027198 10.0.0.56 - - [2025-10-09 03:09:38] "POST /neutron/subnet HTTP/1.1" 200 689 0.009701 10.0.0.56 - - [2025-10-09 03:09:45] "POST /neutron/port HTTP/1.1" 200 1383 0.021408 10.0.0.56 - - [2025-10-09 03:09:45] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003896 10.0.0.56 - - [2025-10-09 03:09:45] "POST /neutron/network HTTP/1.1" 200 847 0.008642 10.0.0.56 - - [2025-10-09 03:09:48] "GET /network-policy/af9438f6-35df-4aed-b9fe-a57a62a3c4f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2474 0.004580 10.0.0.56 - - [2025-10-09 03:09:48] "PUT /network-policy/af9438f6-35df-4aed-b9fe-a57a62a3c4f6 HTTP/1.1" 200 262 0.013887 10.0.0.56 - - [2025-10-09 03:09:48] "GET /network-policy/af9438f6-35df-4aed-b9fe-a57a62a3c4f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3770 0.012531 10.0.0.41 - - [2025-10-09 03:09:48] "GET /obj-perms HTTP/1.1" 200 5056 0.046325 10.0.0.56 - - [2025-10-09 03:10:11] "POST /neutron/port HTTP/1.1" 200 1383 0.021089 10.0.0.56 - - [2025-10-09 03:10:16] "POST /ref-update HTTP/1.1" 200 156 0.069743 10.0.0.41 - - [2025-10-09 03:10:17] "DELETE /access-control-list/5ea2df39-f6c1-4d0b-b933-eae4e1a222e7 HTTP/1.1" 200 115 0.085472 10.0.0.56 - - [2025-10-09 03:10:17] "GET /virtual-network/49b32094-4d12-42da-9148-a0ca1b56675a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.022535 10.0.0.56 - - [2025-10-09 03:10:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003782 10.0.0.56 - - [2025-10-09 03:10:17] "GET /network-policy/af9438f6-35df-4aed-b9fe-a57a62a3c4f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3770 0.006635 10.0.0.56 - - [2025-10-09 03:10:17] "POST /ref-update HTTP/1.1" 200 156 0.073331 10.0.0.56 - - [2025-10-09 03:10:17] "POST /neutron/network HTTP/1.1" 200 830 0.014023 10.0.0.56 - - [2025-10-09 03:10:17] "GET /virtual-network/3cc04242-7f51-4643-b3e7-41d46f86e778?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005768 10.0.0.56 - - [2025-10-09 03:10:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.002782 10.0.0.56 - - [2025-10-09 03:10:17] "GET /network-policy/af9438f6-35df-4aed-b9fe-a57a62a3c4f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3770 0.004499 10.0.0.56 - - [2025-10-09 03:10:17] "DELETE /network-policy/af9438f6-35df-4aed-b9fe-a57a62a3c4f6 HTTP/1.1" 200 115 0.034379 10.0.0.56 - - [2025-10-09 03:10:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004455 10.0.0.56 - - [2025-10-09 03:10:17] "DELETE /service-instance/f7690bd1-e06d-4ae0-9dba-b91c4f3bffcf HTTP/1.1" 200 115 0.045988 10.0.0.56 - - [2025-10-09 03:10:17] "GET /service-instances?detail=False&count=False&shared=False HTTP/1.1" 200 133 0.003794 10.0.0.56 - - [2025-10-09 03:10:17] "GET /service-instances?detail=False&count=False&shared=False HTTP/1.1" 200 133 0.004973 10.0.0.41 - - [2025-10-09 03:10:17] "POST /ref-update HTTP/1.1" 200 156 0.021129 10.0.0.41 - - [2025-10-09 03:10:17] "POST /ref-update HTTP/1.1" 200 156 0.024849 10.0.0.56 - - [2025-10-09 03:10:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.005116 10.0.0.41 - - [2025-10-09 03:10:17] "POST /ref-update HTTP/1.1" 200 156 0.035859 10.0.0.56 - - [2025-10-09 03:10:17] "DELETE /service-template/1ae71f73-e725-416c-95f4-34f2eeb69624 HTTP/1.1" 200 115 0.057417 10.0.0.56 - - [2025-10-09 03:10:17] "POST /fqname-to-id HTTP/1.1" 404 193 0.017441 10.0.0.41 - - [2025-10-09 03:10:18] "DELETE /route-target/8da9d757-41e8-4a63-9d71-5654b4ba2fa9 HTTP/1.1" 200 115 0.039074 10.0.0.56 - - [2025-10-09 03:10:18] "POST /neutron/network HTTP/1.1" 200 847 0.006727 10.0.0.56 - - [2025-10-09 03:10:18] "POST /neutron/port HTTP/1.1" 200 1088 0.015338 10.0.0.56 - - [2025-10-09 03:10:18] "POST /neutron/port HTTP/1.1" 200 1116 0.022333 10.0.0.56 - - [2025-10-09 03:10:18] "POST /neutron/port HTTP/1.1" 200 151 0.264680 10.0.0.41 - - [2025-10-09 03:10:20] "POST /useragent-kv HTTP/1.1" 200 115 0.004148 10.0.0.41 - - [2025-10-09 03:10:20] "POST /useragent-kv HTTP/1.1" 200 115 0.003773 10.0.0.56 - - [2025-10-09 03:10:20] "POST /neutron/network HTTP/1.1" 200 151 0.121136 10.0.0.41 - - [2025-10-09 03:10:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.005371 10.0.0.56 - - [2025-10-09 03:10:21] "POST /neutron/network HTTP/1.1" 200 830 0.007089 10.0.0.41 - - [2025-10-09 03:10:21] "DELETE /route-target/09f26bfe-ae64-4565-b2f1-f7619356eb8b HTTP/1.1" 200 115 0.021578 10.0.0.41 - - [2025-10-09 03:10:21] "POST /useragent-kv HTTP/1.1" 200 115 0.003588 10.0.0.41 - - [2025-10-09 03:10:21] "POST /useragent-kv HTTP/1.1" 200 115 0.002324 10.0.0.56 - - [2025-10-09 03:10:21] "POST /neutron/network HTTP/1.1" 200 151 0.116708 10.0.0.41 - - [2025-10-09 03:10:23] "GET /projects?obj_uuids=d26c9305-2749-44f1-9aff-27f4e123dbfd&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001060 10.0.0.56 - - [2025-10-09 03:10:23] "GET /project/d26c9305-2749-44f1-9aff-27f4e123dbfd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1372 0.046443 10.0.0.41 - - [2025-10-09 03:10:23] "GET /projects?obj_uuids=d26c9305-2749-44f1-9aff-27f4e123dbfd&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000963 10.0.0.56 - - [2025-10-09 03:10:23] "GET /project/d26c9305-2749-44f1-9aff-27f4e123dbfd?fields=virtual_networks HTTP/1.1" 200 1037 0.042203 10.0.0.41 - - [2025-10-09 03:10:23] "GET /projects?obj_uuids=d26c9305-2749-44f1-9aff-27f4e123dbfd&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000991 10.0.0.56 - - [2025-10-09 03:10:23] "GET /project/d26c9305-2749-44f1-9aff-27f4e123dbfd?fields=virtual_machine_interfaces HTTP/1.1" 200 1037 0.048819 10.0.0.41 - - [2025-10-09 03:10:23] "GET /projects?obj_uuids=d26c9305-2749-44f1-9aff-27f4e123dbfd&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001015 10.0.0.56 - - [2025-10-09 03:10:23] "GET /project/d26c9305-2749-44f1-9aff-27f4e123dbfd?fields=security_groups HTTP/1.1" 200 1265 0.039429 10.0.0.56 - - [2025-10-09 03:10:24] "POST /fqname-to-id HTTP/1.1" 404 189 0.027435 10.0.0.41 - - [2025-10-09 03:10:24] "GET /projects?obj_uuids=9db4f58b-a0eb-49b3-9256-cd51c1d2edb0&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003104 10.0.0.41 - - [2025-10-09 03:10:24] "GET /domains?obj_uuids=7ed77c0b-e642-4c13-a404-7756503cf17d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000983 10.0.0.41 - - [2025-10-09 03:10:24] "GET /domain/7ed77c0b-e642-4c13-a404-7756503cf17d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006878 10.0.0.41 - - [2025-10-09 03:10:24] "POST /id-to-fqname HTTP/1.1" 200 191 0.009778 10.0.0.41 - - [2025-10-09 03:10:24] "POST /fqname-to-id HTTP/1.1" 404 200 0.009081 10.0.0.41 - - [2025-10-09 03:10:24] "POST /security-groups HTTP/1.1" 200 592 0.028889 10.0.0.41 - - [2025-10-09 03:10:24] "POST /fqname-to-id HTTP/1.1" 404 235 0.005062 10.0.0.41 - - [2025-10-09 03:10:24] "POST /projects HTTP/1.1" 200 587 0.265935 10.0.0.41 - - [2025-10-09 03:10:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.334050 10.0.0.41 - - [2025-10-09 03:10:24] "POST /access-control-lists HTTP/1.1" 200 595 0.036180 10.0.0.56 - - [2025-10-09 03:10:24] "GET /project/9db4f58b-a0eb-49b3-9256-cd51c1d2edb0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.469800 10.0.0.56 - - [2025-10-09 03:10:25] "GET / HTTP/1.1" 200 35931 0.001584 10.0.0.56 - - [2025-10-09 03:10:27] "GET /project/9db4f58b-a0eb-49b3-9256-cd51c1d2edb0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000671 10.0.0.41 - - [2025-10-09 03:10:28] "GET /projects?obj_uuids=9db4f58b-a0eb-49b3-9256-cd51c1d2edb0&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001045 10.0.0.56 - - [2025-10-09 03:10:28] "GET /project/9db4f58b-a0eb-49b3-9256-cd51c1d2edb0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.082344 10.0.0.56 - - [2025-10-09 03:10:28] "POST /fqname-to-id HTTP/1.1" 404 180 0.004066 10.0.0.56 - - [2025-10-09 03:10:28] "POST /virtual-DNSs HTTP/1.1" 200 507 0.040345 10.0.0.56 - - [2025-10-09 03:10:28] "GET /virtual-DNS/4c2e657d-a5fe-4aeb-82cb-e748e73269d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1437 0.007866 10.0.0.56 - - [2025-10-09 03:10:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003680 10.0.0.56 - - [2025-10-09 03:10:28] "GET /virtual-DNS/4c2e657d-a5fe-4aeb-82cb-e748e73269d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1437 0.004536 10.0.0.56 - - [2025-10-09 03:10:28] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 545 0.003354 10.0.0.56 - - [2025-10-09 03:10:28] "POST /network-ipams HTTP/1.1" 200 514 0.025693 10.0.0.56 - - [2025-10-09 03:10:28] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 751 0.003569 10.0.0.56 - - [2025-10-09 03:10:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.004336 10.0.0.56 - - [2025-10-09 03:10:29] "GET /network-ipam/4f46a597-78d2-4da7-bfe7-b6d8a2eb9827?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.006105 10.0.0.56 - - [2025-10-09 03:10:29] "PUT /network-ipam/4f46a597-78d2-4da7-bfe7-b6d8a2eb9827 HTTP/1.1" 200 258 0.015801 10.0.0.56 - - [2025-10-09 03:10:29] "POST /ref-update HTTP/1.1" 200 156 0.014670 10.0.0.56 - - [2025-10-09 03:10:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003918 10.0.0.41 - - [2025-10-09 03:10:29] "GET /projects?obj_uuids=9db4f58b-a0eb-49b3-9256-cd51c1d2edb0&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001102 10.0.0.56 - - [2025-10-09 03:10:29] "GET /project/9db4f58b-a0eb-49b3-9256-cd51c1d2edb0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.036930 10.0.0.41 - - [2025-10-09 03:10:29] "POST /useragent-kv HTTP/1.1" 200 115 0.006015 10.0.0.56 - - [2025-10-09 03:10:29] "POST /neutron/subnet HTTP/1.1" 200 711 0.251736 10.0.0.56 - - [2025-10-09 03:10:29] "POST /id-to-fqname HTTP/1.1" 200 227 0.001367 10.0.0.56 - - [2025-10-09 03:10:29] "GET /virtual-network/a09220fb-846f-4098-b347-fc0c5b7df048?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005356 10.0.0.56 - - [2025-10-09 03:10:29] "GET /virtual-network/a09220fb-846f-4098-b347-fc0c5b7df048?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.006137 10.0.0.56 - - [2025-10-09 03:10:29] "POST /neutron/network HTTP/1.1" 200 833 0.007222 10.0.0.56 - - [2025-10-09 03:10:30] "POST /neutron/network HTTP/1.1" 200 833 0.006976 10.0.0.56 - - [2025-10-09 03:10:30] "POST /id-to-fqname HTTP/1.1" 200 227 0.001122 10.0.0.41 - - [2025-10-09 03:10:30] "GET /projects?obj_uuids=9db4f58b-a0eb-49b3-9256-cd51c1d2edb0&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001049 10.0.0.56 - - [2025-10-09 03:10:31] "GET /project/9db4f58b-a0eb-49b3-9256-cd51c1d2edb0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.071755 10.0.0.56 - - [2025-10-09 03:10:31] "POST /neutron/port HTTP/1.1" 200 117 0.006020 10.0.0.56 - - [2025-10-09 03:10:31] "POST /neutron/network HTTP/1.1" 200 843 0.006907 10.0.0.56 - - [2025-10-09 03:10:31] "POST /neutron/port HTTP/1.1" 200 1058 0.015111 10.0.0.56 - - [2025-10-09 03:10:32] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004220 10.0.0.56 - - [2025-10-09 03:10:32] "POST /neutron/network HTTP/1.1" 200 833 0.006690 10.0.0.56 - - [2025-10-09 03:10:36] "POST /neutron/port HTTP/1.1" 200 1086 0.026721 10.0.0.56 - - [2025-10-09 03:10:36] "POST /neutron/security_group HTTP/1.1" 200 2059 0.009597 10.0.0.56 - - [2025-10-09 03:10:36] "GET /virtual-machine/981e3b7e-cf6d-4ea4-8bf7-9c881f3cf41d HTTP/1.1" 401 292 0.000610 10.0.0.56 - - [2025-10-09 03:10:36] "GET /virtual-machine/981e3b7e-cf6d-4ea4-8bf7-9c881f3cf41d HTTP/1.1" 200 1294 0.032211 10.0.0.56 - - [2025-10-09 03:10:36] "GET /virtual-machine-interface/fd559e4c-46de-44f4-817d-5a1b7925b2b9 HTTP/1.1" 200 2964 0.005300 10.0.0.56 - - [2025-10-09 03:10:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004796 10.0.0.56 - - [2025-10-09 03:10:36] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004935 10.0.0.56 - - [2025-10-09 03:10:36] "GET /virtual-networks?parent_id=9db4f58b-a0eb-49b3-9256-cd51c1d2edb0&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.004164 10.0.0.56 - - [2025-10-09 03:10:37] "GET /virtual-network/a09220fb-846f-4098-b347-fc0c5b7df048?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.008033 10.0.0.56 - - [2025-10-09 03:10:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003947 10.0.0.56 - - [2025-10-09 03:10:40] "GET /virtual-network/a09220fb-846f-4098-b347-fc0c5b7df048?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005481 10.0.0.56 - - [2025-10-09 03:10:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004848 10.0.0.56 - - [2025-10-09 03:10:44] "GET /virtual-network/a09220fb-846f-4098-b347-fc0c5b7df048?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.007766 10.0.0.56 - - [2025-10-09 03:10:45] "POST /neutron/network HTTP/1.1" 200 843 0.006432 10.0.0.56 - - [2025-10-09 03:10:45] "POST /neutron/port HTTP/1.1" 200 117 0.001743 10.0.0.56 - - [2025-10-09 03:10:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003680 10.0.0.56 - - [2025-10-09 03:10:48] "GET /virtual-network/a09220fb-846f-4098-b347-fc0c5b7df048?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.007263 10.0.0.56 - - [2025-10-09 03:10:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003654 10.0.0.56 - - [2025-10-09 03:10:52] "GET /virtual-network/a09220fb-846f-4098-b347-fc0c5b7df048?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005297 10.0.0.56 - - [2025-10-09 03:10:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003644 10.0.0.56 - - [2025-10-09 03:10:56] "GET /virtual-network/a09220fb-846f-4098-b347-fc0c5b7df048?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005339 10.0.0.56 - - [2025-10-09 03:11:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.005369 10.0.0.56 - - [2025-10-09 03:11:00] "GET /virtual-network/a09220fb-846f-4098-b347-fc0c5b7df048?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005409 10.0.0.56 - - [2025-10-09 03:11:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004096 10.0.0.56 - - [2025-10-09 03:11:04] "GET /virtual-network/a09220fb-846f-4098-b347-fc0c5b7df048?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005415 10.0.0.56 - - [2025-10-09 03:11:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003590 10.0.0.56 - - [2025-10-09 03:11:08] "GET /virtual-network/a09220fb-846f-4098-b347-fc0c5b7df048?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.006860 10.0.0.56 - - [2025-10-09 03:11:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003940 10.0.0.56 - - [2025-10-09 03:11:10] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004026 10.0.0.56 - - [2025-10-09 03:11:10] "GET /virtual-networks?parent_id=9db4f58b-a0eb-49b3-9256-cd51c1d2edb0&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.003079 10.0.0.56 - - [2025-10-09 03:11:10] "GET /virtual-network/a09220fb-846f-4098-b347-fc0c5b7df048?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.006867 10.0.0.56 - - [2025-10-09 03:11:11] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007741 10.0.0.41 - - [2025-10-09 03:11:11] "DELETE /project/9db4f58ba0eb49b39256cd51c1d2edb0 HTTP/1.1" 404 173 0.005954 10.0.0.41 - - [2025-10-09 03:11:11] "GET /projects?obj_uuids=d26c9305-2749-44f1-9aff-27f4e123dbfd&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000836 10.0.0.41 - - [2025-10-09 03:11:11] "GET /project/d26c9305-2749-44f1-9aff-27f4e123dbfd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1477 0.050530 10.0.0.41 - - [2025-10-09 03:11:11] "GET /projects?obj_uuids=d26c9305-2749-44f1-9aff-27f4e123dbfd&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000942 10.0.0.41 - - [2025-10-09 03:11:11] "GET /project/d26c9305-2749-44f1-9aff-27f4e123dbfd?fields=security_groups HTTP/1.1" 200 1370 0.036513 10.0.0.41 - - [2025-10-09 03:11:11] "DELETE /security-group/b3080d42-26e5-46f9-b426-576ca3334992 HTTP/1.1" 404 177 0.011148 10.0.0.41 - - [2025-10-09 03:11:11] "DELETE /access-control-list/1b1ab879-8e56-4dc7-b122-ed5eda71b54d HTTP/1.1" 200 115 0.045448 10.0.0.41 - - [2025-10-09 03:11:11] "GET /projects?obj_uuids=d26c9305-2749-44f1-9aff-27f4e123dbfd&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002251 10.0.0.41 - - [2025-10-09 03:11:11] "GET /project/d26c9305-2749-44f1-9aff-27f4e123dbfd?fields=application_policy_sets HTTP/1.1" 200 1409 0.078935 10.0.0.41 - - [2025-10-09 03:11:11] "DELETE /project/d26c9305-2749-44f1-9aff-27f4e123dbfd HTTP/1.1" 200 115 0.473368 10.0.0.56 - - [2025-10-09 03:11:18] "POST /neutron/port HTTP/1.1" 200 1086 0.016008 10.0.0.56 - - [2025-10-09 03:11:21] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007308 10.0.0.56 - - [2025-10-09 03:11:45] "POST /neutron/network HTTP/1.1" 200 843 0.010260 10.0.0.56 - - [2025-10-09 03:11:45] "POST /neutron/port HTTP/1.1" 200 117 0.001269 10.0.0.56 - - [2025-10-09 03:11:49] "GET /obj-perms HTTP/1.1" 200 5056 0.049939 10.0.0.56 - - [2025-10-09 03:11:51] "POST /neutron/network HTTP/1.1" 200 833 0.007069 10.0.0.56 - - [2025-10-09 03:11:51] "POST /id-to-fqname HTTP/1.1" 200 227 0.001004 10.0.0.56 - - [2025-10-09 03:11:52] "POST /neutron/network HTTP/1.1" 200 843 0.006630 10.0.0.41 - - [2025-10-09 03:11:52] "GET /projects?obj_uuids=9db4f58b-a0eb-49b3-9256-cd51c1d2edb0&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.022193 10.0.0.56 - - [2025-10-09 03:11:52] "GET /project/9db4f58b-a0eb-49b3-9256-cd51c1d2edb0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.086480 10.0.0.56 - - [2025-10-09 03:11:53] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007807 10.0.0.56 - - [2025-10-09 03:11:53] "POST /neutron/network HTTP/1.1" 200 843 0.008117 10.0.0.56 - - [2025-10-09 03:11:54] "POST /neutron/port HTTP/1.1" 200 1058 0.037236 10.0.0.56 - - [2025-10-09 03:11:54] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004163 10.0.0.56 - - [2025-10-09 03:11:54] "POST /neutron/network HTTP/1.1" 200 833 0.006943 10.0.0.56 - - [2025-10-09 03:11:58] "POST /neutron/port HTTP/1.1" 200 1086 0.017471 10.0.0.56 - - [2025-10-09 03:11:58] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007159 10.0.0.56 - - [2025-10-09 03:11:58] "GET /virtual-machine/eb1fcb2d-031c-4838-a1d0-cb8206a2a7ae HTTP/1.1" 200 1294 0.006440 10.0.0.56 - - [2025-10-09 03:11:58] "GET /virtual-machine-interface/eb2304e4-85e6-44dc-8340-186afc52845b HTTP/1.1" 200 2964 0.005334 10.0.0.56 - - [2025-10-09 03:11:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003381 10.0.0.56 - - [2025-10-09 03:11:58] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003525 10.0.0.56 - - [2025-10-09 03:11:58] "GET /virtual-networks?parent_id=9db4f58b-a0eb-49b3-9256-cd51c1d2edb0&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.002690 10.0.0.56 - - [2025-10-09 03:11:58] "GET /virtual-network/a09220fb-846f-4098-b347-fc0c5b7df048?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.008383 10.0.0.56 - - [2025-10-09 03:12:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003457 10.0.0.56 - - [2025-10-09 03:12:01] "GET /virtual-network/a09220fb-846f-4098-b347-fc0c5b7df048?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.006737 10.0.0.56 - - [2025-10-09 03:12:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003835 10.0.0.56 - - [2025-10-09 03:12:05] "GET /virtual-network/a09220fb-846f-4098-b347-fc0c5b7df048?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.007483 10.0.0.56 - - [2025-10-09 03:12:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003573 10.0.0.56 - - [2025-10-09 03:12:09] "GET /virtual-network/a09220fb-846f-4098-b347-fc0c5b7df048?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005393 10.0.0.56 - - [2025-10-09 03:12:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003630 10.0.0.56 - - [2025-10-09 03:12:13] "GET /virtual-network/a09220fb-846f-4098-b347-fc0c5b7df048?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005678 10.0.0.56 - - [2025-10-09 03:12:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004501 10.0.0.56 - - [2025-10-09 03:12:18] "GET /virtual-network/a09220fb-846f-4098-b347-fc0c5b7df048?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.006431 10.0.0.56 - - [2025-10-09 03:12:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.004288 10.0.0.56 - - [2025-10-09 03:12:22] "GET /virtual-network/a09220fb-846f-4098-b347-fc0c5b7df048?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005487 10.0.0.56 - - [2025-10-09 03:12:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003631 10.0.0.56 - - [2025-10-09 03:12:26] "GET /virtual-network/a09220fb-846f-4098-b347-fc0c5b7df048?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005163 10.0.0.56 - - [2025-10-09 03:12:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004614 10.0.0.56 - - [2025-10-09 03:12:30] "GET /virtual-network/a09220fb-846f-4098-b347-fc0c5b7df048?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.006531 10.0.0.56 - - [2025-10-09 03:12:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003596 10.0.0.56 - - [2025-10-09 03:12:34] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003755 10.0.0.56 - - [2025-10-09 03:12:34] "GET /virtual-networks?parent_id=9db4f58b-a0eb-49b3-9256-cd51c1d2edb0&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.002593 10.0.0.56 - - [2025-10-09 03:12:34] "GET /virtual-network/a09220fb-846f-4098-b347-fc0c5b7df048?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.006503 10.0.0.56 - - [2025-10-09 03:12:39] "POST /neutron/port HTTP/1.1" 200 1086 0.014461 10.0.0.56 - - [2025-10-09 03:12:41] "POST /neutron/port HTTP/1.1" 200 1086 0.014589 10.0.0.56 - - [2025-10-09 03:12:41] "POST /neutron/subnet HTTP/1.1" 200 685 0.009218 10.0.0.56 - - [2025-10-09 03:12:43] "POST /neutron/port HTTP/1.1" 200 1086 0.014932 10.0.0.56 - - [2025-10-09 03:12:44] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007209 10.0.0.56 - - [2025-10-09 03:12:45] "POST /neutron/network HTTP/1.1" 200 843 0.006992 10.0.0.56 - - [2025-10-09 03:12:45] "POST /neutron/port HTTP/1.1" 200 117 0.001244 10.0.0.56 - - [2025-10-09 03:12:50] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007830 10.0.0.19 - - [2025-10-09 03:12:50] "GET /obj-perms HTTP/1.1" 200 5056 0.046024 10.0.0.41 - - [2025-10-09 03:13:00] "GET /global-system-configs HTTP/1.1" 401 292 0.000490 10.0.0.41 - - [2025-10-09 03:13:00] "GET /global-system-configs HTTP/1.1" 401 292 0.000427 10.0.0.41 - - [2025-10-09 03:13:01] "GET /global-system-configs HTTP/1.1" 401 292 0.000431 10.0.0.41 - - [2025-10-09 03:13:01] "GET /global-system-configs HTTP/1.1" 401 292 0.000598 10.0.0.19 - - [2025-10-09 03:13:01] "GET /global-system-configs HTTP/1.1" 401 292 0.002143 10.0.0.19 - - [2025-10-09 03:13:01] "GET /global-system-configs HTTP/1.1" 401 292 0.000384 10.0.0.19 - - [2025-10-09 03:13:01] "GET /global-system-configs HTTP/1.1" 401 292 0.000438 10.0.0.19 - - [2025-10-09 03:13:01] "GET /global-system-configs HTTP/1.1" 401 292 0.000405 10.0.0.56 - - [2025-10-09 03:13:03] "GET /global-system-configs HTTP/1.1" 401 292 0.000739 10.0.0.56 - - [2025-10-09 03:13:03] "GET /global-system-configs HTTP/1.1" 401 292 0.000675 10.0.0.56 - - [2025-10-09 03:13:05] "GET /global-system-configs HTTP/1.1" 401 292 0.000424 10.0.0.56 - - [2025-10-09 03:13:05] "GET /global-system-configs HTTP/1.1" 401 292 0.000390 10.0.0.56 - - [2025-10-09 03:13:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.004039 10.0.0.56 - - [2025-10-09 03:13:22] "DELETE /virtual-DNS/4c2e657d-a5fe-4aeb-82cb-e748e73269d8 HTTP/1.1" 409 235 0.008048 10.0.0.56 - - [2025-10-09 03:13:22] "POST /fqname-to-id HTTP/1.1" 404 192 0.003287 10.0.0.56 - - [2025-10-09 03:13:22] "POST /virtual-DNS-records HTTP/1.1" 200 531 0.028660 10.0.0.56 - - [2025-10-09 03:13:22] "GET /virtual-DNS-record/fd3c3254-03ba-4569-84b7-d032ee959c22?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1336 0.005912 10.0.0.56 - - [2025-10-09 03:13:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003858 10.0.0.56 - - [2025-10-09 03:13:22] "GET /virtual-DNS-record/fd3c3254-03ba-4569-84b7-d032ee959c22?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1336 0.004238 10.0.0.56 - - [2025-10-09 03:13:29] "DELETE /virtual-DNS-record/fd3c3254-03ba-4569-84b7-d032ee959c22 HTTP/1.1" 200 115 0.028810 10.0.0.56 - - [2025-10-09 03:13:29] "POST /fqname-to-id HTTP/1.1" 404 184 0.003044 10.0.0.56 - - [2025-10-09 03:13:29] "POST /neutron/port HTTP/1.1" 200 1086 0.015958 10.0.0.56 - - [2025-10-09 03:13:30] "POST /neutron/port HTTP/1.1" 200 1086 0.028289 10.0.0.56 - - [2025-10-09 03:13:31] "POST /neutron/network HTTP/1.1" 200 833 0.007548 10.0.0.56 - - [2025-10-09 03:13:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003493 10.0.0.41 - - [2025-10-09 03:13:31] "DELETE /route-target/26936a30-9bf9-4aaf-ae65-b2708915d08d HTTP/1.1" 200 115 0.054532 10.0.0.56 - - [2025-10-09 03:13:31] "DELETE /network-ipam/4f46a597-78d2-4da7-bfe7-b6d8a2eb9827 HTTP/1.1" 200 115 0.053239 10.0.0.56 - - [2025-10-09 03:13:31] "DELETE /virtual-DNS/4c2e657d-a5fe-4aeb-82cb-e748e73269d8 HTTP/1.1" 200 115 0.048199 10.0.0.56 - - [2025-10-09 03:13:31] "POST /fqname-to-id HTTP/1.1" 404 180 0.008876 10.0.0.41 - - [2025-10-09 03:13:33] "GET /projects?obj_uuids=9db4f58b-a0eb-49b3-9256-cd51c1d2edb0&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001164 10.0.0.56 - - [2025-10-09 03:13:33] "GET /project/9db4f58b-a0eb-49b3-9256-cd51c1d2edb0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.068752 10.0.0.41 - - [2025-10-09 03:13:33] "GET /projects?obj_uuids=9db4f58b-a0eb-49b3-9256-cd51c1d2edb0&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001386 10.0.0.56 - - [2025-10-09 03:13:33] "GET /project/9db4f58b-a0eb-49b3-9256-cd51c1d2edb0?fields=virtual_networks HTTP/1.1" 200 1035 0.044183 10.0.0.41 - - [2025-10-09 03:13:33] "GET /projects?obj_uuids=9db4f58b-a0eb-49b3-9256-cd51c1d2edb0&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000991 10.0.0.56 - - [2025-10-09 03:13:33] "GET /project/9db4f58b-a0eb-49b3-9256-cd51c1d2edb0?fields=virtual_machine_interfaces HTTP/1.1" 200 1035 0.040781 10.0.0.41 - - [2025-10-09 03:13:33] "GET /projects?obj_uuids=9db4f58b-a0eb-49b3-9256-cd51c1d2edb0&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001052 10.0.0.56 - - [2025-10-09 03:13:33] "GET /project/9db4f58b-a0eb-49b3-9256-cd51c1d2edb0?fields=security_groups HTTP/1.1" 200 1262 0.053599 10.0.0.56 - - [2025-10-09 03:13:34] "POST /fqname-to-id HTTP/1.1" 404 189 0.027733 10.0.0.41 - - [2025-10-09 03:13:34] "GET /projects?obj_uuids=880476a8-41de-4835-975a-a539027bddbb&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003098 10.0.0.41 - - [2025-10-09 03:13:34] "GET /domains?obj_uuids=7ed77c0b-e642-4c13-a404-7756503cf17d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001325 10.0.0.41 - - [2025-10-09 03:13:34] "GET /domain/7ed77c0b-e642-4c13-a404-7756503cf17d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.041064 10.0.0.41 - - [2025-10-09 03:13:34] "POST /id-to-fqname HTTP/1.1" 200 191 0.002290 10.0.0.41 - - [2025-10-09 03:13:34] "POST /fqname-to-id HTTP/1.1" 404 200 0.005924 10.0.0.41 - - [2025-10-09 03:13:34] "POST /security-groups HTTP/1.1" 200 592 0.038723 10.0.0.41 - - [2025-10-09 03:13:34] "POST /projects HTTP/1.1" 200 587 0.268246 10.0.0.41 - - [2025-10-09 03:13:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.338607 10.0.0.41 - - [2025-10-09 03:13:34] "POST /fqname-to-id HTTP/1.1" 404 234 0.011798 10.0.0.56 - - [2025-10-09 03:13:35] "GET /project/880476a8-41de-4835-975a-a539027bddbb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.528871 10.0.0.56 - - [2025-10-09 03:13:36] "GET / HTTP/1.1" 200 35931 0.001485 10.0.0.56 - - [2025-10-09 03:13:37] "POST /fqname-to-id HTTP/1.1" 401 292 0.000473 10.0.0.56 - - [2025-10-09 03:13:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.086585 10.0.0.41 - - [2025-10-09 03:13:38] "GET /projects?obj_uuids=880476a8-41de-4835-975a-a539027bddbb&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000921 10.0.0.56 - - [2025-10-09 03:13:38] "GET /project/880476a8-41de-4835-975a-a539027bddbb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.055031 10.0.0.41 - - [2025-10-09 03:13:38] "GET /projects?obj_uuids=880476a8-41de-4835-975a-a539027bddbb&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000995 10.0.0.56 - - [2025-10-09 03:13:38] "POST /neutron/network HTTP/1.1" 200 608 0.149154 10.0.0.41 - - [2025-10-09 03:13:38] "POST /ref-update HTTP/1.1" 200 156 0.028164 10.0.0.56 - - [2025-10-09 03:13:39] "POST /id-to-fqname HTTP/1.1" 200 222 0.003202 10.0.0.56 - - [2025-10-09 03:13:39] "GET /virtual-network/620ef4b4-4a0c-4269-977d-d118f1f629ef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.006648 10.0.0.56 - - [2025-10-09 03:13:39] "POST /neutron/network HTTP/1.1" 200 825 0.007535 10.0.0.56 - - [2025-10-09 03:13:39] "GET /virtual-network/620ef4b4-4a0c-4269-977d-d118f1f629ef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005939 10.0.0.56 - - [2025-10-09 03:13:39] "GET /virtual-network/620ef4b4-4a0c-4269-977d-d118f1f629ef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.006653 10.0.0.41 - - [2025-10-09 03:13:41] "GET /obj-perms HTTP/1.1" 200 5032 0.051371 10.0.0.56 - - [2025-10-09 03:13:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003749 10.0.0.41 - - [2025-10-09 03:13:41] "GET /projects?obj_uuids=880476a8-41de-4835-975a-a539027bddbb&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001369 10.0.0.56 - - [2025-10-09 03:13:41] "GET /project/880476a8-41de-4835-975a-a539027bddbb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.049354 10.0.0.56 - - [2025-10-09 03:13:41] "POST /neutron/network HTTP/1.1" 200 117 0.012110 10.0.0.56 - - [2025-10-09 03:13:41] "POST /neutron/network HTTP/1.1" 200 826 0.008971 10.0.0.56 - - [2025-10-09 03:13:41] "POST /id-to-fqname HTTP/1.1" 200 222 0.000990 10.0.0.56 - - [2025-10-09 03:13:41] "GET /virtual-network/8ccaada5-ef19-4992-9821-3f47bbda2db2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.004989 10.0.0.56 - - [2025-10-09 03:13:41] "GET /virtual-network/8ccaada5-ef19-4992-9821-3f47bbda2db2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.005201 10.0.0.56 - - [2025-10-09 03:13:41] "POST /neutron/subnet HTTP/1.1" 200 720 0.011093 10.0.0.56 - - [2025-10-09 03:13:41] "GET /virtual-network/8ccaada5-ef19-4992-9821-3f47bbda2db2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.006048 10.0.0.56 - - [2025-10-09 03:13:42] "POST /id-to-fqname HTTP/1.1" 200 222 0.001508 10.0.0.56 - - [2025-10-09 03:13:51] "GET /obj-perms HTTP/1.1" 200 5056 0.050856 10.0.0.19 - - [2025-10-09 03:13:51] "GET /obj-perms HTTP/1.1" 200 5056 0.041779 10.0.0.41 - - [2025-10-09 03:13:58] "GET /projects?obj_uuids=880476a8-41de-4835-975a-a539027bddbb&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001333 10.0.0.56 - - [2025-10-09 03:13:58] "GET /project/880476a8-41de-4835-975a-a539027bddbb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.069021 10.0.0.56 - - [2025-10-09 03:13:58] "POST /neutron/port HTTP/1.1" 200 117 0.006876 10.0.0.56 - - [2025-10-09 03:13:58] "POST /id-to-fqname HTTP/1.1" 200 222 0.001396 10.0.0.56 - - [2025-10-09 03:13:58] "POST /neutron/network HTTP/1.1" 200 835 0.007143 10.0.0.41 - - [2025-10-09 03:13:59] "GET /projects?obj_uuids=880476a8-41de-4835-975a-a539027bddbb&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001040 10.0.0.56 - - [2025-10-09 03:13:59] "GET /project/880476a8-41de-4835-975a-a539027bddbb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.099046 10.0.0.56 - - [2025-10-09 03:13:59] "POST /neutron/port HTTP/1.1" 200 1060 0.092244 10.0.0.56 - - [2025-10-09 03:13:59] "POST /neutron/port HTTP/1.1" 200 1114 0.148964 10.0.0.56 - - [2025-10-09 03:13:59] "POST /neutron/security_group HTTP/1.1" 200 2059 0.015856 10.0.0.56 - - [2025-10-09 03:14:00] "POST /neutron/port HTTP/1.1" 200 1088 0.030745 10.0.0.56 - - [2025-10-09 03:14:00] "POST /neutron/port HTTP/1.1" 200 117 0.001745 10.0.0.41 - - [2025-10-09 03:14:00] "GET /projects?obj_uuids=880476a8-41de-4835-975a-a539027bddbb&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001585 10.0.0.56 - - [2025-10-09 03:14:00] "POST /neutron/port HTTP/1.1" 200 1059 0.475111 10.0.0.56 - - [2025-10-09 03:14:01] "POST /neutron/port HTTP/1.1" 200 1113 0.153132 10.0.0.56 - - [2025-10-09 03:14:01] "POST /neutron/subnet HTTP/1.1" 200 689 0.017463 10.0.0.56 - - [2025-10-09 03:14:05] "POST /neutron/port HTTP/1.1" 200 1088 0.028704 10.0.0.56 - - [2025-10-09 03:14:10] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008873 10.0.0.41 - - [2025-10-09 03:14:12] "DELETE /project/880476a841de4835975aa539027bddbb HTTP/1.1" 404 173 0.010773 10.0.0.41 - - [2025-10-09 03:14:12] "GET /projects?obj_uuids=9db4f58b-a0eb-49b3-9256-cd51c1d2edb0&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000950 10.0.0.41 - - [2025-10-09 03:14:12] "GET /project/9db4f58b-a0eb-49b3-9256-cd51c1d2edb0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1473 0.050515 10.0.0.41 - - [2025-10-09 03:14:12] "GET /projects?obj_uuids=9db4f58b-a0eb-49b3-9256-cd51c1d2edb0&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001023 10.0.0.41 - - [2025-10-09 03:14:12] "GET /project/9db4f58b-a0eb-49b3-9256-cd51c1d2edb0?fields=security_groups HTTP/1.1" 200 1367 0.072461 10.0.0.41 - - [2025-10-09 03:14:12] "DELETE /security-group/f707ed88-e943-4dbb-a563-3562fd627c3f HTTP/1.1" 404 171 0.019907 10.0.0.41 - - [2025-10-09 03:14:12] "GET /projects?obj_uuids=9db4f58b-a0eb-49b3-9256-cd51c1d2edb0&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000933 10.0.0.41 - - [2025-10-09 03:14:12] "DELETE /access-control-list/6f5212a5-678d-448d-9156-91db4bd455ab HTTP/1.1" 200 115 0.080212 10.0.0.41 - - [2025-10-09 03:14:12] "GET /project/9db4f58b-a0eb-49b3-9256-cd51c1d2edb0?fields=application_policy_sets HTTP/1.1" 200 1406 0.087317 10.0.0.41 - - [2025-10-09 03:14:12] "DELETE /project/9db4f58b-a0eb-49b3-9256-cd51c1d2edb0 HTTP/1.1" 200 115 0.538251 10.0.0.56 - - [2025-10-09 03:14:20] "POST /neutron/port HTTP/1.1" 200 1088 0.016412 10.0.0.56 - - [2025-10-09 03:14:25] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007158 10.0.0.56 - - [2025-10-09 03:14:30] "POST /neutron/port HTTP/1.1" 200 1088 0.015835 10.0.0.56 - - [2025-10-09 03:14:30] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007443 10.0.0.56 - - [2025-10-09 03:14:30] "GET /virtual-machine/9e4c23e3-cae8-4702-8f83-684fa9c7c34c HTTP/1.1" 401 292 0.000422 10.0.0.56 - - [2025-10-09 03:14:31] "GET /virtual-machine/9e4c23e3-cae8-4702-8f83-684fa9c7c34c HTTP/1.1" 200 1294 0.030411 10.0.0.56 - - [2025-10-09 03:14:31] "GET /virtual-machine-interface/1986c186-5d83-4fea-b04d-61fb613adc30 HTTP/1.1" 200 2949 0.006058 10.0.0.56 - - [2025-10-09 03:14:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003606 10.0.0.56 - - [2025-10-09 03:14:31] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004056 10.0.0.56 - - [2025-10-09 03:14:31] "GET /virtual-networks?parent_id=880476a8-41de-4835-975a-a539027bddbb&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003484 10.0.0.56 - - [2025-10-09 03:14:31] "GET /virtual-network/8ccaada5-ef19-4992-9821-3f47bbda2db2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.005779 10.0.0.56 - - [2025-10-09 03:14:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.005319 10.0.0.56 - - [2025-10-09 03:14:34] "GET /virtual-network/8ccaada5-ef19-4992-9821-3f47bbda2db2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.007044 10.0.0.56 - - [2025-10-09 03:14:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004598 10.0.0.56 - - [2025-10-09 03:14:38] "GET /virtual-network/8ccaada5-ef19-4992-9821-3f47bbda2db2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.005440 10.0.0.56 - - [2025-10-09 03:14:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003653 10.0.0.56 - - [2025-10-09 03:14:42] "GET /virtual-network/8ccaada5-ef19-4992-9821-3f47bbda2db2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.005751 10.0.0.56 - - [2025-10-09 03:14:43] "POST /neutron/network HTTP/1.1" 200 835 0.008347 10.0.0.56 - - [2025-10-09 03:14:43] "POST /neutron/port HTTP/1.1" 200 117 0.001257 10.0.0.56 - - [2025-10-09 03:14:45] "POST /neutron/port HTTP/1.1" 200 1088 0.016955 10.0.0.56 - - [2025-10-09 03:14:45] "POST /neutron/subnet HTTP/1.1" 200 694 0.009599 10.0.0.56 - - [2025-10-09 03:14:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003672 10.0.0.56 - - [2025-10-09 03:14:46] "GET /virtual-network/8ccaada5-ef19-4992-9821-3f47bbda2db2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.005812 10.0.0.56 - - [2025-10-09 03:14:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003716 10.0.0.56 - - [2025-10-09 03:14:50] "GET /virtual-network/8ccaada5-ef19-4992-9821-3f47bbda2db2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.005454 10.0.0.56 - - [2025-10-09 03:14:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004101 10.0.0.56 - - [2025-10-09 03:14:54] "GET /virtual-network/8ccaada5-ef19-4992-9821-3f47bbda2db2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.006419 10.0.0.56 - - [2025-10-09 03:14:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004610 10.0.0.56 - - [2025-10-09 03:14:58] "GET /virtual-network/8ccaada5-ef19-4992-9821-3f47bbda2db2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.010526 10.0.0.56 - - [2025-10-09 03:15:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004053 10.0.0.56 - - [2025-10-09 03:15:03] "GET /virtual-network/8ccaada5-ef19-4992-9821-3f47bbda2db2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.006257 10.0.0.56 - - [2025-10-09 03:15:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003977 10.0.0.56 - - [2025-10-09 03:15:07] "GET /virtual-network/8ccaada5-ef19-4992-9821-3f47bbda2db2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.005799 10.0.0.56 - - [2025-10-09 03:15:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003873 10.0.0.56 - - [2025-10-09 03:15:11] "GET /virtual-network/8ccaada5-ef19-4992-9821-3f47bbda2db2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.006239 10.0.0.56 - - [2025-10-09 03:15:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003623 10.0.0.56 - - [2025-10-09 03:15:15] "GET /virtual-network/8ccaada5-ef19-4992-9821-3f47bbda2db2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.005536 10.0.0.56 - - [2025-10-09 03:15:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004276 10.0.0.56 - - [2025-10-09 03:15:17] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003575 10.0.0.56 - - [2025-10-09 03:15:17] "GET /virtual-networks?parent_id=880476a8-41de-4835-975a-a539027bddbb&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.002948 10.0.0.56 - - [2025-10-09 03:15:17] "GET /virtual-network/8ccaada5-ef19-4992-9821-3f47bbda2db2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.006105 10.0.0.56 - - [2025-10-09 03:15:17] "POST /neutron/port HTTP/1.1" 200 1088 0.017950 10.0.0.56 - - [2025-10-09 03:15:22] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006891 10.0.0.56 - - [2025-10-09 03:15:33] "POST /neutron/port HTTP/1.1" 200 1088 0.016431 10.0.0.56 - - [2025-10-09 03:15:33] "POST /neutron/security_group HTTP/1.1" 200 2059 0.028792 10.0.0.56 - - [2025-10-09 03:15:40] "POST /neutron/port HTTP/1.1" 200 1087 0.016469 10.0.0.56 - - [2025-10-09 03:15:43] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007746 10.0.0.56 - - [2025-10-09 03:15:44] "POST /neutron/network HTTP/1.1" 200 835 0.007199 10.0.0.56 - - [2025-10-09 03:15:44] "POST /neutron/port HTTP/1.1" 200 117 0.001216 10.0.0.56 - - [2025-10-09 03:15:45] "POST /neutron/port HTTP/1.1" 200 1088 0.017538 10.0.0.56 - - [2025-10-09 03:15:45] "POST /neutron/subnet HTTP/1.1" 200 694 0.010587 10.0.0.56 - - [2025-10-09 03:15:48] "POST /neutron/port HTTP/1.1" 200 1088 0.018286 10.0.0.41 - - [2025-10-09 03:15:52] "GET /obj-perms HTTP/1.1" 200 5056 0.044887 10.0.0.56 - - [2025-10-09 03:15:53] "POST /neutron/security_group HTTP/1.1" 200 2059 0.009007 10.0.0.56 - - [2025-10-09 03:16:03] "POST /neutron/port HTTP/1.1" 200 1088 0.018016 10.0.0.56 - - [2025-10-09 03:16:09] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008462 10.0.0.56 - - [2025-10-09 03:16:14] "POST /neutron/port HTTP/1.1" 200 1087 0.021207 10.0.0.56 - - [2025-10-09 03:16:14] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007473 10.0.0.56 - - [2025-10-09 03:16:14] "GET /virtual-machine/d041f286-203a-4b0b-a01a-7f5a9181363c HTTP/1.1" 200 1294 0.007305 10.0.0.56 - - [2025-10-09 03:16:14] "GET /virtual-machine-interface/c5e501b6-dc88-4251-a261-3d1910709837 HTTP/1.1" 200 2950 0.007759 10.0.0.56 - - [2025-10-09 03:16:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.008513 10.0.0.56 - - [2025-10-09 03:16:14] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005701 10.0.0.56 - - [2025-10-09 03:16:14] "GET /virtual-networks?parent_id=880476a8-41de-4835-975a-a539027bddbb&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003421 10.0.0.56 - - [2025-10-09 03:16:14] "GET /virtual-network/620ef4b4-4a0c-4269-977d-d118f1f629ef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005800 10.0.0.56 - - [2025-10-09 03:16:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004515 10.0.0.56 - - [2025-10-09 03:16:15] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004814 10.0.0.56 - - [2025-10-09 03:16:15] "GET /virtual-networks?parent_id=880476a8-41de-4835-975a-a539027bddbb&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003709 10.0.0.56 - - [2025-10-09 03:16:15] "GET /virtual-network/620ef4b4-4a0c-4269-977d-d118f1f629ef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.006631 10.0.0.56 - - [2025-10-09 03:16:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003995 10.0.0.41 - - [2025-10-09 03:16:21] "GET /projects?obj_uuids=880476a8-41de-4835-975a-a539027bddbb&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001321 10.0.0.56 - - [2025-10-09 03:16:21] "GET /project/880476a8-41de-4835-975a-a539027bddbb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.053937 10.0.0.56 - - [2025-10-09 03:16:21] "GET /virtual-network/620ef4b4-4a0c-4269-977d-d118f1f629ef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005981 10.0.0.56 - - [2025-10-09 03:16:21] "GET /floating-ip-pools?parent_id=620ef4b4-4a0c-4269-977d-d118f1f629ef&detail=False&count=False&shared=False HTTP/1.1" 200 133 0.002932 10.0.0.56 - - [2025-10-09 03:16:21] "GET /virtual-network/620ef4b4-4a0c-4269-977d-d118f1f629ef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.007442 10.0.0.56 - - [2025-10-09 03:16:21] "POST /floating-ip-pools HTTP/1.1" 200 598 0.034182 10.0.0.56 - - [2025-10-09 03:16:21] "POST /ref-update HTTP/1.1" 200 156 0.014393 10.0.0.56 - - [2025-10-09 03:16:21] "GET /virtual-network/620ef4b4-4a0c-4269-977d-d118f1f629ef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005883 10.0.0.56 - - [2025-10-09 03:16:21] "GET /virtual-network/620ef4b4-4a0c-4269-977d-d118f1f629ef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005566 10.0.0.41 - - [2025-10-09 03:16:21] "GET /projects?obj_uuids=880476a8-41de-4835-975a-a539027bddbb&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001267 10.0.0.56 - - [2025-10-09 03:16:21] "POST /neutron/floatingip HTTP/1.1" 200 528 0.131490 10.0.0.56 - - [2025-10-09 03:16:22] "POST /neutron/floatingip HTTP/1.1" 200 574 0.056387 10.0.0.56 - - [2025-10-09 03:16:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003507 10.0.0.56 - - [2025-10-09 03:16:22] "GET /routing-instance/9c911d6f-77b0-411a-b11a-6ed2713393a6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1481 0.004898 10.0.0.56 - - [2025-10-09 03:16:22] "GET /route-target/b8426be7-24ab-4063-a43b-7f9753f4ce35?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004133 10.0.0.56 - - [2025-10-09 03:16:44] "POST /neutron/floatingip HTTP/1.1" 200 528 0.037517 10.0.0.56 - - [2025-10-09 03:16:44] "GET /floating-ip-pool/7c7fa21e-51cb-406c-b30f-3ab2e44ea8f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1184 0.004041 10.0.0.56 - - [2025-10-09 03:16:44] "POST /ref-update HTTP/1.1" 200 156 0.018481 10.0.0.56 - - [2025-10-09 03:16:44] "DELETE /floating-ip-pool/7c7fa21e-51cb-406c-b30f-3ab2e44ea8f5 HTTP/1.1" 200 115 0.041558 10.0.0.56 - - [2025-10-09 03:16:44] "POST /neutron/network HTTP/1.1" 200 826 0.009320 10.0.0.56 - - [2025-10-09 03:16:45] "POST /neutron/port HTTP/1.1" 200 1113 0.011991 10.0.0.56 - - [2025-10-09 03:16:45] "POST /neutron/port HTTP/1.1" 200 1114 0.025430 10.0.0.41 - - [2025-10-09 03:16:47] "POST /useragent-kv HTTP/1.1" 200 115 0.003035 10.0.0.41 - - [2025-10-09 03:16:47] "POST /useragent-kv HTTP/1.1" 200 115 0.003354 10.0.0.56 - - [2025-10-09 03:16:47] "POST /neutron/network HTTP/1.1" 200 151 0.153630 10.0.0.41 - - [2025-10-09 03:16:47] "DELETE /route-target/32736d22-f3c9-4042-a25d-08f5f630e2ae HTTP/1.1" 200 115 0.037500 10.0.0.41 - - [2025-10-09 03:16:49] "GET /projects?obj_uuids=880476a8-41de-4835-975a-a539027bddbb&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001059 10.0.0.56 - - [2025-10-09 03:16:49] "GET /project/880476a8-41de-4835-975a-a539027bddbb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.047333 10.0.0.41 - - [2025-10-09 03:16:49] "GET /projects?obj_uuids=880476a8-41de-4835-975a-a539027bddbb&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002007 10.0.0.56 - - [2025-10-09 03:16:49] "GET /project/880476a8-41de-4835-975a-a539027bddbb?fields=virtual_networks HTTP/1.1" 200 1034 0.039184 10.0.0.41 - - [2025-10-09 03:16:49] "GET /projects?obj_uuids=880476a8-41de-4835-975a-a539027bddbb&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001007 10.0.0.56 - - [2025-10-09 03:16:49] "GET /project/880476a8-41de-4835-975a-a539027bddbb?fields=virtual_machine_interfaces HTTP/1.1" 200 1034 0.040343 10.0.0.41 - - [2025-10-09 03:16:49] "GET /projects?obj_uuids=880476a8-41de-4835-975a-a539027bddbb&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000983 10.0.0.56 - - [2025-10-09 03:16:49] "GET /project/880476a8-41de-4835-975a-a539027bddbb?fields=security_groups HTTP/1.1" 200 1261 0.038488 10.0.0.56 - - [2025-10-09 03:16:50] "POST /fqname-to-id HTTP/1.1" 404 188 0.023408 10.0.0.41 - - [2025-10-09 03:16:50] "GET /projects?obj_uuids=1ef24fdb-1f5a-445d-8ede-c5d3363ec7d1&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003772 10.0.0.41 - - [2025-10-09 03:16:50] "GET /domains?obj_uuids=7ed77c0b-e642-4c13-a404-7756503cf17d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001267 10.0.0.41 - - [2025-10-09 03:16:50] "GET /domain/7ed77c0b-e642-4c13-a404-7756503cf17d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007981 10.0.0.41 - - [2025-10-09 03:16:50] "POST /id-to-fqname HTTP/1.1" 200 190 0.007653 10.0.0.41 - - [2025-10-09 03:16:50] "POST /fqname-to-id HTTP/1.1" 404 199 0.008533 10.0.0.41 - - [2025-10-09 03:16:50] "POST /security-groups HTTP/1.1" 200 591 0.030403 10.0.0.41 - - [2025-10-09 03:16:50] "POST /fqname-to-id HTTP/1.1" 404 234 0.005878 10.0.0.41 - - [2025-10-09 03:16:50] "POST /projects HTTP/1.1" 200 585 0.249217 10.0.0.41 - - [2025-10-09 03:16:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.319165 10.0.0.41 - - [2025-10-09 03:16:50] "POST /access-control-lists HTTP/1.1" 200 594 0.030616 10.0.0.56 - - [2025-10-09 03:16:50] "GET /project/1ef24fdb-1f5a-445d-8ede-c5d3363ec7d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.465294 10.0.0.56 - - [2025-10-09 03:16:51] "GET / HTTP/1.1" 200 35931 0.001779 10.0.0.56 - - [2025-10-09 03:16:53] "POST /fqname-to-id HTTP/1.1" 401 292 0.000525 10.0.0.56 - - [2025-10-09 03:16:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.040533 10.0.0.41 - - [2025-10-09 03:16:54] "GET /projects?obj_uuids=1ef24fdb-1f5a-445d-8ede-c5d3363ec7d1&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.301309 10.0.0.56 - - [2025-10-09 03:16:54] "GET /project/1ef24fdb-1f5a-445d-8ede-c5d3363ec7d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.342521 10.0.0.56 - - [2025-10-09 03:16:54] "POST /neutron/network HTTP/1.1" 200 117 0.032129 10.0.0.56 - - [2025-10-09 03:16:54] "POST /neutron/network HTTP/1.1" 200 839 0.008477 10.0.0.56 - - [2025-10-09 03:16:54] "POST /id-to-fqname HTTP/1.1" 200 230 0.001091 10.0.0.56 - - [2025-10-09 03:16:54] "GET /virtual-network/ff51b9e6-c661-45b3-a271-c99861df6ffe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.005301 10.0.0.56 - - [2025-10-09 03:16:54] "GET /virtual-network/ff51b9e6-c661-45b3-a271-c99861df6ffe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.005153 10.0.0.56 - - [2025-10-09 03:16:54] "POST /neutron/subnet HTTP/1.1" 200 701 0.008409 10.0.0.56 - - [2025-10-09 03:16:54] "POST /id-to-fqname HTTP/1.1" 200 230 0.001426 10.0.0.41 - - [2025-10-09 03:16:55] "GET /projects?obj_uuids=1ef24fdb-1f5a-445d-8ede-c5d3363ec7d1&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001035 10.0.0.56 - - [2025-10-09 03:16:55] "GET /project/1ef24fdb-1f5a-445d-8ede-c5d3363ec7d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.055409 10.0.0.56 - - [2025-10-09 03:16:55] "POST /neutron/network HTTP/1.1" 200 839 0.031594 10.0.0.56 - - [2025-10-09 03:16:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003681 10.0.0.56 - - [2025-10-09 03:16:55] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004670 10.0.0.56 - - [2025-10-09 03:16:55] "PUT /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297 HTTP/1.1" 200 276 0.011643 10.0.0.56 - - [2025-10-09 03:16:55] "POST /neutron/port HTTP/1.1" 200 117 0.006904 10.0.0.56 - - [2025-10-09 03:16:56] "POST /neutron/port HTTP/1.1" 200 1055 0.014877 10.0.0.56 - - [2025-10-09 03:16:56] "POST /neutron/port HTTP/1.1" 200 1083 0.016035 10.0.0.56 - - [2025-10-09 03:16:56] "POST /neutron/port HTTP/1.1" 200 117 0.001177 10.0.0.56 - - [2025-10-09 03:17:01] "POST /neutron/security_group HTTP/1.1" 200 2058 0.008292 10.0.0.56 - - [2025-10-09 03:17:01] "POST /neutron/port HTTP/1.1" 200 1083 0.015911 10.0.0.56 - - [2025-10-09 03:17:01] "GET /virtual-machine/5fba7de4-556a-430c-88fa-cdec0f14ecb5 HTTP/1.1" 401 292 0.000500 10.0.0.56 - - [2025-10-09 03:17:01] "GET /virtual-machine/5fba7de4-556a-430c-88fa-cdec0f14ecb5 HTTP/1.1" 200 1291 0.031003 10.0.0.56 - - [2025-10-09 03:17:01] "GET /virtual-machine-interface/1c3f30bf-0459-423d-a3e0-d1afbd8cfc4c HTTP/1.1" 200 2971 0.005089 10.0.0.56 - - [2025-10-09 03:17:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004000 10.0.0.56 - - [2025-10-09 03:17:01] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1883 0.004211 10.0.0.56 - - [2025-10-09 03:17:01] "GET /virtual-networks?parent_id=1ef24fdb-1f5a-445d-8ede-c5d3363ec7d1&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.002717 10.0.0.56 - - [2025-10-09 03:17:01] "GET /virtual-network/ff51b9e6-c661-45b3-a271-c99861df6ffe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.006198 10.0.0.56 - - [2025-10-09 03:17:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004269 10.0.0.56 - - [2025-10-09 03:17:04] "GET /virtual-network/ff51b9e6-c661-45b3-a271-c99861df6ffe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.005858 10.0.0.56 - - [2025-10-09 03:17:05] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007274 10.0.0.56 - - [2025-10-09 03:17:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004563 10.0.0.56 - - [2025-10-09 03:17:07] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1883 0.004541 10.0.0.56 - - [2025-10-09 03:17:07] "GET /virtual-networks?parent_id=1ef24fdb-1f5a-445d-8ede-c5d3363ec7d1&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.003738 10.0.0.56 - - [2025-10-09 03:17:07] "GET /virtual-network/ff51b9e6-c661-45b3-a271-c99861df6ffe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.006197 10.0.0.56 - - [2025-10-09 03:17:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003926 10.0.0.56 - - [2025-10-09 03:17:09] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1883 0.004220 10.0.0.56 - - [2025-10-09 03:17:09] "PUT /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297 HTTP/1.1" 200 276 0.012993 10.0.0.56 - - [2025-10-09 03:17:09] "POST /neutron/port HTTP/1.1" 200 1083 0.014833 10.0.0.56 - - [2025-10-09 03:17:11] "POST /neutron/network HTTP/1.1" 200 839 0.008166 10.0.0.41 - - [2025-10-09 03:17:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.005388 10.0.0.41 - - [2025-10-09 03:17:12] "DELETE /project/1ef24fdb1f5a445d8edec5d3363ec7d1 HTTP/1.1" 404 173 0.012292 10.0.0.41 - - [2025-10-09 03:17:12] "GET /projects?obj_uuids=880476a8-41de-4835-975a-a539027bddbb&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000948 10.0.0.41 - - [2025-10-09 03:17:12] "GET /project/880476a8-41de-4835-975a-a539027bddbb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1472 0.066395 10.0.0.41 - - [2025-10-09 03:17:13] "GET /projects?obj_uuids=880476a8-41de-4835-975a-a539027bddbb&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001381 10.0.0.41 - - [2025-10-09 03:17:13] "GET /project/880476a8-41de-4835-975a-a539027bddbb?fields=security_groups HTTP/1.1" 200 1104 0.082638 10.0.0.41 - - [2025-10-09 03:17:13] "GET /projects?obj_uuids=880476a8-41de-4835-975a-a539027bddbb&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001721 10.0.0.41 - - [2025-10-09 03:17:13] "DELETE /access-control-list/70285e6f-fd3c-438a-89e3-eb7ad3452f74 HTTP/1.1" 200 115 0.070529 10.0.0.41 - - [2025-10-09 03:17:13] "GET /project/880476a8-41de-4835-975a-a539027bddbb?fields=application_policy_sets HTTP/1.1" 200 1405 0.082969 10.0.0.41 - - [2025-10-09 03:17:13] "DELETE /project/880476a8-41de-4835-975a-a539027bddbb HTTP/1.1" 200 115 0.412729 10.0.0.56 - - [2025-10-09 03:17:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003666 10.0.0.41 - - [2025-10-09 03:17:14] "GET /projects?obj_uuids=1ef24fdb-1f5a-445d-8ede-c5d3363ec7d1&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000927 10.0.0.56 - - [2025-10-09 03:17:14] "GET /project/1ef24fdb-1f5a-445d-8ede-c5d3363ec7d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.048660 10.0.0.41 - - [2025-10-09 03:17:14] "GET /projects?obj_uuids=1ef24fdb-1f5a-445d-8ede-c5d3363ec7d1&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001041 10.0.0.56 - - [2025-10-09 03:17:14] "POST /neutron/network HTTP/1.1" 200 605 0.166337 10.0.0.56 - - [2025-10-09 03:17:14] "POST /id-to-fqname HTTP/1.1" 200 220 0.003219 10.0.0.56 - - [2025-10-09 03:17:14] "GET /virtual-network/e3034891-faf6-484a-91b6-42180580fe1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.005159 10.0.0.56 - - [2025-10-09 03:17:14] "POST /neutron/network HTTP/1.1" 200 823 0.006153 10.0.0.56 - - [2025-10-09 03:17:14] "GET /virtual-network/e3034891-faf6-484a-91b6-42180580fe1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.004982 10.0.0.56 - - [2025-10-09 03:17:14] "POST /id-to-fqname HTTP/1.1" 200 220 0.001447 10.0.0.56 - - [2025-10-09 03:17:15] "POST /neutron/network HTTP/1.1" 200 833 0.008063 10.0.0.41 - - [2025-10-09 03:17:15] "GET /projects?obj_uuids=1ef24fdb-1f5a-445d-8ede-c5d3363ec7d1&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001030 10.0.0.56 - - [2025-10-09 03:17:15] "GET /project/1ef24fdb-1f5a-445d-8ede-c5d3363ec7d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.074764 10.0.0.56 - - [2025-10-09 03:17:16] "POST /neutron/port HTTP/1.1" 200 117 0.006766 10.0.0.41 - - [2025-10-09 03:17:16] "GET /projects?obj_uuids=1ef24fdb-1f5a-445d-8ede-c5d3363ec7d1&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000999 10.0.0.56 - - [2025-10-09 03:17:16] "POST /neutron/port HTTP/1.1" 200 1059 0.307026 10.0.0.56 - - [2025-10-09 03:17:17] "POST /neutron/port HTTP/1.1" 200 1113 0.143670 10.0.0.56 - - [2025-10-09 03:17:17] "POST /neutron/subnet HTTP/1.1" 200 693 0.008957 10.0.0.56 - - [2025-10-09 03:17:21] "POST /neutron/port HTTP/1.1" 200 1087 0.014436 10.0.0.56 - - [2025-10-09 03:17:21] "POST /neutron/security_group HTTP/1.1" 200 2058 0.009247 10.0.0.56 - - [2025-10-09 03:17:21] "GET /virtual-machine/2f1054d4-26cd-4fbb-9777-8ff25a99eae3 HTTP/1.1" 200 1292 0.008877 10.0.0.56 - - [2025-10-09 03:17:21] "GET /virtual-machine-interface/77d29ccf-bb35-4631-8eb0-8736c2b48a96 HTTP/1.1" 200 2941 0.006271 10.0.0.56 - - [2025-10-09 03:17:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004634 10.0.0.56 - - [2025-10-09 03:17:21] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005535 10.0.0.56 - - [2025-10-09 03:17:21] "GET /virtual-networks?parent_id=1ef24fdb-1f5a-445d-8ede-c5d3363ec7d1&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003976 10.0.0.56 - - [2025-10-09 03:17:21] "GET /virtual-network/e3034891-faf6-484a-91b6-42180580fe1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.008602 10.0.0.56 - - [2025-10-09 03:17:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003954 10.0.0.56 - - [2025-10-09 03:17:24] "GET /virtual-network/e3034891-faf6-484a-91b6-42180580fe1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.006866 10.0.0.56 - - [2025-10-09 03:17:25] "POST /neutron/port HTTP/1.1" 200 1087 0.015429 10.0.0.56 - - [2025-10-09 03:17:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003670 10.0.0.56 - - [2025-10-09 03:17:26] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003379 10.0.0.56 - - [2025-10-09 03:17:26] "GET /virtual-networks?parent_id=1ef24fdb-1f5a-445d-8ede-c5d3363ec7d1&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002825 10.0.0.56 - - [2025-10-09 03:17:26] "GET /virtual-network/e3034891-faf6-484a-91b6-42180580fe1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.006075 10.0.0.56 - - [2025-10-09 03:17:26] "POST /neutron/security_group HTTP/1.1" 200 2058 0.008298 10.0.0.56 - - [2025-10-09 03:17:34] "POST /neutron/port HTTP/1.1" 200 1087 0.029515 10.0.0.56 - - [2025-10-09 03:17:36] "POST /neutron/network HTTP/1.1" 200 823 0.007884 10.0.0.41 - - [2025-10-09 03:17:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.008937 10.0.0.56 - - [2025-10-09 03:17:39] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 545 0.004562 10.0.0.56 - - [2025-10-09 03:17:39] "POST /network-ipams HTTP/1.1" 200 541 0.027711 10.0.0.56 - - [2025-10-09 03:17:39] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 764 0.003962 10.0.0.56 - - [2025-10-09 03:17:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003828 10.0.0.56 - - [2025-10-09 03:17:39] "GET /network-ipam/aa7f25f7-a44d-4715-b07d-e404eec3b31d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1285 0.006349 10.0.0.56 - - [2025-10-09 03:17:39] "PUT /network-ipam/aa7f25f7-a44d-4715-b07d-e404eec3b31d HTTP/1.1" 200 258 0.015058 10.0.0.56 - - [2025-10-09 03:17:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003696 10.0.0.41 - - [2025-10-09 03:17:39] "GET /projects?obj_uuids=1ef24fdb-1f5a-445d-8ede-c5d3363ec7d1&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001050 10.0.0.56 - - [2025-10-09 03:17:39] "GET /project/1ef24fdb-1f5a-445d-8ede-c5d3363ec7d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.052747 10.0.0.41 - - [2025-10-09 03:17:39] "GET /projects?obj_uuids=1ef24fdb-1f5a-445d-8ede-c5d3363ec7d1&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001306 10.0.0.56 - - [2025-10-09 03:17:39] "POST /neutron/network HTTP/1.1" 200 605 0.153312 10.0.0.41 - - [2025-10-09 03:17:39] "POST /ref-update HTTP/1.1" 200 156 0.023540 10.0.0.56 - - [2025-10-09 03:17:40] "POST /neutron/network HTTP/1.1" 200 994 0.011410 10.0.0.56 - - [2025-10-09 03:17:40] "POST /id-to-fqname HTTP/1.1" 200 220 0.001052 10.0.0.56 - - [2025-10-09 03:17:40] "GET /virtual-network/b02edbe2-7672-41e0-b0ed-c14e4dd47ffd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2549 0.005492 10.0.0.56 - - [2025-10-09 03:17:40] "GET /virtual-network/b02edbe2-7672-41e0-b0ed-c14e4dd47ffd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2549 0.007317 10.0.0.56 - - [2025-10-09 03:17:40] "POST /neutron/subnet HTTP/1.1" 200 699 0.008653 10.0.0.56 - - [2025-10-09 03:17:40] "POST /neutron/subnet HTTP/1.1" 200 699 0.009657 10.0.0.41 - - [2025-10-09 03:17:40] "GET /projects?obj_uuids=1ef24fdb-1f5a-445d-8ede-c5d3363ec7d1&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001129 10.0.0.56 - - [2025-10-09 03:17:40] "POST /neutron/port HTTP/1.1" 200 1017 0.255392 10.0.0.56 - - [2025-10-09 03:17:40] "POST /id-to-fqname HTTP/1.1" 200 220 0.003003 10.0.0.56 - - [2025-10-09 03:17:41] "POST /neutron/network HTTP/1.1" 200 994 0.011961 10.0.0.56 - - [2025-10-09 03:17:41] "POST /neutron/port HTTP/1.1" 200 1017 0.012124 10.0.0.56 - - [2025-10-09 03:17:41] "POST /id-to-fqname HTTP/1.1" 200 220 0.001592 10.0.0.56 - - [2025-10-09 03:17:41] "POST /neutron/port HTTP/1.1" 200 1017 0.011174 10.0.0.56 - - [2025-10-09 03:17:41] "POST /neutron/port HTTP/1.1" 200 1017 0.011435 10.0.0.56 - - [2025-10-09 03:17:41] "POST /neutron/port HTTP/1.1" 200 1017 0.010175 10.0.0.56 - - [2025-10-09 03:17:41] "POST /id-to-fqname HTTP/1.1" 200 220 0.001537 10.0.0.56 - - [2025-10-09 03:17:41] "POST /neutron/port HTTP/1.1" 200 1017 0.025831 10.0.0.56 - - [2025-10-09 03:17:42] "POST /neutron/port HTTP/1.1" 200 1083 0.059666 10.0.0.56 - - [2025-10-09 03:17:42] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003991 10.0.0.56 - - [2025-10-09 03:17:42] "POST /neutron/network HTTP/1.1" 200 994 0.009625 10.0.0.56 - - [2025-10-09 03:17:42] "POST /neutron/network HTTP/1.1" 200 1004 0.013101 10.0.0.56 - - [2025-10-09 03:17:42] "POST /neutron/port HTTP/1.1" 200 1109 0.152518 10.0.0.56 - - [2025-10-09 03:17:42] "POST /neutron/subnet HTTP/1.1" 200 673 0.011220 10.0.0.41 - - [2025-10-09 03:17:43] "GET /projects?obj_uuids=1ef24fdb-1f5a-445d-8ede-c5d3363ec7d1&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001247 10.0.0.56 - - [2025-10-09 03:17:43] "GET /project/1ef24fdb-1f5a-445d-8ede-c5d3363ec7d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.090113 10.0.0.56 - - [2025-10-09 03:17:43] "POST /neutron/network HTTP/1.1" 200 994 0.010488 10.0.0.56 - - [2025-10-09 03:17:43] "POST /neutron/port HTTP/1.1" 200 117 0.006788 10.0.0.56 - - [2025-10-09 03:17:43] "GET /virtual-network/b02edbe2-7672-41e0-b0ed-c14e4dd47ffd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2549 0.006458 10.0.0.56 - - [2025-10-09 03:17:44] "POST /neutron/port HTTP/1.1" 200 1055 0.015760 10.0.0.56 - - [2025-10-09 03:17:44] "POST /neutron/port HTTP/1.1" 200 1083 0.017576 10.0.0.56 - - [2025-10-09 03:17:44] "POST /neutron/port HTTP/1.1" 200 117 0.001038 10.0.0.56 - - [2025-10-09 03:17:44] "GET /obj-perms HTTP/1.1" 200 5030 0.045503 10.0.0.19 - - [2025-10-09 03:17:44] "GET /obj-perms HTTP/1.1" 200 5030 0.057644 10.0.0.56 - - [2025-10-09 03:17:45] "POST /neutron/security_group HTTP/1.1" 200 2058 0.008092 10.0.0.56 - - [2025-10-09 03:17:45] "POST /neutron/port HTTP/1.1" 200 1083 0.015143 10.0.0.56 - - [2025-10-09 03:17:45] "GET /virtual-machine/5a9b4377-0c0b-4b12-b6e5-bb7dbd9cc0b4 HTTP/1.1" 200 1288 0.006398 10.0.0.56 - - [2025-10-09 03:17:45] "GET /virtual-machine-interface/8315ced1-7ec1-4a64-b55c-6323d3a03383 HTTP/1.1" 200 2941 0.005006 10.0.0.56 - - [2025-10-09 03:17:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003263 10.0.0.56 - - [2025-10-09 03:17:45] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003438 10.0.0.56 - - [2025-10-09 03:17:45] "GET /virtual-networks?parent_id=1ef24fdb-1f5a-445d-8ede-c5d3363ec7d1&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002865 10.0.0.56 - - [2025-10-09 03:17:45] "GET /virtual-network/b02edbe2-7672-41e0-b0ed-c14e4dd47ffd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2549 0.005596 10.0.0.56 - - [2025-10-09 03:17:48] "POST /neutron/port HTTP/1.1" 200 1083 0.016385 10.0.0.56 - - [2025-10-09 03:17:48] "POST /neutron/port HTTP/1.1" 200 1083 0.015775 10.0.0.56 - - [2025-10-09 03:17:48] "POST /neutron/network HTTP/1.1" 200 994 0.010235 10.0.0.56 - - [2025-10-09 03:17:48] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004132 10.0.0.56 - - [2025-10-09 03:17:48] "POST /neutron/network HTTP/1.1" 200 994 0.009951 10.0.0.56 - - [2025-10-09 03:17:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003820 10.0.0.56 - - [2025-10-09 03:17:48] "GET /virtual-network/b02edbe2-7672-41e0-b0ed-c14e4dd47ffd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2549 0.005311 10.0.0.56 - - [2025-10-09 03:17:52] "POST /neutron/port HTTP/1.1" 200 1083 0.015590 10.0.0.56 - - [2025-10-09 03:17:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003865 10.0.0.56 - - [2025-10-09 03:17:52] "GET /virtual-network/b02edbe2-7672-41e0-b0ed-c14e4dd47ffd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2549 0.005510 10.0.0.56 - - [2025-10-09 03:17:54] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006520 10.0.0.56 - - [2025-10-09 03:17:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003734 10.0.0.56 - - [2025-10-09 03:17:54] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003788 10.0.0.56 - - [2025-10-09 03:17:54] "GET /virtual-networks?parent_id=1ef24fdb-1f5a-445d-8ede-c5d3363ec7d1&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003285 10.0.0.56 - - [2025-10-09 03:17:55] "GET /virtual-network/b02edbe2-7672-41e0-b0ed-c14e4dd47ffd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2549 0.006445 10.0.0.56 - - [2025-10-09 03:17:55] "POST /neutron/port HTTP/1.1" 200 1083 0.016123 10.0.0.56 - - [2025-10-09 03:17:55] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007285 10.0.0.56 - - [2025-10-09 03:17:55] "GET /virtual-machine/6042ec58-5656-4f30-95aa-c9881a1ab283 HTTP/1.1" 200 1288 0.006288 10.0.0.56 - - [2025-10-09 03:17:55] "GET /virtual-machine-interface/205d0aa8-96fd-4531-bf04-bf8eabd020f2 HTTP/1.1" 200 2941 0.005193 10.0.0.56 - - [2025-10-09 03:17:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003855 10.0.0.56 - - [2025-10-09 03:17:55] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003388 10.0.0.56 - - [2025-10-09 03:17:55] "GET /virtual-networks?parent_id=1ef24fdb-1f5a-445d-8ede-c5d3363ec7d1&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002736 10.0.0.56 - - [2025-10-09 03:17:55] "GET /virtual-network/b02edbe2-7672-41e0-b0ed-c14e4dd47ffd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2549 0.005730 10.0.0.56 - - [2025-10-09 03:17:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004540 10.0.0.56 - - [2025-10-09 03:17:56] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.007076 10.0.0.56 - - [2025-10-09 03:17:56] "GET /virtual-networks?parent_id=1ef24fdb-1f5a-445d-8ede-c5d3363ec7d1&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.004146 10.0.0.56 - - [2025-10-09 03:17:56] "GET /virtual-network/b02edbe2-7672-41e0-b0ed-c14e4dd47ffd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2549 0.006757 10.0.0.56 - - [2025-10-09 03:17:57] "POST /neutron/port HTTP/1.1" 200 1083 0.018197 10.0.0.56 - - [2025-10-09 03:17:57] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007683 10.0.0.56 - - [2025-10-09 03:17:57] "GET /virtual-machine/a5a39517-6886-4620-a59f-580a53dc40d7 HTTP/1.1" 200 1293 0.007612 10.0.0.56 - - [2025-10-09 03:17:57] "GET /virtual-machine-interface/e4601120-4a89-46ef-8692-221733c40fc7 HTTP/1.1" 200 2941 0.005617 10.0.0.56 - - [2025-10-09 03:17:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003507 10.0.0.56 - - [2025-10-09 03:17:57] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004014 10.0.0.56 - - [2025-10-09 03:17:57] "GET /virtual-networks?parent_id=1ef24fdb-1f5a-445d-8ede-c5d3363ec7d1&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002942 10.0.0.56 - - [2025-10-09 03:17:57] "GET /virtual-network/b02edbe2-7672-41e0-b0ed-c14e4dd47ffd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2549 0.005812 10.0.0.56 - - [2025-10-09 03:17:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004208 10.0.0.56 - - [2025-10-09 03:17:58] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004428 10.0.0.56 - - [2025-10-09 03:17:58] "GET /virtual-networks?parent_id=1ef24fdb-1f5a-445d-8ede-c5d3363ec7d1&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002912 10.0.0.56 - - [2025-10-09 03:17:58] "GET /virtual-network/b02edbe2-7672-41e0-b0ed-c14e4dd47ffd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2549 0.006160 10.0.0.41 - - [2025-10-09 03:18:00] "GET /global-system-configs HTTP/1.1" 401 292 0.000545 10.0.0.41 - - [2025-10-09 03:18:00] "GET /global-system-configs HTTP/1.1" 401 292 0.000427 10.0.0.41 - - [2025-10-09 03:18:01] "GET /global-system-configs HTTP/1.1" 401 292 0.000634 10.0.0.41 - - [2025-10-09 03:18:01] "GET /global-system-configs HTTP/1.1" 401 292 0.000419 10.0.0.19 - - [2025-10-09 03:18:01] "GET /global-system-configs HTTP/1.1" 401 292 0.000417 10.0.0.19 - - [2025-10-09 03:18:01] "GET /global-system-configs HTTP/1.1" 401 292 0.000384 10.0.0.19 - - [2025-10-09 03:18:01] "GET /global-system-configs HTTP/1.1" 401 292 0.000917 10.0.0.19 - - [2025-10-09 03:18:01] "GET /global-system-configs HTTP/1.1" 401 292 0.000489 10.0.0.56 - - [2025-10-09 03:18:03] "GET /global-system-configs HTTP/1.1" 401 292 0.000419 10.0.0.56 - - [2025-10-09 03:18:03] "GET /global-system-configs HTTP/1.1" 401 292 0.000415 10.0.0.56 - - [2025-10-09 03:18:05] "GET /global-system-configs HTTP/1.1" 401 292 0.000405 10.0.0.56 - - [2025-10-09 03:18:05] "GET /global-system-configs HTTP/1.1" 401 292 0.000561 10.0.0.56 - - [2025-10-09 03:18:14] "POST /neutron/port HTTP/1.1" 200 151 0.235913 10.0.0.56 - - [2025-10-09 03:18:14] "POST /neutron/port HTTP/1.1" 200 1109 0.020258 10.0.0.56 - - [2025-10-09 03:18:14] "POST /neutron/port HTTP/1.1" 200 151 0.264482 10.0.0.56 - - [2025-10-09 03:18:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004642 10.0.0.56 - - [2025-10-09 03:18:15] "DELETE /network-ipam/aa7f25f7-a44d-4715-b07d-e404eec3b31d HTTP/1.1" 200 115 0.047496 10.0.0.56 - - [2025-10-09 03:18:15] "POST /fqname-to-id HTTP/1.1" 404 211 0.007225 10.0.0.41 - - [2025-10-09 03:18:16] "GET /projects?obj_uuids=1ef24fdb-1f5a-445d-8ede-c5d3363ec7d1&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001544 10.0.0.56 - - [2025-10-09 03:18:16] "GET /project/1ef24fdb-1f5a-445d-8ede-c5d3363ec7d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.040353 10.0.0.41 - - [2025-10-09 03:18:16] "GET /projects?obj_uuids=1ef24fdb-1f5a-445d-8ede-c5d3363ec7d1&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000999 10.0.0.56 - - [2025-10-09 03:18:16] "GET /project/1ef24fdb-1f5a-445d-8ede-c5d3363ec7d1?fields=virtual_networks HTTP/1.1" 200 1032 0.045336 10.0.0.41 - - [2025-10-09 03:18:16] "GET /projects?obj_uuids=1ef24fdb-1f5a-445d-8ede-c5d3363ec7d1&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000972 10.0.0.56 - - [2025-10-09 03:18:16] "GET /project/1ef24fdb-1f5a-445d-8ede-c5d3363ec7d1?fields=virtual_machine_interfaces HTTP/1.1" 200 1032 0.041743 10.0.0.41 - - [2025-10-09 03:18:16] "GET /projects?obj_uuids=1ef24fdb-1f5a-445d-8ede-c5d3363ec7d1&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001436 10.0.0.56 - - [2025-10-09 03:18:16] "GET /project/1ef24fdb-1f5a-445d-8ede-c5d3363ec7d1?fields=security_groups HTTP/1.1" 200 1258 0.047397 10.0.0.56 - - [2025-10-09 03:18:17] "POST /fqname-to-id HTTP/1.1" 404 196 0.026881 10.0.0.41 - - [2025-10-09 03:18:17] "GET /projects?obj_uuids=db77c5a6-ac51-48db-8c97-93a60899d6be&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003575 10.0.0.41 - - [2025-10-09 03:18:17] "GET /domains?obj_uuids=7ed77c0b-e642-4c13-a404-7756503cf17d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001914 10.0.0.41 - - [2025-10-09 03:18:17] "GET /domain/7ed77c0b-e642-4c13-a404-7756503cf17d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.009634 10.0.0.41 - - [2025-10-09 03:18:18] "POST /id-to-fqname HTTP/1.1" 200 198 0.001256 10.0.0.41 - - [2025-10-09 03:18:18] "POST /fqname-to-id HTTP/1.1" 404 207 0.011395 10.0.0.41 - - [2025-10-09 03:18:18] "POST /security-groups HTTP/1.1" 200 599 0.040197 10.0.0.41 - - [2025-10-09 03:18:18] "POST /fqname-to-id HTTP/1.1" 404 242 0.004246 10.0.0.41 - - [2025-10-09 03:18:18] "POST /projects HTTP/1.1" 200 601 0.257554 10.0.0.41 - - [2025-10-09 03:18:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.335732 10.0.0.41 - - [2025-10-09 03:18:18] "POST /access-control-lists HTTP/1.1" 200 602 0.036557 10.0.0.56 - - [2025-10-09 03:18:18] "GET /project/db77c5a6-ac51-48db-8c97-93a60899d6be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.470961 10.0.0.56 - - [2025-10-09 03:18:19] "GET / HTTP/1.1" 200 35931 0.001996 10.0.0.56 - - [2025-10-09 03:18:19] "POST /neutron/port HTTP/1.1" 200 117 0.007325 10.0.0.56 - - [2025-10-09 03:18:19] "POST /neutron/port HTTP/1.1" 400 205 0.003862 10.0.0.56 - - [2025-10-09 03:18:21] "POST /fqname-to-id HTTP/1.1" 401 292 0.000803 10.0.0.56 - - [2025-10-09 03:18:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.054772 10.0.0.41 - - [2025-10-09 03:18:21] "GET /projects?obj_uuids=db77c5a6-ac51-48db-8c97-93a60899d6be&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000957 10.0.0.56 - - [2025-10-09 03:18:21] "GET /project/db77c5a6-ac51-48db-8c97-93a60899d6be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.040625 10.0.0.41 - - [2025-10-09 03:18:22] "POST /useragent-kv HTTP/1.1" 200 115 0.007610 10.0.0.56 - - [2025-10-09 03:18:22] "POST /neutron/subnet HTTP/1.1" 200 828 0.250182 10.0.0.56 - - [2025-10-09 03:18:22] "POST /id-to-fqname HTTP/1.1" 200 228 0.001637 10.0.0.56 - - [2025-10-09 03:18:22] "GET /virtual-network/11f300da-5ddd-4946-8fc1-bc406080d5fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.007485 10.0.0.56 - - [2025-10-09 03:18:22] "POST /neutron/network HTTP/1.1" 200 1006 0.010243 10.0.0.56 - - [2025-10-09 03:18:22] "GET /virtual-network/11f300da-5ddd-4946-8fc1-bc406080d5fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.005866 10.0.0.56 - - [2025-10-09 03:18:22] "POST /neutron/subnet HTTP/1.1" 200 725 0.008698 10.0.0.56 - - [2025-10-09 03:18:23] "GET /virtual-network/11f300da-5ddd-4946-8fc1-bc406080d5fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.006015 10.0.0.41 - - [2025-10-09 03:18:24] "GET /obj-perms HTTP/1.1" 200 5046 0.053772 10.0.0.56 - - [2025-10-09 03:18:24] "POST /id-to-fqname HTTP/1.1" 200 228 0.001842 10.0.0.41 - - [2025-10-09 03:18:25] "GET /projects?obj_uuids=db77c5a6-ac51-48db-8c97-93a60899d6be&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000996 10.0.0.56 - - [2025-10-09 03:18:25] "GET /project/db77c5a6-ac51-48db-8c97-93a60899d6be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.061698 10.0.0.56 - - [2025-10-09 03:18:25] "POST /neutron/port HTTP/1.1" 200 117 0.006233 10.0.0.56 - - [2025-10-09 03:18:25] "POST /id-to-fqname HTTP/1.1" 200 228 0.001392 10.0.0.56 - - [2025-10-09 03:18:25] "POST /neutron/network HTTP/1.1" 200 1016 0.008930 10.0.0.56 - - [2025-10-09 03:18:26] "POST /neutron/port HTTP/1.1" 200 1175 0.019562 10.0.0.41 - - [2025-10-09 03:18:26] "GET /projects?obj_uuids=db77c5a6-ac51-48db-8c97-93a60899d6be&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001053 10.0.0.56 - - [2025-10-09 03:18:26] "POST /neutron/port HTTP/1.1" 200 1203 0.015710 10.0.0.56 - - [2025-10-09 03:18:26] "GET /project/db77c5a6-ac51-48db-8c97-93a60899d6be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.069127 10.0.0.56 - - [2025-10-09 03:18:26] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004013 10.0.0.56 - - [2025-10-09 03:18:26] "POST /neutron/port HTTP/1.1" 200 117 0.001216 10.0.0.56 - - [2025-10-09 03:18:26] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007975 10.0.0.56 - - [2025-10-09 03:18:26] "POST /id-to-fqname HTTP/1.1" 200 228 0.001362 10.0.0.56 - - [2025-10-09 03:18:26] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007254 10.0.0.41 - - [2025-10-09 03:18:27] "GET /projects?obj_uuids=db77c5a6-ac51-48db-8c97-93a60899d6be&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001043 10.0.0.56 - - [2025-10-09 03:18:27] "POST /neutron/port HTTP/1.1" 200 1175 0.316933 10.0.0.56 - - [2025-10-09 03:18:27] "POST /neutron/port HTTP/1.1" 200 1229 0.114871 10.0.0.56 - - [2025-10-09 03:18:27] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004266 10.0.0.56 - - [2025-10-09 03:18:27] "POST /neutron/port HTTP/1.1" 200 117 0.001200 10.0.0.41 - - [2025-10-09 03:18:28] "GET /projects?obj_uuids=db77c5a6-ac51-48db-8c97-93a60899d6be&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001331 10.0.0.56 - - [2025-10-09 03:18:28] "GET /project/db77c5a6-ac51-48db-8c97-93a60899d6be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.103750 10.0.0.56 - - [2025-10-09 03:18:28] "POST /neutron/port HTTP/1.1" 200 2288 0.024796 10.0.0.56 - - [2025-10-09 03:18:28] "POST /id-to-fqname HTTP/1.1" 200 228 0.001442 10.0.0.56 - - [2025-10-09 03:18:28] "POST /neutron/port HTTP/1.1" 200 2288 0.027223 10.0.0.56 - - [2025-10-09 03:18:28] "POST /neutron/network HTTP/1.1" 200 1016 0.012214 10.0.0.56 - - [2025-10-09 03:18:29] "POST /neutron/port HTTP/1.1" 200 1175 0.020340 10.0.0.56 - - [2025-10-09 03:18:29] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004140 10.0.0.56 - - [2025-10-09 03:18:29] "POST /neutron/port HTTP/1.1" 200 117 0.001391 10.0.0.41 - - [2025-10-09 03:18:29] "GET /projects?obj_uuids=db77c5a6-ac51-48db-8c97-93a60899d6be&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001114 10.0.0.56 - - [2025-10-09 03:18:29] "GET /project/db77c5a6-ac51-48db-8c97-93a60899d6be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.072907 10.0.0.56 - - [2025-10-09 03:18:29] "POST /neutron/network HTTP/1.1" 200 1006 0.011208 10.0.0.56 - - [2025-10-09 03:18:30] "POST /neutron/port HTTP/1.1" 200 117 0.012734 10.0.0.56 - - [2025-10-09 03:18:30] "POST /neutron/port HTTP/1.1" 200 1203 0.015104 10.0.0.56 - - [2025-10-09 03:18:30] "POST /neutron/security_group HTTP/1.1" 200 2066 0.009539 10.0.0.56 - - [2025-10-09 03:18:30] "GET /virtual-machine/34a7c575-0436-4a7e-8785-955ba2cce63e HTTP/1.1" 401 292 0.000500 10.0.0.56 - - [2025-10-09 03:18:30] "POST /neutron/port HTTP/1.1" 200 1175 0.025639 10.0.0.56 - - [2025-10-09 03:18:30] "GET /virtual-machine/34a7c575-0436-4a7e-8785-955ba2cce63e HTTP/1.1" 200 1299 0.061206 10.0.0.56 - - [2025-10-09 03:18:30] "GET /virtual-machine-interface/0338c086-ce75-458d-9492-04f11d381879 HTTP/1.1" 200 3174 0.007349 10.0.0.56 - - [2025-10-09 03:18:31] "POST /neutron/port HTTP/1.1" 200 1203 0.018455 10.0.0.56 - - [2025-10-09 03:18:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.004514 10.0.0.56 - - [2025-10-09 03:18:31] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004806 10.0.0.56 - - [2025-10-09 03:18:31] "GET /virtual-networks?parent_id=db77c5a6-ac51-48db-8c97-93a60899d6be&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.003120 10.0.0.56 - - [2025-10-09 03:18:31] "POST /neutron/subnet HTTP/1.1" 200 1385 0.016265 10.0.0.56 - - [2025-10-09 03:18:31] "GET /virtual-network/11f300da-5ddd-4946-8fc1-bc406080d5fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.006265 10.0.0.56 - - [2025-10-09 03:18:31] "POST /neutron/network HTTP/1.1" 200 1006 0.009255 10.0.0.56 - - [2025-10-09 03:18:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003600 10.0.0.56 - - [2025-10-09 03:18:34] "GET /virtual-network/11f300da-5ddd-4946-8fc1-bc406080d5fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.005630 10.0.0.56 - - [2025-10-09 03:18:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003755 10.0.0.56 - - [2025-10-09 03:18:38] "GET /virtual-network/11f300da-5ddd-4946-8fc1-bc406080d5fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.006373 10.0.0.56 - - [2025-10-09 03:18:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003685 10.0.0.56 - - [2025-10-09 03:18:42] "GET /virtual-network/11f300da-5ddd-4946-8fc1-bc406080d5fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.005319 10.0.0.56 - - [2025-10-09 03:18:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.005119 10.0.0.56 - - [2025-10-09 03:18:46] "GET /virtual-network/11f300da-5ddd-4946-8fc1-bc406080d5fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.006196 10.0.0.56 - - [2025-10-09 03:18:50] "POST /neutron/network HTTP/1.1" 200 1016 0.010095 10.0.0.56 - - [2025-10-09 03:18:50] "POST /neutron/subnet HTTP/1.1" 200 1385 0.014889 10.0.0.56 - - [2025-10-09 03:18:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003812 10.0.0.56 - - [2025-10-09 03:18:50] "GET /virtual-network/11f300da-5ddd-4946-8fc1-bc406080d5fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.005447 10.0.0.56 - - [2025-10-09 03:18:50] "POST /neutron/network HTTP/1.1" 200 1006 0.008471 10.0.0.56 - - [2025-10-09 03:18:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003646 10.0.0.56 - - [2025-10-09 03:18:54] "GET /virtual-network/11f300da-5ddd-4946-8fc1-bc406080d5fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.005570 10.0.0.56 - - [2025-10-09 03:18:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004032 10.0.0.56 - - [2025-10-09 03:18:58] "GET /virtual-network/11f300da-5ddd-4946-8fc1-bc406080d5fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.005367 10.0.0.56 - - [2025-10-09 03:19:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003829 10.0.0.56 - - [2025-10-09 03:19:02] "GET /virtual-network/11f300da-5ddd-4946-8fc1-bc406080d5fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.005286 10.0.0.56 - - [2025-10-09 03:19:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003631 10.0.0.56 - - [2025-10-09 03:19:06] "GET /virtual-network/11f300da-5ddd-4946-8fc1-bc406080d5fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.005543 10.0.0.56 - - [2025-10-09 03:19:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003625 10.0.0.56 - - [2025-10-09 03:19:11] "GET /virtual-network/11f300da-5ddd-4946-8fc1-bc406080d5fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.005654 10.0.0.41 - - [2025-10-09 03:19:13] "DELETE /project/db77c5a6ac5148db8c9793a60899d6be HTTP/1.1" 404 173 0.080913 10.0.0.41 - - [2025-10-09 03:19:13] "GET /projects?obj_uuids=1ef24fdb-1f5a-445d-8ede-c5d3363ec7d1&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000913 10.0.0.41 - - [2025-10-09 03:19:13] "GET /project/1ef24fdb-1f5a-445d-8ede-c5d3363ec7d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1468 0.041141 10.0.0.41 - - [2025-10-09 03:19:13] "GET /projects?obj_uuids=1ef24fdb-1f5a-445d-8ede-c5d3363ec7d1&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001031 10.0.0.41 - - [2025-10-09 03:19:13] "GET /project/1ef24fdb-1f5a-445d-8ede-c5d3363ec7d1?fields=security_groups HTTP/1.1" 200 1363 0.048487 10.0.0.41 - - [2025-10-09 03:19:13] "DELETE /security-group/58f8e96b-d8a6-40a2-abcd-be6e1f015f26 HTTP/1.1" 200 115 0.100427 10.0.0.41 - - [2025-10-09 03:19:13] "GET /projects?obj_uuids=1ef24fdb-1f5a-445d-8ede-c5d3363ec7d1&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001221 10.0.0.41 - - [2025-10-09 03:19:13] "DELETE /access-control-list/545a498c-5890-4d1b-a871-7ebb844e24e9 HTTP/1.1" 200 115 0.097774 10.0.0.41 - - [2025-10-09 03:19:13] "GET /project/1ef24fdb-1f5a-445d-8ede-c5d3363ec7d1?fields=application_policy_sets HTTP/1.1" 200 1402 0.085945 10.0.0.41 - - [2025-10-09 03:19:14] "DELETE /project/1ef24fdb-1f5a-445d-8ede-c5d3363ec7d1 HTTP/1.1" 200 115 0.635342 10.0.0.56 - - [2025-10-09 03:19:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003803 10.0.0.56 - - [2025-10-09 03:19:15] "GET /virtual-network/11f300da-5ddd-4946-8fc1-bc406080d5fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.006216 10.0.0.56 - - [2025-10-09 03:19:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003887 10.0.0.56 - - [2025-10-09 03:19:19] "GET /virtual-network/11f300da-5ddd-4946-8fc1-bc406080d5fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.005203 10.0.0.56 - - [2025-10-09 03:19:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004593 10.0.0.56 - - [2025-10-09 03:19:23] "GET /virtual-network/11f300da-5ddd-4946-8fc1-bc406080d5fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.006832 10.0.0.56 - - [2025-10-09 03:19:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004179 10.0.0.56 - - [2025-10-09 03:19:25] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004580 10.0.0.56 - - [2025-10-09 03:19:25] "GET /virtual-networks?parent_id=db77c5a6-ac51-48db-8c97-93a60899d6be&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.004587 10.0.0.56 - - [2025-10-09 03:19:25] "GET /virtual-network/11f300da-5ddd-4946-8fc1-bc406080d5fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.006142 10.0.0.56 - - [2025-10-09 03:19:30] "POST /neutron/port HTTP/1.1" 200 1203 0.015376 10.0.0.56 - - [2025-10-09 03:19:34] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007522 10.0.0.56 - - [2025-10-09 03:19:35] "POST /neutron/port HTTP/1.1" 200 1203 0.016521 10.0.0.56 - - [2025-10-09 03:19:38] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008373 10.0.0.56 - - [2025-10-09 03:19:46] "POST /neutron/port HTTP/1.1" 200 1203 0.015616 10.0.0.56 - - [2025-10-09 03:19:51] "POST /neutron/port HTTP/1.1" 200 1203 0.017086 10.0.0.56 - - [2025-10-09 03:19:51] "POST /neutron/network HTTP/1.1" 200 1016 0.049725 10.0.0.56 - - [2025-10-09 03:19:51] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003877 10.0.0.56 - - [2025-10-09 03:19:51] "POST /neutron/port HTTP/1.1" 200 1203 0.026832 10.0.0.56 - - [2025-10-09 03:19:51] "POST /neutron/subnet HTTP/1.1" 200 1385 0.014409 10.0.0.56 - - [2025-10-09 03:19:51] "POST /neutron/port HTTP/1.1" 200 117 0.001053 10.0.0.56 - - [2025-10-09 03:19:51] "POST /neutron/network HTTP/1.1" 200 1006 0.008788 10.0.0.56 - - [2025-10-09 03:19:51] "POST /neutron/network HTTP/1.1" 200 1006 0.011753 10.0.0.56 - - [2025-10-09 03:19:51] "POST /neutron/security_group HTTP/1.1" 200 2066 0.009789 10.0.0.56 - - [2025-10-09 03:19:51] "GET /virtual-machine/c80bae15-c169-4fe3-ad94-1eda76e62c55 HTTP/1.1" 200 1301 0.008188 10.0.0.56 - - [2025-10-09 03:19:51] "GET /virtual-machine-interface/4425dbf2-972e-45a3-a9f6-fed7a0352be8 HTTP/1.1" 200 3175 0.006158 10.0.0.56 - - [2025-10-09 03:19:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004418 10.0.0.56 - - [2025-10-09 03:19:51] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004102 10.0.0.56 - - [2025-10-09 03:19:51] "GET /virtual-networks?parent_id=db77c5a6-ac51-48db-8c97-93a60899d6be&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.003721 10.0.0.56 - - [2025-10-09 03:19:51] "GET /virtual-network/11f300da-5ddd-4946-8fc1-bc406080d5fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.009461 10.0.0.56 - - [2025-10-09 03:19:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003894 10.0.0.56 - - [2025-10-09 03:19:53] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003606 10.0.0.56 - - [2025-10-09 03:19:53] "GET /virtual-networks?parent_id=db77c5a6-ac51-48db-8c97-93a60899d6be&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.002812 10.0.0.56 - - [2025-10-09 03:19:53] "GET /virtual-network/11f300da-5ddd-4946-8fc1-bc406080d5fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.007044 10.0.0.56 - - [2025-10-09 03:19:53] "POST /neutron/port HTTP/1.1" 200 1203 0.015232 10.0.0.56 - - [2025-10-09 03:19:53] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008889 10.0.0.56 - - [2025-10-09 03:19:53] "GET /virtual-machine/55c78849-7aa2-472c-b48f-a33cf3fa3271 HTTP/1.1" 200 1300 0.006262 10.0.0.56 - - [2025-10-09 03:19:53] "GET /virtual-machine-interface/959b9780-f7cb-46a2-8d5d-8c2f9375d3f8 HTTP/1.1" 200 3176 0.005925 10.0.0.56 - - [2025-10-09 03:19:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003433 10.0.0.56 - - [2025-10-09 03:19:53] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003592 10.0.0.56 - - [2025-10-09 03:19:53] "GET /virtual-networks?parent_id=db77c5a6-ac51-48db-8c97-93a60899d6be&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.002966 10.0.0.56 - - [2025-10-09 03:19:53] "GET /virtual-network/11f300da-5ddd-4946-8fc1-bc406080d5fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.005960 10.0.0.56 - - [2025-10-09 03:19:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003835 10.0.0.56 - - [2025-10-09 03:19:54] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003834 10.0.0.56 - - [2025-10-09 03:19:54] "GET /virtual-networks?parent_id=db77c5a6-ac51-48db-8c97-93a60899d6be&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.002803 10.0.0.56 - - [2025-10-09 03:19:54] "GET /virtual-network/11f300da-5ddd-4946-8fc1-bc406080d5fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.006830 10.0.0.56 - - [2025-10-09 03:19:55] "GET /obj-perms HTTP/1.1" 200 5056 0.049863 10.0.0.19 - - [2025-10-09 03:19:56] "GET /obj-perms HTTP/1.1" 200 5056 0.042520 10.0.0.41 - - [2025-10-09 03:20:12] "GET /projects?obj_uuids=db77c5a6-ac51-48db-8c97-93a60899d6be&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001075 10.0.0.56 - - [2025-10-09 03:20:12] "GET /project/db77c5a6-ac51-48db-8c97-93a60899d6be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.053721 10.0.0.56 - - [2025-10-09 03:20:12] "POST /fqname-to-id HTTP/1.1" 404 226 0.004149 10.0.0.56 - - [2025-10-09 03:20:12] "POST /interface-route-tables HTTP/1.1" 200 575 0.027331 10.0.0.56 - - [2025-10-09 03:20:12] "GET /interface-route-table/aeadfbce-81c6-4789-ab3d-59c7fa52fb15?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1334 0.006367 10.0.0.56 - - [2025-10-09 03:20:12] "GET /virtual-machine-interface/0338c086-ce75-458d-9492-04f11d381879?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2759 0.006078 10.0.0.56 - - [2025-10-09 03:20:12] "POST /ref-update HTTP/1.1" 200 156 0.015394 10.0.0.41 - - [2025-10-09 03:20:22] "GET /projects?obj_uuids=db77c5a6-ac51-48db-8c97-93a60899d6be&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000989 10.0.0.56 - - [2025-10-09 03:20:22] "GET /project/db77c5a6-ac51-48db-8c97-93a60899d6be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.047365 10.0.0.56 - - [2025-10-09 03:20:22] "POST /fqname-to-id HTTP/1.1" 404 226 0.002909 10.0.0.56 - - [2025-10-09 03:20:22] "POST /interface-route-tables HTTP/1.1" 200 575 0.027343 10.0.0.56 - - [2025-10-09 03:20:22] "GET /interface-route-table/82f19701-2a0f-4219-9009-83b47914b607?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1333 0.006218 10.0.0.56 - - [2025-10-09 03:20:22] "GET /virtual-machine-interface/4425dbf2-972e-45a3-a9f6-fed7a0352be8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2760 0.006485 10.0.0.56 - - [2025-10-09 03:20:22] "POST /ref-update HTTP/1.1" 200 156 0.018363 10.0.0.56 - - [2025-10-09 03:20:25] "GET /virtual-machine-interface/959b9780-f7cb-46a2-8d5d-8c2f9375d3f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2761 0.006407 10.0.0.56 - - [2025-10-09 03:20:25] "PUT /virtual-machine-interface/959b9780-f7cb-46a2-8d5d-8c2f9375d3f8 HTTP/1.1" 200 284 0.013964 10.0.0.56 - - [2025-10-09 03:20:25] "GET /virtual-machine-interface/0338c086-ce75-458d-9492-04f11d381879?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3040 0.009559 10.0.0.56 - - [2025-10-09 03:20:25] "PUT /virtual-machine-interface/0338c086-ce75-458d-9492-04f11d381879 HTTP/1.1" 200 284 0.015263 10.0.0.56 - - [2025-10-09 03:20:25] "GET /virtual-machine-interface/4425dbf2-972e-45a3-a9f6-fed7a0352be8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3041 0.009451 10.0.0.56 - - [2025-10-09 03:20:25] "PUT /virtual-machine-interface/4425dbf2-972e-45a3-a9f6-fed7a0352be8 HTTP/1.1" 200 284 0.017484 10.0.0.56 - - [2025-10-09 03:20:51] "POST /neutron/port HTTP/1.1" 200 1203 0.018836 10.0.0.56 - - [2025-10-09 03:20:51] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005153 10.0.0.56 - - [2025-10-09 03:20:51] "POST /neutron/port HTTP/1.1" 200 1203 0.017577 10.0.0.56 - - [2025-10-09 03:20:51] "POST /neutron/port HTTP/1.1" 200 1203 0.019346 10.0.0.56 - - [2025-10-09 03:20:51] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005737 10.0.0.56 - - [2025-10-09 03:20:51] "POST /neutron/port HTTP/1.1" 200 117 0.001540 10.0.0.56 - - [2025-10-09 03:21:25] "POST /neutron/port HTTP/1.1" 200 1203 0.017651 10.0.0.56 - - [2025-10-09 03:21:25] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007559 10.0.0.56 - - [2025-10-09 03:21:25] "GET /virtual-machine/21f3ae93-449d-4b65-b3dc-67264f32c68d HTTP/1.1" 200 1300 0.006284 10.0.0.56 - - [2025-10-09 03:21:25] "GET /virtual-machine-interface/61fa06be-fcce-4913-95b8-dd6064c4097e HTTP/1.1" 200 3175 0.006128 10.0.0.56 - - [2025-10-09 03:21:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003432 10.0.0.56 - - [2025-10-09 03:21:25] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003808 10.0.0.56 - - [2025-10-09 03:21:25] "GET /virtual-networks?parent_id=db77c5a6-ac51-48db-8c97-93a60899d6be&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.003190 10.0.0.56 - - [2025-10-09 03:21:25] "GET /virtual-network/11f300da-5ddd-4946-8fc1-bc406080d5fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.006810 10.0.0.56 - - [2025-10-09 03:21:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003866 10.0.0.56 - - [2025-10-09 03:21:27] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004181 10.0.0.56 - - [2025-10-09 03:21:27] "GET /virtual-networks?parent_id=db77c5a6-ac51-48db-8c97-93a60899d6be&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.002728 10.0.0.56 - - [2025-10-09 03:21:27] "GET /virtual-network/11f300da-5ddd-4946-8fc1-bc406080d5fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.006205 10.0.0.56 - - [2025-10-09 03:21:27] "GET /virtual-machine-interface/61fa06be-fcce-4913-95b8-dd6064c4097e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2760 0.006556 10.0.0.56 - - [2025-10-09 03:21:27] "PUT /virtual-machine-interface/61fa06be-fcce-4913-95b8-dd6064c4097e HTTP/1.1" 200 284 0.014719 10.0.0.56 - - [2025-10-09 03:21:52] "POST /neutron/port HTTP/1.1" 200 1203 0.017897 10.0.0.56 - - [2025-10-09 03:21:52] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004517 10.0.0.56 - - [2025-10-09 03:21:52] "POST /neutron/subnet HTTP/1.1" 200 1385 0.015429 10.0.0.56 - - [2025-10-09 03:21:52] "POST /neutron/network HTTP/1.1" 200 1016 0.009764 10.0.0.56 - - [2025-10-09 03:21:52] "POST /neutron/network HTTP/1.1" 200 1006 0.008426 10.0.0.56 - - [2025-10-09 03:21:52] "POST /neutron/port HTTP/1.1" 200 117 0.001219 10.0.0.41 - - [2025-10-09 03:21:57] "GET /obj-perms HTTP/1.1" 200 5056 0.047611 10.0.0.41 - - [2025-10-09 03:22:03] "GET /projects?obj_uuids=db77c5a6-ac51-48db-8c97-93a60899d6be&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.025553 10.0.0.56 - - [2025-10-09 03:22:03] "GET /project/db77c5a6-ac51-48db-8c97-93a60899d6be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.068892 10.0.0.56 - - [2025-10-09 03:22:03] "POST /fqname-to-id HTTP/1.1" 404 226 0.002810 10.0.0.56 - - [2025-10-09 03:22:03] "POST /interface-route-tables HTTP/1.1" 200 575 0.026013 10.0.0.56 - - [2025-10-09 03:22:03] "GET /interface-route-table/742bc9a0-cfca-4895-8942-6a7ae39d9d38?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1332 0.006032 10.0.0.56 - - [2025-10-09 03:22:03] "GET /virtual-machine-interface/61fa06be-fcce-4913-95b8-dd6064c4097e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2810 0.006710 10.0.0.56 - - [2025-10-09 03:22:03] "POST /ref-update HTTP/1.1" 200 156 0.025788 10.0.0.56 - - [2025-10-09 03:22:05] "GET /virtual-machine-interface/0338c086-ce75-458d-9492-04f11d381879?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3090 0.006560 10.0.0.56 - - [2025-10-09 03:22:05] "POST /ref-update HTTP/1.1" 200 156 0.014860 10.0.0.56 - - [2025-10-09 03:22:05] "DELETE /interface-route-table/aeadfbce-81c6-4789-ab3d-59c7fa52fb15 HTTP/1.1" 200 115 0.033474 10.0.0.56 - - [2025-10-09 03:22:05] "POST /neutron/port HTTP/1.1" 200 1203 0.018750 10.0.0.56 - - [2025-10-09 03:22:27] "GET /virtual-machine-interface/61fa06be-fcce-4913-95b8-dd6064c4097e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3091 0.008471 10.0.0.56 - - [2025-10-09 03:22:27] "POST /ref-update HTTP/1.1" 200 156 0.015466 10.0.0.56 - - [2025-10-09 03:22:27] "DELETE /interface-route-table/742bc9a0-cfca-4895-8942-6a7ae39d9d38 HTTP/1.1" 200 115 0.042718 10.0.0.56 - - [2025-10-09 03:22:27] "GET /virtual-machine-interface/4425dbf2-972e-45a3-a9f6-fed7a0352be8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3091 0.006374 10.0.0.56 - - [2025-10-09 03:22:27] "POST /ref-update HTTP/1.1" 200 156 0.017218 10.0.0.56 - - [2025-10-09 03:22:27] "DELETE /interface-route-table/82f19701-2a0f-4219-9009-83b47914b607 HTTP/1.1" 200 115 0.030932 10.0.0.56 - - [2025-10-09 03:22:27] "POST /neutron/network HTTP/1.1" 200 1006 0.011351 10.0.0.56 - - [2025-10-09 03:22:27] "POST /neutron/port HTTP/1.1" 200 1229 0.017245 10.0.0.56 - - [2025-10-09 03:22:28] "POST /neutron/port HTTP/1.1" 200 1229 0.035210 10.0.0.56 - - [2025-10-09 03:22:28] "POST /neutron/port HTTP/1.1" 200 1229 0.031301 10.0.0.41 - - [2025-10-09 03:22:29] "POST /useragent-kv HTTP/1.1" 200 115 0.003788 10.0.0.41 - - [2025-10-09 03:22:29] "POST /useragent-kv HTTP/1.1" 200 115 0.002679 10.0.0.41 - - [2025-10-09 03:22:29] "POST /useragent-kv HTTP/1.1" 200 115 0.002769 10.0.0.41 - - [2025-10-09 03:22:29] "POST /useragent-kv HTTP/1.1" 200 115 0.002022 10.0.0.56 - - [2025-10-09 03:22:29] "POST /neutron/network HTTP/1.1" 200 151 0.125954 10.0.0.41 - - [2025-10-09 03:22:30] "DELETE /route-target/00779138-4d38-4170-bc66-7e923b509cce HTTP/1.1" 200 115 0.025686 10.0.0.41 - - [2025-10-09 03:22:31] "GET /projects?obj_uuids=db77c5a6-ac51-48db-8c97-93a60899d6be&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001486 10.0.0.56 - - [2025-10-09 03:22:31] "GET /project/db77c5a6-ac51-48db-8c97-93a60899d6be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.058473 10.0.0.41 - - [2025-10-09 03:22:31] "GET /projects?obj_uuids=db77c5a6-ac51-48db-8c97-93a60899d6be&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000972 10.0.0.56 - - [2025-10-09 03:22:31] "GET /project/db77c5a6-ac51-48db-8c97-93a60899d6be?fields=virtual_networks HTTP/1.1" 200 1049 0.073979 10.0.0.41 - - [2025-10-09 03:22:31] "GET /projects?obj_uuids=db77c5a6-ac51-48db-8c97-93a60899d6be&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001127 10.0.0.56 - - [2025-10-09 03:22:31] "GET /project/db77c5a6-ac51-48db-8c97-93a60899d6be?fields=virtual_machine_interfaces HTTP/1.1" 200 1049 0.040299 10.0.0.41 - - [2025-10-09 03:22:31] "GET /projects?obj_uuids=db77c5a6-ac51-48db-8c97-93a60899d6be&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001376 10.0.0.56 - - [2025-10-09 03:22:31] "GET /project/db77c5a6-ac51-48db-8c97-93a60899d6be?fields=security_groups HTTP/1.1" 200 1283 0.041331 10.0.0.56 - - [2025-10-09 03:22:32] "POST /fqname-to-id HTTP/1.1" 404 183 0.029329 10.0.0.41 - - [2025-10-09 03:22:32] "GET /projects?obj_uuids=e5d069ab-657d-4528-81fe-719510eb2add&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002891 10.0.0.41 - - [2025-10-09 03:22:32] "GET /domains?obj_uuids=7ed77c0b-e642-4c13-a404-7756503cf17d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001314 10.0.0.41 - - [2025-10-09 03:22:32] "GET /domain/7ed77c0b-e642-4c13-a404-7756503cf17d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007654 10.0.0.41 - - [2025-10-09 03:22:32] "POST /id-to-fqname HTTP/1.1" 200 185 0.005175 10.0.0.41 - - [2025-10-09 03:22:32] "POST /fqname-to-id HTTP/1.1" 404 194 0.003644 10.0.0.41 - - [2025-10-09 03:22:33] "POST /security-groups HTTP/1.1" 200 586 0.089250 10.0.0.41 - - [2025-10-09 03:22:33] "POST /projects HTTP/1.1" 200 575 0.300337 10.0.0.41 - - [2025-10-09 03:22:33] "POST /fqname-to-id HTTP/1.1" 404 228 0.003458 10.0.0.41 - - [2025-10-09 03:22:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.370205 10.0.0.56 - - [2025-10-09 03:22:33] "GET /project/e5d069ab-657d-4528-81fe-719510eb2add?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1343 0.509789 10.0.0.56 - - [2025-10-09 03:22:34] "GET / HTTP/1.1" 200 35931 0.001523 10.0.0.41 - - [2025-10-09 03:22:37] "GET /projects?obj_uuids=e5d069ab-657d-4528-81fe-719510eb2add&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001128 10.0.0.56 - - [2025-10-09 03:22:37] "GET /project/e5d069ab-657d-4528-81fe-719510eb2add?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1343 0.049077 10.0.0.41 - - [2025-10-09 03:22:37] "GET /projects?obj_uuids=e5d069ab-657d-4528-81fe-719510eb2add&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001278 10.0.0.56 - - [2025-10-09 03:22:37] "GET /project/e5d069ab-657d-4528-81fe-719510eb2add?fields=virtual_networks HTTP/1.1" 200 1022 0.046839 10.0.0.41 - - [2025-10-09 03:22:37] "GET /projects?obj_uuids=e5d069ab-657d-4528-81fe-719510eb2add&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000980 10.0.0.56 - - [2025-10-09 03:22:37] "GET /project/e5d069ab-657d-4528-81fe-719510eb2add?fields=virtual_machine_interfaces HTTP/1.1" 200 1022 0.087721 10.0.0.41 - - [2025-10-09 03:22:37] "GET /projects?obj_uuids=e5d069ab-657d-4528-81fe-719510eb2add&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000927 10.0.0.56 - - [2025-10-09 03:22:37] "GET /project/e5d069ab-657d-4528-81fe-719510eb2add?fields=security_groups HTTP/1.1" 200 1243 0.042166 10.0.0.56 - - [2025-10-09 03:22:38] "POST /fqname-to-id HTTP/1.1" 404 193 0.028610 10.0.0.41 - - [2025-10-09 03:22:38] "GET /projects?obj_uuids=80afbb85-d9af-4692-a6a6-af87fafe6358&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.006327 10.0.0.41 - - [2025-10-09 03:22:38] "GET /domains?obj_uuids=7ed77c0b-e642-4c13-a404-7756503cf17d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001522 10.0.0.41 - - [2025-10-09 03:22:38] "GET /domain/7ed77c0b-e642-4c13-a404-7756503cf17d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.014505 10.0.0.41 - - [2025-10-09 03:22:38] "POST /id-to-fqname HTTP/1.1" 200 195 0.002550 10.0.0.41 - - [2025-10-09 03:22:38] "POST /fqname-to-id HTTP/1.1" 404 204 0.010473 10.0.0.41 - - [2025-10-09 03:22:38] "POST /security-groups HTTP/1.1" 200 596 0.057769 10.0.0.41 - - [2025-10-09 03:22:38] "POST /projects HTTP/1.1" 200 595 0.311108 10.0.0.41 - - [2025-10-09 03:22:39] "POST /access-control-lists HTTP/1.1" 200 601 0.039798 10.0.0.41 - - [2025-10-09 03:22:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.381002 10.0.0.56 - - [2025-10-09 03:22:39] "GET /project/80afbb85-d9af-4692-a6a6-af87fafe6358?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1383 0.559380 10.0.0.56 - - [2025-10-09 03:22:40] "GET / HTTP/1.1" 200 35931 0.001691 10.0.0.41 - - [2025-10-09 03:22:43] "GET /projects?obj_uuids=80afbb85-d9af-4692-a6a6-af87fafe6358&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001001 10.0.0.56 - - [2025-10-09 03:22:43] "GET /project/80afbb85-d9af-4692-a6a6-af87fafe6358?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1383 0.044374 10.0.0.41 - - [2025-10-09 03:22:43] "GET /projects?obj_uuids=80afbb85-d9af-4692-a6a6-af87fafe6358&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001004 10.0.0.56 - - [2025-10-09 03:22:43] "GET /project/80afbb85-d9af-4692-a6a6-af87fafe6358?fields=virtual_networks HTTP/1.1" 200 1042 0.043079 10.0.0.41 - - [2025-10-09 03:22:43] "GET /projects?obj_uuids=80afbb85-d9af-4692-a6a6-af87fafe6358&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001016 10.0.0.56 - - [2025-10-09 03:22:43] "GET /project/80afbb85-d9af-4692-a6a6-af87fafe6358?fields=virtual_machine_interfaces HTTP/1.1" 200 1042 0.045668 10.0.0.41 - - [2025-10-09 03:22:43] "GET /projects?obj_uuids=80afbb85-d9af-4692-a6a6-af87fafe6358&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001110 10.0.0.56 - - [2025-10-09 03:22:43] "GET /project/80afbb85-d9af-4692-a6a6-af87fafe6358?fields=security_groups HTTP/1.1" 200 1273 0.048089 10.0.0.56 - - [2025-10-09 03:22:44] "POST /fqname-to-id HTTP/1.1" 404 199 0.022619 10.0.0.41 - - [2025-10-09 03:22:44] "GET /projects?obj_uuids=e0f177ff-fe6d-432b-93c9-fc78ae0ab1bd&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003304 10.0.0.41 - - [2025-10-09 03:22:44] "GET /domains?obj_uuids=7ed77c0b-e642-4c13-a404-7756503cf17d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001036 10.0.0.41 - - [2025-10-09 03:22:44] "GET /domain/7ed77c0b-e642-4c13-a404-7756503cf17d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007708 10.0.0.41 - - [2025-10-09 03:22:44] "POST /id-to-fqname HTTP/1.1" 200 201 0.007737 10.0.0.41 - - [2025-10-09 03:22:44] "POST /fqname-to-id HTTP/1.1" 404 210 0.005316 10.0.0.41 - - [2025-10-09 03:22:44] "POST /security-groups HTTP/1.1" 200 602 0.073066 10.0.0.41 - - [2025-10-09 03:22:44] "POST /fqname-to-id HTTP/1.1" 404 245 0.003834 10.0.0.41 - - [2025-10-09 03:22:44] "POST /projects HTTP/1.1" 200 607 0.285595 10.0.0.41 - - [2025-10-09 03:22:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.356370 10.0.0.41 - - [2025-10-09 03:22:44] "POST /access-control-lists HTTP/1.1" 200 605 0.033889 10.0.0.56 - - [2025-10-09 03:22:44] "GET /project/e0f177ff-fe6d-432b-93c9-fc78ae0ab1bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1408 0.515871 10.0.0.56 - - [2025-10-09 03:22:46] "GET / HTTP/1.1" 200 35931 0.001654 10.0.0.41 - - [2025-10-09 03:22:49] "GET /projects?obj_uuids=e0f177ff-fe6d-432b-93c9-fc78ae0ab1bd&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000968 10.0.0.56 - - [2025-10-09 03:22:49] "GET /project/e0f177ff-fe6d-432b-93c9-fc78ae0ab1bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1408 0.039992 10.0.0.41 - - [2025-10-09 03:22:49] "GET /projects?obj_uuids=e0f177ff-fe6d-432b-93c9-fc78ae0ab1bd&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000935 10.0.0.56 - - [2025-10-09 03:22:49] "GET /project/e0f177ff-fe6d-432b-93c9-fc78ae0ab1bd?fields=virtual_networks HTTP/1.1" 200 1055 0.045529 10.0.0.41 - - [2025-10-09 03:22:49] "GET /projects?obj_uuids=e0f177ff-fe6d-432b-93c9-fc78ae0ab1bd&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001010 10.0.0.56 - - [2025-10-09 03:22:49] "GET /project/e0f177ff-fe6d-432b-93c9-fc78ae0ab1bd?fields=virtual_machine_interfaces HTTP/1.1" 200 1055 0.048519 10.0.0.41 - - [2025-10-09 03:22:49] "GET /projects?obj_uuids=e0f177ff-fe6d-432b-93c9-fc78ae0ab1bd&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000968 10.0.0.56 - - [2025-10-09 03:22:49] "GET /project/e0f177ff-fe6d-432b-93c9-fc78ae0ab1bd?fields=security_groups HTTP/1.1" 200 1292 0.038652 10.0.0.56 - - [2025-10-09 03:22:50] "POST /fqname-to-id HTTP/1.1" 404 185 0.024891 10.0.0.41 - - [2025-10-09 03:22:50] "GET /projects?obj_uuids=614efdb9-9fcc-429c-bbbf-00f093ee61e6&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003286 10.0.0.41 - - [2025-10-09 03:22:50] "GET /domains?obj_uuids=7ed77c0b-e642-4c13-a404-7756503cf17d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001198 10.0.0.41 - - [2025-10-09 03:22:50] "GET /domain/7ed77c0b-e642-4c13-a404-7756503cf17d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008534 10.0.0.41 - - [2025-10-09 03:22:50] "POST /id-to-fqname HTTP/1.1" 200 187 0.006587 10.0.0.41 - - [2025-10-09 03:22:50] "POST /fqname-to-id HTTP/1.1" 404 196 0.010753 10.0.0.41 - - [2025-10-09 03:22:50] "POST /security-groups HTTP/1.1" 200 588 0.031507 10.0.0.41 - - [2025-10-09 03:22:50] "POST /projects HTTP/1.1" 200 579 0.250300 10.0.0.41 - - [2025-10-09 03:22:51] "POST /fqname-to-id HTTP/1.1" 404 230 0.016264 10.0.0.41 - - [2025-10-09 03:22:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.324842 10.0.0.56 - - [2025-10-09 03:22:51] "GET /project/614efdb9-9fcc-429c-bbbf-00f093ee61e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1351 0.470328 10.0.0.56 - - [2025-10-09 03:22:52] "GET / HTTP/1.1" 200 35931 0.003249 10.0.0.41 - - [2025-10-09 03:22:55] "GET /projects?obj_uuids=614efdb9-9fcc-429c-bbbf-00f093ee61e6&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001084 10.0.0.56 - - [2025-10-09 03:22:55] "GET /project/614efdb9-9fcc-429c-bbbf-00f093ee61e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1351 0.039960 10.0.0.41 - - [2025-10-09 03:22:55] "GET /projects?obj_uuids=614efdb9-9fcc-429c-bbbf-00f093ee61e6&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.000953 10.0.0.56 - - [2025-10-09 03:22:55] "GET /project/614efdb9-9fcc-429c-bbbf-00f093ee61e6?fields=virtual_networks HTTP/1.1" 200 1026 0.043224 10.0.0.41 - - [2025-10-09 03:22:55] "GET /projects?obj_uuids=614efdb9-9fcc-429c-bbbf-00f093ee61e6&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.082947 10.0.0.56 - - [2025-10-09 03:22:55] "GET /project/614efdb9-9fcc-429c-bbbf-00f093ee61e6?fields=virtual_machine_interfaces HTTP/1.1" 200 1026 0.125691 10.0.0.41 - - [2025-10-09 03:22:55] "GET /projects?obj_uuids=614efdb9-9fcc-429c-bbbf-00f093ee61e6&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.000967 10.0.0.56 - - [2025-10-09 03:22:55] "GET /project/614efdb9-9fcc-429c-bbbf-00f093ee61e6?fields=security_groups HTTP/1.1" 200 1249 0.036109 10.0.0.56 - - [2025-10-09 03:22:56] "POST /fqname-to-id HTTP/1.1" 404 182 0.025162 10.0.0.41 - - [2025-10-09 03:22:56] "GET /projects?obj_uuids=056b30ed-0049-4c14-9c10-1edeb7194beb&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003106 10.0.0.41 - - [2025-10-09 03:22:56] "GET /domains?obj_uuids=7ed77c0b-e642-4c13-a404-7756503cf17d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000977 10.0.0.41 - - [2025-10-09 03:22:56] "GET /domain/7ed77c0b-e642-4c13-a404-7756503cf17d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006894 10.0.0.41 - - [2025-10-09 03:22:56] "POST /id-to-fqname HTTP/1.1" 200 184 0.004859 10.0.0.41 - - [2025-10-09 03:22:56] "POST /fqname-to-id HTTP/1.1" 404 193 0.005936 10.0.0.41 - - [2025-10-09 03:22:56] "POST /security-groups HTTP/1.1" 200 585 0.031291 10.0.0.41 - - [2025-10-09 03:22:56] "POST /projects HTTP/1.1" 200 573 0.232502 10.0.0.41 - - [2025-10-09 03:22:56] "POST /access-control-lists HTTP/1.1" 200 590 0.026163 10.0.0.41 - - [2025-10-09 03:22:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.299327 10.0.0.56 - - [2025-10-09 03:22:56] "GET /project/056b30ed-0049-4c14-9c10-1edeb7194beb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1338 0.433475 10.0.0.56 - - [2025-10-09 03:22:57] "GET / HTTP/1.1" 200 35931 0.001530 10.0.0.41 - - [2025-10-09 03:23:00] "GET /global-system-configs HTTP/1.1" 401 292 0.000488 10.0.0.41 - - [2025-10-09 03:23:00] "GET /global-system-configs HTTP/1.1" 401 292 0.000454 10.0.0.41 - - [2025-10-09 03:23:01] "GET /global-system-configs HTTP/1.1" 401 292 0.000472 10.0.0.41 - - [2025-10-09 03:23:01] "GET /projects?obj_uuids=056b30ed-0049-4c14-9c10-1edeb7194beb&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001027 10.0.0.56 - - [2025-10-09 03:23:01] "GET /project/056b30ed-0049-4c14-9c10-1edeb7194beb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1338 0.047928 10.0.0.41 - - [2025-10-09 03:23:01] "GET /projects?obj_uuids=056b30ed-0049-4c14-9c10-1edeb7194beb&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.000942 10.0.0.41 - - [2025-10-09 03:23:01] "GET /global-system-configs HTTP/1.1" 401 292 0.000570 10.0.0.56 - - [2025-10-09 03:23:01] "GET /project/056b30ed-0049-4c14-9c10-1edeb7194beb?fields=virtual_networks HTTP/1.1" 200 1019 0.053552 10.0.0.41 - - [2025-10-09 03:23:01] "GET /projects?obj_uuids=056b30ed-0049-4c14-9c10-1edeb7194beb&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001002 10.0.0.56 - - [2025-10-09 03:23:01] "GET /project/056b30ed-0049-4c14-9c10-1edeb7194beb?fields=virtual_machine_interfaces HTTP/1.1" 200 1019 0.043169 10.0.0.41 - - [2025-10-09 03:23:01] "GET /projects?obj_uuids=056b30ed-0049-4c14-9c10-1edeb7194beb&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001014 10.0.0.56 - - [2025-10-09 03:23:01] "GET /project/056b30ed-0049-4c14-9c10-1edeb7194beb?fields=security_groups HTTP/1.1" 200 1239 0.036237 10.0.0.19 - - [2025-10-09 03:23:01] "GET /global-system-configs HTTP/1.1" 401 292 0.000470 10.0.0.19 - - [2025-10-09 03:23:01] "GET /global-system-configs HTTP/1.1" 401 292 0.000423 10.0.0.19 - - [2025-10-09 03:23:01] "GET /global-system-configs HTTP/1.1" 401 292 0.000448 10.0.0.19 - - [2025-10-09 03:23:01] "GET /global-system-configs HTTP/1.1" 401 292 0.000426 10.0.0.56 - - [2025-10-09 03:23:02] "POST /fqname-to-id HTTP/1.1" 404 186 0.027854 10.0.0.41 - - [2025-10-09 03:23:02] "GET /projects?obj_uuids=ccfe4e53-be9d-4b53-9751-5588f7f21a7c&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002808 10.0.0.41 - - [2025-10-09 03:23:02] "GET /domains?obj_uuids=7ed77c0b-e642-4c13-a404-7756503cf17d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001291 10.0.0.41 - - [2025-10-09 03:23:02] "GET /domain/7ed77c0b-e642-4c13-a404-7756503cf17d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007889 10.0.0.41 - - [2025-10-09 03:23:02] "POST /id-to-fqname HTTP/1.1" 200 188 0.001214 10.0.0.41 - - [2025-10-09 03:23:02] "POST /fqname-to-id HTTP/1.1" 404 197 0.013722 10.0.0.41 - - [2025-10-09 03:23:02] "POST /security-groups HTTP/1.1" 200 589 0.031709 10.0.0.41 - - [2025-10-09 03:23:02] "POST /fqname-to-id HTTP/1.1" 404 232 0.004210 10.0.0.41 - - [2025-10-09 03:23:02] "POST /projects HTTP/1.1" 200 581 0.246676 10.0.0.41 - - [2025-10-09 03:23:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.314381 10.0.0.41 - - [2025-10-09 03:23:02] "POST /access-control-lists HTTP/1.1" 200 592 0.032349 10.0.0.56 - - [2025-10-09 03:23:02] "GET /project/ccfe4e53-be9d-4b53-9751-5588f7f21a7c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.458038 10.0.0.56 - - [2025-10-09 03:23:03] "GET /global-system-configs HTTP/1.1" 401 292 0.000474 10.0.0.56 - - [2025-10-09 03:23:04] "GET /global-system-configs HTTP/1.1" 401 292 0.000476 10.0.0.56 - - [2025-10-09 03:23:04] "GET / HTTP/1.1" 200 35931 0.002405 10.0.0.56 - - [2025-10-09 03:23:05] "GET /global-system-configs HTTP/1.1" 401 292 0.000548 10.0.0.56 - - [2025-10-09 03:23:05] "GET /global-system-configs HTTP/1.1" 401 292 0.000436 10.0.0.41 - - [2025-10-09 03:23:07] "GET /projects?obj_uuids=ccfe4e53-be9d-4b53-9751-5588f7f21a7c&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001463 10.0.0.56 - - [2025-10-09 03:23:07] "GET /project/ccfe4e53-be9d-4b53-9751-5588f7f21a7c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.061345 10.0.0.41 - - [2025-10-09 03:23:07] "GET /projects?obj_uuids=ccfe4e53-be9d-4b53-9751-5588f7f21a7c&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001574 10.0.0.56 - - [2025-10-09 03:23:07] "GET /project/ccfe4e53-be9d-4b53-9751-5588f7f21a7c?fields=virtual_networks HTTP/1.1" 200 1029 0.060151 10.0.0.41 - - [2025-10-09 03:23:07] "GET /projects?obj_uuids=ccfe4e53-be9d-4b53-9751-5588f7f21a7c&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001391 10.0.0.56 - - [2025-10-09 03:23:07] "GET /project/ccfe4e53-be9d-4b53-9751-5588f7f21a7c?fields=virtual_machine_interfaces HTTP/1.1" 200 1029 0.058729 10.0.0.41 - - [2025-10-09 03:23:07] "GET /projects?obj_uuids=ccfe4e53-be9d-4b53-9751-5588f7f21a7c&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001216 10.0.0.56 - - [2025-10-09 03:23:07] "GET /project/ccfe4e53-be9d-4b53-9751-5588f7f21a7c?fields=security_groups HTTP/1.1" 200 1253 0.045338 10.0.0.56 - - [2025-10-09 03:23:08] "POST /fqname-to-id HTTP/1.1" 404 186 0.027902 10.0.0.41 - - [2025-10-09 03:23:08] "GET /projects?obj_uuids=a7c173af-136c-4f69-be04-d4bb8c232e06&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003231 10.0.0.41 - - [2025-10-09 03:23:08] "GET /domains?obj_uuids=7ed77c0b-e642-4c13-a404-7756503cf17d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001132 10.0.0.41 - - [2025-10-09 03:23:08] "GET /domain/7ed77c0b-e642-4c13-a404-7756503cf17d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007554 10.0.0.41 - - [2025-10-09 03:23:08] "POST /id-to-fqname HTTP/1.1" 200 188 0.003514 10.0.0.41 - - [2025-10-09 03:23:08] "POST /fqname-to-id HTTP/1.1" 404 197 0.019758 10.0.0.41 - - [2025-10-09 03:23:08] "POST /security-groups HTTP/1.1" 200 589 0.031864 10.0.0.41 - - [2025-10-09 03:23:08] "POST /projects HTTP/1.1" 200 581 0.265180 10.0.0.41 - - [2025-10-09 03:23:08] "POST /fqname-to-id HTTP/1.1" 404 231 0.014397 10.0.0.41 - - [2025-10-09 03:23:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.342170 10.0.0.56 - - [2025-10-09 03:23:08] "GET /project/a7c173af-136c-4f69-be04-d4bb8c232e06?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.483431 10.0.0.56 - - [2025-10-09 03:23:09] "GET / HTTP/1.1" 200 35931 0.002692 10.0.0.56 - - [2025-10-09 03:23:11] "POST /fqname-to-id HTTP/1.1" 401 292 0.000654 10.0.0.56 - - [2025-10-09 03:23:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.059376 10.0.0.41 - - [2025-10-09 03:23:11] "GET /projects?obj_uuids=a7c173af-136c-4f69-be04-d4bb8c232e06&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000905 10.0.0.56 - - [2025-10-09 03:23:11] "GET /project/a7c173af-136c-4f69-be04-d4bb8c232e06?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.039730 10.0.0.41 - - [2025-10-09 03:23:12] "POST /ref-update HTTP/1.1" 200 156 0.027121 10.0.0.41 - - [2025-10-09 03:23:12] "POST /useragent-kv HTTP/1.1" 200 115 0.008514 10.0.0.56 - - [2025-10-09 03:23:12] "POST /neutron/subnet HTTP/1.1" 200 715 0.240607 10.0.0.56 - - [2025-10-09 03:23:12] "POST /id-to-fqname HTTP/1.1" 200 218 0.001282 10.0.0.56 - - [2025-10-09 03:23:12] "GET /virtual-network/bfe4dd6a-3e82-4800-9459-c861d1cc7a6b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2031 0.005340 10.0.0.56 - - [2025-10-09 03:23:12] "GET /virtual-network/bfe4dd6a-3e82-4800-9459-c861d1cc7a6b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2031 0.005230 10.0.0.56 - - [2025-10-09 03:23:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002489 10.0.0.56 - - [2025-10-09 03:23:12] "GET /virtual-network/bfe4dd6a-3e82-4800-9459-c861d1cc7a6b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2031 0.006027 10.0.0.56 - - [2025-10-09 03:23:12] "PUT /virtual-network/bfe4dd6a-3e82-4800-9459-c861d1cc7a6b HTTP/1.1" 200 264 0.058976 10.0.0.56 - - [2025-10-09 03:23:12] "POST /neutron/network HTTP/1.1" 200 820 0.012208 10.0.0.56 - - [2025-10-09 03:23:13] "GET /virtual-network/bfe4dd6a-3e82-4800-9459-c861d1cc7a6b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2094 0.005659 10.0.0.56 - - [2025-10-09 03:23:13] "GET /obj-perms HTTP/1.1" 200 5026 0.048853 10.0.0.19 - - [2025-10-09 03:23:14] "GET /obj-perms HTTP/1.1" 200 5026 0.047771 10.0.0.41 - - [2025-10-09 03:23:14] "DELETE /project/80afbb85d9af4692a6a6af87fafe6358 HTTP/1.1" 404 173 0.025211 10.0.0.41 - - [2025-10-09 03:23:14] "DELETE /project/a7c173af136c4f69be04d4bb8c232e06 HTTP/1.1" 404 173 0.024585 10.0.0.41 - - [2025-10-09 03:23:14] "DELETE /project/056b30ed00494c149c101edeb7194beb HTTP/1.1" 404 173 0.031492 10.0.0.41 - - [2025-10-09 03:23:14] "DELETE /project/e0f177fffe6d432b93c9fc78ae0ab1bd HTTP/1.1" 404 173 0.017720 10.0.0.41 - - [2025-10-09 03:23:14] "DELETE /project/614efdb99fcc429cbbbf00f093ee61e6 HTTP/1.1" 404 173 0.024527 10.0.0.41 - - [2025-10-09 03:23:14] "GET /projects?obj_uuids=056b30ed-0049-4c14-9c10-1edeb7194beb&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001380 10.0.0.41 - - [2025-10-09 03:23:14] "GET /projects?obj_uuids=ccfe4e53-be9d-4b53-9751-5588f7f21a7c&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.010492 10.0.0.41 - - [2025-10-09 03:23:14] "GET /projects?obj_uuids=e0f177ff-fe6d-432b-93c9-fc78ae0ab1bd&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.003153 10.0.0.41 - - [2025-10-09 03:23:14] "GET /projects?obj_uuids=e5d069ab-657d-4528-81fe-719510eb2add&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.002029 10.0.0.41 - - [2025-10-09 03:23:14] "GET /projects?obj_uuids=80afbb85-d9af-4692-a6a6-af87fafe6358&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.003711 10.0.0.41 - - [2025-10-09 03:23:14] "DELETE /project/e5d069ab657d452881fe719510eb2add HTTP/1.1" 404 173 0.046321 10.0.0.41 - - [2025-10-09 03:23:14] "DELETE /project/ccfe4e53be9d4b5397515588f7f21a7c HTTP/1.1" 404 173 0.057023 10.0.0.41 - - [2025-10-09 03:23:14] "GET /projects?obj_uuids=db77c5a6-ac51-48db-8c97-93a60899d6be&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001640 10.0.0.41 - - [2025-10-09 03:23:14] "GET /projects?obj_uuids=614efdb9-9fcc-429c-bbbf-00f093ee61e6&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.003443 10.0.0.41 - - [2025-10-09 03:23:14] "GET /project/80afbb85-d9af-4692-a6a6-af87fafe6358?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1488 0.239561 10.0.0.41 - - [2025-10-09 03:23:14] "GET /project/ccfe4e53-be9d-4b53-9751-5588f7f21a7c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1461 0.244096 10.0.0.41 - - [2025-10-09 03:23:14] "GET /project/e0f177ff-fe6d-432b-93c9-fc78ae0ab1bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1513 0.282179 10.0.0.41 - - [2025-10-09 03:23:14] "GET /project/e5d069ab-657d-4528-81fe-719510eb2add?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1448 0.292329 10.0.0.56 - - [2025-10-09 03:23:14] "POST /neutron/subnet HTTP/1.1" 200 715 0.083409 10.0.0.41 - - [2025-10-09 03:23:14] "GET /project/056b30ed-0049-4c14-9c10-1edeb7194beb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1443 0.304069 10.0.0.41 - - [2025-10-09 03:23:14] "GET /project/db77c5a6-ac51-48db-8c97-93a60899d6be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1501 0.230299 10.0.0.41 - - [2025-10-09 03:23:14] "GET /project/614efdb9-9fcc-429c-bbbf-00f093ee61e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1456 0.255549 10.0.0.56 - - [2025-10-09 03:23:14] "POST /id-to-fqname HTTP/1.1" 200 218 0.002932 10.0.0.41 - - [2025-10-09 03:23:14] "GET /projects?obj_uuids=80afbb85-d9af-4692-a6a6-af87fafe6358&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.009653 10.0.0.41 - - [2025-10-09 03:23:14] "GET /projects?obj_uuids=ccfe4e53-be9d-4b53-9751-5588f7f21a7c&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.005346 10.0.0.41 - - [2025-10-09 03:23:15] "GET /projects?obj_uuids=e5d069ab-657d-4528-81fe-719510eb2add&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000924 10.0.0.41 - - [2025-10-09 03:23:15] "GET /projects?obj_uuids=e0f177ff-fe6d-432b-93c9-fc78ae0ab1bd&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001101 10.0.0.41 - - [2025-10-09 03:23:15] "GET /projects?obj_uuids=db77c5a6-ac51-48db-8c97-93a60899d6be&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001071 10.0.0.41 - - [2025-10-09 03:23:15] "GET /projects?obj_uuids=056b30ed-0049-4c14-9c10-1edeb7194beb&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.000844 10.0.0.41 - - [2025-10-09 03:23:15] "GET /projects?obj_uuids=614efdb9-9fcc-429c-bbbf-00f093ee61e6&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001149 10.0.0.41 - - [2025-10-09 03:23:15] "GET /project/80afbb85-d9af-4692-a6a6-af87fafe6358?fields=security_groups HTTP/1.1" 200 1378 0.250219 10.0.0.41 - - [2025-10-09 03:23:15] "DELETE /access-control-list/7c1130c8-7320-46cf-9058-748afc0274c3 HTTP/1.1" 200 115 0.257226 10.0.0.41 - - [2025-10-09 03:23:15] "GET /project/ccfe4e53-be9d-4b53-9751-5588f7f21a7c?fields=security_groups HTTP/1.1" 200 1358 0.231489 10.0.0.41 - - [2025-10-09 03:23:15] "GET /project/056b30ed-0049-4c14-9c10-1edeb7194beb?fields=security_groups HTTP/1.1" 200 1344 0.160157 10.0.0.41 - - [2025-10-09 03:23:15] "GET /project/614efdb9-9fcc-429c-bbbf-00f093ee61e6?fields=security_groups HTTP/1.1" 200 1354 0.165698 10.0.0.41 - - [2025-10-09 03:23:15] "GET /project/e0f177ff-fe6d-432b-93c9-fc78ae0ab1bd?fields=security_groups HTTP/1.1" 200 1397 0.204259 10.0.0.41 - - [2025-10-09 03:23:15] "GET /project/db77c5a6-ac51-48db-8c97-93a60899d6be?fields=security_groups HTTP/1.1" 200 1119 0.199390 10.0.0.41 - - [2025-10-09 03:23:15] "GET /project/e5d069ab-657d-4528-81fe-719510eb2add?fields=security_groups HTTP/1.1" 200 1348 0.230713 10.0.0.41 - - [2025-10-09 03:23:15] "GET /projects?obj_uuids=db77c5a6-ac51-48db-8c97-93a60899d6be&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001500 10.0.0.41 - - [2025-10-09 03:23:15] "GET /project/db77c5a6-ac51-48db-8c97-93a60899d6be?fields=application_policy_sets HTTP/1.1" 404 195 0.049065 10.0.0.41 - - [2025-10-09 03:23:15] "DELETE /project/db77c5a6-ac51-48db-8c97-93a60899d6be HTTP/1.1" 404 171 0.669952 10.0.0.41 - - [2025-10-09 03:23:15] "DELETE /security-group/b9f4b201-6683-4811-a0ee-c74bd008ee57 HTTP/1.1" 200 115 0.226398 10.0.0.41 - - [2025-10-09 03:23:15] "GET /projects?obj_uuids=80afbb85-d9af-4692-a6a6-af87fafe6358&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001065 10.0.0.41 - - [2025-10-09 03:23:15] "DELETE /security-group/667cba5a-0171-449d-aebe-af81f4c1031e HTTP/1.1" 200 115 0.239775 10.0.0.41 - - [2025-10-09 03:23:15] "GET /projects?obj_uuids=ccfe4e53-be9d-4b53-9751-5588f7f21a7c&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.004724 10.0.0.41 - - [2025-10-09 03:23:15] "DELETE /security-group/99122127-7268-4337-a499-1fe3c31a15e3 HTTP/1.1" 200 115 0.263445 10.0.0.41 - - [2025-10-09 03:23:15] "DELETE /security-group/181810b3-e0e0-4417-8abc-68e5ba82779c HTTP/1.1" 200 115 0.302810 10.0.0.41 - - [2025-10-09 03:23:15] "GET /projects?obj_uuids=e0f177ff-fe6d-432b-93c9-fc78ae0ab1bd&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001848 10.0.0.41 - - [2025-10-09 03:23:15] "DELETE /security-group/02fa3dfc-4d9d-4c53-96f7-9f2b3dc7a9bd HTTP/1.1" 200 115 0.280953 10.0.0.41 - - [2025-10-09 03:23:15] "GET /projects?obj_uuids=056b30ed-0049-4c14-9c10-1edeb7194beb&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.000964 10.0.0.41 - - [2025-10-09 03:23:15] "DELETE /security-group/6711cbcb-5535-440a-8992-64c2d1dc9f5d HTTP/1.1" 200 115 0.324235 10.0.0.41 - - [2025-10-09 03:23:15] "GET /projects?obj_uuids=e5d069ab-657d-4528-81fe-719510eb2add&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001472 10.0.0.41 - - [2025-10-09 03:23:15] "GET /projects?obj_uuids=614efdb9-9fcc-429c-bbbf-00f093ee61e6&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001867 10.0.0.41 - - [2025-10-09 03:23:15] "GET /project/80afbb85-d9af-4692-a6a6-af87fafe6358?fields=application_policy_sets HTTP/1.1" 200 1417 0.182136 10.0.0.41 - - [2025-10-09 03:23:15] "GET /project/e0f177ff-fe6d-432b-93c9-fc78ae0ab1bd?fields=application_policy_sets HTTP/1.1" 200 1436 0.199353 10.0.0.41 - - [2025-10-09 03:23:15] "GET /project/ccfe4e53-be9d-4b53-9751-5588f7f21a7c?fields=application_policy_sets HTTP/1.1" 200 1397 0.234688 10.0.0.41 - - [2025-10-09 03:23:15] "GET /project/e5d069ab-657d-4528-81fe-719510eb2add?fields=application_policy_sets HTTP/1.1" 200 1387 0.195985 10.0.0.41 - - [2025-10-09 03:23:15] "GET /project/056b30ed-0049-4c14-9c10-1edeb7194beb?fields=application_policy_sets HTTP/1.1" 200 1383 0.245162 10.0.0.41 - - [2025-10-09 03:23:15] "DELETE /access-control-list/caa9f097-4d34-45d7-a45d-1e1a91ed835f HTTP/1.1" 200 115 0.242791 10.0.0.41 - - [2025-10-09 03:23:15] "GET /project/614efdb9-9fcc-429c-bbbf-00f093ee61e6?fields=application_policy_sets HTTP/1.1" 200 1393 0.246961 10.0.0.41 - - [2025-10-09 03:23:16] "DELETE /access-control-list/be07c718-7996-4fbd-a652-99448da507ca HTTP/1.1" 200 115 0.146672 10.0.0.41 - - [2025-10-09 03:23:16] "DELETE /project/80afbb85-d9af-4692-a6a6-af87fafe6358 HTTP/1.1" 200 115 1.498772 10.0.0.41 - - [2025-10-09 03:23:16] "DELETE /project/ccfe4e53-be9d-4b53-9751-5588f7f21a7c HTTP/1.1" 200 115 1.545016 10.0.0.41 - - [2025-10-09 03:23:16] "DELETE /project/e0f177ff-fe6d-432b-93c9-fc78ae0ab1bd HTTP/1.1" 200 115 1.549646 10.0.0.41 - - [2025-10-09 03:23:16] "DELETE /project/056b30ed-0049-4c14-9c10-1edeb7194beb HTTP/1.1" 200 115 1.584075 10.0.0.41 - - [2025-10-09 03:23:16] "DELETE /project/e5d069ab-657d-4528-81fe-719510eb2add HTTP/1.1" 200 115 1.576935 10.0.0.41 - - [2025-10-09 03:23:16] "DELETE /project/614efdb9-9fcc-429c-bbbf-00f093ee61e6 HTTP/1.1" 200 115 1.518464 10.0.0.41 - - [2025-10-09 03:23:16] "DELETE /access-control-list/ca383c79-78cc-4bac-8d50-e918801f23cb HTTP/1.1" 200 115 0.049020 10.0.0.41 - - [2025-10-09 03:23:16] "DELETE /access-control-list/d18746e5-7cad-4530-a1de-0d52b01b331d HTTP/1.1" 200 115 0.055055 10.0.0.41 - - [2025-10-09 03:23:16] "GET /projects?obj_uuids=a7c173af-136c-4f69-be04-d4bb8c232e06&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001705 10.0.0.56 - - [2025-10-09 03:23:16] "GET /project/a7c173af-136c-4f69-be04-d4bb8c232e06?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.110647 10.0.0.56 - - [2025-10-09 03:23:17] "POST /neutron/port HTTP/1.1" 200 117 0.008244 10.0.0.56 - - [2025-10-09 03:23:17] "POST /neutron/network HTTP/1.1" 200 830 0.009727 10.0.0.56 - - [2025-10-09 03:23:18] "POST /neutron/port HTTP/1.1" 200 1056 0.018227 10.0.0.56 - - [2025-10-09 03:23:18] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003866 10.0.0.56 - - [2025-10-09 03:23:18] "POST /neutron/network HTTP/1.1" 200 820 0.007639 10.0.0.56 - - [2025-10-09 03:23:22] "POST /neutron/port HTTP/1.1" 200 1084 0.019050 10.0.0.56 - - [2025-10-09 03:23:22] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007730 10.0.0.56 - - [2025-10-09 03:23:22] "GET /virtual-machine/12ae277e-02c7-40c9-bcbd-e16d9f5f0c2d HTTP/1.1" 401 292 0.000374 10.0.0.56 - - [2025-10-09 03:23:22] "GET /virtual-machine/12ae277e-02c7-40c9-bcbd-e16d9f5f0c2d HTTP/1.1" 200 1290 0.030734 10.0.0.56 - - [2025-10-09 03:23:22] "GET /virtual-machine-interface/8daa0d42-399f-4bce-a661-0e7ecd9f0d19 HTTP/1.1" 200 2932 0.005636 10.0.0.56 - - [2025-10-09 03:23:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003574 10.0.0.56 - - [2025-10-09 03:23:22] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003602 10.0.0.56 - - [2025-10-09 03:23:22] "GET /virtual-networks?parent_id=a7c173af-136c-4f69-be04-d4bb8c232e06&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003174 10.0.0.56 - - [2025-10-09 03:23:22] "GET /virtual-network/bfe4dd6a-3e82-4800-9459-c861d1cc7a6b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2094 0.006763 10.0.0.56 - - [2025-10-09 03:23:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003898 10.0.0.56 - - [2025-10-09 03:23:26] "GET /virtual-network/bfe4dd6a-3e82-4800-9459-c861d1cc7a6b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2094 0.006295 10.0.0.56 - - [2025-10-09 03:23:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004301 10.0.0.56 - - [2025-10-09 03:23:30] "GET /virtual-network/bfe4dd6a-3e82-4800-9459-c861d1cc7a6b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2094 0.006331 10.0.0.56 - - [2025-10-09 03:23:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003808 10.0.0.56 - - [2025-10-09 03:23:34] "GET /virtual-network/bfe4dd6a-3e82-4800-9459-c861d1cc7a6b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2094 0.005192 10.0.0.56 - - [2025-10-09 03:23:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004500 10.0.0.56 - - [2025-10-09 03:23:38] "GET /virtual-network/bfe4dd6a-3e82-4800-9459-c861d1cc7a6b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2094 0.006593 10.0.0.56 - - [2025-10-09 03:23:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004022 10.0.0.56 - - [2025-10-09 03:23:42] "GET /virtual-network/bfe4dd6a-3e82-4800-9459-c861d1cc7a6b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2094 0.005428 10.0.0.56 - - [2025-10-09 03:23:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004785 10.0.0.56 - - [2025-10-09 03:23:46] "GET /virtual-network/bfe4dd6a-3e82-4800-9459-c861d1cc7a6b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2094 0.006488 10.0.0.56 - - [2025-10-09 03:23:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003824 10.0.0.56 - - [2025-10-09 03:23:50] "GET /virtual-network/bfe4dd6a-3e82-4800-9459-c861d1cc7a6b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2094 0.005788 10.0.0.56 - - [2025-10-09 03:23:54] "POST /neutron/network HTTP/1.1" 200 830 0.008196 10.0.0.56 - - [2025-10-09 03:23:54] "POST /neutron/port HTTP/1.1" 200 117 0.001211 10.0.0.56 - - [2025-10-09 03:23:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003852 10.0.0.56 - - [2025-10-09 03:23:54] "GET /virtual-network/bfe4dd6a-3e82-4800-9459-c861d1cc7a6b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2094 0.006291 10.0.0.56 - - [2025-10-09 03:23:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003641 10.0.0.56 - - [2025-10-09 03:23:56] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003587 10.0.0.56 - - [2025-10-09 03:23:56] "GET /virtual-networks?parent_id=a7c173af-136c-4f69-be04-d4bb8c232e06&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003340 10.0.0.56 - - [2025-10-09 03:23:56] "GET /virtual-network/bfe4dd6a-3e82-4800-9459-c861d1cc7a6b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2094 0.006215 10.0.0.56 - - [2025-10-09 03:23:56] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008020 10.0.0.56 - - [2025-10-09 03:24:04] "POST /neutron/port HTTP/1.1" 200 1084 0.038713 10.0.0.56 - - [2025-10-09 03:24:07] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007428 10.0.0.56 - - [2025-10-09 03:24:12] "POST /neutron/port HTTP/1.1" 200 1084 0.014920 10.0.0.56 - - [2025-10-09 03:24:12] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006990 10.0.0.56 - - [2025-10-09 03:24:12] "POST /neutron/network HTTP/1.1" 200 794 0.020451 10.0.0.56 - - [2025-10-09 03:24:12] "POST /id-to-fqname HTTP/1.1" 200 218 0.001706 10.0.0.56 - - [2025-10-09 03:24:12] "GET /virtual-machine/12ae277e-02c7-40c9-bcbd-e16d9f5f0c2d HTTP/1.1" 200 1290 0.004575 10.0.0.56 - - [2025-10-09 03:24:12] "GET /virtual-machine-interface/8daa0d42-399f-4bce-a661-0e7ecd9f0d19 HTTP/1.1" 200 2932 0.005718 10.0.0.56 - - [2025-10-09 03:24:12] "GET /instance-ip/819fd462-ba49-48cc-82ea-912f3adf1cbf HTTP/1.1" 200 1613 0.006493 10.0.0.56 - - [2025-10-09 03:24:12] "POST /fqname-to-id HTTP/1.1" 404 208 0.004088 10.0.0.56 - - [2025-10-09 03:24:12] "GET /virtual-network/bfe4dd6a-3e82-4800-9459-c861d1cc7a6b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2094 0.005945 10.0.0.41 - - [2025-10-09 03:24:12] "GET /projects?obj_uuids=a7c173af-136c-4f69-be04-d4bb8c232e06&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.002559 10.0.0.56 - - [2025-10-09 03:24:13] "GET /project/a7c173af-136c-4f69-be04-d4bb8c232e06?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.060843 10.0.0.56 - - [2025-10-09 03:24:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003776 10.0.0.56 - - [2025-10-09 03:24:13] "GET /security-group/6f48c004-c1e4-4dc9-9ced-1145344dd9de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3748 0.006127 10.0.0.56 - - [2025-10-09 03:24:13] "POST /virtual-machine-interfaces HTTP/1.1" 200 563 0.076077 10.0.0.56 - - [2025-10-09 03:24:13] "POST /instance-ips HTTP/1.1" 200 357 0.041827 10.0.0.56 - - [2025-10-09 03:24:13] "GET /instance-ip/f4a48cce-a36d-4c4f-9f02-abc3442e28dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1569 0.006047 10.0.0.56 - - [2025-10-09 03:24:13] "GET /virtual-machine-interface/04b1ad9d-a20b-4e6a-b483-e19e8865a9f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2340 0.006094 10.0.0.56 - - [2025-10-09 03:24:13] "GET /virtual-machine-interface/04b1ad9d-a20b-4e6a-b483-e19e8865a9f0?fields=instance_ip_back_refs HTTP/1.1" 200 1322 0.008054 10.0.0.56 - - [2025-10-09 03:24:13] "GET /instance-ip/f4a48cce-a36d-4c4f-9f02-abc3442e28dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1569 0.006768 10.0.0.56 - - [2025-10-09 03:24:13] "POST /id-to-fqname HTTP/1.1" 200 218 0.001421 10.0.0.56 - - [2025-10-09 03:24:13] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007422 10.0.0.56 - - [2025-10-09 03:24:13] "POST /neutron/network HTTP/1.1" 200 820 0.033362 10.0.0.56 - - [2025-10-09 03:24:14] "POST /neutron/port HTTP/1.1" 200 1084 0.018749 10.0.0.56 - - [2025-10-09 03:24:14] "POST /neutron/port HTTP/1.1" 200 117 0.007861 10.0.0.56 - - [2025-10-09 03:24:14] "POST /neutron/port HTTP/1.1" 200 963 0.017634 10.0.0.56 - - [2025-10-09 03:24:14] "POST /neutron/port HTTP/1.1" 200 1029 0.019087 10.0.0.56 - - [2025-10-09 03:24:14] "POST /neutron/port HTTP/1.1" 200 117 0.002105 10.0.0.56 - - [2025-10-09 03:24:19] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007167 10.0.0.56 - - [2025-10-09 03:24:19] "POST /neutron/port HTTP/1.1" 200 1029 0.015031 10.0.0.56 - - [2025-10-09 03:24:19] "GET /virtual-machine/e8a37134-a14a-48a4-b238-52e56f9bc81d HTTP/1.1" 200 1269 0.006026 10.0.0.56 - - [2025-10-09 03:24:19] "GET /virtual-machine-interface/04b1ad9d-a20b-4e6a-b483-e19e8865a9f0 HTTP/1.1" 200 2980 0.005077 10.0.0.56 - - [2025-10-09 03:24:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003730 10.0.0.56 - - [2025-10-09 03:24:19] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003896 10.0.0.56 - - [2025-10-09 03:24:19] "GET /virtual-networks?parent_id=a7c173af-136c-4f69-be04-d4bb8c232e06&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003032 10.0.0.56 - - [2025-10-09 03:24:19] "GET /virtual-network/bfe4dd6a-3e82-4800-9459-c861d1cc7a6b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2094 0.006041 10.0.0.56 - - [2025-10-09 03:24:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.004584 10.0.0.56 - - [2025-10-09 03:24:22] "GET /virtual-network/bfe4dd6a-3e82-4800-9459-c861d1cc7a6b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2094 0.006440 10.0.0.56 - - [2025-10-09 03:24:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004106 10.0.0.56 - - [2025-10-09 03:24:26] "GET /virtual-network/bfe4dd6a-3e82-4800-9459-c861d1cc7a6b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2094 0.006850 10.0.0.56 - - [2025-10-09 03:24:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003477 10.0.0.56 - - [2025-10-09 03:24:30] "GET /virtual-network/bfe4dd6a-3e82-4800-9459-c861d1cc7a6b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2094 0.005215 10.0.0.56 - - [2025-10-09 03:24:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003806 10.0.0.56 - - [2025-10-09 03:24:34] "GET /virtual-network/bfe4dd6a-3e82-4800-9459-c861d1cc7a6b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2094 0.005373 10.0.0.56 - - [2025-10-09 03:24:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003808 10.0.0.56 - - [2025-10-09 03:24:38] "GET /virtual-network/bfe4dd6a-3e82-4800-9459-c861d1cc7a6b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2094 0.005995 10.0.0.56 - - [2025-10-09 03:24:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003568 10.0.0.56 - - [2025-10-09 03:24:43] "GET /virtual-network/bfe4dd6a-3e82-4800-9459-c861d1cc7a6b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2094 0.006870 10.0.0.56 - - [2025-10-09 03:24:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003930 10.0.0.56 - - [2025-10-09 03:24:47] "GET /virtual-network/bfe4dd6a-3e82-4800-9459-c861d1cc7a6b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2094 0.006687 10.0.0.56 - - [2025-10-09 03:24:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004448 10.0.0.56 - - [2025-10-09 03:24:51] "GET /virtual-network/bfe4dd6a-3e82-4800-9459-c861d1cc7a6b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2094 0.007038 10.0.0.56 - - [2025-10-09 03:24:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.004592 10.0.0.56 - - [2025-10-09 03:24:55] "GET /virtual-network/bfe4dd6a-3e82-4800-9459-c861d1cc7a6b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2094 0.006095 10.0.0.56 - - [2025-10-09 03:24:55] "POST /neutron/port HTTP/1.1" 200 1084 0.040973 10.0.0.56 - - [2025-10-09 03:24:55] "POST /neutron/subnet HTTP/1.1" 200 689 0.009637 10.0.0.56 - - [2025-10-09 03:24:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003911 10.0.0.56 - - [2025-10-09 03:24:57] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003669 10.0.0.56 - - [2025-10-09 03:24:57] "GET /virtual-networks?parent_id=a7c173af-136c-4f69-be04-d4bb8c232e06&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002930 10.0.0.56 - - [2025-10-09 03:24:57] "GET /virtual-network/bfe4dd6a-3e82-4800-9459-c861d1cc7a6b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2094 0.006385 10.0.0.56 - - [2025-10-09 03:24:57] "POST /neutron/port HTTP/1.1" 200 1029 0.015880 10.0.0.41 - - [2025-10-09 03:25:00] "GET /obj-perms HTTP/1.1" 200 5056 0.050717 10.0.0.56 - - [2025-10-09 03:25:02] "POST /neutron/security_group HTTP/1.1" 200 2056 0.015375 10.0.0.56 - - [2025-10-09 03:25:07] "POST /neutron/port HTTP/1.1" 200 1029 0.015046 10.0.0.56 - - [2025-10-09 03:25:13] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007979 10.0.0.56 - - [2025-10-09 03:25:18] "POST /id-to-fqname HTTP/1.1" 200 218 0.002246 10.0.0.56 - - [2025-10-09 03:25:18] "POST /neutron/network HTTP/1.1" 200 830 0.009455 10.0.0.41 - - [2025-10-09 03:25:19] "GET /projects?obj_uuids=a7c173af-136c-4f69-be04-d4bb8c232e06&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001107 10.0.0.56 - - [2025-10-09 03:25:19] "GET /project/a7c173af-136c-4f69-be04-d4bb8c232e06?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.067546 10.0.0.56 - - [2025-10-09 03:25:19] "POST /neutron/security_group HTTP/1.1" 200 2056 0.010609 10.0.0.56 - - [2025-10-09 03:25:19] "POST /neutron/network HTTP/1.1" 200 830 0.007206 10.0.0.56 - - [2025-10-09 03:25:20] "POST /neutron/port HTTP/1.1" 200 1056 0.043619 10.0.0.56 - - [2025-10-09 03:25:20] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005075 10.0.0.56 - - [2025-10-09 03:25:20] "POST /neutron/network HTTP/1.1" 200 820 0.006835 10.0.0.56 - - [2025-10-09 03:25:24] "POST /neutron/port HTTP/1.1" 200 1084 0.017644 10.0.0.56 - - [2025-10-09 03:25:24] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007290 10.0.0.56 - - [2025-10-09 03:25:24] "GET /virtual-machine/90195101-a64d-4774-b78d-cf10f66ede3d HTTP/1.1" 200 1291 0.009230 10.0.0.56 - - [2025-10-09 03:25:24] "GET /virtual-machine-interface/92aca88e-8fcf-4a9a-bb4f-1390ccb03449 HTTP/1.1" 200 2932 0.005911 10.0.0.56 - - [2025-10-09 03:25:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003360 10.0.0.56 - - [2025-10-09 03:25:24] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003517 10.0.0.56 - - [2025-10-09 03:25:24] "GET /virtual-networks?parent_id=a7c173af-136c-4f69-be04-d4bb8c232e06&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002746 10.0.0.56 - - [2025-10-09 03:25:25] "GET /virtual-network/bfe4dd6a-3e82-4800-9459-c861d1cc7a6b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2094 0.006100 10.0.0.56 - - [2025-10-09 03:25:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003999 10.0.0.56 - - [2025-10-09 03:25:28] "GET /virtual-network/bfe4dd6a-3e82-4800-9459-c861d1cc7a6b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2094 0.007279 10.0.0.56 - - [2025-10-09 03:25:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003618 10.0.0.56 - - [2025-10-09 03:25:32] "GET /virtual-network/bfe4dd6a-3e82-4800-9459-c861d1cc7a6b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2094 0.005275 10.0.0.56 - - [2025-10-09 03:25:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003685 10.0.0.56 - - [2025-10-09 03:25:36] "GET /virtual-network/bfe4dd6a-3e82-4800-9459-c861d1cc7a6b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2094 0.005993 10.0.0.56 - - [2025-10-09 03:25:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003902 10.0.0.56 - - [2025-10-09 03:25:40] "GET /virtual-network/bfe4dd6a-3e82-4800-9459-c861d1cc7a6b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2094 0.005291 10.0.0.56 - - [2025-10-09 03:25:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003916 10.0.0.56 - - [2025-10-09 03:25:44] "GET /virtual-network/bfe4dd6a-3e82-4800-9459-c861d1cc7a6b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2094 0.005508 10.0.0.56 - - [2025-10-09 03:25:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004761 10.0.0.56 - - [2025-10-09 03:25:48] "GET /virtual-network/bfe4dd6a-3e82-4800-9459-c861d1cc7a6b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2094 0.005946 10.0.0.56 - - [2025-10-09 03:25:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.005178 10.0.0.56 - - [2025-10-09 03:25:52] "GET /virtual-network/bfe4dd6a-3e82-4800-9459-c861d1cc7a6b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2094 0.006882 10.0.0.56 - - [2025-10-09 03:25:55] "POST /neutron/network HTTP/1.1" 200 830 0.007235 10.0.0.56 - - [2025-10-09 03:25:55] "POST /neutron/port HTTP/1.1" 200 117 0.001056 10.0.0.56 - - [2025-10-09 03:25:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004530 10.0.0.56 - - [2025-10-09 03:25:56] "GET /virtual-network/bfe4dd6a-3e82-4800-9459-c861d1cc7a6b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2094 0.006456 10.0.0.56 - - [2025-10-09 03:25:57] "POST /neutron/port HTTP/1.1" 200 1029 0.018839 10.0.0.56 - - [2025-10-09 03:25:57] "POST /neutron/subnet HTTP/1.1" 200 689 0.011881 10.0.0.56 - - [2025-10-09 03:26:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003988 10.0.0.56 - - [2025-10-09 03:26:00] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003843 10.0.0.56 - - [2025-10-09 03:26:00] "GET /virtual-networks?parent_id=a7c173af-136c-4f69-be04-d4bb8c232e06&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003228 10.0.0.56 - - [2025-10-09 03:26:00] "GET /virtual-network/bfe4dd6a-3e82-4800-9459-c861d1cc7a6b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2094 0.006209 10.0.0.56 - - [2025-10-09 03:26:01] "POST /neutron/port HTTP/1.1" 200 1084 0.018462 10.0.0.56 - - [2025-10-09 03:26:06] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007334 10.0.0.56 - - [2025-10-09 03:26:11] "POST /neutron/port HTTP/1.1" 200 1084 0.014335 10.0.0.56 - - [2025-10-09 03:26:16] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007669 10.0.0.56 - - [2025-10-09 03:26:21] "POST /neutron/port HTTP/1.1" 200 1084 0.018083 10.0.0.56 - - [2025-10-09 03:26:22] "POST /neutron/security_group HTTP/1.1" 200 2056 0.009187 10.0.0.56 - - [2025-10-09 03:26:22] "POST /neutron/network HTTP/1.1" 200 794 0.015669 10.0.0.56 - - [2025-10-09 03:26:22] "POST /id-to-fqname HTTP/1.1" 200 218 0.001718 10.0.0.56 - - [2025-10-09 03:26:22] "GET /virtual-machine/90195101-a64d-4774-b78d-cf10f66ede3d HTTP/1.1" 200 1291 0.004295 10.0.0.56 - - [2025-10-09 03:26:22] "GET /virtual-machine-interface/92aca88e-8fcf-4a9a-bb4f-1390ccb03449 HTTP/1.1" 200 2932 0.005924 10.0.0.56 - - [2025-10-09 03:26:22] "GET /instance-ip/2bc5040e-84da-43a5-ac9d-69c16330ad97 HTTP/1.1" 200 1614 0.006621 10.0.0.56 - - [2025-10-09 03:26:22] "GET /virtual-machine-interface/92aca88e-8fcf-4a9a-bb4f-1390ccb03449?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2711 0.005993 10.0.0.56 - - [2025-10-09 03:26:22] "PUT /virtual-machine-interface/92aca88e-8fcf-4a9a-bb4f-1390ccb03449 HTTP/1.1" 200 284 0.013900 10.0.0.56 - - [2025-10-09 03:26:57] "POST /neutron/port HTTP/1.1" 200 1084 0.016196 10.0.0.56 - - [2025-10-09 03:26:57] "POST /neutron/subnet HTTP/1.1" 200 689 0.013962 10.0.0.56 - - [2025-10-09 03:26:57] "POST /neutron/network HTTP/1.1" 200 820 0.006605 10.0.0.56 - - [2025-10-09 03:26:57] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004177 10.0.0.56 - - [2025-10-09 03:26:57] "POST /neutron/network HTTP/1.1" 200 820 0.007299 10.0.0.56 - - [2025-10-09 03:27:01] "GET /obj-perms HTTP/1.1" 200 5056 0.049934 10.0.0.56 - - [2025-10-09 03:27:44] "DELETE /instance-ip/f4a48cce-a36d-4c4f-9f02-abc3442e28dc HTTP/1.1" 200 115 0.056227 10.0.0.56 - - [2025-10-09 03:27:44] "DELETE /virtual-machine-interface/04b1ad9d-a20b-4e6a-b483-e19e8865a9f0 HTTP/1.1" 200 115 0.087618 10.0.0.56 - - [2025-10-09 03:27:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003700 10.0.0.56 - - [2025-10-09 03:27:44] "GET /virtual-network/bfe4dd6a-3e82-4800-9459-c861d1cc7a6b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2094 0.005735 10.0.0.56 - - [2025-10-09 03:27:44] "PUT /virtual-network/bfe4dd6a-3e82-4800-9459-c861d1cc7a6b HTTP/1.1" 200 264 0.063462 10.0.0.56 - - [2025-10-09 03:27:44] "POST /neutron/port HTTP/1.1" 200 1084 0.016889 10.0.0.41 - - [2025-10-09 03:27:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.027847 10.0.0.56 - - [2025-10-09 03:27:45] "POST /neutron/port HTTP/1.1" 200 1084 0.018530 10.0.0.56 - - [2025-10-09 03:27:46] "POST /neutron/network HTTP/1.1" 200 820 0.007176 10.0.0.41 - - [2025-10-09 03:27:46] "DELETE /route-target/2567540f-9d0f-4503-b2e6-a98bc7b778fd HTTP/1.1" 200 115 0.028701 10.0.0.41 - - [2025-10-09 03:27:48] "GET /projects?obj_uuids=a7c173af-136c-4f69-be04-d4bb8c232e06&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.020955 10.0.0.56 - - [2025-10-09 03:27:48] "GET /project/a7c173af-136c-4f69-be04-d4bb8c232e06?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.087832 10.0.0.41 - - [2025-10-09 03:27:48] "GET /projects?obj_uuids=a7c173af-136c-4f69-be04-d4bb8c232e06&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001023 10.0.0.56 - - [2025-10-09 03:27:48] "GET /project/a7c173af-136c-4f69-be04-d4bb8c232e06?fields=virtual_networks HTTP/1.1" 200 1029 0.045378 10.0.0.41 - - [2025-10-09 03:27:48] "GET /projects?obj_uuids=a7c173af-136c-4f69-be04-d4bb8c232e06&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001191 10.0.0.56 - - [2025-10-09 03:27:48] "GET /project/a7c173af-136c-4f69-be04-d4bb8c232e06?fields=virtual_machine_interfaces HTTP/1.1" 200 1029 0.038671 10.0.0.41 - - [2025-10-09 03:27:48] "GET /projects?obj_uuids=a7c173af-136c-4f69-be04-d4bb8c232e06&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001653 10.0.0.56 - - [2025-10-09 03:27:48] "GET /project/a7c173af-136c-4f69-be04-d4bb8c232e06?fields=security_groups HTTP/1.1" 200 1253 0.043258 10.0.0.56 - - [2025-10-09 03:27:49] "POST /fqname-to-id HTTP/1.1" 404 185 0.024966 10.0.0.41 - - [2025-10-09 03:27:49] "GET /projects?obj_uuids=d44ccb33-c86d-49ba-8e5a-a17e696f8a1d&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003211 10.0.0.56 - - [2025-10-09 03:27:49] "POST /neutron/port HTTP/1.1" 400 205 0.007694 10.0.0.41 - - [2025-10-09 03:27:49] "GET /domains?obj_uuids=7ed77c0b-e642-4c13-a404-7756503cf17d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000896 10.0.0.41 - - [2025-10-09 03:27:49] "GET /domain/7ed77c0b-e642-4c13-a404-7756503cf17d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.040052 10.0.0.41 - - [2025-10-09 03:27:49] "POST /id-to-fqname HTTP/1.1" 200 187 0.004255 10.0.0.41 - - [2025-10-09 03:27:49] "POST /fqname-to-id HTTP/1.1" 404 196 0.005181 10.0.0.41 - - [2025-10-09 03:27:49] "POST /security-groups HTTP/1.1" 200 588 0.073641 10.0.0.41 - - [2025-10-09 03:27:49] "POST /projects HTTP/1.1" 200 579 0.304194 10.0.0.41 - - [2025-10-09 03:27:49] "POST /fqname-to-id HTTP/1.1" 404 230 0.011267 10.0.0.41 - - [2025-10-09 03:27:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.374311 10.0.0.56 - - [2025-10-09 03:27:50] "GET /project/d44ccb33-c86d-49ba-8e5a-a17e696f8a1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1352 0.553549 10.0.0.56 - - [2025-10-09 03:27:51] "GET / HTTP/1.1" 200 35931 0.001769 10.0.0.56 - - [2025-10-09 03:27:52] "POST /fqname-to-id HTTP/1.1" 401 292 0.000482 10.0.0.56 - - [2025-10-09 03:27:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.059933 10.0.0.41 - - [2025-10-09 03:27:53] "GET /projects?obj_uuids=d44ccb33-c86d-49ba-8e5a-a17e696f8a1d&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.000931 10.0.0.56 - - [2025-10-09 03:27:53] "GET /project/d44ccb33-c86d-49ba-8e5a-a17e696f8a1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1352 0.039729 10.0.0.41 - - [2025-10-09 03:27:53] "POST /ref-update HTTP/1.1" 200 156 0.026057 10.0.0.41 - - [2025-10-09 03:27:53] "POST /useragent-kv HTTP/1.1" 200 115 0.007428 10.0.0.56 - - [2025-10-09 03:27:53] "POST /neutron/subnet HTTP/1.1" 200 734 0.213619 10.0.0.56 - - [2025-10-09 03:27:53] "POST /id-to-fqname HTTP/1.1" 200 221 0.001392 10.0.0.56 - - [2025-10-09 03:27:53] "GET /virtual-network/7ae883a5-709e-496e-9ba3-40ee874cfff5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.005328 10.0.0.56 - - [2025-10-09 03:27:53] "GET /virtual-network/7ae883a5-709e-496e-9ba3-40ee874cfff5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.005750 10.0.0.56 - - [2025-10-09 03:27:53] "POST /neutron/network HTTP/1.1" 200 831 0.006961 10.0.0.56 - - [2025-10-09 03:27:53] "POST /fqname-to-id HTTP/1.1" 404 207 0.003026 10.0.0.56 - - [2025-10-09 03:27:53] "GET /virtual-network/7ae883a5-709e-496e-9ba3-40ee874cfff5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.006279 10.0.0.56 - - [2025-10-09 03:27:54] "GET /virtual-machine-interface/2176dede-d804-48e7-bb9b-6a4c16644473?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2350 0.009690 10.0.0.56 - - [2025-10-09 03:27:54] "GET /virtual-machine-interface/2176dede-d804-48e7-bb9b-6a4c16644473?fields=instance_ip_back_refs HTTP/1.1" 200 1319 0.012962 10.0.0.56 - - [2025-10-09 03:27:54] "GET /instance-ip/9a425221-dd31-4000-bd87-f24de91292ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1603 0.005719 10.0.0.56 - - [2025-10-09 03:27:54] "POST /id-to-fqname HTTP/1.1" 200 221 0.001898 10.0.0.56 - - [2025-10-09 03:27:54] "POST /neutron/network HTTP/1.1" 200 841 0.008460 10.0.0.41 - - [2025-10-09 03:27:55] "GET /projects?obj_uuids=d44ccb33-c86d-49ba-8e5a-a17e696f8a1d&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001067 10.0.0.56 - - [2025-10-09 03:27:55] "GET /project/d44ccb33-c86d-49ba-8e5a-a17e696f8a1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1352 0.065243 10.0.0.56 - - [2025-10-09 03:27:55] "POST /neutron/port HTTP/1.1" 200 117 0.006756 10.0.0.56 - - [2025-10-09 03:27:55] "POST /id-to-fqname HTTP/1.1" 200 221 0.001270 10.0.0.56 - - [2025-10-09 03:27:55] "POST /neutron/port HTTP/1.1" 200 985 0.009857 10.0.0.56 - - [2025-10-09 03:27:55] "POST /neutron/network HTTP/1.1" 200 841 0.012969 10.0.0.56 - - [2025-10-09 03:27:55] "POST /neutron/port HTTP/1.1" 200 117 0.007888 10.0.0.41 - - [2025-10-09 03:27:56] "GET /projects?obj_uuids=d44ccb33-c86d-49ba-8e5a-a17e696f8a1d&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.002062 10.0.0.56 - - [2025-10-09 03:27:56] "GET /project/d44ccb33-c86d-49ba-8e5a-a17e696f8a1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1352 0.063776 10.0.0.56 - - [2025-10-09 03:27:56] "POST /fqname-to-id HTTP/1.1" 404 208 0.006439 10.0.0.56 - - [2025-10-09 03:27:56] "POST /interface-route-tables HTTP/1.1" 200 556 0.063680 10.0.0.56 - - [2025-10-09 03:27:56] "GET /interface-route-table/202fbc87-074a-4c2a-88f1-d8b29e2b3cd2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1273 0.019016 10.0.0.56 - - [2025-10-09 03:27:56] "POST /neutron/port HTTP/1.1" 200 1059 0.026710 10.0.0.56 - - [2025-10-09 03:27:56] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004125 10.0.0.56 - - [2025-10-09 03:27:56] "POST /neutron/network HTTP/1.1" 200 841 0.009092 10.0.0.56 - - [2025-10-09 03:27:56] "POST /neutron/network HTTP/1.1" 200 831 0.007932 10.0.0.56 - - [2025-10-09 03:27:56] "POST /neutron/port HTTP/1.1" 200 1051 0.016855 10.0.0.56 - - [2025-10-09 03:27:56] "POST /neutron/port HTTP/1.1" 200 117 0.001271 10.0.0.56 - - [2025-10-09 03:27:57] "GET /virtual-machine-interface/2176dede-d804-48e7-bb9b-6a4c16644473?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2663 0.006333 10.0.0.56 - - [2025-10-09 03:27:57] "POST /ref-update HTTP/1.1" 200 156 0.014987 10.0.0.56 - - [2025-10-09 03:27:57] "POST /neutron/security_group HTTP/1.1" 200 2055 0.007702 10.0.0.56 - - [2025-10-09 03:27:59] "POST /neutron/network HTTP/1.1" 200 841 0.007311 10.0.0.56 - - [2025-10-09 03:27:59] "POST /neutron/port HTTP/1.1" 200 117 0.001256 10.0.0.41 - - [2025-10-09 03:28:00] "GET /global-system-configs HTTP/1.1" 401 292 0.000465 10.0.0.41 - - [2025-10-09 03:28:00] "GET /global-system-configs HTTP/1.1" 401 292 0.000497 10.0.0.41 - - [2025-10-09 03:28:01] "GET /global-system-configs HTTP/1.1" 401 292 0.000473 10.0.0.41 - - [2025-10-09 03:28:01] "GET /global-system-configs HTTP/1.1" 401 292 0.000422 10.0.0.19 - - [2025-10-09 03:28:01] "GET /global-system-configs HTTP/1.1" 401 292 0.000421 10.0.0.19 - - [2025-10-09 03:28:01] "GET /global-system-configs HTTP/1.1" 401 292 0.000401 10.0.0.19 - - [2025-10-09 03:28:01] "GET /global-system-configs HTTP/1.1" 401 292 0.000397 10.0.0.19 - - [2025-10-09 03:28:01] "GET /global-system-configs HTTP/1.1" 401 292 0.000427 10.0.0.19 - - [2025-10-09 03:28:02] "GET /obj-perms HTTP/1.1" 200 5056 0.061009 10.0.0.56 - - [2025-10-09 03:28:02] "POST /neutron/security_group HTTP/1.1" 200 2055 0.009424 10.0.0.56 - - [2025-10-09 03:28:02] "POST /neutron/port HTTP/1.1" 200 1087 0.016355 10.0.0.56 - - [2025-10-09 03:28:02] "POST /neutron/security_group HTTP/1.1" 200 2055 0.007710 10.0.0.56 - - [2025-10-09 03:28:02] "GET /virtual-machine/93dc0e9f-fe4d-4162-ba7b-211b15ef7b44 HTTP/1.1" 401 292 0.000355 10.0.0.56 - - [2025-10-09 03:28:03] "GET /virtual-machine/93dc0e9f-fe4d-4162-ba7b-211b15ef7b44 HTTP/1.1" 200 1290 0.028183 10.0.0.56 - - [2025-10-09 03:28:03] "GET /virtual-machine/93dc0e9f-fe4d-4162-ba7b-211b15ef7b44 HTTP/1.1" 200 1290 0.003770 10.0.0.56 - - [2025-10-09 03:28:03] "GET /virtual-machine-interface/4b37f15c-bbcb-42b5-ac67-aa7a10209dde HTTP/1.1" 200 2938 0.005318 10.0.0.56 - - [2025-10-09 03:28:03] "GET /virtual-machine/93dc0e9f-fe4d-4162-ba7b-211b15ef7b44 HTTP/1.1" 200 1290 0.003878 10.0.0.56 - - [2025-10-09 03:28:03] "GET /virtual-machine-interface/4b37f15c-bbcb-42b5-ac67-aa7a10209dde HTTP/1.1" 200 2938 0.005346 10.0.0.56 - - [2025-10-09 03:28:03] "GET /instance-ip/233ad7ea-0eed-4058-8117-35d39d2fea14 HTTP/1.1" 200 1619 0.007340 10.0.0.56 - - [2025-10-09 03:28:03] "GET /virtual-machine/93dc0e9f-fe4d-4162-ba7b-211b15ef7b44 HTTP/1.1" 200 1290 0.004123 10.0.0.56 - - [2025-10-09 03:28:03] "GET /virtual-machine-interface/4b37f15c-bbcb-42b5-ac67-aa7a10209dde HTTP/1.1" 200 2938 0.005411 10.0.0.56 - - [2025-10-09 03:28:03] "GET /instance-ip/233ad7ea-0eed-4058-8117-35d39d2fea14 HTTP/1.1" 200 1619 0.007334 10.0.0.56 - - [2025-10-09 03:28:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004204 10.0.0.56 - - [2025-10-09 03:28:03] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004531 10.0.0.56 - - [2025-10-09 03:28:03] "GET /virtual-networks?parent_id=d44ccb33-c86d-49ba-8e5a-a17e696f8a1d&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003111 10.0.0.56 - - [2025-10-09 03:28:03] "GET /virtual-network/7ae883a5-709e-496e-9ba3-40ee874cfff5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.006881 10.0.0.56 - - [2025-10-09 03:28:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003637 10.0.0.56 - - [2025-10-09 03:28:03] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004441 10.0.0.56 - - [2025-10-09 03:28:03] "GET /virtual-networks?parent_id=d44ccb33-c86d-49ba-8e5a-a17e696f8a1d&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003126 10.0.0.56 - - [2025-10-09 03:28:03] "GET /virtual-network/7ae883a5-709e-496e-9ba3-40ee874cfff5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.006522 10.0.0.56 - - [2025-10-09 03:28:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004188 10.0.0.56 - - [2025-10-09 03:28:03] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.007604 10.0.0.56 - - [2025-10-09 03:28:03] "GET /virtual-networks?parent_id=d44ccb33-c86d-49ba-8e5a-a17e696f8a1d&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.005312 10.0.0.56 - - [2025-10-09 03:28:03] "GET /global-system-configs HTTP/1.1" 401 292 0.000439 10.0.0.56 - - [2025-10-09 03:28:03] "GET /virtual-network/7ae883a5-709e-496e-9ba3-40ee874cfff5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.005999 10.0.0.56 - - [2025-10-09 03:28:03] "GET /global-system-configs HTTP/1.1" 401 292 0.000301 10.0.0.56 - - [2025-10-09 03:28:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003150 10.0.0.56 - - [2025-10-09 03:28:03] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004310 10.0.0.56 - - [2025-10-09 03:28:03] "GET /virtual-networks?parent_id=d44ccb33-c86d-49ba-8e5a-a17e696f8a1d&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002971 10.0.0.56 - - [2025-10-09 03:28:03] "GET /virtual-network/7ae883a5-709e-496e-9ba3-40ee874cfff5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.006460 10.0.0.56 - - [2025-10-09 03:28:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004228 10.0.0.56 - - [2025-10-09 03:28:03] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004484 10.0.0.56 - - [2025-10-09 03:28:03] "GET /virtual-networks?parent_id=d44ccb33-c86d-49ba-8e5a-a17e696f8a1d&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002852 10.0.0.56 - - [2025-10-09 03:28:03] "GET /virtual-network/7ae883a5-709e-496e-9ba3-40ee874cfff5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.006382 10.0.0.56 - - [2025-10-09 03:28:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.007078 10.0.0.56 - - [2025-10-09 03:28:04] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004579 10.0.0.56 - - [2025-10-09 03:28:04] "GET /virtual-networks?parent_id=d44ccb33-c86d-49ba-8e5a-a17e696f8a1d&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003223 10.0.0.56 - - [2025-10-09 03:28:04] "GET /virtual-network/7ae883a5-709e-496e-9ba3-40ee874cfff5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.006612 10.0.0.56 - - [2025-10-09 03:28:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004558 10.0.0.56 - - [2025-10-09 03:28:04] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005848 10.0.0.56 - - [2025-10-09 03:28:04] "GET /virtual-networks?parent_id=d44ccb33-c86d-49ba-8e5a-a17e696f8a1d&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003956 10.0.0.56 - - [2025-10-09 03:28:04] "GET /virtual-network/7ae883a5-709e-496e-9ba3-40ee874cfff5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.006362 10.0.0.56 - - [2025-10-09 03:28:05] "GET /global-system-configs HTTP/1.1" 401 292 0.000440 10.0.0.56 - - [2025-10-09 03:28:05] "GET /global-system-configs HTTP/1.1" 401 292 0.000591 10.0.0.56 - - [2025-10-09 03:28:07] "POST /neutron/port HTTP/1.1" 200 1087 0.018127 10.0.0.56 - - [2025-10-09 03:28:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004643 10.0.0.56 - - [2025-10-09 03:28:07] "GET /virtual-network/7ae883a5-709e-496e-9ba3-40ee874cfff5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.005642 10.0.0.56 - - [2025-10-09 03:28:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.005505 10.0.0.56 - - [2025-10-09 03:28:09] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.006408 10.0.0.56 - - [2025-10-09 03:28:09] "GET /virtual-networks?parent_id=d44ccb33-c86d-49ba-8e5a-a17e696f8a1d&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.005151 10.0.0.56 - - [2025-10-09 03:28:09] "GET /virtual-network/7ae883a5-709e-496e-9ba3-40ee874cfff5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.009465 10.0.0.56 - - [2025-10-09 03:28:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003648 10.0.0.56 - - [2025-10-09 03:28:09] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004080 10.0.0.56 - - [2025-10-09 03:28:09] "GET /virtual-networks?parent_id=d44ccb33-c86d-49ba-8e5a-a17e696f8a1d&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003134 10.0.0.56 - - [2025-10-09 03:28:09] "GET /virtual-network/7ae883a5-709e-496e-9ba3-40ee874cfff5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.005980 10.0.0.56 - - [2025-10-09 03:28:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003277 10.0.0.56 - - [2025-10-09 03:28:09] "GET /routing-instance/54bd754f-d52f-4f5e-85f9-4430e2bc2fe5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1487 0.004899 10.0.0.56 - - [2025-10-09 03:28:09] "GET /route-target/a6612753-61bf-42ac-a756-6fcbaec9b035?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.005082 10.0.0.56 - - [2025-10-09 03:28:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.004092 10.0.0.56 - - [2025-10-09 03:28:10] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005153 10.0.0.56 - - [2025-10-09 03:28:10] "GET /virtual-networks?parent_id=d44ccb33-c86d-49ba-8e5a-a17e696f8a1d&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003602 10.0.0.56 - - [2025-10-09 03:28:10] "GET /virtual-network/7ae883a5-709e-496e-9ba3-40ee874cfff5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.006043 10.0.0.56 - - [2025-10-09 03:28:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003496 10.0.0.56 - - [2025-10-09 03:28:10] "GET /routing-instance/54bd754f-d52f-4f5e-85f9-4430e2bc2fe5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1487 0.008227 10.0.0.56 - - [2025-10-09 03:28:10] "GET /route-target/a6612753-61bf-42ac-a756-6fcbaec9b035?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004876 10.0.0.56 - - [2025-10-09 03:28:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003576 10.0.0.56 - - [2025-10-09 03:28:10] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004805 10.0.0.56 - - [2025-10-09 03:28:10] "GET /virtual-networks?parent_id=d44ccb33-c86d-49ba-8e5a-a17e696f8a1d&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003866 10.0.0.56 - - [2025-10-09 03:28:10] "GET /virtual-network/7ae883a5-709e-496e-9ba3-40ee874cfff5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.006088 10.0.0.56 - - [2025-10-09 03:28:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004042 10.0.0.56 - - [2025-10-09 03:28:10] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004483 10.0.0.56 - - [2025-10-09 03:28:10] "GET /virtual-networks?parent_id=d44ccb33-c86d-49ba-8e5a-a17e696f8a1d&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003245 10.0.0.56 - - [2025-10-09 03:28:10] "GET /virtual-network/7ae883a5-709e-496e-9ba3-40ee874cfff5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.005932 10.0.0.41 - - [2025-10-09 03:28:10] "GET /obj-perms HTTP/1.1" 200 5024 0.051398 10.0.0.56 - - [2025-10-09 03:28:11] "GET /obj-perms HTTP/1.1" 200 5024 0.050950 10.0.0.56 - - [2025-10-09 03:28:11] "GET /obj-perms HTTP/1.1" 200 5024 0.003982 10.0.0.56 - - [2025-10-09 03:28:11] "GET /obj-perms HTTP/1.1" 200 5024 0.004355 10.0.0.41 - - [2025-10-09 03:28:12] "GET /obj-perms HTTP/1.1" 200 5024 0.004979 10.0.0.56 - - [2025-10-09 03:28:12] "POST /neutron/security_group HTTP/1.1" 200 2055 0.007903 10.0.0.56 - - [2025-10-09 03:28:12] "POST /neutron/port HTTP/1.1" 200 1051 0.024181 10.0.0.56 - - [2025-10-09 03:28:12] "GET /virtual-machine/78828744-6da6-478a-a8f2-531128dbe5bc HTTP/1.1" 200 1267 0.006494 10.0.0.56 - - [2025-10-09 03:28:12] "GET /virtual-machine-interface/2176dede-d804-48e7-bb9b-6a4c16644473 HTTP/1.1" 200 3150 0.005755 10.0.0.56 - - [2025-10-09 03:28:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003296 10.0.0.56 - - [2025-10-09 03:28:12] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003870 10.0.0.56 - - [2025-10-09 03:28:12] "GET /virtual-networks?parent_id=d44ccb33-c86d-49ba-8e5a-a17e696f8a1d&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002642 10.0.0.56 - - [2025-10-09 03:28:12] "GET /virtual-network/7ae883a5-709e-496e-9ba3-40ee874cfff5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.005957 10.0.0.56 - - [2025-10-09 03:28:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004467 10.0.0.56 - - [2025-10-09 03:28:13] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003456 10.0.0.56 - - [2025-10-09 03:28:13] "GET /virtual-networks?parent_id=d44ccb33-c86d-49ba-8e5a-a17e696f8a1d&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002909 10.0.0.56 - - [2025-10-09 03:28:13] "GET /virtual-network/7ae883a5-709e-496e-9ba3-40ee874cfff5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.006393 10.0.0.56 - - [2025-10-09 03:28:14] "GET /virtual-network/7ae883a5-709e-496e-9ba3-40ee874cfff5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.006891 10.0.0.56 - - [2025-10-09 03:28:14] "GET /virtual-machine/93dc0e9f-fe4d-4162-ba7b-211b15ef7b44 HTTP/1.1" 200 1290 0.009059 10.0.0.56 - - [2025-10-09 03:28:15] "POST /neutron/port HTTP/1.1" 200 1113 0.012001 10.0.0.41 - - [2025-10-09 03:28:16] "DELETE /project/a7c173af-136c-4f69-be04-d4bb8c232e06 HTTP/1.1" 404 177 0.003275 10.0.0.41 - - [2025-10-09 03:28:16] "DELETE /project/d44ccb33c86d49ba8e5aa17e696f8a1d HTTP/1.1" 404 173 0.005919 10.0.0.56 - - [2025-10-09 03:28:16] "GET /virtual-machine/93dc0e9f-fe4d-4162-ba7b-211b15ef7b44 HTTP/1.1" 404 171 0.003840 10.0.0.56 - - [2025-10-09 03:28:16] "GET /virtual-machine/93dc0e9f-fe4d-4162-ba7b-211b15ef7b44 HTTP/1.1" 404 171 0.003784 10.0.0.56 - - [2025-10-09 03:28:16] "GET /virtual-machine/93dc0e9f-fe4d-4162-ba7b-211b15ef7b44 HTTP/1.1" 404 171 0.003577 10.0.0.56 - - [2025-10-09 03:28:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004678 10.0.0.56 - - [2025-10-09 03:28:17] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004011 10.0.0.56 - - [2025-10-09 03:28:17] "GET /virtual-networks?parent_id=d44ccb33-c86d-49ba-8e5a-a17e696f8a1d&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003109 10.0.0.56 - - [2025-10-09 03:28:17] "GET /virtual-network/7ae883a5-709e-496e-9ba3-40ee874cfff5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.007175 10.0.0.56 - - [2025-10-09 03:28:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003793 10.0.0.56 - - [2025-10-09 03:28:17] "GET /routing-instance/54bd754f-d52f-4f5e-85f9-4430e2bc2fe5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1487 0.004616 10.0.0.56 - - [2025-10-09 03:28:17] "GET /route-target/a6612753-61bf-42ac-a756-6fcbaec9b035?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.006634 10.0.0.56 - - [2025-10-09 03:28:17] "GET /obj-perms HTTP/1.1" 200 5024 0.004815 10.0.0.56 - - [2025-10-09 03:28:23] "GET /obj-perms HTTP/1.1" 200 5024 0.006983 10.0.0.56 - - [2025-10-09 03:28:26] "GET /obj-perms HTTP/1.1" 200 5024 0.003939 10.0.0.56 - - [2025-10-09 03:28:32] "GET /obj-perms HTTP/1.1" 200 5024 0.004084 10.0.0.56 - - [2025-10-09 03:28:35] "GET /obj-perms HTTP/1.1" 200 5024 0.004704 10.0.0.56 - - [2025-10-09 03:28:41] "GET /obj-perms HTTP/1.1" 200 5024 0.004058 10.0.0.56 - - [2025-10-09 03:28:42] "GET /obj-perms HTTP/1.1" 200 5024 0.008021 10.0.0.19 - - [2025-10-09 03:28:42] "GET /obj-perms HTTP/1.1" 200 5024 0.045889 10.0.0.56 - - [2025-10-09 03:28:42] "GET /interface-route-table/202fbc87-074a-4c2a-88f1-d8b29e2b3cd2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1273 0.004081 10.0.0.56 - - [2025-10-09 03:28:42] "GET /virtual-machine-interface/2176dede-d804-48e7-bb9b-6a4c16644473?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2929 0.005368 10.0.0.56 - - [2025-10-09 03:28:42] "POST /ref-update HTTP/1.1" 200 156 0.015270 10.0.0.56 - - [2025-10-09 03:28:42] "DELETE /interface-route-table/202fbc87-074a-4c2a-88f1-d8b29e2b3cd2 HTTP/1.1" 200 115 0.045241 10.0.0.56 - - [2025-10-09 03:28:42] "POST /neutron/port HTTP/1.1" 200 151 0.203089 10.0.0.41 - - [2025-10-09 03:28:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.006543 10.0.0.41 - - [2025-10-09 03:28:44] "GET /projects?obj_uuids=d44ccb33-c86d-49ba-8e5a-a17e696f8a1d&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.000999 10.0.0.56 - - [2025-10-09 03:28:44] "GET /project/d44ccb33-c86d-49ba-8e5a-a17e696f8a1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1352 0.084786 10.0.0.41 - - [2025-10-09 03:28:44] "GET /projects?obj_uuids=d44ccb33-c86d-49ba-8e5a-a17e696f8a1d&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001399 10.0.0.56 - - [2025-10-09 03:28:44] "GET /project/d44ccb33-c86d-49ba-8e5a-a17e696f8a1d?fields=virtual_networks HTTP/1.1" 200 1027 0.048985 10.0.0.41 - - [2025-10-09 03:28:44] "GET /projects?obj_uuids=d44ccb33-c86d-49ba-8e5a-a17e696f8a1d&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001057 10.0.0.56 - - [2025-10-09 03:28:44] "GET /project/d44ccb33-c86d-49ba-8e5a-a17e696f8a1d?fields=virtual_machine_interfaces HTTP/1.1" 200 1027 0.044452 10.0.0.41 - - [2025-10-09 03:28:44] "GET /projects?obj_uuids=d44ccb33-c86d-49ba-8e5a-a17e696f8a1d&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001111 10.0.0.56 - - [2025-10-09 03:28:44] "GET /project/d44ccb33-c86d-49ba-8e5a-a17e696f8a1d?fields=security_groups HTTP/1.1" 200 1250 0.040381 10.0.0.56 - - [2025-10-09 03:28:45] "POST /fqname-to-id HTTP/1.1" 404 192 0.026428 10.0.0.41 - - [2025-10-09 03:28:45] "GET /projects?obj_uuids=e5c0c3e7-e631-4f41-b35d-2e7fc686b4a9&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002954 10.0.0.41 - - [2025-10-09 03:28:45] "GET /domains?obj_uuids=7ed77c0b-e642-4c13-a404-7756503cf17d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000990 10.0.0.41 - - [2025-10-09 03:28:45] "GET /domain/7ed77c0b-e642-4c13-a404-7756503cf17d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007494 10.0.0.41 - - [2025-10-09 03:28:45] "POST /id-to-fqname HTTP/1.1" 200 194 0.004040 10.0.0.41 - - [2025-10-09 03:28:45] "POST /fqname-to-id HTTP/1.1" 404 203 0.004958 10.0.0.41 - - [2025-10-09 03:28:45] "POST /security-groups HTTP/1.1" 200 595 0.030583 10.0.0.41 - - [2025-10-09 03:28:45] "POST /projects HTTP/1.1" 200 593 0.247291 10.0.0.41 - - [2025-10-09 03:28:45] "POST /access-control-lists HTTP/1.1" 200 600 0.024638 10.0.0.41 - - [2025-10-09 03:28:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.318416 10.0.0.56 - - [2025-10-09 03:28:45] "GET /project/e5c0c3e7-e631-4f41-b35d-2e7fc686b4a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1380 0.461064 10.0.0.56 - - [2025-10-09 03:28:46] "GET / HTTP/1.1" 200 35931 0.001600 10.0.0.56 - - [2025-10-09 03:28:47] "POST /fqname-to-id HTTP/1.1" 401 292 0.000651 10.0.0.56 - - [2025-10-09 03:28:47] "POST /neutron/port HTTP/1.1" 200 117 0.008532 10.0.0.56 - - [2025-10-09 03:28:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.070011 10.0.0.41 - - [2025-10-09 03:28:47] "GET /projects?obj_uuids=e5c0c3e7-e631-4f41-b35d-2e7fc686b4a9&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001369 10.0.0.56 - - [2025-10-09 03:28:47] "GET /project/e5c0c3e7-e631-4f41-b35d-2e7fc686b4a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1380 0.051818 10.0.0.41 - - [2025-10-09 03:28:48] "GET /projects?obj_uuids=e5c0c3e7-e631-4f41-b35d-2e7fc686b4a9&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001034 10.0.0.56 - - [2025-10-09 03:28:48] "POST /neutron/network HTTP/1.1" 200 609 0.131762 10.0.0.41 - - [2025-10-09 03:28:48] "POST /route-targets HTTP/1.1" 200 327 0.017332 10.0.0.56 - - [2025-10-09 03:28:48] "POST /id-to-fqname HTTP/1.1" 200 224 0.003291 10.0.0.56 - - [2025-10-09 03:28:48] "GET /virtual-network/9337b494-89db-42be-b04b-6986a30b2e5e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.006936 10.0.0.56 - - [2025-10-09 03:28:48] "POST /neutron/network HTTP/1.1" 200 829 0.008080 10.0.0.56 - - [2025-10-09 03:28:48] "GET /virtual-network/9337b494-89db-42be-b04b-6986a30b2e5e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.005733 10.0.0.56 - - [2025-10-09 03:28:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003838 10.0.0.41 - - [2025-10-09 03:28:48] "GET /projects?obj_uuids=e5c0c3e7-e631-4f41-b35d-2e7fc686b4a9&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000937 10.0.0.56 - - [2025-10-09 03:28:48] "GET /project/e5c0c3e7-e631-4f41-b35d-2e7fc686b4a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1380 0.041412 10.0.0.56 - - [2025-10-09 03:28:48] "POST /neutron/network HTTP/1.1" 200 117 0.011942 10.0.0.41 - - [2025-10-09 03:28:48] "POST /ref-update HTTP/1.1" 200 156 0.035554 10.0.0.56 - - [2025-10-09 03:28:49] "POST /neutron/network HTTP/1.1" 200 828 0.010634 10.0.0.56 - - [2025-10-09 03:28:49] "POST /id-to-fqname HTTP/1.1" 200 224 0.001270 10.0.0.56 - - [2025-10-09 03:28:49] "GET /virtual-network/13a3618a-6fdb-42be-aebf-65bcc1bd2384?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005469 10.0.0.56 - - [2025-10-09 03:28:49] "GET /virtual-network/13a3618a-6fdb-42be-aebf-65bcc1bd2384?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005835 10.0.0.56 - - [2025-10-09 03:28:49] "POST /neutron/subnet HTTP/1.1" 200 724 0.009164 10.0.0.56 - - [2025-10-09 03:28:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003163 10.0.0.41 - - [2025-10-09 03:28:49] "GET /projects?obj_uuids=e5c0c3e7-e631-4f41-b35d-2e7fc686b4a9&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000995 10.0.0.56 - - [2025-10-09 03:28:49] "GET /project/e5c0c3e7-e631-4f41-b35d-2e7fc686b4a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1380 0.040293 10.0.0.41 - - [2025-10-09 03:28:49] "POST /useragent-kv HTTP/1.1" 200 115 0.008531 10.0.0.56 - - [2025-10-09 03:28:49] "POST /neutron/subnet HTTP/1.1" 200 719 0.239030 10.0.0.56 - - [2025-10-09 03:28:49] "POST /id-to-fqname HTTP/1.1" 200 224 0.001461 10.0.0.56 - - [2025-10-09 03:28:49] "GET /virtual-network/6c7a27f2-b91b-496c-8228-a309adfe4173?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.005504 10.0.0.56 - - [2025-10-09 03:28:49] "GET /virtual-network/6c7a27f2-b91b-496c-8228-a309adfe4173?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.005878 10.0.0.56 - - [2025-10-09 03:28:49] "POST /neutron/network HTTP/1.1" 200 827 0.006697 10.0.0.56 - - [2025-10-09 03:28:49] "POST /fqname-to-id HTTP/1.1" 404 214 0.003249 10.0.0.56 - - [2025-10-09 03:28:49] "GET /virtual-network/13a3618a-6fdb-42be-aebf-65bcc1bd2384?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.006088 10.0.0.56 - - [2025-10-09 03:28:50] "GET /virtual-machine-interface/cd31f67b-12e0-44b1-bdc2-3d0986876b0d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2374 0.008004 10.0.0.56 - - [2025-10-09 03:28:50] "GET /virtual-machine-interface/cd31f67b-12e0-44b1-bdc2-3d0986876b0d?fields=instance_ip_back_refs HTTP/1.1" 200 1334 0.011376 10.0.0.56 - - [2025-10-09 03:28:50] "GET /instance-ip/8b66fc21-fb1b-46ce-b411-1d3c8e7e5a1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1611 0.004854 10.0.0.56 - - [2025-10-09 03:28:50] "POST /fqname-to-id HTTP/1.1" 404 214 0.002738 10.0.0.56 - - [2025-10-09 03:28:50] "GET /virtual-network/9337b494-89db-42be-b04b-6986a30b2e5e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.006445 10.0.0.41 - - [2025-10-09 03:28:50] "GET /projects?obj_uuids=e5c0c3e7-e631-4f41-b35d-2e7fc686b4a9&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000957 10.0.0.56 - - [2025-10-09 03:28:50] "GET /project/e5c0c3e7-e631-4f41-b35d-2e7fc686b4a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1380 0.041822 10.0.0.56 - - [2025-10-09 03:28:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004591 10.0.0.56 - - [2025-10-09 03:28:50] "GET /security-group/27b4739f-7730-4490-acc7-fd99283d6898?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3766 0.004903 10.0.0.56 - - [2025-10-09 03:28:50] "POST /virtual-machine-interfaces HTTP/1.1" 200 569 0.113433 10.0.0.56 - - [2025-10-09 03:28:50] "POST /instance-ips HTTP/1.1" 200 357 0.042391 10.0.0.56 - - [2025-10-09 03:28:50] "GET /virtual-machine-interface/6cbb5f65-6dbf-43a3-90f1-5a1e950a0ba2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2649 0.006326 10.0.0.56 - - [2025-10-09 03:28:50] "GET /virtual-machine-interface/6cbb5f65-6dbf-43a3-90f1-5a1e950a0ba2?fields=instance_ip_back_refs HTTP/1.1" 200 1335 0.009028 10.0.0.56 - - [2025-10-09 03:28:50] "GET /instance-ip/b42ba826-58a8-4a62-b3ee-8fccbc468a16?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1584 0.004420 10.0.0.56 - - [2025-10-09 03:28:50] "POST /fqname-to-id HTTP/1.1" 404 214 0.003790 10.0.0.56 - - [2025-10-09 03:28:50] "GET /virtual-network/13a3618a-6fdb-42be-aebf-65bcc1bd2384?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.010013 10.0.0.41 - - [2025-10-09 03:28:50] "GET /projects?obj_uuids=e5c0c3e7-e631-4f41-b35d-2e7fc686b4a9&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001379 10.0.0.56 - - [2025-10-09 03:28:51] "POST /neutron/port HTTP/1.1" 200 990 0.272900 10.0.0.56 - - [2025-10-09 03:28:51] "GET /virtual-machine-interface/cda49edb-6d29-4b7b-91db-0fe46112df6d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2374 0.007756 10.0.0.56 - - [2025-10-09 03:28:51] "GET /virtual-machine-interface/cda49edb-6d29-4b7b-91db-0fe46112df6d?fields=instance_ip_back_refs HTTP/1.1" 200 1334 0.007146 10.0.0.56 - - [2025-10-09 03:28:51] "GET /instance-ip/b13eae54-bb9d-46dc-b0f6-9a9bb873e93e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1611 0.004853 10.0.0.56 - - [2025-10-09 03:28:51] "POST /fqname-to-id HTTP/1.1" 404 214 0.003763 10.0.0.56 - - [2025-10-09 03:28:51] "GET /virtual-network/9337b494-89db-42be-b04b-6986a30b2e5e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.006430 10.0.0.41 - - [2025-10-09 03:28:51] "GET /projects?obj_uuids=e5c0c3e7-e631-4f41-b35d-2e7fc686b4a9&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000957 10.0.0.56 - - [2025-10-09 03:28:51] "GET /project/e5c0c3e7-e631-4f41-b35d-2e7fc686b4a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1380 0.048296 10.0.0.56 - - [2025-10-09 03:28:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003745 10.0.0.56 - - [2025-10-09 03:28:51] "GET /security-group/27b4739f-7730-4490-acc7-fd99283d6898?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3766 0.004871 10.0.0.56 - - [2025-10-09 03:28:51] "POST /virtual-machine-interfaces HTTP/1.1" 200 569 0.089237 10.0.0.56 - - [2025-10-09 03:28:51] "POST /instance-ips HTTP/1.1" 200 357 0.033412 10.0.0.56 - - [2025-10-09 03:28:51] "GET /virtual-machine-interface/a7b89a0d-7102-4cea-8f66-7e8ba75f8780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2650 0.005581 10.0.0.56 - - [2025-10-09 03:28:51] "GET /virtual-machine-interface/a7b89a0d-7102-4cea-8f66-7e8ba75f8780?fields=instance_ip_back_refs HTTP/1.1" 200 1336 0.008373 10.0.0.56 - - [2025-10-09 03:28:51] "GET /instance-ip/36f80fae-3517-4830-8152-03c38ea2d07c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1582 0.005601 10.0.0.56 - - [2025-10-09 03:28:51] "POST /fqname-to-id HTTP/1.1" 404 214 0.004720 10.0.0.56 - - [2025-10-09 03:28:51] "GET /virtual-network/13a3618a-6fdb-42be-aebf-65bcc1bd2384?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005664 10.0.0.56 - - [2025-10-09 03:28:52] "GET /virtual-machine-interface/58a2d6b6-712a-4112-8dec-ee8c6c729d4a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2373 0.008172 10.0.0.56 - - [2025-10-09 03:28:52] "GET /virtual-machine-interface/58a2d6b6-712a-4112-8dec-ee8c6c729d4a?fields=instance_ip_back_refs HTTP/1.1" 200 1333 0.008717 10.0.0.56 - - [2025-10-09 03:28:52] "GET /instance-ip/9596a506-91c9-4529-9a9f-823356555c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1611 0.004806 10.0.0.56 - - [2025-10-09 03:28:52] "POST /fqname-to-id HTTP/1.1" 404 214 0.003155 10.0.0.56 - - [2025-10-09 03:28:52] "GET /virtual-network/6c7a27f2-b91b-496c-8228-a309adfe4173?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.006502 10.0.0.41 - - [2025-10-09 03:28:52] "GET /projects?obj_uuids=e5c0c3e7-e631-4f41-b35d-2e7fc686b4a9&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001067 10.0.0.56 - - [2025-10-09 03:28:52] "GET /project/e5c0c3e7-e631-4f41-b35d-2e7fc686b4a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1380 0.041183 10.0.0.56 - - [2025-10-09 03:28:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003823 10.0.0.56 - - [2025-10-09 03:28:52] "GET /security-group/27b4739f-7730-4490-acc7-fd99283d6898?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3766 0.005821 10.0.0.56 - - [2025-10-09 03:28:52] "POST /virtual-machine-interfaces HTTP/1.1" 200 569 0.102561 10.0.0.56 - - [2025-10-09 03:28:52] "POST /instance-ips HTTP/1.1" 200 357 0.042036 10.0.0.56 - - [2025-10-09 03:28:52] "GET /virtual-machine-interface/640c9f80-3f88-45de-b6ed-859537d029a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2649 0.006254 10.0.0.56 - - [2025-10-09 03:28:52] "GET /virtual-machine-interface/640c9f80-3f88-45de-b6ed-859537d029a2?fields=instance_ip_back_refs HTTP/1.1" 200 1335 0.008969 10.0.0.56 - - [2025-10-09 03:28:52] "GET /instance-ip/f16d4f3d-5ecc-4466-a8ab-4bf37923ba25?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1582 0.005071 10.0.0.56 - - [2025-10-09 03:28:53] "POST /id-to-fqname HTTP/1.1" 200 224 0.001373 10.0.0.56 - - [2025-10-09 03:28:54] "POST /neutron/port HTTP/1.1" 200 990 0.010346 10.0.0.56 - - [2025-10-09 03:28:54] "POST /neutron/port HTTP/1.1" 200 990 0.009254 10.0.0.56 - - [2025-10-09 03:28:54] "POST /id-to-fqname HTTP/1.1" 200 224 0.001357 10.0.0.56 - - [2025-10-09 03:28:54] "POST /neutron/port HTTP/1.1" 200 117 0.006266 10.0.0.56 - - [2025-10-09 03:28:54] "POST /neutron/network HTTP/1.1" 200 838 0.008560 10.0.0.56 - - [2025-10-09 03:28:55] "POST /neutron/port HTTP/1.1" 200 1082 0.181165 10.0.0.56 - - [2025-10-09 03:28:55] "POST /neutron/subnet HTTP/1.1" 200 698 0.010354 10.0.0.41 - - [2025-10-09 03:28:55] "GET /projects?obj_uuids=e5c0c3e7-e631-4f41-b35d-2e7fc686b4a9&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001067 10.0.0.56 - - [2025-10-09 03:28:55] "GET /project/e5c0c3e7-e631-4f41-b35d-2e7fc686b4a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1380 0.079658 10.0.0.56 - - [2025-10-09 03:28:55] "POST /neutron/network HTTP/1.1" 200 827 0.006961 10.0.0.56 - - [2025-10-09 03:28:55] "POST /neutron/port HTTP/1.1" 200 117 0.006597 10.0.0.56 - - [2025-10-09 03:28:55] "POST /id-to-fqname HTTP/1.1" 200 224 0.001264 10.0.0.56 - - [2025-10-09 03:28:55] "POST /neutron/port HTTP/1.1" 200 990 0.011325 10.0.0.56 - - [2025-10-09 03:28:55] "POST /neutron/network HTTP/1.1" 200 837 0.007485 10.0.0.56 - - [2025-10-09 03:28:56] "POST /neutron/port HTTP/1.1" 200 990 0.027282 10.0.0.56 - - [2025-10-09 03:28:56] "POST /neutron/port HTTP/1.1" 200 117 0.005582 10.0.0.56 - - [2025-10-09 03:28:56] "POST /neutron/port HTTP/1.1" 200 1063 0.026133 10.0.0.41 - - [2025-10-09 03:28:56] "POST /route-targets HTTP/1.1" 200 327 0.015727 10.0.0.41 - - [2025-10-09 03:28:56] "GET /projects?obj_uuids=e5c0c3e7-e631-4f41-b35d-2e7fc686b4a9&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.002256 10.0.0.56 - - [2025-10-09 03:28:56] "POST /neutron/subnet HTTP/1.1" 200 693 0.009797 10.0.0.56 - - [2025-10-09 03:28:56] "POST /neutron/router HTTP/1.1" 200 344 0.370631 10.0.0.56 - - [2025-10-09 03:28:57] "POST /neutron/router HTTP/1.1" 200 598 0.009044 10.0.0.56 - - [2025-10-09 03:28:57] "POST /neutron/network HTTP/1.1" 200 827 0.008901 10.0.0.56 - - [2025-10-09 03:28:57] "POST /neutron/port HTTP/1.1" 200 1082 0.177364 10.0.0.56 - - [2025-10-09 03:28:57] "POST /neutron/subnet HTTP/1.1" 200 698 0.014202 10.0.0.41 - - [2025-10-09 03:28:57] "POST /ref-update HTTP/1.1" 200 156 0.017874 10.0.0.56 - - [2025-10-09 03:28:57] "POST /neutron/port HTTP/1.1" 200 1056 0.018213 10.0.0.56 - - [2025-10-09 03:28:57] "POST /neutron/security_group HTTP/1.1" 200 2062 0.011950 10.0.0.56 - - [2025-10-09 03:28:57] "GET /virtual-machine/67866712-d37c-4e8f-84f1-c50eda50d3ea HTTP/1.1" 401 292 0.000472 10.0.0.56 - - [2025-10-09 03:28:58] "GET /virtual-machine/67866712-d37c-4e8f-84f1-c50eda50d3ea HTTP/1.1" 200 1273 0.030577 10.0.0.56 - - [2025-10-09 03:28:58] "GET /virtual-machine-interface/cd31f67b-12e0-44b1-bdc2-3d0986876b0d HTTP/1.1" 200 3188 0.006635 10.0.0.56 - - [2025-10-09 03:28:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004364 10.0.0.56 - - [2025-10-09 03:28:58] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003738 10.0.0.56 - - [2025-10-09 03:28:58] "GET /virtual-networks?parent_id=e5c0c3e7-e631-4f41-b35d-2e7fc686b4a9&detail=False&count=False&shared=False HTTP/1.1" 200 803 0.003040 10.0.0.56 - - [2025-10-09 03:28:58] "POST /neutron/port HTTP/1.1" 200 1056 0.014888 10.0.0.56 - - [2025-10-09 03:28:58] "GET /virtual-network/13a3618a-6fdb-42be-aebf-65bcc1bd2384?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.004856 10.0.0.56 - - [2025-10-09 03:28:58] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004089 10.0.0.56 - - [2025-10-09 03:28:58] "POST /neutron/network HTTP/1.1" 200 828 0.007046 10.0.0.56 - - [2025-10-09 03:28:59] "POST /neutron/network HTTP/1.1" 200 837 0.006636 10.0.0.56 - - [2025-10-09 03:28:59] "POST /neutron/port HTTP/1.1" 200 117 0.001181 10.0.0.56 - - [2025-10-09 03:29:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004301 10.0.0.56 - - [2025-10-09 03:29:01] "GET /virtual-network/13a3618a-6fdb-42be-aebf-65bcc1bd2384?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005448 10.0.0.56 - - [2025-10-09 03:29:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004195 10.0.0.56 - - [2025-10-09 03:29:05] "GET /virtual-network/13a3618a-6fdb-42be-aebf-65bcc1bd2384?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.007327 10.0.0.56 - - [2025-10-09 03:29:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003605 10.0.0.56 - - [2025-10-09 03:29:09] "GET /virtual-network/13a3618a-6fdb-42be-aebf-65bcc1bd2384?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005863 10.0.0.56 - - [2025-10-09 03:29:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004729 10.0.0.56 - - [2025-10-09 03:29:13] "GET /virtual-network/13a3618a-6fdb-42be-aebf-65bcc1bd2384?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.006416 10.0.0.41 - - [2025-10-09 03:29:16] "DELETE /project/e5c0c3e7e6314f41b35d2e7fc686b4a9 HTTP/1.1" 404 173 0.012979 10.0.0.41 - - [2025-10-09 03:29:16] "GET /projects?obj_uuids=d44ccb33-c86d-49ba-8e5a-a17e696f8a1d&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.002435 10.0.0.41 - - [2025-10-09 03:29:16] "GET /project/d44ccb33-c86d-49ba-8e5a-a17e696f8a1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1457 0.120499 10.0.0.41 - - [2025-10-09 03:29:16] "GET /projects?obj_uuids=d44ccb33-c86d-49ba-8e5a-a17e696f8a1d&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001513 10.0.0.41 - - [2025-10-09 03:29:16] "GET /project/d44ccb33-c86d-49ba-8e5a-a17e696f8a1d?fields=security_groups HTTP/1.1" 400 207 0.080700 10.0.0.41 - - [2025-10-09 03:29:16] "DELETE /project/d44ccb33-c86d-49ba-8e5a-a17e696f8a1d HTTP/1.1" 404 171 0.279459 10.0.0.56 - - [2025-10-09 03:29:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004636 10.0.0.56 - - [2025-10-09 03:29:17] "GET /virtual-network/13a3618a-6fdb-42be-aebf-65bcc1bd2384?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005996 10.0.0.56 - - [2025-10-09 03:29:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003812 10.0.0.56 - - [2025-10-09 03:29:21] "GET /virtual-network/13a3618a-6fdb-42be-aebf-65bcc1bd2384?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005590 10.0.0.56 - - [2025-10-09 03:29:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.005855 10.0.0.56 - - [2025-10-09 03:29:25] "GET /virtual-network/13a3618a-6fdb-42be-aebf-65bcc1bd2384?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005724 10.0.0.56 - - [2025-10-09 03:29:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003761 10.0.0.56 - - [2025-10-09 03:29:30] "GET /virtual-network/13a3618a-6fdb-42be-aebf-65bcc1bd2384?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.006123 10.0.0.56 - - [2025-10-09 03:29:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003911 10.0.0.56 - - [2025-10-09 03:29:34] "GET /virtual-network/13a3618a-6fdb-42be-aebf-65bcc1bd2384?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005912 10.0.0.56 - - [2025-10-09 03:29:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.018076 10.0.0.56 - - [2025-10-09 03:29:38] "GET /virtual-network/13a3618a-6fdb-42be-aebf-65bcc1bd2384?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005844 10.0.0.56 - - [2025-10-09 03:29:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003680 10.0.0.56 - - [2025-10-09 03:29:40] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004342 10.0.0.56 - - [2025-10-09 03:29:40] "GET /virtual-networks?parent_id=e5c0c3e7-e631-4f41-b35d-2e7fc686b4a9&detail=False&count=False&shared=False HTTP/1.1" 200 803 0.003321 10.0.0.56 - - [2025-10-09 03:29:40] "GET /virtual-network/13a3618a-6fdb-42be-aebf-65bcc1bd2384?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.007197 10.0.0.56 - - [2025-10-09 03:29:40] "POST /neutron/security_group HTTP/1.1" 200 2062 0.011686 10.0.0.56 - - [2025-10-09 03:29:49] "POST /neutron/port HTTP/1.1" 200 1056 0.041690 10.0.0.56 - - [2025-10-09 03:29:49] "POST /neutron/security_group HTTP/1.1" 200 2062 0.006728 10.0.0.56 - - [2025-10-09 03:29:51] "POST /neutron/port HTTP/1.1" 200 1091 0.018469 10.0.0.56 - - [2025-10-09 03:29:56] "POST /neutron/security_group HTTP/1.1" 200 2062 0.007912 10.0.0.56 - - [2025-10-09 03:29:59] "POST /neutron/network HTTP/1.1" 200 838 0.031668 10.0.0.56 - - [2025-10-09 03:29:59] "POST /neutron/port HTTP/1.1" 200 117 0.001659 10.0.0.56 - - [2025-10-09 03:30:00] "POST /neutron/port HTTP/1.1" 200 1091 0.022559 10.0.0.56 - - [2025-10-09 03:30:00] "POST /neutron/subnet HTTP/1.1" 200 693 0.012058 10.0.0.56 - - [2025-10-09 03:30:01] "POST /neutron/port HTTP/1.1" 200 1091 0.019197 10.0.0.56 - - [2025-10-09 03:30:01] "POST /neutron/security_group HTTP/1.1" 200 2062 0.008859 10.0.0.56 - - [2025-10-09 03:30:01] "GET /virtual-machine/040c912a-f857-42ad-b270-bb48cb447741 HTTP/1.1" 200 1295 0.006540 10.0.0.56 - - [2025-10-09 03:30:01] "GET /virtual-machine-interface/a525fa61-73c2-4bc5-a7d4-8a33b1a97da7 HTTP/1.1" 200 2962 0.005846 10.0.0.56 - - [2025-10-09 03:30:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003893 10.0.0.56 - - [2025-10-09 03:30:01] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004336 10.0.0.56 - - [2025-10-09 03:30:01] "GET /virtual-networks?parent_id=e5c0c3e7-e631-4f41-b35d-2e7fc686b4a9&detail=False&count=False&shared=False HTTP/1.1" 200 803 0.003956 10.0.0.56 - - [2025-10-09 03:30:01] "GET /virtual-network/6c7a27f2-b91b-496c-8228-a309adfe4173?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.006921 10.0.0.56 - - [2025-10-09 03:30:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004216 10.0.0.56 - - [2025-10-09 03:30:02] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003949 10.0.0.56 - - [2025-10-09 03:30:02] "GET /virtual-networks?parent_id=e5c0c3e7-e631-4f41-b35d-2e7fc686b4a9&detail=False&count=False&shared=False HTTP/1.1" 200 803 0.002902 10.0.0.56 - - [2025-10-09 03:30:02] "GET /virtual-network/6c7a27f2-b91b-496c-8228-a309adfe4173?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.006817 10.0.0.56 - - [2025-10-09 03:30:02] "POST /neutron/port HTTP/1.1" 200 1056 0.015015 10.0.0.56 - - [2025-10-09 03:30:03] "POST /neutron/security_group HTTP/1.1" 200 2062 0.007962 10.0.0.56 - - [2025-10-09 03:30:03] "GET /virtual-machine/abbbe123-3835-46c3-95bd-816df42f6de6 HTTP/1.1" 200 1275 0.007236 10.0.0.56 - - [2025-10-09 03:30:03] "GET /virtual-machine-interface/58a2d6b6-712a-4112-8dec-ee8c6c729d4a HTTP/1.1" 200 3187 0.005850 10.0.0.56 - - [2025-10-09 03:30:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004054 10.0.0.56 - - [2025-10-09 03:30:03] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003705 10.0.0.56 - - [2025-10-09 03:30:03] "GET /virtual-networks?parent_id=e5c0c3e7-e631-4f41-b35d-2e7fc686b4a9&detail=False&count=False&shared=False HTTP/1.1" 200 803 0.002951 10.0.0.56 - - [2025-10-09 03:30:03] "GET /virtual-network/13a3618a-6fdb-42be-aebf-65bcc1bd2384?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.006325 10.0.0.41 - - [2025-10-09 03:30:03] "GET /obj-perms HTTP/1.1" 200 5056 0.052083 10.0.0.56 - - [2025-10-09 03:30:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003775 10.0.0.56 - - [2025-10-09 03:30:04] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004931 10.0.0.56 - - [2025-10-09 03:30:04] "GET /virtual-networks?parent_id=e5c0c3e7-e631-4f41-b35d-2e7fc686b4a9&detail=False&count=False&shared=False HTTP/1.1" 200 803 0.003898 10.0.0.56 - - [2025-10-09 03:30:04] "GET /virtual-network/13a3618a-6fdb-42be-aebf-65bcc1bd2384?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.007251 10.0.0.56 - - [2025-10-09 03:31:00] "POST /neutron/port HTTP/1.1" 200 1056 0.015364 10.0.0.56 - - [2025-10-09 03:31:00] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004584 10.0.0.56 - - [2025-10-09 03:31:00] "POST /neutron/network HTTP/1.1" 200 828 0.007141 10.0.0.56 - - [2025-10-09 03:31:00] "POST /neutron/network HTTP/1.1" 200 837 0.033129 10.0.0.56 - - [2025-10-09 03:31:00] "POST /neutron/port HTTP/1.1" 200 117 0.001229 10.0.0.41 - - [2025-10-09 03:31:20] "POST /ref-update HTTP/1.1" 200 156 0.020305 10.0.0.56 - - [2025-10-09 03:31:20] "POST /neutron/router HTTP/1.1" 200 344 0.208320 10.0.0.56 - - [2025-10-09 03:31:21] "POST /neutron/router HTTP/1.1" 200 598 0.009336 10.0.0.41 - - [2025-10-09 03:31:21] "DELETE /route-target/5ccc2b60-7b2b-4c1d-80b2-4e9d6785ab5c HTTP/1.1" 200 115 0.027986 10.0.0.56 - - [2025-10-09 03:31:22] "POST /neutron/port HTTP/1.1" 200 1117 0.012660 10.0.0.56 - - [2025-10-09 03:31:22] "DELETE /instance-ip/f16d4f3d-5ecc-4466-a8ab-4bf37923ba25 HTTP/1.1" 200 115 0.047491 10.0.0.56 - - [2025-10-09 03:31:22] "DELETE /virtual-machine-interface/640c9f80-3f88-45de-b6ed-859537d029a2 HTTP/1.1" 200 115 0.068258 10.0.0.56 - - [2025-10-09 03:31:23] "POST /neutron/port HTTP/1.1" 200 151 0.195501 10.0.0.56 - - [2025-10-09 03:31:23] "DELETE /instance-ip/36f80fae-3517-4830-8152-03c38ea2d07c HTTP/1.1" 200 115 0.050394 10.0.0.56 - - [2025-10-09 03:31:23] "DELETE /virtual-machine-interface/a7b89a0d-7102-4cea-8f66-7e8ba75f8780 HTTP/1.1" 200 115 0.071388 10.0.0.56 - - [2025-10-09 03:31:23] "DELETE /instance-ip/b42ba826-58a8-4a62-b3ee-8fccbc468a16 HTTP/1.1" 200 115 0.063150 10.0.0.56 - - [2025-10-09 03:31:23] "DELETE /virtual-machine-interface/6cbb5f65-6dbf-43a3-90f1-5a1e950a0ba2 HTTP/1.1" 200 115 0.070879 10.0.0.56 - - [2025-10-09 03:31:23] "POST /neutron/port HTTP/1.1" 200 1082 0.020817 10.0.0.41 - - [2025-10-09 03:31:24] "POST /useragent-kv HTTP/1.1" 200 115 0.002926 10.0.0.41 - - [2025-10-09 03:31:24] "POST /useragent-kv HTTP/1.1" 200 115 0.002581 10.0.0.56 - - [2025-10-09 03:31:24] "POST /neutron/network HTTP/1.1" 200 151 0.125384 10.0.0.41 - - [2025-10-09 03:31:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004053 10.0.0.56 - - [2025-10-09 03:31:24] "POST /neutron/network HTTP/1.1" 200 829 0.007290 10.0.0.41 - - [2025-10-09 03:31:24] "GET /projects?obj_uuids=e5c0c3e7-e631-4f41-b35d-2e7fc686b4a9&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000979 10.0.0.41 - - [2025-10-09 03:31:24] "DELETE /route-target/c210073a-7e67-43d4-a4bf-a958cb11ecb3 HTTP/1.1" 200 115 0.033535 10.0.0.56 - - [2025-10-09 03:31:24] "GET /project/e5c0c3e7-e631-4f41-b35d-2e7fc686b4a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1380 0.051684 10.0.0.41 - - [2025-10-09 03:31:24] "GET /projects?obj_uuids=e5c0c3e7-e631-4f41-b35d-2e7fc686b4a9&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001233 10.0.0.56 - - [2025-10-09 03:31:24] "GET /project/e5c0c3e7-e631-4f41-b35d-2e7fc686b4a9?fields=virtual_networks HTTP/1.1" 200 1041 0.048635 10.0.0.41 - - [2025-10-09 03:31:24] "GET /projects?obj_uuids=e5c0c3e7-e631-4f41-b35d-2e7fc686b4a9&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001054 10.0.0.56 - - [2025-10-09 03:31:24] "GET /project/e5c0c3e7-e631-4f41-b35d-2e7fc686b4a9?fields=virtual_machine_interfaces HTTP/1.1" 200 1041 0.042730 10.0.0.41 - - [2025-10-09 03:31:24] "GET /projects?obj_uuids=e5c0c3e7-e631-4f41-b35d-2e7fc686b4a9&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001350 10.0.0.56 - - [2025-10-09 03:31:24] "GET /project/e5c0c3e7-e631-4f41-b35d-2e7fc686b4a9?fields=security_groups HTTP/1.1" 200 1271 0.039238 10.0.0.56 - - [2025-10-09 03:31:25] "POST /fqname-to-id HTTP/1.1" 404 187 0.029859 10.0.0.41 - - [2025-10-09 03:31:25] "GET /projects?obj_uuids=64bf28f8-4ab6-477a-8187-681deca97da8&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003585 10.0.0.41 - - [2025-10-09 03:31:25] "GET /domains?obj_uuids=7ed77c0b-e642-4c13-a404-7756503cf17d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001740 10.0.0.41 - - [2025-10-09 03:31:25] "GET /domain/7ed77c0b-e642-4c13-a404-7756503cf17d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.011796 10.0.0.41 - - [2025-10-09 03:31:25] "POST /id-to-fqname HTTP/1.1" 200 189 0.001371 10.0.0.41 - - [2025-10-09 03:31:25] "POST /fqname-to-id HTTP/1.1" 404 198 0.011512 10.0.0.41 - - [2025-10-09 03:31:25] "POST /security-groups HTTP/1.1" 200 590 0.078075 10.0.0.41 - - [2025-10-09 03:31:26] "POST /projects HTTP/1.1" 200 583 0.328281 10.0.0.41 - - [2025-10-09 03:31:26] "POST /fqname-to-id HTTP/1.1" 404 232 0.021881 10.0.0.41 - - [2025-10-09 03:31:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.408314 10.0.0.56 - - [2025-10-09 03:31:26] "GET /project/64bf28f8-4ab6-477a-8187-681deca97da8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.550479 10.0.0.56 - - [2025-10-09 03:31:26] "POST /neutron/port HTTP/1.1" 400 205 0.004255 10.0.0.56 - - [2025-10-09 03:31:27] "GET / HTTP/1.1" 200 35931 0.002357 10.0.0.56 - - [2025-10-09 03:31:28] "POST /fqname-to-id HTTP/1.1" 401 292 0.000500 10.0.0.56 - - [2025-10-09 03:31:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.055773 10.0.0.41 - - [2025-10-09 03:31:29] "GET /projects?obj_uuids=64bf28f8-4ab6-477a-8187-681deca97da8&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.000940 10.0.0.56 - - [2025-10-09 03:31:29] "GET /project/64bf28f8-4ab6-477a-8187-681deca97da8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.041933 10.0.0.56 - - [2025-10-09 03:31:29] "POST /neutron/network HTTP/1.1" 200 117 0.035183 10.0.0.41 - - [2025-10-09 03:31:29] "POST /ref-update HTTP/1.1" 200 156 0.025743 10.0.0.56 - - [2025-10-09 03:31:29] "POST /neutron/network HTTP/1.1" 200 822 0.008399 10.0.0.56 - - [2025-10-09 03:31:29] "POST /id-to-fqname HTTP/1.1" 200 219 0.000993 10.0.0.56 - - [2025-10-09 03:31:29] "GET /virtual-network/09155deb-96c8-4e44-aa55-c37e6529eb64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2034 0.005228 10.0.0.56 - - [2025-10-09 03:31:29] "GET /virtual-network/09155deb-96c8-4e44-aa55-c37e6529eb64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2034 0.004955 10.0.0.56 - - [2025-10-09 03:31:30] "POST /neutron/subnet HTTP/1.1" 200 720 0.008458 10.0.0.56 - - [2025-10-09 03:31:30] "GET /virtual-network/09155deb-96c8-4e44-aa55-c37e6529eb64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2034 0.006994 10.0.0.56 - - [2025-10-09 03:31:31] "GET /obj-perms HTTP/1.1" 200 5028 0.053864 10.0.0.19 - - [2025-10-09 03:31:31] "GET /obj-perms HTTP/1.1" 200 5028 0.050184 10.0.0.56 - - [2025-10-09 03:31:31] "POST /id-to-fqname HTTP/1.1" 200 219 0.001346 10.0.0.41 - - [2025-10-09 03:31:32] "GET /projects?obj_uuids=64bf28f8-4ab6-477a-8187-681deca97da8&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.000986 10.0.0.56 - - [2025-10-09 03:31:32] "GET /project/64bf28f8-4ab6-477a-8187-681deca97da8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.064065 10.0.0.56 - - [2025-10-09 03:31:32] "POST /neutron/port HTTP/1.1" 200 117 0.006661 10.0.0.56 - - [2025-10-09 03:31:33] "POST /id-to-fqname HTTP/1.1" 200 219 0.001812 10.0.0.56 - - [2025-10-09 03:31:33] "POST /neutron/network HTTP/1.1" 200 832 0.009646 10.0.0.56 - - [2025-10-09 03:31:33] "POST /neutron/port HTTP/1.1" 200 1058 0.015425 10.0.0.41 - - [2025-10-09 03:31:34] "GET /projects?obj_uuids=64bf28f8-4ab6-477a-8187-681deca97da8&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001529 10.0.0.56 - - [2025-10-09 03:31:34] "POST /neutron/port HTTP/1.1" 200 1086 0.018756 10.0.0.56 - - [2025-10-09 03:31:34] "GET /project/64bf28f8-4ab6-477a-8187-681deca97da8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.076900 10.0.0.56 - - [2025-10-09 03:31:34] "POST /neutron/network HTTP/1.1" 200 822 0.037004 10.0.0.56 - - [2025-10-09 03:31:34] "POST /neutron/port HTTP/1.1" 200 1086 0.018650 10.0.0.56 - - [2025-10-09 03:31:34] "POST /neutron/port HTTP/1.1" 200 1086 0.016109 10.0.0.41 - - [2025-10-09 03:31:34] "GET /projects?obj_uuids=64bf28f8-4ab6-477a-8187-681deca97da8&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001024 10.0.0.56 - - [2025-10-09 03:31:35] "POST /neutron/port HTTP/1.1" 200 1058 0.316411 10.0.0.56 - - [2025-10-09 03:31:35] "POST /neutron/port HTTP/1.1" 200 1112 0.136215 10.0.0.56 - - [2025-10-09 03:31:35] "POST /neutron/subnet HTTP/1.1" 200 694 0.010926 10.0.0.56 - - [2025-10-09 03:31:39] "POST /neutron/port HTTP/1.1" 200 1086 0.015233 10.0.0.56 - - [2025-10-09 03:31:39] "POST /neutron/security_group HTTP/1.1" 200 2057 0.008986 10.0.0.56 - - [2025-10-09 03:31:39] "GET /virtual-machine/0afb9a6f-cde1-44db-9546-c3ec8cea7c80 HTTP/1.1" 401 292 0.000465 10.0.0.56 - - [2025-10-09 03:31:40] "GET /virtual-machine/0afb9a6f-cde1-44db-9546-c3ec8cea7c80 HTTP/1.1" 200 1290 0.028793 10.0.0.56 - - [2025-10-09 03:31:40] "GET /virtual-machine-interface/cbc7d1b5-c93a-444f-a5e8-55a5efc85456 HTTP/1.1" 200 2937 0.005744 10.0.0.56 - - [2025-10-09 03:31:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003838 10.0.0.56 - - [2025-10-09 03:31:40] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004009 10.0.0.56 - - [2025-10-09 03:31:40] "GET /virtual-networks?parent_id=64bf28f8-4ab6-477a-8187-681deca97da8&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002940 10.0.0.56 - - [2025-10-09 03:31:40] "GET /virtual-network/09155deb-96c8-4e44-aa55-c37e6529eb64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2034 0.006037 10.0.0.56 - - [2025-10-09 03:31:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003906 10.0.0.56 - - [2025-10-09 03:31:43] "GET /virtual-network/09155deb-96c8-4e44-aa55-c37e6529eb64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2034 0.005210 10.0.0.56 - - [2025-10-09 03:31:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004370 10.0.0.56 - - [2025-10-09 03:31:47] "GET /virtual-network/09155deb-96c8-4e44-aa55-c37e6529eb64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2034 0.005809 10.0.0.56 - - [2025-10-09 03:31:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.005417 10.0.0.56 - - [2025-10-09 03:31:51] "GET /virtual-network/09155deb-96c8-4e44-aa55-c37e6529eb64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2034 0.007119 10.0.0.56 - - [2025-10-09 03:31:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003772 10.0.0.56 - - [2025-10-09 03:31:55] "GET /virtual-network/09155deb-96c8-4e44-aa55-c37e6529eb64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2034 0.005111 10.0.0.56 - - [2025-10-09 03:31:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.004025 10.0.0.56 - - [2025-10-09 03:31:59] "GET /virtual-network/09155deb-96c8-4e44-aa55-c37e6529eb64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2034 0.005573 10.0.0.56 - - [2025-10-09 03:32:01] "POST /neutron/port HTTP/1.1" 200 1086 0.017627 10.0.0.56 - - [2025-10-09 03:32:01] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004565 10.0.0.56 - - [2025-10-09 03:32:01] "POST /neutron/network HTTP/1.1" 200 822 0.008806 10.0.0.56 - - [2025-10-09 03:32:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003978 10.0.0.56 - - [2025-10-09 03:32:03] "GET /virtual-network/09155deb-96c8-4e44-aa55-c37e6529eb64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2034 0.006873 10.0.0.56 - - [2025-10-09 03:32:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004539 10.0.0.56 - - [2025-10-09 03:32:08] "GET /virtual-network/09155deb-96c8-4e44-aa55-c37e6529eb64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2034 0.006948 10.0.0.56 - - [2025-10-09 03:32:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003843 10.0.0.56 - - [2025-10-09 03:32:12] "GET /virtual-network/09155deb-96c8-4e44-aa55-c37e6529eb64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2034 0.005464 10.0.0.56 - - [2025-10-09 03:32:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003998 10.0.0.56 - - [2025-10-09 03:32:16] "GET /virtual-network/09155deb-96c8-4e44-aa55-c37e6529eb64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2034 0.005686 10.0.0.41 - - [2025-10-09 03:32:16] "DELETE /project/64bf28f84ab6477a8187681deca97da8 HTTP/1.1" 404 173 0.004321 10.0.0.41 - - [2025-10-09 03:32:16] "GET /projects?obj_uuids=e5c0c3e7-e631-4f41-b35d-2e7fc686b4a9&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000926 10.0.0.41 - - [2025-10-09 03:32:17] "GET /project/e5c0c3e7-e631-4f41-b35d-2e7fc686b4a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1485 0.042792 10.0.0.41 - - [2025-10-09 03:32:17] "GET /projects?obj_uuids=e5c0c3e7-e631-4f41-b35d-2e7fc686b4a9&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001253 10.0.0.41 - - [2025-10-09 03:32:17] "GET /project/e5c0c3e7-e631-4f41-b35d-2e7fc686b4a9?fields=security_groups HTTP/1.1" 200 1376 0.068668 10.0.0.41 - - [2025-10-09 03:32:17] "DELETE /security-group/27b4739f-7730-4490-acc7-fd99283d6898 HTTP/1.1" 404 197 0.023924 10.0.0.41 - - [2025-10-09 03:32:17] "GET /projects?obj_uuids=e5c0c3e7-e631-4f41-b35d-2e7fc686b4a9&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001150 10.0.0.41 - - [2025-10-09 03:32:17] "GET /project/e5c0c3e7-e631-4f41-b35d-2e7fc686b4a9?fields=application_policy_sets HTTP/1.1" 200 1415 0.075252 10.0.0.41 - - [2025-10-09 03:32:17] "DELETE /project/e5c0c3e7-e631-4f41-b35d-2e7fc686b4a9 HTTP/1.1" 200 115 0.569688 10.0.0.56 - - [2025-10-09 03:32:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003908 10.0.0.56 - - [2025-10-09 03:32:20] "GET /virtual-network/09155deb-96c8-4e44-aa55-c37e6529eb64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2034 0.006840 10.0.0.56 - - [2025-10-09 03:32:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004716 10.0.0.56 - - [2025-10-09 03:32:24] "GET /virtual-network/09155deb-96c8-4e44-aa55-c37e6529eb64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2034 0.005801 10.0.0.56 - - [2025-10-09 03:32:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004119 10.0.0.56 - - [2025-10-09 03:32:28] "GET /virtual-network/09155deb-96c8-4e44-aa55-c37e6529eb64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2034 0.006321 10.0.0.56 - - [2025-10-09 03:32:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003960 10.0.0.56 - - [2025-10-09 03:32:30] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003612 10.0.0.56 - - [2025-10-09 03:32:30] "GET /virtual-networks?parent_id=64bf28f8-4ab6-477a-8187-681deca97da8&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003011 10.0.0.56 - - [2025-10-09 03:32:30] "GET /virtual-network/09155deb-96c8-4e44-aa55-c37e6529eb64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2034 0.005988 10.0.0.56 - - [2025-10-09 03:32:35] "POST /neutron/port HTTP/1.1" 200 1086 0.016098 10.0.0.56 - - [2025-10-09 03:32:38] "POST /neutron/security_group HTTP/1.1" 200 2057 0.008545 10.0.0.56 - - [2025-10-09 03:32:42] "POST /neutron/port HTTP/1.1" 200 1086 0.018052 10.0.0.56 - - [2025-10-09 03:32:46] "POST /neutron/security_group HTTP/1.1" 200 2057 0.007411 10.0.0.56 - - [2025-10-09 03:32:51] "POST /neutron/port HTTP/1.1" 200 1086 0.015576 10.0.0.56 - - [2025-10-09 03:32:51] "POST /neutron/security_group HTTP/1.1" 200 2057 0.007970 10.0.0.56 - - [2025-10-09 03:32:51] "GET /virtual-machine/17d722f7-d6eb-4899-8b0a-030187dcc7e3 HTTP/1.1" 200 1291 0.005085 10.0.0.56 - - [2025-10-09 03:32:51] "GET /virtual-machine-interface/cd57e477-bede-43f9-966b-efdd5df79c32 HTTP/1.1" 200 2937 0.005702 10.0.0.56 - - [2025-10-09 03:32:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003912 10.0.0.56 - - [2025-10-09 03:32:51] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003472 10.0.0.56 - - [2025-10-09 03:32:51] "GET /virtual-networks?parent_id=64bf28f8-4ab6-477a-8187-681deca97da8&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002835 10.0.0.56 - - [2025-10-09 03:32:51] "GET /virtual-network/09155deb-96c8-4e44-aa55-c37e6529eb64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2034 0.005534 10.0.0.56 - - [2025-10-09 03:32:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003772 10.0.0.56 - - [2025-10-09 03:32:52] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003649 10.0.0.56 - - [2025-10-09 03:32:52] "GET /virtual-networks?parent_id=64bf28f8-4ab6-477a-8187-681deca97da8&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002800 10.0.0.56 - - [2025-10-09 03:32:52] "GET /virtual-network/09155deb-96c8-4e44-aa55-c37e6529eb64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2034 0.006174 10.0.0.41 - - [2025-10-09 03:33:00] "GET /global-system-configs HTTP/1.1" 401 292 0.000471 10.0.0.41 - - [2025-10-09 03:33:00] "GET /global-system-configs HTTP/1.1" 401 292 0.000445 10.0.0.41 - - [2025-10-09 03:33:01] "GET /global-system-configs HTTP/1.1" 401 292 0.001129 10.0.0.41 - - [2025-10-09 03:33:01] "GET /global-system-configs HTTP/1.1" 401 292 0.000408 10.0.0.19 - - [2025-10-09 03:33:01] "GET /global-system-configs HTTP/1.1" 401 292 0.000424 10.0.0.19 - - [2025-10-09 03:33:01] "GET /global-system-configs HTTP/1.1" 401 292 0.000432 10.0.0.19 - - [2025-10-09 03:33:01] "GET /global-system-configs HTTP/1.1" 401 292 0.000412 10.0.0.19 - - [2025-10-09 03:33:01] "GET /global-system-configs HTTP/1.1" 401 292 0.000420 10.0.0.56 - - [2025-10-09 03:33:02] "POST /neutron/network HTTP/1.1" 200 832 0.007391 10.0.0.56 - - [2025-10-09 03:33:02] "POST /neutron/port HTTP/1.1" 200 117 0.001616 10.0.0.56 - - [2025-10-09 03:33:03] "GET /global-system-configs HTTP/1.1" 401 292 0.000451 10.0.0.56 - - [2025-10-09 03:33:03] "GET /global-system-configs HTTP/1.1" 401 292 0.000416 10.0.0.56 - - [2025-10-09 03:33:06] "GET /global-system-configs HTTP/1.1" 401 292 0.000470 10.0.0.56 - - [2025-10-09 03:33:06] "GET /global-system-configs HTTP/1.1" 401 292 0.000481 10.0.0.41 - - [2025-10-09 03:33:06] "GET /obj-perms HTTP/1.1" 200 5056 0.094727 10.0.0.56 - - [2025-10-09 03:34:02] "POST /neutron/port HTTP/1.1" 200 1086 0.015226 10.0.0.56 - - [2025-10-09 03:34:02] "POST /neutron/subnet HTTP/1.1" 200 694 0.009282 10.0.0.56 - - [2025-10-09 03:34:07] "POST /neutron/network HTTP/1.1" 200 822 0.008259 10.0.0.56 - - [2025-10-09 03:34:07] "POST /neutron/port HTTP/1.1" 200 1086 0.015407 10.0.0.56 - - [2025-10-09 03:34:07] "POST /neutron/port HTTP/1.1" 200 1112 0.011275 10.0.0.41 - - [2025-10-09 03:34:09] "POST /useragent-kv HTTP/1.1" 200 115 0.029022 10.0.0.41 - - [2025-10-09 03:34:09] "POST /useragent-kv HTTP/1.1" 200 115 0.002444 10.0.0.56 - - [2025-10-09 03:34:09] "POST /neutron/network HTTP/1.1" 200 151 0.143454 10.0.0.41 - - [2025-10-09 03:34:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.051588 10.0.0.41 - - [2025-10-09 03:34:10] "GET /projects?obj_uuids=64bf28f8-4ab6-477a-8187-681deca97da8&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001033 10.0.0.56 - - [2025-10-09 03:34:11] "GET /project/64bf28f8-4ab6-477a-8187-681deca97da8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.097717 10.0.0.41 - - [2025-10-09 03:34:11] "GET /projects?obj_uuids=64bf28f8-4ab6-477a-8187-681deca97da8&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001090 10.0.0.56 - - [2025-10-09 03:34:11] "GET /project/64bf28f8-4ab6-477a-8187-681deca97da8?fields=virtual_networks HTTP/1.1" 200 1029 0.040644 10.0.0.41 - - [2025-10-09 03:34:11] "GET /projects?obj_uuids=64bf28f8-4ab6-477a-8187-681deca97da8&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001518 10.0.0.56 - - [2025-10-09 03:34:11] "GET /project/64bf28f8-4ab6-477a-8187-681deca97da8?fields=virtual_machine_interfaces HTTP/1.1" 200 1029 0.038761 10.0.0.41 - - [2025-10-09 03:34:11] "GET /projects?obj_uuids=64bf28f8-4ab6-477a-8187-681deca97da8&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.000987 10.0.0.56 - - [2025-10-09 03:34:11] "GET /project/64bf28f8-4ab6-477a-8187-681deca97da8?fields=security_groups HTTP/1.1" 200 1254 0.040280 10.0.0.56 - - [2025-10-09 03:34:12] "POST /fqname-to-id HTTP/1.1" 404 187 0.023880 10.0.0.41 - - [2025-10-09 03:34:12] "GET /projects?obj_uuids=f52f5c7b-e74a-4c87-805d-4a21e083f295&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003500 10.0.0.41 - - [2025-10-09 03:34:12] "GET /domains?obj_uuids=7ed77c0b-e642-4c13-a404-7756503cf17d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001004 10.0.0.41 - - [2025-10-09 03:34:12] "GET /domain/7ed77c0b-e642-4c13-a404-7756503cf17d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.028938 10.0.0.41 - - [2025-10-09 03:34:12] "POST /id-to-fqname HTTP/1.1" 200 189 0.002397 10.0.0.41 - - [2025-10-09 03:34:12] "POST /fqname-to-id HTTP/1.1" 404 198 0.005453 10.0.0.41 - - [2025-10-09 03:34:12] "POST /security-groups HTTP/1.1" 200 590 0.031881 10.0.0.41 - - [2025-10-09 03:34:12] "POST /projects HTTP/1.1" 200 583 0.239877 10.0.0.41 - - [2025-10-09 03:34:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.306529 10.0.0.41 - - [2025-10-09 03:34:12] "POST /access-control-lists HTTP/1.1" 200 595 0.027917 10.0.0.56 - - [2025-10-09 03:34:12] "GET /project/f52f5c7b-e74a-4c87-805d-4a21e083f295?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.465975 10.0.0.56 - - [2025-10-09 03:34:13] "GET / HTTP/1.1" 200 35931 0.002501 10.0.0.56 - - [2025-10-09 03:34:15] "POST /fqname-to-id HTTP/1.1" 401 292 0.000576 10.0.0.56 - - [2025-10-09 03:34:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.053344 10.0.0.41 - - [2025-10-09 03:34:15] "GET /projects?obj_uuids=f52f5c7b-e74a-4c87-805d-4a21e083f295&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.000947 10.0.0.56 - - [2025-10-09 03:34:15] "GET /project/f52f5c7b-e74a-4c87-805d-4a21e083f295?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.040143 10.0.0.41 - - [2025-10-09 03:34:16] "POST /route-targets HTTP/1.1" 200 327 0.014059 10.0.0.41 - - [2025-10-09 03:34:16] "POST /useragent-kv HTTP/1.1" 200 115 0.012674 10.0.0.56 - - [2025-10-09 03:34:16] "POST /neutron/subnet HTTP/1.1" 200 720 0.232949 10.0.0.56 - - [2025-10-09 03:34:16] "POST /id-to-fqname HTTP/1.1" 200 219 0.001384 10.0.0.56 - - [2025-10-09 03:34:16] "GET /virtual-network/1ff13c6c-a28c-49b4-aecc-536a1d397fa8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2035 0.006144 10.0.0.56 - - [2025-10-09 03:34:16] "GET /virtual-network/1ff13c6c-a28c-49b4-aecc-536a1d397fa8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2035 0.005698 10.0.0.56 - - [2025-10-09 03:34:16] "POST /neutron/network HTTP/1.1" 200 822 0.006653 10.0.0.56 - - [2025-10-09 03:34:17] "GET /virtual-network/1ff13c6c-a28c-49b4-aecc-536a1d397fa8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2035 0.006525 10.0.0.41 - - [2025-10-09 03:34:17] "DELETE /project/f52f5c7be74a4c87805d4a21e083f295 HTTP/1.1" 404 173 0.005877 10.0.0.41 - - [2025-10-09 03:34:17] "GET /projects?obj_uuids=64bf28f8-4ab6-477a-8187-681deca97da8&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.000862 10.0.0.56 - - [2025-10-09 03:34:17] "GET /obj-perms HTTP/1.1" 200 5028 0.145132 10.0.0.41 - - [2025-10-09 03:34:17] "GET /project/64bf28f8-4ab6-477a-8187-681deca97da8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1463 0.055207 10.0.0.41 - - [2025-10-09 03:34:17] "GET /projects?obj_uuids=64bf28f8-4ab6-477a-8187-681deca97da8&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.000899 10.0.0.41 - - [2025-10-09 03:34:17] "GET /project/64bf28f8-4ab6-477a-8187-681deca97da8?fields=security_groups HTTP/1.1" 200 1359 0.045316 10.0.0.41 - - [2025-10-09 03:34:17] "DELETE /security-group/d988d2cb-5316-445f-a8fe-3cebf0278c58 HTTP/1.1" 200 115 0.098155 10.0.0.41 - - [2025-10-09 03:34:18] "GET /projects?obj_uuids=64bf28f8-4ab6-477a-8187-681deca97da8&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001272 10.0.0.41 - - [2025-10-09 03:34:18] "GET /project/64bf28f8-4ab6-477a-8187-681deca97da8?fields=application_policy_sets HTTP/1.1" 200 1398 0.073731 10.0.0.41 - - [2025-10-09 03:34:18] "DELETE /access-control-list/4180fb2b-0c90-42b2-9f93-e161b90bae2f HTTP/1.1" 200 115 0.094224 10.0.0.41 - - [2025-10-09 03:34:18] "DELETE /project/64bf28f8-4ab6-477a-8187-681deca97da8 HTTP/1.1" 404 190 0.606497 10.0.0.19 - - [2025-10-09 03:34:18] "GET /obj-perms HTTP/1.1" 200 5028 0.074615 10.0.0.56 - - [2025-10-09 03:34:18] "POST /id-to-fqname HTTP/1.1" 200 219 0.001441 10.0.0.41 - - [2025-10-09 03:34:19] "GET /projects?obj_uuids=f52f5c7b-e74a-4c87-805d-4a21e083f295&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001019 10.0.0.56 - - [2025-10-09 03:34:19] "GET /project/f52f5c7b-e74a-4c87-805d-4a21e083f295?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.064788 10.0.0.56 - - [2025-10-09 03:34:19] "POST /neutron/network HTTP/1.1" 200 822 0.008537 10.0.0.56 - - [2025-10-09 03:34:20] "POST /id-to-fqname HTTP/1.1" 200 219 0.001443 10.0.0.56 - - [2025-10-09 03:34:20] "POST /neutron/port HTTP/1.1" 200 117 0.007138 10.0.0.41 - - [2025-10-09 03:34:20] "GET /projects?obj_uuids=f52f5c7b-e74a-4c87-805d-4a21e083f295&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001631 10.0.0.56 - - [2025-10-09 03:34:21] "POST /neutron/port HTTP/1.1" 200 1058 0.329313 10.0.0.41 - - [2025-10-09 03:34:21] "GET /projects?obj_uuids=f52f5c7b-e74a-4c87-805d-4a21e083f295&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001859 10.0.0.56 - - [2025-10-09 03:34:21] "GET /project/f52f5c7b-e74a-4c87-805d-4a21e083f295?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.097771 10.0.0.56 - - [2025-10-09 03:34:21] "POST /neutron/port HTTP/1.1" 200 1112 0.153792 10.0.0.56 - - [2025-10-09 03:34:21] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004267 10.0.0.56 - - [2025-10-09 03:34:21] "POST /neutron/network HTTP/1.1" 200 822 0.009824 10.0.0.56 - - [2025-10-09 03:34:21] "POST /neutron/port HTTP/1.1" 200 117 0.013356 10.0.0.56 - - [2025-10-09 03:34:21] "POST /neutron/network HTTP/1.1" 200 832 0.007250 10.0.0.56 - - [2025-10-09 03:34:22] "POST /neutron/port HTTP/1.1" 200 1058 0.020158 10.0.0.56 - - [2025-10-09 03:34:22] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004426 10.0.0.56 - - [2025-10-09 03:34:22] "POST /neutron/network HTTP/1.1" 200 822 0.006967 10.0.0.56 - - [2025-10-09 03:34:26] "POST /neutron/port HTTP/1.1" 200 1086 0.018388 10.0.0.56 - - [2025-10-09 03:34:27] "POST /neutron/security_group HTTP/1.1" 200 2057 0.008114 10.0.0.56 - - [2025-10-09 03:34:27] "GET /virtual-machine/54a0ab9d-cc27-43be-be1e-a3975a577d3c HTTP/1.1" 401 292 0.000501 10.0.0.56 - - [2025-10-09 03:34:27] "GET /virtual-machine/54a0ab9d-cc27-43be-be1e-a3975a577d3c HTTP/1.1" 200 1291 0.027451 10.0.0.56 - - [2025-10-09 03:34:27] "GET /virtual-machine-interface/e7ced761-8127-4c0d-97a9-779883716072 HTTP/1.1" 200 2937 0.006822 10.0.0.56 - - [2025-10-09 03:34:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004548 10.0.0.56 - - [2025-10-09 03:34:27] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004589 10.0.0.56 - - [2025-10-09 03:34:27] "GET /virtual-networks?parent_id=f52f5c7b-e74a-4c87-805d-4a21e083f295&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003628 10.0.0.56 - - [2025-10-09 03:34:27] "GET /virtual-network/1ff13c6c-a28c-49b4-aecc-536a1d397fa8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2035 0.007793 10.0.0.56 - - [2025-10-09 03:34:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003849 10.0.0.56 - - [2025-10-09 03:34:30] "GET /virtual-network/1ff13c6c-a28c-49b4-aecc-536a1d397fa8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2035 0.005605 10.0.0.56 - - [2025-10-09 03:34:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003628 10.0.0.56 - - [2025-10-09 03:34:34] "GET /virtual-network/1ff13c6c-a28c-49b4-aecc-536a1d397fa8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2035 0.005510 10.0.0.56 - - [2025-10-09 03:34:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004217 10.0.0.56 - - [2025-10-09 03:34:38] "GET /virtual-network/1ff13c6c-a28c-49b4-aecc-536a1d397fa8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2035 0.005510 10.0.0.56 - - [2025-10-09 03:34:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003561 10.0.0.56 - - [2025-10-09 03:34:42] "GET /virtual-network/1ff13c6c-a28c-49b4-aecc-536a1d397fa8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2035 0.005012 10.0.0.56 - - [2025-10-09 03:34:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004149 10.0.0.56 - - [2025-10-09 03:34:46] "GET /virtual-network/1ff13c6c-a28c-49b4-aecc-536a1d397fa8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2035 0.006089 10.0.0.56 - - [2025-10-09 03:34:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004714 10.0.0.56 - - [2025-10-09 03:34:51] "GET /virtual-network/1ff13c6c-a28c-49b4-aecc-536a1d397fa8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2035 0.006214 10.0.0.56 - - [2025-10-09 03:34:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.004135 10.0.0.56 - - [2025-10-09 03:34:55] "GET /virtual-network/1ff13c6c-a28c-49b4-aecc-536a1d397fa8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2035 0.007778 10.0.0.56 - - [2025-10-09 03:34:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003730 10.0.0.56 - - [2025-10-09 03:34:59] "GET /virtual-network/1ff13c6c-a28c-49b4-aecc-536a1d397fa8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2035 0.005873 10.0.0.56 - - [2025-10-09 03:35:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003719 10.0.0.56 - - [2025-10-09 03:35:03] "GET /virtual-network/1ff13c6c-a28c-49b4-aecc-536a1d397fa8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2035 0.006068 10.0.0.56 - - [2025-10-09 03:35:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004577 10.0.0.56 - - [2025-10-09 03:35:05] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003930 10.0.0.56 - - [2025-10-09 03:35:05] "GET /virtual-networks?parent_id=f52f5c7b-e74a-4c87-805d-4a21e083f295&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003252 10.0.0.56 - - [2025-10-09 03:35:05] "GET /virtual-network/1ff13c6c-a28c-49b4-aecc-536a1d397fa8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2035 0.006225 10.0.0.56 - - [2025-10-09 03:35:10] "POST /neutron/port HTTP/1.1" 200 1086 0.016743 10.0.0.56 - - [2025-10-09 03:35:14] "POST /neutron/security_group HTTP/1.1" 200 2057 0.032986 10.0.0.56 - - [2025-10-09 03:35:15] "POST /neutron/port HTTP/1.1" 200 1086 0.019690 10.0.0.56 - - [2025-10-09 03:35:21] "POST /neutron/security_group HTTP/1.1" 200 2057 0.007333 10.0.0.56 - - [2025-10-09 03:35:26] "POST /neutron/port HTTP/1.1" 200 1086 0.020198 10.0.0.56 - - [2025-10-09 03:35:26] "POST /neutron/security_group HTTP/1.1" 200 2057 0.007435 10.0.0.56 - - [2025-10-09 03:35:26] "GET /virtual-machine/f7e8a896-3611-463a-9aa6-738878f24e08 HTTP/1.1" 200 1292 0.005629 10.0.0.56 - - [2025-10-09 03:35:26] "GET /virtual-machine-interface/81b6c4d3-490b-4d46-9d7b-1dacc4359e5a HTTP/1.1" 200 2936 0.005265 10.0.0.56 - - [2025-10-09 03:35:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003473 10.0.0.56 - - [2025-10-09 03:35:26] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003753 10.0.0.56 - - [2025-10-09 03:35:26] "GET /virtual-networks?parent_id=f52f5c7b-e74a-4c87-805d-4a21e083f295&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003347 10.0.0.56 - - [2025-10-09 03:35:26] "GET /virtual-network/1ff13c6c-a28c-49b4-aecc-536a1d397fa8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2035 0.007578 10.0.0.56 - - [2025-10-09 03:35:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003758 10.0.0.56 - - [2025-10-09 03:35:27] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003933 10.0.0.56 - - [2025-10-09 03:35:27] "GET /virtual-networks?parent_id=f52f5c7b-e74a-4c87-805d-4a21e083f295&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002742 10.0.0.56 - - [2025-10-09 03:35:27] "GET /virtual-network/1ff13c6c-a28c-49b4-aecc-536a1d397fa8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2035 0.006069 10.0.0.56 - - [2025-10-09 03:35:49] "POST /neutron/port HTTP/1.1" 200 1086 0.015541 10.0.0.56 - - [2025-10-09 03:35:50] "POST /neutron/port HTTP/1.1" 200 151 0.224874 10.0.0.56 - - [2025-10-09 03:35:51] "POST /neutron/network HTTP/1.1" 200 822 0.007641 10.0.0.41 - - [2025-10-09 03:35:53] "GET /projects?obj_uuids=f52f5c7b-e74a-4c87-805d-4a21e083f295&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001661 10.0.0.56 - - [2025-10-09 03:35:53] "GET /project/f52f5c7b-e74a-4c87-805d-4a21e083f295?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.049047 10.0.0.41 - - [2025-10-09 03:35:53] "GET /projects?obj_uuids=f52f5c7b-e74a-4c87-805d-4a21e083f295&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001043 10.0.0.56 - - [2025-10-09 03:35:53] "GET /project/f52f5c7b-e74a-4c87-805d-4a21e083f295?fields=virtual_networks HTTP/1.1" 200 1030 0.050476 10.0.0.41 - - [2025-10-09 03:35:53] "GET /projects?obj_uuids=f52f5c7b-e74a-4c87-805d-4a21e083f295&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001579 10.0.0.56 - - [2025-10-09 03:35:53] "GET /project/f52f5c7b-e74a-4c87-805d-4a21e083f295?fields=virtual_machine_interfaces HTTP/1.1" 200 1030 0.049397 10.0.0.41 - - [2025-10-09 03:35:53] "GET /projects?obj_uuids=f52f5c7b-e74a-4c87-805d-4a21e083f295&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001380 10.0.0.56 - - [2025-10-09 03:35:53] "GET /project/f52f5c7b-e74a-4c87-805d-4a21e083f295?fields=security_groups HTTP/1.1" 200 1255 0.046887 10.0.0.56 - - [2025-10-09 03:36:07] "GET / HTTP/1.1" 200 35931 0.001988 10.0.0.41 - - [2025-10-09 03:36:08] "GET /obj-perms HTTP/1.1" 200 5056 0.092853 10.0.0.56 - - [2025-10-09 03:36:08] "POST /fqname-to-id HTTP/1.1" 401 292 0.000412 10.0.0.56 - - [2025-10-09 03:36:09] "POST /fqname-to-id HTTP/1.1" 404 201 0.077701 10.0.0.41 - - [2025-10-09 03:36:09] "GET /projects?obj_uuids=b41ba2db-db54-4ce2-af23-2b564e2ca70f&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003571 10.0.0.41 - - [2025-10-09 03:36:09] "GET /domains?obj_uuids=7ed77c0b-e642-4c13-a404-7756503cf17d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001207 10.0.0.41 - - [2025-10-09 03:36:09] "GET /domain/7ed77c0b-e642-4c13-a404-7756503cf17d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008501 10.0.0.41 - - [2025-10-09 03:36:09] "POST /id-to-fqname HTTP/1.1" 200 203 0.001574 10.0.0.41 - - [2025-10-09 03:36:09] "POST /fqname-to-id HTTP/1.1" 404 212 0.006291 10.0.0.41 - - [2025-10-09 03:36:09] "POST /security-groups HTTP/1.1" 200 604 0.038218 10.0.0.41 - - [2025-10-09 03:36:09] "POST /fqname-to-id HTTP/1.1" 404 247 0.003638 10.0.0.41 - - [2025-10-09 03:36:09] "POST /projects HTTP/1.1" 200 611 0.270745 10.0.0.41 - - [2025-10-09 03:36:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.346027 10.0.0.41 - - [2025-10-09 03:36:09] "POST /access-control-lists HTTP/1.1" 200 607 0.034153 10.0.0.56 - - [2025-10-09 03:36:09] "GET /project/b41ba2db-db54-4ce2-af23-2b564e2ca70f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1416 0.486085 10.0.0.56 - - [2025-10-09 03:36:10] "GET / HTTP/1.1" 200 35931 0.002480 10.0.0.56 - - [2025-10-09 03:36:11] "POST /fqname-to-id HTTP/1.1" 401 292 0.000551 10.0.0.56 - - [2025-10-09 03:36:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.053142 10.0.0.41 - - [2025-10-09 03:36:11] "GET /projects?obj_uuids=b41ba2db-db54-4ce2-af23-2b564e2ca70f&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.000918 10.0.0.56 - - [2025-10-09 03:36:11] "GET /project/b41ba2db-db54-4ce2-af23-2b564e2ca70f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1416 0.039680 10.0.0.41 - - [2025-10-09 03:36:11] "GET /projects?obj_uuids=b41ba2db-db54-4ce2-af23-2b564e2ca70f&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.001355 10.0.0.56 - - [2025-10-09 03:36:11] "POST /neutron/network HTTP/1.1" 200 620 0.130557 10.0.0.56 - - [2025-10-09 03:36:12] "POST /id-to-fqname HTTP/1.1" 200 234 0.003491 10.0.0.56 - - [2025-10-09 03:36:12] "GET /virtual-network/8ecb9d72-ee87-4e79-b9bf-200239fb9fd2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.005542 10.0.0.56 - - [2025-10-09 03:36:12] "POST /neutron/network HTTP/1.1" 200 838 0.007617 10.0.0.56 - - [2025-10-09 03:36:12] "GET /virtual-network/8ecb9d72-ee87-4e79-b9bf-200239fb9fd2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.005231 10.0.0.56 - - [2025-10-09 03:36:12] "POST /id-to-fqname HTTP/1.1" 200 234 0.001384 10.0.0.56 - - [2025-10-09 03:36:12] "POST /neutron/network HTTP/1.1" 200 848 0.007168 10.0.0.41 - - [2025-10-09 03:36:13] "GET /projects?obj_uuids=b41ba2db-db54-4ce2-af23-2b564e2ca70f&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.001083 10.0.0.56 - - [2025-10-09 03:36:13] "GET /project/b41ba2db-db54-4ce2-af23-2b564e2ca70f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1416 0.088397 10.0.0.56 - - [2025-10-09 03:36:13] "POST /neutron/port HTTP/1.1" 200 117 0.006727 10.0.0.56 - - [2025-10-09 03:36:13] "POST /id-to-fqname HTTP/1.1" 200 234 0.001292 10.0.0.56 - - [2025-10-09 03:36:13] "POST /neutron/network HTTP/1.1" 200 848 0.006975 10.0.0.56 - - [2025-10-09 03:36:14] "POST /neutron/port HTTP/1.1" 200 1072 0.039670 10.0.0.41 - - [2025-10-09 03:36:14] "GET /projects?obj_uuids=b41ba2db-db54-4ce2-af23-2b564e2ca70f&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.000902 10.0.0.56 - - [2025-10-09 03:36:14] "GET /project/b41ba2db-db54-4ce2-af23-2b564e2ca70f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1416 0.072929 10.0.0.56 - - [2025-10-09 03:36:14] "POST /neutron/port HTTP/1.1" 200 1100 0.030777 10.0.0.56 - - [2025-10-09 03:36:14] "POST /neutron/port HTTP/1.1" 200 1100 0.021463 10.0.0.56 - - [2025-10-09 03:36:14] "POST /neutron/security_group HTTP/1.1" 200 2071 0.007783 10.0.0.41 - - [2025-10-09 03:36:14] "GET /projects?obj_uuids=b41ba2db-db54-4ce2-af23-2b564e2ca70f&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.001028 10.0.0.56 - - [2025-10-09 03:36:15] "POST /neutron/port HTTP/1.1" 200 1072 0.399549 10.0.0.56 - - [2025-10-09 03:36:15] "GET /virtual-network/8ecb9d72-ee87-4e79-b9bf-200239fb9fd2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.005656 10.0.0.56 - - [2025-10-09 03:36:15] "POST /neutron/port HTTP/1.1" 200 1126 0.115288 10.0.0.56 - - [2025-10-09 03:36:15] "POST /neutron/subnet HTTP/1.1" 200 694 0.011832 10.0.0.56 - - [2025-10-09 03:36:16] "GET /obj-perms HTTP/1.1" 200 5056 0.047849 10.0.0.56 - - [2025-10-09 03:36:17] "POST /neutron/port HTTP/1.1" 200 1100 0.014482 10.0.0.56 - - [2025-10-09 03:36:17] "POST /neutron/security_group HTTP/1.1" 200 2071 0.008001 10.0.0.56 - - [2025-10-09 03:36:17] "GET /virtual-machine/538cd723-a9e0-4a6f-b252-de671e7bd472 HTTP/1.1" 401 292 0.000504 10.0.0.56 - - [2025-10-09 03:36:17] "GET /virtual-machine/538cd723-a9e0-4a6f-b252-de671e7bd472 HTTP/1.1" 200 1305 0.029687 10.0.0.56 - - [2025-10-09 03:36:17] "GET /virtual-machine-interface/ecb1a38e-1b7f-40e9-8d2b-7bf11d45bfc6 HTTP/1.1" 200 3010 0.005888 10.0.0.56 - - [2025-10-09 03:36:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003553 10.0.0.56 - - [2025-10-09 03:36:17] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003623 10.0.0.56 - - [2025-10-09 03:36:17] "GET /virtual-networks?parent_id=b41ba2db-db54-4ce2-af23-2b564e2ca70f&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.002780 10.0.0.56 - - [2025-10-09 03:36:17] "GET /virtual-network/8ecb9d72-ee87-4e79-b9bf-200239fb9fd2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.006220 10.0.0.41 - - [2025-10-09 03:36:18] "DELETE /project/b41ba2dbdb544ce2af232b564e2ca70f HTTP/1.1" 404 173 0.003787 10.0.0.41 - - [2025-10-09 03:36:18] "GET /projects?obj_uuids=f52f5c7b-e74a-4c87-805d-4a21e083f295&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.000883 10.0.0.41 - - [2025-10-09 03:36:18] "GET /project/f52f5c7b-e74a-4c87-805d-4a21e083f295?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1464 0.056960 10.0.0.41 - - [2025-10-09 03:36:18] "GET /projects?obj_uuids=f52f5c7b-e74a-4c87-805d-4a21e083f295&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001170 10.0.0.41 - - [2025-10-09 03:36:18] "GET /project/f52f5c7b-e74a-4c87-805d-4a21e083f295?fields=security_groups HTTP/1.1" 200 1360 0.062309 10.0.0.41 - - [2025-10-09 03:36:18] "DELETE /security-group/93549e02-5a62-47df-bd2d-65a7893430e6 HTTP/1.1" 404 177 0.009449 10.0.0.41 - - [2025-10-09 03:36:18] "DELETE /access-control-list/6654a2f2-97c1-4a11-8605-9a7dbe447647 HTTP/1.1" 200 115 0.051454 10.0.0.41 - - [2025-10-09 03:36:18] "GET /projects?obj_uuids=f52f5c7b-e74a-4c87-805d-4a21e083f295&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.002036 10.0.0.41 - - [2025-10-09 03:36:18] "GET /project/f52f5c7b-e74a-4c87-805d-4a21e083f295?fields=application_policy_sets HTTP/1.1" 200 1399 0.096391 10.0.0.41 - - [2025-10-09 03:36:18] "DELETE /project/f52f5c7b-e74a-4c87-805d-4a21e083f295 HTTP/1.1" 200 115 0.473698 10.0.0.56 - - [2025-10-09 03:36:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003771 10.0.0.56 - - [2025-10-09 03:36:20] "GET /virtual-network/8ecb9d72-ee87-4e79-b9bf-200239fb9fd2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.005467 10.0.0.56 - - [2025-10-09 03:36:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.005172 10.0.0.56 - - [2025-10-09 03:36:24] "GET /virtual-network/8ecb9d72-ee87-4e79-b9bf-200239fb9fd2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.005544 10.0.0.56 - - [2025-10-09 03:36:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003393 10.0.0.56 - - [2025-10-09 03:36:28] "GET /virtual-network/8ecb9d72-ee87-4e79-b9bf-200239fb9fd2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.005389 10.0.0.56 - - [2025-10-09 03:36:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003879 10.0.0.56 - - [2025-10-09 03:36:33] "GET /virtual-network/8ecb9d72-ee87-4e79-b9bf-200239fb9fd2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.005127 10.0.0.56 - - [2025-10-09 03:36:34] "POST /neutron/port HTTP/1.1" 200 1100 0.024301 10.0.0.56 - - [2025-10-09 03:36:36] "POST /neutron/security_group HTTP/1.1" 200 2071 0.012186 10.0.0.56 - - [2025-10-09 03:36:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.007322 10.0.0.56 - - [2025-10-09 03:36:37] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004988 10.0.0.56 - - [2025-10-09 03:36:37] "GET /virtual-networks?parent_id=b41ba2db-db54-4ce2-af23-2b564e2ca70f&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.003186 10.0.0.56 - - [2025-10-09 03:36:37] "GET /virtual-network/8ecb9d72-ee87-4e79-b9bf-200239fb9fd2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.006300 10.0.0.56 - - [2025-10-09 03:36:42] "POST /neutron/port HTTP/1.1" 200 1100 0.017218 10.0.0.56 - - [2025-10-09 03:36:47] "POST /neutron/security_group HTTP/1.1" 200 2071 0.008051 10.0.0.56 - - [2025-10-09 03:36:47] "POST /neutron/port HTTP/1.1" 200 1100 0.016180 10.0.0.56 - - [2025-10-09 03:36:47] "GET /virtual-machine/bc4a8e1b-1641-4812-8fb8-ae890badab05 HTTP/1.1" 200 1306 0.006152 10.0.0.56 - - [2025-10-09 03:36:47] "GET /virtual-machine-interface/1b03a0c2-bcbe-4f8f-bb89-89c397e600bd HTTP/1.1" 200 3009 0.005422 10.0.0.56 - - [2025-10-09 03:36:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003227 10.0.0.56 - - [2025-10-09 03:36:47] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004536 10.0.0.56 - - [2025-10-09 03:36:47] "GET /virtual-networks?parent_id=b41ba2db-db54-4ce2-af23-2b564e2ca70f&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.003506 10.0.0.56 - - [2025-10-09 03:36:47] "GET /virtual-network/8ecb9d72-ee87-4e79-b9bf-200239fb9fd2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.006302 10.0.0.56 - - [2025-10-09 03:36:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003709 10.0.0.56 - - [2025-10-09 03:36:48] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003790 10.0.0.56 - - [2025-10-09 03:36:48] "GET /virtual-networks?parent_id=b41ba2db-db54-4ce2-af23-2b564e2ca70f&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.003334 10.0.0.56 - - [2025-10-09 03:36:48] "GET /virtual-network/8ecb9d72-ee87-4e79-b9bf-200239fb9fd2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.006693 10.0.0.56 - - [2025-10-09 03:36:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003802 10.0.0.56 - - [2025-10-09 03:36:49] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003500 10.0.0.56 - - [2025-10-09 03:36:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003077 10.0.0.56 - - [2025-10-09 03:36:49] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005995 10.0.0.56 - - [2025-10-09 03:36:49] "PUT /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297 HTTP/1.1" 200 276 0.011233 10.0.0.56 - - [2025-10-09 03:37:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004690 10.0.0.56 - - [2025-10-09 03:37:01] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1639 0.004295 10.0.0.56 - - [2025-10-09 03:37:01] "PUT /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297 HTTP/1.1" 200 276 0.027992 10.0.0.56 - - [2025-10-09 03:37:05] "POST /neutron/port HTTP/1.1" 200 1100 0.015512 10.0.0.56 - - [2025-10-09 03:37:05] "POST /neutron/subnet HTTP/1.1" 200 694 0.010643 10.0.0.19 - - [2025-10-09 03:37:09] "GET /obj-perms HTTP/1.1" 200 5056 0.055607 10.0.0.56 - - [2025-10-09 03:37:52] "POST /neutron/network HTTP/1.1" 200 838 0.007496 10.0.0.56 - - [2025-10-09 03:37:53] "POST /neutron/port HTTP/1.1" 200 1126 0.016035 10.0.0.56 - - [2025-10-09 03:37:53] "POST /neutron/port HTTP/1.1" 200 1126 0.027048 10.0.0.41 - - [2025-10-09 03:37:54] "POST /useragent-kv HTTP/1.1" 200 115 0.004056 10.0.0.41 - - [2025-10-09 03:37:54] "POST /useragent-kv HTTP/1.1" 200 115 0.002596 10.0.0.56 - - [2025-10-09 03:37:54] "POST /neutron/network HTTP/1.1" 200 151 0.155620 10.0.0.41 - - [2025-10-09 03:37:54] "DELETE /route-target/93a76b8f-6311-42e2-b170-dae658637a2a HTTP/1.1" 200 115 0.026172 10.0.0.41 - - [2025-10-09 03:37:55] "GET /projects?obj_uuids=b41ba2db-db54-4ce2-af23-2b564e2ca70f&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.001007 10.0.0.56 - - [2025-10-09 03:37:55] "GET /project/b41ba2db-db54-4ce2-af23-2b564e2ca70f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1416 0.049671 10.0.0.41 - - [2025-10-09 03:37:55] "GET /projects?obj_uuids=b41ba2db-db54-4ce2-af23-2b564e2ca70f&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.001426 10.0.0.56 - - [2025-10-09 03:37:55] "GET /project/b41ba2db-db54-4ce2-af23-2b564e2ca70f?fields=virtual_networks HTTP/1.1" 200 1059 0.046479 10.0.0.41 - - [2025-10-09 03:37:55] "GET /projects?obj_uuids=b41ba2db-db54-4ce2-af23-2b564e2ca70f&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.001705 10.0.0.56 - - [2025-10-09 03:37:55] "GET /project/b41ba2db-db54-4ce2-af23-2b564e2ca70f?fields=virtual_machine_interfaces HTTP/1.1" 200 1059 0.044573 10.0.0.41 - - [2025-10-09 03:37:55] "GET /projects?obj_uuids=b41ba2db-db54-4ce2-af23-2b564e2ca70f&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.001101 10.0.0.56 - - [2025-10-09 03:37:55] "GET /project/b41ba2db-db54-4ce2-af23-2b564e2ca70f?fields=security_groups HTTP/1.1" 200 1298 0.055329 10.0.0.56 - - [2025-10-09 03:37:56] "POST /fqname-to-id HTTP/1.1" 404 206 0.027344 10.0.0.41 - - [2025-10-09 03:37:56] "GET /projects?obj_uuids=ec93e141-0e59-42e3-93c5-e6e7f2099d90&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004507 10.0.0.41 - - [2025-10-09 03:37:56] "GET /domains?obj_uuids=7ed77c0b-e642-4c13-a404-7756503cf17d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001300 10.0.0.41 - - [2025-10-09 03:37:56] "GET /domain/7ed77c0b-e642-4c13-a404-7756503cf17d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.009491 10.0.0.41 - - [2025-10-09 03:37:56] "POST /id-to-fqname HTTP/1.1" 200 209 0.007924 10.0.0.41 - - [2025-10-09 03:37:56] "POST /fqname-to-id HTTP/1.1" 404 217 0.007643 10.0.0.41 - - [2025-10-09 03:37:56] "POST /security-groups HTTP/1.1" 200 609 0.082144 10.0.0.41 - - [2025-10-09 03:37:56] "POST /projects HTTP/1.1" 200 621 0.299162 10.0.0.41 - - [2025-10-09 03:37:56] "POST /fqname-to-id HTTP/1.1" 404 251 0.004227 10.0.0.41 - - [2025-10-09 03:37:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.368870 10.0.0.56 - - [2025-10-09 03:37:56] "GET /project/ec93e141-0e59-42e3-93c5-e6e7f2099d90?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1436 0.518343 10.0.0.56 - - [2025-10-09 03:37:57] "GET / HTTP/1.1" 200 35931 0.001788 10.0.0.56 - - [2025-10-09 03:37:58] "POST /fqname-to-id HTTP/1.1" 401 292 0.000517 10.0.0.56 - - [2025-10-09 03:37:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.061132 10.0.0.41 - - [2025-10-09 03:37:58] "GET /projects?obj_uuids=ec93e141-0e59-42e3-93c5-e6e7f2099d90&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001073 10.0.0.56 - - [2025-10-09 03:37:58] "GET /project/ec93e141-0e59-42e3-93c5-e6e7f2099d90?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1436 0.048867 10.0.0.41 - - [2025-10-09 03:37:58] "POST /ref-update HTTP/1.1" 200 156 0.032331 10.0.0.41 - - [2025-10-09 03:37:59] "POST /useragent-kv HTTP/1.1" 200 115 0.007589 10.0.0.56 - - [2025-10-09 03:37:59] "POST /neutron/subnet HTTP/1.1" 200 724 0.257373 10.0.0.56 - - [2025-10-09 03:37:59] "POST /id-to-fqname HTTP/1.1" 200 239 0.001454 10.0.0.56 - - [2025-10-09 03:37:59] "GET /virtual-network/a7db6929-f76b-41c5-a523-55facc8cce34?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2080 0.005632 10.0.0.56 - - [2025-10-09 03:37:59] "GET /virtual-network/a7db6929-f76b-41c5-a523-55facc8cce34?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2080 0.005489 10.0.0.56 - - [2025-10-09 03:37:59] "POST /neutron/network HTTP/1.1" 200 844 0.006723 10.0.0.56 - - [2025-10-09 03:37:59] "POST /id-to-fqname HTTP/1.1" 200 239 0.001386 10.0.0.41 - - [2025-10-09 03:38:00] "GET /projects?obj_uuids=ec93e141-0e59-42e3-93c5-e6e7f2099d90&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001867 10.0.0.56 - - [2025-10-09 03:38:00] "GET /project/ec93e141-0e59-42e3-93c5-e6e7f2099d90?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1436 0.068414 10.0.0.56 - - [2025-10-09 03:38:00] "POST /neutron/network HTTP/1.1" 200 844 0.038368 10.0.0.56 - - [2025-10-09 03:38:00] "POST /id-to-fqname HTTP/1.1" 200 239 0.002842 10.0.0.41 - - [2025-10-09 03:38:00] "GET /global-system-configs HTTP/1.1" 401 292 0.000690 10.0.0.56 - - [2025-10-09 03:38:00] "POST /neutron/port HTTP/1.1" 200 117 0.010544 10.0.0.41 - - [2025-10-09 03:38:00] "GET /global-system-configs HTTP/1.1" 401 292 0.000648 10.0.0.41 - - [2025-10-09 03:38:00] "GET /projects?obj_uuids=ec93e141-0e59-42e3-93c5-e6e7f2099d90&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001478 10.0.0.56 - - [2025-10-09 03:38:01] "POST /neutron/port HTTP/1.1" 200 1078 0.331750 10.0.0.41 - - [2025-10-09 03:38:01] "GET /global-system-configs HTTP/1.1" 401 292 0.000432 10.0.0.41 - - [2025-10-09 03:38:01] "GET /global-system-configs HTTP/1.1" 401 292 0.000463 10.0.0.56 - - [2025-10-09 03:38:01] "POST /neutron/port HTTP/1.1" 200 1132 0.125870 10.0.0.41 - - [2025-10-09 03:38:01] "GET /projects?obj_uuids=ec93e141-0e59-42e3-93c5-e6e7f2099d90&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001068 10.0.0.56 - - [2025-10-09 03:38:01] "GET /project/ec93e141-0e59-42e3-93c5-e6e7f2099d90?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1436 0.082803 10.0.0.56 - - [2025-10-09 03:38:01] "POST /neutron/subnet HTTP/1.1" 200 698 0.011385 10.0.0.56 - - [2025-10-09 03:38:01] "POST /neutron/network HTTP/1.1" 200 844 0.009377 10.0.0.19 - - [2025-10-09 03:38:01] "GET /global-system-configs HTTP/1.1" 401 292 0.000582 10.0.0.56 - - [2025-10-09 03:38:01] "POST /neutron/port HTTP/1.1" 200 117 0.008975 10.0.0.19 - - [2025-10-09 03:38:01] "GET /global-system-configs HTTP/1.1" 401 292 0.000436 10.0.0.19 - - [2025-10-09 03:38:02] "GET /global-system-configs HTTP/1.1" 401 292 0.000778 10.0.0.19 - - [2025-10-09 03:38:02] "GET /global-system-configs HTTP/1.1" 401 292 0.000453 10.0.0.56 - - [2025-10-09 03:38:02] "GET /virtual-network/a7db6929-f76b-41c5-a523-55facc8cce34?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2080 0.006503 10.0.0.56 - - [2025-10-09 03:38:02] "POST /neutron/port HTTP/1.1" 200 1078 0.022961 10.0.0.56 - - [2025-10-09 03:38:02] "POST /neutron/port HTTP/1.1" 200 1106 0.017492 10.0.0.56 - - [2025-10-09 03:38:02] "POST /neutron/port HTTP/1.1" 200 117 0.001326 10.0.0.56 - - [2025-10-09 03:38:03] "GET /global-system-configs HTTP/1.1" 401 292 0.000401 10.0.0.56 - - [2025-10-09 03:38:03] "GET /global-system-configs HTTP/1.1" 401 292 0.000320 10.0.0.41 - - [2025-10-09 03:38:03] "GET /obj-perms HTTP/1.1" 200 5066 0.106643 10.0.0.56 - - [2025-10-09 03:38:04] "POST /neutron/security_group HTTP/1.1" 200 2076 0.008125 10.0.0.56 - - [2025-10-09 03:38:04] "POST /neutron/port HTTP/1.1" 200 1106 0.016578 10.0.0.56 - - [2025-10-09 03:38:04] "GET /virtual-machine/5d5574a3-cbc1-4308-84cb-98e506ac2a66 HTTP/1.1" 401 292 0.000453 10.0.0.56 - - [2025-10-09 03:38:04] "GET /virtual-machine/5d5574a3-cbc1-4308-84cb-98e506ac2a66 HTTP/1.1" 200 1309 0.026993 10.0.0.56 - - [2025-10-09 03:38:04] "GET /virtual-machine-interface/cbe18616-5ccc-4737-b617-d339be9481b2 HTTP/1.1" 200 3035 0.009579 10.0.0.56 - - [2025-10-09 03:38:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003727 10.0.0.56 - - [2025-10-09 03:38:04] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004353 10.0.0.56 - - [2025-10-09 03:38:04] "GET /virtual-networks?parent_id=ec93e141-0e59-42e3-93c5-e6e7f2099d90&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.003908 10.0.0.56 - - [2025-10-09 03:38:04] "GET /virtual-network/a7db6929-f76b-41c5-a523-55facc8cce34?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2080 0.007103 10.0.0.56 - - [2025-10-09 03:38:05] "GET /global-system-configs HTTP/1.1" 401 292 0.000524 10.0.0.56 - - [2025-10-09 03:38:05] "GET /global-system-configs HTTP/1.1" 401 292 0.001115 10.0.0.56 - - [2025-10-09 03:38:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003715 10.0.0.56 - - [2025-10-09 03:38:07] "GET /virtual-network/a7db6929-f76b-41c5-a523-55facc8cce34?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2080 0.005701 10.0.0.56 - - [2025-10-09 03:38:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004001 10.0.0.56 - - [2025-10-09 03:38:11] "GET /virtual-network/a7db6929-f76b-41c5-a523-55facc8cce34?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2080 0.006083 10.0.0.56 - - [2025-10-09 03:38:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004269 10.0.0.56 - - [2025-10-09 03:38:15] "GET /virtual-network/a7db6929-f76b-41c5-a523-55facc8cce34?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2080 0.006055 10.0.0.41 - - [2025-10-09 03:38:19] "DELETE /project/ec93e1410e5942e393c5e6e7f2099d90 HTTP/1.1" 404 173 0.006538 10.0.0.41 - - [2025-10-09 03:38:19] "GET /projects?obj_uuids=b41ba2db-db54-4ce2-af23-2b564e2ca70f&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.000895 10.0.0.41 - - [2025-10-09 03:38:19] "GET /project/b41ba2db-db54-4ce2-af23-2b564e2ca70f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1521 0.045810 10.0.0.41 - - [2025-10-09 03:38:19] "GET /projects?obj_uuids=b41ba2db-db54-4ce2-af23-2b564e2ca70f&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.001045 10.0.0.41 - - [2025-10-09 03:38:19] "GET /project/b41ba2db-db54-4ce2-af23-2b564e2ca70f?fields=security_groups HTTP/1.1" 200 1403 0.078827 10.0.0.41 - - [2025-10-09 03:38:19] "DELETE /security-group/5776250a-6a92-4843-88c1-345734b91d41 HTTP/1.1" 200 115 0.094003 10.0.0.41 - - [2025-10-09 03:38:19] "GET /projects?obj_uuids=b41ba2db-db54-4ce2-af23-2b564e2ca70f&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.000986 10.0.0.41 - - [2025-10-09 03:38:19] "GET /project/b41ba2db-db54-4ce2-af23-2b564e2ca70f?fields=application_policy_sets HTTP/1.1" 200 1442 0.087458 10.0.0.41 - - [2025-10-09 03:38:19] "DELETE /project/b41ba2db-db54-4ce2-af23-2b564e2ca70f HTTP/1.1" 200 115 0.600014 10.0.0.56 - - [2025-10-09 03:38:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003872 10.0.0.56 - - [2025-10-09 03:38:20] "GET /virtual-network/a7db6929-f76b-41c5-a523-55facc8cce34?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2080 0.005677 10.0.0.56 - - [2025-10-09 03:38:22] "POST /neutron/security_group HTTP/1.1" 200 2076 0.008121 10.0.0.56 - - [2025-10-09 03:38:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004291 10.0.0.56 - - [2025-10-09 03:38:24] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004197 10.0.0.56 - - [2025-10-09 03:38:24] "GET /virtual-networks?parent_id=ec93e141-0e59-42e3-93c5-e6e7f2099d90&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.002814 10.0.0.56 - - [2025-10-09 03:38:24] "GET /virtual-network/a7db6929-f76b-41c5-a523-55facc8cce34?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2080 0.006227 10.0.0.56 - - [2025-10-09 03:38:24] "POST /neutron/port HTTP/1.1" 200 1106 0.017652 10.0.0.56 - - [2025-10-09 03:38:29] "POST /neutron/security_group HTTP/1.1" 200 2076 0.007746 10.0.0.56 - - [2025-10-09 03:38:34] "POST /neutron/port HTTP/1.1" 200 1106 0.015174 10.0.0.56 - - [2025-10-09 03:38:34] "POST /neutron/security_group HTTP/1.1" 200 2076 0.011122 10.0.0.56 - - [2025-10-09 03:38:34] "GET /virtual-machine/aa416910-6d5d-4bc8-8c1e-fe32907a1144 HTTP/1.1" 200 1311 0.006371 10.0.0.56 - - [2025-10-09 03:38:34] "GET /virtual-machine-interface/3bfde66b-88e0-45da-8284-81a816e8a690 HTTP/1.1" 200 3033 0.007603 10.0.0.56 - - [2025-10-09 03:38:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003357 10.0.0.56 - - [2025-10-09 03:38:34] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003926 10.0.0.56 - - [2025-10-09 03:38:34] "GET /virtual-networks?parent_id=ec93e141-0e59-42e3-93c5-e6e7f2099d90&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.002935 10.0.0.56 - - [2025-10-09 03:38:35] "GET /virtual-network/a7db6929-f76b-41c5-a523-55facc8cce34?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2080 0.005906 10.0.0.56 - - [2025-10-09 03:38:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003845 10.0.0.56 - - [2025-10-09 03:38:36] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004564 10.0.0.56 - - [2025-10-09 03:38:36] "GET /virtual-networks?parent_id=ec93e141-0e59-42e3-93c5-e6e7f2099d90&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.002778 10.0.0.56 - - [2025-10-09 03:38:36] "GET /virtual-network/a7db6929-f76b-41c5-a523-55facc8cce34?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2080 0.006442 10.0.0.56 - - [2025-10-09 03:38:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003903 10.0.0.41 - - [2025-10-09 03:38:41] "GET /projects?obj_uuids=ec93e141-0e59-42e3-93c5-e6e7f2099d90&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001076 10.0.0.56 - - [2025-10-09 03:38:41] "GET /project/ec93e141-0e59-42e3-93c5-e6e7f2099d90?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1436 0.048841 10.0.0.56 - - [2025-10-09 03:38:41] "POST /neutron/network HTTP/1.1" 200 117 0.014137 10.0.0.41 - - [2025-10-09 03:38:41] "POST /route-targets HTTP/1.1" 200 327 0.012208 10.0.0.56 - - [2025-10-09 03:38:42] "POST /neutron/network HTTP/1.1" 200 843 0.008726 10.0.0.56 - - [2025-10-09 03:38:42] "POST /id-to-fqname HTTP/1.1" 200 239 0.001129 10.0.0.56 - - [2025-10-09 03:38:42] "GET /virtual-network/cd0f4dc6-5304-43ee-a11d-72918f834acb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2077 0.005275 10.0.0.56 - - [2025-10-09 03:38:42] "GET /virtual-network/cd0f4dc6-5304-43ee-a11d-72918f834acb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2077 0.005740 10.0.0.56 - - [2025-10-09 03:38:42] "POST /neutron/subnet HTTP/1.1" 200 719 0.011243 10.0.0.56 - - [2025-10-09 03:38:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003203 10.0.0.41 - - [2025-10-09 03:38:42] "GET /projects?obj_uuids=ec93e141-0e59-42e3-93c5-e6e7f2099d90&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.000903 10.0.0.56 - - [2025-10-09 03:38:42] "GET /project/ec93e141-0e59-42e3-93c5-e6e7f2099d90?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1436 0.041807 10.0.0.41 - - [2025-10-09 03:38:42] "POST /ref-update HTTP/1.1" 200 156 0.030676 10.0.0.41 - - [2025-10-09 03:38:42] "POST /useragent-kv HTTP/1.1" 200 115 0.015415 10.0.0.56 - - [2025-10-09 03:38:42] "POST /neutron/subnet HTTP/1.1" 200 734 0.254970 10.0.0.56 - - [2025-10-09 03:38:42] "POST /id-to-fqname HTTP/1.1" 200 242 0.001413 10.0.0.56 - - [2025-10-09 03:38:42] "GET /virtual-network/cb2a2e65-0006-4e70-9dc0-29ab3899a21e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2095 0.006435 10.0.0.56 - - [2025-10-09 03:38:42] "GET /virtual-network/cb2a2e65-0006-4e70-9dc0-29ab3899a21e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2095 0.006461 10.0.0.56 - - [2025-10-09 03:38:42] "POST /neutron/network HTTP/1.1" 200 852 0.007148 10.0.0.56 - - [2025-10-09 03:38:42] "POST /id-to-fqname HTTP/1.1" 200 239 0.001437 10.0.0.56 - - [2025-10-09 03:38:42] "POST /neutron/security_group HTTP/1.1" 200 2076 0.007264 10.0.0.41 - - [2025-10-09 03:38:43] "GET /projects?obj_uuids=ec93e141-0e59-42e3-93c5-e6e7f2099d90&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001114 10.0.0.56 - - [2025-10-09 03:38:43] "GET /project/ec93e141-0e59-42e3-93c5-e6e7f2099d90?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1436 0.064516 10.0.0.56 - - [2025-10-09 03:38:43] "POST /neutron/port HTTP/1.1" 200 2096 0.017293 10.0.0.56 - - [2025-10-09 03:38:44] "POST /id-to-fqname HTTP/1.1" 200 242 0.001480 10.0.0.56 - - [2025-10-09 03:38:44] "POST /neutron/port HTTP/1.1" 200 2096 0.017529 10.0.0.56 - - [2025-10-09 03:38:44] "POST /neutron/network HTTP/1.1" 200 853 0.008955 10.0.0.56 - - [2025-10-09 03:38:44] "POST /neutron/port HTTP/1.1" 200 1077 0.042740 10.0.0.41 - - [2025-10-09 03:38:45] "GET /projects?obj_uuids=ec93e141-0e59-42e3-93c5-e6e7f2099d90&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001134 10.0.0.56 - - [2025-10-09 03:38:45] "GET /project/ec93e141-0e59-42e3-93c5-e6e7f2099d90?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1436 0.067653 10.0.0.56 - - [2025-10-09 03:38:45] "POST /neutron/floatingip HTTP/1.1" 200 117 0.021616 10.0.0.56 - - [2025-10-09 03:38:45] "POST /neutron/port HTTP/1.1" 200 117 0.001308 10.0.0.56 - - [2025-10-09 03:38:45] "POST /neutron/security_group HTTP/1.1" 200 2076 0.007631 10.0.0.56 - - [2025-10-09 03:38:45] "POST /id-to-fqname HTTP/1.1" 200 239 0.001521 10.0.0.56 - - [2025-10-09 03:38:45] "POST /id-to-fqname HTTP/1.1" 200 239 0.001000 10.0.0.56 - - [2025-10-09 03:38:45] "POST /neutron/security_group HTTP/1.1" 200 2076 0.008243 10.0.0.41 - - [2025-10-09 03:38:45] "GET /projects?obj_uuids=ec93e141-0e59-42e3-93c5-e6e7f2099d90&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001063 10.0.0.56 - - [2025-10-09 03:38:46] "POST /neutron/port HTTP/1.1" 200 1080 0.311094 10.0.0.56 - - [2025-10-09 03:38:46] "POST /neutron/port HTTP/1.1" 200 1134 0.127523 10.0.0.41 - - [2025-10-09 03:38:46] "GET /projects?obj_uuids=ec93e141-0e59-42e3-93c5-e6e7f2099d90&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.000950 10.0.0.56 - - [2025-10-09 03:38:46] "POST /neutron/subnet HTTP/1.1" 200 708 0.012089 10.0.0.56 - - [2025-10-09 03:38:46] "GET /project/ec93e141-0e59-42e3-93c5-e6e7f2099d90?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1436 0.064409 10.0.0.56 - - [2025-10-09 03:38:46] "POST /neutron/network HTTP/1.1" 200 852 0.008668 10.0.0.56 - - [2025-10-09 03:38:46] "POST /neutron/security_group HTTP/1.1" 200 2076 0.009557 10.0.0.56 - - [2025-10-09 03:38:47] "GET /virtual-network/a7db6929-f76b-41c5-a523-55facc8cce34?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2080 0.006094 10.0.0.41 - - [2025-10-09 03:38:47] "GET /projects?obj_uuids=ec93e141-0e59-42e3-93c5-e6e7f2099d90&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001112 10.0.0.56 - - [2025-10-09 03:38:47] "GET /obj-perms HTTP/1.1" 200 5066 0.059757 10.0.0.19 - - [2025-10-09 03:38:47] "GET /obj-perms HTTP/1.1" 200 5066 0.080811 10.0.0.56 - - [2025-10-09 03:38:47] "POST /neutron/port HTTP/1.1" 200 1078 0.386567 10.0.0.56 - - [2025-10-09 03:38:48] "GET /virtual-network/cd0f4dc6-5304-43ee-a11d-72918f834acb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2077 0.016835 10.0.0.56 - - [2025-10-09 03:38:48] "POST /neutron/port HTTP/1.1" 200 1078 0.028488 10.0.0.56 - - [2025-10-09 03:38:48] "POST /neutron/port HTTP/1.1" 200 1077 0.014508 10.0.0.56 - - [2025-10-09 03:38:48] "GET /virtual-network/cb2a2e65-0006-4e70-9dc0-29ab3899a21e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2095 0.006292 10.0.0.56 - - [2025-10-09 03:38:48] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003655 10.0.0.56 - - [2025-10-09 03:38:48] "POST /neutron/network HTTP/1.1" 200 844 0.006978 10.0.0.56 - - [2025-10-09 03:38:49] "POST /neutron/port HTTP/1.1" 200 117 0.001251 10.0.0.41 - - [2025-10-09 03:38:49] "GET /obj-perms HTTP/1.1" 200 5066 0.003989 10.0.0.56 - - [2025-10-09 03:38:49] "POST /neutron/security_group HTTP/1.1" 200 2076 0.008731 10.0.0.56 - - [2025-10-09 03:38:49] "POST /neutron/port HTTP/1.1" 200 1108 0.018476 10.0.0.56 - - [2025-10-09 03:38:49] "GET /virtual-machine/fc543bec-f4f3-44d5-aad3-566dd5058de6 HTTP/1.1" 200 1311 0.006739 10.0.0.56 - - [2025-10-09 03:38:49] "GET /virtual-machine-interface/42b06532-01a6-4b4a-8605-c764a5fcd008 HTTP/1.1" 200 3042 0.005392 10.0.0.56 - - [2025-10-09 03:38:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003437 10.0.0.56 - - [2025-10-09 03:38:49] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003447 10.0.0.56 - - [2025-10-09 03:38:49] "GET /virtual-networks?parent_id=ec93e141-0e59-42e3-93c5-e6e7f2099d90&detail=False&count=False&shared=False HTTP/1.1" 200 851 0.003169 10.0.0.56 - - [2025-10-09 03:38:49] "GET /virtual-network/cb2a2e65-0006-4e70-9dc0-29ab3899a21e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2095 0.007149 10.0.0.56 - - [2025-10-09 03:38:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.004249 10.0.0.56 - - [2025-10-09 03:38:52] "GET /virtual-network/cb2a2e65-0006-4e70-9dc0-29ab3899a21e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2095 0.006030 10.0.0.56 - - [2025-10-09 03:38:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003907 10.0.0.56 - - [2025-10-09 03:38:56] "GET /virtual-network/cb2a2e65-0006-4e70-9dc0-29ab3899a21e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2095 0.005329 10.0.0.56 - - [2025-10-09 03:39:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004366 10.0.0.56 - - [2025-10-09 03:39:00] "GET /virtual-network/cb2a2e65-0006-4e70-9dc0-29ab3899a21e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2095 0.006545 10.0.0.56 - - [2025-10-09 03:39:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003375 10.0.0.56 - - [2025-10-09 03:39:04] "GET /virtual-network/cb2a2e65-0006-4e70-9dc0-29ab3899a21e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2095 0.005200 10.0.0.56 - - [2025-10-09 03:39:05] "POST /neutron/security_group HTTP/1.1" 200 2076 0.007057 10.0.0.56 - - [2025-10-09 03:39:07] "POST /neutron/port HTTP/1.1" 200 1105 0.019063 10.0.0.56 - - [2025-10-09 03:39:08] "POST /neutron/port HTTP/1.1" 200 1106 0.018281 10.0.0.56 - - [2025-10-09 03:39:08] "POST /neutron/subnet HTTP/1.1" 200 698 0.009265 10.0.0.56 - - [2025-10-09 03:39:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.004246 10.0.0.56 - - [2025-10-09 03:39:09] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003763 10.0.0.56 - - [2025-10-09 03:39:09] "GET /virtual-networks?parent_id=ec93e141-0e59-42e3-93c5-e6e7f2099d90&detail=False&count=False&shared=False HTTP/1.1" 200 851 0.002955 10.0.0.56 - - [2025-10-09 03:39:09] "GET /virtual-network/cb2a2e65-0006-4e70-9dc0-29ab3899a21e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2095 0.006643 10.0.0.56 - - [2025-10-09 03:39:09] "POST /neutron/port HTTP/1.1" 200 1108 0.016818 10.0.0.56 - - [2025-10-09 03:39:10] "POST /neutron/port HTTP/1.1" 200 1105 0.019107 10.0.0.56 - - [2025-10-09 03:39:10] "POST /neutron/subnet HTTP/1.1" 200 693 0.009825 10.0.0.56 - - [2025-10-09 03:39:11] "GET /obj-perms HTTP/1.1" 200 5056 0.043335 10.0.0.56 - - [2025-10-09 03:39:14] "POST /neutron/port HTTP/1.1" 200 1108 0.015310 10.0.0.56 - - [2025-10-09 03:39:19] "POST /neutron/security_group HTTP/1.1" 200 2076 0.010708 10.0.0.56 - - [2025-10-09 03:39:19] "POST /neutron/port HTTP/1.1" 200 1105 0.016357 10.0.0.56 - - [2025-10-09 03:39:19] "GET /virtual-machine/4b033a75-ffc4-43f3-b63e-32d34c45d442 HTTP/1.1" 200 1310 0.005867 10.0.0.56 - - [2025-10-09 03:39:19] "GET /virtual-machine-interface/f944190f-c7f2-4b6c-8664-4b5ce330a57b HTTP/1.1" 200 3034 0.005277 10.0.0.56 - - [2025-10-09 03:39:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.002992 10.0.0.56 - - [2025-10-09 03:39:19] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003619 10.0.0.56 - - [2025-10-09 03:39:19] "GET /virtual-networks?parent_id=ec93e141-0e59-42e3-93c5-e6e7f2099d90&detail=False&count=False&shared=False HTTP/1.1" 200 851 0.003810 10.0.0.56 - - [2025-10-09 03:39:20] "GET /virtual-network/cd0f4dc6-5304-43ee-a11d-72918f834acb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2077 0.005747 10.0.0.56 - - [2025-10-09 03:39:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003950 10.0.0.56 - - [2025-10-09 03:39:21] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004067 10.0.0.56 - - [2025-10-09 03:39:21] "GET /virtual-networks?parent_id=ec93e141-0e59-42e3-93c5-e6e7f2099d90&detail=False&count=False&shared=False HTTP/1.1" 200 851 0.002940 10.0.0.56 - - [2025-10-09 03:39:21] "GET /virtual-network/cd0f4dc6-5304-43ee-a11d-72918f834acb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2077 0.014122 10.0.0.56 - - [2025-10-09 03:39:21] "POST /neutron/security_group HTTP/1.1" 200 2076 0.007315 10.0.0.56 - - [2025-10-09 03:39:21] "POST /neutron/port HTTP/1.1" 200 2095 0.018569 10.0.0.56 - - [2025-10-09 03:39:21] "POST /neutron/security_group HTTP/1.1" 200 2076 0.007928 10.0.0.56 - - [2025-10-09 03:39:21] "GET /virtual-machine/b1a1406f-991a-45d5-a085-9d3cba5ccf8c HTTP/1.1" 200 1587 0.006251 10.0.0.56 - - [2025-10-09 03:39:21] "GET /virtual-machine-interface/e0598a23-25cb-46e9-9d59-f30fd90819a6 HTTP/1.1" 200 3035 0.005409 10.0.0.56 - - [2025-10-09 03:39:21] "GET /virtual-machine-interface/f53363db-5aa7-4743-802f-ec70f5e18ca6 HTTP/1.1" 200 3034 0.005420 10.0.0.56 - - [2025-10-09 03:39:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003637 10.0.0.56 - - [2025-10-09 03:39:21] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003733 10.0.0.56 - - [2025-10-09 03:39:21] "GET /virtual-networks?parent_id=ec93e141-0e59-42e3-93c5-e6e7f2099d90&detail=False&count=False&shared=False HTTP/1.1" 200 851 0.002677 10.0.0.56 - - [2025-10-09 03:39:21] "GET /virtual-network/a7db6929-f76b-41c5-a523-55facc8cce34?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2080 0.006164 10.0.0.56 - - [2025-10-09 03:39:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.004270 10.0.0.56 - - [2025-10-09 03:39:22] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003553 10.0.0.56 - - [2025-10-09 03:39:22] "GET /virtual-networks?parent_id=ec93e141-0e59-42e3-93c5-e6e7f2099d90&detail=False&count=False&shared=False HTTP/1.1" 200 851 0.003047 10.0.0.56 - - [2025-10-09 03:39:22] "GET /virtual-network/a7db6929-f76b-41c5-a523-55facc8cce34?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2080 0.005985 10.0.0.56 - - [2025-10-09 03:39:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004041 10.0.0.56 - - [2025-10-09 03:39:23] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003794 10.0.0.56 - - [2025-10-09 03:39:23] "GET /virtual-networks?parent_id=ec93e141-0e59-42e3-93c5-e6e7f2099d90&detail=False&count=False&shared=False HTTP/1.1" 200 851 0.003361 10.0.0.56 - - [2025-10-09 03:39:23] "GET /virtual-network/cd0f4dc6-5304-43ee-a11d-72918f834acb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2077 0.005834 10.0.0.56 - - [2025-10-09 03:39:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004894 10.0.0.56 - - [2025-10-09 03:39:24] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.006159 10.0.0.56 - - [2025-10-09 03:39:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004223 10.0.0.56 - - [2025-10-09 03:39:24] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005378 10.0.0.56 - - [2025-10-09 03:39:24] "PUT /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297 HTTP/1.1" 200 276 0.013861 10.0.0.56 - - [2025-10-09 03:39:24] "POST /fqname-to-id HTTP/1.1" 404 217 0.003431 10.0.0.56 - - [2025-10-09 03:39:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.005015 10.0.0.41 - - [2025-10-09 03:39:24] "GET /projects?obj_uuids=ec93e141-0e59-42e3-93c5-e6e7f2099d90&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.027369 10.0.0.56 - - [2025-10-09 03:39:24] "GET /project/ec93e141-0e59-42e3-93c5-e6e7f2099d90?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1436 0.074181 10.0.0.56 - - [2025-10-09 03:39:24] "POST /network-policys HTTP/1.1" 200 539 0.032830 10.0.0.56 - - [2025-10-09 03:39:24] "GET /network-policy/9eed5934-0f5e-495e-b08e-88e695066213?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1993 0.006058 10.0.0.56 - - [2025-10-09 03:39:25] "POST /neutron/network HTTP/1.1" 200 938 0.008538 10.0.0.56 - - [2025-10-09 03:39:25] "GET /virtual-network/a7db6929-f76b-41c5-a523-55facc8cce34?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2390 0.005399 10.0.0.56 - - [2025-10-09 03:39:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.002882 10.0.0.56 - - [2025-10-09 03:39:25] "GET /network-policy/9eed5934-0f5e-495e-b08e-88e695066213?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1993 0.005663 10.0.0.56 - - [2025-10-09 03:39:25] "POST /neutron/network HTTP/1.1" 200 937 0.014731 10.0.0.56 - - [2025-10-09 03:39:25] "GET /virtual-network/cd0f4dc6-5304-43ee-a11d-72918f834acb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2387 0.005939 10.0.0.56 - - [2025-10-09 03:39:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003206 10.0.0.56 - - [2025-10-09 03:39:25] "GET /network-policy/9eed5934-0f5e-495e-b08e-88e695066213?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1993 0.004673 10.0.0.56 - - [2025-10-09 03:39:25] "GET /virtual-network/a7db6929-f76b-41c5-a523-55facc8cce34?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2390 0.024707 10.0.0.41 - - [2025-10-09 03:39:25] "POST /fqname-to-id HTTP/1.1" 404 254 0.037311 10.0.0.41 - - [2025-10-09 03:39:25] "PUT /access-control-list/bb443028-bdb7-4445-90ca-1e06045c0c4d HTTP/1.1" 200 272 0.042591 10.0.0.19 - - [2025-10-09 03:39:25] "GET /obj-perms HTTP/1.1" 200 5066 0.005473 10.0.0.56 - - [2025-10-09 03:39:26] "GET /virtual-network/cd0f4dc6-5304-43ee-a11d-72918f834acb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2387 0.007919 10.0.0.41 - - [2025-10-09 03:39:26] "GET /obj-perms HTTP/1.1" 200 5066 0.003814 10.0.0.56 - - [2025-10-09 03:39:26] "GET /virtual-network/a7db6929-f76b-41c5-a523-55facc8cce34?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2390 0.006220 10.0.0.56 - - [2025-10-09 03:39:26] "GET /obj-perms HTTP/1.1" 200 5066 0.003925 10.0.0.56 - - [2025-10-09 03:39:27] "GET /virtual-network/cd0f4dc6-5304-43ee-a11d-72918f834acb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2387 0.006480 10.0.0.19 - - [2025-10-09 03:39:27] "GET /obj-perms HTTP/1.1" 200 5066 0.004245 10.0.0.56 - - [2025-10-09 03:39:27] "GET /virtual-network/cb2a2e65-0006-4e70-9dc0-29ab3899a21e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2095 0.005931 10.0.0.41 - - [2025-10-09 03:39:27] "GET /obj-perms HTTP/1.1" 200 5066 0.004396 10.0.0.56 - - [2025-10-09 03:39:41] "GET /obj-perms HTTP/1.1" 200 5066 0.004060 10.0.0.56 - - [2025-10-09 03:40:09] "POST /neutron/network HTTP/1.1" 200 948 0.007663 10.0.0.56 - - [2025-10-09 03:40:09] "POST /neutron/port HTTP/1.1" 200 117 0.001393 10.0.0.56 - - [2025-10-09 03:40:12] "POST /neutron/port HTTP/1.1" 200 1108 0.016303 10.0.0.56 - - [2025-10-09 03:40:12] "POST /neutron/subnet HTTP/1.1" 200 708 0.010952 10.0.0.56 - - [2025-10-09 03:41:10] "POST /neutron/port HTTP/1.1" 200 2095 0.017022 10.0.0.56 - - [2025-10-09 03:41:10] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004267 10.0.0.56 - - [2025-10-09 03:41:10] "POST /neutron/network HTTP/1.1" 200 938 0.006995 10.0.0.56 - - [2025-10-09 03:41:10] "POST /neutron/port HTTP/1.1" 200 117 0.001201 10.0.0.56 - - [2025-10-09 03:41:12] "POST /neutron/port HTTP/1.1" 200 1105 0.020462 10.0.0.56 - - [2025-10-09 03:41:12] "GET /obj-perms HTTP/1.1" 200 5056 0.054501 10.0.0.56 - - [2025-10-09 03:41:12] "POST /neutron/subnet HTTP/1.1" 200 693 0.009459 10.0.0.19 - - [2025-10-09 03:41:12] "GET /obj-perms HTTP/1.1" 200 5056 0.045569 10.0.0.56 - - [2025-10-09 03:42:12] "POST /neutron/port HTTP/1.1" 200 1106 0.039469 10.0.0.56 - - [2025-10-09 03:42:12] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004444 10.0.0.56 - - [2025-10-09 03:42:12] "POST /neutron/network HTTP/1.1" 200 938 0.007296 10.0.0.56 - - [2025-10-09 03:42:13] "POST /neutron/network HTTP/1.1" 200 862 0.007783 10.0.0.56 - - [2025-10-09 03:42:13] "POST /neutron/port HTTP/1.1" 200 117 0.001260 10.0.0.41 - - [2025-10-09 03:43:00] "GET /global-system-configs HTTP/1.1" 401 292 0.000552 10.0.0.41 - - [2025-10-09 03:43:00] "GET /global-system-configs HTTP/1.1" 401 292 0.000451 10.0.0.41 - - [2025-10-09 03:43:01] "GET /global-system-configs HTTP/1.1" 401 292 0.000427 10.0.0.41 - - [2025-10-09 03:43:01] "GET /global-system-configs HTTP/1.1" 401 292 0.000422 10.0.0.19 - - [2025-10-09 03:43:01] "GET /global-system-configs HTTP/1.1" 401 292 0.000563 10.0.0.19 - - [2025-10-09 03:43:01] "GET /global-system-configs HTTP/1.1" 401 292 0.000521 10.0.0.19 - - [2025-10-09 03:43:01] "GET /global-system-configs HTTP/1.1" 401 292 0.000445 10.0.0.19 - - [2025-10-09 03:43:01] "GET /global-system-configs HTTP/1.1" 401 292 0.000407 10.0.0.56 - - [2025-10-09 03:43:03] "GET /global-system-configs HTTP/1.1" 401 292 0.000428 10.0.0.56 - - [2025-10-09 03:43:03] "GET /global-system-configs HTTP/1.1" 401 292 0.000401 10.0.0.56 - - [2025-10-09 03:43:04] "GET /obj-perms HTTP/1.1" 200 5066 0.005323 10.0.0.56 - - [2025-10-09 03:43:05] "GET /global-system-configs HTTP/1.1" 401 292 0.000434 10.0.0.56 - - [2025-10-09 03:43:05] "GET /global-system-configs HTTP/1.1" 401 292 0.000417 10.0.0.56 - - [2025-10-09 03:43:06] "GET /obj-perms HTTP/1.1" 200 5066 0.004181 10.0.0.56 - - [2025-10-09 03:43:07] "GET /virtual-network/cd0f4dc6-5304-43ee-a11d-72918f834acb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2387 0.030948 10.0.0.56 - - [2025-10-09 03:43:07] "POST /neutron/network HTTP/1.1" 200 843 0.104243 10.0.0.56 - - [2025-10-09 03:43:07] "GET /virtual-network/cd0f4dc6-5304-43ee-a11d-72918f834acb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2077 0.008094 10.0.0.41 - - [2025-10-09 03:43:07] "POST /ref-update HTTP/1.1" 200 156 0.044246 10.0.0.56 - - [2025-10-09 03:43:07] "GET /virtual-network/a7db6929-f76b-41c5-a523-55facc8cce34?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2390 0.021004 10.0.0.56 - - [2025-10-09 03:43:08] "POST /neutron/network HTTP/1.1" 200 844 0.066536 10.0.0.56 - - [2025-10-09 03:43:08] "GET /virtual-network/a7db6929-f76b-41c5-a523-55facc8cce34?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2080 0.008185 10.0.0.56 - - [2025-10-09 03:43:08] "DELETE /network-policy/9eed5934-0f5e-495e-b08e-88e695066213 HTTP/1.1" 200 115 0.036334 10.0.0.56 - - [2025-10-09 03:43:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003376 10.0.0.56 - - [2025-10-09 03:43:08] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1640 0.004466 10.0.0.56 - - [2025-10-09 03:43:08] "PUT /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297 HTTP/1.1" 200 276 0.013678 10.0.0.41 - - [2025-10-09 03:43:08] "POST /ref-update HTTP/1.1" 200 156 0.035790 10.0.0.56 - - [2025-10-09 03:43:09] "POST /neutron/network HTTP/1.1" 400 204 0.014324 10.0.0.56 - - [2025-10-09 03:43:10] "POST /neutron/port HTTP/1.1" 200 2095 0.022984 10.0.0.56 - - [2025-10-09 03:43:10] "POST /neutron/port HTTP/1.1" 200 151 0.201936 10.0.0.56 - - [2025-10-09 03:43:10] "POST /neutron/port HTTP/1.1" 200 151 0.229160 10.0.0.56 - - [2025-10-09 03:43:11] "POST /neutron/network HTTP/1.1" 200 852 0.008629 10.0.0.41 - - [2025-10-09 03:43:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.005067 10.0.0.41 - - [2025-10-09 03:43:12] "POST /useragent-kv HTTP/1.1" 200 115 0.003199 10.0.0.41 - - [2025-10-09 03:43:12] "POST /useragent-kv HTTP/1.1" 200 115 0.004995 10.0.0.56 - - [2025-10-09 03:43:12] "POST /neutron/network HTTP/1.1" 200 854 0.008784 10.0.0.56 - - [2025-10-09 03:43:12] "POST /neutron/network HTTP/1.1" 200 151 0.146242 10.0.0.56 - - [2025-10-09 03:43:12] "POST /neutron/port HTTP/1.1" 200 117 0.001268 10.0.0.56 - - [2025-10-09 03:43:12] "POST /neutron/network HTTP/1.1" 400 204 0.013585 10.0.0.56 - - [2025-10-09 03:43:13] "POST /neutron/port HTTP/1.1" 200 151 0.174870 10.0.0.56 - - [2025-10-09 03:43:13] "POST /neutron/port HTTP/1.1" 200 151 0.183413 10.0.0.41 - - [2025-10-09 03:43:14] "GET /obj-perms HTTP/1.1" 200 5056 0.046735 10.0.0.41 - - [2025-10-09 03:43:15] "DELETE /route-target/69c1c1f4-b1db-4996-a58d-fa08887a287a HTTP/1.1" 200 115 0.027462 10.0.0.41 - - [2025-10-09 03:43:15] "GET /projects?obj_uuids=ec93e141-0e59-42e3-93c5-e6e7f2099d90&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001068 10.0.0.56 - - [2025-10-09 03:43:15] "GET /project/ec93e141-0e59-42e3-93c5-e6e7f2099d90?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1436 0.074769 10.0.0.41 - - [2025-10-09 03:43:15] "GET /projects?obj_uuids=ec93e141-0e59-42e3-93c5-e6e7f2099d90&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001089 10.0.0.56 - - [2025-10-09 03:43:15] "GET /project/ec93e141-0e59-42e3-93c5-e6e7f2099d90?fields=virtual_networks HTTP/1.1" 200 1069 0.053749 10.0.0.41 - - [2025-10-09 03:43:15] "GET /projects?obj_uuids=ec93e141-0e59-42e3-93c5-e6e7f2099d90&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001278 10.0.0.56 - - [2025-10-09 03:43:15] "GET /project/ec93e141-0e59-42e3-93c5-e6e7f2099d90?fields=virtual_machine_interfaces HTTP/1.1" 200 1069 0.046759 10.0.0.41 - - [2025-10-09 03:43:15] "GET /projects?obj_uuids=ec93e141-0e59-42e3-93c5-e6e7f2099d90&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001022 10.0.0.56 - - [2025-10-09 03:43:15] "GET /project/ec93e141-0e59-42e3-93c5-e6e7f2099d90?fields=security_groups HTTP/1.1" 200 1313 0.050978 10.0.0.56 - - [2025-10-09 03:43:16] "POST /fqname-to-id HTTP/1.1" 404 183 0.025522 10.0.0.41 - - [2025-10-09 03:43:16] "GET /projects?obj_uuids=5661794c-e1bd-4588-acac-f26b201c3dd6&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003105 10.0.0.41 - - [2025-10-09 03:43:16] "GET /domains?obj_uuids=7ed77c0b-e642-4c13-a404-7756503cf17d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001073 10.0.0.41 - - [2025-10-09 03:43:16] "GET /domain/7ed77c0b-e642-4c13-a404-7756503cf17d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.030828 10.0.0.41 - - [2025-10-09 03:43:16] "POST /id-to-fqname HTTP/1.1" 200 185 0.007603 10.0.0.41 - - [2025-10-09 03:43:16] "POST /fqname-to-id HTTP/1.1" 404 194 0.005073 10.0.0.41 - - [2025-10-09 03:43:16] "POST /security-groups HTTP/1.1" 200 586 0.073499 10.0.0.41 - - [2025-10-09 03:43:16] "POST /projects HTTP/1.1" 200 575 0.288878 10.0.0.41 - - [2025-10-09 03:43:16] "POST /fqname-to-id HTTP/1.1" 404 228 0.011083 10.0.0.41 - - [2025-10-09 03:43:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.356591 10.0.0.56 - - [2025-10-09 03:43:16] "GET /project/5661794c-e1bd-4588-acac-f26b201c3dd6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1343 0.535990 10.0.0.56 - - [2025-10-09 03:43:18] "GET / HTTP/1.1" 200 35931 0.002048 10.0.0.41 - - [2025-10-09 03:43:18] "GET /projects?obj_uuids=6fc6865b-fcb3-4e6d-866a-bc5df3d6cac2&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001053 10.0.0.56 - - [2025-10-09 03:43:18] "GET /project/6fc6865b-fcb3-4e6d-866a-bc5df3d6cac2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1270 0.046440 10.0.0.56 - - [2025-10-09 03:43:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003742 10.0.0.56 - - [2025-10-09 03:43:19] "GET /security-group/d48de4f1-657c-449f-9dbf-ed60d8bed756?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3709 0.004672 10.0.0.56 - - [2025-10-09 03:43:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003056 10.0.0.41 - - [2025-10-09 03:43:19] "GET /projects?obj_uuids=6fc6865b-fcb3-4e6d-866a-bc5df3d6cac2&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001330 10.0.0.56 - - [2025-10-09 03:43:19] "GET /project/6fc6865b-fcb3-4e6d-866a-bc5df3d6cac2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1270 0.043595 10.0.0.56 - - [2025-10-09 03:43:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003654 10.0.0.56 - - [2025-10-09 03:43:19] "GET /security-group/d48de4f1-657c-449f-9dbf-ed60d8bed756?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3709 0.004666 10.0.0.56 - - [2025-10-09 03:43:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003329 10.0.0.56 - - [2025-10-09 03:43:19] "PUT /security-group/d48de4f1-657c-449f-9dbf-ed60d8bed756 HTTP/1.1" 200 262 0.017099 10.0.0.41 - - [2025-10-09 03:43:19] "PUT /access-control-list/b1b867d0-20e7-486f-8186-7576e9ade9fc HTTP/1.1" 200 272 0.030798 10.0.0.41 - - [2025-10-09 03:43:20] "DELETE /project/5661794ce1bd4588acacf26b201c3dd6 HTTP/1.1" 404 173 0.011261 10.0.0.41 - - [2025-10-09 03:43:20] "GET /projects?obj_uuids=ec93e141-0e59-42e3-93c5-e6e7f2099d90&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.000977 10.0.0.41 - - [2025-10-09 03:43:20] "GET /project/ec93e141-0e59-42e3-93c5-e6e7f2099d90?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1541 0.075142 10.0.0.41 - - [2025-10-09 03:43:20] "GET /projects?obj_uuids=ec93e141-0e59-42e3-93c5-e6e7f2099d90&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001183 10.0.0.41 - - [2025-10-09 03:43:20] "GET /project/ec93e141-0e59-42e3-93c5-e6e7f2099d90?fields=security_groups HTTP/1.1" 200 1418 0.064996 10.0.0.41 - - [2025-10-09 03:43:20] "DELETE /security-group/274e56b2-534c-4535-99ad-41c8320e1403 HTTP/1.1" 404 171 0.022165 10.0.0.41 - - [2025-10-09 03:43:20] "GET /projects?obj_uuids=ec93e141-0e59-42e3-93c5-e6e7f2099d90&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.002932 10.0.0.41 - - [2025-10-09 03:43:20] "GET /project/ec93e141-0e59-42e3-93c5-e6e7f2099d90?fields=application_policy_sets HTTP/1.1" 200 1457 0.099343 10.0.0.41 - - [2025-10-09 03:43:20] "DELETE /project/ec93e141-0e59-42e3-93c5-e6e7f2099d90 HTTP/1.1" 200 115 0.535483 10.0.0.41 - - [2025-10-09 03:43:22] "GET /projects?obj_uuids=5661794c-e1bd-4588-acac-f26b201c3dd6&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001054 10.0.0.56 - - [2025-10-09 03:43:22] "GET /project/5661794c-e1bd-4588-acac-f26b201c3dd6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1343 0.048276 10.0.0.41 - - [2025-10-09 03:43:22] "GET /projects?obj_uuids=5661794c-e1bd-4588-acac-f26b201c3dd6&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000958 10.0.0.56 - - [2025-10-09 03:43:22] "GET /project/5661794c-e1bd-4588-acac-f26b201c3dd6?fields=virtual_networks HTTP/1.1" 200 1022 0.051619 10.0.0.41 - - [2025-10-09 03:43:22] "GET /projects?obj_uuids=5661794c-e1bd-4588-acac-f26b201c3dd6&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001302 10.0.0.56 - - [2025-10-09 03:43:22] "GET /project/5661794c-e1bd-4588-acac-f26b201c3dd6?fields=virtual_machine_interfaces HTTP/1.1" 200 1022 0.043547 10.0.0.41 - - [2025-10-09 03:43:22] "GET /projects?obj_uuids=5661794c-e1bd-4588-acac-f26b201c3dd6&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000985 10.0.0.56 - - [2025-10-09 03:43:22] "GET /project/5661794c-e1bd-4588-acac-f26b201c3dd6?fields=security_groups HTTP/1.1" 200 1243 0.044624 10.0.0.56 - - [2025-10-09 03:43:23] "POST /fqname-to-id HTTP/1.1" 404 192 0.024235 10.0.0.41 - - [2025-10-09 03:43:23] "GET /projects?obj_uuids=b6949137-5f0c-4ef1-90ea-25eb7dcab392&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003405 10.0.0.41 - - [2025-10-09 03:43:23] "GET /domains?obj_uuids=7ed77c0b-e642-4c13-a404-7756503cf17d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001138 10.0.0.41 - - [2025-10-09 03:43:23] "GET /domain/7ed77c0b-e642-4c13-a404-7756503cf17d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007684 10.0.0.41 - - [2025-10-09 03:43:23] "POST /id-to-fqname HTTP/1.1" 200 194 0.002886 10.0.0.41 - - [2025-10-09 03:43:23] "POST /fqname-to-id HTTP/1.1" 404 203 0.011730 10.0.0.41 - - [2025-10-09 03:43:23] "POST /security-groups HTTP/1.1" 200 595 0.032612 10.0.0.41 - - [2025-10-09 03:43:23] "POST /fqname-to-id HTTP/1.1" 404 238 0.003676 10.0.0.41 - - [2025-10-09 03:43:23] "POST /projects HTTP/1.1" 200 593 0.267787 10.0.0.41 - - [2025-10-09 03:43:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.341057 10.0.0.41 - - [2025-10-09 03:43:23] "POST /access-control-lists HTTP/1.1" 200 598 0.036846 10.0.0.56 - - [2025-10-09 03:43:23] "GET /project/b6949137-5f0c-4ef1-90ea-25eb7dcab392?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1380 0.481491 10.0.0.56 - - [2025-10-09 03:43:24] "GET / HTTP/1.1" 200 35931 0.001637 10.0.0.56 - - [2025-10-09 03:43:26] "POST /fqname-to-id HTTP/1.1" 401 292 0.000512 10.0.0.56 - - [2025-10-09 03:43:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.057445 10.0.0.41 - - [2025-10-09 03:43:26] "GET /projects?obj_uuids=b6949137-5f0c-4ef1-90ea-25eb7dcab392&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000902 10.0.0.56 - - [2025-10-09 03:43:26] "GET /project/b6949137-5f0c-4ef1-90ea-25eb7dcab392?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1380 0.048306 10.0.0.56 - - [2025-10-09 03:43:26] "POST /neutron/network HTTP/1.1" 200 117 0.035152 10.0.0.56 - - [2025-10-09 03:43:27] "POST /neutron/network HTTP/1.1" 200 842 0.010521 10.0.0.56 - - [2025-10-09 03:43:27] "POST /id-to-fqname HTTP/1.1" 200 231 0.001719 10.0.0.56 - - [2025-10-09 03:43:27] "GET /virtual-network/3aa2582e-a001-4260-9076-3be0340688b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.005772 10.0.0.56 - - [2025-10-09 03:43:27] "GET /virtual-network/3aa2582e-a001-4260-9076-3be0340688b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.006031 10.0.0.56 - - [2025-10-09 03:43:27] "POST /neutron/subnet HTTP/1.1" 200 725 0.009520 10.0.0.56 - - [2025-10-09 03:43:27] "POST /id-to-fqname HTTP/1.1" 200 231 0.001073 10.0.0.41 - - [2025-10-09 03:43:28] "GET /projects?obj_uuids=b6949137-5f0c-4ef1-90ea-25eb7dcab392&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001033 10.0.0.56 - - [2025-10-09 03:43:28] "GET /project/b6949137-5f0c-4ef1-90ea-25eb7dcab392?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1380 0.065076 10.0.0.56 - - [2025-10-09 03:43:28] "POST /neutron/port HTTP/1.1" 200 117 0.006392 10.0.0.56 - - [2025-10-09 03:43:28] "POST /id-to-fqname HTTP/1.1" 200 231 0.001394 10.0.0.56 - - [2025-10-09 03:43:29] "POST /neutron/network HTTP/1.1" 200 852 0.007674 10.0.0.56 - - [2025-10-09 03:43:29] "POST /neutron/port HTTP/1.1" 200 1064 0.015374 10.0.0.56 - - [2025-10-09 03:43:29] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004043 10.0.0.56 - - [2025-10-09 03:43:29] "POST /neutron/network HTTP/1.1" 200 842 0.007437 10.0.0.56 - - [2025-10-09 03:43:49] "POST /neutron/network HTTP/1.1" 200 852 0.007290 10.0.0.41 - - [2025-10-09 03:43:50] "GET /projects?obj_uuids=b6949137-5f0c-4ef1-90ea-25eb7dcab392&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001016 10.0.0.56 - - [2025-10-09 03:43:50] "GET /project/b6949137-5f0c-4ef1-90ea-25eb7dcab392?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1380 0.086583 10.0.0.56 - - [2025-10-09 03:43:50] "POST /neutron/security_group HTTP/1.1" 200 2062 0.007923 10.0.0.56 - - [2025-10-09 03:43:51] "POST /neutron/security_group HTTP/1.1" 200 2062 0.013153 10.0.0.56 - - [2025-10-09 03:43:51] "POST /neutron/port HTTP/1.1" 200 1092 0.018801 10.0.0.56 - - [2025-10-09 03:43:51] "GET /virtual-machine/9c0be0e0-66f9-4449-abbb-e41e08b26fc7 HTTP/1.1" 401 292 0.000425 10.0.0.41 - - [2025-10-09 03:43:51] "GET /projects?obj_uuids=b6949137-5f0c-4ef1-90ea-25eb7dcab392&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001011 10.0.0.56 - - [2025-10-09 03:43:51] "GET /virtual-machine/9c0be0e0-66f9-4449-abbb-e41e08b26fc7 HTTP/1.1" 200 1297 0.214946 10.0.0.56 - - [2025-10-09 03:43:51] "GET /virtual-machine-interface/d663171d-81a6-44f6-a714-59f745eade7f HTTP/1.1" 200 2983 0.006253 10.0.0.56 - - [2025-10-09 03:43:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.005690 10.0.0.56 - - [2025-10-09 03:43:51] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005181 10.0.0.56 - - [2025-10-09 03:43:51] "GET /virtual-networks?parent_id=b6949137-5f0c-4ef1-90ea-25eb7dcab392&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.005170 10.0.0.56 - - [2025-10-09 03:43:51] "GET /virtual-network/3aa2582e-a001-4260-9076-3be0340688b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.007335 10.0.0.56 - - [2025-10-09 03:43:52] "POST /neutron/port HTTP/1.1" 200 1064 0.370184 10.0.0.56 - - [2025-10-09 03:43:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004960 10.0.0.56 - - [2025-10-09 03:43:53] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004682 10.0.0.56 - - [2025-10-09 03:43:53] "GET /virtual-networks?parent_id=b6949137-5f0c-4ef1-90ea-25eb7dcab392&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.005926 10.0.0.56 - - [2025-10-09 03:43:53] "GET /virtual-network/3aa2582e-a001-4260-9076-3be0340688b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.008587 10.0.0.56 - - [2025-10-09 03:43:53] "POST /neutron/security_group HTTP/1.1" 200 2062 0.011209 10.0.0.56 - - [2025-10-09 03:43:56] "POST /neutron/port HTTP/1.1" 200 1092 0.069849 10.0.0.56 - - [2025-10-09 03:43:59] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005991 10.0.0.56 - - [2025-10-09 03:43:59] "POST /neutron/network HTTP/1.1" 200 842 0.009553 10.0.0.56 - - [2025-10-09 03:44:08] "POST /neutron/port HTTP/1.1" 200 1092 0.017467 10.0.0.56 - - [2025-10-09 03:44:13] "POST /neutron/security_group HTTP/1.1" 200 2062 0.007431 10.0.0.41 - - [2025-10-09 03:44:20] "DELETE /project/b69491375f0c4ef190ea25eb7dcab392 HTTP/1.1" 404 173 0.004609 10.0.0.41 - - [2025-10-09 03:44:20] "GET /projects?obj_uuids=5661794c-e1bd-4588-acac-f26b201c3dd6&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000935 10.0.0.41 - - [2025-10-09 03:44:20] "GET /project/5661794c-e1bd-4588-acac-f26b201c3dd6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1448 0.043312 10.0.0.41 - - [2025-10-09 03:44:20] "GET /projects?obj_uuids=5661794c-e1bd-4588-acac-f26b201c3dd6&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000940 10.0.0.41 - - [2025-10-09 03:44:20] "GET /project/5661794c-e1bd-4588-acac-f26b201c3dd6?fields=security_groups HTTP/1.1" 200 1348 0.104316 10.0.0.41 - - [2025-10-09 03:44:20] "DELETE /security-group/505054f7-bbea-49eb-b46d-b200c04114c7 HTTP/1.1" 200 115 0.096221 10.0.0.41 - - [2025-10-09 03:44:20] "GET /projects?obj_uuids=5661794c-e1bd-4588-acac-f26b201c3dd6&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001500 10.0.0.41 - - [2025-10-09 03:44:20] "DELETE /access-control-list/0f690204-2332-4682-a951-01dfcd9b0fec HTTP/1.1" 200 115 0.054039 10.0.0.41 - - [2025-10-09 03:44:21] "GET /project/5661794c-e1bd-4588-acac-f26b201c3dd6?fields=application_policy_sets HTTP/1.1" 200 1387 0.043777 10.0.0.41 - - [2025-10-09 03:44:21] "DELETE /project/5661794c-e1bd-4588-acac-f26b201c3dd6 HTTP/1.1" 200 115 0.531187 10.0.0.56 - - [2025-10-09 03:44:24] "POST /neutron/port HTTP/1.1" 200 1092 0.015279 10.0.0.56 - - [2025-10-09 03:44:29] "POST /neutron/security_group HTTP/1.1" 200 2062 0.008716 10.0.0.56 - - [2025-10-09 03:44:29] "POST /neutron/port HTTP/1.1" 200 1092 0.017505 10.0.0.56 - - [2025-10-09 03:44:29] "GET /virtual-machine/604d54e4-65e2-46cd-83f1-dba0fe639dad HTTP/1.1" 200 1295 0.007418 10.0.0.56 - - [2025-10-09 03:44:29] "GET /virtual-machine-interface/ebd5117a-ecd3-4980-86c4-8b8e9d27ecaf HTTP/1.1" 200 2982 0.006462 10.0.0.56 - - [2025-10-09 03:44:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.005441 10.0.0.56 - - [2025-10-09 03:44:29] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005219 10.0.0.56 - - [2025-10-09 03:44:29] "GET /virtual-networks?parent_id=b6949137-5f0c-4ef1-90ea-25eb7dcab392&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.003911 10.0.0.56 - - [2025-10-09 03:44:29] "GET /virtual-network/3aa2582e-a001-4260-9076-3be0340688b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.006303 10.0.0.56 - - [2025-10-09 03:44:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003585 10.0.0.56 - - [2025-10-09 03:44:32] "GET /virtual-network/3aa2582e-a001-4260-9076-3be0340688b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.005816 10.0.0.56 - - [2025-10-09 03:44:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.005624 10.0.0.56 - - [2025-10-09 03:44:36] "GET /virtual-network/3aa2582e-a001-4260-9076-3be0340688b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.008555 10.0.0.56 - - [2025-10-09 03:44:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003926 10.0.0.56 - - [2025-10-09 03:44:40] "GET /virtual-network/3aa2582e-a001-4260-9076-3be0340688b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.005394 10.0.0.56 - - [2025-10-09 03:44:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004360 10.0.0.56 - - [2025-10-09 03:44:44] "GET /virtual-network/3aa2582e-a001-4260-9076-3be0340688b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.006171 10.0.0.56 - - [2025-10-09 03:44:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003648 10.0.0.56 - - [2025-10-09 03:44:48] "GET /virtual-network/3aa2582e-a001-4260-9076-3be0340688b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.005770 10.0.0.56 - - [2025-10-09 03:44:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004228 10.0.0.56 - - [2025-10-09 03:44:53] "GET /virtual-network/3aa2582e-a001-4260-9076-3be0340688b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.007403 10.0.0.56 - - [2025-10-09 03:44:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003713 10.0.0.56 - - [2025-10-09 03:44:57] "GET /virtual-network/3aa2582e-a001-4260-9076-3be0340688b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.005464 10.0.0.56 - - [2025-10-09 03:45:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003828 10.0.0.56 - - [2025-10-09 03:45:01] "GET /virtual-network/3aa2582e-a001-4260-9076-3be0340688b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.006453 10.0.0.56 - - [2025-10-09 03:45:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004075 10.0.0.56 - - [2025-10-09 03:45:05] "GET /virtual-network/3aa2582e-a001-4260-9076-3be0340688b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.005735 10.0.0.56 - - [2025-10-09 03:45:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003783 10.0.0.56 - - [2025-10-09 03:45:09] "GET /virtual-network/3aa2582e-a001-4260-9076-3be0340688b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.006433 10.0.0.56 - - [2025-10-09 03:45:13] "POST /neutron/port HTTP/1.1" 200 1092 0.016634 10.0.0.56 - - [2025-10-09 03:45:13] "POST /neutron/subnet HTTP/1.1" 200 699 0.010159 10.0.0.56 - - [2025-10-09 03:45:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003872 10.0.0.56 - - [2025-10-09 03:45:13] "GET /virtual-network/3aa2582e-a001-4260-9076-3be0340688b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.005927 10.0.0.56 - - [2025-10-09 03:45:14] "POST /neutron/port HTTP/1.1" 200 1092 0.017385 10.0.0.56 - - [2025-10-09 03:45:15] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004249 10.0.0.56 - - [2025-10-09 03:45:15] "POST /neutron/network HTTP/1.1" 200 842 0.008513 10.0.0.56 - - [2025-10-09 03:45:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004111 10.0.0.56 - - [2025-10-09 03:45:17] "GET /virtual-network/3aa2582e-a001-4260-9076-3be0340688b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.005604 10.0.0.56 - - [2025-10-09 03:45:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003828 10.0.0.56 - - [2025-10-09 03:45:21] "GET /virtual-network/3aa2582e-a001-4260-9076-3be0340688b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.005414 10.0.0.56 - - [2025-10-09 03:45:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.005628 10.0.0.56 - - [2025-10-09 03:45:25] "GET /virtual-network/3aa2582e-a001-4260-9076-3be0340688b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.007092 10.0.0.56 - - [2025-10-09 03:45:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.005279 10.0.0.56 - - [2025-10-09 03:45:29] "GET /virtual-network/3aa2582e-a001-4260-9076-3be0340688b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.005506 10.0.0.56 - - [2025-10-09 03:45:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.004347 10.0.0.56 - - [2025-10-09 03:45:34] "GET /virtual-network/3aa2582e-a001-4260-9076-3be0340688b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.005733 10.0.0.56 - - [2025-10-09 03:45:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003643 10.0.0.56 - - [2025-10-09 03:45:36] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003917 10.0.0.56 - - [2025-10-09 03:45:36] "GET /virtual-networks?parent_id=b6949137-5f0c-4ef1-90ea-25eb7dcab392&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.003277 10.0.0.56 - - [2025-10-09 03:45:36] "GET /virtual-network/3aa2582e-a001-4260-9076-3be0340688b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.006362 10.0.0.56 - - [2025-10-09 03:45:36] "POST /neutron/port HTTP/1.1" 200 1092 0.042605 10.0.0.56 - - [2025-10-09 03:45:41] "POST /neutron/security_group HTTP/1.1" 200 2062 0.008092 10.0.0.56 - - [2025-10-09 03:45:51] "POST /neutron/port HTTP/1.1" 200 1092 0.016353 10.0.0.56 - - [2025-10-09 03:45:56] "POST /neutron/security_group HTTP/1.1" 200 2062 0.007172 10.0.0.56 - - [2025-10-09 03:46:07] "POST /neutron/port HTTP/1.1" 200 1092 0.016823 10.0.0.56 - - [2025-10-09 03:46:12] "POST /neutron/security_group HTTP/1.1" 200 2062 0.007963 10.0.0.56 - - [2025-10-09 03:46:15] "POST /neutron/network HTTP/1.1" 200 852 0.009803 10.0.0.56 - - [2025-10-09 03:46:15] "POST /neutron/port HTTP/1.1" 200 117 0.001315 10.0.0.19 - - [2025-10-09 03:46:16] "GET /obj-perms HTTP/1.1" 200 5056 0.065493 10.0.0.56 - - [2025-10-09 03:46:16] "POST /neutron/port HTTP/1.1" 200 1092 0.017881 10.0.0.56 - - [2025-10-09 03:46:16] "POST /neutron/subnet HTTP/1.1" 200 699 0.009593 10.0.0.56 - - [2025-10-09 03:46:17] "POST /neutron/port HTTP/1.1" 200 1092 0.017733 10.0.0.56 - - [2025-10-09 03:46:22] "POST /fqname-to-id HTTP/1.1" 404 240 0.003668 10.0.0.56 - - [2025-10-09 03:46:22] "POST /bgp-as-a-services HTTP/1.1" 200 597 0.046357 10.0.0.56 - - [2025-10-09 03:46:23] "GET /bgp-as-a-service/3172dc23-c1d0-4fd3-a8c7-b463f47a871f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1622 0.008321 10.0.0.56 - - [2025-10-09 03:46:23] "GET /virtual-machine-interface/ebd5117a-ecd3-4980-86c4-8b8e9d27ecaf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2761 0.007315 10.0.0.56 - - [2025-10-09 03:46:23] "POST /ref-update HTTP/1.1" 200 156 0.017089 10.0.0.56 - - [2025-10-09 03:46:23] "POST /neutron/subnet HTTP/1.1" 200 725 0.008564 10.0.0.41 - - [2025-10-09 03:46:23] "POST /bgp-routers HTTP/1.1" 200 659 0.074316 10.0.0.41 - - [2025-10-09 03:46:23] "PUT /bgp-router/3e61fbd8-f5f5-4d85-82a0-88f4e9d79a6b HTTP/1.1" 200 254 0.028560 10.0.0.56 - - [2025-10-09 03:46:50] "GET /bgp-as-a-service/3172dc23-c1d0-4fd3-a8c7-b463f47a871f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2249 0.007666 10.0.0.56 - - [2025-10-09 03:46:50] "GET /virtual-machine-interface/ebd5117a-ecd3-4980-86c4-8b8e9d27ecaf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3090 0.009804 10.0.0.56 - - [2025-10-09 03:46:50] "POST /ref-update HTTP/1.1" 200 156 0.015383 10.0.0.56 - - [2025-10-09 03:46:50] "DELETE /bgp-as-a-service/3172dc23-c1d0-4fd3-a8c7-b463f47a871f HTTP/1.1" 200 115 0.088597 10.0.0.41 - - [2025-10-09 03:46:50] "DELETE /bgp-router/3e61fbd8-f5f5-4d85-82a0-88f4e9d79a6b HTTP/1.1" 200 115 0.085750 10.0.0.56 - - [2025-10-09 03:46:50] "POST /neutron/network HTTP/1.1" 200 842 0.009167 10.0.0.56 - - [2025-10-09 03:46:50] "POST /neutron/port HTTP/1.1" 200 1092 0.015768 10.0.0.56 - - [2025-10-09 03:46:50] "POST /neutron/port HTTP/1.1" 200 1118 0.013605 10.0.0.41 - - [2025-10-09 03:46:52] "POST /useragent-kv HTTP/1.1" 200 115 0.042841 10.0.0.41 - - [2025-10-09 03:46:52] "POST /useragent-kv HTTP/1.1" 200 115 0.002646 10.0.0.56 - - [2025-10-09 03:46:52] "POST /neutron/network HTTP/1.1" 200 151 0.207014 10.0.0.41 - - [2025-10-09 03:46:54] "GET /projects?obj_uuids=b6949137-5f0c-4ef1-90ea-25eb7dcab392&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001068 10.0.0.56 - - [2025-10-09 03:46:54] "GET /project/b6949137-5f0c-4ef1-90ea-25eb7dcab392?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1380 0.048883 10.0.0.41 - - [2025-10-09 03:46:54] "GET /projects?obj_uuids=b6949137-5f0c-4ef1-90ea-25eb7dcab392&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000961 10.0.0.56 - - [2025-10-09 03:46:54] "GET /project/b6949137-5f0c-4ef1-90ea-25eb7dcab392?fields=virtual_networks HTTP/1.1" 200 1041 0.052599 10.0.0.41 - - [2025-10-09 03:46:54] "GET /projects?obj_uuids=b6949137-5f0c-4ef1-90ea-25eb7dcab392&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001071 10.0.0.56 - - [2025-10-09 03:46:54] "GET /project/b6949137-5f0c-4ef1-90ea-25eb7dcab392?fields=virtual_machine_interfaces HTTP/1.1" 200 1041 0.037990 10.0.0.41 - - [2025-10-09 03:46:54] "GET /projects?obj_uuids=b6949137-5f0c-4ef1-90ea-25eb7dcab392&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001340 10.0.0.56 - - [2025-10-09 03:46:54] "GET /project/b6949137-5f0c-4ef1-90ea-25eb7dcab392?fields=security_groups HTTP/1.1" 200 1271 0.046325 10.0.0.56 - - [2025-10-09 03:46:55] "POST /fqname-to-id HTTP/1.1" 404 189 0.024052 10.0.0.41 - - [2025-10-09 03:46:55] "GET /projects?obj_uuids=4c96bf1d-6910-4980-8f9a-7a573be10abd&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003120 10.0.0.41 - - [2025-10-09 03:46:55] "GET /domains?obj_uuids=7ed77c0b-e642-4c13-a404-7756503cf17d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001023 10.0.0.41 - - [2025-10-09 03:46:55] "GET /domain/7ed77c0b-e642-4c13-a404-7756503cf17d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007555 10.0.0.41 - - [2025-10-09 03:46:55] "POST /id-to-fqname HTTP/1.1" 200 191 0.002529 10.0.0.41 - - [2025-10-09 03:46:55] "POST /fqname-to-id HTTP/1.1" 404 200 0.009320 10.0.0.41 - - [2025-10-09 03:46:55] "POST /security-groups HTTP/1.1" 200 592 0.073097 10.0.0.41 - - [2025-10-09 03:46:55] "POST /fqname-to-id HTTP/1.1" 404 235 0.004460 10.0.0.41 - - [2025-10-09 03:46:55] "POST /projects HTTP/1.1" 200 587 0.286497 10.0.0.41 - - [2025-10-09 03:46:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.362396 10.0.0.41 - - [2025-10-09 03:46:55] "POST /access-control-lists HTTP/1.1" 200 595 0.039222 10.0.0.56 - - [2025-10-09 03:46:55] "GET /project/4c96bf1d-6910-4980-8f9a-7a573be10abd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.524806 10.0.0.56 - - [2025-10-09 03:46:56] "GET / HTTP/1.1" 200 35931 0.077941 10.0.0.56 - - [2025-10-09 03:46:58] "POST /fqname-to-id HTTP/1.1" 401 292 0.000537 10.0.0.56 - - [2025-10-09 03:46:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.058659 10.0.0.41 - - [2025-10-09 03:46:58] "GET /projects?obj_uuids=4c96bf1d-6910-4980-8f9a-7a573be10abd&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000931 10.0.0.56 - - [2025-10-09 03:46:58] "GET /project/4c96bf1d-6910-4980-8f9a-7a573be10abd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.040624 10.0.0.41 - - [2025-10-09 03:46:59] "POST /useragent-kv HTTP/1.1" 200 115 0.005631 10.0.0.56 - - [2025-10-09 03:46:59] "POST /neutron/subnet HTTP/1.1" 200 724 0.256670 10.0.0.56 - - [2025-10-09 03:46:59] "POST /id-to-fqname HTTP/1.1" 200 225 0.001554 10.0.0.56 - - [2025-10-09 03:46:59] "GET /virtual-network/939525d8-fb5f-4645-8998-68f1bd3029ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.006333 10.0.0.56 - - [2025-10-09 03:46:59] "GET /virtual-network/939525d8-fb5f-4645-8998-68f1bd3029ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005943 10.0.0.56 - - [2025-10-09 03:46:59] "POST /neutron/network HTTP/1.1" 200 833 0.006849 10.0.0.56 - - [2025-10-09 03:46:59] "POST /id-to-fqname HTTP/1.1" 200 225 0.001450 10.0.0.41 - - [2025-10-09 03:47:00] "GET /projects?obj_uuids=4c96bf1d-6910-4980-8f9a-7a573be10abd&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001363 10.0.0.56 - - [2025-10-09 03:47:00] "GET /project/4c96bf1d-6910-4980-8f9a-7a573be10abd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.079592 10.0.0.56 - - [2025-10-09 03:47:00] "POST /neutron/network HTTP/1.1" 200 833 0.033269 10.0.0.56 - - [2025-10-09 03:47:00] "POST /id-to-fqname HTTP/1.1" 200 225 0.001373 10.0.0.56 - - [2025-10-09 03:47:00] "POST /neutron/port HTTP/1.1" 200 117 0.006867 10.0.0.41 - - [2025-10-09 03:47:01] "GET /projects?obj_uuids=4c96bf1d-6910-4980-8f9a-7a573be10abd&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001470 10.0.0.56 - - [2025-10-09 03:47:01] "POST /neutron/port HTTP/1.1" 200 1061 0.423955 10.0.0.41 - - [2025-10-09 03:47:01] "GET /projects?obj_uuids=4c96bf1d-6910-4980-8f9a-7a573be10abd&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000970 10.0.0.56 - - [2025-10-09 03:47:01] "GET /project/4c96bf1d-6910-4980-8f9a-7a573be10abd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.135179 10.0.0.56 - - [2025-10-09 03:47:01] "POST /neutron/port HTTP/1.1" 200 1115 0.184383 10.0.0.56 - - [2025-10-09 03:47:02] "POST /neutron/floatingip HTTP/1.1" 200 117 0.011014 10.0.0.56 - - [2025-10-09 03:47:02] "POST /neutron/security_group HTTP/1.1" 200 2059 0.009854 10.0.0.56 - - [2025-10-09 03:47:02] "POST /neutron/port HTTP/1.1" 200 117 0.012618 10.0.0.56 - - [2025-10-09 03:47:02] "POST /id-to-fqname HTTP/1.1" 200 225 0.001449 10.0.0.56 - - [2025-10-09 03:47:02] "POST /neutron/network HTTP/1.1" 200 843 0.013073 10.0.0.56 - - [2025-10-09 03:47:03] "POST /neutron/port HTTP/1.1" 200 1061 0.022659 10.0.0.41 - - [2025-10-09 03:47:03] "GET /projects?obj_uuids=4c96bf1d-6910-4980-8f9a-7a573be10abd&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001826 10.0.0.56 - - [2025-10-09 03:47:03] "POST /neutron/port HTTP/1.1" 200 1089 0.035531 10.0.0.56 - - [2025-10-09 03:47:03] "GET /project/4c96bf1d-6910-4980-8f9a-7a573be10abd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.095280 10.0.0.56 - - [2025-10-09 03:47:03] "POST /neutron/network HTTP/1.1" 200 833 0.008767 10.0.0.56 - - [2025-10-09 03:47:03] "POST /neutron/port HTTP/1.1" 200 2062 0.031630 10.0.0.56 - - [2025-10-09 03:47:04] "POST /neutron/port HTTP/1.1" 200 1089 0.028456 10.0.0.41 - - [2025-10-09 03:47:04] "GET /projects?obj_uuids=4c96bf1d-6910-4980-8f9a-7a573be10abd&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001432 10.0.0.56 - - [2025-10-09 03:47:05] "POST /neutron/port HTTP/1.1" 200 1061 0.417114 10.0.0.56 - - [2025-10-09 03:47:05] "POST /neutron/port HTTP/1.1" 200 1115 0.164092 10.0.0.56 - - [2025-10-09 03:47:05] "POST /neutron/subnet HTTP/1.1" 200 698 0.012821 10.0.0.56 - - [2025-10-09 03:47:09] "POST /neutron/port HTTP/1.1" 200 1089 0.019977 10.0.0.56 - - [2025-10-09 03:47:14] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007796 10.0.0.56 - - [2025-10-09 03:47:17] "POST /neutron/network HTTP/1.1" 200 843 0.006909 10.0.0.56 - - [2025-10-09 03:47:17] "GET /obj-perms HTTP/1.1" 200 5056 0.049942 10.0.0.56 - - [2025-10-09 03:47:17] "POST /neutron/port HTTP/1.1" 200 117 0.001025 10.0.0.56 - - [2025-10-09 03:47:19] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008529 10.0.0.41 - - [2025-10-09 03:47:21] "DELETE /project/4c96bf1d691049808f9a7a573be10abd HTTP/1.1" 404 173 0.005949 10.0.0.41 - - [2025-10-09 03:47:21] "GET /projects?obj_uuids=b6949137-5f0c-4ef1-90ea-25eb7dcab392&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000994 10.0.0.41 - - [2025-10-09 03:47:21] "GET /project/b6949137-5f0c-4ef1-90ea-25eb7dcab392?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1485 0.102949 10.0.0.41 - - [2025-10-09 03:47:21] "GET /projects?obj_uuids=b6949137-5f0c-4ef1-90ea-25eb7dcab392&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001339 10.0.0.41 - - [2025-10-09 03:47:21] "GET /project/b6949137-5f0c-4ef1-90ea-25eb7dcab392?fields=security_groups HTTP/1.1" 200 1376 0.066765 10.0.0.41 - - [2025-10-09 03:47:21] "DELETE /security-group/37199896-99e5-4655-bf92-9b8f6077745a HTTP/1.1" 404 177 0.016526 10.0.0.41 - - [2025-10-09 03:47:21] "DELETE /access-control-list/82b55439-6c97-48bd-9eec-ac64a2ed99cf HTTP/1.1" 200 115 0.074095 10.0.0.41 - - [2025-10-09 03:47:21] "GET /projects?obj_uuids=b6949137-5f0c-4ef1-90ea-25eb7dcab392&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001247 10.0.0.41 - - [2025-10-09 03:47:21] "GET /project/b6949137-5f0c-4ef1-90ea-25eb7dcab392?fields=application_policy_sets HTTP/1.1" 200 1415 0.066807 10.0.0.41 - - [2025-10-09 03:47:21] "DELETE /project/b6949137-5f0c-4ef1-90ea-25eb7dcab392 HTTP/1.1" 200 115 0.519590 10.0.0.56 - - [2025-10-09 03:47:29] "POST /neutron/port HTTP/1.1" 200 1089 0.015807 10.0.0.56 - - [2025-10-09 03:47:34] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007447 10.0.0.56 - - [2025-10-09 03:47:39] "POST /neutron/port HTTP/1.1" 200 1089 0.019347 10.0.0.56 - - [2025-10-09 03:47:39] "POST /neutron/security_group HTTP/1.1" 200 2059 0.009053 10.0.0.56 - - [2025-10-09 03:47:39] "GET /virtual-machine/a6ccb705-e6a4-46d8-8f1b-7e0bc48e9267 HTTP/1.1" 401 292 0.000418 10.0.0.56 - - [2025-10-09 03:47:40] "GET /virtual-machine/a6ccb705-e6a4-46d8-8f1b-7e0bc48e9267 HTTP/1.1" 200 1294 0.041006 10.0.0.56 - - [2025-10-09 03:47:40] "GET /virtual-machine-interface/2fe28d9c-3cff-4a75-8844-30152b914fcd HTTP/1.1" 200 2957 0.007221 10.0.0.56 - - [2025-10-09 03:47:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.005206 10.0.0.56 - - [2025-10-09 03:47:40] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004645 10.0.0.56 - - [2025-10-09 03:47:40] "GET /virtual-networks?parent_id=4c96bf1d-6910-4980-8f9a-7a573be10abd&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.003950 10.0.0.56 - - [2025-10-09 03:47:40] "GET /virtual-network/939525d8-fb5f-4645-8998-68f1bd3029ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.007216 10.0.0.56 - - [2025-10-09 03:47:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.004776 10.0.0.56 - - [2025-10-09 03:47:43] "GET /virtual-network/939525d8-fb5f-4645-8998-68f1bd3029ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005329 10.0.0.56 - - [2025-10-09 03:47:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004546 10.0.0.56 - - [2025-10-09 03:47:47] "GET /virtual-network/939525d8-fb5f-4645-8998-68f1bd3029ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.007644 10.0.0.56 - - [2025-10-09 03:47:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004175 10.0.0.56 - - [2025-10-09 03:47:51] "GET /virtual-network/939525d8-fb5f-4645-8998-68f1bd3029ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005368 10.0.0.56 - - [2025-10-09 03:47:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.004452 10.0.0.56 - - [2025-10-09 03:47:55] "GET /virtual-network/939525d8-fb5f-4645-8998-68f1bd3029ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.006259 10.0.0.56 - - [2025-10-09 03:47:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003623 10.0.0.56 - - [2025-10-09 03:47:59] "GET /virtual-network/939525d8-fb5f-4645-8998-68f1bd3029ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.006512 10.0.0.41 - - [2025-10-09 03:48:00] "GET /global-system-configs HTTP/1.1" 401 292 0.000600 10.0.0.41 - - [2025-10-09 03:48:00] "GET /global-system-configs HTTP/1.1" 401 292 0.000481 10.0.0.41 - - [2025-10-09 03:48:01] "GET /global-system-configs HTTP/1.1" 401 292 0.000480 10.0.0.41 - - [2025-10-09 03:48:01] "GET /global-system-configs HTTP/1.1" 401 292 0.000438 10.0.0.19 - - [2025-10-09 03:48:01] "GET /global-system-configs HTTP/1.1" 401 292 0.000543 10.0.0.19 - - [2025-10-09 03:48:01] "GET /global-system-configs HTTP/1.1" 401 292 0.000678 10.0.0.19 - - [2025-10-09 03:48:01] "GET /global-system-configs HTTP/1.1" 401 292 0.000446 10.0.0.19 - - [2025-10-09 03:48:01] "GET /global-system-configs HTTP/1.1" 401 292 0.000599 10.0.0.56 - - [2025-10-09 03:48:03] "GET /global-system-configs HTTP/1.1" 401 292 0.000424 10.0.0.56 - - [2025-10-09 03:48:03] "GET /global-system-configs HTTP/1.1" 401 292 0.000393 10.0.0.56 - - [2025-10-09 03:48:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003882 10.0.0.56 - - [2025-10-09 03:48:04] "GET /virtual-network/939525d8-fb5f-4645-8998-68f1bd3029ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.006757 10.0.0.56 - - [2025-10-09 03:48:05] "GET /global-system-configs HTTP/1.1" 401 292 0.000539 10.0.0.56 - - [2025-10-09 03:48:05] "GET /global-system-configs HTTP/1.1" 401 292 0.000698 10.0.0.56 - - [2025-10-09 03:48:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003720 10.0.0.56 - - [2025-10-09 03:48:08] "GET /virtual-network/939525d8-fb5f-4645-8998-68f1bd3029ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005645 10.0.0.56 - - [2025-10-09 03:48:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003566 10.0.0.56 - - [2025-10-09 03:48:12] "GET /virtual-network/939525d8-fb5f-4645-8998-68f1bd3029ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005613 10.0.0.56 - - [2025-10-09 03:48:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003937 10.0.0.56 - - [2025-10-09 03:48:16] "GET /virtual-network/939525d8-fb5f-4645-8998-68f1bd3029ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.006253 10.0.0.56 - - [2025-10-09 03:48:16] "POST /neutron/port HTTP/1.1" 200 1089 0.044406 10.0.0.56 - - [2025-10-09 03:48:16] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004129 10.0.0.56 - - [2025-10-09 03:48:16] "POST /neutron/network HTTP/1.1" 200 833 0.007282 10.0.0.41 - - [2025-10-09 03:48:17] "GET /obj-perms HTTP/1.1" 200 5056 0.051899 10.0.0.56 - - [2025-10-09 03:48:18] "POST /neutron/network HTTP/1.1" 200 843 0.010376 10.0.0.56 - - [2025-10-09 03:48:18] "POST /neutron/port HTTP/1.1" 200 117 0.001280 10.0.0.56 - - [2025-10-09 03:48:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004622 10.0.0.56 - - [2025-10-09 03:48:20] "GET /virtual-network/939525d8-fb5f-4645-8998-68f1bd3029ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.006325 10.0.0.56 - - [2025-10-09 03:48:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003613 10.0.0.56 - - [2025-10-09 03:48:24] "GET /virtual-network/939525d8-fb5f-4645-8998-68f1bd3029ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005467 10.0.0.56 - - [2025-10-09 03:48:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003663 10.0.0.56 - - [2025-10-09 03:48:28] "GET /virtual-network/939525d8-fb5f-4645-8998-68f1bd3029ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.006324 10.0.0.56 - - [2025-10-09 03:48:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003975 10.0.0.56 - - [2025-10-09 03:48:32] "GET /virtual-network/939525d8-fb5f-4645-8998-68f1bd3029ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005844 10.0.0.56 - - [2025-10-09 03:48:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004727 10.0.0.56 - - [2025-10-09 03:48:36] "GET /virtual-network/939525d8-fb5f-4645-8998-68f1bd3029ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.006090 10.0.0.56 - - [2025-10-09 03:48:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004314 10.0.0.56 - - [2025-10-09 03:48:40] "GET /virtual-network/939525d8-fb5f-4645-8998-68f1bd3029ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005720 10.0.0.56 - - [2025-10-09 03:48:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003949 10.0.0.56 - - [2025-10-09 03:48:44] "GET /virtual-network/939525d8-fb5f-4645-8998-68f1bd3029ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.006427 10.0.0.56 - - [2025-10-09 03:48:45] "POST /neutron/security_group HTTP/1.1" 200 2059 0.029744 10.0.0.56 - - [2025-10-09 03:48:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004292 10.0.0.56 - - [2025-10-09 03:48:49] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004219 10.0.0.56 - - [2025-10-09 03:48:49] "GET /virtual-networks?parent_id=4c96bf1d-6910-4980-8f9a-7a573be10abd&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.003246 10.0.0.56 - - [2025-10-09 03:48:49] "GET /virtual-network/939525d8-fb5f-4645-8998-68f1bd3029ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.006540 10.0.0.56 - - [2025-10-09 03:48:49] "POST /neutron/port HTTP/1.1" 200 1089 0.017878 10.0.0.56 - - [2025-10-09 03:48:54] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007327 10.0.0.56 - - [2025-10-09 03:49:04] "POST /neutron/port HTTP/1.1" 200 1089 0.015821 10.0.0.56 - - [2025-10-09 03:49:09] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007300 10.0.0.56 - - [2025-10-09 03:49:17] "POST /neutron/port HTTP/1.1" 200 1089 0.016200 10.0.0.56 - - [2025-10-09 03:49:17] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004897 10.0.0.56 - - [2025-10-09 03:49:17] "POST /neutron/network HTTP/1.1" 200 833 0.006899 10.0.0.56 - - [2025-10-09 03:49:19] "POST /neutron/network HTTP/1.1" 200 843 0.029981 10.0.0.56 - - [2025-10-09 03:49:19] "POST /neutron/port HTTP/1.1" 200 117 0.001279 10.0.0.56 - - [2025-10-09 03:49:20] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007237 10.0.0.56 - - [2025-10-09 03:49:30] "POST /neutron/port HTTP/1.1" 200 1089 0.017473 10.0.0.56 - - [2025-10-09 03:49:30] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007837 10.0.0.56 - - [2025-10-09 03:49:30] "GET /virtual-machine/5113b88a-47c8-4298-9fe3-48da617ceb60 HTTP/1.1" 200 1293 0.006685 10.0.0.56 - - [2025-10-09 03:49:30] "GET /virtual-machine-interface/0d9030d6-1278-4767-a0f9-bb1c25fd7a7b HTTP/1.1" 200 2957 0.005001 10.0.0.56 - - [2025-10-09 03:49:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003666 10.0.0.56 - - [2025-10-09 03:49:30] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004059 10.0.0.56 - - [2025-10-09 03:49:30] "GET /virtual-networks?parent_id=4c96bf1d-6910-4980-8f9a-7a573be10abd&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.003166 10.0.0.56 - - [2025-10-09 03:49:30] "GET /virtual-network/939525d8-fb5f-4645-8998-68f1bd3029ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.006238 10.0.0.56 - - [2025-10-09 03:49:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.004251 10.0.0.56 - - [2025-10-09 03:49:32] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003583 10.0.0.56 - - [2025-10-09 03:49:32] "GET /virtual-networks?parent_id=4c96bf1d-6910-4980-8f9a-7a573be10abd&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.002989 10.0.0.56 - - [2025-10-09 03:49:32] "GET /virtual-network/939525d8-fb5f-4645-8998-68f1bd3029ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.006190 10.0.0.56 - - [2025-10-09 03:49:32] "POST /neutron/port HTTP/1.1" 200 1089 0.015753 10.0.0.56 - - [2025-10-09 03:49:32] "POST /neutron/security_group HTTP/1.1" 200 2059 0.010004 10.0.0.56 - - [2025-10-09 03:49:32] "GET /virtual-machine/a865060d-1e0b-4361-9d29-925df9b077a9 HTTP/1.1" 200 1294 0.009462 10.0.0.56 - - [2025-10-09 03:49:32] "GET /virtual-machine-interface/96ca70aa-b2c1-4995-b10f-daf3a8b52985 HTTP/1.1" 200 2959 0.007218 10.0.0.56 - - [2025-10-09 03:49:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004812 10.0.0.56 - - [2025-10-09 03:49:32] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.008785 10.0.0.56 - - [2025-10-09 03:49:32] "GET /virtual-networks?parent_id=4c96bf1d-6910-4980-8f9a-7a573be10abd&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.003518 10.0.0.56 - - [2025-10-09 03:49:32] "GET /virtual-network/939525d8-fb5f-4645-8998-68f1bd3029ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.006618 10.0.0.56 - - [2025-10-09 03:49:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.004233 10.0.0.56 - - [2025-10-09 03:49:33] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004758 10.0.0.56 - - [2025-10-09 03:49:33] "GET /virtual-networks?parent_id=4c96bf1d-6910-4980-8f9a-7a573be10abd&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.004056 10.0.0.56 - - [2025-10-09 03:49:33] "GET /virtual-network/939525d8-fb5f-4645-8998-68f1bd3029ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.009227 10.0.0.56 - - [2025-10-09 03:49:33] "POST /fqname-to-id HTTP/1.1" 404 198 0.003951 10.0.0.56 - - [2025-10-09 03:49:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003461 10.0.0.56 - - [2025-10-09 03:49:33] "GET /global-system-config/f80de040-3c9d-4c71-8e42-1f087125e6d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1964 0.009873 10.0.0.56 - - [2025-10-09 03:49:34] "POST /control-node-zones HTTP/1.1" 200 569 0.029063 10.0.0.56 - - [2025-10-09 03:49:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003973 10.0.0.56 - - [2025-10-09 03:49:34] "GET /bgp-router/9c04d5a6-f57c-44b0-a5cf-19a0a8c6b243?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.005005 10.0.0.56 - - [2025-10-09 03:49:34] "GET /control-node-zone/f2783639-0dc2-49a7-8032-9b2782283dec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1133 0.006594 10.0.0.56 - - [2025-10-09 03:49:34] "PUT /bgp-router/9c04d5a6-f57c-44b0-a5cf-19a0a8c6b243 HTTP/1.1" 200 254 0.033621 10.0.0.56 - - [2025-10-09 03:49:34] "POST /fqname-to-id HTTP/1.1" 404 198 0.004167 10.0.0.56 - - [2025-10-09 03:49:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003738 10.0.0.56 - - [2025-10-09 03:49:34] "GET /global-system-config/f80de040-3c9d-4c71-8e42-1f087125e6d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1964 0.006901 10.0.0.56 - - [2025-10-09 03:49:34] "POST /control-node-zones HTTP/1.1" 200 569 0.027112 10.0.0.56 - - [2025-10-09 03:49:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004194 10.0.0.56 - - [2025-10-09 03:49:34] "GET /bgp-router/1b5cb9bd-8904-4fee-af7f-abb3b90001bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.006877 10.0.0.56 - - [2025-10-09 03:49:34] "GET /control-node-zone/a5ab7d3b-e036-4d4a-81bd-d7dafbc3b2bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1133 0.006495 10.0.0.56 - - [2025-10-09 03:49:34] "PUT /bgp-router/1b5cb9bd-8904-4fee-af7f-abb3b90001bc HTTP/1.1" 200 254 0.022607 10.0.0.56 - - [2025-10-09 03:49:34] "POST /fqname-to-id HTTP/1.1" 404 198 0.004173 10.0.0.56 - - [2025-10-09 03:49:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003620 10.0.0.56 - - [2025-10-09 03:49:34] "GET /global-system-config/f80de040-3c9d-4c71-8e42-1f087125e6d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1964 0.006850 10.0.0.56 - - [2025-10-09 03:49:34] "POST /control-node-zones HTTP/1.1" 200 569 0.027130 10.0.0.56 - - [2025-10-09 03:49:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003616 10.0.0.56 - - [2025-10-09 03:49:34] "GET /bgp-router/cbadf027-9447-4fc6-851e-190809d16dea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.004766 10.0.0.56 - - [2025-10-09 03:49:34] "GET /control-node-zone/c34720ae-5f3e-47e1-bbe8-3ca3b7fdbf60?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1134 0.005165 10.0.0.56 - - [2025-10-09 03:49:34] "PUT /bgp-router/cbadf027-9447-4fc6-851e-190809d16dea HTTP/1.1" 200 254 0.029962 10.0.0.56 - - [2025-10-09 03:49:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003464 10.0.0.56 - - [2025-10-09 03:49:35] "GET /global-system-config/f80de040-3c9d-4c71-8e42-1f087125e6d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1964 0.006869 10.0.0.56 - - [2025-10-09 03:49:35] "POST /fqname-to-id HTTP/1.1" 404 234 0.003225 10.0.0.56 - - [2025-10-09 03:49:35] "POST /bgp-as-a-services HTTP/1.1" 200 588 0.034981 10.0.0.56 - - [2025-10-09 03:49:35] "POST /neutron/network HTTP/1.1" 200 833 0.008190 10.0.0.56 - - [2025-10-09 03:49:35] "POST /neutron/subnet HTTP/1.1" 200 724 0.009591 10.0.0.56 - - [2025-10-09 03:49:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.002834 10.0.0.56 - - [2025-10-09 03:49:35] "GET /bgp-as-a-service/01e7332f-d2bc-4b13-847d-bedb659e0405?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1545 0.006615 10.0.0.56 - - [2025-10-09 03:49:35] "GET /control-node-zone/f2783639-0dc2-49a7-8032-9b2782283dec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1133 0.004263 10.0.0.56 - - [2025-10-09 03:49:35] "POST /ref-update HTTP/1.1" 200 156 0.015868 10.0.0.56 - - [2025-10-09 03:49:52] "GET /bgp-as-a-service/01e7332f-d2bc-4b13-847d-bedb659e0405?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1833 0.008488 10.0.0.56 - - [2025-10-09 03:49:52] "GET /virtual-machine-interface/2fe28d9c-3cff-4a75-8844-30152b914fcd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2736 0.006138 10.0.0.56 - - [2025-10-09 03:49:52] "POST /ref-update HTTP/1.1" 200 156 0.013275 10.0.0.41 - - [2025-10-09 03:49:52] "POST /bgp-routers HTTP/1.1" 200 640 0.048356 10.0.0.41 - - [2025-10-09 03:49:53] "PUT /bgp-router/e8b30c0e-84e5-4098-8fd3-0252cfc01e66 HTTP/1.1" 200 254 0.040614 10.0.0.56 - - [2025-10-09 03:49:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004755 10.0.0.56 - - [2025-10-09 03:49:54] "GET /global-system-config/f80de040-3c9d-4c71-8e42-1f087125e6d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1964 0.006344 10.0.0.56 - - [2025-10-09 03:49:54] "POST /fqname-to-id HTTP/1.1" 404 234 0.003167 10.0.0.56 - - [2025-10-09 03:49:54] "POST /bgp-as-a-services HTTP/1.1" 200 588 0.043241 10.0.0.56 - - [2025-10-09 03:49:54] "POST /neutron/network HTTP/1.1" 200 833 0.009202 10.0.0.56 - - [2025-10-09 03:49:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003509 10.0.0.56 - - [2025-10-09 03:49:54] "GET /bgp-as-a-service/7137411b-422e-458d-9315-79d718250bfa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1547 0.006380 10.0.0.56 - - [2025-10-09 03:49:54] "GET /control-node-zone/a5ab7d3b-e036-4d4a-81bd-d7dafbc3b2bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1133 0.004276 10.0.0.56 - - [2025-10-09 03:49:54] "POST /ref-update HTTP/1.1" 200 156 0.016608 10.0.0.56 - - [2025-10-09 03:50:02] "GET /bgp-as-a-service/7137411b-422e-458d-9315-79d718250bfa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1837 0.008431 10.0.0.56 - - [2025-10-09 03:50:02] "GET /virtual-machine-interface/0d9030d6-1278-4767-a0f9-bb1c25fd7a7b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2736 0.006545 10.0.0.56 - - [2025-10-09 03:50:02] "POST /ref-update HTTP/1.1" 200 156 0.014356 10.0.0.41 - - [2025-10-09 03:50:02] "POST /ref-update HTTP/1.1" 200 156 0.026115 10.0.0.56 - - [2025-10-09 03:50:17] "POST /neutron/port HTTP/1.1" 200 1089 0.017579 10.0.0.56 - - [2025-10-09 03:50:17] "POST /neutron/subnet HTTP/1.1" 200 698 0.009553 10.0.0.56 - - [2025-10-09 03:50:19] "POST /neutron/port HTTP/1.1" 200 1089 0.018527 10.0.0.56 - - [2025-10-09 03:50:19] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004146 10.0.0.56 - - [2025-10-09 03:50:19] "POST /neutron/network HTTP/1.1" 200 833 0.006672 10.0.0.19 - - [2025-10-09 03:50:19] "GET /obj-perms HTTP/1.1" 200 5056 0.049245 10.0.0.56 - - [2025-10-09 03:50:21] "GET /control-node-zone/f2783639-0dc2-49a7-8032-9b2782283dec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1133 0.004554 10.0.0.56 - - [2025-10-09 03:50:21] "POST /ref-update HTTP/1.1" 200 156 0.019016 10.0.0.56 - - [2025-10-09 03:50:21] "GET /control-node-zone/a5ab7d3b-e036-4d4a-81bd-d7dafbc3b2bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1133 0.005713 10.0.0.56 - - [2025-10-09 03:50:21] "POST /ref-update HTTP/1.1" 200 156 0.029760 10.0.0.56 - - [2025-10-09 03:50:21] "GET /control-node-zone/c34720ae-5f3e-47e1-bbe8-3ca3b7fdbf60?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1134 0.004356 10.0.0.56 - - [2025-10-09 03:50:21] "POST /ref-update HTTP/1.1" 200 156 0.023458 10.0.0.56 - - [2025-10-09 03:50:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004972 10.0.0.56 - - [2025-10-09 03:50:21] "GET /bgp-router/cbadf027-9447-4fc6-851e-190809d16dea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.005327 10.0.0.56 - - [2025-10-09 03:50:21] "GET /control-node-zone/f2783639-0dc2-49a7-8032-9b2782283dec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1133 0.003779 10.0.0.56 - - [2025-10-09 03:50:21] "PUT /bgp-router/cbadf027-9447-4fc6-851e-190809d16dea HTTP/1.1" 200 254 0.018934 10.0.0.56 - - [2025-10-09 03:50:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003573 10.0.0.56 - - [2025-10-09 03:50:21] "GET /bgp-router/1b5cb9bd-8904-4fee-af7f-abb3b90001bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.005081 10.0.0.56 - - [2025-10-09 03:50:21] "GET /control-node-zone/a5ab7d3b-e036-4d4a-81bd-d7dafbc3b2bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1133 0.003864 10.0.0.56 - - [2025-10-09 03:50:21] "PUT /bgp-router/1b5cb9bd-8904-4fee-af7f-abb3b90001bc HTTP/1.1" 200 254 0.024478 10.0.0.56 - - [2025-10-09 03:50:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003390 10.0.0.56 - - [2025-10-09 03:50:21] "GET /bgp-router/9c04d5a6-f57c-44b0-a5cf-19a0a8c6b243?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.005241 10.0.0.56 - - [2025-10-09 03:50:21] "GET /control-node-zone/c34720ae-5f3e-47e1-bbe8-3ca3b7fdbf60?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1134 0.003589 10.0.0.56 - - [2025-10-09 03:50:22] "PUT /bgp-router/9c04d5a6-f57c-44b0-a5cf-19a0a8c6b243 HTTP/1.1" 200 254 0.021388 10.0.0.56 - - [2025-10-09 03:50:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003599 10.0.0.56 - - [2025-10-09 03:50:39] "GET /bgp-as-a-service/01e7332f-d2bc-4b13-847d-bedb659e0405?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2443 0.005716 10.0.0.56 - - [2025-10-09 03:50:39] "GET /control-node-zone/f2783639-0dc2-49a7-8032-9b2782283dec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1133 0.003362 10.0.0.56 - - [2025-10-09 03:50:39] "POST /ref-update HTTP/1.1" 200 156 0.018414 10.0.0.56 - - [2025-10-09 03:50:39] "GET /control-node-zone/f2783639-0dc2-49a7-8032-9b2782283dec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1133 0.003573 10.0.0.56 - - [2025-10-09 03:50:40] "POST /ref-update HTTP/1.1" 200 156 0.020660 10.0.0.56 - - [2025-10-09 03:50:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004083 10.0.0.56 - - [2025-10-09 03:50:40] "GET /global-system-config/f80de040-3c9d-4c71-8e42-1f087125e6d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1964 0.007801 10.0.0.56 - - [2025-10-09 03:50:40] "POST /neutron/network HTTP/1.1" 200 833 0.007286 10.0.0.56 - - [2025-10-09 03:50:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003252 10.0.0.56 - - [2025-10-09 03:50:40] "GET /bgp-as-a-service/01e7332f-d2bc-4b13-847d-bedb659e0405?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2155 0.005532 10.0.0.56 - - [2025-10-09 03:50:40] "GET /control-node-zone/c34720ae-5f3e-47e1-bbe8-3ca3b7fdbf60?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1134 0.003075 10.0.0.56 - - [2025-10-09 03:50:40] "POST /ref-update HTTP/1.1" 200 156 0.015726 10.0.0.56 - - [2025-10-09 03:50:43] "GET /bgp-as-a-service/01e7332f-d2bc-4b13-847d-bedb659e0405?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2443 0.006126 10.0.0.56 - - [2025-10-09 03:50:43] "GET /virtual-machine-interface/2fe28d9c-3cff-4a75-8844-30152b914fcd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3051 0.005264 10.0.0.56 - - [2025-10-09 03:50:55] "GET /bgp-as-a-service/01e7332f-d2bc-4b13-847d-bedb659e0405?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2443 0.004863 10.0.0.56 - - [2025-10-09 03:50:55] "GET /virtual-machine-interface/2fe28d9c-3cff-4a75-8844-30152b914fcd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3051 0.006668 10.0.0.56 - - [2025-10-09 03:50:55] "POST /ref-update HTTP/1.1" 200 156 0.014825 10.0.0.56 - - [2025-10-09 03:50:55] "GET /bgp-as-a-service/7137411b-422e-458d-9315-79d718250bfa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2447 0.014474 10.0.0.56 - - [2025-10-09 03:50:55] "GET /virtual-machine-interface/0d9030d6-1278-4767-a0f9-bb1c25fd7a7b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3051 0.005769 10.0.0.41 - - [2025-10-09 03:50:55] "POST /ref-update HTTP/1.1" 200 156 0.032674 10.0.0.56 - - [2025-10-09 03:50:55] "POST /ref-update HTTP/1.1" 200 156 0.029619 10.0.0.56 - - [2025-10-09 03:50:55] "DELETE /bgp-as-a-service/7137411b-422e-458d-9315-79d718250bfa HTTP/1.1" 200 115 0.074473 10.0.0.41 - - [2025-10-09 03:50:55] "POST /ref-update HTTP/1.1" 200 156 0.036102 10.0.0.56 - - [2025-10-09 03:50:55] "GET /bgp-as-a-service/01e7332f-d2bc-4b13-847d-bedb659e0405?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1833 0.009082 10.0.0.56 - - [2025-10-09 03:50:55] "GET /virtual-machine-interface/2fe28d9c-3cff-4a75-8844-30152b914fcd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2736 0.016131 10.0.0.56 - - [2025-10-09 03:50:55] "DELETE /bgp-as-a-service/01e7332f-d2bc-4b13-847d-bedb659e0405 HTTP/1.1" 200 115 0.094084 10.0.0.56 - - [2025-10-09 03:50:55] "GET /control-node-zone/c34720ae-5f3e-47e1-bbe8-3ca3b7fdbf60?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1134 0.005065 10.0.0.56 - - [2025-10-09 03:50:55] "POST /ref-update HTTP/1.1" 200 156 0.018665 10.0.0.56 - - [2025-10-09 03:50:56] "DELETE /control-node-zone/c34720ae-5f3e-47e1-bbe8-3ca3b7fdbf60 HTTP/1.1" 200 115 0.032558 10.0.0.56 - - [2025-10-09 03:50:56] "GET /control-node-zone/a5ab7d3b-e036-4d4a-81bd-d7dafbc3b2bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1133 0.004324 10.0.0.56 - - [2025-10-09 03:50:56] "POST /ref-update HTTP/1.1" 200 156 0.026104 10.0.0.56 - - [2025-10-09 03:50:56] "DELETE /control-node-zone/a5ab7d3b-e036-4d4a-81bd-d7dafbc3b2bf HTTP/1.1" 200 115 0.029044 10.0.0.56 - - [2025-10-09 03:50:56] "GET /control-node-zone/f2783639-0dc2-49a7-8032-9b2782283dec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1133 0.004372 10.0.0.56 - - [2025-10-09 03:50:56] "DELETE /control-node-zone/f2783639-0dc2-49a7-8032-9b2782283dec HTTP/1.1" 200 115 0.031212 10.0.0.56 - - [2025-10-09 03:50:56] "POST /neutron/network HTTP/1.1" 400 204 0.015647 10.0.0.56 - - [2025-10-09 03:50:57] "POST /neutron/port HTTP/1.1" 200 1089 0.023769 10.0.0.56 - - [2025-10-09 03:50:57] "POST /neutron/port HTTP/1.1" 200 151 0.246466 10.0.0.56 - - [2025-10-09 03:50:57] "POST /neutron/port HTTP/1.1" 200 151 0.300005 10.0.0.41 - - [2025-10-09 03:50:58] "DELETE /route-target/25b6716d-9043-4d8a-865a-b9a58ac9618c HTTP/1.1" 200 115 0.026574 10.0.0.56 - - [2025-10-09 03:51:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.006171 10.0.0.41 - - [2025-10-09 03:51:01] "GET /projects?obj_uuids=4c96bf1d-6910-4980-8f9a-7a573be10abd&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001163 10.0.0.56 - - [2025-10-09 03:51:01] "GET /project/4c96bf1d-6910-4980-8f9a-7a573be10abd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.045819 10.0.0.56 - - [2025-10-09 03:51:01] "POST /neutron/network HTTP/1.1" 200 117 0.012706 10.0.0.56 - - [2025-10-09 03:51:01] "POST /neutron/network HTTP/1.1" 200 832 0.009387 10.0.0.56 - - [2025-10-09 03:51:01] "POST /id-to-fqname HTTP/1.1" 200 225 0.001148 10.0.0.56 - - [2025-10-09 03:51:01] "GET /virtual-network/4126c99d-5d91-493b-9976-b4782dc3256a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005158 10.0.0.56 - - [2025-10-09 03:51:01] "GET /virtual-network/4126c99d-5d91-493b-9976-b4782dc3256a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005966 10.0.0.56 - - [2025-10-09 03:51:02] "POST /neutron/subnet HTTP/1.1" 200 720 0.009837 10.0.0.56 - - [2025-10-09 03:51:02] "POST /id-to-fqname HTTP/1.1" 200 225 0.001125 10.0.0.41 - - [2025-10-09 03:51:02] "GET /projects?obj_uuids=4c96bf1d-6910-4980-8f9a-7a573be10abd&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001173 10.0.0.56 - - [2025-10-09 03:51:03] "GET /project/4c96bf1d-6910-4980-8f9a-7a573be10abd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.076458 10.0.0.56 - - [2025-10-09 03:51:03] "POST /neutron/port HTTP/1.1" 200 117 0.008883 10.0.0.56 - - [2025-10-09 03:51:03] "POST /id-to-fqname HTTP/1.1" 200 225 0.001600 10.0.0.56 - - [2025-10-09 03:51:03] "POST /neutron/network HTTP/1.1" 200 842 0.007964 10.0.0.56 - - [2025-10-09 03:51:04] "POST /neutron/port HTTP/1.1" 200 1060 0.016320 10.0.0.41 - - [2025-10-09 03:51:04] "GET /projects?obj_uuids=4c96bf1d-6910-4980-8f9a-7a573be10abd&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000964 10.0.0.56 - - [2025-10-09 03:51:04] "POST /neutron/port HTTP/1.1" 200 1088 0.023480 10.0.0.56 - - [2025-10-09 03:51:04] "GET /project/4c96bf1d-6910-4980-8f9a-7a573be10abd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.100095 10.0.0.56 - - [2025-10-09 03:51:04] "POST /neutron/network HTTP/1.1" 200 832 0.007627 10.0.0.56 - - [2025-10-09 03:51:04] "POST /neutron/port HTTP/1.1" 200 1088 0.017845 10.0.0.56 - - [2025-10-09 03:51:04] "POST /id-to-fqname HTTP/1.1" 200 225 0.001396 10.0.0.56 - - [2025-10-09 03:51:04] "POST /neutron/port HTTP/1.1" 200 1088 0.019061 10.0.0.56 - - [2025-10-09 03:51:05] "POST /neutron/network HTTP/1.1" 200 842 0.007862 10.0.0.56 - - [2025-10-09 03:51:05] "POST /neutron/port HTTP/1.1" 200 1060 0.019293 10.0.0.56 - - [2025-10-09 03:51:05] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004171 10.0.0.56 - - [2025-10-09 03:51:05] "POST /neutron/network HTTP/1.1" 200 832 0.006839 10.0.0.41 - - [2025-10-09 03:51:05] "GET /projects?obj_uuids=4c96bf1d-6910-4980-8f9a-7a573be10abd&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001436 10.0.0.56 - - [2025-10-09 03:51:06] "GET /project/4c96bf1d-6910-4980-8f9a-7a573be10abd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.127227 10.0.0.56 - - [2025-10-09 03:51:06] "POST /neutron/security_group HTTP/1.1" 200 2059 0.009673 10.0.0.56 - - [2025-10-09 03:51:06] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007906 10.0.0.56 - - [2025-10-09 03:51:06] "POST /neutron/port HTTP/1.1" 200 1088 0.019326 10.0.0.56 - - [2025-10-09 03:51:06] "GET /virtual-machine/e3247df8-732f-4481-9564-3ab1ecf007dc HTTP/1.1" 200 1294 0.008135 10.0.0.56 - - [2025-10-09 03:51:06] "GET /virtual-machine-interface/eef76e13-a81f-4d48-a843-a632496dedfa HTTP/1.1" 200 2959 0.006130 10.0.0.56 - - [2025-10-09 03:51:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003645 10.0.0.56 - - [2025-10-09 03:51:06] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003505 10.0.0.56 - - [2025-10-09 03:51:06] "GET /virtual-networks?parent_id=4c96bf1d-6910-4980-8f9a-7a573be10abd&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.003702 10.0.0.41 - - [2025-10-09 03:51:06] "GET /projects?obj_uuids=4c96bf1d-6910-4980-8f9a-7a573be10abd&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001171 10.0.0.56 - - [2025-10-09 03:51:06] "GET /virtual-network/4126c99d-5d91-493b-9976-b4782dc3256a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005973 10.0.0.56 - - [2025-10-09 03:51:07] "POST /neutron/port HTTP/1.1" 200 1060 0.292974 10.0.0.56 - - [2025-10-09 03:51:07] "POST /neutron/port HTTP/1.1" 200 1114 0.111588 10.0.0.56 - - [2025-10-09 03:51:07] "POST /neutron/subnet HTTP/1.1" 200 694 0.009722 10.0.0.56 - - [2025-10-09 03:51:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.004597 10.0.0.56 - - [2025-10-09 03:51:09] "GET /virtual-network/4126c99d-5d91-493b-9976-b4782dc3256a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005377 10.0.0.56 - - [2025-10-09 03:51:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003855 10.0.0.56 - - [2025-10-09 03:51:14] "GET /virtual-network/4126c99d-5d91-493b-9976-b4782dc3256a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.006311 10.0.0.56 - - [2025-10-09 03:51:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004113 10.0.0.56 - - [2025-10-09 03:51:18] "GET /virtual-network/4126c99d-5d91-493b-9976-b4782dc3256a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005264 10.0.0.56 - - [2025-10-09 03:51:20] "POST /neutron/port HTTP/1.1" 200 1088 0.015918 10.0.0.56 - - [2025-10-09 03:51:20] "GET /obj-perms HTTP/1.1" 200 5056 0.054217 10.0.0.56 - - [2025-10-09 03:51:20] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004697 10.0.0.56 - - [2025-10-09 03:51:20] "POST /neutron/network HTTP/1.1" 200 832 0.008149 10.0.0.56 - - [2025-10-09 03:51:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003763 10.0.0.56 - - [2025-10-09 03:51:22] "GET /virtual-network/4126c99d-5d91-493b-9976-b4782dc3256a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.006186 10.0.0.56 - - [2025-10-09 03:51:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004263 10.0.0.56 - - [2025-10-09 03:51:26] "GET /virtual-network/4126c99d-5d91-493b-9976-b4782dc3256a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.007861 10.0.0.56 - - [2025-10-09 03:51:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004382 10.0.0.56 - - [2025-10-09 03:51:30] "GET /virtual-network/4126c99d-5d91-493b-9976-b4782dc3256a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.006809 10.0.0.56 - - [2025-10-09 03:51:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004831 10.0.0.56 - - [2025-10-09 03:51:34] "GET /virtual-network/4126c99d-5d91-493b-9976-b4782dc3256a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.006651 10.0.0.56 - - [2025-10-09 03:51:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003771 10.0.0.56 - - [2025-10-09 03:51:38] "GET /virtual-network/4126c99d-5d91-493b-9976-b4782dc3256a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.006845 10.0.0.56 - - [2025-10-09 03:51:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004902 10.0.0.56 - - [2025-10-09 03:51:42] "GET /virtual-network/4126c99d-5d91-493b-9976-b4782dc3256a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.006879 10.0.0.56 - - [2025-10-09 03:51:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.005521 10.0.0.56 - - [2025-10-09 03:51:46] "GET /virtual-network/4126c99d-5d91-493b-9976-b4782dc3256a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005666 10.0.0.56 - - [2025-10-09 03:51:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003780 10.0.0.56 - - [2025-10-09 03:51:50] "GET /virtual-network/4126c99d-5d91-493b-9976-b4782dc3256a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.006118 10.0.0.56 - - [2025-10-09 03:51:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004080 10.0.0.56 - - [2025-10-09 03:51:55] "GET /virtual-network/4126c99d-5d91-493b-9976-b4782dc3256a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005203 10.0.0.56 - - [2025-10-09 03:51:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.045307 10.0.0.56 - - [2025-10-09 03:51:59] "GET /virtual-network/4126c99d-5d91-493b-9976-b4782dc3256a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005609 10.0.0.56 - - [2025-10-09 03:52:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003675 10.0.0.56 - - [2025-10-09 03:52:03] "GET /virtual-network/4126c99d-5d91-493b-9976-b4782dc3256a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005791 10.0.0.56 - - [2025-10-09 03:52:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003827 10.0.0.56 - - [2025-10-09 03:52:07] "GET /virtual-network/4126c99d-5d91-493b-9976-b4782dc3256a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005812 10.0.0.56 - - [2025-10-09 03:52:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004495 10.0.0.56 - - [2025-10-09 03:52:11] "GET /virtual-network/4126c99d-5d91-493b-9976-b4782dc3256a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.006687 10.0.0.56 - - [2025-10-09 03:52:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.005598 10.0.0.56 - - [2025-10-09 03:52:15] "GET /virtual-network/4126c99d-5d91-493b-9976-b4782dc3256a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.006118 10.0.0.56 - - [2025-10-09 03:52:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003917 10.0.0.56 - - [2025-10-09 03:52:19] "GET /virtual-network/4126c99d-5d91-493b-9976-b4782dc3256a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005665 10.0.0.56 - - [2025-10-09 03:52:20] "POST /neutron/port HTTP/1.1" 200 1088 0.020966 10.0.0.56 - - [2025-10-09 03:52:20] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004336 10.0.0.56 - - [2025-10-09 03:52:20] "POST /neutron/network HTTP/1.1" 200 832 0.007637 10.0.0.41 - - [2025-10-09 03:52:21] "GET /obj-perms HTTP/1.1" 200 5056 0.048396 10.0.0.56 - - [2025-10-09 03:52:22] "POST /neutron/network HTTP/1.1" 200 842 0.008793 10.0.0.56 - - [2025-10-09 03:52:22] "POST /neutron/port HTTP/1.1" 200 117 0.001262 10.0.0.56 - - [2025-10-09 03:52:23] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007879 10.0.0.56 - - [2025-10-09 03:52:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003784 10.0.0.56 - - [2025-10-09 03:52:23] "GET /virtual-network/4126c99d-5d91-493b-9976-b4782dc3256a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.006475 10.0.0.56 - - [2025-10-09 03:52:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003475 10.0.0.56 - - [2025-10-09 03:52:25] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004343 10.0.0.56 - - [2025-10-09 03:52:25] "GET /virtual-networks?parent_id=4c96bf1d-6910-4980-8f9a-7a573be10abd&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.003518 10.0.0.56 - - [2025-10-09 03:52:25] "GET /virtual-network/4126c99d-5d91-493b-9976-b4782dc3256a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.006537 10.0.0.56 - - [2025-10-09 03:52:28] "POST /neutron/port HTTP/1.1" 200 1088 0.015650 10.0.0.56 - - [2025-10-09 03:52:31] "POST /neutron/security_group HTTP/1.1" 200 2059 0.030221 10.0.0.56 - - [2025-10-09 03:52:41] "POST /neutron/port HTTP/1.1" 200 1088 0.018359 10.0.0.56 - - [2025-10-09 03:52:46] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007651 10.0.0.56 - - [2025-10-09 03:52:57] "POST /neutron/port HTTP/1.1" 200 1088 0.017501 10.0.0.41 - - [2025-10-09 03:53:00] "GET /global-system-configs HTTP/1.1" 401 292 0.000496 10.0.0.41 - - [2025-10-09 03:53:00] "GET /global-system-configs HTTP/1.1" 401 292 0.000582 10.0.0.41 - - [2025-10-09 03:53:01] "GET /global-system-configs HTTP/1.1" 401 292 0.000430 10.0.0.41 - - [2025-10-09 03:53:01] "GET /global-system-configs HTTP/1.1" 401 292 0.000424 10.0.0.19 - - [2025-10-09 03:53:01] "GET /global-system-configs HTTP/1.1" 401 292 0.000455 10.0.0.19 - - [2025-10-09 03:53:01] "GET /global-system-configs HTTP/1.1" 401 292 0.000538 10.0.0.19 - - [2025-10-09 03:53:01] "GET /global-system-configs HTTP/1.1" 401 292 0.000468 10.0.0.19 - - [2025-10-09 03:53:01] "GET /global-system-configs HTTP/1.1" 401 292 0.000386 10.0.0.56 - - [2025-10-09 03:53:02] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007941 10.0.0.56 - - [2025-10-09 03:53:03] "GET /global-system-configs HTTP/1.1" 401 292 0.000463 10.0.0.56 - - [2025-10-09 03:53:03] "GET /global-system-configs HTTP/1.1" 401 292 0.000435 10.0.0.56 - - [2025-10-09 03:53:05] "GET /global-system-configs HTTP/1.1" 401 292 0.000470 10.0.0.56 - - [2025-10-09 03:53:05] "GET /global-system-configs HTTP/1.1" 401 292 0.000520 10.0.0.56 - - [2025-10-09 03:53:12] "POST /neutron/port HTTP/1.1" 200 1088 0.015054 10.0.0.56 - - [2025-10-09 03:53:12] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007468 10.0.0.56 - - [2025-10-09 03:53:12] "GET /virtual-machine/ff96b21f-d8cc-4500-aa47-5d256712c63f HTTP/1.1" 200 1294 0.035477 10.0.0.56 - - [2025-10-09 03:53:12] "GET /virtual-machine-interface/6d16e4b4-b283-4477-b8a3-ed7250d35ff6 HTTP/1.1" 200 2958 0.005410 10.0.0.56 - - [2025-10-09 03:53:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002919 10.0.0.56 - - [2025-10-09 03:53:13] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003565 10.0.0.56 - - [2025-10-09 03:53:13] "GET /virtual-networks?parent_id=4c96bf1d-6910-4980-8f9a-7a573be10abd&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.002989 10.0.0.56 - - [2025-10-09 03:53:13] "GET /virtual-network/4126c99d-5d91-493b-9976-b4782dc3256a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.006810 10.0.0.56 - - [2025-10-09 03:53:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003775 10.0.0.56 - - [2025-10-09 03:53:14] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003524 10.0.0.56 - - [2025-10-09 03:53:14] "GET /virtual-networks?parent_id=4c96bf1d-6910-4980-8f9a-7a573be10abd&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.002513 10.0.0.56 - - [2025-10-09 03:53:14] "GET /virtual-network/4126c99d-5d91-493b-9976-b4782dc3256a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005505 10.0.0.56 - - [2025-10-09 03:53:14] "POST /neutron/port HTTP/1.1" 200 1088 0.016623 10.0.0.56 - - [2025-10-09 03:53:14] "POST /neutron/security_group HTTP/1.1" 200 2059 0.009729 10.0.0.56 - - [2025-10-09 03:53:14] "GET /virtual-machine/87c1d5d2-ab06-42b6-bf36-d1797d17dcb9 HTTP/1.1" 200 1293 0.007817 10.0.0.56 - - [2025-10-09 03:53:14] "GET /virtual-machine-interface/566cf359-e56e-46b4-8ed0-7e3b894fd0d7 HTTP/1.1" 200 2958 0.005634 10.0.0.56 - - [2025-10-09 03:53:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003731 10.0.0.56 - - [2025-10-09 03:53:14] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003985 10.0.0.56 - - [2025-10-09 03:53:14] "GET /virtual-networks?parent_id=4c96bf1d-6910-4980-8f9a-7a573be10abd&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.002849 10.0.0.56 - - [2025-10-09 03:53:14] "GET /virtual-network/4126c99d-5d91-493b-9976-b4782dc3256a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.006037 10.0.0.56 - - [2025-10-09 03:53:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003982 10.0.0.56 - - [2025-10-09 03:53:15] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003628 10.0.0.56 - - [2025-10-09 03:53:15] "GET /virtual-networks?parent_id=4c96bf1d-6910-4980-8f9a-7a573be10abd&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.004242 10.0.0.56 - - [2025-10-09 03:53:15] "GET /virtual-network/4126c99d-5d91-493b-9976-b4782dc3256a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.006690 10.0.0.56 - - [2025-10-09 03:53:16] "POST /neutron/port HTTP/1.1" 200 1088 0.016275 10.0.0.56 - - [2025-10-09 03:53:21] "POST /fqname-to-id HTTP/1.1" 404 198 0.003661 10.0.0.56 - - [2025-10-09 03:53:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003160 10.0.0.56 - - [2025-10-09 03:53:21] "GET /global-system-config/f80de040-3c9d-4c71-8e42-1f087125e6d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1964 0.006685 10.0.0.56 - - [2025-10-09 03:53:21] "POST /control-node-zones HTTP/1.1" 200 569 0.025291 10.0.0.56 - - [2025-10-09 03:53:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003455 10.0.0.56 - - [2025-10-09 03:53:21] "GET /bgp-router/9c04d5a6-f57c-44b0-a5cf-19a0a8c6b243?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.005145 10.0.0.56 - - [2025-10-09 03:53:21] "GET /control-node-zone/d7253b94-3e23-4fb1-91b3-2926564cd09c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1134 0.005091 10.0.0.56 - - [2025-10-09 03:53:21] "PUT /bgp-router/9c04d5a6-f57c-44b0-a5cf-19a0a8c6b243 HTTP/1.1" 200 254 0.020725 10.0.0.56 - - [2025-10-09 03:53:21] "POST /fqname-to-id HTTP/1.1" 404 198 0.003692 10.0.0.56 - - [2025-10-09 03:53:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003734 10.0.0.56 - - [2025-10-09 03:53:21] "GET /global-system-config/f80de040-3c9d-4c71-8e42-1f087125e6d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1964 0.007072 10.0.0.56 - - [2025-10-09 03:53:21] "POST /control-node-zones HTTP/1.1" 200 569 0.031147 10.0.0.56 - - [2025-10-09 03:53:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003562 10.0.0.56 - - [2025-10-09 03:53:21] "GET /bgp-router/1b5cb9bd-8904-4fee-af7f-abb3b90001bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.005048 10.0.0.56 - - [2025-10-09 03:53:21] "GET /control-node-zone/152fd345-dcd6-40a8-ac4c-5c8afa99fb74?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1133 0.006166 10.0.0.56 - - [2025-10-09 03:53:21] "PUT /bgp-router/1b5cb9bd-8904-4fee-af7f-abb3b90001bc HTTP/1.1" 200 254 0.020457 10.0.0.56 - - [2025-10-09 03:53:21] "POST /fqname-to-id HTTP/1.1" 404 198 0.005634 10.0.0.56 - - [2025-10-09 03:53:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003830 10.0.0.56 - - [2025-10-09 03:53:21] "GET /global-system-config/f80de040-3c9d-4c71-8e42-1f087125e6d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1964 0.006788 10.0.0.56 - - [2025-10-09 03:53:22] "POST /control-node-zones HTTP/1.1" 200 569 0.025142 10.0.0.56 - - [2025-10-09 03:53:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003424 10.0.0.56 - - [2025-10-09 03:53:22] "GET /bgp-router/cbadf027-9447-4fc6-851e-190809d16dea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.005314 10.0.0.56 - - [2025-10-09 03:53:22] "GET /control-node-zone/8ef3a404-ab7e-4587-954b-baaa788c35b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1134 0.006043 10.0.0.56 - - [2025-10-09 03:53:22] "PUT /bgp-router/cbadf027-9447-4fc6-851e-190809d16dea HTTP/1.1" 200 254 0.022813 10.0.0.56 - - [2025-10-09 03:53:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.004743 10.0.0.56 - - [2025-10-09 03:53:22] "GET /global-system-config/f80de040-3c9d-4c71-8e42-1f087125e6d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1964 0.009701 10.0.0.56 - - [2025-10-09 03:53:22] "POST /fqname-to-id HTTP/1.1" 404 234 0.003313 10.0.0.56 - - [2025-10-09 03:53:22] "POST /bgp-as-a-services HTTP/1.1" 200 588 0.040263 10.0.0.56 - - [2025-10-09 03:53:22] "POST /neutron/port HTTP/1.1" 200 1088 0.022462 10.0.0.56 - - [2025-10-09 03:53:22] "POST /neutron/subnet HTTP/1.1" 200 720 0.011394 10.0.0.56 - - [2025-10-09 03:53:22] "POST /neutron/network HTTP/1.1" 200 832 0.007118 10.0.0.56 - - [2025-10-09 03:53:22] "POST /neutron/subnet HTTP/1.1" 200 720 0.012580 10.0.0.56 - - [2025-10-09 03:53:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003000 10.0.0.56 - - [2025-10-09 03:53:22] "GET /bgp-as-a-service/edaaed2e-694f-485f-9dc0-ecd6e4e1207f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1548 0.005578 10.0.0.56 - - [2025-10-09 03:53:22] "POST /neutron/port HTTP/1.1" 200 117 0.035105 10.0.0.56 - - [2025-10-09 03:53:22] "GET /control-node-zone/d7253b94-3e23-4fb1-91b3-2926564cd09c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1134 0.008550 10.0.0.56 - - [2025-10-09 03:53:22] "POST /neutron/network HTTP/1.1" 200 832 0.007141 10.0.0.56 - - [2025-10-09 03:53:22] "POST /ref-update HTTP/1.1" 200 156 0.016719 10.0.0.56 - - [2025-10-09 03:53:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003726 10.0.0.56 - - [2025-10-09 03:53:22] "GET /bgp-as-a-service/edaaed2e-694f-485f-9dc0-ecd6e4e1207f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1836 0.008121 10.0.0.56 - - [2025-10-09 03:53:22] "GET /control-node-zone/152fd345-dcd6-40a8-ac4c-5c8afa99fb74?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1133 0.005163 10.0.0.56 - - [2025-10-09 03:53:22] "POST /ref-update HTTP/1.1" 200 156 0.016306 10.0.0.56 - - [2025-10-09 03:53:38] "GET /bgp-as-a-service/edaaed2e-694f-485f-9dc0-ecd6e4e1207f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2098 0.006859 10.0.0.56 - - [2025-10-09 03:53:38] "GET /virtual-machine-interface/eef76e13-a81f-4d48-a843-a632496dedfa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2738 0.006970 10.0.0.56 - - [2025-10-09 03:53:38] "POST /ref-update HTTP/1.1" 200 156 0.014343 10.0.0.41 - - [2025-10-09 03:53:38] "POST /bgp-routers HTTP/1.1" 200 594 0.087734 10.0.0.41 - - [2025-10-09 03:53:39] "POST /ref-update HTTP/1.1" 200 156 0.017654 10.0.0.56 - - [2025-10-09 03:53:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.004988 10.0.0.56 - - [2025-10-09 03:53:39] "GET /global-system-config/f80de040-3c9d-4c71-8e42-1f087125e6d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1964 0.009996 10.0.0.56 - - [2025-10-09 03:53:39] "POST /fqname-to-id HTTP/1.1" 404 234 0.003222 10.0.0.56 - - [2025-10-09 03:53:39] "POST /bgp-as-a-services HTTP/1.1" 200 588 0.030502 10.0.0.56 - - [2025-10-09 03:53:39] "POST /neutron/subnet HTTP/1.1" 200 720 0.009186 10.0.0.56 - - [2025-10-09 03:53:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003554 10.0.0.56 - - [2025-10-09 03:53:39] "GET /bgp-as-a-service/23009e99-55a9-46a4-81eb-bd47aafd6047?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1546 0.007544 10.0.0.56 - - [2025-10-09 03:53:39] "GET /control-node-zone/d7253b94-3e23-4fb1-91b3-2926564cd09c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1134 0.004215 10.0.0.56 - - [2025-10-09 03:53:39] "POST /ref-update HTTP/1.1" 200 156 0.016758 10.0.0.56 - - [2025-10-09 03:53:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003871 10.0.0.56 - - [2025-10-09 03:53:39] "GET /bgp-as-a-service/23009e99-55a9-46a4-81eb-bd47aafd6047?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1834 0.006906 10.0.0.56 - - [2025-10-09 03:53:39] "GET /control-node-zone/152fd345-dcd6-40a8-ac4c-5c8afa99fb74?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1133 0.004544 10.0.0.56 - - [2025-10-09 03:53:40] "POST /ref-update HTTP/1.1" 200 156 0.021617 10.0.0.56 - - [2025-10-09 03:53:47] "GET /bgp-as-a-service/23009e99-55a9-46a4-81eb-bd47aafd6047?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2096 0.006655 10.0.0.56 - - [2025-10-09 03:53:47] "GET /virtual-machine-interface/6d16e4b4-b283-4477-b8a3-ed7250d35ff6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2737 0.005656 10.0.0.56 - - [2025-10-09 03:53:47] "POST /ref-update HTTP/1.1" 200 156 0.011745 10.0.0.41 - - [2025-10-09 03:53:47] "POST /ref-update HTTP/1.1" 200 156 0.036036 10.0.0.56 - - [2025-10-09 03:54:09] "GET /bgp-as-a-service/23009e99-55a9-46a4-81eb-bd47aafd6047?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2706 0.006324 10.0.0.56 - - [2025-10-09 03:54:09] "GET /virtual-machine-interface/6d16e4b4-b283-4477-b8a3-ed7250d35ff6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3052 0.007898 10.0.0.56 - - [2025-10-09 03:54:09] "POST /ref-update HTTP/1.1" 200 156 0.014014 10.0.0.41 - - [2025-10-09 03:54:09] "POST /ref-update HTTP/1.1" 200 156 0.013795 10.0.0.56 - - [2025-10-09 03:54:09] "DELETE /bgp-as-a-service/23009e99-55a9-46a4-81eb-bd47aafd6047 HTTP/1.1" 200 115 0.079524 10.0.0.56 - - [2025-10-09 03:54:09] "GET /bgp-as-a-service/edaaed2e-694f-485f-9dc0-ecd6e4e1207f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2708 0.006804 10.0.0.56 - - [2025-10-09 03:54:09] "GET /virtual-machine-interface/eef76e13-a81f-4d48-a843-a632496dedfa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3053 0.007301 10.0.0.56 - - [2025-10-09 03:54:09] "POST /ref-update HTTP/1.1" 200 156 0.017786 10.0.0.41 - - [2025-10-09 03:54:09] "POST /ref-update HTTP/1.1" 200 156 0.017877 10.0.0.56 - - [2025-10-09 03:54:09] "DELETE /bgp-as-a-service/edaaed2e-694f-485f-9dc0-ecd6e4e1207f HTTP/1.1" 200 115 0.073956 10.0.0.56 - - [2025-10-09 03:54:09] "GET /control-node-zone/8ef3a404-ab7e-4587-954b-baaa788c35b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1134 0.008143 10.0.0.56 - - [2025-10-09 03:54:09] "POST /ref-update HTTP/1.1" 200 156 0.018943 10.0.0.56 - - [2025-10-09 03:54:09] "DELETE /control-node-zone/8ef3a404-ab7e-4587-954b-baaa788c35b3 HTTP/1.1" 200 115 0.029434 10.0.0.56 - - [2025-10-09 03:54:09] "GET /control-node-zone/152fd345-dcd6-40a8-ac4c-5c8afa99fb74?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1133 0.004260 10.0.0.56 - - [2025-10-09 03:54:09] "POST /ref-update HTTP/1.1" 200 156 0.019709 10.0.0.56 - - [2025-10-09 03:54:09] "DELETE /control-node-zone/152fd345-dcd6-40a8-ac4c-5c8afa99fb74 HTTP/1.1" 200 115 0.031397 10.0.0.56 - - [2025-10-09 03:54:09] "GET /control-node-zone/d7253b94-3e23-4fb1-91b3-2926564cd09c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1134 0.004054 10.0.0.56 - - [2025-10-09 03:54:09] "POST /ref-update HTTP/1.1" 200 156 0.018467 10.0.0.56 - - [2025-10-09 03:54:09] "DELETE /control-node-zone/d7253b94-3e23-4fb1-91b3-2926564cd09c HTTP/1.1" 200 115 0.029833 10.0.0.56 - - [2025-10-09 03:54:10] "POST /neutron/network HTTP/1.1" 200 832 0.007214 10.0.0.56 - - [2025-10-09 03:54:10] "POST /neutron/port HTTP/1.1" 200 1114 0.013651 10.0.0.56 - - [2025-10-09 03:54:10] "POST /neutron/port HTTP/1.1" 200 1114 0.013522 10.0.0.56 - - [2025-10-09 03:54:10] "POST /neutron/port HTTP/1.1" 200 1114 0.034243 10.0.0.41 - - [2025-10-09 03:54:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003801 10.0.0.41 - - [2025-10-09 03:54:12] "POST /useragent-kv HTTP/1.1" 200 115 0.042397 10.0.0.41 - - [2025-10-09 03:54:12] "POST /useragent-kv HTTP/1.1" 200 115 0.008822 10.0.0.56 - - [2025-10-09 03:54:12] "POST /neutron/network HTTP/1.1" 200 151 0.191575 10.0.0.41 - - [2025-10-09 03:54:13] "GET /projects?obj_uuids=4c96bf1d-6910-4980-8f9a-7a573be10abd&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001119 10.0.0.56 - - [2025-10-09 03:54:13] "GET /project/4c96bf1d-6910-4980-8f9a-7a573be10abd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.070344 10.0.0.41 - - [2025-10-09 03:54:13] "GET /projects?obj_uuids=4c96bf1d-6910-4980-8f9a-7a573be10abd&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000945 10.0.0.56 - - [2025-10-09 03:54:13] "GET /project/4c96bf1d-6910-4980-8f9a-7a573be10abd?fields=virtual_networks HTTP/1.1" 200 1034 0.045315 10.0.0.41 - - [2025-10-09 03:54:13] "GET /projects?obj_uuids=4c96bf1d-6910-4980-8f9a-7a573be10abd&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000981 10.0.0.56 - - [2025-10-09 03:54:13] "GET /project/4c96bf1d-6910-4980-8f9a-7a573be10abd?fields=virtual_machine_interfaces HTTP/1.1" 200 1034 0.039205 10.0.0.41 - - [2025-10-09 03:54:13] "GET /projects?obj_uuids=4c96bf1d-6910-4980-8f9a-7a573be10abd&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001358 10.0.0.56 - - [2025-10-09 03:54:14] "GET /project/4c96bf1d-6910-4980-8f9a-7a573be10abd?fields=security_groups HTTP/1.1" 200 1261 0.040266 10.0.0.56 - - [2025-10-09 03:54:14] "POST /fqname-to-id HTTP/1.1" 404 181 0.024131 10.0.0.41 - - [2025-10-09 03:54:14] "GET /projects?obj_uuids=ed6dd3ef-a8bf-4612-904b-0199ecf15ef7&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003240 10.0.0.41 - - [2025-10-09 03:54:14] "GET /domains?obj_uuids=7ed77c0b-e642-4c13-a404-7756503cf17d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001348 10.0.0.41 - - [2025-10-09 03:54:14] "GET /domain/7ed77c0b-e642-4c13-a404-7756503cf17d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.033432 10.0.0.41 - - [2025-10-09 03:54:15] "POST /id-to-fqname HTTP/1.1" 200 183 0.002336 10.0.0.41 - - [2025-10-09 03:54:15] "POST /fqname-to-id HTTP/1.1" 404 192 0.004634 10.0.0.41 - - [2025-10-09 03:54:15] "POST /security-groups HTTP/1.1" 200 584 0.037025 10.0.0.41 - - [2025-10-09 03:54:15] "POST /projects HTTP/1.1" 200 571 0.251489 10.0.0.41 - - [2025-10-09 03:54:15] "POST /access-control-lists HTTP/1.1" 200 589 0.027587 10.0.0.41 - - [2025-10-09 03:54:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.327138 10.0.0.56 - - [2025-10-09 03:54:15] "GET /project/ed6dd3ef-a8bf-4612-904b-0199ecf15ef7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1336 0.511413 10.0.0.56 - - [2025-10-09 03:54:16] "GET / HTTP/1.1" 200 35931 0.001794 10.0.0.41 - - [2025-10-09 03:54:19] "GET /projects?obj_uuids=ed6dd3ef-a8bf-4612-904b-0199ecf15ef7&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001309 10.0.0.56 - - [2025-10-09 03:54:19] "GET /project/ed6dd3ef-a8bf-4612-904b-0199ecf15ef7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1336 0.045285 10.0.0.41 - - [2025-10-09 03:54:19] "GET /projects?obj_uuids=ed6dd3ef-a8bf-4612-904b-0199ecf15ef7&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001362 10.0.0.56 - - [2025-10-09 03:54:19] "GET /project/ed6dd3ef-a8bf-4612-904b-0199ecf15ef7?fields=virtual_networks HTTP/1.1" 200 1019 0.058200 10.0.0.41 - - [2025-10-09 03:54:19] "GET /projects?obj_uuids=ed6dd3ef-a8bf-4612-904b-0199ecf15ef7&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001300 10.0.0.56 - - [2025-10-09 03:54:19] "GET /project/ed6dd3ef-a8bf-4612-904b-0199ecf15ef7?fields=virtual_machine_interfaces HTTP/1.1" 200 1019 0.047800 10.0.0.41 - - [2025-10-09 03:54:19] "GET /projects?obj_uuids=ed6dd3ef-a8bf-4612-904b-0199ecf15ef7&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001524 10.0.0.56 - - [2025-10-09 03:54:19] "GET /project/ed6dd3ef-a8bf-4612-904b-0199ecf15ef7?fields=security_groups HTTP/1.1" 200 1238 0.044933 10.0.0.56 - - [2025-10-09 03:54:20] "POST /fqname-to-id HTTP/1.1" 404 189 0.025517 10.0.0.41 - - [2025-10-09 03:54:20] "GET /projects?obj_uuids=e1e58051-e918-4d4d-a84f-3a5804003a36&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003541 10.0.0.41 - - [2025-10-09 03:54:20] "GET /domains?obj_uuids=7ed77c0b-e642-4c13-a404-7756503cf17d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001148 10.0.0.41 - - [2025-10-09 03:54:20] "GET /domain/7ed77c0b-e642-4c13-a404-7756503cf17d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008921 10.0.0.41 - - [2025-10-09 03:54:20] "POST /id-to-fqname HTTP/1.1" 200 191 0.006956 10.0.0.41 - - [2025-10-09 03:54:20] "POST /fqname-to-id HTTP/1.1" 404 200 0.005552 10.0.0.41 - - [2025-10-09 03:54:21] "POST /security-groups HTTP/1.1" 200 592 0.034164 10.0.0.41 - - [2025-10-09 03:54:21] "POST /fqname-to-id HTTP/1.1" 404 235 0.005996 10.0.0.41 - - [2025-10-09 03:54:21] "POST /projects HTTP/1.1" 200 587 0.245833 10.0.0.41 - - [2025-10-09 03:54:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.319959 10.0.0.41 - - [2025-10-09 03:54:21] "POST /access-control-lists HTTP/1.1" 200 595 0.030895 10.0.0.56 - - [2025-10-09 03:54:21] "GET /project/e1e58051-e918-4d4d-a84f-3a5804003a36?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.458910 10.0.0.56 - - [2025-10-09 03:54:22] "GET / HTTP/1.1" 200 35931 0.002114 10.0.0.41 - - [2025-10-09 03:54:22] "DELETE /project/e1e58051e9184d4da84f3a5804003a36 HTTP/1.1" 404 173 0.011709 10.0.0.41 - - [2025-10-09 03:54:22] "DELETE /project/ed6dd3efa8bf4612904b0199ecf15ef7 HTTP/1.1" 404 173 0.010541 10.0.0.41 - - [2025-10-09 03:54:22] "GET /projects?obj_uuids=ed6dd3ef-a8bf-4612-904b-0199ecf15ef7&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000868 10.0.0.41 - - [2025-10-09 03:54:22] "GET /projects?obj_uuids=4c96bf1d-6910-4980-8f9a-7a573be10abd&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000814 10.0.0.41 - - [2025-10-09 03:54:23] "GET /project/ed6dd3ef-a8bf-4612-904b-0199ecf15ef7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1441 0.048183 10.0.0.41 - - [2025-10-09 03:54:23] "GET /projects?obj_uuids=ed6dd3ef-a8bf-4612-904b-0199ecf15ef7&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001904 10.0.0.41 - - [2025-10-09 03:54:23] "GET /project/4c96bf1d-6910-4980-8f9a-7a573be10abd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1472 0.083380 10.0.0.41 - - [2025-10-09 03:54:23] "GET /projects?obj_uuids=4c96bf1d-6910-4980-8f9a-7a573be10abd&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001756 10.0.0.41 - - [2025-10-09 03:54:23] "GET /project/ed6dd3ef-a8bf-4612-904b-0199ecf15ef7?fields=security_groups HTTP/1.1" 200 1343 0.080525 10.0.0.41 - - [2025-10-09 03:54:23] "GET /project/4c96bf1d-6910-4980-8f9a-7a573be10abd?fields=security_groups HTTP/1.1" 200 1366 0.115494 10.0.0.41 - - [2025-10-09 03:54:23] "DELETE /security-group/928a14dd-b019-453c-9d35-ab3bc6b43ff6 HTTP/1.1" 200 115 0.078084 10.0.0.41 - - [2025-10-09 03:54:23] "GET /projects?obj_uuids=ed6dd3ef-a8bf-4612-904b-0199ecf15ef7&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001463 10.0.0.41 - - [2025-10-09 03:54:23] "GET /project/ed6dd3ef-a8bf-4612-904b-0199ecf15ef7?fields=application_policy_sets HTTP/1.1" 200 1382 0.093698 10.0.0.41 - - [2025-10-09 03:54:23] "DELETE /security-group/fc0350cf-437d-4fad-977c-c764cfacf7a6 HTTP/1.1" 200 115 0.109455 10.0.0.41 - - [2025-10-09 03:54:23] "GET /projects?obj_uuids=4c96bf1d-6910-4980-8f9a-7a573be10abd&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001011 10.0.0.41 - - [2025-10-09 03:54:23] "GET /project/4c96bf1d-6910-4980-8f9a-7a573be10abd?fields=application_policy_sets HTTP/1.1" 200 1405 0.070721 10.0.0.41 - - [2025-10-09 03:54:23] "DELETE /access-control-list/7a60a259-a6f1-4eec-a242-cf150d3080be HTTP/1.1" 200 115 0.049495 10.0.0.41 - - [2025-10-09 03:54:23] "DELETE /project/ed6dd3ef-a8bf-4612-904b-0199ecf15ef7 HTTP/1.1" 200 115 0.641280 10.0.0.41 - - [2025-10-09 03:54:23] "DELETE /project/4c96bf1d-6910-4980-8f9a-7a573be10abd HTTP/1.1" 200 115 0.690798 10.0.0.41 - - [2025-10-09 03:54:26] "GET /projects?obj_uuids=e1e58051-e918-4d4d-a84f-3a5804003a36&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001039 10.0.0.56 - - [2025-10-09 03:54:26] "GET /project/e1e58051-e918-4d4d-a84f-3a5804003a36?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.042423 10.0.0.41 - - [2025-10-09 03:54:26] "GET /projects?obj_uuids=e1e58051-e918-4d4d-a84f-3a5804003a36&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000908 10.0.0.56 - - [2025-10-09 03:54:26] "GET /project/e1e58051-e918-4d4d-a84f-3a5804003a36?fields=virtual_networks HTTP/1.1" 200 1035 0.044847 10.0.0.41 - - [2025-10-09 03:54:26] "GET /projects?obj_uuids=e1e58051-e918-4d4d-a84f-3a5804003a36&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001607 10.0.0.56 - - [2025-10-09 03:54:26] "GET /project/e1e58051-e918-4d4d-a84f-3a5804003a36?fields=virtual_machine_interfaces HTTP/1.1" 200 1035 0.038214 10.0.0.41 - - [2025-10-09 03:54:26] "GET /projects?obj_uuids=e1e58051-e918-4d4d-a84f-3a5804003a36&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001163 10.0.0.56 - - [2025-10-09 03:54:26] "GET /project/e1e58051-e918-4d4d-a84f-3a5804003a36?fields=security_groups HTTP/1.1" 200 1262 0.040630 10.0.0.56 - - [2025-10-09 03:54:27] "POST /fqname-to-id HTTP/1.1" 404 195 0.025160 10.0.0.41 - - [2025-10-09 03:54:27] "GET /projects?obj_uuids=85adf81b-69b8-49ff-b11c-83707bc481be&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003715 10.0.0.41 - - [2025-10-09 03:54:27] "GET /domains?obj_uuids=7ed77c0b-e642-4c13-a404-7756503cf17d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001019 10.0.0.41 - - [2025-10-09 03:54:27] "GET /domain/7ed77c0b-e642-4c13-a404-7756503cf17d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007871 10.0.0.41 - - [2025-10-09 03:54:27] "POST /id-to-fqname HTTP/1.1" 200 197 0.001296 10.0.0.41 - - [2025-10-09 03:54:27] "POST /fqname-to-id HTTP/1.1" 404 206 0.004834 10.0.0.41 - - [2025-10-09 03:54:27] "POST /security-groups HTTP/1.1" 200 598 0.080775 10.0.0.41 - - [2025-10-09 03:54:27] "POST /projects HTTP/1.1" 200 599 0.299651 10.0.0.41 - - [2025-10-09 03:54:27] "POST /access-control-lists HTTP/1.1" 200 603 0.031533 10.0.0.41 - - [2025-10-09 03:54:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.378904 10.0.0.56 - - [2025-10-09 03:54:27] "GET /project/85adf81b-69b8-49ff-b11c-83707bc481be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1391 0.519989 10.0.0.56 - - [2025-10-09 03:54:29] "GET / HTTP/1.1" 200 35931 0.001862 10.0.0.56 - - [2025-10-09 03:54:30] "POST /fqname-to-id HTTP/1.1" 401 292 0.000503 10.0.0.56 - - [2025-10-09 03:54:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.057513 10.0.0.56 - - [2025-10-09 03:54:31] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004143 10.0.0.56 - - [2025-10-09 03:54:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003040 10.0.0.56 - - [2025-10-09 03:54:31] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004699 10.0.0.56 - - [2025-10-09 03:54:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003530 10.0.0.56 - - [2025-10-09 03:54:31] "PUT /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297 HTTP/1.1" 200 276 0.014139 10.0.0.56 - - [2025-10-09 03:54:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003929 10.0.0.41 - - [2025-10-09 03:54:31] "GET /projects?obj_uuids=85adf81b-69b8-49ff-b11c-83707bc481be&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.001100 10.0.0.56 - - [2025-10-09 03:54:31] "GET /project/85adf81b-69b8-49ff-b11c-83707bc481be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1391 0.039062 10.0.0.41 - - [2025-10-09 03:54:31] "POST /route-targets HTTP/1.1" 200 327 0.016403 10.0.0.41 - - [2025-10-09 03:54:31] "POST /useragent-kv HTTP/1.1" 200 115 0.009359 10.0.0.56 - - [2025-10-09 03:54:31] "POST /neutron/subnet HTTP/1.1" 200 701 0.255134 10.0.0.56 - - [2025-10-09 03:54:32] "POST /id-to-fqname HTTP/1.1" 200 218 0.001357 10.0.0.56 - - [2025-10-09 03:54:32] "GET /virtual-network/b5e53148-b906-49e0-b5d7-60d8bdad0de7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.006901 10.0.0.56 - - [2025-10-09 03:54:32] "GET /virtual-network/b5e53148-b906-49e0-b5d7-60d8bdad0de7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.007730 10.0.0.56 - - [2025-10-09 03:54:32] "POST /neutron/network HTTP/1.1" 200 808 0.008995 10.0.0.56 - - [2025-10-09 03:54:32] "POST /id-to-fqname HTTP/1.1" 200 218 0.001420 10.0.0.41 - - [2025-10-09 03:54:33] "GET /projects?obj_uuids=85adf81b-69b8-49ff-b11c-83707bc481be&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.001511 10.0.0.56 - - [2025-10-09 03:54:33] "GET /project/85adf81b-69b8-49ff-b11c-83707bc481be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1391 0.076647 10.0.0.56 - - [2025-10-09 03:54:33] "POST /neutron/network HTTP/1.1" 200 808 0.033541 10.0.0.56 - - [2025-10-09 03:54:33] "POST /id-to-fqname HTTP/1.1" 200 218 0.001499 10.0.0.56 - - [2025-10-09 03:54:33] "POST /neutron/port HTTP/1.1" 200 117 0.012515 10.0.0.41 - - [2025-10-09 03:54:33] "GET /projects?obj_uuids=85adf81b-69b8-49ff-b11c-83707bc481be&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.001014 10.0.0.56 - - [2025-10-09 03:54:34] "POST /neutron/port HTTP/1.1" 200 1062 0.280044 10.0.0.56 - - [2025-10-09 03:54:34] "POST /neutron/port HTTP/1.1" 200 1116 0.113295 10.0.0.56 - - [2025-10-09 03:54:34] "POST /neutron/subnet HTTP/1.1" 200 675 0.008925 10.0.0.41 - - [2025-10-09 03:54:34] "GET /projects?obj_uuids=85adf81b-69b8-49ff-b11c-83707bc481be&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.000976 10.0.0.56 - - [2025-10-09 03:54:34] "GET /project/85adf81b-69b8-49ff-b11c-83707bc481be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1391 0.064044 10.0.0.56 - - [2025-10-09 03:54:34] "POST /neutron/network HTTP/1.1" 200 808 0.006553 10.0.0.56 - - [2025-10-09 03:54:34] "POST /neutron/port HTTP/1.1" 200 117 0.008233 10.0.0.56 - - [2025-10-09 03:54:35] "GET /virtual-network/b5e53148-b906-49e0-b5d7-60d8bdad0de7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.006034 10.0.0.56 - - [2025-10-09 03:54:35] "POST /neutron/port HTTP/1.1" 200 1062 0.053858 10.0.0.56 - - [2025-10-09 03:54:35] "POST /neutron/port HTTP/1.1" 200 1090 0.020682 10.0.0.56 - - [2025-10-09 03:54:35] "POST /neutron/port HTTP/1.1" 200 117 0.001715 10.0.0.56 - - [2025-10-09 03:54:35] "GET /obj-perms HTTP/1.1" 200 5044 0.049713 10.0.0.19 - - [2025-10-09 03:54:36] "GET /obj-perms HTTP/1.1" 200 5044 0.051336 10.0.0.56 - - [2025-10-09 03:54:36] "POST /neutron/security_group HTTP/1.1" 200 2065 0.007783 10.0.0.56 - - [2025-10-09 03:54:36] "POST /neutron/port HTTP/1.1" 200 1090 0.015083 10.0.0.56 - - [2025-10-09 03:54:37] "POST /neutron/security_group HTTP/1.1" 200 2065 0.007410 10.0.0.56 - - [2025-10-09 03:54:37] "GET /virtual-machine/cab9502c-3d7a-4439-96bf-881136f9f232 HTTP/1.1" 401 292 0.000409 10.0.0.56 - - [2025-10-09 03:54:37] "GET /virtual-machine/cab9502c-3d7a-4439-96bf-881136f9f232 HTTP/1.1" 200 1300 0.034286 10.0.0.56 - - [2025-10-09 03:54:37] "GET /virtual-machine/cab9502c-3d7a-4439-96bf-881136f9f232 HTTP/1.1" 200 1300 0.004026 10.0.0.56 - - [2025-10-09 03:54:37] "GET /virtual-machine-interface/c99b3001-cf29-42a0-9d03-f6b98e30c177 HTTP/1.1" 200 2950 0.005208 10.0.0.56 - - [2025-10-09 03:54:37] "GET /virtual-machine/cab9502c-3d7a-4439-96bf-881136f9f232 HTTP/1.1" 200 1300 0.003461 10.0.0.56 - - [2025-10-09 03:54:37] "GET /virtual-machine-interface/c99b3001-cf29-42a0-9d03-f6b98e30c177 HTTP/1.1" 200 2950 0.005389 10.0.0.56 - - [2025-10-09 03:54:37] "GET /instance-ip/dadda5d5-b8c9-416b-a0db-7ef82d1c9ea5 HTTP/1.1" 200 1621 0.014335 10.0.0.56 - - [2025-10-09 03:54:37] "GET /virtual-machine/cab9502c-3d7a-4439-96bf-881136f9f232 HTTP/1.1" 200 1300 0.005020 10.0.0.56 - - [2025-10-09 03:54:37] "GET /virtual-machine-interface/c99b3001-cf29-42a0-9d03-f6b98e30c177 HTTP/1.1" 200 2950 0.005363 10.0.0.56 - - [2025-10-09 03:54:37] "GET /instance-ip/dadda5d5-b8c9-416b-a0db-7ef82d1c9ea5 HTTP/1.1" 200 1621 0.003964 10.0.0.56 - - [2025-10-09 03:54:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003787 10.0.0.56 - - [2025-10-09 03:54:37] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003891 10.0.0.56 - - [2025-10-09 03:54:37] "GET /virtual-networks?parent_id=85adf81b-69b8-49ff-b11c-83707bc481be&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002879 10.0.0.56 - - [2025-10-09 03:54:37] "GET /virtual-network/b5e53148-b906-49e0-b5d7-60d8bdad0de7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.006103 10.0.0.56 - - [2025-10-09 03:54:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003243 10.0.0.56 - - [2025-10-09 03:54:37] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004750 10.0.0.56 - - [2025-10-09 03:54:37] "GET /virtual-networks?parent_id=85adf81b-69b8-49ff-b11c-83707bc481be&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004929 10.0.0.56 - - [2025-10-09 03:54:37] "GET /virtual-network/b5e53148-b906-49e0-b5d7-60d8bdad0de7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.006053 10.0.0.56 - - [2025-10-09 03:54:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003645 10.0.0.56 - - [2025-10-09 03:54:37] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004386 10.0.0.56 - - [2025-10-09 03:54:37] "GET /virtual-networks?parent_id=85adf81b-69b8-49ff-b11c-83707bc481be&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002788 10.0.0.56 - - [2025-10-09 03:54:37] "GET /virtual-network/b5e53148-b906-49e0-b5d7-60d8bdad0de7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.006156 10.0.0.56 - - [2025-10-09 03:54:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003450 10.0.0.56 - - [2025-10-09 03:54:37] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004111 10.0.0.56 - - [2025-10-09 03:54:37] "GET /virtual-networks?parent_id=85adf81b-69b8-49ff-b11c-83707bc481be&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003052 10.0.0.56 - - [2025-10-09 03:54:38] "GET /virtual-network/b5e53148-b906-49e0-b5d7-60d8bdad0de7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.007004 10.0.0.56 - - [2025-10-09 03:54:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003683 10.0.0.56 - - [2025-10-09 03:54:38] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004293 10.0.0.56 - - [2025-10-09 03:54:38] "GET /virtual-networks?parent_id=85adf81b-69b8-49ff-b11c-83707bc481be&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002890 10.0.0.56 - - [2025-10-09 03:54:38] "GET /virtual-network/b5e53148-b906-49e0-b5d7-60d8bdad0de7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.006204 10.0.0.56 - - [2025-10-09 03:54:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003864 10.0.0.56 - - [2025-10-09 03:54:38] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.006563 10.0.0.56 - - [2025-10-09 03:54:38] "GET /virtual-networks?parent_id=85adf81b-69b8-49ff-b11c-83707bc481be&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002662 10.0.0.56 - - [2025-10-09 03:54:38] "GET /virtual-network/b5e53148-b906-49e0-b5d7-60d8bdad0de7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.006100 10.0.0.56 - - [2025-10-09 03:54:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003927 10.0.0.56 - - [2025-10-09 03:54:38] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004128 10.0.0.56 - - [2025-10-09 03:54:38] "GET /virtual-networks?parent_id=85adf81b-69b8-49ff-b11c-83707bc481be&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002926 10.0.0.56 - - [2025-10-09 03:54:38] "GET /virtual-network/b5e53148-b906-49e0-b5d7-60d8bdad0de7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.006078 10.0.0.56 - - [2025-10-09 03:54:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003669 10.0.0.56 - - [2025-10-09 03:54:41] "GET /virtual-network/b5e53148-b906-49e0-b5d7-60d8bdad0de7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.006101 10.0.0.56 - - [2025-10-09 03:54:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003746 10.0.0.56 - - [2025-10-09 03:54:45] "GET /virtual-network/b5e53148-b906-49e0-b5d7-60d8bdad0de7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.005522 10.0.0.56 - - [2025-10-09 03:54:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003622 10.0.0.56 - - [2025-10-09 03:54:49] "GET /virtual-network/b5e53148-b906-49e0-b5d7-60d8bdad0de7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.005897 10.0.0.56 - - [2025-10-09 03:54:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004063 10.0.0.56 - - [2025-10-09 03:54:53] "GET /virtual-network/b5e53148-b906-49e0-b5d7-60d8bdad0de7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.005542 10.0.0.56 - - [2025-10-09 03:54:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003673 10.0.0.56 - - [2025-10-09 03:54:57] "GET /virtual-network/b5e53148-b906-49e0-b5d7-60d8bdad0de7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.005605 10.0.0.56 - - [2025-10-09 03:55:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003901 10.0.0.56 - - [2025-10-09 03:55:01] "GET /virtual-network/b5e53148-b906-49e0-b5d7-60d8bdad0de7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.006352 10.0.0.56 - - [2025-10-09 03:55:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003845 10.0.0.56 - - [2025-10-09 03:55:06] "GET /virtual-network/b5e53148-b906-49e0-b5d7-60d8bdad0de7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.005825 10.0.0.56 - - [2025-10-09 03:55:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003746 10.0.0.56 - - [2025-10-09 03:55:10] "GET /virtual-network/b5e53148-b906-49e0-b5d7-60d8bdad0de7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.005757 10.0.0.56 - - [2025-10-09 03:55:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003869 10.0.0.56 - - [2025-10-09 03:55:12] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003931 10.0.0.56 - - [2025-10-09 03:55:12] "GET /virtual-networks?parent_id=85adf81b-69b8-49ff-b11c-83707bc481be&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003071 10.0.0.56 - - [2025-10-09 03:55:12] "GET /virtual-network/b5e53148-b906-49e0-b5d7-60d8bdad0de7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.007343 10.0.0.56 - - [2025-10-09 03:55:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003863 10.0.0.56 - - [2025-10-09 03:55:12] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003718 10.0.0.56 - - [2025-10-09 03:55:12] "GET /virtual-networks?parent_id=85adf81b-69b8-49ff-b11c-83707bc481be&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003183 10.0.0.56 - - [2025-10-09 03:55:12] "GET /virtual-network/b5e53148-b906-49e0-b5d7-60d8bdad0de7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.007467 10.0.0.56 - - [2025-10-09 03:55:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004009 10.0.0.56 - - [2025-10-09 03:55:12] "GET /routing-instance/3ca284bb-44ed-41e6-b2e8-6204b0638dae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1446 0.006392 10.0.0.56 - - [2025-10-09 03:55:12] "GET /route-target/1443f82a-c7fe-44e7-8eba-a80a65c328d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004483 10.0.0.56 - - [2025-10-09 03:55:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003561 10.0.0.56 - - [2025-10-09 03:55:12] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004479 10.0.0.56 - - [2025-10-09 03:55:12] "GET /virtual-networks?parent_id=85adf81b-69b8-49ff-b11c-83707bc481be&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003310 10.0.0.56 - - [2025-10-09 03:55:12] "GET /virtual-network/b5e53148-b906-49e0-b5d7-60d8bdad0de7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.006152 10.0.0.56 - - [2025-10-09 03:55:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003431 10.0.0.56 - - [2025-10-09 03:55:13] "GET /routing-instance/3ca284bb-44ed-41e6-b2e8-6204b0638dae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1446 0.004763 10.0.0.56 - - [2025-10-09 03:55:13] "GET /route-target/1443f82a-c7fe-44e7-8eba-a80a65c328d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004865 10.0.0.56 - - [2025-10-09 03:55:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004827 10.0.0.56 - - [2025-10-09 03:55:13] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005665 10.0.0.56 - - [2025-10-09 03:55:13] "GET /virtual-networks?parent_id=85adf81b-69b8-49ff-b11c-83707bc481be&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003615 10.0.0.56 - - [2025-10-09 03:55:13] "GET /virtual-network/b5e53148-b906-49e0-b5d7-60d8bdad0de7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.006808 10.0.0.56 - - [2025-10-09 03:55:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003597 10.0.0.56 - - [2025-10-09 03:55:13] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004246 10.0.0.56 - - [2025-10-09 03:55:13] "GET /virtual-networks?parent_id=85adf81b-69b8-49ff-b11c-83707bc481be&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003350 10.0.0.56 - - [2025-10-09 03:55:13] "GET /virtual-network/b5e53148-b906-49e0-b5d7-60d8bdad0de7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.005956 10.0.0.41 - - [2025-10-09 03:55:13] "GET /obj-perms HTTP/1.1" 200 5044 0.052584 10.0.0.56 - - [2025-10-09 03:55:13] "GET /obj-perms HTTP/1.1" 200 5044 0.003994 10.0.0.56 - - [2025-10-09 03:55:13] "GET /obj-perms HTTP/1.1" 200 5044 0.004206 10.0.0.56 - - [2025-10-09 03:55:13] "GET /obj-perms HTTP/1.1" 200 5044 0.004173 10.0.0.41 - - [2025-10-09 03:55:13] "GET /obj-perms HTTP/1.1" 200 5044 0.004268 10.0.0.56 - - [2025-10-09 03:55:14] "POST /neutron/port HTTP/1.1" 200 1090 0.017274 10.0.0.56 - - [2025-10-09 03:55:14] "POST /neutron/security_group HTTP/1.1" 200 2065 0.011766 10.0.0.56 - - [2025-10-09 03:55:14] "GET /virtual-machine/96583091-2943-4274-97ad-8f4d765cf474 HTTP/1.1" 200 1300 0.006545 10.0.0.56 - - [2025-10-09 03:55:14] "GET /virtual-machine/96583091-2943-4274-97ad-8f4d765cf474 HTTP/1.1" 200 1300 0.007444 10.0.0.56 - - [2025-10-09 03:55:14] "GET /virtual-machine-interface/14a776b0-98a3-4603-a303-deca35e6647c HTTP/1.1" 200 2949 0.005097 10.0.0.56 - - [2025-10-09 03:55:14] "GET /virtual-machine/96583091-2943-4274-97ad-8f4d765cf474 HTTP/1.1" 200 1300 0.003613 10.0.0.56 - - [2025-10-09 03:55:14] "GET /virtual-machine-interface/14a776b0-98a3-4603-a303-deca35e6647c HTTP/1.1" 200 2949 0.005168 10.0.0.56 - - [2025-10-09 03:55:14] "GET /instance-ip/85459a94-aaae-42f7-8aef-5bfd2fabfbe7 HTTP/1.1" 200 1620 0.005454 10.0.0.56 - - [2025-10-09 03:55:14] "GET /virtual-machine/96583091-2943-4274-97ad-8f4d765cf474 HTTP/1.1" 200 1300 0.003635 10.0.0.56 - - [2025-10-09 03:55:14] "GET /virtual-machine-interface/14a776b0-98a3-4603-a303-deca35e6647c HTTP/1.1" 200 2949 0.004949 10.0.0.56 - - [2025-10-09 03:55:14] "GET /instance-ip/85459a94-aaae-42f7-8aef-5bfd2fabfbe7 HTTP/1.1" 200 1620 0.004546 10.0.0.56 - - [2025-10-09 03:55:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004266 10.0.0.56 - - [2025-10-09 03:55:14] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003988 10.0.0.56 - - [2025-10-09 03:55:14] "GET /virtual-networks?parent_id=85adf81b-69b8-49ff-b11c-83707bc481be&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003187 10.0.0.56 - - [2025-10-09 03:55:14] "GET /virtual-network/b5e53148-b906-49e0-b5d7-60d8bdad0de7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.007341 10.0.0.56 - - [2025-10-09 03:55:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003600 10.0.0.56 - - [2025-10-09 03:55:14] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004721 10.0.0.56 - - [2025-10-09 03:55:14] "GET /virtual-networks?parent_id=85adf81b-69b8-49ff-b11c-83707bc481be&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003594 10.0.0.56 - - [2025-10-09 03:55:14] "GET /virtual-network/b5e53148-b906-49e0-b5d7-60d8bdad0de7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.006334 10.0.0.56 - - [2025-10-09 03:55:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.005861 10.0.0.56 - - [2025-10-09 03:55:14] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004655 10.0.0.56 - - [2025-10-09 03:55:14] "GET /virtual-networks?parent_id=85adf81b-69b8-49ff-b11c-83707bc481be&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.005692 10.0.0.56 - - [2025-10-09 03:55:14] "GET /virtual-network/b5e53148-b906-49e0-b5d7-60d8bdad0de7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.010986 10.0.0.56 - - [2025-10-09 03:55:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003547 10.0.0.56 - - [2025-10-09 03:55:14] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004291 10.0.0.56 - - [2025-10-09 03:55:14] "GET /virtual-networks?parent_id=85adf81b-69b8-49ff-b11c-83707bc481be&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003112 10.0.0.56 - - [2025-10-09 03:55:14] "GET /virtual-network/b5e53148-b906-49e0-b5d7-60d8bdad0de7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.006404 10.0.0.56 - - [2025-10-09 03:55:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.005351 10.0.0.56 - - [2025-10-09 03:55:14] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004669 10.0.0.56 - - [2025-10-09 03:55:14] "GET /virtual-networks?parent_id=85adf81b-69b8-49ff-b11c-83707bc481be&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003707 10.0.0.56 - - [2025-10-09 03:55:15] "GET /virtual-network/b5e53148-b906-49e0-b5d7-60d8bdad0de7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.006357 10.0.0.56 - - [2025-10-09 03:55:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003467 10.0.0.56 - - [2025-10-09 03:55:15] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005761 10.0.0.56 - - [2025-10-09 03:55:15] "GET /virtual-networks?parent_id=85adf81b-69b8-49ff-b11c-83707bc481be&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003316 10.0.0.56 - - [2025-10-09 03:55:15] "GET /virtual-network/b5e53148-b906-49e0-b5d7-60d8bdad0de7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.006363 10.0.0.56 - - [2025-10-09 03:55:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004297 10.0.0.56 - - [2025-10-09 03:55:15] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004391 10.0.0.56 - - [2025-10-09 03:55:15] "GET /virtual-networks?parent_id=85adf81b-69b8-49ff-b11c-83707bc481be&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003250 10.0.0.56 - - [2025-10-09 03:55:15] "GET /virtual-network/b5e53148-b906-49e0-b5d7-60d8bdad0de7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.009734 10.0.0.56 - - [2025-10-09 03:55:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003978 10.0.0.56 - - [2025-10-09 03:55:16] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004909 10.0.0.56 - - [2025-10-09 03:55:16] "GET /virtual-networks?parent_id=85adf81b-69b8-49ff-b11c-83707bc481be&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004182 10.0.0.56 - - [2025-10-09 03:55:16] "GET /virtual-network/b5e53148-b906-49e0-b5d7-60d8bdad0de7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.008597 10.0.0.56 - - [2025-10-09 03:55:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003867 10.0.0.56 - - [2025-10-09 03:55:16] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003900 10.0.0.56 - - [2025-10-09 03:55:16] "GET /virtual-networks?parent_id=85adf81b-69b8-49ff-b11c-83707bc481be&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002969 10.0.0.56 - - [2025-10-09 03:55:16] "GET /virtual-network/b5e53148-b906-49e0-b5d7-60d8bdad0de7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.006256 10.0.0.56 - - [2025-10-09 03:55:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003366 10.0.0.56 - - [2025-10-09 03:55:16] "GET /routing-instance/3ca284bb-44ed-41e6-b2e8-6204b0638dae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1446 0.004949 10.0.0.56 - - [2025-10-09 03:55:16] "GET /route-target/1443f82a-c7fe-44e7-8eba-a80a65c328d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004934 10.0.0.56 - - [2025-10-09 03:55:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003751 10.0.0.56 - - [2025-10-09 03:55:16] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003716 10.0.0.56 - - [2025-10-09 03:55:16] "GET /virtual-networks?parent_id=85adf81b-69b8-49ff-b11c-83707bc481be&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003007 10.0.0.56 - - [2025-10-09 03:55:17] "GET /virtual-network/b5e53148-b906-49e0-b5d7-60d8bdad0de7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.007153 10.0.0.56 - - [2025-10-09 03:55:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003578 10.0.0.56 - - [2025-10-09 03:55:17] "GET /routing-instance/3ca284bb-44ed-41e6-b2e8-6204b0638dae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1446 0.004934 10.0.0.56 - - [2025-10-09 03:55:17] "GET /route-target/1443f82a-c7fe-44e7-8eba-a80a65c328d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.005214 10.0.0.56 - - [2025-10-09 03:55:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004080 10.0.0.56 - - [2025-10-09 03:55:17] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004793 10.0.0.56 - - [2025-10-09 03:55:17] "GET /virtual-networks?parent_id=85adf81b-69b8-49ff-b11c-83707bc481be&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003151 10.0.0.56 - - [2025-10-09 03:55:17] "GET /virtual-network/b5e53148-b906-49e0-b5d7-60d8bdad0de7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.006394 10.0.0.56 - - [2025-10-09 03:55:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003685 10.0.0.56 - - [2025-10-09 03:55:17] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005019 10.0.0.56 - - [2025-10-09 03:55:17] "GET /virtual-networks?parent_id=85adf81b-69b8-49ff-b11c-83707bc481be&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003609 10.0.0.56 - - [2025-10-09 03:55:17] "GET /virtual-network/b5e53148-b906-49e0-b5d7-60d8bdad0de7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.007194 10.0.0.56 - - [2025-10-09 03:55:17] "GET /obj-perms HTTP/1.1" 200 5044 0.004066 10.0.0.41 - - [2025-10-09 03:55:17] "GET /obj-perms HTTP/1.1" 200 5044 0.004129 10.0.0.56 - - [2025-10-09 03:55:17] "GET /obj-perms HTTP/1.1" 200 5044 0.004438 10.0.0.41 - - [2025-10-09 03:55:17] "GET /obj-perms HTTP/1.1" 200 5044 0.004403 10.0.0.56 - - [2025-10-09 03:55:17] "GET /virtual-machine/cab9502c-3d7a-4439-96bf-881136f9f232 HTTP/1.1" 200 1300 0.004229 10.0.0.56 - - [2025-10-09 03:55:17] "GET /virtual-machine-interface/c99b3001-cf29-42a0-9d03-f6b98e30c177 HTTP/1.1" 200 2950 0.006119 10.0.0.56 - - [2025-10-09 03:55:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003849 10.0.0.56 - - [2025-10-09 03:55:17] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003760 10.0.0.56 - - [2025-10-09 03:55:17] "GET /virtual-networks?parent_id=85adf81b-69b8-49ff-b11c-83707bc481be&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003155 10.0.0.56 - - [2025-10-09 03:55:17] "GET /virtual-network/b5e53148-b906-49e0-b5d7-60d8bdad0de7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.005946 10.0.0.56 - - [2025-10-09 03:55:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003746 10.0.0.56 - - [2025-10-09 03:55:19] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003841 10.0.0.56 - - [2025-10-09 03:55:19] "GET /virtual-networks?parent_id=85adf81b-69b8-49ff-b11c-83707bc481be&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003292 10.0.0.56 - - [2025-10-09 03:55:19] "GET /virtual-network/b5e53148-b906-49e0-b5d7-60d8bdad0de7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.006402 10.0.0.56 - - [2025-10-09 03:55:19] "POST /neutron/port HTTP/1.1" 200 1090 0.015475 10.0.0.56 - - [2025-10-09 03:55:20] "POST /neutron/security_group HTTP/1.1" 200 2065 0.031357 10.0.0.56 - - [2025-10-09 03:55:22] "POST /neutron/network HTTP/1.1" 200 818 0.010826 10.0.0.56 - - [2025-10-09 03:55:22] "POST /neutron/port HTTP/1.1" 200 117 0.002113 10.0.0.41 - - [2025-10-09 03:55:23] "GET /projects?obj_uuids=e1e58051-e918-4d4d-a84f-3a5804003a36&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001364 10.0.0.41 - - [2025-10-09 03:55:23] "DELETE /project/85adf81b69b849ffb11c83707bc481be HTTP/1.1" 404 173 0.017459 10.0.0.41 - - [2025-10-09 03:55:23] "GET /project/e1e58051-e918-4d4d-a84f-3a5804003a36?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1473 0.056195 10.0.0.41 - - [2025-10-09 03:55:23] "GET /projects?obj_uuids=e1e58051-e918-4d4d-a84f-3a5804003a36&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001356 10.0.0.41 - - [2025-10-09 03:55:23] "GET /project/e1e58051-e918-4d4d-a84f-3a5804003a36?fields=security_groups HTTP/1.1" 200 1367 0.056355 10.0.0.41 - - [2025-10-09 03:55:24] "DELETE /security-group/dd35db4f-a119-4a67-8d44-c9b9c2c9a936 HTTP/1.1" 200 115 0.107497 10.0.0.41 - - [2025-10-09 03:55:24] "GET /projects?obj_uuids=e1e58051-e918-4d4d-a84f-3a5804003a36&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001453 10.0.0.41 - - [2025-10-09 03:55:24] "GET /project/e1e58051-e918-4d4d-a84f-3a5804003a36?fields=application_policy_sets HTTP/1.1" 200 1406 0.081713 10.0.0.41 - - [2025-10-09 03:55:24] "DELETE /access-control-list/00f1b778-e7be-4a9f-8cc3-db27db2930a3 HTTP/1.1" 200 115 0.092170 10.0.0.41 - - [2025-10-09 03:55:24] "DELETE /project/e1e58051-e918-4d4d-a84f-3a5804003a36 HTTP/1.1" 200 115 0.585648 10.0.0.56 - - [2025-10-09 03:55:24] "POST /neutron/port HTTP/1.1" 200 1090 0.029821 10.0.0.19 - - [2025-10-09 03:55:24] "GET /obj-perms HTTP/1.1" 200 5056 0.091335 10.0.0.56 - - [2025-10-09 03:55:24] "POST /neutron/security_group HTTP/1.1" 200 2065 0.008935 10.0.0.56 - - [2025-10-09 03:55:24] "POST /neutron/port HTTP/1.1" 200 117 0.001268 10.0.0.56 - - [2025-10-09 03:55:25] "POST /neutron/security_group HTTP/1.1" 200 2065 0.007406 10.0.0.56 - - [2025-10-09 03:55:29] "GET /virtual-machine/96583091-2943-4274-97ad-8f4d765cf474 HTTP/1.1" 200 1300 0.004509 10.0.0.56 - - [2025-10-09 03:55:29] "GET /virtual-machine-interface/14a776b0-98a3-4603-a303-deca35e6647c HTTP/1.1" 200 2949 0.005870 10.0.0.56 - - [2025-10-09 03:55:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003949 10.0.0.56 - - [2025-10-09 03:55:29] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005097 10.0.0.56 - - [2025-10-09 03:55:29] "GET /virtual-networks?parent_id=85adf81b-69b8-49ff-b11c-83707bc481be&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003981 10.0.0.56 - - [2025-10-09 03:55:29] "GET /virtual-network/b5e53148-b906-49e0-b5d7-60d8bdad0de7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.006204 10.0.0.56 - - [2025-10-09 03:55:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003412 10.0.0.56 - - [2025-10-09 03:55:30] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003331 10.0.0.56 - - [2025-10-09 03:55:30] "GET /virtual-networks?parent_id=85adf81b-69b8-49ff-b11c-83707bc481be&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002933 10.0.0.56 - - [2025-10-09 03:55:30] "GET /virtual-network/b5e53148-b906-49e0-b5d7-60d8bdad0de7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.006218 10.0.0.56 - - [2025-10-09 03:56:24] "POST /neutron/port HTTP/1.1" 200 1090 0.015518 10.0.0.56 - - [2025-10-09 03:56:24] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004493 10.0.0.56 - - [2025-10-09 03:56:24] "POST /neutron/port HTTP/1.1" 200 117 0.001216 10.0.0.56 - - [2025-10-09 03:56:24] "POST /neutron/network HTTP/1.1" 200 818 0.007689 10.0.0.56 - - [2025-10-09 03:56:24] "POST /neutron/port HTTP/1.1" 200 117 0.001384 10.0.0.56 - - [2025-10-09 03:57:21] "POST /neutron/security_group HTTP/1.1" 200 2065 0.008000 10.0.0.56 - - [2025-10-09 03:57:21] "GET /virtual-machine/cab9502c-3d7a-4439-96bf-881136f9f232 HTTP/1.1" 200 1300 0.003863 10.0.0.56 - - [2025-10-09 03:57:21] "GET /virtual-machine-interface/c99b3001-cf29-42a0-9d03-f6b98e30c177 HTTP/1.1" 200 2950 0.005538 10.0.0.56 - - [2025-10-09 03:57:21] "GET /virtual-machine/cab9502c-3d7a-4439-96bf-881136f9f232 HTTP/1.1" 200 1300 0.003821 10.0.0.56 - - [2025-10-09 03:57:21] "GET /virtual-machine-interface/c99b3001-cf29-42a0-9d03-f6b98e30c177 HTTP/1.1" 200 2950 0.005291 10.0.0.56 - - [2025-10-09 03:57:21] "GET /instance-ip/dadda5d5-b8c9-416b-a0db-7ef82d1c9ea5 HTTP/1.1" 200 1621 0.004017 10.0.0.56 - - [2025-10-09 03:57:21] "GET /virtual-machine/cab9502c-3d7a-4439-96bf-881136f9f232 HTTP/1.1" 200 1300 0.003583 10.0.0.56 - - [2025-10-09 03:57:21] "GET /virtual-machine-interface/c99b3001-cf29-42a0-9d03-f6b98e30c177 HTTP/1.1" 200 2950 0.004912 10.0.0.56 - - [2025-10-09 03:57:21] "GET /instance-ip/dadda5d5-b8c9-416b-a0db-7ef82d1c9ea5 HTTP/1.1" 200 1621 0.004952 10.0.0.56 - - [2025-10-09 03:57:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.002958 10.0.0.56 - - [2025-10-09 03:57:21] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003283 10.0.0.56 - - [2025-10-09 03:57:21] "GET /virtual-networks?parent_id=85adf81b-69b8-49ff-b11c-83707bc481be&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002773 10.0.0.56 - - [2025-10-09 03:57:21] "GET /virtual-network/b5e53148-b906-49e0-b5d7-60d8bdad0de7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.006281 10.0.0.56 - - [2025-10-09 03:57:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003863 10.0.0.56 - - [2025-10-09 03:57:21] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005871 10.0.0.56 - - [2025-10-09 03:57:21] "GET /virtual-networks?parent_id=85adf81b-69b8-49ff-b11c-83707bc481be&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004369 10.0.0.56 - - [2025-10-09 03:57:21] "GET /virtual-network/b5e53148-b906-49e0-b5d7-60d8bdad0de7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.010717 10.0.0.56 - - [2025-10-09 03:57:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.006321 10.0.0.56 - - [2025-10-09 03:57:21] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005547 10.0.0.56 - - [2025-10-09 03:57:21] "GET /virtual-networks?parent_id=85adf81b-69b8-49ff-b11c-83707bc481be&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004101 10.0.0.56 - - [2025-10-09 03:57:21] "GET /virtual-network/b5e53148-b906-49e0-b5d7-60d8bdad0de7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.008376 10.0.0.56 - - [2025-10-09 03:57:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004644 10.0.0.56 - - [2025-10-09 03:57:21] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004983 10.0.0.56 - - [2025-10-09 03:57:21] "GET /virtual-networks?parent_id=85adf81b-69b8-49ff-b11c-83707bc481be&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003056 10.0.0.56 - - [2025-10-09 03:57:21] "GET /virtual-network/b5e53148-b906-49e0-b5d7-60d8bdad0de7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.007870 10.0.0.56 - - [2025-10-09 03:57:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004958 10.0.0.56 - - [2025-10-09 03:57:21] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005937 10.0.0.56 - - [2025-10-09 03:57:21] "GET /virtual-networks?parent_id=85adf81b-69b8-49ff-b11c-83707bc481be&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004406 10.0.0.56 - - [2025-10-09 03:57:21] "GET /virtual-network/b5e53148-b906-49e0-b5d7-60d8bdad0de7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.006674 10.0.0.56 - - [2025-10-09 03:57:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003765 10.0.0.56 - - [2025-10-09 03:57:22] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004230 10.0.0.56 - - [2025-10-09 03:57:22] "GET /virtual-networks?parent_id=85adf81b-69b8-49ff-b11c-83707bc481be&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003520 10.0.0.56 - - [2025-10-09 03:57:22] "GET /virtual-network/b5e53148-b906-49e0-b5d7-60d8bdad0de7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.006504 10.0.0.56 - - [2025-10-09 03:57:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003073 10.0.0.56 - - [2025-10-09 03:57:22] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004281 10.0.0.56 - - [2025-10-09 03:57:22] "GET /virtual-networks?parent_id=85adf81b-69b8-49ff-b11c-83707bc481be&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003701 10.0.0.56 - - [2025-10-09 03:57:22] "GET /virtual-network/b5e53148-b906-49e0-b5d7-60d8bdad0de7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.005901 10.0.0.56 - - [2025-10-09 03:57:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004440 10.0.0.56 - - [2025-10-09 03:57:23] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005266 10.0.0.56 - - [2025-10-09 03:57:23] "GET /virtual-networks?parent_id=85adf81b-69b8-49ff-b11c-83707bc481be&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004005 10.0.0.56 - - [2025-10-09 03:57:23] "GET /virtual-network/b5e53148-b906-49e0-b5d7-60d8bdad0de7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.007158 10.0.0.56 - - [2025-10-09 03:57:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003789 10.0.0.56 - - [2025-10-09 03:57:23] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003783 10.0.0.56 - - [2025-10-09 03:57:23] "GET /virtual-networks?parent_id=85adf81b-69b8-49ff-b11c-83707bc481be&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002958 10.0.0.56 - - [2025-10-09 03:57:23] "GET /virtual-network/b5e53148-b906-49e0-b5d7-60d8bdad0de7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.006683 10.0.0.56 - - [2025-10-09 03:57:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003083 10.0.0.56 - - [2025-10-09 03:57:23] "GET /routing-instance/3ca284bb-44ed-41e6-b2e8-6204b0638dae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1446 0.005155 10.0.0.56 - - [2025-10-09 03:57:23] "GET /route-target/1443f82a-c7fe-44e7-8eba-a80a65c328d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004469 10.0.0.56 - - [2025-10-09 03:57:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003625 10.0.0.56 - - [2025-10-09 03:57:23] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003733 10.0.0.56 - - [2025-10-09 03:57:23] "GET /virtual-networks?parent_id=85adf81b-69b8-49ff-b11c-83707bc481be&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003045 10.0.0.56 - - [2025-10-09 03:57:23] "GET /virtual-network/b5e53148-b906-49e0-b5d7-60d8bdad0de7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.005977 10.0.0.56 - - [2025-10-09 03:57:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003221 10.0.0.56 - - [2025-10-09 03:57:23] "GET /routing-instance/3ca284bb-44ed-41e6-b2e8-6204b0638dae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1446 0.005204 10.0.0.56 - - [2025-10-09 03:57:24] "GET /route-target/1443f82a-c7fe-44e7-8eba-a80a65c328d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004053 10.0.0.56 - - [2025-10-09 03:57:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003389 10.0.0.56 - - [2025-10-09 03:57:24] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004683 10.0.0.56 - - [2025-10-09 03:57:24] "GET /virtual-networks?parent_id=85adf81b-69b8-49ff-b11c-83707bc481be&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003417 10.0.0.56 - - [2025-10-09 03:57:24] "GET /virtual-network/b5e53148-b906-49e0-b5d7-60d8bdad0de7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.005927 10.0.0.56 - - [2025-10-09 03:57:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003354 10.0.0.56 - - [2025-10-09 03:57:24] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004875 10.0.0.56 - - [2025-10-09 03:57:24] "GET /virtual-networks?parent_id=85adf81b-69b8-49ff-b11c-83707bc481be&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004050 10.0.0.56 - - [2025-10-09 03:57:24] "GET /virtual-network/b5e53148-b906-49e0-b5d7-60d8bdad0de7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.008736 10.0.0.56 - - [2025-10-09 03:57:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003654 10.0.0.56 - - [2025-10-09 03:57:24] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005216 10.0.0.56 - - [2025-10-09 03:57:24] "GET /virtual-networks?parent_id=85adf81b-69b8-49ff-b11c-83707bc481be&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.008077 10.0.0.56 - - [2025-10-09 03:57:24] "GET /virtual-network/b5e53148-b906-49e0-b5d7-60d8bdad0de7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.006891 10.0.0.56 - - [2025-10-09 03:57:24] "POST /neutron/network HTTP/1.1" 200 818 0.009124 10.0.0.56 - - [2025-10-09 03:57:24] "POST /neutron/port HTTP/1.1" 200 117 0.001230 10.0.0.56 - - [2025-10-09 03:57:25] "POST /neutron/port HTTP/1.1" 200 1090 0.015857 10.0.0.56 - - [2025-10-09 03:57:25] "POST /neutron/subnet HTTP/1.1" 200 675 0.012638 10.0.0.41 - - [2025-10-09 03:57:25] "GET /obj-perms HTTP/1.1" 200 5056 0.044354 10.0.0.56 - - [2025-10-09 03:57:26] "GET /obj-perms HTTP/1.1" 200 5056 0.044179 10.0.0.41 - - [2025-10-09 03:57:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.007892 10.0.0.41 - - [2025-10-09 03:57:26] "GET /virtual-router/9b0bdc22-da84-4899-924f-3b4ddfc8d9f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1246 0.004624 10.0.0.41 - - [2025-10-09 03:57:30] "GET /obj-perms HTTP/1.1" 200 5044 0.005582 10.0.0.41 - - [2025-10-09 03:57:36] "GET /obj-perms HTTP/1.1" 200 5044 0.004040 10.0.0.56 - - [2025-10-09 03:57:38] "GET /obj-perms HTTP/1.1" 200 5044 0.004618 10.0.0.41 - - [2025-10-09 03:57:38] "GET /obj-perms HTTP/1.1" 200 5044 0.004282 10.0.0.56 - - [2025-10-09 03:57:38] "GET /obj-perms HTTP/1.1" 200 5044 0.003956 10.0.0.56 - - [2025-10-09 03:57:38] "GET /obj-perms HTTP/1.1" 200 5044 0.004441 10.0.0.56 - - [2025-10-09 03:57:39] "POST /neutron/port HTTP/1.1" 200 1090 0.016151 10.0.0.56 - - [2025-10-09 03:57:39] "GET /virtual-machine/96583091-2943-4274-97ad-8f4d765cf474 HTTP/1.1" 200 1300 0.005794 10.0.0.56 - - [2025-10-09 03:57:39] "GET /virtual-machine-interface/14a776b0-98a3-4603-a303-deca35e6647c HTTP/1.1" 200 2949 0.007403 10.0.0.56 - - [2025-10-09 03:57:39] "GET /virtual-machine/96583091-2943-4274-97ad-8f4d765cf474 HTTP/1.1" 200 1300 0.005085 10.0.0.56 - - [2025-10-09 03:57:39] "GET /virtual-machine-interface/14a776b0-98a3-4603-a303-deca35e6647c HTTP/1.1" 200 2949 0.006168 10.0.0.56 - - [2025-10-09 03:57:39] "GET /instance-ip/85459a94-aaae-42f7-8aef-5bfd2fabfbe7 HTTP/1.1" 200 1620 0.005175 10.0.0.56 - - [2025-10-09 03:57:39] "GET /virtual-machine/96583091-2943-4274-97ad-8f4d765cf474 HTTP/1.1" 200 1300 0.004585 10.0.0.56 - - [2025-10-09 03:57:39] "GET /virtual-machine-interface/14a776b0-98a3-4603-a303-deca35e6647c HTTP/1.1" 200 2949 0.006094 10.0.0.56 - - [2025-10-09 03:57:39] "GET /instance-ip/85459a94-aaae-42f7-8aef-5bfd2fabfbe7 HTTP/1.1" 200 1620 0.004536 10.0.0.56 - - [2025-10-09 03:57:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003640 10.0.0.56 - - [2025-10-09 03:57:39] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003882 10.0.0.56 - - [2025-10-09 03:57:39] "GET /virtual-networks?parent_id=85adf81b-69b8-49ff-b11c-83707bc481be&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.010661 10.0.0.56 - - [2025-10-09 03:57:39] "GET /virtual-network/b5e53148-b906-49e0-b5d7-60d8bdad0de7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.007670 10.0.0.56 - - [2025-10-09 03:57:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003504 10.0.0.56 - - [2025-10-09 03:57:39] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004741 10.0.0.56 - - [2025-10-09 03:57:39] "GET /virtual-networks?parent_id=85adf81b-69b8-49ff-b11c-83707bc481be&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003053 10.0.0.56 - - [2025-10-09 03:57:39] "GET /virtual-network/b5e53148-b906-49e0-b5d7-60d8bdad0de7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.006274 10.0.0.56 - - [2025-10-09 03:57:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.005474 10.0.0.56 - - [2025-10-09 03:57:39] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004598 10.0.0.56 - - [2025-10-09 03:57:39] "GET /virtual-networks?parent_id=85adf81b-69b8-49ff-b11c-83707bc481be&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004744 10.0.0.56 - - [2025-10-09 03:57:39] "GET /virtual-network/b5e53148-b906-49e0-b5d7-60d8bdad0de7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.006442 10.0.0.56 - - [2025-10-09 03:57:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003986 10.0.0.56 - - [2025-10-09 03:57:39] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005177 10.0.0.56 - - [2025-10-09 03:57:39] "GET /virtual-networks?parent_id=85adf81b-69b8-49ff-b11c-83707bc481be&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003036 10.0.0.56 - - [2025-10-09 03:57:39] "GET /virtual-network/b5e53148-b906-49e0-b5d7-60d8bdad0de7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.005841 10.0.0.56 - - [2025-10-09 03:57:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.004862 10.0.0.56 - - [2025-10-09 03:57:39] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004464 10.0.0.56 - - [2025-10-09 03:57:39] "GET /virtual-networks?parent_id=85adf81b-69b8-49ff-b11c-83707bc481be&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002764 10.0.0.56 - - [2025-10-09 03:57:39] "GET /virtual-network/b5e53148-b906-49e0-b5d7-60d8bdad0de7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.008290 10.0.0.56 - - [2025-10-09 03:57:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.004095 10.0.0.56 - - [2025-10-09 03:57:39] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004206 10.0.0.56 - - [2025-10-09 03:57:39] "GET /virtual-networks?parent_id=85adf81b-69b8-49ff-b11c-83707bc481be&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.007256 10.0.0.56 - - [2025-10-09 03:57:39] "GET /virtual-network/b5e53148-b906-49e0-b5d7-60d8bdad0de7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.006194 10.0.0.56 - - [2025-10-09 03:57:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003427 10.0.0.56 - - [2025-10-09 03:57:39] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004807 10.0.0.56 - - [2025-10-09 03:57:39] "GET /virtual-networks?parent_id=85adf81b-69b8-49ff-b11c-83707bc481be&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003345 10.0.0.56 - - [2025-10-09 03:57:39] "GET /virtual-network/b5e53148-b906-49e0-b5d7-60d8bdad0de7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.006111 10.0.0.56 - - [2025-10-09 03:57:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.004222 10.0.0.56 - - [2025-10-09 03:57:41] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003736 10.0.0.56 - - [2025-10-09 03:57:41] "GET /virtual-networks?parent_id=85adf81b-69b8-49ff-b11c-83707bc481be&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002884 10.0.0.56 - - [2025-10-09 03:57:41] "GET /virtual-network/b5e53148-b906-49e0-b5d7-60d8bdad0de7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.005992 10.0.0.56 - - [2025-10-09 03:57:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.004049 10.0.0.56 - - [2025-10-09 03:57:41] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003829 10.0.0.56 - - [2025-10-09 03:57:41] "GET /virtual-networks?parent_id=85adf81b-69b8-49ff-b11c-83707bc481be&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.006035 10.0.0.56 - - [2025-10-09 03:57:41] "GET /virtual-network/b5e53148-b906-49e0-b5d7-60d8bdad0de7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.006083 10.0.0.56 - - [2025-10-09 03:57:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003043 10.0.0.56 - - [2025-10-09 03:57:41] "GET /routing-instance/3ca284bb-44ed-41e6-b2e8-6204b0638dae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1446 0.004359 10.0.0.56 - - [2025-10-09 03:57:41] "GET /route-target/1443f82a-c7fe-44e7-8eba-a80a65c328d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004435 10.0.0.56 - - [2025-10-09 03:57:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003581 10.0.0.56 - - [2025-10-09 03:57:41] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003455 10.0.0.56 - - [2025-10-09 03:57:41] "GET /virtual-networks?parent_id=85adf81b-69b8-49ff-b11c-83707bc481be&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003378 10.0.0.56 - - [2025-10-09 03:57:41] "GET /virtual-network/b5e53148-b906-49e0-b5d7-60d8bdad0de7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.005949 10.0.0.56 - - [2025-10-09 03:57:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003673 10.0.0.56 - - [2025-10-09 03:57:41] "GET /routing-instance/3ca284bb-44ed-41e6-b2e8-6204b0638dae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1446 0.005018 10.0.0.56 - - [2025-10-09 03:57:41] "GET /route-target/1443f82a-c7fe-44e7-8eba-a80a65c328d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004358 10.0.0.56 - - [2025-10-09 03:57:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003592 10.0.0.56 - - [2025-10-09 03:57:41] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004588 10.0.0.56 - - [2025-10-09 03:57:41] "GET /virtual-networks?parent_id=85adf81b-69b8-49ff-b11c-83707bc481be&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003224 10.0.0.56 - - [2025-10-09 03:57:41] "GET /virtual-network/b5e53148-b906-49e0-b5d7-60d8bdad0de7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.007075 10.0.0.56 - - [2025-10-09 03:57:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003855 10.0.0.56 - - [2025-10-09 03:57:42] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004252 10.0.0.56 - - [2025-10-09 03:57:42] "GET /virtual-networks?parent_id=85adf81b-69b8-49ff-b11c-83707bc481be&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003597 10.0.0.56 - - [2025-10-09 03:57:42] "GET /virtual-network/b5e53148-b906-49e0-b5d7-60d8bdad0de7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.007030 10.0.0.56 - - [2025-10-09 03:57:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003623 10.0.0.56 - - [2025-10-09 03:57:42] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004861 10.0.0.56 - - [2025-10-09 03:57:42] "GET /virtual-networks?parent_id=85adf81b-69b8-49ff-b11c-83707bc481be&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003330 10.0.0.56 - - [2025-10-09 03:57:42] "GET /virtual-network/b5e53148-b906-49e0-b5d7-60d8bdad0de7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.006068 10.0.0.41 - - [2025-10-09 03:57:42] "GET /obj-perms HTTP/1.1" 200 5044 0.004245 10.0.0.56 - - [2025-10-09 03:57:42] "GET /obj-perms HTTP/1.1" 200 5044 0.005173 10.0.0.19 - - [2025-10-09 03:57:42] "GET /obj-perms HTTP/1.1" 200 5044 0.004389 10.0.0.56 - - [2025-10-09 03:57:42] "GET /obj-perms HTTP/1.1" 200 5044 0.004284 10.0.0.41 - - [2025-10-09 03:58:00] "GET /global-system-configs HTTP/1.1" 401 292 0.000839 10.0.0.41 - - [2025-10-09 03:58:00] "GET /global-system-configs HTTP/1.1" 401 292 0.000559 10.0.0.41 - - [2025-10-09 03:58:01] "GET /global-system-configs HTTP/1.1" 401 292 0.000621 10.0.0.41 - - [2025-10-09 03:58:01] "GET /global-system-configs HTTP/1.1" 401 292 0.000443 10.0.0.19 - - [2025-10-09 03:58:01] "GET /global-system-configs HTTP/1.1" 401 292 0.000417 10.0.0.19 - - [2025-10-09 03:58:01] "GET /global-system-configs HTTP/1.1" 401 292 0.000412 10.0.0.19 - - [2025-10-09 03:58:01] "GET /global-system-configs HTTP/1.1" 401 292 0.000441 10.0.0.19 - - [2025-10-09 03:58:01] "GET /global-system-configs HTTP/1.1" 401 292 0.000453 10.0.0.56 - - [2025-10-09 03:58:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004795 10.0.0.56 - - [2025-10-09 03:58:02] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003734 10.0.0.56 - - [2025-10-09 03:58:02] "GET /virtual-networks?parent_id=85adf81b-69b8-49ff-b11c-83707bc481be&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003192 10.0.0.56 - - [2025-10-09 03:58:02] "GET /virtual-network/b5e53148-b906-49e0-b5d7-60d8bdad0de7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.006361 10.0.0.56 - - [2025-10-09 03:58:03] "GET /global-system-configs HTTP/1.1" 401 292 0.000438 10.0.0.56 - - [2025-10-09 03:58:03] "GET /global-system-configs HTTP/1.1" 401 292 0.000417 10.0.0.56 - - [2025-10-09 03:58:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004635 10.0.0.56 - - [2025-10-09 03:58:04] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004874 10.0.0.56 - - [2025-10-09 03:58:04] "GET /virtual-networks?parent_id=85adf81b-69b8-49ff-b11c-83707bc481be&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004440 10.0.0.56 - - [2025-10-09 03:58:04] "GET /virtual-network/b5e53148-b906-49e0-b5d7-60d8bdad0de7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.006853 10.0.0.56 - - [2025-10-09 03:58:05] "GET /global-system-configs HTTP/1.1" 401 292 0.000482 10.0.0.56 - - [2025-10-09 03:58:06] "GET /global-system-configs HTTP/1.1" 401 292 0.000395 10.0.0.56 - - [2025-10-09 03:58:19] "GET /virtual-machine/96583091-2943-4274-97ad-8f4d765cf474 HTTP/1.1" 200 1300 0.005069 10.0.0.56 - - [2025-10-09 03:58:19] "GET /virtual-machine-interface/14a776b0-98a3-4603-a303-deca35e6647c HTTP/1.1" 200 2949 0.005610 10.0.0.56 - - [2025-10-09 03:58:19] "GET /instance-ip/85459a94-aaae-42f7-8aef-5bfd2fabfbe7 HTTP/1.1" 200 1620 0.003942 10.0.0.56 - - [2025-10-09 03:58:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003224 10.0.0.56 - - [2025-10-09 03:58:19] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003643 10.0.0.56 - - [2025-10-09 03:58:19] "GET /virtual-networks?parent_id=85adf81b-69b8-49ff-b11c-83707bc481be&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002621 10.0.0.56 - - [2025-10-09 03:58:19] "GET /virtual-network/b5e53148-b906-49e0-b5d7-60d8bdad0de7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.006281 10.0.0.56 - - [2025-10-09 03:58:23] "GET /virtual-machine/96583091-2943-4274-97ad-8f4d765cf474 HTTP/1.1" 200 1300 0.006112 10.0.0.56 - - [2025-10-09 03:58:23] "POST /neutron/port HTTP/1.1" 200 1116 0.011798 10.0.0.56 - - [2025-10-09 03:58:25] "GET /virtual-machine/96583091-2943-4274-97ad-8f4d765cf474 HTTP/1.1" 404 171 0.004595 10.0.0.56 - - [2025-10-09 03:58:25] "GET /virtual-machine/96583091-2943-4274-97ad-8f4d765cf474 HTTP/1.1" 404 171 0.003560 10.0.0.56 - - [2025-10-09 03:58:25] "GET /virtual-machine/96583091-2943-4274-97ad-8f4d765cf474 HTTP/1.1" 404 171 0.003931 10.0.0.56 - - [2025-10-09 03:58:26] "GET /virtual-machine/96583091-2943-4274-97ad-8f4d765cf474 HTTP/1.1" 404 171 0.003732 10.0.0.56 - - [2025-10-09 03:58:26] "POST /neutron/port HTTP/1.1" 200 1090 0.041021 10.0.0.56 - - [2025-10-09 03:58:26] "POST /neutron/subnet HTTP/1.1" 200 675 0.009974 10.0.0.19 - - [2025-10-09 03:58:26] "GET /obj-perms HTTP/1.1" 200 5056 0.047421 10.0.0.56 - - [2025-10-09 03:58:27] "GET /virtual-machine/96583091-2943-4274-97ad-8f4d765cf474 HTTP/1.1" 404 171 0.004334 10.0.0.41 - - [2025-10-09 03:58:27] "GET /obj-perms HTTP/1.1" 200 5056 0.043645 10.0.0.56 - - [2025-10-09 03:58:28] "GET /virtual-machine/96583091-2943-4274-97ad-8f4d765cf474 HTTP/1.1" 404 171 0.003466 10.0.0.56 - - [2025-10-09 03:58:29] "GET /virtual-machine/96583091-2943-4274-97ad-8f4d765cf474 HTTP/1.1" 404 171 0.004404 10.0.0.56 - - [2025-10-09 03:58:30] "GET /virtual-machine/96583091-2943-4274-97ad-8f4d765cf474 HTTP/1.1" 404 171 0.004467 10.0.0.56 - - [2025-10-09 03:58:31] "GET /virtual-machine/96583091-2943-4274-97ad-8f4d765cf474 HTTP/1.1" 404 171 0.004007 10.0.0.56 - - [2025-10-09 03:58:31] "GET /virtual-machine/96583091-2943-4274-97ad-8f4d765cf474 HTTP/1.1" 404 171 0.003752 10.0.0.56 - - [2025-10-09 03:58:32] "GET /virtual-machine/96583091-2943-4274-97ad-8f4d765cf474 HTTP/1.1" 404 171 0.003402 10.0.0.56 - - [2025-10-09 03:58:33] "GET /virtual-machine/96583091-2943-4274-97ad-8f4d765cf474 HTTP/1.1" 404 171 0.003718 10.0.0.56 - - [2025-10-09 03:58:34] "GET /virtual-machine/96583091-2943-4274-97ad-8f4d765cf474 HTTP/1.1" 404 171 0.003679 10.0.0.56 - - [2025-10-09 03:58:35] "GET /virtual-machine/96583091-2943-4274-97ad-8f4d765cf474 HTTP/1.1" 404 171 0.003489 10.0.0.56 - - [2025-10-09 03:58:36] "GET /virtual-machine/96583091-2943-4274-97ad-8f4d765cf474 HTTP/1.1" 404 171 0.004922 10.0.0.56 - - [2025-10-09 03:58:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003675 10.0.0.56 - - [2025-10-09 03:58:36] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003842 10.0.0.56 - - [2025-10-09 03:58:36] "GET /virtual-networks?parent_id=85adf81b-69b8-49ff-b11c-83707bc481be&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003177 10.0.0.56 - - [2025-10-09 03:58:36] "GET /virtual-network/b5e53148-b906-49e0-b5d7-60d8bdad0de7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.006586 10.0.0.56 - - [2025-10-09 03:58:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003168 10.0.0.56 - - [2025-10-09 03:58:36] "GET /routing-instance/3ca284bb-44ed-41e6-b2e8-6204b0638dae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1446 0.004737 10.0.0.56 - - [2025-10-09 03:58:36] "GET /route-target/1443f82a-c7fe-44e7-8eba-a80a65c328d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004907 10.0.0.56 - - [2025-10-09 03:58:36] "GET /virtual-machine/96583091-2943-4274-97ad-8f4d765cf474 HTTP/1.1" 404 171 0.004440 10.0.0.56 - - [2025-10-09 03:58:37] "GET /virtual-machine/96583091-2943-4274-97ad-8f4d765cf474 HTTP/1.1" 404 171 0.004984 10.0.0.56 - - [2025-10-09 03:58:38] "GET /virtual-machine/96583091-2943-4274-97ad-8f4d765cf474 HTTP/1.1" 404 171 0.003573 10.0.0.56 - - [2025-10-09 03:58:39] "GET /virtual-machine/96583091-2943-4274-97ad-8f4d765cf474 HTTP/1.1" 404 171 0.003406 10.0.0.56 - - [2025-10-09 03:58:40] "GET /virtual-machine/96583091-2943-4274-97ad-8f4d765cf474 HTTP/1.1" 404 171 0.003663 10.0.0.56 - - [2025-10-09 03:58:41] "GET /virtual-machine/96583091-2943-4274-97ad-8f4d765cf474 HTTP/1.1" 404 171 0.003436 10.0.0.56 - - [2025-10-09 03:58:41] "GET /virtual-machine/96583091-2943-4274-97ad-8f4d765cf474 HTTP/1.1" 404 171 0.003132 10.0.0.56 - - [2025-10-09 03:58:42] "GET /virtual-machine/96583091-2943-4274-97ad-8f4d765cf474 HTTP/1.1" 404 171 0.003502 10.0.0.56 - - [2025-10-09 03:58:43] "GET /virtual-machine/96583091-2943-4274-97ad-8f4d765cf474 HTTP/1.1" 404 171 0.003673 10.0.0.56 - - [2025-10-09 03:58:44] "GET /virtual-machine/96583091-2943-4274-97ad-8f4d765cf474 HTTP/1.1" 404 171 0.003649 10.0.0.56 - - [2025-10-09 03:58:45] "GET /virtual-machine/96583091-2943-4274-97ad-8f4d765cf474 HTTP/1.1" 404 171 0.003410 10.0.0.56 - - [2025-10-09 03:58:46] "GET /virtual-machine/96583091-2943-4274-97ad-8f4d765cf474 HTTP/1.1" 404 171 0.003641 10.0.0.56 - - [2025-10-09 03:58:46] "GET /obj-perms HTTP/1.1" 200 5044 0.005122 10.0.0.56 - - [2025-10-09 03:58:46] "GET /virtual-machine/cab9502c-3d7a-4439-96bf-881136f9f232 HTTP/1.1" 200 1300 0.004683 10.0.0.56 - - [2025-10-09 03:58:47] "POST /neutron/port HTTP/1.1" 200 1090 0.015981 10.0.0.56 - - [2025-10-09 03:58:48] "GET /virtual-machine/cab9502c-3d7a-4439-96bf-881136f9f232 HTTP/1.1" 404 171 0.003574 10.0.0.56 - - [2025-10-09 03:58:48] "GET /virtual-machine/cab9502c-3d7a-4439-96bf-881136f9f232 HTTP/1.1" 404 171 0.003144 10.0.0.56 - - [2025-10-09 03:58:48] "GET /virtual-machine/cab9502c-3d7a-4439-96bf-881136f9f232 HTTP/1.1" 404 171 0.003162 10.0.0.56 - - [2025-10-09 03:58:48] "GET /virtual-machine/cab9502c-3d7a-4439-96bf-881136f9f232 HTTP/1.1" 404 171 0.003869 10.0.0.56 - - [2025-10-09 03:58:49] "GET /virtual-machine/cab9502c-3d7a-4439-96bf-881136f9f232 HTTP/1.1" 404 171 0.003799 10.0.0.56 - - [2025-10-09 03:58:50] "GET /virtual-machine/cab9502c-3d7a-4439-96bf-881136f9f232 HTTP/1.1" 404 171 0.003280 10.0.0.56 - - [2025-10-09 03:58:51] "GET /virtual-machine/cab9502c-3d7a-4439-96bf-881136f9f232 HTTP/1.1" 404 171 0.003539 10.0.0.56 - - [2025-10-09 03:58:52] "GET /virtual-machine/cab9502c-3d7a-4439-96bf-881136f9f232 HTTP/1.1" 404 171 0.003592 10.0.0.56 - - [2025-10-09 03:58:53] "GET /virtual-machine/cab9502c-3d7a-4439-96bf-881136f9f232 HTTP/1.1" 404 171 0.003670 10.0.0.56 - - [2025-10-09 03:58:53] "GET /virtual-machine/cab9502c-3d7a-4439-96bf-881136f9f232 HTTP/1.1" 404 171 0.004246 10.0.0.56 - - [2025-10-09 03:58:54] "GET /virtual-machine/cab9502c-3d7a-4439-96bf-881136f9f232 HTTP/1.1" 404 171 0.003662 10.0.0.56 - - [2025-10-09 03:58:55] "GET /virtual-machine/cab9502c-3d7a-4439-96bf-881136f9f232 HTTP/1.1" 404 171 0.003469 10.0.0.56 - - [2025-10-09 03:58:56] "GET /virtual-machine/cab9502c-3d7a-4439-96bf-881136f9f232 HTTP/1.1" 404 171 0.003921 10.0.0.56 - - [2025-10-09 03:58:57] "GET /virtual-machine/cab9502c-3d7a-4439-96bf-881136f9f232 HTTP/1.1" 404 171 0.003733 10.0.0.56 - - [2025-10-09 03:58:58] "GET /virtual-machine/cab9502c-3d7a-4439-96bf-881136f9f232 HTTP/1.1" 404 171 0.003370 10.0.0.56 - - [2025-10-09 03:58:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.004097 10.0.0.56 - - [2025-10-09 03:58:59] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004112 10.0.0.56 - - [2025-10-09 03:58:59] "GET /virtual-networks?parent_id=85adf81b-69b8-49ff-b11c-83707bc481be&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002610 10.0.0.56 - - [2025-10-09 03:58:59] "GET /virtual-network/b5e53148-b906-49e0-b5d7-60d8bdad0de7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.007389 10.0.0.56 - - [2025-10-09 03:58:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003515 10.0.0.56 - - [2025-10-09 03:58:59] "GET /routing-instance/3ca284bb-44ed-41e6-b2e8-6204b0638dae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1446 0.004428 10.0.0.56 - - [2025-10-09 03:58:59] "GET /route-target/1443f82a-c7fe-44e7-8eba-a80a65c328d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004248 10.0.0.56 - - [2025-10-09 03:58:59] "GET /obj-perms HTTP/1.1" 200 5044 0.004649 10.0.0.56 - - [2025-10-09 03:59:05] "GET /obj-perms HTTP/1.1" 200 5044 0.004878 10.0.0.56 - - [2025-10-09 03:59:08] "GET /obj-perms HTTP/1.1" 200 5044 0.004190 10.0.0.19 - - [2025-10-09 03:59:08] "GET /obj-perms HTTP/1.1" 200 5044 0.003914 10.0.0.56 - - [2025-10-09 03:59:08] "POST /neutron/network HTTP/1.1" 200 808 0.007505 10.0.0.56 - - [2025-10-09 03:59:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003502 10.0.0.56 - - [2025-10-09 03:59:08] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003376 10.0.0.56 - - [2025-10-09 03:59:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.002583 10.0.0.56 - - [2025-10-09 03:59:09] "PUT /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297 HTTP/1.1" 200 276 0.012817 10.0.0.41 - - [2025-10-09 03:59:11] "GET /projects?obj_uuids=85adf81b-69b8-49ff-b11c-83707bc481be&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.001225 10.0.0.56 - - [2025-10-09 03:59:11] "GET /project/85adf81b-69b8-49ff-b11c-83707bc481be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1391 0.050117 10.0.0.41 - - [2025-10-09 03:59:11] "GET /projects?obj_uuids=85adf81b-69b8-49ff-b11c-83707bc481be&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.001058 10.0.0.56 - - [2025-10-09 03:59:11] "GET /project/85adf81b-69b8-49ff-b11c-83707bc481be?fields=virtual_networks HTTP/1.1" 200 1046 0.036559 10.0.0.41 - - [2025-10-09 03:59:11] "GET /projects?obj_uuids=85adf81b-69b8-49ff-b11c-83707bc481be&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.001343 10.0.0.56 - - [2025-10-09 03:59:11] "GET /project/85adf81b-69b8-49ff-b11c-83707bc481be?fields=virtual_machine_interfaces HTTP/1.1" 200 1046 0.044550 10.0.0.41 - - [2025-10-09 03:59:11] "GET /projects?obj_uuids=85adf81b-69b8-49ff-b11c-83707bc481be&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.001057 10.0.0.56 - - [2025-10-09 03:59:11] "GET /project/85adf81b-69b8-49ff-b11c-83707bc481be?fields=security_groups HTTP/1.1" 200 1279 0.035962 10.0.0.56 - - [2025-10-09 03:59:12] "POST /fqname-to-id HTTP/1.1" 404 194 0.026281 10.0.0.41 - - [2025-10-09 03:59:12] "GET /projects?obj_uuids=292de090-e388-4994-8380-8fb28296ccbe&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.063020 10.0.0.41 - - [2025-10-09 03:59:12] "GET /domains?obj_uuids=7ed77c0b-e642-4c13-a404-7756503cf17d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000947 10.0.0.41 - - [2025-10-09 03:59:12] "GET /domain/7ed77c0b-e642-4c13-a404-7756503cf17d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.054123 10.0.0.41 - - [2025-10-09 03:59:12] "POST /id-to-fqname HTTP/1.1" 200 196 0.004897 10.0.0.41 - - [2025-10-09 03:59:12] "POST /fqname-to-id HTTP/1.1" 404 205 0.005070 10.0.0.41 - - [2025-10-09 03:59:13] "POST /security-groups HTTP/1.1" 200 597 0.033489 10.0.0.41 - - [2025-10-09 03:59:13] "POST /projects HTTP/1.1" 200 597 0.242094 10.0.0.41 - - [2025-10-09 03:59:13] "POST /fqname-to-id HTTP/1.1" 404 240 0.032005 10.0.0.41 - - [2025-10-09 03:59:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.316780 10.0.0.41 - - [2025-10-09 03:59:13] "POST /access-control-lists HTTP/1.1" 200 600 0.024957 10.0.0.56 - - [2025-10-09 03:59:13] "GET /project/292de090-e388-4994-8380-8fb28296ccbe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1386 0.558908 10.0.0.56 - - [2025-10-09 03:59:14] "GET / HTTP/1.1" 200 35931 0.002220 10.0.0.41 - - [2025-10-09 03:59:17] "GET /projects?obj_uuids=292de090-e388-4994-8380-8fb28296ccbe&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000995 10.0.0.56 - - [2025-10-09 03:59:17] "GET /project/292de090-e388-4994-8380-8fb28296ccbe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1386 0.096856 10.0.0.41 - - [2025-10-09 03:59:17] "GET /projects?obj_uuids=292de090-e388-4994-8380-8fb28296ccbe&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001011 10.0.0.56 - - [2025-10-09 03:59:17] "GET /project/292de090-e388-4994-8380-8fb28296ccbe?fields=virtual_networks HTTP/1.1" 200 1043 0.044596 10.0.0.41 - - [2025-10-09 03:59:17] "GET /projects?obj_uuids=292de090-e388-4994-8380-8fb28296ccbe&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001370 10.0.0.56 - - [2025-10-09 03:59:17] "GET /project/292de090-e388-4994-8380-8fb28296ccbe?fields=virtual_machine_interfaces HTTP/1.1" 200 1043 0.046784 10.0.0.41 - - [2025-10-09 03:59:17] "GET /projects?obj_uuids=292de090-e388-4994-8380-8fb28296ccbe&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001419 10.0.0.56 - - [2025-10-09 03:59:17] "GET /project/292de090-e388-4994-8380-8fb28296ccbe?fields=security_groups HTTP/1.1" 200 1275 0.051470 10.0.0.56 - - [2025-10-09 03:59:18] "POST /fqname-to-id HTTP/1.1" 404 188 0.025443 10.0.0.41 - - [2025-10-09 03:59:18] "GET /projects?obj_uuids=287938cc-e026-490d-8aca-2163bfd1de49&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003607 10.0.0.41 - - [2025-10-09 03:59:18] "GET /domains?obj_uuids=7ed77c0b-e642-4c13-a404-7756503cf17d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001164 10.0.0.41 - - [2025-10-09 03:59:18] "GET /domain/7ed77c0b-e642-4c13-a404-7756503cf17d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.030297 10.0.0.41 - - [2025-10-09 03:59:18] "POST /id-to-fqname HTTP/1.1" 200 190 0.001267 10.0.0.41 - - [2025-10-09 03:59:18] "POST /fqname-to-id HTTP/1.1" 404 199 0.011702 10.0.0.41 - - [2025-10-09 03:59:18] "POST /security-groups HTTP/1.1" 200 591 0.031744 10.0.0.41 - - [2025-10-09 03:59:18] "POST /projects HTTP/1.1" 200 585 0.253186 10.0.0.41 - - [2025-10-09 03:59:18] "POST /fqname-to-id HTTP/1.1" 404 233 0.009001 10.0.0.41 - - [2025-10-09 03:59:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.321692 10.0.0.56 - - [2025-10-09 03:59:18] "GET /project/287938cc-e026-490d-8aca-2163bfd1de49?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.475041 10.0.0.56 - - [2025-10-09 03:59:20] "GET / HTTP/1.1" 200 35931 0.002153 10.0.0.41 - - [2025-10-09 03:59:23] "GET /projects?obj_uuids=287938cc-e026-490d-8aca-2163bfd1de49&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001029 10.0.0.56 - - [2025-10-09 03:59:23] "GET /project/287938cc-e026-490d-8aca-2163bfd1de49?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.034634 10.0.0.41 - - [2025-10-09 03:59:23] "GET /projects?obj_uuids=287938cc-e026-490d-8aca-2163bfd1de49&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001571 10.0.0.56 - - [2025-10-09 03:59:23] "GET /project/287938cc-e026-490d-8aca-2163bfd1de49?fields=virtual_networks HTTP/1.1" 200 1032 0.089652 10.0.0.41 - - [2025-10-09 03:59:23] "GET /projects?obj_uuids=287938cc-e026-490d-8aca-2163bfd1de49&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001010 10.0.0.56 - - [2025-10-09 03:59:23] "GET /project/287938cc-e026-490d-8aca-2163bfd1de49?fields=virtual_machine_interfaces HTTP/1.1" 200 1032 0.036688 10.0.0.41 - - [2025-10-09 03:59:23] "GET /projects?obj_uuids=287938cc-e026-490d-8aca-2163bfd1de49&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001491 10.0.0.56 - - [2025-10-09 03:59:23] "GET /project/287938cc-e026-490d-8aca-2163bfd1de49?fields=security_groups HTTP/1.1" 200 1258 0.057979 10.0.0.56 - - [2025-10-09 03:59:24] "POST /fqname-to-id HTTP/1.1" 404 196 0.025260 10.0.0.41 - - [2025-10-09 03:59:24] "GET /projects?obj_uuids=3b59a616-66f2-4a01-8feb-d0ed3c44c757&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003383 10.0.0.41 - - [2025-10-09 03:59:24] "GET /domains?obj_uuids=7ed77c0b-e642-4c13-a404-7756503cf17d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001030 10.0.0.41 - - [2025-10-09 03:59:24] "GET /domain/7ed77c0b-e642-4c13-a404-7756503cf17d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007196 10.0.0.41 - - [2025-10-09 03:59:24] "POST /id-to-fqname HTTP/1.1" 200 198 0.001443 10.0.0.41 - - [2025-10-09 03:59:24] "POST /fqname-to-id HTTP/1.1" 404 207 0.007157 10.0.0.41 - - [2025-10-09 03:59:24] "POST /security-groups HTTP/1.1" 200 599 0.073566 10.0.0.41 - - [2025-10-09 03:59:24] "POST /projects HTTP/1.1" 200 601 0.286308 10.0.0.41 - - [2025-10-09 03:59:24] "POST /access-control-lists HTTP/1.1" 200 604 0.032068 10.0.0.41 - - [2025-10-09 03:59:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.366221 10.0.0.56 - - [2025-10-09 03:59:24] "GET /project/3b59a616-66f2-4a01-8feb-d0ed3c44c757?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.528996 10.0.0.41 - - [2025-10-09 03:59:25] "DELETE /project/292de090e388499483808fb28296ccbe HTTP/1.1" 404 173 0.012402 10.0.0.41 - - [2025-10-09 03:59:25] "DELETE /project/287938cce026490d8aca2163bfd1de49 HTTP/1.1" 404 173 0.011512 10.0.0.41 - - [2025-10-09 03:59:25] "DELETE /project/3b59a61666f24a018febd0ed3c44c757 HTTP/1.1" 404 173 0.010654 10.0.0.41 - - [2025-10-09 03:59:25] "GET /projects?obj_uuids=287938cc-e026-490d-8aca-2163bfd1de49&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000981 10.0.0.41 - - [2025-10-09 03:59:25] "GET /projects?obj_uuids=292de090-e388-4994-8380-8fb28296ccbe&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000860 10.0.0.41 - - [2025-10-09 03:59:25] "GET /projects?obj_uuids=85adf81b-69b8-49ff-b11c-83707bc481be&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.000776 10.0.0.41 - - [2025-10-09 03:59:25] "GET /project/292de090-e388-4994-8380-8fb28296ccbe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1491 0.060323 10.0.0.41 - - [2025-10-09 03:59:25] "GET /projects?obj_uuids=292de090-e388-4994-8380-8fb28296ccbe&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001503 10.0.0.41 - - [2025-10-09 03:59:25] "GET /project/85adf81b-69b8-49ff-b11c-83707bc481be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1496 0.094460 10.0.0.41 - - [2025-10-09 03:59:25] "GET /project/287938cc-e026-490d-8aca-2163bfd1de49?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1468 0.099597 10.0.0.41 - - [2025-10-09 03:59:25] "GET /projects?obj_uuids=85adf81b-69b8-49ff-b11c-83707bc481be&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.001134 10.0.0.41 - - [2025-10-09 03:59:25] "GET /projects?obj_uuids=287938cc-e026-490d-8aca-2163bfd1de49&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001155 10.0.0.41 - - [2025-10-09 03:59:25] "GET /project/292de090-e388-4994-8380-8fb28296ccbe?fields=security_groups HTTP/1.1" 200 1380 0.112616 10.0.0.41 - - [2025-10-09 03:59:25] "GET /project/287938cc-e026-490d-8aca-2163bfd1de49?fields=security_groups HTTP/1.1" 200 1363 0.101240 10.0.0.41 - - [2025-10-09 03:59:25] "GET /project/85adf81b-69b8-49ff-b11c-83707bc481be?fields=security_groups HTTP/1.1" 200 1384 0.112789 10.0.0.41 - - [2025-10-09 03:59:25] "DELETE /security-group/84450fc3-368d-4304-8aa6-9c6a0ef0faed HTTP/1.1" 200 115 0.140741 10.0.0.41 - - [2025-10-09 03:59:25] "GET /projects?obj_uuids=292de090-e388-4994-8380-8fb28296ccbe&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001754 10.0.0.41 - - [2025-10-09 03:59:25] "DELETE /security-group/b36fb516-a135-4403-aa54-cb5bd1a70e9d HTTP/1.1" 200 115 0.144769 10.0.0.41 - - [2025-10-09 03:59:25] "GET /projects?obj_uuids=287938cc-e026-490d-8aca-2163bfd1de49&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001182 10.0.0.41 - - [2025-10-09 03:59:25] "DELETE /security-group/a4f6b307-0af0-4bc3-be23-65c7445259df HTTP/1.1" 200 115 0.144264 10.0.0.41 - - [2025-10-09 03:59:25] "GET /projects?obj_uuids=85adf81b-69b8-49ff-b11c-83707bc481be&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.001485 10.0.0.41 - - [2025-10-09 03:59:25] "DELETE /access-control-list/d0b942af-b829-4a92-a76c-ce732e5b1f22 HTTP/1.1" 200 115 0.125037 10.0.0.41 - - [2025-10-09 03:59:25] "GET /project/292de090-e388-4994-8380-8fb28296ccbe?fields=application_policy_sets HTTP/1.1" 200 1419 0.130960 10.0.0.41 - - [2025-10-09 03:59:25] "GET /project/287938cc-e026-490d-8aca-2163bfd1de49?fields=application_policy_sets HTTP/1.1" 200 1402 0.129332 10.0.0.41 - - [2025-10-09 03:59:25] "GET /project/85adf81b-69b8-49ff-b11c-83707bc481be?fields=application_policy_sets HTTP/1.1" 200 1423 0.170610 10.0.0.41 - - [2025-10-09 03:59:26] "DELETE /access-control-list/b74e7c61-725a-4ceb-90e0-2da4cd6243a8 HTTP/1.1" 200 115 0.083895 10.0.0.41 - - [2025-10-09 03:59:26] "DELETE /project/85adf81b-69b8-49ff-b11c-83707bc481be HTTP/1.1" 200 115 0.859111 10.0.0.41 - - [2025-10-09 03:59:26] "DELETE /project/292de090-e388-4994-8380-8fb28296ccbe HTTP/1.1" 200 115 0.889137 10.0.0.41 - - [2025-10-09 03:59:26] "DELETE /project/287938cc-e026-490d-8aca-2163bfd1de49 HTTP/1.1" 200 115 0.915618 10.0.0.56 - - [2025-10-09 03:59:26] "GET / HTTP/1.1" 200 35931 0.001850 10.0.0.56 - - [2025-10-09 03:59:26] "POST /fqname-to-id HTTP/1.1" 401 292 0.000495 10.0.0.56 - - [2025-10-09 03:59:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.351243 10.0.0.41 - - [2025-10-09 03:59:27] "GET /projects?obj_uuids=3b59a616-66f2-4a01-8feb-d0ed3c44c757&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001032 10.0.0.56 - - [2025-10-09 03:59:27] "GET /project/3b59a616-66f2-4a01-8feb-d0ed3c44c757?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.061284 10.0.0.56 - - [2025-10-09 03:59:27] "GET /obj-perms HTTP/1.1" 200 5056 0.097331 10.0.0.41 - - [2025-10-09 03:59:28] "GET /projects?obj_uuids=3b59a616-66f2-4a01-8feb-d0ed3c44c757&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001353 10.0.0.56 - - [2025-10-09 03:59:28] "POST /neutron/network HTTP/1.1" 200 601 0.178957 10.0.0.41 - - [2025-10-09 03:59:28] "POST /route-targets HTTP/1.1" 200 327 0.015520 10.0.0.41 - - [2025-10-09 03:59:28] "POST /fqname-to-id HTTP/1.1" 404 207 0.054148 10.0.0.56 - - [2025-10-09 03:59:28] "POST /neutron/network HTTP/1.1" 200 975 0.012206 10.0.0.56 - - [2025-10-09 03:59:28] "POST /id-to-fqname HTTP/1.1" 200 222 0.001129 10.0.0.56 - - [2025-10-09 03:59:28] "GET /virtual-network/ac93d3e1-4063-4062-93bc-30c89f2742ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2560 0.005350 10.0.0.56 - - [2025-10-09 03:59:28] "GET /virtual-network/ac93d3e1-4063-4062-93bc-30c89f2742ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2560 0.006764 10.0.0.56 - - [2025-10-09 03:59:28] "POST /neutron/subnet HTTP/1.1" 200 716 0.009540 10.0.0.56 - - [2025-10-09 03:59:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003603 10.0.0.41 - - [2025-10-09 03:59:28] "GET /projects?obj_uuids=3b59a616-66f2-4a01-8feb-d0ed3c44c757&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000910 10.0.0.56 - - [2025-10-09 03:59:28] "GET /project/3b59a616-66f2-4a01-8feb-d0ed3c44c757?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.054686 10.0.0.41 - - [2025-10-09 03:59:28] "GET /projects?obj_uuids=3b59a616-66f2-4a01-8feb-d0ed3c44c757&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000991 10.0.0.56 - - [2025-10-09 03:59:29] "POST /neutron/network HTTP/1.1" 200 601 0.129170 10.0.0.41 - - [2025-10-09 03:59:29] "POST /ref-update HTTP/1.1" 200 156 0.019157 10.0.0.41 - - [2025-10-09 03:59:29] "POST /fqname-to-id HTTP/1.1" 404 207 0.003086 10.0.0.56 - - [2025-10-09 03:59:29] "POST /neutron/network HTTP/1.1" 200 977 0.013837 10.0.0.56 - - [2025-10-09 03:59:29] "POST /id-to-fqname HTTP/1.1" 200 222 0.001162 10.0.0.56 - - [2025-10-09 03:59:29] "GET /virtual-network/1ac60810-8fa2-4258-b8cc-ec15662b3722?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2565 0.005409 10.0.0.56 - - [2025-10-09 03:59:29] "GET /virtual-network/1ac60810-8fa2-4258-b8cc-ec15662b3722?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2565 0.006151 10.0.0.56 - - [2025-10-09 03:59:29] "POST /neutron/subnet HTTP/1.1" 200 716 0.008775 10.0.0.56 - - [2025-10-09 03:59:29] "POST /id-to-fqname HTTP/1.1" 200 222 0.001699 10.0.0.41 - - [2025-10-09 03:59:30] "GET /projects?obj_uuids=3b59a616-66f2-4a01-8feb-d0ed3c44c757&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001034 10.0.0.56 - - [2025-10-09 03:59:30] "GET /project/3b59a616-66f2-4a01-8feb-d0ed3c44c757?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.084433 10.0.0.56 - - [2025-10-09 03:59:30] "POST /neutron/network HTTP/1.1" 200 975 0.010051 10.0.0.56 - - [2025-10-09 03:59:30] "POST /id-to-fqname HTTP/1.1" 200 222 0.001482 10.0.0.56 - - [2025-10-09 03:59:31] "POST /neutron/port HTTP/1.1" 200 117 0.006811 10.0.0.41 - - [2025-10-09 03:59:31] "GET /projects?obj_uuids=3b59a616-66f2-4a01-8feb-d0ed3c44c757&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001074 10.0.0.56 - - [2025-10-09 03:59:31] "POST /neutron/port HTTP/1.1" 200 1153 0.355363 10.0.0.41 - - [2025-10-09 03:59:32] "GET /projects?obj_uuids=3b59a616-66f2-4a01-8feb-d0ed3c44c757&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001087 10.0.0.56 - - [2025-10-09 03:59:32] "POST /neutron/port HTTP/1.1" 200 1207 0.119058 10.0.0.56 - - [2025-10-09 03:59:32] "GET /project/3b59a616-66f2-4a01-8feb-d0ed3c44c757?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.103275 10.0.0.56 - - [2025-10-09 03:59:32] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004671 10.0.0.56 - - [2025-10-09 03:59:32] "POST /neutron/port HTTP/1.1" 200 117 0.001724 10.0.0.56 - - [2025-10-09 03:59:32] "POST /neutron/port HTTP/1.1" 200 1181 0.019973 10.0.0.56 - - [2025-10-09 03:59:32] "POST /neutron/port HTTP/1.1" 200 1181 0.017319 10.0.0.41 - - [2025-10-09 03:59:32] "GET /projects?obj_uuids=3b59a616-66f2-4a01-8feb-d0ed3c44c757&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001058 10.0.0.56 - - [2025-10-09 03:59:33] "POST /neutron/port HTTP/1.1" 200 1155 0.327552 10.0.0.56 - - [2025-10-09 03:59:33] "POST /neutron/port HTTP/1.1" 200 1209 0.133329 10.0.0.56 - - [2025-10-09 03:59:33] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004421 10.0.0.56 - - [2025-10-09 03:59:33] "POST /neutron/port HTTP/1.1" 200 117 0.001262 10.0.0.56 - - [2025-10-09 03:59:37] "POST /neutron/security_group HTTP/1.1" 200 2066 0.011575 10.0.0.56 - - [2025-10-09 03:59:37] "POST /neutron/port HTTP/1.1" 200 1181 0.025178 10.0.0.56 - - [2025-10-09 03:59:37] "GET /virtual-machine/f954567e-6c5f-4a95-84a1-e187713d1162 HTTP/1.1" 401 292 0.000585 10.0.0.56 - - [2025-10-09 03:59:38] "GET /virtual-machine/f954567e-6c5f-4a95-84a1-e187713d1162 HTTP/1.1" 200 1300 0.033273 10.0.0.56 - - [2025-10-09 03:59:38] "GET /virtual-machine-interface/305a9144-7bf6-49ae-b008-4981c119fe53 HTTP/1.1" 200 3157 0.006055 10.0.0.56 - - [2025-10-09 03:59:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003378 10.0.0.56 - - [2025-10-09 03:59:38] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003898 10.0.0.56 - - [2025-10-09 03:59:38] "GET /virtual-networks?parent_id=3b59a616-66f2-4a01-8feb-d0ed3c44c757&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003031 10.0.0.56 - - [2025-10-09 03:59:38] "GET /virtual-network/ac93d3e1-4063-4062-93bc-30c89f2742ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2560 0.006315 10.0.0.56 - - [2025-10-09 03:59:40] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008564 10.0.0.56 - - [2025-10-09 03:59:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.004533 10.0.0.56 - - [2025-10-09 03:59:41] "GET /virtual-network/ac93d3e1-4063-4062-93bc-30c89f2742ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2560 0.006318 10.0.0.56 - - [2025-10-09 03:59:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003898 10.0.0.56 - - [2025-10-09 03:59:43] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004930 10.0.0.56 - - [2025-10-09 03:59:43] "GET /virtual-networks?parent_id=3b59a616-66f2-4a01-8feb-d0ed3c44c757&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.004012 10.0.0.56 - - [2025-10-09 03:59:43] "GET /virtual-network/ac93d3e1-4063-4062-93bc-30c89f2742ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2560 0.007653 10.0.0.56 - - [2025-10-09 03:59:43] "POST /neutron/port HTTP/1.1" 200 1183 0.016217 10.0.0.56 - - [2025-10-09 03:59:43] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008045 10.0.0.56 - - [2025-10-09 03:59:44] "GET /virtual-machine/2d841dfc-0355-4300-9093-6b2308994d22 HTTP/1.1" 200 1300 0.006223 10.0.0.56 - - [2025-10-09 03:59:44] "GET /virtual-machine-interface/021d5a85-2660-4cdb-9fa5-12eef5c29e02 HTTP/1.1" 200 3156 0.005667 10.0.0.56 - - [2025-10-09 03:59:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003342 10.0.0.56 - - [2025-10-09 03:59:44] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003593 10.0.0.56 - - [2025-10-09 03:59:44] "GET /virtual-networks?parent_id=3b59a616-66f2-4a01-8feb-d0ed3c44c757&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.002802 10.0.0.56 - - [2025-10-09 03:59:44] "GET /virtual-network/1ac60810-8fa2-4258-b8cc-ec15662b3722?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2565 0.005945 10.0.0.56 - - [2025-10-09 03:59:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.007639 10.0.0.56 - - [2025-10-09 03:59:45] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005743 10.0.0.56 - - [2025-10-09 03:59:45] "GET /virtual-networks?parent_id=3b59a616-66f2-4a01-8feb-d0ed3c44c757&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003135 10.0.0.56 - - [2025-10-09 03:59:45] "GET /virtual-network/1ac60810-8fa2-4258-b8cc-ec15662b3722?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2565 0.006519 10.0.0.56 - - [2025-10-09 03:59:45] "POST /fqname-to-id HTTP/1.1" 404 209 0.005085 10.0.0.56 - - [2025-10-09 03:59:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004484 10.0.0.41 - - [2025-10-09 03:59:45] "GET /projects?obj_uuids=3b59a616-66f2-4a01-8feb-d0ed3c44c757&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001185 10.0.0.56 - - [2025-10-09 03:59:45] "GET /project/3b59a616-66f2-4a01-8feb-d0ed3c44c757?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.055030 10.0.0.56 - - [2025-10-09 03:59:45] "POST /network-policys HTTP/1.1" 200 533 0.029588 10.0.0.56 - - [2025-10-09 03:59:45] "GET /network-policy/18b8887b-256a-419f-9bb7-f7d250e0b4de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2095 0.006792 10.0.0.56 - - [2025-10-09 03:59:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.002857 10.0.0.56 - - [2025-10-09 03:59:45] "GET /virtual-network/ac93d3e1-4063-4062-93bc-30c89f2742ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2560 0.006183 10.0.0.56 - - [2025-10-09 03:59:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004187 10.0.0.56 - - [2025-10-09 03:59:45] "GET /network-policy/18b8887b-256a-419f-9bb7-f7d250e0b4de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2095 0.004341 10.0.0.56 - - [2025-10-09 03:59:45] "POST /ref-update HTTP/1.1" 200 156 0.078429 10.0.0.56 - - [2025-10-09 03:59:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003473 10.0.0.56 - - [2025-10-09 03:59:46] "GET /network-policy/18b8887b-256a-419f-9bb7-f7d250e0b4de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2095 0.015920 10.0.0.56 - - [2025-10-09 03:59:46] "POST /neutron/network HTTP/1.1" 200 1061 0.014942 10.0.0.56 - - [2025-10-09 03:59:46] "GET /virtual-network/ac93d3e1-4063-4062-93bc-30c89f2742ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2867 0.006280 10.0.0.56 - - [2025-10-09 03:59:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.006740 10.0.0.56 - - [2025-10-09 03:59:46] "GET /network-policy/18b8887b-256a-419f-9bb7-f7d250e0b4de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2095 0.006484 10.0.0.56 - - [2025-10-09 03:59:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004210 10.0.0.56 - - [2025-10-09 03:59:46] "GET /virtual-network/1ac60810-8fa2-4258-b8cc-ec15662b3722?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2565 0.009203 10.0.0.56 - - [2025-10-09 03:59:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004459 10.0.0.56 - - [2025-10-09 03:59:46] "GET /network-policy/18b8887b-256a-419f-9bb7-f7d250e0b4de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2095 0.006130 10.0.0.41 - - [2025-10-09 03:59:46] "POST /fqname-to-id HTTP/1.1" 404 230 0.007096 10.0.0.56 - - [2025-10-09 03:59:46] "POST /ref-update HTTP/1.1" 200 156 0.058419 10.0.0.56 - - [2025-10-09 03:59:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.010415 10.0.0.56 - - [2025-10-09 03:59:46] "GET /network-policy/18b8887b-256a-419f-9bb7-f7d250e0b4de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2095 0.005694 10.0.0.41 - - [2025-10-09 03:59:46] "PUT /access-control-list/d2149704-8724-4933-befe-e1bc4811f8b8 HTTP/1.1" 200 272 0.034137 10.0.0.56 - - [2025-10-09 03:59:46] "GET /virtual-network/1ac60810-8fa2-4258-b8cc-ec15662b3722?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2872 0.012034 10.0.0.56 - - [2025-10-09 03:59:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.008202 10.0.0.56 - - [2025-10-09 03:59:46] "GET /network-policy/18b8887b-256a-419f-9bb7-f7d250e0b4de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2095 0.006232 10.0.0.56 - - [2025-10-09 03:59:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003897 10.0.0.41 - - [2025-10-09 03:59:46] "GET /projects?obj_uuids=3b59a616-66f2-4a01-8feb-d0ed3c44c757&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001243 10.0.0.56 - - [2025-10-09 03:59:46] "GET /project/3b59a616-66f2-4a01-8feb-d0ed3c44c757?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.055544 10.0.0.41 - - [2025-10-09 03:59:46] "GET /projects?obj_uuids=3b59a616-66f2-4a01-8feb-d0ed3c44c757&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001108 10.0.0.56 - - [2025-10-09 03:59:46] "POST /neutron/network HTTP/1.1" 200 585 0.135438 10.0.0.56 - - [2025-10-09 03:59:47] "POST /id-to-fqname HTTP/1.1" 200 214 0.003539 10.0.0.56 - - [2025-10-09 03:59:47] "GET /virtual-network/af4963bb-6f7c-48d4-b54d-f9f0c3b5992e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2000 0.005524 10.0.0.56 - - [2025-10-09 03:59:47] "POST /neutron/network HTTP/1.1" 200 799 0.006914 10.0.0.56 - - [2025-10-09 03:59:47] "GET /virtual-network/af4963bb-6f7c-48d4-b54d-f9f0c3b5992e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2000 0.005553 10.0.0.56 - - [2025-10-09 03:59:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003402 10.0.0.41 - - [2025-10-09 03:59:47] "GET /projects?obj_uuids=3b59a616-66f2-4a01-8feb-d0ed3c44c757&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001374 10.0.0.56 - - [2025-10-09 03:59:47] "GET /project/3b59a616-66f2-4a01-8feb-d0ed3c44c757?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.046691 10.0.0.56 - - [2025-10-09 03:59:47] "POST /neutron/network HTTP/1.1" 200 117 0.022901 10.0.0.41 - - [2025-10-09 03:59:47] "POST /route-targets HTTP/1.1" 200 327 0.013329 10.0.0.56 - - [2025-10-09 03:59:47] "POST /neutron/network HTTP/1.1" 200 799 0.012798 10.0.0.56 - - [2025-10-09 03:59:47] "POST /id-to-fqname HTTP/1.1" 200 214 0.001311 10.0.0.56 - - [2025-10-09 03:59:47] "GET /virtual-network/1d560dc8-0357-4595-80b2-f8430ec18f21?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1998 0.010850 10.0.0.56 - - [2025-10-09 03:59:47] "GET /virtual-network/1d560dc8-0357-4595-80b2-f8430ec18f21?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1998 0.005965 10.0.0.56 - - [2025-10-09 03:59:47] "POST /neutron/subnet HTTP/1.1" 200 701 0.009855 10.0.0.56 - - [2025-10-09 03:59:47] "POST /fqname-to-id HTTP/1.1" 404 239 0.003741 10.0.0.56 - - [2025-10-09 03:59:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.002678 10.0.0.41 - - [2025-10-09 03:59:48] "GET /projects?obj_uuids=3b59a616-66f2-4a01-8feb-d0ed3c44c757&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001019 10.0.0.56 - - [2025-10-09 03:59:48] "GET /project/3b59a616-66f2-4a01-8feb-d0ed3c44c757?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.053056 10.0.0.56 - - [2025-10-09 03:59:48] "POST /network-policys HTTP/1.1" 200 587 0.033567 10.0.0.56 - - [2025-10-09 03:59:48] "GET /network-policy/97d97dce-0999-43dc-a40d-c7a52556c0b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2161 0.008028 10.0.0.56 - - [2025-10-09 03:59:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003249 10.0.0.56 - - [2025-10-09 03:59:48] "GET /virtual-network/af4963bb-6f7c-48d4-b54d-f9f0c3b5992e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2000 0.006142 10.0.0.56 - - [2025-10-09 03:59:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003791 10.0.0.56 - - [2025-10-09 03:59:48] "GET /network-policy/97d97dce-0999-43dc-a40d-c7a52556c0b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2161 0.004268 10.0.0.56 - - [2025-10-09 03:59:48] "POST /ref-update HTTP/1.1" 200 156 0.070418 10.0.0.41 - - [2025-10-09 03:59:48] "POST /access-control-lists HTTP/1.1" 200 554 0.066944 10.0.0.56 - - [2025-10-09 03:59:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.007905 10.0.0.56 - - [2025-10-09 03:59:48] "GET /network-policy/97d97dce-0999-43dc-a40d-c7a52556c0b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2161 0.004773 10.0.0.56 - - [2025-10-09 03:59:48] "GET /virtual-network/af4963bb-6f7c-48d4-b54d-f9f0c3b5992e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2334 0.008449 10.0.0.56 - - [2025-10-09 03:59:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003608 10.0.0.56 - - [2025-10-09 03:59:48] "GET /network-policy/97d97dce-0999-43dc-a40d-c7a52556c0b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2161 0.005148 10.0.0.56 - - [2025-10-09 03:59:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003356 10.0.0.56 - - [2025-10-09 03:59:48] "GET /virtual-network/1d560dc8-0357-4595-80b2-f8430ec18f21?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1998 0.007477 10.0.0.56 - - [2025-10-09 03:59:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003492 10.0.0.56 - - [2025-10-09 03:59:48] "GET /network-policy/97d97dce-0999-43dc-a40d-c7a52556c0b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2161 0.004543 10.0.0.56 - - [2025-10-09 03:59:48] "POST /ref-update HTTP/1.1" 200 156 0.060808 10.0.0.56 - - [2025-10-09 03:59:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.002941 10.0.0.41 - - [2025-10-09 03:59:48] "POST /access-control-lists HTTP/1.1" 200 554 0.046309 10.0.0.56 - - [2025-10-09 03:59:48] "GET /network-policy/97d97dce-0999-43dc-a40d-c7a52556c0b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2161 0.004411 10.0.0.56 - - [2025-10-09 03:59:48] "GET /virtual-network/1d560dc8-0357-4595-80b2-f8430ec18f21?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2331 0.015218 10.0.0.56 - - [2025-10-09 03:59:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003301 10.0.0.56 - - [2025-10-09 03:59:48] "GET /network-policy/97d97dce-0999-43dc-a40d-c7a52556c0b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2161 0.004648 10.0.0.56 - - [2025-10-09 03:59:48] "POST /id-to-fqname HTTP/1.1" 200 214 0.001319 10.0.0.56 - - [2025-10-09 03:59:49] "POST /neutron/port HTTP/1.1" 200 2246 0.018260 10.0.0.41 - - [2025-10-09 03:59:49] "GET /projects?obj_uuids=3b59a616-66f2-4a01-8feb-d0ed3c44c757&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001078 10.0.0.56 - - [2025-10-09 03:59:49] "GET /project/3b59a616-66f2-4a01-8feb-d0ed3c44c757?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.067572 10.0.0.56 - - [2025-10-09 03:59:50] "POST /neutron/network HTTP/1.1" 200 912 0.031704 10.0.0.56 - - [2025-10-09 03:59:50] "POST /neutron/port HTTP/1.1" 200 117 0.006934 10.0.0.56 - - [2025-10-09 03:59:50] "POST /id-to-fqname HTTP/1.1" 200 214 0.001574 10.0.0.56 - - [2025-10-09 03:59:50] "POST /neutron/network HTTP/1.1" 200 922 0.009245 10.0.0.56 - - [2025-10-09 03:59:51] "POST /neutron/port HTTP/1.1" 200 1063 0.019921 10.0.0.56 - - [2025-10-09 03:59:51] "POST /neutron/port HTTP/1.1" 200 1091 0.016441 10.0.0.56 - - [2025-10-09 03:59:51] "POST /neutron/port HTTP/1.1" 200 117 0.001202 10.0.0.41 - - [2025-10-09 03:59:51] "GET /projects?obj_uuids=3b59a616-66f2-4a01-8feb-d0ed3c44c757&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001368 10.0.0.56 - - [2025-10-09 03:59:51] "GET /project/3b59a616-66f2-4a01-8feb-d0ed3c44c757?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.077233 10.0.0.56 - - [2025-10-09 03:59:51] "POST /neutron/port HTTP/1.1" 200 3220 0.024594 10.0.0.56 - - [2025-10-09 03:59:51] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.003658 10.0.0.56 - - [2025-10-09 03:59:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002887 10.0.0.56 - - [2025-10-09 03:59:51] "GET /bgp-router/9c04d5a6-f57c-44b0-a5cf-19a0a8c6b243?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.005305 10.0.0.56 - - [2025-10-09 03:59:52] "POST /neutron/network HTTP/1.1" 200 922 0.008287 10.0.0.56 - - [2025-10-09 03:59:52] "POST /neutron/port HTTP/1.1" 200 1063 0.054087 10.0.0.56 - - [2025-10-09 03:59:53] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004505 10.0.0.56 - - [2025-10-09 03:59:53] "POST /neutron/network HTTP/1.1" 200 912 0.008128 10.0.0.56 - - [2025-10-09 03:59:53] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.004095 10.0.0.56 - - [2025-10-09 03:59:53] "GET /bgp-router/9c04d5a6-f57c-44b0-a5cf-19a0a8c6b243?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.004174 10.0.0.56 - - [2025-10-09 03:59:53] "GET /bgp-router/9c04d5a6-f57c-44b0-a5cf-19a0a8c6b243?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.004076 10.0.0.56 - - [2025-10-09 03:59:53] "PUT /bgp-router/9c04d5a6-f57c-44b0-a5cf-19a0a8c6b243 HTTP/1.1" 200 254 0.028170 10.0.0.56 - - [2025-10-09 03:59:53] "PUT /bgp-router/9c04d5a6-f57c-44b0-a5cf-19a0a8c6b243 HTTP/1.1" 200 254 0.056693 10.0.0.56 - - [2025-10-09 03:59:53] "GET /bgp-router/1b5cb9bd-8904-4fee-af7f-abb3b90001bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.011365 10.0.0.56 - - [2025-10-09 03:59:53] "GET /bgp-router/1b5cb9bd-8904-4fee-af7f-abb3b90001bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.008075 10.0.0.56 - - [2025-10-09 03:59:53] "PUT /bgp-router/1b5cb9bd-8904-4fee-af7f-abb3b90001bc HTTP/1.1" 200 254 0.032076 10.0.0.56 - - [2025-10-09 03:59:53] "PUT /bgp-router/1b5cb9bd-8904-4fee-af7f-abb3b90001bc HTTP/1.1" 200 254 0.032876 10.0.0.56 - - [2025-10-09 03:59:53] "GET /bgp-router/cbadf027-9447-4fc6-851e-190809d16dea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.009732 10.0.0.56 - - [2025-10-09 03:59:53] "GET /bgp-router/cbadf027-9447-4fc6-851e-190809d16dea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.005638 10.0.0.56 - - [2025-10-09 03:59:53] "PUT /bgp-router/cbadf027-9447-4fc6-851e-190809d16dea HTTP/1.1" 200 254 0.034822 10.0.0.56 - - [2025-10-09 03:59:53] "PUT /bgp-router/cbadf027-9447-4fc6-851e-190809d16dea HTTP/1.1" 200 254 0.053857 10.0.0.56 - - [2025-10-09 03:59:53] "GET /bgp-router/9c04d5a6-f57c-44b0-a5cf-19a0a8c6b243?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.011665 10.0.0.56 - - [2025-10-09 03:59:53] "GET /bgp-router/9c04d5a6-f57c-44b0-a5cf-19a0a8c6b243?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.007339 10.0.0.56 - - [2025-10-09 03:59:53] "PUT /bgp-router/9c04d5a6-f57c-44b0-a5cf-19a0a8c6b243 HTTP/1.1" 200 254 0.024235 10.0.0.56 - - [2025-10-09 03:59:53] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.003827 10.0.0.56 - - [2025-10-09 03:59:53] "GET /bgp-router/9c04d5a6-f57c-44b0-a5cf-19a0a8c6b243?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.006620 10.0.0.56 - - [2025-10-09 03:59:53] "GET /bgp-router/9c04d5a6-f57c-44b0-a5cf-19a0a8c6b243?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.004081 10.0.0.56 - - [2025-10-09 03:59:53] "PUT /bgp-router/9c04d5a6-f57c-44b0-a5cf-19a0a8c6b243 HTTP/1.1" 200 254 0.026128 10.0.0.56 - - [2025-10-09 03:59:54] "PUT /bgp-router/9c04d5a6-f57c-44b0-a5cf-19a0a8c6b243 HTTP/1.1" 200 254 0.042042 10.0.0.56 - - [2025-10-09 03:59:54] "GET /bgp-router/1b5cb9bd-8904-4fee-af7f-abb3b90001bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.009013 10.0.0.56 - - [2025-10-09 03:59:54] "GET /bgp-router/1b5cb9bd-8904-4fee-af7f-abb3b90001bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.008695 10.0.0.56 - - [2025-10-09 03:59:54] "PUT /bgp-router/1b5cb9bd-8904-4fee-af7f-abb3b90001bc HTTP/1.1" 200 254 0.030620 10.0.0.56 - - [2025-10-09 03:59:54] "PUT /bgp-router/1b5cb9bd-8904-4fee-af7f-abb3b90001bc HTTP/1.1" 200 254 0.037052 10.0.0.56 - - [2025-10-09 03:59:54] "GET /bgp-router/cbadf027-9447-4fc6-851e-190809d16dea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.005580 10.0.0.56 - - [2025-10-09 03:59:54] "GET /bgp-router/cbadf027-9447-4fc6-851e-190809d16dea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.009328 10.0.0.56 - - [2025-10-09 03:59:54] "PUT /bgp-router/cbadf027-9447-4fc6-851e-190809d16dea HTTP/1.1" 200 254 0.045146 10.0.0.56 - - [2025-10-09 03:59:54] "PUT /bgp-router/cbadf027-9447-4fc6-851e-190809d16dea HTTP/1.1" 200 254 0.049139 10.0.0.56 - - [2025-10-09 03:59:54] "GET /bgp-router/1b5cb9bd-8904-4fee-af7f-abb3b90001bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.010058 10.0.0.56 - - [2025-10-09 03:59:54] "GET /bgp-router/1b5cb9bd-8904-4fee-af7f-abb3b90001bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.005791 10.0.0.56 - - [2025-10-09 03:59:54] "PUT /bgp-router/1b5cb9bd-8904-4fee-af7f-abb3b90001bc HTTP/1.1" 200 254 0.018300 10.0.0.56 - - [2025-10-09 03:59:54] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.003737 10.0.0.56 - - [2025-10-09 03:59:54] "GET /bgp-router/9c04d5a6-f57c-44b0-a5cf-19a0a8c6b243?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.005136 10.0.0.56 - - [2025-10-09 03:59:54] "GET /bgp-router/9c04d5a6-f57c-44b0-a5cf-19a0a8c6b243?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.004039 10.0.0.56 - - [2025-10-09 03:59:54] "PUT /bgp-router/9c04d5a6-f57c-44b0-a5cf-19a0a8c6b243 HTTP/1.1" 200 254 0.025708 10.0.0.56 - - [2025-10-09 03:59:54] "PUT /bgp-router/9c04d5a6-f57c-44b0-a5cf-19a0a8c6b243 HTTP/1.1" 200 254 0.032803 10.0.0.56 - - [2025-10-09 03:59:54] "GET /bgp-router/1b5cb9bd-8904-4fee-af7f-abb3b90001bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.008988 10.0.0.56 - - [2025-10-09 03:59:54] "GET /bgp-router/1b5cb9bd-8904-4fee-af7f-abb3b90001bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.007902 10.0.0.56 - - [2025-10-09 03:59:54] "PUT /bgp-router/1b5cb9bd-8904-4fee-af7f-abb3b90001bc HTTP/1.1" 200 254 0.026725 10.0.0.56 - - [2025-10-09 03:59:54] "PUT /bgp-router/1b5cb9bd-8904-4fee-af7f-abb3b90001bc HTTP/1.1" 200 254 0.043872 10.0.0.56 - - [2025-10-09 03:59:54] "GET /bgp-router/cbadf027-9447-4fc6-851e-190809d16dea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.006377 10.0.0.56 - - [2025-10-09 03:59:54] "GET /bgp-router/cbadf027-9447-4fc6-851e-190809d16dea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.007210 10.0.0.56 - - [2025-10-09 03:59:54] "PUT /bgp-router/cbadf027-9447-4fc6-851e-190809d16dea HTTP/1.1" 200 254 0.026085 10.0.0.56 - - [2025-10-09 03:59:55] "PUT /bgp-router/cbadf027-9447-4fc6-851e-190809d16dea HTTP/1.1" 200 254 0.037980 10.0.0.56 - - [2025-10-09 03:59:55] "GET /bgp-router/cbadf027-9447-4fc6-851e-190809d16dea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.007552 10.0.0.56 - - [2025-10-09 03:59:55] "GET /bgp-router/cbadf027-9447-4fc6-851e-190809d16dea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.006091 10.0.0.56 - - [2025-10-09 03:59:55] "PUT /bgp-router/cbadf027-9447-4fc6-851e-190809d16dea HTTP/1.1" 200 254 0.018058 10.0.0.56 - - [2025-10-09 03:59:55] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.003643 10.0.0.56 - - [2025-10-09 03:59:55] "GET /bgp-router/9c04d5a6-f57c-44b0-a5cf-19a0a8c6b243?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.006650 10.0.0.56 - - [2025-10-09 03:59:55] "GET /bgp-router/9c04d5a6-f57c-44b0-a5cf-19a0a8c6b243?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.006118 10.0.0.56 - - [2025-10-09 03:59:55] "PUT /bgp-router/9c04d5a6-f57c-44b0-a5cf-19a0a8c6b243 HTTP/1.1" 200 254 0.039963 10.0.0.56 - - [2025-10-09 03:59:55] "PUT /bgp-router/9c04d5a6-f57c-44b0-a5cf-19a0a8c6b243 HTTP/1.1" 200 254 0.043919 10.0.0.56 - - [2025-10-09 03:59:55] "GET /bgp-router/1b5cb9bd-8904-4fee-af7f-abb3b90001bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2901 0.006368 10.0.0.56 - - [2025-10-09 03:59:55] "GET /bgp-router/1b5cb9bd-8904-4fee-af7f-abb3b90001bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2901 0.008773 10.0.0.56 - - [2025-10-09 03:59:55] "PUT /bgp-router/1b5cb9bd-8904-4fee-af7f-abb3b90001bc HTTP/1.1" 200 254 0.042400 10.0.0.56 - - [2025-10-09 03:59:55] "PUT /bgp-router/1b5cb9bd-8904-4fee-af7f-abb3b90001bc HTTP/1.1" 200 254 0.033643 10.0.0.56 - - [2025-10-09 03:59:55] "GET /bgp-router/cbadf027-9447-4fc6-851e-190809d16dea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2966 0.005490 10.0.0.56 - - [2025-10-09 03:59:55] "GET /bgp-router/cbadf027-9447-4fc6-851e-190809d16dea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2966 0.012667 10.0.0.56 - - [2025-10-09 03:59:55] "PUT /bgp-router/cbadf027-9447-4fc6-851e-190809d16dea HTTP/1.1" 200 254 0.055665 10.0.0.56 - - [2025-10-09 03:59:55] "PUT /bgp-router/cbadf027-9447-4fc6-851e-190809d16dea HTTP/1.1" 200 254 0.038566 10.0.0.56 - - [2025-10-09 04:00:01] "POST /neutron/port HTTP/1.1" 200 1091 0.025458 10.0.0.56 - - [2025-10-09 04:00:05] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.003700 10.0.0.56 - - [2025-10-09 04:00:05] "GET /bgp-router/9c04d5a6-f57c-44b0-a5cf-19a0a8c6b243?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2965 0.004852 10.0.0.56 - - [2025-10-09 04:00:05] "GET /bgp-router/9c04d5a6-f57c-44b0-a5cf-19a0a8c6b243?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2965 0.004360 10.0.0.56 - - [2025-10-09 04:00:05] "PUT /bgp-router/9c04d5a6-f57c-44b0-a5cf-19a0a8c6b243 HTTP/1.1" 200 254 0.033462 10.0.0.56 - - [2025-10-09 04:00:06] "PUT /bgp-router/9c04d5a6-f57c-44b0-a5cf-19a0a8c6b243 HTTP/1.1" 200 254 0.036244 10.0.0.56 - - [2025-10-09 04:00:06] "GET /bgp-router/1b5cb9bd-8904-4fee-af7f-abb3b90001bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2901 0.006572 10.0.0.56 - - [2025-10-09 04:00:06] "GET /bgp-router/1b5cb9bd-8904-4fee-af7f-abb3b90001bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2901 0.007009 10.0.0.56 - - [2025-10-09 04:00:06] "PUT /bgp-router/1b5cb9bd-8904-4fee-af7f-abb3b90001bc HTTP/1.1" 200 254 0.041330 10.0.0.56 - - [2025-10-09 04:00:06] "PUT /bgp-router/1b5cb9bd-8904-4fee-af7f-abb3b90001bc HTTP/1.1" 200 254 0.040104 10.0.0.56 - - [2025-10-09 04:00:06] "GET /bgp-router/cbadf027-9447-4fc6-851e-190809d16dea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.010893 10.0.0.56 - - [2025-10-09 04:00:06] "GET /bgp-router/cbadf027-9447-4fc6-851e-190809d16dea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.010828 10.0.0.56 - - [2025-10-09 04:00:06] "PUT /bgp-router/cbadf027-9447-4fc6-851e-190809d16dea HTTP/1.1" 200 254 0.045560 10.0.0.56 - - [2025-10-09 04:00:06] "PUT /bgp-router/cbadf027-9447-4fc6-851e-190809d16dea HTTP/1.1" 200 254 0.065252 10.0.0.56 - - [2025-10-09 04:00:06] "GET /bgp-router/9c04d5a6-f57c-44b0-a5cf-19a0a8c6b243?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.005179 10.0.0.56 - - [2025-10-09 04:00:06] "GET /bgp-router/9c04d5a6-f57c-44b0-a5cf-19a0a8c6b243?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.003965 10.0.0.56 - - [2025-10-09 04:00:06] "PUT /bgp-router/9c04d5a6-f57c-44b0-a5cf-19a0a8c6b243 HTTP/1.1" 200 254 0.024658 10.0.0.56 - - [2025-10-09 04:00:06] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.004387 10.0.0.56 - - [2025-10-09 04:00:06] "GET /bgp-router/9c04d5a6-f57c-44b0-a5cf-19a0a8c6b243?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.005639 10.0.0.56 - - [2025-10-09 04:00:06] "GET /bgp-router/9c04d5a6-f57c-44b0-a5cf-19a0a8c6b243?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.009280 10.0.0.56 - - [2025-10-09 04:00:06] "PUT /bgp-router/9c04d5a6-f57c-44b0-a5cf-19a0a8c6b243 HTTP/1.1" 200 254 0.030582 10.0.0.56 - - [2025-10-09 04:00:06] "PUT /bgp-router/9c04d5a6-f57c-44b0-a5cf-19a0a8c6b243 HTTP/1.1" 200 254 0.050960 10.0.0.56 - - [2025-10-09 04:00:06] "GET /bgp-router/1b5cb9bd-8904-4fee-af7f-abb3b90001bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.005102 10.0.0.56 - - [2025-10-09 04:00:06] "GET /bgp-router/1b5cb9bd-8904-4fee-af7f-abb3b90001bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.004102 10.0.0.56 - - [2025-10-09 04:00:06] "PUT /bgp-router/1b5cb9bd-8904-4fee-af7f-abb3b90001bc HTTP/1.1" 200 254 0.043894 10.0.0.56 - - [2025-10-09 04:00:06] "PUT /bgp-router/1b5cb9bd-8904-4fee-af7f-abb3b90001bc HTTP/1.1" 200 254 0.060624 10.0.0.56 - - [2025-10-09 04:00:07] "GET /bgp-router/cbadf027-9447-4fc6-851e-190809d16dea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.011931 10.0.0.56 - - [2025-10-09 04:00:07] "GET /bgp-router/cbadf027-9447-4fc6-851e-190809d16dea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.006906 10.0.0.56 - - [2025-10-09 04:00:07] "PUT /bgp-router/cbadf027-9447-4fc6-851e-190809d16dea HTTP/1.1" 200 254 0.030125 10.0.0.56 - - [2025-10-09 04:00:07] "PUT /bgp-router/cbadf027-9447-4fc6-851e-190809d16dea HTTP/1.1" 200 254 0.036550 10.0.0.56 - - [2025-10-09 04:00:07] "GET /bgp-router/1b5cb9bd-8904-4fee-af7f-abb3b90001bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.005968 10.0.0.56 - - [2025-10-09 04:00:07] "GET /bgp-router/1b5cb9bd-8904-4fee-af7f-abb3b90001bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.005468 10.0.0.56 - - [2025-10-09 04:00:07] "PUT /bgp-router/1b5cb9bd-8904-4fee-af7f-abb3b90001bc HTTP/1.1" 200 254 0.026989 10.0.0.56 - - [2025-10-09 04:00:07] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.005765 10.0.0.56 - - [2025-10-09 04:00:07] "GET /bgp-router/9c04d5a6-f57c-44b0-a5cf-19a0a8c6b243?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.005620 10.0.0.56 - - [2025-10-09 04:00:07] "GET /bgp-router/9c04d5a6-f57c-44b0-a5cf-19a0a8c6b243?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.004534 10.0.0.56 - - [2025-10-09 04:00:07] "PUT /bgp-router/9c04d5a6-f57c-44b0-a5cf-19a0a8c6b243 HTTP/1.1" 200 254 0.035283 10.0.0.56 - - [2025-10-09 04:00:07] "PUT /bgp-router/9c04d5a6-f57c-44b0-a5cf-19a0a8c6b243 HTTP/1.1" 200 254 0.038502 10.0.0.56 - - [2025-10-09 04:00:07] "GET /bgp-router/1b5cb9bd-8904-4fee-af7f-abb3b90001bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.013983 10.0.0.56 - - [2025-10-09 04:00:07] "GET /bgp-router/1b5cb9bd-8904-4fee-af7f-abb3b90001bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.005799 10.0.0.56 - - [2025-10-09 04:00:07] "PUT /bgp-router/1b5cb9bd-8904-4fee-af7f-abb3b90001bc HTTP/1.1" 200 254 0.041513 10.0.0.56 - - [2025-10-09 04:00:07] "PUT /bgp-router/1b5cb9bd-8904-4fee-af7f-abb3b90001bc HTTP/1.1" 200 254 0.034584 10.0.0.56 - - [2025-10-09 04:00:07] "GET /bgp-router/cbadf027-9447-4fc6-851e-190809d16dea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.016500 10.0.0.56 - - [2025-10-09 04:00:07] "GET /bgp-router/cbadf027-9447-4fc6-851e-190809d16dea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.008164 10.0.0.56 - - [2025-10-09 04:00:07] "PUT /bgp-router/cbadf027-9447-4fc6-851e-190809d16dea HTTP/1.1" 200 254 0.043250 10.0.0.56 - - [2025-10-09 04:00:07] "PUT /bgp-router/cbadf027-9447-4fc6-851e-190809d16dea HTTP/1.1" 200 254 0.039811 10.0.0.56 - - [2025-10-09 04:00:07] "GET /bgp-router/cbadf027-9447-4fc6-851e-190809d16dea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.006454 10.0.0.56 - - [2025-10-09 04:00:07] "GET /bgp-router/cbadf027-9447-4fc6-851e-190809d16dea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.008549 10.0.0.56 - - [2025-10-09 04:00:07] "PUT /bgp-router/cbadf027-9447-4fc6-851e-190809d16dea HTTP/1.1" 200 254 0.028498 10.0.0.56 - - [2025-10-09 04:00:08] "POST /ref-update HTTP/1.1" 200 156 0.054547 10.0.0.56 - - [2025-10-09 04:00:08] "GET /virtual-network/1d560dc8-0357-4595-80b2-f8430ec18f21?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1998 0.016854 10.0.0.41 - - [2025-10-09 04:00:08] "DELETE /access-control-list/4b90fe48-1b9e-4697-82f7-33558fbcae3f HTTP/1.1" 200 115 0.064597 10.0.0.56 - - [2025-10-09 04:00:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003371 10.0.0.56 - - [2025-10-09 04:00:08] "GET /network-policy/97d97dce-0999-43dc-a40d-c7a52556c0b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2161 0.007596 10.0.0.56 - - [2025-10-09 04:00:08] "POST /ref-update HTTP/1.1" 200 156 0.068956 10.0.0.56 - - [2025-10-09 04:00:08] "POST /neutron/network HTTP/1.1" 200 799 0.018389 10.0.0.56 - - [2025-10-09 04:00:08] "GET /virtual-network/af4963bb-6f7c-48d4-b54d-f9f0c3b5992e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2000 0.006210 10.0.0.41 - - [2025-10-09 04:00:08] "POST /ref-update HTTP/1.1" 200 156 0.042625 10.0.0.56 - - [2025-10-09 04:00:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.018967 10.0.0.56 - - [2025-10-09 04:00:08] "GET /network-policy/97d97dce-0999-43dc-a40d-c7a52556c0b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2161 0.005782 10.0.0.56 - - [2025-10-09 04:00:08] "DELETE /network-policy/97d97dce-0999-43dc-a40d-c7a52556c0b1 HTTP/1.1" 200 115 0.049485 10.0.0.56 - - [2025-10-09 04:00:08] "POST /neutron/port HTTP/1.1" 200 1117 0.013061 10.0.0.56 - - [2025-10-09 04:00:08] "POST /neutron/port HTTP/1.1" 200 1091 0.016302 10.0.0.56 - - [2025-10-09 04:00:10] "POST /neutron/network HTTP/1.1" 200 799 0.007777 10.0.0.41 - - [2025-10-09 04:00:11] "POST /useragent-kv HTTP/1.1" 200 115 0.004452 10.0.0.41 - - [2025-10-09 04:00:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.007122 10.0.0.41 - - [2025-10-09 04:00:11] "POST /useragent-kv HTTP/1.1" 200 115 0.005527 10.0.0.56 - - [2025-10-09 04:00:11] "POST /neutron/network HTTP/1.1" 200 151 0.174304 10.0.0.41 - - [2025-10-09 04:00:11] "POST /fqname-to-id HTTP/1.1" 404 207 0.017931 10.0.0.56 - - [2025-10-09 04:00:11] "POST /ref-update HTTP/1.1" 200 156 0.097743 10.0.0.41 - - [2025-10-09 04:00:11] "POST /ref-update HTTP/1.1" 200 156 0.025851 10.0.0.56 - - [2025-10-09 04:00:11] "GET /virtual-network/1ac60810-8fa2-4258-b8cc-ec15662b3722?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2565 0.027413 10.0.0.56 - - [2025-10-09 04:00:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004963 10.0.0.56 - - [2025-10-09 04:00:11] "GET /network-policy/18b8887b-256a-419f-9bb7-f7d250e0b4de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2095 0.004451 10.0.0.56 - - [2025-10-09 04:00:11] "POST /ref-update HTTP/1.1" 200 156 0.050195 10.0.0.56 - - [2025-10-09 04:00:11] "GET /virtual-network/ac93d3e1-4063-4062-93bc-30c89f2742ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2560 0.009192 10.0.0.56 - - [2025-10-09 04:00:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003619 10.0.0.56 - - [2025-10-09 04:00:11] "GET /network-policy/18b8887b-256a-419f-9bb7-f7d250e0b4de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2095 0.004497 10.0.0.56 - - [2025-10-09 04:00:11] "DELETE /network-policy/18b8887b-256a-419f-9bb7-f7d250e0b4de HTTP/1.1" 200 115 0.044442 10.0.0.56 - - [2025-10-09 04:00:11] "POST /neutron/network HTTP/1.1" 200 977 0.010051 10.0.0.56 - - [2025-10-09 04:00:12] "POST /neutron/port HTTP/1.1" 200 1209 0.017384 10.0.0.56 - - [2025-10-09 04:00:12] "POST /neutron/port HTTP/1.1" 200 1207 0.013535 10.0.0.41 - - [2025-10-09 04:00:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004371 10.0.0.41 - - [2025-10-09 04:00:14] "POST /useragent-kv HTTP/1.1" 200 115 0.002820 10.0.0.41 - - [2025-10-09 04:00:14] "POST /useragent-kv HTTP/1.1" 200 115 0.003032 10.0.0.41 - - [2025-10-09 04:00:14] "POST /useragent-kv HTTP/1.1" 200 115 0.002775 10.0.0.41 - - [2025-10-09 04:00:14] "POST /useragent-kv HTTP/1.1" 200 115 0.002843 10.0.0.56 - - [2025-10-09 04:00:14] "POST /neutron/network HTTP/1.1" 200 151 0.158295 10.0.0.41 - - [2025-10-09 04:00:14] "DELETE /route-target/ffc9eb4e-04cb-4e77-9bdc-21e5b5f1c724 HTTP/1.1" 200 115 0.025874 10.0.0.56 - - [2025-10-09 04:00:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003948 10.0.0.41 - - [2025-10-09 04:00:15] "GET /projects?obj_uuids=3b59a616-66f2-4a01-8feb-d0ed3c44c757&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001602 10.0.0.56 - - [2025-10-09 04:00:15] "GET /project/3b59a616-66f2-4a01-8feb-d0ed3c44c757?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.043848 10.0.0.56 - - [2025-10-09 04:00:15] "POST /neutron/network HTTP/1.1" 200 117 0.010765 10.0.0.41 - - [2025-10-09 04:00:16] "POST /fqname-to-id HTTP/1.1" 404 207 0.012824 10.0.0.41 - - [2025-10-09 04:00:16] "POST /useragent-kv HTTP/1.1" 200 115 0.008196 10.0.0.56 - - [2025-10-09 04:00:16] "POST /neutron/subnet HTTP/1.1" 200 729 0.179174 10.0.0.56 - - [2025-10-09 04:00:16] "POST /id-to-fqname HTTP/1.1" 200 222 0.001427 10.0.0.56 - - [2025-10-09 04:00:16] "GET /virtual-network/71b5b432-1987-4317-99f3-f50457594b9f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2562 0.005607 10.0.0.56 - - [2025-10-09 04:00:16] "GET /virtual-network/71b5b432-1987-4317-99f3-f50457594b9f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2562 0.009918 10.0.0.56 - - [2025-10-09 04:00:16] "POST /neutron/network HTTP/1.1" 200 976 0.008624 10.0.0.56 - - [2025-10-09 04:00:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004158 10.0.0.41 - - [2025-10-09 04:00:16] "GET /projects?obj_uuids=3b59a616-66f2-4a01-8feb-d0ed3c44c757&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001076 10.0.0.56 - - [2025-10-09 04:00:16] "GET /project/3b59a616-66f2-4a01-8feb-d0ed3c44c757?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.044119 10.0.0.56 - - [2025-10-09 04:00:16] "POST /neutron/network HTTP/1.1" 200 117 0.013755 10.0.0.41 - - [2025-10-09 04:00:16] "POST /route-targets HTTP/1.1" 200 327 0.014504 10.0.0.41 - - [2025-10-09 04:00:17] "POST /useragent-kv HTTP/1.1" 200 115 0.007081 10.0.0.56 - - [2025-10-09 04:00:17] "POST /neutron/subnet HTTP/1.1" 200 720 0.168558 10.0.0.56 - - [2025-10-09 04:00:17] "POST /id-to-fqname HTTP/1.1" 200 222 0.001393 10.0.0.56 - - [2025-10-09 04:00:17] "GET /virtual-network/0800354e-e3fc-43a2-b21d-9a0493fd4259?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2555 0.005565 10.0.0.56 - - [2025-10-09 04:00:17] "GET /virtual-network/0800354e-e3fc-43a2-b21d-9a0493fd4259?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2555 0.008793 10.0.0.56 - - [2025-10-09 04:00:17] "POST /neutron/network HTTP/1.1" 200 974 0.011737 10.0.0.56 - - [2025-10-09 04:00:17] "POST /id-to-fqname HTTP/1.1" 200 222 0.001417 10.0.0.56 - - [2025-10-09 04:00:17] "POST /neutron/network HTTP/1.1" 200 986 0.010264 10.0.0.41 - - [2025-10-09 04:00:18] "GET /projects?obj_uuids=3b59a616-66f2-4a01-8feb-d0ed3c44c757&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000994 10.0.0.56 - - [2025-10-09 04:00:18] "GET /project/3b59a616-66f2-4a01-8feb-d0ed3c44c757?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.072668 10.0.0.56 - - [2025-10-09 04:00:18] "POST /neutron/port HTTP/1.1" 200 117 0.006746 10.0.0.56 - - [2025-10-09 04:00:18] "POST /id-to-fqname HTTP/1.1" 200 222 0.001980 10.0.0.56 - - [2025-10-09 04:00:18] "POST /neutron/network HTTP/1.1" 200 986 0.013632 10.0.0.56 - - [2025-10-09 04:00:19] "POST /neutron/port HTTP/1.1" 200 1154 0.018683 10.0.0.56 - - [2025-10-09 04:00:19] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004310 10.0.0.41 - - [2025-10-09 04:00:19] "GET /projects?obj_uuids=3b59a616-66f2-4a01-8feb-d0ed3c44c757&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001035 10.0.0.56 - - [2025-10-09 04:00:19] "GET /project/3b59a616-66f2-4a01-8feb-d0ed3c44c757?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.073314 10.0.0.56 - - [2025-10-09 04:00:19] "POST /neutron/network HTTP/1.1" 200 974 0.009785 10.0.0.56 - - [2025-10-09 04:00:19] "POST /neutron/network HTTP/1.1" 200 976 0.009063 10.0.0.56 - - [2025-10-09 04:00:19] "POST /neutron/port HTTP/1.1" 200 117 0.006793 10.0.0.56 - - [2025-10-09 04:00:20] "POST /neutron/network HTTP/1.1" 200 984 0.010195 10.0.0.56 - - [2025-10-09 04:00:20] "POST /neutron/port HTTP/1.1" 200 1152 0.026667 10.0.0.56 - - [2025-10-09 04:00:20] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005185 10.0.0.56 - - [2025-10-09 04:00:21] "POST /neutron/port HTTP/1.1" 200 117 0.001548 10.0.0.56 - - [2025-10-09 04:00:25] "POST /neutron/port HTTP/1.1" 200 1182 0.017626 10.0.0.56 - - [2025-10-09 04:00:25] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007192 10.0.0.56 - - [2025-10-09 04:00:25] "GET /virtual-machine/4f3a976b-f1dc-4e76-ba06-ad53f49cec87 HTTP/1.1" 200 1300 0.005926 10.0.0.56 - - [2025-10-09 04:00:25] "GET /virtual-machine-interface/240294ff-f6b2-4b6a-8018-bf36004a50e4 HTTP/1.1" 200 3156 0.005118 10.0.0.56 - - [2025-10-09 04:00:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004456 10.0.0.56 - - [2025-10-09 04:00:25] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005307 10.0.0.56 - - [2025-10-09 04:00:25] "GET /virtual-networks?parent_id=3b59a616-66f2-4a01-8feb-d0ed3c44c757&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003380 10.0.0.56 - - [2025-10-09 04:00:25] "GET /virtual-network/71b5b432-1987-4317-99f3-f50457594b9f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2562 0.007447 10.0.0.56 - - [2025-10-09 04:00:27] "POST /neutron/port HTTP/1.1" 200 1182 0.016366 10.0.0.56 - - [2025-10-09 04:00:27] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004560 10.0.0.56 - - [2025-10-09 04:00:27] "POST /neutron/port HTTP/1.1" 200 117 0.001257 10.0.0.56 - - [2025-10-09 04:00:27] "POST /neutron/port HTTP/1.1" 200 1182 0.038995 10.0.0.41 - - [2025-10-09 04:00:28] "GET /obj-perms HTTP/1.1" 200 5056 0.064215 10.0.0.56 - - [2025-10-09 04:00:28] "POST /neutron/port HTTP/1.1" 200 1180 0.017187 10.0.0.56 - - [2025-10-09 04:00:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003190 10.0.0.56 - - [2025-10-09 04:00:28] "GET /virtual-network/71b5b432-1987-4317-99f3-f50457594b9f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2562 0.005076 10.0.0.56 - - [2025-10-09 04:00:28] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004256 10.0.0.56 - - [2025-10-09 04:00:28] "POST /neutron/port HTTP/1.1" 200 117 0.001244 10.0.0.56 - - [2025-10-09 04:00:29] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007042 10.0.0.56 - - [2025-10-09 04:00:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004009 10.0.0.56 - - [2025-10-09 04:00:30] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003982 10.0.0.56 - - [2025-10-09 04:00:30] "GET /virtual-networks?parent_id=3b59a616-66f2-4a01-8feb-d0ed3c44c757&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003157 10.0.0.56 - - [2025-10-09 04:00:30] "GET /virtual-network/71b5b432-1987-4317-99f3-f50457594b9f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2562 0.007158 10.0.0.56 - - [2025-10-09 04:00:30] "POST /neutron/port HTTP/1.1" 200 1180 0.020320 10.0.0.56 - - [2025-10-09 04:00:31] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007515 10.0.0.56 - - [2025-10-09 04:00:31] "GET /virtual-machine/9a7d39dd-7b7f-4d13-8343-9a3643d51a24 HTTP/1.1" 200 1300 0.007407 10.0.0.56 - - [2025-10-09 04:00:31] "GET /virtual-machine-interface/f68bad01-eb59-452a-bc8a-97e2129d33b4 HTTP/1.1" 200 3158 0.006085 10.0.0.56 - - [2025-10-09 04:00:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003706 10.0.0.56 - - [2025-10-09 04:00:31] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003729 10.0.0.56 - - [2025-10-09 04:00:31] "GET /virtual-networks?parent_id=3b59a616-66f2-4a01-8feb-d0ed3c44c757&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003057 10.0.0.56 - - [2025-10-09 04:00:31] "GET /virtual-network/0800354e-e3fc-43a2-b21d-9a0493fd4259?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2555 0.006460 10.0.0.56 - - [2025-10-09 04:00:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003691 10.0.0.56 - - [2025-10-09 04:00:32] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004057 10.0.0.56 - - [2025-10-09 04:00:32] "GET /virtual-networks?parent_id=3b59a616-66f2-4a01-8feb-d0ed3c44c757&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.002908 10.0.0.56 - - [2025-10-09 04:00:32] "GET /virtual-network/0800354e-e3fc-43a2-b21d-9a0493fd4259?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2555 0.005468 10.0.0.56 - - [2025-10-09 04:00:32] "POST /fqname-to-id HTTP/1.1" 404 209 0.004452 10.0.0.56 - - [2025-10-09 04:00:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003388 10.0.0.41 - - [2025-10-09 04:00:32] "GET /projects?obj_uuids=3b59a616-66f2-4a01-8feb-d0ed3c44c757&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000977 10.0.0.56 - - [2025-10-09 04:00:32] "GET /project/3b59a616-66f2-4a01-8feb-d0ed3c44c757?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.056803 10.0.0.56 - - [2025-10-09 04:00:32] "POST /network-policys HTTP/1.1" 200 533 0.030961 10.0.0.56 - - [2025-10-09 04:00:32] "GET /network-policy/c7e520a8-34a8-40e2-900d-5b99a3530b8e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2096 0.006263 10.0.0.56 - - [2025-10-09 04:00:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003520 10.0.0.56 - - [2025-10-09 04:00:32] "GET /virtual-network/71b5b432-1987-4317-99f3-f50457594b9f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2562 0.007189 10.0.0.56 - - [2025-10-09 04:00:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004274 10.0.0.56 - - [2025-10-09 04:00:32] "GET /network-policy/c7e520a8-34a8-40e2-900d-5b99a3530b8e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2096 0.005490 10.0.0.41 - - [2025-10-09 04:00:32] "POST /fqname-to-id HTTP/1.1" 404 207 0.005065 10.0.0.56 - - [2025-10-09 04:00:32] "POST /ref-update HTTP/1.1" 200 156 0.051889 10.0.0.56 - - [2025-10-09 04:00:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003964 10.0.0.56 - - [2025-10-09 04:00:32] "GET /network-policy/c7e520a8-34a8-40e2-900d-5b99a3530b8e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2096 0.004241 10.0.0.56 - - [2025-10-09 04:00:32] "GET /virtual-network/71b5b432-1987-4317-99f3-f50457594b9f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2869 0.007986 10.0.0.56 - - [2025-10-09 04:00:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.002686 10.0.0.56 - - [2025-10-09 04:00:33] "GET /network-policy/c7e520a8-34a8-40e2-900d-5b99a3530b8e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2096 0.004443 10.0.0.56 - - [2025-10-09 04:00:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003281 10.0.0.56 - - [2025-10-09 04:00:33] "GET /virtual-network/0800354e-e3fc-43a2-b21d-9a0493fd4259?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2555 0.007077 10.0.0.56 - - [2025-10-09 04:00:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003851 10.0.0.56 - - [2025-10-09 04:00:33] "GET /network-policy/c7e520a8-34a8-40e2-900d-5b99a3530b8e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2096 0.005005 10.0.0.56 - - [2025-10-09 04:00:33] "POST /ref-update HTTP/1.1" 200 156 0.056667 10.0.0.41 - - [2025-10-09 04:00:33] "POST /access-control-lists HTTP/1.1" 200 578 0.093280 10.0.0.56 - - [2025-10-09 04:00:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003610 10.0.0.56 - - [2025-10-09 04:00:33] "GET /network-policy/c7e520a8-34a8-40e2-900d-5b99a3530b8e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2096 0.013198 10.0.0.41 - - [2025-10-09 04:00:33] "POST /ref-update HTTP/1.1" 200 156 0.026810 10.0.0.56 - - [2025-10-09 04:00:33] "GET /virtual-network/0800354e-e3fc-43a2-b21d-9a0493fd4259?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2862 0.007400 10.0.0.56 - - [2025-10-09 04:00:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.007931 10.0.0.56 - - [2025-10-09 04:00:33] "GET /network-policy/c7e520a8-34a8-40e2-900d-5b99a3530b8e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2096 0.004603 10.0.0.56 - - [2025-10-09 04:00:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003103 10.0.0.41 - - [2025-10-09 04:00:33] "GET /projects?obj_uuids=3b59a616-66f2-4a01-8feb-d0ed3c44c757&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001067 10.0.0.56 - - [2025-10-09 04:00:33] "GET /project/3b59a616-66f2-4a01-8feb-d0ed3c44c757?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.037931 10.0.0.56 - - [2025-10-09 04:00:33] "POST /neutron/network HTTP/1.1" 200 117 0.015631 10.0.0.41 - - [2025-10-09 04:00:33] "POST /ref-update HTTP/1.1" 200 156 0.021982 10.0.0.56 - - [2025-10-09 04:00:34] "POST /neutron/network HTTP/1.1" 200 799 0.009261 10.0.0.56 - - [2025-10-09 04:00:34] "POST /id-to-fqname HTTP/1.1" 200 214 0.001154 10.0.0.56 - - [2025-10-09 04:00:34] "GET /virtual-network/c21d58ce-9528-476e-8a31-f5f44cc29898?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1999 0.005569 10.0.0.56 - - [2025-10-09 04:00:34] "GET /virtual-network/c21d58ce-9528-476e-8a31-f5f44cc29898?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1999 0.005848 10.0.0.56 - - [2025-10-09 04:00:34] "POST /neutron/subnet HTTP/1.1" 200 701 0.009848 10.0.0.56 - - [2025-10-09 04:00:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003295 10.0.0.41 - - [2025-10-09 04:00:34] "GET /projects?obj_uuids=3b59a616-66f2-4a01-8feb-d0ed3c44c757&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000898 10.0.0.56 - - [2025-10-09 04:00:34] "GET /project/3b59a616-66f2-4a01-8feb-d0ed3c44c757?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.043127 10.0.0.41 - - [2025-10-09 04:00:34] "POST /useragent-kv HTTP/1.1" 200 115 0.008842 10.0.0.56 - - [2025-10-09 04:00:34] "POST /neutron/subnet HTTP/1.1" 200 701 0.233257 10.0.0.56 - - [2025-10-09 04:00:34] "POST /id-to-fqname HTTP/1.1" 200 214 0.001385 10.0.0.56 - - [2025-10-09 04:00:34] "GET /virtual-network/2ec39924-cf6f-496e-b21b-a362fac1f383?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1999 0.005578 10.0.0.56 - - [2025-10-09 04:00:34] "GET /virtual-network/2ec39924-cf6f-496e-b21b-a362fac1f383?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1999 0.005633 10.0.0.56 - - [2025-10-09 04:00:34] "POST /neutron/network HTTP/1.1" 200 799 0.006545 10.0.0.56 - - [2025-10-09 04:00:34] "POST /fqname-to-id HTTP/1.1" 404 239 0.002827 10.0.0.56 - - [2025-10-09 04:00:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004073 10.0.0.41 - - [2025-10-09 04:00:34] "GET /projects?obj_uuids=3b59a616-66f2-4a01-8feb-d0ed3c44c757&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001351 10.0.0.56 - - [2025-10-09 04:00:34] "GET /project/3b59a616-66f2-4a01-8feb-d0ed3c44c757?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.048605 10.0.0.56 - - [2025-10-09 04:00:35] "POST /network-policys HTTP/1.1" 200 587 0.029450 10.0.0.56 - - [2025-10-09 04:00:35] "GET /network-policy/a00dcc09-a3f7-4296-b42d-020fea9ccce2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2161 0.006533 10.0.0.56 - - [2025-10-09 04:00:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003049 10.0.0.56 - - [2025-10-09 04:00:35] "GET /virtual-network/c21d58ce-9528-476e-8a31-f5f44cc29898?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1999 0.007756 10.0.0.56 - - [2025-10-09 04:00:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003140 10.0.0.56 - - [2025-10-09 04:00:35] "GET /network-policy/a00dcc09-a3f7-4296-b42d-020fea9ccce2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2161 0.004403 10.0.0.41 - - [2025-10-09 04:00:35] "POST /fqname-to-id HTTP/1.1" 404 210 0.007708 10.0.0.56 - - [2025-10-09 04:00:35] "POST /ref-update HTTP/1.1" 200 156 0.072206 10.0.0.56 - - [2025-10-09 04:00:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003553 10.0.0.56 - - [2025-10-09 04:00:35] "GET /network-policy/a00dcc09-a3f7-4296-b42d-020fea9ccce2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2161 0.015538 10.0.0.56 - - [2025-10-09 04:00:35] "GET /virtual-network/c21d58ce-9528-476e-8a31-f5f44cc29898?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2333 0.009198 10.0.0.56 - - [2025-10-09 04:00:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.007001 10.0.0.56 - - [2025-10-09 04:00:35] "GET /network-policy/a00dcc09-a3f7-4296-b42d-020fea9ccce2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2161 0.004589 10.0.0.56 - - [2025-10-09 04:00:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003037 10.0.0.56 - - [2025-10-09 04:00:35] "GET /virtual-network/2ec39924-cf6f-496e-b21b-a362fac1f383?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1999 0.009020 10.0.0.56 - - [2025-10-09 04:00:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.009657 10.0.0.56 - - [2025-10-09 04:00:35] "GET /network-policy/a00dcc09-a3f7-4296-b42d-020fea9ccce2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2161 0.005888 10.0.0.56 - - [2025-10-09 04:00:35] "POST /ref-update HTTP/1.1" 200 156 0.071157 10.0.0.41 - - [2025-10-09 04:00:35] "POST /fqname-to-id HTTP/1.1" 404 210 0.006448 10.0.0.56 - - [2025-10-09 04:00:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.005718 10.0.0.56 - - [2025-10-09 04:00:35] "GET /network-policy/a00dcc09-a3f7-4296-b42d-020fea9ccce2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2161 0.005079 10.0.0.56 - - [2025-10-09 04:00:35] "POST /neutron/network HTTP/1.1" 200 912 0.045666 10.0.0.56 - - [2025-10-09 04:00:35] "GET /virtual-network/2ec39924-cf6f-496e-b21b-a362fac1f383?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2333 0.008029 10.0.0.56 - - [2025-10-09 04:00:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004597 10.0.0.56 - - [2025-10-09 04:00:35] "GET /network-policy/a00dcc09-a3f7-4296-b42d-020fea9ccce2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2161 0.005387 10.0.0.56 - - [2025-10-09 04:00:35] "POST /id-to-fqname HTTP/1.1" 200 214 0.001215 10.0.0.56 - - [2025-10-09 04:00:36] "POST /neutron/network HTTP/1.1" 200 922 0.006677 10.0.0.41 - - [2025-10-09 04:00:36] "GET /projects?obj_uuids=3b59a616-66f2-4a01-8feb-d0ed3c44c757&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001101 10.0.0.56 - - [2025-10-09 04:00:36] "GET /project/3b59a616-66f2-4a01-8feb-d0ed3c44c757?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.064500 10.0.0.56 - - [2025-10-09 04:00:37] "POST /neutron/security_group HTTP/1.1" 200 2066 0.011880 10.0.0.56 - - [2025-10-09 04:00:37] "POST /id-to-fqname HTTP/1.1" 200 214 0.001476 10.0.0.56 - - [2025-10-09 04:00:37] "POST /neutron/security_group HTTP/1.1" 200 2066 0.009461 10.0.0.41 - - [2025-10-09 04:00:37] "GET /projects?obj_uuids=3b59a616-66f2-4a01-8feb-d0ed3c44c757&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001168 10.0.0.56 - - [2025-10-09 04:00:37] "POST /neutron/port HTTP/1.1" 200 1063 0.299389 10.0.0.56 - - [2025-10-09 04:00:38] "POST /neutron/port HTTP/1.1" 200 1117 0.099484 10.0.0.56 - - [2025-10-09 04:00:38] "POST /neutron/subnet HTTP/1.1" 200 675 0.009048 10.0.0.41 - - [2025-10-09 04:00:38] "GET /projects?obj_uuids=3b59a616-66f2-4a01-8feb-d0ed3c44c757&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001024 10.0.0.56 - - [2025-10-09 04:00:38] "GET /project/3b59a616-66f2-4a01-8feb-d0ed3c44c757?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.062212 10.0.0.56 - - [2025-10-09 04:00:38] "POST /neutron/network HTTP/1.1" 200 912 0.006265 10.0.0.56 - - [2025-10-09 04:00:38] "POST /neutron/port HTTP/1.1" 200 117 0.008610 10.0.0.56 - - [2025-10-09 04:00:38] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.004069 10.0.0.56 - - [2025-10-09 04:00:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004442 10.0.0.56 - - [2025-10-09 04:00:38] "GET /bgp-router/9c04d5a6-f57c-44b0-a5cf-19a0a8c6b243?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.007183 10.0.0.41 - - [2025-10-09 04:00:39] "PUT /access-control-list/e1561197-990f-45b2-abac-03f917c96dd6 HTTP/1.1" 200 272 0.014181 10.0.0.56 - - [2025-10-09 04:00:39] "POST /neutron/port HTTP/1.1" 200 1063 0.017048 10.0.0.56 - - [2025-10-09 04:00:39] "POST /neutron/port HTTP/1.1" 200 1091 0.031789 10.0.0.56 - - [2025-10-09 04:00:39] "POST /neutron/port HTTP/1.1" 200 117 0.001188 10.0.0.56 - - [2025-10-09 04:00:40] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.004210 10.0.0.56 - - [2025-10-09 04:00:40] "GET /bgp-router/9c04d5a6-f57c-44b0-a5cf-19a0a8c6b243?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.004335 10.0.0.56 - - [2025-10-09 04:00:40] "GET /bgp-router/9c04d5a6-f57c-44b0-a5cf-19a0a8c6b243?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.003884 10.0.0.56 - - [2025-10-09 04:00:40] "PUT /bgp-router/9c04d5a6-f57c-44b0-a5cf-19a0a8c6b243 HTTP/1.1" 200 254 0.030261 10.0.0.56 - - [2025-10-09 04:00:40] "PUT /bgp-router/9c04d5a6-f57c-44b0-a5cf-19a0a8c6b243 HTTP/1.1" 200 254 0.046219 10.0.0.56 - - [2025-10-09 04:00:40] "GET /bgp-router/1b5cb9bd-8904-4fee-af7f-abb3b90001bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.005066 10.0.0.56 - - [2025-10-09 04:00:40] "GET /bgp-router/1b5cb9bd-8904-4fee-af7f-abb3b90001bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.004245 10.0.0.56 - - [2025-10-09 04:00:40] "PUT /bgp-router/1b5cb9bd-8904-4fee-af7f-abb3b90001bc HTTP/1.1" 200 254 0.035323 10.0.0.56 - - [2025-10-09 04:00:40] "PUT /bgp-router/1b5cb9bd-8904-4fee-af7f-abb3b90001bc HTTP/1.1" 200 254 0.041139 10.0.0.56 - - [2025-10-09 04:00:40] "GET /bgp-router/cbadf027-9447-4fc6-851e-190809d16dea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.007691 10.0.0.56 - - [2025-10-09 04:00:40] "GET /bgp-router/cbadf027-9447-4fc6-851e-190809d16dea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.004431 10.0.0.56 - - [2025-10-09 04:00:40] "PUT /bgp-router/cbadf027-9447-4fc6-851e-190809d16dea HTTP/1.1" 200 254 0.040187 10.0.0.56 - - [2025-10-09 04:00:40] "PUT /bgp-router/cbadf027-9447-4fc6-851e-190809d16dea HTTP/1.1" 200 254 0.055784 10.0.0.56 - - [2025-10-09 04:00:40] "GET /bgp-router/9c04d5a6-f57c-44b0-a5cf-19a0a8c6b243?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.004664 10.0.0.56 - - [2025-10-09 04:00:40] "GET /bgp-router/9c04d5a6-f57c-44b0-a5cf-19a0a8c6b243?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.015213 10.0.0.56 - - [2025-10-09 04:00:40] "PUT /bgp-router/9c04d5a6-f57c-44b0-a5cf-19a0a8c6b243 HTTP/1.1" 200 254 0.022939 10.0.0.56 - - [2025-10-09 04:00:40] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.003696 10.0.0.56 - - [2025-10-09 04:00:40] "GET /bgp-router/9c04d5a6-f57c-44b0-a5cf-19a0a8c6b243?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.005559 10.0.0.56 - - [2025-10-09 04:00:40] "GET /bgp-router/9c04d5a6-f57c-44b0-a5cf-19a0a8c6b243?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.004367 10.0.0.56 - - [2025-10-09 04:00:40] "PUT /bgp-router/9c04d5a6-f57c-44b0-a5cf-19a0a8c6b243 HTTP/1.1" 200 254 0.031220 10.0.0.56 - - [2025-10-09 04:00:41] "PUT /bgp-router/9c04d5a6-f57c-44b0-a5cf-19a0a8c6b243 HTTP/1.1" 200 254 0.038435 10.0.0.56 - - [2025-10-09 04:00:41] "GET /bgp-router/1b5cb9bd-8904-4fee-af7f-abb3b90001bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.013448 10.0.0.56 - - [2025-10-09 04:00:41] "GET /bgp-router/1b5cb9bd-8904-4fee-af7f-abb3b90001bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.005968 10.0.0.56 - - [2025-10-09 04:00:41] "PUT /bgp-router/1b5cb9bd-8904-4fee-af7f-abb3b90001bc HTTP/1.1" 200 254 0.044023 10.0.0.56 - - [2025-10-09 04:00:41] "PUT /bgp-router/1b5cb9bd-8904-4fee-af7f-abb3b90001bc HTTP/1.1" 200 254 0.056897 10.0.0.56 - - [2025-10-09 04:00:41] "GET /bgp-router/cbadf027-9447-4fc6-851e-190809d16dea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.008849 10.0.0.56 - - [2025-10-09 04:00:41] "GET /bgp-router/cbadf027-9447-4fc6-851e-190809d16dea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.008716 10.0.0.56 - - [2025-10-09 04:00:41] "PUT /bgp-router/cbadf027-9447-4fc6-851e-190809d16dea HTTP/1.1" 200 254 0.039274 10.0.0.56 - - [2025-10-09 04:00:41] "PUT /bgp-router/cbadf027-9447-4fc6-851e-190809d16dea HTTP/1.1" 200 254 0.047833 10.0.0.56 - - [2025-10-09 04:00:41] "GET /bgp-router/1b5cb9bd-8904-4fee-af7f-abb3b90001bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.006277 10.0.0.56 - - [2025-10-09 04:00:41] "GET /bgp-router/1b5cb9bd-8904-4fee-af7f-abb3b90001bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.004051 10.0.0.56 - - [2025-10-09 04:00:41] "PUT /bgp-router/1b5cb9bd-8904-4fee-af7f-abb3b90001bc HTTP/1.1" 200 254 0.021164 10.0.0.56 - - [2025-10-09 04:00:41] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.003854 10.0.0.56 - - [2025-10-09 04:00:41] "GET /bgp-router/9c04d5a6-f57c-44b0-a5cf-19a0a8c6b243?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.005361 10.0.0.56 - - [2025-10-09 04:00:41] "GET /bgp-router/9c04d5a6-f57c-44b0-a5cf-19a0a8c6b243?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.004505 10.0.0.56 - - [2025-10-09 04:00:41] "PUT /bgp-router/9c04d5a6-f57c-44b0-a5cf-19a0a8c6b243 HTTP/1.1" 200 254 0.027675 10.0.0.56 - - [2025-10-09 04:00:41] "PUT /bgp-router/9c04d5a6-f57c-44b0-a5cf-19a0a8c6b243 HTTP/1.1" 200 254 0.057841 10.0.0.56 - - [2025-10-09 04:00:41] "GET /bgp-router/1b5cb9bd-8904-4fee-af7f-abb3b90001bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.007849 10.0.0.56 - - [2025-10-09 04:00:41] "GET /bgp-router/1b5cb9bd-8904-4fee-af7f-abb3b90001bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.008568 10.0.0.56 - - [2025-10-09 04:00:41] "PUT /bgp-router/1b5cb9bd-8904-4fee-af7f-abb3b90001bc HTTP/1.1" 200 254 0.041769 10.0.0.56 - - [2025-10-09 04:00:42] "PUT /bgp-router/1b5cb9bd-8904-4fee-af7f-abb3b90001bc HTTP/1.1" 200 254 0.041403 10.0.0.56 - - [2025-10-09 04:00:42] "GET /bgp-router/cbadf027-9447-4fc6-851e-190809d16dea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.004813 10.0.0.56 - - [2025-10-09 04:00:42] "GET /bgp-router/cbadf027-9447-4fc6-851e-190809d16dea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.007853 10.0.0.56 - - [2025-10-09 04:00:42] "PUT /bgp-router/cbadf027-9447-4fc6-851e-190809d16dea HTTP/1.1" 200 254 0.039186 10.0.0.56 - - [2025-10-09 04:00:42] "PUT /bgp-router/cbadf027-9447-4fc6-851e-190809d16dea HTTP/1.1" 200 254 0.032559 10.0.0.56 - - [2025-10-09 04:00:42] "GET /bgp-router/cbadf027-9447-4fc6-851e-190809d16dea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.005055 10.0.0.56 - - [2025-10-09 04:00:42] "GET /bgp-router/cbadf027-9447-4fc6-851e-190809d16dea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.006181 10.0.0.56 - - [2025-10-09 04:00:42] "PUT /bgp-router/cbadf027-9447-4fc6-851e-190809d16dea HTTP/1.1" 200 254 0.023754 10.0.0.56 - - [2025-10-09 04:00:42] "GET /bgp-router/9c04d5a6-f57c-44b0-a5cf-19a0a8c6b243?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.006193 10.0.0.56 - - [2025-10-09 04:00:42] "GET /bgp-router/9c04d5a6-f57c-44b0-a5cf-19a0a8c6b243?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.004717 10.0.0.56 - - [2025-10-09 04:00:42] "PUT /bgp-router/9c04d5a6-f57c-44b0-a5cf-19a0a8c6b243 HTTP/1.1" 200 254 0.018021 10.0.0.56 - - [2025-10-09 04:00:42] "GET /bgp-router/1b5cb9bd-8904-4fee-af7f-abb3b90001bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.005568 10.0.0.56 - - [2025-10-09 04:00:42] "GET /bgp-router/1b5cb9bd-8904-4fee-af7f-abb3b90001bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.004595 10.0.0.56 - - [2025-10-09 04:00:42] "PUT /bgp-router/1b5cb9bd-8904-4fee-af7f-abb3b90001bc HTTP/1.1" 200 254 0.020140 10.0.0.56 - - [2025-10-09 04:00:42] "GET /bgp-router/cbadf027-9447-4fc6-851e-190809d16dea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.005297 10.0.0.56 - - [2025-10-09 04:00:42] "GET /bgp-router/cbadf027-9447-4fc6-851e-190809d16dea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.004460 10.0.0.56 - - [2025-10-09 04:00:42] "PUT /bgp-router/cbadf027-9447-4fc6-851e-190809d16dea HTTP/1.1" 200 254 0.016731 10.0.0.56 - - [2025-10-09 04:00:46] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007562 10.0.0.56 - - [2025-10-09 04:00:52] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.003994 10.0.0.56 - - [2025-10-09 04:00:52] "GET /bgp-router/9c04d5a6-f57c-44b0-a5cf-19a0a8c6b243?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2902 0.005668 10.0.0.56 - - [2025-10-09 04:00:52] "GET /bgp-router/9c04d5a6-f57c-44b0-a5cf-19a0a8c6b243?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2902 0.004150 10.0.0.56 - - [2025-10-09 04:00:52] "PUT /bgp-router/9c04d5a6-f57c-44b0-a5cf-19a0a8c6b243 HTTP/1.1" 200 254 0.028122 10.0.0.56 - - [2025-10-09 04:00:52] "PUT /bgp-router/9c04d5a6-f57c-44b0-a5cf-19a0a8c6b243 HTTP/1.1" 200 254 0.045151 10.0.0.56 - - [2025-10-09 04:00:52] "GET /bgp-router/1b5cb9bd-8904-4fee-af7f-abb3b90001bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2901 0.008276 10.0.0.56 - - [2025-10-09 04:00:52] "GET /bgp-router/1b5cb9bd-8904-4fee-af7f-abb3b90001bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2901 0.006202 10.0.0.56 - - [2025-10-09 04:00:52] "PUT /bgp-router/1b5cb9bd-8904-4fee-af7f-abb3b90001bc HTTP/1.1" 200 254 0.027449 10.0.0.56 - - [2025-10-09 04:00:52] "PUT /bgp-router/1b5cb9bd-8904-4fee-af7f-abb3b90001bc HTTP/1.1" 200 254 0.040900 10.0.0.56 - - [2025-10-09 04:00:52] "GET /bgp-router/cbadf027-9447-4fc6-851e-190809d16dea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2903 0.020503 10.0.0.56 - - [2025-10-09 04:00:52] "GET /bgp-router/cbadf027-9447-4fc6-851e-190809d16dea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2903 0.007712 10.0.0.56 - - [2025-10-09 04:00:53] "PUT /bgp-router/cbadf027-9447-4fc6-851e-190809d16dea HTTP/1.1" 200 254 0.032960 10.0.0.56 - - [2025-10-09 04:00:53] "PUT /bgp-router/cbadf027-9447-4fc6-851e-190809d16dea HTTP/1.1" 200 254 0.041599 10.0.0.56 - - [2025-10-09 04:00:53] "GET /bgp-router/9c04d5a6-f57c-44b0-a5cf-19a0a8c6b243?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2902 0.007522 10.0.0.56 - - [2025-10-09 04:00:53] "GET /bgp-router/9c04d5a6-f57c-44b0-a5cf-19a0a8c6b243?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2902 0.009637 10.0.0.56 - - [2025-10-09 04:00:53] "PUT /bgp-router/9c04d5a6-f57c-44b0-a5cf-19a0a8c6b243 HTTP/1.1" 200 254 0.031850 10.0.0.56 - - [2025-10-09 04:00:53] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.003374 10.0.0.56 - - [2025-10-09 04:00:53] "GET /bgp-router/9c04d5a6-f57c-44b0-a5cf-19a0a8c6b243?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.005148 10.0.0.56 - - [2025-10-09 04:00:53] "GET /bgp-router/9c04d5a6-f57c-44b0-a5cf-19a0a8c6b243?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.005047 10.0.0.56 - - [2025-10-09 04:00:53] "PUT /bgp-router/9c04d5a6-f57c-44b0-a5cf-19a0a8c6b243 HTTP/1.1" 200 254 0.027074 10.0.0.56 - - [2025-10-09 04:00:53] "PUT /bgp-router/9c04d5a6-f57c-44b0-a5cf-19a0a8c6b243 HTTP/1.1" 200 254 0.037174 10.0.0.56 - - [2025-10-09 04:00:53] "GET /bgp-router/1b5cb9bd-8904-4fee-af7f-abb3b90001bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2901 0.006096 10.0.0.56 - - [2025-10-09 04:00:53] "GET /bgp-router/1b5cb9bd-8904-4fee-af7f-abb3b90001bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2901 0.005553 10.0.0.56 - - [2025-10-09 04:00:53] "PUT /bgp-router/1b5cb9bd-8904-4fee-af7f-abb3b90001bc HTTP/1.1" 200 254 0.026740 10.0.0.56 - - [2025-10-09 04:00:53] "PUT /bgp-router/1b5cb9bd-8904-4fee-af7f-abb3b90001bc HTTP/1.1" 200 254 0.052577 10.0.0.56 - - [2025-10-09 04:00:53] "GET /bgp-router/cbadf027-9447-4fc6-851e-190809d16dea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2903 0.006341 10.0.0.56 - - [2025-10-09 04:00:53] "GET /bgp-router/cbadf027-9447-4fc6-851e-190809d16dea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2903 0.004010 10.0.0.56 - - [2025-10-09 04:00:53] "PUT /bgp-router/cbadf027-9447-4fc6-851e-190809d16dea HTTP/1.1" 200 254 0.029864 10.0.0.56 - - [2025-10-09 04:00:53] "PUT /bgp-router/cbadf027-9447-4fc6-851e-190809d16dea HTTP/1.1" 200 254 0.040237 10.0.0.56 - - [2025-10-09 04:00:53] "GET /bgp-router/1b5cb9bd-8904-4fee-af7f-abb3b90001bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2901 0.006358 10.0.0.56 - - [2025-10-09 04:00:53] "GET /bgp-router/1b5cb9bd-8904-4fee-af7f-abb3b90001bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2901 0.004162 10.0.0.56 - - [2025-10-09 04:00:53] "PUT /bgp-router/1b5cb9bd-8904-4fee-af7f-abb3b90001bc HTTP/1.1" 200 254 0.027071 10.0.0.56 - - [2025-10-09 04:00:53] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.004382 10.0.0.56 - - [2025-10-09 04:00:54] "GET /bgp-router/9c04d5a6-f57c-44b0-a5cf-19a0a8c6b243?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.005963 10.0.0.56 - - [2025-10-09 04:00:54] "GET /bgp-router/9c04d5a6-f57c-44b0-a5cf-19a0a8c6b243?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.004225 10.0.0.56 - - [2025-10-09 04:00:54] "PUT /bgp-router/9c04d5a6-f57c-44b0-a5cf-19a0a8c6b243 HTTP/1.1" 200 254 0.027049 10.0.0.56 - - [2025-10-09 04:00:54] "PUT /bgp-router/9c04d5a6-f57c-44b0-a5cf-19a0a8c6b243 HTTP/1.1" 200 254 0.044675 10.0.0.56 - - [2025-10-09 04:00:54] "GET /bgp-router/1b5cb9bd-8904-4fee-af7f-abb3b90001bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.007965 10.0.0.56 - - [2025-10-09 04:00:54] "GET /bgp-router/1b5cb9bd-8904-4fee-af7f-abb3b90001bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.004805 10.0.0.56 - - [2025-10-09 04:00:54] "PUT /bgp-router/1b5cb9bd-8904-4fee-af7f-abb3b90001bc HTTP/1.1" 200 254 0.051260 10.0.0.56 - - [2025-10-09 04:00:54] "PUT /bgp-router/1b5cb9bd-8904-4fee-af7f-abb3b90001bc HTTP/1.1" 200 254 0.041501 10.0.0.56 - - [2025-10-09 04:00:54] "GET /bgp-router/cbadf027-9447-4fc6-851e-190809d16dea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2903 0.012659 10.0.0.56 - - [2025-10-09 04:00:54] "GET /bgp-router/cbadf027-9447-4fc6-851e-190809d16dea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2903 0.005259 10.0.0.56 - - [2025-10-09 04:00:54] "PUT /bgp-router/cbadf027-9447-4fc6-851e-190809d16dea HTTP/1.1" 200 254 0.035101 10.0.0.56 - - [2025-10-09 04:00:54] "PUT /bgp-router/cbadf027-9447-4fc6-851e-190809d16dea HTTP/1.1" 200 254 0.043371 10.0.0.56 - - [2025-10-09 04:00:54] "GET /bgp-router/cbadf027-9447-4fc6-851e-190809d16dea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2903 0.004773 10.0.0.56 - - [2025-10-09 04:00:54] "GET /bgp-router/cbadf027-9447-4fc6-851e-190809d16dea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2903 0.004465 10.0.0.56 - - [2025-10-09 04:00:54] "PUT /bgp-router/cbadf027-9447-4fc6-851e-190809d16dea HTTP/1.1" 200 254 0.024529 10.0.0.56 - - [2025-10-09 04:00:54] "POST /ref-update HTTP/1.1" 200 156 0.056278 10.0.0.56 - - [2025-10-09 04:00:54] "POST /neutron/network HTTP/1.1" 200 799 0.015121 10.0.0.56 - - [2025-10-09 04:00:54] "GET /virtual-network/2ec39924-cf6f-496e-b21b-a362fac1f383?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1999 0.007576 10.0.0.56 - - [2025-10-09 04:00:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.002643 10.0.0.56 - - [2025-10-09 04:00:54] "GET /network-policy/a00dcc09-a3f7-4296-b42d-020fea9ccce2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2161 0.003968 10.0.0.56 - - [2025-10-09 04:00:55] "POST /ref-update HTTP/1.1" 200 156 0.063871 10.0.0.41 - - [2025-10-09 04:00:55] "DELETE /access-control-list/3a97dd73-4a3b-47ce-aa7c-858357de414b HTTP/1.1" 200 115 0.035773 10.0.0.56 - - [2025-10-09 04:00:55] "GET /virtual-network/c21d58ce-9528-476e-8a31-f5f44cc29898?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1999 0.010944 10.0.0.56 - - [2025-10-09 04:00:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.004946 10.0.0.56 - - [2025-10-09 04:00:55] "GET /network-policy/a00dcc09-a3f7-4296-b42d-020fea9ccce2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2161 0.004381 10.0.0.56 - - [2025-10-09 04:00:55] "DELETE /network-policy/a00dcc09-a3f7-4296-b42d-020fea9ccce2 HTTP/1.1" 200 115 0.038363 10.0.0.56 - - [2025-10-09 04:00:55] "POST /neutron/network HTTP/1.1" 400 204 0.015268 10.0.0.56 - - [2025-10-09 04:00:55] "POST /neutron/port HTTP/1.1" 200 1117 0.010954 10.0.0.56 - - [2025-10-09 04:00:55] "POST /neutron/port HTTP/1.1" 200 151 0.258816 10.0.0.41 - - [2025-10-09 04:00:57] "DELETE /route-target/c9b2f03e-d2cb-4969-9db3-b92c09f2cb80 HTTP/1.1" 200 115 0.029464 10.0.0.56 - - [2025-10-09 04:00:57] "POST /neutron/network HTTP/1.1" 200 799 0.013150 10.0.0.56 - - [2025-10-09 04:00:57] "POST /ref-update HTTP/1.1" 200 156 0.072797 10.0.0.41 - - [2025-10-09 04:00:57] "DELETE /access-control-list/f897e316-fc43-465b-b59a-b49edc78f5a5 HTTP/1.1" 200 115 0.079664 10.0.0.56 - - [2025-10-09 04:00:57] "GET /virtual-network/0800354e-e3fc-43a2-b21d-9a0493fd4259?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2555 0.011599 10.0.0.56 - - [2025-10-09 04:00:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002867 10.0.0.56 - - [2025-10-09 04:00:57] "GET /network-policy/c7e520a8-34a8-40e2-900d-5b99a3530b8e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2096 0.004408 10.0.0.41 - - [2025-10-09 04:00:57] "POST /fqname-to-id HTTP/1.1" 404 207 0.005575 10.0.0.56 - - [2025-10-09 04:00:57] "POST /ref-update HTTP/1.1" 200 156 0.055254 10.0.0.56 - - [2025-10-09 04:00:57] "POST /neutron/network HTTP/1.1" 200 976 0.010489 10.0.0.41 - - [2025-10-09 04:00:57] "POST /ref-update HTTP/1.1" 200 156 0.025431 10.0.0.56 - - [2025-10-09 04:00:57] "GET /virtual-network/71b5b432-1987-4317-99f3-f50457594b9f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2562 0.006138 10.0.0.56 - - [2025-10-09 04:00:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003189 10.0.0.56 - - [2025-10-09 04:00:58] "GET /network-policy/c7e520a8-34a8-40e2-900d-5b99a3530b8e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2096 0.004439 10.0.0.56 - - [2025-10-09 04:00:58] "DELETE /network-policy/c7e520a8-34a8-40e2-900d-5b99a3530b8e HTTP/1.1" 200 115 0.038709 10.0.0.56 - - [2025-10-09 04:00:58] "POST /neutron/port HTTP/1.1" 200 1180 0.019271 10.0.0.56 - - [2025-10-09 04:00:58] "POST /neutron/port HTTP/1.1" 200 151 0.302558 10.0.0.56 - - [2025-10-09 04:01:00] "POST /neutron/network HTTP/1.1" 200 974 0.010598 10.0.0.41 - - [2025-10-09 04:01:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.015206 10.0.0.41 - - [2025-10-09 04:01:00] "POST /useragent-kv HTTP/1.1" 200 115 0.003642 10.0.0.41 - - [2025-10-09 04:01:00] "POST /useragent-kv HTTP/1.1" 200 115 0.003314 10.0.0.41 - - [2025-10-09 04:01:00] "POST /useragent-kv HTTP/1.1" 200 115 0.003892 10.0.0.41 - - [2025-10-09 04:01:00] "POST /useragent-kv HTTP/1.1" 200 115 0.012754 10.0.0.56 - - [2025-10-09 04:01:00] "POST /neutron/network HTTP/1.1" 200 151 0.206845 10.0.0.41 - - [2025-10-09 04:01:02] "GET /projects?obj_uuids=3b59a616-66f2-4a01-8feb-d0ed3c44c757&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001257 10.0.0.56 - - [2025-10-09 04:01:02] "GET /project/3b59a616-66f2-4a01-8feb-d0ed3c44c757?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.053618 10.0.0.41 - - [2025-10-09 04:01:02] "GET /projects?obj_uuids=3b59a616-66f2-4a01-8feb-d0ed3c44c757&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001133 10.0.0.56 - - [2025-10-09 04:01:02] "GET /project/3b59a616-66f2-4a01-8feb-d0ed3c44c757?fields=virtual_networks HTTP/1.1" 200 1048 0.043348 10.0.0.41 - - [2025-10-09 04:01:02] "GET /projects?obj_uuids=3b59a616-66f2-4a01-8feb-d0ed3c44c757&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000993 10.0.0.56 - - [2025-10-09 04:01:02] "GET /project/3b59a616-66f2-4a01-8feb-d0ed3c44c757?fields=virtual_machine_interfaces HTTP/1.1" 200 1048 0.038490 10.0.0.41 - - [2025-10-09 04:01:02] "GET /projects?obj_uuids=3b59a616-66f2-4a01-8feb-d0ed3c44c757&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001362 10.0.0.56 - - [2025-10-09 04:01:02] "GET /project/3b59a616-66f2-4a01-8feb-d0ed3c44c757?fields=security_groups HTTP/1.1" 200 1282 0.051163 10.0.0.56 - - [2025-10-09 04:01:03] "POST /fqname-to-id HTTP/1.1" 404 183 0.025560 10.0.0.41 - - [2025-10-09 04:01:03] "GET /projects?obj_uuids=760d6afe-7a4e-40bd-ae8f-b5f5570d3aa3&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003617 10.0.0.41 - - [2025-10-09 04:01:03] "GET /domains?obj_uuids=7ed77c0b-e642-4c13-a404-7756503cf17d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001800 10.0.0.41 - - [2025-10-09 04:01:03] "GET /domain/7ed77c0b-e642-4c13-a404-7756503cf17d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.009845 10.0.0.41 - - [2025-10-09 04:01:03] "POST /id-to-fqname HTTP/1.1" 200 185 0.001211 10.0.0.41 - - [2025-10-09 04:01:03] "POST /fqname-to-id HTTP/1.1" 404 194 0.005011 10.0.0.41 - - [2025-10-09 04:01:03] "POST /security-groups HTTP/1.1" 200 586 0.035396 10.0.0.41 - - [2025-10-09 04:01:03] "POST /projects HTTP/1.1" 200 575 0.241329 10.0.0.41 - - [2025-10-09 04:01:03] "POST /access-control-lists HTTP/1.1" 200 591 0.032962 10.0.0.41 - - [2025-10-09 04:01:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.318109 10.0.0.56 - - [2025-10-09 04:01:03] "GET /project/760d6afe-7a4e-40bd-ae8f-b5f5570d3aa3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1343 0.475991 10.0.0.56 - - [2025-10-09 04:01:04] "GET / HTTP/1.1" 200 35931 0.001680 10.0.0.56 - - [2025-10-09 04:01:06] "POST /fqname-to-id HTTP/1.1" 401 292 0.000606 10.0.0.56 - - [2025-10-09 04:01:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.039697 10.0.0.56 - - [2025-10-09 04:01:07] "GET /api-access-list/7e8f1b2e-6b6b-48a9-b925-b7351df1bca3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1881 0.005949 10.0.0.56 - - [2025-10-09 04:01:07] "GET /api-access-list/7e8f1b2e-6b6b-48a9-b925-b7351df1bca3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1881 0.003437 10.0.0.56 - - [2025-10-09 04:01:07] "GET /api-access-list/7e8f1b2e-6b6b-48a9-b925-b7351df1bca3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1881 0.003147 10.0.0.56 - - [2025-10-09 04:01:07] "PUT /api-access-list/7e8f1b2e-6b6b-48a9-b925-b7351df1bca3 HTTP/1.1" 200 264 0.013220 10.0.0.56 - - [2025-10-09 04:01:09] "POST /fqname-to-id HTTP/1.1" 404 183 0.035971 10.0.0.41 - - [2025-10-09 04:01:09] "GET /projects?obj_uuids=e17362e9-196f-4637-aad7-a7f2553613ee&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003582 10.0.0.41 - - [2025-10-09 04:01:09] "GET /domains?obj_uuids=7ed77c0b-e642-4c13-a404-7756503cf17d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001200 10.0.0.41 - - [2025-10-09 04:01:09] "GET /domain/7ed77c0b-e642-4c13-a404-7756503cf17d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.009558 10.0.0.41 - - [2025-10-09 04:01:09] "POST /id-to-fqname HTTP/1.1" 200 185 0.010374 10.0.0.41 - - [2025-10-09 04:01:09] "POST /fqname-to-id HTTP/1.1" 404 194 0.008523 10.0.0.41 - - [2025-10-09 04:01:09] "POST /security-groups HTTP/1.1" 200 586 0.033439 10.0.0.41 - - [2025-10-09 04:01:09] "POST /fqname-to-id HTTP/1.1" 404 229 0.003958 10.0.0.41 - - [2025-10-09 04:01:09] "POST /projects HTTP/1.1" 200 575 0.258873 10.0.0.41 - - [2025-10-09 04:01:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.305768 10.0.0.41 - - [2025-10-09 04:01:09] "POST /access-control-lists HTTP/1.1" 200 589 0.040899 10.0.0.56 - - [2025-10-09 04:01:09] "GET /project/e17362e9-196f-4637-aad7-a7f2553613ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1344 0.475815 10.0.0.56 - - [2025-10-09 04:01:10] "POST /fqname-to-id HTTP/1.1" 404 183 0.025517 10.0.0.41 - - [2025-10-09 04:01:10] "GET /projects?obj_uuids=32271563-a175-43de-a943-975600fa61e9&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003175 10.0.0.41 - - [2025-10-09 04:01:10] "GET /domains?obj_uuids=7ed77c0b-e642-4c13-a404-7756503cf17d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000988 10.0.0.41 - - [2025-10-09 04:01:10] "GET /domain/7ed77c0b-e642-4c13-a404-7756503cf17d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008285 10.0.0.41 - - [2025-10-09 04:01:10] "POST /id-to-fqname HTTP/1.1" 200 185 0.003766 10.0.0.41 - - [2025-10-09 04:01:10] "POST /fqname-to-id HTTP/1.1" 404 194 0.009625 10.0.0.41 - - [2025-10-09 04:01:10] "POST /security-groups HTTP/1.1" 200 586 0.085793 10.0.0.41 - - [2025-10-09 04:01:10] "POST /projects HTTP/1.1" 200 575 0.340205 10.0.0.41 - - [2025-10-09 04:01:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.377975 10.0.0.41 - - [2025-10-09 04:01:10] "POST /fqname-to-id HTTP/1.1" 404 228 0.016085 10.0.0.56 - - [2025-10-09 04:01:10] "GET /project/32271563-a175-43de-a943-975600fa61e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1343 0.540262 10.0.0.56 - - [2025-10-09 04:01:11] "GET / HTTP/1.1" 200 35931 0.001718 10.0.0.56 - - [2025-10-09 04:01:12] "GET / HTTP/1.1" 200 35931 0.001870 10.0.0.56 - - [2025-10-09 04:01:12] "POST /fqname-to-id HTTP/1.1" 404 183 0.003508 10.0.0.56 - - [2025-10-09 04:01:12] "POST /api-access-lists HTTP/1.1" 200 521 0.021990 10.0.0.56 - - [2025-10-09 04:01:12] "GET /api-access-list/90cfaf54-fcff-4ee0-aba6-7cd965b392fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1266 0.006088 10.0.0.56 - - [2025-10-09 04:01:13] "POST /fqname-to-id HTTP/1.1" 401 292 0.000482 10.0.0.56 - - [2025-10-09 04:01:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.119167 10.0.0.41 - - [2025-10-09 04:01:13] "GET /projects?obj_uuids=e17362e9-196f-4637-aad7-a7f2553613ee&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001281 10.0.0.56 - - [2025-10-09 04:01:13] "GET /project/e17362e9-196f-4637-aad7-a7f2553613ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1344 0.057564 10.0.0.56 - - [2025-10-09 04:01:13] "GET /virtual-networks?parent_id=e17362e9-196f-4637-aad7-a7f2553613ee&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.017487 10.0.0.56 - - [2025-10-09 04:01:13] "POST /virtual-networks HTTP/1.1" 200 568 0.098545 10.0.0.41 - - [2025-10-09 04:01:14] "POST /ref-update HTTP/1.1" 200 156 0.023812 10.0.0.56 - - [2025-10-09 04:01:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.042789 10.0.0.56 - - [2025-10-09 04:01:14] "GET /network-ipam/9e69b2d9-b0a9-418d-836b-38606b0d2a06?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1043 0.023014 10.0.0.41 - - [2025-10-09 04:01:14] "POST /useragent-kv HTTP/1.1" 200 115 0.011332 10.0.0.56 - - [2025-10-09 04:01:14] "POST /ref-update HTTP/1.1" 200 156 0.090663 10.0.0.56 - - [2025-10-09 04:01:14] "GET /virtual-network/6bb20acc-21c0-440d-a540-f3378c474338?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1985 0.033452 10.0.0.56 - - [2025-10-09 04:01:14] "POST /neutron/network HTTP/1.1" 200 833 0.065175 10.0.0.56 - - [2025-10-09 04:01:15] "POST /id-to-fqname HTTP/1.1" 401 292 0.000515 10.0.0.56 - - [2025-10-09 04:01:15] "POST /id-to-fqname HTTP/1.1" 200 230 0.045242 10.0.0.41 - - [2025-10-09 04:01:17] "GET /projects?obj_uuids=32271563-a175-43de-a943-975600fa61e9&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001328 10.0.0.56 - - [2025-10-09 04:01:17] "GET /project/32271563-a175-43de-a943-975600fa61e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1343 0.077696 10.0.0.56 - - [2025-10-09 04:01:17] "POST /neutron/network HTTP/1.1" 200 833 0.011119 10.0.0.56 - - [2025-10-09 04:01:17] "POST /neutron/port HTTP/1.1" 200 117 0.032543 10.0.0.41 - - [2025-10-09 04:01:18] "GET /projects?obj_uuids=32271563-a175-43de-a943-975600fa61e9&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001093 10.0.0.56 - - [2025-10-09 04:01:18] "POST /neutron/port HTTP/1.1" 200 1057 0.516359 10.0.0.56 - - [2025-10-09 04:01:18] "POST /neutron/port HTTP/1.1" 200 1111 0.114221 10.0.0.56 - - [2025-10-09 04:01:18] "POST /neutron/subnet HTTP/1.1" 200 657 0.011141 10.0.0.56 - - [2025-10-09 04:01:22] "POST /neutron/port HTTP/1.1" 200 1085 0.016997 10.0.0.56 - - [2025-10-09 04:01:22] "POST /neutron/security_group HTTP/1.1" 200 2053 0.007709 10.0.0.56 - - [2025-10-09 04:01:23] "POST /neutron/port HTTP/1.1" 200 1085 0.016477 10.0.0.56 - - [2025-10-09 04:01:23] "GET /virtual-machine/2910ed64-3296-406e-a60e-6f131d6e5d6b HTTP/1.1" 401 292 0.000422 10.0.0.56 - - [2025-10-09 04:01:23] "GET /virtual-machine/2910ed64-3296-406e-a60e-6f131d6e5d6b HTTP/1.1" 200 1287 0.052835 10.0.0.56 - - [2025-10-09 04:01:23] "GET /virtual-machine/2910ed64-3296-406e-a60e-6f131d6e5d6b HTTP/1.1" 200 1287 0.018456 10.0.0.56 - - [2025-10-09 04:01:23] "GET /virtual-machine-interface/a4b8d2be-4cc3-4e6a-a36a-c92117220619 HTTP/1.1" 200 2531 0.024200 10.0.0.56 - - [2025-10-09 04:01:23] "GET /virtual-machine/2910ed64-3296-406e-a60e-6f131d6e5d6b HTTP/1.1" 200 1287 0.021468 10.0.0.56 - - [2025-10-09 04:01:23] "GET /virtual-machine-interface/a4b8d2be-4cc3-4e6a-a36a-c92117220619 HTTP/1.1" 200 2531 0.023285 10.0.0.56 - - [2025-10-09 04:01:23] "GET /instance-ip/88010f21-686f-429d-8ab2-23c28a88057d HTTP/1.1" 200 1626 0.022936 10.0.0.56 - - [2025-10-09 04:01:23] "GET /virtual-machine/2910ed64-3296-406e-a60e-6f131d6e5d6b HTTP/1.1" 200 1287 0.020312 10.0.0.56 - - [2025-10-09 04:01:23] "GET /virtual-machine-interface/a4b8d2be-4cc3-4e6a-a36a-c92117220619 HTTP/1.1" 200 2531 0.029395 10.0.0.56 - - [2025-10-09 04:01:23] "GET /instance-ip/88010f21-686f-429d-8ab2-23c28a88057d HTTP/1.1" 200 1626 0.017219 10.0.0.56 - - [2025-10-09 04:01:23] "POST /fqname-to-id HTTP/1.1" 403 339 0.015773 10.0.0.56 - - [2025-10-09 04:01:23] "GET / HTTP/1.1" 200 35931 0.001651 10.0.0.56 - - [2025-10-09 04:01:24] "POST /fqname-to-id HTTP/1.1" 401 292 0.000441 10.0.0.56 - - [2025-10-09 04:01:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.026315 10.0.0.56 - - [2025-10-09 04:01:24] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003469 10.0.0.56 - - [2025-10-09 04:01:24] "GET /virtual-networks?parent_id=32271563-a175-43de-a943-975600fa61e9&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.013577 10.0.0.56 - - [2025-10-09 04:01:24] "POST /fqname-to-id HTTP/1.1" 403 339 0.016930 10.0.0.56 - - [2025-10-09 04:01:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003791 10.0.0.56 - - [2025-10-09 04:01:24] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004294 10.0.0.56 - - [2025-10-09 04:01:24] "GET /virtual-networks?parent_id=32271563-a175-43de-a943-975600fa61e9&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.018035 10.0.0.56 - - [2025-10-09 04:01:24] "POST /fqname-to-id HTTP/1.1" 403 339 0.019275 10.0.0.56 - - [2025-10-09 04:01:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004951 10.0.0.56 - - [2025-10-09 04:01:24] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003702 10.0.0.56 - - [2025-10-09 04:01:24] "GET /virtual-networks?parent_id=32271563-a175-43de-a943-975600fa61e9&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.014461 10.0.0.56 - - [2025-10-09 04:01:24] "POST /fqname-to-id HTTP/1.1" 403 339 0.020144 10.0.0.56 - - [2025-10-09 04:01:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004017 10.0.0.56 - - [2025-10-09 04:01:24] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003690 10.0.0.56 - - [2025-10-09 04:01:24] "GET /virtual-networks?parent_id=32271563-a175-43de-a943-975600fa61e9&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.016199 10.0.0.56 - - [2025-10-09 04:01:24] "POST /fqname-to-id HTTP/1.1" 403 339 0.015872 10.0.0.56 - - [2025-10-09 04:01:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004642 10.0.0.56 - - [2025-10-09 04:01:25] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003912 10.0.0.56 - - [2025-10-09 04:01:25] "GET /virtual-networks?parent_id=32271563-a175-43de-a943-975600fa61e9&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.016172 10.0.0.41 - - [2025-10-09 04:01:26] "DELETE /project/32271563a17543dea943975600fa61e9 HTTP/1.1" 404 173 0.005883 10.0.0.41 - - [2025-10-09 04:01:26] "DELETE /project/e17362e9196f4637aad7a7f2553613ee HTTP/1.1" 404 173 0.007394 10.0.0.41 - - [2025-10-09 04:01:26] "DELETE /project/760d6afe7a4e40bdae8fb5f5570d3aa3 HTTP/1.1" 404 173 0.010801 10.0.0.41 - - [2025-10-09 04:01:26] "GET /projects?obj_uuids=3b59a616-66f2-4a01-8feb-d0ed3c44c757&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000945 10.0.0.41 - - [2025-10-09 04:01:26] "GET /project/3b59a616-66f2-4a01-8feb-d0ed3c44c757?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1500 0.064816 10.0.0.41 - - [2025-10-09 04:01:26] "GET /projects?obj_uuids=3b59a616-66f2-4a01-8feb-d0ed3c44c757&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001226 10.0.0.41 - - [2025-10-09 04:01:26] "GET /project/3b59a616-66f2-4a01-8feb-d0ed3c44c757?fields=security_groups HTTP/1.1" 200 1118 0.079074 10.0.0.41 - - [2025-10-09 04:01:26] "GET /projects?obj_uuids=3b59a616-66f2-4a01-8feb-d0ed3c44c757&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.003681 10.0.0.41 - - [2025-10-09 04:01:26] "GET /project/3b59a616-66f2-4a01-8feb-d0ed3c44c757?fields=application_policy_sets HTTP/1.1" 200 1118 0.071465 10.0.0.41 - - [2025-10-09 04:01:26] "DELETE /project/3b59a616-66f2-4a01-8feb-d0ed3c44c757 HTTP/1.1" 404 171 0.333774 10.0.0.56 - - [2025-10-09 04:01:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.020821 10.0.0.56 - - [2025-10-09 04:01:28] "GET /virtual-network/6bb20acc-21c0-440d-a540-f3378c474338?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1985 0.021013 10.0.0.56 - - [2025-10-09 04:01:28] "POST /neutron/security_group HTTP/1.1" 200 2053 0.007193 10.0.0.56 - - [2025-10-09 04:01:30] "POST /fqname-to-id HTTP/1.1" 403 339 0.018006 10.0.0.56 - - [2025-10-09 04:01:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003271 10.0.0.56 - - [2025-10-09 04:01:30] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004003 10.0.0.56 - - [2025-10-09 04:01:30] "GET /virtual-networks?parent_id=32271563-a175-43de-a943-975600fa61e9&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.016249 10.0.0.56 - - [2025-10-09 04:01:30] "POST /neutron/network HTTP/1.1" 200 843 0.008176 10.0.0.56 - - [2025-10-09 04:01:30] "POST /neutron/port HTTP/1.1" 200 117 0.002194 10.0.0.56 - - [2025-10-09 04:01:30] "POST /fqname-to-id HTTP/1.1" 403 339 0.027696 10.0.0.56 - - [2025-10-09 04:01:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004092 10.0.0.56 - - [2025-10-09 04:01:30] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005163 10.0.0.56 - - [2025-10-09 04:01:30] "GET /virtual-networks?parent_id=32271563-a175-43de-a943-975600fa61e9&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.018255 10.0.0.56 - - [2025-10-09 04:01:30] "POST /fqname-to-id HTTP/1.1" 403 361 0.017902 10.0.0.56 - - [2025-10-09 04:01:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004627 10.0.0.56 - - [2025-10-09 04:01:30] "GET /routing-instance/7415219c-964a-4393-9cef-f391e77b551f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1530 0.004981 10.0.0.56 - - [2025-10-09 04:01:30] "GET /route-target/4af79913-00fc-435e-9842-caa586fcf671?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 361 0.015015 10.0.0.56 - - [2025-10-09 04:01:30] "GET /route-target/4af79913-00fc-435e-9842-caa586fcf671?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.003787 10.0.0.56 - - [2025-10-09 04:01:30] "POST /fqname-to-id HTTP/1.1" 403 339 0.017492 10.0.0.56 - - [2025-10-09 04:01:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.002817 10.0.0.56 - - [2025-10-09 04:01:30] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003590 10.0.0.56 - - [2025-10-09 04:01:30] "GET /virtual-networks?parent_id=32271563-a175-43de-a943-975600fa61e9&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.014803 10.0.0.56 - - [2025-10-09 04:01:30] "POST /fqname-to-id HTTP/1.1" 403 361 0.016012 10.0.0.56 - - [2025-10-09 04:01:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.004321 10.0.0.56 - - [2025-10-09 04:01:31] "GET /routing-instance/7415219c-964a-4393-9cef-f391e77b551f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1530 0.004303 10.0.0.56 - - [2025-10-09 04:01:31] "GET /route-target/4af79913-00fc-435e-9842-caa586fcf671?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 361 0.014528 10.0.0.56 - - [2025-10-09 04:01:31] "GET /route-target/4af79913-00fc-435e-9842-caa586fcf671?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.003451 10.0.0.56 - - [2025-10-09 04:01:31] "POST /fqname-to-id HTTP/1.1" 403 339 0.017134 10.0.0.56 - - [2025-10-09 04:01:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003318 10.0.0.56 - - [2025-10-09 04:01:31] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003462 10.0.0.56 - - [2025-10-09 04:01:31] "GET /virtual-networks?parent_id=32271563-a175-43de-a943-975600fa61e9&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.014739 10.0.0.56 - - [2025-10-09 04:01:31] "POST /fqname-to-id HTTP/1.1" 403 339 0.017510 10.0.0.56 - - [2025-10-09 04:01:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003784 10.0.0.56 - - [2025-10-09 04:01:31] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003575 10.0.0.56 - - [2025-10-09 04:01:31] "GET /virtual-networks?parent_id=32271563-a175-43de-a943-975600fa61e9&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.015240 10.0.0.41 - - [2025-10-09 04:01:31] "GET /virtual-machine/2910ed64-3296-406e-a60e-6f131d6e5d6b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 992 0.042924 10.0.0.56 - - [2025-10-09 04:01:32] "POST /fqname-to-id HTTP/1.1" 401 292 0.000500 10.0.0.56 - - [2025-10-09 04:01:32] "GET /obj-perms HTTP/1.1" 200 4915 0.061200 10.0.0.56 - - [2025-10-09 04:01:32] "GET /obj-perms HTTP/1.1" 200 4915 0.018927 10.0.0.56 - - [2025-10-09 04:01:32] "GET /obj-perms HTTP/1.1" 200 4915 0.015169 10.0.0.41 - - [2025-10-09 04:01:33] "GET /obj-perms HTTP/1.1" 200 4915 0.039819 10.0.0.56 - - [2025-10-09 04:01:33] "GET /obj-perms HTTP/1.1" 200 4915 0.020392 10.0.0.56 - - [2025-10-09 04:01:33] "GET /obj-perms HTTP/1.1" 200 4915 0.068680 10.0.0.19 - - [2025-10-09 04:01:34] "GET /obj-perms HTTP/1.1" 200 5020 0.046636 10.0.0.56 - - [2025-10-09 04:01:34] "GET /obj-perms HTTP/1.1" 200 4915 0.013343 10.0.0.56 - - [2025-10-09 04:01:35] "GET /obj-perms HTTP/1.1" 200 5020 0.044346 10.0.0.19 - - [2025-10-09 04:01:35] "GET /virtual-machines?detail=False&count=False&shared=False HTTP/1.1" 200 320 0.045135 10.0.0.41 - - [2025-10-09 04:01:35] "GET /virtual-machines?detail=False&count=False&shared=False HTTP/1.1" 200 320 0.027047 10.0.0.56 - - [2025-10-09 04:01:35] "GET /virtual-machine/2910ed64-3296-406e-a60e-6f131d6e5d6b HTTP/1.1" 200 1287 0.020992 10.0.0.56 - - [2025-10-09 04:01:36] "POST /neutron/port HTTP/1.1" 200 1111 0.014101 10.0.0.56 - - [2025-10-09 04:01:37] "GET /virtual-machine/2910ed64-3296-406e-a60e-6f131d6e5d6b HTTP/1.1" 404 171 0.017478 10.0.0.56 - - [2025-10-09 04:01:37] "GET /virtual-machine/2910ed64-3296-406e-a60e-6f131d6e5d6b HTTP/1.1" 404 171 0.013797 10.0.0.56 - - [2025-10-09 04:01:37] "GET /virtual-machine/2910ed64-3296-406e-a60e-6f131d6e5d6b HTTP/1.1" 404 171 0.012261 10.0.0.56 - - [2025-10-09 04:01:38] "POST /fqname-to-id HTTP/1.1" 403 339 0.018952 10.0.0.56 - - [2025-10-09 04:01:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.002732 10.0.0.56 - - [2025-10-09 04:01:38] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003763 10.0.0.56 - - [2025-10-09 04:01:38] "GET /virtual-networks?parent_id=32271563-a175-43de-a943-975600fa61e9&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.015201 10.0.0.56 - - [2025-10-09 04:01:38] "POST /fqname-to-id HTTP/1.1" 403 361 0.016857 10.0.0.56 - - [2025-10-09 04:01:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003628 10.0.0.56 - - [2025-10-09 04:01:38] "GET /routing-instance/7415219c-964a-4393-9cef-f391e77b551f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1530 0.004132 10.0.0.56 - - [2025-10-09 04:01:38] "GET /route-target/4af79913-00fc-435e-9842-caa586fcf671?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 361 0.015406 10.0.0.56 - - [2025-10-09 04:01:38] "GET /route-target/4af79913-00fc-435e-9842-caa586fcf671?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.003889 10.0.0.56 - - [2025-10-09 04:01:38] "GET /obj-perms HTTP/1.1" 200 4915 0.068049 10.0.0.56 - - [2025-10-09 04:01:38] "GET /obj-perms HTTP/1.1" 200 4915 0.065373 10.0.0.56 - - [2025-10-09 04:01:45] "GET /obj-perms HTTP/1.1" 200 5020 0.005042 10.0.0.19 - - [2025-10-09 04:01:45] "GET /obj-perms HTTP/1.1" 200 5020 0.004769 10.0.0.56 - - [2025-10-09 04:01:54] "GET /obj-perms HTTP/1.1" 200 5020 0.004251 10.0.0.19 - - [2025-10-09 04:01:54] "GET /obj-perms HTTP/1.1" 200 5020 0.003658 10.0.0.56 - - [2025-10-09 04:02:00] "GET /obj-perms HTTP/1.1" 200 5020 0.005376 10.0.0.19 - - [2025-10-09 04:02:00] "GET /obj-perms HTTP/1.1" 200 5020 0.004801 10.0.0.41 - - [2025-10-09 04:02:01] "POST /useragent-kv HTTP/1.1" 200 115 0.003577 10.0.0.41 - - [2025-10-09 04:02:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003949 10.0.0.41 - - [2025-10-09 04:02:01] "POST /useragent-kv HTTP/1.1" 200 115 0.002481 10.0.0.56 - - [2025-10-09 04:02:01] "DELETE /virtual-network/6bb20acc-21c0-440d-a540-f3378c474338 HTTP/1.1" 200 115 0.132262 10.0.0.56 - - [2025-10-09 04:02:01] "DELETE /api-access-list/90cfaf54-fcff-4ee0-aba6-7cd965b392fa HTTP/1.1" 200 115 0.035837 10.0.0.41 - - [2025-10-09 04:02:01] "GET /projects?obj_uuids=32271563-a175-43de-a943-975600fa61e9&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001038 10.0.0.56 - - [2025-10-09 04:02:01] "GET /project/32271563-a175-43de-a943-975600fa61e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1343 0.044117 10.0.0.41 - - [2025-10-09 04:02:01] "GET /projects?obj_uuids=32271563-a175-43de-a943-975600fa61e9&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001031 10.0.0.56 - - [2025-10-09 04:02:01] "GET /project/32271563-a175-43de-a943-975600fa61e9?fields=virtual_networks HTTP/1.1" 200 1022 0.044024 10.0.0.41 - - [2025-10-09 04:02:01] "GET /projects?obj_uuids=32271563-a175-43de-a943-975600fa61e9&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001071 10.0.0.56 - - [2025-10-09 04:02:01] "GET /project/32271563-a175-43de-a943-975600fa61e9?fields=virtual_machine_interfaces HTTP/1.1" 200 1022 0.058104 10.0.0.41 - - [2025-10-09 04:02:01] "GET /projects?obj_uuids=32271563-a175-43de-a943-975600fa61e9&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001359 10.0.0.56 - - [2025-10-09 04:02:01] "GET /project/32271563-a175-43de-a943-975600fa61e9?fields=security_groups HTTP/1.1" 200 1243 0.040713 10.0.0.41 - - [2025-10-09 04:02:02] "GET /projects?obj_uuids=e17362e9-196f-4637-aad7-a7f2553613ee&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000998 10.0.0.56 - - [2025-10-09 04:02:02] "GET /project/e17362e9-196f-4637-aad7-a7f2553613ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1344 0.051003 10.0.0.41 - - [2025-10-09 04:02:02] "GET /projects?obj_uuids=e17362e9-196f-4637-aad7-a7f2553613ee&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000954 10.0.0.56 - - [2025-10-09 04:02:02] "GET /project/e17362e9-196f-4637-aad7-a7f2553613ee?fields=virtual_networks HTTP/1.1" 200 1023 0.052964 10.0.0.41 - - [2025-10-09 04:02:02] "GET /projects?obj_uuids=e17362e9-196f-4637-aad7-a7f2553613ee&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001323 10.0.0.56 - - [2025-10-09 04:02:02] "GET /project/e17362e9-196f-4637-aad7-a7f2553613ee?fields=virtual_machine_interfaces HTTP/1.1" 200 1023 0.048709 10.0.0.41 - - [2025-10-09 04:02:02] "GET /projects?obj_uuids=e17362e9-196f-4637-aad7-a7f2553613ee&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001066 10.0.0.56 - - [2025-10-09 04:02:02] "GET /project/e17362e9-196f-4637-aad7-a7f2553613ee?fields=security_groups HTTP/1.1" 200 1244 0.039100 10.0.0.56 - - [2025-10-09 04:02:05] "GET /api-access-list/7e8f1b2e-6b6b-48a9-b925-b7351df1bca3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2410 0.004873 10.0.0.56 - - [2025-10-09 04:02:05] "PUT /api-access-list/7e8f1b2e-6b6b-48a9-b925-b7351df1bca3 HTTP/1.1" 200 264 0.014179 10.0.0.41 - - [2025-10-09 04:02:05] "GET /projects?obj_uuids=760d6afe-7a4e-40bd-ae8f-b5f5570d3aa3&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.002031 10.0.0.56 - - [2025-10-09 04:02:05] "GET /project/760d6afe-7a4e-40bd-ae8f-b5f5570d3aa3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1343 0.046293 10.0.0.41 - - [2025-10-09 04:02:05] "GET /projects?obj_uuids=760d6afe-7a4e-40bd-ae8f-b5f5570d3aa3&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001092 10.0.0.56 - - [2025-10-09 04:02:05] "GET /project/760d6afe-7a4e-40bd-ae8f-b5f5570d3aa3?fields=virtual_networks HTTP/1.1" 200 1022 0.063669 10.0.0.41 - - [2025-10-09 04:02:05] "GET /projects?obj_uuids=760d6afe-7a4e-40bd-ae8f-b5f5570d3aa3&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001141 10.0.0.56 - - [2025-10-09 04:02:05] "GET /project/760d6afe-7a4e-40bd-ae8f-b5f5570d3aa3?fields=virtual_machine_interfaces HTTP/1.1" 200 1022 0.039765 10.0.0.41 - - [2025-10-09 04:02:05] "GET /projects?obj_uuids=760d6afe-7a4e-40bd-ae8f-b5f5570d3aa3&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001074 10.0.0.56 - - [2025-10-09 04:02:05] "GET /project/760d6afe-7a4e-40bd-ae8f-b5f5570d3aa3?fields=security_groups HTTP/1.1" 200 1243 0.037771 10.0.0.56 - - [2025-10-09 04:02:06] "POST /fqname-to-id HTTP/1.1" 404 188 0.023927 10.0.0.41 - - [2025-10-09 04:02:06] "GET /projects?obj_uuids=8412cff6-59d2-4bab-9173-831f2ef7e2e8&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003703 10.0.0.41 - - [2025-10-09 04:02:06] "GET /domains?obj_uuids=7ed77c0b-e642-4c13-a404-7756503cf17d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001013 10.0.0.41 - - [2025-10-09 04:02:06] "GET /domain/7ed77c0b-e642-4c13-a404-7756503cf17d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007217 10.0.0.41 - - [2025-10-09 04:02:06] "POST /id-to-fqname HTTP/1.1" 200 190 0.005296 10.0.0.41 - - [2025-10-09 04:02:06] "POST /fqname-to-id HTTP/1.1" 404 199 0.006576 10.0.0.41 - - [2025-10-09 04:02:06] "POST /security-groups HTTP/1.1" 200 591 0.088419 10.0.0.41 - - [2025-10-09 04:02:06] "POST /projects HTTP/1.1" 200 585 0.348791 10.0.0.41 - - [2025-10-09 04:02:06] "POST /access-control-lists HTTP/1.1" 200 596 0.028026 10.0.0.41 - - [2025-10-09 04:02:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.425992 10.0.0.56 - - [2025-10-09 04:02:06] "GET /project/8412cff6-59d2-4bab-9173-831f2ef7e2e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.576828 10.0.0.56 - - [2025-10-09 04:02:07] "GET / HTTP/1.1" 200 35931 0.002281 10.0.0.56 - - [2025-10-09 04:02:10] "POST /fqname-to-id HTTP/1.1" 401 292 0.000513 10.0.0.56 - - [2025-10-09 04:02:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.031419 10.0.0.56 - - [2025-10-09 04:02:10] "GET /api-access-list/7e8f1b2e-6b6b-48a9-b925-b7351df1bca3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1881 0.003607 10.0.0.56 - - [2025-10-09 04:02:10] "GET /api-access-list/7e8f1b2e-6b6b-48a9-b925-b7351df1bca3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1881 0.003347 10.0.0.56 - - [2025-10-09 04:02:10] "GET /api-access-list/7e8f1b2e-6b6b-48a9-b925-b7351df1bca3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1881 0.003484 10.0.0.56 - - [2025-10-09 04:02:10] "PUT /api-access-list/7e8f1b2e-6b6b-48a9-b925-b7351df1bca3 HTTP/1.1" 200 264 0.013850 10.0.0.56 - - [2025-10-09 04:02:12] "POST /fqname-to-id HTTP/1.1" 404 188 0.021771 10.0.0.41 - - [2025-10-09 04:02:12] "GET /projects?obj_uuids=25d21e31-0fb7-43cc-ba99-b84b2424344b&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003000 10.0.0.41 - - [2025-10-09 04:02:12] "GET /domains?obj_uuids=7ed77c0b-e642-4c13-a404-7756503cf17d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001004 10.0.0.41 - - [2025-10-09 04:02:12] "GET /domain/7ed77c0b-e642-4c13-a404-7756503cf17d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007327 10.0.0.41 - - [2025-10-09 04:02:12] "POST /id-to-fqname HTTP/1.1" 200 190 0.001231 10.0.0.41 - - [2025-10-09 04:02:12] "POST /fqname-to-id HTTP/1.1" 404 199 0.004829 10.0.0.41 - - [2025-10-09 04:02:12] "POST /security-groups HTTP/1.1" 200 591 0.032988 10.0.0.41 - - [2025-10-09 04:02:12] "POST /fqname-to-id HTTP/1.1" 404 234 0.005472 10.0.0.41 - - [2025-10-09 04:02:12] "POST /projects HTTP/1.1" 200 585 0.240652 10.0.0.41 - - [2025-10-09 04:02:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.326980 10.0.0.41 - - [2025-10-09 04:02:12] "POST /access-control-lists HTTP/1.1" 200 594 0.028546 10.0.0.56 - - [2025-10-09 04:02:12] "GET /project/25d21e31-0fb7-43cc-ba99-b84b2424344b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.482550 10.0.0.56 - - [2025-10-09 04:02:13] "POST /fqname-to-id HTTP/1.1" 404 188 0.027211 10.0.0.41 - - [2025-10-09 04:02:13] "GET /projects?obj_uuids=3788228e-0601-4b96-bb44-70924b96c41b&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003319 10.0.0.41 - - [2025-10-09 04:02:13] "GET /domains?obj_uuids=7ed77c0b-e642-4c13-a404-7756503cf17d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001639 10.0.0.41 - - [2025-10-09 04:02:13] "GET /domain/7ed77c0b-e642-4c13-a404-7756503cf17d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008247 10.0.0.41 - - [2025-10-09 04:02:13] "POST /id-to-fqname HTTP/1.1" 200 190 0.009746 10.0.0.41 - - [2025-10-09 04:02:13] "POST /fqname-to-id HTTP/1.1" 404 199 0.011701 10.0.0.41 - - [2025-10-09 04:02:13] "POST /security-groups HTTP/1.1" 200 591 0.073191 10.0.0.41 - - [2025-10-09 04:02:13] "POST /projects HTTP/1.1" 200 585 0.303558 10.0.0.41 - - [2025-10-09 04:02:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.338544 10.0.0.41 - - [2025-10-09 04:02:13] "POST /fqname-to-id HTTP/1.1" 404 233 0.011805 10.0.0.56 - - [2025-10-09 04:02:13] "GET /project/3788228e-0601-4b96-bb44-70924b96c41b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.473431 10.0.0.56 - - [2025-10-09 04:02:14] "GET / HTTP/1.1" 200 35931 0.001646 10.0.0.56 - - [2025-10-09 04:02:14] "GET / HTTP/1.1" 200 35931 0.002207 10.0.0.56 - - [2025-10-09 04:02:15] "POST /fqname-to-id HTTP/1.1" 404 183 0.003726 10.0.0.56 - - [2025-10-09 04:02:15] "POST /api-access-lists HTTP/1.1" 200 521 0.025312 10.0.0.56 - - [2025-10-09 04:02:15] "GET /api-access-list/d9680b45-3600-43e9-9562-eb1d2928f9f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1290 0.010168 10.0.0.56 - - [2025-10-09 04:02:15] "POST /fqname-to-id HTTP/1.1" 401 292 0.000647 10.0.0.56 - - [2025-10-09 04:02:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.051025 10.0.0.41 - - [2025-10-09 04:02:16] "GET /projects?obj_uuids=25d21e31-0fb7-43cc-ba99-b84b2424344b&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001218 10.0.0.56 - - [2025-10-09 04:02:16] "GET /project/25d21e31-0fb7-43cc-ba99-b84b2424344b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.069739 10.0.0.56 - - [2025-10-09 04:02:16] "GET /virtual-networks?parent_id=25d21e31-0fb7-43cc-ba99-b84b2424344b&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.022159 10.0.0.56 - - [2025-10-09 04:02:16] "POST /virtual-networks HTTP/1.1" 200 583 0.110176 10.0.0.56 - - [2025-10-09 04:02:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.048409 10.0.0.41 - - [2025-10-09 04:02:16] "POST /ref-update HTTP/1.1" 200 156 0.032537 10.0.0.56 - - [2025-10-09 04:02:16] "GET /network-ipam/9e69b2d9-b0a9-418d-836b-38606b0d2a06?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1043 0.020677 10.0.0.41 - - [2025-10-09 04:02:16] "POST /useragent-kv HTTP/1.1" 200 115 0.011790 10.0.0.56 - - [2025-10-09 04:02:16] "POST /ref-update HTTP/1.1" 200 156 0.106036 10.0.0.56 - - [2025-10-09 04:02:17] "POST /neutron/network HTTP/1.1" 200 848 0.054524 10.0.0.56 - - [2025-10-09 04:02:17] "GET /virtual-network/a4732d0b-345a-45f2-bdb7-f62dbeca1abb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.022080 10.0.0.56 - - [2025-10-09 04:02:17] "POST /fqname-to-id HTTP/1.1" 401 292 0.000524 10.0.0.56 - - [2025-10-09 04:02:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.045393 10.0.0.41 - - [2025-10-09 04:02:17] "GET /projects?obj_uuids=3788228e-0601-4b96-bb44-70924b96c41b&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001091 10.0.0.56 - - [2025-10-09 04:02:17] "GET /project/3788228e-0601-4b96-bb44-70924b96c41b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.064651 10.0.0.56 - - [2025-10-09 04:02:17] "GET /virtual-networks?parent_id=3788228e-0601-4b96-bb44-70924b96c41b&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.020725 10.0.0.56 - - [2025-10-09 04:02:17] "POST /virtual-networks HTTP/1.1" 200 583 0.107879 10.0.0.56 - - [2025-10-09 04:02:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.040755 10.0.0.56 - - [2025-10-09 04:02:18] "GET /network-ipam/9e69b2d9-b0a9-418d-836b-38606b0d2a06?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1043 0.026095 10.0.0.41 - - [2025-10-09 04:02:18] "POST /useragent-kv HTTP/1.1" 200 115 0.010019 10.0.0.56 - - [2025-10-09 04:02:18] "POST /ref-update HTTP/1.1" 200 156 0.100091 10.0.0.56 - - [2025-10-09 04:02:18] "POST /neutron/network HTTP/1.1" 200 849 0.053307 10.0.0.56 - - [2025-10-09 04:02:18] "GET /virtual-network/0fb2e03a-d729-4b27-863b-f1c2c3371610?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.018855 10.0.0.56 - - [2025-10-09 04:02:18] "POST /neutron/subnet HTTP/1.1" 200 684 0.039629 10.0.0.56 - - [2025-10-09 04:02:19] "PUT /virtual-network/a4732d0b-345a-45f2-bdb7-f62dbeca1abb HTTP/1.1" 200 264 0.074744 10.0.0.56 - - [2025-10-09 04:02:19] "PUT /virtual-network/a4732d0b-345a-45f2-bdb7-f62dbeca1abb HTTP/1.1" 200 264 0.060410 10.0.0.41 - - [2025-10-09 04:02:19] "POST /useragent-kv HTTP/1.1" 200 115 0.004643 10.0.0.41 - - [2025-10-09 04:02:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.005385 10.0.0.41 - - [2025-10-09 04:02:19] "POST /useragent-kv HTTP/1.1" 200 115 0.008583 10.0.0.56 - - [2025-10-09 04:02:19] "DELETE /virtual-network/0fb2e03a-d729-4b27-863b-f1c2c3371610 HTTP/1.1" 200 115 0.138446 10.0.0.41 - - [2025-10-09 04:02:19] "POST /useragent-kv HTTP/1.1" 200 115 0.003035 10.0.0.41 - - [2025-10-09 04:02:19] "POST /useragent-kv HTTP/1.1" 200 115 0.003513 10.0.0.56 - - [2025-10-09 04:02:19] "DELETE /virtual-network/a4732d0b-345a-45f2-bdb7-f62dbeca1abb HTTP/1.1" 200 115 0.142326 10.0.0.41 - - [2025-10-09 04:02:19] "DELETE /route-target/6911cb20-c02e-47dc-93c1-2514fe1aed0c HTTP/1.1" 200 115 0.029960 10.0.0.56 - - [2025-10-09 04:02:19] "DELETE /api-access-list/d9680b45-3600-43e9-9562-eb1d2928f9f4 HTTP/1.1" 200 115 0.042927 10.0.0.41 - - [2025-10-09 04:02:20] "GET /projects?obj_uuids=3788228e-0601-4b96-bb44-70924b96c41b&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001190 10.0.0.56 - - [2025-10-09 04:02:20] "GET /project/3788228e-0601-4b96-bb44-70924b96c41b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.048942 10.0.0.41 - - [2025-10-09 04:02:20] "GET /projects?obj_uuids=3788228e-0601-4b96-bb44-70924b96c41b&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001839 10.0.0.56 - - [2025-10-09 04:02:20] "GET /project/3788228e-0601-4b96-bb44-70924b96c41b?fields=virtual_networks HTTP/1.1" 200 1032 0.043883 10.0.0.41 - - [2025-10-09 04:02:20] "GET /projects?obj_uuids=3788228e-0601-4b96-bb44-70924b96c41b&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001497 10.0.0.56 - - [2025-10-09 04:02:20] "GET /project/3788228e-0601-4b96-bb44-70924b96c41b?fields=virtual_machine_interfaces HTTP/1.1" 200 1032 0.050495 10.0.0.41 - - [2025-10-09 04:02:20] "GET /projects?obj_uuids=3788228e-0601-4b96-bb44-70924b96c41b&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001110 10.0.0.56 - - [2025-10-09 04:02:20] "GET /project/3788228e-0601-4b96-bb44-70924b96c41b?fields=security_groups HTTP/1.1" 200 1258 0.038450 10.0.0.41 - - [2025-10-09 04:02:20] "GET /projects?obj_uuids=25d21e31-0fb7-43cc-ba99-b84b2424344b&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001612 10.0.0.56 - - [2025-10-09 04:02:20] "GET /project/25d21e31-0fb7-43cc-ba99-b84b2424344b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.048091 10.0.0.41 - - [2025-10-09 04:02:20] "GET /projects?obj_uuids=25d21e31-0fb7-43cc-ba99-b84b2424344b&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001087 10.0.0.56 - - [2025-10-09 04:02:20] "GET /project/25d21e31-0fb7-43cc-ba99-b84b2424344b?fields=virtual_networks HTTP/1.1" 200 1032 0.050505 10.0.0.41 - - [2025-10-09 04:02:21] "GET /projects?obj_uuids=25d21e31-0fb7-43cc-ba99-b84b2424344b&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000989 10.0.0.56 - - [2025-10-09 04:02:21] "GET /project/25d21e31-0fb7-43cc-ba99-b84b2424344b?fields=virtual_machine_interfaces HTTP/1.1" 200 1032 0.044866 10.0.0.41 - - [2025-10-09 04:02:21] "GET /projects?obj_uuids=25d21e31-0fb7-43cc-ba99-b84b2424344b&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001486 10.0.0.56 - - [2025-10-09 04:02:21] "GET /project/25d21e31-0fb7-43cc-ba99-b84b2424344b?fields=security_groups HTTP/1.1" 200 1258 0.053302 10.0.0.56 - - [2025-10-09 04:02:24] "GET / HTTP/1.1" 200 35931 0.001756 10.0.0.56 - - [2025-10-09 04:02:25] "GET / HTTP/1.1" 200 35931 0.001586 10.0.0.56 - - [2025-10-09 04:02:26] "POST /fqname-to-id HTTP/1.1" 401 292 0.000512 10.0.0.56 - - [2025-10-09 04:02:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.085849 10.0.0.41 - - [2025-10-09 04:02:26] "GET /projects?obj_uuids=8412cff6-59d2-4bab-9173-831f2ef7e2e8&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001409 10.0.0.56 - - [2025-10-09 04:02:26] "GET /project/8412cff6-59d2-4bab-9173-831f2ef7e2e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.088466 10.0.0.56 - - [2025-10-09 04:02:26] "GET /virtual-networks?parent_id=8412cff6-59d2-4bab-9173-831f2ef7e2e8&detail=False&count=False&shared=False HTTP/1.1" 403 263 0.017418 10.0.0.56 - - [2025-10-09 04:02:26] "POST /fqname-to-id HTTP/1.1" 404 197 0.022944 10.0.0.41 - - [2025-10-09 04:02:26] "DELETE /project/25d21e310fb743ccba99b84b2424344b HTTP/1.1" 404 173 0.139008 10.0.0.41 - - [2025-10-09 04:02:26] "DELETE /project/8412cff659d24bab9173831f2ef7e2e8 HTTP/1.1" 404 173 0.135598 10.0.0.41 - - [2025-10-09 04:02:26] "DELETE /project/3788228e06014b96bb4470924b96c41b HTTP/1.1" 404 173 0.145760 10.0.0.41 - - [2025-10-09 04:02:26] "GET /projects?obj_uuids=3788228e-0601-4b96-bb44-70924b96c41b&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003057 10.0.0.41 - - [2025-10-09 04:02:26] "GET /projects?obj_uuids=32271563-a175-43de-a943-975600fa61e9&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001569 10.0.0.41 - - [2025-10-09 04:02:26] "GET /projects?obj_uuids=760d6afe-7a4e-40bd-ae8f-b5f5570d3aa3&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001147 10.0.0.41 - - [2025-10-09 04:02:26] "GET /projects?obj_uuids=e17362e9-196f-4637-aad7-a7f2553613ee&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001327 10.0.0.41 - - [2025-10-09 04:02:26] "GET /projects?obj_uuids=25d21e31-0fb7-43cc-ba99-b84b2424344b&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003996 10.0.0.56 - - [2025-10-09 04:02:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.085416 10.0.0.41 - - [2025-10-09 04:02:27] "GET /project/760d6afe-7a4e-40bd-ae8f-b5f5570d3aa3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1448 0.266263 10.0.0.41 - - [2025-10-09 04:02:27] "GET /project/25d21e31-0fb7-43cc-ba99-b84b2424344b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1468 0.291427 10.0.0.41 - - [2025-10-09 04:02:27] "GET /projects?obj_uuids=760d6afe-7a4e-40bd-ae8f-b5f5570d3aa3&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001734 10.0.0.41 - - [2025-10-09 04:02:27] "GET /project/32271563-a175-43de-a943-975600fa61e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1448 0.337938 10.0.0.41 - - [2025-10-09 04:02:27] "GET /project/3788228e-0601-4b96-bb44-70924b96c41b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1468 0.343594 10.0.0.41 - - [2025-10-09 04:02:27] "GET /projects?obj_uuids=25d21e31-0fb7-43cc-ba99-b84b2424344b&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001799 10.0.0.41 - - [2025-10-09 04:02:27] "GET /project/e17362e9-196f-4637-aad7-a7f2553613ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1449 0.383603 10.0.0.41 - - [2025-10-09 04:02:27] "GET /domains?obj_uuids=7ed77c0b-e642-4c13-a404-7756503cf17d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.003773 10.0.0.41 - - [2025-10-09 04:02:27] "GET /projects?obj_uuids=3788228e-0601-4b96-bb44-70924b96c41b&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001179 10.0.0.41 - - [2025-10-09 04:02:27] "GET /projects?obj_uuids=32271563-a175-43de-a943-975600fa61e9&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.002701 10.0.0.41 - - [2025-10-09 04:02:27] "GET /projects?obj_uuids=e17362e9-196f-4637-aad7-a7f2553613ee&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.002801 10.0.0.56 - - [2025-10-09 04:02:27] "GET /domain/7ed77c0b-e642-4c13-a404-7756503cf17d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.230614 10.0.0.41 - - [2025-10-09 04:02:27] "GET /project/760d6afe-7a4e-40bd-ae8f-b5f5570d3aa3?fields=security_groups HTTP/1.1" 200 1092 0.292733 10.0.0.41 - - [2025-10-09 04:02:27] "GET /project/25d21e31-0fb7-43cc-ba99-b84b2424344b?fields=security_groups HTTP/1.1" 200 1363 0.307818 10.0.0.56 - - [2025-10-09 04:02:27] "POST /service-templates HTTP/1.1" 403 264 0.133332 10.0.0.41 - - [2025-10-09 04:02:27] "GET /projects?obj_uuids=760d6afe-7a4e-40bd-ae8f-b5f5570d3aa3&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001281 10.0.0.41 - - [2025-10-09 04:02:27] "GET /project/3788228e-0601-4b96-bb44-70924b96c41b?fields=security_groups HTTP/1.1" 200 1363 0.281243 10.0.0.41 - - [2025-10-09 04:02:27] "GET /project/e17362e9-196f-4637-aad7-a7f2553613ee?fields=security_groups HTTP/1.1" 200 1093 0.286663 10.0.0.56 - - [2025-10-09 04:02:27] "POST /fqname-to-id HTTP/1.1" 404 215 0.021816 10.0.0.41 - - [2025-10-09 04:02:27] "GET /project/32271563-a175-43de-a943-975600fa61e9?fields=security_groups HTTP/1.1" 200 1092 0.401685 10.0.0.41 - - [2025-10-09 04:02:27] "GET /projects?obj_uuids=e17362e9-196f-4637-aad7-a7f2553613ee&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.002946 10.0.0.41 - - [2025-10-09 04:02:27] "GET /project/760d6afe-7a4e-40bd-ae8f-b5f5570d3aa3?fields=application_policy_sets HTTP/1.1" 404 171 0.186893 10.0.0.41 - - [2025-10-09 04:02:27] "GET /projects?obj_uuids=32271563-a175-43de-a943-975600fa61e9&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.003074 10.0.0.41 - - [2025-10-09 04:02:27] "DELETE /project/760d6afe-7a4e-40bd-ae8f-b5f5570d3aa3 HTTP/1.1" 404 171 0.931983 10.0.0.41 - - [2025-10-09 04:02:27] "DELETE /access-control-list/82668fd6-c1ac-4e7e-991c-36b82730f09f HTTP/1.1" 200 115 0.304188 10.0.0.41 - - [2025-10-09 04:02:27] "GET /project/32271563-a175-43de-a943-975600fa61e9?fields=application_policy_sets HTTP/1.1" 400 205 0.123718 10.0.0.41 - - [2025-10-09 04:02:27] "GET /project/e17362e9-196f-4637-aad7-a7f2553613ee?fields=application_policy_sets HTTP/1.1" 200 1093 0.187426 10.0.0.56 - - [2025-10-09 04:02:27] "POST /api-access-lists HTTP/1.1" 200 555 0.230037 10.0.0.41 - - [2025-10-09 04:02:27] "DELETE /project/32271563-a175-43de-a943-975600fa61e9 HTTP/1.1" 404 171 1.036208 10.0.0.41 - - [2025-10-09 04:02:27] "DELETE /security-group/2a2b9db4-f3cc-4e43-a7f8-bf2c0935c7e8 HTTP/1.1" 200 115 0.288083 10.0.0.41 - - [2025-10-09 04:02:27] "DELETE /security-group/88f34b3a-17e2-4c42-baf6-5581b6fb62b0 HTTP/1.1" 200 115 0.290636 10.0.0.41 - - [2025-10-09 04:02:27] "GET /projects?obj_uuids=25d21e31-0fb7-43cc-ba99-b84b2424344b&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001134 10.0.0.41 - - [2025-10-09 04:02:27] "DELETE /project/e17362e9-196f-4637-aad7-a7f2553613ee HTTP/1.1" 404 171 1.062985 10.0.0.41 - - [2025-10-09 04:02:27] "GET /projects?obj_uuids=3788228e-0601-4b96-bb44-70924b96c41b&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001256 10.0.0.56 - - [2025-10-09 04:02:27] "GET /api-access-list/bd875d2a-e4df-4a9e-b402-20c93546e9f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1324 0.013550 10.0.0.41 - - [2025-10-09 04:02:27] "GET /project/25d21e31-0fb7-43cc-ba99-b84b2424344b?fields=application_policy_sets HTTP/1.1" 200 1402 0.085850 10.0.0.41 - - [2025-10-09 04:02:27] "GET /project/3788228e-0601-4b96-bb44-70924b96c41b?fields=application_policy_sets HTTP/1.1" 200 1402 0.163064 10.0.0.56 - - [2025-10-09 04:02:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.095080 10.0.0.41 - - [2025-10-09 04:02:28] "GET /projects?obj_uuids=8412cff6-59d2-4bab-9173-831f2ef7e2e8&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001249 10.0.0.41 - - [2025-10-09 04:02:28] "DELETE /access-control-list/d551ca1d-a88f-44cd-8916-503961824e08 HTTP/1.1" 200 115 0.110731 10.0.0.56 - - [2025-10-09 04:02:28] "GET /project/8412cff6-59d2-4bab-9173-831f2ef7e2e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.171712 10.0.0.41 - - [2025-10-09 04:02:28] "DELETE /project/25d21e31-0fb7-43cc-ba99-b84b2424344b HTTP/1.1" 200 115 1.488722 10.0.0.56 - - [2025-10-09 04:02:28] "GET /virtual-networks?parent_id=8412cff6-59d2-4bab-9173-831f2ef7e2e8&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.052954 10.0.0.41 - - [2025-10-09 04:02:28] "DELETE /project/3788228e-0601-4b96-bb44-70924b96c41b HTTP/1.1" 200 115 1.551140 10.0.0.41 - - [2025-10-09 04:02:28] "DELETE /access-control-list/eaf1229e-16dc-4de6-929d-cd8fbe90328d HTTP/1.1" 200 115 0.053118 10.0.0.56 - - [2025-10-09 04:02:28] "POST /virtual-networks HTTP/1.1" 200 583 0.170879 10.0.0.41 - - [2025-10-09 04:02:28] "POST /ref-update HTTP/1.1" 200 156 0.020866 10.0.0.56 - - [2025-10-09 04:02:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.038731 10.0.0.56 - - [2025-10-09 04:02:28] "GET /network-ipam/9e69b2d9-b0a9-418d-836b-38606b0d2a06?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1043 0.019599 10.0.0.41 - - [2025-10-09 04:02:28] "POST /useragent-kv HTTP/1.1" 200 115 0.008540 10.0.0.56 - - [2025-10-09 04:02:28] "POST /ref-update HTTP/1.1" 200 156 0.119781 10.0.0.56 - - [2025-10-09 04:02:29] "GET /virtual-network/314f9052-157a-4be8-a4e4-743b932ba471?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.028153 10.0.0.56 - - [2025-10-09 04:02:29] "POST /neutron/network HTTP/1.1" 200 848 0.074509 10.0.0.56 - - [2025-10-09 04:02:29] "GET /virtual-network/314f9052-157a-4be8-a4e4-743b932ba471?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.005623 10.0.0.56 - - [2025-10-09 04:02:29] "GET /network-ipam/9e69b2d9-b0a9-418d-836b-38606b0d2a06?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1043 0.004125 10.0.0.56 - - [2025-10-09 04:02:29] "GET /virtual-network/314f9052-157a-4be8-a4e4-743b932ba471?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.006000 10.0.0.56 - - [2025-10-09 04:02:30] "GET /obj-perms HTTP/1.1" 200 5030 0.069832 10.0.0.56 - - [2025-10-09 04:02:31] "POST /fqname-to-id HTTP/1.1" 404 197 0.016926 10.0.0.56 - - [2025-10-09 04:02:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.018030 10.0.0.41 - - [2025-10-09 04:02:31] "GET /domains?obj_uuids=7ed77c0b-e642-4c13-a404-7756503cf17d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001142 10.0.0.56 - - [2025-10-09 04:02:31] "GET /domain/7ed77c0b-e642-4c13-a404-7756503cf17d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.020296 10.0.0.56 - - [2025-10-09 04:02:31] "POST /service-templates HTTP/1.1" 403 264 0.013995 10.0.0.56 - - [2025-10-09 04:02:31] "POST /fqname-to-id HTTP/1.1" 404 183 0.004230 10.0.0.56 - - [2025-10-09 04:02:31] "POST /api-access-lists HTTP/1.1" 200 521 0.025388 10.0.0.56 - - [2025-10-09 04:02:31] "GET /api-access-list/db51a4f6-aaed-4e3e-a184-2980d0e4b460?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1291 0.007157 10.0.0.56 - - [2025-10-09 04:02:31] "POST /fqname-to-id HTTP/1.1" 404 197 0.018736 10.0.0.56 - - [2025-10-09 04:02:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.018794 10.0.0.41 - - [2025-10-09 04:02:31] "GET /domains?obj_uuids=7ed77c0b-e642-4c13-a404-7756503cf17d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001204 10.0.0.56 - - [2025-10-09 04:02:31] "GET /domain/7ed77c0b-e642-4c13-a404-7756503cf17d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.023043 10.0.0.56 - - [2025-10-09 04:02:31] "POST /service-templates HTTP/1.1" 200 551 0.042485 10.0.0.56 - - [2025-10-09 04:02:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.024335 10.0.0.56 - - [2025-10-09 04:02:31] "GET /service-template/9b8230d8-07ec-4ddc-b4aa-304de78921b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1854 0.020938 10.0.0.56 - - [2025-10-09 04:02:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.028370 10.0.0.56 - - [2025-10-09 04:02:32] "GET /service-template/9b8230d8-07ec-4ddc-b4aa-304de78921b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1854 0.018541 10.0.0.56 - - [2025-10-09 04:02:32] "GET /api-access-list/bd875d2a-e4df-4a9e-b402-20c93546e9f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1324 0.003582 10.0.0.56 - - [2025-10-09 04:02:32] "PUT /api-access-list/bd875d2a-e4df-4a9e-b402-20c93546e9f8 HTTP/1.1" 200 264 0.010667 10.0.0.56 - - [2025-10-09 04:02:32] "POST /fqname-to-id HTTP/1.1" 401 292 0.000492 10.0.0.56 - - [2025-10-09 04:02:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.045682 10.0.0.41 - - [2025-10-09 04:02:33] "GET /projects?obj_uuids=8412cff6-59d2-4bab-9173-831f2ef7e2e8&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001337 10.0.0.56 - - [2025-10-09 04:02:33] "GET /project/8412cff6-59d2-4bab-9173-831f2ef7e2e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.069184 10.0.0.56 - - [2025-10-09 04:02:33] "GET /virtual-networks?parent_id=8412cff6-59d2-4bab-9173-831f2ef7e2e8&detail=False&count=False&shared=False HTTP/1.1" 200 371 0.030175 10.0.0.56 - - [2025-10-09 04:02:33] "POST /virtual-networks HTTP/1.1" 403 263 0.016554 10.0.0.56 - - [2025-10-09 04:02:33] "GET /api-access-list/db51a4f6-aaed-4e3e-a184-2980d0e4b460?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1291 0.003862 10.0.0.56 - - [2025-10-09 04:02:33] "PUT /api-access-list/db51a4f6-aaed-4e3e-a184-2980d0e4b460 HTTP/1.1" 200 264 0.013980 10.0.0.56 - - [2025-10-09 04:02:34] "POST /fqname-to-id HTTP/1.1" 404 197 0.015231 10.0.0.56 - - [2025-10-09 04:02:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.018634 10.0.0.41 - - [2025-10-09 04:02:34] "GET /domains?obj_uuids=7ed77c0b-e642-4c13-a404-7756503cf17d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001244 10.0.0.56 - - [2025-10-09 04:02:34] "GET /domain/7ed77c0b-e642-4c13-a404-7756503cf17d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.023169 10.0.0.56 - - [2025-10-09 04:02:34] "POST /service-templates HTTP/1.1" 403 264 0.015513 10.0.0.56 - - [2025-10-09 04:02:34] "GET /api-access-list/bd875d2a-e4df-4a9e-b402-20c93546e9f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1461 0.004896 10.0.0.56 - - [2025-10-09 04:02:34] "PUT /api-access-list/bd875d2a-e4df-4a9e-b402-20c93546e9f8 HTTP/1.1" 200 264 0.014726 10.0.0.56 - - [2025-10-09 04:02:34] "GET /api-access-list/db51a4f6-aaed-4e3e-a184-2980d0e4b460?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1429 0.004364 10.0.0.56 - - [2025-10-09 04:02:34] "PUT /api-access-list/db51a4f6-aaed-4e3e-a184-2980d0e4b460 HTTP/1.1" 200 264 0.013361 10.0.0.56 - - [2025-10-09 04:02:35] "GET /api-access-list/7e8f1b2e-6b6b-48a9-b925-b7351df1bca3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2410 0.005120 10.0.0.56 - - [2025-10-09 04:02:35] "PUT /api-access-list/7e8f1b2e-6b6b-48a9-b925-b7351df1bca3 HTTP/1.1" 200 264 0.013952 10.0.0.56 - - [2025-10-09 04:02:35] "DELETE /api-access-list/bd875d2a-e4df-4a9e-b402-20c93546e9f8 HTTP/1.1" 200 115 0.049791 10.0.0.56 - - [2025-10-09 04:02:35] "DELETE /api-access-list/db51a4f6-aaed-4e3e-a184-2980d0e4b460 HTTP/1.1" 200 115 0.032099 10.0.0.56 - - [2025-10-09 04:02:36] "GET /api-access-list/7e8f1b2e-6b6b-48a9-b925-b7351df1bca3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2685 0.004477 10.0.0.56 - - [2025-10-09 04:02:36] "PUT /api-access-list/7e8f1b2e-6b6b-48a9-b925-b7351df1bca3 HTTP/1.1" 200 264 0.012905 10.0.0.56 - - [2025-10-09 04:02:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.035697 10.0.0.56 - - [2025-10-09 04:02:36] "DELETE /service-template/9b8230d8-07ec-4ddc-b4aa-304de78921b0 HTTP/1.1" 200 115 0.049074 10.0.0.56 - - [2025-10-09 04:02:36] "POST /fqname-to-id HTTP/1.1" 404 197 0.022938 10.0.0.41 - - [2025-10-09 04:02:36] "POST /useragent-kv HTTP/1.1" 200 115 0.004884 10.0.0.41 - - [2025-10-09 04:02:36] "POST /useragent-kv HTTP/1.1" 200 115 0.005630 10.0.0.56 - - [2025-10-09 04:02:36] "DELETE /virtual-network/314f9052-157a-4be8-a4e4-743b932ba471 HTTP/1.1" 200 115 0.139945 10.0.0.56 - - [2025-10-09 04:02:36] "GET /api-access-list/7e8f1b2e-6b6b-48a9-b925-b7351df1bca3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2966 0.004348 10.0.0.56 - - [2025-10-09 04:02:36] "PUT /api-access-list/7e8f1b2e-6b6b-48a9-b925-b7351df1bca3 HTTP/1.1" 200 264 0.018525 10.0.0.56 - - [2025-10-09 04:02:36] "GET /api-access-list/7e8f1b2e-6b6b-48a9-b925-b7351df1bca3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2691 0.004758 10.0.0.56 - - [2025-10-09 04:02:36] "PUT /api-access-list/7e8f1b2e-6b6b-48a9-b925-b7351df1bca3 HTTP/1.1" 200 264 0.011771 10.0.0.56 - - [2025-10-09 04:02:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.004135 10.0.0.41 - - [2025-10-09 04:02:39] "GET /projects?obj_uuids=8412cff6-59d2-4bab-9173-831f2ef7e2e8&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001453 10.0.0.56 - - [2025-10-09 04:02:39] "GET /project/8412cff6-59d2-4bab-9173-831f2ef7e2e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.043278 10.0.0.56 - - [2025-10-09 04:02:39] "POST /neutron/network HTTP/1.1" 200 117 0.093132 10.0.0.56 - - [2025-10-09 04:02:40] "POST /neutron/network HTTP/1.1" 200 861 0.008990 10.0.0.56 - - [2025-10-09 04:02:40] "POST /id-to-fqname HTTP/1.1" 200 240 0.001141 10.0.0.56 - - [2025-10-09 04:02:40] "GET /virtual-network/059bb11c-d581-458d-802c-186202e78e3d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2097 0.005389 10.0.0.56 - - [2025-10-09 04:02:40] "GET /virtual-network/059bb11c-d581-458d-802c-186202e78e3d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2097 0.005759 10.0.0.56 - - [2025-10-09 04:02:40] "POST /neutron/subnet HTTP/1.1" 200 718 0.009461 10.0.0.56 - - [2025-10-09 04:02:40] "GET /virtual-network/059bb11c-d581-458d-802c-186202e78e3d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2097 0.006261 10.0.0.56 - - [2025-10-09 04:02:40] "GET /network-ipam/9e69b2d9-b0a9-418d-836b-38606b0d2a06?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1043 0.004998 10.0.0.41 - - [2025-10-09 04:02:40] "POST /route-targets HTTP/1.1" 200 327 0.018124 10.0.0.56 - - [2025-10-09 04:02:40] "GET /virtual-network/059bb11c-d581-458d-802c-186202e78e3d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2097 0.007148 10.0.0.19 - - [2025-10-09 04:02:40] "GET /obj-perms HTTP/1.1" 200 5030 0.081078 10.0.0.41 - - [2025-10-09 04:02:40] "GET /obj-perms HTTP/1.1" 200 5030 0.061776 10.0.0.56 - - [2025-10-09 04:02:40] "POST /fqname-to-id HTTP/1.1" 404 215 0.004578 10.0.0.56 - - [2025-10-09 04:02:41] "POST /api-access-lists HTTP/1.1" 200 555 0.033045 10.0.0.56 - - [2025-10-09 04:02:41] "GET /api-access-list/a0ef418d-d709-42ab-9617-e5e3e2bd8794?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2443 0.006465 10.0.0.56 - - [2025-10-09 04:02:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.022430 10.0.0.41 - - [2025-10-09 04:02:41] "GET /projects?obj_uuids=8412cff6-59d2-4bab-9173-831f2ef7e2e8&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001483 10.0.0.56 - - [2025-10-09 04:02:41] "GET /project/8412cff6-59d2-4bab-9173-831f2ef7e2e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.061056 10.0.0.41 - - [2025-10-09 04:02:41] "GET /projects?obj_uuids=8412cff6-59d2-4bab-9173-831f2ef7e2e8&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001146 10.0.0.56 - - [2025-10-09 04:02:41] "POST /neutron/network HTTP/1.1" 200 645 0.183947 10.0.0.41 - - [2025-10-09 04:02:41] "POST /ref-update HTTP/1.1" 200 156 0.024679 10.0.0.41 - - [2025-10-09 04:02:41] "POST /useragent-kv HTTP/1.1" 200 115 0.012617 10.0.0.56 - - [2025-10-09 04:02:41] "POST /neutron/subnet HTTP/1.1" 200 725 0.297299 10.0.0.56 - - [2025-10-09 04:02:42] "POST /id-to-fqname HTTP/1.1" 200 240 0.030481 10.0.0.56 - - [2025-10-09 04:02:42] "GET /virtual-network/1cf2af6c-fd89-4ebb-9655-b27e5ddb0c2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2122 0.027063 10.0.0.56 - - [2025-10-09 04:02:42] "GET /virtual-network/1cf2af6c-fd89-4ebb-9655-b27e5ddb0c2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2122 0.028789 10.0.0.56 - - [2025-10-09 04:02:42] "POST /neutron/network HTTP/1.1" 200 864 0.034301 10.0.0.56 - - [2025-10-09 04:02:42] "GET /virtual-network/1cf2af6c-fd89-4ebb-9655-b27e5ddb0c2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2122 0.006433 10.0.0.56 - - [2025-10-09 04:02:42] "GET /network-ipam/9e69b2d9-b0a9-418d-836b-38606b0d2a06?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1043 0.003853 10.0.0.56 - - [2025-10-09 04:02:42] "GET /virtual-network/1cf2af6c-fd89-4ebb-9655-b27e5ddb0c2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2122 0.007648 10.0.0.56 - - [2025-10-09 04:02:43] "POST /fqname-to-id HTTP/1.1" 404 232 0.019365 10.0.0.41 - - [2025-10-09 04:02:43] "GET /projects?obj_uuids=8412cff6-59d2-4bab-9173-831f2ef7e2e8&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001203 10.0.0.41 - - [2025-10-09 04:02:43] "POST /fqname-to-id HTTP/1.1" 404 263 0.010609 10.0.0.41 - - [2025-10-09 04:02:43] "PUT /access-control-list/664b9f2b-f5ca-4246-aa56-06b6873d4428 HTTP/1.1" 200 272 0.023262 10.0.0.56 - - [2025-10-09 04:02:43] "POST /neutron/security_group HTTP/1.1" 200 1426 0.504229 10.0.0.56 - - [2025-10-09 04:02:43] "POST /neutron/security_group HTTP/1.1" 200 1426 0.022330 10.0.0.41 - - [2025-10-09 04:02:44] "GET /projects?obj_uuids=8412cff6-59d2-4bab-9173-831f2ef7e2e8&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001132 10.0.0.56 - - [2025-10-09 04:02:44] "POST /neutron/security_group_rule HTTP/1.1" 200 570 0.107889 10.0.0.41 - - [2025-10-09 04:02:44] "PUT /access-control-list/664b9f2b-f5ca-4246-aa56-06b6873d4428 HTTP/1.1" 200 272 0.017602 10.0.0.56 - - [2025-10-09 04:02:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.038400 10.0.0.56 - - [2025-10-09 04:02:44] "GET /security-group/1dda0ee2-e414-4b33-9b80-e77ad481e31a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1316 0.023547 10.0.0.56 - - [2025-10-09 04:02:45] "POST /id-to-fqname HTTP/1.1" 200 240 0.015963 10.0.0.56 - - [2025-10-09 04:02:45] "POST /neutron/network HTTP/1.1" 200 874 0.031806 10.0.0.41 - - [2025-10-09 04:02:46] "GET /projects?obj_uuids=8412cff6-59d2-4bab-9173-831f2ef7e2e8&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001236 10.0.0.56 - - [2025-10-09 04:02:46] "GET /project/8412cff6-59d2-4bab-9173-831f2ef7e2e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.075332 10.0.0.56 - - [2025-10-09 04:02:46] "POST /neutron/port HTTP/1.1" 200 117 0.029943 10.0.0.56 - - [2025-10-09 04:02:47] "POST /neutron/network HTTP/1.1" 200 864 0.037938 10.0.0.56 - - [2025-10-09 04:02:47] "POST /neutron/port HTTP/1.1" 200 1060 0.016025 10.0.0.56 - - [2025-10-09 04:02:48] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004954 10.0.0.56 - - [2025-10-09 04:02:48] "POST /neutron/network HTTP/1.1" 200 864 0.007728 10.0.0.56 - - [2025-10-09 04:02:52] "POST /neutron/port HTTP/1.1" 200 1088 0.017783 10.0.0.56 - - [2025-10-09 04:02:52] "POST /neutron/security_group HTTP/1.1" 200 2058 0.008290 10.0.0.56 - - [2025-10-09 04:02:52] "GET /virtual-machine/257dfa38-c882-44e8-9272-9505a36138be HTTP/1.1" 401 292 0.000534 10.0.0.56 - - [2025-10-09 04:02:52] "GET /virtual-machine/257dfa38-c882-44e8-9272-9505a36138be HTTP/1.1" 200 1292 0.044572 10.0.0.56 - - [2025-10-09 04:02:52] "GET /virtual-machine/257dfa38-c882-44e8-9272-9505a36138be HTTP/1.1" 200 1292 0.020106 10.0.0.56 - - [2025-10-09 04:02:52] "GET /virtual-machine-interface/30625047-d32f-4ea4-baae-adfa1654c339 HTTP/1.1" 200 3023 0.022810 10.0.0.56 - - [2025-10-09 04:02:52] "GET /virtual-machine/257dfa38-c882-44e8-9272-9505a36138be HTTP/1.1" 200 1292 0.021391 10.0.0.56 - - [2025-10-09 04:02:52] "GET /virtual-machine-interface/30625047-d32f-4ea4-baae-adfa1654c339 HTTP/1.1" 200 3023 0.022919 10.0.0.56 - - [2025-10-09 04:02:52] "GET /instance-ip/f3f85e31-bcdd-420a-82fd-b886b9b2e631 HTTP/1.1" 200 1640 0.021161 10.0.0.56 - - [2025-10-09 04:02:52] "GET /virtual-machine/257dfa38-c882-44e8-9272-9505a36138be HTTP/1.1" 200 1292 0.016741 10.0.0.56 - - [2025-10-09 04:02:52] "GET /virtual-machine-interface/30625047-d32f-4ea4-baae-adfa1654c339 HTTP/1.1" 200 3023 0.022147 10.0.0.56 - - [2025-10-09 04:02:52] "GET /instance-ip/f3f85e31-bcdd-420a-82fd-b886b9b2e631 HTTP/1.1" 200 1640 0.018808 10.0.0.56 - - [2025-10-09 04:02:52] "POST /fqname-to-id HTTP/1.1" 403 354 0.019358 10.0.0.56 - - [2025-10-09 04:02:52] "GET / HTTP/1.1" 200 35931 0.002858 10.0.0.56 - - [2025-10-09 04:02:53] "POST /fqname-to-id HTTP/1.1" 401 292 0.000513 10.0.0.56 - - [2025-10-09 04:02:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.029364 10.0.0.56 - - [2025-10-09 04:02:53] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005180 10.0.0.56 - - [2025-10-09 04:02:53] "GET /virtual-networks?parent_id=8412cff6-59d2-4bab-9173-831f2ef7e2e8&detail=False&count=False&shared=False HTTP/1.1" 200 611 0.025074 10.0.0.56 - - [2025-10-09 04:02:53] "GET /virtual-network/1cf2af6c-fd89-4ebb-9655-b27e5ddb0c2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2122 0.019417 10.0.0.56 - - [2025-10-09 04:02:53] "POST /fqname-to-id HTTP/1.1" 403 354 0.018153 10.0.0.56 - - [2025-10-09 04:02:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004544 10.0.0.56 - - [2025-10-09 04:02:53] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005563 10.0.0.56 - - [2025-10-09 04:02:53] "GET /virtual-networks?parent_id=8412cff6-59d2-4bab-9173-831f2ef7e2e8&detail=False&count=False&shared=False HTTP/1.1" 200 611 0.023805 10.0.0.56 - - [2025-10-09 04:02:53] "GET /virtual-network/1cf2af6c-fd89-4ebb-9655-b27e5ddb0c2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2122 0.021147 10.0.0.56 - - [2025-10-09 04:02:53] "POST /fqname-to-id HTTP/1.1" 403 354 0.018502 10.0.0.56 - - [2025-10-09 04:02:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004742 10.0.0.56 - - [2025-10-09 04:02:54] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004558 10.0.0.56 - - [2025-10-09 04:02:54] "GET /virtual-networks?parent_id=8412cff6-59d2-4bab-9173-831f2ef7e2e8&detail=False&count=False&shared=False HTTP/1.1" 200 611 0.023307 10.0.0.56 - - [2025-10-09 04:02:54] "GET /virtual-network/1cf2af6c-fd89-4ebb-9655-b27e5ddb0c2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2122 0.022452 10.0.0.56 - - [2025-10-09 04:02:54] "POST /fqname-to-id HTTP/1.1" 403 354 0.017617 10.0.0.56 - - [2025-10-09 04:02:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004866 10.0.0.56 - - [2025-10-09 04:02:54] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005312 10.0.0.56 - - [2025-10-09 04:02:54] "GET /virtual-networks?parent_id=8412cff6-59d2-4bab-9173-831f2ef7e2e8&detail=False&count=False&shared=False HTTP/1.1" 200 611 0.026228 10.0.0.56 - - [2025-10-09 04:02:54] "GET /virtual-network/1cf2af6c-fd89-4ebb-9655-b27e5ddb0c2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2122 0.023567 10.0.0.56 - - [2025-10-09 04:02:54] "POST /fqname-to-id HTTP/1.1" 403 354 0.021127 10.0.0.56 - - [2025-10-09 04:02:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003640 10.0.0.56 - - [2025-10-09 04:02:54] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005172 10.0.0.56 - - [2025-10-09 04:02:54] "GET /virtual-networks?parent_id=8412cff6-59d2-4bab-9173-831f2ef7e2e8&detail=False&count=False&shared=False HTTP/1.1" 200 611 0.021642 10.0.0.56 - - [2025-10-09 04:02:54] "GET /virtual-network/1cf2af6c-fd89-4ebb-9655-b27e5ddb0c2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2122 0.034599 10.0.0.56 - - [2025-10-09 04:02:56] "POST /neutron/port HTTP/1.1" 200 1088 0.016326 10.0.0.56 - - [2025-10-09 04:02:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.015851 10.0.0.56 - - [2025-10-09 04:02:57] "GET /virtual-network/1cf2af6c-fd89-4ebb-9655-b27e5ddb0c2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2122 0.018272 10.0.0.56 - - [2025-10-09 04:02:59] "POST /fqname-to-id HTTP/1.1" 403 354 0.017686 10.0.0.56 - - [2025-10-09 04:02:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003472 10.0.0.56 - - [2025-10-09 04:02:59] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004905 10.0.0.56 - - [2025-10-09 04:02:59] "GET /virtual-networks?parent_id=8412cff6-59d2-4bab-9173-831f2ef7e2e8&detail=False&count=False&shared=False HTTP/1.1" 200 611 0.026418 10.0.0.56 - - [2025-10-09 04:02:59] "GET /virtual-network/1cf2af6c-fd89-4ebb-9655-b27e5ddb0c2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2122 0.024123 10.0.0.56 - - [2025-10-09 04:02:59] "POST /fqname-to-id HTTP/1.1" 403 354 0.018873 10.0.0.56 - - [2025-10-09 04:02:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.002990 10.0.0.56 - - [2025-10-09 04:02:59] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003632 10.0.0.56 - - [2025-10-09 04:02:59] "GET /virtual-networks?parent_id=8412cff6-59d2-4bab-9173-831f2ef7e2e8&detail=False&count=False&shared=False HTTP/1.1" 200 611 0.020149 10.0.0.56 - - [2025-10-09 04:03:00] "GET /virtual-network/1cf2af6c-fd89-4ebb-9655-b27e5ddb0c2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2122 0.027909 10.0.0.56 - - [2025-10-09 04:03:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.020452 10.0.0.56 - - [2025-10-09 04:03:00] "GET /routing-instance/8776086d-3c21-4fe8-ad50-9847bd193fc5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.020220 10.0.0.56 - - [2025-10-09 04:03:00] "POST /fqname-to-id HTTP/1.1" 403 354 0.017565 10.0.0.56 - - [2025-10-09 04:03:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003885 10.0.0.56 - - [2025-10-09 04:03:00] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004619 10.0.0.56 - - [2025-10-09 04:03:00] "GET /virtual-networks?parent_id=8412cff6-59d2-4bab-9173-831f2ef7e2e8&detail=False&count=False&shared=False HTTP/1.1" 200 611 0.022518 10.0.0.56 - - [2025-10-09 04:03:00] "GET /virtual-network/1cf2af6c-fd89-4ebb-9655-b27e5ddb0c2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2122 0.024881 10.0.0.56 - - [2025-10-09 04:03:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.018225 10.0.0.41 - - [2025-10-09 04:03:00] "GET /global-system-configs HTTP/1.1" 401 292 0.000475 10.0.0.56 - - [2025-10-09 04:03:00] "GET /routing-instance/8776086d-3c21-4fe8-ad50-9847bd193fc5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.024557 10.0.0.41 - - [2025-10-09 04:03:00] "GET /global-system-configs HTTP/1.1" 401 292 0.000436 10.0.0.41 - - [2025-10-09 04:03:00] "GET /virtual-machine/257dfa38-c882-44e8-9272-9505a36138be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 992 0.045869 10.0.0.41 - - [2025-10-09 04:03:01] "GET /global-system-configs HTTP/1.1" 401 292 0.000471 10.0.0.41 - - [2025-10-09 04:03:01] "GET /global-system-configs HTTP/1.1" 401 292 0.000456 10.0.0.19 - - [2025-10-09 04:03:01] "GET /global-system-configs HTTP/1.1" 401 292 0.000404 10.0.0.19 - - [2025-10-09 04:03:01] "GET /global-system-configs HTTP/1.1" 401 292 0.000419 10.0.0.19 - - [2025-10-09 04:03:01] "GET /global-system-configs HTTP/1.1" 401 292 0.000616 10.0.0.19 - - [2025-10-09 04:03:01] "GET /global-system-configs HTTP/1.1" 401 292 0.000651 10.0.0.56 - - [2025-10-09 04:03:03] "GET /global-system-configs HTTP/1.1" 401 292 0.000422 10.0.0.56 - - [2025-10-09 04:03:03] "GET /global-system-configs HTTP/1.1" 401 292 0.000403 10.0.0.41 - - [2025-10-09 04:03:05] "GET /obj-perms HTTP/1.1" 403 257 0.017675 10.0.0.56 - - [2025-10-09 04:03:05] "GET /global-system-configs HTTP/1.1" 401 292 0.000625 10.0.0.56 - - [2025-10-09 04:03:06] "GET /global-system-configs HTTP/1.1" 401 292 0.000496 10.0.0.41 - - [2025-10-09 04:03:07] "GET /virtual-machine/257dfa38-c882-44e8-9272-9505a36138be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 992 0.015760 10.0.0.56 - - [2025-10-09 04:03:07] "GET /obj-perms HTTP/1.1" 403 257 0.037289 10.0.0.56 - - [2025-10-09 04:03:07] "GET /obj-perms HTTP/1.1" 403 257 0.012434 10.0.0.56 - - [2025-10-09 04:03:07] "GET /obj-perms HTTP/1.1" 403 257 0.015574 10.0.0.56 - - [2025-10-09 04:03:07] "GET /obj-perms HTTP/1.1" 403 257 0.013248 10.0.0.41 - - [2025-10-09 04:03:07] "GET /obj-perms HTTP/1.1" 403 257 0.013226 10.0.0.56 - - [2025-10-09 04:03:07] "GET /obj-perms HTTP/1.1" 403 257 0.012803 10.0.0.56 - - [2025-10-09 04:03:08] "GET /obj-perms HTTP/1.1" 403 257 0.038533 10.0.0.56 - - [2025-10-09 04:03:08] "GET /obj-perms HTTP/1.1" 403 257 0.014808 10.0.0.56 - - [2025-10-09 04:03:08] "GET /obj-perms HTTP/1.1" 403 257 0.034377 10.0.0.56 - - [2025-10-09 04:03:08] "GET /obj-perms HTTP/1.1" 403 257 0.013291 10.0.0.19 - - [2025-10-09 04:03:09] "GET /virtual-machines?detail=False&count=False&shared=False HTTP/1.1" 200 320 0.049461 10.0.0.41 - - [2025-10-09 04:03:09] "GET /virtual-machines?detail=False&count=False&shared=False HTTP/1.1" 200 320 0.021880 10.0.0.56 - - [2025-10-09 04:03:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.021104 10.0.0.41 - - [2025-10-09 04:03:09] "GET /projects?obj_uuids=8412cff6-59d2-4bab-9173-831f2ef7e2e8&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001629 10.0.0.56 - - [2025-10-09 04:03:09] "GET /project/8412cff6-59d2-4bab-9173-831f2ef7e2e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.081475 10.0.0.56 - - [2025-10-09 04:03:09] "GET /virtual-network/059bb11c-d581-458d-802c-186202e78e3d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2097 0.022834 10.0.0.56 - - [2025-10-09 04:03:09] "GET /floating-ip-pools?parent_id=059bb11c-d581-458d-802c-186202e78e3d&detail=False&count=False&shared=False HTTP/1.1" 200 393 0.020816 10.0.0.56 - - [2025-10-09 04:03:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.025379 10.0.0.56 - - [2025-10-09 04:03:09] "GET /floating-ip-pool/f64c0ece-db15-479c-8a78-460666139808?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1181 0.017467 10.0.0.41 - - [2025-10-09 04:03:09] "GET /projects?obj_uuids=8412cff6-59d2-4bab-9173-831f2ef7e2e8&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001225 10.0.0.56 - - [2025-10-09 04:03:09] "GET /project/8412cff6-59d2-4bab-9173-831f2ef7e2e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.069337 10.0.0.56 - - [2025-10-09 04:03:09] "POST /floating-ips HTTP/1.1" 200 616 0.076216 10.0.0.56 - - [2025-10-09 04:03:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.018783 10.0.0.56 - - [2025-10-09 04:03:10] "GET /floating-ip/1bb5ec2b-120f-42b2-a1f7-16b87cd50c51?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1474 0.018467 10.0.0.56 - - [2025-10-09 04:03:10] "GET /floating-ip/1bb5ec2b-120f-42b2-a1f7-16b87cd50c51?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1474 0.020019 10.0.0.56 - - [2025-10-09 04:03:10] "GET /virtual-machine/257dfa38-c882-44e8-9272-9505a36138be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 992 0.018883 10.0.0.56 - - [2025-10-09 04:03:10] "GET /virtual-machine/257dfa38-c882-44e8-9272-9505a36138be?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1203 0.018885 10.0.0.56 - - [2025-10-09 04:03:10] "GET /virtual-machine-interface/30625047-d32f-4ea4-baae-adfa1654c339?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2802 0.021695 10.0.0.56 - - [2025-10-09 04:03:10] "POST /ref-update HTTP/1.1" 200 156 0.031720 10.0.0.56 - - [2025-10-09 04:03:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.016999 10.0.0.56 - - [2025-10-09 04:03:10] "GET /routing-instance/e4da6949-3b40-4ee0-ac19-bbe68901c67e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.020482 10.0.0.56 - - [2025-10-09 04:03:10] "POST /neutron/security_group HTTP/1.1" 200 542 0.040751 10.0.0.56 - - [2025-10-09 04:03:11] "POST /neutron/port HTTP/1.1" 200 1114 0.071223 10.0.0.56 - - [2025-10-09 04:03:11] "GET /virtual-machine/257dfa38-c882-44e8-9272-9505a36138be HTTP/1.1" 200 1292 0.021003 10.0.0.56 - - [2025-10-09 04:03:11] "GET /virtual-machine-interface/30625047-d32f-4ea4-baae-adfa1654c339 HTTP/1.1" 200 3585 0.024569 10.0.0.56 - - [2025-10-09 04:03:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.016450 10.0.0.56 - - [2025-10-09 04:03:11] "GET /security-group/1dda0ee2-e414-4b33-9b80-e77ad481e31a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1316 0.017453 10.0.0.56 - - [2025-10-09 04:03:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.017519 10.0.0.56 - - [2025-10-09 04:03:11] "GET /security-group/1dda0ee2-e414-4b33-9b80-e77ad481e31a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1316 0.018258 10.0.0.56 - - [2025-10-09 04:03:11] "DELETE /floating-ip/1bb5ec2b-120f-42b2-a1f7-16b87cd50c51 HTTP/1.1" 200 115 0.074630 10.0.0.56 - - [2025-10-09 04:03:11] "GET /virtual-machine/257dfa38-c882-44e8-9272-9505a36138be HTTP/1.1" 200 1292 0.020740 10.0.0.56 - - [2025-10-09 04:03:12] "POST /neutron/port HTTP/1.1" 200 1129 0.018822 10.0.0.56 - - [2025-10-09 04:03:13] "GET /virtual-machine/257dfa38-c882-44e8-9272-9505a36138be HTTP/1.1" 404 171 0.016209 10.0.0.56 - - [2025-10-09 04:03:13] "GET /virtual-machine/257dfa38-c882-44e8-9272-9505a36138be HTTP/1.1" 404 171 0.011734 10.0.0.56 - - [2025-10-09 04:03:13] "GET /virtual-machine/257dfa38-c882-44e8-9272-9505a36138be HTTP/1.1" 404 171 0.014195 10.0.0.56 - - [2025-10-09 04:03:14] "POST /fqname-to-id HTTP/1.1" 403 354 0.018067 10.0.0.56 - - [2025-10-09 04:03:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.002845 10.0.0.56 - - [2025-10-09 04:03:14] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004112 10.0.0.56 - - [2025-10-09 04:03:14] "GET /virtual-networks?parent_id=8412cff6-59d2-4bab-9173-831f2ef7e2e8&detail=False&count=False&shared=False HTTP/1.1" 200 611 0.021969 10.0.0.56 - - [2025-10-09 04:03:14] "GET /virtual-network/1cf2af6c-fd89-4ebb-9655-b27e5ddb0c2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2122 0.019142 10.0.0.56 - - [2025-10-09 04:03:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.014009 10.0.0.56 - - [2025-10-09 04:03:14] "GET /routing-instance/8776086d-3c21-4fe8-ad50-9847bd193fc5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.020104 10.0.0.56 - - [2025-10-09 04:03:14] "GET /obj-perms HTTP/1.1" 403 257 0.012693 10.0.0.56 - - [2025-10-09 04:03:14] "GET /obj-perms HTTP/1.1" 200 5030 0.003830 10.0.0.56 - - [2025-10-09 04:03:17] "GET /obj-perms HTTP/1.1" 200 5030 0.004801 10.0.0.56 - - [2025-10-09 04:03:23] "GET /obj-perms HTTP/1.1" 200 5030 0.004094 10.0.0.56 - - [2025-10-09 04:03:27] "GET /obj-perms HTTP/1.1" 200 5030 0.004132 10.0.0.56 - - [2025-10-09 04:03:31] "GET /obj-perms HTTP/1.1" 200 5056 0.049989 10.0.0.56 - - [2025-10-09 04:03:36] "GET /obj-perms HTTP/1.1" 200 5030 0.004148 10.0.0.56 - - [2025-10-09 04:03:39] "GET /obj-perms HTTP/1.1" 200 5030 0.005235 10.0.0.56 - - [2025-10-09 04:03:39] "POST /neutron/security_group HTTP/1.1" 200 568 0.019966 10.0.0.56 - - [2025-10-09 04:03:39] "POST /fqname-to-id HTTP/1.1" 404 232 0.016160 10.0.0.41 - - [2025-10-09 04:03:40] "POST /useragent-kv HTTP/1.1" 200 115 0.003067 10.0.0.41 - - [2025-10-09 04:03:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003934 10.0.0.41 - - [2025-10-09 04:03:40] "POST /useragent-kv HTTP/1.1" 200 115 0.002150 10.0.0.56 - - [2025-10-09 04:03:40] "POST /neutron/network HTTP/1.1" 200 151 0.172326 10.0.0.56 - - [2025-10-09 04:03:40] "DELETE /api-access-list/a0ef418d-d709-42ab-9617-e5e3e2bd8794 HTTP/1.1" 200 115 0.038107 10.0.0.41 - - [2025-10-09 04:03:40] "DELETE /route-target/6082cbe4-a2a1-49b5-8a20-5aad0ef6ce97 HTTP/1.1" 200 115 0.027615 10.0.0.56 - - [2025-10-09 04:03:42] "GET /api-access-list/7e8f1b2e-6b6b-48a9-b925-b7351df1bca3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2410 0.006064 10.0.0.56 - - [2025-10-09 04:03:42] "PUT /api-access-list/7e8f1b2e-6b6b-48a9-b925-b7351df1bca3 HTTP/1.1" 200 264 0.012722 10.0.0.41 - - [2025-10-09 04:03:42] "GET /projects?obj_uuids=8412cff6-59d2-4bab-9173-831f2ef7e2e8&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001175 10.0.0.56 - - [2025-10-09 04:03:42] "GET /project/8412cff6-59d2-4bab-9173-831f2ef7e2e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.041555 10.0.0.41 - - [2025-10-09 04:03:42] "GET /projects?obj_uuids=8412cff6-59d2-4bab-9173-831f2ef7e2e8&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001145 10.0.0.56 - - [2025-10-09 04:03:42] "GET /project/8412cff6-59d2-4bab-9173-831f2ef7e2e8?fields=virtual_networks HTTP/1.1" 200 1032 0.052899 10.0.0.41 - - [2025-10-09 04:03:42] "GET /projects?obj_uuids=8412cff6-59d2-4bab-9173-831f2ef7e2e8&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001216 10.0.0.56 - - [2025-10-09 04:03:42] "GET /project/8412cff6-59d2-4bab-9173-831f2ef7e2e8?fields=virtual_machine_interfaces HTTP/1.1" 200 1032 0.060421 10.0.0.41 - - [2025-10-09 04:03:42] "GET /projects?obj_uuids=8412cff6-59d2-4bab-9173-831f2ef7e2e8&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001029 10.0.0.56 - - [2025-10-09 04:03:43] "GET /project/8412cff6-59d2-4bab-9173-831f2ef7e2e8?fields=security_groups HTTP/1.1" 200 1258 0.044368 10.0.0.41 - - [2025-10-09 04:03:43] "GET /projects?obj_uuids=6fc6865b-fcb3-4e6d-866a-bc5df3d6cac2&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.002199 10.0.0.56 - - [2025-10-09 04:03:43] "GET /project/6fc6865b-fcb3-4e6d-866a-bc5df3d6cac2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1270 0.054034 [Introspect:8084]10.0.0.56 - - [2025-10-09 04:03:45] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3156 0.001202 10.0.0.56 - - [2025-10-09 04:03:47] "POST /fqname-to-id HTTP/1.1" 404 189 0.028063 10.0.0.41 - - [2025-10-09 04:03:47] "GET /projects?obj_uuids=ddd31dbd-59ed-4838-b489-fb143860cdbe&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003777 10.0.0.41 - - [2025-10-09 04:03:47] "GET /domains?obj_uuids=7ed77c0b-e642-4c13-a404-7756503cf17d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001401 10.0.0.41 - - [2025-10-09 04:03:47] "GET /domain/7ed77c0b-e642-4c13-a404-7756503cf17d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.009106 10.0.0.41 - - [2025-10-09 04:03:47] "POST /id-to-fqname HTTP/1.1" 200 191 0.005419 10.0.0.41 - - [2025-10-09 04:03:47] "POST /fqname-to-id HTTP/1.1" 404 200 0.011227 10.0.0.41 - - [2025-10-09 04:03:47] "POST /security-groups HTTP/1.1" 200 592 0.036024 10.0.0.41 - - [2025-10-09 04:03:47] "POST /projects HTTP/1.1" 200 587 0.252905 10.0.0.41 - - [2025-10-09 04:03:47] "POST /fqname-to-id HTTP/1.1" 404 234 0.006802 10.0.0.41 - - [2025-10-09 04:03:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.326683 10.0.0.56 - - [2025-10-09 04:03:47] "GET /project/ddd31dbd-59ed-4838-b489-fb143860cdbe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.474505 10.0.0.56 - - [2025-10-09 04:03:48] "GET / HTTP/1.1" 200 35931 0.001738 10.0.0.56 - - [2025-10-09 04:03:50] "POST /fqname-to-id HTTP/1.1" 401 292 0.000539 10.0.0.56 - - [2025-10-09 04:03:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.060989 10.0.0.41 - - [2025-10-09 04:03:51] "GET /projects?obj_uuids=ddd31dbd-59ed-4838-b489-fb143860cdbe&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000997 10.0.0.56 - - [2025-10-09 04:03:51] "GET /project/ddd31dbd-59ed-4838-b489-fb143860cdbe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.043474 10.0.0.56 - - [2025-10-09 04:03:51] "POST /neutron/network HTTP/1.1" 200 117 0.034235 10.0.0.41 - - [2025-10-09 04:03:51] "POST /ref-update HTTP/1.1" 200 156 0.026177 10.0.0.56 - - [2025-10-09 04:03:51] "POST /neutron/network HTTP/1.1" 200 825 0.008679 10.0.0.56 - - [2025-10-09 04:03:51] "POST /id-to-fqname HTTP/1.1" 200 222 0.001165 10.0.0.56 - - [2025-10-09 04:03:51] "GET /virtual-network/dc395d83-508a-4cce-a414-9710519ee783?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.005155 10.0.0.56 - - [2025-10-09 04:03:51] "GET /virtual-network/dc395d83-508a-4cce-a414-9710519ee783?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.005791 10.0.0.56 - - [2025-10-09 04:03:51] "POST /neutron/subnet HTTP/1.1" 200 716 0.009653 10.0.0.56 - - [2025-10-09 04:03:52] "GET /virtual-network/dc395d83-508a-4cce-a414-9710519ee783?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.008513 10.0.0.56 - - [2025-10-09 04:03:52] "GET /obj-perms HTTP/1.1" 200 5032 0.055257 10.0.0.41 - - [2025-10-09 04:03:53] "GET /obj-perms HTTP/1.1" 200 5032 0.054228 10.0.0.56 - - [2025-10-09 04:03:53] "POST /id-to-fqname HTTP/1.1" 200 222 0.001406 10.0.0.41 - - [2025-10-09 04:03:54] "GET /projects?obj_uuids=ddd31dbd-59ed-4838-b489-fb143860cdbe&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001858 10.0.0.56 - - [2025-10-09 04:03:54] "GET /project/ddd31dbd-59ed-4838-b489-fb143860cdbe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.077964 10.0.0.56 - - [2025-10-09 04:03:54] "POST /neutron/port HTTP/1.1" 200 117 0.007348 10.0.0.56 - - [2025-10-09 04:03:54] "POST /id-to-fqname HTTP/1.1" 200 222 0.001610 10.0.0.56 - - [2025-10-09 04:03:54] "POST /neutron/network HTTP/1.1" 200 835 0.008962 10.0.0.56 - - [2025-10-09 04:03:55] "POST /neutron/port HTTP/1.1" 200 1059 0.042936 10.0.0.41 - - [2025-10-09 04:03:55] "GET /projects?obj_uuids=ddd31dbd-59ed-4838-b489-fb143860cdbe&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001152 10.0.0.56 - - [2025-10-09 04:03:55] "GET /project/ddd31dbd-59ed-4838-b489-fb143860cdbe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.114407 10.0.0.56 - - [2025-10-09 04:03:55] "POST /neutron/port HTTP/1.1" 200 1087 0.022279 10.0.0.56 - - [2025-10-09 04:03:55] "POST /neutron/subnet HTTP/1.1" 200 690 0.010064 10.0.0.56 - - [2025-10-09 04:03:55] "POST /neutron/port HTTP/1.1" 200 1087 0.029377 10.0.0.56 - - [2025-10-09 04:03:56] "POST /neutron/port HTTP/1.1" 200 1087 0.023354 10.0.0.41 - - [2025-10-09 04:03:56] "GET /projects?obj_uuids=ddd31dbd-59ed-4838-b489-fb143860cdbe&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001561 10.0.0.56 - - [2025-10-09 04:03:56] "POST /neutron/port HTTP/1.1" 200 1059 0.351929 10.0.0.56 - - [2025-10-09 04:03:56] "POST /neutron/port HTTP/1.1" 200 1113 0.148424 10.0.0.56 - - [2025-10-09 04:03:57] "POST /neutron/subnet HTTP/1.1" 200 690 0.032003 10.0.0.56 - - [2025-10-09 04:04:01] "POST /neutron/port HTTP/1.1" 200 1087 0.017589 10.0.0.56 - - [2025-10-09 04:04:01] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008117 10.0.0.56 - - [2025-10-09 04:04:01] "GET /virtual-machine/7558687f-92af-446c-8dc6-f444c2ef4e84 HTTP/1.1" 401 292 0.000608 10.0.0.56 - - [2025-10-09 04:04:01] "GET /virtual-machine/7558687f-92af-446c-8dc6-f444c2ef4e84 HTTP/1.1" 200 1293 0.037615 10.0.0.56 - - [2025-10-09 04:04:01] "GET /virtual-machine-interface/76e96bde-bda5-48ba-83f2-dd14afefd4ba HTTP/1.1" 200 2948 0.007910 10.0.0.56 - - [2025-10-09 04:04:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003496 10.0.0.56 - - [2025-10-09 04:04:01] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003920 10.0.0.56 - - [2025-10-09 04:04:01] "GET /virtual-networks?parent_id=ddd31dbd-59ed-4838-b489-fb143860cdbe&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003247 10.0.0.56 - - [2025-10-09 04:04:01] "GET /virtual-network/dc395d83-508a-4cce-a414-9710519ee783?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.006683 10.0.0.56 - - [2025-10-09 04:04:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004214 10.0.0.56 - - [2025-10-09 04:04:05] "GET /virtual-network/dc395d83-508a-4cce-a414-9710519ee783?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.006199 10.0.0.56 - - [2025-10-09 04:04:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003714 10.0.0.56 - - [2025-10-09 04:04:09] "GET /virtual-network/dc395d83-508a-4cce-a414-9710519ee783?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.006747 10.0.0.56 - - [2025-10-09 04:04:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003974 10.0.0.56 - - [2025-10-09 04:04:13] "GET /virtual-network/dc395d83-508a-4cce-a414-9710519ee783?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.009424 10.0.0.56 - - [2025-10-09 04:04:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.005282 10.0.0.56 - - [2025-10-09 04:04:17] "GET /virtual-network/dc395d83-508a-4cce-a414-9710519ee783?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.006959 10.0.0.56 - - [2025-10-09 04:04:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004398 10.0.0.56 - - [2025-10-09 04:04:21] "GET /virtual-network/dc395d83-508a-4cce-a414-9710519ee783?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.005733 10.0.0.56 - - [2025-10-09 04:04:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003826 10.0.0.56 - - [2025-10-09 04:04:25] "GET /virtual-network/dc395d83-508a-4cce-a414-9710519ee783?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.005755 10.0.0.41 - - [2025-10-09 04:04:28] "DELETE /project/ddd31dbd59ed4838b489fb143860cdbe HTTP/1.1" 404 173 0.050956 10.0.0.41 - - [2025-10-09 04:04:28] "DELETE /project/8412cff6-59d2-4bab-9173-831f2ef7e2e8 HTTP/1.1" 404 177 0.108465 10.0.0.56 - - [2025-10-09 04:04:29] "POST /neutron/port HTTP/1.1" 200 1087 0.016496 10.0.0.56 - - [2025-10-09 04:04:29] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004311 10.0.0.56 - - [2025-10-09 04:04:29] "POST /neutron/network HTTP/1.1" 200 825 0.007768 10.0.0.56 - - [2025-10-09 04:04:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003822 10.0.0.56 - - [2025-10-09 04:04:29] "GET /virtual-network/dc395d83-508a-4cce-a414-9710519ee783?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.005384 10.0.0.56 - - [2025-10-09 04:04:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.005037 10.0.0.56 - - [2025-10-09 04:04:31] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004263 10.0.0.56 - - [2025-10-09 04:04:31] "GET /virtual-networks?parent_id=ddd31dbd-59ed-4838-b489-fb143860cdbe&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.005120 10.0.0.56 - - [2025-10-09 04:04:31] "GET /virtual-network/dc395d83-508a-4cce-a414-9710519ee783?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.006169 10.0.0.19 - - [2025-10-09 04:04:32] "GET /obj-perms HTTP/1.1" 200 5056 0.093208 10.0.0.56 - - [2025-10-09 04:04:35] "POST /neutron/port HTTP/1.1" 200 1087 0.015613 10.0.0.56 - - [2025-10-09 04:04:35] "POST /neutron/floatingip HTTP/1.1" 200 117 0.007219 10.0.0.56 - - [2025-10-09 04:04:35] "POST /neutron/network HTTP/1.1" 200 825 0.007055 10.0.0.56 - - [2025-10-09 04:04:41] "POST /neutron/port HTTP/1.1" 200 1087 0.015785 10.0.0.56 - - [2025-10-09 04:04:42] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007475 10.0.0.56 - - [2025-10-09 04:04:47] "POST /neutron/port HTTP/1.1" 200 1087 0.015714 10.0.0.56 - - [2025-10-09 04:04:52] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007829 10.0.0.56 - - [2025-10-09 04:04:52] "POST /neutron/port HTTP/1.1" 200 1087 0.017799 10.0.0.56 - - [2025-10-09 04:04:52] "GET /virtual-machine/411ad6b3-a503-421d-8b47-94c8f3c1b64e HTTP/1.1" 200 1293 0.006245 10.0.0.56 - - [2025-10-09 04:04:52] "GET /virtual-machine-interface/3193c864-ad91-4bbd-b126-3e14b3e409fa HTTP/1.1" 200 2949 0.006071 10.0.0.56 - - [2025-10-09 04:04:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003473 10.0.0.56 - - [2025-10-09 04:04:52] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003787 10.0.0.56 - - [2025-10-09 04:04:52] "GET /virtual-networks?parent_id=ddd31dbd-59ed-4838-b489-fb143860cdbe&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003165 10.0.0.56 - - [2025-10-09 04:04:53] "GET /virtual-network/dc395d83-508a-4cce-a414-9710519ee783?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.005935 10.0.0.56 - - [2025-10-09 04:04:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004327 10.0.0.56 - - [2025-10-09 04:04:54] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004246 10.0.0.56 - - [2025-10-09 04:04:54] "GET /virtual-networks?parent_id=ddd31dbd-59ed-4838-b489-fb143860cdbe&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003084 10.0.0.56 - - [2025-10-09 04:04:54] "GET /virtual-network/dc395d83-508a-4cce-a414-9710519ee783?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.006174 10.0.0.56 - - [2025-10-09 04:04:54] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008818 10.0.0.56 - - [2025-10-09 04:05:29] "POST /neutron/network HTTP/1.1" 200 835 0.006973 10.0.0.56 - - [2025-10-09 04:05:29] "POST /neutron/port HTTP/1.1" 200 117 0.001271 10.0.0.56 - - [2025-10-09 04:05:37] "POST /neutron/port HTTP/1.1" 200 1087 0.048138 10.0.0.56 - - [2025-10-09 04:05:37] "POST /neutron/subnet HTTP/1.1" 200 690 0.008799 10.0.0.56 - - [2025-10-09 04:06:29] "POST /neutron/port HTTP/1.1" 200 1087 0.015434 10.0.0.56 - - [2025-10-09 04:06:29] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004060 10.0.0.56 - - [2025-10-09 04:06:29] "POST /neutron/network HTTP/1.1" 200 825 0.007049 10.0.0.56 - - [2025-10-09 04:06:38] "POST /neutron/network HTTP/1.1" 200 835 0.010171 10.0.0.56 - - [2025-10-09 04:06:38] "POST /neutron/port HTTP/1.1" 200 117 0.001807 10.0.0.56 - - [2025-10-09 04:06:42] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007771 10.0.0.56 - - [2025-10-09 04:06:42] "GET /virtual-machine/7558687f-92af-446c-8dc6-f444c2ef4e84 HTTP/1.1" 200 1293 0.004298 10.0.0.56 - - [2025-10-09 04:06:42] "GET /virtual-machine-interface/76e96bde-bda5-48ba-83f2-dd14afefd4ba HTTP/1.1" 200 2948 0.006820 10.0.0.56 - - [2025-10-09 04:06:42] "GET /virtual-machine/7558687f-92af-446c-8dc6-f444c2ef4e84 HTTP/1.1" 200 1293 0.003962 10.0.0.56 - - [2025-10-09 04:06:42] "GET /virtual-machine-interface/76e96bde-bda5-48ba-83f2-dd14afefd4ba HTTP/1.1" 200 2948 0.007923 10.0.0.56 - - [2025-10-09 04:06:42] "GET /instance-ip/faaf6628-ab79-4b64-a76a-74dce4204b29 HTTP/1.1" 200 1622 0.009750 10.0.0.56 - - [2025-10-09 04:06:42] "GET /virtual-machine/7558687f-92af-446c-8dc6-f444c2ef4e84 HTTP/1.1" 200 1293 0.004024 10.0.0.56 - - [2025-10-09 04:06:42] "GET /virtual-machine-interface/76e96bde-bda5-48ba-83f2-dd14afefd4ba HTTP/1.1" 200 2948 0.005748 10.0.0.56 - - [2025-10-09 04:06:42] "GET /instance-ip/faaf6628-ab79-4b64-a76a-74dce4204b29 HTTP/1.1" 200 1622 0.003967 10.0.0.56 - - [2025-10-09 04:06:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003734 10.0.0.56 - - [2025-10-09 04:06:42] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003670 10.0.0.56 - - [2025-10-09 04:06:42] "GET /virtual-networks?parent_id=ddd31dbd-59ed-4838-b489-fb143860cdbe&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.002997 10.0.0.56 - - [2025-10-09 04:06:42] "GET /virtual-network/dc395d83-508a-4cce-a414-9710519ee783?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.006049 10.0.0.56 - - [2025-10-09 04:06:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003504 10.0.0.56 - - [2025-10-09 04:06:42] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004868 10.0.0.56 - - [2025-10-09 04:06:42] "GET /virtual-networks?parent_id=ddd31dbd-59ed-4838-b489-fb143860cdbe&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.002927 10.0.0.56 - - [2025-10-09 04:06:42] "GET /virtual-network/dc395d83-508a-4cce-a414-9710519ee783?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.006279 10.0.0.56 - - [2025-10-09 04:06:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003402 10.0.0.56 - - [2025-10-09 04:06:42] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004298 10.0.0.56 - - [2025-10-09 04:06:42] "GET /virtual-networks?parent_id=ddd31dbd-59ed-4838-b489-fb143860cdbe&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003085 10.0.0.56 - - [2025-10-09 04:06:42] "GET /virtual-network/dc395d83-508a-4cce-a414-9710519ee783?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.005975 10.0.0.56 - - [2025-10-09 04:06:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003406 10.0.0.56 - - [2025-10-09 04:06:42] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004260 10.0.0.56 - - [2025-10-09 04:06:42] "GET /virtual-networks?parent_id=ddd31dbd-59ed-4838-b489-fb143860cdbe&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.002710 10.0.0.56 - - [2025-10-09 04:06:42] "GET /virtual-network/dc395d83-508a-4cce-a414-9710519ee783?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.006511 10.0.0.56 - - [2025-10-09 04:06:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004352 10.0.0.56 - - [2025-10-09 04:06:42] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004833 10.0.0.56 - - [2025-10-09 04:06:42] "GET /virtual-networks?parent_id=ddd31dbd-59ed-4838-b489-fb143860cdbe&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.008452 10.0.0.56 - - [2025-10-09 04:06:42] "GET /virtual-network/dc395d83-508a-4cce-a414-9710519ee783?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.005911 10.0.0.56 - - [2025-10-09 04:06:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003406 10.0.0.56 - - [2025-10-09 04:06:42] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004645 10.0.0.56 - - [2025-10-09 04:06:42] "GET /virtual-networks?parent_id=ddd31dbd-59ed-4838-b489-fb143860cdbe&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003507 10.0.0.56 - - [2025-10-09 04:06:42] "GET /virtual-network/dc395d83-508a-4cce-a414-9710519ee783?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.005740 10.0.0.56 - - [2025-10-09 04:06:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003784 10.0.0.56 - - [2025-10-09 04:06:42] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004516 10.0.0.56 - - [2025-10-09 04:06:42] "GET /virtual-networks?parent_id=ddd31dbd-59ed-4838-b489-fb143860cdbe&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003016 10.0.0.56 - - [2025-10-09 04:06:43] "GET /virtual-network/dc395d83-508a-4cce-a414-9710519ee783?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.006080 10.0.0.56 - - [2025-10-09 04:06:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.004008 10.0.0.56 - - [2025-10-09 04:06:43] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.008705 10.0.0.56 - - [2025-10-09 04:06:43] "GET /virtual-networks?parent_id=ddd31dbd-59ed-4838-b489-fb143860cdbe&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.002824 10.0.0.56 - - [2025-10-09 04:06:43] "GET /virtual-network/dc395d83-508a-4cce-a414-9710519ee783?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.007834 10.0.0.56 - - [2025-10-09 04:06:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.002840 10.0.0.56 - - [2025-10-09 04:06:43] "GET /routing-instance/c032a09c-130c-454f-a94f-eb42210cb24e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1481 0.004462 10.0.0.56 - - [2025-10-09 04:06:43] "GET /route-target/85d51c16-4ba2-4b75-baf2-686bf4011a4b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004233 10.0.0.56 - - [2025-10-09 04:06:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003528 10.0.0.56 - - [2025-10-09 04:06:43] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003823 10.0.0.56 - - [2025-10-09 04:06:43] "GET /virtual-networks?parent_id=ddd31dbd-59ed-4838-b489-fb143860cdbe&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003073 10.0.0.56 - - [2025-10-09 04:06:43] "GET /virtual-network/dc395d83-508a-4cce-a414-9710519ee783?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.006572 10.0.0.56 - - [2025-10-09 04:06:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003206 10.0.0.56 - - [2025-10-09 04:06:43] "GET /routing-instance/c032a09c-130c-454f-a94f-eb42210cb24e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1481 0.005228 10.0.0.56 - - [2025-10-09 04:06:43] "GET /route-target/85d51c16-4ba2-4b75-baf2-686bf4011a4b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004036 10.0.0.56 - - [2025-10-09 04:06:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.005086 10.0.0.56 - - [2025-10-09 04:06:43] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004769 10.0.0.56 - - [2025-10-09 04:06:43] "GET /virtual-networks?parent_id=ddd31dbd-59ed-4838-b489-fb143860cdbe&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003039 10.0.0.56 - - [2025-10-09 04:06:43] "GET /virtual-network/dc395d83-508a-4cce-a414-9710519ee783?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.005982 10.0.0.56 - - [2025-10-09 04:06:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003689 10.0.0.56 - - [2025-10-09 04:06:43] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004695 10.0.0.56 - - [2025-10-09 04:06:43] "GET /virtual-networks?parent_id=ddd31dbd-59ed-4838-b489-fb143860cdbe&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003049 10.0.0.56 - - [2025-10-09 04:06:43] "GET /virtual-network/dc395d83-508a-4cce-a414-9710519ee783?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.006041 10.0.0.56 - - [2025-10-09 04:06:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003763 10.0.0.56 - - [2025-10-09 04:06:44] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004770 10.0.0.56 - - [2025-10-09 04:06:44] "GET /virtual-networks?parent_id=ddd31dbd-59ed-4838-b489-fb143860cdbe&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003215 10.0.0.56 - - [2025-10-09 04:06:44] "GET /virtual-network/dc395d83-508a-4cce-a414-9710519ee783?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.006015 10.0.0.41 - - [2025-10-09 04:06:44] "GET /obj-perms HTTP/1.1" 200 5032 0.004378 10.0.0.56 - - [2025-10-09 04:06:44] "GET /obj-perms HTTP/1.1" 200 5032 0.005235 10.0.0.56 - - [2025-10-09 04:06:44] "GET /obj-perms HTTP/1.1" 200 5032 0.005188 10.0.0.56 - - [2025-10-09 04:06:44] "GET /obj-perms HTTP/1.1" 200 5032 0.005165 10.0.0.41 - - [2025-10-09 04:06:44] "GET /obj-perms HTTP/1.1" 200 5032 0.003908 10.0.0.56 - - [2025-10-09 04:06:44] "GET /virtual-machine/411ad6b3-a503-421d-8b47-94c8f3c1b64e HTTP/1.1" 200 1293 0.004269 10.0.0.56 - - [2025-10-09 04:06:44] "GET /virtual-machine-interface/3193c864-ad91-4bbd-b126-3e14b3e409fa HTTP/1.1" 200 2949 0.005307 10.0.0.56 - - [2025-10-09 04:06:44] "GET /virtual-machine/411ad6b3-a503-421d-8b47-94c8f3c1b64e HTTP/1.1" 200 1293 0.003839 10.0.0.56 - - [2025-10-09 04:06:44] "GET /virtual-machine-interface/3193c864-ad91-4bbd-b126-3e14b3e409fa HTTP/1.1" 200 2949 0.004691 10.0.0.56 - - [2025-10-09 04:06:44] "GET /instance-ip/8354ce1d-8b8e-41bd-a4a0-7cab9af05044 HTTP/1.1" 200 1621 0.005679 10.0.0.56 - - [2025-10-09 04:06:44] "GET /virtual-machine/411ad6b3-a503-421d-8b47-94c8f3c1b64e HTTP/1.1" 200 1293 0.003206 10.0.0.56 - - [2025-10-09 04:06:44] "GET /virtual-machine-interface/3193c864-ad91-4bbd-b126-3e14b3e409fa HTTP/1.1" 200 2949 0.004884 10.0.0.56 - - [2025-10-09 04:06:44] "GET /instance-ip/8354ce1d-8b8e-41bd-a4a0-7cab9af05044 HTTP/1.1" 200 1621 0.003980 10.0.0.56 - - [2025-10-09 04:06:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.002936 10.0.0.56 - - [2025-10-09 04:06:44] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003374 10.0.0.56 - - [2025-10-09 04:06:44] "GET /virtual-networks?parent_id=ddd31dbd-59ed-4838-b489-fb143860cdbe&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003007 10.0.0.56 - - [2025-10-09 04:06:44] "GET /virtual-network/dc395d83-508a-4cce-a414-9710519ee783?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.006060 10.0.0.56 - - [2025-10-09 04:06:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003607 10.0.0.56 - - [2025-10-09 04:06:44] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004389 10.0.0.56 - - [2025-10-09 04:06:44] "GET /virtual-networks?parent_id=ddd31dbd-59ed-4838-b489-fb143860cdbe&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.002973 10.0.0.56 - - [2025-10-09 04:06:45] "GET /virtual-network/dc395d83-508a-4cce-a414-9710519ee783?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.006127 10.0.0.56 - - [2025-10-09 04:06:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003499 10.0.0.56 - - [2025-10-09 04:06:45] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004429 10.0.0.56 - - [2025-10-09 04:06:45] "GET /virtual-networks?parent_id=ddd31dbd-59ed-4838-b489-fb143860cdbe&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003724 10.0.0.56 - - [2025-10-09 04:06:45] "GET /virtual-network/dc395d83-508a-4cce-a414-9710519ee783?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.006211 10.0.0.56 - - [2025-10-09 04:06:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003934 10.0.0.56 - - [2025-10-09 04:06:45] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004400 10.0.0.56 - - [2025-10-09 04:06:45] "GET /virtual-networks?parent_id=ddd31dbd-59ed-4838-b489-fb143860cdbe&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003332 10.0.0.56 - - [2025-10-09 04:06:45] "GET /virtual-network/dc395d83-508a-4cce-a414-9710519ee783?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.005659 10.0.0.56 - - [2025-10-09 04:06:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003316 10.0.0.56 - - [2025-10-09 04:06:45] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004611 10.0.0.56 - - [2025-10-09 04:06:45] "GET /virtual-networks?parent_id=ddd31dbd-59ed-4838-b489-fb143860cdbe&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003073 10.0.0.56 - - [2025-10-09 04:06:45] "GET /virtual-network/dc395d83-508a-4cce-a414-9710519ee783?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.006507 10.0.0.56 - - [2025-10-09 04:06:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003386 10.0.0.56 - - [2025-10-09 04:06:45] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004573 10.0.0.56 - - [2025-10-09 04:06:45] "GET /virtual-networks?parent_id=ddd31dbd-59ed-4838-b489-fb143860cdbe&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003041 10.0.0.56 - - [2025-10-09 04:06:45] "GET /virtual-network/dc395d83-508a-4cce-a414-9710519ee783?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.006064 10.0.0.56 - - [2025-10-09 04:06:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003527 10.0.0.56 - - [2025-10-09 04:06:45] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004325 10.0.0.56 - - [2025-10-09 04:06:45] "GET /virtual-networks?parent_id=ddd31dbd-59ed-4838-b489-fb143860cdbe&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003241 10.0.0.56 - - [2025-10-09 04:06:45] "GET /virtual-network/dc395d83-508a-4cce-a414-9710519ee783?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.006083 10.0.0.56 - - [2025-10-09 04:06:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003868 10.0.0.56 - - [2025-10-09 04:06:45] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003908 10.0.0.56 - - [2025-10-09 04:06:45] "GET /virtual-networks?parent_id=ddd31dbd-59ed-4838-b489-fb143860cdbe&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003162 10.0.0.56 - - [2025-10-09 04:06:46] "GET /virtual-network/dc395d83-508a-4cce-a414-9710519ee783?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.006555 10.0.0.56 - - [2025-10-09 04:06:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003483 10.0.0.56 - - [2025-10-09 04:06:46] "GET /routing-instance/c032a09c-130c-454f-a94f-eb42210cb24e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1481 0.004478 10.0.0.56 - - [2025-10-09 04:06:46] "GET /route-target/85d51c16-4ba2-4b75-baf2-686bf4011a4b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004808 10.0.0.56 - - [2025-10-09 04:06:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003697 10.0.0.56 - - [2025-10-09 04:06:46] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004196 10.0.0.56 - - [2025-10-09 04:06:46] "GET /virtual-networks?parent_id=ddd31dbd-59ed-4838-b489-fb143860cdbe&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003503 10.0.0.56 - - [2025-10-09 04:06:46] "GET /virtual-network/dc395d83-508a-4cce-a414-9710519ee783?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.006068 10.0.0.56 - - [2025-10-09 04:06:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003333 10.0.0.56 - - [2025-10-09 04:06:46] "GET /routing-instance/c032a09c-130c-454f-a94f-eb42210cb24e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1481 0.004938 10.0.0.56 - - [2025-10-09 04:06:46] "GET /route-target/85d51c16-4ba2-4b75-baf2-686bf4011a4b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004218 10.0.0.56 - - [2025-10-09 04:06:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003640 10.0.0.56 - - [2025-10-09 04:06:46] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004562 10.0.0.56 - - [2025-10-09 04:06:46] "GET /virtual-networks?parent_id=ddd31dbd-59ed-4838-b489-fb143860cdbe&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003495 10.0.0.56 - - [2025-10-09 04:06:46] "GET /virtual-network/dc395d83-508a-4cce-a414-9710519ee783?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.006076 10.0.0.56 - - [2025-10-09 04:06:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003555 10.0.0.56 - - [2025-10-09 04:06:46] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004845 10.0.0.56 - - [2025-10-09 04:06:46] "GET /virtual-networks?parent_id=ddd31dbd-59ed-4838-b489-fb143860cdbe&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003492 10.0.0.56 - - [2025-10-09 04:06:46] "GET /virtual-network/dc395d83-508a-4cce-a414-9710519ee783?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.006197 10.0.0.56 - - [2025-10-09 04:06:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003401 10.0.0.56 - - [2025-10-09 04:06:46] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004128 10.0.0.56 - - [2025-10-09 04:06:46] "GET /virtual-networks?parent_id=ddd31dbd-59ed-4838-b489-fb143860cdbe&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003102 10.0.0.56 - - [2025-10-09 04:06:46] "GET /virtual-network/dc395d83-508a-4cce-a414-9710519ee783?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.006032 10.0.0.56 - - [2025-10-09 04:06:46] "GET /obj-perms HTTP/1.1" 200 5032 0.003783 10.0.0.56 - - [2025-10-09 04:06:46] "GET /obj-perms HTTP/1.1" 200 5032 0.004368 10.0.0.41 - - [2025-10-09 04:06:46] "GET /obj-perms HTTP/1.1" 200 5032 0.004291 10.0.0.19 - - [2025-10-09 04:06:47] "GET /obj-perms HTTP/1.1" 200 5032 0.049993 10.0.0.56 - - [2025-10-09 04:06:47] "GET /obj-perms HTTP/1.1" 200 5032 0.003988 10.0.0.56 - - [2025-10-09 04:06:52] "GET /virtual-machine/411ad6b3-a503-421d-8b47-94c8f3c1b64e HTTP/1.1" 200 1293 0.004492 10.0.0.56 - - [2025-10-09 04:06:52] "POST /neutron/port HTTP/1.1" 200 1087 0.016817 10.0.0.56 - - [2025-10-09 04:06:54] "GET /virtual-machine/411ad6b3-a503-421d-8b47-94c8f3c1b64e HTTP/1.1" 404 171 0.004266 10.0.0.56 - - [2025-10-09 04:06:54] "GET /virtual-machine/411ad6b3-a503-421d-8b47-94c8f3c1b64e HTTP/1.1" 404 171 0.003045 10.0.0.56 - - [2025-10-09 04:06:54] "GET /virtual-machine/411ad6b3-a503-421d-8b47-94c8f3c1b64e HTTP/1.1" 404 171 0.002896 10.0.0.56 - - [2025-10-09 04:06:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004014 10.0.0.56 - - [2025-10-09 04:06:54] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003627 10.0.0.56 - - [2025-10-09 04:06:54] "GET /virtual-networks?parent_id=ddd31dbd-59ed-4838-b489-fb143860cdbe&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.002946 10.0.0.56 - - [2025-10-09 04:06:54] "GET /virtual-network/dc395d83-508a-4cce-a414-9710519ee783?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.006804 10.0.0.56 - - [2025-10-09 04:06:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004123 10.0.0.56 - - [2025-10-09 04:06:54] "GET /routing-instance/c032a09c-130c-454f-a94f-eb42210cb24e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1481 0.004375 10.0.0.56 - - [2025-10-09 04:06:54] "GET /route-target/85d51c16-4ba2-4b75-baf2-686bf4011a4b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004509 10.0.0.19 - - [2025-10-09 04:06:54] "GET /obj-perms HTTP/1.1" 200 5032 0.004028 10.0.0.56 - - [2025-10-09 04:07:01] "GET /obj-perms HTTP/1.1" 200 5032 0.004281 10.0.0.19 - - [2025-10-09 04:07:01] "GET /obj-perms HTTP/1.1" 200 5032 0.004109 10.0.0.56 - - [2025-10-09 04:07:01] "GET /virtual-machine/7558687f-92af-446c-8dc6-f444c2ef4e84 HTTP/1.1" 200 1293 0.004957 10.0.0.56 - - [2025-10-09 04:07:01] "POST /neutron/port HTTP/1.1" 200 1087 0.016290 10.0.0.56 - - [2025-10-09 04:07:03] "GET /virtual-machine/7558687f-92af-446c-8dc6-f444c2ef4e84 HTTP/1.1" 404 171 0.003514 10.0.0.56 - - [2025-10-09 04:07:03] "GET /virtual-machine/7558687f-92af-446c-8dc6-f444c2ef4e84 HTTP/1.1" 404 171 0.003123 10.0.0.56 - - [2025-10-09 04:07:03] "GET /virtual-machine/7558687f-92af-446c-8dc6-f444c2ef4e84 HTTP/1.1" 404 171 0.003089 10.0.0.56 - - [2025-10-09 04:07:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003739 10.0.0.56 - - [2025-10-09 04:07:03] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003753 10.0.0.56 - - [2025-10-09 04:07:03] "GET /virtual-networks?parent_id=ddd31dbd-59ed-4838-b489-fb143860cdbe&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.004419 10.0.0.56 - - [2025-10-09 04:07:03] "GET /virtual-network/dc395d83-508a-4cce-a414-9710519ee783?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.006000 10.0.0.56 - - [2025-10-09 04:07:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003499 10.0.0.56 - - [2025-10-09 04:07:03] "GET /routing-instance/c032a09c-130c-454f-a94f-eb42210cb24e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1481 0.004939 10.0.0.56 - - [2025-10-09 04:07:03] "GET /route-target/85d51c16-4ba2-4b75-baf2-686bf4011a4b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004514 10.0.0.56 - - [2025-10-09 04:07:03] "GET /obj-perms HTTP/1.1" 200 5032 0.004429 10.0.0.56 - - [2025-10-09 04:07:06] "GET /obj-perms HTTP/1.1" 200 5032 0.004237 10.0.0.41 - - [2025-10-09 04:07:06] "GET /obj-perms HTTP/1.1" 200 5032 0.004157 10.0.0.56 - - [2025-10-09 04:07:06] "POST /neutron/network HTTP/1.1" 200 825 0.007694 10.0.0.41 - - [2025-10-09 04:07:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.039254 10.0.0.56 - - [2025-10-09 04:07:09] "POST /fqname-to-id HTTP/1.1" 404 200 0.004077 10.0.0.56 - - [2025-10-09 04:07:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.004181 10.0.0.41 - - [2025-10-09 04:07:09] "GET /projects?obj_uuids=ddd31dbd-59ed-4838-b489-fb143860cdbe&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.026029 10.0.0.56 - - [2025-10-09 04:07:10] "GET /project/ddd31dbd-59ed-4838-b489-fb143860cdbe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.071383 10.0.0.56 - - [2025-10-09 04:07:10] "POST /network-policys HTTP/1.1" 200 522 0.027278 10.0.0.56 - - [2025-10-09 04:07:10] "GET /network-policy/1ccf4b61-83a2-48fe-859a-7bf8e9386add?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2077 0.006611 10.0.0.56 - - [2025-10-09 04:07:10] "POST /fqname-to-id HTTP/1.1" 404 200 0.002784 10.0.0.56 - - [2025-10-09 04:07:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003728 10.0.0.41 - - [2025-10-09 04:07:10] "GET /projects?obj_uuids=ddd31dbd-59ed-4838-b489-fb143860cdbe&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001317 10.0.0.56 - - [2025-10-09 04:07:10] "GET /project/ddd31dbd-59ed-4838-b489-fb143860cdbe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.050433 10.0.0.56 - - [2025-10-09 04:07:10] "POST /network-policys HTTP/1.1" 200 522 0.032713 10.0.0.56 - - [2025-10-09 04:07:10] "GET /network-policy/b82b1567-7f29-48cb-9ab5-4dfcfe81f8ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2079 0.006327 10.0.0.56 - - [2025-10-09 04:07:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003240 10.0.0.41 - - [2025-10-09 04:07:10] "GET /projects?obj_uuids=ddd31dbd-59ed-4838-b489-fb143860cdbe&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001367 10.0.0.56 - - [2025-10-09 04:07:10] "GET /project/ddd31dbd-59ed-4838-b489-fb143860cdbe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.040137 10.0.0.56 - - [2025-10-09 04:07:10] "GET /virtual-networks?parent_id=ddd31dbd-59ed-4838-b489-fb143860cdbe&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.004297 10.0.0.56 - - [2025-10-09 04:07:10] "POST /virtual-networks HTTP/1.1" 200 546 0.088165 10.0.0.56 - - [2025-10-09 04:07:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003640 10.0.0.41 - - [2025-10-09 04:07:10] "POST /ref-update HTTP/1.1" 200 156 0.022161 10.0.0.56 - - [2025-10-09 04:07:10] "GET /network-ipam/9e69b2d9-b0a9-418d-836b-38606b0d2a06?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1043 0.003927 10.0.0.41 - - [2025-10-09 04:07:10] "POST /useragent-kv HTTP/1.1" 200 115 0.010451 10.0.0.56 - - [2025-10-09 04:07:10] "POST /ref-update HTTP/1.1" 200 156 0.077300 10.0.0.56 - - [2025-10-09 04:07:11] "POST /neutron/network HTTP/1.1" 200 809 0.010945 10.0.0.56 - - [2025-10-09 04:07:11] "GET /virtual-network/c120c74b-f7a9-43c4-ba22-f2fae121f47a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1933 0.005960 10.0.0.56 - - [2025-10-09 04:07:11] "GET /virtual-network/c120c74b-f7a9-43c4-ba22-f2fae121f47a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1933 0.006917 10.0.0.56 - - [2025-10-09 04:07:11] "GET /obj-perms HTTP/1.1" 200 5032 0.003974 10.0.0.56 - - [2025-10-09 04:07:11] "GET /virtual-network/c120c74b-f7a9-43c4-ba22-f2fae121f47a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1933 0.006031 10.0.0.56 - - [2025-10-09 04:07:11] "PUT /virtual-network/c120c74b-f7a9-43c4-ba22-f2fae121f47a HTTP/1.1" 200 264 0.051898 10.0.0.56 - - [2025-10-09 04:07:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003696 10.0.0.56 - - [2025-10-09 04:07:11] "GET /network-policy/1ccf4b61-83a2-48fe-859a-7bf8e9386add?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2077 0.004373 10.0.0.56 - - [2025-10-09 04:07:11] "POST /ref-update HTTP/1.1" 200 156 0.056760 10.0.0.56 - - [2025-10-09 04:07:11] "POST /neutron/network HTTP/1.1" 200 886 0.008203 10.0.0.56 - - [2025-10-09 04:07:11] "GET /virtual-network/c120c74b-f7a9-43c4-ba22-f2fae121f47a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.025298 10.0.0.56 - - [2025-10-09 04:07:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004160 10.0.0.56 - - [2025-10-09 04:07:11] "GET /network-policy/1ccf4b61-83a2-48fe-859a-7bf8e9386add?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2077 0.005830 10.0.0.56 - - [2025-10-09 04:07:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003176 10.0.0.41 - - [2025-10-09 04:07:12] "GET /projects?obj_uuids=ddd31dbd-59ed-4838-b489-fb143860cdbe&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001040 10.0.0.56 - - [2025-10-09 04:07:12] "GET /project/ddd31dbd-59ed-4838-b489-fb143860cdbe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.042763 10.0.0.56 - - [2025-10-09 04:07:12] "GET /virtual-networks?parent_id=ddd31dbd-59ed-4838-b489-fb143860cdbe&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003758 10.0.0.56 - - [2025-10-09 04:07:12] "POST /virtual-networks HTTP/1.1" 200 546 0.074522 10.0.0.56 - - [2025-10-09 04:07:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003490 10.0.0.41 - - [2025-10-09 04:07:12] "POST /route-targets HTTP/1.1" 200 327 0.013258 10.0.0.56 - - [2025-10-09 04:07:12] "GET /network-ipam/9e69b2d9-b0a9-418d-836b-38606b0d2a06?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1043 0.005903 10.0.0.41 - - [2025-10-09 04:07:12] "POST /useragent-kv HTTP/1.1" 200 115 0.007829 10.0.0.56 - - [2025-10-09 04:07:12] "POST /ref-update HTTP/1.1" 200 156 0.071887 10.0.0.56 - - [2025-10-09 04:07:12] "GET /virtual-network/0ae1c83d-1877-4e79-a789-0ff18dadfee5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1931 0.006170 10.0.0.56 - - [2025-10-09 04:07:12] "POST /neutron/network HTTP/1.1" 200 809 0.007436 10.0.0.56 - - [2025-10-09 04:07:12] "GET /virtual-network/0ae1c83d-1877-4e79-a789-0ff18dadfee5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1931 0.006502 10.0.0.19 - - [2025-10-09 04:07:12] "GET /obj-perms HTTP/1.1" 200 5032 0.003871 10.0.0.56 - - [2025-10-09 04:07:13] "GET /virtual-network/0ae1c83d-1877-4e79-a789-0ff18dadfee5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1931 0.006280 10.0.0.56 - - [2025-10-09 04:07:13] "PUT /virtual-network/0ae1c83d-1877-4e79-a789-0ff18dadfee5 HTTP/1.1" 200 264 0.051357 10.0.0.56 - - [2025-10-09 04:07:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003381 10.0.0.56 - - [2025-10-09 04:07:13] "GET /network-policy/b82b1567-7f29-48cb-9ab5-4dfcfe81f8ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2079 0.004333 10.0.0.56 - - [2025-10-09 04:07:13] "POST /ref-update HTTP/1.1" 200 156 0.067998 10.0.0.41 - - [2025-10-09 04:07:13] "POST /access-control-lists HTTP/1.1" 200 592 0.096418 10.0.0.56 - - [2025-10-09 04:07:13] "GET /virtual-network/0ae1c83d-1877-4e79-a789-0ff18dadfee5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2224 0.008301 10.0.0.56 - - [2025-10-09 04:07:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003454 10.0.0.56 - - [2025-10-09 04:07:13] "GET /network-policy/b82b1567-7f29-48cb-9ab5-4dfcfe81f8ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2079 0.004700 10.0.0.56 - - [2025-10-09 04:07:13] "POST /id-to-fqname HTTP/1.1" 200 222 0.001115 10.0.0.56 - - [2025-10-09 04:07:13] "POST /neutron/network HTTP/1.1" 200 896 0.006769 10.0.0.41 - - [2025-10-09 04:07:14] "GET /projects?obj_uuids=ddd31dbd-59ed-4838-b489-fb143860cdbe&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001994 10.0.0.56 - - [2025-10-09 04:07:14] "GET /project/ddd31dbd-59ed-4838-b489-fb143860cdbe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.078837 10.0.0.56 - - [2025-10-09 04:07:14] "POST /neutron/port HTTP/1.1" 200 117 0.007243 10.0.0.56 - - [2025-10-09 04:07:14] "POST /id-to-fqname HTTP/1.1" 200 222 0.001724 10.0.0.56 - - [2025-10-09 04:07:15] "POST /neutron/network HTTP/1.1" 200 896 0.007370 10.0.0.56 - - [2025-10-09 04:07:15] "POST /neutron/port HTTP/1.1" 200 1061 0.015497 10.0.0.41 - - [2025-10-09 04:07:15] "GET /projects?obj_uuids=ddd31dbd-59ed-4838-b489-fb143860cdbe&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.005288 10.0.0.56 - - [2025-10-09 04:07:15] "GET /project/ddd31dbd-59ed-4838-b489-fb143860cdbe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.123111 10.0.0.56 - - [2025-10-09 04:07:15] "POST /neutron/port HTTP/1.1" 200 1089 0.020525 10.0.0.56 - - [2025-10-09 04:07:15] "POST /neutron/port HTTP/1.1" 200 117 0.001251 10.0.0.56 - - [2025-10-09 04:07:16] "POST /neutron/security_group HTTP/1.1" 200 2059 0.009785 10.0.0.56 - - [2025-10-09 04:07:16] "POST /neutron/security_group HTTP/1.1" 200 2059 0.013517 10.0.0.41 - - [2025-10-09 04:07:16] "PUT /access-control-list/f5a40f80-03a8-4018-bbfd-f48c361a826c HTTP/1.1" 200 272 0.056471 10.0.0.56 - - [2025-10-09 04:07:16] "POST /neutron/port HTTP/1.1" 200 1061 0.019819 10.0.0.56 - - [2025-10-09 04:07:17] "POST /neutron/port HTTP/1.1" 200 1089 0.023573 10.0.0.56 - - [2025-10-09 04:07:17] "POST /neutron/port HTTP/1.1" 200 117 0.001221 10.0.0.56 - - [2025-10-09 04:07:21] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008062 10.0.0.56 - - [2025-10-09 04:07:21] "POST /neutron/port HTTP/1.1" 200 1089 0.015787 10.0.0.56 - - [2025-10-09 04:07:21] "GET /virtual-machine/4c5d17e6-cea5-4020-bb16-6f72cc21094b HTTP/1.1" 200 1293 0.005843 10.0.0.56 - - [2025-10-09 04:07:21] "GET /virtual-machine-interface/58d3a0b8-858b-4664-af3a-c344e10f7b3e HTTP/1.1" 200 2949 0.005462 10.0.0.56 - - [2025-10-09 04:07:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003221 10.0.0.56 - - [2025-10-09 04:07:21] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004998 10.0.0.56 - - [2025-10-09 04:07:21] "GET /virtual-networks?parent_id=ddd31dbd-59ed-4838-b489-fb143860cdbe&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003671 10.0.0.56 - - [2025-10-09 04:07:21] "GET /virtual-network/c120c74b-f7a9-43c4-ba22-f2fae121f47a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.006811 10.0.0.56 - - [2025-10-09 04:07:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004279 10.0.0.56 - - [2025-10-09 04:07:24] "GET /virtual-network/c120c74b-f7a9-43c4-ba22-f2fae121f47a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.005562 10.0.0.56 - - [2025-10-09 04:07:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003862 10.0.0.56 - - [2025-10-09 04:07:28] "GET /virtual-network/c120c74b-f7a9-43c4-ba22-f2fae121f47a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.005458 10.0.0.56 - - [2025-10-09 04:07:31] "POST /neutron/port HTTP/1.1" 200 1089 0.021990 10.0.0.56 - - [2025-10-09 04:07:31] "POST /neutron/subnet HTTP/1.1" 200 646 0.009184 10.0.0.56 - - [2025-10-09 04:07:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004023 10.0.0.56 - - [2025-10-09 04:07:32] "GET /virtual-network/c120c74b-f7a9-43c4-ba22-f2fae121f47a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.005321 10.0.0.41 - - [2025-10-09 04:07:34] "GET /obj-perms HTTP/1.1" 200 5056 0.045275 10.0.0.56 - - [2025-10-09 04:07:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003706 10.0.0.56 - - [2025-10-09 04:07:36] "GET /virtual-network/c120c74b-f7a9-43c4-ba22-f2fae121f47a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.005741 10.0.0.56 - - [2025-10-09 04:07:38] "POST /neutron/port HTTP/1.1" 200 1089 0.023304 10.0.0.56 - - [2025-10-09 04:07:38] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004383 10.0.0.56 - - [2025-10-09 04:07:38] "POST /neutron/network HTTP/1.1" 200 886 0.007624 10.0.0.56 - - [2025-10-09 04:07:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003982 10.0.0.56 - - [2025-10-09 04:07:41] "GET /virtual-network/c120c74b-f7a9-43c4-ba22-f2fae121f47a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.005442 10.0.0.56 - - [2025-10-09 04:07:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.005014 10.0.0.56 - - [2025-10-09 04:07:45] "GET /virtual-network/c120c74b-f7a9-43c4-ba22-f2fae121f47a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.006497 10.0.0.56 - - [2025-10-09 04:07:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004137 10.0.0.56 - - [2025-10-09 04:07:49] "GET /virtual-network/c120c74b-f7a9-43c4-ba22-f2fae121f47a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.006859 10.0.0.56 - - [2025-10-09 04:07:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004268 10.0.0.56 - - [2025-10-09 04:07:53] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003677 10.0.0.56 - - [2025-10-09 04:07:53] "GET /virtual-networks?parent_id=ddd31dbd-59ed-4838-b489-fb143860cdbe&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.002836 10.0.0.56 - - [2025-10-09 04:07:53] "GET /virtual-network/c120c74b-f7a9-43c4-ba22-f2fae121f47a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.006921 10.0.0.56 - - [2025-10-09 04:07:58] "POST /neutron/port HTTP/1.1" 200 1089 0.017982 10.0.0.41 - - [2025-10-09 04:08:00] "GET /global-system-configs HTTP/1.1" 401 292 0.000467 10.0.0.41 - - [2025-10-09 04:08:00] "GET /global-system-configs HTTP/1.1" 401 292 0.000434 10.0.0.41 - - [2025-10-09 04:08:01] "GET /global-system-configs HTTP/1.1" 401 292 0.000473 10.0.0.41 - - [2025-10-09 04:08:01] "GET /global-system-configs HTTP/1.1" 401 292 0.000515 10.0.0.56 - - [2025-10-09 04:08:01] "POST /neutron/security_group HTTP/1.1" 200 2059 0.031774 10.0.0.19 - - [2025-10-09 04:08:01] "GET /global-system-configs HTTP/1.1" 401 292 0.000505 10.0.0.19 - - [2025-10-09 04:08:01] "GET /global-system-configs HTTP/1.1" 401 292 0.000448 10.0.0.19 - - [2025-10-09 04:08:01] "GET /global-system-configs HTTP/1.1" 401 292 0.000422 10.0.0.19 - - [2025-10-09 04:08:01] "GET /global-system-configs HTTP/1.1" 401 292 0.000468 10.0.0.56 - - [2025-10-09 04:08:03] "GET /global-system-configs HTTP/1.1" 401 292 0.000567 10.0.0.56 - - [2025-10-09 04:08:03] "GET /global-system-configs HTTP/1.1" 401 292 0.000687 10.0.0.56 - - [2025-10-09 04:08:05] "GET /global-system-configs HTTP/1.1" 401 292 0.000431 10.0.0.56 - - [2025-10-09 04:08:06] "GET /global-system-configs HTTP/1.1" 401 292 0.000414 10.0.0.56 - - [2025-10-09 04:08:08] "POST /neutron/port HTTP/1.1" 200 1089 0.016611 10.0.0.56 - - [2025-10-09 04:08:08] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007791 10.0.0.56 - - [2025-10-09 04:08:14] "POST /neutron/port HTTP/1.1" 200 1089 0.016896 10.0.0.56 - - [2025-10-09 04:08:14] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008050 10.0.0.56 - - [2025-10-09 04:08:14] "GET /virtual-machine/fc938a0a-2b01-4b89-a02e-5b4ae7208074 HTTP/1.1" 200 1294 0.008014 10.0.0.56 - - [2025-10-09 04:08:14] "GET /virtual-machine-interface/b281f33c-c775-46d5-975b-6a655b29e50a HTTP/1.1" 200 2950 0.005935 10.0.0.56 - - [2025-10-09 04:08:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003557 10.0.0.56 - - [2025-10-09 04:08:14] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003682 10.0.0.56 - - [2025-10-09 04:08:14] "GET /virtual-networks?parent_id=ddd31dbd-59ed-4838-b489-fb143860cdbe&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.004959 10.0.0.56 - - [2025-10-09 04:08:14] "GET /virtual-network/0ae1c83d-1877-4e79-a789-0ff18dadfee5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2224 0.006260 10.0.0.56 - - [2025-10-09 04:08:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003865 10.0.0.56 - - [2025-10-09 04:08:15] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004051 10.0.0.56 - - [2025-10-09 04:08:15] "GET /virtual-networks?parent_id=ddd31dbd-59ed-4838-b489-fb143860cdbe&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003658 10.0.0.56 - - [2025-10-09 04:08:15] "GET /virtual-network/0ae1c83d-1877-4e79-a789-0ff18dadfee5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2224 0.006303 10.0.0.56 - - [2025-10-09 04:08:33] "POST /neutron/port HTTP/1.1" 200 1089 0.016009 10.0.0.56 - - [2025-10-09 04:08:33] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004081 10.0.0.56 - - [2025-10-09 04:08:33] "POST /neutron/network HTTP/1.1" 200 886 0.007536 10.0.0.56 - - [2025-10-09 04:08:40] "POST /neutron/network HTTP/1.1" 200 896 0.008789 10.0.0.56 - - [2025-10-09 04:08:40] "POST /neutron/port HTTP/1.1" 200 117 0.001582 10.0.0.56 - - [2025-10-09 04:09:35] "POST /neutron/port HTTP/1.1" 200 1089 0.041590 10.0.0.56 - - [2025-10-09 04:09:35] "POST /neutron/subnet HTTP/1.1" 200 646 0.009741 10.0.0.56 - - [2025-10-09 04:09:36] "GET /obj-perms HTTP/1.1" 200 5056 0.044818 10.0.0.41 - - [2025-10-09 04:09:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004012 10.0.0.56 - - [2025-10-09 04:09:40] "POST /neutron/port HTTP/1.1" 200 1089 0.016492 10.0.0.56 - - [2025-10-09 04:09:40] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004575 10.0.0.56 - - [2025-10-09 04:09:40] "POST /neutron/network HTTP/1.1" 200 886 0.009375 ++ 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 Oct 9 04:10:15 AM UTC 2025 ===================' INFO: =================== Thu Oct 9 04:10:15 AM UTC 2025 =================== ++ LOG_LOCAL=1 ++ source /functions.sh ++ source /contrail-functions.sh +++ get_default_ip ++++ get_default_nic ++++ get_gateway_nic_for_ip 1 ++++ command -v ip ++++ local ip=1 +++++ ip route get 1 +++++ grep -o 'dev.*' +++++ awk '{print $2}' ++++ local iface=ens3 ++++ [[ ens3 == \l\o ]] ++++ echo ens3 +++ local nic=ens3 +++ get_ip_for_nic ens3 +++ local nic=ens3 +++ get_cidr_for_nic ens3 +++ command -v ip +++ local nic=ens3 +++ head -n 1 +++ cut -d / -f 1 +++ awk '{print $2}' +++ grep 'inet ' +++ ip addr show dev ens3 ++ DEFAULT_LOCAL_IP=10.0.0.41 ++ ENCAP_PRIORITY=MPLSoUDP,MPLSoGRE,VXLAN ++ VXLAN_VN_ID_MODE=automatic ++ DPDK_UIO_DRIVER=uio_pci_generic ++ CPU_CORE_MASK=0x01 ++ SERVICE_CORE_MASK= ++ DPDK_CTRL_THREAD_MASK= ++ HUGE_PAGES= ++ HUGE_PAGES_DIR=/dev/hugepages ++ HUGE_PAGES_1GB=0 ++ HUGE_PAGES_2MB=256 ++ HUGE_PAGES_1GB_DIR= ++ HUGE_PAGES_2MB_DIR= ++ [[ 0 != 0 ]] ++ [[ 0 != 256 ]] ++ [[ -z '' ]] +++ mount -t hugetlbfs +++ tail -n 1 +++ awk '/pagesize=2M/{print($3)}' ++ HUGE_PAGES_2MB_DIR= ++ DPDK_MEM_PER_SOCKET=1024 ++ DPDK_COMMAND_ADDITIONAL_ARGS= ++ NIC_OFFLOAD_ENABLE=False ++ DPDK_ENABLE_VLAN_FWRD=False ++ DIST_SNAT_PROTO_PORT_LIST= ++ CLOUD_ORCHESTRATOR=openstack ++ CLOUD_ADMIN_ROLE=admin ++ AAA_MODE=rbac ++ AUTH_MODE=keystone ++ AUTH_PARAMS= ++ SSL_ENABLE=false ++ SSL_INSECURE=True ++ SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ SERVER_CA_KEYFILE=/etc/contrail/ssl/private/ca-key.pem ++ SELFSIGNED_CERTS_WITH_IPS=True ++ CONTROLLER_NODES=10.0.0.56,10.0.0.19,10.0.0.41 ++ ANALYTICS_ALARM_ENABLE=True ++ ANALYTICS_SNMP_ENABLE=True ++ ANALYTICSDB_ENABLE=True ++ ANALYTICS_NODES=10.0.0.56,10.0.0.19,10.0.0.41 ++ ANALYTICSDB_NODES=10.0.0.56,10.0.0.19,10.0.0.41 ++ ANALYTICS_SNMP_NODES=10.0.0.56,10.0.0.19,10.0.0.41 ++ 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.56 +++ local server_address=10.0.0.56 +++ extended_server_list+='10.0.0.56:8081 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.19 +++ local server_address=10.0.0.19 +++ extended_server_list+='10.0.0.19:8081 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.41 +++ local server_address=10.0.0.41 +++ extended_server_list+='10.0.0.41:8081 ' +++ '[' -n '10.0.0.56:8081 10.0.0.19:8081 10.0.0.41:8081 ' ']' +++ echo '10.0.0.56:8081 10.0.0.19:8081 10.0.0.41:8081' ++ ANALYTICS_SERVERS='10.0.0.56:8081 10.0.0.19:8081 10.0.0.41: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.56 +++ local server_address=10.0.0.56 +++ extended_server_list+='10.0.0.56:9042 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.19 +++ local server_address=10.0.0.19 +++ extended_server_list+='10.0.0.19:9042 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.41 +++ local server_address=10.0.0.41 +++ extended_server_list+='10.0.0.41:9042 ' +++ '[' -n '10.0.0.56:9042 10.0.0.19:9042 10.0.0.41:9042 ' ']' +++ echo '10.0.0.56:9042 10.0.0.19:9042 10.0.0.41:9042' ++ ANALYTICSDB_CQL_SERVERS='10.0.0.56:9042 10.0.0.19:9042 10.0.0.41:9042' ++ ANALYTICS_API_VIP= ++ ANALYTICS_ALARM_NODES=10.0.0.56,10.0.0.19,10.0.0.41 ++ 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.56 +++ local server_address=10.0.0.56 +++ extended_server_list+='10.0.0.56:8086 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.19 +++ local server_address=10.0.0.19 +++ extended_server_list+='10.0.0.19:8086 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.41 +++ local server_address=10.0.0.41 +++ extended_server_list+='10.0.0.41:8086 ' +++ '[' -n '10.0.0.56:8086 10.0.0.19:8086 10.0.0.41:8086 ' ']' +++ echo '10.0.0.56:8086 10.0.0.19:8086 10.0.0.41:8086' ++ COLLECTOR_SERVERS='10.0.0.56:8086 10.0.0.19:8086 10.0.0.41: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.56,10.0.0.19,10.0.0.41 ++ CONFIGDB_NODES=10.0.0.56,10.0.0.19,10.0.0.41 ++ 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.56 +++ local server_address=10.0.0.56 +++ extended_server_list+='10.0.0.56:8082 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.19 +++ local server_address=10.0.0.19 +++ extended_server_list+='10.0.0.19:8082 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.41 +++ local server_address=10.0.0.41 +++ extended_server_list+='10.0.0.41:8082 ' +++ '[' -n '10.0.0.56:8082 10.0.0.19:8082 10.0.0.41:8082 ' ']' +++ echo '10.0.0.56:8082 10.0.0.19:8082 10.0.0.41:8082' ++ CONFIG_SERVERS='10.0.0.56:8082 10.0.0.19:8082 10.0.0.41: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.56 +++ local server_address=10.0.0.56 +++ extended_server_list+='10.0.0.56:9161 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.19 +++ local server_address=10.0.0.19 +++ extended_server_list+='10.0.0.19:9161 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.41 +++ local server_address=10.0.0.41 +++ extended_server_list+='10.0.0.41:9161 ' +++ '[' -n '10.0.0.56:9161 10.0.0.19:9161 10.0.0.41:9161 ' ']' +++ echo '10.0.0.56:9161 10.0.0.19:9161 10.0.0.41:9161' ++ CONFIGDB_SERVERS='10.0.0.56:9161 10.0.0.19:9161 10.0.0.41: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.56 +++ local server_address=10.0.0.56 +++ extended_server_list+='10.0.0.56:9041 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.19 +++ local server_address=10.0.0.19 +++ extended_server_list+='10.0.0.19:9041 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.41 +++ local server_address=10.0.0.41 +++ extended_server_list+='10.0.0.41:9041 ' +++ '[' -n '10.0.0.56:9041 10.0.0.19:9041 10.0.0.41:9041 ' ']' +++ echo '10.0.0.56:9041 10.0.0.19:9041 10.0.0.41:9041' ++ CONFIGDB_CQL_SERVERS='10.0.0.56:9041 10.0.0.19:9041 10.0.0.41: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.14,10.20.0.193 ++ CONTROL_INTROSPECT_PORT=8083 ++ DNS_NODES=10.20.0.25,10.20.0.14,10.20.0.193 ++ DNS_SERVER_PORT=53 ++ DNS_INTROSPECT_PORT=8092 ++ RNDC_KEY=xvysmOR8lnUQRBcunkC6vg== ++ USE_EXTERNAL_TFTP=False ++ ZOOKEEPER_NODES=10.0.0.56,10.0.0.19,10.0.0.41 ++ 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.56 +++ local server_address=10.0.0.56 +++ extended_server_list+=10.0.0.56:2181, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.19 +++ local server_address=10.0.0.19 +++ extended_server_list+=10.0.0.19:2181, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.41 +++ local server_address=10.0.0.41 +++ extended_server_list+=10.0.0.41:2181, +++ '[' -n 10.0.0.56:2181,10.0.0.19:2181,10.0.0.41:2181, ']' +++ echo 10.0.0.56:2181,10.0.0.19:2181,10.0.0.41:2181 ++ ZOOKEEPER_SERVERS=10.0.0.56:2181,10.0.0.19:2181,10.0.0.41: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.56 +++ local server_address=10.0.0.56 +++ extended_server_list+='10.0.0.56:2181 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.19 +++ local server_address=10.0.0.19 +++ extended_server_list+='10.0.0.19:2181 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.41 +++ local server_address=10.0.0.41 +++ extended_server_list+='10.0.0.41:2181 ' +++ '[' -n '10.0.0.56:2181 10.0.0.19:2181 10.0.0.41:2181 ' ']' +++ echo '10.0.0.56:2181 10.0.0.19:2181 10.0.0.41:2181' ++ ZOOKEEPER_SERVERS_SPACE_DELIM='10.0.0.56:2181 10.0.0.19:2181 10.0.0.41:2181' ++ RABBITMQ_NODES=10.0.0.56,10.0.0.19,10.0.0.41 ++ 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.56 +++ local server_address=10.0.0.56 +++ extended_server_list+=10.0.0.56:5673, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.19 +++ local server_address=10.0.0.19 +++ extended_server_list+=10.0.0.19:5673, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.41 +++ local server_address=10.0.0.41 +++ extended_server_list+=10.0.0.41:5673, +++ '[' -n 10.0.0.56:5673,10.0.0.19:5673,10.0.0.41:5673, ']' +++ echo 10.0.0.56:5673,10.0.0.19:5673,10.0.0.41:5673 ++ RABBITMQ_SERVERS=10.0.0.56:5673,10.0.0.19:5673,10.0.0.41: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.56 +++ local server_address=10.0.0.56 +++ extended_server_list+='10.0.0.56:6379 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.19 +++ local server_address=10.0.0.19 +++ extended_server_list+='10.0.0.19:6379 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.41 +++ local server_address=10.0.0.41 +++ extended_server_list+='10.0.0.41:6379 ' +++ '[' -n '10.0.0.56:6379 10.0.0.19:6379 10.0.0.41:6379 ' ']' +++ echo '10.0.0.56:6379 10.0.0.19:6379 10.0.0.41:6379' ++ REDIS_SERVERS='10.0.0.56:6379 10.0.0.19:6379 10.0.0.41: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.56,10.0.0.19,10.0.0.41 ++ 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.56 +++ local server_address=10.0.0.56 +++ extended_server_list+='10.0.0.56:9092 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.19 +++ local server_address=10.0.0.19 +++ extended_server_list+='10.0.0.19:9092 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.41 +++ local server_address=10.0.0.41 +++ extended_server_list+='10.0.0.41:9092 ' +++ '[' -n '10.0.0.56:9092 10.0.0.19:9092 10.0.0.41:9092 ' ']' +++ echo '10.0.0.56:9092 10.0.0.19:9092 10.0.0.41:9092' ++ KAFKA_SERVERS='10.0.0.56:9092 10.0.0.19:9092 10.0.0.41: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.56 ++ 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.56,10.0.0.19,10.0.0.41 ++ 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.56,10.0.0.19,10.0.0.41 ++ 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.56,10.0.0.19,10.0.0.41 ++ cut -d , -f 1 + local cassandra=10.0.0.56 + (( i=1 )) + (( i<=30 )) + echo -e '\035\nquit' + nc -z 10.0.0.56 9041 + echo 'INFO: Cassandra is connected' INFO: Cassandra is connected + sleep 5 + return 0 + host_ip=0.0.0.0 + is_enabled + local val= + [[ '' == \t\r\u\e ]] + [[ '' == \y\e\s ]] + [[ '' == \e\n\a\b\l\e\d ]] ++ get_listen_ip_for_node CONFIG +++ find_my_ip_and_order_for_node CONFIG +++ local server_typ=CONFIG_NODES +++ cut -d ' ' -f 1 +++ find_my_ip_and_order_for_node_list 10.0.0.56,10.0.0.19,10.0.0.41 +++ local servers=10.0.0.56,10.0.0.19,10.0.0.41 +++ local server_list= +++ IFS=, +++ read -ra server_list ++++ get_local_ips ++++ tr '\n' , ++++ grep -vi host ++++ cat /proc/net/fib_trie ++++ sort ++++ uniq ++++ awk '/32 host/ { print f } {f=$2}' +++ local local_ips=,10.0.0.41,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.56'\''))' +++ local server_ip=10.0.0.56 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.56 ]] +++ [[ ,10.0.0.41,10.20.0.193,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.56, ]] +++ (( ord+=1 )) +++ for server in "${server_list[@]}" +++ local ret=0 ++++ python3 -c 'import socket; print(socket.gethostbyname('\''10.0.0.19'\''))' +++ local server_ip=10.0.0.19 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.19 ]] +++ [[ ,10.0.0.41,10.20.0.193,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.19, ]] +++ (( ord+=1 )) +++ for server in "${server_list[@]}" +++ local ret=0 ++++ python3 -c 'import socket; print(socket.gethostbyname('\''10.0.0.41'\''))' +++ local server_ip=10.0.0.41 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.41 ]] +++ [[ ,10.0.0.41,10.20.0.193,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.41, ]] +++ echo 10.0.0.41 3 +++ return ++ local ip=10.0.0.41 ++ [[ -z 10.0.0.41 ]] ++ echo 10.0.0.41 + host_ip=10.0.0.41 + [[ cql == \c\q\l ]] ++ echo 10.0.0.56:9041 10.0.0.19:9041 10.0.0.41:9041 ++ sed 's/,/ /g' + cassandra_server_list='10.0.0.56:9041 10.0.0.19:9041 10.0.0.41:9041' + config_api_certs_config= + uwsgi_socket='protocol = http\nsocket = 10.0.0.41: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 ++ sed 's/^API__//g' ++ cut -d = -f 1 + local vars= + local section= + (( ++index )) + (( index < CONFIG_API_WORKER_COUNT )) + (( CONFIG_API_WORKER_COUNT > 1 )) + service_cmd='/usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0' + set_third_party_auth_config + [[ keystone != \k\e\y\s\t\o\n\e ]] + local tmp_file=/etc/contrail/contrail-keystone-auth.conf.tmp + cat + [[ /v3 == \/\v\3 ]] + cat + [[ http == \h\t\t\p\s ]] + [[ -n '' ]] + [[ -n '' ]] + [[ -n public ]] + echo 'interface = public' + mv -f /etc/contrail/contrail-keystone-auth.conf.tmp /etc/contrail/contrail-keystone-auth.conf + set_vnc_api_lib_ini + local tmp_file=/etc/contrail/vnc_api_lib.ini.tmp + cat + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + [[ keystone == \k\e\y\s\t\o\n\e ]] + cat + [[ http == \h\t\t\p\s ]] + mv -f /etc/contrail/vnc_api_lib.ini.tmp /etc/contrail/vnc_api_lib.ini + upgrade_old_logs contrail-api + local template=contrail-api ++ dirname /var/log/contrail/config-api + local old_dir=/var/log/contrail + mkdir -p /var/log/contrail/config-api + chmod 755 /var/log/contrail/config-api + mv -n '/var/log/contrail/*contrail-api.log*' /var/log/contrail/config-api/ + true + [[ -n 1999 ]] + [[ -n 1999 ]] + local owner_opts=1999:1999 + chown 1999:1999 /var/log/contrail/config-api + find /var/log/contrail/config-api -uid 0 -exec chown 1999:1999 '{}' + + run_service /usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0 + [[ -n 1999 ]] + [[ -n 1999 ]] + local owner_opts=1999:1999 + mkdir -p /etc/contrail /var/lib/contrail + chown 1999:1999 /etc/contrail /var/lib/contrail + find /etc/contrail -uid 0 -exec chown 1999:1999 '{}' + + chmod 755 /etc/contrail + do_run_service /usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0 + [[ -n 1999 ]] + [[ -n 1999 ]] + mkdir -p /var/crashes + chmod 777 /var/crashes ++ id -un 1999 + local user_name=contrail + export HOME=/home/contrail + HOME=/home/contrail + mkdir -p /home/contrail + chown -R 1999:1999 /home/contrail + exec setpriv --reuid 1999 --regid 1999 --clear-groups --no-new-privs /usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0 /usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/vnc_addr_mgmt.py:287: SyntaxWarning: "is not" with a literal. Did you mean "!="? if ip_alloc_unit is not 1: /usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/vnc_addr_mgmt.py:1113: SyntaxWarning: "is" with a literal. Did you mean "=="? if len(ipam_subnets) is 0: /usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/vnc_addr_mgmt.py:1910: SyntaxWarning: "is" with a literal. Did you mean "=="? if len(ipam_subnets) is 0: 10/09/2025 04:10:24.058 7f7de31fbe40 [contrail-api] [INFO]: SANDESH: CONNECT TO COLLECTOR: True 10/09/2025 04:10:24.208 7f7de31fbe40 [contrail-api] [INFO]: SANDESH: INTROSPECT IS ON: 0.0.0.0:8084 10/09/2025 04:10:24.221 7f7de31fbe40 [contrail-api] [INFO]: SANDESH: Logging: LEVEL: [SYS_INFO] -> [SYS_DEBUG] 10/09/2025 04:10:24.221 7f7de31fbe40 [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.41:8082/ Hit Ctrl-C to quit. 10.0.0.41 - - [2025-10-09 04:10:24] "GET / HTTP/1.1" 503 181 0.000436 10.0.0.41 - - [2025-10-09 04:10:24] "GET / HTTP/1.1" 503 181 0.000170 [Introspect:8084]10.0.0.56 - - [2025-10-09 04:10:25] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3219 0.001580 10.0.0.41 - - [2025-10-09 04:10:25] "GET / HTTP/1.1" 200 45871 0.002068 10.0.0.41 - - [2025-10-09 04:10:25] "GET / HTTP/1.1" 200 45871 0.001329 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.41 - - [2025-10-09 04:10:25] "POST /fqname-to-id HTTP/1.1" 401 292 0.000805 10.0.0.41 - - [2025-10-09 04:10:25] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 401 292 0.000319 10.0.0.41 - - [2025-10-09 04:10:26] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 200 315 0.653938 10.0.0.41 - - [2025-10-09 04:10:26] "GET /projects?detail=False&count=False&shared=False HTTP/1.1" 200 985 0.004400 10.0.0.41 - - [2025-10-09 04:10:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.378827 10.0.0.41 - - [2025-10-09 04:10:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003419 /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.41 - - [2025-10-09 04:10:27] "GET /projects?obj_uuids=725e3867-306a-4db9-ac35-c8b099d2d4f9&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001235 10.0.0.41 - - [2025-10-09 04:10:27] "GET /project/725e3867-306a-4db9-ac35-c8b099d2d4f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1440 0.041109 10.0.0.41 - - [2025-10-09 04:10:27] "GET /projects?obj_uuids=725e3867-306a-4db9-ac35-c8b099d2d4f9&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000936 10.0.0.41 - - [2025-10-09 04:10:27] "GET /project/725e3867-306a-4db9-ac35-c8b099d2d4f9?fields=security_groups HTTP/1.1" 200 1088 0.047593 10.0.0.41 - - [2025-10-09 04:10:27] "GET /projects?obj_uuids=725e3867-306a-4db9-ac35-c8b099d2d4f9&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001512 10.0.0.41 - - [2025-10-09 04:10:27] "GET /project/725e3867-306a-4db9-ac35-c8b099d2d4f9?fields=application_policy_sets HTTP/1.1" 200 1381 0.047273 10.0.0.41 - - [2025-10-09 04:10:27] "DELETE /project/725e3867-306a-4db9-ac35-c8b099d2d4f9 HTTP/1.1" 409 278 0.239106 [Introspect:8084]10.0.0.56 - - [2025-10-09 04:10:30] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3156 0.001240 [Introspect:8084]10.0.0.56 - - [2025-10-09 04:10:31] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3156 0.001146 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.56 - - [2025-10-09 04:10:32] "GET /obj-perms HTTP/1.1" 200 5032 0.408791 10.0.0.56 - - [2025-10-09 04:10:32] "GET /obj-perms HTTP/1.1" 200 5032 0.004714 10.0.0.56 - - [2025-10-09 04:10:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.026675 10.0.0.41 - - [2025-10-09 04:10:32] "GET /projects?obj_uuids=ddd31dbd-59ed-4838-b489-fb143860cdbe&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000993 10.0.0.56 - - [2025-10-09 04:10:32] "GET /project/ddd31dbd-59ed-4838-b489-fb143860cdbe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.044755 10.0.0.56 - - [2025-10-09 04:10:32] "GET /virtual-networks?parent_id=ddd31dbd-59ed-4838-b489-fb143860cdbe&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.004359 10.0.0.56 - - [2025-10-09 04:10:32] "POST /virtual-networks HTTP/1.1" 200 546 0.091312 10.0.0.56 - - [2025-10-09 04:10:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003918 10.0.0.56 - - [2025-10-09 04:10:33] "GET /network-ipam/9e69b2d9-b0a9-418d-836b-38606b0d2a06?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1043 0.004654 10.0.0.41 - - [2025-10-09 04:10:33] "POST /useragent-kv HTTP/1.1" 200 115 0.011180 10.0.0.56 - - [2025-10-09 04:10:33] "POST /ref-update HTTP/1.1" 200 156 0.082129 10.0.0.56 - - [2025-10-09 04:10:33] "GET /virtual-network/bb5024de-91ca-400a-907c-c2bd55e901aa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1932 0.007047 10.0.0.56 - - [2025-10-09 04:10:33] "POST /neutron/network HTTP/1.1" 200 809 0.034600 10.0.0.56 - - [2025-10-09 04:10:33] "GET /virtual-network/c120c74b-f7a9-43c4-ba22-f2fae121f47a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.006114 10.0.0.19 - - [2025-10-09 04:10:33] "GET /obj-perms HTTP/1.1" 200 5032 0.050041 10.0.0.56 - - [2025-10-09 04:10:34] "POST /id-to-fqname HTTP/1.1" 200 222 0.001492 10.0.0.56 - - [2025-10-09 04:10:34] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008836 10.0.0.41 - - [2025-10-09 04:10:35] "GET /projects?obj_uuids=ddd31dbd-59ed-4838-b489-fb143860cdbe&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001083 10.0.0.56 - - [2025-10-09 04:10:35] "GET /project/ddd31dbd-59ed-4838-b489-fb143860cdbe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.073391 10.0.0.56 - - [2025-10-09 04:10:35] "POST /neutron/port HTTP/1.1" 200 1089 0.060307 10.0.0.56 - - [2025-10-09 04:10:35] "POST /neutron/network HTTP/1.1" 200 896 0.012702 10.0.0.56 - - [2025-10-09 04:10:35] "POST /neutron/subnet HTTP/1.1" 200 646 0.010162 10.0.0.56 - - [2025-10-09 04:10:35] "POST /neutron/network HTTP/1.1" 200 886 0.008029 10.0.0.41 - - [2025-10-09 04:10:35] "GET /projects?obj_uuids=ddd31dbd-59ed-4838-b489-fb143860cdbe&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001277 10.0.0.56 - - [2025-10-09 04:10:36] "POST /neutron/port HTTP/1.1" 200 1061 0.333238 10.0.0.56 - - [2025-10-09 04:10:36] "POST /neutron/port HTTP/1.1" 200 1115 0.140239 10.0.0.56 - - [2025-10-09 04:10:36] "POST /neutron/subnet HTTP/1.1" 200 646 0.014301 10.0.0.41 - - [2025-10-09 04:10:37] "GET /obj-perms HTTP/1.1" 200 5056 0.044958 10.0.0.56 - - [2025-10-09 04:10:40] "POST /neutron/port HTTP/1.1" 200 1089 0.017312 10.0.0.56 - - [2025-10-09 04:10:40] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007687 10.0.0.56 - - [2025-10-09 04:10:41] "POST /neutron/port HTTP/1.1" 200 1089 0.015419 10.0.0.56 - - [2025-10-09 04:10:41] "GET /virtual-machine/23497fc7-dc30-429a-8e70-43ea186a9f70 HTTP/1.1" 200 1293 0.028387 10.0.0.56 - - [2025-10-09 04:10:41] "GET /virtual-machine/23497fc7-dc30-429a-8e70-43ea186a9f70 HTTP/1.1" 200 1293 0.004155 10.0.0.56 - - [2025-10-09 04:10:41] "GET /virtual-machine-interface/553878a7-b043-4c08-a374-e9492e7f1769 HTTP/1.1" 200 2949 0.005690 10.0.0.56 - - [2025-10-09 04:10:41] "GET /virtual-machine/23497fc7-dc30-429a-8e70-43ea186a9f70 HTTP/1.1" 200 1293 0.004403 10.0.0.56 - - [2025-10-09 04:10:41] "GET /virtual-machine-interface/553878a7-b043-4c08-a374-e9492e7f1769 HTTP/1.1" 200 2949 0.006442 10.0.0.56 - - [2025-10-09 04:10:41] "GET /instance-ip/866f08d9-1297-4362-893a-d183cf97ab07 HTTP/1.1" 200 1622 0.006592 10.0.0.56 - - [2025-10-09 04:10:41] "GET /virtual-machine/23497fc7-dc30-429a-8e70-43ea186a9f70 HTTP/1.1" 200 1293 0.003685 10.0.0.56 - - [2025-10-09 04:10:41] "GET /virtual-machine-interface/553878a7-b043-4c08-a374-e9492e7f1769 HTTP/1.1" 200 2949 0.005210 10.0.0.56 - - [2025-10-09 04:10:41] "GET /instance-ip/866f08d9-1297-4362-893a-d183cf97ab07 HTTP/1.1" 200 1622 0.004032 10.0.0.56 - - [2025-10-09 04:10:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003553 10.0.0.56 - - [2025-10-09 04:10:41] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003692 10.0.0.56 - - [2025-10-09 04:10:41] "GET /virtual-networks?parent_id=ddd31dbd-59ed-4838-b489-fb143860cdbe&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003231 10.0.0.56 - - [2025-10-09 04:10:41] "GET /virtual-network/c120c74b-f7a9-43c4-ba22-f2fae121f47a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.006023 10.0.0.56 - - [2025-10-09 04:10:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.004123 10.0.0.56 - - [2025-10-09 04:10:41] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004830 10.0.0.56 - - [2025-10-09 04:10:41] "GET /virtual-networks?parent_id=ddd31dbd-59ed-4838-b489-fb143860cdbe&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003733 10.0.0.56 - - [2025-10-09 04:10:41] "GET /virtual-network/c120c74b-f7a9-43c4-ba22-f2fae121f47a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.006150 10.0.0.56 - - [2025-10-09 04:10:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003333 10.0.0.56 - - [2025-10-09 04:10:41] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004214 10.0.0.56 - - [2025-10-09 04:10:41] "GET /virtual-networks?parent_id=ddd31dbd-59ed-4838-b489-fb143860cdbe&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003144 10.0.0.56 - - [2025-10-09 04:10:41] "GET /virtual-network/c120c74b-f7a9-43c4-ba22-f2fae121f47a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.006125 10.0.0.56 - - [2025-10-09 04:10:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003857 10.0.0.56 - - [2025-10-09 04:10:41] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004194 10.0.0.56 - - [2025-10-09 04:10:41] "GET /virtual-networks?parent_id=ddd31dbd-59ed-4838-b489-fb143860cdbe&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003140 10.0.0.56 - - [2025-10-09 04:10:41] "GET /virtual-network/c120c74b-f7a9-43c4-ba22-f2fae121f47a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.006015 10.0.0.56 - - [2025-10-09 04:10:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003688 10.0.0.56 - - [2025-10-09 04:10:41] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004295 10.0.0.56 - - [2025-10-09 04:10:41] "GET /virtual-networks?parent_id=ddd31dbd-59ed-4838-b489-fb143860cdbe&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003549 10.0.0.56 - - [2025-10-09 04:10:41] "GET /virtual-network/c120c74b-f7a9-43c4-ba22-f2fae121f47a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.006363 10.0.0.56 - - [2025-10-09 04:10:42] "POST /neutron/port HTTP/1.1" 200 1089 0.038373 10.0.0.56 - - [2025-10-09 04:10:42] "POST /neutron/subnet HTTP/1.1" 200 646 0.010367 10.0.0.56 - - [2025-10-09 04:10:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003629 10.0.0.56 - - [2025-10-09 04:10:44] "GET /virtual-network/c120c74b-f7a9-43c4-ba22-f2fae121f47a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.005371 10.0.0.56 - - [2025-10-09 04:10:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003867 10.0.0.56 - - [2025-10-09 04:10:48] "GET /virtual-network/c120c74b-f7a9-43c4-ba22-f2fae121f47a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.005403 10.0.0.56 - - [2025-10-09 04:10:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003908 10.0.0.56 - - [2025-10-09 04:10:53] "GET /virtual-network/c120c74b-f7a9-43c4-ba22-f2fae121f47a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.005920 10.0.0.56 - - [2025-10-09 04:10:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003896 10.0.0.56 - - [2025-10-09 04:10:57] "GET /virtual-network/c120c74b-f7a9-43c4-ba22-f2fae121f47a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.005697 10.0.0.56 - - [2025-10-09 04:11:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003835 10.0.0.56 - - [2025-10-09 04:11:01] "GET /virtual-network/c120c74b-f7a9-43c4-ba22-f2fae121f47a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.005540 10.0.0.56 - - [2025-10-09 04:11:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.006008 10.0.0.56 - - [2025-10-09 04:11:05] "GET /virtual-network/c120c74b-f7a9-43c4-ba22-f2fae121f47a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.006984 10.0.0.56 - - [2025-10-09 04:11:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003878 10.0.0.56 - - [2025-10-09 04:11:09] "GET /virtual-network/c120c74b-f7a9-43c4-ba22-f2fae121f47a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.008492 10.0.0.56 - - [2025-10-09 04:11:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004579 10.0.0.56 - - [2025-10-09 04:11:13] "GET /virtual-network/c120c74b-f7a9-43c4-ba22-f2fae121f47a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.006115 10.0.0.56 - - [2025-10-09 04:11:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003940 10.0.0.56 - - [2025-10-09 04:11:15] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004035 10.0.0.56 - - [2025-10-09 04:11:15] "GET /virtual-networks?parent_id=ddd31dbd-59ed-4838-b489-fb143860cdbe&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003584 10.0.0.56 - - [2025-10-09 04:11:15] "GET /virtual-network/c120c74b-f7a9-43c4-ba22-f2fae121f47a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.006791 10.0.0.56 - - [2025-10-09 04:11:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003922 10.0.0.56 - - [2025-10-09 04:11:15] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003608 10.0.0.56 - - [2025-10-09 04:11:15] "GET /virtual-networks?parent_id=ddd31dbd-59ed-4838-b489-fb143860cdbe&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003355 10.0.0.56 - - [2025-10-09 04:11:15] "GET /virtual-network/c120c74b-f7a9-43c4-ba22-f2fae121f47a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.006631 10.0.0.56 - - [2025-10-09 04:11:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003966 10.0.0.56 - - [2025-10-09 04:11:15] "GET /routing-instance/9704d26b-d115-4ff3-8b7e-27a49bff56d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1788 0.004955 10.0.0.56 - - [2025-10-09 04:11:15] "GET /route-target/05564a38-c2fb-481c-a1ac-ee13f963d803?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 900 0.003912 10.0.0.56 - - [2025-10-09 04:11:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004102 10.0.0.56 - - [2025-10-09 04:11:16] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003880 10.0.0.56 - - [2025-10-09 04:11:16] "GET /virtual-networks?parent_id=ddd31dbd-59ed-4838-b489-fb143860cdbe&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003889 10.0.0.56 - - [2025-10-09 04:11:16] "GET /virtual-network/c120c74b-f7a9-43c4-ba22-f2fae121f47a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.007800 10.0.0.56 - - [2025-10-09 04:11:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003515 10.0.0.56 - - [2025-10-09 04:11:16] "GET /routing-instance/9704d26b-d115-4ff3-8b7e-27a49bff56d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1788 0.004651 10.0.0.56 - - [2025-10-09 04:11:16] "GET /route-target/05564a38-c2fb-481c-a1ac-ee13f963d803?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 900 0.003634 10.0.0.56 - - [2025-10-09 04:11:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003891 10.0.0.56 - - [2025-10-09 04:11:16] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004865 10.0.0.56 - - [2025-10-09 04:11:16] "GET /virtual-networks?parent_id=ddd31dbd-59ed-4838-b489-fb143860cdbe&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003067 10.0.0.56 - - [2025-10-09 04:11:16] "GET /virtual-network/c120c74b-f7a9-43c4-ba22-f2fae121f47a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.006695 10.0.0.56 - - [2025-10-09 04:11:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003489 10.0.0.56 - - [2025-10-09 04:11:16] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004716 10.0.0.56 - - [2025-10-09 04:11:16] "GET /virtual-networks?parent_id=ddd31dbd-59ed-4838-b489-fb143860cdbe&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003373 10.0.0.56 - - [2025-10-09 04:11:16] "GET /virtual-network/c120c74b-f7a9-43c4-ba22-f2fae121f47a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.006644 10.0.0.56 - - [2025-10-09 04:11:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004619 10.0.0.56 - - [2025-10-09 04:11:16] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004395 10.0.0.56 - - [2025-10-09 04:11:16] "GET /virtual-networks?parent_id=ddd31dbd-59ed-4838-b489-fb143860cdbe&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003087 10.0.0.56 - - [2025-10-09 04:11:16] "GET /virtual-network/c120c74b-f7a9-43c4-ba22-f2fae121f47a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.007701 10.0.0.56 - - [2025-10-09 04:11:16] "GET /obj-perms HTTP/1.1" 200 5032 0.003855 10.0.0.56 - - [2025-10-09 04:11:16] "GET /obj-perms HTTP/1.1" 200 5032 0.005094 10.0.0.41 - - [2025-10-09 04:11:16] "GET /obj-perms HTTP/1.1" 200 5032 0.044652 10.0.0.56 - - [2025-10-09 04:11:16] "GET /obj-perms HTTP/1.1" 200 5032 0.003903 10.0.0.56 - - [2025-10-09 04:11:17] "POST /id-to-fqname HTTP/1.1" 200 222 0.001365 10.0.0.56 - - [2025-10-09 04:11:17] "POST /neutron/port HTTP/1.1" 200 3034 0.016925 10.0.0.41 - - [2025-10-09 04:11:17] "GET /projects?obj_uuids=ddd31dbd-59ed-4838-b489-fb143860cdbe&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001030 10.0.0.56 - - [2025-10-09 04:11:18] "GET /project/ddd31dbd-59ed-4838-b489-fb143860cdbe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.062714 10.0.0.56 - - [2025-10-09 04:11:18] "POST /neutron/network HTTP/1.1" 200 886 0.047530 10.0.0.56 - - [2025-10-09 04:11:18] "POST /neutron/port HTTP/1.1" 200 117 0.006604 10.0.0.41 - - [2025-10-09 04:11:18] "GET /projects?obj_uuids=ddd31dbd-59ed-4838-b489-fb143860cdbe&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001128 10.0.0.56 - - [2025-10-09 04:11:19] "POST /neutron/port HTTP/1.1" 200 1061 0.321429 10.0.0.56 - - [2025-10-09 04:11:19] "POST /neutron/port HTTP/1.1" 200 1115 0.112134 10.0.0.56 - - [2025-10-09 04:11:19] "POST /neutron/subnet HTTP/1.1" 200 646 0.009296 10.0.0.56 - - [2025-10-09 04:11:23] "POST /neutron/port HTTP/1.1" 200 1089 0.052291 10.0.0.56 - - [2025-10-09 04:11:23] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007605 10.0.0.56 - - [2025-10-09 04:11:23] "POST /neutron/port HTTP/1.1" 200 1089 0.021264 10.0.0.56 - - [2025-10-09 04:11:23] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008097 10.0.0.56 - - [2025-10-09 04:11:23] "GET /virtual-machine/f6bd0244-4e07-479b-a1e1-ac4505657fb9 HTTP/1.1" 200 1294 0.005745 10.0.0.56 - - [2025-10-09 04:11:23] "GET /virtual-machine/f6bd0244-4e07-479b-a1e1-ac4505657fb9 HTTP/1.1" 200 1294 0.003535 10.0.0.56 - - [2025-10-09 04:11:23] "GET /virtual-machine-interface/329bdafb-b121-49fc-a952-ff46b8d02994 HTTP/1.1" 200 2949 0.004877 10.0.0.56 - - [2025-10-09 04:11:23] "GET /virtual-machine/f6bd0244-4e07-479b-a1e1-ac4505657fb9 HTTP/1.1" 200 1294 0.003616 10.0.0.56 - - [2025-10-09 04:11:23] "GET /virtual-machine-interface/329bdafb-b121-49fc-a952-ff46b8d02994 HTTP/1.1" 200 2949 0.004679 10.0.0.56 - - [2025-10-09 04:11:23] "GET /instance-ip/335f1e8e-2dd0-49aa-9ea7-e4833e5ccbd8 HTTP/1.1" 200 1623 0.006260 10.0.0.56 - - [2025-10-09 04:11:23] "GET /virtual-machine/f6bd0244-4e07-479b-a1e1-ac4505657fb9 HTTP/1.1" 200 1294 0.003548 10.0.0.56 - - [2025-10-09 04:11:23] "GET /virtual-machine-interface/329bdafb-b121-49fc-a952-ff46b8d02994 HTTP/1.1" 200 2949 0.004671 10.0.0.56 - - [2025-10-09 04:11:23] "GET /instance-ip/335f1e8e-2dd0-49aa-9ea7-e4833e5ccbd8 HTTP/1.1" 200 1623 0.003879 10.0.0.56 - - [2025-10-09 04:11:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004288 10.0.0.56 - - [2025-10-09 04:11:23] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004232 10.0.0.56 - - [2025-10-09 04:11:23] "GET /virtual-networks?parent_id=ddd31dbd-59ed-4838-b489-fb143860cdbe&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003297 10.0.0.56 - - [2025-10-09 04:11:23] "GET /virtual-network/0ae1c83d-1877-4e79-a789-0ff18dadfee5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2224 0.005881 10.0.0.56 - - [2025-10-09 04:11:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003550 10.0.0.56 - - [2025-10-09 04:11:24] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005013 10.0.0.56 - - [2025-10-09 04:11:24] "GET /virtual-networks?parent_id=ddd31dbd-59ed-4838-b489-fb143860cdbe&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003151 10.0.0.56 - - [2025-10-09 04:11:24] "GET /virtual-network/0ae1c83d-1877-4e79-a789-0ff18dadfee5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2224 0.006002 10.0.0.56 - - [2025-10-09 04:11:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003869 10.0.0.56 - - [2025-10-09 04:11:24] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004301 10.0.0.56 - - [2025-10-09 04:11:24] "GET /virtual-networks?parent_id=ddd31dbd-59ed-4838-b489-fb143860cdbe&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.010244 10.0.0.56 - - [2025-10-09 04:11:24] "GET /virtual-network/0ae1c83d-1877-4e79-a789-0ff18dadfee5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2224 0.006127 10.0.0.56 - - [2025-10-09 04:11:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003430 10.0.0.56 - - [2025-10-09 04:11:24] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003976 10.0.0.56 - - [2025-10-09 04:11:24] "GET /virtual-networks?parent_id=ddd31dbd-59ed-4838-b489-fb143860cdbe&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003645 10.0.0.56 - - [2025-10-09 04:11:24] "GET /virtual-network/0ae1c83d-1877-4e79-a789-0ff18dadfee5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2224 0.006184 10.0.0.56 - - [2025-10-09 04:11:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003624 10.0.0.56 - - [2025-10-09 04:11:24] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004507 10.0.0.56 - - [2025-10-09 04:11:24] "GET /virtual-networks?parent_id=ddd31dbd-59ed-4838-b489-fb143860cdbe&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003457 10.0.0.56 - - [2025-10-09 04:11:24] "GET /virtual-network/0ae1c83d-1877-4e79-a789-0ff18dadfee5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2224 0.005941 10.0.0.56 - - [2025-10-09 04:11:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004031 10.0.0.56 - - [2025-10-09 04:11:27] "GET /virtual-network/0ae1c83d-1877-4e79-a789-0ff18dadfee5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2224 0.006013 10.0.0.56 - - [2025-10-09 04:11:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.004213 10.0.0.56 - - [2025-10-09 04:11:31] "GET /virtual-network/0ae1c83d-1877-4e79-a789-0ff18dadfee5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2224 0.007566 10.0.0.56 - - [2025-10-09 04:11:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.008248 10.0.0.56 - - [2025-10-09 04:11:35] "GET /virtual-network/0ae1c83d-1877-4e79-a789-0ff18dadfee5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2224 0.005612 10.0.0.56 - - [2025-10-09 04:11:36] "POST /neutron/network HTTP/1.1" 200 896 0.007309 10.0.0.56 - - [2025-10-09 04:11:36] "POST /neutron/port HTTP/1.1" 200 117 0.001183 10.0.0.56 - - [2025-10-09 04:11:37] "GET /obj-perms HTTP/1.1" 200 5056 0.046687 10.0.0.19 - - [2025-10-09 04:11:37] "GET /obj-perms HTTP/1.1" 200 5056 0.050205 10.0.0.56 - - [2025-10-09 04:11:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003815 10.0.0.56 - - [2025-10-09 04:11:39] "GET /virtual-network/0ae1c83d-1877-4e79-a789-0ff18dadfee5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2224 0.005209 10.0.0.56 - - [2025-10-09 04:11:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003896 10.0.0.56 - - [2025-10-09 04:11:43] "GET /virtual-network/0ae1c83d-1877-4e79-a789-0ff18dadfee5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2224 0.005146 10.0.0.56 - - [2025-10-09 04:11:44] "POST /neutron/port HTTP/1.1" 200 1089 0.018214 10.0.0.56 - - [2025-10-09 04:11:44] "POST /neutron/subnet HTTP/1.1" 200 646 0.009676 10.0.0.56 - - [2025-10-09 04:11:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003659 10.0.0.56 - - [2025-10-09 04:11:48] "GET /virtual-network/0ae1c83d-1877-4e79-a789-0ff18dadfee5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2224 0.005946 10.0.0.56 - - [2025-10-09 04:11:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003625 10.0.0.56 - - [2025-10-09 04:11:52] "GET /virtual-network/0ae1c83d-1877-4e79-a789-0ff18dadfee5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2224 0.005443 10.0.0.56 - - [2025-10-09 04:11:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003796 10.0.0.56 - - [2025-10-09 04:11:56] "GET /virtual-network/0ae1c83d-1877-4e79-a789-0ff18dadfee5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2224 0.005186 10.0.0.56 - - [2025-10-09 04:11:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004101 10.0.0.56 - - [2025-10-09 04:11:58] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005102 10.0.0.56 - - [2025-10-09 04:11:58] "GET /virtual-networks?parent_id=ddd31dbd-59ed-4838-b489-fb143860cdbe&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.004869 10.0.0.56 - - [2025-10-09 04:11:58] "GET /virtual-network/0ae1c83d-1877-4e79-a789-0ff18dadfee5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2224 0.008021 10.0.0.56 - - [2025-10-09 04:11:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003976 10.0.0.56 - - [2025-10-09 04:11:58] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003646 10.0.0.56 - - [2025-10-09 04:11:58] "GET /virtual-networks?parent_id=ddd31dbd-59ed-4838-b489-fb143860cdbe&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003000 10.0.0.56 - - [2025-10-09 04:11:58] "GET /virtual-network/0ae1c83d-1877-4e79-a789-0ff18dadfee5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2224 0.006177 10.0.0.56 - - [2025-10-09 04:11:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003002 10.0.0.56 - - [2025-10-09 04:11:58] "GET /routing-instance/848cab32-1f12-4151-8b96-c1547909ce07?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1787 0.004988 10.0.0.56 - - [2025-10-09 04:11:58] "GET /route-target/a6f9de27-0949-4306-abfe-f75c265f5c63?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004041 10.0.0.56 - - [2025-10-09 04:11:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003940 10.0.0.56 - - [2025-10-09 04:11:58] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003706 10.0.0.56 - - [2025-10-09 04:11:58] "GET /virtual-networks?parent_id=ddd31dbd-59ed-4838-b489-fb143860cdbe&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.004585 10.0.0.56 - - [2025-10-09 04:11:58] "GET /virtual-network/0ae1c83d-1877-4e79-a789-0ff18dadfee5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2224 0.007466 10.0.0.56 - - [2025-10-09 04:11:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003598 10.0.0.56 - - [2025-10-09 04:11:58] "GET /routing-instance/848cab32-1f12-4151-8b96-c1547909ce07?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1787 0.006243 10.0.0.56 - - [2025-10-09 04:11:58] "GET /route-target/a6f9de27-0949-4306-abfe-f75c265f5c63?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004616 10.0.0.56 - - [2025-10-09 04:11:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.004961 10.0.0.56 - - [2025-10-09 04:11:59] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.006321 10.0.0.56 - - [2025-10-09 04:11:59] "GET /virtual-networks?parent_id=ddd31dbd-59ed-4838-b489-fb143860cdbe&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.005648 10.0.0.56 - - [2025-10-09 04:11:59] "GET /virtual-network/0ae1c83d-1877-4e79-a789-0ff18dadfee5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2224 0.006888 10.0.0.56 - - [2025-10-09 04:11:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.004316 10.0.0.56 - - [2025-10-09 04:11:59] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.009412 10.0.0.56 - - [2025-10-09 04:11:59] "GET /virtual-networks?parent_id=ddd31dbd-59ed-4838-b489-fb143860cdbe&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.004330 10.0.0.56 - - [2025-10-09 04:11:59] "GET /virtual-network/0ae1c83d-1877-4e79-a789-0ff18dadfee5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2224 0.006388 10.0.0.56 - - [2025-10-09 04:11:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.005061 10.0.0.56 - - [2025-10-09 04:11:59] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004701 10.0.0.56 - - [2025-10-09 04:11:59] "GET /virtual-networks?parent_id=ddd31dbd-59ed-4838-b489-fb143860cdbe&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003697 10.0.0.56 - - [2025-10-09 04:11:59] "GET /virtual-network/0ae1c83d-1877-4e79-a789-0ff18dadfee5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2224 0.006794 10.0.0.41 - - [2025-10-09 04:11:59] "GET /obj-perms HTTP/1.1" 200 5032 0.003902 10.0.0.56 - - [2025-10-09 04:11:59] "GET /obj-perms HTTP/1.1" 200 5032 0.004102 10.0.0.56 - - [2025-10-09 04:11:59] "GET /obj-perms HTTP/1.1" 200 5032 0.004638 10.0.0.19 - - [2025-10-09 04:11:59] "GET /obj-perms HTTP/1.1" 200 5032 0.003706 10.0.0.56 - - [2025-10-09 04:11:59] "GET /virtual-machine/23497fc7-dc30-429a-8e70-43ea186a9f70 HTTP/1.1" 200 1293 0.004368 10.0.0.56 - - [2025-10-09 04:11:59] "GET /virtual-machine-interface/553878a7-b043-4c08-a374-e9492e7f1769 HTTP/1.1" 200 2949 0.005347 10.0.0.56 - - [2025-10-09 04:11:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003125 10.0.0.56 - - [2025-10-09 04:11:59] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003553 10.0.0.56 - - [2025-10-09 04:11:59] "GET /virtual-networks?parent_id=ddd31dbd-59ed-4838-b489-fb143860cdbe&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003368 10.0.0.56 - - [2025-10-09 04:11:59] "GET /virtual-network/c120c74b-f7a9-43c4-ba22-f2fae121f47a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.008291 10.0.0.56 - - [2025-10-09 04:12:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004261 10.0.0.56 - - [2025-10-09 04:12:01] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004432 10.0.0.56 - - [2025-10-09 04:12:01] "GET /virtual-networks?parent_id=ddd31dbd-59ed-4838-b489-fb143860cdbe&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003526 10.0.0.56 - - [2025-10-09 04:12:01] "GET /virtual-network/c120c74b-f7a9-43c4-ba22-f2fae121f47a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.007193 10.0.0.56 - - [2025-10-09 04:12:01] "GET /virtual-machine/f6bd0244-4e07-479b-a1e1-ac4505657fb9 HTTP/1.1" 200 1294 0.005247 10.0.0.56 - - [2025-10-09 04:12:01] "GET /virtual-machine-interface/329bdafb-b121-49fc-a952-ff46b8d02994 HTTP/1.1" 200 2949 0.006938 10.0.0.56 - - [2025-10-09 04:12:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003885 10.0.0.56 - - [2025-10-09 04:12:01] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004055 10.0.0.56 - - [2025-10-09 04:12:01] "GET /virtual-networks?parent_id=ddd31dbd-59ed-4838-b489-fb143860cdbe&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003043 10.0.0.56 - - [2025-10-09 04:12:01] "GET /virtual-network/0ae1c83d-1877-4e79-a789-0ff18dadfee5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2224 0.006377 10.0.0.56 - - [2025-10-09 04:12:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004106 10.0.0.56 - - [2025-10-09 04:12:02] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003611 10.0.0.56 - - [2025-10-09 04:12:02] "GET /virtual-networks?parent_id=ddd31dbd-59ed-4838-b489-fb143860cdbe&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003570 10.0.0.56 - - [2025-10-09 04:12:02] "GET /virtual-network/0ae1c83d-1877-4e79-a789-0ff18dadfee5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2224 0.006306 10.0.0.56 - - [2025-10-09 04:12:02] "POST /neutron/port HTTP/1.1" 200 1089 0.018371 10.0.0.56 - - [2025-10-09 04:12:07] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008403 10.0.0.56 - - [2025-10-09 04:12:12] "POST /neutron/port HTTP/1.1" 200 1089 0.015778 10.0.0.56 - - [2025-10-09 04:12:36] "POST /neutron/port HTTP/1.1" 200 1089 0.016789 10.0.0.56 - - [2025-10-09 04:12:36] "POST /neutron/subnet HTTP/1.1" 200 646 0.010120 10.0.0.41 - - [2025-10-09 04:12:38] "GET /obj-perms HTTP/1.1" 200 5056 0.056627 10.0.0.56 - - [2025-10-09 04:12:44] "POST /neutron/port HTTP/1.1" 200 1089 0.025698 10.0.0.56 - - [2025-10-09 04:12:44] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004425 10.0.0.56 - - [2025-10-09 04:12:44] "POST /neutron/network HTTP/1.1" 200 886 0.008371 10.0.0.56 - - [2025-10-09 04:12:56] "GET /virtual-machine/f6bd0244-4e07-479b-a1e1-ac4505657fb9 HTTP/1.1" 200 1294 0.004683 10.0.0.56 - - [2025-10-09 04:12:57] "POST /neutron/port HTTP/1.1" 200 151 0.197084 10.0.0.56 - - [2025-10-09 04:12:58] "GET /virtual-machine/f6bd0244-4e07-479b-a1e1-ac4505657fb9 HTTP/1.1" 404 171 0.005938 10.0.0.56 - - [2025-10-09 04:12:58] "GET /virtual-machine/f6bd0244-4e07-479b-a1e1-ac4505657fb9 HTTP/1.1" 404 171 0.003768 10.0.0.56 - - [2025-10-09 04:12:58] "GET /virtual-machine/f6bd0244-4e07-479b-a1e1-ac4505657fb9 HTTP/1.1" 404 171 0.003377 10.0.0.56 - - [2025-10-09 04:12:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004227 10.0.0.56 - - [2025-10-09 04:12:58] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003723 10.0.0.56 - - [2025-10-09 04:12:59] "GET /virtual-networks?parent_id=ddd31dbd-59ed-4838-b489-fb143860cdbe&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.002842 10.0.0.56 - - [2025-10-09 04:12:59] "GET /virtual-network/0ae1c83d-1877-4e79-a789-0ff18dadfee5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2224 0.006215 10.0.0.56 - - [2025-10-09 04:12:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003405 10.0.0.56 - - [2025-10-09 04:12:59] "GET /routing-instance/848cab32-1f12-4151-8b96-c1547909ce07?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1787 0.005579 10.0.0.56 - - [2025-10-09 04:12:59] "GET /route-target/a6f9de27-0949-4306-abfe-f75c265f5c63?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004033 10.0.0.56 - - [2025-10-09 04:12:59] "GET /obj-perms HTTP/1.1" 200 5032 0.004118 10.0.0.41 - - [2025-10-09 04:13:00] "GET /global-system-configs HTTP/1.1" 401 292 0.000475 10.0.0.41 - - [2025-10-09 04:13:00] "GET /global-system-configs HTTP/1.1" 401 292 0.000515 10.0.0.41 - - [2025-10-09 04:13:01] "GET /global-system-configs HTTP/1.1" 401 292 0.000442 10.0.0.41 - - [2025-10-09 04:13:01] "GET /global-system-configs HTTP/1.1" 401 292 0.000410 10.0.0.19 - - [2025-10-09 04:13:01] "GET /global-system-configs HTTP/1.1" 401 292 0.000419 10.0.0.19 - - [2025-10-09 04:13:01] "GET /global-system-configs HTTP/1.1" 401 292 0.000475 10.0.0.19 - - [2025-10-09 04:13:01] "GET /global-system-configs HTTP/1.1" 401 292 0.000528 10.0.0.19 - - [2025-10-09 04:13:01] "GET /global-system-configs HTTP/1.1" 401 292 0.000542 10.0.0.56 - - [2025-10-09 04:13:03] "GET /global-system-configs HTTP/1.1" 401 292 0.000435 10.0.0.56 - - [2025-10-09 04:13:03] "GET /global-system-configs HTTP/1.1" 401 292 0.000401 10.0.0.19 - - [2025-10-09 04:13:05] "GET /obj-perms HTTP/1.1" 200 5032 0.006817 10.0.0.56 - - [2025-10-09 04:13:05] "GET /global-system-configs HTTP/1.1" 401 292 0.000447 10.0.0.56 - - [2025-10-09 04:13:06] "GET /global-system-configs HTTP/1.1" 401 292 0.000427 10.0.0.56 - - [2025-10-09 04:13:08] "GET /obj-perms HTTP/1.1" 200 5032 0.004306 10.0.0.19 - - [2025-10-09 04:13:14] "GET /obj-perms HTTP/1.1" 200 5032 0.004393 10.0.0.56 - - [2025-10-09 04:13:14] "GET /obj-perms HTTP/1.1" 200 5032 0.004076 10.0.0.56 - - [2025-10-09 04:13:14] "GET /virtual-machine/23497fc7-dc30-429a-8e70-43ea186a9f70 HTTP/1.1" 200 1293 0.062666 10.0.0.56 - - [2025-10-09 04:13:15] "POST /neutron/port HTTP/1.1" 200 151 0.195394 10.0.0.56 - - [2025-10-09 04:13:16] "GET /virtual-machine/23497fc7-dc30-429a-8e70-43ea186a9f70 HTTP/1.1" 404 171 0.004297 10.0.0.56 - - [2025-10-09 04:13:16] "GET /virtual-machine/23497fc7-dc30-429a-8e70-43ea186a9f70 HTTP/1.1" 404 171 0.003744 10.0.0.56 - - [2025-10-09 04:13:16] "GET /virtual-machine/23497fc7-dc30-429a-8e70-43ea186a9f70 HTTP/1.1" 404 171 0.003596 10.0.0.56 - - [2025-10-09 04:13:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004442 10.0.0.56 - - [2025-10-09 04:13:17] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005252 10.0.0.56 - - [2025-10-09 04:13:17] "GET /virtual-networks?parent_id=ddd31dbd-59ed-4838-b489-fb143860cdbe&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003857 10.0.0.56 - - [2025-10-09 04:13:17] "GET /virtual-network/c120c74b-f7a9-43c4-ba22-f2fae121f47a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.006021 10.0.0.56 - - [2025-10-09 04:13:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003552 10.0.0.56 - - [2025-10-09 04:13:17] "GET /routing-instance/9704d26b-d115-4ff3-8b7e-27a49bff56d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1788 0.005082 10.0.0.56 - - [2025-10-09 04:13:17] "GET /route-target/05564a38-c2fb-481c-a1ac-ee13f963d803?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 900 0.004106 10.0.0.56 - - [2025-10-09 04:13:17] "GET /obj-perms HTTP/1.1" 200 5032 0.004839 10.0.0.56 - - [2025-10-09 04:13:23] "GET /obj-perms HTTP/1.1" 200 5032 0.004309 10.0.0.56 - - [2025-10-09 04:13:23] "GET /obj-perms HTTP/1.1" 200 5032 0.003746 10.0.0.41 - - [2025-10-09 04:13:23] "POST /useragent-kv HTTP/1.1" 200 115 0.009089 10.0.0.41 - - [2025-10-09 04:13:23] "POST /useragent-kv HTTP/1.1" 200 115 0.003756 10.0.0.56 - - [2025-10-09 04:13:23] "DELETE /virtual-network/bb5024de-91ca-400a-907c-c2bd55e901aa HTTP/1.1" 200 115 0.102446 10.0.0.41 - - [2025-10-09 04:13:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.029526 10.0.0.56 - - [2025-10-09 04:13:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003783 10.0.0.56 - - [2025-10-09 04:13:24] "GET /network-policy/b82b1567-7f29-48cb-9ab5-4dfcfe81f8ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2079 0.003584 10.0.0.56 - - [2025-10-09 04:13:24] "POST /ref-update HTTP/1.1" 200 156 0.054175 10.0.0.41 - - [2025-10-09 04:13:24] "POST /ref-update HTTP/1.1" 200 156 0.025895 10.0.0.56 - - [2025-10-09 04:13:24] "GET /virtual-network/0ae1c83d-1877-4e79-a789-0ff18dadfee5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1931 0.007332 10.0.0.56 - - [2025-10-09 04:13:24] "DELETE /virtual-network/0ae1c83d-1877-4e79-a789-0ff18dadfee5 HTTP/1.1" 409 248 0.015969 10.0.0.56 - - [2025-10-09 04:13:24] "POST /neutron/port HTTP/1.1" 200 1115 0.013836 10.0.0.56 - - [2025-10-09 04:13:24] "POST /neutron/port HTTP/1.1" 200 1115 0.013953 10.0.0.41 - - [2025-10-09 04:13:26] "POST /useragent-kv HTTP/1.1" 200 115 0.003183 10.0.0.41 - - [2025-10-09 04:13:26] "POST /useragent-kv HTTP/1.1" 200 115 0.002364 10.0.0.56 - - [2025-10-09 04:13:26] "DELETE /virtual-network/0ae1c83d-1877-4e79-a789-0ff18dadfee5 HTTP/1.1" 200 115 0.115592 10.0.0.56 - - [2025-10-09 04:13:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003874 10.0.0.56 - - [2025-10-09 04:13:26] "GET /network-policy/1ccf4b61-83a2-48fe-859a-7bf8e9386add?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2077 0.003820 10.0.0.56 - - [2025-10-09 04:13:26] "POST /ref-update HTTP/1.1" 200 156 0.058334 10.0.0.41 - - [2025-10-09 04:13:26] "DELETE /access-control-list/dd9ba9b3-6d55-4918-af53-94f003d1905a HTTP/1.1" 200 115 0.050456 10.0.0.56 - - [2025-10-09 04:13:26] "GET /virtual-network/c120c74b-f7a9-43c4-ba22-f2fae121f47a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1933 0.010833 10.0.0.41 - - [2025-10-09 04:13:26] "POST /useragent-kv HTTP/1.1" 200 115 0.002409 10.0.0.41 - - [2025-10-09 04:13:26] "POST /useragent-kv HTTP/1.1" 200 115 0.003328 10.0.0.56 - - [2025-10-09 04:13:26] "DELETE /virtual-network/c120c74b-f7a9-43c4-ba22-f2fae121f47a HTTP/1.1" 200 115 0.129912 10.0.0.56 - - [2025-10-09 04:13:27] "DELETE /network-policy/b82b1567-7f29-48cb-9ab5-4dfcfe81f8ec HTTP/1.1" 200 115 0.038452 10.0.0.56 - - [2025-10-09 04:13:27] "DELETE /network-policy/1ccf4b61-83a2-48fe-859a-7bf8e9386add HTTP/1.1" 200 115 0.030956 10.0.0.19 - - [2025-10-09 04:13:39] "GET /obj-perms HTTP/1.1" 200 5056 0.052761 10.0.0.41 - - [2025-10-09 04:13:39] "GET /obj-perms HTTP/1.1" 200 5056 0.047276 10.0.0.41 - - [2025-10-09 04:14:05] "GET /projects?obj_uuids=ddd31dbd-59ed-4838-b489-fb143860cdbe&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001090 10.0.0.56 - - [2025-10-09 04:14:05] "GET /project/ddd31dbd-59ed-4838-b489-fb143860cdbe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.069123 10.0.0.41 - - [2025-10-09 04:14:05] "GET /projects?obj_uuids=ddd31dbd-59ed-4838-b489-fb143860cdbe&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001205 10.0.0.56 - - [2025-10-09 04:14:05] "GET /project/ddd31dbd-59ed-4838-b489-fb143860cdbe?fields=virtual_networks HTTP/1.1" 200 1035 0.056188 10.0.0.41 - - [2025-10-09 04:14:05] "GET /projects?obj_uuids=ddd31dbd-59ed-4838-b489-fb143860cdbe&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001705 10.0.0.56 - - [2025-10-09 04:14:05] "GET /project/ddd31dbd-59ed-4838-b489-fb143860cdbe?fields=virtual_machine_interfaces HTTP/1.1" 200 1035 0.067971 10.0.0.41 - - [2025-10-09 04:14:05] "GET /projects?obj_uuids=ddd31dbd-59ed-4838-b489-fb143860cdbe&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000993 10.0.0.56 - - [2025-10-09 04:14:05] "GET /project/ddd31dbd-59ed-4838-b489-fb143860cdbe?fields=security_groups HTTP/1.1" 200 1262 0.045915 10.0.0.56 - - [2025-10-09 04:14:06] "POST /fqname-to-id HTTP/1.1" 404 188 0.031335 10.0.0.41 - - [2025-10-09 04:14:06] "GET /projects?obj_uuids=66306b0c-ea20-4d72-bd9f-94225ffde265&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003966 10.0.0.41 - - [2025-10-09 04:14:06] "GET /domains?obj_uuids=7ed77c0b-e642-4c13-a404-7756503cf17d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001425 10.0.0.41 - - [2025-10-09 04:14:06] "GET /domain/7ed77c0b-e642-4c13-a404-7756503cf17d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.009504 10.0.0.41 - - [2025-10-09 04:14:06] "POST /id-to-fqname HTTP/1.1" 200 190 0.009883 10.0.0.41 - - [2025-10-09 04:14:06] "POST /fqname-to-id HTTP/1.1" 404 199 0.007891 10.0.0.41 - - [2025-10-09 04:14:07] "POST /security-groups HTTP/1.1" 200 591 0.034531 10.0.0.41 - - [2025-10-09 04:14:07] "POST /fqname-to-id HTTP/1.1" 404 234 0.003128 10.0.0.41 - - [2025-10-09 04:14:07] "POST /projects HTTP/1.1" 200 585 0.308182 10.0.0.41 - - [2025-10-09 04:14:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.388679 10.0.0.41 - - [2025-10-09 04:14:07] "POST /access-control-lists HTTP/1.1" 200 594 0.031898 10.0.0.56 - - [2025-10-09 04:14:07] "GET /project/66306b0c-ea20-4d72-bd9f-94225ffde265?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.544015 10.0.0.56 - - [2025-10-09 04:14:08] "GET / HTTP/1.1" 200 35931 0.002281 10.0.0.56 - - [2025-10-09 04:14:10] "POST /fqname-to-id HTTP/1.1" 401 292 0.000525 10.0.0.56 - - [2025-10-09 04:14:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.053995 10.0.0.41 - - [2025-10-09 04:14:10] "GET /projects?obj_uuids=66306b0c-ea20-4d72-bd9f-94225ffde265&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001128 10.0.0.56 - - [2025-10-09 04:14:10] "GET /project/66306b0c-ea20-4d72-bd9f-94225ffde265?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.058586 10.0.0.56 - - [2025-10-09 04:14:10] "POST /neutron/network HTTP/1.1" 200 117 0.038733 10.0.0.56 - - [2025-10-09 04:14:11] "POST /neutron/network HTTP/1.1" 200 824 0.008518 10.0.0.56 - - [2025-10-09 04:14:11] "POST /id-to-fqname HTTP/1.1" 200 220 0.000996 10.0.0.56 - - [2025-10-09 04:14:11] "GET /virtual-network/92dc2ff2-01a7-496c-8b47-f897508f9cfb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.004708 10.0.0.56 - - [2025-10-09 04:14:11] "GET /virtual-network/92dc2ff2-01a7-496c-8b47-f897508f9cfb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.005879 10.0.0.56 - - [2025-10-09 04:14:11] "POST /neutron/subnet HTTP/1.1" 200 724 0.009304 10.0.0.56 - - [2025-10-09 04:14:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003340 10.0.0.41 - - [2025-10-09 04:14:11] "GET /projects?obj_uuids=66306b0c-ea20-4d72-bd9f-94225ffde265&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000947 10.0.0.56 - - [2025-10-09 04:14:11] "GET /project/66306b0c-ea20-4d72-bd9f-94225ffde265?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.068402 10.0.0.41 - - [2025-10-09 04:14:11] "POST /route-targets HTTP/1.1" 200 327 0.012488 10.0.0.41 - - [2025-10-09 04:14:11] "POST /useragent-kv HTTP/1.1" 200 115 0.007252 10.0.0.56 - - [2025-10-09 04:14:11] "POST /neutron/subnet HTTP/1.1" 200 730 0.232017 10.0.0.56 - - [2025-10-09 04:14:11] "POST /id-to-fqname HTTP/1.1" 200 220 0.002072 10.0.0.56 - - [2025-10-09 04:14:11] "GET /virtual-network/bd6feb2e-c5df-4ea3-bc65-235449afdd03?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.006438 10.0.0.56 - - [2025-10-09 04:14:11] "GET /virtual-network/bd6feb2e-c5df-4ea3-bc65-235449afdd03?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.006845 10.0.0.56 - - [2025-10-09 04:14:11] "POST /neutron/network HTTP/1.1" 200 825 0.013274 10.0.0.56 - - [2025-10-09 04:14:11] "POST /id-to-fqname HTTP/1.1" 200 220 0.001852 10.0.0.41 - - [2025-10-09 04:14:12] "DELETE /access-control-list/d126369c-4ee7-4ee7-8d4d-72b4bb639d4c HTTP/1.1" 200 115 0.076062 10.0.0.41 - - [2025-10-09 04:14:13] "GET /projects?obj_uuids=66306b0c-ea20-4d72-bd9f-94225ffde265&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001161 10.0.0.56 - - [2025-10-09 04:14:13] "GET /project/66306b0c-ea20-4d72-bd9f-94225ffde265?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.061186 10.0.0.56 - - [2025-10-09 04:14:13] "POST /neutron/network HTTP/1.1" 200 824 0.009037 10.0.0.56 - - [2025-10-09 04:14:13] "POST /id-to-fqname HTTP/1.1" 200 220 0.001927 10.0.0.56 - - [2025-10-09 04:14:13] "POST /neutron/port HTTP/1.1" 200 117 0.007200 10.0.0.41 - - [2025-10-09 04:14:13] "GET /projects?obj_uuids=66306b0c-ea20-4d72-bd9f-94225ffde265&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001045 10.0.0.56 - - [2025-10-09 04:14:14] "POST /neutron/port HTTP/1.1" 200 1060 0.338249 10.0.0.41 - - [2025-10-09 04:14:14] "GET /projects?obj_uuids=66306b0c-ea20-4d72-bd9f-94225ffde265&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001062 10.0.0.56 - - [2025-10-09 04:14:14] "GET /project/66306b0c-ea20-4d72-bd9f-94225ffde265?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.077125 10.0.0.56 - - [2025-10-09 04:14:14] "POST /neutron/port HTTP/1.1" 200 1114 0.215453 10.0.0.56 - - [2025-10-09 04:14:14] "POST /neutron/port HTTP/1.1" 200 1088 0.024000 10.0.0.56 - - [2025-10-09 04:14:14] "POST /neutron/security_group HTTP/1.1" 200 2058 0.009071 10.0.0.56 - - [2025-10-09 04:14:14] "POST /neutron/port HTTP/1.1" 200 117 0.007852 10.0.0.56 - - [2025-10-09 04:14:15] "POST /neutron/network HTTP/1.1" 200 835 0.007627 10.0.0.56 - - [2025-10-09 04:14:15] "POST /neutron/port HTTP/1.1" 200 1061 0.015115 10.0.0.56 - - [2025-10-09 04:14:15] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004339 10.0.0.56 - - [2025-10-09 04:14:15] "POST /neutron/network HTTP/1.1" 200 825 0.008039 10.0.0.56 - - [2025-10-09 04:14:19] "POST /neutron/port HTTP/1.1" 200 1088 0.021044 10.0.0.56 - - [2025-10-09 04:14:20] "POST /neutron/security_group HTTP/1.1" 200 2058 0.008191 10.0.0.56 - - [2025-10-09 04:14:20] "GET /virtual-machine/9698b2ff-1b95-4fa1-8904-d5f8b4cfebd8 HTTP/1.1" 401 292 0.000549 10.0.0.56 - - [2025-10-09 04:14:20] "GET /virtual-machine/9698b2ff-1b95-4fa1-8904-d5f8b4cfebd8 HTTP/1.1" 200 1292 0.041139 10.0.0.56 - - [2025-10-09 04:14:20] "GET /virtual-machine-interface/7a3dd6c0-acdd-4a6d-b39d-fe6d26f8175e HTTP/1.1" 200 2941 0.007719 10.0.0.56 - - [2025-10-09 04:14:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.006138 10.0.0.56 - - [2025-10-09 04:14:20] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004454 10.0.0.56 - - [2025-10-09 04:14:20] "GET /virtual-networks?parent_id=66306b0c-ea20-4d72-bd9f-94225ffde265&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.004430 10.0.0.56 - - [2025-10-09 04:14:20] "GET /virtual-network/92dc2ff2-01a7-496c-8b47-f897508f9cfb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.009171 10.0.0.56 - - [2025-10-09 04:14:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003951 10.0.0.56 - - [2025-10-09 04:14:23] "GET /virtual-network/92dc2ff2-01a7-496c-8b47-f897508f9cfb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.005243 10.0.0.56 - - [2025-10-09 04:14:24] "POST /neutron/port HTTP/1.1" 200 1089 0.017334 10.0.0.56 - - [2025-10-09 04:14:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003750 10.0.0.56 - - [2025-10-09 04:14:25] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003839 10.0.0.56 - - [2025-10-09 04:14:25] "GET /virtual-networks?parent_id=66306b0c-ea20-4d72-bd9f-94225ffde265&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.002909 10.0.0.56 - - [2025-10-09 04:14:25] "GET /virtual-network/92dc2ff2-01a7-496c-8b47-f897508f9cfb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.006063 10.0.0.56 - - [2025-10-09 04:14:25] "POST /neutron/security_group HTTP/1.1" 200 2058 0.009506 10.0.0.41 - - [2025-10-09 04:14:27] "DELETE /project/ddd31dbd-59ed-4838-b489-fb143860cdbe HTTP/1.1" 404 177 0.003774 10.0.0.41 - - [2025-10-09 04:14:27] "DELETE /project/66306b0cea204d72bd9f94225ffde265 HTTP/1.1" 404 173 0.002784 10.0.0.56 - - [2025-10-09 04:14:31] "POST /neutron/port HTTP/1.1" 200 1089 0.016520 10.0.0.56 - - [2025-10-09 04:14:31] "POST /neutron/security_group HTTP/1.1" 200 2058 0.008207 10.0.0.56 - - [2025-10-09 04:14:31] "GET /virtual-machine/c0fcc42b-74a5-4fe8-8352-9dfb55aef509 HTTP/1.1" 200 1292 0.006079 10.0.0.56 - - [2025-10-09 04:14:31] "GET /virtual-machine-interface/f60cb136-8c43-4519-b87a-fbdc4e5b12ab HTTP/1.1" 200 2942 0.005183 10.0.0.56 - - [2025-10-09 04:14:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003373 10.0.0.56 - - [2025-10-09 04:14:31] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.010070 10.0.0.56 - - [2025-10-09 04:14:31] "GET /virtual-networks?parent_id=66306b0c-ea20-4d72-bd9f-94225ffde265&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003501 10.0.0.56 - - [2025-10-09 04:14:31] "GET /virtual-network/bd6feb2e-c5df-4ea3-bc65-235449afdd03?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.006125 10.0.0.56 - - [2025-10-09 04:14:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004111 10.0.0.56 - - [2025-10-09 04:14:32] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004083 10.0.0.56 - - [2025-10-09 04:14:32] "GET /virtual-networks?parent_id=66306b0c-ea20-4d72-bd9f-94225ffde265&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003295 10.0.0.56 - - [2025-10-09 04:14:32] "GET /virtual-network/bd6feb2e-c5df-4ea3-bc65-235449afdd03?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.007081 10.0.0.56 - - [2025-10-09 04:14:32] "GET /virtual-machine/9698b2ff-1b95-4fa1-8904-d5f8b4cfebd8 HTTP/1.1" 200 1292 0.004300 10.0.0.56 - - [2025-10-09 04:14:32] "GET /virtual-machine-interface/7a3dd6c0-acdd-4a6d-b39d-fe6d26f8175e HTTP/1.1" 200 2941 0.005077 10.0.0.56 - - [2025-10-09 04:14:32] "GET /virtual-machine/9698b2ff-1b95-4fa1-8904-d5f8b4cfebd8 HTTP/1.1" 200 1292 0.003882 10.0.0.56 - - [2025-10-09 04:14:32] "GET /virtual-machine-interface/7a3dd6c0-acdd-4a6d-b39d-fe6d26f8175e HTTP/1.1" 200 2941 0.004976 10.0.0.56 - - [2025-10-09 04:14:32] "GET /instance-ip/94681233-bf6c-4399-a06d-856890ee7993 HTTP/1.1" 200 1621 0.006104 10.0.0.56 - - [2025-10-09 04:14:32] "GET /virtual-machine/9698b2ff-1b95-4fa1-8904-d5f8b4cfebd8 HTTP/1.1" 200 1292 0.003535 10.0.0.56 - - [2025-10-09 04:14:33] "GET /virtual-machine-interface/7a3dd6c0-acdd-4a6d-b39d-fe6d26f8175e HTTP/1.1" 200 2941 0.004779 10.0.0.56 - - [2025-10-09 04:14:33] "GET /instance-ip/94681233-bf6c-4399-a06d-856890ee7993 HTTP/1.1" 200 1621 0.004532 10.0.0.56 - - [2025-10-09 04:14:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.004061 10.0.0.56 - - [2025-10-09 04:14:33] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003561 10.0.0.56 - - [2025-10-09 04:14:33] "GET /virtual-networks?parent_id=66306b0c-ea20-4d72-bd9f-94225ffde265&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.002997 10.0.0.56 - - [2025-10-09 04:14:33] "GET /virtual-network/92dc2ff2-01a7-496c-8b47-f897508f9cfb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.005974 10.0.0.56 - - [2025-10-09 04:14:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003460 10.0.0.56 - - [2025-10-09 04:14:33] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004691 10.0.0.56 - - [2025-10-09 04:14:33] "GET /virtual-networks?parent_id=66306b0c-ea20-4d72-bd9f-94225ffde265&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.002861 10.0.0.56 - - [2025-10-09 04:14:33] "GET /virtual-network/92dc2ff2-01a7-496c-8b47-f897508f9cfb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.006127 10.0.0.56 - - [2025-10-09 04:14:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003729 10.0.0.56 - - [2025-10-09 04:14:33] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004417 10.0.0.56 - - [2025-10-09 04:14:33] "GET /virtual-networks?parent_id=66306b0c-ea20-4d72-bd9f-94225ffde265&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003010 10.0.0.56 - - [2025-10-09 04:14:33] "GET /virtual-network/92dc2ff2-01a7-496c-8b47-f897508f9cfb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.006340 10.0.0.56 - - [2025-10-09 04:14:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003494 10.0.0.56 - - [2025-10-09 04:14:33] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004365 10.0.0.56 - - [2025-10-09 04:14:33] "GET /virtual-networks?parent_id=66306b0c-ea20-4d72-bd9f-94225ffde265&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003620 10.0.0.56 - - [2025-10-09 04:14:33] "GET /virtual-network/92dc2ff2-01a7-496c-8b47-f897508f9cfb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.005978 10.0.0.56 - - [2025-10-09 04:14:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003958 10.0.0.56 - - [2025-10-09 04:14:33] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004637 10.0.0.56 - - [2025-10-09 04:14:33] "GET /virtual-networks?parent_id=66306b0c-ea20-4d72-bd9f-94225ffde265&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003675 10.0.0.56 - - [2025-10-09 04:14:33] "GET /virtual-network/92dc2ff2-01a7-496c-8b47-f897508f9cfb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.006013 10.0.0.56 - - [2025-10-09 04:14:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.004080 10.0.0.56 - - [2025-10-09 04:14:33] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003938 10.0.0.56 - - [2025-10-09 04:14:33] "GET /virtual-networks?parent_id=66306b0c-ea20-4d72-bd9f-94225ffde265&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003044 10.0.0.56 - - [2025-10-09 04:14:33] "GET /virtual-network/92dc2ff2-01a7-496c-8b47-f897508f9cfb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.006619 10.0.0.56 - - [2025-10-09 04:14:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003391 10.0.0.56 - - [2025-10-09 04:14:33] "GET /routing-instance/498f1372-a41f-4deb-8928-0fb9e0472056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1474 0.006610 10.0.0.56 - - [2025-10-09 04:14:33] "GET /route-target/aadc14df-4d44-47f0-ad52-f678e6a9f05e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004497 10.0.0.56 - - [2025-10-09 04:14:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003500 10.0.0.56 - - [2025-10-09 04:14:34] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005309 10.0.0.56 - - [2025-10-09 04:14:34] "GET /virtual-networks?parent_id=66306b0c-ea20-4d72-bd9f-94225ffde265&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003991 10.0.0.56 - - [2025-10-09 04:14:34] "GET /virtual-network/92dc2ff2-01a7-496c-8b47-f897508f9cfb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.006676 10.0.0.56 - - [2025-10-09 04:14:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003789 10.0.0.56 - - [2025-10-09 04:14:34] "GET /routing-instance/498f1372-a41f-4deb-8928-0fb9e0472056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1474 0.005763 10.0.0.56 - - [2025-10-09 04:14:34] "GET /route-target/aadc14df-4d44-47f0-ad52-f678e6a9f05e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004357 10.0.0.56 - - [2025-10-09 04:14:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003776 10.0.0.56 - - [2025-10-09 04:14:34] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004552 10.0.0.56 - - [2025-10-09 04:14:34] "GET /virtual-networks?parent_id=66306b0c-ea20-4d72-bd9f-94225ffde265&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003067 10.0.0.56 - - [2025-10-09 04:14:34] "GET /virtual-network/92dc2ff2-01a7-496c-8b47-f897508f9cfb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.006171 10.0.0.56 - - [2025-10-09 04:14:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003734 10.0.0.56 - - [2025-10-09 04:14:34] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004199 10.0.0.56 - - [2025-10-09 04:14:34] "GET /virtual-networks?parent_id=66306b0c-ea20-4d72-bd9f-94225ffde265&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003725 10.0.0.56 - - [2025-10-09 04:14:34] "GET /virtual-network/92dc2ff2-01a7-496c-8b47-f897508f9cfb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.006824 10.0.0.41 - - [2025-10-09 04:14:39] "GET /obj-perms HTTP/1.1" 200 5030 0.045611 10.0.0.56 - - [2025-10-09 04:14:40] "POST /neutron/port HTTP/1.1" 200 1089 0.015654 10.0.0.56 - - [2025-10-09 04:14:40] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004287 10.0.0.56 - - [2025-10-09 04:14:40] "POST /neutron/network HTTP/1.1" 200 825 0.006587 10.0.0.56 - - [2025-10-09 04:14:43] "GET /obj-perms HTTP/1.1" 200 5030 0.046942 10.0.0.41 - - [2025-10-09 04:14:43] "GET /obj-perms HTTP/1.1" 200 5030 0.003866 10.0.0.56 - - [2025-10-09 04:14:43] "GET /obj-perms HTTP/1.1" 200 5030 0.004069 10.0.0.19 - - [2025-10-09 04:14:44] "GET /obj-perms HTTP/1.1" 200 5030 0.046761 10.0.0.56 - - [2025-10-09 04:14:44] "GET /virtual-machine/c0fcc42b-74a5-4fe8-8352-9dfb55aef509 HTTP/1.1" 200 1292 0.005272 10.0.0.56 - - [2025-10-09 04:14:44] "GET /virtual-machine-interface/f60cb136-8c43-4519-b87a-fbdc4e5b12ab HTTP/1.1" 200 2942 0.006174 10.0.0.56 - - [2025-10-09 04:14:44] "GET /virtual-machine/c0fcc42b-74a5-4fe8-8352-9dfb55aef509 HTTP/1.1" 200 1292 0.004211 10.0.0.56 - - [2025-10-09 04:14:44] "GET /virtual-machine-interface/f60cb136-8c43-4519-b87a-fbdc4e5b12ab HTTP/1.1" 200 2942 0.005282 10.0.0.56 - - [2025-10-09 04:14:44] "GET /instance-ip/bfacc6b4-eb63-464a-8fd7-8c68f319d856 HTTP/1.1" 200 1622 0.006603 10.0.0.56 - - [2025-10-09 04:14:44] "GET /virtual-machine/c0fcc42b-74a5-4fe8-8352-9dfb55aef509 HTTP/1.1" 200 1292 0.004939 10.0.0.56 - - [2025-10-09 04:14:44] "GET /virtual-machine-interface/f60cb136-8c43-4519-b87a-fbdc4e5b12ab HTTP/1.1" 200 2942 0.005238 10.0.0.56 - - [2025-10-09 04:14:44] "GET /instance-ip/bfacc6b4-eb63-464a-8fd7-8c68f319d856 HTTP/1.1" 200 1622 0.004292 10.0.0.56 - - [2025-10-09 04:14:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003514 10.0.0.56 - - [2025-10-09 04:14:44] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003578 10.0.0.56 - - [2025-10-09 04:14:44] "GET /virtual-networks?parent_id=66306b0c-ea20-4d72-bd9f-94225ffde265&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.004119 10.0.0.56 - - [2025-10-09 04:14:44] "GET /virtual-network/bd6feb2e-c5df-4ea3-bc65-235449afdd03?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.006765 10.0.0.56 - - [2025-10-09 04:14:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004230 10.0.0.56 - - [2025-10-09 04:14:44] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005893 10.0.0.56 - - [2025-10-09 04:14:44] "GET /virtual-networks?parent_id=66306b0c-ea20-4d72-bd9f-94225ffde265&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.004364 10.0.0.56 - - [2025-10-09 04:14:44] "GET /virtual-network/bd6feb2e-c5df-4ea3-bc65-235449afdd03?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.007603 10.0.0.56 - - [2025-10-09 04:14:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004740 10.0.0.56 - - [2025-10-09 04:14:44] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005674 10.0.0.56 - - [2025-10-09 04:14:44] "GET /virtual-networks?parent_id=66306b0c-ea20-4d72-bd9f-94225ffde265&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003988 10.0.0.56 - - [2025-10-09 04:14:44] "GET /virtual-network/bd6feb2e-c5df-4ea3-bc65-235449afdd03?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.007827 10.0.0.56 - - [2025-10-09 04:14:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003778 10.0.0.56 - - [2025-10-09 04:14:44] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004609 10.0.0.56 - - [2025-10-09 04:14:44] "GET /virtual-networks?parent_id=66306b0c-ea20-4d72-bd9f-94225ffde265&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.004003 10.0.0.56 - - [2025-10-09 04:14:44] "GET /virtual-network/bd6feb2e-c5df-4ea3-bc65-235449afdd03?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.006866 10.0.0.56 - - [2025-10-09 04:14:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003793 10.0.0.56 - - [2025-10-09 04:14:45] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005024 10.0.0.56 - - [2025-10-09 04:14:45] "GET /virtual-networks?parent_id=66306b0c-ea20-4d72-bd9f-94225ffde265&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003650 10.0.0.56 - - [2025-10-09 04:14:45] "GET /virtual-network/bd6feb2e-c5df-4ea3-bc65-235449afdd03?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.006414 10.0.0.56 - - [2025-10-09 04:14:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004290 10.0.0.56 - - [2025-10-09 04:14:45] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003696 10.0.0.56 - - [2025-10-09 04:14:45] "GET /virtual-networks?parent_id=66306b0c-ea20-4d72-bd9f-94225ffde265&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.002674 10.0.0.56 - - [2025-10-09 04:14:45] "GET /virtual-network/bd6feb2e-c5df-4ea3-bc65-235449afdd03?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.006160 10.0.0.56 - - [2025-10-09 04:14:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003529 10.0.0.56 - - [2025-10-09 04:14:45] "GET /routing-instance/0ca61750-c019-4d07-bc82-a633b9033deb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1474 0.004599 10.0.0.56 - - [2025-10-09 04:14:45] "GET /route-target/00f7e171-16be-4ef2-a870-bc53b728a87a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 899 0.004558 10.0.0.56 - - [2025-10-09 04:14:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003442 10.0.0.56 - - [2025-10-09 04:14:45] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003733 10.0.0.56 - - [2025-10-09 04:14:45] "GET /virtual-networks?parent_id=66306b0c-ea20-4d72-bd9f-94225ffde265&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003267 10.0.0.56 - - [2025-10-09 04:14:45] "GET /virtual-network/bd6feb2e-c5df-4ea3-bc65-235449afdd03?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.006490 10.0.0.56 - - [2025-10-09 04:14:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003158 10.0.0.56 - - [2025-10-09 04:14:45] "GET /routing-instance/0ca61750-c019-4d07-bc82-a633b9033deb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1474 0.005949 10.0.0.56 - - [2025-10-09 04:14:45] "GET /route-target/00f7e171-16be-4ef2-a870-bc53b728a87a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 899 0.004760 10.0.0.56 - - [2025-10-09 04:14:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003459 10.0.0.56 - - [2025-10-09 04:14:45] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004207 10.0.0.56 - - [2025-10-09 04:14:45] "GET /virtual-networks?parent_id=66306b0c-ea20-4d72-bd9f-94225ffde265&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003164 10.0.0.56 - - [2025-10-09 04:14:45] "GET /virtual-network/bd6feb2e-c5df-4ea3-bc65-235449afdd03?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.006010 10.0.0.56 - - [2025-10-09 04:14:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003951 10.0.0.56 - - [2025-10-09 04:14:45] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004219 10.0.0.56 - - [2025-10-09 04:14:45] "GET /virtual-networks?parent_id=66306b0c-ea20-4d72-bd9f-94225ffde265&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003426 10.0.0.56 - - [2025-10-09 04:14:45] "GET /virtual-network/bd6feb2e-c5df-4ea3-bc65-235449afdd03?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.006314 10.0.0.41 - - [2025-10-09 04:14:45] "GET /obj-perms HTTP/1.1" 200 5030 0.004529 10.0.0.56 - - [2025-10-09 04:14:46] "GET /obj-perms HTTP/1.1" 200 5030 0.004429 10.0.0.56 - - [2025-10-09 04:14:46] "GET /obj-perms HTTP/1.1" 200 5030 0.004613 10.0.0.56 - - [2025-10-09 04:14:46] "GET /obj-perms HTTP/1.1" 200 5030 0.004335 10.0.0.41 - - [2025-10-09 04:14:46] "GET /obj-perms HTTP/1.1" 200 5030 0.003659 10.0.0.56 - - [2025-10-09 04:14:47] "POST /neutron/port HTTP/1.1" 200 1088 0.015194 10.0.0.56 - - [2025-10-09 04:14:47] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004344 10.0.0.56 - - [2025-10-09 04:14:47] "POST /neutron/network HTTP/1.1" 200 824 0.006714 10.0.0.56 - - [2025-10-09 04:15:14] "GET /virtual-machine/c0fcc42b-74a5-4fe8-8352-9dfb55aef509 HTTP/1.1" 200 1292 0.004646 10.0.0.56 - - [2025-10-09 04:15:15] "POST /neutron/port HTTP/1.1" 200 151 0.176891 10.0.0.56 - - [2025-10-09 04:15:16] "GET /virtual-machine/c0fcc42b-74a5-4fe8-8352-9dfb55aef509 HTTP/1.1" 404 171 0.004761 10.0.0.56 - - [2025-10-09 04:15:16] "GET /virtual-machine/c0fcc42b-74a5-4fe8-8352-9dfb55aef509 HTTP/1.1" 404 171 0.004349 10.0.0.56 - - [2025-10-09 04:15:16] "GET /virtual-machine/c0fcc42b-74a5-4fe8-8352-9dfb55aef509 HTTP/1.1" 404 171 0.003468 10.0.0.56 - - [2025-10-09 04:15:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.009733 10.0.0.56 - - [2025-10-09 04:15:16] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005239 10.0.0.56 - - [2025-10-09 04:15:16] "GET /virtual-networks?parent_id=66306b0c-ea20-4d72-bd9f-94225ffde265&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.002850 10.0.0.56 - - [2025-10-09 04:15:16] "GET /virtual-network/bd6feb2e-c5df-4ea3-bc65-235449afdd03?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.007792 10.0.0.56 - - [2025-10-09 04:15:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003245 10.0.0.56 - - [2025-10-09 04:15:16] "GET /routing-instance/0ca61750-c019-4d07-bc82-a633b9033deb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1474 0.004717 10.0.0.56 - - [2025-10-09 04:15:17] "GET /route-target/00f7e171-16be-4ef2-a870-bc53b728a87a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 899 0.004612 10.0.0.56 - - [2025-10-09 04:15:17] "GET /obj-perms HTTP/1.1" 200 5030 0.004077 10.0.0.56 - - [2025-10-09 04:15:20] "GET /obj-perms HTTP/1.1" 200 5030 0.004146 10.0.0.56 - - [2025-10-09 04:15:23] "GET /obj-perms HTTP/1.1" 200 5030 0.004765 10.0.0.19 - - [2025-10-09 04:15:23] "GET /obj-perms HTTP/1.1" 200 5030 0.003976 10.0.0.56 - - [2025-10-09 04:15:23] "GET /virtual-machine/9698b2ff-1b95-4fa1-8904-d5f8b4cfebd8 HTTP/1.1" 200 1292 0.005563 10.0.0.56 - - [2025-10-09 04:15:24] "POST /neutron/port HTTP/1.1" 200 151 0.206326 10.0.0.56 - - [2025-10-09 04:15:25] "GET /virtual-machine/9698b2ff-1b95-4fa1-8904-d5f8b4cfebd8 HTTP/1.1" 404 171 0.003493 10.0.0.56 - - [2025-10-09 04:15:25] "GET /virtual-machine/9698b2ff-1b95-4fa1-8904-d5f8b4cfebd8 HTTP/1.1" 404 171 0.003871 10.0.0.56 - - [2025-10-09 04:15:25] "GET /virtual-machine/9698b2ff-1b95-4fa1-8904-d5f8b4cfebd8 HTTP/1.1" 404 171 0.003021 10.0.0.56 - - [2025-10-09 04:15:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004544 10.0.0.56 - - [2025-10-09 04:15:25] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004809 10.0.0.56 - - [2025-10-09 04:15:25] "GET /virtual-networks?parent_id=66306b0c-ea20-4d72-bd9f-94225ffde265&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003785 10.0.0.56 - - [2025-10-09 04:15:25] "GET /virtual-network/92dc2ff2-01a7-496c-8b47-f897508f9cfb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.007568 10.0.0.56 - - [2025-10-09 04:15:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003285 10.0.0.56 - - [2025-10-09 04:15:25] "GET /routing-instance/498f1372-a41f-4deb-8928-0fb9e0472056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1474 0.005049 10.0.0.56 - - [2025-10-09 04:15:25] "GET /route-target/aadc14df-4d44-47f0-ad52-f678e6a9f05e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.005123 10.0.0.56 - - [2025-10-09 04:15:29] "GET /obj-perms HTTP/1.1" 200 5030 0.004168 10.0.0.19 - - [2025-10-09 04:15:32] "GET /obj-perms HTTP/1.1" 200 5030 0.005042 10.0.0.56 - - [2025-10-09 04:15:38] "GET /obj-perms HTTP/1.1" 200 5030 0.005937 10.0.0.19 - - [2025-10-09 04:15:41] "GET /obj-perms HTTP/1.1" 200 5030 0.004499 10.0.0.56 - - [2025-10-09 04:15:44] "GET /obj-perms HTTP/1.1" 200 5030 0.004338 10.0.0.41 - - [2025-10-09 04:15:44] "GET /obj-perms HTTP/1.1" 200 5030 0.003943 10.0.0.56 - - [2025-10-09 04:15:44] "POST /neutron/network HTTP/1.1" 200 824 0.013447 10.0.0.41 - - [2025-10-09 04:15:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003922 10.0.0.41 - - [2025-10-09 04:15:46] "GET /projects?obj_uuids=66306b0c-ea20-4d72-bd9f-94225ffde265&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.025072 10.0.0.56 - - [2025-10-09 04:15:46] "GET /project/66306b0c-ea20-4d72-bd9f-94225ffde265?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.070950 10.0.0.41 - - [2025-10-09 04:15:46] "GET /projects?obj_uuids=66306b0c-ea20-4d72-bd9f-94225ffde265&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000987 10.0.0.56 - - [2025-10-09 04:15:46] "GET /project/66306b0c-ea20-4d72-bd9f-94225ffde265?fields=virtual_networks HTTP/1.1" 200 1032 0.058659 10.0.0.41 - - [2025-10-09 04:15:46] "GET /projects?obj_uuids=66306b0c-ea20-4d72-bd9f-94225ffde265&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001456 10.0.0.56 - - [2025-10-09 04:15:46] "GET /project/66306b0c-ea20-4d72-bd9f-94225ffde265?fields=virtual_machine_interfaces HTTP/1.1" 200 1032 0.049466 10.0.0.41 - - [2025-10-09 04:15:46] "GET /projects?obj_uuids=66306b0c-ea20-4d72-bd9f-94225ffde265&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000968 10.0.0.56 - - [2025-10-09 04:15:46] "GET /project/66306b0c-ea20-4d72-bd9f-94225ffde265?fields=security_groups HTTP/1.1" 200 1258 0.043967 10.0.0.56 - - [2025-10-09 04:15:47] "POST /fqname-to-id HTTP/1.1" 404 196 0.027839 10.0.0.41 - - [2025-10-09 04:15:47] "GET /projects?obj_uuids=a014a98d-e36e-4931-a93c-d9e407f784dd&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004336 10.0.0.41 - - [2025-10-09 04:15:47] "GET /domains?obj_uuids=7ed77c0b-e642-4c13-a404-7756503cf17d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001414 10.0.0.41 - - [2025-10-09 04:15:47] "GET /domain/7ed77c0b-e642-4c13-a404-7756503cf17d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.038515 10.0.0.41 - - [2025-10-09 04:15:47] "POST /id-to-fqname HTTP/1.1" 200 198 0.009016 10.0.0.41 - - [2025-10-09 04:15:47] "POST /fqname-to-id HTTP/1.1" 404 207 0.008549 10.0.0.41 - - [2025-10-09 04:15:47] "POST /security-groups HTTP/1.1" 200 599 0.081239 10.0.0.41 - - [2025-10-09 04:15:47] "POST /projects HTTP/1.1" 200 601 0.296888 10.0.0.41 - - [2025-10-09 04:15:47] "POST /access-control-lists HTTP/1.1" 200 604 0.031190 10.0.0.41 - - [2025-10-09 04:15:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.374432 10.0.0.56 - - [2025-10-09 04:15:48] "GET /project/a014a98d-e36e-4931-a93c-d9e407f784dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.558898 10.0.0.56 - - [2025-10-09 04:15:49] "GET / HTTP/1.1" 200 35931 0.001562 10.0.0.56 - - [2025-10-09 04:15:52] "POST /fqname-to-id HTTP/1.1" 401 292 0.000514 10.0.0.56 - - [2025-10-09 04:15:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.061721 10.0.0.41 - - [2025-10-09 04:15:52] "GET /projects?obj_uuids=a014a98d-e36e-4931-a93c-d9e407f784dd&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000899 10.0.0.56 - - [2025-10-09 04:15:52] "GET /project/a014a98d-e36e-4931-a93c-d9e407f784dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.041408 10.0.0.41 - - [2025-10-09 04:15:52] "GET /projects?obj_uuids=a014a98d-e36e-4931-a93c-d9e407f784dd&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000972 10.0.0.56 - - [2025-10-09 04:15:53] "POST /neutron/network HTTP/1.1" 200 613 0.158595 10.0.0.41 - - [2025-10-09 04:15:53] "POST /route-targets HTTP/1.1" 200 327 0.016772 10.0.0.56 - - [2025-10-09 04:15:53] "POST /neutron/network HTTP/1.1" 200 1004 0.010831 10.0.0.56 - - [2025-10-09 04:15:53] "POST /id-to-fqname HTTP/1.1" 200 228 0.001126 10.0.0.56 - - [2025-10-09 04:15:53] "GET /virtual-network/365fcde5-39c8-4f2f-be95-927653883a48?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2633 0.004787 10.0.0.56 - - [2025-10-09 04:15:53] "GET /virtual-network/365fcde5-39c8-4f2f-be95-927653883a48?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2633 0.006488 10.0.0.56 - - [2025-10-09 04:15:53] "POST /neutron/subnet HTTP/1.1" 200 715 0.008660 10.0.0.56 - - [2025-10-09 04:15:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002939 10.0.0.41 - - [2025-10-09 04:15:53] "GET /projects?obj_uuids=a014a98d-e36e-4931-a93c-d9e407f784dd&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000927 10.0.0.56 - - [2025-10-09 04:15:53] "GET /project/a014a98d-e36e-4931-a93c-d9e407f784dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.036829 10.0.0.41 - - [2025-10-09 04:15:53] "GET /projects?obj_uuids=a014a98d-e36e-4931-a93c-d9e407f784dd&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000928 10.0.0.56 - - [2025-10-09 04:15:54] "POST /neutron/network HTTP/1.1" 200 613 0.113602 10.0.0.41 - - [2025-10-09 04:15:54] "POST /ref-update HTTP/1.1" 200 156 0.031682 10.0.0.56 - - [2025-10-09 04:15:54] "POST /neutron/network HTTP/1.1" 200 1006 0.010796 10.0.0.56 - - [2025-10-09 04:15:54] "POST /id-to-fqname HTTP/1.1" 200 228 0.001064 10.0.0.56 - - [2025-10-09 04:15:54] "GET /virtual-network/117208ba-f198-4248-8b7e-48d61edcdf56?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.005041 10.0.0.56 - - [2025-10-09 04:15:54] "GET /virtual-network/117208ba-f198-4248-8b7e-48d61edcdf56?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.004816 10.0.0.56 - - [2025-10-09 04:15:54] "POST /neutron/subnet HTTP/1.1" 200 724 0.008652 10.0.0.56 - - [2025-10-09 04:15:55] "GET /virtual-network/365fcde5-39c8-4f2f-be95-927653883a48?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2633 0.005919 10.0.0.56 - - [2025-10-09 04:15:56] "GET /obj-perms HTTP/1.1" 200 5046 0.053566 10.0.0.19 - - [2025-10-09 04:15:56] "GET /obj-perms HTTP/1.1" 200 5046 0.045208 10.0.0.56 - - [2025-10-09 04:15:57] "GET /virtual-network/117208ba-f198-4248-8b7e-48d61edcdf56?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.007458 10.0.0.56 - - [2025-10-09 04:15:57] "POST /neutron/subnet HTTP/1.1" 200 715 0.010103 10.0.0.56 - - [2025-10-09 04:15:57] "POST /id-to-fqname HTTP/1.1" 200 228 0.001150 10.0.0.41 - - [2025-10-09 04:15:58] "GET /projects?obj_uuids=a014a98d-e36e-4931-a93c-d9e407f784dd&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001096 10.0.0.56 - - [2025-10-09 04:15:58] "GET /project/a014a98d-e36e-4931-a93c-d9e407f784dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.066894 10.0.0.56 - - [2025-10-09 04:15:58] "POST /neutron/network HTTP/1.1" 200 1004 0.008568 10.0.0.56 - - [2025-10-09 04:15:58] "POST /neutron/port HTTP/1.1" 200 117 0.006539 10.0.0.56 - - [2025-10-09 04:15:59] "POST /neutron/port HTTP/1.1" 200 1173 0.041350 10.0.0.56 - - [2025-10-09 04:16:00] "POST /neutron/port HTTP/1.1" 200 1201 0.020233 10.0.0.56 - - [2025-10-09 04:16:00] "POST /neutron/subnet HTTP/1.1" 200 1375 0.016685 10.0.0.56 - - [2025-10-09 04:16:00] "POST /neutron/network HTTP/1.1" 200 1004 0.012397 10.0.0.56 - - [2025-10-09 04:16:04] "POST /neutron/port HTTP/1.1" 200 1201 0.018777 10.0.0.56 - - [2025-10-09 04:16:04] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008760 10.0.0.56 - - [2025-10-09 04:16:04] "GET /virtual-machine/611d5057-9903-48e4-bea4-052a3c260d4f HTTP/1.1" 401 292 0.000382 10.0.0.56 - - [2025-10-09 04:16:04] "GET /virtual-machine/611d5057-9903-48e4-bea4-052a3c260d4f HTTP/1.1" 200 1300 0.031339 10.0.0.56 - - [2025-10-09 04:16:04] "GET /virtual-machine-interface/3371bf63-77a1-47d3-b5d4-4b352e7045c7 HTTP/1.1" 200 3175 0.005352 10.0.0.56 - - [2025-10-09 04:16:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003922 10.0.0.56 - - [2025-10-09 04:16:04] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003753 10.0.0.56 - - [2025-10-09 04:16:04] "GET /virtual-networks?parent_id=a014a98d-e36e-4931-a93c-d9e407f784dd&detail=False&count=False&shared=False HTTP/1.1" 200 587 0.003725 10.0.0.56 - - [2025-10-09 04:16:04] "GET /virtual-network/365fcde5-39c8-4f2f-be95-927653883a48?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2633 0.006390 10.0.0.56 - - [2025-10-09 04:16:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003442 10.0.0.56 - - [2025-10-09 04:16:07] "GET /virtual-network/365fcde5-39c8-4f2f-be95-927653883a48?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2633 0.006228 10.0.0.56 - - [2025-10-09 04:16:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003810 10.0.0.56 - - [2025-10-09 04:16:11] "GET /virtual-network/365fcde5-39c8-4f2f-be95-927653883a48?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2633 0.005756 10.0.0.56 - - [2025-10-09 04:16:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004443 10.0.0.56 - - [2025-10-09 04:16:15] "GET /virtual-network/365fcde5-39c8-4f2f-be95-927653883a48?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2633 0.005682 10.0.0.56 - - [2025-10-09 04:16:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003590 10.0.0.56 - - [2025-10-09 04:16:20] "GET /virtual-network/365fcde5-39c8-4f2f-be95-927653883a48?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2633 0.005645 10.0.0.56 - - [2025-10-09 04:16:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.005556 10.0.0.56 - - [2025-10-09 04:16:24] "GET /virtual-network/365fcde5-39c8-4f2f-be95-927653883a48?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2633 0.008232 10.0.0.41 - - [2025-10-09 04:16:27] "DELETE /project/a014a98de36e4931a93cd9e407f784dd HTTP/1.1" 404 173 0.003266 10.0.0.41 - - [2025-10-09 04:16:27] "DELETE /project/66306b0c-ea20-4d72-bd9f-94225ffde265 HTTP/1.1" 404 177 0.005999 10.0.0.56 - - [2025-10-09 04:16:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003914 10.0.0.56 - - [2025-10-09 04:16:28] "GET /virtual-network/365fcde5-39c8-4f2f-be95-927653883a48?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2633 0.005997 10.0.0.56 - - [2025-10-09 04:16:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004255 10.0.0.56 - - [2025-10-09 04:16:32] "GET /virtual-network/365fcde5-39c8-4f2f-be95-927653883a48?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2633 0.005183 10.0.0.56 - - [2025-10-09 04:16:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.005021 10.0.0.56 - - [2025-10-09 04:16:36] "GET /virtual-network/365fcde5-39c8-4f2f-be95-927653883a48?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2633 0.005218 10.0.0.56 - - [2025-10-09 04:16:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004847 10.0.0.56 - - [2025-10-09 04:16:38] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004060 10.0.0.56 - - [2025-10-09 04:16:38] "GET /virtual-networks?parent_id=a014a98d-e36e-4931-a93c-d9e407f784dd&detail=False&count=False&shared=False HTTP/1.1" 200 587 0.002833 10.0.0.56 - - [2025-10-09 04:16:38] "GET /virtual-network/365fcde5-39c8-4f2f-be95-927653883a48?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2633 0.005824 10.0.0.41 - - [2025-10-09 04:16:41] "GET /obj-perms HTTP/1.1" 200 5056 0.053261 10.0.0.56 - - [2025-10-09 04:16:43] "POST /neutron/port HTTP/1.1" 200 1201 0.015614 10.0.0.56 - - [2025-10-09 04:16:44] "POST /neutron/port HTTP/1.1" 200 1201 0.015806 10.0.0.56 - - [2025-10-09 04:16:44] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004652 10.0.0.56 - - [2025-10-09 04:16:44] "POST /neutron/port HTTP/1.1" 200 117 0.001226 10.0.0.56 - - [2025-10-09 04:16:47] "POST /neutron/security_group HTTP/1.1" 200 2066 0.032069 10.0.0.56 - - [2025-10-09 04:16:54] "POST /neutron/port HTTP/1.1" 200 1201 0.015197 10.0.0.56 - - [2025-10-09 04:16:59] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007607 10.0.0.56 - - [2025-10-09 04:16:59] "POST /neutron/port HTTP/1.1" 200 1201 0.015067 10.0.0.56 - - [2025-10-09 04:16:59] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007563 10.0.0.56 - - [2025-10-09 04:16:59] "POST /id-to-fqname HTTP/1.1" 200 228 0.001366 10.0.0.56 - - [2025-10-09 04:16:59] "GET /virtual-machine/611d5057-9903-48e4-bea4-052a3c260d4f HTTP/1.1" 200 1300 0.004004 10.0.0.56 - - [2025-10-09 04:16:59] "GET /virtual-machine-interface/3371bf63-77a1-47d3-b5d4-4b352e7045c7 HTTP/1.1" 200 3175 0.005650 10.0.0.56 - - [2025-10-09 04:16:59] "GET /instance-ip/6c317ab4-0bc5-47b3-8002-b25f5c8d839d HTTP/1.1" 200 1655 0.006059 10.0.0.56 - - [2025-10-09 04:16:59] "GET /instance-ip/d11290f4-56a3-4d65-8245-a01b48183358 HTTP/1.1" 200 1634 0.005621 10.0.0.56 - - [2025-10-09 04:17:00] "POST /fqname-to-id HTTP/1.1" 404 218 0.003908 10.0.0.56 - - [2025-10-09 04:17:00] "GET /virtual-network/365fcde5-39c8-4f2f-be95-927653883a48?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2633 0.005942 10.0.0.41 - - [2025-10-09 04:17:00] "GET /projects?obj_uuids=a014a98d-e36e-4931-a93c-d9e407f784dd&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000982 10.0.0.56 - - [2025-10-09 04:17:00] "GET /project/a014a98d-e36e-4931-a93c-d9e407f784dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.052642 10.0.0.56 - - [2025-10-09 04:17:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004244 10.0.0.56 - - [2025-10-09 04:17:00] "GET /security-group/da74f658-6e72-438b-8a5b-9acb584851f1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3778 0.005559 10.0.0.56 - - [2025-10-09 04:17:00] "POST /virtual-machine-interfaces HTTP/1.1" 200 573 0.072922 10.0.0.56 - - [2025-10-09 04:17:00] "POST /instance-ips HTTP/1.1" 200 357 0.036322 10.0.0.56 - - [2025-10-09 04:17:00] "GET /instance-ip/d372650a-e403-4b6c-8091-4498ffc21dc6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1589 0.006845 10.0.0.56 - - [2025-10-09 04:17:00] "POST /instance-ips HTTP/1.1" 200 357 0.036722 10.0.0.56 - - [2025-10-09 04:17:00] "GET /instance-ip/835b11ca-c828-4562-b7bf-9f37c07c4d76?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1610 0.006865 10.0.0.56 - - [2025-10-09 04:17:00] "GET /virtual-machine-interface/8a83477f-4ea5-4b73-b10c-8844993730f1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2391 0.005017 10.0.0.56 - - [2025-10-09 04:17:00] "GET /virtual-machine-interface/8a83477f-4ea5-4b73-b10c-8844993730f1?fields=instance_ip_back_refs HTTP/1.1" 200 1537 0.007516 10.0.0.56 - - [2025-10-09 04:17:00] "GET /instance-ip/835b11ca-c828-4562-b7bf-9f37c07c4d76?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1610 0.005878 10.0.0.56 - - [2025-10-09 04:17:00] "GET /instance-ip/d372650a-e403-4b6c-8091-4498ffc21dc6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1589 0.004409 10.0.0.56 - - [2025-10-09 04:17:00] "POST /id-to-fqname HTTP/1.1" 200 228 0.001896 10.0.0.56 - - [2025-10-09 04:17:00] "POST /neutron/port HTTP/1.1" 200 1201 0.017670 10.0.0.56 - - [2025-10-09 04:17:00] "POST /neutron/port HTTP/1.1" 200 1080 0.045083 10.0.0.56 - - [2025-10-09 04:17:01] "POST /neutron/port HTTP/1.1" 200 1080 0.013063 10.0.0.56 - - [2025-10-09 04:17:01] "POST /neutron/port HTTP/1.1" 200 117 0.007430 10.0.0.56 - - [2025-10-09 04:17:01] "POST /neutron/network HTTP/1.1" 200 1014 0.012899 10.0.0.56 - - [2025-10-09 04:17:02] "POST /neutron/port HTTP/1.1" 200 1173 0.160590 10.0.0.56 - - [2025-10-09 04:17:02] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004152 10.0.0.56 - - [2025-10-09 04:17:02] "POST /neutron/port HTTP/1.1" 200 117 0.001151 10.0.0.56 - - [2025-10-09 04:17:06] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007364 10.0.0.56 - - [2025-10-09 04:17:06] "POST /neutron/port HTTP/1.1" 200 1147 0.017089 10.0.0.56 - - [2025-10-09 04:17:06] "GET /virtual-machine/c64baf80-7578-4e38-8f5d-0009c23c6df5 HTTP/1.1" 200 1279 0.006380 10.0.0.56 - - [2025-10-09 04:17:06] "GET /virtual-machine-interface/8a83477f-4ea5-4b73-b10c-8844993730f1 HTTP/1.1" 200 3225 0.005147 10.0.0.56 - - [2025-10-09 04:17:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003837 10.0.0.56 - - [2025-10-09 04:17:06] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003543 10.0.0.56 - - [2025-10-09 04:17:06] "GET /virtual-networks?parent_id=a014a98d-e36e-4931-a93c-d9e407f784dd&detail=False&count=False&shared=False HTTP/1.1" 200 587 0.002894 10.0.0.56 - - [2025-10-09 04:17:06] "GET /virtual-network/365fcde5-39c8-4f2f-be95-927653883a48?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2633 0.006359 10.0.0.56 - - [2025-10-09 04:17:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.004455 10.0.0.56 - - [2025-10-09 04:17:09] "GET /virtual-network/365fcde5-39c8-4f2f-be95-927653883a48?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2633 0.006152 10.0.0.56 - - [2025-10-09 04:17:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.006064 10.0.0.56 - - [2025-10-09 04:17:13] "GET /virtual-network/365fcde5-39c8-4f2f-be95-927653883a48?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2633 0.006814 10.0.0.56 - - [2025-10-09 04:17:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003968 10.0.0.56 - - [2025-10-09 04:17:18] "GET /virtual-network/365fcde5-39c8-4f2f-be95-927653883a48?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2633 0.006536 10.0.0.56 - - [2025-10-09 04:17:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003882 10.0.0.56 - - [2025-10-09 04:17:22] "GET /virtual-network/365fcde5-39c8-4f2f-be95-927653883a48?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2633 0.005820 10.0.0.56 - - [2025-10-09 04:17:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.005371 10.0.0.56 - - [2025-10-09 04:17:26] "GET /virtual-network/365fcde5-39c8-4f2f-be95-927653883a48?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2633 0.007235 10.0.0.56 - - [2025-10-09 04:17:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003700 10.0.0.56 - - [2025-10-09 04:17:30] "GET /virtual-network/365fcde5-39c8-4f2f-be95-927653883a48?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2633 0.006155 10.0.0.56 - - [2025-10-09 04:17:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003695 10.0.0.56 - - [2025-10-09 04:17:34] "GET /virtual-network/365fcde5-39c8-4f2f-be95-927653883a48?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2633 0.005069 10.0.0.56 - - [2025-10-09 04:17:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.005616 10.0.0.56 - - [2025-10-09 04:17:38] "GET /virtual-network/365fcde5-39c8-4f2f-be95-927653883a48?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2633 0.007324 10.0.0.19 - - [2025-10-09 04:17:42] "GET /obj-perms HTTP/1.1" 200 5056 0.046943 10.0.0.56 - - [2025-10-09 04:17:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003713 10.0.0.56 - - [2025-10-09 04:17:42] "GET /virtual-network/365fcde5-39c8-4f2f-be95-927653883a48?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2633 0.005245 10.0.0.56 - - [2025-10-09 04:17:44] "POST /neutron/port HTTP/1.1" 200 1201 0.015844 10.0.0.56 - - [2025-10-09 04:17:44] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004112 10.0.0.56 - - [2025-10-09 04:17:44] "POST /neutron/port HTTP/1.1" 200 117 0.001214 10.0.0.56 - - [2025-10-09 04:17:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003815 10.0.0.56 - - [2025-10-09 04:17:44] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003483 10.0.0.56 - - [2025-10-09 04:17:44] "GET /virtual-networks?parent_id=a014a98d-e36e-4931-a93c-d9e407f784dd&detail=False&count=False&shared=False HTTP/1.1" 200 587 0.003056 10.0.0.56 - - [2025-10-09 04:17:44] "GET /virtual-network/365fcde5-39c8-4f2f-be95-927653883a48?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2633 0.006163 10.0.0.56 - - [2025-10-09 04:17:44] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008052 10.0.0.56 - - [2025-10-09 04:17:53] "POST /neutron/port HTTP/1.1" 200 1147 0.015971 10.0.0.56 - - [2025-10-09 04:17:55] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007528 10.0.0.41 - - [2025-10-09 04:18:00] "GET /global-system-configs HTTP/1.1" 401 292 0.000454 10.0.0.41 - - [2025-10-09 04:18:00] "GET /global-system-configs HTTP/1.1" 401 292 0.000429 10.0.0.41 - - [2025-10-09 04:18:01] "GET /global-system-configs HTTP/1.1" 401 292 0.000426 10.0.0.41 - - [2025-10-09 04:18:01] "GET /global-system-configs HTTP/1.1" 401 292 0.000423 10.0.0.19 - - [2025-10-09 04:18:01] "GET /global-system-configs HTTP/1.1" 401 292 0.000448 10.0.0.19 - - [2025-10-09 04:18:01] "GET /global-system-configs HTTP/1.1" 401 292 0.000414 10.0.0.19 - - [2025-10-09 04:18:01] "GET /global-system-configs HTTP/1.1" 401 292 0.000400 10.0.0.19 - - [2025-10-09 04:18:01] "GET /global-system-configs HTTP/1.1" 401 292 0.000380 10.0.0.56 - - [2025-10-09 04:18:03] "GET /global-system-configs HTTP/1.1" 401 292 0.000652 10.0.0.56 - - [2025-10-09 04:18:03] "GET /global-system-configs HTTP/1.1" 401 292 0.001304 10.0.0.56 - - [2025-10-09 04:18:05] "POST /id-to-fqname HTTP/1.1" 200 228 0.001529 10.0.0.56 - - [2025-10-09 04:18:05] "POST /neutron/port HTTP/1.1" 200 2230 0.021763 10.0.0.56 - - [2025-10-09 04:18:06] "GET /global-system-configs HTTP/1.1" 401 292 0.000529 10.0.0.56 - - [2025-10-09 04:18:06] "GET /global-system-configs HTTP/1.1" 401 292 0.000428 10.0.0.41 - - [2025-10-09 04:18:06] "GET /projects?obj_uuids=a014a98d-e36e-4931-a93c-d9e407f784dd&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001148 10.0.0.56 - - [2025-10-09 04:18:06] "GET /project/a014a98d-e36e-4931-a93c-d9e407f784dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.082756 10.0.0.56 - - [2025-10-09 04:18:06] "POST /neutron/network HTTP/1.1" 200 1006 0.013566 10.0.0.56 - - [2025-10-09 04:18:06] "POST /neutron/port HTTP/1.1" 200 117 0.006949 10.0.0.41 - - [2025-10-09 04:18:07] "GET /projects?obj_uuids=a014a98d-e36e-4931-a93c-d9e407f784dd&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.002423 10.0.0.56 - - [2025-10-09 04:18:07] "POST /neutron/port HTTP/1.1" 200 1175 0.413302 10.0.0.56 - - [2025-10-09 04:18:08] "POST /neutron/port HTTP/1.1" 200 1229 0.143188 10.0.0.56 - - [2025-10-09 04:18:08] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004166 10.0.0.56 - - [2025-10-09 04:18:08] "POST /neutron/port HTTP/1.1" 200 117 0.001230 10.0.0.56 - - [2025-10-09 04:18:12] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007755 10.0.0.56 - - [2025-10-09 04:18:12] "POST /neutron/port HTTP/1.1" 200 1203 0.019034 10.0.0.56 - - [2025-10-09 04:18:12] "GET /virtual-machine/484b504d-7a41-4b5e-a9b8-4e5fa938b2a5 HTTP/1.1" 200 1300 0.008975 10.0.0.56 - - [2025-10-09 04:18:12] "GET /virtual-machine-interface/fa386dc7-710a-4b4a-ae2d-58fd7b01e432 HTTP/1.1" 200 3176 0.006033 10.0.0.56 - - [2025-10-09 04:18:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004710 10.0.0.56 - - [2025-10-09 04:18:12] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003844 10.0.0.56 - - [2025-10-09 04:18:12] "GET /virtual-networks?parent_id=a014a98d-e36e-4931-a93c-d9e407f784dd&detail=False&count=False&shared=False HTTP/1.1" 200 587 0.003431 10.0.0.56 - - [2025-10-09 04:18:12] "GET /virtual-network/117208ba-f198-4248-8b7e-48d61edcdf56?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.006545 10.0.0.56 - - [2025-10-09 04:18:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003937 10.0.0.56 - - [2025-10-09 04:18:15] "GET /virtual-network/117208ba-f198-4248-8b7e-48d61edcdf56?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.008920 10.0.0.56 - - [2025-10-09 04:18:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003795 10.0.0.56 - - [2025-10-09 04:18:19] "GET /virtual-network/117208ba-f198-4248-8b7e-48d61edcdf56?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.005451 10.0.0.56 - - [2025-10-09 04:18:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004277 10.0.0.56 - - [2025-10-09 04:18:23] "GET /virtual-network/117208ba-f198-4248-8b7e-48d61edcdf56?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.006696 10.0.0.56 - - [2025-10-09 04:18:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003570 10.0.0.56 - - [2025-10-09 04:18:27] "GET /virtual-network/117208ba-f198-4248-8b7e-48d61edcdf56?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.005534 10.0.0.56 - - [2025-10-09 04:18:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003730 10.0.0.56 - - [2025-10-09 04:18:31] "GET /virtual-network/117208ba-f198-4248-8b7e-48d61edcdf56?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.006175 10.0.0.56 - - [2025-10-09 04:18:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004065 10.0.0.56 - - [2025-10-09 04:18:35] "GET /virtual-network/117208ba-f198-4248-8b7e-48d61edcdf56?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.007084 10.0.0.56 - - [2025-10-09 04:18:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004427 10.0.0.56 - - [2025-10-09 04:18:40] "GET /virtual-network/117208ba-f198-4248-8b7e-48d61edcdf56?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.007979 10.0.0.56 - - [2025-10-09 04:18:43] "GET /obj-perms HTTP/1.1" 200 5056 0.058571 10.0.0.56 - - [2025-10-09 04:18:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003803 10.0.0.56 - - [2025-10-09 04:18:44] "GET /virtual-network/117208ba-f198-4248-8b7e-48d61edcdf56?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.006255 10.0.0.56 - - [2025-10-09 04:18:45] "POST /neutron/port HTTP/1.1" 200 1147 0.015557 10.0.0.56 - - [2025-10-09 04:18:45] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004025 10.0.0.56 - - [2025-10-09 04:18:45] "POST /neutron/port HTTP/1.1" 200 117 0.001241 10.0.0.56 - - [2025-10-09 04:18:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.009692 10.0.0.56 - - [2025-10-09 04:18:48] "GET /virtual-network/117208ba-f198-4248-8b7e-48d61edcdf56?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.012384 10.0.0.56 - - [2025-10-09 04:18:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003624 10.0.0.56 - - [2025-10-09 04:18:50] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003772 10.0.0.56 - - [2025-10-09 04:18:50] "GET /virtual-networks?parent_id=a014a98d-e36e-4931-a93c-d9e407f784dd&detail=False&count=False&shared=False HTTP/1.1" 200 587 0.004095 10.0.0.56 - - [2025-10-09 04:18:50] "GET /virtual-network/117208ba-f198-4248-8b7e-48d61edcdf56?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.006814 10.0.0.56 - - [2025-10-09 04:18:50] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007898 10.0.0.56 - - [2025-10-09 04:18:52] "POST /neutron/network HTTP/1.1" 200 1016 0.008774 10.0.0.56 - - [2025-10-09 04:18:52] "POST /neutron/subnet HTTP/1.1" 200 1384 0.015820 10.0.0.56 - - [2025-10-09 04:18:52] "POST /neutron/network HTTP/1.1" 200 1006 0.008857 10.0.0.56 - - [2025-10-09 04:18:59] "POST /neutron/port HTTP/1.1" 200 1203 0.015591 10.0.0.56 - - [2025-10-09 04:19:00] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008590 10.0.0.56 - - [2025-10-09 04:19:11] "POST /neutron/port HTTP/1.1" 200 1203 0.018328 10.0.0.56 - - [2025-10-09 04:19:11] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008516 10.0.0.56 - - [2025-10-09 04:19:11] "POST /neutron/port HTTP/1.1" 200 1203 0.015615 10.0.0.56 - - [2025-10-09 04:19:11] "POST /neutron/network HTTP/1.1" 200 1006 0.009332 10.0.0.56 - - [2025-10-09 04:19:11] "POST /id-to-fqname HTTP/1.1" 200 228 0.001108 10.0.0.56 - - [2025-10-09 04:19:11] "GET /virtual-machine/484b504d-7a41-4b5e-a9b8-4e5fa938b2a5 HTTP/1.1" 200 1300 0.003595 10.0.0.56 - - [2025-10-09 04:19:11] "GET /virtual-machine-interface/fa386dc7-710a-4b4a-ae2d-58fd7b01e432 HTTP/1.1" 200 3176 0.005348 10.0.0.56 - - [2025-10-09 04:19:11] "GET /instance-ip/56c80fc7-c161-4e90-b597-246caffd9fab HTTP/1.1" 200 1656 0.005545 10.0.0.56 - - [2025-10-09 04:19:11] "GET /instance-ip/696a8adc-df07-491f-8b3a-02d85d1e5649 HTTP/1.1" 200 1636 0.005554 10.0.0.56 - - [2025-10-09 04:19:11] "POST /fqname-to-id HTTP/1.1" 404 230 0.003024 10.0.0.56 - - [2025-10-09 04:19:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003269 10.0.0.41 - - [2025-10-09 04:19:11] "GET /projects?obj_uuids=a014a98d-e36e-4931-a93c-d9e407f784dd&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001316 10.0.0.56 - - [2025-10-09 04:19:11] "GET /project/a014a98d-e36e-4931-a93c-d9e407f784dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.040921 10.0.0.56 - - [2025-10-09 04:19:11] "POST /network-policys HTTP/1.1" 200 569 0.029315 10.0.0.56 - - [2025-10-09 04:19:11] "GET /network-policy/c4787b86-3525-42f9-96e0-88a78aef0f9f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2168 0.005743 10.0.0.56 - - [2025-10-09 04:19:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003017 10.0.0.56 - - [2025-10-09 04:19:11] "GET /virtual-network/365fcde5-39c8-4f2f-be95-927653883a48?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2633 0.005913 10.0.0.56 - - [2025-10-09 04:19:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003161 10.0.0.56 - - [2025-10-09 04:19:11] "GET /network-policy/c4787b86-3525-42f9-96e0-88a78aef0f9f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2168 0.004529 10.0.0.56 - - [2025-10-09 04:19:11] "POST /ref-update HTTP/1.1" 200 156 0.071755 10.0.0.41 - - [2025-10-09 04:19:12] "POST /fqname-to-id HTTP/1.1" 404 207 0.065468 10.0.0.56 - - [2025-10-09 04:19:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.006708 10.0.0.56 - - [2025-10-09 04:19:12] "GET /network-policy/c4787b86-3525-42f9-96e0-88a78aef0f9f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2168 0.004629 10.0.0.56 - - [2025-10-09 04:19:12] "GET /virtual-network/365fcde5-39c8-4f2f-be95-927653883a48?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2958 0.007879 10.0.0.56 - - [2025-10-09 04:19:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002806 10.0.0.56 - - [2025-10-09 04:19:12] "GET /network-policy/c4787b86-3525-42f9-96e0-88a78aef0f9f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2168 0.004491 10.0.0.56 - - [2025-10-09 04:19:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.006629 10.0.0.56 - - [2025-10-09 04:19:12] "GET /virtual-network/117208ba-f198-4248-8b7e-48d61edcdf56?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.006081 10.0.0.56 - - [2025-10-09 04:19:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004003 10.0.0.56 - - [2025-10-09 04:19:12] "GET /network-policy/c4787b86-3525-42f9-96e0-88a78aef0f9f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2168 0.004509 10.0.0.41 - - [2025-10-09 04:19:12] "POST /fqname-to-id HTTP/1.1" 404 242 0.041851 10.0.0.56 - - [2025-10-09 04:19:12] "POST /ref-update HTTP/1.1" 200 156 0.073748 10.0.0.56 - - [2025-10-09 04:19:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.007485 10.0.0.56 - - [2025-10-09 04:19:12] "GET /network-policy/c4787b86-3525-42f9-96e0-88a78aef0f9f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2168 0.004276 10.0.0.41 - - [2025-10-09 04:19:12] "POST /fqname-to-id HTTP/1.1" 404 242 0.011155 10.0.0.56 - - [2025-10-09 04:19:12] "GET /virtual-network/117208ba-f198-4248-8b7e-48d61edcdf56?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2964 0.007701 10.0.0.56 - - [2025-10-09 04:19:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003463 10.0.0.56 - - [2025-10-09 04:19:12] "GET /network-policy/c4787b86-3525-42f9-96e0-88a78aef0f9f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2168 0.009213 10.0.0.56 - - [2025-10-09 04:19:12] "GET /virtual-machine-interface/fa386dc7-710a-4b4a-ae2d-58fd7b01e432?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2761 0.006104 10.0.0.56 - - [2025-10-09 04:19:12] "PUT /virtual-machine-interface/fa386dc7-710a-4b4a-ae2d-58fd7b01e432 HTTP/1.1" 200 284 0.033881 10.0.0.56 - - [2025-10-09 04:19:12] "GET /virtual-machine-interface/fa386dc7-710a-4b4a-ae2d-58fd7b01e432?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3070 0.010450 10.0.0.56 - - [2025-10-09 04:19:12] "PUT /virtual-machine-interface/fa386dc7-710a-4b4a-ae2d-58fd7b01e432 HTTP/1.1" 200 284 0.021108 10.0.0.56 - - [2025-10-09 04:19:46] "POST /neutron/port HTTP/1.1" 200 1201 0.014799 10.0.0.56 - - [2025-10-09 04:19:46] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004066 10.0.0.56 - - [2025-10-09 04:19:46] "POST /neutron/port HTTP/1.1" 200 117 0.001288 10.0.0.56 - - [2025-10-09 04:19:53] "POST /neutron/port HTTP/1.1" 200 1203 0.016404 10.0.0.56 - - [2025-10-09 04:19:53] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004065 10.0.0.56 - - [2025-10-09 04:19:53] "POST /neutron/port HTTP/1.1" 200 117 0.001339 10.0.0.56 - - [2025-10-09 04:20:48] "POST /neutron/port HTTP/1.1" 200 1147 0.018507 10.0.0.56 - - [2025-10-09 04:20:48] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004032 10.0.0.56 - - [2025-10-09 04:20:48] "POST /neutron/port HTTP/1.1" 200 117 0.001220 10.0.0.56 - - [2025-10-09 04:20:55] "POST /neutron/port HTTP/1.1" 200 1203 0.017446 10.0.0.56 - - [2025-10-09 04:20:55] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005352 10.0.0.56 - - [2025-10-09 04:20:55] "POST /neutron/port HTTP/1.1" 200 117 0.001204 10.0.0.56 - - [2025-10-09 04:21:07] "POST /ref-update HTTP/1.1" 200 156 0.087161 10.0.0.56 - - [2025-10-09 04:21:07] "POST /neutron/network HTTP/1.1" 200 1006 0.037629 10.0.0.56 - - [2025-10-09 04:21:07] "GET /virtual-network/117208ba-f198-4248-8b7e-48d61edcdf56?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.005498 10.0.0.56 - - [2025-10-09 04:21:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003033 10.0.0.56 - - [2025-10-09 04:21:07] "GET /network-policy/c4787b86-3525-42f9-96e0-88a78aef0f9f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2168 0.004298 10.0.0.41 - - [2025-10-09 04:21:07] "POST /fqname-to-id HTTP/1.1" 404 207 0.007477 10.0.0.56 - - [2025-10-09 04:21:07] "POST /ref-update HTTP/1.1" 200 156 0.056517 10.0.0.56 - - [2025-10-09 04:21:07] "GET /virtual-network/365fcde5-39c8-4f2f-be95-927653883a48?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2633 0.008626 10.0.0.56 - - [2025-10-09 04:21:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.002714 10.0.0.56 - - [2025-10-09 04:21:07] "GET /network-policy/c4787b86-3525-42f9-96e0-88a78aef0f9f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2168 0.004523 10.0.0.56 - - [2025-10-09 04:21:07] "DELETE /network-policy/c4787b86-3525-42f9-96e0-88a78aef0f9f HTTP/1.1" 200 115 0.036457 10.0.0.41 - - [2025-10-09 04:21:08] "DELETE /access-control-list/eafda53c-2a64-4fcb-9ef3-418b9fab76f6 HTTP/1.1" 200 115 0.047451 10.0.0.41 - - [2025-10-09 04:21:08] "POST /ref-update HTTP/1.1" 200 156 0.021999 10.0.0.56 - - [2025-10-09 04:21:08] "DELETE /instance-ip/835b11ca-c828-4562-b7bf-9f37c07c4d76 HTTP/1.1" 200 115 0.068979 10.0.0.56 - - [2025-10-09 04:21:08] "DELETE /instance-ip/d372650a-e403-4b6c-8091-4498ffc21dc6 HTTP/1.1" 200 115 0.069396 10.0.0.56 - - [2025-10-09 04:21:08] "DELETE /virtual-machine-interface/8a83477f-4ea5-4b73-b10c-8844993730f1 HTTP/1.1" 200 115 0.099909 10.0.0.56 - - [2025-10-09 04:21:08] "POST /neutron/port HTTP/1.1" 200 1203 0.015759 10.0.0.56 - - [2025-10-09 04:21:08] "POST /neutron/port HTTP/1.1" 200 151 0.229185 10.0.0.56 - - [2025-10-09 04:21:09] "POST /neutron/port HTTP/1.1" 200 151 0.270015 10.0.0.56 - - [2025-10-09 04:21:11] "POST /neutron/network HTTP/1.1" 200 1004 0.009353 10.0.0.41 - - [2025-10-09 04:21:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.008372 10.0.0.56 - - [2025-10-09 04:21:13] "POST /neutron/port HTTP/1.1" 400 205 0.004624 10.0.0.41 - - [2025-10-09 04:21:14] "GET /projects?obj_uuids=a014a98d-e36e-4931-a93c-d9e407f784dd&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.031265 10.0.0.56 - - [2025-10-09 04:21:14] "GET /project/a014a98d-e36e-4931-a93c-d9e407f784dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.095371 10.0.0.41 - - [2025-10-09 04:21:14] "GET /projects?obj_uuids=a014a98d-e36e-4931-a93c-d9e407f784dd&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000915 10.0.0.56 - - [2025-10-09 04:21:14] "GET /project/a014a98d-e36e-4931-a93c-d9e407f784dd?fields=virtual_networks HTTP/1.1" 200 1049 0.049594 10.0.0.41 - - [2025-10-09 04:21:14] "GET /projects?obj_uuids=a014a98d-e36e-4931-a93c-d9e407f784dd&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001076 10.0.0.56 - - [2025-10-09 04:21:14] "GET /project/a014a98d-e36e-4931-a93c-d9e407f784dd?fields=virtual_machine_interfaces HTTP/1.1" 200 1049 0.039162 10.0.0.41 - - [2025-10-09 04:21:14] "GET /projects?obj_uuids=a014a98d-e36e-4931-a93c-d9e407f784dd&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001130 10.0.0.56 - - [2025-10-09 04:21:14] "GET /project/a014a98d-e36e-4931-a93c-d9e407f784dd?fields=security_groups HTTP/1.1" 200 1283 0.060122 10.0.0.56 - - [2025-10-09 04:21:15] "POST /fqname-to-id HTTP/1.1" 404 192 0.027112 10.0.0.41 - - [2025-10-09 04:21:15] "GET /projects?obj_uuids=ce607503-b1e5-4ca2-8058-93f184258bad&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003368 10.0.0.41 - - [2025-10-09 04:21:15] "GET /domains?obj_uuids=7ed77c0b-e642-4c13-a404-7756503cf17d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001120 10.0.0.41 - - [2025-10-09 04:21:15] "GET /domain/7ed77c0b-e642-4c13-a404-7756503cf17d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.033944 10.0.0.41 - - [2025-10-09 04:21:15] "POST /id-to-fqname HTTP/1.1" 200 194 0.001229 10.0.0.41 - - [2025-10-09 04:21:15] "POST /fqname-to-id HTTP/1.1" 404 203 0.010594 10.0.0.41 - - [2025-10-09 04:21:15] "POST /security-groups HTTP/1.1" 200 595 0.073507 10.0.0.41 - - [2025-10-09 04:21:15] "POST /projects HTTP/1.1" 200 593 0.322809 10.0.0.41 - - [2025-10-09 04:21:15] "POST /access-control-lists HTTP/1.1" 200 600 0.038170 10.0.0.41 - - [2025-10-09 04:21:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.397365 10.0.0.56 - - [2025-10-09 04:21:15] "GET /project/ce607503-b1e5-4ca2-8058-93f184258bad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.584118 10.0.0.56 - - [2025-10-09 04:21:17] "GET / HTTP/1.1" 200 35931 0.001596 10.0.0.56 - - [2025-10-09 04:21:18] "POST /fqname-to-id HTTP/1.1" 401 292 0.000476 10.0.0.56 - - [2025-10-09 04:21:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.056860 10.0.0.41 - - [2025-10-09 04:21:19] "GET /projects?obj_uuids=ce607503-b1e5-4ca2-8058-93f184258bad&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000898 10.0.0.56 - - [2025-10-09 04:21:19] "GET /project/ce607503-b1e5-4ca2-8058-93f184258bad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.036248 10.0.0.41 - - [2025-10-09 04:21:19] "POST /route-targets HTTP/1.1" 200 327 0.013667 10.0.0.41 - - [2025-10-09 04:21:19] "POST /useragent-kv HTTP/1.1" 200 115 0.004497 10.0.0.56 - - [2025-10-09 04:21:19] "POST /neutron/subnet HTTP/1.1" 200 729 0.214597 10.0.0.56 - - [2025-10-09 04:21:19] "POST /id-to-fqname HTTP/1.1" 200 224 0.001383 10.0.0.56 - - [2025-10-09 04:21:20] "GET /virtual-network/886189ba-30a7-4b78-b45e-7d476b5395c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2631 0.007677 10.0.0.56 - - [2025-10-09 04:21:20] "POST /neutron/network HTTP/1.1" 200 1002 0.009320 10.0.0.56 - - [2025-10-09 04:21:20] "GET /virtual-network/886189ba-30a7-4b78-b45e-7d476b5395c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2631 0.005353 10.0.0.56 - - [2025-10-09 04:21:20] "POST /neutron/subnet HTTP/1.1" 200 823 0.009906 10.0.0.56 - - [2025-10-09 04:21:20] "GET /virtual-network/886189ba-30a7-4b78-b45e-7d476b5395c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2631 0.006318 10.0.0.19 - - [2025-10-09 04:21:21] "GET /obj-perms HTTP/1.1" 200 5038 0.051280 10.0.0.41 - - [2025-10-09 04:21:22] "GET /obj-perms HTTP/1.1" 200 5038 0.052047 10.0.0.56 - - [2025-10-09 04:21:22] "POST /id-to-fqname HTTP/1.1" 200 224 0.001353 10.0.0.41 - - [2025-10-09 04:21:23] "GET /projects?obj_uuids=ce607503-b1e5-4ca2-8058-93f184258bad&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001083 10.0.0.56 - - [2025-10-09 04:21:23] "GET /project/ce607503-b1e5-4ca2-8058-93f184258bad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.077784 10.0.0.56 - - [2025-10-09 04:21:23] "POST /neutron/port HTTP/1.1" 200 117 0.008351 10.0.0.56 - - [2025-10-09 04:21:23] "POST /id-to-fqname HTTP/1.1" 200 224 0.001406 10.0.0.56 - - [2025-10-09 04:21:23] "POST /neutron/network HTTP/1.1" 200 1012 0.011065 10.0.0.56 - - [2025-10-09 04:21:24] "POST /neutron/port HTTP/1.1" 200 1171 0.043847 10.0.0.41 - - [2025-10-09 04:21:24] "GET /projects?obj_uuids=ce607503-b1e5-4ca2-8058-93f184258bad&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001050 10.0.0.56 - - [2025-10-09 04:21:24] "GET /project/ce607503-b1e5-4ca2-8058-93f184258bad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.093100 10.0.0.56 - - [2025-10-09 04:21:24] "POST /neutron/network HTTP/1.1" 200 1002 0.026763 10.0.0.56 - - [2025-10-09 04:21:24] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003774 10.0.0.56 - - [2025-10-09 04:21:24] "POST /neutron/port HTTP/1.1" 200 117 0.001324 10.0.0.56 - - [2025-10-09 04:21:24] "POST /neutron/network HTTP/1.1" 200 1002 0.011562 10.0.0.56 - - [2025-10-09 04:21:24] "POST /id-to-fqname HTTP/1.1" 200 224 0.001300 10.0.0.56 - - [2025-10-09 04:21:25] "POST /neutron/security_group HTTP/1.1" 200 2062 0.008737 10.0.0.41 - - [2025-10-09 04:21:25] "GET /projects?obj_uuids=ce607503-b1e5-4ca2-8058-93f184258bad&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001049 10.0.0.56 - - [2025-10-09 04:21:25] "POST /neutron/port HTTP/1.1" 200 1171 0.365328 10.0.0.56 - - [2025-10-09 04:21:25] "POST /neutron/port HTTP/1.1" 200 1225 0.114299 10.0.0.41 - - [2025-10-09 04:21:25] "GET /projects?obj_uuids=ce607503-b1e5-4ca2-8058-93f184258bad&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001057 10.0.0.56 - - [2025-10-09 04:21:25] "GET /project/ce607503-b1e5-4ca2-8058-93f184258bad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.066293 10.0.0.56 - - [2025-10-09 04:21:26] "POST /neutron/network HTTP/1.1" 200 1002 0.009429 10.0.0.56 - - [2025-10-09 04:21:26] "POST /neutron/port HTTP/1.1" 200 117 0.001182 10.0.0.56 - - [2025-10-09 04:21:26] "POST /neutron/port HTTP/1.1" 200 2280 0.034185 10.0.0.56 - - [2025-10-09 04:21:26] "POST /neutron/port HTTP/1.1" 200 1199 0.016443 10.0.0.56 - - [2025-10-09 04:21:26] "POST /neutron/security_group HTTP/1.1" 200 2062 0.008039 10.0.0.56 - - [2025-10-09 04:21:26] "GET /virtual-machine/d7663a45-c1cc-42b9-924e-a45e37fba39c HTTP/1.1" 401 292 0.000449 10.0.0.56 - - [2025-10-09 04:21:26] "POST /neutron/network HTTP/1.1" 200 1012 0.012532 10.0.0.56 - - [2025-10-09 04:21:27] "GET /virtual-machine/d7663a45-c1cc-42b9-924e-a45e37fba39c HTTP/1.1" 200 1297 0.030470 10.0.0.56 - - [2025-10-09 04:21:27] "GET /virtual-machine-interface/25a75ecb-a49a-49c3-bb43-4fdcd12a50f3 HTTP/1.1" 200 3155 0.005125 10.0.0.56 - - [2025-10-09 04:21:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.002753 10.0.0.56 - - [2025-10-09 04:21:27] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003273 10.0.0.56 - - [2025-10-09 04:21:27] "GET /virtual-networks?parent_id=ce607503-b1e5-4ca2-8058-93f184258bad&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.002764 10.0.0.56 - - [2025-10-09 04:21:27] "POST /neutron/port HTTP/1.1" 200 1171 0.023772 10.0.0.56 - - [2025-10-09 04:21:27] "GET /virtual-network/886189ba-30a7-4b78-b45e-7d476b5395c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2631 0.005638 10.0.0.56 - - [2025-10-09 04:21:27] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004355 10.0.0.56 - - [2025-10-09 04:21:27] "POST /neutron/port HTTP/1.1" 200 117 0.001286 10.0.0.41 - - [2025-10-09 04:21:28] "DELETE /project/ce607503b1e54ca2805893f184258bad HTTP/1.1" 404 173 0.004968 10.0.0.41 - - [2025-10-09 04:21:28] "GET /projects?obj_uuids=a014a98d-e36e-4931-a93c-d9e407f784dd&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001123 10.0.0.41 - - [2025-10-09 04:21:28] "GET /project/a014a98d-e36e-4931-a93c-d9e407f784dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1501 0.045175 10.0.0.41 - - [2025-10-09 04:21:28] "GET /projects?obj_uuids=a014a98d-e36e-4931-a93c-d9e407f784dd&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000993 10.0.0.41 - - [2025-10-09 04:21:28] "GET /project/a014a98d-e36e-4931-a93c-d9e407f784dd?fields=security_groups HTTP/1.1" 200 1388 0.040880 10.0.0.41 - - [2025-10-09 04:21:28] "DELETE /security-group/da74f658-6e72-438b-8a5b-9acb584851f1 HTTP/1.1" 200 115 0.053570 10.0.0.41 - - [2025-10-09 04:21:28] "GET /projects?obj_uuids=a014a98d-e36e-4931-a93c-d9e407f784dd&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001465 10.0.0.41 - - [2025-10-09 04:21:28] "GET /project/a014a98d-e36e-4931-a93c-d9e407f784dd?fields=application_policy_sets HTTP/1.1" 200 1427 0.052927 10.0.0.41 - - [2025-10-09 04:21:28] "DELETE /access-control-list/de510533-4ba7-4644-9e0e-809e8972ca38 HTTP/1.1" 200 115 0.054320 10.0.0.41 - - [2025-10-09 04:21:28] "DELETE /project/a014a98d-e36e-4931-a93c-d9e407f784dd HTTP/1.1" 200 115 0.408007 10.0.0.56 - - [2025-10-09 04:21:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004071 10.0.0.56 - - [2025-10-09 04:21:30] "GET /virtual-network/886189ba-30a7-4b78-b45e-7d476b5395c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2631 0.006176 10.0.0.56 - - [2025-10-09 04:21:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003787 10.0.0.56 - - [2025-10-09 04:21:34] "GET /virtual-network/886189ba-30a7-4b78-b45e-7d476b5395c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2631 0.006300 10.0.0.56 - - [2025-10-09 04:21:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003728 10.0.0.56 - - [2025-10-09 04:21:38] "GET /virtual-network/886189ba-30a7-4b78-b45e-7d476b5395c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2631 0.006966 10.0.0.56 - - [2025-10-09 04:21:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003823 10.0.0.56 - - [2025-10-09 04:21:42] "GET /virtual-network/886189ba-30a7-4b78-b45e-7d476b5395c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2631 0.005883 10.0.0.56 - - [2025-10-09 04:21:45] "GET /obj-perms HTTP/1.1" 200 5056 0.053530 10.0.0.56 - - [2025-10-09 04:21:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004531 10.0.0.56 - - [2025-10-09 04:21:46] "GET /virtual-network/886189ba-30a7-4b78-b45e-7d476b5395c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2631 0.005655 10.0.0.56 - - [2025-10-09 04:21:48] "POST /neutron/port HTTP/1.1" 200 1199 0.019479 10.0.0.56 - - [2025-10-09 04:21:48] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004373 10.0.0.56 - - [2025-10-09 04:21:48] "POST /neutron/port HTTP/1.1" 200 117 0.001348 10.0.0.56 - - [2025-10-09 04:21:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003990 10.0.0.56 - - [2025-10-09 04:21:50] "GET /virtual-network/886189ba-30a7-4b78-b45e-7d476b5395c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2631 0.005764 10.0.0.56 - - [2025-10-09 04:21:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.004856 10.0.0.56 - - [2025-10-09 04:21:55] "GET /virtual-network/886189ba-30a7-4b78-b45e-7d476b5395c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2631 0.005991 10.0.0.56 - - [2025-10-09 04:21:55] "POST /neutron/port HTTP/1.1" 200 1199 0.018535 10.0.0.56 - - [2025-10-09 04:21:55] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004182 10.0.0.56 - - [2025-10-09 04:21:55] "POST /neutron/port HTTP/1.1" 200 117 0.001379 10.0.0.56 - - [2025-10-09 04:21:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.004196 10.0.0.56 - - [2025-10-09 04:21:59] "GET /virtual-network/886189ba-30a7-4b78-b45e-7d476b5395c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2631 0.006444 10.0.0.56 - - [2025-10-09 04:22:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003692 10.0.0.56 - - [2025-10-09 04:22:03] "GET /virtual-network/886189ba-30a7-4b78-b45e-7d476b5395c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2631 0.005738 10.0.0.56 - - [2025-10-09 04:22:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003741 10.0.0.56 - - [2025-10-09 04:22:07] "GET /virtual-network/886189ba-30a7-4b78-b45e-7d476b5395c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2631 0.006137 10.0.0.56 - - [2025-10-09 04:22:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004494 10.0.0.56 - - [2025-10-09 04:22:11] "GET /virtual-network/886189ba-30a7-4b78-b45e-7d476b5395c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2631 0.005361 10.0.0.56 - - [2025-10-09 04:22:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003349 10.0.0.56 - - [2025-10-09 04:22:15] "GET /virtual-network/886189ba-30a7-4b78-b45e-7d476b5395c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2631 0.005295 10.0.0.56 - - [2025-10-09 04:22:19] "POST /neutron/port HTTP/1.1" 200 1199 0.044539 10.0.0.56 - - [2025-10-09 04:22:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.007982 10.0.0.56 - - [2025-10-09 04:22:19] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004976 10.0.0.56 - - [2025-10-09 04:22:19] "GET /virtual-networks?parent_id=ce607503-b1e5-4ca2-8058-93f184258bad&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.003518 10.0.0.56 - - [2025-10-09 04:22:19] "GET /virtual-network/886189ba-30a7-4b78-b45e-7d476b5395c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2631 0.006690 10.0.0.56 - - [2025-10-09 04:22:19] "POST /neutron/security_group HTTP/1.1" 200 2062 0.008051 10.0.0.56 - - [2025-10-09 04:22:28] "POST /neutron/port HTTP/1.1" 200 1199 0.016011 10.0.0.56 - - [2025-10-09 04:22:29] "POST /neutron/security_group HTTP/1.1" 200 2062 0.008995 10.0.0.56 - - [2025-10-09 04:22:35] "POST /neutron/port HTTP/1.1" 200 1199 0.016706 10.0.0.56 - - [2025-10-09 04:22:40] "POST /neutron/security_group HTTP/1.1" 200 2062 0.008339 10.0.0.56 - - [2025-10-09 04:22:40] "POST /neutron/port HTTP/1.1" 200 1199 0.016160 10.0.0.56 - - [2025-10-09 04:22:40] "GET /virtual-machine/e3430d75-8010-440b-af08-28cf14ce34c7 HTTP/1.1" 200 1297 0.006587 10.0.0.56 - - [2025-10-09 04:22:40] "GET /virtual-machine-interface/66c61a28-f1cc-4906-9ae7-7c28b6ab7ceb HTTP/1.1" 200 3155 0.005816 10.0.0.56 - - [2025-10-09 04:22:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004092 10.0.0.56 - - [2025-10-09 04:22:40] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004838 10.0.0.56 - - [2025-10-09 04:22:40] "GET /virtual-networks?parent_id=ce607503-b1e5-4ca2-8058-93f184258bad&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.003704 10.0.0.56 - - [2025-10-09 04:22:40] "GET /virtual-network/886189ba-30a7-4b78-b45e-7d476b5395c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2631 0.006222 10.0.0.56 - - [2025-10-09 04:22:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.004024 10.0.0.56 - - [2025-10-09 04:22:41] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003464 10.0.0.56 - - [2025-10-09 04:22:41] "GET /virtual-networks?parent_id=ce607503-b1e5-4ca2-8058-93f184258bad&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.005284 10.0.0.56 - - [2025-10-09 04:22:42] "GET /virtual-network/886189ba-30a7-4b78-b45e-7d476b5395c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2631 0.007454 10.0.0.56 - - [2025-10-09 04:22:42] "POST /neutron/security_group HTTP/1.1" 200 2062 0.007776 10.0.0.56 - - [2025-10-09 04:22:42] "POST /neutron/port HTTP/1.1" 200 1199 0.020360 10.0.0.56 - - [2025-10-09 04:22:42] "GET /virtual-machine/9af3d1d3-f417-45c8-b26c-150a3ea56fd3 HTTP/1.1" 200 1297 0.006028 10.0.0.56 - - [2025-10-09 04:22:42] "GET /virtual-machine-interface/afb6cf22-6a55-429d-8bd3-21664899a38d HTTP/1.1" 200 3156 0.007600 10.0.0.56 - - [2025-10-09 04:22:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003609 10.0.0.56 - - [2025-10-09 04:22:42] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003755 10.0.0.56 - - [2025-10-09 04:22:42] "GET /virtual-networks?parent_id=ce607503-b1e5-4ca2-8058-93f184258bad&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.008604 10.0.0.56 - - [2025-10-09 04:22:42] "GET /virtual-network/886189ba-30a7-4b78-b45e-7d476b5395c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2631 0.007061 10.0.0.56 - - [2025-10-09 04:22:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003912 10.0.0.56 - - [2025-10-09 04:22:43] "GET /global-vrouter-config/c68243c3-ad21-4e91-a69e-b11670d7b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003901 10.0.0.56 - - [2025-10-09 04:22:43] "GET /virtual-networks?parent_id=ce607503-b1e5-4ca2-8058-93f184258bad&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.003047 10.0.0.56 - - [2025-10-09 04:22:43] "GET /virtual-network/886189ba-30a7-4b78-b45e-7d476b5395c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2631 0.006413 10.0.0.56 - - [2025-10-09 04:22:43] "GET /virtual-machine-interface/afb6cf22-6a55-429d-8bd3-21664899a38d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2741 0.006067 10.0.0.56 - - [2025-10-09 04:22:43] "PUT /virtual-machine-interface/afb6cf22-6a55-429d-8bd3-21664899a38d HTTP/1.1" 200 284 0.014359 10.0.0.56 - - [2025-10-09 04:22:48] "POST /neutron/port HTTP/1.1" 200 1199 0.017942 10.0.0.56 - - [2025-10-09 04:22:48] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004458 10.0.0.56 - - [2025-10-09 04:22:48] "POST /neutron/port HTTP/1.1" 200 117 0.001213 10.0.0.56 - - [2025-10-09 04:22:55] "POST /neutron/port HTTP/1.1" 200 1199 0.016112 10.0.0.56 - - [2025-10-09 04:22:55] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004428 10.0.0.56 - - [2025-10-09 04:22:55] "POST /neutron/port HTTP/1.1" 200 117 0.001185 10.0.0.41 - - [2025-10-09 04:23:00] "GET /global-system-configs HTTP/1.1" 401 292 0.000538 10.0.0.41 - - [2025-10-09 04:23:00] "GET /global-system-configs HTTP/1.1" 401 292 0.000432 10.0.0.41 - - [2025-10-09 04:23:01] "GET /global-system-configs HTTP/1.1" 401 292 0.000453 10.0.0.41 - - [2025-10-09 04:23:01] "GET /global-system-configs HTTP/1.1" 401 292 0.000452 10.0.0.19 - - [2025-10-09 04:23:01] "GET /global-system-configs HTTP/1.1" 401 292 0.000550 10.0.0.19 - - [2025-10-09 04:23:01] "GET /global-system-configs HTTP/1.1" 401 292 0.000959 10.0.0.19 - - [2025-10-09 04:23:01] "GET /global-system-configs HTTP/1.1" 401 292 0.000420 10.0.0.19 - - [2025-10-09 04:23:01] "GET /global-system-configs HTTP/1.1" 401 292 0.000379 10.0.0.56 - - [2025-10-09 04:23:03] "GET /global-system-configs HTTP/1.1" 401 292 0.000413 10.0.0.56 - - [2025-10-09 04:23:03] "GET /global-system-configs HTTP/1.1" 401 292 0.000454 10.0.0.56 - - [2025-10-09 04:23:06] "GET /global-system-configs HTTP/1.1" 401 292 0.000676 10.0.0.56 - - [2025-10-09 04:23:06] "GET /global-system-configs HTTP/1.1" 401 292 0.000743 10.0.0.56 - - [2025-10-09 04:23:50] "POST /neutron/port HTTP/1.1" 200 1199 0.016936 10.0.0.56 - - [2025-10-09 04:23:50] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004248 10.0.0.56 - - [2025-10-09 04:23:50] "POST /neutron/port HTTP/1.1" 200 117 0.001252 10.0.0.56 - - [2025-10-09 04:23:55] "POST /neutron/port HTTP/1.1" 200 1199 0.039431 10.0.0.56 - - [2025-10-09 04:23:55] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003874 10.0.0.56 - - [2025-10-09 04:23:55] "POST /neutron/port HTTP/1.1" 200 117 0.001212 10.0.0.56 - - [2025-10-09 04:24:08] "POST /neutron/network HTTP/1.1" 400 204 0.014454 10.0.0.56 - - [2025-10-09 04:24:09] "POST /neutron/port HTTP/1.1" 200 1199 0.015743 10.0.0.56 - - [2025-10-09 04:24:09] "POST /neutron/port HTTP/1.1" 200 151 0.279978 10.0.0.56 - - [2025-10-09 04:24:09] "POST /neutron/port HTTP/1.1" 200 151 0.366842 10.0.0.41 - - [2025-10-09 04:24:12] "GET /projects?obj_uuids=ce607503-b1e5-4ca2-8058-93f184258bad&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001071 10.0.0.56 - - [2025-10-09 04:24:12] "GET /project/ce607503-b1e5-4ca2-8058-93f184258bad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.051187 10.0.0.41 - - [2025-10-09 04:24:12] "GET /projects?obj_uuids=ce607503-b1e5-4ca2-8058-93f184258bad&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001696 10.0.0.56 - - [2025-10-09 04:24:12] "GET /project/ce607503-b1e5-4ca2-8058-93f184258bad?fields=virtual_networks HTTP/1.1" 200 1040 0.049200 10.0.0.41 - - [2025-10-09 04:24:12] "GET /projects?obj_uuids=ce607503-b1e5-4ca2-8058-93f184258bad&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001474 10.0.0.56 - - [2025-10-09 04:24:12] "GET /project/ce607503-b1e5-4ca2-8058-93f184258bad?fields=virtual_machine_interfaces HTTP/1.1" 200 1040 0.044705 10.0.0.41 - - [2025-10-09 04:24:12] "GET /projects?obj_uuids=ce607503-b1e5-4ca2-8058-93f184258bad&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001971 10.0.0.56 - - [2025-10-09 04:24:12] "GET /project/ce607503-b1e5-4ca2-8058-93f184258bad?fields=security_groups HTTP/1.1" 200 1270 0.056927 10.0.0.41 - - [2025-10-09 04:24:13] "DELETE /access-control-list/2dbeb024-0cb5-498d-8c54-dc140147503f HTTP/1.1" 200 115 0.119482 10.0.0.56 - - [2025-10-09 04:24:13] "POST /fqname-to-id HTTP/1.1" 404 188 0.050168 10.0.0.41 - - [2025-10-09 04:24:13] "GET /projects?obj_uuids=e938da8f-c97d-4af1-a0ad-ae3e71239ca6&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003280 10.0.0.41 - - [2025-10-09 04:24:14] "GET /domains?obj_uuids=7ed77c0b-e642-4c13-a404-7756503cf17d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000958 10.0.0.41 - - [2025-10-09 04:24:14] "GET /domain/7ed77c0b-e642-4c13-a404-7756503cf17d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007999 10.0.0.41 - - [2025-10-09 04:24:14] "POST /id-to-fqname HTTP/1.1" 200 190 0.005531 10.0.0.41 - - [2025-10-09 04:24:14] "POST /fqname-to-id HTTP/1.1" 404 199 0.007586 10.0.0.41 - - [2025-10-09 04:24:14] "POST /security-groups HTTP/1.1" 200 591 0.074959 10.0.0.41 - - [2025-10-09 04:24:14] "POST /projects HTTP/1.1" 200 585 0.288516 10.0.0.41 - - [2025-10-09 04:24:14] "POST /access-control-lists HTTP/1.1" 200 596 0.044765 10.0.0.41 - - [2025-10-09 04:24:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.358466 10.0.0.56 - - [2025-10-09 04:24:14] "GET /project/e938da8f-c97d-4af1-a0ad-ae3e71239ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.506450 10.0.0.56 - - [2025-10-09 04:24:15] "GET / HTTP/1.1" 200 35931 0.002018 10.0.0.41 - - [2025-10-09 04:24:21] "GET /projects?obj_uuids=e938da8f-c97d-4af1-a0ad-ae3e71239ca6&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001075 10.0.0.56 - - [2025-10-09 04:24:21] "GET /project/e938da8f-c97d-4af1-a0ad-ae3e71239ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.042196 10.0.0.41 - - [2025-10-09 04:24:21] "GET /projects?obj_uuids=e938da8f-c97d-4af1-a0ad-ae3e71239ca6&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001064 10.0.0.56 - - [2025-10-09 04:24:21] "GET /project/e938da8f-c97d-4af1-a0ad-ae3e71239ca6?fields=virtual_networks HTTP/1.1" 200 1033 0.043927 10.0.0.41 - - [2025-10-09 04:24:21] "GET /projects?obj_uuids=e938da8f-c97d-4af1-a0ad-ae3e71239ca6&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001570 10.0.0.56 - - [2025-10-09 04:24:21] "GET /project/e938da8f-c97d-4af1-a0ad-ae3e71239ca6?fields=virtual_machine_interfaces HTTP/1.1" 200 1033 0.050591 10.0.0.41 - - [2025-10-09 04:24:21] "GET /projects?obj_uuids=e938da8f-c97d-4af1-a0ad-ae3e71239ca6&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001024 10.0.0.56 - - [2025-10-09 04:24:21] "GET /project/e938da8f-c97d-4af1-a0ad-ae3e71239ca6?fields=security_groups HTTP/1.1" 200 1259 0.048511 10.0.0.41 - - [2025-10-09 04:24:28] "DELETE /project/e938da8fc97d4af1a0adae3e71239ca6 HTTP/1.1" 404 173 0.008064 10.0.0.41 - - [2025-10-09 04:24:28] "DELETE /project/ce607503-b1e5-4ca2-8058-93f184258bad HTTP/1.1" 404 177 0.005166 10.0.0.41 - - [2025-10-09 04:24:28] "GET /projects?obj_uuids=e938da8f-c97d-4af1-a0ad-ae3e71239ca6&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000911 10.0.0.41 - - [2025-10-09 04:24:28] "GET /project/e938da8f-c97d-4af1-a0ad-ae3e71239ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1469 0.045112 10.0.0.41 - - [2025-10-09 04:24:28] "GET /projects?obj_uuids=e938da8f-c97d-4af1-a0ad-ae3e71239ca6&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001202 10.0.0.41 - - [2025-10-09 04:24:28] "GET /project/e938da8f-c97d-4af1-a0ad-ae3e71239ca6?fields=security_groups HTTP/1.1" 200 1364 0.046539 10.0.0.41 - - [2025-10-09 04:24:28] "DELETE /security-group/4f1fcc7c-be9b-4b3b-a18d-084150f77048 HTTP/1.1" 200 115 0.055555 10.0.0.41 - - [2025-10-09 04:24:28] "GET /projects?obj_uuids=e938da8f-c97d-4af1-a0ad-ae3e71239ca6&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001173 10.0.0.41 - - [2025-10-09 04:24:28] "DELETE /access-control-list/c771c598-5af6-466c-9d5c-87be47d42513 HTTP/1.1" 200 115 0.048525 10.0.0.41 - - [2025-10-09 04:24:28] "GET /project/e938da8f-c97d-4af1-a0ad-ae3e71239ca6?fields=application_policy_sets HTTP/1.1" 200 1403 0.051193 10.0.0.41 - - [2025-10-09 04:24:29] "DELETE /project/e938da8f-c97d-4af1-a0ad-ae3e71239ca6 HTTP/1.1" 200 115 0.411018 10.0.0.41 - - [2025-10-09 04:24:47] "GET /obj-perms HTTP/1.1" 200 5056 0.059354 10.0.0.19 - - [2025-10-09 04:25:48] "GET /obj-perms HTTP/1.1" 200 5056 0.050566 [Introspect:8084]10.0.0.41 - - [2025-10-09 04:26:36] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.001242 [Introspect:8084]10.0.0.41 - - [2025-10-09 04:26:36] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3156 0.000933